@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: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime.js").JSX.Element;
14
+ Icon: (rest: any) => import("react/jsx-runtime.js").JSX.Element;
15
15
  };
16
16
  displayName: string;
17
17
  };
@@ -1,9 +1,9 @@
1
- export declare const StyledCardNavigationContentTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
2
- export declare const StyledCardNavigationContentDescription: 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 StyledCardNavigationContentTitleWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
4
- export declare const StyledCardNavigationContent: 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 StyledCardNavigationCentralContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
6
- export declare const StyledCardNavigationBoxWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
7
- export declare const StyledCardNavigationIcon: 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 StyledCardNavigationActions: 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 StyledCardNavigationAction: 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 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.5",
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.5",
52
- "@elliemae/ds-props-helpers": "3.46.5",
53
- "@elliemae/ds-icons": "3.46.5",
54
- "@elliemae/ds-system": "3.46.5",
55
- "@elliemae/ds-truncated-tooltip-text": "3.46.5"
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.5"
61
+ "@elliemae/ds-monorepo-devops": "3.46.6"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@elliemae/pui-theme": "~2.10.0",