react-autoql 7.3.3-alpha.1 → 7.3.3-alpha.2

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.
@@ -3896,7 +3896,9 @@ g.legendOrdinal .legendTitle tspan {
3896
3896
  @media (max-width: 479px) {
3897
3897
  .react-autoql-drawer .react-autoql-header-center-container {
3898
3898
  font-size: 18px;
3899
- letter-spacing: 0.05em; } }
3899
+ letter-spacing: 0.05em; }
3900
+ .react-autoql-drawer .drawer-content-wrapper {
3901
+ transform: unset !important; } }
3900
3902
 
3901
3903
  @media (min-width: 480px) {
3902
3904
  .react-autoql-drawer .react-autoql-header-center-container {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-autoql",
3
- "version": "7.3.3-alpha.1",
3
+ "version": "7.3.3-alpha.2",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",