@micromag/fields 0.3.763 → 0.3.764

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.
Files changed (3) hide show
  1. package/es/all.js +11 -0
  2. package/es/index.js +16 -3
  3. package/package.json +2 -2
package/es/all.js CHANGED
@@ -1695,6 +1695,17 @@ var def$1 = {
1695
1695
  "value": "Spacing"
1696
1696
  }]
1697
1697
  })
1698
+ }, {
1699
+ name: 'imageHeight',
1700
+ type: 'number',
1701
+ isHorizontal: true,
1702
+ label: defineMessage({
1703
+ id: "VyXoBp",
1704
+ defaultMessage: [{
1705
+ "type": 0,
1706
+ "value": "Image height"
1707
+ }]
1708
+ })
1698
1709
  }, {
1699
1710
  name: 'withSquareItems',
1700
1711
  type: 'toggle',
package/es/index.js CHANGED
@@ -1752,6 +1752,17 @@ var def$1 = {
1752
1752
  "value": "Spacing"
1753
1753
  }]
1754
1754
  })
1755
+ }, {
1756
+ name: 'imageHeight',
1757
+ type: 'number',
1758
+ isHorizontal: true,
1759
+ label: defineMessage({
1760
+ id: "VyXoBp",
1761
+ defaultMessage: [{
1762
+ "type": 0,
1763
+ "value": "Image height"
1764
+ }]
1765
+ })
1755
1766
  }, {
1756
1767
  name: 'withSquareItems',
1757
1768
  type: 'toggle',
@@ -8823,9 +8834,11 @@ var TextEditorField = function TextEditorField(_ref) {
8823
8834
  }
8824
8835
  });
8825
8836
  }, [defaultEditorConfig, inline, locale, withFullEditor, defaultPlugins, inlinePlugins, fullPlugins]);
8826
- console.log({
8827
- finalEditorConfig: finalEditorConfig
8828
- });
8837
+
8838
+ // console.log({
8839
+ // finalEditorConfig,
8840
+ // })
8841
+
8829
8842
  var onEditorReady = useCallback(function () {}, []);
8830
8843
  var onEditorChange = useCallback(function (event, editor) {
8831
8844
  var data = editor.getData();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/fields",
3
- "version": "0.3.763",
3
+ "version": "0.3.764",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -105,5 +105,5 @@
105
105
  "access": "public",
106
106
  "registry": "https://registry.npmjs.org/"
107
107
  },
108
- "gitHead": "843084e78ba9bf2de883b2c958bd38853cdc20e6"
108
+ "gitHead": "fa2349acf0dfb3dbc9b6dc39fa844739c0835307"
109
109
  }