ng-hub-ui-breadcrumbs 1.0.1 → 1.0.2
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/README.md
CHANGED
|
@@ -457,7 +457,7 @@ interface BreadcrumbRouteData {
|
|
|
457
457
|
| `$breadcrumb-divider-flipped` | RTL divider character | Same as `$breadcrumb-divider` |
|
|
458
458
|
| `$breadcrumb-border-radius` | Border radius | `50rem` |
|
|
459
459
|
| `$breadcrumb-active-color` | Active item color | `black` |
|
|
460
|
-
|
|
460
|
+
|
|
461
461
|
|
|
462
462
|
## Contributing
|
|
463
463
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-hub-ui-breadcrumbs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|
|
Binary file
|