@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
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "as",
|
|
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": "PolymorphicProps"
|
|
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": "PolymorphicProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"description": "",
|
|
33
33
|
"name": "asChild",
|
|
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": "css",
|
|
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": "JsxStyleProps"
|
|
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": "JsxStyleProps"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
105
105
|
"name": "unstyled",
|
|
106
106
|
"parent": {
|
|
107
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
107
|
+
"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",
|
|
108
108
|
"name": "UnstyledProp"
|
|
109
109
|
},
|
|
110
110
|
"declarations": [
|
|
111
111
|
{
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
112
|
+
"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",
|
|
113
113
|
"name": "UnstyledProp"
|
|
114
114
|
}
|
|
115
115
|
],
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
16
16
|
"name": "className",
|
|
17
17
|
"parent": {
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
19
19
|
"name": "ListBoxProps"
|
|
20
20
|
},
|
|
21
21
|
"declarations": [
|
|
22
22
|
{
|
|
23
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
23
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
24
24
|
"name": "ListBoxProps"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"description": "The unique id of the section.",
|
|
35
35
|
"name": "id",
|
|
36
36
|
"parent": {
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
38
38
|
"name": "SectionProps"
|
|
39
39
|
},
|
|
40
40
|
"declarations": [
|
|
41
41
|
{
|
|
42
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
42
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
43
43
|
"name": "SectionProps"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"description": "The object value that this section represents. When using dynamic collections, this is set\nautomatically.",
|
|
54
54
|
"name": "value",
|
|
55
55
|
"parent": {
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
57
57
|
"name": "SectionProps"
|
|
58
58
|
},
|
|
59
59
|
"declarations": [
|
|
60
60
|
{
|
|
61
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
61
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
62
62
|
"name": "SectionProps"
|
|
63
63
|
}
|
|
64
64
|
],
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"description": "The contents of the collection.",
|
|
73
73
|
"name": "children",
|
|
74
74
|
"parent": {
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
75
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
76
76
|
"name": "CollectionProps"
|
|
77
77
|
},
|
|
78
78
|
"declarations": [
|
|
79
79
|
{
|
|
80
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
80
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
81
81
|
"name": "CollectionProps"
|
|
82
82
|
}
|
|
83
83
|
],
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
92
92
|
"name": "dependencies",
|
|
93
93
|
"parent": {
|
|
94
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
94
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
95
95
|
"name": "CollectionProps"
|
|
96
96
|
},
|
|
97
97
|
"declarations": [
|
|
98
98
|
{
|
|
99
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
99
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
100
100
|
"name": "CollectionProps"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
@@ -110,12 +110,12 @@
|
|
|
110
110
|
"description": "An accessibility label for the section.",
|
|
111
111
|
"name": "aria-label",
|
|
112
112
|
"parent": {
|
|
113
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
113
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
114
114
|
"name": "SectionProps"
|
|
115
115
|
},
|
|
116
116
|
"declarations": [
|
|
117
117
|
{
|
|
118
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
118
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
119
119
|
"name": "SectionProps"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
@@ -129,12 +129,12 @@
|
|
|
129
129
|
"description": "Item objects in the collection.",
|
|
130
130
|
"name": "items",
|
|
131
131
|
"parent": {
|
|
132
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
132
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
133
133
|
"name": "CollectionBase"
|
|
134
134
|
},
|
|
135
135
|
"declarations": [
|
|
136
136
|
{
|
|
137
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
137
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
138
138
|
"name": "CollectionBase"
|
|
139
139
|
}
|
|
140
140
|
],
|
|
@@ -148,12 +148,12 @@
|
|
|
148
148
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
149
149
|
"name": "style",
|
|
150
150
|
"parent": {
|
|
151
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
151
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
152
152
|
"name": "StyleRenderProps"
|
|
153
153
|
},
|
|
154
154
|
"declarations": [
|
|
155
155
|
{
|
|
156
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
156
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
157
157
|
"name": "StyleRenderProps"
|
|
158
158
|
}
|
|
159
159
|
],
|
|
@@ -167,12 +167,12 @@
|
|
|
167
167
|
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
|
|
168
168
|
"name": "render",
|
|
169
169
|
"parent": {
|
|
170
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
170
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
171
171
|
"name": "DOMRenderProps"
|
|
172
172
|
},
|
|
173
173
|
"declarations": [
|
|
174
174
|
{
|
|
175
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
175
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
176
176
|
"name": "DOMRenderProps"
|
|
177
177
|
}
|
|
178
178
|
],
|
|
@@ -186,12 +186,12 @@
|
|
|
186
186
|
"description": "",
|
|
187
187
|
"name": "as",
|
|
188
188
|
"parent": {
|
|
189
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
189
|
+
"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",
|
|
190
190
|
"name": "PolymorphicProps"
|
|
191
191
|
},
|
|
192
192
|
"declarations": [
|
|
193
193
|
{
|
|
194
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
194
|
+
"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",
|
|
195
195
|
"name": "PolymorphicProps"
|
|
196
196
|
}
|
|
197
197
|
],
|
|
@@ -205,12 +205,12 @@
|
|
|
205
205
|
"description": "",
|
|
206
206
|
"name": "asChild",
|
|
207
207
|
"parent": {
|
|
208
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
208
|
+
"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",
|
|
209
209
|
"name": "PolymorphicProps"
|
|
210
210
|
},
|
|
211
211
|
"declarations": [
|
|
212
212
|
{
|
|
213
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
213
|
+
"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",
|
|
214
214
|
"name": "PolymorphicProps"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
@@ -224,12 +224,12 @@
|
|
|
224
224
|
"description": "",
|
|
225
225
|
"name": "css",
|
|
226
226
|
"parent": {
|
|
227
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
227
|
+
"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",
|
|
228
228
|
"name": "JsxStyleProps"
|
|
229
229
|
},
|
|
230
230
|
"declarations": [
|
|
231
231
|
{
|
|
232
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
232
|
+
"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",
|
|
233
233
|
"name": "JsxStyleProps"
|
|
234
234
|
}
|
|
235
235
|
],
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"name": "TypeLiteral"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
266
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
267
267
|
"name": "RefAttributes"
|
|
268
268
|
}
|
|
269
269
|
],
|
|
@@ -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
|
],
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
11
11
|
"name": "ref",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
14
14
|
"name": "RefAttributes"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
19
19
|
"name": "RefAttributes"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
11
11
|
"name": "unstyled",
|
|
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": "UnstyledProp"
|
|
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": "UnstyledProp"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
15
15
|
"name": "className",
|
|
16
16
|
"parent": {
|
|
17
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
17
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
18
18
|
"name": "TableHeaderProps"
|
|
19
19
|
},
|
|
20
20
|
"declarations": [
|
|
21
21
|
{
|
|
22
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
22
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
23
23
|
"name": "TableHeaderProps"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
26
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
27
27
|
"name": "HTMLAttributes"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"description": "Provides content to display when there are no rows in the table.",
|
|
38
38
|
"name": "renderEmptyState",
|
|
39
39
|
"parent": {
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
40
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
41
41
|
"name": "TableBodyProps"
|
|
42
42
|
},
|
|
43
43
|
"declarations": [
|
|
44
44
|
{
|
|
45
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
45
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
46
46
|
"name": "TableBodyProps"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"description": "The contents of the collection.",
|
|
57
57
|
"name": "children",
|
|
58
58
|
"parent": {
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
59
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
60
60
|
"name": "CollectionProps"
|
|
61
61
|
},
|
|
62
62
|
"declarations": [
|
|
63
63
|
{
|
|
64
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
64
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
65
65
|
"name": "CollectionProps"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"description": "Item objects in the collection.",
|
|
76
76
|
"name": "items",
|
|
77
77
|
"parent": {
|
|
78
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
78
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
79
79
|
"name": "CollectionBase"
|
|
80
80
|
},
|
|
81
81
|
"declarations": [
|
|
82
82
|
{
|
|
83
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
83
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
84
84
|
"name": "CollectionBase"
|
|
85
85
|
}
|
|
86
86
|
],
|
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
95
95
|
"name": "dependencies",
|
|
96
96
|
"parent": {
|
|
97
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
97
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
98
98
|
"name": "CollectionProps"
|
|
99
99
|
},
|
|
100
100
|
"declarations": [
|
|
101
101
|
{
|
|
102
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
102
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
103
103
|
"name": "CollectionProps"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
@@ -113,12 +113,12 @@
|
|
|
113
113
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
114
114
|
"name": "style",
|
|
115
115
|
"parent": {
|
|
116
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
116
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
117
117
|
"name": "StyleRenderProps"
|
|
118
118
|
},
|
|
119
119
|
"declarations": [
|
|
120
120
|
{
|
|
121
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
121
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
122
122
|
"name": "StyleRenderProps"
|
|
123
123
|
}
|
|
124
124
|
],
|
|
@@ -132,12 +132,12 @@
|
|
|
132
132
|
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
|
|
133
133
|
"name": "render",
|
|
134
134
|
"parent": {
|
|
135
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
135
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
136
136
|
"name": "DOMRenderProps"
|
|
137
137
|
},
|
|
138
138
|
"declarations": [
|
|
139
139
|
{
|
|
140
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
140
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
141
141
|
"name": "DOMRenderProps"
|
|
142
142
|
}
|
|
143
143
|
],
|
|
@@ -151,12 +151,12 @@
|
|
|
151
151
|
"description": "",
|
|
152
152
|
"name": "css",
|
|
153
153
|
"parent": {
|
|
154
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
154
|
+
"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",
|
|
155
155
|
"name": "JsxStyleProps"
|
|
156
156
|
},
|
|
157
157
|
"declarations": [
|
|
158
158
|
{
|
|
159
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
159
|
+
"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",
|
|
160
160
|
"name": "JsxStyleProps"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
"description": "",
|
|
171
171
|
"name": "as",
|
|
172
172
|
"parent": {
|
|
173
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
173
|
+
"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",
|
|
174
174
|
"name": "PolymorphicProps"
|
|
175
175
|
},
|
|
176
176
|
"declarations": [
|
|
177
177
|
{
|
|
178
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
178
|
+
"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",
|
|
179
179
|
"name": "PolymorphicProps"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"description": "",
|
|
190
190
|
"name": "asChild",
|
|
191
191
|
"parent": {
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
192
|
+
"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",
|
|
193
193
|
"name": "PolymorphicProps"
|
|
194
194
|
},
|
|
195
195
|
"declarations": [
|
|
196
196
|
{
|
|
197
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
197
|
+
"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",
|
|
198
198
|
"name": "PolymorphicProps"
|
|
199
199
|
}
|
|
200
200
|
],
|