@e1011/es-kit 1.1.84 → 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.
@@ -28,25 +28,6 @@
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
- }
50
31
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
51
32
  transform-origin: 0% 0%;
52
33
  opacity: 0;
@@ -80,6 +61,34 @@
80
61
  max-width: var(--prop-value);
81
62
  opacity: 1;
82
63
  }
64
+ .divider-module_divider-line__6CesR {
65
+ position: relative;
66
+ display: block;
67
+ transition: opacity, width, height 250ms ease-in-out;
68
+ background-color: var(--color);
69
+ opacity: var(--opacity);
70
+ }
71
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
72
+ height: var(--length);
73
+ left: var(--left);
74
+ width: var(--width);
75
+ margin: var(--margin);
76
+ }
77
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
78
+ width: var(--length);
79
+ left: var(--left);
80
+ height: var(--height);
81
+ margin: var(--margin);
82
+ }
83
+ .errorBoundary-module_errorBoundary__gk9ps {
84
+ background: #EFEFEF;
85
+ width: 100%;
86
+ height: 100%;
87
+ }
88
+
89
+ .errorBoundary-module_StyledIcon__IYHiU {
90
+ margin-right: 10px;
91
+ }
83
92
  .field-module_field__UfKm3 {
84
93
  opacity: 1;
85
94
  pointer-events: auto;
@@ -154,39 +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
- .layoutBox-module_layout-box__ZIID8 {
167
- display: flex;
168
- position: relative;
169
- flex-direction: row;
170
- flex: 0;
171
- flex-grow: 0;
172
- flex-shrink: 0;
173
- flex-basis: auto;
174
- flex-wrap: nowrap;
175
- gap: 0;
176
- text-align: left;
177
- justify-content: flex-start;
178
- align-items: flex-start;
179
- align-self: auto;
180
- margin: 0;
181
- padding: 0;
182
- width: auto;
183
- height: auto;
184
- max-width: none;
185
- max-height: none;
186
- min-width: 0;
187
- min-height: 0;
188
- border-radius: initial;
189
- }
190
166
  .lazyComponent-module_loader__brMEW {
191
167
  position: relative;
192
168
  width: 100px;
@@ -230,6 +206,139 @@
230
206
  stroke-dashoffset: -124;
231
207
  }
232
208
  }
209
+ .layoutBox-module_layout-box__ZIID8 {
210
+ display: flex;
211
+ position: relative;
212
+ flex-direction: row;
213
+ flex: 0;
214
+ flex-grow: 0;
215
+ flex-shrink: 0;
216
+ flex-basis: auto;
217
+ flex-wrap: nowrap;
218
+ gap: 0;
219
+ text-align: left;
220
+ justify-content: flex-start;
221
+ align-items: flex-start;
222
+ align-self: auto;
223
+ margin: 0;
224
+ padding: 0;
225
+ width: auto;
226
+ height: auto;
227
+ max-width: none;
228
+ max-height: none;
229
+ min-width: 0;
230
+ min-height: 0;
231
+ border-radius: initial;
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
+ }
246
+ :root {
247
+ --divider-line: #4a4b4b;
248
+ }
249
+
250
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
251
+ overflow: hidden !important;
252
+ }
253
+
254
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
255
+ white-space: nowrap !important;
256
+ }
257
+
258
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
259
+ text-overflow: ellipsis !important;
260
+ }
261
+
262
+ .popup-module_popup-container__PJ0oQ {
263
+ --popup-width: 60vw;
264
+ --popup-height: 50vh;
265
+ position: fixed;
266
+ width: var(--popup-width);
267
+ height: var(--popup-height);
268
+ --slideXFrom: 0;
269
+ --slideYFrom: 0;
270
+ will-change: opacity;
271
+ transition: opacity 300ms ease-in-out;
272
+ opacity: 0;
273
+ visibility: hidden;
274
+ pointer-events: none;
275
+ }
276
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
277
+ position: relative;
278
+ flex-direction: column;
279
+ align-items: start;
280
+ width: 100%;
281
+ height: 100%;
282
+ overflow-x: clip;
283
+ background-color: #090A0A;
284
+ border-radius: 4px;
285
+ box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
286
+ transition: transform 350ms ease-out;
287
+ will-change: transform;
288
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
289
+ }
290
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
291
+ margin-bottom: 0;
292
+ }
293
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
294
+ cursor: pointer;
295
+ line-height: 1px;
296
+ background-color: rgba(255, 255, 255, 0);
297
+ }
298
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
299
+ background-color: #FDDA0D;
300
+ width: 9px !important;
301
+ height: 9px !important;
302
+ line-height: 1px !important;
303
+ }
304
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
305
+ background-color: #FFEA00;
306
+ }
307
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
308
+ width: 100%;
309
+ height: 100%;
310
+ padding: 24px;
311
+ overflow-y: auto;
312
+ display: flex;
313
+ }
314
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
315
+ overflow-y: auto;
316
+ }
317
+ .popup-module_popup-container__PJ0oQ[data-show] {
318
+ opacity: 1;
319
+ visibility: visible;
320
+ pointer-events: all;
321
+ }
322
+ .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
323
+ transform: translateX(0) translateY(0);
324
+ }
325
+ .popup-module_popup-container__PJ0oQ[data-show=false] {
326
+ opacity: 0;
327
+ visibility: hidden;
328
+ pointer-events: none;
329
+ }
330
+ .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
331
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
332
+ }
333
+
334
+ .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
335
+ background-color: #090A0A;
336
+ color: #F4F4F4;
337
+ }
338
+ .cui-theme-light .popup-module_popup-container-inner__n83Cz {
339
+ background-color: #090A0A;
340
+ color: #F4F4F4;
341
+ }
233
342
  :root {
234
343
  --divider-line: #4a4b4b;
235
344
  }
@@ -296,6 +405,29 @@
296
405
  pointer-events: none;
297
406
  opacity: 0.6;
298
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
+ }
299
431
  .textAndContent-module_textAndContent__X5P1n {
300
432
  align-items: baseline;
301
433
  flex-shrink: 1;
@@ -305,238 +437,115 @@
305
437
  --divider-line: #4a4b4b;
306
438
  }
307
439
 
308
- .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
440
+ .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
309
441
  overflow: hidden !important;
310
442
  }
311
443
 
312
- .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
444
+ .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
313
445
  white-space: nowrap !important;
314
446
  }
315
447
 
316
- .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
448
+ .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
317
449
  text-overflow: ellipsis !important;
318
450
  }
319
451
 
320
- .button-module_button__NDMQS {
321
- border: none;
322
- color: #090A0A;
323
- padding: 0.5rem 1rem;
324
- text-align: center;
325
- text-decoration: none;
326
- font-size: 1rem;
327
- overflow: hidden;
328
- display: flex;
329
- align-items: center;
330
- justify-content: center;
331
- min-width: "auto";
332
- width: "auto";
333
- user-select: all;
334
- pointer-events: auto;
335
- cursor: pointer;
336
- }
337
- .button-module_button__NDMQS > span {
338
- overflow: hidden;
339
- white-space: nowrap;
340
- display: inline-block;
341
- }
342
- .button-module_button__NDMQS.button-module_info__O6gEW {
343
- background-color: #2D8EFF;
344
- }
345
- .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
346
- border: 1px solid #2D8EFF !important;
347
- }
348
- .button-module_button__NDMQS.button-module_success__gM25y {
349
- background-color: #13CE66;
350
- }
351
- .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
352
- border: 1px solid #13CE66 !important;
353
- }
354
- .button-module_button__NDMQS.button-module_error__q9qqo {
355
- background-color: #FF4949;
356
- }
357
- .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
358
- border: 1px solid #FF4949 !important;
359
- }
360
- .button-module_button__NDMQS.button-module_warning__MdmiZ {
361
- background-color: #FFCC3D;
362
- }
363
- .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
364
- border: 1px solid #FFCC3D !important;
365
- }
366
- .button-module_button__NDMQS.button-module_link__e-4Fu {
367
- border: none !important;
368
- background-color: transparent !important;
369
- background: transparent !important;
370
- }
371
- .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
372
- border: none !important;
373
- background-color: transparent !important;
374
- background: transparent !important;
375
- }
376
- .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
377
- text-decoration: underline !important;
378
- }
379
- .button-module_button__NDMQS.button-module_transparent__zbeBu {
380
- border: none !important;
381
- background-color: transparent !important;
382
- background: transparent !important;
452
+ .tooltip-module_popover-tooltip__sAhKa {
453
+ position: fixed;
454
+ z-index: 999;
455
+ will-change: opacity;
456
+ transition: opacity 450ms ease;
457
+ opacity: 0;
458
+ visibility: hidden;
459
+ border-radius: 4px;
460
+ background-color: #1B1D1D;
461
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
383
462
  }
384
- .button-module_button__NDMQS.button-module_tiny__pBNwo {
385
- height: 1.4rem;
386
- min-width: 1.5rem;
387
- width: 1.5rem;
388
- padding: 0.2rem;
389
- font-size: 0.8rem;
463
+ .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
464
+ margin: 0;
465
+ padding: 0;
390
466
  }
391
- .button-module_button__NDMQS.button-module_fluid__GXxID {
467
+ .tooltip-module_popover-tooltip__sAhKa p {
468
+ display: -webkit-box;
469
+ -webkit-line-clamp: 4; /* number of lines to show */
470
+ line-clamp: 4;
471
+ -webkit-box-orient: vertical;
472
+ margin: 0;
392
473
  width: 100%;
474
+ white-space: normal;
475
+ overflow: auto;
393
476
  }
394
- .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
395
- overflow: hidden !important;
396
- white-space: nowrap !important;
397
- text-overflow: ellipsis !important;
398
- }
399
- .button-module_button__NDMQS.button-module_animated__gLwPl {
400
- transition: transform 250ms ease-out;
401
- }
402
- .button-module_button__NDMQS.button-module_hasShadow__42BQv {
403
- box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
404
- }
405
- .button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
406
- padding: 0.4rem;
407
- border: none !important;
408
- line-height: 1px;
409
- }
410
- .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
411
- padding: 0px;
412
- }
413
- .button-module_button__NDMQS:hover {
414
- background-color: #c5c5c5 !important;
415
- }
416
- .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
417
- transform: scale(1.2);
418
- }
419
- .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
420
- background-color: rgba(197, 197, 197, 0.1254901961) !important;
477
+ .tooltip-module_popover-tooltip__sAhKa[data-show] {
478
+ opacity: 1;
479
+ visibility: visible;
421
480
  }
422
- .button-module_button__NDMQS.button-module_disabled__hEydO {
423
- user-select: none;
424
- pointer-events: none;
425
- cursor: not-allowed;
481
+ .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
482
+ opacity: 0;
483
+ visibility: hidden;
426
484
  }
427
-
428
- .cui-theme-dark .button-module_button__NDMQS {
429
- color: #F4F4F4;
485
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
486
+ bottom: -16px;
430
487
  }
431
- .cui-theme-light .button-module_button__NDMQS {
432
- color: #090A0A;
488
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
489
+ transform: rotate(0deg);
433
490
  }
434
- :root {
435
- --divider-line: #4a4b4b;
491
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
492
+ top: -16px;
436
493
  }
437
-
438
- .toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
439
- overflow: hidden !important;
494
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
495
+ transform: rotate(180deg);
440
496
  }
441
-
442
- .toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
443
- white-space: nowrap !important;
497
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
498
+ right: -16px;
444
499
  }
445
-
446
- .toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
447
- text-overflow: ellipsis !important;
500
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
501
+ transform: rotate(-90deg);
448
502
  }
449
-
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;
503
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
504
+ left: -16px;
458
505
  }
459
- .toggle-module_toggle__p1Ep4 input {
460
- opacity: 0;
461
- width: 0;
462
- height: 0;
506
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
507
+ transform: rotate(90deg);
463
508
  }
464
- .toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
465
- box-sizing: border-box;
509
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
466
510
  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;
478
511
  }
479
- .toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
480
- position: absolute;
512
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
481
513
  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%;
489
- }
490
- .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
491
- background-color: #282A2A;
492
- border-color: #282A2A;
493
- }
494
- .toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
495
- box-shadow: 0 0 1px 1px #282A2A;
496
- }
497
- .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
498
- transform: translateX(24px);
499
- }
500
- .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
501
- opacity: 0.65;
514
+ border-width: 8px;
515
+ border-style: solid;
516
+ border-color: #1B1D1D transparent transparent transparent;
502
517
  }
503
- .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
504
- pointer-events: none;
518
+
519
+ .tooltip-module_close-button__o8OBN {
520
+ cursor: pointer;
521
+ line-height: 1px;
522
+ background-color: rgba(255, 255, 255, 0);
505
523
  }
506
- .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
507
- cursor: not-allowed;
524
+ .tooltip-module_close-button__o8OBN .icon-base {
525
+ background-color: #FDDA0D;
526
+ width: 9px !important;
527
+ height: 9px !important;
528
+ line-height: 1px !important;
508
529
  }
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;
530
+ .tooltip-module_close-button__o8OBN:hover .icon-base {
531
+ background-color: #FFEA00;
518
532
  }
519
533
 
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);
534
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
535
+ background-color: #1B1D1D;
536
+ color: #F4F4F4;
528
537
  }
529
- .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
530
- background-color: rgba(40, 42, 42, 0.05);
538
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
539
+ border-color: #1B1D1D transparent transparent transparent;
531
540
  }
532
- .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
533
- background-color: #282A2A;
541
+ .cui-theme-light {
542
+ color: #1B1D1D;
534
543
  }
535
- .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
536
- background-color: #F4F4F4;
544
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
545
+ background-color: #515757;
537
546
  }
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);
547
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
548
+ border-color: #515757 transparent transparent transparent;
540
549
  }
541
550
  :root {
542
551
  --divider-line: #4a4b4b;
@@ -702,251 +711,242 @@
702
711
  border-color: #FD8F3E;
703
712
  color: #632E03;
704
713
  }
705
- .popup-overlay-module_popup-modal-overlay__dlJqM {
706
- z-index: 1;
707
- position: fixed;
708
- width: 100%;
709
- height: 100%;
710
- top: 0;
711
- left: 0;
712
- background: rgba(40, 80, 120, 0.8) !important;
713
- pointer-events: all;
714
- user-select: none;
715
- will-change: opacity;
716
- transition: opacity 450ms ease-in-out;
717
- opacity: 0;
718
- visibility: hidden;
719
- }
720
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
721
- opacity: 1;
722
- visibility: visible;
723
- }
724
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
725
- opacity: 0;
726
- visibility: hidden;
727
- }
728
714
  :root {
729
715
  --divider-line: #4a4b4b;
730
716
  }
731
717
 
732
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
718
+ .toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
733
719
  overflow: hidden !important;
734
720
  }
735
721
 
736
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
722
+ .toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
737
723
  white-space: nowrap !important;
738
724
  }
739
725
 
740
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
726
+ .toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
741
727
  text-overflow: ellipsis !important;
742
728
  }
743
729
 
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 {
730
+ .toggle-module_toggle__p1Ep4 {
731
+ display: inline-block;
759
732
  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));
733
+ max-width: 48px;
734
+ max-height: 24px;
735
+ width: 48px;
736
+ height: 24px;
737
+ border-radius: 16px !important;
771
738
  }
772
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
773
- margin-bottom: 0;
739
+ .toggle-module_toggle__p1Ep4 input {
740
+ opacity: 0;
741
+ width: 0;
742
+ height: 0;
774
743
  }
775
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
744
+ .toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
745
+ box-sizing: border-box;
746
+ position: absolute;
776
747
  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;
748
+ width: 48px;
749
+ height: 24px;
750
+ top: 0;
751
+ left: 0;
752
+ right: 0;
753
+ bottom: 0;
754
+ background-color: transparent;
755
+ border: 1px solid #F4F4F4;
756
+ transition: transform, background-color 0.4s ease;
757
+ border-radius: 16px;
785
758
  }
786
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
787
- background-color: #FFEA00;
759
+ .toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
760
+ position: absolute;
761
+ content: "";
762
+ height: 20px;
763
+ width: 20px;
764
+ left: 1px;
765
+ bottom: 1px;
766
+ background-color: #F4F4F4;
767
+ transition: transform 0.4s ease;
768
+ border-radius: 50%;
788
769
  }
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;
770
+ .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
771
+ background-color: #282A2A;
772
+ border-color: #282A2A;
795
773
  }
796
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
797
- overflow-y: auto;
774
+ .toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
775
+ box-shadow: 0 0 1px 1px #282A2A;
798
776
  }
799
- .popup-module_popup-container__PJ0oQ[data-show] {
800
- opacity: 1;
801
- visibility: visible;
802
- pointer-events: all;
777
+ .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
778
+ transform: translateX(24px);
803
779
  }
804
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
805
- transform: translateX(0) translateY(0);
780
+ .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
781
+ opacity: 0.65;
806
782
  }
807
- .popup-module_popup-container__PJ0oQ[data-show=false] {
808
- opacity: 0;
809
- visibility: hidden;
783
+ .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
810
784
  pointer-events: none;
811
785
  }
812
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
813
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
786
+ .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
787
+ cursor: not-allowed;
788
+ }
789
+ .toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
790
+ content: " ";
791
+ z-index: -1;
792
+ display: block;
793
+ position: absolute;
794
+ height: 100%;
795
+ top: 0;
796
+ left: 0;
797
+ right: 0;
814
798
  }
815
799
 
816
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
817
- background-color: #090A0A;
818
- color: #F4F4F4;
800
+ .cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
801
+ background-color: #003A4C;
819
802
  }
820
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
821
- background-color: #090A0A;
822
- color: #F4F4F4;
803
+ .cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
804
+ background-color: rgb(38.0475, 39.8525, 39.8525);
823
805
  }
824
- .flowLayout-module_flowLayout__VHpnY {
825
- overflow: auto;
806
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
807
+ border-color: rgb(32.4, 41.4, 41.4);
826
808
  }
827
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
828
- display: flex;
829
- width: 100%;
830
- min-width: 0;
809
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
810
+ background-color: rgba(40, 42, 42, 0.05);
831
811
  }
832
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
833
- display: flex;
834
- width: 100%;
835
- min-width: 0;
812
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
813
+ background-color: #282A2A;
814
+ }
815
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
816
+ background-color: #F4F4F4;
817
+ }
818
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
819
+ background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
836
820
  }
837
821
  :root {
838
822
  --divider-line: #4a4b4b;
839
823
  }
840
824
 
841
- .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
825
+ .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
842
826
  overflow: hidden !important;
843
827
  }
844
828
 
845
- .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
829
+ .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
846
830
  white-space: nowrap !important;
847
831
  }
848
832
 
849
- .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
833
+ .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
850
834
  text-overflow: ellipsis !important;
851
835
  }
852
836
 
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);
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;
863
853
  }
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;
854
+ .button-module_button__NDMQS > span {
855
+ overflow: hidden;
856
+ white-space: nowrap;
857
+ display: inline-block;
867
858
  }
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;
859
+ .button-module_button__NDMQS.button-module_info__O6gEW {
860
+ background-color: #2D8EFF;
877
861
  }
878
- .tooltip-module_popover-tooltip__sAhKa[data-show] {
879
- opacity: 1;
880
- visibility: visible;
862
+ .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
863
+ border: 1px solid #2D8EFF !important;
881
864
  }
882
- .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
883
- opacity: 0;
884
- visibility: hidden;
865
+ .button-module_button__NDMQS.button-module_success__gM25y {
866
+ background-color: #13CE66;
885
867
  }
886
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
887
- bottom: -16px;
868
+ .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
869
+ border: 1px solid #13CE66 !important;
888
870
  }
889
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
890
- transform: rotate(0deg);
871
+ .button-module_button__NDMQS.button-module_error__q9qqo {
872
+ background-color: #FF4949;
891
873
  }
892
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
893
- top: -16px;
874
+ .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
875
+ border: 1px solid #FF4949 !important;
894
876
  }
895
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
896
- transform: rotate(180deg);
877
+ .button-module_button__NDMQS.button-module_warning__MdmiZ {
878
+ background-color: #FFCC3D;
897
879
  }
898
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
899
- right: -16px;
880
+ .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
881
+ border: 1px solid #FFCC3D !important;
900
882
  }
901
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
902
- transform: rotate(-90deg);
883
+ .button-module_button__NDMQS.button-module_link__e-4Fu {
884
+ border: none !important;
885
+ background-color: transparent !important;
886
+ background: transparent !important;
903
887
  }
904
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
905
- left: -16px;
888
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
889
+ border: none !important;
890
+ background-color: transparent !important;
891
+ background: transparent !important;
906
892
  }
907
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
908
- transform: rotate(90deg);
893
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
894
+ text-decoration: underline !important;
909
895
  }
910
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
911
- position: absolute;
896
+ .button-module_button__NDMQS.button-module_transparent__zbeBu {
897
+ border: none !important;
898
+ background-color: transparent !important;
899
+ background: transparent !important;
912
900
  }
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;
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;
918
907
  }
919
-
920
- .tooltip-module_close-button__o8OBN {
921
- cursor: pointer;
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;
922
925
  line-height: 1px;
923
- background-color: rgba(255, 255, 255, 0);
924
926
  }
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;
927
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
928
+ padding: 0px;
930
929
  }
931
- .tooltip-module_close-button__o8OBN:hover .icon-base {
932
- background-color: #FFEA00;
930
+ .button-module_button__NDMQS:hover {
931
+ background-color: #c5c5c5 !important;
933
932
  }
934
-
935
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
936
- background-color: #1B1D1D;
937
- color: #F4F4F4;
933
+ .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
934
+ transform: scale(1.2);
938
935
  }
939
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
940
- border-color: #1B1D1D transparent transparent transparent;
936
+ .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
937
+ background-color: rgba(197, 197, 197, 0.1254901961) !important;
941
938
  }
942
- .cui-theme-light {
943
- color: #1B1D1D;
939
+ .button-module_button__NDMQS.button-module_disabled__hEydO {
940
+ user-select: none;
941
+ pointer-events: none;
942
+ cursor: not-allowed;
944
943
  }
945
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
946
- background-color: #515757;
944
+
945
+ .cui-theme-dark .button-module_button__NDMQS {
946
+ color: #F4F4F4;
947
947
  }
948
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
949
- border-color: #515757 transparent transparent transparent;
948
+ .cui-theme-light .button-module_button__NDMQS {
949
+ color: #090A0A;
950
950
  }
951
951
  :root {
952
952
  --divider-line: #4a4b4b;