@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
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"defaultValue": {
|
|
12
12
|
"value": "'react-aria-TagList'"
|
|
13
13
|
},
|
|
14
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
14
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
15
15
|
"name": "className",
|
|
16
16
|
"parent": {
|
|
17
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
17
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/TagGroup.d.ts",
|
|
18
18
|
"name": "TagListProps"
|
|
19
19
|
},
|
|
20
20
|
"declarations": [
|
|
21
21
|
{
|
|
22
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
22
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/TagGroup.d.ts",
|
|
23
23
|
"name": "TagListProps"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"description": "A unique id for the tag.",
|
|
34
34
|
"name": "id",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
36
|
+
"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/TagGroup.d.ts",
|
|
37
37
|
"name": "TagProps"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
41
|
+
"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/TagGroup.d.ts",
|
|
42
42
|
"name": "TagProps"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"description": "A string representation of the tags's contents, used for accessibility.\nRequired if children is not a plain text string.",
|
|
53
53
|
"name": "textValue",
|
|
54
54
|
"parent": {
|
|
55
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
55
|
+
"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/TagGroup.d.ts",
|
|
56
56
|
"name": "TagProps"
|
|
57
57
|
},
|
|
58
58
|
"declarations": [
|
|
59
59
|
{
|
|
60
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
60
|
+
"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/TagGroup.d.ts",
|
|
61
61
|
"name": "TagProps"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"description": "Whether the tag is disabled.",
|
|
72
72
|
"name": "isDisabled",
|
|
73
73
|
"parent": {
|
|
74
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
74
|
+
"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/TagGroup.d.ts",
|
|
75
75
|
"name": "TagProps"
|
|
76
76
|
},
|
|
77
77
|
"declarations": [
|
|
78
78
|
{
|
|
79
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
79
|
+
"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/TagGroup.d.ts",
|
|
80
80
|
"name": "TagProps"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
},
|
|
88
88
|
"onAction": {
|
|
89
89
|
"defaultValue": null,
|
|
90
|
-
"description": "Handler that is called when a user performs an action on the item. The exact user event depends
|
|
90
|
+
"description": "Handler that is called when a user performs an action on the item. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
|
|
91
91
|
"name": "onAction",
|
|
92
92
|
"parent": {
|
|
93
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
93
|
+
"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/TagGroup.d.ts",
|
|
94
94
|
"name": "TagProps"
|
|
95
95
|
},
|
|
96
96
|
"declarations": [
|
|
97
97
|
{
|
|
98
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
98
|
+
"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/TagGroup.d.ts",
|
|
99
99
|
"name": "TagProps"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
@@ -106,15 +106,15 @@
|
|
|
106
106
|
},
|
|
107
107
|
"children": {
|
|
108
108
|
"defaultValue": null,
|
|
109
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
109
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
110
110
|
"name": "children",
|
|
111
111
|
"parent": {
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
112
|
+
"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",
|
|
113
113
|
"name": "RenderProps"
|
|
114
114
|
},
|
|
115
115
|
"declarations": [
|
|
116
116
|
{
|
|
117
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
117
|
+
"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",
|
|
118
118
|
"name": "RenderProps"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
@@ -125,15 +125,15 @@
|
|
|
125
125
|
},
|
|
126
126
|
"style": {
|
|
127
127
|
"defaultValue": null,
|
|
128
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
128
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
129
129
|
"name": "style",
|
|
130
130
|
"parent": {
|
|
131
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
131
|
+
"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",
|
|
132
132
|
"name": "StyleRenderProps"
|
|
133
133
|
},
|
|
134
134
|
"declarations": [
|
|
135
135
|
{
|
|
136
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
136
|
+
"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",
|
|
137
137
|
"name": "StyleRenderProps"
|
|
138
138
|
}
|
|
139
139
|
],
|
|
@@ -144,15 +144,15 @@
|
|
|
144
144
|
},
|
|
145
145
|
"render": {
|
|
146
146
|
"defaultValue": null,
|
|
147
|
-
"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
|
|
147
|
+
"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.",
|
|
148
148
|
"name": "render",
|
|
149
149
|
"parent": {
|
|
150
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
150
|
+
"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",
|
|
151
151
|
"name": "DOMRenderProps"
|
|
152
152
|
},
|
|
153
153
|
"declarations": [
|
|
154
154
|
{
|
|
155
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
155
|
+
"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",
|
|
156
156
|
"name": "DOMRenderProps"
|
|
157
157
|
}
|
|
158
158
|
],
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
167
167
|
"name": "href",
|
|
168
168
|
"parent": {
|
|
169
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
169
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
170
170
|
"name": "LinkDOMProps"
|
|
171
171
|
},
|
|
172
172
|
"declarations": [
|
|
173
173
|
{
|
|
174
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
174
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
175
175
|
"name": "LinkDOMProps"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
@@ -182,15 +182,15 @@
|
|
|
182
182
|
},
|
|
183
183
|
"hrefLang": {
|
|
184
184
|
"defaultValue": null,
|
|
185
|
-
"description": "Hints at the human language of the linked URL
|
|
185
|
+
"description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
186
186
|
"name": "hrefLang",
|
|
187
187
|
"parent": {
|
|
188
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
188
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
189
189
|
"name": "LinkDOMProps"
|
|
190
190
|
},
|
|
191
191
|
"declarations": [
|
|
192
192
|
{
|
|
193
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
193
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
194
194
|
"name": "LinkDOMProps"
|
|
195
195
|
}
|
|
196
196
|
],
|
|
@@ -201,15 +201,15 @@
|
|
|
201
201
|
},
|
|
202
202
|
"target": {
|
|
203
203
|
"defaultValue": null,
|
|
204
|
-
"description": "The target window for the link. See
|
|
204
|
+
"description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
205
205
|
"name": "target",
|
|
206
206
|
"parent": {
|
|
207
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
207
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
208
208
|
"name": "LinkDOMProps"
|
|
209
209
|
},
|
|
210
210
|
"declarations": [
|
|
211
211
|
{
|
|
212
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
212
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
213
213
|
"name": "LinkDOMProps"
|
|
214
214
|
}
|
|
215
215
|
],
|
|
@@ -220,15 +220,15 @@
|
|
|
220
220
|
},
|
|
221
221
|
"rel": {
|
|
222
222
|
"defaultValue": null,
|
|
223
|
-
"description": "The relationship between the linked resource and the current page. See
|
|
223
|
+
"description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
224
224
|
"name": "rel",
|
|
225
225
|
"parent": {
|
|
226
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
226
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
227
227
|
"name": "LinkDOMProps"
|
|
228
228
|
},
|
|
229
229
|
"declarations": [
|
|
230
230
|
{
|
|
231
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
231
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
232
232
|
"name": "LinkDOMProps"
|
|
233
233
|
}
|
|
234
234
|
],
|
|
@@ -239,15 +239,15 @@
|
|
|
239
239
|
},
|
|
240
240
|
"download": {
|
|
241
241
|
"defaultValue": null,
|
|
242
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name
|
|
242
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
243
243
|
"name": "download",
|
|
244
244
|
"parent": {
|
|
245
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
245
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
246
246
|
"name": "LinkDOMProps"
|
|
247
247
|
},
|
|
248
248
|
"declarations": [
|
|
249
249
|
{
|
|
250
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
250
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
251
251
|
"name": "LinkDOMProps"
|
|
252
252
|
}
|
|
253
253
|
],
|
|
@@ -258,15 +258,15 @@
|
|
|
258
258
|
},
|
|
259
259
|
"ping": {
|
|
260
260
|
"defaultValue": null,
|
|
261
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See
|
|
261
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
262
262
|
"name": "ping",
|
|
263
263
|
"parent": {
|
|
264
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
264
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
265
265
|
"name": "LinkDOMProps"
|
|
266
266
|
},
|
|
267
267
|
"declarations": [
|
|
268
268
|
{
|
|
269
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
269
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
270
270
|
"name": "LinkDOMProps"
|
|
271
271
|
}
|
|
272
272
|
],
|
|
@@ -277,15 +277,15 @@
|
|
|
277
277
|
},
|
|
278
278
|
"referrerPolicy": {
|
|
279
279
|
"defaultValue": null,
|
|
280
|
-
"description": "How much of the referrer to send when following the link. See
|
|
280
|
+
"description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
281
281
|
"name": "referrerPolicy",
|
|
282
282
|
"parent": {
|
|
283
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
283
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
284
284
|
"name": "LinkDOMProps"
|
|
285
285
|
},
|
|
286
286
|
"declarations": [
|
|
287
287
|
{
|
|
288
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
288
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289
289
|
"name": "LinkDOMProps"
|
|
290
290
|
}
|
|
291
291
|
],
|
|
@@ -329,12 +329,12 @@
|
|
|
329
329
|
"description": "Options for the configured client side router.",
|
|
330
330
|
"name": "routerOptions",
|
|
331
331
|
"parent": {
|
|
332
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
332
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
333
333
|
"name": "LinkDOMProps"
|
|
334
334
|
},
|
|
335
335
|
"declarations": [
|
|
336
336
|
{
|
|
337
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
337
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
338
338
|
"name": "LinkDOMProps"
|
|
339
339
|
}
|
|
340
340
|
],
|
|
@@ -348,12 +348,12 @@
|
|
|
348
348
|
"description": "Handler that is called when a hover interaction starts.",
|
|
349
349
|
"name": "onHoverStart",
|
|
350
350
|
"parent": {
|
|
351
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
351
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
352
352
|
"name": "HoverEvents"
|
|
353
353
|
},
|
|
354
354
|
"declarations": [
|
|
355
355
|
{
|
|
356
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
356
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
357
357
|
"name": "HoverEvents"
|
|
358
358
|
}
|
|
359
359
|
],
|
|
@@ -367,12 +367,12 @@
|
|
|
367
367
|
"description": "Handler that is called when a hover interaction ends.",
|
|
368
368
|
"name": "onHoverEnd",
|
|
369
369
|
"parent": {
|
|
370
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
370
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
371
371
|
"name": "HoverEvents"
|
|
372
372
|
},
|
|
373
373
|
"declarations": [
|
|
374
374
|
{
|
|
375
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
375
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
376
376
|
"name": "HoverEvents"
|
|
377
377
|
}
|
|
378
378
|
],
|
|
@@ -386,12 +386,12 @@
|
|
|
386
386
|
"description": "Handler that is called when the hover state changes.",
|
|
387
387
|
"name": "onHoverChange",
|
|
388
388
|
"parent": {
|
|
389
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
389
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
390
390
|
"name": "HoverEvents"
|
|
391
391
|
},
|
|
392
392
|
"declarations": [
|
|
393
393
|
{
|
|
394
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
394
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
395
395
|
"name": "HoverEvents"
|
|
396
396
|
}
|
|
397
397
|
],
|
|
@@ -405,12 +405,12 @@
|
|
|
405
405
|
"description": "Handler that is called when the element receives focus.",
|
|
406
406
|
"name": "onFocus",
|
|
407
407
|
"parent": {
|
|
408
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
408
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
409
409
|
"name": "FocusEvents"
|
|
410
410
|
},
|
|
411
411
|
"declarations": [
|
|
412
412
|
{
|
|
413
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
413
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
414
414
|
"name": "FocusEvents"
|
|
415
415
|
}
|
|
416
416
|
],
|
|
@@ -424,12 +424,12 @@
|
|
|
424
424
|
"description": "Handler that is called when the element loses focus.",
|
|
425
425
|
"name": "onBlur",
|
|
426
426
|
"parent": {
|
|
427
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
427
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
428
428
|
"name": "FocusEvents"
|
|
429
429
|
},
|
|
430
430
|
"declarations": [
|
|
431
431
|
{
|
|
432
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
432
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
433
433
|
"name": "FocusEvents"
|
|
434
434
|
}
|
|
435
435
|
],
|
|
@@ -443,12 +443,12 @@
|
|
|
443
443
|
"description": "Handler that is called when the element's focus status changes.",
|
|
444
444
|
"name": "onFocusChange",
|
|
445
445
|
"parent": {
|
|
446
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
446
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
447
447
|
"name": "FocusEvents"
|
|
448
448
|
},
|
|
449
449
|
"declarations": [
|
|
450
450
|
{
|
|
451
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
451
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
452
452
|
"name": "FocusEvents"
|
|
453
453
|
}
|
|
454
454
|
],
|
|
@@ -462,12 +462,12 @@
|
|
|
462
462
|
"description": "Handler that is called when the press is released over the target.",
|
|
463
463
|
"name": "onPress",
|
|
464
464
|
"parent": {
|
|
465
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
465
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
466
466
|
"name": "PressEvents"
|
|
467
467
|
},
|
|
468
468
|
"declarations": [
|
|
469
469
|
{
|
|
470
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
470
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
471
471
|
"name": "PressEvents"
|
|
472
472
|
}
|
|
473
473
|
],
|
|
@@ -481,12 +481,12 @@
|
|
|
481
481
|
"description": "Handler that is called when a press interaction starts.",
|
|
482
482
|
"name": "onPressStart",
|
|
483
483
|
"parent": {
|
|
484
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
484
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
485
485
|
"name": "PressEvents"
|
|
486
486
|
},
|
|
487
487
|
"declarations": [
|
|
488
488
|
{
|
|
489
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
489
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
490
490
|
"name": "PressEvents"
|
|
491
491
|
}
|
|
492
492
|
],
|
|
@@ -500,12 +500,12 @@
|
|
|
500
500
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
501
501
|
"name": "onPressEnd",
|
|
502
502
|
"parent": {
|
|
503
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
503
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
504
504
|
"name": "PressEvents"
|
|
505
505
|
},
|
|
506
506
|
"declarations": [
|
|
507
507
|
{
|
|
508
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
508
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
509
509
|
"name": "PressEvents"
|
|
510
510
|
}
|
|
511
511
|
],
|
|
@@ -519,12 +519,12 @@
|
|
|
519
519
|
"description": "Handler that is called when the press state changes.",
|
|
520
520
|
"name": "onPressChange",
|
|
521
521
|
"parent": {
|
|
522
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
522
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
523
523
|
"name": "PressEvents"
|
|
524
524
|
},
|
|
525
525
|
"declarations": [
|
|
526
526
|
{
|
|
527
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
527
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
528
528
|
"name": "PressEvents"
|
|
529
529
|
}
|
|
530
530
|
],
|
|
@@ -538,12 +538,12 @@
|
|
|
538
538
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
539
539
|
"name": "onPressUp",
|
|
540
540
|
"parent": {
|
|
541
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
541
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
542
542
|
"name": "PressEvents"
|
|
543
543
|
},
|
|
544
544
|
"declarations": [
|
|
545
545
|
{
|
|
546
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
546
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
547
547
|
"name": "PressEvents"
|
|
548
548
|
}
|
|
549
549
|
],
|
|
@@ -554,15 +554,15 @@
|
|
|
554
554
|
},
|
|
555
555
|
"onClick": {
|
|
556
556
|
"defaultValue": null,
|
|
557
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides
|
|
557
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.\n@deprecated Use `onPress` instead — it provides unified press handling\nacross mouse, touch, and keyboard interactions.",
|
|
558
558
|
"name": "onClick",
|
|
559
559
|
"parent": {
|
|
560
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
560
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
561
561
|
"name": "PressEvents"
|
|
562
562
|
},
|
|
563
563
|
"declarations": [
|
|
564
564
|
{
|
|
565
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
565
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
566
566
|
"name": "PressEvents"
|
|
567
567
|
},
|
|
568
568
|
{
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"defaultValue": {
|
|
12
12
|
"value": "'react-aria-TagList'"
|
|
13
13
|
},
|
|
14
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
14
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
15
15
|
"name": "className",
|
|
16
16
|
"parent": {
|
|
17
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
17
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/TagGroup.d.ts",
|
|
18
18
|
"name": "TagListProps"
|
|
19
19
|
},
|
|
20
20
|
"declarations": [
|
|
21
21
|
{
|
|
22
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
22
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/TagGroup.d.ts",
|
|
23
23
|
"name": "TagListProps"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"description": "Provides content to display when there are no items in the tag list.",
|
|
34
34
|
"name": "renderEmptyState",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
36
|
+
"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/TagGroup.d.ts",
|
|
37
37
|
"name": "TagListProps"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
41
|
+
"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/TagGroup.d.ts",
|
|
42
42
|
"name": "TagListProps"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"description": "The contents of the collection.",
|
|
53
53
|
"name": "children",
|
|
54
54
|
"parent": {
|
|
55
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
55
|
+
"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/Collection.d.ts",
|
|
56
56
|
"name": "CollectionProps"
|
|
57
57
|
},
|
|
58
58
|
"declarations": [
|
|
59
59
|
{
|
|
60
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
60
|
+
"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/Collection.d.ts",
|
|
61
61
|
"name": "CollectionProps"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"description": "Item objects in the collection.",
|
|
72
72
|
"name": "items",
|
|
73
73
|
"parent": {
|
|
74
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
74
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
75
75
|
"name": "CollectionBase"
|
|
76
76
|
},
|
|
77
77
|
"declarations": [
|
|
78
78
|
{
|
|
79
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
79
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
80
80
|
"name": "CollectionBase"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
91
91
|
"name": "dependencies",
|
|
92
92
|
"parent": {
|
|
93
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
93
|
+
"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/Collection.d.ts",
|
|
94
94
|
"name": "CollectionProps"
|
|
95
95
|
},
|
|
96
96
|
"declarations": [
|
|
97
97
|
{
|
|
98
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
98
|
+
"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/Collection.d.ts",
|
|
99
99
|
"name": "CollectionProps"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
@@ -106,15 +106,15 @@
|
|
|
106
106
|
},
|
|
107
107
|
"style": {
|
|
108
108
|
"defaultValue": null,
|
|
109
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
109
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
110
110
|
"name": "style",
|
|
111
111
|
"parent": {
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
112
|
+
"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",
|
|
113
113
|
"name": "StyleRenderProps"
|
|
114
114
|
},
|
|
115
115
|
"declarations": [
|
|
116
116
|
{
|
|
117
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
117
|
+
"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",
|
|
118
118
|
"name": "StyleRenderProps"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
@@ -125,15 +125,15 @@
|
|
|
125
125
|
},
|
|
126
126
|
"render": {
|
|
127
127
|
"defaultValue": null,
|
|
128
|
-
"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
|
|
128
|
+
"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.",
|
|
129
129
|
"name": "render",
|
|
130
130
|
"parent": {
|
|
131
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
131
|
+
"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",
|
|
132
132
|
"name": "DOMRenderProps"
|
|
133
133
|
},
|
|
134
134
|
"declarations": [
|
|
135
135
|
{
|
|
136
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
136
|
+
"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",
|
|
137
137
|
"name": "DOMRenderProps"
|
|
138
138
|
}
|
|
139
139
|
],
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"name": "TypeLiteral"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
155
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
156
156
|
"name": "RefAttributes"
|
|
157
157
|
}
|
|
158
158
|
],
|