funuicss 3.2.3 → 3.3.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/css/fun.css +3 -3
- package/package.json +1 -1
package/css/fun.css
CHANGED
|
@@ -3627,9 +3627,8 @@ position: absolute;
|
|
|
3627
3627
|
top: 100%;
|
|
3628
3628
|
left: 0;
|
|
3629
3629
|
right: 0;
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
backdrop-filter: blur(12px);
|
|
3630
|
+
background-color: var(--raiseOpaque);
|
|
3631
|
+
backdrop-filter: blur(10px);
|
|
3633
3632
|
border-top: none;
|
|
3634
3633
|
border-radius: 0 0 8px 8px;
|
|
3635
3634
|
max-height: 250px;
|
|
@@ -3639,6 +3638,7 @@ opacity: 0;
|
|
|
3639
3638
|
visibility: hidden;
|
|
3640
3639
|
transform: translateY(-10px);
|
|
3641
3640
|
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
|
+
"version": "3.3.0",
|
|
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",
|