react-autoql 4.2.4 → 4.3.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.
@@ -1,3 +1,4 @@
1
+
1
2
  .react-autoql-icon {
2
3
  position: relative;
3
4
  opacity: 1; }
@@ -302,10 +303,15 @@ span.react-autoql-icon {
302
303
 
303
304
  .chat-bar-input-icon {
304
305
  position: absolute;
305
- color: #28a8e0;
306
+ display: flex;
307
+ justify-content: flex-end;
308
+ align-items: center;
309
+ left: 0;
310
+ top: 0;
311
+ width: 46px;
312
+ height: 100%;
306
313
  font-size: 20px;
307
- left: 30px;
308
- top: 15px; }
314
+ color: #28a8e0; }
309
315
 
310
316
  .react-autoql-table-container {
311
317
  flex: 1;
@@ -898,9 +904,13 @@ g.legendOrdinal .legendTitle tspan {
898
904
  width: 100%;
899
905
  height: 100%;
900
906
  color: var(--react-autoql-text-color-primary); }
907
+ .react-autoql-response-content-container a {
908
+ color: var(--react-autoql-accent-color); }
901
909
  .react-autoql-response-content-container .query-output-error-message,
902
- .react-autoql-response-content-container .no-columns-error-message {
903
- margin: auto; }
910
+ .react-autoql-response-content-container .no-columns-error-message,
911
+ .react-autoql-response-content-container .feedback-message {
912
+ margin: auto;
913
+ text-align: center; }
904
914
 
905
915
  .react-autoql-response-content-container.table {
906
916
  max-height: 100vh !important;
@@ -1021,16 +1031,18 @@ g.legendOrdinal .legendTitle tspan {
1021
1031
  text-align: center; }
1022
1032
 
1023
1033
  .react-autoql-query-validation-execute-btn {
1024
- height: 38px;
1025
- background: none;
1034
+ background: var(--react-autoql-background-color-primary);
1035
+ border: 1px solid var(--react-autoql-border-color);
1026
1036
  border-radius: 4px;
1037
+ height: 38px;
1038
+ width: calc(100% - 15px);
1039
+ margin: 5px;
1027
1040
  margin-top: 24px;
1028
- width: 100%;
1029
1041
  color: inherit;
1030
1042
  cursor: pointer;
1031
1043
  outline: none !important;
1032
- border-color: #e2e2e26e;
1033
- transition: all 0.2s ease; }
1044
+ transition: all 0.2s ease;
1045
+ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 0px; }
1034
1046
 
1035
1047
  .react-autoql-query-validation-execute-btn:hover {
1036
1048
  border-color: #28a8e0; }
@@ -1167,12 +1179,14 @@ g.legendOrdinal .legendTitle tspan {
1167
1179
 
1168
1180
 
1169
1181
  .viz-toolbar {
1170
- position: absolute;
1171
1182
  background: inherit;
1172
1183
  padding: 5px;
1173
1184
  border-radius: 6px;
1174
1185
  line-height: 28px;
1175
- border: 1px solid #d3d3d352; }
1186
+ border: 1px solid #d3d3d352;
1187
+ text-align: left;
1188
+ display: inline-block;
1189
+ background: var(--react-autoql-background-color-primary); }
1176
1190
  .viz-toolbar.vertical .react-autoql-toolbar-btn {
1177
1191
  display: block; }
1178
1192
 
@@ -1197,6 +1211,47 @@ g.legendOrdinal .legendTitle tspan {
1197
1211
  .react-autoql-toolbar-btn:hover {
1198
1212
  opacity: 0.7; }
1199
1213
 
1214
+ /* Chart icon styles */
1215
+ .chart-icon-svg-0,
1216
+ .react-autoql-icon-svg-0 {
1217
+ fill: currentColor; }
1218
+
1219
+ .react-autoql-icon-outlined {
1220
+ fill: none;
1221
+ stroke: currentColor;
1222
+ stroke-linecap: round;
1223
+ stroke-linejoin: round;
1224
+ stroke-miterlimit: 10; }
1225
+
1226
+ .hm0 {
1227
+ opacity: 0.5;
1228
+ fill: currentColor;
1229
+ enable-background: new; }
1230
+
1231
+ .hm1 {
1232
+ fill: currentColor; }
1233
+
1234
+ .hm2 {
1235
+ opacity: 0.15;
1236
+ fill: currentColor;
1237
+ enable-background: new; }
1238
+
1239
+ .hm3 {
1240
+ opacity: 0.6;
1241
+ fill: currentColor;
1242
+ enable-background: new; }
1243
+
1244
+ .hm4 {
1245
+ opacity: 0.65;
1246
+ fill: currentColor;
1247
+ enable-background: new; }
1248
+
1249
+ .hm5 {
1250
+ fill: currentColor; }
1251
+
1252
+ .hm6 {
1253
+ fill: currentColor; }
1254
+
1200
1255
 
1201
1256
  .ReactModal__Overlay {
1202
1257
  background-color: transparent !important;
@@ -1454,7 +1509,6 @@ g.legendOrdinal .legendTitle tspan {
1454
1509
  margin-top: -6px;
1455
1510
  opacity: 0.9; }
1456
1511
  .react-autoql-notification-list-item .viz-toolbar {
1457
- position: relative;
1458
1512
  border: none; }
1459
1513
  .react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
1460
1514
  height: 33px; }
@@ -1876,12 +1930,12 @@ g.legendOrdinal .legendTitle tspan {
1876
1930
  color: var(--react-autoql-danger-color);
1877
1931
  display: 'inline-block'; }
1878
1932
 
1933
+
1879
1934
  .notification-list-loading-container {
1880
1935
  text-align: center;
1881
1936
  padding-top: 100px;
1882
1937
  color: var(--react-autoql-text-color-primary);
1883
1938
  height: 100%;
1884
- overflow: hidden;
1885
1939
  background: var(--react-autoql-background-color-secondary); }
1886
1940
 
1887
1941
  .empty-notifications-message {
@@ -1899,15 +1953,21 @@ g.legendOrdinal .legendTitle tspan {
1899
1953
  height: 250px; }
1900
1954
 
1901
1955
  .react-autoql-notification-list-container {
1956
+ display: flex;
1957
+ flex-direction: column;
1902
1958
  height: 100%;
1903
- padding: 20px;
1904
- overflow-y: auto;
1905
1959
  background: var(--react-autoql-background-color-secondary); }
1960
+ .react-autoql-notification-list-container .notification-feed-list {
1961
+ padding: 0 20px;
1962
+ padding-top: 0; }
1963
+ .react-autoql-notification-list-container .loader {
1964
+ text-align: center;
1965
+ margin: 10px; }
1906
1966
 
1907
1967
  .react-autoql-notification-dismiss-all {
1968
+ flex: 0;
1908
1969
  text-align: right;
1909
- margin-bottom: 12px;
1910
- padding-right: 10px;
1970
+ margin: 12px;
1911
1971
  color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
1912
1972
  transition: color 0.1s ease; }
1913
1973
  .react-autoql-notification-dismiss-all span {
@@ -2364,7 +2424,7 @@ g.legendOrdinal .legendTitle tspan {
2364
2424
 
2365
2425
 
2366
2426
  .autoql-options-toolbar {
2367
- position: absolute;
2427
+ display: inline-block;
2368
2428
  background: inherit;
2369
2429
  padding: 5px;
2370
2430
  border-radius: 6px;
@@ -2376,6 +2436,21 @@ g.legendOrdinal .legendTitle tspan {
2376
2436
  .autoql-options-toolbar .react-autoql-toolbar-btn {
2377
2437
  color: var(--react-autoql-text-color-primary); }
2378
2438
 
2439
+ .more-options-menu,
2440
+ .report-problem-menu {
2441
+ background: var(--react-autoql-background-color-primary);
2442
+ padding: 10px 0; }
2443
+ .more-options-menu span.react-autoql-icon svg,
2444
+ .report-problem-menu span.react-autoql-icon svg {
2445
+ margin-right: 3px; }
2446
+
2447
+ .report-problem-text-area {
2448
+ border-radius: 4px;
2449
+ border: 1px solid rgba(0, 0, 0, 0.15);
2450
+ margin-top: 10px;
2451
+ padding: 5px 10px;
2452
+ outline: none !important; }
2453
+
2379
2454
  .copy-sql-modal-content {
2380
2455
  position: relative;
2381
2456
  height: 60vh; }
@@ -2400,8 +2475,13 @@ g.legendOrdinal .legendTitle tspan {
2400
2475
 
2401
2476
  .chat-single-message-container {
2402
2477
  transition: background-color 0.2s ease;
2403
- padding-top: 6px;
2404
- max-height: 85%; }
2478
+ padding-top: 6px; }
2479
+ .chat-single-message-container a {
2480
+ text-decoration: none;
2481
+ font-weight: 600;
2482
+ color: var(--react-autoql-accent-color); }
2483
+ .chat-single-message-container:not(.no-max-height) {
2484
+ max-height: 85%; }
2405
2485
  .chat-single-message-container:first-of-type {
2406
2486
  margin-top: 10px; }
2407
2487
  .chat-single-message-container .query-more-btn {
@@ -2415,171 +2495,81 @@ g.legendOrdinal .legendTitle tspan {
2415
2495
  cursor: pointer; }
2416
2496
  .chat-single-message-container .query-more-btn:hover {
2417
2497
  opacity: 1; }
2498
+ .chat-single-message-container .react-autoql-response-content-container .query-output-error-message,
2499
+ .chat-single-message-container .react-autoql-response-content-container .no-columns-error-message,
2500
+ .chat-single-message-container .react-autoql-response-content-container .feedback-message {
2501
+ margin: 0;
2502
+ text-align: left; }
2418
2503
  .chat-single-message-container .spinner-loader:after {
2419
2504
  border: 1px solid var(--react-autoql-accent-color);
2420
2505
  border-color: var(--react-autoql-accent-color) transparent var(--react-autoql-accent-color) transparent; }
2421
-
2422
- .chat-condition-item-container {
2423
- position: absolute;
2424
- background: inherit;
2425
- bottom: 0px;
2426
- padding: 5px;
2427
- border-radius: 6px; }
2428
-
2429
- .chat-condition-item {
2430
- background: none !important;
2431
- border: none;
2432
- margin-top: -20px !important;
2433
- padding: 0 !important;
2434
- font-family: var(--react-autoql-font-family);
2435
- color: var(--react-autoql-accent-color);
2436
- text-decoration: underline;
2437
- cursor: pointer; }
2438
-
2439
- .chat-single-message-container.response {
2440
- display: flex;
2441
- justify-content: flex-start;
2442
- padding-left: 20px;
2443
- -webkit-animation: scale-up-bl 0.5s ease;
2444
- animation: scale-up-bl 0.5s ease; }
2445
-
2446
- .chat-single-message-container.request {
2447
- display: flex;
2448
- justify-content: flex-end;
2449
- padding-right: 20px;
2450
- -webkit-animation: scale-up-br 0.5s ease;
2451
- animation: scale-up-br 0.5s ease; }
2452
-
2453
- .chat-single-message-container .chat-message-bubble {
2454
- position: relative;
2455
- padding: 13px;
2456
- border-radius: 10px;
2457
- max-width: calc(100% - 20px);
2458
- word-wrap: break-word;
2459
- font-family: inherit;
2460
- font-size: 14px;
2461
- letter-spacing: 0.04em;
2462
- box-sizing: border-box;
2463
- /* make small margin on bottom because sometimes react
2464
- custom scrollbar cuts off a pixel or 2 at the bottom */
2465
- margin-bottom: 6px; }
2466
-
2467
- .chat-single-message-container .chat-message-bubble.text {
2468
- max-width: 85%; }
2469
-
2470
- .chat-single-message-container .chat-message-bubble.full-width {
2471
- width: calc(100% - 20px) !important;
2472
- min-width: calc(100% - 20px) !important;
2473
- max-width: calc(100% - 20px) !important; }
2474
-
2475
- .chat-single-message-container.response .chat-message-bubble.active {
2476
- border: 1px solid #c3c3c3; }
2477
-
2478
- .chat-single-message-container.response .chat-message-bubble {
2479
- background: var(--react-autoql-background-color-primary);
2480
- color: var(--react-autoql-text-color-primary);
2481
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2482
-
2483
- .chat-single-message-container.response .chat-message-bubble:not(.text) {
2484
- min-width: 125px;
2485
- padding-bottom: 15px; }
2486
-
2487
- .chat-single-message-container.request .chat-message-bubble {
2488
- background: var(--react-autoql-accent-color);
2489
- color: var(--react-autoql-accent-text-color);
2490
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2491
-
2492
- .chat-message-toolbar,
2493
- .chat-message-toolbar.autoql-options-toolbar {
2494
- display: none;
2495
- position: absolute;
2496
- background: inherit;
2497
- top: -31px;
2498
- padding: 5px;
2499
- border-radius: 6px;
2500
- line-height: 28px;
2501
- background: var(--react-autoql-background-color-primary);
2502
- border: 1px solid var(--react-autoql-border-color);
2503
- color: var(--react-autoql-text-color-primary); }
2504
-
2505
- .chat-message-toolbar.right {
2506
- right: -9px; }
2507
-
2508
- .chat-message-toolbar.left {
2509
- left: -9px; }
2510
-
2511
- .chat-message-bubble:hover .chat-message-toolbar,
2512
- .chat-message-bubble .chat-message-toolbar.active {
2513
- display: block; }
2514
-
2515
- .report-problem-text-area {
2516
- border-radius: 4px;
2517
- border: 1px solid rgba(0, 0, 0, 0.15);
2518
- margin-top: 10px;
2519
- padding: 5px 10px;
2520
- outline: none !important; }
2521
-
2522
- .condition-info-icon-left-align {
2523
- color: var(--react-autoql-accent-color) !important;
2524
- position: absolute !important;
2525
- bottom: 2px;
2526
- right: 10px;
2527
- font-size: 20px; }
2528
-
2529
- .condition-info-icon {
2530
- color: var(--react-autoql-accent-color) !important;
2531
- position: absolute !important;
2532
- bottom: 2px;
2533
- right: 4px;
2534
- font-size: 20px; }
2535
-
2536
- .more-options-menu,
2537
- .report-problem-menu {
2538
- background: var(--react-autoql-background-color-primary);
2539
- padding: 10px 0; }
2540
- .more-options-menu span.react-autoql-icon svg,
2541
- .report-problem-menu span.react-autoql-icon svg {
2542
- margin-right: 3px; }
2543
-
2544
- .interpretation-icon {
2545
- vertical-align: top;
2546
- height: 26px;
2547
- margin: 0 3px;
2548
- font-size: 18px; }
2549
-
2550
- /* Chart icon styles */
2551
- .chart-icon-svg-0,
2552
- .react-autoql-icon-svg-0 {
2553
- fill: currentColor; }
2554
-
2555
- .hm0 {
2556
- opacity: 0.5;
2557
- fill: currentColor;
2558
- enable-background: new; }
2559
-
2560
- .hm1 {
2561
- fill: currentColor; }
2562
-
2563
- .hm2 {
2564
- opacity: 0.15;
2565
- fill: currentColor;
2566
- enable-background: new; }
2567
-
2568
- .hm3 {
2569
- opacity: 0.6;
2570
- fill: currentColor;
2571
- enable-background: new; }
2572
-
2573
- .hm4 {
2574
- opacity: 0.65;
2575
- fill: currentColor;
2576
- enable-background: new; }
2577
-
2578
- .hm5 {
2579
- fill: currentColor; }
2580
-
2581
- .hm6 {
2582
- fill: currentColor; }
2506
+ .chat-single-message-container.response {
2507
+ display: flex;
2508
+ justify-content: flex-start;
2509
+ padding-left: 20px;
2510
+ -webkit-animation: scale-up-bl 0.5s ease;
2511
+ animation: scale-up-bl 0.5s ease; }
2512
+ .chat-single-message-container.response .chat-message-bubble {
2513
+ background: var(--react-autoql-background-color-primary);
2514
+ color: var(--react-autoql-text-color-primary);
2515
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2516
+ .chat-single-message-container.response .chat-message-bubble:not(.text) {
2517
+ min-width: 125px;
2518
+ padding-bottom: 15px; }
2519
+ .chat-single-message-container.request {
2520
+ display: flex;
2521
+ justify-content: flex-end;
2522
+ padding-right: 20px;
2523
+ -webkit-animation: scale-up-br 0.5s ease;
2524
+ animation: scale-up-br 0.5s ease; }
2525
+ .chat-single-message-container.request .chat-message-bubble {
2526
+ background: var(--react-autoql-accent-color);
2527
+ color: var(--react-autoql-accent-text-color);
2528
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2529
+ .chat-single-message-container .chat-message-bubble {
2530
+ position: relative;
2531
+ padding: 13px;
2532
+ border-radius: 10px;
2533
+ max-width: calc(100% - 20px);
2534
+ word-wrap: break-word;
2535
+ font-family: inherit;
2536
+ font-size: 14px;
2537
+ letter-spacing: 0.04em;
2538
+ box-sizing: border-box;
2539
+ /* make small margin on bottom because sometimes react
2540
+ custom scrollbar cuts off a pixel or 2 at the bottom */
2541
+ margin-bottom: 6px; }
2542
+ .chat-single-message-container .chat-message-bubble.text {
2543
+ max-width: 85%; }
2544
+ .chat-single-message-container .chat-message-bubble.full-width {
2545
+ width: calc(100% - 20px) !important;
2546
+ min-width: calc(100% - 20px) !important;
2547
+ max-width: calc(100% - 20px) !important; }
2548
+ .chat-single-message-container .chat-message-bubble.active {
2549
+ border: 1px solid #c3c3c3; }
2550
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container {
2551
+ display: flex;
2552
+ position: absolute;
2553
+ align-items: flex-start;
2554
+ justify-content: space-between;
2555
+ transition: opacity 0.3s ease, color 0.3s ease;
2556
+ width: 100%;
2557
+ top: -31px;
2558
+ right: 0;
2559
+ z-index: 1;
2560
+ pointer-events: none;
2561
+ visibility: hidden;
2562
+ opacity: 0; }
2563
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.left {
2564
+ margin-left: -5px; }
2565
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.right {
2566
+ margin-right: -5px; }
2567
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.right,
2568
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.left {
2569
+ pointer-events: auto; }
2570
+ .chat-single-message-container .chat-message-bubble:hover .chat-message-toolbars-container {
2571
+ visibility: visible;
2572
+ opacity: 1; }
2583
2573
 
2584
2574
  /* animations */
2585
2575
  @-webkit-keyframes scale-up-br {
@@ -2613,107 +2603,157 @@ g.legendOrdinal .legendTitle tspan {
2613
2603
  transform: scale(1);
2614
2604
  transform-origin: 0% 100%; } }
2615
2605
 
2616
- .query-tips-page-container {
2617
- height: 100%;
2606
+ .react-autoql-drawer .chat-message-container {
2607
+ scroll-behavior: smooth !important;
2608
+ max-height: calc(100% - 140px);
2609
+ overflow-y: auto;
2610
+ overflow-x: hidden;
2611
+ flex: 1; }
2612
+ .react-autoql-drawer .chat-message-container .custom-scrollbar-container {
2613
+ overflow-x: hidden !important;
2614
+ margin-bottom: 0 !important; }
2615
+
2616
+ /* custom scrollbar */
2617
+ .react-autoql-drawer .chat-message-container > div:last-child {
2618
+ opacity: 0;
2619
+ transition: opacity 200ms ease; }
2620
+
2621
+ .react-autoql-drawer .chat-message-container:hover > div:last-child {
2622
+ opacity: 1; }
2623
+
2624
+ .react-autoql-drawer .response-loading-container {
2625
+ position: absolute;
2626
+ bottom: 45px;
2627
+ left: 20px; }
2628
+
2629
+ .react-autoql-drawer .chat-bar-container {
2630
+ position: relative;
2618
2631
  padding: 10px; }
2619
- .query-tips-page-container .chat-bar-input-icon {
2620
- top: 20px;
2621
- left: 26px; }
2622
- .query-tips-page-container .react-autoql-chatbar-input.left-padding {
2623
- padding-left: 46px; }
2624
2632
 
2625
- .query-tips-result-container {
2633
+ .react-autoql-drawer .watermark {
2626
2634
  color: var(--react-autoql-text-color-primary);
2627
- padding: 0px 20px;
2628
2635
  text-align: center;
2629
- max-width: 550px;
2630
- margin: 0 auto; }
2631
- .query-tips-result-container .query-tip-list-container {
2632
- margin-bottom: 20px; }
2633
- .query-tips-result-container .animated-item {
2634
- -webkit-animation: fadeIn 0.3s linear;
2635
- animation: fadeIn 0.3s linear;
2636
- -webkit-animation-fill-mode: both;
2637
- animation-fill-mode: both; }
2638
- .query-tips-result-container .query-tip-item {
2639
- position: relative;
2640
- padding: 13px;
2641
- border-top: 1px solid rgba(0, 0, 0, 0.04);
2642
- cursor: pointer; }
2643
- .query-tips-result-container .query-tip-item:first-child {
2644
- border-top: none; }
2645
- .query-tips-result-container .query-tip-item .execute-btn {
2646
- position: absolute;
2647
- right: 10px;
2648
- top: 4px;
2649
- font-size: 20px;
2650
- visibility: hidden;
2651
- opacity: 0; }
2652
- .query-tips-result-container .query-tip-item:hover {
2653
- font-weight: bold;
2654
- color: var(--react-autoql-accent-color); }
2655
- .query-tips-result-container .query-tip-item:hover .execute-btn {
2656
- visibility: visible;
2657
- opacity: 1; }
2658
- .query-tips-result-container .query-tips-result-placeholder {
2659
- margin-top: 50px;
2660
- opacity: 0.6; }
2636
+ opacity: 0.2;
2637
+ top: 6px;
2638
+ width: calc(100% - 10px);
2639
+ font-size: 13px; }
2661
2640
 
2662
- .chat-bar-loading-spinner {
2663
- position: absolute;
2664
- right: 20px;
2665
- top: 22px; }
2641
+ .react-autoql-drawer .chat-drawer-chat-bar {
2642
+ flex-shrink: 0;
2643
+ flex-grow: 0;
2644
+ height: 60px;
2645
+ -webkit-animation: fadeIn 0.3s;
2646
+ animation: fadeIn 0.3s; }
2666
2647
 
2667
- #react-paginate {
2648
+ .react-autoql-cascader {
2668
2649
  position: relative;
2669
- background: transparent;
2670
- padding: 8px; }
2671
- #react-paginate ul {
2672
- display: inline-block;
2673
- padding-left: 0;
2674
- margin-bottom: 0; }
2675
- #react-paginate li {
2676
- display: inline-block;
2677
- color: var(--react-autoql-text-color-primary);
2678
- cursor: pointer;
2679
- margin-right: 3px;
2680
- border-radius: 5px;
2681
- margin-bottom: 0;
2682
- -webkit-user-select: none;
2683
- -moz-user-select: none;
2684
- -ms-user-select: none;
2685
- user-select: none; }
2686
- #react-paginate li:hover {
2687
- opacity: 0.7;
2688
- border-radius: 50%; }
2689
- #react-paginate li a {
2650
+ white-space: nowrap;
2651
+ overflow: hidden;
2652
+ min-width: 300px; }
2653
+ .react-autoql-cascader .options-container {
2654
+ transition: max-width 0.3s ease;
2690
2655
  display: inline-block;
2656
+ vertical-align: top;
2657
+ padding: 0 10px;
2658
+ margin: 10px 0;
2659
+ width: 100%;
2660
+ max-width: calc(100% - 20px);
2661
+ white-space: pre-wrap; }
2662
+ .react-autoql-cascader .options-container.hidden {
2663
+ max-width: 0; }
2664
+ .react-autoql-cascader .options-container.hidden span {
2665
+ white-space: nowrap; }
2666
+ .react-autoql-cascader .options-container.hidden .option {
2667
+ opacity: 0;
2668
+ pointer-events: none; }
2669
+ .react-autoql-cascader .options-container .options-title {
2670
+ padding: 4px;
2671
+ padding-left: 10px;
2672
+ font-weight: 600; }
2673
+ .react-autoql-cascader .options-container .cascader-back-arrow {
2674
+ position: absolute;
2675
+ cursor: pointer;
2676
+ top: 15px;
2677
+ left: 0; }
2678
+ .react-autoql-cascader .options-container .cascader-back-arrow:hover {
2679
+ opacity: 0.8; }
2680
+ .react-autoql-cascader .options-container .option {
2681
+ cursor: pointer;
2682
+ padding: 4px;
2683
+ display: flex;
2684
+ justify-content: space-between;
2685
+ border-radius: 2px;
2686
+ padding-left: 10px; }
2687
+ .react-autoql-cascader .options-container .option .option-arrow {
2688
+ opacity: 0.7; }
2689
+ .react-autoql-cascader .options-container .option .option-execute-icon {
2690
+ opacity: 0;
2691
+ color: #fff;
2692
+ font-size: 16px;
2693
+ vertical-align: middle; }
2694
+ .react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
2695
+ background-color: var(--react-autoql-accent-color, #26a7df);
2696
+ color: #fff; }
2697
+ .react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
2698
+ opacity: 1; }
2699
+ .react-autoql-cascader .options-container:not(:last-child) {
2700
+ border-right: 1px solid #d3d3d352; }
2701
+
2702
+ .query-tips-page-container {
2703
+ height: 100%;
2704
+ padding: 10px;
2705
+ display: flex;
2706
+ flex-direction: column;
2707
+ justify-content: flex-start; }
2708
+ .query-tips-page-container h2 {
2709
+ color: var(--react-autoql-text-color-primary); }
2710
+ .query-tips-page-container .react-autoql-chatbar-input-container {
2711
+ flex: 0;
2712
+ padding: 10px; }
2713
+ .query-tips-page-container .react-autoql-chatbar-input-container .react-autoql-chatbar-input {
2714
+ margin: 0;
2715
+ width: 100%; }
2716
+ .query-tips-page-container .query-tips-result-container {
2691
2717
  color: var(--react-autoql-text-color-primary);
2692
- outline: none;
2693
- width: 28px;
2694
- height: 28px;
2695
- line-height: 28px; }
2696
- #react-paginate li.selected {
2697
- background: var(--react-autoql-accent-color);
2698
- border-radius: 50%;
2699
- outline: none; }
2700
- #react-paginate li.selected a {
2701
- color: var(--react-autoql-accent-text-color); }
2702
- #react-paginate .pagination-next.disabled,
2703
- #react-paginate .pagination-previous.disabled {
2704
- opacity: 0.5;
2705
- pointer-events: none; }
2706
- #react-paginate .pagination-previous,
2707
- #react-paginate .pagination-next {
2718
+ text-align: center;
2719
+ flex: 1; }
2720
+ .query-tips-page-container .query-tips-result-container .animated-item {
2721
+ -webkit-animation: fadeIn 0.3s linear;
2722
+ animation: fadeIn 0.3s linear;
2723
+ -webkit-animation-fill-mode: both;
2724
+ animation-fill-mode: both; }
2725
+ .query-tips-page-container .query-tips-result-container .query-tip-item {
2726
+ position: relative;
2727
+ padding: 13px;
2728
+ cursor: pointer; }
2729
+ .query-tips-page-container .query-tips-result-container .query-tip-item:first-child {
2730
+ border-top: none; }
2731
+ .query-tips-page-container .query-tips-result-container .query-tip-item:hover {
2732
+ font-weight: bold;
2733
+ color: var(--react-autoql-accent-color); }
2734
+ .query-tips-page-container .query-tips-result-container .query-tips-result-placeholder {
2735
+ margin-top: 50px; }
2736
+ .query-tips-page-container .chat-bar-clear-btn {
2708
2737
  position: absolute;
2709
- font-size: 18px; }
2710
- #react-paginate .pagination-previous a,
2711
- #react-paginate .pagination-next a {
2712
- color: var(--react-autoql-text-color-primary); }
2713
- #react-paginate .pagination-previous {
2714
- left: 20px; }
2715
- #react-paginate .pagination-next {
2716
- right: 20px; }
2738
+ display: flex;
2739
+ justify-content: flex-start;
2740
+ align-items: center;
2741
+ right: 0;
2742
+ top: 0;
2743
+ width: 50px;
2744
+ height: 100%;
2745
+ font-size: 20px;
2746
+ visibility: hidden;
2747
+ color: var(--react-autoql-text-color-placeholder);
2748
+ cursor: pointer; }
2749
+ .query-tips-page-container .chat-bar-clear-btn:hover {
2750
+ color: var(--react-autoql-accent-color); }
2751
+ .query-tips-page-container .chat-bar-clear-btn.visible {
2752
+ visibility: visible; }
2753
+ .query-tips-page-container .react-autoql-chatbar-input.left-padding {
2754
+ padding-left: 46px; }
2755
+ .query-tips-page-container .react-autoql-chatbar-input.right-padding {
2756
+ padding-right: 46px; }
2717
2757
 
2718
2758
  .animated-item:nth-child(1) {
2719
2759
  -webkit-animation-delay: 0.08s;
@@ -2785,60 +2825,6 @@ g.legendOrdinal .legendTitle tspan {
2785
2825
  100% {
2786
2826
  opacity: 1; } }
2787
2827
 
2788
- .react-autoql-cascader {
2789
- position: relative;
2790
- white-space: nowrap;
2791
- overflow: hidden;
2792
- min-width: 300px; }
2793
- .react-autoql-cascader .options-container {
2794
- transition: max-width 0.3s ease;
2795
- display: inline-block;
2796
- vertical-align: top;
2797
- padding: 0 10px;
2798
- margin: 10px 0;
2799
- width: 100%;
2800
- max-width: calc(100% - 20px);
2801
- white-space: pre-wrap; }
2802
- .react-autoql-cascader .options-container.hidden {
2803
- max-width: 0; }
2804
- .react-autoql-cascader .options-container.hidden span {
2805
- white-space: nowrap; }
2806
- .react-autoql-cascader .options-container.hidden .option {
2807
- opacity: 0;
2808
- pointer-events: none; }
2809
- .react-autoql-cascader .options-container .options-title {
2810
- padding: 4px;
2811
- padding-left: 10px;
2812
- font-weight: 600; }
2813
- .react-autoql-cascader .options-container .cascader-back-arrow {
2814
- position: absolute;
2815
- cursor: pointer;
2816
- top: 15px;
2817
- left: 0; }
2818
- .react-autoql-cascader .options-container .cascader-back-arrow:hover {
2819
- opacity: 0.8; }
2820
- .react-autoql-cascader .options-container .option {
2821
- cursor: pointer;
2822
- padding: 4px;
2823
- display: flex;
2824
- justify-content: space-between;
2825
- border-radius: 2px;
2826
- padding-left: 10px; }
2827
- .react-autoql-cascader .options-container .option .option-arrow {
2828
- opacity: 0.7; }
2829
- .react-autoql-cascader .options-container .option .option-execute-icon {
2830
- opacity: 0;
2831
- color: #fff;
2832
- font-size: 16px;
2833
- vertical-align: middle; }
2834
- .react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
2835
- background-color: var(--react-autoql-accent-color, #26a7df);
2836
- color: #fff; }
2837
- .react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
2838
- opacity: 1; }
2839
- .react-autoql-cascader .options-container:not(:last-child) {
2840
- border-right: 1px solid #d3d3d352; }
2841
-
2842
2828
  .filter-lock-menu {
2843
2829
  z-index: 99999 !important;
2844
2830
  transition: opacity 0.1s ease 0s !important;
@@ -3054,7 +3040,6 @@ g.legendOrdinal .legendTitle tspan {
3054
3040
  background-color: var(--react-autoql-background-color-primary);
3055
3041
  color: var(--react-autoql-text-color-primary); } }
3056
3042
 
3057
-
3058
3043
  .react-autoql-drawer {
3059
3044
  font-family: var(--react-autoql-font-family), sans-serif;
3060
3045
  line-height: 22px; }
@@ -3133,35 +3118,6 @@ g.legendOrdinal .legendTitle tspan {
3133
3118
  width: 22px;
3134
3119
  height: 22px; }
3135
3120
 
3136
- .react-autoql-drawer .chat-message-container {
3137
- scroll-behavior: smooth !important;
3138
- max-height: calc(100% - 140px);
3139
- overflow-y: auto;
3140
- overflow-x: hidden;
3141
- flex: 1; }
3142
- .react-autoql-drawer .chat-message-container .custom-scrollbar-container {
3143
- overflow-x: hidden !important;
3144
- margin-bottom: 0 !important; }
3145
-
3146
- .react-autoql-drawer .chat-bar-container {
3147
- position: relative;
3148
- padding: 10px; }
3149
-
3150
- .react-autoql-drawer .chat-drawer-chat-bar {
3151
- flex-shrink: 0;
3152
- flex-grow: 0;
3153
- height: 60px;
3154
- -webkit-animation: fadeIn 0.3s;
3155
- animation: fadeIn 0.3s; }
3156
-
3157
- .react-autoql-drawer .watermark {
3158
- color: var(--react-autoql-text-color-primary);
3159
- text-align: center;
3160
- opacity: 0.2;
3161
- top: 6px;
3162
- width: calc(100% - 10px);
3163
- font-size: 13px; }
3164
-
3165
3121
  .react-autoql-drawer .react-autoql-drawer:focus {
3166
3122
  outline: none; }
3167
3123
 
@@ -3189,14 +3145,6 @@ g.legendOrdinal .legendTitle tspan {
3189
3145
  cursor: pointer;
3190
3146
  color: var(--react-autoql-accent-color); }
3191
3147
 
3192
- /* custom scrollbar */
3193
- .react-autoql-drawer .chat-message-container > div:last-child {
3194
- opacity: 0;
3195
- transition: opacity 200ms ease; }
3196
-
3197
- .react-autoql-drawer .chat-message-container:hover > div:last-child {
3198
- opacity: 1; }
3199
-
3200
3148
  /* rc-drawer */
3201
3149
  .react-autoql-drawer .drawer-content {
3202
3150
  background: white;
@@ -3294,11 +3242,6 @@ g.legendOrdinal .legendTitle tspan {
3294
3242
  width: 100vw;
3295
3243
  cursor: ns-resize; }
3296
3244
 
3297
- .react-autoql-drawer .response-loading-container {
3298
- position: absolute;
3299
- bottom: 45px;
3300
- left: 20px; }
3301
-
3302
3245
  /* Tooltips */
3303
3246
  .react-autoql-drawer-tooltip {
3304
3247
  font-family: var(--react-autoql-font-family), sans-serif;
@@ -3479,7 +3422,7 @@ g.legendOrdinal .legendTitle tspan {
3479
3422
 
3480
3423
  .page-switcher-container .tab.active {
3481
3424
  background: var(--react-autoql-background-color-secondary);
3482
- color: var(--react-autoql-text-color-primary);
3425
+ color: var(--react-autoql-accent-color);
3483
3426
  box-shadow: -2px 0px 8px 2px rgba(0, 0, 0, 0.2);
3484
3427
  font-weight: bold;
3485
3428
  position: relative;
@@ -3628,54 +3571,48 @@ g.legendOrdinal .legendTitle tspan {
3628
3571
  .react-autoql-dashboard-tile:hover .react-autoql-dashboard-tile-drag-handle {
3629
3572
  opacity: 1; }
3630
3573
 
3631
- .react-autoql-dashboard-tile .autoql-options-toolbar {
3632
- transition: opacity 0.3s ease, color 0.3s ease;
3633
- visibility: hidden;
3634
- opacity: 0;
3635
- bottom: 8px;
3636
- right: 8px;
3637
- z-index: 1; }
3638
-
3639
- .dashboard-tile-viz-toolbar-container {
3640
- transition: opacity 0.3s ease, color 0.3s ease;
3641
- color: var(--react-autoql-accent-color);
3574
+ .dashboard-tile-toolbars-container {
3575
+ display: flex;
3642
3576
  position: absolute;
3643
- bottom: 0;
3644
- left: 0;
3577
+ align-items: flex-end;
3578
+ justify-content: space-between;
3579
+ transition: opacity 0.3s ease, color 0.3s ease;
3645
3580
  padding: 7px;
3581
+ width: 100%;
3646
3582
  z-index: 1;
3647
- opacity: 0;
3648
- visibility: hidden; }
3649
- .dashboard-tile-viz-toolbar-container .viz-toolbar,
3650
- .dashboard-tile-viz-toolbar-container .split-view-btn {
3651
- position: relative;
3583
+ bottom: 0;
3584
+ right: 0;
3585
+ pointer-events: none;
3586
+ visibility: hidden;
3587
+ opacity: 0; }
3588
+ .dashboard-tile-toolbars-container .dashboard-tile-toolbars-right-container,
3589
+ .dashboard-tile-toolbars-container .dashboard-tile-toolbars-left-container {
3590
+ pointer-events: auto; }
3591
+ .dashboard-tile-toolbars-container.left-padding {
3592
+ width: calc(100% - 40px); }
3593
+ .dashboard-tile-toolbars-container .split-view-btn {
3594
+ background: var(--react-autoql-background-color-primary);
3652
3595
  display: inline-block;
3653
- background: var(--react-autoql-background-color-primary); }
3654
- .dashboard-tile-viz-toolbar-container .split-view-btn {
3655
3596
  margin-right: 7px; }
3656
- .dashboard-tile-viz-toolbar-container .split-view-btn .react-autoql-icon {
3597
+ .dashboard-tile-toolbars-container .split-view-btn .react-autoql-icon {
3657
3598
  font-size: 14px; }
3658
3599
 
3659
- .split-view-btn {
3660
- z-index: 1; }
3600
+ .react-autoql-dashboard-tile:hover .dashboard-tile-toolbars-container,
3601
+ .react-autoql-dashboard-tile:hover .split-view-query-btn {
3602
+ visibility: visible;
3603
+ opacity: 1; }
3661
3604
 
3662
3605
  .split-view-query-btn {
3663
3606
  transition: opacity 0.3s ease, color 0.3s ease;
3664
3607
  color: var(--react-autoql-accent-color);
3665
3608
  position: absolute;
3666
3609
  top: 7px;
3667
- left: 7px;
3610
+ left: 13px;
3668
3611
  bottom: unset;
3669
3612
  z-index: 1;
3670
3613
  visibility: hidden;
3671
3614
  opacity: 0; }
3672
3615
 
3673
- .react-autoql-dashboard-tile:hover .dashboard-tile-viz-toolbar-container,
3674
- .react-autoql-dashboard-tile:hover .split-view-query-btn,
3675
- .react-autoql-dashboard-tile:hover .autoql-options-toolbar {
3676
- visibility: visible;
3677
- opacity: 1; }
3678
-
3679
3616
  .react-autoql-dashboard-tile-inner-div .single-value-response {
3680
3617
  font-size: 32px;
3681
3618
  margin-top: -6px;
@@ -3695,10 +3632,16 @@ g.legendOrdinal .legendTitle tspan {
3695
3632
  opacity: 0.9;
3696
3633
  color: var(--react-autoql-text-color-primary);
3697
3634
  font-size: 11px; }
3635
+ .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-response-content-container.table .query-output-footer {
3636
+ min-height: 33px; }
3698
3637
 
3699
3638
  .react-autoql-dashboard-tile-inner-div.split .dashboard-tile-response-wrapper {
3700
3639
  padding: 0; }
3701
3640
 
3641
+ .react-autoql-dashboard-tile-inner-div
3642
+ .dashboard-tile-response-wrapper.editing .dashboard-tile-toolbars-container {
3643
+ padding: 13px; }
3644
+
3702
3645
  .react-autoql-dashboard-tile-inner-div
3703
3646
  .dashboard-tile-response-wrapper.editing .layout-splitter {
3704
3647
  display: block;
@@ -3733,8 +3676,7 @@ g.legendOrdinal .legendTitle tspan {
3733
3676
  background: inherit;
3734
3677
  cursor: default; }
3735
3678
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-table-container {
3736
- padding: 20px;
3737
- padding-top: 15px; }
3679
+ padding: 15px 20px 0px 20px; }
3738
3680
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
3739
3681
  padding: 7px;
3740
3682
  align-items: center; }
@@ -4020,7 +3962,8 @@ g.legendOrdinal .legendTitle tspan {
4020
3962
  opacity: 0;
4021
3963
  border-right: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
4022
3964
  border-bottom: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
4023
- transition: opacity 0.3s ease; }
3965
+ transition: opacity 0.3s ease;
3966
+ cursor: se-resize; }
4024
3967
 
4025
3968
  .react-autoql-dashboard-tile.editing:hover .react-resizable-handle {
4026
3969
  opacity: 1; }
@@ -4074,30 +4017,30 @@ g.legendOrdinal .legendTitle tspan {
4074
4017
  margin-top: 20px !important;
4075
4018
  max-height: 93vh !important; }
4076
4019
 
4077
- .dashboard-drilldown-modal .react-autoql-modal-body {
4020
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-modal-body {
4078
4021
  padding: 0; }
4079
4022
 
4080
- .dashboard-drilldown-modal .react-autoql-table {
4023
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-table {
4081
4024
  opacity: 0.9;
4082
4025
  font-size: 11px; }
4083
4026
 
4084
- .dashboard-drilldown-modal .splitter-layout {
4027
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content .splitter-layout {
4085
4028
  height: calc(100% - 55px); }
4086
4029
 
4087
- .dashboard-drilldown-modal .react-autoql-dashboard-drilldown-original {
4030
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-dashboard-drilldown-original {
4088
4031
  padding: 20px;
4089
4032
  padding-bottom: 10px; }
4090
4033
 
4091
- .dashboard-drilldown-modal .drilldown-hide-chart-btn {
4034
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content .drilldown-hide-chart-btn {
4092
4035
  text-align: right;
4093
4036
  width: 100%;
4094
4037
  padding-right: 20px; }
4095
- .dashboard-drilldown-modal .drilldown-hide-chart-btn.bottom {
4038
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content .drilldown-hide-chart-btn.bottom {
4096
4039
  position: absolute;
4097
4040
  bottom: 5px;
4098
4041
  width: 100px;
4099
4042
  right: 0; }
4100
- .dashboard-drilldown-modal .drilldown-hide-chart-btn.top {
4043
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content .drilldown-hide-chart-btn.top {
4101
4044
  padding-top: 10px;
4102
4045
  margin-bottom: -8px; }
4103
4046