@mparticle/aquarium 1.4.2 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <img src="https://static.mparticle.com/sdk/mp_logo_black.svg" width="280"><br>
2
2
 
3
-
4
3
  # mParticle Aquarium
4
+
5
5
  mParticle Component Library
6
6
 
7
7
  ## Contributing
@@ -0,0 +1,498 @@
1
+ :root {
2
+ --blue: #1677ff;
3
+ --purple: #722ED1;
4
+ --cyan: #13C2C2;
5
+ --green: #52C41A;
6
+ --magenta: #EB2F96;
7
+ --pink: #eb2f96;
8
+ --red: #F5222D;
9
+ --orange: #FA8C16;
10
+ --yellow: #FADB14;
11
+ --volcano: #FA541C;
12
+ --geekblue: #2F54EB;
13
+ --gold: #FAAD14;
14
+ --lime: #A0D911;
15
+ --color-primary: #1677ff;
16
+ --color-success: #52c41a;
17
+ --color-warning: #faad14;
18
+ --color-error: #ff4d4f;
19
+ --color-info: #1677ff;
20
+ --color-link: #1677ff;
21
+ --color-text-base: #000;
22
+ --color-bg-base: #fff;
23
+ --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol','Noto Color Emoji';
24
+ --font-family-code: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
25
+ --font-size: 14px;
26
+ --line-width: 1;
27
+ --line-type: solid;
28
+ --motion-unit: 0.1;
29
+ --motion-base: 0;
30
+ --motion-ease-out-circ: cubic-bezier(0.08, 0.82, 0.17, 1);
31
+ --motion-ease-in-out-circ: cubic-bezier(0.78, 0.14, 0.15, 0.86);
32
+ --motion-ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
33
+ --motion-ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
34
+ --motion-ease-out-back: cubic-bezier(0.12, 0.4, 0.29, 1.46);
35
+ --motion-ease-in-back: cubic-bezier(0.71, -0.46, 0.88, 0.6);
36
+ --motion-ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
37
+ --motion-ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
38
+ --border-radius: 6px;
39
+ --size-unit: 4px;
40
+ --size-step: 4px;
41
+ --size-popup-arrow: 16px;
42
+ --control-height: 32;
43
+ --z-index-base: 0;
44
+ --z-index-popup-base: 1000;
45
+ --opacity-image: 1;
46
+ --wireframe: false;
47
+ --motion: true;
48
+ --blue-1: #e6f4ff;
49
+ --blue1: #e6f4ff;
50
+ --blue-2: #bae0ff;
51
+ --blue2: #bae0ff;
52
+ --blue-3: #91caff;
53
+ --blue3: #91caff;
54
+ --blue-4: #69b1ff;
55
+ --blue4: #69b1ff;
56
+ --blue-5: #4096ff;
57
+ --blue5: #4096ff;
58
+ --blue-6: #1677ff;
59
+ --blue6: #1677ff;
60
+ --blue-7: #0958d9;
61
+ --blue7: #0958d9;
62
+ --blue-8: #003eb3;
63
+ --blue8: #003eb3;
64
+ --blue-9: #002c8c;
65
+ --blue9: #002c8c;
66
+ --blue-10: #001d66;
67
+ --blue10: #001d66;
68
+ --purple-1: #f9f0ff;
69
+ --purple1: #f9f0ff;
70
+ --purple-2: #efdbff;
71
+ --purple2: #efdbff;
72
+ --purple-3: #d3adf7;
73
+ --purple3: #d3adf7;
74
+ --purple-4: #b37feb;
75
+ --purple4: #b37feb;
76
+ --purple-5: #9254de;
77
+ --purple5: #9254de;
78
+ --purple-6: #722ed1;
79
+ --purple6: #722ed1;
80
+ --purple-7: #531dab;
81
+ --purple7: #531dab;
82
+ --purple-8: #391085;
83
+ --purple8: #391085;
84
+ --purple-9: #22075e;
85
+ --purple9: #22075e;
86
+ --purple-10: #120338;
87
+ --purple10: #120338;
88
+ --cyan-1: #e6fffb;
89
+ --cyan1: #e6fffb;
90
+ --cyan-2: #b5f5ec;
91
+ --cyan2: #b5f5ec;
92
+ --cyan-3: #87e8de;
93
+ --cyan3: #87e8de;
94
+ --cyan-4: #5cdbd3;
95
+ --cyan4: #5cdbd3;
96
+ --cyan-5: #36cfc9;
97
+ --cyan5: #36cfc9;
98
+ --cyan-6: #13c2c2;
99
+ --cyan6: #13c2c2;
100
+ --cyan-7: #08979c;
101
+ --cyan7: #08979c;
102
+ --cyan-8: #006d75;
103
+ --cyan8: #006d75;
104
+ --cyan-9: #00474f;
105
+ --cyan9: #00474f;
106
+ --cyan-10: #002329;
107
+ --cyan10: #002329;
108
+ --green-1: #f6ffed;
109
+ --green1: #f6ffed;
110
+ --green-2: #d9f7be;
111
+ --green2: #d9f7be;
112
+ --green-3: #b7eb8f;
113
+ --green3: #b7eb8f;
114
+ --green-4: #95de64;
115
+ --green4: #95de64;
116
+ --green-5: #73d13d;
117
+ --green5: #73d13d;
118
+ --green-6: #52c41a;
119
+ --green6: #52c41a;
120
+ --green-7: #389e0d;
121
+ --green7: #389e0d;
122
+ --green-8: #237804;
123
+ --green8: #237804;
124
+ --green-9: #135200;
125
+ --green9: #135200;
126
+ --green-10: #092b00;
127
+ --green10: #092b00;
128
+ --magenta-1: #fff0f6;
129
+ --magenta1: #fff0f6;
130
+ --magenta-2: #ffd6e7;
131
+ --magenta2: #ffd6e7;
132
+ --magenta-3: #ffadd2;
133
+ --magenta3: #ffadd2;
134
+ --magenta-4: #ff85c0;
135
+ --magenta4: #ff85c0;
136
+ --magenta-5: #f759ab;
137
+ --magenta5: #f759ab;
138
+ --magenta-6: #eb2f96;
139
+ --magenta6: #eb2f96;
140
+ --magenta-7: #c41d7f;
141
+ --magenta7: #c41d7f;
142
+ --magenta-8: #9e1068;
143
+ --magenta8: #9e1068;
144
+ --magenta-9: #780650;
145
+ --magenta9: #780650;
146
+ --magenta-10: #520339;
147
+ --magenta10: #520339;
148
+ --pink-1: #fff0f6;
149
+ --pink1: #fff0f6;
150
+ --pink-2: #ffd6e7;
151
+ --pink2: #ffd6e7;
152
+ --pink-3: #ffadd2;
153
+ --pink3: #ffadd2;
154
+ --pink-4: #ff85c0;
155
+ --pink4: #ff85c0;
156
+ --pink-5: #f759ab;
157
+ --pink5: #f759ab;
158
+ --pink-6: #eb2f96;
159
+ --pink6: #eb2f96;
160
+ --pink-7: #c41d7f;
161
+ --pink7: #c41d7f;
162
+ --pink-8: #9e1068;
163
+ --pink8: #9e1068;
164
+ --pink-9: #780650;
165
+ --pink9: #780650;
166
+ --pink-10: #520339;
167
+ --pink10: #520339;
168
+ --red-1: #fff1f0;
169
+ --red1: #fff1f0;
170
+ --red-2: #ffccc7;
171
+ --red2: #ffccc7;
172
+ --red-3: #ffa39e;
173
+ --red3: #ffa39e;
174
+ --red-4: #ff7875;
175
+ --red4: #ff7875;
176
+ --red-5: #ff4d4f;
177
+ --red5: #ff4d4f;
178
+ --red-6: #f5222d;
179
+ --red6: #f5222d;
180
+ --red-7: #cf1322;
181
+ --red7: #cf1322;
182
+ --red-8: #a8071a;
183
+ --red8: #a8071a;
184
+ --red-9: #820014;
185
+ --red9: #820014;
186
+ --red-10: #5c0011;
187
+ --red10: #5c0011;
188
+ --orange-1: #fff7e6;
189
+ --orange1: #fff7e6;
190
+ --orange-2: #ffe7ba;
191
+ --orange2: #ffe7ba;
192
+ --orange-3: #ffd591;
193
+ --orange3: #ffd591;
194
+ --orange-4: #ffc069;
195
+ --orange4: #ffc069;
196
+ --orange-5: #ffa940;
197
+ --orange5: #ffa940;
198
+ --orange-6: #fa8c16;
199
+ --orange6: #fa8c16;
200
+ --orange-7: #d46b08;
201
+ --orange7: #d46b08;
202
+ --orange-8: #ad4e00;
203
+ --orange8: #ad4e00;
204
+ --orange-9: #873800;
205
+ --orange9: #873800;
206
+ --orange-10: #612500;
207
+ --orange10: #612500;
208
+ --yellow-1: #feffe6;
209
+ --yellow1: #feffe6;
210
+ --yellow-2: #ffffb8;
211
+ --yellow2: #ffffb8;
212
+ --yellow-3: #fffb8f;
213
+ --yellow3: #fffb8f;
214
+ --yellow-4: #fff566;
215
+ --yellow4: #fff566;
216
+ --yellow-5: #ffec3d;
217
+ --yellow5: #ffec3d;
218
+ --yellow-6: #fadb14;
219
+ --yellow6: #fadb14;
220
+ --yellow-7: #d4b106;
221
+ --yellow7: #d4b106;
222
+ --yellow-8: #ad8b00;
223
+ --yellow8: #ad8b00;
224
+ --yellow-9: #876800;
225
+ --yellow9: #876800;
226
+ --yellow-10: #614700;
227
+ --yellow10: #614700;
228
+ --volcano-1: #fff2e8;
229
+ --volcano1: #fff2e8;
230
+ --volcano-2: #ffd8bf;
231
+ --volcano2: #ffd8bf;
232
+ --volcano-3: #ffbb96;
233
+ --volcano3: #ffbb96;
234
+ --volcano-4: #ff9c6e;
235
+ --volcano4: #ff9c6e;
236
+ --volcano-5: #ff7a45;
237
+ --volcano5: #ff7a45;
238
+ --volcano-6: #fa541c;
239
+ --volcano6: #fa541c;
240
+ --volcano-7: #d4380d;
241
+ --volcano7: #d4380d;
242
+ --volcano-8: #ad2102;
243
+ --volcano8: #ad2102;
244
+ --volcano-9: #871400;
245
+ --volcano9: #871400;
246
+ --volcano-10: #610b00;
247
+ --volcano10: #610b00;
248
+ --geekblue-1: #f0f5ff;
249
+ --geekblue1: #f0f5ff;
250
+ --geekblue-2: #d6e4ff;
251
+ --geekblue2: #d6e4ff;
252
+ --geekblue-3: #adc6ff;
253
+ --geekblue3: #adc6ff;
254
+ --geekblue-4: #85a5ff;
255
+ --geekblue4: #85a5ff;
256
+ --geekblue-5: #597ef7;
257
+ --geekblue5: #597ef7;
258
+ --geekblue-6: #2f54eb;
259
+ --geekblue6: #2f54eb;
260
+ --geekblue-7: #1d39c4;
261
+ --geekblue7: #1d39c4;
262
+ --geekblue-8: #10239e;
263
+ --geekblue8: #10239e;
264
+ --geekblue-9: #061178;
265
+ --geekblue9: #061178;
266
+ --geekblue-10: #030852;
267
+ --geekblue10: #030852;
268
+ --gold-1: #fffbe6;
269
+ --gold1: #fffbe6;
270
+ --gold-2: #fff1b8;
271
+ --gold2: #fff1b8;
272
+ --gold-3: #ffe58f;
273
+ --gold3: #ffe58f;
274
+ --gold-4: #ffd666;
275
+ --gold4: #ffd666;
276
+ --gold-5: #ffc53d;
277
+ --gold5: #ffc53d;
278
+ --gold-6: #faad14;
279
+ --gold6: #faad14;
280
+ --gold-7: #d48806;
281
+ --gold7: #d48806;
282
+ --gold-8: #ad6800;
283
+ --gold8: #ad6800;
284
+ --gold-9: #874d00;
285
+ --gold9: #874d00;
286
+ --gold-10: #613400;
287
+ --gold10: #613400;
288
+ --lime-1: #fcffe6;
289
+ --lime1: #fcffe6;
290
+ --lime-2: #f4ffb8;
291
+ --lime2: #f4ffb8;
292
+ --lime-3: #eaff8f;
293
+ --lime3: #eaff8f;
294
+ --lime-4: #d3f261;
295
+ --lime4: #d3f261;
296
+ --lime-5: #bae637;
297
+ --lime5: #bae637;
298
+ --lime-6: #a0d911;
299
+ --lime6: #a0d911;
300
+ --lime-7: #7cb305;
301
+ --lime7: #7cb305;
302
+ --lime-8: #5b8c00;
303
+ --lime8: #5b8c00;
304
+ --lime-9: #3f6600;
305
+ --lime9: #3f6600;
306
+ --lime-10: #254000;
307
+ --lime10: #254000;
308
+ --color-text: rgba(0, 0, 0, 0.88);
309
+ --color-text-secondary: rgba(0, 0, 0, 0.65);
310
+ --color-text-tertiary: rgba(0, 0, 0, 0.45);
311
+ --color-text-quaternary: rgba(0, 0, 0, 0.25);
312
+ --color-fill: rgba(0, 0, 0, 0.15);
313
+ --color-fill-secondary: rgba(0, 0, 0, 0.06);
314
+ --color-fill-tertiary: rgba(0, 0, 0, 0.04);
315
+ --color-fill-quaternary: rgba(0, 0, 0, 0.02);
316
+ --color-bg-layout: #f5f5f5;
317
+ --color-bg-container: #ffffff;
318
+ --color-bg-elevated: #ffffff;
319
+ --color-bg-spotlight: rgba(0, 0, 0, 0.85);
320
+ --color-bg-blur: transparent;
321
+ --color-border: #d9d9d9;
322
+ --color-border-secondary: #f0f0f0;
323
+ --color-primary-bg: #e6f4ff;
324
+ --color-primary-bg-hover: #bae0ff;
325
+ --color-primary-border: #91caff;
326
+ --color-primary-border-hover: #69b1ff;
327
+ --color-primary-hover: #4096ff;
328
+ --color-primary-active: #0958d9;
329
+ --color-primary-text-hover: #4096ff;
330
+ --color-primary-text: #1677ff;
331
+ --color-primary-text-active: #0958d9;
332
+ --color-success-bg: #f6ffed;
333
+ --color-success-bg-hover: #d9f7be;
334
+ --color-success-border: #b7eb8f;
335
+ --color-success-border-hover: #95de64;
336
+ --color-success-hover: #95de64;
337
+ --color-success-active: #389e0d;
338
+ --color-success-text-hover: #73d13d;
339
+ --color-success-text: #52c41a;
340
+ --color-success-text-active: #389e0d;
341
+ --color-error-bg: #fff2f0;
342
+ --color-error-bg-hover: #fff1f0;
343
+ --color-error-border: #ffccc7;
344
+ --color-error-border-hover: #ffa39e;
345
+ --color-error-hover: #ff7875;
346
+ --color-error-active: #d9363e;
347
+ --color-error-text-hover: #ff7875;
348
+ --color-error-text: #ff4d4f;
349
+ --color-error-text-active: #d9363e;
350
+ --color-warning-bg: #fffbe6;
351
+ --color-warning-bg-hover: #fff1b8;
352
+ --color-warning-border: #ffe58f;
353
+ --color-warning-border-hover: #ffd666;
354
+ --color-warning-hover: #ffd666;
355
+ --color-warning-active: #d48806;
356
+ --color-warning-text-hover: #ffc53d;
357
+ --color-warning-text: #faad14;
358
+ --color-warning-text-active: #d48806;
359
+ --color-info-bg: #e6f4ff;
360
+ --color-info-bg-hover: #bae0ff;
361
+ --color-info-border: #91caff;
362
+ --color-info-border-hover: #69b1ff;
363
+ --color-info-hover: #69b1ff;
364
+ --color-info-active: #0958d9;
365
+ --color-info-text-hover: #4096ff;
366
+ --color-info-text: #1677ff;
367
+ --color-info-text-active: #0958d9;
368
+ --color-link-hover: #69b1ff;
369
+ --color-link-active: #0958d9;
370
+ --color-bg-mask: rgba(0, 0, 0, 0.45);
371
+ --color-white: #fff;
372
+ --font-size-sm: 12px;
373
+ --font-size-lg: 16px;
374
+ --font-size-xl: 20px;
375
+ --font-size-heading1: 38px;
376
+ --font-size-heading2: 30px;
377
+ --font-size-heading3: 24px;
378
+ --font-size-heading4: 20px;
379
+ --font-size-heading5: 16px;
380
+ --line-height: 1.5714285714285714;
381
+ --line-height-lg: 1.5;
382
+ --line-height-sm: 1.6666666666666667;
383
+ --font-height: 22px;
384
+ --font-height-lg: 24px;
385
+ --font-height-sm: 20px;
386
+ --line-height-heading1: 1.2105263157894737;
387
+ --line-height-heading2: 1.2666666666666666;
388
+ --line-height-heading3: 1.3333333333333333;
389
+ --line-height-heading4: 1.4;
390
+ --line-height-heading5: 1.5;
391
+ --size-xxl: 48px;
392
+ --size-xl: 32px;
393
+ --size-lg: 24px;
394
+ --size-md: 20px;
395
+ --size-ms: 16px;
396
+ --size: 16rem;
397
+ --size-sm: 12px;
398
+ --size-xs: 8px;
399
+ --size-xxs: 4px;
400
+ --control-height-sm: 24;
401
+ --control-height-xs: 16;
402
+ --control-height-lg: 40;
403
+ --motion-duration-fast: 0.1s;
404
+ --motion-duration-mid: 0.2s;
405
+ --motion-duration-slow: 0.3s;
406
+ --line-width-bold: 2;
407
+ --border-radius-xs: 2px;
408
+ --border-radius-sm: 4px;
409
+ --border-radius-lg: 8px;
410
+ --border-radius-outer: 4px;
411
+ --color-fill-content: rgba(0, 0, 0, 0.06);
412
+ --color-fill-content-hover: rgba(0, 0, 0, 0.15);
413
+ --color-fill-alter: rgba(0, 0, 0, 0.02);
414
+ --color-bg-container-disabled: rgba(0, 0, 0, 0.04);
415
+ --color-border-bg: #ffffff;
416
+ --color-split: rgba(5, 5, 5, 0.06);
417
+ --color-text-placeholder: rgba(0, 0, 0, 0.25);
418
+ --color-text-disabled: rgba(0, 0, 0, 0.25);
419
+ --color-text-heading: rgba(0, 0, 0, 0.88);
420
+ --color-text-label: rgba(0, 0, 0, 0.65);
421
+ --color-text-description: rgba(0, 0, 0, 0.45);
422
+ --color-text-light-solid: #fff;
423
+ --color-highlight: #ff4d4f;
424
+ --color-bg-text-hover: rgba(0, 0, 0, 0.06);
425
+ --color-bg-text-active: rgba(0, 0, 0, 0.15);
426
+ --color-icon: rgba(0, 0, 0, 0.45);
427
+ --color-icon-hover: rgba(0, 0, 0, 0.88);
428
+ --color-error-outline: rgba(255, 38, 5, 0.06);
429
+ --color-warning-outline: rgba(255, 215, 5, 0.1);
430
+ --font-size-icon: 12px;
431
+ --line-width-focus: 4;
432
+ --control-outline-width: 2;
433
+ --control-interactive-size: 16px;
434
+ --control-item-bg-hover: rgba(0, 0, 0, 0.04);
435
+ --control-item-bg-active: #e6f4ff;
436
+ --control-item-bg-active-hover: #bae0ff;
437
+ --control-item-bg-active-disabled: rgba(0, 0, 0, 0.15);
438
+ --control-tmp-outline: rgba(0, 0, 0, 0.02);
439
+ --control-outline: rgba(5, 145, 255, 0.1);
440
+ --font-weight-strong: 600px;
441
+ --opacity-loading: 0.65;
442
+ --link-decoration: none;
443
+ --link-hover-decoration: none;
444
+ --link-focus-decoration: none;
445
+ --control-padding-horizontal: 12px;
446
+ --control-padding-horizontal-sm: 8px;
447
+ --padding-xxs: 4px;
448
+ --padding-xs: 8px;
449
+ --padding-sm: 12px;
450
+ --padding: 16px;
451
+ --padding-md: 20px;
452
+ --padding-lg: 24px;
453
+ --padding-xl: 32px;
454
+ --padding-content-horizontal-lg: 24px;
455
+ --padding-content-vertical-lg: 16px;
456
+ --padding-content-horizontal: 16px;
457
+ --padding-content-vertical: 12px;
458
+ --padding-content-horizontal-sm: 16px;
459
+ --padding-content-vertical-sm: 8px;
460
+ --margin-xxs: 4px;
461
+ --margin-xs: 8px;
462
+ --margin-sm: 12px;
463
+ --margin: 16px;
464
+ --margin-md: 20px;
465
+ --margin-lg: 24px;
466
+ --margin-xl: 32px;
467
+ --margin-xxl: 48px;
468
+ --box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ;
469
+ --box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ;
470
+ --box-shadow-tertiary: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02) ;
471
+ --screen-xs: 480px;
472
+ --screen-xs-min: 480px;
473
+ --screen-xs-max: 575px;
474
+ --screen-sm: 576px;
475
+ --screen-sm-min: 576px;
476
+ --screen-sm-max: 767px;
477
+ --screen-md: 768px;
478
+ --screen-md-min: 768px;
479
+ --screen-md-max: 991px;
480
+ --screen-lg: 992px;
481
+ --screen-lg-min: 992px;
482
+ --screen-lg-max: 1199px;
483
+ --screen-xl: 1200px;
484
+ --screen-xl-min: 1200px;
485
+ --screen-xl-max: 1599px;
486
+ --screen-xxl: 1600px;
487
+ --screen-xxl-min: 1600px;
488
+ --box-shadow-popover-arrow: 2px 2px 5px rgba(0, 0, 0, 0.05);
489
+ --box-shadow-card: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09) ;
490
+ --box-shadow-drawer-right: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05) ;
491
+ --box-shadow-drawer-left: 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05) ;
492
+ --box-shadow-drawer-up: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ;
493
+ --box-shadow-drawer-down: 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05) ;
494
+ --box-shadow-tabs-overflow-left: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
495
+ --box-shadow-tabs-overflow-right: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
496
+ --box-shadow-tabs-overflow-top: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
497
+ --box-shadow-tabs-overflow-bottom: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
498
+ }