kwant-ui 3.35.0 → 3.35.1-stable.0
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
|
@@ -3913,7 +3913,7 @@ 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.grey900} !important;
|
|
3917
3917
|
}
|
|
3918
3918
|
}
|
|
3919
3919
|
}
|
|
@@ -4011,12 +4011,6 @@ import{jsx as e,jsxs as t,Fragment as r}from"react/jsx-runtime";import n,{css as
|
|
|
4011
4011
|
}
|
|
4012
4012
|
|
|
4013
4013
|
}
|
|
4014
|
-
|
|
4015
|
-
.rmdp-today.rmdp-range.start, .rmdp-today.rmdp-range.end{
|
|
4016
|
-
span {
|
|
4017
|
-
color: ${e=>e.theme.blue.blue1000} !important;
|
|
4018
|
-
}
|
|
4019
|
-
}
|
|
4020
4014
|
|
|
4021
4015
|
|
|
4022
4016
|
.rmdp-day.rmdp-range{
|
package/dist/index.js
CHANGED
|
@@ -3913,7 +3913,7 @@
|
|
|
3913
3913
|
}
|
|
3914
3914
|
&:not(.rmdp-range){
|
|
3915
3915
|
.sd{
|
|
3916
|
-
color: ${v.grey.
|
|
3916
|
+
color: ${v.grey.grey900} !important;
|
|
3917
3917
|
}
|
|
3918
3918
|
}
|
|
3919
3919
|
}
|
|
@@ -4011,12 +4011,6 @@
|
|
|
4011
4011
|
}
|
|
4012
4012
|
|
|
4013
4013
|
}
|
|
4014
|
-
|
|
4015
|
-
.rmdp-today.rmdp-range.start, .rmdp-today.rmdp-range.end{
|
|
4016
|
-
span {
|
|
4017
|
-
color: ${e=>e.theme.blue.blue1000} !important;
|
|
4018
|
-
}
|
|
4019
|
-
}
|
|
4020
4014
|
|
|
4021
4015
|
|
|
4022
4016
|
.rmdp-day.rmdp-range{
|
package/dist/package.json
CHANGED