@gits-id/utils
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ export const inputDisabledClasses = | ||
export const inputErrorClasses = `border-error-500 placeholder-error-500 text-error-500 | ||
export const inputErrorClasses = `border-error-500 text-error-500 | ||
focus-visible:ring-error-500/30 focus-visible:border-error-500 ring-error-500 focus:border-error-500 focus:ring-error-500`; | ||
@@ -13,3 +13,4 @@ | ||
let className = [ | ||
'transition duration-300 border rounded-md text-gray-800 focus:border-primary-500 focus:ring-primary-500 focus:ring focus:ring-opacity-50', | ||
'transition duration-300 border rounded-md text-gray-800', | ||
'focus:border-primary-500 focus:ring-primary-500 focus:ring focus:ring-opacity-50', | ||
inputDisabledClasses, | ||
@@ -21,3 +22,3 @@ ]; | ||
} else { | ||
className.push('border-gray-300'); | ||
className.push('border-gray-400'); | ||
} | ||
@@ -24,0 +25,0 @@ |
{ | ||
"name": "@gits-id/utils", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "GITS Utilities", | ||
@@ -16,3 +16,3 @@ "main": "index.ts", | ||
}, | ||
"gitHead": "44993bdea2da663baa7a80c457cfc205fdceecc7" | ||
"gitHead": "bed33eb7d2490c4bb3c97a4518d3df68433a2e3f" | ||
} |
211
0.48%6341
-0.24%