@elliemae/ds-pagination 3.51.0-next.1 → 3.51.0-next.11
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/package.json +13 -53
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pagination",
|
|
3
|
-
"version": "3.51.0-next.
|
|
3
|
+
"version": "3.51.0-next.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pagination",
|
|
6
6
|
"files": [
|
|
@@ -14,46 +14,6 @@
|
|
|
14
14
|
"types": "./dist/types/index.d.ts",
|
|
15
15
|
"import": "./dist/esm/index.js",
|
|
16
16
|
"require": "./dist/cjs/index.js"
|
|
17
|
-
},
|
|
18
|
-
"./styled": {
|
|
19
|
-
"import": "./dist/esm/styled.js",
|
|
20
|
-
"require": "./dist/cjs/styled.js"
|
|
21
|
-
},
|
|
22
|
-
"./props": {
|
|
23
|
-
"import": "./dist/esm/props.js",
|
|
24
|
-
"require": "./dist/cjs/props.js"
|
|
25
|
-
},
|
|
26
|
-
"./parts/PerPageSelector": {
|
|
27
|
-
"import": "./dist/esm/parts/PerPageSelector.js",
|
|
28
|
-
"require": "./dist/cjs/parts/PerPageSelector.js"
|
|
29
|
-
},
|
|
30
|
-
"./parts/Paginator": {
|
|
31
|
-
"import": "./dist/esm/parts/Paginator.js",
|
|
32
|
-
"require": "./dist/cjs/parts/Paginator.js"
|
|
33
|
-
},
|
|
34
|
-
"./parts/PaginationContent": {
|
|
35
|
-
"import": "./dist/esm/parts/PaginationContent.js",
|
|
36
|
-
"require": "./dist/cjs/parts/PaginationContent.js"
|
|
37
|
-
},
|
|
38
|
-
"./parts/PagePrevButton": {
|
|
39
|
-
"import": "./dist/esm/parts/PagePrevButton.js",
|
|
40
|
-
"require": "./dist/cjs/parts/PagePrevButton.js"
|
|
41
|
-
},
|
|
42
|
-
"./parts/PageNextButton": {
|
|
43
|
-
"import": "./dist/esm/parts/PageNextButton.js",
|
|
44
|
-
"require": "./dist/cjs/parts/PageNextButton.js"
|
|
45
|
-
},
|
|
46
|
-
"./PaginationDataTestID": {
|
|
47
|
-
"import": "./dist/esm/PaginationDataTestID.js",
|
|
48
|
-
"require": "./dist/cjs/PaginationDataTestID.js"
|
|
49
|
-
},
|
|
50
|
-
"./Pagination": {
|
|
51
|
-
"import": "./dist/esm/Pagination.js",
|
|
52
|
-
"require": "./dist/cjs/Pagination.js"
|
|
53
|
-
},
|
|
54
|
-
"./hooks/usePaginationSearch": {
|
|
55
|
-
"import": "./dist/esm/hooks/usePaginationSearch.js",
|
|
56
|
-
"require": "./dist/cjs/hooks/usePaginationSearch.js"
|
|
57
17
|
}
|
|
58
18
|
},
|
|
59
19
|
"sideEffects": [
|
|
@@ -65,8 +25,8 @@
|
|
|
65
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
66
26
|
},
|
|
67
27
|
"engines": {
|
|
68
|
-
"pnpm": ">=
|
|
69
|
-
"node": ">=
|
|
28
|
+
"pnpm": ">=9",
|
|
29
|
+
"node": ">=22"
|
|
70
30
|
},
|
|
71
31
|
"author": "ICE MT",
|
|
72
32
|
"jestSonar": {
|
|
@@ -77,21 +37,21 @@
|
|
|
77
37
|
},
|
|
78
38
|
"dependencies": {
|
|
79
39
|
"@xstyled/system": "~3.7.3",
|
|
80
|
-
"@elliemae/ds-button-v2": "3.51.0-next.
|
|
81
|
-
"@elliemae/ds-circular-progress-indicator": "3.51.0-next.
|
|
82
|
-
"@elliemae/ds-dropdownmenu-v2": "3.51.0-next.
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-system": "3.51.0-next.
|
|
87
|
-
"@elliemae/ds-typography": "3.51.0-next.
|
|
40
|
+
"@elliemae/ds-button-v2": "3.51.0-next.11",
|
|
41
|
+
"@elliemae/ds-circular-progress-indicator": "3.51.0-next.11",
|
|
42
|
+
"@elliemae/ds-dropdownmenu-v2": "3.51.0-next.11",
|
|
43
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.11",
|
|
44
|
+
"@elliemae/ds-grid": "3.51.0-next.11",
|
|
45
|
+
"@elliemae/ds-icons": "3.51.0-next.11",
|
|
46
|
+
"@elliemae/ds-system": "3.51.0-next.11",
|
|
47
|
+
"@elliemae/ds-typography": "3.51.0-next.11"
|
|
88
48
|
},
|
|
89
49
|
"devDependencies": {
|
|
90
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
50
|
+
"@elliemae/pui-cli": "9.0.0-next.55",
|
|
91
51
|
"jest": "~29.7.0",
|
|
92
52
|
"styled-components": "~5.3.9",
|
|
93
53
|
"styled-system": "^5.1.5",
|
|
94
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
|
54
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.11"
|
|
95
55
|
},
|
|
96
56
|
"peerDependencies": {
|
|
97
57
|
"lodash": "^4.17.21",
|