react-autoql 8.0.2-alpha.3 → 8.0.2-alpha.4

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
@@ -4796,6 +4796,10 @@ g.legendOrdinal .legendTitle tspan {
4796
4796
  .react-autoql-drawer .react-autoql-header-center-container {
4797
4797
  font-size: 18px;
4798
4798
  letter-spacing: 0.05em; }
4799
+ .react-autoql-drawer .react-autoql-header-left-container.hidden {
4800
+ width: 0px; }
4801
+ .react-autoql-drawer .react-autoql-header-right-container.hidden {
4802
+ width: 0px; }
4799
4803
  .react-autoql-drawer .drawer-content-wrapper {
4800
4804
  transition: unset !important; } }
4801
4805
 
Binary file