@oliasoft-open-source/react-ui-library 3.11.0-beta-9 → 3.11.0-beta-11
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/global.css +114 -109
- package/dist/index.js +57 -56
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -23390,103 +23390,103 @@ html[data-theme='dark'] {
|
|
|
23390
23390
|
/*
|
|
23391
23391
|
Z-INDEX
|
|
23392
23392
|
*/
|
|
23393
|
-
.
|
|
23393
|
+
._inputInTable_gwun7_337 {
|
|
23394
23394
|
background-color: transparent;
|
|
23395
23395
|
border-radius: inherit !important;
|
|
23396
23396
|
height: var(--size);
|
|
23397
23397
|
min-height: 100%;
|
|
23398
23398
|
}
|
|
23399
|
-
.
|
|
23399
|
+
._inputInTable_gwun7_337:not(:hover) {
|
|
23400
23400
|
border-color: transparent;
|
|
23401
23401
|
}
|
|
23402
|
-
.
|
|
23402
|
+
._inputHover_gwun7_346 {
|
|
23403
23403
|
position: relative;
|
|
23404
23404
|
border-color: var(--color-border-hover);
|
|
23405
23405
|
z-index: 2;
|
|
23406
23406
|
}
|
|
23407
|
-
.
|
|
23407
|
+
._inputFocus_gwun7_351 {
|
|
23408
23408
|
position: relative;
|
|
23409
23409
|
outline: none !important;
|
|
23410
23410
|
border-color: var(--color-border-focus) !important;
|
|
23411
23411
|
box-shadow: var(--shadow-focus);
|
|
23412
23412
|
z-index: 3;
|
|
23413
23413
|
}
|
|
23414
|
-
.
|
|
23415
|
-
.
|
|
23414
|
+
._inputError_gwun7_358,
|
|
23415
|
+
._inputWarning_gwun7_359 {
|
|
23416
23416
|
position: relative;
|
|
23417
23417
|
}
|
|
23418
|
-
.
|
|
23418
|
+
._inputError_gwun7_358 {
|
|
23419
23419
|
z-index: 2;
|
|
23420
23420
|
border-color: var(--color-border-error);
|
|
23421
23421
|
color: var(--color-text-error) !important;
|
|
23422
23422
|
background-color: var(--color-background-error);
|
|
23423
23423
|
}
|
|
23424
|
-
.
|
|
23424
|
+
._inputError_gwun7_358:hover {
|
|
23425
23425
|
border-color: var(--color-border-error-hover) !important;
|
|
23426
23426
|
}
|
|
23427
|
-
.
|
|
23427
|
+
._inputError_gwun7_358:focus {
|
|
23428
23428
|
position: relative;
|
|
23429
23429
|
outline: none !important;
|
|
23430
23430
|
border-color: var(--color-border-focus) !important;
|
|
23431
23431
|
box-shadow: var(--shadow-focus);
|
|
23432
23432
|
z-index: 3;
|
|
23433
23433
|
}
|
|
23434
|
-
.
|
|
23434
|
+
._inputWarning_gwun7_359 {
|
|
23435
23435
|
z-index: 1;
|
|
23436
23436
|
border-color: var(--color-border-warning);
|
|
23437
23437
|
color: var(--color-text-warning) !important;
|
|
23438
23438
|
background-color: var(--color-background-warning);
|
|
23439
23439
|
}
|
|
23440
|
-
.
|
|
23440
|
+
._inputWarning_gwun7_359:hover {
|
|
23441
23441
|
border-color: var(--color-border-warning-hover) !important;
|
|
23442
23442
|
}
|
|
23443
|
-
.
|
|
23443
|
+
._inputWarning_gwun7_359:focus {
|
|
23444
23444
|
position: relative;
|
|
23445
23445
|
outline: none !important;
|
|
23446
23446
|
border-color: var(--color-border-focus) !important;
|
|
23447
23447
|
box-shadow: var(--shadow-focus);
|
|
23448
23448
|
z-index: 3;
|
|
23449
23449
|
}
|
|
23450
|
-
.
|
|
23450
|
+
._inputDisabled_gwun7_394 {
|
|
23451
23451
|
pointer-events: none;
|
|
23452
23452
|
background-color: var(--color-background-disabled);
|
|
23453
23453
|
color: var(--color-text-muted);
|
|
23454
23454
|
}
|
|
23455
|
-
.
|
|
23455
|
+
._hideScrollbars_gwun7_399 {
|
|
23456
23456
|
/* Firefox */
|
|
23457
23457
|
scrollbar-width: none;
|
|
23458
23458
|
/* IE 10+ */
|
|
23459
23459
|
-ms-overflow-style: none;
|
|
23460
23460
|
/* Chrome, Safari and Opera */
|
|
23461
23461
|
}
|
|
23462
|
-
.
|
|
23462
|
+
._hideScrollbars_gwun7_399::-webkit-scrollbar {
|
|
23463
23463
|
display: none;
|
|
23464
23464
|
}
|
|
23465
|
-
.
|
|
23465
|
+
._scrollbars_gwun7_409 {
|
|
23466
23466
|
overflow: overlay;
|
|
23467
23467
|
--scrollbar-color: #00000040;
|
|
23468
23468
|
}
|
|
23469
|
-
.
|
|
23469
|
+
._scrollbars_gwun7_409::-webkit-scrollbar {
|
|
23470
23470
|
display: block;
|
|
23471
23471
|
width: 16px;
|
|
23472
23472
|
z-index: 2;
|
|
23473
23473
|
}
|
|
23474
|
-
.
|
|
23474
|
+
._scrollbars_gwun7_409::-webkit-scrollbar-button {
|
|
23475
23475
|
display: none;
|
|
23476
23476
|
}
|
|
23477
|
-
.
|
|
23477
|
+
._scrollbars_gwun7_409::-webkit-scrollbar-track {
|
|
23478
23478
|
background-color: #00000000;
|
|
23479
23479
|
}
|
|
23480
|
-
.
|
|
23480
|
+
._scrollbars_gwun7_409::-webkit-scrollbar-track-piece {
|
|
23481
23481
|
background-color: #00000000;
|
|
23482
23482
|
}
|
|
23483
|
-
.
|
|
23483
|
+
._scrollbars_gwun7_409::-webkit-scrollbar-thumb {
|
|
23484
23484
|
background-color: #00000000;
|
|
23485
23485
|
border: 5px solid transparent;
|
|
23486
23486
|
border-radius: 24px;
|
|
23487
23487
|
box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
|
|
23488
23488
|
}
|
|
23489
|
-
.
|
|
23489
|
+
._scrollbars_gwun7_409::-webkit-scrollbar-corner {
|
|
23490
23490
|
background: rgba(0, 0, 0, 0);
|
|
23491
23491
|
}
|
|
23492
23492
|
:root {
|
|
@@ -23499,28 +23499,29 @@ html[data-theme='dark'] {
|
|
|
23499
23499
|
--color-background-table-row-tinted: var(--color-neutral-850);
|
|
23500
23500
|
--color-border-table: black;
|
|
23501
23501
|
}
|
|
23502
|
-
.
|
|
23502
|
+
._wrapper_gwun7_446 {
|
|
23503
23503
|
border-radius: inherit;
|
|
23504
23504
|
max-height: 100%;
|
|
23505
|
+
max-width: 100%;
|
|
23505
23506
|
display: flex;
|
|
23506
23507
|
flex-direction: column;
|
|
23507
23508
|
overflow: hidden;
|
|
23508
23509
|
}
|
|
23509
|
-
.
|
|
23510
|
+
._wrapper_gwun7_446._bordered_gwun7_454 {
|
|
23510
23511
|
border-radius: 4px;
|
|
23511
23512
|
border: 1px solid var(--color-border-table);
|
|
23512
23513
|
}
|
|
23513
|
-
.
|
|
23514
|
+
._scroll_gwun7_409 {
|
|
23514
23515
|
overflow-y: auto;
|
|
23515
23516
|
border-radius: inherit;
|
|
23516
23517
|
flex: 1;
|
|
23517
23518
|
min-height: 0;
|
|
23518
23519
|
}
|
|
23519
|
-
.
|
|
23520
|
+
._scroll_gwun7_409:not(:first-child) {
|
|
23520
23521
|
border-top-left-radius: 0;
|
|
23521
23522
|
border-top-right-radius: 0;
|
|
23522
23523
|
}
|
|
23523
|
-
.
|
|
23524
|
+
._table_gwun7_468 {
|
|
23524
23525
|
background: var(--color-background-raised);
|
|
23525
23526
|
color: var(--color-text);
|
|
23526
23527
|
border-collapse: separate;
|
|
@@ -23528,32 +23529,32 @@ html[data-theme='dark'] {
|
|
|
23528
23529
|
border-radius: inherit;
|
|
23529
23530
|
width: 100%;
|
|
23530
23531
|
}
|
|
23531
|
-
.
|
|
23532
|
+
._table_gwun7_468 > :first-child {
|
|
23532
23533
|
border-top-left-radius: inherit;
|
|
23533
23534
|
border-top-right-radius: inherit;
|
|
23534
23535
|
}
|
|
23535
|
-
.
|
|
23536
|
+
._table_gwun7_468 > :first-child > :first-child {
|
|
23536
23537
|
border-top-left-radius: inherit;
|
|
23537
23538
|
border-top-right-radius: inherit;
|
|
23538
23539
|
}
|
|
23539
|
-
.
|
|
23540
|
+
._table_gwun7_468 > :first-child > :first-child > :first-child {
|
|
23540
23541
|
border-top-left-radius: inherit;
|
|
23541
23542
|
}
|
|
23542
|
-
.
|
|
23543
|
+
._table_gwun7_468 > :first-child > :first-child > :last-child {
|
|
23543
23544
|
border-top-right-radius: inherit;
|
|
23544
23545
|
}
|
|
23545
|
-
.
|
|
23546
|
+
._table_gwun7_468 > :last-child {
|
|
23546
23547
|
border-bottom-left-radius: inherit;
|
|
23547
23548
|
border-bottom-right-radius: inherit;
|
|
23548
23549
|
}
|
|
23549
|
-
.
|
|
23550
|
+
._table_gwun7_468 > :last-child > :last-child {
|
|
23550
23551
|
border-bottom-left-radius: inherit;
|
|
23551
23552
|
border-bottom-right-radius: inherit;
|
|
23552
23553
|
}
|
|
23553
|
-
.
|
|
23554
|
+
._table_gwun7_468 > :last-child > :last-child > :first-child {
|
|
23554
23555
|
border-bottom-left-radius: inherit;
|
|
23555
23556
|
}
|
|
23556
|
-
.
|
|
23557
|
+
._table_gwun7_468 > :last-child > :last-child > :last-child {
|
|
23557
23558
|
border-bottom-right-radius: inherit;
|
|
23558
23559
|
}
|
|
23559
23560
|
th,
|
|
@@ -23570,10 +23571,10 @@ th:not(:first-child),
|
|
|
23570
23571
|
td:not(:first-child) {
|
|
23571
23572
|
border-left-width: 1px;
|
|
23572
23573
|
}
|
|
23573
|
-
.
|
|
23574
|
-
.
|
|
23575
|
-
.
|
|
23576
|
-
.
|
|
23574
|
+
._table_gwun7_468 > *:not(:last-child) > tr th,
|
|
23575
|
+
._table_gwun7_468 > *:not(:last-child) > tr td,
|
|
23576
|
+
._table_gwun7_468 > *:last-child > tr:not(:last-child) th,
|
|
23577
|
+
._table_gwun7_468 > *:last-child > tr:not(:last-child) td {
|
|
23577
23578
|
border-bottom-width: 1px;
|
|
23578
23579
|
}
|
|
23579
23580
|
@-moz-document url-prefix() {
|
|
@@ -23600,7 +23601,7 @@ tbody {
|
|
|
23600
23601
|
tbody tr {
|
|
23601
23602
|
background-color: var(--color-background-raised);
|
|
23602
23603
|
}
|
|
23603
|
-
.
|
|
23604
|
+
._striped_gwun7_548 tbody tr:nth-child(even) {
|
|
23604
23605
|
background-color: var(--color-background-table-row-tinted);
|
|
23605
23606
|
}
|
|
23606
23607
|
/*
|
|
@@ -24640,148 +24641,148 @@ html[data-theme='dark'] {
|
|
|
24640
24641
|
/*
|
|
24641
24642
|
Z-INDEX
|
|
24642
24643
|
*/
|
|
24643
|
-
.
|
|
24644
|
+
._inputInTable_18of2_337 {
|
|
24644
24645
|
background-color: transparent;
|
|
24645
24646
|
border-radius: inherit !important;
|
|
24646
24647
|
height: var(--size);
|
|
24647
24648
|
min-height: 100%;
|
|
24648
24649
|
}
|
|
24649
|
-
.
|
|
24650
|
+
._inputInTable_18of2_337:not(:hover) {
|
|
24650
24651
|
border-color: transparent;
|
|
24651
24652
|
}
|
|
24652
|
-
.
|
|
24653
|
+
._inputHover_18of2_346 {
|
|
24653
24654
|
position: relative;
|
|
24654
24655
|
border-color: var(--color-border-hover);
|
|
24655
24656
|
z-index: 2;
|
|
24656
24657
|
}
|
|
24657
|
-
.
|
|
24658
|
+
._inputFocus_18of2_351 {
|
|
24658
24659
|
position: relative;
|
|
24659
24660
|
outline: none !important;
|
|
24660
24661
|
border-color: var(--color-border-focus) !important;
|
|
24661
24662
|
box-shadow: var(--shadow-focus);
|
|
24662
24663
|
z-index: 3;
|
|
24663
24664
|
}
|
|
24664
|
-
.
|
|
24665
|
-
.
|
|
24665
|
+
._inputError_18of2_358,
|
|
24666
|
+
._inputWarning_18of2_359 {
|
|
24666
24667
|
position: relative;
|
|
24667
24668
|
}
|
|
24668
|
-
.
|
|
24669
|
+
._inputError_18of2_358 {
|
|
24669
24670
|
z-index: 2;
|
|
24670
24671
|
border-color: var(--color-border-error);
|
|
24671
24672
|
color: var(--color-text-error) !important;
|
|
24672
24673
|
background-color: var(--color-background-error);
|
|
24673
24674
|
}
|
|
24674
|
-
.
|
|
24675
|
+
._inputError_18of2_358:hover {
|
|
24675
24676
|
border-color: var(--color-border-error-hover) !important;
|
|
24676
24677
|
}
|
|
24677
|
-
.
|
|
24678
|
+
._inputError_18of2_358:focus {
|
|
24678
24679
|
position: relative;
|
|
24679
24680
|
outline: none !important;
|
|
24680
24681
|
border-color: var(--color-border-focus) !important;
|
|
24681
24682
|
box-shadow: var(--shadow-focus);
|
|
24682
24683
|
z-index: 3;
|
|
24683
24684
|
}
|
|
24684
|
-
.
|
|
24685
|
+
._inputWarning_18of2_359 {
|
|
24685
24686
|
z-index: 1;
|
|
24686
24687
|
border-color: var(--color-border-warning);
|
|
24687
24688
|
color: var(--color-text-warning) !important;
|
|
24688
24689
|
background-color: var(--color-background-warning);
|
|
24689
24690
|
}
|
|
24690
|
-
.
|
|
24691
|
+
._inputWarning_18of2_359:hover {
|
|
24691
24692
|
border-color: var(--color-border-warning-hover) !important;
|
|
24692
24693
|
}
|
|
24693
|
-
.
|
|
24694
|
+
._inputWarning_18of2_359:focus {
|
|
24694
24695
|
position: relative;
|
|
24695
24696
|
outline: none !important;
|
|
24696
24697
|
border-color: var(--color-border-focus) !important;
|
|
24697
24698
|
box-shadow: var(--shadow-focus);
|
|
24698
24699
|
z-index: 3;
|
|
24699
24700
|
}
|
|
24700
|
-
.
|
|
24701
|
+
._inputDisabled_18of2_394 {
|
|
24701
24702
|
pointer-events: none;
|
|
24702
24703
|
background-color: var(--color-background-disabled);
|
|
24703
24704
|
color: var(--color-text-muted);
|
|
24704
24705
|
}
|
|
24705
|
-
.
|
|
24706
|
+
._hideScrollbars_18of2_399 {
|
|
24706
24707
|
/* Firefox */
|
|
24707
24708
|
scrollbar-width: none;
|
|
24708
24709
|
/* IE 10+ */
|
|
24709
24710
|
-ms-overflow-style: none;
|
|
24710
24711
|
/* Chrome, Safari and Opera */
|
|
24711
24712
|
}
|
|
24712
|
-
.
|
|
24713
|
+
._hideScrollbars_18of2_399::-webkit-scrollbar {
|
|
24713
24714
|
display: none;
|
|
24714
24715
|
}
|
|
24715
|
-
.
|
|
24716
|
+
._scrollbars_18of2_409 {
|
|
24716
24717
|
overflow: overlay;
|
|
24717
24718
|
--scrollbar-color: #00000040;
|
|
24718
24719
|
}
|
|
24719
|
-
.
|
|
24720
|
+
._scrollbars_18of2_409::-webkit-scrollbar {
|
|
24720
24721
|
display: block;
|
|
24721
24722
|
width: 16px;
|
|
24722
24723
|
z-index: 2;
|
|
24723
24724
|
}
|
|
24724
|
-
.
|
|
24725
|
+
._scrollbars_18of2_409::-webkit-scrollbar-button {
|
|
24725
24726
|
display: none;
|
|
24726
24727
|
}
|
|
24727
|
-
.
|
|
24728
|
+
._scrollbars_18of2_409::-webkit-scrollbar-track {
|
|
24728
24729
|
background-color: #00000000;
|
|
24729
24730
|
}
|
|
24730
|
-
.
|
|
24731
|
+
._scrollbars_18of2_409::-webkit-scrollbar-track-piece {
|
|
24731
24732
|
background-color: #00000000;
|
|
24732
24733
|
}
|
|
24733
|
-
.
|
|
24734
|
+
._scrollbars_18of2_409::-webkit-scrollbar-thumb {
|
|
24734
24735
|
background-color: #00000000;
|
|
24735
24736
|
border: 5px solid transparent;
|
|
24736
24737
|
border-radius: 24px;
|
|
24737
24738
|
box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
|
|
24738
24739
|
}
|
|
24739
|
-
.
|
|
24740
|
+
._scrollbars_18of2_409::-webkit-scrollbar-corner {
|
|
24740
24741
|
background: rgba(0, 0, 0, 0);
|
|
24741
24742
|
}
|
|
24742
|
-
.
|
|
24743
|
+
._cell_18of2_436 a {
|
|
24743
24744
|
cursor: pointer;
|
|
24744
24745
|
color: var(--color-text-primary);
|
|
24745
24746
|
}
|
|
24746
|
-
.
|
|
24747
|
+
._cell_18of2_436 a:hover {
|
|
24747
24748
|
color: var(--color-text-primary-hover);
|
|
24748
24749
|
}
|
|
24749
|
-
.
|
|
24750
|
+
._cell_18of2_436 a:active {
|
|
24750
24751
|
color: var(--color-text-primary-active);
|
|
24751
24752
|
}
|
|
24752
|
-
.
|
|
24753
|
+
._cell_18of2_436 a._disabledLink_18of2_446 {
|
|
24753
24754
|
color: var(--color-text-faint) !important;
|
|
24754
24755
|
cursor: default !important;
|
|
24755
24756
|
}
|
|
24756
|
-
.
|
|
24757
|
+
._inputWrapper_18of2_450 {
|
|
24757
24758
|
height: 100%;
|
|
24758
24759
|
border-radius: inherit;
|
|
24759
24760
|
}
|
|
24760
|
-
.
|
|
24761
|
-
.
|
|
24762
|
-
.
|
|
24761
|
+
._inputWrapper_18of2_450 > span,
|
|
24762
|
+
._inputWrapper_18of2_450 > span > span,
|
|
24763
|
+
._inputWrapper_18of2_450 > span > span > div {
|
|
24763
24764
|
height: 100%;
|
|
24764
24765
|
border-radius: inherit;
|
|
24765
24766
|
}
|
|
24766
|
-
.
|
|
24767
|
-
.
|
|
24767
|
+
._inputWrapper_18of2_450 > div,
|
|
24768
|
+
._inputWrapper_18of2_450 > div > span {
|
|
24768
24769
|
height: 100%;
|
|
24769
24770
|
border-radius: inherit;
|
|
24770
24771
|
}
|
|
24771
|
-
.
|
|
24772
|
+
._breakWord_18of2_465 {
|
|
24772
24773
|
word-break: break-word;
|
|
24773
24774
|
}
|
|
24774
|
-
.
|
|
24775
|
+
._inputCell_18of2_468 {
|
|
24775
24776
|
padding: 0 !important;
|
|
24776
24777
|
}
|
|
24777
|
-
.
|
|
24778
|
+
._sliderCell_18of2_471 {
|
|
24778
24779
|
padding-top: 0 !important;
|
|
24779
24780
|
padding-bottom: 0 !important;
|
|
24780
24781
|
}
|
|
24781
|
-
.
|
|
24782
|
+
._staticCell_18of2_475 {
|
|
24782
24783
|
padding: 0 !important;
|
|
24783
24784
|
}
|
|
24784
|
-
.
|
|
24785
|
+
._staticCell_18of2_475 ._staticCellContent_18of2_478 {
|
|
24785
24786
|
min-height: 100%;
|
|
24786
24787
|
padding: 6.5px 12px;
|
|
24787
24788
|
line-height: 17px;
|
|
@@ -24790,56 +24791,56 @@ html[data-theme='dark'] {
|
|
|
24790
24791
|
display: flex;
|
|
24791
24792
|
align-items: center;
|
|
24792
24793
|
}
|
|
24793
|
-
tbody .
|
|
24794
|
+
tbody ._staticCell_18of2_475 ._staticCellContent_18of2_478 {
|
|
24794
24795
|
background-color: var(--color-background-disabled);
|
|
24795
24796
|
color: var(--color-text-muted);
|
|
24796
24797
|
}
|
|
24797
|
-
.
|
|
24798
|
-
.
|
|
24798
|
+
._staticCell_18of2_475 ._staticCellContent_18of2_478._error_18of2_491,
|
|
24799
|
+
._staticCell_18of2_475 ._staticCellContent_18of2_478._warning_18of2_492 {
|
|
24799
24800
|
border: 1px solid transparent;
|
|
24800
24801
|
}
|
|
24801
|
-
.
|
|
24802
|
+
._staticCell_18of2_475 ._staticCellContent_18of2_478._error_18of2_491 {
|
|
24802
24803
|
background-color: var(--color-background-error);
|
|
24803
24804
|
}
|
|
24804
|
-
.
|
|
24805
|
+
._staticCell_18of2_475 ._staticCellContent_18of2_478._warning_18of2_492 {
|
|
24805
24806
|
background-color: var(--color-background-warning);
|
|
24806
24807
|
}
|
|
24807
|
-
.
|
|
24808
|
+
._staticCell_18of2_475 ._staticCellContent_18of2_478._unit_18of2_501 {
|
|
24808
24809
|
font-weight: normal;
|
|
24809
24810
|
}
|
|
24810
|
-
.
|
|
24811
|
+
._sortingCell_18of2_504 ._staticCellContent_18of2_478 {
|
|
24811
24812
|
position: relative;
|
|
24812
24813
|
padding-right: 45px !important;
|
|
24813
24814
|
cursor: pointer !important;
|
|
24814
24815
|
}
|
|
24815
|
-
.
|
|
24816
|
+
._sortingCell_18of2_504 ._staticCellContent_18of2_478:hover {
|
|
24816
24817
|
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
24817
24818
|
}
|
|
24818
|
-
.
|
|
24819
|
+
._sortingCell_18of2_504 ._sortingCellIcon_18of2_512 {
|
|
24819
24820
|
font-size: 20px;
|
|
24820
24821
|
position: absolute;
|
|
24821
24822
|
right: 8px;
|
|
24822
24823
|
top: 50%;
|
|
24823
24824
|
transform: translateY(-50%);
|
|
24824
24825
|
}
|
|
24825
|
-
.
|
|
24826
|
+
._icon_18of2_519 {
|
|
24826
24827
|
display: inline-flex;
|
|
24827
24828
|
margin-left: 8px;
|
|
24828
24829
|
}
|
|
24829
|
-
.
|
|
24830
|
+
._checkBoxCell_18of2_523 {
|
|
24830
24831
|
padding-block: 0 !important;
|
|
24831
24832
|
width: var(--size);
|
|
24832
24833
|
}
|
|
24833
|
-
.
|
|
24834
|
+
._iconCell_18of2_527 {
|
|
24834
24835
|
width: var(--size);
|
|
24835
24836
|
text-align: center;
|
|
24836
24837
|
padding: 0 !important;
|
|
24837
24838
|
}
|
|
24838
|
-
.
|
|
24839
|
+
._iconCell_18of2_527 ._iconWrapper_18of2_532 {
|
|
24839
24840
|
display: flex;
|
|
24840
24841
|
justify-content: center;
|
|
24841
24842
|
}
|
|
24842
|
-
.
|
|
24843
|
+
._actionsCell_18of2_536 {
|
|
24843
24844
|
width: var(--size-sm);
|
|
24844
24845
|
padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
|
|
24845
24846
|
position: sticky;
|
|
@@ -24847,22 +24848,25 @@ tbody ._staticCell_gp6oe_475 ._staticCellContent_gp6oe_478 {
|
|
|
24847
24848
|
background: inherit;
|
|
24848
24849
|
z-index: 4;
|
|
24849
24850
|
}
|
|
24850
|
-
.
|
|
24851
|
+
._rightAligned_18of2_544 {
|
|
24851
24852
|
text-align: right !important;
|
|
24852
24853
|
}
|
|
24853
|
-
.
|
|
24854
|
+
._rightAligned_18of2_544 ._staticCellContent_18of2_478 {
|
|
24854
24855
|
justify-content: flex-end;
|
|
24855
24856
|
}
|
|
24856
|
-
.
|
|
24857
|
+
._centerAligned_18of2_550 {
|
|
24857
24858
|
text-align: center !important;
|
|
24858
24859
|
}
|
|
24859
|
-
.
|
|
24860
|
+
._centerAligned_18of2_550 ._staticCellContent_18of2_478 {
|
|
24861
|
+
justify-content: center;
|
|
24862
|
+
}
|
|
24863
|
+
._leftAligned_18of2_556 {
|
|
24860
24864
|
text-align: left !important;
|
|
24861
24865
|
}
|
|
24862
|
-
.
|
|
24866
|
+
._popover_18of2_559 {
|
|
24863
24867
|
padding: 6.5px 12px;
|
|
24864
24868
|
}
|
|
24865
|
-
.
|
|
24869
|
+
._disabledPointerEvents_18of2_562 {
|
|
24866
24870
|
pointer-events: none;
|
|
24867
24871
|
}
|
|
24868
24872
|
/*
|
|
@@ -25201,22 +25205,22 @@ html[data-theme='dark'] {
|
|
|
25201
25205
|
/*
|
|
25202
25206
|
Z-INDEX
|
|
25203
25207
|
*/
|
|
25204
|
-
.
|
|
25208
|
+
._clickableRow_1i409_337 {
|
|
25205
25209
|
cursor: pointer;
|
|
25206
25210
|
}
|
|
25207
|
-
.
|
|
25208
|
-
.
|
|
25211
|
+
._hoverableRow_1i409_340:not(._rowActive_1i409_340):hover,
|
|
25212
|
+
._clickableRow_1i409_337:not(._rowActive_1i409_340):hover {
|
|
25209
25213
|
background-color: var(--color-background-listitem-hover) !important;
|
|
25210
25214
|
}
|
|
25211
|
-
.
|
|
25215
|
+
._expandableRow_1i409_344._flush_1i409_344 {
|
|
25212
25216
|
padding: 0 !important;
|
|
25213
25217
|
height: auto !important;
|
|
25214
25218
|
}
|
|
25215
|
-
.
|
|
25219
|
+
._rowActive_1i409_340 {
|
|
25216
25220
|
position: relative;
|
|
25217
25221
|
background-color: var(--color-background-listitem-active) !important;
|
|
25218
25222
|
}
|
|
25219
|
-
.
|
|
25223
|
+
._rowActive_1i409_340:after {
|
|
25220
25224
|
content: '';
|
|
25221
25225
|
position: absolute;
|
|
25222
25226
|
left: 0;
|
|
@@ -25228,24 +25232,25 @@ html[data-theme='dark'] {
|
|
|
25228
25232
|
transition: background 0.3s;
|
|
25229
25233
|
background: var(--color-background-primary);
|
|
25230
25234
|
}
|
|
25231
|
-
.
|
|
25232
|
-
width:
|
|
25235
|
+
._dragIconCell_1i409_364 {
|
|
25236
|
+
width: var(--size);
|
|
25237
|
+
min-width: var(--size);
|
|
25233
25238
|
position: relative;
|
|
25234
25239
|
}
|
|
25235
|
-
.
|
|
25240
|
+
._dragIcon_1i409_364 {
|
|
25236
25241
|
display: flex;
|
|
25237
25242
|
align-items: center;
|
|
25238
25243
|
justify-content: center;
|
|
25239
25244
|
position: absolute;
|
|
25240
25245
|
inset: 0;
|
|
25241
25246
|
}
|
|
25242
|
-
.
|
|
25247
|
+
._dragIcon_1i409_364 path {
|
|
25243
25248
|
stroke: var(--color-text-faint);
|
|
25244
25249
|
}
|
|
25245
|
-
.
|
|
25250
|
+
._dragIcon_1i409_364:hover path {
|
|
25246
25251
|
stroke: var(--color-text-primary-hover);
|
|
25247
25252
|
}
|
|
25248
|
-
.
|
|
25253
|
+
._dragIcon_1i409_364:active path {
|
|
25249
25254
|
stroke: var(--color-text-primary-active);
|
|
25250
25255
|
}
|
|
25251
25256
|
/*
|