@elliemae/ds-card-navigation 3.18.0-next.1 → 3.18.0-next.2

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,10 +1,9 @@
1
- /// <reference types="react" />
2
- export declare const StyledCardNavigationContentTitle: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
3
- export declare const StyledCardNavigationContentDescription: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
4
- export declare const StyledCardNavigationContentTitleWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
5
- export declare const StyledCardNavigationContent: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
6
- export declare const StyledCardNavigationCentralContent: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
7
- export declare const StyledCardNavigationBoxWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
8
- export declare const StyledCardNavigationIcon: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
9
- export declare const StyledCardNavigationActions: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
10
- export declare const StyledCardNavigationAction: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
1
+ export declare const StyledCardNavigationContentTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
2
+ export declare const StyledCardNavigationContentDescription: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
+ export declare const StyledCardNavigationContentTitleWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
+ export declare const StyledCardNavigationContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
5
+ export declare const StyledCardNavigationCentralContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
6
+ export declare const StyledCardNavigationBoxWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
7
+ export declare const StyledCardNavigationIcon: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
8
+ export declare const StyledCardNavigationActions: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
9
+ export declare const StyledCardNavigationAction: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card-navigation",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.2",
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.18.0-next.1",
51
- "@elliemae/ds-icons": "3.18.0-next.1",
52
- "@elliemae/ds-truncated-tooltip-text": "3.18.0-next.1",
53
- "@elliemae/ds-props-helpers": "3.18.0-next.1",
54
- "@elliemae/ds-system": "3.18.0-next.1"
50
+ "@elliemae/ds-button": "3.18.0-next.2",
51
+ "@elliemae/ds-props-helpers": "3.18.0-next.2",
52
+ "@elliemae/ds-icons": "3.18.0-next.2",
53
+ "@elliemae/ds-system": "3.18.0-next.2",
54
+ "@elliemae/ds-truncated-tooltip-text": "3.18.0-next.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@elliemae/pui-theme": "~2.7.0",
@@ -64,7 +64,7 @@
64
64
  "lodash": "^4.17.21",
65
65
  "react": "~17.0.2",
66
66
  "react-dom": "^17.0.2",
67
- "styled-components": "~5.3.6"
67
+ "styled-components": "~5.3.9"
68
68
  },
69
69
  "publishConfig": {
70
70
  "access": "public",
@@ -79,6 +79,6 @@
79
79
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
80
80
  "dev:build": "pnpm --filter {.}... build",
81
81
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
82
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
82
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
83
83
  }
84
84
  }