@commercetools/nimbus-mcp 2.11.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/data/docs/route-manifest.json +1421 -605
  2. package/data/docs/routes/components-data-display-card.json +71 -5
  3. package/data/docs/routes/components-data-display-data-table.json +66 -34
  4. package/data/docs/routes/components-data-display-draggable-list.json +62 -7
  5. package/data/docs/routes/components-feedback-toast.json +1 -1
  6. package/data/docs/routes/components-inputs-checkbox.json +2 -2
  7. package/data/docs/routes/components-layout-defaultpage.json +4 -4
  8. package/data/docs/routes/components-layout-modalpage.json +4 -4
  9. package/data/docs/routes/components-layout-scrollarea.json +3 -3
  10. package/data/docs/routes/components-layout-splitter.json +654 -0
  11. package/data/docs/routes/components-media-avatar.json +24 -2
  12. package/data/docs/routes/components-utilities-region.json +265 -0
  13. package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
  14. package/data/docs/routes/hooks-usedraganddrop.json +310 -0
  15. package/data/docs/routes/patterns-actions-form-action-bar.json +412 -0
  16. package/data/docs/routes/patterns-actions.json +78 -0
  17. package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
  18. package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
  19. package/data/docs/routes/patterns-dialogs-info-dialog.json +315 -0
  20. package/data/docs/routes/patterns-dialogs.json +78 -0
  21. package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
  22. package/data/docs/routes/patterns-pages.json +78 -0
  23. package/data/docs/search-index.json +1 -1
  24. package/data/docs/types/AccordionContent.json +32 -32
  25. package/data/docs/types/AccordionHeader.json +102 -102
  26. package/data/docs/types/AccordionItem.json +28 -28
  27. package/data/docs/types/AccordionRoot.json +15 -15
  28. package/data/docs/types/AlertDescription.json +8 -8
  29. package/data/docs/types/AlertDismissButton.json +89 -89
  30. package/data/docs/types/AlertTitle.json +8 -8
  31. package/data/docs/types/Avatar.json +8 -8
  32. package/data/docs/types/Badge.json +2 -2
  33. package/data/docs/types/Body.json +6 -6
  34. package/data/docs/types/Box.json +6 -6
  35. package/data/docs/types/Button.json +97 -97
  36. package/data/docs/types/Calendar.json +111 -65
  37. package/data/docs/types/Caption.json +6 -6
  38. package/data/docs/types/Card.json +1 -1
  39. package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
  40. package/data/docs/types/CardFooter.json +27 -0
  41. package/data/docs/types/CardRoot.json +18 -48
  42. package/data/docs/types/Cell.json +20 -20
  43. package/data/docs/types/Checkbox.json +99 -99
  44. package/data/docs/types/Code.json +10 -10
  45. package/data/docs/types/CollapsibleMotionContent.json +2 -2
  46. package/data/docs/types/CollapsibleMotionRoot.json +2 -2
  47. package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
  48. package/data/docs/types/Column.json +8 -8
  49. package/data/docs/types/ColumnGroup.json +8 -8
  50. package/data/docs/types/ColumnHeader.json +18 -18
  51. package/data/docs/types/ComboBoxListBox.json +80 -80
  52. package/data/docs/types/ComboBoxOption.json +77 -77
  53. package/data/docs/types/ComboBoxPopover.json +77 -77
  54. package/data/docs/types/ComboBoxRoot.json +8 -8
  55. package/data/docs/types/ComboBoxSection.json +29 -29
  56. package/data/docs/types/ComboBoxTrigger.json +6 -6
  57. package/data/docs/types/ConfirmationDialog.json +224 -0
  58. package/data/docs/types/Content.json +2 -2
  59. package/data/docs/types/DataTable.json +17 -2
  60. package/data/docs/types/DataTableBody.json +24 -24
  61. package/data/docs/types/DataTableHeader.json +31 -31
  62. package/data/docs/types/DataTableRoot.json +17 -2
  63. package/data/docs/types/DataTableTable.json +35 -20
  64. package/data/docs/types/DateInput.json +84 -84
  65. package/data/docs/types/DatePicker.json +65 -65
  66. package/data/docs/types/DateRangePicker.json +99 -99
  67. package/data/docs/types/DateRangePickerField.json +99 -99
  68. package/data/docs/types/DefaultPageBackLink.json +16 -16
  69. package/data/docs/types/DefaultPageRoot.json +2 -2
  70. package/data/docs/types/DialogCloseTrigger.json +87 -87
  71. package/data/docs/types/DialogTrigger.json +2 -2
  72. package/data/docs/types/DragAndDropItemData.json +9 -0
  73. package/data/docs/types/DragAndDropProps.json +9 -0
  74. package/data/docs/types/DraggableListField.json +159 -70
  75. package/data/docs/types/DraggableListItem.json +63 -63
  76. package/data/docs/types/DraggableListRoot.json +159 -70
  77. package/data/docs/types/DrawerCloseTrigger.json +87 -87
  78. package/data/docs/types/DrawerTrigger.json +2 -2
  79. package/data/docs/types/FieldErrors.json +2 -2
  80. package/data/docs/types/Flex.json +22 -22
  81. package/data/docs/types/Footer.json +6 -6
  82. package/data/docs/types/FormActionBar.json +200 -0
  83. package/data/docs/types/FormDialog.json +198 -0
  84. package/data/docs/types/FormFieldRoot.json +2 -2
  85. package/data/docs/types/Grid.json +24 -24
  86. package/data/docs/types/Group.json +12 -12
  87. package/data/docs/types/Header.json +6 -6
  88. package/data/docs/types/Heading.json +8 -8
  89. package/data/docs/types/Icon.json +4 -4
  90. package/data/docs/types/IconButton.json +97 -97
  91. package/data/docs/types/IconToggleButton.json +84 -84
  92. package/data/docs/types/Image.json +30 -30
  93. package/data/docs/types/Indicator.json +6 -6
  94. package/data/docs/types/InfoDialog.json +104 -0
  95. package/data/docs/types/InlineSvg.json +2 -2
  96. package/data/docs/types/Item.json +6 -6
  97. package/data/docs/types/Kbd.json +8 -8
  98. package/data/docs/types/Link.json +31 -31
  99. package/data/docs/types/ListIndicator.json +6 -6
  100. package/data/docs/types/ListItem.json +6 -6
  101. package/data/docs/types/ListRoot.json +10 -10
  102. package/data/docs/types/LoadingSpinner.json +2 -2
  103. package/data/docs/types/MakeElementFocusable.json +19 -19
  104. package/data/docs/types/MenuItem.json +75 -75
  105. package/data/docs/types/MenuRoot.json +63 -63
  106. package/data/docs/types/MenuSection.json +35 -54
  107. package/data/docs/types/MenuSubmenuTrigger.json +5 -5
  108. package/data/docs/types/MenuTrigger.json +102 -102
  109. package/data/docs/types/MultilineTextInput.json +134 -134
  110. package/data/docs/types/MultilineTextInputField.json +131 -131
  111. package/data/docs/types/NumberInput.json +100 -100
  112. package/data/docs/types/NumberInputField.json +95 -95
  113. package/data/docs/types/PageContentColumn.json +6 -6
  114. package/data/docs/types/PageContentRoot.json +6 -6
  115. package/data/docs/types/PasswordInput.json +129 -129
  116. package/data/docs/types/PasswordInputField.json +129 -129
  117. package/data/docs/types/ProgressBar.json +14 -14
  118. package/data/docs/types/PublicPageLayout.json +99 -0
  119. package/data/docs/types/RadioInputOption.json +64 -64
  120. package/data/docs/types/RadioInputRoot.json +55 -55
  121. package/data/docs/types/RangeCalendar.json +90 -71
  122. package/data/docs/types/Region.json +114 -0
  123. package/data/docs/types/RegionProvider.json +25 -0
  124. package/data/docs/types/RegionTarget.json +112 -0
  125. package/data/docs/types/RichTextInput.json +2 -2
  126. package/data/docs/types/Root.json +10 -10
  127. package/data/docs/types/Row.json +6 -6
  128. package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
  129. package/data/docs/types/ScrollArea.json +6 -6
  130. package/data/docs/types/SearchInput.json +136 -136
  131. package/data/docs/types/SearchInputField.json +131 -131
  132. package/data/docs/types/SelectOption.json +66 -66
  133. package/data/docs/types/SelectOptionGroup.json +22 -22
  134. package/data/docs/types/SelectOptions.json +74 -74
  135. package/data/docs/types/SelectRoot.json +102 -102
  136. package/data/docs/types/Separator.json +4 -4
  137. package/data/docs/types/SimpleGrid.json +28 -28
  138. package/data/docs/types/SplitButton.json +12 -12
  139. package/data/docs/types/Splitter.json +12 -0
  140. package/data/docs/types/SplitterAside.json +27 -0
  141. package/data/docs/types/SplitterHandle.json +27 -0
  142. package/data/docs/types/SplitterMain.json +27 -0
  143. package/data/docs/types/SplitterRoot.json +271 -0
  144. package/data/docs/types/SplitterSizeToken.json +9 -0
  145. package/data/docs/types/Stack.json +2 -2
  146. package/data/docs/types/StepsNextTrigger.json +2 -2
  147. package/data/docs/types/StepsPrevTrigger.json +2 -2
  148. package/data/docs/types/StepsRoot.json +2 -2
  149. package/data/docs/types/StepsTrigger.json +2 -2
  150. package/data/docs/types/Switch.json +38 -38
  151. package/data/docs/types/TabNavItem.json +18 -18
  152. package/data/docs/types/TabNavRoot.json +2 -2
  153. package/data/docs/types/TableBody.json +6 -6
  154. package/data/docs/types/TableCaption.json +6 -6
  155. package/data/docs/types/TableCell.json +20 -20
  156. package/data/docs/types/TableColumn.json +8 -8
  157. package/data/docs/types/TableColumnGroup.json +8 -8
  158. package/data/docs/types/TableColumnHeader.json +18 -18
  159. package/data/docs/types/TableFooter.json +6 -6
  160. package/data/docs/types/TableHeader.json +6 -6
  161. package/data/docs/types/TableRoot.json +32 -32
  162. package/data/docs/types/TableRow.json +6 -6
  163. package/data/docs/types/TableScrollArea.json +6 -6
  164. package/data/docs/types/TabsTab.json +2 -2
  165. package/data/docs/types/TagGroupRoot.json +27 -27
  166. package/data/docs/types/TagGroupTag.json +68 -68
  167. package/data/docs/types/TagGroupTagList.json +18 -18
  168. package/data/docs/types/Text.json +8 -8
  169. package/data/docs/types/TextInput.json +132 -132
  170. package/data/docs/types/TextInputField.json +129 -129
  171. package/data/docs/types/TimeInput.json +78 -78
  172. package/data/docs/types/ToggleButton.json +86 -86
  173. package/data/docs/types/ToggleButtonGroupButton.json +33 -33
  174. package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
  175. package/data/docs/types/Toolbar.json +12 -12
  176. package/data/docs/types/TooltipContent.json +31 -31
  177. package/data/docs/types/TooltipRoot.json +18 -18
  178. package/data/docs/types/Trigger.json +4 -4
  179. package/data/docs/types/UseDragAndDropOptions.json +9 -0
  180. package/data/docs/types/VisuallyHidden.json +7 -7
  181. package/data/docs/types/createArrayHandlers.json +12 -0
  182. package/data/docs/types/createItemsFromCsvDrop.json +833 -0
  183. package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
  184. package/data/docs/types/createItemsFromFileDrop.json +833 -0
  185. package/data/docs/types/createItemsFromImageDrop.json +833 -0
  186. package/data/docs/types/createItemsFromJsonDrop.json +833 -0
  187. package/data/docs/types/createItemsFromTextDrop.json +12 -0
  188. package/data/docs/types/createListDataHandlers.json +102 -0
  189. package/data/docs/types/manifest.json +32 -2
  190. package/data/docs/types/toast.json +0 -15
  191. package/data/docs/types/useDragAndDrop.json +174 -0
  192. package/data/docs/types/useRegion.json +1052 -0
  193. package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
  194. package/package.json +7 -7
@@ -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
- "borderStyle": {
10
+ "size": {
11
11
  "defaultValue": null,
12
- "description": "Border style variant (outline, none, etc.)",
13
- "name": "borderStyle",
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
- "elevation": {
25
+ "variant": {
60
26
  "defaultValue": null,
61
- "description": "Elevation shadow level for the card",
62
- "name": "elevation",
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<\"none\" | \"elevated\">"
37
+ "name": "ConditionalValue<\"plain\" | \"outlined\" | \"elevated\" | \"outlined-elevated\" | \"muted\" | \"outlined-muted\" | \"elevated-muted\" | \"outlined-elevated-muted\">"
72
38
  }
73
39
  },
74
- "backgroundStyle": {
40
+ "unstyled": {
75
41
  "defaultValue": null,
76
- "description": "Background style variant (white, gray, etc.)",
77
- "name": "backgroundStyle",
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.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/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/packages/nimbus/src/components/card/card.types.ts",
81
- "name": "TypeLiteral"
50
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/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": "ConditionalValue<\"default\" | \"muted\">"
56
+ "name": "boolean"
87
57
  }
88
58
  },
89
59
  "ref": {
@@ -10,12 +10,12 @@
10
10
  "description": "",
11
11
  "name": "abbr",
12
12
  "parent": {
13
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
13
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
14
14
  "name": "ThHTMLAttributes"
15
15
  },
16
16
  "declarations": [
17
17
  {
18
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
18
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
19
19
  "name": "ThHTMLAttributes"
20
20
  }
21
21
  ],
@@ -29,12 +29,12 @@
29
29
  "description": "",
30
30
  "name": "align",
31
31
  "parent": {
32
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
32
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
33
33
  "name": "TableHTMLAttributes"
34
34
  },
35
35
  "declarations": [
36
36
  {
37
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
37
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
38
38
  "name": "TableHTMLAttributes"
39
39
  }
40
40
  ],
@@ -60,12 +60,12 @@
60
60
  "description": "",
61
61
  "name": "colSpan",
62
62
  "parent": {
63
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
63
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
64
64
  "name": "ThHTMLAttributes"
65
65
  },
66
66
  "declarations": [
67
67
  {
68
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
68
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
69
69
  "name": "ThHTMLAttributes"
70
70
  }
71
71
  ],
@@ -79,12 +79,12 @@
79
79
  "description": "",
80
80
  "name": "headers",
81
81
  "parent": {
82
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
82
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
83
83
  "name": "ThHTMLAttributes"
84
84
  },
85
85
  "declarations": [
86
86
  {
87
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
87
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
88
88
  "name": "ThHTMLAttributes"
89
89
  }
90
90
  ],
@@ -98,12 +98,12 @@
98
98
  "description": "",
99
99
  "name": "rowSpan",
100
100
  "parent": {
101
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
101
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
102
102
  "name": "ThHTMLAttributes"
103
103
  },
104
104
  "declarations": [
105
105
  {
106
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
106
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
107
107
  "name": "ThHTMLAttributes"
108
108
  }
109
109
  ],
@@ -117,12 +117,12 @@
117
117
  "description": "",
118
118
  "name": "scope",
119
119
  "parent": {
120
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
120
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
121
121
  "name": "ThHTMLAttributes"
122
122
  },
123
123
  "declarations": [
124
124
  {
125
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
125
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
126
126
  "name": "ThHTMLAttributes"
127
127
  }
128
128
  ],
@@ -136,12 +136,12 @@
136
136
  "description": "",
137
137
  "name": "valign",
138
138
  "parent": {
139
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
139
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
140
140
  "name": "TdHTMLAttributes"
141
141
  },
142
142
  "declarations": [
143
143
  {
144
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
144
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
145
145
  "name": "TdHTMLAttributes"
146
146
  }
147
147
  ],
@@ -170,12 +170,12 @@
170
170
  "description": "",
171
171
  "name": "css",
172
172
  "parent": {
173
- "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",
173
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/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.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",
178
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/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.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",
192
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/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.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",
197
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/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.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",
211
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/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.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",
216
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
217
217
  "name": "PolymorphicProps"
218
218
  }
219
219
  ],