@micromag/screen-quiz 0.3.9 → 0.3.10
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 +2 -2
- package/lib/index.js +2 -2
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -752,10 +752,10 @@ var Title = function Title(_ref) {
|
|
|
752
752
|
}, hasButton ? /*#__PURE__*/React.createElement(Text, Object.assign({}, button, {
|
|
753
753
|
className: styles$1.label
|
|
754
754
|
})) : /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
755
|
-
id: "
|
|
755
|
+
id: "D7LIZQ",
|
|
756
756
|
defaultMessage: [{
|
|
757
757
|
"type": 0,
|
|
758
|
-
"value": "
|
|
758
|
+
"value": "Start"
|
|
759
759
|
}]
|
|
760
760
|
}))))]);
|
|
761
761
|
};
|
package/lib/index.js
CHANGED
|
@@ -773,10 +773,10 @@ var Title = function Title(_ref) {
|
|
|
773
773
|
}, hasButton ? /*#__PURE__*/React__default["default"].createElement(Text__default["default"], Object.assign({}, button, {
|
|
774
774
|
className: styles$1.label
|
|
775
775
|
})) : /*#__PURE__*/React__default["default"].createElement(reactIntl.FormattedMessage, {
|
|
776
|
-
id: "
|
|
776
|
+
id: "D7LIZQ",
|
|
777
777
|
defaultMessage: [{
|
|
778
778
|
"type": 0,
|
|
779
|
-
"value": "
|
|
779
|
+
"value": "Start"
|
|
780
780
|
}]
|
|
781
781
|
}))))]);
|
|
782
782
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
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.10",
|
|
56
|
+
"@micromag/data": "^0.3.10",
|
|
57
|
+
"@micromag/element-background": "^0.3.10",
|
|
58
|
+
"@micromag/element-button": "^0.3.10",
|
|
59
|
+
"@micromag/element-call-to-action": "^0.3.10",
|
|
60
|
+
"@micromag/element-container": "^0.3.10",
|
|
61
|
+
"@micromag/element-heading": "^0.3.10",
|
|
62
|
+
"@micromag/element-layout": "^0.3.10",
|
|
63
|
+
"@micromag/element-text": "^0.3.10",
|
|
64
|
+
"@micromag/transforms": "^0.3.10",
|
|
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": "86e11f1f28cd844b3fde4718ac7ddfcb9585e7c6"
|
|
76
76
|
}
|