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 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",
@@ -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' => '714b54c78d123ad78402');
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');