react-autoql 4.5.0 → 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.
@@ -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: 2px solid #fff;
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;
Binary file