@photoroom/ui 0.1.332 → 0.1.334
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.mjs
CHANGED
|
@@ -50546,7 +50546,8 @@ var R6 = ({ isSearchable: e = !0, value: r, defaultValue: i = "", onValueChange:
|
|
|
50546
50546
|
style: {
|
|
50547
50547
|
height: g ?? "min(409px, max(200px, calc(var(--radix-select-content-available-height, 550px) - 120px)))",
|
|
50548
50548
|
marginInline: "-4px",
|
|
50549
|
-
paddingInline: "4px"
|
|
50549
|
+
paddingInline: "4px",
|
|
50550
|
+
scrollbarGutter: "stable both-edges"
|
|
50550
50551
|
},
|
|
50551
50552
|
children: T.map(({ item: e }) => /* @__PURE__ */ t(F6, {
|
|
50552
50553
|
value: e.value,
|
|
@@ -55284,7 +55285,7 @@ var $7 = {
|
|
|
55284
55285
|
ref: h,
|
|
55285
55286
|
disabled: c,
|
|
55286
55287
|
type: "number",
|
|
55287
|
-
className: U(p ? "size-h-400" : "size-h-500", "component-500 border-misc-border-box bg-surface-high text-content-primary w-10 border-0 border-y p-0 text-center focus:ring-0", "focus-visible:border-content-accent focus-visible:border focus-visible:outline-hidden", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring focus-visible:rounded-150", "group-hover:not-focus-visible:border-misc-border-box-hover", "group-focus-visible:not-focus-visible:border-misc-border-box-hover", "group-disabled:opacity-30"),
|
|
55288
|
+
className: U(p ? "size-h-400" : "size-h-500", "component-500 border-misc-border-box bg-surface-high text-content-primary w-10 border-0 border-y p-0 text-center focus:ring-0", "focus-visible:border-content-accent focus-visible:border focus-visible:outline-hidden", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring focus-visible:rounded-150", "focus-visible:relative focus-visible:z-10", "group-hover:not-focus-visible:border-misc-border-box-hover", "group-focus-visible:not-focus-visible:border-misc-border-box-hover", "group-disabled:opacity-30"),
|
|
55288
55289
|
value: _,
|
|
55289
55290
|
onFocus: M,
|
|
55290
55291
|
onChange: j,
|