@refraction-ui/react 0.12.1 → 0.12.2
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/dist/index.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3688,7 +3688,11 @@ ${sel}
|
|
|
3688
3688
|
h(
|
|
3689
3689
|
"div",
|
|
3690
3690
|
{
|
|
3691
|
-
className:
|
|
3691
|
+
className: (
|
|
3692
|
+
// Subtle focus: slight border darkening + a soft shadow lift — no
|
|
3693
|
+
// bright colored ring (matches Claude/ChatGPT).
|
|
3694
|
+
"overflow-hidden rounded-2xl border border-border bg-background shadow-sm transition-shadow focus-within:border-foreground/25 focus-within:shadow-md"
|
|
3695
|
+
)
|
|
3692
3696
|
},
|
|
3693
3697
|
// error banner
|
|
3694
3698
|
error ? h(
|