@commercetools/nimbus-mcp 3.0.0 → 3.1.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/data/docs/route-manifest.json +1407 -794
- package/data/docs/routes/components-data-display-data-table.json +66 -34
- package/data/docs/routes/components-data-display-draggable-list.json +62 -7
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-utilities-region.json +265 -0
- package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
- package/data/docs/routes/hooks-usedraganddrop.json +310 -0
- package/data/docs/routes/patterns-actions.json +78 -0
- package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
- package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
- package/data/docs/routes/patterns-dialogs.json +2 -2
- package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
- package/data/docs/routes/patterns-pages.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +32 -32
- package/data/docs/types/AccordionHeader.json +102 -102
- package/data/docs/types/AccordionItem.json +28 -28
- package/data/docs/types/AccordionRoot.json +15 -15
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +89 -89
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +2 -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 +97 -97
- package/data/docs/types/Calendar.json +111 -65
- 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/Checkbox.json +99 -99
- package/data/docs/types/Code.json +10 -10
- 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 +80 -80
- package/data/docs/types/ComboBoxOption.json +77 -77
- package/data/docs/types/ComboBoxPopover.json +77 -77
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +29 -29
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/ConfirmationDialog.json +224 -0
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +17 -2
- package/data/docs/types/DataTableBody.json +24 -24
- package/data/docs/types/DataTableHeader.json +31 -31
- package/data/docs/types/DataTableRoot.json +17 -2
- package/data/docs/types/DataTableTable.json +35 -20
- package/data/docs/types/DateInput.json +84 -84
- package/data/docs/types/DatePicker.json +65 -65
- package/data/docs/types/DateRangePicker.json +99 -99
- package/data/docs/types/DateRangePickerField.json +99 -99
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +87 -87
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DragAndDropItemData.json +9 -0
- package/data/docs/types/DragAndDropProps.json +9 -0
- package/data/docs/types/DraggableListField.json +159 -70
- package/data/docs/types/DraggableListItem.json +63 -63
- package/data/docs/types/DraggableListRoot.json +159 -70
- package/data/docs/types/DrawerCloseTrigger.json +87 -87
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormDialog.json +198 -0
- 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 +97 -97
- package/data/docs/types/IconToggleButton.json +84 -84
- package/data/docs/types/Image.json +30 -30
- 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 +31 -31
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +10 -10
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +19 -19
- package/data/docs/types/MenuItem.json +75 -75
- package/data/docs/types/MenuRoot.json +63 -63
- package/data/docs/types/MenuSection.json +35 -54
- package/data/docs/types/MenuSubmenuTrigger.json +5 -5
- package/data/docs/types/MenuTrigger.json +102 -102
- package/data/docs/types/MultilineTextInput.json +134 -134
- package/data/docs/types/MultilineTextInputField.json +131 -131
- package/data/docs/types/NumberInput.json +100 -100
- package/data/docs/types/NumberInputField.json +95 -95
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +129 -129
- package/data/docs/types/PasswordInputField.json +129 -129
- package/data/docs/types/ProgressBar.json +14 -14
- package/data/docs/types/PublicPageLayout.json +99 -0
- package/data/docs/types/RadioInputOption.json +64 -64
- package/data/docs/types/RadioInputRoot.json +55 -55
- package/data/docs/types/RangeCalendar.json +90 -71
- package/data/docs/types/Region.json +114 -0
- package/data/docs/types/RegionProvider.json +25 -0
- package/data/docs/types/RegionTarget.json +112 -0
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +10 -10
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +136 -136
- package/data/docs/types/SearchInputField.json +131 -131
- package/data/docs/types/SelectOption.json +66 -66
- package/data/docs/types/SelectOptionGroup.json +22 -22
- package/data/docs/types/SelectOptions.json +74 -74
- package/data/docs/types/SelectRoot.json +102 -102
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +12 -12
- package/data/docs/types/Splitter.json +12 -0
- package/data/docs/types/SplitterAside.json +27 -0
- package/data/docs/types/SplitterHandle.json +27 -0
- package/data/docs/types/SplitterMain.json +27 -0
- package/data/docs/types/SplitterRoot.json +271 -0
- package/data/docs/types/SplitterSizeToken.json +9 -0
- 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 +38 -38
- package/data/docs/types/TabNavItem.json +18 -18
- package/data/docs/types/TabNavRoot.json +2 -2
- 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 +32 -32
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +2 -2
- package/data/docs/types/TagGroupRoot.json +27 -27
- package/data/docs/types/TagGroupTag.json +68 -68
- package/data/docs/types/TagGroupTagList.json +18 -18
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +132 -132
- package/data/docs/types/TextInputField.json +129 -129
- package/data/docs/types/TimeInput.json +78 -78
- package/data/docs/types/ToggleButton.json +86 -86
- package/data/docs/types/ToggleButtonGroupButton.json +33 -33
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +12 -12
- package/data/docs/types/TooltipContent.json +31 -31
- package/data/docs/types/TooltipRoot.json +18 -18
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/UseDragAndDropOptions.json +9 -0
- package/data/docs/types/VisuallyHidden.json +7 -7
- package/data/docs/types/createArrayHandlers.json +12 -0
- package/data/docs/types/createItemsFromCsvDrop.json +833 -0
- package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
- package/data/docs/types/createItemsFromFileDrop.json +833 -0
- package/data/docs/types/createItemsFromImageDrop.json +833 -0
- package/data/docs/types/createItemsFromJsonDrop.json +833 -0
- package/data/docs/types/createItemsFromTextDrop.json +12 -0
- package/data/docs/types/createListDataHandlers.json +102 -0
- package/data/docs/types/manifest.json +29 -2
- package/data/docs/types/useDragAndDrop.json +174 -0
- package/data/docs/types/useRegion.json +1052 -0
- package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
- package/package.json +6 -6
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"props": {
|
|
11
11
|
"slot": {
|
|
12
12
|
"defaultValue": null,
|
|
13
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
13
|
+
"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.",
|
|
14
14
|
"name": "slot",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.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",
|
|
17
17
|
"name": "SlotProps"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.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",
|
|
22
22
|
"name": "SlotProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"description": "The default value (uncontrolled).",
|
|
33
33
|
"name": "defaultValue",
|
|
34
34
|
"parent": {
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
35
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36
36
|
"name": "ValueBase"
|
|
37
37
|
},
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
40
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
41
41
|
"name": "ValueBase"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"description": "Whether to automatically focus the calendar when it mounts.",
|
|
54
54
|
"name": "autoFocus",
|
|
55
55
|
"parent": {
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
57
57
|
"name": "CalendarPropsBase"
|
|
58
58
|
},
|
|
59
59
|
"declarations": [
|
|
60
60
|
{
|
|
61
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
61
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
62
62
|
"name": "CalendarPropsBase"
|
|
63
63
|
}
|
|
64
64
|
],
|
|
@@ -71,34 +71,34 @@
|
|
|
71
71
|
"defaultValue": {
|
|
72
72
|
"value": "'react-aria-Calendar'"
|
|
73
73
|
},
|
|
74
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
74
|
+
"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.",
|
|
75
75
|
"name": "className",
|
|
76
76
|
"parent": {
|
|
77
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
77
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Calendar.d.ts",
|
|
78
78
|
"name": "CalendarProps"
|
|
79
79
|
},
|
|
80
80
|
"declarations": [
|
|
81
81
|
{
|
|
82
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
82
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Calendar.d.ts",
|
|
83
83
|
"name": "CalendarProps"
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
86
|
"required": false,
|
|
87
87
|
"type": {
|
|
88
|
-
"name": "ClassNameOrFunction<CalendarRenderProps
|
|
88
|
+
"name": "ClassNameOrFunction<CalendarRenderProps<\"single\">>"
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"id": {
|
|
92
92
|
"defaultValue": null,
|
|
93
|
-
"description": "The element's unique identifier. See
|
|
93
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
94
94
|
"name": "id",
|
|
95
95
|
"parent": {
|
|
96
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
96
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
97
97
|
"name": "DOMProps"
|
|
98
98
|
},
|
|
99
99
|
"declarations": [
|
|
100
100
|
{
|
|
101
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
101
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
102
102
|
"name": "DOMProps"
|
|
103
103
|
}
|
|
104
104
|
],
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
113
113
|
"name": "aria-describedby",
|
|
114
114
|
"parent": {
|
|
115
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
115
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
116
116
|
"name": "AriaLabelingProps"
|
|
117
117
|
},
|
|
118
118
|
"declarations": [
|
|
119
119
|
{
|
|
120
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
120
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
121
121
|
"name": "AriaLabelingProps"
|
|
122
122
|
}
|
|
123
123
|
],
|
|
@@ -128,15 +128,15 @@
|
|
|
128
128
|
},
|
|
129
129
|
"aria-details": {
|
|
130
130
|
"defaultValue": null,
|
|
131
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
131
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
132
132
|
"name": "aria-details",
|
|
133
133
|
"parent": {
|
|
134
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
134
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
135
135
|
"name": "AriaLabelingProps"
|
|
136
136
|
},
|
|
137
137
|
"declarations": [
|
|
138
138
|
{
|
|
139
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
139
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
140
140
|
"name": "AriaLabelingProps"
|
|
141
141
|
}
|
|
142
142
|
],
|
|
@@ -150,12 +150,12 @@
|
|
|
150
150
|
"description": "Defines a string value that labels the current element.",
|
|
151
151
|
"name": "aria-label",
|
|
152
152
|
"parent": {
|
|
153
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
153
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
154
154
|
"name": "AriaLabelingProps"
|
|
155
155
|
},
|
|
156
156
|
"declarations": [
|
|
157
157
|
{
|
|
158
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
158
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
159
159
|
"name": "AriaLabelingProps"
|
|
160
160
|
}
|
|
161
161
|
],
|
|
@@ -169,12 +169,12 @@
|
|
|
169
169
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
170
170
|
"name": "aria-labelledby",
|
|
171
171
|
"parent": {
|
|
172
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
172
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
173
173
|
"name": "AriaLabelingProps"
|
|
174
174
|
},
|
|
175
175
|
"declarations": [
|
|
176
176
|
{
|
|
177
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
177
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
178
178
|
"name": "AriaLabelingProps"
|
|
179
179
|
}
|
|
180
180
|
],
|
|
@@ -185,15 +185,15 @@
|
|
|
185
185
|
},
|
|
186
186
|
"children": {
|
|
187
187
|
"defaultValue": null,
|
|
188
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
188
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
189
189
|
"name": "children",
|
|
190
190
|
"parent": {
|
|
191
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
191
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.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",
|
|
192
192
|
"name": "RenderProps"
|
|
193
193
|
},
|
|
194
194
|
"declarations": [
|
|
195
195
|
{
|
|
196
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
196
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.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",
|
|
197
197
|
"name": "RenderProps"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
@@ -207,12 +207,12 @@
|
|
|
207
207
|
"description": "Handler that is called when the value changes.",
|
|
208
208
|
"name": "onChange",
|
|
209
209
|
"parent": {
|
|
210
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
210
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
211
211
|
"name": "ValueBase"
|
|
212
212
|
},
|
|
213
213
|
"declarations": [
|
|
214
214
|
{
|
|
215
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
215
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
216
216
|
"name": "ValueBase"
|
|
217
217
|
}
|
|
218
218
|
],
|
|
@@ -226,12 +226,12 @@
|
|
|
226
226
|
"description": "The current value (controlled).",
|
|
227
227
|
"name": "value",
|
|
228
228
|
"parent": {
|
|
229
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
229
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
230
230
|
"name": "ValueBase"
|
|
231
231
|
},
|
|
232
232
|
"declarations": [
|
|
233
233
|
{
|
|
234
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
234
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
235
235
|
"name": "ValueBase"
|
|
236
236
|
}
|
|
237
237
|
],
|
|
@@ -247,12 +247,12 @@
|
|
|
247
247
|
"description": "Whether the calendar is disabled.",
|
|
248
248
|
"name": "isDisabled",
|
|
249
249
|
"parent": {
|
|
250
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
250
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
251
251
|
"name": "CalendarPropsBase"
|
|
252
252
|
},
|
|
253
253
|
"declarations": [
|
|
254
254
|
{
|
|
255
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
255
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
256
256
|
"name": "CalendarPropsBase"
|
|
257
257
|
}
|
|
258
258
|
],
|
|
@@ -266,12 +266,12 @@
|
|
|
266
266
|
"description": "Handler that is called when the focused date changes.",
|
|
267
267
|
"name": "onFocusChange",
|
|
268
268
|
"parent": {
|
|
269
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
269
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
270
270
|
"name": "CalendarPropsBase"
|
|
271
271
|
},
|
|
272
272
|
"declarations": [
|
|
273
273
|
{
|
|
274
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
274
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
275
275
|
"name": "CalendarPropsBase"
|
|
276
276
|
}
|
|
277
277
|
],
|
|
@@ -282,15 +282,15 @@
|
|
|
282
282
|
},
|
|
283
283
|
"render": {
|
|
284
284
|
"defaultValue": null,
|
|
285
|
-
"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
|
|
285
|
+
"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.",
|
|
286
286
|
"name": "render",
|
|
287
287
|
"parent": {
|
|
288
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
288
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.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",
|
|
289
289
|
"name": "DOMRenderProps"
|
|
290
290
|
},
|
|
291
291
|
"declarations": [
|
|
292
292
|
{
|
|
293
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
293
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.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",
|
|
294
294
|
"name": "DOMRenderProps"
|
|
295
295
|
}
|
|
296
296
|
],
|
|
@@ -304,12 +304,12 @@
|
|
|
304
304
|
"description": "Whether the current selection is invalid according to application logic.",
|
|
305
305
|
"name": "isInvalid",
|
|
306
306
|
"parent": {
|
|
307
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
307
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
308
308
|
"name": "CalendarPropsBase"
|
|
309
309
|
},
|
|
310
310
|
"declarations": [
|
|
311
311
|
{
|
|
312
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
312
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
313
313
|
"name": "CalendarPropsBase"
|
|
314
314
|
}
|
|
315
315
|
],
|
|
@@ -325,12 +325,12 @@
|
|
|
325
325
|
"description": "Whether the calendar value is immutable.",
|
|
326
326
|
"name": "isReadOnly",
|
|
327
327
|
"parent": {
|
|
328
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
328
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
329
329
|
"name": "CalendarPropsBase"
|
|
330
330
|
},
|
|
331
331
|
"declarations": [
|
|
332
332
|
{
|
|
333
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
333
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
334
334
|
"name": "CalendarPropsBase"
|
|
335
335
|
}
|
|
336
336
|
],
|
|
@@ -343,15 +343,15 @@
|
|
|
343
343
|
"defaultValue": {
|
|
344
344
|
"value": "'select'"
|
|
345
345
|
},
|
|
346
|
-
"description": "Controls the behavior when a pointer is released outside the calendar or a blur occurs mid
|
|
346
|
+
"description": "Controls the behavior when a pointer is released outside the calendar or a blur occurs mid\nselection:\n\n- `clear`: clear the currently selected range of dates.\n- `reset`: reset the selection to the previously selected range of dates.\n- `select`: select the currently hovered range of dates.",
|
|
347
347
|
"name": "commitBehavior",
|
|
348
348
|
"parent": {
|
|
349
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
349
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/calendar/useRangeCalendar.d.ts",
|
|
350
350
|
"name": "AriaRangeCalendarProps"
|
|
351
351
|
},
|
|
352
352
|
"declarations": [
|
|
353
353
|
{
|
|
354
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
354
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/calendar/useRangeCalendar.d.ts",
|
|
355
355
|
"name": "AriaRangeCalendarProps"
|
|
356
356
|
}
|
|
357
357
|
],
|
|
@@ -377,12 +377,12 @@
|
|
|
377
377
|
"description": "The minimum allowed date that a user may select.",
|
|
378
378
|
"name": "minValue",
|
|
379
379
|
"parent": {
|
|
380
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
380
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
381
381
|
"name": "CalendarPropsBase"
|
|
382
382
|
},
|
|
383
383
|
"declarations": [
|
|
384
384
|
{
|
|
385
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
385
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
386
386
|
"name": "CalendarPropsBase"
|
|
387
387
|
}
|
|
388
388
|
],
|
|
@@ -396,12 +396,12 @@
|
|
|
396
396
|
"description": "The maximum allowed date that a user may select.",
|
|
397
397
|
"name": "maxValue",
|
|
398
398
|
"parent": {
|
|
399
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
399
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
400
400
|
"name": "CalendarPropsBase"
|
|
401
401
|
},
|
|
402
402
|
"declarations": [
|
|
403
403
|
{
|
|
404
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
404
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
405
405
|
"name": "CalendarPropsBase"
|
|
406
406
|
}
|
|
407
407
|
],
|
|
@@ -412,21 +412,21 @@
|
|
|
412
412
|
},
|
|
413
413
|
"isDateUnavailable": {
|
|
414
414
|
"defaultValue": null,
|
|
415
|
-
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is
|
|
415
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is\nunavailable. The second argument provides the current selection anchor date, if any. This can\nbe used to adjust the available dates based on the user's first selected date.",
|
|
416
416
|
"name": "isDateUnavailable",
|
|
417
417
|
"parent": {
|
|
418
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
419
|
-
"name": "
|
|
418
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useRangeCalendarState.d.ts",
|
|
419
|
+
"name": "RangeCalendarProps"
|
|
420
420
|
},
|
|
421
421
|
"declarations": [
|
|
422
422
|
{
|
|
423
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
424
|
-
"name": "
|
|
423
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useRangeCalendarState.d.ts",
|
|
424
|
+
"name": "RangeCalendarProps"
|
|
425
425
|
}
|
|
426
426
|
],
|
|
427
427
|
"required": false,
|
|
428
428
|
"type": {
|
|
429
|
-
"name": "((date: DateValue) => boolean)"
|
|
429
|
+
"name": "((date: DateValue, anchorDate: CalendarDate | null) => boolean)"
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
432
|
"focusedValue": {
|
|
@@ -434,12 +434,12 @@
|
|
|
434
434
|
"description": "Controls the currently focused date within the calendar.",
|
|
435
435
|
"name": "focusedValue",
|
|
436
436
|
"parent": {
|
|
437
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
437
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
438
438
|
"name": "CalendarPropsBase"
|
|
439
439
|
},
|
|
440
440
|
"declarations": [
|
|
441
441
|
{
|
|
442
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
442
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
443
443
|
"name": "CalendarPropsBase"
|
|
444
444
|
}
|
|
445
445
|
],
|
|
@@ -453,12 +453,12 @@
|
|
|
453
453
|
"description": "The date that is focused when the calendar first mounts (uncontrolled).",
|
|
454
454
|
"name": "defaultFocusedValue",
|
|
455
455
|
"parent": {
|
|
456
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
456
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
457
457
|
"name": "CalendarPropsBase"
|
|
458
458
|
},
|
|
459
459
|
"declarations": [
|
|
460
460
|
{
|
|
461
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
461
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
462
462
|
"name": "CalendarPropsBase"
|
|
463
463
|
}
|
|
464
464
|
],
|
|
@@ -471,15 +471,15 @@
|
|
|
471
471
|
"defaultValue": {
|
|
472
472
|
"value": "visible"
|
|
473
473
|
},
|
|
474
|
-
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by
|
|
474
|
+
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by\nvisibleDuration (default) or one unit of visibleDuration.",
|
|
475
475
|
"name": "pageBehavior",
|
|
476
476
|
"parent": {
|
|
477
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
477
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
478
478
|
"name": "CalendarPropsBase"
|
|
479
479
|
},
|
|
480
480
|
"declarations": [
|
|
481
481
|
{
|
|
482
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
482
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
483
483
|
"name": "CalendarPropsBase"
|
|
484
484
|
}
|
|
485
485
|
],
|
|
@@ -502,12 +502,12 @@
|
|
|
502
502
|
"description": "The day that starts the week.",
|
|
503
503
|
"name": "firstDayOfWeek",
|
|
504
504
|
"parent": {
|
|
505
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
505
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
506
506
|
"name": "CalendarPropsBase"
|
|
507
507
|
},
|
|
508
508
|
"declarations": [
|
|
509
509
|
{
|
|
510
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
510
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
511
511
|
"name": "CalendarPropsBase"
|
|
512
512
|
}
|
|
513
513
|
],
|
|
@@ -544,15 +544,15 @@
|
|
|
544
544
|
"defaultValue": {
|
|
545
545
|
"value": "'center'"
|
|
546
546
|
},
|
|
547
|
-
"description": "Determines the alignment of the visible months on initial render based on the current selection
|
|
547
|
+
"description": "Determines the alignment of the visible months on initial render based on the current selection\nor current date if there is no selection.",
|
|
548
548
|
"name": "selectionAlignment",
|
|
549
549
|
"parent": {
|
|
550
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
550
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
551
551
|
"name": "CalendarPropsBase"
|
|
552
552
|
},
|
|
553
553
|
"declarations": [
|
|
554
554
|
{
|
|
555
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
555
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
556
556
|
"name": "CalendarPropsBase"
|
|
557
557
|
}
|
|
558
558
|
],
|
|
@@ -573,19 +573,38 @@
|
|
|
573
573
|
]
|
|
574
574
|
}
|
|
575
575
|
},
|
|
576
|
+
"weeksInMonth": {
|
|
577
|
+
"defaultValue": null,
|
|
578
|
+
"description": "The number of weeks in a month. This overrides the default set by the locale.",
|
|
579
|
+
"name": "weeksInMonth",
|
|
580
|
+
"parent": {
|
|
581
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
582
|
+
"name": "CalendarPropsBase"
|
|
583
|
+
},
|
|
584
|
+
"declarations": [
|
|
585
|
+
{
|
|
586
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
587
|
+
"name": "CalendarPropsBase"
|
|
588
|
+
}
|
|
589
|
+
],
|
|
590
|
+
"required": false,
|
|
591
|
+
"type": {
|
|
592
|
+
"name": "number"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
576
595
|
"visibleDuration": {
|
|
577
596
|
"defaultValue": {
|
|
578
|
-
"value": "{months: 1}"
|
|
597
|
+
"value": "{ months: 1 }"
|
|
579
598
|
},
|
|
580
599
|
"description": "The amount of days that will be displayed at once. This affects how pagination works.",
|
|
581
600
|
"name": "visibleDuration",
|
|
582
601
|
"parent": {
|
|
583
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
602
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Calendar.d.ts",
|
|
584
603
|
"name": "CalendarProps"
|
|
585
604
|
},
|
|
586
605
|
"declarations": [
|
|
587
606
|
{
|
|
588
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
607
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Calendar.d.ts",
|
|
589
608
|
"name": "CalendarProps"
|
|
590
609
|
}
|
|
591
610
|
],
|
|
@@ -599,12 +618,12 @@
|
|
|
599
618
|
"description": "When combined with `isDateUnavailable`, determines whether non-contiguous ranges,\ni.e. ranges containing unavailable dates, may be selected.",
|
|
600
619
|
"name": "allowsNonContiguousRanges",
|
|
601
620
|
"parent": {
|
|
602
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
621
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useRangeCalendarState.d.ts",
|
|
603
622
|
"name": "RangeCalendarProps"
|
|
604
623
|
},
|
|
605
624
|
"declarations": [
|
|
606
625
|
{
|
|
607
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
626
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useRangeCalendarState.d.ts",
|
|
608
627
|
"name": "RangeCalendarProps"
|
|
609
628
|
}
|
|
610
629
|
],
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"example": "// somewhere in the layout (e.g. an app shell):\n<Region name=\"sidebar\" />\n\n// anywhere else, even a different package:\nconst { Region: Sidebar } = useRegion(\"sidebar\");\nreturn <Sidebar>{content}</Sidebar>;"
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "Region\n============================================================\nA headless, component-agnostic primitive for **named regions** — \"render this\ncontent over there.\" Two sides:\n\n- **place a target**: `<Region name=\"foo\" />` marks where a named region\n renders. It's layout-transparent (`display: contents`), so projected content\n lays out as a direct child of the target's parent.\n- **fill it**: `const { Region, value } = useRegion(\"foo\")` returns a stable\n portal to project content into the target (plus any `value` the target\n published). Projected content paints at the target while staying in the\n author's React tree, so all ancestor context is preserved.\n\nThe scope is provided by `Region.Provider`, which is mounted **ambiently**\ninside `NimbusProvider` — so in a Nimbus app you place targets and call\n`useRegion` without ever wrapping anything yourself.",
|
|
7
|
+
"displayName": "Region",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"css": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "",
|
|
13
|
+
"name": "css",
|
|
14
|
+
"parent": {
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
16
|
+
"name": "JsxStyleProps"
|
|
17
|
+
},
|
|
18
|
+
"declarations": [
|
|
19
|
+
{
|
|
20
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
21
|
+
"name": "JsxStyleProps"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"required": false,
|
|
25
|
+
"type": {
|
|
26
|
+
"name": "SystemStyleObject | Omit<(SystemStyleObject)[], keyof any[]>"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"as": {
|
|
30
|
+
"defaultValue": null,
|
|
31
|
+
"description": "",
|
|
32
|
+
"name": "as",
|
|
33
|
+
"parent": {
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
35
|
+
"name": "PolymorphicProps"
|
|
36
|
+
},
|
|
37
|
+
"declarations": [
|
|
38
|
+
{
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
40
|
+
"name": "PolymorphicProps"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"required": false,
|
|
44
|
+
"type": {
|
|
45
|
+
"name": "ElementType"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"asChild": {
|
|
49
|
+
"defaultValue": null,
|
|
50
|
+
"description": "",
|
|
51
|
+
"name": "asChild",
|
|
52
|
+
"parent": {
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
54
|
+
"name": "PolymorphicProps"
|
|
55
|
+
},
|
|
56
|
+
"declarations": [
|
|
57
|
+
{
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
59
|
+
"name": "PolymorphicProps"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"required": false,
|
|
63
|
+
"type": {
|
|
64
|
+
"name": "boolean"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"name": {
|
|
68
|
+
"defaultValue": null,
|
|
69
|
+
"description": "The region name this target fulfills. Consumers fill it via `useRegion(name)`.",
|
|
70
|
+
"name": "name",
|
|
71
|
+
"declarations": [
|
|
72
|
+
{
|
|
73
|
+
"fileName": "nimbus/packages/nimbus/src/components/region/region.types.ts",
|
|
74
|
+
"name": "TypeLiteral"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"required": true,
|
|
78
|
+
"type": {
|
|
79
|
+
"name": "string"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"value": {
|
|
83
|
+
"defaultValue": null,
|
|
84
|
+
"description": "An optional value to publish for this region (e.g. control callbacks +\nstate). Memoize it at the call site — its identity changing is what notifies\nconsumers, so unstable values cause needless re-renders. Keep callbacks\nstable (ref-backed) so consumer effects that depend on them don't re-run on\nevery state change.\n@example const commands = useRef({ open: () => setOpen(true) }).current; // stable\nconst value = useMemo(() => ({ isOpen, ...commands }), [isOpen, commands]);\nreturn <Region name=\"panel\" value={value} />;",
|
|
85
|
+
"name": "value",
|
|
86
|
+
"declarations": [
|
|
87
|
+
{
|
|
88
|
+
"fileName": "nimbus/packages/nimbus/src/components/region/region.types.ts",
|
|
89
|
+
"name": "TypeLiteral"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"required": false,
|
|
93
|
+
"type": {
|
|
94
|
+
"name": "unknown"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"ref": {
|
|
98
|
+
"defaultValue": null,
|
|
99
|
+
"description": "Ref to the target element.",
|
|
100
|
+
"name": "ref",
|
|
101
|
+
"declarations": [
|
|
102
|
+
{
|
|
103
|
+
"fileName": "nimbus/packages/nimbus/src/components/region/region.types.ts",
|
|
104
|
+
"name": "TypeLiteral"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"required": false,
|
|
108
|
+
"type": {
|
|
109
|
+
"name": "Ref<HTMLDivElement>"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"supportsStyleProps": false
|
|
114
|
+
}
|