@micromag/screen-video 0.3.69 → 0.3.74

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/index.js CHANGED
@@ -501,8 +501,9 @@ var definition = {
501
501
  name: 'callToAction',
502
502
  type: 'call-to-action',
503
503
  theme: {
504
+ boxStyle: 'cta',
504
505
  label: {
505
- textStyle: 'heading2'
506
+ textStyle: 'cta'
506
507
  }
507
508
  }
508
509
  } // {
package/lib/index.js CHANGED
@@ -522,8 +522,9 @@ var definition = {
522
522
  name: 'callToAction',
523
523
  type: 'call-to-action',
524
524
  theme: {
525
+ boxStyle: 'cta',
525
526
  label: {
526
- textStyle: 'heading2'
527
+ textStyle: 'cta'
527
528
  }
528
529
  }
529
530
  } // {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-video",
3
- "version": "0.3.69",
3
+ "version": "0.3.74",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,15 +50,15 @@
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@folklore/size": "^0.1.20",
53
- "@micromag/core": "^0.3.69",
54
- "@micromag/element-background": "^0.3.69",
55
- "@micromag/element-call-to-action": "^0.3.69",
56
- "@micromag/element-closed-captions": "^0.3.69",
57
- "@micromag/element-container": "^0.3.69",
58
- "@micromag/element-image": "^0.3.69",
59
- "@micromag/element-media-controls": "^0.3.69",
60
- "@micromag/element-video": "^0.3.69",
61
- "@micromag/transforms": "^0.3.69",
53
+ "@micromag/core": "^0.3.74",
54
+ "@micromag/element-background": "^0.3.74",
55
+ "@micromag/element-call-to-action": "^0.3.74",
56
+ "@micromag/element-closed-captions": "^0.3.74",
57
+ "@micromag/element-container": "^0.3.74",
58
+ "@micromag/element-image": "^0.3.74",
59
+ "@micromag/element-media-controls": "^0.3.74",
60
+ "@micromag/element-video": "^0.3.74",
61
+ "@micromag/transforms": "^0.3.74",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
64
64
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
71
+ "gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
72
72
  }