funuicss 3.2.2 → 3.2.3
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/css/fun.css +2 -2
- package/package.json +1 -1
package/css/fun.css
CHANGED
|
@@ -3627,7 +3627,8 @@ position: absolute;
|
|
|
3627
3627
|
top: 100%;
|
|
3628
3628
|
left: 0;
|
|
3629
3629
|
right: 0;
|
|
3630
|
-
|
|
3630
|
+
/* I need opaque bg so it stand on top */
|
|
3631
|
+
background-color: var(--page-bg) !important;
|
|
3631
3632
|
backdrop-filter: blur(12px);
|
|
3632
3633
|
border-top: none;
|
|
3633
3634
|
border-radius: 0 0 8px 8px;
|
|
@@ -3638,7 +3639,6 @@ opacity: 0;
|
|
|
3638
3639
|
visibility: hidden;
|
|
3639
3640
|
transform: translateY(-10px);
|
|
3640
3641
|
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3641
|
-
box-shadow: var(--card);
|
|
3642
3642
|
}
|
|
3643
3643
|
|
|
3644
3644
|
.select-dropdown.open {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.2.
|
|
2
|
+
"version": "3.2.3",
|
|
3
3
|
"name": "funuicss",
|
|
4
4
|
"description": "React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting both seamless functionality and aesthetic appeal—all achieved with minimal lines of code. Unleash the power of simplicity and style in your projects!",
|
|
5
5
|
"main": "index.js",
|