@elliemae/ds-chat 3.51.0-rc.19 → 3.51.0-rc.20

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.
package/dist/cjs/index.js CHANGED
@@ -23,17 +23,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
23
23
  mod
24
24
  ));
25
25
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
26
- var src_exports = {};
27
- module.exports = __toCommonJS(src_exports);
26
+ var index_exports = {};
27
+ module.exports = __toCommonJS(index_exports);
28
28
  var React = __toESM(require("react"));
29
- __reExport(src_exports, require("./bubble/index.js"), module.exports);
30
- __reExport(src_exports, require("./card/index.js"), module.exports);
31
- __reExport(src_exports, require("./container/index.js"), module.exports);
32
- __reExport(src_exports, require("./container-header/index.js"), module.exports);
33
- __reExport(src_exports, require("./empty-state/index.js"), module.exports);
34
- __reExport(src_exports, require("./floating-button/index.js"), module.exports);
35
- __reExport(src_exports, require("./message-delimeter/index.js"), module.exports);
36
- __reExport(src_exports, require("./sidebar/index.js"), module.exports);
37
- __reExport(src_exports, require("./system-message/index.js"), module.exports);
38
- __reExport(src_exports, require("./tile/index.js"), module.exports);
29
+ __reExport(index_exports, require("./bubble/index.js"), module.exports);
30
+ __reExport(index_exports, require("./card/index.js"), module.exports);
31
+ __reExport(index_exports, require("./container/index.js"), module.exports);
32
+ __reExport(index_exports, require("./container-header/index.js"), module.exports);
33
+ __reExport(index_exports, require("./empty-state/index.js"), module.exports);
34
+ __reExport(index_exports, require("./floating-button/index.js"), module.exports);
35
+ __reExport(index_exports, require("./message-delimeter/index.js"), module.exports);
36
+ __reExport(index_exports, require("./sidebar/index.js"), module.exports);
37
+ __reExport(index_exports, require("./system-message/index.js"), module.exports);
38
+ __reExport(index_exports, require("./tile/index.js"), module.exports);
39
39
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["export * from './bubble/index.js';\nexport * from './card/index.js';\nexport * from './container/index.js';\nexport * from './container-header/index.js';\nexport * from './empty-state/index.js';\nexport * from './floating-button/index.js';\nexport * from './message-delimeter/index.js';\nexport * from './sidebar/index.js';\nexport * from './system-message/index.js';\nexport * from './tile/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,8BAAd;AACA,wBAAc,4BADd;AAEA,wBAAc,iCAFd;AAGA,wBAAc,wCAHd;AAIA,wBAAc,mCAJd;AAKA,wBAAc,uCALd;AAMA,wBAAc,yCANd;AAOA,wBAAc,+BAPd;AAQA,wBAAc,sCARd;AASA,wBAAc,4BATd;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,0BAAc,8BAAd;AACA,0BAAc,4BADd;AAEA,0BAAc,iCAFd;AAGA,0BAAc,wCAHd;AAIA,0BAAc,mCAJd;AAKA,0BAAc,uCALd;AAMA,0BAAc,yCANd;AAOA,0BAAc,+BAPd;AAQA,0BAAc,sCARd;AASA,0BAAc,4BATd;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat",
3
- "version": "3.51.0-rc.19",
3
+ "version": "3.51.0-rc.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat",
6
6
  "files": [
@@ -32,16 +32,16 @@
32
32
  "indent": 4
33
33
  },
34
34
  "dependencies": {
35
- "@elliemae/ds-chat-bubble": "3.51.0-rc.19",
36
- "@elliemae/ds-chat-card": "3.51.0-rc.19",
37
- "@elliemae/ds-chat-container-header": "3.51.0-rc.19",
38
- "@elliemae/ds-chat-container": "3.51.0-rc.19",
39
- "@elliemae/ds-chat-empty-state": "3.51.0-rc.19",
40
- "@elliemae/ds-chat-message-delimeter": "3.51.0-rc.19",
41
- "@elliemae/ds-chat-sidebar": "3.51.0-rc.19",
42
- "@elliemae/ds-chat-system-message": "3.51.0-rc.19",
43
- "@elliemae/ds-chat-floating-button": "3.51.0-rc.19",
44
- "@elliemae/ds-chat-tile": "3.51.0-rc.19"
35
+ "@elliemae/ds-chat-bubble": "3.51.0-rc.20",
36
+ "@elliemae/ds-chat-card": "3.51.0-rc.20",
37
+ "@elliemae/ds-chat-container-header": "3.51.0-rc.20",
38
+ "@elliemae/ds-chat-message-delimeter": "3.51.0-rc.20",
39
+ "@elliemae/ds-chat-sidebar": "3.51.0-rc.20",
40
+ "@elliemae/ds-chat-container": "3.51.0-rc.20",
41
+ "@elliemae/ds-chat-system-message": "3.51.0-rc.20",
42
+ "@elliemae/ds-chat-tile": "3.51.0-rc.20",
43
+ "@elliemae/ds-chat-empty-state": "3.51.0-rc.20",
44
+ "@elliemae/ds-chat-floating-button": "3.51.0-rc.20"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@elliemae/pui-theme": "~2.11.0",
@@ -54,7 +54,7 @@
54
54
  "@elliemae/pui-cli": "9.0.0-next.55",
55
55
  "jest": "~29.7.0",
56
56
  "jest-cli": "~29.7.0",
57
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.19"
57
+ "@elliemae/ds-monorepo-devops": "3.51.0-rc.20"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public",