@photoroom/ui 0.1.504 → 0.1.506

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.
Files changed (3) hide show
  1. package/index.css +1 -1
  2. package/index.mjs +7 -7
  3. package/package.json +2 -2
package/index.mjs CHANGED
@@ -47851,7 +47851,7 @@ var d_e = ({ reaction: e, selected: n = !1, onClick: r }) => /* @__PURE__ */ t("
47851
47851
  }), T3 = ({ title: e, children: r }) => /* @__PURE__ */ n("div", {
47852
47852
  className: "flex flex-col items-center gap-3",
47853
47853
  children: [!!e && /* @__PURE__ */ t("div", {
47854
- className: "component-400 text-content-secondary [&_b]:component-semi-strong-400 [&_strong]:component-semi-strong-400 [&_b]:text-content-primary [&_strong]:text-content-primary text-center",
47854
+ className: "component-light-400 text-content-secondary [&_b]:component-400 [&_strong]:component-400 [&_b]:text-content-primary [&_strong]:text-content-primary text-center",
47855
47855
  children: e
47856
47856
  }), /* @__PURE__ */ t("div", {
47857
47857
  className: "flex gap-2",
@@ -55332,7 +55332,7 @@ m9.LinksSection = bSe, m9.Link = ySe;
55332
55332
  var h9 = ({ letter: e, href: n, ref: r, ...i }) => /* @__PURE__ */ t("a", {
55333
55333
  ref: r,
55334
55334
  href: n,
55335
- className: U("component-semi-strong-700 rounded-500 flex size-500 items-center justify-center", "outline-hidden", n ? "hover:bg-background-subdued-hover active:bg-background-subdued-down" : "opacity-30", "interaction-transition focus-visible:bg-background-subdued-hover focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring transition-all"),
55335
+ className: U("component-700 rounded-500 flex size-500 items-center justify-center", "outline-hidden", n ? "hover:bg-background-subdued-hover active:bg-background-subdued-down" : "opacity-30", "interaction-transition focus-visible:bg-background-subdued-hover focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring transition-all"),
55336
55336
  ...i,
55337
55337
  children: e
55338
55338
  });
@@ -55367,7 +55367,7 @@ var SSe = ({ id: e, letter: r, headingLevel: i = "h2", children: a, className: o
55367
55367
  id: e,
55368
55368
  className: W("gap-i400 flex flex-col items-center", o),
55369
55369
  children: [/* @__PURE__ */ t(i, {
55370
- className: "heading-700 bg-background-subdued sm:heading-800 flex h-14 w-[104px] items-center justify-center rounded-full sm:h-16 sm:w-[120px]",
55370
+ className: "heading-thin-700 bg-background-subdued sm:heading-thin-800 flex h-14 w-[104px] items-center justify-center rounded-full sm:h-16 sm:w-[120px]",
55371
55371
  children: r
55372
55372
  }), /* @__PURE__ */ t("div", {
55373
55373
  className: "grid w-full max-w-[1200px] grid-cols-1 gap-8 lg:grid-cols-2",
@@ -55378,10 +55378,10 @@ var SSe = ({ id: e, letter: r, headingLevel: i = "h2", children: a, className: o
55378
55378
  className: W("rounded-500 border-misc-border flex flex-col gap-3 border px-8 pt-7 pb-8 text-start", "interaction-transition outline-hidden transition-colors", "hover:bg-background-borderless-subdued-hover active:bg-background-borderless-subdued-down", "focus-visible:bg-background-borderless-subdued-hover focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring", a),
55379
55379
  ...s,
55380
55380
  children: [/* @__PURE__ */ t("span", {
55381
- className: "component-semi-strong-600",
55381
+ className: "component-700",
55382
55382
  children: r
55383
55383
  }), /* @__PURE__ */ t("span", {
55384
- className: "body-600 text-content-secondary",
55384
+ className: "body-light-600 text-content-secondary",
55385
55385
  children: i
55386
55386
  })]
55387
55387
  }));
@@ -55693,7 +55693,7 @@ var OSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
55693
55693
  children: i
55694
55694
  })]
55695
55695
  }), ISe = ({ title: e, helpText: r, url: i, screenTooSmallTitle: a, screenTooSmallDescription: o, ...s }) => /* @__PURE__ */ n("div", {
55696
- className: "bg-surface-alternate pt-e600 pb-e500 sm:py-e500 w-full px-4 xl:px-10",
55696
+ className: "bg-surface-subtle pt-e600 pb-e500 sm:py-e500 w-full px-4 xl:px-10",
55697
55697
  ...s,
55698
55698
  children: [/* @__PURE__ */ n("div", {
55699
55699
  className: "gap-i500 flex flex-col justify-center",
@@ -55719,7 +55719,7 @@ var OSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
55719
55719
  })
55720
55720
  ]
55721
55721
  }), r && /* @__PURE__ */ t("div", {
55722
- className: "body-500 text-content-secondary mx-auto max-w-[512px] pt-6 text-center lg:max-w-[720px]",
55722
+ className: "component-light-400 text-content-secondary mx-auto max-w-[512px] pt-6 text-center lg:max-w-[720px]",
55723
55723
  children: r
55724
55724
  })]
55725
55725
  }), LSe = ({ titleBlock: e, background: r = "lightgrey", cta: i, children: a, className: o, ...s }) => /* @__PURE__ */ t("section", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.504",
3
+ "version": "0.1.506",
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.33",
40
+ "@photoroom/icons": "0.1.34",
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",