@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 CHANGED
@@ -33617,7 +33617,11 @@ ${sel}
33617
33617
  h(
33618
33618
  "div",
33619
33619
  {
33620
- className: "overflow-hidden rounded-2xl border border-border bg-background transition focus-within:border-primary focus-within:ring-2 focus-within:ring-primary/40"
33620
+ className: (
33621
+ // Subtle focus: slight border darkening + a soft shadow lift — no
33622
+ // bright colored ring (matches Claude/ChatGPT).
33623
+ "overflow-hidden rounded-2xl border border-border bg-background shadow-sm transition-shadow focus-within:border-foreground/25 focus-within:shadow-md"
33624
+ )
33621
33625
  },
33622
33626
  // error banner
33623
33627
  error ? h(