@micromag/screen-audio 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
@@ -394,8 +394,9 @@ var definition = {
394
394
  name: 'callToAction',
395
395
  type: 'call-to-action',
396
396
  theme: {
397
+ boxStyle: 'cta',
397
398
  label: {
398
- textStyle: 'heading2'
399
+ textStyle: 'cta'
399
400
  }
400
401
  }
401
402
  }]
package/lib/index.js CHANGED
@@ -415,8 +415,9 @@ var definition = {
415
415
  name: 'callToAction',
416
416
  type: 'call-to-action',
417
417
  theme: {
418
+ boxStyle: 'cta',
418
419
  label: {
419
- textStyle: 'heading2'
420
+ textStyle: 'cta'
420
421
  }
421
422
  }
422
423
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-audio",
3
- "version": "0.3.69",
3
+ "version": "0.3.74",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.69",
53
- "@micromag/element-audio": "^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-layout": "^0.3.69",
59
- "@micromag/element-media-controls": "^0.3.69",
60
- "@micromag/transforms": "^0.3.69",
52
+ "@micromag/core": "^0.3.74",
53
+ "@micromag/element-audio": "^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-layout": "^0.3.74",
59
+ "@micromag/element-media-controls": "^0.3.74",
60
+ "@micromag/transforms": "^0.3.74",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
70
+ "gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
71
71
  }