react-autoql 7.3.2-alpha.8 → 7.3.3-alpha.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
@@ -982,7 +982,7 @@ span.react-autoql-icon {
982
982
  color: var(--react-autoql-accent-color, #26a7df); }
983
983
  .react-autoql-select:not(.outlined) {
984
984
  font-weight: 600;
985
- padding: 0 10px;
985
+ padding: 0;
986
986
  margin: 0; }
987
987
  .react-autoql-select.outlined {
988
988
  margin: 0 3px;
@@ -2912,6 +2912,10 @@ g.legendOrdinal .legendTitle tspan {
2912
2912
  pointer-events: auto;
2913
2913
  visibility: visible;
2914
2914
  opacity: 1; }
2915
+ .chat-single-message-container .chat-message-bubble .react-autoql-toolbar-mobile {
2916
+ pointer-events: auto;
2917
+ visibility: visible;
2918
+ opacity: 1; }
2915
2919
 
2916
2920
  .chat-message-rt-container {
2917
2921
  padding: 0 20px 15px 20px;
@@ -4443,8 +4447,7 @@ g.legendOrdinal .legendTitle tspan {
4443
4447
  display: flex;
4444
4448
  align-items: center; }
4445
4449
  .react-autoql-dashboard-tile-inner-div .single-value-response-flex-container .single-value-response {
4446
- font-size: 32px;
4447
- opacity: 0.9; }
4450
+ font-size: 32px; }
4448
4451
 
4449
4452
  .react-autoql-dashboard-tile-inner-div .tabulator-header-contents {
4450
4453
  height: 32px !important; }
Binary file