@micromag/screen-quote 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
@@ -277,8 +277,9 @@ var definition = {
277
277
  name: 'callToAction',
278
278
  type: 'call-to-action',
279
279
  theme: {
280
+ boxStyle: 'cta',
280
281
  label: {
281
- textStyle: 'heading2'
282
+ textStyle: 'cta'
282
283
  }
283
284
  }
284
285
  }]
package/lib/index.js CHANGED
@@ -296,8 +296,9 @@ var definition = {
296
296
  name: 'callToAction',
297
297
  type: 'call-to-action',
298
298
  theme: {
299
+ boxStyle: 'cta',
299
300
  label: {
300
- textStyle: 'heading2'
301
+ textStyle: 'cta'
301
302
  }
302
303
  }
303
304
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-quote",
3
- "version": "0.3.69",
3
+ "version": "0.3.74",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.69",
53
- "@micromag/element-background": "^0.3.69",
54
- "@micromag/element-call-to-action": "^0.3.69",
55
- "@micromag/element-container": "^0.3.69",
56
- "@micromag/element-layout": "^0.3.69",
57
- "@micromag/element-quote": "^0.3.69",
58
- "@micromag/element-text": "^0.3.69",
59
- "@micromag/transforms": "^0.3.69",
52
+ "@micromag/core": "^0.3.74",
53
+ "@micromag/element-background": "^0.3.74",
54
+ "@micromag/element-call-to-action": "^0.3.74",
55
+ "@micromag/element-container": "^0.3.74",
56
+ "@micromag/element-layout": "^0.3.74",
57
+ "@micromag/element-quote": "^0.3.74",
58
+ "@micromag/element-text": "^0.3.74",
59
+ "@micromag/transforms": "^0.3.74",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
69
+ "gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
70
70
  }