@micromag/element-text-input 0.3.572 → 0.3.576

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 -2
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -105,6 +105,5 @@ var TextInput = function TextInput(_ref) {
105
105
  };
106
106
  TextInput.propTypes = propTypes;
107
107
  TextInput.defaultProps = defaultProps;
108
- var TextInput$1 = TextInput;
109
108
 
110
- export { TextInput$1 as default };
109
+ export { TextInput as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-text-input",
3
- "version": "0.3.572",
3
+ "version": "0.3.576",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.13.10",
62
- "@micromag/core": "^0.3.572",
62
+ "@micromag/core": "^0.3.576",
63
63
  "classnames": "^2.2.6",
64
64
  "prop-types": "^15.7.2"
65
65
  },
@@ -67,5 +67,5 @@
67
67
  "access": "public",
68
68
  "registry": "https://registry.npmjs.org/"
69
69
  },
70
- "gitHead": "275564dfe8d82442c50621f9dcf64ea182464002"
70
+ "gitHead": "fa6ef8f8ed78d40e2a96e669c9cd794a50269c4b"
71
71
  }