@commercetools/nimbus-mcp 3.1.0 → 3.3.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.
- package/README.md +9 -1
- package/data/docs/route-manifest.json +806 -41
- package/data/docs/routes/components-buttons-button.json +25 -2
- package/data/docs/routes/components-chat-chat-message-list.json +448 -0
- package/data/docs/routes/components-chat-chat-message.json +580 -0
- package/data/docs/routes/components-content-markdown.json +548 -0
- package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
- package/data/docs/routes/components-feedback-tooltip.json +23 -1
- package/data/docs/routes/components-inputs-drop-zone.json +562 -0
- package/data/docs/routes/components-inputs-file-trigger.json +421 -0
- package/data/docs/routes/components-layout-splitter.json +3 -3
- package/data/docs/routes/components-media-avatar.json +16 -5
- package/data/docs/routes/components-navigation-menu.json +1 -1
- package/data/docs/routes/components-navigation-tabnav.json +80 -14
- package/data/docs/routes/components-navigation-tabs.json +44 -11
- package/data/docs/routes/components-navigation-tree.json +445 -0
- package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
- package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
- package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
- package/data/docs/routes/patterns-buttons.json +58 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +27 -27
- package/data/docs/types/AccordionHeader.json +89 -89
- package/data/docs/types/AccordionItem.json +22 -22
- package/data/docs/types/AccordionRoot.json +14 -14
- package/data/docs/types/ActivityIndicator.json +202 -0
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +98 -81
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +19 -2
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +106 -89
- package/data/docs/types/Calendar.json +56 -56
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/CardRoot.json +2 -2
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/ChatMessage.json +12 -0
- package/data/docs/types/ChatMessageActions.json +42 -0
- package/data/docs/types/ChatMessageAvatar.json +140 -0
- package/data/docs/types/ChatMessageBody.json +42 -0
- package/data/docs/types/ChatMessageList.json +12 -0
- package/data/docs/types/ChatMessageListItem.json +42 -0
- package/data/docs/types/ChatMessageListRoot.json +78 -0
- package/data/docs/types/ChatMessageMeta.json +42 -0
- package/data/docs/types/ChatMessageRoot.json +119 -0
- package/data/docs/types/ChatMessageTyping.json +42 -0
- package/data/docs/types/Checkbox.json +88 -88
- package/data/docs/types/Code.json +11 -11
- package/data/docs/types/CollapsibleMotionContent.json +2 -2
- package/data/docs/types/CollapsibleMotionRoot.json +2 -2
- package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
- package/data/docs/types/Column.json +8 -8
- package/data/docs/types/ColumnGroup.json +8 -8
- package/data/docs/types/ColumnHeader.json +18 -18
- package/data/docs/types/ComboBoxListBox.json +70 -70
- package/data/docs/types/ComboBoxOption.json +64 -64
- package/data/docs/types/ComboBoxPopover.json +91 -70
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +25 -25
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +21 -21
- package/data/docs/types/DataTableHeader.json +27 -27
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +20 -20
- package/data/docs/types/DateInput.json +73 -73
- package/data/docs/types/DatePicker.json +58 -58
- package/data/docs/types/DateRangePicker.json +86 -86
- package/data/docs/types/DateRangePickerField.json +86 -86
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +96 -79
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DraggableListField.json +88 -60
- package/data/docs/types/DraggableListItem.json +53 -53
- package/data/docs/types/DraggableListRoot.json +88 -60
- package/data/docs/types/DrawerCloseTrigger.json +96 -79
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/DropZone.json +161 -0
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/FileTrigger.json +130 -0
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/FloatingActionButton.json +1036 -0
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +1 -1
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +12 -12
- package/data/docs/types/Header.json +6 -6
- package/data/docs/types/Heading.json +8 -8
- package/data/docs/types/Icon.json +4 -4
- package/data/docs/types/IconButton.json +106 -89
- package/data/docs/types/IconToggleButton.json +73 -73
- package/data/docs/types/Image.json +63 -63
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +30 -30
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +11 -11
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +18 -18
- package/data/docs/types/Markdown.json +183 -0
- package/data/docs/types/MenuItem.json +63 -63
- package/data/docs/types/MenuRoot.json +57 -57
- package/data/docs/types/MenuSection.json +31 -31
- package/data/docs/types/MenuSubmenuTrigger.json +4 -4
- package/data/docs/types/MenuTrigger.json +89 -89
- package/data/docs/types/MultilineTextInput.json +104 -104
- package/data/docs/types/MultilineTextInputField.json +102 -102
- package/data/docs/types/NumberInput.json +86 -86
- package/data/docs/types/NumberInputField.json +82 -82
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +100 -100
- package/data/docs/types/PasswordInputField.json +100 -100
- package/data/docs/types/ProgressBar.json +13 -13
- package/data/docs/types/RadioInputOption.json +56 -56
- package/data/docs/types/RadioInputRoot.json +48 -48
- package/data/docs/types/RangeCalendar.json +58 -58
- package/data/docs/types/Region.json +6 -6
- package/data/docs/types/RegionTarget.json +6 -6
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +11 -11
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +106 -106
- package/data/docs/types/SearchInputField.json +102 -102
- package/data/docs/types/SelectOption.json +54 -54
- package/data/docs/types/SelectOptionGroup.json +18 -18
- package/data/docs/types/SelectOptions.json +64 -64
- package/data/docs/types/SelectRoot.json +92 -92
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
- package/data/docs/types/SlidingIndicatorRects.json +9 -0
- package/data/docs/types/SplitButton.json +16 -20
- package/data/docs/types/SplitterRoot.json +2 -2
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsNextTrigger.json +2 -2
- package/data/docs/types/StepsPrevTrigger.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/StepsTrigger.json +2 -2
- package/data/docs/types/Switch.json +36 -36
- package/data/docs/types/TabNavItem.json +21 -21
- package/data/docs/types/TabNavRoot.json +5 -5
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +20 -20
- package/data/docs/types/TableColumn.json +8 -8
- package/data/docs/types/TableColumnGroup.json +8 -8
- package/data/docs/types/TableColumnHeader.json +18 -18
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +33 -33
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsList.json +2 -2
- package/data/docs/types/TabsPanel.json +2 -2
- package/data/docs/types/TabsPanels.json +2 -2
- package/data/docs/types/TabsRoot.json +3 -3
- package/data/docs/types/TabsTab.json +4 -4
- package/data/docs/types/TagGroupRoot.json +24 -24
- package/data/docs/types/TagGroupTag.json +56 -56
- package/data/docs/types/TagGroupTagList.json +15 -15
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +102 -102
- package/data/docs/types/TextInputField.json +100 -100
- package/data/docs/types/TimeInput.json +68 -68
- package/data/docs/types/ToggleButton.json +75 -75
- package/data/docs/types/ToggleButtonGroupButton.json +32 -32
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +9 -9
- package/data/docs/types/TooltipContent.json +28 -28
- package/data/docs/types/TooltipRoot.json +16 -16
- package/data/docs/types/Tree.json +12 -0
- package/data/docs/types/TreeIndicator.json +828 -0
- package/data/docs/types/TreeItem.json +559 -0
- package/data/docs/types/TreeItemContent.json +27 -0
- package/data/docs/types/TreeRoot.json +636 -0
- package/data/docs/types/TreeSubTree.json +40 -0
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/VisuallyHidden.json +6 -6
- package/data/docs/types/createItemsFromCsvDrop.json +4 -4
- package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
- package/data/docs/types/createItemsFromFileDrop.json +4 -4
- package/data/docs/types/createItemsFromImageDrop.json +4 -4
- package/data/docs/types/createItemsFromJsonDrop.json +4 -4
- package/data/docs/types/manifest.json +26 -0
- package/data/docs/types/useFocusInputOnFieldClick.json +11 -0
- package/data/docs/types/useRegion.json +2 -2
- package/data/docs/types/useSlidingIndicator.json +145 -0
- package/data/docs/types/useTree.json +267 -0
- package/data/tokens.json +21 -0
- package/data/uikit-tokens.json +894 -0
- package/dist/index.js +3298 -109
- 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",
|
|
@@ -348,6 +388,89 @@
|
|
|
348
388
|
}
|
|
349
389
|
]
|
|
350
390
|
},
|
|
391
|
+
{
|
|
392
|
+
"path": "/components/chat/chat-message",
|
|
393
|
+
"id": "Components-ChatMessage",
|
|
394
|
+
"title": "Chat message",
|
|
395
|
+
"exportName": "ChatMessage",
|
|
396
|
+
"description": "A single message in an AI chat conversation, pairing a sender avatar with a message body and optional actions, meta, and typing indicator.",
|
|
397
|
+
"lifecycleState": "Experimental",
|
|
398
|
+
"category": "Components",
|
|
399
|
+
"tags": [
|
|
400
|
+
"component",
|
|
401
|
+
"chat",
|
|
402
|
+
"message",
|
|
403
|
+
"body",
|
|
404
|
+
"ai",
|
|
405
|
+
"conversation"
|
|
406
|
+
],
|
|
407
|
+
"menu": [
|
|
408
|
+
"Components",
|
|
409
|
+
"Chat",
|
|
410
|
+
"Chat message"
|
|
411
|
+
],
|
|
412
|
+
"order": 999,
|
|
413
|
+
"chunkName": "route-components-chat-chat-message",
|
|
414
|
+
"tabs": [
|
|
415
|
+
{
|
|
416
|
+
"key": "overview",
|
|
417
|
+
"title": "Overview",
|
|
418
|
+
"order": 0
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"key": "dev",
|
|
422
|
+
"title": "Implementation",
|
|
423
|
+
"order": 3
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"key": "a11y",
|
|
427
|
+
"title": "Accessibility",
|
|
428
|
+
"order": 4
|
|
429
|
+
}
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"path": "/components/chat/chat-message-list",
|
|
434
|
+
"id": "Components-ChatMessageList",
|
|
435
|
+
"title": "Chat message list",
|
|
436
|
+
"exportName": "ChatMessageList",
|
|
437
|
+
"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.",
|
|
438
|
+
"lifecycleState": "Experimental",
|
|
439
|
+
"category": "Components",
|
|
440
|
+
"tags": [
|
|
441
|
+
"component",
|
|
442
|
+
"chat",
|
|
443
|
+
"message",
|
|
444
|
+
"list",
|
|
445
|
+
"transcript",
|
|
446
|
+
"ai",
|
|
447
|
+
"conversation"
|
|
448
|
+
],
|
|
449
|
+
"menu": [
|
|
450
|
+
"Components",
|
|
451
|
+
"Chat",
|
|
452
|
+
"Chat message list"
|
|
453
|
+
],
|
|
454
|
+
"order": 999,
|
|
455
|
+
"chunkName": "route-components-chat-chat-message-list",
|
|
456
|
+
"tabs": [
|
|
457
|
+
{
|
|
458
|
+
"key": "overview",
|
|
459
|
+
"title": "Overview",
|
|
460
|
+
"order": 0
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"key": "dev",
|
|
464
|
+
"title": "Implementation",
|
|
465
|
+
"order": 3
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"key": "a11y",
|
|
469
|
+
"title": "Accessibility",
|
|
470
|
+
"order": 4
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
},
|
|
351
474
|
{
|
|
352
475
|
"path": "/components/inputs/checkbox",
|
|
353
476
|
"id": "Components-Checkbox",
|
|
@@ -852,6 +975,50 @@
|
|
|
852
975
|
}
|
|
853
976
|
]
|
|
854
977
|
},
|
|
978
|
+
{
|
|
979
|
+
"path": "/components/inputs/drop-zone",
|
|
980
|
+
"id": "Components-DropZone",
|
|
981
|
+
"title": "Drop zone",
|
|
982
|
+
"exportName": "DropZone",
|
|
983
|
+
"description": "An accessible drop target for drag-and-drop file and data uploads, with a built-in click-to-upload fallback via FileTrigger.",
|
|
984
|
+
"lifecycleState": "Beta",
|
|
985
|
+
"category": "Components",
|
|
986
|
+
"tags": [
|
|
987
|
+
"component",
|
|
988
|
+
"dropzone",
|
|
989
|
+
"upload",
|
|
990
|
+
"drag-and-drop"
|
|
991
|
+
],
|
|
992
|
+
"menu": [
|
|
993
|
+
"Components",
|
|
994
|
+
"Inputs",
|
|
995
|
+
"Drop zone"
|
|
996
|
+
],
|
|
997
|
+
"order": 999,
|
|
998
|
+
"chunkName": "route-components-inputs-drop-zone",
|
|
999
|
+
"tabs": [
|
|
1000
|
+
{
|
|
1001
|
+
"key": "overview",
|
|
1002
|
+
"title": "Overview",
|
|
1003
|
+
"order": 0
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"key": "guidelines",
|
|
1007
|
+
"title": "Guidelines",
|
|
1008
|
+
"order": 2
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"key": "dev",
|
|
1012
|
+
"title": "Implementation",
|
|
1013
|
+
"order": 3
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"key": "a11y",
|
|
1017
|
+
"title": "Accessibility",
|
|
1018
|
+
"order": 4
|
|
1019
|
+
}
|
|
1020
|
+
]
|
|
1021
|
+
},
|
|
855
1022
|
{
|
|
856
1023
|
"path": "/components/forms/field-errors",
|
|
857
1024
|
"id": "Components-FieldErrors",
|
|
@@ -896,6 +1063,46 @@
|
|
|
896
1063
|
}
|
|
897
1064
|
]
|
|
898
1065
|
},
|
|
1066
|
+
{
|
|
1067
|
+
"path": "/components/inputs/file-trigger",
|
|
1068
|
+
"id": "Components-FileTrigger",
|
|
1069
|
+
"title": "File trigger",
|
|
1070
|
+
"exportName": "FileTrigger",
|
|
1071
|
+
"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.",
|
|
1072
|
+
"lifecycleState": "Experimental",
|
|
1073
|
+
"category": "Components",
|
|
1074
|
+
"tags": [
|
|
1075
|
+
"component",
|
|
1076
|
+
"inputs",
|
|
1077
|
+
"file",
|
|
1078
|
+
"upload",
|
|
1079
|
+
"chat"
|
|
1080
|
+
],
|
|
1081
|
+
"menu": [
|
|
1082
|
+
"Components",
|
|
1083
|
+
"Inputs",
|
|
1084
|
+
"File trigger"
|
|
1085
|
+
],
|
|
1086
|
+
"order": 999,
|
|
1087
|
+
"chunkName": "route-components-inputs-file-trigger",
|
|
1088
|
+
"tabs": [
|
|
1089
|
+
{
|
|
1090
|
+
"key": "overview",
|
|
1091
|
+
"title": "Overview",
|
|
1092
|
+
"order": 0
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"key": "dev",
|
|
1096
|
+
"title": "Implementation",
|
|
1097
|
+
"order": 3
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"key": "a11y",
|
|
1101
|
+
"title": "Accessibility",
|
|
1102
|
+
"order": 4
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
1105
|
+
},
|
|
899
1106
|
{
|
|
900
1107
|
"path": "/components/layout/flex",
|
|
901
1108
|
"id": "Components-Flex",
|
|
@@ -1548,6 +1755,52 @@
|
|
|
1548
1755
|
}
|
|
1549
1756
|
]
|
|
1550
1757
|
},
|
|
1758
|
+
{
|
|
1759
|
+
"path": "/components/content/markdown",
|
|
1760
|
+
"id": "Components-Markdown",
|
|
1761
|
+
"title": "Markdown",
|
|
1762
|
+
"exportName": "Markdown",
|
|
1763
|
+
"description": "Renders a Markdown string into Nimbus-styled, accessible React elements with per-element overrides, custom renderers, and safe streaming for AI output.",
|
|
1764
|
+
"lifecycleState": "Beta",
|
|
1765
|
+
"category": "Components",
|
|
1766
|
+
"tags": [
|
|
1767
|
+
"component",
|
|
1768
|
+
"markdown",
|
|
1769
|
+
"content",
|
|
1770
|
+
"streaming",
|
|
1771
|
+
"ai",
|
|
1772
|
+
"llm"
|
|
1773
|
+
],
|
|
1774
|
+
"menu": [
|
|
1775
|
+
"Components",
|
|
1776
|
+
"Content",
|
|
1777
|
+
"Markdown"
|
|
1778
|
+
],
|
|
1779
|
+
"order": 999,
|
|
1780
|
+
"chunkName": "route-components-content-markdown",
|
|
1781
|
+
"tabs": [
|
|
1782
|
+
{
|
|
1783
|
+
"key": "overview",
|
|
1784
|
+
"title": "Overview",
|
|
1785
|
+
"order": 0
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"key": "guidelines",
|
|
1789
|
+
"title": "Guidelines",
|
|
1790
|
+
"order": 2
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"key": "dev",
|
|
1794
|
+
"title": "Implementation",
|
|
1795
|
+
"order": 3
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"key": "a11y",
|
|
1799
|
+
"title": "Accessibility",
|
|
1800
|
+
"order": 4
|
|
1801
|
+
}
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1551
1804
|
{
|
|
1552
1805
|
"path": "/components/navigation/menu",
|
|
1553
1806
|
"id": "Components-Menu",
|
|
@@ -3204,6 +3457,52 @@
|
|
|
3204
3457
|
}
|
|
3205
3458
|
]
|
|
3206
3459
|
},
|
|
3460
|
+
{
|
|
3461
|
+
"path": "/components/navigation/tree",
|
|
3462
|
+
"id": "Components-Tree",
|
|
3463
|
+
"title": "Tree",
|
|
3464
|
+
"exportName": "Tree",
|
|
3465
|
+
"description": "A hierarchical list for navigating and managing nested data such as file trees, category hierarchies, and nested navigation structures.",
|
|
3466
|
+
"lifecycleState": "Beta",
|
|
3467
|
+
"category": "Components",
|
|
3468
|
+
"tags": [
|
|
3469
|
+
"component",
|
|
3470
|
+
"tree",
|
|
3471
|
+
"treegrid",
|
|
3472
|
+
"hierarchy",
|
|
3473
|
+
"navigation",
|
|
3474
|
+
"nested"
|
|
3475
|
+
],
|
|
3476
|
+
"menu": [
|
|
3477
|
+
"Components",
|
|
3478
|
+
"Navigation",
|
|
3479
|
+
"Tree"
|
|
3480
|
+
],
|
|
3481
|
+
"order": 999,
|
|
3482
|
+
"chunkName": "route-components-navigation-tree",
|
|
3483
|
+
"tabs": [
|
|
3484
|
+
{
|
|
3485
|
+
"key": "overview",
|
|
3486
|
+
"title": "Overview",
|
|
3487
|
+
"order": 0
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"key": "guidelines",
|
|
3491
|
+
"title": "Guidelines",
|
|
3492
|
+
"order": 2
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"key": "dev",
|
|
3496
|
+
"title": "Implementation",
|
|
3497
|
+
"order": 3
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"key": "a11y",
|
|
3501
|
+
"title": "Accessibility",
|
|
3502
|
+
"order": 4
|
|
3503
|
+
}
|
|
3504
|
+
]
|
|
3505
|
+
},
|
|
3207
3506
|
{
|
|
3208
3507
|
"path": "/components/accessibility/visually-hidden",
|
|
3209
3508
|
"id": "Components-VisuallyHidden",
|
|
@@ -4232,6 +4531,32 @@
|
|
|
4232
4531
|
}
|
|
4233
4532
|
]
|
|
4234
4533
|
},
|
|
4534
|
+
{
|
|
4535
|
+
"path": "/patterns/buttons",
|
|
4536
|
+
"id": "Patterns-Buttons",
|
|
4537
|
+
"title": "Buttons",
|
|
4538
|
+
"description": "Pre-styled button patterns for prominent, single-purpose actions",
|
|
4539
|
+
"category": "Patterns",
|
|
4540
|
+
"tags": [
|
|
4541
|
+
"patterns",
|
|
4542
|
+
"buttons",
|
|
4543
|
+
"actions"
|
|
4544
|
+
],
|
|
4545
|
+
"menu": [
|
|
4546
|
+
"Patterns",
|
|
4547
|
+
"Buttons"
|
|
4548
|
+
],
|
|
4549
|
+
"order": 5,
|
|
4550
|
+
"chunkName": "route-patterns-buttons",
|
|
4551
|
+
"icon": "SmartButton",
|
|
4552
|
+
"tabs": [
|
|
4553
|
+
{
|
|
4554
|
+
"key": "overview",
|
|
4555
|
+
"title": "Overview",
|
|
4556
|
+
"order": 0
|
|
4557
|
+
}
|
|
4558
|
+
]
|
|
4559
|
+
},
|
|
4235
4560
|
{
|
|
4236
4561
|
"path": "/patterns",
|
|
4237
4562
|
"id": "Patterns",
|
|
@@ -5077,6 +5402,41 @@
|
|
|
5077
5402
|
}
|
|
5078
5403
|
]
|
|
5079
5404
|
},
|
|
5405
|
+
{
|
|
5406
|
+
"path": "/patterns/buttons/floating-action-button",
|
|
5407
|
+
"id": "Patterns-FloatingActionButton",
|
|
5408
|
+
"title": "Floating action button",
|
|
5409
|
+
"exportName": "FloatingActionButton",
|
|
5410
|
+
"description": "A circular, icon-only floating button for prominent single actions, such as opening a chat panel or triggering a primary workflow.",
|
|
5411
|
+
"lifecycleState": "Stable",
|
|
5412
|
+
"category": "Patterns",
|
|
5413
|
+
"tags": [
|
|
5414
|
+
"component",
|
|
5415
|
+
"pattern",
|
|
5416
|
+
"buttons",
|
|
5417
|
+
"actions",
|
|
5418
|
+
"floating"
|
|
5419
|
+
],
|
|
5420
|
+
"menu": [
|
|
5421
|
+
"Patterns",
|
|
5422
|
+
"Buttons",
|
|
5423
|
+
"Floating action button"
|
|
5424
|
+
],
|
|
5425
|
+
"order": 999,
|
|
5426
|
+
"chunkName": "route-patterns-buttons-floating-action-button",
|
|
5427
|
+
"tabs": [
|
|
5428
|
+
{
|
|
5429
|
+
"key": "overview",
|
|
5430
|
+
"title": "Overview",
|
|
5431
|
+
"order": 0
|
|
5432
|
+
},
|
|
5433
|
+
{
|
|
5434
|
+
"key": "dev",
|
|
5435
|
+
"title": "Implementation",
|
|
5436
|
+
"order": 3
|
|
5437
|
+
}
|
|
5438
|
+
]
|
|
5439
|
+
},
|
|
5080
5440
|
{
|
|
5081
5441
|
"path": "/patterns/dialogs/confirmation-dialog",
|
|
5082
5442
|
"id": "Patterns-ConfirmationDialog",
|
|
@@ -5525,6 +5885,46 @@
|
|
|
5525
5885
|
}
|
|
5526
5886
|
]
|
|
5527
5887
|
},
|
|
5888
|
+
{
|
|
5889
|
+
"path": "/components/feedback/activity-indicator",
|
|
5890
|
+
"id": "Components-ActivityIndicator",
|
|
5891
|
+
"title": "Activity indicator",
|
|
5892
|
+
"exportName": "ActivityIndicator",
|
|
5893
|
+
"description": "An animated three-dot indicator that signals ongoing agent or system activity, such as \"thinking\", \"processing\", or \"typing\" in chat and AI surfaces.",
|
|
5894
|
+
"lifecycleState": "Experimental",
|
|
5895
|
+
"category": "Components",
|
|
5896
|
+
"tags": [
|
|
5897
|
+
"component",
|
|
5898
|
+
"activity",
|
|
5899
|
+
"typing",
|
|
5900
|
+
"dots",
|
|
5901
|
+
"chat"
|
|
5902
|
+
],
|
|
5903
|
+
"menu": [
|
|
5904
|
+
"Components",
|
|
5905
|
+
"Feedback",
|
|
5906
|
+
"Activity indicator"
|
|
5907
|
+
],
|
|
5908
|
+
"order": 999,
|
|
5909
|
+
"chunkName": "route-components-feedback-activity-indicator",
|
|
5910
|
+
"tabs": [
|
|
5911
|
+
{
|
|
5912
|
+
"key": "overview",
|
|
5913
|
+
"title": "Overview",
|
|
5914
|
+
"order": 0
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"key": "guidelines",
|
|
5918
|
+
"title": "Guidelines",
|
|
5919
|
+
"order": 2
|
|
5920
|
+
},
|
|
5921
|
+
{
|
|
5922
|
+
"key": "dev",
|
|
5923
|
+
"title": "Implementation",
|
|
5924
|
+
"order": 3
|
|
5925
|
+
}
|
|
5926
|
+
]
|
|
5927
|
+
},
|
|
5528
5928
|
{
|
|
5529
5929
|
"path": "/components/feedback/alert",
|
|
5530
5930
|
"id": "Components-Alert",
|
|
@@ -5705,16 +6105,106 @@
|
|
|
5705
6105
|
"category": "Components",
|
|
5706
6106
|
"tags": [
|
|
5707
6107
|
"component",
|
|
5708
|
-
"buttons",
|
|
5709
|
-
"forms"
|
|
6108
|
+
"buttons",
|
|
6109
|
+
"forms"
|
|
6110
|
+
],
|
|
6111
|
+
"menu": [
|
|
6112
|
+
"Components",
|
|
6113
|
+
"Buttons",
|
|
6114
|
+
"Button"
|
|
6115
|
+
],
|
|
6116
|
+
"order": 999,
|
|
6117
|
+
"chunkName": "route-components-buttons-button",
|
|
6118
|
+
"tabs": [
|
|
6119
|
+
{
|
|
6120
|
+
"key": "overview",
|
|
6121
|
+
"title": "Overview",
|
|
6122
|
+
"order": 0
|
|
6123
|
+
},
|
|
6124
|
+
{
|
|
6125
|
+
"key": "guidelines",
|
|
6126
|
+
"title": "Guidelines",
|
|
6127
|
+
"order": 2
|
|
6128
|
+
},
|
|
6129
|
+
{
|
|
6130
|
+
"key": "dev",
|
|
6131
|
+
"title": "Implementation",
|
|
6132
|
+
"order": 3
|
|
6133
|
+
},
|
|
6134
|
+
{
|
|
6135
|
+
"key": "a11y",
|
|
6136
|
+
"title": "Accessibility",
|
|
6137
|
+
"order": 4
|
|
6138
|
+
}
|
|
6139
|
+
]
|
|
6140
|
+
},
|
|
6141
|
+
{
|
|
6142
|
+
"path": "/components/inputs/calendar",
|
|
6143
|
+
"id": "Components-Calendar",
|
|
6144
|
+
"title": "Calendar",
|
|
6145
|
+
"exportName": "Calendar",
|
|
6146
|
+
"description": "Calendars display a grid of days in one or more months and allow users to select a single date.",
|
|
6147
|
+
"lifecycleState": "Stable",
|
|
6148
|
+
"category": "Components",
|
|
6149
|
+
"tags": [
|
|
6150
|
+
"component",
|
|
6151
|
+
"calendar",
|
|
6152
|
+
"date",
|
|
6153
|
+
"picker",
|
|
6154
|
+
"month"
|
|
6155
|
+
],
|
|
6156
|
+
"menu": [
|
|
6157
|
+
"Components",
|
|
6158
|
+
"Inputs",
|
|
6159
|
+
"Calendar"
|
|
6160
|
+
],
|
|
6161
|
+
"order": 999,
|
|
6162
|
+
"chunkName": "route-components-inputs-calendar",
|
|
6163
|
+
"tabs": [
|
|
6164
|
+
{
|
|
6165
|
+
"key": "overview",
|
|
6166
|
+
"title": "Overview",
|
|
6167
|
+
"order": 0
|
|
6168
|
+
},
|
|
6169
|
+
{
|
|
6170
|
+
"key": "guidelines",
|
|
6171
|
+
"title": "Guidelines",
|
|
6172
|
+
"order": 2
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"key": "dev",
|
|
6176
|
+
"title": "Implementation",
|
|
6177
|
+
"order": 3
|
|
6178
|
+
},
|
|
6179
|
+
{
|
|
6180
|
+
"key": "a11y",
|
|
6181
|
+
"title": "Accessibility",
|
|
6182
|
+
"order": 4
|
|
6183
|
+
}
|
|
6184
|
+
]
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
"path": "/components/data-display/card",
|
|
6188
|
+
"id": "Components-Card",
|
|
6189
|
+
"title": "Card",
|
|
6190
|
+
"exportName": "Card",
|
|
6191
|
+
"description": "A versatile container component presents self-contained information, often combining text, images, and actions, making it ideal for displaying summaries or content previews.",
|
|
6192
|
+
"lifecycleState": "Stable",
|
|
6193
|
+
"category": "Components",
|
|
6194
|
+
"tags": [
|
|
6195
|
+
"component",
|
|
6196
|
+
"card",
|
|
6197
|
+
"container",
|
|
6198
|
+
"surface",
|
|
6199
|
+
"content"
|
|
5710
6200
|
],
|
|
5711
6201
|
"menu": [
|
|
5712
6202
|
"Components",
|
|
5713
|
-
"
|
|
5714
|
-
"
|
|
6203
|
+
"Data Display",
|
|
6204
|
+
"Card"
|
|
5715
6205
|
],
|
|
5716
6206
|
"order": 999,
|
|
5717
|
-
"chunkName": "route-components-
|
|
6207
|
+
"chunkName": "route-components-data-display-card",
|
|
5718
6208
|
"tabs": [
|
|
5719
6209
|
{
|
|
5720
6210
|
"key": "overview",
|
|
@@ -5739,38 +6229,34 @@
|
|
|
5739
6229
|
]
|
|
5740
6230
|
},
|
|
5741
6231
|
{
|
|
5742
|
-
"path": "/components/
|
|
5743
|
-
"id": "Components-
|
|
5744
|
-
"title": "
|
|
5745
|
-
"exportName": "
|
|
5746
|
-
"description": "
|
|
5747
|
-
"lifecycleState": "
|
|
6232
|
+
"path": "/components/chat/chat-message",
|
|
6233
|
+
"id": "Components-ChatMessage",
|
|
6234
|
+
"title": "Chat message",
|
|
6235
|
+
"exportName": "ChatMessage",
|
|
6236
|
+
"description": "A single message in an AI chat conversation, pairing a sender avatar with a message body and optional actions, meta, and typing indicator.",
|
|
6237
|
+
"lifecycleState": "Experimental",
|
|
5748
6238
|
"category": "Components",
|
|
5749
6239
|
"tags": [
|
|
5750
6240
|
"component",
|
|
5751
|
-
"
|
|
5752
|
-
"
|
|
5753
|
-
"
|
|
5754
|
-
"
|
|
6241
|
+
"chat",
|
|
6242
|
+
"message",
|
|
6243
|
+
"body",
|
|
6244
|
+
"ai",
|
|
6245
|
+
"conversation"
|
|
5755
6246
|
],
|
|
5756
6247
|
"menu": [
|
|
5757
6248
|
"Components",
|
|
5758
|
-
"
|
|
5759
|
-
"
|
|
6249
|
+
"Chat",
|
|
6250
|
+
"Chat message"
|
|
5760
6251
|
],
|
|
5761
6252
|
"order": 999,
|
|
5762
|
-
"chunkName": "route-components-
|
|
6253
|
+
"chunkName": "route-components-chat-chat-message",
|
|
5763
6254
|
"tabs": [
|
|
5764
6255
|
{
|
|
5765
6256
|
"key": "overview",
|
|
5766
6257
|
"title": "Overview",
|
|
5767
6258
|
"order": 0
|
|
5768
6259
|
},
|
|
5769
|
-
{
|
|
5770
|
-
"key": "guidelines",
|
|
5771
|
-
"title": "Guidelines",
|
|
5772
|
-
"order": 2
|
|
5773
|
-
},
|
|
5774
6260
|
{
|
|
5775
6261
|
"key": "dev",
|
|
5776
6262
|
"title": "Implementation",
|
|
@@ -5784,38 +6270,35 @@
|
|
|
5784
6270
|
]
|
|
5785
6271
|
},
|
|
5786
6272
|
{
|
|
5787
|
-
"path": "/components/
|
|
5788
|
-
"id": "Components-
|
|
5789
|
-
"title": "
|
|
5790
|
-
"exportName": "
|
|
5791
|
-
"description": "A
|
|
5792
|
-
"lifecycleState": "
|
|
6273
|
+
"path": "/components/chat/chat-message-list",
|
|
6274
|
+
"id": "Components-ChatMessageList",
|
|
6275
|
+
"title": "Chat message list",
|
|
6276
|
+
"exportName": "ChatMessageList",
|
|
6277
|
+
"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.",
|
|
6278
|
+
"lifecycleState": "Experimental",
|
|
5793
6279
|
"category": "Components",
|
|
5794
6280
|
"tags": [
|
|
5795
6281
|
"component",
|
|
5796
|
-
"
|
|
5797
|
-
"
|
|
5798
|
-
"
|
|
5799
|
-
"
|
|
6282
|
+
"chat",
|
|
6283
|
+
"message",
|
|
6284
|
+
"list",
|
|
6285
|
+
"transcript",
|
|
6286
|
+
"ai",
|
|
6287
|
+
"conversation"
|
|
5800
6288
|
],
|
|
5801
6289
|
"menu": [
|
|
5802
6290
|
"Components",
|
|
5803
|
-
"
|
|
5804
|
-
"
|
|
6291
|
+
"Chat",
|
|
6292
|
+
"Chat message list"
|
|
5805
6293
|
],
|
|
5806
6294
|
"order": 999,
|
|
5807
|
-
"chunkName": "route-components-
|
|
6295
|
+
"chunkName": "route-components-chat-chat-message-list",
|
|
5808
6296
|
"tabs": [
|
|
5809
6297
|
{
|
|
5810
6298
|
"key": "overview",
|
|
5811
6299
|
"title": "Overview",
|
|
5812
6300
|
"order": 0
|
|
5813
6301
|
},
|
|
5814
|
-
{
|
|
5815
|
-
"key": "guidelines",
|
|
5816
|
-
"title": "Guidelines",
|
|
5817
|
-
"order": 2
|
|
5818
|
-
},
|
|
5819
6302
|
{
|
|
5820
6303
|
"key": "dev",
|
|
5821
6304
|
"title": "Implementation",
|
|
@@ -6332,6 +6815,50 @@
|
|
|
6332
6815
|
}
|
|
6333
6816
|
]
|
|
6334
6817
|
},
|
|
6818
|
+
{
|
|
6819
|
+
"path": "/components/inputs/drop-zone",
|
|
6820
|
+
"id": "Components-DropZone",
|
|
6821
|
+
"title": "Drop zone",
|
|
6822
|
+
"exportName": "DropZone",
|
|
6823
|
+
"description": "An accessible drop target for drag-and-drop file and data uploads, with a built-in click-to-upload fallback via FileTrigger.",
|
|
6824
|
+
"lifecycleState": "Beta",
|
|
6825
|
+
"category": "Components",
|
|
6826
|
+
"tags": [
|
|
6827
|
+
"component",
|
|
6828
|
+
"dropzone",
|
|
6829
|
+
"upload",
|
|
6830
|
+
"drag-and-drop"
|
|
6831
|
+
],
|
|
6832
|
+
"menu": [
|
|
6833
|
+
"Components",
|
|
6834
|
+
"Inputs",
|
|
6835
|
+
"Drop zone"
|
|
6836
|
+
],
|
|
6837
|
+
"order": 999,
|
|
6838
|
+
"chunkName": "route-components-inputs-drop-zone",
|
|
6839
|
+
"tabs": [
|
|
6840
|
+
{
|
|
6841
|
+
"key": "overview",
|
|
6842
|
+
"title": "Overview",
|
|
6843
|
+
"order": 0
|
|
6844
|
+
},
|
|
6845
|
+
{
|
|
6846
|
+
"key": "guidelines",
|
|
6847
|
+
"title": "Guidelines",
|
|
6848
|
+
"order": 2
|
|
6849
|
+
},
|
|
6850
|
+
{
|
|
6851
|
+
"key": "dev",
|
|
6852
|
+
"title": "Implementation",
|
|
6853
|
+
"order": 3
|
|
6854
|
+
},
|
|
6855
|
+
{
|
|
6856
|
+
"key": "a11y",
|
|
6857
|
+
"title": "Accessibility",
|
|
6858
|
+
"order": 4
|
|
6859
|
+
}
|
|
6860
|
+
]
|
|
6861
|
+
},
|
|
6335
6862
|
{
|
|
6336
6863
|
"path": "/components/forms/field-errors",
|
|
6337
6864
|
"id": "Components-FieldErrors",
|
|
@@ -6376,6 +6903,46 @@
|
|
|
6376
6903
|
}
|
|
6377
6904
|
]
|
|
6378
6905
|
},
|
|
6906
|
+
{
|
|
6907
|
+
"path": "/components/inputs/file-trigger",
|
|
6908
|
+
"id": "Components-FileTrigger",
|
|
6909
|
+
"title": "File trigger",
|
|
6910
|
+
"exportName": "FileTrigger",
|
|
6911
|
+
"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.",
|
|
6912
|
+
"lifecycleState": "Experimental",
|
|
6913
|
+
"category": "Components",
|
|
6914
|
+
"tags": [
|
|
6915
|
+
"component",
|
|
6916
|
+
"inputs",
|
|
6917
|
+
"file",
|
|
6918
|
+
"upload",
|
|
6919
|
+
"chat"
|
|
6920
|
+
],
|
|
6921
|
+
"menu": [
|
|
6922
|
+
"Components",
|
|
6923
|
+
"Inputs",
|
|
6924
|
+
"File trigger"
|
|
6925
|
+
],
|
|
6926
|
+
"order": 999,
|
|
6927
|
+
"chunkName": "route-components-inputs-file-trigger",
|
|
6928
|
+
"tabs": [
|
|
6929
|
+
{
|
|
6930
|
+
"key": "overview",
|
|
6931
|
+
"title": "Overview",
|
|
6932
|
+
"order": 0
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"key": "dev",
|
|
6936
|
+
"title": "Implementation",
|
|
6937
|
+
"order": 3
|
|
6938
|
+
},
|
|
6939
|
+
{
|
|
6940
|
+
"key": "a11y",
|
|
6941
|
+
"title": "Accessibility",
|
|
6942
|
+
"order": 4
|
|
6943
|
+
}
|
|
6944
|
+
]
|
|
6945
|
+
},
|
|
6379
6946
|
{
|
|
6380
6947
|
"path": "/components/layout/flex",
|
|
6381
6948
|
"id": "Components-Flex",
|
|
@@ -7028,6 +7595,52 @@
|
|
|
7028
7595
|
}
|
|
7029
7596
|
]
|
|
7030
7597
|
},
|
|
7598
|
+
{
|
|
7599
|
+
"path": "/components/content/markdown",
|
|
7600
|
+
"id": "Components-Markdown",
|
|
7601
|
+
"title": "Markdown",
|
|
7602
|
+
"exportName": "Markdown",
|
|
7603
|
+
"description": "Renders a Markdown string into Nimbus-styled, accessible React elements with per-element overrides, custom renderers, and safe streaming for AI output.",
|
|
7604
|
+
"lifecycleState": "Beta",
|
|
7605
|
+
"category": "Components",
|
|
7606
|
+
"tags": [
|
|
7607
|
+
"component",
|
|
7608
|
+
"markdown",
|
|
7609
|
+
"content",
|
|
7610
|
+
"streaming",
|
|
7611
|
+
"ai",
|
|
7612
|
+
"llm"
|
|
7613
|
+
],
|
|
7614
|
+
"menu": [
|
|
7615
|
+
"Components",
|
|
7616
|
+
"Content",
|
|
7617
|
+
"Markdown"
|
|
7618
|
+
],
|
|
7619
|
+
"order": 999,
|
|
7620
|
+
"chunkName": "route-components-content-markdown",
|
|
7621
|
+
"tabs": [
|
|
7622
|
+
{
|
|
7623
|
+
"key": "overview",
|
|
7624
|
+
"title": "Overview",
|
|
7625
|
+
"order": 0
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"key": "guidelines",
|
|
7629
|
+
"title": "Guidelines",
|
|
7630
|
+
"order": 2
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"key": "dev",
|
|
7634
|
+
"title": "Implementation",
|
|
7635
|
+
"order": 3
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
"key": "a11y",
|
|
7639
|
+
"title": "Accessibility",
|
|
7640
|
+
"order": 4
|
|
7641
|
+
}
|
|
7642
|
+
]
|
|
7643
|
+
},
|
|
7031
7644
|
{
|
|
7032
7645
|
"path": "/components/navigation/menu",
|
|
7033
7646
|
"id": "Components-Menu",
|
|
@@ -8684,6 +9297,52 @@
|
|
|
8684
9297
|
}
|
|
8685
9298
|
]
|
|
8686
9299
|
},
|
|
9300
|
+
{
|
|
9301
|
+
"path": "/components/navigation/tree",
|
|
9302
|
+
"id": "Components-Tree",
|
|
9303
|
+
"title": "Tree",
|
|
9304
|
+
"exportName": "Tree",
|
|
9305
|
+
"description": "A hierarchical list for navigating and managing nested data such as file trees, category hierarchies, and nested navigation structures.",
|
|
9306
|
+
"lifecycleState": "Beta",
|
|
9307
|
+
"category": "Components",
|
|
9308
|
+
"tags": [
|
|
9309
|
+
"component",
|
|
9310
|
+
"tree",
|
|
9311
|
+
"treegrid",
|
|
9312
|
+
"hierarchy",
|
|
9313
|
+
"navigation",
|
|
9314
|
+
"nested"
|
|
9315
|
+
],
|
|
9316
|
+
"menu": [
|
|
9317
|
+
"Components",
|
|
9318
|
+
"Navigation",
|
|
9319
|
+
"Tree"
|
|
9320
|
+
],
|
|
9321
|
+
"order": 999,
|
|
9322
|
+
"chunkName": "route-components-navigation-tree",
|
|
9323
|
+
"tabs": [
|
|
9324
|
+
{
|
|
9325
|
+
"key": "overview",
|
|
9326
|
+
"title": "Overview",
|
|
9327
|
+
"order": 0
|
|
9328
|
+
},
|
|
9329
|
+
{
|
|
9330
|
+
"key": "guidelines",
|
|
9331
|
+
"title": "Guidelines",
|
|
9332
|
+
"order": 2
|
|
9333
|
+
},
|
|
9334
|
+
{
|
|
9335
|
+
"key": "dev",
|
|
9336
|
+
"title": "Implementation",
|
|
9337
|
+
"order": 3
|
|
9338
|
+
},
|
|
9339
|
+
{
|
|
9340
|
+
"key": "a11y",
|
|
9341
|
+
"title": "Accessibility",
|
|
9342
|
+
"order": 4
|
|
9343
|
+
}
|
|
9344
|
+
]
|
|
9345
|
+
},
|
|
8687
9346
|
{
|
|
8688
9347
|
"path": "/components/accessibility/visually-hidden",
|
|
8689
9348
|
"id": "Components-VisuallyHidden",
|
|
@@ -9127,6 +9786,32 @@
|
|
|
9127
9786
|
}
|
|
9128
9787
|
]
|
|
9129
9788
|
},
|
|
9789
|
+
{
|
|
9790
|
+
"path": "/patterns/buttons",
|
|
9791
|
+
"id": "Patterns-Buttons",
|
|
9792
|
+
"title": "Buttons",
|
|
9793
|
+
"description": "Pre-styled button patterns for prominent, single-purpose actions",
|
|
9794
|
+
"category": "Patterns",
|
|
9795
|
+
"tags": [
|
|
9796
|
+
"patterns",
|
|
9797
|
+
"buttons",
|
|
9798
|
+
"actions"
|
|
9799
|
+
],
|
|
9800
|
+
"menu": [
|
|
9801
|
+
"Patterns",
|
|
9802
|
+
"Buttons"
|
|
9803
|
+
],
|
|
9804
|
+
"order": 5,
|
|
9805
|
+
"chunkName": "route-patterns-buttons",
|
|
9806
|
+
"icon": "SmartButton",
|
|
9807
|
+
"tabs": [
|
|
9808
|
+
{
|
|
9809
|
+
"key": "overview",
|
|
9810
|
+
"title": "Overview",
|
|
9811
|
+
"order": 0
|
|
9812
|
+
}
|
|
9813
|
+
]
|
|
9814
|
+
},
|
|
9130
9815
|
{
|
|
9131
9816
|
"path": "/patterns",
|
|
9132
9817
|
"id": "Patterns",
|
|
@@ -9186,6 +9871,41 @@
|
|
|
9186
9871
|
}
|
|
9187
9872
|
]
|
|
9188
9873
|
},
|
|
9874
|
+
{
|
|
9875
|
+
"path": "/patterns/buttons/floating-action-button",
|
|
9876
|
+
"id": "Patterns-FloatingActionButton",
|
|
9877
|
+
"title": "Floating action button",
|
|
9878
|
+
"exportName": "FloatingActionButton",
|
|
9879
|
+
"description": "A circular, icon-only floating button for prominent single actions, such as opening a chat panel or triggering a primary workflow.",
|
|
9880
|
+
"lifecycleState": "Stable",
|
|
9881
|
+
"category": "Patterns",
|
|
9882
|
+
"tags": [
|
|
9883
|
+
"component",
|
|
9884
|
+
"pattern",
|
|
9885
|
+
"buttons",
|
|
9886
|
+
"actions",
|
|
9887
|
+
"floating"
|
|
9888
|
+
],
|
|
9889
|
+
"menu": [
|
|
9890
|
+
"Patterns",
|
|
9891
|
+
"Buttons",
|
|
9892
|
+
"Floating action button"
|
|
9893
|
+
],
|
|
9894
|
+
"order": 999,
|
|
9895
|
+
"chunkName": "route-patterns-buttons-floating-action-button",
|
|
9896
|
+
"tabs": [
|
|
9897
|
+
{
|
|
9898
|
+
"key": "overview",
|
|
9899
|
+
"title": "Overview",
|
|
9900
|
+
"order": 0
|
|
9901
|
+
},
|
|
9902
|
+
{
|
|
9903
|
+
"key": "dev",
|
|
9904
|
+
"title": "Implementation",
|
|
9905
|
+
"order": 3
|
|
9906
|
+
}
|
|
9907
|
+
]
|
|
9908
|
+
},
|
|
9189
9909
|
{
|
|
9190
9910
|
"path": "/patterns/dialogs/confirmation-dialog",
|
|
9191
9911
|
"id": "Patterns-ConfirmationDialog",
|
|
@@ -10993,6 +11713,11 @@
|
|
|
10993
11713
|
"title": "Accordion",
|
|
10994
11714
|
"path": "/components/navigation/accordion"
|
|
10995
11715
|
},
|
|
11716
|
+
{
|
|
11717
|
+
"id": "Components-ActivityIndicator",
|
|
11718
|
+
"title": "Activity indicator",
|
|
11719
|
+
"path": "/components/feedback/activity-indicator"
|
|
11720
|
+
},
|
|
10996
11721
|
{
|
|
10997
11722
|
"id": "Components-Alert",
|
|
10998
11723
|
"title": "Alert",
|
|
@@ -11028,6 +11753,16 @@
|
|
|
11028
11753
|
"title": "Card",
|
|
11029
11754
|
"path": "/components/data-display/card"
|
|
11030
11755
|
},
|
|
11756
|
+
{
|
|
11757
|
+
"id": "Components-ChatMessage",
|
|
11758
|
+
"title": "Chat message",
|
|
11759
|
+
"path": "/components/chat/chat-message"
|
|
11760
|
+
},
|
|
11761
|
+
{
|
|
11762
|
+
"id": "Components-ChatMessageList",
|
|
11763
|
+
"title": "Chat message list",
|
|
11764
|
+
"path": "/components/chat/chat-message-list"
|
|
11765
|
+
},
|
|
11031
11766
|
{
|
|
11032
11767
|
"id": "Components-Checkbox",
|
|
11033
11768
|
"title": "Checkbox",
|
|
@@ -11088,11 +11823,21 @@
|
|
|
11088
11823
|
"title": "Drawer",
|
|
11089
11824
|
"path": "/components/feedback/drawer"
|
|
11090
11825
|
},
|
|
11826
|
+
{
|
|
11827
|
+
"id": "Components-DropZone",
|
|
11828
|
+
"title": "Drop zone",
|
|
11829
|
+
"path": "/components/inputs/drop-zone"
|
|
11830
|
+
},
|
|
11091
11831
|
{
|
|
11092
11832
|
"id": "Components-FieldErrors",
|
|
11093
11833
|
"title": "Field errors",
|
|
11094
11834
|
"path": "/components/forms/field-errors"
|
|
11095
11835
|
},
|
|
11836
|
+
{
|
|
11837
|
+
"id": "Components-FileTrigger",
|
|
11838
|
+
"title": "File trigger",
|
|
11839
|
+
"path": "/components/inputs/file-trigger"
|
|
11840
|
+
},
|
|
11096
11841
|
{
|
|
11097
11842
|
"id": "Components-Flex",
|
|
11098
11843
|
"title": "Flex",
|
|
@@ -11168,6 +11913,11 @@
|
|
|
11168
11913
|
"title": "Localized field",
|
|
11169
11914
|
"path": "/components/forms/localized-field"
|
|
11170
11915
|
},
|
|
11916
|
+
{
|
|
11917
|
+
"id": "Components-Markdown",
|
|
11918
|
+
"title": "Markdown",
|
|
11919
|
+
"path": "/components/content/markdown"
|
|
11920
|
+
},
|
|
11171
11921
|
{
|
|
11172
11922
|
"id": "Components-Menu",
|
|
11173
11923
|
"title": "Menu",
|
|
@@ -11363,6 +12113,11 @@
|
|
|
11363
12113
|
"title": "Tooltip",
|
|
11364
12114
|
"path": "/components/feedback/tooltip"
|
|
11365
12115
|
},
|
|
12116
|
+
{
|
|
12117
|
+
"id": "Components-Tree",
|
|
12118
|
+
"title": "Tree",
|
|
12119
|
+
"path": "/components/navigation/tree"
|
|
12120
|
+
},
|
|
11366
12121
|
{
|
|
11367
12122
|
"id": "Components-VisuallyHidden",
|
|
11368
12123
|
"title": "Visually hidden",
|
|
@@ -11453,6 +12208,11 @@
|
|
|
11453
12208
|
"title": "Pages",
|
|
11454
12209
|
"path": "/patterns/pages"
|
|
11455
12210
|
},
|
|
12211
|
+
{
|
|
12212
|
+
"id": "Patterns-Buttons",
|
|
12213
|
+
"title": "Buttons",
|
|
12214
|
+
"path": "/patterns/buttons"
|
|
12215
|
+
},
|
|
11456
12216
|
{
|
|
11457
12217
|
"id": "Patterns",
|
|
11458
12218
|
"title": "Patterns",
|
|
@@ -11463,6 +12223,11 @@
|
|
|
11463
12223
|
"title": "Form action bar",
|
|
11464
12224
|
"path": "/patterns/actions/form-action-bar"
|
|
11465
12225
|
},
|
|
12226
|
+
{
|
|
12227
|
+
"id": "Patterns-FloatingActionButton",
|
|
12228
|
+
"title": "Floating action button",
|
|
12229
|
+
"path": "/patterns/buttons/floating-action-button"
|
|
12230
|
+
},
|
|
11466
12231
|
{
|
|
11467
12232
|
"id": "Patterns-ConfirmationDialog",
|
|
11468
12233
|
"title": "Confirmation dialog",
|