@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
|
@@ -679,12 +679,12 @@
|
|
|
679
679
|
"description": "",
|
|
680
680
|
"name": "as",
|
|
681
681
|
"parent": {
|
|
682
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
682
|
+
"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",
|
|
683
683
|
"name": "PolymorphicProps"
|
|
684
684
|
},
|
|
685
685
|
"declarations": [
|
|
686
686
|
{
|
|
687
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
687
|
+
"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",
|
|
688
688
|
"name": "PolymorphicProps"
|
|
689
689
|
}
|
|
690
690
|
],
|
|
@@ -698,12 +698,12 @@
|
|
|
698
698
|
"description": "",
|
|
699
699
|
"name": "asChild",
|
|
700
700
|
"parent": {
|
|
701
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
701
|
+
"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",
|
|
702
702
|
"name": "PolymorphicProps"
|
|
703
703
|
},
|
|
704
704
|
"declarations": [
|
|
705
705
|
{
|
|
706
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
706
|
+
"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",
|
|
707
707
|
"name": "PolymorphicProps"
|
|
708
708
|
}
|
|
709
709
|
],
|
|
@@ -717,12 +717,12 @@
|
|
|
717
717
|
"description": "",
|
|
718
718
|
"name": "css",
|
|
719
719
|
"parent": {
|
|
720
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
720
|
+
"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",
|
|
721
721
|
"name": "JsxStyleProps"
|
|
722
722
|
},
|
|
723
723
|
"declarations": [
|
|
724
724
|
{
|
|
725
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
725
|
+
"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",
|
|
726
726
|
"name": "JsxStyleProps"
|
|
727
727
|
}
|
|
728
728
|
],
|
|
@@ -695,12 +695,12 @@
|
|
|
695
695
|
"description": "",
|
|
696
696
|
"name": "as",
|
|
697
697
|
"parent": {
|
|
698
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
698
|
+
"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",
|
|
699
699
|
"name": "PolymorphicProps"
|
|
700
700
|
},
|
|
701
701
|
"declarations": [
|
|
702
702
|
{
|
|
703
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
703
|
+
"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",
|
|
704
704
|
"name": "PolymorphicProps"
|
|
705
705
|
}
|
|
706
706
|
],
|
|
@@ -714,12 +714,12 @@
|
|
|
714
714
|
"description": "",
|
|
715
715
|
"name": "asChild",
|
|
716
716
|
"parent": {
|
|
717
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
717
|
+
"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",
|
|
718
718
|
"name": "PolymorphicProps"
|
|
719
719
|
},
|
|
720
720
|
"declarations": [
|
|
721
721
|
{
|
|
722
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
722
|
+
"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",
|
|
723
723
|
"name": "PolymorphicProps"
|
|
724
724
|
}
|
|
725
725
|
],
|
|
@@ -733,12 +733,12 @@
|
|
|
733
733
|
"description": "",
|
|
734
734
|
"name": "css",
|
|
735
735
|
"parent": {
|
|
736
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
736
|
+
"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",
|
|
737
737
|
"name": "JsxStyleProps"
|
|
738
738
|
},
|
|
739
739
|
"declarations": [
|
|
740
740
|
{
|
|
741
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
741
|
+
"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",
|
|
742
742
|
"name": "JsxStyleProps"
|
|
743
743
|
}
|
|
744
744
|
],
|
|
@@ -752,12 +752,12 @@
|
|
|
752
752
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
753
753
|
"name": "unstyled",
|
|
754
754
|
"parent": {
|
|
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
|
"declarations": [
|
|
759
759
|
{
|
|
760
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
760
|
+
"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",
|
|
761
761
|
"name": "UnstyledProp"
|
|
762
762
|
}
|
|
763
763
|
],
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "as",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.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": "PolymorphicProps"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.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": "PolymorphicProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"description": "",
|
|
33
33
|
"name": "asChild",
|
|
34
34
|
"parent": {
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
35
|
+
"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",
|
|
36
36
|
"name": "PolymorphicProps"
|
|
37
37
|
},
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
40
|
+
"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",
|
|
41
41
|
"name": "PolymorphicProps"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"description": "",
|
|
52
52
|
"name": "css",
|
|
53
53
|
"parent": {
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
54
|
+
"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",
|
|
55
55
|
"name": "JsxStyleProps"
|
|
56
56
|
},
|
|
57
57
|
"declarations": [
|
|
58
58
|
{
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
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
60
|
"name": "JsxStyleProps"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
@@ -82,40 +82,40 @@
|
|
|
82
82
|
"name": "ConditionalValue<\"sm\" | \"md\">"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
|
-
"
|
|
86
|
-
"defaultValue":
|
|
87
|
-
|
|
88
|
-
"name": "unstyled",
|
|
89
|
-
"parent": {
|
|
90
|
-
"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",
|
|
91
|
-
"name": "UnstyledProp"
|
|
85
|
+
"variant": {
|
|
86
|
+
"defaultValue": {
|
|
87
|
+
"value": "\"solid\""
|
|
92
88
|
},
|
|
89
|
+
"description": "Variant of combobox",
|
|
90
|
+
"name": "variant",
|
|
93
91
|
"declarations": [
|
|
94
92
|
{
|
|
95
|
-
"fileName": "nimbus/
|
|
96
|
-
"name": "
|
|
93
|
+
"fileName": "nimbus/packages/nimbus/src/components/combobox/combobox.types.ts",
|
|
94
|
+
"name": "TypeLiteral"
|
|
97
95
|
}
|
|
98
96
|
],
|
|
99
97
|
"required": false,
|
|
100
98
|
"type": {
|
|
101
|
-
"name": "
|
|
99
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
102
100
|
}
|
|
103
101
|
},
|
|
104
|
-
"
|
|
105
|
-
"defaultValue":
|
|
106
|
-
|
|
102
|
+
"unstyled": {
|
|
103
|
+
"defaultValue": null,
|
|
104
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
105
|
+
"name": "unstyled",
|
|
106
|
+
"parent": {
|
|
107
|
+
"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",
|
|
108
|
+
"name": "UnstyledProp"
|
|
107
109
|
},
|
|
108
|
-
"description": "Variant of combobox",
|
|
109
|
-
"name": "variant",
|
|
110
110
|
"declarations": [
|
|
111
111
|
{
|
|
112
|
-
"fileName": "nimbus/
|
|
113
|
-
"name": "
|
|
112
|
+
"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",
|
|
113
|
+
"name": "UnstyledProp"
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
116
|
"required": false,
|
|
117
117
|
"type": {
|
|
118
|
-
"name": "
|
|
118
|
+
"name": "boolean"
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"children": {
|
|
@@ -186,12 +186,12 @@
|
|
|
186
186
|
"description": "",
|
|
187
187
|
"name": "as",
|
|
188
188
|
"parent": {
|
|
189
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
189
|
+
"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",
|
|
190
190
|
"name": "PolymorphicProps"
|
|
191
191
|
},
|
|
192
192
|
"declarations": [
|
|
193
193
|
{
|
|
194
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
194
|
+
"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",
|
|
195
195
|
"name": "PolymorphicProps"
|
|
196
196
|
}
|
|
197
197
|
],
|
|
@@ -205,12 +205,12 @@
|
|
|
205
205
|
"description": "",
|
|
206
206
|
"name": "asChild",
|
|
207
207
|
"parent": {
|
|
208
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
208
|
+
"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",
|
|
209
209
|
"name": "PolymorphicProps"
|
|
210
210
|
},
|
|
211
211
|
"declarations": [
|
|
212
212
|
{
|
|
213
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
213
|
+
"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",
|
|
214
214
|
"name": "PolymorphicProps"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
@@ -224,12 +224,12 @@
|
|
|
224
224
|
"description": "",
|
|
225
225
|
"name": "css",
|
|
226
226
|
"parent": {
|
|
227
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
227
|
+
"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",
|
|
228
228
|
"name": "JsxStyleProps"
|
|
229
229
|
},
|
|
230
230
|
"declarations": [
|
|
231
231
|
{
|
|
232
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
232
|
+
"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",
|
|
233
233
|
"name": "JsxStyleProps"
|
|
234
234
|
}
|
|
235
235
|
],
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "css",
|
|
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": "JsxStyleProps"
|
|
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": "JsxStyleProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"description": "",
|
|
33
33
|
"name": "as",
|
|
34
34
|
"parent": {
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
35
|
+
"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",
|
|
36
36
|
"name": "PolymorphicProps"
|
|
37
37
|
},
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
40
|
+
"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",
|
|
41
41
|
"name": "PolymorphicProps"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"description": "",
|
|
52
52
|
"name": "asChild",
|
|
53
53
|
"parent": {
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
54
|
+
"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",
|
|
55
55
|
"name": "PolymorphicProps"
|
|
56
56
|
},
|
|
57
57
|
"declarations": [
|
|
58
58
|
{
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
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
60
|
"name": "PolymorphicProps"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
@@ -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
|
],
|
|
@@ -151,12 +151,12 @@
|
|
|
151
151
|
"description": "",
|
|
152
152
|
"name": "css",
|
|
153
153
|
"parent": {
|
|
154
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
154
|
+
"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",
|
|
155
155
|
"name": "JsxStyleProps"
|
|
156
156
|
},
|
|
157
157
|
"declarations": [
|
|
158
158
|
{
|
|
159
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
159
|
+
"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",
|
|
160
160
|
"name": "JsxStyleProps"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
"description": "",
|
|
171
171
|
"name": "as",
|
|
172
172
|
"parent": {
|
|
173
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
173
|
+
"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",
|
|
174
174
|
"name": "PolymorphicProps"
|
|
175
175
|
},
|
|
176
176
|
"declarations": [
|
|
177
177
|
{
|
|
178
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
178
|
+
"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",
|
|
179
179
|
"name": "PolymorphicProps"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"description": "",
|
|
190
190
|
"name": "asChild",
|
|
191
191
|
"parent": {
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
192
|
+
"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",
|
|
193
193
|
"name": "PolymorphicProps"
|
|
194
194
|
},
|
|
195
195
|
"declarations": [
|
|
196
196
|
{
|
|
197
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
197
|
+
"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",
|
|
198
198
|
"name": "PolymorphicProps"
|
|
199
199
|
}
|
|
200
200
|
],
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "TableHeaderProps"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
49
|
+
"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/system.gen.d.ts",
|
|
50
50
|
"name": "SystemProperties"
|
|
51
51
|
}
|
|
52
52
|
],
|
|
@@ -197,12 +197,12 @@
|
|
|
197
197
|
"description": "",
|
|
198
198
|
"name": "css",
|
|
199
199
|
"parent": {
|
|
200
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
200
|
+
"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",
|
|
201
201
|
"name": "JsxStyleProps"
|
|
202
202
|
},
|
|
203
203
|
"declarations": [
|
|
204
204
|
{
|
|
205
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
205
|
+
"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",
|
|
206
206
|
"name": "JsxStyleProps"
|
|
207
207
|
}
|
|
208
208
|
],
|
|
@@ -216,12 +216,12 @@
|
|
|
216
216
|
"description": "",
|
|
217
217
|
"name": "as",
|
|
218
218
|
"parent": {
|
|
219
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
219
|
+
"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",
|
|
220
220
|
"name": "PolymorphicProps"
|
|
221
221
|
},
|
|
222
222
|
"declarations": [
|
|
223
223
|
{
|
|
224
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
224
|
+
"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",
|
|
225
225
|
"name": "PolymorphicProps"
|
|
226
226
|
}
|
|
227
227
|
],
|
|
@@ -235,12 +235,12 @@
|
|
|
235
235
|
"description": "",
|
|
236
236
|
"name": "asChild",
|
|
237
237
|
"parent": {
|
|
238
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
238
|
+
"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",
|
|
239
239
|
"name": "PolymorphicProps"
|
|
240
240
|
},
|
|
241
241
|
"declarations": [
|
|
242
242
|
{
|
|
243
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
243
|
+
"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",
|
|
244
244
|
"name": "PolymorphicProps"
|
|
245
245
|
}
|
|
246
246
|
],
|
|
@@ -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
|
],
|
|
@@ -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
|
],
|
|
@@ -28,38 +28,38 @@
|
|
|
28
28
|
"name": "ConditionalValue<\"sm\" | \"md\">"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
-
"
|
|
31
|
+
"variant": {
|
|
32
32
|
"defaultValue": null,
|
|
33
|
-
"description": "
|
|
34
|
-
"name": "
|
|
35
|
-
"parent": {
|
|
36
|
-
"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",
|
|
37
|
-
"name": "UnstyledProp"
|
|
38
|
-
},
|
|
33
|
+
"description": "Visual style variant of the date picker",
|
|
34
|
+
"name": "variant",
|
|
39
35
|
"declarations": [
|
|
40
36
|
{
|
|
41
|
-
"fileName": "nimbus/
|
|
42
|
-
"name": "
|
|
37
|
+
"fileName": "nimbus/packages/nimbus/src/components/date-picker/date-picker.types.ts",
|
|
38
|
+
"name": "TypeLiteral"
|
|
43
39
|
}
|
|
44
40
|
],
|
|
45
41
|
"required": false,
|
|
46
42
|
"type": {
|
|
47
|
-
"name": "
|
|
43
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
48
44
|
}
|
|
49
45
|
},
|
|
50
|
-
"
|
|
46
|
+
"unstyled": {
|
|
51
47
|
"defaultValue": null,
|
|
52
|
-
"description": "
|
|
53
|
-
"name": "
|
|
48
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
49
|
+
"name": "unstyled",
|
|
50
|
+
"parent": {
|
|
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
|
+
"name": "UnstyledProp"
|
|
53
|
+
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/
|
|
57
|
-
"name": "
|
|
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
|
+
"name": "UnstyledProp"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
60
|
"required": false,
|
|
61
61
|
"type": {
|
|
62
|
-
"name": "
|
|
62
|
+
"name": "boolean"
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"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.",
|