@micromag/core 0.3.820 → 0.3.832
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/components.js +1 -0
- package/es/index.js +2 -0
- package/lib/components.js +1 -0
- package/lib/index.js +2 -0
- package/package.json +2 -2
package/es/components.js
CHANGED
|
@@ -3146,6 +3146,7 @@ PropTypes.shape({
|
|
|
3146
3146
|
textStyle: textStyle,
|
|
3147
3147
|
boxStyle: boxStyle
|
|
3148
3148
|
});
|
|
3149
|
+
PropTypes.oneOf(['label-bottom', 'label-top', 'no-label', 'label-over', 'label-left', 'label-right']);
|
|
3149
3150
|
|
|
3150
3151
|
/* eslint-disable react/no-array-index-key */
|
|
3151
3152
|
var propTypes$d = {
|
package/es/index.js
CHANGED
|
@@ -632,6 +632,7 @@ var closedCaptions = PropTypes$1.shape({
|
|
|
632
632
|
textStyle: textStyle,
|
|
633
633
|
boxStyle: boxStyle
|
|
634
634
|
});
|
|
635
|
+
var buttonLayout = PropTypes$1.oneOf(['label-bottom', 'label-top', 'no-label', 'label-over', 'label-left', 'label-right']);
|
|
635
636
|
|
|
636
637
|
var PropTypes = /*#__PURE__*/Object.freeze({
|
|
637
638
|
__proto__: null,
|
|
@@ -656,6 +657,7 @@ var PropTypes = /*#__PURE__*/Object.freeze({
|
|
|
656
657
|
breadcrumb: breadcrumb,
|
|
657
658
|
breadcrumbs: breadcrumbs,
|
|
658
659
|
button: button,
|
|
660
|
+
buttonLayout: buttonLayout,
|
|
659
661
|
buttonSize: buttonSize,
|
|
660
662
|
buttonTheme: buttonTheme,
|
|
661
663
|
buttons: buttons,
|
package/lib/components.js
CHANGED
|
@@ -3148,6 +3148,7 @@ PropTypes.shape({
|
|
|
3148
3148
|
textStyle: textStyle,
|
|
3149
3149
|
boxStyle: boxStyle
|
|
3150
3150
|
});
|
|
3151
|
+
PropTypes.oneOf(['label-bottom', 'label-top', 'no-label', 'label-over', 'label-left', 'label-right']);
|
|
3151
3152
|
|
|
3152
3153
|
/* eslint-disable react/no-array-index-key */
|
|
3153
3154
|
var propTypes$d = {
|
package/lib/index.js
CHANGED
|
@@ -634,6 +634,7 @@ var closedCaptions = PropTypes$1.shape({
|
|
|
634
634
|
textStyle: textStyle,
|
|
635
635
|
boxStyle: boxStyle
|
|
636
636
|
});
|
|
637
|
+
var buttonLayout = PropTypes$1.oneOf(['label-bottom', 'label-top', 'no-label', 'label-over', 'label-left', 'label-right']);
|
|
637
638
|
|
|
638
639
|
var PropTypes = /*#__PURE__*/Object.freeze({
|
|
639
640
|
__proto__: null,
|
|
@@ -658,6 +659,7 @@ var PropTypes = /*#__PURE__*/Object.freeze({
|
|
|
658
659
|
breadcrumb: breadcrumb,
|
|
659
660
|
breadcrumbs: breadcrumbs,
|
|
660
661
|
button: button,
|
|
662
|
+
buttonLayout: buttonLayout,
|
|
661
663
|
buttonSize: buttonSize,
|
|
662
664
|
buttonTheme: buttonTheme,
|
|
663
665
|
buttons: buttons,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.832",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"access": "public",
|
|
169
169
|
"registry": "https://registry.npmjs.org/"
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "4969d64e304334cfd47321e624e5914e0694c55f"
|
|
172
172
|
}
|