react-autoql 8.0.2-alpha.7 → 8.0.2-alpha.9
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 +2 -2
- 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
|
@@ -4057,8 +4057,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4057
4057
|
.filter-lock-popover.filter-lock-popover-mobile {
|
|
4058
4058
|
border: none;
|
|
4059
4059
|
transform: unset !important;
|
|
4060
|
-
height: calc(
|
|
4061
|
-
max-height: calc(
|
|
4060
|
+
height: calc(100% - 80px);
|
|
4061
|
+
max-height: calc(100% - 80px);
|
|
4062
4062
|
top: 0px !important; }
|
|
4063
4063
|
.filter-lock-popover.filter-lock-popover-mobile .popover-container-content {
|
|
4064
4064
|
animation: scale-down-tl 0.2s ease; }
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|