@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,588 @@
1
+ {
2
+ "name": "IconButtonLink",
3
+ "description": "",
4
+ "package": "@redsift/popovers",
5
+ "filePath": "packages/popovers/src/components/tooltip/IconButtonLinkWithTooltip.tsx",
6
+ "props": [
7
+ {
8
+ "name": "color",
9
+ "description": "Color variant.",
10
+ "type": "string",
11
+ "required": false,
12
+ "defaultValue": "'primary'",
13
+ "category": "props"
14
+ },
15
+ {
16
+ "name": "as",
17
+ "description": "Prop to pass a custom react component instead of a simple HTML anchor (useful for Nextjs or React Router Link component).",
18
+ "type": [
19
+ "\"symbol\"",
20
+ "\"object\"",
21
+ "\"a\"",
22
+ "\"abbr\"",
23
+ "\"address\"",
24
+ "\"area\"",
25
+ "\"article\"",
26
+ "\"aside\"",
27
+ "\"audio\"",
28
+ "\"b\"",
29
+ "\"base\"",
30
+ "\"bdi\"",
31
+ "\"bdo\"",
32
+ "\"big\"",
33
+ "\"blockquote\"",
34
+ "\"body\"",
35
+ "\"br\"",
36
+ "\"button\"",
37
+ "\"canvas\"",
38
+ "\"caption\"",
39
+ "\"cite\"",
40
+ "\"code\"",
41
+ "\"col\"",
42
+ "\"colgroup\"",
43
+ "\"data\"",
44
+ "\"datalist\"",
45
+ "\"dd\"",
46
+ "\"del\"",
47
+ "\"details\"",
48
+ "\"dfn\"",
49
+ "\"dialog\"",
50
+ "\"div\"",
51
+ "\"dl\"",
52
+ "\"dt\"",
53
+ "\"em\"",
54
+ "\"embed\"",
55
+ "\"fieldset\"",
56
+ "\"figcaption\"",
57
+ "\"figure\"",
58
+ "\"footer\"",
59
+ "\"form\"",
60
+ "\"h1\"",
61
+ "\"h2\"",
62
+ "\"h3\"",
63
+ "\"h4\"",
64
+ "\"h5\"",
65
+ "\"h6\"",
66
+ "\"head\"",
67
+ "\"header\"",
68
+ "\"hgroup\"",
69
+ "\"hr\"",
70
+ "\"html\"",
71
+ "\"i\"",
72
+ "\"iframe\"",
73
+ "\"img\"",
74
+ "\"input\"",
75
+ "\"ins\"",
76
+ "\"kbd\"",
77
+ "\"keygen\"",
78
+ "\"label\"",
79
+ "\"legend\"",
80
+ "\"li\"",
81
+ "\"link\"",
82
+ "\"main\"",
83
+ "\"map\"",
84
+ "\"mark\"",
85
+ "\"menu\"",
86
+ "\"menuitem\"",
87
+ "\"meta\"",
88
+ "\"meter\"",
89
+ "\"nav\"",
90
+ "\"noindex\"",
91
+ "\"noscript\"",
92
+ "\"ol\"",
93
+ "\"optgroup\"",
94
+ "\"option\"",
95
+ "\"output\"",
96
+ "\"p\"",
97
+ "\"param\"",
98
+ "\"picture\"",
99
+ "\"pre\"",
100
+ "\"progress\"",
101
+ "\"q\"",
102
+ "\"rp\"",
103
+ "\"rt\"",
104
+ "\"ruby\"",
105
+ "\"s\"",
106
+ "\"samp\"",
107
+ "\"slot\"",
108
+ "\"script\"",
109
+ "\"section\"",
110
+ "\"select\"",
111
+ "\"small\"",
112
+ "\"source\"",
113
+ "\"span\"",
114
+ "\"strong\"",
115
+ "\"style\"",
116
+ "\"sub\"",
117
+ "\"summary\"",
118
+ "\"sup\"",
119
+ "\"table\"",
120
+ "\"template\"",
121
+ "\"tbody\"",
122
+ "\"td\"",
123
+ "\"textarea\"",
124
+ "\"tfoot\"",
125
+ "\"th\"",
126
+ "\"thead\"",
127
+ "\"time\"",
128
+ "\"title\"",
129
+ "\"tr\"",
130
+ "\"track\"",
131
+ "\"u\"",
132
+ "\"ul\"",
133
+ "\"var\"",
134
+ "\"video\"",
135
+ "\"wbr\"",
136
+ "\"webview\"",
137
+ "\"svg\"",
138
+ "\"animate\"",
139
+ "\"animateMotion\"",
140
+ "\"animateTransform\"",
141
+ "\"circle\"",
142
+ "\"clipPath\"",
143
+ "\"defs\"",
144
+ "\"desc\"",
145
+ "\"ellipse\"",
146
+ "\"feBlend\"",
147
+ "\"feColorMatrix\"",
148
+ "\"feComponentTransfer\"",
149
+ "\"feComposite\"",
150
+ "\"feConvolveMatrix\"",
151
+ "\"feDiffuseLighting\"",
152
+ "\"feDisplacementMap\"",
153
+ "\"feDistantLight\"",
154
+ "\"feDropShadow\"",
155
+ "\"feFlood\"",
156
+ "\"feFuncA\"",
157
+ "\"feFuncB\"",
158
+ "\"feFuncG\"",
159
+ "\"feFuncR\"",
160
+ "\"feGaussianBlur\"",
161
+ "\"feImage\"",
162
+ "\"feMerge\"",
163
+ "\"feMergeNode\"",
164
+ "\"feMorphology\"",
165
+ "\"feOffset\"",
166
+ "\"fePointLight\"",
167
+ "\"feSpecularLighting\"",
168
+ "\"feSpotLight\"",
169
+ "\"feTile\"",
170
+ "\"feTurbulence\"",
171
+ "\"filter\"",
172
+ "\"foreignObject\"",
173
+ "\"g\"",
174
+ "\"image\"",
175
+ "\"line\"",
176
+ "\"linearGradient\"",
177
+ "\"marker\"",
178
+ "\"mask\"",
179
+ "\"metadata\"",
180
+ "\"mpath\"",
181
+ "\"path\"",
182
+ "\"pattern\"",
183
+ "\"polygon\"",
184
+ "\"polyline\"",
185
+ "\"radialGradient\"",
186
+ "\"rect\"",
187
+ "\"stop\"",
188
+ "\"switch\"",
189
+ "\"text\"",
190
+ "\"textPath\"",
191
+ "\"tspan\"",
192
+ "\"use\"",
193
+ "\"view\"",
194
+ "\"center\"",
195
+ "\"search\"",
196
+ "ComponentClass<any, any>",
197
+ "FunctionComponent<any>"
198
+ ],
199
+ "required": false,
200
+ "defaultValue": null,
201
+ "category": "props"
202
+ },
203
+ {
204
+ "name": "isDisabled",
205
+ "description": "Whether the component is disabled or not.",
206
+ "type": [
207
+ "false",
208
+ "true"
209
+ ],
210
+ "required": false,
211
+ "defaultValue": null,
212
+ "category": "props"
213
+ },
214
+ {
215
+ "name": "leftIcon",
216
+ "description": "Can be a string or an array of strings containing `d` property of the `path` SVG element.<br />\nCan also be a ReactElement.",
217
+ "type": [
218
+ "string",
219
+ "string[]",
220
+ "ReactElement<any, string | JSXElementConstructor<any>>"
221
+ ],
222
+ "required": false,
223
+ "defaultValue": null,
224
+ "category": "props"
225
+ },
226
+ {
227
+ "name": "leftIconProps",
228
+ "description": "Props to add to the left icon.",
229
+ "type": "Omit<IconProps, \"ref\" | \"icon\">",
230
+ "required": false,
231
+ "defaultValue": null,
232
+ "category": "props"
233
+ },
234
+ {
235
+ "name": "rightIcon",
236
+ "description": "Can be a string or an array of strings containing `d` property of the `path` SVG element.<br />\nCan also be a ReactElement.",
237
+ "type": [
238
+ "string",
239
+ "string[]",
240
+ "ReactElement<any, string | JSXElementConstructor<any>>"
241
+ ],
242
+ "required": false,
243
+ "defaultValue": null,
244
+ "category": "props"
245
+ },
246
+ {
247
+ "name": "rightIconProps",
248
+ "description": "Props to add to the right icon.",
249
+ "type": "Omit<IconProps, \"ref\" | \"icon\">",
250
+ "required": false,
251
+ "defaultValue": null,
252
+ "category": "props"
253
+ },
254
+ {
255
+ "name": "theme",
256
+ "description": "Theme.",
257
+ "type": [
258
+ "\"light\"",
259
+ "\"dark\""
260
+ ],
261
+ "required": false,
262
+ "defaultValue": null,
263
+ "category": "props"
264
+ },
265
+ {
266
+ "name": "flex",
267
+ "description": "When used in a flex layout, specifies how the element will grow or shrink to fit the space available. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex\">MDN</a>.",
268
+ "type": "string",
269
+ "required": false,
270
+ "defaultValue": null,
271
+ "category": "layout"
272
+ },
273
+ {
274
+ "name": "flexGrow",
275
+ "description": "When used in a flex layout, specifies how the element will grow to fit the space available. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow\">MDN</a>.",
276
+ "type": "number",
277
+ "required": false,
278
+ "defaultValue": null,
279
+ "category": "layout"
280
+ },
281
+ {
282
+ "name": "flexShrink",
283
+ "description": "When used in a flex layout, specifies how the element will shrink to fit the space available. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink\">MDN</a>.",
284
+ "type": "number",
285
+ "required": false,
286
+ "defaultValue": null,
287
+ "category": "layout"
288
+ },
289
+ {
290
+ "name": "flexBasis",
291
+ "description": "When used in a flex layout, specifies the initial main size of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex_basis\">MDN</a>.",
292
+ "type": "string",
293
+ "required": false,
294
+ "defaultValue": null,
295
+ "category": "layout"
296
+ },
297
+ {
298
+ "name": "alignSelf",
299
+ "description": "Overrides the alignItems property of a flex or grid container. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/align-self\">MDN</a>.",
300
+ "type": [
301
+ "\"center\"",
302
+ "\"auto\"",
303
+ "\"normal\"",
304
+ "\"start\"",
305
+ "\"end\"",
306
+ "\"flex-start\"",
307
+ "\"flex-end\"",
308
+ "\"self-start\"",
309
+ "\"self-end\"",
310
+ "\"baseline\"",
311
+ "\"stretch\""
312
+ ],
313
+ "required": false,
314
+ "defaultValue": null,
315
+ "category": "layout"
316
+ },
317
+ {
318
+ "name": "justifySelf",
319
+ "description": "Specifies how the element is justified inside a flex or grid container. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self\">MDN</a>.",
320
+ "type": "string",
321
+ "required": false,
322
+ "defaultValue": null,
323
+ "category": "layout"
324
+ },
325
+ {
326
+ "name": "order",
327
+ "description": "The layout order for the element within a flex or grid container. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/order\">MDN</a>.",
328
+ "type": "number",
329
+ "required": false,
330
+ "defaultValue": null,
331
+ "category": "layout"
332
+ },
333
+ {
334
+ "name": "gridArea",
335
+ "description": "When used in a grid layout, specifies the named grid area that the element should be placed in within the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area\">MDN</a>.",
336
+ "type": "string",
337
+ "required": false,
338
+ "defaultValue": null,
339
+ "category": "layout"
340
+ },
341
+ {
342
+ "name": "gridColumn",
343
+ "description": "When used in a grid layout, specifies the column the element should be placed in within the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column\">MDN</a>.",
344
+ "type": "string",
345
+ "required": false,
346
+ "defaultValue": null,
347
+ "category": "layout"
348
+ },
349
+ {
350
+ "name": "gridRow",
351
+ "description": "When used in a grid layout, specifies the row the element should be placed in within the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row\">MDN</a>.",
352
+ "type": "string",
353
+ "required": false,
354
+ "defaultValue": null,
355
+ "category": "layout"
356
+ },
357
+ {
358
+ "name": "gridColumnStart",
359
+ "description": "When used in a grid layout, specifies the starting column to span within the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start\">MDN</a>.",
360
+ "type": "string",
361
+ "required": false,
362
+ "defaultValue": null,
363
+ "category": "layout"
364
+ },
365
+ {
366
+ "name": "gridColumnEnd",
367
+ "description": "When used in a grid layout, specifies the ending column to span within the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end\">MDN</a>.",
368
+ "type": "string",
369
+ "required": false,
370
+ "defaultValue": null,
371
+ "category": "layout"
372
+ },
373
+ {
374
+ "name": "gridRowStart",
375
+ "description": "When used in a grid layout, specifies the starting row to span within the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start\">MDN</a>.",
376
+ "type": "string",
377
+ "required": false,
378
+ "defaultValue": null,
379
+ "category": "layout"
380
+ },
381
+ {
382
+ "name": "gridRowEnd",
383
+ "description": "When used in a grid layout, specifies the ending row to span within the grid. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end\">MDN</a>.",
384
+ "type": "string",
385
+ "required": false,
386
+ "defaultValue": null,
387
+ "category": "layout"
388
+ },
389
+ {
390
+ "name": "margin",
391
+ "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>.",
392
+ "type": "string",
393
+ "required": false,
394
+ "defaultValue": null,
395
+ "category": "spacing"
396
+ },
397
+ {
398
+ "name": "marginBottom",
399
+ "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>.",
400
+ "type": "string",
401
+ "required": false,
402
+ "defaultValue": null,
403
+ "category": "spacing"
404
+ },
405
+ {
406
+ "name": "marginLeft",
407
+ "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>.",
408
+ "type": "string",
409
+ "required": false,
410
+ "defaultValue": null,
411
+ "category": "spacing"
412
+ },
413
+ {
414
+ "name": "marginRight",
415
+ "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>.",
416
+ "type": "string",
417
+ "required": false,
418
+ "defaultValue": null,
419
+ "category": "spacing"
420
+ },
421
+ {
422
+ "name": "marginTop",
423
+ "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>.",
424
+ "type": "string",
425
+ "required": false,
426
+ "defaultValue": null,
427
+ "category": "spacing"
428
+ },
429
+ {
430
+ "name": "height",
431
+ "description": "The height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/height\">MDN</a>.",
432
+ "type": [
433
+ "string",
434
+ "number"
435
+ ],
436
+ "required": false,
437
+ "defaultValue": null,
438
+ "category": "sizing"
439
+ },
440
+ {
441
+ "name": "maxHeight",
442
+ "description": "The maximum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-height\">MDN</a>.",
443
+ "type": "string",
444
+ "required": false,
445
+ "defaultValue": null,
446
+ "category": "sizing"
447
+ },
448
+ {
449
+ "name": "maxWidth",
450
+ "description": "The maximum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-width\">MDN</a>.",
451
+ "type": "string",
452
+ "required": false,
453
+ "defaultValue": null,
454
+ "category": "sizing"
455
+ },
456
+ {
457
+ "name": "minHeight",
458
+ "description": "The minimum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-height\">MDN</a>.",
459
+ "type": "string",
460
+ "required": false,
461
+ "defaultValue": null,
462
+ "category": "sizing"
463
+ },
464
+ {
465
+ "name": "minWidth",
466
+ "description": "The minimum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-width\">MDN</a>.",
467
+ "type": "string",
468
+ "required": false,
469
+ "defaultValue": null,
470
+ "category": "sizing"
471
+ },
472
+ {
473
+ "name": "width",
474
+ "description": "The width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/width\">MDN</a>.",
475
+ "type": [
476
+ "string",
477
+ "number"
478
+ ],
479
+ "required": false,
480
+ "defaultValue": null,
481
+ "category": "sizing"
482
+ },
483
+ {
484
+ "name": "position",
485
+ "description": "Specifies how the element is positioned. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/position\">MDN</a>.",
486
+ "type": "string",
487
+ "required": false,
488
+ "defaultValue": null,
489
+ "category": "positioning"
490
+ },
491
+ {
492
+ "name": "top",
493
+ "description": "The top position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/top\">MDN</a>.",
494
+ "type": "string",
495
+ "required": false,
496
+ "defaultValue": null,
497
+ "category": "positioning"
498
+ },
499
+ {
500
+ "name": "bottom",
501
+ "description": "The bottom position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/bottom\">MDN</a>.",
502
+ "type": "string",
503
+ "required": false,
504
+ "defaultValue": null,
505
+ "category": "positioning"
506
+ },
507
+ {
508
+ "name": "left",
509
+ "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.",
510
+ "type": "string",
511
+ "required": false,
512
+ "defaultValue": null,
513
+ "category": "positioning"
514
+ },
515
+ {
516
+ "name": "right",
517
+ "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.",
518
+ "type": "string",
519
+ "required": false,
520
+ "defaultValue": null,
521
+ "category": "positioning"
522
+ },
523
+ {
524
+ "name": "zIndex",
525
+ "description": "The stacking order for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/z-index\">MDN</a>.",
526
+ "type": "string",
527
+ "required": false,
528
+ "defaultValue": null,
529
+ "category": "positioning"
530
+ },
531
+ {
532
+ "name": "icon",
533
+ "description": "Can be a string or an array of strings containing `d` property of the `path` SVG element.<br />\nCan also be a ReactElement.",
534
+ "type": [
535
+ "string",
536
+ "string[]",
537
+ "ReactElement<any, string | JSXElementConstructor<any>>"
538
+ ],
539
+ "required": true,
540
+ "defaultValue": null,
541
+ "category": "props"
542
+ },
543
+ {
544
+ "name": "iconProps",
545
+ "description": "Props to forward to the icon.",
546
+ "type": "Omit<IconProps, \"ref\" | \"icon\">",
547
+ "required": false,
548
+ "defaultValue": null,
549
+ "category": "props"
550
+ },
551
+ {
552
+ "name": "isActive",
553
+ "description": "Whether the component is active or not.",
554
+ "type": [
555
+ "false",
556
+ "true"
557
+ ],
558
+ "required": false,
559
+ "defaultValue": null,
560
+ "category": "props"
561
+ },
562
+ {
563
+ "name": "isHovered",
564
+ "description": "Whether the component is hovered or not.",
565
+ "type": [
566
+ "false",
567
+ "true"
568
+ ],
569
+ "required": false,
570
+ "defaultValue": null,
571
+ "category": "props"
572
+ },
573
+ {
574
+ "name": "variant",
575
+ "description": "Button variant.",
576
+ "type": [
577
+ "\"primary\"",
578
+ "\"secondary\"",
579
+ "\"unstyled\""
580
+ ],
581
+ "required": false,
582
+ "defaultValue": "'primary'",
583
+ "category": "props"
584
+ }
585
+ ],
586
+ "examples": [],
587
+ "tags": {}
588
+ }