@e1011/es-kit 1.1.62 → 1.1.64
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 +311 -311
- package/dist/hooks/esm/src/core/hooks/useAnimation.js +1 -1
- package/dist/hooks/esm/src/core/hooks/useAnimation.js.map +1 -1
- package/dist/hooks/index.css +311 -311
- package/dist/hooks/src/core/hooks/useAnimation.js +1 -1
- package/dist/hooks/src/core/hooks/useAnimation.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useAnimation.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useAnimation.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useAnimation.js +1 -1
- package/dist/lib/esm/src/core/hooks/useAnimation.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/hooks/useAnimation.d.ts +4 -3
- package/dist/types/src/core/hooks/useAnimation.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/animatedSnippet/AnimatedSnippet.d.ts +5 -0
- package/dist/types/src/core/ui/components/atoms/animatedSnippet/AnimatedSnippet.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/animatedSnippet/animatedSnippet.stories.d.ts +5 -0
- package/dist/types/src/core/ui/components/atoms/animatedSnippet/animatedSnippet.stories.d.ts.map +1 -0
- package/dist/types/src/core/ui/types/CommonProps.d.ts +1 -0
- package/dist/types/src/core/ui/types/CommonProps.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/peregrineMQ.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/stateMachine/tiny-state-machine.base.d.ts +1 -1
- package/dist/utils/esm/index.css +311 -311
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
- package/dist/utils/index.css +311 -311
- package/dist/utils/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
- package/package.json +9 -9
package/dist/utils/index.css
CHANGED
|
@@ -1,36 +1,3 @@
|
|
|
1
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
2
|
-
transform-origin: 0% 0%;
|
|
3
|
-
opacity: 0;
|
|
4
|
-
overflow: clip;
|
|
5
|
-
}
|
|
6
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
7
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
8
|
-
will-change: opacity, height, max-height;
|
|
9
|
-
}
|
|
10
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
11
|
-
height: 0;
|
|
12
|
-
max-height: 0;
|
|
13
|
-
opacity: 0;
|
|
14
|
-
}
|
|
15
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
16
|
-
height: var(--prop-value);
|
|
17
|
-
max-height: var(--prop-value);
|
|
18
|
-
opacity: 1;
|
|
19
|
-
}
|
|
20
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
21
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
22
|
-
will-change: opacity, width, max-width;
|
|
23
|
-
}
|
|
24
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
25
|
-
width: 0;
|
|
26
|
-
max-width: 0;
|
|
27
|
-
opacity: 0;
|
|
28
|
-
}
|
|
29
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
30
|
-
width: var(--prop-value);
|
|
31
|
-
max-width: var(--prop-value);
|
|
32
|
-
opacity: 1;
|
|
33
|
-
}
|
|
34
1
|
.field-module_field__UfKm3 {
|
|
35
2
|
opacity: 1;
|
|
36
3
|
pointer-events: auto;
|
|
@@ -105,34 +72,6 @@
|
|
|
105
72
|
.field-module_field__UfKm3 label {
|
|
106
73
|
text-align: left;
|
|
107
74
|
}
|
|
108
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
109
|
-
background: #EFEFEF;
|
|
110
|
-
width: 100%;
|
|
111
|
-
height: 100%;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
115
|
-
margin-right: 10px;
|
|
116
|
-
}
|
|
117
|
-
.divider-module_divider-line__6CesR {
|
|
118
|
-
position: relative;
|
|
119
|
-
display: block;
|
|
120
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
121
|
-
background-color: var(--color);
|
|
122
|
-
opacity: var(--opacity);
|
|
123
|
-
}
|
|
124
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
125
|
-
height: var(--length);
|
|
126
|
-
left: var(--left);
|
|
127
|
-
width: var(--width);
|
|
128
|
-
margin: var(--margin);
|
|
129
|
-
}
|
|
130
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
131
|
-
width: var(--length);
|
|
132
|
-
left: var(--left);
|
|
133
|
-
height: var(--height);
|
|
134
|
-
margin: var(--margin);
|
|
135
|
-
}
|
|
136
75
|
.icon-module_icon-base-parent__nOMvW {
|
|
137
76
|
line-height: 1px !important;
|
|
138
77
|
}
|
|
@@ -163,29 +102,66 @@
|
|
|
163
102
|
width: var(--height);
|
|
164
103
|
height: var(--width);
|
|
165
104
|
}
|
|
166
|
-
.
|
|
167
|
-
|
|
105
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
106
|
+
background: #EFEFEF;
|
|
107
|
+
width: 100%;
|
|
108
|
+
height: 100%;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
112
|
+
margin-right: 10px;
|
|
113
|
+
}
|
|
114
|
+
.divider-module_divider-line__6CesR {
|
|
168
115
|
position: relative;
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
height:
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
116
|
+
display: block;
|
|
117
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
118
|
+
background-color: var(--color);
|
|
119
|
+
opacity: var(--opacity);
|
|
120
|
+
}
|
|
121
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
122
|
+
height: var(--length);
|
|
123
|
+
left: var(--left);
|
|
124
|
+
width: var(--width);
|
|
125
|
+
margin: var(--margin);
|
|
126
|
+
}
|
|
127
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
128
|
+
width: var(--length);
|
|
129
|
+
left: var(--left);
|
|
130
|
+
height: var(--height);
|
|
131
|
+
margin: var(--margin);
|
|
132
|
+
}
|
|
133
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
134
|
+
transform-origin: 0% 0%;
|
|
135
|
+
opacity: 0;
|
|
136
|
+
overflow: clip;
|
|
137
|
+
}
|
|
138
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
139
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
140
|
+
will-change: opacity, height, max-height;
|
|
141
|
+
}
|
|
142
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
143
|
+
height: 0;
|
|
144
|
+
max-height: 0;
|
|
145
|
+
opacity: 0;
|
|
146
|
+
}
|
|
147
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
148
|
+
height: var(--prop-value);
|
|
149
|
+
max-height: var(--prop-value);
|
|
150
|
+
opacity: 1;
|
|
151
|
+
}
|
|
152
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
153
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
154
|
+
will-change: opacity, width, max-width;
|
|
155
|
+
}
|
|
156
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
157
|
+
width: 0;
|
|
158
|
+
max-width: 0;
|
|
159
|
+
opacity: 0;
|
|
160
|
+
}
|
|
161
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
162
|
+
width: var(--prop-value);
|
|
163
|
+
max-width: var(--prop-value);
|
|
164
|
+
opacity: 1;
|
|
189
165
|
}
|
|
190
166
|
.lazyComponent-module_loader__brMEW {
|
|
191
167
|
position: relative;
|
|
@@ -230,6 +206,30 @@
|
|
|
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
233
|
:root {
|
|
234
234
|
--divider-line: #4a4b4b;
|
|
235
235
|
}
|
|
@@ -360,10 +360,71 @@
|
|
|
360
360
|
.cui-theme-light .button-module_button__NDMQS {
|
|
361
361
|
color: #090A0A;
|
|
362
362
|
}
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
363
|
+
:root {
|
|
364
|
+
--divider-line: #4a4b4b;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
368
|
+
overflow: hidden !important;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
372
|
+
white-space: nowrap !important;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
376
|
+
text-overflow: ellipsis !important;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.typography-module_headline__b0XlP {
|
|
380
|
+
font-size: 28px;
|
|
381
|
+
line-height: 32px;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
385
|
+
font-size: 24px;
|
|
386
|
+
line-height: 28px;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
390
|
+
font-size: 18px;
|
|
391
|
+
line-height: 24x;
|
|
392
|
+
}
|
|
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;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
401
|
+
font-size: 12px;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
405
|
+
font-weight: 600;
|
|
406
|
+
}
|
|
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;
|
|
420
|
+
}
|
|
421
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
422
|
+
text-decoration: underline;
|
|
423
|
+
color: #65C5F6;
|
|
424
|
+
}
|
|
425
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
426
|
+
pointer-events: none;
|
|
427
|
+
opacity: 0.6;
|
|
367
428
|
}
|
|
368
429
|
:root {
|
|
369
430
|
--divider-line: #4a4b4b;
|
|
@@ -546,163 +607,136 @@
|
|
|
546
607
|
--divider-line: #4a4b4b;
|
|
547
608
|
}
|
|
548
609
|
|
|
549
|
-
.
|
|
610
|
+
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
550
611
|
overflow: hidden !important;
|
|
551
612
|
}
|
|
552
613
|
|
|
553
|
-
.
|
|
614
|
+
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
554
615
|
white-space: nowrap !important;
|
|
555
616
|
}
|
|
556
617
|
|
|
557
|
-
.
|
|
618
|
+
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
558
619
|
text-overflow: ellipsis !important;
|
|
559
620
|
}
|
|
560
621
|
|
|
561
|
-
.
|
|
562
|
-
|
|
563
|
-
--popup-height: 50vh;
|
|
564
|
-
position: fixed;
|
|
565
|
-
width: var(--popup-width);
|
|
566
|
-
height: var(--popup-height);
|
|
567
|
-
--slideXFrom: 0;
|
|
568
|
-
--slideYFrom: 0;
|
|
569
|
-
will-change: opacity;
|
|
570
|
-
transition: opacity 300ms ease-in-out;
|
|
571
|
-
opacity: 0;
|
|
572
|
-
visibility: hidden;
|
|
573
|
-
pointer-events: none;
|
|
574
|
-
}
|
|
575
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
622
|
+
.toggle-module_toggle__p1Ep4 {
|
|
623
|
+
display: inline-block;
|
|
576
624
|
position: relative;
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
width:
|
|
580
|
-
height:
|
|
581
|
-
|
|
582
|
-
background-color: #090A0A;
|
|
583
|
-
border-radius: 4px;
|
|
584
|
-
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
585
|
-
transition: transform 350ms ease-out;
|
|
586
|
-
will-change: transform;
|
|
587
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
625
|
+
max-width: 48px;
|
|
626
|
+
max-height: 24px;
|
|
627
|
+
width: 48px;
|
|
628
|
+
height: 24px;
|
|
629
|
+
border-radius: 16px !important;
|
|
588
630
|
}
|
|
589
|
-
.
|
|
590
|
-
|
|
631
|
+
.toggle-module_toggle__p1Ep4 input {
|
|
632
|
+
opacity: 0;
|
|
633
|
+
width: 0;
|
|
634
|
+
height: 0;
|
|
591
635
|
}
|
|
592
|
-
.
|
|
636
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
637
|
+
box-sizing: border-box;
|
|
638
|
+
position: absolute;
|
|
593
639
|
cursor: pointer;
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
640
|
+
width: 48px;
|
|
641
|
+
height: 24px;
|
|
642
|
+
top: 0;
|
|
643
|
+
left: 0;
|
|
644
|
+
right: 0;
|
|
645
|
+
bottom: 0;
|
|
646
|
+
background-color: transparent;
|
|
647
|
+
border: 1px solid #F4F4F4;
|
|
648
|
+
transition: transform, background-color 0.4s ease;
|
|
649
|
+
border-radius: 16px;
|
|
602
650
|
}
|
|
603
|
-
.
|
|
604
|
-
|
|
651
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
652
|
+
position: absolute;
|
|
653
|
+
content: "";
|
|
654
|
+
height: 20px;
|
|
655
|
+
width: 20px;
|
|
656
|
+
left: 1px;
|
|
657
|
+
bottom: 1px;
|
|
658
|
+
background-color: #F4F4F4;
|
|
659
|
+
transition: transform 0.4s ease;
|
|
660
|
+
border-radius: 50%;
|
|
605
661
|
}
|
|
606
|
-
.
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
padding: 24px;
|
|
610
|
-
overflow-y: auto;
|
|
611
|
-
display: flex;
|
|
662
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
663
|
+
background-color: #282A2A;
|
|
664
|
+
border-color: #282A2A;
|
|
612
665
|
}
|
|
613
|
-
.
|
|
614
|
-
|
|
666
|
+
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
667
|
+
box-shadow: 0 0 1px 1px #282A2A;
|
|
615
668
|
}
|
|
616
|
-
.
|
|
617
|
-
|
|
618
|
-
visibility: visible;
|
|
619
|
-
pointer-events: all;
|
|
669
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
670
|
+
transform: translateX(24px);
|
|
620
671
|
}
|
|
621
|
-
.
|
|
622
|
-
|
|
672
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
673
|
+
opacity: 0.65;
|
|
623
674
|
}
|
|
624
|
-
.
|
|
625
|
-
opacity: 0;
|
|
626
|
-
visibility: hidden;
|
|
675
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
627
676
|
pointer-events: none;
|
|
628
677
|
}
|
|
629
|
-
.
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
634
|
-
background-color: #090A0A;
|
|
635
|
-
color: #F4F4F4;
|
|
636
|
-
}
|
|
637
|
-
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
638
|
-
background-color: #090A0A;
|
|
639
|
-
color: #F4F4F4;
|
|
640
|
-
}
|
|
641
|
-
:root {
|
|
642
|
-
--divider-line: #4a4b4b;
|
|
678
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
679
|
+
cursor: not-allowed;
|
|
643
680
|
}
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
681
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
682
|
+
content: " ";
|
|
683
|
+
z-index: -1;
|
|
684
|
+
display: block;
|
|
685
|
+
position: absolute;
|
|
686
|
+
height: 100%;
|
|
687
|
+
top: 0;
|
|
688
|
+
left: 0;
|
|
689
|
+
right: 0;
|
|
647
690
|
}
|
|
648
691
|
|
|
649
|
-
.
|
|
650
|
-
|
|
692
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
693
|
+
background-color: #003A4C;
|
|
651
694
|
}
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
text-overflow: ellipsis !important;
|
|
695
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
696
|
+
background-color: #262828;
|
|
655
697
|
}
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
font-size: 28px;
|
|
659
|
-
line-height: 32px;
|
|
698
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
699
|
+
border-color: #202929;
|
|
660
700
|
}
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
font-size: 24px;
|
|
664
|
-
line-height: 28px;
|
|
701
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
702
|
+
background-color: rgba(40, 42, 42, 0.05);
|
|
665
703
|
}
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
font-size: 18px;
|
|
669
|
-
line-height: 24x;
|
|
704
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
705
|
+
background-color: #282A2A;
|
|
670
706
|
}
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
font-size: 14px;
|
|
674
|
-
line-height: 18px;
|
|
675
|
-
font-weight: 300;
|
|
707
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
708
|
+
background-color: #F4F4F4;
|
|
676
709
|
}
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
font-size: 12px;
|
|
710
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
711
|
+
background-color: #374646;
|
|
680
712
|
}
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
713
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
714
|
+
z-index: 1;
|
|
715
|
+
position: fixed;
|
|
716
|
+
width: 100%;
|
|
717
|
+
height: 100%;
|
|
718
|
+
top: 0;
|
|
719
|
+
left: 0;
|
|
720
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
721
|
+
pointer-events: all;
|
|
722
|
+
user-select: none;
|
|
723
|
+
will-change: opacity;
|
|
724
|
+
transition: opacity 450ms ease-in-out;
|
|
725
|
+
opacity: 0;
|
|
726
|
+
visibility: hidden;
|
|
684
727
|
}
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
white-space: nowrap !important;
|
|
689
|
-
text-overflow: ellipsis !important;
|
|
690
|
-
text-decoration: none;
|
|
691
|
-
color: #65C5F6;
|
|
692
|
-
display: inline;
|
|
693
|
-
gap: 4px;
|
|
694
|
-
flex-grow: 0;
|
|
695
|
-
max-width: 400px;
|
|
696
|
-
position: relative;
|
|
697
|
-
vertical-align: center;
|
|
728
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
729
|
+
opacity: 1;
|
|
730
|
+
visibility: visible;
|
|
698
731
|
}
|
|
699
|
-
.
|
|
700
|
-
|
|
701
|
-
|
|
732
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
733
|
+
opacity: 0;
|
|
734
|
+
visibility: hidden;
|
|
702
735
|
}
|
|
703
|
-
.
|
|
704
|
-
|
|
705
|
-
|
|
736
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
737
|
+
align-items: baseline;
|
|
738
|
+
flex-shrink: 1;
|
|
739
|
+
gap: 8px;
|
|
706
740
|
}
|
|
707
741
|
:root {
|
|
708
742
|
--divider-line: #4a4b4b;
|
|
@@ -818,135 +852,101 @@
|
|
|
818
852
|
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
819
853
|
border-color: #515757 transparent transparent transparent;
|
|
820
854
|
}
|
|
821
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
822
|
-
z-index: 1;
|
|
823
|
-
position: fixed;
|
|
824
|
-
width: 100%;
|
|
825
|
-
height: 100%;
|
|
826
|
-
top: 0;
|
|
827
|
-
left: 0;
|
|
828
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
829
|
-
pointer-events: all;
|
|
830
|
-
user-select: none;
|
|
831
|
-
will-change: opacity;
|
|
832
|
-
transition: opacity 450ms ease-in-out;
|
|
833
|
-
opacity: 0;
|
|
834
|
-
visibility: hidden;
|
|
835
|
-
}
|
|
836
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
837
|
-
opacity: 1;
|
|
838
|
-
visibility: visible;
|
|
839
|
-
}
|
|
840
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
841
|
-
opacity: 0;
|
|
842
|
-
visibility: hidden;
|
|
843
|
-
}
|
|
844
855
|
:root {
|
|
845
856
|
--divider-line: #4a4b4b;
|
|
846
857
|
}
|
|
847
858
|
|
|
848
|
-
.
|
|
859
|
+
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
849
860
|
overflow: hidden !important;
|
|
850
861
|
}
|
|
851
862
|
|
|
852
|
-
.
|
|
863
|
+
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
853
864
|
white-space: nowrap !important;
|
|
854
865
|
}
|
|
855
866
|
|
|
856
|
-
.
|
|
867
|
+
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
857
868
|
text-overflow: ellipsis !important;
|
|
858
869
|
}
|
|
859
870
|
|
|
860
|
-
.
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
871
|
+
.popup-module_popup-container__PJ0oQ {
|
|
872
|
+
--popup-width: 60vw;
|
|
873
|
+
--popup-height: 50vh;
|
|
874
|
+
position: fixed;
|
|
875
|
+
width: var(--popup-width);
|
|
876
|
+
height: var(--popup-height);
|
|
877
|
+
--slideXFrom: 0;
|
|
878
|
+
--slideYFrom: 0;
|
|
879
|
+
will-change: opacity;
|
|
880
|
+
transition: opacity 300ms ease-in-out;
|
|
870
881
|
opacity: 0;
|
|
871
|
-
|
|
872
|
-
|
|
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;
|
|
882
|
+
visibility: hidden;
|
|
883
|
+
pointer-events: none;
|
|
903
884
|
}
|
|
904
|
-
.
|
|
905
|
-
|
|
885
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
886
|
+
position: relative;
|
|
887
|
+
flex-direction: column;
|
|
888
|
+
align-items: start;
|
|
889
|
+
width: 100%;
|
|
890
|
+
height: 100%;
|
|
891
|
+
overflow-x: clip;
|
|
892
|
+
background-color: #090A0A;
|
|
893
|
+
border-radius: 4px;
|
|
894
|
+
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
895
|
+
transition: transform 350ms ease-out;
|
|
896
|
+
will-change: transform;
|
|
897
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
906
898
|
}
|
|
907
|
-
.
|
|
908
|
-
|
|
899
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
900
|
+
margin-bottom: 0;
|
|
909
901
|
}
|
|
910
|
-
.
|
|
911
|
-
|
|
902
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
903
|
+
cursor: pointer;
|
|
904
|
+
line-height: 1px;
|
|
905
|
+
background-color: rgba(255, 255, 255, 0);
|
|
912
906
|
}
|
|
913
|
-
.
|
|
914
|
-
|
|
907
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
908
|
+
background-color: #FDDA0D;
|
|
909
|
+
width: 9px !important;
|
|
910
|
+
height: 9px !important;
|
|
911
|
+
line-height: 1px !important;
|
|
915
912
|
}
|
|
916
|
-
.
|
|
917
|
-
|
|
913
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
914
|
+
background-color: #FFEA00;
|
|
918
915
|
}
|
|
919
|
-
.
|
|
920
|
-
|
|
921
|
-
z-index: -1;
|
|
922
|
-
display: block;
|
|
923
|
-
position: absolute;
|
|
916
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
917
|
+
width: 100%;
|
|
924
918
|
height: 100%;
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
919
|
+
padding: 24px;
|
|
920
|
+
overflow-y: auto;
|
|
921
|
+
display: flex;
|
|
928
922
|
}
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
background-color: #003A4C;
|
|
923
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
924
|
+
overflow-y: auto;
|
|
932
925
|
}
|
|
933
|
-
.
|
|
934
|
-
|
|
926
|
+
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
927
|
+
opacity: 1;
|
|
928
|
+
visibility: visible;
|
|
929
|
+
pointer-events: all;
|
|
935
930
|
}
|
|
936
|
-
.
|
|
937
|
-
|
|
931
|
+
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
932
|
+
transform: translateX(0) translateY(0);
|
|
938
933
|
}
|
|
939
|
-
.
|
|
940
|
-
|
|
934
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
935
|
+
opacity: 0;
|
|
936
|
+
visibility: hidden;
|
|
937
|
+
pointer-events: none;
|
|
941
938
|
}
|
|
942
|
-
.
|
|
943
|
-
|
|
939
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
940
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
944
941
|
}
|
|
945
|
-
|
|
946
|
-
|
|
942
|
+
|
|
943
|
+
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
944
|
+
background-color: #090A0A;
|
|
945
|
+
color: #F4F4F4;
|
|
947
946
|
}
|
|
948
|
-
.cui-theme-light .
|
|
949
|
-
background-color: #
|
|
947
|
+
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
948
|
+
background-color: #090A0A;
|
|
949
|
+
color: #F4F4F4;
|
|
950
950
|
}
|
|
951
951
|
:root {
|
|
952
952
|
--divider-line: #4a4b4b;
|