@elliemae/ds-toolbar 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.
@@ -397,6 +397,11 @@ export declare const DSToolbarV2Schema: {
397
397
  width: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
398
398
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
399
399
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
400
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
401
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
402
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
403
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
404
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
400
405
  };
401
406
  export declare const DSToolbarItemV2Schema: {
402
407
  render: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
@@ -766,4 +771,9 @@ export declare const DSToolbarItemV2Schema: {
766
771
  width: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
767
772
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
768
773
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
774
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
775
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
776
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
777
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
778
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
769
779
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-toolbar",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.15",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Toolbar",
6
6
  "files": [
@@ -89,22 +89,24 @@
89
89
  "dependencies": {
90
90
  "prop-types": "~15.8.1",
91
91
  "uid": "2.0.1",
92
- "@elliemae/ds-button": "3.22.0-next.0",
93
- "@elliemae/ds-button-v2": "3.22.0-next.0",
94
- "@elliemae/ds-classnames": "3.22.0-next.0",
95
- "@elliemae/ds-grid": "3.22.0-next.0",
96
- "@elliemae/ds-icons": "3.22.0-next.0",
97
- "@elliemae/ds-popper": "3.22.0-next.0",
98
- "@elliemae/ds-props-helpers": "3.22.0-next.0",
99
- "@elliemae/ds-shared": "3.22.0-next.0",
100
- "@elliemae/ds-system": "3.22.0-next.0",
101
- "@elliemae/ds-utilities": "3.22.0-next.0"
92
+ "@elliemae/ds-button": "3.22.0-next.15",
93
+ "@elliemae/ds-button-v2": "3.22.0-next.15",
94
+ "@elliemae/ds-shared": "3.22.0-next.15",
95
+ "@elliemae/ds-props-helpers": "3.22.0-next.15",
96
+ "@elliemae/ds-grid": "3.22.0-next.15",
97
+ "@elliemae/ds-system": "3.22.0-next.15",
98
+ "@elliemae/ds-popper": "3.22.0-next.15",
99
+ "@elliemae/ds-classnames": "3.22.0-next.15",
100
+ "@elliemae/ds-utilities": "3.22.0-next.15",
101
+ "@elliemae/ds-icons": "3.22.0-next.15"
102
102
  },
103
103
  "devDependencies": {
104
+ "@elliemae/pui-cli": "~9.0.0-next.22",
104
105
  "@testing-library/jest-dom": "~5.16.5",
105
106
  "@testing-library/react": "~12.1.3",
106
107
  "@testing-library/user-event": "~13.5.0",
107
- "styled-components": "~5.3.9"
108
+ "styled-components": "~5.3.9",
109
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.15"
108
110
  },
109
111
  "peerDependencies": {
110
112
  "lodash": "^4.17.21",
@@ -118,11 +120,12 @@
118
120
  },
119
121
  "scripts": {
120
122
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
121
- "test": "node ../../scripts/testing/test.mjs",
123
+ "test": "pui-cli test --passWithNoTests",
122
124
  "lint": "node ../../scripts/lint.mjs",
123
125
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
124
126
  "dts": "node ../../scripts/dts.mjs",
125
127
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
128
+ "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
126
129
  "dev:build": "pnpm --filter {.}... build",
127
130
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
128
131
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""