@e1011/es-kit 1.4.0 → 1.5.0
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 +328 -328
- package/dist/hooks/esm/src/core/hooks/index.js +1 -1
- package/dist/hooks/index.css +328 -328
- package/dist/hooks/src/core/hooks/index.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/index.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/hooks/index.d.ts +2 -0
- package/dist/types/src/core/hooks/index.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts +0 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/store/index.d.ts +0 -1
- package/dist/types/src/core/utils/appState/store/index.d.ts.map +1 -1
- package/dist/utils/esm/index.css +328 -328
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/esm/src/core/utils/index.js +1 -1
- package/dist/utils/index.css +328 -328
- package/dist/utils/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/src/core/utils/index.js +1 -1
- package/package.json +1 -1
- /package/dist/{utils → hooks}/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +0 -0
- /package/dist/{utils → hooks}/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +0 -0
- /package/dist/{utils → hooks}/esm/src/core/utils/appState/store/useStore.react.js +0 -0
- /package/dist/{utils → hooks}/esm/src/core/utils/appState/store/useStore.react.js.map +0 -0
- /package/dist/{utils → hooks}/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +0 -0
- /package/dist/{utils → hooks}/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +0 -0
- /package/dist/{utils → hooks}/src/core/utils/appState/store/useStore.react.js +0 -0
- /package/dist/{utils → hooks}/src/core/utils/appState/store/useStore.react.js.map +0 -0
package/dist/utils/esm/index.css
CHANGED
|
@@ -1,11 +1,32 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
width: 100%;
|
|
4
|
-
height: 100%;
|
|
1
|
+
.icon-module_icon-base-parent__nOMvW {
|
|
2
|
+
line-height: 1px !important;
|
|
5
3
|
}
|
|
6
4
|
|
|
7
|
-
.
|
|
8
|
-
|
|
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);
|
|
9
30
|
}
|
|
10
31
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
11
32
|
transform-origin: 0% 0%;
|
|
@@ -40,35 +61,14 @@
|
|
|
40
61
|
max-width: var(--prop-value);
|
|
41
62
|
opacity: 1;
|
|
42
63
|
}
|
|
43
|
-
.
|
|
44
|
-
|
|
64
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
65
|
+
background: #EFEFEF;
|
|
66
|
+
width: 100%;
|
|
67
|
+
height: 100%;
|
|
45
68
|
}
|
|
46
69
|
|
|
47
|
-
.
|
|
48
|
-
|
|
49
|
-
min-height: var(--min-height);
|
|
50
|
-
width: var(--width) !important;
|
|
51
|
-
height: var(--height) !important;
|
|
52
|
-
line-height: 1px !important;
|
|
53
|
-
background-color: var(--icon-color);
|
|
54
|
-
color: var(--icon-content-color);
|
|
55
|
-
background-repeat: no-repeat;
|
|
56
|
-
mask-image: var(--icon-url);
|
|
57
|
-
-webkit-mask-image: var(--icon-url);
|
|
58
|
-
mask-repeat: no-repeat;
|
|
59
|
-
-webkit-mask-repeat: no-repeat;
|
|
60
|
-
mask-size: contain;
|
|
61
|
-
-webkit-mask-size: contain;
|
|
62
|
-
mask-position: center;
|
|
63
|
-
-webkit-mask-position: center;
|
|
64
|
-
display: inline-block;
|
|
65
|
-
will-change: transform;
|
|
66
|
-
transform: translate3d(0, 0, 0);
|
|
67
|
-
}
|
|
68
|
-
.icon-module_icon-base__S0tHf svg {
|
|
69
|
-
fill: var(--icon-content-color);
|
|
70
|
-
width: var(--height);
|
|
71
|
-
height: var(--width);
|
|
70
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
71
|
+
margin-right: 10px;
|
|
72
72
|
}
|
|
73
73
|
.divider-module_divider-line__6CesR {
|
|
74
74
|
position: relative;
|
|
@@ -236,140 +236,6 @@
|
|
|
236
236
|
stroke-dashoffset: -124;
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
|
-
:root {
|
|
240
|
-
--divider-line: #4a4b4b;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
244
|
-
overflow: hidden !important;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
248
|
-
white-space: nowrap !important;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
252
|
-
text-overflow: ellipsis !important;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.button-module_button__NDMQS {
|
|
256
|
-
border: none;
|
|
257
|
-
color: #090A0A;
|
|
258
|
-
padding: 0.5rem 1rem;
|
|
259
|
-
text-align: center;
|
|
260
|
-
text-decoration: none;
|
|
261
|
-
font-size: 1rem;
|
|
262
|
-
}
|
|
263
|
-
.button-module_button__NDMQS > span {
|
|
264
|
-
overflow: hidden;
|
|
265
|
-
white-space: nowrap;
|
|
266
|
-
display: inline-block;
|
|
267
|
-
}
|
|
268
|
-
.button-module_button__NDMQS {
|
|
269
|
-
overflow: hidden;
|
|
270
|
-
display: flex;
|
|
271
|
-
align-items: center;
|
|
272
|
-
justify-content: center;
|
|
273
|
-
min-width: "auto";
|
|
274
|
-
width: "auto";
|
|
275
|
-
}
|
|
276
|
-
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
277
|
-
background-color: #2D8EFF;
|
|
278
|
-
}
|
|
279
|
-
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
280
|
-
border: 1px solid #2D8EFF !important;
|
|
281
|
-
}
|
|
282
|
-
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
283
|
-
background-color: #13CE66;
|
|
284
|
-
}
|
|
285
|
-
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
286
|
-
border: 1px solid #13CE66 !important;
|
|
287
|
-
}
|
|
288
|
-
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
289
|
-
background-color: #FF4949;
|
|
290
|
-
}
|
|
291
|
-
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
292
|
-
border: 1px solid #FF4949 !important;
|
|
293
|
-
}
|
|
294
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
295
|
-
background-color: #FFCC3D;
|
|
296
|
-
}
|
|
297
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
298
|
-
border: 1px solid #FFCC3D !important;
|
|
299
|
-
}
|
|
300
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
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_link__e-4Fu:hover {
|
|
309
|
-
border: none !important;
|
|
310
|
-
background-color: transparent !important;
|
|
311
|
-
background: transparent !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.button-module_animated__gLwPl {
|
|
348
|
-
transform: scale(1.2);
|
|
349
|
-
}
|
|
350
|
-
.button-module_button__NDMQS:hover {
|
|
351
|
-
background-color: #c5c5c5 !important;
|
|
352
|
-
}
|
|
353
|
-
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
354
|
-
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
355
|
-
}
|
|
356
|
-
.button-module_button__NDMQS {
|
|
357
|
-
user-select: all;
|
|
358
|
-
pointer-events: auto;
|
|
359
|
-
cursor: pointer;
|
|
360
|
-
}
|
|
361
|
-
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
362
|
-
user-select: none;
|
|
363
|
-
pointer-events: none;
|
|
364
|
-
cursor: not-allowed;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.cui-theme-dark .button-module_button__NDMQS {
|
|
368
|
-
color: #F4F4F4;
|
|
369
|
-
}
|
|
370
|
-
.cui-theme-light .button-module_button__NDMQS {
|
|
371
|
-
color: #090A0A;
|
|
372
|
-
}
|
|
373
239
|
.textAndContent-module_textAndContent__X5P1n {
|
|
374
240
|
align-items: baseline;
|
|
375
241
|
flex-shrink: 1;
|
|
@@ -445,155 +311,35 @@
|
|
|
445
311
|
--divider-line: #4a4b4b;
|
|
446
312
|
}
|
|
447
313
|
|
|
448
|
-
.
|
|
314
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
449
315
|
overflow: hidden !important;
|
|
450
316
|
}
|
|
451
317
|
|
|
452
|
-
.
|
|
318
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
453
319
|
white-space: nowrap !important;
|
|
454
320
|
}
|
|
455
321
|
|
|
456
|
-
.
|
|
322
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
457
323
|
text-overflow: ellipsis !important;
|
|
458
324
|
}
|
|
459
325
|
|
|
460
|
-
.
|
|
461
|
-
display: inline-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
height:
|
|
467
|
-
border-radius:
|
|
326
|
+
.tag-module_tag__rGA-E {
|
|
327
|
+
display: inline-flex;
|
|
328
|
+
flex-direction: row;
|
|
329
|
+
flex-shrink: 1;
|
|
330
|
+
padding: 4px 8px;
|
|
331
|
+
gap: 4px;
|
|
332
|
+
min-height: 18px;
|
|
333
|
+
border-radius: 4px;
|
|
334
|
+
border-width: 1px;
|
|
335
|
+
border-style: solid;
|
|
336
|
+
align-items: center;
|
|
468
337
|
}
|
|
469
|
-
.
|
|
470
|
-
|
|
471
|
-
width: 0;
|
|
472
|
-
height: 0;
|
|
338
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
339
|
+
color: #E2E369 !important;
|
|
473
340
|
}
|
|
474
|
-
.
|
|
475
|
-
|
|
476
|
-
position: absolute;
|
|
477
|
-
cursor: pointer;
|
|
478
|
-
width: 48px;
|
|
479
|
-
height: 24px;
|
|
480
|
-
top: 0;
|
|
481
|
-
left: 0;
|
|
482
|
-
right: 0;
|
|
483
|
-
bottom: 0;
|
|
484
|
-
background-color: transparent;
|
|
485
|
-
border: 1px solid #F4F4F4;
|
|
486
|
-
transition: transform, background-color 0.4s ease;
|
|
487
|
-
border-radius: 16px;
|
|
488
|
-
}
|
|
489
|
-
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
490
|
-
position: absolute;
|
|
491
|
-
content: "";
|
|
492
|
-
height: 20px;
|
|
493
|
-
width: 20px;
|
|
494
|
-
left: 1px;
|
|
495
|
-
bottom: 1px;
|
|
496
|
-
background-color: #F4F4F4;
|
|
497
|
-
transition: transform 0.4s ease;
|
|
498
|
-
border-radius: 50%;
|
|
499
|
-
}
|
|
500
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
501
|
-
background-color: #282A2A;
|
|
502
|
-
border-color: #282A2A;
|
|
503
|
-
}
|
|
504
|
-
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
505
|
-
box-shadow: 0 0 1px 1px #282A2A;
|
|
506
|
-
}
|
|
507
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
508
|
-
transform: translateX(24px);
|
|
509
|
-
}
|
|
510
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
511
|
-
opacity: 0.65;
|
|
512
|
-
}
|
|
513
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
514
|
-
pointer-events: none;
|
|
515
|
-
}
|
|
516
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
517
|
-
cursor: not-allowed;
|
|
518
|
-
}
|
|
519
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
520
|
-
content: " ";
|
|
521
|
-
z-index: -1;
|
|
522
|
-
display: block;
|
|
523
|
-
position: absolute;
|
|
524
|
-
height: 100%;
|
|
525
|
-
top: 0;
|
|
526
|
-
left: 0;
|
|
527
|
-
right: 0;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
531
|
-
background-color: #003A4C;
|
|
532
|
-
}
|
|
533
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
534
|
-
background-color: rgb(38.0475, 39.8525, 39.8525);
|
|
535
|
-
}
|
|
536
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
537
|
-
border-color: rgb(32.4, 41.4, 41.4);
|
|
538
|
-
}
|
|
539
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
540
|
-
background-color: rgba(40, 42, 42, 0.05);
|
|
541
|
-
}
|
|
542
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
543
|
-
background-color: #282A2A;
|
|
544
|
-
}
|
|
545
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
546
|
-
background-color: #F4F4F4;
|
|
547
|
-
}
|
|
548
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
549
|
-
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
550
|
-
}
|
|
551
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
552
|
-
overflow: auto;
|
|
553
|
-
}
|
|
554
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
555
|
-
display: flex;
|
|
556
|
-
width: 100%;
|
|
557
|
-
min-width: 0;
|
|
558
|
-
}
|
|
559
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
560
|
-
display: flex;
|
|
561
|
-
width: 100%;
|
|
562
|
-
min-width: 0;
|
|
563
|
-
}
|
|
564
|
-
:root {
|
|
565
|
-
--divider-line: #4a4b4b;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
569
|
-
overflow: hidden !important;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
573
|
-
white-space: nowrap !important;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
577
|
-
text-overflow: ellipsis !important;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.tag-module_tag__rGA-E {
|
|
581
|
-
display: inline-flex;
|
|
582
|
-
flex-direction: row;
|
|
583
|
-
flex-shrink: 1;
|
|
584
|
-
padding: 4px 8px;
|
|
585
|
-
gap: 4px;
|
|
586
|
-
min-height: 18px;
|
|
587
|
-
border-radius: 4px;
|
|
588
|
-
border-width: 1px;
|
|
589
|
-
border-style: solid;
|
|
590
|
-
align-items: center;
|
|
591
|
-
}
|
|
592
|
-
.tag-module_tag__rGA-E .icon-base {
|
|
593
|
-
color: #E2E369 !important;
|
|
594
|
-
}
|
|
595
|
-
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
596
|
-
white-space: nowrap;
|
|
341
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
342
|
+
white-space: nowrap;
|
|
597
343
|
}
|
|
598
344
|
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
599
345
|
justify-content: center;
|
|
@@ -729,6 +475,260 @@
|
|
|
729
475
|
--divider-line: #4a4b4b;
|
|
730
476
|
}
|
|
731
477
|
|
|
478
|
+
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
479
|
+
overflow: hidden !important;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
483
|
+
white-space: nowrap !important;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
487
|
+
text-overflow: ellipsis !important;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.toggle-module_toggle__p1Ep4 {
|
|
491
|
+
display: inline-block;
|
|
492
|
+
position: relative;
|
|
493
|
+
max-width: 48px;
|
|
494
|
+
max-height: 24px;
|
|
495
|
+
width: 48px;
|
|
496
|
+
height: 24px;
|
|
497
|
+
border-radius: 16px !important;
|
|
498
|
+
}
|
|
499
|
+
.toggle-module_toggle__p1Ep4 input {
|
|
500
|
+
opacity: 0;
|
|
501
|
+
width: 0;
|
|
502
|
+
height: 0;
|
|
503
|
+
}
|
|
504
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
505
|
+
box-sizing: border-box;
|
|
506
|
+
position: absolute;
|
|
507
|
+
cursor: pointer;
|
|
508
|
+
width: 48px;
|
|
509
|
+
height: 24px;
|
|
510
|
+
top: 0;
|
|
511
|
+
left: 0;
|
|
512
|
+
right: 0;
|
|
513
|
+
bottom: 0;
|
|
514
|
+
background-color: transparent;
|
|
515
|
+
border: 1px solid #F4F4F4;
|
|
516
|
+
transition: transform, background-color 0.4s ease;
|
|
517
|
+
border-radius: 16px;
|
|
518
|
+
}
|
|
519
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
520
|
+
position: absolute;
|
|
521
|
+
content: "";
|
|
522
|
+
height: 20px;
|
|
523
|
+
width: 20px;
|
|
524
|
+
left: 1px;
|
|
525
|
+
bottom: 1px;
|
|
526
|
+
background-color: #F4F4F4;
|
|
527
|
+
transition: transform 0.4s ease;
|
|
528
|
+
border-radius: 50%;
|
|
529
|
+
}
|
|
530
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
531
|
+
background-color: #282A2A;
|
|
532
|
+
border-color: #282A2A;
|
|
533
|
+
}
|
|
534
|
+
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
535
|
+
box-shadow: 0 0 1px 1px #282A2A;
|
|
536
|
+
}
|
|
537
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
538
|
+
transform: translateX(24px);
|
|
539
|
+
}
|
|
540
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
541
|
+
opacity: 0.65;
|
|
542
|
+
}
|
|
543
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
544
|
+
pointer-events: none;
|
|
545
|
+
}
|
|
546
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
547
|
+
cursor: not-allowed;
|
|
548
|
+
}
|
|
549
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
550
|
+
content: " ";
|
|
551
|
+
z-index: -1;
|
|
552
|
+
display: block;
|
|
553
|
+
position: absolute;
|
|
554
|
+
height: 100%;
|
|
555
|
+
top: 0;
|
|
556
|
+
left: 0;
|
|
557
|
+
right: 0;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
561
|
+
background-color: #003A4C;
|
|
562
|
+
}
|
|
563
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
564
|
+
background-color: rgb(38.0475, 39.8525, 39.8525);
|
|
565
|
+
}
|
|
566
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
567
|
+
border-color: rgb(32.4, 41.4, 41.4);
|
|
568
|
+
}
|
|
569
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
570
|
+
background-color: rgba(40, 42, 42, 0.05);
|
|
571
|
+
}
|
|
572
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
573
|
+
background-color: #282A2A;
|
|
574
|
+
}
|
|
575
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
576
|
+
background-color: #F4F4F4;
|
|
577
|
+
}
|
|
578
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
579
|
+
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
580
|
+
}
|
|
581
|
+
:root {
|
|
582
|
+
--divider-line: #4a4b4b;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
586
|
+
overflow: hidden !important;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
590
|
+
white-space: nowrap !important;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
594
|
+
text-overflow: ellipsis !important;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.button-module_button__NDMQS {
|
|
598
|
+
border: none;
|
|
599
|
+
color: #090A0A;
|
|
600
|
+
padding: 0.5rem 1rem;
|
|
601
|
+
text-align: center;
|
|
602
|
+
text-decoration: none;
|
|
603
|
+
font-size: 1rem;
|
|
604
|
+
}
|
|
605
|
+
.button-module_button__NDMQS > span {
|
|
606
|
+
overflow: hidden;
|
|
607
|
+
white-space: nowrap;
|
|
608
|
+
display: inline-block;
|
|
609
|
+
}
|
|
610
|
+
.button-module_button__NDMQS {
|
|
611
|
+
overflow: hidden;
|
|
612
|
+
display: flex;
|
|
613
|
+
align-items: center;
|
|
614
|
+
justify-content: center;
|
|
615
|
+
min-width: "auto";
|
|
616
|
+
width: "auto";
|
|
617
|
+
}
|
|
618
|
+
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
619
|
+
background-color: #2D8EFF;
|
|
620
|
+
}
|
|
621
|
+
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
622
|
+
border: 1px solid #2D8EFF !important;
|
|
623
|
+
}
|
|
624
|
+
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
625
|
+
background-color: #13CE66;
|
|
626
|
+
}
|
|
627
|
+
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
628
|
+
border: 1px solid #13CE66 !important;
|
|
629
|
+
}
|
|
630
|
+
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
631
|
+
background-color: #FF4949;
|
|
632
|
+
}
|
|
633
|
+
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
634
|
+
border: 1px solid #FF4949 !important;
|
|
635
|
+
}
|
|
636
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
637
|
+
background-color: #FFCC3D;
|
|
638
|
+
}
|
|
639
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
640
|
+
border: 1px solid #FFCC3D !important;
|
|
641
|
+
}
|
|
642
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
643
|
+
border: none !important;
|
|
644
|
+
background-color: transparent !important;
|
|
645
|
+
background: transparent !important;
|
|
646
|
+
}
|
|
647
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
|
|
648
|
+
text-decoration: underline !important;
|
|
649
|
+
}
|
|
650
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover {
|
|
651
|
+
border: none !important;
|
|
652
|
+
background-color: transparent !important;
|
|
653
|
+
background: transparent !important;
|
|
654
|
+
}
|
|
655
|
+
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
656
|
+
border: none !important;
|
|
657
|
+
background-color: transparent !important;
|
|
658
|
+
background: transparent !important;
|
|
659
|
+
}
|
|
660
|
+
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
661
|
+
height: 1.4rem;
|
|
662
|
+
min-width: 1.5rem;
|
|
663
|
+
width: 1.5rem;
|
|
664
|
+
padding: 0.2rem;
|
|
665
|
+
font-size: 0.8rem;
|
|
666
|
+
}
|
|
667
|
+
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
668
|
+
width: 100%;
|
|
669
|
+
}
|
|
670
|
+
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
671
|
+
overflow: hidden !important;
|
|
672
|
+
white-space: nowrap !important;
|
|
673
|
+
text-overflow: ellipsis !important;
|
|
674
|
+
}
|
|
675
|
+
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
676
|
+
transition: transform 250ms ease-out;
|
|
677
|
+
}
|
|
678
|
+
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
679
|
+
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
680
|
+
}
|
|
681
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
682
|
+
padding: 0.4rem;
|
|
683
|
+
border: none !important;
|
|
684
|
+
line-height: 1px;
|
|
685
|
+
}
|
|
686
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
687
|
+
padding: 0px;
|
|
688
|
+
}
|
|
689
|
+
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
690
|
+
transform: scale(1.2);
|
|
691
|
+
}
|
|
692
|
+
.button-module_button__NDMQS:hover {
|
|
693
|
+
background-color: #c5c5c5 !important;
|
|
694
|
+
}
|
|
695
|
+
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
696
|
+
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
697
|
+
}
|
|
698
|
+
.button-module_button__NDMQS {
|
|
699
|
+
user-select: all;
|
|
700
|
+
pointer-events: auto;
|
|
701
|
+
cursor: pointer;
|
|
702
|
+
}
|
|
703
|
+
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
704
|
+
user-select: none;
|
|
705
|
+
pointer-events: none;
|
|
706
|
+
cursor: not-allowed;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.cui-theme-dark .button-module_button__NDMQS {
|
|
710
|
+
color: #F4F4F4;
|
|
711
|
+
}
|
|
712
|
+
.cui-theme-light .button-module_button__NDMQS {
|
|
713
|
+
color: #090A0A;
|
|
714
|
+
}
|
|
715
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
716
|
+
overflow: auto;
|
|
717
|
+
}
|
|
718
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
719
|
+
display: flex;
|
|
720
|
+
width: 100%;
|
|
721
|
+
min-width: 0;
|
|
722
|
+
}
|
|
723
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
724
|
+
display: flex;
|
|
725
|
+
width: 100%;
|
|
726
|
+
min-width: 0;
|
|
727
|
+
}
|
|
728
|
+
:root {
|
|
729
|
+
--divider-line: #4a4b4b;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
732
|
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
733
733
|
overflow: hidden !important;
|
|
734
734
|
}
|
|
@@ -823,6 +823,29 @@
|
|
|
823
823
|
background-color: #090A0A;
|
|
824
824
|
color: #F4F4F4;
|
|
825
825
|
}
|
|
826
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
827
|
+
z-index: 1;
|
|
828
|
+
position: fixed;
|
|
829
|
+
width: 100%;
|
|
830
|
+
height: 100%;
|
|
831
|
+
top: 0;
|
|
832
|
+
left: 0;
|
|
833
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
834
|
+
pointer-events: all;
|
|
835
|
+
user-select: none;
|
|
836
|
+
will-change: opacity;
|
|
837
|
+
transition: opacity 450ms ease-in-out;
|
|
838
|
+
opacity: 0;
|
|
839
|
+
visibility: hidden;
|
|
840
|
+
}
|
|
841
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
842
|
+
opacity: 1;
|
|
843
|
+
visibility: visible;
|
|
844
|
+
}
|
|
845
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
846
|
+
opacity: 0;
|
|
847
|
+
visibility: hidden;
|
|
848
|
+
}
|
|
826
849
|
:root {
|
|
827
850
|
--divider-line: #4a4b4b;
|
|
828
851
|
}
|
|
@@ -941,29 +964,6 @@
|
|
|
941
964
|
.cui-theme-light {
|
|
942
965
|
color: #1B1D1D;
|
|
943
966
|
}
|
|
944
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
945
|
-
z-index: 1;
|
|
946
|
-
position: fixed;
|
|
947
|
-
width: 100%;
|
|
948
|
-
height: 100%;
|
|
949
|
-
top: 0;
|
|
950
|
-
left: 0;
|
|
951
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
952
|
-
pointer-events: all;
|
|
953
|
-
user-select: none;
|
|
954
|
-
will-change: opacity;
|
|
955
|
-
transition: opacity 450ms ease-in-out;
|
|
956
|
-
opacity: 0;
|
|
957
|
-
visibility: hidden;
|
|
958
|
-
}
|
|
959
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
960
|
-
opacity: 1;
|
|
961
|
-
visibility: visible;
|
|
962
|
-
}
|
|
963
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
964
|
-
opacity: 0;
|
|
965
|
-
visibility: hidden;
|
|
966
|
-
}
|
|
967
967
|
:root {
|
|
968
968
|
--divider-line: #4a4b4b;
|
|
969
969
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/index.ts"],"sourcesContent":["import { PeregrineMQ } from './peregrineMQ'\n\nexport { PeregrineMQ, PeregrineMQClearError } from './peregrineMQ'\n\nexport const peregrineMQInstance = new PeregrineMQ()\n\nexport * from './peregrineMQ.types'\
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/index.ts"],"sourcesContent":["import { PeregrineMQ } from './peregrineMQ'\n\nexport { PeregrineMQ, PeregrineMQClearError } from './peregrineMQ'\n\nexport const peregrineMQInstance = new PeregrineMQ()\n\nexport * from './peregrineMQ.types'\n"],"names":["peregrineMQInstance","PeregrineMQ"],"mappings":"yGAIaA,EAAsB,IAAIC"}
|