@elliemae/ds-chat-bubble 3.46.5 → 3.46.6

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,5 +1,4 @@
1
1
  import type { GlobalAttributesT } from '@elliemae/ds-props-helpers';
2
- import type { WeakValidationMap } from 'react';
3
2
  import type React from 'react';
4
3
  export declare const BUBBLE_TYPES: {
5
4
  SENDER: string;
@@ -1,14 +1,9 @@
1
- /// <reference types="react" />
2
- export declare const StyledWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
3
- export declare const StyledTitleBubble: 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 StyledTitleLeftBubble: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
5
- export declare const StyledTitleRightBubble: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
6
- type: string;
7
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
8
- export declare const StyleBodyWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
9
- export declare const StyleErrorMessage: 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 StyleHelpMessage: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>>, never>;
11
- export declare const StyledBubbleArrow: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
12
- export declare const StyledColoredBubble: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
13
- type: string;
14
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
1
+ export declare const StyledWrapper: any;
2
+ export declare const StyledTitleBubble: any;
3
+ export declare const StyledTitleLeftBubble: any;
4
+ export declare const StyledTitleRightBubble: any;
5
+ export declare const StyleBodyWrapper: any;
6
+ export declare const StyleErrorMessage: any;
7
+ export declare const StyleHelpMessage: any;
8
+ export declare const StyledBubbleArrow: any;
9
+ export declare const StyledColoredBubble: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-bubble",
3
- "version": "3.46.5",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat",
6
6
  "files": [
@@ -49,19 +49,19 @@
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public",
52
- "typeSafety": true
52
+ "typeSafety": false
53
53
  },
54
54
  "dependencies": {
55
55
  "uid": "2.0.1",
56
- "@elliemae/ds-grid": "3.46.5",
57
- "@elliemae/ds-icons": "3.46.5",
58
- "@elliemae/ds-props-helpers": "3.46.5",
59
- "@elliemae/ds-system": "3.46.5"
56
+ "@elliemae/ds-grid": "3.46.6",
57
+ "@elliemae/ds-icons": "3.46.6",
58
+ "@elliemae/ds-props-helpers": "3.46.6",
59
+ "@elliemae/ds-system": "3.46.6"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@elliemae/pui-cli": "9.0.0-next.50",
63
63
  "styled-components": "~5.3.9",
64
- "@elliemae/ds-monorepo-devops": "3.46.5"
64
+ "@elliemae/ds-monorepo-devops": "3.46.6"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "lodash": "^4.17.21",