react-autoql 7.2.1-alpha.9 → 7.2.2-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
@@ -708,7 +708,8 @@ span.react-autoql-icon {
708
708
  .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col {
709
709
  text-align: center !important;
710
710
  border-color: transparent;
711
- background-color: var(--react-autoql-background-color-secondary); }
711
+ background-color: var(--react-autoql-background-color-secondary);
712
+ min-height: 35px; }
712
713
  .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-title {
713
714
  padding-left: 12px !important;
714
715
  padding-right: 15px !important; }
@@ -1769,7 +1770,7 @@ g.legendOrdinal .legendTitle tspan {
1769
1770
  .react-autoql-modal-body {
1770
1771
  display: flex;
1771
1772
  flex-direction: column;
1772
- padding: 20px 10px;
1773
+ padding: 10px 20px;
1773
1774
  flex: 1; }
1774
1775
  .react-autoql-modal-body h3 {
1775
1776
  color: var(--react-autoql-text-color-primary); }
@@ -2425,6 +2426,8 @@ g.legendOrdinal .legendTitle tspan {
2425
2426
 
2426
2427
  .react-autoql-notification-message-input {
2427
2428
  width: 100%; }
2429
+ .react-autoql-notification-message-input textarea {
2430
+ width: 100% !important; }
2428
2431
 
2429
2432
  .react-autoql-notification-list-item:nth-of-type(1) {
2430
2433
  animation-delay: 0s; }
@@ -2460,6 +2463,7 @@ g.legendOrdinal .legendTitle tspan {
2460
2463
  background-color: var(--react-autoql-background-color-primary);
2461
2464
  color: var(--react-autoql-text-color-primary);
2462
2465
  padding-top: 20px;
2466
+ padding-bottom: 100px;
2463
2467
  height: 100%; }
2464
2468
  .react-autoql-notification-settings .empty-list-message {
2465
2469
  color: var(--react-autoql-text-color-primary);
@@ -3715,16 +3719,43 @@ g.legendOrdinal .legendTitle tspan {
3715
3719
  width: 100px;
3716
3720
  margin-right: 10px; }
3717
3721
 
3718
- .react-autoql-drawer .react-autoql-header-center-container {
3719
- position: relative;
3720
- color: var(--react-autoql-text-color-accent);
3721
- line-height: 60px;
3722
- font-size: 18px;
3723
- letter-spacing: 0.05em;
3724
- font-weight: 600;
3725
- overflow: hidden;
3726
- text-overflow: ellipsis;
3727
- white-space: nowrap; }
3722
+ @media (max-width: 479px) {
3723
+ .react-autoql-drawer .react-autoql-header-center-container {
3724
+ width: 100vw;
3725
+ position: relative;
3726
+ color: var(--react-autoql-text-color-accent);
3727
+ line-height: 55px;
3728
+ font-size: 18px;
3729
+ letter-spacing: 0.05em;
3730
+ font-weight: 600;
3731
+ overflow: hidden;
3732
+ text-overflow: ellipsis;
3733
+ white-space: nowrap;
3734
+ display: flex;
3735
+ align-items: center; }
3736
+ .react-autoql-select-popup-container .react-autoql-select-popup li {
3737
+ display: flex;
3738
+ font-size: 20px;
3739
+ justify-content: center;
3740
+ min-height: 60px;
3741
+ align-items: center; } }
3742
+
3743
+ .react-autoql-select-popup-container .react-autoql-select-popup li {
3744
+ display: flex;
3745
+ justify-content: center;
3746
+ align-items: center; }
3747
+
3748
+ @media (min-width: 480px) {
3749
+ .react-autoql-drawer .react-autoql-header-center-container {
3750
+ position: relative;
3751
+ color: var(--react-autoql-text-color-accent);
3752
+ line-height: 60px;
3753
+ font-size: 18px;
3754
+ letter-spacing: 0.05em;
3755
+ font-weight: 600;
3756
+ overflow: hidden;
3757
+ text-overflow: ellipsis;
3758
+ white-space: nowrap; } }
3728
3759
 
3729
3760
  .react-autoql-drawer .header-title {
3730
3761
  animation: fadeIn 0.3s; }
@@ -3849,15 +3880,15 @@ g.legendOrdinal .legendTitle tspan {
3849
3880
  .react-autoql-drawer .drawer-content-wrapper {
3850
3881
  background: transparent; }
3851
3882
 
3852
- .react-autoql-drawer.drawer-right .drawer-content-wrapper,
3853
- .react-autoql-drawer.drawer-left .drawer-content-wrapper {
3854
- max-width: calc(100vw - 45px) !important;
3855
- min-width: 400px !important; }
3856
-
3857
- .react-autoql-drawer.drawer-top .drawer-content-wrapper,
3858
- .react-autoql-drawer.drawer-bottom .drawer-content-wrapper {
3859
- max-height: calc(100vh - 45px) !important;
3860
- min-height: 400px !important; }
3883
+ @media (min-width: 1281px) {
3884
+ .react-autoql-drawer.drawer-right .drawer-content-wrapper,
3885
+ .react-autoql-drawer.drawer-left .drawer-content-wrapper {
3886
+ max-width: calc(100vw - 45px) !important;
3887
+ min-width: 400px !important; }
3888
+ .react-autoql-drawer.drawer-top .drawer-content-wrapper,
3889
+ .react-autoql-drawer.drawer-bottom .drawer-content-wrapper {
3890
+ max-height: calc(100vh - 45px) !important;
3891
+ min-height: 400px !important; } }
3861
3892
 
3862
3893
  .react-autoql-drawer-resize-handle {
3863
3894
  position: absolute;
@@ -4074,6 +4105,9 @@ g.legendOrdinal .legendTitle tspan {
4074
4105
  box-shadow: inset 0px -17px 8px -10px var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15)); }
4075
4106
 
4076
4107
  /* Individual Tabs */
4108
+ .react-autoql-notifications.tab.active .react-autoql-notifications-badge-dot {
4109
+ border: 1px solid var(--react-autoql-background-color-primary); }
4110
+
4077
4111
  .page-switcher-container .tab {
4078
4112
  display: flex;
4079
4113
  justify-content: center;
Binary file