@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.
- package/README.md +9 -1
- package/data/docs/route-manifest.json +1608 -143
- 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-data-display-item-group.json +413 -0
- package/data/docs/routes/components-data-display-item.json +611 -0
- package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
- package/data/docs/routes/components-feedback-skeleton.json +481 -0
- package/data/docs/routes/components-feedback-skeletoncircle.json +429 -0
- package/data/docs/routes/components-feedback-skeletontext.json +417 -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-inputs-range-slider.json +633 -0
- package/data/docs/routes/components-inputs-slider.json +611 -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-breadcrumbs.json +565 -0
- 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/icons.json +3 -3
- 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 +24 -24
- package/data/docs/types/AccordionHeader.json +88 -88
- package/data/docs/types/AccordionItem.json +20 -20
- 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/Breadcrumbs.json +12 -0
- package/data/docs/types/BreadcrumbsItem.json +296 -0
- package/data/docs/types/BreadcrumbsItemProps.json +9 -0
- package/data/docs/types/BreadcrumbsProps.json +9 -0
- package/data/docs/types/BreadcrumbsRoot.json +110 -0
- 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 +6 -6
- 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 +86 -86
- package/data/docs/types/Code.json +11 -11
- package/data/docs/types/Column.json +6 -6
- package/data/docs/types/ColumnGroup.json +6 -6
- package/data/docs/types/ColumnHeader.json +6 -6
- 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 +24 -24
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +20 -20
- package/data/docs/types/DataTableHeader.json +25 -25
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +6 -6
- 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/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +96 -79
- package/data/docs/types/DraggableListField.json +88 -60
- package/data/docs/types/DraggableListItem.json +52 -52
- package/data/docs/types/DraggableListRoot.json +88 -60
- package/data/docs/types/DrawerCloseTrigger.json +96 -79
- 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 +71 -71
- package/data/docs/types/Image.json +43 -43
- 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/ItemActions.json +27 -0
- package/data/docs/types/ItemContent.json +27 -0
- package/data/docs/types/ItemDescription.json +27 -0
- package/data/docs/types/ItemFooter.json +27 -0
- package/data/docs/types/ItemGroup.json +12 -0
- package/data/docs/types/ItemGroupRoot.json +27 -0
- package/data/docs/types/ItemGroupSeparator.json +27 -0
- package/data/docs/types/ItemHeader.json +27 -0
- package/data/docs/types/ItemMedia.json +56 -0
- package/data/docs/types/ItemRoot.json +239 -0
- package/data/docs/types/ItemTitle.json +27 -0
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +14 -14
- 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 +62 -62
- package/data/docs/types/MenuRoot.json +55 -55
- package/data/docs/types/MenuSection.json +30 -30
- package/data/docs/types/MenuSubmenuTrigger.json +4 -4
- package/data/docs/types/MenuTrigger.json +88 -88
- 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/RangeSlider.json +337 -0
- package/data/docs/types/RangeSliderProps.json +9 -0
- 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/Skeleton.json +129 -0
- package/data/docs/types/SkeletonCircle.json +103 -0
- package/data/docs/types/SkeletonCircleProps.json +9 -0
- package/data/docs/types/SkeletonProps.json +9 -0
- package/data/docs/types/SkeletonText.json +62 -0
- package/data/docs/types/SkeletonTextProps.json +9 -0
- package/data/docs/types/Slider.json +337 -0
- 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/Stack.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/Switch.json +34 -34
- package/data/docs/types/TabNavItem.json +5 -5
- 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 +6 -6
- package/data/docs/types/TableColumn.json +6 -6
- package/data/docs/types/TableColumnGroup.json +6 -6
- package/data/docs/types/TableColumnHeader.json +6 -6
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +19 -19
- 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 +2 -2
- package/data/docs/types/TagGroupRoot.json +24 -24
- package/data/docs/types/TagGroupTag.json +56 -56
- package/data/docs/types/TagGroupTagList.json +14 -14
- 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 +73 -73
- package/data/docs/types/ToggleButtonGroupButton.json +30 -30
- 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/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 +50 -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
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "as",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
16
16
|
"name": "PolymorphicProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
20
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
21
21
|
"name": "PolymorphicProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "asChild",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
35
35
|
"name": "PolymorphicProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
40
40
|
"name": "PolymorphicProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"name": "css",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
54
54
|
"name": "JsxStyleProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
59
59
|
"name": "JsxStyleProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
85
85
|
"name": "unstyled",
|
|
86
86
|
"parent": {
|
|
87
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
87
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
88
88
|
"name": "UnstyledProp"
|
|
89
89
|
},
|
|
90
90
|
"declarations": [
|
|
91
91
|
{
|
|
92
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
92
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
93
93
|
"name": "UnstyledProp"
|
|
94
94
|
}
|
|
95
95
|
],
|
|
@@ -26,17 +26,34 @@
|
|
|
26
26
|
"name": "ConditionalValue<\"md\" | \"2xs\" | \"xs\">"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
+
"variant": {
|
|
30
|
+
"defaultValue": {
|
|
31
|
+
"value": "\"subtle\""
|
|
32
|
+
},
|
|
33
|
+
"description": "Visual style variant of the avatar",
|
|
34
|
+
"name": "variant",
|
|
35
|
+
"declarations": [
|
|
36
|
+
{
|
|
37
|
+
"fileName": "nimbus/packages/nimbus/src/components/avatar/avatar.types.ts",
|
|
38
|
+
"name": "TypeLiteral"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"required": false,
|
|
42
|
+
"type": {
|
|
43
|
+
"name": "ConditionalValue<\"solid\" | \"subtle\">"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
29
46
|
"unstyled": {
|
|
30
47
|
"defaultValue": null,
|
|
31
48
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
32
49
|
"name": "unstyled",
|
|
33
50
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
35
52
|
"name": "UnstyledProp"
|
|
36
53
|
},
|
|
37
54
|
"declarations": [
|
|
38
55
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
40
57
|
"name": "UnstyledProp"
|
|
41
58
|
}
|
|
42
59
|
],
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
31
31
|
"name": "unstyled",
|
|
32
32
|
"parent": {
|
|
33
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
33
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
34
34
|
"name": "UnstyledProp"
|
|
35
35
|
},
|
|
36
36
|
"declarations": [
|
|
37
37
|
{
|
|
38
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
38
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
39
39
|
"name": "UnstyledProp"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "css",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
14
14
|
"name": "JsxStyleProps"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
19
19
|
"name": "JsxStyleProps"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "as",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
33
|
"name": "PolymorphicProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
38
|
"name": "PolymorphicProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "asChild",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
package/data/docs/types/Box.json
CHANGED
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "css",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
17
17
|
"name": "JsxStyleProps"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
22
22
|
"name": "JsxStyleProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"description": "",
|
|
33
33
|
"name": "as",
|
|
34
34
|
"parent": {
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
35
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
36
36
|
"name": "PolymorphicProps"
|
|
37
37
|
},
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
40
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
41
41
|
"name": "PolymorphicProps"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"description": "",
|
|
52
52
|
"name": "asChild",
|
|
53
53
|
"parent": {
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
54
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
55
55
|
"name": "PolymorphicProps"
|
|
56
56
|
},
|
|
57
57
|
"declarations": [
|
|
58
58
|
{
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
59
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
60
60
|
"name": "PolymorphicProps"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"see": "{@link https://nimbus-documentation.vercel.app/components/navigation/breadcrumbs}",
|
|
4
|
+
"example": "```tsx\n<Breadcrumbs.Root aria-label=\"Breadcrumb\">\n <Breadcrumbs.Item href=\"/\">Home</Breadcrumbs.Item>\n <Breadcrumbs.Item href=\"/orders\">Orders</Breadcrumbs.Item>\n <Breadcrumbs.Item>Order #123</Breadcrumbs.Item>\n</Breadcrumbs.Root>\n```"
|
|
5
|
+
},
|
|
6
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
7
|
+
"description": "Breadcrumbs\n============================================================\nA navigation component that displays the hierarchical path to the current\npage as an ordered list of links. Built on React Aria Components'\n`Breadcrumbs`/`Breadcrumb`; the last item is treated as the current page\nautomatically (non-interactive text with `aria-current=\"page\"`).\n\nRenders proper navigation semantics (`<nav>` landmark, `<ol>`/`<li>`\nstructure, `<a>` elements, `aria-current=\"page\"`) for WCAG 2.1 AA compliant\npage navigation.",
|
|
8
|
+
"displayName": "Breadcrumbs",
|
|
9
|
+
"methods": [],
|
|
10
|
+
"props": {},
|
|
11
|
+
"supportsStyleProps": false
|
|
12
|
+
}
|
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "# Breadcrumbs.Item\n\nAn individual breadcrumb. Renders an `<li>` (via React Aria's `Breadcrumb`)\ncontaining a navigation link (via React Aria's `Link`). The decorative\nseparator configured on `Breadcrumbs.Root` is rendered before every item\nexcept the first.\n\nWhen this is the last item in a `Breadcrumbs.Root`, React Aria marks it as the\ncurrent page automatically: it becomes non-interactive text with\n`aria-current=\"page\"` and is removed from the tab sequence. There is no\n`isCurrent` prop — currentness is derived from position.",
|
|
7
|
+
"displayName": "BreadcrumbsItem",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"size": {
|
|
11
|
+
"defaultValue": {
|
|
12
|
+
"value": "\"md\""
|
|
13
|
+
},
|
|
14
|
+
"description": "Size of the breadcrumb items.",
|
|
15
|
+
"name": "size",
|
|
16
|
+
"declarations": [
|
|
17
|
+
{
|
|
18
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
19
|
+
"name": "TypeLiteral"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"required": false,
|
|
23
|
+
"type": {
|
|
24
|
+
"name": "ConditionalValue<\"sm\" | \"md\">"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"media": {
|
|
28
|
+
"defaultValue": null,
|
|
29
|
+
"description": "",
|
|
30
|
+
"name": "media",
|
|
31
|
+
"parent": {
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
33
|
+
"name": "AnchorHTMLAttributes"
|
|
34
|
+
},
|
|
35
|
+
"declarations": [
|
|
36
|
+
{
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
38
|
+
"name": "AnchorHTMLAttributes"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"required": false,
|
|
42
|
+
"type": {
|
|
43
|
+
"name": "string"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"unstyled": {
|
|
47
|
+
"defaultValue": null,
|
|
48
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
49
|
+
"name": "unstyled",
|
|
50
|
+
"parent": {
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
|
+
"name": "UnstyledProp"
|
|
53
|
+
},
|
|
54
|
+
"declarations": [
|
|
55
|
+
{
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
|
+
"name": "UnstyledProp"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"required": false,
|
|
61
|
+
"type": {
|
|
62
|
+
"name": "boolean"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"type": {
|
|
66
|
+
"defaultValue": null,
|
|
67
|
+
"description": "",
|
|
68
|
+
"name": "type",
|
|
69
|
+
"parent": {
|
|
70
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
71
|
+
"name": "AnchorHTMLAttributes"
|
|
72
|
+
},
|
|
73
|
+
"declarations": [
|
|
74
|
+
{
|
|
75
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
76
|
+
"name": "AnchorHTMLAttributes"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"required": false,
|
|
80
|
+
"type": {
|
|
81
|
+
"name": "string"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"href": {
|
|
85
|
+
"defaultValue": null,
|
|
86
|
+
"description": "The URL to navigate to when the back link is clicked",
|
|
87
|
+
"name": "href",
|
|
88
|
+
"parent": {
|
|
89
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
90
|
+
"name": "AnchorHTMLAttributes"
|
|
91
|
+
},
|
|
92
|
+
"declarations": [
|
|
93
|
+
{
|
|
94
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
95
|
+
"name": "AnchorHTMLAttributes"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"fileName": "nimbus/packages/nimbus/src/components/default-page/default-page.types.ts",
|
|
99
|
+
"name": "TypeLiteral"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"required": false,
|
|
103
|
+
"type": {
|
|
104
|
+
"name": "string"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"target": {
|
|
108
|
+
"defaultValue": null,
|
|
109
|
+
"description": "",
|
|
110
|
+
"name": "target",
|
|
111
|
+
"parent": {
|
|
112
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
113
|
+
"name": "AnchorHTMLAttributes"
|
|
114
|
+
},
|
|
115
|
+
"declarations": [
|
|
116
|
+
{
|
|
117
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
118
|
+
"name": "AnchorHTMLAttributes"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"required": false,
|
|
122
|
+
"type": {
|
|
123
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"download": {
|
|
127
|
+
"defaultValue": null,
|
|
128
|
+
"description": "",
|
|
129
|
+
"name": "download",
|
|
130
|
+
"parent": {
|
|
131
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
132
|
+
"name": "AnchorHTMLAttributes"
|
|
133
|
+
},
|
|
134
|
+
"declarations": [
|
|
135
|
+
{
|
|
136
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
137
|
+
"name": "AnchorHTMLAttributes"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"required": false,
|
|
141
|
+
"type": {
|
|
142
|
+
"name": "any"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"hrefLang": {
|
|
146
|
+
"defaultValue": null,
|
|
147
|
+
"description": "",
|
|
148
|
+
"name": "hrefLang",
|
|
149
|
+
"parent": {
|
|
150
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
151
|
+
"name": "AnchorHTMLAttributes"
|
|
152
|
+
},
|
|
153
|
+
"declarations": [
|
|
154
|
+
{
|
|
155
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
156
|
+
"name": "AnchorHTMLAttributes"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"required": false,
|
|
160
|
+
"type": {
|
|
161
|
+
"name": "string"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"ping": {
|
|
165
|
+
"defaultValue": null,
|
|
166
|
+
"description": "",
|
|
167
|
+
"name": "ping",
|
|
168
|
+
"parent": {
|
|
169
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
170
|
+
"name": "AnchorHTMLAttributes"
|
|
171
|
+
},
|
|
172
|
+
"declarations": [
|
|
173
|
+
{
|
|
174
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
175
|
+
"name": "AnchorHTMLAttributes"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"required": false,
|
|
179
|
+
"type": {
|
|
180
|
+
"name": "string"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"referrerPolicy": {
|
|
184
|
+
"defaultValue": null,
|
|
185
|
+
"description": "",
|
|
186
|
+
"name": "referrerPolicy",
|
|
187
|
+
"parent": {
|
|
188
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
189
|
+
"name": "AnchorHTMLAttributes"
|
|
190
|
+
},
|
|
191
|
+
"declarations": [
|
|
192
|
+
{
|
|
193
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
194
|
+
"name": "AnchorHTMLAttributes"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"required": false,
|
|
198
|
+
"type": {
|
|
199
|
+
"name": "enum",
|
|
200
|
+
"raw": "HTMLAttributeReferrerPolicy",
|
|
201
|
+
"value": [
|
|
202
|
+
{
|
|
203
|
+
"value": "\"\""
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"value": "\"origin\""
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"value": "\"no-referrer\""
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"value": "\"no-referrer-when-downgrade\""
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"value": "\"origin-when-cross-origin\""
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"value": "\"same-origin\""
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"value": "\"strict-origin\""
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"value": "\"strict-origin-when-cross-origin\""
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"value": "\"unsafe-url\""
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"id": {
|
|
233
|
+
"defaultValue": null,
|
|
234
|
+
"description": "A unique key for the breadcrumb, passed to `Breadcrumbs.Root`'s `onAction`\nhandler when this item is activated.",
|
|
235
|
+
"name": "id",
|
|
236
|
+
"declarations": [
|
|
237
|
+
{
|
|
238
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
239
|
+
"name": "TypeLiteral"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"required": false,
|
|
243
|
+
"type": {
|
|
244
|
+
"name": "string | number"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"isDisabled": {
|
|
248
|
+
"defaultValue": {
|
|
249
|
+
"value": "false"
|
|
250
|
+
},
|
|
251
|
+
"description": "Whether the item is disabled. Disabled items cannot be interacted with,\nare visually dimmed, and are removed from the tab sequence.",
|
|
252
|
+
"name": "isDisabled",
|
|
253
|
+
"declarations": [
|
|
254
|
+
{
|
|
255
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
256
|
+
"name": "TypeLiteral"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"required": false,
|
|
260
|
+
"type": {
|
|
261
|
+
"name": "boolean"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"routerOptions": {
|
|
265
|
+
"defaultValue": null,
|
|
266
|
+
"description": "Options forwarded to the client-side router for this link.",
|
|
267
|
+
"name": "routerOptions",
|
|
268
|
+
"declarations": [
|
|
269
|
+
{
|
|
270
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
271
|
+
"name": "TypeLiteral"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"required": false,
|
|
275
|
+
"type": {
|
|
276
|
+
"name": "any"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"ref": {
|
|
280
|
+
"defaultValue": null,
|
|
281
|
+
"description": "A ref to the underlying `<a>` element.",
|
|
282
|
+
"name": "ref",
|
|
283
|
+
"declarations": [
|
|
284
|
+
{
|
|
285
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
286
|
+
"name": "TypeLiteral"
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"required": false,
|
|
290
|
+
"type": {
|
|
291
|
+
"name": "Ref<HTMLAnchorElement>"
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"supportsStyleProps": true
|
|
296
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {},
|
|
3
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
4
|
+
"description": "Props for the Breadcrumbs.Item component.\nRenders an `<li>` containing a navigation link. The last item rendered inside\na `Breadcrumbs.Root` automatically represents the current page (non-interactive\ntext with `aria-current=\"page\"`, removed from the tab sequence) — there is no\n`isCurrent` prop.",
|
|
5
|
+
"displayName": "BreadcrumbsItemProps",
|
|
6
|
+
"methods": [],
|
|
7
|
+
"props": {},
|
|
8
|
+
"supportsStyleProps": false
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {},
|
|
3
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
4
|
+
"description": "Props for the Breadcrumbs.Root component.\nRenders a `<nav>` landmark containing an ordered list of breadcrumb links.\nThe last item is treated as the current page automatically.",
|
|
5
|
+
"displayName": "BreadcrumbsProps",
|
|
6
|
+
"methods": [],
|
|
7
|
+
"props": {},
|
|
8
|
+
"supportsStyleProps": false
|
|
9
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "# Breadcrumbs.Root\n\nThe root container for the Breadcrumbs component. Renders a `<nav>` landmark\nwrapping an ordered list (`<ol>`) of breadcrumb items, built on React Aria\nComponents' `Breadcrumbs`. The last item is treated as the current page\nautomatically.\n\nAccepts either compound `Breadcrumbs.Item` children or a declarative `items`\narray. Always provide an `aria-label` (e.g. `\"Breadcrumb\"`) to identify the\nnavigation landmark.",
|
|
7
|
+
"displayName": "BreadcrumbsRoot",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"size": {
|
|
11
|
+
"defaultValue": {
|
|
12
|
+
"value": "\"md\""
|
|
13
|
+
},
|
|
14
|
+
"description": "Size of the breadcrumb items.",
|
|
15
|
+
"name": "size",
|
|
16
|
+
"declarations": [
|
|
17
|
+
{
|
|
18
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
19
|
+
"name": "TypeLiteral"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"required": false,
|
|
23
|
+
"type": {
|
|
24
|
+
"name": "ConditionalValue<\"sm\" | \"md\">"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"unstyled": {
|
|
28
|
+
"defaultValue": null,
|
|
29
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
30
|
+
"name": "unstyled",
|
|
31
|
+
"parent": {
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
|
+
"name": "UnstyledProp"
|
|
34
|
+
},
|
|
35
|
+
"declarations": [
|
|
36
|
+
{
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
|
+
"name": "UnstyledProp"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"required": false,
|
|
42
|
+
"type": {
|
|
43
|
+
"name": "boolean"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"separator": {
|
|
47
|
+
"defaultValue": {
|
|
48
|
+
"value": "\"›\""
|
|
49
|
+
},
|
|
50
|
+
"description": "The visible separator rendered between breadcrumb items. Accepts any\nReact node (e.g. a string like \"/\" or an icon). The separator is\ndecorative and hidden from assistive technologies.",
|
|
51
|
+
"name": "separator",
|
|
52
|
+
"declarations": [
|
|
53
|
+
{
|
|
54
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
55
|
+
"name": "TypeLiteral"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"required": false,
|
|
59
|
+
"type": {
|
|
60
|
+
"name": "ReactNode"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"items": {
|
|
64
|
+
"defaultValue": null,
|
|
65
|
+
"description": "Data-driven list of breadcrumbs. When provided, one `Breadcrumbs.Item` is\nrendered per entry (in order) and `children` is ignored. The last entry is\nthe current page. Prefer this for trails built from data; use compound\n`Breadcrumbs.Item` children for static trails.",
|
|
66
|
+
"name": "items",
|
|
67
|
+
"declarations": [
|
|
68
|
+
{
|
|
69
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
70
|
+
"name": "TypeLiteral"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": {
|
|
75
|
+
"name": "BreadcrumbItem[]"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"onAction": {
|
|
79
|
+
"defaultValue": null,
|
|
80
|
+
"description": "Handler called with a breadcrumb's `id` when it is activated (clicked or\nvia keyboard). Useful for client-side routing.",
|
|
81
|
+
"name": "onAction",
|
|
82
|
+
"declarations": [
|
|
83
|
+
{
|
|
84
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
85
|
+
"name": "TypeLiteral"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"required": false,
|
|
89
|
+
"type": {
|
|
90
|
+
"name": "((key: string | number) => void)"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"ref": {
|
|
94
|
+
"defaultValue": null,
|
|
95
|
+
"description": "A ref to the root `<nav>` element.",
|
|
96
|
+
"name": "ref",
|
|
97
|
+
"declarations": [
|
|
98
|
+
{
|
|
99
|
+
"fileName": "nimbus/packages/nimbus/src/components/breadcrumbs/breadcrumbs.types.ts",
|
|
100
|
+
"name": "TypeLiteral"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"required": false,
|
|
104
|
+
"type": {
|
|
105
|
+
"name": "Ref<HTMLElement>"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"supportsStyleProps": true
|
|
110
|
+
}
|