@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.
@@ -1,4 +1,3 @@
1
- /// <reference types="prop-types" />
2
1
  import type React from 'react';
3
2
  import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
4
3
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
@@ -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 | undefined;
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-next.9",
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.53.0-next.9",
41
- "@elliemae/ds-hooks-on-overflow-change": "3.53.0-next.9",
42
- "@elliemae/ds-hooks-on-blur-out": "3.53.0-next.9",
43
- "@elliemae/ds-props-helpers": "3.53.0-next.9",
44
- "@elliemae/ds-system": "3.53.0-next.9",
45
- "@elliemae/ds-icons": "3.53.0-next.9"
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.63",
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-typescript-helpers": "3.53.0-next.9",
53
- "@elliemae/ds-icons": "3.53.0-next.9",
54
- "@elliemae/ds-monorepo-devops": "3.53.0-next.9"
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": "pui-cli test --passWithNoTests --coverage=\"false\" && [ -n \"$CI\" ] || playwright test -c ./playwright.config.mjs",
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",