@elliemae/ds-pagination 3.22.0-next.0 → 3.22.0-next.15
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.
|
@@ -551,5 +551,10 @@ export declare const DSPaginationStyledPartPropTypes: {
|
|
|
551
551
|
vocab: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
552
552
|
wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
553
553
|
wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
554
|
+
'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
555
|
+
'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
556
|
+
'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
557
|
+
'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
558
|
+
'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
554
559
|
};
|
|
555
560
|
export declare const DSPaginationStyledPartPropTypesSchema: WeakValidationMap<unknown>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pagination",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.15",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pagination",
|
|
6
6
|
"files": [
|
|
@@ -76,23 +76,25 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@xstyled/system": "~3.7.3",
|
|
79
|
-
"@elliemae/ds-button-v2": "3.22.0-next.
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-grid": "3.22.0-next.
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-
|
|
87
|
-
"@elliemae/ds-
|
|
79
|
+
"@elliemae/ds-button-v2": "3.22.0-next.15",
|
|
80
|
+
"@elliemae/ds-dropdownmenu": "3.22.0-next.15",
|
|
81
|
+
"@elliemae/ds-circular-progress-indicator": "3.22.0-next.15",
|
|
82
|
+
"@elliemae/ds-grid": "3.22.0-next.15",
|
|
83
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.15",
|
|
84
|
+
"@elliemae/ds-system": "3.22.0-next.15",
|
|
85
|
+
"@elliemae/ds-typography": "3.22.0-next.15",
|
|
86
|
+
"@elliemae/ds-utilities": "3.22.0-next.15",
|
|
87
|
+
"@elliemae/ds-icons": "3.22.0-next.15"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
+
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
90
91
|
"@testing-library/jest-dom": "~5.16.5",
|
|
91
92
|
"@testing-library/react": "~12.1.3",
|
|
92
93
|
"@testing-library/user-event": "~13.5.0",
|
|
93
94
|
"jest-axe": "^7.0.1",
|
|
94
95
|
"styled-components": "~5.3.9",
|
|
95
|
-
"styled-system": "~5.1.5"
|
|
96
|
+
"styled-system": "~5.1.5",
|
|
97
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.15"
|
|
96
98
|
},
|
|
97
99
|
"peerDependencies": {
|
|
98
100
|
"lodash": "^4.17.21",
|
|
@@ -107,11 +109,12 @@
|
|
|
107
109
|
},
|
|
108
110
|
"scripts": {
|
|
109
111
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
110
|
-
"test": "
|
|
112
|
+
"test": "pui-cli test --passWithNoTests",
|
|
111
113
|
"lint": "node ../../scripts/lint.mjs",
|
|
112
114
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
113
115
|
"dts": "node ../../scripts/dts.mjs",
|
|
114
116
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
117
|
+
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
|
115
118
|
"dev:build": "pnpm --filter {.}... build",
|
|
116
119
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
117
120
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|