@commercetools/nimbus-mcp 2.11.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 +1421 -605
- package/data/docs/routes/components-data-display-card.json +71 -5
- 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-feedback-toast.json +1 -1
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +3 -3
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-media-avatar.json +24 -2
- 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-form-action-bar.json +412 -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-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- 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 +8 -8
- 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/Card.json +1 -1
- package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
- package/data/docs/types/CardFooter.json +27 -0
- package/data/docs/types/CardRoot.json +18 -48
- 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/FormActionBar.json +200 -0
- 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/InfoDialog.json +104 -0
- 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 +6 -6
- 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 +32 -2
- package/data/docs/types/toast.json +0 -15
- 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 +7 -7
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"props": {
|
|
10
10
|
"slot": {
|
|
11
11
|
"defaultValue": null,
|
|
12
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
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.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",
|
|
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.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",
|
|
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.35.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.35.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.47.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.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
61
61
|
"name": "CalendarPropsBase"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -70,34 +70,34 @@
|
|
|
70
70
|
"defaultValue": {
|
|
71
71
|
"value": "'react-aria-Calendar'"
|
|
72
72
|
},
|
|
73
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
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.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",
|
|
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.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",
|
|
82
82
|
"name": "CalendarProps"
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
85
|
"required": false,
|
|
86
86
|
"type": {
|
|
87
|
-
"name": "ClassNameOrFunction<CalendarRenderProps
|
|
87
|
+
"name": "ClassNameOrFunction<CalendarRenderProps<\"single\">>"
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"id": {
|
|
91
91
|
"defaultValue": null,
|
|
92
|
-
"description": "The element's unique identifier. See
|
|
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.35.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.35.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.35.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.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
120
120
|
"name": "AriaLabelingProps"
|
|
121
121
|
}
|
|
122
122
|
],
|
|
@@ -127,15 +127,15 @@
|
|
|
127
127
|
},
|
|
128
128
|
"aria-details": {
|
|
129
129
|
"defaultValue": null,
|
|
130
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
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.35.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.35.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.35.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.35.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.35.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.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
177
177
|
"name": "AriaLabelingProps"
|
|
178
178
|
}
|
|
179
179
|
],
|
|
@@ -184,15 +184,15 @@
|
|
|
184
184
|
},
|
|
185
185
|
"children": {
|
|
186
186
|
"defaultValue": null,
|
|
187
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
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.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",
|
|
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.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",
|
|
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.35.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.35.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.35.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.35.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.47.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.47.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.47.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.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/types.d.ts",
|
|
274
274
|
"name": "CalendarPropsBase"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
@@ -281,15 +281,15 @@
|
|
|
281
281
|
},
|
|
282
282
|
"render": {
|
|
283
283
|
"defaultValue": null,
|
|
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
|
|
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.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",
|
|
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.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",
|
|
293
293
|
"name": "DOMRenderProps"
|
|
294
294
|
}
|
|
295
295
|
],
|
|
@@ -298,17 +298,44 @@
|
|
|
298
298
|
"name": "DOMRenderFunction<\"div\", PopoverRenderProps>"
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
|
+
"selectionMode": {
|
|
302
|
+
"defaultValue": {
|
|
303
|
+
"value": "'single'"
|
|
304
|
+
},
|
|
305
|
+
"description": "Whether single or multiple selection is enabled.",
|
|
306
|
+
"name": "selectionMode",
|
|
307
|
+
"parent": {
|
|
308
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useCalendarState.d.ts",
|
|
309
|
+
"name": "CalendarProps"
|
|
310
|
+
},
|
|
311
|
+
"declarations": [
|
|
312
|
+
{
|
|
313
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useCalendarState.d.ts",
|
|
314
|
+
"name": "CalendarProps"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"required": false,
|
|
318
|
+
"type": {
|
|
319
|
+
"name": "enum",
|
|
320
|
+
"raw": "\"single\"",
|
|
321
|
+
"value": [
|
|
322
|
+
{
|
|
323
|
+
"value": "\"single\""
|
|
324
|
+
}
|
|
325
|
+
]
|
|
326
|
+
}
|
|
327
|
+
},
|
|
301
328
|
"isInvalid": {
|
|
302
329
|
"defaultValue": null,
|
|
303
330
|
"description": "Whether the current selection is invalid according to application logic.",
|
|
304
331
|
"name": "isInvalid",
|
|
305
332
|
"parent": {
|
|
306
|
-
"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",
|
|
307
334
|
"name": "CalendarPropsBase"
|
|
308
335
|
},
|
|
309
336
|
"declarations": [
|
|
310
337
|
{
|
|
311
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
338
|
+
"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",
|
|
312
339
|
"name": "CalendarPropsBase"
|
|
313
340
|
}
|
|
314
341
|
],
|
|
@@ -324,12 +351,12 @@
|
|
|
324
351
|
"description": "Whether the calendar value is immutable.",
|
|
325
352
|
"name": "isReadOnly",
|
|
326
353
|
"parent": {
|
|
327
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
354
|
+
"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",
|
|
328
355
|
"name": "CalendarPropsBase"
|
|
329
356
|
},
|
|
330
357
|
"declarations": [
|
|
331
358
|
{
|
|
332
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
359
|
+
"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",
|
|
333
360
|
"name": "CalendarPropsBase"
|
|
334
361
|
}
|
|
335
362
|
],
|
|
@@ -343,12 +370,12 @@
|
|
|
343
370
|
"description": "The minimum allowed date that a user may select.",
|
|
344
371
|
"name": "minValue",
|
|
345
372
|
"parent": {
|
|
346
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
373
|
+
"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",
|
|
347
374
|
"name": "CalendarPropsBase"
|
|
348
375
|
},
|
|
349
376
|
"declarations": [
|
|
350
377
|
{
|
|
351
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
378
|
+
"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",
|
|
352
379
|
"name": "CalendarPropsBase"
|
|
353
380
|
}
|
|
354
381
|
],
|
|
@@ -362,12 +389,12 @@
|
|
|
362
389
|
"description": "The maximum allowed date that a user may select.",
|
|
363
390
|
"name": "maxValue",
|
|
364
391
|
"parent": {
|
|
365
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
392
|
+
"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",
|
|
366
393
|
"name": "CalendarPropsBase"
|
|
367
394
|
},
|
|
368
395
|
"declarations": [
|
|
369
396
|
{
|
|
370
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
397
|
+
"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",
|
|
371
398
|
"name": "CalendarPropsBase"
|
|
372
399
|
}
|
|
373
400
|
],
|
|
@@ -378,16 +405,16 @@
|
|
|
378
405
|
},
|
|
379
406
|
"isDateUnavailable": {
|
|
380
407
|
"defaultValue": null,
|
|
381
|
-
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is
|
|
408
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is\nunavailable.",
|
|
382
409
|
"name": "isDateUnavailable",
|
|
383
410
|
"parent": {
|
|
384
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
385
|
-
"name": "
|
|
411
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useCalendarState.d.ts",
|
|
412
|
+
"name": "CalendarProps"
|
|
386
413
|
},
|
|
387
414
|
"declarations": [
|
|
388
415
|
{
|
|
389
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
390
|
-
"name": "
|
|
416
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/calendar/useCalendarState.d.ts",
|
|
417
|
+
"name": "CalendarProps"
|
|
391
418
|
}
|
|
392
419
|
],
|
|
393
420
|
"required": false,
|
|
@@ -400,12 +427,12 @@
|
|
|
400
427
|
"description": "Controls the currently focused date within the calendar.",
|
|
401
428
|
"name": "focusedValue",
|
|
402
429
|
"parent": {
|
|
403
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
430
|
+
"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",
|
|
404
431
|
"name": "CalendarPropsBase"
|
|
405
432
|
},
|
|
406
433
|
"declarations": [
|
|
407
434
|
{
|
|
408
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
435
|
+
"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",
|
|
409
436
|
"name": "CalendarPropsBase"
|
|
410
437
|
}
|
|
411
438
|
],
|
|
@@ -419,12 +446,12 @@
|
|
|
419
446
|
"description": "The date that is focused when the calendar first mounts (uncontrolled).",
|
|
420
447
|
"name": "defaultFocusedValue",
|
|
421
448
|
"parent": {
|
|
422
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
449
|
+
"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",
|
|
423
450
|
"name": "CalendarPropsBase"
|
|
424
451
|
},
|
|
425
452
|
"declarations": [
|
|
426
453
|
{
|
|
427
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
454
|
+
"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",
|
|
428
455
|
"name": "CalendarPropsBase"
|
|
429
456
|
}
|
|
430
457
|
],
|
|
@@ -437,15 +464,15 @@
|
|
|
437
464
|
"defaultValue": {
|
|
438
465
|
"value": "visible"
|
|
439
466
|
},
|
|
440
|
-
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by
|
|
467
|
+
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by\nvisibleDuration (default) or one unit of visibleDuration.",
|
|
441
468
|
"name": "pageBehavior",
|
|
442
469
|
"parent": {
|
|
443
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
470
|
+
"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",
|
|
444
471
|
"name": "CalendarPropsBase"
|
|
445
472
|
},
|
|
446
473
|
"declarations": [
|
|
447
474
|
{
|
|
448
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
475
|
+
"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",
|
|
449
476
|
"name": "CalendarPropsBase"
|
|
450
477
|
}
|
|
451
478
|
],
|
|
@@ -468,12 +495,12 @@
|
|
|
468
495
|
"description": "The day that starts the week.",
|
|
469
496
|
"name": "firstDayOfWeek",
|
|
470
497
|
"parent": {
|
|
471
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
498
|
+
"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",
|
|
472
499
|
"name": "CalendarPropsBase"
|
|
473
500
|
},
|
|
474
501
|
"declarations": [
|
|
475
502
|
{
|
|
476
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
503
|
+
"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",
|
|
477
504
|
"name": "CalendarPropsBase"
|
|
478
505
|
}
|
|
479
506
|
],
|
|
@@ -510,15 +537,15 @@
|
|
|
510
537
|
"defaultValue": {
|
|
511
538
|
"value": "'center'"
|
|
512
539
|
},
|
|
513
|
-
"description": "Determines the alignment of the visible months on initial render based on the current selection
|
|
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.",
|
|
514
541
|
"name": "selectionAlignment",
|
|
515
542
|
"parent": {
|
|
516
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
543
|
+
"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",
|
|
517
544
|
"name": "CalendarPropsBase"
|
|
518
545
|
},
|
|
519
546
|
"declarations": [
|
|
520
547
|
{
|
|
521
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
548
|
+
"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",
|
|
522
549
|
"name": "CalendarPropsBase"
|
|
523
550
|
}
|
|
524
551
|
],
|
|
@@ -539,19 +566,38 @@
|
|
|
539
566
|
]
|
|
540
567
|
}
|
|
541
568
|
},
|
|
569
|
+
"weeksInMonth": {
|
|
570
|
+
"defaultValue": null,
|
|
571
|
+
"description": "The number of weeks in a month. This overrides the default set by the locale.",
|
|
572
|
+
"name": "weeksInMonth",
|
|
573
|
+
"parent": {
|
|
574
|
+
"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",
|
|
575
|
+
"name": "CalendarPropsBase"
|
|
576
|
+
},
|
|
577
|
+
"declarations": [
|
|
578
|
+
{
|
|
579
|
+
"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",
|
|
580
|
+
"name": "CalendarPropsBase"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"required": false,
|
|
584
|
+
"type": {
|
|
585
|
+
"name": "number"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
542
588
|
"visibleDuration": {
|
|
543
589
|
"defaultValue": {
|
|
544
|
-
"value": "{months: 1}"
|
|
590
|
+
"value": "{ months: 1 }"
|
|
545
591
|
},
|
|
546
592
|
"description": "The amount of days that will be displayed at once. This affects how pagination works.",
|
|
547
593
|
"name": "visibleDuration",
|
|
548
594
|
"parent": {
|
|
549
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
595
|
+
"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",
|
|
550
596
|
"name": "CalendarProps"
|
|
551
597
|
},
|
|
552
598
|
"declarations": [
|
|
553
599
|
{
|
|
554
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
600
|
+
"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",
|
|
555
601
|
"name": "CalendarProps"
|
|
556
602
|
}
|
|
557
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.
|
|
13
|
+
"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",
|
|
14
14
|
"name": "JsxStyleProps"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
18
|
+
"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",
|
|
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.
|
|
32
|
+
"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",
|
|
33
33
|
"name": "PolymorphicProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"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",
|
|
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.
|
|
51
|
+
"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",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"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",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tags": {
|
|
3
3
|
"see": "{@link https://nimbus-documentation.vercel.app/components/data-display/card}",
|
|
4
|
-
"example": "```tsx\n<Card.Root>\n <Card.Header>Card Title</Card.Header>\n <Card.
|
|
4
|
+
"example": "```tsx\n<Card.Root>\n <Card.Header>Card Title</Card.Header>\n <Card.Body>Card content goes here</Card.Body>\n <Card.Footer>Card actions</Card.Footer>\n</Card.Root>\n```"
|
|
5
5
|
},
|
|
6
6
|
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
7
7
|
"description": "Card\n============================================================\nA versatile container component that presents self-contained information\nin a visually distinct way. Cards group related content and actions\ntogether, making it easy to scan and interact with information.",
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"supportsStyleProps": ""
|
|
4
4
|
},
|
|
5
5
|
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
-
"description": "Card.
|
|
7
|
-
"displayName": "
|
|
6
|
+
"description": "Card.Body - The main content area of the card",
|
|
7
|
+
"displayName": "CardBody",
|
|
8
8
|
"methods": [],
|
|
9
9
|
"props": {
|
|
10
10
|
"ref": {
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "Card.Footer - The footer section for actions and metadata",
|
|
7
|
+
"displayName": "CardFooter",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"ref": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "",
|
|
13
|
+
"name": "ref",
|
|
14
|
+
"declarations": [
|
|
15
|
+
{
|
|
16
|
+
"fileName": "nimbus/packages/nimbus/src/components/card/card.types.ts",
|
|
17
|
+
"name": "TypeLiteral"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"required": false,
|
|
21
|
+
"type": {
|
|
22
|
+
"name": "Ref<HTMLDivElement>"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"supportsStyleProps": true
|
|
27
|
+
}
|