react-autoql 8.0.2-alpha.13 → 8.0.2-alpha.15

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
@@ -3633,6 +3633,8 @@ g.legendOrdinal .legendTitle tspan {
3633
3633
  flex-wrap: nowrap;
3634
3634
  text-align: center;
3635
3635
  overflow: hidden; }
3636
+ .react-autoql-notification-settings .react-autoql-data-alert-list-item-section.react-autoql-data-alert-list-item-section-frequency, .react-autoql-notification-settings .react-autoql-data-alert-list-item-section.react-autoql-data-alert-list-item-section-next-check {
3637
+ flex: 1.5 0 50px; }
3636
3638
  .react-autoql-notification-settings .react-autoql-data-alert-list-item-section .react-autoql-notification-setting-display-name-title {
3637
3639
  width: 100%;
3638
3640
  text-overflow: ellipsis;
@@ -3711,7 +3713,7 @@ g.legendOrdinal .legendTitle tspan {
3711
3713
  border-radius: 6px;
3712
3714
  white-space: nowrap;
3713
3715
  cursor: default; }
3714
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .data-alert-state .react-autoql-icon {
3716
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .data-alert-state .react-autoql-icon:not(:last-child) {
3715
3717
  margin-right: 5px; }
3716
3718
  .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .data-alert-state.data-alert-off.data-alert-ready {
3717
3719
  color: var(--react-autoql-text-color-primary); }
@@ -3753,6 +3755,8 @@ g.legendOrdinal .legendTitle tspan {
3753
3755
  color: var(--react-autoql-info-color);
3754
3756
  border: 1px solid var(--react-autoql-info-color);
3755
3757
  cursor: pointer; }
3758
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-state-action-btn.react-autoql-notification-state-action-btn-hidden {
3759
+ visibility: hidden; }
3756
3760
  .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-state-action-btn:hover {
3757
3761
  background-color: var(--react-autoql-hover-color); }
3758
3762
  .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn {
Binary file