kwant-ui 3.38.1-dev.6 → 3.38.1-dev.7
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 +1 -7
- package/dist/index.js +1 -7
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3966,7 +3966,7 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
3966
3966
|
}
|
|
3967
3967
|
&:not(.rmdp-range){
|
|
3968
3968
|
.sd{
|
|
3969
|
-
color: ${A.grey.
|
|
3969
|
+
color: ${A.grey.grey900} !important;
|
|
3970
3970
|
}
|
|
3971
3971
|
}
|
|
3972
3972
|
}
|
|
@@ -4064,12 +4064,6 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
4064
4064
|
}
|
|
4065
4065
|
|
|
4066
4066
|
}
|
|
4067
|
-
|
|
4068
|
-
.rmdp-today.rmdp-range.start, .rmdp-today.rmdp-range.end{
|
|
4069
|
-
span {
|
|
4070
|
-
color: ${e=>e.theme.blue.blue1000} !important;
|
|
4071
|
-
}
|
|
4072
|
-
}
|
|
4073
4067
|
|
|
4074
4068
|
|
|
4075
4069
|
.rmdp-day.rmdp-range{
|
package/dist/index.js
CHANGED
|
@@ -3966,7 +3966,7 @@
|
|
|
3966
3966
|
}
|
|
3967
3967
|
&:not(.rmdp-range){
|
|
3968
3968
|
.sd{
|
|
3969
|
-
color: ${v.grey.
|
|
3969
|
+
color: ${v.grey.grey900} !important;
|
|
3970
3970
|
}
|
|
3971
3971
|
}
|
|
3972
3972
|
}
|
|
@@ -4064,12 +4064,6 @@
|
|
|
4064
4064
|
}
|
|
4065
4065
|
|
|
4066
4066
|
}
|
|
4067
|
-
|
|
4068
|
-
.rmdp-today.rmdp-range.start, .rmdp-today.rmdp-range.end{
|
|
4069
|
-
span {
|
|
4070
|
-
color: ${e=>e.theme.blue.blue1000} !important;
|
|
4071
|
-
}
|
|
4072
|
-
}
|
|
4073
4067
|
|
|
4074
4068
|
|
|
4075
4069
|
.rmdp-day.rmdp-range{
|
package/dist/package.json
CHANGED