react-autoql 4.2.6 → 4.4.1

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; }
@@ -199,10 +200,6 @@ span.react-autoql-icon {
199
200
  /* Default color outside of data messenger */
200
201
  color: #999 !important; }
201
202
 
202
- .react-autoql-chatbar-input:-ms-input-placeholder {
203
- /* Default color outside of data messenger */
204
- color: #999 !important; }
205
-
206
203
  .react-autoql-chatbar-input::placeholder {
207
204
  /* Default color outside of data messenger */
208
205
  color: #999 !important; }
@@ -240,7 +237,7 @@ span.react-autoql-icon {
240
237
  overflow: hidden;
241
238
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
242
239
  /* Default styles outside of data messenger */
243
- background-color: white;
240
+ background-color: var(--react-autoql-background-color-primary);
244
241
  color: #5d5d5d; }
245
242
 
246
243
  .react-autoql-bar-container.autosuggest-top
@@ -274,9 +271,6 @@ span.react-autoql-icon {
274
271
  .react-autoql-chatbar-input::-moz-placeholder {
275
272
  color: var(--react-autoql-text-color-placeholder); }
276
273
 
277
- .react-autoql-chatbar-input:-ms-input-placeholder {
278
- color: var(--react-autoql-text-color-placeholder); }
279
-
280
274
  .react-autoql-chatbar-input::placeholder {
281
275
  color: var(--react-autoql-text-color-placeholder); }
282
276
 
@@ -302,10 +296,15 @@ span.react-autoql-icon {
302
296
 
303
297
  .chat-bar-input-icon {
304
298
  position: absolute;
305
- color: #28a8e0;
299
+ display: flex;
300
+ justify-content: flex-end;
301
+ align-items: center;
302
+ left: 0;
303
+ top: 0;
304
+ width: 46px;
305
+ height: 100%;
306
306
  font-size: 20px;
307
- left: 30px;
308
- top: 15px; }
307
+ color: #28a8e0; }
309
308
 
310
309
  .react-autoql-table-container {
311
310
  flex: 1;
@@ -531,7 +530,7 @@ g.legendOrdinal .legendTitle tspan {
531
530
  .react-autoql-checkbox__label {
532
531
  flex-shrink: 0;
533
532
  padding: 0.5rem 1rem;
534
- color: #fff;
533
+ color: var(--react-autoql-accent-text-color);
535
534
  cursor: pointer; }
536
535
 
537
536
  .react-autoql-checkbox__input {
@@ -561,7 +560,7 @@ g.legendOrdinal .legendTitle tspan {
561
560
 
562
561
  .react-autoql-checkbox-tick {
563
562
  position: absolute;
564
- color: white;
563
+ color: var(--react-autoql-accent-text-color);
565
564
  left: 3px;
566
565
  line-height: 20px;
567
566
  pointer-events: none; }
@@ -615,7 +614,7 @@ g.legendOrdinal .legendTitle tspan {
615
614
  bottom: 2px;
616
615
  left: 2px;
617
616
  border-radius: 50%;
618
- background: #fff; }
617
+ background: var(--react-autoql-accent-text-color); }
619
618
 
620
619
  .react-autoql-checkbox--switch__input:checked
621
620
  + .react-autoql-checkbox--switch__label::after {
@@ -650,7 +649,6 @@ g.legendOrdinal .legendTitle tspan {
650
649
  line-height: 36px;
651
650
  -webkit-user-select: none;
652
651
  -moz-user-select: none;
653
- -ms-user-select: none;
654
652
  user-select: none; }
655
653
  .react-autoql-list-item:hover {
656
654
  background: var(--react-autoql-hover-color); }
@@ -934,7 +932,7 @@ g.legendOrdinal .legendTitle tspan {
934
932
 
935
933
  .react-autoql-suggestion-btn:hover {
936
934
  border-color: transparent;
937
- color: white;
935
+ color: var(--react-autoql-accent-text-color);
938
936
  background: var(--react-autoql-accent-color); }
939
937
 
940
938
  .react-autoql-help-link-btn {
@@ -1025,16 +1023,18 @@ g.legendOrdinal .legendTitle tspan {
1025
1023
  text-align: center; }
1026
1024
 
1027
1025
  .react-autoql-query-validation-execute-btn {
1028
- height: 38px;
1029
- background: none;
1026
+ background: var(--react-autoql-background-color-primary);
1027
+ border: 1px solid var(--react-autoql-border-color);
1030
1028
  border-radius: 4px;
1029
+ height: 38px;
1030
+ width: calc(100% - 15px);
1031
+ margin: 5px;
1031
1032
  margin-top: 24px;
1032
- width: 100%;
1033
1033
  color: inherit;
1034
1034
  cursor: pointer;
1035
1035
  outline: none !important;
1036
- border-color: #e2e2e26e;
1037
- transition: all 0.2s ease; }
1036
+ transition: all 0.2s ease;
1037
+ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 0px; }
1038
1038
 
1039
1039
  .react-autoql-query-validation-execute-btn:hover {
1040
1040
  border-color: #28a8e0; }
@@ -1171,12 +1171,14 @@ g.legendOrdinal .legendTitle tspan {
1171
1171
 
1172
1172
 
1173
1173
  .viz-toolbar {
1174
- position: absolute;
1175
1174
  background: inherit;
1176
1175
  padding: 5px;
1177
1176
  border-radius: 6px;
1178
1177
  line-height: 28px;
1179
- border: 1px solid #d3d3d352; }
1178
+ border: 1px solid #d3d3d352;
1179
+ text-align: left;
1180
+ display: inline-block;
1181
+ background: var(--react-autoql-background-color-primary); }
1180
1182
  .viz-toolbar.vertical .react-autoql-toolbar-btn {
1181
1183
  display: block; }
1182
1184
 
@@ -1201,6 +1203,47 @@ g.legendOrdinal .legendTitle tspan {
1201
1203
  .react-autoql-toolbar-btn:hover {
1202
1204
  opacity: 0.7; }
1203
1205
 
1206
+ /* Chart icon styles */
1207
+ .chart-icon-svg-0,
1208
+ .react-autoql-icon-svg-0 {
1209
+ fill: currentColor; }
1210
+
1211
+ .react-autoql-icon-outlined {
1212
+ fill: none;
1213
+ stroke: currentColor;
1214
+ stroke-linecap: round;
1215
+ stroke-linejoin: round;
1216
+ stroke-miterlimit: 10; }
1217
+
1218
+ .hm0 {
1219
+ opacity: 0.5;
1220
+ fill: currentColor;
1221
+ enable-background: new; }
1222
+
1223
+ .hm1 {
1224
+ fill: currentColor; }
1225
+
1226
+ .hm2 {
1227
+ opacity: 0.15;
1228
+ fill: currentColor;
1229
+ enable-background: new; }
1230
+
1231
+ .hm3 {
1232
+ opacity: 0.6;
1233
+ fill: currentColor;
1234
+ enable-background: new; }
1235
+
1236
+ .hm4 {
1237
+ opacity: 0.65;
1238
+ fill: currentColor;
1239
+ enable-background: new; }
1240
+
1241
+ .hm5 {
1242
+ fill: currentColor; }
1243
+
1244
+ .hm6 {
1245
+ fill: currentColor; }
1246
+
1204
1247
 
1205
1248
  .ReactModal__Overlay {
1206
1249
  background-color: transparent !important;
@@ -1234,8 +1277,6 @@ g.legendOrdinal .legendTitle tspan {
1234
1277
  background: var(--react-autoql-background-color-primary, white); }
1235
1278
  .ReactModal__Content input.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea::-moz-placeholder {
1236
1279
  color: var(--react-autoql-text-color-placeholder); }
1237
- .ReactModal__Content input.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea:-ms-input-placeholder {
1238
- color: var(--react-autoql-text-color-placeholder); }
1239
1280
  .ReactModal__Content input.react-autoql-input::placeholder,
1240
1281
  .ReactModal__Content textarea.react-autoql-input::placeholder,
1241
1282
  .ReactModal__Content textarea::placeholder {
@@ -1338,12 +1379,6 @@ g.legendOrdinal .legendTitle tspan {
1338
1379
  opacity: 1;
1339
1380
  /* Firefox */
1340
1381
  font-style: italic; }
1341
- .react-autoql-input-container .react-autoql-input:-ms-input-placeholder {
1342
- /* Chrome, Firefox, Opera, Safari 10.1+ */
1343
- color: rgba(0, 0, 0, 0.2);
1344
- opacity: 1;
1345
- /* Firefox */
1346
- font-style: italic; }
1347
1382
  .react-autoql-input-container .react-autoql-input::placeholder {
1348
1383
  /* Chrome, Firefox, Opera, Safari 10.1+ */
1349
1384
  color: rgba(0, 0, 0, 0.2);
@@ -1458,7 +1493,6 @@ g.legendOrdinal .legendTitle tspan {
1458
1493
  margin-top: -6px;
1459
1494
  opacity: 0.9; }
1460
1495
  .react-autoql-notification-list-item .viz-toolbar {
1461
- position: relative;
1462
1496
  border: none; }
1463
1497
  .react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
1464
1498
  height: 33px; }
@@ -1614,6 +1648,7 @@ g.legendOrdinal .legendTitle tspan {
1614
1648
  top: 0;
1615
1649
  width: 4px;
1616
1650
  background: var(--react-autoql-accent-color, #26a7df);
1651
+ color: var(--react-autoql-accent-text-color);
1617
1652
  transition-property: opacity;
1618
1653
  transition-duration: 0.2s;
1619
1654
  transition-timing-function: ease; }
@@ -1629,7 +1664,7 @@ g.legendOrdinal .legendTitle tspan {
1629
1664
  width: 45px;
1630
1665
  line-height: 45px;
1631
1666
  font-size: 22px;
1632
- color: white;
1667
+ color: var(--react-autoql-accent-text-color);
1633
1668
  background-color: var(--react-autoql-accent-color, #26a7df);
1634
1669
  text-align: center;
1635
1670
  margin-top: 13px;
@@ -1663,13 +1698,13 @@ g.legendOrdinal .legendTitle tspan {
1663
1698
  .react-autoql-step-container.complete .react-autoql-step-dot {
1664
1699
  border-color: var(--react-autoql-accent-color, #26a7df);
1665
1700
  background: var(--react-autoql-accent-color, #26a7df);
1666
- color: #fff; }
1701
+ color: var(--react-autoql-accent-text-color); }
1667
1702
  .react-autoql-step-container.error {
1668
1703
  border-color: var(--react-autoql-warning-color); }
1669
1704
  .react-autoql-step-container.error .react-autoql-step-dot {
1670
1705
  border-color: var(--react-autoql-warning-color);
1671
1706
  background: var(--react-autoql-warning-color);
1672
- color: white; }
1707
+ color: #fff; }
1673
1708
  .react-autoql-step-container:not(.active) .react-autoql-step-content-container {
1674
1709
  pointer-events: none;
1675
1710
  height: 10px;
@@ -1753,7 +1788,7 @@ g.legendOrdinal .legendTitle tspan {
1753
1788
  height: 18px;
1754
1789
  border: 1px solid #ddd;
1755
1790
  border-radius: 100%;
1756
- background: #fff; }
1791
+ background: var(--react-autoql-accent-text-color); }
1757
1792
 
1758
1793
  .react-autoql-radio-btn-container [type='radio']:checked + label:after,
1759
1794
  .react-autoql-radio-btn-container [type='radio']:not(:checked) + label:after {
@@ -1788,7 +1823,7 @@ g.legendOrdinal .legendTitle tspan {
1788
1823
  .react-autoql-radio-btn-container .react-autoql-radio-btn.active {
1789
1824
  background-color: var(--react-autoql-accent-color, #26a7df);
1790
1825
  border-color: var(--react-autoql-accent-color, #26a7df);
1791
- color: #fff; }
1826
+ color: var(--react-autoql-accent-text-color); }
1792
1827
  .react-autoql-radio-btn-container .react-autoql-radio-btn.active.outlined {
1793
1828
  background-color: inherit;
1794
1829
  color: var(--react-autoql-accent-color, #26a7df); }
@@ -1880,12 +1915,12 @@ g.legendOrdinal .legendTitle tspan {
1880
1915
  color: var(--react-autoql-danger-color);
1881
1916
  display: 'inline-block'; }
1882
1917
 
1918
+
1883
1919
  .notification-list-loading-container {
1884
1920
  text-align: center;
1885
1921
  padding-top: 100px;
1886
1922
  color: var(--react-autoql-text-color-primary);
1887
1923
  height: 100%;
1888
- overflow: hidden;
1889
1924
  background: var(--react-autoql-background-color-secondary); }
1890
1925
 
1891
1926
  .empty-notifications-message {
@@ -1903,15 +1938,21 @@ g.legendOrdinal .legendTitle tspan {
1903
1938
  height: 250px; }
1904
1939
 
1905
1940
  .react-autoql-notification-list-container {
1941
+ display: flex;
1942
+ flex-direction: column;
1906
1943
  height: 100%;
1907
- padding: 20px;
1908
- overflow-y: auto;
1909
1944
  background: var(--react-autoql-background-color-secondary); }
1945
+ .react-autoql-notification-list-container .notification-feed-list {
1946
+ padding: 0 20px;
1947
+ padding-top: 0; }
1948
+ .react-autoql-notification-list-container .loader {
1949
+ text-align: center;
1950
+ margin: 10px; }
1910
1951
 
1911
1952
  .react-autoql-notification-dismiss-all {
1953
+ flex: 0;
1912
1954
  text-align: right;
1913
- margin-bottom: 12px;
1914
- padding-right: 10px;
1955
+ margin: 12px;
1915
1956
  color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
1916
1957
  transition: color 0.1s ease; }
1917
1958
  .react-autoql-notification-dismiss-all span {
@@ -2084,7 +2125,7 @@ g.legendOrdinal .legendTitle tspan {
2084
2125
  width: 35px;
2085
2126
  border-radius: 20px;
2086
2127
  background: var(--react-autoql-accent-color, #26a7df);
2087
- color: #fff;
2128
+ color: var(--react-autoql-accent-text-color);
2088
2129
  line-height: 38px;
2089
2130
  text-align: center;
2090
2131
  font-size: 20px;
@@ -2313,7 +2354,7 @@ g.legendOrdinal .legendTitle tspan {
2313
2354
  .connect-channel-form-container .channel-item.selected,
2314
2355
  .slack-channel-list-container .channel-item.selected {
2315
2356
  background-color: var(--react-autoql-accent-color);
2316
- color: #fff; }
2357
+ color: var(--react-autoql-accent-text-color); }
2317
2358
  .connect-channel-form-container .channel-item:hover:not(.selected),
2318
2359
  .slack-channel-list-container .channel-item:hover:not(.selected) {
2319
2360
  background-color: rgba(0, 0, 0, 0.05); }
@@ -2368,7 +2409,7 @@ g.legendOrdinal .legendTitle tspan {
2368
2409
 
2369
2410
 
2370
2411
  .autoql-options-toolbar {
2371
- position: absolute;
2412
+ display: inline-block;
2372
2413
  background: inherit;
2373
2414
  padding: 5px;
2374
2415
  border-radius: 6px;
@@ -2380,6 +2421,21 @@ g.legendOrdinal .legendTitle tspan {
2380
2421
  .autoql-options-toolbar .react-autoql-toolbar-btn {
2381
2422
  color: var(--react-autoql-text-color-primary); }
2382
2423
 
2424
+ .more-options-menu,
2425
+ .report-problem-menu {
2426
+ background: var(--react-autoql-background-color-primary);
2427
+ padding: 10px 0; }
2428
+ .more-options-menu span.react-autoql-icon svg,
2429
+ .report-problem-menu span.react-autoql-icon svg {
2430
+ margin-right: 3px; }
2431
+
2432
+ .report-problem-text-area {
2433
+ border-radius: 4px;
2434
+ border: 1px solid rgba(0, 0, 0, 0.15);
2435
+ margin-top: 10px;
2436
+ padding: 5px 10px;
2437
+ outline: none !important; }
2438
+
2383
2439
  .copy-sql-modal-content {
2384
2440
  position: relative;
2385
2441
  height: 60vh; }
@@ -2432,175 +2488,73 @@ g.legendOrdinal .legendTitle tspan {
2432
2488
  .chat-single-message-container .spinner-loader:after {
2433
2489
  border: 1px solid var(--react-autoql-accent-color);
2434
2490
  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; }
2491
+ .chat-single-message-container.response {
2492
+ display: flex;
2493
+ justify-content: flex-start;
2494
+ padding-left: 20px;
2495
+ -webkit-animation: scale-up-bl 0.5s ease;
2496
+ animation: scale-up-bl 0.5s ease; }
2497
+ .chat-single-message-container.response .chat-message-bubble {
2498
+ background: var(--react-autoql-background-color-primary);
2499
+ color: var(--react-autoql-text-color-primary);
2500
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2501
+ .chat-single-message-container.response .chat-message-bubble:not(.text) {
2502
+ min-width: 125px;
2503
+ padding-bottom: 15px; }
2504
+ .chat-single-message-container.request {
2505
+ display: flex;
2506
+ justify-content: flex-end;
2507
+ padding-right: 20px;
2508
+ -webkit-animation: scale-up-br 0.5s ease;
2509
+ animation: scale-up-br 0.5s ease; }
2510
+ .chat-single-message-container.request .chat-message-bubble {
2511
+ background: var(--react-autoql-accent-color);
2512
+ color: var(--react-autoql-accent-text-color);
2513
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2514
+ .chat-single-message-container .chat-message-bubble {
2515
+ position: relative;
2516
+ padding: 13px;
2517
+ border-radius: 10px;
2518
+ max-width: calc(100% - 20px);
2519
+ word-wrap: break-word;
2520
+ font-family: inherit;
2521
+ font-size: 14px;
2522
+ letter-spacing: 0.04em;
2523
+ box-sizing: border-box;
2524
+ /* make small margin on bottom because sometimes react
2525
+ custom scrollbar cuts off a pixel or 2 at the bottom */
2526
+ margin-bottom: 6px; }
2527
+ .chat-single-message-container .chat-message-bubble.text {
2528
+ max-width: 85%; }
2529
+ .chat-single-message-container .chat-message-bubble.full-width {
2530
+ width: calc(100% - 20px) !important;
2531
+ min-width: calc(100% - 20px) !important;
2532
+ max-width: calc(100% - 20px) !important; }
2533
+ .chat-single-message-container .chat-message-bubble.active {
2534
+ border: 1px solid #c3c3c3; }
2535
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container {
2536
+ display: flex;
2537
+ position: absolute;
2538
+ align-items: flex-start;
2539
+ justify-content: space-between;
2540
+ transition: opacity 0.3s ease, color 0.3s ease;
2541
+ width: 100%;
2542
+ top: -31px;
2543
+ right: 0;
2544
+ z-index: 1;
2545
+ pointer-events: none;
2546
+ visibility: hidden;
2547
+ opacity: 0; }
2548
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.left {
2549
+ margin-left: -5px; }
2550
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.right {
2551
+ margin-right: -5px; }
2552
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.right,
2553
+ .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container .chat-message-toolbar.left {
2554
+ pointer-events: auto; }
2555
+ .chat-single-message-container .chat-message-bubble:hover .chat-message-toolbars-container {
2556
+ visibility: visible;
2557
+ opacity: 1; }
2604
2558
 
2605
2559
  /* animations */
2606
2560
  @-webkit-keyframes scale-up-br {
@@ -2634,7 +2588,6 @@ g.legendOrdinal .legendTitle tspan {
2634
2588
  transform: scale(1);
2635
2589
  transform-origin: 0% 100%; } }
2636
2590
 
2637
-
2638
2591
  .react-autoql-drawer .chat-message-container {
2639
2592
  scroll-behavior: smooth !important;
2640
2593
  max-height: calc(100% - 140px);
@@ -2720,12 +2673,12 @@ g.legendOrdinal .legendTitle tspan {
2720
2673
  opacity: 0.7; }
2721
2674
  .react-autoql-cascader .options-container .option .option-execute-icon {
2722
2675
  opacity: 0;
2723
- color: #fff;
2676
+ color: var(--react-autoql-accent-text-color);
2724
2677
  font-size: 16px;
2725
2678
  vertical-align: middle; }
2726
2679
  .react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
2727
2680
  background-color: var(--react-autoql-accent-color, #26a7df);
2728
- color: #fff; }
2681
+ color: var(--react-autoql-accent-text-color); }
2729
2682
  .react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
2730
2683
  opacity: 1; }
2731
2684
  .react-autoql-cascader .options-container:not(:last-child) {
@@ -2733,100 +2686,59 @@ g.legendOrdinal .legendTitle tspan {
2733
2686
 
2734
2687
  .query-tips-page-container {
2735
2688
  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);
2689
+ padding: 10px;
2690
+ display: flex;
2691
+ flex-direction: column;
2692
+ justify-content: flex-start; }
2693
+ .query-tips-page-container h2 {
2694
+ color: var(--react-autoql-text-color-primary); }
2695
+ .query-tips-page-container .react-autoql-chatbar-input-container {
2696
+ flex: 0;
2697
+ padding: 10px; }
2698
+ .query-tips-page-container .react-autoql-chatbar-input-container .react-autoql-chatbar-input {
2699
+ margin: 0;
2700
+ width: 100%; }
2701
+ .query-tips-page-container .query-tips-result-container {
2702
+ color: var(--react-autoql-text-color-primary);
2703
+ text-align: center;
2704
+ flex: 1; }
2705
+ .query-tips-page-container .query-tips-result-container .animated-item {
2706
+ -webkit-animation: fadeIn 0.3s linear;
2707
+ animation: fadeIn 0.3s linear;
2708
+ -webkit-animation-fill-mode: both;
2709
+ animation-fill-mode: both; }
2710
+ .query-tips-page-container .query-tips-result-container .query-tip-item {
2711
+ position: relative;
2712
+ padding: 13px;
2713
+ cursor: pointer; }
2714
+ .query-tips-page-container .query-tips-result-container .query-tip-item:first-child {
2715
+ border-top: none; }
2716
+ .query-tips-page-container .query-tips-result-container .query-tip-item:hover {
2717
+ font-weight: bold;
2718
+ color: var(--react-autoql-accent-color); }
2719
+ .query-tips-page-container .query-tips-result-container .query-tips-result-placeholder {
2720
+ margin-top: 50px; }
2721
+ .query-tips-page-container .chat-bar-clear-btn {
2722
+ position: absolute;
2723
+ display: flex;
2724
+ justify-content: flex-start;
2725
+ align-items: center;
2726
+ right: 0;
2727
+ top: 0;
2728
+ width: 50px;
2729
+ height: 100%;
2730
+ font-size: 20px;
2731
+ visibility: hidden;
2732
+ color: var(--react-autoql-text-color-placeholder);
2760
2733
  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;
2734
+ .query-tips-page-container .chat-bar-clear-btn:hover {
2772
2735
  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); }
2736
+ .query-tips-page-container .chat-bar-clear-btn.visible {
2737
+ visibility: visible; }
2738
+ .query-tips-page-container .react-autoql-chatbar-input.left-padding {
2739
+ padding-left: 46px; }
2740
+ .query-tips-page-container .react-autoql-chatbar-input.right-padding {
2741
+ padding-right: 46px; }
2830
2742
 
2831
2743
  .animated-item:nth-child(1) {
2832
2744
  -webkit-animation-delay: 0.08s;
@@ -3001,7 +2913,7 @@ g.legendOrdinal .legendTitle tspan {
3001
2913
  margin-left: 3px; }
3002
2914
  .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-highlight-row {
3003
2915
  background-color: var(--react-autoql-accent-color);
3004
- color: white;
2916
+ color: var(--react-autoql-accent-text-color);
3005
2917
  -webkit-animation-name: highlightIn, highlightOut;
3006
2918
  animation-name: highlightIn, highlightOut;
3007
2919
  -webkit-animation-duration: 300ms, 300ms;
@@ -3032,9 +2944,6 @@ g.legendOrdinal .legendTitle tspan {
3032
2944
  .filter-lock-menu-content .react-autoql-condition-locking-input::-moz-placeholder {
3033
2945
  color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
3034
2946
  opacity: 0.5; }
3035
- .filter-lock-menu-content .react-autoql-condition-locking-input:-ms-input-placeholder {
3036
- color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
3037
- opacity: 0.5; }
3038
2947
  .filter-lock-menu-content .react-autoql-condition-locking-input::placeholder {
3039
2948
  color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
3040
2949
  opacity: 0.5; }
@@ -3087,7 +2996,7 @@ g.legendOrdinal .legendTitle tspan {
3087
2996
  color: var(--react-autoql-text-color-primary); }
3088
2997
  0% {
3089
2998
  background-color: var(--react-autoql-accent-color);
3090
- color: white; } }
2999
+ color: var(--react-autoql-accent-text-color); } }
3091
3000
 
3092
3001
  @keyframes highlightOut {
3093
3002
  100% {
@@ -3095,12 +3004,12 @@ g.legendOrdinal .legendTitle tspan {
3095
3004
  color: var(--react-autoql-text-color-primary); }
3096
3005
  0% {
3097
3006
  background-color: var(--react-autoql-accent-color);
3098
- color: white; } }
3007
+ color: var(--react-autoql-accent-text-color); } }
3099
3008
 
3100
3009
  @-webkit-keyframes highlightIn {
3101
3010
  100% {
3102
3011
  background-color: var(--react-autoql-accent-color);
3103
- color: white; }
3012
+ color: var(--react-autoql-accent-text-color); }
3104
3013
  0% {
3105
3014
  background-color: var(--react-autoql-background-color-primary);
3106
3015
  color: var(--react-autoql-text-color-primary); } }
@@ -3108,7 +3017,7 @@ g.legendOrdinal .legendTitle tspan {
3108
3017
  @keyframes highlightIn {
3109
3018
  100% {
3110
3019
  background-color: var(--react-autoql-accent-color);
3111
- color: white; }
3020
+ color: var(--react-autoql-accent-text-color); }
3112
3021
  0% {
3113
3022
  background-color: var(--react-autoql-background-color-primary);
3114
3023
  color: var(--react-autoql-text-color-primary); } }
@@ -3120,7 +3029,6 @@ g.legendOrdinal .legendTitle tspan {
3120
3029
  .react-autoql-drawer.disable-selection {
3121
3030
  -webkit-user-select: none;
3122
3031
  -moz-user-select: none;
3123
- -ms-user-select: none;
3124
3032
  user-select: none; }
3125
3033
 
3126
3034
  .react-autoql-drawer .react-autoql-drawer-content-container {
@@ -3139,6 +3047,7 @@ g.legendOrdinal .legendTitle tspan {
3139
3047
  width: 100%;
3140
3048
  height: 60px;
3141
3049
  background: var(--react-autoql-accent-color);
3050
+ color: var(--react-autoql-accent-text-color);
3142
3051
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
3143
3052
  flex-grow: 0;
3144
3053
  flex-shrink: 0;
@@ -3503,7 +3412,7 @@ g.legendOrdinal .legendTitle tspan {
3503
3412
 
3504
3413
  .page-switcher-container.bottom .tab.active {
3505
3414
  background: var(--react-autoql-accent-color);
3506
- color: #fff;
3415
+ color: var(--react-autoql-accent-text-color);
3507
3416
  font-weight: bold; }
3508
3417
 
3509
3418
  /* animations */
@@ -3644,54 +3553,48 @@ g.legendOrdinal .legendTitle tspan {
3644
3553
  .react-autoql-dashboard-tile:hover .react-autoql-dashboard-tile-drag-handle {
3645
3554
  opacity: 1; }
3646
3555
 
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);
3556
+ .dashboard-tile-toolbars-container {
3557
+ display: flex;
3658
3558
  position: absolute;
3659
- bottom: 0;
3660
- left: 0;
3559
+ align-items: flex-end;
3560
+ justify-content: space-between;
3561
+ transition: opacity 0.3s ease, color 0.3s ease;
3661
3562
  padding: 7px;
3563
+ width: 100%;
3662
3564
  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;
3565
+ bottom: 0;
3566
+ right: 0;
3567
+ pointer-events: none;
3568
+ visibility: hidden;
3569
+ opacity: 0; }
3570
+ .dashboard-tile-toolbars-container .dashboard-tile-toolbars-right-container,
3571
+ .dashboard-tile-toolbars-container .dashboard-tile-toolbars-left-container {
3572
+ pointer-events: auto; }
3573
+ .dashboard-tile-toolbars-container.left-padding {
3574
+ width: calc(100% - 40px); }
3575
+ .dashboard-tile-toolbars-container .split-view-btn {
3576
+ background: var(--react-autoql-background-color-primary);
3668
3577
  display: inline-block;
3669
- background: var(--react-autoql-background-color-primary); }
3670
- .dashboard-tile-viz-toolbar-container .split-view-btn {
3671
3578
  margin-right: 7px; }
3672
- .dashboard-tile-viz-toolbar-container .split-view-btn .react-autoql-icon {
3579
+ .dashboard-tile-toolbars-container .split-view-btn .react-autoql-icon {
3673
3580
  font-size: 14px; }
3674
3581
 
3675
- .split-view-btn {
3676
- z-index: 1; }
3582
+ .react-autoql-dashboard-tile:hover .dashboard-tile-toolbars-container,
3583
+ .react-autoql-dashboard-tile:hover .split-view-query-btn {
3584
+ visibility: visible;
3585
+ opacity: 1; }
3677
3586
 
3678
3587
  .split-view-query-btn {
3679
3588
  transition: opacity 0.3s ease, color 0.3s ease;
3680
3589
  color: var(--react-autoql-accent-color);
3681
3590
  position: absolute;
3682
3591
  top: 7px;
3683
- left: 7px;
3592
+ left: 13px;
3684
3593
  bottom: unset;
3685
3594
  z-index: 1;
3686
3595
  visibility: hidden;
3687
3596
  opacity: 0; }
3688
3597
 
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
3598
  .react-autoql-dashboard-tile-inner-div .single-value-response {
3696
3599
  font-size: 32px;
3697
3600
  margin-top: -6px;
@@ -3711,10 +3614,16 @@ g.legendOrdinal .legendTitle tspan {
3711
3614
  opacity: 0.9;
3712
3615
  color: var(--react-autoql-text-color-primary);
3713
3616
  font-size: 11px; }
3617
+ .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-response-content-container.table .query-output-footer {
3618
+ min-height: 33px; }
3714
3619
 
3715
3620
  .react-autoql-dashboard-tile-inner-div.split .dashboard-tile-response-wrapper {
3716
3621
  padding: 0; }
3717
3622
 
3623
+ .react-autoql-dashboard-tile-inner-div
3624
+ .dashboard-tile-response-wrapper.editing .dashboard-tile-toolbars-container {
3625
+ padding: 13px; }
3626
+
3718
3627
  .react-autoql-dashboard-tile-inner-div
3719
3628
  .dashboard-tile-response-wrapper.editing .layout-splitter {
3720
3629
  display: block;
@@ -3749,8 +3658,7 @@ g.legendOrdinal .legendTitle tspan {
3749
3658
  background: inherit;
3750
3659
  cursor: default; }
3751
3660
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-table-container {
3752
- padding: 20px;
3753
- padding-top: 15px; }
3661
+ padding: 15px 20px 0px 20px; }
3754
3662
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
3755
3663
  padding: 7px;
3756
3664
  align-items: center; }
@@ -3941,9 +3849,6 @@ g.legendOrdinal .legendTitle tspan {
3941
3849
  .dashboard-tile-input-container input::-moz-placeholder {
3942
3850
  opacity: 0.5; }
3943
3851
 
3944
- .dashboard-tile-input-container input:-ms-input-placeholder {
3945
- opacity: 0.5; }
3946
-
3947
3852
  .dashboard-tile-input-container input::placeholder {
3948
3853
  opacity: 0.5; }
3949
3854
 
@@ -4036,7 +3941,8 @@ g.legendOrdinal .legendTitle tspan {
4036
3941
  opacity: 0;
4037
3942
  border-right: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
4038
3943
  border-bottom: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
4039
- transition: opacity 0.3s ease; }
3944
+ transition: opacity 0.3s ease;
3945
+ cursor: se-resize; }
4040
3946
 
4041
3947
  .react-autoql-dashboard-tile.editing:hover .react-resizable-handle {
4042
3948
  opacity: 1; }
@@ -4049,8 +3955,6 @@ g.legendOrdinal .legendTitle tspan {
4049
3955
  color: inherit; }
4050
3956
  .react-draggable-transparent-selection input::-moz-placeholder {
4051
3957
  color: inherit; }
4052
- .react-draggable-transparent-selection input:-ms-input-placeholder {
4053
- color: inherit; }
4054
3958
  .react-draggable-transparent-selection span::selection,
4055
3959
  .react-draggable-transparent-selection div::selection,
4056
3960
  .react-draggable-transparent-selection a::selection,
@@ -4090,6 +3994,13 @@ g.legendOrdinal .legendTitle tspan {
4090
3994
  margin-top: 20px !important;
4091
3995
  max-height: 93vh !important; }
4092
3996
 
3997
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .react-autoql-dashboard-drilldown-original,
3998
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-splitter {
3999
+ display: none; }
4000
+
4001
+ .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-pane:not(.layout-pane-primary) {
4002
+ height: calc(100% - 50px) !important; }
4003
+
4093
4004
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-modal-body {
4094
4005
  padding: 0; }
4095
4006