@micromag/screen-survey 0.4.38 → 0.4.41

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 +15 -15
package/es/index.js CHANGED
@@ -476,7 +476,7 @@ function SurveyScreen(_ref) {
476
476
  }) : null)))) : null));
477
477
  })) : null));
478
478
  return /*#__PURE__*/React.createElement("div", {
479
- className: classNames([styles.container, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, className, className !== null), styles.answered, answered), styles.inputFocused, inputFocused), styles.withPercentage, !withoutPercentage), styles.withBar, !withoutBar), styles.isPlaceholder, isPlaceholder)])
479
+ className: classNames([styles.container, className, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, styles.answered, answered), styles.inputFocused, inputFocused), styles.withPercentage, !withoutPercentage), styles.withBar, !withoutBar), styles.isPlaceholder, isPlaceholder)])
480
480
  }, /*#__PURE__*/React.createElement(Container, {
481
481
  width: width,
482
482
  height: height,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-survey",
3
- "version": "0.4.38",
3
+ "version": "0.4.41",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -64,19 +64,19 @@
64
64
  "@fortawesome/fontawesome-svg-core": "^7.2.0",
65
65
  "@fortawesome/free-solid-svg-icons": "^7.2.0",
66
66
  "@fortawesome/react-fontawesome": "^3.2.0",
67
- "@micromag/core": "^0.4.38",
68
- "@micromag/data": "^0.4.38",
69
- "@micromag/element-background": "^0.4.38",
70
- "@micromag/element-button": "^0.4.38",
71
- "@micromag/element-container": "^0.4.38",
72
- "@micromag/element-footer": "^0.4.38",
73
- "@micromag/element-header": "^0.4.38",
74
- "@micromag/element-heading": "^0.4.38",
75
- "@micromag/element-layout": "^0.4.38",
76
- "@micromag/element-scroll": "^0.4.38",
77
- "@micromag/element-text": "^0.4.38",
78
- "@micromag/element-text-input": "^0.4.38",
79
- "@micromag/transforms": "^0.4.38",
67
+ "@micromag/core": "^0.4.41",
68
+ "@micromag/data": "^0.4.41",
69
+ "@micromag/element-background": "^0.4.41",
70
+ "@micromag/element-button": "^0.4.41",
71
+ "@micromag/element-container": "^0.4.41",
72
+ "@micromag/element-footer": "^0.4.41",
73
+ "@micromag/element-header": "^0.4.41",
74
+ "@micromag/element-heading": "^0.4.41",
75
+ "@micromag/element-layout": "^0.4.41",
76
+ "@micromag/element-scroll": "^0.4.41",
77
+ "@micromag/element-text": "^0.4.41",
78
+ "@micromag/element-text-input": "^0.4.41",
79
+ "@micromag/transforms": "^0.4.41",
80
80
  "classnames": "^2.2.6",
81
81
  "dompurify": "^3.2.6",
82
82
  "lodash": "^4.17.23",
@@ -87,6 +87,6 @@
87
87
  "access": "public",
88
88
  "registry": "https://registry.npmjs.org/"
89
89
  },
90
- "gitHead": "e984a8b97d5c87914dd4844ff29628a5690edd6f",
90
+ "gitHead": "c7856a747ba0a4466f4b63bc29e31003275ac6e0",
91
91
  "types": "es/index.d.ts"
92
92
  }