react-autoql 4.5.2 → 4.5.3
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 +5 -1
- 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
|
@@ -1375,7 +1375,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1375
1375
|
.react-autoql-notifications-button-container .react-autoql-notifications-badge-dot {
|
|
1376
1376
|
position: absolute;
|
|
1377
1377
|
display: inline-block;
|
|
1378
|
-
border:
|
|
1378
|
+
border: 1px solid currentColor;
|
|
1379
1379
|
background: #f5222d;
|
|
1380
1380
|
border-radius: 50%;
|
|
1381
1381
|
height: 0.6em;
|
|
@@ -3311,6 +3311,10 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3311
3311
|
justify-content: center;
|
|
3312
3312
|
align-items: center;
|
|
3313
3313
|
pointer-events: none; }
|
|
3314
|
+
.data-messenger-tab-container.hidden {
|
|
3315
|
+
pointer-events: none;
|
|
3316
|
+
visibility: hidden;
|
|
3317
|
+
opacity: 0; }
|
|
3314
3318
|
.data-messenger-tab-container.right {
|
|
3315
3319
|
height: 100vh;
|
|
3316
3320
|
width: 60px;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|