Skip to content

Commit

Permalink
Eoxia#27 [Blocks] add: Swiper init OK
Browse files Browse the repository at this point in the history
  • Loading branch information
eoxia-amandine committed Dec 18, 2024
1 parent 5fa6059 commit 9bff276
Show file tree
Hide file tree
Showing 24 changed files with 922 additions and 5,617 deletions.
File renamed without changes.
14 changes: 14 additions & 0 deletions assets/inc/swiper-bundle.min.js

Large diffs are not rendered by default.

876 changes: 876 additions & 0 deletions assets/inc/swiper-bundle.min.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion blocks/build/eo-carousel/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": [
"eo-blocks-swiper-css",
"file:./style-index.css"
],
"render": "file:./render.php",
"viewScript": "file:./view.js"
"viewScript": [
"eo-blocks-swiper-js",
"file:./view.js"
]
}
16 changes: 0 additions & 16 deletions blocks/build/eo-carousel/index-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/build/eo-carousel/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '8194600eb2f9578f4caa');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '3964149aa53f097f44e5');
26 changes: 0 additions & 26 deletions blocks/build/eo-carousel/index.css

This file was deleted.

1 change: 0 additions & 1 deletion blocks/build/eo-carousel/index.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion blocks/build/eo-carousel/index.js

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

2 changes: 1 addition & 1 deletion blocks/build/eo-carousel/index.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions blocks/build/eo-carousel/style-index-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
*
* Replace them with your own styles or remove the file completely.
*/
.wp-block-eo-carousel {
width: 600px;
height: 300px;
}
4 changes: 4 additions & 0 deletions blocks/build/eo-carousel/style-index.css

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

2 changes: 1 addition & 1 deletion blocks/build/eo-carousel/style-index.css.map

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

Loading

0 comments on commit 9bff276

Please sign in to comment.