@bigbinary/neeto-team-members-frontend 2.4.12 → 2.4.13
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 +2 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -12,13 +12,13 @@ functioning of the package. Install all the peer dependencies using the below
|
|
|
12
12
|
command:
|
|
13
13
|
|
|
14
14
|
```zsh
|
|
15
|
-
yarn add @bigbinary/neeto-icons@1.8.40 @bigbinary/neetoui@4.1.11 axios@1.
|
|
15
|
+
yarn add @bigbinary/neeto-icons@1.8.40 @bigbinary/neetoui@4.1.11 axios@1.2.0 classnames@2.3.2 formik@2.2.9 ramda@0.28.0 react-router-dom@5.3.3 react-toastify@8.2.0 yup@0.32.11
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
2. Now install the latest **neetoTeamMembers** package using the below command:
|
|
19
19
|
|
|
20
20
|
```zsh
|
|
21
|
-
yarn add @bigbinary/neeto-team-members-frontend@2.4.
|
|
21
|
+
yarn add @bigbinary/neeto-team-members-frontend@2.4.13
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|
package/dist/index.cjs.js
CHANGED
|
@@ -10218,7 +10218,7 @@ const MEMBER_FILTER = {
|
|
|
10218
10218
|
const DEFAULT_RADIX = 10;
|
|
10219
10219
|
const DEFAULT_MEMBER_FILTER = MEMBER_FILTER.ACTIVE.value;
|
|
10220
10220
|
const DEFAULT_PAGE_NUMBER = 1;
|
|
10221
|
-
const DEFAULT_PAGE_SIZE =
|
|
10221
|
+
const DEFAULT_PAGE_SIZE = 15;
|
|
10222
10222
|
const DROPDOWN_BUTTON_PROPS = {
|
|
10223
10223
|
"data-cy": "ntm-members-table-row-dropdown-button",
|
|
10224
10224
|
size: "medium"
|