@elliemae/ds-chat-card 3.49.0-rc.8 → 3.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,5 +32,5 @@ __export(DSChatCardDefinitions_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(DSChatCardDefinitions_exports);
34
34
  var React = __toESM(require("react"));
35
- const DSChatCardName = "DSChatCard";
35
+ const DSChatCardName = "DSChatcard";
36
36
  //# sourceMappingURL=DSChatCardDefinitions.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/DSChatCardDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export const DSChatCardName = 'DSChatCard';\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["export const DSChatCardName = 'DSChatcard';\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,iBAAiB;",
6
6
  "names": []
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- const DSChatCardName = "DSChatCard";
2
+ const DSChatCardName = "DSChatcard";
3
3
  export {
4
4
  DSChatCardName
5
5
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSChatCardDefinitions.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatCardName = 'DSChatCard';\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatCardName = 'DSChatcard';\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,iBAAiB;",
6
6
  "names": []
7
7
  }
@@ -1 +1 @@
1
- export declare const DSChatCardName = "DSChatCard";
1
+ export declare const DSChatCardName = "DSChatcard";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare namespace DSChatCardT {
2
3
  interface RequiredProps {
3
4
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-card",
3
- "version": "3.49.0-rc.8",
3
+ "version": "3.49.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Card",
6
6
  "files": [
@@ -33,8 +33,8 @@
33
33
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
34
34
  },
35
35
  "engines": {
36
- "pnpm": ">=6",
37
- "node": ">=16"
36
+ "pnpm": ">=9",
37
+ "node": ">=22"
38
38
  },
39
39
  "author": "ICE MT",
40
40
  "jestSonar": {
@@ -48,15 +48,17 @@
48
48
  "typeSafety": true
49
49
  },
50
50
  "dependencies": {
51
- "@elliemae/ds-grid": "3.49.0-rc.8",
52
- "@elliemae/ds-system": "3.49.0-rc.8",
53
- "@elliemae/ds-truncated-tooltip-text": "3.49.0-rc.8",
54
- "@elliemae/ds-props-helpers": "3.49.0-rc.8"
51
+ "@elliemae/ds-grid": "3.49.0",
52
+ "@elliemae/ds-props-helpers": "3.49.0",
53
+ "@elliemae/ds-truncated-tooltip-text": "3.49.0",
54
+ "@elliemae/ds-system": "3.49.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@elliemae/pui-cli": "9.0.0-next.50",
58
+ "jest": "~29.7.0",
59
+ "jest-cli": "~29.7.0",
58
60
  "styled-components": "~5.3.9",
59
- "@elliemae/ds-monorepo-devops": "3.49.0-rc.8"
61
+ "@elliemae/ds-monorepo-devops": "3.49.0"
60
62
  },
61
63
  "peerDependencies": {
62
64
  "lodash": "^4.17.21",