@artibet/react-mui-components 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5,6 +5,6 @@ export { ShowErrors } from './dist/esm'
5
5
  export { MyTextField } from './dist/esm'
6
6
  export { MyPasswordField } from './dist/esm'
7
7
  export { MyEmailField } from './dist/esm'
8
- export { MySwtichField } from './dist/esm'
8
+ export { MySwitchField } from './dist/esm'
9
9
  export { MyColorPickerField } from './dist/esm'
10
10
  export { MyAutocompleteField } from './dist/esm'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artibet/react-mui-components",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Various react components build with mui library",
5
5
  "main": "index.js",
6
6
  "scripts": {