react-autoql 8.0.2-alpha.32 → 8.0.2-alpha.33
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 +3 -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
|
@@ -2267,7 +2267,9 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2267
2267
|
.react-autoql-slider-wrapper .react-autoql-slider-input-wrapper .react-autoql-input-and-label-container .react-autoql-input {
|
|
2268
2268
|
min-height: unset;
|
|
2269
2269
|
max-height: 100%;
|
|
2270
|
-
font-size: inherit;
|
|
2270
|
+
font-size: inherit;
|
|
2271
|
+
-moz-appearance: textfield;
|
|
2272
|
+
/*For FireFox*/ }
|
|
2271
2273
|
|
|
2272
2274
|
.react-autoql-chart-header-container {
|
|
2273
2275
|
width: 100%;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|