@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
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"see": "https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/",
|
|
4
|
+
"supportsStyleProps": ""
|
|
5
|
+
},
|
|
6
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
7
|
+
"description": "Splitter root container. Owns the single aside `size` and resolves\ncontrolled/uncontrolled size + collapse. Wrap one `Splitter.Aside` and one\n`Splitter.Main` with one `Splitter.Handle` between them (aside on either side).",
|
|
8
|
+
"displayName": "SplitterRoot",
|
|
9
|
+
"methods": [],
|
|
10
|
+
"props": {
|
|
11
|
+
"orientation": {
|
|
12
|
+
"defaultValue": {
|
|
13
|
+
"value": "horizontal"
|
|
14
|
+
},
|
|
15
|
+
"description": "The orientation of the splitter — drives layout direction and which\narrow keys are active on the handle. The handle's `aria-orientation`\nreflects this prop (W3C separator semantics).",
|
|
16
|
+
"name": "orientation",
|
|
17
|
+
"declarations": [
|
|
18
|
+
{
|
|
19
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
20
|
+
"name": "TypeLiteral"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"required": false,
|
|
24
|
+
"type": {
|
|
25
|
+
"name": "((\"horizontal\" | \"vertical\" | (\"horizontal\" | \"vertical\" | null)[] | { _hover?: ConditionalValue<\"horizontal\" | \"vertical\">; _active?: ConditionalValue<...>; ... 127 more ...; base?: ConditionalValue<...>; }) & (\"horizontal\" | \"vertical\")) | undefined"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"defaultSize": {
|
|
29
|
+
"defaultValue": null,
|
|
30
|
+
"description": "Initial size of the **aside** pane as a percentage (0–100). The *dynamic*\nseed of the splitter's size: read once on mount, and exactly the shape\n`onSizeChange` / `onSizeChangeEnd` emit — so a persisted value round-trips\nstraight back in here. Subsequent prop changes are ignored; an out-of-range\nor omitted value falls back to a 50/50 split. The main pane is `100 − size`.\n\nFor the controlled counterpart, see `size`. Provide one or the other, not both.",
|
|
31
|
+
"name": "defaultSize",
|
|
32
|
+
"declarations": [
|
|
33
|
+
{
|
|
34
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
35
|
+
"name": "TypeLiteral"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"required": false,
|
|
39
|
+
"type": {
|
|
40
|
+
"name": "number"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"size": {
|
|
44
|
+
"defaultValue": null,
|
|
45
|
+
"description": "Controlled size of the **aside** pane as a percentage (0–100). When\nprovided, the splitter is controlled for size: it renders this value and\nreflects external changes in place (no remount). Control is **settled, not\nlive** — drag and keyboard update the layout smoothly from internal state\nand notify once per interaction via `onSizeChangeEnd`. Wire `onSizeChangeEnd`\nand feed the value back to stay controlled — if you don't, the splitter\nkeeps the last interactive value and behaves as uncontrolled from then on\n(no snap-back). Mutually exclusive with `defaultSize`.",
|
|
46
|
+
"name": "size",
|
|
47
|
+
"declarations": [
|
|
48
|
+
{
|
|
49
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
50
|
+
"name": "TypeLiteral"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"required": false,
|
|
54
|
+
"type": {
|
|
55
|
+
"name": "number"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"minSize": {
|
|
59
|
+
"defaultValue": {
|
|
60
|
+
"value": "0"
|
|
61
|
+
},
|
|
62
|
+
"description": "Aside lower bound as a percentage. Drag/keyboard clamp at this boundary.",
|
|
63
|
+
"name": "minSize",
|
|
64
|
+
"declarations": [
|
|
65
|
+
{
|
|
66
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
67
|
+
"name": "TypeLiteral"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"required": false,
|
|
71
|
+
"type": {
|
|
72
|
+
"name": "number"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"maxSize": {
|
|
76
|
+
"defaultValue": {
|
|
77
|
+
"value": "100"
|
|
78
|
+
},
|
|
79
|
+
"description": "Aside upper bound as a percentage — caps how far the aside can grow. The\nmain pane's floor is the complement (`100 − maxSize`), so this single value\nbounds both sides of the one boundary.",
|
|
80
|
+
"name": "maxSize",
|
|
81
|
+
"declarations": [
|
|
82
|
+
{
|
|
83
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
84
|
+
"name": "TypeLiteral"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"required": false,
|
|
88
|
+
"type": {
|
|
89
|
+
"name": "number"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"collapsible": {
|
|
93
|
+
"defaultValue": {
|
|
94
|
+
"value": "false"
|
|
95
|
+
},
|
|
96
|
+
"description": "When true, the aside can collapse to `collapsedSize` via Enter on the\nfocused handle or the controlled `collapsed` prop. Only the aside collapses.",
|
|
97
|
+
"name": "collapsible",
|
|
98
|
+
"declarations": [
|
|
99
|
+
{
|
|
100
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
101
|
+
"name": "TypeLiteral"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"required": false,
|
|
105
|
+
"type": {
|
|
106
|
+
"name": "boolean"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"collapsedSize": {
|
|
110
|
+
"defaultValue": {
|
|
111
|
+
"value": "0"
|
|
112
|
+
},
|
|
113
|
+
"description": "Aside size as a percentage when collapsed.",
|
|
114
|
+
"name": "collapsedSize",
|
|
115
|
+
"declarations": [
|
|
116
|
+
{
|
|
117
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
118
|
+
"name": "TypeLiteral"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"required": false,
|
|
122
|
+
"type": {
|
|
123
|
+
"name": "number"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"onSizeChange": {
|
|
127
|
+
"defaultValue": null,
|
|
128
|
+
"description": "Notification callback fired on every size change, including each drag tick\n(~60Hz). Receives the aside size (0–100). For persistence, prefer\n`onSizeChangeEnd`.",
|
|
129
|
+
"name": "onSizeChange",
|
|
130
|
+
"declarations": [
|
|
131
|
+
{
|
|
132
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
133
|
+
"name": "TypeLiteral"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"required": false,
|
|
137
|
+
"type": {
|
|
138
|
+
"name": "((size: number) => void)"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"onSizeChangeEnd": {
|
|
142
|
+
"defaultValue": null,
|
|
143
|
+
"description": "Notification callback fired once when a size interaction settles (drag end,\neach keypress, collapse/expand, double-click restore). Receives the aside\nsize (0–100). This is the seam to wire persistence to — no debouncing.",
|
|
144
|
+
"name": "onSizeChangeEnd",
|
|
145
|
+
"declarations": [
|
|
146
|
+
{
|
|
147
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
148
|
+
"name": "TypeLiteral"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"required": false,
|
|
152
|
+
"type": {
|
|
153
|
+
"name": "((size: number) => void)"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"collapsed": {
|
|
157
|
+
"defaultValue": null,
|
|
158
|
+
"description": "Controlled collapsed state of the aside. When provided, the splitter is\ncontrolled for collapse.",
|
|
159
|
+
"name": "collapsed",
|
|
160
|
+
"declarations": [
|
|
161
|
+
{
|
|
162
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
163
|
+
"name": "TypeLiteral"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"required": false,
|
|
167
|
+
"type": {
|
|
168
|
+
"name": "boolean"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"defaultCollapsed": {
|
|
172
|
+
"defaultValue": {
|
|
173
|
+
"value": "false"
|
|
174
|
+
},
|
|
175
|
+
"description": "Uncontrolled initial collapsed state of the aside. Used when `collapsed` is\nnot provided.",
|
|
176
|
+
"name": "defaultCollapsed",
|
|
177
|
+
"declarations": [
|
|
178
|
+
{
|
|
179
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
180
|
+
"name": "TypeLiteral"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"required": false,
|
|
184
|
+
"type": {
|
|
185
|
+
"name": "boolean"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"onCollapsedChange": {
|
|
189
|
+
"defaultValue": null,
|
|
190
|
+
"description": "Fired whenever the aside collapses (`true`) or expands (`false`).",
|
|
191
|
+
"name": "onCollapsedChange",
|
|
192
|
+
"declarations": [
|
|
193
|
+
{
|
|
194
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
195
|
+
"name": "TypeLiteral"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"required": false,
|
|
199
|
+
"type": {
|
|
200
|
+
"name": "((collapsed: boolean) => void)"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"keyboardStep": {
|
|
204
|
+
"defaultValue": {
|
|
205
|
+
"value": "5"
|
|
206
|
+
},
|
|
207
|
+
"description": "Percentage delta applied per arrow-key press on the focused handle.\nHome/End jump the boundary to the relevant bounds. Accepts floats.",
|
|
208
|
+
"name": "keyboardStep",
|
|
209
|
+
"declarations": [
|
|
210
|
+
{
|
|
211
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
212
|
+
"name": "TypeLiteral"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"required": false,
|
|
216
|
+
"type": {
|
|
217
|
+
"name": "number"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"isDoubleClickDisabled": {
|
|
221
|
+
"defaultValue": {
|
|
222
|
+
"value": "false"
|
|
223
|
+
},
|
|
224
|
+
"description": "When true, double-click on the handle does not restore the default size.\nDrag and keyboard remain active.",
|
|
225
|
+
"name": "isDoubleClickDisabled",
|
|
226
|
+
"declarations": [
|
|
227
|
+
{
|
|
228
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
229
|
+
"name": "TypeLiteral"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"required": false,
|
|
233
|
+
"type": {
|
|
234
|
+
"name": "boolean"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"isDisabled": {
|
|
238
|
+
"defaultValue": {
|
|
239
|
+
"value": "false"
|
|
240
|
+
},
|
|
241
|
+
"description": "When true, the splitter is non-interactive: the handle is removed from the\ntab order (`tabIndex={-1}`), gets `aria-disabled`, and ignores drag,\nkeyboard, and collapse input.",
|
|
242
|
+
"name": "isDisabled",
|
|
243
|
+
"declarations": [
|
|
244
|
+
{
|
|
245
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
246
|
+
"name": "TypeLiteral"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"required": false,
|
|
250
|
+
"type": {
|
|
251
|
+
"name": "boolean"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"ref": {
|
|
255
|
+
"defaultValue": null,
|
|
256
|
+
"description": "Ref to the root element.",
|
|
257
|
+
"name": "ref",
|
|
258
|
+
"declarations": [
|
|
259
|
+
{
|
|
260
|
+
"fileName": "nimbus/packages/nimbus/src/components/splitter/splitter.types.ts",
|
|
261
|
+
"name": "TypeLiteral"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"required": false,
|
|
265
|
+
"type": {
|
|
266
|
+
"name": "Ref<HTMLDivElement>"
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"supportsStyleProps": true
|
|
271
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {},
|
|
3
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
4
|
+
"description": "A size token name accepted by `useResponsiveSplitterSizes`.",
|
|
5
|
+
"displayName": "SplitterSizeToken",
|
|
6
|
+
"methods": [],
|
|
7
|
+
"props": {},
|
|
8
|
+
"supportsStyleProps": false
|
|
9
|
+
}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "as",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
16
|
+
"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",
|
|
17
17
|
"name": "PolymorphicProps"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
21
|
+
"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",
|
|
22
22
|
"name": "PolymorphicProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "type",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
17
17
|
"name": "AnchorHTMLAttributes"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
22
22
|
"name": "AnchorHTMLAttributes"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "type",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
17
17
|
"name": "AnchorHTMLAttributes"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
22
22
|
"name": "AnchorHTMLAttributes"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
35
35
|
"name": "unstyled",
|
|
36
36
|
"parent": {
|
|
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": "UnstyledProp"
|
|
39
39
|
},
|
|
40
40
|
"declarations": [
|
|
41
41
|
{
|
|
42
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
42
|
+
"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",
|
|
43
43
|
"name": "UnstyledProp"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "type",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
17
17
|
"name": "AnchorHTMLAttributes"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
22
22
|
"name": "AnchorHTMLAttributes"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"description": "",
|
|
15
15
|
"name": "size",
|
|
16
16
|
"parent": {
|
|
17
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
17
|
+
"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/generated/recipes.gen.d.ts",
|
|
18
18
|
"name": "NimbusCodeVariant"
|
|
19
19
|
},
|
|
20
20
|
"declarations": [
|
|
21
21
|
{
|
|
22
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
22
|
+
"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/generated/recipes.gen.d.ts",
|
|
23
23
|
"name": "NimbusCodeVariant"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"description": "",
|
|
34
34
|
"name": "htmlFor",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
36
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
37
37
|
"name": "LabelHTMLAttributes"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
41
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
42
42
|
"name": "LabelHTMLAttributes"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"description": "Handler that is called when the element's selection state changes.",
|
|
53
53
|
"name": "onChange",
|
|
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/toggle/useToggleState.d.ts",
|
|
56
56
|
"name": "ToggleStateOptions"
|
|
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/toggle/useToggleState.d.ts",
|
|
61
61
|
"name": "ToggleStateOptions"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
},
|
|
69
69
|
"name": {
|
|
70
70
|
"defaultValue": null,
|
|
71
|
-
"description": "The name of the input element, used when submitting an HTML form. See
|
|
71
|
+
"description": "The name of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
72
72
|
"name": "name",
|
|
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/dom.d.ts",
|
|
75
75
|
"name": "InputDOMProps"
|
|
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/dom.d.ts",
|
|
80
80
|
"name": "InputDOMProps"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
},
|
|
88
88
|
"value": {
|
|
89
89
|
"defaultValue": null,
|
|
90
|
-
"description": "The value of the input element, used when submitting an HTML form. See
|
|
90
|
+
"description": "The value of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
|
|
91
91
|
"name": "value",
|
|
92
92
|
"parent": {
|
|
93
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
93
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
|
|
94
94
|
"name": "ToggleProps"
|
|
95
95
|
},
|
|
96
96
|
"declarations": [
|
|
97
97
|
{
|
|
98
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
98
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
|
|
99
99
|
"name": "ToggleProps"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
@@ -109,12 +109,12 @@
|
|
|
109
109
|
"description": "Whether the input is disabled.",
|
|
110
110
|
"name": "isDisabled",
|
|
111
111
|
"parent": {
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
112
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
113
113
|
"name": "InputBase"
|
|
114
114
|
},
|
|
115
115
|
"declarations": [
|
|
116
116
|
{
|
|
117
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
117
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
118
118
|
"name": "InputBase"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
@@ -128,12 +128,12 @@
|
|
|
128
128
|
"description": "Handler that is called when the press is released over the target.",
|
|
129
129
|
"name": "onPress",
|
|
130
130
|
"parent": {
|
|
131
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
131
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
132
132
|
"name": "PressEvents"
|
|
133
133
|
},
|
|
134
134
|
"declarations": [
|
|
135
135
|
{
|
|
136
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
136
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
137
137
|
"name": "PressEvents"
|
|
138
138
|
}
|
|
139
139
|
],
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"description": "Handler that is called when a press interaction starts.",
|
|
148
148
|
"name": "onPressStart",
|
|
149
149
|
"parent": {
|
|
150
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
150
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
151
151
|
"name": "PressEvents"
|
|
152
152
|
},
|
|
153
153
|
"declarations": [
|
|
154
154
|
{
|
|
155
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
155
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
156
156
|
"name": "PressEvents"
|
|
157
157
|
}
|
|
158
158
|
],
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
167
167
|
"name": "onPressEnd",
|
|
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/events.d.ts",
|
|
170
170
|
"name": "PressEvents"
|
|
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/events.d.ts",
|
|
175
175
|
"name": "PressEvents"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
@@ -185,12 +185,12 @@
|
|
|
185
185
|
"description": "Handler that is called when the press state changes.",
|
|
186
186
|
"name": "onPressChange",
|
|
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/events.d.ts",
|
|
189
189
|
"name": "PressEvents"
|
|
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/events.d.ts",
|
|
194
194
|
"name": "PressEvents"
|
|
195
195
|
}
|
|
196
196
|
],
|
|
@@ -204,12 +204,12 @@
|
|
|
204
204
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
205
205
|
"name": "onPressUp",
|
|
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/events.d.ts",
|
|
208
208
|
"name": "PressEvents"
|
|
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/events.d.ts",
|
|
213
213
|
"name": "PressEvents"
|
|
214
214
|
}
|
|
215
215
|
],
|
|
@@ -223,12 +223,12 @@
|
|
|
223
223
|
"description": "Handler that is called when the element's focus status changes.",
|
|
224
224
|
"name": "onFocusChange",
|
|
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/events.d.ts",
|
|
227
227
|
"name": "FocusEvents"
|
|
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/events.d.ts",
|
|
232
232
|
"name": "FocusEvents"
|
|
233
233
|
}
|
|
234
234
|
],
|
|
@@ -242,12 +242,12 @@
|
|
|
242
242
|
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
243
243
|
"name": "excludeFromTabOrder",
|
|
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": "FocusableDOMProps"
|
|
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": "FocusableDOMProps"
|
|
252
252
|
}
|
|
253
253
|
],
|
|
@@ -261,12 +261,12 @@
|
|
|
261
261
|
"description": "Whether the element should be selected (controlled).",
|
|
262
262
|
"name": "isSelected",
|
|
263
263
|
"parent": {
|
|
264
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
264
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
|
|
265
265
|
"name": "ToggleStateOptions"
|
|
266
266
|
},
|
|
267
267
|
"declarations": [
|
|
268
268
|
{
|
|
269
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
269
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
|
|
270
270
|
"name": "ToggleStateOptions"
|
|
271
271
|
}
|
|
272
272
|
],
|
|
@@ -280,12 +280,12 @@
|
|
|
280
280
|
"description": "Whether the element should be selected (uncontrolled).",
|
|
281
281
|
"name": "defaultSelected",
|
|
282
282
|
"parent": {
|
|
283
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
283
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
|
|
284
284
|
"name": "ToggleStateOptions"
|
|
285
285
|
},
|
|
286
286
|
"declarations": [
|
|
287
287
|
{
|
|
288
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
288
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
|
|
289
289
|
"name": "ToggleStateOptions"
|
|
290
290
|
}
|
|
291
291
|
],
|
|
@@ -299,12 +299,12 @@
|
|
|
299
299
|
"description": "Whether user input is required on the input before form submission.",
|
|
300
300
|
"name": "isRequired",
|
|
301
301
|
"parent": {
|
|
302
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
302
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
303
303
|
"name": "Validation"
|
|
304
304
|
},
|
|
305
305
|
"declarations": [
|
|
306
306
|
{
|
|
307
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
307
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
308
308
|
"name": "Validation"
|
|
309
309
|
}
|
|
310
310
|
],
|
|
@@ -318,12 +318,12 @@
|
|
|
318
318
|
"description": "Whether the input value is invalid.",
|
|
319
319
|
"name": "isInvalid",
|
|
320
320
|
"parent": {
|
|
321
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
321
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
322
322
|
"name": "Validation"
|
|
323
323
|
},
|
|
324
324
|
"declarations": [
|
|
325
325
|
{
|
|
326
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
326
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
327
327
|
"name": "Validation"
|
|
328
328
|
}
|
|
329
329
|
],
|
|
@@ -337,12 +337,12 @@
|
|
|
337
337
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
338
338
|
"name": "isReadOnly",
|
|
339
339
|
"parent": {
|
|
340
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
340
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
341
341
|
"name": "InputBase"
|
|
342
342
|
},
|
|
343
343
|
"declarations": [
|
|
344
344
|
{
|
|
345
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
345
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
346
346
|
"name": "InputBase"
|
|
347
347
|
}
|
|
348
348
|
],
|