@elliemae/ds-chat-bubble 3.51.0-rc.8 → 3.51.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.
package/dist/cjs/index.js CHANGED
@@ -27,17 +27,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
- var src_exports = {};
31
- __export(src_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  BUBBLE_TYPES: () => import_react_desc_prop_types.BUBBLE_TYPES,
33
33
  ChatBubble: () => import_ChatBubble.ChatBubble,
34
34
  ChatBubbleDataTestIds: () => import_ChatBubbleDataTestIds.ChatBubbleDataTestIds,
35
35
  ChatBubbleWithSchema: () => import_ChatBubble.ChatBubbleWithSchema
36
36
  });
37
- module.exports = __toCommonJS(src_exports);
37
+ module.exports = __toCommonJS(index_exports);
38
38
  var React = __toESM(require("react"));
39
39
  var import_ChatBubble = require("./ChatBubble.js");
40
40
  var import_react_desc_prop_types = require("./react-desc-prop-types.js");
41
41
  var import_ChatBubbleDataTestIds = require("./ChatBubbleDataTestIds.js");
42
- __reExport(src_exports, require("./styled.js"), module.exports);
42
+ __reExport(index_exports, require("./styled.js"), module.exports);
43
43
  //# 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 { ChatBubble, ChatBubbleWithSchema } from './ChatBubble.js';\nexport { BUBBLE_TYPES, type DSChatBubbleT } from './react-desc-prop-types.js';\nexport { ChatBubbleDataTestIds } from './ChatBubbleDataTestIds.js';\nexport * from './styled.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAiD;AACjD,mCAAiD;AACjD,mCAAsC;AACtC,wBAAc,wBAHd;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAiD;AACjD,mCAAiD;AACjD,mCAAsC;AACtC,0BAAc,wBAHd;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-bubble",
3
- "version": "3.51.0-rc.8",
3
+ "version": "3.51.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat",
6
6
  "files": [
@@ -37,16 +37,16 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "uid": "2.0.1",
40
- "@elliemae/ds-props-helpers": "3.51.0-rc.8",
41
- "@elliemae/ds-grid": "3.51.0-rc.8",
42
- "@elliemae/ds-system": "3.51.0-rc.8",
43
- "@elliemae/ds-icons": "3.51.0-rc.8"
40
+ "@elliemae/ds-grid": "3.51.1",
41
+ "@elliemae/ds-props-helpers": "3.51.1",
42
+ "@elliemae/ds-system": "3.51.1",
43
+ "@elliemae/ds-icons": "3.51.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@elliemae/pui-cli": "9.0.0-next.55",
47
47
  "jest": "~29.7.0",
48
48
  "styled-components": "~5.3.9",
49
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.8"
49
+ "@elliemae/ds-monorepo-devops": "3.51.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "lodash": "^4.17.21",