@micromag/element-text-input 0.4.38 → 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 +3 -3
package/es/index.js CHANGED
@@ -64,7 +64,7 @@ function TextInput(_ref) {
64
64
  placeholderStyle = _objectSpread(_objectSpread({}, placeholderStyle), getStyleFromText(placeholderTextStyle));
65
65
  }
66
66
  var containerProps = {
67
- className: classNames([styles.container, _defineProperty(_defineProperty({}, className, className !== null), styles.element, !labelOutside)]),
67
+ className: classNames([styles.container, className, _defineProperty({}, styles.element, !labelOutside)]),
68
68
  style: containerStyle
69
69
  };
70
70
  var elementProps = _objectSpread(_objectSpread({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-text-input",
3
- "version": "0.4.38",
3
+ "version": "0.4.40",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.28.6",
63
- "@micromag/core": "^0.4.38",
63
+ "@micromag/core": "^0.4.40",
64
64
  "classnames": "^2.2.6",
65
65
  "react-helmet": "^6.1.0"
66
66
  },
@@ -68,6 +68,6 @@
68
68
  "access": "public",
69
69
  "registry": "https://registry.npmjs.org/"
70
70
  },
71
- "gitHead": "e984a8b97d5c87914dd4844ff29628a5690edd6f",
71
+ "gitHead": "6a9ff6e196a972abfd617f49353862cf445b0e83",
72
72
  "types": "es/index.d.ts"
73
73
  }