@micromag/fields 0.3.763 → 0.3.765
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/es/all.js +34 -0
- package/es/index.js +39 -3
- package/package.json +2 -2
package/es/all.js
CHANGED
|
@@ -1695,6 +1695,40 @@ var def$1 = {
|
|
|
1695
1695
|
"value": "Spacing"
|
|
1696
1696
|
}]
|
|
1697
1697
|
})
|
|
1698
|
+
}, {
|
|
1699
|
+
name: 'image',
|
|
1700
|
+
type: 'fields',
|
|
1701
|
+
label: defineMessage({
|
|
1702
|
+
id: "WOStf5",
|
|
1703
|
+
defaultMessage: [{
|
|
1704
|
+
"type": 0,
|
|
1705
|
+
"value": "Image"
|
|
1706
|
+
}]
|
|
1707
|
+
}),
|
|
1708
|
+
isList: true,
|
|
1709
|
+
fields: [{
|
|
1710
|
+
name: 'width',
|
|
1711
|
+
type: 'number',
|
|
1712
|
+
isHorizontal: true,
|
|
1713
|
+
label: defineMessage({
|
|
1714
|
+
id: "mY0bHb",
|
|
1715
|
+
defaultMessage: [{
|
|
1716
|
+
"type": 0,
|
|
1717
|
+
"value": "Width"
|
|
1718
|
+
}]
|
|
1719
|
+
})
|
|
1720
|
+
}, {
|
|
1721
|
+
name: 'height',
|
|
1722
|
+
type: 'number',
|
|
1723
|
+
isHorizontal: true,
|
|
1724
|
+
label: defineMessage({
|
|
1725
|
+
id: "Zw4vWC",
|
|
1726
|
+
defaultMessage: [{
|
|
1727
|
+
"type": 0,
|
|
1728
|
+
"value": "Height"
|
|
1729
|
+
}]
|
|
1730
|
+
})
|
|
1731
|
+
}]
|
|
1698
1732
|
}, {
|
|
1699
1733
|
name: 'withSquareItems',
|
|
1700
1734
|
type: 'toggle',
|
package/es/index.js
CHANGED
|
@@ -1752,6 +1752,40 @@ var def$1 = {
|
|
|
1752
1752
|
"value": "Spacing"
|
|
1753
1753
|
}]
|
|
1754
1754
|
})
|
|
1755
|
+
}, {
|
|
1756
|
+
name: 'image',
|
|
1757
|
+
type: 'fields',
|
|
1758
|
+
label: defineMessage({
|
|
1759
|
+
id: "WOStf5",
|
|
1760
|
+
defaultMessage: [{
|
|
1761
|
+
"type": 0,
|
|
1762
|
+
"value": "Image"
|
|
1763
|
+
}]
|
|
1764
|
+
}),
|
|
1765
|
+
isList: true,
|
|
1766
|
+
fields: [{
|
|
1767
|
+
name: 'width',
|
|
1768
|
+
type: 'number',
|
|
1769
|
+
isHorizontal: true,
|
|
1770
|
+
label: defineMessage({
|
|
1771
|
+
id: "mY0bHb",
|
|
1772
|
+
defaultMessage: [{
|
|
1773
|
+
"type": 0,
|
|
1774
|
+
"value": "Width"
|
|
1775
|
+
}]
|
|
1776
|
+
})
|
|
1777
|
+
}, {
|
|
1778
|
+
name: 'height',
|
|
1779
|
+
type: 'number',
|
|
1780
|
+
isHorizontal: true,
|
|
1781
|
+
label: defineMessage({
|
|
1782
|
+
id: "Zw4vWC",
|
|
1783
|
+
defaultMessage: [{
|
|
1784
|
+
"type": 0,
|
|
1785
|
+
"value": "Height"
|
|
1786
|
+
}]
|
|
1787
|
+
})
|
|
1788
|
+
}]
|
|
1755
1789
|
}, {
|
|
1756
1790
|
name: 'withSquareItems',
|
|
1757
1791
|
type: 'toggle',
|
|
@@ -8823,9 +8857,11 @@ var TextEditorField = function TextEditorField(_ref) {
|
|
|
8823
8857
|
}
|
|
8824
8858
|
});
|
|
8825
8859
|
}, [defaultEditorConfig, inline, locale, withFullEditor, defaultPlugins, inlinePlugins, fullPlugins]);
|
|
8826
|
-
|
|
8827
|
-
|
|
8828
|
-
|
|
8860
|
+
|
|
8861
|
+
// console.log({
|
|
8862
|
+
// finalEditorConfig,
|
|
8863
|
+
// })
|
|
8864
|
+
|
|
8829
8865
|
var onEditorReady = useCallback(function () {}, []);
|
|
8830
8866
|
var onEditorChange = useCallback(function (event, editor) {
|
|
8831
8867
|
var data = editor.getData();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/fields",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.765",
|
|
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": "
|
|
108
|
+
"gitHead": "d62054de23d26acb44ae9bace7b3eacc99c7f11e"
|
|
109
109
|
}
|