funuicss 2.5.2 → 2.5.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 +5 -1
- package/package.json +1 -1
package/css/fun.css
CHANGED
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
--secondary900: #831843;
|
|
93
93
|
|
|
94
94
|
/* Accent Colors */
|
|
95
|
+
--accent: #ffc300;
|
|
95
96
|
--accent50: #ffc300;
|
|
96
97
|
--accent50: #fff9e6;
|
|
97
98
|
--accent100: #fff3cc;
|
|
@@ -3140,8 +3141,11 @@ input , select{height: var(--inputHeight);}
|
|
|
3140
3141
|
outline: var(--input_outline_size) solid var(--danger);
|
|
3141
3142
|
}
|
|
3142
3143
|
|
|
3144
|
+
|
|
3143
3145
|
.input.borderedInput:focus {
|
|
3144
|
-
outline: var(--input_outline_size) solid var(--
|
|
3146
|
+
outline: var(--input_outline_size) solid var(--primary);
|
|
3147
|
+
box-shadow: 0 0 0 4px var(--primary200); /* Light glow */
|
|
3148
|
+
animation: pulseOutline 1.5s infinite;
|
|
3145
3149
|
}
|
|
3146
3150
|
.input.borderless {
|
|
3147
3151
|
border: none;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.5.
|
|
2
|
+
"version": "2.5.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",
|