@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,3 @@
1
+ {
2
+ "border-radius": { "value": "4px", "preferCSSVariable": true }
3
+ }
@@ -0,0 +1,280 @@
1
+ {
2
+ "Color": {
3
+ "Red": {
4
+ "L4": { "value": "#f9cfcf" },
5
+ "L3": { "value": "#f39f9f" },
6
+ "L2": { "value": "#ed7070" },
7
+ "L1": { "value": "#e74040" },
8
+ "N": { "value": "#e11010" },
9
+ "D1": { "value": "#cb0e0e" },
10
+ "D2": { "value": "#9e0b0b" },
11
+ "D3": { "value": "#430505" },
12
+ "D4": { "value": "#2d0303" }
13
+ },
14
+ "Blue": {
15
+ "L4": { "value": "#d9e7fd" },
16
+ "L3": { "value": "#b3cefb" },
17
+ "L2": { "value": "#8eb6f8" },
18
+ "L1": { "value": "#689df6" },
19
+ "N": { "value": "#4285f4" },
20
+ "D1": { "value": "#3b78dc" },
21
+ "D2": { "value": "#2e5dab" },
22
+ "D3": { "value": "#142849" },
23
+ "D4": { "value": "#0d1b31" }
24
+ },
25
+ "Teal": {
26
+ "L4": { "value": "#dcf1ed" },
27
+ "L3": { "value": "#b9e2db" },
28
+ "L2": { "value": "#97d4c8" },
29
+ "L1": { "value": "#74c5b6" },
30
+ "N": { "value": "#51b7a4" },
31
+ "D1": { "value": "#49a594" },
32
+ "D2": { "value": "#398073" },
33
+ "D3": { "value": "#183731" },
34
+ "D4": { "value": "#102521" }
35
+ },
36
+ "Grey": {
37
+ "L5": { "value": "#ffffff" },
38
+ "L4": { "value": "#f2f2f2" },
39
+ "L3": { "value": "#e0e0e0" },
40
+ "L2": { "value": "#a3a3a3" },
41
+ "L1": { "value": "#858585" },
42
+ "N": { "value": "#666666" },
43
+ "D1": { "value": "#5c5c5c" },
44
+ "D2": { "value": "#525252" },
45
+ "D3": { "value": "#474747" },
46
+ "D4": { "value": "#333333" },
47
+ "D5": { "value": "#1c1c1c" }
48
+ },
49
+ "Green": {
50
+ "L4": { "value": "#cceedf" },
51
+ "L3": { "value": "#9adec0" },
52
+ "L2": { "value": "#67cda0" },
53
+ "L1": { "value": "#35bd81" },
54
+ "N": { "value": "#02ac61" },
55
+ "D1": { "value": "#029b57" },
56
+ "D2": { "value": "#017844" },
57
+ "D3": { "value": "#01341d" },
58
+ "D4": { "value": "#002213" }
59
+ },
60
+ "Yellow": {
61
+ "L4": { "value": "#fef1dd" },
62
+ "L3": { "value": "#fee4bb" },
63
+ "L2": { "value": "#fdd698" },
64
+ "L1": { "value": "#fdc976" },
65
+ "N": { "value": "#fcbb54" },
66
+ "D1": { "value": "#e3a84c" },
67
+ "D2": { "value": "#b0833b" },
68
+ "D3": { "value": "#4c3819" },
69
+ "D4": { "value": "#322511" }
70
+ },
71
+ "Primary": {
72
+ "L4": { "value": "{Color.Blue.L4}" },
73
+ "L3": { "value": "{Color.Blue.L3}" },
74
+ "L2": { "value": "{Color.Blue.L2}" },
75
+ "L1": { "value": "{Color.Blue.L1}" },
76
+ "N": { "value": "{Color.Blue.N}" },
77
+ "D1": { "value": "{Color.Blue.D1}" },
78
+ "D2": { "value": "{Color.Blue.D2}" },
79
+ "D3": { "value": "{Color.Blue.D3}" },
80
+ "D4": { "value": "{Color.Blue.D4}" }
81
+ },
82
+ "Secondary": {
83
+ "L4": { "value": "{Color.Teal.L4}" },
84
+ "L3": { "value": "{Color.Teal.L3}" },
85
+ "L2": { "value": "{Color.Teal.L2}" },
86
+ "L1": { "value": "{Color.Teal.L1}" },
87
+ "N": { "value": "{Color.Teal.N}" },
88
+ "D1": { "value": "{Color.Teal.D1}" },
89
+ "D2": { "value": "{Color.Teal.D2}" },
90
+ "D3": { "value": "{Color.Teal.D3}" },
91
+ "D4": { "value": "{Color.Teal.D4}" }
92
+ },
93
+ "Neutral": {
94
+ "White": { "value": "{Color.Grey.L5}" },
95
+ "X-Light Grey": { "value": "{Color.Grey.L4}" },
96
+ "Light Grey": { "value": "{Color.Grey.L3}" },
97
+ "Disabled": { "value": "{Color.Grey.L2}" },
98
+ "Mid Grey": { "value": "{Color.Grey.N}" },
99
+ "Dark Grey": { "value": "{Color.Grey.D3}" },
100
+ "X-Dark Grey": { "value": "{Color.Grey.D4}" },
101
+ "Black": { "value": "{Color.Grey.D5}" }
102
+ },
103
+ "Text": {
104
+ "Primary": { "value": "{Color.Neutral.X-Dark Grey}" },
105
+ "Secondary": { "value": "{Color.Neutral.Dark Grey}" }
106
+ },
107
+ "Product": {
108
+ "ASM": { "value": "#8361ea" },
109
+ "Brand Trust": { "value": "#7ec2fa" },
110
+ "Certificates": { "value": "#e8712e" },
111
+ "Hardenize": { "value": "#3498db" },
112
+ "OnDMARC": { "value": "#96d36e" },
113
+ "ondmarc": { "value": "#96d36e" },
114
+ "OnINBOX": { "value": "#33b222" },
115
+ "oninbox": { "value": "#33b222" },
116
+ "Radar": { "value": "#51B7A4" },
117
+ "Vendor Secure": { "value": "#f7c948" },
118
+ "Rojo DS": { "value": "{Color.Red.N}" },
119
+ "Website": { "value": "{Color.Red.N}" },
120
+ "Pulse": { "value": "{Color.Red.N}" }
121
+ },
122
+ "Borders": {
123
+ "border-divider": {
124
+ "value": "{Color.Neutral.X-Light Grey}"
125
+ },
126
+ "border-default": {
127
+ "value": "{Color.Neutral.Mid Grey}"
128
+ },
129
+ "border-disabled": {
130
+ "value": "{Color.Neutral.Light Grey}"
131
+ },
132
+ "border-primary": {
133
+ "value": "{Color.Blue.N}"
134
+ },
135
+ "border-secondary": {
136
+ "value": "{Color.Teal.N}"
137
+ },
138
+ "border-success": {
139
+ "value": "{Color.Green.N}"
140
+ },
141
+ "border-error": {
142
+ "value": "{Color.Red.N}"
143
+ }
144
+ },
145
+ "Notifications": {
146
+ "primary": {
147
+ "primary": { "value": "{Color.Primary.N}" },
148
+ "hover": { "value": "{Color.Primary.L4}" },
149
+ "active": { "value": "{Color.Primary.L3}" }
150
+ },
151
+ "secondary": {
152
+ "primary": { "value": "{Color.Secondary.N}" },
153
+ "hover": { "value": "{Color.Secondary.L4}" },
154
+ "active": { "value": "{Color.Secondary.L3}" }
155
+ },
156
+ "success": {
157
+ "primary": { "value": "{Color.Green.N}" },
158
+ "hover": { "value": "{Color.Green.L4}" },
159
+ "active": { "value": "{Color.Green.L3}" }
160
+ },
161
+ "error": {
162
+ "primary": { "value": "{Color.Red.N}" },
163
+ "hover": { "value": "{Color.Red.L4}" },
164
+ "active": { "value": "{Color.Red.L3}" }
165
+ },
166
+ "warning": {
167
+ "primary": { "value": "{Color.Yellow.N}" },
168
+ "hover": { "value": "{Color.Yellow.L4}" },
169
+ "active": { "value": "{Color.Yellow.L3}" }
170
+ },
171
+ "info": {
172
+ "primary": { "value": "{Color.Blue.N}" },
173
+ "hover": { "value": "{Color.Blue.L4}" },
174
+ "active": { "value": "{Color.Blue.L3}" }
175
+ },
176
+ "question": {
177
+ "primary": { "value": "{Color.Neutral.Mid Grey}" },
178
+ "hover": { "value": "{Color.Neutral.Dark Grey}" },
179
+ "active": { "value": "{Color.Neutral.X-Dark Grey}" }
180
+ },
181
+ "no-data": {
182
+ "primary": { "value": "{Color.Neutral.Light Grey}" },
183
+ "hover": { "value": "{Color.Neutral.Mid Grey}" },
184
+ "active": { "value": "{Color.Neutral.Dark Grey}" }
185
+ }
186
+ },
187
+ "Presentation": {
188
+ "green": {
189
+ "darkerer": { "value": "#078833" },
190
+ "darker": { "value": "#07AA45" },
191
+ "dark": { "value": "#00CE59" },
192
+ "default": { "value": "#56D58E" },
193
+ "light": { "value": "#A2E7BA" },
194
+ "lighter": { "value": "#C2EFD1" },
195
+ "lighterer": { "value": "#E1F7E8" }
196
+ },
197
+ "pink": {
198
+ "darkerer": { "value": "#B10078" },
199
+ "darker": { "value": "#C5008C" },
200
+ "dark": { "value": "#D800A2" },
201
+ "default": { "value": "#D95CBA" },
202
+ "light": { "value": "#ECA0D6" },
203
+ "lighter": { "value": "#F4C0E3" },
204
+ "lighterer": { "value": "#FAE0F1" }
205
+ },
206
+ "aqua": {
207
+ "darkerer": { "value": "#0B9287" },
208
+ "darker": { "value": "#0AB5AB" },
209
+ "dark": { "value": "#00D9D2" },
210
+ "default": { "value": "#63EAE4" },
211
+ "light": { "value": "#9AF8F4" },
212
+ "lighter": { "value": "#CAF7F4" },
213
+ "lighterer": { "value": "#E5FBFA" }
214
+ },
215
+ "brown": {
216
+ "darkerer": { "value": "#701205" },
217
+ "darker": { "value": "#903107" },
218
+ "dark": { "value": "#AF5100" },
219
+ "default": { "value": "#C78348" },
220
+ "light": { "value": "#EDC19C" },
221
+ "lighter": { "value": "#F6D9C3" },
222
+ "lighterer": { "value": "#FAE6D7" }
223
+ },
224
+ "red": {
225
+ "darkerer": { "value": "#B10004" },
226
+ "darker": { "value": "#C70003" },
227
+ "dark": { "value": "#DE0000" },
228
+ "default": { "value": "#E06363" },
229
+ "light": { "value": "#F3A39E" },
230
+ "lighter": { "value": "#F8BBBA" },
231
+ "lighterer": { "value": "#FDDDDC" }
232
+ },
233
+ "yellow": {
234
+ "darkerer": { "value": "#8A7F18" },
235
+ "darker": { "value": "#BCAD14" },
236
+ "dark": { "value": "#F0DE00" },
237
+ "default": { "value": "#FFF741" },
238
+ "light": { "value": "#F7EFC3" },
239
+ "lighter": { "value": "#FBF5DB" },
240
+ "lighterer": { "value": "#FCF9E7" }
241
+ },
242
+ "purple": {
243
+ "darkerer": { "value": "#4702C1" },
244
+ "darker": { "value": "#7902EB" },
245
+ "dark": { "value": "#9200FF" },
246
+ "default": { "value": "#965EDE" },
247
+ "light": { "value": "#C6A8EF" },
248
+ "lighter": { "value": "#DECAF6" },
249
+ "lighterer": { "value": "#E9DCF9" }
250
+ },
251
+ "orange": {
252
+ "darkerer": { "value": "#B45310" },
253
+ "darker": { "value": "#D2710B" },
254
+ "dark": { "value": "#ED9200" },
255
+ "default": { "value": "#FCBB54" },
256
+ "light": { "value": "#F8D296" },
257
+ "lighter": { "value": "#FDE4C0" },
258
+ "lighterer": { "value": "#FEEDD5" }
259
+ },
260
+ "blue": {
261
+ "darkerer": { "value": "#0082F8" },
262
+ "darker": { "value": "#0099FD" },
263
+ "dark": { "value": "#00AEFF" },
264
+ "default": { "value": "#73C5EB" },
265
+ "light": { "value": "#B1DCF3" },
266
+ "lighter": { "value": "#CCE8F7" },
267
+ "lighterer": { "value": "#E6F3FB" }
268
+ },
269
+ "grey": {
270
+ "darkerer": { "value": "#6E6E6E" },
271
+ "darker": { "value": "#959595" },
272
+ "dark": { "value": "#BFBFBF" },
273
+ "default": { "value": "#D6D6D6" },
274
+ "light": { "value": "#E6E6E6" },
275
+ "lighter": { "value": "#EEEEEE" },
276
+ "lighterer": { "value": "#F7F7F7" }
277
+ }
278
+ }
279
+ }
280
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "layout": {
3
+ "z-index": {
4
+ "footer": { "value": "1000" },
5
+ "header": { "value": "1010" },
6
+ "side-panel": { "value": "1050" },
7
+ "dropdown": { "value": "1100" },
8
+ "overlay": { "value": "1150" },
9
+ "dialog": { "value": "1200" },
10
+ "popover": { "value": "1250" },
11
+ "tooltip": { "value": "1300" }
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,199 @@
1
+ {
2
+ "typography": {
3
+ "font-family": {
4
+ "poppins": { "value": "'Poppins', sans-serif" },
5
+ "source-code-pro": { "value": "'Source Code Pro', monospace" },
6
+ "inconsolata": { "value": "'Inconsolata', monospace" }
7
+ },
8
+ "font-weight": {
9
+ "thin": { "value": "100" },
10
+ "extra-light": { "value": "200" },
11
+ "light": { "value": "300" },
12
+ "regular": { "value": "400" },
13
+ "medium": { "value": "500" },
14
+ "semi-bold": { "value": "600" },
15
+ "bold": { "value": "700" },
16
+ "extra-bold": { "value": "800" },
17
+ "black": { "value": "900" }
18
+ },
19
+ "h1": {
20
+ "font-family": {
21
+ "value": "{typography.font-family.poppins}"
22
+ },
23
+ "font-size": { "value": "24px" },
24
+ "font-weight": {
25
+ "value": "{typography.font-weight.semi-bold}"
26
+ },
27
+ "line-height": { "value": "36px" },
28
+ "text-transform": { "value": "unset" }
29
+ },
30
+ "h2": {
31
+ "font-family": {
32
+ "value": "{typography.font-family.poppins}"
33
+ },
34
+ "font-size": { "value": "22px" },
35
+ "font-weight": {
36
+ "value": "{typography.font-weight.semi-bold}"
37
+ },
38
+ "line-height": { "value": "30px" },
39
+ "text-transform": { "value": "unset" }
40
+ },
41
+ "h3": {
42
+ "font-family": {
43
+ "value": "{typography.font-family.poppins}"
44
+ },
45
+ "font-size": { "value": "20px" },
46
+ "font-weight": {
47
+ "value": "{typography.font-weight.medium}"
48
+ },
49
+ "line-height": { "value": "30px" },
50
+ "text-transform": { "value": "unset" }
51
+ },
52
+ "h4": {
53
+ "font-family": {
54
+ "value": "{typography.font-family.poppins}"
55
+ },
56
+ "font-size": { "value": "16px" },
57
+ "font-weight": {
58
+ "value": "{typography.font-weight.semi-bold}"
59
+ },
60
+ "line-height": { "value": "24px" },
61
+ "text-transform": { "value": "unset" }
62
+ },
63
+ "h5": {
64
+ "font-family": {
65
+ "value": "{typography.font-family.poppins}"
66
+ },
67
+ "font-size": { "value": "12px" },
68
+ "font-weight": {
69
+ "value": "{typography.font-weight.semi-bold}"
70
+ },
71
+ "line-height": { "value": "18px" },
72
+ "text-transform": { "value": "unset" }
73
+ },
74
+ "body": {
75
+ "font-family": {
76
+ "value": "{typography.font-family.poppins}"
77
+ },
78
+ "font-size": { "value": "15px" },
79
+ "font-weight": {
80
+ "value": "{typography.font-weight.regular}"
81
+ },
82
+ "line-height": { "value": "24px" },
83
+ "text-transform": { "value": "unset" }
84
+ },
85
+ "link": {
86
+ "font-family": {
87
+ "value": "{typography.font-family.poppins}"
88
+ },
89
+ "font-size": { "value": "15px" },
90
+ "font-weight": {
91
+ "value": "{typography.font-weight.regular}"
92
+ },
93
+ "line-height": { "value": "26px" }
94
+ },
95
+ "input-text": {
96
+ "font-family": {
97
+ "value": "{typography.font-family.poppins}"
98
+ },
99
+ "font-size": { "value": "15px" },
100
+ "font-weight": {
101
+ "value": "{typography.font-weight.regular}"
102
+ },
103
+ "line-height": { "value": "24px" }
104
+ },
105
+ "button": {
106
+ "font-family": {
107
+ "value": "{typography.font-family.poppins}"
108
+ },
109
+ "font-size": { "value": "16px" },
110
+ "font-weight": {
111
+ "value": "{typography.font-weight.medium}"
112
+ },
113
+ "line-height": { "value": "24px" },
114
+ "text-transform": { "value": "uppercase" }
115
+ },
116
+ "caption": {
117
+ "font-family": {
118
+ "value": "{typography.font-family.poppins}"
119
+ },
120
+ "font-size": { "value": "13px" },
121
+ "font-weight": {
122
+ "value": "{typography.font-weight.regular}"
123
+ },
124
+ "line-height": { "value": "18px" },
125
+ "text-transform": { "value": "unset" }
126
+ },
127
+ "helper": {
128
+ "font-family": {
129
+ "value": "{typography.font-family.poppins}"
130
+ },
131
+ "font-size": { "value": "16px" },
132
+ "font-weight": {
133
+ "value": "{typography.font-weight.regular}"
134
+ },
135
+ "line-height": { "value": "24px" },
136
+ "text-transform": { "value": "unset" }
137
+ },
138
+ "badge": {
139
+ "font-family": {
140
+ "value": "{typography.font-family.poppins}"
141
+ },
142
+ "font-size": { "value": "12px" },
143
+ "font-weight": {
144
+ "value": "{typography.font-weight.regular}"
145
+ },
146
+ "line-height": { "value": "12px" }
147
+ },
148
+ "pill": {
149
+ "font-family": {
150
+ "value": "{typography.font-family.poppins}"
151
+ },
152
+ "font-size": { "value": "10px" },
153
+ "font-weight": {
154
+ "value": "{typography.font-weight.regular}"
155
+ },
156
+ "line-height": { "value": "20px" }
157
+ },
158
+ "chip": {
159
+ "font-family": {
160
+ "value": "{typography.font-family.poppins}"
161
+ },
162
+ "font-size": { "value": "12px" },
163
+ "font-weight": {
164
+ "value": "{typography.font-weight.regular}"
165
+ },
166
+ "line-height": { "value": "22px" }
167
+ },
168
+ "tooltip": {
169
+ "font-family": {
170
+ "value": "{typography.font-family.poppins}"
171
+ },
172
+ "font-size": { "value": "12px" },
173
+ "font-weight": {
174
+ "value": "{typography.font-weight.regular}"
175
+ },
176
+ "line-height": { "value": "18px" }
177
+ },
178
+ "datagrid-header": {
179
+ "font-family": {
180
+ "value": "{typography.font-family.poppins}"
181
+ },
182
+ "font-size": { "value": "14px" },
183
+ "font-weight": {
184
+ "value": "{typography.font-weight.semi-bold}"
185
+ },
186
+ "line-height": { "value": "21px" }
187
+ },
188
+ "datagrid-cell": {
189
+ "font-family": {
190
+ "value": "{typography.font-family.poppins}"
191
+ },
192
+ "font-size": { "value": "16px" },
193
+ "font-weight": {
194
+ "value": "{typography.font-weight.regular}"
195
+ },
196
+ "line-height": { "value": "24px" }
197
+ }
198
+ }
199
+ }