react-autoql 4.3.0 → 4.4.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.
- package/dist/autoql.esm.css +22 -20
- 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
|
@@ -241,7 +241,7 @@ span.react-autoql-icon {
|
|
|
241
241
|
overflow: hidden;
|
|
242
242
|
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
|
|
243
243
|
/* Default styles outside of data messenger */
|
|
244
|
-
background-color:
|
|
244
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
245
245
|
color: #5d5d5d; }
|
|
246
246
|
|
|
247
247
|
.react-autoql-bar-container.autosuggest-top
|
|
@@ -537,7 +537,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
537
537
|
.react-autoql-checkbox__label {
|
|
538
538
|
flex-shrink: 0;
|
|
539
539
|
padding: 0.5rem 1rem;
|
|
540
|
-
color:
|
|
540
|
+
color: var(--react-autoql-accent-text-color);
|
|
541
541
|
cursor: pointer; }
|
|
542
542
|
|
|
543
543
|
.react-autoql-checkbox__input {
|
|
@@ -567,7 +567,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
567
567
|
|
|
568
568
|
.react-autoql-checkbox-tick {
|
|
569
569
|
position: absolute;
|
|
570
|
-
color:
|
|
570
|
+
color: var(--react-autoql-accent-text-color);
|
|
571
571
|
left: 3px;
|
|
572
572
|
line-height: 20px;
|
|
573
573
|
pointer-events: none; }
|
|
@@ -621,7 +621,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
621
621
|
bottom: 2px;
|
|
622
622
|
left: 2px;
|
|
623
623
|
border-radius: 50%;
|
|
624
|
-
background:
|
|
624
|
+
background: var(--react-autoql-accent-text-color); }
|
|
625
625
|
|
|
626
626
|
.react-autoql-checkbox--switch__input:checked
|
|
627
627
|
+ .react-autoql-checkbox--switch__label::after {
|
|
@@ -940,7 +940,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
940
940
|
|
|
941
941
|
.react-autoql-suggestion-btn:hover {
|
|
942
942
|
border-color: transparent;
|
|
943
|
-
color:
|
|
943
|
+
color: var(--react-autoql-accent-text-color);
|
|
944
944
|
background: var(--react-autoql-accent-color); }
|
|
945
945
|
|
|
946
946
|
.react-autoql-help-link-btn {
|
|
@@ -1664,6 +1664,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1664
1664
|
top: 0;
|
|
1665
1665
|
width: 4px;
|
|
1666
1666
|
background: var(--react-autoql-accent-color, #26a7df);
|
|
1667
|
+
color: var(--react-autoql-accent-text-color);
|
|
1667
1668
|
transition-property: opacity;
|
|
1668
1669
|
transition-duration: 0.2s;
|
|
1669
1670
|
transition-timing-function: ease; }
|
|
@@ -1679,7 +1680,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1679
1680
|
width: 45px;
|
|
1680
1681
|
line-height: 45px;
|
|
1681
1682
|
font-size: 22px;
|
|
1682
|
-
color:
|
|
1683
|
+
color: var(--react-autoql-accent-text-color);
|
|
1683
1684
|
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
1684
1685
|
text-align: center;
|
|
1685
1686
|
margin-top: 13px;
|
|
@@ -1713,13 +1714,13 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1713
1714
|
.react-autoql-step-container.complete .react-autoql-step-dot {
|
|
1714
1715
|
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
1715
1716
|
background: var(--react-autoql-accent-color, #26a7df);
|
|
1716
|
-
color:
|
|
1717
|
+
color: var(--react-autoql-accent-text-color); }
|
|
1717
1718
|
.react-autoql-step-container.error {
|
|
1718
1719
|
border-color: var(--react-autoql-warning-color); }
|
|
1719
1720
|
.react-autoql-step-container.error .react-autoql-step-dot {
|
|
1720
1721
|
border-color: var(--react-autoql-warning-color);
|
|
1721
1722
|
background: var(--react-autoql-warning-color);
|
|
1722
|
-
color:
|
|
1723
|
+
color: #fff; }
|
|
1723
1724
|
.react-autoql-step-container:not(.active) .react-autoql-step-content-container {
|
|
1724
1725
|
pointer-events: none;
|
|
1725
1726
|
height: 10px;
|
|
@@ -1803,7 +1804,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1803
1804
|
height: 18px;
|
|
1804
1805
|
border: 1px solid #ddd;
|
|
1805
1806
|
border-radius: 100%;
|
|
1806
|
-
background:
|
|
1807
|
+
background: var(--react-autoql-accent-text-color); }
|
|
1807
1808
|
|
|
1808
1809
|
.react-autoql-radio-btn-container [type='radio']:checked + label:after,
|
|
1809
1810
|
.react-autoql-radio-btn-container [type='radio']:not(:checked) + label:after {
|
|
@@ -1838,7 +1839,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1838
1839
|
.react-autoql-radio-btn-container .react-autoql-radio-btn.active {
|
|
1839
1840
|
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
1840
1841
|
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
1841
|
-
color:
|
|
1842
|
+
color: var(--react-autoql-accent-text-color); }
|
|
1842
1843
|
.react-autoql-radio-btn-container .react-autoql-radio-btn.active.outlined {
|
|
1843
1844
|
background-color: inherit;
|
|
1844
1845
|
color: var(--react-autoql-accent-color, #26a7df); }
|
|
@@ -2140,7 +2141,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2140
2141
|
width: 35px;
|
|
2141
2142
|
border-radius: 20px;
|
|
2142
2143
|
background: var(--react-autoql-accent-color, #26a7df);
|
|
2143
|
-
color:
|
|
2144
|
+
color: var(--react-autoql-accent-text-color);
|
|
2144
2145
|
line-height: 38px;
|
|
2145
2146
|
text-align: center;
|
|
2146
2147
|
font-size: 20px;
|
|
@@ -2369,7 +2370,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2369
2370
|
.connect-channel-form-container .channel-item.selected,
|
|
2370
2371
|
.slack-channel-list-container .channel-item.selected {
|
|
2371
2372
|
background-color: var(--react-autoql-accent-color);
|
|
2372
|
-
color:
|
|
2373
|
+
color: var(--react-autoql-accent-text-color); }
|
|
2373
2374
|
.connect-channel-form-container .channel-item:hover:not(.selected),
|
|
2374
2375
|
.slack-channel-list-container .channel-item:hover:not(.selected) {
|
|
2375
2376
|
background-color: rgba(0, 0, 0, 0.05); }
|
|
@@ -2688,12 +2689,12 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2688
2689
|
opacity: 0.7; }
|
|
2689
2690
|
.react-autoql-cascader .options-container .option .option-execute-icon {
|
|
2690
2691
|
opacity: 0;
|
|
2691
|
-
color:
|
|
2692
|
+
color: var(--react-autoql-accent-text-color);
|
|
2692
2693
|
font-size: 16px;
|
|
2693
2694
|
vertical-align: middle; }
|
|
2694
2695
|
.react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
|
|
2695
2696
|
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
2696
|
-
color:
|
|
2697
|
+
color: var(--react-autoql-accent-text-color); }
|
|
2697
2698
|
.react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
|
|
2698
2699
|
opacity: 1; }
|
|
2699
2700
|
.react-autoql-cascader .options-container:not(:last-child) {
|
|
@@ -2928,7 +2929,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2928
2929
|
margin-left: 3px; }
|
|
2929
2930
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-highlight-row {
|
|
2930
2931
|
background-color: var(--react-autoql-accent-color);
|
|
2931
|
-
color:
|
|
2932
|
+
color: var(--react-autoql-accent-text-color);
|
|
2932
2933
|
-webkit-animation-name: highlightIn, highlightOut;
|
|
2933
2934
|
animation-name: highlightIn, highlightOut;
|
|
2934
2935
|
-webkit-animation-duration: 300ms, 300ms;
|
|
@@ -3014,7 +3015,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3014
3015
|
color: var(--react-autoql-text-color-primary); }
|
|
3015
3016
|
0% {
|
|
3016
3017
|
background-color: var(--react-autoql-accent-color);
|
|
3017
|
-
color:
|
|
3018
|
+
color: var(--react-autoql-accent-text-color); } }
|
|
3018
3019
|
|
|
3019
3020
|
@keyframes highlightOut {
|
|
3020
3021
|
100% {
|
|
@@ -3022,12 +3023,12 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3022
3023
|
color: var(--react-autoql-text-color-primary); }
|
|
3023
3024
|
0% {
|
|
3024
3025
|
background-color: var(--react-autoql-accent-color);
|
|
3025
|
-
color:
|
|
3026
|
+
color: var(--react-autoql-accent-text-color); } }
|
|
3026
3027
|
|
|
3027
3028
|
@-webkit-keyframes highlightIn {
|
|
3028
3029
|
100% {
|
|
3029
3030
|
background-color: var(--react-autoql-accent-color);
|
|
3030
|
-
color:
|
|
3031
|
+
color: var(--react-autoql-accent-text-color); }
|
|
3031
3032
|
0% {
|
|
3032
3033
|
background-color: var(--react-autoql-background-color-primary);
|
|
3033
3034
|
color: var(--react-autoql-text-color-primary); } }
|
|
@@ -3035,7 +3036,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3035
3036
|
@keyframes highlightIn {
|
|
3036
3037
|
100% {
|
|
3037
3038
|
background-color: var(--react-autoql-accent-color);
|
|
3038
|
-
color:
|
|
3039
|
+
color: var(--react-autoql-accent-text-color); }
|
|
3039
3040
|
0% {
|
|
3040
3041
|
background-color: var(--react-autoql-background-color-primary);
|
|
3041
3042
|
color: var(--react-autoql-text-color-primary); } }
|
|
@@ -3066,6 +3067,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3066
3067
|
width: 100%;
|
|
3067
3068
|
height: 60px;
|
|
3068
3069
|
background: var(--react-autoql-accent-color);
|
|
3070
|
+
color: var(--react-autoql-accent-text-color);
|
|
3069
3071
|
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
|
|
3070
3072
|
flex-grow: 0;
|
|
3071
3073
|
flex-shrink: 0;
|
|
@@ -3430,7 +3432,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3430
3432
|
|
|
3431
3433
|
.page-switcher-container.bottom .tab.active {
|
|
3432
3434
|
background: var(--react-autoql-accent-color);
|
|
3433
|
-
color:
|
|
3435
|
+
color: var(--react-autoql-accent-text-color);
|
|
3434
3436
|
font-weight: bold; }
|
|
3435
3437
|
|
|
3436
3438
|
/* animations */
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|