@elliemae/ds-chat-container 3.22.0-next.0 → 3.22.0-next.1

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.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Container",
6
6
  "files": [
@@ -124,17 +124,17 @@
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-banner": "3.22.0-next.1",
128
+ "@elliemae/ds-button-v2": "3.22.0-next.1",
129
+ "@elliemae/ds-chat-bubble": "3.22.0-next.1",
130
+ "@elliemae/ds-chat-container-header": "3.22.0-next.1",
131
+ "@elliemae/ds-chat-message-delimeter": "3.22.0-next.1",
132
+ "@elliemae/ds-chat-system-message": "3.22.0-next.1",
133
+ "@elliemae/ds-grid": "3.22.0-next.1",
134
+ "@elliemae/ds-icons": "3.22.0-next.1",
135
+ "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.1",
136
+ "@elliemae/ds-props-helpers": "3.22.0-next.1",
137
+ "@elliemae/ds-system": "3.22.0-next.1"
138
138
  },
139
139
  "devDependencies": {
140
140
  "@testing-library/dom": "~8.19.0",