@photoroom/ui 0.1.307 → 0.1.309

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
@@ -20421,10 +20421,10 @@ eC();
20421
20421
  //#region ../shared/lib/ampli/index.ts
20422
20422
  var tC = { production: "0cc38251f8841c0d84d11fd20b400b07" }, nC = {
20423
20423
  plan: {
20424
- version: "405",
20424
+ version: "407",
20425
20425
  branch: "main",
20426
20426
  source: "web",
20427
- versionId: "156150e7-c9fe-4b9a-a9a1-0bfe97670215"
20427
+ versionId: "e97d2a45-4922-4a65-9d37-bbbff6394470"
20428
20428
  },
20429
20429
  ingestionMetadata: {
20430
20430
  sourceName: "browser-typescript-ampli",
@@ -56257,7 +56257,7 @@ var n9 = {
56257
56257
  }), r9 = (e) => /* @__PURE__ */ t("button", {
56258
56258
  ...e,
56259
56259
  type: "button",
56260
- className: W("bg-surface-default flex h-10 w-10 items-center justify-center outline-hidden", "border-misc-border-box border", "first:rounded-s-500 first:border-e-0", "last:rounded-e-500 last:border-s-0", "hover:bg-background-subdued-hover", "active:bg-background-subdued-down", "group-hover:border-misc-border-box-hover", "group-focus-visible:border-misc-border-box-hover", "disabled:pointer-events-none", "group", e.className),
56260
+ className: W("bg-surface-high flex h-10 w-10 items-center justify-center outline-hidden", "border-misc-border-box border", "first:rounded-s-500 first:border-e-0", "last:rounded-e-500 last:border-s-0", "hover:bg-background-subdued-hover", "active:bg-background-subdued-down", "group-hover:border-misc-border-box-hover", "group-focus-visible:border-misc-border-box-hover", "disabled:pointer-events-none", "group", e.className),
56261
56261
  tabIndex: -1,
56262
56262
  children: /* @__PURE__ */ t("span", {
56263
56263
  className: "group-disabled:opacity-30",
@@ -56269,7 +56269,7 @@ var n9 = {
56269
56269
  i.current && n !== null && i.current.children[n]?.scrollIntoView({ block: "center" });
56270
56270
  }, [n]), /* @__PURE__ */ t("ul", {
56271
56271
  ref: i,
56272
- className: "max-h-80 w-[120px] overflow-auto p-1",
56272
+ className: "max-h-80 w-[var(--radix-popover-trigger-width)] min-w-[80px] overflow-auto p-1",
56273
56273
  children: e.map((e, i) => /* @__PURE__ */ t("li", {
56274
56274
  className: U("component-500 misc-dropdown-inner-rounding flex h-10 w-full items-center justify-center outline-hidden", "cursor-pointer outline-hidden select-none", "text-content-primary truncate px-2", "hover:bg-background-subdued-hover", "active:bg-background-subdued-down", n === i && "bg-background-subdued-hover"),
56275
56275
  children: /* @__PURE__ */ t("button", {
@@ -56418,7 +56418,7 @@ var n9 = {
56418
56418
  ref: p,
56419
56419
  disabled: c,
56420
56420
  type: "number",
56421
- className: U("component-500 border-misc-border-box bg-surface-default text-content-primary h-10 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"),
56421
+ className: U("component-500 border-misc-border-box bg-surface-high text-content-primary h-10 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"),
56422
56422
  value: h,
56423
56423
  onFocus: A,
56424
56424
  onChange: k,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.307",
3
+ "version": "0.1.309",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@img-comparison-slider/react": "8.0.2",
39
39
  "@lottiefiles/react-lottie-player": "3.6.0",
40
- "@photoroom/icons": "0.1.26",
40
+ "@photoroom/icons": "0.1.28",
41
41
  "@radix-ui/react-accordion": "1.2.12",
42
42
  "@radix-ui/react-avatar": "1.2.0",
43
43
  "@radix-ui/react-checkbox": "1.3.3",