@photoroom/ui 0.1.460 → 0.1.462

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
@@ -32130,10 +32130,10 @@ var WG = ({ title: r, subtitle: i, image: a, cta: o, className: s, onClick: c, o
32130
32130
  /* @__PURE__ */ n("div", {
32131
32131
  className: "flex w-full flex-1 flex-col gap-1",
32132
32132
  children: [!!r && /* @__PURE__ */ t("div", {
32133
- className: "component-600 text-content-primary line-clamp-2 font-semibold",
32133
+ className: "component-600 text-content-black-primary line-clamp-2 font-semibold",
32134
32134
  children: r
32135
32135
  }), (!!i || !!o) && /* @__PURE__ */ n("div", {
32136
- className: "component-500 text-content-secondary line-clamp-3",
32136
+ className: "component-500 text-content-black-secondary line-clamp-3",
32137
32137
  children: [i, !!o && /* @__PURE__ */ n(e, { children: [!!i && " ", /* @__PURE__ */ t("span", {
32138
32138
  className: "text-content-accent",
32139
32139
  children: o
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.460",
3
+ "version": "0.1.462",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [
package/theme.css CHANGED
@@ -191,6 +191,7 @@
191
191
  --color-content-white-primary: var(--color-content-white-primary);
192
192
  --color-content-white-secondary: var(--color-content-white-secondary);
193
193
  --color-content-black-primary: var(--color-content-black-primary);
194
+ --color-content-black-secondary: var(--color-content-black-secondary);
194
195
  --color-content-white-primary-inverted: var(--color-content-white-primary-inverted);
195
196
  --color-content-white-subdued-primary-inverted: var(
196
197
  --color-content-white-subdued-primary-inverted