@rovula/ui 0.1.32 → 0.1.33
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 +0 -3
- package/dist/cjs/bundle.js +1 -1
- package/dist/cjs/bundle.js.map +1 -1
- package/dist/components/Popover/Popover.js +1 -1
- package/dist/esm/bundle.css +0 -3
- package/dist/esm/bundle.js +1 -1
- package/dist/esm/bundle.js.map +1 -1
- package/dist/src/theme/global.css +0 -4
- package/package.json +1 -1
- package/src/components/Popover/Popover.tsx +2 -2
package/dist/cjs/bundle.css
CHANGED
|
@@ -1766,9 +1766,6 @@ input[type=number] {
|
|
|
1766
1766
|
.border-solid{
|
|
1767
1767
|
border-style: solid;
|
|
1768
1768
|
}
|
|
1769
|
-
.border-none{
|
|
1770
|
-
border-style: none;
|
|
1771
|
-
}
|
|
1772
1769
|
.\!border-action-button-solid-active-hover{
|
|
1773
1770
|
--tw-border-opacity: 1 !important;
|
|
1774
1771
|
border-color: color-mix(in srgb, var(--action-button-solid-active-hover-border) calc(100% * var(--tw-border-opacity, 1)), transparent) !important;
|