@elliemae/ds-breadcrumb 2.2.0-next.7 → 2.2.0-next.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-breadcrumb",
3
- "version": "2.2.0-next.7",
3
+ "version": "2.2.0-next.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Breadcrumb",
6
6
  "module": "./esm/index.js",
@@ -48,7 +48,7 @@
48
48
  "build": "node ../../scripts/build/build.js"
49
49
  },
50
50
  "dependencies": {
51
- "@elliemae/ds-system": "2.2.0-next.7",
51
+ "@elliemae/ds-system": "2.2.0-next.8",
52
52
  "react-desc": "~4.1.3"
53
53
  },
54
54
  "devDependencies": {
@@ -48,7 +48,7 @@ declare const DSBreadcrumb: {
48
48
  };
49
49
  };
50
50
  declare const DSBreadcrumbWithSchema: {
51
- (props?: DSBreadcrumbPropsT | undefined): JSX.Element;
51
+ (props?: unknown): JSX.Element;
52
52
  propTypes: unknown;
53
53
  toTypescript: () => import("react-desc").TypescriptSchema;
54
54
  };
@@ -70,7 +70,7 @@ declare namespace DSBreadcrumbItem {
70
70
  };
71
71
  }
72
72
  declare const DSBreadcrumbItemWithSchema: {
73
- (props?: DSBreadcrumbItemPropsT | undefined): JSX.Element;
73
+ (props?: unknown): JSX.Element;
74
74
  propTypes: unknown;
75
75
  toTypescript: () => import("react-desc").TypescriptSchema;
76
76
  };