@micromag/screen-timeline 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
@@ -513,8 +513,9 @@ var definition = [{
513
513
  name: 'callToAction',
514
514
  type: 'call-to-action',
515
515
  theme: {
516
+ boxStyle: 'cta',
516
517
  label: {
517
- textStyle: 'heading2'
518
+ textStyle: 'cta'
518
519
  }
519
520
  }
520
521
  }]
@@ -652,8 +653,9 @@ var definition = [{
652
653
  name: 'callToAction',
653
654
  type: 'call-to-action',
654
655
  theme: {
656
+ boxStyle: 'cta',
655
657
  label: {
656
- textStyle: 'heading2'
658
+ textStyle: 'cta'
657
659
  }
658
660
  }
659
661
  }]
package/lib/index.js CHANGED
@@ -536,8 +536,9 @@ var definition = [{
536
536
  name: 'callToAction',
537
537
  type: 'call-to-action',
538
538
  theme: {
539
+ boxStyle: 'cta',
539
540
  label: {
540
- textStyle: 'heading2'
541
+ textStyle: 'cta'
541
542
  }
542
543
  }
543
544
  }]
@@ -675,8 +676,9 @@ var definition = [{
675
676
  name: 'callToAction',
676
677
  type: 'call-to-action',
677
678
  theme: {
679
+ boxStyle: 'cta',
678
680
  label: {
679
- textStyle: 'heading2'
681
+ textStyle: 'cta'
680
682
  }
681
683
  }
682
684
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-timeline",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,16 +49,16 @@
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-heading": "^0.3.69",
57
- "@micromag/element-layout": "^0.3.69",
58
- "@micromag/element-scroll": "^0.3.69",
59
- "@micromag/element-text": "^0.3.69",
60
- "@micromag/element-visual": "^0.3.69",
61
- "@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-heading": "^0.3.71",
57
+ "@micromag/element-layout": "^0.3.71",
58
+ "@micromag/element-scroll": "^0.3.71",
59
+ "@micromag/element-text": "^0.3.71",
60
+ "@micromag/element-visual": "^0.3.71",
61
+ "@micromag/transforms": "^0.3.71",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
64
64
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
71
+ "gitHead": "50093d0adc731dfb58656015179c4ac0b1c6765f"
72
72
  }