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.
Binary file
@@ -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 !important;
626
- position: absolute !important;
627
- pointer-events: none !important;
628
- opacity: 0 !important; }
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
- transform: unset !important; } }
4611
+ transition: unset !important; } }
4613
4612
 
4614
4613
  @media (min-width: 480px) {
4615
4614
  .react-autoql-drawer .react-autoql-header-center-container {
Binary file