@elliemae/ds-chat-tile 3.46.5 → 3.46.7

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.
@@ -1,11 +1,9 @@
1
- /// <reference types="react" />
2
- import type { DSChatTileT } from './react-desc-prop-types.js';
3
- export declare const StyledWrapperLeftBorder: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
4
- export declare const StyledStatusBadge: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSChatTileT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
5
- export declare const StyledWrapperCentralContent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
6
- export declare const StyledTileButtonIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
7
- export declare const StyledTileButtonLabel: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
8
- export declare const CloseButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>;
9
- export declare const StyledTooltipV3ButtonWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
10
- export declare const StyledTileButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, Partial<DSChatTileT.Props> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>;
11
- export declare const StyledWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
1
+ export declare const StyledWrapperLeftBorder: any;
2
+ export declare const StyledStatusBadge: any;
3
+ export declare const StyledWrapperCentralContent: any;
4
+ export declare const StyledTileButtonIcon: any;
5
+ export declare const StyledTileButtonLabel: any;
6
+ export declare const CloseButton: any;
7
+ export declare const StyledTooltipV3ButtonWrapper: any;
8
+ export declare const StyledTileButton: any;
9
+ export declare const StyledWrapper: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-tile",
3
- "version": "3.46.5",
3
+ "version": "3.46.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Tile",
6
6
  "files": [
@@ -45,19 +45,19 @@
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public",
48
- "typeSafety": true
48
+ "typeSafety": false
49
49
  },
50
50
  "dependencies": {
51
- "@elliemae/ds-grid": "3.46.5",
52
- "@elliemae/ds-props-helpers": "3.46.5",
53
- "@elliemae/ds-icons": "3.46.5",
54
- "@elliemae/ds-tooltip-v3": "3.46.5",
55
- "@elliemae/ds-system": "3.46.5"
51
+ "@elliemae/ds-grid": "3.46.7",
52
+ "@elliemae/ds-icons": "3.46.7",
53
+ "@elliemae/ds-props-helpers": "3.46.7",
54
+ "@elliemae/ds-tooltip-v3": "3.46.7",
55
+ "@elliemae/ds-system": "3.46.7"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@elliemae/pui-cli": "9.0.0-next.50",
59
59
  "styled-components": "~5.3.9",
60
- "@elliemae/ds-monorepo-devops": "3.46.5"
60
+ "@elliemae/ds-monorepo-devops": "3.46.7"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "lodash": "^4.17.21",