@e1011/es-kit 1.1.85 → 1.1.86

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 (39) hide show
  1. package/dist/hooks/esm/index.css +313 -313
  2. package/dist/hooks/index.css +313 -313
  3. package/dist/lib/cjs/src/core/ui/components/atoms/icons.js +1 -1
  4. package/dist/lib/cjs/src/core/ui/components/atoms/icons.js.map +1 -1
  5. package/dist/lib/cjs/src/core/ui/components/atoms/text/Text.js +1 -1
  6. package/dist/lib/cjs/src/core/ui/components/atoms/text/Text.js.map +1 -1
  7. package/dist/lib/cjs/src/core/ui/components/error/ErrorBoundary.js.map +1 -1
  8. package/dist/lib/cjs/src/core/ui/components/molecules/popover/PopoverLite.js +1 -1
  9. package/dist/lib/cjs/src/core/ui/components/molecules/popover/PopoverLite.js.map +1 -1
  10. package/dist/lib/esm/src/core/ui/components/atoms/icons.js +1 -1
  11. package/dist/lib/esm/src/core/ui/components/atoms/icons.js.map +1 -1
  12. package/dist/lib/esm/src/core/ui/components/atoms/text/Text.js +1 -1
  13. package/dist/lib/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
  14. package/dist/lib/esm/src/core/ui/components/error/ErrorBoundary.js.map +1 -1
  15. package/dist/lib/esm/src/core/ui/components/molecules/popover/PopoverLite.js +1 -1
  16. package/dist/lib/esm/src/core/ui/components/molecules/popover/PopoverLite.js.map +1 -1
  17. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  18. package/dist/types/src/core/ui/components/atoms/icons.d.ts.map +1 -1
  19. package/dist/types/src/core/ui/components/atoms/text/Text.d.ts.map +1 -1
  20. package/dist/types/src/core/ui/components/error/ErrorBoundary.d.ts +2 -2
  21. package/dist/types/src/core/ui/components/error/ErrorBoundary.d.ts.map +1 -1
  22. package/dist/types/src/core/ui/components/molecules/popover/PopoverLite.d.ts.map +1 -1
  23. package/dist/ui/esm/src/core/ui/components/atoms/icons.js +1 -1
  24. package/dist/ui/esm/src/core/ui/components/atoms/icons.js.map +1 -1
  25. package/dist/ui/esm/src/core/ui/components/atoms/text/Text.js +1 -1
  26. package/dist/ui/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
  27. package/dist/ui/esm/src/core/ui/components/error/ErrorBoundary.js.map +1 -1
  28. package/dist/ui/esm/src/core/ui/components/molecules/popover/PopoverLite.js +1 -1
  29. package/dist/ui/esm/src/core/ui/components/molecules/popover/PopoverLite.js.map +1 -1
  30. package/dist/ui/src/core/ui/components/atoms/icons.js +1 -1
  31. package/dist/ui/src/core/ui/components/atoms/icons.js.map +1 -1
  32. package/dist/ui/src/core/ui/components/atoms/text/Text.js +1 -1
  33. package/dist/ui/src/core/ui/components/atoms/text/Text.js.map +1 -1
  34. package/dist/ui/src/core/ui/components/error/ErrorBoundary.js.map +1 -1
  35. package/dist/ui/src/core/ui/components/molecules/popover/PopoverLite.js +1 -1
  36. package/dist/ui/src/core/ui/components/molecules/popover/PopoverLite.js.map +1 -1
  37. package/dist/utils/esm/index.css +313 -313
  38. package/dist/utils/index.css +313 -313
  39. package/package.json +1 -1
@@ -28,6 +28,15 @@
28
28
  width: var(--height);
29
29
  height: var(--width);
30
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
+ }
31
40
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
32
41
  transform-origin: 0% 0%;
33
42
  opacity: 0;
@@ -61,34 +70,6 @@
61
70
  max-width: var(--prop-value);
62
71
  opacity: 1;
63
72
  }
64
- .divider-module_divider-line__6CesR {
65
- position: relative;
66
- display: block;
67
- transition: opacity, width, height 250ms ease-in-out;
68
- background-color: var(--color);
69
- opacity: var(--opacity);
70
- }
71
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
72
- height: var(--length);
73
- left: var(--left);
74
- width: var(--width);
75
- margin: var(--margin);
76
- }
77
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
78
- width: var(--length);
79
- left: var(--left);
80
- height: var(--height);
81
- margin: var(--margin);
82
- }
83
- .errorBoundary-module_errorBoundary__gk9ps {
84
- background: #EFEFEF;
85
- width: 100%;
86
- height: 100%;
87
- }
88
-
89
- .errorBoundary-module_StyledIcon__IYHiU {
90
- margin-right: 10px;
91
- }
92
73
  .field-module_field__UfKm3 {
93
74
  opacity: 1;
94
75
  pointer-events: auto;
@@ -163,6 +144,49 @@
163
144
  .field-module_field__UfKm3 label {
164
145
  text-align: left;
165
146
  }
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
+ .layoutBox-module_layout-box__ZIID8 {
167
+ display: flex;
168
+ position: relative;
169
+ flex-direction: row;
170
+ flex: 0;
171
+ flex-grow: 0;
172
+ flex-shrink: 0;
173
+ flex-basis: auto;
174
+ flex-wrap: nowrap;
175
+ gap: 0;
176
+ text-align: left;
177
+ justify-content: flex-start;
178
+ align-items: flex-start;
179
+ align-self: auto;
180
+ margin: 0;
181
+ padding: 0;
182
+ width: auto;
183
+ height: auto;
184
+ max-width: none;
185
+ max-height: none;
186
+ min-width: 0;
187
+ min-height: 0;
188
+ border-radius: initial;
189
+ }
166
190
  .lazyComponent-module_loader__brMEW {
167
191
  position: relative;
168
192
  width: 100px;
@@ -206,43 +230,6 @@
206
230
  stroke-dashoffset: -124;
207
231
  }
208
232
  }
209
- .layoutBox-module_layout-box__ZIID8 {
210
- display: flex;
211
- position: relative;
212
- flex-direction: row;
213
- flex: 0;
214
- flex-grow: 0;
215
- flex-shrink: 0;
216
- flex-basis: auto;
217
- flex-wrap: nowrap;
218
- gap: 0;
219
- text-align: left;
220
- justify-content: flex-start;
221
- align-items: flex-start;
222
- align-self: auto;
223
- margin: 0;
224
- padding: 0;
225
- width: auto;
226
- height: auto;
227
- max-width: none;
228
- max-height: none;
229
- min-width: 0;
230
- min-height: 0;
231
- border-radius: initial;
232
- }
233
- .flowLayout-module_flowLayout__VHpnY {
234
- overflow: auto;
235
- }
236
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
237
- display: flex;
238
- width: 100%;
239
- min-width: 0;
240
- }
241
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
242
- display: flex;
243
- width: 100%;
244
- min-width: 0;
245
- }
246
233
  :root {
247
234
  --divider-line: #4a4b4b;
248
235
  }
@@ -343,100 +330,6 @@
343
330
  --divider-line: #4a4b4b;
344
331
  }
345
332
 
346
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
347
- overflow: hidden !important;
348
- }
349
-
350
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
351
- white-space: nowrap !important;
352
- }
353
-
354
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
355
- text-overflow: ellipsis !important;
356
- }
357
-
358
- .typography-module_headline__b0XlP {
359
- font-size: 28px;
360
- line-height: 32px;
361
- }
362
-
363
- .typography-module_headlineSecondary__IDnhT {
364
- font-size: 24px;
365
- line-height: 28px;
366
- }
367
-
368
- .typography-module_headlineTertiary__mlG-v {
369
- font-size: 18px;
370
- line-height: 24x;
371
- }
372
-
373
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
374
- font-size: 14px;
375
- line-height: 18px;
376
- font-weight: 300;
377
- }
378
-
379
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
380
- font-size: 12px;
381
- }
382
-
383
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
384
- font-weight: 600;
385
- }
386
-
387
- .typography-module_link__DWurf {
388
- overflow: hidden !important;
389
- white-space: nowrap !important;
390
- text-overflow: ellipsis !important;
391
- text-decoration: none;
392
- color: #65C5F6;
393
- display: inline;
394
- gap: 4px;
395
- flex-grow: 0;
396
- max-width: 400px;
397
- position: relative;
398
- vertical-align: center;
399
- }
400
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
401
- text-decoration: underline;
402
- color: #65C5F6;
403
- }
404
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
405
- pointer-events: none;
406
- opacity: 0.6;
407
- }
408
- .popup-overlay-module_popup-modal-overlay__dlJqM {
409
- z-index: 1;
410
- position: fixed;
411
- width: 100%;
412
- height: 100%;
413
- top: 0;
414
- left: 0;
415
- background: rgba(40, 80, 120, 0.8) !important;
416
- pointer-events: all;
417
- user-select: none;
418
- will-change: opacity;
419
- transition: opacity 450ms ease-in-out;
420
- opacity: 0;
421
- visibility: hidden;
422
- }
423
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
424
- opacity: 1;
425
- visibility: visible;
426
- }
427
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
428
- opacity: 0;
429
- visibility: hidden;
430
- }
431
- .textAndContent-module_textAndContent__X5P1n {
432
- align-items: baseline;
433
- flex-shrink: 1;
434
- gap: 8px;
435
- }
436
- :root {
437
- --divider-line: #4a4b4b;
438
- }
439
-
440
333
  .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
441
334
  overflow: hidden !important;
442
335
  }
@@ -551,43 +444,209 @@
551
444
  --divider-line: #4a4b4b;
552
445
  }
553
446
 
554
- .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
447
+ .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
555
448
  overflow: hidden !important;
556
449
  }
557
450
 
558
- .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
451
+ .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
559
452
  white-space: nowrap !important;
560
453
  }
561
454
 
562
- .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
455
+ .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
563
456
  text-overflow: ellipsis !important;
564
457
  }
565
458
 
566
- .tag-module_tag__rGA-E {
567
- display: inline-flex;
568
- flex-direction: row;
569
- flex-shrink: 1;
570
- padding: 4px 8px;
571
- gap: 4px;
572
- min-height: 18px;
573
- border-radius: 4px;
574
- border-width: 1px;
575
- border-style: solid;
459
+ .button-module_button__NDMQS {
460
+ border: none;
461
+ color: #090A0A;
462
+ padding: 0.5rem 1rem;
463
+ text-align: center;
464
+ text-decoration: none;
465
+ font-size: 1rem;
466
+ overflow: hidden;
467
+ display: flex;
576
468
  align-items: center;
469
+ justify-content: center;
470
+ min-width: "auto";
471
+ width: "auto";
472
+ user-select: all;
473
+ pointer-events: auto;
474
+ cursor: pointer;
577
475
  }
578
- .tag-module_tag__rGA-E .icon-base {
579
- color: #E2E369 !important;
580
- }
581
- .tag-module_tag__rGA-E .tag-module_text__WpK6w {
476
+ .button-module_button__NDMQS > span {
477
+ overflow: hidden;
582
478
  white-space: nowrap;
479
+ display: inline-block;
480
+ }
481
+ .button-module_button__NDMQS.button-module_info__O6gEW {
482
+ background-color: #2D8EFF;
483
+ }
484
+ .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
485
+ border: 1px solid #2D8EFF !important;
486
+ }
487
+ .button-module_button__NDMQS.button-module_success__gM25y {
488
+ background-color: #13CE66;
489
+ }
490
+ .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
491
+ border: 1px solid #13CE66 !important;
492
+ }
493
+ .button-module_button__NDMQS.button-module_error__q9qqo {
494
+ background-color: #FF4949;
495
+ }
496
+ .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
497
+ border: 1px solid #FF4949 !important;
498
+ }
499
+ .button-module_button__NDMQS.button-module_warning__MdmiZ {
500
+ background-color: #FFCC3D;
501
+ }
502
+ .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
503
+ border: 1px solid #FFCC3D !important;
504
+ }
505
+ .button-module_button__NDMQS.button-module_link__e-4Fu {
506
+ border: none !important;
507
+ background-color: transparent !important;
508
+ background: transparent !important;
509
+ }
510
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
511
+ border: none !important;
512
+ background-color: transparent !important;
513
+ background: transparent !important;
514
+ }
515
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
516
+ text-decoration: underline !important;
517
+ }
518
+ .button-module_button__NDMQS.button-module_transparent__zbeBu {
519
+ border: none !important;
520
+ background-color: transparent !important;
521
+ background: transparent !important;
522
+ }
523
+ .button-module_button__NDMQS.button-module_tiny__pBNwo {
524
+ height: 1.4rem;
525
+ min-width: 1.5rem;
526
+ width: 1.5rem;
527
+ padding: 0.2rem;
528
+ font-size: 0.8rem;
529
+ }
530
+ .button-module_button__NDMQS.button-module_fluid__GXxID {
531
+ width: 100%;
532
+ }
533
+ .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
534
+ overflow: hidden !important;
535
+ white-space: nowrap !important;
536
+ text-overflow: ellipsis !important;
537
+ }
538
+ .button-module_button__NDMQS.button-module_animated__gLwPl {
539
+ transition: transform 250ms ease-out;
540
+ }
541
+ .button-module_button__NDMQS.button-module_hasShadow__42BQv {
542
+ box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
543
+ }
544
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
545
+ padding: 0.4rem;
546
+ border: none !important;
547
+ line-height: 1px;
548
+ }
549
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
550
+ padding: 0px;
551
+ }
552
+ .button-module_button__NDMQS:hover {
553
+ background-color: #c5c5c5 !important;
554
+ }
555
+ .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
556
+ transform: scale(1.2);
557
+ }
558
+ .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
559
+ background-color: rgba(197, 197, 197, 0.1254901961) !important;
560
+ }
561
+ .button-module_button__NDMQS.button-module_disabled__hEydO {
562
+ user-select: none;
563
+ pointer-events: none;
564
+ cursor: not-allowed;
565
+ }
566
+
567
+ .cui-theme-dark .button-module_button__NDMQS {
568
+ color: #F4F4F4;
569
+ }
570
+ .cui-theme-light .button-module_button__NDMQS {
571
+ color: #090A0A;
572
+ }
573
+ .flowLayout-module_flowLayout__VHpnY {
574
+ overflow: auto;
575
+ }
576
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
577
+ display: flex;
578
+ width: 100%;
579
+ min-width: 0;
580
+ }
581
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
582
+ display: flex;
583
+ width: 100%;
584
+ min-width: 0;
585
+ }
586
+ .popup-overlay-module_popup-modal-overlay__dlJqM {
587
+ z-index: 1;
588
+ position: fixed;
589
+ width: 100%;
590
+ height: 100%;
591
+ top: 0;
592
+ left: 0;
593
+ background: rgba(40, 80, 120, 0.8) !important;
594
+ pointer-events: all;
595
+ user-select: none;
596
+ will-change: opacity;
597
+ transition: opacity 450ms ease-in-out;
598
+ opacity: 0;
599
+ visibility: hidden;
600
+ }
601
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
602
+ opacity: 1;
603
+ visibility: visible;
604
+ }
605
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
606
+ opacity: 0;
607
+ visibility: hidden;
608
+ }
609
+ :root {
610
+ --divider-line: #4a4b4b;
611
+ }
612
+
613
+ .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
614
+ overflow: hidden !important;
615
+ }
616
+
617
+ .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
618
+ white-space: nowrap !important;
619
+ }
620
+
621
+ .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
622
+ text-overflow: ellipsis !important;
623
+ }
624
+
625
+ .tag-module_tag__rGA-E {
626
+ display: inline-flex;
627
+ flex-direction: row;
628
+ flex-shrink: 1;
629
+ padding: 4px 8px;
630
+ gap: 4px;
631
+ min-height: 18px;
632
+ border-radius: 4px;
633
+ border-width: 1px;
634
+ border-style: solid;
635
+ align-items: center;
636
+ }
637
+ .tag-module_tag__rGA-E .icon-base {
638
+ color: #E2E369 !important;
639
+ }
640
+ .tag-module_tag__rGA-E .tag-module_text__WpK6w {
641
+ white-space: nowrap;
642
+ }
643
+ .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
644
+ justify-content: center;
645
+ align-items: center;
646
+ overflow: hidden !important;
647
+ white-space: nowrap !important;
648
+ text-overflow: ellipsis !important;
583
649
  }
584
- .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
585
- justify-content: center;
586
- align-items: center;
587
- overflow: hidden !important;
588
- white-space: nowrap !important;
589
- text-overflow: ellipsis !important;
590
- }
591
650
  .tag-module_tag__rGA-E.tag-module_default__6cv6k {
592
651
  background-color: #434747;
593
652
  border-color: #515757;
@@ -711,6 +770,77 @@
711
770
  border-color: #FD8F3E;
712
771
  color: #632E03;
713
772
  }
773
+ .textAndContent-module_textAndContent__X5P1n {
774
+ align-items: baseline;
775
+ flex-shrink: 1;
776
+ gap: 8px;
777
+ }
778
+ :root {
779
+ --divider-line: #4a4b4b;
780
+ }
781
+
782
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
783
+ overflow: hidden !important;
784
+ }
785
+
786
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
787
+ white-space: nowrap !important;
788
+ }
789
+
790
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
791
+ text-overflow: ellipsis !important;
792
+ }
793
+
794
+ .typography-module_headline__b0XlP {
795
+ font-size: 28px;
796
+ line-height: 32px;
797
+ }
798
+
799
+ .typography-module_headlineSecondary__IDnhT {
800
+ font-size: 24px;
801
+ line-height: 28px;
802
+ }
803
+
804
+ .typography-module_headlineTertiary__mlG-v {
805
+ font-size: 18px;
806
+ line-height: 24x;
807
+ }
808
+
809
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
810
+ font-size: 14px;
811
+ line-height: 18px;
812
+ font-weight: 300;
813
+ }
814
+
815
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
816
+ font-size: 12px;
817
+ }
818
+
819
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
820
+ font-weight: 600;
821
+ }
822
+
823
+ .typography-module_link__DWurf {
824
+ overflow: hidden !important;
825
+ white-space: nowrap !important;
826
+ text-overflow: ellipsis !important;
827
+ text-decoration: none;
828
+ color: #65C5F6;
829
+ display: inline;
830
+ gap: 4px;
831
+ flex-grow: 0;
832
+ max-width: 400px;
833
+ position: relative;
834
+ vertical-align: center;
835
+ }
836
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
837
+ text-decoration: underline;
838
+ color: #65C5F6;
839
+ }
840
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
841
+ pointer-events: none;
842
+ opacity: 0.6;
843
+ }
714
844
  :root {
715
845
  --divider-line: #4a4b4b;
716
846
  }
@@ -822,136 +952,6 @@
822
952
  --divider-line: #4a4b4b;
823
953
  }
824
954
 
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
- }
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
  }