@e1011/es-kit 1.1.66 → 1.1.68
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 +364 -364
- package/dist/hooks/index.css +364 -364
- package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/utils/appState/store/store.vanillajs.d.ts +2 -0
- package/dist/types/src/core/utils/appState/store/store.vanillajs.d.ts.map +1 -1
- package/dist/utils/esm/index.css +364 -364
- package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/utils/esm/src/core/utils/index.js +1 -1
- package/dist/utils/index.css +364 -364
- package/dist/utils/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/utils/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/utils/src/core/utils/index.js +1 -1
- package/package.json +1 -1
package/dist/hooks/index.css
CHANGED
|
@@ -37,6 +37,25 @@
|
|
|
37
37
|
.errorBoundary-module_StyledIcon__IYHiU {
|
|
38
38
|
margin-right: 10px;
|
|
39
39
|
}
|
|
40
|
+
.divider-module_divider-line__6CesR {
|
|
41
|
+
position: relative;
|
|
42
|
+
display: block;
|
|
43
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
44
|
+
background-color: var(--color);
|
|
45
|
+
opacity: var(--opacity);
|
|
46
|
+
}
|
|
47
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
48
|
+
height: var(--length);
|
|
49
|
+
left: var(--left);
|
|
50
|
+
width: var(--width);
|
|
51
|
+
margin: var(--margin);
|
|
52
|
+
}
|
|
53
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
54
|
+
width: var(--length);
|
|
55
|
+
left: var(--left);
|
|
56
|
+
height: var(--height);
|
|
57
|
+
margin: var(--margin);
|
|
58
|
+
}
|
|
40
59
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
41
60
|
transform-origin: 0% 0%;
|
|
42
61
|
opacity: 0;
|
|
@@ -144,25 +163,6 @@
|
|
|
144
163
|
.field-module_field__UfKm3 label {
|
|
145
164
|
text-align: left;
|
|
146
165
|
}
|
|
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);
|
|
159
|
-
}
|
|
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);
|
|
165
|
-
}
|
|
166
166
|
.layoutBox-module_layout-box__ZIID8 {
|
|
167
167
|
display: flex;
|
|
168
168
|
position: relative;
|
|
@@ -230,77 +230,6 @@
|
|
|
230
230
|
stroke-dashoffset: -124;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
:root {
|
|
234
|
-
--divider-line: #4a4b4b;
|
|
235
|
-
}
|
|
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
233
|
.flowLayout-module_flowLayout__VHpnY {
|
|
305
234
|
overflow: auto;
|
|
306
235
|
}
|
|
@@ -318,102 +247,6 @@
|
|
|
318
247
|
--divider-line: #4a4b4b;
|
|
319
248
|
}
|
|
320
249
|
|
|
321
|
-
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
322
|
-
overflow: hidden !important;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
326
|
-
white-space: nowrap !important;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
330
|
-
text-overflow: ellipsis !important;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.popup-module_popup-container__PJ0oQ {
|
|
334
|
-
--popup-width: 60vw;
|
|
335
|
-
--popup-height: 50vh;
|
|
336
|
-
position: fixed;
|
|
337
|
-
width: var(--popup-width);
|
|
338
|
-
height: var(--popup-height);
|
|
339
|
-
--slideXFrom: 0;
|
|
340
|
-
--slideYFrom: 0;
|
|
341
|
-
will-change: opacity;
|
|
342
|
-
transition: opacity 300ms ease-in-out;
|
|
343
|
-
opacity: 0;
|
|
344
|
-
visibility: hidden;
|
|
345
|
-
pointer-events: none;
|
|
346
|
-
}
|
|
347
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
348
|
-
position: relative;
|
|
349
|
-
flex-direction: column;
|
|
350
|
-
align-items: start;
|
|
351
|
-
width: 100%;
|
|
352
|
-
height: 100%;
|
|
353
|
-
overflow-x: clip;
|
|
354
|
-
background-color: #090A0A;
|
|
355
|
-
border-radius: 4px;
|
|
356
|
-
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
357
|
-
transition: transform 350ms ease-out;
|
|
358
|
-
will-change: transform;
|
|
359
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
360
|
-
}
|
|
361
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
362
|
-
margin-bottom: 0;
|
|
363
|
-
}
|
|
364
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
365
|
-
cursor: pointer;
|
|
366
|
-
line-height: 1px;
|
|
367
|
-
background-color: rgba(255, 255, 255, 0);
|
|
368
|
-
}
|
|
369
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
370
|
-
background-color: #FDDA0D;
|
|
371
|
-
width: 9px !important;
|
|
372
|
-
height: 9px !important;
|
|
373
|
-
line-height: 1px !important;
|
|
374
|
-
}
|
|
375
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
376
|
-
background-color: #FFEA00;
|
|
377
|
-
}
|
|
378
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
379
|
-
width: 100%;
|
|
380
|
-
height: 100%;
|
|
381
|
-
padding: 24px;
|
|
382
|
-
overflow-y: auto;
|
|
383
|
-
display: flex;
|
|
384
|
-
}
|
|
385
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
386
|
-
overflow-y: auto;
|
|
387
|
-
}
|
|
388
|
-
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
389
|
-
opacity: 1;
|
|
390
|
-
visibility: visible;
|
|
391
|
-
pointer-events: all;
|
|
392
|
-
}
|
|
393
|
-
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
394
|
-
transform: translateX(0) translateY(0);
|
|
395
|
-
}
|
|
396
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
397
|
-
opacity: 0;
|
|
398
|
-
visibility: hidden;
|
|
399
|
-
pointer-events: none;
|
|
400
|
-
}
|
|
401
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
402
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
406
|
-
background-color: #090A0A;
|
|
407
|
-
color: #F4F4F4;
|
|
408
|
-
}
|
|
409
|
-
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
410
|
-
background-color: #090A0A;
|
|
411
|
-
color: #F4F4F4;
|
|
412
|
-
}
|
|
413
|
-
:root {
|
|
414
|
-
--divider-line: #4a4b4b;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
250
|
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
418
251
|
overflow: hidden !important;
|
|
419
252
|
}
|
|
@@ -578,222 +411,97 @@
|
|
|
578
411
|
--divider-line: #4a4b4b;
|
|
579
412
|
}
|
|
580
413
|
|
|
581
|
-
.
|
|
414
|
+
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
582
415
|
overflow: hidden !important;
|
|
583
416
|
}
|
|
584
417
|
|
|
585
|
-
.
|
|
418
|
+
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
586
419
|
white-space: nowrap !important;
|
|
587
420
|
}
|
|
588
421
|
|
|
589
|
-
.
|
|
422
|
+
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
590
423
|
text-overflow: ellipsis !important;
|
|
591
424
|
}
|
|
592
425
|
|
|
593
|
-
.
|
|
426
|
+
.popup-module_popup-container__PJ0oQ {
|
|
427
|
+
--popup-width: 60vw;
|
|
428
|
+
--popup-height: 50vh;
|
|
594
429
|
position: fixed;
|
|
595
|
-
|
|
430
|
+
width: var(--popup-width);
|
|
431
|
+
height: var(--popup-height);
|
|
432
|
+
--slideXFrom: 0;
|
|
433
|
+
--slideYFrom: 0;
|
|
596
434
|
will-change: opacity;
|
|
597
|
-
transition: opacity
|
|
435
|
+
transition: opacity 300ms ease-in-out;
|
|
598
436
|
opacity: 0;
|
|
599
437
|
visibility: hidden;
|
|
600
|
-
|
|
601
|
-
background-color: #1B1D1D;
|
|
602
|
-
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
603
|
-
}
|
|
604
|
-
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
605
|
-
margin: 0;
|
|
606
|
-
padding: 0;
|
|
438
|
+
pointer-events: none;
|
|
607
439
|
}
|
|
608
|
-
.
|
|
609
|
-
|
|
610
|
-
-
|
|
611
|
-
|
|
612
|
-
-webkit-box-orient: vertical;
|
|
613
|
-
margin: 0;
|
|
440
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
441
|
+
position: relative;
|
|
442
|
+
flex-direction: column;
|
|
443
|
+
align-items: start;
|
|
614
444
|
width: 100%;
|
|
615
|
-
|
|
616
|
-
overflow:
|
|
445
|
+
height: 100%;
|
|
446
|
+
overflow-x: clip;
|
|
447
|
+
background-color: #090A0A;
|
|
448
|
+
border-radius: 4px;
|
|
449
|
+
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
450
|
+
transition: transform 350ms ease-out;
|
|
451
|
+
will-change: transform;
|
|
452
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
617
453
|
}
|
|
618
|
-
.
|
|
619
|
-
|
|
620
|
-
visibility: visible;
|
|
454
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
455
|
+
margin-bottom: 0;
|
|
621
456
|
}
|
|
622
|
-
.
|
|
623
|
-
opacity: 0;
|
|
624
|
-
visibility: hidden;
|
|
625
|
-
}
|
|
626
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
|
|
627
|
-
bottom: -16px;
|
|
628
|
-
}
|
|
629
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
630
|
-
transform: rotate(0deg);
|
|
631
|
-
}
|
|
632
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
|
|
633
|
-
top: -16px;
|
|
634
|
-
}
|
|
635
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
636
|
-
transform: rotate(180deg);
|
|
637
|
-
}
|
|
638
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
|
|
639
|
-
right: -16px;
|
|
640
|
-
}
|
|
641
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
642
|
-
transform: rotate(-90deg);
|
|
643
|
-
}
|
|
644
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
|
|
645
|
-
left: -16px;
|
|
646
|
-
}
|
|
647
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
648
|
-
transform: rotate(90deg);
|
|
649
|
-
}
|
|
650
|
-
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
|
|
651
|
-
position: absolute;
|
|
652
|
-
}
|
|
653
|
-
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
654
|
-
content: "";
|
|
655
|
-
border-width: 8px;
|
|
656
|
-
border-style: solid;
|
|
657
|
-
border-color: #1B1D1D transparent transparent transparent;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
.tooltip-module_close-button__o8OBN {
|
|
457
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
661
458
|
cursor: pointer;
|
|
662
459
|
line-height: 1px;
|
|
663
460
|
background-color: rgba(255, 255, 255, 0);
|
|
664
461
|
}
|
|
665
|
-
.
|
|
462
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
666
463
|
background-color: #FDDA0D;
|
|
667
464
|
width: 9px !important;
|
|
668
465
|
height: 9px !important;
|
|
669
466
|
line-height: 1px !important;
|
|
670
467
|
}
|
|
671
|
-
.
|
|
468
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
672
469
|
background-color: #FFEA00;
|
|
673
470
|
}
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
border-color: #1B1D1D transparent transparent transparent;
|
|
681
|
-
}
|
|
682
|
-
.cui-theme-light {
|
|
683
|
-
color: #1B1D1D;
|
|
684
|
-
}
|
|
685
|
-
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
|
|
686
|
-
background-color: #515757;
|
|
687
|
-
}
|
|
688
|
-
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
689
|
-
border-color: #515757 transparent transparent transparent;
|
|
690
|
-
}
|
|
691
|
-
:root {
|
|
692
|
-
--divider-line: #4a4b4b;
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
696
|
-
overflow: hidden !important;
|
|
471
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
472
|
+
width: 100%;
|
|
473
|
+
height: 100%;
|
|
474
|
+
padding: 24px;
|
|
475
|
+
overflow-y: auto;
|
|
476
|
+
display: flex;
|
|
697
477
|
}
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
white-space: nowrap !important;
|
|
478
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
479
|
+
overflow-y: auto;
|
|
701
480
|
}
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
481
|
+
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
482
|
+
opacity: 1;
|
|
483
|
+
visibility: visible;
|
|
484
|
+
pointer-events: all;
|
|
705
485
|
}
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
display: inline-block;
|
|
709
|
-
position: relative;
|
|
710
|
-
max-width: 48px;
|
|
711
|
-
max-height: 24px;
|
|
712
|
-
width: 48px;
|
|
713
|
-
height: 24px;
|
|
714
|
-
border-radius: 16px !important;
|
|
486
|
+
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
487
|
+
transform: translateX(0) translateY(0);
|
|
715
488
|
}
|
|
716
|
-
.
|
|
489
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
717
490
|
opacity: 0;
|
|
718
|
-
|
|
719
|
-
height: 0;
|
|
720
|
-
}
|
|
721
|
-
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
722
|
-
box-sizing: border-box;
|
|
723
|
-
position: absolute;
|
|
724
|
-
cursor: pointer;
|
|
725
|
-
width: 48px;
|
|
726
|
-
height: 24px;
|
|
727
|
-
top: 0;
|
|
728
|
-
left: 0;
|
|
729
|
-
right: 0;
|
|
730
|
-
bottom: 0;
|
|
731
|
-
background-color: transparent;
|
|
732
|
-
border: 1px solid #F4F4F4;
|
|
733
|
-
transition: transform, background-color 0.4s ease;
|
|
734
|
-
border-radius: 16px;
|
|
735
|
-
}
|
|
736
|
-
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
737
|
-
position: absolute;
|
|
738
|
-
content: "";
|
|
739
|
-
height: 20px;
|
|
740
|
-
width: 20px;
|
|
741
|
-
left: 1px;
|
|
742
|
-
bottom: 1px;
|
|
743
|
-
background-color: #F4F4F4;
|
|
744
|
-
transition: transform 0.4s ease;
|
|
745
|
-
border-radius: 50%;
|
|
746
|
-
}
|
|
747
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
748
|
-
background-color: #282A2A;
|
|
749
|
-
border-color: #282A2A;
|
|
750
|
-
}
|
|
751
|
-
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
752
|
-
box-shadow: 0 0 1px 1px #282A2A;
|
|
753
|
-
}
|
|
754
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
755
|
-
transform: translateX(24px);
|
|
756
|
-
}
|
|
757
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
758
|
-
opacity: 0.65;
|
|
759
|
-
}
|
|
760
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
491
|
+
visibility: hidden;
|
|
761
492
|
pointer-events: none;
|
|
762
493
|
}
|
|
763
|
-
.
|
|
764
|
-
|
|
765
|
-
}
|
|
766
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
767
|
-
content: " ";
|
|
768
|
-
z-index: -1;
|
|
769
|
-
display: block;
|
|
770
|
-
position: absolute;
|
|
771
|
-
height: 100%;
|
|
772
|
-
top: 0;
|
|
773
|
-
left: 0;
|
|
774
|
-
right: 0;
|
|
494
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
495
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
775
496
|
}
|
|
776
497
|
|
|
777
|
-
.cui-theme-dark .
|
|
778
|
-
background-color: #
|
|
779
|
-
|
|
780
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
781
|
-
background-color: rgb(38.0475, 39.8525, 39.8525);
|
|
782
|
-
}
|
|
783
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
784
|
-
border-color: rgb(32.4, 41.4, 41.4);
|
|
785
|
-
}
|
|
786
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
787
|
-
background-color: rgba(40, 42, 42, 0.05);
|
|
788
|
-
}
|
|
789
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
790
|
-
background-color: #282A2A;
|
|
791
|
-
}
|
|
792
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
793
|
-
background-color: #F4F4F4;
|
|
498
|
+
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
499
|
+
background-color: #090A0A;
|
|
500
|
+
color: #F4F4F4;
|
|
794
501
|
}
|
|
795
|
-
.cui-theme-light .
|
|
796
|
-
background-color:
|
|
502
|
+
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
503
|
+
background-color: #090A0A;
|
|
504
|
+
color: #F4F4F4;
|
|
797
505
|
}
|
|
798
506
|
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
799
507
|
z-index: 1;
|
|
@@ -952,6 +660,298 @@
|
|
|
952
660
|
--divider-line: #4a4b4b;
|
|
953
661
|
}
|
|
954
662
|
|
|
663
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
664
|
+
overflow: hidden !important;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
668
|
+
white-space: nowrap !important;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
672
|
+
text-overflow: ellipsis !important;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.typography-module_headline__b0XlP {
|
|
676
|
+
font-size: 28px;
|
|
677
|
+
line-height: 32px;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
681
|
+
font-size: 24px;
|
|
682
|
+
line-height: 28px;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
686
|
+
font-size: 18px;
|
|
687
|
+
line-height: 24x;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
691
|
+
font-size: 14px;
|
|
692
|
+
line-height: 18px;
|
|
693
|
+
font-weight: 300;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
697
|
+
font-size: 12px;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
701
|
+
font-weight: 600;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.typography-module_link__DWurf {
|
|
705
|
+
overflow: hidden !important;
|
|
706
|
+
white-space: nowrap !important;
|
|
707
|
+
text-overflow: ellipsis !important;
|
|
708
|
+
text-decoration: none;
|
|
709
|
+
color: #65C5F6;
|
|
710
|
+
display: inline;
|
|
711
|
+
gap: 4px;
|
|
712
|
+
flex-grow: 0;
|
|
713
|
+
max-width: 400px;
|
|
714
|
+
position: relative;
|
|
715
|
+
vertical-align: center;
|
|
716
|
+
}
|
|
717
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
718
|
+
text-decoration: underline;
|
|
719
|
+
color: #65C5F6;
|
|
720
|
+
}
|
|
721
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
722
|
+
pointer-events: none;
|
|
723
|
+
opacity: 0.6;
|
|
724
|
+
}
|
|
725
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
726
|
+
align-items: baseline;
|
|
727
|
+
flex-shrink: 1;
|
|
728
|
+
gap: 8px;
|
|
729
|
+
}
|
|
730
|
+
:root {
|
|
731
|
+
--divider-line: #4a4b4b;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
735
|
+
overflow: hidden !important;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
|
|
739
|
+
white-space: nowrap !important;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
|
|
743
|
+
text-overflow: ellipsis !important;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.tooltip-module_popover-tooltip__sAhKa {
|
|
747
|
+
position: fixed;
|
|
748
|
+
z-index: 999;
|
|
749
|
+
will-change: opacity;
|
|
750
|
+
transition: opacity 450ms ease;
|
|
751
|
+
opacity: 0;
|
|
752
|
+
visibility: hidden;
|
|
753
|
+
border-radius: 4px;
|
|
754
|
+
background-color: #1B1D1D;
|
|
755
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
756
|
+
}
|
|
757
|
+
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
758
|
+
margin: 0;
|
|
759
|
+
padding: 0;
|
|
760
|
+
}
|
|
761
|
+
.tooltip-module_popover-tooltip__sAhKa p {
|
|
762
|
+
display: -webkit-box;
|
|
763
|
+
-webkit-line-clamp: 4; /* number of lines to show */
|
|
764
|
+
line-clamp: 4;
|
|
765
|
+
-webkit-box-orient: vertical;
|
|
766
|
+
margin: 0;
|
|
767
|
+
width: 100%;
|
|
768
|
+
white-space: normal;
|
|
769
|
+
overflow: auto;
|
|
770
|
+
}
|
|
771
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show] {
|
|
772
|
+
opacity: 1;
|
|
773
|
+
visibility: visible;
|
|
774
|
+
}
|
|
775
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show=false] {
|
|
776
|
+
opacity: 0;
|
|
777
|
+
visibility: hidden;
|
|
778
|
+
}
|
|
779
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
|
|
780
|
+
bottom: -16px;
|
|
781
|
+
}
|
|
782
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
783
|
+
transform: rotate(0deg);
|
|
784
|
+
}
|
|
785
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
|
|
786
|
+
top: -16px;
|
|
787
|
+
}
|
|
788
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
789
|
+
transform: rotate(180deg);
|
|
790
|
+
}
|
|
791
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
|
|
792
|
+
right: -16px;
|
|
793
|
+
}
|
|
794
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
795
|
+
transform: rotate(-90deg);
|
|
796
|
+
}
|
|
797
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
|
|
798
|
+
left: -16px;
|
|
799
|
+
}
|
|
800
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
801
|
+
transform: rotate(90deg);
|
|
802
|
+
}
|
|
803
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
|
|
804
|
+
position: absolute;
|
|
805
|
+
}
|
|
806
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
807
|
+
content: "";
|
|
808
|
+
border-width: 8px;
|
|
809
|
+
border-style: solid;
|
|
810
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.tooltip-module_close-button__o8OBN {
|
|
814
|
+
cursor: pointer;
|
|
815
|
+
line-height: 1px;
|
|
816
|
+
background-color: rgba(255, 255, 255, 0);
|
|
817
|
+
}
|
|
818
|
+
.tooltip-module_close-button__o8OBN .icon-base {
|
|
819
|
+
background-color: #FDDA0D;
|
|
820
|
+
width: 9px !important;
|
|
821
|
+
height: 9px !important;
|
|
822
|
+
line-height: 1px !important;
|
|
823
|
+
}
|
|
824
|
+
.tooltip-module_close-button__o8OBN:hover .icon-base {
|
|
825
|
+
background-color: #FFEA00;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
|
|
829
|
+
background-color: #1B1D1D;
|
|
830
|
+
color: #F4F4F4;
|
|
831
|
+
}
|
|
832
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
833
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
834
|
+
}
|
|
835
|
+
.cui-theme-light {
|
|
836
|
+
color: #1B1D1D;
|
|
837
|
+
}
|
|
838
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
|
|
839
|
+
background-color: #515757;
|
|
840
|
+
}
|
|
841
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
842
|
+
border-color: #515757 transparent transparent transparent;
|
|
843
|
+
}
|
|
844
|
+
:root {
|
|
845
|
+
--divider-line: #4a4b4b;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
849
|
+
overflow: hidden !important;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
853
|
+
white-space: nowrap !important;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
857
|
+
text-overflow: ellipsis !important;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.toggle-module_toggle__p1Ep4 {
|
|
861
|
+
display: inline-block;
|
|
862
|
+
position: relative;
|
|
863
|
+
max-width: 48px;
|
|
864
|
+
max-height: 24px;
|
|
865
|
+
width: 48px;
|
|
866
|
+
height: 24px;
|
|
867
|
+
border-radius: 16px !important;
|
|
868
|
+
}
|
|
869
|
+
.toggle-module_toggle__p1Ep4 input {
|
|
870
|
+
opacity: 0;
|
|
871
|
+
width: 0;
|
|
872
|
+
height: 0;
|
|
873
|
+
}
|
|
874
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
875
|
+
box-sizing: border-box;
|
|
876
|
+
position: absolute;
|
|
877
|
+
cursor: pointer;
|
|
878
|
+
width: 48px;
|
|
879
|
+
height: 24px;
|
|
880
|
+
top: 0;
|
|
881
|
+
left: 0;
|
|
882
|
+
right: 0;
|
|
883
|
+
bottom: 0;
|
|
884
|
+
background-color: transparent;
|
|
885
|
+
border: 1px solid #F4F4F4;
|
|
886
|
+
transition: transform, background-color 0.4s ease;
|
|
887
|
+
border-radius: 16px;
|
|
888
|
+
}
|
|
889
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
890
|
+
position: absolute;
|
|
891
|
+
content: "";
|
|
892
|
+
height: 20px;
|
|
893
|
+
width: 20px;
|
|
894
|
+
left: 1px;
|
|
895
|
+
bottom: 1px;
|
|
896
|
+
background-color: #F4F4F4;
|
|
897
|
+
transition: transform 0.4s ease;
|
|
898
|
+
border-radius: 50%;
|
|
899
|
+
}
|
|
900
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
901
|
+
background-color: #282A2A;
|
|
902
|
+
border-color: #282A2A;
|
|
903
|
+
}
|
|
904
|
+
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
905
|
+
box-shadow: 0 0 1px 1px #282A2A;
|
|
906
|
+
}
|
|
907
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
908
|
+
transform: translateX(24px);
|
|
909
|
+
}
|
|
910
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
911
|
+
opacity: 0.65;
|
|
912
|
+
}
|
|
913
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
914
|
+
pointer-events: none;
|
|
915
|
+
}
|
|
916
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
917
|
+
cursor: not-allowed;
|
|
918
|
+
}
|
|
919
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
920
|
+
content: " ";
|
|
921
|
+
z-index: -1;
|
|
922
|
+
display: block;
|
|
923
|
+
position: absolute;
|
|
924
|
+
height: 100%;
|
|
925
|
+
top: 0;
|
|
926
|
+
left: 0;
|
|
927
|
+
right: 0;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
931
|
+
background-color: #003A4C;
|
|
932
|
+
}
|
|
933
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
934
|
+
background-color: rgb(38.0475, 39.8525, 39.8525);
|
|
935
|
+
}
|
|
936
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
937
|
+
border-color: rgb(32.4, 41.4, 41.4);
|
|
938
|
+
}
|
|
939
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
940
|
+
background-color: rgba(40, 42, 42, 0.05);
|
|
941
|
+
}
|
|
942
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
943
|
+
background-color: #282A2A;
|
|
944
|
+
}
|
|
945
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
946
|
+
background-color: #F4F4F4;
|
|
947
|
+
}
|
|
948
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
949
|
+
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
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
|
}
|