@micromag/screen-text 0.3.69 → 0.3.71

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
@@ -276,8 +276,9 @@ var definition = [{
276
276
  name: 'callToAction',
277
277
  type: 'call-to-action',
278
278
  theme: {
279
+ boxStyle: 'cta',
279
280
  label: {
280
- textStyle: 'heading2'
281
+ textStyle: 'cta'
281
282
  }
282
283
  }
283
284
  }]
@@ -356,8 +357,9 @@ var definition = [{
356
357
  name: 'callToAction',
357
358
  type: 'call-to-action',
358
359
  theme: {
360
+ boxStyle: 'cta',
359
361
  label: {
360
- textStyle: 'heading2'
362
+ textStyle: 'cta'
361
363
  }
362
364
  }
363
365
  }]
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
  }]
@@ -376,8 +377,9 @@ var definition = [{
376
377
  name: 'callToAction',
377
378
  type: 'call-to-action',
378
379
  theme: {
380
+ boxStyle: 'cta',
379
381
  label: {
380
- textStyle: 'heading2'
382
+ textStyle: 'cta'
381
383
  }
382
384
  }
383
385
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-text",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
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-heading": "^0.3.69",
57
- "@micromag/element-layout": "^0.3.69",
58
- "@micromag/element-text": "^0.3.69",
59
- "@micromag/transforms": "^0.3.69",
52
+ "@micromag/core": "^0.3.71",
53
+ "@micromag/element-background": "^0.3.71",
54
+ "@micromag/element-call-to-action": "^0.3.71",
55
+ "@micromag/element-container": "^0.3.71",
56
+ "@micromag/element-heading": "^0.3.71",
57
+ "@micromag/element-layout": "^0.3.71",
58
+ "@micromag/element-text": "^0.3.71",
59
+ "@micromag/transforms": "^0.3.71",
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": "50093d0adc731dfb58656015179c4ac0b1c6765f"
70
70
  }