@photoroom/ui 0.1.390 → 0.1.392
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/index.d.ts +1 -0
- package/components/index.d.ts.map +1 -1
- package/components/website/BrandHeroBlock/BrandHeroBlock.d.ts +11 -0
- package/components/website/BrandHeroBlock/BrandHeroBlock.d.ts.map +1 -0
- package/components/website/BrandHeroBlock/BrandHeroBlock.figma.d.ts +2 -0
- package/components/website/BrandHeroBlock/BrandHeroBlock.figma.d.ts.map +1 -0
- package/components/website/BrandHeroBlock/index.d.ts +2 -0
- package/components/website/BrandHeroBlock/index.d.ts.map +1 -0
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightBlock.d.ts +3 -6
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightBlock.d.ts.map +1 -1
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightCard.d.ts +1 -3
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightCard.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.lib.d.ts +1 -0
- package/index.lib.d.ts.map +1 -1
- package/index.mjs +220 -164
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -53996,8 +53996,64 @@ var Vbe = ({ title: e, date: r, className: i }) => /* @__PURE__ */ n("div", {
|
|
|
53996
53996
|
}));
|
|
53997
53997
|
l9.displayName = "BlogSubtleActionBlock";
|
|
53998
53998
|
//#endregion
|
|
53999
|
-
//#region src/components/website/
|
|
54000
|
-
var
|
|
53999
|
+
//#region src/components/website/BrandHeroBlock/BrandHeroBlock.tsx
|
|
54000
|
+
var Zbe = ({ rank: e, category: r }) => /* @__PURE__ */ n("div", {
|
|
54001
|
+
className: "bg-surface-default rounded-500 flex min-w-40 shrink-0 flex-col overflow-hidden",
|
|
54002
|
+
children: [/* @__PURE__ */ t("div", {
|
|
54003
|
+
className: "border-misc-border flex h-10 items-center border-b px-2",
|
|
54004
|
+
children: /* @__PURE__ */ t("p", {
|
|
54005
|
+
className: "component-700 text-content-primary min-w-0 flex-1",
|
|
54006
|
+
children: "Photoroom 100"
|
|
54007
|
+
})
|
|
54008
|
+
}), /* @__PURE__ */ n("div", {
|
|
54009
|
+
className: "flex h-12 items-center gap-2 px-2",
|
|
54010
|
+
children: [/* @__PURE__ */ n("span", {
|
|
54011
|
+
className: "rounded-200 component-light-800 flex items-center bg-yellow-500 px-1.5 text-black",
|
|
54012
|
+
children: ["#", e]
|
|
54013
|
+
}), !!r && /* @__PURE__ */ t("span", {
|
|
54014
|
+
className: "component-light-400 text-content-secondary min-w-0 flex-1",
|
|
54015
|
+
children: r
|
|
54016
|
+
})]
|
|
54017
|
+
})]
|
|
54018
|
+
}), Qbe = ({ rank: e, category: r, brandName: i, brandDescription: a, backgroundImage: o, productImages: s, className: c, ...l }) => /* @__PURE__ */ n("section", {
|
|
54019
|
+
...l,
|
|
54020
|
+
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),
|
|
54021
|
+
children: [/* @__PURE__ */ n("div", {
|
|
54022
|
+
"aria-hidden": !0,
|
|
54023
|
+
className: "absolute inset-0",
|
|
54024
|
+
children: [o, /* @__PURE__ */ t("div", { className: "bg-black-alpha-7 absolute inset-0" })]
|
|
54025
|
+
}), /* @__PURE__ */ n("div", {
|
|
54026
|
+
className: "relative mx-auto flex w-full max-w-300 flex-col gap-8 lg:flex-row lg:items-center lg:gap-6",
|
|
54027
|
+
children: [/* @__PURE__ */ t("div", {
|
|
54028
|
+
className: "flex flex-col gap-8 lg:flex-1 lg:justify-center",
|
|
54029
|
+
children: /* @__PURE__ */ n("div", {
|
|
54030
|
+
className: "flex flex-col gap-8 sm:flex-row-reverse sm:items-start sm:max-lg:gap-16 lg:flex-col",
|
|
54031
|
+
children: [/* @__PURE__ */ t(Zbe, {
|
|
54032
|
+
rank: e,
|
|
54033
|
+
category: r
|
|
54034
|
+
}), /* @__PURE__ */ n("div", {
|
|
54035
|
+
className: "flex flex-col gap-4 sm:flex-1",
|
|
54036
|
+
children: [/* @__PURE__ */ t("h1", {
|
|
54037
|
+
className: "heading-extra-thin-1100 text-content-white-primary",
|
|
54038
|
+
children: i
|
|
54039
|
+
}), /* @__PURE__ */ t("p", {
|
|
54040
|
+
className: "body-light-700 text-content-white-primary",
|
|
54041
|
+
children: a
|
|
54042
|
+
})]
|
|
54043
|
+
})]
|
|
54044
|
+
})
|
|
54045
|
+
}), /* @__PURE__ */ t("div", {
|
|
54046
|
+
className: "lg:flex lg:flex-1 lg:justify-end",
|
|
54047
|
+
children: /* @__PURE__ */ t("ul", {
|
|
54048
|
+
className: "grid w-full grid-cols-4 gap-4 lg:max-w-124 lg:grid-cols-2",
|
|
54049
|
+
children: s.map((e, n) => /* @__PURE__ */ t("li", {
|
|
54050
|
+
className: "relative aspect-square overflow-hidden",
|
|
54051
|
+
children: e
|
|
54052
|
+
}, n))
|
|
54053
|
+
})
|
|
54054
|
+
})]
|
|
54055
|
+
})]
|
|
54056
|
+
}), u9 = (({ as: e = "section", variant: n = "surface-default", className: r, children: i, ref: a, ...o }) => /* @__PURE__ */ t(e, {
|
|
54001
54057
|
ref: a,
|
|
54002
54058
|
...o,
|
|
54003
54059
|
className: W({
|
|
@@ -54012,17 +54068,17 @@ var u9 = (({ as: e = "section", variant: n = "surface-default", className: r, ch
|
|
|
54012
54068
|
u9.displayName = "BlockBackground";
|
|
54013
54069
|
//#endregion
|
|
54014
54070
|
//#region src/components/website/BrandInsightBlock/BrandInsightBlock.tsx
|
|
54015
|
-
var
|
|
54071
|
+
var $be = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__PURE__ */ n(u9, {
|
|
54016
54072
|
variant: "neutral-50",
|
|
54017
|
-
className: W("pt-e700 pb-e1000 gap-i600 flex flex-col items-center px-4 sm:px-6 md:px-8", a),
|
|
54073
|
+
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),
|
|
54018
54074
|
...o,
|
|
54019
54075
|
children: [e, /* @__PURE__ */ n("div", {
|
|
54020
|
-
className: "mx-auto flex w-full max-w-[1200px] flex-col items-start justify-between gap-
|
|
54076
|
+
className: "mx-auto flex w-full max-w-[1200px] flex-col items-start justify-between gap-12 sm:flex-row sm:gap-8 lg:gap-16",
|
|
54021
54077
|
children: [/* @__PURE__ */ t("div", {
|
|
54022
54078
|
className: "w-full min-w-0 flex-1 sm:max-w-[640px]",
|
|
54023
54079
|
children: r
|
|
54024
54080
|
}), /* @__PURE__ */ t("div", {
|
|
54025
|
-
className: "w-full sm:w-
|
|
54081
|
+
className: "w-full sm:w-60 sm:shrink-0 lg:w-72",
|
|
54026
54082
|
children: i
|
|
54027
54083
|
})]
|
|
54028
54084
|
})]
|
|
@@ -54067,7 +54123,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54067
54123
|
})
|
|
54068
54124
|
})]
|
|
54069
54125
|
});
|
|
54070
|
-
},
|
|
54126
|
+
}, exe = ({ title: e, items: r, max: i = 5, totalLabel: a, pointsLabel: o, className: s, ...c }) => {
|
|
54071
54127
|
let l = r.reduce((e, t) => e + t.value, 0);
|
|
54072
54128
|
return /* @__PURE__ */ n("section", {
|
|
54073
54129
|
...c,
|
|
@@ -54100,21 +54156,21 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54100
54156
|
})]
|
|
54101
54157
|
})]
|
|
54102
54158
|
});
|
|
54103
|
-
},
|
|
54159
|
+
}, txe = ({ titleBlock: e, children: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
54104
54160
|
className: U("pt-e700 pb-e1000 gap-i600 flex flex-col", "px-4 sm:px-6 md:px-8 xl:px-10"),
|
|
54105
54161
|
...i,
|
|
54106
54162
|
children: [e, /* @__PURE__ */ t("div", {
|
|
54107
54163
|
className: U("mx-auto w-full xl:max-w-[1200px]", "grid grid-cols-1 gap-y-8", "sm:grid-cols-2 sm:gap-6 sm:gap-y-12", "lg:grid-cols-3"),
|
|
54108
54164
|
children: r
|
|
54109
54165
|
})]
|
|
54110
|
-
}),
|
|
54166
|
+
}), nxe = ({ items: e, titleBlock: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
54111
54167
|
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"),
|
|
54112
54168
|
...i,
|
|
54113
54169
|
children: [r, /* @__PURE__ */ t("div", {
|
|
54114
54170
|
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"),
|
|
54115
54171
|
children: e
|
|
54116
54172
|
})]
|
|
54117
|
-
}),
|
|
54173
|
+
}), rxe = ({ title: e, children: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
54118
54174
|
...i,
|
|
54119
54175
|
className: U("flex flex-col", "px-4 sm:px-6 md:px-8 xl:px-10", "py-e500", "gap-i500"),
|
|
54120
54176
|
children: [e, !!r && /* @__PURE__ */ t("div", {
|
|
@@ -54124,7 +54180,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54124
54180
|
children: r
|
|
54125
54181
|
})
|
|
54126
54182
|
})]
|
|
54127
|
-
}),
|
|
54183
|
+
}), ixe = ({ title: e, description: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
54128
54184
|
...i,
|
|
54129
54185
|
className: "flex flex-row px-4 py-4 sm:gap-2 sm:px-6 sm:py-6",
|
|
54130
54186
|
children: [/* @__PURE__ */ t("span", {
|
|
@@ -54140,7 +54196,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54140
54196
|
children: r
|
|
54141
54197
|
})]
|
|
54142
54198
|
})]
|
|
54143
|
-
}),
|
|
54199
|
+
}), axe = ({ titleBlock: e, children: r, className: i, ...a }) => /* @__PURE__ */ t("section", {
|
|
54144
54200
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", i),
|
|
54145
54201
|
...a,
|
|
54146
54202
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54162,7 +54218,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54162
54218
|
className: "sr-only",
|
|
54163
54219
|
children: r
|
|
54164
54220
|
})]
|
|
54165
|
-
}),
|
|
54221
|
+
}), oxe = ({ title: e, otherAppName: r, photoroomIcon: i, otherAppIcon: a, features: o, includedLabel: s, excludedLabel: c, className: l, ...u }) => /* @__PURE__ */ t("div", {
|
|
54166
54222
|
...u,
|
|
54167
54223
|
className: W("rounded-500 bg-background-subdued w-full p-4 sm:p-6", l),
|
|
54168
54224
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54232,7 +54288,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54232
54288
|
className: "rounded-400 border-content-primary pointer-events-none absolute end-0 top-0 bottom-0 w-12 border-2"
|
|
54233
54289
|
})]
|
|
54234
54290
|
})
|
|
54235
|
-
}),
|
|
54291
|
+
}), sxe = ({ title: e, cards: r, cta: i, ...a }) => /* @__PURE__ */ t("div", {
|
|
54236
54292
|
className: U("pt-e700 pb-e1000", "px-4 sm:px-6 md:px-8 xl:px-10"),
|
|
54237
54293
|
...a,
|
|
54238
54294
|
children: /* @__PURE__ */ t("div", {
|
|
@@ -54251,7 +54307,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54251
54307
|
})]
|
|
54252
54308
|
})
|
|
54253
54309
|
})
|
|
54254
|
-
}),
|
|
54310
|
+
}), cxe = ({ title: e, background: r = "surface-default", children: i, className: a, ...o }) => {
|
|
54255
54311
|
let s = de.toArray(i);
|
|
54256
54312
|
return /* @__PURE__ */ n(u9, {
|
|
54257
54313
|
variant: r,
|
|
@@ -54266,7 +54322,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54266
54322
|
children: s
|
|
54267
54323
|
})]
|
|
54268
54324
|
});
|
|
54269
|
-
},
|
|
54325
|
+
}, lxe = ({ data: e, title: r, subtitle: i, className: a, ...o }) => /* @__PURE__ */ n("div", {
|
|
54270
54326
|
className: W("border-t border-neutral-400 pt-4 sm:pt-6", a),
|
|
54271
54327
|
...o,
|
|
54272
54328
|
children: [
|
|
@@ -54289,7 +54345,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54289
54345
|
className: U("mx-auto max-w-[1200px]", n),
|
|
54290
54346
|
children: e
|
|
54291
54347
|
})
|
|
54292
|
-
}),
|
|
54348
|
+
}), uxe = ({ title: e, children: r, cta: i, type: a = "default", previousLabel: c, nextLabel: l, ...u }) => {
|
|
54293
54349
|
let { showStartButton: d, showEndButton: f, scrollToStart: p, scrollToEnd: m, scrollerRef: h } = az();
|
|
54294
54350
|
return /* @__PURE__ */ n("div", {
|
|
54295
54351
|
className: "pt-e700 pb-e1000 gap-i600 flex flex-col",
|
|
@@ -54335,7 +54391,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54335
54391
|
})]
|
|
54336
54392
|
})]
|
|
54337
54393
|
});
|
|
54338
|
-
},
|
|
54394
|
+
}, dxe = ({ className: e, title: r, children: i, cta: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
54339
54395
|
className: W("pt-e700 pb-e1000 bg-black px-4 sm:px-6 md:px-8 xl:px-10", e),
|
|
54340
54396
|
...o,
|
|
54341
54397
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54355,7 +54411,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54355
54411
|
})
|
|
54356
54412
|
]
|
|
54357
54413
|
})
|
|
54358
|
-
}),
|
|
54414
|
+
}), fxe = ({ className: e, header: r, title: i, description: a, ...o }) => /* @__PURE__ */ n("div", {
|
|
54359
54415
|
className: W("bg-white-alpha-2 rounded-500 flex flex-col justify-between gap-6 overflow-clip p-6 sm:min-h-[360px]", e),
|
|
54360
54416
|
...o,
|
|
54361
54417
|
children: [/* @__PURE__ */ t("div", {
|
|
@@ -54371,7 +54427,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54371
54427
|
children: a
|
|
54372
54428
|
})]
|
|
54373
54429
|
})]
|
|
54374
|
-
}),
|
|
54430
|
+
}), pxe = ({ title: e, content: r }) => /* @__PURE__ */ t("div", {
|
|
54375
54431
|
className: "pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
54376
54432
|
children: /* @__PURE__ */ n("div", {
|
|
54377
54433
|
className: "gap-i600 mx-auto flex max-w-[1200px] flex-col",
|
|
@@ -54380,7 +54436,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54380
54436
|
children: r
|
|
54381
54437
|
})]
|
|
54382
54438
|
})
|
|
54383
|
-
}),
|
|
54439
|
+
}), mxe = ({ titleBlock: e, background: r = "lightgrey", className: i, children: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
54384
54440
|
...o,
|
|
54385
54441
|
className: W("py-e700 px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
54386
54442
|
"bg-surface-default": r === "white",
|
|
@@ -54396,7 +54452,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54396
54452
|
children: a
|
|
54397
54453
|
})]
|
|
54398
54454
|
})
|
|
54399
|
-
}),
|
|
54455
|
+
}), hxe = ({ question: e, answer: r, forceShowAll: a = !1, ...o }) => {
|
|
54400
54456
|
let s = Te(), [c, l] = je(!1), u = a || c;
|
|
54401
54457
|
return /* @__PURE__ */ n("article", {
|
|
54402
54458
|
...o,
|
|
@@ -54434,14 +54490,14 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54434
54490
|
})
|
|
54435
54491
|
})]
|
|
54436
54492
|
});
|
|
54437
|
-
},
|
|
54493
|
+
}, gxe = ({ title: e, features: t, ...r }) => /* @__PURE__ */ n("div", {
|
|
54438
54494
|
className: "pt-e700 pb-e1000 gap-i600 flex flex-col",
|
|
54439
54495
|
...r,
|
|
54440
54496
|
children: [e, t]
|
|
54441
|
-
}),
|
|
54497
|
+
}), _xe = G("mx-auto grid grid-cols-1 gap-4", { variants: { invertOrder: {
|
|
54442
54498
|
true: "lg:-order-1 lg:pe-16",
|
|
54443
54499
|
false: "lg:ps-16"
|
|
54444
|
-
} } }),
|
|
54500
|
+
} } }), vxe = ({ title: e, description: r, listItems: i, visualElement: a, invertOrder: o = !1, cta: s, withVisualBorder: c, ...l }) => {
|
|
54445
54501
|
let u = Array.isArray(i) ? i.length > 0 : !!i;
|
|
54446
54502
|
return /* @__PURE__ */ t("div", {
|
|
54447
54503
|
className: "px-4 sm:px-16 md:px-32 lg:px-8 xl:px-10",
|
|
@@ -54452,7 +54508,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54452
54508
|
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-['']"),
|
|
54453
54509
|
children: a
|
|
54454
54510
|
}), /* @__PURE__ */ n("div", {
|
|
54455
|
-
className:
|
|
54511
|
+
className: _xe({ invertOrder: o }),
|
|
54456
54512
|
children: [/* @__PURE__ */ t("div", {
|
|
54457
54513
|
className: "flex-1",
|
|
54458
54514
|
children: /* @__PURE__ */ t("h2", {
|
|
@@ -54473,7 +54529,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54473
54529
|
})]
|
|
54474
54530
|
})
|
|
54475
54531
|
});
|
|
54476
|
-
},
|
|
54532
|
+
}, yxe = ({ children: e, aspectRatio: n = "4/3", backgroundColor: r, ...i }) => /* @__PURE__ */ t("div", {
|
|
54477
54533
|
className: U("rounded-500 relative overflow-hidden", "translate-x-0 translate-y-0"),
|
|
54478
54534
|
style: {
|
|
54479
54535
|
backgroundColor: r,
|
|
@@ -54481,7 +54537,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54481
54537
|
},
|
|
54482
54538
|
...i,
|
|
54483
54539
|
children: e
|
|
54484
|
-
}),
|
|
54540
|
+
}), bxe = ({ selectedIndex: e, features: r, forceShowAll: i = !1 }) => /* @__PURE__ */ n("div", {
|
|
54485
54541
|
className: "flex flex-col gap-6",
|
|
54486
54542
|
children: [r && /* @__PURE__ */ t("ul", {
|
|
54487
54543
|
className: U("relative", "grid gap-2 text-center", "grid-cols-2 sm:grid-cols-4"),
|
|
@@ -54493,7 +54549,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54493
54549
|
children: /* @__PURE__ */ t("div", { children: n.content })
|
|
54494
54550
|
}, r))
|
|
54495
54551
|
})]
|
|
54496
|
-
}),
|
|
54552
|
+
}), xxe = ({ children: e }) => {
|
|
54497
54553
|
let n = H(null);
|
|
54498
54554
|
return KB(n), /* @__PURE__ */ t("video", {
|
|
54499
54555
|
autoPlay: !0,
|
|
@@ -54505,7 +54561,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54505
54561
|
className: "h-full w-full object-cover",
|
|
54506
54562
|
children: e
|
|
54507
54563
|
});
|
|
54508
|
-
},
|
|
54564
|
+
}, Sxe = ({ title: e, children: r, icon: i }) => /* @__PURE__ */ n("div", {
|
|
54509
54565
|
className: "flex items-start gap-3",
|
|
54510
54566
|
children: [/* @__PURE__ */ t("div", {
|
|
54511
54567
|
className: "relative flex h-6 w-6 shrink-0",
|
|
@@ -54520,14 +54576,14 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54520
54576
|
children: r
|
|
54521
54577
|
})]
|
|
54522
54578
|
})]
|
|
54523
|
-
}),
|
|
54579
|
+
}), Cxe = ({ title: e, features: r, className: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
54524
54580
|
...a,
|
|
54525
54581
|
className: U("pt-e700 pb-e1000 gap-i600 flex flex-col items-center px-4", i),
|
|
54526
54582
|
children: [e, /* @__PURE__ */ t("div", {
|
|
54527
54583
|
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",
|
|
54528
54584
|
children: r
|
|
54529
54585
|
})]
|
|
54530
|
-
}),
|
|
54586
|
+
}), wxe = ({ title: e, icon: r, children: i, className: a, ...o }) => /* @__PURE__ */ n("div", {
|
|
54531
54587
|
...o,
|
|
54532
54588
|
className: U("border-misc-border-default flex flex-col gap-2 border-t pt-3 sm:pt-6", a),
|
|
54533
54589
|
children: [/* @__PURE__ */ n("div", {
|
|
@@ -54543,7 +54599,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54543
54599
|
className: "body-light-500 text-content-secondary",
|
|
54544
54600
|
children: i
|
|
54545
54601
|
})]
|
|
54546
|
-
}),
|
|
54602
|
+
}), Txe = ({ title: e, children: r, className: i, ...a }) => {
|
|
54547
54603
|
let o = de.toArray(r);
|
|
54548
54604
|
return /* @__PURE__ */ t("section", {
|
|
54549
54605
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", i),
|
|
@@ -54562,7 +54618,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54562
54618
|
})]
|
|
54563
54619
|
})
|
|
54564
54620
|
});
|
|
54565
|
-
},
|
|
54621
|
+
}, Exe = ({ preview: e, title: r, subtitle: i, cta: a, className: o, ...s }) => /* @__PURE__ */ t("div", {
|
|
54566
54622
|
...s,
|
|
54567
54623
|
className: W("@container w-full", o),
|
|
54568
54624
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54584,7 +54640,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54584
54640
|
}), !!a && /* @__PURE__ */ t("div", { children: a })]
|
|
54585
54641
|
})]
|
|
54586
54642
|
})
|
|
54587
|
-
}),
|
|
54643
|
+
}), Dxe = ({ overline: e, title: r, description: i, visual: a, ctas: o, background: s = "sand-50", ...c }) => /* @__PURE__ */ t(u9, {
|
|
54588
54644
|
variant: s,
|
|
54589
54645
|
className: "py-e700 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
54590
54646
|
...c,
|
|
@@ -54617,7 +54673,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54617
54673
|
children: a
|
|
54618
54674
|
})]
|
|
54619
54675
|
})
|
|
54620
|
-
}),
|
|
54676
|
+
}), Oxe = function({ as: e = "a", label: r, isNew: i, ref: a, ...o }) {
|
|
54621
54677
|
return /* @__PURE__ */ n(e, {
|
|
54622
54678
|
ref: a,
|
|
54623
54679
|
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"),
|
|
@@ -54635,7 +54691,7 @@ var Zbe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54635
54691
|
};
|
|
54636
54692
|
//#endregion
|
|
54637
54693
|
//#region src/components/website/FooterBlockV2/FooterV2LinksSectionBlock.tsx
|
|
54638
|
-
function
|
|
54694
|
+
function kxe({ title: e, className: r, children: i, ...a }) {
|
|
54639
54695
|
let o = Te(), [s, c] = je(!1), l = V((e) => {
|
|
54640
54696
|
let t = e.currentTarget;
|
|
54641
54697
|
c(t.checked), t.closest("[data-groupid='footer-links-sections']")?.querySelectorAll("input[name=\"footer-links-section-toggle\"]").forEach((e) => {
|
|
@@ -54729,7 +54785,7 @@ function m9({ appsSectionTitle: e, appButtons: r, linksSections: i, socialLinks:
|
|
|
54729
54785
|
})
|
|
54730
54786
|
});
|
|
54731
54787
|
}
|
|
54732
|
-
m9.LinksSection =
|
|
54788
|
+
m9.LinksSection = kxe, m9.Link = Oxe;
|
|
54733
54789
|
//#endregion
|
|
54734
54790
|
//#region src/components/website/Glossary/GlossaryLetterLink.tsx
|
|
54735
54791
|
var h9 = ({ letter: e, href: n, ref: r, ...i }) => /* @__PURE__ */ t("a", {
|
|
@@ -54743,11 +54799,11 @@ h9.displayName = "GlossaryLetterLink";
|
|
|
54743
54799
|
//#endregion
|
|
54744
54800
|
//#region src/components/website/Glossary/GlossaryAlphabet.tsx
|
|
54745
54801
|
var g9 = { en: "ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("") };
|
|
54746
|
-
function
|
|
54802
|
+
function Axe(e) {
|
|
54747
54803
|
return g9[e] ?? g9.en;
|
|
54748
54804
|
}
|
|
54749
54805
|
var _9 = ({ locale: e = "en", getLetterProps: n, className: r, ref: i, ...a }) => {
|
|
54750
|
-
let o =
|
|
54806
|
+
let o = Axe(e);
|
|
54751
54807
|
return /* @__PURE__ */ t("nav", {
|
|
54752
54808
|
ref: i,
|
|
54753
54809
|
...a,
|
|
@@ -54766,7 +54822,7 @@ var _9 = ({ locale: e = "en", getLetterProps: n, className: r, ref: i, ...a }) =
|
|
|
54766
54822
|
_9.displayName = "GlossaryAlphabet";
|
|
54767
54823
|
//#endregion
|
|
54768
54824
|
//#region src/components/website/Glossary/GlossarySection.tsx
|
|
54769
|
-
var
|
|
54825
|
+
var jxe = ({ id: e, letter: r, headingLevel: i = "h2", children: a, className: o }) => /* @__PURE__ */ n("section", {
|
|
54770
54826
|
id: e,
|
|
54771
54827
|
className: W("gap-i400 flex flex-col items-center", o),
|
|
54772
54828
|
children: [/* @__PURE__ */ t(i, {
|
|
@@ -54822,7 +54878,7 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
54822
54878
|
onClick: p
|
|
54823
54879
|
})]
|
|
54824
54880
|
});
|
|
54825
|
-
},
|
|
54881
|
+
}, Mxe = ({ title: e, backgroundColor: r, bgImageDesktop: i, bgImageMobile: a, className: o, ...s }) => /* @__PURE__ */ n("div", {
|
|
54826
54882
|
...s,
|
|
54827
54883
|
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),
|
|
54828
54884
|
style: { backgroundColor: r },
|
|
@@ -54840,7 +54896,7 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
54840
54896
|
children: e
|
|
54841
54897
|
})
|
|
54842
54898
|
]
|
|
54843
|
-
}),
|
|
54899
|
+
}), Nxe = ({ titleBlock: e, logoWallBlock: r, children: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
54844
54900
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
54845
54901
|
...o,
|
|
54846
54902
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54857,7 +54913,7 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
54857
54913
|
})
|
|
54858
54914
|
]
|
|
54859
54915
|
})
|
|
54860
|
-
}),
|
|
54916
|
+
}), Pxe = ({ metricTitle: e, metricDescription: r, className: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
54861
54917
|
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),
|
|
54862
54918
|
...a,
|
|
54863
54919
|
children: [
|
|
@@ -54871,11 +54927,11 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
54871
54927
|
children: r
|
|
54872
54928
|
})
|
|
54873
54929
|
]
|
|
54874
|
-
}),
|
|
54930
|
+
}), Fxe = ({ children: e, className: n, ...r }) => /* @__PURE__ */ t("div", {
|
|
54875
54931
|
...r,
|
|
54876
54932
|
className: W("flex flex-col gap-6", n),
|
|
54877
54933
|
children: e
|
|
54878
|
-
}),
|
|
54934
|
+
}), Ixe = ({ label: e, children: r, className: i, ...a }) => r ? /* @__PURE__ */ n("div", {
|
|
54879
54935
|
...a,
|
|
54880
54936
|
className: W("flex flex-col gap-1 pt-4", "border-misc-border border-t", i),
|
|
54881
54937
|
children: [/* @__PURE__ */ t("span", {
|
|
@@ -54908,7 +54964,7 @@ var y9 = {}, b9 = ({ variant: e, className: r, cssBackgroundColor: i, children:
|
|
|
54908
54964
|
x9.displayName = "LanguagePickerItem";
|
|
54909
54965
|
//#endregion
|
|
54910
54966
|
//#region src/components/website/InspirationWallBlock/InspirationWallBlock.tsx
|
|
54911
|
-
var
|
|
54967
|
+
var Lxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */ n("section", {
|
|
54912
54968
|
className: U("pt-e700 flex flex-col gap-12 sm:gap-16 lg:gap-20", i),
|
|
54913
54969
|
...a,
|
|
54914
54970
|
children: [!!e && /* @__PURE__ */ t("div", {
|
|
@@ -54924,7 +54980,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
54924
54980
|
}, n.toString()))
|
|
54925
54981
|
})
|
|
54926
54982
|
})]
|
|
54927
|
-
}),
|
|
54983
|
+
}), Rxe = ({ titleBlock: e, images: r, cta: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
54928
54984
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
54929
54985
|
...o,
|
|
54930
54986
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54943,7 +54999,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
54943
54999
|
})]
|
|
54944
55000
|
})]
|
|
54945
55001
|
})
|
|
54946
|
-
}),
|
|
55002
|
+
}), zxe = ({ variant: e = "default", trustLabel: r, logos: i, ...a }) => {
|
|
54947
55003
|
let o = i?.slice(0, 8);
|
|
54948
55004
|
return /* @__PURE__ */ t("div", {
|
|
54949
55005
|
className: U("px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
@@ -54974,7 +55030,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
54974
55030
|
})]
|
|
54975
55031
|
})
|
|
54976
55032
|
});
|
|
54977
|
-
},
|
|
55033
|
+
}, Bxe = ({ description: e, cta: r, logos: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
54978
55034
|
className: W("py-e400 px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
54979
55035
|
...o,
|
|
54980
55036
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -54999,7 +55055,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
54999
55055
|
}, n))
|
|
55000
55056
|
})]
|
|
55001
55057
|
})
|
|
55002
|
-
}),
|
|
55058
|
+
}), Vxe = ({ title: e, assets: r, className: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
55003
55059
|
className: W("gap-i400 flex flex-col", i),
|
|
55004
55060
|
...a,
|
|
55005
55061
|
children: [/* @__PURE__ */ n("div", {
|
|
@@ -55025,7 +55081,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55025
55081
|
children: e
|
|
55026
55082
|
}, n.toString()))
|
|
55027
55083
|
})]
|
|
55028
|
-
}),
|
|
55084
|
+
}), Hxe = ({ title: e, children: r, ...i }) => /* @__PURE__ */ t("section", {
|
|
55029
55085
|
className: "bg-surface-default pt-e700 pb-e1000 px-4 sm:px-6 md:px-8",
|
|
55030
55086
|
...i,
|
|
55031
55087
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -55038,7 +55094,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55038
55094
|
children: r
|
|
55039
55095
|
})]
|
|
55040
55096
|
})
|
|
55041
|
-
}),
|
|
55097
|
+
}), Uxe = function({ icon: e, overline: r, title: i, subtitle: a, cta: o, footnote: s, className: c, ...l }) {
|
|
55042
55098
|
let u = ke(() => o?.map((e) => he(e, {
|
|
55043
55099
|
density: "spacious",
|
|
55044
55100
|
size: "large"
|
|
@@ -55077,7 +55133,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55077
55133
|
})
|
|
55078
55134
|
]
|
|
55079
55135
|
});
|
|
55080
|
-
},
|
|
55136
|
+
}, Wxe = ({ containerId: e, title: r, helpText: i, url: a, visibleOnMobile: o, ...s }) => /* @__PURE__ */ n("div", {
|
|
55081
55137
|
id: e,
|
|
55082
55138
|
className: U("pt-e700 pb-e1000 w-full bg-neutral-50 px-4 xl:px-10", !o && "hidden lg:block"),
|
|
55083
55139
|
...s,
|
|
@@ -55095,7 +55151,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55095
55151
|
className: "body-500 text-content-secondary mx-auto max-w-[512px] pt-6 text-center lg:max-w-[720px]",
|
|
55096
55152
|
children: i
|
|
55097
55153
|
})]
|
|
55098
|
-
}),
|
|
55154
|
+
}), Gxe = ({ title: e, helpText: r, url: i, screenTooSmallTitle: a, screenTooSmallDescription: o, ...s }) => /* @__PURE__ */ n("div", {
|
|
55099
55155
|
className: "bg-surface-alternate pt-e600 pb-e500 sm:py-e500 w-full px-4 xl:px-10",
|
|
55100
55156
|
...s,
|
|
55101
55157
|
children: [/* @__PURE__ */ n("div", {
|
|
@@ -55125,7 +55181,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55125
55181
|
className: "body-500 text-content-secondary mx-auto max-w-[512px] pt-6 text-center lg:max-w-[720px]",
|
|
55126
55182
|
children: r
|
|
55127
55183
|
})]
|
|
55128
|
-
}),
|
|
55184
|
+
}), Kxe = ({ titleBlock: e, background: r = "lightgrey", cta: i, children: a, className: o, ...s }) => /* @__PURE__ */ t("section", {
|
|
55129
55185
|
className: U("pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
55130
55186
|
"bg-surface-default": r === "white",
|
|
55131
55187
|
"bg-neutral-50": r === "lightgrey"
|
|
@@ -55144,7 +55200,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55144
55200
|
})]
|
|
55145
55201
|
})]
|
|
55146
55202
|
})
|
|
55147
|
-
}),
|
|
55203
|
+
}), qxe = ({ title: e, cards: r, features: i, ...a }) => /* @__PURE__ */ t("div", {
|
|
55148
55204
|
className: U("px-4 sm:px-6 md:px-8 xl:px-10", "py-e400"),
|
|
55149
55205
|
...a,
|
|
55150
55206
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -55158,13 +55214,13 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55158
55214
|
i
|
|
55159
55215
|
]
|
|
55160
55216
|
})
|
|
55161
|
-
}),
|
|
55217
|
+
}), Jxe = {
|
|
55162
55218
|
currencyDisplayName: "",
|
|
55163
55219
|
countryDisplayName: ""
|
|
55164
55220
|
}, S9 = ({ lang: e, localizedInfo: t }) => {
|
|
55165
55221
|
let [n, r] = t || [], i = GB();
|
|
55166
55222
|
return ke(() => {
|
|
55167
|
-
if (!i || !n || !r) return
|
|
55223
|
+
if (!i || !n || !r) return Jxe;
|
|
55168
55224
|
let t = new Intl.DisplayNames(e, { type: "currency" }), a = new Intl.DisplayNames(e, { type: "region" });
|
|
55169
55225
|
return {
|
|
55170
55226
|
currencyDisplayName: t.of(n.toUpperCase()) ?? "",
|
|
@@ -55188,7 +55244,7 @@ var Fxe = ({ titleBlock: e, assets: r, className: i, ...a }) => /* @__PURE__ */
|
|
|
55188
55244
|
C9.displayName = "PricingPullDownButton";
|
|
55189
55245
|
//#endregion
|
|
55190
55246
|
//#region src/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingImageCountPicker.tsx
|
|
55191
|
-
var
|
|
55247
|
+
var Yxe = [
|
|
55192
55248
|
1e3,
|
|
55193
55249
|
2e3,
|
|
55194
55250
|
5e3,
|
|
@@ -55199,7 +55255,7 @@ var qxe = [
|
|
|
55199
55255
|
2e5,
|
|
55200
55256
|
5e5,
|
|
55201
55257
|
1e6
|
|
55202
|
-
],
|
|
55258
|
+
], Xxe = ({ lang: e, monthlyProcessedImages: r, pricingImageCountLabel: i, onMonthlyProcessedImagesChange: a }) => {
|
|
55203
55259
|
let o = GB();
|
|
55204
55260
|
return /* @__PURE__ */ n("div", {
|
|
55205
55261
|
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"),
|
|
@@ -55214,7 +55270,7 @@ var qxe = [
|
|
|
55214
55270
|
children: /* @__PURE__ */ t(BW.RadioGroup, {
|
|
55215
55271
|
value: r.toString(),
|
|
55216
55272
|
onValueChange: (e) => a?.(Number(e)),
|
|
55217
|
-
children:
|
|
55273
|
+
children: Yxe.map((n) => /* @__PURE__ */ t(BW.RadioGroup.Item, {
|
|
55218
55274
|
value: n.toString(),
|
|
55219
55275
|
children: o && `${new Intl.NumberFormat(e).format(n)} images`
|
|
55220
55276
|
}, n))
|
|
@@ -55230,7 +55286,7 @@ var qxe = [
|
|
|
55230
55286
|
].filter((e) => e !== "enterprise");
|
|
55231
55287
|
//#endregion
|
|
55232
55288
|
//#region ../shared/utils/pricing/api-pricing/plans.ts
|
|
55233
|
-
var
|
|
55289
|
+
var Zxe = {
|
|
55234
55290
|
priceId: "price_1OZVcMEl9AVRLibqyVsualpH",
|
|
55235
55291
|
currencyToPrice: {
|
|
55236
55292
|
eur: 2,
|
|
@@ -55238,7 +55294,7 @@ var Yxe = {
|
|
|
55238
55294
|
usd: 2
|
|
55239
55295
|
},
|
|
55240
55296
|
interval: "month"
|
|
55241
|
-
},
|
|
55297
|
+
}, Qxe = {
|
|
55242
55298
|
priceId: "price_1OZVV0El9AVRLibqlcX986A9",
|
|
55243
55299
|
currencyToPrice: {
|
|
55244
55300
|
eur: 10,
|
|
@@ -55246,7 +55302,7 @@ var Yxe = {
|
|
|
55246
55302
|
usd: 10
|
|
55247
55303
|
},
|
|
55248
55304
|
interval: "month"
|
|
55249
|
-
},
|
|
55305
|
+
}, $xe = {
|
|
55250
55306
|
priceId: "price_1OduZCEl9AVRLibq9TbpF1v9",
|
|
55251
55307
|
currencyToPrice: {
|
|
55252
55308
|
eur: 1,
|
|
@@ -55259,9 +55315,9 @@ var Yxe = {
|
|
|
55259
55315
|
//#region src/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/utils.ts
|
|
55260
55316
|
function w9(e) {
|
|
55261
55317
|
switch (e) {
|
|
55262
|
-
case "basic": return
|
|
55263
|
-
case "plus": return
|
|
55264
|
-
case "partner": return
|
|
55318
|
+
case "basic": return Zxe;
|
|
55319
|
+
case "plus": return Qxe;
|
|
55320
|
+
case "partner": return $xe;
|
|
55265
55321
|
case "enterprise":
|
|
55266
55322
|
case void 0: return;
|
|
55267
55323
|
}
|
|
@@ -55276,7 +55332,7 @@ function T9(e, t) {
|
|
|
55276
55332
|
}
|
|
55277
55333
|
//#endregion
|
|
55278
55334
|
//#region src/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingCardsContainer.tsx
|
|
55279
|
-
var
|
|
55335
|
+
var eSe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a, userCountryCode: o, footnote: s, pricingImageCountLabel: c, footnoteCurrencyLabel: l, onMonthlyProcessedImagesChange: u, ...d }) => {
|
|
55280
55336
|
let f = o?.toUpperCase(), { countryDisplayName: p, currencyDisplayName: m } = S9({
|
|
55281
55337
|
lang: e,
|
|
55282
55338
|
localizedInfo: T9("basic", f)
|
|
@@ -55284,7 +55340,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55284
55340
|
return /* @__PURE__ */ n("div", {
|
|
55285
55341
|
className: "pb-i600",
|
|
55286
55342
|
...d,
|
|
55287
|
-
children: [/* @__PURE__ */ t(
|
|
55343
|
+
children: [/* @__PURE__ */ t(Xxe, {
|
|
55288
55344
|
lang: e,
|
|
55289
55345
|
pricingImageCountLabel: c,
|
|
55290
55346
|
monthlyProcessedImages: r,
|
|
@@ -55324,7 +55380,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55324
55380
|
a
|
|
55325
55381
|
])
|
|
55326
55382
|
};
|
|
55327
|
-
},
|
|
55383
|
+
}, tSe = 1e5, nSe = ({ 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 }) => {
|
|
55328
55384
|
let g = l?.toUpperCase(), { localizedCurrency: _, localizedPrice: v, pricePerImage: y } = k9({
|
|
55329
55385
|
lang: r,
|
|
55330
55386
|
planType: i,
|
|
@@ -55337,7 +55393,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55337
55393
|
case "partner":
|
|
55338
55394
|
case void 0: return;
|
|
55339
55395
|
}
|
|
55340
|
-
}, [i]), x = ke(() => !_ || !v ? null : i === "partner" && c <
|
|
55396
|
+
}, [i]), x = ke(() => !_ || !v ? null : i === "partner" && c < tSe ? "-" : vs({
|
|
55341
55397
|
locale: r,
|
|
55342
55398
|
currency: _,
|
|
55343
55399
|
value: v * c / 100,
|
|
@@ -55414,10 +55470,10 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55414
55470
|
})]
|
|
55415
55471
|
})]
|
|
55416
55472
|
});
|
|
55417
|
-
},
|
|
55473
|
+
}, rSe = ({ pricePerImage: e }) => /* @__PURE__ */ n("span", {
|
|
55418
55474
|
className: "inline-next-element",
|
|
55419
55475
|
children: [e, " "]
|
|
55420
|
-
}),
|
|
55476
|
+
}), iSe = ({ description: e, clientLogos: r, cta: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
55421
55477
|
className: U("flex flex-col items-center gap-6 p-4 sm:flex-row", "rounded-500 bg-background-subdued"),
|
|
55422
55478
|
...a,
|
|
55423
55479
|
children: [
|
|
@@ -55438,7 +55494,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55438
55494
|
className: U("pointer-events-none absolute hidden xl:flex", j9, i),
|
|
55439
55495
|
"aria-hidden": !0,
|
|
55440
55496
|
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))]
|
|
55441
|
-
}),
|
|
55497
|
+
}), aSe = ({ title: e, legend: r, sections: i, fairLimitsLabel: a, columnHighlights: o = [], ...s }) => {
|
|
55442
55498
|
let c = o.some(Boolean), l = H(null), u = H(null);
|
|
55443
55499
|
return E4(() => {
|
|
55444
55500
|
let e = l.current, t = u.current;
|
|
@@ -55518,7 +55574,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55518
55574
|
className: "hidden xl:block",
|
|
55519
55575
|
children: r
|
|
55520
55576
|
})] }) : r
|
|
55521
|
-
}) }),
|
|
55577
|
+
}) }), oSe = ({ title: e, subtitle: r, items: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
55522
55578
|
className: "flex flex-col",
|
|
55523
55579
|
...a,
|
|
55524
55580
|
children: [(e || r) && /* @__PURE__ */ n("div", {
|
|
@@ -55534,7 +55590,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55534
55590
|
className: "divide-misc-border divide-y",
|
|
55535
55591
|
children: i
|
|
55536
55592
|
})]
|
|
55537
|
-
}),
|
|
55593
|
+
}), sSe = ({ featureName: e, featureDescription: r, featureBadges: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
55538
55594
|
className: U("flex flex-col items-start gap-3 py-6 lg:gap-4 xl:flex-row xl:items-center", j9),
|
|
55539
55595
|
...a,
|
|
55540
55596
|
children: [/* @__PURE__ */ n("div", {
|
|
@@ -55567,15 +55623,15 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55567
55623
|
children: s
|
|
55568
55624
|
})] })
|
|
55569
55625
|
})]
|
|
55570
|
-
}) }),
|
|
55626
|
+
}) }), cSe = ({ planName: e, planShortName: n }) => /* @__PURE__ */ t(P9, {
|
|
55571
55627
|
planName: e,
|
|
55572
55628
|
planShortName: n
|
|
55573
|
-
}),
|
|
55629
|
+
}), lSe = ({ isChecked: e, planName: n, includedLabel: r, excludedLabel: i }) => /* @__PURE__ */ t(F9, {
|
|
55574
55630
|
isChecked: e,
|
|
55575
55631
|
planName: n,
|
|
55576
55632
|
includedLabel: r,
|
|
55577
55633
|
excludedLabel: i
|
|
55578
|
-
}),
|
|
55634
|
+
}), uSe = 4, dSe = 1, fSe = (e, t) => {
|
|
55579
55635
|
E4(() => {
|
|
55580
55636
|
let n = e.current;
|
|
55581
55637
|
if (!n || typeof ResizeObserver > "u") return;
|
|
@@ -55586,7 +55642,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55586
55642
|
}), e.forEach((e) => {
|
|
55587
55643
|
let t = [];
|
|
55588
55644
|
e.forEach((e) => {
|
|
55589
|
-
let { top: n } = e.getBoundingClientRect(), r = t.find((e) => Math.abs(e.top - n) <
|
|
55645
|
+
let { top: n } = e.getBoundingClientRect(), r = t.find((e) => Math.abs(e.top - n) < uSe);
|
|
55590
55646
|
r ? r.elements.push(e) : t.push({
|
|
55591
55647
|
top: n,
|
|
55592
55648
|
elements: [e]
|
|
@@ -55604,7 +55660,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55604
55660
|
});
|
|
55605
55661
|
}, o = n.getBoundingClientRect().width, s = new ResizeObserver((e) => {
|
|
55606
55662
|
let t = e[0]?.contentRect.width ?? o;
|
|
55607
|
-
Math.abs(t - o) <
|
|
55663
|
+
Math.abs(t - o) < dSe || (o = t, a());
|
|
55608
55664
|
});
|
|
55609
55665
|
s.observe(n);
|
|
55610
55666
|
let c = new MutationObserver(a);
|
|
@@ -55620,12 +55676,12 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55620
55676
|
l = !0, i && cancelAnimationFrame(i), s.disconnect(), c.disconnect();
|
|
55621
55677
|
};
|
|
55622
55678
|
}, [e, t]);
|
|
55623
|
-
},
|
|
55679
|
+
}, pSe = ["[data-pricing-card-description]", "[data-pricing-card-offer]"], mSe = ({ lang: e, billingPeriod: r = "yearly", items: i, localizedPriceInfo: a, billingPeriodLabels: o, billingPeriodSubtitles: s, footnoteLabels: c, footnoteCurrencyLabel: l, onBillingPeriodChange: u, ...d }) => {
|
|
55624
55680
|
let { countryDisplayName: f, currencyDisplayName: p } = S9({
|
|
55625
55681
|
lang: e,
|
|
55626
55682
|
localizedInfo: a
|
|
55627
55683
|
}), m = H(null);
|
|
55628
|
-
|
|
55684
|
+
fSe(m, pSe);
|
|
55629
55685
|
let h = (e) => {
|
|
55630
55686
|
(e === "monthly" || e === "yearly") && u?.(e);
|
|
55631
55687
|
};
|
|
@@ -55665,7 +55721,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55665
55721
|
})
|
|
55666
55722
|
]
|
|
55667
55723
|
});
|
|
55668
|
-
},
|
|
55724
|
+
}, hSe = ({ label: e, variant: r = "neutral", children: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
55669
55725
|
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"),
|
|
55670
55726
|
...a,
|
|
55671
55727
|
children: [/* @__PURE__ */ t("div", {
|
|
@@ -55743,7 +55799,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55743
55799
|
children: d
|
|
55744
55800
|
})]
|
|
55745
55801
|
});
|
|
55746
|
-
},
|
|
55802
|
+
}, gSe = ({ 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, subscriptionTypeSelectorVariant: E, resolvedPrice: D, ...O }) => {
|
|
55747
55803
|
let [k, A] = je(x?.[0]?.value), j = w ?? k, M = T ?? A, N = s === "yearly" && p, { value: P, originalValue: F } = D ?? {}, I = g === "dark";
|
|
55748
55804
|
return /* @__PURE__ */ n("div", {
|
|
55749
55805
|
className: U("relative flex w-full flex-col gap-6", "px-4 py-7", "rounded-500", I ? "bg-background-default text-content-white-primary" : "bg-background-inverted", "border", I ? "border-white-alpha-3" : "border-misc-border", m && "max-xl:pt-0", !m && "sm:max-xl:pt-0"),
|
|
@@ -55853,10 +55909,10 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55853
55909
|
})]
|
|
55854
55910
|
})]
|
|
55855
55911
|
});
|
|
55856
|
-
},
|
|
55912
|
+
}, _Se = ({ planName: e, planShortName: n }) => /* @__PURE__ */ t(P9, {
|
|
55857
55913
|
planName: e,
|
|
55858
55914
|
planShortName: n
|
|
55859
|
-
}),
|
|
55915
|
+
}), vSe = ({ planName: e, planType: r, billingPeriod: i, showYearlyPriceAsMonthly: a, planPriceLabelOverride: o, cta: s, perMonthLabel: c, perYearLabel: l, billedAnnuallyLabel: u, resolvedPrice: d }) => {
|
|
55860
55916
|
let f = r === "enterprise", { value: p } = d ?? {}, m = f ? o : p, h = i === "monthly" || a ? c : l, g = i === "yearly" && a ? u : void 0;
|
|
55861
55917
|
return /* @__PURE__ */ t(N9, { children: /* @__PURE__ */ n("div", {
|
|
55862
55918
|
className: "flex h-full flex-col gap-4",
|
|
@@ -55881,17 +55937,17 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55881
55937
|
})
|
|
55882
55938
|
]
|
|
55883
55939
|
}) });
|
|
55884
|
-
},
|
|
55940
|
+
}, ySe = ({ isChecked: e, description: n, planName: r, includedLabel: i, excludedLabel: a }) => /* @__PURE__ */ t(F9, {
|
|
55885
55941
|
isChecked: e,
|
|
55886
55942
|
description: n,
|
|
55887
55943
|
planName: r,
|
|
55888
55944
|
includedLabel: i,
|
|
55889
55945
|
excludedLabel: a
|
|
55890
|
-
}),
|
|
55946
|
+
}), bSe = ({ children: e, ...n }) => /* @__PURE__ */ t("div", {
|
|
55891
55947
|
className: "rounded-400 bg-background-subdued inline-flex gap-0.5 p-0.5",
|
|
55892
55948
|
...n,
|
|
55893
55949
|
children: e
|
|
55894
|
-
}),
|
|
55950
|
+
}), xSe = G([
|
|
55895
55951
|
"component-semi-strong-600 size-h-750 rounded-400 flex flex-1 items-center gap-3 px-4 whitespace-nowrap",
|
|
55896
55952
|
"focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring outline-hidden",
|
|
55897
55953
|
"transition-all"
|
|
@@ -55901,7 +55957,7 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55901
55957
|
false: "text-content-secondary"
|
|
55902
55958
|
} },
|
|
55903
55959
|
defaultVariants: { selected: !1 }
|
|
55904
|
-
}),
|
|
55960
|
+
}), SSe = G("rounded-300 size-400 shrink-0", {
|
|
55905
55961
|
variants: { selected: {
|
|
55906
55962
|
true: "text-[#7883FF]",
|
|
55907
55963
|
false: "text-neutral-400"
|
|
@@ -55909,15 +55965,15 @@ var Qxe = ({ lang: e, monthlyProcessedImages: r = 1e3, items: i, partnerCard: a,
|
|
|
55909
55965
|
defaultVariants: { selected: !1 }
|
|
55910
55966
|
}), R9 = (({ as: e = "a", selected: r, icon: i, children: a, ref: o, ...s }) => /* @__PURE__ */ n(e, {
|
|
55911
55967
|
ref: o,
|
|
55912
|
-
className:
|
|
55968
|
+
className: xSe({ selected: r }),
|
|
55913
55969
|
...s,
|
|
55914
55970
|
children: [i && /* @__PURE__ */ t("span", {
|
|
55915
|
-
className:
|
|
55971
|
+
className: SSe({ selected: r }),
|
|
55916
55972
|
children: i
|
|
55917
55973
|
}), a]
|
|
55918
55974
|
}));
|
|
55919
55975
|
R9.displayName = "PricingPickerButton";
|
|
55920
|
-
var
|
|
55976
|
+
var CSe = Object.assign(R9, {
|
|
55921
55977
|
ShortLabel: ({ children: e }) => /* @__PURE__ */ t("span", {
|
|
55922
55978
|
className: "block sm:hidden",
|
|
55923
55979
|
children: e
|
|
@@ -55926,7 +55982,7 @@ var xSe = Object.assign(R9, {
|
|
|
55926
55982
|
className: "hidden sm:block",
|
|
55927
55983
|
children: e
|
|
55928
55984
|
})
|
|
55929
|
-
}), z9 = "is-promo-banner-hidden",
|
|
55985
|
+
}), z9 = "is-promo-banner-hidden", wSe = ({ contextLabel: e, closeAriaLabel: r, cssBackgroundColor: i, thumbnail: a, cta: o, linkAs: s = "a", description: c, forceShow: l, ...u }) => /* @__PURE__ */ t(b9, {
|
|
55930
55986
|
variant: "accent",
|
|
55931
55987
|
cssBackgroundColor: i,
|
|
55932
55988
|
isHiddenSessionKey: z9,
|
|
@@ -55963,7 +56019,7 @@ var xSe = Object.assign(R9, {
|
|
|
55963
56019
|
})]
|
|
55964
56020
|
})]
|
|
55965
56021
|
})
|
|
55966
|
-
}),
|
|
56022
|
+
}), TSe = ({ title: e, visualElement: r, largeVisualAsset: i, background: a = "neutral-50", bgColor: o, ...s }) => /* @__PURE__ */ t(u9, {
|
|
55967
56023
|
as: "div",
|
|
55968
56024
|
variant: o ? "surface-default" : a,
|
|
55969
56025
|
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]"),
|
|
@@ -55985,7 +56041,7 @@ var xSe = Object.assign(R9, {
|
|
|
55985
56041
|
})]
|
|
55986
56042
|
})]
|
|
55987
56043
|
})
|
|
55988
|
-
}),
|
|
56044
|
+
}), ESe = ({ content: e, avatar: r, name: i, occupation: a }) => /* @__PURE__ */ t("div", {
|
|
55989
56045
|
className: "py-e700 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
55990
56046
|
children: /* @__PURE__ */ n("div", {
|
|
55991
56047
|
className: "mx-auto flex max-w-[1200px] flex-col justify-center gap-8",
|
|
@@ -56009,7 +56065,7 @@ var xSe = Object.assign(R9, {
|
|
|
56009
56065
|
})]
|
|
56010
56066
|
})]
|
|
56011
56067
|
})
|
|
56012
|
-
}),
|
|
56068
|
+
}), DSe = ({ titleBlock: e, reviews: r, cta: i, className: a, ...o }) => /* @__PURE__ */ t("section", {
|
|
56013
56069
|
className: W("pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
56014
56070
|
...o,
|
|
56015
56071
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -56026,7 +56082,7 @@ var xSe = Object.assign(R9, {
|
|
|
56026
56082
|
})
|
|
56027
56083
|
]
|
|
56028
56084
|
})
|
|
56029
|
-
}),
|
|
56085
|
+
}), OSe = ({ title: e, content: r, image: i, name: a, occupation: o, className: s, ...c }) => /* @__PURE__ */ t("li", {
|
|
56030
56086
|
className: W("flex", s),
|
|
56031
56087
|
...c,
|
|
56032
56088
|
children: /* @__PURE__ */ n("article", {
|
|
@@ -56068,7 +56124,7 @@ var xSe = Object.assign(R9, {
|
|
|
56068
56124
|
})
|
|
56069
56125
|
]
|
|
56070
56126
|
})
|
|
56071
|
-
}),
|
|
56127
|
+
}), kSe = function({ placement: e = "default", variant: r = "default", title: i, subtitle: a, overline: o, cta: s, className: c, ...l }) {
|
|
56072
56128
|
let u = e === "side" || !!s, d = r === "on-dark", f = ye(a) ? !!a.props?.children : !!a;
|
|
56073
56129
|
return /* @__PURE__ */ n("div", {
|
|
56074
56130
|
className: W("mx-auto w-full max-w-[1200px]", "flex flex-col gap-4", {
|
|
@@ -56109,7 +56165,7 @@ var xSe = Object.assign(R9, {
|
|
|
56109
56165
|
})
|
|
56110
56166
|
})]
|
|
56111
56167
|
});
|
|
56112
|
-
},
|
|
56168
|
+
}, ASe = function({ title: e, overline: r, subtitle: i, cta: a, footnote: o, className: s }) {
|
|
56113
56169
|
let c = ke(() => a?.map((e) => he(e, {
|
|
56114
56170
|
density: "spacious",
|
|
56115
56171
|
size: "large"
|
|
@@ -56139,7 +56195,7 @@ var xSe = Object.assign(R9, {
|
|
|
56139
56195
|
})
|
|
56140
56196
|
]
|
|
56141
56197
|
});
|
|
56142
|
-
},
|
|
56198
|
+
}, jSe = ({ title: e, overline: r, placement: i = "default" }) => /* @__PURE__ */ n("div", {
|
|
56143
56199
|
className: U("mx-auto flex w-full max-w-[1200px] flex-col gap-1", {
|
|
56144
56200
|
"items-center text-center": i === "default",
|
|
56145
56201
|
"items-start text-start": i === "side"
|
|
@@ -56151,7 +56207,7 @@ var xSe = Object.assign(R9, {
|
|
|
56151
56207
|
className: "heading-thin-700 max-w-[600px] text-balance",
|
|
56152
56208
|
children: e
|
|
56153
56209
|
})]
|
|
56154
|
-
}),
|
|
56210
|
+
}), MSe = ({ titleBlock: e, children: r, cta: i, ...a }) => {
|
|
56155
56211
|
let o = de.count(r);
|
|
56156
56212
|
return /* @__PURE__ */ n("div", {
|
|
56157
56213
|
className: U("px-4 sm:px-6 md:px-8 xl:px-10", "pt-e700 pb-e1000", "gap-i600 flex flex-col items-stretch"),
|
|
@@ -56181,7 +56237,7 @@ var xSe = Object.assign(R9, {
|
|
|
56181
56237
|
B9.Tag = E5.Tag;
|
|
56182
56238
|
//#endregion
|
|
56183
56239
|
//#region src/components/website/TakeActionBlock/TakeActionBlock.tsx
|
|
56184
|
-
var
|
|
56240
|
+
var NSe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @__PURE__ */ t("div", {
|
|
56185
56241
|
className: "py-e500 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
56186
56242
|
...o,
|
|
56187
56243
|
children: /* @__PURE__ */ n("div", {
|
|
@@ -56207,7 +56263,7 @@ var jSe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56207
56263
|
})
|
|
56208
56264
|
]
|
|
56209
56265
|
})
|
|
56210
|
-
}),
|
|
56266
|
+
}), PSe = ({ title: e, variant: r = "default", content: i, cta: a, bgImageDesktop: o, bgImageMobile: s, className: c, ...l }) => /* @__PURE__ */ n("div", {
|
|
56211
56267
|
...l,
|
|
56212
56268
|
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", {
|
|
56213
56269
|
"py-e700": r === "default",
|
|
@@ -56247,7 +56303,7 @@ var jSe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56247
56303
|
]
|
|
56248
56304
|
})
|
|
56249
56305
|
]
|
|
56250
|
-
}),
|
|
56306
|
+
}), FSe = ({ titleBlock: e, testimonials: r, forceShowAll: i = !1, className: a, ...c }) => {
|
|
56251
56307
|
let [l, u] = je(0), d = r && l > r.length - 1 ? 0 : l, f = () => {
|
|
56252
56308
|
u((e) => e === 0 ? (r || []).length - 1 : e - 1);
|
|
56253
56309
|
}, p = () => {
|
|
@@ -56302,7 +56358,7 @@ var jSe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56302
56358
|
})]
|
|
56303
56359
|
})
|
|
56304
56360
|
});
|
|
56305
|
-
},
|
|
56361
|
+
}, ISe = ({ content: e, avatar: r, logo: i, name: a, occupation: o, className: s }) => /* @__PURE__ */ n("div", {
|
|
56306
56362
|
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),
|
|
56307
56363
|
children: [/* @__PURE__ */ t("div", {
|
|
56308
56364
|
className: "body-light-600 sm:body-light-800 text-content-primary w-full",
|
|
@@ -56329,7 +56385,7 @@ var jSe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56329
56385
|
})]
|
|
56330
56386
|
})]
|
|
56331
56387
|
})]
|
|
56332
|
-
}),
|
|
56388
|
+
}), LSe = ({ titleBlock: e, cards: r, className: i, ...a }) => /* @__PURE__ */ n("section", {
|
|
56333
56389
|
...a,
|
|
56334
56390
|
className: U("pt-e700 pb-e1000 px-4 sm:px-8", i),
|
|
56335
56391
|
children: [!!e && /* @__PURE__ */ t("div", {
|
|
@@ -56339,14 +56395,14 @@ var jSe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56339
56395
|
className: "mx-auto flex max-w-[1200px] flex-col gap-6 lg:flex-row lg:justify-center",
|
|
56340
56396
|
children: r
|
|
56341
56397
|
})]
|
|
56342
|
-
}),
|
|
56398
|
+
}), RSe = "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(" "), zSe = ({ content: e, footer: r, className: i, ...a }) => /* @__PURE__ */ n("div", {
|
|
56343
56399
|
...a,
|
|
56344
56400
|
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),
|
|
56345
56401
|
children: [/* @__PURE__ */ t("div", {
|
|
56346
56402
|
className: "body-light-600 sm:body-light-700 w-full max-w-[560px]",
|
|
56347
56403
|
children: e
|
|
56348
56404
|
}), !!r && /* @__PURE__ */ t("div", {
|
|
56349
|
-
className: W("body-light-500 mt-6 w-full max-w-[560px]",
|
|
56405
|
+
className: W("body-light-500 mt-6 w-full max-w-[560px]", RSe),
|
|
56350
56406
|
children: r
|
|
56351
56407
|
})]
|
|
56352
56408
|
}), V9 = (({ as: e = "a", icon: r, title: i, description: a, image: o, ref: s, ...c }) => c.href ? /* @__PURE__ */ n(e, {
|
|
@@ -56373,7 +56429,7 @@ var jSe = ({ titleBlock: e, content: r, ctaLabel: i, ctaLink: a, ...o }) => /* @
|
|
|
56373
56429
|
V9.displayName = "ToolCard";
|
|
56374
56430
|
//#endregion
|
|
56375
56431
|
//#region src/components/website/ToolCategoryBannerBlock/ToolCategoryBannerBlock.tsx
|
|
56376
|
-
var
|
|
56432
|
+
var BSe = ({ title: e, children: r, cta: i, image: a, ...o }) => {
|
|
56377
56433
|
let s = ke(() => i ? he(i, {
|
|
56378
56434
|
variant: "secondary",
|
|
56379
56435
|
size: "medium",
|
|
@@ -56418,7 +56474,7 @@ var RSe = ({ title: e, children: r, cta: i, image: a, ...o }) => {
|
|
|
56418
56474
|
H9.displayName = "ToolSmallCard";
|
|
56419
56475
|
//#endregion
|
|
56420
56476
|
//#region src/components/website/UseCasesBlock/UseCasesBlock.tsx
|
|
56421
|
-
var
|
|
56477
|
+
var VSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom", useCases: a, forceShowAll: o = !1, ...s }) => /* @__PURE__ */ n(u9, {
|
|
56422
56478
|
variant: i,
|
|
56423
56479
|
className: U("flex flex-col items-center", "px-4 sm:px-6 md:px-8 xl:px-10", "pt-e700 pb-e1000", "gap-i400"),
|
|
56424
56480
|
...s,
|
|
@@ -56439,7 +56495,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56439
56495
|
}, i))
|
|
56440
56496
|
})
|
|
56441
56497
|
]
|
|
56442
|
-
}),
|
|
56498
|
+
}), HSe = ({ before: e, after: r, ...i }) => /* @__PURE__ */ n("div", {
|
|
56443
56499
|
className: U("relative flex h-full w-full", "gap-8 sm:gap-18 md:gap-20 lg:gap-28"),
|
|
56444
56500
|
...i,
|
|
56445
56501
|
children: [
|
|
@@ -56460,11 +56516,11 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56460
56516
|
})
|
|
56461
56517
|
})
|
|
56462
56518
|
]
|
|
56463
|
-
}),
|
|
56519
|
+
}), USe = ({ image: e, withBorder: n, ...r }) => e ? /* @__PURE__ */ t("div", {
|
|
56464
56520
|
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-['']"),
|
|
56465
56521
|
...r,
|
|
56466
56522
|
children: e
|
|
56467
|
-
}) : null,
|
|
56523
|
+
}) : null, WSe = ({ titleBlock: e, background: r, children: i, className: a, ...o }) => {
|
|
56468
56524
|
let s = de.toArray(i), c = s.length;
|
|
56469
56525
|
return /* @__PURE__ */ t("section", {
|
|
56470
56526
|
className: W("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
@@ -56483,7 +56539,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56483
56539
|
})]
|
|
56484
56540
|
})
|
|
56485
56541
|
});
|
|
56486
|
-
},
|
|
56542
|
+
}, GSe = ({ icon: e, title: r, description: i, cardCount: a = 3, className: o, ...s }) => {
|
|
56487
56543
|
let c = a === 3;
|
|
56488
56544
|
return /* @__PURE__ */ n("div", {
|
|
56489
56545
|
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),
|
|
@@ -56502,7 +56558,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56502
56558
|
})]
|
|
56503
56559
|
})]
|
|
56504
56560
|
});
|
|
56505
|
-
},
|
|
56561
|
+
}, KSe = /* @__PURE__ */ xt(((e) => {
|
|
56506
56562
|
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;
|
|
56507
56563
|
function b(e) {
|
|
56508
56564
|
if (typeof e == "object" && e) {
|
|
@@ -56558,7 +56614,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56558
56614
|
}, e.isValidElementType = function(e) {
|
|
56559
56615
|
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);
|
|
56560
56616
|
}, e.typeOf = b;
|
|
56561
|
-
})),
|
|
56617
|
+
})), qSe = /* @__PURE__ */ xt(((e) => {
|
|
56562
56618
|
process.env.NODE_ENV !== "production" && (function() {
|
|
56563
56619
|
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;
|
|
56564
56620
|
function b(e) {
|
|
@@ -56635,8 +56691,8 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56635
56691
|
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;
|
|
56636
56692
|
})();
|
|
56637
56693
|
})), U9 = /* @__PURE__ */ xt(((e, t) => {
|
|
56638
|
-
process.env.NODE_ENV === "production" ? t.exports =
|
|
56639
|
-
})),
|
|
56694
|
+
process.env.NODE_ENV === "production" ? t.exports = KSe() : t.exports = qSe();
|
|
56695
|
+
})), JSe = /* @__PURE__ */ xt(((e, t) => {
|
|
56640
56696
|
var n = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, i = Object.prototype.propertyIsEnumerable;
|
|
56641
56697
|
function a(e) {
|
|
56642
56698
|
if (e == null) throw TypeError("Object.assign cannot be called with null or undefined");
|
|
@@ -56673,7 +56729,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56673
56729
|
t.exports = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
56674
56730
|
})), G9 = /* @__PURE__ */ xt(((e, t) => {
|
|
56675
56731
|
t.exports = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
56676
|
-
})),
|
|
56732
|
+
})), YSe = /* @__PURE__ */ xt(((e, t) => {
|
|
56677
56733
|
var n = function() {};
|
|
56678
56734
|
if (process.env.NODE_ENV !== "production") {
|
|
56679
56735
|
var r = W9(), i = {}, a = G9();
|
|
@@ -56709,8 +56765,8 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56709
56765
|
o.resetWarningCache = function() {
|
|
56710
56766
|
process.env.NODE_ENV !== "production" && (i = {});
|
|
56711
56767
|
}, t.exports = o;
|
|
56712
|
-
})),
|
|
56713
|
-
var n = U9(), r =
|
|
56768
|
+
})), XSe = /* @__PURE__ */ xt(((e, t) => {
|
|
56769
|
+
var n = U9(), r = JSe(), i = W9(), a = G9(), o = YSe(), s = function() {};
|
|
56714
56770
|
process.env.NODE_ENV !== "production" && (s = function(e) {
|
|
56715
56771
|
var t = "Warning: " + e;
|
|
56716
56772
|
typeof console < "u" && console.error(t);
|
|
@@ -56968,7 +57024,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
56968
57024
|
}
|
|
56969
57025
|
return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
|
|
56970
57026
|
};
|
|
56971
|
-
})),
|
|
57027
|
+
})), ZSe = /* @__PURE__ */ xt(((e, t) => {
|
|
56972
57028
|
var n = W9();
|
|
56973
57029
|
function r() {}
|
|
56974
57030
|
function i() {}
|
|
@@ -57008,12 +57064,12 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57008
57064
|
};
|
|
57009
57065
|
return a.PropTypes = a, a;
|
|
57010
57066
|
};
|
|
57011
|
-
})),
|
|
57067
|
+
})), QSe = /* @__PURE__ */ xt(((e, t) => {
|
|
57012
57068
|
if (process.env.NODE_ENV !== "production") {
|
|
57013
57069
|
var n = U9();
|
|
57014
|
-
t.exports =
|
|
57015
|
-
} else t.exports =
|
|
57016
|
-
})),
|
|
57070
|
+
t.exports = XSe()(n.isElement, !0);
|
|
57071
|
+
} else t.exports = ZSe()();
|
|
57072
|
+
})), $Se = /* @__PURE__ */ xt(((e, t) => {
|
|
57017
57073
|
t.exports = function e(t, n) {
|
|
57018
57074
|
if (t === n) return !0;
|
|
57019
57075
|
if (t && n && typeof t == "object" && typeof n == "object") {
|
|
@@ -57037,7 +57093,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57037
57093
|
}
|
|
57038
57094
|
return t !== t && n !== n;
|
|
57039
57095
|
};
|
|
57040
|
-
})),
|
|
57096
|
+
})), eCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57041
57097
|
t.exports = function() {
|
|
57042
57098
|
var e = {}, t = {};
|
|
57043
57099
|
return e.on = function(e, n) {
|
|
@@ -57054,7 +57110,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57054
57110
|
if (r) for (i = r.length; i--;) r[i].handler(n);
|
|
57055
57111
|
}, e;
|
|
57056
57112
|
};
|
|
57057
|
-
})),
|
|
57113
|
+
})), tCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57058
57114
|
t.exports = function(e, t, a) {
|
|
57059
57115
|
var o = document.head || document.getElementsByTagName("head")[0], s = document.createElement("script");
|
|
57060
57116
|
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);
|
|
@@ -57074,9 +57130,9 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57074
57130
|
this.readyState != "complete" && this.readyState != "loaded" || (this.onreadystatechange = null, t(null, e));
|
|
57075
57131
|
};
|
|
57076
57132
|
}
|
|
57077
|
-
})),
|
|
57133
|
+
})), nCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57078
57134
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
57079
|
-
var n = r(
|
|
57135
|
+
var n = r(tCe());
|
|
57080
57136
|
function r(e) {
|
|
57081
57137
|
return e && e.__esModule ? e : { default: e };
|
|
57082
57138
|
}
|
|
@@ -57097,7 +57153,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57097
57153
|
};
|
|
57098
57154
|
});
|
|
57099
57155
|
}, t.exports = e.default;
|
|
57100
|
-
})),
|
|
57156
|
+
})), rCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57101
57157
|
var n = 1e3, r = n * 60, i = r * 60, a = i * 24, o = a * 365.25;
|
|
57102
57158
|
t.exports = function(e, t) {
|
|
57103
57159
|
t ||= {};
|
|
@@ -57154,8 +57210,8 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57154
57210
|
function u(e, t, n) {
|
|
57155
57211
|
if (!(e < t)) return e < t * 1.5 ? Math.floor(e / t) + " " + n : Math.ceil(e / t) + " " + n + "s";
|
|
57156
57212
|
}
|
|
57157
|
-
})),
|
|
57158
|
-
e = t.exports = i.debug = i.default = i, e.coerce = c, e.disable = o, e.enable = a, e.enabled = s, e.humanize =
|
|
57213
|
+
})), iCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57214
|
+
e = t.exports = i.debug = i.default = i, e.coerce = c, e.disable = o, e.enable = a, e.enabled = s, e.humanize = rCe(), e.names = [], e.skips = [], e.formatters = {};
|
|
57159
57215
|
var n;
|
|
57160
57216
|
function r(t) {
|
|
57161
57217
|
var n = 0, r;
|
|
@@ -57200,8 +57256,8 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57200
57256
|
function c(e) {
|
|
57201
57257
|
return e instanceof Error ? e.stack || e.message : e;
|
|
57202
57258
|
}
|
|
57203
|
-
})),
|
|
57204
|
-
e = t.exports =
|
|
57259
|
+
})), aCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57260
|
+
e = t.exports = iCe(), 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 = [
|
|
57205
57261
|
"lightseagreen",
|
|
57206
57262
|
"forestgreen",
|
|
57207
57263
|
"goldenrod",
|
|
@@ -57251,9 +57307,9 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57251
57307
|
return window.localStorage;
|
|
57252
57308
|
} catch {}
|
|
57253
57309
|
}
|
|
57254
|
-
})),
|
|
57310
|
+
})), oCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57255
57311
|
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;
|
|
57256
|
-
})),
|
|
57312
|
+
})), sCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57257
57313
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = [
|
|
57258
57314
|
"ready",
|
|
57259
57315
|
"stateChange",
|
|
@@ -57263,7 +57319,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57263
57319
|
"apiChange",
|
|
57264
57320
|
"volumeChange"
|
|
57265
57321
|
], t.exports = e.default;
|
|
57266
|
-
})),
|
|
57322
|
+
})), cCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57267
57323
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = {
|
|
57268
57324
|
BUFFERING: 3,
|
|
57269
57325
|
ENDED: 0,
|
|
@@ -57272,9 +57328,9 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57272
57328
|
UNSTARTED: -1,
|
|
57273
57329
|
VIDEO_CUED: 5
|
|
57274
57330
|
}, t.exports = e.default;
|
|
57275
|
-
})),
|
|
57331
|
+
})), lCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57276
57332
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
57277
|
-
var n = r(
|
|
57333
|
+
var n = r(cCe());
|
|
57278
57334
|
function r(e) {
|
|
57279
57335
|
return e && e.__esModule ? e : { default: e };
|
|
57280
57336
|
}
|
|
@@ -57297,9 +57353,9 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57297
57353
|
timeout: 3e3
|
|
57298
57354
|
}
|
|
57299
57355
|
}, t.exports = e.default;
|
|
57300
|
-
})),
|
|
57356
|
+
})), uCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57301
57357
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
57302
|
-
var n = o(
|
|
57358
|
+
var n = o(aCe()), r = o(oCe()), i = o(sCe()), a = o(lCe());
|
|
57303
57359
|
function o(e) {
|
|
57304
57360
|
return e && e.__esModule ? e : { default: e };
|
|
57305
57361
|
}
|
|
@@ -57366,13 +57422,13 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57366
57422
|
}
|
|
57367
57423
|
return n;
|
|
57368
57424
|
}, e.default = c, t.exports = e.default;
|
|
57369
|
-
})),
|
|
57425
|
+
})), dCe = /* @__PURE__ */ xt(((e, t) => {
|
|
57370
57426
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
57371
57427
|
var n = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
57372
57428
|
return typeof e;
|
|
57373
57429
|
} : function(e) {
|
|
57374
57430
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
57375
|
-
}, r = o(
|
|
57431
|
+
}, r = o(eCe()), i = o(nCe()), a = o(uCe());
|
|
57376
57432
|
function o(e) {
|
|
57377
57433
|
return e && e.__esModule ? e : { default: e };
|
|
57378
57434
|
}
|
|
@@ -57392,16 +57448,16 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57392
57448
|
}), u = a.default.promisifyPlayer(l, o);
|
|
57393
57449
|
return u.on = c.on, u.off = c.off, u;
|
|
57394
57450
|
}, t.exports = e.default;
|
|
57395
|
-
})), K9 = /* @__PURE__ */ Ct(
|
|
57451
|
+
})), K9 = /* @__PURE__ */ Ct(QSe()), fCe = /* @__PURE__ */ Ct($Se()), pCe = /* @__PURE__ */ Ct(dCe()), mCe = Object.defineProperty, hCe = Object.defineProperties, gCe = Object.getOwnPropertyDescriptors, q9 = Object.getOwnPropertySymbols, _Ce = Object.prototype.hasOwnProperty, vCe = Object.prototype.propertyIsEnumerable, J9 = (e, t, n) => t in e ? mCe(e, t, {
|
|
57396
57452
|
enumerable: !0,
|
|
57397
57453
|
configurable: !0,
|
|
57398
57454
|
writable: !0,
|
|
57399
57455
|
value: n
|
|
57400
57456
|
}) : e[t] = n, Y9 = (e, t) => {
|
|
57401
|
-
for (var n in t ||= {})
|
|
57402
|
-
if (q9) for (var n of q9(t))
|
|
57457
|
+
for (var n in t ||= {}) _Ce.call(t, n) && J9(e, n, t[n]);
|
|
57458
|
+
if (q9) for (var n of q9(t)) vCe.call(t, n) && J9(e, n, t[n]);
|
|
57403
57459
|
return e;
|
|
57404
|
-
}, X9 = (e, t) =>
|
|
57460
|
+
}, X9 = (e, t) => hCe(e, gCe(t)), yCe = (e, t, n) => new Promise((r, i) => {
|
|
57405
57461
|
var a = (e) => {
|
|
57406
57462
|
try {
|
|
57407
57463
|
s(n.next(e));
|
|
@@ -57417,7 +57473,7 @@ var zSe = ({ titleBlock: e, selectedIndex: r, background: i = "neutral-50-bottom
|
|
|
57417
57473
|
}, s = (e) => e.done ? r(e.value) : Promise.resolve(e.value).then(a, o);
|
|
57418
57474
|
s((n = n.apply(e, t)).next());
|
|
57419
57475
|
});
|
|
57420
|
-
function
|
|
57476
|
+
function bCe(e, t) {
|
|
57421
57477
|
if (e.videoId !== t.videoId) return !0;
|
|
57422
57478
|
let n = e.opts?.playerVars || {}, r = t.opts?.playerVars || {};
|
|
57423
57479
|
return n.start !== r.start || n.end !== r.end;
|
|
@@ -57433,13 +57489,13 @@ function Z9(e = {}) {
|
|
|
57433
57489
|
})
|
|
57434
57490
|
});
|
|
57435
57491
|
}
|
|
57436
|
-
function
|
|
57437
|
-
return e.videoId !== t.videoId || !(0,
|
|
57492
|
+
function xCe(e, t) {
|
|
57493
|
+
return e.videoId !== t.videoId || !(0, fCe.default)(Z9(e.opts), Z9(t.opts));
|
|
57438
57494
|
}
|
|
57439
|
-
function
|
|
57495
|
+
function SCe(e, t) {
|
|
57440
57496
|
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;
|
|
57441
57497
|
}
|
|
57442
|
-
var
|
|
57498
|
+
var CCe = {
|
|
57443
57499
|
videoId: "",
|
|
57444
57500
|
id: "",
|
|
57445
57501
|
className: "",
|
|
@@ -57456,7 +57512,7 @@ var xCe = {
|
|
|
57456
57512
|
onStateChange: () => {},
|
|
57457
57513
|
onPlaybackRateChange: () => {},
|
|
57458
57514
|
onPlaybackQualityChange: () => {}
|
|
57459
|
-
},
|
|
57515
|
+
}, wCe = {
|
|
57460
57516
|
videoId: K9.default.string,
|
|
57461
57517
|
id: K9.default.string,
|
|
57462
57518
|
className: K9.default.string,
|
|
@@ -57508,7 +57564,7 @@ var xCe = {
|
|
|
57508
57564
|
return;
|
|
57509
57565
|
}
|
|
57510
57566
|
let e = X9(Y9({}, this.props.opts), { videoId: this.props.videoId });
|
|
57511
|
-
this.internalPlayer = (0,
|
|
57567
|
+
this.internalPlayer = (0, pCe.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) => {
|
|
57512
57568
|
this.props.title && e.setAttribute("title", this.props.title), this.props.loading && e.setAttribute("loading", this.props.loading);
|
|
57513
57569
|
});
|
|
57514
57570
|
}, this.resetPlayer = () => this.destroyPlayer().then(this.createPlayer), this.updatePlayer = () => {
|
|
@@ -57536,8 +57592,8 @@ var xCe = {
|
|
|
57536
57592
|
this.createPlayer();
|
|
57537
57593
|
}
|
|
57538
57594
|
componentDidUpdate(e) {
|
|
57539
|
-
return
|
|
57540
|
-
|
|
57595
|
+
return yCe(this, null, function* () {
|
|
57596
|
+
SCe(e, this.props) && this.updatePlayer(), xCe(e, this.props) && (yield this.resetPlayer()), bCe(e, this.props) && this.updateVideo();
|
|
57541
57597
|
});
|
|
57542
57598
|
}
|
|
57543
57599
|
componentWillUnmount() {
|
|
@@ -57554,7 +57610,7 @@ var xCe = {
|
|
|
57554
57610
|
}));
|
|
57555
57611
|
}
|
|
57556
57612
|
}, $9 = Q9;
|
|
57557
|
-
$9.propTypes =
|
|
57613
|
+
$9.propTypes = wCe, $9.defaultProps = CCe, $9.PlayerState = {
|
|
57558
57614
|
UNSTARTED: -1,
|
|
57559
57615
|
ENDED: 0,
|
|
57560
57616
|
PLAYING: 1,
|
|
@@ -57562,9 +57618,9 @@ $9.propTypes = SCe, $9.defaultProps = xCe, $9.PlayerState = {
|
|
|
57562
57618
|
BUFFERING: 3,
|
|
57563
57619
|
CUED: 5
|
|
57564
57620
|
};
|
|
57565
|
-
var
|
|
57621
|
+
var TCe = $9, ECe = ({ videoId: e, className: n }) => {
|
|
57566
57622
|
let r = GB() ? window.location.origin : "";
|
|
57567
|
-
return r ? /* @__PURE__ */ t(
|
|
57623
|
+
return r ? /* @__PURE__ */ t(TCe, {
|
|
57568
57624
|
videoId: e,
|
|
57569
57625
|
id: e,
|
|
57570
57626
|
className: U("yt-embed relative aspect-video w-full overflow-hidden", "[&_iframe]:absolute [&_iframe]:inset-0 [&_iframe]:size-full", n),
|
|
@@ -57572,6 +57628,6 @@ var CCe = $9, wCe = ({ videoId: e, className: n }) => {
|
|
|
57572
57628
|
}) : null;
|
|
57573
57629
|
};
|
|
57574
57630
|
//#endregion
|
|
57575
|
-
export { E9 as API_BASIC_PLAN_SHORTNAME, O9 as API_ENTERPRISE_PLAN_SHORTNAME, D9 as API_PLUS_PLAN_SHORTNAME, Rbe as AccentDropZone, zbe as AchievementsBlock, HW as ActionButton, cK as ActivityIndicator, Eve as ActivityRow, Bbe as ApiHeroBlock,
|
|
57631
|
+
export { E9 as API_BASIC_PLAN_SHORTNAME, O9 as API_ENTERPRISE_PLAN_SHORTNAME, D9 as API_PLUS_PLAN_SHORTNAME, Rbe as AccentDropZone, zbe as AchievementsBlock, HW as ActionButton, cK as ActivityIndicator, Eve as ActivityRow, Bbe as ApiHeroBlock, eSe as ApiPricingCardsContainer, nSe as ApiPricingCardsItem, cSe as ApiPricingFeaturesLegend, lSe as ApiPricingFeaturesSectionItemBadge, rSe as ApiPricingMonthlyPricePerImage, iSe as ApiPricingPartnerCard, Et as AppButton, mSe as AppPricingCardsContainer, hSe as AppPricingCardsGroup, gSe as AppPricingCardsItemV2, _Se as AppPricingFeaturesLegend, vSe as AppPricingFeaturesPlanHeader, ySe as AppPricingFeaturesSectionItemBadge, i9 as ArticleAuthor, o9 as ArticleContent, Hbe as ArticleHeroBlock, Ube as AssetPreview, os as Avatar, Ave as AvatarSkeleton, Ive as AvatarStack, Kbe as AwardsBlock, ms as Badge, qbe as BentoBlock, Jbe as BentoCard, Ybe as BlogActionBlock, bG as BlogActionCard, xG as BlogEditorialCard, Xbe as BlogQuoteBlock, Dt as BlogSocialButton, l9 as BlogSubtleActionBlock, SJ as Bone, Qbe as BrandHeroBlock, $be as BrandInsightBlock, exe as BrandScoreBlock, Lve as Breadcrumbs, dr as Button, pr as ButtonCluster, qee as CDN, tge as CODE_LENGTH, O4 as CanvasInput, txe as CardsBlock, nxe as CardsHeroBlock, rxe as CareersBlock, ixe as CareersBlockItem, lz as CheckGroup, sz as CheckGroupContext, V4 as Checkbox, ege as CheckboxField, B4 as CheckboxIndicator, x4 as ChoiceFeedTile, S4 as ChoiceFeedTileGroup, z5 as ChoiceMultipleGroup, B5 as ChoiceSingleGroup, V5 as ChoiceSingleTile, mr as CircularButton, hr as ClearButton, U4 as CodeInput, Ihe as CollectionTile, CJ as ColorPalette, rX as ColorPicker, aX as ColorRow, qG as ColorSwatch, TJ as ColorWheel, Dve as CommentRow, axe as ComparisonBlock, DG as ComparisonSlider, oxe as ComparisonTable, uV as ContextMenu, bX as CropBoxFrame, sxe as CustomerStoriesBlock, kG as CustomerStoryCard, cxe as DataBlock, lxe as DataBlockItem, dJ as Dialog, iV as Divider, sge as DropZone, G4 as DropZoneAreaWrapper, q4 as DropZoneFullscreen, K4 as DropZoneOverlay, hJ as DropdownListBox, BW as DropdownMenu, h3 as DropdownMenuMultipleSelectionItem, gJ as DropdownMenuSingleSelectionItem, _J as DropdownMenuSpaceActionItem, vJ as DropdownMenuSpaceItem, AW as DropdownSearchField, BG as EditorialCard, uxe as EditorialLineupBlock, nye as EmptySpace, dxe as EnterpriseGradeBlock, fxe as EnterpriseGradeCard, Ove as EventRow, bye as ExportLimitCard, pxe as ExtraTextBlock, mxe as FaqBlock, hxe as FaqItem, vxe as FeatureBlock, Sxe as FeatureBlockListItem, yxe as FeatureClassicVisual, bxe as FeatureSwitcher, xxe as FeatureVideoElement, gxe as FeaturesBlock, ibe as FeaturesList, Cxe as FeaturesListBlock, wxe as FeaturesListBlockItem, Txe as FeaturesSpotlightBlock, Ms as FeedTile, gr as FieldClearButton, bJ as FieldLabel, Dxe as FocusBlock, VG as Folder, r3 as FolderList, S8 as FontFamilyRow, a3 as FontWeightSelectorItem, m9 as FooterV2Block, Sye as FullScreenLoader, Cye as Gauge, _9 as GlossaryAlphabet, jxe as GlossarySection, v9 as GlossaryTermCard, U5 as GridSingleTile, b9 as HeaderBanner, obe as Heading, ls as HelpButton, NY as HelperText, us as HeroButton, Mxe as HeroTitleBlock, J4 as HiddenFileInput, S7 as HighLightedText, Rhe as Hint, oX as HoverObjectBox, o3 as ImagePicker, u3 as ImageWidget, Nxe as ImpactBlock, Pxe as ImpactCard, d3 as ImportWidget, sbe as InfoBanner, Vhe as InfoBar, fs as InfoButton, Fxe as InfoSnapshot, Ixe as InfoSnapshotItem, HG as InfoTable, UG as InfoTableRow, nX as InlineColorPicker, f3 as InlineRadioGroup, p3 as InlineSelector, Ls as InputButton, Lxe as InspirationWallBlock, Rxe as JoinTeamBlock, PY as Label, x9 as LanguagePickerItem, sX as LayerIndicator, As as LazyImage, WG as LightPromoBanner, Us as LimitButton, pJ as LimitGauge, Hs as LimitIndicatorGauge, GG as LinkCard, H5 as ListChoiceSingleTile, cX as ListItem, qs as LoginButton, zxe as LogosBlock, Bxe as LogosHighlightBlock, Vxe as LogosWallBlock, Nbe as MobileDrawer, Js as MobileNavigationButton, wG as MoreTile, VW as MultiActionWidget, $s as NavigationButton, Qs as NavigationToggleButton, XG as NewPaletteTile, a7 as Notification, Eye as NotificationImage, Xye as NotificationStack, Zye as NotificationsStore, QY as NumberField, Lbe as NumberSelectField, Q_e as NumberedSectionHeader, lX as ObjectItem, JG as ObjectPreview, ZG as OfferCard, Hxe as OffersBlock, _3 as OptionGroup, tc as OverlayButton, ec as OverlayButtonBase, nc as OverlaySelectButton, z9 as PROMO_BANNER_SESSION_KEY, Uxe as PageTitle, x7 as PanelHeader, y7 as PanelHeaderSwitcherButton, v3 as PanelStandardInput, Y_e as PeopleListItem, gge as PhotoDropZone, hX as Pill, dX as PillDivider, T4 as PlaceholderTile, Uve as PlanPicker, Wxe as PlaygroundBlock, Gxe as PlaygroundHeroBlock, yG as Popover, vX as PresenceObjectBox, b3 as PresetGroup, Kxe as PressBlock, lq as PreviewBox, aSe as PricingFeatures, P9 as PricingFeaturesLegend, oSe as PricingFeaturesSection, sSe as PricingFeaturesSectionItem, F9 as PricingFeaturesSectionItemBadge, qxe as PricingHeroBlock, bSe as PricingPicker, CSe as PricingPickerButton, ys as ProBadge, pK as ProductTile, i7 as Progress, p7 as ProgressStep, wSe as PromoBannerBlock, C4 as Prompt, mK as PromptTile, xK as PropList, cc as PullDownButton, lc as QuickActionCard, yge as QuickActionPhotoCard, TSe as QuickToolHeroBlock, ESe as QuoteBlock, x3 as RadioGroup, Sge as ReactionBar, Cge as ReactionButton, uc as RetryButton, OSe as Review, DSe as ReviewsBlock, hc as RoundButton, gc as RoundedButton, w3 as SamplePicker, d9 as ScoreBlockGauge, V6 as SearchInput, B6 as SearchableSelect, C8 as SectionHeader, eve as SectionHeaderSkeleton, kSe as SectionTitle, v5 as SegmentedControl, Yve as SegmentedPicker, IY as SelectField, m3 as SelectTrigger, n3 as SelectionBadge, v4 as SelectionObjectBox, tq as SelectionTile, aK as SellScore, ebe as Shortcut, y5 as SideNavigationHeader, b5 as SideNavigationItem, Zve as SideNavigationItemSkeleton, ASe as SidePageTitle, w8 as SizeListItem, h8 as Slider, U_e as SliderField, jSe as SmallSectionTitle, _c as SocialButton, yJ as SpacePullDownButton, mJ as SpaceUsageDialog, Exe as SpotlightCard, yc as StandaloneLink, nq as StarterTile, h7 as StatusBadge, rq as StepCard, MSe as StepsBlock, Yce as StoreButton, bs as StudioBadge, Lhe as Suggestion, g8 as SwitchField, _8 as SwitchGroup, w5 as Tabs, B9 as TagCloudBlock, v8 as TagField, E5 as TagGroup, k5 as TagNavigation, NSe as TakeActionBlock, PSe as TakeActionBlockV2, ISe as TestimonialItem, FSe as TestimonialsBlock, y8 as TextArea, LSe as TextContentBlock, zSe as TextContentCard, b8 as TextEditionBox, x8 as TextField, J_e as TextFieldLabel, zY as TextInput, w4 as TextSuggestion, y4 as TextureSwatch, tbe as ToastProgress, Vw as ToggleButton, aq as ToolBanner, V9 as ToolCard, BSe as ToolCategoryBannerBlock, A5 as ToolMenuButton, H9 as ToolSmallCard, bo as Tooltip, So as TooltipSection, ss as TooltipUserRow, nbe as TransformationEmptySpace, HSe as UseCaseItemContentTransform, USe as UseCaseItemContentTransformItem, VSe as UseCasesBlock, Uw as ValidationBanner, GSe as ValueCard, WSe as ValuesBlock, Cve as VariantsList, n5 as VariantsListItem, sq as VideoPlayer, pq as VisualToolTile, ECe as YoutubeEmbed, a9 as articleTableClassName, xJ as boneVariants, W as cn, uJ as contentVariants, cs as convertMarkdownLinksToHTML, nr as isValidComponent, tr as noop, lJ as overlayVariants, k9 as useApiMonthlyPlanPrice, az as useCarousel, cz as useCheckGroup, nge as useCodeInput, oz as useControlledState, dz as useDragToScroll, xye as useExportLimitCard, e3 as useFileUploader, fz as useFocusKeyNav, BB as useFuse, HB as useImageLoadStatus, GB as useIsClient, KB as useLazyLoadVideo, qB as usePasteFilesHandler, S9 as usePriceCountryCurrencyDisplayName, JB as useResizeObserver, YB as useWindowDragEvents, xo as withTooltip };
|
|
57576
57632
|
|
|
57577
57633
|
//# sourceMappingURL=index.mjs.map
|