@elliemae/ds-chat-container 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.
@@ -471,6 +471,11 @@ export declare const ChatContainerMessagesListPropTypes: {
471
471
  width: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
472
472
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
473
473
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
474
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
475
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
476
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
477
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
478
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
474
479
  };
475
480
  export declare const defaultProps: DSChatT.ContainerProps;
476
481
  export declare const ChatContainerPropTypes: {
@@ -851,4 +856,9 @@ export declare const ChatContainerPropTypes: {
851
856
  width: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
852
857
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
853
858
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
859
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
860
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
861
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
862
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
863
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
854
864
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-container",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.15",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Container",
6
6
  "files": [
@@ -124,25 +124,27 @@
124
124
  },
125
125
  "dependencies": {
126
126
  "react-virtual": "~2.10.4",
127
- "@elliemae/ds-banner": "3.22.0-next.0",
128
- "@elliemae/ds-button-v2": "3.22.0-next.0",
129
- "@elliemae/ds-chat-bubble": "3.22.0-next.0",
130
- "@elliemae/ds-chat-container-header": "3.22.0-next.0",
131
- "@elliemae/ds-chat-message-delimeter": "3.22.0-next.0",
132
- "@elliemae/ds-chat-system-message": "3.22.0-next.0",
133
- "@elliemae/ds-icons": "3.22.0-next.0",
134
- "@elliemae/ds-grid": "3.22.0-next.0",
135
- "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.0",
136
- "@elliemae/ds-props-helpers": "3.22.0-next.0",
137
- "@elliemae/ds-system": "3.22.0-next.0"
127
+ "@elliemae/ds-button-v2": "3.22.0-next.15",
128
+ "@elliemae/ds-chat-container-header": "3.22.0-next.15",
129
+ "@elliemae/ds-grid": "3.22.0-next.15",
130
+ "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.15",
131
+ "@elliemae/ds-props-helpers": "3.22.0-next.15",
132
+ "@elliemae/ds-system": "3.22.0-next.15",
133
+ "@elliemae/ds-banner": "3.22.0-next.15",
134
+ "@elliemae/ds-chat-bubble": "3.22.0-next.15",
135
+ "@elliemae/ds-chat-system-message": "3.22.0-next.15",
136
+ "@elliemae/ds-chat-message-delimeter": "3.22.0-next.15",
137
+ "@elliemae/ds-icons": "3.22.0-next.15"
138
138
  },
139
139
  "devDependencies": {
140
+ "@elliemae/pui-cli": "~9.0.0-next.22",
140
141
  "@testing-library/dom": "~8.19.0",
141
142
  "@testing-library/jest-dom": "~5.16.5",
142
143
  "@testing-library/react": "~12.1.3",
143
144
  "@testing-library/user-event": "~13.5.0",
144
145
  "@types/react": "latest",
145
- "styled-components": "~5.3.9"
146
+ "styled-components": "~5.3.9",
147
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.15"
146
148
  },
147
149
  "peerDependencies": {
148
150
  "lodash": "^4.17.21",
@@ -151,12 +153,13 @@
151
153
  "styled-components": "~5.3.9"
152
154
  },
153
155
  "scripts": {
154
- "test": "node ../../scripts/testing/test.mjs",
156
+ "test": "pui-cli test --passWithNoTests",
155
157
  "lint": "node ../../scripts/lint.mjs",
156
158
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
157
159
  "dts": "node ../../scripts/dts.mjs",
158
160
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
159
161
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
162
+ "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
160
163
  "dev:build": "pnpm --filter {.}... build",
161
164
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
162
165
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""