react-autoql 7.2.1-alpha.3 → 7.2.1-alpha.4

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.
Binary file
@@ -91,6 +91,7 @@ span.react-autoql-icon {
91
91
  left: 82%; } }
92
92
 
93
93
  .loading-container-centered {
94
+ -webkit-transform: translate3d(0, 0, 0);
94
95
  height: 100%;
95
96
  width: 100%;
96
97
  display: flex;
@@ -545,6 +546,7 @@ span.react-autoql-icon {
545
546
  color: var(--react-autoql-text-color-accent); }
546
547
 
547
548
  .react-autoql-table-container {
549
+ -webkit-transform: translate3d(0, 0, 0);
548
550
  display: flex;
549
551
  flex-direction: column;
550
552
  width: 100% !important;
@@ -1702,6 +1704,7 @@ g.legendOrdinal .legendTitle tspan {
1702
1704
  .ReactModal__Content {
1703
1705
  display: flex;
1704
1706
  flex-direction: column;
1707
+ overflow: hidden !important;
1705
1708
  transform: scale(0);
1706
1709
  transition: all 0.2s ease-in-out;
1707
1710
  color: var(--react-autoql-text-color-primary);
@@ -1732,8 +1735,11 @@ g.legendOrdinal .legendTitle tspan {
1732
1735
  transform: scale(0); }
1733
1736
 
1734
1737
  .react-autoql-modal-content {
1738
+ display: flex;
1739
+ flex-direction: column;
1735
1740
  height: 100%;
1736
- width: 100%; }
1741
+ width: 100%;
1742
+ overflow: hidden; }
1737
1743
 
1738
1744
  .react-autoql-modal-header {
1739
1745
  position: relative;
@@ -1753,9 +1759,9 @@ g.legendOrdinal .legendTitle tspan {
1753
1759
  .react-autoql-modal-body {
1754
1760
  display: flex;
1755
1761
  flex-direction: column;
1756
- padding: 25px;
1762
+ padding: 20px 10px;
1757
1763
  flex: 1;
1758
- overflow: hidden; }
1764
+ overflow: hidden !important; }
1759
1765
  .react-autoql-modal-body h3 {
1760
1766
  color: var(--react-autoql-text-color-primary); }
1761
1767
 
@@ -2446,6 +2452,13 @@ g.legendOrdinal .legendTitle tspan {
2446
2452
  color: var(--react-autoql-text-color-primary);
2447
2453
  padding-top: 20px;
2448
2454
  height: 100%; }
2455
+ .react-autoql-notification-settings .empty-list-message {
2456
+ color: var(--react-autoql-text-color-primary);
2457
+ text-align: center;
2458
+ margin-top: 75px; }
2459
+ .react-autoql-notification-settings .empty-list-message .empty-list-img {
2460
+ width: 250px;
2461
+ height: 250px; }
2449
2462
  .react-autoql-notification-settings .react-autoql-notification-settings-container {
2450
2463
  margin: 20px;
2451
2464
  margin-top: 10px;
@@ -4130,6 +4143,16 @@ g.legendOrdinal .legendTitle tspan {
4130
4143
  top: 30px;
4131
4144
  opacity: 0; } }
4132
4145
 
4146
+ .react-autoql-dashboard,
4147
+ .react-autoql-dashboard-container,
4148
+ .react-autoql-dashboard-tile,
4149
+ .dashboard-tile-title-container,
4150
+ .react-autoql-dashboard-tile-inner-div,
4151
+ .dashboard-tile-toolbars-container,
4152
+ .dashboard-tile-response-wrapper,
4153
+ .dashboard-tile-response-container {
4154
+ transform: translateZ(0) !important; }
4155
+
4133
4156
  .react-autoql-dashboard .react-autoql-dashboard-tile {
4134
4157
  background: var(--react-autoql-background-color-secondary, #fff);
4135
4158
  color: var(--react-autoql-text-color-primary, #404040);
@@ -4544,6 +4567,7 @@ g.legendOrdinal .legendTitle tspan {
4544
4567
 
4545
4568
  /* React Grid Layout overrides */
4546
4569
  .react-grid-item .react-resizable-handle {
4570
+ -webkit-transform: translate3d(0, 0, 0);
4547
4571
  z-index: 1;
4548
4572
  position: absolute;
4549
4573
  width: 11px;
Binary file