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