@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
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"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.",
|
|
13
13
|
"name": "slot",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
15
|
+
"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",
|
|
16
16
|
"name": "SlotProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
20
|
+
"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",
|
|
21
21
|
"name": "SlotProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "The default value (uncontrolled).",
|
|
32
32
|
"name": "defaultValue",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
35
35
|
"name": "ValueBase"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
40
40
|
"name": "ValueBase"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"description": "Whether to automatically focus the calendar when it mounts.",
|
|
53
53
|
"name": "autoFocus",
|
|
54
54
|
"parent": {
|
|
55
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
55
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
56
56
|
"name": "CalendarPropsBase"
|
|
57
57
|
},
|
|
58
58
|
"declarations": [
|
|
59
59
|
{
|
|
60
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
60
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
61
61
|
"name": "CalendarPropsBase"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
"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.",
|
|
74
74
|
"name": "className",
|
|
75
75
|
"parent": {
|
|
76
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
76
|
+
"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/Calendar.d.ts",
|
|
77
77
|
"name": "CalendarProps"
|
|
78
78
|
},
|
|
79
79
|
"declarations": [
|
|
80
80
|
{
|
|
81
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
81
|
+
"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/Calendar.d.ts",
|
|
82
82
|
"name": "CalendarProps"
|
|
83
83
|
}
|
|
84
84
|
],
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
93
93
|
"name": "id",
|
|
94
94
|
"parent": {
|
|
95
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
95
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
96
96
|
"name": "DOMProps"
|
|
97
97
|
},
|
|
98
98
|
"declarations": [
|
|
99
99
|
{
|
|
100
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
100
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
101
101
|
"name": "DOMProps"
|
|
102
102
|
}
|
|
103
103
|
],
|
|
@@ -111,12 +111,12 @@
|
|
|
111
111
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
112
112
|
"name": "aria-describedby",
|
|
113
113
|
"parent": {
|
|
114
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
114
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
115
115
|
"name": "AriaLabelingProps"
|
|
116
116
|
},
|
|
117
117
|
"declarations": [
|
|
118
118
|
{
|
|
119
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
119
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
120
120
|
"name": "AriaLabelingProps"
|
|
121
121
|
}
|
|
122
122
|
],
|
|
@@ -130,12 +130,12 @@
|
|
|
130
130
|
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
131
131
|
"name": "aria-details",
|
|
132
132
|
"parent": {
|
|
133
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
133
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
134
134
|
"name": "AriaLabelingProps"
|
|
135
135
|
},
|
|
136
136
|
"declarations": [
|
|
137
137
|
{
|
|
138
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
138
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
139
139
|
"name": "AriaLabelingProps"
|
|
140
140
|
}
|
|
141
141
|
],
|
|
@@ -149,12 +149,12 @@
|
|
|
149
149
|
"description": "Defines a string value that labels the current element.",
|
|
150
150
|
"name": "aria-label",
|
|
151
151
|
"parent": {
|
|
152
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
152
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
153
153
|
"name": "AriaLabelingProps"
|
|
154
154
|
},
|
|
155
155
|
"declarations": [
|
|
156
156
|
{
|
|
157
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
157
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
158
158
|
"name": "AriaLabelingProps"
|
|
159
159
|
}
|
|
160
160
|
],
|
|
@@ -168,12 +168,12 @@
|
|
|
168
168
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
169
169
|
"name": "aria-labelledby",
|
|
170
170
|
"parent": {
|
|
171
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
171
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
172
172
|
"name": "AriaLabelingProps"
|
|
173
173
|
},
|
|
174
174
|
"declarations": [
|
|
175
175
|
{
|
|
176
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
176
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
177
177
|
"name": "AriaLabelingProps"
|
|
178
178
|
}
|
|
179
179
|
],
|
|
@@ -187,12 +187,12 @@
|
|
|
187
187
|
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
188
188
|
"name": "children",
|
|
189
189
|
"parent": {
|
|
190
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
190
|
+
"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",
|
|
191
191
|
"name": "RenderProps"
|
|
192
192
|
},
|
|
193
193
|
"declarations": [
|
|
194
194
|
{
|
|
195
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
195
|
+
"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",
|
|
196
196
|
"name": "RenderProps"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
@@ -206,12 +206,12 @@
|
|
|
206
206
|
"description": "Handler that is called when the value changes.",
|
|
207
207
|
"name": "onChange",
|
|
208
208
|
"parent": {
|
|
209
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
209
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
210
210
|
"name": "ValueBase"
|
|
211
211
|
},
|
|
212
212
|
"declarations": [
|
|
213
213
|
{
|
|
214
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
214
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
215
215
|
"name": "ValueBase"
|
|
216
216
|
}
|
|
217
217
|
],
|
|
@@ -225,12 +225,12 @@
|
|
|
225
225
|
"description": "The current value (controlled).",
|
|
226
226
|
"name": "value",
|
|
227
227
|
"parent": {
|
|
228
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
228
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
229
229
|
"name": "ValueBase"
|
|
230
230
|
},
|
|
231
231
|
"declarations": [
|
|
232
232
|
{
|
|
233
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
233
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
234
234
|
"name": "ValueBase"
|
|
235
235
|
}
|
|
236
236
|
],
|
|
@@ -246,12 +246,12 @@
|
|
|
246
246
|
"description": "Whether the calendar is disabled.",
|
|
247
247
|
"name": "isDisabled",
|
|
248
248
|
"parent": {
|
|
249
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
249
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
250
250
|
"name": "CalendarPropsBase"
|
|
251
251
|
},
|
|
252
252
|
"declarations": [
|
|
253
253
|
{
|
|
254
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
254
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
255
255
|
"name": "CalendarPropsBase"
|
|
256
256
|
}
|
|
257
257
|
],
|
|
@@ -265,12 +265,12 @@
|
|
|
265
265
|
"description": "Handler that is called when the focused date changes.",
|
|
266
266
|
"name": "onFocusChange",
|
|
267
267
|
"parent": {
|
|
268
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
268
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
269
269
|
"name": "CalendarPropsBase"
|
|
270
270
|
},
|
|
271
271
|
"declarations": [
|
|
272
272
|
{
|
|
273
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
273
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
274
274
|
"name": "CalendarPropsBase"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
@@ -284,12 +284,12 @@
|
|
|
284
284
|
"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.",
|
|
285
285
|
"name": "render",
|
|
286
286
|
"parent": {
|
|
287
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
287
|
+
"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",
|
|
288
288
|
"name": "DOMRenderProps"
|
|
289
289
|
},
|
|
290
290
|
"declarations": [
|
|
291
291
|
{
|
|
292
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
292
|
+
"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",
|
|
293
293
|
"name": "DOMRenderProps"
|
|
294
294
|
}
|
|
295
295
|
],
|
|
@@ -305,12 +305,12 @@
|
|
|
305
305
|
"description": "Whether single or multiple selection is enabled.",
|
|
306
306
|
"name": "selectionMode",
|
|
307
307
|
"parent": {
|
|
308
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
308
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useCalendarState.d.ts",
|
|
309
309
|
"name": "CalendarProps"
|
|
310
310
|
},
|
|
311
311
|
"declarations": [
|
|
312
312
|
{
|
|
313
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
313
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useCalendarState.d.ts",
|
|
314
314
|
"name": "CalendarProps"
|
|
315
315
|
}
|
|
316
316
|
],
|
|
@@ -330,12 +330,12 @@
|
|
|
330
330
|
"description": "Whether the current selection is invalid according to application logic.",
|
|
331
331
|
"name": "isInvalid",
|
|
332
332
|
"parent": {
|
|
333
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
333
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
334
334
|
"name": "CalendarPropsBase"
|
|
335
335
|
},
|
|
336
336
|
"declarations": [
|
|
337
337
|
{
|
|
338
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
338
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
339
339
|
"name": "CalendarPropsBase"
|
|
340
340
|
}
|
|
341
341
|
],
|
|
@@ -351,12 +351,12 @@
|
|
|
351
351
|
"description": "Whether the calendar value is immutable.",
|
|
352
352
|
"name": "isReadOnly",
|
|
353
353
|
"parent": {
|
|
354
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
354
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
355
355
|
"name": "CalendarPropsBase"
|
|
356
356
|
},
|
|
357
357
|
"declarations": [
|
|
358
358
|
{
|
|
359
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
359
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
360
360
|
"name": "CalendarPropsBase"
|
|
361
361
|
}
|
|
362
362
|
],
|
|
@@ -370,12 +370,12 @@
|
|
|
370
370
|
"description": "The minimum allowed date that a user may select.",
|
|
371
371
|
"name": "minValue",
|
|
372
372
|
"parent": {
|
|
373
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
373
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
374
374
|
"name": "CalendarPropsBase"
|
|
375
375
|
},
|
|
376
376
|
"declarations": [
|
|
377
377
|
{
|
|
378
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
378
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
379
379
|
"name": "CalendarPropsBase"
|
|
380
380
|
}
|
|
381
381
|
],
|
|
@@ -389,12 +389,12 @@
|
|
|
389
389
|
"description": "The maximum allowed date that a user may select.",
|
|
390
390
|
"name": "maxValue",
|
|
391
391
|
"parent": {
|
|
392
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
392
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
393
393
|
"name": "CalendarPropsBase"
|
|
394
394
|
},
|
|
395
395
|
"declarations": [
|
|
396
396
|
{
|
|
397
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
397
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
398
398
|
"name": "CalendarPropsBase"
|
|
399
399
|
}
|
|
400
400
|
],
|
|
@@ -408,12 +408,12 @@
|
|
|
408
408
|
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is\nunavailable.",
|
|
409
409
|
"name": "isDateUnavailable",
|
|
410
410
|
"parent": {
|
|
411
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
411
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useCalendarState.d.ts",
|
|
412
412
|
"name": "CalendarProps"
|
|
413
413
|
},
|
|
414
414
|
"declarations": [
|
|
415
415
|
{
|
|
416
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
416
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useCalendarState.d.ts",
|
|
417
417
|
"name": "CalendarProps"
|
|
418
418
|
}
|
|
419
419
|
],
|
|
@@ -427,12 +427,12 @@
|
|
|
427
427
|
"description": "Controls the currently focused date within the calendar.",
|
|
428
428
|
"name": "focusedValue",
|
|
429
429
|
"parent": {
|
|
430
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
430
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
431
431
|
"name": "CalendarPropsBase"
|
|
432
432
|
},
|
|
433
433
|
"declarations": [
|
|
434
434
|
{
|
|
435
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
435
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
436
436
|
"name": "CalendarPropsBase"
|
|
437
437
|
}
|
|
438
438
|
],
|
|
@@ -446,12 +446,12 @@
|
|
|
446
446
|
"description": "The date that is focused when the calendar first mounts (uncontrolled).",
|
|
447
447
|
"name": "defaultFocusedValue",
|
|
448
448
|
"parent": {
|
|
449
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
449
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
450
450
|
"name": "CalendarPropsBase"
|
|
451
451
|
},
|
|
452
452
|
"declarations": [
|
|
453
453
|
{
|
|
454
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
454
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
455
455
|
"name": "CalendarPropsBase"
|
|
456
456
|
}
|
|
457
457
|
],
|
|
@@ -467,12 +467,12 @@
|
|
|
467
467
|
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by\nvisibleDuration (default) or one unit of visibleDuration.",
|
|
468
468
|
"name": "pageBehavior",
|
|
469
469
|
"parent": {
|
|
470
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
470
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
471
471
|
"name": "CalendarPropsBase"
|
|
472
472
|
},
|
|
473
473
|
"declarations": [
|
|
474
474
|
{
|
|
475
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
475
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
476
476
|
"name": "CalendarPropsBase"
|
|
477
477
|
}
|
|
478
478
|
],
|
|
@@ -495,12 +495,12 @@
|
|
|
495
495
|
"description": "The day that starts the week.",
|
|
496
496
|
"name": "firstDayOfWeek",
|
|
497
497
|
"parent": {
|
|
498
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
498
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
499
499
|
"name": "CalendarPropsBase"
|
|
500
500
|
},
|
|
501
501
|
"declarations": [
|
|
502
502
|
{
|
|
503
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
503
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
504
504
|
"name": "CalendarPropsBase"
|
|
505
505
|
}
|
|
506
506
|
],
|
|
@@ -540,12 +540,12 @@
|
|
|
540
540
|
"description": "Determines the alignment of the visible months on initial render based on the current selection\nor current date if there is no selection.",
|
|
541
541
|
"name": "selectionAlignment",
|
|
542
542
|
"parent": {
|
|
543
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
543
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
544
544
|
"name": "CalendarPropsBase"
|
|
545
545
|
},
|
|
546
546
|
"declarations": [
|
|
547
547
|
{
|
|
548
|
-
"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/calendar/types.d.ts",
|
|
549
549
|
"name": "CalendarPropsBase"
|
|
550
550
|
}
|
|
551
551
|
],
|
|
@@ -571,12 +571,12 @@
|
|
|
571
571
|
"description": "The number of weeks in a month. This overrides the default set by the locale.",
|
|
572
572
|
"name": "weeksInMonth",
|
|
573
573
|
"parent": {
|
|
574
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
574
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
575
575
|
"name": "CalendarPropsBase"
|
|
576
576
|
},
|
|
577
577
|
"declarations": [
|
|
578
578
|
{
|
|
579
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
579
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
580
580
|
"name": "CalendarPropsBase"
|
|
581
581
|
}
|
|
582
582
|
],
|
|
@@ -592,12 +592,12 @@
|
|
|
592
592
|
"description": "The amount of days that will be displayed at once. This affects how pagination works.",
|
|
593
593
|
"name": "visibleDuration",
|
|
594
594
|
"parent": {
|
|
595
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
595
|
+
"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/Calendar.d.ts",
|
|
596
596
|
"name": "CalendarProps"
|
|
597
597
|
},
|
|
598
598
|
"declarations": [
|
|
599
599
|
{
|
|
600
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
600
|
+
"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/Calendar.d.ts",
|
|
601
601
|
"name": "CalendarProps"
|
|
602
602
|
}
|
|
603
603
|
],
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "css",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
14
14
|
"name": "JsxStyleProps"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
19
19
|
"name": "JsxStyleProps"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "as",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
33
|
"name": "PolymorphicProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
38
|
"name": "PolymorphicProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "asChild",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
43
43
|
"name": "unstyled",
|
|
44
44
|
"parent": {
|
|
45
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
45
|
+
"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",
|
|
46
46
|
"name": "UnstyledProp"
|
|
47
47
|
},
|
|
48
48
|
"declarations": [
|
|
49
49
|
{
|
|
50
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
50
|
+
"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",
|
|
51
51
|
"name": "UnstyledProp"
|
|
52
52
|
}
|
|
53
53
|
],
|