@photoroom/ui 0.1.589 → 0.1.591
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/README.md +2 -2
- package/components/index.d.ts +1 -0
- package/components/index.d.ts.map +1 -1
- package/components/website/PricingTabs/PricingTabs.d.ts +16 -0
- package/components/website/PricingTabs/PricingTabs.d.ts.map +1 -0
- package/components/website/PricingTabs/index.d.ts +2 -0
- package/components/website/PricingTabs/index.d.ts.map +1 -0
- package/index.css +1 -1
- package/index.mjs +180 -122
- package/package.json +2 -2
package/index.mjs
CHANGED
|
@@ -11692,7 +11692,7 @@ var ug = ({ className: e, ref: t, ...n }) => /* @__PURE__ */ I("span", {
|
|
|
11692
11692
|
});
|
|
11693
11693
|
ug.displayName = "StudioBadge";
|
|
11694
11694
|
//#endregion
|
|
11695
|
-
//#region ../../node_modules/.pnpm/react-intersection-observer@11.0.
|
|
11695
|
+
//#region ../../node_modules/.pnpm/react-intersection-observer@11.0.1_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-intersection-observer/dist/index.mjs
|
|
11696
11696
|
var dg = /* @__PURE__ */ new Map(), fg = /* @__PURE__ */ new WeakMap(), pg = 0, mg;
|
|
11697
11697
|
function hg(e) {
|
|
11698
11698
|
return e ? fg.has(e) ? fg.get(e) : (pg += 1, fg.set(e, pg.toString()), fg.get(e)) : "0";
|
|
@@ -58088,7 +58088,65 @@ var ECe = Object.assign($7, {
|
|
|
58088
58088
|
className: "hidden sm:block",
|
|
58089
58089
|
children: e
|
|
58090
58090
|
})
|
|
58091
|
-
}),
|
|
58091
|
+
}), DCe = 4, OCe = W([
|
|
58092
|
+
"relative flex flex-1 items-center justify-center",
|
|
58093
|
+
"min-h-10 min-w-0 px-1",
|
|
58094
|
+
"rounded-500 misc-border-size-default border-transparent bg-transparent outline-hidden",
|
|
58095
|
+
"component-500 text-content-secondary hover:text-content-primary text-center no-underline",
|
|
58096
|
+
"focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring",
|
|
58097
|
+
"interaction-transition transition-colors"
|
|
58098
|
+
], { variants: { index: {
|
|
58099
|
+
0: "border-misc-border bg-surface-high text-content-primary group-has-[>span:not(:nth-of-type(1)):target]/tabs:text-content-secondary group-has-[>div:not(:nth-of-type(1))_:target]/tabs:text-content-secondary group-has-[>div:not(:nth-of-type(1))_:target]/tabs:border-transparent group-has-[>div:not(:nth-of-type(1))_:target]/tabs:bg-transparent group-has-[>span:not(:nth-of-type(1)):target]/tabs:border-transparent group-has-[>span:not(:nth-of-type(1)):target]/tabs:bg-transparent",
|
|
58100
|
+
1: "group-has-[>span:nth-of-type(2):target]/tabs:border-misc-border group-has-[>span:nth-of-type(2):target]/tabs:bg-surface-high group-has-[>span:nth-of-type(2):target]/tabs:text-content-primary group-has-[>div:nth-of-type(2)_:target]/tabs:border-misc-border group-has-[>div:nth-of-type(2)_:target]/tabs:bg-surface-high group-has-[>div:nth-of-type(2)_:target]/tabs:text-content-primary",
|
|
58101
|
+
2: "group-has-[>span:nth-of-type(3):target]/tabs:border-misc-border group-has-[>span:nth-of-type(3):target]/tabs:bg-surface-high group-has-[>span:nth-of-type(3):target]/tabs:text-content-primary group-has-[>div:nth-of-type(3)_:target]/tabs:border-misc-border group-has-[>div:nth-of-type(3)_:target]/tabs:bg-surface-high group-has-[>div:nth-of-type(3)_:target]/tabs:text-content-primary",
|
|
58102
|
+
3: "group-has-[>span:nth-of-type(4):target]/tabs:border-misc-border group-has-[>span:nth-of-type(4):target]/tabs:bg-surface-high group-has-[>span:nth-of-type(4):target]/tabs:text-content-primary group-has-[>div:nth-of-type(4)_:target]/tabs:border-misc-border group-has-[>div:nth-of-type(4)_:target]/tabs:bg-surface-high group-has-[>div:nth-of-type(4)_:target]/tabs:text-content-primary"
|
|
58103
|
+
} } }), kCe = W("", { variants: { index: {
|
|
58104
|
+
0: "block group-has-[>div:not(:nth-of-type(1))_:target]/tabs:hidden group-has-[>span:not(:nth-of-type(1)):target]/tabs:hidden",
|
|
58105
|
+
1: "hidden group-has-[>div:nth-of-type(2)_:target]/tabs:block group-has-[>span:nth-of-type(2):target]/tabs:block",
|
|
58106
|
+
2: "hidden group-has-[>div:nth-of-type(3)_:target]/tabs:block group-has-[>span:nth-of-type(3):target]/tabs:block",
|
|
58107
|
+
3: "hidden group-has-[>div:nth-of-type(4)_:target]/tabs:block group-has-[>span:nth-of-type(4):target]/tabs:block"
|
|
58108
|
+
} } }), ACe = ({ title: e, tabs: t, forceShowAll: n = !1, className: r, ...i }) => {
|
|
58109
|
+
let a = ke(), o = t.slice(0, 4), s = (e) => n ? "block" : kCe({ index: e });
|
|
58110
|
+
return /* @__PURE__ */ L("div", {
|
|
58111
|
+
className: U("group/tabs relative", r),
|
|
58112
|
+
...i,
|
|
58113
|
+
children: [
|
|
58114
|
+
o.map((e) => /* @__PURE__ */ I("span", {
|
|
58115
|
+
id: e.id,
|
|
58116
|
+
className: "absolute top-0"
|
|
58117
|
+
}, e.id)),
|
|
58118
|
+
/* @__PURE__ */ L("header", {
|
|
58119
|
+
className: H("px-4 sm:px-6 md:px-8 xl:px-10", "pt-e400 pb-e400"),
|
|
58120
|
+
children: [/* @__PURE__ */ L("div", {
|
|
58121
|
+
className: "mx-auto flex max-w-[1072px] flex-col items-center gap-8",
|
|
58122
|
+
children: [e && /* @__PURE__ */ I("div", {
|
|
58123
|
+
id: a,
|
|
58124
|
+
children: e
|
|
58125
|
+
}), /* @__PURE__ */ I("nav", {
|
|
58126
|
+
"aria-labelledby": e ? a : void 0,
|
|
58127
|
+
className: "rounded-450 bg-background-subdued flex w-full max-w-[320px]",
|
|
58128
|
+
children: o.map((e, t) => /* @__PURE__ */ I("a", {
|
|
58129
|
+
...e.linkProps,
|
|
58130
|
+
href: `#${e.id}`,
|
|
58131
|
+
"data-tab": e.id,
|
|
58132
|
+
className: U(OCe({ index: t }), e.linkProps?.className),
|
|
58133
|
+
children: e.label
|
|
58134
|
+
}, e.id))
|
|
58135
|
+
})]
|
|
58136
|
+
}), o.map((e, t) => e.hero && /* @__PURE__ */ I("div", {
|
|
58137
|
+
className: H("mx-auto w-full max-w-[1200px] pt-12 lg:pt-16", s(t)),
|
|
58138
|
+
children: e.hero
|
|
58139
|
+
}, e.id))]
|
|
58140
|
+
}),
|
|
58141
|
+
o.map((e, t) => /* @__PURE__ */ I("div", {
|
|
58142
|
+
...e.panelProps,
|
|
58143
|
+
"data-tab-panel": e.id,
|
|
58144
|
+
className: U(s(t), e.panelProps?.className),
|
|
58145
|
+
children: e.content
|
|
58146
|
+
}, e.id))
|
|
58147
|
+
]
|
|
58148
|
+
});
|
|
58149
|
+
}, e9 = "is-promo-banner-hidden", jCe = ({ contextLabel: e, closeAriaLabel: t, cssBackgroundColor: n, thumbnail: r, cta: i, linkAs: a = "a", description: o, forceShow: s, ...c }) => /* @__PURE__ */ I(F7, {
|
|
58092
58150
|
variant: "black",
|
|
58093
58151
|
cssBackgroundColor: n,
|
|
58094
58152
|
isHiddenSessionKey: e9,
|
|
@@ -58124,7 +58182,7 @@ var ECe = Object.assign($7, {
|
|
|
58124
58182
|
})]
|
|
58125
58183
|
})]
|
|
58126
58184
|
})
|
|
58127
|
-
}),
|
|
58185
|
+
}), MCe = ({ title: e, visualElement: t, largeVisualAsset: n, widget: r, widgetLabel: i, background: a = "neutral-50", bgColor: o, ...s }) => /* @__PURE__ */ I(S7, {
|
|
58128
58186
|
as: "div",
|
|
58129
58187
|
variant: o ? "surface-default" : a,
|
|
58130
58188
|
className: H("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", r ? "lg:min-h-[calc(100svh-var(--header-stack-height,var(--header-height,5rem)))]" : "xl:min-h-180"),
|
|
@@ -58151,7 +58209,7 @@ var ECe = Object.assign($7, {
|
|
|
58151
58209
|
})]
|
|
58152
58210
|
})]
|
|
58153
58211
|
})
|
|
58154
|
-
}),
|
|
58212
|
+
}), NCe = ({ content: e, avatar: t, name: n, occupation: r }) => /* @__PURE__ */ I("div", {
|
|
58155
58213
|
className: "py-e700 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
58156
58214
|
children: /* @__PURE__ */ L("div", {
|
|
58157
58215
|
className: "mx-auto flex max-w-[1200px] flex-col justify-center gap-8",
|
|
@@ -58175,7 +58233,7 @@ var ECe = Object.assign($7, {
|
|
|
58175
58233
|
})]
|
|
58176
58234
|
})]
|
|
58177
58235
|
})
|
|
58178
|
-
}),
|
|
58236
|
+
}), PCe = 9, FCe = ({ titleBlock: e, cta: t, children: n, className: r, ...i }) => /* @__PURE__ */ I("section", {
|
|
58179
58237
|
className: U("pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10", r),
|
|
58180
58238
|
...i,
|
|
58181
58239
|
children: /* @__PURE__ */ L("div", {
|
|
@@ -58184,14 +58242,14 @@ var ECe = Object.assign($7, {
|
|
|
58184
58242
|
className: "gap-i500 flex w-full flex-col",
|
|
58185
58243
|
children: [/* @__PURE__ */ I("div", {
|
|
58186
58244
|
className: "grid w-full grid-cols-1 gap-4 sm:grid-cols-2 lg:gap-6 xl:grid-cols-3",
|
|
58187
|
-
children: _e.toArray(n).slice(0,
|
|
58245
|
+
children: _e.toArray(n).slice(0, PCe)
|
|
58188
58246
|
}), !!t && /* @__PURE__ */ I("div", {
|
|
58189
58247
|
className: "lg:hidden",
|
|
58190
58248
|
children: t
|
|
58191
58249
|
})]
|
|
58192
58250
|
})]
|
|
58193
58251
|
})
|
|
58194
|
-
}),
|
|
58252
|
+
}), ICe = ({ titleBlock: e, reviews: t, cta: n, className: r, ...i }) => /* @__PURE__ */ I("section", {
|
|
58195
58253
|
className: U("pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10", r),
|
|
58196
58254
|
...i,
|
|
58197
58255
|
children: /* @__PURE__ */ L("div", {
|
|
@@ -58208,7 +58266,7 @@ var ECe = Object.assign($7, {
|
|
|
58208
58266
|
})
|
|
58209
58267
|
]
|
|
58210
58268
|
})
|
|
58211
|
-
}),
|
|
58269
|
+
}), LCe = ({ title: e, content: t, image: n, name: r, occupation: i, className: a, ...o }) => /* @__PURE__ */ I("li", {
|
|
58212
58270
|
className: U("flex", a),
|
|
58213
58271
|
...o,
|
|
58214
58272
|
children: /* @__PURE__ */ L("article", {
|
|
@@ -58250,7 +58308,7 @@ var ECe = Object.assign($7, {
|
|
|
58250
58308
|
})
|
|
58251
58309
|
]
|
|
58252
58310
|
})
|
|
58253
|
-
}),
|
|
58311
|
+
}), RCe = function({ placement: e = "default", variant: t = "default", title: n, subtitle: r, overline: i, cta: a, className: o, ...s }) {
|
|
58254
58312
|
let c = e === "side" || !!a, l = t === "on-dark", u = we(r) ? !!r.props?.children : !!r;
|
|
58255
58313
|
return /* @__PURE__ */ L("div", {
|
|
58256
58314
|
className: U("mx-auto w-full max-w-[1200px]", "flex flex-col gap-4", {
|
|
@@ -58291,7 +58349,7 @@ var ECe = Object.assign($7, {
|
|
|
58291
58349
|
})
|
|
58292
58350
|
})]
|
|
58293
58351
|
});
|
|
58294
|
-
},
|
|
58352
|
+
}, zCe = function({ title: e, overline: t, subtitle: n, cta: r, footnote: i, className: a }) {
|
|
58295
58353
|
let o = Ne(() => r?.map((e) => be(e, {
|
|
58296
58354
|
density: "spacious",
|
|
58297
58355
|
size: "large"
|
|
@@ -58321,7 +58379,7 @@ var ECe = Object.assign($7, {
|
|
|
58321
58379
|
})
|
|
58322
58380
|
]
|
|
58323
58381
|
});
|
|
58324
|
-
},
|
|
58382
|
+
}, BCe = ({ title: e, overline: t, placement: n = "default", className: r, ...i }) => /* @__PURE__ */ L("div", {
|
|
58325
58383
|
className: U("mx-auto flex w-full max-w-[1200px] flex-col gap-1", {
|
|
58326
58384
|
"items-center text-center": n === "default",
|
|
58327
58385
|
"items-start text-start": n === "side"
|
|
@@ -58334,7 +58392,7 @@ var ECe = Object.assign($7, {
|
|
|
58334
58392
|
className: "heading-thin-700 max-w-[600px] text-balance",
|
|
58335
58393
|
children: e
|
|
58336
58394
|
})]
|
|
58337
|
-
}),
|
|
58395
|
+
}), VCe = ({ titleBlock: e, children: t, cta: n, ...r }) => {
|
|
58338
58396
|
let i = _e.count(t);
|
|
58339
58397
|
return /* @__PURE__ */ L("div", {
|
|
58340
58398
|
className: H("px-4 sm:px-6 md:px-8 xl:px-10", "pt-e700 pb-e1000", "gap-i600 flex flex-col items-stretch"),
|
|
@@ -58364,7 +58422,7 @@ var ECe = Object.assign($7, {
|
|
|
58364
58422
|
t9.Tag = Z8.Tag;
|
|
58365
58423
|
//#endregion
|
|
58366
58424
|
//#region src/components/website/TakeActionBlock/TakeActionBlock.tsx
|
|
58367
|
-
var
|
|
58425
|
+
var HCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @__PURE__ */ I("div", {
|
|
58368
58426
|
className: "py-e500 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
58369
58427
|
...i,
|
|
58370
58428
|
children: /* @__PURE__ */ L("div", {
|
|
@@ -58390,7 +58448,7 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58390
58448
|
})
|
|
58391
58449
|
]
|
|
58392
58450
|
})
|
|
58393
|
-
}),
|
|
58451
|
+
}), UCe = ({ title: e, variant: t = "default", content: n, cta: r, bgImageDesktop: i, bgImageMobile: a, className: o, ...s }) => /* @__PURE__ */ L("div", {
|
|
58394
58452
|
...s,
|
|
58395
58453
|
className: H("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", {
|
|
58396
58454
|
"py-e700": t === "default",
|
|
@@ -58430,7 +58488,7 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58430
58488
|
]
|
|
58431
58489
|
})
|
|
58432
58490
|
]
|
|
58433
|
-
}),
|
|
58491
|
+
}), WCe = ({ titleBlock: e, testimonials: t, forceShowAll: n = !1, className: a, ...o }) => {
|
|
58434
58492
|
let [s, c] = Pe(0), l = t && s > t.length - 1 ? 0 : s, u = () => {
|
|
58435
58493
|
c((e) => e === 0 ? (t || []).length - 1 : e - 1);
|
|
58436
58494
|
}, d = () => {
|
|
@@ -58485,7 +58543,7 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58485
58543
|
})]
|
|
58486
58544
|
})
|
|
58487
58545
|
});
|
|
58488
|
-
},
|
|
58546
|
+
}, GCe = ({ content: e, avatar: t, logo: n, name: r, occupation: i, className: a }) => /* @__PURE__ */ L("div", {
|
|
58489
58547
|
className: U("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", a),
|
|
58490
58548
|
children: [/* @__PURE__ */ I("div", {
|
|
58491
58549
|
className: "body-light-600 sm:body-light-800 text-content-primary w-full",
|
|
@@ -58512,7 +58570,7 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58512
58570
|
})]
|
|
58513
58571
|
})]
|
|
58514
58572
|
})]
|
|
58515
|
-
}),
|
|
58573
|
+
}), KCe = ({ title: e, cards: t, logos: n, cta: a, forceShowAll: o = !1, prevLabel: s = "Previous testimonial", nextLabel: c = "Next testimonial", className: l, ...u }) => {
|
|
58516
58574
|
let [d, f] = Pe(0), p = t.length, m = Math.max(0, Math.min(d, p - 1)), h = !!n && n.length > 0, g = (n?.length ?? 0) > 3, _ = p > 1 && !o;
|
|
58517
58575
|
return /* @__PURE__ */ I("section", {
|
|
58518
58576
|
...u,
|
|
@@ -58569,7 +58627,7 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58569
58627
|
]
|
|
58570
58628
|
})
|
|
58571
58629
|
});
|
|
58572
|
-
},
|
|
58630
|
+
}, qCe = ({ image: e, logo: t, title: n, quote: r, authorName: i, authorPosition: a, cta: o, className: s, ...c }) => /* @__PURE__ */ L("article", {
|
|
58573
58631
|
...c,
|
|
58574
58632
|
className: U("bg-sand-50 rounded-500 flex w-full p-6", "flex-col items-center gap-8", "md:flex-row md:items-start md:justify-center md:gap-10", s),
|
|
58575
58633
|
children: [/* @__PURE__ */ I("div", {
|
|
@@ -58622,7 +58680,7 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58622
58680
|
children: o
|
|
58623
58681
|
})]
|
|
58624
58682
|
})]
|
|
58625
|
-
}),
|
|
58683
|
+
}), JCe = ({ titleBlock: e, cards: t, className: n, ...r }) => /* @__PURE__ */ L("section", {
|
|
58626
58684
|
...r,
|
|
58627
58685
|
className: H("pt-e700 pb-e1000 px-4 sm:px-8", n),
|
|
58628
58686
|
children: [!!e && /* @__PURE__ */ I("div", {
|
|
@@ -58632,17 +58690,17 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58632
58690
|
className: "mx-auto flex max-w-[1200px] flex-col gap-6 lg:flex-row lg:justify-center",
|
|
58633
58691
|
children: t
|
|
58634
58692
|
})]
|
|
58635
|
-
}),
|
|
58693
|
+
}), YCe = "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(" "), XCe = ({ content: e, footer: t, className: n, ...r }) => /* @__PURE__ */ L("div", {
|
|
58636
58694
|
...r,
|
|
58637
58695
|
className: U("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", n),
|
|
58638
58696
|
children: [/* @__PURE__ */ I("div", {
|
|
58639
58697
|
className: "body-light-600 sm:body-light-700 w-full max-w-[560px]",
|
|
58640
58698
|
children: e
|
|
58641
58699
|
}), !!t && /* @__PURE__ */ I("div", {
|
|
58642
|
-
className: U("body-light-500 mt-6 w-full max-w-[560px]",
|
|
58700
|
+
className: U("body-light-500 mt-6 w-full max-w-[560px]", YCe),
|
|
58643
58701
|
children: t
|
|
58644
58702
|
})]
|
|
58645
|
-
}), n9 = 24,
|
|
58703
|
+
}), n9 = 24, ZCe = ({ title: e, children: t, background: n = "neutral-50", className: r, ...i }) => {
|
|
58646
58704
|
let a = _e.count(t);
|
|
58647
58705
|
return /* @__PURE__ */ L(S7, {
|
|
58648
58706
|
variant: n,
|
|
@@ -58669,7 +58727,7 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58669
58727
|
})
|
|
58670
58728
|
})]
|
|
58671
58729
|
});
|
|
58672
|
-
},
|
|
58730
|
+
}, QCe = ({ event: e, title: t, subtitle: n, className: r, ...i }) => /* @__PURE__ */ L("div", {
|
|
58673
58731
|
...i,
|
|
58674
58732
|
className: U("relative flex flex-col", "items-start gap-4 ps-8", "lg:items-center lg:gap-11 lg:ps-0", r),
|
|
58675
58733
|
children: [
|
|
@@ -58719,7 +58777,7 @@ var RCe = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
58719
58777
|
r9.displayName = "ToolCard";
|
|
58720
58778
|
//#endregion
|
|
58721
58779
|
//#region src/components/website/ToolCategoryBannerBlock/ToolCategoryBannerBlock.tsx
|
|
58722
|
-
var
|
|
58780
|
+
var $Ce = ({ title: e, children: t, cta: n, image: r, ...i }) => {
|
|
58723
58781
|
let a = Ne(() => n ? be(n, {
|
|
58724
58782
|
variant: "secondary",
|
|
58725
58783
|
size: "medium",
|
|
@@ -58783,7 +58841,7 @@ var a9 = (({ as: e = "a", title: t, image: n, ref: r, ...i }) => i.href ? /* @__
|
|
|
58783
58841
|
a9.displayName = "ToolSmallCard";
|
|
58784
58842
|
//#endregion
|
|
58785
58843
|
//#region src/components/website/TopicsBlock/TopicsBlockItem.tsx
|
|
58786
|
-
function
|
|
58844
|
+
function ewe({ title: e, overline: t, image: n, children: r, className: i, ...a }) {
|
|
58787
58845
|
return /* @__PURE__ */ L("article", {
|
|
58788
58846
|
className: U("group", "flex flex-col gap-6 lg:items-center lg:odd:flex-row-reverse lg:even:flex-row", i),
|
|
58789
58847
|
...a,
|
|
@@ -58820,10 +58878,10 @@ function o9({ children: e, className: t, ...n }) {
|
|
|
58820
58878
|
})
|
|
58821
58879
|
});
|
|
58822
58880
|
}
|
|
58823
|
-
o9.Item =
|
|
58881
|
+
o9.Item = ewe;
|
|
58824
58882
|
//#endregion
|
|
58825
58883
|
//#region src/components/website/TrustBlock/TrustBlock.tsx
|
|
58826
|
-
var
|
|
58884
|
+
var twe = ({ title: e, logos: t, className: n, ...r }) => {
|
|
58827
58885
|
let i = t?.slice(0, 5) ?? [];
|
|
58828
58886
|
return i.length === 0 ? null : /* @__PURE__ */ I("section", {
|
|
58829
58887
|
className: U("pt-e700 pb-e1000 bg-neutral-50 px-4 sm:px-6 md:px-8 xl:px-10", n),
|
|
@@ -58845,7 +58903,7 @@ var ZCe = ({ title: e, logos: t, className: n, ...r }) => {
|
|
|
58845
58903
|
})]
|
|
58846
58904
|
})
|
|
58847
58905
|
});
|
|
58848
|
-
},
|
|
58906
|
+
}, nwe = ({ titleBlock: e, selectedIndex: t, background: n = "neutral-50-bottom", useCases: r, forceShowAll: i = !1, ...a }) => /* @__PURE__ */ L(S7, {
|
|
58849
58907
|
variant: n,
|
|
58850
58908
|
className: H("flex flex-col items-center", "px-4 sm:px-6 md:px-8 xl:px-10", "pt-e700 pb-e1000", "gap-i400"),
|
|
58851
58909
|
...a,
|
|
@@ -58866,7 +58924,7 @@ var ZCe = ({ title: e, logos: t, className: n, ...r }) => {
|
|
|
58866
58924
|
}, n))
|
|
58867
58925
|
})
|
|
58868
58926
|
]
|
|
58869
|
-
}),
|
|
58927
|
+
}), rwe = ({ before: e, after: t, ...n }) => /* @__PURE__ */ L("div", {
|
|
58870
58928
|
className: H("relative flex h-full w-full", "gap-8 sm:gap-18 md:gap-20 lg:gap-28"),
|
|
58871
58929
|
...n,
|
|
58872
58930
|
children: [
|
|
@@ -58887,11 +58945,11 @@ var ZCe = ({ title: e, logos: t, className: n, ...r }) => {
|
|
|
58887
58945
|
})
|
|
58888
58946
|
})
|
|
58889
58947
|
]
|
|
58890
|
-
}),
|
|
58948
|
+
}), iwe = ({ image: e, withBorder: t, ...n }) => e ? /* @__PURE__ */ I("div", {
|
|
58891
58949
|
className: H("rounded-500 relative overflow-hidden", t && "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-['']"),
|
|
58892
58950
|
...n,
|
|
58893
58951
|
children: e
|
|
58894
|
-
}) : null,
|
|
58952
|
+
}) : null, awe = ({ titleBlock: e, background: t, children: n, className: r, ...i }) => {
|
|
58895
58953
|
let a = _e.toArray(n), o = a.length;
|
|
58896
58954
|
return /* @__PURE__ */ I("section", {
|
|
58897
58955
|
className: U("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
@@ -58910,7 +58968,7 @@ var ZCe = ({ title: e, logos: t, className: n, ...r }) => {
|
|
|
58910
58968
|
})]
|
|
58911
58969
|
})
|
|
58912
58970
|
});
|
|
58913
|
-
},
|
|
58971
|
+
}, owe = ({ icon: e, title: t, description: n, cardCount: r = 3, className: i, ...a }) => {
|
|
58914
58972
|
let o = r === 3;
|
|
58915
58973
|
return /* @__PURE__ */ L("div", {
|
|
58916
58974
|
className: U("rounded-500 border-misc-border flex flex-col gap-4 border p-6 pb-8", {
|
|
@@ -58937,7 +58995,7 @@ var ZCe = ({ title: e, logos: t, className: n, ...r }) => {
|
|
|
58937
58995
|
};
|
|
58938
58996
|
//#endregion
|
|
58939
58997
|
//#region src/components/website/VisionHeroBlock/VisionHeroBlock.tsx
|
|
58940
|
-
function
|
|
58998
|
+
function swe({ title: e, overline: t, image: n, className: r }) {
|
|
58941
58999
|
return /* @__PURE__ */ L("div", {
|
|
58942
59000
|
className: U("relative", "h-[400px] sm:h-[480px] md:h-[560px] lg:h-[640px] xl:h-[720px]", "px-4 sm:px-6 md:px-8", "flex flex-col items-center justify-center", r),
|
|
58943
59001
|
children: [/* @__PURE__ */ L("div", {
|
|
@@ -58958,14 +59016,14 @@ function rwe({ title: e, overline: t, image: n, className: r }) {
|
|
|
58958
59016
|
}
|
|
58959
59017
|
//#endregion
|
|
58960
59018
|
//#region src/components/website/VisualBlock/VisualBlock.tsx
|
|
58961
|
-
var
|
|
59019
|
+
var cwe = ["16:9", "5:1"], lwe = ({ image: e, aspectRatio: t = "16:9", background: n = "surface-default", ...r }) => /* @__PURE__ */ I(S7, {
|
|
58962
59020
|
variant: n,
|
|
58963
59021
|
...r,
|
|
58964
59022
|
children: /* @__PURE__ */ I("div", {
|
|
58965
59023
|
className: H("relative mx-auto w-full max-w-[1512px] overflow-hidden", "2xl:rounded-500", t === "5:1" ? "aspect-5/1 min-h-[160px]" : "aspect-video min-h-[320px]"),
|
|
58966
59024
|
children: e
|
|
58967
59025
|
})
|
|
58968
|
-
}),
|
|
59026
|
+
}), uwe = (e) => String(e + 1).padStart(2, "0"), dwe = ({ titleBlock: e, items: t, forceShowAll: n = !1, className: r, ...i }) => {
|
|
58969
59027
|
let a = ke(), [o, s] = Pe(0), c = Math.min(Math.max(o, 0), Math.max(t.length - 1, 0));
|
|
58970
59028
|
return /* @__PURE__ */ L("section", {
|
|
58971
59029
|
...i,
|
|
@@ -58997,7 +59055,7 @@ var iwe = ["16:9", "5:1"], awe = ({ image: e, aspectRatio: t = "16:9", backgroun
|
|
|
58997
59055
|
]),
|
|
58998
59056
|
children: [/* @__PURE__ */ I("span", {
|
|
58999
59057
|
className: H("interaction-transition shrink-0 whitespace-nowrap transition-colors", r ? "text-content-accent" : "text-content-tertiary group-hover:text-content-accent group-active:text-content-accent group-focus-visible:text-content-accent"),
|
|
59000
|
-
children:
|
|
59058
|
+
children: uwe(t)
|
|
59001
59059
|
}), /* @__PURE__ */ I("span", {
|
|
59002
59060
|
className: H("interaction-transition min-w-0 flex-1 [word-break:break-word] transition-colors", r ? "text-content-primary" : "text-content-secondary group-hover:text-content-primary group-active:text-content-primary group-focus-visible:text-content-primary"),
|
|
59003
59061
|
children: e.title
|
|
@@ -59053,10 +59111,10 @@ function s9({ as: e, className: t, iconOnly: n, chevron: r, children: i, ref: a,
|
|
|
59053
59111
|
s9.displayName = "WebsiteNavigationButton";
|
|
59054
59112
|
//#endregion
|
|
59055
59113
|
//#region ../../node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.22_@types+react-dom@19.2.5_@types+react@19.2.18__@t_b342a9ff929ca293efca2075f4df4159/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs
|
|
59056
|
-
var
|
|
59114
|
+
var fwe = Object.defineProperty, c9 = (e, t) => fwe(e, "name", {
|
|
59057
59115
|
value: t,
|
|
59058
59116
|
configurable: !0
|
|
59059
|
-
}), l9 = "NavigationMenu", [u9,
|
|
59117
|
+
}), l9 = "NavigationMenu", [u9, pwe, mwe] = /* @__PURE__ */ qP(l9), [d9, hwe, gwe] = /* @__PURE__ */ qP(l9), [f9, _we] = /* @__PURE__ */ Bd(l9, [mwe, gwe]), [vwe, p9] = f9(l9), [ywe, bwe] = f9(l9), xwe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59060
59118
|
let { __scopeNavigationMenu: n, value: r, onValueChange: i, defaultValue: a, delayDuration: o = 200, skipDelayDuration: s = 300, orientation: c = "horizontal", dir: l, ...u } = e, [d, f] = R.useState(null), p = Rd(t, f), m = sF(l), h = R.useRef(0), g = R.useRef(0), _ = R.useRef(0), [v, y] = R.useState(!0), [b, x] = jm({
|
|
59061
59119
|
prop: r,
|
|
59062
59120
|
onChange: /* @__PURE__ */ c9((e) => {
|
|
@@ -59080,7 +59138,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59080
59138
|
]);
|
|
59081
59139
|
return R.useEffect(() => () => {
|
|
59082
59140
|
window.clearTimeout(h.current), window.clearTimeout(g.current), window.clearTimeout(_.current);
|
|
59083
|
-
}, []), /* @__PURE__ */ I(
|
|
59141
|
+
}, []), /* @__PURE__ */ I(Swe, {
|
|
59084
59142
|
scope: n,
|
|
59085
59143
|
isRootMenu: !0,
|
|
59086
59144
|
value: b,
|
|
@@ -59107,9 +59165,9 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59107
59165
|
ref: p
|
|
59108
59166
|
})
|
|
59109
59167
|
});
|
|
59110
|
-
}, "NavigationMenu")),
|
|
59168
|
+
}, "NavigationMenu")), Swe = /* @__PURE__ */ c9((e) => {
|
|
59111
59169
|
let { scope: t, isRootMenu: n, rootNavigationMenu: r, dir: i, orientation: a, children: o, value: s, onItemSelect: c, onItemDismiss: l, onTriggerEnter: u, onTriggerLeave: d, onContentEnter: f, onContentLeave: p } = e, [m, h] = R.useState(null), [g, _] = R.useState(/* @__PURE__ */ new Map()), [v, y] = R.useState(null);
|
|
59112
|
-
return /* @__PURE__ */ I(
|
|
59170
|
+
return /* @__PURE__ */ I(vwe, {
|
|
59113
59171
|
scope: t,
|
|
59114
59172
|
isRootMenu: n,
|
|
59115
59173
|
rootNavigationMenu: r,
|
|
@@ -59136,15 +59194,15 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59136
59194
|
}, []),
|
|
59137
59195
|
children: /* @__PURE__ */ I(u9.Provider, {
|
|
59138
59196
|
scope: t,
|
|
59139
|
-
children: /* @__PURE__ */ I(
|
|
59197
|
+
children: /* @__PURE__ */ I(ywe, {
|
|
59140
59198
|
scope: t,
|
|
59141
59199
|
items: g,
|
|
59142
59200
|
children: o
|
|
59143
59201
|
})
|
|
59144
59202
|
})
|
|
59145
59203
|
});
|
|
59146
|
-
}, "NavigationMenuProvider"),
|
|
59147
|
-
let { __scopeNavigationMenu: n, ...r } = e, i = p9(
|
|
59204
|
+
}, "NavigationMenuProvider"), Cwe = "NavigationMenuList", wwe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59205
|
+
let { __scopeNavigationMenu: n, ...r } = e, i = p9(Cwe, n), a = /* @__PURE__ */ I(Qd.ul, {
|
|
59148
59206
|
"data-orientation": i.orientation,
|
|
59149
59207
|
...r,
|
|
59150
59208
|
ref: t
|
|
@@ -59160,7 +59218,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59160
59218
|
}) : a
|
|
59161
59219
|
})
|
|
59162
59220
|
});
|
|
59163
|
-
}, "NavigationMenuList")), [
|
|
59221
|
+
}, "NavigationMenuList")), [Twe, m9] = f9("NavigationMenuItem"), Ewe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59164
59222
|
let { __scopeNavigationMenu: n, value: r, ...i } = e, a = pf(), o = r || a || "LEGACY_REACT_AUTO_VALUE", s = R.useRef(null), c = R.useRef(null), l = R.useRef(null), u = R.useRef(() => {}), d = R.useRef(!1), f = R.useCallback((e = "start") => {
|
|
59165
59223
|
if (s.current) {
|
|
59166
59224
|
u.current();
|
|
@@ -59173,7 +59231,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59173
59231
|
e.length && (u.current = E9(e));
|
|
59174
59232
|
}
|
|
59175
59233
|
}, []);
|
|
59176
|
-
return /* @__PURE__ */ I(
|
|
59234
|
+
return /* @__PURE__ */ I(Twe, {
|
|
59177
59235
|
scope: n,
|
|
59178
59236
|
value: o,
|
|
59179
59237
|
triggerRef: c,
|
|
@@ -59189,7 +59247,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59189
59247
|
ref: t
|
|
59190
59248
|
})
|
|
59191
59249
|
});
|
|
59192
|
-
}, "NavigationMenuItem")), h9 = "NavigationMenuTrigger",
|
|
59250
|
+
}, "NavigationMenuItem")), h9 = "NavigationMenuTrigger", Dwe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59193
59251
|
let { __scopeNavigationMenu: n, disabled: r, ...i } = e, a = p9(h9, e.__scopeNavigationMenu), o = m9(h9, e.__scopeNavigationMenu), s = R.useRef(null), c = Rd(s, o.triggerRef, t), l = k9(a.baseId, o.value), u = A9(a.baseId, o.value), d = R.useRef(!1), f = R.useRef(!1), p = o.value === a.value;
|
|
59194
59252
|
return /* @__PURE__ */ L(ge, { children: [/* @__PURE__ */ I(u9.ItemSlot, {
|
|
59195
59253
|
scope: n,
|
|
@@ -59235,7 +59293,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59235
59293
|
(r || !i) && o.onFocusProxyEnter(r ? "start" : "end");
|
|
59236
59294
|
}
|
|
59237
59295
|
}), a.viewport && /* @__PURE__ */ I("span", { "aria-owns": u })] })] });
|
|
59238
|
-
}, "NavigationMenuTrigger")), g9 = "navigationMenu.linkSelect",
|
|
59296
|
+
}, "NavigationMenuTrigger")), g9 = "navigationMenu.linkSelect", Owe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59239
59297
|
let { __scopeNavigationMenu: n, active: r, onSelect: i, ...a } = e;
|
|
59240
59298
|
return /* @__PURE__ */ I(C9, {
|
|
59241
59299
|
asChild: !0,
|
|
@@ -59256,7 +59314,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59256
59314
|
}, { checkForDefaultPrevented: !1 })
|
|
59257
59315
|
})
|
|
59258
59316
|
});
|
|
59259
|
-
}, "NavigationMenuLink")), _9 = "NavigationMenuContent",
|
|
59317
|
+
}, "NavigationMenuLink")), _9 = "NavigationMenuContent", kwe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59260
59318
|
let { forceMount: n, ...r } = e, i = p9(_9, e.__scopeNavigationMenu), a = m9(_9, e.__scopeNavigationMenu), o = Rd(a.contentRef, t), s = a.value === i.value, c = {
|
|
59261
59319
|
value: a.value,
|
|
59262
59320
|
triggerRef: a.triggerRef,
|
|
@@ -59266,7 +59324,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59266
59324
|
onRootContentClose: a.onRootContentClose,
|
|
59267
59325
|
...r
|
|
59268
59326
|
};
|
|
59269
|
-
return i.viewport ? /* @__PURE__ */ I(
|
|
59327
|
+
return i.viewport ? /* @__PURE__ */ I(Awe, {
|
|
59270
59328
|
forceMount: n,
|
|
59271
59329
|
...c,
|
|
59272
59330
|
ref: o
|
|
@@ -59284,7 +59342,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59284
59342
|
}
|
|
59285
59343
|
})
|
|
59286
59344
|
});
|
|
59287
|
-
}, "NavigationMenuContent")),
|
|
59345
|
+
}, "NavigationMenuContent")), Awe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59288
59346
|
let { onViewportContentChange: n, onViewportContentRemove: r } = p9(_9, e.__scopeNavigationMenu);
|
|
59289
59347
|
return ff(() => {
|
|
59290
59348
|
n(e.value, {
|
|
@@ -59297,7 +59355,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59297
59355
|
n
|
|
59298
59356
|
]), ff(() => () => r(e.value), [e.value, r]), null;
|
|
59299
59357
|
}, "ViewportContentMounter")), v9 = "navigationMenu.rootContentDismiss", y9 = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59300
|
-
let { __scopeNavigationMenu: n, value: r, triggerRef: i, focusProxyRef: a, wasEscapeCloseRef: o, onRootContentClose: s, onContentFocusOutside: c, ...l } = e, u = p9(_9, n), d = R.useRef(null), f = Rd(d, t), p = k9(u.baseId, r), m = A9(u.baseId, r), h =
|
|
59358
|
+
let { __scopeNavigationMenu: n, value: r, triggerRef: i, focusProxyRef: a, wasEscapeCloseRef: o, onRootContentClose: s, onContentFocusOutside: c, ...l } = e, u = p9(_9, n), d = R.useRef(null), f = Rd(d, t), p = k9(u.baseId, r), m = A9(u.baseId, r), h = pwe(n), g = R.useRef(null), { onItemDismiss: _ } = u;
|
|
59301
59359
|
R.useEffect(() => {
|
|
59302
59360
|
let e = d.current;
|
|
59303
59361
|
if (u.isRootMenu && e) {
|
|
@@ -59371,17 +59429,17 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59371
59429
|
})
|
|
59372
59430
|
})
|
|
59373
59431
|
});
|
|
59374
|
-
}, "NavigationMenuContentImpl")), b9 = "NavigationMenuViewport",
|
|
59432
|
+
}, "NavigationMenuContentImpl")), b9 = "NavigationMenuViewport", jwe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59375
59433
|
let { forceMount: n, ...r } = e, i = !!p9(b9, e.__scopeNavigationMenu).value;
|
|
59376
59434
|
return /* @__PURE__ */ I(_m, {
|
|
59377
59435
|
present: n || i,
|
|
59378
|
-
children: /* @__PURE__ */ I(
|
|
59436
|
+
children: /* @__PURE__ */ I(Mwe, {
|
|
59379
59437
|
...r,
|
|
59380
59438
|
ref: t
|
|
59381
59439
|
})
|
|
59382
59440
|
});
|
|
59383
|
-
}, "NavigationMenuViewport")),
|
|
59384
|
-
let { __scopeNavigationMenu: n, children: r, ...i } = e, a = p9(b9, n), o = Rd(t, a.onViewportChange), s =
|
|
59441
|
+
}, "NavigationMenuViewport")), Mwe = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59442
|
+
let { __scopeNavigationMenu: n, children: r, ...i } = e, a = p9(b9, n), o = Rd(t, a.onViewportChange), s = bwe(_9, e.__scopeNavigationMenu), [c, l] = R.useState(null), [u, d] = R.useState(null), f = c ? c?.width + "px" : void 0, p = c ? c?.height + "px" : void 0, m = !!a.value, h = m ? a.value : a.previousValue;
|
|
59385
59443
|
return D9(u, /* @__PURE__ */ c9(() => {
|
|
59386
59444
|
u && l({
|
|
59387
59445
|
width: u.offsetWidth,
|
|
@@ -59404,7 +59462,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59404
59462
|
let i = h === e;
|
|
59405
59463
|
return /* @__PURE__ */ I(_m, {
|
|
59406
59464
|
present: n || i,
|
|
59407
|
-
children: /* @__PURE__ */ I(
|
|
59465
|
+
children: /* @__PURE__ */ I(Nwe, {
|
|
59408
59466
|
...r,
|
|
59409
59467
|
contentRef: t,
|
|
59410
59468
|
isActive: i,
|
|
@@ -59413,7 +59471,7 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59413
59471
|
}, e);
|
|
59414
59472
|
})
|
|
59415
59473
|
});
|
|
59416
|
-
}, "NavigationMenuViewportImpl")),
|
|
59474
|
+
}, "NavigationMenuViewportImpl")), Nwe = /* @__PURE__ */ c9(({ contentRef: e, isActive: t, onActiveContentChange: n, ...r }) => {
|
|
59417
59475
|
let i = Rd(e, R.useCallback((e) => {
|
|
59418
59476
|
t && e && n(e);
|
|
59419
59477
|
}, [t, n]));
|
|
@@ -59421,8 +59479,8 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59421
59479
|
...r,
|
|
59422
59480
|
ref: i
|
|
59423
59481
|
});
|
|
59424
|
-
}, "NavigationMenuViewportItem"),
|
|
59425
|
-
let { __scopeNavigationMenu: n, ...r } = e, i = p9(
|
|
59482
|
+
}, "NavigationMenuViewportItem"), Pwe = "FocusGroup", x9 = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59483
|
+
let { __scopeNavigationMenu: n, ...r } = e, i = p9(Pwe, n);
|
|
59426
59484
|
return /* @__PURE__ */ I(d9.Provider, {
|
|
59427
59485
|
scope: n,
|
|
59428
59486
|
children: /* @__PURE__ */ I(d9.Slot, {
|
|
@@ -59439,8 +59497,8 @@ var cwe = Object.defineProperty, c9 = (e, t) => cwe(e, "name", {
|
|
|
59439
59497
|
"ArrowLeft",
|
|
59440
59498
|
"ArrowUp",
|
|
59441
59499
|
"ArrowDown"
|
|
59442
|
-
],
|
|
59443
|
-
let { __scopeNavigationMenu: n, ...r } = e, i =
|
|
59500
|
+
], Fwe = "FocusGroupItem", C9 = /* @__PURE__ */ R.forwardRef(/* @__PURE__ */ c9(function(e, t) {
|
|
59501
|
+
let { __scopeNavigationMenu: n, ...r } = e, i = hwe(n), a = p9(Fwe, n);
|
|
59444
59502
|
return /* @__PURE__ */ I(d9.ItemSlot, {
|
|
59445
59503
|
scope: n,
|
|
59446
59504
|
children: /* @__PURE__ */ I(Qd.button, {
|
|
@@ -59523,9 +59581,9 @@ function j9(e) {
|
|
|
59523
59581
|
return (t) => t.pointerType === "mouse" ? e(t) : void 0;
|
|
59524
59582
|
}
|
|
59525
59583
|
c9(j9, "whenMouse");
|
|
59526
|
-
var
|
|
59527
|
-
function
|
|
59528
|
-
return /* @__PURE__ */ I(M9, { children: /* @__PURE__ */ I(
|
|
59584
|
+
var Iwe = xwe, Lwe = wwe, M9 = Ewe, Rwe = Dwe, zwe = Owe, Bwe = kwe, Vwe = jwe, Hwe = "max(calc(16px - var(--nav-anchor-inline-start, 0px)),calc((var(--nav-page-width, 100vw) - var(--radix-navigation-menu-viewport-width, 0px)) / 2 - var(--nav-anchor-inline-start, 0px)))";
|
|
59585
|
+
function Uwe({ children: e }) {
|
|
59586
|
+
return /* @__PURE__ */ I(M9, { children: /* @__PURE__ */ I(zwe, {
|
|
59529
59587
|
asChild: !0,
|
|
59530
59588
|
children: e
|
|
59531
59589
|
}) });
|
|
@@ -59554,17 +59612,17 @@ function N9({ children: e, className: t }) {
|
|
|
59554
59612
|
t();
|
|
59555
59613
|
let r = new ResizeObserver(t);
|
|
59556
59614
|
return r.observe(e), r.observe(document.documentElement), () => r.disconnect();
|
|
59557
|
-
}, []), /* @__PURE__ */ L(
|
|
59615
|
+
}, []), /* @__PURE__ */ L(Iwe, {
|
|
59558
59616
|
ref: n,
|
|
59559
59617
|
delayDuration: 0,
|
|
59560
59618
|
onValueChange: o,
|
|
59561
59619
|
className: U("relative", t),
|
|
59562
|
-
children: [/* @__PURE__ */ I(
|
|
59620
|
+
children: [/* @__PURE__ */ I(Lwe, {
|
|
59563
59621
|
className: "flex list-none items-center",
|
|
59564
59622
|
children: e
|
|
59565
|
-
}), /* @__PURE__ */ I(
|
|
59623
|
+
}), /* @__PURE__ */ I(Vwe, {
|
|
59566
59624
|
ref: u,
|
|
59567
|
-
style: { insetInlineStart:
|
|
59625
|
+
style: { insetInlineStart: Hwe },
|
|
59568
59626
|
className: U("bg-surface-default shadow-700 rounded-500 ring-misc-border-default absolute top-full z-50 mt-3 ring-[0.5px]", "h-[var(--radix-navigation-menu-viewport-height,0px)] w-[var(--radix-navigation-menu-viewport-width,0px)]", "max-w-[calc(100vw-2rem)] origin-top overflow-hidden", "duration-500 ease-[cubic-bezier(0.16,1,0.3,1)]", r ? "transition-[opacity,transform,width,height,inset-inline-start]" : "transition-[opacity,transform]", s ? "translate-y-0 opacity-100" : "-translate-y-3 opacity-0", "data-[state=closed]:animate-nav-content-fade-out")
|
|
59569
59627
|
})]
|
|
59570
59628
|
});
|
|
@@ -59610,7 +59668,7 @@ function F9({ open: e, onClose: t, closeNavLabel: n, sections: r, ctas: i, appBa
|
|
|
59610
59668
|
}
|
|
59611
59669
|
//#endregion
|
|
59612
59670
|
//#region src/components/website/WebsiteNavigation/WebsiteNavigation.tsx
|
|
59613
|
-
function
|
|
59671
|
+
function Wwe({ logo: e, sections: t, ctas: n, mobileSections: r, mobileCtas: i, appBadges: a, socialLinks: o, openNavLabel: s, closeNavLabel: c, showDivider: l = !0, className: u, ...d }) {
|
|
59614
59672
|
let [f, p] = Pe(!1);
|
|
59615
59673
|
return /* @__PURE__ */ L(ge, { children: [/* @__PURE__ */ I("div", {
|
|
59616
59674
|
className: "overflow-x-clip",
|
|
@@ -59652,7 +59710,7 @@ function Bwe({ logo: e, sections: t, ctas: n, mobileSections: r, mobileCtas: i,
|
|
|
59652
59710
|
}
|
|
59653
59711
|
//#endregion
|
|
59654
59712
|
//#region src/components/website/WebsiteNavigation/WebsiteNavigationAccordion.tsx
|
|
59655
|
-
function
|
|
59713
|
+
function Gwe({ className: e, children: t }) {
|
|
59656
59714
|
return /* @__PURE__ */ I(c8, {
|
|
59657
59715
|
type: "single",
|
|
59658
59716
|
collapsible: !0,
|
|
@@ -59662,7 +59720,7 @@ function Vwe({ className: e, children: t }) {
|
|
|
59662
59720
|
}
|
|
59663
59721
|
//#endregion
|
|
59664
59722
|
//#region src/components/website/WebsiteNavigation/WebsiteNavigationAccordionItem.tsx
|
|
59665
|
-
function
|
|
59723
|
+
function Kwe({ label: e, value: t, children: n, className: r, ...i }) {
|
|
59666
59724
|
let a = V(null), o = V(null);
|
|
59667
59725
|
w4(() => {
|
|
59668
59726
|
if (!a.current) return;
|
|
@@ -59792,7 +59850,7 @@ var z9 = (({ as: e = "a", className: t, label: n, ref: r, ...i }) => /* @__PURE_
|
|
|
59792
59850
|
z9.displayName = "WebsiteNavigationOverlayLink";
|
|
59793
59851
|
//#endregion
|
|
59794
59852
|
//#region src/components/website/WebsiteNavigation/WebsiteNavigationPanel.tsx
|
|
59795
|
-
function
|
|
59853
|
+
function qwe({ trigger: e, children: t, stackTarget: n }) {
|
|
59796
59854
|
let r = _e.toArray(t), i = r.length >= 4 ? r.length - 2 : -1, [a, o] = Pe(!1), s = i >= 0 && !a, c = V(0), l = V(null), u = B((e) => {
|
|
59797
59855
|
if (l.current?.disconnect(), l.current = null, !e || i < 0) return;
|
|
59798
59856
|
let t = () => {
|
|
@@ -59816,10 +59874,10 @@ function Uwe({ trigger: e, children: t, stackTarget: n }) {
|
|
|
59816
59874
|
return n ? /* @__PURE__ */ L(ge, { children: [e, nee(/* @__PURE__ */ I("div", {
|
|
59817
59875
|
className: "bg-surface-default shadow-700 rounded-500 ring-misc-border-default flex min-h-64 text-start whitespace-normal ring-[0.5px]",
|
|
59818
59876
|
children: d
|
|
59819
|
-
}), n)] }) : /* @__PURE__ */ L(M9, { children: [/* @__PURE__ */ I(
|
|
59877
|
+
}), n)] }) : /* @__PURE__ */ L(M9, { children: [/* @__PURE__ */ I(Rwe, {
|
|
59820
59878
|
asChild: !0,
|
|
59821
59879
|
children: e
|
|
59822
|
-
}), /* @__PURE__ */ I(
|
|
59880
|
+
}), /* @__PURE__ */ I(Bwe, {
|
|
59823
59881
|
className: H("absolute start-0 top-0", "data-[motion=from-start]:animate-nav-content-from-start", "data-[motion=from-end]:animate-nav-content-from-end", "data-[motion=to-start]:animate-nav-content-fade-out", "data-[motion=to-end]:animate-nav-content-fade-out"),
|
|
59824
59882
|
children: /* @__PURE__ */ I("div", {
|
|
59825
59883
|
ref: u,
|
|
@@ -59897,7 +59955,7 @@ var H9 = (({ as: e = "a", className: t, label: n, visual: r, ref: i, ...a }) =>
|
|
|
59897
59955
|
H9.displayName = "WebsiteNavigationTestimonial";
|
|
59898
59956
|
//#endregion
|
|
59899
59957
|
//#region ../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js
|
|
59900
|
-
var
|
|
59958
|
+
var Jwe = /* @__PURE__ */ xt(((e) => {
|
|
59901
59959
|
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;
|
|
59902
59960
|
function b(e) {
|
|
59903
59961
|
if (typeof e == "object" && e) {
|
|
@@ -59953,7 +60011,7 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
59953
60011
|
}, e.isValidElementType = function(e) {
|
|
59954
60012
|
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);
|
|
59955
60013
|
}, e.typeOf = b;
|
|
59956
|
-
})),
|
|
60014
|
+
})), Ywe = /* @__PURE__ */ xt(((e) => {
|
|
59957
60015
|
process.env.NODE_ENV !== "production" && (function() {
|
|
59958
60016
|
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;
|
|
59959
60017
|
function b(e) {
|
|
@@ -60030,8 +60088,8 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60030
60088
|
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 = ee, e.isAsyncMode = P, e.isConcurrentMode = ne, e.isContextConsumer = re, e.isContextProvider = ie, e.isElement = ae, e.isForwardRef = oe, e.isFragment = se, e.isLazy = ce, e.isMemo = le, e.isPortal = F, e.isProfiler = ue, e.isStrictMode = de, e.isSuspense = fe, e.isValidElementType = b, e.typeOf = x;
|
|
60031
60089
|
})();
|
|
60032
60090
|
})), U9 = /* @__PURE__ */ xt(((e, t) => {
|
|
60033
|
-
t.exports = process.env.NODE_ENV === "production" ?
|
|
60034
|
-
})),
|
|
60091
|
+
t.exports = process.env.NODE_ENV === "production" ? Jwe() : Ywe();
|
|
60092
|
+
})), Xwe = /* @__PURE__ */ xt(((e, t) => {
|
|
60035
60093
|
var n = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, i = Object.prototype.propertyIsEnumerable;
|
|
60036
60094
|
function a(e) {
|
|
60037
60095
|
if (e == null) throw TypeError("Object.assign cannot be called with null or undefined");
|
|
@@ -60068,7 +60126,7 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60068
60126
|
t.exports = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
60069
60127
|
})), G9 = /* @__PURE__ */ xt(((e, t) => {
|
|
60070
60128
|
t.exports = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
60071
|
-
})),
|
|
60129
|
+
})), Zwe = /* @__PURE__ */ xt(((e, t) => {
|
|
60072
60130
|
var n = function() {};
|
|
60073
60131
|
if (process.env.NODE_ENV !== "production") {
|
|
60074
60132
|
var r = W9(), i = {}, a = G9();
|
|
@@ -60104,8 +60162,8 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60104
60162
|
o.resetWarningCache = function() {
|
|
60105
60163
|
process.env.NODE_ENV !== "production" && (i = {});
|
|
60106
60164
|
}, t.exports = o;
|
|
60107
|
-
})),
|
|
60108
|
-
var n = U9(), r =
|
|
60165
|
+
})), Qwe = /* @__PURE__ */ xt(((e, t) => {
|
|
60166
|
+
var n = U9(), r = Xwe(), i = W9(), a = G9(), o = Zwe(), s = function() {};
|
|
60109
60167
|
process.env.NODE_ENV !== "production" && (s = function(e) {
|
|
60110
60168
|
var t = "Warning: " + e;
|
|
60111
60169
|
typeof console < "u" && console.error(t);
|
|
@@ -60364,7 +60422,7 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60364
60422
|
}
|
|
60365
60423
|
return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
|
|
60366
60424
|
};
|
|
60367
|
-
})),
|
|
60425
|
+
})), $we = /* @__PURE__ */ xt(((e, t) => {
|
|
60368
60426
|
var n = W9();
|
|
60369
60427
|
function r() {}
|
|
60370
60428
|
function i() {}
|
|
@@ -60404,12 +60462,12 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60404
60462
|
};
|
|
60405
60463
|
return a.PropTypes = a, a;
|
|
60406
60464
|
};
|
|
60407
|
-
})),
|
|
60465
|
+
})), eTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60408
60466
|
if (process.env.NODE_ENV !== "production") {
|
|
60409
60467
|
var n = U9();
|
|
60410
|
-
t.exports =
|
|
60411
|
-
} else t.exports =
|
|
60412
|
-
})),
|
|
60468
|
+
t.exports = Qwe()(n.isElement, !0);
|
|
60469
|
+
} else t.exports = $we()();
|
|
60470
|
+
})), tTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60413
60471
|
t.exports = function e(t, n) {
|
|
60414
60472
|
if (t === n) return !0;
|
|
60415
60473
|
if (t && n && typeof t == "object" && typeof n == "object") {
|
|
@@ -60433,7 +60491,7 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60433
60491
|
}
|
|
60434
60492
|
return t !== t && n !== n;
|
|
60435
60493
|
};
|
|
60436
|
-
})),
|
|
60494
|
+
})), nTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60437
60495
|
t.exports = function() {
|
|
60438
60496
|
var e = {}, t = {};
|
|
60439
60497
|
return e.on = function(e, n) {
|
|
@@ -60450,7 +60508,7 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60450
60508
|
if (r) for (i = r.length; i--;) r[i].handler(n);
|
|
60451
60509
|
}, e;
|
|
60452
60510
|
};
|
|
60453
|
-
})),
|
|
60511
|
+
})), rTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60454
60512
|
t.exports = function(e, t, a) {
|
|
60455
60513
|
var o = document.head || document.getElementsByTagName("head")[0], s = document.createElement("script");
|
|
60456
60514
|
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);
|
|
@@ -60470,9 +60528,9 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60470
60528
|
(this.readyState == "complete" || this.readyState == "loaded") && (this.onreadystatechange = null, t(null, e));
|
|
60471
60529
|
};
|
|
60472
60530
|
}
|
|
60473
|
-
})),
|
|
60531
|
+
})), iTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60474
60532
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
60475
|
-
var n = r(
|
|
60533
|
+
var n = r(rTe());
|
|
60476
60534
|
function r(e) {
|
|
60477
60535
|
return e && e.__esModule ? e : { default: e };
|
|
60478
60536
|
}
|
|
@@ -60492,7 +60550,7 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60492
60550
|
};
|
|
60493
60551
|
});
|
|
60494
60552
|
}, t.exports = e.default;
|
|
60495
|
-
})),
|
|
60553
|
+
})), aTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60496
60554
|
var n = 1e3, r = n * 60, i = r * 60, a = i * 24, o = a * 365.25;
|
|
60497
60555
|
t.exports = function(e, t) {
|
|
60498
60556
|
t ||= {};
|
|
@@ -60549,8 +60607,8 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60549
60607
|
function u(e, t, n) {
|
|
60550
60608
|
if (!(e < t)) return e < t * 1.5 ? Math.floor(e / t) + " " + n : Math.ceil(e / t) + " " + n + "s";
|
|
60551
60609
|
}
|
|
60552
|
-
})),
|
|
60553
|
-
e = t.exports = i.debug = i.default = i, e.coerce = c, e.disable = o, e.enable = a, e.enabled = s, e.humanize =
|
|
60610
|
+
})), oTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60611
|
+
e = t.exports = i.debug = i.default = i, e.coerce = c, e.disable = o, e.enable = a, e.enabled = s, e.humanize = aTe(), e.names = [], e.skips = [], e.formatters = {};
|
|
60554
60612
|
var n;
|
|
60555
60613
|
function r(t) {
|
|
60556
60614
|
var n = 0, r;
|
|
@@ -60595,8 +60653,8 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60595
60653
|
function c(e) {
|
|
60596
60654
|
return e instanceof Error ? e.stack || e.message : e;
|
|
60597
60655
|
}
|
|
60598
|
-
})),
|
|
60599
|
-
e = t.exports =
|
|
60656
|
+
})), sTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60657
|
+
e = t.exports = oTe(), 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 = [
|
|
60600
60658
|
"lightseagreen",
|
|
60601
60659
|
"forestgreen",
|
|
60602
60660
|
"goldenrod",
|
|
@@ -60646,9 +60704,9 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60646
60704
|
return window.localStorage;
|
|
60647
60705
|
} catch {}
|
|
60648
60706
|
}
|
|
60649
|
-
})),
|
|
60707
|
+
})), cTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60650
60708
|
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;
|
|
60651
|
-
})),
|
|
60709
|
+
})), lTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60652
60710
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = [
|
|
60653
60711
|
"ready",
|
|
60654
60712
|
"stateChange",
|
|
@@ -60658,7 +60716,7 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60658
60716
|
"apiChange",
|
|
60659
60717
|
"volumeChange"
|
|
60660
60718
|
], t.exports = e.default;
|
|
60661
|
-
})),
|
|
60719
|
+
})), uTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60662
60720
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = {
|
|
60663
60721
|
BUFFERING: 3,
|
|
60664
60722
|
ENDED: 0,
|
|
@@ -60667,9 +60725,9 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60667
60725
|
UNSTARTED: -1,
|
|
60668
60726
|
VIDEO_CUED: 5
|
|
60669
60727
|
}, t.exports = e.default;
|
|
60670
|
-
})),
|
|
60728
|
+
})), dTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60671
60729
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
60672
|
-
var n = r(
|
|
60730
|
+
var n = r(uTe());
|
|
60673
60731
|
function r(e) {
|
|
60674
60732
|
return e && e.__esModule ? e : { default: e };
|
|
60675
60733
|
}
|
|
@@ -60692,9 +60750,9 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60692
60750
|
timeout: 3e3
|
|
60693
60751
|
}
|
|
60694
60752
|
}, t.exports = e.default;
|
|
60695
|
-
})),
|
|
60753
|
+
})), fTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60696
60754
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
60697
|
-
var n = o(
|
|
60755
|
+
var n = o(sTe()), r = o(cTe()), i = o(lTe()), a = o(dTe());
|
|
60698
60756
|
function o(e) {
|
|
60699
60757
|
return e && e.__esModule ? e : { default: e };
|
|
60700
60758
|
}
|
|
@@ -60761,13 +60819,13 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60761
60819
|
}
|
|
60762
60820
|
return n;
|
|
60763
60821
|
}, e.default = c, t.exports = e.default;
|
|
60764
|
-
})),
|
|
60822
|
+
})), pTe = /* @__PURE__ */ xt(((e, t) => {
|
|
60765
60823
|
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
60766
60824
|
var n = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
60767
60825
|
return typeof e;
|
|
60768
60826
|
} : function(e) {
|
|
60769
60827
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
60770
|
-
}, r = o(
|
|
60828
|
+
}, r = o(nTe()), i = o(iTe()), a = o(fTe());
|
|
60771
60829
|
function o(e) {
|
|
60772
60830
|
return e && e.__esModule ? e : { default: e };
|
|
60773
60831
|
}
|
|
@@ -60787,16 +60845,16 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60787
60845
|
}), u = a.default.promisifyPlayer(l, o);
|
|
60788
60846
|
return u.on = c.on, u.off = c.off, u;
|
|
60789
60847
|
}, t.exports = e.default;
|
|
60790
|
-
})), K9 = /* @__PURE__ */ St(
|
|
60848
|
+
})), K9 = /* @__PURE__ */ St(eTe()), mTe = /* @__PURE__ */ St(tTe()), hTe = /* @__PURE__ */ St(pTe()), gTe = Object.defineProperty, _Te = Object.defineProperties, vTe = Object.getOwnPropertyDescriptors, q9 = Object.getOwnPropertySymbols, yTe = Object.prototype.hasOwnProperty, bTe = Object.prototype.propertyIsEnumerable, J9 = (e, t, n) => t in e ? gTe(e, t, {
|
|
60791
60849
|
enumerable: !0,
|
|
60792
60850
|
configurable: !0,
|
|
60793
60851
|
writable: !0,
|
|
60794
60852
|
value: n
|
|
60795
60853
|
}) : e[t] = n, Y9 = (e, t) => {
|
|
60796
|
-
for (var n in t ||= {})
|
|
60797
|
-
if (q9) for (var n of q9(t))
|
|
60854
|
+
for (var n in t ||= {}) yTe.call(t, n) && J9(e, n, t[n]);
|
|
60855
|
+
if (q9) for (var n of q9(t)) bTe.call(t, n) && J9(e, n, t[n]);
|
|
60798
60856
|
return e;
|
|
60799
|
-
}, X9 = (e, t) =>
|
|
60857
|
+
}, X9 = (e, t) => _Te(e, vTe(t)), xTe = (e, t, n) => new Promise((r, i) => {
|
|
60800
60858
|
var a = (e) => {
|
|
60801
60859
|
try {
|
|
60802
60860
|
s(n.next(e));
|
|
@@ -60812,7 +60870,7 @@ var Wwe = /* @__PURE__ */ xt(((e) => {
|
|
|
60812
60870
|
}, s = (e) => e.done ? r(e.value) : Promise.resolve(e.value).then(a, o);
|
|
60813
60871
|
s((n = n.apply(e, t)).next());
|
|
60814
60872
|
});
|
|
60815
|
-
function
|
|
60873
|
+
function STe(e, t) {
|
|
60816
60874
|
if (e.videoId !== t.videoId) return !0;
|
|
60817
60875
|
let n = e.opts?.playerVars || {}, r = t.opts?.playerVars || {};
|
|
60818
60876
|
return n.start !== r.start || n.end !== r.end;
|
|
@@ -60828,13 +60886,13 @@ function Z9(e = {}) {
|
|
|
60828
60886
|
})
|
|
60829
60887
|
});
|
|
60830
60888
|
}
|
|
60831
|
-
function
|
|
60832
|
-
return e.videoId !== t.videoId || !(0,
|
|
60889
|
+
function CTe(e, t) {
|
|
60890
|
+
return e.videoId !== t.videoId || !(0, mTe.default)(Z9(e.opts), Z9(t.opts));
|
|
60833
60891
|
}
|
|
60834
|
-
function
|
|
60892
|
+
function wTe(e, t) {
|
|
60835
60893
|
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;
|
|
60836
60894
|
}
|
|
60837
|
-
var
|
|
60895
|
+
var TTe = {
|
|
60838
60896
|
videoId: "",
|
|
60839
60897
|
id: "",
|
|
60840
60898
|
className: "",
|
|
@@ -60851,7 +60909,7 @@ var xTe = {
|
|
|
60851
60909
|
onStateChange: () => {},
|
|
60852
60910
|
onPlaybackRateChange: () => {},
|
|
60853
60911
|
onPlaybackQualityChange: () => {}
|
|
60854
|
-
},
|
|
60912
|
+
}, ETe = {
|
|
60855
60913
|
videoId: K9.default.string,
|
|
60856
60914
|
id: K9.default.string,
|
|
60857
60915
|
className: K9.default.string,
|
|
@@ -60900,7 +60958,7 @@ var xTe = {
|
|
|
60900
60958
|
return;
|
|
60901
60959
|
}
|
|
60902
60960
|
let e = X9(Y9({}, this.props.opts), { videoId: this.props.videoId });
|
|
60903
|
-
this.internalPlayer = (0,
|
|
60961
|
+
this.internalPlayer = (0, hTe.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) => {
|
|
60904
60962
|
this.props.title && e.setAttribute("title", this.props.title), this.props.loading && e.setAttribute("loading", this.props.loading);
|
|
60905
60963
|
});
|
|
60906
60964
|
}, this.resetPlayer = () => this.destroyPlayer().then(this.createPlayer), this.updatePlayer = () => {
|
|
@@ -60928,8 +60986,8 @@ var xTe = {
|
|
|
60928
60986
|
this.createPlayer();
|
|
60929
60987
|
}
|
|
60930
60988
|
componentDidUpdate(e) {
|
|
60931
|
-
return
|
|
60932
|
-
|
|
60989
|
+
return xTe(this, null, function* () {
|
|
60990
|
+
wTe(e, this.props) && this.updatePlayer(), CTe(e, this.props) && (yield this.resetPlayer()), STe(e, this.props) && this.updateVideo();
|
|
60933
60991
|
});
|
|
60934
60992
|
}
|
|
60935
60993
|
componentWillUnmount() {
|
|
@@ -60946,7 +61004,7 @@ var xTe = {
|
|
|
60946
61004
|
}));
|
|
60947
61005
|
}
|
|
60948
61006
|
}, $9 = Q9;
|
|
60949
|
-
$9.propTypes =
|
|
61007
|
+
$9.propTypes = ETe, $9.defaultProps = TTe, $9.PlayerState = {
|
|
60950
61008
|
UNSTARTED: -1,
|
|
60951
61009
|
ENDED: 0,
|
|
60952
61010
|
PLAYING: 1,
|
|
@@ -60954,9 +61012,9 @@ $9.propTypes = STe, $9.defaultProps = xTe, $9.PlayerState = {
|
|
|
60954
61012
|
BUFFERING: 3,
|
|
60955
61013
|
CUED: 5
|
|
60956
61014
|
};
|
|
60957
|
-
var
|
|
61015
|
+
var DTe = $9, OTe = ({ videoId: e, className: t }) => {
|
|
60958
61016
|
let n = XV() ? window.location.origin : "";
|
|
60959
|
-
return n ? /* @__PURE__ */ I(
|
|
61017
|
+
return n ? /* @__PURE__ */ I(DTe, {
|
|
60960
61018
|
videoId: e,
|
|
60961
61019
|
id: e,
|
|
60962
61020
|
className: H("yt-embed relative aspect-video w-full overflow-hidden", "[&_iframe]:absolute [&_iframe]:inset-0 [&_iframe]:size-full", t),
|
|
@@ -60964,6 +61022,6 @@ var CTe = $9, wTe = ({ videoId: e, className: t }) => {
|
|
|
60964
61022
|
}) : null;
|
|
60965
61023
|
};
|
|
60966
61024
|
//#endregion
|
|
60967
|
-
export { V7 as API_BASIC_PLAN_SHORTNAME, U7 as API_ENTERPRISE_PLAN_SHORTNAME, H7 as API_PLUS_PLAN_SHORTNAME, Txe as AccentDropZone, Exe as AchievementsBlock, Rre as ActionBar, sU as ActionButton, dW as ActivityIndicator, lye as ActivityRow, Dxe as ApiHeroBlock, rCe as ApiPricingCardsContainer, aCe as ApiPricingCardsItem, dCe as ApiPricingFeaturesLegend, fCe as ApiPricingFeaturesSectionItemBadge, oCe as ApiPricingMonthlyPricePerImage, sCe as ApiPricingPartnerCard, Sd as AppButton, _Ce as AppPricingCardsContainer, vCe as AppPricingCardsGroup, yCe as AppPricingCardsItemV2, bCe as AppPricingFeaturesLegend, xCe as AppPricingFeaturesPlanHeader, SCe as AppPricingFeaturesSectionItemBadge, _7 as ArticleAuthor, y7 as ArticleContent, kxe as ArticleHeroBlock, Axe as AssetPreview, Jh as Avatar, pye as AvatarSkeleton, yye as AvatarStack, Nxe as AwardsBlock, Ixe as BLOCK_BACKGROUND_VARIANTS, rg as Badge, zU as BatchSectionMenuContent, Pxe as BentoBlock, Fxe as BentoCard, S7 as BlockBackground, Lxe as BlogActionBlock, mW as BlogActionCard, hW as BlogEditorialCard, Rxe as BlogQuoteBlock, Cd as BlogSocialButton, C7 as BlogSubtleActionBlock, LU as BoardSection, VK as Bone, zxe as BrandHeroBlock, Bxe as BrandInsightBlock, Vxe as BrandListBlock, w7 as BrandListRow, Uxe as BrandScoreBlock, bye as Breadcrumbs, bd as Button, wd as ButtonCluster, Nre as CDN, xge as CODE_LENGTH, T4 as CanvasInput, Wxe as CardsBlock, Gxe as CardsHeroBlock, Kxe as CareersBlock, qxe as CareersBlockItem, pB as CheckGroup, dB as CheckGroupContext, eG as Checkbox, bge as CheckboxField, oW as CheckboxIndicator, cW as CheckboxPullDown, b4 as ChoiceFeedTile, x4 as ChoiceFeedTileGroup, f5 as ChoiceMultipleGroup, p5 as ChoiceSingleGroup, Td as CircularButton, Ed as CloseButton, D4 as CodeInput, qge as CollapsibleSliderField, fge as CollectionTile, aJ as ColorPalette, HY as ColorPicker, WY as ColorRow, VW as ColorSwatch, sJ as ColorWheel, lW as ColumnHeader, uye as CommentRow, Jxe as ComparisonBlock, xW as ComparisonSlider, Yxe as ComparisonTable, dH as ContextMenu, bX as CropBoxFrame, Xxe as CustomerStoriesBlock, CW as CustomerStoryCard, Zxe as DataBlock, Qxe as DataBlockItem, Gq as Dialog, $xe as DimensionCard, D7 as DimensionCardsBlock, aH as Divider, Qge as DropZone, a3 as DropZoneAreaWrapper, s3 as DropZoneFullscreen, o3 as DropZoneOverlay, Xq as DropdownListBox, aU as DropdownMenu, Qq as DropdownMenuDivider, g3 as DropdownMenuMultipleSelectionItem, $q as DropdownMenuNumberItem, eJ as DropdownMenuSectionHeader, Zq as DropdownMenuSingleSelectionItem, tJ as DropdownMenuSpaceActionItem, nJ as DropdownMenuSpaceItem, YH as DropdownSearchField, PW as EditorialCard, eSe as EditorialLineupBlock, $ye as EmptySpace, tSe as EnterpriseGradeBlock, nSe as EnterpriseGradeCard, dye as EventRow, rSe as ExtraTextBlock, iSe as FaqBlock, aSe as FaqItem, cSe as FeatureBlock, fSe as FeatureBlockListItem, lSe as FeatureClassicVisual, uSe as FeatureSwitcher, dSe as FeatureVideoElement, oSe as FeaturesBlock, Hbe as FeaturesList, pSe as FeaturesListBlock, mSe as FeaturesListBlockItem, hSe as FeaturesSpotlightBlock, Og as FeedTile, Dd as FieldClearButton, iJ as FieldLabel, Od as FilterPullDownButton, kd as FilterTag, Ure as FilterTagList, x3 as FloatingInput, aX as FloatingPanel, qY as FloatingPanelAccessoryBar, JY as FloatingPanelContent, YY as FloatingPanelHeader, _Se as FocusBlock, FW as Folder, C3 as FolderList, B6 as FontFamilyRow, w3 as FontWeightSelectorItem, k7 as FooterV2Block, ebe as FullScreenLoader, bSe as GalaAwardCard, xSe as GalaBlock, M7 as GlossaryAlphabet, CSe as GlossarySection, N7 as GlossaryTermCard, wSe as GuidelineBlock, DSe as GuidelineCard, TSe as GuidelineSection, F7 as HeaderBanner, Wbe as Heading, Zh as HelpButton, mP as HelperText, Qh as HeroButton, kSe as HeroTitleBlock, c3 as HiddenFileInput, F5 as HighLightedText, mge as Hint, ASe as HomeHeroBlock, oX as HoverObjectBox, D3 as IconSwitch, O3 as ImagePicker, b3 as ImageWidget, jSe as ImpactBlock, MSe as ImpactCard, k3 as ImportWidget, Jbe as InfoBanner, _ge as InfoBar, eg as InfoButton, NSe as InfoSnapshot, PSe as InfoSnapshotItem, IW as InfoTable, LW as InfoTableRow, tg as InlineButton, VY as InlineColorPicker, A3 as InlineRadioGroup, j3 as InlineSelector, Ag as InputButton, Rg as InsertActionBar, FSe as JoinTeamBlock, ISe as JudgesBlock, LSe as JudgesBlockCard, hP as Label, I7 as LanguagePickerItem, N3 as LargeOptionTile, sX as LayerIndicator, Eg as LazyImage, RW as LightPromoBanner, Wg as LimitButton, qq as LimitGauge, Ug as LimitIndicatorGauge, zW as LinkCard, cX as ListItem, ibe as ListingGauge, v5 as ListingScoreButton, Jg as LoginButton, RSe as LogosBlock, zSe as LogosHighlightBlock, BSe as LogosWallBlock, WP as MenuItemButton, VSe as MissionBlock, bxe as MobileDrawer, Yg as MobileNavigationButton, sK as ModeSelectionTile, vW as MoreTile, oU as MultiActionWidget, e_ as NavigationButton, $g as NavigationToggleButton, WW as NewPaletteTile, b5 as Notification, cbe as NotificationImage, Pbe as NotificationStack, Ibe as NotificationsStore, LY as NumberField, wxe as NumberSelectField, Dve as NumberedSectionHeader, lX as ObjectItem, HW as ObjectPreview, GW as OfferCard, HSe as OffersBlock, F3 as OptionGroup, I3 as OptionSelectionListItem, KW as OptionTable, XW as OptionTableRow, L3 as OptionTile, n_ as OverlayButton, t_ as OverlayButtonBase, r_ as OverlaySelectButton, Mye as PLAN_COLORS, e9 as PROMO_BANNER_SESSION_KEY, USe as PageTitle, P5 as PanelHeader, M5 as PanelHeaderSwitcherButton, R3 as PanelStandardInput, wve as PeopleListItem, WSe as PersonaBlock, GSe as PersonaCard, l_e as PhotoDropZone, hX as Pill, dX as PillDivider, z3 as PlaceholderTile, jye as PlanPicker, KSe as PlaygroundBlock, qSe as PlaygroundHeroBlock, PU as Popover, JSe as Pr100HeroBlock, vX as PresenceObjectBox, V3 as PresetGroup, YSe as PressBlock, pW as PreviewBox, cCe as PricingFeatures, Y7 as PricingFeaturesLegend, lCe as PricingFeaturesSection, uCe as PricingFeaturesSectionItem, X7 as PricingFeaturesSectionItemBadge, XSe as PricingHeroBlock, CCe as PricingPicker, ECe as PricingPickerButton, lg as ProBadge, $W as ProductActionBar, _G as ProductListItem, gG as ProductListItemStatus, vG as ProductTile, FK as Progress, O5 as ProgressStep, $K as ProgressTimer, yG as PromoBanner, DCe as PromoBannerBlock, S4 as Prompt, H3 as PromptInput, bG as PromptTile, DG as PropList, o_ as PullDownButton, s_ as QuickActionCard, OCe as QuickToolHeroBlock, kCe as QuoteBlock, U3 as RadioGroup, g_e as ReactionBar, __e as ReactionButton, jCe as RelatedToolsBlock, c_ as RetryButton, NCe as Review, MCe as ReviewsBlock, p_ as RoundButton, K3 as SamplePicker, T7 as ScoreBlockGauge, m_ as ScrollButton, q3 as SearchInput, F6 as SearchableSelect, V6 as SectionHeader, kve as SectionHeaderSkeleton, cK as SectionSpace, PCe as SectionTitle, g_ as SegmentedButton, v_ as SegmentedButtonStack, k8 as SegmentedControl, bY as SelectField, h3 as SelectTrigger, oK as SelectionBadge, p4 as SelectionObjectBox, aK as SelectionTile, cG as SellScore, RU as Shortcut, A8 as SideNavigationHeader, j8 as SideNavigationItem, Lye as SideNavigationItemSkeleton, FCe as SidePageTitle, H6 as SizeListItem, r3 as Slider, vve as SliderField, ICe as SmallSectionTitle, y_ as SocialButton, rJ as SpacePullDownButton, Jq as SpaceUsageDialog, gSe as SpotlightCard, Yq as SpotlightDialog, x_ as StackButton, z_ as StackToggleButton, H_ as StandaloneLink, lK as StarterTile, uK as StepCard, LCe as StepsBlock, dP as StoreButton, ug as StudioBadge, pge as Suggestion, QW as SwitchField, I6 as SwitchGroup, W8 as TabNavigation, Y8 as Tabs, t9 as TagCloudBlock, L6 as TagField, Z8 as TagGroup, e5 as TagNavigation, RCe as TakeActionBlock, zCe as TakeActionBlockV2, dK as Task, VCe as TestimonialItem, HCe as TestimonialSpotlightBlock, UCe as TestimonialSpotlightCard, BCe as TestimonialsBlock, zP as TextArea, WCe as TextContentBlock, KCe as TextContentCard, R6 as TextEditionBox, z6 as TextField, Cve as TextFieldLabel, CY as TextInput, C4 as TextSuggestion, UK as Tile, qCe as TimelineBlock, JCe as TimelineCard, zbe as ToastProgress, fP as ToggleButton, WK as ToolBanner, r9 as ToolCard, YCe as ToolCategoryBannerBlock, i9 as ToolLinkCard, t5 as ToolMenuButton, a9 as ToolSmallCard, KK as ToolTile, Eh as Tooltip, Oh as TooltipSection, Yh as TooltipUserRow, o9 as TopicsBlock, Bbe as TransformationEmptySpace, ZCe as TrustBlock, uG as UnpublishedStatus, $Ce as UseCaseItemContentTransform, ewe as UseCaseItemContentTransformItem, QCe as UseCasesBlock, iwe as VISUAL_BLOCK_ASPECT_RATIOS, BP as ValidationBanner, nwe as ValueCard, twe as ValuesBlock, oye as VariantsList, g8 as VariantsListItem, JK as VideoPlayer, eq as VideoTile, rwe as VisionHeroBlock, awe as VisualBlock, iq as VisualToolTile, P9 as WEBSITE_NAV_OVERLAY_SCROLL_ID, swe as WalkthroughBlock, Bwe as WebsiteNavigation, Vwe as WebsiteNavigationAccordion, Hwe as WebsiteNavigationAccordionItem, s9 as WebsiteNavigationButton, I9 as WebsiteNavigationCtaSection, L9 as WebsiteNavigationItem, zwe as WebsiteNavigationLink, N9 as WebsiteNavigationMenu, R9 as WebsiteNavigationMoreItem, F9 as WebsiteNavigationOverlay, z9 as WebsiteNavigationOverlayLink, Uwe as WebsiteNavigationPanel, B9 as WebsiteNavigationSection, V9 as WebsiteNavigationStory, H9 as WebsiteNavigationTestimonial, wTe as YoutubeEmbed, _4 as ZoomPill, v7 as articleTableClassName, BK as boneVariants, U as cn, Wq as contentVariants, Xh as convertMarkdownLinksToHTML, m5 as getListingGaugeTone, ud as isValidComponent, h5 as listingGaugeToneVariants, ld as noop, Uq as overlayVariants, W7 as useApiMonthlyPlanPrice, lB as useCarousel, fB as useCheckGroup, Sge as useCodeInput, uB as useControlledState, hB as useDragToScroll, m3 as useFileUploader, _B as useFocusKeyNav, GV as useFuse, qV as useImageLoadStatus, XV as useIsClient, ZV as useLazyLoadVideo, QV as usePasteFilesHandler, L7 as usePriceCountryCurrencyDisplayName, $V as useResizeObserver, eH as useWindowDragEvents, Dh as withTooltip };
|
|
61025
|
+
export { V7 as API_BASIC_PLAN_SHORTNAME, U7 as API_ENTERPRISE_PLAN_SHORTNAME, H7 as API_PLUS_PLAN_SHORTNAME, Txe as AccentDropZone, Exe as AchievementsBlock, Rre as ActionBar, sU as ActionButton, dW as ActivityIndicator, lye as ActivityRow, Dxe as ApiHeroBlock, rCe as ApiPricingCardsContainer, aCe as ApiPricingCardsItem, dCe as ApiPricingFeaturesLegend, fCe as ApiPricingFeaturesSectionItemBadge, oCe as ApiPricingMonthlyPricePerImage, sCe as ApiPricingPartnerCard, Sd as AppButton, _Ce as AppPricingCardsContainer, vCe as AppPricingCardsGroup, yCe as AppPricingCardsItemV2, bCe as AppPricingFeaturesLegend, xCe as AppPricingFeaturesPlanHeader, SCe as AppPricingFeaturesSectionItemBadge, _7 as ArticleAuthor, y7 as ArticleContent, kxe as ArticleHeroBlock, Axe as AssetPreview, Jh as Avatar, pye as AvatarSkeleton, yye as AvatarStack, Nxe as AwardsBlock, Ixe as BLOCK_BACKGROUND_VARIANTS, rg as Badge, zU as BatchSectionMenuContent, Pxe as BentoBlock, Fxe as BentoCard, S7 as BlockBackground, Lxe as BlogActionBlock, mW as BlogActionCard, hW as BlogEditorialCard, Rxe as BlogQuoteBlock, Cd as BlogSocialButton, C7 as BlogSubtleActionBlock, LU as BoardSection, VK as Bone, zxe as BrandHeroBlock, Bxe as BrandInsightBlock, Vxe as BrandListBlock, w7 as BrandListRow, Uxe as BrandScoreBlock, bye as Breadcrumbs, bd as Button, wd as ButtonCluster, Nre as CDN, xge as CODE_LENGTH, T4 as CanvasInput, Wxe as CardsBlock, Gxe as CardsHeroBlock, Kxe as CareersBlock, qxe as CareersBlockItem, pB as CheckGroup, dB as CheckGroupContext, eG as Checkbox, bge as CheckboxField, oW as CheckboxIndicator, cW as CheckboxPullDown, b4 as ChoiceFeedTile, x4 as ChoiceFeedTileGroup, f5 as ChoiceMultipleGroup, p5 as ChoiceSingleGroup, Td as CircularButton, Ed as CloseButton, D4 as CodeInput, qge as CollapsibleSliderField, fge as CollectionTile, aJ as ColorPalette, HY as ColorPicker, WY as ColorRow, VW as ColorSwatch, sJ as ColorWheel, lW as ColumnHeader, uye as CommentRow, Jxe as ComparisonBlock, xW as ComparisonSlider, Yxe as ComparisonTable, dH as ContextMenu, bX as CropBoxFrame, Xxe as CustomerStoriesBlock, CW as CustomerStoryCard, Zxe as DataBlock, Qxe as DataBlockItem, Gq as Dialog, $xe as DimensionCard, D7 as DimensionCardsBlock, aH as Divider, Qge as DropZone, a3 as DropZoneAreaWrapper, s3 as DropZoneFullscreen, o3 as DropZoneOverlay, Xq as DropdownListBox, aU as DropdownMenu, Qq as DropdownMenuDivider, g3 as DropdownMenuMultipleSelectionItem, $q as DropdownMenuNumberItem, eJ as DropdownMenuSectionHeader, Zq as DropdownMenuSingleSelectionItem, tJ as DropdownMenuSpaceActionItem, nJ as DropdownMenuSpaceItem, YH as DropdownSearchField, PW as EditorialCard, eSe as EditorialLineupBlock, $ye as EmptySpace, tSe as EnterpriseGradeBlock, nSe as EnterpriseGradeCard, dye as EventRow, rSe as ExtraTextBlock, iSe as FaqBlock, aSe as FaqItem, cSe as FeatureBlock, fSe as FeatureBlockListItem, lSe as FeatureClassicVisual, uSe as FeatureSwitcher, dSe as FeatureVideoElement, oSe as FeaturesBlock, Hbe as FeaturesList, pSe as FeaturesListBlock, mSe as FeaturesListBlockItem, hSe as FeaturesSpotlightBlock, Og as FeedTile, Dd as FieldClearButton, iJ as FieldLabel, Od as FilterPullDownButton, kd as FilterTag, Ure as FilterTagList, x3 as FloatingInput, aX as FloatingPanel, qY as FloatingPanelAccessoryBar, JY as FloatingPanelContent, YY as FloatingPanelHeader, _Se as FocusBlock, FW as Folder, C3 as FolderList, B6 as FontFamilyRow, w3 as FontWeightSelectorItem, k7 as FooterV2Block, ebe as FullScreenLoader, bSe as GalaAwardCard, xSe as GalaBlock, M7 as GlossaryAlphabet, CSe as GlossarySection, N7 as GlossaryTermCard, wSe as GuidelineBlock, DSe as GuidelineCard, TSe as GuidelineSection, F7 as HeaderBanner, Wbe as Heading, Zh as HelpButton, mP as HelperText, Qh as HeroButton, kSe as HeroTitleBlock, c3 as HiddenFileInput, F5 as HighLightedText, mge as Hint, ASe as HomeHeroBlock, oX as HoverObjectBox, D3 as IconSwitch, O3 as ImagePicker, b3 as ImageWidget, jSe as ImpactBlock, MSe as ImpactCard, k3 as ImportWidget, Jbe as InfoBanner, _ge as InfoBar, eg as InfoButton, NSe as InfoSnapshot, PSe as InfoSnapshotItem, IW as InfoTable, LW as InfoTableRow, tg as InlineButton, VY as InlineColorPicker, A3 as InlineRadioGroup, j3 as InlineSelector, Ag as InputButton, Rg as InsertActionBar, FSe as JoinTeamBlock, ISe as JudgesBlock, LSe as JudgesBlockCard, hP as Label, I7 as LanguagePickerItem, N3 as LargeOptionTile, sX as LayerIndicator, Eg as LazyImage, RW as LightPromoBanner, Wg as LimitButton, qq as LimitGauge, Ug as LimitIndicatorGauge, zW as LinkCard, cX as ListItem, ibe as ListingGauge, v5 as ListingScoreButton, Jg as LoginButton, RSe as LogosBlock, zSe as LogosHighlightBlock, BSe as LogosWallBlock, WP as MenuItemButton, VSe as MissionBlock, bxe as MobileDrawer, Yg as MobileNavigationButton, sK as ModeSelectionTile, vW as MoreTile, oU as MultiActionWidget, e_ as NavigationButton, $g as NavigationToggleButton, WW as NewPaletteTile, b5 as Notification, cbe as NotificationImage, Pbe as NotificationStack, Ibe as NotificationsStore, LY as NumberField, wxe as NumberSelectField, Dve as NumberedSectionHeader, lX as ObjectItem, HW as ObjectPreview, GW as OfferCard, HSe as OffersBlock, F3 as OptionGroup, I3 as OptionSelectionListItem, KW as OptionTable, XW as OptionTableRow, L3 as OptionTile, n_ as OverlayButton, t_ as OverlayButtonBase, r_ as OverlaySelectButton, Mye as PLAN_COLORS, DCe as PRICING_TABS_MAX, e9 as PROMO_BANNER_SESSION_KEY, USe as PageTitle, P5 as PanelHeader, M5 as PanelHeaderSwitcherButton, R3 as PanelStandardInput, wve as PeopleListItem, WSe as PersonaBlock, GSe as PersonaCard, l_e as PhotoDropZone, hX as Pill, dX as PillDivider, z3 as PlaceholderTile, jye as PlanPicker, KSe as PlaygroundBlock, qSe as PlaygroundHeroBlock, PU as Popover, JSe as Pr100HeroBlock, vX as PresenceObjectBox, V3 as PresetGroup, YSe as PressBlock, pW as PreviewBox, cCe as PricingFeatures, Y7 as PricingFeaturesLegend, lCe as PricingFeaturesSection, uCe as PricingFeaturesSectionItem, X7 as PricingFeaturesSectionItemBadge, XSe as PricingHeroBlock, CCe as PricingPicker, ECe as PricingPickerButton, ACe as PricingTabs, lg as ProBadge, $W as ProductActionBar, _G as ProductListItem, gG as ProductListItemStatus, vG as ProductTile, FK as Progress, O5 as ProgressStep, $K as ProgressTimer, yG as PromoBanner, jCe as PromoBannerBlock, S4 as Prompt, H3 as PromptInput, bG as PromptTile, DG as PropList, o_ as PullDownButton, s_ as QuickActionCard, MCe as QuickToolHeroBlock, NCe as QuoteBlock, U3 as RadioGroup, g_e as ReactionBar, __e as ReactionButton, FCe as RelatedToolsBlock, c_ as RetryButton, LCe as Review, ICe as ReviewsBlock, p_ as RoundButton, K3 as SamplePicker, T7 as ScoreBlockGauge, m_ as ScrollButton, q3 as SearchInput, F6 as SearchableSelect, V6 as SectionHeader, kve as SectionHeaderSkeleton, cK as SectionSpace, RCe as SectionTitle, g_ as SegmentedButton, v_ as SegmentedButtonStack, k8 as SegmentedControl, bY as SelectField, h3 as SelectTrigger, oK as SelectionBadge, p4 as SelectionObjectBox, aK as SelectionTile, cG as SellScore, RU as Shortcut, A8 as SideNavigationHeader, j8 as SideNavigationItem, Lye as SideNavigationItemSkeleton, zCe as SidePageTitle, H6 as SizeListItem, r3 as Slider, vve as SliderField, BCe as SmallSectionTitle, y_ as SocialButton, rJ as SpacePullDownButton, Jq as SpaceUsageDialog, gSe as SpotlightCard, Yq as SpotlightDialog, x_ as StackButton, z_ as StackToggleButton, H_ as StandaloneLink, lK as StarterTile, uK as StepCard, VCe as StepsBlock, dP as StoreButton, ug as StudioBadge, pge as Suggestion, QW as SwitchField, I6 as SwitchGroup, W8 as TabNavigation, Y8 as Tabs, t9 as TagCloudBlock, L6 as TagField, Z8 as TagGroup, e5 as TagNavigation, HCe as TakeActionBlock, UCe as TakeActionBlockV2, dK as Task, GCe as TestimonialItem, KCe as TestimonialSpotlightBlock, qCe as TestimonialSpotlightCard, WCe as TestimonialsBlock, zP as TextArea, JCe as TextContentBlock, XCe as TextContentCard, R6 as TextEditionBox, z6 as TextField, Cve as TextFieldLabel, CY as TextInput, C4 as TextSuggestion, UK as Tile, ZCe as TimelineBlock, QCe as TimelineCard, zbe as ToastProgress, fP as ToggleButton, WK as ToolBanner, r9 as ToolCard, $Ce as ToolCategoryBannerBlock, i9 as ToolLinkCard, t5 as ToolMenuButton, a9 as ToolSmallCard, KK as ToolTile, Eh as Tooltip, Oh as TooltipSection, Yh as TooltipUserRow, o9 as TopicsBlock, Bbe as TransformationEmptySpace, twe as TrustBlock, uG as UnpublishedStatus, rwe as UseCaseItemContentTransform, iwe as UseCaseItemContentTransformItem, nwe as UseCasesBlock, cwe as VISUAL_BLOCK_ASPECT_RATIOS, BP as ValidationBanner, owe as ValueCard, awe as ValuesBlock, oye as VariantsList, g8 as VariantsListItem, JK as VideoPlayer, eq as VideoTile, swe as VisionHeroBlock, lwe as VisualBlock, iq as VisualToolTile, P9 as WEBSITE_NAV_OVERLAY_SCROLL_ID, dwe as WalkthroughBlock, Wwe as WebsiteNavigation, Gwe as WebsiteNavigationAccordion, Kwe as WebsiteNavigationAccordionItem, s9 as WebsiteNavigationButton, I9 as WebsiteNavigationCtaSection, L9 as WebsiteNavigationItem, Uwe as WebsiteNavigationLink, N9 as WebsiteNavigationMenu, R9 as WebsiteNavigationMoreItem, F9 as WebsiteNavigationOverlay, z9 as WebsiteNavigationOverlayLink, qwe as WebsiteNavigationPanel, B9 as WebsiteNavigationSection, V9 as WebsiteNavigationStory, H9 as WebsiteNavigationTestimonial, OTe as YoutubeEmbed, _4 as ZoomPill, v7 as articleTableClassName, BK as boneVariants, U as cn, Wq as contentVariants, Xh as convertMarkdownLinksToHTML, m5 as getListingGaugeTone, ud as isValidComponent, h5 as listingGaugeToneVariants, ld as noop, Uq as overlayVariants, W7 as useApiMonthlyPlanPrice, lB as useCarousel, fB as useCheckGroup, Sge as useCodeInput, uB as useControlledState, hB as useDragToScroll, m3 as useFileUploader, _B as useFocusKeyNav, GV as useFuse, qV as useImageLoadStatus, XV as useIsClient, ZV as useLazyLoadVideo, QV as usePasteFilesHandler, L7 as usePriceCountryCurrencyDisplayName, $V as useResizeObserver, eH as useWindowDragEvents, Dh as withTooltip };
|
|
60968
61026
|
|
|
60969
61027
|
//# sourceMappingURL=index.mjs.map
|