@elliemae/ds-card-navigation 3.46.5 → 3.46.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ declare const DSCardNavigation: {
|
|
11
11
|
}): import("react/jsx-runtime.js").JSX.Element;
|
12
12
|
defaultProps: {
|
13
13
|
type: string;
|
14
|
-
Icon: (rest:
|
14
|
+
Icon: (rest: any) => import("react/jsx-runtime.js").JSX.Element;
|
15
15
|
};
|
16
16
|
displayName: string;
|
17
17
|
};
|
package/dist/types/style.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
export declare const StyledCardNavigationContentTitle:
|
2
|
-
export declare const StyledCardNavigationContentDescription:
|
3
|
-
export declare const StyledCardNavigationContentTitleWrapper:
|
4
|
-
export declare const StyledCardNavigationContent:
|
5
|
-
export declare const StyledCardNavigationCentralContent:
|
6
|
-
export declare const StyledCardNavigationBoxWrapper:
|
7
|
-
export declare const StyledCardNavigationIcon:
|
8
|
-
export declare const StyledCardNavigationActions:
|
9
|
-
export declare const StyledCardNavigationAction:
|
1
|
+
export declare const StyledCardNavigationContentTitle: any;
|
2
|
+
export declare const StyledCardNavigationContentDescription: any;
|
3
|
+
export declare const StyledCardNavigationContentTitleWrapper: any;
|
4
|
+
export declare const StyledCardNavigationContent: any;
|
5
|
+
export declare const StyledCardNavigationCentralContent: any;
|
6
|
+
export declare const StyledCardNavigationBoxWrapper: any;
|
7
|
+
export declare const StyledCardNavigationIcon: any;
|
8
|
+
export declare const StyledCardNavigationActions: any;
|
9
|
+
export declare const StyledCardNavigationAction: any;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-card-navigation",
|
3
|
-
"version": "3.46.
|
3
|
+
"version": "3.46.6",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Card Navigation",
|
6
6
|
"files": [
|
@@ -48,17 +48,17 @@
|
|
48
48
|
"indent": 4
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@elliemae/ds-button-v2": "3.46.
|
52
|
-
"@elliemae/ds-
|
53
|
-
"@elliemae/ds-
|
54
|
-
"@elliemae/ds-system": "3.46.
|
55
|
-
"@elliemae/ds-truncated-tooltip-text": "3.46.
|
51
|
+
"@elliemae/ds-button-v2": "3.46.6",
|
52
|
+
"@elliemae/ds-icons": "3.46.6",
|
53
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
54
|
+
"@elliemae/ds-system": "3.46.6",
|
55
|
+
"@elliemae/ds-truncated-tooltip-text": "3.46.6"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
58
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
59
59
|
"@elliemae/pui-theme": "~2.10.0",
|
60
60
|
"styled-components": "~5.3.9",
|
61
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
61
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
64
|
"@elliemae/pui-theme": "~2.10.0",
|