@insymetri/styleguide 0.1.30 → 0.1.31
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.
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
{#if hasAddons}
|
|
72
72
|
<div
|
|
73
73
|
class={cn(
|
|
74
|
-
'flex items-center bg-input-bg border border-button-secondary transition-all duration-fast hover:border-button-secondary-hover focus-within:border-
|
|
74
|
+
'flex items-center bg-input-bg border border-button-secondary transition-all duration-fast hover:border-button-secondary-hover focus-within:border-accent focus-within:ring-3 focus-within:ring-primary motion-reduce:transition-none',
|
|
75
75
|
densityClasses[density.value],
|
|
76
|
-
showError && 'border-input-border-error focus-within:border-input-border-error',
|
|
76
|
+
showError && 'border-input-border-error focus-within:border-input-border-error focus-within:ring-error',
|
|
77
77
|
shouldShake && 'animate-shake',
|
|
78
78
|
disabled && 'bg-input-bg-disabled cursor-not-allowed'
|
|
79
79
|
)}
|