react-autoql 4.2.6 → 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;
@@ -1025,16 +1031,18 @@ g.legendOrdinal .legendTitle tspan {
1025
1031
  text-align: center; }
1026
1032
 
1027
1033
  .react-autoql-query-validation-execute-btn {
1028
- height: 38px;
1029
- background: none;
1034
+ background: var(--react-autoql-background-color-primary);
1035
+ border: 1px solid var(--react-autoql-border-color);
1030
1036
  border-radius: 4px;
1037
+ height: 38px;
1038
+ width: calc(100% - 15px);
1039
+ margin: 5px;
1031
1040
  margin-top: 24px;
1032
- width: 100%;
1033
1041
  color: inherit;
1034
1042
  cursor: pointer;
1035
1043
  outline: none !important;
1036
- border-color: #e2e2e26e;
1037
- transition: all 0.2s ease; }
1044
+ transition: all 0.2s ease;
1045
+ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 0px; }
1038
1046
 
1039
1047
  .react-autoql-query-validation-execute-btn:hover {
1040
1048
  border-color: #28a8e0; }
@@ -1171,12 +1179,14 @@ g.legendOrdinal .legendTitle tspan {
1171
1179
 
1172
1180
 
1173
1181
  .viz-toolbar {
1174
- position: absolute;
1175
1182
  background: inherit;
1176
1183
  padding: 5px;
1177
1184
  border-radius: 6px;
1178
1185
  line-height: 28px;
1179
- 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); }
1180
1190
  .viz-toolbar.vertical .react-autoql-toolbar-btn {
1181
1191
  display: block; }
1182
1192
 
@@ -1201,6 +1211,47 @@ g.legendOrdinal .legendTitle tspan {
1201
1211
  .react-autoql-toolbar-btn:hover {
1202
1212
  opacity: 0.7; }
1203
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
+
1204
1255
 
1205
1256
  .ReactModal__Overlay {
1206
1257
  background-color: transparent !important;
@@ -1458,7 +1509,6 @@ g.legendOrdinal .legendTitle tspan {
1458
1509
  margin-top: -6px;
1459
1510
  opacity: 0.9; }
1460
1511
  .react-autoql-notification-list-item .viz-toolbar {
1461
- position: relative;
1462
1512
  border: none; }
1463
1513
  .react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
1464
1514
  height: 33px; }
@@ -1880,12 +1930,12 @@ g.legendOrdinal .legendTitle tspan {
1880
1930
  color: var(--react-autoql-danger-color);
1881
1931
  display: 'inline-block'; }
1882
1932
 
1933
+
1883
1934
  .notification-list-loading-container {
1884
1935
  text-align: center;
1885
1936
  padding-top: 100px;
1886
1937
  color: var(--react-autoql-text-color-primary);
1887
1938
  height: 100%;
1888
- overflow: hidden;
1889
1939
  background: var(--react-autoql-background-color-secondary); }
1890
1940
 
1891
1941
  .empty-notifications-message {
@@ -1903,15 +1953,21 @@ g.legendOrdinal .legendTitle tspan {
1903
1953
  height: 250px; }
1904
1954
 
1905
1955
  .react-autoql-notification-list-container {
1956
+ display: flex;
1957
+ flex-direction: column;
1906
1958
  height: 100%;
1907
- padding: 20px;
1908
- overflow-y: auto;
1909
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; }
1910
1966
 
1911
1967
  .react-autoql-notification-dismiss-all {
1968
+ flex: 0;
1912
1969
  text-align: right;
1913
- margin-bottom: 12px;
1914
- padding-right: 10px;
1970
+ margin: 12px;
1915
1971
  color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
1916
1972
  transition: color 0.1s ease; }
1917
1973
  .react-autoql-notification-dismiss-all span {
@@ -2368,7 +2424,7 @@ g.legendOrdinal .legendTitle tspan {
2368
2424
 
2369
2425
 
2370
2426
  .autoql-options-toolbar {
2371
- position: absolute;
2427
+ display: inline-block;
2372
2428
  background: inherit;
2373
2429
  padding: 5px;
2374
2430
  border-radius: 6px;
@@ -2380,6 +2436,21 @@ g.legendOrdinal .legendTitle tspan {
2380
2436
  .autoql-options-toolbar .react-autoql-toolbar-btn {
2381
2437
  color: var(--react-autoql-text-color-primary); }
2382
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
+
2383
2454
  .copy-sql-modal-content {
2384
2455
  position: relative;
2385
2456
  height: 60vh; }
@@ -2432,175 +2503,73 @@ g.legendOrdinal .legendTitle tspan {
2432
2503
  .chat-single-message-container .spinner-loader:after {
2433
2504
  border: 1px solid var(--react-autoql-accent-color);
2434
2505
  border-color: var(--react-autoql-accent-color) transparent var(--react-autoql-accent-color) transparent; }
2435
-
2436
- .chat-condition-item-container {
2437
- position: absolute;
2438
- background: inherit;
2439
- bottom: 0px;
2440
- padding: 5px;
2441
- border-radius: 6px; }
2442
-
2443
- .chat-condition-item {
2444
- background: none !important;
2445
- border: none;
2446
- margin-top: -20px !important;
2447
- padding: 0 !important;
2448
- font-family: var(--react-autoql-font-family);
2449
- color: var(--react-autoql-accent-color);
2450
- text-decoration: underline;
2451
- cursor: pointer; }
2452
-
2453
- .chat-single-message-container.response {
2454
- display: flex;
2455
- justify-content: flex-start;
2456
- padding-left: 20px;
2457
- -webkit-animation: scale-up-bl 0.5s ease;
2458
- animation: scale-up-bl 0.5s ease; }
2459
-
2460
- .chat-single-message-container.request {
2461
- display: flex;
2462
- justify-content: flex-end;
2463
- padding-right: 20px;
2464
- -webkit-animation: scale-up-br 0.5s ease;
2465
- animation: scale-up-br 0.5s ease; }
2466
-
2467
- .chat-single-message-container .chat-message-bubble {
2468
- position: relative;
2469
- padding: 13px;
2470
- border-radius: 10px;
2471
- max-width: calc(100% - 20px);
2472
- word-wrap: break-word;
2473
- font-family: inherit;
2474
- font-size: 14px;
2475
- letter-spacing: 0.04em;
2476
- box-sizing: border-box;
2477
- /* make small margin on bottom because sometimes react
2478
- custom scrollbar cuts off a pixel or 2 at the bottom */
2479
- margin-bottom: 6px; }
2480
-
2481
- .chat-single-message-container .chat-message-bubble.text {
2482
- max-width: 85%; }
2483
-
2484
- .chat-single-message-container .chat-message-bubble.full-width {
2485
- width: calc(100% - 20px) !important;
2486
- min-width: calc(100% - 20px) !important;
2487
- max-width: calc(100% - 20px) !important; }
2488
-
2489
- .chat-single-message-container.response .chat-message-bubble.active {
2490
- border: 1px solid #c3c3c3; }
2491
-
2492
- .chat-single-message-container.response .chat-message-bubble {
2493
- background: var(--react-autoql-background-color-primary);
2494
- color: var(--react-autoql-text-color-primary);
2495
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2496
-
2497
- .chat-single-message-container.response .chat-message-bubble:not(.text) {
2498
- min-width: 125px;
2499
- padding-bottom: 15px; }
2500
-
2501
- .chat-single-message-container.request .chat-message-bubble {
2502
- background: var(--react-autoql-accent-color);
2503
- color: var(--react-autoql-accent-text-color);
2504
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2505
-
2506
- .chat-message-toolbar,
2507
- .chat-message-toolbar.autoql-options-toolbar {
2508
- display: none;
2509
- position: absolute;
2510
- background: inherit;
2511
- top: -31px;
2512
- padding: 5px;
2513
- border-radius: 6px;
2514
- line-height: 28px;
2515
- background: var(--react-autoql-background-color-primary);
2516
- border: 1px solid var(--react-autoql-border-color);
2517
- color: var(--react-autoql-text-color-primary); }
2518
-
2519
- .chat-message-toolbar.right {
2520
- right: -9px; }
2521
-
2522
- .chat-message-toolbar.left {
2523
- left: -9px; }
2524
-
2525
- .chat-message-bubble:hover .chat-message-toolbar,
2526
- .chat-message-bubble .chat-message-toolbar.active {
2527
- display: block; }
2528
-
2529
- .report-problem-text-area {
2530
- border-radius: 4px;
2531
- border: 1px solid rgba(0, 0, 0, 0.15);
2532
- margin-top: 10px;
2533
- padding: 5px 10px;
2534
- outline: none !important; }
2535
-
2536
- .condition-info-icon-left-align {
2537
- color: var(--react-autoql-accent-color) !important;
2538
- position: absolute !important;
2539
- bottom: 2px;
2540
- right: 10px;
2541
- font-size: 20px; }
2542
-
2543
- .condition-info-icon {
2544
- color: var(--react-autoql-accent-color) !important;
2545
- position: absolute !important;
2546
- bottom: 2px;
2547
- right: 4px;
2548
- font-size: 20px; }
2549
-
2550
- .more-options-menu,
2551
- .report-problem-menu {
2552
- background: var(--react-autoql-background-color-primary);
2553
- padding: 10px 0; }
2554
- .more-options-menu span.react-autoql-icon svg,
2555
- .report-problem-menu span.react-autoql-icon svg {
2556
- margin-right: 3px; }
2557
-
2558
- .interpretation-icon {
2559
- vertical-align: top;
2560
- height: 26px;
2561
- margin: 0 3px;
2562
- font-size: 18px; }
2563
-
2564
- /* Chart icon styles */
2565
- .chart-icon-svg-0,
2566
- .react-autoql-icon-svg-0 {
2567
- fill: currentColor; }
2568
-
2569
- .react-autoql-icon-outlined {
2570
- fill: none;
2571
- stroke: currentColor;
2572
- stroke-linecap: round;
2573
- stroke-linejoin: round;
2574
- stroke-miterlimit: 10; }
2575
-
2576
- .hm0 {
2577
- opacity: 0.5;
2578
- fill: currentColor;
2579
- enable-background: new; }
2580
-
2581
- .hm1 {
2582
- fill: currentColor; }
2583
-
2584
- .hm2 {
2585
- opacity: 0.15;
2586
- fill: currentColor;
2587
- enable-background: new; }
2588
-
2589
- .hm3 {
2590
- opacity: 0.6;
2591
- fill: currentColor;
2592
- enable-background: new; }
2593
-
2594
- .hm4 {
2595
- opacity: 0.65;
2596
- fill: currentColor;
2597
- enable-background: new; }
2598
-
2599
- .hm5 {
2600
- fill: currentColor; }
2601
-
2602
- .hm6 {
2603
- 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; }
2604
2573
 
2605
2574
  /* animations */
2606
2575
  @-webkit-keyframes scale-up-br {
@@ -2634,7 +2603,6 @@ g.legendOrdinal .legendTitle tspan {
2634
2603
  transform: scale(1);
2635
2604
  transform-origin: 0% 100%; } }
2636
2605
 
2637
-
2638
2606
  .react-autoql-drawer .chat-message-container {
2639
2607
  scroll-behavior: smooth !important;
2640
2608
  max-height: calc(100% - 140px);
@@ -2733,100 +2701,59 @@ g.legendOrdinal .legendTitle tspan {
2733
2701
 
2734
2702
  .query-tips-page-container {
2735
2703
  height: 100%;
2736
- padding: 10px; }
2737
- .query-tips-page-container .chat-bar-input-icon {
2738
- top: 20px;
2739
- left: 26px; }
2740
- .query-tips-page-container .react-autoql-chatbar-input.left-padding {
2741
- padding-left: 46px; }
2742
-
2743
- .query-tips-result-container {
2744
- color: var(--react-autoql-text-color-primary);
2745
- padding: 0px 20px;
2746
- text-align: center;
2747
- max-width: 550px;
2748
- margin: 0 auto; }
2749
- .query-tips-result-container .query-tip-list-container {
2750
- margin-bottom: 20px; }
2751
- .query-tips-result-container .animated-item {
2752
- -webkit-animation: fadeIn 0.3s linear;
2753
- animation: fadeIn 0.3s linear;
2754
- -webkit-animation-fill-mode: both;
2755
- animation-fill-mode: both; }
2756
- .query-tips-result-container .query-tip-item {
2757
- position: relative;
2758
- padding: 13px;
2759
- border-top: 1px solid rgba(0, 0, 0, 0.04);
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 {
2717
+ color: var(--react-autoql-text-color-primary);
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 {
2737
+ position: absolute;
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);
2760
2748
  cursor: pointer; }
2761
- .query-tips-result-container .query-tip-item:first-child {
2762
- border-top: none; }
2763
- .query-tips-result-container .query-tip-item .execute-btn {
2764
- position: absolute;
2765
- right: 10px;
2766
- top: 4px;
2767
- font-size: 20px;
2768
- visibility: hidden;
2769
- opacity: 0; }
2770
- .query-tips-result-container .query-tip-item:hover {
2771
- font-weight: bold;
2749
+ .query-tips-page-container .chat-bar-clear-btn:hover {
2772
2750
  color: var(--react-autoql-accent-color); }
2773
- .query-tips-result-container .query-tip-item:hover .execute-btn {
2774
- visibility: visible;
2775
- opacity: 1; }
2776
- .query-tips-result-container .query-tips-result-placeholder {
2777
- margin-top: 50px;
2778
- opacity: 0.6; }
2779
-
2780
- .chat-bar-loading-spinner {
2781
- position: absolute;
2782
- right: 20px;
2783
- top: 22px; }
2784
-
2785
- #react-paginate {
2786
- position: relative;
2787
- background: transparent;
2788
- padding: 8px; }
2789
- #react-paginate ul {
2790
- display: inline-block;
2791
- padding-left: 0;
2792
- margin-bottom: 0; }
2793
- #react-paginate li {
2794
- display: inline-block;
2795
- color: var(--react-autoql-text-color-primary);
2796
- cursor: pointer;
2797
- margin-right: 3px;
2798
- border-radius: 5px;
2799
- margin-bottom: 0;
2800
- -webkit-user-select: none;
2801
- -moz-user-select: none;
2802
- -ms-user-select: none;
2803
- user-select: none; }
2804
- #react-paginate li:hover {
2805
- opacity: 0.7;
2806
- border-radius: 50%; }
2807
- #react-paginate li a {
2808
- display: inline-block;
2809
- color: var(--react-autoql-text-color-primary);
2810
- outline: none;
2811
- width: 28px;
2812
- height: 28px;
2813
- line-height: 28px; }
2814
- #react-paginate li.selected {
2815
- background: var(--react-autoql-accent-color);
2816
- border-radius: 50%;
2817
- outline: none; }
2818
- #react-paginate li.selected a {
2819
- color: var(--react-autoql-accent-text-color); }
2820
- #react-paginate .pagination-next.disabled,
2821
- #react-paginate .pagination-previous.disabled {
2822
- opacity: 0.5;
2823
- pointer-events: none; }
2824
- #react-paginate .pagination-previous,
2825
- #react-paginate .pagination-next {
2826
- font-size: 18px; }
2827
- #react-paginate .pagination-previous a,
2828
- #react-paginate .pagination-next a {
2829
- color: var(--react-autoql-text-color-primary); }
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; }
2830
2757
 
2831
2758
  .animated-item:nth-child(1) {
2832
2759
  -webkit-animation-delay: 0.08s;
@@ -3644,54 +3571,48 @@ g.legendOrdinal .legendTitle tspan {
3644
3571
  .react-autoql-dashboard-tile:hover .react-autoql-dashboard-tile-drag-handle {
3645
3572
  opacity: 1; }
3646
3573
 
3647
- .react-autoql-dashboard-tile .autoql-options-toolbar {
3648
- transition: opacity 0.3s ease, color 0.3s ease;
3649
- visibility: hidden;
3650
- opacity: 0;
3651
- bottom: 8px;
3652
- right: 8px;
3653
- z-index: 1; }
3654
-
3655
- .dashboard-tile-viz-toolbar-container {
3656
- transition: opacity 0.3s ease, color 0.3s ease;
3657
- color: var(--react-autoql-accent-color);
3574
+ .dashboard-tile-toolbars-container {
3575
+ display: flex;
3658
3576
  position: absolute;
3659
- bottom: 0;
3660
- left: 0;
3577
+ align-items: flex-end;
3578
+ justify-content: space-between;
3579
+ transition: opacity 0.3s ease, color 0.3s ease;
3661
3580
  padding: 7px;
3581
+ width: 100%;
3662
3582
  z-index: 1;
3663
- opacity: 0;
3664
- visibility: hidden; }
3665
- .dashboard-tile-viz-toolbar-container .viz-toolbar,
3666
- .dashboard-tile-viz-toolbar-container .split-view-btn {
3667
- 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);
3668
3595
  display: inline-block;
3669
- background: var(--react-autoql-background-color-primary); }
3670
- .dashboard-tile-viz-toolbar-container .split-view-btn {
3671
3596
  margin-right: 7px; }
3672
- .dashboard-tile-viz-toolbar-container .split-view-btn .react-autoql-icon {
3597
+ .dashboard-tile-toolbars-container .split-view-btn .react-autoql-icon {
3673
3598
  font-size: 14px; }
3674
3599
 
3675
- .split-view-btn {
3676
- 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; }
3677
3604
 
3678
3605
  .split-view-query-btn {
3679
3606
  transition: opacity 0.3s ease, color 0.3s ease;
3680
3607
  color: var(--react-autoql-accent-color);
3681
3608
  position: absolute;
3682
3609
  top: 7px;
3683
- left: 7px;
3610
+ left: 13px;
3684
3611
  bottom: unset;
3685
3612
  z-index: 1;
3686
3613
  visibility: hidden;
3687
3614
  opacity: 0; }
3688
3615
 
3689
- .react-autoql-dashboard-tile:hover .dashboard-tile-viz-toolbar-container,
3690
- .react-autoql-dashboard-tile:hover .split-view-query-btn,
3691
- .react-autoql-dashboard-tile:hover .autoql-options-toolbar {
3692
- visibility: visible;
3693
- opacity: 1; }
3694
-
3695
3616
  .react-autoql-dashboard-tile-inner-div .single-value-response {
3696
3617
  font-size: 32px;
3697
3618
  margin-top: -6px;
@@ -3711,10 +3632,16 @@ g.legendOrdinal .legendTitle tspan {
3711
3632
  opacity: 0.9;
3712
3633
  color: var(--react-autoql-text-color-primary);
3713
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; }
3714
3637
 
3715
3638
  .react-autoql-dashboard-tile-inner-div.split .dashboard-tile-response-wrapper {
3716
3639
  padding: 0; }
3717
3640
 
3641
+ .react-autoql-dashboard-tile-inner-div
3642
+ .dashboard-tile-response-wrapper.editing .dashboard-tile-toolbars-container {
3643
+ padding: 13px; }
3644
+
3718
3645
  .react-autoql-dashboard-tile-inner-div
3719
3646
  .dashboard-tile-response-wrapper.editing .layout-splitter {
3720
3647
  display: block;
@@ -3749,8 +3676,7 @@ g.legendOrdinal .legendTitle tspan {
3749
3676
  background: inherit;
3750
3677
  cursor: default; }
3751
3678
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-table-container {
3752
- padding: 20px;
3753
- padding-top: 15px; }
3679
+ padding: 15px 20px 0px 20px; }
3754
3680
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
3755
3681
  padding: 7px;
3756
3682
  align-items: center; }
@@ -4036,7 +3962,8 @@ g.legendOrdinal .legendTitle tspan {
4036
3962
  opacity: 0;
4037
3963
  border-right: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
4038
3964
  border-bottom: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
4039
- transition: opacity 0.3s ease; }
3965
+ transition: opacity 0.3s ease;
3966
+ cursor: se-resize; }
4040
3967
 
4041
3968
  .react-autoql-dashboard-tile.editing:hover .react-resizable-handle {
4042
3969
  opacity: 1; }