@oliasoft-open-source/react-ui-library 4.16.4-beta-1 → 4.17.0-beta-2

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,138 @@ html[data-theme='dark'] {
2442
2442
  border-top-left-radius: 0 !important;
2443
2443
  border-bottom-left-radius: 0 !important;
2444
2444
  }
2445
- ._inputInTable_1llou_1 {
2445
+ ._inputInTable_snjei_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_1llou_1:not(:hover):not([data-error]):not([data-warning]) {
2451
+ ._inputInTable_snjei_1:not(:hover):not([data-error]):not([data-warning]) {
2452
2452
  border-color: transparent;
2453
2453
  }
2454
- ._inputInTable_1llou_1:not(:focus) {
2454
+ ._inputInTable_snjei_1:not(:focus) {
2455
2455
  box-shadow: none;
2456
2456
  }
2457
- ._inputHover_1llou_13 {
2457
+ ._inputHover_snjei_13 {
2458
2458
  position: relative;
2459
2459
  border-color: var(--color-border-hover);
2460
2460
  z-index: 2;
2461
2461
  }
2462
- ._inputFocus_1llou_18 {
2462
+ ._inputFocus_snjei_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_1llou_25,
2470
- ._inputWarning_1llou_26 {
2469
+ ._inputError_snjei_25,
2470
+ ._inputWarning_snjei_26 {
2471
2471
  position: relative;
2472
2472
  }
2473
- ._inputError_1llou_25 {
2473
+ ._inputError_snjei_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_1llou_25:hover {
2479
+ ._inputError_snjei_25:hover {
2480
2480
  border-color: var(--color-border-error-hover) !important;
2481
2481
  }
2482
- ._inputError_1llou_25:focus {
2482
+ ._inputError_snjei_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_1llou_26 {
2489
+ ._inputWarning_snjei_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_1llou_26:hover {
2495
+ ._inputWarning_snjei_26:hover {
2496
2496
  border-color: var(--color-border-warning-hover) !important;
2497
2497
  }
2498
- ._inputWarning_1llou_26:focus {
2498
+ ._inputWarning_snjei_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_1llou_61 {
2505
+ ._inputDisabled_snjei_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_1llou_67 {
2511
+ ._hideScrollbars_snjei_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_1llou_67::-webkit-scrollbar {
2518
+ ._hideScrollbars_snjei_67::-webkit-scrollbar {
2519
2519
  display: none;
2520
2520
  }
2521
- ._header_1llou_77 ._headerTitle_1llou_77,
2522
- ._heading_1llou_78 ._itemHeader_1llou_78 {
2521
+ ._list_snjei_77 {
2522
+ display: flex;
2523
+ flex-direction: column;
2524
+ max-height: 100%;
2525
+ overflow: hidden;
2526
+ }
2527
+ ._bordered_snjei_83 {
2528
+ border: 1px solid var(--color-border);
2529
+ border-radius: var(--border-radius);
2530
+ }
2531
+ ._bordered_snjei_83 ._virtualRow_snjei_87:last-child ._item_snjei_87 {
2532
+ border-bottom: none;
2533
+ }
2534
+ ._header_snjei_90 ._headerTitle_snjei_90,
2535
+ ._heading_snjei_91 ._itemHeader_snjei_91 {
2523
2536
  transition: opacity 0.3s;
2524
2537
  }
2525
- ._narrow_1llou_81 ._header_1llou_77 ._headerTitle_1llou_77,
2526
- ._narrow_1llou_81 ._heading_1llou_78 ._itemHeader_1llou_78 {
2538
+ ._narrow_snjei_94 ._header_snjei_90 ._headerTitle_snjei_90,
2539
+ ._narrow_snjei_94 ._heading_snjei_91 ._itemHeader_snjei_91 {
2527
2540
  opacity: 0;
2528
2541
  }
2529
- ._stickyHeader_1llou_85 {
2542
+ ._stickyHeader_snjei_98 {
2530
2543
  position: sticky;
2531
2544
  top: 0;
2532
2545
  background-color: var(--color-background);
2533
2546
  z-index: 10;
2534
2547
  }
2535
- ._itemHeader_1llou_78 {
2548
+ ._itemHeader_snjei_91 {
2536
2549
  padding: var(--padding-xs) var(--padding);
2537
2550
  display: flex;
2538
2551
  align-items: flex-start;
2539
2552
  }
2540
- ._itemHeader_1llou_78 ._title_1llou_96 {
2553
+ ._itemHeader_snjei_91 ._title_snjei_109 {
2541
2554
  margin: 0;
2542
2555
  padding: 0;
2543
2556
  flex-grow: 1;
2544
2557
  min-width: 0;
2545
2558
  }
2546
- ._itemHeader_1llou_78 ._name_1llou_102 {
2559
+ ._itemHeader_snjei_91 ._name_snjei_115 {
2547
2560
  font-weight: 400;
2548
2561
  }
2549
- ._itemHeader_1llou_78 ._iconTooltipMargin_1llou_105 {
2562
+ ._itemHeader_snjei_91 ._iconTooltipMargin_snjei_118 {
2550
2563
  margin-left: var(--padding-xs);
2551
2564
  }
2552
- ._itemHeader_1llou_78 ._bold_1llou_108 {
2565
+ ._itemHeader_snjei_91 ._bold_snjei_121 {
2553
2566
  font-weight: bold;
2554
2567
  }
2555
- ._header_1llou_77 {
2568
+ ._header_snjei_90 {
2556
2569
  padding: var(--padding);
2557
2570
  display: flex;
2558
2571
  align-items: center;
2559
2572
  border-bottom: 1px solid var(--color-border);
2573
+ position: sticky;
2574
+ top: 0;
2560
2575
  }
2561
- ._toggleNarrow_1llou_117 {
2576
+ ._toggleNarrow_snjei_132 {
2562
2577
  margin-right: 16px;
2563
2578
  margin-left: -5px;
2564
2579
  color: #c8c8c8;
@@ -2567,16 +2582,16 @@ html[data-theme='dark'] {
2567
2582
  width: 22px;
2568
2583
  justify-content: center;
2569
2584
  }
2570
- ._toggleNarrow_1llou_117:hover {
2585
+ ._toggleNarrow_snjei_132:hover {
2571
2586
  color: var(--color-text-primary-hover);
2572
2587
  }
2573
- ._toggleNarrow_1llou_117:active {
2588
+ ._toggleNarrow_snjei_132:active {
2574
2589
  color: var(--color-text-primary-active);
2575
2590
  }
2576
- ._narrow_1llou_81 ._toggleNarrow_1llou_117 {
2591
+ ._narrow_snjei_94 ._toggleNarrow_snjei_132 {
2577
2592
  transform: scaleX(-1);
2578
2593
  }
2579
- ._drag_1llou_135 {
2594
+ ._drag_snjei_150 {
2580
2595
  color: var(--color-text-faint);
2581
2596
  display: flex;
2582
2597
  align-items: center;
@@ -2585,33 +2600,29 @@ html[data-theme='dark'] {
2585
2600
  margin-left: calc(var(--padding-xs) * -1);
2586
2601
  margin-top: calc((var(--line-height) - var(--size-sm)) / 2);
2587
2602
  margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
2588
- cursor: move;
2603
+ cursor: grab;
2589
2604
  height: var(--size-sm);
2590
2605
  width: var(--size-sm);
2591
2606
  flex-shrink: 0;
2592
2607
  }
2593
- ._drag_1llou_135:hover {
2608
+ ._drag_snjei_150:hover {
2594
2609
  color: var(--color-text-primary-hover);
2595
2610
  }
2596
- ._drag_1llou_135:active {
2611
+ ._drag_snjei_150:active {
2612
+ cursor: grabbing;
2597
2613
  color: var(--color-text-primary-active);
2598
2614
  }
2599
- ._list_1llou_155 {
2600
- flex-shrink: 0;
2601
- background: var(--color-background);
2602
- }
2603
- ._list_1llou_155._bordered_1llou_159:first-child,
2604
- ._list_1llou_155._bordered_1llou_159:first-child > :first-child {
2605
- border-top-left-radius: inherit;
2606
- border-top-right-radius: inherit;
2615
+ ._dragOverlay_snjei_171 {
2616
+ box-shadow: var(--shadow-layer);
2617
+ border-radius: var(--border-radius);
2618
+ overflow: hidden;
2607
2619
  }
2608
- ._list_1llou_155._bordered_1llou_159:last-child,
2609
- ._list_1llou_155._bordered_1llou_159:last-child > :last-child {
2610
- border-bottom-left-radius: inherit;
2611
- border-bottom-right-radius: inherit;
2612
- border-bottom: 0;
2620
+ ._listContent_snjei_176 {
2621
+ flex: 1;
2622
+ overflow-y: auto;
2623
+ background: var(--color-background);
2613
2624
  }
2614
- ._item_1llou_78 {
2625
+ ._item_snjei_87 {
2615
2626
  color: inherit;
2616
2627
  display: block;
2617
2628
  transition: background-color 0.2s;
@@ -2622,7 +2633,7 @@ html[data-theme='dark'] {
2622
2633
  overflow-wrap: break-word;
2623
2634
  hyphens: auto;
2624
2635
  }
2625
- ._item_1llou_78:not(._heading_1llou_78):after {
2636
+ ._item_snjei_87:not(._heading_snjei_91):after {
2626
2637
  content: '';
2627
2638
  position: absolute;
2628
2639
  left: 0;
@@ -2633,41 +2644,41 @@ html[data-theme='dark'] {
2633
2644
  border-bottom-left-radius: inherit;
2634
2645
  transition: background 0.3s, width 0.3s;
2635
2646
  }
2636
- ._item_1llou_78._action_1llou_192 {
2647
+ ._item_snjei_87._action_snjei_203 {
2637
2648
  cursor: pointer;
2638
2649
  }
2639
- ._item_1llou_78._action_1llou_192:not(._active_1llou_195):hover {
2650
+ ._item_snjei_87._action_snjei_203:not(._active_snjei_206):hover {
2640
2651
  background: var(--color-background-listitem-hover);
2641
2652
  }
2642
- ._item_1llou_78._action_1llou_192:not(._active_1llou_195):hover:after {
2653
+ ._item_snjei_87._action_snjei_203:not(._active_snjei_206):hover:after {
2643
2654
  width: 5px;
2644
2655
  background: rgba(0, 0, 0, 0.1);
2645
2656
  }
2646
- ._item_1llou_78._indented_1llou_202:after {
2657
+ ._item_snjei_87._indented_snjei_213:after {
2647
2658
  width: 3px;
2648
2659
  background: rgba(0, 0, 0, 0.1);
2649
2660
  }
2650
- ._item_1llou_78._active_1llou_195 {
2661
+ ._item_snjei_87._active_snjei_206 {
2651
2662
  cursor: default;
2652
2663
  position: relative;
2653
2664
  z-index: 1;
2654
2665
  background: var(--color-background-listitem-active);
2655
2666
  }
2656
- ._item_1llou_78._active_1llou_195:after {
2667
+ ._item_snjei_87._active_snjei_206:after {
2657
2668
  background: var(--color-background-primary) !important;
2658
2669
  }
2659
- ._item_1llou_78._disabled_1llou_215 {
2670
+ ._item_snjei_87._disabled_snjei_226 {
2660
2671
  color: var(--color-text-faint);
2661
2672
  pointer-events: none;
2662
2673
  }
2663
- ._item_1llou_78._heading_1llou_78 {
2674
+ ._item_snjei_87._heading_snjei_91 {
2664
2675
  color: var(--color-text-muted);
2665
2676
  background-color: var(--color-background-cardheader);
2666
2677
  }
2667
- ._item_1llou_78._heading_1llou_78._action_1llou_192:hover {
2678
+ ._item_snjei_87._heading_snjei_91._action_snjei_203:hover {
2668
2679
  color: var(--color-text-primary-hover);
2669
2680
  }
2670
- ._item_1llou_78 ._label_1llou_226 {
2681
+ ._item_snjei_87 ._label_snjei_237 {
2671
2682
  margin-right: var(--padding-xs);
2672
2683
  flex-shrink: 0;
2673
2684
  width: var(--size-sm);
@@ -2678,38 +2689,38 @@ html[data-theme='dark'] {
2678
2689
  align-items: center;
2679
2690
  justify-content: center;
2680
2691
  }
2681
- ._item_1llou_78 ._details_1llou_237,
2682
- ._item_1llou_78 ._metadata_1llou_238 {
2692
+ ._item_snjei_87 ._details_snjei_248,
2693
+ ._item_snjei_87 ._metadata_snjei_249 {
2683
2694
  display: block;
2684
2695
  width: 100%;
2685
2696
  font-weight: normal;
2686
2697
  }
2687
- ._item_1llou_78 ._metadata_1llou_238 {
2698
+ ._item_snjei_87 ._metadata_snjei_249 {
2688
2699
  color: var(--color-text-muted);
2689
2700
  }
2690
- ._item_1llou_78 ._itemContent_1llou_246 {
2701
+ ._item_snjei_87 ._itemContent_snjei_257 {
2691
2702
  padding: 0 var(--padding) var(--padding-sm);
2692
2703
  cursor: auto;
2693
2704
  }
2694
- ._item_1llou_78 ._itemContent_1llou_246:empty {
2705
+ ._item_snjei_87 ._itemContent_snjei_257:empty {
2695
2706
  padding: inherit;
2696
2707
  }
2697
- ._indentIcon_1llou_253 {
2708
+ ._indentIcon_snjei_264 {
2698
2709
  color: var(--color-text-faint);
2699
2710
  flex-shrink: 0;
2700
2711
  margin-right: var(--padding-xxs);
2701
2712
  }
2702
- ._expandIcon_1llou_258 {
2713
+ ._expandIcon_snjei_269 {
2703
2714
  flex-shrink: 0;
2704
2715
  position: relative;
2705
2716
  display: flex;
2706
2717
  height: var(--line-height);
2707
2718
  margin-right: var(--padding-xs);
2708
2719
  }
2709
- ._expandIcon_1llou_258._expanded_1llou_265 svg {
2720
+ ._expandIcon_snjei_269._expanded_snjei_276 svg {
2710
2721
  transform: rotate(90deg);
2711
2722
  }
2712
- ._right_1llou_268 {
2723
+ ._right_snjei_279 {
2713
2724
  margin-left: auto;
2714
2725
  display: flex;
2715
2726
  align-items: center;
@@ -2717,36 +2728,34 @@ html[data-theme='dark'] {
2717
2728
  margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
2718
2729
  min-height: var(--size-sm);
2719
2730
  }
2720
- ._actions_1llou_276 {
2731
+ ._actions_snjei_287 {
2721
2732
  margin-left: var(--padding-xs);
2722
2733
  display: flex;
2723
2734
  align-items: center;
2724
2735
  }
2725
- ._scrollableList_1llou_281 {
2726
- height: 100%;
2727
- overflow-y: auto;
2728
- scroll-behavior: smooth;
2729
- }
2730
- ._infiniteScrollContainer_1llou_286 {
2731
- overflow: hidden !important;
2732
- }
2733
- ._hideScrollbar_1llou_67 {
2736
+ ._hideScrollbar_snjei_67 {
2734
2737
  /* Firefox */
2735
2738
  scrollbar-width: none;
2736
2739
  /* IE 10+ */
2737
2740
  -ms-overflow-style: none;
2738
2741
  /* Chrome, Safari and Opera */
2739
2742
  }
2740
- ._hideScrollbar_1llou_67::-webkit-scrollbar {
2743
+ ._hideScrollbar_snjei_67::-webkit-scrollbar {
2741
2744
  display: none;
2742
2745
  }
2743
- ._bordered_1llou_159 {
2744
- box-shadow: inset 0px 0px 0px 2px var(--color-background-primary);
2745
- background: var(--color-background-listitem-active);
2746
- }
2747
- ._noPointerEvents_1llou_303 {
2746
+ ._noPointerEvents_snjei_302 {
2748
2747
  pointer-events: none;
2749
2748
  }
2749
+ ._virtualRows_snjei_305 {
2750
+ width: 100%;
2751
+ position: relative;
2752
+ }
2753
+ ._virtualRow_snjei_87 {
2754
+ position: absolute;
2755
+ top: 0;
2756
+ left: 0;
2757
+ width: 100%;
2758
+ }
2750
2759
  ._loader_477i5_1 {
2751
2760
  width: 100%;
2752
2761
  height: 100%;
@@ -9131,80 +9140,80 @@ button:active .remirror-menu-pane-shortcut,
9131
9140
  width: 8px;
9132
9141
  height: 14px;
9133
9142
  }
9134
- ._inputInTable_1dg3w_1 {
9143
+ ._inputInTable_xkoxm_1 {
9135
9144
  background-color: transparent;
9136
9145
  border-radius: inherit !important;
9137
9146
  height: var(--size);
9138
9147
  min-height: 100%;
9139
9148
  }
9140
- ._inputInTable_1dg3w_1:not(:hover):not([data-error]):not([data-warning]) {
9149
+ ._inputInTable_xkoxm_1:not(:hover):not([data-error]):not([data-warning]) {
9141
9150
  border-color: transparent;
9142
9151
  }
9143
- ._inputInTable_1dg3w_1:not(:focus) {
9152
+ ._inputInTable_xkoxm_1:not(:focus) {
9144
9153
  box-shadow: none;
9145
9154
  }
9146
- ._inputHover_1dg3w_13 {
9155
+ ._inputHover_xkoxm_13 {
9147
9156
  position: relative;
9148
9157
  border-color: var(--color-border-hover);
9149
9158
  z-index: 2;
9150
9159
  }
9151
- ._inputFocus_1dg3w_18 {
9160
+ ._inputFocus_xkoxm_18 {
9152
9161
  position: relative;
9153
9162
  outline: none !important;
9154
9163
  border-color: var(--color-border-focus) !important;
9155
9164
  box-shadow: var(--shadow-focus);
9156
9165
  z-index: 3;
9157
9166
  }
9158
- ._inputError_1dg3w_25,
9159
- ._inputWarning_1dg3w_26 {
9167
+ ._inputError_xkoxm_25,
9168
+ ._inputWarning_xkoxm_26 {
9160
9169
  position: relative;
9161
9170
  }
9162
- ._inputError_1dg3w_25 {
9171
+ ._inputError_xkoxm_25 {
9163
9172
  z-index: 2;
9164
9173
  border-color: var(--color-border-error);
9165
9174
  color: var(--color-text-error) !important;
9166
9175
  background-color: var(--color-background-error-muted);
9167
9176
  }
9168
- ._inputError_1dg3w_25:hover {
9177
+ ._inputError_xkoxm_25:hover {
9169
9178
  border-color: var(--color-border-error-hover) !important;
9170
9179
  }
9171
- ._inputError_1dg3w_25:focus {
9180
+ ._inputError_xkoxm_25:focus {
9172
9181
  position: relative;
9173
9182
  outline: none !important;
9174
9183
  border-color: var(--color-border-focus) !important;
9175
9184
  box-shadow: var(--shadow-focus);
9176
9185
  z-index: 3;
9177
9186
  }
9178
- ._inputWarning_1dg3w_26 {
9187
+ ._inputWarning_xkoxm_26 {
9179
9188
  z-index: 1;
9180
9189
  border-color: var(--color-border-warning);
9181
9190
  color: var(--color-text-warning) !important;
9182
9191
  background-color: var(--color-background-warning-muted);
9183
9192
  }
9184
- ._inputWarning_1dg3w_26:hover {
9193
+ ._inputWarning_xkoxm_26:hover {
9185
9194
  border-color: var(--color-border-warning-hover) !important;
9186
9195
  }
9187
- ._inputWarning_1dg3w_26:focus {
9196
+ ._inputWarning_xkoxm_26:focus {
9188
9197
  position: relative;
9189
9198
  outline: none !important;
9190
9199
  border-color: var(--color-border-focus) !important;
9191
9200
  box-shadow: var(--shadow-focus);
9192
9201
  z-index: 3;
9193
9202
  }
9194
- ._inputDisabled_1dg3w_61 {
9203
+ ._inputDisabled_xkoxm_61 {
9195
9204
  pointer-events: none;
9196
9205
  background-color: var(--color-background-disabled);
9197
9206
  color: var(--color-text-muted);
9198
9207
  box-shadow: none;
9199
9208
  }
9200
- ._hideScrollbars_1dg3w_67 {
9209
+ ._hideScrollbars_xkoxm_67 {
9201
9210
  /* Firefox */
9202
9211
  scrollbar-width: none;
9203
9212
  /* IE 10+ */
9204
9213
  -ms-overflow-style: none;
9205
9214
  /* Chrome, Safari and Opera */
9206
9215
  }
9207
- ._hideScrollbars_1dg3w_67::-webkit-scrollbar {
9216
+ ._hideScrollbars_xkoxm_67::-webkit-scrollbar {
9208
9217
  display: none;
9209
9218
  }
9210
9219
  :root {
@@ -9215,7 +9224,7 @@ html[data-theme='dark'] {
9215
9224
  --color-background-table-header: var(--color-neutral-800);
9216
9225
  --color-background-table-row-tinted: var(--color-neutral-800);
9217
9226
  }
9218
- ._wrapper_1dg3w_85 {
9227
+ ._wrapper_xkoxm_85 {
9219
9228
  border-radius: inherit;
9220
9229
  max-height: 100%;
9221
9230
  max-width: 100%;
@@ -9223,23 +9232,23 @@ html[data-theme='dark'] {
9223
9232
  flex-direction: column;
9224
9233
  overflow: hidden;
9225
9234
  }
9226
- ._wrapper_1dg3w_85._bordered_1dg3w_93 {
9235
+ ._wrapper_xkoxm_85._bordered_xkoxm_93 {
9227
9236
  border-radius: var(--border-radius);
9228
9237
  border: 1px solid var(--color-border);
9229
9238
  box-shadow: var(--shadow-card);
9230
9239
  }
9231
- ._scroll_1dg3w_98 {
9240
+ ._scroll_xkoxm_98 {
9241
+ background: var(--color-background);
9232
9242
  overflow-y: auto;
9233
9243
  border-radius: inherit;
9234
9244
  flex: 1;
9235
9245
  min-height: 0;
9236
9246
  }
9237
- ._scroll_1dg3w_98:not(:first-child) {
9247
+ ._scroll_xkoxm_98:not(:first-child) {
9238
9248
  border-top-left-radius: 0;
9239
9249
  border-top-right-radius: 0;
9240
9250
  }
9241
- ._table_1dg3w_108 {
9242
- background: var(--color-background-raised);
9251
+ ._table_xkoxm_109 {
9243
9252
  color: var(--color-text);
9244
9253
  border-collapse: separate;
9245
9254
  border-spacing: 0;
@@ -9247,34 +9256,40 @@ html[data-theme='dark'] {
9247
9256
  width: 100%;
9248
9257
  font-variant-numeric: tabular-nums;
9249
9258
  }
9250
- ._table_1dg3w_108 > :first-child {
9259
+ ._table_xkoxm_109 > :first-child {
9251
9260
  border-top-left-radius: inherit;
9252
9261
  border-top-right-radius: inherit;
9253
9262
  }
9254
- ._table_1dg3w_108 > :first-child > :first-child {
9263
+ ._table_xkoxm_109 > :first-child > :first-child {
9255
9264
  border-top-left-radius: inherit;
9256
9265
  border-top-right-radius: inherit;
9257
9266
  }
9258
- ._table_1dg3w_108 > :first-child > :first-child > :first-child {
9267
+ ._table_xkoxm_109 > :first-child > :first-child > :first-child {
9259
9268
  border-top-left-radius: inherit;
9260
9269
  }
9261
- ._table_1dg3w_108 > :first-child > :first-child > :last-child {
9270
+ ._table_xkoxm_109 > :first-child > :first-child > :last-child {
9262
9271
  border-top-right-radius: inherit;
9263
9272
  }
9264
- ._table_1dg3w_108 > :last-child {
9273
+ ._table_xkoxm_109 > :last-child {
9265
9274
  border-bottom-left-radius: inherit;
9266
9275
  border-bottom-right-radius: inherit;
9267
9276
  }
9268
- ._table_1dg3w_108 > :last-child > :last-child {
9277
+ ._table_xkoxm_109 > :last-child > :last-child {
9269
9278
  border-bottom-left-radius: inherit;
9270
9279
  border-bottom-right-radius: inherit;
9271
9280
  }
9272
- ._table_1dg3w_108 > :last-child > :last-child > :first-child {
9281
+ ._table_xkoxm_109 > :last-child > :last-child > :first-child {
9273
9282
  border-bottom-left-radius: inherit;
9274
9283
  }
9275
- ._table_1dg3w_108 > :last-child > :last-child > :last-child {
9284
+ ._table_xkoxm_109 > :last-child > :last-child > :last-child {
9276
9285
  border-bottom-right-radius: inherit;
9277
9286
  }
9287
+ ._dragOverlay_xkoxm_145 {
9288
+ box-shadow: var(--shadow-layer);
9289
+ border-radius: var(--border-radius);
9290
+ overflow: hidden;
9291
+ position: fixed;
9292
+ }
9278
9293
  th,
9279
9294
  td {
9280
9295
  padding: var(--padding-input) !important;
@@ -9288,10 +9303,10 @@ th:not(:first-child),
9288
9303
  td:not(:first-child) {
9289
9304
  border-left-width: 1px;
9290
9305
  }
9291
- ._table_1dg3w_108 > *:not(:last-child) > tr th,
9292
- ._table_1dg3w_108 > *:not(:last-child) > tr td,
9293
- ._table_1dg3w_108 > *:last-child > tr:not(:last-child) th,
9294
- ._table_1dg3w_108 > *:last-child > tr:not(:last-child) td {
9306
+ ._table_xkoxm_109 > *:not(:last-child) > tr th,
9307
+ ._table_xkoxm_109 > *:not(:last-child) > tr td,
9308
+ ._table_xkoxm_109 > *:last-child > tr:not(:last-child) th,
9309
+ ._table_xkoxm_109 > *:last-child > tr:not(:last-child) td {
9295
9310
  border-bottom-width: 1px;
9296
9311
  }
9297
9312
  @-moz-document url-prefix() {
@@ -9318,9 +9333,19 @@ tbody {
9318
9333
  tbody tr {
9319
9334
  background-color: var(--color-background-raised);
9320
9335
  }
9321
- ._striped_1dg3w_188 tbody tr:nth-child(even) {
9336
+ ._striped_xkoxm_194 tbody [data-even='true'] {
9322
9337
  background-color: var(--color-background-table-row-tinted);
9323
9338
  }
9339
+ tbody:before {
9340
+ display: block;
9341
+ padding-top: var(--virtualPaddingTop);
9342
+ content: '';
9343
+ }
9344
+ tbody:after {
9345
+ display: block;
9346
+ padding-bottom: var(--virtualPaddingBottom);
9347
+ content: '';
9348
+ }
9324
9349
  ._title_zn5s7_1 {
9325
9350
  background-color: var(--color-background-cardheader);
9326
9351
  border-bottom: 1px solid var(--color-border);
@@ -9347,14 +9372,14 @@ tbody tr {
9347
9372
  justify-content: space-between;
9348
9373
  border-top: 1px solid var(--color-border);
9349
9374
  }
9350
- ._clickableRow_m64j5_1 {
9375
+ ._clickableRow_10f34_1 {
9351
9376
  cursor: pointer;
9352
9377
  }
9353
- ._hoverableRow_m64j5_4:not(._rowActive_m64j5_4):hover,
9354
- ._clickableRow_m64j5_1:not(._rowActive_m64j5_4):hover {
9378
+ ._hoverableRow_10f34_4:not(._rowActive_10f34_4):hover,
9379
+ ._clickableRow_10f34_1:not(._rowActive_10f34_4):hover {
9355
9380
  background-color: var(--color-background-listitem-hover) !important;
9356
9381
  }
9357
- ._expandableRow_m64j5_8._flush_m64j5_8 {
9382
+ ._expandableRow_10f34_8._flush_10f34_8 {
9358
9383
  padding: 0 !important;
9359
9384
  height: auto !important;
9360
9385
  }
@@ -9364,11 +9389,11 @@ tr[data-warning] {
9364
9389
  tr[data-error] {
9365
9390
  background-color: var(--color-background-error-muted) !important;
9366
9391
  }
9367
- ._rowActive_m64j5_4 {
9392
+ ._rowActive_10f34_4 {
9368
9393
  position: relative;
9369
9394
  background-color: var(--color-background-listitem-active) !important;
9370
9395
  }
9371
- ._rowActive_m64j5_4:after {
9396
+ ._rowActive_10f34_4:after {
9372
9397
  content: '';
9373
9398
  position: absolute;
9374
9399
  left: 0;
@@ -9380,23 +9405,25 @@ tr[data-error] {
9380
9405
  transition: background 0.3s;
9381
9406
  background: var(--color-background-primary);
9382
9407
  }
9383
- ._dragIconCell_m64j5_34 {
9408
+ ._dragIconCell_10f34_34 {
9384
9409
  width: var(--size);
9385
9410
  min-width: var(--size);
9386
9411
  position: relative;
9387
9412
  }
9388
- ._dragIcon_m64j5_34 {
9413
+ ._dragIcon_10f34_34 {
9389
9414
  display: flex;
9390
9415
  align-items: center;
9391
9416
  justify-content: center;
9392
9417
  position: absolute;
9393
9418
  inset: 0;
9394
9419
  color: var(--color-text-faint);
9420
+ cursor: grab;
9395
9421
  }
9396
- ._dragIcon_m64j5_34:hover {
9422
+ ._dragIcon_10f34_34:hover {
9397
9423
  color: var(--color-text-primary-hover);
9398
9424
  }
9399
- ._dragIcon_m64j5_34:active {
9425
+ ._dragIcon_10f34_34:active {
9426
+ cursor: grabbing;
9400
9427
  color: var(--color-text-primary-active);
9401
9428
  }
9402
9429
  ._inputInTable_ie6ng_1 {