@e1011/es-kit 1.1.64 → 1.1.66

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.
@@ -1,3 +1,75 @@
1
+ .icon-module_icon-base-parent__nOMvW {
2
+ line-height: 1px !important;
3
+ }
4
+
5
+ .icon-module_icon-base__S0tHf {
6
+ min-width: var(--min-width);
7
+ min-height: var(--min-height);
8
+ width: var(--width) !important;
9
+ height: var(--height) !important;
10
+ line-height: 1px !important;
11
+ background-color: var(--icon-color);
12
+ color: var(--icon-content-color);
13
+ background-repeat: no-repeat;
14
+ mask-image: var(--icon-url);
15
+ -webkit-mask-image: var(--icon-url);
16
+ mask-repeat: no-repeat;
17
+ -webkit-mask-repeat: no-repeat;
18
+ mask-size: contain;
19
+ -webkit-mask-size: contain;
20
+ mask-position: center;
21
+ -webkit-mask-position: center;
22
+ display: inline-block;
23
+ will-change: transform;
24
+ transform: translate3d(0, 0, 0);
25
+ }
26
+ .icon-module_icon-base__S0tHf svg {
27
+ fill: var(--icon-content-color);
28
+ width: var(--height);
29
+ height: var(--width);
30
+ }
31
+ .errorBoundary-module_errorBoundary__gk9ps {
32
+ background: #EFEFEF;
33
+ width: 100%;
34
+ height: 100%;
35
+ }
36
+
37
+ .errorBoundary-module_StyledIcon__IYHiU {
38
+ margin-right: 10px;
39
+ }
40
+ .CollapsibleContainer-module_collapsible-container__u0Jmm {
41
+ transform-origin: 0% 0%;
42
+ opacity: 0;
43
+ overflow: clip;
44
+ }
45
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
46
+ transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
47
+ will-change: opacity, height, max-height;
48
+ }
49
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
50
+ height: 0;
51
+ max-height: 0;
52
+ opacity: 0;
53
+ }
54
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
55
+ height: var(--prop-value);
56
+ max-height: var(--prop-value);
57
+ opacity: 1;
58
+ }
59
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
60
+ transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
61
+ will-change: opacity, width, max-width;
62
+ }
63
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
64
+ width: 0;
65
+ max-width: 0;
66
+ opacity: 0;
67
+ }
68
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
69
+ width: var(--prop-value);
70
+ max-width: var(--prop-value);
71
+ opacity: 1;
72
+ }
1
73
  .field-module_field__UfKm3 {
2
74
  opacity: 1;
3
75
  pointer-events: auto;
@@ -72,45 +144,6 @@
72
144
  .field-module_field__UfKm3 label {
73
145
  text-align: left;
74
146
  }
75
- .icon-module_icon-base-parent__nOMvW {
76
- line-height: 1px !important;
77
- }
78
-
79
- .icon-module_icon-base__S0tHf {
80
- min-width: var(--min-width);
81
- min-height: var(--min-height);
82
- width: var(--width) !important;
83
- height: var(--height) !important;
84
- line-height: 1px !important;
85
- background-color: var(--icon-color);
86
- color: var(--icon-content-color);
87
- background-repeat: no-repeat;
88
- mask-image: var(--icon-url);
89
- -webkit-mask-image: var(--icon-url);
90
- mask-repeat: no-repeat;
91
- -webkit-mask-repeat: no-repeat;
92
- mask-size: contain;
93
- -webkit-mask-size: contain;
94
- mask-position: center;
95
- -webkit-mask-position: center;
96
- display: inline-block;
97
- will-change: transform;
98
- transform: translate3d(0, 0, 0);
99
- }
100
- .icon-module_icon-base__S0tHf svg {
101
- fill: var(--icon-content-color);
102
- width: var(--height);
103
- height: var(--width);
104
- }
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
147
  .divider-module_divider-line__6CesR {
115
148
  position: relative;
116
149
  display: block;
@@ -130,82 +163,6 @@
130
163
  height: var(--height);
131
164
  margin: var(--margin);
132
165
  }
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;
165
- }
166
- .lazyComponent-module_loader__brMEW {
167
- position: relative;
168
- width: 100px;
169
- height: 100px;
170
- display: grid;
171
- place-items: center;
172
- }
173
- .lazyComponent-module_loader__brMEW .spinner {
174
- animation: rotate 2s linear infinite;
175
- z-index: 2;
176
- position: absolute;
177
- top: 50%;
178
- left: 50%;
179
- margin: -25px 0 0 -25px;
180
- width: 50px;
181
- height: 50px;
182
- display: grid;
183
- place-items: center;
184
- }
185
- .lazyComponent-module_loader__brMEW .spinner .path {
186
- stroke: hsl(210, 92%, 44%);
187
- stroke-linecap: round;
188
- animation: dash 1.5s ease-in-out infinite;
189
- }
190
- @keyframes rotate {
191
- 100% {
192
- transform: rotate(360deg);
193
- }
194
- }
195
- @keyframes dash {
196
- 0% {
197
- stroke-dasharray: 1, 150;
198
- stroke-dashoffset: 0;
199
- }
200
- 50% {
201
- stroke-dasharray: 90, 150;
202
- stroke-dashoffset: -35;
203
- }
204
- 100% {
205
- stroke-dasharray: 90, 150;
206
- stroke-dashoffset: -124;
207
- }
208
- }
209
166
  .layoutBox-module_layout-box__ZIID8 {
210
167
  display: flex;
211
168
  position: relative;
@@ -230,135 +187,48 @@
230
187
  min-height: 0;
231
188
  border-radius: initial;
232
189
  }
233
- :root {
234
- --divider-line: #4a4b4b;
235
- }
236
-
237
- .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
238
- overflow: hidden !important;
239
- }
240
-
241
- .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
242
- white-space: nowrap !important;
243
- }
244
-
245
- .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
246
- text-overflow: ellipsis !important;
247
- }
248
-
249
- .button-module_button__NDMQS {
250
- border: none;
251
- color: #090A0A;
252
- padding: 0.5rem 1rem;
253
- text-align: center;
254
- text-decoration: none;
255
- font-size: 1rem;
256
- overflow: hidden;
257
- display: flex;
258
- align-items: center;
259
- justify-content: center;
260
- min-width: "auto";
261
- width: "auto";
262
- user-select: all;
263
- pointer-events: auto;
264
- cursor: pointer;
265
- }
266
- .button-module_button__NDMQS > span {
267
- overflow: hidden;
268
- white-space: nowrap;
269
- display: inline-block;
270
- }
271
- .button-module_button__NDMQS.button-module_info__O6gEW {
272
- background-color: #2D8EFF;
273
- }
274
- .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
275
- border: 1px solid #2D8EFF !important;
276
- }
277
- .button-module_button__NDMQS.button-module_success__gM25y {
278
- background-color: #13CE66;
279
- }
280
- .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
281
- border: 1px solid #13CE66 !important;
282
- }
283
- .button-module_button__NDMQS.button-module_error__q9qqo {
284
- background-color: #FF4949;
285
- }
286
- .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
287
- border: 1px solid #FF4949 !important;
288
- }
289
- .button-module_button__NDMQS.button-module_warning__MdmiZ {
290
- background-color: #FFCC3D;
291
- }
292
- .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
293
- border: 1px solid #FFCC3D !important;
294
- }
295
- .button-module_button__NDMQS.button-module_link__e-4Fu {
296
- border: none !important;
297
- background-color: transparent !important;
298
- background: transparent !important;
299
- }
300
- .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
301
- border: none !important;
302
- background-color: transparent !important;
303
- background: transparent !important;
304
- }
305
- .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
306
- text-decoration: underline !important;
307
- }
308
- .button-module_button__NDMQS.button-module_transparent__zbeBu {
309
- border: none !important;
310
- background-color: transparent !important;
311
- background: transparent !important;
312
- }
313
- .button-module_button__NDMQS.button-module_tiny__pBNwo {
314
- height: 1.4rem;
315
- min-width: 1.5rem;
316
- width: 1.5rem;
317
- padding: 0.2rem;
318
- font-size: 0.8rem;
319
- }
320
- .button-module_button__NDMQS.button-module_fluid__GXxID {
321
- width: 100%;
322
- }
323
- .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
324
- overflow: hidden !important;
325
- white-space: nowrap !important;
326
- text-overflow: ellipsis !important;
327
- }
328
- .button-module_button__NDMQS.button-module_animated__gLwPl {
329
- transition: transform 250ms ease-out;
330
- }
331
- .button-module_button__NDMQS.button-module_hasShadow__42BQv {
332
- box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
333
- }
334
- .button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
335
- padding: 0.4rem;
336
- border: none !important;
337
- line-height: 1px;
338
- }
339
- .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
340
- padding: 0px;
341
- }
342
- .button-module_button__NDMQS:hover {
343
- background-color: #c5c5c5 !important;
344
- }
345
- .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
346
- transform: scale(1.2);
347
- }
348
- .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
349
- background-color: rgba(197, 197, 197, 0.1254901961) !important;
190
+ .lazyComponent-module_loader__brMEW {
191
+ position: relative;
192
+ width: 100px;
193
+ height: 100px;
194
+ display: grid;
195
+ place-items: center;
350
196
  }
351
- .button-module_button__NDMQS.button-module_disabled__hEydO {
352
- user-select: none;
353
- pointer-events: none;
354
- cursor: not-allowed;
197
+ .lazyComponent-module_loader__brMEW .spinner {
198
+ animation: rotate 2s linear infinite;
199
+ z-index: 2;
200
+ position: absolute;
201
+ top: 50%;
202
+ left: 50%;
203
+ margin: -25px 0 0 -25px;
204
+ width: 50px;
205
+ height: 50px;
206
+ display: grid;
207
+ place-items: center;
355
208
  }
356
-
357
- .cui-theme-dark .button-module_button__NDMQS {
358
- color: #F4F4F4;
209
+ .lazyComponent-module_loader__brMEW .spinner .path {
210
+ stroke: hsl(210, 92%, 44%);
211
+ stroke-linecap: round;
212
+ animation: dash 1.5s ease-in-out infinite;
359
213
  }
360
- .cui-theme-light .button-module_button__NDMQS {
361
- color: #090A0A;
214
+ @keyframes rotate {
215
+ 100% {
216
+ transform: rotate(360deg);
217
+ }
218
+ }
219
+ @keyframes dash {
220
+ 0% {
221
+ stroke-dasharray: 1, 150;
222
+ stroke-dashoffset: 0;
223
+ }
224
+ 50% {
225
+ stroke-dasharray: 90, 150;
226
+ stroke-dashoffset: -35;
227
+ }
228
+ 100% {
229
+ stroke-dasharray: 90, 150;
230
+ stroke-dashoffset: -124;
231
+ }
362
232
  }
363
233
  :root {
364
234
  --divider-line: #4a4b4b;
@@ -426,6 +296,120 @@
426
296
  pointer-events: none;
427
297
  opacity: 0.6;
428
298
  }
299
+ .textAndContent-module_textAndContent__X5P1n {
300
+ align-items: baseline;
301
+ flex-shrink: 1;
302
+ gap: 8px;
303
+ }
304
+ .flowLayout-module_flowLayout__VHpnY {
305
+ overflow: auto;
306
+ }
307
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
308
+ display: flex;
309
+ width: 100%;
310
+ min-width: 0;
311
+ }
312
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
313
+ display: flex;
314
+ width: 100%;
315
+ min-width: 0;
316
+ }
317
+ :root {
318
+ --divider-line: #4a4b4b;
319
+ }
320
+
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
+ }
429
413
  :root {
430
414
  --divider-line: #4a4b4b;
431
415
  }
@@ -590,18 +574,119 @@
590
574
  border-color: #FD8F3E;
591
575
  color: #632E03;
592
576
  }
593
- .flowLayout-module_flowLayout__VHpnY {
594
- overflow: auto;
577
+ :root {
578
+ --divider-line: #4a4b4b;
595
579
  }
596
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
597
- display: flex;
598
- width: 100%;
599
- min-width: 0;
580
+
581
+ .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
582
+ overflow: hidden !important;
600
583
  }
601
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
602
- display: flex;
584
+
585
+ .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
586
+ white-space: nowrap !important;
587
+ }
588
+
589
+ .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
590
+ text-overflow: ellipsis !important;
591
+ }
592
+
593
+ .tooltip-module_popover-tooltip__sAhKa {
594
+ position: fixed;
595
+ z-index: 999;
596
+ will-change: opacity;
597
+ transition: opacity 450ms ease;
598
+ opacity: 0;
599
+ visibility: hidden;
600
+ border-radius: 4px;
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;
607
+ }
608
+ .tooltip-module_popover-tooltip__sAhKa p {
609
+ display: -webkit-box;
610
+ -webkit-line-clamp: 4; /* number of lines to show */
611
+ line-clamp: 4;
612
+ -webkit-box-orient: vertical;
613
+ margin: 0;
603
614
  width: 100%;
604
- min-width: 0;
615
+ white-space: normal;
616
+ overflow: auto;
617
+ }
618
+ .tooltip-module_popover-tooltip__sAhKa[data-show] {
619
+ opacity: 1;
620
+ visibility: visible;
621
+ }
622
+ .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
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 {
661
+ cursor: pointer;
662
+ line-height: 1px;
663
+ background-color: rgba(255, 255, 255, 0);
664
+ }
665
+ .tooltip-module_close-button__o8OBN .icon-base {
666
+ background-color: #FDDA0D;
667
+ width: 9px !important;
668
+ height: 9px !important;
669
+ line-height: 1px !important;
670
+ }
671
+ .tooltip-module_close-button__o8OBN:hover .icon-base {
672
+ background-color: #FFEA00;
673
+ }
674
+
675
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
676
+ background-color: #1B1D1D;
677
+ color: #F4F4F4;
678
+ }
679
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
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;
605
690
  }
606
691
  :root {
607
692
  --divider-line: #4a4b4b;
@@ -693,10 +778,10 @@
693
778
  background-color: #003A4C;
694
779
  }
695
780
  .cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
696
- background-color: #262828;
781
+ background-color: rgb(38.0475, 39.8525, 39.8525);
697
782
  }
698
783
  .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
699
- border-color: #202929;
784
+ border-color: rgb(32.4, 41.4, 41.4);
700
785
  }
701
786
  .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
702
787
  background-color: rgba(40, 42, 42, 0.05);
@@ -708,7 +793,7 @@
708
793
  background-color: #F4F4F4;
709
794
  }
710
795
  .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
711
- background-color: #374646;
796
+ background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
712
797
  }
713
798
  .popup-overlay-module_popup-modal-overlay__dlJqM {
714
799
  z-index: 1;
@@ -733,220 +818,135 @@
733
818
  opacity: 0;
734
819
  visibility: hidden;
735
820
  }
736
- .textAndContent-module_textAndContent__X5P1n {
737
- align-items: baseline;
738
- flex-shrink: 1;
739
- gap: 8px;
740
- }
741
821
  :root {
742
822
  --divider-line: #4a4b4b;
743
823
  }
744
824
 
745
- .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
825
+ .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
746
826
  overflow: hidden !important;
747
827
  }
748
828
 
749
- .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
829
+ .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
750
830
  white-space: nowrap !important;
751
831
  }
752
832
 
753
- .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
833
+ .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
754
834
  text-overflow: ellipsis !important;
755
835
  }
756
836
 
757
- .tooltip-module_popover-tooltip__sAhKa {
758
- position: fixed;
759
- z-index: 999;
760
- will-change: opacity;
761
- transition: opacity 450ms ease;
762
- opacity: 0;
763
- visibility: hidden;
764
- border-radius: 4px;
765
- background-color: #1B1D1D;
766
- box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
767
- }
768
- .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
769
- margin: 0;
770
- padding: 0;
771
- }
772
- .tooltip-module_popover-tooltip__sAhKa p {
773
- display: -webkit-box;
774
- -webkit-line-clamp: 4; /* number of lines to show */
775
- line-clamp: 4;
776
- -webkit-box-orient: vertical;
777
- margin: 0;
778
- width: 100%;
779
- white-space: normal;
780
- overflow: auto;
781
- }
782
- .tooltip-module_popover-tooltip__sAhKa[data-show] {
783
- opacity: 1;
784
- visibility: visible;
785
- }
786
- .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
787
- opacity: 0;
788
- visibility: hidden;
789
- }
790
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
791
- bottom: -16px;
792
- }
793
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
794
- transform: rotate(0deg);
795
- }
796
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
797
- top: -16px;
798
- }
799
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
800
- transform: rotate(180deg);
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;
801
853
  }
802
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
803
- right: -16px;
854
+ .button-module_button__NDMQS > span {
855
+ overflow: hidden;
856
+ white-space: nowrap;
857
+ display: inline-block;
804
858
  }
805
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
806
- transform: rotate(-90deg);
859
+ .button-module_button__NDMQS.button-module_info__O6gEW {
860
+ background-color: #2D8EFF;
807
861
  }
808
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
809
- left: -16px;
862
+ .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
863
+ border: 1px solid #2D8EFF !important;
810
864
  }
811
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
812
- transform: rotate(90deg);
865
+ .button-module_button__NDMQS.button-module_success__gM25y {
866
+ background-color: #13CE66;
813
867
  }
814
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
815
- position: absolute;
868
+ .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
869
+ border: 1px solid #13CE66 !important;
816
870
  }
817
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
818
- content: "";
819
- border-width: 8px;
820
- border-style: solid;
821
- border-color: #1B1D1D transparent transparent transparent;
871
+ .button-module_button__NDMQS.button-module_error__q9qqo {
872
+ background-color: #FF4949;
822
873
  }
823
-
824
- .tooltip-module_close-button__o8OBN {
825
- cursor: pointer;
826
- line-height: 1px;
827
- background-color: rgba(255, 255, 255, 0);
874
+ .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
875
+ border: 1px solid #FF4949 !important;
828
876
  }
829
- .tooltip-module_close-button__o8OBN .icon-base {
830
- background-color: #FDDA0D;
831
- width: 9px !important;
832
- height: 9px !important;
833
- line-height: 1px !important;
877
+ .button-module_button__NDMQS.button-module_warning__MdmiZ {
878
+ background-color: #FFCC3D;
834
879
  }
835
- .tooltip-module_close-button__o8OBN:hover .icon-base {
836
- background-color: #FFEA00;
880
+ .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
881
+ border: 1px solid #FFCC3D !important;
837
882
  }
838
-
839
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
840
- background-color: #1B1D1D;
841
- color: #F4F4F4;
883
+ .button-module_button__NDMQS.button-module_link__e-4Fu {
884
+ border: none !important;
885
+ background-color: transparent !important;
886
+ background: transparent !important;
842
887
  }
843
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
844
- border-color: #1B1D1D transparent transparent transparent;
888
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
889
+ border: none !important;
890
+ background-color: transparent !important;
891
+ background: transparent !important;
845
892
  }
846
- .cui-theme-light {
847
- color: #1B1D1D;
893
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
894
+ text-decoration: underline !important;
848
895
  }
849
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
850
- background-color: #515757;
896
+ .button-module_button__NDMQS.button-module_transparent__zbeBu {
897
+ border: none !important;
898
+ background-color: transparent !important;
899
+ background: transparent !important;
851
900
  }
852
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
853
- border-color: #515757 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;
854
907
  }
855
- :root {
856
- --divider-line: #4a4b4b;
908
+ .button-module_button__NDMQS.button-module_fluid__GXxID {
909
+ width: 100%;
857
910
  }
858
-
859
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
911
+ .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
860
912
  overflow: hidden !important;
861
- }
862
-
863
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
864
913
  white-space: nowrap !important;
865
- }
866
-
867
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
868
914
  text-overflow: ellipsis !important;
869
915
  }
870
-
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;
881
- opacity: 0;
882
- visibility: hidden;
883
- pointer-events: none;
884
- }
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));
916
+ .button-module_button__NDMQS.button-module_animated__gLwPl {
917
+ transition: transform 250ms ease-out;
898
918
  }
899
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
900
- margin-bottom: 0;
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);
901
921
  }
902
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
903
- cursor: pointer;
922
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
923
+ padding: 0.4rem;
924
+ border: none !important;
904
925
  line-height: 1px;
905
- background-color: rgba(255, 255, 255, 0);
906
926
  }
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;
912
- }
913
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
914
- background-color: #FFEA00;
915
- }
916
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
917
- width: 100%;
918
- height: 100%;
919
- padding: 24px;
920
- overflow-y: auto;
921
- display: flex;
927
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
928
+ padding: 0px;
922
929
  }
923
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
924
- overflow-y: auto;
930
+ .button-module_button__NDMQS:hover {
931
+ background-color: #c5c5c5 !important;
925
932
  }
926
- .popup-module_popup-container__PJ0oQ[data-show] {
927
- opacity: 1;
928
- visibility: visible;
929
- pointer-events: all;
933
+ .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
934
+ transform: scale(1.2);
930
935
  }
931
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
932
- transform: translateX(0) translateY(0);
936
+ .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
937
+ background-color: rgba(197, 197, 197, 0.1254901961) !important;
933
938
  }
934
- .popup-module_popup-container__PJ0oQ[data-show=false] {
935
- opacity: 0;
936
- visibility: hidden;
939
+ .button-module_button__NDMQS.button-module_disabled__hEydO {
940
+ user-select: none;
937
941
  pointer-events: none;
938
- }
939
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
940
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
942
+ cursor: not-allowed;
941
943
  }
942
944
 
943
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
944
- background-color: #090A0A;
945
+ .cui-theme-dark .button-module_button__NDMQS {
945
946
  color: #F4F4F4;
946
947
  }
947
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
948
- background-color: #090A0A;
949
- color: #F4F4F4;
948
+ .cui-theme-light .button-module_button__NDMQS {
949
+ color: #090A0A;
950
950
  }
951
951
  :root {
952
952
  --divider-line: #4a4b4b;