react-autoql 5.0.2 → 6.0.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.
@@ -33,19 +33,10 @@ span.react-autoql-icon {
33
33
  width: 1em;
34
34
  margin-bottom: -0.15em; }
35
35
 
36
- .slack-logo {
37
- display: inline-block;
38
- height: 100%;
39
- margin-bottom: 3px; }
40
- .slack-logo img {
41
- vertical-align: middle;
42
- height: 1em;
43
- width: 1em; }
44
-
45
36
  .react-autoql-badge {
46
37
  position: absolute;
47
38
  background: var(--react-autoql-warning-color);
48
- border: 1px solid var(--react-autoql-background-color-primary);
39
+ border: 1px solid var(--react-autoql-background-color-secondary);
49
40
  width: 0.5em;
50
41
  height: 0.5em;
51
42
  top: -0.1em;
@@ -66,7 +57,7 @@ span.react-autoql-icon {
66
57
  cursor: pointer;
67
58
  overflow: hidden;
68
59
  background: var(--react-autoql-accent-color);
69
- color: var(--react-autoql-accent-text-color);
60
+ color: var(--react-autoql-text-color-accent);
70
61
  border: none;
71
62
  flex-shrink: 0;
72
63
  flex-grow: 0; }
@@ -80,31 +71,12 @@ span.react-autoql-icon {
80
71
  .chat-voice-record-icon {
81
72
  vertical-align: top; }
82
73
 
83
- @-webkit-keyframes slide {
84
- 0% {
85
- transform: translateX(-100%); }
86
- 100% {
87
- transform: translateX(100%); } }
88
-
89
74
  @keyframes slide {
90
75
  0% {
91
76
  transform: translateX(-100%); }
92
77
  100% {
93
78
  transform: translateX(100%); } }
94
79
 
95
- @-webkit-keyframes move {
96
- 0% {
97
- left: 0;
98
- opacity: 0; }
99
- 5% {
100
- opacity: 0; }
101
- 48% {
102
- opacity: 0.2; }
103
- 80% {
104
- opacity: 0; }
105
- 100% {
106
- left: 82%; } }
107
-
108
80
  @keyframes move {
109
81
  0% {
110
82
  left: 0;
@@ -139,28 +111,23 @@ span.react-autoql-icon {
139
111
  height: 11px;
140
112
  border-radius: 50%;
141
113
  background: #e2e2e2;
142
- -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
143
- animation-timing-function: cubic-bezier(0, 1, 1, 0); }
114
+ animation-timing-function: cubic-bezier(0, 1, 1, 0); }
144
115
 
145
116
  .response-loading div:nth-child(1) {
146
117
  left: 6px;
147
- -webkit-animation: response-loading1 0.6s infinite;
148
- animation: response-loading1 0.6s infinite; }
118
+ animation: response-loading1 0.6s infinite; }
149
119
 
150
120
  .response-loading div:nth-child(2) {
151
121
  left: 6px;
152
- -webkit-animation: response-loading2 0.6s infinite;
153
- animation: response-loading2 0.6s infinite; }
122
+ animation: response-loading2 0.6s infinite; }
154
123
 
155
124
  .response-loading div:nth-child(3) {
156
125
  left: 26px;
157
- -webkit-animation: response-loading2 0.6s infinite;
158
- animation: response-loading2 0.6s infinite; }
126
+ animation: response-loading2 0.6s infinite; }
159
127
 
160
128
  .response-loading div:nth-child(4) {
161
129
  left: 45px;
162
- -webkit-animation: response-loading3 0.6s infinite;
163
- animation: response-loading3 0.6s infinite; }
130
+ animation: response-loading3 0.6s infinite; }
164
131
 
165
132
  .react-autoql-bar-container {
166
133
  position: relative;
@@ -184,7 +151,7 @@ span.react-autoql-icon {
184
151
  font-family: inherit;
185
152
  /* Default styles outside of data messenger */
186
153
  border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
187
- background: var(--react-autoql-background-color-primary);
154
+ background: var(--react-autoql-background-color-secondary);
188
155
  color: #5d5d5d; }
189
156
 
190
157
  .react-autoql-chatbar-input.left-padding {
@@ -237,7 +204,7 @@ span.react-autoql-icon {
237
204
  overflow: hidden;
238
205
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
239
206
  /* Default styles outside of data messenger */
240
- background-color: var(--react-autoql-background-color-primary);
207
+ background-color: var(--react-autoql-background-color-secondary);
241
208
  color: var(--react-autoql-text-color-primary); }
242
209
 
243
210
  .react-autoql-bar-container.autosuggest-top
@@ -257,7 +224,7 @@ span.react-autoql-icon {
257
224
 
258
225
  /* Autocomplete styles */
259
226
  .react-autoql-bar-container .react-autosuggest__suggestions-container--open {
260
- background-color: var(--react-autoql-background-color-primary);
227
+ background-color: var(--react-autoql-background-color-secondary);
261
228
  border: 1px solid var(--react-autoql-border-color);
262
229
  color: var(--react-autoql-text-color-primary); }
263
230
 
@@ -308,8 +275,7 @@ span.react-autoql-icon {
308
275
 
309
276
  .react-autoql-table-container {
310
277
  flex: 1;
311
- max-width: 100%;
312
- width: 100%;
278
+ width: 100% !important;
313
279
  background-color: inherit;
314
280
  position: relative;
315
281
  display: flex; }
@@ -380,7 +346,7 @@ span.react-autoql-icon {
380
346
  .react-autoql-table.tabulator .tabulator-header .tabulator-col,
381
347
  .react-autoql-table.tabulator .tabulator-cell {
382
348
  border-color: var(--react-autoql-border-color);
383
- background-color: var(--react-autoql-background-color-primary); }
349
+ background-color: var(--react-autoql-background-color-secondary); }
384
350
 
385
351
  .react-autoql-table.tabulator .tabulator-header {
386
352
  border-bottom: 2px solid var(--react-autoql-border-color); }
@@ -392,7 +358,7 @@ span.react-autoql-icon {
392
358
  .react-autoql-table .tabulator-row {
393
359
  /* user-select: none; This breaks copy/paste */
394
360
  border-bottom: 1px solid var(--react-autoql-border-color);
395
- background-color: var(--react-autoql-background-color-primary);
361
+ background-color: var(--react-autoql-background-color-secondary);
396
362
  z-index: 1; }
397
363
  .react-autoql-table .tabulator-row:last-child {
398
364
  border-bottom: none; }
@@ -434,9 +400,9 @@ span.react-autoql-icon {
434
400
  .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-header-filter {
435
401
  display: none; }
436
402
  .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-tableHolder {
437
- min-height: calc(100% - 34px) !important;
438
- height: calc(100% - 34px) !important;
439
- max-height: calc(100% - 34px) !important; }
403
+ min-height: calc(100% - 40px) !important;
404
+ height: calc(100% - 40px) !important;
405
+ max-height: calc(100% - 40px) !important; }
440
406
 
441
407
  .react-autoql-table.tabulator
442
408
  .tabulator-header
@@ -556,14 +522,7 @@ span.react-autoql-icon {
556
522
  border-radius: 50%;
557
523
  border: 1px solid currentColor;
558
524
  border-color: currentColor transparent currentColor transparent;
559
- -webkit-animation: spinner-loader 1.2s linear infinite;
560
- animation: spinner-loader 1.2s linear infinite; }
561
-
562
- @-webkit-keyframes spinner-loader {
563
- 0% {
564
- transform: rotate(0deg); }
565
- 100% {
566
- transform: rotate(360deg); } }
525
+ animation: spinner-loader 1.2s linear infinite; }
567
526
 
568
527
  @keyframes spinner-loader {
569
528
  0% {
@@ -571,6 +530,22 @@ span.react-autoql-icon {
571
530
  100% {
572
531
  transform: rotate(360deg); } }
573
532
 
533
+ ::-webkit-scrollbar {
534
+ visibility: hidden;
535
+ width: 6px;
536
+ height: 6px; }
537
+
538
+ .scrollbar-content-container {
539
+ position: absolute;
540
+ height: 100%;
541
+ width: 100%; }
542
+
543
+ .thumb-vertical,
544
+ .thumb-horizontal {
545
+ border-radius: 3px;
546
+ background-color: var(--react-autoql-highlight-color);
547
+ opacity: 0.2; }
548
+
574
549
  g.legendOrdinal,
575
550
  g.legendOrdinal tspan {
576
551
  stroke-width: 10px;
@@ -615,7 +590,7 @@ g.legendOrdinal .legendTitle tspan {
615
590
  .react-autoql-checkbox__label {
616
591
  flex-shrink: 0;
617
592
  padding: 0.5rem 1rem;
618
- color: var(--react-autoql-accent-text-color);
593
+ color: var(--react-autoql-text-color-accent);
619
594
  cursor: pointer; }
620
595
 
621
596
  .react-autoql-checkbox__input {
@@ -645,7 +620,7 @@ g.legendOrdinal .legendTitle tspan {
645
620
 
646
621
  .react-autoql-checkbox-tick {
647
622
  position: absolute;
648
- color: var(--react-autoql-accent-text-color);
623
+ color: var(--react-autoql-text-color-accent);
649
624
  left: 3px;
650
625
  line-height: 20px;
651
626
  pointer-events: none; }
@@ -699,7 +674,7 @@ g.legendOrdinal .legendTitle tspan {
699
674
  bottom: 2px;
700
675
  left: 2px;
701
676
  border-radius: 50%;
702
- background: var(--react-autoql-accent-text-color); }
677
+ background: var(--react-autoql-text-color-accent); }
703
678
 
704
679
  .react-autoql-checkbox--switch__input:checked
705
680
  + .react-autoql-checkbox--switch__label::after {
@@ -783,7 +758,7 @@ g.legendOrdinal .legendTitle tspan {
783
758
  .react-autoql-btn.primary {
784
759
  background: var(--react-autoql-accent-color);
785
760
  border: 1px solid var(--react-autoql-accent-color);
786
- color: var(--react-autoql-accent-text-color); }
761
+ color: var(--react-autoql-text-color-accent); }
787
762
  .react-autoql-btn.primary:hover {
788
763
  opacity: 0.8; }
789
764
 
@@ -793,7 +768,7 @@ g.legendOrdinal .legendTitle tspan {
793
768
  background: inherit; }
794
769
  .react-autoql-btn.danger:hover {
795
770
  background-color: var(--react-autoql-danger-color, #ca0b00);
796
- color: #fff; }
771
+ color: var(--react-autoql-text-color-accent); }
797
772
 
798
773
  .react-autoql-chart-container {
799
774
  position: relative;
@@ -801,6 +776,8 @@ g.legendOrdinal .legendTitle tspan {
801
776
  flex-grow: 1;
802
777
  flex-shrink: 1;
803
778
  overflow: hidden;
779
+ color: var(--react-autoql-text-color-primary);
780
+ background: var(--react-autoql-background-color-secondary);
804
781
  transition: opacity 0.2s ease;
805
782
  /* These are not inline styles since they do not apply to saved PNG charts */ }
806
783
  .react-autoql-chart-container svg {
@@ -810,7 +787,6 @@ g.legendOrdinal .legendTitle tspan {
810
787
  transition: none; }
811
788
  .react-autoql-chart-container .bar,
812
789
  .react-autoql-chart-container .column,
813
- .react-autoql-chart-container .circle,
814
790
  .react-autoql-chart-container .line,
815
791
  .react-autoql-chart-container .slice,
816
792
  .react-autoql-chart-container .stacked-area,
@@ -823,8 +799,6 @@ g.legendOrdinal .legendTitle tspan {
823
799
  .react-autoql-chart-container .bar:hover, .react-autoql-chart-container .bar.active,
824
800
  .react-autoql-chart-container .column:hover,
825
801
  .react-autoql-chart-container .column.active,
826
- .react-autoql-chart-container .circle:hover,
827
- .react-autoql-chart-container .circle.active,
828
802
  .react-autoql-chart-container .line:hover,
829
803
  .react-autoql-chart-container .line.active,
830
804
  .react-autoql-chart-container .slice:hover,
@@ -855,6 +829,12 @@ g.legendOrdinal .legendTitle tspan {
855
829
  stroke: currentColor;
856
830
  stroke-width: 1px;
857
831
  fill: currentColor; }
832
+ .react-autoql-chart-container .circle {
833
+ transition: fill-opacity 0.2s ease;
834
+ fill-opacity: 0.7;
835
+ outline: none !important; }
836
+ .react-autoql-chart-container .circle:hover, .react-autoql-chart-container .circle.active {
837
+ fill-opacity: 1 !important; }
858
838
  .react-autoql-chart-container g.tick {
859
839
  transition: opacity 0.3s ease; }
860
840
  .react-autoql-chart-container .react-autoql-heatmap-chart g.tick line,
@@ -867,13 +847,11 @@ g.legendOrdinal .legendTitle tspan {
867
847
  font-weight: 600; }
868
848
 
869
849
  .axis-selector-container {
870
- background: var(--react-autoql-background-color-primary);
850
+ background: var(--react-autoql-background-color-secondary);
871
851
  color: var(--react-autoql-text-color-primary);
872
852
  z-index: 9999;
873
853
  padding: 5px 0;
874
- max-height: 300px;
875
- min-width: 150px;
876
- overflow-y: auto; }
854
+ min-width: 150px; }
877
855
  .axis-selector-container .axis-select-option.active {
878
856
  background: var(--react-autoql-hover-color);
879
857
  outline: none !important; }
@@ -915,13 +893,13 @@ g.legendOrdinal .legendTitle tspan {
915
893
  background: rgba(0, 0, 0, 0.05); }
916
894
 
917
895
  .axis-selector-apply-btn {
918
- background: var(--react-autoql-background-color-primary);
896
+ background: var(--react-autoql-background-color-secondary);
919
897
  padding: 5px; }
920
898
 
921
899
  .react-autoql-select {
922
900
  border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
923
901
  border-radius: 4px;
924
- background: var(--react-autoql-background-color-primary, white);
902
+ background: var(--react-autoql-background-color-secondary, white);
925
903
  display: inline-block;
926
904
  font-size: 13px;
927
905
  line-height: 32px;
@@ -935,7 +913,7 @@ g.legendOrdinal .legendTitle tspan {
935
913
  border-color: var(--react-autoql-accent-color, #26a7df); }
936
914
 
937
915
  .react-autoql-select-popup-container {
938
- background: var(--react-autoql-background-color-primary, white);
916
+ background: var(--react-autoql-background-color-secondary, white);
939
917
  padding: 10px 0;
940
918
  max-height: 300px;
941
919
  overflow-y: auto; }
@@ -1007,7 +985,7 @@ g.legendOrdinal .legendTitle tspan {
1007
985
 
1008
986
  .react-autoql-suggestion-btn:hover {
1009
987
  border-color: transparent;
1010
- color: var(--react-autoql-accent-text-color);
988
+ color: var(--react-autoql-text-color-accent);
1011
989
  background: var(--react-autoql-accent-color); }
1012
990
 
1013
991
  .react-autoql-help-link-btn {
@@ -1037,6 +1015,8 @@ g.legendOrdinal .legendTitle tspan {
1037
1015
  height: 100%;
1038
1016
  width: 100%;
1039
1017
  word-break: break-word; }
1018
+ .react-autoql-suggestion-message .react-autoql-suggestion-message-prefix {
1019
+ margin-bottom: 10px; }
1040
1020
 
1041
1021
  .react-autoql-suggestions-select {
1042
1022
  position: relative;
@@ -1100,7 +1080,7 @@ g.legendOrdinal .legendTitle tspan {
1100
1080
  text-align: center; }
1101
1081
 
1102
1082
  .react-autoql-query-validation-execute-btn {
1103
- background: var(--react-autoql-background-color-primary);
1083
+ background: var(--react-autoql-background-color-secondary);
1104
1084
  border: 1px solid var(--react-autoql-border-color);
1105
1085
  border-radius: 4px;
1106
1086
  height: 38px;
@@ -1183,7 +1163,7 @@ g.legendOrdinal .legendTitle tspan {
1183
1163
  margin-bottom: 14px; }
1184
1164
 
1185
1165
  .context-menu {
1186
- background: var(--react-autoql-background-color-primary);
1166
+ background: var(--react-autoql-background-color-secondary);
1187
1167
  /* height: 100px; */
1188
1168
  width: 150px;
1189
1169
  padding: 10px 0; }
@@ -1233,7 +1213,7 @@ g.legendOrdinal .legendTitle tspan {
1233
1213
 
1234
1214
  .react-autoql-reverse-translation-container .react-autoql-reverse-translation {
1235
1215
  color: var(--react-autoql-text-color-primary);
1236
- background-color: var(--react-autoql-background-color-secondary);
1216
+ background-color: var(--react-autoql-background-color-primary);
1237
1217
  border-radius: 5px;
1238
1218
  padding: 5px 13px 5px 13px;
1239
1219
  height: 100%; }
@@ -1255,7 +1235,7 @@ g.legendOrdinal .legendTitle tspan {
1255
1235
  border: 1px solid #d3d3d352;
1256
1236
  text-align: left;
1257
1237
  display: inline-block;
1258
- background: var(--react-autoql-background-color-primary); }
1238
+ background: var(--react-autoql-background-color-secondary); }
1259
1239
  .viz-toolbar.vertical .react-autoql-toolbar-btn {
1260
1240
  display: block; }
1261
1241
 
@@ -1270,6 +1250,8 @@ g.legendOrdinal .legendTitle tspan {
1270
1250
  color: var(--react-autoql-text-color-primary);
1271
1251
  cursor: pointer;
1272
1252
  outline: none !important; }
1253
+ .react-autoql-toolbar-btn.selected {
1254
+ color: var(--react-autoql-accent-color); }
1273
1255
 
1274
1256
  .react-autoql-toolbar-btn.green {
1275
1257
  color: #2ecc40; }
@@ -1340,7 +1322,7 @@ g.legendOrdinal .legendTitle tspan {
1340
1322
  transition: all 0.2s ease-in-out;
1341
1323
  color: var(--react-autoql-text-color-primary);
1342
1324
  border: 1px solid var(--react-autoql-border-color) !important;
1343
- background: var(--react-autoql-background-color-primary) !important;
1325
+ background: var(--react-autoql-background-color-secondary) !important;
1344
1326
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
1345
1327
  padding: 0 !important;
1346
1328
  margin: auto auto;
@@ -1351,7 +1333,7 @@ g.legendOrdinal .legendTitle tspan {
1351
1333
  .ReactModal__Content textarea {
1352
1334
  border-color: var(--react-autoql-border-color);
1353
1335
  color: var(--react-autoql-text-color-primary);
1354
- background: var(--react-autoql-background-color-primary, white); }
1336
+ background: var(--react-autoql-background-color-secondary, white); }
1355
1337
  .ReactModal__Content input.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea::-moz-placeholder {
1356
1338
  color: var(--react-autoql-text-color-placeholder); }
1357
1339
  .ReactModal__Content input.react-autoql-input::placeholder,
@@ -1550,7 +1532,7 @@ g.legendOrdinal .legendTitle tspan {
1550
1532
  flex-basis: auto;
1551
1533
  position: relative;
1552
1534
  overflow: hidden;
1553
- background: var(--react-autoql-background-color-primary, #fff);
1535
+ background: var(--react-autoql-background-color-secondary, #fff);
1554
1536
  border-radius: 4px;
1555
1537
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
1556
1538
  margin-bottom: 8px;
@@ -1558,12 +1540,9 @@ g.legendOrdinal .legendTitle tspan {
1558
1540
  font-family: var(--react-autoql-font-family), sans-serif;
1559
1541
  transition: all 1s ease;
1560
1542
  transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1);
1561
- -webkit-animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1562
- animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1563
- -webkit-animation-fill-mode: both;
1564
- animation-fill-mode: both;
1565
- -webkit-animation-delay: 0s;
1566
- animation-delay: 0s; }
1543
+ animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1544
+ animation-fill-mode: both;
1545
+ animation-delay: 0s; }
1567
1546
  .react-autoql-notification-list-item .single-value-response {
1568
1547
  font-size: 32px;
1569
1548
  margin-top: -6px;
@@ -1664,7 +1643,6 @@ g.legendOrdinal .legendTitle tspan {
1664
1643
  .react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table-container {
1665
1644
  padding: 0 10px; }
1666
1645
  .react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table {
1667
- opacity: 0.9;
1668
1646
  color: currentColor;
1669
1647
  font-size: 11px; }
1670
1648
  .react-autoql-notification-list-item .react-autoql-notification-data-title {
@@ -1690,7 +1668,7 @@ g.legendOrdinal .legendTitle tspan {
1690
1668
  transition: background-color 0.2s ease;
1691
1669
  cursor: pointer; }
1692
1670
  .react-autoql-notification-list-item .react-autoql-notification-dismiss-icon:hover {
1693
- background-color: var(--react-autoql-background-color-secondary, #ececec); }
1671
+ background-color: var(--react-autoql-background-color-primary, #ececec); }
1694
1672
  .react-autoql-notification-list-item .react-autoql-notification-delete-icon {
1695
1673
  font-size: 18px;
1696
1674
  margin-top: 3px;
@@ -1706,14 +1684,14 @@ g.legendOrdinal .legendTitle tspan {
1706
1684
  transition: all 0.2s ease;
1707
1685
  cursor: pointer; }
1708
1686
  .react-autoql-notification-list-item .react-autoql-notification-delete-icon:hover {
1709
- background-color: var(--react-autoql-background-color-secondary, #ececec); }
1687
+ background-color: var(--react-autoql-background-color-primary, #ececec); }
1710
1688
  .react-autoql-notification-list-item .react-autoql-notification-alert-icon {
1711
1689
  position: absolute;
1712
1690
  top: -7px;
1713
1691
  left: -7px;
1714
1692
  color: var(--react-autoql-accent-color, #26a7df);
1715
1693
  line-height: 10px;
1716
- background: var(--react-autoql-background-color-primary, #fff);
1694
+ background: var(--react-autoql-background-color-secondary, #fff);
1717
1695
  border-radius: 10px;
1718
1696
  font-size: 17px; }
1719
1697
  .react-autoql-notification-list-item .react-autoql-notification-alert-strip {
@@ -1724,7 +1702,7 @@ g.legendOrdinal .legendTitle tspan {
1724
1702
  top: 0;
1725
1703
  width: 4px;
1726
1704
  background: var(--react-autoql-accent-color, #26a7df);
1727
- color: var(--react-autoql-accent-text-color);
1705
+ color: var(--react-autoql-text-color-accent);
1728
1706
  transition-property: opacity;
1729
1707
  transition-duration: 0.2s;
1730
1708
  transition-timing-function: ease; }
@@ -1740,7 +1718,7 @@ g.legendOrdinal .legendTitle tspan {
1740
1718
  width: 45px;
1741
1719
  line-height: 45px;
1742
1720
  font-size: 22px;
1743
- color: var(--react-autoql-accent-text-color);
1721
+ color: var(--react-autoql-text-color-accent);
1744
1722
  background-color: var(--react-autoql-accent-color, #26a7df);
1745
1723
  text-align: center;
1746
1724
  margin-top: 13px;
@@ -1774,7 +1752,7 @@ g.legendOrdinal .legendTitle tspan {
1774
1752
  .react-autoql-step-container.complete .react-autoql-step-dot {
1775
1753
  border-color: var(--react-autoql-accent-color, #26a7df);
1776
1754
  background: var(--react-autoql-accent-color, #26a7df);
1777
- color: var(--react-autoql-accent-text-color); }
1755
+ color: var(--react-autoql-text-color-accent); }
1778
1756
  .react-autoql-step-container.error {
1779
1757
  border-color: var(--react-autoql-warning-color); }
1780
1758
  .react-autoql-step-container.error .react-autoql-step-dot {
@@ -1794,7 +1772,7 @@ g.legendOrdinal .legendTitle tspan {
1794
1772
  height: 20px;
1795
1773
  width: 20px;
1796
1774
  border-radius: 15px;
1797
- background: var(--react-autoql-background-color-primary, #fff);
1775
+ background: var(--react-autoql-background-color-secondary, #fff);
1798
1776
  border: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
1799
1777
  transition: all 0.5s ease;
1800
1778
  font-size: 10.5px;
@@ -1864,7 +1842,7 @@ g.legendOrdinal .legendTitle tspan {
1864
1842
  height: 18px;
1865
1843
  border: 1px solid #ddd;
1866
1844
  border-radius: 100%;
1867
- background: var(--react-autoql-accent-text-color); }
1845
+ background: var(--react-autoql-text-color-accent); }
1868
1846
 
1869
1847
  .react-autoql-radio-btn-container [type='radio']:checked + label:after,
1870
1848
  .react-autoql-radio-btn-container [type='radio']:not(:checked) + label:after {
@@ -1899,7 +1877,7 @@ g.legendOrdinal .legendTitle tspan {
1899
1877
  .react-autoql-radio-btn-container .react-autoql-radio-btn.active {
1900
1878
  background-color: var(--react-autoql-accent-color, #26a7df);
1901
1879
  border-color: var(--react-autoql-accent-color, #26a7df);
1902
- color: var(--react-autoql-accent-text-color); }
1880
+ color: var(--react-autoql-text-color-accent); }
1903
1881
  .react-autoql-radio-btn-container .react-autoql-radio-btn.active.outlined {
1904
1882
  background-color: inherit;
1905
1883
  color: var(--react-autoql-accent-color, #26a7df); }
@@ -1919,7 +1897,7 @@ g.legendOrdinal .legendTitle tspan {
1919
1897
 
1920
1898
  .react-autoql-select-with-arrow > div {
1921
1899
  border-color: var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
1922
- background: var(--react-autoql-background-color-primary, white);
1900
+ background: var(--react-autoql-background-color-secondary, white);
1923
1901
  transition: all 0.2s ease;
1924
1902
  cursor: pointer !important; }
1925
1903
  .react-autoql-select-with-arrow > div:hover {
@@ -1991,28 +1969,15 @@ g.legendOrdinal .legendTitle tspan {
1991
1969
  color: var(--react-autoql-danger-color);
1992
1970
  display: 'inline-block'; }
1993
1971
 
1994
- ::-webkit-scrollbar {
1995
- visibility: hidden;
1996
- width: 6px;
1997
- height: 6px; }
1998
-
1999
- .scrollbar-content-container {
2000
- position: absolute;
2001
- height: 100%;
2002
- width: 100%; }
2003
-
2004
- .thumb-vertical,
2005
- .thumb-horizontal {
2006
- border-radius: 3px;
2007
- background-color: var(--react-autoql-highlight-color);
2008
- opacity: 0.2; }
1972
+ .react-autoql-data-alert-query-name-tooltip-icon {
1973
+ color: var(--react-autoql-info-color); }
2009
1974
 
2010
1975
  .notification-list-loading-container {
2011
1976
  text-align: center;
2012
1977
  padding-top: 100px;
2013
1978
  color: var(--react-autoql-text-color-primary);
2014
1979
  height: 100%;
2015
- background: var(--react-autoql-background-color-secondary); }
1980
+ background: var(--react-autoql-background-color-primary); }
2016
1981
 
2017
1982
  .empty-notifications-message {
2018
1983
  color: var(--react-autoql-text-color-primary);
@@ -2032,7 +1997,7 @@ g.legendOrdinal .legendTitle tspan {
2032
1997
  display: flex;
2033
1998
  flex-direction: column;
2034
1999
  height: 100%;
2035
- background: var(--react-autoql-background-color-secondary); }
2000
+ background: var(--react-autoql-background-color-primary); }
2036
2001
  .react-autoql-notification-list-container .notification-feed-list {
2037
2002
  padding: 0 20px;
2038
2003
  padding-top: 0; }
@@ -2056,59 +2021,40 @@ g.legendOrdinal .legendTitle tspan {
2056
2021
  width: 100%; }
2057
2022
 
2058
2023
  .react-autoql-notification-list-item:nth-of-type(0) {
2059
- -webkit-animation-delay: 0s;
2060
- animation-delay: 0s; }
2024
+ animation-delay: 0s; }
2061
2025
 
2062
2026
  .react-autoql-notification-list-item:nth-of-type(1) {
2063
- -webkit-animation-delay: 0.1s;
2064
- animation-delay: 0.1s; }
2027
+ animation-delay: 0.1s; }
2065
2028
 
2066
2029
  .react-autoql-notification-list-item:nth-of-type(2) {
2067
- -webkit-animation-delay: 0.2s;
2068
- animation-delay: 0.2s; }
2030
+ animation-delay: 0.2s; }
2069
2031
 
2070
2032
  .react-autoql-notification-list-item:nth-of-type(3) {
2071
- -webkit-animation-delay: 0.3s;
2072
- animation-delay: 0.3s; }
2033
+ animation-delay: 0.3s; }
2073
2034
 
2074
2035
  .react-autoql-notification-list-item:nth-of-type(4) {
2075
- -webkit-animation-delay: 0.4s;
2076
- animation-delay: 0.4s; }
2036
+ animation-delay: 0.4s; }
2077
2037
 
2078
2038
  .react-autoql-notification-list-item:nth-of-type(5) {
2079
- -webkit-animation-delay: 0.5s;
2080
- animation-delay: 0.5s; }
2039
+ animation-delay: 0.5s; }
2081
2040
 
2082
2041
  .react-autoql-notification-list-item:nth-of-type(6) {
2083
- -webkit-animation-delay: 0.6s;
2084
- animation-delay: 0.6s; }
2042
+ animation-delay: 0.6s; }
2085
2043
 
2086
2044
  .react-autoql-notification-list-item:nth-of-type(7) {
2087
- -webkit-animation-delay: 0.7s;
2088
- animation-delay: 0.7s; }
2045
+ animation-delay: 0.7s; }
2089
2046
 
2090
2047
  .react-autoql-notification-list-item:nth-of-type(8) {
2091
- -webkit-animation-delay: 0.8s;
2092
- animation-delay: 0.8s; }
2048
+ animation-delay: 0.8s; }
2093
2049
 
2094
2050
  .react-autoql-notification-list-item:nth-of-type(9) {
2095
- -webkit-animation-delay: 0.9s;
2096
- animation-delay: 0.9s; }
2051
+ animation-delay: 0.9s; }
2097
2052
 
2098
2053
  .react-autoql-notification-list-item:nth-of-type(10) {
2099
- -webkit-animation-delay: 1s;
2100
- animation-delay: 1s; }
2101
-
2102
- @-webkit-keyframes slideIn {
2103
- 0% {
2104
- opacity: 0;
2105
- top: 500px; }
2106
- 100% {
2107
- opacity: 1;
2108
- top: 0; } }
2054
+ animation-delay: 1s; }
2109
2055
 
2110
2056
  .react-autoql-notification-settings {
2111
- background-color: var(--react-autoql-background-color-secondary);
2057
+ background-color: var(--react-autoql-background-color-primary);
2112
2058
  color: var(--react-autoql-text-color-primary);
2113
2059
  padding-top: 20px;
2114
2060
  height: 100%; }
@@ -2117,7 +2063,7 @@ g.legendOrdinal .legendTitle tspan {
2117
2063
  margin-top: 10px;
2118
2064
  border-radius: 4px;
2119
2065
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
2120
- background-color: var(--react-autoql-background-color-primary);
2066
+ background-color: var(--react-autoql-background-color-secondary);
2121
2067
  overflow: hidden; }
2122
2068
  .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item {
2123
2069
  height: 55px;
@@ -2176,7 +2122,7 @@ g.legendOrdinal .legendTitle tspan {
2176
2122
  width: 35px;
2177
2123
  border-radius: 20px;
2178
2124
  background: var(--react-autoql-accent-color, #26a7df);
2179
- color: var(--react-autoql-accent-text-color);
2125
+ color: var(--react-autoql-text-color-accent);
2180
2126
  line-height: 38px;
2181
2127
  text-align: center;
2182
2128
  font-size: 20px;
@@ -2213,7 +2159,7 @@ g.legendOrdinal .legendTitle tspan {
2213
2159
  width: 35px;
2214
2160
  border-radius: 20px;
2215
2161
  background: var(--react-autoql-accent-color, #26a7df);
2216
- color: var(--react-autoql-accent-text-color);
2162
+ color: var(--react-autoql-text-color-accent);
2217
2163
  line-height: 38px;
2218
2164
  text-align: center;
2219
2165
  font-size: 20px;
@@ -2264,7 +2210,7 @@ g.legendOrdinal .legendTitle tspan {
2264
2210
  border: 1px solid;
2265
2211
  line-height: 22px;
2266
2212
  text-align: center;
2267
- background: var(--react-autoql-background-color-primary, white);
2213
+ background: var(--react-autoql-background-color-secondary, white);
2268
2214
  color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.2));
2269
2215
  transition: all 0.3s ease;
2270
2216
  cursor: pointer; }
@@ -2350,168 +2296,22 @@ g.legendOrdinal .legendTitle tspan {
2350
2296
  .data-alerts-container.read-only .react-autoql-notification-group-container {
2351
2297
  border: none; }
2352
2298
 
2353
- .slack-modal-error-container,
2354
- .slack-modal-empty-list-message {
2355
- display: flex;
2356
- flex-direction: column;
2357
- justify-content: center;
2358
- align-items: center;
2359
- text-align: center;
2360
- height: 100%;
2361
- margin-bottom: 50px; }
2362
- .slack-modal-error-container .react-autoql-btn,
2363
- .slack-modal-empty-list-message .react-autoql-btn {
2364
- margin-top: 10px; }
2365
-
2366
- .slack-email-instructions-button {
2367
- cursor: pointer;
2368
- opacity: 0.6;
2369
- font-size: 13px;
2370
- font-style: italic;
2371
- text-decoration: underline; }
2372
-
2373
- .slack-email-instructions-popover {
2374
- color: var(--react-autoql-text-color-primary);
2375
- background: var(--react-autoql-background-color-primary);
2376
- padding: 18px;
2377
- max-width: 500px; }
2378
-
2379
- .slack-channel-list {
2380
- width: 390px; }
2381
-
2382
- .remove-channel-popover {
2383
- color: var(--react-autoql-text-color-primary);
2384
- background: var(--react-autoql-background-color-primary);
2385
- text-align: right;
2386
- padding: 18px;
2387
- width: 226px; }
2388
-
2389
- .remove-channel-btn {
2390
- cursor: pointer;
2391
- margin-left: 8px; }
2392
- .remove-channel-btn:hover {
2393
- color: #ca0b00; }
2394
-
2395
- .connect-channel-form-container,
2396
- .slack-channel-list-container {
2397
- display: flex;
2398
- justify-content: center;
2399
- flex-direction: column;
2400
- align-items: center; }
2401
- .connect-channel-form-container .channel-list-btn-container,
2402
- .slack-channel-list-container .channel-list-btn-container {
2403
- position: absolute;
2404
- bottom: 0;
2405
- display: flex;
2406
- flex-direction: row;
2407
- justify-content: stretch;
2408
- width: 100%; }
2409
- .connect-channel-form-container .channel-list-btn-container button,
2410
- .slack-channel-list-container .channel-list-btn-container button {
2411
- flex: 1; }
2412
- .connect-channel-form-container .connect-channel-back-btn,
2413
- .slack-channel-list-container .connect-channel-back-btn {
2414
- position: absolute;
2415
- border-radius: 100px;
2416
- border: 1px solid rgba(0, 0, 0, 0.1);
2417
- padding: 4px 7px;
2418
- top: 3px;
2419
- left: -50px;
2420
- width: 30px;
2421
- height: 30px;
2422
- cursor: pointer; }
2423
- .connect-channel-form-container .channel-list,
2424
- .slack-channel-list-container .channel-list {
2425
- position: relative;
2426
- max-height: 200px;
2427
- min-height: 100px;
2428
- margin-top: 10px;
2429
- overflow-y: auto;
2430
- margin-bottom: 5px;
2431
- width: 355px;
2432
- border: 1px solid rgba(0, 0, 0, 0.15);
2433
- border-radius: 4px; }
2434
- .connect-channel-form-container .channel-item,
2435
- .slack-channel-list-container .channel-item {
2436
- position: relative;
2437
- text-align: center;
2438
- padding: 10px 20px;
2439
- transition: all 0.3s ease;
2440
- font-weight: bold;
2441
- cursor: pointer; }
2442
- .connect-channel-form-container .channel-item.selected,
2443
- .slack-channel-list-container .channel-item.selected {
2444
- background-color: var(--react-autoql-accent-color);
2445
- color: var(--react-autoql-accent-text-color); }
2446
- .connect-channel-form-container .channel-item:hover:not(.selected),
2447
- .slack-channel-list-container .channel-item:hover:not(.selected) {
2448
- background-color: rgba(0, 0, 0, 0.05); }
2449
- .connect-channel-form-container .channel-item:hover .delete-channel-btn,
2450
- .slack-channel-list-container .channel-item:hover .delete-channel-btn {
2451
- opacity: 1; }
2452
- .connect-channel-form-container .delete-channel-btn,
2453
- .slack-channel-list-container .delete-channel-btn {
2454
- transition: all 0.3s ease;
2455
- opacity: 0;
2456
- position: absolute;
2457
- right: 10px;
2458
- font-size: 18px;
2459
- top: 7px;
2460
- margin-left: 10px; }
2461
- .connect-channel-form-container .delete-channel-btn:hover,
2462
- .slack-channel-list-container .delete-channel-btn:hover {
2463
- color: #ca0b00; }
2464
- .connect-channel-form-container .send-to-slack-btn,
2465
- .slack-channel-list-container .send-to-slack-btn {
2466
- margin-top: 15px;
2467
- width: 200px; }
2468
- .connect-channel-form-container .react-autoql-checkbox-container,
2469
- .slack-channel-list-container .react-autoql-checkbox-container {
2470
- margin-left: 10px; }
2471
- .connect-channel-form-container .connect-channel-form,
2472
- .slack-channel-list-container .connect-channel-form {
2473
- position: relative;
2474
- width: 350px; }
2475
- .connect-channel-form-container .form-subtitle,
2476
- .slack-channel-list-container .form-subtitle {
2477
- font-size: 12px;
2478
- opacity: 0.8; }
2479
- .connect-channel-form-container .react-autoql-input-container,
2480
- .slack-channel-list-container .react-autoql-input-container {
2481
- width: 100%;
2482
- margin-left: 0;
2483
- margin-bottom: 5px; }
2484
- .connect-channel-form-container .connect-channel-title,
2485
- .connect-channel-form-container .select-channel-title,
2486
- .slack-channel-list-container .connect-channel-title,
2487
- .slack-channel-list-container .select-channel-title {
2488
- margin-bottom: 15px;
2489
- font-size: 20px; }
2490
- .connect-channel-form-container .connect-channel-btn,
2491
- .slack-channel-list-container .connect-channel-btn {
2492
- margin-top: 10px;
2493
- text-align: center; }
2494
- .connect-channel-form-container .connect-channel-btn button,
2495
- .slack-channel-list-container .connect-channel-btn button {
2496
- width: 200px; }
2497
-
2498
-
2499
- .autoql-options-toolbar {
2299
+ .options-toolbar {
2500
2300
  display: inline-block;
2501
2301
  background: inherit;
2502
2302
  padding: 5px;
2503
2303
  border-radius: 6px;
2504
2304
  line-height: 28px;
2505
- background: var(--react-autoql-background-color-primary);
2305
+ background: var(--react-autoql-background-color-secondary);
2506
2306
  border: 1px solid var(--react-autoql-border-color); }
2507
- .autoql-options-toolbar.vertical .react-autoql-toolbar-btn {
2307
+ .options-toolbar.vertical .react-autoql-toolbar-btn {
2508
2308
  display: block; }
2509
- .autoql-options-toolbar .react-autoql-toolbar-btn {
2309
+ .options-toolbar .react-autoql-toolbar-btn {
2510
2310
  color: var(--react-autoql-text-color-primary); }
2511
2311
 
2512
2312
  .more-options-menu,
2513
2313
  .report-problem-menu {
2514
- background: var(--react-autoql-background-color-primary);
2314
+ background: var(--react-autoql-background-color-secondary);
2515
2315
  padding: 10px 0; }
2516
2316
  .more-options-menu span.react-autoql-icon svg,
2517
2317
  .report-problem-menu span.react-autoql-icon svg {
@@ -2532,10 +2332,10 @@ g.legendOrdinal .legendTitle tspan {
2532
2332
  width: 100%;
2533
2333
  padding: 10px;
2534
2334
  resize: none;
2535
- background: var(--react-autoql-background-color-secondary); }
2335
+ background: var(--react-autoql-background-color-primary); }
2536
2336
  .copy-sql-modal-content .copy-sql-btn {
2537
2337
  color: var(--react-autoql-text-color);
2538
- background-color: var(--react-autoql-background-color-primary);
2338
+ background-color: var(--react-autoql-background-color-secondary);
2539
2339
  position: absolute;
2540
2340
  top: 3px;
2541
2341
  right: 0;
@@ -2580,10 +2380,9 @@ g.legendOrdinal .legendTitle tspan {
2580
2380
  display: flex;
2581
2381
  justify-content: flex-start;
2582
2382
  padding-left: 20px;
2583
- -webkit-animation: scale-up-bl 0.5s ease;
2584
- animation: scale-up-bl 0.5s ease; }
2383
+ animation: scale-up-bl 0.5s ease; }
2585
2384
  .chat-single-message-container.response .chat-message-bubble {
2586
- background: var(--react-autoql-background-color-primary);
2385
+ background: var(--react-autoql-background-color-secondary);
2587
2386
  color: var(--react-autoql-text-color-primary);
2588
2387
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2589
2388
  .chat-single-message-container.response .chat-message-bubble:not(.text) {
@@ -2593,11 +2392,10 @@ g.legendOrdinal .legendTitle tspan {
2593
2392
  display: flex;
2594
2393
  justify-content: flex-end;
2595
2394
  padding-right: 20px;
2596
- -webkit-animation: scale-up-br 0.5s ease;
2597
- animation: scale-up-br 0.5s ease; }
2395
+ animation: scale-up-br 0.5s ease; }
2598
2396
  .chat-single-message-container.request .chat-message-bubble {
2599
2397
  background: var(--react-autoql-accent-color);
2600
- color: var(--react-autoql-accent-text-color);
2398
+ color: var(--react-autoql-text-color-accent);
2601
2399
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2602
2400
  .chat-single-message-container .chat-message-bubble {
2603
2401
  position: relative;
@@ -2629,29 +2427,22 @@ g.legendOrdinal .legendTitle tspan {
2629
2427
  width: 100%;
2630
2428
  top: -31px;
2631
2429
  right: 0;
2632
- z-index: 3;
2633
- pointer-events: none;
2634
- visibility: hidden;
2635
- opacity: 0; }
2430
+ z-index: 3; }
2636
2431
  .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.left {
2637
2432
  margin-left: -5px; }
2638
2433
  .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.right {
2639
2434
  margin-right: -5px; }
2640
- .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.right,
2641
- .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.left {
2642
- pointer-events: auto; }
2643
- .chat-single-message-container .chat-message-bubble:hover .chat-message-toolbars-container {
2435
+ .chat-single-message-container .chat-message-bubble .react-autoql-toolbar:not(.active) {
2436
+ pointer-events: none;
2437
+ visibility: hidden;
2438
+ opacity: 0; }
2439
+ .chat-single-message-container .chat-message-bubble:hover .react-autoql-toolbar,
2440
+ .chat-single-message-container .chat-message-bubble .react-autoql-toolbar.active {
2441
+ pointer-events: auto;
2644
2442
  visibility: visible;
2645
2443
  opacity: 1; }
2646
2444
 
2647
2445
  /* animations */
2648
- @-webkit-keyframes scale-up-br {
2649
- 0% {
2650
- transform: scale(0.5);
2651
- transform-origin: 100% 100%; }
2652
- 100% {
2653
- transform: scale(1);
2654
- transform-origin: 100% 100%; } }
2655
2446
  @keyframes scale-up-br {
2656
2447
  0% {
2657
2448
  transform: scale(0.5);
@@ -2660,14 +2451,6 @@ g.legendOrdinal .legendTitle tspan {
2660
2451
  transform: scale(1);
2661
2452
  transform-origin: 100% 100%; } }
2662
2453
 
2663
- @-webkit-keyframes scale-up-bl {
2664
- 0% {
2665
- transform: scale(0.5);
2666
- transform-origin: 0% 100%; }
2667
- 100% {
2668
- transform: scale(1);
2669
- transform-origin: 0% 100%; } }
2670
-
2671
2454
  @keyframes scale-up-bl {
2672
2455
  0% {
2673
2456
  transform: scale(0.5);
@@ -2690,9 +2473,9 @@ g.legendOrdinal .legendTitle tspan {
2690
2473
  padding: 10px; }
2691
2474
 
2692
2475
  .react-autoql-drawer .watermark {
2693
- color: var(--react-autoql-text-color-primary);
2476
+ color: var(--react-autoql-text-color-placeholder);
2694
2477
  text-align: center;
2695
- opacity: 0.2;
2478
+ opacity: 0.7;
2696
2479
  top: 6px;
2697
2480
  width: calc(100% - 10px);
2698
2481
  font-size: 13px; }
@@ -2701,8 +2484,7 @@ g.legendOrdinal .legendTitle tspan {
2701
2484
  flex-shrink: 0;
2702
2485
  flex-grow: 0;
2703
2486
  height: 60px;
2704
- -webkit-animation: fadeIn 0.3s;
2705
- animation: fadeIn 0.3s; }
2487
+ animation: fadeIn 0.3s; }
2706
2488
 
2707
2489
  .react-autoql-cascader {
2708
2490
  position: relative;
@@ -2748,12 +2530,12 @@ g.legendOrdinal .legendTitle tspan {
2748
2530
  opacity: 0.7; }
2749
2531
  .react-autoql-cascader .options-container .option .option-execute-icon {
2750
2532
  opacity: 0;
2751
- color: var(--react-autoql-accent-text-color);
2533
+ color: var(--react-autoql-text-color-accent);
2752
2534
  font-size: 16px;
2753
2535
  vertical-align: middle; }
2754
2536
  .react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
2755
2537
  background-color: var(--react-autoql-accent-color, #26a7df);
2756
- color: var(--react-autoql-accent-text-color); }
2538
+ color: var(--react-autoql-text-color-accent); }
2757
2539
  .react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
2758
2540
  opacity: 1; }
2759
2541
  .react-autoql-cascader .options-container:not(:last-child) {
@@ -2782,10 +2564,8 @@ g.legendOrdinal .legendTitle tspan {
2782
2564
  text-align: center;
2783
2565
  flex: 1; }
2784
2566
  .query-tips-page-container .query-tips-result-container .animated-item {
2785
- -webkit-animation: fadeIn 0.3s linear;
2786
- animation: fadeIn 0.3s linear;
2787
- -webkit-animation-fill-mode: both;
2788
- animation-fill-mode: both; }
2567
+ animation: fadeIn 0.3s linear;
2568
+ animation-fill-mode: both; }
2789
2569
  .query-tips-page-container .query-tips-result-container .query-tip-item {
2790
2570
  position: relative;
2791
2571
  padding: 13px;
@@ -2820,74 +2600,49 @@ g.legendOrdinal .legendTitle tspan {
2820
2600
  padding-right: 46px; }
2821
2601
 
2822
2602
  .animated-item:nth-child(1) {
2823
- -webkit-animation-delay: 0.08s;
2824
- animation-delay: 0.08s; }
2603
+ animation-delay: 0.08s; }
2825
2604
 
2826
2605
  .animated-item:nth-child(2) {
2827
- -webkit-animation-delay: 0.16s;
2828
- animation-delay: 0.16s; }
2606
+ animation-delay: 0.16s; }
2829
2607
 
2830
2608
  .animated-item:nth-child(3) {
2831
- -webkit-animation-delay: 0.24s;
2832
- animation-delay: 0.24s; }
2609
+ animation-delay: 0.24s; }
2833
2610
 
2834
2611
  .animated-item:nth-child(4) {
2835
- -webkit-animation-delay: 0.32s;
2836
- animation-delay: 0.32s; }
2612
+ animation-delay: 0.32s; }
2837
2613
 
2838
2614
  .animated-item:nth-child(5) {
2839
- -webkit-animation-delay: 0.4s;
2840
- animation-delay: 0.4s; }
2615
+ animation-delay: 0.4s; }
2841
2616
 
2842
2617
  .animated-item:nth-child(6) {
2843
- -webkit-animation-delay: 0.48s;
2844
- animation-delay: 0.48s; }
2618
+ animation-delay: 0.48s; }
2845
2619
 
2846
2620
  .animated-item:nth-child(7) {
2847
- -webkit-animation-delay: 0.56s;
2848
- animation-delay: 0.56s; }
2621
+ animation-delay: 0.56s; }
2849
2622
 
2850
2623
  .animated-item:nth-child(8) {
2851
- -webkit-animation-delay: 0.64s;
2852
- animation-delay: 0.64s; }
2624
+ animation-delay: 0.64s; }
2853
2625
 
2854
2626
  .animated-item:nth-child(9) {
2855
- -webkit-animation-delay: 0.72s;
2856
- animation-delay: 0.72s; }
2627
+ animation-delay: 0.72s; }
2857
2628
 
2858
2629
  .animated-item:nth-child(10) {
2859
- -webkit-animation-delay: 0.8s;
2860
- animation-delay: 0.8s; }
2630
+ animation-delay: 0.8s; }
2861
2631
 
2862
2632
  .animated-item:nth-child(11) {
2863
- -webkit-animation-delay: 0.88s;
2864
- animation-delay: 0.88s; }
2633
+ animation-delay: 0.88s; }
2865
2634
 
2866
2635
  .animated-item:nth-child(12) {
2867
- -webkit-animation-delay: 0.96s;
2868
- animation-delay: 0.96s; }
2636
+ animation-delay: 0.96s; }
2869
2637
 
2870
2638
  .animated-item:nth-child(13) {
2871
- -webkit-animation-delay: 1.04s;
2872
- animation-delay: 1.04s; }
2639
+ animation-delay: 1.04s; }
2873
2640
 
2874
2641
  .animated-item:nth-child(14) {
2875
- -webkit-animation-delay: 1.12s;
2876
- animation-delay: 1.12s; }
2642
+ animation-delay: 1.12s; }
2877
2643
 
2878
2644
  .animated-item:nth-child(15) {
2879
- -webkit-animation-delay: 1.2s;
2880
- animation-delay: 1.2s; }
2881
-
2882
- @-webkit-keyframes fadeIn {
2883
- 0% {
2884
- opacity: 0;
2885
- top: 100px; }
2886
- 75% {
2887
- opacity: 0.5;
2888
- top: 0px; }
2889
- 100% {
2890
- opacity: 1; } }
2645
+ animation-delay: 1.2s; }
2891
2646
 
2892
2647
  .react-autoql-chatbar-input-container.data-explorer {
2893
2648
  flex: 0;
@@ -2902,8 +2657,7 @@ ul {
2902
2657
  background: transparent !important;
2903
2658
  opacity: 0; }
2904
2659
  .react-autoql-chatbar-input-container.data-explorer.data-explorer {
2905
- -webkit-animation: slideDown 0.5s ease;
2906
- animation: slideDown 0.5s ease; }
2660
+ animation: slideDown 0.5s ease; }
2907
2661
  .react-autoql-chatbar-input-container.data-explorer .react-autoql-chatbar-input {
2908
2662
  margin: 0;
2909
2663
  width: 100%;
@@ -2916,24 +2670,24 @@ ul {
2916
2670
  position: relative; }
2917
2671
  .react-autoql-chatbar-input-container.data-explorer .react-autosuggest__suggestions-container--open {
2918
2672
  position: absolute;
2673
+ display: block;
2919
2674
  margin: 0;
2920
2675
  padding-top: 5px;
2921
2676
  padding-bottom: 5px;
2922
- display: block;
2923
2677
  width: 100%;
2924
2678
  height: unset;
2925
- max-height: 250px;
2926
2679
  border-radius: 15px;
2927
2680
  font-family: inherit;
2928
2681
  font-size: 15px;
2929
2682
  font-weight: normal;
2930
2683
  z-index: 2;
2931
- overflow: auto;
2684
+ overflow: hidden;
2932
2685
  margin-top: 3px;
2933
2686
  border: 1px solid var(--react-autoql-border-color);
2934
2687
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
2935
- background-color: var(--react-autoql-background-color-primary);
2936
- color: var(--react-autoql-text-color-primary); }
2688
+ background-color: var(--react-autoql-background-color-secondary);
2689
+ color: var(--react-autoql-text-color-primary);
2690
+ box-sizing: content-box; }
2937
2691
  .react-autoql-chatbar-input-container.data-explorer .react-autosuggest__suggestions-list {
2938
2692
  margin: 0;
2939
2693
  padding: 0;
@@ -2952,10 +2706,56 @@ ul {
2952
2706
  .react-autoql-chatbar-input-container.data-explorer .react-autosuggest__suggestion--highlighted {
2953
2707
  background-color: rgba(0, 0, 0, 0.1) !important; }
2954
2708
  .react-autoql-chatbar-input-container.data-explorer .react-autosuggest__section-title {
2955
- padding: 10px 0 0 10px;
2709
+ padding: 5px 0 0 10px;
2956
2710
  font-size: 12px;
2957
2711
  color: var(--react-autoql-text-color-placeholder); }
2958
2712
 
2713
+ .react-autoql-card {
2714
+ background: var(--react-autoql-background-color-secondary);
2715
+ border-radius: 6px;
2716
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
2717
+ padding: 15px;
2718
+ margin: 10px;
2719
+ overflow: hidden;
2720
+ display: flex;
2721
+ flex-direction: column;
2722
+ flex-wrap: nowrap; }
2723
+ .react-autoql-card .react-autoql-card-content {
2724
+ display: flex;
2725
+ flex-direction: column;
2726
+ flex-wrap: nowrap;
2727
+ transition: max-height 0.3s ease, opacity 0.3s ease;
2728
+ opacity: 1;
2729
+ flex: 0 1 auto;
2730
+ min-height: 0;
2731
+ overflow: hidden; }
2732
+ .react-autoql-card .react-autoql-card-content .react-autoql-card-user-content {
2733
+ flex: 0 1 auto;
2734
+ min-height: 100px;
2735
+ max-height: 100%;
2736
+ position: relative;
2737
+ overflow: hidden;
2738
+ display: flex;
2739
+ flex-direction: column;
2740
+ flex-wrap: nowrap; }
2741
+ .react-autoql-card.collapsed .react-autoql-card-content {
2742
+ pointer-events: none;
2743
+ opacity: 0; }
2744
+ .react-autoql-card .react-autoql-card-title {
2745
+ cursor: pointer;
2746
+ padding: 0 10px;
2747
+ flex: 0 0 auto;
2748
+ display: flex;
2749
+ justify-content: space-between;
2750
+ align-items: center;
2751
+ flex-wrap: nowrap;
2752
+ font-size: 18px;
2753
+ margin: 4px 0px;
2754
+ font-weight: 600; }
2755
+ .react-autoql-card .react-autoql-card-subtitle {
2756
+ padding: 0px 10px 5px 10px;
2757
+ flex: 0 0 auto; }
2758
+
2959
2759
  .data-explorer-section {
2960
2760
  flex: 0 1 auto;
2961
2761
  max-height: 100%;
@@ -2970,7 +2770,6 @@ ul {
2970
2770
  flex: 0 0 auto !important; }
2971
2771
  .data-explorer-section .data-preview-scroll-container,
2972
2772
  .data-explorer-section .custom-scrollbar-view {
2973
- scroll-behavior: smooth !important;
2974
2773
  width: 100%;
2975
2774
  height: 100%;
2976
2775
  white-space: nowrap;
@@ -3000,15 +2799,15 @@ ul {
3000
2799
  max-height: 100%;
3001
2800
  padding: 0 5px; }
3002
2801
  .data-explorer-section .data-explorer-data-preview table {
2802
+ min-width: 100%;
3003
2803
  table-layout: fixed;
3004
2804
  border-collapse: collapse; }
3005
2805
  .data-explorer-section .data-explorer-data-preview thead th {
3006
2806
  top: 0;
3007
2807
  padding: 0 6px;
3008
2808
  height: 35px;
3009
- position: -webkit-sticky;
3010
2809
  position: sticky;
3011
- background: var(--react-autoql-background-color-primary);
2810
+ background: var(--react-autoql-background-color-secondary);
3012
2811
  box-shadow: inset 0 -2px 0 var(--react-autoql-border-color);
3013
2812
  transition: color 0.2s ease;
3014
2813
  cursor: pointer;
@@ -3030,7 +2829,7 @@ ul {
3030
2829
 
3031
2830
  .data-explorer-page-container .data-preview-tooltip {
3032
2831
  --border-color: var(--react-autoql-border-color);
3033
- --bg-color: var(--react-autoql-background-color-primary);
2832
+ --bg-color: var(--react-autoql-background-color-secondary);
3034
2833
  opacity: 1 !important;
3035
2834
  padding: 15px 25px !important;
3036
2835
  font-size: 0.875rem !important;
@@ -3070,81 +2869,6 @@ ul {
3070
2869
  stroke-width: 1px;
3071
2870
  stroke: currentColor; }
3072
2871
 
3073
- .react-autoql-card {
3074
- background: var(--react-autoql-background-color-primary);
3075
- border-radius: 6px;
3076
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
3077
- padding: 15px;
3078
- margin: 10px;
3079
- overflow: hidden;
3080
- display: flex;
3081
- flex-direction: column;
3082
- flex-wrap: nowrap; }
3083
- .react-autoql-card .react-autoql-card-content {
3084
- display: flex;
3085
- flex-direction: column;
3086
- flex-wrap: nowrap;
3087
- transition: max-height 0.3s ease, opacity 0.3s ease;
3088
- opacity: 1;
3089
- flex: 0 1 auto;
3090
- min-height: 0;
3091
- overflow: hidden; }
3092
- .react-autoql-card .react-autoql-card-content .react-autoql-card-user-content {
3093
- flex: 0 1 auto;
3094
- min-height: 100px;
3095
- max-height: 100%;
3096
- position: relative;
3097
- overflow: hidden;
3098
- display: flex;
3099
- flex-direction: column;
3100
- flex-wrap: nowrap; }
3101
- .react-autoql-card.collapsed .react-autoql-card-content {
3102
- pointer-events: none;
3103
- opacity: 0; }
3104
- .react-autoql-card .react-autoql-card-title {
3105
- cursor: pointer;
3106
- padding: 0 10px;
3107
- flex: 0 0 auto;
3108
- display: flex;
3109
- justify-content: space-between;
3110
- align-items: center;
3111
- flex-wrap: nowrap;
3112
- font-size: 18px;
3113
- margin: 4px 0px;
3114
- font-weight: 600; }
3115
- .react-autoql-card .react-autoql-card-subtitle {
3116
- padding: 0px 10px 5px 10px;
3117
- flex: 0 0 auto; }
3118
-
3119
- .react-autoql-chip {
3120
- display: inline-flex;
3121
- flex-direction: row;
3122
- flex-wrap: nowrap;
3123
- justify-content: space-between;
3124
- border-radius: 5px;
3125
- padding: 5px 8px;
3126
- border: 1px solid transparent;
3127
- background-color: var(--react-autoql-background-color-primary);
3128
- color: var(--react-autoql-text-color-primary);
3129
- transition: all 0.2s ease;
3130
- margin-right: 10px;
3131
- margin-top: 5px;
3132
- box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
3133
- cursor: pointer; }
3134
- .react-autoql-chip:hover {
3135
- border: 1px solid var(--react-autoql-accent-color); }
3136
- .react-autoql-chip.selected {
3137
- background-color: var(--react-autoql-accent-color);
3138
- color: var(--react-autoql-accent-text-color); }
3139
- .react-autoql-chip .react-autoql-chip-content {
3140
- font-weight: 600; }
3141
- .react-autoql-chip .react-autoql-chip-delete-btn {
3142
- margin-left: 8px;
3143
- transition: opacity 0.2s ease;
3144
- opacity: 0.7; }
3145
- .react-autoql-chip .react-autoql-chip-delete-btn:hover {
3146
- opacity: 1; }
3147
-
3148
2872
  .data-explorer-page-container {
3149
2873
  height: 100%;
3150
2874
  padding: 0;
@@ -3160,7 +2884,8 @@ ul {
3160
2884
  text-align: center;
3161
2885
  margin: 50px auto;
3162
2886
  padding: 0 40px;
3163
- font-size: 15px; }
2887
+ font-size: 15px;
2888
+ flex: 1; }
3164
2889
  .data-explorer-page-container .data-explorer-intro-message .intro-message-list-container {
3165
2890
  display: flex;
3166
2891
  justify-content: center;
@@ -3237,10 +2962,8 @@ ul {
3237
2962
  stroke-width: 1px;
3238
2963
  stroke: currentColor; }
3239
2964
  .data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item .animated-item {
3240
- -webkit-animation: fadeIn 0.3s linear;
3241
- animation: fadeIn 0.3s linear;
3242
- -webkit-animation-fill-mode: both;
3243
- animation-fill-mode: both; }
2965
+ animation: fadeIn 0.3s linear;
2966
+ animation-fill-mode: both; }
3244
2967
  .data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item .query-tips-result-placeholder {
3245
2968
  margin-top: 50px; }
3246
2969
  .data-explorer-page-container .chat-bar-clear-btn {
@@ -3263,18 +2986,36 @@ ul {
3263
2986
 
3264
2987
  .filter-lock-menu {
3265
2988
  z-index: 99999 !important;
3266
- transition: opacity 0.1s ease 0s !important;
3267
- border: 1px solid #ababab52;
3268
- border-radius: 4px;
3269
- box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
3270
- opacity: 1;
2989
+ top: -4px !important;
3271
2990
  min-width: 450px;
3272
2991
  max-width: 95vw;
3273
2992
  min-height: 0px;
3274
2993
  max-height: 95vh;
3275
2994
  height: 350px;
3276
- background: var(--react-autoql-background-color-primary);
3277
- color: var(--react-autoql-text-color-primary); }
2995
+ padding: 10px; }
2996
+ .filter-lock-menu .filter-lock-menu-content-container {
2997
+ background: var(--react-autoql-background-color-secondary);
2998
+ color: var(--react-autoql-text-color-primary);
2999
+ box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
3000
+ transition: opacity 0.1s ease 0s !important;
3001
+ border: 1px solid #ababab52;
3002
+ padding: 0 !important;
3003
+ border-radius: 4px;
3004
+ height: 100%;
3005
+ width: 100%;
3006
+ opacity: 1; }
3007
+ .filter-lock-menu .filter-lock-menu-popover-arrow {
3008
+ border-bottom: 10px solid var(--react-autoql-border-color) !important;
3009
+ top: 1px !important;
3010
+ opacity: 1; }
3011
+ .filter-lock-menu .filter-lock-menu-popover-arrow::after {
3012
+ content: '';
3013
+ position: absolute;
3014
+ border-left: 9px solid transparent;
3015
+ border-right: 9px solid transparent;
3016
+ border-bottom: 9px solid var(--react-autoql-background-color-secondary);
3017
+ top: 1px;
3018
+ left: -9px; }
3278
3019
  .filter-lock-menu .filter-lock-toast-container {
3279
3020
  top: 0;
3280
3021
  position: absolute;
@@ -3370,7 +3111,6 @@ ul {
3370
3111
  .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title .filter-lock-category-title {
3371
3112
  padding-right: 10px;
3372
3113
  padding-top: 1px;
3373
- max-width: 195px;
3374
3114
  overflow: hidden;
3375
3115
  text-overflow: ellipsis; }
3376
3116
  .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title .filter-name-column {
@@ -3379,6 +3119,7 @@ ul {
3379
3119
  flex-direction: row;
3380
3120
  align-items: center;
3381
3121
  justify-content: flex-start;
3122
+ max-width: calc(100% - 100px);
3382
3123
  flex: 1; }
3383
3124
  .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title .persist-toggle-column {
3384
3125
  display: flex;
@@ -3422,17 +3163,12 @@ ul {
3422
3163
  color: var(--react-autoql-danger-color); }
3423
3164
  .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item.react-autoql-highlight-row {
3424
3165
  background-color: var(--react-autoql-accent-color);
3425
- color: var(--react-autoql-accent-text-color);
3426
- -webkit-animation-name: highlightIn, highlightOut;
3427
- animation-name: highlightIn, highlightOut;
3428
- -webkit-animation-duration: 300ms, 300ms;
3429
- animation-duration: 300ms, 300ms;
3430
- -webkit-animation-delay: 0ms, 1000ms;
3431
- animation-delay: 0ms, 1000ms;
3432
- -webkit-animation-timing-function: ease-in, ease-out;
3433
- animation-timing-function: ease-in, ease-out;
3434
- -webkit-animation-iteration-count: 1, 1;
3435
- animation-iteration-count: 1, 1; }
3166
+ color: var(--react-autoql-text-color-accent);
3167
+ animation-name: highlightIn, highlightOut;
3168
+ animation-duration: 300ms, 300ms;
3169
+ animation-delay: 0ms, 1000ms;
3170
+ animation-timing-function: ease-in, ease-out;
3171
+ animation-iteration-count: 1, 1; }
3436
3172
  .filter-lock-menu-content .react-autoql-filter-locking-input {
3437
3173
  padding: 5px;
3438
3174
  padding-left: 20px;
@@ -3446,7 +3182,7 @@ ul {
3446
3182
  width: 100%;
3447
3183
  font-family: inherit;
3448
3184
  border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
3449
- background: var(--react-autoql-background-color-primary);
3185
+ background: var(--react-autoql-background-color-secondary);
3450
3186
  color: var(--react-autoql-text-color-primary); }
3451
3187
  .filter-lock-menu-content .react-autoql-filter-locking-input:hover {
3452
3188
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
@@ -3461,7 +3197,7 @@ ul {
3461
3197
  .filter-lock-menu-content .react-autosuggest__container--open {
3462
3198
  position: relative; }
3463
3199
  .filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open {
3464
- background-color: var(--react-autoql-background-color-primary);
3200
+ background-color: var(--react-autoql-background-color-secondary);
3465
3201
  border: 1px solid var(--react-autoql-border-color);
3466
3202
  color: var(--react-autoql-text-color-primary);
3467
3203
  position: absolute;
@@ -3499,43 +3235,27 @@ ul {
3499
3235
  .filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion--highlighted {
3500
3236
  background-color: rgba(0, 0, 0, 0.1) !important; }
3501
3237
  .filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__section-title {
3502
- padding: 10px 0 0 10px;
3238
+ padding-left: 15px;
3503
3239
  font-size: 12px;
3504
3240
  color: var(--react-autoql-text-color-placeholder); }
3505
-
3506
- @-webkit-keyframes highlightOut {
3507
- 100% {
3508
- background-color: var(--react-autoql-background-color-primary);
3509
- color: var(--react-autoql-text-color-primary); }
3510
- 0% {
3511
- background-color: var(--react-autoql-accent-color);
3512
- color: var(--react-autoql-accent-text-color); } }
3241
+ .filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .filter-locking-no-suggestions-text {
3242
+ padding-left: 8px;
3243
+ font-size: 14px; }
3513
3244
 
3514
3245
  @keyframes highlightOut {
3515
3246
  100% {
3516
- background-color: var(--react-autoql-background-color-primary);
3247
+ background-color: var(--react-autoql-background-color-secondary);
3517
3248
  color: var(--react-autoql-text-color-primary); }
3518
3249
  0% {
3519
3250
  background-color: var(--react-autoql-accent-color);
3520
- color: var(--react-autoql-accent-text-color); } }
3521
-
3522
- @-webkit-keyframes highlightIn {
3523
- 100% {
3524
- background-color: var(--react-autoql-accent-color);
3525
- color: var(--react-autoql-accent-text-color);
3526
- opacity: 0.8; }
3527
- 0% {
3528
- background-color: var(--react-autoql-background-color-primary);
3529
- color: var(--react-autoql-text-color-primary);
3530
- opacity: 1; } }
3251
+ color: var(--react-autoql-text-color-accent); } }
3531
3252
 
3532
3253
  @keyframes highlightIn {
3533
3254
  100% {
3534
3255
  background-color: var(--react-autoql-accent-color);
3535
- color: var(--react-autoql-accent-text-color);
3536
- opacity: 0.8; }
3256
+ color: var(--react-autoql-text-color-accent); }
3537
3257
  0% {
3538
- background-color: var(--react-autoql-background-color-primary);
3258
+ background-color: var(--react-autoql-background-color-secondary);
3539
3259
  color: var(--react-autoql-text-color-primary);
3540
3260
  opacity: 1; } }
3541
3261
 
@@ -3552,7 +3272,7 @@ ul {
3552
3272
  width: 100%;
3553
3273
  height: 100%;
3554
3274
  display: flex;
3555
- background: var(--react-autoql-background-color-secondary);
3275
+ background: var(--react-autoql-background-color-primary);
3556
3276
  overflow: hidden;
3557
3277
  border-radius: 4px;
3558
3278
  flex-direction: column; }
@@ -3563,7 +3283,7 @@ ul {
3563
3283
  width: 100%;
3564
3284
  height: 60px;
3565
3285
  background: var(--react-autoql-accent-color);
3566
- color: var(--react-autoql-accent-text-color);
3286
+ color: var(--react-autoql-text-color-accent);
3567
3287
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
3568
3288
  flex: 0 0 auto;
3569
3289
  z-index: 1; }
@@ -3582,7 +3302,7 @@ ul {
3582
3302
 
3583
3303
  .react-autoql-drawer .react-autoql-header-center-container {
3584
3304
  position: relative;
3585
- color: var(--react-autoql-accent-text-color);
3305
+ color: var(--react-autoql-text-color-accent);
3586
3306
  line-height: 60px;
3587
3307
  font-size: 18px;
3588
3308
  letter-spacing: 0.05em;
@@ -3592,8 +3312,7 @@ ul {
3592
3312
  white-space: nowrap; }
3593
3313
 
3594
3314
  .react-autoql-drawer .header-title {
3595
- -webkit-animation: fadeIn 0.3s;
3596
- animation: fadeIn 0.3s; }
3315
+ animation: fadeIn 0.3s; }
3597
3316
 
3598
3317
  .react-autoql-drawer .react-autoql-drawer-header-btn {
3599
3318
  line-height: 1em;
@@ -3614,14 +3333,28 @@ ul {
3614
3333
  .react-autoql-drawer .react-autoql-drawer-header-btn.filter-locking span.react-autoql-icon svg {
3615
3334
  width: 22px;
3616
3335
  height: 22px; }
3336
+ .react-autoql-drawer .react-autoql-drawer-header-btn .react-autoql-filter-lock-icon-container {
3337
+ display: inline-block;
3338
+ position: relative; }
3339
+ .react-autoql-drawer .react-autoql-drawer-header-btn .react-autoql-filter-lock-icon-container .react-autoql-filter-lock-icon-badge {
3340
+ position: absolute;
3341
+ display: inline-block;
3342
+ border: 2px solid var(--react-autoql-accent-color);
3343
+ background: var(--react-autoql-warning-color);
3344
+ border-radius: 50%;
3345
+ height: 14px;
3346
+ width: 14px;
3347
+ right: -5px;
3348
+ top: -4px; }
3617
3349
 
3618
3350
  .react-autoql-drawer .react-autoql-drawer:focus {
3619
3351
  outline: none; }
3620
3352
 
3621
3353
  .react-autoql-drawer .chat-header-container button {
3354
+ position: relative;
3622
3355
  background: transparent;
3623
3356
  border: none;
3624
- color: var(--react-autoql-accent-text-color);
3357
+ color: var(--react-autoql-text-color-accent);
3625
3358
  margin: 10px 0px 10px 0px;
3626
3359
  margin-right: 0;
3627
3360
  font-size: 20px;
@@ -3662,7 +3395,7 @@ ul {
3662
3395
  font-size: 22px; }
3663
3396
  .react-autoql-drawer .drawer-handle.default-logo {
3664
3397
  background-color: var(--react-autoql-accent-color, #26a7df);
3665
- color: var(--react-autoql-accent-text-color); }
3398
+ color: var(--react-autoql-text-color-accent); }
3666
3399
  .react-autoql-drawer .drawer-handle.default-logo .react-autoql-bubbles-outlined {
3667
3400
  position: absolute;
3668
3401
  vertical-align: top;
@@ -3713,31 +3446,53 @@ ul {
3713
3446
 
3714
3447
  .react-autoql-drawer-resize-handle {
3715
3448
  position: absolute;
3716
- background: transparent; }
3449
+ background: transparent;
3450
+ z-index: 2; }
3717
3451
  .react-autoql-drawer-resize-handle.right {
3718
3452
  top: 0;
3719
- left: -5px;
3453
+ left: -2px;
3720
3454
  width: 5px;
3721
3455
  height: 100vh;
3456
+ border-right-color: transparent;
3457
+ border-right-width: 3px;
3458
+ border-right-style: solid;
3459
+ transition: border-right-color 0.2s ease;
3722
3460
  cursor: ew-resize; }
3461
+ .react-autoql-drawer-resize-handle.right:hover {
3462
+ border-right-color: var(--react-autoql-accent-color); }
3723
3463
  .react-autoql-drawer-resize-handle.left {
3724
3464
  top: 0;
3725
- right: -5px;
3465
+ right: -2px;
3726
3466
  width: 5px;
3727
3467
  height: 100vh;
3468
+ border-left-color: transparent;
3469
+ border-left-width: 3px;
3470
+ border-left-style: solid;
3728
3471
  cursor: ew-resize; }
3472
+ .react-autoql-drawer-resize-handle.left:hover {
3473
+ border-left-color: var(--react-autoql-accent-color); }
3729
3474
  .react-autoql-drawer-resize-handle.top {
3730
- bottom: -5px;
3475
+ bottom: -2px;
3731
3476
  left: 0;
3732
3477
  height: 5px;
3733
3478
  width: 100vw;
3479
+ border-top-color: transparent;
3480
+ border-top-width: 3px;
3481
+ border-top-style: solid;
3734
3482
  cursor: ns-resize; }
3483
+ .react-autoql-drawer-resize-handle.top:hover {
3484
+ border-top-color: var(--react-autoql-accent-color); }
3735
3485
  .react-autoql-drawer-resize-handle.bottom {
3736
- top: -5px;
3486
+ top: -2px;
3737
3487
  left: 0;
3738
3488
  height: 5px;
3739
3489
  width: 100vw;
3490
+ border-bottom-color: transparent;
3491
+ border-bottom-width: 3px;
3492
+ border-bottom-style: solid;
3740
3493
  cursor: ns-resize; }
3494
+ .react-autoql-drawer-resize-handle.bottom:hover {
3495
+ border-bottom-color: var(--react-autoql-accent-color); }
3741
3496
 
3742
3497
  /* Tooltips */
3743
3498
  .react-autoql-tooltip {
@@ -3771,11 +3526,12 @@ ul {
3771
3526
  border-radius: 4px;
3772
3527
  box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
3773
3528
  transition: opacity 0.2s ease 0s !important;
3774
- opacity: 1 !important; }
3529
+ opacity: 1 !important;
3530
+ overflow: hidden !important; }
3775
3531
 
3776
3532
  .clear-messages-confirm-popover {
3777
3533
  color: var(--react-autoql-text-color-primary);
3778
- background: var(--react-autoql-background-color-primary);
3534
+ background: var(--react-autoql-background-color-secondary);
3779
3535
  text-align: right;
3780
3536
  padding: 18px;
3781
3537
  width: 266px; }
@@ -3848,7 +3604,7 @@ ul {
3848
3604
  position: relative;
3849
3605
  z-index: 1;
3850
3606
  background: var(--react-autoql-accent-color);
3851
- color: var(--react-autoql-accent-text-color);
3607
+ color: var(--react-autoql-text-color-accent);
3852
3608
  opacity: 1;
3853
3609
  font-size: 22px;
3854
3610
  text-align: center;
@@ -3923,111 +3679,68 @@ ul {
3923
3679
  width: 65px; }
3924
3680
 
3925
3681
  .page-switcher-container.bottom .tab {
3926
- background: var(--react-autoql-background-color-secondary);
3682
+ background: var(--react-autoql-background-color-primary);
3927
3683
  color: var(--react-autoql-text-color-primary); }
3928
3684
  .page-switcher-container.bottom .tab .react-autoql-icon.data-search svg {
3929
- stroke: var(--react-autoql-background-color-secondary);
3685
+ stroke: var(--react-autoql-background-color-primary);
3930
3686
  stroke-width: 0.3px; }
3931
3687
 
3932
3688
  .page-switcher-container .tab.active {
3933
- background: var(--react-autoql-background-color-secondary);
3689
+ background: var(--react-autoql-background-color-primary);
3934
3690
  color: var(--react-autoql-accent-color);
3935
3691
  box-shadow: -2px 0px 8px 2px rgba(0, 0, 0, 0.2);
3936
3692
  font-weight: bold;
3937
3693
  position: relative;
3938
3694
  z-index: 2; }
3939
3695
  .page-switcher-container .tab.active .react-autoql-icon.data-search svg {
3940
- stroke: var(--react-autoql-background-color-secondary);
3696
+ stroke: var(--react-autoql-background-color-primary);
3941
3697
  stroke-width: 0.3px; }
3942
3698
 
3943
3699
  .page-switcher-container.bottom .tab.active {
3944
3700
  background: var(--react-autoql-accent-color);
3945
- color: var(--react-autoql-accent-text-color);
3701
+ color: var(--react-autoql-text-color-accent);
3946
3702
  font-weight: bold; }
3947
3703
  .page-switcher-container.bottom .tab.active .react-autoql-icon.data-search svg {
3948
3704
  stroke: var(--react-autoql-accent-color);
3949
3705
  stroke-width: 0.3px; }
3950
3706
 
3951
3707
  /* animations */
3952
- @-webkit-keyframes response-loading1 {
3953
- 0% {
3954
- transform: scale(0); }
3955
- 100% {
3956
- transform: scale(1); } }
3957
3708
  @keyframes response-loading1 {
3958
3709
  0% {
3959
3710
  transform: scale(0); }
3960
3711
  100% {
3961
3712
  transform: scale(1); } }
3962
3713
 
3963
- @-webkit-keyframes response-loading3 {
3964
- 0% {
3965
- transform: scale(1); }
3966
- 100% {
3967
- transform: scale(0); } }
3968
-
3969
3714
  @keyframes response-loading3 {
3970
3715
  0% {
3971
3716
  transform: scale(1); }
3972
3717
  100% {
3973
3718
  transform: scale(0); } }
3974
3719
 
3975
- @-webkit-keyframes response-loading2 {
3976
- 0% {
3977
- transform: translate(0, 0); }
3978
- 100% {
3979
- transform: translate(19px, 0); } }
3980
-
3981
3720
  @keyframes response-loading2 {
3982
3721
  0% {
3983
3722
  transform: translate(0, 0); }
3984
3723
  100% {
3985
3724
  transform: translate(19px, 0); } }
3986
3725
 
3987
- @-webkit-keyframes scale-up-center {
3988
- 0% {
3989
- transform: scale(0); }
3990
- 100% {
3991
- transform: scale(1); } }
3992
-
3993
3726
  @keyframes scale-up-center {
3994
3727
  0% {
3995
3728
  transform: scale(0); }
3996
3729
  100% {
3997
3730
  transform: scale(1); } }
3998
3731
 
3999
- @-webkit-keyframes fadeIn {
4000
- 0% {
4001
- opacity: 0; }
4002
- 100% {
4003
- opacity: 1; } }
4004
-
4005
3732
  @keyframes fadeIn {
4006
3733
  0% {
4007
3734
  opacity: 0; }
4008
3735
  100% {
4009
3736
  opacity: 1; } }
4010
3737
 
4011
- @-webkit-keyframes slideDown {
4012
- 0% {
4013
- transform: translateY(-100%); }
4014
- 100% {
4015
- transform: translateY(0%); } }
4016
-
4017
3738
  @keyframes slideDown {
4018
3739
  0% {
4019
3740
  transform: translateY(-100%); }
4020
3741
  100% {
4021
3742
  transform: translateY(0%); } }
4022
3743
 
4023
- @-webkit-keyframes snackbarFadeout {
4024
- from {
4025
- top: 60px;
4026
- opacity: 1; }
4027
- to {
4028
- top: 30px;
4029
- opacity: 0; } }
4030
-
4031
3744
  @keyframes snackbarFadeout {
4032
3745
  from {
4033
3746
  top: 60px;
@@ -4037,7 +3750,7 @@ ul {
4037
3750
  opacity: 0; } }
4038
3751
 
4039
3752
  .react-autoql-dashboard .react-autoql-dashboard-tile {
4040
- background: var(--react-autoql-background-color-primary, #fff);
3753
+ background: var(--react-autoql-background-color-secondary, #fff);
4041
3754
  color: var(--react-autoql-text-color-primary, #404040);
4042
3755
  font-family: var(--react-autoql-font-family), sans-serif;
4043
3756
  height: 100%;
@@ -4106,7 +3819,7 @@ ul {
4106
3819
  .dashboard-tile-toolbars-container.left-padding {
4107
3820
  width: calc(100% - 40px); }
4108
3821
  .dashboard-tile-toolbars-container .split-view-btn {
4109
- background: var(--react-autoql-background-color-primary);
3822
+ background: var(--react-autoql-background-color-secondary);
4110
3823
  display: inline-block;
4111
3824
  margin-right: 7px; }
4112
3825
  .dashboard-tile-toolbars-container .split-view-btn .react-autoql-icon {
@@ -4144,7 +3857,6 @@ ul {
4144
3857
  opacity: 0.3;
4145
3858
  pointer-events: none; }
4146
3859
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-table {
4147
- opacity: 0.9;
4148
3860
  color: var(--react-autoql-text-color-primary);
4149
3861
  font-size: 11px; }
4150
3862
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-response-content-container.table .query-output-footer {
@@ -4165,6 +3877,10 @@ ul {
4165
3877
  color: var(--react-autoql-text-color-primary);
4166
3878
  opacity: 0.8; }
4167
3879
 
3880
+ .react-autoql-dashboard-tile-inner-div
3881
+ .dashboard-tile-response-wrapper.editing .react-autoql-toolbar-btn.active {
3882
+ color: var(--react-autoql-accent-color); }
3883
+
4168
3884
  /* Safetynet styles specific to dashboard tiles */
4169
3885
  .react-autoql-dashboard-tile-inner-div
4170
3886
  .dashboard-tile-response-wrapper.editing {
@@ -4179,8 +3895,6 @@ ul {
4179
3895
  .dashboard-tile-response-wrapper.small
4180
3896
  .react-autoql-query-validation-description,
4181
3897
  .dashboard-tile-response-wrapper.small
4182
- .react-autoql-suggestion-message-description,
4183
- .dashboard-tile-response-wrapper.small
4184
3898
  .react-autoql-query-validation-execute-btn {
4185
3899
  display: none; }
4186
3900
 
@@ -4207,7 +3921,7 @@ ul {
4207
3921
  flex-shrink: 0;
4208
3922
  flex-grow: 0; }
4209
3923
  .dashboard-tile-title-container .dashboard-tile-title {
4210
- color: var(--react-autoql-accent-color, #26a7df); }
3924
+ color: var(--react-autoql-dashboard-title-color); }
4211
3925
 
4212
3926
  .dashboard-tile-title-container .dashboard-tile-title {
4213
3927
  font-weight: bold;
@@ -4284,7 +3998,7 @@ ul {
4284
3998
  border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
4285
3999
  outline: none !important;
4286
4000
  color: var(--react-autoql-text-color-primary, #356f90);
4287
- background: var(--react-autoql-background-color-primary, #fff); }
4001
+ background: var(--react-autoql-background-color-secondary, #fff); }
4288
4002
 
4289
4003
  .query-focused .dashboard-tile-left-input-container,
4290
4004
  .title-focused .dashboard-tile-right-input-container {
@@ -4323,7 +4037,7 @@ ul {
4323
4037
  border: 1px solid transparent;
4324
4038
  outline: none !important;
4325
4039
  color: var(--react-autoql-text-color-primary, #356f90);
4326
- background: var(--react-autoql-background-color-primary);
4040
+ background: var(--react-autoql-background-color-secondary);
4327
4041
  margin: 0px;
4328
4042
  padding: 0px;
4329
4043
  width: 0px;
@@ -4372,7 +4086,7 @@ ul {
4372
4086
 
4373
4087
  .dashboard-tile-input-container
4374
4088
  .react-autosuggest__suggestions-container--open {
4375
- background-color: var(--react-autoql-background-color-primary);
4089
+ background-color: var(--react-autoql-background-color-secondary);
4376
4090
  border: 1px solid var(--react-autoql-border-color);
4377
4091
  color: var(--react-autoql-text-color-primary); }
4378
4092
 
@@ -4432,33 +4146,10 @@ ul {
4432
4146
  font-size: 12px;
4433
4147
  color: var(--react-autoql-text-color-placeholder); }
4434
4148
 
4435
- /* Dragging placeholder styles */
4436
- .react-autoql-db-dragging-placeholder-container {
4437
- height: 100%;
4438
- width: 100%;
4439
- padding: 20px 30px;
4440
- display: flex;
4441
- flex-direction: column; }
4442
-
4443
- .react-autoql-db-dragging-placeholder-title {
4444
- width: 100%;
4445
- height: 35px;
4446
- background: #f3f3f3;
4447
- border-top-right-radius: 4px;
4448
- border-top-left-radius: 4px;
4449
- flex-shrink: 0;
4450
- flex-grow: 0; }
4451
-
4452
- .react-autoql-db-dragging-placeholder-content {
4453
- width: 100%;
4454
- height: 100%;
4455
- background: #f9f9f9;
4456
- border-bottom-right-radius: 4px;
4457
- border-bottom-left-radius: 4px; }
4458
-
4459
4149
  .dashboard-tile-placeholder-text {
4460
4150
  font-size: 15px;
4461
- color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.3)); }
4151
+ color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.3));
4152
+ padding: 0 10px; }
4462
4153
  .dashboard-tile-placeholder-text .play-icon {
4463
4154
  vertical-align: bottom;
4464
4155
  line-height: 20px; }
@@ -4514,7 +4205,7 @@ ul {
4514
4205
  background: inherit; }
4515
4206
 
4516
4207
  .react-autoql-dashboard-container {
4517
- background: var(--react-autoql-background-color-secondary);
4208
+ background: var(--react-autoql-background-color-primary);
4518
4209
  height: 100%;
4519
4210
  width: 100%;
4520
4211
  overflow: hidden; }
@@ -4542,7 +4233,6 @@ ul {
4542
4233
  padding: 0; }
4543
4234
 
4544
4235
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-table {
4545
- opacity: 0.9;
4546
4236
  font-size: 11px; }
4547
4237
 
4548
4238
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content .splitter-layout {