Skip to content

Commit 8429581

Browse files
committed
Revert "feat: WIP add lottie anim block"
This reverts commit c9e421e.
1 parent 46b95f3 commit 8429581

File tree

6 files changed

+0
-261
lines changed

6 files changed

+0
-261
lines changed

.silex.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ module.exports = async function(config, options) {
4444
}, {
4545
route: '/css/files/',
4646
path: nodeModules('@fontsource/ubuntu') + '/@fontsource/ubuntu/files/',
47-
}, {
48-
route: '/lottie-player/',
49-
path: nodeModules('@lottiefiles/lottie-player') + '/@lottiefiles/lottie-player/dist/',
5047
}, {
5148
route: '/',
5249
path: join(__dirname, 'dist', 'client'),

package-lock.json

Lines changed: 0 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
"dependencies": {
100100
"@fontsource/ubuntu": "^5.0.13",
101101
"@fortawesome/fontawesome-free": "6.6.0",
102-
"@lottiefiles/lottie-player": "^2.0.8",
103102
"@silexlabs/grapesjs-advanced-selector": "1.3.1-0",
104103
"@silexlabs/grapesjs-data-source": "0.1.1-7",
105104
"@silexlabs/grapesjs-filter-styles": "1.2.0",

src/ts/client/grapesjs/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ import { newPageDialog, cmdOpenNewPageDialog } from './new-page-dialog'
5959
import { PROJECT_BAR_PANEL_ID, projectBarPlugin } from './project-bar'
6060
import { settingsDialog, cmdOpenSettings } from './settings'
6161
import { blocksPlugin } from './blocks'
62-
import { lottiePlugin } from './lottie'
6362
import { semanticPlugin } from './semantic'
6463
import { orderedList, richTextPlugin, unorderedList } from './rich-text'
6564
import { internalLinksPlugin } from './internal-links'
@@ -85,7 +84,6 @@ const plugins = [
8584
{name: './page-panel', value: pagePanelPlugin},
8685
{name: 'grapesjs-blocks-basic', value: blocksBasicPlugin},
8786
{name: './blocks', value: blocksPlugin},
88-
{name: './lottie', value: lottiePlugin},
8987
{name: './view-buttons', value: ViewButtons},
9088
{name: './semantic', value: semanticPlugin},
9189
{name: './rich-text', value: richTextPlugin},

src/ts/client/grapesjs/lottie.ts

Lines changed: 0 additions & 175 deletions
This file was deleted.

src/ts/client/grapesjs/static-plugins.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { newPageDialog, cmdOpenNewPageDialog } from './new-page-dialog'
1717
import { PROJECT_BAR_PANEL_ID, projectBarPlugin } from './project-bar'
1818
import { settingsDialog, cmdOpenSettings } from './settings'
1919
import { blocksPlugin } from './blocks'
20-
import { lottiePlugin } from './lottie'
2120
import ViewButtons from './view-buttons'
2221
import { semanticPlugin } from './semantic'
2322
import { richTextPlugin } from './rich-text'
@@ -47,7 +46,6 @@ export const staticPlugins: PluginDefinition[] = [
4746
{ name: './project-bar', value: projectBarPlugin },
4847
{ name: './settings', value: settingsDialog },
4948
{ name: './blocks', value: blocksPlugin },
50-
{ name: './lottie', value: lottiePlugin },
5149
{ name: './view-buttons', value: ViewButtons },
5250
{ name: './semantic', value: semanticPlugin },
5351
{ name: './rich-text', value: richTextPlugin },

0 commit comments

Comments
 (0)