@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
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
13
13
|
"name": "unstyled",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
15
|
+
"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",
|
|
16
16
|
"name": "UnstyledProp"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
20
|
+
"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",
|
|
21
21
|
"name": "UnstyledProp"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -491,17 +491,34 @@
|
|
|
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.",
|
|
497
514
|
"name": "unstyled",
|
|
498
515
|
"parent": {
|
|
499
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
516
|
+
"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",
|
|
500
517
|
"name": "UnstyledProp"
|
|
501
518
|
},
|
|
502
519
|
"declarations": [
|
|
503
520
|
{
|
|
504
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
521
|
+
"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",
|
|
505
522
|
"name": "UnstyledProp"
|
|
506
523
|
}
|
|
507
524
|
],
|
|
@@ -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.",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "as",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
15
|
+
"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",
|
|
16
16
|
"name": "PolymorphicProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
20
|
+
"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",
|
|
21
21
|
"name": "PolymorphicProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "asChild",
|
|
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/factory.types.d.ts",
|
|
35
35
|
"name": "PolymorphicProps"
|
|
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/factory.types.d.ts",
|
|
40
40
|
"name": "PolymorphicProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"name": "css",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
53
|
+
"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",
|
|
54
54
|
"name": "JsxStyleProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
58
|
+
"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",
|
|
59
59
|
"name": "JsxStyleProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"description": "",
|
|
72
72
|
"name": "size",
|
|
73
73
|
"parent": {
|
|
74
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
74
|
+
"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",
|
|
75
75
|
"name": "NimbusCodeVariant"
|
|
76
76
|
},
|
|
77
77
|
"declarations": [
|
|
78
78
|
{
|
|
79
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
79
|
+
"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",
|
|
80
80
|
"name": "NimbusCodeVariant"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -747,12 +747,12 @@
|
|
|
747
747
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
748
748
|
"name": "unstyled",
|
|
749
749
|
"parent": {
|
|
750
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
750
|
+
"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",
|
|
751
751
|
"name": "UnstyledProp"
|
|
752
752
|
},
|
|
753
753
|
"declarations": [
|
|
754
754
|
{
|
|
755
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
755
|
+
"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",
|
|
756
756
|
"name": "UnstyledProp"
|
|
757
757
|
}
|
|
758
758
|
],
|
|
@@ -487,12 +487,12 @@
|
|
|
487
487
|
"description": "",
|
|
488
488
|
"name": "as",
|
|
489
489
|
"parent": {
|
|
490
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
490
|
+
"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",
|
|
491
491
|
"name": "PolymorphicProps"
|
|
492
492
|
},
|
|
493
493
|
"declarations": [
|
|
494
494
|
{
|
|
495
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
495
|
+
"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",
|
|
496
496
|
"name": "PolymorphicProps"
|
|
497
497
|
}
|
|
498
498
|
],
|
|
@@ -506,12 +506,12 @@
|
|
|
506
506
|
"description": "",
|
|
507
507
|
"name": "asChild",
|
|
508
508
|
"parent": {
|
|
509
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
509
|
+
"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",
|
|
510
510
|
"name": "PolymorphicProps"
|
|
511
511
|
},
|
|
512
512
|
"declarations": [
|
|
513
513
|
{
|
|
514
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
514
|
+
"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",
|
|
515
515
|
"name": "PolymorphicProps"
|
|
516
516
|
}
|
|
517
517
|
],
|
|
@@ -525,12 +525,12 @@
|
|
|
525
525
|
"description": "",
|
|
526
526
|
"name": "css",
|
|
527
527
|
"parent": {
|
|
528
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
528
|
+
"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",
|
|
529
529
|
"name": "JsxStyleProps"
|
|
530
530
|
},
|
|
531
531
|
"declarations": [
|
|
532
532
|
{
|
|
533
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
533
|
+
"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",
|
|
534
534
|
"name": "JsxStyleProps"
|
|
535
535
|
}
|
|
536
536
|
],
|
|
@@ -586,12 +586,12 @@
|
|
|
586
586
|
"description": "",
|
|
587
587
|
"name": "as",
|
|
588
588
|
"parent": {
|
|
589
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
589
|
+
"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",
|
|
590
590
|
"name": "PolymorphicProps"
|
|
591
591
|
},
|
|
592
592
|
"declarations": [
|
|
593
593
|
{
|
|
594
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
594
|
+
"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",
|
|
595
595
|
"name": "PolymorphicProps"
|
|
596
596
|
}
|
|
597
597
|
],
|
|
@@ -605,12 +605,12 @@
|
|
|
605
605
|
"description": "",
|
|
606
606
|
"name": "asChild",
|
|
607
607
|
"parent": {
|
|
608
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
608
|
+
"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",
|
|
609
609
|
"name": "PolymorphicProps"
|
|
610
610
|
},
|
|
611
611
|
"declarations": [
|
|
612
612
|
{
|
|
613
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
613
|
+
"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",
|
|
614
614
|
"name": "PolymorphicProps"
|
|
615
615
|
}
|
|
616
616
|
],
|
|
@@ -624,12 +624,12 @@
|
|
|
624
624
|
"description": "",
|
|
625
625
|
"name": "css",
|
|
626
626
|
"parent": {
|
|
627
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
627
|
+
"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",
|
|
628
628
|
"name": "JsxStyleProps"
|
|
629
629
|
},
|
|
630
630
|
"declarations": [
|
|
631
631
|
{
|
|
632
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
632
|
+
"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",
|
|
633
633
|
"name": "JsxStyleProps"
|
|
634
634
|
}
|
|
635
635
|
],
|
|
@@ -645,12 +645,12 @@
|
|
|
645
645
|
"description": "",
|
|
646
646
|
"name": "size",
|
|
647
647
|
"parent": {
|
|
648
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
648
|
+
"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",
|
|
649
649
|
"name": "NimbusCodeVariant"
|
|
650
650
|
},
|
|
651
651
|
"declarations": [
|
|
652
652
|
{
|
|
653
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
653
|
+
"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",
|
|
654
654
|
"name": "NimbusCodeVariant"
|
|
655
655
|
}
|
|
656
656
|
],
|
|
@@ -491,17 +491,34 @@
|
|
|
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.",
|
|
497
514
|
"name": "unstyled",
|
|
498
515
|
"parent": {
|
|
499
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
516
|
+
"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",
|
|
500
517
|
"name": "UnstyledProp"
|
|
501
518
|
},
|
|
502
519
|
"declarations": [
|
|
503
520
|
{
|
|
504
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
521
|
+
"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",
|
|
505
522
|
"name": "UnstyledProp"
|
|
506
523
|
}
|
|
507
524
|
],
|
|
@@ -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.",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
14
14
|
"name": "unstyled",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
16
|
+
"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",
|
|
17
17
|
"name": "UnstyledProp"
|
|
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.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",
|
|
22
22
|
"name": "UnstyledProp"
|
|
23
23
|
}
|
|
24
24
|
],
|