react-autoql 6.4.0 → 6.5.0

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
@@ -479,9 +479,9 @@ span.react-autoql-icon {
479
479
  display: none; }
480
480
  .react-autoql-table-container.filtering .react-autoql-table .tabulator-col {
481
481
  height: 72px !important; }
482
- .react-autoql-table-container.filtering.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
483
- .react-autoql-table-container.filtering.infinite .tabulator-col.DATE .tabulator-header-filter,
484
- .react-autoql-table-container.filtering.infinite .tabulator-col.DRILLDOWN .tabulator-header-filter {
482
+ .react-autoql-table-container.filtering .tabulator-col.DATE .tabulator-header-filter,
483
+ .react-autoql-table-container.filtering .tabulator-col.DATE_STRING .tabulator-header-filter,
484
+ .react-autoql-table-container.filtering .tabulator-col.DRILLDOWN .tabulator-header-filter {
485
485
  display: none !important; }
486
486
  .react-autoql-table-container.filtering.limited .tabulator-col .tabulator-header-filter,
487
487
  .react-autoql-table-container.filtering.infinite .tabulator-col:not(.DATE_STRING):not(.DATE) .tabulator-header-filter {
@@ -626,6 +626,13 @@ g.legendOrdinal tspan {
626
626
  .legend-title-border:hover {
627
627
  stroke: var(--react-autoql-accent-color) !important; }
628
628
 
629
+ .axis-scaler-border {
630
+ cursor: pointer;
631
+ stroke: transparent;
632
+ opacity: 0.5; }
633
+ .axis-scaler-border:hover {
634
+ stroke: transparent !important; }
635
+
629
636
  .react-autoql-axis-selector-arrow {
630
637
  opacity: 1 !important; }
631
638
 
@@ -1128,13 +1135,16 @@ g.legendOrdinal .legendTitle tspan {
1128
1135
 
1129
1136
  .query-output-footer {
1130
1137
  display: flex;
1131
- justify-content: space-between;
1132
1138
  align-items: flex-end;
1133
1139
  max-height: 150px;
1134
1140
  width: 100%;
1135
1141
  margin-top: 10px; }
1136
1142
  .query-output-footer.no-margin {
1137
1143
  margin: 0; }
1144
+ .query-output-footer.top {
1145
+ justify-content: center; }
1146
+ .query-output-footer.bottom {
1147
+ justify-content: space-between; }
1138
1148
 
1139
1149
  .query-output-table-row-count {
1140
1150
  padding-top: 10px; }
@@ -2108,38 +2118,35 @@ g.legendOrdinal .legendTitle tspan {
2108
2118
  .react-autoql-notification-message-input {
2109
2119
  width: 100%; }
2110
2120
 
2111
- .react-autoql-notification-list-item:nth-of-type(0) {
2112
- animation-delay: 0s; }
2113
-
2114
2121
  .react-autoql-notification-list-item:nth-of-type(1) {
2115
- animation-delay: 0.1s; }
2122
+ animation-delay: 0s; }
2116
2123
 
2117
2124
  .react-autoql-notification-list-item:nth-of-type(2) {
2118
- animation-delay: 0.2s; }
2125
+ animation-delay: 0.1s; }
2119
2126
 
2120
2127
  .react-autoql-notification-list-item:nth-of-type(3) {
2121
- animation-delay: 0.3s; }
2128
+ animation-delay: 0.2s; }
2122
2129
 
2123
2130
  .react-autoql-notification-list-item:nth-of-type(4) {
2124
- animation-delay: 0.4s; }
2131
+ animation-delay: 0.3s; }
2125
2132
 
2126
2133
  .react-autoql-notification-list-item:nth-of-type(5) {
2127
- animation-delay: 0.5s; }
2134
+ animation-delay: 0.4s; }
2128
2135
 
2129
2136
  .react-autoql-notification-list-item:nth-of-type(6) {
2130
- animation-delay: 0.6s; }
2137
+ animation-delay: 0.5s; }
2131
2138
 
2132
2139
  .react-autoql-notification-list-item:nth-of-type(7) {
2133
- animation-delay: 0.7s; }
2140
+ animation-delay: 0.6s; }
2134
2141
 
2135
2142
  .react-autoql-notification-list-item:nth-of-type(8) {
2136
- animation-delay: 0.8s; }
2143
+ animation-delay: 0.7s; }
2137
2144
 
2138
2145
  .react-autoql-notification-list-item:nth-of-type(9) {
2139
- animation-delay: 0.9s; }
2146
+ animation-delay: 0.8s; }
2140
2147
 
2141
2148
  .react-autoql-notification-list-item:nth-of-type(10) {
2142
- animation-delay: 1s; }
2149
+ animation-delay: 0.9s; }
2143
2150
 
2144
2151
  .react-autoql-notification-settings {
2145
2152
  background-color: var(--react-autoql-background-color-primary);
@@ -2839,6 +2846,8 @@ g.legendOrdinal .legendTitle tspan {
2839
2846
  flex-direction: column;
2840
2847
  flex-wrap: nowrap; }
2841
2848
  .react-autoql-card.collapsed .react-autoql-card-content {
2849
+ visibility: hidden;
2850
+ position: absolute;
2842
2851
  pointer-events: none;
2843
2852
  opacity: 0; }
2844
2853
  .react-autoql-card .react-autoql-card-title {
@@ -2991,6 +3000,20 @@ g.legendOrdinal .legendTitle tspan {
2991
3000
  flex: 1 1;
2992
3001
  min-height: 0;
2993
3002
  color: var(--react-autoql-text-color-primary); }
3003
+ .data-explorer-page-container .data-explorer-title-animated-container {
3004
+ animation: slideDown 0.4s cubic-bezier(0.26, 0.26, 0, 1);
3005
+ animation-fill-mode: both; }
3006
+ .data-explorer-page-container .data-explorer-section,
3007
+ .data-explorer-page-container .data-explorer-intro-message {
3008
+ opacity: 0;
3009
+ transform: translateY(100%);
3010
+ animation: slideUp 0.6s cubic-bezier(0.26, 0.26, 0, 1);
3011
+ animation-fill-mode: forwards;
3012
+ animation-delay: 0s; }
3013
+ .data-explorer-page-container .data-explorer-section:nth-of-type(1) {
3014
+ animation-delay: 0s; }
3015
+ .data-explorer-page-container .data-explorer-section:nth-of-type(2) {
3016
+ animation-delay: 0.2s; }
2994
3017
  .data-explorer-page-container .data-explorer-intro-message {
2995
3018
  color: var(--react-autoql-text-color-primary);
2996
3019
  text-align: center;
@@ -3066,6 +3089,8 @@ g.legendOrdinal .legendTitle tspan {
3066
3089
  display: flex;
3067
3090
  justify-content: center;
3068
3091
  align-items: center; }
3092
+ .data-explorer-page-container .data-explorer-card-placeholder.data-preview {
3093
+ height: 165px; }
3069
3094
  .data-explorer-page-container .query-suggestion-list-scroll-component {
3070
3095
  color: var(--react-autoql-text-color-primary);
3071
3096
  flex: 1; }
@@ -3106,6 +3131,20 @@ g.legendOrdinal .legendTitle tspan {
3106
3131
  .data-explorer-page-container .chat-bar-clear-btn.visible {
3107
3132
  visibility: visible; }
3108
3133
 
3134
+ @keyframes slideDown {
3135
+ 0% {
3136
+ transform: translateY(-100%); }
3137
+ 100% {
3138
+ transform: translateY(0%); } }
3139
+
3140
+ @keyframes slideUp {
3141
+ 0% {
3142
+ transform: translateY(100%);
3143
+ opacity: 0; }
3144
+ 100% {
3145
+ transform: translateY(0%);
3146
+ opacity: 1; } }
3147
+
3109
3148
  .filter-lock-menu {
3110
3149
  z-index: 99999 !important;
3111
3150
  top: -4px !important;
@@ -3858,12 +3897,6 @@ g.legendOrdinal .legendTitle tspan {
3858
3897
  100% {
3859
3898
  opacity: 1; } }
3860
3899
 
3861
- @keyframes slideDown {
3862
- 0% {
3863
- transform: translateY(-100%); }
3864
- 100% {
3865
- transform: translateY(0%); } }
3866
-
3867
3900
  @keyframes snackbarFadeout {
3868
3901
  from {
3869
3902
  top: 60px;
@@ -3969,6 +4002,11 @@ g.legendOrdinal .legendTitle tspan {
3969
4002
  margin-top: -6px;
3970
4003
  opacity: 0.9; }
3971
4004
 
4005
+ .react-autoql-dashboard-tile-inner-div .react-autoql-table,
4006
+ .react-autoql-dashboard-tile-inner-div .query-output-table-row-count {
4007
+ color: var(--react-autoql-text-color-primary);
4008
+ font-size: 11px; }
4009
+
3972
4010
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper {
3973
4011
  height: calc(100% - 47px);
3974
4012
  width: 100%;
@@ -3979,14 +4017,10 @@ g.legendOrdinal .legendTitle tspan {
3979
4017
  color: var(--react-autoql-border-color);
3980
4018
  opacity: 0.3;
3981
4019
  pointer-events: none; }
3982
- .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-table {
3983
- color: var(--react-autoql-text-color-primary);
3984
- font-size: 11px; }
3985
4020
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-response-content-container.table .query-output-footer {
3986
4021
  min-height: 33px; }
3987
-
3988
- .react-autoql-dashboard-tile-inner-div.split .dashboard-tile-response-wrapper {
3989
- padding: 0; }
4022
+ .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-response-content-container.table .query-output-footer.top {
4023
+ min-height: unset; }
3990
4024
 
3991
4025
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper.editing .dashboard-tile-toolbars-container {
3992
4026
  padding: 13px; }
@@ -4001,6 +4035,9 @@ g.legendOrdinal .legendTitle tspan {
4001
4035
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper.editing .react-autoql-toolbar-btn.active {
4002
4036
  color: var(--react-autoql-accent-color); }
4003
4037
 
4038
+ .react-autoql-dashboard-tile-inner-div.split .dashboard-tile-response-wrapper {
4039
+ padding: 0; }
4040
+
4004
4041
  /* Safetynet styles specific to dashboard tiles */
4005
4042
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper.editing {
4006
4043
  height: 100%;
Binary file