@e1011/es-kit 1.1.80 → 1.1.84

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.
Files changed (34) hide show
  1. package/dist/hooks/esm/index.css +407 -407
  2. package/dist/hooks/index.css +407 -407
  3. package/dist/lib/cjs/src/core/ui/components/container/ResizableContainer.js.map +1 -1
  4. package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
  5. package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
  6. package/dist/lib/cjs/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
  7. package/dist/lib/cjs/src/core/ui/components/molecules/popup/Popup.js +1 -1
  8. package/dist/lib/cjs/src/core/ui/components/molecules/popup/Popup.js.map +1 -1
  9. package/dist/lib/esm/src/core/ui/components/container/ResizableContainer.js.map +1 -1
  10. package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
  11. package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
  12. package/dist/lib/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
  13. package/dist/lib/esm/src/core/ui/components/molecules/popup/Popup.js +1 -1
  14. package/dist/lib/esm/src/core/ui/components/molecules/popup/Popup.js.map +1 -1
  15. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  16. package/dist/types/src/core/ui/components/container/ResizableContainer.d.ts.map +1 -1
  17. package/dist/types/src/core/ui/components/container/layoutBox/LayoutBox.d.ts.map +1 -1
  18. package/dist/types/src/core/ui/components/container/layoutBox/layoutBox.types.d.ts +2 -12
  19. package/dist/types/src/core/ui/components/container/layoutBox/layoutBox.types.d.ts.map +1 -1
  20. package/dist/ui/esm/src/core/ui/components/container/ResizableContainer.js.map +1 -1
  21. package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
  22. package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
  23. package/dist/ui/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
  24. package/dist/ui/esm/src/core/ui/components/molecules/popup/Popup.js +1 -1
  25. package/dist/ui/esm/src/core/ui/components/molecules/popup/Popup.js.map +1 -1
  26. package/dist/ui/src/core/ui/components/container/ResizableContainer.js.map +1 -1
  27. package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
  28. package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
  29. package/dist/ui/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
  30. package/dist/ui/src/core/ui/components/molecules/popup/Popup.js +1 -1
  31. package/dist/ui/src/core/ui/components/molecules/popup/Popup.js.map +1 -1
  32. package/dist/utils/esm/index.css +407 -407
  33. package/dist/utils/index.css +407 -407
  34. package/package.json +1 -1
@@ -28,6 +28,25 @@
28
28
  width: var(--height);
29
29
  height: var(--width);
30
30
  }
31
+ .divider-module_divider-line__6CesR {
32
+ position: relative;
33
+ display: block;
34
+ transition: opacity, width, height 250ms ease-in-out;
35
+ background-color: var(--color);
36
+ opacity: var(--opacity);
37
+ }
38
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
39
+ height: var(--length);
40
+ left: var(--left);
41
+ width: var(--width);
42
+ margin: var(--margin);
43
+ }
44
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
45
+ width: var(--length);
46
+ left: var(--left);
47
+ height: var(--height);
48
+ margin: var(--margin);
49
+ }
31
50
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
32
51
  transform-origin: 0% 0%;
33
52
  opacity: 0;
@@ -61,15 +80,6 @@
61
80
  max-width: var(--prop-value);
62
81
  opacity: 1;
63
82
  }
64
- .errorBoundary-module_errorBoundary__gk9ps {
65
- background: #EFEFEF;
66
- width: 100%;
67
- height: 100%;
68
- }
69
-
70
- .errorBoundary-module_StyledIcon__IYHiU {
71
- margin-right: 10px;
72
- }
73
83
  .field-module_field__UfKm3 {
74
84
  opacity: 1;
75
85
  pointer-events: auto;
@@ -144,24 +154,14 @@
144
154
  .field-module_field__UfKm3 label {
145
155
  text-align: left;
146
156
  }
147
- .divider-module_divider-line__6CesR {
148
- position: relative;
149
- display: block;
150
- transition: opacity, width, height 250ms ease-in-out;
151
- background-color: var(--color);
152
- opacity: var(--opacity);
153
- }
154
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
155
- height: var(--length);
156
- left: var(--left);
157
- width: var(--width);
158
- margin: var(--margin);
157
+ .errorBoundary-module_errorBoundary__gk9ps {
158
+ background: #EFEFEF;
159
+ width: 100%;
160
+ height: 100%;
159
161
  }
160
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
161
- width: var(--length);
162
- left: var(--left);
163
- height: var(--height);
164
- margin: var(--margin);
162
+
163
+ .errorBoundary-module_StyledIcon__IYHiU {
164
+ margin-right: 10px;
165
165
  }
166
166
  .layoutBox-module_layout-box__ZIID8 {
167
167
  display: flex;
@@ -234,6 +234,77 @@
234
234
  --divider-line: #4a4b4b;
235
235
  }
236
236
 
237
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
238
+ overflow: hidden !important;
239
+ }
240
+
241
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
242
+ white-space: nowrap !important;
243
+ }
244
+
245
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
246
+ text-overflow: ellipsis !important;
247
+ }
248
+
249
+ .typography-module_headline__b0XlP {
250
+ font-size: 28px;
251
+ line-height: 32px;
252
+ }
253
+
254
+ .typography-module_headlineSecondary__IDnhT {
255
+ font-size: 24px;
256
+ line-height: 28px;
257
+ }
258
+
259
+ .typography-module_headlineTertiary__mlG-v {
260
+ font-size: 18px;
261
+ line-height: 24x;
262
+ }
263
+
264
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
265
+ font-size: 14px;
266
+ line-height: 18px;
267
+ font-weight: 300;
268
+ }
269
+
270
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
271
+ font-size: 12px;
272
+ }
273
+
274
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
275
+ font-weight: 600;
276
+ }
277
+
278
+ .typography-module_link__DWurf {
279
+ overflow: hidden !important;
280
+ white-space: nowrap !important;
281
+ text-overflow: ellipsis !important;
282
+ text-decoration: none;
283
+ color: #65C5F6;
284
+ display: inline;
285
+ gap: 4px;
286
+ flex-grow: 0;
287
+ max-width: 400px;
288
+ position: relative;
289
+ vertical-align: center;
290
+ }
291
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
292
+ text-decoration: underline;
293
+ color: #65C5F6;
294
+ }
295
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
296
+ pointer-events: none;
297
+ opacity: 0.6;
298
+ }
299
+ .textAndContent-module_textAndContent__X5P1n {
300
+ align-items: baseline;
301
+ flex-shrink: 1;
302
+ gap: 8px;
303
+ }
304
+ :root {
305
+ --divider-line: #4a4b4b;
306
+ }
307
+
237
308
  .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
238
309
  overflow: hidden !important;
239
310
  }
@@ -364,416 +435,122 @@
364
435
  --divider-line: #4a4b4b;
365
436
  }
366
437
 
367
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
438
+ .toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
368
439
  overflow: hidden !important;
369
440
  }
370
441
 
371
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
442
+ .toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
372
443
  white-space: nowrap !important;
373
444
  }
374
445
 
375
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
446
+ .toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
376
447
  text-overflow: ellipsis !important;
377
448
  }
378
449
 
379
- .typography-module_headline__b0XlP {
380
- font-size: 28px;
381
- line-height: 32px;
450
+ .toggle-module_toggle__p1Ep4 {
451
+ display: inline-block;
452
+ position: relative;
453
+ max-width: 48px;
454
+ max-height: 24px;
455
+ width: 48px;
456
+ height: 24px;
457
+ border-radius: 16px !important;
382
458
  }
383
-
384
- .typography-module_headlineSecondary__IDnhT {
385
- font-size: 24px;
386
- line-height: 28px;
459
+ .toggle-module_toggle__p1Ep4 input {
460
+ opacity: 0;
461
+ width: 0;
462
+ height: 0;
387
463
  }
388
-
389
- .typography-module_headlineTertiary__mlG-v {
390
- font-size: 18px;
391
- line-height: 24x;
464
+ .toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
465
+ box-sizing: border-box;
466
+ position: absolute;
467
+ cursor: pointer;
468
+ width: 48px;
469
+ height: 24px;
470
+ top: 0;
471
+ left: 0;
472
+ right: 0;
473
+ bottom: 0;
474
+ background-color: transparent;
475
+ border: 1px solid #F4F4F4;
476
+ transition: transform, background-color 0.4s ease;
477
+ border-radius: 16px;
392
478
  }
393
-
394
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
395
- font-size: 14px;
396
- line-height: 18px;
397
- font-weight: 300;
479
+ .toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
480
+ position: absolute;
481
+ content: "";
482
+ height: 20px;
483
+ width: 20px;
484
+ left: 1px;
485
+ bottom: 1px;
486
+ background-color: #F4F4F4;
487
+ transition: transform 0.4s ease;
488
+ border-radius: 50%;
398
489
  }
399
-
400
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
401
- font-size: 12px;
490
+ .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
491
+ background-color: #282A2A;
492
+ border-color: #282A2A;
402
493
  }
403
-
404
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
405
- font-weight: 600;
494
+ .toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
495
+ box-shadow: 0 0 1px 1px #282A2A;
406
496
  }
407
-
408
- .typography-module_link__DWurf {
409
- overflow: hidden !important;
410
- white-space: nowrap !important;
411
- text-overflow: ellipsis !important;
412
- text-decoration: none;
413
- color: #65C5F6;
414
- display: inline;
415
- gap: 4px;
416
- flex-grow: 0;
417
- max-width: 400px;
418
- position: relative;
419
- vertical-align: center;
497
+ .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
498
+ transform: translateX(24px);
420
499
  }
421
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
422
- text-decoration: underline;
423
- color: #65C5F6;
500
+ .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
501
+ opacity: 0.65;
424
502
  }
425
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
503
+ .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
426
504
  pointer-events: none;
427
- opacity: 0.6;
505
+ }
506
+ .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
507
+ cursor: not-allowed;
508
+ }
509
+ .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
510
+ content: " ";
511
+ z-index: -1;
512
+ display: block;
513
+ position: absolute;
514
+ height: 100%;
515
+ top: 0;
516
+ left: 0;
517
+ right: 0;
518
+ }
519
+
520
+ .cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
521
+ background-color: #003A4C;
522
+ }
523
+ .cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
524
+ background-color: rgb(38.0475, 39.8525, 39.8525);
525
+ }
526
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
527
+ border-color: rgb(32.4, 41.4, 41.4);
528
+ }
529
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
530
+ background-color: rgba(40, 42, 42, 0.05);
531
+ }
532
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
533
+ background-color: #282A2A;
534
+ }
535
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
536
+ background-color: #F4F4F4;
537
+ }
538
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
539
+ background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
428
540
  }
429
541
  :root {
430
542
  --divider-line: #4a4b4b;
431
543
  }
432
544
 
433
- .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
545
+ .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
434
546
  overflow: hidden !important;
435
547
  }
436
548
 
437
- .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
549
+ .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
438
550
  white-space: nowrap !important;
439
551
  }
440
552
 
441
- .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
442
- text-overflow: ellipsis !important;
443
- }
444
-
445
- .tooltip-module_popover-tooltip__sAhKa {
446
- position: fixed;
447
- z-index: 999;
448
- will-change: opacity;
449
- transition: opacity 450ms ease;
450
- opacity: 0;
451
- visibility: hidden;
452
- border-radius: 4px;
453
- background-color: #1B1D1D;
454
- box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
455
- }
456
- .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
457
- margin: 0;
458
- padding: 0;
459
- }
460
- .tooltip-module_popover-tooltip__sAhKa p {
461
- display: -webkit-box;
462
- -webkit-line-clamp: 4; /* number of lines to show */
463
- line-clamp: 4;
464
- -webkit-box-orient: vertical;
465
- margin: 0;
466
- width: 100%;
467
- white-space: normal;
468
- overflow: auto;
469
- }
470
- .tooltip-module_popover-tooltip__sAhKa[data-show] {
471
- opacity: 1;
472
- visibility: visible;
473
- }
474
- .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
475
- opacity: 0;
476
- visibility: hidden;
477
- }
478
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
479
- bottom: -16px;
480
- }
481
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
482
- transform: rotate(0deg);
483
- }
484
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
485
- top: -16px;
486
- }
487
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
488
- transform: rotate(180deg);
489
- }
490
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
491
- right: -16px;
492
- }
493
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
494
- transform: rotate(-90deg);
495
- }
496
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
497
- left: -16px;
498
- }
499
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
500
- transform: rotate(90deg);
501
- }
502
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
503
- position: absolute;
504
- }
505
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
506
- content: "";
507
- border-width: 8px;
508
- border-style: solid;
509
- border-color: #1B1D1D transparent transparent transparent;
510
- }
511
-
512
- .tooltip-module_close-button__o8OBN {
513
- cursor: pointer;
514
- line-height: 1px;
515
- background-color: rgba(255, 255, 255, 0);
516
- }
517
- .tooltip-module_close-button__o8OBN .icon-base {
518
- background-color: #FDDA0D;
519
- width: 9px !important;
520
- height: 9px !important;
521
- line-height: 1px !important;
522
- }
523
- .tooltip-module_close-button__o8OBN:hover .icon-base {
524
- background-color: #FFEA00;
525
- }
526
-
527
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
528
- background-color: #1B1D1D;
529
- color: #F4F4F4;
530
- }
531
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
532
- border-color: #1B1D1D transparent transparent transparent;
533
- }
534
- .cui-theme-light {
535
- color: #1B1D1D;
536
- }
537
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
538
- background-color: #515757;
539
- }
540
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
541
- border-color: #515757 transparent transparent transparent;
542
- }
543
- .flowLayout-module_flowLayout__VHpnY {
544
- overflow: auto;
545
- }
546
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
547
- display: flex;
548
- width: 100%;
549
- min-width: 0;
550
- }
551
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
552
- display: flex;
553
- width: 100%;
554
- min-width: 0;
555
- }
556
- .textAndContent-module_textAndContent__X5P1n {
557
- align-items: baseline;
558
- flex-shrink: 1;
559
- gap: 8px;
560
- }
561
- :root {
562
- --divider-line: #4a4b4b;
563
- }
564
-
565
- .toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
566
- overflow: hidden !important;
567
- }
568
-
569
- .toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
570
- white-space: nowrap !important;
571
- }
572
-
573
- .toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
574
- text-overflow: ellipsis !important;
575
- }
576
-
577
- .toggle-module_toggle__p1Ep4 {
578
- display: inline-block;
579
- position: relative;
580
- max-width: 48px;
581
- max-height: 24px;
582
- width: 48px;
583
- height: 24px;
584
- border-radius: 16px !important;
585
- }
586
- .toggle-module_toggle__p1Ep4 input {
587
- opacity: 0;
588
- width: 0;
589
- height: 0;
590
- }
591
- .toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
592
- box-sizing: border-box;
593
- position: absolute;
594
- cursor: pointer;
595
- width: 48px;
596
- height: 24px;
597
- top: 0;
598
- left: 0;
599
- right: 0;
600
- bottom: 0;
601
- background-color: transparent;
602
- border: 1px solid #F4F4F4;
603
- transition: transform, background-color 0.4s ease;
604
- border-radius: 16px;
605
- }
606
- .toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
607
- position: absolute;
608
- content: "";
609
- height: 20px;
610
- width: 20px;
611
- left: 1px;
612
- bottom: 1px;
613
- background-color: #F4F4F4;
614
- transition: transform 0.4s ease;
615
- border-radius: 50%;
616
- }
617
- .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
618
- background-color: #282A2A;
619
- border-color: #282A2A;
620
- }
621
- .toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
622
- box-shadow: 0 0 1px 1px #282A2A;
623
- }
624
- .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
625
- transform: translateX(24px);
626
- }
627
- .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
628
- opacity: 0.65;
629
- }
630
- .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
631
- pointer-events: none;
632
- }
633
- .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
634
- cursor: not-allowed;
635
- }
636
- .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
637
- content: " ";
638
- z-index: -1;
639
- display: block;
640
- position: absolute;
641
- height: 100%;
642
- top: 0;
643
- left: 0;
644
- right: 0;
645
- }
646
-
647
- .cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
648
- background-color: #003A4C;
649
- }
650
- .cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
651
- background-color: rgb(38.0475, 39.8525, 39.8525);
652
- }
653
- .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
654
- border-color: rgb(32.4, 41.4, 41.4);
655
- }
656
- .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
657
- background-color: rgba(40, 42, 42, 0.05);
658
- }
659
- .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
660
- background-color: #282A2A;
661
- }
662
- .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
663
- background-color: #F4F4F4;
664
- }
665
- .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
666
- background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
667
- }
668
- :root {
669
- --divider-line: #4a4b4b;
670
- }
671
-
672
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
673
- overflow: hidden !important;
674
- }
675
-
676
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
677
- white-space: nowrap !important;
678
- }
679
-
680
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
681
- text-overflow: ellipsis !important;
682
- }
683
-
684
- .popup-module_popup-container__PJ0oQ {
685
- --popup-width: 60vw;
686
- --popup-height: 50vh;
687
- position: fixed;
688
- width: var(--popup-width);
689
- height: var(--popup-height);
690
- --slideXFrom: 0;
691
- --slideYFrom: 0;
692
- will-change: opacity;
693
- transition: opacity 300ms ease-in-out;
694
- opacity: 0;
695
- visibility: hidden;
696
- pointer-events: none;
697
- }
698
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
699
- position: relative;
700
- flex-direction: column;
701
- align-items: start;
702
- width: 100%;
703
- height: 100%;
704
- overflow-x: clip;
705
- background-color: #090A0A;
706
- border-radius: 4px;
707
- box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
708
- transition: transform 350ms ease-out;
709
- will-change: transform;
710
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
711
- }
712
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
713
- margin-bottom: 0;
714
- }
715
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
716
- cursor: pointer;
717
- line-height: 1px;
718
- background-color: rgba(255, 255, 255, 0);
719
- }
720
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
721
- background-color: #FDDA0D;
722
- width: 9px !important;
723
- height: 9px !important;
724
- line-height: 1px !important;
725
- }
726
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
727
- background-color: #FFEA00;
728
- }
729
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
730
- width: 100%;
731
- height: 100%;
732
- padding: 24px;
733
- overflow-y: auto;
734
- display: flex;
735
- }
736
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
737
- overflow-y: auto;
738
- }
739
- .popup-module_popup-container__PJ0oQ[data-show] {
740
- opacity: 1;
741
- visibility: visible;
742
- pointer-events: all;
743
- }
744
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
745
- transform: translateX(0) translateY(0);
746
- }
747
- .popup-module_popup-container__PJ0oQ[data-show=false] {
748
- opacity: 0;
749
- visibility: hidden;
750
- pointer-events: none;
751
- }
752
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
753
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
754
- }
755
-
756
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
757
- background-color: #090A0A;
758
- color: #F4F4F4;
759
- }
760
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
761
- background-color: #090A0A;
762
- color: #F4F4F4;
763
- }
764
- :root {
765
- --divider-line: #4a4b4b;
766
- }
767
-
768
- .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
769
- overflow: hidden !important;
770
- }
771
-
772
- .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
773
- white-space: nowrap !important;
774
- }
775
-
776
- .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
553
+ .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
777
554
  text-overflow: ellipsis !important;
778
555
  }
779
556
 
@@ -952,6 +729,229 @@
952
729
  --divider-line: #4a4b4b;
953
730
  }
954
731
 
732
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
733
+ overflow: hidden !important;
734
+ }
735
+
736
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
737
+ white-space: nowrap !important;
738
+ }
739
+
740
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
741
+ text-overflow: ellipsis !important;
742
+ }
743
+
744
+ .popup-module_popup-container__PJ0oQ {
745
+ --popup-width: 60vw;
746
+ --popup-height: 50vh;
747
+ position: fixed;
748
+ width: var(--popup-width);
749
+ height: var(--popup-height);
750
+ --slideXFrom: 0;
751
+ --slideYFrom: 0;
752
+ will-change: opacity;
753
+ transition: opacity 300ms ease-in-out;
754
+ opacity: 0;
755
+ visibility: hidden;
756
+ pointer-events: none;
757
+ }
758
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
759
+ position: relative;
760
+ flex-direction: column;
761
+ align-items: start;
762
+ width: 100%;
763
+ height: 100%;
764
+ overflow-x: clip;
765
+ background-color: #090A0A;
766
+ border-radius: 4px;
767
+ box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
768
+ transition: transform 350ms ease-out;
769
+ will-change: transform;
770
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
771
+ }
772
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
773
+ margin-bottom: 0;
774
+ }
775
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
776
+ cursor: pointer;
777
+ line-height: 1px;
778
+ background-color: rgba(255, 255, 255, 0);
779
+ }
780
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
781
+ background-color: #FDDA0D;
782
+ width: 9px !important;
783
+ height: 9px !important;
784
+ line-height: 1px !important;
785
+ }
786
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
787
+ background-color: #FFEA00;
788
+ }
789
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
790
+ width: 100%;
791
+ height: 100%;
792
+ padding: 24px;
793
+ overflow-y: auto;
794
+ display: flex;
795
+ }
796
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
797
+ overflow-y: auto;
798
+ }
799
+ .popup-module_popup-container__PJ0oQ[data-show] {
800
+ opacity: 1;
801
+ visibility: visible;
802
+ pointer-events: all;
803
+ }
804
+ .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
805
+ transform: translateX(0) translateY(0);
806
+ }
807
+ .popup-module_popup-container__PJ0oQ[data-show=false] {
808
+ opacity: 0;
809
+ visibility: hidden;
810
+ pointer-events: none;
811
+ }
812
+ .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
813
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
814
+ }
815
+
816
+ .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
817
+ background-color: #090A0A;
818
+ color: #F4F4F4;
819
+ }
820
+ .cui-theme-light .popup-module_popup-container-inner__n83Cz {
821
+ background-color: #090A0A;
822
+ color: #F4F4F4;
823
+ }
824
+ .flowLayout-module_flowLayout__VHpnY {
825
+ overflow: auto;
826
+ }
827
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
828
+ display: flex;
829
+ width: 100%;
830
+ min-width: 0;
831
+ }
832
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
833
+ display: flex;
834
+ width: 100%;
835
+ min-width: 0;
836
+ }
837
+ :root {
838
+ --divider-line: #4a4b4b;
839
+ }
840
+
841
+ .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
842
+ overflow: hidden !important;
843
+ }
844
+
845
+ .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
846
+ white-space: nowrap !important;
847
+ }
848
+
849
+ .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
850
+ text-overflow: ellipsis !important;
851
+ }
852
+
853
+ .tooltip-module_popover-tooltip__sAhKa {
854
+ position: fixed;
855
+ z-index: 999;
856
+ will-change: opacity;
857
+ transition: opacity 450ms ease;
858
+ opacity: 0;
859
+ visibility: hidden;
860
+ border-radius: 4px;
861
+ background-color: #1B1D1D;
862
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
863
+ }
864
+ .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
865
+ margin: 0;
866
+ padding: 0;
867
+ }
868
+ .tooltip-module_popover-tooltip__sAhKa p {
869
+ display: -webkit-box;
870
+ -webkit-line-clamp: 4; /* number of lines to show */
871
+ line-clamp: 4;
872
+ -webkit-box-orient: vertical;
873
+ margin: 0;
874
+ width: 100%;
875
+ white-space: normal;
876
+ overflow: auto;
877
+ }
878
+ .tooltip-module_popover-tooltip__sAhKa[data-show] {
879
+ opacity: 1;
880
+ visibility: visible;
881
+ }
882
+ .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
883
+ opacity: 0;
884
+ visibility: hidden;
885
+ }
886
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
887
+ bottom: -16px;
888
+ }
889
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
890
+ transform: rotate(0deg);
891
+ }
892
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
893
+ top: -16px;
894
+ }
895
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
896
+ transform: rotate(180deg);
897
+ }
898
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
899
+ right: -16px;
900
+ }
901
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
902
+ transform: rotate(-90deg);
903
+ }
904
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
905
+ left: -16px;
906
+ }
907
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
908
+ transform: rotate(90deg);
909
+ }
910
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
911
+ position: absolute;
912
+ }
913
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
914
+ content: "";
915
+ border-width: 8px;
916
+ border-style: solid;
917
+ border-color: #1B1D1D transparent transparent transparent;
918
+ }
919
+
920
+ .tooltip-module_close-button__o8OBN {
921
+ cursor: pointer;
922
+ line-height: 1px;
923
+ background-color: rgba(255, 255, 255, 0);
924
+ }
925
+ .tooltip-module_close-button__o8OBN .icon-base {
926
+ background-color: #FDDA0D;
927
+ width: 9px !important;
928
+ height: 9px !important;
929
+ line-height: 1px !important;
930
+ }
931
+ .tooltip-module_close-button__o8OBN:hover .icon-base {
932
+ background-color: #FFEA00;
933
+ }
934
+
935
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
936
+ background-color: #1B1D1D;
937
+ color: #F4F4F4;
938
+ }
939
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
940
+ border-color: #1B1D1D transparent transparent transparent;
941
+ }
942
+ .cui-theme-light {
943
+ color: #1B1D1D;
944
+ }
945
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
946
+ background-color: #515757;
947
+ }
948
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
949
+ border-color: #515757 transparent transparent transparent;
950
+ }
951
+ :root {
952
+ --divider-line: #4a4b4b;
953
+ }
954
+
955
955
  .anchorLink-module_overflow-hidden__-MElA, .anchorLink-module_text-truncate__62t8P {
956
956
  overflow: hidden !important;
957
957
  }