@elliemae/ds-chat-sidebar 3.49.0-rc.9 → 3.49.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.
@@ -32,5 +32,5 @@ __export(DSChatSidebarDefinitions_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(DSChatSidebarDefinitions_exports);
34
34
  var React = __toESM(require("react"));
35
- const DSChatSidebarName = "DSChatSidebar";
35
+ const DSChatSidebarName = "DSChatsidebar";
36
36
  //# sourceMappingURL=DSChatSidebarDefinitions.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/DSChatSidebarDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export const DSChatSidebarName = 'DSChatSidebar';\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["export const DSChatSidebarName = 'DSChatsidebar';\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,oBAAoB;",
6
6
  "names": []
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- const DSChatSidebarName = "DSChatSidebar";
2
+ const DSChatSidebarName = "DSChatsidebar";
3
3
  export {
4
4
  DSChatSidebarName
5
5
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSChatSidebarDefinitions.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatSidebarName = 'DSChatSidebar';\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatSidebarName = 'DSChatsidebar';\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,oBAAoB;",
6
6
  "names": []
7
7
  }
@@ -1 +1 @@
1
- export declare const DSChatSidebarName = "DSChatSidebar";
1
+ export declare const DSChatSidebarName = "DSChatsidebar";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { SidebarButtonProps } from './props.js';
2
3
  export declare const SidebarButton: {
3
4
  ({ label, dsId, onClick, Icon, ...rest }: SidebarButtonProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-sidebar",
3
- "version": "3.49.0-rc.9",
3
+ "version": "3.49.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Sidebar",
6
6
  "files": [
@@ -49,8 +49,8 @@
49
49
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
50
50
  },
51
51
  "engines": {
52
- "pnpm": ">=6",
53
- "node": ">=16"
52
+ "pnpm": ">=9",
53
+ "node": ">=22"
54
54
  },
55
55
  "author": "ICE MT",
56
56
  "jestSonar": {
@@ -64,16 +64,18 @@
64
64
  "typeSafety": true
65
65
  },
66
66
  "dependencies": {
67
- "@elliemae/ds-chat-tile": "3.49.0-rc.9",
68
- "@elliemae/ds-props-helpers": "3.49.0-rc.9",
69
- "@elliemae/ds-grid": "3.49.0-rc.9",
70
- "@elliemae/ds-system": "3.49.0-rc.9",
71
- "@elliemae/ds-icons": "3.49.0-rc.9"
67
+ "@elliemae/ds-chat-tile": "3.49.1",
68
+ "@elliemae/ds-grid": "3.49.1",
69
+ "@elliemae/ds-props-helpers": "3.49.1",
70
+ "@elliemae/ds-icons": "3.49.1",
71
+ "@elliemae/ds-system": "3.49.1"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@elliemae/pui-cli": "9.0.0-next.50",
75
+ "jest": "~29.7.0",
76
+ "jest-cli": "~29.7.0",
75
77
  "styled-components": "~5.3.9",
76
- "@elliemae/ds-monorepo-devops": "3.49.0-rc.9"
78
+ "@elliemae/ds-monorepo-devops": "3.49.1"
77
79
  },
78
80
  "peerDependencies": {
79
81
  "lodash": "^4.17.21",