@micromag/fields 0.3.764 → 0.3.767
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 +29 -6
- package/es/index.js +29 -6
- package/package.json +8 -8
package/es/all.js
CHANGED
|
@@ -1696,16 +1696,39 @@ var def$1 = {
|
|
|
1696
1696
|
}]
|
|
1697
1697
|
})
|
|
1698
1698
|
}, {
|
|
1699
|
-
name: '
|
|
1700
|
-
type: '
|
|
1701
|
-
isHorizontal: true,
|
|
1699
|
+
name: 'image',
|
|
1700
|
+
type: 'fields',
|
|
1702
1701
|
label: defineMessage({
|
|
1703
|
-
id: "
|
|
1702
|
+
id: "WOStf5",
|
|
1704
1703
|
defaultMessage: [{
|
|
1705
1704
|
"type": 0,
|
|
1706
|
-
"value": "Image
|
|
1705
|
+
"value": "Image"
|
|
1707
1706
|
}]
|
|
1708
|
-
})
|
|
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
|
+
}]
|
|
1709
1732
|
}, {
|
|
1710
1733
|
name: 'withSquareItems',
|
|
1711
1734
|
type: 'toggle',
|
package/es/index.js
CHANGED
|
@@ -1753,16 +1753,39 @@ var def$1 = {
|
|
|
1753
1753
|
}]
|
|
1754
1754
|
})
|
|
1755
1755
|
}, {
|
|
1756
|
-
name: '
|
|
1757
|
-
type: '
|
|
1758
|
-
isHorizontal: true,
|
|
1756
|
+
name: 'image',
|
|
1757
|
+
type: 'fields',
|
|
1759
1758
|
label: defineMessage({
|
|
1760
|
-
id: "
|
|
1759
|
+
id: "WOStf5",
|
|
1761
1760
|
defaultMessage: [{
|
|
1762
1761
|
"type": 0,
|
|
1763
|
-
"value": "Image
|
|
1762
|
+
"value": "Image"
|
|
1764
1763
|
}]
|
|
1765
|
-
})
|
|
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
|
+
}]
|
|
1766
1789
|
}, {
|
|
1767
1790
|
name: 'withSquareItems',
|
|
1768
1791
|
type: 'toggle',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/fields",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.767",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
81
81
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
82
82
|
"@micromag/ckeditor": "^0.3.757",
|
|
83
|
-
"@micromag/core": "^0.3.
|
|
84
|
-
"@micromag/data": "^0.3.
|
|
85
|
-
"@micromag/element-grid": "^0.3.
|
|
86
|
-
"@micromag/element-keypad": "^0.3.
|
|
87
|
-
"@micromag/element-map": "^0.3.
|
|
88
|
-
"@micromag/media-gallery": "^0.3.
|
|
83
|
+
"@micromag/core": "^0.3.767",
|
|
84
|
+
"@micromag/data": "^0.3.767",
|
|
85
|
+
"@micromag/element-grid": "^0.3.767",
|
|
86
|
+
"@micromag/element-keypad": "^0.3.767",
|
|
87
|
+
"@micromag/element-map": "^0.3.767",
|
|
88
|
+
"@micromag/media-gallery": "^0.3.767",
|
|
89
89
|
"@panneau/uppy": "^3.0.162",
|
|
90
90
|
"classnames": "^2.2.6",
|
|
91
91
|
"draft-js": "^0.11.7",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"access": "public",
|
|
106
106
|
"registry": "https://registry.npmjs.org/"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "af57b08ccc073db83b6480e3a43fe14e6f36e0f6"
|
|
109
109
|
}
|