@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 +4 -2
- package/lib/index.js +4 -2
- package/package.json +11 -11
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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.
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-grid": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/element-visual": "^0.3.
|
|
60
|
-
"@micromag/transforms": "^0.3.
|
|
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": "
|
|
70
|
+
"gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
|
|
71
71
|
}
|