@e1011/es-kit 1.1.40 → 1.1.44
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 +163 -163
- package/dist/hooks/index.css +163 -163
- package/dist/lib/cjs/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.types.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.types.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/icon/IconBase.d.ts +1 -1
- package/dist/types/src/core/ui/components/icon/IconBase.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts +1 -0
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/ui/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/utils/esm/index.css +163 -163
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/index.css +163 -163
- package/dist/utils/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/package.json +1 -1
package/dist/hooks/esm/index.css
CHANGED
|
@@ -17,15 +17,6 @@
|
|
|
17
17
|
height: var(--height);
|
|
18
18
|
margin: var(--margin);
|
|
19
19
|
}
|
|
20
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
21
|
-
background: #EFEFEF;
|
|
22
|
-
width: 100%;
|
|
23
|
-
height: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
27
|
-
margin-right: 10px;
|
|
28
|
-
}
|
|
29
20
|
.icon-module_icon-base-parent__nOMvW {
|
|
30
21
|
line-height: 1px !important;
|
|
31
22
|
}
|
|
@@ -89,6 +80,15 @@
|
|
|
89
80
|
max-width: var(--prop-value);
|
|
90
81
|
opacity: 1;
|
|
91
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
92
|
.field-module_field__UfKm3 {
|
|
93
93
|
opacity: 1;
|
|
94
94
|
pointer-events: auto;
|
|
@@ -230,6 +230,138 @@
|
|
|
230
230
|
min-height: 0;
|
|
231
231
|
border-radius: initial;
|
|
232
232
|
}
|
|
233
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
234
|
+
align-items: baseline;
|
|
235
|
+
flex-shrink: 1;
|
|
236
|
+
gap: 8px;
|
|
237
|
+
}
|
|
238
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
239
|
+
overflow: auto;
|
|
240
|
+
}
|
|
241
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
242
|
+
display: flex;
|
|
243
|
+
width: 100%;
|
|
244
|
+
min-width: 0;
|
|
245
|
+
}
|
|
246
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
247
|
+
display: flex;
|
|
248
|
+
width: 100%;
|
|
249
|
+
min-width: 0;
|
|
250
|
+
}
|
|
251
|
+
:root {
|
|
252
|
+
--divider-line: #4a4b4b;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
256
|
+
overflow: hidden !important;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
260
|
+
white-space: nowrap !important;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
264
|
+
text-overflow: ellipsis !important;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.button-module_button__NDMQS {
|
|
268
|
+
border: none;
|
|
269
|
+
color: #090A0A;
|
|
270
|
+
padding: 0.5rem 1rem;
|
|
271
|
+
text-align: center;
|
|
272
|
+
text-decoration: none;
|
|
273
|
+
font-size: 1rem;
|
|
274
|
+
overflow: hidden;
|
|
275
|
+
display: flex;
|
|
276
|
+
align-items: center;
|
|
277
|
+
justify-content: center;
|
|
278
|
+
min-width: "auto";
|
|
279
|
+
width: "auto";
|
|
280
|
+
user-select: all;
|
|
281
|
+
pointer-events: auto;
|
|
282
|
+
cursor: pointer;
|
|
283
|
+
}
|
|
284
|
+
.button-module_button__NDMQS > span {
|
|
285
|
+
overflow: hidden;
|
|
286
|
+
white-space: nowrap;
|
|
287
|
+
display: inline-block;
|
|
288
|
+
}
|
|
289
|
+
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
290
|
+
background-color: #2D8EFF;
|
|
291
|
+
}
|
|
292
|
+
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
293
|
+
border: 1px solid #2D8EFF !important;
|
|
294
|
+
}
|
|
295
|
+
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
296
|
+
background-color: #13CE66;
|
|
297
|
+
}
|
|
298
|
+
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
299
|
+
border: 1px solid #13CE66 !important;
|
|
300
|
+
}
|
|
301
|
+
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
302
|
+
background-color: #FF4949;
|
|
303
|
+
}
|
|
304
|
+
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
305
|
+
border: 1px solid #FF4949 !important;
|
|
306
|
+
}
|
|
307
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
308
|
+
background-color: #FFCC3D;
|
|
309
|
+
}
|
|
310
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
311
|
+
border: 1px solid #FFCC3D !important;
|
|
312
|
+
}
|
|
313
|
+
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
314
|
+
border: none !important;
|
|
315
|
+
background-color: transparent !important;
|
|
316
|
+
background: transparent !important;
|
|
317
|
+
}
|
|
318
|
+
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
319
|
+
height: 1.4rem;
|
|
320
|
+
min-width: 1.5rem;
|
|
321
|
+
width: 1.5rem;
|
|
322
|
+
padding: 0.2rem;
|
|
323
|
+
font-size: 0.8rem;
|
|
324
|
+
}
|
|
325
|
+
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
326
|
+
width: 100%;
|
|
327
|
+
}
|
|
328
|
+
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
329
|
+
overflow: hidden !important;
|
|
330
|
+
white-space: nowrap !important;
|
|
331
|
+
text-overflow: ellipsis !important;
|
|
332
|
+
}
|
|
333
|
+
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
334
|
+
transition: transform 250ms ease-out;
|
|
335
|
+
}
|
|
336
|
+
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
337
|
+
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
338
|
+
}
|
|
339
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
340
|
+
padding: 0.4rem;
|
|
341
|
+
border: none !important;
|
|
342
|
+
line-height: 1px;
|
|
343
|
+
}
|
|
344
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
345
|
+
padding: 0px;
|
|
346
|
+
}
|
|
347
|
+
.button-module_button__NDMQS:hover {
|
|
348
|
+
background-color: #c5c5c5 !important;
|
|
349
|
+
}
|
|
350
|
+
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
351
|
+
transform: scale(1.2);
|
|
352
|
+
}
|
|
353
|
+
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
354
|
+
user-select: none;
|
|
355
|
+
pointer-events: none;
|
|
356
|
+
cursor: not-allowed;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.cui-theme-dark .button-module_button__NDMQS {
|
|
360
|
+
color: #F4F4F4;
|
|
361
|
+
}
|
|
362
|
+
.cui-theme-light .button-module_button__NDMQS {
|
|
363
|
+
color: #090A0A;
|
|
364
|
+
}
|
|
233
365
|
:root {
|
|
234
366
|
--divider-line: #4a4b4b;
|
|
235
367
|
}
|
|
@@ -464,156 +596,6 @@
|
|
|
464
596
|
--divider-line: #4a4b4b;
|
|
465
597
|
}
|
|
466
598
|
|
|
467
|
-
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
468
|
-
overflow: hidden !important;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
472
|
-
white-space: nowrap !important;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
476
|
-
text-overflow: ellipsis !important;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.button-module_button__NDMQS {
|
|
480
|
-
border: none;
|
|
481
|
-
color: #090A0A;
|
|
482
|
-
padding: 0.5rem 1rem;
|
|
483
|
-
text-align: center;
|
|
484
|
-
text-decoration: none;
|
|
485
|
-
font-size: 1rem;
|
|
486
|
-
overflow: hidden;
|
|
487
|
-
display: flex;
|
|
488
|
-
align-items: center;
|
|
489
|
-
justify-content: center;
|
|
490
|
-
min-width: "auto";
|
|
491
|
-
width: "auto";
|
|
492
|
-
user-select: all;
|
|
493
|
-
pointer-events: auto;
|
|
494
|
-
cursor: pointer;
|
|
495
|
-
}
|
|
496
|
-
.button-module_button__NDMQS > span {
|
|
497
|
-
overflow: hidden;
|
|
498
|
-
white-space: nowrap;
|
|
499
|
-
display: inline-block;
|
|
500
|
-
}
|
|
501
|
-
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
502
|
-
background-color: #2D8EFF;
|
|
503
|
-
}
|
|
504
|
-
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
505
|
-
border: 1px solid #2D8EFF !important;
|
|
506
|
-
}
|
|
507
|
-
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
508
|
-
background-color: #13CE66;
|
|
509
|
-
}
|
|
510
|
-
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
511
|
-
border: 1px solid #13CE66 !important;
|
|
512
|
-
}
|
|
513
|
-
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
514
|
-
background-color: #FF4949;
|
|
515
|
-
}
|
|
516
|
-
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
517
|
-
border: 1px solid #FF4949 !important;
|
|
518
|
-
}
|
|
519
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
520
|
-
background-color: #FFCC3D;
|
|
521
|
-
}
|
|
522
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
523
|
-
border: 1px solid #FFCC3D !important;
|
|
524
|
-
}
|
|
525
|
-
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
526
|
-
border: none !important;
|
|
527
|
-
background-color: transparent !important;
|
|
528
|
-
background: transparent !important;
|
|
529
|
-
}
|
|
530
|
-
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
531
|
-
height: 1.4rem;
|
|
532
|
-
min-width: 1.5rem;
|
|
533
|
-
width: 1.5rem;
|
|
534
|
-
padding: 0.2rem;
|
|
535
|
-
font-size: 0.8rem;
|
|
536
|
-
}
|
|
537
|
-
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
538
|
-
width: 100%;
|
|
539
|
-
}
|
|
540
|
-
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
541
|
-
overflow: hidden !important;
|
|
542
|
-
white-space: nowrap !important;
|
|
543
|
-
text-overflow: ellipsis !important;
|
|
544
|
-
}
|
|
545
|
-
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
546
|
-
transition: transform 250ms ease-out;
|
|
547
|
-
}
|
|
548
|
-
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
549
|
-
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
550
|
-
}
|
|
551
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
552
|
-
padding: 0.4rem;
|
|
553
|
-
border: none !important;
|
|
554
|
-
line-height: 1px;
|
|
555
|
-
}
|
|
556
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
557
|
-
padding: 0px;
|
|
558
|
-
}
|
|
559
|
-
.button-module_button__NDMQS:hover {
|
|
560
|
-
background-color: #c5c5c5 !important;
|
|
561
|
-
}
|
|
562
|
-
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
563
|
-
transform: scale(1.2);
|
|
564
|
-
}
|
|
565
|
-
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
566
|
-
user-select: none;
|
|
567
|
-
pointer-events: none;
|
|
568
|
-
cursor: not-allowed;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
.cui-theme-dark .button-module_button__NDMQS {
|
|
572
|
-
color: #F4F4F4;
|
|
573
|
-
}
|
|
574
|
-
.cui-theme-light .button-module_button__NDMQS {
|
|
575
|
-
color: #090A0A;
|
|
576
|
-
}
|
|
577
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
578
|
-
z-index: 1;
|
|
579
|
-
position: fixed;
|
|
580
|
-
width: 100%;
|
|
581
|
-
height: 100%;
|
|
582
|
-
top: 0;
|
|
583
|
-
left: 0;
|
|
584
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
585
|
-
pointer-events: all;
|
|
586
|
-
user-select: none;
|
|
587
|
-
will-change: opacity;
|
|
588
|
-
transition: opacity 450ms ease-in-out;
|
|
589
|
-
opacity: 0;
|
|
590
|
-
visibility: hidden;
|
|
591
|
-
}
|
|
592
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
593
|
-
opacity: 1;
|
|
594
|
-
visibility: visible;
|
|
595
|
-
}
|
|
596
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
597
|
-
opacity: 0;
|
|
598
|
-
visibility: hidden;
|
|
599
|
-
}
|
|
600
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
601
|
-
overflow: auto;
|
|
602
|
-
}
|
|
603
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
604
|
-
display: flex;
|
|
605
|
-
width: 100%;
|
|
606
|
-
min-width: 0;
|
|
607
|
-
}
|
|
608
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
609
|
-
display: flex;
|
|
610
|
-
width: 100%;
|
|
611
|
-
min-width: 0;
|
|
612
|
-
}
|
|
613
|
-
:root {
|
|
614
|
-
--divider-line: #4a4b4b;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
599
|
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
618
600
|
overflow: hidden !important;
|
|
619
601
|
}
|
|
@@ -706,10 +688,28 @@
|
|
|
706
688
|
background-color: #090A0A;
|
|
707
689
|
color: #F4F4F4;
|
|
708
690
|
}
|
|
709
|
-
.
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
691
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
692
|
+
z-index: 1;
|
|
693
|
+
position: fixed;
|
|
694
|
+
width: 100%;
|
|
695
|
+
height: 100%;
|
|
696
|
+
top: 0;
|
|
697
|
+
left: 0;
|
|
698
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
699
|
+
pointer-events: all;
|
|
700
|
+
user-select: none;
|
|
701
|
+
will-change: opacity;
|
|
702
|
+
transition: opacity 450ms ease-in-out;
|
|
703
|
+
opacity: 0;
|
|
704
|
+
visibility: hidden;
|
|
705
|
+
}
|
|
706
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
707
|
+
opacity: 1;
|
|
708
|
+
visibility: visible;
|
|
709
|
+
}
|
|
710
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
711
|
+
opacity: 0;
|
|
712
|
+
visibility: hidden;
|
|
713
713
|
}
|
|
714
714
|
:root {
|
|
715
715
|
--divider-line: #4a4b4b;
|
package/dist/hooks/index.css
CHANGED
|
@@ -17,15 +17,6 @@
|
|
|
17
17
|
height: var(--height);
|
|
18
18
|
margin: var(--margin);
|
|
19
19
|
}
|
|
20
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
21
|
-
background: #EFEFEF;
|
|
22
|
-
width: 100%;
|
|
23
|
-
height: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
27
|
-
margin-right: 10px;
|
|
28
|
-
}
|
|
29
20
|
.icon-module_icon-base-parent__nOMvW {
|
|
30
21
|
line-height: 1px !important;
|
|
31
22
|
}
|
|
@@ -89,6 +80,15 @@
|
|
|
89
80
|
max-width: var(--prop-value);
|
|
90
81
|
opacity: 1;
|
|
91
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
92
|
.field-module_field__UfKm3 {
|
|
93
93
|
opacity: 1;
|
|
94
94
|
pointer-events: auto;
|
|
@@ -230,6 +230,138 @@
|
|
|
230
230
|
min-height: 0;
|
|
231
231
|
border-radius: initial;
|
|
232
232
|
}
|
|
233
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
234
|
+
align-items: baseline;
|
|
235
|
+
flex-shrink: 1;
|
|
236
|
+
gap: 8px;
|
|
237
|
+
}
|
|
238
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
239
|
+
overflow: auto;
|
|
240
|
+
}
|
|
241
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
242
|
+
display: flex;
|
|
243
|
+
width: 100%;
|
|
244
|
+
min-width: 0;
|
|
245
|
+
}
|
|
246
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
247
|
+
display: flex;
|
|
248
|
+
width: 100%;
|
|
249
|
+
min-width: 0;
|
|
250
|
+
}
|
|
251
|
+
:root {
|
|
252
|
+
--divider-line: #4a4b4b;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
256
|
+
overflow: hidden !important;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
260
|
+
white-space: nowrap !important;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
264
|
+
text-overflow: ellipsis !important;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.button-module_button__NDMQS {
|
|
268
|
+
border: none;
|
|
269
|
+
color: #090A0A;
|
|
270
|
+
padding: 0.5rem 1rem;
|
|
271
|
+
text-align: center;
|
|
272
|
+
text-decoration: none;
|
|
273
|
+
font-size: 1rem;
|
|
274
|
+
overflow: hidden;
|
|
275
|
+
display: flex;
|
|
276
|
+
align-items: center;
|
|
277
|
+
justify-content: center;
|
|
278
|
+
min-width: "auto";
|
|
279
|
+
width: "auto";
|
|
280
|
+
user-select: all;
|
|
281
|
+
pointer-events: auto;
|
|
282
|
+
cursor: pointer;
|
|
283
|
+
}
|
|
284
|
+
.button-module_button__NDMQS > span {
|
|
285
|
+
overflow: hidden;
|
|
286
|
+
white-space: nowrap;
|
|
287
|
+
display: inline-block;
|
|
288
|
+
}
|
|
289
|
+
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
290
|
+
background-color: #2D8EFF;
|
|
291
|
+
}
|
|
292
|
+
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
293
|
+
border: 1px solid #2D8EFF !important;
|
|
294
|
+
}
|
|
295
|
+
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
296
|
+
background-color: #13CE66;
|
|
297
|
+
}
|
|
298
|
+
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
299
|
+
border: 1px solid #13CE66 !important;
|
|
300
|
+
}
|
|
301
|
+
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
302
|
+
background-color: #FF4949;
|
|
303
|
+
}
|
|
304
|
+
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
305
|
+
border: 1px solid #FF4949 !important;
|
|
306
|
+
}
|
|
307
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
308
|
+
background-color: #FFCC3D;
|
|
309
|
+
}
|
|
310
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
311
|
+
border: 1px solid #FFCC3D !important;
|
|
312
|
+
}
|
|
313
|
+
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
314
|
+
border: none !important;
|
|
315
|
+
background-color: transparent !important;
|
|
316
|
+
background: transparent !important;
|
|
317
|
+
}
|
|
318
|
+
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
319
|
+
height: 1.4rem;
|
|
320
|
+
min-width: 1.5rem;
|
|
321
|
+
width: 1.5rem;
|
|
322
|
+
padding: 0.2rem;
|
|
323
|
+
font-size: 0.8rem;
|
|
324
|
+
}
|
|
325
|
+
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
326
|
+
width: 100%;
|
|
327
|
+
}
|
|
328
|
+
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
329
|
+
overflow: hidden !important;
|
|
330
|
+
white-space: nowrap !important;
|
|
331
|
+
text-overflow: ellipsis !important;
|
|
332
|
+
}
|
|
333
|
+
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
334
|
+
transition: transform 250ms ease-out;
|
|
335
|
+
}
|
|
336
|
+
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
337
|
+
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
338
|
+
}
|
|
339
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
340
|
+
padding: 0.4rem;
|
|
341
|
+
border: none !important;
|
|
342
|
+
line-height: 1px;
|
|
343
|
+
}
|
|
344
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
345
|
+
padding: 0px;
|
|
346
|
+
}
|
|
347
|
+
.button-module_button__NDMQS:hover {
|
|
348
|
+
background-color: #c5c5c5 !important;
|
|
349
|
+
}
|
|
350
|
+
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
351
|
+
transform: scale(1.2);
|
|
352
|
+
}
|
|
353
|
+
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
354
|
+
user-select: none;
|
|
355
|
+
pointer-events: none;
|
|
356
|
+
cursor: not-allowed;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.cui-theme-dark .button-module_button__NDMQS {
|
|
360
|
+
color: #F4F4F4;
|
|
361
|
+
}
|
|
362
|
+
.cui-theme-light .button-module_button__NDMQS {
|
|
363
|
+
color: #090A0A;
|
|
364
|
+
}
|
|
233
365
|
:root {
|
|
234
366
|
--divider-line: #4a4b4b;
|
|
235
367
|
}
|
|
@@ -464,156 +596,6 @@
|
|
|
464
596
|
--divider-line: #4a4b4b;
|
|
465
597
|
}
|
|
466
598
|
|
|
467
|
-
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
468
|
-
overflow: hidden !important;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
472
|
-
white-space: nowrap !important;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
476
|
-
text-overflow: ellipsis !important;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.button-module_button__NDMQS {
|
|
480
|
-
border: none;
|
|
481
|
-
color: #090A0A;
|
|
482
|
-
padding: 0.5rem 1rem;
|
|
483
|
-
text-align: center;
|
|
484
|
-
text-decoration: none;
|
|
485
|
-
font-size: 1rem;
|
|
486
|
-
overflow: hidden;
|
|
487
|
-
display: flex;
|
|
488
|
-
align-items: center;
|
|
489
|
-
justify-content: center;
|
|
490
|
-
min-width: "auto";
|
|
491
|
-
width: "auto";
|
|
492
|
-
user-select: all;
|
|
493
|
-
pointer-events: auto;
|
|
494
|
-
cursor: pointer;
|
|
495
|
-
}
|
|
496
|
-
.button-module_button__NDMQS > span {
|
|
497
|
-
overflow: hidden;
|
|
498
|
-
white-space: nowrap;
|
|
499
|
-
display: inline-block;
|
|
500
|
-
}
|
|
501
|
-
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
502
|
-
background-color: #2D8EFF;
|
|
503
|
-
}
|
|
504
|
-
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
505
|
-
border: 1px solid #2D8EFF !important;
|
|
506
|
-
}
|
|
507
|
-
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
508
|
-
background-color: #13CE66;
|
|
509
|
-
}
|
|
510
|
-
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
511
|
-
border: 1px solid #13CE66 !important;
|
|
512
|
-
}
|
|
513
|
-
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
514
|
-
background-color: #FF4949;
|
|
515
|
-
}
|
|
516
|
-
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
517
|
-
border: 1px solid #FF4949 !important;
|
|
518
|
-
}
|
|
519
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
520
|
-
background-color: #FFCC3D;
|
|
521
|
-
}
|
|
522
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
523
|
-
border: 1px solid #FFCC3D !important;
|
|
524
|
-
}
|
|
525
|
-
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
526
|
-
border: none !important;
|
|
527
|
-
background-color: transparent !important;
|
|
528
|
-
background: transparent !important;
|
|
529
|
-
}
|
|
530
|
-
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
531
|
-
height: 1.4rem;
|
|
532
|
-
min-width: 1.5rem;
|
|
533
|
-
width: 1.5rem;
|
|
534
|
-
padding: 0.2rem;
|
|
535
|
-
font-size: 0.8rem;
|
|
536
|
-
}
|
|
537
|
-
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
538
|
-
width: 100%;
|
|
539
|
-
}
|
|
540
|
-
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
541
|
-
overflow: hidden !important;
|
|
542
|
-
white-space: nowrap !important;
|
|
543
|
-
text-overflow: ellipsis !important;
|
|
544
|
-
}
|
|
545
|
-
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
546
|
-
transition: transform 250ms ease-out;
|
|
547
|
-
}
|
|
548
|
-
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
549
|
-
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
550
|
-
}
|
|
551
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
552
|
-
padding: 0.4rem;
|
|
553
|
-
border: none !important;
|
|
554
|
-
line-height: 1px;
|
|
555
|
-
}
|
|
556
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
557
|
-
padding: 0px;
|
|
558
|
-
}
|
|
559
|
-
.button-module_button__NDMQS:hover {
|
|
560
|
-
background-color: #c5c5c5 !important;
|
|
561
|
-
}
|
|
562
|
-
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
563
|
-
transform: scale(1.2);
|
|
564
|
-
}
|
|
565
|
-
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
566
|
-
user-select: none;
|
|
567
|
-
pointer-events: none;
|
|
568
|
-
cursor: not-allowed;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
.cui-theme-dark .button-module_button__NDMQS {
|
|
572
|
-
color: #F4F4F4;
|
|
573
|
-
}
|
|
574
|
-
.cui-theme-light .button-module_button__NDMQS {
|
|
575
|
-
color: #090A0A;
|
|
576
|
-
}
|
|
577
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
578
|
-
z-index: 1;
|
|
579
|
-
position: fixed;
|
|
580
|
-
width: 100%;
|
|
581
|
-
height: 100%;
|
|
582
|
-
top: 0;
|
|
583
|
-
left: 0;
|
|
584
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
585
|
-
pointer-events: all;
|
|
586
|
-
user-select: none;
|
|
587
|
-
will-change: opacity;
|
|
588
|
-
transition: opacity 450ms ease-in-out;
|
|
589
|
-
opacity: 0;
|
|
590
|
-
visibility: hidden;
|
|
591
|
-
}
|
|
592
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
593
|
-
opacity: 1;
|
|
594
|
-
visibility: visible;
|
|
595
|
-
}
|
|
596
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
597
|
-
opacity: 0;
|
|
598
|
-
visibility: hidden;
|
|
599
|
-
}
|
|
600
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
601
|
-
overflow: auto;
|
|
602
|
-
}
|
|
603
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
604
|
-
display: flex;
|
|
605
|
-
width: 100%;
|
|
606
|
-
min-width: 0;
|
|
607
|
-
}
|
|
608
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
609
|
-
display: flex;
|
|
610
|
-
width: 100%;
|
|
611
|
-
min-width: 0;
|
|
612
|
-
}
|
|
613
|
-
:root {
|
|
614
|
-
--divider-line: #4a4b4b;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
599
|
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
618
600
|
overflow: hidden !important;
|
|
619
601
|
}
|
|
@@ -706,10 +688,28 @@
|
|
|
706
688
|
background-color: #090A0A;
|
|
707
689
|
color: #F4F4F4;
|
|
708
690
|
}
|
|
709
|
-
.
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
691
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
692
|
+
z-index: 1;
|
|
693
|
+
position: fixed;
|
|
694
|
+
width: 100%;
|
|
695
|
+
height: 100%;
|
|
696
|
+
top: 0;
|
|
697
|
+
left: 0;
|
|
698
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
699
|
+
pointer-events: all;
|
|
700
|
+
user-select: none;
|
|
701
|
+
will-change: opacity;
|
|
702
|
+
transition: opacity 450ms ease-in-out;
|
|
703
|
+
opacity: 0;
|
|
704
|
+
visibility: hidden;
|
|
705
|
+
}
|
|
706
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
707
|
+
opacity: 1;
|
|
708
|
+
visibility: visible;
|
|
709
|
+
}
|
|
710
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
711
|
+
opacity: 0;
|
|
712
|
+
visibility: hidden;
|
|
713
713
|
}
|
|
714
714
|
:root {
|
|
715
715
|
--divider-line: #4a4b4b;
|