@commercetools/nimbus-mcp 3.2.0 → 3.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.
Files changed (223) hide show
  1. package/README.md +9 -1
  2. package/data/docs/route-manifest.json +1608 -143
  3. package/data/docs/routes/components-buttons-button.json +25 -2
  4. package/data/docs/routes/components-chat-chat-message-list.json +448 -0
  5. package/data/docs/routes/components-chat-chat-message.json +580 -0
  6. package/data/docs/routes/components-content-markdown.json +548 -0
  7. package/data/docs/routes/components-data-display-item-group.json +413 -0
  8. package/data/docs/routes/components-data-display-item.json +611 -0
  9. package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
  10. package/data/docs/routes/components-feedback-skeleton.json +481 -0
  11. package/data/docs/routes/components-feedback-skeletoncircle.json +429 -0
  12. package/data/docs/routes/components-feedback-skeletontext.json +417 -0
  13. package/data/docs/routes/components-feedback-tooltip.json +23 -1
  14. package/data/docs/routes/components-inputs-drop-zone.json +562 -0
  15. package/data/docs/routes/components-inputs-file-trigger.json +421 -0
  16. package/data/docs/routes/components-inputs-range-slider.json +633 -0
  17. package/data/docs/routes/components-inputs-slider.json +611 -0
  18. package/data/docs/routes/components-layout-splitter.json +3 -3
  19. package/data/docs/routes/components-media-avatar.json +16 -5
  20. package/data/docs/routes/components-navigation-breadcrumbs.json +565 -0
  21. package/data/docs/routes/components-navigation-menu.json +1 -1
  22. package/data/docs/routes/components-navigation-tabnav.json +80 -14
  23. package/data/docs/routes/components-navigation-tabs.json +44 -11
  24. package/data/docs/routes/components-navigation-tree.json +445 -0
  25. package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
  26. package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
  27. package/data/docs/routes/icons.json +3 -3
  28. package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
  29. package/data/docs/routes/patterns-buttons.json +58 -0
  30. package/data/docs/search-index.json +1 -1
  31. package/data/docs/types/AccordionContent.json +24 -24
  32. package/data/docs/types/AccordionHeader.json +88 -88
  33. package/data/docs/types/AccordionItem.json +20 -20
  34. package/data/docs/types/AccordionRoot.json +14 -14
  35. package/data/docs/types/ActivityIndicator.json +202 -0
  36. package/data/docs/types/AlertDescription.json +8 -8
  37. package/data/docs/types/AlertDismissButton.json +98 -81
  38. package/data/docs/types/AlertTitle.json +8 -8
  39. package/data/docs/types/Avatar.json +19 -2
  40. package/data/docs/types/Badge.json +2 -2
  41. package/data/docs/types/Body.json +6 -6
  42. package/data/docs/types/Box.json +6 -6
  43. package/data/docs/types/Breadcrumbs.json +12 -0
  44. package/data/docs/types/BreadcrumbsItem.json +296 -0
  45. package/data/docs/types/BreadcrumbsItemProps.json +9 -0
  46. package/data/docs/types/BreadcrumbsProps.json +9 -0
  47. package/data/docs/types/BreadcrumbsRoot.json +110 -0
  48. package/data/docs/types/Button.json +106 -89
  49. package/data/docs/types/Calendar.json +56 -56
  50. package/data/docs/types/Caption.json +6 -6
  51. package/data/docs/types/CardRoot.json +2 -2
  52. package/data/docs/types/Cell.json +6 -6
  53. package/data/docs/types/ChatMessage.json +12 -0
  54. package/data/docs/types/ChatMessageActions.json +42 -0
  55. package/data/docs/types/ChatMessageAvatar.json +140 -0
  56. package/data/docs/types/ChatMessageBody.json +42 -0
  57. package/data/docs/types/ChatMessageList.json +12 -0
  58. package/data/docs/types/ChatMessageListItem.json +42 -0
  59. package/data/docs/types/ChatMessageListRoot.json +78 -0
  60. package/data/docs/types/ChatMessageMeta.json +42 -0
  61. package/data/docs/types/ChatMessageRoot.json +119 -0
  62. package/data/docs/types/ChatMessageTyping.json +42 -0
  63. package/data/docs/types/Checkbox.json +86 -86
  64. package/data/docs/types/Code.json +11 -11
  65. package/data/docs/types/Column.json +6 -6
  66. package/data/docs/types/ColumnGroup.json +6 -6
  67. package/data/docs/types/ColumnHeader.json +6 -6
  68. package/data/docs/types/ComboBoxListBox.json +70 -70
  69. package/data/docs/types/ComboBoxOption.json +64 -64
  70. package/data/docs/types/ComboBoxPopover.json +91 -70
  71. package/data/docs/types/ComboBoxRoot.json +8 -8
  72. package/data/docs/types/ComboBoxSection.json +24 -24
  73. package/data/docs/types/ComboBoxTrigger.json +6 -6
  74. package/data/docs/types/DataTable.json +2 -2
  75. package/data/docs/types/DataTableBody.json +20 -20
  76. package/data/docs/types/DataTableHeader.json +25 -25
  77. package/data/docs/types/DataTableRoot.json +2 -2
  78. package/data/docs/types/DataTableTable.json +6 -6
  79. package/data/docs/types/DateInput.json +73 -73
  80. package/data/docs/types/DatePicker.json +58 -58
  81. package/data/docs/types/DateRangePicker.json +86 -86
  82. package/data/docs/types/DateRangePickerField.json +86 -86
  83. package/data/docs/types/DefaultPageRoot.json +2 -2
  84. package/data/docs/types/DialogCloseTrigger.json +96 -79
  85. package/data/docs/types/DraggableListField.json +88 -60
  86. package/data/docs/types/DraggableListItem.json +52 -52
  87. package/data/docs/types/DraggableListRoot.json +88 -60
  88. package/data/docs/types/DrawerCloseTrigger.json +96 -79
  89. package/data/docs/types/DropZone.json +161 -0
  90. package/data/docs/types/FieldErrors.json +2 -2
  91. package/data/docs/types/FileTrigger.json +130 -0
  92. package/data/docs/types/Flex.json +22 -22
  93. package/data/docs/types/FloatingActionButton.json +1036 -0
  94. package/data/docs/types/Footer.json +6 -6
  95. package/data/docs/types/FormActionBar.json +1 -1
  96. package/data/docs/types/FormFieldRoot.json +2 -2
  97. package/data/docs/types/Grid.json +24 -24
  98. package/data/docs/types/Group.json +12 -12
  99. package/data/docs/types/Header.json +6 -6
  100. package/data/docs/types/Heading.json +8 -8
  101. package/data/docs/types/Icon.json +4 -4
  102. package/data/docs/types/IconButton.json +106 -89
  103. package/data/docs/types/IconToggleButton.json +71 -71
  104. package/data/docs/types/Image.json +43 -43
  105. package/data/docs/types/Indicator.json +6 -6
  106. package/data/docs/types/InlineSvg.json +2 -2
  107. package/data/docs/types/Item.json +6 -6
  108. package/data/docs/types/ItemActions.json +27 -0
  109. package/data/docs/types/ItemContent.json +27 -0
  110. package/data/docs/types/ItemDescription.json +27 -0
  111. package/data/docs/types/ItemFooter.json +27 -0
  112. package/data/docs/types/ItemGroup.json +12 -0
  113. package/data/docs/types/ItemGroupRoot.json +27 -0
  114. package/data/docs/types/ItemGroupSeparator.json +27 -0
  115. package/data/docs/types/ItemHeader.json +27 -0
  116. package/data/docs/types/ItemMedia.json +56 -0
  117. package/data/docs/types/ItemRoot.json +239 -0
  118. package/data/docs/types/ItemTitle.json +27 -0
  119. package/data/docs/types/Kbd.json +8 -8
  120. package/data/docs/types/Link.json +14 -14
  121. package/data/docs/types/ListIndicator.json +6 -6
  122. package/data/docs/types/ListItem.json +6 -6
  123. package/data/docs/types/ListRoot.json +11 -11
  124. package/data/docs/types/LoadingSpinner.json +2 -2
  125. package/data/docs/types/MakeElementFocusable.json +18 -18
  126. package/data/docs/types/Markdown.json +183 -0
  127. package/data/docs/types/MenuItem.json +62 -62
  128. package/data/docs/types/MenuRoot.json +55 -55
  129. package/data/docs/types/MenuSection.json +30 -30
  130. package/data/docs/types/MenuSubmenuTrigger.json +4 -4
  131. package/data/docs/types/MenuTrigger.json +88 -88
  132. package/data/docs/types/MultilineTextInput.json +104 -104
  133. package/data/docs/types/MultilineTextInputField.json +102 -102
  134. package/data/docs/types/NumberInput.json +86 -86
  135. package/data/docs/types/NumberInputField.json +82 -82
  136. package/data/docs/types/PageContentColumn.json +6 -6
  137. package/data/docs/types/PageContentRoot.json +6 -6
  138. package/data/docs/types/PasswordInput.json +100 -100
  139. package/data/docs/types/PasswordInputField.json +100 -100
  140. package/data/docs/types/ProgressBar.json +13 -13
  141. package/data/docs/types/RadioInputOption.json +56 -56
  142. package/data/docs/types/RadioInputRoot.json +48 -48
  143. package/data/docs/types/RangeCalendar.json +58 -58
  144. package/data/docs/types/RangeSlider.json +337 -0
  145. package/data/docs/types/RangeSliderProps.json +9 -0
  146. package/data/docs/types/Region.json +6 -6
  147. package/data/docs/types/RegionTarget.json +6 -6
  148. package/data/docs/types/RichTextInput.json +2 -2
  149. package/data/docs/types/Root.json +11 -11
  150. package/data/docs/types/Row.json +6 -6
  151. package/data/docs/types/ScrollArea.json +2 -2
  152. package/data/docs/types/SearchInput.json +106 -106
  153. package/data/docs/types/SearchInputField.json +102 -102
  154. package/data/docs/types/SelectOption.json +54 -54
  155. package/data/docs/types/SelectOptionGroup.json +18 -18
  156. package/data/docs/types/SelectOptions.json +64 -64
  157. package/data/docs/types/SelectRoot.json +92 -92
  158. package/data/docs/types/Separator.json +4 -4
  159. package/data/docs/types/SimpleGrid.json +28 -28
  160. package/data/docs/types/Skeleton.json +129 -0
  161. package/data/docs/types/SkeletonCircle.json +103 -0
  162. package/data/docs/types/SkeletonCircleProps.json +9 -0
  163. package/data/docs/types/SkeletonProps.json +9 -0
  164. package/data/docs/types/SkeletonText.json +62 -0
  165. package/data/docs/types/SkeletonTextProps.json +9 -0
  166. package/data/docs/types/Slider.json +337 -0
  167. package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
  168. package/data/docs/types/SlidingIndicatorRects.json +9 -0
  169. package/data/docs/types/SplitButton.json +16 -20
  170. package/data/docs/types/Stack.json +2 -2
  171. package/data/docs/types/StepsRoot.json +2 -2
  172. package/data/docs/types/Switch.json +34 -34
  173. package/data/docs/types/TabNavItem.json +5 -5
  174. package/data/docs/types/TabNavRoot.json +5 -5
  175. package/data/docs/types/TableBody.json +6 -6
  176. package/data/docs/types/TableCaption.json +6 -6
  177. package/data/docs/types/TableCell.json +6 -6
  178. package/data/docs/types/TableColumn.json +6 -6
  179. package/data/docs/types/TableColumnGroup.json +6 -6
  180. package/data/docs/types/TableColumnHeader.json +6 -6
  181. package/data/docs/types/TableFooter.json +6 -6
  182. package/data/docs/types/TableHeader.json +6 -6
  183. package/data/docs/types/TableRoot.json +19 -19
  184. package/data/docs/types/TableRow.json +6 -6
  185. package/data/docs/types/TableScrollArea.json +6 -6
  186. package/data/docs/types/TabsList.json +2 -2
  187. package/data/docs/types/TabsPanel.json +2 -2
  188. package/data/docs/types/TabsPanels.json +2 -2
  189. package/data/docs/types/TabsRoot.json +3 -3
  190. package/data/docs/types/TabsTab.json +2 -2
  191. package/data/docs/types/TagGroupRoot.json +24 -24
  192. package/data/docs/types/TagGroupTag.json +56 -56
  193. package/data/docs/types/TagGroupTagList.json +14 -14
  194. package/data/docs/types/Text.json +8 -8
  195. package/data/docs/types/TextInput.json +102 -102
  196. package/data/docs/types/TextInputField.json +100 -100
  197. package/data/docs/types/TimeInput.json +68 -68
  198. package/data/docs/types/ToggleButton.json +73 -73
  199. package/data/docs/types/ToggleButtonGroupButton.json +30 -30
  200. package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
  201. package/data/docs/types/Toolbar.json +9 -9
  202. package/data/docs/types/TooltipContent.json +28 -28
  203. package/data/docs/types/TooltipRoot.json +16 -16
  204. package/data/docs/types/Tree.json +12 -0
  205. package/data/docs/types/TreeIndicator.json +828 -0
  206. package/data/docs/types/TreeItem.json +559 -0
  207. package/data/docs/types/TreeItemContent.json +27 -0
  208. package/data/docs/types/TreeRoot.json +636 -0
  209. package/data/docs/types/TreeSubTree.json +40 -0
  210. package/data/docs/types/VisuallyHidden.json +6 -6
  211. package/data/docs/types/createItemsFromCsvDrop.json +4 -4
  212. package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
  213. package/data/docs/types/createItemsFromFileDrop.json +4 -4
  214. package/data/docs/types/createItemsFromImageDrop.json +4 -4
  215. package/data/docs/types/createItemsFromJsonDrop.json +4 -4
  216. package/data/docs/types/manifest.json +50 -0
  217. package/data/docs/types/useRegion.json +2 -2
  218. package/data/docs/types/useSlidingIndicator.json +145 -0
  219. package/data/docs/types/useTree.json +267 -0
  220. package/data/tokens.json +21 -0
  221. package/data/uikit-tokens.json +894 -0
  222. package/dist/index.js +3298 -109
  223. package/package.json +8 -6
@@ -45,6 +45,46 @@
45
45
  }
46
46
  ]
47
47
  },
48
+ {
49
+ "path": "/components/feedback/activity-indicator",
50
+ "id": "Components-ActivityIndicator",
51
+ "title": "Activity indicator",
52
+ "exportName": "ActivityIndicator",
53
+ "description": "An animated three-dot indicator that signals ongoing agent or system activity, such as \"thinking\", \"processing\", or \"typing\" in chat and AI surfaces.",
54
+ "lifecycleState": "Experimental",
55
+ "category": "Components",
56
+ "tags": [
57
+ "component",
58
+ "activity",
59
+ "typing",
60
+ "dots",
61
+ "chat"
62
+ ],
63
+ "menu": [
64
+ "Components",
65
+ "Feedback",
66
+ "Activity indicator"
67
+ ],
68
+ "order": 999,
69
+ "chunkName": "route-components-feedback-activity-indicator",
70
+ "tabs": [
71
+ {
72
+ "key": "overview",
73
+ "title": "Overview",
74
+ "order": 0
75
+ },
76
+ {
77
+ "key": "guidelines",
78
+ "title": "Guidelines",
79
+ "order": 2
80
+ },
81
+ {
82
+ "key": "dev",
83
+ "title": "Implementation",
84
+ "order": 3
85
+ }
86
+ ]
87
+ },
48
88
  {
49
89
  "path": "/components/feedback/alert",
50
90
  "id": "Components-Alert",
@@ -215,6 +255,44 @@
215
255
  }
216
256
  ]
217
257
  },
258
+ {
259
+ "path": "/components/navigation/breadcrumbs",
260
+ "id": "Components-Breadcrumbs",
261
+ "title": "Breadcrumbs",
262
+ "exportName": "Breadcrumbs",
263
+ "description": "A navigation trail showing the path to the current page.",
264
+ "lifecycleState": "Stable",
265
+ "category": "Components",
266
+ "tags": [
267
+ "component",
268
+ "navigation",
269
+ "breadcrumbs"
270
+ ],
271
+ "menu": [
272
+ "Components",
273
+ "Navigation",
274
+ "Breadcrumbs"
275
+ ],
276
+ "order": 999,
277
+ "chunkName": "route-components-navigation-breadcrumbs",
278
+ "tabs": [
279
+ {
280
+ "key": "overview",
281
+ "title": "Overview",
282
+ "order": 0
283
+ },
284
+ {
285
+ "key": "dev",
286
+ "title": "Implementation",
287
+ "order": 3
288
+ },
289
+ {
290
+ "key": "a11y",
291
+ "title": "Accessibility",
292
+ "order": 4
293
+ }
294
+ ]
295
+ },
218
296
  {
219
297
  "path": "/components/buttons/button",
220
298
  "id": "Components-Button",
@@ -348,6 +426,89 @@
348
426
  }
349
427
  ]
350
428
  },
429
+ {
430
+ "path": "/components/chat/chat-message",
431
+ "id": "Components-ChatMessage",
432
+ "title": "Chat message",
433
+ "exportName": "ChatMessage",
434
+ "description": "A single message in an AI chat conversation, pairing a sender avatar with a message body and optional actions, meta, and typing indicator.",
435
+ "lifecycleState": "Experimental",
436
+ "category": "Components",
437
+ "tags": [
438
+ "component",
439
+ "chat",
440
+ "message",
441
+ "body",
442
+ "ai",
443
+ "conversation"
444
+ ],
445
+ "menu": [
446
+ "Components",
447
+ "Chat",
448
+ "Chat message"
449
+ ],
450
+ "order": 999,
451
+ "chunkName": "route-components-chat-chat-message",
452
+ "tabs": [
453
+ {
454
+ "key": "overview",
455
+ "title": "Overview",
456
+ "order": 0
457
+ },
458
+ {
459
+ "key": "dev",
460
+ "title": "Implementation",
461
+ "order": 3
462
+ },
463
+ {
464
+ "key": "a11y",
465
+ "title": "Accessibility",
466
+ "order": 4
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "path": "/components/chat/chat-message-list",
472
+ "id": "Components-ChatMessageList",
473
+ "title": "Chat message list",
474
+ "exportName": "ChatMessageList",
475
+ "description": "A scrollable transcript that arranges chat messages and notices, owning autoscroll, the \"jump to latest\" control, and the live region that announces new and streamed replies.",
476
+ "lifecycleState": "Experimental",
477
+ "category": "Components",
478
+ "tags": [
479
+ "component",
480
+ "chat",
481
+ "message",
482
+ "list",
483
+ "transcript",
484
+ "ai",
485
+ "conversation"
486
+ ],
487
+ "menu": [
488
+ "Components",
489
+ "Chat",
490
+ "Chat message list"
491
+ ],
492
+ "order": 999,
493
+ "chunkName": "route-components-chat-chat-message-list",
494
+ "tabs": [
495
+ {
496
+ "key": "overview",
497
+ "title": "Overview",
498
+ "order": 0
499
+ },
500
+ {
501
+ "key": "dev",
502
+ "title": "Implementation",
503
+ "order": 3
504
+ },
505
+ {
506
+ "key": "a11y",
507
+ "title": "Accessibility",
508
+ "order": 4
509
+ }
510
+ ]
511
+ },
351
512
  {
352
513
  "path": "/components/inputs/checkbox",
353
514
  "id": "Components-Checkbox",
@@ -852,6 +1013,50 @@
852
1013
  }
853
1014
  ]
854
1015
  },
1016
+ {
1017
+ "path": "/components/inputs/drop-zone",
1018
+ "id": "Components-DropZone",
1019
+ "title": "Drop zone",
1020
+ "exportName": "DropZone",
1021
+ "description": "An accessible drop target for drag-and-drop file and data uploads, with a built-in click-to-upload fallback via FileTrigger.",
1022
+ "lifecycleState": "Beta",
1023
+ "category": "Components",
1024
+ "tags": [
1025
+ "component",
1026
+ "dropzone",
1027
+ "upload",
1028
+ "drag-and-drop"
1029
+ ],
1030
+ "menu": [
1031
+ "Components",
1032
+ "Inputs",
1033
+ "Drop zone"
1034
+ ],
1035
+ "order": 999,
1036
+ "chunkName": "route-components-inputs-drop-zone",
1037
+ "tabs": [
1038
+ {
1039
+ "key": "overview",
1040
+ "title": "Overview",
1041
+ "order": 0
1042
+ },
1043
+ {
1044
+ "key": "guidelines",
1045
+ "title": "Guidelines",
1046
+ "order": 2
1047
+ },
1048
+ {
1049
+ "key": "dev",
1050
+ "title": "Implementation",
1051
+ "order": 3
1052
+ },
1053
+ {
1054
+ "key": "a11y",
1055
+ "title": "Accessibility",
1056
+ "order": 4
1057
+ }
1058
+ ]
1059
+ },
855
1060
  {
856
1061
  "path": "/components/forms/field-errors",
857
1062
  "id": "Components-FieldErrors",
@@ -896,6 +1101,46 @@
896
1101
  }
897
1102
  ]
898
1103
  },
1104
+ {
1105
+ "path": "/components/inputs/file-trigger",
1106
+ "id": "Components-FileTrigger",
1107
+ "title": "File trigger",
1108
+ "exportName": "FileTrigger",
1109
+ "description": "Connects a pressable element such as a button to the native file picker, letting users select files without any custom styling of its own.",
1110
+ "lifecycleState": "Experimental",
1111
+ "category": "Components",
1112
+ "tags": [
1113
+ "component",
1114
+ "inputs",
1115
+ "file",
1116
+ "upload",
1117
+ "chat"
1118
+ ],
1119
+ "menu": [
1120
+ "Components",
1121
+ "Inputs",
1122
+ "File trigger"
1123
+ ],
1124
+ "order": 999,
1125
+ "chunkName": "route-components-inputs-file-trigger",
1126
+ "tabs": [
1127
+ {
1128
+ "key": "overview",
1129
+ "title": "Overview",
1130
+ "order": 0
1131
+ },
1132
+ {
1133
+ "key": "dev",
1134
+ "title": "Implementation",
1135
+ "order": 3
1136
+ },
1137
+ {
1138
+ "key": "a11y",
1139
+ "title": "Accessibility",
1140
+ "order": 4
1141
+ }
1142
+ ]
1143
+ },
899
1144
  {
900
1145
  "path": "/components/layout/flex",
901
1146
  "id": "Components-Flex",
@@ -1326,6 +1571,98 @@
1326
1571
  }
1327
1572
  ]
1328
1573
  },
1574
+ {
1575
+ "path": "/components/data-display/item",
1576
+ "id": "Components-Item",
1577
+ "title": "Item",
1578
+ "exportName": "Item",
1579
+ "description": "A horizontal content row with leading media, a title and description, and trailing actions — for settings, notification, and resource rows.",
1580
+ "lifecycleState": "Beta",
1581
+ "category": "Components",
1582
+ "tags": [
1583
+ "component",
1584
+ "item",
1585
+ "row",
1586
+ "list",
1587
+ "content"
1588
+ ],
1589
+ "menu": [
1590
+ "Components",
1591
+ "Data Display",
1592
+ "Item"
1593
+ ],
1594
+ "order": 999,
1595
+ "chunkName": "route-components-data-display-item",
1596
+ "tabs": [
1597
+ {
1598
+ "key": "overview",
1599
+ "title": "Overview",
1600
+ "order": 0
1601
+ },
1602
+ {
1603
+ "key": "guidelines",
1604
+ "title": "Guidelines",
1605
+ "order": 2
1606
+ },
1607
+ {
1608
+ "key": "dev",
1609
+ "title": "Implementation",
1610
+ "order": 3
1611
+ },
1612
+ {
1613
+ "key": "a11y",
1614
+ "title": "Accessibility",
1615
+ "order": 4
1616
+ }
1617
+ ]
1618
+ },
1619
+ {
1620
+ "path": "/components/data-display/item-group",
1621
+ "id": "Components-ItemGroup",
1622
+ "title": "Item group",
1623
+ "exportName": "ItemGroup",
1624
+ "description": "A container that groups a set of Item rows into a vertical stack, with optional dividers between them.",
1625
+ "lifecycleState": "Beta",
1626
+ "category": "Components",
1627
+ "tags": [
1628
+ "component",
1629
+ "item-group",
1630
+ "group",
1631
+ "list",
1632
+ "container",
1633
+ "rows",
1634
+ "separator"
1635
+ ],
1636
+ "menu": [
1637
+ "Components",
1638
+ "Data Display",
1639
+ "Item group"
1640
+ ],
1641
+ "order": 999,
1642
+ "chunkName": "route-components-data-display-item-group",
1643
+ "tabs": [
1644
+ {
1645
+ "key": "overview",
1646
+ "title": "Overview",
1647
+ "order": 0
1648
+ },
1649
+ {
1650
+ "key": "guidelines",
1651
+ "title": "Guidelines",
1652
+ "order": 2
1653
+ },
1654
+ {
1655
+ "key": "dev",
1656
+ "title": "Implementation",
1657
+ "order": 3
1658
+ },
1659
+ {
1660
+ "key": "a11y",
1661
+ "title": "Accessibility",
1662
+ "order": 4
1663
+ }
1664
+ ]
1665
+ },
1329
1666
  {
1330
1667
  "path": "/components/typography/kbd",
1331
1668
  "id": "Components-Kbd",
@@ -1549,8 +1886,54 @@
1549
1886
  ]
1550
1887
  },
1551
1888
  {
1552
- "path": "/components/navigation/menu",
1553
- "id": "Components-Menu",
1889
+ "path": "/components/content/markdown",
1890
+ "id": "Components-Markdown",
1891
+ "title": "Markdown",
1892
+ "exportName": "Markdown",
1893
+ "description": "Renders a Markdown string into Nimbus-styled, accessible React elements with per-element overrides, custom renderers, and safe streaming for AI output.",
1894
+ "lifecycleState": "Beta",
1895
+ "category": "Components",
1896
+ "tags": [
1897
+ "component",
1898
+ "markdown",
1899
+ "content",
1900
+ "streaming",
1901
+ "ai",
1902
+ "llm"
1903
+ ],
1904
+ "menu": [
1905
+ "Components",
1906
+ "Content",
1907
+ "Markdown"
1908
+ ],
1909
+ "order": 999,
1910
+ "chunkName": "route-components-content-markdown",
1911
+ "tabs": [
1912
+ {
1913
+ "key": "overview",
1914
+ "title": "Overview",
1915
+ "order": 0
1916
+ },
1917
+ {
1918
+ "key": "guidelines",
1919
+ "title": "Guidelines",
1920
+ "order": 2
1921
+ },
1922
+ {
1923
+ "key": "dev",
1924
+ "title": "Implementation",
1925
+ "order": 3
1926
+ },
1927
+ {
1928
+ "key": "a11y",
1929
+ "title": "Accessibility",
1930
+ "order": 4
1931
+ }
1932
+ ]
1933
+ },
1934
+ {
1935
+ "path": "/components/navigation/menu",
1936
+ "id": "Components-Menu",
1554
1937
  "title": "Menu",
1555
1938
  "exportName": "Menu",
1556
1939
  "description": "A temporary surface that displays a list of choices or actions. It typically appears when a user interacts with an element like a button or icon, or performs a specific action.",
@@ -2447,6 +2830,206 @@
2447
2830
  }
2448
2831
  ]
2449
2832
  },
2833
+ {
2834
+ "path": "/components/feedback/skeletoncircle",
2835
+ "id": "Components-SkeletonCircle",
2836
+ "title": "SkeletonCircle",
2837
+ "exportName": "SkeletonCircle",
2838
+ "description": "A circular loading placeholder sized to the Avatar scale, for avatars and icons.",
2839
+ "lifecycleState": "Stable",
2840
+ "category": "Components",
2841
+ "tags": [
2842
+ "component",
2843
+ "skeleton",
2844
+ "loading",
2845
+ "placeholder",
2846
+ "feedback",
2847
+ "circle",
2848
+ "avatar"
2849
+ ],
2850
+ "menu": [
2851
+ "Components",
2852
+ "Feedback",
2853
+ "SkeletonCircle"
2854
+ ],
2855
+ "order": 999,
2856
+ "chunkName": "route-components-feedback-skeletoncircle",
2857
+ "tabs": [
2858
+ {
2859
+ "key": "overview",
2860
+ "title": "Overview",
2861
+ "order": 0
2862
+ },
2863
+ {
2864
+ "key": "dev",
2865
+ "title": "Implementation",
2866
+ "order": 3
2867
+ }
2868
+ ]
2869
+ },
2870
+ {
2871
+ "path": "/components/feedback/skeletontext",
2872
+ "id": "Components-SkeletonText",
2873
+ "title": "SkeletonText",
2874
+ "exportName": "SkeletonText",
2875
+ "description": "A stack of placeholder lines that approximates a paragraph of text while content loads.",
2876
+ "lifecycleState": "Stable",
2877
+ "category": "Components",
2878
+ "tags": [
2879
+ "component",
2880
+ "skeleton",
2881
+ "loading",
2882
+ "placeholder",
2883
+ "feedback",
2884
+ "text"
2885
+ ],
2886
+ "menu": [
2887
+ "Components",
2888
+ "Feedback",
2889
+ "SkeletonText"
2890
+ ],
2891
+ "order": 999,
2892
+ "chunkName": "route-components-feedback-skeletontext",
2893
+ "tabs": [
2894
+ {
2895
+ "key": "overview",
2896
+ "title": "Overview",
2897
+ "order": 0
2898
+ },
2899
+ {
2900
+ "key": "dev",
2901
+ "title": "Implementation",
2902
+ "order": 3
2903
+ }
2904
+ ]
2905
+ },
2906
+ {
2907
+ "path": "/components/feedback/skeleton",
2908
+ "id": "Components-Skeleton",
2909
+ "title": "Skeleton",
2910
+ "exportName": "Skeleton",
2911
+ "description": "A loading placeholder that holds space for content while it loads, reducing perceived layout shift.",
2912
+ "lifecycleState": "Stable",
2913
+ "category": "Components",
2914
+ "tags": [
2915
+ "component",
2916
+ "skeleton",
2917
+ "loading",
2918
+ "placeholder",
2919
+ "feedback"
2920
+ ],
2921
+ "menu": [
2922
+ "Components",
2923
+ "Feedback",
2924
+ "Skeleton"
2925
+ ],
2926
+ "order": 999,
2927
+ "chunkName": "route-components-feedback-skeleton",
2928
+ "tabs": [
2929
+ {
2930
+ "key": "overview",
2931
+ "title": "Overview",
2932
+ "order": 0
2933
+ },
2934
+ {
2935
+ "key": "dev",
2936
+ "title": "Implementation",
2937
+ "order": 3
2938
+ }
2939
+ ]
2940
+ },
2941
+ {
2942
+ "path": "/components/inputs/range-slider",
2943
+ "id": "Components-RangeSlider",
2944
+ "title": "Range Slider",
2945
+ "exportName": "RangeSlider",
2946
+ "description": "A range slider lets users select a numeric range — a lower and an upper bound — by dragging two handles along a shared track.",
2947
+ "lifecycleState": "Beta",
2948
+ "category": "Components",
2949
+ "tags": [
2950
+ "component",
2951
+ "range slider",
2952
+ "slider",
2953
+ "input",
2954
+ "numeric",
2955
+ "range"
2956
+ ],
2957
+ "menu": [
2958
+ "Components",
2959
+ "Inputs",
2960
+ "Range Slider"
2961
+ ],
2962
+ "order": 999,
2963
+ "chunkName": "route-components-inputs-range-slider",
2964
+ "tabs": [
2965
+ {
2966
+ "key": "overview",
2967
+ "title": "Overview",
2968
+ "order": 0
2969
+ },
2970
+ {
2971
+ "key": "guidelines",
2972
+ "title": "Guidelines",
2973
+ "order": 2
2974
+ },
2975
+ {
2976
+ "key": "dev",
2977
+ "title": "Implementation",
2978
+ "order": 3
2979
+ },
2980
+ {
2981
+ "key": "a11y",
2982
+ "title": "Accessibility",
2983
+ "order": 4
2984
+ }
2985
+ ]
2986
+ },
2987
+ {
2988
+ "path": "/components/inputs/slider",
2989
+ "id": "Components-Slider",
2990
+ "title": "Slider",
2991
+ "exportName": "Slider",
2992
+ "description": "A slider lets users select a numeric value, or a numeric range, by dragging a handle along a track.",
2993
+ "lifecycleState": "Beta",
2994
+ "category": "Components",
2995
+ "tags": [
2996
+ "component",
2997
+ "slider",
2998
+ "range slider",
2999
+ "input",
3000
+ "numeric",
3001
+ "range"
3002
+ ],
3003
+ "menu": [
3004
+ "Components",
3005
+ "Inputs",
3006
+ "Slider"
3007
+ ],
3008
+ "order": 999,
3009
+ "chunkName": "route-components-inputs-slider",
3010
+ "tabs": [
3011
+ {
3012
+ "key": "overview",
3013
+ "title": "Overview",
3014
+ "order": 0
3015
+ },
3016
+ {
3017
+ "key": "guidelines",
3018
+ "title": "Guidelines",
3019
+ "order": 2
3020
+ },
3021
+ {
3022
+ "key": "dev",
3023
+ "title": "Implementation",
3024
+ "order": 3
3025
+ },
3026
+ {
3027
+ "key": "a11y",
3028
+ "title": "Accessibility",
3029
+ "order": 4
3030
+ }
3031
+ ]
3032
+ },
2450
3033
  {
2451
3034
  "path": "/components/layout/spacer",
2452
3035
  "id": "Components-Spacer",
@@ -3204,6 +3787,52 @@
3204
3787
  }
3205
3788
  ]
3206
3789
  },
3790
+ {
3791
+ "path": "/components/navigation/tree",
3792
+ "id": "Components-Tree",
3793
+ "title": "Tree",
3794
+ "exportName": "Tree",
3795
+ "description": "A hierarchical list for navigating and managing nested data such as file trees, category hierarchies, and nested navigation structures.",
3796
+ "lifecycleState": "Beta",
3797
+ "category": "Components",
3798
+ "tags": [
3799
+ "component",
3800
+ "tree",
3801
+ "treegrid",
3802
+ "hierarchy",
3803
+ "navigation",
3804
+ "nested"
3805
+ ],
3806
+ "menu": [
3807
+ "Components",
3808
+ "Navigation",
3809
+ "Tree"
3810
+ ],
3811
+ "order": 999,
3812
+ "chunkName": "route-components-navigation-tree",
3813
+ "tabs": [
3814
+ {
3815
+ "key": "overview",
3816
+ "title": "Overview",
3817
+ "order": 0
3818
+ },
3819
+ {
3820
+ "key": "guidelines",
3821
+ "title": "Guidelines",
3822
+ "order": 2
3823
+ },
3824
+ {
3825
+ "key": "dev",
3826
+ "title": "Implementation",
3827
+ "order": 3
3828
+ },
3829
+ {
3830
+ "key": "a11y",
3831
+ "title": "Accessibility",
3832
+ "order": 4
3833
+ }
3834
+ ]
3835
+ },
3207
3836
  {
3208
3837
  "path": "/components/accessibility/visually-hidden",
3209
3838
  "id": "Components-VisuallyHidden",
@@ -4232,6 +4861,32 @@
4232
4861
  }
4233
4862
  ]
4234
4863
  },
4864
+ {
4865
+ "path": "/patterns/buttons",
4866
+ "id": "Patterns-Buttons",
4867
+ "title": "Buttons",
4868
+ "description": "Pre-styled button patterns for prominent, single-purpose actions",
4869
+ "category": "Patterns",
4870
+ "tags": [
4871
+ "patterns",
4872
+ "buttons",
4873
+ "actions"
4874
+ ],
4875
+ "menu": [
4876
+ "Patterns",
4877
+ "Buttons"
4878
+ ],
4879
+ "order": 5,
4880
+ "chunkName": "route-patterns-buttons",
4881
+ "icon": "SmartButton",
4882
+ "tabs": [
4883
+ {
4884
+ "key": "overview",
4885
+ "title": "Overview",
4886
+ "order": 0
4887
+ }
4888
+ ]
4889
+ },
4235
4890
  {
4236
4891
  "path": "/patterns",
4237
4892
  "id": "Patterns",
@@ -5078,21 +5733,56 @@
5078
5733
  ]
5079
5734
  },
5080
5735
  {
5081
- "path": "/patterns/dialogs/confirmation-dialog",
5082
- "id": "Patterns-ConfirmationDialog",
5083
- "title": "Confirmation dialog",
5084
- "exportName": "ConfirmationDialog",
5085
- "description": "A pre-composed confirm/cancel dialog with a flat, opinionated API.",
5736
+ "path": "/patterns/buttons/floating-action-button",
5737
+ "id": "Patterns-FloatingActionButton",
5738
+ "title": "Floating action button",
5739
+ "exportName": "FloatingActionButton",
5740
+ "description": "A circular, icon-only floating button for prominent single actions, such as opening a chat panel or triggering a primary workflow.",
5741
+ "lifecycleState": "Stable",
5086
5742
  "category": "Patterns",
5087
5743
  "tags": [
5088
5744
  "component",
5089
5745
  "pattern",
5090
- "dialog",
5091
- "ConfirmationDialog"
5746
+ "buttons",
5747
+ "actions",
5748
+ "floating"
5092
5749
  ],
5093
5750
  "menu": [
5094
5751
  "Patterns",
5095
- "Dialogs",
5752
+ "Buttons",
5753
+ "Floating action button"
5754
+ ],
5755
+ "order": 999,
5756
+ "chunkName": "route-patterns-buttons-floating-action-button",
5757
+ "tabs": [
5758
+ {
5759
+ "key": "overview",
5760
+ "title": "Overview",
5761
+ "order": 0
5762
+ },
5763
+ {
5764
+ "key": "dev",
5765
+ "title": "Implementation",
5766
+ "order": 3
5767
+ }
5768
+ ]
5769
+ },
5770
+ {
5771
+ "path": "/patterns/dialogs/confirmation-dialog",
5772
+ "id": "Patterns-ConfirmationDialog",
5773
+ "title": "Confirmation dialog",
5774
+ "exportName": "ConfirmationDialog",
5775
+ "description": "A pre-composed confirm/cancel dialog with a flat, opinionated API.",
5776
+ "category": "Patterns",
5777
+ "tags": [
5778
+ "component",
5779
+ "pattern",
5780
+ "dialog",
5781
+ "ConfirmationDialog"
5782
+ ],
5783
+ "menu": [
5784
+ "Patterns",
5785
+ "Dialogs",
5096
5786
  "Confirmation dialog"
5097
5787
  ],
5098
5788
  "order": 999,
@@ -5455,7 +6145,7 @@
5455
6145
  "path": "/icons",
5456
6146
  "id": "Icons",
5457
6147
  "title": "Icons",
5458
- "description": "display Icons",
6148
+ "description": "Find and use icons from the Nimbus icon library.",
5459
6149
  "category": "Icons",
5460
6150
  "tags": [
5461
6151
  "icons"
@@ -5525,6 +6215,46 @@
5525
6215
  }
5526
6216
  ]
5527
6217
  },
6218
+ {
6219
+ "path": "/components/feedback/activity-indicator",
6220
+ "id": "Components-ActivityIndicator",
6221
+ "title": "Activity indicator",
6222
+ "exportName": "ActivityIndicator",
6223
+ "description": "An animated three-dot indicator that signals ongoing agent or system activity, such as \"thinking\", \"processing\", or \"typing\" in chat and AI surfaces.",
6224
+ "lifecycleState": "Experimental",
6225
+ "category": "Components",
6226
+ "tags": [
6227
+ "component",
6228
+ "activity",
6229
+ "typing",
6230
+ "dots",
6231
+ "chat"
6232
+ ],
6233
+ "menu": [
6234
+ "Components",
6235
+ "Feedback",
6236
+ "Activity indicator"
6237
+ ],
6238
+ "order": 999,
6239
+ "chunkName": "route-components-feedback-activity-indicator",
6240
+ "tabs": [
6241
+ {
6242
+ "key": "overview",
6243
+ "title": "Overview",
6244
+ "order": 0
6245
+ },
6246
+ {
6247
+ "key": "guidelines",
6248
+ "title": "Guidelines",
6249
+ "order": 2
6250
+ },
6251
+ {
6252
+ "key": "dev",
6253
+ "title": "Implementation",
6254
+ "order": 3
6255
+ }
6256
+ ]
6257
+ },
5528
6258
  {
5529
6259
  "path": "/components/feedback/alert",
5530
6260
  "id": "Components-Alert",
@@ -5695,6 +6425,44 @@
5695
6425
  }
5696
6426
  ]
5697
6427
  },
6428
+ {
6429
+ "path": "/components/navigation/breadcrumbs",
6430
+ "id": "Components-Breadcrumbs",
6431
+ "title": "Breadcrumbs",
6432
+ "exportName": "Breadcrumbs",
6433
+ "description": "A navigation trail showing the path to the current page.",
6434
+ "lifecycleState": "Stable",
6435
+ "category": "Components",
6436
+ "tags": [
6437
+ "component",
6438
+ "navigation",
6439
+ "breadcrumbs"
6440
+ ],
6441
+ "menu": [
6442
+ "Components",
6443
+ "Navigation",
6444
+ "Breadcrumbs"
6445
+ ],
6446
+ "order": 999,
6447
+ "chunkName": "route-components-navigation-breadcrumbs",
6448
+ "tabs": [
6449
+ {
6450
+ "key": "overview",
6451
+ "title": "Overview",
6452
+ "order": 0
6453
+ },
6454
+ {
6455
+ "key": "dev",
6456
+ "title": "Implementation",
6457
+ "order": 3
6458
+ },
6459
+ {
6460
+ "key": "a11y",
6461
+ "title": "Accessibility",
6462
+ "order": 4
6463
+ }
6464
+ ]
6465
+ },
5698
6466
  {
5699
6467
  "path": "/components/buttons/button",
5700
6468
  "id": "Components-Button",
@@ -5828,6 +6596,89 @@
5828
6596
  }
5829
6597
  ]
5830
6598
  },
6599
+ {
6600
+ "path": "/components/chat/chat-message",
6601
+ "id": "Components-ChatMessage",
6602
+ "title": "Chat message",
6603
+ "exportName": "ChatMessage",
6604
+ "description": "A single message in an AI chat conversation, pairing a sender avatar with a message body and optional actions, meta, and typing indicator.",
6605
+ "lifecycleState": "Experimental",
6606
+ "category": "Components",
6607
+ "tags": [
6608
+ "component",
6609
+ "chat",
6610
+ "message",
6611
+ "body",
6612
+ "ai",
6613
+ "conversation"
6614
+ ],
6615
+ "menu": [
6616
+ "Components",
6617
+ "Chat",
6618
+ "Chat message"
6619
+ ],
6620
+ "order": 999,
6621
+ "chunkName": "route-components-chat-chat-message",
6622
+ "tabs": [
6623
+ {
6624
+ "key": "overview",
6625
+ "title": "Overview",
6626
+ "order": 0
6627
+ },
6628
+ {
6629
+ "key": "dev",
6630
+ "title": "Implementation",
6631
+ "order": 3
6632
+ },
6633
+ {
6634
+ "key": "a11y",
6635
+ "title": "Accessibility",
6636
+ "order": 4
6637
+ }
6638
+ ]
6639
+ },
6640
+ {
6641
+ "path": "/components/chat/chat-message-list",
6642
+ "id": "Components-ChatMessageList",
6643
+ "title": "Chat message list",
6644
+ "exportName": "ChatMessageList",
6645
+ "description": "A scrollable transcript that arranges chat messages and notices, owning autoscroll, the \"jump to latest\" control, and the live region that announces new and streamed replies.",
6646
+ "lifecycleState": "Experimental",
6647
+ "category": "Components",
6648
+ "tags": [
6649
+ "component",
6650
+ "chat",
6651
+ "message",
6652
+ "list",
6653
+ "transcript",
6654
+ "ai",
6655
+ "conversation"
6656
+ ],
6657
+ "menu": [
6658
+ "Components",
6659
+ "Chat",
6660
+ "Chat message list"
6661
+ ],
6662
+ "order": 999,
6663
+ "chunkName": "route-components-chat-chat-message-list",
6664
+ "tabs": [
6665
+ {
6666
+ "key": "overview",
6667
+ "title": "Overview",
6668
+ "order": 0
6669
+ },
6670
+ {
6671
+ "key": "dev",
6672
+ "title": "Implementation",
6673
+ "order": 3
6674
+ },
6675
+ {
6676
+ "key": "a11y",
6677
+ "title": "Accessibility",
6678
+ "order": 4
6679
+ }
6680
+ ]
6681
+ },
5831
6682
  {
5832
6683
  "path": "/components/inputs/checkbox",
5833
6684
  "id": "Components-Checkbox",
@@ -6332,6 +7183,50 @@
6332
7183
  }
6333
7184
  ]
6334
7185
  },
7186
+ {
7187
+ "path": "/components/inputs/drop-zone",
7188
+ "id": "Components-DropZone",
7189
+ "title": "Drop zone",
7190
+ "exportName": "DropZone",
7191
+ "description": "An accessible drop target for drag-and-drop file and data uploads, with a built-in click-to-upload fallback via FileTrigger.",
7192
+ "lifecycleState": "Beta",
7193
+ "category": "Components",
7194
+ "tags": [
7195
+ "component",
7196
+ "dropzone",
7197
+ "upload",
7198
+ "drag-and-drop"
7199
+ ],
7200
+ "menu": [
7201
+ "Components",
7202
+ "Inputs",
7203
+ "Drop zone"
7204
+ ],
7205
+ "order": 999,
7206
+ "chunkName": "route-components-inputs-drop-zone",
7207
+ "tabs": [
7208
+ {
7209
+ "key": "overview",
7210
+ "title": "Overview",
7211
+ "order": 0
7212
+ },
7213
+ {
7214
+ "key": "guidelines",
7215
+ "title": "Guidelines",
7216
+ "order": 2
7217
+ },
7218
+ {
7219
+ "key": "dev",
7220
+ "title": "Implementation",
7221
+ "order": 3
7222
+ },
7223
+ {
7224
+ "key": "a11y",
7225
+ "title": "Accessibility",
7226
+ "order": 4
7227
+ }
7228
+ ]
7229
+ },
6335
7230
  {
6336
7231
  "path": "/components/forms/field-errors",
6337
7232
  "id": "Components-FieldErrors",
@@ -6376,6 +7271,46 @@
6376
7271
  }
6377
7272
  ]
6378
7273
  },
7274
+ {
7275
+ "path": "/components/inputs/file-trigger",
7276
+ "id": "Components-FileTrigger",
7277
+ "title": "File trigger",
7278
+ "exportName": "FileTrigger",
7279
+ "description": "Connects a pressable element such as a button to the native file picker, letting users select files without any custom styling of its own.",
7280
+ "lifecycleState": "Experimental",
7281
+ "category": "Components",
7282
+ "tags": [
7283
+ "component",
7284
+ "inputs",
7285
+ "file",
7286
+ "upload",
7287
+ "chat"
7288
+ ],
7289
+ "menu": [
7290
+ "Components",
7291
+ "Inputs",
7292
+ "File trigger"
7293
+ ],
7294
+ "order": 999,
7295
+ "chunkName": "route-components-inputs-file-trigger",
7296
+ "tabs": [
7297
+ {
7298
+ "key": "overview",
7299
+ "title": "Overview",
7300
+ "order": 0
7301
+ },
7302
+ {
7303
+ "key": "dev",
7304
+ "title": "Implementation",
7305
+ "order": 3
7306
+ },
7307
+ {
7308
+ "key": "a11y",
7309
+ "title": "Accessibility",
7310
+ "order": 4
7311
+ }
7312
+ ]
7313
+ },
6379
7314
  {
6380
7315
  "path": "/components/layout/flex",
6381
7316
  "id": "Components-Flex",
@@ -6807,25 +7742,27 @@
6807
7742
  ]
6808
7743
  },
6809
7744
  {
6810
- "path": "/components/typography/kbd",
6811
- "id": "Components-Kbd",
6812
- "title": "Kbd",
6813
- "exportName": "Kbd",
6814
- "description": "The KBD component visually renders a keystroke or key combination to highlight it within textual instructions.",
6815
- "lifecycleState": "Stable",
7745
+ "path": "/components/data-display/item",
7746
+ "id": "Components-Item",
7747
+ "title": "Item",
7748
+ "exportName": "Item",
7749
+ "description": "A horizontal content row with leading media, a title and description, and trailing actions for settings, notification, and resource rows.",
7750
+ "lifecycleState": "Beta",
6816
7751
  "category": "Components",
6817
7752
  "tags": [
6818
7753
  "component",
6819
- "keyboard",
6820
- "key"
7754
+ "item",
7755
+ "row",
7756
+ "list",
7757
+ "content"
6821
7758
  ],
6822
7759
  "menu": [
6823
7760
  "Components",
6824
- "Typography",
6825
- "Kbd"
7761
+ "Data Display",
7762
+ "Item"
6826
7763
  ],
6827
7764
  "order": 999,
6828
- "chunkName": "route-components-typography-kbd",
7765
+ "chunkName": "route-components-data-display-item",
6829
7766
  "tabs": [
6830
7767
  {
6831
7768
  "key": "overview",
@@ -6850,27 +7787,29 @@
6850
7787
  ]
6851
7788
  },
6852
7789
  {
6853
- "path": "/components/navigation/link",
6854
- "id": "Components-link",
6855
- "title": "Link",
6856
- "exportName": "Link",
6857
- "description": "A link is a clickable element that navigates users to another page, section of the page, or resource, and is visually distinguished by styling.",
6858
- "lifecycleState": "Stable",
7790
+ "path": "/components/data-display/item-group",
7791
+ "id": "Components-ItemGroup",
7792
+ "title": "Item group",
7793
+ "exportName": "ItemGroup",
7794
+ "description": "A container that groups a set of Item rows into a vertical stack, with optional dividers between them.",
7795
+ "lifecycleState": "Beta",
6859
7796
  "category": "Components",
6860
7797
  "tags": [
6861
7798
  "component",
6862
- "link",
6863
- "anchor",
6864
- "navigation",
6865
- "href"
7799
+ "item-group",
7800
+ "group",
7801
+ "list",
7802
+ "container",
7803
+ "rows",
7804
+ "separator"
6866
7805
  ],
6867
7806
  "menu": [
6868
7807
  "Components",
6869
- "Navigation",
6870
- "Link"
7808
+ "Data Display",
7809
+ "Item group"
6871
7810
  ],
6872
7811
  "order": 999,
6873
- "chunkName": "route-components-navigation-link",
7812
+ "chunkName": "route-components-data-display-item-group",
6874
7813
  "tabs": [
6875
7814
  {
6876
7815
  "key": "overview",
@@ -6895,11 +7834,99 @@
6895
7834
  ]
6896
7835
  },
6897
7836
  {
6898
- "path": "/components/typography/list",
6899
- "id": "Components-List",
6900
- "title": "List",
6901
- "exportName": "List",
6902
- "description": "The list component organizes related items or data into a vertical, scannable format.",
7837
+ "path": "/components/typography/kbd",
7838
+ "id": "Components-Kbd",
7839
+ "title": "Kbd",
7840
+ "exportName": "Kbd",
7841
+ "description": "The KBD component visually renders a keystroke or key combination to highlight it within textual instructions.",
7842
+ "lifecycleState": "Stable",
7843
+ "category": "Components",
7844
+ "tags": [
7845
+ "component",
7846
+ "keyboard",
7847
+ "key"
7848
+ ],
7849
+ "menu": [
7850
+ "Components",
7851
+ "Typography",
7852
+ "Kbd"
7853
+ ],
7854
+ "order": 999,
7855
+ "chunkName": "route-components-typography-kbd",
7856
+ "tabs": [
7857
+ {
7858
+ "key": "overview",
7859
+ "title": "Overview",
7860
+ "order": 0
7861
+ },
7862
+ {
7863
+ "key": "guidelines",
7864
+ "title": "Guidelines",
7865
+ "order": 2
7866
+ },
7867
+ {
7868
+ "key": "dev",
7869
+ "title": "Implementation",
7870
+ "order": 3
7871
+ },
7872
+ {
7873
+ "key": "a11y",
7874
+ "title": "Accessibility",
7875
+ "order": 4
7876
+ }
7877
+ ]
7878
+ },
7879
+ {
7880
+ "path": "/components/navigation/link",
7881
+ "id": "Components-link",
7882
+ "title": "Link",
7883
+ "exportName": "Link",
7884
+ "description": "A link is a clickable element that navigates users to another page, section of the page, or resource, and is visually distinguished by styling.",
7885
+ "lifecycleState": "Stable",
7886
+ "category": "Components",
7887
+ "tags": [
7888
+ "component",
7889
+ "link",
7890
+ "anchor",
7891
+ "navigation",
7892
+ "href"
7893
+ ],
7894
+ "menu": [
7895
+ "Components",
7896
+ "Navigation",
7897
+ "Link"
7898
+ ],
7899
+ "order": 999,
7900
+ "chunkName": "route-components-navigation-link",
7901
+ "tabs": [
7902
+ {
7903
+ "key": "overview",
7904
+ "title": "Overview",
7905
+ "order": 0
7906
+ },
7907
+ {
7908
+ "key": "guidelines",
7909
+ "title": "Guidelines",
7910
+ "order": 2
7911
+ },
7912
+ {
7913
+ "key": "dev",
7914
+ "title": "Implementation",
7915
+ "order": 3
7916
+ },
7917
+ {
7918
+ "key": "a11y",
7919
+ "title": "Accessibility",
7920
+ "order": 4
7921
+ }
7922
+ ]
7923
+ },
7924
+ {
7925
+ "path": "/components/typography/list",
7926
+ "id": "Components-List",
7927
+ "title": "List",
7928
+ "exportName": "List",
7929
+ "description": "The list component organizes related items or data into a vertical, scannable format.",
6903
7930
  "lifecycleState": "Stable",
6904
7931
  "category": "Components",
6905
7932
  "tags": [
@@ -7028,6 +8055,52 @@
7028
8055
  }
7029
8056
  ]
7030
8057
  },
8058
+ {
8059
+ "path": "/components/content/markdown",
8060
+ "id": "Components-Markdown",
8061
+ "title": "Markdown",
8062
+ "exportName": "Markdown",
8063
+ "description": "Renders a Markdown string into Nimbus-styled, accessible React elements with per-element overrides, custom renderers, and safe streaming for AI output.",
8064
+ "lifecycleState": "Beta",
8065
+ "category": "Components",
8066
+ "tags": [
8067
+ "component",
8068
+ "markdown",
8069
+ "content",
8070
+ "streaming",
8071
+ "ai",
8072
+ "llm"
8073
+ ],
8074
+ "menu": [
8075
+ "Components",
8076
+ "Content",
8077
+ "Markdown"
8078
+ ],
8079
+ "order": 999,
8080
+ "chunkName": "route-components-content-markdown",
8081
+ "tabs": [
8082
+ {
8083
+ "key": "overview",
8084
+ "title": "Overview",
8085
+ "order": 0
8086
+ },
8087
+ {
8088
+ "key": "guidelines",
8089
+ "title": "Guidelines",
8090
+ "order": 2
8091
+ },
8092
+ {
8093
+ "key": "dev",
8094
+ "title": "Implementation",
8095
+ "order": 3
8096
+ },
8097
+ {
8098
+ "key": "a11y",
8099
+ "title": "Accessibility",
8100
+ "order": 4
8101
+ }
8102
+ ]
8103
+ },
7031
8104
  {
7032
8105
  "path": "/components/navigation/menu",
7033
8106
  "id": "Components-Menu",
@@ -7670,38 +8743,251 @@
7670
8743
  ]
7671
8744
  },
7672
8745
  {
7673
- "path": "/components/inputs/scoped-search-input",
7674
- "id": "Components-ScopedSearchInput",
7675
- "title": "Scoped search input",
7676
- "exportName": "ScopedSearchInput",
7677
- "description": "Enables users to define where their search query is applied using a closely paired scope selector.",
8746
+ "path": "/components/inputs/scoped-search-input",
8747
+ "id": "Components-ScopedSearchInput",
8748
+ "title": "Scoped search input",
8749
+ "exportName": "ScopedSearchInput",
8750
+ "description": "Enables users to define where their search query is applied using a closely paired scope selector.",
8751
+ "lifecycleState": "Stable",
8752
+ "category": "Components",
8753
+ "tags": [
8754
+ "component",
8755
+ "input",
8756
+ "search",
8757
+ "select",
8758
+ "scoped"
8759
+ ],
8760
+ "menu": [
8761
+ "Components",
8762
+ "Inputs",
8763
+ "Scoped search input"
8764
+ ],
8765
+ "order": 999,
8766
+ "chunkName": "route-components-inputs-scoped-search-input",
8767
+ "tabs": [
8768
+ {
8769
+ "key": "overview",
8770
+ "title": "Overview",
8771
+ "order": 0
8772
+ },
8773
+ {
8774
+ "key": "guidelines",
8775
+ "title": "Guidelines",
8776
+ "order": 2
8777
+ },
8778
+ {
8779
+ "key": "dev",
8780
+ "title": "Implementation",
8781
+ "order": 3
8782
+ },
8783
+ {
8784
+ "key": "a11y",
8785
+ "title": "Accessibility",
8786
+ "order": 4
8787
+ }
8788
+ ]
8789
+ },
8790
+ {
8791
+ "path": "/components/layout/scrollarea",
8792
+ "id": "Components-ScrollArea",
8793
+ "title": "ScrollArea",
8794
+ "exportName": "ScrollArea",
8795
+ "description": "A scrollable container with custom-styled scrollbar overlays. Useful for constrained content areas like panels, sidebars, and dialog bodies.",
8796
+ "lifecycleState": "Stable",
8797
+ "category": "Components",
8798
+ "tags": [
8799
+ "component",
8800
+ "scroll-area",
8801
+ "layout",
8802
+ "overflow",
8803
+ "scrollbar"
8804
+ ],
8805
+ "menu": [
8806
+ "Components",
8807
+ "Layout",
8808
+ "ScrollArea"
8809
+ ],
8810
+ "order": 999,
8811
+ "chunkName": "route-components-layout-scrollarea",
8812
+ "tabs": [
8813
+ {
8814
+ "key": "overview",
8815
+ "title": "Overview",
8816
+ "order": 0
8817
+ },
8818
+ {
8819
+ "key": "dev",
8820
+ "title": "Implementation",
8821
+ "order": 3
8822
+ },
8823
+ {
8824
+ "key": "a11y",
8825
+ "title": "Accessibility",
8826
+ "order": 4
8827
+ }
8828
+ ]
8829
+ },
8830
+ {
8831
+ "path": "/components/inputs/search-input",
8832
+ "id": "Components-SearchInput",
8833
+ "title": "Search input",
8834
+ "exportName": "SearchInput",
8835
+ "description": "Allows users to discover and filter content by entering text to help users find relevant information efficiently.",
8836
+ "lifecycleState": "Stable",
8837
+ "category": "Components",
8838
+ "tags": [
8839
+ "component",
8840
+ "search",
8841
+ "input"
8842
+ ],
8843
+ "menu": [
8844
+ "Components",
8845
+ "Inputs",
8846
+ "Search input"
8847
+ ],
8848
+ "order": 999,
8849
+ "chunkName": "route-components-inputs-search-input",
8850
+ "tabs": [
8851
+ {
8852
+ "key": "overview",
8853
+ "title": "Overview",
8854
+ "order": 0
8855
+ },
8856
+ {
8857
+ "key": "guidelines",
8858
+ "title": "Guidelines",
8859
+ "order": 2
8860
+ },
8861
+ {
8862
+ "key": "dev",
8863
+ "title": "Implementation",
8864
+ "order": 3
8865
+ },
8866
+ {
8867
+ "key": "a11y",
8868
+ "title": "Accessibility",
8869
+ "order": 4
8870
+ }
8871
+ ]
8872
+ },
8873
+ {
8874
+ "path": "/components/inputs/select-input",
8875
+ "id": "Components-Select",
8876
+ "title": "Select",
8877
+ "exportName": "Select",
8878
+ "description": "A select input is a form field that presents users with a dropdown menu of options to choose from.",
8879
+ "lifecycleState": "Stable",
8880
+ "category": "Components",
8881
+ "tags": [
8882
+ "component",
8883
+ "select",
8884
+ "dropdown",
8885
+ "picker",
8886
+ "options"
8887
+ ],
8888
+ "menu": [
8889
+ "Components",
8890
+ "Inputs",
8891
+ "Select input"
8892
+ ],
8893
+ "order": 999,
8894
+ "chunkName": "route-components-inputs-select-input",
8895
+ "tabs": [
8896
+ {
8897
+ "key": "overview",
8898
+ "title": "Overview",
8899
+ "order": 0
8900
+ },
8901
+ {
8902
+ "key": "guidelines",
8903
+ "title": "Guidelines",
8904
+ "order": 2
8905
+ },
8906
+ {
8907
+ "key": "dev",
8908
+ "title": "Implementation",
8909
+ "order": 3
8910
+ },
8911
+ {
8912
+ "key": "a11y",
8913
+ "title": "Accessibility",
8914
+ "order": 4
8915
+ }
8916
+ ]
8917
+ },
8918
+ {
8919
+ "path": "/components/layout/separator",
8920
+ "id": "Components-Separator",
8921
+ "title": "Separator",
8922
+ "exportName": "Separator",
8923
+ "description": "A separator is a visual or semantic line that groups and divides content, establishing rhythm and hierarchy within a layout.",
8924
+ "lifecycleState": "Stable",
8925
+ "category": "Components",
8926
+ "tags": [
8927
+ "component",
8928
+ "divider",
8929
+ "separator",
8930
+ "line",
8931
+ "section"
8932
+ ],
8933
+ "menu": [
8934
+ "Components",
8935
+ "Layout",
8936
+ "Separator"
8937
+ ],
8938
+ "order": 999,
8939
+ "chunkName": "route-components-layout-separator",
8940
+ "tabs": [
8941
+ {
8942
+ "key": "overview",
8943
+ "title": "Overview",
8944
+ "order": 0
8945
+ },
8946
+ {
8947
+ "key": "guidelines",
8948
+ "title": "Guidelines",
8949
+ "order": 2
8950
+ },
8951
+ {
8952
+ "key": "dev",
8953
+ "title": "Implementation",
8954
+ "order": 3
8955
+ },
8956
+ {
8957
+ "key": "a11y",
8958
+ "title": "Accessibility",
8959
+ "order": 4
8960
+ }
8961
+ ]
8962
+ },
8963
+ {
8964
+ "path": "/components/layout/simple-grid",
8965
+ "id": "Components-SimpleGrid",
8966
+ "title": "Simple grid",
8967
+ "exportName": "SimpleGrid",
8968
+ "description": "SimpleGrid offers an intuitive way to easily create responsive grid layouts.",
7678
8969
  "lifecycleState": "Stable",
7679
8970
  "category": "Components",
7680
8971
  "tags": [
7681
8972
  "component",
7682
- "input",
7683
- "search",
7684
- "select",
7685
- "scoped"
8973
+ "grid",
8974
+ "simple",
8975
+ "layout",
8976
+ "columns"
7686
8977
  ],
7687
8978
  "menu": [
7688
8979
  "Components",
7689
- "Inputs",
7690
- "Scoped search input"
8980
+ "Layout",
8981
+ "Simple grid"
7691
8982
  ],
7692
8983
  "order": 999,
7693
- "chunkName": "route-components-inputs-scoped-search-input",
8984
+ "chunkName": "route-components-layout-simple-grid",
7694
8985
  "tabs": [
7695
8986
  {
7696
8987
  "key": "overview",
7697
8988
  "title": "Overview",
7698
8989
  "order": 0
7699
8990
  },
7700
- {
7701
- "key": "guidelines",
7702
- "title": "Guidelines",
7703
- "order": 2
7704
- },
7705
8991
  {
7706
8992
  "key": "dev",
7707
8993
  "title": "Implementation",
@@ -7715,27 +9001,29 @@
7715
9001
  ]
7716
9002
  },
7717
9003
  {
7718
- "path": "/components/layout/scrollarea",
7719
- "id": "Components-ScrollArea",
7720
- "title": "ScrollArea",
7721
- "exportName": "ScrollArea",
7722
- "description": "A scrollable container with custom-styled scrollbar overlays. Useful for constrained content areas like panels, sidebars, and dialog bodies.",
9004
+ "path": "/components/feedback/skeletoncircle",
9005
+ "id": "Components-SkeletonCircle",
9006
+ "title": "SkeletonCircle",
9007
+ "exportName": "SkeletonCircle",
9008
+ "description": "A circular loading placeholder sized to the Avatar scale, for avatars and icons.",
7723
9009
  "lifecycleState": "Stable",
7724
9010
  "category": "Components",
7725
9011
  "tags": [
7726
9012
  "component",
7727
- "scroll-area",
7728
- "layout",
7729
- "overflow",
7730
- "scrollbar"
9013
+ "skeleton",
9014
+ "loading",
9015
+ "placeholder",
9016
+ "feedback",
9017
+ "circle",
9018
+ "avatar"
7731
9019
  ],
7732
9020
  "menu": [
7733
9021
  "Components",
7734
- "Layout",
7735
- "ScrollArea"
9022
+ "Feedback",
9023
+ "SkeletonCircle"
7736
9024
  ],
7737
9025
  "order": 999,
7738
- "chunkName": "route-components-layout-scrollarea",
9026
+ "chunkName": "route-components-feedback-skeletoncircle",
7739
9027
  "tabs": [
7740
9028
  {
7741
9029
  "key": "overview",
@@ -7746,124 +9034,103 @@
7746
9034
  "key": "dev",
7747
9035
  "title": "Implementation",
7748
9036
  "order": 3
7749
- },
7750
- {
7751
- "key": "a11y",
7752
- "title": "Accessibility",
7753
- "order": 4
7754
9037
  }
7755
9038
  ]
7756
9039
  },
7757
9040
  {
7758
- "path": "/components/inputs/search-input",
7759
- "id": "Components-SearchInput",
7760
- "title": "Search input",
7761
- "exportName": "SearchInput",
7762
- "description": "Allows users to discover and filter content by entering text to help users find relevant information efficiently.",
9041
+ "path": "/components/feedback/skeletontext",
9042
+ "id": "Components-SkeletonText",
9043
+ "title": "SkeletonText",
9044
+ "exportName": "SkeletonText",
9045
+ "description": "A stack of placeholder lines that approximates a paragraph of text while content loads.",
7763
9046
  "lifecycleState": "Stable",
7764
9047
  "category": "Components",
7765
9048
  "tags": [
7766
9049
  "component",
7767
- "search",
7768
- "input"
9050
+ "skeleton",
9051
+ "loading",
9052
+ "placeholder",
9053
+ "feedback",
9054
+ "text"
7769
9055
  ],
7770
9056
  "menu": [
7771
9057
  "Components",
7772
- "Inputs",
7773
- "Search input"
9058
+ "Feedback",
9059
+ "SkeletonText"
7774
9060
  ],
7775
9061
  "order": 999,
7776
- "chunkName": "route-components-inputs-search-input",
9062
+ "chunkName": "route-components-feedback-skeletontext",
7777
9063
  "tabs": [
7778
9064
  {
7779
9065
  "key": "overview",
7780
9066
  "title": "Overview",
7781
9067
  "order": 0
7782
9068
  },
7783
- {
7784
- "key": "guidelines",
7785
- "title": "Guidelines",
7786
- "order": 2
7787
- },
7788
9069
  {
7789
9070
  "key": "dev",
7790
9071
  "title": "Implementation",
7791
9072
  "order": 3
7792
- },
7793
- {
7794
- "key": "a11y",
7795
- "title": "Accessibility",
7796
- "order": 4
7797
9073
  }
7798
9074
  ]
7799
9075
  },
7800
9076
  {
7801
- "path": "/components/inputs/select-input",
7802
- "id": "Components-Select",
7803
- "title": "Select",
7804
- "exportName": "Select",
7805
- "description": "A select input is a form field that presents users with a dropdown menu of options to choose from.",
9077
+ "path": "/components/feedback/skeleton",
9078
+ "id": "Components-Skeleton",
9079
+ "title": "Skeleton",
9080
+ "exportName": "Skeleton",
9081
+ "description": "A loading placeholder that holds space for content while it loads, reducing perceived layout shift.",
7806
9082
  "lifecycleState": "Stable",
7807
9083
  "category": "Components",
7808
9084
  "tags": [
7809
9085
  "component",
7810
- "select",
7811
- "dropdown",
7812
- "picker",
7813
- "options"
9086
+ "skeleton",
9087
+ "loading",
9088
+ "placeholder",
9089
+ "feedback"
7814
9090
  ],
7815
9091
  "menu": [
7816
9092
  "Components",
7817
- "Inputs",
7818
- "Select input"
9093
+ "Feedback",
9094
+ "Skeleton"
7819
9095
  ],
7820
9096
  "order": 999,
7821
- "chunkName": "route-components-inputs-select-input",
9097
+ "chunkName": "route-components-feedback-skeleton",
7822
9098
  "tabs": [
7823
9099
  {
7824
9100
  "key": "overview",
7825
9101
  "title": "Overview",
7826
9102
  "order": 0
7827
9103
  },
7828
- {
7829
- "key": "guidelines",
7830
- "title": "Guidelines",
7831
- "order": 2
7832
- },
7833
9104
  {
7834
9105
  "key": "dev",
7835
9106
  "title": "Implementation",
7836
9107
  "order": 3
7837
- },
7838
- {
7839
- "key": "a11y",
7840
- "title": "Accessibility",
7841
- "order": 4
7842
9108
  }
7843
9109
  ]
7844
9110
  },
7845
9111
  {
7846
- "path": "/components/layout/separator",
7847
- "id": "Components-Separator",
7848
- "title": "Separator",
7849
- "exportName": "Separator",
7850
- "description": "A separator is a visual or semantic line that groups and divides content, establishing rhythm and hierarchy within a layout.",
7851
- "lifecycleState": "Stable",
9112
+ "path": "/components/inputs/range-slider",
9113
+ "id": "Components-RangeSlider",
9114
+ "title": "Range Slider",
9115
+ "exportName": "RangeSlider",
9116
+ "description": "A range slider lets users select a numeric range a lower and an upper bound by dragging two handles along a shared track.",
9117
+ "lifecycleState": "Beta",
7852
9118
  "category": "Components",
7853
9119
  "tags": [
7854
9120
  "component",
7855
- "divider",
7856
- "separator",
7857
- "line",
7858
- "section"
9121
+ "range slider",
9122
+ "slider",
9123
+ "input",
9124
+ "numeric",
9125
+ "range"
7859
9126
  ],
7860
9127
  "menu": [
7861
9128
  "Components",
7862
- "Layout",
7863
- "Separator"
9129
+ "Inputs",
9130
+ "Range Slider"
7864
9131
  ],
7865
9132
  "order": 999,
7866
- "chunkName": "route-components-layout-separator",
9133
+ "chunkName": "route-components-inputs-range-slider",
7867
9134
  "tabs": [
7868
9135
  {
7869
9136
  "key": "overview",
@@ -7888,33 +9155,39 @@
7888
9155
  ]
7889
9156
  },
7890
9157
  {
7891
- "path": "/components/layout/simple-grid",
7892
- "id": "Components-SimpleGrid",
7893
- "title": "Simple grid",
7894
- "exportName": "SimpleGrid",
7895
- "description": "SimpleGrid offers an intuitive way to easily create responsive grid layouts.",
7896
- "lifecycleState": "Stable",
9158
+ "path": "/components/inputs/slider",
9159
+ "id": "Components-Slider",
9160
+ "title": "Slider",
9161
+ "exportName": "Slider",
9162
+ "description": "A slider lets users select a numeric value, or a numeric range, by dragging a handle along a track.",
9163
+ "lifecycleState": "Beta",
7897
9164
  "category": "Components",
7898
9165
  "tags": [
7899
9166
  "component",
7900
- "grid",
7901
- "simple",
7902
- "layout",
7903
- "columns"
9167
+ "slider",
9168
+ "range slider",
9169
+ "input",
9170
+ "numeric",
9171
+ "range"
7904
9172
  ],
7905
9173
  "menu": [
7906
9174
  "Components",
7907
- "Layout",
7908
- "Simple grid"
9175
+ "Inputs",
9176
+ "Slider"
7909
9177
  ],
7910
9178
  "order": 999,
7911
- "chunkName": "route-components-layout-simple-grid",
9179
+ "chunkName": "route-components-inputs-slider",
7912
9180
  "tabs": [
7913
9181
  {
7914
9182
  "key": "overview",
7915
9183
  "title": "Overview",
7916
9184
  "order": 0
7917
9185
  },
9186
+ {
9187
+ "key": "guidelines",
9188
+ "title": "Guidelines",
9189
+ "order": 2
9190
+ },
7918
9191
  {
7919
9192
  "key": "dev",
7920
9193
  "title": "Implementation",
@@ -8684,6 +9957,52 @@
8684
9957
  }
8685
9958
  ]
8686
9959
  },
9960
+ {
9961
+ "path": "/components/navigation/tree",
9962
+ "id": "Components-Tree",
9963
+ "title": "Tree",
9964
+ "exportName": "Tree",
9965
+ "description": "A hierarchical list for navigating and managing nested data such as file trees, category hierarchies, and nested navigation structures.",
9966
+ "lifecycleState": "Beta",
9967
+ "category": "Components",
9968
+ "tags": [
9969
+ "component",
9970
+ "tree",
9971
+ "treegrid",
9972
+ "hierarchy",
9973
+ "navigation",
9974
+ "nested"
9975
+ ],
9976
+ "menu": [
9977
+ "Components",
9978
+ "Navigation",
9979
+ "Tree"
9980
+ ],
9981
+ "order": 999,
9982
+ "chunkName": "route-components-navigation-tree",
9983
+ "tabs": [
9984
+ {
9985
+ "key": "overview",
9986
+ "title": "Overview",
9987
+ "order": 0
9988
+ },
9989
+ {
9990
+ "key": "guidelines",
9991
+ "title": "Guidelines",
9992
+ "order": 2
9993
+ },
9994
+ {
9995
+ "key": "dev",
9996
+ "title": "Implementation",
9997
+ "order": 3
9998
+ },
9999
+ {
10000
+ "key": "a11y",
10001
+ "title": "Accessibility",
10002
+ "order": 4
10003
+ }
10004
+ ]
10005
+ },
8687
10006
  {
8688
10007
  "path": "/components/accessibility/visually-hidden",
8689
10008
  "id": "Components-VisuallyHidden",
@@ -9127,6 +10446,32 @@
9127
10446
  }
9128
10447
  ]
9129
10448
  },
10449
+ {
10450
+ "path": "/patterns/buttons",
10451
+ "id": "Patterns-Buttons",
10452
+ "title": "Buttons",
10453
+ "description": "Pre-styled button patterns for prominent, single-purpose actions",
10454
+ "category": "Patterns",
10455
+ "tags": [
10456
+ "patterns",
10457
+ "buttons",
10458
+ "actions"
10459
+ ],
10460
+ "menu": [
10461
+ "Patterns",
10462
+ "Buttons"
10463
+ ],
10464
+ "order": 5,
10465
+ "chunkName": "route-patterns-buttons",
10466
+ "icon": "SmartButton",
10467
+ "tabs": [
10468
+ {
10469
+ "key": "overview",
10470
+ "title": "Overview",
10471
+ "order": 0
10472
+ }
10473
+ ]
10474
+ },
9130
10475
  {
9131
10476
  "path": "/patterns",
9132
10477
  "id": "Patterns",
@@ -9186,6 +10531,41 @@
9186
10531
  }
9187
10532
  ]
9188
10533
  },
10534
+ {
10535
+ "path": "/patterns/buttons/floating-action-button",
10536
+ "id": "Patterns-FloatingActionButton",
10537
+ "title": "Floating action button",
10538
+ "exportName": "FloatingActionButton",
10539
+ "description": "A circular, icon-only floating button for prominent single actions, such as opening a chat panel or triggering a primary workflow.",
10540
+ "lifecycleState": "Stable",
10541
+ "category": "Patterns",
10542
+ "tags": [
10543
+ "component",
10544
+ "pattern",
10545
+ "buttons",
10546
+ "actions",
10547
+ "floating"
10548
+ ],
10549
+ "menu": [
10550
+ "Patterns",
10551
+ "Buttons",
10552
+ "Floating action button"
10553
+ ],
10554
+ "order": 999,
10555
+ "chunkName": "route-patterns-buttons-floating-action-button",
10556
+ "tabs": [
10557
+ {
10558
+ "key": "overview",
10559
+ "title": "Overview",
10560
+ "order": 0
10561
+ },
10562
+ {
10563
+ "key": "dev",
10564
+ "title": "Implementation",
10565
+ "order": 3
10566
+ }
10567
+ ]
10568
+ },
9189
10569
  {
9190
10570
  "path": "/patterns/dialogs/confirmation-dialog",
9191
10571
  "id": "Patterns-ConfirmationDialog",
@@ -10963,7 +12343,7 @@
10963
12343
  "path": "/icons",
10964
12344
  "id": "Icons",
10965
12345
  "title": "Icons",
10966
- "description": "display Icons",
12346
+ "description": "Find and use icons from the Nimbus icon library.",
10967
12347
  "category": "Icons",
10968
12348
  "tags": [
10969
12349
  "icons"
@@ -10993,6 +12373,11 @@
10993
12373
  "title": "Accordion",
10994
12374
  "path": "/components/navigation/accordion"
10995
12375
  },
12376
+ {
12377
+ "id": "Components-ActivityIndicator",
12378
+ "title": "Activity indicator",
12379
+ "path": "/components/feedback/activity-indicator"
12380
+ },
10996
12381
  {
10997
12382
  "id": "Components-Alert",
10998
12383
  "title": "Alert",
@@ -11013,6 +12398,11 @@
11013
12398
  "title": "Box",
11014
12399
  "path": "/components/layout/box"
11015
12400
  },
12401
+ {
12402
+ "id": "Components-Breadcrumbs",
12403
+ "title": "Breadcrumbs",
12404
+ "path": "/components/navigation/breadcrumbs"
12405
+ },
11016
12406
  {
11017
12407
  "id": "Components-Button",
11018
12408
  "title": "Button",
@@ -11028,6 +12418,16 @@
11028
12418
  "title": "Card",
11029
12419
  "path": "/components/data-display/card"
11030
12420
  },
12421
+ {
12422
+ "id": "Components-ChatMessage",
12423
+ "title": "Chat message",
12424
+ "path": "/components/chat/chat-message"
12425
+ },
12426
+ {
12427
+ "id": "Components-ChatMessageList",
12428
+ "title": "Chat message list",
12429
+ "path": "/components/chat/chat-message-list"
12430
+ },
11031
12431
  {
11032
12432
  "id": "Components-Checkbox",
11033
12433
  "title": "Checkbox",
@@ -11088,11 +12488,21 @@
11088
12488
  "title": "Drawer",
11089
12489
  "path": "/components/feedback/drawer"
11090
12490
  },
12491
+ {
12492
+ "id": "Components-DropZone",
12493
+ "title": "Drop zone",
12494
+ "path": "/components/inputs/drop-zone"
12495
+ },
11091
12496
  {
11092
12497
  "id": "Components-FieldErrors",
11093
12498
  "title": "Field errors",
11094
12499
  "path": "/components/forms/field-errors"
11095
12500
  },
12501
+ {
12502
+ "id": "Components-FileTrigger",
12503
+ "title": "File trigger",
12504
+ "path": "/components/inputs/file-trigger"
12505
+ },
11096
12506
  {
11097
12507
  "id": "Components-Flex",
11098
12508
  "title": "Flex",
@@ -11143,6 +12553,16 @@
11143
12553
  "title": "Inline svg",
11144
12554
  "path": "/components/media/inline-svg"
11145
12555
  },
12556
+ {
12557
+ "id": "Components-Item",
12558
+ "title": "Item",
12559
+ "path": "/components/data-display/item"
12560
+ },
12561
+ {
12562
+ "id": "Components-ItemGroup",
12563
+ "title": "Item group",
12564
+ "path": "/components/data-display/item-group"
12565
+ },
11146
12566
  {
11147
12567
  "id": "Components-Kbd",
11148
12568
  "title": "Kbd",
@@ -11168,6 +12588,11 @@
11168
12588
  "title": "Localized field",
11169
12589
  "path": "/components/forms/localized-field"
11170
12590
  },
12591
+ {
12592
+ "id": "Components-Markdown",
12593
+ "title": "Markdown",
12594
+ "path": "/components/content/markdown"
12595
+ },
11171
12596
  {
11172
12597
  "id": "Components-Menu",
11173
12598
  "title": "Menu",
@@ -11273,6 +12698,31 @@
11273
12698
  "title": "Simple grid",
11274
12699
  "path": "/components/layout/simple-grid"
11275
12700
  },
12701
+ {
12702
+ "id": "Components-SkeletonCircle",
12703
+ "title": "SkeletonCircle",
12704
+ "path": "/components/feedback/skeletoncircle"
12705
+ },
12706
+ {
12707
+ "id": "Components-SkeletonText",
12708
+ "title": "SkeletonText",
12709
+ "path": "/components/feedback/skeletontext"
12710
+ },
12711
+ {
12712
+ "id": "Components-Skeleton",
12713
+ "title": "Skeleton",
12714
+ "path": "/components/feedback/skeleton"
12715
+ },
12716
+ {
12717
+ "id": "Components-RangeSlider",
12718
+ "title": "Range Slider",
12719
+ "path": "/components/inputs/range-slider"
12720
+ },
12721
+ {
12722
+ "id": "Components-Slider",
12723
+ "title": "Slider",
12724
+ "path": "/components/inputs/slider"
12725
+ },
11276
12726
  {
11277
12727
  "id": "Components-Spacer",
11278
12728
  "title": "Spacer",
@@ -11363,6 +12813,11 @@
11363
12813
  "title": "Tooltip",
11364
12814
  "path": "/components/feedback/tooltip"
11365
12815
  },
12816
+ {
12817
+ "id": "Components-Tree",
12818
+ "title": "Tree",
12819
+ "path": "/components/navigation/tree"
12820
+ },
11366
12821
  {
11367
12822
  "id": "Components-VisuallyHidden",
11368
12823
  "title": "Visually hidden",
@@ -11453,6 +12908,11 @@
11453
12908
  "title": "Pages",
11454
12909
  "path": "/patterns/pages"
11455
12910
  },
12911
+ {
12912
+ "id": "Patterns-Buttons",
12913
+ "title": "Buttons",
12914
+ "path": "/patterns/buttons"
12915
+ },
11456
12916
  {
11457
12917
  "id": "Patterns",
11458
12918
  "title": "Patterns",
@@ -11463,6 +12923,11 @@
11463
12923
  "title": "Form action bar",
11464
12924
  "path": "/patterns/actions/form-action-bar"
11465
12925
  },
12926
+ {
12927
+ "id": "Patterns-FloatingActionButton",
12928
+ "title": "Floating action button",
12929
+ "path": "/patterns/buttons/floating-action-button"
12930
+ },
11466
12931
  {
11467
12932
  "id": "Patterns-ConfirmationDialog",
11468
12933
  "title": "Confirmation dialog",