@photoroom/ui 0.1.198 → 0.1.199
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/index.css +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -47074,7 +47074,7 @@ var afe = U("group/checkbox-indicator rounded-200 relative flex h-5 w-5 shrink-0
|
|
|
47074
47074
|
className: V("group/checkbox relative inline-flex focus-visible:outline-hidden", "cursor-pointer disabled:pointer-events-none disabled:opacity-30", e),
|
|
47075
47075
|
children: /* @__PURE__ */ E(g3, {
|
|
47076
47076
|
variant: t,
|
|
47077
|
-
className: "group-focus-
|
|
47077
|
+
className: "group-focus-visible/checkbox:ring-misc-focus-indicator group-focus-visible/checkbox:misc-border-size-focus-ring"
|
|
47078
47078
|
})
|
|
47079
47079
|
}), cfe = ({ label: e, className: t, description: n, tooltip: r, isTooltipDisabled: i, variant: a, ...o }) => {
|
|
47080
47080
|
let s = g(), c = o.id || s;
|