@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,753 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "RenderedLineChart",
|
|
3
|
+
"description": "",
|
|
4
|
+
"package": "@redsift/charts",
|
|
5
|
+
"filePath": "packages/charts/src/components/LineChart/RenderedLineChart.tsx",
|
|
6
|
+
"props": [
|
|
7
|
+
{
|
|
8
|
+
"name": "data",
|
|
9
|
+
"description": "Dataset to use to generate the chart.",
|
|
10
|
+
"type": "TwoCategoryData",
|
|
11
|
+
"required": false,
|
|
12
|
+
"defaultValue": null,
|
|
13
|
+
"category": "props"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "title",
|
|
17
|
+
"description": "Title.",
|
|
18
|
+
"type": [
|
|
19
|
+
"string",
|
|
20
|
+
"ReactElement<any, string | JSXElementConstructor<any>>"
|
|
21
|
+
],
|
|
22
|
+
"required": false,
|
|
23
|
+
"defaultValue": null,
|
|
24
|
+
"category": "props"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "id",
|
|
28
|
+
"description": "Id.",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"required": false,
|
|
31
|
+
"defaultValue": null,
|
|
32
|
+
"category": "props"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "onReset",
|
|
36
|
+
"description": "Method called when the Reset button is displayed (defines whether or not the button should be displayed).",
|
|
37
|
+
"type": "() => void",
|
|
38
|
+
"required": false,
|
|
39
|
+
"defaultValue": null,
|
|
40
|
+
"category": "props"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "alignContent",
|
|
44
|
+
"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>.",
|
|
45
|
+
"type": [
|
|
46
|
+
"\"center\"",
|
|
47
|
+
"\"flex-start\"",
|
|
48
|
+
"\"flex-end\"",
|
|
49
|
+
"\"space-between\"",
|
|
50
|
+
"\"space-around\"",
|
|
51
|
+
"\"space-evenly\"",
|
|
52
|
+
"\"stretch\"",
|
|
53
|
+
"\"start\"",
|
|
54
|
+
"\"end\"",
|
|
55
|
+
"\"baseline\"",
|
|
56
|
+
"\"first baseline\"",
|
|
57
|
+
"\"last baseline\""
|
|
58
|
+
],
|
|
59
|
+
"required": false,
|
|
60
|
+
"defaultValue": null,
|
|
61
|
+
"category": "layout"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "alignItems",
|
|
65
|
+
"description": "The alignment of children within their container. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/align-items\">MDN</a>.",
|
|
66
|
+
"type": [
|
|
67
|
+
"\"center\"",
|
|
68
|
+
"\"flex-start\"",
|
|
69
|
+
"\"flex-end\"",
|
|
70
|
+
"\"stretch\"",
|
|
71
|
+
"\"start\"",
|
|
72
|
+
"\"end\"",
|
|
73
|
+
"\"baseline\"",
|
|
74
|
+
"\"first baseline\"",
|
|
75
|
+
"\"last baseline\"",
|
|
76
|
+
"\"self-start\"",
|
|
77
|
+
"\"self-end\""
|
|
78
|
+
],
|
|
79
|
+
"required": false,
|
|
80
|
+
"defaultValue": null,
|
|
81
|
+
"category": "layout"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "flexDirection",
|
|
85
|
+
"description": "The direction in which to layout children. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction\">MDN</a>.",
|
|
86
|
+
"type": [
|
|
87
|
+
"\"row\"",
|
|
88
|
+
"\"row-reverse\"",
|
|
89
|
+
"\"column\"",
|
|
90
|
+
"\"column-reverse\""
|
|
91
|
+
],
|
|
92
|
+
"required": false,
|
|
93
|
+
"defaultValue": null,
|
|
94
|
+
"category": "layout"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "flexWrap",
|
|
98
|
+
"description": "Whether to wrap items onto multiple lines. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap\">MDN</a>.",
|
|
99
|
+
"type": [
|
|
100
|
+
"\"nowrap\"",
|
|
101
|
+
"\"wrap\"",
|
|
102
|
+
"\"wrap-reverse\""
|
|
103
|
+
],
|
|
104
|
+
"required": false,
|
|
105
|
+
"defaultValue": null,
|
|
106
|
+
"category": "layout"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "gap",
|
|
110
|
+
"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>.",
|
|
111
|
+
"type": "string",
|
|
112
|
+
"required": false,
|
|
113
|
+
"defaultValue": null,
|
|
114
|
+
"category": "layout"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "justifyContent",
|
|
118
|
+
"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>.",
|
|
119
|
+
"type": [
|
|
120
|
+
"\"center\"",
|
|
121
|
+
"\"left\"",
|
|
122
|
+
"\"right\"",
|
|
123
|
+
"\"flex-start\"",
|
|
124
|
+
"\"flex-end\"",
|
|
125
|
+
"\"space-between\"",
|
|
126
|
+
"\"space-around\"",
|
|
127
|
+
"\"space-evenly\"",
|
|
128
|
+
"\"stretch\"",
|
|
129
|
+
"\"start\"",
|
|
130
|
+
"\"end\"",
|
|
131
|
+
"\"baseline\"",
|
|
132
|
+
"\"first baseline\"",
|
|
133
|
+
"\"last baseline\""
|
|
134
|
+
],
|
|
135
|
+
"required": false,
|
|
136
|
+
"defaultValue": null,
|
|
137
|
+
"category": "layout"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "gridAutoColumns",
|
|
141
|
+
"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>.",
|
|
142
|
+
"type": "string",
|
|
143
|
+
"required": false,
|
|
144
|
+
"defaultValue": null,
|
|
145
|
+
"category": "layout"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "gridAutoRows",
|
|
149
|
+
"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>.",
|
|
150
|
+
"type": "string",
|
|
151
|
+
"required": false,
|
|
152
|
+
"defaultValue": null,
|
|
153
|
+
"category": "layout"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "gridTemplateAreas",
|
|
157
|
+
"description": "Defines named grid areas. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas\">MDN</a>.",
|
|
158
|
+
"type": "string",
|
|
159
|
+
"required": false,
|
|
160
|
+
"defaultValue": null,
|
|
161
|
+
"category": "layout"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "gridTemplateColumns",
|
|
165
|
+
"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>.",
|
|
166
|
+
"type": "string",
|
|
167
|
+
"required": false,
|
|
168
|
+
"defaultValue": null,
|
|
169
|
+
"category": "layout"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "gridTemplateRows",
|
|
173
|
+
"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>.",
|
|
174
|
+
"type": "string",
|
|
175
|
+
"required": false,
|
|
176
|
+
"defaultValue": null,
|
|
177
|
+
"category": "layout"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "justifyItems",
|
|
181
|
+
"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>.",
|
|
182
|
+
"type": [
|
|
183
|
+
"\"center\"",
|
|
184
|
+
"\"stretch\"",
|
|
185
|
+
"\"start\"",
|
|
186
|
+
"\"end\""
|
|
187
|
+
],
|
|
188
|
+
"required": false,
|
|
189
|
+
"defaultValue": null,
|
|
190
|
+
"category": "layout"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "dotRole",
|
|
194
|
+
"description": "Dot role. If an onClick is provided, the dots will have the role `button`. For a navigation link, please use `getDotAnchorProps` instead.",
|
|
195
|
+
"type": [
|
|
196
|
+
"\"button\"",
|
|
197
|
+
"\"img\"",
|
|
198
|
+
"\"link\"",
|
|
199
|
+
"\"option\""
|
|
200
|
+
],
|
|
201
|
+
"required": false,
|
|
202
|
+
"defaultValue": null,
|
|
203
|
+
"category": "props"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "emptyComponent",
|
|
207
|
+
"description": "Component to use if the chart is empty (replacing the default one).",
|
|
208
|
+
"type": "ReactNode",
|
|
209
|
+
"required": false,
|
|
210
|
+
"defaultValue": null,
|
|
211
|
+
"category": "props"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "getDotAnchorProps",
|
|
215
|
+
"description": "Method used to define the anchor props to use when the dot is a navigation link.",
|
|
216
|
+
"type": "(datum: DotDatum) => AnchorProps",
|
|
217
|
+
"required": false,
|
|
218
|
+
"defaultValue": null,
|
|
219
|
+
"category": "props"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "isDotSelected",
|
|
223
|
+
"description": "Method to determine whether a dot is selected or not.",
|
|
224
|
+
"type": "(datum: DotDatum) => boolean | undefined",
|
|
225
|
+
"required": false,
|
|
226
|
+
"defaultValue": null,
|
|
227
|
+
"category": "props"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "labelDecorator",
|
|
231
|
+
"description": "Method to override the data point labels.",
|
|
232
|
+
"type": "(datum: DotDatum, props?: { index?: number | undefined; isSelected?: boolean | undefined; color?: string | undefined; } | undefined) => string | ReactElement<any, string | JSXElementConstructor<any>>",
|
|
233
|
+
"required": false,
|
|
234
|
+
"defaultValue": null,
|
|
235
|
+
"category": "props"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "legendDecorator",
|
|
239
|
+
"description": "Method modifying what's displayed within the legend when the legendVariant is \"custom\".",
|
|
240
|
+
"type": "(datum: DotDatum, props?: { index?: number | undefined; isSelected?: boolean | undefined; color?: string | undefined; } | undefined) => string | ReactElement<any, string | JSXElementConstructor<any>>",
|
|
241
|
+
"required": false,
|
|
242
|
+
"defaultValue": null,
|
|
243
|
+
"category": "props"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "legendVariant",
|
|
247
|
+
"description": "Define whether the labels should be displayed inside or outside the charts and if they should contain raw or percentage values. If set to \"custom\", use `legendDecorator` to customize it.",
|
|
248
|
+
"type": [
|
|
249
|
+
"\"none\"",
|
|
250
|
+
"\"externalLabel\"",
|
|
251
|
+
"\"externalLabelValue\"",
|
|
252
|
+
"\"externalLabelPercent\"",
|
|
253
|
+
"\"custom\""
|
|
254
|
+
],
|
|
255
|
+
"required": false,
|
|
256
|
+
"defaultValue": null,
|
|
257
|
+
"category": "props"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "legendProps",
|
|
261
|
+
"description": "Props to forward to the Legend block. Can be used to make the legend selectable.",
|
|
262
|
+
"type": "Omit<LegendProps, \"ref\" | \"data\" | \"width\" | \"variant\"> & { extraLegendItems?: Statistics | undefined; }",
|
|
263
|
+
"required": false,
|
|
264
|
+
"defaultValue": null,
|
|
265
|
+
"category": "props"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "localeText",
|
|
269
|
+
"description": "Labels and texts.",
|
|
270
|
+
"type": "LocaleText",
|
|
271
|
+
"required": false,
|
|
272
|
+
"defaultValue": null,
|
|
273
|
+
"category": "props"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "margins",
|
|
277
|
+
"description": "Custom margins, used to give more space for axes labels and legend for instance.",
|
|
278
|
+
"type": "MarginProps",
|
|
279
|
+
"required": false,
|
|
280
|
+
"defaultValue": null,
|
|
281
|
+
"category": "props"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "onDotClick",
|
|
285
|
+
"description": "Method to be called on a click on a dot. For a navigation link, please use `getDotAnchorProps` instead.",
|
|
286
|
+
"type": "(datum: DotDatum) => void",
|
|
287
|
+
"required": false,
|
|
288
|
+
"defaultValue": null,
|
|
289
|
+
"category": "props"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "size",
|
|
293
|
+
"description": "LineChart size.",
|
|
294
|
+
"type": [
|
|
295
|
+
"\"small\"",
|
|
296
|
+
"\"medium\"",
|
|
297
|
+
"\"large\"",
|
|
298
|
+
"LineChartDimensions"
|
|
299
|
+
],
|
|
300
|
+
"required": false,
|
|
301
|
+
"defaultValue": null,
|
|
302
|
+
"category": "props"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "sortingMethod",
|
|
306
|
+
"description": "Define how to sort categories.",
|
|
307
|
+
"type": [
|
|
308
|
+
"\"none\"",
|
|
309
|
+
"\"asc-key\"",
|
|
310
|
+
"\"desc-key\"",
|
|
311
|
+
"\"asc-value\"",
|
|
312
|
+
"\"desc-value\"",
|
|
313
|
+
"string[]",
|
|
314
|
+
"(a: CategoryDatum, b: CategoryDatum) => 1 | -1"
|
|
315
|
+
],
|
|
316
|
+
"required": false,
|
|
317
|
+
"defaultValue": null,
|
|
318
|
+
"category": "props"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "svgRef",
|
|
322
|
+
"description": "Reference to the SVG tag.",
|
|
323
|
+
"type": "MutableRefObject<SVGSVGElement>",
|
|
324
|
+
"required": false,
|
|
325
|
+
"defaultValue": null,
|
|
326
|
+
"category": "props"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "colorTheme",
|
|
330
|
+
"description": "Color palette to use. You can choose among the list of available color palette or also choose to use the success/warning/danger theme for which you have to specify which key corresponds to which status.",
|
|
331
|
+
"type": [
|
|
332
|
+
"\"default\"",
|
|
333
|
+
"\"dark\"",
|
|
334
|
+
"\"darker\"",
|
|
335
|
+
"\"darkerer\"",
|
|
336
|
+
"\"light\"",
|
|
337
|
+
"\"lighter\"",
|
|
338
|
+
"\"lighterer\"",
|
|
339
|
+
"\"monochrome\"",
|
|
340
|
+
"SuccessDangerColorTheme",
|
|
341
|
+
"CustomColorTheme"
|
|
342
|
+
],
|
|
343
|
+
"required": false,
|
|
344
|
+
"defaultValue": null,
|
|
345
|
+
"category": "props"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"name": "tooltipDecorator",
|
|
349
|
+
"description": "Method modifying what's displayed within the tooltip when the tooltipVariant is \"custom\".",
|
|
350
|
+
"type": "(data: DotDatum, props?: { index?: number | undefined; isSelected?: boolean | undefined; color?: string | undefined; } | undefined) => string | ReactElement<any, string | JSXElementConstructor<any>>",
|
|
351
|
+
"required": false,
|
|
352
|
+
"defaultValue": null,
|
|
353
|
+
"category": "props"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "tooltipVariant",
|
|
357
|
+
"description": "Tooltip variant.",
|
|
358
|
+
"type": "string",
|
|
359
|
+
"required": false,
|
|
360
|
+
"defaultValue": null,
|
|
361
|
+
"category": "props"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "theme",
|
|
365
|
+
"description": "Theme.",
|
|
366
|
+
"type": [
|
|
367
|
+
"\"dark\"",
|
|
368
|
+
"\"light\""
|
|
369
|
+
],
|
|
370
|
+
"required": false,
|
|
371
|
+
"defaultValue": null,
|
|
372
|
+
"category": "props"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "chartProps",
|
|
376
|
+
"description": "Native HTML props to pass to the chart.",
|
|
377
|
+
"type": "DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>",
|
|
378
|
+
"required": false,
|
|
379
|
+
"defaultValue": null,
|
|
380
|
+
"category": "props"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "chartRef",
|
|
384
|
+
"description": "Ref to the chart.",
|
|
385
|
+
"type": "RefObject<HTMLDivElement>",
|
|
386
|
+
"required": false,
|
|
387
|
+
"defaultValue": null,
|
|
388
|
+
"category": "props"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "description",
|
|
392
|
+
"description": "Description.",
|
|
393
|
+
"type": [
|
|
394
|
+
"string",
|
|
395
|
+
"ReactElement<any, string | JSXElementConstructor<any>>"
|
|
396
|
+
],
|
|
397
|
+
"required": false,
|
|
398
|
+
"defaultValue": null,
|
|
399
|
+
"category": "props"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "descriptionPosition",
|
|
403
|
+
"description": "Whether the description should be placed below the title or below the chart.",
|
|
404
|
+
"type": [
|
|
405
|
+
"\"belowTitle\"",
|
|
406
|
+
"\"belowChart\""
|
|
407
|
+
],
|
|
408
|
+
"required": false,
|
|
409
|
+
"defaultValue": null,
|
|
410
|
+
"category": "props"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "disableAnimations",
|
|
414
|
+
"description": "Disable animations.",
|
|
415
|
+
"type": [
|
|
416
|
+
"false",
|
|
417
|
+
"true"
|
|
418
|
+
],
|
|
419
|
+
"required": false,
|
|
420
|
+
"defaultValue": null,
|
|
421
|
+
"category": "props"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "descriptionForAssistiveTechnology",
|
|
425
|
+
"description": "Description that won't be visually displayed but will be used for assistive technology. If you want to display the description, use `description` instead.",
|
|
426
|
+
"type": "string",
|
|
427
|
+
"required": false,
|
|
428
|
+
"defaultValue": null,
|
|
429
|
+
"category": "props"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "mode",
|
|
433
|
+
"description": "Whether the chart is static or interactive.",
|
|
434
|
+
"type": "string",
|
|
435
|
+
"required": false,
|
|
436
|
+
"defaultValue": null,
|
|
437
|
+
"category": "props"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "definition",
|
|
441
|
+
"description": "Small text explaining which kind of chart is presenting and what's its basic composition.",
|
|
442
|
+
"type": "string",
|
|
443
|
+
"required": false,
|
|
444
|
+
"defaultValue": null,
|
|
445
|
+
"category": "props"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "xAxisDefinition",
|
|
449
|
+
"description": "Small text explaining the basic composition of the x-axis, if any.",
|
|
450
|
+
"type": "string",
|
|
451
|
+
"required": false,
|
|
452
|
+
"defaultValue": null,
|
|
453
|
+
"category": "props"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "yAxisDefinition",
|
|
457
|
+
"description": "Small text explaining the basic composition of the y-axis, if any.",
|
|
458
|
+
"type": "string",
|
|
459
|
+
"required": false,
|
|
460
|
+
"defaultValue": null,
|
|
461
|
+
"category": "props"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "interactionExplanation",
|
|
465
|
+
"description": "Small text explaining how the chart is interactive, if any.",
|
|
466
|
+
"type": "string",
|
|
467
|
+
"required": false,
|
|
468
|
+
"defaultValue": null,
|
|
469
|
+
"category": "props"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "dataTableRepresentation",
|
|
473
|
+
"description": "Table representation of the chart.",
|
|
474
|
+
"type": "{ header: ReactElement<any, string | JSXElementConstructor<any>>; body: ReactElement<any, string | JSXElementConstructor<any>>; }",
|
|
475
|
+
"required": false,
|
|
476
|
+
"defaultValue": null,
|
|
477
|
+
"category": "props"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "display",
|
|
481
|
+
"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>.",
|
|
482
|
+
"type": [
|
|
483
|
+
"\"inline\"",
|
|
484
|
+
"\"inherit\"",
|
|
485
|
+
"\"grid\"",
|
|
486
|
+
"\"block\"",
|
|
487
|
+
"\"inline-block\"",
|
|
488
|
+
"\"flex\"",
|
|
489
|
+
"\"inline-flex\"",
|
|
490
|
+
"\"inline-grid\""
|
|
491
|
+
],
|
|
492
|
+
"required": false,
|
|
493
|
+
"defaultValue": null,
|
|
494
|
+
"category": "props"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "margin",
|
|
498
|
+
"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>.",
|
|
499
|
+
"type": "string",
|
|
500
|
+
"required": false,
|
|
501
|
+
"defaultValue": null,
|
|
502
|
+
"category": "spacing"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "marginBottom",
|
|
506
|
+
"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>.",
|
|
507
|
+
"type": "string",
|
|
508
|
+
"required": false,
|
|
509
|
+
"defaultValue": null,
|
|
510
|
+
"category": "spacing"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "marginLeft",
|
|
514
|
+
"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>.",
|
|
515
|
+
"type": "string",
|
|
516
|
+
"required": false,
|
|
517
|
+
"defaultValue": null,
|
|
518
|
+
"category": "spacing"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "marginRight",
|
|
522
|
+
"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>.",
|
|
523
|
+
"type": "string",
|
|
524
|
+
"required": false,
|
|
525
|
+
"defaultValue": null,
|
|
526
|
+
"category": "spacing"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "marginTop",
|
|
530
|
+
"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>.",
|
|
531
|
+
"type": "string",
|
|
532
|
+
"required": false,
|
|
533
|
+
"defaultValue": null,
|
|
534
|
+
"category": "spacing"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "height",
|
|
538
|
+
"description": "The height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/height\">MDN</a>.",
|
|
539
|
+
"type": [
|
|
540
|
+
"string",
|
|
541
|
+
"number"
|
|
542
|
+
],
|
|
543
|
+
"required": false,
|
|
544
|
+
"defaultValue": null,
|
|
545
|
+
"category": "sizing"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"name": "maxHeight",
|
|
549
|
+
"description": "The maximum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-height\">MDN</a>.",
|
|
550
|
+
"type": "string",
|
|
551
|
+
"required": false,
|
|
552
|
+
"defaultValue": null,
|
|
553
|
+
"category": "sizing"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "maxWidth",
|
|
557
|
+
"description": "The maximum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-width\">MDN</a>.",
|
|
558
|
+
"type": "string",
|
|
559
|
+
"required": false,
|
|
560
|
+
"defaultValue": null,
|
|
561
|
+
"category": "sizing"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "minHeight",
|
|
565
|
+
"description": "The minimum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-height\">MDN</a>.",
|
|
566
|
+
"type": "string",
|
|
567
|
+
"required": false,
|
|
568
|
+
"defaultValue": null,
|
|
569
|
+
"category": "sizing"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "minWidth",
|
|
573
|
+
"description": "The minimum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-width\">MDN</a>.",
|
|
574
|
+
"type": "string",
|
|
575
|
+
"required": false,
|
|
576
|
+
"defaultValue": null,
|
|
577
|
+
"category": "sizing"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "width",
|
|
581
|
+
"description": "The width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/width\">MDN</a>.",
|
|
582
|
+
"type": [
|
|
583
|
+
"string",
|
|
584
|
+
"number"
|
|
585
|
+
],
|
|
586
|
+
"required": false,
|
|
587
|
+
"defaultValue": null,
|
|
588
|
+
"category": "sizing"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "position",
|
|
592
|
+
"description": "Specifies how the element is positioned. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/position\">MDN</a>.",
|
|
593
|
+
"type": "string",
|
|
594
|
+
"required": false,
|
|
595
|
+
"defaultValue": null,
|
|
596
|
+
"category": "positioning"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "top",
|
|
600
|
+
"description": "The top position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/top\">MDN</a>.",
|
|
601
|
+
"type": "string",
|
|
602
|
+
"required": false,
|
|
603
|
+
"defaultValue": null,
|
|
604
|
+
"category": "positioning"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "bottom",
|
|
608
|
+
"description": "The bottom position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/bottom\">MDN</a>.",
|
|
609
|
+
"type": "string",
|
|
610
|
+
"required": false,
|
|
611
|
+
"defaultValue": null,
|
|
612
|
+
"category": "positioning"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "left",
|
|
616
|
+
"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.",
|
|
617
|
+
"type": "string",
|
|
618
|
+
"required": false,
|
|
619
|
+
"defaultValue": null,
|
|
620
|
+
"category": "positioning"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "right",
|
|
624
|
+
"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.",
|
|
625
|
+
"type": "string",
|
|
626
|
+
"required": false,
|
|
627
|
+
"defaultValue": null,
|
|
628
|
+
"category": "positioning"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "zIndex",
|
|
632
|
+
"description": "The stacking order for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/z-index\">MDN</a>.",
|
|
633
|
+
"type": "string",
|
|
634
|
+
"required": false,
|
|
635
|
+
"defaultValue": null,
|
|
636
|
+
"category": "positioning"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "background",
|
|
640
|
+
"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>.",
|
|
641
|
+
"type": "string",
|
|
642
|
+
"required": false,
|
|
643
|
+
"defaultValue": null,
|
|
644
|
+
"category": "props"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "backgroundColor",
|
|
648
|
+
"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>.",
|
|
649
|
+
"type": "string",
|
|
650
|
+
"required": false,
|
|
651
|
+
"defaultValue": null,
|
|
652
|
+
"category": "props"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "border",
|
|
656
|
+
"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>.",
|
|
657
|
+
"type": "string",
|
|
658
|
+
"required": false,
|
|
659
|
+
"defaultValue": null,
|
|
660
|
+
"category": "props"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "borderTop",
|
|
664
|
+
"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>.",
|
|
665
|
+
"type": "string",
|
|
666
|
+
"required": false,
|
|
667
|
+
"defaultValue": null,
|
|
668
|
+
"category": "props"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "borderBottom",
|
|
672
|
+
"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>.",
|
|
673
|
+
"type": "string",
|
|
674
|
+
"required": false,
|
|
675
|
+
"defaultValue": null,
|
|
676
|
+
"category": "props"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "borderLeft",
|
|
680
|
+
"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.",
|
|
681
|
+
"type": "string",
|
|
682
|
+
"required": false,
|
|
683
|
+
"defaultValue": null,
|
|
684
|
+
"category": "props"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "borderRight",
|
|
688
|
+
"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.",
|
|
689
|
+
"type": "string",
|
|
690
|
+
"required": false,
|
|
691
|
+
"defaultValue": null,
|
|
692
|
+
"category": "props"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": "borderRadius",
|
|
696
|
+
"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>.",
|
|
697
|
+
"type": "string",
|
|
698
|
+
"required": false,
|
|
699
|
+
"defaultValue": null,
|
|
700
|
+
"category": "props"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "boxShadow",
|
|
704
|
+
"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>.",
|
|
705
|
+
"type": "string",
|
|
706
|
+
"required": false,
|
|
707
|
+
"defaultValue": null,
|
|
708
|
+
"category": "props"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "padding",
|
|
712
|
+
"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>.",
|
|
713
|
+
"type": "string",
|
|
714
|
+
"required": false,
|
|
715
|
+
"defaultValue": null,
|
|
716
|
+
"category": "spacing"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "paddingBottom",
|
|
720
|
+
"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>.",
|
|
721
|
+
"type": "string",
|
|
722
|
+
"required": false,
|
|
723
|
+
"defaultValue": null,
|
|
724
|
+
"category": "spacing"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "paddingLeft",
|
|
728
|
+
"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>.",
|
|
729
|
+
"type": "string",
|
|
730
|
+
"required": false,
|
|
731
|
+
"defaultValue": null,
|
|
732
|
+
"category": "spacing"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "paddingRight",
|
|
736
|
+
"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>.",
|
|
737
|
+
"type": "string",
|
|
738
|
+
"required": false,
|
|
739
|
+
"defaultValue": null,
|
|
740
|
+
"category": "spacing"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "paddingTop",
|
|
744
|
+
"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>.",
|
|
745
|
+
"type": "string",
|
|
746
|
+
"required": false,
|
|
747
|
+
"defaultValue": null,
|
|
748
|
+
"category": "spacing"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"examples": [],
|
|
752
|
+
"tags": {}
|
|
753
|
+
}
|