@nice-digital/nds-breadcrumbs 4.0.14-alpha.0 → 4.0.15-alpha.27
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/es/Breadcrumb.d.ts +1 -1
- package/es/Breadcrumbs.d.ts +1 -1
- package/package.json +3 -3
package/es/Breadcrumb.d.ts
CHANGED
package/es/Breadcrumbs.d.ts
CHANGED
|
@@ -9,4 +9,4 @@ export interface BreadcrumbsProps {
|
|
|
9
9
|
children: ValidBreadcrumbProp[] | ValidBreadcrumbProp;
|
|
10
10
|
}
|
|
11
11
|
type ValidBreadcrumbProp = ReactElement<BreadcrumbProps> | null | undefined;
|
|
12
|
-
export declare const Breadcrumbs: ({ children, ...rest }: BreadcrumbsProps) => JSX.Element;
|
|
12
|
+
export declare const Breadcrumbs: ({ children, ...rest }: BreadcrumbsProps) => import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nice-digital/nds-breadcrumbs",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.15-alpha.27+cb65b3a5",
|
|
4
4
|
"description": "Breadcrumbs component for the NICE Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"breadcrumbs"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"url": "https://github.com/nice-digital/nice-design-system/issues"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@nice-digital/nds-core": "^4.0.
|
|
34
|
+
"@nice-digital/nds-core": "^4.0.15-alpha.27+cb65b3a5",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"@types/node": "^18.11.9",
|
|
47
47
|
"typescript": "^4.8.4"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "cb65b3a56d744b4c08b40296f4bd869b62a41964"
|
|
50
50
|
}
|