react-autoql 7.2.1-alpha.2 → 7.2.1-alpha.3

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
@@ -579,6 +579,21 @@ span.react-autoql-icon {
579
579
  position: absolute;
580
580
  pointer-events: none;
581
581
  opacity: 0; }
582
+ .react-autoql-table-container.empty:not(.filtering) .tabulator-headers {
583
+ height: 37px !important; }
584
+ .react-autoql-table-container.empty .react-autoql-table.tabulator {
585
+ overflow: auto; }
586
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-tableholder {
587
+ overflow: hidden; }
588
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-header {
589
+ border: none !important;
590
+ overflow: visible; }
591
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-header .tabulator-header-contents {
592
+ overflow: visible; }
593
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
594
+ border-bottom: 2px solid var(--react-autoql-border-color); }
595
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers .tabulator-col {
596
+ background: transparent; }
582
597
  .react-autoql-table-container.resizing {
583
598
  width: 100vw; }
584
599
  .react-autoql-table-container.resizing .react-autoql-table {
@@ -606,6 +621,10 @@ span.react-autoql-icon {
606
621
  max-height: calc(100% - 60px) !important; }
607
622
  .react-autoql-table-container.filtering .filter-tag {
608
623
  display: none; }
624
+ .react-autoql-table-container.filtering.empty .react-autoql-table.tabulator .tabulator-header {
625
+ border: none; }
626
+ .react-autoql-table-container.filtering.empty .react-autoql-table.tabulator .tabulator-header .tabulator-headers {
627
+ border-bottom: 2px solid var(--react-autoql-border-color); }
609
628
  .react-autoql-table-container:not(.filtering) .tabulator-header-contents {
610
629
  height: 35px; }
611
630
  .react-autoql-table-container:not(.filtering) .tabulator-header-filter input {
@@ -734,6 +753,11 @@ span.react-autoql-icon {
734
753
  pointer-events: none;
735
754
  background-color: transparent;
736
755
  color: var(--react-autoql-accent-color); }
756
+ .table-loader.table-placeholder {
757
+ color: var(--react-autoql-text-color-primary);
758
+ font-size: 12px;
759
+ opacity: 0.5;
760
+ top: 20px; }
737
761
  .table-loader.table-page-loader {
738
762
  top: 0;
739
763
  bottom: 0;
@@ -2363,8 +2387,8 @@ g.legendOrdinal .legendTitle tspan {
2363
2387
  .react-autoql-notification-list-container {
2364
2388
  display: flex;
2365
2389
  flex-direction: column;
2366
- height: 100%;
2367
- background: var(--react-autoql-background-color-primary); }
2390
+ background: var(--react-autoql-background-color-primary);
2391
+ height: 100%; }
2368
2392
  .react-autoql-notification-list-container .notification-feed-list {
2369
2393
  padding: 0 20px;
2370
2394
  padding-top: 0; }
@@ -3256,11 +3280,11 @@ g.legendOrdinal .legendTitle tspan {
3256
3280
  margin-right: 5px; }
3257
3281
  .data-explorer-page-container .data-explorer-result-container {
3258
3282
  color: var(--react-autoql-text-color-primary);
3259
- flex: 1;
3260
3283
  width: 100%;
3261
3284
  overflow: auto;
3262
3285
  padding-left: 5px;
3263
- min-height: 0; }
3286
+ min-height: 0;
3287
+ height: calc(100% - 130px); }
3264
3288
  .data-explorer-page-container .data-explorer-result-container .data-explorer-sections-container {
3265
3289
  position: relative;
3266
3290
  height: 100%;
@@ -3625,6 +3649,8 @@ g.legendOrdinal .legendTitle tspan {
3625
3649
  font-family: var(--react-autoql-font-family), sans-serif;
3626
3650
  line-height: 22px;
3627
3651
  outline: none !important; }
3652
+ .react-autoql-drawer .react-autoql-notification-list-container {
3653
+ height: calc(100% - 60px); }
3628
3654
 
3629
3655
  .react-autoql-drawer.disable-selection {
3630
3656
  -webkit-user-select: none;
Binary file