@micromag/screen-quiz 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 +4 -2
- package/lib/index.js +4 -2
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -1387,8 +1387,9 @@ var definition = [{
|
|
|
1387
1387
|
name: 'callToAction',
|
|
1388
1388
|
type: 'call-to-action',
|
|
1389
1389
|
theme: {
|
|
1390
|
+
boxStyle: 'cta',
|
|
1390
1391
|
label: {
|
|
1391
|
-
textStyle: '
|
|
1392
|
+
textStyle: 'cta'
|
|
1392
1393
|
}
|
|
1393
1394
|
}
|
|
1394
1395
|
}]
|
|
@@ -1652,8 +1653,9 @@ var definition = [{
|
|
|
1652
1653
|
name: 'callToAction',
|
|
1653
1654
|
type: 'call-to-action',
|
|
1654
1655
|
theme: {
|
|
1656
|
+
boxStyle: 'cta',
|
|
1655
1657
|
label: {
|
|
1656
|
-
textStyle: '
|
|
1658
|
+
textStyle: 'cta'
|
|
1657
1659
|
}
|
|
1658
1660
|
}
|
|
1659
1661
|
}]
|
package/lib/index.js
CHANGED
|
@@ -1408,8 +1408,9 @@ var definition = [{
|
|
|
1408
1408
|
name: 'callToAction',
|
|
1409
1409
|
type: 'call-to-action',
|
|
1410
1410
|
theme: {
|
|
1411
|
+
boxStyle: 'cta',
|
|
1411
1412
|
label: {
|
|
1412
|
-
textStyle: '
|
|
1413
|
+
textStyle: 'cta'
|
|
1413
1414
|
}
|
|
1414
1415
|
}
|
|
1415
1416
|
}]
|
|
@@ -1673,8 +1674,9 @@ var definition = [{
|
|
|
1673
1674
|
name: 'callToAction',
|
|
1674
1675
|
type: 'call-to-action',
|
|
1675
1676
|
theme: {
|
|
1677
|
+
boxStyle: 'cta',
|
|
1676
1678
|
label: {
|
|
1677
|
-
textStyle: '
|
|
1679
|
+
textStyle: 'cta'
|
|
1678
1680
|
}
|
|
1679
1681
|
}
|
|
1680
1682
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.71",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
53
53
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
54
54
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
55
|
-
"@micromag/core": "^0.3.
|
|
56
|
-
"@micromag/data": "^0.3.
|
|
57
|
-
"@micromag/element-background": "^0.3.
|
|
58
|
-
"@micromag/element-button": "^0.3.
|
|
59
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
60
|
-
"@micromag/element-container": "^0.3.
|
|
61
|
-
"@micromag/element-heading": "^0.3.
|
|
62
|
-
"@micromag/element-layout": "^0.3.
|
|
63
|
-
"@micromag/element-text": "^0.3.
|
|
64
|
-
"@micromag/transforms": "^0.3.
|
|
55
|
+
"@micromag/core": "^0.3.71",
|
|
56
|
+
"@micromag/data": "^0.3.71",
|
|
57
|
+
"@micromag/element-background": "^0.3.71",
|
|
58
|
+
"@micromag/element-button": "^0.3.71",
|
|
59
|
+
"@micromag/element-call-to-action": "^0.3.71",
|
|
60
|
+
"@micromag/element-container": "^0.3.71",
|
|
61
|
+
"@micromag/element-heading": "^0.3.71",
|
|
62
|
+
"@micromag/element-layout": "^0.3.71",
|
|
63
|
+
"@micromag/element-text": "^0.3.71",
|
|
64
|
+
"@micromag/transforms": "^0.3.71",
|
|
65
65
|
"classnames": "^2.2.6",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
67
67
|
"prop-types": "^15.7.2",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "50093d0adc731dfb58656015179c4ac0b1c6765f"
|
|
76
76
|
}
|