@e1011/es-kit 1.1.28 → 1.1.30
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 -163
- package/dist/hooks/index.css +328 -163
- package/dist/lib/cjs/index.css +165 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/index.css +165 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/ui/components/atoms/index.d.ts +1 -0
- package/dist/types/src/core/ui/components/atoms/index.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/tag/Tag.d.ts +2 -30
- package/dist/types/src/core/ui/components/atoms/tag/Tag.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/tag/index.d.ts +3 -0
- package/dist/types/src/core/ui/components/atoms/tag/index.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.stories.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/tag/tag.stories.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/tag/tag.types.d.ts +31 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.types.d.ts.map +1 -0
- package/dist/ui/esm/index.css +165 -0
- package/dist/ui/esm/src/core/hooks/useClassNames.js +2 -0
- package/dist/ui/esm/src/core/hooks/useClassNames.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/ui/esm/src/core/ui/index.js +1 -1
- package/dist/ui/index.css +165 -0
- package/dist/ui/src/core/hooks/useClassNames.js +2 -0
- package/dist/ui/src/core/hooks/useClassNames.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/ui/src/core/ui/index.js +1 -1
- package/dist/utils/esm/index.css +328 -163
- package/dist/utils/index.css +328 -163
- package/package.json +1 -1
package/dist/utils/esm/index.css
CHANGED
|
@@ -230,18 +230,76 @@
|
|
|
230
230
|
stroke-dashoffset: -124;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.
|
|
234
|
-
|
|
233
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
234
|
+
align-items: baseline;
|
|
235
|
+
flex-shrink: 1;
|
|
236
|
+
gap: 8px;
|
|
235
237
|
}
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
width: 100%;
|
|
239
|
-
min-width: 0;
|
|
238
|
+
:root {
|
|
239
|
+
--divider-line: #4a4b4b;
|
|
240
240
|
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
241
|
+
|
|
242
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
243
|
+
overflow: hidden !important;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
247
|
+
white-space: nowrap !important;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
251
|
+
text-overflow: ellipsis !important;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.typography-module_headline__b0XlP {
|
|
255
|
+
font-size: 28px;
|
|
256
|
+
line-height: 32px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
260
|
+
font-size: 24px;
|
|
261
|
+
line-height: 28px;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
265
|
+
font-size: 18px;
|
|
266
|
+
line-height: 24x;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
270
|
+
font-size: 14px;
|
|
271
|
+
line-height: 18px;
|
|
272
|
+
font-weight: 300;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
276
|
+
font-size: 12px;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
280
|
+
font-weight: 600;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.typography-module_link__DWurf {
|
|
284
|
+
overflow: hidden !important;
|
|
285
|
+
white-space: nowrap !important;
|
|
286
|
+
text-overflow: ellipsis !important;
|
|
287
|
+
text-decoration: none;
|
|
288
|
+
color: #65C5F6;
|
|
289
|
+
display: inline;
|
|
290
|
+
gap: 4px;
|
|
291
|
+
flex-grow: 0;
|
|
292
|
+
max-width: 400px;
|
|
293
|
+
position: relative;
|
|
294
|
+
vertical-align: center;
|
|
295
|
+
}
|
|
296
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
297
|
+
text-decoration: underline;
|
|
298
|
+
color: #65C5F6;
|
|
299
|
+
}
|
|
300
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
301
|
+
pointer-events: none;
|
|
302
|
+
opacity: 0.6;
|
|
245
303
|
}
|
|
246
304
|
:root {
|
|
247
305
|
--divider-line: #4a4b4b;
|
|
@@ -357,120 +415,6 @@
|
|
|
357
415
|
.cui-theme-light .button-module_button__NDMQS {
|
|
358
416
|
color: #090A0A;
|
|
359
417
|
}
|
|
360
|
-
:root {
|
|
361
|
-
--divider-line: #4a4b4b;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
365
|
-
overflow: hidden !important;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
|
|
369
|
-
white-space: nowrap !important;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
.tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
|
|
373
|
-
text-overflow: ellipsis !important;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.tooltip-module_popover-tooltip__sAhKa {
|
|
377
|
-
position: fixed;
|
|
378
|
-
z-index: 999;
|
|
379
|
-
will-change: opacity;
|
|
380
|
-
transition: opacity 450ms ease;
|
|
381
|
-
opacity: 0;
|
|
382
|
-
visibility: hidden;
|
|
383
|
-
border-radius: 4px;
|
|
384
|
-
background-color: #1B1D1D;
|
|
385
|
-
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
386
|
-
}
|
|
387
|
-
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
388
|
-
margin: 0;
|
|
389
|
-
padding: 0;
|
|
390
|
-
}
|
|
391
|
-
.tooltip-module_popover-tooltip__sAhKa p {
|
|
392
|
-
display: -webkit-box;
|
|
393
|
-
-webkit-line-clamp: 4; /* number of lines to show */
|
|
394
|
-
line-clamp: 4;
|
|
395
|
-
-webkit-box-orient: vertical;
|
|
396
|
-
margin: 0;
|
|
397
|
-
width: 100%;
|
|
398
|
-
white-space: normal;
|
|
399
|
-
overflow: auto;
|
|
400
|
-
}
|
|
401
|
-
.tooltip-module_popover-tooltip__sAhKa[data-show] {
|
|
402
|
-
opacity: 1;
|
|
403
|
-
visibility: visible;
|
|
404
|
-
}
|
|
405
|
-
.tooltip-module_popover-tooltip__sAhKa[data-show=false] {
|
|
406
|
-
opacity: 0;
|
|
407
|
-
visibility: hidden;
|
|
408
|
-
}
|
|
409
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
|
|
410
|
-
bottom: -16px;
|
|
411
|
-
}
|
|
412
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
413
|
-
transform: rotate(0deg);
|
|
414
|
-
}
|
|
415
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
|
|
416
|
-
top: -16px;
|
|
417
|
-
}
|
|
418
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
419
|
-
transform: rotate(180deg);
|
|
420
|
-
}
|
|
421
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
|
|
422
|
-
right: -16px;
|
|
423
|
-
}
|
|
424
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
425
|
-
transform: rotate(-90deg);
|
|
426
|
-
}
|
|
427
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
|
|
428
|
-
left: -16px;
|
|
429
|
-
}
|
|
430
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
431
|
-
transform: rotate(90deg);
|
|
432
|
-
}
|
|
433
|
-
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
|
|
434
|
-
position: absolute;
|
|
435
|
-
}
|
|
436
|
-
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
437
|
-
content: "";
|
|
438
|
-
border-width: 8px;
|
|
439
|
-
border-style: solid;
|
|
440
|
-
border-color: #1B1D1D transparent transparent transparent;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
.tooltip-module_close-button__o8OBN {
|
|
444
|
-
cursor: pointer;
|
|
445
|
-
line-height: 1px;
|
|
446
|
-
background-color: rgba(255, 255, 255, 0);
|
|
447
|
-
}
|
|
448
|
-
.tooltip-module_close-button__o8OBN .icon-base {
|
|
449
|
-
background-color: #FDDA0D;
|
|
450
|
-
width: 9px !important;
|
|
451
|
-
height: 9px !important;
|
|
452
|
-
line-height: 1px !important;
|
|
453
|
-
}
|
|
454
|
-
.tooltip-module_close-button__o8OBN:hover .icon-base {
|
|
455
|
-
background-color: #FFEA00;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
|
|
459
|
-
background-color: #1B1D1D;
|
|
460
|
-
color: #F4F4F4;
|
|
461
|
-
}
|
|
462
|
-
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
463
|
-
border-color: #1B1D1D transparent transparent transparent;
|
|
464
|
-
}
|
|
465
|
-
.cui-theme-light {
|
|
466
|
-
color: #1B1D1D;
|
|
467
|
-
}
|
|
468
|
-
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
|
|
469
|
-
background-color: #515757;
|
|
470
|
-
}
|
|
471
|
-
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
472
|
-
border-color: #515757 transparent transparent transparent;
|
|
473
|
-
}
|
|
474
418
|
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
475
419
|
z-index: 1;
|
|
476
420
|
position: fixed;
|
|
@@ -594,72 +538,293 @@
|
|
|
594
538
|
--divider-line: #4a4b4b;
|
|
595
539
|
}
|
|
596
540
|
|
|
597
|
-
.
|
|
541
|
+
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
598
542
|
overflow: hidden !important;
|
|
599
543
|
}
|
|
600
544
|
|
|
601
|
-
.
|
|
545
|
+
.tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
|
|
602
546
|
white-space: nowrap !important;
|
|
603
547
|
}
|
|
604
548
|
|
|
605
|
-
.
|
|
549
|
+
.tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
|
|
606
550
|
text-overflow: ellipsis !important;
|
|
607
551
|
}
|
|
608
552
|
|
|
609
|
-
.
|
|
610
|
-
|
|
611
|
-
|
|
553
|
+
.tooltip-module_popover-tooltip__sAhKa {
|
|
554
|
+
position: fixed;
|
|
555
|
+
z-index: 999;
|
|
556
|
+
will-change: opacity;
|
|
557
|
+
transition: opacity 450ms ease;
|
|
558
|
+
opacity: 0;
|
|
559
|
+
visibility: hidden;
|
|
560
|
+
border-radius: 4px;
|
|
561
|
+
background-color: #1B1D1D;
|
|
562
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
563
|
+
}
|
|
564
|
+
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
565
|
+
margin: 0;
|
|
566
|
+
padding: 0;
|
|
567
|
+
}
|
|
568
|
+
.tooltip-module_popover-tooltip__sAhKa p {
|
|
569
|
+
display: -webkit-box;
|
|
570
|
+
-webkit-line-clamp: 4; /* number of lines to show */
|
|
571
|
+
line-clamp: 4;
|
|
572
|
+
-webkit-box-orient: vertical;
|
|
573
|
+
margin: 0;
|
|
574
|
+
width: 100%;
|
|
575
|
+
white-space: normal;
|
|
576
|
+
overflow: auto;
|
|
577
|
+
}
|
|
578
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show] {
|
|
579
|
+
opacity: 1;
|
|
580
|
+
visibility: visible;
|
|
581
|
+
}
|
|
582
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show=false] {
|
|
583
|
+
opacity: 0;
|
|
584
|
+
visibility: hidden;
|
|
585
|
+
}
|
|
586
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
|
|
587
|
+
bottom: -16px;
|
|
588
|
+
}
|
|
589
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
590
|
+
transform: rotate(0deg);
|
|
591
|
+
}
|
|
592
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
|
|
593
|
+
top: -16px;
|
|
594
|
+
}
|
|
595
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
596
|
+
transform: rotate(180deg);
|
|
597
|
+
}
|
|
598
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
|
|
599
|
+
right: -16px;
|
|
600
|
+
}
|
|
601
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
602
|
+
transform: rotate(-90deg);
|
|
603
|
+
}
|
|
604
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
|
|
605
|
+
left: -16px;
|
|
606
|
+
}
|
|
607
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
608
|
+
transform: rotate(90deg);
|
|
609
|
+
}
|
|
610
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
|
|
611
|
+
position: absolute;
|
|
612
|
+
}
|
|
613
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
614
|
+
content: "";
|
|
615
|
+
border-width: 8px;
|
|
616
|
+
border-style: solid;
|
|
617
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
612
618
|
}
|
|
613
619
|
|
|
614
|
-
.
|
|
615
|
-
|
|
616
|
-
line-height:
|
|
620
|
+
.tooltip-module_close-button__o8OBN {
|
|
621
|
+
cursor: pointer;
|
|
622
|
+
line-height: 1px;
|
|
623
|
+
background-color: rgba(255, 255, 255, 0);
|
|
624
|
+
}
|
|
625
|
+
.tooltip-module_close-button__o8OBN .icon-base {
|
|
626
|
+
background-color: #FDDA0D;
|
|
627
|
+
width: 9px !important;
|
|
628
|
+
height: 9px !important;
|
|
629
|
+
line-height: 1px !important;
|
|
630
|
+
}
|
|
631
|
+
.tooltip-module_close-button__o8OBN:hover .icon-base {
|
|
632
|
+
background-color: #FFEA00;
|
|
617
633
|
}
|
|
618
634
|
|
|
619
|
-
.
|
|
620
|
-
|
|
621
|
-
|
|
635
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
|
|
636
|
+
background-color: #1B1D1D;
|
|
637
|
+
color: #F4F4F4;
|
|
638
|
+
}
|
|
639
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
640
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
641
|
+
}
|
|
642
|
+
.cui-theme-light {
|
|
643
|
+
color: #1B1D1D;
|
|
644
|
+
}
|
|
645
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
|
|
646
|
+
background-color: #515757;
|
|
647
|
+
}
|
|
648
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
649
|
+
border-color: #515757 transparent transparent transparent;
|
|
650
|
+
}
|
|
651
|
+
:root {
|
|
652
|
+
--divider-line: #4a4b4b;
|
|
622
653
|
}
|
|
623
654
|
|
|
624
|
-
.
|
|
625
|
-
|
|
626
|
-
line-height: 18px;
|
|
627
|
-
font-weight: 300;
|
|
655
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
656
|
+
overflow: hidden !important;
|
|
628
657
|
}
|
|
629
658
|
|
|
630
|
-
.
|
|
631
|
-
|
|
659
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
660
|
+
white-space: nowrap !important;
|
|
632
661
|
}
|
|
633
662
|
|
|
634
|
-
.
|
|
635
|
-
|
|
663
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
664
|
+
text-overflow: ellipsis !important;
|
|
636
665
|
}
|
|
637
666
|
|
|
638
|
-
.
|
|
667
|
+
.tag-module_tag__rGA-E {
|
|
668
|
+
display: inline-flex;
|
|
669
|
+
flex-direction: row;
|
|
670
|
+
padding: 4px 8px;
|
|
671
|
+
gap: 4px;
|
|
672
|
+
min-height: 18px;
|
|
673
|
+
border-radius: 4px;
|
|
674
|
+
border-width: 1px;
|
|
675
|
+
border-style: solid;
|
|
676
|
+
align-items: center;
|
|
677
|
+
min-width: "auto";
|
|
678
|
+
width: "auto";
|
|
679
|
+
}
|
|
680
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
681
|
+
color: #E2E369 !important;
|
|
682
|
+
}
|
|
683
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
684
|
+
white-space: nowrap;
|
|
685
|
+
}
|
|
686
|
+
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
687
|
+
justify-content: center;
|
|
688
|
+
align-items: center;
|
|
639
689
|
overflow: hidden !important;
|
|
640
690
|
white-space: nowrap !important;
|
|
641
691
|
text-overflow: ellipsis !important;
|
|
642
|
-
text-decoration: none;
|
|
643
|
-
color: #65C5F6;
|
|
644
|
-
display: inline;
|
|
645
|
-
gap: 4px;
|
|
646
|
-
flex-grow: 0;
|
|
647
|
-
max-width: 400px;
|
|
648
|
-
position: relative;
|
|
649
|
-
vertical-align: center;
|
|
650
692
|
}
|
|
651
|
-
.
|
|
652
|
-
|
|
653
|
-
color: #
|
|
693
|
+
.tag-module_tag__rGA-E.tag-module_default__6cv6k {
|
|
694
|
+
background-color: #434747;
|
|
695
|
+
border-color: #515757;
|
|
696
|
+
color: #F4F4F4;
|
|
654
697
|
}
|
|
655
|
-
.
|
|
656
|
-
|
|
657
|
-
|
|
698
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw {
|
|
699
|
+
cursor: pointer;
|
|
700
|
+
transition: background-color 0.25s ease;
|
|
658
701
|
}
|
|
659
|
-
.
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
702
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
|
|
703
|
+
background-color: #515757;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
707
|
+
background-color: #203439;
|
|
708
|
+
border-color: #80D9F3;
|
|
709
|
+
color: #80D9F3;
|
|
710
|
+
}
|
|
711
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
712
|
+
background-color: #212A04;
|
|
713
|
+
border-color: #B1E02C;
|
|
714
|
+
color: #B1E02C;
|
|
715
|
+
}
|
|
716
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
717
|
+
background-color: #353505;
|
|
718
|
+
border-color: #E2E369;
|
|
719
|
+
color: #E2E369;
|
|
720
|
+
}
|
|
721
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
722
|
+
background-color: #632E03;
|
|
723
|
+
border-color: #FD8F3E;
|
|
724
|
+
color: #FD8F3E;
|
|
725
|
+
}
|
|
726
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
727
|
+
background-color: #371A1A;
|
|
728
|
+
border-color: #FD553E;
|
|
729
|
+
color: #FD553E;
|
|
730
|
+
}
|
|
731
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
732
|
+
background-color: #311616;
|
|
733
|
+
border-color: #EC515B;
|
|
734
|
+
color: #EC515B;
|
|
735
|
+
}
|
|
736
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
737
|
+
background-color: #203439;
|
|
738
|
+
border-color: #02B3E6;
|
|
739
|
+
color: #02B3E6;
|
|
740
|
+
}
|
|
741
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
742
|
+
background-color: #212A04;
|
|
743
|
+
border-color: #30D136;
|
|
744
|
+
color: #30D136;
|
|
745
|
+
}
|
|
746
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
747
|
+
background-color: #311616;
|
|
748
|
+
border-color: #FD553E;
|
|
749
|
+
color: #FD553E;
|
|
750
|
+
}
|
|
751
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
752
|
+
background-color: #311616;
|
|
753
|
+
border-color: #FD553E;
|
|
754
|
+
color: #FD553E;
|
|
755
|
+
}
|
|
756
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
757
|
+
background-color: #632E03;
|
|
758
|
+
border-color: #FD8F3E;
|
|
759
|
+
color: #FD8F3E;
|
|
760
|
+
}
|
|
761
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
762
|
+
background-color: #80D9F3;
|
|
763
|
+
border-color: #80D9F3;
|
|
764
|
+
color: #203439;
|
|
765
|
+
}
|
|
766
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
767
|
+
background-color: #B1E02C;
|
|
768
|
+
border-color: #B1E02C;
|
|
769
|
+
color: #212A04;
|
|
770
|
+
}
|
|
771
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
772
|
+
background-color: #E2E369;
|
|
773
|
+
border-color: #E2E369;
|
|
774
|
+
color: #353505;
|
|
775
|
+
}
|
|
776
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
777
|
+
background-color: #FD8F3E;
|
|
778
|
+
border-color: #FD8F3E;
|
|
779
|
+
color: #632E03;
|
|
780
|
+
}
|
|
781
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
782
|
+
background-color: #FD553E;
|
|
783
|
+
border-color: #FD553E;
|
|
784
|
+
color: #371A1A;
|
|
785
|
+
}
|
|
786
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
787
|
+
background-color: #EC515B;
|
|
788
|
+
border-color: #EC515B;
|
|
789
|
+
color: #311616;
|
|
790
|
+
}
|
|
791
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
792
|
+
background-color: #02B3E6;
|
|
793
|
+
border-color: #02B3E6;
|
|
794
|
+
color: #203439;
|
|
795
|
+
}
|
|
796
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
797
|
+
background-color: #30D136;
|
|
798
|
+
border-color: #30D136;
|
|
799
|
+
color: #212A04;
|
|
800
|
+
}
|
|
801
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
802
|
+
background-color: #FD553E;
|
|
803
|
+
border-color: #FD553E;
|
|
804
|
+
color: #311616;
|
|
805
|
+
}
|
|
806
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
807
|
+
background-color: #FD553E;
|
|
808
|
+
border-color: #FD553E;
|
|
809
|
+
color: #311616;
|
|
810
|
+
}
|
|
811
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
812
|
+
background-color: #FD8F3E;
|
|
813
|
+
border-color: #FD8F3E;
|
|
814
|
+
color: #632E03;
|
|
815
|
+
}
|
|
816
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
817
|
+
overflow: auto;
|
|
818
|
+
}
|
|
819
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
820
|
+
display: flex;
|
|
821
|
+
width: 100%;
|
|
822
|
+
min-width: 0;
|
|
823
|
+
}
|
|
824
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
825
|
+
display: flex;
|
|
826
|
+
width: 100%;
|
|
827
|
+
min-width: 0;
|
|
663
828
|
}
|
|
664
829
|
:root {
|
|
665
830
|
--divider-line: #4a4b4b;
|