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