react-autoql 4.3.0 → 4.4.2
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.
- package/dist/autoql.esm.css +29 -46
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +2 -2
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +1 -1
package/dist/autoql.esm.css
CHANGED
|
@@ -200,10 +200,6 @@ span.react-autoql-icon {
|
|
|
200
200
|
/* Default color outside of data messenger */
|
|
201
201
|
color: #999 !important; }
|
|
202
202
|
|
|
203
|
-
.react-autoql-chatbar-input:-ms-input-placeholder {
|
|
204
|
-
/* Default color outside of data messenger */
|
|
205
|
-
color: #999 !important; }
|
|
206
|
-
|
|
207
203
|
.react-autoql-chatbar-input::placeholder {
|
|
208
204
|
/* Default color outside of data messenger */
|
|
209
205
|
color: #999 !important; }
|
|
@@ -241,7 +237,7 @@ span.react-autoql-icon {
|
|
|
241
237
|
overflow: hidden;
|
|
242
238
|
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
|
|
243
239
|
/* Default styles outside of data messenger */
|
|
244
|
-
background-color:
|
|
240
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
245
241
|
color: #5d5d5d; }
|
|
246
242
|
|
|
247
243
|
.react-autoql-bar-container.autosuggest-top
|
|
@@ -275,9 +271,6 @@ span.react-autoql-icon {
|
|
|
275
271
|
.react-autoql-chatbar-input::-moz-placeholder {
|
|
276
272
|
color: var(--react-autoql-text-color-placeholder); }
|
|
277
273
|
|
|
278
|
-
.react-autoql-chatbar-input:-ms-input-placeholder {
|
|
279
|
-
color: var(--react-autoql-text-color-placeholder); }
|
|
280
|
-
|
|
281
274
|
.react-autoql-chatbar-input::placeholder {
|
|
282
275
|
color: var(--react-autoql-text-color-placeholder); }
|
|
283
276
|
|
|
@@ -537,7 +530,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
537
530
|
.react-autoql-checkbox__label {
|
|
538
531
|
flex-shrink: 0;
|
|
539
532
|
padding: 0.5rem 1rem;
|
|
540
|
-
color:
|
|
533
|
+
color: var(--react-autoql-accent-text-color);
|
|
541
534
|
cursor: pointer; }
|
|
542
535
|
|
|
543
536
|
.react-autoql-checkbox__input {
|
|
@@ -567,7 +560,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
567
560
|
|
|
568
561
|
.react-autoql-checkbox-tick {
|
|
569
562
|
position: absolute;
|
|
570
|
-
color:
|
|
563
|
+
color: var(--react-autoql-accent-text-color);
|
|
571
564
|
left: 3px;
|
|
572
565
|
line-height: 20px;
|
|
573
566
|
pointer-events: none; }
|
|
@@ -621,7 +614,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
621
614
|
bottom: 2px;
|
|
622
615
|
left: 2px;
|
|
623
616
|
border-radius: 50%;
|
|
624
|
-
background:
|
|
617
|
+
background: var(--react-autoql-accent-text-color); }
|
|
625
618
|
|
|
626
619
|
.react-autoql-checkbox--switch__input:checked
|
|
627
620
|
+ .react-autoql-checkbox--switch__label::after {
|
|
@@ -656,7 +649,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
656
649
|
line-height: 36px;
|
|
657
650
|
-webkit-user-select: none;
|
|
658
651
|
-moz-user-select: none;
|
|
659
|
-
-ms-user-select: none;
|
|
660
652
|
user-select: none; }
|
|
661
653
|
.react-autoql-list-item:hover {
|
|
662
654
|
background: var(--react-autoql-hover-color); }
|
|
@@ -940,7 +932,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
940
932
|
|
|
941
933
|
.react-autoql-suggestion-btn:hover {
|
|
942
934
|
border-color: transparent;
|
|
943
|
-
color:
|
|
935
|
+
color: var(--react-autoql-accent-text-color);
|
|
944
936
|
background: var(--react-autoql-accent-color); }
|
|
945
937
|
|
|
946
938
|
.react-autoql-help-link-btn {
|
|
@@ -1001,7 +993,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1001
993
|
display: flex;
|
|
1002
994
|
justify-content: space-between;
|
|
1003
995
|
align-items: flex-end;
|
|
1004
|
-
padding-top: 5px;
|
|
1005
996
|
max-height: 150px;
|
|
1006
997
|
width: 100%; }
|
|
1007
998
|
|
|
@@ -1285,8 +1276,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1285
1276
|
background: var(--react-autoql-background-color-primary, white); }
|
|
1286
1277
|
.ReactModal__Content input.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea::-moz-placeholder {
|
|
1287
1278
|
color: var(--react-autoql-text-color-placeholder); }
|
|
1288
|
-
.ReactModal__Content input.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea:-ms-input-placeholder {
|
|
1289
|
-
color: var(--react-autoql-text-color-placeholder); }
|
|
1290
1279
|
.ReactModal__Content input.react-autoql-input::placeholder,
|
|
1291
1280
|
.ReactModal__Content textarea.react-autoql-input::placeholder,
|
|
1292
1281
|
.ReactModal__Content textarea::placeholder {
|
|
@@ -1389,12 +1378,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1389
1378
|
opacity: 1;
|
|
1390
1379
|
/* Firefox */
|
|
1391
1380
|
font-style: italic; }
|
|
1392
|
-
.react-autoql-input-container .react-autoql-input:-ms-input-placeholder {
|
|
1393
|
-
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
1394
|
-
color: rgba(0, 0, 0, 0.2);
|
|
1395
|
-
opacity: 1;
|
|
1396
|
-
/* Firefox */
|
|
1397
|
-
font-style: italic; }
|
|
1398
1381
|
.react-autoql-input-container .react-autoql-input::placeholder {
|
|
1399
1382
|
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
1400
1383
|
color: rgba(0, 0, 0, 0.2);
|
|
@@ -1664,6 +1647,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1664
1647
|
top: 0;
|
|
1665
1648
|
width: 4px;
|
|
1666
1649
|
background: var(--react-autoql-accent-color, #26a7df);
|
|
1650
|
+
color: var(--react-autoql-accent-text-color);
|
|
1667
1651
|
transition-property: opacity;
|
|
1668
1652
|
transition-duration: 0.2s;
|
|
1669
1653
|
transition-timing-function: ease; }
|
|
@@ -1679,7 +1663,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1679
1663
|
width: 45px;
|
|
1680
1664
|
line-height: 45px;
|
|
1681
1665
|
font-size: 22px;
|
|
1682
|
-
color:
|
|
1666
|
+
color: var(--react-autoql-accent-text-color);
|
|
1683
1667
|
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
1684
1668
|
text-align: center;
|
|
1685
1669
|
margin-top: 13px;
|
|
@@ -1713,13 +1697,13 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1713
1697
|
.react-autoql-step-container.complete .react-autoql-step-dot {
|
|
1714
1698
|
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
1715
1699
|
background: var(--react-autoql-accent-color, #26a7df);
|
|
1716
|
-
color:
|
|
1700
|
+
color: var(--react-autoql-accent-text-color); }
|
|
1717
1701
|
.react-autoql-step-container.error {
|
|
1718
1702
|
border-color: var(--react-autoql-warning-color); }
|
|
1719
1703
|
.react-autoql-step-container.error .react-autoql-step-dot {
|
|
1720
1704
|
border-color: var(--react-autoql-warning-color);
|
|
1721
1705
|
background: var(--react-autoql-warning-color);
|
|
1722
|
-
color:
|
|
1706
|
+
color: #fff; }
|
|
1723
1707
|
.react-autoql-step-container:not(.active) .react-autoql-step-content-container {
|
|
1724
1708
|
pointer-events: none;
|
|
1725
1709
|
height: 10px;
|
|
@@ -1803,7 +1787,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1803
1787
|
height: 18px;
|
|
1804
1788
|
border: 1px solid #ddd;
|
|
1805
1789
|
border-radius: 100%;
|
|
1806
|
-
background:
|
|
1790
|
+
background: var(--react-autoql-accent-text-color); }
|
|
1807
1791
|
|
|
1808
1792
|
.react-autoql-radio-btn-container [type='radio']:checked + label:after,
|
|
1809
1793
|
.react-autoql-radio-btn-container [type='radio']:not(:checked) + label:after {
|
|
@@ -1838,7 +1822,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1838
1822
|
.react-autoql-radio-btn-container .react-autoql-radio-btn.active {
|
|
1839
1823
|
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
1840
1824
|
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
1841
|
-
color:
|
|
1825
|
+
color: var(--react-autoql-accent-text-color); }
|
|
1842
1826
|
.react-autoql-radio-btn-container .react-autoql-radio-btn.active.outlined {
|
|
1843
1827
|
background-color: inherit;
|
|
1844
1828
|
color: var(--react-autoql-accent-color, #26a7df); }
|
|
@@ -2140,7 +2124,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2140
2124
|
width: 35px;
|
|
2141
2125
|
border-radius: 20px;
|
|
2142
2126
|
background: var(--react-autoql-accent-color, #26a7df);
|
|
2143
|
-
color:
|
|
2127
|
+
color: var(--react-autoql-accent-text-color);
|
|
2144
2128
|
line-height: 38px;
|
|
2145
2129
|
text-align: center;
|
|
2146
2130
|
font-size: 20px;
|
|
@@ -2369,7 +2353,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2369
2353
|
.connect-channel-form-container .channel-item.selected,
|
|
2370
2354
|
.slack-channel-list-container .channel-item.selected {
|
|
2371
2355
|
background-color: var(--react-autoql-accent-color);
|
|
2372
|
-
color:
|
|
2356
|
+
color: var(--react-autoql-accent-text-color); }
|
|
2373
2357
|
.connect-channel-form-container .channel-item:hover:not(.selected),
|
|
2374
2358
|
.slack-channel-list-container .channel-item:hover:not(.selected) {
|
|
2375
2359
|
background-color: rgba(0, 0, 0, 0.05); }
|
|
@@ -2688,12 +2672,12 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2688
2672
|
opacity: 0.7; }
|
|
2689
2673
|
.react-autoql-cascader .options-container .option .option-execute-icon {
|
|
2690
2674
|
opacity: 0;
|
|
2691
|
-
color:
|
|
2675
|
+
color: var(--react-autoql-accent-text-color);
|
|
2692
2676
|
font-size: 16px;
|
|
2693
2677
|
vertical-align: middle; }
|
|
2694
2678
|
.react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
|
|
2695
2679
|
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
2696
|
-
color:
|
|
2680
|
+
color: var(--react-autoql-accent-text-color); }
|
|
2697
2681
|
.react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
|
|
2698
2682
|
opacity: 1; }
|
|
2699
2683
|
.react-autoql-cascader .options-container:not(:last-child) {
|
|
@@ -2928,7 +2912,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2928
2912
|
margin-left: 3px; }
|
|
2929
2913
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-highlight-row {
|
|
2930
2914
|
background-color: var(--react-autoql-accent-color);
|
|
2931
|
-
color:
|
|
2915
|
+
color: var(--react-autoql-accent-text-color);
|
|
2932
2916
|
-webkit-animation-name: highlightIn, highlightOut;
|
|
2933
2917
|
animation-name: highlightIn, highlightOut;
|
|
2934
2918
|
-webkit-animation-duration: 300ms, 300ms;
|
|
@@ -2959,9 +2943,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2959
2943
|
.filter-lock-menu-content .react-autoql-condition-locking-input::-moz-placeholder {
|
|
2960
2944
|
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
2961
2945
|
opacity: 0.5; }
|
|
2962
|
-
.filter-lock-menu-content .react-autoql-condition-locking-input:-ms-input-placeholder {
|
|
2963
|
-
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
2964
|
-
opacity: 0.5; }
|
|
2965
2946
|
.filter-lock-menu-content .react-autoql-condition-locking-input::placeholder {
|
|
2966
2947
|
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
2967
2948
|
opacity: 0.5; }
|
|
@@ -3014,7 +2995,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3014
2995
|
color: var(--react-autoql-text-color-primary); }
|
|
3015
2996
|
0% {
|
|
3016
2997
|
background-color: var(--react-autoql-accent-color);
|
|
3017
|
-
color:
|
|
2998
|
+
color: var(--react-autoql-accent-text-color); } }
|
|
3018
2999
|
|
|
3019
3000
|
@keyframes highlightOut {
|
|
3020
3001
|
100% {
|
|
@@ -3022,12 +3003,12 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3022
3003
|
color: var(--react-autoql-text-color-primary); }
|
|
3023
3004
|
0% {
|
|
3024
3005
|
background-color: var(--react-autoql-accent-color);
|
|
3025
|
-
color:
|
|
3006
|
+
color: var(--react-autoql-accent-text-color); } }
|
|
3026
3007
|
|
|
3027
3008
|
@-webkit-keyframes highlightIn {
|
|
3028
3009
|
100% {
|
|
3029
3010
|
background-color: var(--react-autoql-accent-color);
|
|
3030
|
-
color:
|
|
3011
|
+
color: var(--react-autoql-accent-text-color); }
|
|
3031
3012
|
0% {
|
|
3032
3013
|
background-color: var(--react-autoql-background-color-primary);
|
|
3033
3014
|
color: var(--react-autoql-text-color-primary); } }
|
|
@@ -3035,7 +3016,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3035
3016
|
@keyframes highlightIn {
|
|
3036
3017
|
100% {
|
|
3037
3018
|
background-color: var(--react-autoql-accent-color);
|
|
3038
|
-
color:
|
|
3019
|
+
color: var(--react-autoql-accent-text-color); }
|
|
3039
3020
|
0% {
|
|
3040
3021
|
background-color: var(--react-autoql-background-color-primary);
|
|
3041
3022
|
color: var(--react-autoql-text-color-primary); } }
|
|
@@ -3047,7 +3028,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3047
3028
|
.react-autoql-drawer.disable-selection {
|
|
3048
3029
|
-webkit-user-select: none;
|
|
3049
3030
|
-moz-user-select: none;
|
|
3050
|
-
-ms-user-select: none;
|
|
3051
3031
|
user-select: none; }
|
|
3052
3032
|
|
|
3053
3033
|
.react-autoql-drawer .react-autoql-drawer-content-container {
|
|
@@ -3066,6 +3046,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3066
3046
|
width: 100%;
|
|
3067
3047
|
height: 60px;
|
|
3068
3048
|
background: var(--react-autoql-accent-color);
|
|
3049
|
+
color: var(--react-autoql-accent-text-color);
|
|
3069
3050
|
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
|
|
3070
3051
|
flex-grow: 0;
|
|
3071
3052
|
flex-shrink: 0;
|
|
@@ -3430,7 +3411,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3430
3411
|
|
|
3431
3412
|
.page-switcher-container.bottom .tab.active {
|
|
3432
3413
|
background: var(--react-autoql-accent-color);
|
|
3433
|
-
color:
|
|
3414
|
+
color: var(--react-autoql-accent-text-color);
|
|
3434
3415
|
font-weight: bold; }
|
|
3435
3416
|
|
|
3436
3417
|
/* animations */
|
|
@@ -3867,9 +3848,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3867
3848
|
.dashboard-tile-input-container input::-moz-placeholder {
|
|
3868
3849
|
opacity: 0.5; }
|
|
3869
3850
|
|
|
3870
|
-
.dashboard-tile-input-container input:-ms-input-placeholder {
|
|
3871
|
-
opacity: 0.5; }
|
|
3872
|
-
|
|
3873
3851
|
.dashboard-tile-input-container input::placeholder {
|
|
3874
3852
|
opacity: 0.5; }
|
|
3875
3853
|
|
|
@@ -3976,8 +3954,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3976
3954
|
color: inherit; }
|
|
3977
3955
|
.react-draggable-transparent-selection input::-moz-placeholder {
|
|
3978
3956
|
color: inherit; }
|
|
3979
|
-
.react-draggable-transparent-selection input:-ms-input-placeholder {
|
|
3980
|
-
color: inherit; }
|
|
3981
3957
|
.react-draggable-transparent-selection span::selection,
|
|
3982
3958
|
.react-draggable-transparent-selection div::selection,
|
|
3983
3959
|
.react-draggable-transparent-selection a::selection,
|
|
@@ -4017,6 +3993,13 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4017
3993
|
margin-top: 20px !important;
|
|
4018
3994
|
max-height: 93vh !important; }
|
|
4019
3995
|
|
|
3996
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .react-autoql-dashboard-drilldown-original,
|
|
3997
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-splitter {
|
|
3998
|
+
display: none; }
|
|
3999
|
+
|
|
4000
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-pane:not(.layout-pane-primary) {
|
|
4001
|
+
height: calc(100% - 50px) !important; }
|
|
4002
|
+
|
|
4020
4003
|
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-modal-body {
|
|
4021
4004
|
padding: 0; }
|
|
4022
4005
|
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|