@e1011/es-kit 1.1.62 → 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.
Files changed (32) hide show
  1. package/dist/hooks/esm/index.css +362 -362
  2. package/dist/hooks/esm/src/core/hooks/useAnimation.js +1 -1
  3. package/dist/hooks/esm/src/core/hooks/useAnimation.js.map +1 -1
  4. package/dist/hooks/index.css +362 -362
  5. package/dist/hooks/src/core/hooks/useAnimation.js +1 -1
  6. package/dist/hooks/src/core/hooks/useAnimation.js.map +1 -1
  7. package/dist/lib/cjs/index.css +3 -3
  8. package/dist/lib/cjs/src/core/hooks/useAnimation.js +1 -1
  9. package/dist/lib/cjs/src/core/hooks/useAnimation.js.map +1 -1
  10. package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
  11. package/dist/lib/esm/index.css +3 -3
  12. package/dist/lib/esm/src/core/hooks/useAnimation.js +1 -1
  13. package/dist/lib/esm/src/core/hooks/useAnimation.js.map +1 -1
  14. package/dist/lib/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
  15. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  16. package/dist/types/src/core/hooks/useAnimation.d.ts +4 -3
  17. package/dist/types/src/core/hooks/useAnimation.d.ts.map +1 -1
  18. package/dist/types/src/core/ui/components/atoms/animatedSnippet/AnimatedSnippet.d.ts +5 -0
  19. package/dist/types/src/core/ui/components/atoms/animatedSnippet/AnimatedSnippet.d.ts.map +1 -0
  20. package/dist/types/src/core/ui/components/atoms/animatedSnippet/animatedSnippet.stories.d.ts +5 -0
  21. package/dist/types/src/core/ui/components/atoms/animatedSnippet/animatedSnippet.stories.d.ts.map +1 -0
  22. package/dist/types/src/core/ui/types/CommonProps.d.ts +1 -0
  23. package/dist/types/src/core/ui/types/CommonProps.d.ts.map +1 -1
  24. package/dist/types/src/core/utils/appState/peregrineMQ/peregrineMQ.d.ts.map +1 -1
  25. package/dist/types/src/core/utils/appState/stateMachine/tiny-state-machine.base.d.ts +1 -1
  26. package/dist/ui/esm/index.css +3 -3
  27. package/dist/ui/index.css +3 -3
  28. package/dist/utils/esm/index.css +362 -362
  29. package/dist/utils/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
  30. package/dist/utils/index.css +362 -362
  31. package/dist/utils/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
  32. package/package.json +10 -10
@@ -1,3 +1,42 @@
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
+ }
1
40
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
2
41
  transform-origin: 0% 0%;
3
42
  opacity: 0;
@@ -105,15 +144,6 @@
105
144
  .field-module_field__UfKm3 label {
106
145
  text-align: left;
107
146
  }
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
147
  .divider-module_divider-line__6CesR {
118
148
  position: relative;
119
149
  display: block;
@@ -133,36 +163,6 @@
133
163
  height: var(--height);
134
164
  margin: var(--margin);
135
165
  }
136
- .icon-module_icon-base-parent__nOMvW {
137
- line-height: 1px !important;
138
- }
139
-
140
- .icon-module_icon-base__S0tHf {
141
- min-width: var(--min-width);
142
- min-height: var(--min-height);
143
- width: var(--width) !important;
144
- height: var(--height) !important;
145
- line-height: 1px !important;
146
- background-color: var(--icon-color);
147
- color: var(--icon-content-color);
148
- background-repeat: no-repeat;
149
- mask-image: var(--icon-url);
150
- -webkit-mask-image: var(--icon-url);
151
- mask-repeat: no-repeat;
152
- -webkit-mask-repeat: no-repeat;
153
- mask-size: contain;
154
- -webkit-mask-size: contain;
155
- mask-position: center;
156
- -webkit-mask-position: center;
157
- display: inline-block;
158
- will-change: transform;
159
- transform: translate3d(0, 0, 0);
160
- }
161
- .icon-module_icon-base__S0tHf svg {
162
- fill: var(--icon-content-color);
163
- width: var(--height);
164
- height: var(--width);
165
- }
166
166
  .layoutBox-module_layout-box__ZIID8 {
167
167
  display: flex;
168
168
  position: relative;
@@ -234,168 +234,213 @@
234
234
  --divider-line: #4a4b4b;
235
235
  }
236
236
 
237
- .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
237
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
238
238
  overflow: hidden !important;
239
239
  }
240
240
 
241
- .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
241
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
242
242
  white-space: nowrap !important;
243
243
  }
244
244
 
245
- .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
245
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
246
246
  text-overflow: ellipsis !important;
247
247
  }
248
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;
249
+ .typography-module_headline__b0XlP {
250
+ font-size: 28px;
251
+ line-height: 32px;
299
252
  }
300
- .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
301
- border: none !important;
302
- background-color: transparent !important;
303
- background: transparent !important;
253
+
254
+ .typography-module_headlineSecondary__IDnhT {
255
+ font-size: 24px;
256
+ line-height: 28px;
304
257
  }
305
- .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
306
- text-decoration: underline !important;
258
+
259
+ .typography-module_headlineTertiary__mlG-v {
260
+ font-size: 18px;
261
+ line-height: 24x;
307
262
  }
308
- .button-module_button__NDMQS.button-module_transparent__zbeBu {
309
- border: none !important;
310
- background-color: transparent !important;
311
- background: transparent !important;
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;
312
268
  }
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;
269
+
270
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
271
+ font-size: 12px;
319
272
  }
320
- .button-module_button__NDMQS.button-module_fluid__GXxID {
321
- width: 100%;
273
+
274
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
275
+ font-weight: 600;
322
276
  }
323
- .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
277
+
278
+ .typography-module_link__DWurf {
324
279
  overflow: hidden !important;
325
280
  white-space: nowrap !important;
326
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;
327
290
  }
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;
291
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
292
+ text-decoration: underline;
293
+ color: #65C5F6;
350
294
  }
351
- .button-module_button__NDMQS.button-module_disabled__hEydO {
352
- user-select: none;
295
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
353
296
  pointer-events: none;
354
- cursor: not-allowed;
355
- }
356
-
357
- .cui-theme-dark .button-module_button__NDMQS {
358
- color: #F4F4F4;
359
- }
360
- .cui-theme-light .button-module_button__NDMQS {
361
- color: #090A0A;
297
+ opacity: 0.6;
362
298
  }
363
299
  .textAndContent-module_textAndContent__X5P1n {
364
300
  align-items: baseline;
365
301
  flex-shrink: 1;
366
302
  gap: 8px;
367
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
+ }
368
317
  :root {
369
318
  --divider-line: #4a4b4b;
370
319
  }
371
320
 
372
- .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
321
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
373
322
  overflow: hidden !important;
374
323
  }
375
324
 
376
- .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
325
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
377
326
  white-space: nowrap !important;
378
327
  }
379
328
 
380
- .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
329
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
381
330
  text-overflow: ellipsis !important;
382
331
  }
383
332
 
384
- .tag-module_tag__rGA-E {
385
- display: inline-flex;
386
- flex-direction: row;
387
- flex-shrink: 1;
388
- padding: 4px 8px;
389
- gap: 4px;
390
- min-height: 18px;
391
- border-radius: 4px;
392
- border-width: 1px;
393
- border-style: solid;
394
- align-items: center;
395
- }
396
- .tag-module_tag__rGA-E .icon-base {
397
- color: #E2E369 !important;
398
- }
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
+ .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
418
+ overflow: hidden !important;
419
+ }
420
+
421
+ .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
422
+ white-space: nowrap !important;
423
+ }
424
+
425
+ .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
426
+ text-overflow: ellipsis !important;
427
+ }
428
+
429
+ .tag-module_tag__rGA-E {
430
+ display: inline-flex;
431
+ flex-direction: row;
432
+ flex-shrink: 1;
433
+ padding: 4px 8px;
434
+ gap: 4px;
435
+ min-height: 18px;
436
+ border-radius: 4px;
437
+ border-width: 1px;
438
+ border-style: solid;
439
+ align-items: center;
440
+ }
441
+ .tag-module_tag__rGA-E .icon-base {
442
+ color: #E2E369 !important;
443
+ }
399
444
  .tag-module_tag__rGA-E .tag-module_text__WpK6w {
400
445
  white-space: nowrap;
401
446
  }
@@ -529,181 +574,6 @@
529
574
  border-color: #FD8F3E;
530
575
  color: #632E03;
531
576
  }
532
- .flowLayout-module_flowLayout__VHpnY {
533
- overflow: auto;
534
- }
535
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
536
- display: flex;
537
- width: 100%;
538
- min-width: 0;
539
- }
540
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
541
- display: flex;
542
- width: 100%;
543
- min-width: 0;
544
- }
545
- :root {
546
- --divider-line: #4a4b4b;
547
- }
548
-
549
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
550
- overflow: hidden !important;
551
- }
552
-
553
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
554
- white-space: nowrap !important;
555
- }
556
-
557
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
558
- text-overflow: ellipsis !important;
559
- }
560
-
561
- .popup-module_popup-container__PJ0oQ {
562
- --popup-width: 60vw;
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 {
576
- position: relative;
577
- flex-direction: column;
578
- align-items: start;
579
- width: 100%;
580
- height: 100%;
581
- overflow-x: clip;
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));
588
- }
589
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
590
- margin-bottom: 0;
591
- }
592
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
593
- cursor: pointer;
594
- line-height: 1px;
595
- background-color: rgba(255, 255, 255, 0);
596
- }
597
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
598
- background-color: #FDDA0D;
599
- width: 9px !important;
600
- height: 9px !important;
601
- line-height: 1px !important;
602
- }
603
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
604
- background-color: #FFEA00;
605
- }
606
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
607
- width: 100%;
608
- height: 100%;
609
- padding: 24px;
610
- overflow-y: auto;
611
- display: flex;
612
- }
613
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
614
- overflow-y: auto;
615
- }
616
- .popup-module_popup-container__PJ0oQ[data-show] {
617
- opacity: 1;
618
- visibility: visible;
619
- pointer-events: all;
620
- }
621
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
622
- transform: translateX(0) translateY(0);
623
- }
624
- .popup-module_popup-container__PJ0oQ[data-show=false] {
625
- opacity: 0;
626
- visibility: hidden;
627
- pointer-events: none;
628
- }
629
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
630
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
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;
643
- }
644
-
645
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
646
- overflow: hidden !important;
647
- }
648
-
649
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
650
- white-space: nowrap !important;
651
- }
652
-
653
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
654
- text-overflow: ellipsis !important;
655
- }
656
-
657
- .typography-module_headline__b0XlP {
658
- font-size: 28px;
659
- line-height: 32px;
660
- }
661
-
662
- .typography-module_headlineSecondary__IDnhT {
663
- font-size: 24px;
664
- line-height: 28px;
665
- }
666
-
667
- .typography-module_headlineTertiary__mlG-v {
668
- font-size: 18px;
669
- line-height: 24x;
670
- }
671
-
672
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
673
- font-size: 14px;
674
- line-height: 18px;
675
- font-weight: 300;
676
- }
677
-
678
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
679
- font-size: 12px;
680
- }
681
-
682
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
683
- font-weight: 600;
684
- }
685
-
686
- .typography-module_link__DWurf {
687
- overflow: hidden !important;
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;
698
- }
699
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
700
- text-decoration: underline;
701
- color: #65C5F6;
702
- }
703
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
704
- pointer-events: none;
705
- opacity: 0.6;
706
- }
707
577
  :root {
708
578
  --divider-line: #4a4b4b;
709
579
  }
@@ -818,29 +688,6 @@
818
688
  .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
819
689
  border-color: #515757 transparent transparent transparent;
820
690
  }
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
691
  :root {
845
692
  --divider-line: #4a4b4b;
846
693
  }
@@ -931,10 +778,10 @@
931
778
  background-color: #003A4C;
932
779
  }
933
780
  .cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
934
- background-color: #262828;
781
+ background-color: rgb(38.0475, 39.8525, 39.8525);
935
782
  }
936
783
  .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
937
- border-color: #202929;
784
+ border-color: rgb(32.4, 41.4, 41.4);
938
785
  }
939
786
  .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
940
787
  background-color: rgba(40, 42, 42, 0.05);
@@ -946,7 +793,160 @@
946
793
  background-color: #F4F4F4;
947
794
  }
948
795
  .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
949
- background-color: #374646;
796
+ background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
797
+ }
798
+ .popup-overlay-module_popup-modal-overlay__dlJqM {
799
+ z-index: 1;
800
+ position: fixed;
801
+ width: 100%;
802
+ height: 100%;
803
+ top: 0;
804
+ left: 0;
805
+ background: rgba(40, 80, 120, 0.8) !important;
806
+ pointer-events: all;
807
+ user-select: none;
808
+ will-change: opacity;
809
+ transition: opacity 450ms ease-in-out;
810
+ opacity: 0;
811
+ visibility: hidden;
812
+ }
813
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
814
+ opacity: 1;
815
+ visibility: visible;
816
+ }
817
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
818
+ opacity: 0;
819
+ visibility: hidden;
820
+ }
821
+ :root {
822
+ --divider-line: #4a4b4b;
823
+ }
824
+
825
+ .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
826
+ overflow: hidden !important;
827
+ }
828
+
829
+ .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
830
+ white-space: nowrap !important;
831
+ }
832
+
833
+ .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
834
+ text-overflow: ellipsis !important;
835
+ }
836
+
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;
853
+ }
854
+ .button-module_button__NDMQS > span {
855
+ overflow: hidden;
856
+ white-space: nowrap;
857
+ display: inline-block;
858
+ }
859
+ .button-module_button__NDMQS.button-module_info__O6gEW {
860
+ background-color: #2D8EFF;
861
+ }
862
+ .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
863
+ border: 1px solid #2D8EFF !important;
864
+ }
865
+ .button-module_button__NDMQS.button-module_success__gM25y {
866
+ background-color: #13CE66;
867
+ }
868
+ .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
869
+ border: 1px solid #13CE66 !important;
870
+ }
871
+ .button-module_button__NDMQS.button-module_error__q9qqo {
872
+ background-color: #FF4949;
873
+ }
874
+ .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
875
+ border: 1px solid #FF4949 !important;
876
+ }
877
+ .button-module_button__NDMQS.button-module_warning__MdmiZ {
878
+ background-color: #FFCC3D;
879
+ }
880
+ .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
881
+ border: 1px solid #FFCC3D !important;
882
+ }
883
+ .button-module_button__NDMQS.button-module_link__e-4Fu {
884
+ border: none !important;
885
+ background-color: transparent !important;
886
+ background: transparent !important;
887
+ }
888
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
889
+ border: none !important;
890
+ background-color: transparent !important;
891
+ background: transparent !important;
892
+ }
893
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
894
+ text-decoration: underline !important;
895
+ }
896
+ .button-module_button__NDMQS.button-module_transparent__zbeBu {
897
+ border: none !important;
898
+ background-color: transparent !important;
899
+ background: transparent !important;
900
+ }
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;
907
+ }
908
+ .button-module_button__NDMQS.button-module_fluid__GXxID {
909
+ width: 100%;
910
+ }
911
+ .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
912
+ overflow: hidden !important;
913
+ white-space: nowrap !important;
914
+ text-overflow: ellipsis !important;
915
+ }
916
+ .button-module_button__NDMQS.button-module_animated__gLwPl {
917
+ transition: transform 250ms ease-out;
918
+ }
919
+ .button-module_button__NDMQS.button-module_hasShadow__42BQv {
920
+ box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
921
+ }
922
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
923
+ padding: 0.4rem;
924
+ border: none !important;
925
+ line-height: 1px;
926
+ }
927
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
928
+ padding: 0px;
929
+ }
930
+ .button-module_button__NDMQS:hover {
931
+ background-color: #c5c5c5 !important;
932
+ }
933
+ .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
934
+ transform: scale(1.2);
935
+ }
936
+ .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
937
+ background-color: rgba(197, 197, 197, 0.1254901961) !important;
938
+ }
939
+ .button-module_button__NDMQS.button-module_disabled__hEydO {
940
+ user-select: none;
941
+ pointer-events: none;
942
+ cursor: not-allowed;
943
+ }
944
+
945
+ .cui-theme-dark .button-module_button__NDMQS {
946
+ color: #F4F4F4;
947
+ }
948
+ .cui-theme-light .button-module_button__NDMQS {
949
+ color: #090A0A;
950
950
  }
951
951
  :root {
952
952
  --divider-line: #4a4b4b;