@micromag/screen-title 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
@@ -387,8 +387,9 @@ var definition = [{
387
387
  name: 'callToAction',
388
388
  type: 'call-to-action',
389
389
  theme: {
390
+ boxStyle: 'cta',
390
391
  label: {
391
- textStyle: 'heading2'
392
+ textStyle: 'cta'
392
393
  }
393
394
  }
394
395
  }]
@@ -466,8 +467,9 @@ var definition = [{
466
467
  name: 'callToAction',
467
468
  type: 'call-to-action',
468
469
  theme: {
470
+ boxStyle: 'cta',
469
471
  label: {
470
- textStyle: 'heading2'
472
+ textStyle: 'cta'
471
473
  }
472
474
  }
473
475
  }]
@@ -558,8 +560,9 @@ var definition = [{
558
560
  name: 'callToAction',
559
561
  type: 'call-to-action',
560
562
  theme: {
563
+ boxStyle: 'cta',
561
564
  label: {
562
- textStyle: 'heading2'
565
+ textStyle: 'cta'
563
566
  }
564
567
  }
565
568
  }]
@@ -671,8 +674,9 @@ var definition = [{
671
674
  name: 'callToAction',
672
675
  type: 'call-to-action',
673
676
  theme: {
677
+ boxStyle: 'cta',
674
678
  label: {
675
- textStyle: 'heading2'
679
+ textStyle: 'cta'
676
680
  }
677
681
  }
678
682
  }]
package/lib/index.js CHANGED
@@ -408,8 +408,9 @@ var definition = [{
408
408
  name: 'callToAction',
409
409
  type: 'call-to-action',
410
410
  theme: {
411
+ boxStyle: 'cta',
411
412
  label: {
412
- textStyle: 'heading2'
413
+ textStyle: 'cta'
413
414
  }
414
415
  }
415
416
  }]
@@ -487,8 +488,9 @@ var definition = [{
487
488
  name: 'callToAction',
488
489
  type: 'call-to-action',
489
490
  theme: {
491
+ boxStyle: 'cta',
490
492
  label: {
491
- textStyle: 'heading2'
493
+ textStyle: 'cta'
492
494
  }
493
495
  }
494
496
  }]
@@ -579,8 +581,9 @@ var definition = [{
579
581
  name: 'callToAction',
580
582
  type: 'call-to-action',
581
583
  theme: {
584
+ boxStyle: 'cta',
582
585
  label: {
583
- textStyle: 'heading2'
586
+ textStyle: 'cta'
584
587
  }
585
588
  }
586
589
  }]
@@ -692,8 +695,9 @@ var definition = [{
692
695
  name: 'callToAction',
693
696
  type: 'call-to-action',
694
697
  theme: {
698
+ boxStyle: 'cta',
695
699
  label: {
696
- textStyle: 'heading2'
700
+ textStyle: 'cta'
697
701
  }
698
702
  }
699
703
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-title",
3
- "version": "0.3.69",
3
+ "version": "0.3.74",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
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-text": "^0.3.69",
59
- "@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-heading": "^0.3.74",
57
+ "@micromag/element-layout": "^0.3.74",
58
+ "@micromag/element-text": "^0.3.74",
59
+ "@micromag/transforms": "^0.3.74",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
69
+ "gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
70
70
  }