react-autoql 6.1.4 → 6.1.6
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.cjs.js +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +4 -1
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +1 -1
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -1789,6 +1789,9 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1789
1789
|
font-size: 15px;
|
|
1790
1790
|
line-height: 15px;
|
|
1791
1791
|
padding-top: 2px; }
|
|
1792
|
+
.react-autoql-step-title.disabled {
|
|
1793
|
+
cursor: default;
|
|
1794
|
+
color: var(--react-autoql-text-color-placeholder, lightgray); }
|
|
1792
1795
|
|
|
1793
1796
|
.react-autoql-step-subtitle {
|
|
1794
1797
|
font-size: 13px;
|
|
@@ -1951,7 +1954,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1951
1954
|
.notification-modal-content .step-btn-container {
|
|
1952
1955
|
text-align: right;
|
|
1953
1956
|
display: flex;
|
|
1954
|
-
min-height:
|
|
1957
|
+
min-height: 30px; }
|
|
1955
1958
|
|
|
1956
1959
|
.expression-valid-checkmark.react-autoql-icon svg {
|
|
1957
1960
|
color: var(--react-autoql-success-color); }
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|