@photoroom/ui 0.1.645 → 0.1.646
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export type ValueCardProps = Readonly<{
|
|
2
2
|
icon?: React.ReactNode;
|
|
3
3
|
title: string;
|
|
4
|
-
description:
|
|
4
|
+
description: React.ReactNode;
|
|
5
5
|
cardCount?: number;
|
|
6
6
|
}> & Omit<React.ComponentProps<"div">, "children">;
|
|
7
7
|
export declare const ValueCard: ({ icon, title, description, cardCount, className, ...rest }: ValueCardProps) => import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ValueCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ValuesBlock/ValueCard.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"ValueCard.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ValuesBlock/ValueCard.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAEhD,eAAO,MAAM,SAAS,gEAOnB,cAAc,gCAsChB,CAAC"}
|
package/index.mjs
CHANGED
|
@@ -61427,7 +61427,7 @@ var kDe = ({ title: e, logos: t, className: n, ...r }) => {
|
|
|
61427
61427
|
children: [/* @__PURE__ */ I("h3", {
|
|
61428
61428
|
className: H("component-700 text-content-primary text-balance", o && "sm:max-w-[560px] lg:max-w-none"),
|
|
61429
61429
|
children: t
|
|
61430
|
-
}), /* @__PURE__ */ I("
|
|
61430
|
+
}), /* @__PURE__ */ I("div", {
|
|
61431
61431
|
className: H("body-light-600 text-content-secondary text-pretty", o && "sm:max-w-[560px] lg:max-w-none"),
|
|
61432
61432
|
children: n
|
|
61433
61433
|
})]
|