@oliasoft-open-source/react-ui-library 4.16.1 → 4.16.2-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 CHANGED
@@ -2442,123 +2442,135 @@ html[data-theme='dark'] {
2442
2442
  border-top-left-radius: 0 !important;
2443
2443
  border-bottom-left-radius: 0 !important;
2444
2444
  }
2445
- ._inputInTable_7sjlf_1 {
2445
+ ._inputInTable_nnoig_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
- ._inputInTable_7sjlf_1:not(:hover):not([data-error]):not([data-warning]) {
2451
+ ._inputInTable_nnoig_1:not(:hover):not([data-error]):not([data-warning]) {
2452
2452
  border-color: transparent;
2453
2453
  }
2454
- ._inputInTable_7sjlf_1:not(:focus) {
2454
+ ._inputInTable_nnoig_1:not(:focus) {
2455
2455
  box-shadow: none;
2456
2456
  }
2457
- ._inputHover_7sjlf_13 {
2457
+ ._inputHover_nnoig_13 {
2458
2458
  position: relative;
2459
2459
  border-color: var(--color-border-hover);
2460
2460
  z-index: 2;
2461
2461
  }
2462
- ._inputFocus_7sjlf_18 {
2462
+ ._inputFocus_nnoig_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
- ._inputError_7sjlf_25,
2470
- ._inputWarning_7sjlf_26 {
2469
+ ._inputError_nnoig_25,
2470
+ ._inputWarning_nnoig_26 {
2471
2471
  position: relative;
2472
2472
  }
2473
- ._inputError_7sjlf_25 {
2473
+ ._inputError_nnoig_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
- ._inputError_7sjlf_25:hover {
2479
+ ._inputError_nnoig_25:hover {
2480
2480
  border-color: var(--color-border-error-hover) !important;
2481
2481
  }
2482
- ._inputError_7sjlf_25:focus {
2482
+ ._inputError_nnoig_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
- ._inputWarning_7sjlf_26 {
2489
+ ._inputWarning_nnoig_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
- ._inputWarning_7sjlf_26:hover {
2495
+ ._inputWarning_nnoig_26:hover {
2496
2496
  border-color: var(--color-border-warning-hover) !important;
2497
2497
  }
2498
- ._inputWarning_7sjlf_26:focus {
2498
+ ._inputWarning_nnoig_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
- ._inputDisabled_7sjlf_61 {
2505
+ ._inputDisabled_nnoig_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
- ._hideScrollbars_7sjlf_67 {
2511
+ ._hideScrollbars_nnoig_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
- ._hideScrollbars_7sjlf_67::-webkit-scrollbar {
2518
+ ._hideScrollbars_nnoig_67::-webkit-scrollbar {
2519
2519
  display: none;
2520
2520
  }
2521
- ._header_7sjlf_77 ._headerTitle_7sjlf_77,
2522
- ._heading_7sjlf_78 ._itemHeader_7sjlf_78 {
2521
+ ._list_nnoig_77 {
2522
+ display: flex;
2523
+ flex-direction: column;
2524
+ max-height: 100%;
2525
+ overflow: hidden;
2526
+ }
2527
+ ._bordered_nnoig_83 {
2528
+ border: 1px solid var(--color-border);
2529
+ border-radius: var(--border-radius);
2530
+ }
2531
+ ._header_nnoig_87 ._headerTitle_nnoig_87,
2532
+ ._heading_nnoig_88 ._itemHeader_nnoig_88 {
2523
2533
  transition: opacity 0.3s;
2524
2534
  }
2525
- ._narrow_7sjlf_81 ._header_7sjlf_77 ._headerTitle_7sjlf_77,
2526
- ._narrow_7sjlf_81 ._heading_7sjlf_78 ._itemHeader_7sjlf_78 {
2535
+ ._narrow_nnoig_91 ._header_nnoig_87 ._headerTitle_nnoig_87,
2536
+ ._narrow_nnoig_91 ._heading_nnoig_88 ._itemHeader_nnoig_88 {
2527
2537
  opacity: 0;
2528
2538
  }
2529
- ._stickyHeader_7sjlf_85 {
2539
+ ._stickyHeader_nnoig_95 {
2530
2540
  position: sticky;
2531
2541
  top: 0;
2532
2542
  background-color: var(--color-background);
2533
2543
  z-index: 10;
2534
2544
  }
2535
- ._itemHeader_7sjlf_78 {
2545
+ ._itemHeader_nnoig_88 {
2536
2546
  padding: var(--padding-xs) var(--padding);
2537
2547
  display: flex;
2538
2548
  align-items: flex-start;
2539
2549
  }
2540
- ._itemHeader_7sjlf_78 ._title_7sjlf_96 {
2550
+ ._itemHeader_nnoig_88 ._title_nnoig_106 {
2541
2551
  margin: 0;
2542
2552
  padding: 0;
2543
2553
  flex-grow: 1;
2544
2554
  min-width: 0;
2545
2555
  }
2546
- ._itemHeader_7sjlf_78 ._name_7sjlf_102 {
2556
+ ._itemHeader_nnoig_88 ._name_nnoig_112 {
2547
2557
  font-weight: 400;
2548
2558
  }
2549
- ._itemHeader_7sjlf_78 ._iconTooltipMargin_7sjlf_105 {
2559
+ ._itemHeader_nnoig_88 ._iconTooltipMargin_nnoig_115 {
2550
2560
  margin-left: var(--padding-xs);
2551
2561
  }
2552
- ._itemHeader_7sjlf_78 ._bold_7sjlf_108 {
2562
+ ._itemHeader_nnoig_88 ._bold_nnoig_118 {
2553
2563
  font-weight: bold;
2554
2564
  }
2555
- ._header_7sjlf_77 {
2565
+ ._header_nnoig_87 {
2556
2566
  padding: var(--padding);
2557
2567
  display: flex;
2558
2568
  align-items: center;
2559
2569
  border-bottom: 1px solid var(--color-border);
2570
+ position: sticky;
2571
+ top: 0;
2560
2572
  }
2561
- ._toggleNarrow_7sjlf_117 {
2573
+ ._toggleNarrow_nnoig_129 {
2562
2574
  margin-right: 16px;
2563
2575
  margin-left: -5px;
2564
2576
  color: #c8c8c8;
@@ -2567,16 +2579,16 @@ html[data-theme='dark'] {
2567
2579
  width: 22px;
2568
2580
  justify-content: center;
2569
2581
  }
2570
- ._toggleNarrow_7sjlf_117:hover {
2582
+ ._toggleNarrow_nnoig_129:hover {
2571
2583
  color: var(--color-text-primary-hover);
2572
2584
  }
2573
- ._toggleNarrow_7sjlf_117:active {
2585
+ ._toggleNarrow_nnoig_129:active {
2574
2586
  color: var(--color-text-primary-active);
2575
2587
  }
2576
- ._narrow_7sjlf_81 ._toggleNarrow_7sjlf_117 {
2588
+ ._narrow_nnoig_91 ._toggleNarrow_nnoig_129 {
2577
2589
  transform: scaleX(-1);
2578
2590
  }
2579
- ._drag_7sjlf_135 {
2591
+ ._drag_nnoig_147 {
2580
2592
  color: var(--color-text-faint);
2581
2593
  display: flex;
2582
2594
  align-items: center;
@@ -2590,34 +2602,24 @@ html[data-theme='dark'] {
2590
2602
  width: var(--size-sm);
2591
2603
  flex-shrink: 0;
2592
2604
  }
2593
- ._drag_7sjlf_135:hover {
2605
+ ._drag_nnoig_147:hover {
2594
2606
  color: var(--color-text-primary-hover);
2595
2607
  }
2596
- ._drag_7sjlf_135:active {
2608
+ ._drag_nnoig_147:active {
2597
2609
  cursor: grabbing;
2598
2610
  color: var(--color-text-primary-active);
2599
2611
  }
2600
- ._dragOverlay_7sjlf_156 {
2612
+ ._dragOverlay_nnoig_168 {
2601
2613
  box-shadow: var(--shadow-layer);
2602
2614
  border-radius: var(--border-radius);
2603
2615
  overflow: hidden;
2604
2616
  }
2605
- ._list_7sjlf_161 {
2606
- flex-shrink: 0;
2617
+ ._listContent_nnoig_173 {
2618
+ flex: 1;
2619
+ overflow-y: auto;
2607
2620
  background: var(--color-background);
2608
2621
  }
2609
- ._list_7sjlf_161._bordered_7sjlf_165:first-child,
2610
- ._list_7sjlf_161._bordered_7sjlf_165:first-child > :first-child {
2611
- border-top-left-radius: inherit;
2612
- border-top-right-radius: inherit;
2613
- }
2614
- ._list_7sjlf_161._bordered_7sjlf_165:last-child,
2615
- ._list_7sjlf_161._bordered_7sjlf_165:last-child > :last-child {
2616
- border-bottom-left-radius: inherit;
2617
- border-bottom-right-radius: inherit;
2618
- border-bottom: 0;
2619
- }
2620
- ._item_7sjlf_78 {
2622
+ ._item_nnoig_88 {
2621
2623
  color: inherit;
2622
2624
  display: block;
2623
2625
  transition: background-color 0.2s;
@@ -2628,7 +2630,7 @@ html[data-theme='dark'] {
2628
2630
  overflow-wrap: break-word;
2629
2631
  hyphens: auto;
2630
2632
  }
2631
- ._item_7sjlf_78:not(._heading_7sjlf_78):after {
2633
+ ._item_nnoig_88:not(._heading_nnoig_88):after {
2632
2634
  content: '';
2633
2635
  position: absolute;
2634
2636
  left: 0;
@@ -2639,41 +2641,41 @@ html[data-theme='dark'] {
2639
2641
  border-bottom-left-radius: inherit;
2640
2642
  transition: background 0.3s, width 0.3s;
2641
2643
  }
2642
- ._item_7sjlf_78._action_7sjlf_198 {
2644
+ ._item_nnoig_88._action_nnoig_200 {
2643
2645
  cursor: pointer;
2644
2646
  }
2645
- ._item_7sjlf_78._action_7sjlf_198:not(._active_7sjlf_201):hover {
2647
+ ._item_nnoig_88._action_nnoig_200:not(._active_nnoig_203):hover {
2646
2648
  background: var(--color-background-listitem-hover);
2647
2649
  }
2648
- ._item_7sjlf_78._action_7sjlf_198:not(._active_7sjlf_201):hover:after {
2650
+ ._item_nnoig_88._action_nnoig_200:not(._active_nnoig_203):hover:after {
2649
2651
  width: 5px;
2650
2652
  background: rgba(0, 0, 0, 0.1);
2651
2653
  }
2652
- ._item_7sjlf_78._indented_7sjlf_208:after {
2654
+ ._item_nnoig_88._indented_nnoig_210:after {
2653
2655
  width: 3px;
2654
2656
  background: rgba(0, 0, 0, 0.1);
2655
2657
  }
2656
- ._item_7sjlf_78._active_7sjlf_201 {
2658
+ ._item_nnoig_88._active_nnoig_203 {
2657
2659
  cursor: default;
2658
2660
  position: relative;
2659
2661
  z-index: 1;
2660
2662
  background: var(--color-background-listitem-active);
2661
2663
  }
2662
- ._item_7sjlf_78._active_7sjlf_201:after {
2664
+ ._item_nnoig_88._active_nnoig_203:after {
2663
2665
  background: var(--color-background-primary) !important;
2664
2666
  }
2665
- ._item_7sjlf_78._disabled_7sjlf_221 {
2667
+ ._item_nnoig_88._disabled_nnoig_223 {
2666
2668
  color: var(--color-text-faint);
2667
2669
  pointer-events: none;
2668
2670
  }
2669
- ._item_7sjlf_78._heading_7sjlf_78 {
2671
+ ._item_nnoig_88._heading_nnoig_88 {
2670
2672
  color: var(--color-text-muted);
2671
2673
  background-color: var(--color-background-cardheader);
2672
2674
  }
2673
- ._item_7sjlf_78._heading_7sjlf_78._action_7sjlf_198:hover {
2675
+ ._item_nnoig_88._heading_nnoig_88._action_nnoig_200:hover {
2674
2676
  color: var(--color-text-primary-hover);
2675
2677
  }
2676
- ._item_7sjlf_78 ._label_7sjlf_232 {
2678
+ ._item_nnoig_88 ._label_nnoig_234 {
2677
2679
  margin-right: var(--padding-xs);
2678
2680
  flex-shrink: 0;
2679
2681
  width: var(--size-sm);
@@ -2684,38 +2686,38 @@ html[data-theme='dark'] {
2684
2686
  align-items: center;
2685
2687
  justify-content: center;
2686
2688
  }
2687
- ._item_7sjlf_78 ._details_7sjlf_243,
2688
- ._item_7sjlf_78 ._metadata_7sjlf_244 {
2689
+ ._item_nnoig_88 ._details_nnoig_245,
2690
+ ._item_nnoig_88 ._metadata_nnoig_246 {
2689
2691
  display: block;
2690
2692
  width: 100%;
2691
2693
  font-weight: normal;
2692
2694
  }
2693
- ._item_7sjlf_78 ._metadata_7sjlf_244 {
2695
+ ._item_nnoig_88 ._metadata_nnoig_246 {
2694
2696
  color: var(--color-text-muted);
2695
2697
  }
2696
- ._item_7sjlf_78 ._itemContent_7sjlf_252 {
2698
+ ._item_nnoig_88 ._itemContent_nnoig_254 {
2697
2699
  padding: 0 var(--padding) var(--padding-sm);
2698
2700
  cursor: auto;
2699
2701
  }
2700
- ._item_7sjlf_78 ._itemContent_7sjlf_252:empty {
2702
+ ._item_nnoig_88 ._itemContent_nnoig_254:empty {
2701
2703
  padding: inherit;
2702
2704
  }
2703
- ._indentIcon_7sjlf_259 {
2705
+ ._indentIcon_nnoig_261 {
2704
2706
  color: var(--color-text-faint);
2705
2707
  flex-shrink: 0;
2706
2708
  margin-right: var(--padding-xxs);
2707
2709
  }
2708
- ._expandIcon_7sjlf_264 {
2710
+ ._expandIcon_nnoig_266 {
2709
2711
  flex-shrink: 0;
2710
2712
  position: relative;
2711
2713
  display: flex;
2712
2714
  height: var(--line-height);
2713
2715
  margin-right: var(--padding-xs);
2714
2716
  }
2715
- ._expandIcon_7sjlf_264._expanded_7sjlf_271 svg {
2717
+ ._expandIcon_nnoig_266._expanded_nnoig_273 svg {
2716
2718
  transform: rotate(90deg);
2717
2719
  }
2718
- ._right_7sjlf_274 {
2720
+ ._right_nnoig_276 {
2719
2721
  margin-left: auto;
2720
2722
  display: flex;
2721
2723
  align-items: center;
@@ -2723,36 +2725,42 @@ html[data-theme='dark'] {
2723
2725
  margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
2724
2726
  min-height: var(--size-sm);
2725
2727
  }
2726
- ._actions_7sjlf_282 {
2728
+ ._actions_nnoig_284 {
2727
2729
  margin-left: var(--padding-xs);
2728
2730
  display: flex;
2729
2731
  align-items: center;
2730
2732
  }
2731
- ._scrollableList_7sjlf_287 {
2733
+ ._scrollableList_nnoig_289 {
2732
2734
  height: 100%;
2733
2735
  overflow-y: auto;
2734
2736
  scroll-behavior: smooth;
2735
2737
  }
2736
- ._infiniteScrollContainer_7sjlf_292 {
2738
+ ._infiniteScrollContainer_nnoig_294 {
2737
2739
  overflow: hidden !important;
2738
2740
  }
2739
- ._hideScrollbar_7sjlf_67 {
2741
+ ._hideScrollbar_nnoig_67 {
2740
2742
  /* Firefox */
2741
2743
  scrollbar-width: none;
2742
2744
  /* IE 10+ */
2743
2745
  -ms-overflow-style: none;
2744
2746
  /* Chrome, Safari and Opera */
2745
2747
  }
2746
- ._hideScrollbar_7sjlf_67::-webkit-scrollbar {
2748
+ ._hideScrollbar_nnoig_67::-webkit-scrollbar {
2747
2749
  display: none;
2748
2750
  }
2749
- ._bordered_7sjlf_165 {
2750
- box-shadow: inset 0px 0px 0px 2px var(--color-background-primary);
2751
- background: var(--color-background-listitem-active);
2752
- }
2753
- ._noPointerEvents_7sjlf_309 {
2751
+ ._noPointerEvents_nnoig_307 {
2754
2752
  pointer-events: none;
2755
2753
  }
2754
+ ._virtualRows_nnoig_310 {
2755
+ width: 100%;
2756
+ position: relative;
2757
+ }
2758
+ ._virtualRow_nnoig_310 {
2759
+ position: absolute;
2760
+ top: 0;
2761
+ left: 0;
2762
+ width: 100%;
2763
+ }
2756
2764
  ._loader_477i5_1 {
2757
2765
  width: 100%;
2758
2766
  height: 100%;
@@ -9137,80 +9145,80 @@ button:active .remirror-menu-pane-shortcut,
9137
9145
  width: 8px;
9138
9146
  height: 14px;
9139
9147
  }
9140
- ._inputInTable_xzacf_1 {
9148
+ ._inputInTable_1p5u4_1 {
9141
9149
  background-color: transparent;
9142
9150
  border-radius: inherit !important;
9143
9151
  height: var(--size);
9144
9152
  min-height: 100%;
9145
9153
  }
9146
- ._inputInTable_xzacf_1:not(:hover):not([data-error]):not([data-warning]) {
9154
+ ._inputInTable_1p5u4_1:not(:hover):not([data-error]):not([data-warning]) {
9147
9155
  border-color: transparent;
9148
9156
  }
9149
- ._inputInTable_xzacf_1:not(:focus) {
9157
+ ._inputInTable_1p5u4_1:not(:focus) {
9150
9158
  box-shadow: none;
9151
9159
  }
9152
- ._inputHover_xzacf_13 {
9160
+ ._inputHover_1p5u4_13 {
9153
9161
  position: relative;
9154
9162
  border-color: var(--color-border-hover);
9155
9163
  z-index: 2;
9156
9164
  }
9157
- ._inputFocus_xzacf_18 {
9165
+ ._inputFocus_1p5u4_18 {
9158
9166
  position: relative;
9159
9167
  outline: none !important;
9160
9168
  border-color: var(--color-border-focus) !important;
9161
9169
  box-shadow: var(--shadow-focus);
9162
9170
  z-index: 3;
9163
9171
  }
9164
- ._inputError_xzacf_25,
9165
- ._inputWarning_xzacf_26 {
9172
+ ._inputError_1p5u4_25,
9173
+ ._inputWarning_1p5u4_26 {
9166
9174
  position: relative;
9167
9175
  }
9168
- ._inputError_xzacf_25 {
9176
+ ._inputError_1p5u4_25 {
9169
9177
  z-index: 2;
9170
9178
  border-color: var(--color-border-error);
9171
9179
  color: var(--color-text-error) !important;
9172
9180
  background-color: var(--color-background-error-muted);
9173
9181
  }
9174
- ._inputError_xzacf_25:hover {
9182
+ ._inputError_1p5u4_25:hover {
9175
9183
  border-color: var(--color-border-error-hover) !important;
9176
9184
  }
9177
- ._inputError_xzacf_25:focus {
9185
+ ._inputError_1p5u4_25:focus {
9178
9186
  position: relative;
9179
9187
  outline: none !important;
9180
9188
  border-color: var(--color-border-focus) !important;
9181
9189
  box-shadow: var(--shadow-focus);
9182
9190
  z-index: 3;
9183
9191
  }
9184
- ._inputWarning_xzacf_26 {
9192
+ ._inputWarning_1p5u4_26 {
9185
9193
  z-index: 1;
9186
9194
  border-color: var(--color-border-warning);
9187
9195
  color: var(--color-text-warning) !important;
9188
9196
  background-color: var(--color-background-warning-muted);
9189
9197
  }
9190
- ._inputWarning_xzacf_26:hover {
9198
+ ._inputWarning_1p5u4_26:hover {
9191
9199
  border-color: var(--color-border-warning-hover) !important;
9192
9200
  }
9193
- ._inputWarning_xzacf_26:focus {
9201
+ ._inputWarning_1p5u4_26:focus {
9194
9202
  position: relative;
9195
9203
  outline: none !important;
9196
9204
  border-color: var(--color-border-focus) !important;
9197
9205
  box-shadow: var(--shadow-focus);
9198
9206
  z-index: 3;
9199
9207
  }
9200
- ._inputDisabled_xzacf_61 {
9208
+ ._inputDisabled_1p5u4_61 {
9201
9209
  pointer-events: none;
9202
9210
  background-color: var(--color-background-disabled);
9203
9211
  color: var(--color-text-muted);
9204
9212
  box-shadow: none;
9205
9213
  }
9206
- ._hideScrollbars_xzacf_67 {
9214
+ ._hideScrollbars_1p5u4_67 {
9207
9215
  /* Firefox */
9208
9216
  scrollbar-width: none;
9209
9217
  /* IE 10+ */
9210
9218
  -ms-overflow-style: none;
9211
9219
  /* Chrome, Safari and Opera */
9212
9220
  }
9213
- ._hideScrollbars_xzacf_67::-webkit-scrollbar {
9221
+ ._hideScrollbars_1p5u4_67::-webkit-scrollbar {
9214
9222
  display: none;
9215
9223
  }
9216
9224
  :root {
@@ -9221,7 +9229,7 @@ html[data-theme='dark'] {
9221
9229
  --color-background-table-header: var(--color-neutral-800);
9222
9230
  --color-background-table-row-tinted: var(--color-neutral-800);
9223
9231
  }
9224
- ._wrapper_xzacf_85 {
9232
+ ._wrapper_1p5u4_85 {
9225
9233
  border-radius: inherit;
9226
9234
  max-height: 100%;
9227
9235
  max-width: 100%;
@@ -9229,23 +9237,23 @@ html[data-theme='dark'] {
9229
9237
  flex-direction: column;
9230
9238
  overflow: hidden;
9231
9239
  }
9232
- ._wrapper_xzacf_85._bordered_xzacf_93 {
9240
+ ._wrapper_1p5u4_85._bordered_1p5u4_93 {
9233
9241
  border-radius: var(--border-radius);
9234
9242
  border: 1px solid var(--color-border);
9235
9243
  box-shadow: var(--shadow-card);
9236
9244
  }
9237
- ._scroll_xzacf_98 {
9245
+ ._scroll_1p5u4_98 {
9246
+ background: var(--color-background);
9238
9247
  overflow-y: auto;
9239
9248
  border-radius: inherit;
9240
9249
  flex: 1;
9241
9250
  min-height: 0;
9242
9251
  }
9243
- ._scroll_xzacf_98:not(:first-child) {
9252
+ ._scroll_1p5u4_98:not(:first-child) {
9244
9253
  border-top-left-radius: 0;
9245
9254
  border-top-right-radius: 0;
9246
9255
  }
9247
- ._table_xzacf_108 {
9248
- background: var(--color-background-raised);
9256
+ ._table_1p5u4_109 {
9249
9257
  color: var(--color-text);
9250
9258
  border-collapse: separate;
9251
9259
  border-spacing: 0;
@@ -9253,38 +9261,39 @@ html[data-theme='dark'] {
9253
9261
  width: 100%;
9254
9262
  font-variant-numeric: tabular-nums;
9255
9263
  }
9256
- ._table_xzacf_108 > :first-child {
9264
+ ._table_1p5u4_109 > :first-child {
9257
9265
  border-top-left-radius: inherit;
9258
9266
  border-top-right-radius: inherit;
9259
9267
  }
9260
- ._table_xzacf_108 > :first-child > :first-child {
9268
+ ._table_1p5u4_109 > :first-child > :first-child {
9261
9269
  border-top-left-radius: inherit;
9262
9270
  border-top-right-radius: inherit;
9263
9271
  }
9264
- ._table_xzacf_108 > :first-child > :first-child > :first-child {
9272
+ ._table_1p5u4_109 > :first-child > :first-child > :first-child {
9265
9273
  border-top-left-radius: inherit;
9266
9274
  }
9267
- ._table_xzacf_108 > :first-child > :first-child > :last-child {
9275
+ ._table_1p5u4_109 > :first-child > :first-child > :last-child {
9268
9276
  border-top-right-radius: inherit;
9269
9277
  }
9270
- ._table_xzacf_108 > :last-child {
9278
+ ._table_1p5u4_109 > :last-child {
9271
9279
  border-bottom-left-radius: inherit;
9272
9280
  border-bottom-right-radius: inherit;
9273
9281
  }
9274
- ._table_xzacf_108 > :last-child > :last-child {
9282
+ ._table_1p5u4_109 > :last-child > :last-child {
9275
9283
  border-bottom-left-radius: inherit;
9276
9284
  border-bottom-right-radius: inherit;
9277
9285
  }
9278
- ._table_xzacf_108 > :last-child > :last-child > :first-child {
9286
+ ._table_1p5u4_109 > :last-child > :last-child > :first-child {
9279
9287
  border-bottom-left-radius: inherit;
9280
9288
  }
9281
- ._table_xzacf_108 > :last-child > :last-child > :last-child {
9289
+ ._table_1p5u4_109 > :last-child > :last-child > :last-child {
9282
9290
  border-bottom-right-radius: inherit;
9283
9291
  }
9284
- ._dragOverlay_xzacf_145 {
9292
+ ._dragOverlay_1p5u4_145 {
9285
9293
  box-shadow: var(--shadow-layer);
9286
9294
  border-radius: var(--border-radius);
9287
9295
  overflow: hidden;
9296
+ position: fixed;
9288
9297
  }
9289
9298
  th,
9290
9299
  td {
@@ -9299,10 +9308,10 @@ th:not(:first-child),
9299
9308
  td:not(:first-child) {
9300
9309
  border-left-width: 1px;
9301
9310
  }
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 {
9311
+ ._table_1p5u4_109 > *:not(:last-child) > tr th,
9312
+ ._table_1p5u4_109 > *:not(:last-child) > tr td,
9313
+ ._table_1p5u4_109 > *:last-child > tr:not(:last-child) th,
9314
+ ._table_1p5u4_109 > *:last-child > tr:not(:last-child) td {
9306
9315
  border-bottom-width: 1px;
9307
9316
  }
9308
9317
  @-moz-document url-prefix() {
@@ -9325,12 +9334,11 @@ thead tr {
9325
9334
  }
9326
9335
  tbody {
9327
9336
  overflow: hidden;
9328
- background-color: var(--color-background);
9329
9337
  }
9330
9338
  tbody tr {
9331
9339
  background-color: var(--color-background-raised);
9332
9340
  }
9333
- ._striped_xzacf_194 tbody tr:nth-child(even) {
9341
+ ._striped_1p5u4_194 tbody [data-even='true'] {
9334
9342
  background-color: var(--color-background-table-row-tinted);
9335
9343
  }
9336
9344
  ._title_zn5s7_1 {