@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
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"defaultValue": {
|
|
13
13
|
"value": "'react-aria-ListBox'"
|
|
14
14
|
},
|
|
15
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
15
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
16
16
|
"name": "className",
|
|
17
17
|
"parent": {
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
19
19
|
"name": "ListBoxProps"
|
|
20
20
|
},
|
|
21
21
|
"declarations": [
|
|
22
22
|
{
|
|
23
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
23
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
24
24
|
"name": "ListBoxProps"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"description": "The unique id of the item.",
|
|
35
35
|
"name": "id",
|
|
36
36
|
"parent": {
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
37
|
+
"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/ListBox.d.ts",
|
|
38
38
|
"name": "ListBoxItemProps"
|
|
39
39
|
},
|
|
40
40
|
"declarations": [
|
|
41
41
|
{
|
|
42
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
42
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
43
43
|
"name": "ListBoxItemProps"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
},
|
|
51
51
|
"value": {
|
|
52
52
|
"defaultValue": null,
|
|
53
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set
|
|
53
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set\nautomatically.",
|
|
54
54
|
"name": "value",
|
|
55
55
|
"parent": {
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
56
|
+
"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/ListBox.d.ts",
|
|
57
57
|
"name": "ListBoxItemProps"
|
|
58
58
|
},
|
|
59
59
|
"declarations": [
|
|
60
60
|
{
|
|
61
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
61
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
62
62
|
"name": "ListBoxItemProps"
|
|
63
63
|
}
|
|
64
64
|
],
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
73
73
|
"name": "textValue",
|
|
74
74
|
"parent": {
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
75
|
+
"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/ListBox.d.ts",
|
|
76
76
|
"name": "ListBoxItemProps"
|
|
77
77
|
},
|
|
78
78
|
"declarations": [
|
|
79
79
|
{
|
|
80
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
80
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
81
81
|
"name": "ListBoxItemProps"
|
|
82
82
|
}
|
|
83
83
|
],
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"description": "An accessibility label for this item.",
|
|
92
92
|
"name": "aria-label",
|
|
93
93
|
"parent": {
|
|
94
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
94
|
+
"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/ListBox.d.ts",
|
|
95
95
|
"name": "ListBoxItemProps"
|
|
96
96
|
},
|
|
97
97
|
"declarations": [
|
|
98
98
|
{
|
|
99
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
99
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
100
100
|
"name": "ListBoxItemProps"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
@@ -110,12 +110,12 @@
|
|
|
110
110
|
"description": "Whether the item is disabled.",
|
|
111
111
|
"name": "isDisabled",
|
|
112
112
|
"parent": {
|
|
113
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
113
|
+
"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/ListBox.d.ts",
|
|
114
114
|
"name": "ListBoxItemProps"
|
|
115
115
|
},
|
|
116
116
|
"declarations": [
|
|
117
117
|
{
|
|
118
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
118
|
+
"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/ListBox.d.ts",
|
|
119
119
|
"name": "ListBoxItemProps"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
@@ -126,15 +126,15 @@
|
|
|
126
126
|
},
|
|
127
127
|
"onAction": {
|
|
128
128
|
"defaultValue": null,
|
|
129
|
-
"description": "Handler that is called when a user performs an action on the item. The exact user event depends
|
|
129
|
+
"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.",
|
|
130
130
|
"name": "onAction",
|
|
131
131
|
"parent": {
|
|
132
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
132
|
+
"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/ListBox.d.ts",
|
|
133
133
|
"name": "ListBoxItemProps"
|
|
134
134
|
},
|
|
135
135
|
"declarations": [
|
|
136
136
|
{
|
|
137
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
137
|
+
"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/ListBox.d.ts",
|
|
138
138
|
"name": "ListBoxItemProps"
|
|
139
139
|
}
|
|
140
140
|
],
|
|
@@ -145,15 +145,15 @@
|
|
|
145
145
|
},
|
|
146
146
|
"style": {
|
|
147
147
|
"defaultValue": null,
|
|
148
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
148
|
+
"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.",
|
|
149
149
|
"name": "style",
|
|
150
150
|
"parent": {
|
|
151
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
151
|
+
"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",
|
|
152
152
|
"name": "StyleRenderProps"
|
|
153
153
|
},
|
|
154
154
|
"declarations": [
|
|
155
155
|
{
|
|
156
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
156
|
+
"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",
|
|
157
157
|
"name": "StyleRenderProps"
|
|
158
158
|
}
|
|
159
159
|
],
|
|
@@ -164,15 +164,15 @@
|
|
|
164
164
|
},
|
|
165
165
|
"children": {
|
|
166
166
|
"defaultValue": null,
|
|
167
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
167
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
168
168
|
"name": "children",
|
|
169
169
|
"parent": {
|
|
170
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
170
|
+
"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",
|
|
171
171
|
"name": "RenderProps"
|
|
172
172
|
},
|
|
173
173
|
"declarations": [
|
|
174
174
|
{
|
|
175
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
175
|
+
"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",
|
|
176
176
|
"name": "RenderProps"
|
|
177
177
|
}
|
|
178
178
|
],
|
|
@@ -183,15 +183,15 @@
|
|
|
183
183
|
},
|
|
184
184
|
"render": {
|
|
185
185
|
"defaultValue": null,
|
|
186
|
-
"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
|
|
186
|
+
"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.",
|
|
187
187
|
"name": "render",
|
|
188
188
|
"parent": {
|
|
189
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
189
|
+
"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",
|
|
190
190
|
"name": "DOMRenderProps"
|
|
191
191
|
},
|
|
192
192
|
"declarations": [
|
|
193
193
|
{
|
|
194
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
194
|
+
"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",
|
|
195
195
|
"name": "DOMRenderProps"
|
|
196
196
|
}
|
|
197
197
|
],
|
|
@@ -205,12 +205,12 @@
|
|
|
205
205
|
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
206
206
|
"name": "href",
|
|
207
207
|
"parent": {
|
|
208
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
208
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
209
209
|
"name": "LinkDOMProps"
|
|
210
210
|
},
|
|
211
211
|
"declarations": [
|
|
212
212
|
{
|
|
213
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
213
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
214
214
|
"name": "LinkDOMProps"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
@@ -221,15 +221,15 @@
|
|
|
221
221
|
},
|
|
222
222
|
"hrefLang": {
|
|
223
223
|
"defaultValue": null,
|
|
224
|
-
"description": "Hints at the human language of the linked URL
|
|
224
|
+
"description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
225
225
|
"name": "hrefLang",
|
|
226
226
|
"parent": {
|
|
227
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
227
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
228
228
|
"name": "LinkDOMProps"
|
|
229
229
|
},
|
|
230
230
|
"declarations": [
|
|
231
231
|
{
|
|
232
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
232
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
233
233
|
"name": "LinkDOMProps"
|
|
234
234
|
}
|
|
235
235
|
],
|
|
@@ -240,15 +240,15 @@
|
|
|
240
240
|
},
|
|
241
241
|
"target": {
|
|
242
242
|
"defaultValue": null,
|
|
243
|
-
"description": "The target window for the link. See
|
|
243
|
+
"description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
244
244
|
"name": "target",
|
|
245
245
|
"parent": {
|
|
246
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
246
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
247
247
|
"name": "LinkDOMProps"
|
|
248
248
|
},
|
|
249
249
|
"declarations": [
|
|
250
250
|
{
|
|
251
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
251
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
252
252
|
"name": "LinkDOMProps"
|
|
253
253
|
}
|
|
254
254
|
],
|
|
@@ -259,15 +259,15 @@
|
|
|
259
259
|
},
|
|
260
260
|
"rel": {
|
|
261
261
|
"defaultValue": null,
|
|
262
|
-
"description": "The relationship between the linked resource and the current page. See
|
|
262
|
+
"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).",
|
|
263
263
|
"name": "rel",
|
|
264
264
|
"parent": {
|
|
265
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
265
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266
266
|
"name": "LinkDOMProps"
|
|
267
267
|
},
|
|
268
268
|
"declarations": [
|
|
269
269
|
{
|
|
270
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
270
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
271
271
|
"name": "LinkDOMProps"
|
|
272
272
|
}
|
|
273
273
|
],
|
|
@@ -278,15 +278,15 @@
|
|
|
278
278
|
},
|
|
279
279
|
"download": {
|
|
280
280
|
"defaultValue": null,
|
|
281
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name
|
|
281
|
+
"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).",
|
|
282
282
|
"name": "download",
|
|
283
283
|
"parent": {
|
|
284
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
284
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
285
285
|
"name": "LinkDOMProps"
|
|
286
286
|
},
|
|
287
287
|
"declarations": [
|
|
288
288
|
{
|
|
289
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
289
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290
290
|
"name": "LinkDOMProps"
|
|
291
291
|
}
|
|
292
292
|
],
|
|
@@ -297,15 +297,15 @@
|
|
|
297
297
|
},
|
|
298
298
|
"ping": {
|
|
299
299
|
"defaultValue": null,
|
|
300
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See
|
|
300
|
+
"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).",
|
|
301
301
|
"name": "ping",
|
|
302
302
|
"parent": {
|
|
303
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
303
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
304
304
|
"name": "LinkDOMProps"
|
|
305
305
|
},
|
|
306
306
|
"declarations": [
|
|
307
307
|
{
|
|
308
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
308
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
309
309
|
"name": "LinkDOMProps"
|
|
310
310
|
}
|
|
311
311
|
],
|
|
@@ -316,15 +316,15 @@
|
|
|
316
316
|
},
|
|
317
317
|
"referrerPolicy": {
|
|
318
318
|
"defaultValue": null,
|
|
319
|
-
"description": "How much of the referrer to send when following the link. See
|
|
319
|
+
"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).",
|
|
320
320
|
"name": "referrerPolicy",
|
|
321
321
|
"parent": {
|
|
322
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
322
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
323
323
|
"name": "LinkDOMProps"
|
|
324
324
|
},
|
|
325
325
|
"declarations": [
|
|
326
326
|
{
|
|
327
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
327
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
328
328
|
"name": "LinkDOMProps"
|
|
329
329
|
}
|
|
330
330
|
],
|
|
@@ -368,12 +368,12 @@
|
|
|
368
368
|
"description": "Options for the configured client side router.",
|
|
369
369
|
"name": "routerOptions",
|
|
370
370
|
"parent": {
|
|
371
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
371
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
372
372
|
"name": "LinkDOMProps"
|
|
373
373
|
},
|
|
374
374
|
"declarations": [
|
|
375
375
|
{
|
|
376
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
376
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
377
377
|
"name": "LinkDOMProps"
|
|
378
378
|
}
|
|
379
379
|
],
|
|
@@ -387,12 +387,12 @@
|
|
|
387
387
|
"description": "Handler that is called when a hover interaction starts.",
|
|
388
388
|
"name": "onHoverStart",
|
|
389
389
|
"parent": {
|
|
390
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
390
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
391
391
|
"name": "HoverEvents"
|
|
392
392
|
},
|
|
393
393
|
"declarations": [
|
|
394
394
|
{
|
|
395
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
395
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
396
396
|
"name": "HoverEvents"
|
|
397
397
|
}
|
|
398
398
|
],
|
|
@@ -406,12 +406,12 @@
|
|
|
406
406
|
"description": "Handler that is called when a hover interaction ends.",
|
|
407
407
|
"name": "onHoverEnd",
|
|
408
408
|
"parent": {
|
|
409
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
409
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
410
410
|
"name": "HoverEvents"
|
|
411
411
|
},
|
|
412
412
|
"declarations": [
|
|
413
413
|
{
|
|
414
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
414
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
415
415
|
"name": "HoverEvents"
|
|
416
416
|
}
|
|
417
417
|
],
|
|
@@ -425,12 +425,12 @@
|
|
|
425
425
|
"description": "Handler that is called when the hover state changes.",
|
|
426
426
|
"name": "onHoverChange",
|
|
427
427
|
"parent": {
|
|
428
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
428
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
429
429
|
"name": "HoverEvents"
|
|
430
430
|
},
|
|
431
431
|
"declarations": [
|
|
432
432
|
{
|
|
433
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
433
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
434
434
|
"name": "HoverEvents"
|
|
435
435
|
}
|
|
436
436
|
],
|
|
@@ -444,12 +444,12 @@
|
|
|
444
444
|
"description": "Handler that is called when the press is released over the target.",
|
|
445
445
|
"name": "onPress",
|
|
446
446
|
"parent": {
|
|
447
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
447
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
448
448
|
"name": "PressEvents"
|
|
449
449
|
},
|
|
450
450
|
"declarations": [
|
|
451
451
|
{
|
|
452
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
452
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
453
453
|
"name": "PressEvents"
|
|
454
454
|
}
|
|
455
455
|
],
|
|
@@ -463,12 +463,12 @@
|
|
|
463
463
|
"description": "Handler that is called when a press interaction starts.",
|
|
464
464
|
"name": "onPressStart",
|
|
465
465
|
"parent": {
|
|
466
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
466
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
467
467
|
"name": "PressEvents"
|
|
468
468
|
},
|
|
469
469
|
"declarations": [
|
|
470
470
|
{
|
|
471
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
471
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
472
472
|
"name": "PressEvents"
|
|
473
473
|
}
|
|
474
474
|
],
|
|
@@ -482,12 +482,12 @@
|
|
|
482
482
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
483
483
|
"name": "onPressEnd",
|
|
484
484
|
"parent": {
|
|
485
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
485
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
486
486
|
"name": "PressEvents"
|
|
487
487
|
},
|
|
488
488
|
"declarations": [
|
|
489
489
|
{
|
|
490
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
490
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
491
491
|
"name": "PressEvents"
|
|
492
492
|
}
|
|
493
493
|
],
|
|
@@ -501,12 +501,12 @@
|
|
|
501
501
|
"description": "Handler that is called when the press state changes.",
|
|
502
502
|
"name": "onPressChange",
|
|
503
503
|
"parent": {
|
|
504
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
504
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
505
505
|
"name": "PressEvents"
|
|
506
506
|
},
|
|
507
507
|
"declarations": [
|
|
508
508
|
{
|
|
509
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
509
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
510
510
|
"name": "PressEvents"
|
|
511
511
|
}
|
|
512
512
|
],
|
|
@@ -520,12 +520,12 @@
|
|
|
520
520
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
521
521
|
"name": "onPressUp",
|
|
522
522
|
"parent": {
|
|
523
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
523
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
524
524
|
"name": "PressEvents"
|
|
525
525
|
},
|
|
526
526
|
"declarations": [
|
|
527
527
|
{
|
|
528
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
528
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
529
529
|
"name": "PressEvents"
|
|
530
530
|
}
|
|
531
531
|
],
|
|
@@ -536,15 +536,15 @@
|
|
|
536
536
|
},
|
|
537
537
|
"onClick": {
|
|
538
538
|
"defaultValue": null,
|
|
539
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides
|
|
539
|
+
"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.",
|
|
540
540
|
"name": "onClick",
|
|
541
541
|
"parent": {
|
|
542
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
542
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
543
543
|
"name": "PressEvents"
|
|
544
544
|
},
|
|
545
545
|
"declarations": [
|
|
546
546
|
{
|
|
547
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
547
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
548
548
|
"name": "PressEvents"
|
|
549
549
|
},
|
|
550
550
|
{
|
|
@@ -562,12 +562,12 @@
|
|
|
562
562
|
"description": "Handler that is called when a key is pressed.",
|
|
563
563
|
"name": "onKeyDown",
|
|
564
564
|
"parent": {
|
|
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": "KeyboardEvents"
|
|
567
567
|
},
|
|
568
568
|
"declarations": [
|
|
569
569
|
{
|
|
570
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
570
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
571
571
|
"name": "KeyboardEvents"
|
|
572
572
|
}
|
|
573
573
|
],
|
|
@@ -581,12 +581,12 @@
|
|
|
581
581
|
"description": "Handler that is called when a key is released.",
|
|
582
582
|
"name": "onKeyUp",
|
|
583
583
|
"parent": {
|
|
584
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
584
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
585
585
|
"name": "KeyboardEvents"
|
|
586
586
|
},
|
|
587
587
|
"declarations": [
|
|
588
588
|
{
|
|
589
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
589
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
590
590
|
"name": "KeyboardEvents"
|
|
591
591
|
}
|
|
592
592
|
],
|
|
@@ -600,12 +600,12 @@
|
|
|
600
600
|
"description": "Handler that is called when the element receives focus.",
|
|
601
601
|
"name": "onFocus",
|
|
602
602
|
"parent": {
|
|
603
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
603
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
604
604
|
"name": "FocusEvents"
|
|
605
605
|
},
|
|
606
606
|
"declarations": [
|
|
607
607
|
{
|
|
608
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
608
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
609
609
|
"name": "FocusEvents"
|
|
610
610
|
}
|
|
611
611
|
],
|
|
@@ -619,12 +619,12 @@
|
|
|
619
619
|
"description": "Handler that is called when the element loses focus.",
|
|
620
620
|
"name": "onBlur",
|
|
621
621
|
"parent": {
|
|
622
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
622
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
623
623
|
"name": "FocusEvents"
|
|
624
624
|
},
|
|
625
625
|
"declarations": [
|
|
626
626
|
{
|
|
627
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
627
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
628
628
|
"name": "FocusEvents"
|
|
629
629
|
}
|
|
630
630
|
],
|
|
@@ -638,12 +638,12 @@
|
|
|
638
638
|
"description": "Handler that is called when the element's focus status changes.",
|
|
639
639
|
"name": "onFocusChange",
|
|
640
640
|
"parent": {
|
|
641
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
641
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
642
642
|
"name": "FocusEvents"
|
|
643
643
|
},
|
|
644
644
|
"declarations": [
|
|
645
645
|
{
|
|
646
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
646
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
647
647
|
"name": "FocusEvents"
|
|
648
648
|
}
|
|
649
649
|
],
|