@elliemae/ds-chat-tile 3.51.0-next.1 → 3.51.0-next.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,5 +32,5 @@ __export(DSChatTileButtonDefinitions_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(DSChatTileButtonDefinitions_exports);
34
34
  var React = __toESM(require("react"));
35
- const DSChatTileButtonName = "DSChatTileButton";
35
+ const DSChatTileButtonName = "DSChattilebutton";
36
36
  //# sourceMappingURL=DSChatTileButtonDefinitions.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/DSChatTileButtonDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export const DSChatTileButtonName = 'DSChatTileButton';\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["export const DSChatTileButtonName = 'DSChattilebutton';\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,uBAAuB;",
6
6
  "names": []
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- const DSChatTileButtonName = "DSChatTileButton";
2
+ const DSChatTileButtonName = "DSChattilebutton";
3
3
  export {
4
4
  DSChatTileButtonName
5
5
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSChatTileButtonDefinitions.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatTileButtonName = 'DSChatTileButton';\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatTileButtonName = 'DSChattilebutton';\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,uBAAuB;",
6
6
  "names": []
7
7
  }
@@ -1 +1 @@
1
- export declare const DSChatTileButtonName = "DSChatTileButton";
1
+ export declare const DSChatTileButtonName = "DSChattilebutton";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-tile",
3
- "version": "3.51.0-next.1",
3
+ "version": "3.51.0-next.11",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Tile",
6
6
  "files": [
@@ -14,18 +14,6 @@
14
14
  "types": "./dist/types/index.d.ts",
15
15
  "import": "./dist/esm/index.js",
16
16
  "require": "./dist/cjs/index.js"
17
- },
18
- "./styled": {
19
- "import": "./dist/esm/styled.js",
20
- "require": "./dist/cjs/styled.js"
21
- },
22
- "./props": {
23
- "import": "./dist/esm/props.js",
24
- "require": "./dist/cjs/props.js"
25
- },
26
- "./TileButton": {
27
- "import": "./dist/esm/TileButton.js",
28
- "require": "./dist/cjs/TileButton.js"
29
17
  }
30
18
  },
31
19
  "repository": {
@@ -33,8 +21,8 @@
33
21
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
34
22
  },
35
23
  "engines": {
36
- "pnpm": ">=6",
37
- "node": ">=16"
24
+ "pnpm": ">=9",
25
+ "node": ">=22"
38
26
  },
39
27
  "author": "ICE MT",
40
28
  "jestSonar": {
@@ -48,17 +36,17 @@
48
36
  "typeSafety": true
49
37
  },
50
38
  "dependencies": {
51
- "@elliemae/ds-grid": "3.51.0-next.1",
52
- "@elliemae/ds-props-helpers": "3.51.0-next.1",
53
- "@elliemae/ds-tooltip-v3": "3.51.0-next.1",
54
- "@elliemae/ds-icons": "3.51.0-next.1",
55
- "@elliemae/ds-system": "3.51.0-next.1"
39
+ "@elliemae/ds-grid": "3.51.0-next.11",
40
+ "@elliemae/ds-props-helpers": "3.51.0-next.11",
41
+ "@elliemae/ds-system": "3.51.0-next.11",
42
+ "@elliemae/ds-tooltip-v3": "3.51.0-next.11",
43
+ "@elliemae/ds-icons": "3.51.0-next.11"
56
44
  },
57
45
  "devDependencies": {
58
- "@elliemae/pui-cli": "9.0.0-next.50",
46
+ "@elliemae/pui-cli": "9.0.0-next.55",
59
47
  "jest": "~29.7.0",
60
48
  "styled-components": "~5.3.9",
61
- "@elliemae/ds-monorepo-devops": "3.51.0-next.1"
49
+ "@elliemae/ds-monorepo-devops": "3.51.0-next.11"
62
50
  },
63
51
  "peerDependencies": {
64
52
  "lodash": "^4.17.21",