Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions block.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"title": "Typing Text",
"category": "widgets",
"description": "Make Your Website Interactive With Typing Text Animation",
"textdomain": "typing-text",
"editorScript": "file:./dist/index.js",
"style": "file:./dist/style.css"
"textdomain": "typing-text"
}
4 changes: 3 additions & 1 deletion config/entries.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//Export All Controls
import "../controls/src/backend-css";
import "../controls/src/backend.scss";

//Export All Controls
export { default as ResponsiveDimensionsControl } from "../controls/src/controls/dimensions-control-v2";
Expand All @@ -10,6 +10,7 @@ export { default as BackgroundControl } from "../controls/src/controls/backgroun

import "../controls/src/group-controls";
export { default as AdvancedControls } from "../controls/src/group-controls/components/advanced-controls";
export { BlockProps } from "../controls/src/components/BlockComponents/EBBlockProps";

//Export Helper Functions
export {
Expand All @@ -24,4 +25,5 @@ export {
generateBackgroundAttributes,
generateBorderShadowAttributes,
ebConditionalRegisterBlockType,
StyleComponent
} from "../controls/src/helpers";
2 changes: 1 addition & 1 deletion controls
1 change: 0 additions & 1 deletion dist/controls.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion dist/controls.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/controls.css.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/controls.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/controls.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/frontend.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '5211a87091d5aa808072');
<?php return array('dependencies' => array(), 'version' => 'cc4d3f0cfd506cfac7a4');
2 changes: 1 addition & 1 deletion dist/frontend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/frontend.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/frontend/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '27a4663555e8854de3a5');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-components', 'wp-element', 'wp-escape-html', 'wp-i18n'), 'version' => 'e64f79f845519b0e70f9');
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/modules.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => '958cd7611b7fa2753004');
1 change: 1 addition & 0 deletions dist/modules.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/modules.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/modules.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/modules.js.map

Large diffs are not rendered by default.

131 changes: 131 additions & 0 deletions dist/style-modules.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading