kwant-ui 3.35.0 → 3.35.1
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/index.es.js +10 -10
- package/dist/index.js +10 -10
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -807,7 +807,7 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
807
807
|
display: flex;
|
|
808
808
|
align-items: center;
|
|
809
809
|
justify-content: center;
|
|
810
|
-
padding: ${e=>
|
|
810
|
+
padding: ${e=>"mini"===e.variant?"10px 12px":"12px 12px"};
|
|
811
811
|
max-height: ${e=>"mini"===e.variant?"40px":"48px"};
|
|
812
812
|
border: 1px solid ${e=>e.theme.grey.grey20};
|
|
813
813
|
border-radius: 8px;
|
|
@@ -3807,11 +3807,11 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
3807
3807
|
box-sizing: border-box;
|
|
3808
3808
|
font-family: 'Poppins';
|
|
3809
3809
|
}
|
|
3810
|
-
|
|
3810
|
+
|
|
3811
3811
|
:fullscreen, ::backdrop {
|
|
3812
3812
|
background-color: rgba(255,255,255,0.8);
|
|
3813
3813
|
}
|
|
3814
|
-
|
|
3814
|
+
|
|
3815
3815
|
/** heading typography */
|
|
3816
3816
|
h1{
|
|
3817
3817
|
font-style: normal;
|
|
@@ -3845,7 +3845,7 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
3845
3845
|
line-height: 40px;
|
|
3846
3846
|
color: ${L.text.primary};
|
|
3847
3847
|
}
|
|
3848
|
-
|
|
3848
|
+
|
|
3849
3849
|
h5{
|
|
3850
3850
|
font-style: normal;
|
|
3851
3851
|
font-weight: ${gi};
|
|
@@ -3870,7 +3870,7 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
3870
3870
|
::-webkit-scrollbar-track {
|
|
3871
3871
|
background-color: ${e=>e.theme.scrollbar.track}
|
|
3872
3872
|
}
|
|
3873
|
-
|
|
3873
|
+
|
|
3874
3874
|
::-webkit-scrollbar-thumb {
|
|
3875
3875
|
background-color: ${e=>e.theme.scrollbar.thumb};
|
|
3876
3876
|
border-radius: 16px;
|
|
@@ -3878,7 +3878,7 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
3878
3878
|
&:hover{
|
|
3879
3879
|
background-color: ${e=>e.theme.secondary.secondary80}
|
|
3880
3880
|
}
|
|
3881
|
-
}
|
|
3881
|
+
}
|
|
3882
3882
|
|
|
3883
3883
|
.rmdp-calendar{
|
|
3884
3884
|
.rmdp-day-picker{
|
|
@@ -3902,7 +3902,7 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
3902
3902
|
}
|
|
3903
3903
|
}
|
|
3904
3904
|
}
|
|
3905
|
-
|
|
3905
|
+
|
|
3906
3906
|
.calendar-readonly-true{
|
|
3907
3907
|
.rmdp-day {
|
|
3908
3908
|
cursor: not-allowed;
|
|
@@ -3913,11 +3913,11 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
3913
3913
|
}
|
|
3914
3914
|
&:not(.rmdp-range){
|
|
3915
3915
|
.sd{
|
|
3916
|
-
color: ${A.grey.
|
|
3916
|
+
color: ${A.grey.grey500} !important;
|
|
3917
3917
|
}
|
|
3918
3918
|
}
|
|
3919
3919
|
}
|
|
3920
|
-
|
|
3920
|
+
|
|
3921
3921
|
|
|
3922
3922
|
|
|
3923
3923
|
|
|
@@ -4017,7 +4017,7 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
4017
4017
|
color: ${e=>e.theme.blue.blue1000} !important;
|
|
4018
4018
|
}
|
|
4019
4019
|
}
|
|
4020
|
-
|
|
4020
|
+
|
|
4021
4021
|
|
|
4022
4022
|
.rmdp-day.rmdp-range{
|
|
4023
4023
|
display: flex;
|
package/dist/index.js
CHANGED
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
display: flex;
|
|
808
808
|
align-items: center;
|
|
809
809
|
justify-content: center;
|
|
810
|
-
padding: ${e=>
|
|
810
|
+
padding: ${e=>"mini"===e.variant?"10px 12px":"12px 12px"};
|
|
811
811
|
max-height: ${e=>"mini"===e.variant?"40px":"48px"};
|
|
812
812
|
border: 1px solid ${e=>e.theme.grey.grey20};
|
|
813
813
|
border-radius: 8px;
|
|
@@ -3807,11 +3807,11 @@
|
|
|
3807
3807
|
box-sizing: border-box;
|
|
3808
3808
|
font-family: 'Poppins';
|
|
3809
3809
|
}
|
|
3810
|
-
|
|
3810
|
+
|
|
3811
3811
|
:fullscreen, ::backdrop {
|
|
3812
3812
|
background-color: rgba(255,255,255,0.8);
|
|
3813
3813
|
}
|
|
3814
|
-
|
|
3814
|
+
|
|
3815
3815
|
/** heading typography */
|
|
3816
3816
|
h1{
|
|
3817
3817
|
font-style: normal;
|
|
@@ -3845,7 +3845,7 @@
|
|
|
3845
3845
|
line-height: 40px;
|
|
3846
3846
|
color: ${p.text.primary};
|
|
3847
3847
|
}
|
|
3848
|
-
|
|
3848
|
+
|
|
3849
3849
|
h5{
|
|
3850
3850
|
font-style: normal;
|
|
3851
3851
|
font-weight: ${uc};
|
|
@@ -3870,7 +3870,7 @@
|
|
|
3870
3870
|
::-webkit-scrollbar-track {
|
|
3871
3871
|
background-color: ${e=>e.theme.scrollbar.track}
|
|
3872
3872
|
}
|
|
3873
|
-
|
|
3873
|
+
|
|
3874
3874
|
::-webkit-scrollbar-thumb {
|
|
3875
3875
|
background-color: ${e=>e.theme.scrollbar.thumb};
|
|
3876
3876
|
border-radius: 16px;
|
|
@@ -3878,7 +3878,7 @@
|
|
|
3878
3878
|
&:hover{
|
|
3879
3879
|
background-color: ${e=>e.theme.secondary.secondary80}
|
|
3880
3880
|
}
|
|
3881
|
-
}
|
|
3881
|
+
}
|
|
3882
3882
|
|
|
3883
3883
|
.rmdp-calendar{
|
|
3884
3884
|
.rmdp-day-picker{
|
|
@@ -3902,7 +3902,7 @@
|
|
|
3902
3902
|
}
|
|
3903
3903
|
}
|
|
3904
3904
|
}
|
|
3905
|
-
|
|
3905
|
+
|
|
3906
3906
|
.calendar-readonly-true{
|
|
3907
3907
|
.rmdp-day {
|
|
3908
3908
|
cursor: not-allowed;
|
|
@@ -3913,11 +3913,11 @@
|
|
|
3913
3913
|
}
|
|
3914
3914
|
&:not(.rmdp-range){
|
|
3915
3915
|
.sd{
|
|
3916
|
-
color: ${v.grey.
|
|
3916
|
+
color: ${v.grey.grey500} !important;
|
|
3917
3917
|
}
|
|
3918
3918
|
}
|
|
3919
3919
|
}
|
|
3920
|
-
|
|
3920
|
+
|
|
3921
3921
|
|
|
3922
3922
|
|
|
3923
3923
|
|
|
@@ -4017,7 +4017,7 @@
|
|
|
4017
4017
|
color: ${e=>e.theme.blue.blue1000} !important;
|
|
4018
4018
|
}
|
|
4019
4019
|
}
|
|
4020
|
-
|
|
4020
|
+
|
|
4021
4021
|
|
|
4022
4022
|
.rmdp-day.rmdp-range{
|
|
4023
4023
|
display: flex;
|
package/dist/package.json
CHANGED