@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.
Files changed (258) hide show
  1. package/README.md +203 -0
  2. package/consumer-instructions/.cursorrules +80 -0
  3. package/consumer-instructions/.windsurfrules +80 -0
  4. package/consumer-instructions/CLAUDE.md +87 -0
  5. package/consumer-instructions/redsift-design-system.instructions.md +87 -0
  6. package/data/demos/patterns/crossfiltered-datagrid-page/example.tsx +750 -0
  7. package/data/demos/patterns/crossfiltered-datagrid-page/with-empty-state.tsx +111 -0
  8. package/data/demos/patterns/crossfiltered-datagrid-page/with-error.tsx +122 -0
  9. package/data/demos/patterns/crossfiltered-datagrid-page/with-loading.tsx +88 -0
  10. package/data/demos/patterns/datagrid-page/example.tsx +521 -0
  11. package/data/demos/patterns/datagrid-page/with-empty-state.tsx +80 -0
  12. package/data/demos/patterns/datagrid-page/with-error.tsx +96 -0
  13. package/data/demos/patterns/datagrid-page/with-loading.tsx +57 -0
  14. package/data/demos/patterns/drilldown-datagrid-page/example.tsx +715 -0
  15. package/data/demos/patterns/drilldown-datagrid-page/with-empty-state.tsx +113 -0
  16. package/data/demos/patterns/drilldown-datagrid-page/with-error.tsx +125 -0
  17. package/data/demos/patterns/drilldown-datagrid-page/with-loading.tsx +90 -0
  18. package/data/demos/patterns/server-datagrid-page/example.tsx +757 -0
  19. package/data/demos/patterns/server-datagrid-page/with-empty-state.tsx +107 -0
  20. package/data/demos/patterns/server-datagrid-page/with-error.tsx +107 -0
  21. package/data/demos/patterns/server-datagrid-page/with-loading.tsx +63 -0
  22. package/data/docs/components/charts/Arc.json +179 -0
  23. package/data/docs/components/charts/Arcs.json +104 -0
  24. package/data/docs/components/charts/Axis.json +269 -0
  25. package/data/docs/components/charts/Bar.json +236 -0
  26. package/data/docs/components/charts/BarChart.json +852 -0
  27. package/data/docs/components/charts/BarChartBars.json +18 -0
  28. package/data/docs/components/charts/BarChartGroupedTooltip.json +9 -0
  29. package/data/docs/components/charts/BarChartOverlay.json +34 -0
  30. package/data/docs/components/charts/BarChartSection.json +94 -0
  31. package/data/docs/components/charts/BaseBarChart.json +852 -0
  32. package/data/docs/components/charts/ChartContainerTitle.json +574 -0
  33. package/data/docs/components/charts/DataPoint.json +160 -0
  34. package/data/docs/components/charts/Dot.json +191 -0
  35. package/data/docs/components/charts/EmptyBarChart.json +852 -0
  36. package/data/docs/components/charts/EmptyLineChart.json +753 -0
  37. package/data/docs/components/charts/EmptyPieChart.json +826 -0
  38. package/data/docs/components/charts/EmptyScatterPlot.json +802 -0
  39. package/data/docs/components/charts/Legend.json +510 -0
  40. package/data/docs/components/charts/LegendItem.json +128 -0
  41. package/data/docs/components/charts/Line.json +69 -0
  42. package/data/docs/components/charts/LineChart.json +753 -0
  43. package/data/docs/components/charts/LoadingBarChart.json +852 -0
  44. package/data/docs/components/charts/LoadingLineChart.json +753 -0
  45. package/data/docs/components/charts/LoadingPieChart.json +826 -0
  46. package/data/docs/components/charts/LoadingScatterPlot.json +802 -0
  47. package/data/docs/components/charts/PieChart.json +826 -0
  48. package/data/docs/components/charts/RenderedLineChart.json +753 -0
  49. package/data/docs/components/charts/RenderedLinearBarChart.json +823 -0
  50. package/data/docs/components/charts/RenderedOrdinalBarChart.json +852 -0
  51. package/data/docs/components/charts/RenderedPieChart.json +826 -0
  52. package/data/docs/components/charts/RenderedScatterPlot.json +802 -0
  53. package/data/docs/components/charts/ScatterPlot.json +802 -0
  54. package/data/docs/components/charts/getAxisType.json +9 -0
  55. package/data/docs/components/charts/getComponentPosition.json +9 -0
  56. package/data/docs/components/dashboard/ChartEmptyState.json +42 -0
  57. package/data/docs/components/dashboard/Dashboard.json +26 -0
  58. package/data/docs/components/dashboard/DataCard.json +300 -0
  59. package/data/docs/components/dashboard/DataCardBody.json +431 -0
  60. package/data/docs/components/dashboard/DataCardHeader.json +304 -0
  61. package/data/docs/components/dashboard/DataCardListbox.json +529 -0
  62. package/data/docs/components/dashboard/DataRow.json +539 -0
  63. package/data/docs/components/dashboard/DrilldownItem.json +342 -0
  64. package/data/docs/components/dashboard/FilterableBarChart.json +83 -0
  65. package/data/docs/components/dashboard/FilterableDataGrid.json +83 -0
  66. package/data/docs/components/dashboard/FilterablePieChart.json +83 -0
  67. package/data/docs/components/dashboard/FilterableScatterPlot.json +83 -0
  68. package/data/docs/components/dashboard/PdfDocument.json +58 -0
  69. package/data/docs/components/dashboard/PdfExportButton.json +458 -0
  70. package/data/docs/components/dashboard/TimeSeriesBarChart.json +172 -0
  71. package/data/docs/components/dashboard/WithFilters.json +83 -0
  72. package/data/docs/components/design-system/ActiveDescendantListbox.json +521 -0
  73. package/data/docs/components/design-system/Alert.json +349 -0
  74. package/data/docs/components/design-system/AppBar.json +64 -0
  75. package/data/docs/components/design-system/AppContainer.json +67 -0
  76. package/data/docs/components/design-system/AppContent.json +566 -0
  77. package/data/docs/components/design-system/AppSidePanel.json +87 -0
  78. package/data/docs/components/design-system/Badge.json +293 -0
  79. package/data/docs/components/design-system/BaseBreadcrumbs.json +298 -0
  80. package/data/docs/components/design-system/BaseGrid.json +543 -0
  81. package/data/docs/components/design-system/BaseSkeleton.json +338 -0
  82. package/data/docs/components/design-system/BreadcrumbItem.json +231 -0
  83. package/data/docs/components/design-system/Breadcrumbs.json +298 -0
  84. package/data/docs/components/design-system/Button.json +402 -0
  85. package/data/docs/components/design-system/ButtonGroup.json +415 -0
  86. package/data/docs/components/design-system/ButtonLink.json +568 -0
  87. package/data/docs/components/design-system/Card.json +328 -0
  88. package/data/docs/components/design-system/CardActions.json +431 -0
  89. package/data/docs/components/design-system/CardBody.json +431 -0
  90. package/data/docs/components/design-system/CardHeader.json +428 -0
  91. package/data/docs/components/design-system/Checkbox.json +426 -0
  92. package/data/docs/components/design-system/CheckboxGroup.json +382 -0
  93. package/data/docs/components/design-system/ConditionalWrapper.json +40 -0
  94. package/data/docs/components/design-system/DetailedCard.json +401 -0
  95. package/data/docs/components/design-system/DetailedCardCollapsibleSectionItems.json +29 -0
  96. package/data/docs/components/design-system/DetailedCardHeader.json +37 -0
  97. package/data/docs/components/design-system/DetailedCardSection.json +90 -0
  98. package/data/docs/components/design-system/DetailedCardSectionItem.json +109 -0
  99. package/data/docs/components/design-system/Flexbox.json +523 -0
  100. package/data/docs/components/design-system/FocusWithinGroup.json +9 -0
  101. package/data/docs/components/design-system/Grid.json +543 -0
  102. package/data/docs/components/design-system/GridItem.json +388 -0
  103. package/data/docs/components/design-system/Heading.json +390 -0
  104. package/data/docs/components/design-system/Icon.json +325 -0
  105. package/data/docs/components/design-system/IconButton.json +371 -0
  106. package/data/docs/components/design-system/IconButtonLink.json +588 -0
  107. package/data/docs/components/design-system/Item.json +554 -0
  108. package/data/docs/components/design-system/Link.json +552 -0
  109. package/data/docs/components/design-system/LinkButton.json +397 -0
  110. package/data/docs/components/design-system/Listbox.json +529 -0
  111. package/data/docs/components/design-system/Number.json +773 -0
  112. package/data/docs/components/design-system/NumberField.json +594 -0
  113. package/data/docs/components/design-system/Pill.json +378 -0
  114. package/data/docs/components/design-system/ProgressBar.json +121 -0
  115. package/data/docs/components/design-system/RadarSvgLinearGradient.json +9 -0
  116. package/data/docs/components/design-system/Radio.json +415 -0
  117. package/data/docs/components/design-system/RadioGroup.json +382 -0
  118. package/data/docs/components/design-system/RenderedListboxItem.json +18 -0
  119. package/data/docs/components/design-system/RovingTabindexListbox.json +521 -0
  120. package/data/docs/components/design-system/Shield.json +360 -0
  121. package/data/docs/components/design-system/SideNavigationMenu.json +144 -0
  122. package/data/docs/components/design-system/SideNavigationMenuBar.json +89 -0
  123. package/data/docs/components/design-system/SideNavigationMenuItem.json +319 -0
  124. package/data/docs/components/design-system/Skeleton.json +338 -0
  125. package/data/docs/components/design-system/SkeletonCircle.json +338 -0
  126. package/data/docs/components/design-system/SkeletonText.json +371 -0
  127. package/data/docs/components/design-system/Spinner.json +291 -0
  128. package/data/docs/components/design-system/Switch.json +415 -0
  129. package/data/docs/components/design-system/SwitchGroup.json +382 -0
  130. package/data/docs/components/design-system/Text.json +418 -0
  131. package/data/docs/components/design-system/TextArea.json +501 -0
  132. package/data/docs/components/design-system/TextField.json +539 -0
  133. package/data/docs/components/design-system/sizeToDimension.json +9 -0
  134. package/data/docs/components/pickers/BaseCombobox.json +320 -0
  135. package/data/docs/components/pickers/BaseComboboxContent.json +453 -0
  136. package/data/docs/components/pickers/BaseMenuButton.json +240 -0
  137. package/data/docs/components/pickers/BaseMenuButtonContent.json +442 -0
  138. package/data/docs/components/pickers/BaseSelect.json +258 -0
  139. package/data/docs/components/pickers/Combobox.json +320 -0
  140. package/data/docs/components/pickers/ComboboxContent.json +453 -0
  141. package/data/docs/components/pickers/ComboboxContentFooter.json +431 -0
  142. package/data/docs/components/pickers/ComboboxContentHeader.json +431 -0
  143. package/data/docs/components/pickers/ComboboxContentListbox.json +541 -0
  144. package/data/docs/components/pickers/ComboboxTrigger.json +336 -0
  145. package/data/docs/components/pickers/Item.json +554 -0
  146. package/data/docs/components/pickers/MenuButton.json +240 -0
  147. package/data/docs/components/pickers/MenuButtonContent.json +442 -0
  148. package/data/docs/components/pickers/MenuButtonContentFooter.json +431 -0
  149. package/data/docs/components/pickers/MenuButtonContentHeader.json +431 -0
  150. package/data/docs/components/pickers/MenuButtonContentMenu.json +523 -0
  151. package/data/docs/components/pickers/MenuButtonTrigger.json +287 -0
  152. package/data/docs/components/pickers/Select.json +258 -0
  153. package/data/docs/components/pickers/SelectContent.json +442 -0
  154. package/data/docs/components/pickers/SelectTrigger.json +298 -0
  155. package/data/docs/components/popovers/BaseDialog.json +114 -0
  156. package/data/docs/components/popovers/BaseDialogContent.json +21 -0
  157. package/data/docs/components/popovers/BasePopover.json +171 -0
  158. package/data/docs/components/popovers/BaseToggletip.json +184 -0
  159. package/data/docs/components/popovers/BaseTooltip.json +121 -0
  160. package/data/docs/components/popovers/Button.json +402 -0
  161. package/data/docs/components/popovers/ButtonLink.json +568 -0
  162. package/data/docs/components/popovers/Dialog.json +114 -0
  163. package/data/docs/components/popovers/DialogContent.json +21 -0
  164. package/data/docs/components/popovers/DialogContentActions.json +442 -0
  165. package/data/docs/components/popovers/DialogContentBody.json +442 -0
  166. package/data/docs/components/popovers/DialogContentHeader.json +76 -0
  167. package/data/docs/components/popovers/DialogTrigger.json +276 -0
  168. package/data/docs/components/popovers/IconButton.json +371 -0
  169. package/data/docs/components/popovers/IconButtonLink.json +588 -0
  170. package/data/docs/components/popovers/Link.json +552 -0
  171. package/data/docs/components/popovers/LinkButton.json +397 -0
  172. package/data/docs/components/popovers/Popover.json +171 -0
  173. package/data/docs/components/popovers/PopoverContent.json +442 -0
  174. package/data/docs/components/popovers/PopoverTrigger.json +276 -0
  175. package/data/docs/components/popovers/Toast.json +145 -0
  176. package/data/docs/components/popovers/ToastContainer.json +122 -0
  177. package/data/docs/components/popovers/Toggletip.json +184 -0
  178. package/data/docs/components/popovers/ToggletipContent.json +402 -0
  179. package/data/docs/components/popovers/ToggletipTrigger.json +276 -0
  180. package/data/docs/components/popovers/Tooltip.json +121 -0
  181. package/data/docs/components/popovers/TooltipContent.json +402 -0
  182. package/data/docs/components/popovers/TooltipTrigger.json +276 -0
  183. package/data/docs/components/products/Dialog.json +106 -0
  184. package/data/docs/components/products/MenuButton.json +232 -0
  185. package/data/docs/components/products/PulsedRadarImage.json +9 -0
  186. package/data/docs/components/products/RadarButton.json +402 -0
  187. package/data/docs/components/products/RadarItem.json +554 -0
  188. package/data/docs/components/table/ControlledPagination.json +9 -0
  189. package/data/docs/components/table/DataGrid.json +93 -0
  190. package/data/docs/components/table/GridToolbarFilterSemanticField.json +69 -0
  191. package/data/docs/components/table/ServerSideControlledPagination.json +9 -0
  192. package/data/docs/components/table/StatefulDataGrid.json +117 -0
  193. package/data/docs/components/table/TextCell.json +118 -0
  194. package/data/docs/components/table/Toolbar.json +145 -0
  195. package/data/docs/components/table/ToolbarWrapper.json +9 -0
  196. package/data/docs/components-index.json +1206 -0
  197. package/data/docs/components.json +55694 -0
  198. package/data/docs/llms-full.txt +8012 -0
  199. package/data/docs/llms.txt +234 -0
  200. package/data/docs/patterns-catalog.md +359 -0
  201. package/data/docs/patterns.json +712 -0
  202. package/data/metadata.json +4 -0
  203. package/data/patterns/crossfiltered-datagrid-page.mdx +386 -0
  204. package/data/patterns/datagrid-page.mdx +214 -0
  205. package/data/patterns/drilldown-datagrid-page.mdx +291 -0
  206. package/data/patterns/server-datagrid-page.mdx +301 -0
  207. package/data/tokens/properties/components/dark-components.json +1108 -0
  208. package/data/tokens/properties/components/light-components.json +1108 -0
  209. package/data/tokens/properties/core/border-radius.json +3 -0
  210. package/data/tokens/properties/core/color.json +280 -0
  211. package/data/tokens/properties/core/layout.json +14 -0
  212. package/data/tokens/properties/core/typography.json +199 -0
  213. package/data/tokens/redsift-design-tokens.css +1391 -0
  214. package/dist/data-store.d.ts +47 -0
  215. package/dist/data-store.d.ts.map +1 -0
  216. package/dist/data-store.js +152 -0
  217. package/dist/data-store.js.map +1 -0
  218. package/dist/index.d.ts +16 -0
  219. package/dist/index.d.ts.map +1 -0
  220. package/dist/index.js +50 -0
  221. package/dist/index.js.map +1 -0
  222. package/dist/init.d.ts +14 -0
  223. package/dist/init.d.ts.map +1 -0
  224. package/dist/init.js +137 -0
  225. package/dist/init.js.map +1 -0
  226. package/dist/paths.d.ts +30 -0
  227. package/dist/paths.d.ts.map +1 -0
  228. package/dist/paths.js +53 -0
  229. package/dist/paths.js.map +1 -0
  230. package/dist/pattern-store.d.ts +41 -0
  231. package/dist/pattern-store.d.ts.map +1 -0
  232. package/dist/pattern-store.js +177 -0
  233. package/dist/pattern-store.js.map +1 -0
  234. package/dist/prompts.d.ts +14 -0
  235. package/dist/prompts.d.ts.map +1 -0
  236. package/dist/prompts.js +762 -0
  237. package/dist/prompts.js.map +1 -0
  238. package/dist/resources.d.ts +14 -0
  239. package/dist/resources.d.ts.map +1 -0
  240. package/dist/resources.js +482 -0
  241. package/dist/resources.js.map +1 -0
  242. package/dist/scaffold.d.ts +31 -0
  243. package/dist/scaffold.d.ts.map +1 -0
  244. package/dist/scaffold.js +239 -0
  245. package/dist/scaffold.js.map +1 -0
  246. package/dist/token-store.d.ts +70 -0
  247. package/dist/token-store.d.ts.map +1 -0
  248. package/dist/token-store.js +196 -0
  249. package/dist/token-store.js.map +1 -0
  250. package/dist/tools.d.ts +15 -0
  251. package/dist/tools.d.ts.map +1 -0
  252. package/dist/tools.js +491 -0
  253. package/dist/tools.js.map +1 -0
  254. package/dist/types.d.ts +108 -0
  255. package/dist/types.d.ts.map +1 -0
  256. package/dist/types.js +17 -0
  257. package/dist/types.js.map +1 -0
  258. package/package.json +39 -0
@@ -0,0 +1,1108 @@
1
+ {
2
+ "Color": {
3
+ "Dark": {
4
+ "Components": {
5
+ "Page": {
6
+ "background": {
7
+ "value": "{Color.Neutral.X-Dark Grey}"
8
+ }
9
+ },
10
+ "Text": {
11
+ "Primary": {
12
+ "value": "{Color.Neutral.White}"
13
+ },
14
+ "Secondary": {
15
+ "value": "{Color.Neutral.X-Light Grey}"
16
+ }
17
+ },
18
+ "Red Sift Logo": {
19
+ "Text-Red": {
20
+ "value": "{Color.Neutral.White}"
21
+ },
22
+ "Text-White": {
23
+ "value": "{Color.Neutral.White}"
24
+ },
25
+ "Text-Grey": {
26
+ "value": "{Color.Neutral.White}"
27
+ },
28
+ "Icon-Background": {
29
+ "value": "{Color.Neutral.White}"
30
+ },
31
+ "Icon-R": {
32
+ "value": "{Color.Red.N}"
33
+ },
34
+ "Diamond-Top-Right": {
35
+ "value": "{Color.Dark.Components.Red Sift Logo.Diamond-light}"
36
+ },
37
+ "Diamond-Bottom-Left": {
38
+ "value": "{Color.Dark.Components.Red Sift Logo.Diamond-dark}"
39
+ },
40
+ "Diamond-Bottom-Right": {
41
+ "value": "{Color.Dark.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.White}"
56
+ },
57
+ "Text-Red": {
58
+ "value": "{Color.Neutral.White}"
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.White}"
68
+ }
69
+ },
70
+ "Side Navigation": {
71
+ "background": { "value": "{Color.Neutral.Dark Grey}" },
72
+ "menu-item": {
73
+ "text": {
74
+ "resting": { "value": "{Color.Neutral.X-Light Grey}" },
75
+ "disabled": { "value": "{Color.Neutral.Mid Grey}" },
76
+ "hover": { "value": "{Color.Neutral.White}" }
77
+ },
78
+ "background": {
79
+ "hover": { "value": "{Color.Neutral.Mid Grey}" },
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.Mid Grey}" },
87
+ "hover": { "value": "{Color.Neutral.Mid Grey}" }
88
+ },
89
+ "right-line": {
90
+ "value": "{Color.Neutral.Black}"
91
+ },
92
+ "current-marker": {
93
+ "value": "{Color.Neutral.X-Light Grey}"
94
+ }
95
+ },
96
+ "App Bar": {
97
+ "background": {
98
+ "value": "{Color.Neutral.X-Dark Grey}"
99
+ },
100
+ "breadcrumb-default": {
101
+ "value": "{Color.Neutral.White}"
102
+ },
103
+ "breadcrumb-hover": {
104
+ "value": "{Color.Primary.D3}"
105
+ },
106
+ "breadcrumb-down": {
107
+ "value": "{Color.Primary.D4}"
108
+ },
109
+ "icon-background-hover": {
110
+ "value": "{Color.Neutral.Mid Grey}"
111
+ },
112
+ "icon-background-down": {
113
+ "value": "{Color.Neutral.Light Grey}"
114
+ },
115
+ "icon-background-active": {
116
+ "value": "{Color.Neutral.Mid 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": "{Color.Neutral.Black}"
126
+ }
127
+ },
128
+ "Tooltip": {
129
+ "Background": {
130
+ "value": "{Color.Neutral.Mid Grey}"
131
+ },
132
+ "Text": {
133
+ "value": "{Color.Neutral.White}"
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.D3}" }
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.D3}" }
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.D3}" }
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.D3}" }
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.D3}" }
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.D3}" }
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.D3}" }
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.D3}" }
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.D3}" },
256
+ "Active": { "value": "{Color.Primary.D4}" },
257
+ "Disabled": { "value": "{Color.Grey.D4}" }
258
+ },
259
+ "Text": {
260
+ "Default": { "value": "{Color.Primary.N}" },
261
+ "Hover": { "value": "{Color.Primary.L1}" },
262
+ "Active": { "value": "{Color.Primary.L2}" },
263
+ "Disabled": { "value": "{Color.Grey.L1}" }
264
+ }
265
+ },
266
+ "Secondary": {
267
+ "Background": {
268
+ "Default": { "value": "transparent" },
269
+ "Hover": { "value": "{Color.Secondary.D3}" },
270
+ "Active": { "value": "{Color.Secondary.D4}" },
271
+ "Disabled": { "value": "{Color.Grey.D4}" }
272
+ },
273
+ "Text": {
274
+ "Default": { "value": "{Color.Secondary.N}" },
275
+ "Hover": { "value": "{Color.Secondary.L1}" },
276
+ "Active": { "value": "{Color.Secondary.L2}" },
277
+ "Disabled": { "value": "{Color.Grey.L1}" }
278
+ }
279
+ },
280
+ "Success": {
281
+ "Background": {
282
+ "Default": { "value": "transparent" },
283
+ "Hover": { "value": "{Color.Green.D3}" },
284
+ "Active": { "value": "{Color.Green.D4}" },
285
+ "Disabled": { "value": "{Color.Grey.D4}" }
286
+ },
287
+ "Text": {
288
+ "Default": { "value": "{Color.Green.N}" },
289
+ "Hover": { "value": "{Color.Green.L1}" },
290
+ "Active": { "value": "{Color.Green.L2}" },
291
+ "Disabled": { "value": "{Color.Grey.L1}" }
292
+ }
293
+ },
294
+ "Error": {
295
+ "Background": {
296
+ "Default": { "value": "transparent" },
297
+ "Hover": { "value": "{Color.Red.D3}" },
298
+ "Active": { "value": "{Color.Red.D4}" },
299
+ "Disabled": { "value": "{Color.Grey.D4}" }
300
+ },
301
+ "Text": {
302
+ "Default": { "value": "{Color.Red.N}" },
303
+ "Hover": { "value": "{Color.Red.L1}" },
304
+ "Active": { "value": "{Color.Red.L2}" },
305
+ "Disabled": { "value": "{Color.Grey.L1}" }
306
+ }
307
+ },
308
+ "Warning": {
309
+ "Background": {
310
+ "Default": { "value": "transparent" },
311
+ "Hover": { "value": "{Color.Yellow.D3}" },
312
+ "Active": { "value": "{Color.Yellow.D4}" },
313
+ "Disabled": { "value": "{Color.Grey.D4}" }
314
+ },
315
+ "Text": {
316
+ "Default": { "value": "{Color.Yellow.N}" },
317
+ "Hover": { "value": "{Color.Yellow.L1}" },
318
+ "Active": { "value": "{Color.Yellow.L2}" },
319
+ "Disabled": { "value": "{Color.Grey.L1}" }
320
+ }
321
+ },
322
+ "Info": {
323
+ "Background": {
324
+ "Default": { "value": "transparent" },
325
+ "Hover": { "value": "{Color.Blue.D3}" },
326
+ "Active": { "value": "{Color.Blue.D4}" },
327
+ "Disabled": { "value": "{Color.Grey.D4}" }
328
+ },
329
+ "Text": {
330
+ "Default": { "value": "{Color.Blue.N}" },
331
+ "Hover": { "value": "{Color.Blue.L1}" },
332
+ "Active": { "value": "{Color.Blue.L2}" },
333
+ "Disabled": { "value": "{Color.Grey.L1}" }
334
+ }
335
+ },
336
+ "Grey": {
337
+ "Background": {
338
+ "Default": { "value": "transparent" },
339
+ "Hover": { "value": "{Color.Grey.D2}" },
340
+ "Active": { "value": "{Color.Grey.D4}" },
341
+ "Disabled": { "value": "{Color.Grey.D4}" }
342
+ },
343
+ "Text": {
344
+ "Default": { "value": "{Color.Grey.N}" },
345
+ "Hover": { "value": "{Color.Grey.L1}" },
346
+ "Active": { "value": "{Color.Grey.L2}" },
347
+ "Disabled": { "value": "{Color.Grey.L1}" }
348
+ }
349
+ },
350
+ "Black": {
351
+ "Background": {
352
+ "Default": { "value": "transparent" },
353
+ "Hover": { "value": "{Color.Grey.D2}" },
354
+ "Active": { "value": "{Color.Grey.D4}" },
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.D2}" },
368
+ "Active": { "value": "{Color.Grey.D4}" },
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.Grey.D4}" }
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.L1}" }
390
+ }
391
+ }
392
+ },
393
+ "Unstyled Button": {
394
+ "Primary": {
395
+ "Background": {
396
+ "Default": { "value": "transparent" },
397
+ "Hover": { "value": "{Color.Primary.D3}" },
398
+ "Active": { "value": "{Color.Primary.D4}" },
399
+ "Disabled": { "value": "{Color.Grey.D4}" }
400
+ },
401
+ "Text": {
402
+ "Default": { "value": "{Color.Primary.N}" },
403
+ "Hover": { "value": "{Color.Primary.L1}" },
404
+ "Active": { "value": "{Color.Primary.L2}" },
405
+ "Disabled": { "value": "{Color.Grey.L1}" }
406
+ }
407
+ },
408
+ "Secondary": {
409
+ "Background": {
410
+ "Default": { "value": "transparent" },
411
+ "Hover": { "value": "{Color.Secondary.D3}" },
412
+ "Active": { "value": "{Color.Secondary.D4}" },
413
+ "Disabled": { "value": "{Color.Grey.D4}" }
414
+ },
415
+ "Text": {
416
+ "Default": { "value": "{Color.Secondary.N}" },
417
+ "Hover": { "value": "{Color.Secondary.L1}" },
418
+ "Active": { "value": "{Color.Secondary.L2}" },
419
+ "Disabled": { "value": "{Color.Grey.L1}" }
420
+ }
421
+ },
422
+ "Success": {
423
+ "Background": {
424
+ "Default": { "value": "transparent" },
425
+ "Hover": { "value": "{Color.Green.D3}" },
426
+ "Active": { "value": "{Color.Green.D4}" },
427
+ "Disabled": { "value": "{Color.Grey.D4}" }
428
+ },
429
+ "Text": {
430
+ "Default": { "value": "{Color.Green.N}" },
431
+ "Hover": { "value": "{Color.Green.L1}" },
432
+ "Active": { "value": "{Color.Green.L2}" },
433
+ "Disabled": { "value": "{Color.Grey.L1}" }
434
+ }
435
+ },
436
+ "Error": {
437
+ "Background": {
438
+ "Default": { "value": "transparent" },
439
+ "Hover": { "value": "{Color.Red.D3}" },
440
+ "Active": { "value": "{Color.Red.D4}" },
441
+ "Disabled": { "value": "{Color.Grey.D4}" }
442
+ },
443
+ "Text": {
444
+ "Default": { "value": "{Color.Red.N}" },
445
+ "Hover": { "value": "{Color.Red.L1}" },
446
+ "Active": { "value": "{Color.Red.L2}" },
447
+ "Disabled": { "value": "{Color.Grey.L1}" }
448
+ }
449
+ },
450
+ "Warning": {
451
+ "Background": {
452
+ "Default": { "value": "transparent" },
453
+ "Hover": { "value": "{Color.Yellow.D3}" },
454
+ "Active": { "value": "{Color.Yellow.D4}" },
455
+ "Disabled": { "value": "{Color.Grey.D4}" }
456
+ },
457
+ "Text": {
458
+ "Default": { "value": "{Color.Yellow.N}" },
459
+ "Hover": { "value": "{Color.Yellow.L1}" },
460
+ "Active": { "value": "{Color.Yellow.L2}" },
461
+ "Disabled": { "value": "{Color.Grey.L1}" }
462
+ }
463
+ },
464
+ "Info": {
465
+ "Background": {
466
+ "Default": { "value": "transparent" },
467
+ "Hover": { "value": "{Color.Blue.D3}" },
468
+ "Active": { "value": "{Color.Blue.D4}" },
469
+ "Disabled": { "value": "{Color.Grey.D4}" }
470
+ },
471
+ "Text": {
472
+ "Default": { "value": "{Color.Blue.N}" },
473
+ "Hover": { "value": "{Color.Blue.L1}" },
474
+ "Active": { "value": "{Color.Blue.L2}" },
475
+ "Disabled": { "value": "{Color.Grey.L1}" }
476
+ }
477
+ },
478
+ "Grey": {
479
+ "Background": {
480
+ "Default": { "value": "transparent" },
481
+ "Hover": { "value": "{Color.Grey.D2}" },
482
+ "Active": { "value": "{Color.Grey.D4}" },
483
+ "Disabled": { "value": "{Color.Grey.D4}" }
484
+ },
485
+ "Text": {
486
+ "Default": { "value": "{Color.Grey.N}" },
487
+ "Hover": { "value": "{Color.Grey.L1}" },
488
+ "Active": { "value": "{Color.Grey.L2}" },
489
+ "Disabled": { "value": "{Color.Grey.L1}" }
490
+ }
491
+ },
492
+ "Black": {
493
+ "Background": {
494
+ "Default": { "value": "transparent" },
495
+ "Hover": { "value": "{Color.Grey.D2}" },
496
+ "Active": { "value": "{Color.Grey.D4}" },
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.D2}" },
510
+ "Active": { "value": "{Color.Grey.D4}" },
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.Grey.D4}" }
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.L1}" }
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.D3}"
547
+ }
548
+ },
549
+ "Alert": {
550
+ "Success": {
551
+ "Background": {
552
+ "value": "{Color.Green.D1}"
553
+ },
554
+ "Border": {
555
+ "value": "{Color.Green.D2}"
556
+ },
557
+ "Icon": {
558
+ "value": "{Color.Green.D2}"
559
+ }
560
+ },
561
+ "Text": {
562
+ "value": "{Color.Neutral.X-Light Grey}"
563
+ },
564
+ "Error": {
565
+ "Background": {
566
+ "value": "{Color.Red.D1}"
567
+ },
568
+ "Border": {
569
+ "value": "{Color.Red.D2}"
570
+ },
571
+ "Icon": {
572
+ "value": "{Color.Red.D2}"
573
+ }
574
+ },
575
+ "Warning": {
576
+ "Background": {
577
+ "value": "{Color.Yellow.D1}"
578
+ },
579
+ "Border": {
580
+ "value": "{Color.Yellow.D2}"
581
+ },
582
+ "Icon": {
583
+ "value": "{Color.Yellow.D2}"
584
+ }
585
+ },
586
+ "Info": {
587
+ "Background": {
588
+ "value": "{Color.Blue.D1}"
589
+ },
590
+ "Border": {
591
+ "value": "{Color.Blue.D2}"
592
+ },
593
+ "Icon": {
594
+ "value": "{Color.Blue.D2}"
595
+ }
596
+ }
597
+ },
598
+ "Icons": {
599
+ "Default": {
600
+ "value": "{Color.Neutral.X-Light Grey}"
601
+ }
602
+ },
603
+ "Dropdowns and Menus": {
604
+ "Default Background": {
605
+ "value": "{Color.Neutral.Dark Grey}"
606
+ },
607
+ "Default Text": {
608
+ "value": "{Color.Neutral.White}"
609
+ },
610
+ "Dividers": {
611
+ "value": "{Color.Neutral.Mid Grey}"
612
+ },
613
+ "Hover Background": {
614
+ "value": "{Color.Neutral.Mid Grey}"
615
+ },
616
+ "Hover Text": {
617
+ "value": "{Color.Neutral.White}"
618
+ },
619
+ "Click Background": {
620
+ "value": "{Color.Neutral.Light Grey}"
621
+ },
622
+ "Click Text": {
623
+ "value": "{Color.Neutral.Black}"
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.Black}"
639
+ },
640
+ "Toggle- Active Click Background": {
641
+ "value": "{Color.Neutral.Light Grey}"
642
+ }
643
+ },
644
+ "Checkbox": {
645
+ "Fill": {
646
+ "Default": { "value": "{Color.Primary.N}" },
647
+ "Default Hover": { "value": "{Color.Primary.D3}" },
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.L3}" }
653
+ },
654
+ "Text": {
655
+ "Default": { "value": "{Color.Neutral.White}" },
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.D3}" },
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.L3}" }
669
+ },
670
+ "Text": {
671
+ "Default": { "value": "{Color.Neutral.White}" },
672
+ "Invalid": { "value": "{Color.Red.N}" },
673
+ "Disabled": { "value": "{Color.Neutral.Light Grey}" }
674
+ }
675
+ },
676
+ "Switch": {
677
+ "Dot": {
678
+ "Default": { "value": "{Color.Primary.D4}" },
679
+ "Default Hover": { "value": "{Color.Primary.D1}" },
680
+ "Uncolored": { "value": "{Color.Neutral.Mid Grey}" },
681
+ "Uncolored Hover": { "value": "{Color.Neutral.Dark Grey}" },
682
+ "Disabled": { "value": "{Color.Primary.D4}" },
683
+ "Invalid": { "value": "{Color.Primary.D4}" },
684
+ "Invalid Hover": { "value": "{Color.Red.L3}" }
685
+ },
686
+ "Background": {
687
+ "Default": { "value": "{Color.Primary.D1}" },
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.Light Grey}" },
693
+ "Invalid": { "value": "{Color.Red.L3}" },
694
+ "Invalid Active": { "value": "{Color.Red.N}" }
695
+ },
696
+ "Text": {
697
+ "Default": { "value": "{Color.Neutral.White}" },
698
+ "Invalid": { "value": "{Color.Red.N}" },
699
+ "Disabled": { "value": "{Color.Neutral.Light Grey}" }
700
+ }
701
+ },
702
+ "Tabs": {
703
+ "Line": {
704
+ "value": "{Color.Neutral.Mid Grey}"
705
+ }
706
+ },
707
+ "Modal": {
708
+ "Background": {
709
+ "value": "{Color.Neutral.Black}"
710
+ }
711
+ },
712
+ "Pills": {
713
+ "grey": {
714
+ "default": {
715
+ "background": { "value": "{Color.Presentation.grey.light}" },
716
+ "border": { "value": "unset" },
717
+ "text": { "value": "{Color.Neutral.Black}" }
718
+ },
719
+ "hover": {
720
+ "background": { "value": "{Color.Presentation.grey.default}" },
721
+ "border": { "value": "unset" },
722
+ "text": { "value": "{Color.Neutral.Black}" }
723
+ },
724
+ "disabled": {
725
+ "background": { "value": "{Color.Presentation.grey.lighter}" },
726
+ "border": { "value": "unset" },
727
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
728
+ }
729
+ },
730
+ "green": {
731
+ "default": {
732
+ "background": { "value": "{Color.Presentation.green.light}" },
733
+ "border": { "value": "unset" },
734
+ "text": { "value": "{Color.Neutral.Black}" }
735
+ },
736
+ "hover": {
737
+ "background": { "value": "{Color.Presentation.green.default}" },
738
+ "border": { "value": "unset" },
739
+ "text": { "value": "{Color.Neutral.Black}" }
740
+ },
741
+ "disabled": {
742
+ "background": { "value": "{Color.Presentation.green.lighter}" },
743
+ "border": { "value": "unset" },
744
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
745
+ }
746
+ },
747
+ "pink": {
748
+ "default": {
749
+ "background": { "value": "{Color.Presentation.pink.light}" },
750
+ "border": { "value": "unset" },
751
+ "text": { "value": "{Color.Neutral.Black}" }
752
+ },
753
+ "hover": {
754
+ "background": { "value": "{Color.Presentation.pink.default}" },
755
+ "border": { "value": "unset" },
756
+ "text": { "value": "{Color.Neutral.Black}" }
757
+ },
758
+ "disabled": {
759
+ "background": { "value": "{Color.Presentation.pink.lighter}" },
760
+ "border": { "value": "unset" },
761
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
762
+ }
763
+ },
764
+ "aqua": {
765
+ "default": {
766
+ "background": { "value": "{Color.Presentation.aqua.light}" },
767
+ "border": { "value": "unset" },
768
+ "text": { "value": "{Color.Neutral.Black}" }
769
+ },
770
+ "hover": {
771
+ "background": { "value": "{Color.Presentation.aqua.default}" },
772
+ "border": { "value": "unset" },
773
+ "text": { "value": "{Color.Neutral.Black}" }
774
+ },
775
+ "disabled": {
776
+ "background": { "value": "{Color.Presentation.aqua.lighter}" },
777
+ "border": { "value": "unset" },
778
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
779
+ }
780
+ },
781
+ "brown": {
782
+ "default": {
783
+ "background": { "value": "{Color.Presentation.brown.light}" },
784
+ "border": { "value": "unset" },
785
+ "text": { "value": "{Color.Neutral.Black}" }
786
+ },
787
+ "hover": {
788
+ "background": { "value": "{Color.Presentation.brown.default}" },
789
+ "border": { "value": "unset" },
790
+ "text": { "value": "{Color.Neutral.Black}" }
791
+ },
792
+ "disabled": {
793
+ "background": { "value": "{Color.Presentation.brown.lighter}" },
794
+ "border": { "value": "unset" },
795
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
796
+ }
797
+ },
798
+ "red": {
799
+ "default": {
800
+ "background": { "value": "{Color.Presentation.red.light}" },
801
+ "border": { "value": "unset" },
802
+ "text": { "value": "{Color.Neutral.Black}" }
803
+ },
804
+ "hover": {
805
+ "background": { "value": "{Color.Presentation.red.default}" },
806
+ "border": { "value": "unset" },
807
+ "text": { "value": "{Color.Neutral.Black}" }
808
+ },
809
+ "disabled": {
810
+ "background": { "value": "{Color.Presentation.red.lighter}" },
811
+ "border": { "value": "unset" },
812
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
813
+ }
814
+ },
815
+ "yellow": {
816
+ "default": {
817
+ "background": { "value": "{Color.Presentation.yellow.light}" },
818
+ "border": { "value": "unset" },
819
+ "text": { "value": "{Color.Neutral.Black}" }
820
+ },
821
+ "hover": {
822
+ "background": { "value": "{Color.Presentation.yellow.default}" },
823
+ "border": { "value": "unset" },
824
+ "text": { "value": "{Color.Neutral.Black}" }
825
+ },
826
+ "disabled": {
827
+ "background": { "value": "{Color.Presentation.yellow.lighter}" },
828
+ "border": { "value": "unset" },
829
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
830
+ }
831
+ },
832
+ "purple": {
833
+ "default": {
834
+ "background": { "value": "{Color.Presentation.purple.light}" },
835
+ "border": { "value": "unset" },
836
+ "text": { "value": "{Color.Neutral.Black}" }
837
+ },
838
+ "hover": {
839
+ "background": { "value": "{Color.Presentation.purple.default}" },
840
+ "border": { "value": "unset" },
841
+ "text": { "value": "{Color.Neutral.Black}" }
842
+ },
843
+ "disabled": {
844
+ "background": { "value": "{Color.Presentation.purple.lighter}" },
845
+ "border": { "value": "unset" },
846
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
847
+ }
848
+ },
849
+ "orange": {
850
+ "default": {
851
+ "background": { "value": "{Color.Presentation.orange.light}" },
852
+ "border": { "value": "unset" },
853
+ "text": { "value": "{Color.Neutral.Black}" }
854
+ },
855
+ "hover": {
856
+ "background": { "value": "{Color.Presentation.orange.default}" },
857
+ "border": { "value": "unset" },
858
+ "text": { "value": "{Color.Neutral.Black}" }
859
+ },
860
+ "disabled": {
861
+ "background": { "value": "{Color.Presentation.orange.lighter}" },
862
+ "border": { "value": "unset" },
863
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
864
+ }
865
+ },
866
+ "blue": {
867
+ "default": {
868
+ "background": { "value": "{Color.Presentation.blue.light}" },
869
+ "border": { "value": "unset" },
870
+ "text": { "value": "{Color.Neutral.Black}" }
871
+ },
872
+ "hover": {
873
+ "background": { "value": "{Color.Presentation.blue.default}" },
874
+ "border": { "value": "unset" },
875
+ "text": { "value": "{Color.Neutral.Black}" }
876
+ },
877
+ "disabled": {
878
+ "background": { "value": "{Color.Presentation.blue.lighter}" },
879
+ "border": { "value": "unset" },
880
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
881
+ }
882
+ },
883
+ "black": {
884
+ "default": {
885
+ "background": { "value": "{Color.Neutral.Black}" },
886
+ "border": { "value": "unset" },
887
+ "text": { "value": "{Color.Neutral.White}" }
888
+ },
889
+ "hover": {
890
+ "background": { "value": "{Color.Neutral.X-Dark Grey}" },
891
+ "border": { "value": "unset" },
892
+ "text": { "value": "{Color.Neutral.White}" }
893
+ },
894
+ "disabled": {
895
+ "background": { "value": "{Color.Neutral.Dark Grey}" },
896
+ "border": { "value": "unset" },
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": "unset" },
904
+ "text": { "value": "{Color.Neutral.White}" }
905
+ },
906
+ "hover": {
907
+ "background": { "value": "{Color.Neutral.Dark Grey}" },
908
+ "border": { "value": "unset" },
909
+ "text": { "value": "{Color.Neutral.White}" }
910
+ },
911
+ "disabled": {
912
+ "background": { "value": "{Color.Neutral.Mid Grey}" },
913
+ "border": { "value": "unset" },
914
+ "text": { "value": "{Color.Neutral.White}" }
915
+ }
916
+ },
917
+ "dark-grey": {
918
+ "default": {
919
+ "background": { "value": "{Color.Neutral.Dark Grey}" },
920
+ "border": { "value": "unset" },
921
+ "text": { "value": "{Color.Neutral.White}" }
922
+ },
923
+ "hover": {
924
+ "background": { "value": "{Color.Neutral.Mid Grey}" },
925
+ "border": { "value": "unset" },
926
+ "text": { "value": "{Color.Neutral.White}" }
927
+ },
928
+ "disabled": {
929
+ "background": { "value": "{Color.Neutral.Light Grey}" },
930
+ "border": { "value": "unset" },
931
+ "text": { "value": "{Color.Neutral.White}" }
932
+ }
933
+ },
934
+ "mid-grey": {
935
+ "default": {
936
+ "background": { "value": "{Color.Neutral.Mid Grey}" },
937
+ "border": { "value": "unset" },
938
+ "text": { "value": "{Color.Neutral.White}" }
939
+ },
940
+ "hover": {
941
+ "background": { "value": "{Color.Neutral.Dark Grey}" },
942
+ "border": { "value": "unset" },
943
+ "text": { "value": "{Color.Neutral.White}" }
944
+ },
945
+ "disabled": {
946
+ "background": { "value": "{Color.Neutral.Light Grey}" },
947
+ "border": { "value": "unset" },
948
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
949
+ }
950
+ },
951
+ "light-grey": {
952
+ "default": {
953
+ "background": { "value": "{Color.Neutral.Light Grey}" },
954
+ "border": { "value": "unset" },
955
+ "text": { "value": "{Color.Neutral.Black}" }
956
+ },
957
+ "hover": {
958
+ "background": { "value": "{Color.Neutral.Mid Grey}" },
959
+ "border": { "value": "unset" },
960
+ "text": { "value": "{Color.Neutral.Black}" }
961
+ },
962
+ "disabled": {
963
+ "background": { "value": "{Color.Neutral.X-Light Grey}" },
964
+ "border": { "value": "unset" },
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": "unset" },
972
+ "text": { "value": "{Color.Neutral.Black}" }
973
+ },
974
+ "hover": {
975
+ "background": { "value": "{Color.Neutral.Light Grey}" },
976
+ "border": { "value": "unset" },
977
+ "text": { "value": "{Color.Neutral.Black}" }
978
+ },
979
+ "disabled": {
980
+ "background": { "value": "{Color.Neutral.Mid Grey}" },
981
+ "border": { "value": "unset" },
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.Presentation.red.lighter}" },
1005
+ "border": { "value": "unset" },
1006
+ "text": { "value": "{Color.Neutral.Black}" }
1007
+ },
1008
+ "hover": {
1009
+ "background": { "value": "{Color.Presentation.red.default}" },
1010
+ "border": { "value": "unset" },
1011
+ "text": { "value": "{Color.Neutral.Black}" }
1012
+ },
1013
+ "disabled": {
1014
+ "background": { "value": "{Color.Presentation.red.light}" },
1015
+ "border": { "value": "unset" },
1016
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
1017
+ }
1018
+ },
1019
+ "warning": {
1020
+ "default": {
1021
+ "background": { "value": "{Color.Presentation.orange.lighter}" },
1022
+ "border": { "value": "unset" },
1023
+ "text": { "value": "{Color.Neutral.Black}" }
1024
+ },
1025
+ "hover": {
1026
+ "background": { "value": "{Color.Presentation.orange.default}" },
1027
+ "border": { "value": "unset" },
1028
+ "text": { "value": "{Color.Neutral.Black}" }
1029
+ },
1030
+ "disabled": {
1031
+ "background": { "value": "{Color.Presentation.orange.light}" },
1032
+ "border": { "value": "unset" },
1033
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
1034
+ }
1035
+ },
1036
+ "success": {
1037
+ "default": {
1038
+ "background": { "value": "{Color.Presentation.green.lighter}" },
1039
+ "border": { "value": "unset" },
1040
+ "text": { "value": "{Color.Neutral.Black}" }
1041
+ },
1042
+ "hover": {
1043
+ "background": { "value": "{Color.Presentation.green.default}" },
1044
+ "border": { "value": "unset" },
1045
+ "text": { "value": "{Color.Neutral.Black}" }
1046
+ },
1047
+ "disabled": {
1048
+ "background": { "value": "{Color.Presentation.green.light}" },
1049
+ "border": { "value": "unset" },
1050
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
1051
+ }
1052
+ },
1053
+ "error-dark": {
1054
+ "default": {
1055
+ "background": { "value": "{Color.Presentation.red.default}" },
1056
+ "border": { "value": "unset" },
1057
+ "text": { "value": "{Color.Neutral.Black}" }
1058
+ },
1059
+ "hover": {
1060
+ "background": { "value": "{Color.Presentation.red.dark}" },
1061
+ "border": { "value": "unset" },
1062
+ "text": { "value": "{Color.Neutral.Black}" }
1063
+ },
1064
+ "disabled": {
1065
+ "background": { "value": "{Color.Presentation.red.light}" },
1066
+ "border": { "value": "unset" },
1067
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
1068
+ }
1069
+ },
1070
+ "warning-dark": {
1071
+ "default": {
1072
+ "background": { "value": "{Color.Presentation.orange.default}" },
1073
+ "border": { "value": "unset" },
1074
+ "text": { "value": "{Color.Neutral.Black}" }
1075
+ },
1076
+ "hover": {
1077
+ "background": { "value": "{Color.Presentation.orange.dark}" },
1078
+ "border": { "value": "unset" },
1079
+ "text": { "value": "{Color.Neutral.Black}" }
1080
+ },
1081
+ "disabled": {
1082
+ "background": { "value": "{Color.Presentation.orange.light}" },
1083
+ "border": { "value": "unset" },
1084
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
1085
+ }
1086
+ },
1087
+ "success-dark": {
1088
+ "default": {
1089
+ "background": { "value": "{Color.Presentation.green.default}" },
1090
+ "border": { "value": "unset" },
1091
+ "text": { "value": "{Color.Neutral.Black}" }
1092
+ },
1093
+ "hover": {
1094
+ "background": { "value": "{Color.Presentation.green.dark}" },
1095
+ "border": { "value": "unset" },
1096
+ "text": { "value": "{Color.Neutral.Black}" }
1097
+ },
1098
+ "disabled": {
1099
+ "background": { "value": "{Color.Presentation.green.light}" },
1100
+ "border": { "value": "unset" },
1101
+ "text": { "value": "{Color.Neutral.Mid Grey}" }
1102
+ }
1103
+ }
1104
+ }
1105
+ }
1106
+ }
1107
+ }
1108
+ }