react-autoql 8.0.0-alpha.12 → 8.0.0-alpha.14

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.
Binary file
@@ -7,9 +7,6 @@
7
7
  text-align: center;
8
8
  padding-top: 10px; }
9
9
 
10
- .react-autosuggest__suggestions-container--open::-webkit-scrollbar {
11
- visibility: visible !important; }
12
-
13
10
  span .react-autoql-icon {
14
11
  vertical-align: middle;
15
12
  padding-bottom: 3px; }
@@ -539,8 +536,8 @@ a {
539
536
 
540
537
  .react-autoql-btn.disabled {
541
538
  opacity: 0.4;
542
- cursor: not-allowed;
543
- pointer-events: none; }
539
+ cursor: not-allowed !important;
540
+ pointer-events: none !important; }
544
541
 
545
542
  .react-autoql-btn.react-autoql-btn-small {
546
543
  padding: 2px 8px;
@@ -622,10 +619,10 @@ a {
622
619
  .react-autoql-table-container.loading {
623
620
  pointer-events: none; }
624
621
  .react-autoql-table-container.hidden {
625
- visibility: hidden;
626
- position: absolute;
627
- pointer-events: none;
628
- opacity: 0; }
622
+ visibility: hidden !important;
623
+ position: absolute !important;
624
+ pointer-events: none !important;
625
+ opacity: 0 !important; }
629
626
  .react-autoql-table-container.empty:not(.filtering) .tabulator-headers {
630
627
  overflow: hidden;
631
628
  height: 37px !important; }
@@ -680,7 +677,8 @@ a {
680
677
  .react-autoql-table-container:not(.filtering) .tabulator-header-filter input {
681
678
  opacity: 0;
682
679
  visibility: hidden;
683
- pointer-events: none; }
680
+ pointer-events: none;
681
+ line-height: 14px; }
684
682
  .react-autoql-table-container:not(.filtering) .react-autoql-tabulator-container .tabulator-tableholder {
685
683
  min-height: calc(100% - 37px) !important;
686
684
  height: calc(100% - 37px) !important;
@@ -1005,16 +1003,19 @@ a {
1005
1003
  .react-autoql-list-item:not(:last-child) {
1006
1004
  border-bottom: 1px solid #d3d3d34a; }
1007
1005
 
1008
- .scrollbar-content-container {
1009
- position: absolute;
1010
- height: 100%;
1011
- width: 100%; }
1012
-
1013
- .thumb-vertical,
1014
- .thumb-horizontal {
1015
- border-radius: 3px;
1016
- background-color: var(--react-autoql-highlight-color);
1017
- opacity: 0.2; }
1006
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y,
1007
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x {
1008
+ background-color: transparent; }
1009
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y:hover, .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y.ps--clicking,
1010
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x:hover,
1011
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x.ps--clicking {
1012
+ background-color: transparent; }
1013
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y .ps__thumb-y,
1014
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y .ps__thumb-x,
1015
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x .ps__thumb-y,
1016
+ .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x .ps__thumb-x {
1017
+ background-color: var(--react-autoql-highlight-color);
1018
+ opacity: 0.5; }
1018
1019
 
1019
1020
  .react-autoql-menu {
1020
1021
  list-style-type: none;
@@ -1458,9 +1459,8 @@ g.legendOrdinal .legendTitle tspan {
1458
1459
 
1459
1460
  .react-autoql-response-content-container.table {
1460
1461
  max-height: 100vh !important;
1461
- overflow-y: scroll;
1462
- scrollbar-width: none;
1463
1462
  margin-bottom: 0 !important;
1463
+ overflow-y: auto;
1464
1464
  height: 100%;
1465
1465
  width: 100%; }
1466
1466
 
@@ -1741,21 +1741,24 @@ g.legendOrdinal .legendTitle tspan {
1741
1741
  .viz-toolbar.vertical {
1742
1742
  flex-direction: column; }
1743
1743
 
1744
- .react-autoql-toolbar-btn {
1744
+ .react-autoql-btn.react-autoql-toolbar-btn {
1745
1745
  height: 28px;
1746
1746
  width: 28px;
1747
1747
  display: flex;
1748
+ position: relative;
1748
1749
  justify-content: center;
1749
1750
  align-items: center;
1750
- background: none;
1751
- border: none;
1751
+ padding: 0;
1752
+ margin: 0;
1753
+ background: none !important;
1754
+ border: none !important;
1752
1755
  outline: none !important;
1753
1756
  font-size: 16px;
1754
1757
  color: var(--react-autoql-text-color-primary);
1755
1758
  cursor: pointer; }
1756
- .react-autoql-toolbar-btn.filter-btn {
1759
+ .react-autoql-btn.react-autoql-toolbar-btn.filter-btn {
1757
1760
  line-height: 24px; }
1758
- .react-autoql-toolbar-btn.selected {
1761
+ .react-autoql-btn.react-autoql-toolbar-btn.selected {
1759
1762
  color: var(--react-autoql-accent-color); }
1760
1763
 
1761
1764
  .react-autoql-toolbar-btn.green {
@@ -1839,7 +1842,7 @@ g.legendOrdinal .legendTitle tspan {
1839
1842
  padding: 0 !important;
1840
1843
  margin-top: 20px;
1841
1844
  margin-bottom: 30px;
1842
- max-width: 90vw;
1845
+ max-width: calc(100vw - 160px);
1843
1846
  max-height: calc(100vh - 90px); }
1844
1847
  .ReactModal__Content input.react-autoql-input,
1845
1848
  .ReactModal__Content textarea.react-autoql-input,
@@ -2563,6 +2566,17 @@ g.legendOrdinal .legendTitle tspan {
2563
2566
  display: inline-flex;
2564
2567
  align-items: flex-end; }
2565
2568
 
2569
+ .data-alert-schedule-builder-step .data-alert-schedule-step-type-selector {
2570
+ border-bottom: 1px solid var(--react-autoql-accent-color);
2571
+ height: 1.5em;
2572
+ margin: 0 5px;
2573
+ padding: 0; }
2574
+ .data-alert-schedule-builder-step .data-alert-schedule-step-type-selector .react-autoql-select-arrow {
2575
+ padding-bottom: 3px; }
2576
+ .data-alert-schedule-builder-step .data-alert-schedule-step-type-selector .react-autoql-select-text {
2577
+ line-height: 1em;
2578
+ height: 1em; }
2579
+
2566
2580
  .data-alert-schedule-builder-step .schedule-builder-at-connector {
2567
2581
  padding-bottom: 8px; }
2568
2582
 
@@ -2582,7 +2596,7 @@ g.legendOrdinal .legendTitle tspan {
2582
2596
 
2583
2597
  .data-alert-schedule-builder-step .frequency-type-container {
2584
2598
  padding: 3px 5px;
2585
- margin-bottom: 15px; }
2599
+ margin-bottom: 20px; }
2586
2600
  .data-alert-schedule-builder-step .frequency-type-container .react-autoql-select {
2587
2601
  padding-left: 2px; }
2588
2602
 
@@ -2780,13 +2794,11 @@ g.legendOrdinal .legendTitle tspan {
2780
2794
  padding: 8px 10px; }
2781
2795
 
2782
2796
  .react-autoql-data-alert-modal-content {
2783
- height: 400px;
2784
- max-height: 90vh;
2785
2797
  display: flex;
2786
2798
  flex-direction: column; }
2787
2799
  .react-autoql-data-alert-modal-content .react-autoql-steps-hoz-container {
2788
2800
  padding: 40px 100px;
2789
- padding-bottom: 20px; }
2801
+ padding-bottom: 35px; }
2790
2802
  .react-autoql-data-alert-modal-content .react-autoql-data-alert-modal-step {
2791
2803
  font-weight: 400;
2792
2804
  font-size: 15px;
@@ -2947,7 +2959,7 @@ g.legendOrdinal .legendTitle tspan {
2947
2959
  .react-autoql-notification-settings .react-autoql-notification-setting-item.data-alert-disabled .data-alert-section-cycle,
2948
2960
  .react-autoql-notification-settings .react-autoql-notification-setting-item.data-alert-disabled .data-alert-state,
2949
2961
  .react-autoql-notification-settings .react-autoql-notification-setting-item.data-alert-disabled .data-alert-section-cycle-start {
2950
- opacity: 0.7; }
2962
+ opacity: 0.5; }
2951
2963
  .react-autoql-notification-settings .react-autoql-data-alert-list-item-section {
2952
2964
  flex: 1 0 50px;
2953
2965
  display: flex;
@@ -2966,7 +2978,8 @@ g.legendOrdinal .legendTitle tspan {
2966
2978
  display: flex;
2967
2979
  justify-content: center;
2968
2980
  align-items: center;
2969
- font-size: 13px; }
2981
+ font-size: 13px;
2982
+ cursor: default; }
2970
2983
  .react-autoql-notification-settings .react-autoql-data-alert-list-item-section .data-alert-section-content {
2971
2984
  padding: 8px 12px; }
2972
2985
  .react-autoql-notification-settings .react-autoql-data-alert-list-item-section .data-alert-header-item {
@@ -2977,15 +2990,20 @@ g.legendOrdinal .legendTitle tspan {
2977
2990
  justify-content: flex-start; }
2978
2991
  .react-autoql-notification-settings .react-autoql-data-alert-list-item-section:last-child {
2979
2992
  flex: 0 0 auto;
2980
- padding-right: 12px;
2981
- justify-content: flex-end; }
2993
+ padding-right: 12px; }
2982
2994
  .react-autoql-notification-settings .empty-list-message {
2983
- color: var(--react-autoql-text-color-primary);
2995
+ display: flex;
2996
+ flex-direction: column;
2997
+ align-items: center;
2984
2998
  text-align: center;
2985
- margin-top: 75px; }
2999
+ margin-top: 20px; }
3000
+ .react-autoql-notification-settings .empty-list-message span,
3001
+ .react-autoql-notification-settings .empty-list-message div {
3002
+ opacity: 0.6;
3003
+ color: var(--react-autoql-text-color-primary); }
2986
3004
  .react-autoql-notification-settings .empty-list-message .empty-list-img {
2987
- width: 250px;
2988
- height: 250px; }
3005
+ width: 150px;
3006
+ height: 150px; }
2989
3007
  .react-autoql-notification-settings .react-autoql-notification-settings-container {
2990
3008
  margin: 20px;
2991
3009
  margin-top: 10px; }
@@ -3098,7 +3116,7 @@ g.legendOrdinal .legendTitle tspan {
3098
3116
  justify-content: space-between;
3099
3117
  align-items: center;
3100
3118
  padding: 5px 20px;
3101
- padding-bottom: 0;
3119
+ padding-bottom: 10px;
3102
3120
  color: var(--react-autoql-text-color-primary); }
3103
3121
  .react-autoql-notification-settings .react-autoql-data-alert-section-title-container .react-autoql-data-alert-section-title {
3104
3122
  font-size: 19px;
@@ -3106,7 +3124,7 @@ g.legendOrdinal .legendTitle tspan {
3106
3124
  .react-autoql-notification-settings .react-autoql-data-alert-section-title-container .react-autoql-data-alert-section-subtitle {
3107
3125
  padding-top: 3px;
3108
3126
  padding-bottom: 5px;
3109
- font-size: 13px; }
3127
+ font-size: 14px; }
3110
3128
  .react-autoql-notification-settings .react-autoql-notification-setting-display-name {
3111
3129
  white-space: nowrap;
3112
3130
  overflow: hidden;
@@ -3611,8 +3629,9 @@ g.legendOrdinal .legendTitle tspan {
3611
3629
  height: 100%;
3612
3630
  width: 100%;
3613
3631
  padding-bottom: 158px;
3614
- background-color: var(--react-autoql-background-color-primary);
3615
- background-image: linear-gradient(0deg, var(--react-autoql-background-color-tertiary) 0%, var(--react-autoql-background-color-primary) 100%); }
3632
+ background-color: var(--react-autoql-background-color-primary); }
3633
+ .chat-content-scroll-container .chat-content-scrollbars-container {
3634
+ padding-top: 10px; }
3616
3635
 
3617
3636
  .react-autoql-drawer .response-loading-container {
3618
3637
  position: absolute;
@@ -3900,13 +3919,15 @@ g.legendOrdinal .legendTitle tspan {
3900
3919
  font-size: 13px;
3901
3920
  margin-top: 20px;
3902
3921
  margin-bottom: 10px; }
3903
- .data-explorer-section .data-preview-scroll-container,
3904
- .data-explorer-section .custom-scrollbar-view {
3922
+ .data-explorer-section .data-preview-scroll-container {
3905
3923
  width: 100%;
3906
3924
  height: 100%;
3907
3925
  white-space: nowrap;
3908
3926
  text-overflow: ellipsis;
3909
3927
  overflow: auto; }
3928
+ .data-explorer-section .react-autoql-custom-scrollbars {
3929
+ white-space: nowrap;
3930
+ text-overflow: ellipsis; }
3910
3931
  .data-explorer-section .data-explorer-data-preview {
3911
3932
  flex: 0 0 auto;
3912
3933
  overflow: hidden;
@@ -4092,10 +4113,10 @@ g.legendOrdinal .legendTitle tspan {
4092
4113
  align-items: center; }
4093
4114
  .data-explorer-page-container .data-explorer-card-placeholder.data-preview {
4094
4115
  height: 165px; }
4095
- .data-explorer-page-container .query-suggestion-list-scroll-component {
4116
+ .data-explorer-page-container .data-preview-scroll-container {
4096
4117
  color: var(--react-autoql-text-color-primary);
4097
4118
  flex: 1; }
4098
- .data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item {
4119
+ .data-explorer-page-container .data-preview-scroll-container .query-tip-item {
4099
4120
  cursor: pointer;
4100
4121
  position: relative;
4101
4122
  padding: 3px;
@@ -4106,18 +4127,18 @@ g.legendOrdinal .legendTitle tspan {
4106
4127
  flex-wrap: nowrap;
4107
4128
  align-items: center;
4108
4129
  font-weight: 600; }
4109
- .data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item:hover {
4130
+ .data-explorer-page-container .data-preview-scroll-container .query-tip-item:hover {
4110
4131
  text-decoration: underline; }
4111
- .data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item .query-suggestion-text {
4132
+ .data-explorer-page-container .data-preview-scroll-container .query-tip-item .query-suggestion-text {
4112
4133
  display: flex;
4113
4134
  align-items: center;
4114
4135
  flex-wrap: nowrap; }
4115
- .data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item .query-suggestion-text .react-autoql-icon {
4136
+ .data-explorer-page-container .data-preview-scroll-container .query-tip-item .query-suggestion-text .react-autoql-icon {
4116
4137
  margin-right: 5px; }
4117
- .data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item .query-suggestion-text .react-autoql-icon svg {
4138
+ .data-explorer-page-container .data-preview-scroll-container .query-tip-item .query-suggestion-text .react-autoql-icon svg {
4118
4139
  stroke-width: 1px;
4119
4140
  stroke: currentColor; }
4120
- .data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item .animated-item {
4141
+ .data-explorer-page-container .data-preview-scroll-container .query-tip-item .animated-item {
4121
4142
  animation: fadeIn 0.3s linear;
4122
4143
  animation-fill-mode: both; }
4123
4144
  .data-explorer-page-container .chat-bar-clear-btn {
Binary file