@telesign/boreal-react 0.1.0-alpha.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/README.md +1 -0
- package/dist/components/components.js +28 -0
- package/dist/components/components.js.map +1 -0
- package/dist/css/boreal.css +1594 -0
- package/dist/css/global.css +682 -0
- package/dist/css/theme-connect.css +227 -0
- package/dist/css/theme-engage.css +227 -0
- package/dist/css/theme-protect.css +227 -0
- package/dist/css/theme-proximus.css +227 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/scss/global/_fonts.scss +1 -0
- package/dist/scss/global/_index.scss +3 -0
- package/dist/scss/global/_reset.scss +50 -0
- package/dist/scss/global/_typography.scss +156 -0
- package/dist/scss/maps/_primitives.scss +461 -0
- package/dist/scss/maps/_theme-connect.scss +227 -0
- package/dist/scss/maps/_theme-engage.scss +227 -0
- package/dist/scss/maps/_theme-protect.scss +227 -0
- package/dist/scss/maps/_theme-proximus.scss +227 -0
- package/dist/scss/variables/_primitives.scss +459 -0
- package/dist/scss/variables/_theme-connect.scss +225 -0
- package/dist/scss/variables/_theme-engage.scss +225 -0
- package/dist/scss/variables/_theme-protect.scss +225 -0
- package/dist/scss/variables/_theme-proximus.scss +225 -0
- package/dist/types/components/components.d.ts +13 -0
- package/dist/types/index.d.ts +3 -0
- package/lib/components/components.ts +49 -0
- package/lib/index.ts +3 -0
- package/package.json +54 -0
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
$boreal-accent-dark: $boreal-color-engage-rose-rose-70;
|
|
2
|
+
$boreal-black: $boreal-color-engage-ink-ink-90;
|
|
3
|
+
$boreal-accent-light: $boreal-color-engage-rose-rose-20;
|
|
4
|
+
$boreal-white: $boreal-color-white;
|
|
5
|
+
$boreal-accent-base: $boreal-color-engage-rose-rose-50;
|
|
6
|
+
$boreal-extended-teal-light: $boreal-color-engage-teal-teal-20;
|
|
7
|
+
$boreal-extended-teal-lighter: $boreal-color-engage-teal-teal-5;
|
|
8
|
+
$boreal-extended-teal-base: $boreal-color-engage-teal-teal-40;
|
|
9
|
+
$boreal-extended-teal-dark: $boreal-color-engage-teal-teal-70;
|
|
10
|
+
$boreal-extended-teal-darker: $boreal-color-engage-teal-teal-90;
|
|
11
|
+
$boreal-extended-purple-base: $boreal-color-engage-purple-purple-50;
|
|
12
|
+
$boreal-extended-purple-dark: $boreal-color-engage-purple-purple-70;
|
|
13
|
+
$boreal-extended-orange-base: $boreal-color-engage-orange-orange-40;
|
|
14
|
+
$boreal-extended-purple-light: $boreal-color-engage-purple-purple-20;
|
|
15
|
+
$boreal-extended-orange-darker: $boreal-color-engage-orange-orange-90;
|
|
16
|
+
$boreal-extended-orange-lighter: $boreal-color-engage-orange-orange-5;
|
|
17
|
+
$boreal-extended-orange-dark: $boreal-color-engage-orange-orange-70;
|
|
18
|
+
$boreal-extended-orange-light: $boreal-color-engage-orange-orange-20;
|
|
19
|
+
$boreal-extended-purple-lighter: $boreal-color-engage-purple-purple-5;
|
|
20
|
+
$boreal-extended-purple-darker: $boreal-color-engage-purple-purple-90;
|
|
21
|
+
$boreal-extended-cyan-lighter: $boreal-color-engage-cyan-cyan-5;
|
|
22
|
+
$boreal-extended-cyan-light: $boreal-color-engage-cyan-cyan-20;
|
|
23
|
+
$boreal-extended-cyan-base: $boreal-color-engage-cyan-cyan-40;
|
|
24
|
+
$boreal-extended-cyan-dark: $boreal-color-engage-cyan-cyan-70;
|
|
25
|
+
$boreal-extended-cyan-darker: $boreal-color-engage-cyan-cyan-90;
|
|
26
|
+
$boreal-extended-lime-dark: $boreal-color-engage-lime-lime-70;
|
|
27
|
+
$boreal-extended-lime-base: $boreal-color-engage-lime-lime-40;
|
|
28
|
+
$boreal-extended-lime-darker: $boreal-color-engage-lime-lime-90;
|
|
29
|
+
$boreal-extended-lime-light: $boreal-color-engage-lime-lime-20;
|
|
30
|
+
$boreal-extended-lime-lighter: $boreal-color-engage-lime-lime-5;
|
|
31
|
+
$boreal-extended-cobalt-lighter: $boreal-color-protect-cobalt-cobalt-50;
|
|
32
|
+
$boreal-extended-cobalt-light: $boreal-color-protect-cobalt-cobalt-100;
|
|
33
|
+
$boreal-extended-cobalt-base: $boreal-color-protect-cobalt-cobalt-600;
|
|
34
|
+
$boreal-extended-cobalt-dark: $boreal-color-protect-cobalt-cobalt-800;
|
|
35
|
+
$boreal-extended-cobalt-darker: $boreal-color-protect-cobalt-cobalt-900;
|
|
36
|
+
$boreal-extended-onyx-lighter: $boreal-color-protect-onyx-onyx-100;
|
|
37
|
+
$boreal-extended-onyx-light: $boreal-color-protect-onyx-onyx-200;
|
|
38
|
+
$boreal-extended-onyx-base: $boreal-color-protect-onyx-onyx-500;
|
|
39
|
+
$boreal-extended-onyx-dark: $boreal-color-protect-onyx-onyx-600;
|
|
40
|
+
$boreal-extended-onyx-darker: $boreal-color-protect-onyx-onyx-900;
|
|
41
|
+
$boreal-extended-rose-lighter: $boreal-color-engage-rose-rose-5;
|
|
42
|
+
$boreal-extended-rose-light: $boreal-color-engage-rose-rose-20;
|
|
43
|
+
$boreal-extended-rose-base: $boreal-color-engage-rose-rose-50;
|
|
44
|
+
$boreal-extended-rose-dark: $boreal-color-engage-rose-rose-70;
|
|
45
|
+
$boreal-extended-rose-darker: $boreal-color-engage-rose-rose-90;
|
|
46
|
+
$boreal-neutral-deep: $boreal-color-engage-ink-ink-60;
|
|
47
|
+
$boreal-information-lighter: $boreal-color-engage-blue-blue-5;
|
|
48
|
+
$boreal-information-light: $boreal-color-engage-blue-blue-20;
|
|
49
|
+
$boreal-success-lighter: $boreal-color-engage-green-green-5;
|
|
50
|
+
$boreal-information-base: $boreal-color-engage-blue-blue-50;
|
|
51
|
+
$boreal-neutral-contrast: $boreal-color-engage-ink-ink-90;
|
|
52
|
+
$boreal-information-dark: $boreal-color-engage-blue-blue-70;
|
|
53
|
+
$boreal-neutral-base: $boreal-color-engage-ink-ink-40;
|
|
54
|
+
$boreal-warning-base: $boreal-color-engage-yellow-yellow-30;
|
|
55
|
+
$boreal-neutral-ink: $boreal-color-engage-ink-ink-70;
|
|
56
|
+
$boreal-warning-dark: $boreal-color-engage-yellow-yellow-70;
|
|
57
|
+
$boreal-warning-darker: $boreal-color-engage-yellow-yellow-90;
|
|
58
|
+
$boreal-warning-light: $boreal-color-engage-yellow-yellow-20;
|
|
59
|
+
$boreal-focus: $boreal-color-engage-blue-blue-20;
|
|
60
|
+
$boreal-success-light: $boreal-color-engage-green-green-20;
|
|
61
|
+
$boreal-neutral-ligther: $boreal-color-engage-ink-ink-5;
|
|
62
|
+
$boreal-success-base: $boreal-color-engage-green-green-40;
|
|
63
|
+
$boreal-primary-dark: $boreal-color-engage-blue-blue-70;
|
|
64
|
+
$boreal-danger-darker: $boreal-color-engage-red-red-90;
|
|
65
|
+
$boreal-primary-darker: $boreal-color-engage-blue-blue-90;
|
|
66
|
+
$boreal-danger-dark: $boreal-color-engage-red-red-70;
|
|
67
|
+
$boreal-base-alt: $boreal-color-engage-ink-ink-70;
|
|
68
|
+
$boreal-neutral-dark: $boreal-color-engage-ink-ink-30;
|
|
69
|
+
$boreal-danger-lighter: $boreal-color-engage-red-red-5;
|
|
70
|
+
$boreal-base-lighter: $boreal-color-engage-ink-ink-5;
|
|
71
|
+
$boreal-danger-light: $boreal-color-engage-red-red-20;
|
|
72
|
+
$boreal-accent-lighter: $boreal-color-engage-rose-rose-5;
|
|
73
|
+
$boreal-success-dark: $boreal-color-engage-green-green-70;
|
|
74
|
+
$boreal-neutral: $boreal-color-engage-ink-ink-5;
|
|
75
|
+
$boreal-accent-darker: $boreal-color-engage-rose-rose-90;
|
|
76
|
+
$boreal-neutral-paper: $boreal-color-engage-ink-ink-20;
|
|
77
|
+
$boreal-warning-lighter: $boreal-color-engage-yellow-yellow-5;
|
|
78
|
+
$boreal-success-darker: $boreal-color-engage-green-green-90;
|
|
79
|
+
$boreal-primary-base: $boreal-color-engage-blue-blue-50;
|
|
80
|
+
$boreal-information-darker: $boreal-color-engage-blue-blue-90;
|
|
81
|
+
$boreal-neutral-darker: $boreal-color-engage-ink-ink-50;
|
|
82
|
+
$boreal-neutral-light: $boreal-color-engage-ink-ink-10;
|
|
83
|
+
$boreal-danger-base: $boreal-color-engage-red-red-50;
|
|
84
|
+
$boreal-neutral-deeper: $boreal-color-engage-ink-ink-80;
|
|
85
|
+
$boreal-base-light: $boreal-color-engage-ink-ink-10;
|
|
86
|
+
$boreal-primary-light: $boreal-color-engage-blue-blue-20;
|
|
87
|
+
$boreal-primary-lighter: $boreal-color-engage-blue-blue-5;
|
|
88
|
+
$boreal-base-dark: $boreal-color-engage-ink-ink-20;
|
|
89
|
+
$boreal-base-darker: $boreal-color-engage-ink-ink-30;
|
|
90
|
+
$boreal-user-base: $boreal-color-engage-green-green-40;
|
|
91
|
+
$boreal-bg-overlay: $boreal-neutral-contrast;
|
|
92
|
+
$boreal-bg-inverse: $boreal-white;
|
|
93
|
+
$boreal-bg-primary-darker: $boreal-primary-darker;
|
|
94
|
+
$boreal-bg-neutral: $boreal-neutral;
|
|
95
|
+
$boreal-bg-primary-base: $boreal-primary-base;
|
|
96
|
+
$boreal-bg-neutral-ink: $boreal-neutral-ink;
|
|
97
|
+
$boreal-bg-primary-lighter: $boreal-primary-lighter;
|
|
98
|
+
$boreal-bg-primary-light: $boreal-primary-light;
|
|
99
|
+
$boreal-bg-neutral-light: $boreal-neutral-light;
|
|
100
|
+
$boreal-bg-neutral-paper: $boreal-neutral-paper;
|
|
101
|
+
$boreal-bg-nuetral-dark: $boreal-neutral-dark;
|
|
102
|
+
$boreal-bg-neutral-base: $boreal-neutral-base;
|
|
103
|
+
$boreal-bg-neutral-darker: $boreal-neutral-darker;
|
|
104
|
+
$boreal-bg-neutral-deep: $boreal-neutral-deep;
|
|
105
|
+
$boreal-text-success-base: $boreal-success-base;
|
|
106
|
+
$boreal-text-danger-base: $boreal-danger-base;
|
|
107
|
+
$boreal-text-information-base: $boreal-information-base;
|
|
108
|
+
$boreal-text-accent: $boreal-accent-base;
|
|
109
|
+
$boreal-text-default: $boreal-neutral-ink;
|
|
110
|
+
$boreal-text-default-light: $boreal-neutral-base;
|
|
111
|
+
$boreal-text-inverse: $boreal-white;
|
|
112
|
+
$boreal-text-warning-base: $boreal-warning-base;
|
|
113
|
+
$boreal-text-disabled: $boreal-neutral-dark;
|
|
114
|
+
$boreal-text-primary-base: $boreal-primary-base;
|
|
115
|
+
$boreal-text-danger-dark: $boreal-danger-dark;
|
|
116
|
+
$boreal-text-success-dark: $boreal-success-dark;
|
|
117
|
+
$boreal-text-information-dark: $boreal-information-darker;
|
|
118
|
+
$boreal-text-warning-light: $boreal-warning-light;
|
|
119
|
+
$boreal-text-danger-light: $boreal-danger-light;
|
|
120
|
+
$boreal-text-success-light: $boreal-success-light;
|
|
121
|
+
$boreal-text-information-light: $boreal-information-light;
|
|
122
|
+
$boreal-text-warning-dark: $boreal-warning-darker;
|
|
123
|
+
$boreal-text-base: $boreal-base-alt;
|
|
124
|
+
$boreal-text-primary-light: $boreal-primary-light;
|
|
125
|
+
$boreal-text-primary-dark: $boreal-primary-dark;
|
|
126
|
+
$boreal-text-default-dark: $boreal-neutral-dark;
|
|
127
|
+
$boreal-text-default-darker: $boreal-neutral-darker;
|
|
128
|
+
$boreal-text-default-deep: $boreal-neutral-deep;
|
|
129
|
+
$boreal-text-default-ink: $boreal-neutral-ink;
|
|
130
|
+
$boreal-ui-default-base: $boreal-neutral;
|
|
131
|
+
$boreal-ui-inverse: $boreal-white;
|
|
132
|
+
$boreal-ui-accent: $boreal-accent-base;
|
|
133
|
+
$boreal-ui-black-light: $boreal-neutral-darker;
|
|
134
|
+
$boreal-ui-base: $boreal-base-alt;
|
|
135
|
+
$boreal-ui-base-light: $boreal-base-light;
|
|
136
|
+
$boreal-ui-disabled: $boreal-neutral-ligther;
|
|
137
|
+
$boreal-ui-info-light: $boreal-information-light;
|
|
138
|
+
$boreal-ui-success-light: $boreal-success-light;
|
|
139
|
+
$boreal-ui-success-base: $boreal-success-base;
|
|
140
|
+
$boreal-ui-black: $boreal-neutral-contrast;
|
|
141
|
+
$boreal-ui-danger-light: $boreal-danger-light;
|
|
142
|
+
$boreal-ui-primary-lighter: $boreal-primary-lighter;
|
|
143
|
+
$boreal-ui-danger-base: $boreal-danger-base;
|
|
144
|
+
$boreal-ui-info-base: $boreal-information-base;
|
|
145
|
+
$boreal-ui-primary-base: $boreal-primary-base;
|
|
146
|
+
$boreal-ui-primary-light: $boreal-primary-light;
|
|
147
|
+
$boreal-ui-primary-dark: $boreal-primary-dark;
|
|
148
|
+
$boreal-ui-warning-base: $boreal-warning-base;
|
|
149
|
+
$boreal-ui-success-lighter: $boreal-success-lighter;
|
|
150
|
+
$boreal-ui-danger-lighter: $boreal-danger-lighter;
|
|
151
|
+
$boreal-ui-info-lighter: $boreal-information-lighter;
|
|
152
|
+
$boreal-ui-warning-light: $boreal-warning-light;
|
|
153
|
+
$boreal-ui-warning-lighter: $boreal-warning-lighter;
|
|
154
|
+
$boreal-ui-base-lighter: $boreal-base-lighter;
|
|
155
|
+
$boreal-ui-default-lighter: $boreal-neutral-ligther;
|
|
156
|
+
$boreal-ui-success-dark: $boreal-success-dark;
|
|
157
|
+
$boreal-ui-danger-dark: $boreal-danger-dark;
|
|
158
|
+
$boreal-ui-info-dark: $boreal-information-dark;
|
|
159
|
+
$boreal-ui-warning-dark: $boreal-warning-dark;
|
|
160
|
+
$boreal-ui-default-light: $boreal-neutral-light;
|
|
161
|
+
$boreal-ui-default-paper: $boreal-neutral-paper;
|
|
162
|
+
$boreal-ui-default-dark: $boreal-neutral-dark;
|
|
163
|
+
$boreal-ui-default-darker: $boreal-neutral-darker;
|
|
164
|
+
$boreal-ui-default-deep: $boreal-neutral-deep;
|
|
165
|
+
$boreal-ui-default-ink: $boreal-neutral-ink;
|
|
166
|
+
$boreal-icon-info-dark: $boreal-information-darker;
|
|
167
|
+
$boreal-icon-default-lighter: $boreal-neutral-paper;
|
|
168
|
+
$boreal-icon-default-light: $boreal-neutral-dark;
|
|
169
|
+
$boreal-icon-default-dark: $boreal-neutral-base;
|
|
170
|
+
$boreal-icon-success-base: $boreal-success-base;
|
|
171
|
+
$boreal-icon-inverse: $boreal-white;
|
|
172
|
+
$boreal-icon-warning-base: $boreal-warning-base;
|
|
173
|
+
$boreal-icon-accent-base: $boreal-accent-base;
|
|
174
|
+
$boreal-icon-danger-base: $boreal-danger-base;
|
|
175
|
+
$boreal-icon-base: $boreal-base-alt;
|
|
176
|
+
$boreal-icon-primary-base: $boreal-primary-base;
|
|
177
|
+
$boreal-icon-success-dark: $boreal-success-dark;
|
|
178
|
+
$boreal-icon-warning-dark: $boreal-warning-darker;
|
|
179
|
+
$boreal-icon-danger-dark: $boreal-danger-dark;
|
|
180
|
+
$boreal-icon-info-base: $boreal-information-base;
|
|
181
|
+
$boreal-icon-info-light: $boreal-information-light;
|
|
182
|
+
$boreal-icon-success-light: $boreal-success-light;
|
|
183
|
+
$boreal-icon-warning-light: $boreal-warning-light;
|
|
184
|
+
$boreal-icon-danger-light: $boreal-danger-light;
|
|
185
|
+
$boreal-icon-disabled: $boreal-neutral-dark;
|
|
186
|
+
$boreal-icon-primary-light: $boreal-primary-light;
|
|
187
|
+
$boreal-icon-primary-dark: $boreal-primary-dark;
|
|
188
|
+
$boreal-icon-user: $boreal-user-base;
|
|
189
|
+
$boreal-icon-default-ink: $boreal-neutral-ink;
|
|
190
|
+
$boreal-alpha-black-50: #272a2f80;
|
|
191
|
+
$boreal-alpha-black-25: #272a2f40;
|
|
192
|
+
$boreal-alpha-white-50: #ffffff80;
|
|
193
|
+
$boreal-alpha-white-25: #ffffff40;
|
|
194
|
+
$boreal-alpha-white-10: #ffffff1a;
|
|
195
|
+
$boreal-alpha-white-75: #ffffffbf;
|
|
196
|
+
$boreal-alpha-white-85: #ffffffd9;
|
|
197
|
+
$boreal-alpha-white-90: #ffffffe6;
|
|
198
|
+
$boreal-alpha-white-95: #ffffffe6;
|
|
199
|
+
$boreal-alpha-white-80: #ffffffcc;
|
|
200
|
+
$boreal-alpha-white-55: #ffffff8c;
|
|
201
|
+
$boreal-alpha-black-5: #272a2f0d;
|
|
202
|
+
$boreal-alpha-black-10: #272a2f1a;
|
|
203
|
+
$boreal-extended-tael-darker: $boreal-extended-teal-darker;
|
|
204
|
+
$boreal-stroke-warning: $boreal-warning-base;
|
|
205
|
+
$boreal-stroke-inverse: $boreal-white;
|
|
206
|
+
$boreal-stroke-info-base: $boreal-information-base;
|
|
207
|
+
$boreal-stroke-success-base: $boreal-success-base;
|
|
208
|
+
$boreal-stroke-default-dark: $boreal-base-dark;
|
|
209
|
+
$boreal-stroke-default-light: $boreal-base-light;
|
|
210
|
+
$boreal-stroke-default-ink: $boreal-base-alt;
|
|
211
|
+
$boreal-stroke-focus: $boreal-focus;
|
|
212
|
+
$boreal-stroke-danger-base: $boreal-danger-base;
|
|
213
|
+
$boreal-stroke-accent: $boreal-accent-base;
|
|
214
|
+
$boreal-stroke-primary-base: $boreal-primary-base;
|
|
215
|
+
$boreal-stroke-primary-light: $boreal-primary-light;
|
|
216
|
+
$boreal-stroke-primary-dark: $boreal-primary-dark;
|
|
217
|
+
$boreal-stroke-info-light: $boreal-information-light;
|
|
218
|
+
$boreal-stroke-info-dark: $boreal-information-dark;
|
|
219
|
+
$boreal-stroke-success-light: $boreal-success-light;
|
|
220
|
+
$boreal-stroke-success-dark: $boreal-success-dark;
|
|
221
|
+
$boreal-stroke-warning-light: $boreal-warning-light;
|
|
222
|
+
$boreal-stroke-warning-dark: $boreal-warning-dark;
|
|
223
|
+
$boreal-stroke-danger-light: $boreal-danger-light;
|
|
224
|
+
$boreal-stroke-danger-dark: $boreal-danger-dark;
|
|
225
|
+
$boreal-stroke-default-lighter: $boreal-base-lighter;
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
$boreal-accent-dark: $boreal-color-protect-cobalt-cobalt-700;
|
|
2
|
+
$boreal-black: $boreal-color-protect-onyx-onyx-900;
|
|
3
|
+
$boreal-accent-light: $boreal-color-protect-cobalt-cobalt-50;
|
|
4
|
+
$boreal-white: $boreal-color-white;
|
|
5
|
+
$boreal-accent-base: $boreal-color-protect-cobalt-cobalt-400;
|
|
6
|
+
$boreal-extended-teal-light: $boreal-color-engage-teal-teal-20;
|
|
7
|
+
$boreal-extended-teal-lighter: $boreal-color-engage-teal-teal-5;
|
|
8
|
+
$boreal-extended-teal-base: $boreal-color-engage-teal-teal-40;
|
|
9
|
+
$boreal-extended-teal-dark: $boreal-color-engage-teal-teal-70;
|
|
10
|
+
$boreal-extended-teal-darker: $boreal-color-engage-teal-teal-90;
|
|
11
|
+
$boreal-extended-purple-base: $boreal-color-engage-purple-purple-50;
|
|
12
|
+
$boreal-extended-purple-dark: $boreal-color-engage-purple-purple-70;
|
|
13
|
+
$boreal-extended-orange-base: $boreal-color-engage-orange-orange-40;
|
|
14
|
+
$boreal-extended-purple-light: $boreal-color-engage-purple-purple-20;
|
|
15
|
+
$boreal-extended-orange-darker: $boreal-color-engage-orange-orange-90;
|
|
16
|
+
$boreal-extended-orange-lighter: $boreal-color-engage-orange-orange-5;
|
|
17
|
+
$boreal-extended-orange-dark: $boreal-color-engage-orange-orange-70;
|
|
18
|
+
$boreal-extended-orange-light: $boreal-color-engage-orange-orange-20;
|
|
19
|
+
$boreal-extended-purple-lighter: $boreal-color-engage-purple-purple-5;
|
|
20
|
+
$boreal-extended-purple-darker: $boreal-color-engage-purple-purple-90;
|
|
21
|
+
$boreal-extended-cyan-lighter: $boreal-color-engage-cyan-cyan-5;
|
|
22
|
+
$boreal-extended-cyan-light: $boreal-color-engage-cyan-cyan-20;
|
|
23
|
+
$boreal-extended-cyan-base: $boreal-color-engage-cyan-cyan-40;
|
|
24
|
+
$boreal-extended-cyan-dark: $boreal-color-engage-cyan-cyan-70;
|
|
25
|
+
$boreal-extended-cyan-darker: $boreal-color-engage-cyan-cyan-90;
|
|
26
|
+
$boreal-extended-lime-dark: $boreal-color-engage-lime-lime-70;
|
|
27
|
+
$boreal-extended-lime-base: $boreal-color-engage-lime-lime-40;
|
|
28
|
+
$boreal-extended-lime-darker: $boreal-color-engage-lime-lime-90;
|
|
29
|
+
$boreal-extended-lime-light: $boreal-color-engage-lime-lime-20;
|
|
30
|
+
$boreal-extended-lime-lighter: $boreal-color-engage-lime-lime-5;
|
|
31
|
+
$boreal-extended-cobalt-lighter: $boreal-color-protect-cobalt-cobalt-50;
|
|
32
|
+
$boreal-extended-cobalt-light: $boreal-color-protect-cobalt-cobalt-100;
|
|
33
|
+
$boreal-extended-cobalt-base: $boreal-color-protect-cobalt-cobalt-600;
|
|
34
|
+
$boreal-extended-cobalt-dark: $boreal-color-protect-cobalt-cobalt-800;
|
|
35
|
+
$boreal-extended-cobalt-darker: $boreal-color-protect-cobalt-cobalt-900;
|
|
36
|
+
$boreal-extended-onyx-lighter: $boreal-color-protect-onyx-onyx-100;
|
|
37
|
+
$boreal-extended-onyx-light: $boreal-color-protect-onyx-onyx-200;
|
|
38
|
+
$boreal-extended-onyx-base: $boreal-color-protect-onyx-onyx-500;
|
|
39
|
+
$boreal-extended-onyx-dark: $boreal-color-protect-onyx-onyx-600;
|
|
40
|
+
$boreal-extended-onyx-darker: $boreal-color-protect-onyx-onyx-900;
|
|
41
|
+
$boreal-extended-rose-lighter: $boreal-color-engage-rose-rose-5;
|
|
42
|
+
$boreal-extended-rose-light: $boreal-color-engage-rose-rose-20;
|
|
43
|
+
$boreal-extended-rose-base: $boreal-color-engage-rose-rose-50;
|
|
44
|
+
$boreal-extended-rose-dark: $boreal-color-engage-rose-rose-70;
|
|
45
|
+
$boreal-extended-rose-darker: $boreal-color-engage-rose-rose-90;
|
|
46
|
+
$boreal-neutral-deep: $boreal-color-protect-onyx-onyx-600;
|
|
47
|
+
$boreal-information-lighter: $boreal-color-protect-cyan-cyan-50;
|
|
48
|
+
$boreal-information-light: $boreal-color-protect-cyan-cyan-200;
|
|
49
|
+
$boreal-success-lighter: $boreal-color-protect-lime-lime-50;
|
|
50
|
+
$boreal-information-base: $boreal-color-protect-cyan-cyan-700;
|
|
51
|
+
$boreal-neutral-contrast: $boreal-color-protect-onyx-onyx-900;
|
|
52
|
+
$boreal-information-dark: $boreal-color-protect-cyan-cyan-800;
|
|
53
|
+
$boreal-neutral-base: $boreal-color-protect-onyx-onyx-400;
|
|
54
|
+
$boreal-warning-base: $boreal-color-protect-sunrise-sunrise-500;
|
|
55
|
+
$boreal-neutral-ink: $boreal-color-protect-onyx-onyx-700;
|
|
56
|
+
$boreal-warning-dark: $boreal-color-protect-sunrise-sunrise-800;
|
|
57
|
+
$boreal-warning-darker: $boreal-color-protect-sunrise-sunrise-900;
|
|
58
|
+
$boreal-warning-light: $boreal-color-protect-sunrise-sunrise-200;
|
|
59
|
+
$boreal-focus: #1f5bff4d;
|
|
60
|
+
$boreal-success-light: $boreal-color-protect-lime-lime-200;
|
|
61
|
+
$boreal-neutral-ligther: $boreal-color-protect-onyx-onyx-50;
|
|
62
|
+
$boreal-success-base: $boreal-color-protect-lime-lime-600;
|
|
63
|
+
$boreal-primary-dark: $boreal-color-protect-indigo-indigo-700;
|
|
64
|
+
$boreal-danger-darker: $boreal-color-protect-cherry-cherry-900;
|
|
65
|
+
$boreal-primary-darker: $boreal-color-protect-indigo-indigo-900;
|
|
66
|
+
$boreal-danger-dark: $boreal-color-protect-cherry-cherry-800;
|
|
67
|
+
$boreal-base-alt: $boreal-color-protect-indigo-indigo-500;
|
|
68
|
+
$boreal-neutral-dark: $boreal-color-protect-onyx-onyx-300;
|
|
69
|
+
$boreal-danger-lighter: $boreal-color-protect-cherry-cherry-50;
|
|
70
|
+
$boreal-base-lighter: $boreal-color-protect-indigo-indigo-25;
|
|
71
|
+
$boreal-danger-light: $boreal-color-protect-cherry-cherry-200;
|
|
72
|
+
$boreal-accent-lighter: $boreal-color-protect-cobalt-cobalt-25;
|
|
73
|
+
$boreal-success-dark: $boreal-color-protect-lime-lime-800;
|
|
74
|
+
$boreal-neutral: $boreal-color-protect-indigo-indigo-25;
|
|
75
|
+
$boreal-accent-darker: $boreal-color-protect-cobalt-cobalt-900;
|
|
76
|
+
$boreal-neutral-paper: $boreal-color-protect-onyx-onyx-200;
|
|
77
|
+
$boreal-warning-lighter: $boreal-color-protect-sunrise-sunrise-50;
|
|
78
|
+
$boreal-success-darker: $boreal-color-protect-lime-lime-900;
|
|
79
|
+
$boreal-primary-base: $boreal-color-protect-indigo-indigo-500;
|
|
80
|
+
$boreal-information-darker: $boreal-color-protect-cyan-cyan-900;
|
|
81
|
+
$boreal-neutral-darker: $boreal-color-protect-onyx-onyx-500;
|
|
82
|
+
$boreal-neutral-light: $boreal-color-protect-onyx-onyx-100;
|
|
83
|
+
$boreal-danger-base: $boreal-color-protect-cherry-cherry-700;
|
|
84
|
+
$boreal-neutral-deeper: $boreal-color-protect-onyx-onyx-800;
|
|
85
|
+
$boreal-base-light: $boreal-color-protect-indigo-indigo-50;
|
|
86
|
+
$boreal-primary-light: $boreal-color-protect-indigo-indigo-200;
|
|
87
|
+
$boreal-primary-lighter: $boreal-color-protect-indigo-indigo-25;
|
|
88
|
+
$boreal-base-dark: $boreal-color-protect-indigo-indigo-200;
|
|
89
|
+
$boreal-base-darker: $boreal-color-protect-indigo-indigo-300;
|
|
90
|
+
$boreal-user-base: $boreal-color-protect-indigo-indigo-400;
|
|
91
|
+
$boreal-bg-overlay: $boreal-neutral-contrast;
|
|
92
|
+
$boreal-bg-inverse: $boreal-white;
|
|
93
|
+
$boreal-bg-primary-darker: $boreal-primary-darker;
|
|
94
|
+
$boreal-bg-neutral: $boreal-neutral;
|
|
95
|
+
$boreal-bg-primary-base: $boreal-primary-base;
|
|
96
|
+
$boreal-bg-neutral-ink: $boreal-neutral-ink;
|
|
97
|
+
$boreal-bg-primary-lighter: $boreal-primary-lighter;
|
|
98
|
+
$boreal-bg-primary-light: $boreal-primary-light;
|
|
99
|
+
$boreal-bg-neutral-light: $boreal-neutral-light;
|
|
100
|
+
$boreal-bg-neutral-paper: $boreal-neutral-paper;
|
|
101
|
+
$boreal-bg-nuetral-dark: $boreal-neutral-dark;
|
|
102
|
+
$boreal-bg-neutral-base: $boreal-neutral-base;
|
|
103
|
+
$boreal-bg-neutral-darker: $boreal-neutral-darker;
|
|
104
|
+
$boreal-bg-neutral-deep: $boreal-neutral-deep;
|
|
105
|
+
$boreal-text-success-base: $boreal-success-base;
|
|
106
|
+
$boreal-text-danger-base: $boreal-danger-base;
|
|
107
|
+
$boreal-text-information-base: $boreal-information-base;
|
|
108
|
+
$boreal-text-accent: $boreal-accent-base;
|
|
109
|
+
$boreal-text-default: $boreal-neutral-ink;
|
|
110
|
+
$boreal-text-default-light: $boreal-neutral-base;
|
|
111
|
+
$boreal-text-inverse: $boreal-white;
|
|
112
|
+
$boreal-text-warning-base: $boreal-warning-base;
|
|
113
|
+
$boreal-text-disabled: $boreal-neutral-dark;
|
|
114
|
+
$boreal-text-primary-base: $boreal-primary-base;
|
|
115
|
+
$boreal-text-danger-dark: $boreal-danger-dark;
|
|
116
|
+
$boreal-text-success-dark: $boreal-success-dark;
|
|
117
|
+
$boreal-text-information-dark: $boreal-information-darker;
|
|
118
|
+
$boreal-text-warning-light: $boreal-warning-light;
|
|
119
|
+
$boreal-text-danger-light: $boreal-danger-light;
|
|
120
|
+
$boreal-text-success-light: $boreal-success-light;
|
|
121
|
+
$boreal-text-information-light: $boreal-information-light;
|
|
122
|
+
$boreal-text-warning-dark: $boreal-warning-darker;
|
|
123
|
+
$boreal-text-base: $boreal-base-alt;
|
|
124
|
+
$boreal-text-primary-light: $boreal-primary-light;
|
|
125
|
+
$boreal-text-primary-dark: $boreal-primary-dark;
|
|
126
|
+
$boreal-text-default-dark: $boreal-neutral-dark;
|
|
127
|
+
$boreal-text-default-darker: $boreal-neutral-darker;
|
|
128
|
+
$boreal-text-default-deep: $boreal-neutral-deep;
|
|
129
|
+
$boreal-text-default-ink: $boreal-neutral-ink;
|
|
130
|
+
$boreal-ui-default-base: $boreal-neutral;
|
|
131
|
+
$boreal-ui-inverse: $boreal-white;
|
|
132
|
+
$boreal-ui-accent: $boreal-accent-base;
|
|
133
|
+
$boreal-ui-black-light: $boreal-neutral-darker;
|
|
134
|
+
$boreal-ui-base: $boreal-base-alt;
|
|
135
|
+
$boreal-ui-base-light: $boreal-base-light;
|
|
136
|
+
$boreal-ui-disabled: $boreal-neutral-ligther;
|
|
137
|
+
$boreal-ui-info-light: $boreal-information-light;
|
|
138
|
+
$boreal-ui-success-light: $boreal-success-light;
|
|
139
|
+
$boreal-ui-success-base: $boreal-success-base;
|
|
140
|
+
$boreal-ui-black: $boreal-neutral-contrast;
|
|
141
|
+
$boreal-ui-danger-light: $boreal-danger-light;
|
|
142
|
+
$boreal-ui-primary-lighter: $boreal-primary-lighter;
|
|
143
|
+
$boreal-ui-danger-base: $boreal-danger-base;
|
|
144
|
+
$boreal-ui-info-base: $boreal-information-base;
|
|
145
|
+
$boreal-ui-primary-base: $boreal-primary-base;
|
|
146
|
+
$boreal-ui-primary-light: $boreal-primary-light;
|
|
147
|
+
$boreal-ui-primary-dark: $boreal-primary-dark;
|
|
148
|
+
$boreal-ui-warning-base: $boreal-warning-base;
|
|
149
|
+
$boreal-ui-success-lighter: $boreal-success-lighter;
|
|
150
|
+
$boreal-ui-danger-lighter: $boreal-danger-lighter;
|
|
151
|
+
$boreal-ui-info-lighter: $boreal-information-lighter;
|
|
152
|
+
$boreal-ui-warning-light: $boreal-warning-light;
|
|
153
|
+
$boreal-ui-warning-lighter: $boreal-warning-lighter;
|
|
154
|
+
$boreal-ui-base-lighter: $boreal-base-lighter;
|
|
155
|
+
$boreal-ui-default-lighter: $boreal-neutral-ligther;
|
|
156
|
+
$boreal-ui-success-dark: $boreal-success-dark;
|
|
157
|
+
$boreal-ui-danger-dark: $boreal-danger-dark;
|
|
158
|
+
$boreal-ui-info-dark: $boreal-information-dark;
|
|
159
|
+
$boreal-ui-warning-dark: $boreal-warning-dark;
|
|
160
|
+
$boreal-ui-default-light: $boreal-neutral-light;
|
|
161
|
+
$boreal-ui-default-paper: $boreal-neutral-paper;
|
|
162
|
+
$boreal-ui-default-dark: $boreal-neutral-dark;
|
|
163
|
+
$boreal-ui-default-darker: $boreal-neutral-darker;
|
|
164
|
+
$boreal-ui-default-deep: $boreal-neutral-deep;
|
|
165
|
+
$boreal-ui-default-ink: $boreal-neutral-ink;
|
|
166
|
+
$boreal-icon-info-dark: $boreal-information-darker;
|
|
167
|
+
$boreal-icon-default-lighter: $boreal-neutral-paper;
|
|
168
|
+
$boreal-icon-default-light: $boreal-neutral-dark;
|
|
169
|
+
$boreal-icon-default-dark: $boreal-neutral-base;
|
|
170
|
+
$boreal-icon-success-base: $boreal-success-base;
|
|
171
|
+
$boreal-icon-inverse: $boreal-white;
|
|
172
|
+
$boreal-icon-warning-base: $boreal-warning-base;
|
|
173
|
+
$boreal-icon-accent-base: $boreal-accent-base;
|
|
174
|
+
$boreal-icon-danger-base: $boreal-danger-base;
|
|
175
|
+
$boreal-icon-base: $boreal-base-alt;
|
|
176
|
+
$boreal-icon-primary-base: $boreal-primary-base;
|
|
177
|
+
$boreal-icon-success-dark: $boreal-success-dark;
|
|
178
|
+
$boreal-icon-warning-dark: $boreal-warning-darker;
|
|
179
|
+
$boreal-icon-danger-dark: $boreal-danger-dark;
|
|
180
|
+
$boreal-icon-info-base: $boreal-information-base;
|
|
181
|
+
$boreal-icon-info-light: $boreal-information-light;
|
|
182
|
+
$boreal-icon-success-light: $boreal-success-light;
|
|
183
|
+
$boreal-icon-warning-light: $boreal-warning-light;
|
|
184
|
+
$boreal-icon-danger-light: $boreal-danger-light;
|
|
185
|
+
$boreal-icon-disabled: $boreal-neutral-dark;
|
|
186
|
+
$boreal-icon-primary-light: $boreal-primary-light;
|
|
187
|
+
$boreal-icon-primary-dark: $boreal-primary-dark;
|
|
188
|
+
$boreal-icon-user: $boreal-user-base;
|
|
189
|
+
$boreal-icon-default-ink: $boreal-neutral-ink;
|
|
190
|
+
$boreal-alpha-black-50: #272a2f80;
|
|
191
|
+
$boreal-alpha-black-25: #272a2f40;
|
|
192
|
+
$boreal-alpha-white-50: #ffffff80;
|
|
193
|
+
$boreal-alpha-white-25: #ffffff40;
|
|
194
|
+
$boreal-alpha-white-10: #ffffff1a;
|
|
195
|
+
$boreal-alpha-white-75: #ffffffbf;
|
|
196
|
+
$boreal-alpha-white-85: #ffffffd9;
|
|
197
|
+
$boreal-alpha-white-90: #ffffffe6;
|
|
198
|
+
$boreal-alpha-white-95: #ffffffe6;
|
|
199
|
+
$boreal-alpha-white-80: #ffffffcc;
|
|
200
|
+
$boreal-alpha-white-55: #ffffff8c;
|
|
201
|
+
$boreal-alpha-black-5: #272a2f0d;
|
|
202
|
+
$boreal-alpha-black-10: #272a2f1a;
|
|
203
|
+
$boreal-extended-tael-darker: $boreal-extended-teal-darker;
|
|
204
|
+
$boreal-stroke-warning: $boreal-warning-base;
|
|
205
|
+
$boreal-stroke-inverse: $boreal-white;
|
|
206
|
+
$boreal-stroke-info-base: $boreal-information-base;
|
|
207
|
+
$boreal-stroke-success-base: $boreal-success-base;
|
|
208
|
+
$boreal-stroke-default-dark: $boreal-base-dark;
|
|
209
|
+
$boreal-stroke-default-light: $boreal-base-light;
|
|
210
|
+
$boreal-stroke-default-ink: $boreal-base-alt;
|
|
211
|
+
$boreal-stroke-focus: $boreal-focus;
|
|
212
|
+
$boreal-stroke-danger-base: $boreal-danger-base;
|
|
213
|
+
$boreal-stroke-accent: $boreal-accent-base;
|
|
214
|
+
$boreal-stroke-primary-base: $boreal-primary-base;
|
|
215
|
+
$boreal-stroke-primary-light: $boreal-primary-light;
|
|
216
|
+
$boreal-stroke-primary-dark: $boreal-primary-dark;
|
|
217
|
+
$boreal-stroke-info-light: $boreal-information-light;
|
|
218
|
+
$boreal-stroke-info-dark: $boreal-information-dark;
|
|
219
|
+
$boreal-stroke-success-light: $boreal-success-light;
|
|
220
|
+
$boreal-stroke-success-dark: $boreal-success-dark;
|
|
221
|
+
$boreal-stroke-warning-light: $boreal-warning-light;
|
|
222
|
+
$boreal-stroke-warning-dark: $boreal-warning-dark;
|
|
223
|
+
$boreal-stroke-danger-light: $boreal-danger-light;
|
|
224
|
+
$boreal-stroke-danger-dark: $boreal-danger-dark;
|
|
225
|
+
$boreal-stroke-default-lighter: $boreal-base-lighter;
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
$boreal-accent-dark: $boreal-color-proximus-mint-mint-700;
|
|
2
|
+
$boreal-black: $boreal-color-proximus-onyx-onyx-900;
|
|
3
|
+
$boreal-accent-light: $boreal-color-proximus-mint-mint-200;
|
|
4
|
+
$boreal-white: $boreal-color-white;
|
|
5
|
+
$boreal-accent-base: $boreal-color-proximus-mint-mint-400;
|
|
6
|
+
$boreal-extended-teal-light: $boreal-color-engage-teal-teal-20;
|
|
7
|
+
$boreal-extended-teal-lighter: $boreal-color-engage-teal-teal-5;
|
|
8
|
+
$boreal-extended-teal-base: $boreal-color-engage-teal-teal-40;
|
|
9
|
+
$boreal-extended-teal-dark: $boreal-color-engage-teal-teal-70;
|
|
10
|
+
$boreal-extended-teal-darker: $boreal-color-engage-teal-teal-90;
|
|
11
|
+
$boreal-extended-purple-base: $boreal-color-engage-purple-purple-50;
|
|
12
|
+
$boreal-extended-purple-dark: $boreal-color-engage-purple-purple-70;
|
|
13
|
+
$boreal-extended-orange-base: $boreal-color-engage-orange-orange-40;
|
|
14
|
+
$boreal-extended-purple-light: $boreal-color-engage-purple-purple-20;
|
|
15
|
+
$boreal-extended-orange-darker: $boreal-color-engage-orange-orange-90;
|
|
16
|
+
$boreal-extended-orange-lighter: $boreal-color-engage-orange-orange-5;
|
|
17
|
+
$boreal-extended-orange-dark: $boreal-color-engage-orange-orange-70;
|
|
18
|
+
$boreal-extended-orange-light: $boreal-color-engage-orange-orange-20;
|
|
19
|
+
$boreal-extended-purple-lighter: $boreal-color-engage-purple-purple-5;
|
|
20
|
+
$boreal-extended-purple-darker: $boreal-color-engage-purple-purple-90;
|
|
21
|
+
$boreal-extended-cyan-lighter: $boreal-color-engage-cyan-cyan-5;
|
|
22
|
+
$boreal-extended-cyan-light: $boreal-color-engage-cyan-cyan-20;
|
|
23
|
+
$boreal-extended-cyan-base: $boreal-color-engage-cyan-cyan-40;
|
|
24
|
+
$boreal-extended-cyan-dark: $boreal-color-engage-cyan-cyan-70;
|
|
25
|
+
$boreal-extended-cyan-darker: $boreal-color-engage-cyan-cyan-90;
|
|
26
|
+
$boreal-extended-lime-dark: $boreal-color-engage-lime-lime-70;
|
|
27
|
+
$boreal-extended-lime-base: $boreal-color-engage-lime-lime-40;
|
|
28
|
+
$boreal-extended-lime-darker: $boreal-color-engage-lime-lime-90;
|
|
29
|
+
$boreal-extended-lime-light: $boreal-color-engage-lime-lime-20;
|
|
30
|
+
$boreal-extended-lime-lighter: $boreal-color-engage-lime-lime-5;
|
|
31
|
+
$boreal-extended-cobalt-lighter: $boreal-color-protect-cobalt-cobalt-50;
|
|
32
|
+
$boreal-extended-cobalt-light: $boreal-color-protect-cobalt-cobalt-100;
|
|
33
|
+
$boreal-extended-cobalt-base: $boreal-color-protect-cobalt-cobalt-600;
|
|
34
|
+
$boreal-extended-cobalt-dark: $boreal-color-protect-cobalt-cobalt-800;
|
|
35
|
+
$boreal-extended-cobalt-darker: $boreal-color-protect-cobalt-cobalt-900;
|
|
36
|
+
$boreal-extended-onyx-lighter: $boreal-color-protect-onyx-onyx-100;
|
|
37
|
+
$boreal-extended-onyx-light: $boreal-color-protect-onyx-onyx-200;
|
|
38
|
+
$boreal-extended-onyx-base: $boreal-color-protect-onyx-onyx-500;
|
|
39
|
+
$boreal-extended-onyx-dark: $boreal-color-protect-onyx-onyx-600;
|
|
40
|
+
$boreal-extended-onyx-darker: $boreal-color-protect-onyx-onyx-900;
|
|
41
|
+
$boreal-extended-rose-lighter: $boreal-color-engage-rose-rose-5;
|
|
42
|
+
$boreal-extended-rose-light: $boreal-color-engage-rose-rose-20;
|
|
43
|
+
$boreal-extended-rose-base: $boreal-color-engage-rose-rose-50;
|
|
44
|
+
$boreal-extended-rose-dark: $boreal-color-engage-rose-rose-70;
|
|
45
|
+
$boreal-extended-rose-darker: $boreal-color-engage-rose-rose-90;
|
|
46
|
+
$boreal-neutral-deep: $boreal-color-proximus-onyx-onyx-600;
|
|
47
|
+
$boreal-information-lighter: $boreal-color-proximus-cobalt-cobalt-5;
|
|
48
|
+
$boreal-information-light: $boreal-color-proximus-cobalt-cobalt-200;
|
|
49
|
+
$boreal-success-lighter: $boreal-color-proximus-mint-mint-5;
|
|
50
|
+
$boreal-information-base: $boreal-color-proximus-cobalt-cobalt-500;
|
|
51
|
+
$boreal-neutral-contrast: $boreal-color-proximus-onyx-onyx-900;
|
|
52
|
+
$boreal-information-dark: $boreal-color-proximus-cobalt-cobalt-700;
|
|
53
|
+
$boreal-neutral-base: $boreal-color-proximus-onyx-onyx-400;
|
|
54
|
+
$boreal-warning-base: $boreal-color-proximus-amber-amber-400;
|
|
55
|
+
$boreal-neutral-ink: $boreal-color-proximus-onyx-onyx-700;
|
|
56
|
+
$boreal-warning-dark: $boreal-color-proximus-amber-amber-700;
|
|
57
|
+
$boreal-warning-darker: $boreal-color-proximus-amber-amber-900;
|
|
58
|
+
$boreal-warning-light: $boreal-color-proximus-amber-amber-200;
|
|
59
|
+
$boreal-focus: $boreal-color-proximus-cobalt-cobalt-200;
|
|
60
|
+
$boreal-success-light: $boreal-color-proximus-mint-mint-200;
|
|
61
|
+
$boreal-neutral-ligther: $boreal-color-proximus-neutral-neutral-200;
|
|
62
|
+
$boreal-success-base: $boreal-color-proximus-mint-mint-600;
|
|
63
|
+
$boreal-primary-dark: $boreal-color-proximus-cobalt-cobalt-700;
|
|
64
|
+
$boreal-danger-darker: $boreal-color-proximus-red-red-900;
|
|
65
|
+
$boreal-primary-darker: $boreal-color-proximus-cobalt-cobalt-900;
|
|
66
|
+
$boreal-danger-dark: $boreal-color-proximus-red-red-800;
|
|
67
|
+
$boreal-base-alt: $boreal-color-proximus-onyx-onyx-900;
|
|
68
|
+
$boreal-neutral-dark: $boreal-color-proximus-onyx-onyx-100;
|
|
69
|
+
$boreal-danger-lighter: $boreal-color-proximus-red-red-50;
|
|
70
|
+
$boreal-base-lighter: $boreal-color-proximus-neutral-neutral-300;
|
|
71
|
+
$boreal-danger-light: $boreal-color-proximus-red-red-200;
|
|
72
|
+
$boreal-accent-lighter: $boreal-color-proximus-mint-mint-5;
|
|
73
|
+
$boreal-success-dark: $boreal-color-proximus-mint-mint-700;
|
|
74
|
+
$boreal-neutral: $boreal-color-proximus-onyx-onyx-50;
|
|
75
|
+
$boreal-accent-darker: $boreal-color-proximus-mint-mint-900;
|
|
76
|
+
$boreal-neutral-paper: $boreal-color-proximus-onyx-onyx-200;
|
|
77
|
+
$boreal-warning-lighter: $boreal-color-proximus-amber-amber-50;
|
|
78
|
+
$boreal-success-darker: $boreal-color-proximus-mint-mint-900;
|
|
79
|
+
$boreal-primary-base: $boreal-color-proximus-cobalt-cobalt-500;
|
|
80
|
+
$boreal-information-darker: $boreal-color-proximus-cobalt-cobalt-900;
|
|
81
|
+
$boreal-neutral-darker: $boreal-color-proximus-onyx-onyx-500;
|
|
82
|
+
$boreal-neutral-light: $boreal-color-proximus-onyx-onyx-100;
|
|
83
|
+
$boreal-danger-base: $boreal-color-proximus-red-red-500;
|
|
84
|
+
$boreal-neutral-deeper: $boreal-color-proximus-onyx-onyx-800;
|
|
85
|
+
$boreal-base-light: $boreal-color-proximus-neutral-neutral-300;
|
|
86
|
+
$boreal-primary-light: $boreal-color-proximus-cobalt-cobalt-200;
|
|
87
|
+
$boreal-primary-lighter: $boreal-color-proximus-cobalt-cobalt-5;
|
|
88
|
+
$boreal-base-dark: $boreal-color-proximus-onyx-onyx-100;
|
|
89
|
+
$boreal-base-darker: $boreal-color-proximus-onyx-onyx-200;
|
|
90
|
+
$boreal-user-base: $boreal-color-proximus-cobalt-cobalt-5;
|
|
91
|
+
$boreal-bg-overlay: $boreal-neutral-contrast;
|
|
92
|
+
$boreal-bg-inverse: $boreal-white;
|
|
93
|
+
$boreal-bg-primary-darker: $boreal-primary-darker;
|
|
94
|
+
$boreal-bg-neutral: $boreal-neutral;
|
|
95
|
+
$boreal-bg-primary-base: $boreal-primary-base;
|
|
96
|
+
$boreal-bg-neutral-ink: $boreal-neutral-ink;
|
|
97
|
+
$boreal-bg-primary-lighter: $boreal-primary-lighter;
|
|
98
|
+
$boreal-bg-primary-light: $boreal-primary-light;
|
|
99
|
+
$boreal-bg-neutral-light: $boreal-neutral-light;
|
|
100
|
+
$boreal-bg-neutral-paper: $boreal-neutral-paper;
|
|
101
|
+
$boreal-bg-nuetral-dark: $boreal-neutral-dark;
|
|
102
|
+
$boreal-bg-neutral-base: $boreal-neutral-base;
|
|
103
|
+
$boreal-bg-neutral-darker: $boreal-neutral-darker;
|
|
104
|
+
$boreal-bg-neutral-deep: $boreal-neutral-deep;
|
|
105
|
+
$boreal-text-success-base: $boreal-success-base;
|
|
106
|
+
$boreal-text-danger-base: $boreal-danger-base;
|
|
107
|
+
$boreal-text-information-base: $boreal-information-base;
|
|
108
|
+
$boreal-text-accent: $boreal-accent-base;
|
|
109
|
+
$boreal-text-default: $boreal-neutral-ink;
|
|
110
|
+
$boreal-text-default-light: $boreal-neutral-base;
|
|
111
|
+
$boreal-text-inverse: $boreal-white;
|
|
112
|
+
$boreal-text-warning-base: $boreal-warning-base;
|
|
113
|
+
$boreal-text-disabled: $boreal-neutral-dark;
|
|
114
|
+
$boreal-text-primary-base: $boreal-primary-base;
|
|
115
|
+
$boreal-text-danger-dark: $boreal-danger-dark;
|
|
116
|
+
$boreal-text-success-dark: $boreal-success-dark;
|
|
117
|
+
$boreal-text-information-dark: $boreal-information-darker;
|
|
118
|
+
$boreal-text-warning-light: $boreal-warning-light;
|
|
119
|
+
$boreal-text-danger-light: $boreal-danger-light;
|
|
120
|
+
$boreal-text-success-light: $boreal-success-light;
|
|
121
|
+
$boreal-text-information-light: $boreal-information-light;
|
|
122
|
+
$boreal-text-warning-dark: $boreal-warning-darker;
|
|
123
|
+
$boreal-text-base: $boreal-base-alt;
|
|
124
|
+
$boreal-text-primary-light: $boreal-primary-light;
|
|
125
|
+
$boreal-text-primary-dark: $boreal-primary-dark;
|
|
126
|
+
$boreal-text-default-dark: $boreal-neutral-dark;
|
|
127
|
+
$boreal-text-default-darker: $boreal-neutral-darker;
|
|
128
|
+
$boreal-text-default-deep: $boreal-neutral-deep;
|
|
129
|
+
$boreal-text-default-ink: $boreal-neutral-ink;
|
|
130
|
+
$boreal-ui-default-base: $boreal-neutral;
|
|
131
|
+
$boreal-ui-inverse: $boreal-white;
|
|
132
|
+
$boreal-ui-accent: $boreal-accent-base;
|
|
133
|
+
$boreal-ui-black-light: $boreal-neutral-darker;
|
|
134
|
+
$boreal-ui-base: $boreal-base-alt;
|
|
135
|
+
$boreal-ui-base-light: $boreal-base-light;
|
|
136
|
+
$boreal-ui-disabled: $boreal-neutral-ligther;
|
|
137
|
+
$boreal-ui-info-light: $boreal-information-light;
|
|
138
|
+
$boreal-ui-success-light: $boreal-success-light;
|
|
139
|
+
$boreal-ui-success-base: $boreal-success-base;
|
|
140
|
+
$boreal-ui-black: $boreal-neutral-contrast;
|
|
141
|
+
$boreal-ui-danger-light: $boreal-danger-light;
|
|
142
|
+
$boreal-ui-primary-lighter: $boreal-primary-lighter;
|
|
143
|
+
$boreal-ui-danger-base: $boreal-danger-base;
|
|
144
|
+
$boreal-ui-info-base: $boreal-information-base;
|
|
145
|
+
$boreal-ui-primary-base: $boreal-primary-base;
|
|
146
|
+
$boreal-ui-primary-light: $boreal-primary-light;
|
|
147
|
+
$boreal-ui-primary-dark: $boreal-primary-dark;
|
|
148
|
+
$boreal-ui-warning-base: $boreal-warning-base;
|
|
149
|
+
$boreal-ui-success-lighter: $boreal-success-lighter;
|
|
150
|
+
$boreal-ui-danger-lighter: $boreal-danger-lighter;
|
|
151
|
+
$boreal-ui-info-lighter: $boreal-information-lighter;
|
|
152
|
+
$boreal-ui-warning-light: $boreal-warning-light;
|
|
153
|
+
$boreal-ui-warning-lighter: $boreal-warning-lighter;
|
|
154
|
+
$boreal-ui-base-lighter: $boreal-base-lighter;
|
|
155
|
+
$boreal-ui-default-lighter: $boreal-neutral-ligther;
|
|
156
|
+
$boreal-ui-success-dark: $boreal-success-dark;
|
|
157
|
+
$boreal-ui-danger-dark: $boreal-danger-dark;
|
|
158
|
+
$boreal-ui-info-dark: $boreal-information-dark;
|
|
159
|
+
$boreal-ui-warning-dark: $boreal-warning-dark;
|
|
160
|
+
$boreal-ui-default-light: $boreal-neutral-light;
|
|
161
|
+
$boreal-ui-default-paper: $boreal-neutral-paper;
|
|
162
|
+
$boreal-ui-default-dark: $boreal-neutral-dark;
|
|
163
|
+
$boreal-ui-default-darker: $boreal-neutral-darker;
|
|
164
|
+
$boreal-ui-default-deep: $boreal-neutral-deep;
|
|
165
|
+
$boreal-ui-default-ink: $boreal-neutral-ink;
|
|
166
|
+
$boreal-icon-info-dark: $boreal-information-darker;
|
|
167
|
+
$boreal-icon-default-lighter: $boreal-neutral-paper;
|
|
168
|
+
$boreal-icon-default-light: $boreal-neutral-dark;
|
|
169
|
+
$boreal-icon-default-dark: $boreal-neutral-base;
|
|
170
|
+
$boreal-icon-success-base: $boreal-success-base;
|
|
171
|
+
$boreal-icon-inverse: $boreal-white;
|
|
172
|
+
$boreal-icon-warning-base: $boreal-warning-base;
|
|
173
|
+
$boreal-icon-accent-base: $boreal-accent-base;
|
|
174
|
+
$boreal-icon-danger-base: $boreal-danger-base;
|
|
175
|
+
$boreal-icon-base: $boreal-base-alt;
|
|
176
|
+
$boreal-icon-primary-base: $boreal-primary-base;
|
|
177
|
+
$boreal-icon-success-dark: $boreal-success-dark;
|
|
178
|
+
$boreal-icon-warning-dark: $boreal-warning-darker;
|
|
179
|
+
$boreal-icon-danger-dark: $boreal-danger-dark;
|
|
180
|
+
$boreal-icon-info-base: $boreal-information-base;
|
|
181
|
+
$boreal-icon-info-light: $boreal-information-light;
|
|
182
|
+
$boreal-icon-success-light: $boreal-success-light;
|
|
183
|
+
$boreal-icon-warning-light: $boreal-warning-light;
|
|
184
|
+
$boreal-icon-danger-light: $boreal-danger-light;
|
|
185
|
+
$boreal-icon-disabled: $boreal-neutral-dark;
|
|
186
|
+
$boreal-icon-primary-light: $boreal-primary-light;
|
|
187
|
+
$boreal-icon-primary-dark: $boreal-primary-dark;
|
|
188
|
+
$boreal-icon-user: $boreal-user-base;
|
|
189
|
+
$boreal-icon-default-ink: $boreal-neutral-ink;
|
|
190
|
+
$boreal-alpha-black-50: #272a2f80;
|
|
191
|
+
$boreal-alpha-black-25: #272a2f40;
|
|
192
|
+
$boreal-alpha-white-50: #ffffff80;
|
|
193
|
+
$boreal-alpha-white-25: #ffffff40;
|
|
194
|
+
$boreal-alpha-white-10: #ffffff1a;
|
|
195
|
+
$boreal-alpha-white-75: #ffffffbf;
|
|
196
|
+
$boreal-alpha-white-85: #ffffffd9;
|
|
197
|
+
$boreal-alpha-white-90: #ffffffe6;
|
|
198
|
+
$boreal-alpha-white-95: #ffffffe6;
|
|
199
|
+
$boreal-alpha-white-80: #ffffffcc;
|
|
200
|
+
$boreal-alpha-white-55: #ffffff8c;
|
|
201
|
+
$boreal-alpha-black-5: #272a2f0d;
|
|
202
|
+
$boreal-alpha-black-10: #272a2f1a;
|
|
203
|
+
$boreal-extended-tael-darker: $boreal-extended-teal-darker;
|
|
204
|
+
$boreal-stroke-warning: $boreal-warning-base;
|
|
205
|
+
$boreal-stroke-inverse: $boreal-white;
|
|
206
|
+
$boreal-stroke-info-base: $boreal-information-base;
|
|
207
|
+
$boreal-stroke-success-base: $boreal-success-base;
|
|
208
|
+
$boreal-stroke-default-dark: $boreal-base-dark;
|
|
209
|
+
$boreal-stroke-default-light: $boreal-base-light;
|
|
210
|
+
$boreal-stroke-default-ink: $boreal-base-alt;
|
|
211
|
+
$boreal-stroke-focus: $boreal-focus;
|
|
212
|
+
$boreal-stroke-danger-base: $boreal-danger-base;
|
|
213
|
+
$boreal-stroke-accent: $boreal-accent-base;
|
|
214
|
+
$boreal-stroke-primary-base: $boreal-primary-base;
|
|
215
|
+
$boreal-stroke-primary-light: $boreal-primary-light;
|
|
216
|
+
$boreal-stroke-primary-dark: $boreal-primary-dark;
|
|
217
|
+
$boreal-stroke-info-light: $boreal-information-light;
|
|
218
|
+
$boreal-stroke-info-dark: $boreal-information-dark;
|
|
219
|
+
$boreal-stroke-success-light: $boreal-success-light;
|
|
220
|
+
$boreal-stroke-success-dark: $boreal-success-dark;
|
|
221
|
+
$boreal-stroke-warning-light: $boreal-warning-light;
|
|
222
|
+
$boreal-stroke-warning-dark: $boreal-warning-dark;
|
|
223
|
+
$boreal-stroke-danger-light: $boreal-danger-light;
|
|
224
|
+
$boreal-stroke-danger-dark: $boreal-danger-dark;
|
|
225
|
+
$boreal-stroke-default-lighter: $boreal-base-lighter;
|