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.
- package/dist/autoql.cjs.js +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +55 -21
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +2 -1
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -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
|
|
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
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
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
|
-
|
|
3853
|
-
.react-autoql-drawer.drawer-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
.react-autoql-drawer.drawer-top .drawer-content-wrapper,
|
|
3858
|
-
.react-autoql-drawer.drawer-bottom .drawer-content-wrapper {
|
|
3859
|
-
|
|
3860
|
-
|
|
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;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|