@elliemae/ds-breadcrumb 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.
@@ -5,4 +5,9 @@ export declare const BREADCRUMB_SLOTS: {
5
5
  readonly LINK: "link";
6
6
  readonly LIST: "list";
7
7
  };
8
- export declare const BREADCRUMB_DATA_TESTID: Record<string, string>;
8
+ export declare const BREADCRUMB_DATA_TESTID: {
9
+ readonly CONTAINER: "ds-breadcrumb-container";
10
+ readonly CRUMBWRAPPER: "ds-breadcrumb-crumb-wrapper";
11
+ readonly LINK: "ds-breadcrumb-link";
12
+ readonly LIST: "ds-breadcrumb-list";
13
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-breadcrumb",
3
- "version": "3.54.0-next.4",
3
+ "version": "3.54.0-next.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Breadcrumb",
6
6
  "files": [
@@ -36,17 +36,17 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.54.0-next.4",
40
- "@elliemae/ds-system": "3.54.0-next.4",
41
- "@elliemae/ds-typography": "3.54.0-next.4"
39
+ "@elliemae/ds-props-helpers": "3.54.0-next.6",
40
+ "@elliemae/ds-system": "3.54.0-next.6",
41
+ "@elliemae/ds-typography": "3.54.0-next.6"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@elliemae/pui-cli": "9.0.0-next.65",
45
45
  "@elliemae/pui-theme": "~2.13.0",
46
46
  "jest": "~29.7.0",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.54.0-next.4",
49
- "@elliemae/ds-test-utils": "3.54.0-next.4"
48
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.6",
49
+ "@elliemae/ds-test-utils": "3.54.0-next.6"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@elliemae/pui-theme": "~2.13.0",