react-autoql 8.0.2-alpha.6 → 8.0.2-alpha.7
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.
- package/dist/autoql.cjs.js +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +5 -7
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +1 -1
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -4556,11 +4556,11 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4556
4556
|
align-items: flex-start;
|
|
4557
4557
|
justify-content: space-between;
|
|
4558
4558
|
transition: opacity 0.3s ease, color 0.3s ease;
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4559
|
+
left: -10px;
|
|
4560
|
+
right: -10px;
|
|
4561
|
+
margin-bottom: -10px;
|
|
4562
|
+
bottom: 100%;
|
|
4563
|
+
z-index: 3; }
|
|
4564
4564
|
.chat-message-and-rt-container .react-autoql-toolbar {
|
|
4565
4565
|
display: flex;
|
|
4566
4566
|
flex-wrap: nowrap;
|
|
@@ -4687,8 +4687,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4687
4687
|
font-family: var(--react-autoql-font-family), sans-serif;
|
|
4688
4688
|
line-height: 22px;
|
|
4689
4689
|
outline: none !important; }
|
|
4690
|
-
.react-autoql-drawer.mobile {
|
|
4691
|
-
height: calc(100vh - 80px); }
|
|
4692
4690
|
.react-autoql-drawer .react-autoql-notification-list-container {
|
|
4693
4691
|
height: calc(100% - 60px); }
|
|
4694
4692
|
.react-autoql-drawer .data-messenger-header-select {
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|