itmar-block-packages 1.6.1 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/build/index.asset.php +1 -1
- package/build/index.js +3 -3
- package/languages/itmar-block-packages-ja-2e59d6ebc088ea4b3d475a06e1e94824.json +1 -0
- package/languages/itmar-block-packages-ja-314423d5ad20380dc5fb85a96050381e.json +1 -0
- package/languages/itmar-block-packages-ja-3e946be5d900b4a727047c8a51bb058e.json +1 -0
- package/languages/itmar-block-packages-ja-5f1760422a0125b48fdcca644f4db89f.json +1 -0
- package/languages/itmar-block-packages-ja-800102e626a7ce0305d324a5bb0ee61e.json +1 -0
- package/languages/itmar-block-packages-ja-865f209aff5ee1f8efb51f6a62e8d8e1.json +1 -0
- package/languages/itmar-block-packages-ja-88eb778e4da0e010ceace8232ab1a901.json +1 -0
- package/languages/itmar-block-packages-ja-a418e2f5e97a053f5e0785a30f28b854.json +1 -0
- package/languages/itmar-block-packages-ja-ce2d14d174f0af0f13cd9a1302cebdd7.json +1 -0
- package/languages/itmar-block-packages-ja-f55909920e3bd84845271a62dbfb8dfe.json +1 -0
- package/languages/itmar-block-packages-ja-f6bd3c69ad85ee9ae9f1315af8f44e4a.json +1 -0
- package/languages/itmar-block-packages-ja.mo +0 -0
- package/languages/itmar-block-packages-ja.po +1485 -0
- package/languages/itmar-block-packages.pot +530 -0
- package/package.json +1 -1
- package/src/BlockPlace.js +8 -2
- package/src/GridControls.js +196 -137
- package/src/IconSelectControl.js +63 -23
- package/src/ShadowStyle.js +215 -158
- package/src/TypographyControls.js +62 -30
package/README.md
CHANGED
|
@@ -14,6 +14,9 @@ import {関数名又はコンポーネント名} from "itmar-block-packages"
|
|
|
14
14
|
npm i @wordpress/scripts@^27.6.0 --save-dev
|
|
15
15
|
|
|
16
16
|
## 更新履歴
|
|
17
|
+
= 1.6.3 =
|
|
18
|
+
- IconSelectControlに設定できるアイコンをFontAwesomeに加え、画像、アバターを選択できるようにした
|
|
19
|
+
|
|
17
20
|
= 1.6.0 =
|
|
18
21
|
- fetchZipToAddressを新設
|
|
19
22
|
|
|
@@ -712,6 +715,8 @@ WordPressのブロックエディタのサイドバーにFont awesomのアイコ
|
|
|
712
715
|
```
|
|
713
716
|
<IconSelectControl
|
|
714
717
|
iconStyle={
|
|
718
|
+
icon_type: "awesome",
|
|
719
|
+
icon_url: "",
|
|
715
720
|
icon_name: "f030",
|
|
716
721
|
icon_pos: "left",
|
|
717
722
|
icon_size: "24px",
|
package/build/index.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '2401f214e121f6353af9');
|