stargazer-ui 1.1.0 → 1.2.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/Button/Button.types.d.ts +1 -2
- package/FileUploadButton/FileUploadButton.d.ts +4 -0
- package/FileUploadButton/FileUploadButton.js +21 -0
- package/FileUploadButton/FileUploadButton.js.map +1 -0
- package/FileUploadButton/FileUploadButton.types.d.ts +7 -0
- package/FileUploadButton/index.d.ts +3 -0
- package/FileUploadButton/index.js +7 -0
- package/FileUploadButton/index.js.map +1 -0
- package/FileUploadButton/package.json +1 -0
- package/Form/Form.js +15 -11
- package/Form/Form.js.map +1 -1
- package/Modal/Modal.js +5 -5
- package/Modal/Modal.js.map +1 -1
- package/Modal/Modal.types.d.ts +1 -0
- package/Tabs/Tabs.js +70 -10
- package/Tabs/Tabs.js.map +1 -1
- package/Tabs/Tabs.types.d.ts +5 -0
- package/package.json +1 -1
- package/styles/stargazerui.css +587 -15
- package/styles/stargazerui.css.map +1 -1
- package/utils/MergeClassnames.d.ts +2 -0
- package/utils/MergeClassnames.js +7 -0
- package/utils/MergeClassnames.js.map +1 -0
package/styles/stargazerui.css
CHANGED
|
@@ -219,6 +219,460 @@ label {
|
|
|
219
219
|
display: inline-block;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
+
:root, .dark, .dark-theme {
|
|
223
|
+
--red-1: #2b2221;
|
|
224
|
+
--red-2: #322321;
|
|
225
|
+
--red-3: #4e201f;
|
|
226
|
+
--red-4: #641c1d;
|
|
227
|
+
--red-5: #732122;
|
|
228
|
+
--red-6: #832c2c;
|
|
229
|
+
--red-7: #9b3a39;
|
|
230
|
+
--red-8: #c44848;
|
|
231
|
+
--red-9: #fc5f5f;
|
|
232
|
+
--red-10: #ee5254;
|
|
233
|
+
--red-11: #ff918b;
|
|
234
|
+
--red-12: #ffd1cd;
|
|
235
|
+
--red-a1: #f600000c;
|
|
236
|
+
--red-a2: #fa0c0014;
|
|
237
|
+
--red-a3: #fe0d0034;
|
|
238
|
+
--red-a4: #ff08024d;
|
|
239
|
+
--red-a5: #fd1b175f;
|
|
240
|
+
--red-a6: #ff353071;
|
|
241
|
+
--red-a7: #fe4b468d;
|
|
242
|
+
--red-a8: #fe5453bc;
|
|
243
|
+
--red-a9: #ff6060fc;
|
|
244
|
+
--red-a10: #ff5558ec;
|
|
245
|
+
--red-a11: #ff918b;
|
|
246
|
+
--red-a12: #ffd1cd;
|
|
247
|
+
--red-contrast: #fff;
|
|
248
|
+
--red-surface: #43221a80;
|
|
249
|
+
--red-indicator: #fc5f5f;
|
|
250
|
+
--red-track: #fc5f5f;
|
|
251
|
+
--blue-1: #1e252c;
|
|
252
|
+
--blue-2: #212931;
|
|
253
|
+
--blue-3: #22384b;
|
|
254
|
+
--blue-4: #20425f;
|
|
255
|
+
--blue-5: #274d6d;
|
|
256
|
+
--blue-6: #315a7d;
|
|
257
|
+
--blue-7: #3d6a91;
|
|
258
|
+
--blue-8: #487ead;
|
|
259
|
+
--blue-9: #4995d5;
|
|
260
|
+
--blue-10: #5288b8;
|
|
261
|
+
--blue-11: #83bff6;
|
|
262
|
+
--blue-12: #c9e4fe;
|
|
263
|
+
--blue-a1: #0025e904;
|
|
264
|
+
--blue-a2: #218cf60a;
|
|
265
|
+
--blue-a3: #289cfd29;
|
|
266
|
+
--blue-a4: #1e97fd41;
|
|
267
|
+
--blue-a5: #34a2fd52;
|
|
268
|
+
--blue-a6: #4aabfd65;
|
|
269
|
+
--blue-a7: #5bb3ff7c;
|
|
270
|
+
--blue-a8: #60b5fe9e;
|
|
271
|
+
--blue-a9: #53b1ffcd;
|
|
272
|
+
--blue-a10: #6ab9feab;
|
|
273
|
+
--blue-a11: #87c6fef5;
|
|
274
|
+
--blue-a12: #cae5fffe;
|
|
275
|
+
--blue-contrast: #fff;
|
|
276
|
+
--blue-surface: #212d3980;
|
|
277
|
+
--blue-indicator: #4995d5;
|
|
278
|
+
--blue-track: #4995d5;
|
|
279
|
+
--green-1: #1f2721;
|
|
280
|
+
--green-2: #222b25;
|
|
281
|
+
--green-3: #263b2c;
|
|
282
|
+
--green-4: #254a31;
|
|
283
|
+
--green-5: #295639;
|
|
284
|
+
--green-6: #2e6441;
|
|
285
|
+
--green-7: #33734a;
|
|
286
|
+
--green-8: #368453;
|
|
287
|
+
--green-9: #1fad61;
|
|
288
|
+
--green-10: #00a055;
|
|
289
|
+
--green-11: #57d688;
|
|
290
|
+
--green-12: #b3f3c5;
|
|
291
|
+
--green-a1: #00d00003;
|
|
292
|
+
--green-a2: #41e50008;
|
|
293
|
+
--green-a3: #53fd471a;
|
|
294
|
+
--green-a4: #39fc582c;
|
|
295
|
+
--green-a5: #45fc703a;
|
|
296
|
+
--green-a6: #4eff7c4a;
|
|
297
|
+
--green-a7: #53fd855c;
|
|
298
|
+
--green-a8: #50fd8970;
|
|
299
|
+
--green-a9: #1efe83a0;
|
|
300
|
+
--green-a10: #00ff7790;
|
|
301
|
+
--green-a11: #63fe9dd0;
|
|
302
|
+
--green-a12: #bbffcef1;
|
|
303
|
+
--green-contrast: #fff;
|
|
304
|
+
--green-surface: #23312280;
|
|
305
|
+
--green-indicator: #1fad61;
|
|
306
|
+
--green-track: #1fad61;
|
|
307
|
+
--yellow-1: #26241f;
|
|
308
|
+
--yellow-2: #2c2a21;
|
|
309
|
+
--yellow-3: #3a331c;
|
|
310
|
+
--yellow-4: #463a0f;
|
|
311
|
+
--yellow-5: #51430f;
|
|
312
|
+
--yellow-6: #5c4f1f;
|
|
313
|
+
--yellow-7: #6d5f2d;
|
|
314
|
+
--yellow-8: #867537;
|
|
315
|
+
--yellow-9: #e0bc29;
|
|
316
|
+
--yellow-10: #d5b112;
|
|
317
|
+
--yellow-11: #f8d44f;
|
|
318
|
+
--yellow-12: #f7eabb;
|
|
319
|
+
--yellow-a1: #f6000006;
|
|
320
|
+
--yellow-a2: #f988000d;
|
|
321
|
+
--yellow-a3: #fda1001d;
|
|
322
|
+
--yellow-a4: #fda2002b;
|
|
323
|
+
--yellow-a5: #fcae0038;
|
|
324
|
+
--yellow-a6: #ffc30444;
|
|
325
|
+
--yellow-a7: #fdce3558;
|
|
326
|
+
--yellow-a8: #fdd44875;
|
|
327
|
+
--yellow-a9: #fed429dc;
|
|
328
|
+
--yellow-a10: #ffd20dcf;
|
|
329
|
+
--yellow-a11: #ffda51f7;
|
|
330
|
+
--yellow-a12: #fff2c1f6;
|
|
331
|
+
--yellow-contrast: #282109;
|
|
332
|
+
--yellow-surface: #372f1a80;
|
|
333
|
+
--yellow-indicator: #e0bc29;
|
|
334
|
+
--yellow-track: #e0bc29;
|
|
335
|
+
--gray-1: #242427;
|
|
336
|
+
--gray-2: #2b2b2d;
|
|
337
|
+
--gray-3: #333336;
|
|
338
|
+
--gray-4: #38393d;
|
|
339
|
+
--gray-5: #3d3e43;
|
|
340
|
+
--gray-6: #45464c;
|
|
341
|
+
--gray-7: #505259;
|
|
342
|
+
--gray-8: #676973;
|
|
343
|
+
--gray-9: #73757f;
|
|
344
|
+
--gray-10: #7e808b;
|
|
345
|
+
--gray-11: #b4b6c0;
|
|
346
|
+
--gray-12: #eeeef0;
|
|
347
|
+
--gray-a1: #e1000004;
|
|
348
|
+
--gray-a2: #f6a57e0c;
|
|
349
|
+
--gray-a3: #fccfc715;
|
|
350
|
+
--gray-a4: #fae2e61b;
|
|
351
|
+
--gray-a5: #fae7f221;
|
|
352
|
+
--gray-a6: #fbeefe2a;
|
|
353
|
+
--gray-a7: #f0ebfc3a;
|
|
354
|
+
--gray-a8: #eae8fd59;
|
|
355
|
+
--gray-a9: #ececfe67;
|
|
356
|
+
--gray-a10: #ececff75;
|
|
357
|
+
--gray-a11: #f1f2ffb4;
|
|
358
|
+
--gray-a12: #fdfdfeee;
|
|
359
|
+
--gray-contrast: #FFFFFF;
|
|
360
|
+
--gray-surface: rgba(0, 0, 0, 0.05);
|
|
361
|
+
--gray-indicator: #73757f;
|
|
362
|
+
--gray-track: #73757f;
|
|
363
|
+
--violet-1: #25232b;
|
|
364
|
+
--violet-2: #2a2831;
|
|
365
|
+
--violet-3: #353143;
|
|
366
|
+
--violet-4: #3c3651;
|
|
367
|
+
--violet-5: #433c59;
|
|
368
|
+
--violet-6: #4b4463;
|
|
369
|
+
--violet-7: #585073;
|
|
370
|
+
--violet-8: #6e648f;
|
|
371
|
+
--violet-9: #9184bd;
|
|
372
|
+
--violet-10: #8578b0;
|
|
373
|
+
--violet-11: #b9afdf;
|
|
374
|
+
--violet-12: #eae7f6;
|
|
375
|
+
--violet-a1: #ee009005;
|
|
376
|
+
--violet-a2: #f26be30b;
|
|
377
|
+
--violet-a3: #c687ff1f;
|
|
378
|
+
--violet-a4: #b180fe30;
|
|
379
|
+
--violet-a5: #b78afc3a;
|
|
380
|
+
--violet-a6: #ba96fd46;
|
|
381
|
+
--violet-a7: #bfa1fd59;
|
|
382
|
+
--violet-a8: #c2a9ff7a;
|
|
383
|
+
--violet-a9: #c3aefeb1;
|
|
384
|
+
--violet-a10: #c0a8ffa1;
|
|
385
|
+
--violet-a11: #d4c7ffd9;
|
|
386
|
+
--violet-a12: #f3effef5;
|
|
387
|
+
--violet-contrast: #fff;
|
|
388
|
+
--violet-surface: #332b3980;
|
|
389
|
+
--violet-indicator: #9184bd;
|
|
390
|
+
--violet-track: #9184bd;
|
|
391
|
+
--dark-1: #0f1114;
|
|
392
|
+
--dark-2: #17191c;
|
|
393
|
+
--dark-3: #1f2327;
|
|
394
|
+
--dark-4: #252a2f;
|
|
395
|
+
--dark-5: #2b3137;
|
|
396
|
+
--dark-6: #343a41;
|
|
397
|
+
--dark-7: #41484f;
|
|
398
|
+
--dark-8: #5a6168;
|
|
399
|
+
--dark-9: #686f76;
|
|
400
|
+
--dark-10: #5a6168;
|
|
401
|
+
--dark-11: #adb4bc;
|
|
402
|
+
--dark-12: #eceef1;
|
|
403
|
+
--dark-a1: #0011d104;
|
|
404
|
+
--dark-a2: #91bcfb0c;
|
|
405
|
+
--dark-a3: #a6d1fb18;
|
|
406
|
+
--dark-a4: #acd3f921;
|
|
407
|
+
--dark-a5: #b3d9fe29;
|
|
408
|
+
--dark-a6: #bcdafc34;
|
|
409
|
+
--dark-a7: #c7e2fd43;
|
|
410
|
+
--dark-a8: #d7eafd5e;
|
|
411
|
+
--dark-a9: #ddedfd6d;
|
|
412
|
+
--dark-a10: #d7eafd5e;
|
|
413
|
+
--dark-a11: #e9f3feb8;
|
|
414
|
+
--dark-a12: #fafcfff0;
|
|
415
|
+
--dark-contrast: #fff;
|
|
416
|
+
--dark-surface: #1d212780;
|
|
417
|
+
--dark-indicator: #686f76;
|
|
418
|
+
--dark-track: #686f76;
|
|
419
|
+
--light-1: #101112;
|
|
420
|
+
--light-2: #18191a;
|
|
421
|
+
--light-3: #222324;
|
|
422
|
+
--light-4: #292a2b;
|
|
423
|
+
--light-5: #303132;
|
|
424
|
+
--light-6: #393b3c;
|
|
425
|
+
--light-7: #474849;
|
|
426
|
+
--light-8: #606162;
|
|
427
|
+
--light-9: #f8f9fa;
|
|
428
|
+
--light-10: #eff0f1;
|
|
429
|
+
--light-11: #b3b4b6;
|
|
430
|
+
--light-12: #edeeef;
|
|
431
|
+
--light-a1: #00119102;
|
|
432
|
+
--light-a2: #c4def70a;
|
|
433
|
+
--light-a3: #e0ecf815;
|
|
434
|
+
--light-a4: #ecf5fe1c;
|
|
435
|
+
--light-a5: #edf4fb24;
|
|
436
|
+
--light-a6: #ebf5fb2f;
|
|
437
|
+
--light-a7: #f7fbff3c;
|
|
438
|
+
--light-a8: #f9fcff57;
|
|
439
|
+
--light-a9: #fdfefffa;
|
|
440
|
+
--light-a10: #fdfefff0;
|
|
441
|
+
--light-a11: #fbfcffb1;
|
|
442
|
+
--light-a12: #fdfeffee;
|
|
443
|
+
--light-contrast: #112334;
|
|
444
|
+
--light-surface: #1f212380;
|
|
445
|
+
--light-indicator: #f8f9fa;
|
|
446
|
+
--light-track: #f8f9fa;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.light, .light-theme {
|
|
450
|
+
--red-1: #fffcfc;
|
|
451
|
+
--red-2: #fff6f6;
|
|
452
|
+
--red-3: #ffebe9;
|
|
453
|
+
--red-4: #ffdad6;
|
|
454
|
+
--red-5: #ffcac5;
|
|
455
|
+
--red-6: #ffbbb5;
|
|
456
|
+
--red-7: #f7a8a2;
|
|
457
|
+
--red-8: #ee8d88;
|
|
458
|
+
--red-9: #fc5f5f;
|
|
459
|
+
--red-10: #ef5053;
|
|
460
|
+
--red-11: #d1353c;
|
|
461
|
+
--red-12: #602221;
|
|
462
|
+
--red-a1: #ff000003;
|
|
463
|
+
--red-a2: #ff000009;
|
|
464
|
+
--red-a3: #ff180016;
|
|
465
|
+
--red-a4: #ff190029;
|
|
466
|
+
--red-a5: #ff16003a;
|
|
467
|
+
--red-a6: #ff15014a;
|
|
468
|
+
--red-a7: #ea11005d;
|
|
469
|
+
--red-a8: #db0b0077;
|
|
470
|
+
--red-a9: #fb0000a0;
|
|
471
|
+
--red-a10: #e80005af;
|
|
472
|
+
--red-a11: #c50009ca;
|
|
473
|
+
--red-a12: #480100de;
|
|
474
|
+
--red-contrast: #fff;
|
|
475
|
+
--red-surface: #fff4f4cc;
|
|
476
|
+
--red-indicator: #fc5f5f;
|
|
477
|
+
--red-track: #fc5f5f;
|
|
478
|
+
--blue-1: #fbfdff;
|
|
479
|
+
--blue-2: #f5f9fe;
|
|
480
|
+
--blue-3: #e7f3ff;
|
|
481
|
+
--blue-4: #d8ecff;
|
|
482
|
+
--blue-5: #c8e2fb;
|
|
483
|
+
--blue-6: #b4d6f4;
|
|
484
|
+
--blue-7: #9bc5eb;
|
|
485
|
+
--blue-8: #74ade1;
|
|
486
|
+
--blue-9: #4995d5;
|
|
487
|
+
--blue-10: #4289c4;
|
|
488
|
+
--blue-11: #2675b3;
|
|
489
|
+
--blue-12: #1c3750;
|
|
490
|
+
--blue-a1: #0080ff04;
|
|
491
|
+
--blue-a2: #0066e60a;
|
|
492
|
+
--blue-a3: #0080ff18;
|
|
493
|
+
--blue-a4: #0083ff27;
|
|
494
|
+
--blue-a5: #0079ed37;
|
|
495
|
+
--blue-a6: #0174da4b;
|
|
496
|
+
--blue-a7: #006ccc64;
|
|
497
|
+
--blue-a8: #0069c88b;
|
|
498
|
+
--blue-a9: #006bc4b6;
|
|
499
|
+
--blue-a10: #0060b0bd;
|
|
500
|
+
--blue-a11: #005da6d9;
|
|
501
|
+
--blue-a12: #001e3ae3;
|
|
502
|
+
--blue-contrast: #fff;
|
|
503
|
+
--blue-surface: #f3f8fecc;
|
|
504
|
+
--blue-indicator: #4995d5;
|
|
505
|
+
--blue-track: #4995d5;
|
|
506
|
+
--green-1: #fafefb;
|
|
507
|
+
--green-2: #f4fbf6;
|
|
508
|
+
--green-3: #e6f7ea;
|
|
509
|
+
--green-4: #d6f2dd;
|
|
510
|
+
--green-5: #c2eacd;
|
|
511
|
+
--green-6: #a9e0b9;
|
|
512
|
+
--green-7: #87d19e;
|
|
513
|
+
--green-8: #50bd79;
|
|
514
|
+
--green-9: #1fad61;
|
|
515
|
+
--green-10: #12a057;
|
|
516
|
+
--green-11: #008141;
|
|
517
|
+
--green-12: #1a3d26;
|
|
518
|
+
--green-a1: #00cc3305;
|
|
519
|
+
--green-a2: #00a32f0b;
|
|
520
|
+
--green-a3: #00ae2919;
|
|
521
|
+
--green-a4: #00af2c29;
|
|
522
|
+
--green-a5: #00a82e3d;
|
|
523
|
+
--green-a6: #00a43056;
|
|
524
|
+
--green-a7: #009e3178;
|
|
525
|
+
--green-a8: #009f3caf;
|
|
526
|
+
--green-a9: #00a24be0;
|
|
527
|
+
--green-a10: #00994aed;
|
|
528
|
+
--green-a11: #008141;
|
|
529
|
+
--green-a12: #00270de5;
|
|
530
|
+
--green-contrast: #fff;
|
|
531
|
+
--green-surface: #f1faf4cc;
|
|
532
|
+
--green-indicator: #1fad61;
|
|
533
|
+
--green-track: #1fad61;
|
|
534
|
+
--yellow-1: #fefdf9;
|
|
535
|
+
--yellow-2: #fffbe4;
|
|
536
|
+
--yellow-3: #fff6c9;
|
|
537
|
+
--yellow-4: #ffeda3;
|
|
538
|
+
--yellow-5: #ffe36b;
|
|
539
|
+
--yellow-6: #fcd539;
|
|
540
|
+
--yellow-7: #e9c537;
|
|
541
|
+
--yellow-8: #d5ae00;
|
|
542
|
+
--yellow-9: #ffd800;
|
|
543
|
+
--yellow-10: #fbce00;
|
|
544
|
+
--yellow-11: #917500;
|
|
545
|
+
--yellow-12: #463b14;
|
|
546
|
+
--yellow-a1: #d5aa0006;
|
|
547
|
+
--yellow-a2: #ffda001b;
|
|
548
|
+
--yellow-a3: #ffd50036;
|
|
549
|
+
--yellow-a4: #ffce005c;
|
|
550
|
+
--yellow-a5: #ffcf0094;
|
|
551
|
+
--yellow-a6: #fbc900c6;
|
|
552
|
+
--yellow-a7: #e3b500c8;
|
|
553
|
+
--yellow-a8: #d5ae00;
|
|
554
|
+
--yellow-a9: #ffd800;
|
|
555
|
+
--yellow-a10: #fbce00;
|
|
556
|
+
--yellow-a11: #917500;
|
|
557
|
+
--yellow-a12: #362a00eb;
|
|
558
|
+
--yellow-contrast: #282109;
|
|
559
|
+
--yellow-surface: #fffaddcc;
|
|
560
|
+
--yellow-indicator: #ffd800;
|
|
561
|
+
--yellow-track: #ffd800;
|
|
562
|
+
--gray-1: #fcfcfd;
|
|
563
|
+
--gray-2: #f9f9fb;
|
|
564
|
+
--gray-3: #eff0f3;
|
|
565
|
+
--gray-4: #e7e8ec;
|
|
566
|
+
--gray-5: #e0e1e6;
|
|
567
|
+
--gray-6: #d8d9e0;
|
|
568
|
+
--gray-7: #cdced7;
|
|
569
|
+
--gray-8: #b9bbc6;
|
|
570
|
+
--gray-9: #8b8d98;
|
|
571
|
+
--gray-10: #80828d;
|
|
572
|
+
--gray-11: #62636c;
|
|
573
|
+
--gray-12: #1e1f24;
|
|
574
|
+
--gray-a1: #00005503;
|
|
575
|
+
--gray-a2: #00005506;
|
|
576
|
+
--gray-a3: #00104010;
|
|
577
|
+
--gray-a4: #000b3618;
|
|
578
|
+
--gray-a5: #0009321f;
|
|
579
|
+
--gray-a6: #00073527;
|
|
580
|
+
--gray-a7: #00063332;
|
|
581
|
+
--gray-a8: #00083046;
|
|
582
|
+
--gray-a9: #00051d74;
|
|
583
|
+
--gray-a10: #00051b7f;
|
|
584
|
+
--gray-a11: #0002119d;
|
|
585
|
+
--gray-a12: #000107e1;
|
|
586
|
+
--gray-contrast: #FFFFFF;
|
|
587
|
+
--gray-surface: #ffffffcc;
|
|
588
|
+
--gray-indicator: #8b8d98;
|
|
589
|
+
--gray-track: #8b8d98;
|
|
590
|
+
--violet-1: #fcfcfe;
|
|
591
|
+
--violet-2: #faf9fd;
|
|
592
|
+
--violet-3: #f1f0f8;
|
|
593
|
+
--violet-4: #e9e6f6;
|
|
594
|
+
--violet-5: #e1ddf2;
|
|
595
|
+
--violet-6: #d8d3ed;
|
|
596
|
+
--violet-7: #cbc5e5;
|
|
597
|
+
--violet-8: #b7aed8;
|
|
598
|
+
--violet-9: #9184bd;
|
|
599
|
+
--violet-10: #8578af;
|
|
600
|
+
--violet-11: #675c8b;
|
|
601
|
+
--violet-12: #27203a;
|
|
602
|
+
--violet-a1: #0000aa03;
|
|
603
|
+
--violet-a2: #2b00aa06;
|
|
604
|
+
--violet-a3: #1100880f;
|
|
605
|
+
--violet-a4: #1f00a419;
|
|
606
|
+
--violet-a5: #1e009e22;
|
|
607
|
+
--violet-a6: #1d00972c;
|
|
608
|
+
--violet-a7: #1b008d3a;
|
|
609
|
+
--violet-a8: #1d008551;
|
|
610
|
+
--violet-a9: #1b01777b;
|
|
611
|
+
--violet-a10: #19006887;
|
|
612
|
+
--violet-a11: #11004aa3;
|
|
613
|
+
--violet-a12: #08001edf;
|
|
614
|
+
--violet-contrast: #fff;
|
|
615
|
+
--violet-surface: #f9f8fdcc;
|
|
616
|
+
--violet-indicator: #9184bd;
|
|
617
|
+
--violet-track: #9184bd
|
|
618
|
+
--dark-1: #fcfcfd;
|
|
619
|
+
--dark-2: #f8fafb;
|
|
620
|
+
--dark-3: #eef0f3;
|
|
621
|
+
--dark-4: #e5e8eb;
|
|
622
|
+
--dark-5: #dde1e5;
|
|
623
|
+
--dark-6: #d5d9dd;
|
|
624
|
+
--dark-7: #c9ced3;
|
|
625
|
+
--dark-8: #b4bbc1;
|
|
626
|
+
--dark-9: #212529;
|
|
627
|
+
--dark-10: #353a3e;
|
|
628
|
+
--dark-11: #60656b;
|
|
629
|
+
--dark-12: #1f2327;
|
|
630
|
+
--dark-a1: #00005503;
|
|
631
|
+
--dark-a2: #00496e07;
|
|
632
|
+
--dark-a3: #001e4b11;
|
|
633
|
+
--dark-a4: #001e3b1a;
|
|
634
|
+
--dark-a5: #001e3c22;
|
|
635
|
+
--dark-a6: #0019312a;
|
|
636
|
+
--dark-a7: #00183036;
|
|
637
|
+
--dark-a8: #01182d4b;
|
|
638
|
+
--dark-a9: #000509de;
|
|
639
|
+
--dark-a10: #00060bca;
|
|
640
|
+
--dark-a11: #0008129f;
|
|
641
|
+
--dark-a12: #000509e0;
|
|
642
|
+
--dark-contrast: #fff;
|
|
643
|
+
--dark-surface: #f6f9facc;
|
|
644
|
+
--dark-indicator: #212529;
|
|
645
|
+
--dark-track: #212529;
|
|
646
|
+
--light-1: #fcfcfc;
|
|
647
|
+
--light-2: #f8f9fa;
|
|
648
|
+
--light-3: #eef0f1;
|
|
649
|
+
--light-4: #e7e8e9;
|
|
650
|
+
--light-5: #dfe0e2;
|
|
651
|
+
--light-6: #d6d8d9;
|
|
652
|
+
--light-7: #cbccce;
|
|
653
|
+
--light-8: #b7b8ba;
|
|
654
|
+
--light-9: #88898b;
|
|
655
|
+
--light-10: #7c7d7e;
|
|
656
|
+
--light-11: #636466;
|
|
657
|
+
--light-12: #212223;
|
|
658
|
+
--light-a1: #00000003;
|
|
659
|
+
--light-a2: #00254907;
|
|
660
|
+
--light-a3: #001e2d11;
|
|
661
|
+
--light-a4: #000b1618;
|
|
662
|
+
--light-a5: #00081820;
|
|
663
|
+
--light-a6: #000d1329;
|
|
664
|
+
--light-a7: #00050f34;
|
|
665
|
+
--light-a8: #00040b48;
|
|
666
|
+
--light-a9: #00030777;
|
|
667
|
+
--light-a10: #00020483;
|
|
668
|
+
--light-a11: #0002059c;
|
|
669
|
+
--light-a12: #000102de;
|
|
670
|
+
--light-contrast: #fff;
|
|
671
|
+
--light-surface: #f6f8f9cc;
|
|
672
|
+
--light-indicator: #88898b;
|
|
673
|
+
--light-track: #88898b;
|
|
674
|
+
}
|
|
675
|
+
|
|
222
676
|
@media (min-width: 576px) {
|
|
223
677
|
.float-sm-start {
|
|
224
678
|
float: left !important;
|
|
@@ -3342,10 +3796,11 @@ body {
|
|
|
3342
3796
|
|
|
3343
3797
|
.sg-form-floating {
|
|
3344
3798
|
position: relative;
|
|
3345
|
-
--
|
|
3799
|
+
--height: calc(3rem + 2px);
|
|
3800
|
+
--text-color: white;
|
|
3346
3801
|
}
|
|
3347
3802
|
.sg-form-floating > .sg-form-control, .sg-form-floating > .sg-form-control-plaintext, .sg-form-floating > .sg-form-select, .sg-form-floating > .sg-form-select-tag {
|
|
3348
|
-
height: var(--
|
|
3803
|
+
height: var(--height);
|
|
3349
3804
|
padding-inline: 1.25rem;
|
|
3350
3805
|
}
|
|
3351
3806
|
.sg-form-floating > .sg-form-control::placeholder, .sg-form-floating > .sg-form-control-plaintext::placeholder, .sg-form-floating > .sg-form-select::placeholder, .sg-form-floating > .sg-form-select-tag::placeholder {
|
|
@@ -3361,7 +3816,7 @@ body {
|
|
|
3361
3816
|
position: absolute;
|
|
3362
3817
|
top: 0;
|
|
3363
3818
|
left: 0;
|
|
3364
|
-
color:
|
|
3819
|
+
color: var(--text-color);
|
|
3365
3820
|
width: 100%;
|
|
3366
3821
|
height: 100%;
|
|
3367
3822
|
padding-inline: 1rem;
|
|
@@ -3568,6 +4023,37 @@ body {
|
|
|
3568
4023
|
transform: rotate(-45deg);
|
|
3569
4024
|
}
|
|
3570
4025
|
}
|
|
4026
|
+
.sg-input-group-grid > .sg-form-check {
|
|
4027
|
+
position: relative;
|
|
4028
|
+
padding-bottom: 0;
|
|
4029
|
+
}
|
|
4030
|
+
.sg-input-group-grid > .sg-form-check > .sg-form-check-label {
|
|
4031
|
+
display: block;
|
|
4032
|
+
}
|
|
4033
|
+
.sg-input-group-grid > .sg-form-check .sg-form-check-input {
|
|
4034
|
+
margin: 0;
|
|
4035
|
+
height: 100%;
|
|
4036
|
+
width: auto;
|
|
4037
|
+
aspect-ratio: 1;
|
|
4038
|
+
}
|
|
4039
|
+
.sg-input-group-grid > .sg-form-check span {
|
|
4040
|
+
display: flex;
|
|
4041
|
+
flex: 0 1 auto;
|
|
4042
|
+
overflow: auto;
|
|
4043
|
+
width: fit-content;
|
|
4044
|
+
max-width: 8rem;
|
|
4045
|
+
align-items: center;
|
|
4046
|
+
text-align: center;
|
|
4047
|
+
font-size: 0.85rem;
|
|
4048
|
+
padding: 0.375em 0.5em;
|
|
4049
|
+
white-space: nowrap;
|
|
4050
|
+
background-color: color-mix(in oklab, rgb(26, 27, 29), white 25%);
|
|
4051
|
+
color: white;
|
|
4052
|
+
border: 2px outset color-mix(in oklab, rgb(26, 27, 29), white 25%);
|
|
4053
|
+
border-right-width: 0;
|
|
4054
|
+
border-radius: 0;
|
|
4055
|
+
}
|
|
4056
|
+
|
|
3571
4057
|
.sg-form-control {
|
|
3572
4058
|
--input-text-color: white;
|
|
3573
4059
|
--input-background-color: rgb(26, 27, 29);
|
|
@@ -3661,6 +4147,9 @@ textarea.sg-form-control {
|
|
|
3661
4147
|
margin-right: 0.5rem;
|
|
3662
4148
|
margin-bottom: 0;
|
|
3663
4149
|
}
|
|
4150
|
+
.sg-form-group .sg-form-check {
|
|
4151
|
+
padding-bottom: 0;
|
|
4152
|
+
}
|
|
3664
4153
|
|
|
3665
4154
|
.sg-form-label {
|
|
3666
4155
|
margin-bottom: 0.5em;
|
|
@@ -4724,7 +5213,6 @@ textarea.sg-form-control {
|
|
|
4724
5213
|
flex-wrap: wrap;
|
|
4725
5214
|
align-items: stretch;
|
|
4726
5215
|
width: 100%;
|
|
4727
|
-
padding-bottom: 0.5rem;
|
|
4728
5216
|
}
|
|
4729
5217
|
.sg-input-group > .sg-form-control,
|
|
4730
5218
|
.sg-input-group > .sg-form-control-plaintext,
|
|
@@ -4876,10 +5364,12 @@ textarea.sg-form-control {
|
|
|
4876
5364
|
}
|
|
4877
5365
|
}
|
|
4878
5366
|
.sg-modal-tag {
|
|
5367
|
+
--height: fit-content;
|
|
4879
5368
|
z-index: 1061;
|
|
4880
5369
|
padding: 0;
|
|
4881
5370
|
top: 10%;
|
|
4882
|
-
height:
|
|
5371
|
+
height: var(--height);
|
|
5372
|
+
max-height: 80%;
|
|
4883
5373
|
margin-right: auto;
|
|
4884
5374
|
margin-left: auto;
|
|
4885
5375
|
color: white;
|
|
@@ -4903,10 +5393,16 @@ textarea.sg-form-control {
|
|
|
4903
5393
|
animation-fill-mode: forwards;
|
|
4904
5394
|
}
|
|
4905
5395
|
.sg-modal-tag > form {
|
|
4906
|
-
grid: body;
|
|
4907
5396
|
display: grid;
|
|
4908
5397
|
grid-template-rows: [body-start] 1fr [body-end footer-start] auto [footer-end];
|
|
4909
5398
|
}
|
|
5399
|
+
@supports (grid-template-rows: subgrid) {
|
|
5400
|
+
.sg-modal-tag > form {
|
|
5401
|
+
grid-row-start: body-start;
|
|
5402
|
+
grid-row-end: footer-end;
|
|
5403
|
+
grid-template-rows: subgrid;
|
|
5404
|
+
}
|
|
5405
|
+
}
|
|
4910
5406
|
.sg-modal-tag > form .sg-modal-body {
|
|
4911
5407
|
grid-row: body;
|
|
4912
5408
|
}
|
|
@@ -4955,7 +5451,7 @@ textarea.sg-form-control {
|
|
|
4955
5451
|
position: relative;
|
|
4956
5452
|
padding: 1rem;
|
|
4957
5453
|
background-color: color-mix(in oklab, #212529, currentColor 5%);
|
|
4958
|
-
min-height:
|
|
5454
|
+
min-height: fit-content;
|
|
4959
5455
|
overflow: auto;
|
|
4960
5456
|
}
|
|
4961
5457
|
.sg-modal-body p {
|
|
@@ -5827,37 +6323,113 @@ $grid-breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 140
|
|
|
5827
6323
|
|
|
5828
6324
|
.sg-tabs {
|
|
5829
6325
|
width: 100%;
|
|
6326
|
+
display: grid;
|
|
6327
|
+
grid-template-rows: [control-start] auto [control-end page-start] 1fr [page-end];
|
|
5830
6328
|
}
|
|
5831
6329
|
|
|
5832
6330
|
.sg-tabs-controls {
|
|
6331
|
+
--border-bottom-color: white;
|
|
6332
|
+
--border-width: 2px;
|
|
6333
|
+
grid-row: control;
|
|
6334
|
+
position: relative;
|
|
5833
6335
|
display: flex;
|
|
5834
6336
|
flex-direction: row;
|
|
5835
6337
|
background-color: #212529;
|
|
5836
|
-
|
|
5837
|
-
|
|
6338
|
+
overflow-x: auto;
|
|
6339
|
+
scrollbar-width: none;
|
|
6340
|
+
}
|
|
6341
|
+
.sg-tabs-controls::before {
|
|
6342
|
+
content: "";
|
|
6343
|
+
position: absolute;
|
|
6344
|
+
bottom: 0;
|
|
6345
|
+
width: 100%;
|
|
6346
|
+
height: var(--border-width);
|
|
6347
|
+
background-color: var(--border-bottom-color);
|
|
6348
|
+
}
|
|
6349
|
+
@media (prefers-reduce-motion: no-preference) {
|
|
6350
|
+
.sg-tabs-controls {
|
|
6351
|
+
scroll-behavior: smooth;
|
|
6352
|
+
}
|
|
6353
|
+
}
|
|
6354
|
+
.sg-tabs-controls > * {
|
|
6355
|
+
flex: 0 0 auto;
|
|
5838
6356
|
}
|
|
5839
6357
|
|
|
5840
6358
|
.sg-tabs-button {
|
|
6359
|
+
--border-color: #212529;
|
|
6360
|
+
--text-color: rgb(252, 95, 95);
|
|
6361
|
+
--background-color: #212529;
|
|
6362
|
+
--hover-background-color: color-mix(in srgb, black 15%, #212529);
|
|
6363
|
+
--active-background-color: color-mix(in srgb, black 25%, #212529);
|
|
6364
|
+
position: relative;
|
|
5841
6365
|
display: block;
|
|
5842
|
-
color:
|
|
5843
|
-
background-color:
|
|
6366
|
+
color: var(--text-color);
|
|
6367
|
+
background-color: var(--background-color);
|
|
5844
6368
|
padding: 0.375rem 0.75rem;
|
|
5845
|
-
border:
|
|
6369
|
+
border: var(--border-width) solid var(--border-color);
|
|
6370
|
+
border-bottom-color: var(--border-bottom-color);
|
|
5846
6371
|
font-size: 0.85rem;
|
|
5847
6372
|
}
|
|
6373
|
+
.sg-tabs-button::after, .sg-tabs-button::before {
|
|
6374
|
+
content: "";
|
|
6375
|
+
position: absolute;
|
|
6376
|
+
width: var(--border-width);
|
|
6377
|
+
height: var(--border-width);
|
|
6378
|
+
bottom: calc(-1 * var(--border-width));
|
|
6379
|
+
left: calc(-1 * var(--border-width));
|
|
6380
|
+
background-color: var(--border-bottom-color);
|
|
6381
|
+
z-index: 2;
|
|
6382
|
+
}
|
|
6383
|
+
.sg-tabs-button::after {
|
|
6384
|
+
left: unset;
|
|
6385
|
+
right: calc(-1 * var(--border-width));
|
|
6386
|
+
}
|
|
5848
6387
|
.sg-tabs-button:hover {
|
|
5849
|
-
background-color: color
|
|
6388
|
+
background-color: var(--hover-background-color);
|
|
5850
6389
|
}
|
|
5851
6390
|
.sg-tabs-button:active {
|
|
5852
|
-
background-color: color
|
|
6391
|
+
background-color: var(--active-background-color);
|
|
5853
6392
|
}
|
|
5854
6393
|
.sg-tabs-button.sg-active {
|
|
5855
|
-
border: 2px solid
|
|
6394
|
+
border: 2px solid var(--border-bottom-color);
|
|
5856
6395
|
border-bottom: 2px solid var(--sg-body-bg);
|
|
5857
6396
|
}
|
|
6397
|
+
.sg-tabs-button.sg-tabs-scroll-button {
|
|
6398
|
+
position: sticky;
|
|
6399
|
+
left: 0;
|
|
6400
|
+
height: 100%;
|
|
6401
|
+
aspect-ratio: 1;
|
|
6402
|
+
padding: 0;
|
|
6403
|
+
z-index: 2;
|
|
6404
|
+
}
|
|
6405
|
+
.sg-tabs-button.sg-tabs-scroll-button svg {
|
|
6406
|
+
position: relative;
|
|
6407
|
+
top: 0;
|
|
6408
|
+
left: 0;
|
|
6409
|
+
}
|
|
6410
|
+
.sg-tabs-button.sg-tabs-scroll-button[data-position=right] {
|
|
6411
|
+
position: sticky;
|
|
6412
|
+
left: unset;
|
|
6413
|
+
right: 0;
|
|
6414
|
+
}
|
|
6415
|
+
.sg-tabs-button.sg-tabs-scroll-button:first-child {
|
|
6416
|
+
border-right-color: var(--border-bottom-color);
|
|
6417
|
+
}
|
|
6418
|
+
.sg-tabs-button.sg-tabs-scroll-button:first-child::after {
|
|
6419
|
+
bottom: unset;
|
|
6420
|
+
top: calc(-1 * var(--border-width));
|
|
6421
|
+
}
|
|
6422
|
+
.sg-tabs-button.sg-tabs-scroll-button:last-child {
|
|
6423
|
+
border-left-color: var(--border-bottom-color);
|
|
6424
|
+
}
|
|
6425
|
+
.sg-tabs-button.sg-tabs-scroll-button:last-child::before {
|
|
6426
|
+
bottom: unset;
|
|
6427
|
+
top: calc(-1 * var(--border-width));
|
|
6428
|
+
}
|
|
5858
6429
|
|
|
5859
6430
|
.sg-tabs-content {
|
|
5860
6431
|
width: 100%;
|
|
6432
|
+
grid-row: page;
|
|
5861
6433
|
}
|
|
5862
6434
|
|
|
5863
6435
|
.sg-tabs-page {
|