@elastic/eui-theme-borealis 0.0.1 → 0.0.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 (157) hide show
  1. package/lib/cjs/eui_theme_borealis_dark.json.d.js +2 -0
  2. package/lib/cjs/eui_theme_borealis_dark.json.d.js.map +1 -0
  3. package/lib/cjs/eui_theme_borealis_light.json.d.js +2 -0
  4. package/lib/cjs/eui_theme_borealis_light.json.d.js.map +1 -0
  5. package/lib/cjs/index.d.ts +9 -0
  6. package/lib/cjs/index.d.ts.map +1 -0
  7. package/lib/cjs/index.js +43 -0
  8. package/lib/cjs/index.js.map +1 -0
  9. package/lib/cjs/variables/_animation.d.ts +5 -0
  10. package/lib/cjs/variables/_animation.d.ts.map +1 -0
  11. package/lib/cjs/variables/_animation.js +33 -0
  12. package/lib/cjs/variables/_animation.js.map +1 -0
  13. package/lib/cjs/variables/_borders.d.ts +3 -0
  14. package/lib/cjs/variables/_borders.d.ts.map +1 -0
  15. package/lib/cjs/variables/_borders.js +53 -0
  16. package/lib/cjs/variables/_borders.js.map +1 -0
  17. package/lib/cjs/variables/_breakpoint.d.ts +3 -0
  18. package/lib/cjs/variables/_breakpoint.d.ts.map +1 -0
  19. package/lib/{variables/_colors.js → cjs/variables/_breakpoint.js} +14 -8
  20. package/lib/cjs/variables/_breakpoint.js.map +1 -0
  21. package/lib/cjs/variables/_buttons.d.ts +3 -0
  22. package/lib/cjs/variables/_buttons.d.ts.map +1 -0
  23. package/lib/cjs/variables/_buttons.js +105 -0
  24. package/lib/cjs/variables/_buttons.js.map +1 -0
  25. package/lib/cjs/variables/_components.d.ts +3 -0
  26. package/lib/cjs/variables/_components.d.ts.map +1 -0
  27. package/lib/cjs/variables/_components.js +192 -0
  28. package/lib/cjs/variables/_components.js.map +1 -0
  29. package/lib/cjs/variables/_forms.d.ts +41 -0
  30. package/lib/cjs/variables/_forms.d.ts.map +1 -0
  31. package/lib/cjs/variables/_forms.js +63 -0
  32. package/lib/cjs/variables/_forms.js.map +1 -0
  33. package/lib/cjs/variables/_levels.d.ts +3 -0
  34. package/lib/cjs/variables/_levels.d.ts.map +1 -0
  35. package/lib/cjs/variables/_levels.js +26 -0
  36. package/lib/cjs/variables/_levels.js.map +1 -0
  37. package/lib/cjs/variables/_size.d.ts +4 -0
  38. package/lib/cjs/variables/_size.d.ts.map +1 -0
  39. package/lib/cjs/variables/_size.js +29 -0
  40. package/lib/cjs/variables/_size.js.map +1 -0
  41. package/lib/cjs/variables/_states.d.ts +3 -0
  42. package/lib/cjs/variables/_states.d.ts.map +1 -0
  43. package/lib/cjs/variables/_states.js +39 -0
  44. package/lib/cjs/variables/_states.js.map +1 -0
  45. package/lib/cjs/variables/_typography.d.ts +6 -0
  46. package/lib/cjs/variables/_typography.d.ts.map +1 -0
  47. package/lib/cjs/variables/_typography.js +78 -0
  48. package/lib/cjs/variables/_typography.js.map +1 -0
  49. package/lib/cjs/variables/colors/_colors_dark.d.ts +16 -0
  50. package/lib/cjs/variables/colors/_colors_dark.d.ts.map +1 -0
  51. package/lib/cjs/variables/colors/_colors_dark.js +147 -0
  52. package/lib/cjs/variables/colors/_colors_dark.js.map +1 -0
  53. package/lib/cjs/variables/colors/_colors_light.d.ts +16 -0
  54. package/lib/cjs/variables/colors/_colors_light.d.ts.map +1 -0
  55. package/lib/cjs/variables/colors/_colors_light.js +147 -0
  56. package/lib/cjs/variables/colors/_colors_light.js.map +1 -0
  57. package/lib/cjs/variables/colors/_colors_vis.d.ts +3 -0
  58. package/lib/cjs/variables/colors/_colors_vis.d.ts.map +1 -0
  59. package/lib/cjs/variables/colors/_colors_vis.js +96 -0
  60. package/lib/cjs/variables/colors/_colors_vis.js.map +1 -0
  61. package/lib/cjs/variables/colors/_primitive_colors.d.ts +206 -0
  62. package/lib/cjs/variables/colors/_primitive_colors.d.ts.map +1 -0
  63. package/lib/cjs/variables/colors/_primitive_colors.js +220 -0
  64. package/lib/cjs/variables/colors/_primitive_colors.js.map +1 -0
  65. package/lib/cjs/variables/colors/_semantic_colors.d.ts +145 -0
  66. package/lib/cjs/variables/colors/_semantic_colors.d.ts.map +1 -0
  67. package/lib/cjs/variables/colors/_semantic_colors.js +160 -0
  68. package/lib/cjs/variables/colors/_semantic_colors.js.map +1 -0
  69. package/lib/{variables/_colors.d.ts → cjs/variables/colors/index.d.ts} +1 -0
  70. package/lib/cjs/variables/colors/index.d.ts.map +1 -0
  71. package/lib/cjs/variables/colors/index.js +26 -0
  72. package/lib/cjs/variables/colors/index.js.map +1 -0
  73. package/lib/{index.js → esm/index.js} +4 -0
  74. package/lib/esm/index.js.map +1 -0
  75. package/lib/esm/variables/_animation.js.map +1 -0
  76. package/lib/{variables → esm/variables}/_borders.js +1 -1
  77. package/lib/esm/variables/_borders.js.map +1 -0
  78. package/lib/esm/variables/_breakpoint.js.map +1 -0
  79. package/lib/esm/variables/_buttons.js.map +1 -0
  80. package/lib/{variables → esm/variables}/_components.js +64 -7
  81. package/lib/esm/variables/_components.js.map +1 -0
  82. package/lib/{variables → esm/variables}/_forms.d.ts +2 -0
  83. package/lib/{variables → esm/variables}/_forms.js +2 -0
  84. package/lib/esm/variables/_forms.js.map +1 -0
  85. package/lib/esm/variables/_levels.js.map +1 -0
  86. package/lib/esm/variables/_size.js.map +1 -0
  87. package/lib/{variables → esm/variables}/_states.js +1 -1
  88. package/lib/esm/variables/_states.js.map +1 -0
  89. package/lib/esm/variables/_typography.js.map +1 -0
  90. package/lib/{variables → esm/variables}/colors/_colors_dark.js +10 -10
  91. package/lib/esm/variables/colors/_colors_dark.js.map +1 -0
  92. package/lib/{variables → esm/variables}/colors/_colors_light.js +1 -1
  93. package/lib/esm/variables/colors/_colors_light.js.map +1 -0
  94. package/lib/esm/variables/colors/_colors_vis.d.ts +2 -0
  95. package/lib/esm/variables/colors/_colors_vis.js +89 -0
  96. package/lib/esm/variables/colors/_colors_vis.js.map +1 -0
  97. package/lib/esm/variables/colors/_primitive_colors.js.map +1 -0
  98. package/lib/esm/variables/colors/_semantic_colors.js.map +1 -0
  99. package/lib/{variables → esm/variables}/colors/index.js +2 -0
  100. package/lib/esm/variables/colors/index.js.map +1 -0
  101. package/lib/eui_theme_borealis_dark.json +314 -0
  102. package/lib/eui_theme_borealis_dark.json.d.ts +317 -0
  103. package/lib/eui_theme_borealis_light.json +314 -0
  104. package/lib/eui_theme_borealis_light.json.d.ts +317 -0
  105. package/package.json +23 -9
  106. package/src/variables/_index.scss +1 -0
  107. package/src/variables/_typography.scss +1 -1
  108. package/src/variables/colors/_colors_dark.scss +7 -7
  109. package/src/variables/colors/_colors_light.scss +1 -1
  110. package/src/variables/colors/_colors_vis.scss +72 -0
  111. package/lib/.tsbuildinfo +0 -1
  112. package/lib/index.js.map +0 -1
  113. package/lib/variables/_animation.js.map +0 -1
  114. package/lib/variables/_borders.js.map +0 -1
  115. package/lib/variables/_breakpoint.js.map +0 -1
  116. package/lib/variables/_buttons.js.map +0 -1
  117. package/lib/variables/_colors.js.map +0 -1
  118. package/lib/variables/_colors_dark.d.ts +0 -7
  119. package/lib/variables/_colors_dark.js +0 -58
  120. package/lib/variables/_colors_dark.js.map +0 -1
  121. package/lib/variables/_colors_light.d.ts +0 -7
  122. package/lib/variables/_colors_light.js +0 -59
  123. package/lib/variables/_colors_light.js.map +0 -1
  124. package/lib/variables/_components.js.map +0 -1
  125. package/lib/variables/_forms.js.map +0 -1
  126. package/lib/variables/_levels.js.map +0 -1
  127. package/lib/variables/_size.js.map +0 -1
  128. package/lib/variables/_states.js.map +0 -1
  129. package/lib/variables/_typography.js.map +0 -1
  130. package/lib/variables/colors/_colors_dark.js.map +0 -1
  131. package/lib/variables/colors/_colors_light.js.map +0 -1
  132. package/lib/variables/colors/_primitive_colors.js.map +0 -1
  133. package/lib/variables/colors/_semantic_colors.js.map +0 -1
  134. package/lib/variables/colors/index.js.map +0 -1
  135. /package/lib/{index.d.ts → esm/index.d.ts} +0 -0
  136. /package/lib/{variables → esm/variables}/_animation.d.ts +0 -0
  137. /package/lib/{variables → esm/variables}/_animation.js +0 -0
  138. /package/lib/{variables → esm/variables}/_borders.d.ts +0 -0
  139. /package/lib/{variables → esm/variables}/_breakpoint.d.ts +0 -0
  140. /package/lib/{variables → esm/variables}/_breakpoint.js +0 -0
  141. /package/lib/{variables → esm/variables}/_buttons.d.ts +0 -0
  142. /package/lib/{variables → esm/variables}/_buttons.js +0 -0
  143. /package/lib/{variables → esm/variables}/_components.d.ts +0 -0
  144. /package/lib/{variables → esm/variables}/_levels.d.ts +0 -0
  145. /package/lib/{variables → esm/variables}/_levels.js +0 -0
  146. /package/lib/{variables → esm/variables}/_size.d.ts +0 -0
  147. /package/lib/{variables → esm/variables}/_size.js +0 -0
  148. /package/lib/{variables → esm/variables}/_states.d.ts +0 -0
  149. /package/lib/{variables → esm/variables}/_typography.d.ts +0 -0
  150. /package/lib/{variables → esm/variables}/_typography.js +0 -0
  151. /package/lib/{variables → esm/variables}/colors/_colors_dark.d.ts +0 -0
  152. /package/lib/{variables → esm/variables}/colors/_colors_light.d.ts +0 -0
  153. /package/lib/{variables → esm/variables}/colors/_primitive_colors.d.ts +0 -0
  154. /package/lib/{variables → esm/variables}/colors/_primitive_colors.js +0 -0
  155. /package/lib/{variables → esm/variables}/colors/_semantic_colors.d.ts +0 -0
  156. /package/lib/{variables → esm/variables}/colors/_semantic_colors.js +0 -0
  157. /package/lib/{variables → esm/variables}/colors/index.d.ts +0 -0
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.colorVis = void 0;
7
+ var _semantic_colors = require("./_semantic_colors");
8
+ var _primitive_colors = require("./_primitive_colors");
9
+ /*
10
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11
+ * or more contributor license agreements. Licensed under the Elastic License
12
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
13
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
14
+ * Side Public License, v 1.
15
+ */
16
+
17
+ // Maps allow for easier JSON usage
18
+ // Use map_merge(euiColorVisColors, $yourMap) to change individual colors after importing ths file
19
+ // The `behindText` variant is a direct copy of the hex output by the JS euiPaletteColorBlindBehindText() function
20
+ var euiPaletteColorBlind = {
21
+ euiColorVis0: {
22
+ graphic: _semantic_colors.SEMANTIC_COLORS.accentSecondary60
23
+ },
24
+ euiColorVis1: {
25
+ graphic: _semantic_colors.SEMANTIC_COLORS.accentSecondary30
26
+ },
27
+ euiColorVis2: {
28
+ graphic: _semantic_colors.SEMANTIC_COLORS.primary60
29
+ },
30
+ euiColorVis3: {
31
+ graphic: _semantic_colors.SEMANTIC_COLORS.primary30
32
+ },
33
+ euiColorVis4: {
34
+ graphic: _semantic_colors.SEMANTIC_COLORS.accent60
35
+ },
36
+ euiColorVis5: {
37
+ graphic: _semantic_colors.SEMANTIC_COLORS.accent30
38
+ },
39
+ euiColorVis6: {
40
+ graphic: _semantic_colors.SEMANTIC_COLORS.danger60
41
+ },
42
+ euiColorVis7: {
43
+ graphic: _semantic_colors.SEMANTIC_COLORS.danger30
44
+ },
45
+ euiColorVis8: {
46
+ graphic: _semantic_colors.SEMANTIC_COLORS.warning60
47
+ },
48
+ euiColorVis9: {
49
+ graphic: _semantic_colors.SEMANTIC_COLORS.warning30
50
+ }
51
+ };
52
+ var colorVis = exports.colorVis = {
53
+ euiColorVis0: euiPaletteColorBlind.euiColorVis0.graphic,
54
+ euiColorVis1: euiPaletteColorBlind.euiColorVis1.graphic,
55
+ euiColorVis2: euiPaletteColorBlind.euiColorVis2.graphic,
56
+ euiColorVis3: euiPaletteColorBlind.euiColorVis3.graphic,
57
+ euiColorVis4: euiPaletteColorBlind.euiColorVis4.graphic,
58
+ euiColorVis5: euiPaletteColorBlind.euiColorVis5.graphic,
59
+ euiColorVis6: euiPaletteColorBlind.euiColorVis6.graphic,
60
+ euiColorVis7: euiPaletteColorBlind.euiColorVis7.graphic,
61
+ euiColorVis8: euiPaletteColorBlind.euiColorVis8.graphic,
62
+ euiColorVis9: euiPaletteColorBlind.euiColorVis9.graphic,
63
+ euiColorVisAsTextLight0: _semantic_colors.SEMANTIC_COLORS.accentSecondary100,
64
+ euiColorVisAsTextLight1: _semantic_colors.SEMANTIC_COLORS.primary100,
65
+ euiColorVisAsTextLight2: _semantic_colors.SEMANTIC_COLORS.accent100,
66
+ euiColorVisAsTextLight3: _semantic_colors.SEMANTIC_COLORS.danger100,
67
+ euiColorVisAsTextLight4: _semantic_colors.SEMANTIC_COLORS.warning100,
68
+ euiColorVisAsTextLight5: _semantic_colors.SEMANTIC_COLORS.success100,
69
+ euiColorVisAsTextLight6: _semantic_colors.SEMANTIC_COLORS.assistance100,
70
+ euiColorVisAsTextDark0: _semantic_colors.SEMANTIC_COLORS.accentSecondary60,
71
+ euiColorVisAsTextDark1: _semantic_colors.SEMANTIC_COLORS.primary60,
72
+ euiColorVisAsTextDark2: _semantic_colors.SEMANTIC_COLORS.accent60,
73
+ euiColorVisAsTextDark3: _semantic_colors.SEMANTIC_COLORS.danger60,
74
+ euiColorVisAsTextDark4: _semantic_colors.SEMANTIC_COLORS.warning60,
75
+ euiColorVisAsTextDark5: _semantic_colors.SEMANTIC_COLORS.success60,
76
+ euiColorVisAsTextDark6: _semantic_colors.SEMANTIC_COLORS.assistance60,
77
+ euiColorVisSuccess0: _semantic_colors.SEMANTIC_COLORS.success60,
78
+ euiColorVisSuccess1: _semantic_colors.SEMANTIC_COLORS.success30,
79
+ euiColorVisWarning0: _semantic_colors.SEMANTIC_COLORS.warning30,
80
+ euiColorVisDanger0: _semantic_colors.SEMANTIC_COLORS.danger60,
81
+ euiColorVisDanger1: _semantic_colors.SEMANTIC_COLORS.danger30,
82
+ euiColorVisNeutral0: _primitive_colors.PRIMITIVE_COLORS.mutedGrey10,
83
+ euiColorVisGrey0: _primitive_colors.PRIMITIVE_COLORS.blueGrey30,
84
+ euiColorVisGrey1: _primitive_colors.PRIMITIVE_COLORS.blueGrey60,
85
+ euiColorVisGrey2: _primitive_colors.PRIMITIVE_COLORS.blueGrey90,
86
+ euiColorVisGrey3: _primitive_colors.PRIMITIVE_COLORS.blueGrey130,
87
+ euiColorVisWarm0: _semantic_colors.SEMANTIC_COLORS.danger10,
88
+ euiColorVisWarm1: _semantic_colors.SEMANTIC_COLORS.danger40,
89
+ euiColorVisWarm2: _semantic_colors.SEMANTIC_COLORS.danger60,
90
+ euiColorVisCool0: _semantic_colors.SEMANTIC_COLORS.primary10,
91
+ euiColorVisCool1: _semantic_colors.SEMANTIC_COLORS.primary40,
92
+ euiColorVisCool2: _semantic_colors.SEMANTIC_COLORS.primary60,
93
+ euiColorVisComplementary0: _semantic_colors.SEMANTIC_COLORS.primary60,
94
+ euiColorVisComplementary1: _semantic_colors.SEMANTIC_COLORS.warning60
95
+ };
96
+ //# sourceMappingURL=_colors_vis.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_colors_vis.js","names":["_semantic_colors","require","_primitive_colors","euiPaletteColorBlind","euiColorVis0","graphic","SEMANTIC_COLORS","accentSecondary60","euiColorVis1","accentSecondary30","euiColorVis2","primary60","euiColorVis3","primary30","euiColorVis4","accent60","euiColorVis5","accent30","euiColorVis6","danger60","euiColorVis7","danger30","euiColorVis8","warning60","euiColorVis9","warning30","colorVis","exports","euiColorVisAsTextLight0","accentSecondary100","euiColorVisAsTextLight1","primary100","euiColorVisAsTextLight2","accent100","euiColorVisAsTextLight3","danger100","euiColorVisAsTextLight4","warning100","euiColorVisAsTextLight5","success100","euiColorVisAsTextLight6","assistance100","euiColorVisAsTextDark0","euiColorVisAsTextDark1","euiColorVisAsTextDark2","euiColorVisAsTextDark3","euiColorVisAsTextDark4","euiColorVisAsTextDark5","success60","euiColorVisAsTextDark6","assistance60","euiColorVisSuccess0","euiColorVisSuccess1","success30","euiColorVisWarning0","euiColorVisDanger0","euiColorVisDanger1","euiColorVisNeutral0","PRIMITIVE_COLORS","mutedGrey10","euiColorVisGrey0","blueGrey30","euiColorVisGrey1","blueGrey60","euiColorVisGrey2","blueGrey90","euiColorVisGrey3","blueGrey130","euiColorVisWarm0","danger10","euiColorVisWarm1","danger40","euiColorVisWarm2","euiColorVisCool0","primary10","euiColorVisCool1","primary40","euiColorVisCool2","euiColorVisComplementary0","euiColorVisComplementary1"],"sources":["../../../../src/variables/colors/_colors_vis.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { _EuiThemeVisColors } from '@elastic/eui-theme-common';\n\nimport { SEMANTIC_COLORS } from './_semantic_colors';\nimport { PRIMITIVE_COLORS } from './_primitive_colors';\n\n// Maps allow for easier JSON usage\n// Use map_merge(euiColorVisColors, $yourMap) to change individual colors after importing ths file\n// The `behindText` variant is a direct copy of the hex output by the JS euiPaletteColorBlindBehindText() function\nconst euiPaletteColorBlind = {\n euiColorVis0: {\n graphic: SEMANTIC_COLORS.accentSecondary60,\n },\n euiColorVis1: {\n graphic: SEMANTIC_COLORS.accentSecondary30,\n },\n euiColorVis2: {\n graphic: SEMANTIC_COLORS.primary60,\n },\n euiColorVis3: {\n graphic: SEMANTIC_COLORS.primary30,\n },\n euiColorVis4: {\n graphic: SEMANTIC_COLORS.accent60,\n },\n euiColorVis5: {\n graphic: SEMANTIC_COLORS.accent30,\n },\n euiColorVis6: {\n graphic: SEMANTIC_COLORS.danger60,\n },\n euiColorVis7: {\n graphic: SEMANTIC_COLORS.danger30,\n },\n euiColorVis8: {\n graphic: SEMANTIC_COLORS.warning60,\n },\n euiColorVis9: {\n graphic: SEMANTIC_COLORS.warning30,\n },\n};\n\nexport const colorVis: _EuiThemeVisColors = {\n euiColorVis0: euiPaletteColorBlind.euiColorVis0.graphic,\n euiColorVis1: euiPaletteColorBlind.euiColorVis1.graphic,\n euiColorVis2: euiPaletteColorBlind.euiColorVis2.graphic,\n euiColorVis3: euiPaletteColorBlind.euiColorVis3.graphic,\n euiColorVis4: euiPaletteColorBlind.euiColorVis4.graphic,\n euiColorVis5: euiPaletteColorBlind.euiColorVis5.graphic,\n euiColorVis6: euiPaletteColorBlind.euiColorVis6.graphic,\n euiColorVis7: euiPaletteColorBlind.euiColorVis7.graphic,\n euiColorVis8: euiPaletteColorBlind.euiColorVis8.graphic,\n euiColorVis9: euiPaletteColorBlind.euiColorVis9.graphic,\n\n euiColorVisAsTextLight0: SEMANTIC_COLORS.accentSecondary100,\n euiColorVisAsTextLight1: SEMANTIC_COLORS.primary100,\n euiColorVisAsTextLight2: SEMANTIC_COLORS.accent100,\n euiColorVisAsTextLight3: SEMANTIC_COLORS.danger100,\n euiColorVisAsTextLight4: SEMANTIC_COLORS.warning100,\n euiColorVisAsTextLight5: SEMANTIC_COLORS.success100,\n euiColorVisAsTextLight6: SEMANTIC_COLORS.assistance100,\n\n euiColorVisAsTextDark0: SEMANTIC_COLORS.accentSecondary60,\n euiColorVisAsTextDark1: SEMANTIC_COLORS.primary60,\n euiColorVisAsTextDark2: SEMANTIC_COLORS.accent60,\n euiColorVisAsTextDark3: SEMANTIC_COLORS.danger60,\n euiColorVisAsTextDark4: SEMANTIC_COLORS.warning60,\n euiColorVisAsTextDark5: SEMANTIC_COLORS.success60,\n euiColorVisAsTextDark6: SEMANTIC_COLORS.assistance60,\n\n euiColorVisSuccess0: SEMANTIC_COLORS.success60,\n euiColorVisSuccess1: SEMANTIC_COLORS.success30,\n euiColorVisWarning0: SEMANTIC_COLORS.warning30,\n euiColorVisDanger0: SEMANTIC_COLORS.danger60,\n euiColorVisDanger1: SEMANTIC_COLORS.danger30,\n\n euiColorVisNeutral0: PRIMITIVE_COLORS.mutedGrey10,\n\n euiColorVisGrey0: PRIMITIVE_COLORS.blueGrey30,\n euiColorVisGrey1: PRIMITIVE_COLORS.blueGrey60,\n euiColorVisGrey2: PRIMITIVE_COLORS.blueGrey90,\n euiColorVisGrey3: PRIMITIVE_COLORS.blueGrey130,\n\n euiColorVisWarm0: SEMANTIC_COLORS.danger10,\n euiColorVisWarm1: SEMANTIC_COLORS.danger40,\n euiColorVisWarm2: SEMANTIC_COLORS.danger60,\n\n euiColorVisCool0: SEMANTIC_COLORS.primary10,\n euiColorVisCool1: SEMANTIC_COLORS.primary40,\n euiColorVisCool2: SEMANTIC_COLORS.primary60,\n\n euiColorVisComplementary0: SEMANTIC_COLORS.primary60,\n euiColorVisComplementary1: SEMANTIC_COLORS.warning60,\n};\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,206 @@
1
+ export declare const PRIMITIVE_COLORS: {
2
+ white: string;
3
+ black: string;
4
+ mutedBlack: string;
5
+ blueBlack: string;
6
+ transparent: {
7
+ white0: string;
8
+ white10: string;
9
+ white20: string;
10
+ white30: string;
11
+ white40: string;
12
+ white50: string;
13
+ white60: string;
14
+ white70: string;
15
+ white80: string;
16
+ white90: string;
17
+ white100: string;
18
+ white110: string;
19
+ white120: string;
20
+ white130: string;
21
+ white140: string;
22
+ mutedGrey10: string;
23
+ mutedGrey20: string;
24
+ mutedGrey30: string;
25
+ mutedGrey40: string;
26
+ mutedGrey50: string;
27
+ mutedGrey60: string;
28
+ mutedGrey70: string;
29
+ mutedGrey80: string;
30
+ mutedGrey90: string;
31
+ mutedGrey100: string;
32
+ mutedGrey110: string;
33
+ mutedGrey120: string;
34
+ mutedGrey130: string;
35
+ mutedGrey140: string;
36
+ blueGrey10: string;
37
+ blueGrey20: string;
38
+ blueGrey30: string;
39
+ blueGrey40: string;
40
+ blueGrey50: string;
41
+ blueGrey60: string;
42
+ blueGrey70: string;
43
+ blueGrey80: string;
44
+ blueGrey90: string;
45
+ blueGrey100: string;
46
+ blueGrey110: string;
47
+ blueGrey120: string;
48
+ blueGrey130: string;
49
+ blueGrey140: string;
50
+ };
51
+ mutedGrey10: string;
52
+ mutedGrey15: string;
53
+ mutedGrey20: string;
54
+ mutedGrey25: string;
55
+ mutedGrey30: string;
56
+ mutedGrey35: string;
57
+ mutedGrey40: string;
58
+ mutedGrey45: string;
59
+ mutedGrey50: string;
60
+ mutedGrey55: string;
61
+ mutedGrey60: string;
62
+ mutedGrey65: string;
63
+ mutedGrey70: string;
64
+ mutedGrey75: string;
65
+ mutedGrey80: string;
66
+ mutedGrey85: string;
67
+ mutedGrey90: string;
68
+ mutedGrey95: string;
69
+ mutedGrey100: string;
70
+ mutedGrey105: string;
71
+ mutedGrey110: string;
72
+ mutedGrey115: string;
73
+ mutedGrey120: string;
74
+ mutedGrey125: string;
75
+ mutedGrey130: string;
76
+ mutedGrey135: string;
77
+ mutedGrey140: string;
78
+ mutedGrey145: string;
79
+ blueGrey10: string;
80
+ blueGrey15: string;
81
+ blueGrey20: string;
82
+ blueGrey25: string;
83
+ blueGrey30: string;
84
+ blueGrey35: string;
85
+ blueGrey40: string;
86
+ blueGrey45: string;
87
+ blueGrey50: string;
88
+ blueGrey55: string;
89
+ blueGrey60: string;
90
+ blueGrey65: string;
91
+ blueGrey70: string;
92
+ blueGrey75: string;
93
+ blueGrey80: string;
94
+ blueGrey85: string;
95
+ blueGrey90: string;
96
+ blueGrey95: string;
97
+ blueGrey100: string;
98
+ blueGrey105: string;
99
+ blueGrey110: string;
100
+ blueGrey115: string;
101
+ blueGrey120: string;
102
+ blueGrey125: string;
103
+ blueGrey130: string;
104
+ blueGrey135: string;
105
+ blueGrey140: string;
106
+ blueGrey145: string;
107
+ blue10: string;
108
+ blue20: string;
109
+ blue30: string;
110
+ blue40: string;
111
+ blue50: string;
112
+ blue60: string;
113
+ blue70: string;
114
+ blue80: string;
115
+ blue90: string;
116
+ blue100: string;
117
+ blue110: string;
118
+ blue120: string;
119
+ blue130: string;
120
+ blue140: string;
121
+ teal10: string;
122
+ teal20: string;
123
+ teal30: string;
124
+ teal40: string;
125
+ teal50: string;
126
+ teal60: string;
127
+ teal70: string;
128
+ teal80: string;
129
+ teal90: string;
130
+ teal100: string;
131
+ teal110: string;
132
+ teal120: string;
133
+ teal130: string;
134
+ teal140: string;
135
+ pink10: string;
136
+ pink20: string;
137
+ pink30: string;
138
+ pink40: string;
139
+ pink50: string;
140
+ pink60: string;
141
+ pink70: string;
142
+ pink80: string;
143
+ pink90: string;
144
+ pink100: string;
145
+ pink110: string;
146
+ pink120: string;
147
+ pink130: string;
148
+ pink140: string;
149
+ green10: string;
150
+ green20: string;
151
+ green30: string;
152
+ green40: string;
153
+ green50: string;
154
+ green60: string;
155
+ green70: string;
156
+ green80: string;
157
+ green90: string;
158
+ green100: string;
159
+ green110: string;
160
+ green120: string;
161
+ green130: string;
162
+ green140: string;
163
+ yellow10: string;
164
+ yellow20: string;
165
+ yellow30: string;
166
+ yellow40: string;
167
+ yellow50: string;
168
+ yellow60: string;
169
+ yellow70: string;
170
+ yellow80: string;
171
+ yellow90: string;
172
+ yellow100: string;
173
+ yellow110: string;
174
+ yellow120: string;
175
+ yellow130: string;
176
+ yellow140: string;
177
+ red10: string;
178
+ red20: string;
179
+ red30: string;
180
+ red40: string;
181
+ red50: string;
182
+ red60: string;
183
+ red70: string;
184
+ red80: string;
185
+ red90: string;
186
+ red100: string;
187
+ red110: string;
188
+ red120: string;
189
+ red130: string;
190
+ red140: string;
191
+ purple10: string;
192
+ purple20: string;
193
+ purple30: string;
194
+ purple40: string;
195
+ purple50: string;
196
+ purple60: string;
197
+ purple70: string;
198
+ purple80: string;
199
+ purple90: string;
200
+ purple100: string;
201
+ purple110: string;
202
+ purple120: string;
203
+ purple130: string;
204
+ purple140: string;
205
+ };
206
+ //# sourceMappingURL=_primitive_colors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_primitive_colors.d.ts","sourceRoot":"","sources":["../../../../src/variables/colors/_primitive_colors.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuN5B,CAAC"}
@@ -0,0 +1,220 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.PRIMITIVE_COLORS = void 0;
7
+ /*
8
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
9
+ * or more contributor license agreements. Licensed under the Elastic License
10
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
11
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
12
+ * Side Public License, v 1.
13
+ */
14
+
15
+ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
16
+ white: '#FFFFFF',
17
+ black: '#000000',
18
+ mutedBlack: '#0E0F12',
19
+ blueBlack: '#07101F',
20
+ transparent: {
21
+ white0: 'transparent',
22
+ white10: 'rgba(255, 255, 255, 0.06)',
23
+ white20: 'rgba(255, 255, 255, 0.10)',
24
+ white30: 'rgba(255, 255, 255, 0.16)',
25
+ white40: 'rgba(255, 255, 255, 0.22)',
26
+ white50: 'rgba(255, 255, 255, 0.28)',
27
+ white60: 'rgba(255, 255, 255, 0.34)',
28
+ white70: 'rgba(255, 255, 255, 0.42)',
29
+ white80: 'rgba(255, 255, 255, 0.50)',
30
+ white90: 'rgba(255, 255, 255, 0.58)',
31
+ white100: 'rgba(255, 255, 255, 0.66)',
32
+ white110: 'rgba(255, 255, 255, 0.74)',
33
+ white120: 'rgba(255, 255, 255, 0.8)',
34
+ white130: 'rgba(255, 255, 255, 0.84)',
35
+ white140: 'rgba(255, 255, 255, 0.88)',
36
+ mutedGrey10: 'rgba(54, 95, 178, 0.06)',
37
+ mutedGrey20: 'rgba(50, 88, 163, 0.10)',
38
+ mutedGrey30: 'rgba(44, 75, 138, 0.15)',
39
+ mutedGrey40: 'rgba(37, 60, 111, 0.19)',
40
+ mutedGrey50: 'rgba(31, 48, 84, 0.24)',
41
+ mutedGrey60: 'rgba(24, 35, 58, 0.32)',
42
+ mutedGrey70: 'rgba(18, 22, 32, 0.40)',
43
+ mutedGrey80: 'rgba(14, 15, 18, 0.50)',
44
+ mutedGrey90: 'rgba(14, 15, 18, 0.60)',
45
+ mutedGrey100: 'rgba(14, 15, 18, 0.68)',
46
+ mutedGrey110: 'rgba(14, 15, 18, 0.76)',
47
+ mutedGrey120: 'rgba(14, 15, 18, 0.84)',
48
+ mutedGrey130: 'rgba(14, 15, 18, 0.88)',
49
+ mutedGrey140: 'rgba(14, 15, 18, 0.92)',
50
+ blueGrey10: 'rgba(54, 95, 178, 0.06)',
51
+ blueGrey20: 'rgba(54, 95, 178, 0.10)',
52
+ blueGrey30: 'rgba(54, 95, 178, 0.16)',
53
+ blueGrey40: 'rgba(54, 95, 178, 0.22)',
54
+ blueGrey50: 'rgba(47, 84, 158, 0.28)',
55
+ blueGrey60: 'rgba(35, 65, 123, 0.36)',
56
+ blueGrey70: 'rgba(24, 45, 88, 0.44)',
57
+ blueGrey80: 'rgba(11, 25, 51, 0.52)',
58
+ blueGrey90: 'rgba(5, 15, 33, 0.60)',
59
+ blueGrey100: 'rgba(5, 15, 33, 0.68)',
60
+ blueGrey110: 'rgba(5, 15, 33, 0.76)',
61
+ blueGrey120: 'rgba(5, 15, 33, 0.84)',
62
+ blueGrey130: 'rgba(5, 15, 33, 0.88)',
63
+ blueGrey140: 'rgba(5, 15, 33, 0.92)'
64
+ },
65
+ mutedGrey10: '#F6F9FC',
66
+ mutedGrey15: '#EDEFF3',
67
+ mutedGrey20: '#E3E6EB',
68
+ mutedGrey25: '#D9DDE3',
69
+ mutedGrey30: '#D0D4DA',
70
+ mutedGrey35: '#C6CBD2',
71
+ mutedGrey40: '#BDC2CA',
72
+ mutedGrey45: '#B3B9C2',
73
+ mutedGrey50: '#AAB0BA',
74
+ mutedGrey55: '#A1A8B2',
75
+ mutedGrey60: '#989FAA',
76
+ mutedGrey65: '#8F96A2',
77
+ mutedGrey70: '#868E9A',
78
+ mutedGrey75: '#7E8691',
79
+ mutedGrey80: '#767D89',
80
+ mutedGrey85: '#6E7581',
81
+ mutedGrey90: '#666D78',
82
+ mutedGrey95: '#5D6570',
83
+ mutedGrey100: '#555C67',
84
+ mutedGrey105: '#4D545E',
85
+ mutedGrey110: '#464C56',
86
+ mutedGrey115: '#3F444D',
87
+ mutedGrey120: '#373D45',
88
+ mutedGrey125: '#30353C',
89
+ mutedGrey130: '#292E34',
90
+ mutedGrey135: '#23262C',
91
+ mutedGrey140: '#1C1F24',
92
+ mutedGrey145: '#16181D',
93
+ blueGrey10: '#F6F9FC',
94
+ blueGrey15: '#ECF1F9',
95
+ blueGrey20: '#E3E8F2',
96
+ blueGrey25: '#D6DDEA',
97
+ blueGrey30: '#CAD3E2',
98
+ blueGrey35: '#C0CCDD',
99
+ blueGrey40: '#B4C1D5',
100
+ blueGrey45: '#ABB9D0',
101
+ blueGrey50: '#A2B1C9',
102
+ blueGrey55: '#98A8C3',
103
+ blueGrey60: '#8E9FBC',
104
+ blueGrey65: '#8497B7',
105
+ blueGrey70: '#798EAF',
106
+ blueGrey75: '#7186A8',
107
+ blueGrey80: '#6A7FA0',
108
+ blueGrey85: '#627593',
109
+ blueGrey90: '#5A6D8C',
110
+ blueGrey95: '#516381',
111
+ blueGrey100: '#485975',
112
+ blueGrey105: '#3F4F69',
113
+ blueGrey110: '#384861',
114
+ blueGrey115: '#324058',
115
+ blueGrey120: '#2B394F',
116
+ blueGrey125: '#243147',
117
+ blueGrey130: '#1D2A3E',
118
+ blueGrey135: '#172336',
119
+ blueGrey140: '#111C2C',
120
+ blueGrey145: '#0B1628',
121
+ blue10: '#E5F3FF',
122
+ blue20: '#D6E9FF',
123
+ blue30: '#B4D5FF',
124
+ blue40: '#96C3FF',
125
+ blue50: '#78B0FF',
126
+ blue60: '#599DFF',
127
+ blue70: '#3788FF',
128
+ blue80: '#2476F0',
129
+ blue90: '#0B64DD',
130
+ blue100: '#1750BA',
131
+ blue110: '#154399',
132
+ blue120: '#123778',
133
+ blue130: '#0D2F5E',
134
+ blue140: '#0A2342',
135
+ teal10: '#E2F9F7',
136
+ teal20: '#C9F3F0',
137
+ teal30: '#98E6E2',
138
+ teal40: '#5DD8D2',
139
+ teal50: '#2ECCC7',
140
+ teal60: '#00BEB8',
141
+ teal70: '#00B0AA',
142
+ teal80: '#009E99',
143
+ teal90: '#008B87',
144
+ teal100: '#047471',
145
+ teal110: '#065B58',
146
+ teal120: '#044949',
147
+ teal130: '#023436',
148
+ teal140: '#03282B',
149
+ pink10: '#FFEBF5',
150
+ pink20: '#FDDDE9',
151
+ pink30: '#FFBED5',
152
+ pink40: '#FBA3C4',
153
+ pink50: '#F588B3',
154
+ pink60: '#ED6BA2',
155
+ pink70: '#E54A91',
156
+ pink80: '#D13680',
157
+ pink90: '#BC1E70',
158
+ pink100: '#A11262',
159
+ pink110: '#831652',
160
+ pink120: '#5E2140',
161
+ pink130: '#481E32',
162
+ pink140: '#351725',
163
+ green10: '#E2F8F0',
164
+ green20: '#C9F3E3',
165
+ green30: '#9DEDCE',
166
+ green40: '#6EDEB7',
167
+ green50: '#3ACFA0',
168
+ green60: '#23BE8F',
169
+ green70: '#04AE7E',
170
+ green80: '#00996B',
171
+ green90: '#008A5E',
172
+ green100: '#09724D',
173
+ green110: '#0C5A3F',
174
+ green120: '#094837',
175
+ green130: '#0D362B',
176
+ green140: '#092A26',
177
+ yellow10: '#FDF3D8',
178
+ yellow20: '#FDE9B5',
179
+ yellow30: '#FCD279',
180
+ yellow40: '#FACB3D',
181
+ yellow50: '#F5BC00',
182
+ yellow60: '#E6AB01',
183
+ yellow70: '#CA9601',
184
+ yellow80: '#AD7E00',
185
+ yellow90: '#966B03',
186
+ yellow100: '#825803',
187
+ yellow110: '#6A4906',
188
+ yellow120: '#513910',
189
+ yellow130: '#3D3014',
190
+ yellow140: '#2C2721',
191
+ red10: '#FFE8E5',
192
+ red20: '#FDDDD8',
193
+ red30: '#FFC0B8',
194
+ red40: '#FFA59C',
195
+ red50: '#FC8A80',
196
+ red60: '#F66D64',
197
+ red70: '#EE4C48',
198
+ red80: '#DA3737',
199
+ red90: '#C61E25',
200
+ red100: '#A71627',
201
+ red110: '#7F1F27',
202
+ red120: '#5E2129',
203
+ red130: '#491D27',
204
+ red140: '#351721',
205
+ purple10: '#F3ECFE',
206
+ purple20: '#ECE2FE',
207
+ purple30: '#DECDFE',
208
+ purple40: '#CEB6FC',
209
+ purple50: '#BF9CF9',
210
+ purple60: '#B084F5',
211
+ purple70: '#A36DEF',
212
+ purple80: '#925CDA',
213
+ purple90: '#8144CC',
214
+ purple100: '#6B3C9F',
215
+ purple110: '#52357E',
216
+ purple120: '#3E2C63',
217
+ purple130: '#322452',
218
+ purple140: '#2A1E3E'
219
+ };
220
+ //# sourceMappingURL=_primitive_colors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_primitive_colors.js","names":["PRIMITIVE_COLORS","exports","white","black","mutedBlack","blueBlack","transparent","white0","white10","white20","white30","white40","white50","white60","white70","white80","white90","white100","white110","white120","white130","white140","mutedGrey10","mutedGrey20","mutedGrey30","mutedGrey40","mutedGrey50","mutedGrey60","mutedGrey70","mutedGrey80","mutedGrey90","mutedGrey100","mutedGrey110","mutedGrey120","mutedGrey130","mutedGrey140","blueGrey10","blueGrey20","blueGrey30","blueGrey40","blueGrey50","blueGrey60","blueGrey70","blueGrey80","blueGrey90","blueGrey100","blueGrey110","blueGrey120","blueGrey130","blueGrey140","mutedGrey15","mutedGrey25","mutedGrey35","mutedGrey45","mutedGrey55","mutedGrey65","mutedGrey75","mutedGrey85","mutedGrey95","mutedGrey105","mutedGrey115","mutedGrey125","mutedGrey135","mutedGrey145","blueGrey15","blueGrey25","blueGrey35","blueGrey45","blueGrey55","blueGrey65","blueGrey75","blueGrey85","blueGrey95","blueGrey105","blueGrey115","blueGrey125","blueGrey135","blueGrey145","blue10","blue20","blue30","blue40","blue50","blue60","blue70","blue80","blue90","blue100","blue110","blue120","blue130","blue140","teal10","teal20","teal30","teal40","teal50","teal60","teal70","teal80","teal90","teal100","teal110","teal120","teal130","teal140","pink10","pink20","pink30","pink40","pink50","pink60","pink70","pink80","pink90","pink100","pink110","pink120","pink130","pink140","green10","green20","green30","green40","green50","green60","green70","green80","green90","green100","green110","green120","green130","green140","yellow10","yellow20","yellow30","yellow40","yellow50","yellow60","yellow70","yellow80","yellow90","yellow100","yellow110","yellow120","yellow130","yellow140","red10","red20","red30","red40","red50","red60","red70","red80","red90","red100","red110","red120","red130","red140","purple10","purple20","purple30","purple40","purple50","purple60","purple70","purple80","purple90","purple100","purple110","purple120","purple130","purple140"],"sources":["../../../../src/variables/colors/_primitive_colors.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport const PRIMITIVE_COLORS = {\n white: '#FFFFFF',\n black: '#000000',\n mutedBlack: '#0E0F12',\n blueBlack: '#07101F',\n transparent: {\n white0: 'transparent',\n white10: 'rgba(255, 255, 255, 0.06)',\n white20: 'rgba(255, 255, 255, 0.10)',\n white30: 'rgba(255, 255, 255, 0.16)',\n white40: 'rgba(255, 255, 255, 0.22)',\n white50: 'rgba(255, 255, 255, 0.28)',\n white60: 'rgba(255, 255, 255, 0.34)',\n white70: 'rgba(255, 255, 255, 0.42)',\n white80: 'rgba(255, 255, 255, 0.50)',\n white90: 'rgba(255, 255, 255, 0.58)',\n white100: 'rgba(255, 255, 255, 0.66)',\n white110: 'rgba(255, 255, 255, 0.74)',\n white120: 'rgba(255, 255, 255, 0.8)',\n white130: 'rgba(255, 255, 255, 0.84)',\n white140: 'rgba(255, 255, 255, 0.88)',\n\n mutedGrey10: 'rgba(54, 95, 178, 0.06)',\n mutedGrey20: 'rgba(50, 88, 163, 0.10)',\n mutedGrey30: 'rgba(44, 75, 138, 0.15)',\n mutedGrey40: 'rgba(37, 60, 111, 0.19)',\n mutedGrey50: 'rgba(31, 48, 84, 0.24)',\n mutedGrey60: 'rgba(24, 35, 58, 0.32)',\n mutedGrey70: 'rgba(18, 22, 32, 0.40)',\n mutedGrey80: 'rgba(14, 15, 18, 0.50)',\n mutedGrey90: 'rgba(14, 15, 18, 0.60)',\n mutedGrey100: 'rgba(14, 15, 18, 0.68)',\n mutedGrey110: 'rgba(14, 15, 18, 0.76)',\n mutedGrey120: 'rgba(14, 15, 18, 0.84)',\n mutedGrey130: 'rgba(14, 15, 18, 0.88)',\n mutedGrey140: 'rgba(14, 15, 18, 0.92)',\n\n blueGrey10: 'rgba(54, 95, 178, 0.06)',\n blueGrey20: 'rgba(54, 95, 178, 0.10)',\n blueGrey30: 'rgba(54, 95, 178, 0.16)',\n blueGrey40: 'rgba(54, 95, 178, 0.22)',\n blueGrey50: 'rgba(47, 84, 158, 0.28)',\n blueGrey60: 'rgba(35, 65, 123, 0.36)',\n blueGrey70: 'rgba(24, 45, 88, 0.44)',\n blueGrey80: 'rgba(11, 25, 51, 0.52)',\n blueGrey90: 'rgba(5, 15, 33, 0.60)',\n blueGrey100: 'rgba(5, 15, 33, 0.68)',\n blueGrey110: 'rgba(5, 15, 33, 0.76)',\n blueGrey120: 'rgba(5, 15, 33, 0.84)',\n blueGrey130: 'rgba(5, 15, 33, 0.88)',\n blueGrey140: 'rgba(5, 15, 33, 0.92)',\n },\n\n mutedGrey10: '#F6F9FC',\n mutedGrey15: '#EDEFF3',\n mutedGrey20: '#E3E6EB',\n mutedGrey25: '#D9DDE3',\n mutedGrey30: '#D0D4DA',\n mutedGrey35: '#C6CBD2',\n mutedGrey40: '#BDC2CA',\n mutedGrey45: '#B3B9C2',\n mutedGrey50: '#AAB0BA',\n mutedGrey55: '#A1A8B2',\n mutedGrey60: '#989FAA',\n mutedGrey65: '#8F96A2',\n mutedGrey70: '#868E9A',\n mutedGrey75: '#7E8691',\n mutedGrey80: '#767D89',\n mutedGrey85: '#6E7581',\n mutedGrey90: '#666D78',\n mutedGrey95: '#5D6570',\n mutedGrey100: '#555C67',\n mutedGrey105: '#4D545E',\n mutedGrey110: '#464C56',\n mutedGrey115: '#3F444D',\n mutedGrey120: '#373D45',\n mutedGrey125: '#30353C',\n mutedGrey130: '#292E34',\n mutedGrey135: '#23262C',\n mutedGrey140: '#1C1F24',\n mutedGrey145: '#16181D',\n\n blueGrey10: '#F6F9FC',\n blueGrey15: '#ECF1F9',\n blueGrey20: '#E3E8F2',\n blueGrey25: '#D6DDEA',\n blueGrey30: '#CAD3E2',\n blueGrey35: '#C0CCDD',\n blueGrey40: '#B4C1D5',\n blueGrey45: '#ABB9D0',\n blueGrey50: '#A2B1C9',\n blueGrey55: '#98A8C3',\n blueGrey60: '#8E9FBC',\n blueGrey65: '#8497B7',\n blueGrey70: '#798EAF',\n blueGrey75: '#7186A8',\n blueGrey80: '#6A7FA0',\n blueGrey85: '#627593',\n blueGrey90: '#5A6D8C',\n blueGrey95: '#516381',\n blueGrey100: '#485975',\n blueGrey105: '#3F4F69',\n blueGrey110: '#384861',\n blueGrey115: '#324058',\n blueGrey120: '#2B394F',\n blueGrey125: '#243147',\n blueGrey130: '#1D2A3E',\n blueGrey135: '#172336',\n blueGrey140: '#111C2C',\n blueGrey145: '#0B1628',\n\n blue10: '#E5F3FF',\n blue20: '#D6E9FF',\n blue30: '#B4D5FF',\n blue40: '#96C3FF',\n blue50: '#78B0FF',\n blue60: '#599DFF',\n blue70: '#3788FF',\n blue80: '#2476F0',\n blue90: '#0B64DD',\n blue100: '#1750BA',\n blue110: '#154399',\n blue120: '#123778',\n blue130: '#0D2F5E',\n blue140: '#0A2342',\n\n teal10: '#E2F9F7',\n teal20: '#C9F3F0',\n teal30: '#98E6E2',\n teal40: '#5DD8D2',\n teal50: '#2ECCC7',\n teal60: '#00BEB8',\n teal70: '#00B0AA',\n teal80: '#009E99',\n teal90: '#008B87',\n teal100: '#047471',\n teal110: '#065B58',\n teal120: '#044949',\n teal130: '#023436',\n teal140: '#03282B',\n\n pink10: '#FFEBF5',\n pink20: '#FDDDE9',\n pink30: '#FFBED5',\n pink40: '#FBA3C4',\n pink50: '#F588B3',\n pink60: '#ED6BA2',\n pink70: '#E54A91',\n pink80: '#D13680',\n pink90: '#BC1E70',\n pink100: '#A11262',\n pink110: '#831652',\n pink120: '#5E2140',\n pink130: '#481E32',\n pink140: '#351725',\n\n green10: '#E2F8F0',\n green20: '#C9F3E3',\n green30: '#9DEDCE',\n green40: '#6EDEB7',\n green50: '#3ACFA0',\n green60: '#23BE8F',\n green70: '#04AE7E',\n green80: '#00996B',\n green90: '#008A5E',\n green100: '#09724D',\n green110: '#0C5A3F',\n green120: '#094837',\n green130: '#0D362B',\n green140: '#092A26',\n\n yellow10: '#FDF3D8',\n yellow20: '#FDE9B5',\n yellow30: '#FCD279',\n yellow40: '#FACB3D',\n yellow50: '#F5BC00',\n yellow60: '#E6AB01',\n yellow70: '#CA9601',\n yellow80: '#AD7E00',\n yellow90: '#966B03',\n yellow100: '#825803',\n yellow110: '#6A4906',\n yellow120: '#513910',\n yellow130: '#3D3014',\n yellow140: '#2C2721',\n\n red10: '#FFE8E5',\n red20: '#FDDDD8',\n red30: '#FFC0B8',\n red40: '#FFA59C',\n red50: '#FC8A80',\n red60: '#F66D64',\n red70: '#EE4C48',\n red80: '#DA3737',\n red90: '#C61E25',\n red100: '#A71627',\n red110: '#7F1F27',\n red120: '#5E2129',\n red130: '#491D27',\n red140: '#351721',\n\n purple10: '#F3ECFE',\n purple20: '#ECE2FE',\n purple30: '#DECDFE',\n purple40: '#CEB6FC',\n purple50: '#BF9CF9',\n purple60: '#B084F5',\n purple70: '#A36DEF',\n purple80: '#925CDA',\n purple90: '#8144CC',\n purple100: '#6B3C9F',\n purple110: '#52357E',\n purple120: '#3E2C63',\n purple130: '#322452',\n purple140: '#2A1E3E',\n};\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,IAAMA,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAG;EAC9BE,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,UAAU,EAAE,SAAS;EACrBC,SAAS,EAAE,SAAS;EACpBC,WAAW,EAAE;IACXC,MAAM,EAAE,aAAa;IACrBC,OAAO,EAAE,2BAA2B;IACpCC,OAAO,EAAE,2BAA2B;IACpCC,OAAO,EAAE,2BAA2B;IACpCC,OAAO,EAAE,2BAA2B;IACpCC,OAAO,EAAE,2BAA2B;IACpCC,OAAO,EAAE,2BAA2B;IACpCC,OAAO,EAAE,2BAA2B;IACpCC,OAAO,EAAE,2BAA2B;IACpCC,OAAO,EAAE,2BAA2B;IACpCC,QAAQ,EAAE,2BAA2B;IACrCC,QAAQ,EAAE,2BAA2B;IACrCC,QAAQ,EAAE,0BAA0B;IACpCC,QAAQ,EAAE,2BAA2B;IACrCC,QAAQ,EAAE,2BAA2B;IAErCC,WAAW,EAAE,yBAAyB;IACtCC,WAAW,EAAE,yBAAyB;IACtCC,WAAW,EAAE,yBAAyB;IACtCC,WAAW,EAAE,yBAAyB;IACtCC,WAAW,EAAE,wBAAwB;IACrCC,WAAW,EAAE,wBAAwB;IACrCC,WAAW,EAAE,wBAAwB;IACrCC,WAAW,EAAE,wBAAwB;IACrCC,WAAW,EAAE,wBAAwB;IACrCC,YAAY,EAAE,wBAAwB;IACtCC,YAAY,EAAE,wBAAwB;IACtCC,YAAY,EAAE,wBAAwB;IACtCC,YAAY,EAAE,wBAAwB;IACtCC,YAAY,EAAE,wBAAwB;IAEtCC,UAAU,EAAE,yBAAyB;IACrCC,UAAU,EAAE,yBAAyB;IACrCC,UAAU,EAAE,yBAAyB;IACrCC,UAAU,EAAE,yBAAyB;IACrCC,UAAU,EAAE,yBAAyB;IACrCC,UAAU,EAAE,yBAAyB;IACrCC,UAAU,EAAE,wBAAwB;IACpCC,UAAU,EAAE,wBAAwB;IACpCC,UAAU,EAAE,uBAAuB;IACnCC,WAAW,EAAE,uBAAuB;IACpCC,WAAW,EAAE,uBAAuB;IACpCC,WAAW,EAAE,uBAAuB;IACpCC,WAAW,EAAE,uBAAuB;IACpCC,WAAW,EAAE;EACf,CAAC;EAED3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,YAAY,EAAE,SAAS;EACvB4B,YAAY,EAAE,SAAS;EACvB3B,YAAY,EAAE,SAAS;EACvB4B,YAAY,EAAE,SAAS;EACvB3B,YAAY,EAAE,SAAS;EACvB4B,YAAY,EAAE,SAAS;EACvB3B,YAAY,EAAE,SAAS;EACvB4B,YAAY,EAAE,SAAS;EACvB3B,YAAY,EAAE,SAAS;EACvB4B,YAAY,EAAE,SAAS;EAEvB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,UAAU,EAAE,SAAS;EACrB4B,UAAU,EAAE,SAAS;EACrB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EACtB3B,WAAW,EAAE,SAAS;EACtB4B,WAAW,EAAE,SAAS;EAEtBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAElBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAElBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAElBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE,SAAS;EAClBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EAEnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,SAAS,EAAE,SAAS;EACpBC,SAAS,EAAE,SAAS;EACpBC,SAAS,EAAE,SAAS;EACpBC,SAAS,EAAE,SAAS;EACpBC,SAAS,EAAE,SAAS;EAEpBC,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,KAAK,EAAE,SAAS;EAChBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EACjBC,MAAM,EAAE,SAAS;EAEjBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,SAAS,EAAE,SAAS;EACpBC,SAAS,EAAE,SAAS;EACpBC,SAAS,EAAE,SAAS;EACpBC,SAAS,EAAE,SAAS;EACpBC,SAAS,EAAE;AACb,CAAC","ignoreList":[]}