@elliemae/ds-breadcrumb 3.70.0-next.6 → 3.70.0-next.60

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -1,9 +1,10 @@
1
+ import React from 'react';
1
2
  import type { DSBreadcrumbT } from './react-desc-prop-types.js';
2
3
  declare const htmlElements: readonly ["nav", "div"];
3
4
  declare const DSBreadcrumb: {
4
- (props: DSBreadcrumbT.Props): import("react/jsx-runtime.js").JSX.Element;
5
+ (props: DSBreadcrumbT.Props): React.JSX.Element;
5
6
  Item: {
6
- (props: import("./react-desc-prop-types.js").DSBreadcrumbItemT.Props): import("react/jsx-runtime.js").JSX.Element;
7
+ (props: import("./react-desc-prop-types.js").DSBreadcrumbItemT.Props): React.JSX.Element;
7
8
  displayName: string;
8
9
  };
9
10
  displayName: string;
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import type { DSBreadcrumbItemT } from './react-desc-prop-types.js';
2
3
  declare const DSBreadcrumbItem: {
3
- (props: DSBreadcrumbItemT.Props): import("react/jsx-runtime.js").JSX.Element;
4
+ (props: DSBreadcrumbItemT.Props): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  declare const DSBreadcrumbItemWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSBreadcrumbItemT.Props>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-breadcrumb",
3
- "version": "3.70.0-next.6",
3
+ "version": "3.70.0-next.60",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Breadcrumb",
6
6
  "files": [
@@ -36,22 +36,22 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.70.0-next.6",
40
- "@elliemae/ds-system": "3.70.0-next.6",
41
- "@elliemae/ds-typography": "3.70.0-next.6"
39
+ "@elliemae/ds-props-helpers": "3.70.0-next.60",
40
+ "@elliemae/ds-system": "3.70.0-next.60",
41
+ "@elliemae/ds-typography": "3.70.0-next.60"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@elliemae/pui-theme": "~2.13.0",
45
45
  "jest": "^30.0.0",
46
- "styled-components": "~5.3.9",
47
- "@elliemae/ds-monorepo-devops": "3.70.0-next.6",
48
- "@elliemae/ds-test-utils": "3.70.0-next.6"
46
+ "styled-components": "~5.3.11",
47
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.60",
48
+ "@elliemae/ds-test-utils": "3.70.0-next.60"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@elliemae/pui-theme": "~2.13.0",
52
52
  "react": "^18.3.1",
53
53
  "react-dom": "^18.3.1",
54
- "styled-components": "~5.3.9"
54
+ "styled-components": "~5.3.11"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public",
@@ -66,4 +66,4 @@
66
66
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
67
67
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
68
68
  }
69
- }
69
+ }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};