@elliemae/ds-comments 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,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type DSCommentCardT } from './react-desc-prop-types.js';
|
|
3
3
|
export declare const DSCommentCard: React.ComponentType<DSCommentCardT.Props>;
|
|
4
|
-
export declare const DSCommentCardWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<
|
|
4
|
+
export declare const DSCommentCardWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<any>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type DSCommentCardT } from '../react-desc-prop-types.js';
|
|
2
2
|
export declare const useCommentCard: (props: DSCommentCardT.Props) => {
|
|
3
|
-
propsWithDefault:
|
|
3
|
+
propsWithDefault: any;
|
|
4
4
|
xstyledProps: import("@elliemae/ds-props-helpers").XstyledProps;
|
|
5
|
-
getOwnerProps: () =>
|
|
6
|
-
getOwnerPropsArguments: () =>
|
|
5
|
+
getOwnerProps: () => any;
|
|
6
|
+
getOwnerPropsArguments: () => any;
|
|
7
7
|
displayDate: string | null;
|
|
8
8
|
displayTime: string | null;
|
|
9
9
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
|
|
3
3
|
import type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
|
4
4
|
import type { DSReadMoreT } from '@elliemae/ds-read-more';
|
|
@@ -36,4 +36,4 @@ export declare namespace DSCommentCardT {
|
|
|
36
36
|
}
|
|
37
37
|
export declare const defaultProps: DSCommentCardT.DefaultProps;
|
|
38
38
|
export declare const DSCommentCardPropTypes: DSPropTypesSchema<DSCommentCardT.Props>;
|
|
39
|
-
export declare const DSCommentCardPropTypesSchema: WeakValidationMap<
|
|
39
|
+
export declare const DSCommentCardPropTypesSchema: WeakValidationMap<any>;
|
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
export declare const CommentCardWrapper:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const CommentCardLeft: 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 CommentCardName: 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 CommentCardData: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
11
|
-
export declare const CommentCardMenu: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const CommentCardWrapper: any;
|
|
2
|
+
export declare const CommentCardHeader: any;
|
|
3
|
+
export declare const CommentCardContent: any;
|
|
4
|
+
export declare const CommentCardLeft: any;
|
|
5
|
+
export declare const CommentCardName: any;
|
|
6
|
+
export declare const CommentCardData: any;
|
|
7
|
+
export declare const CommentCardMenu: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-comments",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Comments",
|
|
6
6
|
"files": [
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"moment": "~2.29.4",
|
|
56
|
-
"@elliemae/ds-button-v2": "3.46.
|
|
57
|
-
"@elliemae/ds-dropdownmenu": "3.46.
|
|
58
|
-
"@elliemae/ds-dropdownmenu
|
|
59
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
60
|
-
"@elliemae/ds-read-more": "3.46.
|
|
61
|
-
"@elliemae/ds-
|
|
62
|
-
"@elliemae/ds-system": "3.46.
|
|
63
|
-
"@elliemae/ds-
|
|
56
|
+
"@elliemae/ds-button-v2": "3.46.7",
|
|
57
|
+
"@elliemae/ds-dropdownmenu-v2": "3.46.7",
|
|
58
|
+
"@elliemae/ds-dropdownmenu": "3.46.7",
|
|
59
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
60
|
+
"@elliemae/ds-read-more": "3.46.7",
|
|
61
|
+
"@elliemae/ds-icons": "3.46.7",
|
|
62
|
+
"@elliemae/ds-system": "3.46.7",
|
|
63
|
+
"@elliemae/ds-typescript-helpers": "3.46.7"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
67
67
|
"styled-components": "~5.3.9",
|
|
68
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
68
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@xstyled/system": "~3.7.3",
|