react-autoql 7.1.1 → 7.2.1-alpha.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.
@@ -500,238 +500,6 @@ span.react-autoql-icon {
500
500
  .react-autoql-date-picker .rdrNextPrevButton.rdrNextButton i {
501
501
  border-color: transparent transparent transparent var(--react-autoql-text-color-primary); }
502
502
 
503
- .react-autoql-table-container {
504
- flex: 1;
505
- width: 100% !important;
506
- background-color: inherit;
507
- position: relative;
508
- display: flex; }
509
- .react-autoql-table-container.infinite:not(.last-page) .tabulator-row:last-child {
510
- margin-bottom: 40px; }
511
- .react-autoql-table-container .table-loader {
512
- position: absolute;
513
- display: flex;
514
- justify-content: center;
515
- align-items: center;
516
- pointer-events: none;
517
- background-color: transparent;
518
- color: var(--react-autoql-accent-color); }
519
- .react-autoql-table-container .table-loader.table-page-loader {
520
- top: 50px;
521
- bottom: 0;
522
- right: 0;
523
- left: 0; }
524
- .react-autoql-table-container .table-loader.table-scroll-loader {
525
- bottom: 20px;
526
- width: 100%;
527
- z-index: 0; }
528
-
529
- .react-autoql-table-date-picker {
530
- background: var(--react-autoql-background-color-secondary);
531
- color: var(--react-autoql-text-color-primary);
532
- padding: 15px;
533
- padding-bottom: 5px;
534
- display: flex;
535
- justify-content: center;
536
- align-items: stretch;
537
- flex-direction: column; }
538
- .react-autoql-table-date-picker h3 {
539
- margin-top: 0;
540
- margin-left: 5px; }
541
-
542
- .react-autoql-table {
543
- margin-bottom: 0 !important; }
544
-
545
- /* tabulator */
546
- .react-autoql-table.tabulator,
547
- .react-autoql-table.tabulator .tabulator-row,
548
- .react-autoql-table.tabulator .tabulator-header,
549
- .react-autoql-table.tabulator .tabulator-headers,
550
- .react-autoql-table.tabulator .tabulator-header .tabulator-col,
551
- .react-autoql-table.tabulator .tabulator-tableHolder .tabulator-table {
552
- background-color: inherit; }
553
-
554
- .react-autoql-table-container:not(.supports-drilldown) .react-autoql-table.tabulator .tabulator-row .tabulator-cell {
555
- cursor: text; }
556
-
557
- .react-autoql-table-container.supports-drilldown
558
- .react-autoql-table.tabulator
559
- .tabulator-row
560
- .tabulator-cell.pivot-category {
561
- font-weight: 600; }
562
-
563
- .react-autoql-table-container.supports-drilldown
564
- .react-autoql-table.tabulator
565
- .tabulator-row
566
- .tabulator-cell:not(.pivot-category) {
567
- transition: color 0.1s ease;
568
- cursor: pointer; }
569
-
570
- .react-autoql-table-container.supports-drilldown.pivot .react-autoql-table.tabulator .tabulator-row .tabulator-cell:not(.pivot-category):hover,
571
- .react-autoql-table-container.supports-drilldown:not(.pivot) .react-autoql-table.tabulator .tabulator-row:hover .tabulator-cell {
572
- color: var(--react-autoql-accent-color); }
573
-
574
- .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
575
- background-color: var(--react-autoql-hover-color) !important; }
576
-
577
- .react-autoql-table.tabulator .tabulator-header .tabulator-col,
578
- .react-autoql-table.tabulator .tabulator-cell {
579
- border-color: var(--react-autoql-border-color);
580
- background-color: var(--react-autoql-background-color-secondary); }
581
-
582
- .react-autoql-table.tabulator .tabulator-header {
583
- border-bottom: 2px solid var(--react-autoql-border-color); }
584
-
585
- .react-autoql-table.tabulator {
586
- background-color: inherit;
587
- font-size: 12px;
588
- flex: 1; }
589
- .react-autoql-table.tabulator.table-condensed .tabulator-tableHolder .tabulator-table .tabulator-row {
590
- min-height: 24px; }
591
-
592
- .react-autoql-table .tabulator-row {
593
- /* user-select: none; This breaks copy/paste */
594
- border-bottom: 1px solid var(--react-autoql-border-color);
595
- background-color: var(--react-autoql-background-color-secondary);
596
- z-index: 1; }
597
- .react-autoql-table .tabulator-row:last-child {
598
- border-bottom: none; }
599
-
600
- .tabulator-cell:not(:first-child) {
601
- border-left: 1px solid !important;
602
- border-color: rgba(0, 0, 0, 0.06) !important; }
603
-
604
- .react-autoql-table .tabulator-tableHolder {
605
- background-color: inherit; }
606
-
607
- .react-autoql-table-container.resizing {
608
- width: 100vw; }
609
- .react-autoql-table-container.resizing .react-autoql-table {
610
- visibility: hidden; }
611
-
612
- .react-autoql-table-container.filtering {
613
- min-height: 125px; }
614
- .react-autoql-table-container.filtering .filter-tag {
615
- display: none; }
616
- .react-autoql-table-container.filtering .react-autoql-table .tabulator-col {
617
- height: 72px !important; }
618
- .react-autoql-table-container.filtering.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
619
- .react-autoql-table-container.filtering .tabulator-col.DRILLDOWN .tabulator-header-filter {
620
- display: none; }
621
- .react-autoql-table-container.filtering.limited .tabulator-col .tabulator-header-filter,
622
- .react-autoql-table-container.filtering.infinite .tabulator-col:not(.DATE_STRING) .tabulator-header-filter {
623
- display: inline; }
624
- .react-autoql-table-container.filtering .react-autoql-table .tabulator-tableHolder {
625
- min-height: calc(100% - 74px) !important;
626
- height: calc(100% - 74px) !important;
627
- max-height: calc(100% - 74px) !important; }
628
-
629
- .react-autoql-table-container:not(.filtering) {
630
- min-height: 90px; }
631
- .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-col {
632
- height: auto !important; }
633
- .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-header-filter {
634
- display: none; }
635
- .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-tableHolder {
636
- min-height: calc(100% - 40px) !important;
637
- height: calc(100% - 40px) !important;
638
- max-height: calc(100% - 40px) !important; }
639
-
640
- .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
641
- padding: 8px 5px; }
642
-
643
- .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
644
- opacity: 0;
645
- border-left: 4px solid transparent !important;
646
- border-right: 4px solid transparent !important;
647
- right: 4px;
648
- top: calc(50% - 3px); }
649
-
650
- .react-autoql-table.tabulator .tabulator-header .tabulator-col:hover .tabulator-col-content .tabulator-arrow {
651
- opacity: 1 !important; }
652
-
653
- .react-autoql-table.tabulator
654
- .tabulator-header
655
- .tabulator-col.tabulator-sortable[aria-sort='desc']
656
- .tabulator-col-content
657
- .tabulator-arrow {
658
- border-top: 4px solid rgba(0, 0, 0, 0.2) !important; }
659
-
660
- .react-autoql-table.tabulator
661
- .tabulator-header
662
- .tabulator-col.tabulator-sortable[aria-sort='asc']
663
- .tabulator-col-content
664
- .tabulator-arrow,
665
- .react-autoql-table.tabulator
666
- .tabulator-header
667
- .tabulator-col.tabulator-sortable[aria-sort='none']
668
- .tabulator-col-content
669
- .tabulator-arrow {
670
- border-bottom: 4px solid rgba(0, 0, 0, 0.2) !important; }
671
-
672
- .react-autoql-table .tabulator-tableHolder::-webkit-scrollbar {
673
- display: unset;
674
- opacity: 0;
675
- background-color: transparent;
676
- width: 7px;
677
- height: 7px;
678
- -webkit-transition: all 0.3s ease;
679
- transition: all 0.3s ease; }
680
-
681
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-corner {
682
- background-color: transparent; }
683
-
684
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-track,
685
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-track-piece,
686
- .react-autoql-table .tabulator-tableHolder::-webkit-scrollbar-corner {
687
- background-color: transparent; }
688
-
689
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-thumb {
690
- background-color: rgba(0, 0, 0, 0.2);
691
- border-radius: 7px;
692
- border: 0px; }
693
-
694
- .react-autoql-table .tabulator-header-filter input {
695
- border: 1px solid var(--react-autoql-border-color);
696
- border-radius: 4px;
697
- background: transparent;
698
- padding: 4px 9px !important;
699
- outline: none !important;
700
- text-overflow: ellipsis; }
701
-
702
- .react-autoql-table .tabulator-header-filter input:focus {
703
- border: 1px solid #28a8e0; }
704
-
705
- .tabulator-table .tabulator-row .tabulator-cell {
706
- min-height: 20px;
707
- height: 28px;
708
- line-height: 20px; }
709
-
710
- /* Center header titles */
711
- .react-autoql-table .tabulator-header .tabulator-col {
712
- text-align: center !important; }
713
-
714
- .react-autoql-table .tabulator-header .tabulator-col-title {
715
- padding-left: 10px !important;
716
- padding-right: 10px !important; }
717
-
718
- .filter-tag {
719
- color: #2ecc40;
720
- border: 1px solid;
721
- padding: 2px 4px;
722
- border-radius: 4px;
723
- font-weight: 400;
724
- font-size: 10px;
725
- margin-right: 5px;
726
- vertical-align: top;
727
- line-height: 21px; }
728
-
729
- .comparison-value-positive {
730
- color: #2ecc40; }
731
-
732
- .comparison-value-negative {
733
- color: #e80000; }
734
-
735
503
  .react-autoql-btn {
736
504
  border-radius: 4px;
737
505
  cursor: pointer;
@@ -776,52 +544,205 @@ span.react-autoql-icon {
776
544
  background-color: var(--react-autoql-danger-color, #ca0b00);
777
545
  color: var(--react-autoql-text-color-accent); }
778
546
 
779
- ::-webkit-scrollbar {
780
- visibility: hidden;
781
- width: 6px;
782
- height: 6px; }
783
-
784
- .scrollbar-content-container {
785
- position: absolute;
786
- height: 100%;
787
- width: 100%; }
788
-
789
- .thumb-vertical,
790
- .thumb-horizontal {
791
- border-radius: 3px;
792
- background-color: var(--react-autoql-highlight-color);
793
- opacity: 0.2; }
794
-
795
- g.legendOrdinal,
796
- g.legendOrdinal tspan {
797
- stroke-width: 10px;
798
- stroke: transparent;
799
- letter-spacing: 0;
800
- cursor: pointer; }
801
-
802
- .axis-label-border,
803
- .legend-title-border {
804
- cursor: pointer;
805
- stroke: transparent;
806
- opacity: 0.5; }
807
- .axis-label-border:hover,
808
- .legend-title-border:hover {
809
- stroke: var(--react-autoql-accent-color) !important; }
810
-
811
- .axis-scaler-border {
812
- cursor: pointer;
813
- stroke: transparent;
814
- opacity: 0.5; }
815
- .axis-scaler-border:hover {
816
- stroke: transparent !important; }
547
+ .react-autoql-table-container {
548
+ width: 100% !important;
549
+ max-width: 100%;
550
+ max-height: 100%;
551
+ overflow: hidden;
552
+ background-color: inherit;
553
+ position: relative;
554
+ box-sizing: border-box;
555
+ flex: 1; }
556
+ .react-autoql-table-container .react-autoql-tablulator-container {
557
+ position: relative;
558
+ height: calc(100% - 30px);
559
+ max-height: calc(100% - 30px); }
560
+ .react-autoql-table-container .react-autoql-tablulator-container .tabulator-cell,
561
+ .react-autoql-table-container .react-autoql-tablulator-container .tabulator-col {
562
+ color: var(--react-autoql-text-color-primary); }
563
+ .react-autoql-table-container.hidden {
564
+ visibility: hidden;
565
+ position: absolute;
566
+ pointer-events: none;
567
+ opacity: 0; }
568
+ .react-autoql-table-container.infinite:not(.last-page) .tabulator-row:last-child {
569
+ margin-bottom: 40px; }
570
+ .react-autoql-table-container.resizing {
571
+ width: 100vw; }
572
+ .react-autoql-table-container.resizing .react-autoql-table {
573
+ visibility: hidden;
574
+ opacity: 0; }
575
+ .react-autoql-table-container.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
576
+ .react-autoql-table-container .tabulator-col.DRILLDOWN .tabulator-header-filter {
577
+ visibility: hidden;
578
+ opacity: 0; }
579
+ .react-autoql-table-container.limited .tabulator-col .tabulator-header-filter,
580
+ .react-autoql-table-container.infinite .tabulator-col:not(.DATE_STRING) .tabulator-header-filter {
581
+ visibility: visible;
582
+ opacity: 1; }
583
+ .react-autoql-table-container.filtering {
584
+ min-height: 125px; }
585
+ .react-autoql-table-container.filtering .tabulator-header-contents {
586
+ height: 60px; }
587
+ .react-autoql-table-container.filtering .tabulator-header-contents .tabulator-col,
588
+ .react-autoql-table-container.filtering .tabulator-header-contents .tabulator-headers,
589
+ .react-autoql-table-container.filtering .tabulator-header-contents .tabulator-col-resize-handle {
590
+ height: 100% !important; }
591
+ .react-autoql-table-container.filtering .react-autoql-tablulator-container .tabulator-tableholder {
592
+ min-height: calc(100% - 60px) !important;
593
+ height: calc(100% - 60px) !important;
594
+ max-height: calc(100% - 60px) !important; }
595
+ .react-autoql-table-container.filtering .filter-tag {
596
+ display: none; }
597
+ .react-autoql-table-container:not(.filtering) .tabulator-header-contents {
598
+ height: 35px; }
599
+ .react-autoql-table-container:not(.filtering) .tabulator-header-filter input {
600
+ opacity: 0;
601
+ visibility: hidden; }
602
+ .react-autoql-table-container:not(.filtering) .react-autoql-tablulator-container .tabulator-tableholder {
603
+ min-height: calc(100% - 35px) !important;
604
+ height: calc(100% - 35px) !important;
605
+ max-height: calc(100% - 35px) !important; }
606
+ .react-autoql-table-container .tabulator-header-filter input {
607
+ border: 1px solid var(--react-autoql-border-color);
608
+ border-radius: 4px;
609
+ background: transparent;
610
+ padding: 4px 9px !important;
611
+ outline: none !important;
612
+ text-overflow: ellipsis;
613
+ visibility: visible;
614
+ opacity: 1; }
615
+ .react-autoql-table-container .tabulator-header-filter input:focus {
616
+ border: 1px solid var(--react-autoql-accent-color); }
617
+ .react-autoql-table-container .table-loader {
618
+ position: absolute;
619
+ display: flex;
620
+ justify-content: center;
621
+ align-items: center;
622
+ pointer-events: none;
623
+ background-color: transparent;
624
+ background-color: inherit;
625
+ color: var(--react-autoql-accent-color); }
626
+ .react-autoql-table-container .table-loader.table-page-loader {
627
+ top: 0;
628
+ bottom: 0;
629
+ right: 0;
630
+ left: 0; }
631
+ .react-autoql-table-container .table-loader.table-page-loader .page-loader-spinner {
632
+ display: flex;
633
+ justify-content: center;
634
+ align-items: center;
635
+ width: 40px;
636
+ height: 40px;
637
+ background-color: var(--react-autoql-background-color-secondary);
638
+ border: 1px solid var(--react-autoql-border-color);
639
+ box-shadow: var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15)) 0px 8px 24px;
640
+ border-radius: 4px; }
641
+ .react-autoql-table-container .table-loader.table-page-loader .page-loader-spinner .spinner-loader {
642
+ margin: 0;
643
+ height: 17px;
644
+ width: 17px; }
645
+ .react-autoql-table-container .table-loader.table-scroll-loader {
646
+ bottom: 20px;
647
+ width: 100%;
648
+ z-index: 0; }
649
+ .react-autoql-table-container.supports-drilldown .tabulator-row .tabulator-cell:not(.pivot-category) {
650
+ transition: color 0.1s ease;
651
+ cursor: pointer; }
652
+ .react-autoql-table-container.supports-drilldown.pivot .react-autoql-table.tabulator .tabulator-row .tabulator-cell:not(.pivot-category):hover,
653
+ .react-autoql-table-container.supports-drilldown:not(.pivot) .react-autoql-table.tabulator .tabulator-row:hover .tabulator-cell {
654
+ color: var(--react-autoql-accent-color); }
655
+ .react-autoql-table-container:not(.supports-drilldown) .react-autoql-table.tabulator .tabulator-row .tabulator-cell {
656
+ cursor: text; }
657
+ .react-autoql-table-container.animating .react-autoql-table {
658
+ visibility: hidden; }
659
+ .react-autoql-table-container .react-autoql-table.tabulator {
660
+ background-color: inherit;
661
+ border-color: transparent;
662
+ margin-bottom: 0 !important;
663
+ font-size: 11px; }
664
+ .react-autoql-table-container .react-autoql-table.tabulator .comparison-value-positive {
665
+ color: #2ecc40; }
666
+ .react-autoql-table-container .react-autoql-table.tabulator .comparison-value-negative {
667
+ color: #e80000; }
668
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header {
669
+ border-bottom: 2px solid var(--react-autoql-border-color); }
670
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .filter-tag {
671
+ color: #2ecc40;
672
+ border: 1px solid;
673
+ padding: 2px 4px;
674
+ border-radius: 4px;
675
+ font-weight: 400;
676
+ font-size: 10px;
677
+ margin-right: 5px;
678
+ vertical-align: top;
679
+ line-height: 21px; }
680
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row,
681
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header,
682
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-headers,
683
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col,
684
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-tableholder .tabulator-table {
685
+ background-color: inherit; }
686
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row {
687
+ /* user-select: none; This breaks copy/paste */
688
+ border-bottom: 1px solid var(--react-autoql-border-color);
689
+ background-color: var(--react-autoql-background-color-secondary);
690
+ z-index: 1; }
691
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row:last-child {
692
+ border-bottom: none; }
693
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row .tabulator-cell:not(:first-child) {
694
+ border-left: 1px solid !important;
695
+ border-color: rgba(0, 0, 0, 0.06) !important; }
696
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row .tabulator-cell.pivot-category {
697
+ font-weight: 600; }
698
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col {
699
+ text-align: center !important;
700
+ border-color: transparent;
701
+ background-color: var(--react-autoql-background-color-secondary); }
702
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-title {
703
+ padding-left: 10px !important;
704
+ padding-right: 15px !important; }
705
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
706
+ padding: 8px 5px; }
707
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
708
+ border-left: 4px solid transparent !important;
709
+ border-right: 4px solid transparent !important;
710
+ right: 4px;
711
+ top: calc(50% - 3px); }
712
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
713
+ background-color: var(--react-autoql-hover-color) !important; }
714
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort='descending'] .tabulator-col-content .tabulator-arrow {
715
+ border-top: 4px solid var(--react-autoql-text-color-primary) !important;
716
+ opacity: 0.5; }
717
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort='ascending'] .tabulator-col-content .tabulator-arrow {
718
+ border-bottom: 4px solid var(--react-autoql-text-color-primary) !important;
719
+ opacity: 0.5; }
720
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort='none'] .tabulator-col-content .tabulator-arrow {
721
+ border-bottom: 4px solid var(--react-autoql-text-color-primary) !important;
722
+ opacity: 0; }
723
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col:hover .tabulator-col-content .tabulator-arrow {
724
+ opacity: 1 !important; }
725
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-cell {
726
+ border-color: var(--react-autoql-border-color);
727
+ background-color: var(--react-autoql-background-color-secondary); }
728
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-tableholder {
729
+ background-color: inherit; }
817
730
 
818
- .react-autoql-axis-selector-arrow {
819
- opacity: 1 !important; }
731
+ .react-autoql-table-date-picker {
732
+ background: var(--react-autoql-background-color-secondary);
733
+ color: var(--react-autoql-text-color-primary);
734
+ padding: 15px;
735
+ padding-bottom: 5px;
736
+ display: flex;
737
+ justify-content: center;
738
+ align-items: stretch;
739
+ flex-direction: column; }
740
+ .react-autoql-table-date-picker h3 {
741
+ margin-top: 0;
742
+ margin-left: 5px; }
820
743
 
821
- g.legendOrdinal .legendTitle tspan {
822
- letter-spacing: 0.04em !important;
823
- font-size: 12px;
824
- cursor: default; }
744
+ .tabulator-alert {
745
+ display: none !important; }
825
746
 
826
747
  .content {
827
748
  margin: 2rem; }
@@ -835,10 +756,14 @@ g.legendOrdinal .legendTitle tspan {
835
756
  align-items: center;
836
757
  position: relative;
837
758
  cursor: pointer; }
838
- .react-autoql-checkbox .react-autoql-checkbox--switch__input:checked,
839
- .react-autoql-checkbox .react-autoql-checkbox__input:checked {
840
- border-color: var(--react-autoql-accent-color, #26a7df);
759
+ .react-autoql-checkbox .react-autoql-checkbox--switch__input:checked:not(:disabled),
760
+ .react-autoql-checkbox .react-autoql-checkbox__input:checked:not(:disabled) {
761
+ border-color: var(--react-autoql-accent-color, #26a7df) !important;
841
762
  background: var(--react-autoql-accent-color, #26a7df); }
763
+ .react-autoql-checkbox .react-autoql-checkbox--switch__input:checked:disabled,
764
+ .react-autoql-checkbox .react-autoql-checkbox__input:checked:disabled {
765
+ border-color: var(--react-autoql-background-color-disabled-dark) !important;
766
+ background: var(--react-autoql-background-color-disabled-dark); }
842
767
 
843
768
  .react-autoql-checkbox__label {
844
769
  flex-shrink: 0;
@@ -855,11 +780,12 @@ g.legendOrdinal .legendTitle tspan {
855
780
  -webkit-appearance: none;
856
781
  -moz-appearance: none;
857
782
  outline: none;
858
- background: transparent;
783
+ background: var(--react-autoql-background-color-checkbox);
859
784
  border: 1px solid;
860
- border-color: var(--react-autoql-accent-color, #26a7df);
861
785
  border-radius: 2px;
862
786
  cursor: pointer; }
787
+ .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
788
+ border-color: var(--react-autoql-accent-color, #26a7df); }
863
789
 
864
790
  .react-autoql-checkbox__input::before {
865
791
  content: ' ';
@@ -893,14 +819,15 @@ g.legendOrdinal .legendTitle tspan {
893
819
  bottom: 7px; }
894
820
 
895
821
  .react-autoql-checkbox__input:disabled {
896
- border-color: #5a5358;
822
+ border-color: var(--react-autoql-background-color-disabled-dark) !important;
823
+ background: var(--react-autoql-background-color-disabled) !important;
897
824
  cursor: default; }
898
825
 
899
826
  .react-autoql-checkbox__input:disabled::before {
900
- background-color: #5a5358; }
827
+ background-color: var(--react-autoql-background-color-disabled-dark); }
901
828
 
902
829
  .react-autoql-checkbox__input:disabled + .react-autoql-checkbox__label {
903
- color: gray;
830
+ color: var(--react-autoql-background-color-disabled-dark);
904
831
  cursor: default; }
905
832
 
906
833
  .react-autoql-checkbox--has-error__input {
@@ -927,10 +854,9 @@ g.legendOrdinal .legendTitle tspan {
927
854
  bottom: 2px;
928
855
  left: 2px;
929
856
  border-radius: 50%;
930
- background: var(--react-autoql-text-color-accent); }
857
+ background: #fff; }
931
858
 
932
- .react-autoql-checkbox--switch__input:checked
933
- + .react-autoql-checkbox--switch__label::after {
859
+ .react-autoql-checkbox--switch__input:checked + .react-autoql-checkbox--switch__label::after {
934
860
  content: 'on'; }
935
861
 
936
862
  .react-autoql-checkbox--switch__input:checked::before {
@@ -943,16 +869,13 @@ g.legendOrdinal .legendTitle tspan {
943
869
  padding-left: 6px;
944
870
  line-height: 100%; }
945
871
 
946
- .react-autoql-modal-container
947
- .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input),
948
- .react-autoql-drawer
949
- .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
950
- border-color: var(--react-autoql-accent-color); }
872
+ .react-autoql-modal-container .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input),
873
+ .react-autoql-drawer .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
874
+ border-color: var(--react-autoql-accent-color);
875
+ background: var(--react-autoql-background-color-secondary); }
951
876
 
952
- .react-autoql-modal-container
953
- .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input),
954
- .react-autoql-drawer
955
- .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
877
+ .react-autoql-modal-container .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input),
878
+ .react-autoql-drawer .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
956
879
  background: var(--react-autoql-accent-color); }
957
880
 
958
881
  .react-autoql-list-item {
@@ -962,11 +885,15 @@ g.legendOrdinal .legendTitle tspan {
962
885
  line-height: 36px;
963
886
  -webkit-user-select: none;
964
887
  -moz-user-select: none;
965
- user-select: none; }
888
+ user-select: none;
889
+ cursor: default; }
966
890
  .react-autoql-list-item:hover {
967
891
  background: var(--react-autoql-hover-color); }
968
892
  .react-autoql-list-item.selected {
969
893
  background: var(--react-autoql-hover-color); }
894
+ .react-autoql-list-item.disabled {
895
+ opacity: 0.4;
896
+ pointer-events: none; }
970
897
 
971
898
  .col-visibility-header {
972
899
  padding-left: 20px;
@@ -979,6 +906,214 @@ g.legendOrdinal .legendTitle tspan {
979
906
  .react-autoql-list-item:not(:last-child) {
980
907
  border-bottom: 1px solid #d3d3d34a; }
981
908
 
909
+ .scrollbar-content-container {
910
+ position: absolute;
911
+ height: 100%;
912
+ width: 100%; }
913
+
914
+ .thumb-vertical,
915
+ .thumb-horizontal {
916
+ border-radius: 3px;
917
+ background-color: var(--react-autoql-highlight-color);
918
+ opacity: 0.2; }
919
+
920
+ .react-autoql-select {
921
+ border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
922
+ border-radius: 4px;
923
+ background: var(--react-autoql-background-color-secondary, white);
924
+ display: inline-block;
925
+ font-size: 13px;
926
+ line-height: 32px;
927
+ height: 34px;
928
+ margin: 0 3px;
929
+ padding: 0 11px;
930
+ color: var(--react-autoql-accent-color, #26a7df);
931
+ transition: all 0.2s ease;
932
+ cursor: pointer; }
933
+ .react-autoql-select:hover {
934
+ border-color: var(--react-autoql-accent-color, #26a7df); }
935
+
936
+ .react-autoql-select-popup-container {
937
+ background: var(--react-autoql-background-color-secondary, white);
938
+ padding: 10px 0;
939
+ max-height: 300px;
940
+ overflow-y: auto; }
941
+ .react-autoql-select-popup-container .react-autoql-select-option.active {
942
+ background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
943
+ .react-autoql-select-popup-container .react-autoql-select-popup {
944
+ list-style-type: none;
945
+ width: 100%;
946
+ margin: 0;
947
+ padding: 0; }
948
+ .react-autoql-select-popup-container .react-autoql-select-popup li {
949
+ color: var(--react-autoql-text-color-primary);
950
+ width: 100%;
951
+ height: 35px;
952
+ line-height: 35px;
953
+ padding: 0 20px;
954
+ cursor: pointer; }
955
+ .react-autoql-select-popup-container .react-autoql-select-popup li:hover {
956
+ background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
957
+
958
+ g.legendOrdinal,
959
+ g.legendOrdinal tspan {
960
+ stroke: transparent;
961
+ letter-spacing: 0;
962
+ cursor: pointer; }
963
+
964
+ .axis-label-border.hidden,
965
+ .legend-title-border.hidden {
966
+ stroke: transparent;
967
+ opacity: 0; }
968
+
969
+ .axis-label-border:not(.hidden),
970
+ .legend-title-border:not(.hidden) {
971
+ cursor: pointer;
972
+ stroke: transparent;
973
+ opacity: 0.5; }
974
+ .axis-label-border:not(.hidden):hover,
975
+ .legend-title-border:not(.hidden):hover {
976
+ stroke: var(--react-autoql-accent-color) !important; }
977
+
978
+ .axis-scaler-border {
979
+ cursor: pointer;
980
+ stroke: transparent;
981
+ opacity: 0.5; }
982
+ .axis-scaler-border:hover {
983
+ stroke: transparent !important; }
984
+
985
+ .react-autoql-axis-selector-arrow {
986
+ opacity: 1 !important; }
987
+
988
+ .number-axis-selector-popover .number-axis-selector-popover-content {
989
+ display: flex;
990
+ flex-direction: column;
991
+ background: var(--react-autoql-background-color-secondary);
992
+ color: var(--react-autoql-text-color-primary);
993
+ padding: 10px;
994
+ z-index: 9999; }
995
+ .number-axis-selector-popover .number-axis-selector-popover-content h4 {
996
+ margin: 0;
997
+ margin-top: 5px;
998
+ margin-bottom: 15px; }
999
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-list-checkbox {
1000
+ margin-left: 10px; }
1001
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-field-group-container {
1002
+ white-space: nowrap; }
1003
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-field-group-container .number-selector-field-group {
1004
+ display: inline-block;
1005
+ vertical-align: top; }
1006
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-field-group-container .number-selector-field-group:not(:last-of-type) {
1007
+ padding-right: 8px; }
1008
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector {
1009
+ width: 175px;
1010
+ border-left: 1px solid var(--react-autoql-border-color);
1011
+ padding: 10px 20px; }
1012
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .agg-type-selector-fields {
1013
+ font-size: 12px;
1014
+ font-style: italic; }
1015
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p {
1016
+ font-size: 12px;
1017
+ margin: 4px 0px; }
1018
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:checked + label,
1019
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:not(:checked) + label {
1020
+ padding-left: 22px;
1021
+ line-height: 17px; }
1022
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:checked + label:before,
1023
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:not(:checked) + label:before {
1024
+ width: 15px;
1025
+ height: 15px; }
1026
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:checked + label:after,
1027
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:not(:checked) + label:after {
1028
+ width: 9px;
1029
+ height: 9px; }
1030
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-select-option.active {
1031
+ background: var(--react-autoql-hover-color);
1032
+ outline: none !important; }
1033
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item .react-autoql-checkbox {
1034
+ margin-left: 20px; }
1035
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-checkbox-tick {
1036
+ left: 2px; }
1037
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-checkbox__input {
1038
+ width: 16px;
1039
+ height: 16px; }
1040
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item {
1041
+ padding: 0;
1042
+ padding-right: 10px;
1043
+ font-size: 12px;
1044
+ line-height: 25px;
1045
+ cursor: default; }
1046
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item.checked .agg-type-symbol {
1047
+ color: var(--react-autoql-accent-color); }
1048
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-header {
1049
+ display: flex;
1050
+ justify-content: space-between;
1051
+ margin-bottom: 5px;
1052
+ padding: 10px;
1053
+ font-size: 12px;
1054
+ border-bottom: 1px solid var(--react-autoql-border-color);
1055
+ background: var(--react-autoql-background-color-primary); }
1056
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-header .number-selector-header-title {
1057
+ font-weight: 600; }
1058
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-header .number-selector-header-title svg {
1059
+ stroke-width: 0.5px; }
1060
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-series-selector .react-autoql-selectable-list {
1061
+ margin-bottom: 10px; }
1062
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-select.agg-type-symbol {
1063
+ display: inline-block;
1064
+ font-weight: 600;
1065
+ font-size: 12px;
1066
+ line-height: 22px;
1067
+ height: 22px;
1068
+ margin: 3px 10px;
1069
+ padding: 0 8px; }
1070
+
1071
+ .number-axis-selector-popover .axis-selector-apply-btn-container .axis-selector-apply-btn {
1072
+ margin: 0;
1073
+ width: 100%; }
1074
+
1075
+ .agg-type-symbol-select .react-autoql-select-popup li {
1076
+ font-size: 12px;
1077
+ line-height: 28px;
1078
+ height: 28px; }
1079
+ .agg-type-symbol-select .react-autoql-select-popup li .agg-select-list-symbol {
1080
+ font-weight: 600;
1081
+ margin-right: 10px; }
1082
+
1083
+ .axis-selector-content {
1084
+ list-style-type: none;
1085
+ width: 100%;
1086
+ margin: 0;
1087
+ padding: 0; }
1088
+ .axis-selector-content li {
1089
+ color: var(--react-autoql-text-color-primary);
1090
+ width: 100%;
1091
+ height: 30px;
1092
+ line-height: 30px;
1093
+ padding: 0 15px;
1094
+ cursor: pointer; }
1095
+ .axis-selector-content li:hover {
1096
+ background: rgba(0, 0, 0, 0.05); }
1097
+
1098
+ .string-axis-selector-popover-content {
1099
+ display: flex;
1100
+ flex-direction: column;
1101
+ background: var(--react-autoql-background-color-secondary);
1102
+ color: var(--react-autoql-text-color-primary);
1103
+ padding: 5px;
1104
+ z-index: 9999; }
1105
+ .string-axis-selector-popover-content .string-select-list-item {
1106
+ font-size: 12px;
1107
+ line-height: 28px; }
1108
+ .string-axis-selector-popover-content .string-select-list-item.active {
1109
+ background: var(--react-autoql-accent-color);
1110
+ color: var(--react-autoql-text-color-accent); }
1111
+
1112
+ g.legendOrdinal .legendTitle tspan {
1113
+ letter-spacing: 0.04em !important;
1114
+ font-size: 12px;
1115
+ cursor: default; }
1116
+
982
1117
  .react-autoql-chart-container {
983
1118
  position: relative;
984
1119
  width: 100%;
@@ -989,19 +1124,55 @@ g.legendOrdinal .legendTitle tspan {
989
1124
  background: var(--react-autoql-background-color-secondary);
990
1125
  transition: opacity 0.2s ease;
991
1126
  /* These are not inline styles since they do not apply to saved PNG charts */ }
1127
+ .react-autoql-chart-container.hidden {
1128
+ visibility: hidden;
1129
+ flex: 0 0 0;
1130
+ opacity: 0;
1131
+ flex-basis: 0 !important; }
992
1132
  .react-autoql-chart-container svg {
993
- background: transparent !important; }
1133
+ background: transparent !important;
1134
+ color: var(--react-autoql-text-color-primary) !important; }
994
1135
  .react-autoql-chart-container.loading {
995
1136
  opacity: 0;
996
1137
  transition: none; }
1138
+ .react-autoql-chart-container.loading-rows {
1139
+ pointer-events: none; }
1140
+ .react-autoql-chart-container .legendCells .cell.hidden text {
1141
+ color: var(--react-autoql-background-disabled);
1142
+ opacity: 0.4 !important; }
1143
+ .react-autoql-chart-container .legendCells .cell.hidden line.swatch,
1144
+ .react-autoql-chart-container .legendCells .cell.hidden path.swatch {
1145
+ fill: var(--react-autoql-background-color-disabled) !important;
1146
+ stroke: var(--react-autoql-background-color-disabled) !important; }
1147
+ .react-autoql-chart-container .legendCells .cell:hover path.swatch {
1148
+ stroke-width: 2px; }
1149
+ .react-autoql-chart-container .legendCells .cell:hover line.swatch {
1150
+ stroke-width: 3px; }
1151
+ .react-autoql-chart-container .legendCells .cell text:hover {
1152
+ font-weight: 600; }
1153
+ .react-autoql-chart-container path.swatch {
1154
+ outline: none !important;
1155
+ fill-opacity: 1; }
1156
+ .react-autoql-chart-container path.swatch:hover, .react-autoql-chart-container path.swatch.active {
1157
+ fill-opacity: 0.7; }
1158
+ .react-autoql-chart-container line.swatch {
1159
+ stroke-width: 2px;
1160
+ outline: none !important; }
1161
+ .react-autoql-chart-container line.swatch:hover, .react-autoql-chart-container line.swatch.active {
1162
+ stroke-width: 3px; }
1163
+ .react-autoql-chart-container .bar,
1164
+ .react-autoql-chart-container .column,
1165
+ .react-autoql-chart-container .slice,
1166
+ .react-autoql-chart-container .stacked-bar,
1167
+ .react-autoql-chart-container .stacked-column {
1168
+ cursor: pointer; }
997
1169
  .react-autoql-chart-container .bar,
998
1170
  .react-autoql-chart-container .column,
999
1171
  .react-autoql-chart-container .line,
1000
1172
  .react-autoql-chart-container .slice,
1001
1173
  .react-autoql-chart-container .stacked-area,
1002
1174
  .react-autoql-chart-container .stacked-bar,
1003
- .react-autoql-chart-container .stacked-column,
1004
- .react-autoql-chart-container .swatch {
1175
+ .react-autoql-chart-container .stacked-column {
1005
1176
  transition: fill-opacity 0.3s ease;
1006
1177
  fill-opacity: 1 !important;
1007
1178
  outline: none !important; }
@@ -1017,18 +1188,29 @@ g.legendOrdinal .legendTitle tspan {
1017
1188
  .react-autoql-chart-container .stacked-bar:hover,
1018
1189
  .react-autoql-chart-container .stacked-bar.active,
1019
1190
  .react-autoql-chart-container .stacked-column:hover,
1020
- .react-autoql-chart-container .stacked-column.active,
1021
- .react-autoql-chart-container .swatch:hover,
1022
- .react-autoql-chart-container .swatch.active {
1191
+ .react-autoql-chart-container .stacked-column.active {
1023
1192
  fill-opacity: 0.7 !important; }
1024
- .react-autoql-chart-container .line-dot,
1193
+ .react-autoql-chart-container .line-dot {
1194
+ outline: none !important;
1195
+ stroke-linecap: round;
1196
+ stroke-linejoin: round; }
1197
+ .react-autoql-chart-container .line-dot.hidden-dot .line-dot-inner-circle {
1198
+ transition: opacity 0.2s ease;
1199
+ fill: currentColor !important; }
1200
+ .react-autoql-chart-container .line-dot:not(.hidden-dot) .line-dot-inner-circle {
1201
+ fill: var(--react-autoql-background-color-secondary) !important; }
1202
+ .react-autoql-chart-container .line-dot:not(.hidden-dot) .line-dot-outer-circle,
1203
+ .react-autoql-chart-container .line-dot:not(.hidden-dot) .line-dot-inner-circle {
1204
+ transition: fill 0.3s ease, stroke 0.3s ease; }
1205
+ .react-autoql-chart-container .line-dot:hover .line-dot-inner-circle,
1206
+ .react-autoql-chart-container .line-dot.active .line-dot-inner-circle {
1207
+ fill: currentColor !important;
1208
+ opacity: 1 !important; }
1025
1209
  .react-autoql-chart-container .vertex-dot {
1026
1210
  transition: opacity 0.3s ease;
1027
1211
  opacity: 0 !important;
1028
1212
  outline: none !important; }
1029
- .react-autoql-chart-container .line-dot:hover, .react-autoql-chart-container .line-dot.active,
1030
- .react-autoql-chart-container .vertex-dot:hover,
1031
- .react-autoql-chart-container .vertex-dot.active {
1213
+ .react-autoql-chart-container .vertex-dot:hover, .react-autoql-chart-container .vertex-dot.active {
1032
1214
  opacity: 1 !important; }
1033
1215
  .react-autoql-chart-container .square {
1034
1216
  transition: fill 0.2s ease;
@@ -1044,10 +1226,16 @@ g.legendOrdinal .legendTitle tspan {
1044
1226
  outline: none !important; }
1045
1227
  .react-autoql-chart-container .circle:hover, .react-autoql-chart-container .circle.active {
1046
1228
  fill-opacity: 1 !important; }
1047
- .react-autoql-chart-container g.tick {
1048
- transition: opacity 0.3s ease; }
1229
+ .react-autoql-chart-container g.tick text {
1230
+ cursor: default; }
1231
+ .react-autoql-chart-container g.tick line {
1232
+ pointer-events: none; }
1233
+ .react-autoql-chart-container .line,
1234
+ .react-autoql-chart-container .line-outer {
1235
+ pointer-events: none; }
1049
1236
  .react-autoql-chart-container .react-autoql-heatmap-chart g.tick line,
1050
1237
  .react-autoql-chart-container .react-autoql-bubble-chart g.tick line {
1238
+ pointer-events: none;
1051
1239
  opacity: 0 !important; }
1052
1240
  .react-autoql-chart-container .axis {
1053
1241
  font-family: inherit; }
@@ -1055,56 +1243,6 @@ g.legendOrdinal .legendTitle tspan {
1055
1243
  font-size: 12px;
1056
1244
  font-weight: 600; }
1057
1245
 
1058
- .axis-selector-container {
1059
- background: var(--react-autoql-background-color-secondary);
1060
- color: var(--react-autoql-text-color-primary);
1061
- z-index: 9999;
1062
- padding: 5px 0;
1063
- min-width: 150px; }
1064
- .axis-selector-container .axis-select-option.active {
1065
- background: var(--react-autoql-hover-color);
1066
- outline: none !important; }
1067
- .axis-selector-container .react-autoql-checkbox {
1068
- margin-left: 20px; }
1069
- .axis-selector-container .react-autoql-checkbox .react-autoql-checkbox__input {
1070
- width: 18px;
1071
- height: 18px; }
1072
- .axis-selector-container .react-autoql-list-item {
1073
- padding-left: 25px;
1074
- padding-right: 15px;
1075
- font-size: 12px;
1076
- line-height: 28px; }
1077
- .axis-selector-container .string-select-list-item {
1078
- font-size: 12px;
1079
- line-height: 28px; }
1080
- .axis-selector-container .string-select-list-item.active {
1081
- background: rgba(0, 0, 0, 0.04); }
1082
- .axis-selector-container .number-selector-header {
1083
- margin-top: 10px;
1084
- padding: 0px 18px;
1085
- font-size: 12px;
1086
- padding-bottom: 7px;
1087
- font-weight: 500;
1088
- opacity: 0.6; }
1089
- .axis-selector-container .axis-selector-content {
1090
- list-style-type: none;
1091
- width: 100%;
1092
- margin: 0;
1093
- padding: 0; }
1094
- .axis-selector-container .axis-selector-content li {
1095
- color: var(--react-autoql-text-color-primary);
1096
- width: 100%;
1097
- height: 30px;
1098
- line-height: 30px;
1099
- padding: 0 15px;
1100
- cursor: pointer; }
1101
- .axis-selector-container .axis-selector-content li:hover {
1102
- background: rgba(0, 0, 0, 0.05); }
1103
-
1104
- .axis-selector-apply-btn {
1105
- background: var(--react-autoql-background-color-secondary);
1106
- padding: 5px; }
1107
-
1108
1246
  .chart-loader {
1109
1247
  position: absolute;
1110
1248
  display: flex;
@@ -1123,44 +1261,6 @@ g.legendOrdinal .legendTitle tspan {
1123
1261
  width: 40px;
1124
1262
  height: 40px; }
1125
1263
 
1126
- .react-autoql-select {
1127
- border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
1128
- border-radius: 4px;
1129
- background: var(--react-autoql-background-color-secondary, white);
1130
- display: inline-block;
1131
- font-size: 13px;
1132
- line-height: 32px;
1133
- height: 34px;
1134
- margin: 0 3px;
1135
- padding: 0 11px;
1136
- color: var(--react-autoql-accent-color, #26a7df);
1137
- transition: all 0.2s ease;
1138
- cursor: pointer; }
1139
- .react-autoql-select:hover {
1140
- border-color: var(--react-autoql-accent-color, #26a7df); }
1141
-
1142
- .react-autoql-select-popup-container {
1143
- background: var(--react-autoql-background-color-secondary, white);
1144
- padding: 10px 0;
1145
- max-height: 300px;
1146
- overflow-y: auto; }
1147
- .react-autoql-select-popup-container .react-autoql-select-option.active {
1148
- background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
1149
- .react-autoql-select-popup-container .react-autoql-select-popup {
1150
- list-style-type: none;
1151
- width: 100%;
1152
- margin: 0;
1153
- padding: 0; }
1154
- .react-autoql-select-popup-container .react-autoql-select-popup li {
1155
- color: var(--react-autoql-text-color-primary);
1156
- width: 100%;
1157
- height: 35px;
1158
- line-height: 35px;
1159
- padding: 0 20px;
1160
- cursor: pointer; }
1161
- .react-autoql-select-popup-container .react-autoql-select-popup li:hover {
1162
- background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
1163
-
1164
1264
 
1165
1265
  @import url("https://fonts.googleapis.com/icon?family=Material+Icons");
1166
1266
  .react-autoql-response-content-container {
@@ -1193,9 +1293,10 @@ g.legendOrdinal .legendTitle tspan {
1193
1293
  height: 100%;
1194
1294
  width: 100%; }
1195
1295
 
1196
- .react-autoql-response-content-container.table::-webkit-scrollbar {
1197
- width: 0;
1198
- height: 0; }
1296
+ .react-autoql-response-content-container.chart {
1297
+ width: 100vw;
1298
+ max-width: 100%;
1299
+ overflow: hidden; }
1199
1300
 
1200
1301
  .react-autoql-suggestion-btn {
1201
1302
  padding: 6px 14px;
@@ -1286,6 +1387,8 @@ g.legendOrdinal .legendTitle tspan {
1286
1387
  justify-content: space-between; }
1287
1388
 
1288
1389
  .query-output-table-row-count {
1390
+ position: absolute;
1391
+ bottom: 0;
1289
1392
  width: 100%;
1290
1393
  padding-top: 3px;
1291
1394
  font-size: 13px;
@@ -1376,23 +1479,26 @@ g.legendOrdinal .legendTitle tspan {
1376
1479
  transition: all 0.2s ease !important;
1377
1480
  text-align: left !important;
1378
1481
  opacity: 1 !important;
1379
- z-index: 99999 !important;
1380
- /* necessary to show up on top of rc drawer */ }
1482
+ z-index: 999999 !important;
1483
+ /* necessary to show up on top of rc drawer */
1484
+ max-width: 300px; }
1381
1485
 
1382
- .single-value-response-container {
1383
- width: 100%;
1384
- text-align: center; }
1385
- .single-value-response-container .single-value-response {
1386
- color: inherit;
1387
- cursor: unset;
1388
- font-size: 20px; }
1389
- .single-value-response-container .single-value-response:hover {
1390
- color: inherit; }
1391
- .single-value-response-container .single-value-response.with-drilldown:hover {
1392
- color: inherit;
1393
- text-decoration: underline;
1394
- font-weight: 600;
1395
- cursor: pointer; }
1486
+ .single-value-response-flex-container {
1487
+ flex: 1; }
1488
+ .single-value-response-flex-container .single-value-response-container {
1489
+ width: 100%;
1490
+ text-align: center; }
1491
+ .single-value-response-flex-container .single-value-response-container .single-value-response {
1492
+ color: inherit;
1493
+ cursor: unset;
1494
+ font-size: 20px; }
1495
+ .single-value-response-flex-container .single-value-response-container .single-value-response:hover {
1496
+ color: inherit; }
1497
+ .single-value-response-flex-container .single-value-response-container .single-value-response.with-drilldown:hover {
1498
+ color: inherit;
1499
+ text-decoration: underline;
1500
+ font-weight: 600;
1501
+ cursor: pointer; }
1396
1502
 
1397
1503
  .react-autoql-query-validation-container {
1398
1504
  width: 100%; }
@@ -2662,10 +2768,6 @@ g.legendOrdinal .legendTitle tspan {
2662
2768
  margin-bottom: 6px; }
2663
2769
  .chat-single-message-container .chat-message-bubble.text {
2664
2770
  max-width: 85%; }
2665
- .chat-single-message-container .chat-message-bubble.full-width {
2666
- width: calc(100% - 20px) !important;
2667
- min-width: calc(100% - 20px) !important;
2668
- max-width: calc(100% - 20px) !important; }
2669
2771
  .chat-single-message-container .chat-message-bubble.active {
2670
2772
  border: 1px solid #c3c3c3; }
2671
2773
  .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container {
@@ -2718,17 +2820,22 @@ g.legendOrdinal .legendTitle tspan {
2718
2820
  transform-origin: 0% 100%; } }
2719
2821
 
2720
2822
  .chat-content-scroll-container {
2721
- flex: 1 0 0px; }
2823
+ position: absolute;
2824
+ height: 100%;
2825
+ width: 100%;
2826
+ padding-bottom: 155px; }
2722
2827
 
2723
2828
  .react-autoql-drawer .response-loading-container {
2724
2829
  position: absolute;
2725
- bottom: 45px;
2830
+ bottom: 102px;
2726
2831
  left: 20px; }
2727
2832
 
2728
2833
  .react-autoql-drawer .chat-bar-container {
2729
- flex: 0 0 auto;
2730
- position: relative;
2731
- padding: 10px; }
2834
+ position: absolute;
2835
+ bottom: 0;
2836
+ padding: 10px;
2837
+ height: 102px;
2838
+ width: 100%; }
2732
2839
 
2733
2840
  .react-autoql-drawer .watermark {
2734
2841
  color: var(--react-autoql-text-color-placeholder);
@@ -2997,12 +3104,6 @@ g.legendOrdinal .legendTitle tspan {
2997
3104
  white-space: nowrap;
2998
3105
  text-overflow: ellipsis;
2999
3106
  overflow: auto; }
3000
- .data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-corner {
3001
- background-color: transparent; }
3002
- .data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-track,
3003
- .data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-track-piece,
3004
- .data-explorer-section .custom-scrollbar-view::-webkit-scrollbar-corner {
3005
- background-color: transparent; }
3006
3107
  .data-explorer-section .data-explorer-data-preview {
3007
3108
  flex: 0 0 auto;
3008
3109
  overflow: hidden;
@@ -3086,14 +3187,14 @@ g.legendOrdinal .legendTitle tspan {
3086
3187
  stroke: currentColor; }
3087
3188
 
3088
3189
  .data-explorer-page-container {
3190
+ position: absolute;
3089
3191
  height: 100%;
3192
+ width: 100%;
3090
3193
  padding: 0;
3091
3194
  display: flex;
3092
3195
  flex-direction: column;
3093
3196
  justify-content: flex-start;
3094
3197
  flex-wrap: nowrap;
3095
- flex: 1 1;
3096
- min-height: 0;
3097
3198
  color: var(--react-autoql-text-color-primary); }
3098
3199
  .data-explorer-page-container .data-explorer-section,
3099
3200
  .data-explorer-page-container .data-explorer-intro-message {
@@ -3501,7 +3602,8 @@ g.legendOrdinal .legendTitle tspan {
3501
3602
 
3502
3603
  .react-autoql-drawer {
3503
3604
  font-family: var(--react-autoql-font-family), sans-serif;
3504
- line-height: 22px; }
3605
+ line-height: 22px;
3606
+ outline: none !important; }
3505
3607
 
3506
3608
  .react-autoql-drawer.disable-selection {
3507
3609
  -webkit-user-select: none;
@@ -3511,11 +3613,9 @@ g.legendOrdinal .legendTitle tspan {
3511
3613
  .react-autoql-drawer .react-autoql-drawer-content-container {
3512
3614
  width: 100%;
3513
3615
  height: 100%;
3514
- display: flex;
3515
3616
  background: var(--react-autoql-background-color-primary);
3516
3617
  overflow: hidden;
3517
- border-radius: 4px;
3518
- flex-direction: column; }
3618
+ border-radius: 4px; }
3519
3619
 
3520
3620
  .react-autoql-drawer .chat-header-container {
3521
3621
  display: flex;
@@ -3743,7 +3843,7 @@ g.legendOrdinal .legendTitle tspan {
3743
3843
  transition: none;
3744
3844
  text-align: left;
3745
3845
  opacity: 1 !important;
3746
- z-index: 99999 !important;
3846
+ z-index: 999999 !important;
3747
3847
  /* necessary to show up on top of rc drawer */
3748
3848
  max-width: 300px;
3749
3849
  word-break: break-word; }
@@ -3765,7 +3865,6 @@ g.legendOrdinal .legendTitle tspan {
3765
3865
  border: 1px solid #ababab52;
3766
3866
  border-radius: 4px;
3767
3867
  box-shadow: 0px 0 8px var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15));
3768
- transition: opacity 0.2s ease 0s !important;
3769
3868
  opacity: 1 !important;
3770
3869
  overflow: hidden !important;
3771
3870
  background-color: var(--react-autoql-background-color-secondary); }
@@ -4081,6 +4180,12 @@ g.legendOrdinal .legendTitle tspan {
4081
4180
  margin-top: -6px;
4082
4181
  opacity: 0.9; }
4083
4182
 
4183
+ .react-autoql-dashboard-tile-inner-div .tabulator-header-contents {
4184
+ height: 32px !important; }
4185
+
4186
+ .react-autoql-dashboard-tile-inner-div .react-autoql-table-container.filtering .tabulator-header-contents {
4187
+ height: 55px !important; }
4188
+
4084
4189
  .react-autoql-dashboard-tile-inner-div .react-autoql-table,
4085
4190
  .react-autoql-dashboard-tile-inner-div .query-output-table-row-count {
4086
4191
  color: var(--react-autoql-text-color-primary);
@@ -4090,9 +4195,10 @@ g.legendOrdinal .legendTitle tspan {
4090
4195
  padding: 0; }
4091
4196
 
4092
4197
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper {
4093
- height: calc(100% - 47px);
4198
+ flex: 1;
4094
4199
  width: 100%;
4095
4200
  padding-top: 0;
4201
+ overflow: hidden;
4096
4202
  background: inherit; }
4097
4203
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .layout-splitter {
4098
4204
  height: 1px !important;
@@ -4141,11 +4247,13 @@ g.legendOrdinal .legendTitle tspan {
4141
4247
  background: inherit;
4142
4248
  cursor: default; }
4143
4249
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
4250
+ position: relative;
4144
4251
  padding: 8px 15px 20px 15px;
4145
4252
  align-items: center; }
4146
4253
 
4147
4254
  .dashboard-tile-response-wrapper.editing .dashboard-tile-response-container .react-autoql-response-content-container {
4148
- padding: 7px 12px 32px 18px;
4255
+ box-sizing: content-box;
4256
+ width: calc(100% - 40px);
4149
4257
  align-items: center; }
4150
4258
 
4151
4259
  .dashboard-tile-title-container {
@@ -4457,7 +4565,11 @@ g.legendOrdinal .legendTitle tspan {
4457
4565
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .react-autoql-dashboard-drilldown-original,
4458
4566
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-splitter, .dashboard-drilldown-modal .dashboard-drilldown-modal-content.top-hidden .react-autoql-dashboard-drilldown-original,
4459
4567
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.top-hidden .layout-splitter {
4460
- display: none; }
4568
+ transition: opacity 0.3s ease, height 0.3s ease;
4569
+ visibility: hidden;
4570
+ pointer-events: none;
4571
+ opacity: 0;
4572
+ height: 0; }
4461
4573
 
4462
4574
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-pane:not(.layout-pane-primary) {
4463
4575
  height: calc(100% - 50px) !important; }