@photoroom/ui 0.1.496 → 0.1.498
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/components/content/ProductActionBar/ProductActionBar.d.ts.map +1 -1
- package/components/website/BrandHeroBlock/BrandHeroBlock.d.ts +2 -3
- package/components/website/BrandHeroBlock/BrandHeroBlock.d.ts.map +1 -1
- package/components/website/SidePageTitle/SidePageTitle.d.ts +1 -1
- package/components/website/SidePageTitle/SidePageTitle.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +172 -190
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -54491,48 +54491,30 @@ var kxe = ({ title: e, date: r, className: i }) => /* @__PURE__ */ n("div", {
|
|
|
54491
54491
|
l9.displayName = "BlogSubtleActionBlock";
|
|
54492
54492
|
//#endregion
|
|
54493
54493
|
//#region src/components/website/BrandHeroBlock/BrandHeroBlock.tsx
|
|
54494
|
-
var zxe = ({
|
|
54495
|
-
|
|
54496
|
-
|
|
54497
|
-
className: "border-misc-border flex h-10 items-center border-b px-2",
|
|
54498
|
-
children: /* @__PURE__ */ t("p", {
|
|
54499
|
-
className: "component-700 text-content-primary min-w-0 flex-1",
|
|
54500
|
-
children: "Photoroom 100"
|
|
54501
|
-
})
|
|
54502
|
-
}), /* @__PURE__ */ n("div", {
|
|
54503
|
-
className: "flex h-12 items-center gap-2 px-2",
|
|
54504
|
-
children: [/* @__PURE__ */ n("span", {
|
|
54505
|
-
className: "rounded-200 component-light-800 flex items-center bg-yellow-500 px-1.5 text-black",
|
|
54506
|
-
children: ["#", e]
|
|
54507
|
-
}), !!r && /* @__PURE__ */ t("span", {
|
|
54508
|
-
className: "component-light-400 text-content-secondary min-w-0 flex-1",
|
|
54509
|
-
children: r
|
|
54510
|
-
})]
|
|
54511
|
-
})]
|
|
54512
|
-
}), Bxe = ({ rank: e, category: r, brandName: i, brandDescription: a, backgroundImage: o, productImages: s, className: c, ...l }) => /* @__PURE__ */ n("section", {
|
|
54513
|
-
...l,
|
|
54514
|
-
className: W("py-e700 relative flex overflow-hidden px-4 sm:px-6 md:px-8 lg:min-h-168 lg:items-center xl:px-10", c),
|
|
54494
|
+
var zxe = ({ badge: e, brandName: r, brandDescription: i, backgroundImage: a, productImages: o, className: s, ...c }) => /* @__PURE__ */ n("section", {
|
|
54495
|
+
...c,
|
|
54496
|
+
className: W("py-e700 relative flex overflow-hidden px-4 sm:px-6 md:px-8 lg:min-h-168 lg:items-center xl:px-10", s),
|
|
54515
54497
|
children: [/* @__PURE__ */ n("div", {
|
|
54516
54498
|
"aria-hidden": !0,
|
|
54517
54499
|
className: "absolute inset-0",
|
|
54518
|
-
children: [
|
|
54500
|
+
children: [a, /* @__PURE__ */ t("div", { className: "bg-black-alpha-7 absolute inset-0" })]
|
|
54519
54501
|
}), /* @__PURE__ */ n("div", {
|
|
54520
54502
|
className: "relative z-10 mx-auto flex w-full max-w-300 flex-col gap-8 lg:flex-row lg:items-center lg:gap-6",
|
|
54521
54503
|
children: [/* @__PURE__ */ t("div", {
|
|
54522
54504
|
className: "flex flex-col gap-8 lg:flex-1 lg:justify-center",
|
|
54523
54505
|
children: /* @__PURE__ */ n("div", {
|
|
54524
54506
|
className: "flex flex-col gap-8 sm:flex-row-reverse sm:items-start sm:max-lg:gap-16 lg:flex-col",
|
|
54525
|
-
children: [/* @__PURE__ */ t(
|
|
54526
|
-
|
|
54527
|
-
|
|
54507
|
+
children: [/* @__PURE__ */ t("div", {
|
|
54508
|
+
className: "shrink-0",
|
|
54509
|
+
children: e
|
|
54528
54510
|
}), /* @__PURE__ */ n("div", {
|
|
54529
54511
|
className: "flex flex-col gap-4 sm:flex-1",
|
|
54530
54512
|
children: [/* @__PURE__ */ t("h1", {
|
|
54531
54513
|
className: "heading-extra-thin-1100 text-content-white-primary",
|
|
54532
|
-
children:
|
|
54514
|
+
children: r
|
|
54533
54515
|
}), /* @__PURE__ */ t("p", {
|
|
54534
54516
|
className: "body-light-700 text-content-white-primary",
|
|
54535
|
-
children:
|
|
54517
|
+
children: i
|
|
54536
54518
|
})]
|
|
54537
54519
|
})]
|
|
54538
54520
|
})
|
|
@@ -54540,7 +54522,7 @@ var zxe = ({ rank: e, category: r }) => /* @__PURE__ */ n("div", {
|
|
|
54540
54522
|
className: "lg:flex lg:flex-1 lg:justify-end",
|
|
54541
54523
|
children: /* @__PURE__ */ t("ul", {
|
|
54542
54524
|
className: "grid w-full grid-cols-4 gap-4 lg:max-w-124 lg:grid-cols-2",
|
|
54543
|
-
children:
|
|
54525
|
+
children: o.map((e, n) => /* @__PURE__ */ t("li", {
|
|
54544
54526
|
className: "relative aspect-square overflow-hidden",
|
|
54545
54527
|
children: e
|
|
54546
54528
|
}, n))
|
|
@@ -54562,7 +54544,7 @@ var zxe = ({ rank: e, category: r }) => /* @__PURE__ */ n("div", {
|
|
|
54562
54544
|
u9.displayName = "BlockBackground";
|
|
54563
54545
|
//#endregion
|
|
54564
54546
|
//#region src/components/website/BrandInsightBlock/BrandInsightBlock.tsx
|
|
54565
|
-
var
|
|
54547
|
+
var Bxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__PURE__ */ n(u9, {
|
|
54566
54548
|
variant: "neutral-50",
|
|
54567
54549
|
className: W("pt-e700 pb-e1000 gap-i600 flex flex-col items-center px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
54568
54550
|
...o,
|
|
@@ -54617,7 +54599,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54617
54599
|
})
|
|
54618
54600
|
})]
|
|
54619
54601
|
});
|
|
54620
|
-
},
|
|
54602
|
+
}, Vxe = ({ title: e, items: r, max: i = 5, totalLabel: a, pointsLabel: o, className: s, ...c }) => {
|
|
54621
54603
|
let l = r.reduce((e, t) => e + t.value, 0);
|
|
54622
54604
|
return /* @__PURE__ */ n("section", {
|
|
54623
54605
|
...c,
|
|
@@ -54650,7 +54632,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54650
54632
|
})]
|
|
54651
54633
|
})]
|
|
54652
54634
|
});
|
|
54653
|
-
},
|
|
54635
|
+
}, Hxe = ({ titleBlock: e, children: r, columns: i = 3, showMoreLabel: a, ...o }) => {
|
|
54654
54636
|
let [s, c] = je(!1), l = H(null), u = de.toArray(r), d = i * 2, f = !s && !!a && u.length > d, p = () => {
|
|
54655
54637
|
let e = l.current;
|
|
54656
54638
|
Fe(() => c(!0)), e?.querySelector("a, button")?.focus();
|
|
@@ -54676,14 +54658,14 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54676
54658
|
}) })]
|
|
54677
54659
|
})]
|
|
54678
54660
|
});
|
|
54679
|
-
},
|
|
54661
|
+
}, Uxe = ({ items: e, titleBlock: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
54680
54662
|
className: U("gap-i600 flex flex-col", "px-4 sm:px-6 md:px-8 xl:px-10", "pt-e600 pb-e500 sm:pt-e500"),
|
|
54681
54663
|
...i,
|
|
54682
54664
|
children: [r, /* @__PURE__ */ t("div", {
|
|
54683
54665
|
className: U("mx-auto w-full xl:max-w-[1200px]", "grid grid-cols-1 gap-x-6 gap-y-6", "sm:grid-cols-2 sm:gap-y-8", "lg:grid-cols-3 lg:gap-y-12", "xl:gap-y-16"),
|
|
54684
54666
|
children: e
|
|
54685
54667
|
})]
|
|
54686
|
-
}),
|
|
54668
|
+
}), Wxe = ({ title: e, children: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
54687
54669
|
...i,
|
|
54688
54670
|
className: U("flex flex-col", "px-4 sm:px-6 md:px-8 xl:px-10", "py-e500", "gap-i500"),
|
|
54689
54671
|
children: [e, !!r && /* @__PURE__ */ t("div", {
|
|
@@ -54693,7 +54675,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54693
54675
|
children: r
|
|
54694
54676
|
})
|
|
54695
54677
|
})]
|
|
54696
|
-
}),
|
|
54678
|
+
}), Gxe = ({ title: e, description: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
54697
54679
|
...i,
|
|
54698
54680
|
className: "flex flex-row px-4 py-4 sm:gap-2 sm:px-6 sm:py-6",
|
|
54699
54681
|
children: [/* @__PURE__ */ t("span", {
|
|
@@ -54709,7 +54691,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54709
54691
|
children: r
|
|
54710
54692
|
})]
|
|
54711
54693
|
})]
|
|
54712
|
-
}),
|
|
54694
|
+
}), Kxe = ({ titleBlock: e, children: r, className: i, ...a }) => /* @__PURE__ */ t("section", {
|
|
54713
54695
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", i),
|
|
54714
54696
|
...a,
|
|
54715
54697
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54731,7 +54713,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54731
54713
|
className: "sr-only",
|
|
54732
54714
|
children: r
|
|
54733
54715
|
})]
|
|
54734
|
-
}),
|
|
54716
|
+
}), qxe = ({ title: e, otherAppName: r, photoroomIcon: i, otherAppIcon: a, features: o, includedLabel: s, excludedLabel: c, className: l, ...u }) => /* @__PURE__ */ t("div", {
|
|
54735
54717
|
...u,
|
|
54736
54718
|
className: W("rounded-500 bg-background-subdued w-full p-4 sm:p-6", l),
|
|
54737
54719
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54801,7 +54783,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54801
54783
|
className: "rounded-400 border-content-primary pointer-events-none absolute end-0 top-0 bottom-0 w-12 border-2"
|
|
54802
54784
|
})]
|
|
54803
54785
|
})
|
|
54804
|
-
}),
|
|
54786
|
+
}), Jxe = ({ title: e, cards: r, cta: i, ...a }) => /* @__PURE__ */ t("div", {
|
|
54805
54787
|
className: U("pt-e700 pb-e1000", "px-4 sm:px-6 md:px-8 xl:px-10"),
|
|
54806
54788
|
...a,
|
|
54807
54789
|
children: /* @__PURE__ */ t("div", {
|
|
@@ -54820,7 +54802,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54820
54802
|
})]
|
|
54821
54803
|
})
|
|
54822
54804
|
})
|
|
54823
|
-
}),
|
|
54805
|
+
}), Yxe = ({ title: e, background: r = "surface-default", children: i, className: a, ...o }) => {
|
|
54824
54806
|
let s = de.toArray(i);
|
|
54825
54807
|
return /* @__PURE__ */ n(u9, {
|
|
54826
54808
|
variant: r,
|
|
@@ -54835,7 +54817,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54835
54817
|
children: s
|
|
54836
54818
|
})]
|
|
54837
54819
|
});
|
|
54838
|
-
},
|
|
54820
|
+
}, Xxe = ({ data: e, title: r, subtitle: i, className: a, ...o }) => /* @__PURE__ */ n("div", {
|
|
54839
54821
|
className: W("border-t border-neutral-400 pt-4 sm:pt-6", a),
|
|
54840
54822
|
...o,
|
|
54841
54823
|
children: [
|
|
@@ -54852,7 +54834,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54852
54834
|
children: i
|
|
54853
54835
|
})
|
|
54854
54836
|
]
|
|
54855
|
-
}),
|
|
54837
|
+
}), Zxe = ({ index: e, title: r, description: i, className: a, ...o }) => /* @__PURE__ */ n("div", {
|
|
54856
54838
|
className: W("flex flex-col gap-3 sm:gap-4", "rounded-500 border-misc-border border px-4 pt-4 pb-5 sm:px-6 sm:pt-6 sm:pb-7", a),
|
|
54857
54839
|
...o,
|
|
54858
54840
|
children: [/* @__PURE__ */ t("p", {
|
|
@@ -54868,7 +54850,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54868
54850
|
children: i
|
|
54869
54851
|
})]
|
|
54870
54852
|
})]
|
|
54871
|
-
}),
|
|
54853
|
+
}), Qxe = ({ titleBlock: e, footnote: r, children: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
54872
54854
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
54873
54855
|
...o,
|
|
54874
54856
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54891,7 +54873,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54891
54873
|
className: U("mx-auto max-w-[1200px]", n),
|
|
54892
54874
|
children: e
|
|
54893
54875
|
})
|
|
54894
|
-
}),
|
|
54876
|
+
}), $xe = ({ title: e, children: r, cta: i, type: a = "default", previousLabel: c, nextLabel: l, ...u }) => {
|
|
54895
54877
|
let { showStartButton: d, showEndButton: f, scrollToStart: p, scrollToEnd: m, scrollerRef: h } = yz();
|
|
54896
54878
|
return /* @__PURE__ */ n("div", {
|
|
54897
54879
|
className: "pt-e700 pb-e1000 gap-i600 flex flex-col",
|
|
@@ -54937,7 +54919,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54937
54919
|
})]
|
|
54938
54920
|
})]
|
|
54939
54921
|
});
|
|
54940
|
-
},
|
|
54922
|
+
}, eSe = ({ className: e, title: r, children: i, cta: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
54941
54923
|
className: W("pt-e700 pb-e1000 bg-black px-4 sm:px-6 md:px-8 xl:px-10", e),
|
|
54942
54924
|
...o,
|
|
54943
54925
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54957,7 +54939,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54957
54939
|
})
|
|
54958
54940
|
]
|
|
54959
54941
|
})
|
|
54960
|
-
}),
|
|
54942
|
+
}), tSe = ({ className: e, header: r, title: i, description: a, ...o }) => /* @__PURE__ */ n("div", {
|
|
54961
54943
|
className: W("bg-white-alpha-2 rounded-500 flex flex-col justify-between gap-6 overflow-clip p-6 sm:min-h-[360px]", e),
|
|
54962
54944
|
...o,
|
|
54963
54945
|
children: [/* @__PURE__ */ t("div", {
|
|
@@ -54973,7 +54955,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54973
54955
|
children: a
|
|
54974
54956
|
})]
|
|
54975
54957
|
})]
|
|
54976
|
-
}),
|
|
54958
|
+
}), nSe = ({ title: e, content: r }) => /* @__PURE__ */ t("div", {
|
|
54977
54959
|
className: "pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
54978
54960
|
children: /* @__PURE__ */ n("div", {
|
|
54979
54961
|
className: "gap-i600 mx-auto flex max-w-[1200px] flex-col",
|
|
@@ -54982,7 +54964,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54982
54964
|
children: r
|
|
54983
54965
|
})]
|
|
54984
54966
|
})
|
|
54985
|
-
}),
|
|
54967
|
+
}), rSe = ({ titleBlock: e, background: r = "lightgrey", className: i, children: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
54986
54968
|
...o,
|
|
54987
54969
|
className: W("py-e700 px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
54988
54970
|
"bg-surface-default": r === "white",
|
|
@@ -54998,7 +54980,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54998
54980
|
children: a
|
|
54999
54981
|
})]
|
|
55000
54982
|
})
|
|
55001
|
-
}),
|
|
54983
|
+
}), iSe = ({ question: e, answer: r, forceShowAll: a = !1, ...o }) => {
|
|
55002
54984
|
let s = Te(), [c, l] = je(!1), u = a || c;
|
|
55003
54985
|
return /* @__PURE__ */ n("article", {
|
|
55004
54986
|
...o,
|
|
@@ -55036,14 +55018,14 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55036
55018
|
})
|
|
55037
55019
|
})]
|
|
55038
55020
|
});
|
|
55039
|
-
},
|
|
55021
|
+
}, aSe = ({ title: e, features: t, ...r }) => /* @__PURE__ */ n("div", {
|
|
55040
55022
|
className: "pt-e700 pb-e1000 gap-i600 flex flex-col",
|
|
55041
55023
|
...r,
|
|
55042
55024
|
children: [e, t]
|
|
55043
|
-
}),
|
|
55025
|
+
}), oSe = G("mx-auto grid grid-cols-1 gap-4", { variants: { invertOrder: {
|
|
55044
55026
|
true: "lg:-order-1 lg:pe-16",
|
|
55045
55027
|
false: "lg:ps-16"
|
|
55046
|
-
} } }),
|
|
55028
|
+
} } }), sSe = ({ title: e, description: r, listItems: i, visualElement: a, invertOrder: o = !1, cta: s, withVisualBorder: c, ...l }) => {
|
|
55047
55029
|
let u = Array.isArray(i) ? i.length > 0 : !!i;
|
|
55048
55030
|
return /* @__PURE__ */ t("div", {
|
|
55049
55031
|
className: "px-4 sm:px-16 md:px-32 lg:px-8 xl:px-10",
|
|
@@ -55054,7 +55036,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55054
55036
|
className: U("relative", c && "after:rounded-500 after:border-misc-border after:pointer-events-none after:absolute after:start-0 after:top-0 after:h-full after:w-full after:border after:content-['']"),
|
|
55055
55037
|
children: a
|
|
55056
55038
|
}), /* @__PURE__ */ n("div", {
|
|
55057
|
-
className:
|
|
55039
|
+
className: oSe({ invertOrder: o }),
|
|
55058
55040
|
children: [/* @__PURE__ */ t("div", {
|
|
55059
55041
|
className: "flex-1",
|
|
55060
55042
|
children: /* @__PURE__ */ t("h2", {
|
|
@@ -55075,7 +55057,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55075
55057
|
})]
|
|
55076
55058
|
})
|
|
55077
55059
|
});
|
|
55078
|
-
},
|
|
55060
|
+
}, cSe = ({ children: e, aspectRatio: n = "4/3", backgroundColor: r, ...i }) => /* @__PURE__ */ t("div", {
|
|
55079
55061
|
className: U("rounded-500 relative overflow-hidden", "translate-x-0 translate-y-0"),
|
|
55080
55062
|
style: {
|
|
55081
55063
|
backgroundColor: r,
|
|
@@ -55083,7 +55065,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55083
55065
|
},
|
|
55084
55066
|
...i,
|
|
55085
55067
|
children: e
|
|
55086
|
-
}),
|
|
55068
|
+
}), lSe = ({ selectedIndex: e, features: r, forceShowAll: i = !1 }) => /* @__PURE__ */ n("div", {
|
|
55087
55069
|
className: "flex flex-col gap-6",
|
|
55088
55070
|
children: [r && /* @__PURE__ */ t("ul", {
|
|
55089
55071
|
className: U("relative", "grid gap-2 text-center", "grid-cols-2 sm:grid-cols-4"),
|
|
@@ -55095,7 +55077,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55095
55077
|
children: /* @__PURE__ */ t("div", { children: n.content })
|
|
55096
55078
|
}, r))
|
|
55097
55079
|
})]
|
|
55098
|
-
}),
|
|
55080
|
+
}), uSe = ({ children: e }) => {
|
|
55099
55081
|
let n = H(null);
|
|
55100
55082
|
return sV(n), /* @__PURE__ */ t("video", {
|
|
55101
55083
|
autoPlay: !0,
|
|
@@ -55107,7 +55089,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55107
55089
|
className: "h-full w-full object-cover",
|
|
55108
55090
|
children: e
|
|
55109
55091
|
});
|
|
55110
|
-
},
|
|
55092
|
+
}, dSe = ({ title: e, children: r, icon: i }) => /* @__PURE__ */ n("div", {
|
|
55111
55093
|
className: "flex items-start gap-3",
|
|
55112
55094
|
children: [/* @__PURE__ */ t("div", {
|
|
55113
55095
|
className: "relative flex h-6 w-6 shrink-0",
|
|
@@ -55122,14 +55104,14 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55122
55104
|
children: r
|
|
55123
55105
|
})]
|
|
55124
55106
|
})]
|
|
55125
|
-
}),
|
|
55107
|
+
}), fSe = ({ title: e, features: r, className: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
55126
55108
|
...a,
|
|
55127
55109
|
className: U("pt-e700 pb-e1000 gap-i600 flex flex-col items-center px-4", i),
|
|
55128
55110
|
children: [e, /* @__PURE__ */ t("div", {
|
|
55129
55111
|
className: "mx-auto grid max-w-[1200px] gap-6 sm:gap-x-8 md:grid-cols-2 lg:grid-cols-3 lg:gap-x-12 lg:gap-y-10",
|
|
55130
55112
|
children: r
|
|
55131
55113
|
})]
|
|
55132
|
-
}),
|
|
55114
|
+
}), pSe = ({ title: e, icon: r, children: i, className: a, ...o }) => /* @__PURE__ */ n("div", {
|
|
55133
55115
|
...o,
|
|
55134
55116
|
className: U("border-misc-border-default flex flex-col gap-2 border-t pt-3 sm:pt-6", a),
|
|
55135
55117
|
children: [/* @__PURE__ */ n("div", {
|
|
@@ -55145,7 +55127,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55145
55127
|
className: "body-light-500 text-content-secondary",
|
|
55146
55128
|
children: i
|
|
55147
55129
|
})]
|
|
55148
|
-
}),
|
|
55130
|
+
}), mSe = ({ title: e, children: r, className: i, ...a }) => {
|
|
55149
55131
|
let o = de.toArray(r);
|
|
55150
55132
|
return /* @__PURE__ */ t("section", {
|
|
55151
55133
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", i),
|
|
@@ -55164,7 +55146,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55164
55146
|
})]
|
|
55165
55147
|
})
|
|
55166
55148
|
});
|
|
55167
|
-
},
|
|
55149
|
+
}, hSe = ({ preview: e, title: r, subtitle: i, cta: a, aspectRatio: o = "3:2", className: s, ...c }) => /* @__PURE__ */ t("div", {
|
|
55168
55150
|
...c,
|
|
55169
55151
|
className: W("@container w-full", s),
|
|
55170
55152
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -55186,7 +55168,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55186
55168
|
}), !!a && /* @__PURE__ */ t("div", { children: a })]
|
|
55187
55169
|
})]
|
|
55188
55170
|
})
|
|
55189
|
-
}),
|
|
55171
|
+
}), gSe = ({ overline: e, title: r, description: i, visual: a, ctas: o, background: s = "sand-50", ...c }) => /* @__PURE__ */ t(u9, {
|
|
55190
55172
|
variant: s,
|
|
55191
55173
|
className: "py-e700 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
55192
55174
|
...c,
|
|
@@ -55219,7 +55201,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55219
55201
|
children: a
|
|
55220
55202
|
})]
|
|
55221
55203
|
})
|
|
55222
|
-
}),
|
|
55204
|
+
}), _Se = function({ as: e = "a", label: r, isNew: i, ref: a, ...o }) {
|
|
55223
55205
|
return /* @__PURE__ */ n(e, {
|
|
55224
55206
|
ref: a,
|
|
55225
55207
|
className: U("inline-flex items-center gap-1.5", "rounded-200 cursor-pointer outline-hidden", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring", "component-light-500 text-content-subdued-primary", "hover:text-content-primary focus-visible:text-content-primary active:text-content-primary", "interaction-transition transition-colors"),
|
|
@@ -55237,7 +55219,7 @@ var Vxe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
55237
55219
|
};
|
|
55238
55220
|
//#endregion
|
|
55239
55221
|
//#region src/components/website/FooterBlockV2/FooterV2LinksSectionBlock.tsx
|
|
55240
|
-
function
|
|
55222
|
+
function vSe({ title: e, className: r, children: i, ...a }) {
|
|
55241
55223
|
let o = Te(), [s, c] = je(!1), l = V((e) => {
|
|
55242
55224
|
let t = e.currentTarget;
|
|
55243
55225
|
c(t.checked), t.closest("[data-groupid='footer-links-sections']")?.querySelectorAll("input[name=\"footer-links-section-toggle\"]").forEach((e) => {
|
|
@@ -55331,7 +55313,7 @@ function m9({ appsSectionTitle: e, appButtons: r, linksSections: i, socialLinks:
|
|
|
55331
55313
|
})
|
|
55332
55314
|
});
|
|
55333
55315
|
}
|
|
55334
|
-
m9.LinksSection =
|
|
55316
|
+
m9.LinksSection = vSe, m9.Link = _Se;
|
|
55335
55317
|
//#endregion
|
|
55336
55318
|
//#region src/components/website/Glossary/GlossaryLetterLink.tsx
|
|
55337
55319
|
var h9 = ({ letter: e, href: n, ref: r, ...i }) => /* @__PURE__ */ t("a", {
|
|
@@ -55345,11 +55327,11 @@ h9.displayName = "GlossaryLetterLink";
|
|
|
55345
55327
|
//#endregion
|
|
55346
55328
|
//#region src/components/website/Glossary/GlossaryAlphabet.tsx
|
|
55347
55329
|
var g9 = { en: "ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("") };
|
|
55348
|
-
function
|
|
55330
|
+
function ySe(e) {
|
|
55349
55331
|
return g9[e] ?? g9.en;
|
|
55350
55332
|
}
|
|
55351
55333
|
var _9 = ({ locale: e = "en", getLetterProps: n, className: r, ref: i, ...a }) => {
|
|
55352
|
-
let o =
|
|
55334
|
+
let o = ySe(e);
|
|
55353
55335
|
return /* @__PURE__ */ t("nav", {
|
|
55354
55336
|
ref: i,
|
|
55355
55337
|
...a,
|
|
@@ -55368,7 +55350,7 @@ var _9 = ({ locale: e = "en", getLetterProps: n, className: r, ref: i, ...a }) =
|
|
|
55368
55350
|
_9.displayName = "GlossaryAlphabet";
|
|
55369
55351
|
//#endregion
|
|
55370
55352
|
//#region src/components/website/Glossary/GlossarySection.tsx
|
|
55371
|
-
var
|
|
55353
|
+
var bSe = ({ id: e, letter: r, headingLevel: i = "h2", children: a, className: o }) => /* @__PURE__ */ n("section", {
|
|
55372
55354
|
id: e,
|
|
55373
55355
|
className: W("gap-i400 flex flex-col items-center", o),
|
|
55374
55356
|
children: [/* @__PURE__ */ t(i, {
|
|
@@ -55424,7 +55406,7 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
55424
55406
|
onClick: p
|
|
55425
55407
|
})]
|
|
55426
55408
|
});
|
|
55427
|
-
},
|
|
55409
|
+
}, xSe = ({ title: e, backgroundColor: r, bgImageDesktop: i, bgImageMobile: a, className: o, ...s }) => /* @__PURE__ */ n("div", {
|
|
55428
55410
|
...s,
|
|
55429
55411
|
className: U("relative overflow-hidden", "flex flex-col items-center justify-center", "sm:min-h-[482px] lg:min-h-[640px]", "3xl:rounded-area-500 mx-auto max-w-[1800px]", "px-4 sm:px-6 md:px-8 xl:px-10", "pt-e600 pb-e500 sm:pt-e500", o),
|
|
55430
55412
|
style: { backgroundColor: r },
|
|
@@ -55442,7 +55424,7 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
55442
55424
|
children: e
|
|
55443
55425
|
})
|
|
55444
55426
|
]
|
|
55445
|
-
}),
|
|
55427
|
+
}), SSe = ({ titleBlock: e, logoWallBlock: r, children: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
55446
55428
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
55447
55429
|
...o,
|
|
55448
55430
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -55459,7 +55441,7 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
55459
55441
|
})
|
|
55460
55442
|
]
|
|
55461
55443
|
})
|
|
55462
|
-
}),
|
|
55444
|
+
}), CSe = ({ metricTitle: e, metricDescription: r, className: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
55463
55445
|
className: W("rounded-500 bg-secondary-moon-grape relative flex flex-col items-center overflow-hidden text-center text-white", "gap-4 px-6 py-8 sm:py-10", "lg:min-h-[344px] xl:min-h-[400px]", i),
|
|
55464
55446
|
...a,
|
|
55465
55447
|
children: [
|
|
@@ -55473,11 +55455,11 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
55473
55455
|
children: r
|
|
55474
55456
|
})
|
|
55475
55457
|
]
|
|
55476
|
-
}),
|
|
55458
|
+
}), wSe = ({ children: e, className: n, ...r }) => /* @__PURE__ */ t("div", {
|
|
55477
55459
|
...r,
|
|
55478
55460
|
className: W("flex flex-col gap-6", n),
|
|
55479
55461
|
children: e
|
|
55480
|
-
}),
|
|
55462
|
+
}), TSe = ({ label: e, children: r, className: i, ...a }) => r ? /* @__PURE__ */ n("div", {
|
|
55481
55463
|
...a,
|
|
55482
55464
|
className: W("flex flex-col gap-1 pt-4", "border-misc-border border-t", i),
|
|
55483
55465
|
children: [/* @__PURE__ */ t("span", {
|
|
@@ -55510,7 +55492,7 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
55510
55492
|
x9.displayName = "LanguagePickerItem";
|
|
55511
55493
|
//#endregion
|
|
55512
55494
|
//#region src/components/website/InspirationWallBlock/InspirationWallBlock.tsx
|
|
55513
|
-
var
|
|
55495
|
+
var ESe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */ n("section", {
|
|
55514
55496
|
className: U("pt-e700 flex flex-col gap-12 sm:gap-16 lg:gap-20", i),
|
|
55515
55497
|
...a,
|
|
55516
55498
|
children: [!!e && /* @__PURE__ */ t("div", {
|
|
@@ -55526,7 +55508,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55526
55508
|
}, n.toString()))
|
|
55527
55509
|
})
|
|
55528
55510
|
})]
|
|
55529
|
-
}),
|
|
55511
|
+
}), DSe = ({ titleBlock: e, images: r, cta: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
55530
55512
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
55531
55513
|
...o,
|
|
55532
55514
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -55545,7 +55527,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55545
55527
|
})]
|
|
55546
55528
|
})]
|
|
55547
55529
|
})
|
|
55548
|
-
}),
|
|
55530
|
+
}), OSe = ({ variant: e = "default", trustLabel: r, logos: i, ...a }) => {
|
|
55549
55531
|
let o = i?.slice(0, 8);
|
|
55550
55532
|
return /* @__PURE__ */ t("div", {
|
|
55551
55533
|
className: U("px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
@@ -55576,7 +55558,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55576
55558
|
})]
|
|
55577
55559
|
})
|
|
55578
55560
|
});
|
|
55579
|
-
},
|
|
55561
|
+
}, kSe = ({ description: e, cta: r, logos: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
55580
55562
|
className: W("py-e400 px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
55581
55563
|
...o,
|
|
55582
55564
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -55601,7 +55583,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55601
55583
|
}, n))
|
|
55602
55584
|
})]
|
|
55603
55585
|
})
|
|
55604
|
-
}),
|
|
55586
|
+
}), ASe = ({ title: e, assets: r, className: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
55605
55587
|
className: W("gap-i400 flex flex-col", i),
|
|
55606
55588
|
...a,
|
|
55607
55589
|
children: [/* @__PURE__ */ n("div", {
|
|
@@ -55627,7 +55609,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55627
55609
|
children: e
|
|
55628
55610
|
}, n.toString()))
|
|
55629
55611
|
})]
|
|
55630
|
-
}),
|
|
55612
|
+
}), jSe = ({ title: e, children: r, ...i }) => /* @__PURE__ */ t("section", {
|
|
55631
55613
|
className: "bg-surface-default pt-e700 pb-e1000 px-4 sm:px-6 md:px-8",
|
|
55632
55614
|
...i,
|
|
55633
55615
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -55640,7 +55622,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55640
55622
|
children: r
|
|
55641
55623
|
})]
|
|
55642
55624
|
})
|
|
55643
|
-
}),
|
|
55625
|
+
}), MSe = function({ icon: e, overline: r, title: i, subtitle: a, cta: o, footnote: s, className: c, ...l }) {
|
|
55644
55626
|
let u = ke(() => o?.map((e) => he(e, {
|
|
55645
55627
|
density: "spacious",
|
|
55646
55628
|
size: "large"
|
|
@@ -55679,7 +55661,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55679
55661
|
})
|
|
55680
55662
|
]
|
|
55681
55663
|
});
|
|
55682
|
-
},
|
|
55664
|
+
}, NSe = ({ containerId: e, title: r, helpText: i, url: a, visibleOnMobile: o, ...s }) => /* @__PURE__ */ n("div", {
|
|
55683
55665
|
id: e,
|
|
55684
55666
|
className: U("pt-e700 pb-e1000 w-full bg-neutral-50 px-4 xl:px-10", !o && "hidden lg:block"),
|
|
55685
55667
|
...s,
|
|
@@ -55697,7 +55679,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55697
55679
|
className: "body-500 text-content-secondary mx-auto max-w-[512px] pt-6 text-center lg:max-w-[720px]",
|
|
55698
55680
|
children: i
|
|
55699
55681
|
})]
|
|
55700
|
-
}),
|
|
55682
|
+
}), PSe = ({ title: e, helpText: r, url: i, screenTooSmallTitle: a, screenTooSmallDescription: o, ...s }) => /* @__PURE__ */ n("div", {
|
|
55701
55683
|
className: "bg-surface-alternate pt-e600 pb-e500 sm:py-e500 w-full px-4 xl:px-10",
|
|
55702
55684
|
...s,
|
|
55703
55685
|
children: [/* @__PURE__ */ n("div", {
|
|
@@ -55727,7 +55709,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55727
55709
|
className: "body-500 text-content-secondary mx-auto max-w-[512px] pt-6 text-center lg:max-w-[720px]",
|
|
55728
55710
|
children: r
|
|
55729
55711
|
})]
|
|
55730
|
-
}),
|
|
55712
|
+
}), FSe = ({ titleBlock: e, background: r = "lightgrey", cta: i, children: a, className: o, ...s }) => /* @__PURE__ */ t("section", {
|
|
55731
55713
|
className: U("pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
55732
55714
|
"bg-surface-default": r === "white",
|
|
55733
55715
|
"bg-neutral-50": r === "lightgrey"
|
|
@@ -55746,7 +55728,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55746
55728
|
})]
|
|
55747
55729
|
})]
|
|
55748
55730
|
})
|
|
55749
|
-
}),
|
|
55731
|
+
}), ISe = ({ title: e, cards: r, features: i, ...a }) => /* @__PURE__ */ t("div", {
|
|
55750
55732
|
className: U("px-4 sm:px-6 md:px-8 xl:px-10", "py-e400"),
|
|
55751
55733
|
...a,
|
|
55752
55734
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -55760,13 +55742,13 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55760
55742
|
i
|
|
55761
55743
|
]
|
|
55762
55744
|
})
|
|
55763
|
-
}),
|
|
55745
|
+
}), LSe = {
|
|
55764
55746
|
currencyDisplayName: "",
|
|
55765
55747
|
countryDisplayName: ""
|
|
55766
55748
|
}, S9 = ({ lang: e, localizedInfo: t }) => {
|
|
55767
55749
|
let [n, r] = t || [], i = oV();
|
|
55768
55750
|
return ke(() => {
|
|
55769
|
-
if (!i || !n || !r) return
|
|
55751
|
+
if (!i || !n || !r) return LSe;
|
|
55770
55752
|
let t = new Intl.DisplayNames(e, { type: "currency" }), a = new Intl.DisplayNames(e, { type: "region" });
|
|
55771
55753
|
return {
|
|
55772
55754
|
currencyDisplayName: t.of(n.toUpperCase()) ?? "",
|
|
@@ -55790,7 +55772,7 @@ var DSe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55790
55772
|
C9.displayName = "PricingPullDownButton";
|
|
55791
55773
|
//#endregion
|
|
55792
55774
|
//#region src/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingImageCountPicker.tsx
|
|
55793
|
-
var
|
|
55775
|
+
var RSe = [
|
|
55794
55776
|
1e3,
|
|
55795
55777
|
2e3,
|
|
55796
55778
|
5e3,
|
|
@@ -55801,7 +55783,7 @@ var zSe = [
|
|
|
55801
55783
|
2e5,
|
|
55802
55784
|
5e5,
|
|
55803
55785
|
1e6
|
|
55804
|
-
],
|
|
55786
|
+
], zSe = ({ lang: e, monthlyProcessedImages: r, pricingImageCountLabel: i, onMonthlyProcessedImagesChange: a }) => {
|
|
55805
55787
|
let o = oV();
|
|
55806
55788
|
return /* @__PURE__ */ n("div", {
|
|
55807
55789
|
className: U("pb-i300 mx-auto flex max-w-[288px] flex-col items-center justify-center gap-4", "md:max-w-none md:flex-row"),
|
|
@@ -55816,7 +55798,7 @@ var zSe = [
|
|
|
55816
55798
|
children: /* @__PURE__ */ t(tG.RadioGroup, {
|
|
55817
55799
|
value: r.toString(),
|
|
55818
55800
|
onValueChange: (e) => a?.(Number(e)),
|
|
55819
|
-
children:
|
|
55801
|
+
children: RSe.map((n) => /* @__PURE__ */ t(tG.RadioGroup.Item, {
|
|
55820
55802
|
value: n.toString(),
|
|
55821
55803
|
children: o && `${new Intl.NumberFormat(e).format(n)} images`
|
|
55822
55804
|
}, n))
|
|
@@ -55832,7 +55814,7 @@ var zSe = [
|
|
|
55832
55814
|
].filter((e) => e !== "enterprise");
|
|
55833
55815
|
//#endregion
|
|
55834
55816
|
//#region ../shared/utils/pricing/api-pricing/plans.ts
|
|
55835
|
-
var
|
|
55817
|
+
var BSe = {
|
|
55836
55818
|
priceId: "price_1OZVcMEl9AVRLibqyVsualpH",
|
|
55837
55819
|
currencyToPrice: {
|
|
55838
55820
|
eur: 2,
|
|
@@ -55840,7 +55822,7 @@ var VSe = {
|
|
|
55840
55822
|
usd: 2
|
|
55841
55823
|
},
|
|
55842
55824
|
interval: "month"
|
|
55843
|
-
},
|
|
55825
|
+
}, VSe = {
|
|
55844
55826
|
priceId: "price_1OZVV0El9AVRLibqlcX986A9",
|
|
55845
55827
|
currencyToPrice: {
|
|
55846
55828
|
eur: 10,
|
|
@@ -55848,7 +55830,7 @@ var VSe = {
|
|
|
55848
55830
|
usd: 10
|
|
55849
55831
|
},
|
|
55850
55832
|
interval: "month"
|
|
55851
|
-
},
|
|
55833
|
+
}, HSe = {
|
|
55852
55834
|
priceId: "price_1OduZCEl9AVRLibq9TbpF1v9",
|
|
55853
55835
|
currencyToPrice: {
|
|
55854
55836
|
eur: 1,
|
|
@@ -55861,9 +55843,9 @@ var VSe = {
|
|
|
55861
55843
|
//#region src/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/utils.ts
|
|
55862
55844
|
function w9(e) {
|
|
55863
55845
|
switch (e) {
|
|
55864
|
-
case "basic": return
|
|
55865
|
-
case "plus": return
|
|
55866
|
-
case "partner": return
|
|
55846
|
+
case "basic": return BSe;
|
|
55847
|
+
case "plus": return VSe;
|
|
55848
|
+
case "partner": return HSe;
|
|
55867
55849
|
case "enterprise":
|
|
55868
55850
|
case void 0: return;
|
|
55869
55851
|
}
|
|
@@ -55878,7 +55860,7 @@ function T9(e, t) {
|
|
|
55878
55860
|
}
|
|
55879
55861
|
//#endregion
|
|
55880
55862
|
//#region src/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingCardsContainer.tsx
|
|
55881
|
-
var
|
|
55863
|
+
var USe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a, userCountryCode: o, footnote: s, pricingImageCountLabel: c, footnoteCurrencyLabel: l, onMonthlyProcessedImagesChange: u, ...d }) => {
|
|
55882
55864
|
let f = o?.toUpperCase(), { countryDisplayName: p, currencyDisplayName: m } = S9({
|
|
55883
55865
|
lang: e,
|
|
55884
55866
|
localizedInfo: T9("basic", f)
|
|
@@ -55886,7 +55868,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55886
55868
|
return /* @__PURE__ */ n("div", {
|
|
55887
55869
|
className: "pb-i600",
|
|
55888
55870
|
...d,
|
|
55889
|
-
children: [/* @__PURE__ */ t(
|
|
55871
|
+
children: [/* @__PURE__ */ t(zSe, {
|
|
55890
55872
|
lang: e,
|
|
55891
55873
|
pricingImageCountLabel: c,
|
|
55892
55874
|
monthlyProcessedImages: r,
|
|
@@ -55926,7 +55908,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55926
55908
|
a
|
|
55927
55909
|
])
|
|
55928
55910
|
};
|
|
55929
|
-
},
|
|
55911
|
+
}, WSe = 1e5, GSe = ({ lang: r, planType: i, planPriceLabelOverride: a, cta: o, bulletPoints: s, monthlyProcessedImages: c, userCountryCode: l, clientLogos: u, detailsTitle: d, footnote: f, perMonthLabel: p, pricePerImageLabel: m, ...h }) => {
|
|
55930
55912
|
let g = l?.toUpperCase(), { localizedCurrency: _, localizedPrice: v, pricePerImage: y } = k9({
|
|
55931
55913
|
lang: r,
|
|
55932
55914
|
planType: i,
|
|
@@ -55939,7 +55921,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55939
55921
|
case "partner":
|
|
55940
55922
|
case void 0: return;
|
|
55941
55923
|
}
|
|
55942
|
-
}, [i]), x = ke(() => !_ || !v ? null : i === "partner" && c <
|
|
55924
|
+
}, [i]), x = ke(() => !_ || !v ? null : i === "partner" && c < WSe ? "-" : $c({
|
|
55943
55925
|
locale: r,
|
|
55944
55926
|
currency: _,
|
|
55945
55927
|
value: v * c / 100,
|
|
@@ -56016,10 +55998,10 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56016
55998
|
})]
|
|
56017
55999
|
})]
|
|
56018
56000
|
});
|
|
56019
|
-
},
|
|
56001
|
+
}, KSe = ({ pricePerImage: e }) => /* @__PURE__ */ n("span", {
|
|
56020
56002
|
className: "inline-next-element",
|
|
56021
56003
|
children: [e, " "]
|
|
56022
|
-
}),
|
|
56004
|
+
}), qSe = ({ description: e, clientLogos: r, cta: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
56023
56005
|
className: U("flex flex-col items-center gap-6 p-4 sm:flex-row", "rounded-500 bg-background-subdued"),
|
|
56024
56006
|
...a,
|
|
56025
56007
|
children: [
|
|
@@ -56040,7 +56022,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56040
56022
|
className: U("pointer-events-none absolute hidden xl:flex", j9, i),
|
|
56041
56023
|
"aria-hidden": !0,
|
|
56042
56024
|
children: [/* @__PURE__ */ t("div", { className: A9 }), e.map((e, n) => /* @__PURE__ */ t("div", { className: U("flex-1", e && "bg-background-accent-subdued", e && r) }, n))]
|
|
56043
|
-
}),
|
|
56025
|
+
}), JSe = ({ title: e, legend: r, sections: i, fairLimitsLabel: a, columnHighlights: o = [], ...s }) => {
|
|
56044
56026
|
let c = o.some(Boolean), l = H(null), u = H(null);
|
|
56045
56027
|
return O4(() => {
|
|
56046
56028
|
let e = l.current, t = u.current;
|
|
@@ -56120,7 +56102,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56120
56102
|
className: "hidden xl:block",
|
|
56121
56103
|
children: r
|
|
56122
56104
|
})] }) : r
|
|
56123
|
-
}) }),
|
|
56105
|
+
}) }), YSe = ({ title: e, subtitle: r, items: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
56124
56106
|
className: "flex flex-col",
|
|
56125
56107
|
...a,
|
|
56126
56108
|
children: [(e || r) && /* @__PURE__ */ n("div", {
|
|
@@ -56136,7 +56118,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56136
56118
|
className: "divide-misc-border divide-y",
|
|
56137
56119
|
children: i
|
|
56138
56120
|
})]
|
|
56139
|
-
}),
|
|
56121
|
+
}), XSe = ({ featureName: e, featureDescription: r, featureBadges: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
56140
56122
|
className: U("flex flex-col items-start gap-3 py-6 lg:gap-4 xl:flex-row xl:items-center", j9),
|
|
56141
56123
|
...a,
|
|
56142
56124
|
children: [/* @__PURE__ */ n("div", {
|
|
@@ -56172,15 +56154,15 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56172
56154
|
children: s
|
|
56173
56155
|
})] })
|
|
56174
56156
|
})]
|
|
56175
|
-
}) }),
|
|
56157
|
+
}) }), ZSe = ({ planName: e, planShortName: n }) => /* @__PURE__ */ t(P9, {
|
|
56176
56158
|
planName: e,
|
|
56177
56159
|
planShortName: n
|
|
56178
|
-
}),
|
|
56160
|
+
}), QSe = ({ isChecked: e, planName: n, includedLabel: r, excludedLabel: i }) => /* @__PURE__ */ t(F9, {
|
|
56179
56161
|
isChecked: e,
|
|
56180
56162
|
planName: n,
|
|
56181
56163
|
includedLabel: r,
|
|
56182
56164
|
excludedLabel: i
|
|
56183
|
-
}),
|
|
56165
|
+
}), $Se = 4, eCe = 1, tCe = (e, t) => {
|
|
56184
56166
|
O4(() => {
|
|
56185
56167
|
let n = e.current;
|
|
56186
56168
|
if (!n || typeof ResizeObserver > "u") return;
|
|
@@ -56191,7 +56173,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56191
56173
|
}), e.forEach((e) => {
|
|
56192
56174
|
let t = [];
|
|
56193
56175
|
e.forEach((e) => {
|
|
56194
|
-
let { top: n } = e.getBoundingClientRect(), r = t.find((e) => Math.abs(e.top - n) <
|
|
56176
|
+
let { top: n } = e.getBoundingClientRect(), r = t.find((e) => Math.abs(e.top - n) < $Se);
|
|
56195
56177
|
r ? r.elements.push(e) : t.push({
|
|
56196
56178
|
top: n,
|
|
56197
56179
|
elements: [e]
|
|
@@ -56209,7 +56191,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56209
56191
|
});
|
|
56210
56192
|
}, o = n.getBoundingClientRect().width, s = new ResizeObserver((e) => {
|
|
56211
56193
|
let t = e[0]?.contentRect.width ?? o;
|
|
56212
|
-
Math.abs(t - o) <
|
|
56194
|
+
Math.abs(t - o) < eCe || (o = t, a());
|
|
56213
56195
|
});
|
|
56214
56196
|
s.observe(n);
|
|
56215
56197
|
let c = new MutationObserver(a);
|
|
@@ -56225,12 +56207,12 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56225
56207
|
l = !0, i && cancelAnimationFrame(i), s.disconnect(), c.disconnect();
|
|
56226
56208
|
};
|
|
56227
56209
|
}, [e, t]);
|
|
56228
|
-
},
|
|
56210
|
+
}, nCe = ["[data-pricing-card-description]", "[data-pricing-card-offer]"], rCe = ({ lang: e, billingPeriod: r = "yearly", items: i, localizedPriceInfo: a, billingPeriodLabels: o, billingPeriodSubtitles: s, footnoteLabels: c, footnoteCurrencyLabel: l, onBillingPeriodChange: u, ...d }) => {
|
|
56229
56211
|
let { countryDisplayName: f, currencyDisplayName: p } = S9({
|
|
56230
56212
|
lang: e,
|
|
56231
56213
|
localizedInfo: a
|
|
56232
56214
|
}), m = H(null);
|
|
56233
|
-
|
|
56215
|
+
tCe(m, nCe);
|
|
56234
56216
|
let h = (e) => {
|
|
56235
56217
|
(e === "monthly" || e === "yearly") && u?.(e);
|
|
56236
56218
|
};
|
|
@@ -56270,7 +56252,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56270
56252
|
})
|
|
56271
56253
|
]
|
|
56272
56254
|
});
|
|
56273
|
-
},
|
|
56255
|
+
}, iCe = ({ label: e, variant: r = "neutral", children: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
56274
56256
|
className: U("relative flex flex-col", "xl:rounded-[16px] xl:p-1.5 xl:pt-8", r === "accent" ? "xl:bg-background-pro" : "xl:bg-surface-alternate", de.count(i) > 1 && "sm:col-span-2 xl:col-span-2"),
|
|
56275
56257
|
...a,
|
|
56276
56258
|
children: [/* @__PURE__ */ t("div", {
|
|
@@ -56334,7 +56316,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56334
56316
|
})),
|
|
56335
56317
|
renderValue: (t) => e.find((e) => e.value === t)?.label ?? null
|
|
56336
56318
|
});
|
|
56337
|
-
},
|
|
56319
|
+
}, aCe = ({ planType: r, description: i, cta: a, propLists: o, billingPeriod: s, specialOfferLabel: c, clientLogos: l, planPriceLabelOverride: u, planPriceSubLabel: d, planName: f, showYearlyPriceAsMonthly: p, tagLabel: m, tagVariant: h = "neutral", variant: g = "default", freePlanLabel: _, perMonthLabel: v, perYearLabel: y, billedAnnuallyLabel: b, subscriptionOptions: x, isUnavailable: S, unavailableLabel: C, subscriptionType: w, onSubscriptionTypeChange: T, resolvedPrice: E, isError: D, isSelectorLoading: O, ...k }) => {
|
|
56338
56320
|
let [A, j] = je(x?.[0]?.value), M = w ?? A, N = T ?? j, P = s === "yearly" && p, { value: F, originalValue: I } = E ?? {}, ee = g === "dark";
|
|
56339
56321
|
return /* @__PURE__ */ n("div", {
|
|
56340
56322
|
className: U("relative flex w-full flex-col gap-6", "px-4 py-7", "rounded-500", ee ? "bg-background-default text-content-white-primary" : "bg-background-inverted", "border", ee ? "border-white-alpha-3" : "border-misc-border", m && "max-xl:pt-0", !m && "sm:max-xl:pt-0"),
|
|
@@ -56446,10 +56428,10 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56446
56428
|
})]
|
|
56447
56429
|
})]
|
|
56448
56430
|
});
|
|
56449
|
-
},
|
|
56431
|
+
}, oCe = ({ planName: e, planShortName: n }) => /* @__PURE__ */ t(P9, {
|
|
56450
56432
|
planName: e,
|
|
56451
56433
|
planShortName: n
|
|
56452
|
-
}),
|
|
56434
|
+
}), sCe = ({ planName: e, planType: r, billingPeriod: i, showYearlyPriceAsMonthly: a, planPriceLabelOverride: o, cta: s, perMonthLabel: c, perYearLabel: l, billedAnnuallyLabel: u, resolvedPrice: d, isError: f }) => {
|
|
56453
56435
|
let p = r === "enterprise", { value: m } = d ?? {}, h = p ? o : m, g = !p && !h && !f, _ = i === "monthly" || a ? c : l, v = i === "yearly" && a ? u : void 0;
|
|
56454
56436
|
return /* @__PURE__ */ t(N9, { children: /* @__PURE__ */ n("div", {
|
|
56455
56437
|
className: "flex h-full flex-col gap-4",
|
|
@@ -56477,18 +56459,18 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56477
56459
|
})
|
|
56478
56460
|
]
|
|
56479
56461
|
}) });
|
|
56480
|
-
},
|
|
56462
|
+
}, cCe = ({ isChecked: e, description: n, planName: r, includedLabel: i, excludedLabel: a, isLoading: o }) => /* @__PURE__ */ t(F9, {
|
|
56481
56463
|
isChecked: e,
|
|
56482
56464
|
description: n,
|
|
56483
56465
|
planName: r,
|
|
56484
56466
|
includedLabel: i,
|
|
56485
56467
|
excludedLabel: a,
|
|
56486
56468
|
isLoading: o
|
|
56487
|
-
}),
|
|
56469
|
+
}), lCe = ({ children: e, ...n }) => /* @__PURE__ */ t("div", {
|
|
56488
56470
|
className: "rounded-400 bg-background-subdued inline-flex gap-0.5 p-0.5",
|
|
56489
56471
|
...n,
|
|
56490
56472
|
children: e
|
|
56491
|
-
}),
|
|
56473
|
+
}), uCe = G([
|
|
56492
56474
|
"component-semi-strong-600 size-h-750 rounded-400 flex flex-1 items-center gap-3 px-4 whitespace-nowrap",
|
|
56493
56475
|
"focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring outline-hidden",
|
|
56494
56476
|
"transition-all"
|
|
@@ -56498,7 +56480,7 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56498
56480
|
false: "text-content-secondary"
|
|
56499
56481
|
} },
|
|
56500
56482
|
defaultVariants: { selected: !1 }
|
|
56501
|
-
}),
|
|
56483
|
+
}), dCe = G("rounded-300 size-400 shrink-0", {
|
|
56502
56484
|
variants: { selected: {
|
|
56503
56485
|
true: "text-[#7883FF]",
|
|
56504
56486
|
false: "text-neutral-400"
|
|
@@ -56506,15 +56488,15 @@ var WSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
56506
56488
|
defaultVariants: { selected: !1 }
|
|
56507
56489
|
}), R9 = (({ as: e = "a", selected: r, icon: i, children: a, ref: o, ...s }) => /* @__PURE__ */ n(e, {
|
|
56508
56490
|
ref: o,
|
|
56509
|
-
className:
|
|
56491
|
+
className: uCe({ selected: r }),
|
|
56510
56492
|
...s,
|
|
56511
56493
|
children: [i && /* @__PURE__ */ t("span", {
|
|
56512
|
-
className:
|
|
56494
|
+
className: dCe({ selected: r }),
|
|
56513
56495
|
children: i
|
|
56514
56496
|
}), a]
|
|
56515
56497
|
}));
|
|
56516
56498
|
R9.displayName = "PricingPickerButton";
|
|
56517
|
-
var
|
|
56499
|
+
var fCe = Object.assign(R9, {
|
|
56518
56500
|
ShortLabel: ({ children: e }) => /* @__PURE__ */ t("span", {
|
|
56519
56501
|
className: "block sm:hidden",
|
|
56520
56502
|
children: e
|
|
@@ -56523,7 +56505,7 @@ var pCe = Object.assign(R9, {
|
|
|
56523
56505
|
className: "hidden sm:block",
|
|
56524
56506
|
children: e
|
|
56525
56507
|
})
|
|
56526
|
-
}), z9 = "is-promo-banner-hidden",
|
|
56508
|
+
}), z9 = "is-promo-banner-hidden", pCe = ({ contextLabel: e, closeAriaLabel: r, cssBackgroundColor: i, thumbnail: a, cta: o, linkAs: s = "a", description: c, forceShow: l, ...u }) => /* @__PURE__ */ t(b9, {
|
|
56527
56509
|
variant: "accent",
|
|
56528
56510
|
cssBackgroundColor: i,
|
|
56529
56511
|
isHiddenSessionKey: z9,
|
|
@@ -56560,7 +56542,7 @@ var pCe = Object.assign(R9, {
|
|
|
56560
56542
|
})]
|
|
56561
56543
|
})]
|
|
56562
56544
|
})
|
|
56563
|
-
}),
|
|
56545
|
+
}), mCe = ({ title: e, visualElement: r, largeVisualAsset: i, background: a = "neutral-50", bgColor: o, ...s }) => /* @__PURE__ */ t(u9, {
|
|
56564
56546
|
as: "div",
|
|
56565
56547
|
variant: o ? "surface-default" : a,
|
|
56566
56548
|
className: U("relative flex overflow-hidden", "pt-e600 pb-e500 sm:py-e500 lg:py-e800", "px-4 sm:px-6 md:px-8 xl:px-10", "xl:min-h-[720px]"),
|
|
@@ -56582,7 +56564,7 @@ var pCe = Object.assign(R9, {
|
|
|
56582
56564
|
})]
|
|
56583
56565
|
})]
|
|
56584
56566
|
})
|
|
56585
|
-
}),
|
|
56567
|
+
}), hCe = ({ content: e, avatar: r, name: i, occupation: a }) => /* @__PURE__ */ t("div", {
|
|
56586
56568
|
className: "py-e700 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
56587
56569
|
children: /* @__PURE__ */ n("div", {
|
|
56588
56570
|
className: "mx-auto flex max-w-[1200px] flex-col justify-center gap-8",
|
|
@@ -56606,7 +56588,7 @@ var pCe = Object.assign(R9, {
|
|
|
56606
56588
|
})]
|
|
56607
56589
|
})]
|
|
56608
56590
|
})
|
|
56609
|
-
}),
|
|
56591
|
+
}), gCe = ({ titleBlock: e, reviews: r, cta: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
56610
56592
|
className: W("pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
56611
56593
|
...o,
|
|
56612
56594
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -56623,7 +56605,7 @@ var pCe = Object.assign(R9, {
|
|
|
56623
56605
|
})
|
|
56624
56606
|
]
|
|
56625
56607
|
})
|
|
56626
|
-
}),
|
|
56608
|
+
}), _Ce = ({ title: e, content: r, image: i, name: a, occupation: o, className: s, ...c }) => /* @__PURE__ */ t("li", {
|
|
56627
56609
|
className: W("flex", s),
|
|
56628
56610
|
...c,
|
|
56629
56611
|
children: /* @__PURE__ */ n("article", {
|
|
@@ -56665,7 +56647,7 @@ var pCe = Object.assign(R9, {
|
|
|
56665
56647
|
})
|
|
56666
56648
|
]
|
|
56667
56649
|
})
|
|
56668
|
-
}),
|
|
56650
|
+
}), vCe = function({ placement: e = "default", variant: r = "default", title: i, subtitle: a, overline: o, cta: s, className: c, ...l }) {
|
|
56669
56651
|
let u = e === "side" || !!s, d = r === "on-dark", f = ye(a) ? !!a.props?.children : !!a;
|
|
56670
56652
|
return /* @__PURE__ */ n("div", {
|
|
56671
56653
|
className: W("mx-auto w-full max-w-[1200px]", "flex flex-col gap-4", {
|
|
@@ -56706,7 +56688,7 @@ var pCe = Object.assign(R9, {
|
|
|
56706
56688
|
})
|
|
56707
56689
|
})]
|
|
56708
56690
|
});
|
|
56709
|
-
},
|
|
56691
|
+
}, yCe = function({ title: e, overline: r, subtitle: i, cta: a, footnote: o, className: s }) {
|
|
56710
56692
|
let c = ke(() => a?.map((e) => he(e, {
|
|
56711
56693
|
density: "spacious",
|
|
56712
56694
|
size: "large"
|
|
@@ -56715,7 +56697,7 @@ var pCe = Object.assign(R9, {
|
|
|
56715
56697
|
className: W("lg:max-w-auto mx-auto max-w-[704px] lg:mx-0", "flex flex-col items-center lg:items-start", "text-center lg:text-start", s),
|
|
56716
56698
|
children: [
|
|
56717
56699
|
!!r && /* @__PURE__ */ t("div", {
|
|
56718
|
-
className: "component-700 sm:component-800 text-content-primary mb-1
|
|
56700
|
+
className: U("max-w-[900px]", typeof r == "string" ? "component-700 sm:component-800 text-content-primary mb-1 sm:mb-2" : "mb-4 sm:mb-8"),
|
|
56719
56701
|
children: r
|
|
56720
56702
|
}),
|
|
56721
56703
|
/* @__PURE__ */ t("h1", {
|
|
@@ -56736,7 +56718,7 @@ var pCe = Object.assign(R9, {
|
|
|
56736
56718
|
})
|
|
56737
56719
|
]
|
|
56738
56720
|
});
|
|
56739
|
-
},
|
|
56721
|
+
}, bCe = ({ title: e, overline: r, placement: i = "default" }) => /* @__PURE__ */ n("div", {
|
|
56740
56722
|
className: U("mx-auto flex w-full max-w-[1200px] flex-col gap-1", {
|
|
56741
56723
|
"items-center text-center": i === "default",
|
|
56742
56724
|
"items-start text-start": i === "side"
|
|
@@ -56748,7 +56730,7 @@ var pCe = Object.assign(R9, {
|
|
|
56748
56730
|
className: "heading-thin-700 max-w-[600px] text-balance",
|
|
56749
56731
|
children: e
|
|
56750
56732
|
})]
|
|
56751
|
-
}),
|
|
56733
|
+
}), xCe = ({ titleBlock: e, children: r, cta: i, ...a }) => {
|
|
56752
56734
|
let o = de.count(r);
|
|
56753
56735
|
return /* @__PURE__ */ n("div", {
|
|
56754
56736
|
className: U("px-4 sm:px-6 md:px-8 xl:px-10", "pt-e700 pb-e1000", "gap-i600 flex flex-col items-stretch"),
|
|
@@ -56778,7 +56760,7 @@ var pCe = Object.assign(R9, {
|
|
|
56778
56760
|
B9.Tag = E5.Tag;
|
|
56779
56761
|
//#endregion
|
|
56780
56762
|
//#region src/components/website/TakeActionBlock/TakeActionBlock.tsx
|
|
56781
|
-
var
|
|
56763
|
+
var SCe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @__PURE__ */ t("div", {
|
|
56782
56764
|
className: "py-e500 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
56783
56765
|
...o,
|
|
56784
56766
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -56804,7 +56786,7 @@ var CCe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56804
56786
|
})
|
|
56805
56787
|
]
|
|
56806
56788
|
})
|
|
56807
|
-
}),
|
|
56789
|
+
}), CCe = ({ title: e, variant: r = "default", content: i, cta: a, bgImageDesktop: o, bgImageMobile: s, className: c, ...l }) => /* @__PURE__ */ n("div", {
|
|
56808
56790
|
...l,
|
|
56809
56791
|
className: U("relative overflow-hidden", "flex flex-col items-center justify-center", "mx-auto max-w-[1512px]", "min-[1513px]:rounded-500", "px-4 sm:px-6 md:px-8 lg:px-10", {
|
|
56810
56792
|
"py-e700": r === "default",
|
|
@@ -56844,7 +56826,7 @@ var CCe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56844
56826
|
]
|
|
56845
56827
|
})
|
|
56846
56828
|
]
|
|
56847
|
-
}),
|
|
56829
|
+
}), wCe = ({ titleBlock: e, testimonials: r, forceShowAll: i = !1, className: a, ...c }) => {
|
|
56848
56830
|
let [l, u] = je(0), d = r && l > r.length - 1 ? 0 : l, f = () => {
|
|
56849
56831
|
u((e) => e === 0 ? (r || []).length - 1 : e - 1);
|
|
56850
56832
|
}, p = () => {
|
|
@@ -56899,7 +56881,7 @@ var CCe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56899
56881
|
})]
|
|
56900
56882
|
})
|
|
56901
56883
|
});
|
|
56902
|
-
},
|
|
56884
|
+
}, TCe = ({ content: e, avatar: r, logo: i, name: a, occupation: o, className: s }) => /* @__PURE__ */ n("div", {
|
|
56903
56885
|
className: W("rounded-500 flex w-full flex-col items-center justify-center overflow-clip bg-neutral-50", "gap-6 p-5", "sm:gap-8 sm:px-12 sm:py-10", s),
|
|
56904
56886
|
children: [/* @__PURE__ */ t("div", {
|
|
56905
56887
|
className: "body-light-600 sm:body-light-800 text-content-primary w-full",
|
|
@@ -56926,7 +56908,7 @@ var CCe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56926
56908
|
})]
|
|
56927
56909
|
})]
|
|
56928
56910
|
})]
|
|
56929
|
-
}),
|
|
56911
|
+
}), ECe = ({ titleBlock: e, cards: r, className: i, ...a }) => /* @__PURE__ */ n("section", {
|
|
56930
56912
|
...a,
|
|
56931
56913
|
className: U("pt-e700 pb-e1000 px-4 sm:px-8", i),
|
|
56932
56914
|
children: [!!e && /* @__PURE__ */ t("div", {
|
|
@@ -56936,14 +56918,14 @@ var CCe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56936
56918
|
className: "mx-auto flex max-w-[1200px] flex-col gap-6 lg:flex-row lg:justify-center",
|
|
56937
56919
|
children: r
|
|
56938
56920
|
})]
|
|
56939
|
-
}),
|
|
56921
|
+
}), DCe = "cursor-pointer rounded-200 outline-hidden focus-visible:misc-border-size-focus-ring focus-visible:ring-misc-focus-indicator text-content-accent hover:text-content-accent-hover active:text-content-accent-down focus-visible:text-content-accent-hover".split(" ").map((e) => `[&_a]:${e}`).join(" "), OCe = ({ content: e, footer: r, className: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
56940
56922
|
...a,
|
|
56941
56923
|
className: W("rounded-500 bg-background-subdued text-content-secondary [&_strong]:body-semi-strong-700 [&_strong]:text-content-primary w-full lg:max-w-[512px]", "px-6 pt-5 pb-6", "sm:px-8 sm:pt-6 sm:pb-8", i),
|
|
56942
56924
|
children: [/* @__PURE__ */ t("div", {
|
|
56943
56925
|
className: "body-light-600 sm:body-light-700 w-full max-w-[560px]",
|
|
56944
56926
|
children: e
|
|
56945
56927
|
}), !!r && /* @__PURE__ */ t("div", {
|
|
56946
|
-
className: W("body-light-500 mt-6 w-full max-w-[560px]",
|
|
56928
|
+
className: W("body-light-500 mt-6 w-full max-w-[560px]", DCe),
|
|
56947
56929
|
children: r
|
|
56948
56930
|
})]
|
|
56949
56931
|
}), V9 = (({ as: e = "a", icon: r, title: i, description: a, image: o, ref: s, ...c }) => c.href ? /* @__PURE__ */ n(e, {
|
|
@@ -56970,7 +56952,7 @@ var CCe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56970
56952
|
V9.displayName = "ToolCard";
|
|
56971
56953
|
//#endregion
|
|
56972
56954
|
//#region src/components/website/ToolCategoryBannerBlock/ToolCategoryBannerBlock.tsx
|
|
56973
|
-
var
|
|
56955
|
+
var kCe = ({ title: e, children: r, cta: i, image: a, ...o }) => {
|
|
56974
56956
|
let s = ke(() => i ? he(i, {
|
|
56975
56957
|
variant: "secondary",
|
|
56976
56958
|
size: "medium",
|
|
@@ -57015,7 +56997,7 @@ var ACe = ({ title: e, children: r, cta: i, image: a, ...o }) => {
|
|
|
57015
56997
|
H9.displayName = "ToolSmallCard";
|
|
57016
56998
|
//#endregion
|
|
57017
56999
|
//#region src/components/website/UseCasesBlock/UseCasesBlock.tsx
|
|
57018
|
-
var
|
|
57000
|
+
var ACe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom", useCases: a, forceShowAll: o = !1, ...s }) => /* @__PURE__ */ n(u9, {
|
|
57019
57001
|
variant: i,
|
|
57020
57002
|
className: U("flex flex-col items-center", "px-4 sm:px-6 md:px-8 xl:px-10", "pt-e700 pb-e1000", "gap-i400"),
|
|
57021
57003
|
...s,
|
|
@@ -57036,7 +57018,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57036
57018
|
}, i))
|
|
57037
57019
|
})
|
|
57038
57020
|
]
|
|
57039
|
-
}),
|
|
57021
|
+
}), jCe = ({ before: e, after: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
57040
57022
|
className: U("relative flex h-full w-full", "gap-8 sm:gap-18 md:gap-20 lg:gap-28"),
|
|
57041
57023
|
...i,
|
|
57042
57024
|
children: [
|
|
@@ -57057,11 +57039,11 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57057
57039
|
})
|
|
57058
57040
|
})
|
|
57059
57041
|
]
|
|
57060
|
-
}),
|
|
57042
|
+
}), MCe = ({ image: e, withBorder: n, ...r }) => e ? /* @__PURE__ */ t("div", {
|
|
57061
57043
|
className: U("rounded-500 relative overflow-hidden", n && "after:rounded-500 after:border-misc-border after:pointer-events-none after:absolute after:start-0 after:top-0 after:h-full after:w-full after:border after:content-['']"),
|
|
57062
57044
|
...r,
|
|
57063
57045
|
children: e
|
|
57064
|
-
}) : null,
|
|
57046
|
+
}) : null, NCe = ({ titleBlock: e, background: r, children: i, className: a, ...o }) => {
|
|
57065
57047
|
let s = de.toArray(i), c = s.length;
|
|
57066
57048
|
return /* @__PURE__ */ t("section", {
|
|
57067
57049
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
@@ -57080,7 +57062,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57080
57062
|
})]
|
|
57081
57063
|
})
|
|
57082
57064
|
});
|
|
57083
|
-
},
|
|
57065
|
+
}, PCe = ({ icon: e, title: r, description: i, cardCount: a = 3, className: o, ...s }) => {
|
|
57084
57066
|
let c = a === 3;
|
|
57085
57067
|
return /* @__PURE__ */ n("div", {
|
|
57086
57068
|
className: W("rounded-500 border-misc-border flex flex-col gap-4 border p-6", c ? "sm:flex-row sm:gap-6 lg:min-h-[360px] lg:flex-col lg:gap-8" : "sm:min-h-[360px] sm:gap-8", o),
|
|
@@ -57099,7 +57081,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57099
57081
|
})]
|
|
57100
57082
|
})]
|
|
57101
57083
|
});
|
|
57102
|
-
},
|
|
57084
|
+
}, FCe = /* @__PURE__ */ Xt(((e) => {
|
|
57103
57085
|
var t = typeof Symbol == "function" && Symbol.for, n = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, i = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, h = t ? Symbol.for("react.lazy") : 60116, g = t ? Symbol.for("react.block") : 60121, _ = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, y = t ? Symbol.for("react.scope") : 60119;
|
|
57104
57086
|
function b(e) {
|
|
57105
57087
|
if (typeof e == "object" && e) {
|
|
@@ -57155,7 +57137,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57155
57137
|
}, e.isValidElementType = function(e) {
|
|
57156
57138
|
return typeof e == "string" || typeof e == "function" || e === i || e === u || e === o || e === a || e === f || e === p || typeof e == "object" && !!e && (e.$$typeof === h || e.$$typeof === m || e.$$typeof === s || e.$$typeof === c || e.$$typeof === d || e.$$typeof === _ || e.$$typeof === v || e.$$typeof === y || e.$$typeof === g);
|
|
57157
57139
|
}, e.typeOf = b;
|
|
57158
|
-
})),
|
|
57140
|
+
})), ICe = /* @__PURE__ */ Xt(((e) => {
|
|
57159
57141
|
process.env.NODE_ENV !== "production" && (function() {
|
|
57160
57142
|
var t = typeof Symbol == "function" && Symbol.for, n = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, i = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, h = t ? Symbol.for("react.lazy") : 60116, g = t ? Symbol.for("react.block") : 60121, _ = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, y = t ? Symbol.for("react.scope") : 60119;
|
|
57161
57143
|
function b(e) {
|
|
@@ -57232,8 +57214,8 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57232
57214
|
e.AsyncMode = S, e.ConcurrentMode = C, e.ContextConsumer = w, e.ContextProvider = T, e.Element = E, e.ForwardRef = D, e.Fragment = O, e.Lazy = k, e.Memo = A, e.Portal = j, e.Profiler = M, e.StrictMode = N, e.Suspense = P, e.isAsyncMode = I, e.isConcurrentMode = ee, e.isContextConsumer = L, e.isContextProvider = te, e.isElement = ne, e.isForwardRef = re, e.isFragment = ie, e.isLazy = ae, e.isMemo = oe, e.isPortal = R, e.isProfiler = se, e.isStrictMode = ce, e.isSuspense = le, e.isValidElementType = b, e.typeOf = x;
|
|
57233
57215
|
})();
|
|
57234
57216
|
})), U9 = /* @__PURE__ */ Xt(((e, t) => {
|
|
57235
|
-
process.env.NODE_ENV === "production" ? t.exports =
|
|
57236
|
-
})),
|
|
57217
|
+
process.env.NODE_ENV === "production" ? t.exports = FCe() : t.exports = ICe();
|
|
57218
|
+
})), LCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57237
57219
|
var n = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, i = Object.prototype.propertyIsEnumerable;
|
|
57238
57220
|
function a(e) {
|
|
57239
57221
|
if (e == null) throw TypeError("Object.assign cannot be called with null or undefined");
|
|
@@ -57270,7 +57252,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57270
57252
|
t.exports = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
57271
57253
|
})), G9 = /* @__PURE__ */ Xt(((e, t) => {
|
|
57272
57254
|
t.exports = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
57273
|
-
})),
|
|
57255
|
+
})), RCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57274
57256
|
var n = function() {};
|
|
57275
57257
|
if (process.env.NODE_ENV !== "production") {
|
|
57276
57258
|
var r = W9(), i = {}, a = G9();
|
|
@@ -57306,8 +57288,8 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57306
57288
|
o.resetWarningCache = function() {
|
|
57307
57289
|
process.env.NODE_ENV !== "production" && (i = {});
|
|
57308
57290
|
}, t.exports = o;
|
|
57309
|
-
})),
|
|
57310
|
-
var n = U9(), r =
|
|
57291
|
+
})), zCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57292
|
+
var n = U9(), r = LCe(), i = W9(), a = G9(), o = RCe(), s = function() {};
|
|
57311
57293
|
process.env.NODE_ENV !== "production" && (s = function(e) {
|
|
57312
57294
|
var t = "Warning: " + e;
|
|
57313
57295
|
typeof console < "u" && console.error(t);
|
|
@@ -57565,7 +57547,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57565
57547
|
}
|
|
57566
57548
|
return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
|
|
57567
57549
|
};
|
|
57568
|
-
})),
|
|
57550
|
+
})), BCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57569
57551
|
var n = W9();
|
|
57570
57552
|
function r() {}
|
|
57571
57553
|
function i() {}
|
|
@@ -57605,12 +57587,12 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57605
57587
|
};
|
|
57606
57588
|
return a.PropTypes = a, a;
|
|
57607
57589
|
};
|
|
57608
|
-
})),
|
|
57590
|
+
})), VCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57609
57591
|
if (process.env.NODE_ENV !== "production") {
|
|
57610
57592
|
var n = U9();
|
|
57611
|
-
t.exports =
|
|
57612
|
-
} else t.exports =
|
|
57613
|
-
})),
|
|
57593
|
+
t.exports = zCe()(n.isElement, !0);
|
|
57594
|
+
} else t.exports = BCe()();
|
|
57595
|
+
})), HCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57614
57596
|
t.exports = function e(t, n) {
|
|
57615
57597
|
if (t === n) return !0;
|
|
57616
57598
|
if (t && n && typeof t == "object" && typeof n == "object") {
|
|
@@ -57634,7 +57616,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57634
57616
|
}
|
|
57635
57617
|
return t !== t && n !== n;
|
|
57636
57618
|
};
|
|
57637
|
-
})),
|
|
57619
|
+
})), UCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57638
57620
|
t.exports = function() {
|
|
57639
57621
|
var e = {}, t = {};
|
|
57640
57622
|
return e.on = function(e, n) {
|
|
@@ -57651,7 +57633,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57651
57633
|
if (r) for (i = r.length; i--;) r[i].handler(n);
|
|
57652
57634
|
}, e;
|
|
57653
57635
|
};
|
|
57654
|
-
})),
|
|
57636
|
+
})), WCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57655
57637
|
t.exports = function(e, t, a) {
|
|
57656
57638
|
var o = document.head || document.getElementsByTagName("head")[0], s = document.createElement("script");
|
|
57657
57639
|
typeof t == "function" && (a = t, t = {}), t ||= {}, a ||= function() {}, s.type = t.type || "text/javascript", s.charset = t.charset || "utf8", s.async = "async" in t ? !!t.async : !0, s.src = e, t.attrs && n(s, t.attrs), t.text && (s.text = "" + t.text), ("onload" in s ? r : i)(s, a), s.onload || r(s, a), o.appendChild(s);
|
|
@@ -57671,9 +57653,9 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57671
57653
|
this.readyState != "complete" && this.readyState != "loaded" || (this.onreadystatechange = null, t(null, e));
|
|
57672
57654
|
};
|
|
57673
57655
|
}
|
|
57674
|
-
})),
|
|
57656
|
+
})), GCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57675
57657
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
57676
|
-
var n = r(
|
|
57658
|
+
var n = r(WCe());
|
|
57677
57659
|
function r(e) {
|
|
57678
57660
|
return e && e.__esModule ? e : { default: e };
|
|
57679
57661
|
}
|
|
@@ -57694,7 +57676,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57694
57676
|
};
|
|
57695
57677
|
});
|
|
57696
57678
|
}, t.exports = e.default;
|
|
57697
|
-
})),
|
|
57679
|
+
})), KCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57698
57680
|
var n = 1e3, r = n * 60, i = r * 60, a = i * 24, o = a * 365.25;
|
|
57699
57681
|
t.exports = function(e, t) {
|
|
57700
57682
|
t ||= {};
|
|
@@ -57751,8 +57733,8 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57751
57733
|
function u(e, t, n) {
|
|
57752
57734
|
if (!(e < t)) return e < t * 1.5 ? Math.floor(e / t) + " " + n : Math.ceil(e / t) + " " + n + "s";
|
|
57753
57735
|
}
|
|
57754
|
-
})),
|
|
57755
|
-
e = t.exports = i.debug = i.default = i, e.coerce = c, e.disable = o, e.enable = a, e.enabled = s, e.humanize =
|
|
57736
|
+
})), qCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57737
|
+
e = t.exports = i.debug = i.default = i, e.coerce = c, e.disable = o, e.enable = a, e.enabled = s, e.humanize = KCe(), e.names = [], e.skips = [], e.formatters = {};
|
|
57756
57738
|
var n;
|
|
57757
57739
|
function r(t) {
|
|
57758
57740
|
var n = 0, r;
|
|
@@ -57797,8 +57779,8 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57797
57779
|
function c(e) {
|
|
57798
57780
|
return e instanceof Error ? e.stack || e.message : e;
|
|
57799
57781
|
}
|
|
57800
|
-
})),
|
|
57801
|
-
e = t.exports =
|
|
57782
|
+
})), JCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57783
|
+
e = t.exports = qCe(), e.log = i, e.formatArgs = r, e.save = a, e.load = o, e.useColors = n, e.storage = typeof chrome < "u" && chrome.storage !== void 0 ? chrome.storage.local : s(), e.colors = [
|
|
57802
57784
|
"lightseagreen",
|
|
57803
57785
|
"forestgreen",
|
|
57804
57786
|
"goldenrod",
|
|
@@ -57848,9 +57830,9 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57848
57830
|
return window.localStorage;
|
|
57849
57831
|
} catch {}
|
|
57850
57832
|
}
|
|
57851
|
-
})),
|
|
57833
|
+
})), YCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57852
57834
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = /* @__PURE__ */ "cueVideoById.loadVideoById.cueVideoByUrl.loadVideoByUrl.playVideo.pauseVideo.stopVideo.getVideoLoadedFraction.cuePlaylist.loadPlaylist.nextVideo.previousVideo.playVideoAt.setShuffle.setLoop.getPlaylist.getPlaylistIndex.setOption.mute.unMute.isMuted.setVolume.getVolume.seekTo.getPlayerState.getPlaybackRate.setPlaybackRate.getAvailablePlaybackRates.getPlaybackQuality.setPlaybackQuality.getAvailableQualityLevels.getCurrentTime.getDuration.removeEventListener.getVideoUrl.getVideoEmbedCode.getOptions.getOption.addEventListener.destroy.setSize.getIframe".split("."), t.exports = e.default;
|
|
57853
|
-
})),
|
|
57835
|
+
})), XCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57854
57836
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = [
|
|
57855
57837
|
"ready",
|
|
57856
57838
|
"stateChange",
|
|
@@ -57860,7 +57842,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57860
57842
|
"apiChange",
|
|
57861
57843
|
"volumeChange"
|
|
57862
57844
|
], t.exports = e.default;
|
|
57863
|
-
})),
|
|
57845
|
+
})), ZCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57864
57846
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = {
|
|
57865
57847
|
BUFFERING: 3,
|
|
57866
57848
|
ENDED: 0,
|
|
@@ -57869,9 +57851,9 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57869
57851
|
UNSTARTED: -1,
|
|
57870
57852
|
VIDEO_CUED: 5
|
|
57871
57853
|
}, t.exports = e.default;
|
|
57872
|
-
})),
|
|
57854
|
+
})), QCe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57873
57855
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
57874
|
-
var n = r(
|
|
57856
|
+
var n = r(ZCe());
|
|
57875
57857
|
function r(e) {
|
|
57876
57858
|
return e && e.__esModule ? e : { default: e };
|
|
57877
57859
|
}
|
|
@@ -57894,9 +57876,9 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57894
57876
|
timeout: 3e3
|
|
57895
57877
|
}
|
|
57896
57878
|
}, t.exports = e.default;
|
|
57897
|
-
})),
|
|
57879
|
+
})), $Ce = /* @__PURE__ */ Xt(((e, t) => {
|
|
57898
57880
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
57899
|
-
var n = o(
|
|
57881
|
+
var n = o(JCe()), r = o(YCe()), i = o(XCe()), a = o(QCe());
|
|
57900
57882
|
function o(e) {
|
|
57901
57883
|
return e && e.__esModule ? e : { default: e };
|
|
57902
57884
|
}
|
|
@@ -57963,13 +57945,13 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57963
57945
|
}
|
|
57964
57946
|
return n;
|
|
57965
57947
|
}, e.default = c, t.exports = e.default;
|
|
57966
|
-
})),
|
|
57948
|
+
})), ewe = /* @__PURE__ */ Xt(((e, t) => {
|
|
57967
57949
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
57968
57950
|
var n = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
57969
57951
|
return typeof e;
|
|
57970
57952
|
} : function(e) {
|
|
57971
57953
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
57972
|
-
}, r = o(
|
|
57954
|
+
}, r = o(UCe()), i = o(GCe()), a = o($Ce());
|
|
57973
57955
|
function o(e) {
|
|
57974
57956
|
return e && e.__esModule ? e : { default: e };
|
|
57975
57957
|
}
|
|
@@ -57989,16 +57971,16 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57989
57971
|
}), u = a.default.promisifyPlayer(l, o);
|
|
57990
57972
|
return u.on = c.on, u.off = c.off, u;
|
|
57991
57973
|
}, t.exports = e.default;
|
|
57992
|
-
})), K9 = /* @__PURE__ */ $t(
|
|
57974
|
+
})), K9 = /* @__PURE__ */ $t(VCe()), twe = /* @__PURE__ */ $t(HCe()), nwe = /* @__PURE__ */ $t(ewe()), rwe = Object.defineProperty, iwe = Object.defineProperties, awe = Object.getOwnPropertyDescriptors, q9 = Object.getOwnPropertySymbols, owe = Object.prototype.hasOwnProperty, swe = Object.prototype.propertyIsEnumerable, J9 = (e, t, n) => t in e ? rwe(e, t, {
|
|
57993
57975
|
enumerable: !0,
|
|
57994
57976
|
configurable: !0,
|
|
57995
57977
|
writable: !0,
|
|
57996
57978
|
value: n
|
|
57997
57979
|
}) : e[t] = n, Y9 = (e, t) => {
|
|
57998
|
-
for (var n in t ||= {})
|
|
57999
|
-
if (q9) for (var n of q9(t))
|
|
57980
|
+
for (var n in t ||= {}) owe.call(t, n) && J9(e, n, t[n]);
|
|
57981
|
+
if (q9) for (var n of q9(t)) swe.call(t, n) && J9(e, n, t[n]);
|
|
58000
57982
|
return e;
|
|
58001
|
-
}, X9 = (e, t) =>
|
|
57983
|
+
}, X9 = (e, t) => iwe(e, awe(t)), cwe = (e, t, n) => new Promise((r, i) => {
|
|
58002
57984
|
var a = (e) => {
|
|
58003
57985
|
try {
|
|
58004
57986
|
s(n.next(e));
|
|
@@ -58014,7 +57996,7 @@ var jCe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
58014
57996
|
}, s = (e) => e.done ? r(e.value) : Promise.resolve(e.value).then(a, o);
|
|
58015
57997
|
s((n = n.apply(e, t)).next());
|
|
58016
57998
|
});
|
|
58017
|
-
function
|
|
57999
|
+
function lwe(e, t) {
|
|
58018
58000
|
if (e.videoId !== t.videoId) return !0;
|
|
58019
58001
|
let n = e.opts?.playerVars || {}, r = t.opts?.playerVars || {};
|
|
58020
58002
|
return n.start !== r.start || n.end !== r.end;
|
|
@@ -58030,13 +58012,13 @@ function Z9(e = {}) {
|
|
|
58030
58012
|
})
|
|
58031
58013
|
});
|
|
58032
58014
|
}
|
|
58033
|
-
function
|
|
58034
|
-
return e.videoId !== t.videoId || !(0,
|
|
58015
|
+
function uwe(e, t) {
|
|
58016
|
+
return e.videoId !== t.videoId || !(0, twe.default)(Z9(e.opts), Z9(t.opts));
|
|
58035
58017
|
}
|
|
58036
|
-
function
|
|
58018
|
+
function dwe(e, t) {
|
|
58037
58019
|
return e.id !== t.id || e.className !== t.className || e.opts?.width !== t.opts?.width || e.opts?.height !== t.opts?.height || e.iframeClassName !== t.iframeClassName || e.title !== t.title;
|
|
58038
58020
|
}
|
|
58039
|
-
var
|
|
58021
|
+
var fwe = {
|
|
58040
58022
|
videoId: "",
|
|
58041
58023
|
id: "",
|
|
58042
58024
|
className: "",
|
|
@@ -58053,7 +58035,7 @@ var pwe = {
|
|
|
58053
58035
|
onStateChange: () => {},
|
|
58054
58036
|
onPlaybackRateChange: () => {},
|
|
58055
58037
|
onPlaybackQualityChange: () => {}
|
|
58056
|
-
},
|
|
58038
|
+
}, pwe = {
|
|
58057
58039
|
videoId: K9.default.string,
|
|
58058
58040
|
id: K9.default.string,
|
|
58059
58041
|
className: K9.default.string,
|
|
@@ -58105,7 +58087,7 @@ var pwe = {
|
|
|
58105
58087
|
return;
|
|
58106
58088
|
}
|
|
58107
58089
|
let e = X9(Y9({}, this.props.opts), { videoId: this.props.videoId });
|
|
58108
|
-
this.internalPlayer = (0,
|
|
58090
|
+
this.internalPlayer = (0, nwe.default)(this.container, e), this.internalPlayer.on("ready", this.onPlayerReady), this.internalPlayer.on("error", this.onPlayerError), this.internalPlayer.on("stateChange", this.onPlayerStateChange), this.internalPlayer.on("playbackRateChange", this.onPlayerPlaybackRateChange), this.internalPlayer.on("playbackQualityChange", this.onPlayerPlaybackQualityChange), (this.props.title || this.props.loading) && this.internalPlayer.getIframe().then((e) => {
|
|
58109
58091
|
this.props.title && e.setAttribute("title", this.props.title), this.props.loading && e.setAttribute("loading", this.props.loading);
|
|
58110
58092
|
});
|
|
58111
58093
|
}, this.resetPlayer = () => this.destroyPlayer().then(this.createPlayer), this.updatePlayer = () => {
|
|
@@ -58133,8 +58115,8 @@ var pwe = {
|
|
|
58133
58115
|
this.createPlayer();
|
|
58134
58116
|
}
|
|
58135
58117
|
componentDidUpdate(e) {
|
|
58136
|
-
return
|
|
58137
|
-
|
|
58118
|
+
return cwe(this, null, function* () {
|
|
58119
|
+
dwe(e, this.props) && this.updatePlayer(), uwe(e, this.props) && (yield this.resetPlayer()), lwe(e, this.props) && this.updateVideo();
|
|
58138
58120
|
});
|
|
58139
58121
|
}
|
|
58140
58122
|
componentWillUnmount() {
|
|
@@ -58151,7 +58133,7 @@ var pwe = {
|
|
|
58151
58133
|
}));
|
|
58152
58134
|
}
|
|
58153
58135
|
}, $9 = Q9;
|
|
58154
|
-
$9.propTypes =
|
|
58136
|
+
$9.propTypes = pwe, $9.defaultProps = fwe, $9.PlayerState = {
|
|
58155
58137
|
UNSTARTED: -1,
|
|
58156
58138
|
ENDED: 0,
|
|
58157
58139
|
PLAYING: 1,
|
|
@@ -58159,9 +58141,9 @@ $9.propTypes = mwe, $9.defaultProps = pwe, $9.PlayerState = {
|
|
|
58159
58141
|
BUFFERING: 3,
|
|
58160
58142
|
CUED: 5
|
|
58161
58143
|
};
|
|
58162
|
-
var
|
|
58144
|
+
var mwe = $9, hwe = ({ videoId: e, className: n }) => {
|
|
58163
58145
|
let r = oV() ? window.location.origin : "";
|
|
58164
|
-
return r ? /* @__PURE__ */ t(
|
|
58146
|
+
return r ? /* @__PURE__ */ t(mwe, {
|
|
58165
58147
|
videoId: e,
|
|
58166
58148
|
id: e,
|
|
58167
58149
|
className: U("yt-embed relative aspect-video w-full overflow-hidden", "[&_iframe]:absolute [&_iframe]:inset-0 [&_iframe]:size-full", n),
|
|
@@ -58169,6 +58151,6 @@ var hwe = $9, gwe = ({ videoId: e, className: n }) => {
|
|
|
58169
58151
|
}) : null;
|
|
58170
58152
|
};
|
|
58171
58153
|
//#endregion
|
|
58172
|
-
export { E9 as API_BASIC_PLAN_SHORTNAME, O9 as API_ENTERPRISE_PLAN_SHORTNAME, D9 as API_PLUS_PLAN_SHORTNAME, Exe as AccentDropZone, Dxe as AchievementsBlock, rG as ActionButton, CK as ActivityIndicator, mye as ActivityRow, Oxe as ApiHeroBlock,
|
|
58154
|
+
export { E9 as API_BASIC_PLAN_SHORTNAME, O9 as API_ENTERPRISE_PLAN_SHORTNAME, D9 as API_PLUS_PLAN_SHORTNAME, Exe as AccentDropZone, Dxe as AchievementsBlock, rG as ActionButton, CK as ActivityIndicator, mye as ActivityRow, Oxe as ApiHeroBlock, USe as ApiPricingCardsContainer, GSe as ApiPricingCardsItem, ZSe as ApiPricingFeaturesLegend, QSe as ApiPricingFeaturesSectionItemBadge, KSe as ApiPricingMonthlyPricePerImage, qSe as ApiPricingPartnerCard, rn as AppButton, rCe as AppPricingCardsContainer, iCe as AppPricingCardsGroup, aCe as AppPricingCardsItemV2, oCe as AppPricingFeaturesLegend, sCe as AppPricingFeaturesPlanHeader, cCe as AppPricingFeaturesSectionItemBadge, i9 as ArticleAuthor, o9 as ArticleContent, Axe as ArticleHeroBlock, jxe as AssetPreview, Vc as Avatar, vye as AvatarSkeleton, wye as AvatarStack, Pxe as AwardsBlock, Yc as Badge, Fxe as BentoBlock, Ixe as BentoCard, Lxe as BlogActionBlock, FG as BlogActionCard, IG as BlogEditorialCard, Rxe as BlogQuoteBlock, an as BlogSocialButton, l9 as BlogSubtleActionBlock, LJ as Bone, zxe as BrandHeroBlock, Bxe as BrandInsightBlock, Vxe as BrandScoreBlock, Tye as Breadcrumbs, zr as Button, Vr as ButtonCluster, Dr as CDN, Wge as CODE_LENGTH, k4 as CanvasInput, Hxe as CardsBlock, Uxe as CardsHeroBlock, Wxe as CareersBlock, Gxe as CareersBlockItem, Cz as CheckGroup, xz as CheckGroupContext, H4 as Checkbox, Uge as CheckboxField, V4 as CheckboxIndicator, C4 as ChoiceFeedTile, w4 as ChoiceFeedTileGroup, V5 as ChoiceMultipleGroup, H5 as ChoiceSingleGroup, U5 as ChoiceSingleTile, Wr as CircularButton, qr as ClearButton, W4 as CodeInput, Ege as CollectionTile, RJ as ColorPalette, _X as ColorPicker, yX as ColorRow, cK as ColorSwatch, BJ as ColorWheel, hye as CommentRow, Kxe as ComparisonBlock, HG as ComparisonSlider, qxe as ComparisonTable, TV as ContextMenu, PX as CropBoxFrame, Jxe as CustomerStoriesBlock, WG as CustomerStoryCard, Yxe as DataBlock, Xxe as DataBlockItem, EJ as Dialog, Zxe as DimensionCard, Qxe as DimensionCardsBlock, yV as Divider, Xge as DropZone, K4 as DropZoneAreaWrapper, J4 as DropZoneFullscreen, q4 as DropZoneOverlay, AJ as DropdownListBox, tG as DropdownMenu, g3 as DropdownMenuMultipleSelectionItem, jJ as DropdownMenuSingleSelectionItem, MJ as DropdownMenuSpaceActionItem, NJ as DropdownMenuSpaceItem, GW as DropdownSearchField, tK as EditorialCard, $xe as EditorialLineupBlock, Wye as EmptySpace, eSe as EnterpriseGradeBlock, tSe as EnterpriseGradeCard, gye as EventRow, cbe as ExportLimitCard, nSe as ExtraTextBlock, rSe as FaqBlock, iSe as FaqItem, sSe as FeatureBlock, dSe as FeatureBlockListItem, cSe as FeatureClassicVisual, lSe as FeatureSwitcher, uSe as FeatureVideoElement, aSe as FeaturesBlock, Kbe as FeaturesList, fSe as FeaturesListBlock, pSe as FeaturesListBlockItem, mSe as FeaturesSpotlightBlock, pl as FeedTile, Jr as FieldClearButton, FJ as FieldLabel, gSe as FocusBlock, nK as Folder, i3 as FolderList, S8 as FontFamilyRow, o3 as FontWeightSelectorItem, m9 as FooterV2Block, ube as FullScreenLoader, dbe as Gauge, _9 as GlossaryAlphabet, bSe as GlossarySection, v9 as GlossaryTermCard, G5 as GridSingleTile, b9 as HeaderBanner, Jbe as Heading, Wc as HelpButton, Gw as HelperText, Gc as HeroButton, xSe as HeroTitleBlock, Y4 as HiddenFileInput, S7 as HighLightedText, Oge as Hint, bX as HoverObjectBox, s3 as ImagePicker, d3 as ImageWidget, SSe as ImpactBlock, CSe as ImpactCard, f3 as ImportWidget, Ybe as InfoBanner, jge as InfoBar, qc as InfoButton, wSe as InfoSnapshot, TSe as InfoSnapshotItem, rK as InfoTable, iK as InfoTableRow, gX as InlineColorPicker, p3 as InlineRadioGroup, m3 as InlineSelector, vl as InputButton, ESe as InspirationWallBlock, DSe as JoinTeamBlock, Kw as Label, x9 as LanguagePickerItem, xX as LayerIndicator, dl as LazyImage, aK as LightPromoBanner, wl as LimitButton, OJ as LimitGauge, Cl as LimitIndicatorGauge, oK as LinkCard, W5 as ListChoiceSingleTile, SX as ListItem, Ol as LoginButton, OSe as LogosBlock, kSe as LogosHighlightBlock, ASe as LogosWallBlock, xxe as MobileDrawer, kl as MobileNavigationButton, zG as MoreTile, nG as MultiActionWidget, Pl as NavigationButton, Nl as NavigationToggleButton, dK as NewPaletteTile, s7 as Notification, mbe as NotificationImage, Rbe as NotificationStack, zbe as NotificationsStore, fX as NumberField, Txe as NumberSelectField, Bve as NumberedSectionHeader, CX as ObjectItem, lK as ObjectPreview, fK as OfferCard, jSe as OffersBlock, v3 as OptionGroup, Il as OverlayButton, Fl as OverlayButtonBase, Ll as OverlaySelectButton, z9 as PROMO_BANNER_SESSION_KEY, MSe as PageTitle, x7 as PanelHeader, y7 as PanelHeaderSwitcherButton, y3 as PanelStandardInput, Lve as PeopleListItem, a_e as PhotoDropZone, kX as Pill, TX as PillDivider, D4 as PlaceholderTile, jye as PlanPicker, NSe as PlaygroundBlock, PSe as PlaygroundHeroBlock, PG as Popover, MX as PresenceObjectBox, x3 as PresetGroup, FSe as PressBlock, wq as PreviewBox, JSe as PricingFeatures, P9 as PricingFeaturesLegend, YSe as PricingFeaturesSection, XSe as PricingFeaturesSectionItem, F9 as PricingFeaturesSectionItemBadge, ISe as PricingHeroBlock, lCe as PricingPicker, fCe as PricingPickerButton, el as ProBadge, OK as ProductTile, o7 as Progress, h7 as ProgressStep, pCe as PromoBannerBlock, T4 as Prompt, kK as PromptTile, IK as PropList, Ul as PullDownButton, Wl as QuickActionCard, mCe as QuickToolHeroBlock, hCe as QuoteBlock, S3 as RadioGroup, u_e as ReactionBar, d_e as ReactionButton, Gl as RetryButton, _Ce as Review, gCe as ReviewsBlock, Xl as RoundButton, Zl as RoundedButton, T3 as SamplePicker, d9 as ScoreBlockGauge, H6 as SearchInput, V6 as SearchableSelect, C8 as SectionHeader, Hve as SectionHeaderSkeleton, vCe as SectionTitle, v5 as SegmentedControl, Lye as SegmentedPicker, YY as SelectField, h3 as SelectTrigger, r3 as SelectionBadge, x4 as SelectionObjectBox, gq as SelectionTile, bK as SellScore, Hbe as Shortcut, y5 as SideNavigationHeader, b5 as SideNavigationItem, zye as SideNavigationItemSkeleton, yCe as SidePageTitle, w8 as SizeListItem, g8 as Slider, jve as SliderField, bCe as SmallSectionTitle, Ql as SocialButton, PJ as SpacePullDownButton, kJ as SpaceUsageDialog, hSe as SpotlightCard, eu as StandaloneLink, _q as StarterTile, vq as StepCard, xCe as StepsBlock, Ile as StoreButton, tl as StudioBadge, Dge as Suggestion, _8 as SwitchField, v8 as SwitchGroup, w5 as Tabs, B9 as TagCloudBlock, y8 as TagField, E5 as TagGroup, k5 as TagNavigation, SCe as TakeActionBlock, CCe as TakeActionBlockV2, TCe as TestimonialItem, wCe as TestimonialsBlock, Jw as TextArea, ECe as TextContentBlock, OCe as TextContentCard, b8 as TextEditionBox, x8 as TextField, Ive as TextFieldLabel, QY as TextInput, E4 as TextSuggestion, Ube as ToastProgress, Uw as ToggleButton, bq as ToolBanner, V9 as ToolCard, kCe as ToolCategoryBannerBlock, A5 as ToolMenuButton, H9 as ToolSmallCard, tc as Tooltip, rc as TooltipSection, Hc as TooltipUserRow, Wbe as TransformationEmptySpace, jCe as UseCaseItemContentTransform, MCe as UseCaseItemContentTransformItem, ACe as UseCasesBlock, Yw as ValidationBanner, PCe as ValueCard, NCe as ValuesBlock, dye as VariantsList, n5 as VariantsListItem, Sq as VideoPlayer, Oq as VisualToolTile, hwe as YoutubeEmbed, a9 as articleTableClassName, IJ as boneVariants, W as cn, TJ as contentVariants, Uc as convertMarkdownLinksToHTML, Sr as isValidComponent, xr as noop, wJ as overlayVariants, k9 as useApiMonthlyPlanPrice, yz as useCarousel, Sz as useCheckGroup, Gge as useCodeInput, bz as useControlledState, Tz as useDragToScroll, lbe as useExportLimitCard, t3 as useFileUploader, Dz as useFocusKeyNav, tV as useFuse, rV as useImageLoadStatus, oV as useIsClient, sV as useLazyLoadVideo, cV as usePasteFilesHandler, S9 as usePriceCountryCurrencyDisplayName, lV as useResizeObserver, uV as useWindowDragEvents, nc as withTooltip };
|
|
58173
58155
|
|
|
58174
58156
|
//# sourceMappingURL=index.mjs.map
|