@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 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.1.3 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
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.12
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 = 10;
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"