@micromag/screen-survey 0.3.109 → 0.3.112
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -346,7 +346,7 @@ var SurveyScreen = function SurveyScreen(_ref) {
|
|
|
346
346
|
},
|
|
347
347
|
disabled: isPreview || userAnswerIndex !== null,
|
|
348
348
|
focusable: current && isView,
|
|
349
|
-
buttonStyle: _objectSpread(_objectSpread(_objectSpread({},
|
|
349
|
+
buttonStyle: _objectSpread(_objectSpread(_objectSpread({}, buttonsStyle), getStyleFromBox(answerButtonStyle)), answered ? {
|
|
350
350
|
textAlign: 'left'
|
|
351
351
|
} : null)
|
|
352
352
|
}, /*#__PURE__*/React.createElement("span", {
|
package/lib/index.js
CHANGED
|
@@ -367,7 +367,7 @@ var SurveyScreen = function SurveyScreen(_ref) {
|
|
|
367
367
|
},
|
|
368
368
|
disabled: isPreview || userAnswerIndex !== null,
|
|
369
369
|
focusable: current && isView,
|
|
370
|
-
buttonStyle: _objectSpread__default["default"](_objectSpread__default["default"](_objectSpread__default["default"]({},
|
|
370
|
+
buttonStyle: _objectSpread__default["default"](_objectSpread__default["default"](_objectSpread__default["default"]({}, buttonsStyle), utils.getStyleFromBox(answerButtonStyle)), answered ? {
|
|
371
371
|
textAlign: 'left'
|
|
372
372
|
} : null)
|
|
373
373
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-survey",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.112",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/data": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-button": "^0.3.
|
|
56
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-heading": "^0.3.
|
|
59
|
-
"@micromag/element-layout": "^0.3.
|
|
60
|
-
"@micromag/element-scroll": "^0.3.
|
|
61
|
-
"@micromag/element-text": "^0.3.
|
|
62
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.112",
|
|
53
|
+
"@micromag/data": "^0.3.112",
|
|
54
|
+
"@micromag/element-background": "^0.3.112",
|
|
55
|
+
"@micromag/element-button": "^0.3.112",
|
|
56
|
+
"@micromag/element-call-to-action": "^0.3.112",
|
|
57
|
+
"@micromag/element-container": "^0.3.112",
|
|
58
|
+
"@micromag/element-heading": "^0.3.112",
|
|
59
|
+
"@micromag/element-layout": "^0.3.112",
|
|
60
|
+
"@micromag/element-scroll": "^0.3.112",
|
|
61
|
+
"@micromag/element-text": "^0.3.112",
|
|
62
|
+
"@micromag/transforms": "^0.3.112",
|
|
63
63
|
"classnames": "^2.2.6",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "f85362071b76115397f9a77537ac6e66b91f59f3"
|
|
73
73
|
}
|