@photoroom/ui 0.1.628 → 0.1.629
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.
|
@@ -10,6 +10,7 @@ export type CardsHeroBlockProps = Readonly<{
|
|
|
10
10
|
clearLabel: string;
|
|
11
11
|
noResultsLabel: string;
|
|
12
12
|
formatResultCount: (count: number) => string;
|
|
13
|
+
inputDataAttributes?: Readonly<Record<`data-${string}`, string | true>>;
|
|
13
14
|
}>;
|
|
14
15
|
}>;
|
|
15
16
|
export declare const CardsHeroBlock: ({ items, titleBlock, search, ...rest }: CardsHeroBlockProps) => import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardsHeroBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/CardsHeroBlock/CardsHeroBlock.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,KAAK,EAAE,kBAAkB,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,MAAM,CAAC,EAAE,QAAQ,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,cAAc,EAAE,MAAM,CAAC;QACvB,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"CardsHeroBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/CardsHeroBlock/CardsHeroBlock.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,KAAK,EAAE,kBAAkB,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,MAAM,CAAC,EAAE,QAAQ,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,cAAc,EAAE,MAAM,CAAC;QACvB,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;QAE7C,mBAAmB,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,QAAQ,MAAM,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;KACzE,CAAC,CAAC;CACJ,CAAC,CAAC;AAWH,eAAO,MAAM,cAAc,2CAA4C,mBAAmB,gCAqDzF,CAAC"}
|
package/index.mjs
CHANGED
|
@@ -57896,6 +57896,7 @@ var w7 = ({ label: e, value: t, max: n = 5, tooltip: r, className: i }) => {
|
|
|
57896
57896
|
children: [n && /* @__PURE__ */ L("div", {
|
|
57897
57897
|
className: H("grid gap-x-6", T7),
|
|
57898
57898
|
children: [/* @__PURE__ */ I(G3, {
|
|
57899
|
+
...n.inputDataAttributes,
|
|
57899
57900
|
wrapperClassName: "sm:col-start-2 lg:col-start-3",
|
|
57900
57901
|
"aria-label": n.placeholder,
|
|
57901
57902
|
placeholder: n.placeholder,
|