@commercetools/nimbus-mcp 3.2.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 +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/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/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/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/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 +25 -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
|
@@ -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/Popover.d.ts",
|
|
19
19
|
"name": "PopoverProps"
|
|
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/Popover.d.ts",
|
|
24
24
|
"name": "PopoverProps"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
|
|
35
35
|
"name": "trigger",
|
|
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/Popover.d.ts",
|
|
38
38
|
"name": "PopoverProps"
|
|
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/Popover.d.ts",
|
|
43
43
|
"name": "PopoverProps"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"description": "The ref for the element which the popover positions itself with respect to.\n\nWhen used within a trigger component such as DialogTrigger, MenuTrigger, Select, etc.,\nthis is set automatically. It is only required when used standalone.",
|
|
54
54
|
"name": "triggerRef",
|
|
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/Popover.d.ts",
|
|
57
57
|
"name": "PopoverProps"
|
|
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/Popover.d.ts",
|
|
62
62
|
"name": "PopoverProps"
|
|
63
63
|
}
|
|
64
64
|
],
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"description": "Whether the popover is currently performing an entry animation.",
|
|
73
73
|
"name": "isEntering",
|
|
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/Popover.d.ts",
|
|
76
76
|
"name": "PopoverProps"
|
|
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/Popover.d.ts",
|
|
81
81
|
"name": "PopoverProps"
|
|
82
82
|
}
|
|
83
83
|
],
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"description": "Whether the popover is currently performing an exit animation.",
|
|
92
92
|
"name": "isExiting",
|
|
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/Popover.d.ts",
|
|
95
95
|
"name": "PopoverProps"
|
|
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/Popover.d.ts",
|
|
100
100
|
"name": "PopoverProps"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
"description": "The container element in which the overlay portal will be placed. This may have unknown\nbehavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
|
|
113
113
|
"name": "UNSTABLE_portalContainer",
|
|
114
114
|
"parent": {
|
|
115
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
115
|
+
"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/Popover.d.ts",
|
|
116
116
|
"name": "PopoverProps"
|
|
117
117
|
},
|
|
118
118
|
"declarations": [
|
|
119
119
|
{
|
|
120
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
120
|
+
"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/Popover.d.ts",
|
|
121
121
|
"name": "PopoverProps"
|
|
122
122
|
}
|
|
123
123
|
],
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
134
134
|
"name": "offset",
|
|
135
135
|
"parent": {
|
|
136
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
136
|
+
"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/Popover.d.ts",
|
|
137
137
|
"name": "PopoverProps"
|
|
138
138
|
},
|
|
139
139
|
"declarations": [
|
|
140
140
|
{
|
|
141
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
141
|
+
"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/Popover.d.ts",
|
|
142
142
|
"name": "PopoverProps"
|
|
143
143
|
}
|
|
144
144
|
],
|
|
@@ -154,12 +154,12 @@
|
|
|
154
154
|
"description": "The placement of the element with respect to its anchor element.",
|
|
155
155
|
"name": "placement",
|
|
156
156
|
"parent": {
|
|
157
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
157
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
158
158
|
"name": "PositionProps"
|
|
159
159
|
},
|
|
160
160
|
"declarations": [
|
|
161
161
|
{
|
|
162
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
162
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
163
163
|
"name": "PositionProps"
|
|
164
164
|
}
|
|
165
165
|
],
|
|
@@ -244,12 +244,12 @@
|
|
|
244
244
|
"description": "The placement padding that should be applied between the element and its\nsurrounding container.",
|
|
245
245
|
"name": "containerPadding",
|
|
246
246
|
"parent": {
|
|
247
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
247
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
248
248
|
"name": "PositionProps"
|
|
249
249
|
},
|
|
250
250
|
"declarations": [
|
|
251
251
|
{
|
|
252
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
252
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
253
253
|
"name": "PositionProps"
|
|
254
254
|
}
|
|
255
255
|
],
|
|
@@ -265,12 +265,12 @@
|
|
|
265
265
|
"description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
|
|
266
266
|
"name": "crossOffset",
|
|
267
267
|
"parent": {
|
|
268
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
268
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
269
269
|
"name": "PositionProps"
|
|
270
270
|
},
|
|
271
271
|
"declarations": [
|
|
272
272
|
{
|
|
273
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
273
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
274
274
|
"name": "PositionProps"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
@@ -286,12 +286,12 @@
|
|
|
286
286
|
"description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
|
|
287
287
|
"name": "shouldFlip",
|
|
288
288
|
"parent": {
|
|
289
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
289
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
290
290
|
"name": "PositionProps"
|
|
291
291
|
},
|
|
292
292
|
"declarations": [
|
|
293
293
|
{
|
|
294
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
294
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
295
295
|
"name": "PositionProps"
|
|
296
296
|
}
|
|
297
297
|
],
|
|
@@ -305,12 +305,12 @@
|
|
|
305
305
|
"description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
|
|
306
306
|
"name": "maxHeight",
|
|
307
307
|
"parent": {
|
|
308
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
308
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
309
309
|
"name": "AriaPositionProps"
|
|
310
310
|
},
|
|
311
311
|
"declarations": [
|
|
312
312
|
{
|
|
313
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
313
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
314
314
|
"name": "AriaPositionProps"
|
|
315
315
|
}
|
|
316
316
|
],
|
|
@@ -326,12 +326,12 @@
|
|
|
326
326
|
"description": "Element that that serves as the positioning boundary.",
|
|
327
327
|
"name": "boundaryElement",
|
|
328
328
|
"parent": {
|
|
329
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
329
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
330
330
|
"name": "AriaPositionProps"
|
|
331
331
|
},
|
|
332
332
|
"declarations": [
|
|
333
333
|
{
|
|
334
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
334
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
335
335
|
"name": "AriaPositionProps"
|
|
336
336
|
}
|
|
337
337
|
],
|
|
@@ -345,12 +345,12 @@
|
|
|
345
345
|
"description": "A ref for the popover arrow element.",
|
|
346
346
|
"name": "arrowRef",
|
|
347
347
|
"parent": {
|
|
348
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
348
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/usePopover.d.ts",
|
|
349
349
|
"name": "AriaPopoverProps"
|
|
350
350
|
},
|
|
351
351
|
"declarations": [
|
|
352
352
|
{
|
|
353
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
353
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/usePopover.d.ts",
|
|
354
354
|
"name": "AriaPopoverProps"
|
|
355
355
|
}
|
|
356
356
|
],
|
|
@@ -366,12 +366,12 @@
|
|
|
366
366
|
"description": "A ref for the scrollable region within the overlay.",
|
|
367
367
|
"name": "scrollRef",
|
|
368
368
|
"parent": {
|
|
369
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
369
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
370
370
|
"name": "AriaPositionProps"
|
|
371
371
|
},
|
|
372
372
|
"declarations": [
|
|
373
373
|
{
|
|
374
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
374
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
375
375
|
"name": "AriaPositionProps"
|
|
376
376
|
}
|
|
377
377
|
],
|
|
@@ -387,12 +387,12 @@
|
|
|
387
387
|
"description": "Whether the overlay should update its position automatically.",
|
|
388
388
|
"name": "shouldUpdatePosition",
|
|
389
389
|
"parent": {
|
|
390
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
390
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
391
391
|
"name": "AriaPositionProps"
|
|
392
392
|
},
|
|
393
393
|
"declarations": [
|
|
394
394
|
{
|
|
395
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
395
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
396
396
|
"name": "AriaPositionProps"
|
|
397
397
|
}
|
|
398
398
|
],
|
|
@@ -408,12 +408,12 @@
|
|
|
408
408
|
"description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
|
|
409
409
|
"name": "arrowBoundaryOffset",
|
|
410
410
|
"parent": {
|
|
411
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
411
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
412
412
|
"name": "AriaPositionProps"
|
|
413
413
|
},
|
|
414
414
|
"declarations": [
|
|
415
415
|
{
|
|
416
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
416
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
417
417
|
"name": "AriaPositionProps"
|
|
418
418
|
}
|
|
419
419
|
],
|
|
@@ -422,17 +422,38 @@
|
|
|
422
422
|
"name": "number"
|
|
423
423
|
}
|
|
424
424
|
},
|
|
425
|
+
"getTargetRect": {
|
|
426
|
+
"defaultValue": {
|
|
427
|
+
"value": "target.getBoundingClientRect()"
|
|
428
|
+
},
|
|
429
|
+
"description": "Overrides the target element's bounding rectangle. Useful for positioning relative to\na specific point such as the mouse cursor (e.g. context menus) or text selection.\n@param target - The target element.",
|
|
430
|
+
"name": "getTargetRect",
|
|
431
|
+
"parent": {
|
|
432
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
433
|
+
"name": "AriaPositionProps"
|
|
434
|
+
},
|
|
435
|
+
"declarations": [
|
|
436
|
+
{
|
|
437
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
438
|
+
"name": "AriaPositionProps"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"required": false,
|
|
442
|
+
"type": {
|
|
443
|
+
"name": "((target: Element) => DOMRect | null)"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
425
446
|
"isNonModal": {
|
|
426
447
|
"defaultValue": null,
|
|
427
448
|
"description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
|
|
428
449
|
"name": "isNonModal",
|
|
429
450
|
"parent": {
|
|
430
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
451
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/usePopover.d.ts",
|
|
431
452
|
"name": "AriaPopoverProps"
|
|
432
453
|
},
|
|
433
454
|
"declarations": [
|
|
434
455
|
{
|
|
435
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
456
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/usePopover.d.ts",
|
|
436
457
|
"name": "AriaPopoverProps"
|
|
437
458
|
}
|
|
438
459
|
],
|
|
@@ -448,12 +469,12 @@
|
|
|
448
469
|
"description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
|
|
449
470
|
"name": "isKeyboardDismissDisabled",
|
|
450
471
|
"parent": {
|
|
451
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
472
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/usePopover.d.ts",
|
|
452
473
|
"name": "AriaPopoverProps"
|
|
453
474
|
},
|
|
454
475
|
"declarations": [
|
|
455
476
|
{
|
|
456
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
477
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/usePopover.d.ts",
|
|
457
478
|
"name": "AriaPopoverProps"
|
|
458
479
|
}
|
|
459
480
|
],
|
|
@@ -467,12 +488,12 @@
|
|
|
467
488
|
"description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
|
|
468
489
|
"name": "shouldCloseOnInteractOutside",
|
|
469
490
|
"parent": {
|
|
470
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
491
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/usePopover.d.ts",
|
|
471
492
|
"name": "AriaPopoverProps"
|
|
472
493
|
},
|
|
473
494
|
"declarations": [
|
|
474
495
|
{
|
|
475
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
496
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/usePopover.d.ts",
|
|
476
497
|
"name": "AriaPopoverProps"
|
|
477
498
|
}
|
|
478
499
|
],
|
|
@@ -486,12 +507,12 @@
|
|
|
486
507
|
"description": "Whether the overlay is open by default (controlled).",
|
|
487
508
|
"name": "isOpen",
|
|
488
509
|
"parent": {
|
|
489
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
510
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
490
511
|
"name": "OverlayTriggerProps"
|
|
491
512
|
},
|
|
492
513
|
"declarations": [
|
|
493
514
|
{
|
|
494
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
515
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
495
516
|
"name": "OverlayTriggerProps"
|
|
496
517
|
}
|
|
497
518
|
],
|
|
@@ -505,12 +526,12 @@
|
|
|
505
526
|
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
506
527
|
"name": "defaultOpen",
|
|
507
528
|
"parent": {
|
|
508
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
529
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
509
530
|
"name": "OverlayTriggerProps"
|
|
510
531
|
},
|
|
511
532
|
"declarations": [
|
|
512
533
|
{
|
|
513
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
534
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
514
535
|
"name": "OverlayTriggerProps"
|
|
515
536
|
}
|
|
516
537
|
],
|
|
@@ -524,12 +545,12 @@
|
|
|
524
545
|
"description": "Handler that is called when the overlay's open state changes.",
|
|
525
546
|
"name": "onOpenChange",
|
|
526
547
|
"parent": {
|
|
527
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
548
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
528
549
|
"name": "OverlayTriggerProps"
|
|
529
550
|
},
|
|
530
551
|
"declarations": [
|
|
531
552
|
{
|
|
532
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
553
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
533
554
|
"name": "OverlayTriggerProps"
|
|
534
555
|
}
|
|
535
556
|
],
|
|
@@ -543,12 +564,12 @@
|
|
|
543
564
|
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
544
565
|
"name": "children",
|
|
545
566
|
"parent": {
|
|
546
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
567
|
+
"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",
|
|
547
568
|
"name": "RenderProps"
|
|
548
569
|
},
|
|
549
570
|
"declarations": [
|
|
550
571
|
{
|
|
551
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
572
|
+
"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",
|
|
552
573
|
"name": "RenderProps"
|
|
553
574
|
}
|
|
554
575
|
],
|
|
@@ -562,12 +583,12 @@
|
|
|
562
583
|
"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.",
|
|
563
584
|
"name": "style",
|
|
564
585
|
"parent": {
|
|
565
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
586
|
+
"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",
|
|
566
587
|
"name": "StyleRenderProps"
|
|
567
588
|
},
|
|
568
589
|
"declarations": [
|
|
569
590
|
{
|
|
570
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
591
|
+
"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",
|
|
571
592
|
"name": "StyleRenderProps"
|
|
572
593
|
}
|
|
573
594
|
],
|
|
@@ -581,12 +602,12 @@
|
|
|
581
602
|
"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.",
|
|
582
603
|
"name": "render",
|
|
583
604
|
"parent": {
|
|
584
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
605
|
+
"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",
|
|
585
606
|
"name": "DOMRenderProps"
|
|
586
607
|
},
|
|
587
608
|
"declarations": [
|
|
588
609
|
{
|
|
589
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
610
|
+
"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",
|
|
590
611
|
"name": "DOMRenderProps"
|
|
591
612
|
}
|
|
592
613
|
],
|
|
@@ -600,12 +621,12 @@
|
|
|
600
621
|
"description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
|
|
601
622
|
"name": "slot",
|
|
602
623
|
"parent": {
|
|
603
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
624
|
+
"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",
|
|
604
625
|
"name": "SlotProps"
|
|
605
626
|
},
|
|
606
627
|
"declarations": [
|
|
607
628
|
{
|
|
608
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
629
|
+
"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",
|
|
609
630
|
"name": "SlotProps"
|
|
610
631
|
}
|
|
611
632
|
],
|
|
@@ -619,12 +640,12 @@
|
|
|
619
640
|
"description": "Defines a string value that labels the current element.",
|
|
620
641
|
"name": "aria-label",
|
|
621
642
|
"parent": {
|
|
622
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
643
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
623
644
|
"name": "AriaLabelingProps"
|
|
624
645
|
},
|
|
625
646
|
"declarations": [
|
|
626
647
|
{
|
|
627
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
648
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
628
649
|
"name": "AriaLabelingProps"
|
|
629
650
|
}
|
|
630
651
|
],
|
|
@@ -638,12 +659,12 @@
|
|
|
638
659
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
639
660
|
"name": "aria-labelledby",
|
|
640
661
|
"parent": {
|
|
641
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
662
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
642
663
|
"name": "AriaLabelingProps"
|
|
643
664
|
},
|
|
644
665
|
"declarations": [
|
|
645
666
|
{
|
|
646
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
667
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
647
668
|
"name": "AriaLabelingProps"
|
|
648
669
|
}
|
|
649
670
|
],
|
|
@@ -657,12 +678,12 @@
|
|
|
657
678
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
658
679
|
"name": "aria-describedby",
|
|
659
680
|
"parent": {
|
|
660
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
681
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
661
682
|
"name": "AriaLabelingProps"
|
|
662
683
|
},
|
|
663
684
|
"declarations": [
|
|
664
685
|
{
|
|
665
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
686
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
666
687
|
"name": "AriaLabelingProps"
|
|
667
688
|
}
|
|
668
689
|
],
|
|
@@ -676,12 +697,12 @@
|
|
|
676
697
|
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
677
698
|
"name": "aria-details",
|
|
678
699
|
"parent": {
|
|
679
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
700
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
680
701
|
"name": "AriaLabelingProps"
|
|
681
702
|
},
|
|
682
703
|
"declarations": [
|
|
683
704
|
{
|
|
684
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
705
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
685
706
|
"name": "AriaLabelingProps"
|
|
686
707
|
}
|
|
687
708
|
],
|
|
@@ -695,12 +716,12 @@
|
|
|
695
716
|
"description": "",
|
|
696
717
|
"name": "as",
|
|
697
718
|
"parent": {
|
|
698
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
719
|
+
"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",
|
|
699
720
|
"name": "PolymorphicProps"
|
|
700
721
|
},
|
|
701
722
|
"declarations": [
|
|
702
723
|
{
|
|
703
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
724
|
+
"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",
|
|
704
725
|
"name": "PolymorphicProps"
|
|
705
726
|
}
|
|
706
727
|
],
|
|
@@ -714,12 +735,12 @@
|
|
|
714
735
|
"description": "",
|
|
715
736
|
"name": "asChild",
|
|
716
737
|
"parent": {
|
|
717
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
738
|
+
"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",
|
|
718
739
|
"name": "PolymorphicProps"
|
|
719
740
|
},
|
|
720
741
|
"declarations": [
|
|
721
742
|
{
|
|
722
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
743
|
+
"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",
|
|
723
744
|
"name": "PolymorphicProps"
|
|
724
745
|
}
|
|
725
746
|
],
|
|
@@ -733,12 +754,12 @@
|
|
|
733
754
|
"description": "",
|
|
734
755
|
"name": "css",
|
|
735
756
|
"parent": {
|
|
736
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
757
|
+
"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",
|
|
737
758
|
"name": "JsxStyleProps"
|
|
738
759
|
},
|
|
739
760
|
"declarations": [
|
|
740
761
|
{
|
|
741
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
762
|
+
"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",
|
|
742
763
|
"name": "JsxStyleProps"
|
|
743
764
|
}
|
|
744
765
|
],
|
|
@@ -752,12 +773,12 @@
|
|
|
752
773
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
753
774
|
"name": "unstyled",
|
|
754
775
|
"parent": {
|
|
755
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
776
|
+
"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",
|
|
756
777
|
"name": "UnstyledProp"
|
|
757
778
|
},
|
|
758
779
|
"declarations": [
|
|
759
780
|
{
|
|
760
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
781
|
+
"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",
|
|
761
782
|
"name": "UnstyledProp"
|
|
762
783
|
}
|
|
763
784
|
],
|