@micromag/core 0.3.488 → 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 CHANGED
@@ -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
@@ -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.488",
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": "36ecbf590ebb8eabac17e47fc48ffb8bf8c8178c"
158
+ "gitHead": "d4af8a992fad6d8d50e41e347a4b92e6e025b984"
159
159
  }