@micromag/screen-quiz 0.3.824 → 0.3.827

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +4 -4
package/es/index.js CHANGED
@@ -404,7 +404,7 @@ var Answers = function Answers(_ref) {
404
404
  visual: visual,
405
405
  visualClassName: styles$4.optionVisual,
406
406
  imageClassName: styles$4.optionImage,
407
- layout: buttonsLayout || buttonLayout || (hasVisual ? 'label-right' : null)
407
+ layout: buttonLayout || buttonsLayout || (hasVisual ? 'label-right' : null)
408
408
  }, answered && !withoutIcon && rightAnswer === true ? /*#__PURE__*/React.createElement("span", {
409
409
  className: styles$4.resultIcon,
410
410
  style: getStyleFromColor(goodAnswerColor, 'backgroundColor')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-quiz",
3
- "version": "0.3.824",
3
+ "version": "0.3.827",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -66,9 +66,9 @@
66
66
  "@micromag/core": "^0.3.824",
67
67
  "@micromag/data": "^0.3.824",
68
68
  "@micromag/element-background": "^0.3.824",
69
- "@micromag/element-button": "^0.3.824",
69
+ "@micromag/element-button": "^0.3.827",
70
70
  "@micromag/element-container": "^0.3.824",
71
- "@micromag/element-footer": "^0.3.824",
71
+ "@micromag/element-footer": "^0.3.827",
72
72
  "@micromag/element-header": "^0.3.824",
73
73
  "@micromag/element-heading": "^0.3.824",
74
74
  "@micromag/element-keypad": "^0.3.824",
@@ -90,5 +90,5 @@
90
90
  "access": "public",
91
91
  "registry": "https://registry.npmjs.org/"
92
92
  },
93
- "gitHead": "e266e480cdc5741c73160840affee2eac7e7c9de"
93
+ "gitHead": "5e03b358d6cd2cca24d84f114ce6baf71963b7f0"
94
94
  }