@elliemae/ds-global-header 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.
|
@@ -462,4 +462,9 @@ export declare const propTypes: {
|
|
|
462
462
|
vocab: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
463
463
|
wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
464
464
|
wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
465
|
+
'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
466
|
+
'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
467
|
+
'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
468
|
+
'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
469
|
+
'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
465
470
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-global-header",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.15",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Global Header",
|
|
6
6
|
"files": [
|
|
@@ -136,20 +136,22 @@
|
|
|
136
136
|
},
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"uid": "~2.0.1",
|
|
139
|
-
"@elliemae/ds-
|
|
140
|
-
"@elliemae/ds-
|
|
141
|
-
"@elliemae/ds-grid": "3.22.0-next.
|
|
142
|
-
"@elliemae/ds-
|
|
143
|
-
"@elliemae/ds-
|
|
144
|
-
"@elliemae/ds-
|
|
145
|
-
"@elliemae/ds-
|
|
146
|
-
"@elliemae/ds-
|
|
139
|
+
"@elliemae/ds-form": "3.22.0-next.15",
|
|
140
|
+
"@elliemae/ds-popperjs": "3.22.0-next.15",
|
|
141
|
+
"@elliemae/ds-grid": "3.22.0-next.15",
|
|
142
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.15",
|
|
143
|
+
"@elliemae/ds-utilities": "3.22.0-next.15",
|
|
144
|
+
"@elliemae/ds-system": "3.22.0-next.15",
|
|
145
|
+
"@elliemae/ds-app-picker": "3.22.0-next.15",
|
|
146
|
+
"@elliemae/ds-icons": "3.22.0-next.15"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
149
|
+
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
149
150
|
"@testing-library/jest-dom": "~5.16.5",
|
|
150
151
|
"@testing-library/react": "~12.1.3",
|
|
151
152
|
"@testing-library/user-event": "~13.5.0",
|
|
152
|
-
"styled-components": "~5.3.9"
|
|
153
|
+
"styled-components": "~5.3.9",
|
|
154
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.15"
|
|
153
155
|
},
|
|
154
156
|
"peerDependencies": {
|
|
155
157
|
"lodash": "^4.17.21",
|
|
@@ -163,11 +165,12 @@
|
|
|
163
165
|
},
|
|
164
166
|
"scripts": {
|
|
165
167
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
166
|
-
"test": "
|
|
168
|
+
"test": "pui-cli test --passWithNoTests",
|
|
167
169
|
"lint": "node ../../scripts/lint.mjs",
|
|
168
170
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
169
171
|
"dts": "node ../../scripts/dts.mjs",
|
|
170
172
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
173
|
+
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
|
171
174
|
"dev:build": "pnpm --filter {.}... build",
|
|
172
175
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
173
176
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|