react-autoql 8.0.0-alpha.11 → 8.0.0-alpha.12
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 +6 -7
- 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
|
@@ -622,10 +622,10 @@ a {
|
|
|
622
622
|
.react-autoql-table-container.loading {
|
|
623
623
|
pointer-events: none; }
|
|
624
624
|
.react-autoql-table-container.hidden {
|
|
625
|
-
visibility: hidden
|
|
626
|
-
position: absolute
|
|
627
|
-
pointer-events: none
|
|
628
|
-
opacity: 0
|
|
625
|
+
visibility: hidden;
|
|
626
|
+
position: absolute;
|
|
627
|
+
pointer-events: none;
|
|
628
|
+
opacity: 0; }
|
|
629
629
|
.react-autoql-table-container.empty:not(.filtering) .tabulator-headers {
|
|
630
630
|
overflow: hidden;
|
|
631
631
|
height: 37px !important; }
|
|
@@ -680,8 +680,7 @@ a {
|
|
|
680
680
|
.react-autoql-table-container:not(.filtering) .tabulator-header-filter input {
|
|
681
681
|
opacity: 0;
|
|
682
682
|
visibility: hidden;
|
|
683
|
-
pointer-events: none;
|
|
684
|
-
line-height: 14px; }
|
|
683
|
+
pointer-events: none; }
|
|
685
684
|
.react-autoql-table-container:not(.filtering) .react-autoql-tabulator-container .tabulator-tableholder {
|
|
686
685
|
min-height: calc(100% - 37px) !important;
|
|
687
686
|
height: calc(100% - 37px) !important;
|
|
@@ -4609,7 +4608,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4609
4608
|
font-size: 18px;
|
|
4610
4609
|
letter-spacing: 0.05em; }
|
|
4611
4610
|
.react-autoql-drawer .drawer-content-wrapper {
|
|
4612
|
-
|
|
4611
|
+
transition: unset !important; } }
|
|
4613
4612
|
|
|
4614
4613
|
@media (min-width: 480px) {
|
|
4615
4614
|
.react-autoql-drawer .react-autoql-header-center-container {
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|