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