@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,1206 @@
1
+ [
2
+ {
3
+ "name": "Alert",
4
+ "package": "@redsift/design-system",
5
+ "description": "Alert displays a short, important message that attracts the user's attention",
6
+ "propsCount": 38,
7
+ "hasExamples": false
8
+ },
9
+ {
10
+ "name": "AppBar",
11
+ "package": "@redsift/design-system",
12
+ "description": "AppBar is the top navigation bar of the application. It displays the page title",
13
+ "propsCount": 6,
14
+ "hasExamples": false
15
+ },
16
+ {
17
+ "name": "AppContainer",
18
+ "package": "@redsift/design-system",
19
+ "description": "The AppContainer component.",
20
+ "propsCount": 5,
21
+ "hasExamples": false
22
+ },
23
+ {
24
+ "name": "AppContent",
25
+ "package": "@redsift/design-system",
26
+ "description": "AppContent is the main content area of a Red Sift application. It automatically",
27
+ "propsCount": 59,
28
+ "hasExamples": false
29
+ },
30
+ {
31
+ "name": "AppSidePanel",
32
+ "package": "@redsift/design-system",
33
+ "description": "AppSidePanel is the collapsible side navigation panel of a Red Sift application.",
34
+ "propsCount": 8,
35
+ "hasExamples": false
36
+ },
37
+ {
38
+ "name": "Badge",
39
+ "package": "@redsift/design-system",
40
+ "description": "Badge displays a small status indicator or count. Badges have two variants:",
41
+ "propsCount": 30,
42
+ "hasExamples": false
43
+ },
44
+ {
45
+ "name": "BreadcrumbItem",
46
+ "package": "@redsift/design-system",
47
+ "description": "BreadcrumbItem represents a single link in a Breadcrumbs navigation.",
48
+ "propsCount": 4,
49
+ "hasExamples": false
50
+ },
51
+ {
52
+ "name": "BaseBreadcrumbs",
53
+ "package": "@redsift/design-system",
54
+ "description": "Breadcrumbs display a list of links to parent pages in hierarchical order,",
55
+ "propsCount": 33,
56
+ "hasExamples": false
57
+ },
58
+ {
59
+ "name": "Breadcrumbs",
60
+ "package": "@redsift/design-system",
61
+ "description": "",
62
+ "propsCount": 33,
63
+ "hasExamples": false
64
+ },
65
+ {
66
+ "name": "ButtonGroup",
67
+ "package": "@redsift/design-system",
68
+ "description": "ButtonGroup combines multiple related buttons into a single visual unit.",
69
+ "propsCount": 41,
70
+ "hasExamples": false
71
+ },
72
+ {
73
+ "name": "ButtonLink",
74
+ "package": "@redsift/design-system",
75
+ "description": "ButtonLink is a semantic link (`<a>`) styled to look like a button.",
76
+ "propsCount": 42,
77
+ "hasExamples": false
78
+ },
79
+ {
80
+ "name": "Button",
81
+ "package": "@redsift/design-system",
82
+ "description": "The Button is a semantic button that looks like a button.",
83
+ "propsCount": 43,
84
+ "hasExamples": false
85
+ },
86
+ {
87
+ "name": "CardActions",
88
+ "package": "@redsift/design-system",
89
+ "description": "CardActions is a container for action buttons at the bottom of a Card.",
90
+ "propsCount": 44,
91
+ "hasExamples": false
92
+ },
93
+ {
94
+ "name": "CardBody",
95
+ "package": "@redsift/design-system",
96
+ "description": "CardBody is the main content area of a Card. It can contain any content.",
97
+ "propsCount": 44,
98
+ "hasExamples": false
99
+ },
100
+ {
101
+ "name": "CardHeader",
102
+ "package": "@redsift/design-system",
103
+ "description": "CardHeader displays the title and optional subtitle of a Card.",
104
+ "propsCount": 43,
105
+ "hasExamples": false
106
+ },
107
+ {
108
+ "name": "Card",
109
+ "package": "@redsift/design-system",
110
+ "description": "",
111
+ "propsCount": 36,
112
+ "hasExamples": false
113
+ },
114
+ {
115
+ "name": "CheckboxGroup",
116
+ "package": "@redsift/design-system",
117
+ "description": "CheckboxGroup manages a group of related Checkbox components. It handles",
118
+ "propsCount": 42,
119
+ "hasExamples": false
120
+ },
121
+ {
122
+ "name": "Checkbox",
123
+ "package": "@redsift/design-system",
124
+ "description": "Checkbox allows users to select one or more items from a set, or to mark an",
125
+ "propsCount": 46,
126
+ "hasExamples": false
127
+ },
128
+ {
129
+ "name": "ConditionalWrapper",
130
+ "package": "@redsift/design-system",
131
+ "description": "ConditionalWrapper conditionally wraps children in a wrapper component.",
132
+ "propsCount": 3,
133
+ "hasExamples": false
134
+ },
135
+ {
136
+ "name": "DetailedCardCollapsibleSectionItems",
137
+ "package": "@redsift/design-system",
138
+ "description": "The DetailedCardCollapsibleSectionItems Section component.",
139
+ "propsCount": 2,
140
+ "hasExamples": false
141
+ },
142
+ {
143
+ "name": "DetailedCardHeader",
144
+ "package": "@redsift/design-system",
145
+ "description": "The DetailedCardHeader component.",
146
+ "propsCount": 3,
147
+ "hasExamples": false
148
+ },
149
+ {
150
+ "name": "DetailedCardSectionItem",
151
+ "package": "@redsift/design-system",
152
+ "description": "The DetailedCardSectionItems component.",
153
+ "propsCount": 9,
154
+ "hasExamples": false
155
+ },
156
+ {
157
+ "name": "DetailedCardSection",
158
+ "package": "@redsift/design-system",
159
+ "description": "The DetailedCardSection component.",
160
+ "propsCount": 6,
161
+ "hasExamples": false
162
+ },
163
+ {
164
+ "name": "DetailedCard",
165
+ "package": "@redsift/design-system",
166
+ "description": "",
167
+ "propsCount": 41,
168
+ "hasExamples": false
169
+ },
170
+ {
171
+ "name": "Flexbox",
172
+ "package": "@redsift/design-system",
173
+ "description": "Flexbox provides a CSS Flexbox container with convenient props for common",
174
+ "propsCount": 55,
175
+ "hasExamples": false
176
+ },
177
+ {
178
+ "name": "FocusWithinGroup",
179
+ "package": "@redsift/design-system",
180
+ "description": "The FocusWithinGroup component.",
181
+ "propsCount": 0,
182
+ "hasExamples": false
183
+ },
184
+ {
185
+ "name": "GridItem",
186
+ "package": "@redsift/design-system",
187
+ "description": "GridItem is a child of Grid that can span multiple columns or rows.",
188
+ "propsCount": 45,
189
+ "hasExamples": false
190
+ },
191
+ {
192
+ "name": "BaseGrid",
193
+ "package": "@redsift/design-system",
194
+ "description": "Grid provides a CSS Grid container for two-dimensional layouts with rows",
195
+ "propsCount": 58,
196
+ "hasExamples": false
197
+ },
198
+ {
199
+ "name": "Grid",
200
+ "package": "@redsift/design-system",
201
+ "description": "",
202
+ "propsCount": 58,
203
+ "hasExamples": false
204
+ },
205
+ {
206
+ "name": "Heading",
207
+ "package": "@redsift/design-system",
208
+ "description": "Heading renders semantic HTML heading elements (h1-h6) with consistent styling.",
209
+ "propsCount": 40,
210
+ "hasExamples": false
211
+ },
212
+ {
213
+ "name": "IconButtonLink",
214
+ "package": "@redsift/design-system",
215
+ "description": "IconButtonLink is a semantic link (`<a>`) styled to look like an icon button.",
216
+ "propsCount": 44,
217
+ "hasExamples": false
218
+ },
219
+ {
220
+ "name": "IconButton",
221
+ "package": "@redsift/design-system",
222
+ "description": "IconButton is a button containing only an icon, without text.",
223
+ "propsCount": 40,
224
+ "hasExamples": false
225
+ },
226
+ {
227
+ "name": "Icon",
228
+ "package": "@redsift/design-system",
229
+ "description": "Icon displays SVG icons from the Material Design Icons library or custom paths.",
230
+ "propsCount": 33,
231
+ "hasExamples": false
232
+ },
233
+ {
234
+ "name": "RenderedListboxItem",
235
+ "package": "@redsift/design-system",
236
+ "description": "",
237
+ "propsCount": 1,
238
+ "hasExamples": false
239
+ },
240
+ {
241
+ "name": "Item",
242
+ "package": "@redsift/design-system",
243
+ "description": "The Item component.",
244
+ "propsCount": 56,
245
+ "hasExamples": false
246
+ },
247
+ {
248
+ "name": "LinkButton",
249
+ "package": "@redsift/design-system",
250
+ "description": "LinkButton is a semantic button (`<button>`) styled to look like a text link.",
251
+ "propsCount": 41,
252
+ "hasExamples": false
253
+ },
254
+ {
255
+ "name": "Link",
256
+ "package": "@redsift/design-system",
257
+ "description": "Link is a semantic link (`<a>`) styled as a text link. Use for internal",
258
+ "propsCount": 39,
259
+ "hasExamples": false
260
+ },
261
+ {
262
+ "name": "ActiveDescendantListbox",
263
+ "package": "@redsift/design-system",
264
+ "description": "",
265
+ "propsCount": 53,
266
+ "hasExamples": false
267
+ },
268
+ {
269
+ "name": "Listbox",
270
+ "package": "@redsift/design-system",
271
+ "description": "Listbox displays a list of selectable options. Supports single or multiple",
272
+ "propsCount": 54,
273
+ "hasExamples": false
274
+ },
275
+ {
276
+ "name": "RovingTabindexListbox",
277
+ "package": "@redsift/design-system",
278
+ "description": "",
279
+ "propsCount": 53,
280
+ "hasExamples": false
281
+ },
282
+ {
283
+ "name": "NumberField",
284
+ "package": "@redsift/design-system",
285
+ "description": "NumberField allows users to enter and adjust numeric values with increment",
286
+ "propsCount": 66,
287
+ "hasExamples": false
288
+ },
289
+ {
290
+ "name": "Number",
291
+ "package": "@redsift/design-system",
292
+ "description": "Number formats and displays numeric values with locale-aware formatting.",
293
+ "propsCount": 64,
294
+ "hasExamples": false
295
+ },
296
+ {
297
+ "name": "Pill",
298
+ "package": "@redsift/design-system",
299
+ "description": "Pill displays a small piece of information as a colored label. Commonly used",
300
+ "propsCount": 39,
301
+ "hasExamples": false
302
+ },
303
+ {
304
+ "name": "ProgressBar",
305
+ "package": "@redsift/design-system",
306
+ "description": "ProgressBar displays the progress of a task or operation as a horizontal bar.",
307
+ "propsCount": 11,
308
+ "hasExamples": false
309
+ },
310
+ {
311
+ "name": "RadioGroup",
312
+ "package": "@redsift/design-system",
313
+ "description": "RadioGroup manages a group of Radio components, ensuring only one can be",
314
+ "propsCount": 42,
315
+ "hasExamples": false
316
+ },
317
+ {
318
+ "name": "Radio",
319
+ "package": "@redsift/design-system",
320
+ "description": "Radio allows users to select exactly one option from a set. Typically used",
321
+ "propsCount": 45,
322
+ "hasExamples": false
323
+ },
324
+ {
325
+ "name": "Shield",
326
+ "package": "@redsift/design-system",
327
+ "description": "The Shield component.",
328
+ "propsCount": 38,
329
+ "hasExamples": false
330
+ },
331
+ {
332
+ "name": "SideNavigationMenuBar",
333
+ "package": "@redsift/design-system",
334
+ "description": "The SideNavigationMenuBar component.",
335
+ "propsCount": 8,
336
+ "hasExamples": false
337
+ },
338
+ {
339
+ "name": "SideNavigationMenuItem",
340
+ "package": "@redsift/design-system",
341
+ "description": "The SideNavigationMenuItem component.",
342
+ "propsCount": 13,
343
+ "hasExamples": false
344
+ },
345
+ {
346
+ "name": "SideNavigationMenu",
347
+ "package": "@redsift/design-system",
348
+ "description": "SideNavigationMenu provides hierarchical navigation within the AppSidePanel.",
349
+ "propsCount": 14,
350
+ "hasExamples": false
351
+ },
352
+ {
353
+ "name": "SkeletonCircle",
354
+ "package": "@redsift/design-system",
355
+ "description": "The SkeletonCircle component.",
356
+ "propsCount": 38,
357
+ "hasExamples": false
358
+ },
359
+ {
360
+ "name": "SkeletonText",
361
+ "package": "@redsift/design-system",
362
+ "description": "The SkeletonText component.",
363
+ "propsCount": 41,
364
+ "hasExamples": false
365
+ },
366
+ {
367
+ "name": "BaseSkeleton",
368
+ "package": "@redsift/design-system",
369
+ "description": "Skeleton displays a placeholder animation while content is loading.",
370
+ "propsCount": 38,
371
+ "hasExamples": false
372
+ },
373
+ {
374
+ "name": "Skeleton",
375
+ "package": "@redsift/design-system",
376
+ "description": "",
377
+ "propsCount": 38,
378
+ "hasExamples": false
379
+ },
380
+ {
381
+ "name": "Spinner",
382
+ "package": "@redsift/design-system",
383
+ "description": "Spinner displays a loading indicator for async operations.",
384
+ "propsCount": 31,
385
+ "hasExamples": false
386
+ },
387
+ {
388
+ "name": "SwitchGroup",
389
+ "package": "@redsift/design-system",
390
+ "description": "SwitchGroup manages a group of related Switch components. Provides a shared",
391
+ "propsCount": 42,
392
+ "hasExamples": false
393
+ },
394
+ {
395
+ "name": "Switch",
396
+ "package": "@redsift/design-system",
397
+ "description": "Switch is a toggle control for binary options (on/off, enabled/disabled).",
398
+ "propsCount": 45,
399
+ "hasExamples": false
400
+ },
401
+ {
402
+ "name": "TextArea",
403
+ "package": "@redsift/design-system",
404
+ "description": "TextArea allows users to enter multi-line text. Supports auto-growing height,",
405
+ "propsCount": 54,
406
+ "hasExamples": false
407
+ },
408
+ {
409
+ "name": "TextField",
410
+ "package": "@redsift/design-system",
411
+ "description": "TextField allows users to enter single-line text input. Supports validation,",
412
+ "propsCount": 57,
413
+ "hasExamples": false
414
+ },
415
+ {
416
+ "name": "Text",
417
+ "package": "@redsift/design-system",
418
+ "description": "Text renders text content with consistent styling. By default renders a",
419
+ "propsCount": 42,
420
+ "hasExamples": false
421
+ },
422
+ {
423
+ "name": "DialogContentActions",
424
+ "package": "@redsift/popovers",
425
+ "description": "The DialogContentActions component.",
426
+ "propsCount": 45,
427
+ "hasExamples": false
428
+ },
429
+ {
430
+ "name": "DialogContentBody",
431
+ "package": "@redsift/popovers",
432
+ "description": "The DialogContentBody component.",
433
+ "propsCount": 45,
434
+ "hasExamples": false
435
+ },
436
+ {
437
+ "name": "DialogContentHeader",
438
+ "package": "@redsift/popovers",
439
+ "description": "The DialogContentHeader component.",
440
+ "propsCount": 7,
441
+ "hasExamples": false
442
+ },
443
+ {
444
+ "name": "BaseDialogContent",
445
+ "package": "@redsift/popovers",
446
+ "description": "The DialogContent component.",
447
+ "propsCount": 1,
448
+ "hasExamples": false
449
+ },
450
+ {
451
+ "name": "DialogContent",
452
+ "package": "@redsift/popovers",
453
+ "description": "",
454
+ "propsCount": 1,
455
+ "hasExamples": false
456
+ },
457
+ {
458
+ "name": "DialogTrigger",
459
+ "package": "@redsift/popovers",
460
+ "description": "The DialogTrigger component.",
461
+ "propsCount": 31,
462
+ "hasExamples": false
463
+ },
464
+ {
465
+ "name": "BaseDialog",
466
+ "package": "@redsift/popovers",
467
+ "description": "Dialog displays modal content that requires user attention or interaction.",
468
+ "propsCount": 10,
469
+ "hasExamples": false
470
+ },
471
+ {
472
+ "name": "Dialog",
473
+ "package": "@redsift/popovers",
474
+ "description": "",
475
+ "propsCount": 10,
476
+ "hasExamples": false
477
+ },
478
+ {
479
+ "name": "PopoverContent",
480
+ "package": "@redsift/popovers",
481
+ "description": "The PopoverContent component.",
482
+ "propsCount": 45,
483
+ "hasExamples": false
484
+ },
485
+ {
486
+ "name": "PopoverTrigger",
487
+ "package": "@redsift/popovers",
488
+ "description": "The PopoverTrigger component.",
489
+ "propsCount": 31,
490
+ "hasExamples": false
491
+ },
492
+ {
493
+ "name": "BasePopover",
494
+ "package": "@redsift/popovers",
495
+ "description": "Popover displays contextual content anchored to a trigger element.",
496
+ "propsCount": 15,
497
+ "hasExamples": false
498
+ },
499
+ {
500
+ "name": "Popover",
501
+ "package": "@redsift/popovers",
502
+ "description": "",
503
+ "propsCount": 15,
504
+ "hasExamples": false
505
+ },
506
+ {
507
+ "name": "ToastContainer",
508
+ "package": "@redsift/popovers",
509
+ "description": "ToastContainer provides the root element for toast notifications.",
510
+ "propsCount": 10,
511
+ "hasExamples": false
512
+ },
513
+ {
514
+ "name": "Toast",
515
+ "package": "@redsift/popovers",
516
+ "description": "Toast displays non-blocking feedback messages. Use with ToastContainer",
517
+ "propsCount": 15,
518
+ "hasExamples": false
519
+ },
520
+ {
521
+ "name": "ToggletipContent",
522
+ "package": "@redsift/popovers",
523
+ "description": "The ToggletipContent component.",
524
+ "propsCount": 40,
525
+ "hasExamples": false
526
+ },
527
+ {
528
+ "name": "ToggletipTrigger",
529
+ "package": "@redsift/popovers",
530
+ "description": "The ToggletipTrigger component.",
531
+ "propsCount": 31,
532
+ "hasExamples": false
533
+ },
534
+ {
535
+ "name": "BaseToggletip",
536
+ "package": "@redsift/popovers",
537
+ "description": "Toggletip displays supplementary content toggled by click/tap.",
538
+ "propsCount": 17,
539
+ "hasExamples": false
540
+ },
541
+ {
542
+ "name": "Toggletip",
543
+ "package": "@redsift/popovers",
544
+ "description": "",
545
+ "propsCount": 17,
546
+ "hasExamples": false
547
+ },
548
+ {
549
+ "name": "TooltipContent",
550
+ "package": "@redsift/popovers",
551
+ "description": "The TooltipContent component.",
552
+ "propsCount": 40,
553
+ "hasExamples": false
554
+ },
555
+ {
556
+ "name": "TooltipTrigger",
557
+ "package": "@redsift/popovers",
558
+ "description": "The TooltipTrigger component.",
559
+ "propsCount": 31,
560
+ "hasExamples": false
561
+ },
562
+ {
563
+ "name": "ButtonLink",
564
+ "package": "@redsift/popovers",
565
+ "description": "",
566
+ "propsCount": 42,
567
+ "hasExamples": false
568
+ },
569
+ {
570
+ "name": "Button",
571
+ "package": "@redsift/popovers",
572
+ "description": "",
573
+ "propsCount": 43,
574
+ "hasExamples": false
575
+ },
576
+ {
577
+ "name": "IconButtonLink",
578
+ "package": "@redsift/popovers",
579
+ "description": "",
580
+ "propsCount": 44,
581
+ "hasExamples": false
582
+ },
583
+ {
584
+ "name": "IconButton",
585
+ "package": "@redsift/popovers",
586
+ "description": "",
587
+ "propsCount": 40,
588
+ "hasExamples": false
589
+ },
590
+ {
591
+ "name": "LinkButton",
592
+ "package": "@redsift/popovers",
593
+ "description": "",
594
+ "propsCount": 41,
595
+ "hasExamples": false
596
+ },
597
+ {
598
+ "name": "Link",
599
+ "package": "@redsift/popovers",
600
+ "description": "",
601
+ "propsCount": 39,
602
+ "hasExamples": false
603
+ },
604
+ {
605
+ "name": "BaseTooltip",
606
+ "package": "@redsift/popovers",
607
+ "description": "Tooltip displays brief informational text on hover or focus.",
608
+ "propsCount": 11,
609
+ "hasExamples": false
610
+ },
611
+ {
612
+ "name": "Tooltip",
613
+ "package": "@redsift/popovers",
614
+ "description": "",
615
+ "propsCount": 11,
616
+ "hasExamples": false
617
+ },
618
+ {
619
+ "name": "ComboboxContentFooter",
620
+ "package": "@redsift/pickers",
621
+ "description": "The ComboboxContentFooter component.",
622
+ "propsCount": 44,
623
+ "hasExamples": false
624
+ },
625
+ {
626
+ "name": "ComboboxContentHeader",
627
+ "package": "@redsift/pickers",
628
+ "description": "The ComboboxContentHeader component.",
629
+ "propsCount": 44,
630
+ "hasExamples": false
631
+ },
632
+ {
633
+ "name": "ComboboxContentListbox",
634
+ "package": "@redsift/pickers",
635
+ "description": "The ComboboxContentListbox component.",
636
+ "propsCount": 56,
637
+ "hasExamples": false
638
+ },
639
+ {
640
+ "name": "BaseComboboxContent",
641
+ "package": "@redsift/pickers",
642
+ "description": "The ComboboxContent component.",
643
+ "propsCount": 46,
644
+ "hasExamples": false
645
+ },
646
+ {
647
+ "name": "ComboboxContent",
648
+ "package": "@redsift/pickers",
649
+ "description": "",
650
+ "propsCount": 46,
651
+ "hasExamples": false
652
+ },
653
+ {
654
+ "name": "ComboboxTrigger",
655
+ "package": "@redsift/pickers",
656
+ "description": "The ComboboxTrigger component.",
657
+ "propsCount": 37,
658
+ "hasExamples": false
659
+ },
660
+ {
661
+ "name": "BaseCombobox",
662
+ "package": "@redsift/pickers",
663
+ "description": "Combobox combines a text input with a filterable dropdown list.",
664
+ "propsCount": 31,
665
+ "hasExamples": false
666
+ },
667
+ {
668
+ "name": "Combobox",
669
+ "package": "@redsift/pickers",
670
+ "description": "",
671
+ "propsCount": 31,
672
+ "hasExamples": false
673
+ },
674
+ {
675
+ "name": "Item",
676
+ "package": "@redsift/pickers",
677
+ "description": "The Item component.",
678
+ "propsCount": 56,
679
+ "hasExamples": false
680
+ },
681
+ {
682
+ "name": "MenuButtonContentFooter",
683
+ "package": "@redsift/pickers",
684
+ "description": "The MenuButtonContentFooter component.",
685
+ "propsCount": 44,
686
+ "hasExamples": false
687
+ },
688
+ {
689
+ "name": "MenuButtonContentHeader",
690
+ "package": "@redsift/pickers",
691
+ "description": "The MenuButtonContentHeader component.",
692
+ "propsCount": 44,
693
+ "hasExamples": false
694
+ },
695
+ {
696
+ "name": "MenuButtonContentMenu",
697
+ "package": "@redsift/pickers",
698
+ "description": "The MenuButtonContentMenu component.",
699
+ "propsCount": 55,
700
+ "hasExamples": false
701
+ },
702
+ {
703
+ "name": "BaseMenuButtonContent",
704
+ "package": "@redsift/pickers",
705
+ "description": "The MenuButtonContent component.",
706
+ "propsCount": 45,
707
+ "hasExamples": false
708
+ },
709
+ {
710
+ "name": "MenuButtonContent",
711
+ "package": "@redsift/pickers",
712
+ "description": "",
713
+ "propsCount": 45,
714
+ "hasExamples": false
715
+ },
716
+ {
717
+ "name": "MenuButtonTrigger",
718
+ "package": "@redsift/pickers",
719
+ "description": "The MenuButtonTrigger component.",
720
+ "propsCount": 32,
721
+ "hasExamples": false
722
+ },
723
+ {
724
+ "name": "BaseMenuButton",
725
+ "package": "@redsift/pickers",
726
+ "description": "MenuButton displays a button that opens a menu of actions.",
727
+ "propsCount": 22,
728
+ "hasExamples": false
729
+ },
730
+ {
731
+ "name": "MenuButton",
732
+ "package": "@redsift/pickers",
733
+ "description": "",
734
+ "propsCount": 22,
735
+ "hasExamples": false
736
+ },
737
+ {
738
+ "name": "SelectContent",
739
+ "package": "@redsift/pickers",
740
+ "description": "The SelectContent component.",
741
+ "propsCount": 45,
742
+ "hasExamples": false
743
+ },
744
+ {
745
+ "name": "SelectTrigger",
746
+ "package": "@redsift/pickers",
747
+ "description": "The SelectTrigger component.",
748
+ "propsCount": 33,
749
+ "hasExamples": false
750
+ },
751
+ {
752
+ "name": "BaseSelect",
753
+ "package": "@redsift/pickers",
754
+ "description": "Select allows users to choose a single option from a dropdown list.",
755
+ "propsCount": 24,
756
+ "hasExamples": false
757
+ },
758
+ {
759
+ "name": "Select",
760
+ "package": "@redsift/pickers",
761
+ "description": "",
762
+ "propsCount": 24,
763
+ "hasExamples": false
764
+ },
765
+ {
766
+ "name": "Arc",
767
+ "package": "@redsift/charts",
768
+ "description": "",
769
+ "propsCount": 19,
770
+ "hasExamples": false
771
+ },
772
+ {
773
+ "name": "Arcs",
774
+ "package": "@redsift/charts",
775
+ "description": "",
776
+ "propsCount": 10,
777
+ "hasExamples": false
778
+ },
779
+ {
780
+ "name": "Axis",
781
+ "package": "@redsift/charts",
782
+ "description": "",
783
+ "propsCount": 28,
784
+ "hasExamples": false
785
+ },
786
+ {
787
+ "name": "Bar",
788
+ "package": "@redsift/charts",
789
+ "description": "",
790
+ "propsCount": 26,
791
+ "hasExamples": false
792
+ },
793
+ {
794
+ "name": "BaseBarChart",
795
+ "package": "@redsift/charts",
796
+ "description": "BarChart visualizes categorical data with rectangular bars.",
797
+ "propsCount": 88,
798
+ "hasExamples": false
799
+ },
800
+ {
801
+ "name": "BarChart",
802
+ "package": "@redsift/charts",
803
+ "description": "",
804
+ "propsCount": 88,
805
+ "hasExamples": false
806
+ },
807
+ {
808
+ "name": "BarChartBars",
809
+ "package": "@redsift/charts",
810
+ "description": "",
811
+ "propsCount": 1,
812
+ "hasExamples": false
813
+ },
814
+ {
815
+ "name": "BarChartGroupedTooltip",
816
+ "package": "@redsift/charts",
817
+ "description": "",
818
+ "propsCount": 0,
819
+ "hasExamples": false
820
+ },
821
+ {
822
+ "name": "BarChartOverlay",
823
+ "package": "@redsift/charts",
824
+ "description": "",
825
+ "propsCount": 3,
826
+ "hasExamples": false
827
+ },
828
+ {
829
+ "name": "BarChartSection",
830
+ "package": "@redsift/charts",
831
+ "description": "",
832
+ "propsCount": 9,
833
+ "hasExamples": false
834
+ },
835
+ {
836
+ "name": "EmptyBarChart",
837
+ "package": "@redsift/charts",
838
+ "description": "",
839
+ "propsCount": 88,
840
+ "hasExamples": false
841
+ },
842
+ {
843
+ "name": "LoadingBarChart",
844
+ "package": "@redsift/charts",
845
+ "description": "",
846
+ "propsCount": 88,
847
+ "hasExamples": false
848
+ },
849
+ {
850
+ "name": "RenderedLinearBarChart",
851
+ "package": "@redsift/charts",
852
+ "description": "",
853
+ "propsCount": 85,
854
+ "hasExamples": false
855
+ },
856
+ {
857
+ "name": "RenderedOrdinalBarChart",
858
+ "package": "@redsift/charts",
859
+ "description": "",
860
+ "propsCount": 88,
861
+ "hasExamples": false
862
+ },
863
+ {
864
+ "name": "ChartContainerTitle",
865
+ "package": "@redsift/charts",
866
+ "description": "",
867
+ "propsCount": 60,
868
+ "hasExamples": false
869
+ },
870
+ {
871
+ "name": "DataPoint",
872
+ "package": "@redsift/charts",
873
+ "description": "",
874
+ "propsCount": 17,
875
+ "hasExamples": false
876
+ },
877
+ {
878
+ "name": "Dot",
879
+ "package": "@redsift/charts",
880
+ "description": "",
881
+ "propsCount": 20,
882
+ "hasExamples": false
883
+ },
884
+ {
885
+ "name": "Legend",
886
+ "package": "@redsift/charts",
887
+ "description": "",
888
+ "propsCount": 52,
889
+ "hasExamples": false
890
+ },
891
+ {
892
+ "name": "LegendItem",
893
+ "package": "@redsift/charts",
894
+ "description": "",
895
+ "propsCount": 13,
896
+ "hasExamples": false
897
+ },
898
+ {
899
+ "name": "Line",
900
+ "package": "@redsift/charts",
901
+ "description": "",
902
+ "propsCount": 6,
903
+ "hasExamples": false
904
+ },
905
+ {
906
+ "name": "EmptyLineChart",
907
+ "package": "@redsift/charts",
908
+ "description": "",
909
+ "propsCount": 78,
910
+ "hasExamples": false
911
+ },
912
+ {
913
+ "name": "LineChart",
914
+ "package": "@redsift/charts",
915
+ "description": "LineChart displays trends over time or continuous data.",
916
+ "propsCount": 78,
917
+ "hasExamples": false
918
+ },
919
+ {
920
+ "name": "LoadingLineChart",
921
+ "package": "@redsift/charts",
922
+ "description": "",
923
+ "propsCount": 78,
924
+ "hasExamples": false
925
+ },
926
+ {
927
+ "name": "RenderedLineChart",
928
+ "package": "@redsift/charts",
929
+ "description": "",
930
+ "propsCount": 78,
931
+ "hasExamples": false
932
+ },
933
+ {
934
+ "name": "EmptyPieChart",
935
+ "package": "@redsift/charts",
936
+ "description": "",
937
+ "propsCount": 84,
938
+ "hasExamples": false
939
+ },
940
+ {
941
+ "name": "LoadingPieChart",
942
+ "package": "@redsift/charts",
943
+ "description": "",
944
+ "propsCount": 84,
945
+ "hasExamples": false
946
+ },
947
+ {
948
+ "name": "PieChart",
949
+ "package": "@redsift/charts",
950
+ "description": "PieChart displays proportional data as slices of a circle.",
951
+ "propsCount": 84,
952
+ "hasExamples": false
953
+ },
954
+ {
955
+ "name": "RenderedPieChart",
956
+ "package": "@redsift/charts",
957
+ "description": "",
958
+ "propsCount": 84,
959
+ "hasExamples": false
960
+ },
961
+ {
962
+ "name": "EmptyScatterPlot",
963
+ "package": "@redsift/charts",
964
+ "description": "",
965
+ "propsCount": 83,
966
+ "hasExamples": false
967
+ },
968
+ {
969
+ "name": "LoadingScatterPlot",
970
+ "package": "@redsift/charts",
971
+ "description": "",
972
+ "propsCount": 83,
973
+ "hasExamples": false
974
+ },
975
+ {
976
+ "name": "RenderedScatterPlot",
977
+ "package": "@redsift/charts",
978
+ "description": "",
979
+ "propsCount": 83,
980
+ "hasExamples": false
981
+ },
982
+ {
983
+ "name": "ScatterPlot",
984
+ "package": "@redsift/charts",
985
+ "description": "ScatterPlot displays relationships between two numeric variables.",
986
+ "propsCount": 83,
987
+ "hasExamples": false
988
+ },
989
+ {
990
+ "name": "DataGrid",
991
+ "package": "@redsift/table",
992
+ "description": "DataGrid displays tabular data with sorting, filtering, pagination, and row selection.",
993
+ "propsCount": 9,
994
+ "hasExamples": false
995
+ },
996
+ {
997
+ "name": "GridToolbarFilterSemanticField",
998
+ "package": "@redsift/table",
999
+ "description": "The GridToolbarFilterSemanticField component.",
1000
+ "propsCount": 7,
1001
+ "hasExamples": false
1002
+ },
1003
+ {
1004
+ "name": "ControlledPagination",
1005
+ "package": "@redsift/table",
1006
+ "description": "",
1007
+ "propsCount": 0,
1008
+ "hasExamples": false
1009
+ },
1010
+ {
1011
+ "name": "ServerSideControlledPagination",
1012
+ "package": "@redsift/table",
1013
+ "description": "",
1014
+ "propsCount": 0,
1015
+ "hasExamples": false
1016
+ },
1017
+ {
1018
+ "name": "StatefulDataGrid",
1019
+ "package": "@redsift/table",
1020
+ "description": "StatefulDataGrid extends DataGrid with automatic state persistence to localStorage.",
1021
+ "propsCount": 12,
1022
+ "hasExamples": false
1023
+ },
1024
+ {
1025
+ "name": "TextCell",
1026
+ "package": "@redsift/table",
1027
+ "description": "The Cell component.",
1028
+ "propsCount": 6,
1029
+ "hasExamples": false
1030
+ },
1031
+ {
1032
+ "name": "Toolbar",
1033
+ "package": "@redsift/table",
1034
+ "description": "------",
1035
+ "propsCount": 15,
1036
+ "hasExamples": false
1037
+ },
1038
+ {
1039
+ "name": "ToolbarWrapper",
1040
+ "package": "@redsift/table",
1041
+ "description": "",
1042
+ "propsCount": 0,
1043
+ "hasExamples": false
1044
+ },
1045
+ {
1046
+ "name": "ChartEmptyState",
1047
+ "package": "@redsift/dashboard",
1048
+ "description": "",
1049
+ "propsCount": 4,
1050
+ "hasExamples": false
1051
+ },
1052
+ {
1053
+ "name": "Dashboard",
1054
+ "package": "@redsift/dashboard",
1055
+ "description": "Dashboard provides a context for connected, filterable visualizations.",
1056
+ "propsCount": 2,
1057
+ "hasExamples": false
1058
+ },
1059
+ {
1060
+ "name": "DataCard",
1061
+ "package": "@redsift/dashboard",
1062
+ "description": "",
1063
+ "propsCount": 33,
1064
+ "hasExamples": false
1065
+ },
1066
+ {
1067
+ "name": "DataCardBody",
1068
+ "package": "@redsift/dashboard",
1069
+ "description": "DataCardBody is the main content area of a DataCard 。",
1070
+ "propsCount": 44,
1071
+ "hasExamples": false
1072
+ },
1073
+ {
1074
+ "name": "DataCardHeader",
1075
+ "package": "@redsift/dashboard",
1076
+ "description": "DataCardHeader displays an icon and title that floats on top of",
1077
+ "propsCount": 34,
1078
+ "hasExamples": false
1079
+ },
1080
+ {
1081
+ "name": "DataCardListbox",
1082
+ "package": "@redsift/dashboard",
1083
+ "description": "DataCardListbox is a styled Listbox for use inside a DataCard.",
1084
+ "propsCount": 54,
1085
+ "hasExamples": false
1086
+ },
1087
+ {
1088
+ "name": "DataRow",
1089
+ "package": "@redsift/dashboard",
1090
+ "description": "DataRow displays a formatted number alongside a legend label.",
1091
+ "propsCount": 40,
1092
+ "hasExamples": false
1093
+ },
1094
+ {
1095
+ "name": "DrilldownItem",
1096
+ "package": "@redsift/dashboard",
1097
+ "description": "DrilldownItem displays a numeric value with a legend label and an optional",
1098
+ "propsCount": 38,
1099
+ "hasExamples": false
1100
+ },
1101
+ {
1102
+ "name": "PdfDocument",
1103
+ "package": "@redsift/dashboard",
1104
+ "description": "",
1105
+ "propsCount": 6,
1106
+ "hasExamples": false
1107
+ },
1108
+ {
1109
+ "name": "PdfExportButton",
1110
+ "package": "@redsift/dashboard",
1111
+ "description": "",
1112
+ "propsCount": 50,
1113
+ "hasExamples": false
1114
+ },
1115
+ {
1116
+ "name": "TimeSeriesBarChart",
1117
+ "package": "@redsift/dashboard",
1118
+ "description": "",
1119
+ "propsCount": 17,
1120
+ "hasExamples": false
1121
+ },
1122
+ {
1123
+ "name": "FilterableBarChart",
1124
+ "package": "@redsift/dashboard",
1125
+ "description": "",
1126
+ "propsCount": 8,
1127
+ "hasExamples": false
1128
+ },
1129
+ {
1130
+ "name": "FilterableDataGrid",
1131
+ "package": "@redsift/dashboard",
1132
+ "description": "",
1133
+ "propsCount": 8,
1134
+ "hasExamples": false
1135
+ },
1136
+ {
1137
+ "name": "FilterablePieChart",
1138
+ "package": "@redsift/dashboard",
1139
+ "description": "",
1140
+ "propsCount": 8,
1141
+ "hasExamples": false
1142
+ },
1143
+ {
1144
+ "name": "FilterableScatterPlot",
1145
+ "package": "@redsift/dashboard",
1146
+ "description": "",
1147
+ "propsCount": 8,
1148
+ "hasExamples": false
1149
+ },
1150
+ {
1151
+ "name": "WithFilters",
1152
+ "package": "@redsift/dashboard",
1153
+ "description": "",
1154
+ "propsCount": 8,
1155
+ "hasExamples": false
1156
+ },
1157
+ {
1158
+ "name": "RadarButton",
1159
+ "package": "@redsift/products",
1160
+ "description": "RadarButton is a pre-styled button for Radar AI features.",
1161
+ "propsCount": 43,
1162
+ "hasExamples": false
1163
+ },
1164
+ {
1165
+ "name": "PulsedRadarImage",
1166
+ "package": "@redsift/products",
1167
+ "description": "",
1168
+ "propsCount": 0,
1169
+ "hasExamples": false
1170
+ },
1171
+ {
1172
+ "name": "Dialog",
1173
+ "package": "@redsift/products",
1174
+ "description": "RadarDialog displays Radar AI interactions in a branded modal dialog.",
1175
+ "propsCount": 10,
1176
+ "hasExamples": false
1177
+ },
1178
+ {
1179
+ "name": "Dialog",
1180
+ "package": "@redsift/products",
1181
+ "description": "",
1182
+ "propsCount": 9,
1183
+ "hasExamples": false
1184
+ },
1185
+ {
1186
+ "name": "RadarItem",
1187
+ "package": "@redsift/products",
1188
+ "description": "The RadarItem component.",
1189
+ "propsCount": 56,
1190
+ "hasExamples": false
1191
+ },
1192
+ {
1193
+ "name": "MenuButton",
1194
+ "package": "@redsift/products",
1195
+ "description": "The RadarMenuButton component.",
1196
+ "propsCount": 22,
1197
+ "hasExamples": false
1198
+ },
1199
+ {
1200
+ "name": "MenuButton",
1201
+ "package": "@redsift/products",
1202
+ "description": "The RadarSimpleMenuButton component.",
1203
+ "propsCount": 21,
1204
+ "hasExamples": false
1205
+ }
1206
+ ]