funuicss 3.8.11 → 3.8.13
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 +4 -3
- package/package.json +1 -1
- package/ui/form/Form.js +111 -1006
- package/ui/video/Video.js +19 -2
- package/ui/vista/Vista.d.ts +19 -5
- package/ui/vista/Vista.js +210 -55
package/css/fun.css
CHANGED
|
@@ -4161,9 +4161,10 @@ max-height: 10000px; /* large enough to contain most content */
|
|
|
4161
4161
|
opacity: 1;
|
|
4162
4162
|
}
|
|
4163
4163
|
|
|
4164
|
+
|
|
4165
|
+
|
|
4164
4166
|
.vista {
|
|
4165
4167
|
width: 100%;
|
|
4166
|
-
box-sizing: border-box;
|
|
4167
4168
|
}
|
|
4168
4169
|
|
|
4169
4170
|
/* Padding presets */
|
|
@@ -4188,7 +4189,7 @@ opacity: 1;
|
|
|
4188
4189
|
background-color: #1e1e1e;
|
|
4189
4190
|
color: white;
|
|
4190
4191
|
}
|
|
4191
|
-
|
|
4192
|
+
/*
|
|
4192
4193
|
.vista{
|
|
4193
4194
|
display: flex;
|
|
4194
4195
|
align-items: center;
|
|
@@ -4309,7 +4310,7 @@ opacity: 1;
|
|
|
4309
4310
|
.vista.reverse .vista-container {
|
|
4310
4311
|
flex-direction: column !important;
|
|
4311
4312
|
}
|
|
4312
|
-
}
|
|
4313
|
+
} */
|
|
4313
4314
|
|
|
4314
4315
|
|
|
4315
4316
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.8.
|
|
2
|
+
"version": "3.8.13",
|
|
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",
|