@micromag/screen-quiz 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
@@ -1387,8 +1387,9 @@ var definition = [{
1387
1387
  name: 'callToAction',
1388
1388
  type: 'call-to-action',
1389
1389
  theme: {
1390
+ boxStyle: 'cta',
1390
1391
  label: {
1391
- textStyle: 'heading2'
1392
+ textStyle: 'cta'
1392
1393
  }
1393
1394
  }
1394
1395
  }]
@@ -1652,8 +1653,9 @@ var definition = [{
1652
1653
  name: 'callToAction',
1653
1654
  type: 'call-to-action',
1654
1655
  theme: {
1656
+ boxStyle: 'cta',
1655
1657
  label: {
1656
- textStyle: 'heading2'
1658
+ textStyle: 'cta'
1657
1659
  }
1658
1660
  }
1659
1661
  }]
package/lib/index.js CHANGED
@@ -1408,8 +1408,9 @@ var definition = [{
1408
1408
  name: 'callToAction',
1409
1409
  type: 'call-to-action',
1410
1410
  theme: {
1411
+ boxStyle: 'cta',
1411
1412
  label: {
1412
- textStyle: 'heading2'
1413
+ textStyle: 'cta'
1413
1414
  }
1414
1415
  }
1415
1416
  }]
@@ -1673,8 +1674,9 @@ var definition = [{
1673
1674
  name: 'callToAction',
1674
1675
  type: 'call-to-action',
1675
1676
  theme: {
1677
+ boxStyle: 'cta',
1676
1678
  label: {
1677
- textStyle: 'heading2'
1679
+ textStyle: 'cta'
1678
1680
  }
1679
1681
  }
1680
1682
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-quiz",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,16 +52,16 @@
52
52
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
53
53
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
54
54
  "@fortawesome/react-fontawesome": "^0.1.13",
55
- "@micromag/core": "^0.3.69",
56
- "@micromag/data": "^0.3.69",
57
- "@micromag/element-background": "^0.3.69",
58
- "@micromag/element-button": "^0.3.69",
59
- "@micromag/element-call-to-action": "^0.3.69",
60
- "@micromag/element-container": "^0.3.69",
61
- "@micromag/element-heading": "^0.3.69",
62
- "@micromag/element-layout": "^0.3.69",
63
- "@micromag/element-text": "^0.3.69",
64
- "@micromag/transforms": "^0.3.69",
55
+ "@micromag/core": "^0.3.71",
56
+ "@micromag/data": "^0.3.71",
57
+ "@micromag/element-background": "^0.3.71",
58
+ "@micromag/element-button": "^0.3.71",
59
+ "@micromag/element-call-to-action": "^0.3.71",
60
+ "@micromag/element-container": "^0.3.71",
61
+ "@micromag/element-heading": "^0.3.71",
62
+ "@micromag/element-layout": "^0.3.71",
63
+ "@micromag/element-text": "^0.3.71",
64
+ "@micromag/transforms": "^0.3.71",
65
65
  "classnames": "^2.2.6",
66
66
  "lodash": "^4.17.21",
67
67
  "prop-types": "^15.7.2",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
75
+ "gitHead": "50093d0adc731dfb58656015179c4ac0b1c6765f"
76
76
  }