@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": "",
|
|
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
|
],
|
|
@@ -115,40 +115,40 @@
|
|
|
115
115
|
"name": "string | null"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
-
"
|
|
119
|
-
"defaultValue":
|
|
120
|
-
|
|
121
|
-
"name": "unstyled",
|
|
122
|
-
"parent": {
|
|
123
|
-
"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",
|
|
124
|
-
"name": "UnstyledProp"
|
|
118
|
+
"variant": {
|
|
119
|
+
"defaultValue": {
|
|
120
|
+
"value": "\"subtle\""
|
|
125
121
|
},
|
|
122
|
+
"description": "Visual style variant of the button",
|
|
123
|
+
"name": "variant",
|
|
126
124
|
"declarations": [
|
|
127
125
|
{
|
|
128
|
-
"fileName": "nimbus/
|
|
129
|
-
"name": "
|
|
126
|
+
"fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
|
|
127
|
+
"name": "TypeLiteral"
|
|
130
128
|
}
|
|
131
129
|
],
|
|
132
130
|
"required": false,
|
|
133
131
|
"type": {
|
|
134
|
-
"name": "
|
|
132
|
+
"name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
|
|
135
133
|
}
|
|
136
134
|
},
|
|
137
|
-
"
|
|
138
|
-
"defaultValue":
|
|
139
|
-
|
|
135
|
+
"unstyled": {
|
|
136
|
+
"defaultValue": null,
|
|
137
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
138
|
+
"name": "unstyled",
|
|
139
|
+
"parent": {
|
|
140
|
+
"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",
|
|
141
|
+
"name": "UnstyledProp"
|
|
140
142
|
},
|
|
141
|
-
"description": "Visual style variant of the button",
|
|
142
|
-
"name": "variant",
|
|
143
143
|
"declarations": [
|
|
144
144
|
{
|
|
145
|
-
"fileName": "nimbus/
|
|
146
|
-
"name": "
|
|
145
|
+
"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",
|
|
146
|
+
"name": "UnstyledProp"
|
|
147
147
|
}
|
|
148
148
|
],
|
|
149
149
|
"required": false,
|
|
150
150
|
"type": {
|
|
151
|
-
"name": "
|
|
151
|
+
"name": "boolean"
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
"isDisabled": {
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "css",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
14
14
|
"name": "JsxStyleProps"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
19
19
|
"name": "JsxStyleProps"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "as",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
33
|
"name": "PolymorphicProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
38
|
"name": "PolymorphicProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "asChild",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tags": {
|
|
3
3
|
"see": "{@link https://nimbus-documentation.vercel.app/components/data-display/card}",
|
|
4
|
-
"example": "```tsx\n<Card.Root>\n <Card.Header>Card Title</Card.Header>\n <Card.
|
|
4
|
+
"example": "```tsx\n<Card.Root>\n <Card.Header>Card Title</Card.Header>\n <Card.Body>Card content goes here</Card.Body>\n <Card.Footer>Card actions</Card.Footer>\n</Card.Root>\n```"
|
|
5
5
|
},
|
|
6
6
|
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
7
7
|
"description": "Card\n============================================================\nA versatile container component that presents self-contained information\nin a visually distinct way. Cards group related content and actions\ntogether, making it easy to scan and interact with information.",
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"supportsStyleProps": ""
|
|
4
4
|
},
|
|
5
5
|
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
-
"description": "Card.
|
|
7
|
-
"displayName": "
|
|
6
|
+
"description": "Card.Body - The main content area of the card",
|
|
7
|
+
"displayName": "CardBody",
|
|
8
8
|
"methods": [],
|
|
9
9
|
"props": {
|
|
10
10
|
"ref": {
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "Card.Footer - The footer section for actions and metadata",
|
|
7
|
+
"displayName": "CardFooter",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"ref": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "",
|
|
13
|
+
"name": "ref",
|
|
14
|
+
"declarations": [
|
|
15
|
+
{
|
|
16
|
+
"fileName": "nimbus/packages/nimbus/src/components/card/card.types.ts",
|
|
17
|
+
"name": "TypeLiteral"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"required": false,
|
|
21
|
+
"type": {
|
|
22
|
+
"name": "Ref<HTMLDivElement>"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"supportsStyleProps": true
|
|
27
|
+
}
|
|
@@ -3,48 +3,14 @@
|
|
|
3
3
|
"supportsStyleProps": ""
|
|
4
4
|
},
|
|
5
5
|
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
-
"description": "Card.Root - The root component that provides context and styling for the card",
|
|
6
|
+
"description": "Card.Root - The root component that provides context and styling for the card.\n\nWhen a `<Heading slot=\"title\">` or `<Text slot=\"description\">` is placed\ninside, the card automatically receives `aria-labelledby` and/or\n`aria-describedby` pointing to those elements. The card itself remains\na plain `<div>` — set `role` explicitly on the consumer side if a landmark\nor interactive role is needed.",
|
|
7
7
|
"displayName": "CardRoot",
|
|
8
8
|
"methods": [],
|
|
9
9
|
"props": {
|
|
10
|
-
"
|
|
10
|
+
"size": {
|
|
11
11
|
"defaultValue": null,
|
|
12
|
-
"description": "
|
|
13
|
-
"name": "
|
|
14
|
-
"declarations": [
|
|
15
|
-
{
|
|
16
|
-
"fileName": "nimbus/packages/nimbus/src/components/card/card.types.ts",
|
|
17
|
-
"name": "TypeLiteral"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"required": false,
|
|
21
|
-
"type": {
|
|
22
|
-
"name": "ConditionalValue<\"none\" | \"outlined\">"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"unstyled": {
|
|
26
|
-
"defaultValue": null,
|
|
27
|
-
"description": "If `true`, the element will opt out of the theme styles.",
|
|
28
|
-
"name": "unstyled",
|
|
29
|
-
"parent": {
|
|
30
|
-
"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",
|
|
31
|
-
"name": "UnstyledProp"
|
|
32
|
-
},
|
|
33
|
-
"declarations": [
|
|
34
|
-
{
|
|
35
|
-
"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",
|
|
36
|
-
"name": "UnstyledProp"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"required": false,
|
|
40
|
-
"type": {
|
|
41
|
-
"name": "boolean"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"cardPadding": {
|
|
45
|
-
"defaultValue": null,
|
|
46
|
-
"description": "Internal padding variant for the card content",
|
|
47
|
-
"name": "cardPadding",
|
|
12
|
+
"description": "Controls padding and gap scaling.",
|
|
13
|
+
"name": "size",
|
|
48
14
|
"declarations": [
|
|
49
15
|
{
|
|
50
16
|
"fileName": "nimbus/packages/nimbus/src/components/card/card.types.ts",
|
|
@@ -56,10 +22,10 @@
|
|
|
56
22
|
"name": "ConditionalValue<\"sm\" | \"md\" | \"lg\">"
|
|
57
23
|
}
|
|
58
24
|
},
|
|
59
|
-
"
|
|
25
|
+
"variant": {
|
|
60
26
|
"defaultValue": null,
|
|
61
|
-
"description": "
|
|
62
|
-
"name": "
|
|
27
|
+
"description": "Controls visual treatment (border, shadow, background).",
|
|
28
|
+
"name": "variant",
|
|
63
29
|
"declarations": [
|
|
64
30
|
{
|
|
65
31
|
"fileName": "nimbus/packages/nimbus/src/components/card/card.types.ts",
|
|
@@ -68,22 +34,26 @@
|
|
|
68
34
|
],
|
|
69
35
|
"required": false,
|
|
70
36
|
"type": {
|
|
71
|
-
"name": "ConditionalValue<\"
|
|
37
|
+
"name": "ConditionalValue<\"plain\" | \"outlined\" | \"elevated\" | \"outlined-elevated\" | \"muted\" | \"outlined-muted\" | \"elevated-muted\" | \"outlined-elevated-muted\">"
|
|
72
38
|
}
|
|
73
39
|
},
|
|
74
|
-
"
|
|
40
|
+
"unstyled": {
|
|
75
41
|
"defaultValue": null,
|
|
76
|
-
"description": "
|
|
77
|
-
"name": "
|
|
42
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
43
|
+
"name": "unstyled",
|
|
44
|
+
"parent": {
|
|
45
|
+
"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",
|
|
46
|
+
"name": "UnstyledProp"
|
|
47
|
+
},
|
|
78
48
|
"declarations": [
|
|
79
49
|
{
|
|
80
|
-
"fileName": "nimbus/
|
|
81
|
-
"name": "
|
|
50
|
+
"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",
|
|
51
|
+
"name": "UnstyledProp"
|
|
82
52
|
}
|
|
83
53
|
],
|
|
84
54
|
"required": false,
|
|
85
55
|
"type": {
|
|
86
|
-
"name": "
|
|
56
|
+
"name": "boolean"
|
|
87
57
|
}
|
|
88
58
|
},
|
|
89
59
|
"ref": {
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
"description": "",
|
|
171
171
|
"name": "css",
|
|
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": "JsxStyleProps"
|
|
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": "JsxStyleProps"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"description": "",
|
|
190
190
|
"name": "as",
|
|
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
|
],
|
|
@@ -208,12 +208,12 @@
|
|
|
208
208
|
"description": "",
|
|
209
209
|
"name": "asChild",
|
|
210
210
|
"parent": {
|
|
211
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
211
|
+
"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",
|
|
212
212
|
"name": "PolymorphicProps"
|
|
213
213
|
},
|
|
214
214
|
"declarations": [
|
|
215
215
|
{
|
|
216
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
216
|
+
"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",
|
|
217
217
|
"name": "PolymorphicProps"
|
|
218
218
|
}
|
|
219
219
|
],
|
|
@@ -396,12 +396,12 @@
|
|
|
396
396
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
397
397
|
"name": "unstyled",
|
|
398
398
|
"parent": {
|
|
399
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
399
|
+
"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",
|
|
400
400
|
"name": "UnstyledProp"
|
|
401
401
|
},
|
|
402
402
|
"declarations": [
|
|
403
403
|
{
|
|
404
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
404
|
+
"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",
|
|
405
405
|
"name": "UnstyledProp"
|
|
406
406
|
}
|
|
407
407
|
],
|
|
@@ -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
|
],
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"description": "",
|
|
35
35
|
"name": "variant",
|
|
36
36
|
"parent": {
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
|
|
38
38
|
"name": "NimbusCodeVariant"
|
|
39
39
|
},
|
|
40
40
|
"declarations": [
|
|
41
41
|
{
|
|
42
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
42
|
+
"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",
|
|
43
43
|
"name": "NimbusCodeVariant"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"description": "",
|
|
56
56
|
"name": "size",
|
|
57
57
|
"parent": {
|
|
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/generated/recipes.gen.d.ts",
|
|
59
59
|
"name": "NimbusCodeVariant"
|
|
60
60
|
},
|
|
61
61
|
"declarations": [
|
|
62
62
|
{
|
|
63
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
63
|
+
"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",
|
|
64
64
|
"name": "NimbusCodeVariant"
|
|
65
65
|
}
|
|
66
66
|
],
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"description": "",
|
|
75
75
|
"name": "as",
|
|
76
76
|
"parent": {
|
|
77
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
77
|
+
"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",
|
|
78
78
|
"name": "PolymorphicProps"
|
|
79
79
|
},
|
|
80
80
|
"declarations": [
|
|
81
81
|
{
|
|
82
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
82
|
+
"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",
|
|
83
83
|
"name": "PolymorphicProps"
|
|
84
84
|
}
|
|
85
85
|
],
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"description": "",
|
|
94
94
|
"name": "asChild",
|
|
95
95
|
"parent": {
|
|
96
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
96
|
+
"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",
|
|
97
97
|
"name": "PolymorphicProps"
|
|
98
98
|
},
|
|
99
99
|
"declarations": [
|
|
100
100
|
{
|
|
101
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
101
|
+
"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",
|
|
102
102
|
"name": "PolymorphicProps"
|
|
103
103
|
}
|
|
104
104
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "css",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
33
|
"name": "JsxStyleProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
38
|
"name": "JsxStyleProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "as",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"description": "",
|
|
68
68
|
"name": "asChild",
|
|
69
69
|
"parent": {
|
|
70
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
70
|
+
"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",
|
|
71
71
|
"name": "PolymorphicProps"
|
|
72
72
|
},
|
|
73
73
|
"declarations": [
|
|
74
74
|
{
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
75
|
+
"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",
|
|
76
76
|
"name": "PolymorphicProps"
|
|
77
77
|
}
|
|
78
78
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "css",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
33
|
"name": "JsxStyleProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
38
|
"name": "JsxStyleProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "as",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"description": "",
|
|
68
68
|
"name": "asChild",
|
|
69
69
|
"parent": {
|
|
70
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
70
|
+
"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",
|
|
71
71
|
"name": "PolymorphicProps"
|
|
72
72
|
},
|
|
73
73
|
"declarations": [
|
|
74
74
|
{
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
75
|
+
"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",
|
|
76
76
|
"name": "PolymorphicProps"
|
|
77
77
|
}
|
|
78
78
|
],
|
|
@@ -136,12 +136,12 @@
|
|
|
136
136
|
"description": "",
|
|
137
137
|
"name": "css",
|
|
138
138
|
"parent": {
|
|
139
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
139
|
+
"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",
|
|
140
140
|
"name": "JsxStyleProps"
|
|
141
141
|
},
|
|
142
142
|
"declarations": [
|
|
143
143
|
{
|
|
144
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
144
|
+
"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",
|
|
145
145
|
"name": "JsxStyleProps"
|
|
146
146
|
}
|
|
147
147
|
],
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
"description": "",
|
|
156
156
|
"name": "as",
|
|
157
157
|
"parent": {
|
|
158
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
158
|
+
"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",
|
|
159
159
|
"name": "PolymorphicProps"
|
|
160
160
|
},
|
|
161
161
|
"declarations": [
|
|
162
162
|
{
|
|
163
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
163
|
+
"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",
|
|
164
164
|
"name": "PolymorphicProps"
|
|
165
165
|
}
|
|
166
166
|
],
|
|
@@ -174,12 +174,12 @@
|
|
|
174
174
|
"description": "",
|
|
175
175
|
"name": "asChild",
|
|
176
176
|
"parent": {
|
|
177
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
177
|
+
"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",
|
|
178
178
|
"name": "PolymorphicProps"
|
|
179
179
|
},
|
|
180
180
|
"declarations": [
|
|
181
181
|
{
|
|
182
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
182
|
+
"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",
|
|
183
183
|
"name": "PolymorphicProps"
|
|
184
184
|
}
|
|
185
185
|
],
|