@elliemae/ds-card-navigation 3.17.0-next.6 → 3.17.0-next.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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CardNavigationTypes, CardNavigationTypesValues } from './components/types.js';
2
3
  declare const DSCardNavigation: {
3
4
  ({ containerProps, title, description, type, Icon, actions, ...rest }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledCardNavigationContentTitle: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
2
3
  export declare const StyledCardNavigationContentDescription: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
3
4
  export declare const StyledCardNavigationContentTitleWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card-navigation",
3
- "version": "3.17.0-next.6",
3
+ "version": "3.17.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card Navigation",
6
6
  "files": [
@@ -47,11 +47,11 @@
47
47
  "indent": 4
48
48
  },
49
49
  "dependencies": {
50
- "@elliemae/ds-button": "3.17.0-next.6",
51
- "@elliemae/ds-props-helpers": "3.17.0-next.6",
52
- "@elliemae/ds-icons": "3.17.0-next.6",
53
- "@elliemae/ds-system": "3.17.0-next.6",
54
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.6"
50
+ "@elliemae/ds-icons": "3.17.0-next.7",
51
+ "@elliemae/ds-props-helpers": "3.17.0-next.7",
52
+ "@elliemae/ds-system": "3.17.0-next.7",
53
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.7",
54
+ "@elliemae/ds-button": "3.17.0-next.7"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@elliemae/pui-theme": "~2.7.0",