@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,852 @@
1
+ {
2
+ "name": "EmptyBarChart",
3
+ "description": "",
4
+ "package": "@redsift/charts",
5
+ "filePath": "packages/charts/src/components/BarChart/EmptyBarChart.tsx",
6
+ "props": [
7
+ {
8
+ "name": "data",
9
+ "description": "Dataset to use to generate the chart, should be a list of objects containing a key and a value.",
10
+ "type": [
11
+ "CategoryData",
12
+ "LinearData",
13
+ "TwoCategoryData"
14
+ ],
15
+ "required": false,
16
+ "defaultValue": null,
17
+ "category": "props"
18
+ },
19
+ {
20
+ "name": "title",
21
+ "description": "Title.",
22
+ "type": [
23
+ "string",
24
+ "ReactElement<any, string | JSXElementConstructor<any>>"
25
+ ],
26
+ "required": false,
27
+ "defaultValue": null,
28
+ "category": "props"
29
+ },
30
+ {
31
+ "name": "id",
32
+ "description": "Id.",
33
+ "type": "string",
34
+ "required": false,
35
+ "defaultValue": null,
36
+ "category": "props"
37
+ },
38
+ {
39
+ "name": "onReset",
40
+ "description": "Method called when the Reset button is displayed (defines whether or not the button should be displayed).",
41
+ "type": "() => void",
42
+ "required": false,
43
+ "defaultValue": null,
44
+ "category": "props"
45
+ },
46
+ {
47
+ "name": "alignContent",
48
+ "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>.",
49
+ "type": [
50
+ "\"center\"",
51
+ "\"flex-start\"",
52
+ "\"flex-end\"",
53
+ "\"space-between\"",
54
+ "\"space-around\"",
55
+ "\"space-evenly\"",
56
+ "\"stretch\"",
57
+ "\"start\"",
58
+ "\"end\"",
59
+ "\"baseline\"",
60
+ "\"first baseline\"",
61
+ "\"last baseline\""
62
+ ],
63
+ "required": false,
64
+ "defaultValue": null,
65
+ "category": "layout"
66
+ },
67
+ {
68
+ "name": "alignItems",
69
+ "description": "The alignment of children within their container. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/align-items\">MDN</a>.",
70
+ "type": [
71
+ "\"center\"",
72
+ "\"flex-start\"",
73
+ "\"flex-end\"",
74
+ "\"stretch\"",
75
+ "\"start\"",
76
+ "\"end\"",
77
+ "\"baseline\"",
78
+ "\"first baseline\"",
79
+ "\"last baseline\"",
80
+ "\"self-start\"",
81
+ "\"self-end\""
82
+ ],
83
+ "required": false,
84
+ "defaultValue": null,
85
+ "category": "layout"
86
+ },
87
+ {
88
+ "name": "flexDirection",
89
+ "description": "The direction in which to layout children. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction\">MDN</a>.",
90
+ "type": [
91
+ "\"row\"",
92
+ "\"row-reverse\"",
93
+ "\"column\"",
94
+ "\"column-reverse\""
95
+ ],
96
+ "required": false,
97
+ "defaultValue": null,
98
+ "category": "layout"
99
+ },
100
+ {
101
+ "name": "flexWrap",
102
+ "description": "Whether to wrap items onto multiple lines. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap\">MDN</a>.",
103
+ "type": [
104
+ "\"nowrap\"",
105
+ "\"wrap\"",
106
+ "\"wrap-reverse\""
107
+ ],
108
+ "required": false,
109
+ "defaultValue": null,
110
+ "category": "layout"
111
+ },
112
+ {
113
+ "name": "gap",
114
+ "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>.",
115
+ "type": "string",
116
+ "required": false,
117
+ "defaultValue": null,
118
+ "category": "layout"
119
+ },
120
+ {
121
+ "name": "justifyContent",
122
+ "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>.",
123
+ "type": [
124
+ "\"center\"",
125
+ "\"left\"",
126
+ "\"right\"",
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": "gridAutoColumns",
145
+ "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>.",
146
+ "type": "string",
147
+ "required": false,
148
+ "defaultValue": null,
149
+ "category": "layout"
150
+ },
151
+ {
152
+ "name": "gridAutoRows",
153
+ "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>.",
154
+ "type": "string",
155
+ "required": false,
156
+ "defaultValue": null,
157
+ "category": "layout"
158
+ },
159
+ {
160
+ "name": "gridTemplateAreas",
161
+ "description": "Defines named grid areas. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas\">MDN</a>.",
162
+ "type": "string",
163
+ "required": false,
164
+ "defaultValue": null,
165
+ "category": "layout"
166
+ },
167
+ {
168
+ "name": "gridTemplateColumns",
169
+ "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>.",
170
+ "type": "string",
171
+ "required": false,
172
+ "defaultValue": null,
173
+ "category": "layout"
174
+ },
175
+ {
176
+ "name": "gridTemplateRows",
177
+ "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>.",
178
+ "type": "string",
179
+ "required": false,
180
+ "defaultValue": null,
181
+ "category": "layout"
182
+ },
183
+ {
184
+ "name": "justifyItems",
185
+ "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>.",
186
+ "type": [
187
+ "\"center\"",
188
+ "\"stretch\"",
189
+ "\"start\"",
190
+ "\"end\""
191
+ ],
192
+ "required": false,
193
+ "defaultValue": null,
194
+ "category": "layout"
195
+ },
196
+ {
197
+ "name": "areXLabelsRotated",
198
+ "description": "@deprecated : Use xAxisTickRotation instead. Whether the x axis labels are rotated or not.",
199
+ "type": [
200
+ "false",
201
+ "true"
202
+ ],
203
+ "required": false,
204
+ "defaultValue": null,
205
+ "category": "props"
206
+ },
207
+ {
208
+ "name": "barProps",
209
+ "description": "Native HTML props to forward to each bar.",
210
+ "type": "Omit<SVGProps<SVGGElement>, \"ref\" | \"onClick\" | \"direction\" | \"orientation\" | \"scale\"> & { minWidth?: number | undefined; gap?: number | undefined; }",
211
+ "required": false,
212
+ "defaultValue": null,
213
+ "category": "props"
214
+ },
215
+ {
216
+ "name": "barRole",
217
+ "description": "Bar role. If an onClick is provided, the bars will have the role `button`. For a navigation link, please use `getBarAnchorProps` instead.",
218
+ "type": [
219
+ "\"button\"",
220
+ "\"img\"",
221
+ "\"link\"",
222
+ "\"option\""
223
+ ],
224
+ "required": false,
225
+ "defaultValue": null,
226
+ "category": "props"
227
+ },
228
+ {
229
+ "name": "caping",
230
+ "description": "Number of categories to use, the rest being put into a new category called \"Others\".",
231
+ "type": "number",
232
+ "required": false,
233
+ "defaultValue": null,
234
+ "category": "props"
235
+ },
236
+ {
237
+ "name": "colorTheme",
238
+ "description": "Color palette to use. You can choose among the list of available color palette or also choose to use the success/warning/danger theme for which you have to specify which key corresponds to which status.",
239
+ "type": [
240
+ "\"default\"",
241
+ "\"dark\"",
242
+ "\"darker\"",
243
+ "\"darkerer\"",
244
+ "\"light\"",
245
+ "\"lighter\"",
246
+ "\"lighterer\"",
247
+ "\"monochrome\"",
248
+ "SuccessDangerColorTheme",
249
+ "CustomColorTheme"
250
+ ],
251
+ "required": false,
252
+ "defaultValue": null,
253
+ "category": "props"
254
+ },
255
+ {
256
+ "name": "dataType",
257
+ "description": "Data type override to skip data type inferrence.",
258
+ "type": [
259
+ "\"TwoCategoryData\"",
260
+ "\"LinearData\"",
261
+ "\"CategoryData\""
262
+ ],
263
+ "required": false,
264
+ "defaultValue": null,
265
+ "category": "props"
266
+ },
267
+ {
268
+ "name": "direction",
269
+ "description": "Direction of the bars. Only applied when the orientation is vertical. By default bars go \"up\" but can go \"down\".\nThey can also go both ways in which case you need to indicates which category go which direction. The concatenation of the two arrays will be used to determine the order of the categories instead of the sortingMethod prop.",
270
+ "type": "string",
271
+ "required": false,
272
+ "defaultValue": null,
273
+ "category": "props"
274
+ },
275
+ {
276
+ "name": "emptyComponent",
277
+ "description": "Component to use if the chart is empty (replacing the default one).",
278
+ "type": "ReactNode",
279
+ "required": false,
280
+ "defaultValue": null,
281
+ "category": "props"
282
+ },
283
+ {
284
+ "name": "getBarAnchorProps",
285
+ "description": "Method used to define the anchor props to use when the bar is a navigation link.",
286
+ "type": "(datum: BarDatum) => AnchorProps",
287
+ "required": false,
288
+ "defaultValue": null,
289
+ "category": "props"
290
+ },
291
+ {
292
+ "name": "isBarSelected",
293
+ "description": "Method to determine whether a bar is selected or not.",
294
+ "type": "(datum: BarDatum) => void",
295
+ "required": false,
296
+ "defaultValue": null,
297
+ "category": "props"
298
+ },
299
+ {
300
+ "name": "labelDecorator",
301
+ "description": "Method to override the data labels.",
302
+ "type": "(datum: BarDatum, props?: { index?: number | undefined; isSelected?: boolean | undefined; color?: string | undefined; } | undefined) => string | ReactElement<any, string | JSXElementConstructor<any>>",
303
+ "required": false,
304
+ "defaultValue": null,
305
+ "category": "props"
306
+ },
307
+ {
308
+ "name": "legendDecorator",
309
+ "description": "Method modifying what's displayed within the legend when the legendVariant is \"custom\".",
310
+ "type": "(datum: BarDatum, props?: { index?: number | undefined; isSelected?: boolean | undefined; color?: string | undefined; } | undefined) => string | ReactElement<any, string | JSXElementConstructor<any>>",
311
+ "required": false,
312
+ "defaultValue": null,
313
+ "category": "props"
314
+ },
315
+ {
316
+ "name": "legendVariant",
317
+ "description": "Define whether the labels should be displayed inside or outside the charts and if they should contain raw or percentage values. If set to \"custom\", use `legendDecorator` to customize it.",
318
+ "type": [
319
+ "\"none\"",
320
+ "\"externalLabel\"",
321
+ "\"externalLabelValue\"",
322
+ "\"externalLabelPercent\"",
323
+ "\"custom\""
324
+ ],
325
+ "required": false,
326
+ "defaultValue": null,
327
+ "category": "props"
328
+ },
329
+ {
330
+ "name": "legendProps",
331
+ "description": "Props to forward to the Legend block. Can be used to make the legend selectable.",
332
+ "type": "Omit<LegendProps, \"ref\" | \"data\" | \"width\" | \"variant\"> & { extraLegendItems?: Statistics | undefined; }",
333
+ "required": false,
334
+ "defaultValue": null,
335
+ "category": "props"
336
+ },
337
+ {
338
+ "name": "localeText",
339
+ "description": "Labels and texts.",
340
+ "type": "LocaleText",
341
+ "required": false,
342
+ "defaultValue": null,
343
+ "category": "props"
344
+ },
345
+ {
346
+ "name": "margins",
347
+ "description": "Custom margins, used to give more space for axes labels and legend for instance.",
348
+ "type": "MarginProps",
349
+ "required": false,
350
+ "defaultValue": null,
351
+ "category": "props"
352
+ },
353
+ {
354
+ "name": "onBarClick",
355
+ "description": "Method to be called on a click on a bar. For a navigation link, please use `getBarAnchorProps` instead.",
356
+ "type": "(datum: BarDatum, data: BarDatum[]) => void",
357
+ "required": false,
358
+ "defaultValue": null,
359
+ "category": "props"
360
+ },
361
+ {
362
+ "name": "orientation",
363
+ "description": "Orientation of the bar.",
364
+ "type": "string",
365
+ "required": false,
366
+ "defaultValue": null,
367
+ "category": "props"
368
+ },
369
+ {
370
+ "name": "others",
371
+ "description": "Whether a category should be displayed for categories that has been removed by the caping option. Optionaly, this prop can be used to change the label of this category.",
372
+ "type": [
373
+ "string",
374
+ "false",
375
+ "true"
376
+ ],
377
+ "required": false,
378
+ "defaultValue": null,
379
+ "category": "props"
380
+ },
381
+ {
382
+ "name": "size",
383
+ "description": "BarChart size.",
384
+ "type": [
385
+ "\"small\"",
386
+ "\"medium\"",
387
+ "\"large\"",
388
+ "BarChartDimensions"
389
+ ],
390
+ "required": false,
391
+ "defaultValue": null,
392
+ "category": "props"
393
+ },
394
+ {
395
+ "name": "sortingMethod",
396
+ "description": "Define how to sort categories.",
397
+ "type": [
398
+ "\"none\"",
399
+ "\"asc-key\"",
400
+ "\"desc-key\"",
401
+ "\"asc-value\"",
402
+ "\"desc-value\"",
403
+ "string[]",
404
+ "(a: CategoryDatum, b: CategoryDatum) => 1 | -1"
405
+ ],
406
+ "required": false,
407
+ "defaultValue": null,
408
+ "category": "props"
409
+ },
410
+ {
411
+ "name": "tooltipDecorator",
412
+ "description": "Method modifying what's displayed within the tooltip when the tooltipVariant is \"custom\".",
413
+ "type": "(data: BarDatum, props?: { index?: number | undefined; isSelected?: boolean | undefined; color?: string | undefined; } | undefined, dataset?: ComputedBarProps[] | undefined, groupedData?: ComputedBarProps[] | undefined) => string | ReactElement<any, string | JSXElementConstructor<any>>",
414
+ "required": false,
415
+ "defaultValue": null,
416
+ "category": "props"
417
+ },
418
+ {
419
+ "name": "tooltipVariant",
420
+ "description": "Tooltip variant.",
421
+ "type": "string",
422
+ "required": false,
423
+ "defaultValue": null,
424
+ "category": "props"
425
+ },
426
+ {
427
+ "name": "theme",
428
+ "description": "Theme.",
429
+ "type": [
430
+ "\"dark\"",
431
+ "\"light\""
432
+ ],
433
+ "required": false,
434
+ "defaultValue": null,
435
+ "category": "props"
436
+ },
437
+ {
438
+ "name": "xScaleType",
439
+ "description": "X-scale type override to skip x-scale type inferrence.",
440
+ "type": [
441
+ "\"number\"",
442
+ "\"Date\"",
443
+ "\"dateString\""
444
+ ],
445
+ "required": false,
446
+ "defaultValue": null,
447
+ "category": "props"
448
+ },
449
+ {
450
+ "name": "xAxisStartDateOffset",
451
+ "description": "In case of a datetime x-axis, if the xAxisTickValues prop is passed with a d3.js method having an offset function (for instance `timeDay`), the following prop will be used as argument.\nFor reference, the line of code using it is: xAxisTickValues.offset(new Date(domain[0]), xAxisStartDateOffset)",
452
+ "type": "number",
453
+ "required": false,
454
+ "defaultValue": null,
455
+ "category": "props"
456
+ },
457
+ {
458
+ "name": "xAxisEndDateOffset",
459
+ "description": "In case of a datetime x-axis, if the xAxisTickValues prop is passed with a d3.js method having an offset function (for instance `timeDay`), the following prop will be used as argument.\nFor reference, the line of code using it is: xAxisTickValues.offset(new Date(domain[1]), xAxisEndDateOffset)",
460
+ "type": "number",
461
+ "required": false,
462
+ "defaultValue": null,
463
+ "category": "props"
464
+ },
465
+ {
466
+ "name": "yScaleLogBase",
467
+ "description": "If set, the Y axis will use a logarithmic scale using this base. Set this value to 10 to use a default logarithmic scale.",
468
+ "type": "number",
469
+ "required": false,
470
+ "defaultValue": null,
471
+ "category": "props"
472
+ },
473
+ {
474
+ "name": "chartProps",
475
+ "description": "Native HTML props to pass to the chart.",
476
+ "type": "DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>",
477
+ "required": false,
478
+ "defaultValue": null,
479
+ "category": "props"
480
+ },
481
+ {
482
+ "name": "chartRef",
483
+ "description": "Ref to the chart.",
484
+ "type": "RefObject<HTMLDivElement>",
485
+ "required": false,
486
+ "defaultValue": null,
487
+ "category": "props"
488
+ },
489
+ {
490
+ "name": "description",
491
+ "description": "Description.",
492
+ "type": [
493
+ "string",
494
+ "ReactElement<any, string | JSXElementConstructor<any>>"
495
+ ],
496
+ "required": false,
497
+ "defaultValue": null,
498
+ "category": "props"
499
+ },
500
+ {
501
+ "name": "descriptionPosition",
502
+ "description": "Whether the description should be placed below the title or below the chart.",
503
+ "type": [
504
+ "\"belowTitle\"",
505
+ "\"belowChart\""
506
+ ],
507
+ "required": false,
508
+ "defaultValue": null,
509
+ "category": "props"
510
+ },
511
+ {
512
+ "name": "disableAnimations",
513
+ "description": "Disable animations.",
514
+ "type": [
515
+ "false",
516
+ "true"
517
+ ],
518
+ "required": false,
519
+ "defaultValue": null,
520
+ "category": "props"
521
+ },
522
+ {
523
+ "name": "descriptionForAssistiveTechnology",
524
+ "description": "Description that won't be visually displayed but will be used for assistive technology. If you want to display the description, use `description` instead.",
525
+ "type": "string",
526
+ "required": false,
527
+ "defaultValue": null,
528
+ "category": "props"
529
+ },
530
+ {
531
+ "name": "mode",
532
+ "description": "Whether the chart is static or interactive.",
533
+ "type": "string",
534
+ "required": false,
535
+ "defaultValue": null,
536
+ "category": "props"
537
+ },
538
+ {
539
+ "name": "definition",
540
+ "description": "Small text explaining which kind of chart is presenting and what's its basic composition.",
541
+ "type": "string",
542
+ "required": false,
543
+ "defaultValue": null,
544
+ "category": "props"
545
+ },
546
+ {
547
+ "name": "xAxisDefinition",
548
+ "description": "Small text explaining the basic composition of the x-axis, if any.",
549
+ "type": "string",
550
+ "required": false,
551
+ "defaultValue": null,
552
+ "category": "props"
553
+ },
554
+ {
555
+ "name": "yAxisDefinition",
556
+ "description": "Small text explaining the basic composition of the y-axis, if any.",
557
+ "type": "string",
558
+ "required": false,
559
+ "defaultValue": null,
560
+ "category": "props"
561
+ },
562
+ {
563
+ "name": "interactionExplanation",
564
+ "description": "Small text explaining how the chart is interactive, if any.",
565
+ "type": "string",
566
+ "required": false,
567
+ "defaultValue": null,
568
+ "category": "props"
569
+ },
570
+ {
571
+ "name": "dataTableRepresentation",
572
+ "description": "Table representation of the chart.",
573
+ "type": "{ header: ReactElement<any, string | JSXElementConstructor<any>>; body: ReactElement<any, string | JSXElementConstructor<any>>; }",
574
+ "required": false,
575
+ "defaultValue": null,
576
+ "category": "props"
577
+ },
578
+ {
579
+ "name": "display",
580
+ "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>.",
581
+ "type": [
582
+ "\"inline\"",
583
+ "\"inherit\"",
584
+ "\"grid\"",
585
+ "\"block\"",
586
+ "\"inline-block\"",
587
+ "\"flex\"",
588
+ "\"inline-flex\"",
589
+ "\"inline-grid\""
590
+ ],
591
+ "required": false,
592
+ "defaultValue": null,
593
+ "category": "props"
594
+ },
595
+ {
596
+ "name": "margin",
597
+ "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>.",
598
+ "type": "string",
599
+ "required": false,
600
+ "defaultValue": null,
601
+ "category": "spacing"
602
+ },
603
+ {
604
+ "name": "marginBottom",
605
+ "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>.",
606
+ "type": "string",
607
+ "required": false,
608
+ "defaultValue": null,
609
+ "category": "spacing"
610
+ },
611
+ {
612
+ "name": "marginLeft",
613
+ "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>.",
614
+ "type": "string",
615
+ "required": false,
616
+ "defaultValue": null,
617
+ "category": "spacing"
618
+ },
619
+ {
620
+ "name": "marginRight",
621
+ "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>.",
622
+ "type": "string",
623
+ "required": false,
624
+ "defaultValue": null,
625
+ "category": "spacing"
626
+ },
627
+ {
628
+ "name": "marginTop",
629
+ "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>.",
630
+ "type": "string",
631
+ "required": false,
632
+ "defaultValue": null,
633
+ "category": "spacing"
634
+ },
635
+ {
636
+ "name": "height",
637
+ "description": "The height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/height\">MDN</a>.",
638
+ "type": [
639
+ "string",
640
+ "number"
641
+ ],
642
+ "required": false,
643
+ "defaultValue": null,
644
+ "category": "sizing"
645
+ },
646
+ {
647
+ "name": "maxHeight",
648
+ "description": "The maximum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-height\">MDN</a>.",
649
+ "type": "string",
650
+ "required": false,
651
+ "defaultValue": null,
652
+ "category": "sizing"
653
+ },
654
+ {
655
+ "name": "maxWidth",
656
+ "description": "The maximum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-width\">MDN</a>.",
657
+ "type": "string",
658
+ "required": false,
659
+ "defaultValue": null,
660
+ "category": "sizing"
661
+ },
662
+ {
663
+ "name": "minHeight",
664
+ "description": "The minimum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-height\">MDN</a>.",
665
+ "type": "string",
666
+ "required": false,
667
+ "defaultValue": null,
668
+ "category": "sizing"
669
+ },
670
+ {
671
+ "name": "minWidth",
672
+ "description": "The minimum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-width\">MDN</a>.",
673
+ "type": "string",
674
+ "required": false,
675
+ "defaultValue": null,
676
+ "category": "sizing"
677
+ },
678
+ {
679
+ "name": "width",
680
+ "description": "The width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/width\">MDN</a>.",
681
+ "type": [
682
+ "string",
683
+ "number"
684
+ ],
685
+ "required": false,
686
+ "defaultValue": null,
687
+ "category": "sizing"
688
+ },
689
+ {
690
+ "name": "position",
691
+ "description": "Specifies how the element is positioned. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/position\">MDN</a>.",
692
+ "type": "string",
693
+ "required": false,
694
+ "defaultValue": null,
695
+ "category": "positioning"
696
+ },
697
+ {
698
+ "name": "top",
699
+ "description": "The top position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/top\">MDN</a>.",
700
+ "type": "string",
701
+ "required": false,
702
+ "defaultValue": null,
703
+ "category": "positioning"
704
+ },
705
+ {
706
+ "name": "bottom",
707
+ "description": "The bottom position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/bottom\">MDN</a>.",
708
+ "type": "string",
709
+ "required": false,
710
+ "defaultValue": null,
711
+ "category": "positioning"
712
+ },
713
+ {
714
+ "name": "left",
715
+ "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.",
716
+ "type": "string",
717
+ "required": false,
718
+ "defaultValue": null,
719
+ "category": "positioning"
720
+ },
721
+ {
722
+ "name": "right",
723
+ "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.",
724
+ "type": "string",
725
+ "required": false,
726
+ "defaultValue": null,
727
+ "category": "positioning"
728
+ },
729
+ {
730
+ "name": "zIndex",
731
+ "description": "The stacking order for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/z-index\">MDN</a>.",
732
+ "type": "string",
733
+ "required": false,
734
+ "defaultValue": null,
735
+ "category": "positioning"
736
+ },
737
+ {
738
+ "name": "background",
739
+ "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>.",
740
+ "type": "string",
741
+ "required": false,
742
+ "defaultValue": null,
743
+ "category": "props"
744
+ },
745
+ {
746
+ "name": "backgroundColor",
747
+ "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>.",
748
+ "type": "string",
749
+ "required": false,
750
+ "defaultValue": null,
751
+ "category": "props"
752
+ },
753
+ {
754
+ "name": "border",
755
+ "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>.",
756
+ "type": "string",
757
+ "required": false,
758
+ "defaultValue": null,
759
+ "category": "props"
760
+ },
761
+ {
762
+ "name": "borderTop",
763
+ "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>.",
764
+ "type": "string",
765
+ "required": false,
766
+ "defaultValue": null,
767
+ "category": "props"
768
+ },
769
+ {
770
+ "name": "borderBottom",
771
+ "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>.",
772
+ "type": "string",
773
+ "required": false,
774
+ "defaultValue": null,
775
+ "category": "props"
776
+ },
777
+ {
778
+ "name": "borderLeft",
779
+ "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.",
780
+ "type": "string",
781
+ "required": false,
782
+ "defaultValue": null,
783
+ "category": "props"
784
+ },
785
+ {
786
+ "name": "borderRight",
787
+ "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.",
788
+ "type": "string",
789
+ "required": false,
790
+ "defaultValue": null,
791
+ "category": "props"
792
+ },
793
+ {
794
+ "name": "borderRadius",
795
+ "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>.",
796
+ "type": "string",
797
+ "required": false,
798
+ "defaultValue": null,
799
+ "category": "props"
800
+ },
801
+ {
802
+ "name": "boxShadow",
803
+ "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>.",
804
+ "type": "string",
805
+ "required": false,
806
+ "defaultValue": null,
807
+ "category": "props"
808
+ },
809
+ {
810
+ "name": "padding",
811
+ "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>.",
812
+ "type": "string",
813
+ "required": false,
814
+ "defaultValue": null,
815
+ "category": "spacing"
816
+ },
817
+ {
818
+ "name": "paddingBottom",
819
+ "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>.",
820
+ "type": "string",
821
+ "required": false,
822
+ "defaultValue": null,
823
+ "category": "spacing"
824
+ },
825
+ {
826
+ "name": "paddingLeft",
827
+ "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>.",
828
+ "type": "string",
829
+ "required": false,
830
+ "defaultValue": null,
831
+ "category": "spacing"
832
+ },
833
+ {
834
+ "name": "paddingRight",
835
+ "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>.",
836
+ "type": "string",
837
+ "required": false,
838
+ "defaultValue": null,
839
+ "category": "spacing"
840
+ },
841
+ {
842
+ "name": "paddingTop",
843
+ "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>.",
844
+ "type": "string",
845
+ "required": false,
846
+ "defaultValue": null,
847
+ "category": "spacing"
848
+ }
849
+ ],
850
+ "examples": [],
851
+ "tags": {}
852
+ }