@micromag/element-text-input 0.3.478 → 0.3.482

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.
package/es/index.js CHANGED
@@ -105,5 +105,6 @@ var TextInput = function TextInput(_ref) {
105
105
  };
106
106
  TextInput.propTypes = propTypes;
107
107
  TextInput.defaultProps = defaultProps;
108
+ var TextInput$1 = TextInput;
108
109
 
109
- export { TextInput as default };
110
+ export { TextInput$1 as default };
package/lib/index.js CHANGED
@@ -107,5 +107,6 @@ var TextInput = function TextInput(_ref) {
107
107
  };
108
108
  TextInput.propTypes = propTypes;
109
109
  TextInput.defaultProps = defaultProps;
110
+ var TextInput$1 = TextInput;
110
111
 
111
- module.exports = TextInput;
112
+ module.exports = TextInput$1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-text-input",
3
- "version": "0.3.478",
3
+ "version": "0.3.482",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -46,6 +46,7 @@
46
46
  "assets"
47
47
  ],
48
48
  "scripts": {
49
+ "clean": "rm -rf es && rm -rf lib && rm -rf assets",
49
50
  "prepare": "../../scripts/prepare-package.sh"
50
51
  },
51
52
  "devDependencies": {
@@ -58,7 +59,7 @@
58
59
  },
59
60
  "dependencies": {
60
61
  "@babel/runtime": "^7.13.10",
61
- "@micromag/core": "^0.3.478",
62
+ "@micromag/core": "^0.3.482",
62
63
  "classnames": "^2.2.6",
63
64
  "prop-types": "^15.7.2"
64
65
  },
@@ -66,5 +67,5 @@
66
67
  "access": "public",
67
68
  "registry": "https://registry.npmjs.org/"
68
69
  },
69
- "gitHead": "61160c4b2b5f2946e2ed214d5e2b73d4ed1c984a"
70
+ "gitHead": "931f86bb7dd77a05d196cadda88c8a170e665c3d"
70
71
  }