@oliasoft-open-source/react-ui-library 4.16.4-beta-1 → 4.17.0-beta-1
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 +126 -112
- package/dist/index.d.ts +8 -2
- package/dist/index.js +6765 -11169
- package/dist/index.js.map +1 -1
- package/package.json +6 -5
package/dist/global.css
CHANGED
|
@@ -2442,123 +2442,123 @@ html[data-theme='dark'] {
|
|
|
2442
2442
|
border-top-left-radius: 0 !important;
|
|
2443
2443
|
border-bottom-left-radius: 0 !important;
|
|
2444
2444
|
}
|
|
2445
|
-
.
|
|
2445
|
+
._inputInTable_7sjlf_1 {
|
|
2446
2446
|
background-color: transparent;
|
|
2447
2447
|
border-radius: inherit !important;
|
|
2448
2448
|
height: var(--size);
|
|
2449
2449
|
min-height: 100%;
|
|
2450
2450
|
}
|
|
2451
|
-
.
|
|
2451
|
+
._inputInTable_7sjlf_1:not(:hover):not([data-error]):not([data-warning]) {
|
|
2452
2452
|
border-color: transparent;
|
|
2453
2453
|
}
|
|
2454
|
-
.
|
|
2454
|
+
._inputInTable_7sjlf_1:not(:focus) {
|
|
2455
2455
|
box-shadow: none;
|
|
2456
2456
|
}
|
|
2457
|
-
.
|
|
2457
|
+
._inputHover_7sjlf_13 {
|
|
2458
2458
|
position: relative;
|
|
2459
2459
|
border-color: var(--color-border-hover);
|
|
2460
2460
|
z-index: 2;
|
|
2461
2461
|
}
|
|
2462
|
-
.
|
|
2462
|
+
._inputFocus_7sjlf_18 {
|
|
2463
2463
|
position: relative;
|
|
2464
2464
|
outline: none !important;
|
|
2465
2465
|
border-color: var(--color-border-focus) !important;
|
|
2466
2466
|
box-shadow: var(--shadow-focus);
|
|
2467
2467
|
z-index: 3;
|
|
2468
2468
|
}
|
|
2469
|
-
.
|
|
2470
|
-
.
|
|
2469
|
+
._inputError_7sjlf_25,
|
|
2470
|
+
._inputWarning_7sjlf_26 {
|
|
2471
2471
|
position: relative;
|
|
2472
2472
|
}
|
|
2473
|
-
.
|
|
2473
|
+
._inputError_7sjlf_25 {
|
|
2474
2474
|
z-index: 2;
|
|
2475
2475
|
border-color: var(--color-border-error);
|
|
2476
2476
|
color: var(--color-text-error) !important;
|
|
2477
2477
|
background-color: var(--color-background-error-muted);
|
|
2478
2478
|
}
|
|
2479
|
-
.
|
|
2479
|
+
._inputError_7sjlf_25:hover {
|
|
2480
2480
|
border-color: var(--color-border-error-hover) !important;
|
|
2481
2481
|
}
|
|
2482
|
-
.
|
|
2482
|
+
._inputError_7sjlf_25:focus {
|
|
2483
2483
|
position: relative;
|
|
2484
2484
|
outline: none !important;
|
|
2485
2485
|
border-color: var(--color-border-focus) !important;
|
|
2486
2486
|
box-shadow: var(--shadow-focus);
|
|
2487
2487
|
z-index: 3;
|
|
2488
2488
|
}
|
|
2489
|
-
.
|
|
2489
|
+
._inputWarning_7sjlf_26 {
|
|
2490
2490
|
z-index: 1;
|
|
2491
2491
|
border-color: var(--color-border-warning);
|
|
2492
2492
|
color: var(--color-text-warning) !important;
|
|
2493
2493
|
background-color: var(--color-background-warning-muted);
|
|
2494
2494
|
}
|
|
2495
|
-
.
|
|
2495
|
+
._inputWarning_7sjlf_26:hover {
|
|
2496
2496
|
border-color: var(--color-border-warning-hover) !important;
|
|
2497
2497
|
}
|
|
2498
|
-
.
|
|
2498
|
+
._inputWarning_7sjlf_26:focus {
|
|
2499
2499
|
position: relative;
|
|
2500
2500
|
outline: none !important;
|
|
2501
2501
|
border-color: var(--color-border-focus) !important;
|
|
2502
2502
|
box-shadow: var(--shadow-focus);
|
|
2503
2503
|
z-index: 3;
|
|
2504
2504
|
}
|
|
2505
|
-
.
|
|
2505
|
+
._inputDisabled_7sjlf_61 {
|
|
2506
2506
|
pointer-events: none;
|
|
2507
2507
|
background-color: var(--color-background-disabled);
|
|
2508
2508
|
color: var(--color-text-muted);
|
|
2509
2509
|
box-shadow: none;
|
|
2510
2510
|
}
|
|
2511
|
-
.
|
|
2511
|
+
._hideScrollbars_7sjlf_67 {
|
|
2512
2512
|
/* Firefox */
|
|
2513
2513
|
scrollbar-width: none;
|
|
2514
2514
|
/* IE 10+ */
|
|
2515
2515
|
-ms-overflow-style: none;
|
|
2516
2516
|
/* Chrome, Safari and Opera */
|
|
2517
2517
|
}
|
|
2518
|
-
.
|
|
2518
|
+
._hideScrollbars_7sjlf_67::-webkit-scrollbar {
|
|
2519
2519
|
display: none;
|
|
2520
2520
|
}
|
|
2521
|
-
.
|
|
2522
|
-
.
|
|
2521
|
+
._header_7sjlf_77 ._headerTitle_7sjlf_77,
|
|
2522
|
+
._heading_7sjlf_78 ._itemHeader_7sjlf_78 {
|
|
2523
2523
|
transition: opacity 0.3s;
|
|
2524
2524
|
}
|
|
2525
|
-
.
|
|
2526
|
-
.
|
|
2525
|
+
._narrow_7sjlf_81 ._header_7sjlf_77 ._headerTitle_7sjlf_77,
|
|
2526
|
+
._narrow_7sjlf_81 ._heading_7sjlf_78 ._itemHeader_7sjlf_78 {
|
|
2527
2527
|
opacity: 0;
|
|
2528
2528
|
}
|
|
2529
|
-
.
|
|
2529
|
+
._stickyHeader_7sjlf_85 {
|
|
2530
2530
|
position: sticky;
|
|
2531
2531
|
top: 0;
|
|
2532
2532
|
background-color: var(--color-background);
|
|
2533
2533
|
z-index: 10;
|
|
2534
2534
|
}
|
|
2535
|
-
.
|
|
2535
|
+
._itemHeader_7sjlf_78 {
|
|
2536
2536
|
padding: var(--padding-xs) var(--padding);
|
|
2537
2537
|
display: flex;
|
|
2538
2538
|
align-items: flex-start;
|
|
2539
2539
|
}
|
|
2540
|
-
.
|
|
2540
|
+
._itemHeader_7sjlf_78 ._title_7sjlf_96 {
|
|
2541
2541
|
margin: 0;
|
|
2542
2542
|
padding: 0;
|
|
2543
2543
|
flex-grow: 1;
|
|
2544
2544
|
min-width: 0;
|
|
2545
2545
|
}
|
|
2546
|
-
.
|
|
2546
|
+
._itemHeader_7sjlf_78 ._name_7sjlf_102 {
|
|
2547
2547
|
font-weight: 400;
|
|
2548
2548
|
}
|
|
2549
|
-
.
|
|
2549
|
+
._itemHeader_7sjlf_78 ._iconTooltipMargin_7sjlf_105 {
|
|
2550
2550
|
margin-left: var(--padding-xs);
|
|
2551
2551
|
}
|
|
2552
|
-
.
|
|
2552
|
+
._itemHeader_7sjlf_78 ._bold_7sjlf_108 {
|
|
2553
2553
|
font-weight: bold;
|
|
2554
2554
|
}
|
|
2555
|
-
.
|
|
2555
|
+
._header_7sjlf_77 {
|
|
2556
2556
|
padding: var(--padding);
|
|
2557
2557
|
display: flex;
|
|
2558
2558
|
align-items: center;
|
|
2559
2559
|
border-bottom: 1px solid var(--color-border);
|
|
2560
2560
|
}
|
|
2561
|
-
.
|
|
2561
|
+
._toggleNarrow_7sjlf_117 {
|
|
2562
2562
|
margin-right: 16px;
|
|
2563
2563
|
margin-left: -5px;
|
|
2564
2564
|
color: #c8c8c8;
|
|
@@ -2567,16 +2567,16 @@ html[data-theme='dark'] {
|
|
|
2567
2567
|
width: 22px;
|
|
2568
2568
|
justify-content: center;
|
|
2569
2569
|
}
|
|
2570
|
-
.
|
|
2570
|
+
._toggleNarrow_7sjlf_117:hover {
|
|
2571
2571
|
color: var(--color-text-primary-hover);
|
|
2572
2572
|
}
|
|
2573
|
-
.
|
|
2573
|
+
._toggleNarrow_7sjlf_117:active {
|
|
2574
2574
|
color: var(--color-text-primary-active);
|
|
2575
2575
|
}
|
|
2576
|
-
.
|
|
2576
|
+
._narrow_7sjlf_81 ._toggleNarrow_7sjlf_117 {
|
|
2577
2577
|
transform: scaleX(-1);
|
|
2578
2578
|
}
|
|
2579
|
-
.
|
|
2579
|
+
._drag_7sjlf_135 {
|
|
2580
2580
|
color: var(--color-text-faint);
|
|
2581
2581
|
display: flex;
|
|
2582
2582
|
align-items: center;
|
|
@@ -2585,33 +2585,39 @@ html[data-theme='dark'] {
|
|
|
2585
2585
|
margin-left: calc(var(--padding-xs) * -1);
|
|
2586
2586
|
margin-top: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
2587
2587
|
margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
2588
|
-
cursor:
|
|
2588
|
+
cursor: grab;
|
|
2589
2589
|
height: var(--size-sm);
|
|
2590
2590
|
width: var(--size-sm);
|
|
2591
2591
|
flex-shrink: 0;
|
|
2592
2592
|
}
|
|
2593
|
-
.
|
|
2593
|
+
._drag_7sjlf_135:hover {
|
|
2594
2594
|
color: var(--color-text-primary-hover);
|
|
2595
2595
|
}
|
|
2596
|
-
.
|
|
2596
|
+
._drag_7sjlf_135:active {
|
|
2597
|
+
cursor: grabbing;
|
|
2597
2598
|
color: var(--color-text-primary-active);
|
|
2598
2599
|
}
|
|
2599
|
-
.
|
|
2600
|
+
._dragOverlay_7sjlf_156 {
|
|
2601
|
+
box-shadow: var(--shadow-layer);
|
|
2602
|
+
border-radius: var(--border-radius);
|
|
2603
|
+
overflow: hidden;
|
|
2604
|
+
}
|
|
2605
|
+
._list_7sjlf_161 {
|
|
2600
2606
|
flex-shrink: 0;
|
|
2601
2607
|
background: var(--color-background);
|
|
2602
2608
|
}
|
|
2603
|
-
.
|
|
2604
|
-
.
|
|
2609
|
+
._list_7sjlf_161._bordered_7sjlf_165:first-child,
|
|
2610
|
+
._list_7sjlf_161._bordered_7sjlf_165:first-child > :first-child {
|
|
2605
2611
|
border-top-left-radius: inherit;
|
|
2606
2612
|
border-top-right-radius: inherit;
|
|
2607
2613
|
}
|
|
2608
|
-
.
|
|
2609
|
-
.
|
|
2614
|
+
._list_7sjlf_161._bordered_7sjlf_165:last-child,
|
|
2615
|
+
._list_7sjlf_161._bordered_7sjlf_165:last-child > :last-child {
|
|
2610
2616
|
border-bottom-left-radius: inherit;
|
|
2611
2617
|
border-bottom-right-radius: inherit;
|
|
2612
2618
|
border-bottom: 0;
|
|
2613
2619
|
}
|
|
2614
|
-
.
|
|
2620
|
+
._item_7sjlf_78 {
|
|
2615
2621
|
color: inherit;
|
|
2616
2622
|
display: block;
|
|
2617
2623
|
transition: background-color 0.2s;
|
|
@@ -2622,7 +2628,7 @@ html[data-theme='dark'] {
|
|
|
2622
2628
|
overflow-wrap: break-word;
|
|
2623
2629
|
hyphens: auto;
|
|
2624
2630
|
}
|
|
2625
|
-
.
|
|
2631
|
+
._item_7sjlf_78:not(._heading_7sjlf_78):after {
|
|
2626
2632
|
content: '';
|
|
2627
2633
|
position: absolute;
|
|
2628
2634
|
left: 0;
|
|
@@ -2633,41 +2639,41 @@ html[data-theme='dark'] {
|
|
|
2633
2639
|
border-bottom-left-radius: inherit;
|
|
2634
2640
|
transition: background 0.3s, width 0.3s;
|
|
2635
2641
|
}
|
|
2636
|
-
.
|
|
2642
|
+
._item_7sjlf_78._action_7sjlf_198 {
|
|
2637
2643
|
cursor: pointer;
|
|
2638
2644
|
}
|
|
2639
|
-
.
|
|
2645
|
+
._item_7sjlf_78._action_7sjlf_198:not(._active_7sjlf_201):hover {
|
|
2640
2646
|
background: var(--color-background-listitem-hover);
|
|
2641
2647
|
}
|
|
2642
|
-
.
|
|
2648
|
+
._item_7sjlf_78._action_7sjlf_198:not(._active_7sjlf_201):hover:after {
|
|
2643
2649
|
width: 5px;
|
|
2644
2650
|
background: rgba(0, 0, 0, 0.1);
|
|
2645
2651
|
}
|
|
2646
|
-
.
|
|
2652
|
+
._item_7sjlf_78._indented_7sjlf_208:after {
|
|
2647
2653
|
width: 3px;
|
|
2648
2654
|
background: rgba(0, 0, 0, 0.1);
|
|
2649
2655
|
}
|
|
2650
|
-
.
|
|
2656
|
+
._item_7sjlf_78._active_7sjlf_201 {
|
|
2651
2657
|
cursor: default;
|
|
2652
2658
|
position: relative;
|
|
2653
2659
|
z-index: 1;
|
|
2654
2660
|
background: var(--color-background-listitem-active);
|
|
2655
2661
|
}
|
|
2656
|
-
.
|
|
2662
|
+
._item_7sjlf_78._active_7sjlf_201:after {
|
|
2657
2663
|
background: var(--color-background-primary) !important;
|
|
2658
2664
|
}
|
|
2659
|
-
.
|
|
2665
|
+
._item_7sjlf_78._disabled_7sjlf_221 {
|
|
2660
2666
|
color: var(--color-text-faint);
|
|
2661
2667
|
pointer-events: none;
|
|
2662
2668
|
}
|
|
2663
|
-
.
|
|
2669
|
+
._item_7sjlf_78._heading_7sjlf_78 {
|
|
2664
2670
|
color: var(--color-text-muted);
|
|
2665
2671
|
background-color: var(--color-background-cardheader);
|
|
2666
2672
|
}
|
|
2667
|
-
.
|
|
2673
|
+
._item_7sjlf_78._heading_7sjlf_78._action_7sjlf_198:hover {
|
|
2668
2674
|
color: var(--color-text-primary-hover);
|
|
2669
2675
|
}
|
|
2670
|
-
.
|
|
2676
|
+
._item_7sjlf_78 ._label_7sjlf_232 {
|
|
2671
2677
|
margin-right: var(--padding-xs);
|
|
2672
2678
|
flex-shrink: 0;
|
|
2673
2679
|
width: var(--size-sm);
|
|
@@ -2678,38 +2684,38 @@ html[data-theme='dark'] {
|
|
|
2678
2684
|
align-items: center;
|
|
2679
2685
|
justify-content: center;
|
|
2680
2686
|
}
|
|
2681
|
-
.
|
|
2682
|
-
.
|
|
2687
|
+
._item_7sjlf_78 ._details_7sjlf_243,
|
|
2688
|
+
._item_7sjlf_78 ._metadata_7sjlf_244 {
|
|
2683
2689
|
display: block;
|
|
2684
2690
|
width: 100%;
|
|
2685
2691
|
font-weight: normal;
|
|
2686
2692
|
}
|
|
2687
|
-
.
|
|
2693
|
+
._item_7sjlf_78 ._metadata_7sjlf_244 {
|
|
2688
2694
|
color: var(--color-text-muted);
|
|
2689
2695
|
}
|
|
2690
|
-
.
|
|
2696
|
+
._item_7sjlf_78 ._itemContent_7sjlf_252 {
|
|
2691
2697
|
padding: 0 var(--padding) var(--padding-sm);
|
|
2692
2698
|
cursor: auto;
|
|
2693
2699
|
}
|
|
2694
|
-
.
|
|
2700
|
+
._item_7sjlf_78 ._itemContent_7sjlf_252:empty {
|
|
2695
2701
|
padding: inherit;
|
|
2696
2702
|
}
|
|
2697
|
-
.
|
|
2703
|
+
._indentIcon_7sjlf_259 {
|
|
2698
2704
|
color: var(--color-text-faint);
|
|
2699
2705
|
flex-shrink: 0;
|
|
2700
2706
|
margin-right: var(--padding-xxs);
|
|
2701
2707
|
}
|
|
2702
|
-
.
|
|
2708
|
+
._expandIcon_7sjlf_264 {
|
|
2703
2709
|
flex-shrink: 0;
|
|
2704
2710
|
position: relative;
|
|
2705
2711
|
display: flex;
|
|
2706
2712
|
height: var(--line-height);
|
|
2707
2713
|
margin-right: var(--padding-xs);
|
|
2708
2714
|
}
|
|
2709
|
-
.
|
|
2715
|
+
._expandIcon_7sjlf_264._expanded_7sjlf_271 svg {
|
|
2710
2716
|
transform: rotate(90deg);
|
|
2711
2717
|
}
|
|
2712
|
-
.
|
|
2718
|
+
._right_7sjlf_274 {
|
|
2713
2719
|
margin-left: auto;
|
|
2714
2720
|
display: flex;
|
|
2715
2721
|
align-items: center;
|
|
@@ -2717,34 +2723,34 @@ html[data-theme='dark'] {
|
|
|
2717
2723
|
margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
2718
2724
|
min-height: var(--size-sm);
|
|
2719
2725
|
}
|
|
2720
|
-
.
|
|
2726
|
+
._actions_7sjlf_282 {
|
|
2721
2727
|
margin-left: var(--padding-xs);
|
|
2722
2728
|
display: flex;
|
|
2723
2729
|
align-items: center;
|
|
2724
2730
|
}
|
|
2725
|
-
.
|
|
2731
|
+
._scrollableList_7sjlf_287 {
|
|
2726
2732
|
height: 100%;
|
|
2727
2733
|
overflow-y: auto;
|
|
2728
2734
|
scroll-behavior: smooth;
|
|
2729
2735
|
}
|
|
2730
|
-
.
|
|
2736
|
+
._infiniteScrollContainer_7sjlf_292 {
|
|
2731
2737
|
overflow: hidden !important;
|
|
2732
2738
|
}
|
|
2733
|
-
.
|
|
2739
|
+
._hideScrollbar_7sjlf_67 {
|
|
2734
2740
|
/* Firefox */
|
|
2735
2741
|
scrollbar-width: none;
|
|
2736
2742
|
/* IE 10+ */
|
|
2737
2743
|
-ms-overflow-style: none;
|
|
2738
2744
|
/* Chrome, Safari and Opera */
|
|
2739
2745
|
}
|
|
2740
|
-
.
|
|
2746
|
+
._hideScrollbar_7sjlf_67::-webkit-scrollbar {
|
|
2741
2747
|
display: none;
|
|
2742
2748
|
}
|
|
2743
|
-
.
|
|
2749
|
+
._bordered_7sjlf_165 {
|
|
2744
2750
|
box-shadow: inset 0px 0px 0px 2px var(--color-background-primary);
|
|
2745
2751
|
background: var(--color-background-listitem-active);
|
|
2746
2752
|
}
|
|
2747
|
-
.
|
|
2753
|
+
._noPointerEvents_7sjlf_309 {
|
|
2748
2754
|
pointer-events: none;
|
|
2749
2755
|
}
|
|
2750
2756
|
._loader_477i5_1 {
|
|
@@ -9131,80 +9137,80 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
9131
9137
|
width: 8px;
|
|
9132
9138
|
height: 14px;
|
|
9133
9139
|
}
|
|
9134
|
-
.
|
|
9140
|
+
._inputInTable_xzacf_1 {
|
|
9135
9141
|
background-color: transparent;
|
|
9136
9142
|
border-radius: inherit !important;
|
|
9137
9143
|
height: var(--size);
|
|
9138
9144
|
min-height: 100%;
|
|
9139
9145
|
}
|
|
9140
|
-
.
|
|
9146
|
+
._inputInTable_xzacf_1:not(:hover):not([data-error]):not([data-warning]) {
|
|
9141
9147
|
border-color: transparent;
|
|
9142
9148
|
}
|
|
9143
|
-
.
|
|
9149
|
+
._inputInTable_xzacf_1:not(:focus) {
|
|
9144
9150
|
box-shadow: none;
|
|
9145
9151
|
}
|
|
9146
|
-
.
|
|
9152
|
+
._inputHover_xzacf_13 {
|
|
9147
9153
|
position: relative;
|
|
9148
9154
|
border-color: var(--color-border-hover);
|
|
9149
9155
|
z-index: 2;
|
|
9150
9156
|
}
|
|
9151
|
-
.
|
|
9157
|
+
._inputFocus_xzacf_18 {
|
|
9152
9158
|
position: relative;
|
|
9153
9159
|
outline: none !important;
|
|
9154
9160
|
border-color: var(--color-border-focus) !important;
|
|
9155
9161
|
box-shadow: var(--shadow-focus);
|
|
9156
9162
|
z-index: 3;
|
|
9157
9163
|
}
|
|
9158
|
-
.
|
|
9159
|
-
.
|
|
9164
|
+
._inputError_xzacf_25,
|
|
9165
|
+
._inputWarning_xzacf_26 {
|
|
9160
9166
|
position: relative;
|
|
9161
9167
|
}
|
|
9162
|
-
.
|
|
9168
|
+
._inputError_xzacf_25 {
|
|
9163
9169
|
z-index: 2;
|
|
9164
9170
|
border-color: var(--color-border-error);
|
|
9165
9171
|
color: var(--color-text-error) !important;
|
|
9166
9172
|
background-color: var(--color-background-error-muted);
|
|
9167
9173
|
}
|
|
9168
|
-
.
|
|
9174
|
+
._inputError_xzacf_25:hover {
|
|
9169
9175
|
border-color: var(--color-border-error-hover) !important;
|
|
9170
9176
|
}
|
|
9171
|
-
.
|
|
9177
|
+
._inputError_xzacf_25:focus {
|
|
9172
9178
|
position: relative;
|
|
9173
9179
|
outline: none !important;
|
|
9174
9180
|
border-color: var(--color-border-focus) !important;
|
|
9175
9181
|
box-shadow: var(--shadow-focus);
|
|
9176
9182
|
z-index: 3;
|
|
9177
9183
|
}
|
|
9178
|
-
.
|
|
9184
|
+
._inputWarning_xzacf_26 {
|
|
9179
9185
|
z-index: 1;
|
|
9180
9186
|
border-color: var(--color-border-warning);
|
|
9181
9187
|
color: var(--color-text-warning) !important;
|
|
9182
9188
|
background-color: var(--color-background-warning-muted);
|
|
9183
9189
|
}
|
|
9184
|
-
.
|
|
9190
|
+
._inputWarning_xzacf_26:hover {
|
|
9185
9191
|
border-color: var(--color-border-warning-hover) !important;
|
|
9186
9192
|
}
|
|
9187
|
-
.
|
|
9193
|
+
._inputWarning_xzacf_26:focus {
|
|
9188
9194
|
position: relative;
|
|
9189
9195
|
outline: none !important;
|
|
9190
9196
|
border-color: var(--color-border-focus) !important;
|
|
9191
9197
|
box-shadow: var(--shadow-focus);
|
|
9192
9198
|
z-index: 3;
|
|
9193
9199
|
}
|
|
9194
|
-
.
|
|
9200
|
+
._inputDisabled_xzacf_61 {
|
|
9195
9201
|
pointer-events: none;
|
|
9196
9202
|
background-color: var(--color-background-disabled);
|
|
9197
9203
|
color: var(--color-text-muted);
|
|
9198
9204
|
box-shadow: none;
|
|
9199
9205
|
}
|
|
9200
|
-
.
|
|
9206
|
+
._hideScrollbars_xzacf_67 {
|
|
9201
9207
|
/* Firefox */
|
|
9202
9208
|
scrollbar-width: none;
|
|
9203
9209
|
/* IE 10+ */
|
|
9204
9210
|
-ms-overflow-style: none;
|
|
9205
9211
|
/* Chrome, Safari and Opera */
|
|
9206
9212
|
}
|
|
9207
|
-
.
|
|
9213
|
+
._hideScrollbars_xzacf_67::-webkit-scrollbar {
|
|
9208
9214
|
display: none;
|
|
9209
9215
|
}
|
|
9210
9216
|
:root {
|
|
@@ -9215,7 +9221,7 @@ html[data-theme='dark'] {
|
|
|
9215
9221
|
--color-background-table-header: var(--color-neutral-800);
|
|
9216
9222
|
--color-background-table-row-tinted: var(--color-neutral-800);
|
|
9217
9223
|
}
|
|
9218
|
-
.
|
|
9224
|
+
._wrapper_xzacf_85 {
|
|
9219
9225
|
border-radius: inherit;
|
|
9220
9226
|
max-height: 100%;
|
|
9221
9227
|
max-width: 100%;
|
|
@@ -9223,22 +9229,22 @@ html[data-theme='dark'] {
|
|
|
9223
9229
|
flex-direction: column;
|
|
9224
9230
|
overflow: hidden;
|
|
9225
9231
|
}
|
|
9226
|
-
.
|
|
9232
|
+
._wrapper_xzacf_85._bordered_xzacf_93 {
|
|
9227
9233
|
border-radius: var(--border-radius);
|
|
9228
9234
|
border: 1px solid var(--color-border);
|
|
9229
9235
|
box-shadow: var(--shadow-card);
|
|
9230
9236
|
}
|
|
9231
|
-
.
|
|
9237
|
+
._scroll_xzacf_98 {
|
|
9232
9238
|
overflow-y: auto;
|
|
9233
9239
|
border-radius: inherit;
|
|
9234
9240
|
flex: 1;
|
|
9235
9241
|
min-height: 0;
|
|
9236
9242
|
}
|
|
9237
|
-
.
|
|
9243
|
+
._scroll_xzacf_98:not(:first-child) {
|
|
9238
9244
|
border-top-left-radius: 0;
|
|
9239
9245
|
border-top-right-radius: 0;
|
|
9240
9246
|
}
|
|
9241
|
-
.
|
|
9247
|
+
._table_xzacf_108 {
|
|
9242
9248
|
background: var(--color-background-raised);
|
|
9243
9249
|
color: var(--color-text);
|
|
9244
9250
|
border-collapse: separate;
|
|
@@ -9247,34 +9253,39 @@ html[data-theme='dark'] {
|
|
|
9247
9253
|
width: 100%;
|
|
9248
9254
|
font-variant-numeric: tabular-nums;
|
|
9249
9255
|
}
|
|
9250
|
-
.
|
|
9256
|
+
._table_xzacf_108 > :first-child {
|
|
9251
9257
|
border-top-left-radius: inherit;
|
|
9252
9258
|
border-top-right-radius: inherit;
|
|
9253
9259
|
}
|
|
9254
|
-
.
|
|
9260
|
+
._table_xzacf_108 > :first-child > :first-child {
|
|
9255
9261
|
border-top-left-radius: inherit;
|
|
9256
9262
|
border-top-right-radius: inherit;
|
|
9257
9263
|
}
|
|
9258
|
-
.
|
|
9264
|
+
._table_xzacf_108 > :first-child > :first-child > :first-child {
|
|
9259
9265
|
border-top-left-radius: inherit;
|
|
9260
9266
|
}
|
|
9261
|
-
.
|
|
9267
|
+
._table_xzacf_108 > :first-child > :first-child > :last-child {
|
|
9262
9268
|
border-top-right-radius: inherit;
|
|
9263
9269
|
}
|
|
9264
|
-
.
|
|
9270
|
+
._table_xzacf_108 > :last-child {
|
|
9265
9271
|
border-bottom-left-radius: inherit;
|
|
9266
9272
|
border-bottom-right-radius: inherit;
|
|
9267
9273
|
}
|
|
9268
|
-
.
|
|
9274
|
+
._table_xzacf_108 > :last-child > :last-child {
|
|
9269
9275
|
border-bottom-left-radius: inherit;
|
|
9270
9276
|
border-bottom-right-radius: inherit;
|
|
9271
9277
|
}
|
|
9272
|
-
.
|
|
9278
|
+
._table_xzacf_108 > :last-child > :last-child > :first-child {
|
|
9273
9279
|
border-bottom-left-radius: inherit;
|
|
9274
9280
|
}
|
|
9275
|
-
.
|
|
9281
|
+
._table_xzacf_108 > :last-child > :last-child > :last-child {
|
|
9276
9282
|
border-bottom-right-radius: inherit;
|
|
9277
9283
|
}
|
|
9284
|
+
._dragOverlay_xzacf_145 {
|
|
9285
|
+
box-shadow: var(--shadow-layer);
|
|
9286
|
+
border-radius: var(--border-radius);
|
|
9287
|
+
overflow: hidden;
|
|
9288
|
+
}
|
|
9278
9289
|
th,
|
|
9279
9290
|
td {
|
|
9280
9291
|
padding: var(--padding-input) !important;
|
|
@@ -9288,10 +9299,10 @@ th:not(:first-child),
|
|
|
9288
9299
|
td:not(:first-child) {
|
|
9289
9300
|
border-left-width: 1px;
|
|
9290
9301
|
}
|
|
9291
|
-
.
|
|
9292
|
-
.
|
|
9293
|
-
.
|
|
9294
|
-
.
|
|
9302
|
+
._table_xzacf_108 > *:not(:last-child) > tr th,
|
|
9303
|
+
._table_xzacf_108 > *:not(:last-child) > tr td,
|
|
9304
|
+
._table_xzacf_108 > *:last-child > tr:not(:last-child) th,
|
|
9305
|
+
._table_xzacf_108 > *:last-child > tr:not(:last-child) td {
|
|
9295
9306
|
border-bottom-width: 1px;
|
|
9296
9307
|
}
|
|
9297
9308
|
@-moz-document url-prefix() {
|
|
@@ -9314,11 +9325,12 @@ thead tr {
|
|
|
9314
9325
|
}
|
|
9315
9326
|
tbody {
|
|
9316
9327
|
overflow: hidden;
|
|
9328
|
+
background-color: var(--color-background);
|
|
9317
9329
|
}
|
|
9318
9330
|
tbody tr {
|
|
9319
9331
|
background-color: var(--color-background-raised);
|
|
9320
9332
|
}
|
|
9321
|
-
.
|
|
9333
|
+
._striped_xzacf_194 tbody tr:nth-child(even) {
|
|
9322
9334
|
background-color: var(--color-background-table-row-tinted);
|
|
9323
9335
|
}
|
|
9324
9336
|
._title_zn5s7_1 {
|
|
@@ -9347,14 +9359,14 @@ tbody tr {
|
|
|
9347
9359
|
justify-content: space-between;
|
|
9348
9360
|
border-top: 1px solid var(--color-border);
|
|
9349
9361
|
}
|
|
9350
|
-
.
|
|
9362
|
+
._clickableRow_10f34_1 {
|
|
9351
9363
|
cursor: pointer;
|
|
9352
9364
|
}
|
|
9353
|
-
.
|
|
9354
|
-
.
|
|
9365
|
+
._hoverableRow_10f34_4:not(._rowActive_10f34_4):hover,
|
|
9366
|
+
._clickableRow_10f34_1:not(._rowActive_10f34_4):hover {
|
|
9355
9367
|
background-color: var(--color-background-listitem-hover) !important;
|
|
9356
9368
|
}
|
|
9357
|
-
.
|
|
9369
|
+
._expandableRow_10f34_8._flush_10f34_8 {
|
|
9358
9370
|
padding: 0 !important;
|
|
9359
9371
|
height: auto !important;
|
|
9360
9372
|
}
|
|
@@ -9364,11 +9376,11 @@ tr[data-warning] {
|
|
|
9364
9376
|
tr[data-error] {
|
|
9365
9377
|
background-color: var(--color-background-error-muted) !important;
|
|
9366
9378
|
}
|
|
9367
|
-
.
|
|
9379
|
+
._rowActive_10f34_4 {
|
|
9368
9380
|
position: relative;
|
|
9369
9381
|
background-color: var(--color-background-listitem-active) !important;
|
|
9370
9382
|
}
|
|
9371
|
-
.
|
|
9383
|
+
._rowActive_10f34_4:after {
|
|
9372
9384
|
content: '';
|
|
9373
9385
|
position: absolute;
|
|
9374
9386
|
left: 0;
|
|
@@ -9380,23 +9392,25 @@ tr[data-error] {
|
|
|
9380
9392
|
transition: background 0.3s;
|
|
9381
9393
|
background: var(--color-background-primary);
|
|
9382
9394
|
}
|
|
9383
|
-
.
|
|
9395
|
+
._dragIconCell_10f34_34 {
|
|
9384
9396
|
width: var(--size);
|
|
9385
9397
|
min-width: var(--size);
|
|
9386
9398
|
position: relative;
|
|
9387
9399
|
}
|
|
9388
|
-
.
|
|
9400
|
+
._dragIcon_10f34_34 {
|
|
9389
9401
|
display: flex;
|
|
9390
9402
|
align-items: center;
|
|
9391
9403
|
justify-content: center;
|
|
9392
9404
|
position: absolute;
|
|
9393
9405
|
inset: 0;
|
|
9394
9406
|
color: var(--color-text-faint);
|
|
9407
|
+
cursor: grab;
|
|
9395
9408
|
}
|
|
9396
|
-
.
|
|
9409
|
+
._dragIcon_10f34_34:hover {
|
|
9397
9410
|
color: var(--color-text-primary-hover);
|
|
9398
9411
|
}
|
|
9399
|
-
.
|
|
9412
|
+
._dragIcon_10f34_34:active {
|
|
9413
|
+
cursor: grabbing;
|
|
9400
9414
|
color: var(--color-text-primary-active);
|
|
9401
9415
|
}
|
|
9402
9416
|
._inputInTable_ie6ng_1 {
|