@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,773 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Number",
|
|
3
|
+
"description": "Number formats and displays numeric values with locale-aware formatting.\nSupports decimal, currency, percent, and unit formatting using the\nIntl.NumberFormat API.\n\nVariants: `body`, `button`, `caption`, `inherit` (typography style)\nSemantic elements: `span` (default), `p`, `b`, `i`, `u`, etc. via `as` prop",
|
|
4
|
+
"package": "@redsift/design-system",
|
|
5
|
+
"filePath": "packages/design-system/src/components/number/Number.tsx",
|
|
6
|
+
"props": [
|
|
7
|
+
{
|
|
8
|
+
"name": "value",
|
|
9
|
+
"description": "Value.",
|
|
10
|
+
"type": "number",
|
|
11
|
+
"required": true,
|
|
12
|
+
"defaultValue": null,
|
|
13
|
+
"category": "props"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "type",
|
|
17
|
+
"description": "The formatting style to use.",
|
|
18
|
+
"type": [
|
|
19
|
+
"\"decimal\"",
|
|
20
|
+
"\"currency\"",
|
|
21
|
+
"\"percent\"",
|
|
22
|
+
"\"unit\""
|
|
23
|
+
],
|
|
24
|
+
"required": false,
|
|
25
|
+
"defaultValue": "'decimal'",
|
|
26
|
+
"category": "props"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "compactDisplay",
|
|
30
|
+
"description": "Only used when notation is 'compact'.",
|
|
31
|
+
"type": [
|
|
32
|
+
"\"short\"",
|
|
33
|
+
"\"long\""
|
|
34
|
+
],
|
|
35
|
+
"required": false,
|
|
36
|
+
"defaultValue": "'short'",
|
|
37
|
+
"category": "props"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "currency",
|
|
41
|
+
"description": "The currency to use in currency formatting. Possible values are the ISO 4217 currency codes, such as \"USD\" for the US dollar, \"EUR\" for the euro, or \"CNY\" for the Chinese RMB",
|
|
42
|
+
"type": "string",
|
|
43
|
+
"required": false,
|
|
44
|
+
"defaultValue": null,
|
|
45
|
+
"category": "props"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "currencyDisplay",
|
|
49
|
+
"description": "How to display the currency in currency formatting.",
|
|
50
|
+
"type": [
|
|
51
|
+
"\"symbol\"",
|
|
52
|
+
"\"code\"",
|
|
53
|
+
"\"narrowSymbol\"",
|
|
54
|
+
"\"name\""
|
|
55
|
+
],
|
|
56
|
+
"required": false,
|
|
57
|
+
"defaultValue": "'symbol'",
|
|
58
|
+
"category": "props"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "currencySign",
|
|
62
|
+
"description": "In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.",
|
|
63
|
+
"type": [
|
|
64
|
+
"\"standard\"",
|
|
65
|
+
"\"accounting\""
|
|
66
|
+
],
|
|
67
|
+
"required": false,
|
|
68
|
+
"defaultValue": null,
|
|
69
|
+
"category": "props"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "localeMatcher",
|
|
73
|
+
"description": "The locale matching algorithm to use.",
|
|
74
|
+
"type": [
|
|
75
|
+
"\"best fit\"",
|
|
76
|
+
"\"lookup\""
|
|
77
|
+
],
|
|
78
|
+
"required": false,
|
|
79
|
+
"defaultValue": null,
|
|
80
|
+
"category": "props"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "notation",
|
|
84
|
+
"description": "The formatting that should be displayed for the number.",
|
|
85
|
+
"type": [
|
|
86
|
+
"\"standard\"",
|
|
87
|
+
"\"scientific\"",
|
|
88
|
+
"\"engineering\"",
|
|
89
|
+
"\"compact\""
|
|
90
|
+
],
|
|
91
|
+
"required": false,
|
|
92
|
+
"defaultValue": "'short'",
|
|
93
|
+
"category": "props"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "numberingSystem",
|
|
97
|
+
"description": "Overrides default numbering system for the current locale.",
|
|
98
|
+
"type": "string",
|
|
99
|
+
"required": false,
|
|
100
|
+
"defaultValue": null,
|
|
101
|
+
"category": "props"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "signDisplay",
|
|
105
|
+
"description": "When to display the sign for the number.",
|
|
106
|
+
"type": [
|
|
107
|
+
"\"auto\"",
|
|
108
|
+
"\"always\"",
|
|
109
|
+
"\"exceptZero\"",
|
|
110
|
+
"\"never\""
|
|
111
|
+
],
|
|
112
|
+
"required": false,
|
|
113
|
+
"defaultValue": "'auto'",
|
|
114
|
+
"category": "props"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "unit",
|
|
118
|
+
"description": "The unit to use in unit formatting.",
|
|
119
|
+
"type": "string",
|
|
120
|
+
"required": false,
|
|
121
|
+
"defaultValue": null,
|
|
122
|
+
"category": "props"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "unitDisplay",
|
|
126
|
+
"description": "The unit formatting style to use in unit formatting.",
|
|
127
|
+
"type": [
|
|
128
|
+
"\"short\"",
|
|
129
|
+
"\"long\"",
|
|
130
|
+
"\"narrow\""
|
|
131
|
+
],
|
|
132
|
+
"required": false,
|
|
133
|
+
"defaultValue": null,
|
|
134
|
+
"category": "props"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "useGrouping",
|
|
138
|
+
"description": "Whether to use grouping separators.",
|
|
139
|
+
"type": [
|
|
140
|
+
"false",
|
|
141
|
+
"true"
|
|
142
|
+
],
|
|
143
|
+
"required": false,
|
|
144
|
+
"defaultValue": null,
|
|
145
|
+
"category": "props"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "roundingMode",
|
|
149
|
+
"description": "Options for rounding modes.",
|
|
150
|
+
"type": [
|
|
151
|
+
"\"ceil\"",
|
|
152
|
+
"\"floor\"",
|
|
153
|
+
"\"expand\"",
|
|
154
|
+
"\"trunc\"",
|
|
155
|
+
"\"halfCeil\"",
|
|
156
|
+
"\"halfFloor\"",
|
|
157
|
+
"\"halfExpand\"",
|
|
158
|
+
"\"halfTrunc\"",
|
|
159
|
+
"\"halfEven\""
|
|
160
|
+
],
|
|
161
|
+
"required": false,
|
|
162
|
+
"defaultValue": "'halfExpand'",
|
|
163
|
+
"category": "props"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "roundingPriority",
|
|
167
|
+
"description": "Specify how rounding conflicts will be resolved.",
|
|
168
|
+
"type": [
|
|
169
|
+
"\"auto\"",
|
|
170
|
+
"\"morePrecision\"",
|
|
171
|
+
"\"lessPrecision\""
|
|
172
|
+
],
|
|
173
|
+
"required": false,
|
|
174
|
+
"defaultValue": "'auto'",
|
|
175
|
+
"category": "props"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "roundingIncrement",
|
|
179
|
+
"description": "Specifies the rounding-increment precision.",
|
|
180
|
+
"type": [
|
|
181
|
+
"1",
|
|
182
|
+
"2",
|
|
183
|
+
"5",
|
|
184
|
+
"10",
|
|
185
|
+
"20",
|
|
186
|
+
"25",
|
|
187
|
+
"50",
|
|
188
|
+
"100",
|
|
189
|
+
"200",
|
|
190
|
+
"250",
|
|
191
|
+
"500",
|
|
192
|
+
"1000",
|
|
193
|
+
"2000",
|
|
194
|
+
"2500",
|
|
195
|
+
"5000"
|
|
196
|
+
],
|
|
197
|
+
"required": false,
|
|
198
|
+
"defaultValue": null,
|
|
199
|
+
"category": "props"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "trailingZeroDisplay",
|
|
203
|
+
"description": "A string expressing the strategy for displaying trailing zeros on whole numbers.",
|
|
204
|
+
"type": [
|
|
205
|
+
"\"auto\"",
|
|
206
|
+
"\"stripIfInteger\""
|
|
207
|
+
],
|
|
208
|
+
"required": false,
|
|
209
|
+
"defaultValue": "'auto'",
|
|
210
|
+
"category": "props"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "minimumIntegerDigits",
|
|
214
|
+
"description": "The minimum number of integer digits to use. A value with a smaller number of integer digits than this number will be left-padded with zeros (to the specified length) when formatted.",
|
|
215
|
+
"type": [
|
|
216
|
+
"1",
|
|
217
|
+
"2",
|
|
218
|
+
"5",
|
|
219
|
+
"10",
|
|
220
|
+
"20",
|
|
221
|
+
"3",
|
|
222
|
+
"4",
|
|
223
|
+
"6",
|
|
224
|
+
"7",
|
|
225
|
+
"8",
|
|
226
|
+
"9",
|
|
227
|
+
"11",
|
|
228
|
+
"12",
|
|
229
|
+
"13",
|
|
230
|
+
"14",
|
|
231
|
+
"15",
|
|
232
|
+
"16",
|
|
233
|
+
"17",
|
|
234
|
+
"18",
|
|
235
|
+
"19",
|
|
236
|
+
"21"
|
|
237
|
+
],
|
|
238
|
+
"required": false,
|
|
239
|
+
"defaultValue": null,
|
|
240
|
+
"category": "props"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "minimumFractionDigits",
|
|
244
|
+
"description": "The minimum number of fraction digits to use.",
|
|
245
|
+
"type": [
|
|
246
|
+
"0",
|
|
247
|
+
"1",
|
|
248
|
+
"2",
|
|
249
|
+
"5",
|
|
250
|
+
"10",
|
|
251
|
+
"20",
|
|
252
|
+
"3",
|
|
253
|
+
"4",
|
|
254
|
+
"6",
|
|
255
|
+
"7",
|
|
256
|
+
"8",
|
|
257
|
+
"9",
|
|
258
|
+
"11",
|
|
259
|
+
"12",
|
|
260
|
+
"13",
|
|
261
|
+
"14",
|
|
262
|
+
"15",
|
|
263
|
+
"16",
|
|
264
|
+
"17",
|
|
265
|
+
"18",
|
|
266
|
+
"19"
|
|
267
|
+
],
|
|
268
|
+
"required": false,
|
|
269
|
+
"defaultValue": null,
|
|
270
|
+
"category": "props"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "maximumFractionDigits",
|
|
274
|
+
"description": "The maximum number of fraction digits to use.",
|
|
275
|
+
"type": [
|
|
276
|
+
"0",
|
|
277
|
+
"1",
|
|
278
|
+
"2",
|
|
279
|
+
"5",
|
|
280
|
+
"10",
|
|
281
|
+
"20",
|
|
282
|
+
"3",
|
|
283
|
+
"4",
|
|
284
|
+
"6",
|
|
285
|
+
"7",
|
|
286
|
+
"8",
|
|
287
|
+
"9",
|
|
288
|
+
"11",
|
|
289
|
+
"12",
|
|
290
|
+
"13",
|
|
291
|
+
"14",
|
|
292
|
+
"15",
|
|
293
|
+
"16",
|
|
294
|
+
"17",
|
|
295
|
+
"18",
|
|
296
|
+
"19"
|
|
297
|
+
],
|
|
298
|
+
"required": false,
|
|
299
|
+
"defaultValue": null,
|
|
300
|
+
"category": "props"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "minimumSignificantDigits",
|
|
304
|
+
"description": "The minimum number of significant digits to use.",
|
|
305
|
+
"type": [
|
|
306
|
+
"1",
|
|
307
|
+
"2",
|
|
308
|
+
"5",
|
|
309
|
+
"10",
|
|
310
|
+
"20",
|
|
311
|
+
"3",
|
|
312
|
+
"4",
|
|
313
|
+
"6",
|
|
314
|
+
"7",
|
|
315
|
+
"8",
|
|
316
|
+
"9",
|
|
317
|
+
"11",
|
|
318
|
+
"12",
|
|
319
|
+
"13",
|
|
320
|
+
"14",
|
|
321
|
+
"15",
|
|
322
|
+
"16",
|
|
323
|
+
"17",
|
|
324
|
+
"18",
|
|
325
|
+
"19",
|
|
326
|
+
"21"
|
|
327
|
+
],
|
|
328
|
+
"required": false,
|
|
329
|
+
"defaultValue": null,
|
|
330
|
+
"category": "props"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "maximumSignificantDigits",
|
|
334
|
+
"description": "The maximum number of significant digits to use.",
|
|
335
|
+
"type": [
|
|
336
|
+
"1",
|
|
337
|
+
"2",
|
|
338
|
+
"5",
|
|
339
|
+
"10",
|
|
340
|
+
"20",
|
|
341
|
+
"3",
|
|
342
|
+
"4",
|
|
343
|
+
"6",
|
|
344
|
+
"7",
|
|
345
|
+
"8",
|
|
346
|
+
"9",
|
|
347
|
+
"11",
|
|
348
|
+
"12",
|
|
349
|
+
"13",
|
|
350
|
+
"14",
|
|
351
|
+
"15",
|
|
352
|
+
"16",
|
|
353
|
+
"17",
|
|
354
|
+
"18",
|
|
355
|
+
"19",
|
|
356
|
+
"21"
|
|
357
|
+
],
|
|
358
|
+
"required": false,
|
|
359
|
+
"defaultValue": null,
|
|
360
|
+
"category": "props"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "as",
|
|
364
|
+
"description": "Override component.",
|
|
365
|
+
"type": [
|
|
366
|
+
"\"abbr\"",
|
|
367
|
+
"\"b\"",
|
|
368
|
+
"\"cite\"",
|
|
369
|
+
"\"del\"",
|
|
370
|
+
"\"em\"",
|
|
371
|
+
"\"i\"",
|
|
372
|
+
"\"ins\"",
|
|
373
|
+
"\"kbd\"",
|
|
374
|
+
"\"mark\"",
|
|
375
|
+
"\"p\"",
|
|
376
|
+
"\"s\"",
|
|
377
|
+
"\"samp\"",
|
|
378
|
+
"\"sub\"",
|
|
379
|
+
"\"sup\"",
|
|
380
|
+
"\"u\""
|
|
381
|
+
],
|
|
382
|
+
"required": false,
|
|
383
|
+
"defaultValue": null,
|
|
384
|
+
"category": "props"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "color",
|
|
388
|
+
"description": "Color variant. Either from color palette or hex or rgb strings.",
|
|
389
|
+
"type": [
|
|
390
|
+
"\"primary\"",
|
|
391
|
+
"\"secondary\"",
|
|
392
|
+
"\"error\"",
|
|
393
|
+
"\"success\"",
|
|
394
|
+
"\"warning\"",
|
|
395
|
+
"\"info\"",
|
|
396
|
+
"\"question\"",
|
|
397
|
+
"\"no-data\"",
|
|
398
|
+
"\"black\"",
|
|
399
|
+
"\"x-dark-grey\"",
|
|
400
|
+
"\"dark-grey\"",
|
|
401
|
+
"\"mid-grey\"",
|
|
402
|
+
"\"light-grey\"",
|
|
403
|
+
"\"x-light-grey\"",
|
|
404
|
+
"\"white\"",
|
|
405
|
+
"\"radar\"",
|
|
406
|
+
"string & {}"
|
|
407
|
+
],
|
|
408
|
+
"required": false,
|
|
409
|
+
"defaultValue": null,
|
|
410
|
+
"category": "props"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "fontFamily",
|
|
414
|
+
"description": "Font family.",
|
|
415
|
+
"type": [
|
|
416
|
+
"\"poppins\"",
|
|
417
|
+
"\"source-code-pro\"",
|
|
418
|
+
"\"inconsolata\""
|
|
419
|
+
],
|
|
420
|
+
"required": false,
|
|
421
|
+
"defaultValue": "'poppins'",
|
|
422
|
+
"category": "props"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "fontSize",
|
|
426
|
+
"description": "Font size.",
|
|
427
|
+
"type": "string",
|
|
428
|
+
"required": false,
|
|
429
|
+
"defaultValue": null,
|
|
430
|
+
"category": "props"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "fontWeight",
|
|
434
|
+
"description": "Font weight.",
|
|
435
|
+
"type": "string",
|
|
436
|
+
"required": false,
|
|
437
|
+
"defaultValue": null,
|
|
438
|
+
"category": "props"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "lineHeight",
|
|
442
|
+
"description": "Line height.",
|
|
443
|
+
"type": "string",
|
|
444
|
+
"required": false,
|
|
445
|
+
"defaultValue": null,
|
|
446
|
+
"category": "props"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "noWrap",
|
|
450
|
+
"description": "Whether the text will truncate with a text overflow ellipsis or wrap.",
|
|
451
|
+
"type": [
|
|
452
|
+
"false",
|
|
453
|
+
"true"
|
|
454
|
+
],
|
|
455
|
+
"required": false,
|
|
456
|
+
"defaultValue": null,
|
|
457
|
+
"category": "props"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "theme",
|
|
461
|
+
"description": "Theme.",
|
|
462
|
+
"type": [
|
|
463
|
+
"\"light\"",
|
|
464
|
+
"\"dark\""
|
|
465
|
+
],
|
|
466
|
+
"required": false,
|
|
467
|
+
"defaultValue": null,
|
|
468
|
+
"category": "props"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "variant",
|
|
472
|
+
"description": "Variant.",
|
|
473
|
+
"type": [
|
|
474
|
+
"\"body\"",
|
|
475
|
+
"\"button\"",
|
|
476
|
+
"\"caption\"",
|
|
477
|
+
"\"helper\"",
|
|
478
|
+
"\"inherit\""
|
|
479
|
+
],
|
|
480
|
+
"required": false,
|
|
481
|
+
"defaultValue": null,
|
|
482
|
+
"category": "props"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "wordBreak",
|
|
486
|
+
"description": "Word break CSS properties",
|
|
487
|
+
"type": "string",
|
|
488
|
+
"required": false,
|
|
489
|
+
"defaultValue": null,
|
|
490
|
+
"category": "props"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "highlightNonAscii",
|
|
494
|
+
"description": "Highlight non-ASCII characters. Useful for IDN domain names where\nUnicode lookalike characters can be confusing.\n\n- `true`: enables both font change and background highlight\n- `{ font?: boolean, background?: boolean | string }`: fine-grained control\n\nOnly works with string children.\n@example // Both font and background (default)\n<Text highlightNonAscii>ƅankofamerica.com</Text>\n@example // Background only\n<Text highlightNonAscii={{ font: false }}>ƅankofamerica.com</Text>\n@example // Font only\n<Text highlightNonAscii={{ background: false }}>ƅankofamerica.com</Text>\n@example // Custom background color\n<Text highlightNonAscii={{ background: 'error' }}>ƅankofamerica.com</Text>",
|
|
495
|
+
"type": [
|
|
496
|
+
"false",
|
|
497
|
+
"true",
|
|
498
|
+
"HighlightNonAsciiOptions"
|
|
499
|
+
],
|
|
500
|
+
"required": false,
|
|
501
|
+
"defaultValue": null,
|
|
502
|
+
"category": "props"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "flex",
|
|
506
|
+
"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>.",
|
|
507
|
+
"type": "string",
|
|
508
|
+
"required": false,
|
|
509
|
+
"defaultValue": null,
|
|
510
|
+
"category": "layout"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "flexGrow",
|
|
514
|
+
"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>.",
|
|
515
|
+
"type": "number",
|
|
516
|
+
"required": false,
|
|
517
|
+
"defaultValue": null,
|
|
518
|
+
"category": "layout"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "flexShrink",
|
|
522
|
+
"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>.",
|
|
523
|
+
"type": "number",
|
|
524
|
+
"required": false,
|
|
525
|
+
"defaultValue": null,
|
|
526
|
+
"category": "layout"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "flexBasis",
|
|
530
|
+
"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>.",
|
|
531
|
+
"type": "string",
|
|
532
|
+
"required": false,
|
|
533
|
+
"defaultValue": null,
|
|
534
|
+
"category": "layout"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "alignSelf",
|
|
538
|
+
"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>.",
|
|
539
|
+
"type": [
|
|
540
|
+
"\"center\"",
|
|
541
|
+
"\"auto\"",
|
|
542
|
+
"\"normal\"",
|
|
543
|
+
"\"start\"",
|
|
544
|
+
"\"end\"",
|
|
545
|
+
"\"flex-start\"",
|
|
546
|
+
"\"flex-end\"",
|
|
547
|
+
"\"self-start\"",
|
|
548
|
+
"\"self-end\"",
|
|
549
|
+
"\"baseline\"",
|
|
550
|
+
"\"stretch\""
|
|
551
|
+
],
|
|
552
|
+
"required": false,
|
|
553
|
+
"defaultValue": null,
|
|
554
|
+
"category": "layout"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "justifySelf",
|
|
558
|
+
"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>.",
|
|
559
|
+
"type": "string",
|
|
560
|
+
"required": false,
|
|
561
|
+
"defaultValue": null,
|
|
562
|
+
"category": "layout"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "order",
|
|
566
|
+
"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>.",
|
|
567
|
+
"type": "number",
|
|
568
|
+
"required": false,
|
|
569
|
+
"defaultValue": null,
|
|
570
|
+
"category": "layout"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "gridArea",
|
|
574
|
+
"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>.",
|
|
575
|
+
"type": "string",
|
|
576
|
+
"required": false,
|
|
577
|
+
"defaultValue": null,
|
|
578
|
+
"category": "layout"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "gridColumn",
|
|
582
|
+
"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>.",
|
|
583
|
+
"type": "string",
|
|
584
|
+
"required": false,
|
|
585
|
+
"defaultValue": null,
|
|
586
|
+
"category": "layout"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "gridRow",
|
|
590
|
+
"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>.",
|
|
591
|
+
"type": "string",
|
|
592
|
+
"required": false,
|
|
593
|
+
"defaultValue": null,
|
|
594
|
+
"category": "layout"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "gridColumnStart",
|
|
598
|
+
"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>.",
|
|
599
|
+
"type": "string",
|
|
600
|
+
"required": false,
|
|
601
|
+
"defaultValue": null,
|
|
602
|
+
"category": "layout"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"name": "gridColumnEnd",
|
|
606
|
+
"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>.",
|
|
607
|
+
"type": "string",
|
|
608
|
+
"required": false,
|
|
609
|
+
"defaultValue": null,
|
|
610
|
+
"category": "layout"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "gridRowStart",
|
|
614
|
+
"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>.",
|
|
615
|
+
"type": "string",
|
|
616
|
+
"required": false,
|
|
617
|
+
"defaultValue": null,
|
|
618
|
+
"category": "layout"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "gridRowEnd",
|
|
622
|
+
"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>.",
|
|
623
|
+
"type": "string",
|
|
624
|
+
"required": false,
|
|
625
|
+
"defaultValue": null,
|
|
626
|
+
"category": "layout"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "margin",
|
|
630
|
+
"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>.",
|
|
631
|
+
"type": "string",
|
|
632
|
+
"required": false,
|
|
633
|
+
"defaultValue": null,
|
|
634
|
+
"category": "spacing"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "marginBottom",
|
|
638
|
+
"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>.",
|
|
639
|
+
"type": "string",
|
|
640
|
+
"required": false,
|
|
641
|
+
"defaultValue": null,
|
|
642
|
+
"category": "spacing"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "marginLeft",
|
|
646
|
+
"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>.",
|
|
647
|
+
"type": "string",
|
|
648
|
+
"required": false,
|
|
649
|
+
"defaultValue": null,
|
|
650
|
+
"category": "spacing"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "marginRight",
|
|
654
|
+
"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>.",
|
|
655
|
+
"type": "string",
|
|
656
|
+
"required": false,
|
|
657
|
+
"defaultValue": null,
|
|
658
|
+
"category": "spacing"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "marginTop",
|
|
662
|
+
"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>.",
|
|
663
|
+
"type": "string",
|
|
664
|
+
"required": false,
|
|
665
|
+
"defaultValue": null,
|
|
666
|
+
"category": "spacing"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "height",
|
|
670
|
+
"description": "The height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/height\">MDN</a>.",
|
|
671
|
+
"type": [
|
|
672
|
+
"string",
|
|
673
|
+
"number"
|
|
674
|
+
],
|
|
675
|
+
"required": false,
|
|
676
|
+
"defaultValue": null,
|
|
677
|
+
"category": "sizing"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "maxHeight",
|
|
681
|
+
"description": "The maximum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-height\">MDN</a>.",
|
|
682
|
+
"type": "string",
|
|
683
|
+
"required": false,
|
|
684
|
+
"defaultValue": null,
|
|
685
|
+
"category": "sizing"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"name": "maxWidth",
|
|
689
|
+
"description": "The maximum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-width\">MDN</a>.",
|
|
690
|
+
"type": "string",
|
|
691
|
+
"required": false,
|
|
692
|
+
"defaultValue": null,
|
|
693
|
+
"category": "sizing"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "minHeight",
|
|
697
|
+
"description": "The minimum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-height\">MDN</a>.",
|
|
698
|
+
"type": "string",
|
|
699
|
+
"required": false,
|
|
700
|
+
"defaultValue": null,
|
|
701
|
+
"category": "sizing"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "minWidth",
|
|
705
|
+
"description": "The minimum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-width\">MDN</a>.",
|
|
706
|
+
"type": "string",
|
|
707
|
+
"required": false,
|
|
708
|
+
"defaultValue": null,
|
|
709
|
+
"category": "sizing"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "width",
|
|
713
|
+
"description": "The width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/width\">MDN</a>.",
|
|
714
|
+
"type": [
|
|
715
|
+
"string",
|
|
716
|
+
"number"
|
|
717
|
+
],
|
|
718
|
+
"required": false,
|
|
719
|
+
"defaultValue": null,
|
|
720
|
+
"category": "sizing"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "position",
|
|
724
|
+
"description": "Specifies how the element is positioned. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/position\">MDN</a>.",
|
|
725
|
+
"type": "string",
|
|
726
|
+
"required": false,
|
|
727
|
+
"defaultValue": null,
|
|
728
|
+
"category": "positioning"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "top",
|
|
732
|
+
"description": "The top position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/top\">MDN</a>.",
|
|
733
|
+
"type": "string",
|
|
734
|
+
"required": false,
|
|
735
|
+
"defaultValue": null,
|
|
736
|
+
"category": "positioning"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "bottom",
|
|
740
|
+
"description": "The bottom position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/bottom\">MDN</a>.",
|
|
741
|
+
"type": "string",
|
|
742
|
+
"required": false,
|
|
743
|
+
"defaultValue": null,
|
|
744
|
+
"category": "positioning"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "left",
|
|
748
|
+
"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.",
|
|
749
|
+
"type": "string",
|
|
750
|
+
"required": false,
|
|
751
|
+
"defaultValue": null,
|
|
752
|
+
"category": "positioning"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "right",
|
|
756
|
+
"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.",
|
|
757
|
+
"type": "string",
|
|
758
|
+
"required": false,
|
|
759
|
+
"defaultValue": null,
|
|
760
|
+
"category": "positioning"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "zIndex",
|
|
764
|
+
"description": "The stacking order for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/z-index\">MDN</a>.",
|
|
765
|
+
"type": "string",
|
|
766
|
+
"required": false,
|
|
767
|
+
"defaultValue": null,
|
|
768
|
+
"category": "positioning"
|
|
769
|
+
}
|
|
770
|
+
],
|
|
771
|
+
"examples": [],
|
|
772
|
+
"tags": {}
|
|
773
|
+
}
|