@micromag/screen-slideshow 0.3.70 → 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
@@ -279,8 +279,9 @@ var definition = [{
279
279
  name: 'callToAction',
280
280
  type: 'call-to-action',
281
281
  theme: {
282
+ boxStyle: 'cta',
282
283
  label: {
283
- textStyle: 'heading2'
284
+ textStyle: 'cta'
284
285
  }
285
286
  }
286
287
  }]
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-slideshow",
3
- "version": "0.3.70",
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-layout": "^0.3.69",
57
- "@micromag/element-text": "^0.3.69",
58
- "@micromag/element-visual": "^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-layout": "^0.3.71",
57
+ "@micromag/element-text": "^0.3.71",
58
+ "@micromag/element-visual": "^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": "b11395ac74f2dc46d9987feee1118b34a6132761"
69
+ "gitHead": "50093d0adc731dfb58656015179c4ac0b1c6765f"
70
70
  }