@photoroom/ui 0.1.461 → 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/colors.css +2 -0
- package/components/content/LightPromoBanner/LightPromoBanner.d.ts.map +1 -1
- package/components/content/PromoBanner/PromoBanner.d.ts +39 -0
- package/components/content/PromoBanner/PromoBanner.d.ts.map +1 -0
- package/components/content/PromoBanner/PromoBanner.figma.d.ts +2 -0
- package/components/content/PromoBanner/PromoBanner.figma.d.ts.map +1 -0
- package/components/content/PromoBanner/index.d.ts +2 -0
- package/components/content/PromoBanner/index.d.ts.map +1 -0
- package/components/index.d.ts +1 -0
- package/components/index.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/theme.css +1 -0
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
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
|