ng-hub-ui-breadcrumbs 22.3.0 → 22.4.0
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-hub-ui-breadcrumbs",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.4.0",
|
|
4
4
|
"description": "A flexible and reusable breadcrumb component for Angular applications that automatically generates breadcrumbs based on routing configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// ─────────────────────────────────────────────────────────────────────────
|
|
2
|
+
// ng-hub-ui-breadcrumbs — theming entry
|
|
3
|
+
// ─────────────────────────────────────────────────────────────────────────
|
|
4
|
+
// Opt-in one-call theming mixin, forwarded so consumers can `@use` it from the
|
|
5
|
+
// package root:
|
|
6
|
+
//
|
|
7
|
+
// @use 'ng-hub-ui-breadcrumbs/styles' as *;
|
|
8
|
+
// ─────────────────────────────────────────────────────────────────────────
|
|
9
|
+
|
|
10
|
+
@forward 'mixins/breadcrumb-theme';
|
|
Binary file
|