@commercetools/nimbus-mcp 2.10.0 → 2.11.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 +85 -0
- package/data/docs/routes/components-layout-scrollarea.json +428 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionHeader.json +33 -33
- package/data/docs/types/AlertDismissButton.json +50 -50
- package/data/docs/types/Button.json +17 -17
- package/data/docs/types/ComboBoxRoot.json +17 -17
- package/data/docs/types/DatePicker.json +15 -15
- package/data/docs/types/DateRangePickerField.json +17 -17
- package/data/docs/types/DialogCloseTrigger.json +50 -50
- package/data/docs/types/DrawerCloseTrigger.json +50 -50
- package/data/docs/types/IconButton.json +17 -17
- package/data/docs/types/IconToggleButton.json +17 -17
- package/data/docs/types/Image.json +28 -28
- package/data/docs/types/MenuTrigger.json +33 -33
- package/data/docs/types/MultilineTextInput.json +33 -33
- package/data/docs/types/MultilineTextInputField.json +17 -17
- package/data/docs/types/NumberInput.json +17 -17
- package/data/docs/types/NumberInputField.json +36 -36
- package/data/docs/types/PageContentRoot.json +15 -15
- 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/ScrollArea.json +127 -30
- 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/TabNavItem.json +17 -17
- package/data/docs/types/TabNavRoot.json +17 -17
- package/data/docs/types/TabsTab.json +17 -17
- 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/Toolbar.json +15 -15
- package/data/docs/types/TooltipContent.json +19 -19
- package/data/docs/types/TooltipRoot.json +3 -3
- package/data/docs/types/manifest.json +12 -10
- package/data/docs/types/toast.json +2 -2
- package/package.json +4 -4
|
@@ -115,6 +115,23 @@
|
|
|
115
115
|
"name": "string | null"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
+
"variant": {
|
|
119
|
+
"defaultValue": {
|
|
120
|
+
"value": "\"subtle\""
|
|
121
|
+
},
|
|
122
|
+
"description": "Visual style variant of the button",
|
|
123
|
+
"name": "variant",
|
|
124
|
+
"declarations": [
|
|
125
|
+
{
|
|
126
|
+
"fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
|
|
127
|
+
"name": "TypeLiteral"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"required": false,
|
|
131
|
+
"type": {
|
|
132
|
+
"name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
118
135
|
"unstyled": {
|
|
119
136
|
"defaultValue": null,
|
|
120
137
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
@@ -134,23 +151,6 @@
|
|
|
134
151
|
"name": "boolean"
|
|
135
152
|
}
|
|
136
153
|
},
|
|
137
|
-
"variant": {
|
|
138
|
-
"defaultValue": {
|
|
139
|
-
"value": "\"subtle\""
|
|
140
|
-
},
|
|
141
|
-
"description": "Visual style variant of the button",
|
|
142
|
-
"name": "variant",
|
|
143
|
-
"declarations": [
|
|
144
|
-
{
|
|
145
|
-
"fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
|
|
146
|
-
"name": "TypeLiteral"
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
|
-
"required": false,
|
|
150
|
-
"type": {
|
|
151
|
-
"name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
154
|
"isDisabled": {
|
|
155
155
|
"defaultValue": null,
|
|
156
156
|
"description": "Whether the button is disabled.",
|
|
@@ -446,6 +446,23 @@
|
|
|
446
446
|
"name": "(((e: MouseEvent<FocusableElement, MouseEvent>) => void) & MouseEventHandler<HTMLButtonElement>)"
|
|
447
447
|
}
|
|
448
448
|
},
|
|
449
|
+
"variant": {
|
|
450
|
+
"defaultValue": {
|
|
451
|
+
"value": "\"outline\""
|
|
452
|
+
},
|
|
453
|
+
"description": "Visual style variant of the toggle button",
|
|
454
|
+
"name": "variant",
|
|
455
|
+
"declarations": [
|
|
456
|
+
{
|
|
457
|
+
"fileName": "nimbus/packages/nimbus/src/components/toggle-button/toggle-button.types.ts",
|
|
458
|
+
"name": "TypeLiteral"
|
|
459
|
+
}
|
|
460
|
+
],
|
|
461
|
+
"required": false,
|
|
462
|
+
"type": {
|
|
463
|
+
"name": "ConditionalValue<\"outline\" | \"ghost\">"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
449
466
|
"type": {
|
|
450
467
|
"defaultValue": null,
|
|
451
468
|
"description": "",
|
|
@@ -465,23 +482,6 @@
|
|
|
465
482
|
"name": "string"
|
|
466
483
|
}
|
|
467
484
|
},
|
|
468
|
-
"variant": {
|
|
469
|
-
"defaultValue": {
|
|
470
|
-
"value": "\"outline\""
|
|
471
|
-
},
|
|
472
|
-
"description": "Visual style variant of the toggle button",
|
|
473
|
-
"name": "variant",
|
|
474
|
-
"declarations": [
|
|
475
|
-
{
|
|
476
|
-
"fileName": "nimbus/packages/nimbus/src/components/toggle-button/toggle-button.types.ts",
|
|
477
|
-
"name": "TypeLiteral"
|
|
478
|
-
}
|
|
479
|
-
],
|
|
480
|
-
"required": false,
|
|
481
|
-
"type": {
|
|
482
|
-
"name": "ConditionalValue<\"outline\" | \"ghost\">"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
485
|
"isDisabled": {
|
|
486
486
|
"defaultValue": null,
|
|
487
487
|
"description": "Whether the button is disabled.",
|
|
@@ -107,6 +107,34 @@
|
|
|
107
107
|
]
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
+
"loading": {
|
|
111
|
+
"defaultValue": null,
|
|
112
|
+
"description": "",
|
|
113
|
+
"name": "loading",
|
|
114
|
+
"parent": {
|
|
115
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
|
|
116
|
+
"name": "ImgHTMLAttributes"
|
|
117
|
+
},
|
|
118
|
+
"declarations": [
|
|
119
|
+
{
|
|
120
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
|
|
121
|
+
"name": "ImgHTMLAttributes"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"required": false,
|
|
125
|
+
"type": {
|
|
126
|
+
"name": "enum",
|
|
127
|
+
"raw": "\"eager\" | \"lazy\"",
|
|
128
|
+
"value": [
|
|
129
|
+
{
|
|
130
|
+
"value": "\"eager\""
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"value": "\"lazy\""
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
110
138
|
"src": {
|
|
111
139
|
"defaultValue": null,
|
|
112
140
|
"description": "",
|
|
@@ -207,34 +235,6 @@
|
|
|
207
235
|
]
|
|
208
236
|
}
|
|
209
237
|
},
|
|
210
|
-
"loading": {
|
|
211
|
-
"defaultValue": null,
|
|
212
|
-
"description": "",
|
|
213
|
-
"name": "loading",
|
|
214
|
-
"parent": {
|
|
215
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
|
|
216
|
-
"name": "ImgHTMLAttributes"
|
|
217
|
-
},
|
|
218
|
-
"declarations": [
|
|
219
|
-
{
|
|
220
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
|
|
221
|
-
"name": "ImgHTMLAttributes"
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"required": false,
|
|
225
|
-
"type": {
|
|
226
|
-
"name": "enum",
|
|
227
|
-
"raw": "\"eager\" | \"lazy\"",
|
|
228
|
-
"value": [
|
|
229
|
-
{
|
|
230
|
-
"value": "\"eager\""
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"value": "\"lazy\""
|
|
234
|
-
}
|
|
235
|
-
]
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
238
|
"srcSet": {
|
|
239
239
|
"defaultValue": null,
|
|
240
240
|
"description": "",
|
|
@@ -401,6 +401,39 @@
|
|
|
401
401
|
"name": "(((e: MouseEvent<FocusableElement, MouseEvent>) => void) & MouseEventHandler<HTMLButtonElement>)"
|
|
402
402
|
}
|
|
403
403
|
},
|
|
404
|
+
"type": {
|
|
405
|
+
"defaultValue": {
|
|
406
|
+
"value": "'button'"
|
|
407
|
+
},
|
|
408
|
+
"description": "The behavior of the button when used in an HTML form.",
|
|
409
|
+
"name": "type",
|
|
410
|
+
"parent": {
|
|
411
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
412
|
+
"name": "AriaBaseButtonProps"
|
|
413
|
+
},
|
|
414
|
+
"declarations": [
|
|
415
|
+
{
|
|
416
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
417
|
+
"name": "AriaBaseButtonProps"
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"required": false,
|
|
421
|
+
"type": {
|
|
422
|
+
"name": "enum",
|
|
423
|
+
"raw": "\"button\" | \"reset\" | \"submit\"",
|
|
424
|
+
"value": [
|
|
425
|
+
{
|
|
426
|
+
"value": "\"button\""
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"value": "\"reset\""
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"value": "\"submit\""
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
}
|
|
436
|
+
},
|
|
404
437
|
"formAction": {
|
|
405
438
|
"defaultValue": null,
|
|
406
439
|
"description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
|
|
@@ -515,39 +548,6 @@
|
|
|
515
548
|
"name": "string"
|
|
516
549
|
}
|
|
517
550
|
},
|
|
518
|
-
"type": {
|
|
519
|
-
"defaultValue": {
|
|
520
|
-
"value": "'button'"
|
|
521
|
-
},
|
|
522
|
-
"description": "The behavior of the button when used in an HTML form.",
|
|
523
|
-
"name": "type",
|
|
524
|
-
"parent": {
|
|
525
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
526
|
-
"name": "AriaBaseButtonProps"
|
|
527
|
-
},
|
|
528
|
-
"declarations": [
|
|
529
|
-
{
|
|
530
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
531
|
-
"name": "AriaBaseButtonProps"
|
|
532
|
-
}
|
|
533
|
-
],
|
|
534
|
-
"required": false,
|
|
535
|
-
"type": {
|
|
536
|
-
"name": "enum",
|
|
537
|
-
"raw": "\"button\" | \"reset\" | \"submit\"",
|
|
538
|
-
"value": [
|
|
539
|
-
{
|
|
540
|
-
"value": "\"button\""
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"value": "\"reset\""
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"value": "\"submit\""
|
|
547
|
-
}
|
|
548
|
-
]
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
551
|
"value": {
|
|
552
552
|
"defaultValue": null,
|
|
553
553
|
"description": "The value associated with the button's name when it's submitted with the form data.",
|
|
@@ -24,6 +24,23 @@
|
|
|
24
24
|
"name": "ConditionalValue<\"sm\" | \"md\">"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
+
"variant": {
|
|
28
|
+
"defaultValue": {
|
|
29
|
+
"value": "\"solid\""
|
|
30
|
+
},
|
|
31
|
+
"description": "Visual style variant of the multiline text input",
|
|
32
|
+
"name": "variant",
|
|
33
|
+
"declarations": [
|
|
34
|
+
{
|
|
35
|
+
"fileName": "nimbus/packages/nimbus/src/components/multiline-text-input/multiline-text-input.types.ts",
|
|
36
|
+
"name": "TypeLiteral"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"required": false,
|
|
40
|
+
"type": {
|
|
41
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
27
44
|
"unstyled": {
|
|
28
45
|
"defaultValue": null,
|
|
29
46
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
@@ -43,23 +60,6 @@
|
|
|
43
60
|
"name": "boolean"
|
|
44
61
|
}
|
|
45
62
|
},
|
|
46
|
-
"variant": {
|
|
47
|
-
"defaultValue": {
|
|
48
|
-
"value": "\"solid\""
|
|
49
|
-
},
|
|
50
|
-
"description": "Visual style variant of the multiline text input",
|
|
51
|
-
"name": "variant",
|
|
52
|
-
"declarations": [
|
|
53
|
-
{
|
|
54
|
-
"fileName": "nimbus/packages/nimbus/src/components/multiline-text-input/multiline-text-input.types.ts",
|
|
55
|
-
"name": "TypeLiteral"
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"required": false,
|
|
59
|
-
"type": {
|
|
60
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
63
|
"className": {
|
|
64
64
|
"defaultValue": {
|
|
65
65
|
"value": "'react-aria-TextField'"
|
|
@@ -774,44 +774,44 @@
|
|
|
774
774
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
|
-
"
|
|
778
|
-
"defaultValue":
|
|
779
|
-
|
|
780
|
-
|
|
777
|
+
"type": {
|
|
778
|
+
"defaultValue": {
|
|
779
|
+
"value": "'text'"
|
|
780
|
+
},
|
|
781
|
+
"description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
782
|
+
"name": "type",
|
|
781
783
|
"parent": {
|
|
782
784
|
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
783
|
-
"name": "
|
|
785
|
+
"name": "TextInputDOMProps"
|
|
784
786
|
},
|
|
785
787
|
"declarations": [
|
|
786
788
|
{
|
|
787
789
|
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
788
|
-
"name": "
|
|
790
|
+
"name": "TextInputDOMProps"
|
|
789
791
|
}
|
|
790
792
|
],
|
|
791
793
|
"required": false,
|
|
792
794
|
"type": {
|
|
793
|
-
"name": "string"
|
|
795
|
+
"name": "\"search\" | \"text\" | (string & {}) | \"tel\" | \"url\" | \"email\" | \"password\""
|
|
794
796
|
}
|
|
795
797
|
},
|
|
796
|
-
"
|
|
797
|
-
"defaultValue":
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
"description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
801
|
-
"name": "type",
|
|
798
|
+
"name": {
|
|
799
|
+
"defaultValue": null,
|
|
800
|
+
"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).",
|
|
801
|
+
"name": "name",
|
|
802
802
|
"parent": {
|
|
803
803
|
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
804
|
-
"name": "
|
|
804
|
+
"name": "InputDOMProps"
|
|
805
805
|
},
|
|
806
806
|
"declarations": [
|
|
807
807
|
{
|
|
808
808
|
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
809
|
-
"name": "
|
|
809
|
+
"name": "InputDOMProps"
|
|
810
810
|
}
|
|
811
811
|
],
|
|
812
812
|
"required": false,
|
|
813
813
|
"type": {
|
|
814
|
-
"name": "
|
|
814
|
+
"name": "string"
|
|
815
815
|
}
|
|
816
816
|
},
|
|
817
817
|
"value": {
|
|
@@ -795,6 +795,23 @@
|
|
|
795
795
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
796
796
|
}
|
|
797
797
|
},
|
|
798
|
+
"variant": {
|
|
799
|
+
"defaultValue": {
|
|
800
|
+
"value": "\"solid\""
|
|
801
|
+
},
|
|
802
|
+
"description": "Visual style variant of the multiline text input",
|
|
803
|
+
"name": "variant",
|
|
804
|
+
"declarations": [
|
|
805
|
+
{
|
|
806
|
+
"fileName": "nimbus/packages/nimbus/src/components/multiline-text-input/multiline-text-input.types.ts",
|
|
807
|
+
"name": "TypeLiteral"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"required": false,
|
|
811
|
+
"type": {
|
|
812
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
798
815
|
"unstyled": {
|
|
799
816
|
"defaultValue": null,
|
|
800
817
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
@@ -852,23 +869,6 @@
|
|
|
852
869
|
"name": "string"
|
|
853
870
|
}
|
|
854
871
|
},
|
|
855
|
-
"variant": {
|
|
856
|
-
"defaultValue": {
|
|
857
|
-
"value": "\"solid\""
|
|
858
|
-
},
|
|
859
|
-
"description": "Visual style variant of the multiline text input",
|
|
860
|
-
"name": "variant",
|
|
861
|
-
"declarations": [
|
|
862
|
-
{
|
|
863
|
-
"fileName": "nimbus/packages/nimbus/src/components/multiline-text-input/multiline-text-input.types.ts",
|
|
864
|
-
"name": "TypeLiteral"
|
|
865
|
-
}
|
|
866
|
-
],
|
|
867
|
-
"required": false,
|
|
868
|
-
"type": {
|
|
869
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
872
|
"isDisabled": {
|
|
873
873
|
"defaultValue": null,
|
|
874
874
|
"description": "Whether the input is disabled.",
|
|
@@ -22,6 +22,23 @@
|
|
|
22
22
|
"name": "ConditionalValue<\"sm\" | \"md\">"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
+
"variant": {
|
|
26
|
+
"defaultValue": {
|
|
27
|
+
"value": "\"solid\""
|
|
28
|
+
},
|
|
29
|
+
"description": "Visual style variant of the number input",
|
|
30
|
+
"name": "variant",
|
|
31
|
+
"declarations": [
|
|
32
|
+
{
|
|
33
|
+
"fileName": "nimbus/packages/nimbus/src/components/number-input/number-input.types.ts",
|
|
34
|
+
"name": "TypeLiteral"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": {
|
|
39
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
25
42
|
"unstyled": {
|
|
26
43
|
"defaultValue": null,
|
|
27
44
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
@@ -56,23 +73,6 @@
|
|
|
56
73
|
"name": "string"
|
|
57
74
|
}
|
|
58
75
|
},
|
|
59
|
-
"variant": {
|
|
60
|
-
"defaultValue": {
|
|
61
|
-
"value": "\"solid\""
|
|
62
|
-
},
|
|
63
|
-
"description": "Visual style variant of the number input",
|
|
64
|
-
"name": "variant",
|
|
65
|
-
"declarations": [
|
|
66
|
-
{
|
|
67
|
-
"fileName": "nimbus/packages/nimbus/src/components/number-input/number-input.types.ts",
|
|
68
|
-
"name": "TypeLiteral"
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"required": false,
|
|
72
|
-
"type": {
|
|
73
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
76
|
"decrementAriaLabel": {
|
|
77
77
|
"defaultValue": null,
|
|
78
78
|
"description": "A custom aria-label for the decrement button. If not provided, the localized string \"Decrement\" is used.",
|
|
@@ -462,6 +462,23 @@
|
|
|
462
462
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
463
463
|
}
|
|
464
464
|
},
|
|
465
|
+
"variant": {
|
|
466
|
+
"defaultValue": {
|
|
467
|
+
"value": "\"solid\""
|
|
468
|
+
},
|
|
469
|
+
"description": "Visual style variant of the number input",
|
|
470
|
+
"name": "variant",
|
|
471
|
+
"declarations": [
|
|
472
|
+
{
|
|
473
|
+
"fileName": "nimbus/packages/nimbus/src/components/number-input/number-input.types.ts",
|
|
474
|
+
"name": "TypeLiteral"
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"required": false,
|
|
478
|
+
"type": {
|
|
479
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
465
482
|
"unstyled": {
|
|
466
483
|
"defaultValue": null,
|
|
467
484
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
@@ -481,6 +498,25 @@
|
|
|
481
498
|
"name": "boolean"
|
|
482
499
|
}
|
|
483
500
|
},
|
|
501
|
+
"description": {
|
|
502
|
+
"defaultValue": null,
|
|
503
|
+
"description": "A description for the field. Provides a hint such as specific requirements for what to choose.",
|
|
504
|
+
"name": "description",
|
|
505
|
+
"parent": {
|
|
506
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
507
|
+
"name": "HelpTextProps"
|
|
508
|
+
},
|
|
509
|
+
"declarations": [
|
|
510
|
+
{
|
|
511
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
512
|
+
"name": "HelpTextProps"
|
|
513
|
+
}
|
|
514
|
+
],
|
|
515
|
+
"required": false,
|
|
516
|
+
"type": {
|
|
517
|
+
"name": "ReactNode"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
484
520
|
"name": {
|
|
485
521
|
"defaultValue": null,
|
|
486
522
|
"description": "Used as HTML name of the input component.",
|
|
@@ -519,23 +555,6 @@
|
|
|
519
555
|
"name": "string"
|
|
520
556
|
}
|
|
521
557
|
},
|
|
522
|
-
"variant": {
|
|
523
|
-
"defaultValue": {
|
|
524
|
-
"value": "\"solid\""
|
|
525
|
-
},
|
|
526
|
-
"description": "Visual style variant of the number input",
|
|
527
|
-
"name": "variant",
|
|
528
|
-
"declarations": [
|
|
529
|
-
{
|
|
530
|
-
"fileName": "nimbus/packages/nimbus/src/components/number-input/number-input.types.ts",
|
|
531
|
-
"name": "TypeLiteral"
|
|
532
|
-
}
|
|
533
|
-
],
|
|
534
|
-
"required": false,
|
|
535
|
-
"type": {
|
|
536
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
558
|
"isDisabled": {
|
|
540
559
|
"defaultValue": null,
|
|
541
560
|
"description": "Whether the input is disabled.",
|
|
@@ -612,25 +631,6 @@
|
|
|
612
631
|
"name": "boolean"
|
|
613
632
|
}
|
|
614
633
|
},
|
|
615
|
-
"description": {
|
|
616
|
-
"defaultValue": null,
|
|
617
|
-
"description": "A description for the field. Provides a hint such as specific requirements for what to choose.",
|
|
618
|
-
"name": "description",
|
|
619
|
-
"parent": {
|
|
620
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
621
|
-
"name": "HelpTextProps"
|
|
622
|
-
},
|
|
623
|
-
"declarations": [
|
|
624
|
-
{
|
|
625
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
626
|
-
"name": "HelpTextProps"
|
|
627
|
-
}
|
|
628
|
-
],
|
|
629
|
-
"required": false,
|
|
630
|
-
"type": {
|
|
631
|
-
"name": "ReactNode"
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
634
|
"validationState": {
|
|
635
635
|
"defaultValue": null,
|
|
636
636
|
"description": "@deprecated Use `isInvalid` instead.",
|
|
@@ -60,6 +60,21 @@
|
|
|
60
60
|
"name": "ConditionalValue<\"1\" | \"1/1\" | \"2/1\">"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
+
"variant": {
|
|
64
|
+
"defaultValue": null,
|
|
65
|
+
"description": "Width constraint variant for the content container",
|
|
66
|
+
"name": "variant",
|
|
67
|
+
"declarations": [
|
|
68
|
+
{
|
|
69
|
+
"fileName": "nimbus/packages/nimbus/src/components/page-content/page-content.types.ts",
|
|
70
|
+
"name": "TypeLiteral"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": {
|
|
75
|
+
"name": "ConditionalValue<\"full\" | \"wide\" | \"narrow\">"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
63
78
|
"unstyled": {
|
|
64
79
|
"defaultValue": null,
|
|
65
80
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
@@ -79,21 +94,6 @@
|
|
|
79
94
|
"name": "boolean"
|
|
80
95
|
}
|
|
81
96
|
},
|
|
82
|
-
"variant": {
|
|
83
|
-
"defaultValue": null,
|
|
84
|
-
"description": "Width constraint variant for the content container",
|
|
85
|
-
"name": "variant",
|
|
86
|
-
"declarations": [
|
|
87
|
-
{
|
|
88
|
-
"fileName": "nimbus/packages/nimbus/src/components/page-content/page-content.types.ts",
|
|
89
|
-
"name": "TypeLiteral"
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
"required": false,
|
|
93
|
-
"type": {
|
|
94
|
-
"name": "ConditionalValue<\"full\" | \"wide\" | \"narrow\">"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
97
|
"ref": {
|
|
98
98
|
"defaultValue": null,
|
|
99
99
|
"description": "",
|
|
@@ -791,6 +791,23 @@
|
|
|
791
791
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
792
792
|
}
|
|
793
793
|
},
|
|
794
|
+
"variant": {
|
|
795
|
+
"defaultValue": {
|
|
796
|
+
"value": "\"solid\""
|
|
797
|
+
},
|
|
798
|
+
"description": "Visual style variant of the text input",
|
|
799
|
+
"name": "variant",
|
|
800
|
+
"declarations": [
|
|
801
|
+
{
|
|
802
|
+
"fileName": "nimbus/packages/nimbus/src/components/text-input/text-input.types.ts",
|
|
803
|
+
"name": "TypeLiteral"
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"required": false,
|
|
807
|
+
"type": {
|
|
808
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
794
811
|
"name": {
|
|
795
812
|
"defaultValue": null,
|
|
796
813
|
"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).",
|
|
@@ -829,23 +846,6 @@
|
|
|
829
846
|
"name": "string"
|
|
830
847
|
}
|
|
831
848
|
},
|
|
832
|
-
"variant": {
|
|
833
|
-
"defaultValue": {
|
|
834
|
-
"value": "\"solid\""
|
|
835
|
-
},
|
|
836
|
-
"description": "Visual style variant of the text input",
|
|
837
|
-
"name": "variant",
|
|
838
|
-
"declarations": [
|
|
839
|
-
{
|
|
840
|
-
"fileName": "nimbus/packages/nimbus/src/components/text-input/text-input.types.ts",
|
|
841
|
-
"name": "TypeLiteral"
|
|
842
|
-
}
|
|
843
|
-
],
|
|
844
|
-
"required": false,
|
|
845
|
-
"type": {
|
|
846
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
849
|
"isDisabled": {
|
|
850
850
|
"defaultValue": null,
|
|
851
851
|
"description": "Whether the input is disabled.",
|