@micromag/core 0.3.487 → 0.3.491
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 +6 -1
- package/es/index.js +6 -0
- package/lib/components.js +6 -1
- package/lib/index.js +6 -0
- package/package.json +2 -2
package/es/components.js
CHANGED
|
@@ -1517,7 +1517,7 @@ var Navbar = function Navbar(_ref) {
|
|
|
1517
1517
|
className: classNames(['navbar-brand', _defineProperty({
|
|
1518
1518
|
'py-0': compact
|
|
1519
1519
|
}, brandClassName, brandClassName !== null)]),
|
|
1520
|
-
|
|
1520
|
+
href: brandLink
|
|
1521
1521
|
}, brand) : null, brand !== null && brandLink === null ? /*#__PURE__*/React.createElement("span", {
|
|
1522
1522
|
className: classNames(['navbar-brand', _defineProperty({
|
|
1523
1523
|
'py-0': compact
|
|
@@ -3176,6 +3176,11 @@ PropTypes$1.shape({
|
|
|
3176
3176
|
callToAction: callToAction
|
|
3177
3177
|
});
|
|
3178
3178
|
PropTypes$1.shape();
|
|
3179
|
+
PropTypes$1.shape({
|
|
3180
|
+
file: closedCaptionsMedia,
|
|
3181
|
+
textStyle: textStyle,
|
|
3182
|
+
boxStyle: boxStyle
|
|
3183
|
+
});
|
|
3179
3184
|
|
|
3180
3185
|
/* eslint-disable react/no-array-index-key */
|
|
3181
3186
|
var propTypes$d = {
|
package/es/index.js
CHANGED
|
@@ -617,6 +617,11 @@ var footer = PropTypes$1.shape({
|
|
|
617
617
|
callToAction: callToAction
|
|
618
618
|
});
|
|
619
619
|
var reload = PropTypes$1.shape();
|
|
620
|
+
var closedCaptions = PropTypes$1.shape({
|
|
621
|
+
file: closedCaptionsMedia,
|
|
622
|
+
textStyle: textStyle,
|
|
623
|
+
boxStyle: boxStyle
|
|
624
|
+
});
|
|
620
625
|
|
|
621
626
|
var PropTypes = /*#__PURE__*/Object.freeze({
|
|
622
627
|
__proto__: null,
|
|
@@ -645,6 +650,7 @@ var PropTypes = /*#__PURE__*/Object.freeze({
|
|
|
645
650
|
buttons: buttons,
|
|
646
651
|
callToAction: callToAction,
|
|
647
652
|
callToActionTypes: callToActionTypes,
|
|
653
|
+
closedCaptions: closedCaptions,
|
|
648
654
|
closedCaptionsElement: closedCaptionsElement,
|
|
649
655
|
closedCaptionsMedia: closedCaptionsMedia,
|
|
650
656
|
color: color,
|
package/lib/components.js
CHANGED
|
@@ -1787,7 +1787,7 @@ var Navbar = function Navbar(_ref) {
|
|
|
1787
1787
|
className: classNames(['navbar-brand', _defineProperty({
|
|
1788
1788
|
'py-0': compact
|
|
1789
1789
|
}, brandClassName, brandClassName !== null)]),
|
|
1790
|
-
|
|
1790
|
+
href: brandLink
|
|
1791
1791
|
}, brand) : null, brand !== null && brandLink === null ? /*#__PURE__*/React.createElement("span", {
|
|
1792
1792
|
className: classNames(['navbar-brand', _defineProperty({
|
|
1793
1793
|
'py-0': compact
|
|
@@ -3446,6 +3446,11 @@ PropTypes.shape({
|
|
|
3446
3446
|
callToAction: callToAction
|
|
3447
3447
|
});
|
|
3448
3448
|
PropTypes.shape();
|
|
3449
|
+
PropTypes.shape({
|
|
3450
|
+
file: closedCaptionsMedia,
|
|
3451
|
+
textStyle: textStyle,
|
|
3452
|
+
boxStyle: boxStyle
|
|
3453
|
+
});
|
|
3449
3454
|
|
|
3450
3455
|
/* eslint-disable react/no-array-index-key */
|
|
3451
3456
|
var propTypes$d = {
|
package/lib/index.js
CHANGED
|
@@ -703,6 +703,11 @@ var footer = PropTypes$1.shape({
|
|
|
703
703
|
callToAction: callToAction
|
|
704
704
|
});
|
|
705
705
|
var reload = PropTypes$1.shape();
|
|
706
|
+
var closedCaptions = PropTypes$1.shape({
|
|
707
|
+
file: closedCaptionsMedia,
|
|
708
|
+
textStyle: textStyle,
|
|
709
|
+
boxStyle: boxStyle
|
|
710
|
+
});
|
|
706
711
|
|
|
707
712
|
var PropTypes = /*#__PURE__*/Object.freeze({
|
|
708
713
|
__proto__: null,
|
|
@@ -731,6 +736,7 @@ var PropTypes = /*#__PURE__*/Object.freeze({
|
|
|
731
736
|
buttons: buttons,
|
|
732
737
|
callToAction: callToAction,
|
|
733
738
|
callToActionTypes: callToActionTypes,
|
|
739
|
+
closedCaptions: closedCaptions,
|
|
734
740
|
closedCaptionsElement: closedCaptionsElement,
|
|
735
741
|
closedCaptionsMedia: closedCaptionsMedia,
|
|
736
742
|
color: color,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.491",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"access": "public",
|
|
156
156
|
"registry": "https://registry.npmjs.org/"
|
|
157
157
|
},
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "d4af8a992fad6d8d50e41e347a4b92e6e025b984"
|
|
159
159
|
}
|