@photoroom/ui 0.1.273 → 0.1.275
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/components/navigation/SegmentedControl/SegmentedControlItem.d.ts.map +1 -1
- package/components/website/WebsiteNavigation/WebsiteNavigation.d.ts +2 -1
- package/components/website/WebsiteNavigation/WebsiteNavigation.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -51459,7 +51459,7 @@ var y5 = z.forwardRef((e, n) => {
|
|
|
51459
51459
|
})
|
|
51460
51460
|
})
|
|
51461
51461
|
}), S5 = ({ className: e, ...n }) => /* @__PURE__ */ t(x5, {
|
|
51462
|
-
className: U("group relative flex-1", "min-h-10 min-w-0 px-1", "flex items-center justify-center", "rounded-500 outline-hidden", "misc-border-size-default radix-state-off:border-transparent radix-state-on:border-misc-border", "radix-state-off:bg-transparent radix-state-on:bg-surface-high", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring", "component-500 radix-state-off:text-content-secondary radix-state-on:text-content-primary", "interaction-transition transition-colors", "
|
|
51462
|
+
className: U("group relative flex-1", "min-h-10 min-w-0 px-1", "flex items-center justify-center", "rounded-500 outline-hidden", "misc-border-size-default radix-state-off:border-transparent radix-state-on:border-misc-border", "radix-state-off:bg-transparent radix-state-on:bg-surface-high", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring", "component-500 radix-state-off:text-content-secondary radix-state-on:text-content-primary", "radix-state-off:enabled:hover:text-content-primary radix-state-off:enabled:focus-visible:text-content-primary radix-state-off:enabled:active:text-content-primary", "interaction-transition transition-colors", "disabled:cursor-not-allowed disabled:opacity-30", e),
|
|
51463
51463
|
...n
|
|
51464
51464
|
}), Mme = ({ icon: e, label: n, tooltip: r, side: i = "top", withPortal: a = !0, disabled: o, className: s, ...c }) => {
|
|
51465
51465
|
let l = yr(e) ? /* @__PURE__ */ t(e, { className: "icon-size-500" }) : e;
|
|
@@ -51496,7 +51496,7 @@ var y5 = z.forwardRef((e, n) => {
|
|
|
51496
51496
|
className: H("flex-col justify-start py-2.5", i),
|
|
51497
51497
|
...a,
|
|
51498
51498
|
children: [/* @__PURE__ */ t("span", { children: e }), !!r && /* @__PURE__ */ t("span", {
|
|
51499
|
-
className: "component-400 group-radix-state-off:text-content-tertiary group-radix-state-on:text-content-accent",
|
|
51499
|
+
className: "component-400 group-radix-state-off:text-content-tertiary group-radix-state-on:text-content-accent group-[[data-state=off]:enabled:hover]:text-content-secondary group-[[data-state=off]:enabled:focus-visible]:text-content-secondary group-[[data-state=off]:enabled:active]:text-content-secondary",
|
|
51500
51500
|
children: r
|
|
51501
51501
|
})]
|
|
51502
51502
|
}), C5 = ({ className: e, testId: n, disabled: r, ...i }) => /* @__PURE__ */ t(b5, {
|