@elastic/eui-theme-borealis 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/eui_theme_borealis_dark.json.d.js +2 -0
- package/lib/cjs/eui_theme_borealis_dark.json.d.js.map +1 -0
- package/lib/cjs/eui_theme_borealis_light.json.d.js +2 -0
- package/lib/cjs/eui_theme_borealis_light.json.d.js.map +1 -0
- package/lib/cjs/index.d.ts +9 -0
- package/lib/cjs/index.d.ts.map +1 -0
- package/lib/cjs/index.js +43 -0
- package/lib/cjs/index.js.map +1 -0
- package/lib/cjs/variables/_animation.d.ts +5 -0
- package/lib/cjs/variables/_animation.d.ts.map +1 -0
- package/lib/cjs/variables/_animation.js +33 -0
- package/lib/cjs/variables/_animation.js.map +1 -0
- package/lib/cjs/variables/_borders.d.ts +3 -0
- package/lib/cjs/variables/_borders.d.ts.map +1 -0
- package/lib/cjs/variables/_borders.js +53 -0
- package/lib/cjs/variables/_borders.js.map +1 -0
- package/lib/cjs/variables/_breakpoint.d.ts +3 -0
- package/lib/cjs/variables/_breakpoint.d.ts.map +1 -0
- package/lib/{variables/_colors.js → cjs/variables/_breakpoint.js} +14 -8
- package/lib/cjs/variables/_breakpoint.js.map +1 -0
- package/lib/cjs/variables/_buttons.d.ts +3 -0
- package/lib/cjs/variables/_buttons.d.ts.map +1 -0
- package/lib/cjs/variables/_buttons.js +105 -0
- package/lib/cjs/variables/_buttons.js.map +1 -0
- package/lib/cjs/variables/_components.d.ts +3 -0
- package/lib/cjs/variables/_components.d.ts.map +1 -0
- package/lib/cjs/variables/_components.js +192 -0
- package/lib/cjs/variables/_components.js.map +1 -0
- package/lib/cjs/variables/_forms.d.ts +41 -0
- package/lib/cjs/variables/_forms.d.ts.map +1 -0
- package/lib/cjs/variables/_forms.js +63 -0
- package/lib/cjs/variables/_forms.js.map +1 -0
- package/lib/cjs/variables/_levels.d.ts +3 -0
- package/lib/cjs/variables/_levels.d.ts.map +1 -0
- package/lib/cjs/variables/_levels.js +26 -0
- package/lib/cjs/variables/_levels.js.map +1 -0
- package/lib/cjs/variables/_size.d.ts +4 -0
- package/lib/cjs/variables/_size.d.ts.map +1 -0
- package/lib/cjs/variables/_size.js +29 -0
- package/lib/cjs/variables/_size.js.map +1 -0
- package/lib/cjs/variables/_states.d.ts +3 -0
- package/lib/cjs/variables/_states.d.ts.map +1 -0
- package/lib/cjs/variables/_states.js +39 -0
- package/lib/cjs/variables/_states.js.map +1 -0
- package/lib/cjs/variables/_typography.d.ts +6 -0
- package/lib/cjs/variables/_typography.d.ts.map +1 -0
- package/lib/cjs/variables/_typography.js +78 -0
- package/lib/cjs/variables/_typography.js.map +1 -0
- package/lib/cjs/variables/colors/_colors_dark.d.ts +16 -0
- package/lib/cjs/variables/colors/_colors_dark.d.ts.map +1 -0
- package/lib/cjs/variables/colors/_colors_dark.js +147 -0
- package/lib/cjs/variables/colors/_colors_dark.js.map +1 -0
- package/lib/cjs/variables/colors/_colors_light.d.ts +16 -0
- package/lib/cjs/variables/colors/_colors_light.d.ts.map +1 -0
- package/lib/cjs/variables/colors/_colors_light.js +147 -0
- package/lib/cjs/variables/colors/_colors_light.js.map +1 -0
- package/lib/cjs/variables/colors/_colors_vis.d.ts +3 -0
- package/lib/cjs/variables/colors/_colors_vis.d.ts.map +1 -0
- package/lib/cjs/variables/colors/_colors_vis.js +96 -0
- package/lib/cjs/variables/colors/_colors_vis.js.map +1 -0
- package/lib/cjs/variables/colors/_primitive_colors.d.ts +206 -0
- package/lib/cjs/variables/colors/_primitive_colors.d.ts.map +1 -0
- package/lib/cjs/variables/colors/_primitive_colors.js +220 -0
- package/lib/cjs/variables/colors/_primitive_colors.js.map +1 -0
- package/lib/cjs/variables/colors/_semantic_colors.d.ts +145 -0
- package/lib/cjs/variables/colors/_semantic_colors.d.ts.map +1 -0
- package/lib/cjs/variables/colors/_semantic_colors.js +160 -0
- package/lib/cjs/variables/colors/_semantic_colors.js.map +1 -0
- package/lib/{variables/_colors.d.ts → cjs/variables/colors/index.d.ts} +1 -0
- package/lib/cjs/variables/colors/index.d.ts.map +1 -0
- package/lib/cjs/variables/colors/index.js +26 -0
- package/lib/cjs/variables/colors/index.js.map +1 -0
- package/lib/{index.js → esm/index.js} +4 -0
- package/lib/esm/index.js.map +1 -0
- package/lib/esm/variables/_animation.js.map +1 -0
- package/lib/{variables → esm/variables}/_borders.js +1 -1
- package/lib/esm/variables/_borders.js.map +1 -0
- package/lib/esm/variables/_breakpoint.js.map +1 -0
- package/lib/esm/variables/_buttons.js.map +1 -0
- package/lib/{variables → esm/variables}/_components.js +64 -7
- package/lib/esm/variables/_components.js.map +1 -0
- package/lib/{variables → esm/variables}/_forms.d.ts +2 -0
- package/lib/{variables → esm/variables}/_forms.js +2 -0
- package/lib/esm/variables/_forms.js.map +1 -0
- package/lib/esm/variables/_levels.js.map +1 -0
- package/lib/esm/variables/_size.js.map +1 -0
- package/lib/{variables → esm/variables}/_states.js +1 -1
- package/lib/esm/variables/_states.js.map +1 -0
- package/lib/esm/variables/_typography.js.map +1 -0
- package/lib/{variables → esm/variables}/colors/_colors_dark.js +10 -10
- package/lib/esm/variables/colors/_colors_dark.js.map +1 -0
- package/lib/{variables → esm/variables}/colors/_colors_light.js +1 -1
- package/lib/esm/variables/colors/_colors_light.js.map +1 -0
- package/lib/esm/variables/colors/_colors_vis.d.ts +2 -0
- package/lib/esm/variables/colors/_colors_vis.js +89 -0
- package/lib/esm/variables/colors/_colors_vis.js.map +1 -0
- package/lib/esm/variables/colors/_primitive_colors.js.map +1 -0
- package/lib/esm/variables/colors/_semantic_colors.js.map +1 -0
- package/lib/{variables → esm/variables}/colors/index.js +2 -0
- package/lib/esm/variables/colors/index.js.map +1 -0
- package/lib/eui_theme_borealis_dark.json +314 -0
- package/lib/eui_theme_borealis_dark.json.d.ts +317 -0
- package/lib/eui_theme_borealis_light.json +314 -0
- package/lib/eui_theme_borealis_light.json.d.ts +317 -0
- package/package.json +23 -9
- package/src/variables/_index.scss +1 -1
- package/src/variables/_typography.scss +1 -1
- package/src/variables/colors/_colors_dark.scss +7 -7
- package/src/variables/colors/_colors_light.scss +1 -1
- package/src/variables/colors/_colors_vis.scss +72 -0
- package/lib/.tsbuildinfo +0 -1
- package/lib/index.js.map +0 -1
- package/lib/variables/_animation.js.map +0 -1
- package/lib/variables/_borders.js.map +0 -1
- package/lib/variables/_breakpoint.js.map +0 -1
- package/lib/variables/_buttons.js.map +0 -1
- package/lib/variables/_colors.js.map +0 -1
- package/lib/variables/_colors_dark.d.ts +0 -7
- package/lib/variables/_colors_dark.js +0 -58
- package/lib/variables/_colors_dark.js.map +0 -1
- package/lib/variables/_colors_light.d.ts +0 -7
- package/lib/variables/_colors_light.js +0 -59
- package/lib/variables/_colors_light.js.map +0 -1
- package/lib/variables/_components.js.map +0 -1
- package/lib/variables/_forms.js.map +0 -1
- package/lib/variables/_levels.js.map +0 -1
- package/lib/variables/_size.js.map +0 -1
- package/lib/variables/_states.js.map +0 -1
- package/lib/variables/_typography.js.map +0 -1
- package/lib/variables/colors/_colors_dark.js.map +0 -1
- package/lib/variables/colors/_colors_light.js.map +0 -1
- package/lib/variables/colors/_primitive_colors.js.map +0 -1
- package/lib/variables/colors/_semantic_colors.js.map +0 -1
- package/lib/variables/colors/index.js.map +0 -1
- package/src/variables/_borders.scss +0 -3
- /package/lib/{index.d.ts → esm/index.d.ts} +0 -0
- /package/lib/{variables → esm/variables}/_animation.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_animation.js +0 -0
- /package/lib/{variables → esm/variables}/_borders.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_breakpoint.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_breakpoint.js +0 -0
- /package/lib/{variables → esm/variables}/_buttons.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_buttons.js +0 -0
- /package/lib/{variables → esm/variables}/_components.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_levels.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_levels.js +0 -0
- /package/lib/{variables → esm/variables}/_size.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_size.js +0 -0
- /package/lib/{variables → esm/variables}/_states.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_typography.d.ts +0 -0
- /package/lib/{variables → esm/variables}/_typography.js +0 -0
- /package/lib/{variables → esm/variables}/colors/_colors_dark.d.ts +0 -0
- /package/lib/{variables → esm/variables}/colors/_colors_light.d.ts +0 -0
- /package/lib/{variables → esm/variables}/colors/_primitive_colors.d.ts +0 -0
- /package/lib/{variables → esm/variables}/colors/_primitive_colors.js +0 -0
- /package/lib/{variables → esm/variables}/colors/_semantic_colors.d.ts +0 -0
- /package/lib/{variables → esm/variables}/colors/_semantic_colors.js +0 -0
- /package/lib/{variables → esm/variables}/colors/index.d.ts +0 -0
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
declare module '@elastic/eui-theme-borealis/lib/eui_theme_borealis_dark.json' {
|
|
2
|
+
const sassVariables: {
|
|
3
|
+
euiZDataGrid: number;
|
|
4
|
+
euiZHeaderBelowDataGrid: number;
|
|
5
|
+
euiZDataGridCellPopover: number;
|
|
6
|
+
euiDataGridCellPaddingS: string;
|
|
7
|
+
euiDataGridCellPaddingM: string;
|
|
8
|
+
euiDataGridCellPaddingL: string;
|
|
9
|
+
euiTableHoverColor: string;
|
|
10
|
+
euiTableSelectedColor: string;
|
|
11
|
+
euiTableHoverSelectedColor: string;
|
|
12
|
+
euiTableActionsBorderColor: string;
|
|
13
|
+
euiTableHoverClickableColor: string;
|
|
14
|
+
euiTableFocusClickableColor: string;
|
|
15
|
+
euiContrastRatioText: number;
|
|
16
|
+
euiContrastRatioGraphic: number;
|
|
17
|
+
euiContrastRatioDisabled: number;
|
|
18
|
+
euiAnimSlightBounce: string;
|
|
19
|
+
euiAnimSlightResistance: string;
|
|
20
|
+
euiAnimSpeedExtraFast: string;
|
|
21
|
+
euiAnimSpeedFast: string;
|
|
22
|
+
euiAnimSpeedNormal: string;
|
|
23
|
+
euiAnimSpeedSlow: string;
|
|
24
|
+
euiAnimSpeedExtraSlow: string;
|
|
25
|
+
euiBorderWidthThin: string;
|
|
26
|
+
euiBorderWidthThick: string;
|
|
27
|
+
euiBorderColor: string;
|
|
28
|
+
euiBorderRadius: string;
|
|
29
|
+
euiBorderRadiusSmall: string;
|
|
30
|
+
euiBorderThick: string;
|
|
31
|
+
euiBorderThin: string;
|
|
32
|
+
euiBorderEditable: string;
|
|
33
|
+
euiButtonHeight: string;
|
|
34
|
+
euiButtonHeightSmall: string;
|
|
35
|
+
euiButtonHeightXSmall: string;
|
|
36
|
+
euiButtonColorDisabled: string;
|
|
37
|
+
euiButtonColorDisabledText: string;
|
|
38
|
+
euiButtonColorGhostDisabled: string;
|
|
39
|
+
euiButtonTypes: {
|
|
40
|
+
primary: string;
|
|
41
|
+
accent: string;
|
|
42
|
+
accentSecondary: string;
|
|
43
|
+
success: string;
|
|
44
|
+
warning: string;
|
|
45
|
+
danger: string;
|
|
46
|
+
ghost: string;
|
|
47
|
+
text: string;
|
|
48
|
+
};
|
|
49
|
+
euiPaletteColorBlind: {
|
|
50
|
+
euiColorVis0: {
|
|
51
|
+
graphic: string;
|
|
52
|
+
behindText: string;
|
|
53
|
+
};
|
|
54
|
+
euiColorVis1: {
|
|
55
|
+
graphic: string;
|
|
56
|
+
behindText: string;
|
|
57
|
+
};
|
|
58
|
+
euiColorVis2: {
|
|
59
|
+
graphic: string;
|
|
60
|
+
behindText: string;
|
|
61
|
+
};
|
|
62
|
+
euiColorVis3: {
|
|
63
|
+
graphic: string;
|
|
64
|
+
behindText: string;
|
|
65
|
+
};
|
|
66
|
+
euiColorVis4: {
|
|
67
|
+
graphic: string;
|
|
68
|
+
behindText: string;
|
|
69
|
+
};
|
|
70
|
+
euiColorVis5: {
|
|
71
|
+
graphic: string;
|
|
72
|
+
behindText: string;
|
|
73
|
+
};
|
|
74
|
+
euiColorVis6: {
|
|
75
|
+
graphic: string;
|
|
76
|
+
behindText: string;
|
|
77
|
+
};
|
|
78
|
+
euiColorVis7: {
|
|
79
|
+
graphic: string;
|
|
80
|
+
behindText: string;
|
|
81
|
+
};
|
|
82
|
+
euiColorVis8: {
|
|
83
|
+
graphic: string;
|
|
84
|
+
behindText: string;
|
|
85
|
+
};
|
|
86
|
+
euiColorVis9: {
|
|
87
|
+
graphic: string;
|
|
88
|
+
behindText: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
euiPaletteColorBlindKeys: string;
|
|
92
|
+
euiColorVis0: string;
|
|
93
|
+
euiColorVis1: string;
|
|
94
|
+
euiColorVis2: string;
|
|
95
|
+
euiColorVis3: string;
|
|
96
|
+
euiColorVis4: string;
|
|
97
|
+
euiColorVis5: string;
|
|
98
|
+
euiColorVis6: string;
|
|
99
|
+
euiColorVis7: string;
|
|
100
|
+
euiColorVis8: string;
|
|
101
|
+
euiColorVis9: string;
|
|
102
|
+
euiColorVis0_behindText: string;
|
|
103
|
+
euiColorVis1_behindText: string;
|
|
104
|
+
euiColorVis2_behindText: string;
|
|
105
|
+
euiColorVis3_behindText: string;
|
|
106
|
+
euiColorVis4_behindText: string;
|
|
107
|
+
euiColorVis5_behindText: string;
|
|
108
|
+
euiColorVis6_behindText: string;
|
|
109
|
+
euiColorVis7_behindText: string;
|
|
110
|
+
euiColorVis8_behindText: string;
|
|
111
|
+
euiColorVis9_behindText: string;
|
|
112
|
+
euiFontWeightLight: number;
|
|
113
|
+
euiFontWeightRegular: number;
|
|
114
|
+
euiFontWeightMedium: number;
|
|
115
|
+
euiFontWeightSemiBold: number;
|
|
116
|
+
euiFontWeightBold: number;
|
|
117
|
+
euiCodeFontWeightRegular: number;
|
|
118
|
+
euiCodeFontWeightBold: number;
|
|
119
|
+
euiFormMaxWidth: string;
|
|
120
|
+
euiFormControlHeight: string;
|
|
121
|
+
euiFormControlCompressedHeight: string;
|
|
122
|
+
euiFormControlPadding: string;
|
|
123
|
+
euiFormControlCompressedPadding: string;
|
|
124
|
+
euiFormControlBorderRadius: string;
|
|
125
|
+
euiFormControlCompressedBorderRadius: string;
|
|
126
|
+
euiRadioSize: string;
|
|
127
|
+
euiCheckBoxSize: string;
|
|
128
|
+
euiCheckboxBorderRadius: string;
|
|
129
|
+
euiSwitchHeight: string;
|
|
130
|
+
euiSwitchWidth: string;
|
|
131
|
+
euiSwitchThumbSize: string;
|
|
132
|
+
euiSwitchIconHeight: string;
|
|
133
|
+
euiSwitchHeightCompressed: string;
|
|
134
|
+
euiSwitchWidthCompressed: string;
|
|
135
|
+
euiSwitchThumbSizeCompressed: string;
|
|
136
|
+
euiSwitchHeightMini: string;
|
|
137
|
+
euiSwitchWidthMini: string;
|
|
138
|
+
euiSwitchThumbSizeMini: string;
|
|
139
|
+
euiFormBackgroundColor: string;
|
|
140
|
+
euiFormBackgroundDisabledColor: string;
|
|
141
|
+
euiFormBackgroundReadOnlyColor: string;
|
|
142
|
+
euiFormBorderOpaqueColor: string;
|
|
143
|
+
euiFormBorderColor: string;
|
|
144
|
+
euiFormBorderDisabledColor: string;
|
|
145
|
+
euiFormCustomControlDisabledIconColor: string;
|
|
146
|
+
euiFormCustomControlBorderColor: string;
|
|
147
|
+
euiFormControlDisabledColor: string;
|
|
148
|
+
euiFormControlBoxShadow: string;
|
|
149
|
+
euiFormControlPlaceholderText: string;
|
|
150
|
+
euiFormInputGroupLabelBackground: string;
|
|
151
|
+
euiFormInputGroupBorder: string;
|
|
152
|
+
euiSwitchOffColor: string;
|
|
153
|
+
euiFormControlIconSizes: {
|
|
154
|
+
small: string;
|
|
155
|
+
medium: string;
|
|
156
|
+
large: string;
|
|
157
|
+
xLarge: string;
|
|
158
|
+
xxLarge: string;
|
|
159
|
+
};
|
|
160
|
+
euiFormControlLayoutGroupInputHeight: string;
|
|
161
|
+
euiFormControlLayoutGroupInputCompressedHeight: string;
|
|
162
|
+
euiFormControlLayoutGroupInputCompressedBorderRadius: string;
|
|
163
|
+
euiHeaderBackgroundColor: string;
|
|
164
|
+
euiHeaderDarkBackgroundColor: string;
|
|
165
|
+
euiHeaderBorderColor: string;
|
|
166
|
+
euiHeaderBreadcrumbColor: string;
|
|
167
|
+
euiHeaderHeight: string;
|
|
168
|
+
euiHeaderChildSize: string;
|
|
169
|
+
euiHeaderHeightCompensation: string;
|
|
170
|
+
euiPageDefaultMaxWidth: string;
|
|
171
|
+
euiPageSidebarMinWidth: string;
|
|
172
|
+
euiPanelPaddingModifiers: {
|
|
173
|
+
paddingSmall: string;
|
|
174
|
+
paddingMedium: string;
|
|
175
|
+
paddingLarge: string;
|
|
176
|
+
};
|
|
177
|
+
euiPanelBorderRadiusModifiers: {
|
|
178
|
+
borderRadiusNone: number;
|
|
179
|
+
borderRadiusMedium: string;
|
|
180
|
+
};
|
|
181
|
+
euiPanelBackgroundColorModifiers: {
|
|
182
|
+
transparent: string;
|
|
183
|
+
plain: string;
|
|
184
|
+
subdued: string;
|
|
185
|
+
accent: string;
|
|
186
|
+
accentSecondary: string;
|
|
187
|
+
primary: string;
|
|
188
|
+
success: string;
|
|
189
|
+
warning: string;
|
|
190
|
+
danger: string;
|
|
191
|
+
};
|
|
192
|
+
euiBreakpoints: {
|
|
193
|
+
xs: number;
|
|
194
|
+
s: string;
|
|
195
|
+
m: string;
|
|
196
|
+
l: string;
|
|
197
|
+
xl: string;
|
|
198
|
+
};
|
|
199
|
+
euiBreakpointKeys: string;
|
|
200
|
+
euiShadowColor: string;
|
|
201
|
+
euiSize: string;
|
|
202
|
+
euiSizeXS: string;
|
|
203
|
+
euiSizeS: string;
|
|
204
|
+
euiSizeM: string;
|
|
205
|
+
euiSizeL: string;
|
|
206
|
+
euiSizeXL: string;
|
|
207
|
+
euiSizeXXL: string;
|
|
208
|
+
euiScrollBar: string;
|
|
209
|
+
euiScrollBarCorner: string;
|
|
210
|
+
euiScrollBarCornerThin: string;
|
|
211
|
+
euiFocusRingColor: string;
|
|
212
|
+
euiFocusRingAnimStartColor: string;
|
|
213
|
+
euiFocusRingAnimStartSize: string;
|
|
214
|
+
euiFocusRingAnimStartSizeLarge: string;
|
|
215
|
+
euiFocusRingSizeLarge: string;
|
|
216
|
+
euiFocusRingSize: string;
|
|
217
|
+
euiFocusTransparency: number;
|
|
218
|
+
euiFocusTransparencyPercent: string;
|
|
219
|
+
euiFocusBackgroundColor: string;
|
|
220
|
+
euiFontFamily: string;
|
|
221
|
+
euiCodeFontFamily: string;
|
|
222
|
+
euiFontFeatureSettings: string;
|
|
223
|
+
euiTextScale: string;
|
|
224
|
+
euiFontSize: string;
|
|
225
|
+
euiFontSizeXS: string;
|
|
226
|
+
euiFontSizeS: string;
|
|
227
|
+
euiFontSizeM: string;
|
|
228
|
+
euiFontSizeL: string;
|
|
229
|
+
euiFontSizeXL: string;
|
|
230
|
+
euiFontSizeXXL: string;
|
|
231
|
+
euiLineHeight: number;
|
|
232
|
+
euiBodyLineHeight: number;
|
|
233
|
+
euiTitles: {
|
|
234
|
+
xxxs: {
|
|
235
|
+
'font-size': string;
|
|
236
|
+
'line-height': string;
|
|
237
|
+
'font-weight': number;
|
|
238
|
+
};
|
|
239
|
+
xxs: {
|
|
240
|
+
'font-size': string;
|
|
241
|
+
'line-height': string;
|
|
242
|
+
'font-weight': number;
|
|
243
|
+
};
|
|
244
|
+
xs: {
|
|
245
|
+
'font-size': string;
|
|
246
|
+
'line-height': string;
|
|
247
|
+
'font-weight': number;
|
|
248
|
+
};
|
|
249
|
+
s: {
|
|
250
|
+
'font-size': string;
|
|
251
|
+
'line-height': string;
|
|
252
|
+
'font-weight': number;
|
|
253
|
+
};
|
|
254
|
+
m: {
|
|
255
|
+
'font-size': string;
|
|
256
|
+
'line-height': string;
|
|
257
|
+
'font-weight': number;
|
|
258
|
+
};
|
|
259
|
+
l: {
|
|
260
|
+
'font-size': string;
|
|
261
|
+
'line-height': string;
|
|
262
|
+
'font-weight': number;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
euiZLevel0: number;
|
|
266
|
+
euiZLevel1: number;
|
|
267
|
+
euiZLevel2: number;
|
|
268
|
+
euiZLevel3: number;
|
|
269
|
+
euiZLevel4: number;
|
|
270
|
+
euiZLevel5: number;
|
|
271
|
+
euiZLevel6: number;
|
|
272
|
+
euiZLevel7: number;
|
|
273
|
+
euiZLevel8: number;
|
|
274
|
+
euiZLevel9: number;
|
|
275
|
+
euiZToastList: number;
|
|
276
|
+
euiZModal: number;
|
|
277
|
+
euiZMask: number;
|
|
278
|
+
euiZNavigation: number;
|
|
279
|
+
euiZContentMenu: number;
|
|
280
|
+
euiZHeader: number;
|
|
281
|
+
euiZFlyout: number;
|
|
282
|
+
euiZMaskBelowHeader: number;
|
|
283
|
+
euiZContent: number;
|
|
284
|
+
euiColorGhost: string;
|
|
285
|
+
euiColorInk: string;
|
|
286
|
+
euiColorPrimary: string;
|
|
287
|
+
euiColorAccent: string;
|
|
288
|
+
euiColorAccentSecondary: string;
|
|
289
|
+
euiColorSuccess: string;
|
|
290
|
+
euiColorWarning: string;
|
|
291
|
+
euiColorDanger: string;
|
|
292
|
+
euiColorEmptyShade: string;
|
|
293
|
+
euiColorLightestShade: string;
|
|
294
|
+
euiColorLightShade: string;
|
|
295
|
+
euiColorMediumShade: string;
|
|
296
|
+
euiColorDarkShade: string;
|
|
297
|
+
euiColorDarkestShade: string;
|
|
298
|
+
euiColorFullShade: string;
|
|
299
|
+
euiPageBackgroundColor: string;
|
|
300
|
+
euiColorHighlight: string;
|
|
301
|
+
euiTextColor: string;
|
|
302
|
+
euiTitleColor: string;
|
|
303
|
+
euiTextSubduedColor: string;
|
|
304
|
+
euiColorDisabled: string;
|
|
305
|
+
euiColorPrimaryText: string;
|
|
306
|
+
euiColorSuccessText: string;
|
|
307
|
+
euiColorAccentText: string;
|
|
308
|
+
euiColorAccentSecondaryText: string;
|
|
309
|
+
euiColorWarningText: string;
|
|
310
|
+
euiColorDangerText: string;
|
|
311
|
+
euiColorDisabledText: string;
|
|
312
|
+
euiLinkColor: string;
|
|
313
|
+
euiColorChartLines: string;
|
|
314
|
+
euiColorChartBand: string;
|
|
315
|
+
};
|
|
316
|
+
export default sassVariables;
|
|
317
|
+
}
|
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
{
|
|
2
|
+
"euiZDataGrid": 999,
|
|
3
|
+
"euiZHeaderBelowDataGrid": 998,
|
|
4
|
+
"euiZDataGridCellPopover": 1000,
|
|
5
|
+
"euiDataGridCellPaddingS": "4px",
|
|
6
|
+
"euiDataGridCellPaddingM": "6px",
|
|
7
|
+
"euiDataGridCellPaddingL": "8px",
|
|
8
|
+
"euiTableHoverColor": "rgba(54, 95, 178, 0.06)",
|
|
9
|
+
"euiTableSelectedColor": "#EDEFF3",
|
|
10
|
+
"euiTableHoverSelectedColor": "rgba(54, 95, 178, 0.06)",
|
|
11
|
+
"euiTableActionsBorderColor": "#E3E8F2",
|
|
12
|
+
"euiTableHoverClickableColor": "rgba(54, 95, 178, 0.06)",
|
|
13
|
+
"euiTableFocusClickableColor": "rgba(54, 95, 178, 0.06)",
|
|
14
|
+
"euiContrastRatioText": 4.5,
|
|
15
|
+
"euiContrastRatioGraphic": 3,
|
|
16
|
+
"euiContrastRatioDisabled": 2,
|
|
17
|
+
"euiAnimSlightBounce": "cubic-bezier(0.34, 1.61, 0.7, 1)",
|
|
18
|
+
"euiAnimSlightResistance": "cubic-bezier(0.694, 0.0482, 0.335, 1)",
|
|
19
|
+
"euiAnimSpeedExtraFast": "90ms",
|
|
20
|
+
"euiAnimSpeedFast": "150ms",
|
|
21
|
+
"euiAnimSpeedNormal": "250ms",
|
|
22
|
+
"euiAnimSpeedSlow": "350ms",
|
|
23
|
+
"euiAnimSpeedExtraSlow": "500ms",
|
|
24
|
+
"euiBorderWidthThin": "1px",
|
|
25
|
+
"euiBorderWidthThick": "2px",
|
|
26
|
+
"euiBorderColor": "#E3E8F2",
|
|
27
|
+
"euiBorderRadius": "6px",
|
|
28
|
+
"euiBorderRadiusSmall": "4px",
|
|
29
|
+
"euiBorderThick": "2px solid #E3E8F2",
|
|
30
|
+
"euiBorderThin": "1px solid #E3E8F2",
|
|
31
|
+
"euiBorderEditable": "2px dotted #E3E8F2",
|
|
32
|
+
"euiButtonHeight": "40px",
|
|
33
|
+
"euiButtonHeightSmall": "32px",
|
|
34
|
+
"euiButtonHeightXSmall": "24px",
|
|
35
|
+
"euiButtonColorDisabled": "#ECF1F9",
|
|
36
|
+
"euiButtonColorDisabledText": "#798EAF",
|
|
37
|
+
"euiButtonColorGhostDisabled": "#ECF1F9",
|
|
38
|
+
"euiButtonTypes": {
|
|
39
|
+
"primary": "#0B64DD",
|
|
40
|
+
"accent": "#BC1E70",
|
|
41
|
+
"accentSecondary": "#008B87",
|
|
42
|
+
"success": "#008A5E",
|
|
43
|
+
"warning": "#FACB3D",
|
|
44
|
+
"danger": "#C61E25",
|
|
45
|
+
"ghost": "#ffffff",
|
|
46
|
+
"text": "#5A6D8C"
|
|
47
|
+
},
|
|
48
|
+
"euiPaletteColorBlind": {
|
|
49
|
+
"euiColorVis0": {
|
|
50
|
+
"graphic": "#00BEB8",
|
|
51
|
+
"behindText": "#00BEB8"
|
|
52
|
+
},
|
|
53
|
+
"euiColorVis1": {
|
|
54
|
+
"graphic": "#98E6E2",
|
|
55
|
+
"behindText": "#98E6E2"
|
|
56
|
+
},
|
|
57
|
+
"euiColorVis2": {
|
|
58
|
+
"graphic": "#599DFF",
|
|
59
|
+
"behindText": "#599DFF"
|
|
60
|
+
},
|
|
61
|
+
"euiColorVis3": {
|
|
62
|
+
"graphic": "#B4D5FF",
|
|
63
|
+
"behindText": "#B4D5FF"
|
|
64
|
+
},
|
|
65
|
+
"euiColorVis4": {
|
|
66
|
+
"graphic": "#ED6BA2",
|
|
67
|
+
"behindText": "#ED6BA2"
|
|
68
|
+
},
|
|
69
|
+
"euiColorVis5": {
|
|
70
|
+
"graphic": "#FFBED5",
|
|
71
|
+
"behindText": "#FFBED5"
|
|
72
|
+
},
|
|
73
|
+
"euiColorVis6": {
|
|
74
|
+
"graphic": "#F66D64",
|
|
75
|
+
"behindText": "#F66D64"
|
|
76
|
+
},
|
|
77
|
+
"euiColorVis7": {
|
|
78
|
+
"graphic": "#FFC0B8",
|
|
79
|
+
"behindText": "#FFC0B8"
|
|
80
|
+
},
|
|
81
|
+
"euiColorVis8": {
|
|
82
|
+
"graphic": "#E6AB01",
|
|
83
|
+
"behindText": "#E6AB01"
|
|
84
|
+
},
|
|
85
|
+
"euiColorVis9": {
|
|
86
|
+
"graphic": "#FCD279",
|
|
87
|
+
"behindText": "#FCD279"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"euiPaletteColorBlindKeys": "'euiColorVis0', 'euiColorVis1', 'euiColorVis2', 'euiColorVis3', 'euiColorVis4', 'euiColorVis5', 'euiColorVis6', 'euiColorVis7', 'euiColorVis8', 'euiColorVis9'",
|
|
91
|
+
"euiColorVis0": "#00BEB8",
|
|
92
|
+
"euiColorVis1": "#98E6E2",
|
|
93
|
+
"euiColorVis2": "#599DFF",
|
|
94
|
+
"euiColorVis3": "#B4D5FF",
|
|
95
|
+
"euiColorVis4": "#ED6BA2",
|
|
96
|
+
"euiColorVis5": "#FFBED5",
|
|
97
|
+
"euiColorVis6": "#F66D64",
|
|
98
|
+
"euiColorVis7": "#FFC0B8",
|
|
99
|
+
"euiColorVis8": "#E6AB01",
|
|
100
|
+
"euiColorVis9": "#FCD279",
|
|
101
|
+
"euiColorVis0_behindText": "#00BEB8",
|
|
102
|
+
"euiColorVis1_behindText": "#98E6E2",
|
|
103
|
+
"euiColorVis2_behindText": "#599DFF",
|
|
104
|
+
"euiColorVis3_behindText": "#B4D5FF",
|
|
105
|
+
"euiColorVis4_behindText": "#ED6BA2",
|
|
106
|
+
"euiColorVis5_behindText": "#FFBED5",
|
|
107
|
+
"euiColorVis6_behindText": "#F66D64",
|
|
108
|
+
"euiColorVis7_behindText": "#FFC0B8",
|
|
109
|
+
"euiColorVis8_behindText": "#E6AB01",
|
|
110
|
+
"euiColorVis9_behindText": "#FCD279",
|
|
111
|
+
"euiFontWeightLight": 300,
|
|
112
|
+
"euiFontWeightRegular": 400,
|
|
113
|
+
"euiFontWeightMedium": 450,
|
|
114
|
+
"euiFontWeightSemiBold": 500,
|
|
115
|
+
"euiFontWeightBold": 600,
|
|
116
|
+
"euiCodeFontWeightRegular": 400,
|
|
117
|
+
"euiCodeFontWeightBold": 600,
|
|
118
|
+
"euiFormMaxWidth": "400px",
|
|
119
|
+
"euiFormControlHeight": "40px",
|
|
120
|
+
"euiFormControlCompressedHeight": "32px",
|
|
121
|
+
"euiFormControlPadding": "12px",
|
|
122
|
+
"euiFormControlCompressedPadding": "8px",
|
|
123
|
+
"euiFormControlBorderRadius": "6px",
|
|
124
|
+
"euiFormControlCompressedBorderRadius": "4px",
|
|
125
|
+
"euiRadioSize": "16px",
|
|
126
|
+
"euiCheckBoxSize": "16px",
|
|
127
|
+
"euiCheckboxBorderRadius": "4px",
|
|
128
|
+
"euiSwitchHeight": "20px",
|
|
129
|
+
"euiSwitchWidth": "44px",
|
|
130
|
+
"euiSwitchThumbSize": "20px",
|
|
131
|
+
"euiSwitchIconHeight": "16px",
|
|
132
|
+
"euiSwitchHeightCompressed": "16px",
|
|
133
|
+
"euiSwitchWidthCompressed": "28px",
|
|
134
|
+
"euiSwitchThumbSizeCompressed": "16px",
|
|
135
|
+
"euiSwitchHeightMini": "10px",
|
|
136
|
+
"euiSwitchWidthMini": "22px",
|
|
137
|
+
"euiSwitchThumbSizeMini": "10px",
|
|
138
|
+
"euiFormBackgroundColor": "#F6F9FC",
|
|
139
|
+
"euiFormBackgroundDisabledColor": "#ECF1F9",
|
|
140
|
+
"euiFormBackgroundReadOnlyColor": "#FFFFFF",
|
|
141
|
+
"euiFormBorderOpaqueColor": "#1c2390",
|
|
142
|
+
"euiFormBorderColor": "#CAD3E2",
|
|
143
|
+
"euiFormBorderDisabledColor": "#CAD3E2",
|
|
144
|
+
"euiFormCustomControlDisabledIconColor": "#798EAF",
|
|
145
|
+
"euiFormCustomControlBorderColor": "#CAD3E2",
|
|
146
|
+
"euiFormControlDisabledColor": "#CAD3E2",
|
|
147
|
+
"euiFormControlBoxShadow": "0 0 rgba(0, 0, 0, 0)",
|
|
148
|
+
"euiFormControlPlaceholderText": "#5A6D8C",
|
|
149
|
+
"euiFormInputGroupLabelBackground": "#ECF1F9",
|
|
150
|
+
"euiFormInputGroupBorder": "none",
|
|
151
|
+
"euiSwitchOffColor": "#5A6D8C",
|
|
152
|
+
"euiFormControlIconSizes": {
|
|
153
|
+
"small": "12px",
|
|
154
|
+
"medium": "16px",
|
|
155
|
+
"large": "24px",
|
|
156
|
+
"xLarge": "32px",
|
|
157
|
+
"xxLarge": "40px"
|
|
158
|
+
},
|
|
159
|
+
"euiFormControlLayoutGroupInputHeight": "38px",
|
|
160
|
+
"euiFormControlLayoutGroupInputCompressedHeight": "30px",
|
|
161
|
+
"euiFormControlLayoutGroupInputCompressedBorderRadius": "2px",
|
|
162
|
+
"euiHeaderBackgroundColor": "#FFFFFF",
|
|
163
|
+
"euiHeaderDarkBackgroundColor": "#0B1628",
|
|
164
|
+
"euiHeaderBorderColor": "#E3E8F2",
|
|
165
|
+
"euiHeaderBreadcrumbColor": "#D6E9FF",
|
|
166
|
+
"euiHeaderHeight": "48px",
|
|
167
|
+
"euiHeaderChildSize": "40px",
|
|
168
|
+
"euiHeaderHeightCompensation": "48px",
|
|
169
|
+
"euiPageDefaultMaxWidth": "1200px",
|
|
170
|
+
"euiPageSidebarMinWidth": "192px",
|
|
171
|
+
"euiPanelPaddingModifiers": {
|
|
172
|
+
"paddingSmall": "8px",
|
|
173
|
+
"paddingMedium": "16px",
|
|
174
|
+
"paddingLarge": "24px"
|
|
175
|
+
},
|
|
176
|
+
"euiPanelBorderRadiusModifiers": {
|
|
177
|
+
"borderRadiusNone": 0,
|
|
178
|
+
"borderRadiusMedium": "6px"
|
|
179
|
+
},
|
|
180
|
+
"euiPanelBackgroundColorModifiers": {
|
|
181
|
+
"transparent": "rgba(0, 0, 0, 0)",
|
|
182
|
+
"plain": "#FFFFFF",
|
|
183
|
+
"subdued": "#F6F9FC",
|
|
184
|
+
"accent": "#FFEBF5",
|
|
185
|
+
"accentSecondary": "#E2F9F7",
|
|
186
|
+
"primary": "#E5F3FF",
|
|
187
|
+
"success": "#E2F8F0",
|
|
188
|
+
"warning": "#FDF3D8",
|
|
189
|
+
"danger": "#FFE8E5"
|
|
190
|
+
},
|
|
191
|
+
"euiBreakpoints": {
|
|
192
|
+
"xs": 0,
|
|
193
|
+
"s": "575px",
|
|
194
|
+
"m": "768px",
|
|
195
|
+
"l": "992px",
|
|
196
|
+
"xl": "1200px"
|
|
197
|
+
},
|
|
198
|
+
"euiBreakpointKeys": "'xs', 's', 'm', 'l', 'xl'",
|
|
199
|
+
"euiShadowColor": "#000000",
|
|
200
|
+
"euiSize": "16px",
|
|
201
|
+
"euiSizeXS": "4px",
|
|
202
|
+
"euiSizeS": "8px",
|
|
203
|
+
"euiSizeM": "12px",
|
|
204
|
+
"euiSizeL": "24px",
|
|
205
|
+
"euiSizeXL": "32px",
|
|
206
|
+
"euiSizeXXL": "40px",
|
|
207
|
+
"euiScrollBar": "16px",
|
|
208
|
+
"euiScrollBarCorner": "4px",
|
|
209
|
+
"euiScrollBarCornerThin": "6px",
|
|
210
|
+
"euiFocusRingColor": "#1750BA",
|
|
211
|
+
"euiFocusRingAnimStartColor": "rgba(0, 0, 0, 0)",
|
|
212
|
+
"euiFocusRingAnimStartSize": "2px",
|
|
213
|
+
"euiFocusRingAnimStartSizeLarge": "10px",
|
|
214
|
+
"euiFocusRingSizeLarge": "4px",
|
|
215
|
+
"euiFocusRingSize": "2px",
|
|
216
|
+
"euiFocusTransparency": 0.9,
|
|
217
|
+
"euiFocusTransparencyPercent": "90%",
|
|
218
|
+
"euiFocusBackgroundColor": "#ECF1F9",
|
|
219
|
+
"euiFontFamily": "'Inter', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
|
|
220
|
+
"euiCodeFontFamily": "'Roboto Mono', 'Consolas', 'Menlo', 'Courier', monospace",
|
|
221
|
+
"euiFontFeatureSettings": "calt 1 kern 1 liga 1",
|
|
222
|
+
"euiTextScale": "1,875, 1.5, 1.25, 1, .875, .75",
|
|
223
|
+
"euiFontSize": "14px",
|
|
224
|
+
"euiFontSizeXS": "12px",
|
|
225
|
+
"euiFontSizeS": "14px",
|
|
226
|
+
"euiFontSizeM": "16px",
|
|
227
|
+
"euiFontSizeL": "20px",
|
|
228
|
+
"euiFontSizeXL": "24px",
|
|
229
|
+
"euiFontSizeXXL": "30px",
|
|
230
|
+
"euiLineHeight": 1.5,
|
|
231
|
+
"euiBodyLineHeight": 1.142857143,
|
|
232
|
+
"euiTitles": {
|
|
233
|
+
"xxxs": {
|
|
234
|
+
"font-size": "12px",
|
|
235
|
+
"line-height": "1.1429rem",
|
|
236
|
+
"font-weight": 600
|
|
237
|
+
},
|
|
238
|
+
"xxs": {
|
|
239
|
+
"font-size": "14px",
|
|
240
|
+
"line-height": "1.4286rem",
|
|
241
|
+
"font-weight": 600
|
|
242
|
+
},
|
|
243
|
+
"xs": {
|
|
244
|
+
"font-size": "16px",
|
|
245
|
+
"line-height": "1.7143rem",
|
|
246
|
+
"font-weight": 600
|
|
247
|
+
},
|
|
248
|
+
"s": {
|
|
249
|
+
"font-size": "20px",
|
|
250
|
+
"line-height": "1.7143rem",
|
|
251
|
+
"font-weight": 600
|
|
252
|
+
},
|
|
253
|
+
"m": {
|
|
254
|
+
"font-size": "24px",
|
|
255
|
+
"line-height": "2rem",
|
|
256
|
+
"font-weight": 600
|
|
257
|
+
},
|
|
258
|
+
"l": {
|
|
259
|
+
"font-size": "30px",
|
|
260
|
+
"line-height": "2.5714rem",
|
|
261
|
+
"font-weight": 600
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"euiZLevel0": 0,
|
|
265
|
+
"euiZLevel1": 1000,
|
|
266
|
+
"euiZLevel2": 2000,
|
|
267
|
+
"euiZLevel3": 3000,
|
|
268
|
+
"euiZLevel4": 4000,
|
|
269
|
+
"euiZLevel5": 5000,
|
|
270
|
+
"euiZLevel6": 6000,
|
|
271
|
+
"euiZLevel7": 7000,
|
|
272
|
+
"euiZLevel8": 8000,
|
|
273
|
+
"euiZLevel9": 9000,
|
|
274
|
+
"euiZToastList": 9000,
|
|
275
|
+
"euiZModal": 8000,
|
|
276
|
+
"euiZMask": 6000,
|
|
277
|
+
"euiZNavigation": 6000,
|
|
278
|
+
"euiZContentMenu": 2000,
|
|
279
|
+
"euiZHeader": 1000,
|
|
280
|
+
"euiZFlyout": 1000,
|
|
281
|
+
"euiZMaskBelowHeader": 1000,
|
|
282
|
+
"euiZContent": 0,
|
|
283
|
+
"euiColorGhost": "#FFFFFF",
|
|
284
|
+
"euiColorInk": "#000000",
|
|
285
|
+
"euiColorPrimary": "#0B64DD",
|
|
286
|
+
"euiColorAccent": "#BC1E70",
|
|
287
|
+
"euiColorAccentSecondary": "#008B87",
|
|
288
|
+
"euiColorSuccess": "#008A5E",
|
|
289
|
+
"euiColorWarning": "#FACB3D",
|
|
290
|
+
"euiColorDanger": "#C61E25",
|
|
291
|
+
"euiColorEmptyShade": "#FFFFFF",
|
|
292
|
+
"euiColorLightestShade": "#ECF1F9",
|
|
293
|
+
"euiColorLightShade": "#CAD3E2",
|
|
294
|
+
"euiColorMediumShade": "#8E9FBC",
|
|
295
|
+
"euiColorDarkShade": "#5A6D8C",
|
|
296
|
+
"euiColorDarkestShade": "#2B394F",
|
|
297
|
+
"euiColorFullShade": "#07101F",
|
|
298
|
+
"euiPageBackgroundColor": "#F6F9FC",
|
|
299
|
+
"euiColorHighlight": "#E5F3FF",
|
|
300
|
+
"euiTextColor": "#172336",
|
|
301
|
+
"euiTitleColor": "#111C2C",
|
|
302
|
+
"euiTextSubduedColor": "#5A6D8C",
|
|
303
|
+
"euiColorDisabled": "#E3E8F2",
|
|
304
|
+
"euiColorPrimaryText": "#1750BA",
|
|
305
|
+
"euiColorSuccessText": "#09724D",
|
|
306
|
+
"euiColorAccentText": "#A11262",
|
|
307
|
+
"euiColorAccentSecondaryText": "#047471",
|
|
308
|
+
"euiColorWarningText": "#6A4906",
|
|
309
|
+
"euiColorDangerText": "#A71627",
|
|
310
|
+
"euiColorDisabledText": "#798EAF",
|
|
311
|
+
"euiLinkColor": "#0B64DD",
|
|
312
|
+
"euiColorChartLines": "#CAD3E2",
|
|
313
|
+
"euiColorChartBand": "#F6F9FC"
|
|
314
|
+
}
|