@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.
Files changed (41) hide show
  1. package/data/docs/route-manifest.json +85 -0
  2. package/data/docs/routes/components-layout-scrollarea.json +428 -0
  3. package/data/docs/search-index.json +1 -1
  4. package/data/docs/types/AccordionHeader.json +33 -33
  5. package/data/docs/types/AlertDismissButton.json +50 -50
  6. package/data/docs/types/Button.json +17 -17
  7. package/data/docs/types/ComboBoxRoot.json +17 -17
  8. package/data/docs/types/DatePicker.json +15 -15
  9. package/data/docs/types/DateRangePickerField.json +17 -17
  10. package/data/docs/types/DialogCloseTrigger.json +50 -50
  11. package/data/docs/types/DrawerCloseTrigger.json +50 -50
  12. package/data/docs/types/IconButton.json +17 -17
  13. package/data/docs/types/IconToggleButton.json +17 -17
  14. package/data/docs/types/Image.json +28 -28
  15. package/data/docs/types/MenuTrigger.json +33 -33
  16. package/data/docs/types/MultilineTextInput.json +33 -33
  17. package/data/docs/types/MultilineTextInputField.json +17 -17
  18. package/data/docs/types/NumberInput.json +17 -17
  19. package/data/docs/types/NumberInputField.json +36 -36
  20. package/data/docs/types/PageContentRoot.json +15 -15
  21. package/data/docs/types/PasswordInput.json +17 -17
  22. package/data/docs/types/PasswordInputField.json +17 -17
  23. package/data/docs/types/ProgressBar.json +21 -21
  24. package/data/docs/types/ScrollArea.json +127 -30
  25. package/data/docs/types/ScrollAreaElementIds.json +9 -0
  26. package/data/docs/types/ScrollAreaProps.json +9 -0
  27. package/data/docs/types/SearchInput.json +19 -19
  28. package/data/docs/types/SearchInputField.json +25 -25
  29. package/data/docs/types/SelectRoot.json +15 -15
  30. package/data/docs/types/TabNavItem.json +17 -17
  31. package/data/docs/types/TabNavRoot.json +17 -17
  32. package/data/docs/types/TabsTab.json +17 -17
  33. package/data/docs/types/TextInput.json +16 -16
  34. package/data/docs/types/TextInputField.json +17 -17
  35. package/data/docs/types/ToggleButton.json +17 -17
  36. package/data/docs/types/Toolbar.json +15 -15
  37. package/data/docs/types/TooltipContent.json +19 -19
  38. package/data/docs/types/TooltipRoot.json +3 -3
  39. package/data/docs/types/manifest.json +12 -10
  40. package/data/docs/types/toast.json +2 -2
  41. package/package.json +4 -4
@@ -439,6 +439,39 @@
439
439
  "name": "(((e: MouseEvent<FocusableElement, MouseEvent>) => void) & MouseEventHandler<HTMLButtonElement>)"
440
440
  }
441
441
  },
442
+ "type": {
443
+ "defaultValue": {
444
+ "value": "'button'"
445
+ },
446
+ "description": "The behavior of the button when used in an HTML form.",
447
+ "name": "type",
448
+ "parent": {
449
+ "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",
450
+ "name": "AriaBaseButtonProps"
451
+ },
452
+ "declarations": [
453
+ {
454
+ "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",
455
+ "name": "AriaBaseButtonProps"
456
+ }
457
+ ],
458
+ "required": false,
459
+ "type": {
460
+ "name": "enum",
461
+ "raw": "\"button\" | \"reset\" | \"submit\"",
462
+ "value": [
463
+ {
464
+ "value": "\"button\""
465
+ },
466
+ {
467
+ "value": "\"reset\""
468
+ },
469
+ {
470
+ "value": "\"submit\""
471
+ }
472
+ ]
473
+ }
474
+ },
442
475
  "formAction": {
443
476
  "defaultValue": null,
444
477
  "description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
@@ -553,39 +586,6 @@
553
586
  "name": "string"
554
587
  }
555
588
  },
556
- "type": {
557
- "defaultValue": {
558
- "value": "'button'"
559
- },
560
- "description": "The behavior of the button when used in an HTML form.",
561
- "name": "type",
562
- "parent": {
563
- "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",
564
- "name": "AriaBaseButtonProps"
565
- },
566
- "declarations": [
567
- {
568
- "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",
569
- "name": "AriaBaseButtonProps"
570
- }
571
- ],
572
- "required": false,
573
- "type": {
574
- "name": "enum",
575
- "raw": "\"button\" | \"reset\" | \"submit\"",
576
- "value": [
577
- {
578
- "value": "\"button\""
579
- },
580
- {
581
- "value": "\"reset\""
582
- },
583
- {
584
- "value": "\"submit\""
585
- }
586
- ]
587
- }
588
- },
589
589
  "value": {
590
590
  "defaultValue": null,
591
591
  "description": "The value associated with the button's name when it's submitted with the form data.",
@@ -506,6 +506,23 @@
506
506
  "name": "MouseEventHandler<HTMLButtonElement>"
507
507
  }
508
508
  },
509
+ "variant": {
510
+ "defaultValue": {
511
+ "value": "\"subtle\""
512
+ },
513
+ "description": "Visual style variant of the button",
514
+ "name": "variant",
515
+ "declarations": [
516
+ {
517
+ "fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
518
+ "name": "TypeLiteral"
519
+ }
520
+ ],
521
+ "required": false,
522
+ "type": {
523
+ "name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
524
+ }
525
+ },
509
526
  "unstyled": {
510
527
  "defaultValue": null,
511
528
  "description": "If `true`, the element will opt out of the theme styles.",
@@ -525,6 +542,39 @@
525
542
  "name": "boolean"
526
543
  }
527
544
  },
545
+ "type": {
546
+ "defaultValue": {
547
+ "value": "'button'"
548
+ },
549
+ "description": "The behavior of the button when used in an HTML form.",
550
+ "name": "type",
551
+ "parent": {
552
+ "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",
553
+ "name": "AriaBaseButtonProps"
554
+ },
555
+ "declarations": [
556
+ {
557
+ "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",
558
+ "name": "AriaBaseButtonProps"
559
+ }
560
+ ],
561
+ "required": false,
562
+ "type": {
563
+ "name": "enum",
564
+ "raw": "\"button\" | \"reset\" | \"submit\"",
565
+ "value": [
566
+ {
567
+ "value": "\"button\""
568
+ },
569
+ {
570
+ "value": "\"reset\""
571
+ },
572
+ {
573
+ "value": "\"submit\""
574
+ }
575
+ ]
576
+ }
577
+ },
528
578
  "disabled": {
529
579
  "defaultValue": null,
530
580
  "description": "@deprecated Use `isDisabled` instead — it additionally manages\n`aria-disabled` for non-native button elements.",
@@ -654,39 +704,6 @@
654
704
  "name": "string"
655
705
  }
656
706
  },
657
- "type": {
658
- "defaultValue": {
659
- "value": "'button'"
660
- },
661
- "description": "The behavior of the button when used in an HTML form.",
662
- "name": "type",
663
- "parent": {
664
- "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",
665
- "name": "AriaBaseButtonProps"
666
- },
667
- "declarations": [
668
- {
669
- "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",
670
- "name": "AriaBaseButtonProps"
671
- }
672
- ],
673
- "required": false,
674
- "type": {
675
- "name": "enum",
676
- "raw": "\"button\" | \"reset\" | \"submit\"",
677
- "value": [
678
- {
679
- "value": "\"button\""
680
- },
681
- {
682
- "value": "\"reset\""
683
- },
684
- {
685
- "value": "\"submit\""
686
- }
687
- ]
688
- }
689
- },
690
707
  "value": {
691
708
  "defaultValue": null,
692
709
  "description": "The value associated with the button's name when it's submitted with the form data.",
@@ -706,23 +723,6 @@
706
723
  "name": "string"
707
724
  }
708
725
  },
709
- "variant": {
710
- "defaultValue": {
711
- "value": "\"subtle\""
712
- },
713
- "description": "Visual style variant of the button",
714
- "name": "variant",
715
- "declarations": [
716
- {
717
- "fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
718
- "name": "TypeLiteral"
719
- }
720
- ],
721
- "required": false,
722
- "type": {
723
- "name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
724
- }
725
- },
726
726
  "isDisabled": {
727
727
  "defaultValue": null,
728
728
  "description": "Whether the button is disabled.",
@@ -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.",
@@ -82,6 +82,23 @@
82
82
  "name": "ConditionalValue<\"sm\" | \"md\">"
83
83
  }
84
84
  },
85
+ "variant": {
86
+ "defaultValue": {
87
+ "value": "\"solid\""
88
+ },
89
+ "description": "Variant of combobox",
90
+ "name": "variant",
91
+ "declarations": [
92
+ {
93
+ "fileName": "nimbus/packages/nimbus/src/components/combobox/combobox.types.ts",
94
+ "name": "TypeLiteral"
95
+ }
96
+ ],
97
+ "required": false,
98
+ "type": {
99
+ "name": "ConditionalValue<\"solid\" | \"ghost\">"
100
+ }
101
+ },
85
102
  "unstyled": {
86
103
  "defaultValue": null,
87
104
  "description": "If `true`, the element will opt out of the theme styles.",
@@ -101,23 +118,6 @@
101
118
  "name": "boolean"
102
119
  }
103
120
  },
104
- "variant": {
105
- "defaultValue": {
106
- "value": "\"solid\""
107
- },
108
- "description": "Variant of combobox",
109
- "name": "variant",
110
- "declarations": [
111
- {
112
- "fileName": "nimbus/packages/nimbus/src/components/combobox/combobox.types.ts",
113
- "name": "TypeLiteral"
114
- }
115
- ],
116
- "required": false,
117
- "type": {
118
- "name": "ConditionalValue<\"solid\" | \"ghost\">"
119
- }
120
- },
121
121
  "children": {
122
122
  "defaultValue": null,
123
123
  "description": "Render function for each item, or static JSX children.\nMust be React Aria collection elements (Section/Item components).",
@@ -28,6 +28,21 @@
28
28
  "name": "ConditionalValue<\"sm\" | \"md\">"
29
29
  }
30
30
  },
31
+ "variant": {
32
+ "defaultValue": null,
33
+ "description": "Visual style variant of the date picker",
34
+ "name": "variant",
35
+ "declarations": [
36
+ {
37
+ "fileName": "nimbus/packages/nimbus/src/components/date-picker/date-picker.types.ts",
38
+ "name": "TypeLiteral"
39
+ }
40
+ ],
41
+ "required": false,
42
+ "type": {
43
+ "name": "ConditionalValue<\"solid\" | \"ghost\">"
44
+ }
45
+ },
31
46
  "unstyled": {
32
47
  "defaultValue": null,
33
48
  "description": "If `true`, the element will opt out of the theme styles.",
@@ -47,21 +62,6 @@
47
62
  "name": "boolean"
48
63
  }
49
64
  },
50
- "variant": {
51
- "defaultValue": null,
52
- "description": "Visual style variant of the date picker",
53
- "name": "variant",
54
- "declarations": [
55
- {
56
- "fileName": "nimbus/packages/nimbus/src/components/date-picker/date-picker.types.ts",
57
- "name": "TypeLiteral"
58
- }
59
- ],
60
- "required": false,
61
- "type": {
62
- "name": "ConditionalValue<\"solid\" | \"ghost\">"
63
- }
64
- },
65
65
  "form": {
66
66
  "defaultValue": null,
67
67
  "description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
@@ -353,6 +353,23 @@
353
353
  "name": "((e: KeyboardEvent) => void)"
354
354
  }
355
355
  },
356
+ "variant": {
357
+ "defaultValue": {
358
+ "value": "\"solid\""
359
+ },
360
+ "description": "Visual style variant of the date range picker",
361
+ "name": "variant",
362
+ "declarations": [
363
+ {
364
+ "fileName": "nimbus/packages/nimbus/src/components/date-range-picker/date-range-picker.types.ts",
365
+ "name": "TypeLiteral"
366
+ }
367
+ ],
368
+ "required": false,
369
+ "type": {
370
+ "name": "ConditionalValue<\"solid\" | \"ghost\">"
371
+ }
372
+ },
356
373
  "value": {
357
374
  "defaultValue": null,
358
375
  "description": "The current value (controlled).",
@@ -372,23 +389,6 @@
372
389
  "name": "string"
373
390
  }
374
391
  },
375
- "variant": {
376
- "defaultValue": {
377
- "value": "\"solid\""
378
- },
379
- "description": "Visual style variant of the date range picker",
380
- "name": "variant",
381
- "declarations": [
382
- {
383
- "fileName": "nimbus/packages/nimbus/src/components/date-range-picker/date-range-picker.types.ts",
384
- "name": "TypeLiteral"
385
- }
386
- ],
387
- "required": false,
388
- "type": {
389
- "name": "ConditionalValue<\"solid\" | \"ghost\">"
390
- }
391
- },
392
392
  "isDisabled": {
393
393
  "defaultValue": null,
394
394
  "description": "Whether the input is disabled.",
@@ -491,6 +491,23 @@
491
491
  "name": "MouseEventHandler<HTMLButtonElement>"
492
492
  }
493
493
  },
494
+ "variant": {
495
+ "defaultValue": {
496
+ "value": "\"subtle\""
497
+ },
498
+ "description": "Visual style variant of the button",
499
+ "name": "variant",
500
+ "declarations": [
501
+ {
502
+ "fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
503
+ "name": "TypeLiteral"
504
+ }
505
+ ],
506
+ "required": false,
507
+ "type": {
508
+ "name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
509
+ }
510
+ },
494
511
  "unstyled": {
495
512
  "defaultValue": null,
496
513
  "description": "If `true`, the element will opt out of the theme styles.",
@@ -510,6 +527,39 @@
510
527
  "name": "boolean"
511
528
  }
512
529
  },
530
+ "type": {
531
+ "defaultValue": {
532
+ "value": "'button'"
533
+ },
534
+ "description": "The behavior of the button when used in an HTML form.",
535
+ "name": "type",
536
+ "parent": {
537
+ "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",
538
+ "name": "AriaBaseButtonProps"
539
+ },
540
+ "declarations": [
541
+ {
542
+ "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",
543
+ "name": "AriaBaseButtonProps"
544
+ }
545
+ ],
546
+ "required": false,
547
+ "type": {
548
+ "name": "enum",
549
+ "raw": "\"button\" | \"reset\" | \"submit\"",
550
+ "value": [
551
+ {
552
+ "value": "\"button\""
553
+ },
554
+ {
555
+ "value": "\"reset\""
556
+ },
557
+ {
558
+ "value": "\"submit\""
559
+ }
560
+ ]
561
+ }
562
+ },
513
563
  "disabled": {
514
564
  "defaultValue": null,
515
565
  "description": "@deprecated Use `isDisabled` instead — it additionally manages\n`aria-disabled` for non-native button elements.",
@@ -639,39 +689,6 @@
639
689
  "name": "string"
640
690
  }
641
691
  },
642
- "type": {
643
- "defaultValue": {
644
- "value": "'button'"
645
- },
646
- "description": "The behavior of the button when used in an HTML form.",
647
- "name": "type",
648
- "parent": {
649
- "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",
650
- "name": "AriaBaseButtonProps"
651
- },
652
- "declarations": [
653
- {
654
- "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",
655
- "name": "AriaBaseButtonProps"
656
- }
657
- ],
658
- "required": false,
659
- "type": {
660
- "name": "enum",
661
- "raw": "\"button\" | \"reset\" | \"submit\"",
662
- "value": [
663
- {
664
- "value": "\"button\""
665
- },
666
- {
667
- "value": "\"reset\""
668
- },
669
- {
670
- "value": "\"submit\""
671
- }
672
- ]
673
- }
674
- },
675
692
  "value": {
676
693
  "defaultValue": null,
677
694
  "description": "The value associated with the button's name when it's submitted with the form data.",
@@ -691,23 +708,6 @@
691
708
  "name": "string"
692
709
  }
693
710
  },
694
- "variant": {
695
- "defaultValue": {
696
- "value": "\"subtle\""
697
- },
698
- "description": "Visual style variant of the button",
699
- "name": "variant",
700
- "declarations": [
701
- {
702
- "fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
703
- "name": "TypeLiteral"
704
- }
705
- ],
706
- "required": false,
707
- "type": {
708
- "name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
709
- }
710
- },
711
711
  "isDisabled": {
712
712
  "defaultValue": null,
713
713
  "description": "Whether the button is disabled.",
@@ -491,6 +491,23 @@
491
491
  "name": "MouseEventHandler<HTMLButtonElement>"
492
492
  }
493
493
  },
494
+ "variant": {
495
+ "defaultValue": {
496
+ "value": "\"subtle\""
497
+ },
498
+ "description": "Visual style variant of the button",
499
+ "name": "variant",
500
+ "declarations": [
501
+ {
502
+ "fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
503
+ "name": "TypeLiteral"
504
+ }
505
+ ],
506
+ "required": false,
507
+ "type": {
508
+ "name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
509
+ }
510
+ },
494
511
  "unstyled": {
495
512
  "defaultValue": null,
496
513
  "description": "If `true`, the element will opt out of the theme styles.",
@@ -510,6 +527,39 @@
510
527
  "name": "boolean"
511
528
  }
512
529
  },
530
+ "type": {
531
+ "defaultValue": {
532
+ "value": "'button'"
533
+ },
534
+ "description": "The behavior of the button when used in an HTML form.",
535
+ "name": "type",
536
+ "parent": {
537
+ "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",
538
+ "name": "AriaBaseButtonProps"
539
+ },
540
+ "declarations": [
541
+ {
542
+ "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",
543
+ "name": "AriaBaseButtonProps"
544
+ }
545
+ ],
546
+ "required": false,
547
+ "type": {
548
+ "name": "enum",
549
+ "raw": "\"button\" | \"reset\" | \"submit\"",
550
+ "value": [
551
+ {
552
+ "value": "\"button\""
553
+ },
554
+ {
555
+ "value": "\"reset\""
556
+ },
557
+ {
558
+ "value": "\"submit\""
559
+ }
560
+ ]
561
+ }
562
+ },
513
563
  "disabled": {
514
564
  "defaultValue": null,
515
565
  "description": "@deprecated Use `isDisabled` instead — it additionally manages\n`aria-disabled` for non-native button elements.",
@@ -639,39 +689,6 @@
639
689
  "name": "string"
640
690
  }
641
691
  },
642
- "type": {
643
- "defaultValue": {
644
- "value": "'button'"
645
- },
646
- "description": "The behavior of the button when used in an HTML form.",
647
- "name": "type",
648
- "parent": {
649
- "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",
650
- "name": "AriaBaseButtonProps"
651
- },
652
- "declarations": [
653
- {
654
- "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",
655
- "name": "AriaBaseButtonProps"
656
- }
657
- ],
658
- "required": false,
659
- "type": {
660
- "name": "enum",
661
- "raw": "\"button\" | \"reset\" | \"submit\"",
662
- "value": [
663
- {
664
- "value": "\"button\""
665
- },
666
- {
667
- "value": "\"reset\""
668
- },
669
- {
670
- "value": "\"submit\""
671
- }
672
- ]
673
- }
674
- },
675
692
  "value": {
676
693
  "defaultValue": null,
677
694
  "description": "The value associated with the button's name when it's submitted with the form data.",
@@ -691,23 +708,6 @@
691
708
  "name": "string"
692
709
  }
693
710
  },
694
- "variant": {
695
- "defaultValue": {
696
- "value": "\"subtle\""
697
- },
698
- "description": "Visual style variant of the button",
699
- "name": "variant",
700
- "declarations": [
701
- {
702
- "fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
703
- "name": "TypeLiteral"
704
- }
705
- ],
706
- "required": false,
707
- "type": {
708
- "name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
709
- }
710
- },
711
711
  "isDisabled": {
712
712
  "defaultValue": null,
713
713
  "description": "Whether the button is disabled.",