@bigbinary/neeto-form-frontend 1.2.14 → 1.2.16
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/README.md +1 -1
- package/app/javascript/src/translations/en.json +1 -1
- package/dist/index.cjs.js +1745 -384
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1746 -385
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
- package/types.d.ts +267 -2
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ the proper functioning of the package. Install all the peer dependencies using
|
|
|
90
90
|
the below command:
|
|
91
91
|
|
|
92
92
|
```zsh
|
|
93
|
-
yarn add @bigbinary/neetoui @bigbinary/neeto-icons ramda@^0.28.0 classnames@^2.3.1 formik@2.2.9 @bigbinary/neeto-commons-frontend
|
|
93
|
+
yarn add @bigbinary/neetoui @bigbinary/neeto-icons ramda@^0.28.0 classnames@^2.3.1 formik@2.2.9 @bigbinary/neeto-commons-frontend
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
3. Import stylesheet from the following location:
|