@micromag/screen-gallery-feed 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
@@ -364,8 +364,9 @@ var definition = [{
364
364
  name: 'callToAction',
365
365
  type: 'call-to-action',
366
366
  theme: {
367
+ boxStyle: 'cta',
367
368
  label: {
368
- textStyle: 'heading2'
369
+ textStyle: 'cta'
369
370
  }
370
371
  }
371
372
  }]
@@ -432,8 +433,9 @@ var definition = [{
432
433
  name: 'callToAction',
433
434
  type: 'call-to-action',
434
435
  theme: {
436
+ boxStyle: 'cta',
435
437
  label: {
436
- textStyle: 'heading2'
438
+ textStyle: 'cta'
437
439
  }
438
440
  }
439
441
  }]
package/lib/index.js CHANGED
@@ -386,8 +386,9 @@ var definition = [{
386
386
  name: 'callToAction',
387
387
  type: 'call-to-action',
388
388
  theme: {
389
+ boxStyle: 'cta',
389
390
  label: {
390
- textStyle: 'heading2'
391
+ textStyle: 'cta'
391
392
  }
392
393
  }
393
394
  }]
@@ -454,8 +455,9 @@ var definition = [{
454
455
  name: 'callToAction',
455
456
  type: 'call-to-action',
456
457
  theme: {
458
+ boxStyle: 'cta',
457
459
  label: {
458
- textStyle: 'heading2'
460
+ textStyle: 'cta'
459
461
  }
460
462
  }
461
463
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-gallery-feed",
3
- "version": "0.3.69",
3
+ "version": "0.3.74",
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-layout": "^0.3.69",
57
- "@micromag/element-scroll": "^0.3.69",
58
- "@micromag/element-stack": "^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.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-layout": "^0.3.74",
57
+ "@micromag/element-scroll": "^0.3.74",
58
+ "@micromag/element-stack": "^0.3.74",
59
+ "@micromag/element-text": "^0.3.74",
60
+ "@micromag/element-visual": "^0.3.74",
61
+ "@micromag/transforms": "^0.3.74",
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": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
72
72
  }