@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 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@4.24.3 i18next@21.7.0
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, 0],
33336
+ offset: [0, 15],
33337
33337
  position: "right",
33338
33338
  reference: columnInfoButtonReference,
33339
33339
  strategy: "fixed"