@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,298 @@
1
+ {
2
+ "name": "SelectTrigger",
3
+ "description": "The SelectTrigger component.",
4
+ "package": "@redsift/pickers",
5
+ "filePath": "packages/pickers/src/components/select-trigger/SelectTrigger.tsx",
6
+ "props": [
7
+ {
8
+ "name": "children",
9
+ "description": "Children",
10
+ "type": [
11
+ "ReactElement<any, string | JSXElementConstructor<any>>",
12
+ "(state: { value?: string | undefined; isOpen?: boolean | undefined; }) => ReactElement<any, string | JSXElementConstructor<any>>"
13
+ ],
14
+ "required": true,
15
+ "defaultValue": null,
16
+ "category": "props"
17
+ },
18
+ {
19
+ "name": "hideExpandButton",
20
+ "description": "Whether or not the expand/collapse icon button should be displayed or not.",
21
+ "type": [
22
+ "false",
23
+ "true"
24
+ ],
25
+ "required": false,
26
+ "defaultValue": null,
27
+ "category": "props"
28
+ },
29
+ {
30
+ "name": "flex",
31
+ "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>.",
32
+ "type": "string",
33
+ "required": false,
34
+ "defaultValue": null,
35
+ "category": "layout"
36
+ },
37
+ {
38
+ "name": "flexGrow",
39
+ "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>.",
40
+ "type": "number",
41
+ "required": false,
42
+ "defaultValue": null,
43
+ "category": "layout"
44
+ },
45
+ {
46
+ "name": "flexShrink",
47
+ "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>.",
48
+ "type": "number",
49
+ "required": false,
50
+ "defaultValue": null,
51
+ "category": "layout"
52
+ },
53
+ {
54
+ "name": "flexBasis",
55
+ "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>.",
56
+ "type": "string",
57
+ "required": false,
58
+ "defaultValue": null,
59
+ "category": "layout"
60
+ },
61
+ {
62
+ "name": "alignSelf",
63
+ "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>.",
64
+ "type": [
65
+ "\"center\"",
66
+ "\"auto\"",
67
+ "\"normal\"",
68
+ "\"start\"",
69
+ "\"end\"",
70
+ "\"flex-start\"",
71
+ "\"flex-end\"",
72
+ "\"self-start\"",
73
+ "\"self-end\"",
74
+ "\"baseline\"",
75
+ "\"stretch\""
76
+ ],
77
+ "required": false,
78
+ "defaultValue": null,
79
+ "category": "layout"
80
+ },
81
+ {
82
+ "name": "justifySelf",
83
+ "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>.",
84
+ "type": "string",
85
+ "required": false,
86
+ "defaultValue": null,
87
+ "category": "layout"
88
+ },
89
+ {
90
+ "name": "order",
91
+ "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>.",
92
+ "type": "number",
93
+ "required": false,
94
+ "defaultValue": null,
95
+ "category": "layout"
96
+ },
97
+ {
98
+ "name": "gridArea",
99
+ "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>.",
100
+ "type": "string",
101
+ "required": false,
102
+ "defaultValue": null,
103
+ "category": "layout"
104
+ },
105
+ {
106
+ "name": "gridColumn",
107
+ "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>.",
108
+ "type": "string",
109
+ "required": false,
110
+ "defaultValue": null,
111
+ "category": "layout"
112
+ },
113
+ {
114
+ "name": "gridRow",
115
+ "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>.",
116
+ "type": "string",
117
+ "required": false,
118
+ "defaultValue": null,
119
+ "category": "layout"
120
+ },
121
+ {
122
+ "name": "gridColumnStart",
123
+ "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>.",
124
+ "type": "string",
125
+ "required": false,
126
+ "defaultValue": null,
127
+ "category": "layout"
128
+ },
129
+ {
130
+ "name": "gridColumnEnd",
131
+ "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>.",
132
+ "type": "string",
133
+ "required": false,
134
+ "defaultValue": null,
135
+ "category": "layout"
136
+ },
137
+ {
138
+ "name": "gridRowStart",
139
+ "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>.",
140
+ "type": "string",
141
+ "required": false,
142
+ "defaultValue": null,
143
+ "category": "layout"
144
+ },
145
+ {
146
+ "name": "gridRowEnd",
147
+ "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>.",
148
+ "type": "string",
149
+ "required": false,
150
+ "defaultValue": null,
151
+ "category": "layout"
152
+ },
153
+ {
154
+ "name": "margin",
155
+ "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>.",
156
+ "type": "string",
157
+ "required": false,
158
+ "defaultValue": null,
159
+ "category": "spacing"
160
+ },
161
+ {
162
+ "name": "marginBottom",
163
+ "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>.",
164
+ "type": "string",
165
+ "required": false,
166
+ "defaultValue": null,
167
+ "category": "spacing"
168
+ },
169
+ {
170
+ "name": "marginLeft",
171
+ "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>.",
172
+ "type": "string",
173
+ "required": false,
174
+ "defaultValue": null,
175
+ "category": "spacing"
176
+ },
177
+ {
178
+ "name": "marginRight",
179
+ "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>.",
180
+ "type": "string",
181
+ "required": false,
182
+ "defaultValue": null,
183
+ "category": "spacing"
184
+ },
185
+ {
186
+ "name": "marginTop",
187
+ "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>.",
188
+ "type": "string",
189
+ "required": false,
190
+ "defaultValue": null,
191
+ "category": "spacing"
192
+ },
193
+ {
194
+ "name": "height",
195
+ "description": "The height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/height\">MDN</a>.",
196
+ "type": [
197
+ "string",
198
+ "number"
199
+ ],
200
+ "required": false,
201
+ "defaultValue": null,
202
+ "category": "sizing"
203
+ },
204
+ {
205
+ "name": "maxHeight",
206
+ "description": "The maximum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-height\">MDN</a>.",
207
+ "type": "string",
208
+ "required": false,
209
+ "defaultValue": null,
210
+ "category": "sizing"
211
+ },
212
+ {
213
+ "name": "maxWidth",
214
+ "description": "The maximum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-width\">MDN</a>.",
215
+ "type": "string",
216
+ "required": false,
217
+ "defaultValue": null,
218
+ "category": "sizing"
219
+ },
220
+ {
221
+ "name": "minHeight",
222
+ "description": "The minimum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-height\">MDN</a>.",
223
+ "type": "string",
224
+ "required": false,
225
+ "defaultValue": null,
226
+ "category": "sizing"
227
+ },
228
+ {
229
+ "name": "minWidth",
230
+ "description": "The minimum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-width\">MDN</a>.",
231
+ "type": "string",
232
+ "required": false,
233
+ "defaultValue": null,
234
+ "category": "sizing"
235
+ },
236
+ {
237
+ "name": "width",
238
+ "description": "The width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/width\">MDN</a>.",
239
+ "type": [
240
+ "string",
241
+ "number"
242
+ ],
243
+ "required": false,
244
+ "defaultValue": null,
245
+ "category": "sizing"
246
+ },
247
+ {
248
+ "name": "position",
249
+ "description": "Specifies how the element is positioned. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/position\">MDN</a>.",
250
+ "type": "string",
251
+ "required": false,
252
+ "defaultValue": null,
253
+ "category": "positioning"
254
+ },
255
+ {
256
+ "name": "top",
257
+ "description": "The top position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/top\">MDN</a>.",
258
+ "type": "string",
259
+ "required": false,
260
+ "defaultValue": null,
261
+ "category": "positioning"
262
+ },
263
+ {
264
+ "name": "bottom",
265
+ "description": "The bottom position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/bottom\">MDN</a>.",
266
+ "type": "string",
267
+ "required": false,
268
+ "defaultValue": null,
269
+ "category": "positioning"
270
+ },
271
+ {
272
+ "name": "left",
273
+ "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.",
274
+ "type": "string",
275
+ "required": false,
276
+ "defaultValue": null,
277
+ "category": "positioning"
278
+ },
279
+ {
280
+ "name": "right",
281
+ "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.",
282
+ "type": "string",
283
+ "required": false,
284
+ "defaultValue": null,
285
+ "category": "positioning"
286
+ },
287
+ {
288
+ "name": "zIndex",
289
+ "description": "The stacking order for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/z-index\">MDN</a>.",
290
+ "type": "string",
291
+ "required": false,
292
+ "defaultValue": null,
293
+ "category": "positioning"
294
+ }
295
+ ],
296
+ "examples": [],
297
+ "tags": {}
298
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "name": "BaseDialog",
3
+ "description": "Dialog displays modal content that requires user attention or interaction.\nBuilt on Floating UI for positioning and focus management.\n\nComposed of `Dialog.Trigger` and `Dialog.Content` sub-components.\nContent can use `DialogContent.Header`, `DialogContent.Body`, and\n`DialogContent.Actions` for structured layouts.\n\nSizes: `small`, `medium`, `large`, `xlarge`, `fullscreen`",
4
+ "package": "@redsift/popovers",
5
+ "filePath": "packages/popovers/src/components/dialog/Dialog.tsx",
6
+ "props": [
7
+ {
8
+ "name": "color",
9
+ "description": "Button color that will be forward to the trigger.",
10
+ "type": "string",
11
+ "required": false,
12
+ "defaultValue": null,
13
+ "category": "props"
14
+ },
15
+ {
16
+ "name": "children",
17
+ "description": "Children. Can only be DialogTrigger and DialogContent.",
18
+ "type": "ReactNode",
19
+ "required": true,
20
+ "defaultValue": null,
21
+ "category": "props"
22
+ },
23
+ {
24
+ "name": "defaultOpen",
25
+ "description": "Default open status.\nUsed for uncontrolled version.",
26
+ "type": [
27
+ "false",
28
+ "true"
29
+ ],
30
+ "required": false,
31
+ "defaultValue": null,
32
+ "category": "props"
33
+ },
34
+ {
35
+ "name": "hasCloseButton",
36
+ "description": "Whether the Close icon button is displayed or not.",
37
+ "type": [
38
+ "false",
39
+ "true"
40
+ ],
41
+ "required": false,
42
+ "defaultValue": "true",
43
+ "category": "props"
44
+ },
45
+ {
46
+ "name": "initialFocus",
47
+ "description": "Which element to initially focus. Can be either a number (tabbable index), a ref to en element, or a shortcut pointing towards a section of the dialog. See the accessibility section in the documentation to know which one to use.",
48
+ "type": [
49
+ "number",
50
+ "MutableRefObject<HTMLElement | null>",
51
+ "\"header\"",
52
+ "\"body\"",
53
+ "\"actions\""
54
+ ],
55
+ "required": false,
56
+ "defaultValue": null,
57
+ "category": "props"
58
+ },
59
+ {
60
+ "name": "isOpen",
61
+ "description": "Whether the component is opened or not.\nUsed for controlled version.",
62
+ "type": [
63
+ "false",
64
+ "true"
65
+ ],
66
+ "required": false,
67
+ "defaultValue": null,
68
+ "category": "props"
69
+ },
70
+ {
71
+ "name": "onOpen",
72
+ "description": "Method to handle component change.",
73
+ "type": "(open: boolean) => void",
74
+ "required": false,
75
+ "defaultValue": null,
76
+ "category": "props"
77
+ },
78
+ {
79
+ "name": "size",
80
+ "description": "Dialog size.",
81
+ "type": [
82
+ "\"small\"",
83
+ "\"medium\"",
84
+ "\"large\"",
85
+ "\"xlarge\"",
86
+ "{ width?: string | undefined; maxWidth?: string | undefined; minWidth?: string | undefined; }"
87
+ ],
88
+ "required": false,
89
+ "defaultValue": "'medium'",
90
+ "category": "props"
91
+ },
92
+ {
93
+ "name": "theme",
94
+ "description": "Theme.",
95
+ "type": [
96
+ "\"light\"",
97
+ "\"dark\""
98
+ ],
99
+ "required": false,
100
+ "defaultValue": null,
101
+ "category": "props"
102
+ },
103
+ {
104
+ "name": "triggerClassName",
105
+ "description": "Class name to append to the trigger.",
106
+ "type": "string",
107
+ "required": false,
108
+ "defaultValue": null,
109
+ "category": "props"
110
+ }
111
+ ],
112
+ "examples": [],
113
+ "tags": {}
114
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "BaseDialogContent",
3
+ "description": "The DialogContent component.",
4
+ "package": "@redsift/popovers",
5
+ "filePath": "packages/popovers/src/components/dialog-content/DialogContent.tsx",
6
+ "props": [
7
+ {
8
+ "name": "theme",
9
+ "description": "Theme.",
10
+ "type": [
11
+ "\"light\"",
12
+ "\"dark\""
13
+ ],
14
+ "required": false,
15
+ "defaultValue": null,
16
+ "category": "props"
17
+ }
18
+ ],
19
+ "examples": [],
20
+ "tags": {}
21
+ }
@@ -0,0 +1,171 @@
1
+ {
2
+ "name": "BasePopover",
3
+ "description": "Popover displays contextual content anchored to a trigger element.\nBuilt on Floating UI for intelligent positioning and collision detection.\n\nUnlike Tooltip (hover-triggered), Popover is click/tap-triggered and\ncan contain interactive content like forms or menus.\n\nPlacements: `top`, `top-start`, `top-end`, `bottom`, `bottom-start`,\n`bottom-end`, `left`, `left-start`, `left-end`, `right`, `right-start`,\n`right-end`",
4
+ "package": "@redsift/popovers",
5
+ "filePath": "packages/popovers/src/components/popover/Popover.tsx",
6
+ "props": [
7
+ {
8
+ "name": "width",
9
+ "description": "Popover content width. Can be either based on the trigger, the available space or define with a number of pixels.",
10
+ "type": [
11
+ "number",
12
+ "\"trigger-width\"",
13
+ "\"available-width\""
14
+ ],
15
+ "required": false,
16
+ "defaultValue": null,
17
+ "category": "props"
18
+ },
19
+ {
20
+ "name": "minWidth",
21
+ "description": "Popover content min width. Can be either based on the trigger, the available space or define with a number of pixels.",
22
+ "type": [
23
+ "number",
24
+ "\"trigger-width\"",
25
+ "\"available-width\""
26
+ ],
27
+ "required": false,
28
+ "defaultValue": null,
29
+ "category": "props"
30
+ },
31
+ {
32
+ "name": "maxWidth",
33
+ "description": "Popover content max width. Can be either based on the trigger, the available space or define with a number of pixels.",
34
+ "type": [
35
+ "number",
36
+ "\"trigger-width\"",
37
+ "\"available-width\""
38
+ ],
39
+ "required": false,
40
+ "defaultValue": null,
41
+ "category": "props"
42
+ },
43
+ {
44
+ "name": "color",
45
+ "description": "Button color that will be forward to the trigger.",
46
+ "type": "string",
47
+ "required": false,
48
+ "defaultValue": null,
49
+ "category": "props"
50
+ },
51
+ {
52
+ "name": "children",
53
+ "description": "Children. Can only be PopoverTrigger and PopoverContent.",
54
+ "type": "ReactNode",
55
+ "required": true,
56
+ "defaultValue": null,
57
+ "category": "props"
58
+ },
59
+ {
60
+ "name": "defaultOpen",
61
+ "description": "Default open status.\nUsed for uncontrolled version.",
62
+ "type": [
63
+ "false",
64
+ "true"
65
+ ],
66
+ "required": false,
67
+ "defaultValue": null,
68
+ "category": "props"
69
+ },
70
+ {
71
+ "name": "placement",
72
+ "description": "Default placement of the popover.",
73
+ "type": [
74
+ "\"top\"",
75
+ "\"right\"",
76
+ "\"bottom\"",
77
+ "\"left\"",
78
+ "\"top-start\"",
79
+ "\"top-end\"",
80
+ "\"right-start\"",
81
+ "\"right-end\"",
82
+ "\"bottom-start\"",
83
+ "\"bottom-end\"",
84
+ "\"left-start\"",
85
+ "\"left-end\""
86
+ ],
87
+ "required": false,
88
+ "defaultValue": "'bottom'",
89
+ "category": "props"
90
+ },
91
+ {
92
+ "name": "isModal",
93
+ "description": "Whether the popover is a modal or not.",
94
+ "type": [
95
+ "false",
96
+ "true"
97
+ ],
98
+ "required": false,
99
+ "defaultValue": "false",
100
+ "category": "props"
101
+ },
102
+ {
103
+ "name": "isOpen",
104
+ "description": "Whether the component is opened or not.\nUsed for controlled version.",
105
+ "type": [
106
+ "false",
107
+ "true"
108
+ ],
109
+ "required": false,
110
+ "defaultValue": null,
111
+ "category": "props"
112
+ },
113
+ {
114
+ "name": "offset",
115
+ "description": "Space between trigger and content (in pixels).",
116
+ "type": "number",
117
+ "required": false,
118
+ "defaultValue": "2",
119
+ "category": "props"
120
+ },
121
+ {
122
+ "name": "onOpen",
123
+ "description": "Method to handle component change.",
124
+ "type": "(open: boolean) => void",
125
+ "required": false,
126
+ "defaultValue": null,
127
+ "category": "props"
128
+ },
129
+ {
130
+ "name": "overrideDisplayName",
131
+ "description": "Allows other components to be treated as trigger and content.",
132
+ "type": "{ content?: string | undefined; trigger?: string | undefined; }",
133
+ "required": false,
134
+ "defaultValue": null,
135
+ "category": "props"
136
+ },
137
+ {
138
+ "name": "role",
139
+ "description": "Role to apply to the popover.",
140
+ "type": [
141
+ "\"dialog\"",
142
+ "\"menu\"",
143
+ "\"listbox\""
144
+ ],
145
+ "required": false,
146
+ "defaultValue": null,
147
+ "category": "props"
148
+ },
149
+ {
150
+ "name": "theme",
151
+ "description": "Theme.",
152
+ "type": [
153
+ "\"light\"",
154
+ "\"dark\""
155
+ ],
156
+ "required": false,
157
+ "defaultValue": null,
158
+ "category": "props"
159
+ },
160
+ {
161
+ "name": "triggerClassName",
162
+ "description": "Class name to append to the trigger.",
163
+ "type": "string",
164
+ "required": false,
165
+ "defaultValue": null,
166
+ "category": "props"
167
+ }
168
+ ],
169
+ "examples": [],
170
+ "tags": {}
171
+ }