@elliemae/ds-card-navigation 3.53.0-beta.7 → 3.53.0-beta.9
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/cjs/tests/overflow/DSCardNavigationOverflowTestRenderer.js +2 -2
- package/dist/cjs/tests/overflow/DSCardNavigationOverflowTestRenderer.js.map +2 -2
- package/dist/cjs/tests/wraptext/DSCardNavigationWrapTextTestRenderer.js +2 -2
- package/dist/cjs/tests/wraptext/DSCardNavigationWrapTextTestRenderer.js.map +2 -2
- package/dist/esm/tests/overflow/DSCardNavigationOverflowTestRenderer.js +1 -1
- package/dist/esm/tests/overflow/DSCardNavigationOverflowTestRenderer.js.map +1 -1
- package/dist/esm/tests/wraptext/DSCardNavigationWrapTextTestRenderer.js +1 -1
- package/dist/esm/tests/wraptext/DSCardNavigationWrapTextTestRenderer.js.map +1 -1
- package/dist/types/react-desc-prop-types.d.ts +0 -1
- package/dist/types/style.d.ts +1 -2
- package/package.json +12 -11
|
@@ -35,8 +35,8 @@ var React = __toESM(require("react"));
|
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
36
|
var import_react = __toESM(require("react"));
|
|
37
37
|
var import_ds_card_navigation = require("@elliemae/ds-card-navigation");
|
|
38
|
-
var
|
|
39
|
-
const DSCardNavigationOverflowTestRenderer = (0,
|
|
38
|
+
var import_ds_test_utils = require("@elliemae/ds-test-utils");
|
|
39
|
+
const DSCardNavigationOverflowTestRenderer = (0, import_ds_test_utils.themeProviderHOC)(() => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("main", { style: { width: "100px", margin: "2rem" }, "data-testid": "main-div", children: [
|
|
40
40
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
41
41
|
import_ds_card_navigation.DSCardNavigation,
|
|
42
42
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/tests/overflow/DSCardNavigationOverflowTestRenderer.jsx", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import React from 'react';\nimport { DSCardNavigation } from '@elliemae/ds-card-navigation';\nimport { themeProviderHOC } from '@elliemae/ds-
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AALF,mBAAkB;AAClB,gCAAiC;AACjC,
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { DSCardNavigation } from '@elliemae/ds-card-navigation';\nimport { themeProviderHOC } from '@elliemae/ds-test-utils';\n\nexport const DSCardNavigationOverflowTestRenderer = themeProviderHOC(() => (\n <main style={{ width: '100px', margin: '2rem' }} data-testid=\"main-div\">\n <DSCardNavigation\n title=\"Card Title with actions + long description\"\n description=\"Customs actions + long description long description long description long description\"\n />\n <button type=\"button\" data-testid=\"test-button\">\n test 1\n </button>\n </main>\n));\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AALF,mBAAkB;AAClB,gCAAiC;AACjC,2BAAiC;AAE1B,MAAM,2CAAuC,uCAAiB,MACnE,6CAAC,UAAK,OAAO,EAAE,OAAO,SAAS,QAAQ,OAAO,GAAG,eAAY,YAC3D;AAAA;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,aAAY;AAAA;AAAA,EACd;AAAA,EACA,4CAAC,YAAO,MAAK,UAAS,eAAY,eAAc,oBAEhD;AAAA,GACF,CACD;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -35,8 +35,8 @@ var React = __toESM(require("react"));
|
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
36
|
var import_react = __toESM(require("react"));
|
|
37
37
|
var import_ds_card_navigation = require("@elliemae/ds-card-navigation");
|
|
38
|
-
var
|
|
39
|
-
const DSCardNavigationWraptextTestRenderer = (0,
|
|
38
|
+
var import_ds_test_utils = require("@elliemae/ds-test-utils");
|
|
39
|
+
const DSCardNavigationWraptextTestRenderer = (0, import_ds_test_utils.themeProviderHOC)(({ wrapText }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("main", { style: { width: "100px", margin: "2rem" }, "data-testid": "main-div", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
40
40
|
import_ds_card_navigation.DSCardNavigation,
|
|
41
41
|
{
|
|
42
42
|
title: "Card Title with actions + long description + long description",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/tests/wraptext/DSCardNavigationWrapTextTestRenderer.jsx", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import React from 'react';\nimport { DSCardNavigation } from '@elliemae/ds-card-navigation';\nimport { themeProviderHOC } from '@elliemae/ds-
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADMnB;AANJ,mBAAkB;AAClB,gCAAiC;AACjC,
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { DSCardNavigation } from '@elliemae/ds-card-navigation';\nimport { themeProviderHOC } from '@elliemae/ds-test-utils';\n\nexport const DSCardNavigationWraptextTestRenderer = themeProviderHOC(({ wrapText }) => (\n <main style={{ width: '100px', margin: '2rem' }} data-testid=\"main-div\">\n <DSCardNavigation\n title=\"Card Title with actions + long description + long description\"\n description=\"Customs actions + long description + long description + long description\"\n wrapText={wrapText}\n />\n </main>\n));\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADMnB;AANJ,mBAAkB;AAClB,gCAAiC;AACjC,2BAAiC;AAE1B,MAAM,2CAAuC,uCAAiB,CAAC,EAAE,SAAS,MAC/E,4CAAC,UAAK,OAAO,EAAE,OAAO,SAAS,QAAQ,OAAO,GAAG,eAAY,YAC3D;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,aAAY;AAAA,IACZ;AAAA;AACF,GACF,CACD;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -2,7 +2,7 @@ import * as React from "react";
|
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
3
|
import React2 from "react";
|
|
4
4
|
import { DSCardNavigation } from "@elliemae/ds-card-navigation";
|
|
5
|
-
import { themeProviderHOC } from "@elliemae/ds-
|
|
5
|
+
import { themeProviderHOC } from "@elliemae/ds-test-utils";
|
|
6
6
|
const DSCardNavigationOverflowTestRenderer = themeProviderHOC(() => /* @__PURE__ */ jsxs("main", { style: { width: "100px", margin: "2rem" }, "data-testid": "main-div", children: [
|
|
7
7
|
/* @__PURE__ */ jsx(
|
|
8
8
|
DSCardNavigation,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../scripts/build/transpile/react-shim.js", "../../../../src/tests/overflow/DSCardNavigationOverflowTestRenderer.jsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { DSCardNavigation } from '@elliemae/ds-card-navigation';\nimport { themeProviderHOC } from '@elliemae/ds-
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { DSCardNavigation } from '@elliemae/ds-card-navigation';\nimport { themeProviderHOC } from '@elliemae/ds-test-utils';\n\nexport const DSCardNavigationOverflowTestRenderer = themeProviderHOC(() => (\n <main style={{ width: '100px', margin: '2rem' }} data-testid=\"main-div\">\n <DSCardNavigation\n title=\"Card Title with actions + long description\"\n description=\"Customs actions + long description long description long description long description\"\n />\n <button type=\"button\" data-testid=\"test-button\">\n test 1\n </button>\n </main>\n));\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACKrB,SACE,KADF;AALF,OAAOA,YAAW;AAClB,SAAS,wBAAwB;AACjC,SAAS,wBAAwB;AAE1B,MAAM,uCAAuC,iBAAiB,MACnE,qBAAC,UAAK,OAAO,EAAE,OAAO,SAAS,QAAQ,OAAO,GAAG,eAAY,YAC3D;AAAA;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,aAAY;AAAA;AAAA,EACd;AAAA,EACA,oBAAC,YAAO,MAAK,UAAS,eAAY,eAAc,oBAEhD;AAAA,GACF,CACD;",
|
|
6
6
|
"names": ["React"]
|
|
7
7
|
}
|
|
@@ -2,7 +2,7 @@ import * as React from "react";
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import React2 from "react";
|
|
4
4
|
import { DSCardNavigation } from "@elliemae/ds-card-navigation";
|
|
5
|
-
import { themeProviderHOC } from "@elliemae/ds-
|
|
5
|
+
import { themeProviderHOC } from "@elliemae/ds-test-utils";
|
|
6
6
|
const DSCardNavigationWraptextTestRenderer = themeProviderHOC(({ wrapText }) => /* @__PURE__ */ jsx("main", { style: { width: "100px", margin: "2rem" }, "data-testid": "main-div", children: /* @__PURE__ */ jsx(
|
|
7
7
|
DSCardNavigation,
|
|
8
8
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../scripts/build/transpile/react-shim.js", "../../../../src/tests/wraptext/DSCardNavigationWrapTextTestRenderer.jsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { DSCardNavigation } from '@elliemae/ds-card-navigation';\nimport { themeProviderHOC } from '@elliemae/ds-
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { DSCardNavigation } from '@elliemae/ds-card-navigation';\nimport { themeProviderHOC } from '@elliemae/ds-test-utils';\n\nexport const DSCardNavigationWraptextTestRenderer = themeProviderHOC(({ wrapText }) => (\n <main style={{ width: '100px', margin: '2rem' }} data-testid=\"main-div\">\n <DSCardNavigation\n title=\"Card Title with actions + long description + long description\"\n description=\"Customs actions + long description + long description + long description\"\n wrapText={wrapText}\n />\n </main>\n));\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACMnB;AANJ,OAAOA,YAAW;AAClB,SAAS,wBAAwB;AACjC,SAAS,wBAAwB;AAE1B,MAAM,uCAAuC,iBAAiB,CAAC,EAAE,SAAS,MAC/E,oBAAC,UAAK,OAAO,EAAE,OAAO,SAAS,QAAQ,OAAO,GAAG,eAAY,YAC3D;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,aAAY;AAAA,IACZ;AAAA;AACF,GACF,CACD;",
|
|
6
6
|
"names": ["React"]
|
|
7
7
|
}
|
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.53.0-beta.
|
|
3
|
+
"version": "3.53.0-beta.9",
|
|
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.53.0-beta.
|
|
41
|
-
"@elliemae/ds-hooks-on-blur-out": "3.53.0-beta.
|
|
42
|
-
"@elliemae/ds-hooks-on-overflow-change": "3.53.0-beta.
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-system": "3.53.0-beta.
|
|
45
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-grid": "3.53.0-beta.9",
|
|
41
|
+
"@elliemae/ds-hooks-on-blur-out": "3.53.0-beta.9",
|
|
42
|
+
"@elliemae/ds-hooks-on-overflow-change": "3.53.0-beta.9",
|
|
43
|
+
"@elliemae/ds-icons": "3.53.0-beta.9",
|
|
44
|
+
"@elliemae/ds-system": "3.53.0-beta.9",
|
|
45
|
+
"@elliemae/ds-props-helpers": "3.53.0-beta.9"
|
|
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.53.0-beta.9",
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-beta.9",
|
|
54
|
+
"@elliemae/ds-test-utils": "3.53.0-beta.9",
|
|
55
|
+
"@elliemae/ds-typescript-helpers": "3.53.0-beta.9"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
58
|
"@testing-library/jest-dom": "^6.6.3",
|