@elliemae/ds-pagination 3.70.0-next.4 → 3.70.0-next.40
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 -13
- package/dist/types/parts/DSPageNextButton/tests/DSPageNextButton.a11y.test.d.ts +0 -1
- package/dist/types/parts/DSPageNextButton/tests/DSPageNextButton.callbacks.test.d.ts +0 -1
- package/dist/types/parts/DSPageNextButton/tests/DSPageNextButton.data-testid.test.d.ts +0 -1
- package/dist/types/parts/DSPageNextButton/tests/DSPageNextButton.export.test.d.ts +0 -1
- package/dist/types/parts/DSPageNextButton/tests/DSPageNextButton.get-owner-props.test.d.ts +0 -1
- package/dist/types/parts/DSPageNextButton/tests/DSPageNextButton.keyboard.test.d.ts +0 -1
- package/dist/types/parts/DSPageNextButton/tests/utils/NextButtonTestRender.d.ts +0 -2
- package/dist/types/parts/DSPagePrevButton/tests/DSPagePrevButton.a11y.test.d.ts +0 -1
- package/dist/types/parts/DSPagePrevButton/tests/DSPagePrevButton.callbacks.test.d.ts +0 -1
- package/dist/types/parts/DSPagePrevButton/tests/DSPagePrevButton.data-testid.test.d.ts +0 -1
- package/dist/types/parts/DSPagePrevButton/tests/DSPagePrevButton.export.test.d.ts +0 -1
- package/dist/types/parts/DSPagePrevButton/tests/DSPagePrevButton.get-owner-props.test.d.ts +0 -1
- package/dist/types/parts/DSPagePrevButton/tests/DSPagePrevButton.keyboard.test.d.ts +0 -1
- package/dist/types/parts/DSPagePrevButton/tests/utils/PrevButtonTestRender.d.ts +0 -1
- package/dist/types/parts/DSPaginationContainer/tests/DSPaginationContainer.data-testid.test.d.ts +0 -1
- package/dist/types/parts/DSPaginationContainer/tests/DSPaginationContainer.exports.test.d.ts +0 -1
- package/dist/types/parts/DSPaginationContainer/tests/DSPaginationContainer.get-owner-props.test.d.ts +0 -1
- package/dist/types/parts/DSPaginationContainer/tests/utils/PaginationContainerRender.d.ts +0 -1
- package/dist/types/parts/DSPaginationSeparator/tests/DSPaginationSeparator.data-testid.test.d.ts +0 -1
- package/dist/types/parts/DSPaginationSeparator/tests/DSPaginationSeparator.exports.test.d.ts +0 -1
- package/dist/types/parts/DSPaginationSeparator/tests/DSPaginationSeparator.get-owner-props.test.d.ts +0 -1
- package/dist/types/parts/DSPaginationSeparator/tests/utils/DSPaginationSeparatorTestRender.d.ts +0 -1
- package/dist/types/parts/DSPaginator/tests/DSPaginator.a11y.test.d.ts +0 -1
- package/dist/types/parts/DSPaginator/tests/DSPaginator.data-testid.test.d.ts +0 -1
- package/dist/types/parts/DSPaginator/tests/DSPaginator.exports.test.d.ts +0 -1
- package/dist/types/parts/DSPaginator/tests/DSPaginator.get-owner-props.test.d.ts +0 -1
- package/dist/types/parts/DSPaginator/tests/DSPaginator.keyboard.test.d.ts +0 -1
- package/dist/types/parts/DSPaginator/tests/utils/DSPaginatorTestRender.d.ts +0 -1
- package/dist/types/parts/DSPerPageSelector/tests/DSPerPageSelector.a11y.test.d.ts +0 -1
- package/dist/types/parts/DSPerPageSelector/tests/DSPerPageSelector.data-testid.test.d.ts +0 -1
- package/dist/types/parts/DSPerPageSelector/tests/DSPerPageSelector.exports.test.d.ts +0 -1
- package/dist/types/parts/DSPerPageSelector/tests/DSPerPageSelector.get-owner-props.test.d.ts +0 -1
- package/dist/types/parts/DSPerPageSelector/tests/DSPerPageSelector.keyboard.test.d.ts +0 -1
- package/dist/types/parts/DSPerPageSelector/tests/utils/PerPageSelectorTestRender.d.ts +0 -1
- package/dist/types/tests/DSPagination.data-testid.test.d.ts +0 -1
- package/dist/types/tests/DSPagination.exports.test.d.ts +0 -1
- package/dist/types/tests/DSPagination.get-owner-props.test.d.ts +0 -1
- package/dist/types/tests/a11y/axe.test.d.ts +0 -1
- package/dist/types/tests/callbacks/paginator.test.d.ts +0 -1
- package/dist/types/tests/callbacks/per-page-selector.test.d.ts +0 -1
- package/dist/types/tests/callbacks/prev-next-buttons.test.d.ts +0 -1
- package/dist/types/tests/keyboard/navigation.test.d.ts +0 -1
- package/dist/types/tests/keyboard/paginator-search.test.d.ts +0 -1
- package/dist/types/tests/render/page-count-loading.test.d.ts +0 -1
- package/dist/types/tests/render/paginator.test.d.ts +0 -1
- package/dist/types/tests/render/per-page-selector.test.d.ts +0 -1
- package/dist/types/tests/render/segmented-paginator.test.d.ts +0 -1
- package/dist/types/tests/render/simple.render.test.d.ts +0 -1
- package/dist/types/typescript-testing/typescript-pagination-valid.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pagination",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.40",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pagination",
|
|
6
6
|
"files": [
|
|
@@ -38,27 +38,27 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@xstyled/system": "~3.8.1",
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-button-v2": "3.70.0-next.40",
|
|
42
|
+
"@elliemae/ds-circular-progress-indicator": "3.70.0-next.40",
|
|
43
|
+
"@elliemae/ds-grid": "3.70.0-next.40",
|
|
44
|
+
"@elliemae/ds-dropdownmenu-v2": "3.70.0-next.40",
|
|
45
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.40",
|
|
46
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.40",
|
|
47
|
+
"@elliemae/ds-typography": "3.70.0-next.40",
|
|
48
|
+
"@elliemae/ds-icons": "3.70.0-next.40",
|
|
49
|
+
"@elliemae/ds-system": "3.70.0-next.40"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"jest": "^30.0.0",
|
|
53
53
|
"styled-components": "~5.3.9",
|
|
54
54
|
"styled-system": "^5.1.5",
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
55
|
+
"@elliemae/ds-test-utils": "3.70.0-next.40",
|
|
56
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.40"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@testing-library/react": "^16.0.1",
|
|
60
60
|
"@testing-library/user-event": "~14.6.1",
|
|
61
|
-
"lodash-es": "^4.
|
|
61
|
+
"lodash-es": "^4.18.1",
|
|
62
62
|
"react": "^18.3.1",
|
|
63
63
|
"react-dom": "^18.3.1",
|
|
64
64
|
"styled-components": "~5.3.9",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const ComponentToTest: import("react").FunctionComponent<import("react").JSX.IntrinsicAttributes>;
|
package/dist/types/parts/DSPaginationContainer/tests/DSPaginationContainer.data-testid.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/types/parts/DSPaginationContainer/tests/DSPaginationContainer.exports.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/types/parts/DSPaginationContainer/tests/DSPaginationContainer.get-owner-props.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const ComponentToTest: import("react").FunctionComponent<import("react").JSX.IntrinsicAttributes>;
|
package/dist/types/parts/DSPaginationSeparator/tests/DSPaginationSeparator.data-testid.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/types/parts/DSPaginationSeparator/tests/DSPaginationSeparator.exports.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/types/parts/DSPaginationSeparator/tests/DSPaginationSeparator.get-owner-props.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/types/parts/DSPaginationSeparator/tests/utils/DSPaginationSeparatorTestRender.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const ComponentToTest: import("react").FunctionComponent<import("react").JSX.IntrinsicAttributes>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const ComponentToTest: import("react").FunctionComponent<import("react").JSX.IntrinsicAttributes>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/types/parts/DSPerPageSelector/tests/DSPerPageSelector.get-owner-props.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const ComponentToTest: import("react").FunctionComponent<import("react").JSX.IntrinsicAttributes>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|