@urbicon-ui/design-content 6.3.3 → 6.3.6
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.
|
@@ -31,6 +31,7 @@ Compact mode/view switcher with smooth animation.
|
|
|
31
31
|
| ariaLabel | `string` | no | | Accessible label for the segment group. |
|
|
32
32
|
| children | `Snippet` | no | | Segment items to render. Must be SegmentItem components. |
|
|
33
33
|
| class | `string` | no | | Extra classes merged onto the root element. |
|
|
34
|
+
| collapseOnOverflow | `boolean` | no | true | When the segments can't fit their available width, collapse the horizontal track to a vertical radio-style stack (all options stay visible) instead of overflowing. Triggered by real measured overflow (ResizeObserver), not a viewport breakpoint, so it only engages when an instance genuinely doesn't fit — a 2-segment switcher that fits stays horizontal. Set `false` to keep the track horizontal (it still won't push the page wider than its parent). |
|
|
34
35
|
| disabled | `boolean` | no | false | Prevent interaction and dim the control. |
|
|
35
36
|
| mint | `MintProp` | no | 'none' | Micro-interaction effect applied to each segment item (per-item, not the container). Accepts a preset name, an array of names, or configured mint objects. |
|
|
36
37
|
| onValueChange | `(value: string) => void` | no | | Fires after the selected value changes. Receives the new value. |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-06-
|
|
2
|
+
"generated": "2026-06-24T17:06:02.668Z",
|
|
3
3
|
"version": "0.2.38",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
@@ -3134,10 +3134,10 @@
|
|
|
3134
3134
|
"ariaLabel",
|
|
3135
3135
|
"children",
|
|
3136
3136
|
"class",
|
|
3137
|
+
"collapseOnOverflow",
|
|
3137
3138
|
"disabled",
|
|
3138
3139
|
"mint",
|
|
3139
|
-
"onValueChange"
|
|
3140
|
-
"preset"
|
|
3140
|
+
"onValueChange"
|
|
3141
3141
|
],
|
|
3142
3142
|
"keyPropTypes": {
|
|
3143
3143
|
"onValueChange": "(value: string) => void",
|
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.6",
|
|
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": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"typescript": "^6.0.3",
|
|
41
|
-
"@types/node": "^25.9.
|
|
41
|
+
"@types/node": "^25.9.4",
|
|
42
42
|
"vitest": "^4.1.9"
|
|
43
43
|
},
|
|
44
44
|
"author": "Urbicon UI Team"
|