@elastic/eui-theme-borealis 1.0.0 → 2.0.0
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 +1 -2
- package/lib/cjs/eui_theme_borealis_light.json.d.js +1 -2
- package/lib/cjs/index.d.ts +0 -1
- package/lib/cjs/index.js +3 -3
- package/lib/cjs/variables/_animation.d.ts +0 -1
- package/lib/cjs/variables/_animation.js +1 -2
- package/lib/cjs/variables/_borders.d.ts +0 -1
- package/lib/cjs/variables/_borders.js +1 -2
- package/lib/cjs/variables/_breakpoint.d.ts +0 -1
- package/lib/cjs/variables/_breakpoint.js +1 -2
- package/lib/cjs/variables/_buttons.d.ts +0 -1
- package/lib/cjs/variables/_buttons.js +184 -108
- package/lib/cjs/variables/_components.d.ts +0 -1
- package/lib/cjs/variables/_components.js +146 -148
- package/lib/cjs/variables/_forms.d.ts +0 -1
- package/lib/cjs/variables/_forms.js +1 -2
- package/lib/cjs/variables/_levels.d.ts +0 -1
- package/lib/cjs/variables/_levels.js +1 -2
- package/lib/cjs/variables/_overrides.d.ts +0 -1
- package/lib/cjs/variables/_overrides.js +1 -2
- package/lib/cjs/variables/_size.d.ts +0 -1
- package/lib/cjs/variables/_size.js +1 -2
- package/lib/cjs/variables/_states.d.ts +0 -1
- package/lib/cjs/variables/_states.js +1 -2
- package/lib/cjs/variables/_typography.d.ts +0 -1
- package/lib/cjs/variables/_typography.js +1 -2
- package/lib/cjs/variables/colors/_colors_dark.d.ts +0 -1
- package/lib/cjs/variables/colors/_colors_dark.js +2 -3
- package/lib/cjs/variables/colors/_colors_light.d.ts +0 -1
- package/lib/cjs/variables/colors/_colors_light.js +1 -2
- package/lib/cjs/variables/colors/_colors_severity.d.ts +0 -1
- package/lib/cjs/variables/colors/_colors_severity.js +1 -2
- package/lib/cjs/variables/colors/_colors_vis.d.ts +0 -1
- package/lib/cjs/variables/colors/_colors_vis.js +8 -4
- package/lib/cjs/variables/colors/_primitive_colors.d.ts +0 -1
- package/lib/cjs/variables/colors/_primitive_colors.js +1 -2
- package/lib/cjs/variables/colors/_semantic_colors.d.ts +17 -4
- package/lib/cjs/variables/colors/_semantic_colors.js +18 -5
- package/lib/cjs/variables/colors/index.d.ts +0 -1
- package/lib/cjs/variables/colors/index.js +1 -2
- package/lib/esm/index.js +1 -1
- package/lib/esm/variables/_animation.js +0 -1
- package/lib/esm/variables/_borders.js +0 -1
- package/lib/esm/variables/_breakpoint.js +0 -1
- package/lib/esm/variables/_buttons.js +128 -13
- package/lib/esm/variables/_components.js +7 -5
- package/lib/esm/variables/_forms.js +0 -1
- package/lib/esm/variables/_levels.js +0 -1
- package/lib/esm/variables/_overrides.js +0 -1
- package/lib/esm/variables/_size.js +0 -1
- package/lib/esm/variables/_states.js +0 -1
- package/lib/esm/variables/_typography.js +0 -1
- package/lib/esm/variables/colors/_colors_dark.js +1 -2
- package/lib/esm/variables/colors/_colors_light.js +0 -1
- package/lib/esm/variables/colors/_colors_severity.js +0 -1
- package/lib/esm/variables/colors/_colors_vis.js +7 -3
- package/lib/esm/variables/colors/_primitive_colors.js +0 -1
- package/lib/esm/variables/colors/_semantic_colors.d.ts +17 -3
- package/lib/esm/variables/colors/_semantic_colors.js +17 -4
- package/lib/esm/variables/colors/index.js +0 -1
- package/lib/eui_theme_borealis_dark.json +1 -1
- package/package.json +3 -3
- package/src/variables/colors/_colors_dark.scss +1 -1
- package/src/variables/colors/_semantic_colors.scss +8 -2
- package/lib/cjs/eui_theme_borealis_dark.json.d.js.map +0 -1
- package/lib/cjs/eui_theme_borealis_light.json.d.js.map +0 -1
- package/lib/cjs/index.d.ts.map +0 -1
- package/lib/cjs/index.js.map +0 -1
- package/lib/cjs/variables/_animation.d.ts.map +0 -1
- package/lib/cjs/variables/_animation.js.map +0 -1
- package/lib/cjs/variables/_borders.d.ts.map +0 -1
- package/lib/cjs/variables/_borders.js.map +0 -1
- package/lib/cjs/variables/_breakpoint.d.ts.map +0 -1
- package/lib/cjs/variables/_breakpoint.js.map +0 -1
- package/lib/cjs/variables/_buttons.d.ts.map +0 -1
- package/lib/cjs/variables/_buttons.js.map +0 -1
- package/lib/cjs/variables/_components.d.ts.map +0 -1
- package/lib/cjs/variables/_components.js.map +0 -1
- package/lib/cjs/variables/_forms.d.ts.map +0 -1
- package/lib/cjs/variables/_forms.js.map +0 -1
- package/lib/cjs/variables/_levels.d.ts.map +0 -1
- package/lib/cjs/variables/_levels.js.map +0 -1
- package/lib/cjs/variables/_overrides.d.ts.map +0 -1
- package/lib/cjs/variables/_overrides.js.map +0 -1
- package/lib/cjs/variables/_size.d.ts.map +0 -1
- package/lib/cjs/variables/_size.js.map +0 -1
- package/lib/cjs/variables/_states.d.ts.map +0 -1
- package/lib/cjs/variables/_states.js.map +0 -1
- package/lib/cjs/variables/_typography.d.ts.map +0 -1
- package/lib/cjs/variables/_typography.js.map +0 -1
- package/lib/cjs/variables/colors/_colors_dark.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_colors_dark.js.map +0 -1
- package/lib/cjs/variables/colors/_colors_light.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_colors_light.js.map +0 -1
- package/lib/cjs/variables/colors/_colors_severity.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_colors_severity.js.map +0 -1
- package/lib/cjs/variables/colors/_colors_vis.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_colors_vis.js.map +0 -1
- package/lib/cjs/variables/colors/_primitive_colors.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_primitive_colors.js.map +0 -1
- package/lib/cjs/variables/colors/_semantic_colors.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_semantic_colors.js.map +0 -1
- package/lib/cjs/variables/colors/index.d.ts.map +0 -1
- package/lib/cjs/variables/colors/index.js.map +0 -1
- package/lib/esm/index.js.map +0 -1
- package/lib/esm/variables/_animation.js.map +0 -1
- package/lib/esm/variables/_borders.js.map +0 -1
- package/lib/esm/variables/_breakpoint.js.map +0 -1
- package/lib/esm/variables/_buttons.js.map +0 -1
- package/lib/esm/variables/_components.js.map +0 -1
- package/lib/esm/variables/_forms.js.map +0 -1
- package/lib/esm/variables/_levels.js.map +0 -1
- package/lib/esm/variables/_overrides.js.map +0 -1
- package/lib/esm/variables/_size.js.map +0 -1
- package/lib/esm/variables/_states.js.map +0 -1
- package/lib/esm/variables/_typography.js.map +0 -1
- package/lib/esm/variables/colors/_colors_dark.js.map +0 -1
- package/lib/esm/variables/colors/_colors_light.js.map +0 -1
- package/lib/esm/variables/colors/_colors_severity.js.map +0 -1
- package/lib/esm/variables/colors/_colors_vis.js.map +0 -1
- package/lib/esm/variables/colors/_primitive_colors.js.map +0 -1
- package/lib/esm/variables/colors/_semantic_colors.js.map +0 -1
- package/lib/esm/variables/colors/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elastic/eui-theme-borealis",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "A visual theme for EUI",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build:clean": "rimraf lib/",
|
|
9
9
|
"build": "yarn build:clean && yarn build:compile && yarn build:compile:cjs && yarn build:types && yarn copy-files",
|
|
10
10
|
"build:compile": "tsc --project ./tsconfig.json",
|
|
11
|
-
"build:compile:cjs": "NODE_ENV=production NO_COREJS_POLYFILL=true babel src --out-dir=lib/cjs --extensions .js,.ts,.tsx
|
|
11
|
+
"build:compile:cjs": "NODE_ENV=production NO_COREJS_POLYFILL=true babel src --out-dir=lib/cjs --extensions .js,.ts,.tsx",
|
|
12
12
|
"build:types": "NODE_ENV=production tsc --project tsconfig.types.json",
|
|
13
13
|
"build-pack": "yarn build && npm pack",
|
|
14
14
|
"copy-files": "node ./scripts/copy-json-files.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@babel/preset-env": "^7.21.5",
|
|
34
34
|
"@babel/preset-react": "^7.18.6",
|
|
35
35
|
"@babel/preset-typescript": "^7.21.5",
|
|
36
|
-
"@elastic/eui-theme-common": "1.
|
|
36
|
+
"@elastic/eui-theme-common": "1.2.0",
|
|
37
37
|
"@types/chroma-js": "^2.4.0",
|
|
38
38
|
"@types/jest": "^29.5.12",
|
|
39
39
|
"@types/prettier": "2.7.3",
|
|
@@ -59,7 +59,7 @@ $euiColorBackgroundLightSuccess: $euiColorSuccess130 !default;
|
|
|
59
59
|
$euiColorBackgroundLightRisk: $euiColorRisk130 !default;
|
|
60
60
|
$euiColorBackgroundLightWarning: $euiColorWarning130 !default;
|
|
61
61
|
$euiColorBackgroundLightDanger: $euiColorDanger130 !default;
|
|
62
|
-
$euiColorBackgroundLightText: $
|
|
62
|
+
$euiColorBackgroundLightText: $euiColorShade120 !default;
|
|
63
63
|
|
|
64
64
|
$euiColorBackgroundFilledPrimary: $euiColorPrimary60 !default;
|
|
65
65
|
$euiColorBackgroundFilledAccent: $euiColorAccent60 !default;
|
|
@@ -36,6 +36,7 @@ $euiColorPrimary140: #0A2342 !default;
|
|
|
36
36
|
|
|
37
37
|
$euiColorPrimary70Alpha12: rgba($euiColorPrimary70, 0.12) !default;
|
|
38
38
|
$euiColorPrimary70Alpha16: rgba($euiColorPrimary70, 0.16) !default;
|
|
39
|
+
$euiColorPrimary70Alpha20: rgba($euiColorPrimary70, 0.2) !default;
|
|
39
40
|
|
|
40
41
|
$euiColorPrimary100Alpha4: rgba($euiColorPrimary100, 0.04) !default;
|
|
41
42
|
$euiColorPrimary100Alpha8: rgba($euiColorPrimary100, 0.08) !default;
|
|
@@ -58,6 +59,7 @@ $euiColorAccent140: #351725 !default;
|
|
|
58
59
|
|
|
59
60
|
$euiColorAccent70Alpha12: rgba($euiColorAccent70, 0.12) !default;
|
|
60
61
|
$euiColorAccent70Alpha16: rgba($euiColorAccent70, 0.16) !default;
|
|
62
|
+
$euiColorAccent70Alpha20: rgba($euiColorAccent70, 0.2) !default;
|
|
61
63
|
|
|
62
64
|
$euiColorAccentSecondary10: #E2F9F7 !default;
|
|
63
65
|
$euiColorAccentSecondary20: #C9F3F0 !default;
|
|
@@ -76,6 +78,7 @@ $euiColorAccentSecondary140: #03282B !default;
|
|
|
76
78
|
|
|
77
79
|
$euiColorAccentSecondary70Alpha12: rgba($euiColorAccentSecondary70, 0.12) !default;
|
|
78
80
|
$euiColorAccentSecondary70Alpha16: rgba($euiColorAccentSecondary70, 0.16) !default;
|
|
81
|
+
$euiColorAccentSecondary70Alpha20: rgba($euiColorAccentSecondary70, 0.2) !default;
|
|
79
82
|
|
|
80
83
|
$euiColorNeutral10: '#E5F6FA' !default;
|
|
81
84
|
$euiColorNeutral20: '#CFEEF7' !default;
|
|
@@ -109,6 +112,7 @@ $euiColorSuccess140: #092A26 !default;
|
|
|
109
112
|
|
|
110
113
|
$euiColorSuccess70Alpha12: rgba($euiColorSuccess70, 0.12) !default;
|
|
111
114
|
$euiColorSuccess70Alpha16: rgba($euiColorSuccess70, 0.16) !default;
|
|
115
|
+
$euiColorSuccess70Alpha20: rgba($euiColorSuccess70, 0.2) !default;
|
|
112
116
|
|
|
113
117
|
$euiColorWarning10: #FDF3D8 !default;
|
|
114
118
|
$euiColorWarning20: #FDE9B5 !default;
|
|
@@ -125,8 +129,9 @@ $euiColorWarning120: #513910 !default;
|
|
|
125
129
|
$euiColorWarning130: #3D3014 !default;
|
|
126
130
|
$euiColorWarning140: #2C2721 !default;
|
|
127
131
|
|
|
128
|
-
$
|
|
129
|
-
$
|
|
132
|
+
$euiColorWarning60Alpha12: rgba($euiColorWarning60, 0.12) !default;
|
|
133
|
+
$euiColorWarning60Alpha16: rgba($euiColorWarning60, 0.16) !default;
|
|
134
|
+
$euiColorWarning60Alpha20: rgba($euiColorWarning60, 0.2) !default;
|
|
130
135
|
|
|
131
136
|
$euiColorDanger10: #FFE8E5 !default;
|
|
132
137
|
$euiColorDanger20: #FDDDD8 !default;
|
|
@@ -145,6 +150,7 @@ $euiColorDanger140: #351721 !default;
|
|
|
145
150
|
|
|
146
151
|
$euiColorDanger70Alpha12: rgba($euiColorDanger70, 0.12) !default;
|
|
147
152
|
$euiColorDanger70Alpha16: rgba($euiColorDanger70, 0.16) !default;
|
|
153
|
+
$euiColorDanger70Alpha20: rgba($euiColorDanger70, 0.2) !default;
|
|
148
154
|
|
|
149
155
|
$euiColorRisk10: '#FFEDD6' !default;
|
|
150
156
|
$euiColorRisk20: '#FFDEBF' !default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eui_theme_borealis_dark.json.d.js","names":[],"sources":["../../src/eui_theme_borealis_dark.json.d.ts"],"sourcesContent":["declare module '@elastic/eui-theme-borealis/lib/eui_theme_borealis_dark.json' {\n const sassVariables: {\n euiZDataGrid: number;\n euiZHeaderBelowDataGrid: number;\n euiZDataGridCellPopover: number;\n euiDataGridCellPaddingS: string;\n euiDataGridCellPaddingM: string;\n euiDataGridCellPaddingL: string;\n euiTableHoverColor: string;\n euiTableSelectedColor: string;\n euiTableHoverSelectedColor: string;\n euiTableActionsBorderColor: string;\n euiTableHoverClickableColor: string;\n euiTableFocusClickableColor: string;\n euiContrastRatioText: number;\n euiContrastRatioGraphic: number;\n euiContrastRatioDisabled: number;\n euiAnimSlightBounce: string;\n euiAnimSlightResistance: string;\n euiAnimSpeedExtraFast: string;\n euiAnimSpeedFast: string;\n euiAnimSpeedNormal: string;\n euiAnimSpeedSlow: string;\n euiAnimSpeedExtraSlow: string;\n euiBorderWidthThin: string;\n euiBorderWidthThick: string;\n euiBorderColor: string;\n euiBorderRadius: string;\n euiBorderRadiusSmall: string;\n euiBorderThick: string;\n euiBorderThin: string;\n euiBorderEditable: string;\n euiButtonHeight: string;\n euiButtonHeightSmall: string;\n euiButtonHeightXSmall: string;\n euiButtonColorDisabled: string;\n euiButtonColorDisabledText: string;\n euiButtonColorGhostDisabled: string;\n euiButtonTypes: {\n primary: string;\n accent: string;\n accentSecondary: string;\n neutral: string;\n success: string;\n warning: string;\n risk: string;\n danger: string;\n ghost: string;\n text: string;\n };\n euiFontWeightLight: number;\n euiFontWeightRegular: number;\n euiFontWeightMedium: number;\n euiFontWeightSemiBold: number;\n euiFontWeightBold: number;\n euiCodeFontWeightRegular: number;\n euiCodeFontWeightBold: number;\n euiFormMaxWidth: string;\n euiFormControlHeight: string;\n euiFormControlCompressedHeight: string;\n euiFormControlPadding: string;\n euiFormControlCompressedPadding: string;\n euiFormControlBorderRadius: string;\n euiFormControlCompressedBorderRadius: string;\n euiRadioSize: string;\n euiCheckBoxSize: string;\n euiCheckboxBorderRadius: string;\n euiSwitchHeight: string;\n euiSwitchWidth: string;\n euiSwitchThumbSize: string;\n euiSwitchIconHeight: string;\n euiSwitchHeightCompressed: string;\n euiSwitchWidthCompressed: string;\n euiSwitchThumbSizeCompressed: string;\n euiSwitchHeightMini: string;\n euiSwitchWidthMini: string;\n euiSwitchThumbSizeMini: string;\n euiFormBackgroundColor: string;\n euiFormBackgroundDisabledColor: string;\n euiFormBackgroundReadOnlyColor: string;\n euiFormBorderOpaqueColor: string;\n euiFormBorderColor: string;\n euiFormBorderDisabledColor: string;\n euiFormCustomControlDisabledIconColor: string;\n euiFormCustomControlBorderColor: string;\n euiFormControlDisabledColor: string;\n euiFormControlBoxShadow: string;\n euiFormControlPlaceholderText: string;\n euiFormInputGroupLabelBackground: string;\n euiFormInputGroupBorder: string;\n euiSwitchOffColor: string;\n euiFormControlIconSizes: {\n small: string;\n medium: string;\n large: string;\n xLarge: string;\n xxLarge: string;\n };\n euiFormControlLayoutGroupInputHeight: string;\n euiFormControlLayoutGroupInputCompressedHeight: string;\n euiFormControlLayoutGroupInputCompressedBorderRadius: string;\n euiHeaderBackgroundColor: string;\n euiHeaderDarkBackgroundColor: string;\n euiHeaderBorderColor: string;\n euiHeaderBreadcrumbColor: string;\n euiHeaderHeight: string;\n euiHeaderChildSize: string;\n euiHeaderHeightCompensation: string;\n euiPageDefaultMaxWidth: string;\n euiPageSidebarMinWidth: string;\n euiPanelPaddingModifiers: {\n paddingSmall: string;\n paddingMedium: string;\n paddingLarge: string;\n };\n euiPanelBorderRadiusModifiers: {\n borderRadiusNone: number;\n borderRadiusMedium: string;\n };\n euiPanelBackgroundColorModifiers: {\n transparent: string;\n plain: string;\n subdued: string;\n accent: string;\n accentSecondary: string;\n primary: string;\n success: string;\n warning: string;\n danger: string;\n };\n euiBreakpoints: {\n xs: number;\n s: string;\n m: string;\n l: string;\n xl: string;\n };\n euiBreakpointKeys: string;\n euiShadowColor: string;\n euiSize: string;\n euiSizeXS: string;\n euiSizeS: string;\n euiSizeM: string;\n euiSizeL: string;\n euiSizeXL: string;\n euiSizeXXL: string;\n euiScrollBar: string;\n euiScrollBarCorner: string;\n euiScrollBarCornerThin: string;\n euiFocusRingColor: string;\n euiFocusRingAnimStartColor: string;\n euiFocusRingAnimStartSize: string;\n euiFocusRingAnimStartSizeLarge: string;\n euiFocusRingSizeLarge: string;\n euiFocusRingSize: string;\n euiFocusTransparency: number;\n euiFocusTransparencyPercent: string;\n euiFocusBackgroundColor: string;\n euiFontFamily: string;\n euiCodeFontFamily: string;\n euiFontFeatureSettings: string;\n euiTextScale: string;\n euiFontSize: string;\n euiFontSizeXS: string;\n euiFontSizeS: string;\n euiFontSizeM: string;\n euiFontSizeL: string;\n euiFontSizeXL: string;\n euiFontSizeXXL: string;\n euiLineHeight: number;\n euiBodyLineHeight: number;\n euiTitles: {\n xxxs: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n xxs: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n xs: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n s: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n m: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n l: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n };\n euiZLevel0: number;\n euiZLevel1: number;\n euiZLevel2: number;\n euiZLevel3: number;\n euiZLevel4: number;\n euiZLevel5: number;\n euiZLevel6: number;\n euiZLevel7: number;\n euiZLevel8: number;\n euiZLevel9: number;\n euiZToastList: number;\n euiZModal: number;\n euiZMask: number;\n euiZNavigation: number;\n euiZContentMenu: number;\n euiZHeader: number;\n euiZFlyout: number;\n euiZMaskBelowHeader: number;\n euiZContent: number;\n euiPaletteColorBlind: {\n euiColorVis0: {\n graphic: string;\n behindText: string;\n };\n euiColorVis1: {\n graphic: string;\n behindText: string;\n };\n euiColorVis2: {\n graphic: string;\n behindText: string;\n };\n euiColorVis3: {\n graphic: string;\n behindText: string;\n };\n euiColorVis4: {\n graphic: string;\n behindText: string;\n };\n euiColorVis5: {\n graphic: string;\n behindText: string;\n };\n euiColorVis6: {\n graphic: string;\n behindText: string;\n };\n euiColorVis7: {\n graphic: string;\n behindText: string;\n };\n euiColorVis8: {\n graphic: string;\n behindText: string;\n };\n euiColorVis9: {\n graphic: string;\n behindText: string;\n };\n };\n euiPaletteColorBlindKeys: string;\n euiColorVis0: string;\n euiColorVis1: string;\n euiColorVis2: string;\n euiColorVis3: string;\n euiColorVis4: string;\n euiColorVis5: string;\n euiColorVis6: string;\n euiColorVis7: string;\n euiColorVis8: string;\n euiColorVis9: string;\n euiColorVis0_behindText: string;\n euiColorVis1_behindText: string;\n euiColorVis2_behindText: string;\n euiColorVis3_behindText: string;\n euiColorVis4_behindText: string;\n euiColorVis5_behindText: string;\n euiColorVis6_behindText: string;\n euiColorVis7_behindText: string;\n euiColorVis8_behindText: string;\n euiColorVis9_behindText: string;\n euiColorVisAsTextLight0: string;\n euiColorVisAsTextLight1: string;\n euiColorVisAsTextLight2: string;\n euiColorVisAsTextLight3: string;\n euiColorVisAsTextLight4: string;\n euiColorVisAsTextLight5: string;\n euiColorVisAsTextLight6: string;\n euiColorVisAsTextDark0: string;\n euiColorVisAsTextDark1: string;\n euiColorVisAsTextDark2: string;\n euiColorVisAsTextDark3: string;\n euiColorVisAsTextDark4: string;\n euiColorVisAsTextDark5: string;\n euiColorVisAsTextDark6: string;\n euiColorVisSuccess0: string;\n euiColorVisSuccess1: string;\n euiColorVisWarning0: string;\n euiColorVisDanger0: string;\n euiColorVisDanger1: string;\n euiColorVisNeutral0: string;\n euiColorVisGrey0: string;\n euiColorVisGrey1: string;\n euiColorVisGrey2: string;\n euiColorVisGrey3: string;\n euiColorVisWarm0: string;\n euiColorVisWarm1: string;\n euiColorVisWarm2: string;\n euiColorVisCool0: string;\n euiColorVisCool1: string;\n euiColorVisCool2: string;\n euiColorVisComplementary0: string;\n euiColorVisComplementary1: string;\n euiColorSeverityUnknown: string;\n euiColorSeverityNeutral: string;\n euiColorSeveritySuccess: string;\n euiColorSeverityWarning: string;\n euiColorSeverityRisk: string;\n euiColorSeverityDanger: string;\n euiColorChartLines: string;\n euiColorChartBand: string;\n euiColorGhost: string;\n euiColorInk: string;\n euiColorPrimary: string;\n euiColorAccent: string;\n euiColorAccentSecondary: string;\n euiColorSuccess: string;\n euiColorWarning: string;\n euiColorDanger: string;\n euiColorEmptyShade: string;\n euiColorLightestShade: string;\n euiColorLightShade: string;\n euiColorMediumShade: string;\n euiColorDarkShade: string;\n euiColorDarkestShade: string;\n euiColorFullShade: string;\n euiPageBackgroundColor: string;\n euiColorHighlight: string;\n euiTextColor: string;\n euiTitleColor: string;\n euiTextSubduedColor: string;\n euiColorDisabled: string;\n euiColorPrimaryText: string;\n euiColorSuccessText: string;\n euiColorAccentText: string;\n euiColorWarningText: string;\n euiColorDangerText: string;\n euiColorDisabledText: string;\n euiLinkColor: string;\n euiColorPlainLight: string;\n euiColorPlainDark: string;\n euiColorTextPrimary: string;\n euiColorTextAccent: string;\n euiColorTextAccentSecondary: string;\n euiColorTextNeutral: string;\n euiColorTextSuccess: string;\n euiColorTextWarning: string;\n euiColorTextRisk: string;\n euiColorTextDanger: string;\n euiColorTextParagraph: string;\n euiColorTextHeading: string;\n euiColorTextSubdued: string;\n euiColorTextDisabled: string;\n euiColorTextInverse: string;\n euiColorBackgroundBasePrimary: string;\n euiColorBackgroundBaseAccent: string;\n euiColorBackgroundBaseAccentSecondary: string;\n euiColorBackgroundBaseNeutral: string;\n euiColorBackgroundBaseSuccess: string;\n euiColorBackgroundBaseWarning: string;\n euiColorBackgroundBaseRisk: string;\n euiColorBackgroundBaseDanger: string;\n euiColorBackgroundBaseSubdued: string;\n euiColorBackgroundBasePlain: string;\n euiColorBackgroundBaseDisabled: string;\n euiColorBackgroundBaseHighlighted: string;\n euiColorBackgroundBaseFormsPrepend: string;\n euiColorBackgroundBaseFormsControlDisabled: string;\n euiColorBackgroundBaseInteractiveHover: string;\n euiColorBackgroundBaseInteractiveSelect: string;\n euiColorBackgroundBaseInteractiveOverlay: string;\n euiColorBackgroundBaseSkeletonEdge: string;\n euiColorBackgroundBaseSkeletonMiddle: string;\n euiColorBackgroundLightPrimary: string;\n euiColorBackgroundLightAccent: string;\n euiColorBackgroundLightAccentSecondary: string;\n euiColorBackgroundLightNeutral: string;\n euiColorBackgroundLightSuccess: string;\n euiColorBackgroundLightWarning: string;\n euiColorBackgroundLightRisk: string;\n euiColorBackgroundLightDanger: string;\n euiColorBackgroundLightText: string;\n euiColorBackgroundFilledPrimary: string;\n euiColorBackgroundFilledAccent: string;\n euiColorBackgroundFilledAccentSecondary: string;\n euiColorBackgroundFilledNeutral: string;\n euiColorBackgroundFilledSuccess: string;\n euiColorBackgroundFilledWarning: string;\n euiColorBackgroundFilledRisk: string;\n euiColorBackgroundFilledDanger: string;\n euiColorBackgroundFilledText: string;\n euiColorBorderBasePrimary: string;\n euiColorBorderBaseAccent: string;\n euiColorBorderBaseAccentSecondary: string;\n euiColorBorderBaseNeutral: string;\n euiColorBorderBaseSuccess: string;\n euiColorBorderBaseWarning: string;\n euiColorBorderBaseRisk: string;\n euiColorBorderBaseDanger: string;\n euiColorBorderBasePlain: string;\n euiColorBorderBaseSubdued: string;\n euiColorBorderBaseDisabled: string;\n euiColorBorderBaseFloating: string;\n euiColorBorderBaseFormsColorSwatch: string;\n euiColorBorderBaseFormsControl: string;\n euiColorBorderStrongPrimary: string;\n euiColorBorderStrongAccent: string;\n euiColorBorderStrongAccentSecondary: string;\n euiColorBorderStrongNeutral: string;\n euiColorBorderStrongSuccess: string;\n euiColorBorderStrongWarning: string;\n euiColorBorderStrongRisk: string;\n euiColorBorderStrongDanger: string;\n };\n export default sassVariables;\n}\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eui_theme_borealis_light.json.d.js","names":[],"sources":["../../src/eui_theme_borealis_light.json.d.ts"],"sourcesContent":["declare module '@elastic/eui-theme-borealis/lib/eui_theme_borealis_light.json' {\n const sassVariables: {\n euiZDataGrid: number;\n euiZHeaderBelowDataGrid: number;\n euiZDataGridCellPopover: number;\n euiDataGridCellPaddingS: string;\n euiDataGridCellPaddingM: string;\n euiDataGridCellPaddingL: string;\n euiTableHoverColor: string;\n euiTableSelectedColor: string;\n euiTableHoverSelectedColor: string;\n euiTableActionsBorderColor: string;\n euiTableHoverClickableColor: string;\n euiTableFocusClickableColor: string;\n euiContrastRatioText: number;\n euiContrastRatioGraphic: number;\n euiContrastRatioDisabled: number;\n euiAnimSlightBounce: string;\n euiAnimSlightResistance: string;\n euiAnimSpeedExtraFast: string;\n euiAnimSpeedFast: string;\n euiAnimSpeedNormal: string;\n euiAnimSpeedSlow: string;\n euiAnimSpeedExtraSlow: string;\n euiBorderWidthThin: string;\n euiBorderWidthThick: string;\n euiBorderColor: string;\n euiBorderRadius: string;\n euiBorderRadiusSmall: string;\n euiBorderThick: string;\n euiBorderThin: string;\n euiBorderEditable: string;\n euiButtonHeight: string;\n euiButtonHeightSmall: string;\n euiButtonHeightXSmall: string;\n euiButtonColorDisabled: string;\n euiButtonColorDisabledText: string;\n euiButtonColorGhostDisabled: string;\n euiButtonTypes: {\n primary: string;\n accent: string;\n accentSecondary: string;\n neutral: string;\n success: string;\n warning: string;\n risk: string;\n danger: string;\n ghost: string;\n text: string;\n };\n euiFontWeightLight: number;\n euiFontWeightRegular: number;\n euiFontWeightMedium: number;\n euiFontWeightSemiBold: number;\n euiFontWeightBold: number;\n euiCodeFontWeightRegular: number;\n euiCodeFontWeightBold: number;\n euiFormMaxWidth: string;\n euiFormControlHeight: string;\n euiFormControlCompressedHeight: string;\n euiFormControlPadding: string;\n euiFormControlCompressedPadding: string;\n euiFormControlBorderRadius: string;\n euiFormControlCompressedBorderRadius: string;\n euiRadioSize: string;\n euiCheckBoxSize: string;\n euiCheckboxBorderRadius: string;\n euiSwitchHeight: string;\n euiSwitchWidth: string;\n euiSwitchThumbSize: string;\n euiSwitchIconHeight: string;\n euiSwitchHeightCompressed: string;\n euiSwitchWidthCompressed: string;\n euiSwitchThumbSizeCompressed: string;\n euiSwitchHeightMini: string;\n euiSwitchWidthMini: string;\n euiSwitchThumbSizeMini: string;\n euiFormBackgroundColor: string;\n euiFormBackgroundDisabledColor: string;\n euiFormBackgroundReadOnlyColor: string;\n euiFormBorderOpaqueColor: string;\n euiFormBorderColor: string;\n euiFormBorderDisabledColor: string;\n euiFormCustomControlDisabledIconColor: string;\n euiFormCustomControlBorderColor: string;\n euiFormControlDisabledColor: string;\n euiFormControlBoxShadow: string;\n euiFormControlPlaceholderText: string;\n euiFormInputGroupLabelBackground: string;\n euiFormInputGroupBorder: string;\n euiSwitchOffColor: string;\n euiFormControlIconSizes: {\n small: string;\n medium: string;\n large: string;\n xLarge: string;\n xxLarge: string;\n };\n euiFormControlLayoutGroupInputHeight: string;\n euiFormControlLayoutGroupInputCompressedHeight: string;\n euiFormControlLayoutGroupInputCompressedBorderRadius: string;\n euiHeaderBackgroundColor: string;\n euiHeaderDarkBackgroundColor: string;\n euiHeaderBorderColor: string;\n euiHeaderBreadcrumbColor: string;\n euiHeaderHeight: string;\n euiHeaderChildSize: string;\n euiHeaderHeightCompensation: string;\n euiPageDefaultMaxWidth: string;\n euiPageSidebarMinWidth: string;\n euiPanelPaddingModifiers: {\n paddingSmall: string;\n paddingMedium: string;\n paddingLarge: string;\n };\n euiPanelBorderRadiusModifiers: {\n borderRadiusNone: number;\n borderRadiusMedium: string;\n };\n euiPanelBackgroundColorModifiers: {\n transparent: string;\n plain: string;\n subdued: string;\n accent: string;\n accentSecondary: string;\n primary: string;\n success: string;\n warning: string;\n danger: string;\n };\n euiBreakpoints: {\n xs: number;\n s: string;\n m: string;\n l: string;\n xl: string;\n };\n euiBreakpointKeys: string;\n euiShadowColor: string;\n euiSize: string;\n euiSizeXS: string;\n euiSizeS: string;\n euiSizeM: string;\n euiSizeL: string;\n euiSizeXL: string;\n euiSizeXXL: string;\n euiScrollBar: string;\n euiScrollBarCorner: string;\n euiScrollBarCornerThin: string;\n euiFocusRingColor: string;\n euiFocusRingAnimStartColor: string;\n euiFocusRingAnimStartSize: string;\n euiFocusRingAnimStartSizeLarge: string;\n euiFocusRingSizeLarge: string;\n euiFocusRingSize: string;\n euiFocusTransparency: number;\n euiFocusTransparencyPercent: string;\n euiFocusBackgroundColor: string;\n euiFontFamily: string;\n euiCodeFontFamily: string;\n euiFontFeatureSettings: string;\n euiTextScale: string;\n euiFontSize: string;\n euiFontSizeXS: string;\n euiFontSizeS: string;\n euiFontSizeM: string;\n euiFontSizeL: string;\n euiFontSizeXL: string;\n euiFontSizeXXL: string;\n euiLineHeight: number;\n euiBodyLineHeight: number;\n euiTitles: {\n xxxs: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n xxs: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n xs: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n s: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n m: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n l: {\n 'font-size': string;\n 'line-height': string;\n 'font-weight': number;\n };\n };\n euiZLevel0: number;\n euiZLevel1: number;\n euiZLevel2: number;\n euiZLevel3: number;\n euiZLevel4: number;\n euiZLevel5: number;\n euiZLevel6: number;\n euiZLevel7: number;\n euiZLevel8: number;\n euiZLevel9: number;\n euiZToastList: number;\n euiZModal: number;\n euiZMask: number;\n euiZNavigation: number;\n euiZContentMenu: number;\n euiZHeader: number;\n euiZFlyout: number;\n euiZMaskBelowHeader: number;\n euiZContent: number;\n euiPaletteColorBlind: {\n euiColorVis0: {\n graphic: string;\n behindText: string;\n };\n euiColorVis1: {\n graphic: string;\n behindText: string;\n };\n euiColorVis2: {\n graphic: string;\n behindText: string;\n };\n euiColorVis3: {\n graphic: string;\n behindText: string;\n };\n euiColorVis4: {\n graphic: string;\n behindText: string;\n };\n euiColorVis5: {\n graphic: string;\n behindText: string;\n };\n euiColorVis6: {\n graphic: string;\n behindText: string;\n };\n euiColorVis7: {\n graphic: string;\n behindText: string;\n };\n euiColorVis8: {\n graphic: string;\n behindText: string;\n };\n euiColorVis9: {\n graphic: string;\n behindText: string;\n };\n };\n euiPaletteColorBlindKeys: string;\n euiColorVis0: string;\n euiColorVis1: string;\n euiColorVis2: string;\n euiColorVis3: string;\n euiColorVis4: string;\n euiColorVis5: string;\n euiColorVis6: string;\n euiColorVis7: string;\n euiColorVis8: string;\n euiColorVis9: string;\n euiColorVis0_behindText: string;\n euiColorVis1_behindText: string;\n euiColorVis2_behindText: string;\n euiColorVis3_behindText: string;\n euiColorVis4_behindText: string;\n euiColorVis5_behindText: string;\n euiColorVis6_behindText: string;\n euiColorVis7_behindText: string;\n euiColorVis8_behindText: string;\n euiColorVis9_behindText: string;\n euiColorVisAsTextLight0: string;\n euiColorVisAsTextLight1: string;\n euiColorVisAsTextLight2: string;\n euiColorVisAsTextLight3: string;\n euiColorVisAsTextLight4: string;\n euiColorVisAsTextLight5: string;\n euiColorVisAsTextLight6: string;\n euiColorVisAsTextDark0: string;\n euiColorVisAsTextDark1: string;\n euiColorVisAsTextDark2: string;\n euiColorVisAsTextDark3: string;\n euiColorVisAsTextDark4: string;\n euiColorVisAsTextDark5: string;\n euiColorVisAsTextDark6: string;\n euiColorVisSuccess0: string;\n euiColorVisSuccess1: string;\n euiColorVisWarning0: string;\n euiColorVisDanger0: string;\n euiColorVisDanger1: string;\n euiColorVisNeutral0: string;\n euiColorVisGrey0: string;\n euiColorVisGrey1: string;\n euiColorVisGrey2: string;\n euiColorVisGrey3: string;\n euiColorVisWarm0: string;\n euiColorVisWarm1: string;\n euiColorVisWarm2: string;\n euiColorVisCool0: string;\n euiColorVisCool1: string;\n euiColorVisCool2: string;\n euiColorVisComplementary0: string;\n euiColorVisComplementary1: string;\n euiColorSeverityUnknown: string;\n euiColorSeverityNeutral: string;\n euiColorSeveritySuccess: string;\n euiColorSeverityWarning: string;\n euiColorSeverityRisk: string;\n euiColorSeverityDanger: string;\n euiColorChartLines: string;\n euiColorChartBand: string;\n euiColorGhost: string;\n euiColorInk: string;\n euiColorPrimary: string;\n euiColorAccent: string;\n euiColorAccentSecondary: string;\n euiColorSuccess: string;\n euiColorWarning: string;\n euiColorDanger: string;\n euiColorEmptyShade: string;\n euiColorLightestShade: string;\n euiColorLightShade: string;\n euiColorMediumShade: string;\n euiColorDarkShade: string;\n euiColorDarkestShade: string;\n euiColorFullShade: string;\n euiPageBackgroundColor: string;\n euiColorHighlight: string;\n euiTextColor: string;\n euiTitleColor: string;\n euiTextSubduedColor: string;\n euiColorDisabled: string;\n euiColorPrimaryText: string;\n euiColorSuccessText: string;\n euiColorAccentText: string;\n euiColorWarningText: string;\n euiColorDangerText: string;\n euiColorDisabledText: string;\n euiLinkColor: string;\n euiColorPlainLight: string;\n euiColorPlainDark: string;\n euiColorTextPrimary: string;\n euiColorTextAccent: string;\n euiColorTextAccentSecondary: string;\n euiColorTextNeutral: string;\n euiColorTextSuccess: string;\n euiColorTextWarning: string;\n euiColorTextRisk: string;\n euiColorTextDanger: string;\n euiColorTextParagraph: string;\n euiColorTextHeading: string;\n euiColorTextSubdued: string;\n euiColorTextDisabled: string;\n euiColorTextInverse: string;\n euiColorBackgroundBasePrimary: string;\n euiColorBackgroundBaseAccent: string;\n euiColorBackgroundBaseAccentSecondary: string;\n euiColorBackgroundBaseNeutral: string;\n euiColorBackgroundBaseSuccess: string;\n euiColorBackgroundBaseWarning: string;\n euiColorBackgroundBaseRisk: string;\n euiColorBackgroundBaseDanger: string;\n euiColorBackgroundBaseSubdued: string;\n euiColorBackgroundBasePlain: string;\n euiColorBackgroundBaseDisabled: string;\n euiColorBackgroundBaseHighlighted: string;\n euiColorBackgroundBaseFormsPrepend: string;\n euiColorBackgroundBaseFormsControlDisabled: string;\n euiColorBackgroundBaseInteractiveHover: string;\n euiColorBackgroundBaseInteractiveSelect: string;\n euiColorBackgroundBaseInteractiveOverlay: string;\n euiColorBackgroundBaseSkeletonEdge: string;\n euiColorBackgroundBaseSkeletonMiddle: string;\n euiColorBackgroundLightPrimary: string;\n euiColorBackgroundLightAccent: string;\n euiColorBackgroundLightAccentSecondary: string;\n euiColorBackgroundLightNeutral: string;\n euiColorBackgroundLightSuccess: string;\n euiColorBackgroundLightWarning: string;\n euiColorBackgroundLightRisk: string;\n euiColorBackgroundLightDanger: string;\n euiColorBackgroundLightText: string;\n euiColorBackgroundFilledPrimary: string;\n euiColorBackgroundFilledAccent: string;\n euiColorBackgroundFilledAccentSecondary: string;\n euiColorBackgroundFilledNeutral: string;\n euiColorBackgroundFilledSuccess: string;\n euiColorBackgroundFilledWarning: string;\n euiColorBackgroundFilledRisk: string;\n euiColorBackgroundFilledDanger: string;\n euiColorBackgroundFilledText: string;\n euiColorBorderBasePrimary: string;\n euiColorBorderBaseAccent: string;\n euiColorBorderBaseAccentSecondary: string;\n euiColorBorderBaseNeutral: string;\n euiColorBorderBaseSuccess: string;\n euiColorBorderBaseWarning: string;\n euiColorBorderBaseRisk: string;\n euiColorBorderBaseDanger: string;\n euiColorBorderBasePlain: string;\n euiColorBorderBaseSubdued: string;\n euiColorBorderBaseDisabled: string;\n euiColorBorderBaseFloating: string;\n euiColorBorderBaseFormsColorSwatch: string;\n euiColorBorderBaseFormsControl: string;\n euiColorBorderStrongPrimary: string;\n euiColorBorderStrongAccent: string;\n euiColorBorderStrongAccentSecondary: string;\n euiColorBorderStrongNeutral: string;\n euiColorBorderStrongSuccess: string;\n euiColorBorderStrongWarning: string;\n euiColorBorderStrongRisk: string;\n euiColorBorderStrongDanger: string;\n };\n export default sassVariables;\n}\n"],"mappings":"","ignoreList":[]}
|
package/lib/cjs/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAc,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAatE,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D,eAAO,MAAM,sBAAsB,uBAAuB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,EAAE,aAgB9B,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;CAG5B,CAAC"}
|
package/lib/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_euiThemeCommon","require","_colors","_animation","_breakpoint","_size","_borders","_levels","_typography","_states","_components","_overrides","_colors_vis","EUI_THEME_BOREALIS_KEY","exports","euiThemeBorealis","colors","base","size","border","font","animation","breakpoint","levels","focus","components","flags","hasGlobalFocusColor","hasVisColorAdjustment","overrides","EuiThemeBorealis","buildTheme"],"sources":["../../src/index.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 { buildTheme, EuiThemeShape } from '@elastic/eui-theme-common';\n\nimport { colors } from './variables/colors';\nimport { animation } from './variables/_animation';\nimport { breakpoint } from './variables/_breakpoint';\nimport { base, size } from './variables/_size';\nimport { border } from './variables/_borders';\nimport { levels } from './variables/_levels';\nimport { font } from './variables/_typography';\nimport { focus } from './variables/_states';\nimport { components } from './variables/_components';\nimport { overrides } from './variables/_overrides';\n\nexport { colorVis } from './variables/colors/_colors_vis';\n\nexport const EUI_THEME_BOREALIS_KEY = 'EUI_THEME_BOREALIS';\n\nexport const euiThemeBorealis: EuiThemeShape = {\n colors,\n base,\n size,\n border,\n font,\n animation,\n breakpoint,\n levels,\n focus,\n components,\n flags: {\n hasGlobalFocusColor: true,\n hasVisColorAdjustment: false,\n },\n overrides,\n};\n\nexport const EuiThemeBorealis = buildTheme(\n euiThemeBorealis,\n EUI_THEME_BOREALIS_KEY\n);\n"],"mappings":";;;;;;;;;;;;;AAQA,IAAAA,eAAA,GAAAC,OAAA;AAEA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,UAAA,GAAAF,OAAA;AACA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AACA,IAAAK,QAAA,GAAAL,OAAA;AACA,IAAAM,OAAA,GAAAN,OAAA;AACA,IAAAO,WAAA,GAAAP,OAAA;AACA,IAAAQ,OAAA,GAAAR,OAAA;AACA,IAAAS,WAAA,GAAAT,OAAA;AACA,IAAAU,UAAA,GAAAV,OAAA;AAEA,IAAAW,WAAA,GAAAX,OAAA;AArBA;AACA;AACA;AACA;AACA;AACA;AACA;;AAiBO,IAAMY,sBAAsB,GAAAC,OAAA,CAAAD,sBAAA,GAAG,oBAAoB;AAEnD,IAAME,gBAA+B,GAAAD,OAAA,CAAAC,gBAAA,GAAG;EAC7CC,MAAM,EAANA,cAAM;EACNC,IAAI,EAAJA,UAAI;EACJC,IAAI,EAAJA,UAAI;EACJC,MAAM,EAANA,eAAM;EACNC,IAAI,EAAJA,gBAAI;EACJC,SAAS,EAATA,oBAAS;EACTC,UAAU,EAAVA,sBAAU;EACVC,MAAM,EAANA,cAAM;EACNC,KAAK,EAALA,aAAK;EACLC,UAAU,EAAVA,sBAAU;EACVC,KAAK,EAAE;IACLC,mBAAmB,EAAE,IAAI;IACzBC,qBAAqB,EAAE;EACzB,CAAC;EACDC,SAAS,EAATA;AACF,CAAC;AAEM,IAAMC,gBAAgB,GAAAhB,OAAA,CAAAgB,gBAAA,GAAG,IAAAC,0BAAU,EACxChB,gBAAgB,EAChBF,sBACF,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_animation.d.ts","sourceRoot":"","sources":["../../../src/variables/_animation.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,EACnB,MAAM,2BAA2B,CAAC;AAEnC,eAAO,MAAM,eAAe,EAAE,wBAM7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,yBAG5B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_animation.js","names":["animation_speed","exports","extraFast","fast","normal","slow","extraSlow","animation_ease","bounce","resistance","animation","_objectSpread"],"sources":["../../../src/variables/_animation.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 type {\n _EuiThemeAnimationSpeeds,\n _EuiThemeAnimationEasings,\n _EuiThemeAnimation,\n} from '@elastic/eui-theme-common';\n\nexport const animation_speed: _EuiThemeAnimationSpeeds = {\n extraFast: '90ms',\n fast: '150ms',\n normal: '250ms',\n slow: '350ms',\n extraSlow: '500ms',\n};\n\nexport const animation_ease: _EuiThemeAnimationEasings = {\n bounce: 'cubic-bezier(.34, 1.61, .7, 1)',\n resistance: 'cubic-bezier(.694, .0482, .335, 1)',\n};\n\nexport const animation: _EuiThemeAnimation = {\n ...animation_speed,\n ...animation_ease,\n};\n"],"mappings":";;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAQO,IAAMA,eAAyC,GAAAC,OAAA,CAAAD,eAAA,GAAG;EACvDE,SAAS,EAAE,MAAM;EACjBC,IAAI,EAAE,OAAO;EACbC,MAAM,EAAE,OAAO;EACfC,IAAI,EAAE,OAAO;EACbC,SAAS,EAAE;AACb,CAAC;AAEM,IAAMC,cAAyC,GAAAN,OAAA,CAAAM,cAAA,GAAG;EACvDC,MAAM,EAAE,gCAAgC;EACxCC,UAAU,EAAE;AACd,CAAC;AAEM,IAAMC,SAA6B,GAAAT,OAAA,CAAAS,SAAA,GAAAC,aAAA,CAAAA,aAAA,KACrCX,eAAe,GACfO,cAAc,CAClB","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_borders.d.ts","sourceRoot":"","sources":["../../../src/variables/_borders.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,KAAK,eAAe,EAErB,MAAM,2BAA2B,CAAC;AAEnC,eAAO,MAAM,MAAM,EAAE,eAyBpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_borders.js","names":["_euiThemeCommon","require","_slicedToArray","r","e","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","t","toString","call","slice","constructor","name","Array","from","test","length","n","l","Symbol","iterator","i","u","f","o","next","Object","done","push","value","isArray","border","exports","color","computed","_ref","_ref2","borderBaseSubdued","width","thin","thick","radius","medium","sizeToPixel","small","_ref3","_ref4","concat","_ref5","_ref6","editable","_ref7","_ref8"],"sources":["../../../src/variables/_borders.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 {\n computed,\n type _EuiThemeBorder,\n sizeToPixel,\n} from '@elastic/eui-theme-common';\n\nexport const border: _EuiThemeBorder = {\n color: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n width: {\n thin: '1px',\n thick: '2px',\n },\n radius: {\n medium: computed(sizeToPixel(0.25)),\n small: computed(sizeToPixel(0.25)),\n },\n thin: computed(\n ([width, color]) => `${width.thin} solid ${color}`,\n ['border.width', 'border.color']\n ),\n thick: computed(\n ([width, color]) => `${width.thick} solid ${color}`,\n ['border.width', 'border.color']\n ),\n editable: computed(\n ([width, color]) => `${width.thick} dotted ${color}`,\n ['border.width', 'border.color']\n ),\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_breakpoint.d.ts","sourceRoot":"","sources":["../../../src/variables/_breakpoint.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,eAAO,MAAM,UAAU,EAAE,oBAMxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_breakpoint.js","names":["breakpoint","exports","xl","l","m","s","xs"],"sources":["../../../src/variables/_breakpoint.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 type { _EuiThemeBreakpoints } from '@elastic/eui-theme-common';\n\nexport const breakpoint: _EuiThemeBreakpoints = {\n xl: 1200,\n l: 992,\n m: 768,\n s: 575,\n xs: 0,\n};\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAIO,IAAMA,UAAgC,GAAAC,OAAA,CAAAD,UAAA,GAAG;EAC9CE,EAAE,EAAE,IAAI;EACRC,CAAC,EAAE,GAAG;EACNC,CAAC,EAAE,GAAG;EACNC,CAAC,EAAE,GAAG;EACNC,EAAE,EAAE;AACN,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_buttons.d.ts","sourceRoot":"","sources":["../../../src/variables/_buttons.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,eAAe,EAAY,MAAM,2BAA2B,CAAC;AA+MtE,eAAO,MAAM,OAAO,EAAE,eAGrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_buttons.js","names":["_euiThemeCommon","require","_semantic_colors","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","_buttons","backgroundPrimary","computed","_ref","_ref2","backgroundLightPrimary","backgroundAccent","_ref3","_ref4","backgroundLightAccent","backgroundAccentSecondary","_ref5","_ref6","backgroundLightAccentSecondary","backgroundNeutral","_ref7","_ref8","backgroundLightNeutral","backgroundSuccess","_ref9","_ref10","backgroundLightSuccess","backgroundWarning","_ref11","_ref12","backgroundLightWarning","backgroundRisk","_ref13","_ref14","backgroundLightRisk","backgroundDanger","_ref15","_ref16","backgroundLightDanger","backgroundText","_ref17","_ref18","backgroundLightText","backgroundDisabled","_ref19","_ref20","backgroundBaseDisabled","backgroundFilledPrimary","_ref21","_ref22","backgroundFilledAccent","_ref23","_ref24","backgroundFilledAccentSecondary","_ref25","_ref26","backgroundFilledNeutral","_ref27","_ref28","backgroundFilledSuccess","_ref29","_ref30","backgroundFilledWarning","_ref31","_ref32","backgroundFilledRisk","_ref33","_ref34","backgroundFilledDanger","_ref35","_ref36","backgroundFilledText","_ref37","_ref38","backgroundFilledDisabled","_ref39","_ref40","backgroundEmptyPrimaryHover","_ref41","_ref42","backgroundBaseInteractiveHover","backgroundEmptyAccentHover","_ref43","_ref44","backgroundEmptyAccentSecondaryHover","_ref45","_ref46","backgroundEmptyNeutralHover","_ref47","_ref48","backgroundEmptySuccessHover","_ref49","_ref50","backgroundEmptyWarningHover","_ref51","_ref52","backgroundEmptyRiskHover","_ref53","_ref54","backgroundEmptyDangerHover","_ref55","_ref56","backgroundEmptyTextHover","_ref57","_ref58","textColorPrimary","_ref59","_ref60","textPrimary","textColorAccent","_ref61","_ref62","textAccent","textColorAccentSecondary","_ref63","_ref64","textAccentSecondary","textColorNeutral","_ref65","_ref66","textNeutral","textColorSuccess","_ref67","_ref68","textSuccess","textColorWarning","_ref69","_ref70","textWarning","textColorRisk","_ref71","_ref72","textRisk","textColorDanger","_ref73","_ref74","textDanger","textColorText","_ref75","_ref76","textParagraph","textColorDisabled","_ref77","_ref78","textDisabled","textColorFilledPrimary","_ref79","_ref80","textInverse","textColorFilledAccent","_ref81","_ref82","textColorFilledAccentSecondary","_ref83","_ref84","textColorFilledNeutral","_ref85","_ref86","textColorFilledSuccess","_ref87","_ref88","textColorFilledWarning","SEMANTIC_COLORS","warning110","textColorFilledRisk","_ref89","_ref90","textColorFilledDanger","_ref91","_ref92","textColorFilledText","_ref93","_ref94","textColorFilledDisabled","_ref95","_ref96","_dark_buttons","buttons","exports","LIGHT","DARK"],"sources":["../../../src/variables/_buttons.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 { _EuiThemeButton, computed } from '@elastic/eui-theme-common';\nimport { SEMANTIC_COLORS } from './colors/_semantic_colors';\n\nconst _buttons = {\n backgroundPrimary: computed(\n ([backgroundLightPrimary]) => backgroundLightPrimary,\n ['colors.backgroundLightPrimary']\n ),\n backgroundAccent: computed(\n ([backgroundLightAccent]) => backgroundLightAccent,\n ['colors.backgroundLightAccent']\n ),\n backgroundAccentSecondary: computed(\n ([backgroundLightAccentSecondary]) => backgroundLightAccentSecondary,\n ['colors.backgroundLightAccentSecondary']\n ),\n backgroundNeutral: computed(\n ([backgroundLightNeutral]) => backgroundLightNeutral,\n ['colors.backgroundLightNeutral']\n ),\n backgroundSuccess: computed(\n ([backgroundLightSuccess]) => backgroundLightSuccess,\n ['colors.backgroundLightSuccess']\n ),\n backgroundWarning: computed(\n ([backgroundLightWarning]) => backgroundLightWarning,\n ['colors.backgroundLightWarning']\n ),\n backgroundRisk: computed(\n ([backgroundLightRisk]) => backgroundLightRisk,\n ['colors.backgroundLightRisk']\n ),\n backgroundDanger: computed(\n ([backgroundLightDanger]) => backgroundLightDanger,\n ['colors.backgroundLightDanger']\n ),\n backgroundText: computed(\n ([backgroundLightText]) => backgroundLightText,\n ['colors.backgroundLightText']\n ),\n backgroundDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n backgroundFilledPrimary: computed(\n ([backgroundFilledPrimary]) => backgroundFilledPrimary,\n ['colors.backgroundFilledPrimary']\n ),\n backgroundFilledAccent: computed(\n ([backgroundFilledAccent]) => backgroundFilledAccent,\n ['colors.backgroundFilledAccent']\n ),\n backgroundFilledAccentSecondary: computed(\n ([backgroundFilledAccentSecondary]) => backgroundFilledAccentSecondary,\n ['colors.backgroundFilledAccentSecondary']\n ),\n backgroundFilledNeutral: computed(\n ([backgroundFilledNeutral]) => backgroundFilledNeutral,\n ['colors.backgroundFilledNeutral']\n ),\n backgroundFilledSuccess: computed(\n ([backgroundFilledSuccess]) => backgroundFilledSuccess,\n ['colors.backgroundFilledSuccess']\n ),\n backgroundFilledWarning: computed(\n ([backgroundFilledWarning]) => backgroundFilledWarning,\n ['colors.backgroundFilledWarning']\n ),\n backgroundFilledRisk: computed(\n ([backgroundFilledRisk]) => backgroundFilledRisk,\n ['colors.backgroundFilledRisk']\n ),\n backgroundFilledDanger: computed(\n ([backgroundFilledDanger]) => backgroundFilledDanger,\n ['colors.backgroundFilledDanger']\n ),\n backgroundFilledText: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n backgroundFilledDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n // Temp. mapping to support more variants in old theme\n backgroundEmptyPrimaryHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyAccentHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyAccentSecondaryHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyNeutralHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptySuccessHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyWarningHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyRiskHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyDangerHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyTextHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n\n textColorPrimary: computed(\n ([textPrimary]) => textPrimary,\n ['colors.textPrimary']\n ),\n textColorAccent: computed(\n ([textAccent]) => textAccent,\n ['colors.textAccent']\n ),\n textColorAccentSecondary: computed(\n ([textAccentSecondary]) => textAccentSecondary,\n ['colors.textAccentSecondary']\n ),\n textColorNeutral: computed(\n ([textNeutral]) => textNeutral,\n ['colors.textNeutral']\n ),\n textColorSuccess: computed(\n ([textSuccess]) => textSuccess,\n ['colors.textSuccess']\n ),\n textColorWarning: computed(\n ([textWarning]) => textWarning,\n ['colors.textWarning']\n ),\n textColorRisk: computed(([textRisk]) => textRisk, ['colors.textRisk']),\n textColorDanger: computed(\n ([textDanger]) => textDanger,\n ['colors.textDanger']\n ),\n textColorText: computed(\n ([textParagraph]) => textParagraph,\n ['colors.textParagraph']\n ),\n textColorDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n\n textColorFilledPrimary: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledAccent: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledAccentSecondary: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledNeutral: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledSuccess: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n textColorFilledRisk: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledDanger: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledText: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n};\n\nconst _dark_buttons = {\n ..._buttons,\n\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n};\n\nexport const buttons: _EuiThemeButton = {\n LIGHT: _buttons,\n DARK: _dark_buttons,\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../../src/variables/_components.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,mBAAmB,EAEpB,MAAM,2BAA2B,CAAC;AA2TnC,eAAO,MAAM,UAAU,EAAE,mBA6CxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_components.js","names":["_euiThemeCommon","require","_semantic_colors","_colors_dark","_buttons","_forms","_colors_vis","_colors_light","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","component_colors","badgeBackground","computed","_ref","_ref2","backgroundLightText","badgeBackgroundSubdued","_ref3","_ref4","badgeBorderColorHollow","_ref5","_ref6","borderBasePlain","badgeIconButtonBackgroundHover","_ref7","_ref8","backgroundBaseInteractiveHover","breadcrumbsApplicationBackground","_ref9","_ref10","breadcrumbsApplicationColor","_ref11","_ref12","textSubdued","bottomBarBackground","SEMANTIC_COLORS","plainDark","buttonGroupBackgroundDisabledSelected","_ref13","_ref14","backgroundBaseFormsControlDisabled","buttonGroupBorderColor","_ref15","_ref16","buttonGroupBorderColorSelected","_ref17","_ref18","buttonGroupFocusColor","_ref19","_ref20","textPrimary","codeBackground","_ref21","_ref22","backgroundBaseHighlighted","codeBackgroundSelected","codeColor","_ref23","_ref24","textParagraph","codeInlineColor","colorVis","euiColorVisAsTextLight6","codeCommentColor","_ref25","_ref26","codeSelectorColor","codeStringColor","euiColorVisAsTextLight2","codeTagColor","euiColorVisAsTextLight1","codeNameColor","codeNumberColor","euiColorVisAsTextLight0","codeInlineCodeKeywordColor","codeKeywordColor","codeFunctionTitleColor","codeTypeColor","codeAttributeColor","codeSymbolColor","euiColorVisAsTextLight3","codeParamsColor","codeMetaColor","_ref27","_ref28","codeTitleColor","euiColorVisAsTextLight4","codeSectionColor","codeAdditionColor","codeDeletionColor","codeSelectorClassColor","codeSelectorIdColor","collapsibleNavGroupBackground","_ref29","_ref30","backgroundBaseSubdued","collapsibleNavGroupBackgroundDark","dark_background_colors","dataGridBorderColor","_ref31","_ref32","borderBaseSubdued","dataGridVerticalLineBorderColor","_ref33","_ref34","dataGridRowBackgroundStriped","_ref35","_ref36","dataGridRowBackgroundHover","_ref37","_ref38","dataGridRowBackgroundSelect","_ref39","_ref40","backgroundBaseInteractiveSelect","dragDropDraggingBackground","_ref41","_ref42","backgroundBaseSuccess","dragDropDraggingOverBackground","_ref43","_ref44","backgroundLightSuccess","filterSelectItemBackgroundFocusDisabled","_ref45","_ref46","backgroundBaseDisabled","flyoutFooterBackground","_ref47","_ref48","flyoutCloseButtonInsideBackground","_ref49","_ref50","backgroundBasePlain","headerBackground","_ref51","_ref52","headerDarkBackground","headerDarkSearchBorderColor","dark_border_colors","headerDarkSectionItemBackgroundFocus","backgroundBasePrimary","keyPadMenuItemBackgroundDisabledSelect","_ref53","_ref54","listGroupItemBackgroundPrimaryActive","_ref55","_ref56","listGroupItemBackgroundSubduedActive","_ref57","_ref58","listGroupItemBackgroundHover","_ref59","_ref60","listGroupItemBackgroundPrimaryHover","_ref61","_ref62","loadingSpinnerBorder","border_colors","loadingSpinnerHighlight","_ref63","_ref64","borderStrongPrimary","loadingChartMonoBackground0","shade20","loadingChartMonoBackground1","shade30","loadingChartMonoBackground2","shade40","loadingChartMonoBackground3","shade50","markBackground","_ref65","_ref66","backgroundLightPrimary","markdownFormatTableBorderColor","_ref67","_ref68","overlayMaskBackground","_ref69","_ref70","backgroundBaseInteractiveOverlay","overlayMaskBackgroundHighContrast","concat","shade140RGB","popoverPanelBackground","_ref71","_ref72","popoverFooterBorderColor","_ref73","_ref74","scrollbarTrackColor","shade15","sideNavItemEmphasizedBackground","_ref75","_ref76","selectableListItemBorderColor","_ref77","_ref78","skeletonBackgroundSkeletonMiddleHighContrast","shade100RGB","superDatePickerBackgroundSuccees","_ref79","_ref80","switchBackgroundOn","_ref81","_ref82","backgroundFilledPrimary","switchBackgroundOff","_ref83","_ref84","backgroundFilledText","switchUncompressedBackgroundDisabled","_ref85","_ref86","switchCompressedBackgroundDisabled","_ref87","_ref88","switchMiniBackgroundDisabled","_ref89","_ref90","switchThumbBackgroundDisabled","_ref91","_ref92","switchThumbBorderOn","_ref93","_ref94","switchThumbBorderOff","_ref95","_ref96","switchIconDisabled","forms","LIGHT","iconDisabled","tableRowBackgroundHover","_ref97","_ref98","tableRowBackgroundSelected","_ref99","_ref100","tableRowBackgroundSelectedHover","_ref101","_ref102","tableRowInteractiveBackgroundHover","_ref103","_ref104","tableRowInteractiveBackgroundFocus","_ref105","_ref106","tableCellSortableIconColor","_ref107","_ref108","tooltipBackground","tooltipBorder","tooltipBorderFloating","_ref109","_ref110","borderBaseFloating","tourFooterBackground","_ref111","_ref112","treeViewItemBackgroundHover","_ref113","_ref114","components","exports","buttons","DARK","euiColorVisAsTextDark6","euiColorVisAsTextDark2","euiColorVisAsTextDark1","euiColorVisAsTextDark0","euiColorVisAsTextDark3","euiColorVisAsTextDark4","shade110","shade100","shade90","shade80","shade145","plainLightRGB","_ref115","_ref116","_ref117","_ref118"],"sources":["../../../src/variables/_components.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 {\n _EuiThemeComponentColors,\n _EuiThemeComponents,\n computed,\n} from '@elastic/eui-theme-common';\n\nimport { SEMANTIC_COLORS } from './colors/_semantic_colors';\nimport {\n dark_background_colors,\n dark_border_colors,\n} from './colors/_colors_dark';\n\nimport { buttons } from './_buttons';\nimport { forms } from './_forms';\nimport { colorVis } from './colors/_colors_vis';\nimport { border_colors } from './colors/_colors_light';\n\nconst component_colors: _EuiThemeComponentColors = {\n badgeBackground: computed(\n ([backgroundLightText]) => backgroundLightText,\n ['colors.backgroundLightText']\n ),\n badgeBackgroundSubdued: computed(\n ([backgroundLightText]) => backgroundLightText,\n ['colors.backgroundLightText']\n ),\n badgeBorderColorHollow: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n badgeIconButtonBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n\n breadcrumbsApplicationBackground: computed(\n ([backgroundLightText]) => backgroundLightText,\n ['colors.backgroundLightText']\n ),\n breadcrumbsApplicationColor: computed(\n ([textSubdued]) => textSubdued,\n ['colors.textSubdued']\n ),\n\n bottomBarBackground: SEMANTIC_COLORS.plainDark,\n\n buttonGroupBackgroundDisabledSelected: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n buttonGroupBorderColor: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n buttonGroupBorderColorSelected: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n buttonGroupFocusColor: computed(\n ([textPrimary]) => textPrimary,\n ['colors.textPrimary']\n ),\n\n codeBackground: computed(\n ([backgroundBaseHighlighted]) => backgroundBaseHighlighted,\n ['colors.backgroundBaseHighlighted']\n ),\n codeBackgroundSelected: 'inherit',\n codeColor: computed(\n ([textParagraph]) => textParagraph,\n ['colors.textParagraph']\n ),\n codeInlineColor: colorVis.euiColorVisAsTextLight6,\n codeCommentColor: computed(\n ([textSubdued]) => textSubdued,\n ['colors.textSubdued']\n ),\n codeSelectorColor: 'inherit',\n codeStringColor: colorVis.euiColorVisAsTextLight2,\n codeTagColor: colorVis.euiColorVisAsTextLight1,\n codeNameColor: colorVis.euiColorVisAsTextLight1,\n codeNumberColor: colorVis.euiColorVisAsTextLight0,\n codeInlineCodeKeywordColor: colorVis.euiColorVisAsTextLight6,\n codeKeywordColor: colorVis.euiColorVisAsTextLight1,\n codeFunctionTitleColor: 'inherit',\n codeTypeColor: colorVis.euiColorVisAsTextLight1,\n codeAttributeColor: 'inherit',\n codeSymbolColor: colorVis.euiColorVisAsTextLight3,\n codeParamsColor: 'inherit',\n codeMetaColor: computed(\n ([textSubdued]) => textSubdued,\n ['colors.textSubdued']\n ),\n codeTitleColor: colorVis.euiColorVisAsTextLight4,\n codeSectionColor: colorVis.euiColorVisAsTextLight3,\n codeAdditionColor: colorVis.euiColorVisAsTextLight0,\n codeDeletionColor: colorVis.euiColorVisAsTextLight3,\n codeSelectorClassColor: 'inherit',\n codeSelectorIdColor: 'inherit',\n\n collapsibleNavGroupBackground: computed(\n ([backgroundBaseSubdued]) => backgroundBaseSubdued,\n ['colors.backgroundBaseSubdued']\n ),\n collapsibleNavGroupBackgroundDark:\n dark_background_colors.backgroundBaseSubdued,\n\n dataGridBorderColor: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n dataGridVerticalLineBorderColor: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n dataGridRowBackgroundStriped: computed(\n ([backgroundBaseSubdued]) => backgroundBaseSubdued,\n ['colors.backgroundBaseSubdued']\n ),\n dataGridRowBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n dataGridRowBackgroundSelect: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n\n dragDropDraggingBackground: computed(\n ([backgroundBaseSuccess]) => backgroundBaseSuccess,\n ['colors.backgroundBaseSuccess']\n ),\n dragDropDraggingOverBackground: computed(\n ([backgroundLightSuccess]) => backgroundLightSuccess,\n ['colors.backgroundLightSuccess']\n ),\n\n filterSelectItemBackgroundFocusDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n flyoutFooterBackground: computed(\n ([backgroundBaseHighlighted]) => backgroundBaseHighlighted,\n ['colors.backgroundBaseHighlighted']\n ),\n flyoutCloseButtonInsideBackground: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n\n headerBackground: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n headerDarkBackground: dark_background_colors.backgroundBasePlain,\n headerDarkSearchBorderColor: dark_border_colors.borderBasePlain,\n headerDarkSectionItemBackgroundFocus:\n dark_background_colors.backgroundBasePrimary,\n\n keyPadMenuItemBackgroundDisabledSelect: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n listGroupItemBackgroundPrimaryActive: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n listGroupItemBackgroundSubduedActive: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n listGroupItemBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n listGroupItemBackgroundPrimaryHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n\n // we don't want to inherit overrides (e.g. HCM)\n loadingSpinnerBorder: border_colors.borderBasePlain,\n loadingSpinnerHighlight: computed(\n ([borderStrongPrimary]) => borderStrongPrimary,\n ['colors.borderStrongPrimary']\n ),\n\n loadingChartMonoBackground0: SEMANTIC_COLORS.shade20,\n loadingChartMonoBackground1: SEMANTIC_COLORS.shade30,\n loadingChartMonoBackground2: SEMANTIC_COLORS.shade40,\n loadingChartMonoBackground3: SEMANTIC_COLORS.shade50,\n\n markBackground: computed(\n ([backgroundLightPrimary]) => backgroundLightPrimary,\n ['colors.backgroundLightPrimary']\n ),\n\n markdownFormatTableBorderColor: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n\n overlayMaskBackground: computed(\n ([backgroundBaseInteractiveOverlay]) => backgroundBaseInteractiveOverlay,\n ['colors.backgroundBaseInteractiveOverlay']\n ),\n overlayMaskBackgroundHighContrast: `rgba(${SEMANTIC_COLORS.shade140RGB}, 0.9)`,\n\n popoverPanelBackground: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n popoverFooterBorderColor: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n\n scrollbarTrackColor: SEMANTIC_COLORS.shade15,\n\n sideNavItemEmphasizedBackground: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n\n selectableListItemBorderColor: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n\n skeletonBackgroundSkeletonMiddleHighContrast: `rgba(${SEMANTIC_COLORS.shade100RGB}, 0.04)`,\n\n superDatePickerBackgroundSuccees: computed(\n ([backgroundBaseSuccess]) => backgroundBaseSuccess,\n ['colors.backgroundBaseSuccess']\n ),\n\n switchBackgroundOn: computed(\n ([backgroundFilledPrimary]) => backgroundFilledPrimary,\n ['colors.backgroundFilledPrimary']\n ),\n switchBackgroundOff: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n switchUncompressedBackgroundDisabled: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n switchCompressedBackgroundDisabled: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n switchMiniBackgroundDisabled: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n switchThumbBackgroundDisabled: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n switchThumbBorderOn: computed(\n ([backgroundFilledPrimary]) => backgroundFilledPrimary,\n ['colors.backgroundFilledPrimary']\n ),\n switchThumbBorderOff: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n switchIconDisabled: forms.LIGHT.iconDisabled,\n\n tableRowBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n tableRowBackgroundSelected: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n tableRowBackgroundSelectedHover: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n tableRowInteractiveBackgroundHover: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n tableRowInteractiveBackgroundFocus: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n tableCellSortableIconColor: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n\n tooltipBackground: dark_background_colors.backgroundBaseSubdued,\n tooltipBorder: dark_border_colors.borderBaseSubdued,\n tooltipBorderFloating: computed(\n ([borderBaseFloating]) => borderBaseFloating,\n ['colors.borderBaseFloating']\n ),\n\n tourFooterBackground: computed(\n ([backgroundBaseHighlighted]) => backgroundBaseHighlighted,\n ['colors.backgroundBaseHighlighted']\n ),\n\n treeViewItemBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n};\n\nexport const components: _EuiThemeComponents = {\n buttons,\n forms,\n LIGHT: component_colors,\n DARK: {\n ...component_colors,\n\n codeInlineColor: colorVis.euiColorVisAsTextDark6,\n codeStringColor: colorVis.euiColorVisAsTextDark2,\n codeTagColor: colorVis.euiColorVisAsTextDark1,\n codeNameColor: colorVis.euiColorVisAsTextDark1,\n codeNumberColor: colorVis.euiColorVisAsTextDark0,\n codeKeywordColor: colorVis.euiColorVisAsTextDark6,\n codeTypeColor: colorVis.euiColorVisAsTextDark1,\n codeSymbolColor: colorVis.euiColorVisAsTextDark3,\n codeTitleColor: colorVis.euiColorVisAsTextDark4,\n codeSectionColor: colorVis.euiColorVisAsTextDark3,\n codeAdditionColor: colorVis.euiColorVisAsTextDark0,\n codeDeletionColor: colorVis.euiColorVisAsTextDark3,\n\n loadingSpinnerBorder: dark_border_colors.borderBasePlain,\n\n loadingChartMonoBackground0: SEMANTIC_COLORS.shade110,\n loadingChartMonoBackground1: SEMANTIC_COLORS.shade100,\n loadingChartMonoBackground2: SEMANTIC_COLORS.shade90,\n loadingChartMonoBackground3: SEMANTIC_COLORS.shade80,\n\n overlayMaskBackgroundHighContrast: `rgba(${SEMANTIC_COLORS.shade140RGB}, 0.9)`,\n\n scrollbarTrackColor: SEMANTIC_COLORS.shade145,\n\n skeletonBackgroundSkeletonMiddleHighContrast: `rgba(${SEMANTIC_COLORS.plainLightRGB}, 0.3)`,\n\n switchIconDisabled: forms.DARK.iconDisabled,\n\n // TODO: align table hover states\n tableRowInteractiveBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n tableRowInteractiveBackgroundFocus: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n },\n};\n"],"mappings":";;;;;;;AAQA,IAAAA,eAAA,GAAAC,OAAA;AAMA,IAAAC,gBAAA,GAAAD,OAAA;AACA,IAAAE,YAAA,GAAAF,OAAA;AAKA,IAAAG,QAAA,GAAAH,OAAA;AACA,IAAAI,MAAA,GAAAJ,OAAA;AACA,IAAAK,WAAA,GAAAL,OAAA;AACA,IAAAM,aAAA,GAAAN,OAAA;AAAuD,SAAAO,QAAAC,CAAA,EAAAC,CAAA,QAAAC,CAAA,GAAAC,MAAA,CAAAC,IAAA,CAAAJ,CAAA,OAAAG,MAAA,CAAAE,qBAAA,QAAAC,CAAA,GAAAH,MAAA,CAAAE,qBAAA,CAAAL,CAAA,GAAAC,CAAA,KAAAK,CAAA,GAAAA,CAAA,CAAAC,MAAA,WAAAN,CAAA,WAAAE,MAAA,CAAAK,wBAAA,CAAAR,CAAA,EAAAC,CAAA,EAAAQ,UAAA,OAAAP,CAAA,CAAAQ,IAAA,CAAAC,KAAA,CAAAT,CAAA,EAAAI,CAAA,YAAAJ,CAAA;AAAA,SAAAU,cAAAZ,CAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAY,SAAA,CAAAC,MAAA,EAAAb,CAAA,UAAAC,CAAA,WAAAW,SAAA,CAAAZ,CAAA,IAAAY,SAAA,CAAAZ,CAAA,QAAAA,CAAA,OAAAF,OAAA,CAAAI,MAAA,CAAAD,CAAA,OAAAa,OAAA,WAAAd,CAAA,IAAAe,eAAA,CAAAhB,CAAA,EAAAC,CAAA,EAAAC,CAAA,CAAAD,CAAA,SAAAE,MAAA,CAAAc,yBAAA,GAAAd,MAAA,CAAAe,gBAAA,CAAAlB,CAAA,EAAAG,MAAA,CAAAc,yBAAA,CAAAf,CAAA,KAAAH,OAAA,CAAAI,MAAA,CAAAD,CAAA,GAAAa,OAAA,WAAAd,CAAA,IAAAE,MAAA,CAAAgB,cAAA,CAAAnB,CAAA,EAAAC,CAAA,EAAAE,MAAA,CAAAK,wBAAA,CAAAN,CAAA,EAAAD,CAAA,iBAAAD,CAAA;AAAA,SAAAgB,gBAAAhB,CAAA,EAAAC,CAAA,EAAAC,CAAA,YAAAD,CAAA,GAAAmB,cAAA,CAAAnB,CAAA,MAAAD,CAAA,GAAAG,MAAA,CAAAgB,cAAA,CAAAnB,CAAA,EAAAC,CAAA,IAAAoB,KAAA,EAAAnB,CAAA,EAAAO,UAAA,MAAAa,YAAA,MAAAC,QAAA,UAAAvB,CAAA,CAAAC,CAAA,IAAAC,CAAA,EAAAF,CAAA;AAAA,SAAAoB,eAAAlB,CAAA,QAAAsB,CAAA,GAAAC,YAAA,CAAAvB,CAAA,gCAAAwB,OAAA,CAAAF,CAAA,IAAAA,CAAA,GAAAA,CAAA;AAAA,SAAAC,aAAAvB,CAAA,EAAAD,CAAA,oBAAAyB,OAAA,CAAAxB,CAAA,MAAAA,CAAA,SAAAA,CAAA,MAAAF,CAAA,GAAAE,CAAA,CAAAyB,MAAA,CAAAC,WAAA,kBAAA5B,CAAA,QAAAwB,CAAA,GAAAxB,CAAA,CAAA6B,IAAA,CAAA3B,CAAA,EAAAD,CAAA,gCAAAyB,OAAA,CAAAF,CAAA,UAAAA,CAAA,YAAAM,SAAA,yEAAA7B,CAAA,GAAA8B,MAAA,GAAAC,MAAA,EAAA9B,CAAA;AAAA,SAAA+B,eAAAhC,CAAA,EAAAD,CAAA,WAAAkC,eAAA,CAAAjC,CAAA,KAAAkC,qBAAA,CAAAlC,CAAA,EAAAD,CAAA,KAAAoC,2BAAA,CAAAnC,CAAA,EAAAD,CAAA,KAAAqC,gBAAA;AAAA,SAAAA,iBAAA,cAAAP,SAAA;AAAA,SAAAM,4BAAAnC,CAAA,EAAAqC,CAAA,QAAArC,CAAA,2BAAAA,CAAA,SAAAsC,iBAAA,CAAAtC,CAAA,EAAAqC,CAAA,OAAApC,CAAA,MAAAsC,QAAA,CAAAX,IAAA,CAAA5B,CAAA,EAAAwC,KAAA,6BAAAvC,CAAA,IAAAD,CAAA,CAAAyC,WAAA,KAAAxC,CAAA,GAAAD,CAAA,CAAAyC,WAAA,CAAAC,IAAA,aAAAzC,CAAA,cAAAA,CAAA,GAAA0C,KAAA,CAAAC,IAAA,CAAA5C,CAAA,oBAAAC,CAAA,+CAAA4C,IAAA,CAAA5C,CAAA,IAAAqC,iBAAA,CAAAtC,CAAA,EAAAqC,CAAA;AAAA,SAAAC,kBAAAtC,CAAA,EAAAqC,CAAA,aAAAA,CAAA,IAAAA,CAAA,GAAArC,CAAA,CAAAa,MAAA,MAAAwB,CAAA,GAAArC,CAAA,CAAAa,MAAA,YAAAd,CAAA,MAAA+C,CAAA,GAAAH,KAAA,CAAAN,CAAA,GAAAtC,CAAA,GAAAsC,CAAA,EAAAtC,CAAA,IAAA+C,CAAA,CAAA/C,CAAA,IAAAC,CAAA,CAAAD,CAAA,UAAA+C,CAAA;AAAA,SAAAZ,sBAAAlC,CAAA,EAAA+C,CAAA,QAAA9C,CAAA,WAAAD,CAAA,gCAAA0B,MAAA,IAAA1B,CAAA,CAAA0B,MAAA,CAAAsB,QAAA,KAAAhD,CAAA,4BAAAC,CAAA,QAAAF,CAAA,EAAA+C,CAAA,EAAAvB,CAAA,EAAA0B,CAAA,EAAAZ,CAAA,OAAAa,CAAA,OAAA7C,CAAA,iBAAAkB,CAAA,IAAAtB,CAAA,GAAAA,CAAA,CAAA2B,IAAA,CAAA5B,CAAA,GAAAmD,IAAA,QAAAJ,CAAA,QAAA7C,MAAA,CAAAD,CAAA,MAAAA,CAAA,UAAAiD,CAAA,uBAAAA,CAAA,IAAAnD,CAAA,GAAAwB,CAAA,CAAAK,IAAA,CAAA3B,CAAA,GAAAmD,IAAA,MAAAf,CAAA,CAAA5B,IAAA,CAAAV,CAAA,CAAAqB,KAAA,GAAAiB,CAAA,CAAAxB,MAAA,KAAAkC,CAAA,GAAAG,CAAA,iBAAAlD,CAAA,IAAAK,CAAA,OAAAyC,CAAA,GAAA9C,CAAA,yBAAAkD,CAAA,YAAAjD,CAAA,eAAAgD,CAAA,GAAAhD,CAAA,cAAAC,MAAA,CAAA+C,CAAA,MAAAA,CAAA,2BAAA5C,CAAA,QAAAyC,CAAA,aAAAT,CAAA;AAAA,SAAAJ,gBAAAjC,CAAA,QAAA2C,KAAA,CAAAU,OAAA,CAAArD,CAAA,UAAAA,CAAA,IAvBvD;AACA;AACA;AACA;AACA;AACA;AACA;AAmBA,IAAMsD,gBAA0C,GAAG;EACjDC,eAAe,EAAE,IAAAC,wBAAQ,EACvB,UAAAC,IAAA;IAAA,IAAAC,KAAA,GAAA1B,cAAA,CAAAyB,IAAA;MAAEE,mBAAmB,GAAAD,KAAA;IAAA,OAAMC,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACDC,sBAAsB,EAAE,IAAAJ,wBAAQ,EAC9B,UAAAK,KAAA;IAAA,IAAAC,KAAA,GAAA9B,cAAA,CAAA6B,KAAA;MAAEF,mBAAmB,GAAAG,KAAA;IAAA,OAAMH,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACDI,sBAAsB,EAAE,IAAAP,wBAAQ,EAC9B,UAAAQ,KAAA;IAAA,IAAAC,KAAA,GAAAjC,cAAA,CAAAgC,KAAA;MAAEE,eAAe,GAAAD,KAAA;IAAA,OAAMC,eAAe;EAAA,GACtC,CAAC,wBAAwB,CAC3B,CAAC;EACDC,8BAA8B,EAAE,IAAAX,wBAAQ,EACtC,UAAAY,KAAA;IAAA,IAAAC,KAAA,GAAArC,cAAA,CAAAoC,KAAA;MAAEE,8BAA8B,GAAAD,KAAA;IAAA,OAAMC,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EAEDC,gCAAgC,EAAE,IAAAf,wBAAQ,EACxC,UAAAgB,KAAA;IAAA,IAAAC,MAAA,GAAAzC,cAAA,CAAAwC,KAAA;MAAEb,mBAAmB,GAAAc,MAAA;IAAA,OAAMd,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACDe,2BAA2B,EAAE,IAAAlB,wBAAQ,EACnC,UAAAmB,MAAA;IAAA,IAAAC,MAAA,GAAA5C,cAAA,CAAA2C,MAAA;MAAEE,WAAW,GAAAD,MAAA;IAAA,OAAMC,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EAEDC,mBAAmB,EAAEC,gCAAe,CAACC,SAAS;EAE9CC,qCAAqC,EAAE,IAAAzB,wBAAQ,EAC7C,UAAA0B,MAAA;IAAA,IAAAC,MAAA,GAAAnD,cAAA,CAAAkD,MAAA;MAAEE,kCAAkC,GAAAD,MAAA;IAAA,OAClCC,kCAAkC;EAAA,GACpC,CAAC,2CAA2C,CAC9C,CAAC;EACDC,sBAAsB,EAAE,IAAA7B,wBAAQ,EAC9B,UAAA8B,MAAA;IAAA,IAAAC,MAAA,GAAAvD,cAAA,CAAAsD,MAAA;MAAEpB,eAAe,GAAAqB,MAAA;IAAA,OAAMrB,eAAe;EAAA,GACtC,CAAC,wBAAwB,CAC3B,CAAC;EACDsB,8BAA8B,EAAE,IAAAhC,wBAAQ,EACtC,UAAAiC,MAAA;IAAA,IAAAC,MAAA,GAAA1D,cAAA,CAAAyD,MAAA;MAAEvB,eAAe,GAAAwB,MAAA;IAAA,OAAMxB,eAAe;EAAA,GACtC,CAAC,wBAAwB,CAC3B,CAAC;EACDyB,qBAAqB,EAAE,IAAAnC,wBAAQ,EAC7B,UAAAoC,MAAA;IAAA,IAAAC,MAAA,GAAA7D,cAAA,CAAA4D,MAAA;MAAEE,WAAW,GAAAD,MAAA;IAAA,OAAMC,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EAEDC,cAAc,EAAE,IAAAvC,wBAAQ,EACtB,UAAAwC,MAAA;IAAA,IAAAC,MAAA,GAAAjE,cAAA,CAAAgE,MAAA;MAAEE,yBAAyB,GAAAD,MAAA;IAAA,OAAMC,yBAAyB;EAAA,GAC1D,CAAC,kCAAkC,CACrC,CAAC;EACDC,sBAAsB,EAAE,SAAS;EACjCC,SAAS,EAAE,IAAA5C,wBAAQ,EACjB,UAAA6C,MAAA;IAAA,IAAAC,MAAA,GAAAtE,cAAA,CAAAqE,MAAA;MAAEE,aAAa,GAAAD,MAAA;IAAA,OAAMC,aAAa;EAAA,GAClC,CAAC,sBAAsB,CACzB,CAAC;EACDC,eAAe,EAAEC,oBAAQ,CAACC,uBAAuB;EACjDC,gBAAgB,EAAE,IAAAnD,wBAAQ,EACxB,UAAAoD,MAAA;IAAA,IAAAC,MAAA,GAAA7E,cAAA,CAAA4E,MAAA;MAAE/B,WAAW,GAAAgC,MAAA;IAAA,OAAMhC,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDiC,iBAAiB,EAAE,SAAS;EAC5BC,eAAe,EAAEN,oBAAQ,CAACO,uBAAuB;EACjDC,YAAY,EAAER,oBAAQ,CAACS,uBAAuB;EAC9CC,aAAa,EAAEV,oBAAQ,CAACS,uBAAuB;EAC/CE,eAAe,EAAEX,oBAAQ,CAACY,uBAAuB;EACjDC,0BAA0B,EAAEb,oBAAQ,CAACC,uBAAuB;EAC5Da,gBAAgB,EAAEd,oBAAQ,CAACS,uBAAuB;EAClDM,sBAAsB,EAAE,SAAS;EACjCC,aAAa,EAAEhB,oBAAQ,CAACS,uBAAuB;EAC/CQ,kBAAkB,EAAE,SAAS;EAC7BC,eAAe,EAAElB,oBAAQ,CAACmB,uBAAuB;EACjDC,eAAe,EAAE,SAAS;EAC1BC,aAAa,EAAE,IAAAtE,wBAAQ,EACrB,UAAAuE,MAAA;IAAA,IAAAC,MAAA,GAAAhG,cAAA,CAAA+F,MAAA;MAAElD,WAAW,GAAAmD,MAAA;IAAA,OAAMnD,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDoD,cAAc,EAAExB,oBAAQ,CAACyB,uBAAuB;EAChDC,gBAAgB,EAAE1B,oBAAQ,CAACmB,uBAAuB;EAClDQ,iBAAiB,EAAE3B,oBAAQ,CAACY,uBAAuB;EACnDgB,iBAAiB,EAAE5B,oBAAQ,CAACmB,uBAAuB;EACnDU,sBAAsB,EAAE,SAAS;EACjCC,mBAAmB,EAAE,SAAS;EAE9BC,6BAA6B,EAAE,IAAAhF,wBAAQ,EACrC,UAAAiF,MAAA;IAAA,IAAAC,MAAA,GAAA1G,cAAA,CAAAyG,MAAA;MAAEE,qBAAqB,GAAAD,MAAA;IAAA,OAAMC,qBAAqB;EAAA,GAClD,CAAC,8BAA8B,CACjC,CAAC;EACDC,iCAAiC,EAC/BC,mCAAsB,CAACF,qBAAqB;EAE9CG,mBAAmB,EAAE,IAAAtF,wBAAQ,EAC3B,UAAAuF,MAAA;IAAA,IAAAC,MAAA,GAAAhH,cAAA,CAAA+G,MAAA;MAAEE,iBAAiB,GAAAD,MAAA;IAAA,OAAMC,iBAAiB;EAAA,GAC1C,CAAC,0BAA0B,CAC7B,CAAC;EACDC,+BAA+B,EAAE,IAAA1F,wBAAQ,EACvC,UAAA2F,MAAA;IAAA,IAAAC,MAAA,GAAApH,cAAA,CAAAmH,MAAA;MAAEF,iBAAiB,GAAAG,MAAA;IAAA,OAAMH,iBAAiB;EAAA,GAC1C,CAAC,0BAA0B,CAC7B,CAAC;EACDI,4BAA4B,EAAE,IAAA7F,wBAAQ,EACpC,UAAA8F,MAAA;IAAA,IAAAC,MAAA,GAAAvH,cAAA,CAAAsH,MAAA;MAAEX,qBAAqB,GAAAY,MAAA;IAAA,OAAMZ,qBAAqB;EAAA,GAClD,CAAC,8BAA8B,CACjC,CAAC;EACDa,0BAA0B,EAAE,IAAAhG,wBAAQ,EAClC,UAAAiG,MAAA;IAAA,IAAAC,MAAA,GAAA1H,cAAA,CAAAyH,MAAA;MAAEnF,8BAA8B,GAAAoF,MAAA;IAAA,OAAMpF,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDqF,2BAA2B,EAAE,IAAAnG,wBAAQ,EACnC,UAAAoG,MAAA;IAAA,IAAAC,MAAA,GAAA7H,cAAA,CAAA4H,MAAA;MAAEE,+BAA+B,GAAAD,MAAA;IAAA,OAAMC,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EAEDC,0BAA0B,EAAE,IAAAvG,wBAAQ,EAClC,UAAAwG,MAAA;IAAA,IAAAC,MAAA,GAAAjI,cAAA,CAAAgI,MAAA;MAAEE,qBAAqB,GAAAD,MAAA;IAAA,OAAMC,qBAAqB;EAAA,GAClD,CAAC,8BAA8B,CACjC,CAAC;EACDC,8BAA8B,EAAE,IAAA3G,wBAAQ,EACtC,UAAA4G,MAAA;IAAA,IAAAC,MAAA,GAAArI,cAAA,CAAAoI,MAAA;MAAEE,sBAAsB,GAAAD,MAAA;IAAA,OAAMC,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EAEDC,uCAAuC,EAAE,IAAA/G,wBAAQ,EAC/C,UAAAgH,MAAA;IAAA,IAAAC,MAAA,GAAAzI,cAAA,CAAAwI,MAAA;MAAEE,sBAAsB,GAAAD,MAAA;IAAA,OAAMC,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EAEDC,sBAAsB,EAAE,IAAAnH,wBAAQ,EAC9B,UAAAoH,MAAA;IAAA,IAAAC,MAAA,GAAA7I,cAAA,CAAA4I,MAAA;MAAE1E,yBAAyB,GAAA2E,MAAA;IAAA,OAAM3E,yBAAyB;EAAA,GAC1D,CAAC,kCAAkC,CACrC,CAAC;EACD4E,iCAAiC,EAAE,IAAAtH,wBAAQ,EACzC,UAAAuH,MAAA;IAAA,IAAAC,MAAA,GAAAhJ,cAAA,CAAA+I,MAAA;MAAEE,mBAAmB,GAAAD,MAAA;IAAA,OAAMC,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EAEDC,gBAAgB,EAAE,IAAA1H,wBAAQ,EACxB,UAAA2H,MAAA;IAAA,IAAAC,MAAA,GAAApJ,cAAA,CAAAmJ,MAAA;MAAEF,mBAAmB,GAAAG,MAAA;IAAA,OAAMH,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACDI,oBAAoB,EAAExC,mCAAsB,CAACoC,mBAAmB;EAChEK,2BAA2B,EAAEC,+BAAkB,CAACrH,eAAe;EAC/DsH,oCAAoC,EAClC3C,mCAAsB,CAAC4C,qBAAqB;EAE9CC,sCAAsC,EAAE,IAAAlI,wBAAQ,EAC9C,UAAAmI,MAAA;IAAA,IAAAC,MAAA,GAAA5J,cAAA,CAAA2J,MAAA;MAAEjB,sBAAsB,GAAAkB,MAAA;IAAA,OAAMlB,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EAEDmB,oCAAoC,EAAE,IAAArI,wBAAQ,EAC5C,UAAAsI,MAAA;IAAA,IAAAC,MAAA,GAAA/J,cAAA,CAAA8J,MAAA;MAAEhC,+BAA+B,GAAAiC,MAAA;IAAA,OAAMjC,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EACDkC,oCAAoC,EAAE,IAAAxI,wBAAQ,EAC5C,UAAAyI,MAAA;IAAA,IAAAC,MAAA,GAAAlK,cAAA,CAAAiK,MAAA;MAAEnC,+BAA+B,GAAAoC,MAAA;IAAA,OAAMpC,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EACDqC,4BAA4B,EAAE,IAAA3I,wBAAQ,EACpC,UAAA4I,MAAA;IAAA,IAAAC,MAAA,GAAArK,cAAA,CAAAoK,MAAA;MAAE9H,8BAA8B,GAAA+H,MAAA;IAAA,OAAM/H,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDgI,mCAAmC,EAAE,IAAA9I,wBAAQ,EAC3C,UAAA+I,MAAA;IAAA,IAAAC,MAAA,GAAAxK,cAAA,CAAAuK,MAAA;MAAEjI,8BAA8B,GAAAkI,MAAA;IAAA,OAAMlI,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EAED;EACAmI,oBAAoB,EAAEC,2BAAa,CAACxI,eAAe;EACnDyI,uBAAuB,EAAE,IAAAnJ,wBAAQ,EAC/B,UAAAoJ,MAAA;IAAA,IAAAC,MAAA,GAAA7K,cAAA,CAAA4K,MAAA;MAAEE,mBAAmB,GAAAD,MAAA;IAAA,OAAMC,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EAEDC,2BAA2B,EAAEhI,gCAAe,CAACiI,OAAO;EACpDC,2BAA2B,EAAElI,gCAAe,CAACmI,OAAO;EACpDC,2BAA2B,EAAEpI,gCAAe,CAACqI,OAAO;EACpDC,2BAA2B,EAAEtI,gCAAe,CAACuI,OAAO;EAEpDC,cAAc,EAAE,IAAA/J,wBAAQ,EACtB,UAAAgK,MAAA;IAAA,IAAAC,MAAA,GAAAzL,cAAA,CAAAwL,MAAA;MAAEE,sBAAsB,GAAAD,MAAA;IAAA,OAAMC,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EAEDC,8BAA8B,EAAE,IAAAnK,wBAAQ,EACtC,UAAAoK,MAAA;IAAA,IAAAC,MAAA,GAAA7L,cAAA,CAAA4L,MAAA;MAAE1J,eAAe,GAAA2J,MAAA;IAAA,OAAM3J,eAAe;EAAA,GACtC,CAAC,wBAAwB,CAC3B,CAAC;EAED4J,qBAAqB,EAAE,IAAAtK,wBAAQ,EAC7B,UAAAuK,MAAA;IAAA,IAAAC,MAAA,GAAAhM,cAAA,CAAA+L,MAAA;MAAEE,gCAAgC,GAAAD,MAAA;IAAA,OAAMC,gCAAgC;EAAA,GACxE,CAAC,yCAAyC,CAC5C,CAAC;EACDC,iCAAiC,UAAAC,MAAA,CAAUpJ,gCAAe,CAACqJ,WAAW,WAAQ;EAE9EC,sBAAsB,EAAE,IAAA7K,wBAAQ,EAC9B,UAAA8K,MAAA;IAAA,IAAAC,MAAA,GAAAvM,cAAA,CAAAsM,MAAA;MAAErD,mBAAmB,GAAAsD,MAAA;IAAA,OAAMtD,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACDuD,wBAAwB,EAAE,IAAAhL,wBAAQ,EAChC,UAAAiL,MAAA;IAAA,IAAAC,MAAA,GAAA1M,cAAA,CAAAyM,MAAA;MAAExF,iBAAiB,GAAAyF,MAAA;IAAA,OAAMzF,iBAAiB;EAAA,GAC1C,CAAC,0BAA0B,CAC7B,CAAC;EAED0F,mBAAmB,EAAE5J,gCAAe,CAAC6J,OAAO;EAE5CC,+BAA+B,EAAE,IAAArL,wBAAQ,EACvC,UAAAsL,MAAA;IAAA,IAAAC,MAAA,GAAA/M,cAAA,CAAA8M,MAAA;MAAEhF,+BAA+B,GAAAiF,MAAA;IAAA,OAAMjF,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EAEDkF,6BAA6B,EAAE,IAAAxL,wBAAQ,EACrC,UAAAyL,MAAA;IAAA,IAAAC,MAAA,GAAAlN,cAAA,CAAAiN,MAAA;MAAEhG,iBAAiB,GAAAiG,MAAA;IAAA,OAAMjG,iBAAiB;EAAA,GAC1C,CAAC,0BAA0B,CAC7B,CAAC;EAEDkG,4CAA4C,UAAAhB,MAAA,CAAUpJ,gCAAe,CAACqK,WAAW,YAAS;EAE1FC,gCAAgC,EAAE,IAAA7L,wBAAQ,EACxC,UAAA8L,MAAA;IAAA,IAAAC,MAAA,GAAAvN,cAAA,CAAAsN,MAAA;MAAEpF,qBAAqB,GAAAqF,MAAA;IAAA,OAAMrF,qBAAqB;EAAA,GAClD,CAAC,8BAA8B,CACjC,CAAC;EAEDsF,kBAAkB,EAAE,IAAAhM,wBAAQ,EAC1B,UAAAiM,MAAA;IAAA,IAAAC,MAAA,GAAA1N,cAAA,CAAAyN,MAAA;MAAEE,uBAAuB,GAAAD,MAAA;IAAA,OAAMC,uBAAuB;EAAA,GACtD,CAAC,gCAAgC,CACnC,CAAC;EACDC,mBAAmB,EAAE,IAAApM,wBAAQ,EAC3B,UAAAqM,MAAA;IAAA,IAAAC,MAAA,GAAA9N,cAAA,CAAA6N,MAAA;MAAEE,oBAAoB,GAAAD,MAAA;IAAA,OAAMC,oBAAoB;EAAA,GAChD,CAAC,6BAA6B,CAChC,CAAC;EACDC,oCAAoC,EAAE,IAAAxM,wBAAQ,EAC5C,UAAAyM,MAAA;IAAA,IAAAC,MAAA,GAAAlO,cAAA,CAAAiO,MAAA;MAAE7K,kCAAkC,GAAA8K,MAAA;IAAA,OAClC9K,kCAAkC;EAAA,GACpC,CAAC,2CAA2C,CAC9C,CAAC;EACD+K,kCAAkC,EAAE,IAAA3M,wBAAQ,EAC1C,UAAA4M,MAAA;IAAA,IAAAC,MAAA,GAAArO,cAAA,CAAAoO,MAAA;MAAEhL,kCAAkC,GAAAiL,MAAA;IAAA,OAClCjL,kCAAkC;EAAA,GACpC,CAAC,2CAA2C,CAC9C,CAAC;EACDkL,4BAA4B,EAAE,IAAA9M,wBAAQ,EACpC,UAAA+M,MAAA;IAAA,IAAAC,MAAA,GAAAxO,cAAA,CAAAuO,MAAA;MAAEnL,kCAAkC,GAAAoL,MAAA;IAAA,OAClCpL,kCAAkC;EAAA,GACpC,CAAC,2CAA2C,CAC9C,CAAC;EACDqL,6BAA6B,EAAE,IAAAjN,wBAAQ,EACrC,UAAAkN,MAAA;IAAA,IAAAC,MAAA,GAAA3O,cAAA,CAAA0O,MAAA;MAAEzF,mBAAmB,GAAA0F,MAAA;IAAA,OAAM1F,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACD2F,mBAAmB,EAAE,IAAApN,wBAAQ,EAC3B,UAAAqN,MAAA;IAAA,IAAAC,MAAA,GAAA9O,cAAA,CAAA6O,MAAA;MAAElB,uBAAuB,GAAAmB,MAAA;IAAA,OAAMnB,uBAAuB;EAAA,GACtD,CAAC,gCAAgC,CACnC,CAAC;EACDoB,oBAAoB,EAAE,IAAAvN,wBAAQ,EAC5B,UAAAwN,MAAA;IAAA,IAAAC,MAAA,GAAAjP,cAAA,CAAAgP,MAAA;MAAEjB,oBAAoB,GAAAkB,MAAA;IAAA,OAAMlB,oBAAoB;EAAA,GAChD,CAAC,6BAA6B,CAChC,CAAC;EACDmB,kBAAkB,EAAEC,YAAK,CAACC,KAAK,CAACC,YAAY;EAE5CC,uBAAuB,EAAE,IAAA9N,wBAAQ,EAC/B,UAAA+N,MAAA;IAAA,IAAAC,MAAA,GAAAxP,cAAA,CAAAuP,MAAA;MAAEjN,8BAA8B,GAAAkN,MAAA;IAAA,OAAMlN,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDmN,0BAA0B,EAAE,IAAAjO,wBAAQ,EAClC,UAAAkO,MAAA;IAAA,IAAAC,OAAA,GAAA3P,cAAA,CAAA0P,MAAA;MAAE5H,+BAA+B,GAAA6H,OAAA;IAAA,OAAM7H,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EACD8H,+BAA+B,EAAE,IAAApO,wBAAQ,EACvC,UAAAqO,OAAA;IAAA,IAAAC,OAAA,GAAA9P,cAAA,CAAA6P,OAAA;MAAE/H,+BAA+B,GAAAgI,OAAA;IAAA,OAAMhI,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EACDiI,kCAAkC,EAAE,IAAAvO,wBAAQ,EAC1C,UAAAwO,OAAA;IAAA,IAAAC,OAAA,GAAAjQ,cAAA,CAAAgQ,OAAA;MAAElI,+BAA+B,GAAAmI,OAAA;IAAA,OAAMnI,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EACDoI,kCAAkC,EAAE,IAAA1O,wBAAQ,EAC1C,UAAA2O,OAAA;IAAA,IAAAC,OAAA,GAAApQ,cAAA,CAAAmQ,OAAA;MAAErI,+BAA+B,GAAAsI,OAAA;IAAA,OAAMtI,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EACDuI,0BAA0B,EAAE,IAAA7O,wBAAQ,EAClC,UAAA8O,OAAA;IAAA,IAAAC,OAAA,GAAAvQ,cAAA,CAAAsQ,OAAA;MAAEvC,oBAAoB,GAAAwC,OAAA;IAAA,OAAMxC,oBAAoB;EAAA,GAChD,CAAC,6BAA6B,CAChC,CAAC;EAEDyC,iBAAiB,EAAE3J,mCAAsB,CAACF,qBAAqB;EAC/D8J,aAAa,EAAElH,+BAAkB,CAACtC,iBAAiB;EACnDyJ,qBAAqB,EAAE,IAAAlP,wBAAQ,EAC7B,UAAAmP,OAAA;IAAA,IAAAC,OAAA,GAAA5Q,cAAA,CAAA2Q,OAAA;MAAEE,kBAAkB,GAAAD,OAAA;IAAA,OAAMC,kBAAkB;EAAA,GAC5C,CAAC,2BAA2B,CAC9B,CAAC;EAEDC,oBAAoB,EAAE,IAAAtP,wBAAQ,EAC5B,UAAAuP,OAAA;IAAA,IAAAC,OAAA,GAAAhR,cAAA,CAAA+Q,OAAA;MAAE7M,yBAAyB,GAAA8M,OAAA;IAAA,OAAM9M,yBAAyB;EAAA,GAC1D,CAAC,kCAAkC,CACrC,CAAC;EAED+M,2BAA2B,EAAE,IAAAzP,wBAAQ,EACnC,UAAA0P,OAAA;IAAA,IAAAC,OAAA,GAAAnR,cAAA,CAAAkR,OAAA;MAAE5O,8BAA8B,GAAA6O,OAAA;IAAA,OAAM7O,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C;AACF,CAAC;AAEM,IAAM8O,UAA+B,GAAAC,OAAA,CAAAD,UAAA,GAAG;EAC7CE,OAAO,EAAPA,gBAAO;EACPnC,KAAK,EAALA,YAAK;EACLC,KAAK,EAAE9N,gBAAgB;EACvBiQ,IAAI,EAAA5S,aAAA,CAAAA,aAAA,KACC2C,gBAAgB;IAEnBkD,eAAe,EAAEC,oBAAQ,CAAC+M,sBAAsB;IAChDzM,eAAe,EAAEN,oBAAQ,CAACgN,sBAAsB;IAChDxM,YAAY,EAAER,oBAAQ,CAACiN,sBAAsB;IAC7CvM,aAAa,EAAEV,oBAAQ,CAACiN,sBAAsB;IAC9CtM,eAAe,EAAEX,oBAAQ,CAACkN,sBAAsB;IAChDpM,gBAAgB,EAAEd,oBAAQ,CAAC+M,sBAAsB;IACjD/L,aAAa,EAAEhB,oBAAQ,CAACiN,sBAAsB;IAC9C/L,eAAe,EAAElB,oBAAQ,CAACmN,sBAAsB;IAChD3L,cAAc,EAAExB,oBAAQ,CAACoN,sBAAsB;IAC/C1L,gBAAgB,EAAE1B,oBAAQ,CAACmN,sBAAsB;IACjDxL,iBAAiB,EAAE3B,oBAAQ,CAACkN,sBAAsB;IAClDtL,iBAAiB,EAAE5B,oBAAQ,CAACmN,sBAAsB;IAElDnH,oBAAoB,EAAElB,+BAAkB,CAACrH,eAAe;IAExD6I,2BAA2B,EAAEhI,gCAAe,CAAC+O,QAAQ;IACrD7G,2BAA2B,EAAElI,gCAAe,CAACgP,QAAQ;IACrD5G,2BAA2B,EAAEpI,gCAAe,CAACiP,OAAO;IACpD3G,2BAA2B,EAAEtI,gCAAe,CAACkP,OAAO;IAEpD/F,iCAAiC,UAAAC,MAAA,CAAUpJ,gCAAe,CAACqJ,WAAW,WAAQ;IAE9EO,mBAAmB,EAAE5J,gCAAe,CAACmP,QAAQ;IAE7C/E,4CAA4C,UAAAhB,MAAA,CAAUpJ,gCAAe,CAACoP,aAAa,WAAQ;IAE3FjD,kBAAkB,EAAEC,YAAK,CAACoC,IAAI,CAAClC,YAAY;IAE3C;IACAU,kCAAkC,EAAE,IAAAvO,wBAAQ,EAC1C,UAAA4Q,OAAA;MAAA,IAAAC,OAAA,GAAArS,cAAA,CAAAoS,OAAA;QAAE9P,8BAA8B,GAAA+P,OAAA;MAAA,OAAM/P,8BAA8B;IAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;IACD4N,kCAAkC,EAAE,IAAA1O,wBAAQ,EAC1C,UAAA8Q,OAAA;MAAA,IAAAC,OAAA,GAAAvS,cAAA,CAAAsS,OAAA;QAAEhQ,8BAA8B,GAAAiQ,OAAA;MAAA,OAAMjQ,8BAA8B;IAAA,GACpE,CAAC,uCAAuC,CAC1C;EAAC;AAEL,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_forms.d.ts","sourceRoot":"","sources":["../../../src/variables/_forms.ts"],"names":[],"mappings":"AAkFA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_forms.js","names":["_euiThemeCommon","require","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","_forms","background","computed","_ref","_ref2","backgroundBasePlain","backgroundDisabled","_ref3","_ref4","backgroundBaseDisabled","backgroundReadOnly","_ref5","_ref6","backgroundFocused","_ref7","_ref8","backgroundAutofilled","_ref9","_ref10","backgroundBasePrimary","prependBackground","_ref11","_ref12","backgroundBaseFormsPrepend","border","_ref13","_ref14","borderBasePlain","borderDisabled","_ref15","_ref16","borderBaseDisabled","borderAutofilled","_ref17","_ref18","borderBasePrimary","controlBorder","_ref19","_ref20","borderBaseFormsControl","controlBorderSelected","_ref21","_ref22","borderStrongPrimary","controlBorderDisabled","_ref23","_ref24","controlBackgroundUnselected","controlBackgroundDisabled","_ref25","_ref26","backgroundBaseFormsControlDisabled","colorHasPlaceholder","_ref27","_ref28","textSubdued","colorDisabled","_ref29","_ref30","textDisabled","iconDisabled","_ref31","_ref32","_dark_forms","forms","exports","maxWidth","_ref33","_ref34","base","mathWithUnits","x","LIGHT","DARK"],"sources":["../../../src/variables/_forms.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 */\nimport { computed, mathWithUnits } from '@elastic/eui-theme-common';\n\nconst _forms = {\n background: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n backgroundDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n backgroundReadOnly: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n backgroundFocused: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n backgroundAutofilled: computed(\n ([backgroundBasePrimary]) => backgroundBasePrimary,\n ['colors.backgroundBasePrimary']\n ),\n prependBackground: computed(\n ([backgroundBaseFormsPrepend]) => backgroundBaseFormsPrepend,\n ['colors.backgroundBaseFormsPrepend']\n ),\n border: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n borderDisabled: computed(\n ([borderBaseDisabled]) => borderBaseDisabled,\n ['colors.borderBaseDisabled']\n ),\n borderAutofilled: computed(\n ([borderBasePrimary]) => borderBasePrimary,\n ['colors.borderBasePrimary']\n ),\n controlBorder: computed(\n ([borderBaseFormsControl]) => borderBaseFormsControl,\n ['colors.borderBaseFormsControl']\n ),\n controlBorderSelected: computed(\n ([borderStrongPrimary]) => borderStrongPrimary,\n ['colors.borderStrongPrimary']\n ),\n controlBorderDisabled: computed(\n ([borderBaseDisabled]) => borderBaseDisabled,\n ['colors.borderBaseDisabled']\n ),\n controlBackgroundUnselected: 'transparent',\n controlBackgroundDisabled: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n colorHasPlaceholder: computed(\n ([textSubdued]) => textSubdued,\n ['colors.textSubdued']\n ),\n colorDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n iconDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n};\n\nconst _dark_forms = {\n ..._forms,\n};\n\nexport const forms = {\n maxWidth: computed(\n ([base]) => mathWithUnits(base, (x) => x * 25),\n ['size.base']\n ),\n LIGHT: _forms,\n DARK: _dark_forms,\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_levels.d.ts","sourceRoot":"","sources":["../../../src/variables/_levels.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAEjE,eAAO,MAAM,MAAM,EAAE,eAUpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_levels.js","names":["levels","exports","toast","modal","mask","navigation","menu","header","flyout","maskBelowHeader","content"],"sources":["../../../src/variables/_levels.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 type { _EuiThemeLevels } from '@elastic/eui-theme-common';\n\nexport const levels: _EuiThemeLevels = {\n toast: 9000,\n modal: 8000,\n mask: 6000,\n navigation: 6000,\n menu: 2000,\n header: 1000,\n flyout: 1000,\n maskBelowHeader: 1000,\n content: 0,\n};\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAIO,IAAMA,MAAuB,GAAAC,OAAA,CAAAD,MAAA,GAAG;EACrCE,KAAK,EAAE,IAAI;EACXC,KAAK,EAAE,IAAI;EACXC,IAAI,EAAE,IAAI;EACVC,UAAU,EAAE,IAAI;EAChBC,IAAI,EAAE,IAAI;EACVC,MAAM,EAAE,IAAI;EACZC,MAAM,EAAE,IAAI;EACZC,eAAe,EAAE,IAAI;EACrBC,OAAO,EAAE;AACX,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_overrides.d.ts","sourceRoot":"","sources":["../../../src/variables/_overrides.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAG/D,eAAO,MAAM,SAAS,EAAE,kBAOvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_overrides.js","names":["_primitive_colors","require","overrides","exports","HCM","colors","ink","PRIMITIVE_COLORS","black","ghost","white"],"sources":["../../../src/variables/_overrides.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 { _EuiThemeOverrides } from '@elastic/eui-theme-common';\nimport { PRIMITIVE_COLORS } from './colors/_primitive_colors';\n\nexport const overrides: _EuiThemeOverrides = {\n HCM: {\n colors: {\n ink: PRIMITIVE_COLORS.black,\n ghost: PRIMITIVE_COLORS.white,\n },\n },\n};\n"],"mappings":";;;;;;AASA,IAAAA,iBAAA,GAAAC,OAAA;AATA;AACA;AACA;AACA;AACA;AACA;AACA;;AAKO,IAAMC,SAA6B,GAAAC,OAAA,CAAAD,SAAA,GAAG;EAC3CE,GAAG,EAAE;IACHC,MAAM,EAAE;MACNC,GAAG,EAAEC,kCAAgB,CAACC,KAAK;MAC3BC,KAAK,EAAEF,kCAAgB,CAACG;IAC1B;EACF;AACF,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_size.d.ts","sourceRoot":"","sources":["../../../src/variables/_size.ts"],"names":[],"mappings":"AAQA,OAAO,EAGL,KAAK,aAAa,EAClB,KAAK,cAAc,EACpB,MAAM,2BAA2B,CAAC;AAEnC,eAAO,MAAM,IAAI,EAAE,aAAkB,CAAC;AAEtC,eAAO,MAAM,IAAI,EAAE,cAWlB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_size.js","names":["_euiThemeCommon","require","base","exports","size","xxs","computed","sizeToPixel","xs","s","m","l","xl","xxl","xxxl","xxxxl"],"sources":["../../../src/variables/_size.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 {\n computed,\n sizeToPixel,\n type _EuiThemeBase,\n type _EuiThemeSizes,\n} from '@elastic/eui-theme-common';\n\nexport const base: _EuiThemeBase = 16;\n\nexport const size: _EuiThemeSizes = {\n xxs: computed(sizeToPixel(0.125)),\n xs: computed(sizeToPixel(0.25)),\n s: computed(sizeToPixel(0.5)),\n m: computed(sizeToPixel(0.75)),\n base: computed(sizeToPixel()),\n l: computed(sizeToPixel(1.5)),\n xl: computed(sizeToPixel(2)),\n xxl: computed(sizeToPixel(2.5)),\n xxxl: computed(sizeToPixel(3)),\n xxxxl: computed(sizeToPixel(4)),\n};\n"],"mappings":";;;;;;AAQA,IAAAA,eAAA,GAAAC,OAAA;AARA;AACA;AACA;AACA;AACA;AACA;AACA;;AASO,IAAMC,IAAmB,GAAAC,OAAA,CAAAD,IAAA,GAAG,EAAE;AAE9B,IAAME,IAAoB,GAAAD,OAAA,CAAAC,IAAA,GAAG;EAClCC,GAAG,EAAE,IAAAC,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,KAAK,CAAC,CAAC;EACjCC,EAAE,EAAE,IAAAF,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,IAAI,CAAC,CAAC;EAC/BE,CAAC,EAAE,IAAAH,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,GAAG,CAAC,CAAC;EAC7BG,CAAC,EAAE,IAAAJ,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,IAAI,CAAC,CAAC;EAC9BL,IAAI,EAAE,IAAAI,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,CAAC,CAAC;EAC7BI,CAAC,EAAE,IAAAL,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,GAAG,CAAC,CAAC;EAC7BK,EAAE,EAAE,IAAAN,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,CAAC,CAAC,CAAC;EAC5BM,GAAG,EAAE,IAAAP,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,GAAG,CAAC,CAAC;EAC/BO,IAAI,EAAE,IAAAR,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,CAAC,CAAC,CAAC;EAC9BQ,KAAK,EAAE,IAAAT,wBAAQ,EAAC,IAAAC,2BAAW,EAAC,CAAC,CAAC;AAChC,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_states.d.ts","sourceRoot":"","sources":["../../../src/variables/_states.ts"],"names":[],"mappings":"AAQA,OAAO,EAGL,KAAK,cAAc,EACpB,MAAM,2BAA2B,CAAC;AAEnC,eAAO,MAAM,KAAK,EAAE,cAUnB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_states.js","names":["_euiThemeCommon","require","_slicedToArray","r","e","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","t","toString","call","slice","constructor","name","Array","from","test","length","n","l","Symbol","iterator","i","u","f","o","next","Object","done","push","value","isArray","focus","exports","color","computed","_ref","_ref2","textPrimary","width","sizeToPixel","transparency","LIGHT","DARK","backgroundColor","_ref3","_ref4","backgroundBaseInteractiveHover"],"sources":["../../../src/variables/_states.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 {\n computed,\n sizeToPixel,\n type _EuiThemeFocus,\n} from '@elastic/eui-theme-common';\n\nexport const focus: _EuiThemeFocus = {\n // Focus ring\n color: computed(([textPrimary]) => textPrimary, ['colors.textPrimary']),\n width: computed(sizeToPixel(0.125)),\n // Focus background\n transparency: { LIGHT: 0.1, DARK: 0.2 },\n backgroundColor: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_typography.d.ts","sourceRoot":"","sources":["../../../src/variables/_typography.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EAC1B,MAAM,2BAA2B,CAAC;AAGnC,eAAO,MAAM,SAAS,EAAE,mBASvB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,iBAWtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,oBAMxB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,aAWlB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_typography.js","names":["_euiThemeCommon","require","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","fontScale","exports","xxxs","xxs","xs","s","m","xl","xxl","fontBase","family","familyCode","familySerif","featureSettings","defaultUnits","baseline","computed","_ref","_ref2","base","lineHeightMultiplier","fontWeight","light","regular","medium","semiBold","bold","font","scale","weight","body","title"],"sources":["../../../src/variables/_typography.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 {\n computed,\n type _EuiThemeFont,\n type _EuiThemeFontBase,\n type _EuiThemeFontScales,\n type _EuiThemeFontWeights,\n} from '@elastic/eui-theme-common';\n\n// Typographic scale -- loosely based on Major Third (1.200)\nexport const fontScale: _EuiThemeFontScales = {\n xxxs: 0.5625, // 9px\n xxs: 0.6875, // 11px\n xs: 0.75, // 12px\n s: 0.875, // 14px\n m: 1, // 16px\n l: 1.25, // 20px\n xl: 1.5, // 24px\n xxl: 1.875, // 30px\n};\n\n// Families & base font settings\nexport const fontBase: _EuiThemeFontBase = {\n family: \"'Inter', BlinkMacSystemFont, Helvetica, Arial, sans-serif\",\n familyCode: \"'Roboto Mono', Menlo, Courier, monospace\",\n familySerif: 'Georgia, Times, Times New Roman, serif',\n\n // Careful using ligatures. Code editors like ACE will often error because of width calculations\n featureSettings: \"'calt' 1, 'kern' 1, 'liga' 1\",\n defaultUnits: 'rem',\n\n baseline: computed(([base]) => base / 4, ['base']),\n lineHeightMultiplier: 1.5,\n};\n\nexport const fontWeight: _EuiThemeFontWeights = {\n light: 300,\n regular: 400,\n medium: 450,\n semiBold: 500,\n bold: 600,\n};\n\nexport const font: _EuiThemeFont = {\n ...fontBase,\n scale: fontScale,\n weight: fontWeight,\n body: {\n scale: 's',\n weight: 'regular',\n },\n title: {\n weight: 'bold',\n },\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_colors_dark.d.ts","sourceRoot":"","sources":["../../../../src/variables/colors/_colors_dark.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,yBAAyB,EACzB,qBAAqB,EACrB,oCAAoC,EACrC,MAAM,2BAA2B,CAAC;AASnC,eAAO,MAAM,iBAAiB,EAAE,oBAO/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,wBAiBpC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,mBAa9B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,oBAQzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,yBA2CpC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,EAAE,oCAgB9C,CAAC;AAEJ,eAAO,MAAM,kBAAkB,EAAE,qBA0BhC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,sBAMjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,mBASzB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_colors_dark.js","names":["_primitive_colors","require","_semantic_colors","_typeof","o","Symbol","iterator","constructor","prototype","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","toPrimitive","call","TypeError","String","Number","dark_brand_colors","exports","primary","SEMANTIC_COLORS","primary60","accent","accent60","accentSecondary","accentSecondary60","success","success60","warning","warning40","danger","danger60","dark_brand_text_colors","primaryText","accentText","successText","warningText","warning30","dangerText","textPrimary","textAccent","textAccentSecondary","textNeutral","neutral60","textSuccess","textWarning","textRisk","risk50","textDanger","dark_text_colors","text","shade30","title","shade20","subduedText","shade60","link","textParagraph","textHeading","textSubdued","textDisabled","shade80","textInverse","plainDark","dark_shades","emptyShade","shade145","lightestShade","shade135","lightShade","shade125","mediumShade","shade95","darkShade","shade75","darkestShade","fullShade","plainLight","dark_background_colors","backgroundBasePrimary","primary140","backgroundBaseAccent","accent140","backgroundBaseAccentSecondary","accentSecondary140","backgroundBaseNeutral","neutral140","backgroundBaseSuccess","success140","backgroundBaseWarning","warning140","backgroundBaseRisk","risk140","backgroundBaseDanger","danger140","backgroundBaseSubdued","backgroundBasePlain","backgroundBaseDisabled","shade130","backgroundBaseHighlighted","backgroundBaseFormsPrepend","backgroundBaseFormsControlDisabled","shade120","backgroundBaseInteractiveHover","plainLightAlpha8","backgroundBaseInteractiveSelect","primary130","backgroundBaseInteractiveOverlay","shade120Alpha70","backgroundBaseSkeletonEdge","plainLightAlpha16","backgroundBaseSkeletonMiddle","backgroundLightPrimary","backgroundLightAccent","accent130","backgroundLightAccentSecondary","accentSecondary130","backgroundLightNeutral","neutral130","backgroundLightSuccess","success130","backgroundLightWarning","warning130","backgroundLightRisk","risk130","backgroundLightDanger","danger130","backgroundLightText","backgroundFilledPrimary","backgroundFilledAccent","backgroundFilledAccentSecondary","backgroundFilledNeutral","neutral50","backgroundFilledSuccess","backgroundFilledWarning","backgroundFilledRisk","backgroundFilledDanger","backgroundFilledText","dark_transparent_background_colors","backgroundTransparent","PRIMITIVE_COLORS","transparent","backgroundTransparentPrimary","backgroundTransparentAccent","backgroundTransparentAccentSecondary","backgroundTransparentNeutral","backgroundTransparentSuccess","backgroundTransparentWarning","backgroundTransparentRisk","backgroundTransparentDanger","backgroundTransparentSubdued","backgroundTransparentHighlighted","backgroundTransparentPlain","dark_border_colors","borderBasePrimary","primary120","borderBaseAccent","accent120","borderBaseAccentSecondary","accentSecondary120","borderBaseNeutral","neutral120","borderBaseSuccess","success120","borderBaseWarning","warning120","borderBaseRisk","risk120","borderBaseDanger","danger120","borderBasePlain","shade100","borderBaseSubdued","borderBaseDisabled","borderBaseFloating","borderBaseFormsColorSwatch","plainLightAlpha32","borderBaseFormsControl","borderStrongPrimary","borderStrongAccent","borderStrongAccentSecondary","borderStrongNeutral","borderStrongSuccess","borderStrongWarning","borderStrongRisk","borderStrongDanger","dark_special_colors","body","highlight","primary100","disabled","disabledText","shadow","black","dark_colors"],"sources":["../../../../src/variables/colors/_colors_dark.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 {\n type _EuiThemeBrandColors,\n type _EuiThemeBrandTextColors,\n type _EuiThemeShadeColors,\n type _EuiThemeSpecialColors,\n type _EuiThemeTextColors,\n type _EuiThemeColorsMode,\n _EuiThemeBackgroundColors,\n _EuiThemeBorderColors,\n _EuiThemeTransparentBackgroundColors,\n} from '@elastic/eui-theme-common';\n\nimport { PRIMITIVE_COLORS } from './_primitive_colors';\nimport { SEMANTIC_COLORS } from './_semantic_colors';\n\n/*\n * DARK THEME\n */\n\nexport const dark_brand_colors: _EuiThemeBrandColors = {\n primary: SEMANTIC_COLORS.primary60,\n accent: SEMANTIC_COLORS.accent60,\n accentSecondary: SEMANTIC_COLORS.accentSecondary60,\n success: SEMANTIC_COLORS.success60,\n warning: SEMANTIC_COLORS.warning40,\n danger: SEMANTIC_COLORS.danger60,\n};\n\nexport const dark_brand_text_colors: _EuiThemeBrandTextColors = {\n /* Legacy colors */\n primaryText: SEMANTIC_COLORS.primary60,\n accentText: SEMANTIC_COLORS.accent60,\n successText: SEMANTIC_COLORS.success60,\n warningText: SEMANTIC_COLORS.warning30,\n dangerText: SEMANTIC_COLORS.danger60,\n\n /* New colors */\n textPrimary: SEMANTIC_COLORS.primary60,\n textAccent: SEMANTIC_COLORS.accent60,\n textAccentSecondary: SEMANTIC_COLORS.accentSecondary60,\n textNeutral: SEMANTIC_COLORS.neutral60,\n textSuccess: SEMANTIC_COLORS.success60,\n textWarning: SEMANTIC_COLORS.warning30,\n textRisk: SEMANTIC_COLORS.risk50,\n textDanger: SEMANTIC_COLORS.danger60,\n};\n\nexport const dark_text_colors: _EuiThemeTextColors = {\n /* Legacy colors */\n text: SEMANTIC_COLORS.shade30,\n title: SEMANTIC_COLORS.shade20,\n subduedText: SEMANTIC_COLORS.shade60,\n link: SEMANTIC_COLORS.primary60,\n\n /* New colors */\n textParagraph: SEMANTIC_COLORS.shade30,\n textHeading: SEMANTIC_COLORS.shade20,\n textSubdued: SEMANTIC_COLORS.shade60,\n textDisabled: SEMANTIC_COLORS.shade80,\n textInverse: SEMANTIC_COLORS.plainDark,\n};\n\nexport const dark_shades: _EuiThemeShadeColors = {\n emptyShade: SEMANTIC_COLORS.shade145,\n lightestShade: SEMANTIC_COLORS.shade135,\n lightShade: SEMANTIC_COLORS.shade125,\n mediumShade: SEMANTIC_COLORS.shade95,\n darkShade: SEMANTIC_COLORS.shade75,\n darkestShade: SEMANTIC_COLORS.shade30,\n fullShade: SEMANTIC_COLORS.plainLight,\n};\n\nexport const dark_background_colors: _EuiThemeBackgroundColors = {\n backgroundBasePrimary: SEMANTIC_COLORS.primary140,\n backgroundBaseAccent: SEMANTIC_COLORS.accent140,\n backgroundBaseAccentSecondary: SEMANTIC_COLORS.accentSecondary140,\n backgroundBaseNeutral: SEMANTIC_COLORS.neutral140,\n backgroundBaseSuccess: SEMANTIC_COLORS.success140,\n backgroundBaseWarning: SEMANTIC_COLORS.warning140,\n backgroundBaseRisk: SEMANTIC_COLORS.risk140,\n backgroundBaseDanger: SEMANTIC_COLORS.danger140,\n backgroundBaseSubdued: SEMANTIC_COLORS.plainDark,\n backgroundBasePlain: SEMANTIC_COLORS.shade145,\n backgroundBaseDisabled: SEMANTIC_COLORS.shade130,\n backgroundBaseHighlighted: SEMANTIC_COLORS.shade135,\n\n backgroundBaseFormsPrepend: SEMANTIC_COLORS.shade125,\n backgroundBaseFormsControlDisabled: SEMANTIC_COLORS.shade120,\n\n backgroundBaseInteractiveHover: SEMANTIC_COLORS.plainLightAlpha8,\n backgroundBaseInteractiveSelect: SEMANTIC_COLORS.primary130,\n backgroundBaseInteractiveOverlay: SEMANTIC_COLORS.shade120Alpha70,\n\n backgroundBaseSkeletonEdge: SEMANTIC_COLORS.plainLightAlpha16,\n backgroundBaseSkeletonMiddle: SEMANTIC_COLORS.plainLightAlpha8,\n\n backgroundLightPrimary: SEMANTIC_COLORS.primary130,\n backgroundLightAccent: SEMANTIC_COLORS.accent130,\n backgroundLightAccentSecondary: SEMANTIC_COLORS.accentSecondary130,\n backgroundLightNeutral: SEMANTIC_COLORS.neutral130,\n backgroundLightSuccess: SEMANTIC_COLORS.success130,\n backgroundLightWarning: SEMANTIC_COLORS.warning130,\n backgroundLightRisk: SEMANTIC_COLORS.risk130,\n backgroundLightDanger: SEMANTIC_COLORS.danger130,\n backgroundLightText: SEMANTIC_COLORS.shade130,\n\n backgroundFilledPrimary: SEMANTIC_COLORS.primary60,\n backgroundFilledAccent: SEMANTIC_COLORS.accent60,\n backgroundFilledAccentSecondary: SEMANTIC_COLORS.accentSecondary60,\n backgroundFilledNeutral: SEMANTIC_COLORS.neutral50,\n backgroundFilledSuccess: SEMANTIC_COLORS.success60,\n backgroundFilledWarning: SEMANTIC_COLORS.warning40,\n backgroundFilledRisk: SEMANTIC_COLORS.risk50,\n backgroundFilledDanger: SEMANTIC_COLORS.danger60,\n backgroundFilledText: SEMANTIC_COLORS.shade60,\n};\n\n/**\n * NOTE: temp values for migration - these should not be used,\n * use backgroundBase tokens instead\n * TODO: remove once obsolete\n */\nexport const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors =\n {\n backgroundTransparent: PRIMITIVE_COLORS.transparent,\n backgroundTransparentPrimary: dark_background_colors.backgroundBasePrimary,\n backgroundTransparentAccent: dark_background_colors.backgroundBaseAccent,\n backgroundTransparentAccentSecondary:\n dark_background_colors.backgroundBaseAccent,\n backgroundTransparentNeutral: dark_background_colors.backgroundBaseNeutral,\n backgroundTransparentSuccess: dark_background_colors.backgroundBaseSuccess,\n backgroundTransparentWarning: dark_background_colors.backgroundBaseWarning,\n backgroundTransparentRisk: dark_background_colors.backgroundBaseRisk,\n backgroundTransparentDanger: dark_background_colors.backgroundBaseDanger,\n backgroundTransparentSubdued: dark_background_colors.backgroundBaseSubdued,\n backgroundTransparentHighlighted:\n dark_background_colors.backgroundBaseSubdued,\n backgroundTransparentPlain: dark_background_colors.backgroundBasePlain,\n };\n\nexport const dark_border_colors: _EuiThemeBorderColors = {\n borderBasePrimary: SEMANTIC_COLORS.primary120,\n borderBaseAccent: SEMANTIC_COLORS.accent120,\n borderBaseAccentSecondary: SEMANTIC_COLORS.accentSecondary120,\n borderBaseNeutral: SEMANTIC_COLORS.neutral120,\n borderBaseSuccess: SEMANTIC_COLORS.success120,\n borderBaseWarning: SEMANTIC_COLORS.warning120,\n borderBaseRisk: SEMANTIC_COLORS.risk120,\n borderBaseDanger: SEMANTIC_COLORS.danger120,\n\n borderBasePlain: SEMANTIC_COLORS.shade100,\n borderBaseSubdued: SEMANTIC_COLORS.shade120,\n borderBaseDisabled: SEMANTIC_COLORS.shade100,\n borderBaseFloating: SEMANTIC_COLORS.shade120,\n\n borderBaseFormsColorSwatch: SEMANTIC_COLORS.plainLightAlpha32,\n borderBaseFormsControl: SEMANTIC_COLORS.shade80,\n\n borderStrongPrimary: SEMANTIC_COLORS.primary60,\n borderStrongAccent: SEMANTIC_COLORS.accent60,\n borderStrongAccentSecondary: SEMANTIC_COLORS.accentSecondary60,\n borderStrongNeutral: SEMANTIC_COLORS.neutral60,\n borderStrongSuccess: SEMANTIC_COLORS.success60,\n borderStrongWarning: SEMANTIC_COLORS.warning40,\n borderStrongRisk: SEMANTIC_COLORS.risk50,\n borderStrongDanger: SEMANTIC_COLORS.danger60,\n};\n\nexport const dark_special_colors: _EuiThemeSpecialColors = {\n body: SEMANTIC_COLORS.plainDark,\n highlight: SEMANTIC_COLORS.primary100,\n disabled: SEMANTIC_COLORS.shade130,\n disabledText: SEMANTIC_COLORS.shade80,\n shadow: PRIMITIVE_COLORS.black,\n};\n\nexport const dark_colors: _EuiThemeColorsMode = {\n ...dark_brand_colors,\n ...dark_shades,\n ...dark_special_colors,\n ...dark_brand_text_colors,\n ...dark_text_colors,\n ...dark_background_colors,\n ...dark_transparent_background_colors,\n ...dark_border_colors,\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_colors_light.d.ts","sourceRoot":"","sources":["../../../../src/variables/colors/_colors_light.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,yBAAyB,EACzB,qBAAqB,EACrB,oCAAoC,EACrC,MAAM,2BAA2B,CAAC;AASnC,eAAO,MAAM,YAAY,EAAE,oBAO1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,wBAiB/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,mBAazB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,oBAQ1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,yBA2C/B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,EAAE,oCAezC,CAAC;AAEJ,eAAO,MAAM,aAAa,EAAE,qBA0B3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,sBAM5B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,mBAS1B,CAAC"}
|