@commercetools/nimbus-mcp 2.10.0 → 3.0.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 +288 -0
- package/data/docs/routes/components-data-display-card.json +71 -5
- package/data/docs/routes/components-feedback-toast.json +1 -1
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +428 -0
- package/data/docs/routes/components-media-avatar.json +24 -2
- package/data/docs/routes/patterns-actions-form-action-bar.json +412 -0
- package/data/docs/routes/patterns-dialogs-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionHeader.json +33 -33
- package/data/docs/types/AccordionRoot.json +2 -2
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +52 -52
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +8 -8
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +24 -24
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/Card.json +1 -1
- package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
- package/data/docs/types/CardFooter.json +27 -0
- package/data/docs/types/CardRoot.json +18 -48
- package/data/docs/types/Cell.json +6 -6
- package/data/docs/types/Checkbox.json +2 -2
- package/data/docs/types/Code.json +10 -10
- package/data/docs/types/Column.json +6 -6
- package/data/docs/types/ColumnGroup.json +6 -6
- package/data/docs/types/ColumnHeader.json +6 -6
- package/data/docs/types/ComboBoxListBox.json +6 -6
- package/data/docs/types/ComboBoxPopover.json +8 -8
- package/data/docs/types/ComboBoxRoot.json +24 -24
- package/data/docs/types/ComboBoxSection.json +6 -6
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +6 -6
- package/data/docs/types/DataTableHeader.json +7 -7
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +6 -6
- package/data/docs/types/DatePicker.json +16 -16
- package/data/docs/types/DateRangePickerField.json +17 -17
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +52 -52
- package/data/docs/types/DraggableListField.json +10 -10
- package/data/docs/types/DraggableListItem.json +6 -6
- package/data/docs/types/DraggableListRoot.json +8 -8
- package/data/docs/types/DrawerCloseTrigger.json +52 -52
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +200 -0
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +2 -2
- 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 +24 -24
- package/data/docs/types/IconToggleButton.json +17 -17
- package/data/docs/types/Image.json +38 -38
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InfoDialog.json +104 -0
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +8 -8
- 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/MenuTrigger.json +33 -33
- package/data/docs/types/MultilineTextInput.json +34 -34
- package/data/docs/types/MultilineTextInputField.json +19 -19
- package/data/docs/types/NumberInput.json +19 -19
- package/data/docs/types/NumberInputField.json +38 -38
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +20 -20
- package/data/docs/types/PasswordInput.json +17 -17
- package/data/docs/types/PasswordInputField.json +17 -17
- package/data/docs/types/ProgressBar.json +21 -21
- 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/ScrollArea.json +129 -32
- package/data/docs/types/ScrollAreaElementIds.json +9 -0
- package/data/docs/types/ScrollAreaProps.json +9 -0
- package/data/docs/types/SearchInput.json +19 -19
- package/data/docs/types/SearchInputField.json +25 -25
- package/data/docs/types/SelectRoot.json +15 -15
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +2 -2
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/Switch.json +2 -2
- package/data/docs/types/TabNavItem.json +19 -19
- package/data/docs/types/TabNavRoot.json +18 -18
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +6 -6
- package/data/docs/types/TableColumn.json +6 -6
- package/data/docs/types/TableColumnGroup.json +6 -6
- package/data/docs/types/TableColumnHeader.json +6 -6
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +18 -18
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +17 -17
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +16 -16
- package/data/docs/types/TextInputField.json +17 -17
- package/data/docs/types/ToggleButton.json +17 -17
- package/data/docs/types/ToggleButtonGroupButton.json +6 -6
- package/data/docs/types/ToggleButtonGroupRoot.json +6 -6
- package/data/docs/types/Toolbar.json +16 -16
- package/data/docs/types/TooltipContent.json +21 -21
- package/data/docs/types/TooltipRoot.json +3 -3
- package/data/docs/types/manifest.json +16 -11
- package/data/docs/types/toast.json +2 -17
- package/package.json +6 -6
package/data/docs/types/Row.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "css",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
14
14
|
"name": "JsxStyleProps"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
19
19
|
"name": "JsxStyleProps"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "as",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
33
|
"name": "PolymorphicProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
38
|
"name": "PolymorphicProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "asChild",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -1,60 +1,68 @@
|
|
|
1
1
|
{
|
|
2
|
-
"tags": {
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": "",
|
|
4
|
+
"see": "{@link https://nimbus-documentation.vercel.app/components/layout/scroll-area}",
|
|
5
|
+
"example": "```tsx\n<ScrollArea maxH=\"200px\" aria-label=\"Log output\">\n {content}\n</ScrollArea>\n```"
|
|
6
|
+
},
|
|
3
7
|
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
4
|
-
"description": "",
|
|
8
|
+
"description": "# ScrollArea\n\nA scrollable container with custom-styled scrollbar overlays.\nReplaces native scrollbars with themed overlay indicators that appear\non hover or during scrolling.\n\nBuilt on Chakra UI's ScrollArea (powered by Ark UI) with Nimbus\ndesign tokens and keyboard accessibility.",
|
|
5
9
|
"displayName": "ScrollArea",
|
|
6
10
|
"methods": [],
|
|
7
11
|
"props": {
|
|
8
|
-
"
|
|
9
|
-
"defaultValue":
|
|
10
|
-
|
|
11
|
-
"name": "css",
|
|
12
|
-
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.34.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_10b2c786e2b7f83f500327a2347e0904/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
14
|
-
"name": "JsxStyleProps"
|
|
12
|
+
"size": {
|
|
13
|
+
"defaultValue": {
|
|
14
|
+
"value": "\"sm\"\n\"sm\""
|
|
15
15
|
},
|
|
16
|
+
"description": "Scrollbar thickness.",
|
|
17
|
+
"name": "size",
|
|
16
18
|
"declarations": [
|
|
17
19
|
{
|
|
18
|
-
"fileName": "nimbus/
|
|
19
|
-
"name": "
|
|
20
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
21
|
+
"name": "TypeLiteral"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
25
|
+
"name": "TypeLiteral"
|
|
20
26
|
}
|
|
21
27
|
],
|
|
22
28
|
"required": false,
|
|
23
29
|
"type": {
|
|
24
|
-
"name": "
|
|
30
|
+
"name": "ConditionalValue<\"sm\" | \"md\" | \"lg\" | \"xs\">"
|
|
25
31
|
}
|
|
26
32
|
},
|
|
27
|
-
"
|
|
28
|
-
"defaultValue":
|
|
29
|
-
|
|
30
|
-
"name": "as",
|
|
31
|
-
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.34.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_10b2c786e2b7f83f500327a2347e0904/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
|
-
"name": "PolymorphicProps"
|
|
33
|
+
"variant": {
|
|
34
|
+
"defaultValue": {
|
|
35
|
+
"value": "\"hover\"\n\"hover\""
|
|
34
36
|
},
|
|
37
|
+
"description": "Scrollbar visibility variant.\n- `hover`: scrollbar appears on hover or during active scrolling (default)\n- `always`: scrollbar is permanently visible",
|
|
38
|
+
"name": "variant",
|
|
35
39
|
"declarations": [
|
|
36
40
|
{
|
|
37
|
-
"fileName": "nimbus/
|
|
38
|
-
"name": "
|
|
41
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
42
|
+
"name": "TypeLiteral"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
46
|
+
"name": "TypeLiteral"
|
|
39
47
|
}
|
|
40
48
|
],
|
|
41
49
|
"required": false,
|
|
42
50
|
"type": {
|
|
43
|
-
"name": "
|
|
51
|
+
"name": "ConditionalValue<\"always\" | \"hover\">"
|
|
44
52
|
}
|
|
45
53
|
},
|
|
46
|
-
"
|
|
54
|
+
"unstyled": {
|
|
47
55
|
"defaultValue": null,
|
|
48
|
-
"description": "",
|
|
49
|
-
"name": "
|
|
56
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
57
|
+
"name": "unstyled",
|
|
50
58
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
52
|
-
"name": "
|
|
59
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
60
|
+
"name": "UnstyledProp"
|
|
53
61
|
},
|
|
54
62
|
"declarations": [
|
|
55
63
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
57
|
-
"name": "
|
|
64
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
65
|
+
"name": "UnstyledProp"
|
|
58
66
|
}
|
|
59
67
|
],
|
|
60
68
|
"required": false,
|
|
@@ -62,13 +70,43 @@
|
|
|
62
70
|
"name": "boolean"
|
|
63
71
|
}
|
|
64
72
|
},
|
|
73
|
+
"as": {
|
|
74
|
+
"defaultValue": null,
|
|
75
|
+
"description": "The HTML element type to render the root as.",
|
|
76
|
+
"name": "as",
|
|
77
|
+
"declarations": [
|
|
78
|
+
{
|
|
79
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
80
|
+
"name": "TypeLiteral"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"required": false,
|
|
84
|
+
"type": {
|
|
85
|
+
"name": "ElementType<any, keyof IntrinsicElements>"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
65
88
|
"ref": {
|
|
66
89
|
"defaultValue": null,
|
|
67
|
-
"description": "",
|
|
90
|
+
"description": "A ref to the root scroll area element.",
|
|
68
91
|
"name": "ref",
|
|
69
92
|
"declarations": [
|
|
70
93
|
{
|
|
71
|
-
"fileName": "nimbus/packages/nimbus/src/components/
|
|
94
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
95
|
+
"name": "TypeLiteral"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"required": false,
|
|
99
|
+
"type": {
|
|
100
|
+
"name": "Ref<HTMLDivElement>"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"viewportRef": {
|
|
104
|
+
"defaultValue": null,
|
|
105
|
+
"description": "A ref to the scrollable viewport element inside the scroll area.",
|
|
106
|
+
"name": "viewportRef",
|
|
107
|
+
"declarations": [
|
|
108
|
+
{
|
|
109
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
72
110
|
"name": "TypeLiteral"
|
|
73
111
|
}
|
|
74
112
|
],
|
|
@@ -76,7 +114,66 @@
|
|
|
76
114
|
"type": {
|
|
77
115
|
"name": "Ref<HTMLDivElement>"
|
|
78
116
|
}
|
|
117
|
+
},
|
|
118
|
+
"orientation": {
|
|
119
|
+
"defaultValue": {
|
|
120
|
+
"value": "both"
|
|
121
|
+
},
|
|
122
|
+
"description": "Which scrollbar axes to render.\n\nWhen set to `\"vertical\"` or `\"horizontal\"`, the opposite axis is actively\nsuppressed: Zag's inline `min-width: fit-content` (or `min-height`) is\noverridden on the content slot and the viewport clips the other axis.\nThis prevents silent overflow with no visible scrollbar indicator.",
|
|
123
|
+
"name": "orientation",
|
|
124
|
+
"declarations": [
|
|
125
|
+
{
|
|
126
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
127
|
+
"name": "TypeLiteral"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"required": false,
|
|
131
|
+
"type": {
|
|
132
|
+
"name": "enum",
|
|
133
|
+
"raw": "\"both\" | \"horizontal\" | \"vertical\"",
|
|
134
|
+
"value": [
|
|
135
|
+
{
|
|
136
|
+
"value": "\"both\""
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"value": "\"horizontal\""
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"value": "\"vertical\""
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"value": {
|
|
148
|
+
"defaultValue": null,
|
|
149
|
+
"description": "An externally created scroll area machine (from `useScrollArea`).\nWhen provided, the component uses `RootProvider` instead of `Root`,\nallowing external access to scroll state and programmatic control.",
|
|
150
|
+
"name": "value",
|
|
151
|
+
"declarations": [
|
|
152
|
+
{
|
|
153
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
154
|
+
"name": "TypeLiteral"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"required": false,
|
|
158
|
+
"type": {
|
|
159
|
+
"name": "UseScrollAreaReturn"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"ids": {
|
|
163
|
+
"defaultValue": null,
|
|
164
|
+
"description": "Custom element IDs for ScrollArea's internal parts.\nUse when you need DOM access via `getElementById` (e.g.,\n`ids={{ viewport: 'my-viewport' }}`).\n\nOnly `root`, `viewport`, and `content` are honored by the underlying\nstate machine. Scrollbar and thumb elements are located by data\nattributes and cannot be renamed via ids.",
|
|
165
|
+
"name": "ids",
|
|
166
|
+
"declarations": [
|
|
167
|
+
{
|
|
168
|
+
"fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
|
|
169
|
+
"name": "TypeLiteral"
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"required": false,
|
|
173
|
+
"type": {
|
|
174
|
+
"name": "Partial<{ root: string; viewport: string; content: string; }>"
|
|
175
|
+
}
|
|
79
176
|
}
|
|
80
177
|
},
|
|
81
|
-
"supportsStyleProps":
|
|
178
|
+
"supportsStyleProps": true
|
|
82
179
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {},
|
|
3
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
4
|
+
"description": "Custom element IDs for ScrollArea's internal parts.\nPass to the `ids` prop to set known IDs for DOM access.",
|
|
5
|
+
"displayName": "ScrollAreaElementIds",
|
|
6
|
+
"methods": [],
|
|
7
|
+
"props": {},
|
|
8
|
+
"supportsStyleProps": false
|
|
9
|
+
}
|
|
@@ -813,25 +813,6 @@
|
|
|
813
813
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
814
814
|
}
|
|
815
815
|
},
|
|
816
|
-
"name": {
|
|
817
|
-
"defaultValue": null,
|
|
818
|
-
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
819
|
-
"name": "name",
|
|
820
|
-
"parent": {
|
|
821
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
822
|
-
"name": "InputDOMProps"
|
|
823
|
-
},
|
|
824
|
-
"declarations": [
|
|
825
|
-
{
|
|
826
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
827
|
-
"name": "InputDOMProps"
|
|
828
|
-
}
|
|
829
|
-
],
|
|
830
|
-
"required": false,
|
|
831
|
-
"type": {
|
|
832
|
-
"name": "string"
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
816
|
"type": {
|
|
836
817
|
"defaultValue": {
|
|
837
818
|
"value": "'search'"
|
|
@@ -853,6 +834,25 @@
|
|
|
853
834
|
"name": "\"search\" | \"text\" | (string & {}) | \"tel\" | \"url\" | \"email\" | \"password\""
|
|
854
835
|
}
|
|
855
836
|
},
|
|
837
|
+
"name": {
|
|
838
|
+
"defaultValue": null,
|
|
839
|
+
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
840
|
+
"name": "name",
|
|
841
|
+
"parent": {
|
|
842
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
843
|
+
"name": "InputDOMProps"
|
|
844
|
+
},
|
|
845
|
+
"declarations": [
|
|
846
|
+
{
|
|
847
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
848
|
+
"name": "InputDOMProps"
|
|
849
|
+
}
|
|
850
|
+
],
|
|
851
|
+
"required": false,
|
|
852
|
+
"type": {
|
|
853
|
+
"name": "string"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
856
|
"value": {
|
|
857
857
|
"defaultValue": null,
|
|
858
858
|
"description": "The current value (controlled).",
|
|
@@ -796,23 +796,21 @@
|
|
|
796
796
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
797
797
|
}
|
|
798
798
|
},
|
|
799
|
-
"
|
|
800
|
-
"defaultValue":
|
|
801
|
-
|
|
802
|
-
"name": "name",
|
|
803
|
-
"parent": {
|
|
804
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
805
|
-
"name": "InputDOMProps"
|
|
799
|
+
"variant": {
|
|
800
|
+
"defaultValue": {
|
|
801
|
+
"value": "\"solid\""
|
|
806
802
|
},
|
|
803
|
+
"description": "Visual style variant of the search input",
|
|
804
|
+
"name": "variant",
|
|
807
805
|
"declarations": [
|
|
808
806
|
{
|
|
809
|
-
"fileName": "nimbus/
|
|
810
|
-
"name": "
|
|
807
|
+
"fileName": "nimbus/packages/nimbus/src/components/search-input/search-input.types.ts",
|
|
808
|
+
"name": "TypeLiteral"
|
|
811
809
|
}
|
|
812
810
|
],
|
|
813
811
|
"required": false,
|
|
814
812
|
"type": {
|
|
815
|
-
"name": "
|
|
813
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
816
814
|
}
|
|
817
815
|
},
|
|
818
816
|
"type": {
|
|
@@ -836,18 +834,18 @@
|
|
|
836
834
|
"name": "\"search\" | \"text\" | (string & {}) | \"tel\" | \"url\" | \"email\" | \"password\""
|
|
837
835
|
}
|
|
838
836
|
},
|
|
839
|
-
"
|
|
837
|
+
"name": {
|
|
840
838
|
"defaultValue": null,
|
|
841
|
-
"description": "The
|
|
842
|
-
"name": "
|
|
839
|
+
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
840
|
+
"name": "name",
|
|
843
841
|
"parent": {
|
|
844
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/
|
|
845
|
-
"name": "
|
|
842
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
843
|
+
"name": "InputDOMProps"
|
|
846
844
|
},
|
|
847
845
|
"declarations": [
|
|
848
846
|
{
|
|
849
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/
|
|
850
|
-
"name": "
|
|
847
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
848
|
+
"name": "InputDOMProps"
|
|
851
849
|
}
|
|
852
850
|
],
|
|
853
851
|
"required": false,
|
|
@@ -855,21 +853,23 @@
|
|
|
855
853
|
"name": "string"
|
|
856
854
|
}
|
|
857
855
|
},
|
|
858
|
-
"
|
|
859
|
-
"defaultValue":
|
|
860
|
-
|
|
856
|
+
"value": {
|
|
857
|
+
"defaultValue": null,
|
|
858
|
+
"description": "The current value (controlled).",
|
|
859
|
+
"name": "value",
|
|
860
|
+
"parent": {
|
|
861
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
862
|
+
"name": "ValueBase"
|
|
861
863
|
},
|
|
862
|
-
"description": "Visual style variant of the search input",
|
|
863
|
-
"name": "variant",
|
|
864
864
|
"declarations": [
|
|
865
865
|
{
|
|
866
|
-
"fileName": "nimbus/
|
|
867
|
-
"name": "
|
|
866
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
867
|
+
"name": "ValueBase"
|
|
868
868
|
}
|
|
869
869
|
],
|
|
870
870
|
"required": false,
|
|
871
871
|
"type": {
|
|
872
|
-
"name": "
|
|
872
|
+
"name": "string"
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
875
|
"isDisabled": {
|
|
@@ -355,6 +355,21 @@
|
|
|
355
355
|
"name": "((e: KeyboardEvent) => void)"
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
|
+
"variant": {
|
|
359
|
+
"defaultValue": null,
|
|
360
|
+
"description": "Visual style variant of the select",
|
|
361
|
+
"name": "variant",
|
|
362
|
+
"declarations": [
|
|
363
|
+
{
|
|
364
|
+
"fileName": "nimbus/packages/nimbus/src/components/select/select.types.tsx",
|
|
365
|
+
"name": "TypeLiteral"
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"required": false,
|
|
369
|
+
"type": {
|
|
370
|
+
"name": "ConditionalValue<\"outline\" | \"ghost\">"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
358
373
|
"name": {
|
|
359
374
|
"defaultValue": null,
|
|
360
375
|
"description": "The name of the input, used when submitting an HTML form.",
|
|
@@ -397,21 +412,6 @@
|
|
|
397
412
|
"name": "string"
|
|
398
413
|
}
|
|
399
414
|
},
|
|
400
|
-
"variant": {
|
|
401
|
-
"defaultValue": null,
|
|
402
|
-
"description": "Visual style variant of the select",
|
|
403
|
-
"name": "variant",
|
|
404
|
-
"declarations": [
|
|
405
|
-
{
|
|
406
|
-
"fileName": "nimbus/packages/nimbus/src/components/select/select.types.tsx",
|
|
407
|
-
"name": "TypeLiteral"
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"required": false,
|
|
411
|
-
"type": {
|
|
412
|
-
"name": "ConditionalValue<\"outline\" | \"ghost\">"
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
415
|
"isDisabled": {
|
|
416
416
|
"defaultValue": null,
|
|
417
417
|
"description": "Whether the input is disabled.",
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
11
11
|
"name": "unstyled",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
14
14
|
"name": "UnstyledProp"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
19
19
|
"name": "UnstyledProp"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "orientation",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
|
|
35
35
|
"name": "NimbusSeparatorVariant"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
|
|
40
40
|
"name": "NimbusSeparatorVariant"
|
|
41
41
|
}
|
|
42
42
|
],
|