@rovula/ui 0.0.37 → 0.0.38
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/cjs/bundle.css +4 -0
- package/dist/cjs/bundle.js +1 -1
- package/dist/cjs/bundle.js.map +1 -1
- package/dist/components/Calendar/Calendar.js +1 -1
- package/dist/esm/bundle.css +4 -0
- package/dist/esm/bundle.js +1 -1
- package/dist/esm/bundle.js.map +1 -1
- package/dist/src/theme/global.css +5 -0
- package/package.json +1 -1
- package/src/components/Calendar/Calendar.tsx +2 -1
package/dist/cjs/bundle.css
CHANGED
|
@@ -5588,6 +5588,10 @@ body {
|
|
|
5588
5588
|
--tw-border-opacity: 1 !important;
|
|
5589
5589
|
border-color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-border-opacity)), transparent) !important;
|
|
5590
5590
|
}
|
|
5591
|
+
.\[\&_button\]\:\!text-input-disable-text button{
|
|
5592
|
+
--tw-text-opacity: 1 !important;
|
|
5593
|
+
color: color-mix(in srgb, var(--input-color-disable-text) calc(100% * var(--tw-text-opacity)), transparent) !important;
|
|
5594
|
+
}
|
|
5591
5595
|
.\[\&_svg\]\:size-5 svg{
|
|
5592
5596
|
width: 1.25rem;
|
|
5593
5597
|
height: 1.25rem;
|