@urbicon-ui/design-content 6.3.7 → 6.3.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.
|
@@ -28,6 +28,7 @@ Renders an accessible nav with structured items and customizable separators.
|
|
|
28
28
|
|
|
29
29
|
### Variants
|
|
30
30
|
- size: lg, md, sm (default: md)
|
|
31
|
+
- wrap: false, true (default: true)
|
|
31
32
|
|
|
32
33
|
### Api
|
|
33
34
|
| Prop | Type | Required | Default | Description |
|
|
@@ -46,6 +47,7 @@ Renders an accessible nav with structured items and customizable separators.
|
|
|
46
47
|
| size | `'sm' | 'md' | 'lg'` | no | 'md' | Size variant that controls dimensions and spacing of the Breadcrumb |
|
|
47
48
|
| slotClasses | `Partial<Record<BreadcrumbSlots, string>>` | no | | Per-slot class overrides |
|
|
48
49
|
| unstyled | `boolean` | no | | Remove default styles |
|
|
50
|
+
| wrap | `boolean` | no | true | Let the trail wrap onto multiple lines (`true`, default) or keep it on a single line where the current page truncates and the ancestor links hold their width (`false`). Use `false` for tight single-line bars such as a sticky header or toolbar. |
|
|
49
51
|
|
|
50
52
|
Inherited from:
|
|
51
53
|
- BreadcrumbVariants (external)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-06-
|
|
2
|
+
"generated": "2026-06-24T23:09:16.230Z",
|
|
3
3
|
"version": "0.2.38",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
@@ -517,6 +517,14 @@
|
|
|
517
517
|
"sm"
|
|
518
518
|
],
|
|
519
519
|
"default": "md"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "wrap",
|
|
523
|
+
"values": [
|
|
524
|
+
"false",
|
|
525
|
+
"true"
|
|
526
|
+
],
|
|
527
|
+
"default": "true"
|
|
520
528
|
}
|
|
521
529
|
],
|
|
522
530
|
"keyProps": [
|
package/content/meta.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@urbicon-ui/design-content",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.8",
|
|
4
4
|
"description": "Version-pinned bundle of Urbicon UI design knowledge — component catalog, per-component llm.txt, design-system principles + patterns, guide template and icon metadata — plus a package-relative locator. Consumed by the remote MCP server and the urbicon CLI.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|