@fileverse/ui 4.1.7-patch-8 → 4.1.7-patch-9
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.css +0 -4
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3653,10 +3653,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3653
3653
|
padding-right: 0px;
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
|
-
.\[\&\>button\]\:\!bg-transparent>button {
|
|
3657
|
-
background-color: transparent !important;
|
|
3658
|
-
}
|
|
3659
|
-
|
|
3660
3656
|
.\[\&\>span\]\:\!left-\[10\%\]>span {
|
|
3661
3657
|
left: 10% !important;
|
|
3662
3658
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -42652,7 +42652,7 @@ const Fke = ({
|
|
|
42652
42652
|
noOverlay: p,
|
|
42653
42653
|
overlayClasses: m,
|
|
42654
42654
|
className: S(
|
|
42655
|
-
"max-w-full feature-release-modal
|
|
42655
|
+
"max-w-full feature-release-modal",
|
|
42656
42656
|
{
|
|
42657
42657
|
"min-w-[394px] !pb-0": M || w,
|
|
42658
42658
|
"min-w-[90vw] lg:min-w-[884px] !pb-0": !M && !w
|