@redsift/ds-mcp-server 12.3.1-muiv6-alpha.2

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 (258) hide show
  1. package/README.md +203 -0
  2. package/consumer-instructions/.cursorrules +80 -0
  3. package/consumer-instructions/.windsurfrules +80 -0
  4. package/consumer-instructions/CLAUDE.md +87 -0
  5. package/consumer-instructions/redsift-design-system.instructions.md +87 -0
  6. package/data/demos/patterns/crossfiltered-datagrid-page/example.tsx +750 -0
  7. package/data/demos/patterns/crossfiltered-datagrid-page/with-empty-state.tsx +111 -0
  8. package/data/demos/patterns/crossfiltered-datagrid-page/with-error.tsx +122 -0
  9. package/data/demos/patterns/crossfiltered-datagrid-page/with-loading.tsx +88 -0
  10. package/data/demos/patterns/datagrid-page/example.tsx +521 -0
  11. package/data/demos/patterns/datagrid-page/with-empty-state.tsx +80 -0
  12. package/data/demos/patterns/datagrid-page/with-error.tsx +96 -0
  13. package/data/demos/patterns/datagrid-page/with-loading.tsx +57 -0
  14. package/data/demos/patterns/drilldown-datagrid-page/example.tsx +715 -0
  15. package/data/demos/patterns/drilldown-datagrid-page/with-empty-state.tsx +113 -0
  16. package/data/demos/patterns/drilldown-datagrid-page/with-error.tsx +125 -0
  17. package/data/demos/patterns/drilldown-datagrid-page/with-loading.tsx +90 -0
  18. package/data/demos/patterns/server-datagrid-page/example.tsx +757 -0
  19. package/data/demos/patterns/server-datagrid-page/with-empty-state.tsx +107 -0
  20. package/data/demos/patterns/server-datagrid-page/with-error.tsx +107 -0
  21. package/data/demos/patterns/server-datagrid-page/with-loading.tsx +63 -0
  22. package/data/docs/components/charts/Arc.json +179 -0
  23. package/data/docs/components/charts/Arcs.json +104 -0
  24. package/data/docs/components/charts/Axis.json +269 -0
  25. package/data/docs/components/charts/Bar.json +236 -0
  26. package/data/docs/components/charts/BarChart.json +852 -0
  27. package/data/docs/components/charts/BarChartBars.json +18 -0
  28. package/data/docs/components/charts/BarChartGroupedTooltip.json +9 -0
  29. package/data/docs/components/charts/BarChartOverlay.json +34 -0
  30. package/data/docs/components/charts/BarChartSection.json +94 -0
  31. package/data/docs/components/charts/BaseBarChart.json +852 -0
  32. package/data/docs/components/charts/ChartContainerTitle.json +574 -0
  33. package/data/docs/components/charts/DataPoint.json +160 -0
  34. package/data/docs/components/charts/Dot.json +191 -0
  35. package/data/docs/components/charts/EmptyBarChart.json +852 -0
  36. package/data/docs/components/charts/EmptyLineChart.json +753 -0
  37. package/data/docs/components/charts/EmptyPieChart.json +826 -0
  38. package/data/docs/components/charts/EmptyScatterPlot.json +802 -0
  39. package/data/docs/components/charts/Legend.json +510 -0
  40. package/data/docs/components/charts/LegendItem.json +128 -0
  41. package/data/docs/components/charts/Line.json +69 -0
  42. package/data/docs/components/charts/LineChart.json +753 -0
  43. package/data/docs/components/charts/LoadingBarChart.json +852 -0
  44. package/data/docs/components/charts/LoadingLineChart.json +753 -0
  45. package/data/docs/components/charts/LoadingPieChart.json +826 -0
  46. package/data/docs/components/charts/LoadingScatterPlot.json +802 -0
  47. package/data/docs/components/charts/PieChart.json +826 -0
  48. package/data/docs/components/charts/RenderedLineChart.json +753 -0
  49. package/data/docs/components/charts/RenderedLinearBarChart.json +823 -0
  50. package/data/docs/components/charts/RenderedOrdinalBarChart.json +852 -0
  51. package/data/docs/components/charts/RenderedPieChart.json +826 -0
  52. package/data/docs/components/charts/RenderedScatterPlot.json +802 -0
  53. package/data/docs/components/charts/ScatterPlot.json +802 -0
  54. package/data/docs/components/charts/getAxisType.json +9 -0
  55. package/data/docs/components/charts/getComponentPosition.json +9 -0
  56. package/data/docs/components/dashboard/ChartEmptyState.json +42 -0
  57. package/data/docs/components/dashboard/Dashboard.json +26 -0
  58. package/data/docs/components/dashboard/DataCard.json +300 -0
  59. package/data/docs/components/dashboard/DataCardBody.json +431 -0
  60. package/data/docs/components/dashboard/DataCardHeader.json +304 -0
  61. package/data/docs/components/dashboard/DataCardListbox.json +529 -0
  62. package/data/docs/components/dashboard/DataRow.json +539 -0
  63. package/data/docs/components/dashboard/DrilldownItem.json +342 -0
  64. package/data/docs/components/dashboard/FilterableBarChart.json +83 -0
  65. package/data/docs/components/dashboard/FilterableDataGrid.json +83 -0
  66. package/data/docs/components/dashboard/FilterablePieChart.json +83 -0
  67. package/data/docs/components/dashboard/FilterableScatterPlot.json +83 -0
  68. package/data/docs/components/dashboard/PdfDocument.json +58 -0
  69. package/data/docs/components/dashboard/PdfExportButton.json +458 -0
  70. package/data/docs/components/dashboard/TimeSeriesBarChart.json +172 -0
  71. package/data/docs/components/dashboard/WithFilters.json +83 -0
  72. package/data/docs/components/design-system/ActiveDescendantListbox.json +521 -0
  73. package/data/docs/components/design-system/Alert.json +349 -0
  74. package/data/docs/components/design-system/AppBar.json +64 -0
  75. package/data/docs/components/design-system/AppContainer.json +67 -0
  76. package/data/docs/components/design-system/AppContent.json +566 -0
  77. package/data/docs/components/design-system/AppSidePanel.json +87 -0
  78. package/data/docs/components/design-system/Badge.json +293 -0
  79. package/data/docs/components/design-system/BaseBreadcrumbs.json +298 -0
  80. package/data/docs/components/design-system/BaseGrid.json +543 -0
  81. package/data/docs/components/design-system/BaseSkeleton.json +338 -0
  82. package/data/docs/components/design-system/BreadcrumbItem.json +231 -0
  83. package/data/docs/components/design-system/Breadcrumbs.json +298 -0
  84. package/data/docs/components/design-system/Button.json +402 -0
  85. package/data/docs/components/design-system/ButtonGroup.json +415 -0
  86. package/data/docs/components/design-system/ButtonLink.json +568 -0
  87. package/data/docs/components/design-system/Card.json +328 -0
  88. package/data/docs/components/design-system/CardActions.json +431 -0
  89. package/data/docs/components/design-system/CardBody.json +431 -0
  90. package/data/docs/components/design-system/CardHeader.json +428 -0
  91. package/data/docs/components/design-system/Checkbox.json +426 -0
  92. package/data/docs/components/design-system/CheckboxGroup.json +382 -0
  93. package/data/docs/components/design-system/ConditionalWrapper.json +40 -0
  94. package/data/docs/components/design-system/DetailedCard.json +401 -0
  95. package/data/docs/components/design-system/DetailedCardCollapsibleSectionItems.json +29 -0
  96. package/data/docs/components/design-system/DetailedCardHeader.json +37 -0
  97. package/data/docs/components/design-system/DetailedCardSection.json +90 -0
  98. package/data/docs/components/design-system/DetailedCardSectionItem.json +109 -0
  99. package/data/docs/components/design-system/Flexbox.json +523 -0
  100. package/data/docs/components/design-system/FocusWithinGroup.json +9 -0
  101. package/data/docs/components/design-system/Grid.json +543 -0
  102. package/data/docs/components/design-system/GridItem.json +388 -0
  103. package/data/docs/components/design-system/Heading.json +390 -0
  104. package/data/docs/components/design-system/Icon.json +325 -0
  105. package/data/docs/components/design-system/IconButton.json +371 -0
  106. package/data/docs/components/design-system/IconButtonLink.json +588 -0
  107. package/data/docs/components/design-system/Item.json +554 -0
  108. package/data/docs/components/design-system/Link.json +552 -0
  109. package/data/docs/components/design-system/LinkButton.json +397 -0
  110. package/data/docs/components/design-system/Listbox.json +529 -0
  111. package/data/docs/components/design-system/Number.json +773 -0
  112. package/data/docs/components/design-system/NumberField.json +594 -0
  113. package/data/docs/components/design-system/Pill.json +378 -0
  114. package/data/docs/components/design-system/ProgressBar.json +121 -0
  115. package/data/docs/components/design-system/RadarSvgLinearGradient.json +9 -0
  116. package/data/docs/components/design-system/Radio.json +415 -0
  117. package/data/docs/components/design-system/RadioGroup.json +382 -0
  118. package/data/docs/components/design-system/RenderedListboxItem.json +18 -0
  119. package/data/docs/components/design-system/RovingTabindexListbox.json +521 -0
  120. package/data/docs/components/design-system/Shield.json +360 -0
  121. package/data/docs/components/design-system/SideNavigationMenu.json +144 -0
  122. package/data/docs/components/design-system/SideNavigationMenuBar.json +89 -0
  123. package/data/docs/components/design-system/SideNavigationMenuItem.json +319 -0
  124. package/data/docs/components/design-system/Skeleton.json +338 -0
  125. package/data/docs/components/design-system/SkeletonCircle.json +338 -0
  126. package/data/docs/components/design-system/SkeletonText.json +371 -0
  127. package/data/docs/components/design-system/Spinner.json +291 -0
  128. package/data/docs/components/design-system/Switch.json +415 -0
  129. package/data/docs/components/design-system/SwitchGroup.json +382 -0
  130. package/data/docs/components/design-system/Text.json +418 -0
  131. package/data/docs/components/design-system/TextArea.json +501 -0
  132. package/data/docs/components/design-system/TextField.json +539 -0
  133. package/data/docs/components/design-system/sizeToDimension.json +9 -0
  134. package/data/docs/components/pickers/BaseCombobox.json +320 -0
  135. package/data/docs/components/pickers/BaseComboboxContent.json +453 -0
  136. package/data/docs/components/pickers/BaseMenuButton.json +240 -0
  137. package/data/docs/components/pickers/BaseMenuButtonContent.json +442 -0
  138. package/data/docs/components/pickers/BaseSelect.json +258 -0
  139. package/data/docs/components/pickers/Combobox.json +320 -0
  140. package/data/docs/components/pickers/ComboboxContent.json +453 -0
  141. package/data/docs/components/pickers/ComboboxContentFooter.json +431 -0
  142. package/data/docs/components/pickers/ComboboxContentHeader.json +431 -0
  143. package/data/docs/components/pickers/ComboboxContentListbox.json +541 -0
  144. package/data/docs/components/pickers/ComboboxTrigger.json +336 -0
  145. package/data/docs/components/pickers/Item.json +554 -0
  146. package/data/docs/components/pickers/MenuButton.json +240 -0
  147. package/data/docs/components/pickers/MenuButtonContent.json +442 -0
  148. package/data/docs/components/pickers/MenuButtonContentFooter.json +431 -0
  149. package/data/docs/components/pickers/MenuButtonContentHeader.json +431 -0
  150. package/data/docs/components/pickers/MenuButtonContentMenu.json +523 -0
  151. package/data/docs/components/pickers/MenuButtonTrigger.json +287 -0
  152. package/data/docs/components/pickers/Select.json +258 -0
  153. package/data/docs/components/pickers/SelectContent.json +442 -0
  154. package/data/docs/components/pickers/SelectTrigger.json +298 -0
  155. package/data/docs/components/popovers/BaseDialog.json +114 -0
  156. package/data/docs/components/popovers/BaseDialogContent.json +21 -0
  157. package/data/docs/components/popovers/BasePopover.json +171 -0
  158. package/data/docs/components/popovers/BaseToggletip.json +184 -0
  159. package/data/docs/components/popovers/BaseTooltip.json +121 -0
  160. package/data/docs/components/popovers/Button.json +402 -0
  161. package/data/docs/components/popovers/ButtonLink.json +568 -0
  162. package/data/docs/components/popovers/Dialog.json +114 -0
  163. package/data/docs/components/popovers/DialogContent.json +21 -0
  164. package/data/docs/components/popovers/DialogContentActions.json +442 -0
  165. package/data/docs/components/popovers/DialogContentBody.json +442 -0
  166. package/data/docs/components/popovers/DialogContentHeader.json +76 -0
  167. package/data/docs/components/popovers/DialogTrigger.json +276 -0
  168. package/data/docs/components/popovers/IconButton.json +371 -0
  169. package/data/docs/components/popovers/IconButtonLink.json +588 -0
  170. package/data/docs/components/popovers/Link.json +552 -0
  171. package/data/docs/components/popovers/LinkButton.json +397 -0
  172. package/data/docs/components/popovers/Popover.json +171 -0
  173. package/data/docs/components/popovers/PopoverContent.json +442 -0
  174. package/data/docs/components/popovers/PopoverTrigger.json +276 -0
  175. package/data/docs/components/popovers/Toast.json +145 -0
  176. package/data/docs/components/popovers/ToastContainer.json +122 -0
  177. package/data/docs/components/popovers/Toggletip.json +184 -0
  178. package/data/docs/components/popovers/ToggletipContent.json +402 -0
  179. package/data/docs/components/popovers/ToggletipTrigger.json +276 -0
  180. package/data/docs/components/popovers/Tooltip.json +121 -0
  181. package/data/docs/components/popovers/TooltipContent.json +402 -0
  182. package/data/docs/components/popovers/TooltipTrigger.json +276 -0
  183. package/data/docs/components/products/Dialog.json +106 -0
  184. package/data/docs/components/products/MenuButton.json +232 -0
  185. package/data/docs/components/products/PulsedRadarImage.json +9 -0
  186. package/data/docs/components/products/RadarButton.json +402 -0
  187. package/data/docs/components/products/RadarItem.json +554 -0
  188. package/data/docs/components/table/ControlledPagination.json +9 -0
  189. package/data/docs/components/table/DataGrid.json +93 -0
  190. package/data/docs/components/table/GridToolbarFilterSemanticField.json +69 -0
  191. package/data/docs/components/table/ServerSideControlledPagination.json +9 -0
  192. package/data/docs/components/table/StatefulDataGrid.json +117 -0
  193. package/data/docs/components/table/TextCell.json +118 -0
  194. package/data/docs/components/table/Toolbar.json +145 -0
  195. package/data/docs/components/table/ToolbarWrapper.json +9 -0
  196. package/data/docs/components-index.json +1206 -0
  197. package/data/docs/components.json +55694 -0
  198. package/data/docs/llms-full.txt +8012 -0
  199. package/data/docs/llms.txt +234 -0
  200. package/data/docs/patterns-catalog.md +359 -0
  201. package/data/docs/patterns.json +712 -0
  202. package/data/metadata.json +4 -0
  203. package/data/patterns/crossfiltered-datagrid-page.mdx +386 -0
  204. package/data/patterns/datagrid-page.mdx +214 -0
  205. package/data/patterns/drilldown-datagrid-page.mdx +291 -0
  206. package/data/patterns/server-datagrid-page.mdx +301 -0
  207. package/data/tokens/properties/components/dark-components.json +1108 -0
  208. package/data/tokens/properties/components/light-components.json +1108 -0
  209. package/data/tokens/properties/core/border-radius.json +3 -0
  210. package/data/tokens/properties/core/color.json +280 -0
  211. package/data/tokens/properties/core/layout.json +14 -0
  212. package/data/tokens/properties/core/typography.json +199 -0
  213. package/data/tokens/redsift-design-tokens.css +1391 -0
  214. package/dist/data-store.d.ts +47 -0
  215. package/dist/data-store.d.ts.map +1 -0
  216. package/dist/data-store.js +152 -0
  217. package/dist/data-store.js.map +1 -0
  218. package/dist/index.d.ts +16 -0
  219. package/dist/index.d.ts.map +1 -0
  220. package/dist/index.js +50 -0
  221. package/dist/index.js.map +1 -0
  222. package/dist/init.d.ts +14 -0
  223. package/dist/init.d.ts.map +1 -0
  224. package/dist/init.js +137 -0
  225. package/dist/init.js.map +1 -0
  226. package/dist/paths.d.ts +30 -0
  227. package/dist/paths.d.ts.map +1 -0
  228. package/dist/paths.js +53 -0
  229. package/dist/paths.js.map +1 -0
  230. package/dist/pattern-store.d.ts +41 -0
  231. package/dist/pattern-store.d.ts.map +1 -0
  232. package/dist/pattern-store.js +177 -0
  233. package/dist/pattern-store.js.map +1 -0
  234. package/dist/prompts.d.ts +14 -0
  235. package/dist/prompts.d.ts.map +1 -0
  236. package/dist/prompts.js +762 -0
  237. package/dist/prompts.js.map +1 -0
  238. package/dist/resources.d.ts +14 -0
  239. package/dist/resources.d.ts.map +1 -0
  240. package/dist/resources.js +482 -0
  241. package/dist/resources.js.map +1 -0
  242. package/dist/scaffold.d.ts +31 -0
  243. package/dist/scaffold.d.ts.map +1 -0
  244. package/dist/scaffold.js +239 -0
  245. package/dist/scaffold.js.map +1 -0
  246. package/dist/token-store.d.ts +70 -0
  247. package/dist/token-store.d.ts.map +1 -0
  248. package/dist/token-store.js +196 -0
  249. package/dist/token-store.js.map +1 -0
  250. package/dist/tools.d.ts +15 -0
  251. package/dist/tools.d.ts.map +1 -0
  252. package/dist/tools.js +491 -0
  253. package/dist/tools.js.map +1 -0
  254. package/dist/types.d.ts +108 -0
  255. package/dist/types.d.ts.map +1 -0
  256. package/dist/types.js +17 -0
  257. package/dist/types.js.map +1 -0
  258. package/package.json +39 -0
@@ -0,0 +1,529 @@
1
+ {
2
+ "name": "Listbox",
3
+ "description": "Listbox displays a list of selectable options. Supports single or multiple\nselection modes and keyboard navigation.\n\nCan be used standalone or within picker components like Select and Combobox.\nSupports controlled (`values`) or uncontrolled (`defaultValues`) modes.",
4
+ "package": "@redsift/design-system",
5
+ "filePath": "packages/design-system/src/components/listbox/Listbox.tsx",
6
+ "props": [
7
+ {
8
+ "name": "defaultValues",
9
+ "description": "Default selected values.\nUsed for uncontrolled version.",
10
+ "type": "string[]",
11
+ "required": false,
12
+ "defaultValue": null,
13
+ "category": "props"
14
+ },
15
+ {
16
+ "name": "isDisabled",
17
+ "description": "Whether the component is disabled or not.",
18
+ "type": [
19
+ "false",
20
+ "true"
21
+ ],
22
+ "required": false,
23
+ "defaultValue": null,
24
+ "category": "props"
25
+ },
26
+ {
27
+ "name": "isInvalid",
28
+ "description": "Whether the component is invalid or not.",
29
+ "type": [
30
+ "false",
31
+ "true"
32
+ ],
33
+ "required": false,
34
+ "defaultValue": null,
35
+ "category": "props"
36
+ },
37
+ {
38
+ "name": "isReadOnly",
39
+ "description": "Whether the component is read only or not.",
40
+ "type": [
41
+ "false",
42
+ "true"
43
+ ],
44
+ "required": false,
45
+ "defaultValue": null,
46
+ "category": "props"
47
+ },
48
+ {
49
+ "name": "isRequired",
50
+ "description": "Whether the component is required or not.",
51
+ "type": [
52
+ "false",
53
+ "true"
54
+ ],
55
+ "required": false,
56
+ "defaultValue": null,
57
+ "category": "props"
58
+ },
59
+ {
60
+ "name": "label",
61
+ "description": "Label of the switch group.",
62
+ "type": "string",
63
+ "required": false,
64
+ "defaultValue": null,
65
+ "category": "props"
66
+ },
67
+ {
68
+ "name": "onChange",
69
+ "description": "Method to handle component change.",
70
+ "type": "(values: string[]) => void",
71
+ "required": false,
72
+ "defaultValue": null,
73
+ "category": "props"
74
+ },
75
+ {
76
+ "name": "selectionMode",
77
+ "description": "Whether the listbox allows multiple selections or single ones.",
78
+ "type": [
79
+ "\"single\"",
80
+ "\"multiple\""
81
+ ],
82
+ "required": false,
83
+ "defaultValue": "'single'",
84
+ "category": "props"
85
+ },
86
+ {
87
+ "name": "values",
88
+ "description": "Currently selected values.\nUsed for controlled version.",
89
+ "type": "string[]",
90
+ "required": false,
91
+ "defaultValue": null,
92
+ "category": "props"
93
+ },
94
+ {
95
+ "name": "variant",
96
+ "description": "Whether the Listbox is used as standalone or is unstyled within another component.",
97
+ "type": [
98
+ "\"standalone\"",
99
+ "\"unstyled\""
100
+ ],
101
+ "required": false,
102
+ "defaultValue": "'standalone'",
103
+ "category": "props"
104
+ },
105
+ {
106
+ "name": "display",
107
+ "description": "Sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/display\">MDN</a>.",
108
+ "type": [
109
+ "\"inline\"",
110
+ "\"inherit\"",
111
+ "\"grid\"",
112
+ "\"block\"",
113
+ "\"inline-block\"",
114
+ "\"flex\"",
115
+ "\"inline-flex\"",
116
+ "\"inline-grid\""
117
+ ],
118
+ "required": false,
119
+ "defaultValue": null,
120
+ "category": "props"
121
+ },
122
+ {
123
+ "name": "alignContent",
124
+ "description": "The distribution of space around child items along the cross axis. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/align-content\">MDN</a>.",
125
+ "type": [
126
+ "\"center\"",
127
+ "\"flex-start\"",
128
+ "\"flex-end\"",
129
+ "\"space-between\"",
130
+ "\"space-around\"",
131
+ "\"space-evenly\"",
132
+ "\"stretch\"",
133
+ "\"start\"",
134
+ "\"end\"",
135
+ "\"baseline\"",
136
+ "\"first baseline\"",
137
+ "\"last baseline\""
138
+ ],
139
+ "required": false,
140
+ "defaultValue": null,
141
+ "category": "layout"
142
+ },
143
+ {
144
+ "name": "alignItems",
145
+ "description": "The alignment of children within their container. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/align-items\">MDN</a>.",
146
+ "type": [
147
+ "\"center\"",
148
+ "\"flex-start\"",
149
+ "\"flex-end\"",
150
+ "\"stretch\"",
151
+ "\"start\"",
152
+ "\"end\"",
153
+ "\"baseline\"",
154
+ "\"first baseline\"",
155
+ "\"last baseline\"",
156
+ "\"self-start\"",
157
+ "\"self-end\""
158
+ ],
159
+ "required": false,
160
+ "defaultValue": null,
161
+ "category": "layout"
162
+ },
163
+ {
164
+ "name": "flexDirection",
165
+ "description": "The direction in which to layout children. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction\">MDN</a>.",
166
+ "type": [
167
+ "\"row\"",
168
+ "\"row-reverse\"",
169
+ "\"column\"",
170
+ "\"column-reverse\""
171
+ ],
172
+ "required": false,
173
+ "defaultValue": null,
174
+ "category": "layout"
175
+ },
176
+ {
177
+ "name": "flexWrap",
178
+ "description": "Whether to wrap items onto multiple lines. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap\">MDN</a>.",
179
+ "type": [
180
+ "\"nowrap\"",
181
+ "\"wrap\"",
182
+ "\"wrap-reverse\""
183
+ ],
184
+ "required": false,
185
+ "defaultValue": null,
186
+ "category": "layout"
187
+ },
188
+ {
189
+ "name": "gap",
190
+ "description": "The space to display between both rows and columns. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/gap\">MDN</a>.",
191
+ "type": "string",
192
+ "required": false,
193
+ "defaultValue": null,
194
+ "category": "layout"
195
+ },
196
+ {
197
+ "name": "justifyContent",
198
+ "description": "The distribution of space around items along the main axis. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content\">MDN</a>.",
199
+ "type": [
200
+ "\"center\"",
201
+ "\"flex-start\"",
202
+ "\"flex-end\"",
203
+ "\"space-between\"",
204
+ "\"space-around\"",
205
+ "\"space-evenly\"",
206
+ "\"stretch\"",
207
+ "\"start\"",
208
+ "\"end\"",
209
+ "\"baseline\"",
210
+ "\"first baseline\"",
211
+ "\"last baseline\"",
212
+ "\"left\"",
213
+ "\"right\""
214
+ ],
215
+ "required": false,
216
+ "defaultValue": null,
217
+ "category": "layout"
218
+ },
219
+ {
220
+ "name": "gridAutoColumns",
221
+ "description": "Defines the size of implicitly generated columns. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns\">MDN</a>.",
222
+ "type": "string",
223
+ "required": false,
224
+ "defaultValue": null,
225
+ "category": "layout"
226
+ },
227
+ {
228
+ "name": "gridAutoRows",
229
+ "description": "Defines the size of implicitly generated rows. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows\">MDN</a>.",
230
+ "type": "string",
231
+ "required": false,
232
+ "defaultValue": null,
233
+ "category": "layout"
234
+ },
235
+ {
236
+ "name": "gridTemplateAreas",
237
+ "description": "Defines named grid areas. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas\">MDN</a>.",
238
+ "type": "string",
239
+ "required": false,
240
+ "defaultValue": null,
241
+ "category": "layout"
242
+ },
243
+ {
244
+ "name": "gridTemplateColumns",
245
+ "description": "Defines the sizes of each column in the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns\">MDN</a>.",
246
+ "type": "string",
247
+ "required": false,
248
+ "defaultValue": null,
249
+ "category": "layout"
250
+ },
251
+ {
252
+ "name": "gridTemplateRows",
253
+ "description": "Defines the sizes of each row in the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows\">MDN</a>.",
254
+ "type": "string",
255
+ "required": false,
256
+ "defaultValue": null,
257
+ "category": "layout"
258
+ },
259
+ {
260
+ "name": "justifyItems",
261
+ "description": "Defines the default justifySelf for all items in the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items\">MDN</a>.",
262
+ "type": [
263
+ "\"center\"",
264
+ "\"stretch\"",
265
+ "\"start\"",
266
+ "\"end\""
267
+ ],
268
+ "required": false,
269
+ "defaultValue": null,
270
+ "category": "layout"
271
+ },
272
+ {
273
+ "name": "margin",
274
+ "description": "The margin for all four sides of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/margin\">MDN</a>.",
275
+ "type": "string",
276
+ "required": false,
277
+ "defaultValue": null,
278
+ "category": "spacing"
279
+ },
280
+ {
281
+ "name": "marginBottom",
282
+ "description": "The margin for the bottom side of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom\">MDN</a>.",
283
+ "type": "string",
284
+ "required": false,
285
+ "defaultValue": null,
286
+ "category": "spacing"
287
+ },
288
+ {
289
+ "name": "marginLeft",
290
+ "description": "The margin for the left side of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left\">MDN</a>.",
291
+ "type": "string",
292
+ "required": false,
293
+ "defaultValue": null,
294
+ "category": "spacing"
295
+ },
296
+ {
297
+ "name": "marginRight",
298
+ "description": "The margin for the right side of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right\">MDN</a>.",
299
+ "type": "string",
300
+ "required": false,
301
+ "defaultValue": null,
302
+ "category": "spacing"
303
+ },
304
+ {
305
+ "name": "marginTop",
306
+ "description": "The margin for the top side of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top\">MDN</a>.",
307
+ "type": "string",
308
+ "required": false,
309
+ "defaultValue": null,
310
+ "category": "spacing"
311
+ },
312
+ {
313
+ "name": "height",
314
+ "description": "The height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/height\">MDN</a>.",
315
+ "type": [
316
+ "string",
317
+ "number"
318
+ ],
319
+ "required": false,
320
+ "defaultValue": null,
321
+ "category": "sizing"
322
+ },
323
+ {
324
+ "name": "maxHeight",
325
+ "description": "The maximum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-height\">MDN</a>.",
326
+ "type": "string",
327
+ "required": false,
328
+ "defaultValue": null,
329
+ "category": "sizing"
330
+ },
331
+ {
332
+ "name": "maxWidth",
333
+ "description": "The maximum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-width\">MDN</a>.",
334
+ "type": "string",
335
+ "required": false,
336
+ "defaultValue": null,
337
+ "category": "sizing"
338
+ },
339
+ {
340
+ "name": "minHeight",
341
+ "description": "The minimum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-height\">MDN</a>.",
342
+ "type": "string",
343
+ "required": false,
344
+ "defaultValue": null,
345
+ "category": "sizing"
346
+ },
347
+ {
348
+ "name": "minWidth",
349
+ "description": "The minimum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-width\">MDN</a>.",
350
+ "type": "string",
351
+ "required": false,
352
+ "defaultValue": null,
353
+ "category": "sizing"
354
+ },
355
+ {
356
+ "name": "width",
357
+ "description": "The width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/width\">MDN</a>.",
358
+ "type": [
359
+ "string",
360
+ "number"
361
+ ],
362
+ "required": false,
363
+ "defaultValue": null,
364
+ "category": "sizing"
365
+ },
366
+ {
367
+ "name": "position",
368
+ "description": "Specifies how the element is positioned. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/position\">MDN</a>.",
369
+ "type": "string",
370
+ "required": false,
371
+ "defaultValue": null,
372
+ "category": "positioning"
373
+ },
374
+ {
375
+ "name": "top",
376
+ "description": "The top position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/top\">MDN</a>.",
377
+ "type": "string",
378
+ "required": false,
379
+ "defaultValue": null,
380
+ "category": "positioning"
381
+ },
382
+ {
383
+ "name": "bottom",
384
+ "description": "The bottom position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/bottom\">MDN</a>.",
385
+ "type": "string",
386
+ "required": false,
387
+ "defaultValue": null,
388
+ "category": "positioning"
389
+ },
390
+ {
391
+ "name": "left",
392
+ "description": "The left position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/left\">MDN</a>. Consider using start instead for RTL support.",
393
+ "type": "string",
394
+ "required": false,
395
+ "defaultValue": null,
396
+ "category": "positioning"
397
+ },
398
+ {
399
+ "name": "right",
400
+ "description": "The right position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/right\">MDN</a>. Consider using start instead for RTL support.",
401
+ "type": "string",
402
+ "required": false,
403
+ "defaultValue": null,
404
+ "category": "positioning"
405
+ },
406
+ {
407
+ "name": "zIndex",
408
+ "description": "The stacking order for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/z-index\">MDN</a>.",
409
+ "type": "string",
410
+ "required": false,
411
+ "defaultValue": null,
412
+ "category": "positioning"
413
+ },
414
+ {
415
+ "name": "background",
416
+ "description": "The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/background\">MDN</a>.",
417
+ "type": "string",
418
+ "required": false,
419
+ "defaultValue": null,
420
+ "category": "props"
421
+ },
422
+ {
423
+ "name": "backgroundColor",
424
+ "description": "The background-color CSS property sets the background color of an element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/background-color\">MDN</a>.",
425
+ "type": "string",
426
+ "required": false,
427
+ "defaultValue": null,
428
+ "category": "props"
429
+ },
430
+ {
431
+ "name": "border",
432
+ "description": "The border shorthand CSS property sets an element's border. It sets the values of border-width, border-style, and border-color. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/border\">MDN</a>.",
433
+ "type": "string",
434
+ "required": false,
435
+ "defaultValue": null,
436
+ "category": "props"
437
+ },
438
+ {
439
+ "name": "borderTop",
440
+ "description": "The border-top CSS property sets all the properties of an element's top border. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/border-top\">MDN</a>.",
441
+ "type": "string",
442
+ "required": false,
443
+ "defaultValue": null,
444
+ "category": "props"
445
+ },
446
+ {
447
+ "name": "borderBottom",
448
+ "description": "The border-top CSS property sets all the properties of an element's bottom border. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom\">MDN</a>.",
449
+ "type": "string",
450
+ "required": false,
451
+ "defaultValue": null,
452
+ "category": "props"
453
+ },
454
+ {
455
+ "name": "borderLeft",
456
+ "description": "The border-top CSS property sets all the properties of an element's left border. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/border-left\">MDN</a>. Consider using start instead for RTL support.",
457
+ "type": "string",
458
+ "required": false,
459
+ "defaultValue": null,
460
+ "category": "props"
461
+ },
462
+ {
463
+ "name": "borderRight",
464
+ "description": "The border-top CSS property sets all the properties of an element's right border. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/border-right\">MDN</a>. Consider using start instead for RTL support.",
465
+ "type": "string",
466
+ "required": false,
467
+ "defaultValue": null,
468
+ "category": "props"
469
+ },
470
+ {
471
+ "name": "borderRadius",
472
+ "description": "The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius\">MDN</a>.",
473
+ "type": "string",
474
+ "required": false,
475
+ "defaultValue": null,
476
+ "category": "props"
477
+ },
478
+ {
479
+ "name": "boxShadow",
480
+ "description": "The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radius, and color. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow\">MDN</a>.",
481
+ "type": "string",
482
+ "required": false,
483
+ "defaultValue": null,
484
+ "category": "props"
485
+ },
486
+ {
487
+ "name": "padding",
488
+ "description": "The padding for all four sides of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/padding\">MDN</a>.",
489
+ "type": "string",
490
+ "required": false,
491
+ "defaultValue": null,
492
+ "category": "spacing"
493
+ },
494
+ {
495
+ "name": "paddingBottom",
496
+ "description": "The padding for the bottom side of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/padding-bottom\">MDN</a>.",
497
+ "type": "string",
498
+ "required": false,
499
+ "defaultValue": null,
500
+ "category": "spacing"
501
+ },
502
+ {
503
+ "name": "paddingLeft",
504
+ "description": "The padding for the left side of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/padding-left\">MDN</a>.",
505
+ "type": "string",
506
+ "required": false,
507
+ "defaultValue": null,
508
+ "category": "spacing"
509
+ },
510
+ {
511
+ "name": "paddingRight",
512
+ "description": "The padding for the right side of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/padding-right\">MDN</a>.",
513
+ "type": "string",
514
+ "required": false,
515
+ "defaultValue": null,
516
+ "category": "spacing"
517
+ },
518
+ {
519
+ "name": "paddingTop",
520
+ "description": "The padding for the top side of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/padding-top\">MDN</a>.",
521
+ "type": "string",
522
+ "required": false,
523
+ "defaultValue": null,
524
+ "category": "spacing"
525
+ }
526
+ ],
527
+ "examples": [],
528
+ "tags": {}
529
+ }