@syncfusion/ej2-base 26.2.10 → 27.1.48
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 -1
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +2 -2
- package/dist/ej2-base.umd.min.js +2 -2
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +3 -3
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +3 -3
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +2 -2
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -7
- package/src/component.js +1 -1
- package/src/validate-lic.js +2 -2
- package/styles/bootstrap-dark-lite.css +3634 -0
- package/styles/bootstrap-dark-lite.scss +3 -0
- package/styles/bootstrap-dark.css +70 -1
- package/styles/bootstrap-lite.css +3634 -0
- package/styles/bootstrap-lite.scss +3 -0
- package/styles/bootstrap.css +70 -1
- package/styles/bootstrap4-lite.css +3284 -0
- package/styles/bootstrap4-lite.scss +3 -0
- package/styles/bootstrap4.css +67 -1
- package/styles/bootstrap5-dark-lite.css +2857 -0
- package/styles/bootstrap5-dark-lite.scss +3 -0
- package/styles/bootstrap5-dark.css +67 -1
- package/styles/bootstrap5-lite.css +2857 -0
- package/styles/bootstrap5-lite.scss +3 -0
- package/styles/bootstrap5.3-lite.css +3450 -0
- package/styles/bootstrap5.3-lite.scss +3 -0
- package/styles/bootstrap5.3.css +3450 -0
- package/styles/bootstrap5.3.scss +3 -0
- package/styles/bootstrap5.css +67 -1
- package/styles/definition/_bds-dark.scss +139 -25
- package/styles/definition/_bds.scss +201 -52
- package/styles/definition/_bootstrap5.3-dark.scss +912 -540
- package/styles/definition/_bootstrap5.3.scss +912 -826
- package/styles/definition/_fluent2-dark.scss +20 -6
- package/styles/definition/_fluent2-highcontrast.scss +45 -31
- package/styles/definition/_fluent2.scss +60 -34
- package/styles/fabric-dark-lite.css +3619 -0
- package/styles/fabric-dark-lite.scss +3 -0
- package/styles/fabric-dark.css +70 -1
- package/styles/fabric-lite.css +3619 -0
- package/styles/fabric-lite.scss +3 -0
- package/styles/fabric.css +70 -1
- package/styles/fluent-dark-lite.css +2857 -0
- package/styles/fluent-dark-lite.scss +3 -0
- package/styles/fluent-dark.css +67 -1
- package/styles/fluent-lite.css +2857 -0
- package/styles/fluent-lite.scss +3 -0
- package/styles/fluent.css +67 -1
- package/styles/fluent2-lite.css +3908 -0
- package/styles/fluent2-lite.scss +3 -0
- package/styles/fluent2.css +113 -30
- package/styles/highcontrast-light-lite.css +3610 -0
- package/styles/highcontrast-light-lite.scss +3 -0
- package/styles/highcontrast-light.css +70 -1
- package/styles/highcontrast-lite.css +3610 -0
- package/styles/highcontrast-lite.scss +3 -0
- package/styles/highcontrast.css +70 -1
- package/styles/material-dark-lite.css +3587 -0
- package/styles/material-dark-lite.scss +3 -0
- package/styles/material-dark.css +70 -1
- package/styles/material-lite.css +3587 -0
- package/styles/material-lite.scss +3 -0
- package/styles/material.css +70 -1
- package/styles/material3-dark-lite.css +2912 -0
- package/styles/material3-dark-lite.scss +3 -0
- package/styles/material3-dark.css +67 -1
- package/styles/material3-lite.css +2968 -0
- package/styles/material3-lite.scss +3 -0
- package/styles/material3.css +67 -1
- package/styles/offline-theme/material-dark.css +70 -1
- package/styles/offline-theme/material.css +70 -1
- package/styles/offline-theme/tailwind-dark.css +67 -1
- package/styles/offline-theme/tailwind.css +67 -1
- package/styles/tailwind-dark-lite.css +2858 -0
- package/styles/tailwind-dark-lite.scss +3 -0
- package/styles/tailwind-dark.css +67 -1
- package/styles/tailwind-lite.css +2858 -0
- package/styles/tailwind-lite.scss +3 -0
- package/styles/tailwind.css +67 -1
|
@@ -5,15 +5,21 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
:root{
|
|
8
|
+
|
|
9
|
+
//bds color system
|
|
8
10
|
--color-sf-base-white: #fff;
|
|
9
11
|
--color-sf-base-black: #000;
|
|
10
|
-
--color-sf-base-transparent: transparent;
|
|
11
12
|
|
|
13
|
+
//Transparent
|
|
14
|
+
--color-sf-base-transparent: transparent;
|
|
15
|
+
|
|
16
|
+
//branding
|
|
12
17
|
--color-sf-brand-primary: #{#9d76ed};
|
|
13
18
|
--color-sf-brand-primary-d10: #{darken(#9d76ed, 5%)};
|
|
14
19
|
--color-sf-on-brand-solid-primary: #{#fff};
|
|
15
20
|
--color-sf-brand-solid-primary: #{#7e56d8};
|
|
16
21
|
|
|
22
|
+
//Text
|
|
17
23
|
--color-sf-text-primary: #{#f5f5f6};
|
|
18
24
|
--color-sf-text-primary-on-brand: #{#f5f5f6};
|
|
19
25
|
--color-sf-text-secondary: #{#cecfd2};
|
|
@@ -35,7 +41,8 @@
|
|
|
35
41
|
--color-sf-text-error-primary: #{#f97066};
|
|
36
42
|
--color-sf-text-warning-primary: #{#fcb022};
|
|
37
43
|
--color-sf-text-success-primary: #{#47cd89};
|
|
38
|
-
|
|
44
|
+
|
|
45
|
+
//background
|
|
39
46
|
--color-sf-bg-primary: #{#0c111d};
|
|
40
47
|
--color-sf-bg-secondary: #{#161b26};
|
|
41
48
|
--color-sf-bg-primary-alt: #{#161b26};
|
|
@@ -67,7 +74,8 @@
|
|
|
67
74
|
--color-sf-bg-success-primary: #{#17b169};
|
|
68
75
|
--color-sf-bg-success-secondary: #{#069454};
|
|
69
76
|
--color-sf-bg-success-solid: #{#069454};
|
|
70
|
-
|
|
77
|
+
|
|
78
|
+
//border
|
|
71
79
|
--color-sf-border-primary: #{#333741};
|
|
72
80
|
--color-sf-border-primary-alt: #{#61646c};
|
|
73
81
|
--color-sf-border-secondary: #{#1f242f};
|
|
@@ -81,7 +89,8 @@
|
|
|
81
89
|
--color-sf-border-error-solid: #{#f04437};
|
|
82
90
|
--color-sf-border-success: #{#47cd89};
|
|
83
91
|
--color-sf-border-warning: #{#fcb022};
|
|
84
|
-
|
|
92
|
+
|
|
93
|
+
//foreground
|
|
85
94
|
--color-sf-fg-primary: #{#fff};
|
|
86
95
|
--color-sf-fg-secondary: #{#cecfd2};
|
|
87
96
|
--color-sf-fg-secondary-hover: #{#ececed};
|
|
@@ -105,9 +114,11 @@
|
|
|
105
114
|
--color-sf-fg-success-primary: #{#17b169};
|
|
106
115
|
--color-sf-fg-success-secondary: #{#47cd89};
|
|
107
116
|
|
|
117
|
+
//tooltip
|
|
108
118
|
--color-sf-utility-tooltip-bg: #{#ececed};
|
|
109
119
|
--color-sf-utility-tooltip-text: #{#0c111d};
|
|
110
|
-
|
|
120
|
+
|
|
121
|
+
//utility helper
|
|
111
122
|
--color-sf-utility-success: #{#47cd89};
|
|
112
123
|
--color-sf-utility-info: #{#36bffa};
|
|
113
124
|
--color-sf-utility-warning: #{#fcb022};
|
|
@@ -124,12 +135,14 @@
|
|
|
124
135
|
--color-sf-utility-warning-lighter: #{#93370c};
|
|
125
136
|
--color-sf-utility-danger-lighter: #{#901f17};
|
|
126
137
|
|
|
138
|
+
//utility btn
|
|
127
139
|
--color-sf-utility-info-border-color: #{#52379e}; //brand color
|
|
128
140
|
--color-sf-utility-info-bg-color-hover: #{#2b1b5e}; //brand color
|
|
129
141
|
--color-sf-utility-info-bg-color-pressed: #{#52379e}; //brand color
|
|
130
142
|
--color-sf-utility-info-text: #{#9d76ed};
|
|
131
143
|
--color-sf-utility-info-text-hover: #{#b692f6};
|
|
132
144
|
|
|
145
|
+
//secondary btn
|
|
133
146
|
--color-sf-utility-secondary-border-color: #{#333741};
|
|
134
147
|
--color-sf-utility-secondary-bg-color: #{#161b26};
|
|
135
148
|
--color-sf-utility-secondary-text-color: #{#cecfd2};
|
|
@@ -138,108 +151,128 @@
|
|
|
138
151
|
--color-sf-utility-secondary-bg-color-pressed: #{#333741};
|
|
139
152
|
--color-sf-utility-secondary-text-color-pressed: #{#cecfd2};
|
|
140
153
|
|
|
154
|
+
//selected bg
|
|
141
155
|
--color-sf-utility-content-bg-color-selected: #{#2b1b5e};
|
|
142
156
|
|
|
157
|
+
//Message default
|
|
143
158
|
--color-sf-utility-msg-color: #{#cecfd2};
|
|
144
159
|
--color-sf-utility-msg-bg-color: #{#161b26};
|
|
145
160
|
--color-sf-utility-msg-border-color: #{#333741};
|
|
146
161
|
--color-sf-utility-msg-color-alt1: #{#ececed};
|
|
147
|
-
--color-sf-utility-msg-bg-color-alt1:
|
|
162
|
+
--color-sf-utility-msg-bg-color-alt1: transparent;
|
|
148
163
|
--color-sf-utility-msg-border-color-alt1: #{#61646c};
|
|
149
164
|
--color-sf-utility-msg-color-alt2: #{#333741};
|
|
150
165
|
--color-sf-utility-msg-bg-color-alt2: #{#ececed};
|
|
151
166
|
--color-sf-utility-msg-border-color-alt2: #{#94969c};
|
|
152
|
-
|
|
167
|
+
|
|
168
|
+
//Message icon
|
|
153
169
|
--color-sf-utility-msg-icon-color: #{#94969c};
|
|
154
170
|
--color-sf-utility-msg-icon-color-alt1: #{#cecfd2};
|
|
155
171
|
--color-sf-utility-msg-icon-color-alt2: #{#333741};
|
|
156
|
-
|
|
172
|
+
|
|
173
|
+
//Message close icon
|
|
157
174
|
--color-sf-utility-msg-close-icon-color: #{#cecfd2};
|
|
158
175
|
--color-sf-utility-msg-close-icon-color-alt1: #{#cecfd2};
|
|
159
176
|
--color-sf-utility-msg-close-icon-color-alt2: #{#333741};
|
|
160
|
-
|
|
177
|
+
|
|
178
|
+
//Message danger
|
|
161
179
|
--color-sf-utility-msg-danger-color: #{#fca19b};
|
|
162
180
|
--color-sf-utility-msg-danger-bg-color: #{#54150c};
|
|
163
181
|
--color-sf-utility-msg-danger-border-color: #{#901f17};
|
|
164
182
|
--color-sf-utility-msg-danger-color-alt1: #{#fecdc9};
|
|
165
|
-
--color-sf-utility-msg-danger-bg-color-alt1:
|
|
183
|
+
--color-sf-utility-msg-danger-bg-color-alt1: transparent;
|
|
166
184
|
--color-sf-utility-msg-danger-border-color-alt1: #{#901f17};
|
|
167
185
|
--color-sf-utility-msg-danger-color-alt2: #{#7a2619};
|
|
168
186
|
--color-sf-utility-msg-danger-bg-color-alt2: #{#fecdc9};
|
|
169
187
|
--color-sf-utility-msg-danger-border-color-alt2: #{#fca19b};
|
|
170
|
-
|
|
188
|
+
|
|
189
|
+
//Message icon
|
|
171
190
|
--color-sf-utility-msg-danger-icon-color: #{#fca19b};
|
|
172
191
|
--color-sf-utility-msg-danger-icon-color-alt1: #{#fca19b};
|
|
173
192
|
--color-sf-utility-msg-danger-icon-color-alt2: #{#333741};
|
|
174
|
-
|
|
193
|
+
|
|
194
|
+
//Message close icon
|
|
175
195
|
--color-sf-utility-msg-danger-close-icon-color: #{#fca19b};
|
|
176
196
|
--color-sf-utility-msg-danger-close-icon-color-alt1: #{#fca19b};
|
|
177
197
|
--color-sf-utility-msg-danger-close-icon-color-alt2: #{#161b26};
|
|
178
|
-
|
|
198
|
+
|
|
199
|
+
//Message success
|
|
179
200
|
--color-sf-utility-msg-success-color: #{#75dfa6};
|
|
180
201
|
--color-sf-utility-msg-success-bg-color: #{#043320};
|
|
181
202
|
--color-sf-utility-msg-success-border-color: #{#075d39};
|
|
182
203
|
--color-sf-utility-msg-success-color-alt1: #{#aaefc6};
|
|
183
|
-
--color-sf-utility-msg-success-bg-color-alt1:
|
|
204
|
+
--color-sf-utility-msg-success-bg-color-alt1: transparent;
|
|
184
205
|
--color-sf-utility-msg-success-border-color-alt1: #{#075d39};
|
|
185
206
|
--color-sf-utility-msg-success-color-alt2: #{#161b26};
|
|
186
207
|
--color-sf-utility-msg-success-bg-color-alt2: #{#aaefc6};
|
|
187
208
|
--color-sf-utility-msg-success-border-color-alt2: #{#75dfa6};
|
|
188
|
-
|
|
209
|
+
|
|
210
|
+
//Message icon
|
|
189
211
|
--color-sf-utility-msg-success-icon-color: #{#47cd89};
|
|
190
212
|
--color-sf-utility-msg-success-icon-color-alt1: #{#75dfa6};
|
|
191
213
|
--color-sf-utility-msg-success-icon-color-alt2: #{#333741};
|
|
192
|
-
|
|
214
|
+
|
|
215
|
+
//Message close icon
|
|
193
216
|
--color-sf-utility-msg-success-close-icon-color: #{#75dfa6};
|
|
194
217
|
--color-sf-utility-msg-success-close-icon-color-alt1: #{#75dfa6};
|
|
195
218
|
--color-sf-utility-msg-success-close-icon-color-alt2: #{#161b26};
|
|
196
|
-
|
|
219
|
+
|
|
220
|
+
//Message warning
|
|
197
221
|
--color-sf-utility-msg-warning-color: #{#fec84a};
|
|
198
222
|
--color-sf-utility-msg-warning-bg-color: #{#4e1d08};
|
|
199
223
|
--color-sf-utility-msg-warning-border-color: #{#93370c};
|
|
200
224
|
--color-sf-utility-msg-warning-color-alt1: #{#fede88};
|
|
201
|
-
--color-sf-utility-msg-warning-bg-color-alt1:
|
|
225
|
+
--color-sf-utility-msg-warning-bg-color-alt1: transparent;
|
|
202
226
|
--color-sf-utility-msg-warning-border-color-alt1: #{#93370c};
|
|
203
227
|
--color-sf-utility-msg-warning-color-alt2: #{#161b26};
|
|
204
228
|
--color-sf-utility-msg-warning-bg-color-alt2: #{#fede88};
|
|
205
229
|
--color-sf-utility-msg-warning-border-color-alt2: #{#fec84a};
|
|
206
230
|
|
|
231
|
+
//Message icon
|
|
207
232
|
--color-sf-utility-msg-warning-icon-color: #{#f78f08};
|
|
208
233
|
--color-sf-utility-msg-warning-icon-color-alt1: #{#f78f08};
|
|
209
234
|
--color-sf-utility-msg-warning-icon-color-alt2: #{#333741};
|
|
210
235
|
|
|
236
|
+
//Message close icon
|
|
211
237
|
--color-sf-utility-msg-warning-close-icon-color: #{#fec84a};
|
|
212
238
|
--color-sf-utility-msg-warning-close-icon-color-alt1: #{#fec84a};
|
|
213
239
|
--color-sf-utility-msg-warning-close-icon-color-alt2: #{#161b26};
|
|
214
|
-
|
|
240
|
+
|
|
241
|
+
//Message Info
|
|
215
242
|
--color-sf-utility-msg-info-color: #{#7cd4fd};
|
|
216
243
|
--color-sf-utility-msg-info-bg-color: #{#0b4a6f};
|
|
217
244
|
--color-sf-utility-msg-info-border-color: #{#065986};
|
|
218
245
|
--color-sf-utility-msg-info-color-alt1: #{#b9e6fe};
|
|
219
|
-
--color-sf-utility-msg-info-bg-color-alt1:
|
|
246
|
+
--color-sf-utility-msg-info-bg-color-alt1: transparent;
|
|
220
247
|
--color-sf-utility-msg-info-border-color-alt1: #{#065986};
|
|
221
248
|
--color-sf-utility-msg-info-color-alt2: #{#065986};
|
|
222
249
|
--color-sf-utility-msg-info-bg-color-alt2: #{#d0d5dd};
|
|
223
250
|
--color-sf-utility-msg-info-border-color-alt2: #{#d0d5dd};
|
|
224
251
|
|
|
252
|
+
//Message icon
|
|
225
253
|
--color-sf-utility-msg-info-icon-color: #{#0ba5ec};
|
|
226
254
|
--color-sf-utility-msg-info-icon-color-alt1: #{#0ba5ec};
|
|
227
255
|
--color-sf-utility-msg-info-icon-color-alt2: #{#d0d5dd};
|
|
228
|
-
|
|
256
|
+
|
|
257
|
+
//Message close icon
|
|
229
258
|
--color-sf-utility-msg-info-close-icon-color: #{#7cd4fd};
|
|
230
259
|
--color-sf-utility-msg-info-close-icon-color-alt1: #{#7cd4fd};
|
|
231
260
|
--color-sf-utility-msg-info-close-icon-color-alt2: #{#161b26};
|
|
232
|
-
|
|
261
|
+
|
|
262
|
+
//app bar
|
|
263
|
+
//Light
|
|
233
264
|
--color-sf-utility-appbar-bg-color-alt1: #{#0c111d};
|
|
234
265
|
--color-sf-utility-appbar-color-alt1: #{#f5f5f6};
|
|
235
266
|
--color-sf-utility-appbar-border-color-alt1: #{#1f242f};
|
|
236
267
|
--color-sf-utility-appbar-hover-bg-color-alt1: rgba(245, 245, 246, .06);
|
|
237
|
-
|
|
268
|
+
|
|
269
|
+
//dark
|
|
238
270
|
--color-sf-utility-appbar-bg-color-alt2: #{#f0f1f1};
|
|
239
271
|
--color-sf-utility-appbar-color-alt2: #{#161b26};
|
|
240
272
|
--color-sf-utility-appbar-border-color-alt2: #{#ececed};
|
|
241
273
|
--color-sf-utility-appbar-hover-bg-color-alt2: rgba(22, 27, 38, .08);
|
|
242
|
-
|
|
274
|
+
|
|
275
|
+
//rating
|
|
243
276
|
--color-sf-utility-rating-selected-color: #{#fcb022};
|
|
244
277
|
--color-sf-utility-rating-unrated-color: #{#333741};
|
|
245
278
|
--color-sf-utility-rating-selected-disabled-color: #{#93370c};
|
|
@@ -248,9 +281,11 @@
|
|
|
248
281
|
--color-sf-utility-rating-unrated-hover-color: #{#fec84a};
|
|
249
282
|
--color-sf-utility-rating-pressed-color: #{#f78f08};
|
|
250
283
|
|
|
284
|
+
//avatar
|
|
251
285
|
--color-sf-utility-avatar-border-color: rgba(255, 255, 255, .075);
|
|
252
286
|
}
|
|
253
287
|
|
|
288
|
+
//gray
|
|
254
289
|
$gray-25: #fafafa;
|
|
255
290
|
$gray-50: #f5f5f6;
|
|
256
291
|
$gray-100: #f0f1f1;
|
|
@@ -264,6 +299,7 @@ $gray-800: #1f242f;
|
|
|
264
299
|
$gray-900: #161b26;
|
|
265
300
|
$gray-950: #0c111d;
|
|
266
301
|
|
|
302
|
+
//brand
|
|
267
303
|
$brand-25: #fcfaff;
|
|
268
304
|
$brand-50: #f9f5ff;
|
|
269
305
|
$brand-100: #f4ebff;
|
|
@@ -277,6 +313,7 @@ $brand-800: #52379e;
|
|
|
277
313
|
$brand-900: #422f7d;
|
|
278
314
|
$brand-950: #2b1b5e;
|
|
279
315
|
|
|
316
|
+
//error
|
|
280
317
|
$error-25: #fefafa;
|
|
281
318
|
$error-50: #fef2f1;
|
|
282
319
|
$error-100: #fee3e1;
|
|
@@ -290,6 +327,7 @@ $error-800: #901f17;
|
|
|
290
327
|
$error-900: #7a2619;
|
|
291
328
|
$error-950: #54150c;
|
|
292
329
|
|
|
330
|
+
//warning
|
|
293
331
|
$warning-25: #fffcf4;
|
|
294
332
|
$warning-50: #fff9eb;
|
|
295
333
|
$warning-100: #feefc6;
|
|
@@ -303,6 +341,7 @@ $warning-800: #93370c;
|
|
|
303
341
|
$warning-900: #792d0d;
|
|
304
342
|
$warning-950: #4e1d08;
|
|
305
343
|
|
|
344
|
+
//success
|
|
306
345
|
$success-25: #f5fdf9;
|
|
307
346
|
$success-50: #ecfcf2;
|
|
308
347
|
$success-100: #dbf9e6;
|
|
@@ -316,12 +355,13 @@ $success-800: #075d39;
|
|
|
316
355
|
$success-900: #074c30;
|
|
317
356
|
$success-950: #043320;
|
|
318
357
|
|
|
358
|
+
//cyan-color-variables
|
|
319
359
|
$cyan-25: #f5feff !default;
|
|
320
360
|
$cyan-50: #ecfdff !default;
|
|
321
361
|
$cyan-100: #cff9fe !default;
|
|
322
362
|
$cyan-200: #a5f0fc !default;
|
|
323
363
|
$cyan-300: #67e3f9 !default;
|
|
324
|
-
$cyan-400: #
|
|
364
|
+
$cyan-400: #22ccee !default;
|
|
325
365
|
$cyan-500: #06aeda !default;
|
|
326
366
|
$cyan-600: #088ab2 !default;
|
|
327
367
|
$cyan-700: #0e7090 !default;
|
|
@@ -331,15 +371,20 @@ $cyan-950: #0d2d3a !default;
|
|
|
331
371
|
|
|
332
372
|
//collection: 1. color modes with mode: dark mode
|
|
333
373
|
|
|
374
|
+
//bds color system
|
|
334
375
|
$base-white: mapcolorvariable('base-white');
|
|
335
376
|
$base-black: mapcolorvariable('base-black');
|
|
377
|
+
|
|
378
|
+
//Transparent
|
|
336
379
|
$base-transparent: mapcolorvariable('base-transparent');
|
|
337
380
|
|
|
381
|
+
//brand primary
|
|
338
382
|
$brand-primary: mapcolorvariable('brand-primary');
|
|
339
383
|
$brand-primary-d10: mapcolorvariable('brand-primary-d10');
|
|
340
384
|
$on-brand-solid-primary: mapcolorvariable('on-brand-solid-primary');
|
|
341
385
|
$brand-solid-primary: mapcolorvariable('brand-solid-primary');
|
|
342
386
|
|
|
387
|
+
//Text
|
|
343
388
|
$text-primary: mapcolorvariable('text-primary');
|
|
344
389
|
$text-primary-on-brand: mapcolorvariable('text-primary-on-brand');
|
|
345
390
|
$text-secondary: mapcolorvariable('text-secondary');
|
|
@@ -362,6 +407,7 @@ $text-error-primary: mapcolorvariable('text-error-primary');
|
|
|
362
407
|
$text-warning-primary: mapcolorvariable('text-warning-primary');
|
|
363
408
|
$text-success-primary: mapcolorvariable('text-success-primary ');
|
|
364
409
|
|
|
410
|
+
//background
|
|
365
411
|
$bg-primary: mapcolorvariable('bg-primary');
|
|
366
412
|
$bg-primary-alt: mapcolorvariable('bg-primary-alt');
|
|
367
413
|
$bg-primary-hover: mapcolorvariable('bg-primary-hover');
|
|
@@ -394,6 +440,7 @@ $bg-success-primary: mapcolorvariable('bg-success-primary');
|
|
|
394
440
|
$bg-success-secondary: mapcolorvariable('bg-success-secondary');
|
|
395
441
|
$bg-success-solid: mapcolorvariable('bg-success-solid');
|
|
396
442
|
|
|
443
|
+
//border
|
|
397
444
|
$border-primary: mapcolorvariable('border-primary');
|
|
398
445
|
$border-primary-alt: mapcolorvariable('border-primary-alt');
|
|
399
446
|
$border-secondary: mapcolorvariable('border-secondary');
|
|
@@ -408,6 +455,7 @@ $border-error-solid: mapcolorvariable('border-error-solid');
|
|
|
408
455
|
$border-success: mapcolorvariable('border-success');
|
|
409
456
|
$border-warning: mapcolorvariable('border-warning');
|
|
410
457
|
|
|
458
|
+
//foreground
|
|
411
459
|
$fg-primary: mapcolorvariable('fg-primary');
|
|
412
460
|
$fg-secondary: mapcolorvariable('fg-secondary');
|
|
413
461
|
$fg-secondary-hover: mapcolorvariable('fg-secondary-hover');
|
|
@@ -434,6 +482,7 @@ $fg-success-secondary: mapcolorvariable('fg-success-secondary');
|
|
|
434
482
|
$utility-tooltip-bg: mapcolorvariable('utility-tooltip-bg');
|
|
435
483
|
$utility-tooltip-text: mapcolorvariable('utility-tooltip-text');
|
|
436
484
|
|
|
485
|
+
//utility helper
|
|
437
486
|
$utility-success: mapcolorvariable('utility-success');
|
|
438
487
|
$utility-info: mapcolorvariable('utility-info');
|
|
439
488
|
$utility-warning: mapcolorvariable('utility-warning');
|
|
@@ -450,6 +499,7 @@ $utility-info-lighter: mapcolorvariable('utility-info-lighter');
|
|
|
450
499
|
$utility-warning-lighter: mapcolorvariable('utility-warning-lighter');
|
|
451
500
|
$utility-danger-lighter: mapcolorvariable('utility-danger-lighter');
|
|
452
501
|
|
|
502
|
+
//utility btn
|
|
453
503
|
$utility-info-border-color: mapcolorvariable('utility-info-border-color'); //brand color
|
|
454
504
|
$utility-info-bg-color-hover: mapcolorvariable('utility-info-bg-color-hover');
|
|
455
505
|
$utility-info-bg-color-pressed: mapcolorvariable('utility-info-bg-color-pressed');
|
|
@@ -464,8 +514,10 @@ $utility-secondary-text-color-hover: mapcolorvariable('utility-secondary-text-co
|
|
|
464
514
|
$utility-secondary-bg-color-pressed: mapcolorvariable('utility-secondary-bg-color-pressed');
|
|
465
515
|
$utility-secondary-text-color-pressed: mapcolorvariable('utility-secondary-text-color-pressed');
|
|
466
516
|
|
|
517
|
+
//utility states
|
|
467
518
|
$utility-content-bg-color-selected: mapcolorvariable('utility-content-bg-color-selected');
|
|
468
519
|
|
|
520
|
+
//Message default
|
|
469
521
|
$utility-msg-color: mapcolorvariable('utility-msg-color');
|
|
470
522
|
$utility-msg-bg-color: mapcolorvariable('utility-msg-bg-color');
|
|
471
523
|
$utility-msg-border-color: mapcolorvariable('utility-msg-border-color');
|
|
@@ -484,6 +536,7 @@ $utility-msg-close-icon-color: mapcolorvariable('utility-msg-close-icon-color');
|
|
|
484
536
|
$utility-msg-close-icon-color-alt1: mapcolorvariable('utility-msg-close-icon-color-alt1');
|
|
485
537
|
$utility-msg-close-icon-color-alt2: mapcolorvariable('utility-msg-close-icon-color-alt2');
|
|
486
538
|
|
|
539
|
+
//Message danger
|
|
487
540
|
$utility-msg-danger-color: mapcolorvariable('utility-msg-danger-color');
|
|
488
541
|
$utility-msg-danger-bg-color: mapcolorvariable('utility-msg-danger-bg-color');
|
|
489
542
|
$utility-msg-danger-border-color: mapcolorvariable('utility-msg-danger-border-color');
|
|
@@ -502,6 +555,7 @@ $utility-msg-danger-close-icon-color: mapcolorvariable('utility-msg-danger-close
|
|
|
502
555
|
$utility-msg-danger-close-icon-color-alt1: mapcolorvariable('utility-msg-danger-close-icon-color-alt1');
|
|
503
556
|
$utility-msg-danger-close-icon-color-alt2: mapcolorvariable('utility-msg-danger-close-icon-color-alt2');
|
|
504
557
|
|
|
558
|
+
//Message success
|
|
505
559
|
$utility-msg-success-color: mapcolorvariable('utility-msg-success-color');
|
|
506
560
|
$utility-msg-success-bg-color: mapcolorvariable('utility-msg-success-bg-color');
|
|
507
561
|
$utility-msg-success-border-color: mapcolorvariable('utility-msg-success-border-color');
|
|
@@ -520,6 +574,7 @@ $utility-msg-success-close-icon-color: mapcolorvariable('utility-msg-success-clo
|
|
|
520
574
|
$utility-msg-success-close-icon-color-alt1: mapcolorvariable('utility-msg-success-close-icon-color-alt1');
|
|
521
575
|
$utility-msg-success-close-icon-color-alt2: mapcolorvariable('utility-msg-success-close-icon-color-alt2');
|
|
522
576
|
|
|
577
|
+
//Message warning
|
|
523
578
|
$utility-msg-warning-color: mapcolorvariable('utility-msg-warning-color');
|
|
524
579
|
$utility-msg-warning-bg-color: mapcolorvariable('utility-msg-warning-bg-color');
|
|
525
580
|
$utility-msg-warning-border-color: mapcolorvariable('utility-msg-warning-border-color');
|
|
@@ -538,6 +593,7 @@ $utility-msg-warning-close-icon-color: mapcolorvariable('utility-msg-warning-clo
|
|
|
538
593
|
$utility-msg-warning-close-icon-color-alt1: mapcolorvariable('utility-msg-warning-close-icon-color-alt1');
|
|
539
594
|
$utility-msg-warning-close-icon-color-alt2: mapcolorvariable('utility-msg-warning-close-icon-color-alt2');
|
|
540
595
|
|
|
596
|
+
//Message Info
|
|
541
597
|
$utility-msg-info-color: mapcolorvariable('utility-msg-info-color');
|
|
542
598
|
$utility-msg-info-bg-color: mapcolorvariable('utility-msg-info-bg-color');
|
|
543
599
|
$utility-msg-info-border-color: mapcolorvariable('utility-msg-info-border-color');
|
|
@@ -556,16 +612,20 @@ $utility-msg-info-close-icon-color: mapcolorvariable('utility-msg-info-close-ico
|
|
|
556
612
|
$utility-msg-info-close-icon-color-alt1: mapcolorvariable('utility-msg-info-close-icon-color-alt1');
|
|
557
613
|
$utility-msg-info-close-icon-color-alt2: mapcolorvariable('utility-msg-info-close-icon-color-alt2');
|
|
558
614
|
|
|
615
|
+
//app bar
|
|
616
|
+
//Light
|
|
559
617
|
$utility-appbar-bg-color-alt1: mapcolorvariable('utility-appbar-bg-color-alt1');
|
|
560
618
|
$utility-appbar-color-alt1: mapcolorvariable('utility-appbar-color-alt1');
|
|
561
619
|
$utility-appbar-border-color-alt1: mapcolorvariable('utility-appbar-border-color-alt1');
|
|
562
620
|
$utility-appbar-hover-bg-color-alt1: mapcolorvariable('utility-appbar-border-color-alt2');
|
|
563
621
|
|
|
622
|
+
//dark
|
|
564
623
|
$utility-appbar-bg-color-alt2: mapcolorvariable('utility-appbar-bg-color-alt2');
|
|
565
624
|
$utility-appbar-color-alt2: mapcolorvariable('utility-appbar-color-alt2');
|
|
566
625
|
$utility-appbar-border-color-alt2: mapcolorvariable('utility-appbar-border-color-alt2');
|
|
567
626
|
$utility-appbar-hover-bg-color-alt2: mapcolorvariable('utility-appbar-hover-bg-color-alt2');
|
|
568
627
|
|
|
628
|
+
//rating
|
|
569
629
|
$utility-rating-selected-color: mapcolorvariable('utility-rating-selected-color');
|
|
570
630
|
$utility-rating-unrated-color: mapcolorvariable('utility-rating-unrated-color');
|
|
571
631
|
$utility-rating-selected-disabled-color: mapcolorvariable('utility-rating-selected-disabled-color');
|
|
@@ -574,14 +634,21 @@ $utility-rating-selected-hover-color: mapcolorvariable('utility-rating-selected-
|
|
|
574
634
|
$utility-rating-unrated-hover-color: mapcolorvariable('utility-rating-unrated-hover-color');
|
|
575
635
|
$utility-rating-pressed-color: mapcolorvariable('utility-rating-pressed-color');
|
|
576
636
|
|
|
637
|
+
//avatar
|
|
577
638
|
$utility-avatar-border-color: mapcolorvariable('utility-avatar-border-color');
|
|
578
639
|
|
|
579
640
|
//sf base variables
|
|
580
641
|
|
|
642
|
+
//black
|
|
581
643
|
$black:$base-black;
|
|
644
|
+
|
|
645
|
+
//White
|
|
582
646
|
$white: $base-white;
|
|
647
|
+
|
|
648
|
+
//Transparent
|
|
583
649
|
$transparent: $base-transparent;
|
|
584
650
|
|
|
651
|
+
//cool-gray-color-variables
|
|
585
652
|
$cool-gray-25: $gray-25 !default;
|
|
586
653
|
$cool-gray-50: $gray-50 !default;
|
|
587
654
|
$cool-gray-100: $gray-100 !default;
|
|
@@ -594,6 +661,7 @@ $cool-gray-700: $gray-700 !default;
|
|
|
594
661
|
$cool-gray-800: $gray-800 !default;
|
|
595
662
|
$cool-gray-900: $gray-900 !default;
|
|
596
663
|
|
|
664
|
+
//red-color-variables updated
|
|
597
665
|
$red-25: #fffbfa !default;
|
|
598
666
|
$red-50: #fef3f2 !default;
|
|
599
667
|
$red-100: #fee4e2 !default;
|
|
@@ -606,6 +674,7 @@ $red-700: #b42318 !default;
|
|
|
606
674
|
$red-800: #912018 !default;
|
|
607
675
|
$red-900: #7a271a !default;
|
|
608
676
|
|
|
677
|
+
//green-color-variables
|
|
609
678
|
$green-25: #f6fef9 !default;
|
|
610
679
|
$green-50: #ecfdf3 !default;
|
|
611
680
|
$green-100: #d1fadf !default;
|
|
@@ -618,6 +687,7 @@ $green-700: #027a48 !default;
|
|
|
618
687
|
$green-800: #05603a !default;
|
|
619
688
|
$green-900: #054f31 !default;
|
|
620
689
|
|
|
690
|
+
//orange-color-variables
|
|
621
691
|
$orange-25: #fffcf5 !default;
|
|
622
692
|
$orange-50: #fffaeb !default;
|
|
623
693
|
$orange-100: #fef0c7 !default;
|
|
@@ -630,6 +700,7 @@ $orange-700: #b54708 !default;
|
|
|
630
700
|
$orange-800: #93370d !default;
|
|
631
701
|
$orange-900: #7a2e0e !default;
|
|
632
702
|
|
|
703
|
+
//cyan-color-variables
|
|
633
704
|
$cyan-25: #f5fbff !default;
|
|
634
705
|
$cyan-50: #f0f9ff !default;
|
|
635
706
|
$cyan-100: #e0f2fe !default;
|
|
@@ -642,6 +713,7 @@ $cyan-700: #026aa2 !default;
|
|
|
642
713
|
$cyan-800: #065986 !default;
|
|
643
714
|
$cyan-900: #0b4a6f !default;
|
|
644
715
|
|
|
716
|
+
//indigo-color-variables
|
|
645
717
|
$indigo-25: #fcfaff !default;
|
|
646
718
|
$indigo-50: #f9f5ff !default;
|
|
647
719
|
$indigo-100: #f4ebff !default;
|
|
@@ -673,6 +745,7 @@ $info-lighter: $utility-info-lighter !default;
|
|
|
673
745
|
$warning-lighter: $utility-warning-lighter !default;
|
|
674
746
|
$danger-lighter: $utility-danger-lighter !default;
|
|
675
747
|
|
|
748
|
+
//backgroundcolor
|
|
676
749
|
$content-bg-color: $bg-primary !default;
|
|
677
750
|
$content-bg-color-alt1: $bg-primary-alt !default;
|
|
678
751
|
$content-bg-color-alt2: $bg-secondary !default;
|
|
@@ -686,6 +759,7 @@ $content-bg-color-selected: $brand-900 !default;
|
|
|
686
759
|
$content-bg-color-dragged: $gray-900 !default;
|
|
687
760
|
$content-bg-color-disabled: $base-white !default;
|
|
688
761
|
$flyout-bg-color: $bg-secondary !default;
|
|
762
|
+
$flyout-bg-color-focus: $bg-tertiary !default;
|
|
689
763
|
$flyout-bg-color-hover: $gray-800 !default;
|
|
690
764
|
$flyout-bg-color-selected: $bg-secondary-subtle !default;
|
|
691
765
|
$overlay-bg-color: rgba(0, 0, 0, .7) !default;
|
|
@@ -693,6 +767,7 @@ $table-bg-color-hover: $gray-800 !default;
|
|
|
693
767
|
$table-bg-color-pressed: $gray-700 !default;
|
|
694
768
|
$table-bg-color-selected: $gray-700 !default;
|
|
695
769
|
|
|
770
|
+
//text-color
|
|
696
771
|
$content-text-color: $text-primary !default;
|
|
697
772
|
$content-text-color-alt1: $text-secondary !default;
|
|
698
773
|
$content-text-color-alt2: $text-tertiary !default;
|
|
@@ -709,11 +784,13 @@ $table-text-color-hover: $text-secondary-hover !default;
|
|
|
709
784
|
$table-text-color-pressed: $text-primary !default;
|
|
710
785
|
$table-text-color-selected: $text-primary !default;
|
|
711
786
|
|
|
787
|
+
//icon-color
|
|
712
788
|
$icon-color: $gray-300 !default;
|
|
713
789
|
$icon-color-hover: $gray-200 !default;
|
|
714
790
|
$icon-color-pressed: $gray-100 !default;
|
|
715
791
|
$icon-color-disabled: $gray-500 !default;
|
|
716
792
|
|
|
793
|
+
//border-color
|
|
717
794
|
$border-light: $border-secondary !default;
|
|
718
795
|
$border: $border-primary !default;
|
|
719
796
|
$border-dark: $gray-600 !default;
|
|
@@ -727,10 +804,12 @@ $border-warning: $warning-400 !default;
|
|
|
727
804
|
$border-error: $error-400 !default;
|
|
728
805
|
$border-success: $success-400 !default;
|
|
729
806
|
|
|
807
|
+
//Tooltip
|
|
730
808
|
$tooltip-bg-color: $utility-tooltip-bg !default;
|
|
731
809
|
$tooltip-border: $utility-tooltip-bg !default;
|
|
732
810
|
$toooltip-text-color: $utility-tooltip-text !default;
|
|
733
811
|
|
|
812
|
+
//shadow
|
|
734
813
|
$shadow-xs: 0 1px 2px 0 rgba($gray-900, .05) !default;
|
|
735
814
|
$shadow: 0 1px 3px 0 rgba($gray-900, .1), 0 1px 2px 0 rgba($gray-900, .06) !default;
|
|
736
815
|
$shadow-sm:0 1px 2px 0 rgba($gray-900, .05) !default;
|
|
@@ -750,11 +829,14 @@ $danger-shadow-focus: 0 1px 2px 0 rgba($gray-900, .05), 0 0 0 4px rgba($error-50
|
|
|
750
829
|
$info-shadow-focus: 0 1px 2px 0 rgba($gray-900, .05), 0 0 0 4px rgba($brand-500, .24) !default;
|
|
751
830
|
$warning-shadow-focus: 0 1px 2px 0 rgba($gray-900, .05), 0 0 0 4px rgba($warning-500, .24) !default;
|
|
752
831
|
|
|
832
|
+
//shadow
|
|
753
833
|
$appbar-bottom-shadow: $shadow-none !default;
|
|
754
834
|
$appbar-top-shadow: $shadow-none !default;
|
|
755
835
|
|
|
836
|
+
//fontfamily
|
|
756
837
|
$font-family: 'Inter' !default;
|
|
757
838
|
|
|
839
|
+
//default font Size
|
|
758
840
|
$text-xxs: 10px !default;
|
|
759
841
|
$text-xs: 12px !default;
|
|
760
842
|
$text-sm: 14px !default;
|
|
@@ -771,6 +853,7 @@ $text-7xl: 72px !default;
|
|
|
771
853
|
$text-8xl: 96px !default;
|
|
772
854
|
$text-9xl: 128px !default;
|
|
773
855
|
|
|
856
|
+
//display
|
|
774
857
|
$display-xs:24px !default;
|
|
775
858
|
$display-sm:30px !default;
|
|
776
859
|
$display-md:26px !default;
|
|
@@ -778,6 +861,7 @@ $display-lg:48px !default;
|
|
|
778
861
|
$display-xl:60px !default;
|
|
779
862
|
$display-2xl:72px !default;
|
|
780
863
|
|
|
864
|
+
//Line height
|
|
781
865
|
$leading-none: 1 !default;
|
|
782
866
|
$leading-tight: 1.25 !default;
|
|
783
867
|
$leading-snug: 1.375 !default;
|
|
@@ -785,6 +869,7 @@ $leading-normal: 1.5 !default;
|
|
|
785
869
|
$leading-relaxed: 1.625 !default;
|
|
786
870
|
$leading-loose: 2 !default;
|
|
787
871
|
|
|
872
|
+
//font Weight
|
|
788
873
|
$font-weight-lighter: lighter !default;
|
|
789
874
|
$font-weight-light: 300 !default;
|
|
790
875
|
$font-weight-normal: 400 !default;
|
|
@@ -793,6 +878,8 @@ $font-weight-semibold: 600 !default;
|
|
|
793
878
|
$font-weight-bold: 700 !default;
|
|
794
879
|
$font-weight-bolder: bolder !default;
|
|
795
880
|
|
|
881
|
+
//Secondary-button
|
|
882
|
+
|
|
796
883
|
$secondary-bg-color: $utility-secondary-bg-color !default;
|
|
797
884
|
$secondary-border-color: $utility-secondary-border-color !default;
|
|
798
885
|
$secondary-text-color: $utility-secondary-text-color !default;
|
|
@@ -809,6 +896,8 @@ $secondary-bg-color-disabled: $bg-disabled !default;
|
|
|
809
896
|
$secondary-border-color-disabled: $border-disabled-subtle !default;
|
|
810
897
|
$secondary-text-color-disabled: $fg-disabled !default;
|
|
811
898
|
|
|
899
|
+
//Primary-button
|
|
900
|
+
|
|
812
901
|
$primary-bg-color: $primary !default;
|
|
813
902
|
$primary-border-color: $primary !default;
|
|
814
903
|
$primary-text: $primary-text-color !default;
|
|
@@ -825,6 +914,8 @@ $primary-bg-color-disabled: $brand-950 !default;
|
|
|
825
914
|
$primary-border-color-disabled: $primary-bg-color-disabled !default;
|
|
826
915
|
$primary-text-disabled: rgba($primary-text, .5) !default;
|
|
827
916
|
|
|
917
|
+
//Success-button
|
|
918
|
+
|
|
828
919
|
$success-bg-color: $success-600 !default;
|
|
829
920
|
$success-border-color: $success-600 !default;
|
|
830
921
|
$success-text: $white !default;
|
|
@@ -841,6 +932,7 @@ $success-bg-color-disabled: $success-950 !default;
|
|
|
841
932
|
$success-border-color-disabled: $success-bg-color-disabled !default;
|
|
842
933
|
$success-text-disabled: rgba($success-text, .5) !default;
|
|
843
934
|
|
|
935
|
+
//Warning-button
|
|
844
936
|
$warning-bg-color: $warning-600 !default;
|
|
845
937
|
$warning-border-color: $warning-600 !default;
|
|
846
938
|
$warning-text: $white !default;
|
|
@@ -857,6 +949,7 @@ $warning-bg-color-disabled: $warning-950 !default;
|
|
|
857
949
|
$warning-border-color-disabled: $warning-bg-color-disabled !default;
|
|
858
950
|
$warning-text-disabled: rgba($warning-text, .5) !default;
|
|
859
951
|
|
|
952
|
+
//danger-button
|
|
860
953
|
$danger-bg-color: $error-600 !default;
|
|
861
954
|
$danger-border-color: $error-600 !default;
|
|
862
955
|
$danger-text: $white !default;
|
|
@@ -873,6 +966,7 @@ $danger-bg-color-disabled: $error-950 !default;
|
|
|
873
966
|
$danger-border-color-disabled: $danger-bg-color-disabled !default;
|
|
874
967
|
$danger-text-disabled: rgba($danger-text, .5) !default;
|
|
875
968
|
|
|
969
|
+
//Info-button
|
|
876
970
|
$info-bg-color: $content-bg-color !default;
|
|
877
971
|
$info-border-color: $utility-info-border-color !default;
|
|
878
972
|
$info-text: $utility-info-text !default;
|
|
@@ -889,6 +983,8 @@ $info-bg-color-disabled: $bg-disabled !default;
|
|
|
889
983
|
$info-border-color-disabled: $info-bg-color-disabled !default;
|
|
890
984
|
$info-text-disabled: $fg-disabled !default;
|
|
891
985
|
|
|
986
|
+
//chart series
|
|
987
|
+
|
|
892
988
|
$series-1: $gray-200;
|
|
893
989
|
$series-2: $gray-300;
|
|
894
990
|
$series-3: $gray-400;
|
|
@@ -917,9 +1013,13 @@ $spreadsheet-selection-4: #4caf51;
|
|
|
917
1013
|
$spreadsheet-selection-5: #fe9800;
|
|
918
1014
|
$spreadsheet-selection-6: #3f52b5;
|
|
919
1015
|
|
|
1016
|
+
//diagram Palette color
|
|
920
1017
|
$diagram-palette-background: $base-white !default;
|
|
921
1018
|
$diagram-palette-hover-background: $content-bg-color-hover !default;
|
|
922
1019
|
|
|
1020
|
+
//Message component
|
|
1021
|
+
|
|
1022
|
+
//Message default
|
|
923
1023
|
$msg-color: $utility-msg-color !default;
|
|
924
1024
|
$msg-bg-color: $utility-msg-bg-color !default;
|
|
925
1025
|
$msg-border-color: $utility-msg-border-color !default;
|
|
@@ -938,6 +1038,7 @@ $msg-close-icon-color: $utility-msg-close-icon-color !default;
|
|
|
938
1038
|
$msg-close-icon-color-alt1: $utility-msg-close-icon-color-alt1 !default;
|
|
939
1039
|
$msg-close-icon-color-alt2: $utility-msg-close-icon-color-alt2 !default;
|
|
940
1040
|
|
|
1041
|
+
//Message danger
|
|
941
1042
|
$msg-danger-color: $utility-msg-danger-color !default;
|
|
942
1043
|
$msg-danger-bg-color: $utility-msg-danger-bg-color !default;
|
|
943
1044
|
$msg-danger-border-color: $utility-msg-danger-border-color !default;
|
|
@@ -956,6 +1057,7 @@ $msg-danger-close-icon-color: $utility-msg-danger-close-icon-color !default;
|
|
|
956
1057
|
$msg-danger-close-icon-color-alt1: $utility-msg-danger-close-icon-color-alt1 !default;
|
|
957
1058
|
$msg-danger-close-icon-color-alt2: $utility-msg-danger-close-icon-color-alt2 !default;
|
|
958
1059
|
|
|
1060
|
+
//Message success
|
|
959
1061
|
$msg-success-color: $utility-msg-success-color !default;
|
|
960
1062
|
$msg-success-bg-color: $utility-msg-success-bg-color !default;
|
|
961
1063
|
$msg-success-border-color: $utility-msg-success-border-color !default;
|
|
@@ -974,6 +1076,7 @@ $msg-success-close-icon-color: $utility-msg-success-close-icon-color !default;
|
|
|
974
1076
|
$msg-success-close-icon-color-alt1: $utility-msg-success-close-icon-color-alt1 !default;
|
|
975
1077
|
$msg-success-close-icon-color-alt2: $utility-msg-success-close-icon-color-alt2 !default;
|
|
976
1078
|
|
|
1079
|
+
//Message warning
|
|
977
1080
|
$msg-warning-color: $utility-msg-warning-color !default;
|
|
978
1081
|
$msg-warning-bg-color: $utility-msg-warning-bg-color !default;
|
|
979
1082
|
$msg-warning-border-color: $utility-msg-warning-border-color !default;
|
|
@@ -992,6 +1095,7 @@ $msg-warning-close-icon-color: $utility-msg-warning-close-icon-color !default;
|
|
|
992
1095
|
$msg-warning-close-icon-color-alt1: $utility-msg-warning-close-icon-color-alt1 !default;
|
|
993
1096
|
$msg-warning-close-icon-color-alt2: $utility-msg-warning-close-icon-color-alt2 !default;
|
|
994
1097
|
|
|
1098
|
+
//Message Info
|
|
995
1099
|
$msg-info-color: $utility-msg-info-color !default;
|
|
996
1100
|
$msg-info-bg-color: $utility-msg-info-bg-color !default;
|
|
997
1101
|
$msg-info-border-color: $utility-msg-info-border-color !default;
|
|
@@ -1010,16 +1114,20 @@ $msg-info-close-icon-color: $utility-msg-info-close-icon-color !default;
|
|
|
1010
1114
|
$msg-info-close-icon-color-alt1: $utility-msg-info-close-icon-color-alt1 !default;
|
|
1011
1115
|
$msg-info-close-icon-color-alt2: $utility-msg-info-close-icon-color-alt2 !default;
|
|
1012
1116
|
|
|
1117
|
+
//app bar
|
|
1118
|
+
//Light
|
|
1013
1119
|
$appbar-bg-color-alt1: $utility-appbar-bg-color-alt1 !default;
|
|
1014
1120
|
$appbar-color-alt1: $utility-appbar-color-alt1 !default;
|
|
1015
1121
|
$appbar-border-color-alt1: $utility-appbar-border-color-alt1 !default;
|
|
1016
1122
|
$appbar-hover-bg-color-alt1: $utility-appbar-hover-bg-color-alt1 !default;
|
|
1017
1123
|
|
|
1124
|
+
//dark
|
|
1018
1125
|
$appbar-bg-color-alt2: $utility-appbar-bg-color-alt2 !default;
|
|
1019
1126
|
$appbar-color-alt2: $utility-appbar-color-alt2 !default;
|
|
1020
1127
|
$appbar-border-color-alt2: $utility-appbar-border-color-alt2 !default;
|
|
1021
1128
|
$appbar-hover-bg-color-alt2: $utility-appbar-hover-bg-color-alt2 !default;
|
|
1022
1129
|
|
|
1130
|
+
//rating
|
|
1023
1131
|
$rating-selected-color: $utility-rating-selected-color !default;
|
|
1024
1132
|
$rating-unrated-color: $utility-rating-unrated-color !default;
|
|
1025
1133
|
$rating-selected-disabled-color: $utility-rating-selected-disabled-color !default;
|
|
@@ -1028,6 +1136,7 @@ $rating-selected-hover-color: $utility-rating-selected-hover-color !default;
|
|
|
1028
1136
|
$rating-unrated-hover-color: $utility-rating-unrated-hover-color !default;
|
|
1029
1137
|
$rating-pressed-color: $utility-rating-pressed-color !default;
|
|
1030
1138
|
|
|
1139
|
+
//font-icons
|
|
1031
1140
|
$font-icon-8: 8px !default;
|
|
1032
1141
|
$font-icon-9: 9px !default;
|
|
1033
1142
|
$font-icon-10: 10px !default;
|
|
@@ -1045,8 +1154,10 @@ $font-icon-26: 26px !default;
|
|
|
1045
1154
|
$font-icon-28: 28px !default;
|
|
1046
1155
|
$font-icon-32: 32px !default;
|
|
1047
1156
|
|
|
1157
|
+
//avatar
|
|
1048
1158
|
$avatar-border-color: $utility-avatar-border-color !default;
|
|
1049
1159
|
|
|
1160
|
+
//badge
|
|
1050
1161
|
$badge-primary-ghost-border-color:$brand-primary !default;
|
|
1051
1162
|
$badge-primary-ghost-text-color: $brand-primary !default;
|
|
1052
1163
|
$badge-success-ghost-border-color:$success-lighter !default;
|
|
@@ -1058,8 +1169,11 @@ $badge-warning-ghost-text-color: $warning !default;
|
|
|
1058
1169
|
$badge-info-ghost-border-color:$info-lighter !default;
|
|
1059
1170
|
$badge-info-ghost-text-color: $info !default;
|
|
1060
1171
|
|
|
1172
|
+
//Switch
|
|
1061
1173
|
$switch-off-handle-bg-color: $gray-200 !default;
|
|
1174
|
+
$switch-disbled-handle-bg-color:$fg-disabled-subtle !default;
|
|
1062
1175
|
|
|
1176
|
+
//chip
|
|
1063
1177
|
$chip-secondary-active-bg-color: $fg-senary !default;
|
|
1064
1178
|
$chip-secondary-active-border-color: $fg-senary !default;
|
|
1065
1179
|
|