@elastic/eui-theme-borealis 6.1.0 → 6.2.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/variables/colors/_primitive_colors.js +9 -9
- package/lib/esm/variables/colors/_primitive_colors.js +9 -9
- package/lib/eui_theme_borealis_dark.json +2 -2
- package/lib/eui_theme_borealis_light.json +19 -19
- package/package.json +1 -1
- package/src/variables/colors/_semantic_colors.scss +9 -9
|
@@ -46,7 +46,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
46
46
|
blueGrey135: '#172336',
|
|
47
47
|
blueGrey140: '#111C2C',
|
|
48
48
|
blueGrey145: '#0B1628',
|
|
49
|
-
blue10: '#
|
|
49
|
+
blue10: '#F1F6FF',
|
|
50
50
|
blue20: '#D9E8FF',
|
|
51
51
|
blue30: '#BFDBFF',
|
|
52
52
|
blue40: '#A3CBFF',
|
|
@@ -60,7 +60,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
60
60
|
blue120: '#123778',
|
|
61
61
|
blue130: '#0D2F5E',
|
|
62
62
|
blue140: '#0A2342',
|
|
63
|
-
sky10: '#
|
|
63
|
+
sky10: '#ECFBFF',
|
|
64
64
|
sky20: '#CFEEF7',
|
|
65
65
|
sky30: '#B5E5F2',
|
|
66
66
|
sky40: '#94D8EB',
|
|
@@ -74,7 +74,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
74
74
|
sky120: '#00425C',
|
|
75
75
|
sky130: '#003447',
|
|
76
76
|
sky140: '#002938',
|
|
77
|
-
teal10: '#
|
|
77
|
+
teal10: '#EAFBFA',
|
|
78
78
|
teal20: '#C9F3F0',
|
|
79
79
|
teal30: '#A6EDEA',
|
|
80
80
|
teal40: '#77E5E0',
|
|
@@ -88,7 +88,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
88
88
|
teal120: '#044949',
|
|
89
89
|
teal130: '#023436',
|
|
90
90
|
teal140: '#03282B',
|
|
91
|
-
pink10: '#
|
|
91
|
+
pink10: '#FFF0F8',
|
|
92
92
|
pink20: '#FDDDE9',
|
|
93
93
|
pink30: '#FFC7DB',
|
|
94
94
|
pink40: '#FBADCA',
|
|
@@ -102,7 +102,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
102
102
|
pink120: '#5E2140',
|
|
103
103
|
pink130: '#481E32',
|
|
104
104
|
pink140: '#351725',
|
|
105
|
-
green10: '#
|
|
105
|
+
green10: '#E9FFF7',
|
|
106
106
|
green20: '#C9F3E3',
|
|
107
107
|
green30: '#AEE8D2',
|
|
108
108
|
green40: '#88E3C3',
|
|
@@ -116,7 +116,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
116
116
|
green120: '#094837',
|
|
117
117
|
green130: '#0D362B',
|
|
118
118
|
green140: '#092A26',
|
|
119
|
-
yellow10: '#
|
|
119
|
+
yellow10: '#FFF7E2',
|
|
120
120
|
yellow20: '#FDE9B5',
|
|
121
121
|
yellow30: '#FCD883',
|
|
122
122
|
yellow40: '#FACB3D',
|
|
@@ -130,7 +130,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
130
130
|
yellow120: '#513910',
|
|
131
131
|
yellow130: '#3D3014',
|
|
132
132
|
yellow140: '#2C2721',
|
|
133
|
-
orange10: '#
|
|
133
|
+
orange10: '#FFF3E3',
|
|
134
134
|
orange20: '#FFDEBF',
|
|
135
135
|
orange30: '#FFCDA1',
|
|
136
136
|
orange40: '#FFB787',
|
|
@@ -144,7 +144,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
144
144
|
orange120: '#5E281A',
|
|
145
145
|
orange130: '#4A221C',
|
|
146
146
|
orange140: '#361D18',
|
|
147
|
-
red10: '#
|
|
147
|
+
red10: '#FFF3F1',
|
|
148
148
|
red20: '#FDDDD8',
|
|
149
149
|
red30: '#FFC9C2',
|
|
150
150
|
red40: '#FFB5AD',
|
|
@@ -158,7 +158,7 @@ var PRIMITIVE_COLORS = exports.PRIMITIVE_COLORS = {
|
|
|
158
158
|
red120: '#5E2129',
|
|
159
159
|
red130: '#491D27',
|
|
160
160
|
red140: '#351721',
|
|
161
|
-
purple10: '#
|
|
161
|
+
purple10: '#F7F2FF',
|
|
162
162
|
purple20: '#ECE2FE',
|
|
163
163
|
purple30: '#E2D3FE',
|
|
164
164
|
purple40: '#D1BAFC',
|
|
@@ -39,7 +39,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
39
39
|
blueGrey135: '#172336',
|
|
40
40
|
blueGrey140: '#111C2C',
|
|
41
41
|
blueGrey145: '#0B1628',
|
|
42
|
-
blue10: '#
|
|
42
|
+
blue10: '#F1F6FF',
|
|
43
43
|
blue20: '#D9E8FF',
|
|
44
44
|
blue30: '#BFDBFF',
|
|
45
45
|
blue40: '#A3CBFF',
|
|
@@ -53,7 +53,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
53
53
|
blue120: '#123778',
|
|
54
54
|
blue130: '#0D2F5E',
|
|
55
55
|
blue140: '#0A2342',
|
|
56
|
-
sky10: '#
|
|
56
|
+
sky10: '#ECFBFF',
|
|
57
57
|
sky20: '#CFEEF7',
|
|
58
58
|
sky30: '#B5E5F2',
|
|
59
59
|
sky40: '#94D8EB',
|
|
@@ -67,7 +67,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
67
67
|
sky120: '#00425C',
|
|
68
68
|
sky130: '#003447',
|
|
69
69
|
sky140: '#002938',
|
|
70
|
-
teal10: '#
|
|
70
|
+
teal10: '#EAFBFA',
|
|
71
71
|
teal20: '#C9F3F0',
|
|
72
72
|
teal30: '#A6EDEA',
|
|
73
73
|
teal40: '#77E5E0',
|
|
@@ -81,7 +81,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
81
81
|
teal120: '#044949',
|
|
82
82
|
teal130: '#023436',
|
|
83
83
|
teal140: '#03282B',
|
|
84
|
-
pink10: '#
|
|
84
|
+
pink10: '#FFF0F8',
|
|
85
85
|
pink20: '#FDDDE9',
|
|
86
86
|
pink30: '#FFC7DB',
|
|
87
87
|
pink40: '#FBADCA',
|
|
@@ -95,7 +95,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
95
95
|
pink120: '#5E2140',
|
|
96
96
|
pink130: '#481E32',
|
|
97
97
|
pink140: '#351725',
|
|
98
|
-
green10: '#
|
|
98
|
+
green10: '#E9FFF7',
|
|
99
99
|
green20: '#C9F3E3',
|
|
100
100
|
green30: '#AEE8D2',
|
|
101
101
|
green40: '#88E3C3',
|
|
@@ -109,7 +109,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
109
109
|
green120: '#094837',
|
|
110
110
|
green130: '#0D362B',
|
|
111
111
|
green140: '#092A26',
|
|
112
|
-
yellow10: '#
|
|
112
|
+
yellow10: '#FFF7E2',
|
|
113
113
|
yellow20: '#FDE9B5',
|
|
114
114
|
yellow30: '#FCD883',
|
|
115
115
|
yellow40: '#FACB3D',
|
|
@@ -123,7 +123,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
123
123
|
yellow120: '#513910',
|
|
124
124
|
yellow130: '#3D3014',
|
|
125
125
|
yellow140: '#2C2721',
|
|
126
|
-
orange10: '#
|
|
126
|
+
orange10: '#FFF3E3',
|
|
127
127
|
orange20: '#FFDEBF',
|
|
128
128
|
orange30: '#FFCDA1',
|
|
129
129
|
orange40: '#FFB787',
|
|
@@ -137,7 +137,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
137
137
|
orange120: '#5E281A',
|
|
138
138
|
orange130: '#4A221C',
|
|
139
139
|
orange140: '#361D18',
|
|
140
|
-
red10: '#
|
|
140
|
+
red10: '#FFF3F1',
|
|
141
141
|
red20: '#FDDDD8',
|
|
142
142
|
red30: '#FFC9C2',
|
|
143
143
|
red40: '#FFB5AD',
|
|
@@ -151,7 +151,7 @@ export const PRIMITIVE_COLORS = {
|
|
|
151
151
|
red120: '#5E2129',
|
|
152
152
|
red130: '#491D27',
|
|
153
153
|
red140: '#351721',
|
|
154
|
-
purple10: '#
|
|
154
|
+
purple10: '#F7F2FF',
|
|
155
155
|
purple20: '#ECE2FE',
|
|
156
156
|
purple30: '#E2D3FE',
|
|
157
157
|
purple40: '#D1BAFC',
|
|
@@ -345,10 +345,10 @@
|
|
|
345
345
|
"euiColorVisGrey1": "#8E9FBC",
|
|
346
346
|
"euiColorVisGrey2": "#5A6D8C",
|
|
347
347
|
"euiColorVisGrey3": "#1D2A3E",
|
|
348
|
-
"euiColorVisWarm0": "#
|
|
348
|
+
"euiColorVisWarm0": "#FFF3F1",
|
|
349
349
|
"euiColorVisWarm1": "#FFB5AD",
|
|
350
350
|
"euiColorVisWarm2": "#F6726A",
|
|
351
|
-
"euiColorVisCool0": "#
|
|
351
|
+
"euiColorVisCool0": "#F1F6FF",
|
|
352
352
|
"euiColorVisCool1": "#A3CBFF",
|
|
353
353
|
"euiColorVisCool2": "#61A2FF",
|
|
354
354
|
"euiColorVisComplementary0": "#61A2FF",
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
"transparent": "rgba(0, 0, 0, 0)",
|
|
121
121
|
"plain": "#FFFFFF",
|
|
122
122
|
"subdued": "#F6F9FC",
|
|
123
|
-
"accent": "#
|
|
124
|
-
"accentSecondary": "#
|
|
125
|
-
"primary": "#
|
|
126
|
-
"success": "#
|
|
127
|
-
"warning": "#
|
|
128
|
-
"danger": "#
|
|
123
|
+
"accent": "#FFF0F8",
|
|
124
|
+
"accentSecondary": "#EAFBFA",
|
|
125
|
+
"primary": "#F1F6FF",
|
|
126
|
+
"success": "#E9FFF7",
|
|
127
|
+
"warning": "#FFF7E2",
|
|
128
|
+
"danger": "#FFF3F1"
|
|
129
129
|
},
|
|
130
130
|
"euiBreakpoints": {
|
|
131
131
|
"xs": 0,
|
|
@@ -345,10 +345,10 @@
|
|
|
345
345
|
"euiColorVisGrey1": "#8E9FBC",
|
|
346
346
|
"euiColorVisGrey2": "#5A6D8C",
|
|
347
347
|
"euiColorVisGrey3": "#1D2A3E",
|
|
348
|
-
"euiColorVisWarm0": "#
|
|
348
|
+
"euiColorVisWarm0": "#FFF3F1",
|
|
349
349
|
"euiColorVisWarm1": "#FFB5AD",
|
|
350
350
|
"euiColorVisWarm2": "#F6726A",
|
|
351
|
-
"euiColorVisCool0": "#
|
|
351
|
+
"euiColorVisCool0": "#F1F6FF",
|
|
352
352
|
"euiColorVisCool1": "#A3CBFF",
|
|
353
353
|
"euiColorVisCool2": "#61A2FF",
|
|
354
354
|
"euiColorVisComplementary0": "#61A2FF",
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"euiColorDarkestShade": "#2B394F",
|
|
377
377
|
"euiColorFullShade": "#07101F",
|
|
378
378
|
"euiPageBackgroundColor": "#F6F9FC",
|
|
379
|
-
"euiColorHighlight": "#
|
|
379
|
+
"euiColorHighlight": "#F1F6FF",
|
|
380
380
|
"euiTextColor": "#1D2A3E",
|
|
381
381
|
"euiTitleColor": "#111C2C",
|
|
382
382
|
"euiTextSubduedColor": "#516381",
|
|
@@ -406,15 +406,15 @@
|
|
|
406
406
|
"euiColorTextInverse": "#FFFFFF",
|
|
407
407
|
"euiColorTextGhost": "#FFFFFF",
|
|
408
408
|
"euiColorTextInk": "#07101F",
|
|
409
|
-
"euiColorBackgroundBasePrimary": "#
|
|
410
|
-
"euiColorBackgroundBaseAccent": "#
|
|
411
|
-
"euiColorBackgroundBaseAccentSecondary": "#
|
|
412
|
-
"euiColorBackgroundBaseNeutral": "#
|
|
413
|
-
"euiColorBackgroundBaseSuccess": "#
|
|
414
|
-
"euiColorBackgroundBaseWarning": "#
|
|
415
|
-
"euiColorBackgroundBaseRisk": "#
|
|
416
|
-
"euiColorBackgroundBaseDanger": "#
|
|
417
|
-
"euiColorBackgroundBaseAssistance": "#
|
|
409
|
+
"euiColorBackgroundBasePrimary": "#F1F6FF",
|
|
410
|
+
"euiColorBackgroundBaseAccent": "#FFF0F8",
|
|
411
|
+
"euiColorBackgroundBaseAccentSecondary": "#EAFBFA",
|
|
412
|
+
"euiColorBackgroundBaseNeutral": "#ECFBFF",
|
|
413
|
+
"euiColorBackgroundBaseSuccess": "#E9FFF7",
|
|
414
|
+
"euiColorBackgroundBaseWarning": "#FFF7E2",
|
|
415
|
+
"euiColorBackgroundBaseRisk": "#FFF3E3",
|
|
416
|
+
"euiColorBackgroundBaseDanger": "#FFF3F1",
|
|
417
|
+
"euiColorBackgroundBaseAssistance": "#F7F2FF",
|
|
418
418
|
"euiColorBackgroundBaseSubdued": "#F6F9FC",
|
|
419
419
|
"euiColorBackgroundBasePlain": "#FFFFFF",
|
|
420
420
|
"euiColorBackgroundBaseDisabled": "#ECF1F9",
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
"euiColorBackgroundBaseFormsControlDisabled": "#CAD3E2",
|
|
424
424
|
"euiColorBackgroundBaseInteractiveHover": "rgba(23,80,186, 0.04)",
|
|
425
425
|
"euiColorBackgroundBaseInteractiveHoverAssistance": "#ECE2FE",
|
|
426
|
-
"euiColorBackgroundBaseInteractiveSelect": "#
|
|
426
|
+
"euiColorBackgroundBaseInteractiveSelect": "#F1F6FF",
|
|
427
427
|
"euiColorBackgroundBaseInteractiveSelectHover": "#D9E8FF",
|
|
428
428
|
"euiColorBackgroundBaseInteractiveOverlay": "rgba(72,89,117, 0.7)",
|
|
429
429
|
"euiColorBackgroundBaseSkeletonEdge": "rgba(72,89,117, 0.16)",
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ $euiColorPlainLightAlpha12: rgba($euiColorPlainLight, 0.12) !default;
|
|
|
18
18
|
$euiColorPlainLightAlpha16: rgba($euiColorPlainLight, 0.16) !default;
|
|
19
19
|
$euiColorPlainLightAlpha32: rgba($euiColorPlainLight, 0.32) !default;
|
|
20
20
|
|
|
21
|
-
$euiColorPrimary10: #
|
|
21
|
+
$euiColorPrimary10: #F1F6FF !default;
|
|
22
22
|
$euiColorPrimary20: #D9E8FF !default;
|
|
23
23
|
$euiColorPrimary30: #BFDBFF !default;
|
|
24
24
|
$euiColorPrimary40: #A3CBFF !default;
|
|
@@ -41,7 +41,7 @@ $euiColorPrimary100Alpha4: rgba($euiColorPrimary100, 0.04) !default;
|
|
|
41
41
|
$euiColorPrimary100Alpha8: rgba($euiColorPrimary100, 0.08) !default;
|
|
42
42
|
$euiColorPrimary100Alpha12: rgba($euiColorPrimary100, 0.12) !default;
|
|
43
43
|
|
|
44
|
-
$euiColorAccent10: #
|
|
44
|
+
$euiColorAccent10: #FFF0F8 !default;
|
|
45
45
|
$euiColorAccent20: #FDDDE9 !default;
|
|
46
46
|
$euiColorAccent30: #FFC7DB !default;
|
|
47
47
|
$euiColorAccent40: #FBADCA !default;
|
|
@@ -60,7 +60,7 @@ $euiColorAccent70Alpha12: rgba($euiColorAccent70, 0.12) !default;
|
|
|
60
60
|
$euiColorAccent70Alpha16: rgba($euiColorAccent70, 0.16) !default;
|
|
61
61
|
$euiColorAccent70Alpha20: rgba($euiColorAccent70, 0.2) !default;
|
|
62
62
|
|
|
63
|
-
$euiColorAccentSecondary10: #
|
|
63
|
+
$euiColorAccentSecondary10: #EAFBFA !default;
|
|
64
64
|
$euiColorAccentSecondary20: #C9F3F0 !default;
|
|
65
65
|
$euiColorAccentSecondary30: #A6EDEA !default;
|
|
66
66
|
$euiColorAccentSecondary40: #77E5E0 !default;
|
|
@@ -79,7 +79,7 @@ $euiColorAccentSecondary70Alpha12: rgba($euiColorAccentSecondary70, 0.12) !defau
|
|
|
79
79
|
$euiColorAccentSecondary70Alpha16: rgba($euiColorAccentSecondary70, 0.16) !default;
|
|
80
80
|
$euiColorAccentSecondary70Alpha20: rgba($euiColorAccentSecondary70, 0.2) !default;
|
|
81
81
|
|
|
82
|
-
$euiColorNeutral10: #
|
|
82
|
+
$euiColorNeutral10: #ECFBFF !default;
|
|
83
83
|
$euiColorNeutral20: #CFEEF7 !default;
|
|
84
84
|
$euiColorNeutral30: #B5E5F2 !default;
|
|
85
85
|
$euiColorNeutral40: #94D8EB !default;
|
|
@@ -94,7 +94,7 @@ $euiColorNeutral120: #00425C !default;
|
|
|
94
94
|
$euiColorNeutral130: #003447 !default;
|
|
95
95
|
$euiColorNeutral140: #002938 !default;
|
|
96
96
|
|
|
97
|
-
$euiColorSuccess10: #
|
|
97
|
+
$euiColorSuccess10: #E9FFF7 !default;
|
|
98
98
|
$euiColorSuccess20: #C9F3E3 !default;
|
|
99
99
|
$euiColorSuccess30: #AEE8D2 !default;
|
|
100
100
|
$euiColorSuccess40: #88E3C3 !default;
|
|
@@ -113,7 +113,7 @@ $euiColorSuccess70Alpha12: rgba($euiColorSuccess70, 0.12) !default;
|
|
|
113
113
|
$euiColorSuccess70Alpha16: rgba($euiColorSuccess70, 0.16) !default;
|
|
114
114
|
$euiColorSuccess70Alpha20: rgba($euiColorSuccess70, 0.2) !default;
|
|
115
115
|
|
|
116
|
-
$euiColorWarning10: #
|
|
116
|
+
$euiColorWarning10: #FFF7E2 !default;
|
|
117
117
|
$euiColorWarning20: #FDE9B5 !default;
|
|
118
118
|
$euiColorWarning30: #FCD883 !default;
|
|
119
119
|
$euiColorWarning40: #FACB3D !default;
|
|
@@ -132,7 +132,7 @@ $euiColorWarning60Alpha12: rgba($euiColorWarning60, 0.12) !default;
|
|
|
132
132
|
$euiColorWarning60Alpha16: rgba($euiColorWarning60, 0.16) !default;
|
|
133
133
|
$euiColorWarning60Alpha20: rgba($euiColorWarning60, 0.2) !default;
|
|
134
134
|
|
|
135
|
-
$euiColorDanger10: #
|
|
135
|
+
$euiColorDanger10: #FFF3F1 !default;
|
|
136
136
|
$euiColorDanger20: #FDDDD8 !default;
|
|
137
137
|
$euiColorDanger30: #FFC9C2 !default;
|
|
138
138
|
$euiColorDanger40: #FFB5AD !default;
|
|
@@ -151,7 +151,7 @@ $euiColorDanger70Alpha12: rgba($euiColorDanger70, 0.12) !default;
|
|
|
151
151
|
$euiColorDanger70Alpha16: rgba($euiColorDanger70, 0.16) !default;
|
|
152
152
|
$euiColorDanger70Alpha20: rgba($euiColorDanger70, 0.2) !default;
|
|
153
153
|
|
|
154
|
-
$euiColorRisk10: #
|
|
154
|
+
$euiColorRisk10: #FFF3E3 !default;
|
|
155
155
|
$euiColorRisk20: #FFDEBF !default;
|
|
156
156
|
$euiColorRisk30: #FFCDA1 !default;
|
|
157
157
|
$euiColorRisk40: #FFB787 !default;
|
|
@@ -166,7 +166,7 @@ $euiColorRisk120: #5E281A !default;
|
|
|
166
166
|
$euiColorRisk130: #4A221C !default;
|
|
167
167
|
$euiColorRisk140: #361D18 !default;
|
|
168
168
|
|
|
169
|
-
$euiColorAssistance10: #
|
|
169
|
+
$euiColorAssistance10: #F7F2FF !default;
|
|
170
170
|
$euiColorAssistance20: #ECE2FE !default;
|
|
171
171
|
$euiColorAssistance30: #E2D3FE !default;
|
|
172
172
|
$euiColorAssistance40: #D1BAFC !default;
|