@micromag/screen-contribution 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
@@ -580,8 +580,9 @@ var definition = {
580
580
  name: 'callToAction',
581
581
  type: 'call-to-action',
582
582
  theme: {
583
+ boxStyle: 'cta',
583
584
  label: {
584
- textStyle: 'heading2'
585
+ textStyle: 'cta'
585
586
  }
586
587
  }
587
588
  }]
package/lib/index.js CHANGED
@@ -601,8 +601,9 @@ var definition = {
601
601
  name: 'callToAction',
602
602
  type: 'call-to-action',
603
603
  theme: {
604
+ boxStyle: 'cta',
604
605
  label: {
605
- textStyle: 'heading2'
606
+ textStyle: 'cta'
606
607
  }
607
608
  }
608
609
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-contribution",
3
- "version": "0.3.69",
3
+ "version": "0.3.74",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,17 +52,17 @@
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-scroll": "^0.3.69",
63
- "@micromag/element-text": "^0.3.69",
64
- "@micromag/element-text-input": "^0.3.69",
65
- "@micromag/transforms": "^0.3.69",
55
+ "@micromag/core": "^0.3.74",
56
+ "@micromag/data": "^0.3.74",
57
+ "@micromag/element-background": "^0.3.74",
58
+ "@micromag/element-button": "^0.3.74",
59
+ "@micromag/element-call-to-action": "^0.3.74",
60
+ "@micromag/element-container": "^0.3.74",
61
+ "@micromag/element-heading": "^0.3.74",
62
+ "@micromag/element-scroll": "^0.3.74",
63
+ "@micromag/element-text": "^0.3.74",
64
+ "@micromag/element-text-input": "^0.3.74",
65
+ "@micromag/transforms": "^0.3.74",
66
66
  "classnames": "^2.2.6",
67
67
  "lodash": "^4.17.21",
68
68
  "prop-types": "^15.7.2",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
75
+ "gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
76
76
  }