@bigbinary/neetoui 6.1.2 → 6.1.3
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/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ working, please import the neetoUI stylesheet to your main `scss` entry point.
|
|
|
26
26
|
properly. Install the peer dependencies using the below command:
|
|
27
27
|
|
|
28
28
|
```
|
|
29
|
-
yarn add react-toastify@9.0.1 formik@2.2.0 react-router-dom@5.2.0 @bigbinary/neeto-icons antd@
|
|
29
|
+
yarn add react-toastify@9.0.1 formik@2.2.0 react-router-dom@5.2.0 @bigbinary/neeto-icons antd@5.9.2 i18next@21.7.0
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
### `react-toastify`
|
package/index.cjs.js
CHANGED
|
@@ -33333,7 +33333,7 @@ var HeaderCellMenu = function HeaderCellMenu(_ref) {
|
|
|
33333
33333
|
className: "cursor-auto",
|
|
33334
33334
|
hideOnClick: false,
|
|
33335
33335
|
interactiveDebounce: 20,
|
|
33336
|
-
offset: [0,
|
|
33336
|
+
offset: [0, 15],
|
|
33337
33337
|
position: "right",
|
|
33338
33338
|
reference: columnInfoButtonReference,
|
|
33339
33339
|
strategy: "fixed"
|