@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,1108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Color": {
|
|
3
|
+
"Light": {
|
|
4
|
+
"Components": {
|
|
5
|
+
"Page": {
|
|
6
|
+
"background": {
|
|
7
|
+
"value": "{Color.Neutral.White}"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
"Text": {
|
|
11
|
+
"Primary": {
|
|
12
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
13
|
+
},
|
|
14
|
+
"Secondary": {
|
|
15
|
+
"value": "{Color.Neutral.Dark Grey}"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"Red Sift Logo": {
|
|
19
|
+
"Text-Red": {
|
|
20
|
+
"value": "{Color.Red.N}"
|
|
21
|
+
},
|
|
22
|
+
"Text-White": {
|
|
23
|
+
"value": "{Color.Neutral.White}"
|
|
24
|
+
},
|
|
25
|
+
"Text-Grey": {
|
|
26
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
27
|
+
},
|
|
28
|
+
"Icon-Background": {
|
|
29
|
+
"value": "{Color.Red.N}"
|
|
30
|
+
},
|
|
31
|
+
"Icon-R": {
|
|
32
|
+
"value": "{Color.Neutral.White}"
|
|
33
|
+
},
|
|
34
|
+
"Diamond-Top-Right": {
|
|
35
|
+
"value": "{Color.Light.Components.Red Sift Logo.Diamond-dark}"
|
|
36
|
+
},
|
|
37
|
+
"Diamond-Bottom-Left": {
|
|
38
|
+
"value": "{Color.Light.Components.Red Sift Logo.Diamond-light}"
|
|
39
|
+
},
|
|
40
|
+
"Diamond-Bottom-Right": {
|
|
41
|
+
"value": "{Color.Light.Components.Red Sift Logo.Diamond-mid}"
|
|
42
|
+
},
|
|
43
|
+
"Diamond-dark": {
|
|
44
|
+
"value": "#e24e4e"
|
|
45
|
+
},
|
|
46
|
+
"Diamond-mid": {
|
|
47
|
+
"value": "#ff8181"
|
|
48
|
+
},
|
|
49
|
+
"Diamond-light": {
|
|
50
|
+
"value": "#ffb3b3"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"Product Logos": {
|
|
54
|
+
"Text-Grey": {
|
|
55
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
56
|
+
},
|
|
57
|
+
"Text-Red": {
|
|
58
|
+
"value": "{Color.Red.N}"
|
|
59
|
+
},
|
|
60
|
+
"Text-White": {
|
|
61
|
+
"value": "{Color.Neutral.White}"
|
|
62
|
+
},
|
|
63
|
+
"Icon-Red": {
|
|
64
|
+
"value": "{Color.Red.N}"
|
|
65
|
+
},
|
|
66
|
+
"Icon-Grey": {
|
|
67
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"Side Navigation": {
|
|
71
|
+
"background": { "value": "{Color.Neutral.X-Light Grey}" },
|
|
72
|
+
"menu-item": {
|
|
73
|
+
"text": {
|
|
74
|
+
"resting": { "value": "{Color.Neutral.Dark Grey}" },
|
|
75
|
+
"disabled": { "value": "{Color.Neutral.Mid Grey}" },
|
|
76
|
+
"hover": { "value": "{Color.Neutral.Black}" }
|
|
77
|
+
},
|
|
78
|
+
"background": {
|
|
79
|
+
"hover": { "value": "#E6E6E6" },
|
|
80
|
+
"secondary": { "value": "transparent" },
|
|
81
|
+
"active": { "value": "{Color.Neutral.Light Grey}" }
|
|
82
|
+
},
|
|
83
|
+
"active": { "value": "{Color.Neutral.Black}" }
|
|
84
|
+
},
|
|
85
|
+
"scrollbar": {
|
|
86
|
+
"resting": { "value": "{Color.Neutral.Light Grey}" },
|
|
87
|
+
"hover": { "value": "{Color.Neutral.Mid Grey}" }
|
|
88
|
+
},
|
|
89
|
+
"right-line": {
|
|
90
|
+
"value": "#e9e9e9"
|
|
91
|
+
},
|
|
92
|
+
"current-marker": {
|
|
93
|
+
"value": "{Color.Neutral.Black}"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"App Bar": {
|
|
97
|
+
"background": {
|
|
98
|
+
"value": "{Color.Neutral.White}"
|
|
99
|
+
},
|
|
100
|
+
"breadcrumb-default": {
|
|
101
|
+
"value": "{Color.Neutral.Black}"
|
|
102
|
+
},
|
|
103
|
+
"breadcrumb-hover": {
|
|
104
|
+
"value": "{Color.Primary.D1}"
|
|
105
|
+
},
|
|
106
|
+
"breadcrumb-down": {
|
|
107
|
+
"value": "{Color.Primary.D2}"
|
|
108
|
+
},
|
|
109
|
+
"icon-background-hover": {
|
|
110
|
+
"value": "{Color.Neutral.X-Light Grey}"
|
|
111
|
+
},
|
|
112
|
+
"icon-background-down": {
|
|
113
|
+
"value": "{Color.Neutral.Light Grey}"
|
|
114
|
+
},
|
|
115
|
+
"icon-background-active": {
|
|
116
|
+
"value": "{Color.Neutral.X-Light Grey}"
|
|
117
|
+
},
|
|
118
|
+
"icon-background-active-hover": {
|
|
119
|
+
"value": "{Color.Neutral.Light Grey}"
|
|
120
|
+
},
|
|
121
|
+
"icon-background-active-down": {
|
|
122
|
+
"value": "{Color.Neutral.Light Grey}"
|
|
123
|
+
},
|
|
124
|
+
"border": {
|
|
125
|
+
"value": "#e9e9e9"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"Tooltip": {
|
|
129
|
+
"Background": {
|
|
130
|
+
"value": "{Color.Neutral.White}"
|
|
131
|
+
},
|
|
132
|
+
"Text": {
|
|
133
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"Buttons": {
|
|
137
|
+
"Primary Button": {
|
|
138
|
+
"Primary": {
|
|
139
|
+
"Background": {
|
|
140
|
+
"Default": { "value": "{Color.Primary.N}" },
|
|
141
|
+
"Hover": { "value": "{Color.Primary.D1}" },
|
|
142
|
+
"Active": { "value": "{Color.Primary.D2}" },
|
|
143
|
+
"Disabled": { "value": "{Color.Grey.L3}" }
|
|
144
|
+
},
|
|
145
|
+
"Text": {
|
|
146
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
147
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
148
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
149
|
+
"Disabled": { "value": "{Color.Grey.L1}" }
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"Secondary": {
|
|
153
|
+
"Background": {
|
|
154
|
+
"Default": { "value": "{Color.Secondary.N}" },
|
|
155
|
+
"Hover": { "value": "{Color.Secondary.D1}" },
|
|
156
|
+
"Active": { "value": "{Color.Secondary.D2}" },
|
|
157
|
+
"Disabled": { "value": "{Color.Grey.L3}" }
|
|
158
|
+
},
|
|
159
|
+
"Text": {
|
|
160
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
161
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
162
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
163
|
+
"Disabled": { "value": "{Color.Grey.L1}" }
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"Success": {
|
|
167
|
+
"Background": {
|
|
168
|
+
"Default": { "value": "{Color.Green.N}" },
|
|
169
|
+
"Hover": { "value": "{Color.Green.D1}" },
|
|
170
|
+
"Active": { "value": "{Color.Green.D2}" },
|
|
171
|
+
"Disabled": { "value": "{Color.Grey.L3}" }
|
|
172
|
+
},
|
|
173
|
+
"Text": {
|
|
174
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
175
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
176
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
177
|
+
"Disabled": { "value": "{Color.Grey.L1}" }
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"Error": {
|
|
181
|
+
"Background": {
|
|
182
|
+
"Default": { "value": "{Color.Red.N}" },
|
|
183
|
+
"Hover": { "value": "{Color.Red.D1}" },
|
|
184
|
+
"Active": { "value": "{Color.Red.D2}" },
|
|
185
|
+
"Disabled": { "value": "{Color.Grey.L3}" }
|
|
186
|
+
},
|
|
187
|
+
"Text": {
|
|
188
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
189
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
190
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
191
|
+
"Disabled": { "value": "{Color.Grey.L1}" }
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"Warning": {
|
|
195
|
+
"Background": {
|
|
196
|
+
"Default": { "value": "{Color.Yellow.N}" },
|
|
197
|
+
"Hover": { "value": "{Color.Yellow.D1}" },
|
|
198
|
+
"Active": { "value": "{Color.Yellow.D2}" },
|
|
199
|
+
"Disabled": { "value": "{Color.Grey.L3}" }
|
|
200
|
+
},
|
|
201
|
+
"Text": {
|
|
202
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
203
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
204
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
205
|
+
"Disabled": { "value": "{Color.Grey.L1}" }
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"Info": {
|
|
209
|
+
"Background": {
|
|
210
|
+
"Default": { "value": "{Color.Blue.N}" },
|
|
211
|
+
"Hover": { "value": "{Color.Blue.D1}" },
|
|
212
|
+
"Active": { "value": "{Color.Blue.D2}" },
|
|
213
|
+
"Disabled": { "value": "{Color.Grey.L3}" }
|
|
214
|
+
},
|
|
215
|
+
"Text": {
|
|
216
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
217
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
218
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
219
|
+
"Disabled": { "value": "{Color.Grey.L1}" }
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"Grey": {
|
|
223
|
+
"Background": {
|
|
224
|
+
"Default": { "value": "{Color.Grey.N}" },
|
|
225
|
+
"Hover": { "value": "{Color.Grey.D1}" },
|
|
226
|
+
"Active": { "value": "{Color.Grey.D2}" },
|
|
227
|
+
"Disabled": { "value": "{Color.Grey.L3}" }
|
|
228
|
+
},
|
|
229
|
+
"Text": {
|
|
230
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
231
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
232
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
233
|
+
"Disabled": { "value": "{Color.Grey.L1}" }
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"Radar": {
|
|
237
|
+
"Background": {
|
|
238
|
+
"Default": { "value": "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))" },
|
|
239
|
+
"Hover": { "value": "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))" },
|
|
240
|
+
"Active": { "value": "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))" },
|
|
241
|
+
"Disabled": { "value": "{Color.Grey.L3}" }
|
|
242
|
+
},
|
|
243
|
+
"Text": {
|
|
244
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
245
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
246
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
247
|
+
"Disabled": { "value": "{Color.Grey.L1}" }
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"Secondary Button": {
|
|
252
|
+
"Primary": {
|
|
253
|
+
"Background": {
|
|
254
|
+
"Default": { "value": "transparent" },
|
|
255
|
+
"Hover": { "value": "{Color.Primary.L4}" },
|
|
256
|
+
"Active": { "value": "{Color.Primary.L3}" },
|
|
257
|
+
"Disabled": { "value": "{Color.Neutral.White}" }
|
|
258
|
+
},
|
|
259
|
+
"Text": {
|
|
260
|
+
"Default": { "value": "{Color.Primary.N}" },
|
|
261
|
+
"Hover": { "value": "{Color.Primary.D1}" },
|
|
262
|
+
"Active": { "value": "{Color.Primary.D2}" },
|
|
263
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"Secondary": {
|
|
267
|
+
"Background": {
|
|
268
|
+
"Default": { "value": "transparent" },
|
|
269
|
+
"Hover": { "value": "{Color.Secondary.L4}" },
|
|
270
|
+
"Active": { "value": "{Color.Secondary.L3}" },
|
|
271
|
+
"Disabled": { "value": "{Color.Neutral.White}" }
|
|
272
|
+
},
|
|
273
|
+
"Text": {
|
|
274
|
+
"Default": { "value": "{Color.Secondary.N}" },
|
|
275
|
+
"Hover": { "value": "{Color.Secondary.D1}" },
|
|
276
|
+
"Active": { "value": "{Color.Secondary.D2}" },
|
|
277
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"Success": {
|
|
281
|
+
"Background": {
|
|
282
|
+
"Default": { "value": "transparent" },
|
|
283
|
+
"Hover": { "value": "{Color.Green.L4}" },
|
|
284
|
+
"Active": { "value": "{Color.Green.L3}" },
|
|
285
|
+
"Disabled": { "value": "{Color.Neutral.White}" }
|
|
286
|
+
},
|
|
287
|
+
"Text": {
|
|
288
|
+
"Default": { "value": "{Color.Green.N}" },
|
|
289
|
+
"Hover": { "value": "{Color.Green.D1}" },
|
|
290
|
+
"Active": { "value": "{Color.Green.D2}" },
|
|
291
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"Error": {
|
|
295
|
+
"Background": {
|
|
296
|
+
"Default": { "value": "transparent" },
|
|
297
|
+
"Hover": { "value": "{Color.Red.L4}" },
|
|
298
|
+
"Active": { "value": "{Color.Red.L3}" },
|
|
299
|
+
"Disabled": { "value": "{Color.Neutral.White}" }
|
|
300
|
+
},
|
|
301
|
+
"Text": {
|
|
302
|
+
"Default": { "value": "{Color.Red.N}" },
|
|
303
|
+
"Hover": { "value": "{Color.Red.D1}" },
|
|
304
|
+
"Active": { "value": "{Color.Red.D2}" },
|
|
305
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"Warning": {
|
|
309
|
+
"Background": {
|
|
310
|
+
"Default": { "value": "transparent" },
|
|
311
|
+
"Hover": { "value": "{Color.Yellow.L4}" },
|
|
312
|
+
"Active": { "value": "{Color.Yellow.L3}" },
|
|
313
|
+
"Disabled": { "value": "{Color.Neutral.White}" }
|
|
314
|
+
},
|
|
315
|
+
"Text": {
|
|
316
|
+
"Default": { "value": "{Color.Yellow.N}" },
|
|
317
|
+
"Hover": { "value": "{Color.Yellow.D1}" },
|
|
318
|
+
"Active": { "value": "{Color.Yellow.D2}" },
|
|
319
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"Info": {
|
|
323
|
+
"Background": {
|
|
324
|
+
"Default": { "value": "transparent" },
|
|
325
|
+
"Hover": { "value": "{Color.Blue.L4}" },
|
|
326
|
+
"Active": { "value": "{Color.Blue.L3}" },
|
|
327
|
+
"Disabled": { "value": "{Color.Neutral.White}" }
|
|
328
|
+
},
|
|
329
|
+
"Text": {
|
|
330
|
+
"Default": { "value": "{Color.Blue.N}" },
|
|
331
|
+
"Hover": { "value": "{Color.Blue.D1}" },
|
|
332
|
+
"Active": { "value": "{Color.Blue.D2}" },
|
|
333
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
"Grey": {
|
|
337
|
+
"Background": {
|
|
338
|
+
"Default": { "value": "transparent" },
|
|
339
|
+
"Hover": { "value": "{Color.Grey.L3}" },
|
|
340
|
+
"Active": { "value": "{Color.Grey.L2}" },
|
|
341
|
+
"Disabled": { "value": "transparent" }
|
|
342
|
+
},
|
|
343
|
+
"Text": {
|
|
344
|
+
"Default": { "value": "{Color.Grey.N}" },
|
|
345
|
+
"Hover": { "value": "{Color.Grey.D2}" },
|
|
346
|
+
"Active": { "value": "{Color.Grey.D2}" },
|
|
347
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"Black": {
|
|
351
|
+
"Background": {
|
|
352
|
+
"Default": { "value": "transparent" },
|
|
353
|
+
"Hover": { "value": "{Color.Grey.L3}" },
|
|
354
|
+
"Active": { "value": "{Color.Grey.L2}" },
|
|
355
|
+
"Disabled": { "value": "transparent" }
|
|
356
|
+
},
|
|
357
|
+
"Text": {
|
|
358
|
+
"Default": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
359
|
+
"Hover": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
360
|
+
"Active": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
361
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"White": {
|
|
365
|
+
"Background": {
|
|
366
|
+
"Default": { "value": "transparent" },
|
|
367
|
+
"Hover": { "value": "{Color.Grey.L3}" },
|
|
368
|
+
"Active": { "value": "{Color.Grey.L2}" },
|
|
369
|
+
"Disabled": { "value": "transparent" }
|
|
370
|
+
},
|
|
371
|
+
"Text": {
|
|
372
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
373
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
374
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
375
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"Radar": {
|
|
379
|
+
"Background": {
|
|
380
|
+
"Default": { "value": "transparent" },
|
|
381
|
+
"Hover": { "value": "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))" },
|
|
382
|
+
"Active": { "value": "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))" },
|
|
383
|
+
"Disabled": { "value": "{Color.Neutral.White}" }
|
|
384
|
+
},
|
|
385
|
+
"Text": {
|
|
386
|
+
"Default": { "value": "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))" },
|
|
387
|
+
"Hover": { "value": "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))" },
|
|
388
|
+
"Active": { "value": "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))" },
|
|
389
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"Unstyled Button": {
|
|
394
|
+
"Primary": {
|
|
395
|
+
"Background": {
|
|
396
|
+
"Default": { "value": "transparent" },
|
|
397
|
+
"Hover": { "value": "{Color.Primary.L4}" },
|
|
398
|
+
"Active": { "value": "{Color.Primary.L3}" },
|
|
399
|
+
"Disabled": { "value": "transparent" }
|
|
400
|
+
},
|
|
401
|
+
"Text": {
|
|
402
|
+
"Default": { "value": "{Color.Primary.N}" },
|
|
403
|
+
"Hover": { "value": "{Color.Primary.D1}" },
|
|
404
|
+
"Active": { "value": "{Color.Primary.D2}" },
|
|
405
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"Secondary": {
|
|
409
|
+
"Background": {
|
|
410
|
+
"Default": { "value": "transparent" },
|
|
411
|
+
"Hover": { "value": "{Color.Secondary.L4}" },
|
|
412
|
+
"Active": { "value": "{Color.Secondary.L3}" },
|
|
413
|
+
"Disabled": { "value": "transparent" }
|
|
414
|
+
},
|
|
415
|
+
"Text": {
|
|
416
|
+
"Default": { "value": "{Color.Secondary.N}" },
|
|
417
|
+
"Hover": { "value": "{Color.Secondary.D1}" },
|
|
418
|
+
"Active": { "value": "{Color.Secondary.D2}" },
|
|
419
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"Success": {
|
|
423
|
+
"Background": {
|
|
424
|
+
"Default": { "value": "transparent" },
|
|
425
|
+
"Hover": { "value": "{Color.Green.L4}" },
|
|
426
|
+
"Active": { "value": "{Color.Green.L3}" },
|
|
427
|
+
"Disabled": { "value": "transparent" }
|
|
428
|
+
},
|
|
429
|
+
"Text": {
|
|
430
|
+
"Default": { "value": "{Color.Green.N}" },
|
|
431
|
+
"Hover": { "value": "{Color.Green.D1}" },
|
|
432
|
+
"Active": { "value": "{Color.Green.D2}" },
|
|
433
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"Error": {
|
|
437
|
+
"Background": {
|
|
438
|
+
"Default": { "value": "transparent" },
|
|
439
|
+
"Hover": { "value": "{Color.Red.L4}" },
|
|
440
|
+
"Active": { "value": "{Color.Red.L3}" },
|
|
441
|
+
"Disabled": { "value": "transparent" }
|
|
442
|
+
},
|
|
443
|
+
"Text": {
|
|
444
|
+
"Default": { "value": "{Color.Red.N}" },
|
|
445
|
+
"Hover": { "value": "{Color.Red.D1}" },
|
|
446
|
+
"Active": { "value": "{Color.Red.D2}" },
|
|
447
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"Warning": {
|
|
451
|
+
"Background": {
|
|
452
|
+
"Default": { "value": "transparent" },
|
|
453
|
+
"Hover": { "value": "{Color.Yellow.L4}" },
|
|
454
|
+
"Active": { "value": "{Color.Yellow.L3}" },
|
|
455
|
+
"Disabled": { "value": "transparent" }
|
|
456
|
+
},
|
|
457
|
+
"Text": {
|
|
458
|
+
"Default": { "value": "{Color.Yellow.N}" },
|
|
459
|
+
"Hover": { "value": "{Color.Yellow.D1}" },
|
|
460
|
+
"Active": { "value": "{Color.Yellow.D2}" },
|
|
461
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"Info": {
|
|
465
|
+
"Background": {
|
|
466
|
+
"Default": { "value": "transparent" },
|
|
467
|
+
"Hover": { "value": "{Color.Blue.L4}" },
|
|
468
|
+
"Active": { "value": "{Color.Blue.L3}" },
|
|
469
|
+
"Disabled": { "value": "transparent" }
|
|
470
|
+
},
|
|
471
|
+
"Text": {
|
|
472
|
+
"Default": { "value": "{Color.Blue.N}" },
|
|
473
|
+
"Hover": { "value": "{Color.Blue.D1}" },
|
|
474
|
+
"Active": { "value": "{Color.Blue.D2}" },
|
|
475
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"Grey": {
|
|
479
|
+
"Background": {
|
|
480
|
+
"Default": { "value": "transparent" },
|
|
481
|
+
"Hover": { "value": "{Color.Grey.L3}" },
|
|
482
|
+
"Active": { "value": "{Color.Grey.L2}" },
|
|
483
|
+
"Disabled": { "value": "transparent" }
|
|
484
|
+
},
|
|
485
|
+
"Text": {
|
|
486
|
+
"Default": { "value": "{Color.Grey.N}" },
|
|
487
|
+
"Hover": { "value": "{Color.Grey.D2}" },
|
|
488
|
+
"Active": { "value": "{Color.Grey.D2}" },
|
|
489
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"Black": {
|
|
493
|
+
"Background": {
|
|
494
|
+
"Default": { "value": "transparent" },
|
|
495
|
+
"Hover": { "value": "{Color.Grey.L3}" },
|
|
496
|
+
"Active": { "value": "{Color.Grey.L2}" },
|
|
497
|
+
"Disabled": { "value": "transparent" }
|
|
498
|
+
},
|
|
499
|
+
"Text": {
|
|
500
|
+
"Default": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
501
|
+
"Hover": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
502
|
+
"Active": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
503
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"White": {
|
|
507
|
+
"Background": {
|
|
508
|
+
"Default": { "value": "transparent" },
|
|
509
|
+
"Hover": { "value": "{Color.Grey.L3}" },
|
|
510
|
+
"Active": { "value": "{Color.Grey.L2}" },
|
|
511
|
+
"Disabled": { "value": "transparent" }
|
|
512
|
+
},
|
|
513
|
+
"Text": {
|
|
514
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
515
|
+
"Hover": { "value": "{Color.Neutral.White}" },
|
|
516
|
+
"Active": { "value": "{Color.Neutral.White}" },
|
|
517
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
"Radar": {
|
|
521
|
+
"Background": {
|
|
522
|
+
"Default": { "value": "transparent" },
|
|
523
|
+
"Hover": { "value": "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))" },
|
|
524
|
+
"Active": { "value": "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))" },
|
|
525
|
+
"Disabled": { "value": "{Color.Neutral.White}" }
|
|
526
|
+
},
|
|
527
|
+
"Text": {
|
|
528
|
+
"Default": { "value": "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))" },
|
|
529
|
+
"Hover": { "value": "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))" },
|
|
530
|
+
"Active": { "value": "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))" },
|
|
531
|
+
"Disabled": { "value": "{Color.Grey.L2}" }
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
"AI": {
|
|
537
|
+
"ai-border": {
|
|
538
|
+
"value": "{Color.Borders.border-error}"
|
|
539
|
+
},
|
|
540
|
+
"ai-icon": {
|
|
541
|
+
"value": "{Color.Red.N}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"Spinner": {
|
|
545
|
+
"Spinner": {
|
|
546
|
+
"value": "{Color.Primary.N}"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"Alert": {
|
|
550
|
+
"Success": {
|
|
551
|
+
"Background": {
|
|
552
|
+
"value": "{Color.Green.L4}"
|
|
553
|
+
},
|
|
554
|
+
"Border": {
|
|
555
|
+
"value": "{Color.Green.L3}"
|
|
556
|
+
},
|
|
557
|
+
"Icon": {
|
|
558
|
+
"value": "{Color.Green.N}"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
"Text": {
|
|
562
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
563
|
+
},
|
|
564
|
+
"Error": {
|
|
565
|
+
"Background": {
|
|
566
|
+
"value": "{Color.Red.L4}"
|
|
567
|
+
},
|
|
568
|
+
"Border": {
|
|
569
|
+
"value": "{Color.Red.L3}"
|
|
570
|
+
},
|
|
571
|
+
"Icon": {
|
|
572
|
+
"value": "{Color.Red.N}"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"Warning": {
|
|
576
|
+
"Background": {
|
|
577
|
+
"value": "{Color.Yellow.L4}"
|
|
578
|
+
},
|
|
579
|
+
"Border": {
|
|
580
|
+
"value": "{Color.Yellow.L3}"
|
|
581
|
+
},
|
|
582
|
+
"Icon": {
|
|
583
|
+
"value": "{Color.Yellow.N}"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"Info": {
|
|
587
|
+
"Background": {
|
|
588
|
+
"value": "{Color.Blue.L4}"
|
|
589
|
+
},
|
|
590
|
+
"Border": {
|
|
591
|
+
"value": "{Color.Blue.L3}"
|
|
592
|
+
},
|
|
593
|
+
"Icon": {
|
|
594
|
+
"value": "{Color.Blue.N}"
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
"Icons": {
|
|
599
|
+
"Default": {
|
|
600
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"Dropdowns and Menus": {
|
|
604
|
+
"Default Background": {
|
|
605
|
+
"value": "{Color.Neutral.White}"
|
|
606
|
+
},
|
|
607
|
+
"Default Text": {
|
|
608
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
609
|
+
},
|
|
610
|
+
"Dividers": {
|
|
611
|
+
"value": "{Color.Neutral.Light Grey}"
|
|
612
|
+
},
|
|
613
|
+
"Hover Background": {
|
|
614
|
+
"value": "{Color.Neutral.X-Light Grey}"
|
|
615
|
+
},
|
|
616
|
+
"Hover Text": {
|
|
617
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
618
|
+
},
|
|
619
|
+
"Click Background": {
|
|
620
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
621
|
+
},
|
|
622
|
+
"Click Text": {
|
|
623
|
+
"value": "{Color.Neutral.White}"
|
|
624
|
+
},
|
|
625
|
+
"Toggle- Active Text": {
|
|
626
|
+
"value": "{Color.Neutral.White}"
|
|
627
|
+
},
|
|
628
|
+
"Toggle- Active Background": {
|
|
629
|
+
"value": "{Color.Primary.N}"
|
|
630
|
+
},
|
|
631
|
+
"Toggle- Active Hover Text": {
|
|
632
|
+
"value": "{Color.Neutral.White}"
|
|
633
|
+
},
|
|
634
|
+
"Toggle- Active Hover Background": {
|
|
635
|
+
"value": "{Color.Primary.D1}"
|
|
636
|
+
},
|
|
637
|
+
"Toggle- Active Click Text": {
|
|
638
|
+
"value": "{Color.Neutral.White}"
|
|
639
|
+
},
|
|
640
|
+
"Toggle- Active Click Background": {
|
|
641
|
+
"value": "{Color.Neutral.X-Dark Grey}"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"Checkbox": {
|
|
645
|
+
"Fill": {
|
|
646
|
+
"Default": { "value": "{Color.Primary.N}" },
|
|
647
|
+
"Default Hover": { "value": "{Color.Primary.L4}" },
|
|
648
|
+
"Uncolored": { "value": "{Color.Neutral.Mid Grey}" },
|
|
649
|
+
"Uncolored Hover": { "value": "{Color.Neutral.Dark Grey}" },
|
|
650
|
+
"Disabled": { "value": "{Color.Neutral.Light Grey}" },
|
|
651
|
+
"Invalid": { "value": "{Color.Red.N}" },
|
|
652
|
+
"Invalid Hover": { "value": "{Color.Red.L4}" }
|
|
653
|
+
},
|
|
654
|
+
"Text": {
|
|
655
|
+
"Default": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
656
|
+
"Invalid": { "value": "{Color.Red.N}" },
|
|
657
|
+
"Disabled": { "value": "{Color.Neutral.Light Grey}" }
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"Radio": {
|
|
661
|
+
"Fill": {
|
|
662
|
+
"Default": { "value": "{Color.Primary.N}" },
|
|
663
|
+
"Default Hover": { "value": "{Color.Primary.L4}" },
|
|
664
|
+
"Uncolored": { "value": "{Color.Neutral.Mid Grey}" },
|
|
665
|
+
"Uncolored Hover": { "value": "{Color.Neutral.Dark Grey}" },
|
|
666
|
+
"Disabled": { "value": "{Color.Neutral.Light Grey}" },
|
|
667
|
+
"Invalid": { "value": "{Color.Red.N}" },
|
|
668
|
+
"Invalid Hover": { "value": "{Color.Red.L4}" }
|
|
669
|
+
},
|
|
670
|
+
"Text": {
|
|
671
|
+
"Default": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
672
|
+
"Invalid": { "value": "{Color.Red.N}" },
|
|
673
|
+
"Disabled": { "value": "{Color.Neutral.Light Grey}" }
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"Switch": {
|
|
677
|
+
"Dot": {
|
|
678
|
+
"Default": { "value": "{Color.Neutral.White}" },
|
|
679
|
+
"Default Hover": { "value": "{Color.Primary.L4}" },
|
|
680
|
+
"Uncolored": { "value": "{Color.Neutral.White}" },
|
|
681
|
+
"Uncolored Hover": { "value": "{Color.Neutral.Dark Grey}" },
|
|
682
|
+
"Disabled": { "value": "{Color.Neutral.White}" },
|
|
683
|
+
"Invalid": { "value": "{Color.Neutral.White}" },
|
|
684
|
+
"Invalid Hover": { "value": "{Color.Red.L4}" }
|
|
685
|
+
},
|
|
686
|
+
"Background": {
|
|
687
|
+
"Default": { "value": "{Color.Primary.L4}" },
|
|
688
|
+
"Default Active": { "value": "{Color.Primary.N}" },
|
|
689
|
+
"Uncolored": { "value": "{Color.Neutral.Dark Grey}" },
|
|
690
|
+
"Uncolored Active": { "value": "{Color.Neutral.Mid Grey}" },
|
|
691
|
+
"Disabled": { "value": "{Color.Neutral.Light Grey}" },
|
|
692
|
+
"Disabled Active": { "value": "{Color.Neutral.Mid Grey}" },
|
|
693
|
+
"Invalid": { "value": "{Color.Red.L4}" },
|
|
694
|
+
"Invalid Active": { "value": "{Color.Red.N}" }
|
|
695
|
+
},
|
|
696
|
+
"Text": {
|
|
697
|
+
"Default": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
698
|
+
"Invalid": { "value": "{Color.Red.N}" },
|
|
699
|
+
"Disabled": { "value": "{Color.Neutral.Light Grey}" }
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
"Tabs": {
|
|
703
|
+
"Line": {
|
|
704
|
+
"value": "{Color.Neutral.Light Grey}"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"Modal": {
|
|
708
|
+
"Background": {
|
|
709
|
+
"value": "{Color.Neutral.White}"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"Pills": {
|
|
713
|
+
"grey": {
|
|
714
|
+
"default": {
|
|
715
|
+
"background": { "value": "{Color.Presentation.grey.light}" },
|
|
716
|
+
"border": { "value": "transparent" },
|
|
717
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
718
|
+
},
|
|
719
|
+
"hover": {
|
|
720
|
+
"background": { "value": "{Color.Presentation.grey.default}" },
|
|
721
|
+
"border": { "value": "transparent" },
|
|
722
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
723
|
+
},
|
|
724
|
+
"disabled": {
|
|
725
|
+
"background": { "value": "{Color.Presentation.grey.lighter}" },
|
|
726
|
+
"border": { "value": "transparent" },
|
|
727
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"green": {
|
|
731
|
+
"default": {
|
|
732
|
+
"background": { "value": "{Color.Presentation.green.light}" },
|
|
733
|
+
"border": { "value": "transparent" },
|
|
734
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
735
|
+
},
|
|
736
|
+
"hover": {
|
|
737
|
+
"background": { "value": "{Color.Presentation.green.default}" },
|
|
738
|
+
"border": { "value": "transparent" },
|
|
739
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
740
|
+
},
|
|
741
|
+
"disabled": {
|
|
742
|
+
"background": { "value": "{Color.Presentation.green.lighter}" },
|
|
743
|
+
"border": { "value": "transparent" },
|
|
744
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"pink": {
|
|
748
|
+
"default": {
|
|
749
|
+
"background": { "value": "{Color.Presentation.pink.light}" },
|
|
750
|
+
"border": { "value": "transparent" },
|
|
751
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
752
|
+
},
|
|
753
|
+
"hover": {
|
|
754
|
+
"background": { "value": "{Color.Presentation.pink.default}" },
|
|
755
|
+
"border": { "value": "transparent" },
|
|
756
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
757
|
+
},
|
|
758
|
+
"disabled": {
|
|
759
|
+
"background": { "value": "{Color.Presentation.pink.lighter}" },
|
|
760
|
+
"border": { "value": "transparent" },
|
|
761
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"aqua": {
|
|
765
|
+
"default": {
|
|
766
|
+
"background": { "value": "{Color.Presentation.aqua.light}" },
|
|
767
|
+
"border": { "value": "transparent" },
|
|
768
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
769
|
+
},
|
|
770
|
+
"hover": {
|
|
771
|
+
"background": { "value": "{Color.Presentation.aqua.default}" },
|
|
772
|
+
"border": { "value": "transparent" },
|
|
773
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
774
|
+
},
|
|
775
|
+
"disabled": {
|
|
776
|
+
"background": { "value": "{Color.Presentation.aqua.lighter}" },
|
|
777
|
+
"border": { "value": "transparent" },
|
|
778
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"brown": {
|
|
782
|
+
"default": {
|
|
783
|
+
"background": { "value": "{Color.Presentation.brown.light}" },
|
|
784
|
+
"border": { "value": "transparent" },
|
|
785
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
786
|
+
},
|
|
787
|
+
"hover": {
|
|
788
|
+
"background": { "value": "{Color.Presentation.brown.default}" },
|
|
789
|
+
"border": { "value": "transparent" },
|
|
790
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
791
|
+
},
|
|
792
|
+
"disabled": {
|
|
793
|
+
"background": { "value": "{Color.Presentation.brown.lighter}" },
|
|
794
|
+
"border": { "value": "transparent" },
|
|
795
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"red": {
|
|
799
|
+
"default": {
|
|
800
|
+
"background": { "value": "{Color.Presentation.red.light}" },
|
|
801
|
+
"border": { "value": "transparent" },
|
|
802
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
803
|
+
},
|
|
804
|
+
"hover": {
|
|
805
|
+
"background": { "value": "{Color.Presentation.red.default}" },
|
|
806
|
+
"border": { "value": "transparent" },
|
|
807
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
808
|
+
},
|
|
809
|
+
"disabled": {
|
|
810
|
+
"background": { "value": "{Color.Presentation.red.lighter}" },
|
|
811
|
+
"border": { "value": "transparent" },
|
|
812
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"yellow": {
|
|
816
|
+
"default": {
|
|
817
|
+
"background": { "value": "{Color.Presentation.yellow.light}" },
|
|
818
|
+
"border": { "value": "transparent" },
|
|
819
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
820
|
+
},
|
|
821
|
+
"hover": {
|
|
822
|
+
"background": { "value": "{Color.Presentation.yellow.default}" },
|
|
823
|
+
"border": { "value": "transparent" },
|
|
824
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
825
|
+
},
|
|
826
|
+
"disabled": {
|
|
827
|
+
"background": { "value": "{Color.Presentation.yellow.lighter}" },
|
|
828
|
+
"border": { "value": "transparent" },
|
|
829
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"purple": {
|
|
833
|
+
"default": {
|
|
834
|
+
"background": { "value": "{Color.Presentation.purple.light}" },
|
|
835
|
+
"border": { "value": "transparent" },
|
|
836
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
837
|
+
},
|
|
838
|
+
"hover": {
|
|
839
|
+
"background": { "value": "{Color.Presentation.purple.default}" },
|
|
840
|
+
"border": { "value": "transparent" },
|
|
841
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
842
|
+
},
|
|
843
|
+
"disabled": {
|
|
844
|
+
"background": { "value": "{Color.Presentation.purple.lighter}" },
|
|
845
|
+
"border": { "value": "transparent" },
|
|
846
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"orange": {
|
|
850
|
+
"default": {
|
|
851
|
+
"background": { "value": "{Color.Presentation.orange.light}" },
|
|
852
|
+
"border": { "value": "transparent" },
|
|
853
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
854
|
+
},
|
|
855
|
+
"hover": {
|
|
856
|
+
"background": { "value": "{Color.Presentation.orange.default}" },
|
|
857
|
+
"border": { "value": "transparent" },
|
|
858
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
859
|
+
},
|
|
860
|
+
"disabled": {
|
|
861
|
+
"background": { "value": "{Color.Presentation.orange.lighter}" },
|
|
862
|
+
"border": { "value": "transparent" },
|
|
863
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"blue": {
|
|
867
|
+
"default": {
|
|
868
|
+
"background": { "value": "{Color.Presentation.blue.light}" },
|
|
869
|
+
"border": { "value": "transparent" },
|
|
870
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
871
|
+
},
|
|
872
|
+
"hover": {
|
|
873
|
+
"background": { "value": "{Color.Presentation.blue.default}" },
|
|
874
|
+
"border": { "value": "transparent" },
|
|
875
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
876
|
+
},
|
|
877
|
+
"disabled": {
|
|
878
|
+
"background": { "value": "{Color.Presentation.blue.lighter}" },
|
|
879
|
+
"border": { "value": "transparent" },
|
|
880
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"black": {
|
|
884
|
+
"default": {
|
|
885
|
+
"background": { "value": "{Color.Neutral.Black}" },
|
|
886
|
+
"border": { "value": "transparent" },
|
|
887
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
888
|
+
},
|
|
889
|
+
"hover": {
|
|
890
|
+
"background": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
891
|
+
"border": { "value": "transparent" },
|
|
892
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
893
|
+
},
|
|
894
|
+
"disabled": {
|
|
895
|
+
"background": { "value": "{Color.Neutral.Dark Grey}" },
|
|
896
|
+
"border": { "value": "transparent" },
|
|
897
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
"x-dark-grey": {
|
|
901
|
+
"default": {
|
|
902
|
+
"background": { "value": "{Color.Neutral.X-Dark Grey}" },
|
|
903
|
+
"border": { "value": "transparent" },
|
|
904
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
905
|
+
},
|
|
906
|
+
"hover": {
|
|
907
|
+
"background": { "value": "{Color.Neutral.Dark Grey}" },
|
|
908
|
+
"border": { "value": "transparent" },
|
|
909
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
910
|
+
},
|
|
911
|
+
"disabled": {
|
|
912
|
+
"background": { "value": "{Color.Neutral.Mid Grey}" },
|
|
913
|
+
"border": { "value": "transparent" },
|
|
914
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"dark-grey": {
|
|
918
|
+
"default": {
|
|
919
|
+
"background": { "value": "{Color.Neutral.Dark Grey}" },
|
|
920
|
+
"border": { "value": "transparent" },
|
|
921
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
922
|
+
},
|
|
923
|
+
"hover": {
|
|
924
|
+
"background": { "value": "{Color.Neutral.Mid Grey}" },
|
|
925
|
+
"border": { "value": "transparent" },
|
|
926
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
927
|
+
},
|
|
928
|
+
"disabled": {
|
|
929
|
+
"background": { "value": "{Color.Neutral.Light Grey}" },
|
|
930
|
+
"border": { "value": "transparent" },
|
|
931
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"mid-grey": {
|
|
935
|
+
"default": {
|
|
936
|
+
"background": { "value": "{Color.Neutral.Mid Grey}" },
|
|
937
|
+
"border": { "value": "transparent" },
|
|
938
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
939
|
+
},
|
|
940
|
+
"hover": {
|
|
941
|
+
"background": { "value": "{Color.Neutral.Dark Grey}" },
|
|
942
|
+
"border": { "value": "transparent" },
|
|
943
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
944
|
+
},
|
|
945
|
+
"disabled": {
|
|
946
|
+
"background": { "value": "{Color.Neutral.Light Grey}" },
|
|
947
|
+
"border": { "value": "transparent" },
|
|
948
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"light-grey": {
|
|
952
|
+
"default": {
|
|
953
|
+
"background": { "value": "{Color.Neutral.Light Grey}" },
|
|
954
|
+
"border": { "value": "transparent" },
|
|
955
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
956
|
+
},
|
|
957
|
+
"hover": {
|
|
958
|
+
"background": { "value": "{Color.Neutral.Mid Grey}" },
|
|
959
|
+
"border": { "value": "transparent" },
|
|
960
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
961
|
+
},
|
|
962
|
+
"disabled": {
|
|
963
|
+
"background": { "value": "{Color.Neutral.X-Light Grey}" },
|
|
964
|
+
"border": { "value": "transparent" },
|
|
965
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
"x-light-grey": {
|
|
969
|
+
"default": {
|
|
970
|
+
"background": { "value": "{Color.Neutral.X-Light Grey}" },
|
|
971
|
+
"border": { "value": "transparent" },
|
|
972
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
973
|
+
},
|
|
974
|
+
"hover": {
|
|
975
|
+
"background": { "value": "{Color.Neutral.Light Grey}" },
|
|
976
|
+
"border": { "value": "transparent" },
|
|
977
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
978
|
+
},
|
|
979
|
+
"disabled": {
|
|
980
|
+
"background": { "value": "{Color.Neutral.Mid Grey}" },
|
|
981
|
+
"border": { "value": "transparent" },
|
|
982
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"white": {
|
|
986
|
+
"default": {
|
|
987
|
+
"background": { "value": "{Color.Neutral.White}" },
|
|
988
|
+
"border": { "value": "{Color.Neutral.Light Grey}" },
|
|
989
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
990
|
+
},
|
|
991
|
+
"hover": {
|
|
992
|
+
"background": { "value": "{Color.Neutral.X-Light Grey}" },
|
|
993
|
+
"border": { "value": "{Color.Neutral.Light Grey}" },
|
|
994
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
995
|
+
},
|
|
996
|
+
"disabled": {
|
|
997
|
+
"background": { "value": "{Color.Neutral.White}" },
|
|
998
|
+
"border": { "value": "{Color.Neutral.Light Grey}" },
|
|
999
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"error": {
|
|
1003
|
+
"default": {
|
|
1004
|
+
"background": { "value": "{Color.Red.L4}" },
|
|
1005
|
+
"border": { "value": "transparent" },
|
|
1006
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1007
|
+
},
|
|
1008
|
+
"hover": {
|
|
1009
|
+
"background": { "value": "{Color.Red.L3}" },
|
|
1010
|
+
"border": { "value": "transparent" },
|
|
1011
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1012
|
+
},
|
|
1013
|
+
"disabled": {
|
|
1014
|
+
"background": { "value": "{Color.Presentation.red.light}" },
|
|
1015
|
+
"border": { "value": "transparent" },
|
|
1016
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
"warning": {
|
|
1020
|
+
"default": {
|
|
1021
|
+
"background": { "value": "{Color.Yellow.L4}" },
|
|
1022
|
+
"border": { "value": "transparent" },
|
|
1023
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1024
|
+
},
|
|
1025
|
+
"hover": {
|
|
1026
|
+
"background": { "value": "{Color.Yellow.L3}" },
|
|
1027
|
+
"border": { "value": "transparent" },
|
|
1028
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1029
|
+
},
|
|
1030
|
+
"disabled": {
|
|
1031
|
+
"background": { "value": "{Color.Presentation.orange.light}" },
|
|
1032
|
+
"border": { "value": "transparent" },
|
|
1033
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"success": {
|
|
1037
|
+
"default": {
|
|
1038
|
+
"background": { "value": "{Color.Green.L4}" },
|
|
1039
|
+
"border": { "value": "transparent" },
|
|
1040
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1041
|
+
},
|
|
1042
|
+
"hover": {
|
|
1043
|
+
"background": { "value": "{Color.Green.L3}" },
|
|
1044
|
+
"border": { "value": "transparent" },
|
|
1045
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1046
|
+
},
|
|
1047
|
+
"disabled": {
|
|
1048
|
+
"background": { "value": "{Color.Presentation.green.light}" },
|
|
1049
|
+
"border": { "value": "transparent" },
|
|
1050
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
"error-dark": {
|
|
1054
|
+
"default": {
|
|
1055
|
+
"background": { "value": "{Color.Red.N}" },
|
|
1056
|
+
"border": { "value": "transparent" },
|
|
1057
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
1058
|
+
},
|
|
1059
|
+
"hover": {
|
|
1060
|
+
"background": { "value": "{Color.Red.D1}" },
|
|
1061
|
+
"border": { "value": "transparent" },
|
|
1062
|
+
"text": { "value": "{Color.Neutral.White}" }
|
|
1063
|
+
},
|
|
1064
|
+
"disabled": {
|
|
1065
|
+
"background": { "value": "{Color.Presentation.red.light}" },
|
|
1066
|
+
"border": { "value": "transparent" },
|
|
1067
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
"warning-dark": {
|
|
1071
|
+
"default": {
|
|
1072
|
+
"background": { "value": "{Color.Yellow.N}" },
|
|
1073
|
+
"border": { "value": "transparent" },
|
|
1074
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1075
|
+
},
|
|
1076
|
+
"hover": {
|
|
1077
|
+
"background": { "value": "{Color.Yellow.D1}" },
|
|
1078
|
+
"border": { "value": "transparent" },
|
|
1079
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1080
|
+
},
|
|
1081
|
+
"disabled": {
|
|
1082
|
+
"background": { "value": "{Color.Presentation.orange.light}" },
|
|
1083
|
+
"border": { "value": "transparent" },
|
|
1084
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
"success-dark": {
|
|
1088
|
+
"default": {
|
|
1089
|
+
"background": { "value": "{Color.Green.N}" },
|
|
1090
|
+
"border": { "value": "transparent" },
|
|
1091
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1092
|
+
},
|
|
1093
|
+
"hover": {
|
|
1094
|
+
"background": { "value": "{Color.Green.D1}" },
|
|
1095
|
+
"border": { "value": "transparent" },
|
|
1096
|
+
"text": { "value": "{Color.Neutral.Black}" }
|
|
1097
|
+
},
|
|
1098
|
+
"disabled": {
|
|
1099
|
+
"background": { "value": "{Color.Presentation.green.light}" },
|
|
1100
|
+
"border": { "value": "transparent" },
|
|
1101
|
+
"text": { "value": "{Color.Neutral.Mid Grey}" }
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
}
|