@elliemae/ds-card-navigation 3.53.0-next.9 → 3.54.0-beta.1
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.
package/dist/types/style.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { CardNavigationTypes } from './constants/index.js';
|
|
3
2
|
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>;
|
|
4
3
|
export declare const StyledTitleTypography: import("styled-components").StyledComponent<import("react").FC<import("@elliemae/ds-typography").DSTypographyT.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").FC<import("@elliemae/ds-typography").DSTypographyT.Props>>, never>;
|
|
@@ -6,7 +5,7 @@ export declare const StyledCardNavigationContentDescription: import("styled-comp
|
|
|
6
5
|
export declare const StyledDescriptionTypography: import("styled-components").StyledComponent<import("react").FC<import("@elliemae/ds-typography").DSTypographyT.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").FC<import("@elliemae/ds-typography").DSTypographyT.Props>>, never>;
|
|
7
6
|
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>;
|
|
8
7
|
export declare const StyledCardNavigationContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
9
|
-
wrapText?: boolean
|
|
8
|
+
wrapText?: boolean;
|
|
10
9
|
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
11
10
|
export declare const StyledCardNavigationCentralContent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
12
11
|
interface StyledCardNavigationBoxWrapperProps {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-card-navigation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.54.0-beta.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Card Navigation",
|
|
6
6
|
"files": [
|
|
@@ -37,21 +37,22 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/styled-components": "~3.7.3",
|
|
40
|
-
"@elliemae/ds-grid": "3.
|
|
41
|
-
"@elliemae/ds-hooks-on-
|
|
42
|
-
"@elliemae/ds-hooks-on-
|
|
43
|
-
"@elliemae/ds-props-helpers": "3.
|
|
44
|
-
"@elliemae/ds-system": "3.
|
|
45
|
-
"@elliemae/ds-icons": "3.
|
|
40
|
+
"@elliemae/ds-grid": "3.54.0-beta.1",
|
|
41
|
+
"@elliemae/ds-hooks-on-blur-out": "3.54.0-beta.1",
|
|
42
|
+
"@elliemae/ds-hooks-on-overflow-change": "3.54.0-beta.1",
|
|
43
|
+
"@elliemae/ds-props-helpers": "3.54.0-beta.1",
|
|
44
|
+
"@elliemae/ds-system": "3.54.0-beta.1",
|
|
45
|
+
"@elliemae/ds-icons": "3.54.0-beta.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
48
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
49
49
|
"@playwright/experimental-ct-react": "^1.51.1",
|
|
50
50
|
"jest": "~29.7.0",
|
|
51
51
|
"styled-components": "~5.3.9",
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-
|
|
52
|
+
"@elliemae/ds-icons": "3.54.0-beta.1",
|
|
53
|
+
"@elliemae/ds-test-utils": "3.54.0-beta.1",
|
|
54
|
+
"@elliemae/ds-typescript-helpers": "3.54.0-beta.1",
|
|
55
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-beta.1"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
58
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
},
|
|
68
69
|
"scripts": {
|
|
69
70
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
70
|
-
"test": "
|
|
71
|
+
"test": "[ -n \"$CI\" ] || playwright test -c ./playwright.config.mjs && pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
71
72
|
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
72
73
|
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
73
74
|
"dts": "node ../../../scripts/dts.mjs",
|