@oliasoft-open-source/react-ui-library 4.14.1-beta-2 → 4.14.1-beta-3

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,135 +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
- ._inputInTable_7fzf8_1 {
2445
+ ._inputInTable_1llou_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_7fzf8_1:not(:hover):not([data-error]):not([data-warning]) {
2451
+ ._inputInTable_1llou_1:not(:hover):not([data-error]):not([data-warning]) {
2452
2452
  border-color: transparent;
2453
2453
  }
2454
- ._inputInTable_7fzf8_1:not(:focus) {
2454
+ ._inputInTable_1llou_1:not(:focus) {
2455
2455
  box-shadow: none;
2456
2456
  }
2457
- ._inputHover_7fzf8_13 {
2457
+ ._inputHover_1llou_13 {
2458
2458
  position: relative;
2459
2459
  border-color: var(--color-border-hover);
2460
2460
  z-index: 2;
2461
2461
  }
2462
- ._inputFocus_7fzf8_18 {
2462
+ ._inputFocus_1llou_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_7fzf8_25,
2470
- ._inputWarning_7fzf8_26 {
2469
+ ._inputError_1llou_25,
2470
+ ._inputWarning_1llou_26 {
2471
2471
  position: relative;
2472
2472
  }
2473
- ._inputError_7fzf8_25 {
2473
+ ._inputError_1llou_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_7fzf8_25:hover {
2479
+ ._inputError_1llou_25:hover {
2480
2480
  border-color: var(--color-border-error-hover) !important;
2481
2481
  }
2482
- ._inputError_7fzf8_25:focus {
2482
+ ._inputError_1llou_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_7fzf8_26 {
2489
+ ._inputWarning_1llou_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_7fzf8_26:hover {
2495
+ ._inputWarning_1llou_26:hover {
2496
2496
  border-color: var(--color-border-warning-hover) !important;
2497
2497
  }
2498
- ._inputWarning_7fzf8_26:focus {
2498
+ ._inputWarning_1llou_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_7fzf8_61 {
2505
+ ._inputDisabled_1llou_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_7fzf8_67 {
2511
+ ._hideScrollbars_1llou_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_7fzf8_67::-webkit-scrollbar {
2518
+ ._hideScrollbars_1llou_67::-webkit-scrollbar {
2519
2519
  display: none;
2520
2520
  }
2521
- ._listWrapper_7fzf8_77 {
2522
- max-height: 100%;
2523
- display: flex;
2524
- flex-direction: column;
2525
- }
2526
- ._listWrapperBordered_7fzf8_82 {
2527
- background: var(--color-background-raised);
2528
- border: 1px solid var(--color-border);
2529
- box-shadow: var(--shadow-card);
2530
- border-radius: var(--border-radius);
2531
- overflow: hidden;
2532
- }
2533
- ._header_7fzf8_89 ._headerTitle_7fzf8_89,
2534
- ._heading_7fzf8_90 ._itemHeader_7fzf8_90 {
2521
+ ._header_1llou_77 ._headerTitle_1llou_77,
2522
+ ._heading_1llou_78 ._itemHeader_1llou_78 {
2535
2523
  transition: opacity 0.3s;
2536
2524
  }
2537
- ._narrow_7fzf8_93 ._header_7fzf8_89 ._headerTitle_7fzf8_89,
2538
- ._narrow_7fzf8_93 ._heading_7fzf8_90 ._itemHeader_7fzf8_90 {
2525
+ ._narrow_1llou_81 ._header_1llou_77 ._headerTitle_1llou_77,
2526
+ ._narrow_1llou_81 ._heading_1llou_78 ._itemHeader_1llou_78 {
2539
2527
  opacity: 0;
2540
2528
  }
2541
- ._stickyHeader_7fzf8_97 {
2529
+ ._stickyHeader_1llou_85 {
2542
2530
  position: sticky;
2543
2531
  top: 0;
2544
2532
  background-color: var(--color-background);
2545
2533
  z-index: 10;
2546
2534
  }
2547
- ._itemHeader_7fzf8_90 {
2535
+ ._itemHeader_1llou_78 {
2548
2536
  padding: var(--padding-xs) var(--padding);
2549
2537
  display: flex;
2550
2538
  align-items: flex-start;
2551
2539
  }
2552
- ._itemHeader_7fzf8_90 ._title_7fzf8_108 {
2540
+ ._itemHeader_1llou_78 ._title_1llou_96 {
2553
2541
  margin: 0;
2554
2542
  padding: 0;
2555
2543
  flex-grow: 1;
2556
2544
  min-width: 0;
2557
2545
  }
2558
- ._itemHeader_7fzf8_90 ._name_7fzf8_114 {
2546
+ ._itemHeader_1llou_78 ._name_1llou_102 {
2559
2547
  font-weight: 400;
2560
2548
  }
2561
- ._itemHeader_7fzf8_90 ._iconTooltipMargin_7fzf8_117 {
2549
+ ._itemHeader_1llou_78 ._iconTooltipMargin_1llou_105 {
2562
2550
  margin-left: var(--padding-xs);
2563
2551
  }
2564
- ._itemHeader_7fzf8_90 ._bold_7fzf8_120 {
2552
+ ._itemHeader_1llou_78 ._bold_1llou_108 {
2565
2553
  font-weight: bold;
2566
2554
  }
2567
- ._header_7fzf8_89 {
2555
+ ._header_1llou_77 {
2568
2556
  padding: var(--padding);
2569
2557
  display: flex;
2570
2558
  align-items: center;
2571
2559
  border-bottom: 1px solid var(--color-border);
2572
2560
  }
2573
- ._toggleNarrow_7fzf8_129 {
2561
+ ._toggleNarrow_1llou_117 {
2574
2562
  margin-right: 16px;
2575
2563
  margin-left: -5px;
2576
2564
  color: #c8c8c8;
@@ -2579,16 +2567,16 @@ html[data-theme='dark'] {
2579
2567
  width: 22px;
2580
2568
  justify-content: center;
2581
2569
  }
2582
- ._toggleNarrow_7fzf8_129:hover {
2570
+ ._toggleNarrow_1llou_117:hover {
2583
2571
  color: var(--color-text-primary-hover);
2584
2572
  }
2585
- ._toggleNarrow_7fzf8_129:active {
2573
+ ._toggleNarrow_1llou_117:active {
2586
2574
  color: var(--color-text-primary-active);
2587
2575
  }
2588
- ._narrow_7fzf8_93 ._toggleNarrow_7fzf8_129 {
2576
+ ._narrow_1llou_81 ._toggleNarrow_1llou_117 {
2589
2577
  transform: scaleX(-1);
2590
2578
  }
2591
- ._drag_7fzf8_147 {
2579
+ ._drag_1llou_135 {
2592
2580
  color: var(--color-text-faint);
2593
2581
  display: flex;
2594
2582
  align-items: center;
@@ -2602,29 +2590,28 @@ html[data-theme='dark'] {
2602
2590
  width: var(--size-sm);
2603
2591
  flex-shrink: 0;
2604
2592
  }
2605
- ._drag_7fzf8_147:hover {
2593
+ ._drag_1llou_135:hover {
2606
2594
  color: var(--color-text-primary-hover);
2607
2595
  }
2608
- ._drag_7fzf8_147:active {
2596
+ ._drag_1llou_135:active {
2609
2597
  color: var(--color-text-primary-active);
2610
2598
  }
2611
- ._list_7fzf8_77 {
2599
+ ._list_1llou_155 {
2612
2600
  flex-shrink: 0;
2613
2601
  background: var(--color-background);
2614
- position: relative;
2615
2602
  }
2616
- ._list_7fzf8_77._bordered_7fzf8_172:first-child,
2617
- ._list_7fzf8_77._bordered_7fzf8_172:first-child > :first-child {
2603
+ ._list_1llou_155._bordered_1llou_159:first-child,
2604
+ ._list_1llou_155._bordered_1llou_159:first-child > :first-child {
2618
2605
  border-top-left-radius: inherit;
2619
2606
  border-top-right-radius: inherit;
2620
2607
  }
2621
- ._list_7fzf8_77._bordered_7fzf8_172:last-child,
2622
- ._list_7fzf8_77._bordered_7fzf8_172:last-child > :last-child {
2608
+ ._list_1llou_155._bordered_1llou_159:last-child,
2609
+ ._list_1llou_155._bordered_1llou_159:last-child > :last-child {
2623
2610
  border-bottom-left-radius: inherit;
2624
2611
  border-bottom-right-radius: inherit;
2625
2612
  border-bottom: 0;
2626
2613
  }
2627
- ._item_7fzf8_90 {
2614
+ ._item_1llou_78 {
2628
2615
  color: inherit;
2629
2616
  display: block;
2630
2617
  transition: background-color 0.2s;
@@ -2635,7 +2622,7 @@ html[data-theme='dark'] {
2635
2622
  overflow-wrap: break-word;
2636
2623
  hyphens: auto;
2637
2624
  }
2638
- ._item_7fzf8_90:not(._heading_7fzf8_90):after {
2625
+ ._item_1llou_78:not(._heading_1llou_78):after {
2639
2626
  content: '';
2640
2627
  position: absolute;
2641
2628
  left: 0;
@@ -2646,41 +2633,41 @@ html[data-theme='dark'] {
2646
2633
  border-bottom-left-radius: inherit;
2647
2634
  transition: background 0.3s, width 0.3s;
2648
2635
  }
2649
- ._item_7fzf8_90._action_7fzf8_205 {
2636
+ ._item_1llou_78._action_1llou_192 {
2650
2637
  cursor: pointer;
2651
2638
  }
2652
- ._item_7fzf8_90._action_7fzf8_205:not(._active_7fzf8_208):hover {
2639
+ ._item_1llou_78._action_1llou_192:not(._active_1llou_195):hover {
2653
2640
  background: var(--color-background-listitem-hover);
2654
2641
  }
2655
- ._item_7fzf8_90._action_7fzf8_205:not(._active_7fzf8_208):hover:after {
2642
+ ._item_1llou_78._action_1llou_192:not(._active_1llou_195):hover:after {
2656
2643
  width: 5px;
2657
2644
  background: rgba(0, 0, 0, 0.1);
2658
2645
  }
2659
- ._item_7fzf8_90._indented_7fzf8_215:after {
2646
+ ._item_1llou_78._indented_1llou_202:after {
2660
2647
  width: 3px;
2661
2648
  background: rgba(0, 0, 0, 0.1);
2662
2649
  }
2663
- ._item_7fzf8_90._active_7fzf8_208 {
2650
+ ._item_1llou_78._active_1llou_195 {
2664
2651
  cursor: default;
2665
2652
  position: relative;
2666
2653
  z-index: 1;
2667
2654
  background: var(--color-background-listitem-active);
2668
2655
  }
2669
- ._item_7fzf8_90._active_7fzf8_208:after {
2656
+ ._item_1llou_78._active_1llou_195:after {
2670
2657
  background: var(--color-background-primary) !important;
2671
2658
  }
2672
- ._item_7fzf8_90._disabled_7fzf8_228 {
2659
+ ._item_1llou_78._disabled_1llou_215 {
2673
2660
  color: var(--color-text-faint);
2674
2661
  pointer-events: none;
2675
2662
  }
2676
- ._item_7fzf8_90._heading_7fzf8_90 {
2663
+ ._item_1llou_78._heading_1llou_78 {
2677
2664
  color: var(--color-text-muted);
2678
2665
  background-color: var(--color-background-cardheader);
2679
2666
  }
2680
- ._item_7fzf8_90._heading_7fzf8_90._action_7fzf8_205:hover {
2667
+ ._item_1llou_78._heading_1llou_78._action_1llou_192:hover {
2681
2668
  color: var(--color-text-primary-hover);
2682
2669
  }
2683
- ._item_7fzf8_90 ._label_7fzf8_239 {
2670
+ ._item_1llou_78 ._label_1llou_226 {
2684
2671
  margin-right: var(--padding-xs);
2685
2672
  flex-shrink: 0;
2686
2673
  width: var(--size-sm);
@@ -2691,38 +2678,38 @@ html[data-theme='dark'] {
2691
2678
  align-items: center;
2692
2679
  justify-content: center;
2693
2680
  }
2694
- ._item_7fzf8_90 ._details_7fzf8_250,
2695
- ._item_7fzf8_90 ._metadata_7fzf8_251 {
2681
+ ._item_1llou_78 ._details_1llou_237,
2682
+ ._item_1llou_78 ._metadata_1llou_238 {
2696
2683
  display: block;
2697
2684
  width: 100%;
2698
2685
  font-weight: normal;
2699
2686
  }
2700
- ._item_7fzf8_90 ._metadata_7fzf8_251 {
2687
+ ._item_1llou_78 ._metadata_1llou_238 {
2701
2688
  color: var(--color-text-muted);
2702
2689
  }
2703
- ._item_7fzf8_90 ._itemContent_7fzf8_259 {
2690
+ ._item_1llou_78 ._itemContent_1llou_246 {
2704
2691
  padding: 0 var(--padding) var(--padding-sm);
2705
2692
  cursor: auto;
2706
2693
  }
2707
- ._item_7fzf8_90 ._itemContent_7fzf8_259:empty {
2694
+ ._item_1llou_78 ._itemContent_1llou_246:empty {
2708
2695
  padding: inherit;
2709
2696
  }
2710
- ._indentIcon_7fzf8_266 {
2697
+ ._indentIcon_1llou_253 {
2711
2698
  color: var(--color-text-faint);
2712
2699
  flex-shrink: 0;
2713
2700
  margin-right: var(--padding-xxs);
2714
2701
  }
2715
- ._expandIcon_7fzf8_271 {
2702
+ ._expandIcon_1llou_258 {
2716
2703
  flex-shrink: 0;
2717
2704
  position: relative;
2718
2705
  display: flex;
2719
2706
  height: var(--line-height);
2720
2707
  margin-right: var(--padding-xs);
2721
2708
  }
2722
- ._expandIcon_7fzf8_271._expanded_7fzf8_278 svg {
2709
+ ._expandIcon_1llou_258._expanded_1llou_265 svg {
2723
2710
  transform: rotate(90deg);
2724
2711
  }
2725
- ._right_7fzf8_281 {
2712
+ ._right_1llou_268 {
2726
2713
  margin-left: auto;
2727
2714
  display: flex;
2728
2715
  align-items: center;
@@ -2730,32 +2717,34 @@ html[data-theme='dark'] {
2730
2717
  margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
2731
2718
  min-height: var(--size-sm);
2732
2719
  }
2733
- ._actions_7fzf8_289 {
2720
+ ._actions_1llou_276 {
2734
2721
  margin-left: var(--padding-xs);
2735
2722
  display: flex;
2736
2723
  align-items: center;
2737
2724
  }
2738
- ._scrollableList_7fzf8_294 {
2725
+ ._scrollableList_1llou_281 {
2739
2726
  height: 100%;
2740
2727
  overflow-y: auto;
2741
- overflow-x: hidden;
2742
2728
  scroll-behavior: smooth;
2743
2729
  }
2744
- ._hideScrollbar_7fzf8_67 {
2730
+ ._infiniteScrollContainer_1llou_286 {
2731
+ overflow: hidden !important;
2732
+ }
2733
+ ._hideScrollbar_1llou_67 {
2745
2734
  /* Firefox */
2746
2735
  scrollbar-width: none;
2747
2736
  /* IE 10+ */
2748
2737
  -ms-overflow-style: none;
2749
2738
  /* Chrome, Safari and Opera */
2750
2739
  }
2751
- ._hideScrollbar_7fzf8_67::-webkit-scrollbar {
2740
+ ._hideScrollbar_1llou_67::-webkit-scrollbar {
2752
2741
  display: none;
2753
2742
  }
2754
- ._bordered_7fzf8_172 {
2743
+ ._bordered_1llou_159 {
2755
2744
  box-shadow: inset 0px 0px 0px 2px var(--color-background-primary);
2756
2745
  background: var(--color-background-listitem-active);
2757
2746
  }
2758
- ._noPointerEvents_7fzf8_314 {
2747
+ ._noPointerEvents_1llou_303 {
2759
2748
  pointer-events: none;
2760
2749
  }
2761
2750
  ._loader_477i5_1 {
@@ -9142,80 +9131,80 @@ button:active .remirror-menu-pane-shortcut,
9142
9131
  width: 8px;
9143
9132
  height: 14px;
9144
9133
  }
9145
- ._inputInTable_sqhcz_1 {
9134
+ ._inputInTable_1dg3w_1 {
9146
9135
  background-color: transparent;
9147
9136
  border-radius: inherit !important;
9148
9137
  height: var(--size);
9149
9138
  min-height: 100%;
9150
9139
  }
9151
- ._inputInTable_sqhcz_1:not(:hover):not([data-error]):not([data-warning]) {
9140
+ ._inputInTable_1dg3w_1:not(:hover):not([data-error]):not([data-warning]) {
9152
9141
  border-color: transparent;
9153
9142
  }
9154
- ._inputInTable_sqhcz_1:not(:focus) {
9143
+ ._inputInTable_1dg3w_1:not(:focus) {
9155
9144
  box-shadow: none;
9156
9145
  }
9157
- ._inputHover_sqhcz_13 {
9146
+ ._inputHover_1dg3w_13 {
9158
9147
  position: relative;
9159
9148
  border-color: var(--color-border-hover);
9160
9149
  z-index: 2;
9161
9150
  }
9162
- ._inputFocus_sqhcz_18 {
9151
+ ._inputFocus_1dg3w_18 {
9163
9152
  position: relative;
9164
9153
  outline: none !important;
9165
9154
  border-color: var(--color-border-focus) !important;
9166
9155
  box-shadow: var(--shadow-focus);
9167
9156
  z-index: 3;
9168
9157
  }
9169
- ._inputError_sqhcz_25,
9170
- ._inputWarning_sqhcz_26 {
9158
+ ._inputError_1dg3w_25,
9159
+ ._inputWarning_1dg3w_26 {
9171
9160
  position: relative;
9172
9161
  }
9173
- ._inputError_sqhcz_25 {
9162
+ ._inputError_1dg3w_25 {
9174
9163
  z-index: 2;
9175
9164
  border-color: var(--color-border-error);
9176
9165
  color: var(--color-text-error) !important;
9177
9166
  background-color: var(--color-background-error-muted);
9178
9167
  }
9179
- ._inputError_sqhcz_25:hover {
9168
+ ._inputError_1dg3w_25:hover {
9180
9169
  border-color: var(--color-border-error-hover) !important;
9181
9170
  }
9182
- ._inputError_sqhcz_25:focus {
9171
+ ._inputError_1dg3w_25:focus {
9183
9172
  position: relative;
9184
9173
  outline: none !important;
9185
9174
  border-color: var(--color-border-focus) !important;
9186
9175
  box-shadow: var(--shadow-focus);
9187
9176
  z-index: 3;
9188
9177
  }
9189
- ._inputWarning_sqhcz_26 {
9178
+ ._inputWarning_1dg3w_26 {
9190
9179
  z-index: 1;
9191
9180
  border-color: var(--color-border-warning);
9192
9181
  color: var(--color-text-warning) !important;
9193
9182
  background-color: var(--color-background-warning-muted);
9194
9183
  }
9195
- ._inputWarning_sqhcz_26:hover {
9184
+ ._inputWarning_1dg3w_26:hover {
9196
9185
  border-color: var(--color-border-warning-hover) !important;
9197
9186
  }
9198
- ._inputWarning_sqhcz_26:focus {
9187
+ ._inputWarning_1dg3w_26:focus {
9199
9188
  position: relative;
9200
9189
  outline: none !important;
9201
9190
  border-color: var(--color-border-focus) !important;
9202
9191
  box-shadow: var(--shadow-focus);
9203
9192
  z-index: 3;
9204
9193
  }
9205
- ._inputDisabled_sqhcz_61 {
9194
+ ._inputDisabled_1dg3w_61 {
9206
9195
  pointer-events: none;
9207
9196
  background-color: var(--color-background-disabled);
9208
9197
  color: var(--color-text-muted);
9209
9198
  box-shadow: none;
9210
9199
  }
9211
- ._hideScrollbars_sqhcz_67 {
9200
+ ._hideScrollbars_1dg3w_67 {
9212
9201
  /* Firefox */
9213
9202
  scrollbar-width: none;
9214
9203
  /* IE 10+ */
9215
9204
  -ms-overflow-style: none;
9216
9205
  /* Chrome, Safari and Opera */
9217
9206
  }
9218
- ._hideScrollbars_sqhcz_67::-webkit-scrollbar {
9207
+ ._hideScrollbars_1dg3w_67::-webkit-scrollbar {
9219
9208
  display: none;
9220
9209
  }
9221
9210
  :root {
@@ -9226,7 +9215,7 @@ html[data-theme='dark'] {
9226
9215
  --color-background-table-header: var(--color-neutral-800);
9227
9216
  --color-background-table-row-tinted: var(--color-neutral-800);
9228
9217
  }
9229
- ._wrapper_sqhcz_85 {
9218
+ ._wrapper_1dg3w_85 {
9230
9219
  border-radius: inherit;
9231
9220
  max-height: 100%;
9232
9221
  max-width: 100%;
@@ -9234,22 +9223,22 @@ html[data-theme='dark'] {
9234
9223
  flex-direction: column;
9235
9224
  overflow: hidden;
9236
9225
  }
9237
- ._wrapper_sqhcz_85._bordered_sqhcz_93 {
9226
+ ._wrapper_1dg3w_85._bordered_1dg3w_93 {
9238
9227
  border-radius: var(--border-radius);
9239
9228
  border: 1px solid var(--color-border);
9240
9229
  box-shadow: var(--shadow-card);
9241
9230
  }
9242
- ._scroll_sqhcz_98 {
9231
+ ._scroll_1dg3w_98 {
9243
9232
  overflow-y: auto;
9244
9233
  border-radius: inherit;
9245
9234
  flex: 1;
9246
9235
  min-height: 0;
9247
9236
  }
9248
- ._scroll_sqhcz_98:not(:first-child) {
9237
+ ._scroll_1dg3w_98:not(:first-child) {
9249
9238
  border-top-left-radius: 0;
9250
9239
  border-top-right-radius: 0;
9251
9240
  }
9252
- ._table_sqhcz_108 {
9241
+ ._table_1dg3w_108 {
9253
9242
  background: var(--color-background-raised);
9254
9243
  color: var(--color-text);
9255
9244
  border-collapse: separate;
@@ -9258,32 +9247,32 @@ html[data-theme='dark'] {
9258
9247
  width: 100%;
9259
9248
  font-variant-numeric: tabular-nums;
9260
9249
  }
9261
- ._table_sqhcz_108 > :first-child {
9250
+ ._table_1dg3w_108 > :first-child {
9262
9251
  border-top-left-radius: inherit;
9263
9252
  border-top-right-radius: inherit;
9264
9253
  }
9265
- ._table_sqhcz_108 > :first-child > :first-child {
9254
+ ._table_1dg3w_108 > :first-child > :first-child {
9266
9255
  border-top-left-radius: inherit;
9267
9256
  border-top-right-radius: inherit;
9268
9257
  }
9269
- ._table_sqhcz_108 > :first-child > :first-child > :first-child {
9258
+ ._table_1dg3w_108 > :first-child > :first-child > :first-child {
9270
9259
  border-top-left-radius: inherit;
9271
9260
  }
9272
- ._table_sqhcz_108 > :first-child > :first-child > :last-child {
9261
+ ._table_1dg3w_108 > :first-child > :first-child > :last-child {
9273
9262
  border-top-right-radius: inherit;
9274
9263
  }
9275
- ._table_sqhcz_108 > :last-child {
9264
+ ._table_1dg3w_108 > :last-child {
9276
9265
  border-bottom-left-radius: inherit;
9277
9266
  border-bottom-right-radius: inherit;
9278
9267
  }
9279
- ._table_sqhcz_108 > :last-child > :last-child {
9268
+ ._table_1dg3w_108 > :last-child > :last-child {
9280
9269
  border-bottom-left-radius: inherit;
9281
9270
  border-bottom-right-radius: inherit;
9282
9271
  }
9283
- ._table_sqhcz_108 > :last-child > :last-child > :first-child {
9272
+ ._table_1dg3w_108 > :last-child > :last-child > :first-child {
9284
9273
  border-bottom-left-radius: inherit;
9285
9274
  }
9286
- ._table_sqhcz_108 > :last-child > :last-child > :last-child {
9275
+ ._table_1dg3w_108 > :last-child > :last-child > :last-child {
9287
9276
  border-bottom-right-radius: inherit;
9288
9277
  }
9289
9278
  th,
@@ -9299,10 +9288,10 @@ th:not(:first-child),
9299
9288
  td:not(:first-child) {
9300
9289
  border-left-width: 1px;
9301
9290
  }
9302
- ._table_sqhcz_108 > *:not(:last-child) > tr th,
9303
- ._table_sqhcz_108 > *:not(:last-child) > tr td,
9304
- ._table_sqhcz_108 > *:last-child > tr:not(:last-child) th,
9305
- ._table_sqhcz_108 > *:last-child > tr:not(:last-child) td {
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
9295
  border-bottom-width: 1px;
9307
9296
  }
9308
9297
  @-moz-document url-prefix() {
@@ -9315,6 +9304,8 @@ td:not(:first-child) {
9315
9304
  }
9316
9305
  }
9317
9306
  thead {
9307
+ position: sticky;
9308
+ top: 0;
9318
9309
  overflow: hidden;
9319
9310
  z-index: 5;
9320
9311
  }
@@ -9327,7 +9318,7 @@ tbody {
9327
9318
  tbody tr {
9328
9319
  background-color: var(--color-background-raised);
9329
9320
  }
9330
- ._striped_sqhcz_186 tbody tr:nth-child(even) {
9321
+ ._striped_1dg3w_188 tbody tr:nth-child(even) {
9331
9322
  background-color: var(--color-background-table-row-tinted);
9332
9323
  }
9333
9324
  ._title_zn5s7_1 {