@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,541 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ComboboxContentListbox",
|
|
3
|
+
"description": "The ComboboxContentListbox component.",
|
|
4
|
+
"package": "@redsift/pickers",
|
|
5
|
+
"filePath": "packages/pickers/src/components/combobox-content-listbox/ComboboxContentListbox.tsx",
|
|
6
|
+
"props": [
|
|
7
|
+
{
|
|
8
|
+
"name": "renderFreeTextItem",
|
|
9
|
+
"description": "",
|
|
10
|
+
"type": [
|
|
11
|
+
"null",
|
|
12
|
+
"string",
|
|
13
|
+
"number",
|
|
14
|
+
"false",
|
|
15
|
+
"true",
|
|
16
|
+
"ReactElement<any, string | JSXElementConstructor<any>>",
|
|
17
|
+
"ReactFragment",
|
|
18
|
+
"ReactPortal",
|
|
19
|
+
"(value?: string | undefined, comboboxState?: ComboboxState | null | undefined, listboxState?: ListboxContextProps | undefined) => ReactNode"
|
|
20
|
+
],
|
|
21
|
+
"required": false,
|
|
22
|
+
"defaultValue": null,
|
|
23
|
+
"category": "props"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "as",
|
|
27
|
+
"description": "Used to use a different tag in lieu of a div.",
|
|
28
|
+
"type": "any",
|
|
29
|
+
"required": false,
|
|
30
|
+
"defaultValue": null,
|
|
31
|
+
"category": "props"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "divider",
|
|
35
|
+
"description": "Whether the flexbox has internal divider or not. The number of pixels defining the gap between columns and rows is mandatory. This replaces the gap property.",
|
|
36
|
+
"type": "{ colGap: number; rowGap: number; }",
|
|
37
|
+
"required": false,
|
|
38
|
+
"defaultValue": null,
|
|
39
|
+
"category": "props"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "theme",
|
|
43
|
+
"description": "Theme.",
|
|
44
|
+
"type": [
|
|
45
|
+
"\"light\"",
|
|
46
|
+
"\"dark\""
|
|
47
|
+
],
|
|
48
|
+
"required": false,
|
|
49
|
+
"defaultValue": null,
|
|
50
|
+
"category": "props"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "flex",
|
|
54
|
+
"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>.",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"required": false,
|
|
57
|
+
"defaultValue": null,
|
|
58
|
+
"category": "layout"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "flexGrow",
|
|
62
|
+
"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>.",
|
|
63
|
+
"type": "number",
|
|
64
|
+
"required": false,
|
|
65
|
+
"defaultValue": null,
|
|
66
|
+
"category": "layout"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "flexShrink",
|
|
70
|
+
"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>.",
|
|
71
|
+
"type": "number",
|
|
72
|
+
"required": false,
|
|
73
|
+
"defaultValue": null,
|
|
74
|
+
"category": "layout"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "flexBasis",
|
|
78
|
+
"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>.",
|
|
79
|
+
"type": "string",
|
|
80
|
+
"required": false,
|
|
81
|
+
"defaultValue": null,
|
|
82
|
+
"category": "layout"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "alignSelf",
|
|
86
|
+
"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>.",
|
|
87
|
+
"type": [
|
|
88
|
+
"\"center\"",
|
|
89
|
+
"\"auto\"",
|
|
90
|
+
"\"normal\"",
|
|
91
|
+
"\"start\"",
|
|
92
|
+
"\"end\"",
|
|
93
|
+
"\"flex-start\"",
|
|
94
|
+
"\"flex-end\"",
|
|
95
|
+
"\"self-start\"",
|
|
96
|
+
"\"self-end\"",
|
|
97
|
+
"\"baseline\"",
|
|
98
|
+
"\"stretch\""
|
|
99
|
+
],
|
|
100
|
+
"required": false,
|
|
101
|
+
"defaultValue": null,
|
|
102
|
+
"category": "layout"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "justifySelf",
|
|
106
|
+
"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>.",
|
|
107
|
+
"type": "string",
|
|
108
|
+
"required": false,
|
|
109
|
+
"defaultValue": null,
|
|
110
|
+
"category": "layout"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "order",
|
|
114
|
+
"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>.",
|
|
115
|
+
"type": "number",
|
|
116
|
+
"required": false,
|
|
117
|
+
"defaultValue": null,
|
|
118
|
+
"category": "layout"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "gridArea",
|
|
122
|
+
"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>.",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"required": false,
|
|
125
|
+
"defaultValue": null,
|
|
126
|
+
"category": "layout"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "gridColumn",
|
|
130
|
+
"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>.",
|
|
131
|
+
"type": "string",
|
|
132
|
+
"required": false,
|
|
133
|
+
"defaultValue": null,
|
|
134
|
+
"category": "layout"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "gridRow",
|
|
138
|
+
"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>.",
|
|
139
|
+
"type": "string",
|
|
140
|
+
"required": false,
|
|
141
|
+
"defaultValue": null,
|
|
142
|
+
"category": "layout"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "gridColumnStart",
|
|
146
|
+
"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>.",
|
|
147
|
+
"type": "string",
|
|
148
|
+
"required": false,
|
|
149
|
+
"defaultValue": null,
|
|
150
|
+
"category": "layout"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "gridColumnEnd",
|
|
154
|
+
"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>.",
|
|
155
|
+
"type": "string",
|
|
156
|
+
"required": false,
|
|
157
|
+
"defaultValue": null,
|
|
158
|
+
"category": "layout"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "gridRowStart",
|
|
162
|
+
"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>.",
|
|
163
|
+
"type": "string",
|
|
164
|
+
"required": false,
|
|
165
|
+
"defaultValue": null,
|
|
166
|
+
"category": "layout"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "gridRowEnd",
|
|
170
|
+
"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>.",
|
|
171
|
+
"type": "string",
|
|
172
|
+
"required": false,
|
|
173
|
+
"defaultValue": null,
|
|
174
|
+
"category": "layout"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "margin",
|
|
178
|
+
"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>.",
|
|
179
|
+
"type": "string",
|
|
180
|
+
"required": false,
|
|
181
|
+
"defaultValue": null,
|
|
182
|
+
"category": "spacing"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "marginBottom",
|
|
186
|
+
"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>.",
|
|
187
|
+
"type": "string",
|
|
188
|
+
"required": false,
|
|
189
|
+
"defaultValue": null,
|
|
190
|
+
"category": "spacing"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "marginLeft",
|
|
194
|
+
"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>.",
|
|
195
|
+
"type": "string",
|
|
196
|
+
"required": false,
|
|
197
|
+
"defaultValue": null,
|
|
198
|
+
"category": "spacing"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "marginRight",
|
|
202
|
+
"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>.",
|
|
203
|
+
"type": "string",
|
|
204
|
+
"required": false,
|
|
205
|
+
"defaultValue": null,
|
|
206
|
+
"category": "spacing"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "marginTop",
|
|
210
|
+
"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>.",
|
|
211
|
+
"type": "string",
|
|
212
|
+
"required": false,
|
|
213
|
+
"defaultValue": null,
|
|
214
|
+
"category": "spacing"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "height",
|
|
218
|
+
"description": "The height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/height\">MDN</a>.",
|
|
219
|
+
"type": [
|
|
220
|
+
"string",
|
|
221
|
+
"number"
|
|
222
|
+
],
|
|
223
|
+
"required": false,
|
|
224
|
+
"defaultValue": null,
|
|
225
|
+
"category": "sizing"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "maxHeight",
|
|
229
|
+
"description": "The maximum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-height\">MDN</a>.",
|
|
230
|
+
"type": "string",
|
|
231
|
+
"required": false,
|
|
232
|
+
"defaultValue": null,
|
|
233
|
+
"category": "sizing"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "maxWidth",
|
|
237
|
+
"description": "The maximum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-width\">MDN</a>.",
|
|
238
|
+
"type": "string",
|
|
239
|
+
"required": false,
|
|
240
|
+
"defaultValue": null,
|
|
241
|
+
"category": "sizing"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "minHeight",
|
|
245
|
+
"description": "The minimum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-height\">MDN</a>.",
|
|
246
|
+
"type": "string",
|
|
247
|
+
"required": false,
|
|
248
|
+
"defaultValue": null,
|
|
249
|
+
"category": "sizing"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "minWidth",
|
|
253
|
+
"description": "The minimum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-width\">MDN</a>.",
|
|
254
|
+
"type": "string",
|
|
255
|
+
"required": false,
|
|
256
|
+
"defaultValue": null,
|
|
257
|
+
"category": "sizing"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "width",
|
|
261
|
+
"description": "The width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/width\">MDN</a>.",
|
|
262
|
+
"type": [
|
|
263
|
+
"string",
|
|
264
|
+
"number"
|
|
265
|
+
],
|
|
266
|
+
"required": false,
|
|
267
|
+
"defaultValue": null,
|
|
268
|
+
"category": "sizing"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "position",
|
|
272
|
+
"description": "Specifies how the element is positioned. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/position\">MDN</a>.",
|
|
273
|
+
"type": "string",
|
|
274
|
+
"required": false,
|
|
275
|
+
"defaultValue": null,
|
|
276
|
+
"category": "positioning"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "top",
|
|
280
|
+
"description": "The top position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/top\">MDN</a>.",
|
|
281
|
+
"type": "string",
|
|
282
|
+
"required": false,
|
|
283
|
+
"defaultValue": null,
|
|
284
|
+
"category": "positioning"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "bottom",
|
|
288
|
+
"description": "The bottom position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/bottom\">MDN</a>.",
|
|
289
|
+
"type": "string",
|
|
290
|
+
"required": false,
|
|
291
|
+
"defaultValue": null,
|
|
292
|
+
"category": "positioning"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "left",
|
|
296
|
+
"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.",
|
|
297
|
+
"type": "string",
|
|
298
|
+
"required": false,
|
|
299
|
+
"defaultValue": null,
|
|
300
|
+
"category": "positioning"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "right",
|
|
304
|
+
"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.",
|
|
305
|
+
"type": "string",
|
|
306
|
+
"required": false,
|
|
307
|
+
"defaultValue": null,
|
|
308
|
+
"category": "positioning"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "zIndex",
|
|
312
|
+
"description": "The stacking order for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/z-index\">MDN</a>.",
|
|
313
|
+
"type": "string",
|
|
314
|
+
"required": false,
|
|
315
|
+
"defaultValue": null,
|
|
316
|
+
"category": "positioning"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "padding",
|
|
320
|
+
"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>.",
|
|
321
|
+
"type": "string",
|
|
322
|
+
"required": false,
|
|
323
|
+
"defaultValue": null,
|
|
324
|
+
"category": "spacing"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "paddingBottom",
|
|
328
|
+
"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>.",
|
|
329
|
+
"type": "string",
|
|
330
|
+
"required": false,
|
|
331
|
+
"defaultValue": null,
|
|
332
|
+
"category": "spacing"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "paddingLeft",
|
|
336
|
+
"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>.",
|
|
337
|
+
"type": "string",
|
|
338
|
+
"required": false,
|
|
339
|
+
"defaultValue": null,
|
|
340
|
+
"category": "spacing"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "paddingRight",
|
|
344
|
+
"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>.",
|
|
345
|
+
"type": "string",
|
|
346
|
+
"required": false,
|
|
347
|
+
"defaultValue": null,
|
|
348
|
+
"category": "spacing"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "paddingTop",
|
|
352
|
+
"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>.",
|
|
353
|
+
"type": "string",
|
|
354
|
+
"required": false,
|
|
355
|
+
"defaultValue": null,
|
|
356
|
+
"category": "spacing"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "alignContent",
|
|
360
|
+
"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>.",
|
|
361
|
+
"type": [
|
|
362
|
+
"\"center\"",
|
|
363
|
+
"\"start\"",
|
|
364
|
+
"\"end\"",
|
|
365
|
+
"\"flex-start\"",
|
|
366
|
+
"\"flex-end\"",
|
|
367
|
+
"\"baseline\"",
|
|
368
|
+
"\"stretch\"",
|
|
369
|
+
"\"space-between\"",
|
|
370
|
+
"\"space-around\"",
|
|
371
|
+
"\"space-evenly\"",
|
|
372
|
+
"\"first baseline\"",
|
|
373
|
+
"\"last baseline\""
|
|
374
|
+
],
|
|
375
|
+
"required": false,
|
|
376
|
+
"defaultValue": null,
|
|
377
|
+
"category": "layout"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "alignItems",
|
|
381
|
+
"description": "The alignment of children within their container. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/align-items\">MDN</a>.",
|
|
382
|
+
"type": [
|
|
383
|
+
"\"center\"",
|
|
384
|
+
"\"start\"",
|
|
385
|
+
"\"end\"",
|
|
386
|
+
"\"flex-start\"",
|
|
387
|
+
"\"flex-end\"",
|
|
388
|
+
"\"self-start\"",
|
|
389
|
+
"\"self-end\"",
|
|
390
|
+
"\"baseline\"",
|
|
391
|
+
"\"stretch\"",
|
|
392
|
+
"\"first baseline\"",
|
|
393
|
+
"\"last baseline\""
|
|
394
|
+
],
|
|
395
|
+
"required": false,
|
|
396
|
+
"defaultValue": null,
|
|
397
|
+
"category": "layout"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "flexDirection",
|
|
401
|
+
"description": "The direction in which to layout children. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction\">MDN</a>.",
|
|
402
|
+
"type": [
|
|
403
|
+
"\"row\"",
|
|
404
|
+
"\"row-reverse\"",
|
|
405
|
+
"\"column\"",
|
|
406
|
+
"\"column-reverse\""
|
|
407
|
+
],
|
|
408
|
+
"required": false,
|
|
409
|
+
"defaultValue": null,
|
|
410
|
+
"category": "layout"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "flexWrap",
|
|
414
|
+
"description": "Whether to wrap items onto multiple lines. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap\">MDN</a>.",
|
|
415
|
+
"type": [
|
|
416
|
+
"\"nowrap\"",
|
|
417
|
+
"\"wrap\"",
|
|
418
|
+
"\"wrap-reverse\""
|
|
419
|
+
],
|
|
420
|
+
"required": false,
|
|
421
|
+
"defaultValue": null,
|
|
422
|
+
"category": "layout"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "gap",
|
|
426
|
+
"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>.",
|
|
427
|
+
"type": "string",
|
|
428
|
+
"required": false,
|
|
429
|
+
"defaultValue": null,
|
|
430
|
+
"category": "layout"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "inline",
|
|
434
|
+
"description": "Whether the box is displayed inline or not. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/display\">MDN</a>.",
|
|
435
|
+
"type": [
|
|
436
|
+
"false",
|
|
437
|
+
"true"
|
|
438
|
+
],
|
|
439
|
+
"required": false,
|
|
440
|
+
"defaultValue": null,
|
|
441
|
+
"category": "layout"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "justifyContent",
|
|
445
|
+
"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>.",
|
|
446
|
+
"type": [
|
|
447
|
+
"\"center\"",
|
|
448
|
+
"\"start\"",
|
|
449
|
+
"\"end\"",
|
|
450
|
+
"\"flex-start\"",
|
|
451
|
+
"\"flex-end\"",
|
|
452
|
+
"\"baseline\"",
|
|
453
|
+
"\"stretch\"",
|
|
454
|
+
"\"left\"",
|
|
455
|
+
"\"right\"",
|
|
456
|
+
"\"space-between\"",
|
|
457
|
+
"\"space-around\"",
|
|
458
|
+
"\"space-evenly\"",
|
|
459
|
+
"\"first baseline\"",
|
|
460
|
+
"\"last baseline\""
|
|
461
|
+
],
|
|
462
|
+
"required": false,
|
|
463
|
+
"defaultValue": null,
|
|
464
|
+
"category": "layout"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "background",
|
|
468
|
+
"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>.",
|
|
469
|
+
"type": "string",
|
|
470
|
+
"required": false,
|
|
471
|
+
"defaultValue": null,
|
|
472
|
+
"category": "props"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "backgroundColor",
|
|
476
|
+
"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>.",
|
|
477
|
+
"type": "string",
|
|
478
|
+
"required": false,
|
|
479
|
+
"defaultValue": null,
|
|
480
|
+
"category": "props"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "border",
|
|
484
|
+
"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>.",
|
|
485
|
+
"type": "string",
|
|
486
|
+
"required": false,
|
|
487
|
+
"defaultValue": null,
|
|
488
|
+
"category": "props"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "borderTop",
|
|
492
|
+
"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>.",
|
|
493
|
+
"type": "string",
|
|
494
|
+
"required": false,
|
|
495
|
+
"defaultValue": null,
|
|
496
|
+
"category": "props"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "borderBottom",
|
|
500
|
+
"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>.",
|
|
501
|
+
"type": "string",
|
|
502
|
+
"required": false,
|
|
503
|
+
"defaultValue": null,
|
|
504
|
+
"category": "props"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "borderLeft",
|
|
508
|
+
"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.",
|
|
509
|
+
"type": "string",
|
|
510
|
+
"required": false,
|
|
511
|
+
"defaultValue": null,
|
|
512
|
+
"category": "props"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "borderRight",
|
|
516
|
+
"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.",
|
|
517
|
+
"type": "string",
|
|
518
|
+
"required": false,
|
|
519
|
+
"defaultValue": null,
|
|
520
|
+
"category": "props"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "borderRadius",
|
|
524
|
+
"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>.",
|
|
525
|
+
"type": "string",
|
|
526
|
+
"required": false,
|
|
527
|
+
"defaultValue": null,
|
|
528
|
+
"category": "props"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "boxShadow",
|
|
532
|
+
"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>.",
|
|
533
|
+
"type": "string",
|
|
534
|
+
"required": false,
|
|
535
|
+
"defaultValue": null,
|
|
536
|
+
"category": "props"
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
"examples": [],
|
|
540
|
+
"tags": {}
|
|
541
|
+
}
|