@micromag/screen-gallery 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
@@ -540,8 +540,9 @@ var definition = [{
540
540
  name: 'callToAction',
541
541
  type: 'call-to-action',
542
542
  theme: {
543
+ boxStyle: 'cta',
543
544
  label: {
544
- textStyle: 'heading2'
545
+ textStyle: 'cta'
545
546
  }
546
547
  }
547
548
  }]
@@ -613,8 +614,9 @@ var definition = [{
613
614
  name: 'callToAction',
614
615
  type: 'call-to-action',
615
616
  theme: {
617
+ boxStyle: 'cta',
616
618
  label: {
617
- textStyle: 'heading2'
619
+ textStyle: 'cta'
618
620
  }
619
621
  }
620
622
  }]
package/lib/index.js CHANGED
@@ -562,8 +562,9 @@ var definition = [{
562
562
  name: 'callToAction',
563
563
  type: 'call-to-action',
564
564
  theme: {
565
+ boxStyle: 'cta',
565
566
  label: {
566
- textStyle: 'heading2'
567
+ textStyle: 'cta'
567
568
  }
568
569
  }
569
570
  }]
@@ -635,8 +636,9 @@ var definition = [{
635
636
  name: 'callToAction',
636
637
  type: 'call-to-action',
637
638
  theme: {
639
+ boxStyle: 'cta',
638
640
  label: {
639
- textStyle: 'heading2'
641
+ textStyle: 'cta'
640
642
  }
641
643
  }
642
644
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-gallery",
3
- "version": "0.3.69",
3
+ "version": "0.3.74",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
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-grid": "^0.3.69",
57
- "@micromag/element-layout": "^0.3.69",
58
- "@micromag/element-text": "^0.3.69",
59
- "@micromag/element-visual": "^0.3.69",
60
- "@micromag/transforms": "^0.3.69",
52
+ "@micromag/core": "^0.3.74",
53
+ "@micromag/element-background": "^0.3.74",
54
+ "@micromag/element-call-to-action": "^0.3.74",
55
+ "@micromag/element-container": "^0.3.74",
56
+ "@micromag/element-grid": "^0.3.74",
57
+ "@micromag/element-layout": "^0.3.74",
58
+ "@micromag/element-text": "^0.3.74",
59
+ "@micromag/element-visual": "^0.3.74",
60
+ "@micromag/transforms": "^0.3.74",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
70
+ "gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
71
71
  }