@gooddata/sdk-ui-filters 11.43.0-alpha.4 → 11.43.0

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.
Files changed (31) hide show
  1. package/esm/DateFilter/DateFilter.js +1 -1
  2. package/package.json +13 -14
  3. package/styles/css/attributeFilter.css +14 -655
  4. package/styles/css/attributeFilter.css.map +1 -1
  5. package/styles/css/attributeFilterNext/attributeFilter.css +14 -655
  6. package/styles/css/attributeFilterNext/attributeFilter.css.map +1 -1
  7. package/styles/css/attributeFilterNext/attributeFilterAddons.css +14 -655
  8. package/styles/css/attributeFilterNext/attributeFilterAddons.css.map +1 -1
  9. package/styles/css/attributeFilterNext/attributeFilterDropdownBody.css +14 -655
  10. package/styles/css/attributeFilterNext/attributeFilterDropdownBody.css.map +1 -1
  11. package/styles/css/attributeFilterNext/attributeFilterDropdownButton.css +14 -655
  12. package/styles/css/attributeFilterNext/attributeFilterDropdownButton.css.map +1 -1
  13. package/styles/css/attributeFilterNext/attributeFilterElementsSelect.css +14 -655
  14. package/styles/css/attributeFilterNext/attributeFilterElementsSelect.css.map +1 -1
  15. package/styles/css/attributeFilterNext/attributeFilterEmptyResult.css +14 -655
  16. package/styles/css/attributeFilterNext/attributeFilterEmptyResult.css.map +1 -1
  17. package/styles/css/attributeFilterNext/attributeFilterStatusBar.css +14 -655
  18. package/styles/css/attributeFilterNext/attributeFilterStatusBar.css.map +1 -1
  19. package/styles/css/attributeFilterNext.css +14 -655
  20. package/styles/css/attributeFilterNext.css.map +1 -1
  21. package/styles/css/components/DateFilterBody.css +0 -3
  22. package/styles/css/components/DateFilterBody.css.map +1 -1
  23. package/styles/css/dateFilter.css +14 -658
  24. package/styles/css/dateFilter.css.map +1 -1
  25. package/styles/css/filterGroup.css +2 -2
  26. package/styles/css/main.css +16 -660
  27. package/styles/css/main.css.map +1 -1
  28. package/styles/scss/attributeFilter.scss +0 -1
  29. package/styles/scss/attributeFilterNext/_attributeFilterVariables.scss +0 -1
  30. package/styles/scss/components/DateFilterBody.scss +0 -4
  31. package/styles/scss/filterGroup.scss +1 -1
@@ -326,615 +326,6 @@
326
326
  border-width: 0;
327
327
  }
328
328
 
329
- /**
330
- * Copyright Schrodinger, LLC
331
- * All rights reserved.
332
- *
333
- * This source code is licensed under the BSD-style license found in the
334
- * LICENSE file in the root directory of this source tree. An additional grant
335
- * of patent rights can be found in the PATENTS file in the same directory.
336
- *
337
- * @providesModule Scrollbar
338
- *
339
- */
340
- /**
341
- * Scrollbars.
342
- */
343
- /* Touching the scroll-track directly makes the scroll-track bolder */
344
- .public_Scrollbar_main.public_Scrollbar_mainActive,
345
- .public_Scrollbar_main {
346
- background-color: #fff;
347
- border-left: 1px solid #d3d3d3;
348
- }
349
-
350
- .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,
351
- .fixedDataTable_isRTL .public_Scrollbar_main {
352
- border-right: 1px solid #d3d3d3;
353
- border-left-width: 0;
354
- }
355
-
356
- .public_Scrollbar_mainOpaque,
357
- .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,
358
- .public_Scrollbar_mainOpaque:hover {
359
- background-color: #fff;
360
- }
361
-
362
- .public_Scrollbar_face:after {
363
- background-color: #c2c2c2;
364
- }
365
-
366
- .public_Scrollbar_main:hover .public_Scrollbar_face:after,
367
- .public_Scrollbar_mainActive .public_Scrollbar_face:after,
368
- .public_Scrollbar_faceActive:after {
369
- background-color: #7d7d7d;
370
- }
371
-
372
- /**
373
- * Copyright Schrodinger, LLC
374
- * All rights reserved.
375
- *
376
- * This source code is licensed under the BSD-style license found in the
377
- * LICENSE file in the root directory of this source tree. An additional grant
378
- * of patent rights can be found in the PATENTS file in the same directory.
379
- *
380
- * @providesModule fixedDataTable
381
- *
382
- */
383
- /**
384
- * Table.
385
- */
386
- .public_fixedDataTable_main {
387
- border-color: #d3d3d3;
388
- }
389
-
390
- .public_fixedDataTable_header,
391
- .public_fixedDataTable_hasBottomBorder {
392
- border-color: #d3d3d3;
393
- }
394
-
395
- .public_fixedDataTable_header .public_fixedDataTableCell_main {
396
- font-weight: bold;
397
- }
398
-
399
- .public_fixedDataTable_header,
400
- .public_fixedDataTable_scrollbarSpacer,
401
- .public_fixedDataTable_header .public_fixedDataTableCell_main {
402
- background-color: #f6f7f8;
403
- background-image: linear-gradient(#fff, #efefef);
404
- }
405
-
406
- .public_fixedDataTable_scrollbarSpacer {
407
- position: absolute;
408
- z-index: 99;
409
- top: 0;
410
- }
411
-
412
- .public_fixedDataTable_footer .public_fixedDataTableCell_main {
413
- background-color: #f6f7f8;
414
- border-color: #d3d3d3;
415
- }
416
-
417
- .public_fixedDataTable_topShadow {
418
- background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
419
- }
420
-
421
- .public_fixedDataTable_bottomShadow {
422
- background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
423
- }
424
-
425
- .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal {
426
- background-color: #fff;
427
- }
428
-
429
- /**
430
- * Column reorder goodies.
431
- */
432
- .fixedDataTableCellLayout_columnReorderContainer {
433
- border-color: #0284ff;
434
- background-color: rgba(0, 0, 0, 0.1);
435
- width: 12px;
436
- margin-right: -12px;
437
- float: left;
438
- cursor: move;
439
- }
440
-
441
- .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer {
442
- margin-right: auto;
443
- margin-left: -12px;
444
- float: right;
445
- }
446
-
447
- .fixedDataTableCellLayout_columnReorderContainer:after {
448
- content: "::";
449
- position: absolute;
450
- top: 50%;
451
- left: 1px;
452
- transform: translateY(-50%);
453
- }
454
-
455
- .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after {
456
- left: auto;
457
- right: 1px;
458
- }
459
-
460
- /**
461
- * Copyright Schrodinger, LLC
462
- * All rights reserved.
463
- *
464
- * This source code is licensed under the BSD-style license found in the
465
- * LICENSE file in the root directory of this source tree. An additional grant
466
- * of patent rights can be found in the PATENTS file in the same directory.
467
- *
468
- * @providesModule fixedDataTableRow
469
- */
470
- /**
471
- * Table row.
472
- */
473
- .public_fixedDataTableRow_main {
474
- background-color: #fff;
475
- }
476
-
477
- .public_fixedDataTableRow_highlighted,
478
- .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
479
- background-color: #f6f7f8;
480
- }
481
-
482
- .public_fixedDataTableRow_fixedColumnsDivider {
483
- border-color: #d3d3d3;
484
- }
485
-
486
- .public_fixedDataTableRow_columnsShadow {
487
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
488
- }
489
-
490
- .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow {
491
- background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
492
- }
493
-
494
- .public_fixedDataTableRow_columnsRightShadow {
495
- transform: rotate(180deg);
496
- }
497
-
498
- /**
499
- * Copyright Schrodinger, LLC
500
- * All rights reserved.
501
- *
502
- * This source code is licensed under the BSD-style license found in the
503
- * LICENSE file in the root directory of this source tree. An additional grant
504
- * of patent rights can be found in the PATENTS file in the same directory.
505
- *
506
- * @providesModule fixedDataTableColumnResizerLine
507
- *
508
- */
509
- /**
510
- * Column resizer line.
511
- */
512
- .public_fixedDataTableColumnResizerLine_main {
513
- border-color: #0284ff;
514
- width: 1px;
515
- }
516
-
517
- /**
518
- * Copyright Schrodinger, LLC
519
- * All rights reserved.
520
- *
521
- * This source code is licensed under the BSD-style license found in the
522
- * LICENSE file in the root directory of this source tree. An additional grant
523
- * of patent rights can be found in the PATENTS file in the same directory.
524
- *
525
- * @providesModule ScrollbarLayout
526
- */
527
- .ScrollbarLayout_main {
528
- box-sizing: border-box;
529
- outline: none;
530
- overflow: hidden;
531
- position: absolute;
532
- -webkit-user-select: none;
533
- -moz-user-select: none;
534
- -ms-user-select: none;
535
- user-select: none;
536
- }
537
-
538
- .ScrollbarLayout_mainVertical {
539
- bottom: 0;
540
- right: 0;
541
- top: 0;
542
- width: 15px;
543
- }
544
-
545
- .ScrollbarLayout_mainHorizontal {
546
- height: 15px;
547
- left: 0;
548
- }
549
-
550
- .ScrollbarLayout_face {
551
- left: 0;
552
- overflow: hidden;
553
- position: absolute;
554
- z-index: 1;
555
- /* keep the thumb aligned to the center */
556
- display: flex;
557
- justify-content: center;
558
- align-items: center;
559
- }
560
-
561
- /**
562
- * This selector renders the "nub" of the scrollface. The nub must
563
- * be rendered as pseudo-element so that it won't receive any UI events then
564
- * we can get the correct `event.offsetX` and `event.offsetY` from the
565
- * scrollface element while dragging it.
566
- */
567
- .ScrollbarLayout_face:after {
568
- border-radius: 6px;
569
- content: "";
570
- display: block;
571
- position: absolute;
572
- transition-duration: 250ms;
573
- transition-timing-function: ease;
574
- transition-property: background-color, height, width;
575
- }
576
-
577
- .ScrollbarLayout_faceHorizontal {
578
- bottom: 0;
579
- left: 0;
580
- top: 0;
581
- }
582
-
583
- .ScrollbarLayout_faceHorizontal:after {
584
- width: 100%;
585
- height: calc(100% - 8px);
586
- }
587
-
588
- .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,
589
- .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after {
590
- right: 0;
591
- left: auto;
592
- }
593
-
594
- /* expand horizontal scrollbar face when active */
595
- .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,
596
- .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after {
597
- height: calc(100% - 4px);
598
- }
599
-
600
- .ScrollbarLayout_faceVertical {
601
- left: 0;
602
- right: 0;
603
- top: 0;
604
- }
605
-
606
- .ScrollbarLayout_faceVertical:after {
607
- height: 100%;
608
- width: calc(100% - 8px);
609
- }
610
-
611
- /* expand veritcal scrollbar face when active */
612
- .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,
613
- .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after {
614
- width: calc(100% - 4px);
615
- }
616
-
617
- /**
618
- * Copyright Schrodinger, LLC
619
- * All rights reserved.
620
- *
621
- * This source code is licensed under the BSD-style license found in the
622
- * LICENSE file in the root directory of this source tree. An additional grant
623
- * of patent rights can be found in the PATENTS file in the same directory.
624
- *
625
- * @providesModule fixedDataTableCellLayout
626
- */
627
- .fixedDataTableCellLayout_main {
628
- border-right-style: solid;
629
- border-right-width: 1px;
630
- border-width: 0 1px 0 0;
631
- box-sizing: border-box;
632
- display: block;
633
- overflow: hidden;
634
- position: absolute;
635
- white-space: normal;
636
- }
637
-
638
- .fixedDataTable_isRTL .fixedDataTableCellLayout_main {
639
- border-right-width: 0;
640
- border-left-style: solid;
641
- border-left-width: 1px;
642
- }
643
-
644
- .fixedDataTableCellLayout_lastChild {
645
- border-width: 0 1px 1px 0;
646
- }
647
-
648
- .fixedDataTableCellLayout_alignRight {
649
- text-align: right;
650
- }
651
-
652
- .fixedDataTableCellLayout_alignCenter {
653
- text-align: center;
654
- }
655
-
656
- .fixedDataTableCellLayout_wrap {
657
- display: table-cell;
658
- vertical-align: middle;
659
- box-sizing: border-box;
660
- }
661
-
662
- .fixedDataTableCellLayout_wrap1 {
663
- display: table;
664
- }
665
-
666
- .fixedDataTableCellLayout_wrap2 {
667
- display: table-row;
668
- }
669
-
670
- .fixedDataTableCellLayout_wrap3 {
671
- display: table-cell;
672
- vertical-align: middle;
673
- }
674
-
675
- .fixedDataTableCellLayout_columnResizerContainer {
676
- position: absolute;
677
- right: 0px;
678
- width: 6px;
679
- z-index: 1;
680
- }
681
-
682
- .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer {
683
- left: 0px;
684
- right: auto;
685
- }
686
-
687
- .fixedDataTableCellLayout_columnResizerContainer:hover {
688
- cursor: ew-resize;
689
- background-color: #0284ff;
690
- }
691
-
692
- /**
693
- * Copyright Schrodinger, LLC
694
- * All rights reserved.
695
- *
696
- * This source code is licensed under the BSD-style license found in the
697
- * LICENSE file in the root directory of this source tree. An additional grant
698
- * of patent rights can be found in the PATENTS file in the same directory.
699
- *
700
- * @providesModule fixedDataTableCellGroupLayout
701
- */
702
- .fixedDataTableCellGroupLayout_cellGroup {
703
- -webkit-backface-visibility: hidden;
704
- backface-visibility: hidden;
705
- left: 0;
706
- overflow: hidden;
707
- position: absolute;
708
- top: 0;
709
- white-space: nowrap;
710
- }
711
-
712
- .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup {
713
- right: 0;
714
- left: auto;
715
- }
716
-
717
- .fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
718
- display: inline-block;
719
- vertical-align: top;
720
- white-space: normal;
721
- }
722
-
723
- .fixedDataTableCellGroupLayout_cellGroupWrapper {
724
- position: absolute;
725
- top: 0;
726
- }
727
-
728
- /**
729
- * Copyright Schrodinger, LLC
730
- * All rights reserved.
731
- *
732
- * This source code is licensed under the BSD-style license found in the
733
- * LICENSE file in the root directory of this source tree. An additional grant
734
- * of patent rights can be found in the PATENTS file in the same directory.
735
- *
736
- * @providesModule fixedDataTableColumnResizerLineLayout
737
- */
738
- .fixedDataTableColumnResizerLineLayout_mouseArea {
739
- cursor: ew-resize;
740
- position: absolute;
741
- right: -5px;
742
- width: 12px;
743
- }
744
-
745
- .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea {
746
- right: auto;
747
- left: -5px;
748
- }
749
-
750
- .fixedDataTableColumnResizerLineLayout_main {
751
- border-right-style: solid;
752
- border-right-width: 1px;
753
- box-sizing: border-box;
754
- position: absolute;
755
- z-index: 100;
756
- pointer-events: none;
757
- }
758
-
759
- .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main {
760
- border-right-width: 0;
761
- border-left-style: solid;
762
- border-left-width: 1px;
763
- }
764
-
765
- /**
766
- * Copyright Schrodinger, LLC
767
- * All rights reserved.
768
- *
769
- * This source code is licensed under the BSD-style license found in the
770
- * LICENSE file in the root directory of this source tree. An additional grant
771
- * of patent rights can be found in the PATENTS file in the same directory.
772
- *
773
- * @providesModule fixedDataTableLayout
774
- */
775
- .fixedDataTableLayout_main {
776
- border-style: solid;
777
- border-width: 1px;
778
- box-sizing: border-box;
779
- overflow: hidden;
780
- position: relative;
781
- }
782
-
783
- .fixedDataTableLayout_header,
784
- .fixedDataTableLayout_hasBottomBorder {
785
- border-bottom-style: solid;
786
- border-bottom-width: 1px;
787
- }
788
-
789
- .fixedDataTableLayout_footer .public_fixedDataTableCell_main {
790
- border-top-style: solid;
791
- border-top-width: 1px;
792
- }
793
-
794
- .fixedDataTableLayout_topShadow,
795
- .fixedDataTableLayout_bottomShadow {
796
- height: 4px;
797
- left: 0;
798
- position: absolute;
799
- right: 0;
800
- z-index: 1;
801
- }
802
-
803
- .fixedDataTableLayout_bottomShadow {
804
- margin-top: -4px;
805
- }
806
-
807
- .fixedDataTableLayout_rowsContainer {
808
- overflow: hidden;
809
- position: relative;
810
- }
811
-
812
- /**
813
- * Copyright Schrodinger, LLC
814
- * All rights reserved.
815
- *
816
- * This source code is licensed under the BSD-style license found in the
817
- * LICENSE file in the root directory of this source tree. An additional grant
818
- * of patent rights can be found in the PATENTS file in the same directory.
819
- *
820
- * @providesModule fixedDataTableRowLayout
821
- */
822
- .fixedDataTableRowLayout_main {
823
- box-sizing: border-box;
824
- overflow: hidden;
825
- position: absolute;
826
- top: 0;
827
- }
828
-
829
- .fixedDataTableRowLayout_body {
830
- left: 0;
831
- right: 0;
832
- position: absolute;
833
- top: 0;
834
- }
835
-
836
- .fixedDataTableRowLayout_rowExpanded {
837
- box-sizing: border-box;
838
- left: 0;
839
- position: absolute;
840
- }
841
-
842
- .fixedDataTableRowLayout_fixedColumnsDivider {
843
- -webkit-backface-visibility: hidden;
844
- backface-visibility: hidden;
845
- border-left-style: solid;
846
- border-left-width: 1px;
847
- left: 0;
848
- position: absolute;
849
- top: 0;
850
- width: 0;
851
- }
852
-
853
- .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider {
854
- border-left-width: 0;
855
- border-right-style: solid;
856
- border-right-width: 1px;
857
- }
858
-
859
- .fixedDataTableRowLayout_columnsShadow {
860
- position: absolute;
861
- width: 4px;
862
- }
863
-
864
- .fixedDataTableRowLayout_columnsRightShadow {
865
- right: 1px;
866
- }
867
-
868
- .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow {
869
- left: 1px;
870
- right: auto;
871
- }
872
-
873
- .fixedDataTableRowLayout_rowWrapper {
874
- position: absolute;
875
- top: 0;
876
- }
877
-
878
- /**
879
- * Copyright Schrodinger, LLC
880
- * All rights reserved.
881
- *
882
- * This source code is licensed under the BSD-style license found in the
883
- * LICENSE file in the root directory of this source tree. An additional grant
884
- * of patent rights can be found in the PATENTS file in the same directory.
885
- *
886
- * @providesModule fixedDataTableCell
887
- */
888
- /**
889
- * Table cell.
890
- */
891
- .public_fixedDataTableCell_main {
892
- background-color: #fff;
893
- border-color: #d3d3d3;
894
- }
895
-
896
- .public_fixedDataTableCell_highlighted {
897
- background-color: #f4f4f4;
898
- }
899
-
900
- .public_fixedDataTableCell_cellContent {
901
- padding: 8px;
902
- }
903
-
904
- .public_fixedDataTableCell_columnResizerKnob {
905
- background-color: #0284ff;
906
- }
907
-
908
- .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
909
- margin-left: 12px;
910
- }
911
-
912
- .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
913
- padding-left: 20px;
914
- }
915
-
916
- .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
917
- margin-left: auto;
918
- margin-right: 12px;
919
- }
920
-
921
- .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
922
- padding-right: 20px;
923
- }
924
-
925
- .public_fixedDataTableCell_reordering {
926
- z-index: 2;
927
- }
928
-
929
- .public_fixedDataTableCell_resizeReorderCellContainer {
930
- position: fixed;
931
- background-color: #f6f7f8;
932
- background-image: linear-gradient(#fff, #efefef);
933
- border-color: #d3d3d3;
934
- border-right-style: solid;
935
- border-right-width: 1px;
936
- }
937
-
938
329
  /* 0, 640px */
939
330
  /* 641px, 1024px */
940
331
  /* 1025px, 1440px */
@@ -1893,62 +1284,30 @@ button.gd-list-item {
1893
1284
  margin-left: 8px;
1894
1285
  }
1895
1286
 
1896
- .gd-infinite-list .fixedDataTableLayout_topShadow,
1897
- .gd-infinite-list .fixedDataTableLayout_bottomShadow {
1898
- display: none;
1899
- }
1900
- .gd-infinite-list .public_fixedDataTable_main,
1901
- .gd-infinite-list .fixedDataTableCellLayout_main,
1902
- .gd-infinite-list .fixedDataTableRowLayout_main {
1903
- border: none;
1904
- }
1905
- .gd-infinite-list .public_fixedDataTable_main:focus-visible {
1906
- outline: revert;
1907
- }
1908
- .gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
1909
- border-color: transparent;
1910
- }
1911
- .gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_mainActive {
1912
- background-color: transparent;
1287
+ .gd-infinite-list .gd-infinite-list-scroll-container {
1288
+ overflow-x: hidden;
1289
+ overflow-y: auto;
1290
+ overscroll-behavior: contain;
1913
1291
  }
1914
- .gd-infinite-list .public_Scrollbar_main:hover .public_Scrollbar_face::after, .gd-infinite-list .public_Scrollbar_mainActive .public_Scrollbar_face::after {
1915
- background-color: var(--gd-palette-complementary-5, #b0beca);
1292
+ .gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar {
1293
+ -webkit-appearance: none;
1294
+ appearance: none;
1295
+ width: 6px;
1916
1296
  }
1917
- .gd-infinite-list .public_Scrollbar_face::after {
1297
+ .gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar-thumb {
1298
+ border-radius: 3px;
1918
1299
  background-color: rgba(176, 190, 202, 0.3);
1919
1300
  }
1920
- .gd-infinite-list .public_Scrollbar_faceActive::after {
1301
+ .gd-infinite-list .gd-infinite-list-scroll-container:hover::-webkit-scrollbar-thumb {
1921
1302
  background-color: var(--gd-palette-complementary-5, #b0beca);
1922
1303
  }
1923
- .gd-infinite-list .public_fixedDataTable_header,
1924
- .gd-infinite-list .public_fixedDataTable_header .public_fixedDataTableCell_main,
1925
- .gd-infinite-list .public_fixedDataTable_scrollbarSpacer {
1926
- background: none;
1927
- }
1928
- .gd-infinite-list .public_fixedDataTableRow_main,
1929
- .gd-infinite-list .public_fixedDataTableCell_main,
1930
- .gd-infinite-list .public_fixedDataTableRow_highlighted,
1931
- .gd-infinite-list .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
1932
- background-color: transparent;
1304
+ .gd-infinite-list .gd-infinite-list-scroll-container:focus-visible {
1305
+ outline: revert;
1933
1306
  }
1934
- .gd-infinite-list .public_fixedDataTableCell_cellContent {
1935
- padding: 0;
1307
+ .gd-infinite-list .gd-infinite-list-item {
1936
1308
  white-space: nowrap;
1937
1309
  color: var(--gd-palette-complementary-8, #464e56);
1938
1310
  }
1939
- .gd-infinite-list .public_fixedDataTableCell_cellContent:hover {
1940
- background-color: transparent;
1941
- }
1942
- .gd-infinite-list .fixedDataTableCellLayout_wrap1 {
1943
- table-layout: fixed;
1944
- }
1945
- .gd-infinite-list .fixedDataTableCellLayout_wrap2,
1946
- .gd-infinite-list .fixedDataTableCellLayout_wrap3 {
1947
- width: inherit;
1948
- }
1949
- .gd-infinite-list .fixedDataTableCellLayout_wrap2,
1950
- .gd-infinite-list .fixedDataTableCellLayout_wrap3,
1951
- .gd-infinite-list .public_fixedDataTableCell_cellContent,
1952
1311
  .gd-infinite-list .gd-project-list-item {
1953
1312
  height: inherit;
1954
1313
  }
@@ -8209,9 +7568,6 @@ div.gd-empty-item-bubble {
8209
7568
  .gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header, .gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header:hover, .gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header:active {
8210
7569
  background-color: var(--gd-palette-complementary-2-from-theme, rgba(221, 228, 235, 0.2));
8211
7570
  }
8212
- .gd-extended-date-filter-body-scrollable {
8213
- min-height: 350px;
8214
- }
8215
7571
  .gd-extended-date-filter-body-scrollable-small-screen {
8216
7572
  max-height: 350px;
8217
7573
  }
@@ -9842,8 +9198,8 @@ div.gd-empty-item-bubble {
9842
9198
  .gd-mobile-dropdown-content .gd-infinite-list.gd-filter-group-body .gd-attribute-filter__next {
9843
9199
  display: block;
9844
9200
  }
9845
- .dropdown-body .gd-infinite-list.gd-filter-group-body .fixedDataTableLayout_main,
9846
- .gd-mobile-dropdown-content .gd-infinite-list.gd-filter-group-body .fixedDataTableLayout_main {
9201
+ .dropdown-body .gd-infinite-list.gd-filter-group-body .gd-infinite-list-scroll-container,
9202
+ .gd-mobile-dropdown-content .gd-infinite-list.gd-filter-group-body .gd-infinite-list-scroll-container {
9847
9203
  height: auto;
9848
9204
  }
9849
9205
  .dropdown-body .gd-infinite-list.gd-filter-group-body .gd-ui-kit-paged-virtual-list--hasScroll,