@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,568 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ButtonLink",
|
|
3
|
+
"description": "ButtonLink is a semantic link (`<a>`) styled to look like a button.\nUse it for navigation that should visually appear as a button.\n\nVariants: `primary`, `secondary`, `unstyled`\nColors: `primary`, `success`, `warning`, `error`, `info`, `question`, `neutral`, `radar`\n\n**When to use which component:**\n- `Button`: Semantic button that looks like a button (for actions)\n- `ButtonLink`: Semantic link that looks like a button (for navigation)\n- `Link`: Semantic link that looks like a link (for navigation)\n- `LinkButton`: Semantic button that looks like a link (for actions)",
|
|
4
|
+
"package": "@redsift/design-system",
|
|
5
|
+
"filePath": "packages/design-system/src/components/button-link/ButtonLink.tsx",
|
|
6
|
+
"props": [
|
|
7
|
+
{
|
|
8
|
+
"name": "as",
|
|
9
|
+
"description": "Prop to pass a custom react component instead of a simple HTML anchor (useful for Nextjs or React Router Link component).",
|
|
10
|
+
"type": [
|
|
11
|
+
"\"symbol\"",
|
|
12
|
+
"\"object\"",
|
|
13
|
+
"\"a\"",
|
|
14
|
+
"\"abbr\"",
|
|
15
|
+
"\"address\"",
|
|
16
|
+
"\"area\"",
|
|
17
|
+
"\"article\"",
|
|
18
|
+
"\"aside\"",
|
|
19
|
+
"\"audio\"",
|
|
20
|
+
"\"b\"",
|
|
21
|
+
"\"base\"",
|
|
22
|
+
"\"bdi\"",
|
|
23
|
+
"\"bdo\"",
|
|
24
|
+
"\"big\"",
|
|
25
|
+
"\"blockquote\"",
|
|
26
|
+
"\"body\"",
|
|
27
|
+
"\"br\"",
|
|
28
|
+
"\"button\"",
|
|
29
|
+
"\"canvas\"",
|
|
30
|
+
"\"caption\"",
|
|
31
|
+
"\"cite\"",
|
|
32
|
+
"\"code\"",
|
|
33
|
+
"\"col\"",
|
|
34
|
+
"\"colgroup\"",
|
|
35
|
+
"\"data\"",
|
|
36
|
+
"\"datalist\"",
|
|
37
|
+
"\"dd\"",
|
|
38
|
+
"\"del\"",
|
|
39
|
+
"\"details\"",
|
|
40
|
+
"\"dfn\"",
|
|
41
|
+
"\"dialog\"",
|
|
42
|
+
"\"div\"",
|
|
43
|
+
"\"dl\"",
|
|
44
|
+
"\"dt\"",
|
|
45
|
+
"\"em\"",
|
|
46
|
+
"\"embed\"",
|
|
47
|
+
"\"fieldset\"",
|
|
48
|
+
"\"figcaption\"",
|
|
49
|
+
"\"figure\"",
|
|
50
|
+
"\"footer\"",
|
|
51
|
+
"\"form\"",
|
|
52
|
+
"\"h1\"",
|
|
53
|
+
"\"h2\"",
|
|
54
|
+
"\"h3\"",
|
|
55
|
+
"\"h4\"",
|
|
56
|
+
"\"h5\"",
|
|
57
|
+
"\"h6\"",
|
|
58
|
+
"\"head\"",
|
|
59
|
+
"\"header\"",
|
|
60
|
+
"\"hgroup\"",
|
|
61
|
+
"\"hr\"",
|
|
62
|
+
"\"html\"",
|
|
63
|
+
"\"i\"",
|
|
64
|
+
"\"iframe\"",
|
|
65
|
+
"\"img\"",
|
|
66
|
+
"\"input\"",
|
|
67
|
+
"\"ins\"",
|
|
68
|
+
"\"kbd\"",
|
|
69
|
+
"\"keygen\"",
|
|
70
|
+
"\"label\"",
|
|
71
|
+
"\"legend\"",
|
|
72
|
+
"\"li\"",
|
|
73
|
+
"\"link\"",
|
|
74
|
+
"\"main\"",
|
|
75
|
+
"\"map\"",
|
|
76
|
+
"\"mark\"",
|
|
77
|
+
"\"menu\"",
|
|
78
|
+
"\"menuitem\"",
|
|
79
|
+
"\"meta\"",
|
|
80
|
+
"\"meter\"",
|
|
81
|
+
"\"nav\"",
|
|
82
|
+
"\"noindex\"",
|
|
83
|
+
"\"noscript\"",
|
|
84
|
+
"\"ol\"",
|
|
85
|
+
"\"optgroup\"",
|
|
86
|
+
"\"option\"",
|
|
87
|
+
"\"output\"",
|
|
88
|
+
"\"p\"",
|
|
89
|
+
"\"param\"",
|
|
90
|
+
"\"picture\"",
|
|
91
|
+
"\"pre\"",
|
|
92
|
+
"\"progress\"",
|
|
93
|
+
"\"q\"",
|
|
94
|
+
"\"rp\"",
|
|
95
|
+
"\"rt\"",
|
|
96
|
+
"\"ruby\"",
|
|
97
|
+
"\"s\"",
|
|
98
|
+
"\"samp\"",
|
|
99
|
+
"\"slot\"",
|
|
100
|
+
"\"script\"",
|
|
101
|
+
"\"section\"",
|
|
102
|
+
"\"select\"",
|
|
103
|
+
"\"small\"",
|
|
104
|
+
"\"source\"",
|
|
105
|
+
"\"span\"",
|
|
106
|
+
"\"strong\"",
|
|
107
|
+
"\"style\"",
|
|
108
|
+
"\"sub\"",
|
|
109
|
+
"\"summary\"",
|
|
110
|
+
"\"sup\"",
|
|
111
|
+
"\"table\"",
|
|
112
|
+
"\"template\"",
|
|
113
|
+
"\"tbody\"",
|
|
114
|
+
"\"td\"",
|
|
115
|
+
"\"textarea\"",
|
|
116
|
+
"\"tfoot\"",
|
|
117
|
+
"\"th\"",
|
|
118
|
+
"\"thead\"",
|
|
119
|
+
"\"time\"",
|
|
120
|
+
"\"title\"",
|
|
121
|
+
"\"tr\"",
|
|
122
|
+
"\"track\"",
|
|
123
|
+
"\"u\"",
|
|
124
|
+
"\"ul\"",
|
|
125
|
+
"\"var\"",
|
|
126
|
+
"\"video\"",
|
|
127
|
+
"\"wbr\"",
|
|
128
|
+
"\"webview\"",
|
|
129
|
+
"\"svg\"",
|
|
130
|
+
"\"animate\"",
|
|
131
|
+
"\"animateMotion\"",
|
|
132
|
+
"\"animateTransform\"",
|
|
133
|
+
"\"circle\"",
|
|
134
|
+
"\"clipPath\"",
|
|
135
|
+
"\"defs\"",
|
|
136
|
+
"\"desc\"",
|
|
137
|
+
"\"ellipse\"",
|
|
138
|
+
"\"feBlend\"",
|
|
139
|
+
"\"feColorMatrix\"",
|
|
140
|
+
"\"feComponentTransfer\"",
|
|
141
|
+
"\"feComposite\"",
|
|
142
|
+
"\"feConvolveMatrix\"",
|
|
143
|
+
"\"feDiffuseLighting\"",
|
|
144
|
+
"\"feDisplacementMap\"",
|
|
145
|
+
"\"feDistantLight\"",
|
|
146
|
+
"\"feDropShadow\"",
|
|
147
|
+
"\"feFlood\"",
|
|
148
|
+
"\"feFuncA\"",
|
|
149
|
+
"\"feFuncB\"",
|
|
150
|
+
"\"feFuncG\"",
|
|
151
|
+
"\"feFuncR\"",
|
|
152
|
+
"\"feGaussianBlur\"",
|
|
153
|
+
"\"feImage\"",
|
|
154
|
+
"\"feMerge\"",
|
|
155
|
+
"\"feMergeNode\"",
|
|
156
|
+
"\"feMorphology\"",
|
|
157
|
+
"\"feOffset\"",
|
|
158
|
+
"\"fePointLight\"",
|
|
159
|
+
"\"feSpecularLighting\"",
|
|
160
|
+
"\"feSpotLight\"",
|
|
161
|
+
"\"feTile\"",
|
|
162
|
+
"\"feTurbulence\"",
|
|
163
|
+
"\"filter\"",
|
|
164
|
+
"\"foreignObject\"",
|
|
165
|
+
"\"g\"",
|
|
166
|
+
"\"image\"",
|
|
167
|
+
"\"line\"",
|
|
168
|
+
"\"linearGradient\"",
|
|
169
|
+
"\"marker\"",
|
|
170
|
+
"\"mask\"",
|
|
171
|
+
"\"metadata\"",
|
|
172
|
+
"\"mpath\"",
|
|
173
|
+
"\"path\"",
|
|
174
|
+
"\"pattern\"",
|
|
175
|
+
"\"polygon\"",
|
|
176
|
+
"\"polyline\"",
|
|
177
|
+
"\"radialGradient\"",
|
|
178
|
+
"\"rect\"",
|
|
179
|
+
"\"stop\"",
|
|
180
|
+
"\"switch\"",
|
|
181
|
+
"\"text\"",
|
|
182
|
+
"\"textPath\"",
|
|
183
|
+
"\"tspan\"",
|
|
184
|
+
"\"use\"",
|
|
185
|
+
"\"view\"",
|
|
186
|
+
"\"center\"",
|
|
187
|
+
"\"search\"",
|
|
188
|
+
"ComponentClass<any, any>",
|
|
189
|
+
"FunctionComponent<any>"
|
|
190
|
+
],
|
|
191
|
+
"required": false,
|
|
192
|
+
"defaultValue": null,
|
|
193
|
+
"category": "props"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "isDisabled",
|
|
197
|
+
"description": "Whether the component is disabled or not.",
|
|
198
|
+
"type": [
|
|
199
|
+
"false",
|
|
200
|
+
"true"
|
|
201
|
+
],
|
|
202
|
+
"required": false,
|
|
203
|
+
"defaultValue": null,
|
|
204
|
+
"category": "props"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "leftIcon",
|
|
208
|
+
"description": "Can be a string or an array of strings containing `d` property of the `path` SVG element.<br />\nCan also be a ReactElement.",
|
|
209
|
+
"type": [
|
|
210
|
+
"string",
|
|
211
|
+
"string[]",
|
|
212
|
+
"ReactElement<any, string | JSXElementConstructor<any>>"
|
|
213
|
+
],
|
|
214
|
+
"required": false,
|
|
215
|
+
"defaultValue": null,
|
|
216
|
+
"category": "props"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "leftIconProps",
|
|
220
|
+
"description": "Props to add to the left icon.",
|
|
221
|
+
"type": "Omit<IconProps, \"ref\" | \"icon\">",
|
|
222
|
+
"required": false,
|
|
223
|
+
"defaultValue": null,
|
|
224
|
+
"category": "props"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "rightIcon",
|
|
228
|
+
"description": "Can be a string or an array of strings containing `d` property of the `path` SVG element.<br />\nCan also be a ReactElement.",
|
|
229
|
+
"type": [
|
|
230
|
+
"string",
|
|
231
|
+
"string[]",
|
|
232
|
+
"ReactElement<any, string | JSXElementConstructor<any>>"
|
|
233
|
+
],
|
|
234
|
+
"required": false,
|
|
235
|
+
"defaultValue": null,
|
|
236
|
+
"category": "props"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "rightIconProps",
|
|
240
|
+
"description": "Props to add to the right icon.",
|
|
241
|
+
"type": "Omit<IconProps, \"ref\" | \"icon\">",
|
|
242
|
+
"required": false,
|
|
243
|
+
"defaultValue": null,
|
|
244
|
+
"category": "props"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "theme",
|
|
248
|
+
"description": "Theme.",
|
|
249
|
+
"type": [
|
|
250
|
+
"\"light\"",
|
|
251
|
+
"\"dark\""
|
|
252
|
+
],
|
|
253
|
+
"required": false,
|
|
254
|
+
"defaultValue": null,
|
|
255
|
+
"category": "props"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "flex",
|
|
259
|
+
"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>.",
|
|
260
|
+
"type": "string",
|
|
261
|
+
"required": false,
|
|
262
|
+
"defaultValue": null,
|
|
263
|
+
"category": "layout"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "flexGrow",
|
|
267
|
+
"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>.",
|
|
268
|
+
"type": "number",
|
|
269
|
+
"required": false,
|
|
270
|
+
"defaultValue": null,
|
|
271
|
+
"category": "layout"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "flexShrink",
|
|
275
|
+
"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>.",
|
|
276
|
+
"type": "number",
|
|
277
|
+
"required": false,
|
|
278
|
+
"defaultValue": null,
|
|
279
|
+
"category": "layout"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "flexBasis",
|
|
283
|
+
"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>.",
|
|
284
|
+
"type": "string",
|
|
285
|
+
"required": false,
|
|
286
|
+
"defaultValue": null,
|
|
287
|
+
"category": "layout"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "alignSelf",
|
|
291
|
+
"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>.",
|
|
292
|
+
"type": [
|
|
293
|
+
"\"center\"",
|
|
294
|
+
"\"auto\"",
|
|
295
|
+
"\"normal\"",
|
|
296
|
+
"\"start\"",
|
|
297
|
+
"\"end\"",
|
|
298
|
+
"\"flex-start\"",
|
|
299
|
+
"\"flex-end\"",
|
|
300
|
+
"\"self-start\"",
|
|
301
|
+
"\"self-end\"",
|
|
302
|
+
"\"baseline\"",
|
|
303
|
+
"\"stretch\""
|
|
304
|
+
],
|
|
305
|
+
"required": false,
|
|
306
|
+
"defaultValue": null,
|
|
307
|
+
"category": "layout"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"name": "justifySelf",
|
|
311
|
+
"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>.",
|
|
312
|
+
"type": "string",
|
|
313
|
+
"required": false,
|
|
314
|
+
"defaultValue": null,
|
|
315
|
+
"category": "layout"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "order",
|
|
319
|
+
"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>.",
|
|
320
|
+
"type": "number",
|
|
321
|
+
"required": false,
|
|
322
|
+
"defaultValue": null,
|
|
323
|
+
"category": "layout"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "gridArea",
|
|
327
|
+
"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>.",
|
|
328
|
+
"type": "string",
|
|
329
|
+
"required": false,
|
|
330
|
+
"defaultValue": null,
|
|
331
|
+
"category": "layout"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "gridColumn",
|
|
335
|
+
"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>.",
|
|
336
|
+
"type": "string",
|
|
337
|
+
"required": false,
|
|
338
|
+
"defaultValue": null,
|
|
339
|
+
"category": "layout"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "gridRow",
|
|
343
|
+
"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>.",
|
|
344
|
+
"type": "string",
|
|
345
|
+
"required": false,
|
|
346
|
+
"defaultValue": null,
|
|
347
|
+
"category": "layout"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "gridColumnStart",
|
|
351
|
+
"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>.",
|
|
352
|
+
"type": "string",
|
|
353
|
+
"required": false,
|
|
354
|
+
"defaultValue": null,
|
|
355
|
+
"category": "layout"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "gridColumnEnd",
|
|
359
|
+
"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>.",
|
|
360
|
+
"type": "string",
|
|
361
|
+
"required": false,
|
|
362
|
+
"defaultValue": null,
|
|
363
|
+
"category": "layout"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "gridRowStart",
|
|
367
|
+
"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>.",
|
|
368
|
+
"type": "string",
|
|
369
|
+
"required": false,
|
|
370
|
+
"defaultValue": null,
|
|
371
|
+
"category": "layout"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "gridRowEnd",
|
|
375
|
+
"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>.",
|
|
376
|
+
"type": "string",
|
|
377
|
+
"required": false,
|
|
378
|
+
"defaultValue": null,
|
|
379
|
+
"category": "layout"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "margin",
|
|
383
|
+
"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>.",
|
|
384
|
+
"type": "string",
|
|
385
|
+
"required": false,
|
|
386
|
+
"defaultValue": null,
|
|
387
|
+
"category": "spacing"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "marginBottom",
|
|
391
|
+
"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>.",
|
|
392
|
+
"type": "string",
|
|
393
|
+
"required": false,
|
|
394
|
+
"defaultValue": null,
|
|
395
|
+
"category": "spacing"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "marginLeft",
|
|
399
|
+
"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>.",
|
|
400
|
+
"type": "string",
|
|
401
|
+
"required": false,
|
|
402
|
+
"defaultValue": null,
|
|
403
|
+
"category": "spacing"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "marginRight",
|
|
407
|
+
"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>.",
|
|
408
|
+
"type": "string",
|
|
409
|
+
"required": false,
|
|
410
|
+
"defaultValue": null,
|
|
411
|
+
"category": "spacing"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "marginTop",
|
|
415
|
+
"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>.",
|
|
416
|
+
"type": "string",
|
|
417
|
+
"required": false,
|
|
418
|
+
"defaultValue": null,
|
|
419
|
+
"category": "spacing"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "height",
|
|
423
|
+
"description": "The height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/height\">MDN</a>.",
|
|
424
|
+
"type": [
|
|
425
|
+
"string",
|
|
426
|
+
"number"
|
|
427
|
+
],
|
|
428
|
+
"required": false,
|
|
429
|
+
"defaultValue": null,
|
|
430
|
+
"category": "sizing"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "maxHeight",
|
|
434
|
+
"description": "The maximum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-height\">MDN</a>.",
|
|
435
|
+
"type": "string",
|
|
436
|
+
"required": false,
|
|
437
|
+
"defaultValue": null,
|
|
438
|
+
"category": "sizing"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "maxWidth",
|
|
442
|
+
"description": "The maximum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/max-width\">MDN</a>.",
|
|
443
|
+
"type": "string",
|
|
444
|
+
"required": false,
|
|
445
|
+
"defaultValue": null,
|
|
446
|
+
"category": "sizing"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "minHeight",
|
|
450
|
+
"description": "The minimum height of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-height\">MDN</a>.",
|
|
451
|
+
"type": "string",
|
|
452
|
+
"required": false,
|
|
453
|
+
"defaultValue": null,
|
|
454
|
+
"category": "sizing"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "minWidth",
|
|
458
|
+
"description": "The minimum width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/min-width\">MDN</a>.",
|
|
459
|
+
"type": "string",
|
|
460
|
+
"required": false,
|
|
461
|
+
"defaultValue": null,
|
|
462
|
+
"category": "sizing"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "width",
|
|
466
|
+
"description": "The width of the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/width\">MDN</a>.",
|
|
467
|
+
"type": [
|
|
468
|
+
"string",
|
|
469
|
+
"number"
|
|
470
|
+
],
|
|
471
|
+
"required": false,
|
|
472
|
+
"defaultValue": null,
|
|
473
|
+
"category": "sizing"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "position",
|
|
477
|
+
"description": "Specifies how the element is positioned. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/position\">MDN</a>.",
|
|
478
|
+
"type": "string",
|
|
479
|
+
"required": false,
|
|
480
|
+
"defaultValue": null,
|
|
481
|
+
"category": "positioning"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "top",
|
|
485
|
+
"description": "The top position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/top\">MDN</a>.",
|
|
486
|
+
"type": "string",
|
|
487
|
+
"required": false,
|
|
488
|
+
"defaultValue": null,
|
|
489
|
+
"category": "positioning"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "bottom",
|
|
493
|
+
"description": "The bottom position for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/bottom\">MDN</a>.",
|
|
494
|
+
"type": "string",
|
|
495
|
+
"required": false,
|
|
496
|
+
"defaultValue": null,
|
|
497
|
+
"category": "positioning"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "left",
|
|
501
|
+
"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.",
|
|
502
|
+
"type": "string",
|
|
503
|
+
"required": false,
|
|
504
|
+
"defaultValue": null,
|
|
505
|
+
"category": "positioning"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "right",
|
|
509
|
+
"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.",
|
|
510
|
+
"type": "string",
|
|
511
|
+
"required": false,
|
|
512
|
+
"defaultValue": null,
|
|
513
|
+
"category": "positioning"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "zIndex",
|
|
517
|
+
"description": "The stacking order for the element. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/z-index\">MDN</a>.",
|
|
518
|
+
"type": "string",
|
|
519
|
+
"required": false,
|
|
520
|
+
"defaultValue": null,
|
|
521
|
+
"category": "positioning"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "color",
|
|
525
|
+
"description": "Color variant.",
|
|
526
|
+
"type": "string",
|
|
527
|
+
"required": false,
|
|
528
|
+
"defaultValue": "'primary'",
|
|
529
|
+
"category": "props"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "isActive",
|
|
533
|
+
"description": "Whether the component is active or not.",
|
|
534
|
+
"type": [
|
|
535
|
+
"false",
|
|
536
|
+
"true"
|
|
537
|
+
],
|
|
538
|
+
"required": false,
|
|
539
|
+
"defaultValue": null,
|
|
540
|
+
"category": "props"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "isHovered",
|
|
544
|
+
"description": "Whether the component is hovered or not.",
|
|
545
|
+
"type": [
|
|
546
|
+
"false",
|
|
547
|
+
"true"
|
|
548
|
+
],
|
|
549
|
+
"required": false,
|
|
550
|
+
"defaultValue": null,
|
|
551
|
+
"category": "props"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "variant",
|
|
555
|
+
"description": "Button variant.",
|
|
556
|
+
"type": [
|
|
557
|
+
"\"primary\"",
|
|
558
|
+
"\"secondary\"",
|
|
559
|
+
"\"unstyled\""
|
|
560
|
+
],
|
|
561
|
+
"required": false,
|
|
562
|
+
"defaultValue": "'primary'",
|
|
563
|
+
"category": "props"
|
|
564
|
+
}
|
|
565
|
+
],
|
|
566
|
+
"examples": [],
|
|
567
|
+
"tags": {}
|
|
568
|
+
}
|