@micromag/screen-survey 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
@@ -561,8 +561,9 @@ var definition = {
561
561
  name: 'callToAction',
562
562
  type: 'call-to-action',
563
563
  theme: {
564
+ boxStyle: 'cta',
564
565
  label: {
565
- textStyle: 'heading2'
566
+ textStyle: 'cta'
566
567
  }
567
568
  }
568
569
  }]
package/lib/index.js CHANGED
@@ -582,8 +582,9 @@ var definition = {
582
582
  name: 'callToAction',
583
583
  type: 'call-to-action',
584
584
  theme: {
585
+ boxStyle: 'cta',
585
586
  label: {
586
- textStyle: 'heading2'
587
+ textStyle: 'cta'
587
588
  }
588
589
  }
589
590
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-survey",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,17 +49,17 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.69",
53
- "@micromag/data": "^0.3.69",
54
- "@micromag/element-background": "^0.3.69",
55
- "@micromag/element-button": "^0.3.69",
56
- "@micromag/element-call-to-action": "^0.3.69",
57
- "@micromag/element-container": "^0.3.69",
58
- "@micromag/element-heading": "^0.3.69",
59
- "@micromag/element-layout": "^0.3.69",
60
- "@micromag/element-scroll": "^0.3.69",
61
- "@micromag/element-text": "^0.3.69",
62
- "@micromag/transforms": "^0.3.69",
52
+ "@micromag/core": "^0.3.71",
53
+ "@micromag/data": "^0.3.71",
54
+ "@micromag/element-background": "^0.3.71",
55
+ "@micromag/element-button": "^0.3.71",
56
+ "@micromag/element-call-to-action": "^0.3.71",
57
+ "@micromag/element-container": "^0.3.71",
58
+ "@micromag/element-heading": "^0.3.71",
59
+ "@micromag/element-layout": "^0.3.71",
60
+ "@micromag/element-scroll": "^0.3.71",
61
+ "@micromag/element-text": "^0.3.71",
62
+ "@micromag/transforms": "^0.3.71",
63
63
  "classnames": "^2.2.6",
64
64
  "lodash": "^4.17.21",
65
65
  "prop-types": "^15.7.2",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
72
+ "gitHead": "50093d0adc731dfb58656015179c4ac0b1c6765f"
73
73
  }