@e1011/es-kit 1.1.82 → 1.1.85
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/hooks/esm/index.css +289 -289
- package/dist/hooks/index.css +289 -289
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/ui/components/container/layoutBox/LayoutBox.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/container/layoutBox/layoutBox.types.d.ts +2 -4
- package/dist/types/src/core/ui/components/container/layoutBox/layoutBox.types.d.ts.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/utils/esm/index.css +289 -289
- package/dist/utils/index.css +289 -289
- package/package.json +3 -4
package/dist/hooks/esm/index.css
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
.icon-module_icon-base-parent__nOMvW {
|
|
2
|
+
line-height: 1px !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.icon-module_icon-base__S0tHf {
|
|
6
|
+
min-width: var(--min-width);
|
|
7
|
+
min-height: var(--min-height);
|
|
8
|
+
width: var(--width) !important;
|
|
9
|
+
height: var(--height) !important;
|
|
10
|
+
line-height: 1px !important;
|
|
11
|
+
background-color: var(--icon-color);
|
|
12
|
+
color: var(--icon-content-color);
|
|
13
|
+
background-repeat: no-repeat;
|
|
14
|
+
mask-image: var(--icon-url);
|
|
15
|
+
-webkit-mask-image: var(--icon-url);
|
|
16
|
+
mask-repeat: no-repeat;
|
|
17
|
+
-webkit-mask-repeat: no-repeat;
|
|
18
|
+
mask-size: contain;
|
|
19
|
+
-webkit-mask-size: contain;
|
|
20
|
+
mask-position: center;
|
|
21
|
+
-webkit-mask-position: center;
|
|
22
|
+
display: inline-block;
|
|
23
|
+
will-change: transform;
|
|
24
|
+
transform: translate3d(0, 0, 0);
|
|
25
|
+
}
|
|
26
|
+
.icon-module_icon-base__S0tHf svg {
|
|
27
|
+
fill: var(--icon-content-color);
|
|
28
|
+
width: var(--height);
|
|
29
|
+
height: var(--width);
|
|
30
|
+
}
|
|
1
31
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
2
32
|
transform-origin: 0% 0%;
|
|
3
33
|
opacity: 0;
|
|
@@ -50,35 +80,14 @@
|
|
|
50
80
|
height: var(--height);
|
|
51
81
|
margin: var(--margin);
|
|
52
82
|
}
|
|
53
|
-
.
|
|
54
|
-
|
|
83
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
84
|
+
background: #EFEFEF;
|
|
85
|
+
width: 100%;
|
|
86
|
+
height: 100%;
|
|
55
87
|
}
|
|
56
88
|
|
|
57
|
-
.
|
|
58
|
-
|
|
59
|
-
min-height: var(--min-height);
|
|
60
|
-
width: var(--width) !important;
|
|
61
|
-
height: var(--height) !important;
|
|
62
|
-
line-height: 1px !important;
|
|
63
|
-
background-color: var(--icon-color);
|
|
64
|
-
color: var(--icon-content-color);
|
|
65
|
-
background-repeat: no-repeat;
|
|
66
|
-
mask-image: var(--icon-url);
|
|
67
|
-
-webkit-mask-image: var(--icon-url);
|
|
68
|
-
mask-repeat: no-repeat;
|
|
69
|
-
-webkit-mask-repeat: no-repeat;
|
|
70
|
-
mask-size: contain;
|
|
71
|
-
-webkit-mask-size: contain;
|
|
72
|
-
mask-position: center;
|
|
73
|
-
-webkit-mask-position: center;
|
|
74
|
-
display: inline-block;
|
|
75
|
-
will-change: transform;
|
|
76
|
-
transform: translate3d(0, 0, 0);
|
|
77
|
-
}
|
|
78
|
-
.icon-module_icon-base__S0tHf svg {
|
|
79
|
-
fill: var(--icon-content-color);
|
|
80
|
-
width: var(--height);
|
|
81
|
-
height: var(--width);
|
|
89
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
90
|
+
margin-right: 10px;
|
|
82
91
|
}
|
|
83
92
|
.field-module_field__UfKm3 {
|
|
84
93
|
opacity: 1;
|
|
@@ -154,15 +163,6 @@
|
|
|
154
163
|
.field-module_field__UfKm3 label {
|
|
155
164
|
text-align: left;
|
|
156
165
|
}
|
|
157
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
158
|
-
background: #EFEFEF;
|
|
159
|
-
width: 100%;
|
|
160
|
-
height: 100%;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
164
|
-
margin-right: 10px;
|
|
165
|
-
}
|
|
166
166
|
.lazyComponent-module_loader__brMEW {
|
|
167
167
|
position: relative;
|
|
168
168
|
width: 100px;
|
|
@@ -230,6 +230,19 @@
|
|
|
230
230
|
min-height: 0;
|
|
231
231
|
border-radius: initial;
|
|
232
232
|
}
|
|
233
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
234
|
+
overflow: auto;
|
|
235
|
+
}
|
|
236
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
237
|
+
display: flex;
|
|
238
|
+
width: 100%;
|
|
239
|
+
min-width: 0;
|
|
240
|
+
}
|
|
241
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
242
|
+
display: flex;
|
|
243
|
+
width: 100%;
|
|
244
|
+
min-width: 0;
|
|
245
|
+
}
|
|
233
246
|
:root {
|
|
234
247
|
--divider-line: #4a4b4b;
|
|
235
248
|
}
|
|
@@ -330,6 +343,100 @@
|
|
|
330
343
|
--divider-line: #4a4b4b;
|
|
331
344
|
}
|
|
332
345
|
|
|
346
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
347
|
+
overflow: hidden !important;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
351
|
+
white-space: nowrap !important;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
355
|
+
text-overflow: ellipsis !important;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.typography-module_headline__b0XlP {
|
|
359
|
+
font-size: 28px;
|
|
360
|
+
line-height: 32px;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
364
|
+
font-size: 24px;
|
|
365
|
+
line-height: 28px;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
369
|
+
font-size: 18px;
|
|
370
|
+
line-height: 24x;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
374
|
+
font-size: 14px;
|
|
375
|
+
line-height: 18px;
|
|
376
|
+
font-weight: 300;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
380
|
+
font-size: 12px;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
384
|
+
font-weight: 600;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.typography-module_link__DWurf {
|
|
388
|
+
overflow: hidden !important;
|
|
389
|
+
white-space: nowrap !important;
|
|
390
|
+
text-overflow: ellipsis !important;
|
|
391
|
+
text-decoration: none;
|
|
392
|
+
color: #65C5F6;
|
|
393
|
+
display: inline;
|
|
394
|
+
gap: 4px;
|
|
395
|
+
flex-grow: 0;
|
|
396
|
+
max-width: 400px;
|
|
397
|
+
position: relative;
|
|
398
|
+
vertical-align: center;
|
|
399
|
+
}
|
|
400
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
401
|
+
text-decoration: underline;
|
|
402
|
+
color: #65C5F6;
|
|
403
|
+
}
|
|
404
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
405
|
+
pointer-events: none;
|
|
406
|
+
opacity: 0.6;
|
|
407
|
+
}
|
|
408
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
409
|
+
z-index: 1;
|
|
410
|
+
position: fixed;
|
|
411
|
+
width: 100%;
|
|
412
|
+
height: 100%;
|
|
413
|
+
top: 0;
|
|
414
|
+
left: 0;
|
|
415
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
416
|
+
pointer-events: all;
|
|
417
|
+
user-select: none;
|
|
418
|
+
will-change: opacity;
|
|
419
|
+
transition: opacity 450ms ease-in-out;
|
|
420
|
+
opacity: 0;
|
|
421
|
+
visibility: hidden;
|
|
422
|
+
}
|
|
423
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
424
|
+
opacity: 1;
|
|
425
|
+
visibility: visible;
|
|
426
|
+
}
|
|
427
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
428
|
+
opacity: 0;
|
|
429
|
+
visibility: hidden;
|
|
430
|
+
}
|
|
431
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
432
|
+
align-items: baseline;
|
|
433
|
+
flex-shrink: 1;
|
|
434
|
+
gap: 8px;
|
|
435
|
+
}
|
|
436
|
+
:root {
|
|
437
|
+
--divider-line: #4a4b4b;
|
|
438
|
+
}
|
|
439
|
+
|
|
333
440
|
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
334
441
|
overflow: hidden !important;
|
|
335
442
|
}
|
|
@@ -440,271 +547,39 @@
|
|
|
440
547
|
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
441
548
|
border-color: #515757 transparent transparent transparent;
|
|
442
549
|
}
|
|
443
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
444
|
-
overflow: auto;
|
|
445
|
-
}
|
|
446
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
447
|
-
display: flex;
|
|
448
|
-
width: 100%;
|
|
449
|
-
min-width: 0;
|
|
450
|
-
}
|
|
451
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
452
|
-
display: flex;
|
|
453
|
-
width: 100%;
|
|
454
|
-
min-width: 0;
|
|
455
|
-
}
|
|
456
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
457
|
-
z-index: 1;
|
|
458
|
-
position: fixed;
|
|
459
|
-
width: 100%;
|
|
460
|
-
height: 100%;
|
|
461
|
-
top: 0;
|
|
462
|
-
left: 0;
|
|
463
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
464
|
-
pointer-events: all;
|
|
465
|
-
user-select: none;
|
|
466
|
-
will-change: opacity;
|
|
467
|
-
transition: opacity 450ms ease-in-out;
|
|
468
|
-
opacity: 0;
|
|
469
|
-
visibility: hidden;
|
|
470
|
-
}
|
|
471
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
472
|
-
opacity: 1;
|
|
473
|
-
visibility: visible;
|
|
474
|
-
}
|
|
475
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
476
|
-
opacity: 0;
|
|
477
|
-
visibility: hidden;
|
|
478
|
-
}
|
|
479
550
|
:root {
|
|
480
551
|
--divider-line: #4a4b4b;
|
|
481
552
|
}
|
|
482
553
|
|
|
483
|
-
.
|
|
554
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
484
555
|
overflow: hidden !important;
|
|
485
556
|
}
|
|
486
557
|
|
|
487
|
-
.
|
|
558
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
488
559
|
white-space: nowrap !important;
|
|
489
560
|
}
|
|
490
561
|
|
|
491
|
-
.
|
|
562
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
492
563
|
text-overflow: ellipsis !important;
|
|
493
564
|
}
|
|
494
565
|
|
|
495
|
-
.
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
566
|
+
.tag-module_tag__rGA-E {
|
|
567
|
+
display: inline-flex;
|
|
568
|
+
flex-direction: row;
|
|
569
|
+
flex-shrink: 1;
|
|
570
|
+
padding: 4px 8px;
|
|
571
|
+
gap: 4px;
|
|
572
|
+
min-height: 18px;
|
|
573
|
+
border-radius: 4px;
|
|
574
|
+
border-width: 1px;
|
|
575
|
+
border-style: solid;
|
|
504
576
|
align-items: center;
|
|
505
|
-
justify-content: center;
|
|
506
|
-
min-width: "auto";
|
|
507
|
-
width: "auto";
|
|
508
|
-
user-select: all;
|
|
509
|
-
pointer-events: auto;
|
|
510
|
-
cursor: pointer;
|
|
511
577
|
}
|
|
512
|
-
.
|
|
513
|
-
|
|
514
|
-
white-space: nowrap;
|
|
515
|
-
display: inline-block;
|
|
578
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
579
|
+
color: #E2E369 !important;
|
|
516
580
|
}
|
|
517
|
-
.
|
|
518
|
-
|
|
519
|
-
}
|
|
520
|
-
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
521
|
-
border: 1px solid #2D8EFF !important;
|
|
522
|
-
}
|
|
523
|
-
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
524
|
-
background-color: #13CE66;
|
|
525
|
-
}
|
|
526
|
-
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
527
|
-
border: 1px solid #13CE66 !important;
|
|
528
|
-
}
|
|
529
|
-
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
530
|
-
background-color: #FF4949;
|
|
531
|
-
}
|
|
532
|
-
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
533
|
-
border: 1px solid #FF4949 !important;
|
|
534
|
-
}
|
|
535
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
536
|
-
background-color: #FFCC3D;
|
|
537
|
-
}
|
|
538
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
539
|
-
border: 1px solid #FFCC3D !important;
|
|
540
|
-
}
|
|
541
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
542
|
-
border: none !important;
|
|
543
|
-
background-color: transparent !important;
|
|
544
|
-
background: transparent !important;
|
|
545
|
-
}
|
|
546
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu:hover {
|
|
547
|
-
border: none !important;
|
|
548
|
-
background-color: transparent !important;
|
|
549
|
-
background: transparent !important;
|
|
550
|
-
}
|
|
551
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
|
|
552
|
-
text-decoration: underline !important;
|
|
553
|
-
}
|
|
554
|
-
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
555
|
-
border: none !important;
|
|
556
|
-
background-color: transparent !important;
|
|
557
|
-
background: transparent !important;
|
|
558
|
-
}
|
|
559
|
-
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
560
|
-
height: 1.4rem;
|
|
561
|
-
min-width: 1.5rem;
|
|
562
|
-
width: 1.5rem;
|
|
563
|
-
padding: 0.2rem;
|
|
564
|
-
font-size: 0.8rem;
|
|
565
|
-
}
|
|
566
|
-
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
567
|
-
width: 100%;
|
|
568
|
-
}
|
|
569
|
-
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
570
|
-
overflow: hidden !important;
|
|
571
|
-
white-space: nowrap !important;
|
|
572
|
-
text-overflow: ellipsis !important;
|
|
573
|
-
}
|
|
574
|
-
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
575
|
-
transition: transform 250ms ease-out;
|
|
576
|
-
}
|
|
577
|
-
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
578
|
-
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
579
|
-
}
|
|
580
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
581
|
-
padding: 0.4rem;
|
|
582
|
-
border: none !important;
|
|
583
|
-
line-height: 1px;
|
|
584
|
-
}
|
|
585
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
586
|
-
padding: 0px;
|
|
587
|
-
}
|
|
588
|
-
.button-module_button__NDMQS:hover {
|
|
589
|
-
background-color: #c5c5c5 !important;
|
|
590
|
-
}
|
|
591
|
-
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
592
|
-
transform: scale(1.2);
|
|
593
|
-
}
|
|
594
|
-
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
595
|
-
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
596
|
-
}
|
|
597
|
-
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
598
|
-
user-select: none;
|
|
599
|
-
pointer-events: none;
|
|
600
|
-
cursor: not-allowed;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.cui-theme-dark .button-module_button__NDMQS {
|
|
604
|
-
color: #F4F4F4;
|
|
605
|
-
}
|
|
606
|
-
.cui-theme-light .button-module_button__NDMQS {
|
|
607
|
-
color: #090A0A;
|
|
608
|
-
}
|
|
609
|
-
:root {
|
|
610
|
-
--divider-line: #4a4b4b;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
614
|
-
overflow: hidden !important;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
618
|
-
white-space: nowrap !important;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
622
|
-
text-overflow: ellipsis !important;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
.typography-module_headline__b0XlP {
|
|
626
|
-
font-size: 28px;
|
|
627
|
-
line-height: 32px;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
.typography-module_headlineSecondary__IDnhT {
|
|
631
|
-
font-size: 24px;
|
|
632
|
-
line-height: 28px;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.typography-module_headlineTertiary__mlG-v {
|
|
636
|
-
font-size: 18px;
|
|
637
|
-
line-height: 24x;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
641
|
-
font-size: 14px;
|
|
642
|
-
line-height: 18px;
|
|
643
|
-
font-weight: 300;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
647
|
-
font-size: 12px;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
651
|
-
font-weight: 600;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.typography-module_link__DWurf {
|
|
655
|
-
overflow: hidden !important;
|
|
656
|
-
white-space: nowrap !important;
|
|
657
|
-
text-overflow: ellipsis !important;
|
|
658
|
-
text-decoration: none;
|
|
659
|
-
color: #65C5F6;
|
|
660
|
-
display: inline;
|
|
661
|
-
gap: 4px;
|
|
662
|
-
flex-grow: 0;
|
|
663
|
-
max-width: 400px;
|
|
664
|
-
position: relative;
|
|
665
|
-
vertical-align: center;
|
|
666
|
-
}
|
|
667
|
-
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
668
|
-
text-decoration: underline;
|
|
669
|
-
color: #65C5F6;
|
|
670
|
-
}
|
|
671
|
-
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
672
|
-
pointer-events: none;
|
|
673
|
-
opacity: 0.6;
|
|
674
|
-
}
|
|
675
|
-
:root {
|
|
676
|
-
--divider-line: #4a4b4b;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
680
|
-
overflow: hidden !important;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
684
|
-
white-space: nowrap !important;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
688
|
-
text-overflow: ellipsis !important;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
.tag-module_tag__rGA-E {
|
|
692
|
-
display: inline-flex;
|
|
693
|
-
flex-direction: row;
|
|
694
|
-
flex-shrink: 1;
|
|
695
|
-
padding: 4px 8px;
|
|
696
|
-
gap: 4px;
|
|
697
|
-
min-height: 18px;
|
|
698
|
-
border-radius: 4px;
|
|
699
|
-
border-width: 1px;
|
|
700
|
-
border-style: solid;
|
|
701
|
-
align-items: center;
|
|
702
|
-
}
|
|
703
|
-
.tag-module_tag__rGA-E .icon-base {
|
|
704
|
-
color: #E2E369 !important;
|
|
705
|
-
}
|
|
706
|
-
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
707
|
-
white-space: nowrap;
|
|
581
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
582
|
+
white-space: nowrap;
|
|
708
583
|
}
|
|
709
584
|
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
710
585
|
justify-content: center;
|
|
@@ -943,10 +818,135 @@
|
|
|
943
818
|
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
944
819
|
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
945
820
|
}
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
821
|
+
:root {
|
|
822
|
+
--divider-line: #4a4b4b;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
826
|
+
overflow: hidden !important;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
830
|
+
white-space: nowrap !important;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
834
|
+
text-overflow: ellipsis !important;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.button-module_button__NDMQS {
|
|
838
|
+
border: none;
|
|
839
|
+
color: #090A0A;
|
|
840
|
+
padding: 0.5rem 1rem;
|
|
841
|
+
text-align: center;
|
|
842
|
+
text-decoration: none;
|
|
843
|
+
font-size: 1rem;
|
|
844
|
+
overflow: hidden;
|
|
845
|
+
display: flex;
|
|
846
|
+
align-items: center;
|
|
847
|
+
justify-content: center;
|
|
848
|
+
min-width: "auto";
|
|
849
|
+
width: "auto";
|
|
850
|
+
user-select: all;
|
|
851
|
+
pointer-events: auto;
|
|
852
|
+
cursor: pointer;
|
|
853
|
+
}
|
|
854
|
+
.button-module_button__NDMQS > span {
|
|
855
|
+
overflow: hidden;
|
|
856
|
+
white-space: nowrap;
|
|
857
|
+
display: inline-block;
|
|
858
|
+
}
|
|
859
|
+
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
860
|
+
background-color: #2D8EFF;
|
|
861
|
+
}
|
|
862
|
+
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
863
|
+
border: 1px solid #2D8EFF !important;
|
|
864
|
+
}
|
|
865
|
+
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
866
|
+
background-color: #13CE66;
|
|
867
|
+
}
|
|
868
|
+
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
869
|
+
border: 1px solid #13CE66 !important;
|
|
870
|
+
}
|
|
871
|
+
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
872
|
+
background-color: #FF4949;
|
|
873
|
+
}
|
|
874
|
+
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
875
|
+
border: 1px solid #FF4949 !important;
|
|
876
|
+
}
|
|
877
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
878
|
+
background-color: #FFCC3D;
|
|
879
|
+
}
|
|
880
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
881
|
+
border: 1px solid #FFCC3D !important;
|
|
882
|
+
}
|
|
883
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
884
|
+
border: none !important;
|
|
885
|
+
background-color: transparent !important;
|
|
886
|
+
background: transparent !important;
|
|
887
|
+
}
|
|
888
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover {
|
|
889
|
+
border: none !important;
|
|
890
|
+
background-color: transparent !important;
|
|
891
|
+
background: transparent !important;
|
|
892
|
+
}
|
|
893
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
|
|
894
|
+
text-decoration: underline !important;
|
|
895
|
+
}
|
|
896
|
+
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
897
|
+
border: none !important;
|
|
898
|
+
background-color: transparent !important;
|
|
899
|
+
background: transparent !important;
|
|
900
|
+
}
|
|
901
|
+
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
902
|
+
height: 1.4rem;
|
|
903
|
+
min-width: 1.5rem;
|
|
904
|
+
width: 1.5rem;
|
|
905
|
+
padding: 0.2rem;
|
|
906
|
+
font-size: 0.8rem;
|
|
907
|
+
}
|
|
908
|
+
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
909
|
+
width: 100%;
|
|
910
|
+
}
|
|
911
|
+
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
912
|
+
overflow: hidden !important;
|
|
913
|
+
white-space: nowrap !important;
|
|
914
|
+
text-overflow: ellipsis !important;
|
|
915
|
+
}
|
|
916
|
+
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
917
|
+
transition: transform 250ms ease-out;
|
|
918
|
+
}
|
|
919
|
+
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
920
|
+
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
921
|
+
}
|
|
922
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
923
|
+
padding: 0.4rem;
|
|
924
|
+
border: none !important;
|
|
925
|
+
line-height: 1px;
|
|
926
|
+
}
|
|
927
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
928
|
+
padding: 0px;
|
|
929
|
+
}
|
|
930
|
+
.button-module_button__NDMQS:hover {
|
|
931
|
+
background-color: #c5c5c5 !important;
|
|
932
|
+
}
|
|
933
|
+
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
934
|
+
transform: scale(1.2);
|
|
935
|
+
}
|
|
936
|
+
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
937
|
+
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
938
|
+
}
|
|
939
|
+
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
940
|
+
user-select: none;
|
|
941
|
+
pointer-events: none;
|
|
942
|
+
cursor: not-allowed;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.cui-theme-dark .button-module_button__NDMQS {
|
|
946
|
+
color: #F4F4F4;
|
|
947
|
+
}
|
|
948
|
+
.cui-theme-light .button-module_button__NDMQS {
|
|
949
|
+
color: #090A0A;
|
|
950
950
|
}
|
|
951
951
|
:root {
|
|
952
952
|
--divider-line: #4a4b4b;
|