react-autoql 4.5.1 → 4.6.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.
- package/dist/autoql.esm.css +7 -2
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +2 -2
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +1 -1
package/dist/autoql.esm.css
CHANGED
|
@@ -1021,7 +1021,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1021
1021
|
justify-content: space-between;
|
|
1022
1022
|
align-items: flex-end;
|
|
1023
1023
|
max-height: 150px;
|
|
1024
|
-
width: 100%;
|
|
1024
|
+
width: 100%;
|
|
1025
|
+
margin-top: 10px; }
|
|
1025
1026
|
|
|
1026
1027
|
.dashboard-data-limit-warning-icon {
|
|
1027
1028
|
color: var(--react-autoql-warning-color) !important;
|
|
@@ -1375,7 +1376,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1375
1376
|
.react-autoql-notifications-button-container .react-autoql-notifications-badge-dot {
|
|
1376
1377
|
position: absolute;
|
|
1377
1378
|
display: inline-block;
|
|
1378
|
-
border:
|
|
1379
|
+
border: 1px solid currentColor;
|
|
1379
1380
|
background: #f5222d;
|
|
1380
1381
|
border-radius: 50%;
|
|
1381
1382
|
height: 0.6em;
|
|
@@ -3311,6 +3312,10 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3311
3312
|
justify-content: center;
|
|
3312
3313
|
align-items: center;
|
|
3313
3314
|
pointer-events: none; }
|
|
3315
|
+
.data-messenger-tab-container.hidden {
|
|
3316
|
+
pointer-events: none;
|
|
3317
|
+
visibility: hidden;
|
|
3318
|
+
opacity: 0; }
|
|
3314
3319
|
.data-messenger-tab-container.right {
|
|
3315
3320
|
height: 100vh;
|
|
3316
3321
|
width: 60px;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|