@elliemae/ds-card-navigation 3.54.0-next.4 → 3.54.0-next.6

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.
@@ -8,6 +8,11 @@ export declare const CARD_NAVIGATION_SLOTS: {
8
8
  };
9
9
  export declare const CARD_NAVIGATION_DATA_TESTID: {
10
10
  DESCRIPTION_TEXT: string;
11
+ ROOT: "ds-cardnavigation-root";
12
+ TITLE: "ds-cardnavigation-title";
13
+ ACTIONS: "ds-cardnavigation-actions";
14
+ TYPE: "ds-cardnavigation-type";
15
+ CENTRAL_CONTENT: "ds-cardnavigation-central-content";
11
16
  };
12
17
  export declare const CardNavigationTypes: {
13
18
  readonly BORROWER: "borrower";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card-navigation",
3
- "version": "3.54.0-next.4",
3
+ "version": "3.54.0-next.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card Navigation",
6
6
  "files": [
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-grid": "3.54.0-next.4",
41
- "@elliemae/ds-hooks-on-blur-out": "3.54.0-next.4",
42
- "@elliemae/ds-props-helpers": "3.54.0-next.4",
43
- "@elliemae/ds-hooks-on-overflow-change": "3.54.0-next.4",
44
- "@elliemae/ds-icons": "3.54.0-next.4",
45
- "@elliemae/ds-system": "3.54.0-next.4"
40
+ "@elliemae/ds-grid": "3.54.0-next.6",
41
+ "@elliemae/ds-hooks-on-blur-out": "3.54.0-next.6",
42
+ "@elliemae/ds-hooks-on-overflow-change": "3.54.0-next.6",
43
+ "@elliemae/ds-icons": "3.54.0-next.6",
44
+ "@elliemae/ds-props-helpers": "3.54.0-next.6",
45
+ "@elliemae/ds-system": "3.54.0-next.6"
46
46
  },
47
47
  "devDependencies": {
48
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-icons": "3.54.0-next.4",
53
- "@elliemae/ds-monorepo-devops": "3.54.0-next.4",
54
- "@elliemae/ds-typescript-helpers": "3.54.0-next.4",
55
- "@elliemae/ds-test-utils": "3.54.0-next.4"
52
+ "@elliemae/ds-icons": "3.54.0-next.6",
53
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.6",
54
+ "@elliemae/ds-test-utils": "3.54.0-next.6",
55
+ "@elliemae/ds-typescript-helpers": "3.54.0-next.6"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@testing-library/jest-dom": "^6.6.3",