@micromag/screen-contribution 0.4.37 → 0.4.40

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 +16 -16
package/es/index.js CHANGED
@@ -479,7 +479,7 @@ function ContributionScreen(_ref) {
479
479
  }, /*#__PURE__*/React.createElement(Header, header)) : null;
480
480
  var showReset = isEdit && submitState === 4;
481
481
  return /*#__PURE__*/React.createElement("div", {
482
- className: classNames([styles.container, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, className, className !== null), styles.isPlaceholder, isPlaceholder), styles.submitting, submitState === 1), styles.submitted, submitState > 1), styles.showContributions, submitState === 4)]),
482
+ className: classNames([styles.container, className, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, styles.isPlaceholder, isPlaceholder), styles.submitting, submitState === 1), styles.submitted, submitState > 1), styles.showContributions, submitState === 4)]),
483
483
  "data-screen-ready": true
484
484
  }, /*#__PURE__*/React.createElement(Container, {
485
485
  width: width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-contribution",
3
- "version": "0.4.37",
3
+ "version": "0.4.40",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -64,20 +64,20 @@
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.37",
68
- "@micromag/data": "^0.4.37",
69
- "@micromag/element-background": "^0.4.37",
70
- "@micromag/element-button": "^0.4.37",
71
- "@micromag/element-container": "^0.4.37",
72
- "@micromag/element-footer": "^0.4.37",
73
- "@micromag/element-header": "^0.4.37",
74
- "@micromag/element-heading": "^0.4.37",
75
- "@micromag/element-layout": "^0.4.37",
76
- "@micromag/element-scroll": "^0.4.37",
77
- "@micromag/element-share-incentive": "^0.4.37",
78
- "@micromag/element-text": "^0.4.37",
79
- "@micromag/element-text-input": "^0.4.37",
80
- "@micromag/transforms": "^0.4.37",
67
+ "@micromag/core": "^0.4.40",
68
+ "@micromag/data": "^0.4.40",
69
+ "@micromag/element-background": "^0.4.40",
70
+ "@micromag/element-button": "^0.4.40",
71
+ "@micromag/element-container": "^0.4.40",
72
+ "@micromag/element-footer": "^0.4.40",
73
+ "@micromag/element-header": "^0.4.40",
74
+ "@micromag/element-heading": "^0.4.40",
75
+ "@micromag/element-layout": "^0.4.40",
76
+ "@micromag/element-scroll": "^0.4.40",
77
+ "@micromag/element-share-incentive": "^0.4.40",
78
+ "@micromag/element-text": "^0.4.40",
79
+ "@micromag/element-text-input": "^0.4.40",
80
+ "@micromag/transforms": "^0.4.40",
81
81
  "classnames": "^2.2.6",
82
82
  "dompurify": "^3.2.6",
83
83
  "lodash": "^4.17.23",
@@ -88,6 +88,6 @@
88
88
  "access": "public",
89
89
  "registry": "https://registry.npmjs.org/"
90
90
  },
91
- "gitHead": "03c7d78fb0745377eddbb04f6c7dfaca8aa42381",
91
+ "gitHead": "6a9ff6e196a972abfd617f49353862cf445b0e83",
92
92
  "types": "es/index.d.ts"
93
93
  }