unframer 4.1.8 → 4.1.9
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 +4 -4
- package/dist/babel-jsx.d.ts +9 -0
- package/dist/babel-jsx.d.ts.map +1 -1
- package/dist/babel-jsx.js +72 -0
- package/dist/babel-jsx.js.map +1 -1
- package/dist/cli.d.ts +2 -2
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +24 -27
- package/dist/cli.js.map +1 -1
- package/dist/css-core.d.ts +50 -0
- package/dist/css-core.d.ts.map +1 -0
- package/dist/css-core.js +231 -0
- package/dist/css-core.js.map +1 -0
- package/dist/css.d.ts +9 -43
- package/dist/css.d.ts.map +1 -1
- package/dist/css.js +9 -232
- package/dist/css.js.map +1 -1
- package/dist/exporter.d.ts +1 -1
- package/dist/exporter.d.ts.map +1 -1
- package/dist/exporter.js +43 -6
- package/dist/exporter.js.map +1 -1
- package/dist/exporter.test.js +78 -0
- package/dist/exporter.test.js.map +1 -1
- package/dist/framer-chunks/{SqliteDatabase-VAKIICSG-R7ZS6CHH.js → SqliteDatabase-VAKIICSG-W43ZSXBO.js} +4 -4
- package/dist/framer-chunks/{chunk-2DZGP7C2.js → chunk-WYG6DFEF.js} +1 -1
- package/dist/framer-chunks/{default-blog-sqlite-7ZHEY3GT-27R5KAAW.js → default-blog-sqlite-7ZHEY3GT-DXFOTMBP.js} +1 -1
- package/dist/framer-chunks/{fontshare-4THNDPMZ-BJQGNHXN.js → fontshare-4THNDPMZ-L3NZDIOE.js} +1 -1
- package/dist/framer-chunks/{fontshare-B2QLD7YB-4BZEAA37.js → fontshare-B2QLD7YB-ZLNQ44LW.js} +1 -1
- package/dist/framer-chunks/{fontshare-O22OBJ3D-ALBQLFE5.js → fontshare-O22OBJ3D-VY7WF3BB.js} +1 -1
- package/dist/framer-chunks/{framer-font-45AI7UCZ-LU7DEIDM.js → framer-font-45AI7UCZ-Z3XHDH5K.js} +1 -1
- package/dist/framer-chunks/{google-3FCAKCAC-P5EL6KGL.js → google-3FCAKCAC-K2ZVMKHN.js} +1 -1
- package/dist/framer-chunks/{google-3SZHWBC6-OBXS3UIH.js → google-3SZHWBC6-MIC5SCB4.js} +1 -1
- package/dist/framer-chunks/{google-GXDJLGJB-HHIXFE4M.js → google-GXDJLGJB-356NWSZ7.js} +1 -1
- package/dist/framer-chunks/{sqlite-wasm-FGP37EAY-HR6PIAJQ.js → sqlite-wasm-FGP37EAY-MBPG3MPB.js} +23 -23
- package/dist/framer-chunks/{sqlite3-SISQ6ENZ-KMXYXSSV.js → sqlite3-SISQ6ENZ-RRHGROT5.js} +1 -1
- package/dist/framer.js +435 -45
- package/dist/plugin-mcp-dist/lib/framer.d.ts +1 -7
- package/dist/plugin-mcp-dist/lib/framer.d.ts.map +1 -1
- package/dist/plugin-mcp-dist/lib/framer.js +60 -9
- package/dist/plugin-mcp-dist/lib/framer.js.map +1 -1
- package/dist/plugin-mcp-dist/lib/framer.test.d.ts +2 -0
- package/dist/plugin-mcp-dist/lib/framer.test.d.ts.map +1 -0
- package/dist/plugin-mcp-dist/lib/framer.test.js +244 -0
- package/dist/plugin-mcp-dist/lib/framer.test.js.map +1 -0
- package/dist/plugin-mcp-dist/lib/mcp-handlers.d.ts.map +1 -1
- package/dist/plugin-mcp-dist/lib/mcp-handlers.js +10 -11
- package/dist/plugin-mcp-dist/lib/mcp-handlers.js.map +1 -1
- package/dist/plugin-mcp-dist/lib/mcp.test.js +340 -364
- package/dist/plugin-mcp-dist/lib/mcp.test.js.map +1 -1
- package/dist/plugin-mcp-dist/lib/plugin-websocket.d.ts.map +1 -1
- package/dist/plugin-mcp-dist/lib/plugin-websocket.js +0 -3
- package/dist/plugin-mcp-dist/lib/plugin-websocket.js.map +1 -1
- package/dist/plugin-mcp-dist/lib/tunnel-integration.test.d.ts +2 -0
- package/dist/plugin-mcp-dist/lib/tunnel-integration.test.d.ts.map +1 -0
- package/dist/plugin-mcp-dist/lib/tunnel-integration.test.js +147 -0
- package/dist/plugin-mcp-dist/lib/tunnel-integration.test.js.map +1 -0
- package/dist/plugin-mcp-dist/lib/tunnel.d.ts +46 -0
- package/dist/plugin-mcp-dist/lib/tunnel.d.ts.map +1 -0
- package/dist/plugin-mcp-dist/lib/tunnel.js +117 -0
- package/dist/plugin-mcp-dist/lib/tunnel.js.map +1 -0
- package/dist/plugin-mcp-dist/lib/upstream-socket.d.ts +13 -0
- package/dist/plugin-mcp-dist/lib/upstream-socket.d.ts.map +1 -0
- package/dist/plugin-mcp-dist/lib/upstream-socket.js +56 -0
- package/dist/plugin-mcp-dist/lib/upstream-socket.js.map +1 -0
- package/dist/plugin-mcp-dist/lib/upstream-socket.test.d.ts +2 -0
- package/dist/plugin-mcp-dist/lib/upstream-socket.test.d.ts.map +1 -0
- package/dist/plugin-mcp-dist/lib/upstream-socket.test.js +212 -0
- package/dist/plugin-mcp-dist/lib/upstream-socket.test.js.map +1 -0
- package/dist/plugin-mcp-dist/lib/utils.d.ts +1 -9
- package/dist/plugin-mcp-dist/lib/utils.d.ts.map +1 -1
- package/dist/plugin-mcp-dist/lib/utils.js +2 -2
- package/dist/plugin-mcp-dist/lib/utils.js.map +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +7 -11
- package/dist/react.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +6 -6
- package/src/babel-jsx.ts +99 -0
- package/src/cli.ts +30 -28
- package/src/css-core.ts +277 -0
- package/src/css.tsx +10 -276
- package/src/exporter.test.ts +82 -0
- package/src/exporter.ts +53 -5
- package/src/framer.js +435 -45
- package/src/plugin-mcp-dist/lib/framer.d.ts +2 -5
- package/src/plugin-mcp-dist/lib/framer.d.ts.map +1 -1
- package/src/plugin-mcp-dist/lib/framer.js +60 -9
- package/src/plugin-mcp-dist/lib/framer.js.map +1 -1
- package/src/plugin-mcp-dist/lib/framer.test.d.ts +2 -0
- package/src/plugin-mcp-dist/lib/framer.test.d.ts.map +1 -0
- package/src/plugin-mcp-dist/lib/framer.test.js +243 -0
- package/src/plugin-mcp-dist/lib/framer.test.js.map +1 -0
- package/src/plugin-mcp-dist/lib/mcp-handlers.d.ts +1 -1
- package/src/plugin-mcp-dist/lib/mcp-handlers.d.ts.map +1 -1
- package/src/plugin-mcp-dist/lib/mcp-handlers.js +10 -11
- package/src/plugin-mcp-dist/lib/mcp-handlers.js.map +1 -1
- package/src/plugin-mcp-dist/lib/mcp.test.js +340 -364
- package/src/plugin-mcp-dist/lib/mcp.test.js.map +1 -1
- package/src/plugin-mcp-dist/lib/plugin-websocket.d.ts.map +1 -1
- package/src/plugin-mcp-dist/lib/plugin-websocket.js +0 -3
- package/src/plugin-mcp-dist/lib/plugin-websocket.js.map +1 -1
- package/src/plugin-mcp-dist/lib/tunnel-integration.test.d.ts +2 -0
- package/src/plugin-mcp-dist/lib/tunnel-integration.test.d.ts.map +1 -0
- package/src/plugin-mcp-dist/lib/tunnel-integration.test.js +146 -0
- package/src/plugin-mcp-dist/lib/tunnel-integration.test.js.map +1 -0
- package/src/plugin-mcp-dist/lib/tunnel.d.ts +55 -0
- package/src/plugin-mcp-dist/lib/tunnel.d.ts.map +1 -0
- package/src/plugin-mcp-dist/lib/tunnel.js +116 -0
- package/src/plugin-mcp-dist/lib/tunnel.js.map +1 -0
- package/src/plugin-mcp-dist/lib/upstream-socket.d.ts +28 -0
- package/src/plugin-mcp-dist/lib/upstream-socket.d.ts.map +1 -0
- package/src/plugin-mcp-dist/lib/upstream-socket.js +55 -0
- package/src/plugin-mcp-dist/lib/upstream-socket.js.map +1 -0
- package/src/plugin-mcp-dist/lib/upstream-socket.test.d.ts +5 -0
- package/src/plugin-mcp-dist/lib/upstream-socket.test.d.ts.map +1 -0
- package/src/plugin-mcp-dist/lib/upstream-socket.test.js +211 -0
- package/src/plugin-mcp-dist/lib/upstream-socket.test.js.map +1 -0
- package/src/plugin-mcp-dist/lib/utils.d.ts +2 -2
- package/src/plugin-mcp-dist/lib/utils.d.ts.map +1 -1
- package/src/plugin-mcp-dist/lib/utils.js +2 -2
- package/src/plugin-mcp-dist/lib/utils.js.map +1 -1
- package/src/react.tsx +7 -16
- package/src/version.ts +1 -1
- package/dist/generated/api-client.d.ts +0 -21
- package/dist/generated/api-client.d.ts.map +0 -1
- package/dist/generated/api-client.js +0 -27
- package/dist/generated/api-client.js.map +0 -1
- package/src/generated/api-client.d.ts +0 -1238
- package/src/generated/api-client.js +0 -26
package/dist/framer.js
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
__require,
|
|
13
13
|
__runInitializers,
|
|
14
14
|
__toESM,
|
|
15
|
-
} from './framer-chunks/chunk-
|
|
15
|
+
} from './framer-chunks/chunk-WYG6DFEF.js';
|
|
16
16
|
|
|
17
17
|
// /:https://app.framerstatic.com/chunk-7KEO2DXG.mjs
|
|
18
18
|
import { createContext, } from 'react';
|
|
@@ -8115,6 +8115,7 @@ function PopChild({
|
|
|
8115
8115
|
};
|
|
8116
8116
|
}, [isPresent2,],);
|
|
8117
8117
|
return jsx(PopChildMeasure, {
|
|
8118
|
+
suppressHydrationWarning: true,
|
|
8118
8119
|
isPresent: isPresent2,
|
|
8119
8120
|
childRef: ref,
|
|
8120
8121
|
sizeRef: size,
|
|
@@ -8178,6 +8179,7 @@ var PresenceChild = ({
|
|
|
8178
8179
|
!isPresent2 && !presenceChildren.size && onExitComplete && onExitComplete();
|
|
8179
8180
|
}, [isPresent2,],);
|
|
8180
8181
|
children = jsx(PopChild, {
|
|
8182
|
+
suppressHydrationWarning: true,
|
|
8181
8183
|
pop: mode === 'popLayout',
|
|
8182
8184
|
isPresent: isPresent2,
|
|
8183
8185
|
anchorX,
|
|
@@ -8186,6 +8188,7 @@ var PresenceChild = ({
|
|
|
8186
8188
|
children,
|
|
8187
8189
|
},);
|
|
8188
8190
|
return jsx(PresenceContext.Provider, {
|
|
8191
|
+
suppressHydrationWarning: true,
|
|
8189
8192
|
value: context,
|
|
8190
8193
|
children,
|
|
8191
8194
|
},);
|
|
@@ -8312,6 +8315,7 @@ var AnimatePresence = ({
|
|
|
8312
8315
|
}
|
|
8313
8316
|
};
|
|
8314
8317
|
return jsx(PresenceChild, {
|
|
8318
|
+
suppressHydrationWarning: true,
|
|
8315
8319
|
isPresent: isPresent2,
|
|
8316
8320
|
initial: !isInitialRender.current || initial ? void 0 : false,
|
|
8317
8321
|
custom,
|
|
@@ -8372,6 +8376,7 @@ var LayoutGroup = ({
|
|
|
8372
8376
|
forceRender,
|
|
8373
8377
|
}), [key7,],);
|
|
8374
8378
|
return jsx(LayoutGroupContext.Provider, {
|
|
8379
|
+
suppressHydrationWarning: true,
|
|
8375
8380
|
value: memoizedContext,
|
|
8376
8381
|
children,
|
|
8377
8382
|
},);
|
|
@@ -8444,6 +8449,7 @@ function LazyMotion({
|
|
|
8444
8449
|
}
|
|
8445
8450
|
}, [],);
|
|
8446
8451
|
return jsx(LazyContext.Provider, {
|
|
8452
|
+
suppressHydrationWarning: true,
|
|
8447
8453
|
value: {
|
|
8448
8454
|
renderer: loadedRenderer.current,
|
|
8449
8455
|
strict,
|
|
@@ -8535,6 +8541,7 @@ function MotionConfig({
|
|
|
8535
8541
|
config.skipAnimations,
|
|
8536
8542
|
],);
|
|
8537
8543
|
return jsx(MotionConfigContext.Provider, {
|
|
8544
|
+
suppressHydrationWarning: true,
|
|
8538
8545
|
value: context,
|
|
8539
8546
|
children,
|
|
8540
8547
|
},);
|
|
@@ -8795,7 +8802,7 @@ var useSVGVisualState = /* @__PURE__ */ makeUseVisualState({
|
|
|
8795
8802
|
scrapeMotionValuesFromProps: scrapeMotionValuesFromProps2,
|
|
8796
8803
|
createRenderState: createSvgRenderState,
|
|
8797
8804
|
},);
|
|
8798
|
-
var motionComponentSymbol = Symbol.for('motionComponentSymbol',);
|
|
8805
|
+
var motionComponentSymbol = /* @__PURE__ */ Symbol.for('motionComponentSymbol',);
|
|
8799
8806
|
function useMotionRef(visualState, visualElement, externalRef,) {
|
|
8800
8807
|
const externalRefContainer = useRef(externalRef,);
|
|
8801
8808
|
useInsertionEffect(() => {
|
|
@@ -8978,10 +8985,12 @@ function createMotionComponent(
|
|
|
8978
8985
|
);
|
|
8979
8986
|
}
|
|
8980
8987
|
return jsxs(MotionContext.Provider, {
|
|
8988
|
+
suppressHydrationWarning: true,
|
|
8981
8989
|
value: context,
|
|
8982
8990
|
children: [
|
|
8983
8991
|
MeasureLayout2 && context.visualElement
|
|
8984
8992
|
? jsx(MeasureLayout2, {
|
|
8993
|
+
suppressHydrationWarning: true,
|
|
8985
8994
|
visualElement: context.visualElement,
|
|
8986
8995
|
...configAndProps,
|
|
8987
8996
|
},)
|
|
@@ -10271,6 +10280,7 @@ function MeasureLayout(props,) {
|
|
|
10271
10280
|
const [isPresent2, safeToRemove,] = usePresence();
|
|
10272
10281
|
const layoutGroup = useContext(LayoutGroupContext,);
|
|
10273
10282
|
return jsx(MeasureLayoutWithContext, {
|
|
10283
|
+
suppressHydrationWarning: true,
|
|
10274
10284
|
...props,
|
|
10275
10285
|
layoutGroup,
|
|
10276
10286
|
switchLayoutGroup: useContext(SwitchLayoutGroupContext,),
|
|
@@ -12549,11 +12559,13 @@ function ReorderGroupComponent({
|
|
|
12549
12559
|
...props.style,
|
|
12550
12560
|
};
|
|
12551
12561
|
return jsx(Component33, {
|
|
12562
|
+
suppressHydrationWarning: true,
|
|
12552
12563
|
...props,
|
|
12553
12564
|
style: groupStyle,
|
|
12554
12565
|
ref: setRef22,
|
|
12555
12566
|
ignoreStrict: true,
|
|
12556
12567
|
children: jsx(ReorderContext.Provider, {
|
|
12568
|
+
suppressHydrationWarning: true,
|
|
12557
12569
|
value: context,
|
|
12558
12570
|
children,
|
|
12559
12571
|
},),
|
|
@@ -12705,6 +12717,7 @@ function ReorderItemComponent({
|
|
|
12705
12717
|
groupRef,
|
|
12706
12718
|
} = context;
|
|
12707
12719
|
return jsx(Component33, {
|
|
12720
|
+
suppressHydrationWarning: true,
|
|
12708
12721
|
drag: axis,
|
|
12709
12722
|
...props,
|
|
12710
12723
|
dragSnapToOrigin: true,
|
|
@@ -12739,7 +12752,7 @@ function ReorderItemComponent({
|
|
|
12739
12752
|
}
|
|
12740
12753
|
var ReorderItem = /* @__PURE__ */ forwardRef(ReorderItemComponent,);
|
|
12741
12754
|
|
|
12742
|
-
// /:https://app.framerstatic.com/framer.
|
|
12755
|
+
// /:https://app.framerstatic.com/framer.7GWEWZBL.mjs
|
|
12743
12756
|
|
|
12744
12757
|
import React42 from 'react';
|
|
12745
12758
|
import { startTransition as startTransition2, useDeferredValue, useSyncExternalStore, } from 'react';
|
|
@@ -13266,24 +13279,24 @@ var require_react_is_production_min = __commonJS({
|
|
|
13266
13279
|
'use strict';
|
|
13267
13280
|
|
|
13268
13281
|
var b = 'function' === typeof Symbol && Symbol.for;
|
|
13269
|
-
var c = b ? Symbol.for('react.element',) : 60103;
|
|
13270
|
-
var d = b ? Symbol.for('react.portal',) : 60106;
|
|
13271
|
-
var e = b ? Symbol.for('react.fragment',) : 60107;
|
|
13272
|
-
var f2 = b ? Symbol.for('react.strict_mode',) : 60108;
|
|
13273
|
-
var g = b ? Symbol.for('react.profiler',) : 60114;
|
|
13274
|
-
var h = b ? Symbol.for('react.provider',) : 60109;
|
|
13275
|
-
var k = b ? Symbol.for('react.context',) : 60110;
|
|
13276
|
-
var l2 = b ? Symbol.for('react.async_mode',) : 60111;
|
|
13277
|
-
var m2 = b ? Symbol.for('react.concurrent_mode',) : 60111;
|
|
13278
|
-
var n = b ? Symbol.for('react.forward_ref',) : 60112;
|
|
13279
|
-
var p = b ? Symbol.for('react.suspense',) : 60113;
|
|
13280
|
-
var q = b ? Symbol.for('react.suspense_list',) : 60120;
|
|
13281
|
-
var r = b ? Symbol.for('react.memo',) : 60115;
|
|
13282
|
-
var t = b ? Symbol.for('react.lazy',) : 60116;
|
|
13283
|
-
var v = b ? Symbol.for('react.block',) : 60121;
|
|
13284
|
-
var w = b ? Symbol.for('react.fundamental',) : 60117;
|
|
13285
|
-
var x2 = b ? Symbol.for('react.responder',) : 60118;
|
|
13286
|
-
var y2 = b ? Symbol.for('react.scope',) : 60119;
|
|
13282
|
+
var c = b ? /* @__PURE__ */ Symbol.for('react.element',) : 60103;
|
|
13283
|
+
var d = b ? /* @__PURE__ */ Symbol.for('react.portal',) : 60106;
|
|
13284
|
+
var e = b ? /* @__PURE__ */ Symbol.for('react.fragment',) : 60107;
|
|
13285
|
+
var f2 = b ? /* @__PURE__ */ Symbol.for('react.strict_mode',) : 60108;
|
|
13286
|
+
var g = b ? /* @__PURE__ */ Symbol.for('react.profiler',) : 60114;
|
|
13287
|
+
var h = b ? /* @__PURE__ */ Symbol.for('react.provider',) : 60109;
|
|
13288
|
+
var k = b ? /* @__PURE__ */ Symbol.for('react.context',) : 60110;
|
|
13289
|
+
var l2 = b ? /* @__PURE__ */ Symbol.for('react.async_mode',) : 60111;
|
|
13290
|
+
var m2 = b ? /* @__PURE__ */ Symbol.for('react.concurrent_mode',) : 60111;
|
|
13291
|
+
var n = b ? /* @__PURE__ */ Symbol.for('react.forward_ref',) : 60112;
|
|
13292
|
+
var p = b ? /* @__PURE__ */ Symbol.for('react.suspense',) : 60113;
|
|
13293
|
+
var q = b ? /* @__PURE__ */ Symbol.for('react.suspense_list',) : 60120;
|
|
13294
|
+
var r = b ? /* @__PURE__ */ Symbol.for('react.memo',) : 60115;
|
|
13295
|
+
var t = b ? /* @__PURE__ */ Symbol.for('react.lazy',) : 60116;
|
|
13296
|
+
var v = b ? /* @__PURE__ */ Symbol.for('react.block',) : 60121;
|
|
13297
|
+
var w = b ? /* @__PURE__ */ Symbol.for('react.fundamental',) : 60117;
|
|
13298
|
+
var x2 = b ? /* @__PURE__ */ Symbol.for('react.responder',) : 60118;
|
|
13299
|
+
var y2 = b ? /* @__PURE__ */ Symbol.for('react.scope',) : 60119;
|
|
13287
13300
|
function z(a,) {
|
|
13288
13301
|
if ('object' === typeof a && null !== a) {
|
|
13289
13302
|
var u = a.$$typeof;
|
|
@@ -13822,6 +13835,7 @@ function lazy(factory, moduleName = 'default', cacheHash,) {
|
|
|
13822
13835
|
throw load(factory,);
|
|
13823
13836
|
}
|
|
13824
13837
|
return /* @__PURE__ */ jsx(LoadedComponent, {
|
|
13838
|
+
suppressHydrationWarning: true,
|
|
13825
13839
|
ref,
|
|
13826
13840
|
...props,
|
|
13827
13841
|
},);
|
|
@@ -13992,6 +14006,7 @@ function RouterAPIProvider({
|
|
|
13992
14006
|
children,
|
|
13993
14007
|
},) {
|
|
13994
14008
|
return /* @__PURE__ */ jsx(RouterContext.Provider, {
|
|
14009
|
+
suppressHydrationWarning: true,
|
|
13995
14010
|
value: api,
|
|
13996
14011
|
children,
|
|
13997
14012
|
},);
|
|
@@ -14008,6 +14023,7 @@ function RoutesProvider({
|
|
|
14008
14023
|
getRoute,
|
|
14009
14024
|
}), [getRoute,],);
|
|
14010
14025
|
return /* @__PURE__ */ jsx(RouterContext.Provider, {
|
|
14026
|
+
suppressHydrationWarning: true,
|
|
14011
14027
|
value: api,
|
|
14012
14028
|
children,
|
|
14013
14029
|
},);
|
|
@@ -15054,6 +15070,7 @@ function CollectionUtilsCacheProvider({
|
|
|
15054
15070
|
};
|
|
15055
15071
|
}, [collectionUtils,],);
|
|
15056
15072
|
return /* @__PURE__ */ jsx(CollectionUtilsCacheContext.Provider, {
|
|
15073
|
+
suppressHydrationWarning: true,
|
|
15057
15074
|
value: getCollectionUtilsCacheMemoized,
|
|
15058
15075
|
children,
|
|
15059
15076
|
},);
|
|
@@ -15585,6 +15602,7 @@ function PageEffectsProvider({
|
|
|
15585
15602
|
value,
|
|
15586
15603
|
},) {
|
|
15587
15604
|
return /* @__PURE__ */ jsx(PageEffectsContext.Provider, {
|
|
15605
|
+
suppressHydrationWarning: true,
|
|
15588
15606
|
value,
|
|
15589
15607
|
children,
|
|
15590
15608
|
},);
|
|
@@ -16460,6 +16478,7 @@ function RenderTargetEnvironmentProvider({
|
|
|
16460
16478
|
value,
|
|
16461
16479
|
},) {
|
|
16462
16480
|
return /* @__PURE__ */ jsx(RenderTargetEnvironmentContext.Provider, {
|
|
16481
|
+
suppressHydrationWarning: true,
|
|
16463
16482
|
value,
|
|
16464
16483
|
children,
|
|
16465
16484
|
},);
|
|
@@ -16697,6 +16716,7 @@ function URLSearchParamsProvider({
|
|
|
16697
16716
|
replaceSearchParams,
|
|
16698
16717
|
}), [urlSearchString, replaceSearchParams,],);
|
|
16699
16718
|
return /* @__PURE__ */ jsx(URLSearchParamsContext.Provider, {
|
|
16719
|
+
suppressHydrationWarning: true,
|
|
16700
16720
|
value,
|
|
16701
16721
|
children,
|
|
16702
16722
|
},);
|
|
@@ -17500,6 +17520,7 @@ function renderPage(Page4, defaultPageStyle,) {
|
|
|
17500
17520
|
'data-framer-root': '',
|
|
17501
17521
|
};
|
|
17502
17522
|
return React42.isValidElement(Page4,) ? React42.cloneElement(Page4, props,) : /* @__PURE__ */ jsx(Page4, {
|
|
17523
|
+
suppressHydrationWarning: true,
|
|
17503
17524
|
...props,
|
|
17504
17525
|
},);
|
|
17505
17526
|
}
|
|
@@ -20452,11 +20473,13 @@ var Loop = class extends EventEmitter {
|
|
|
20452
20473
|
}
|
|
20453
20474
|
};
|
|
20454
20475
|
var MainLoop = /* @__PURE__ */ new Loop();
|
|
20476
|
+
function isScreenshotFramerHost() {
|
|
20477
|
+
return safeWindow.location.origin === 'https://screenshot.framer.invalid';
|
|
20478
|
+
}
|
|
20455
20479
|
var RenderEnvironment = {
|
|
20456
20480
|
target:
|
|
20457
|
-
// Enable static renderer
|
|
20458
|
-
|
|
20459
|
-
safeWindow.location.origin === 'https://screenshot.framer.invalid' ? 'EXPORT' : 'PREVIEW',
|
|
20481
|
+
// Enable the static renderer for screenshot lambdas.
|
|
20482
|
+
isScreenshotFramerHost() ? 'EXPORT' : 'PREVIEW',
|
|
20460
20483
|
zoom: 1,
|
|
20461
20484
|
};
|
|
20462
20485
|
function executeInRenderEnvironment(customEnvironment, task,) {
|
|
@@ -21199,6 +21222,7 @@ function LayoutIdProvider({
|
|
|
21199
21222
|
enabled: true,
|
|
21200
21223
|
},).current;
|
|
21201
21224
|
return /* @__PURE__ */ jsx(LayoutIdContext.Provider, {
|
|
21225
|
+
suppressHydrationWarning: true,
|
|
21202
21226
|
value: contextValue,
|
|
21203
21227
|
children,
|
|
21204
21228
|
},);
|
|
@@ -21227,6 +21251,7 @@ function AutomaticLayoutIds({
|
|
|
21227
21251
|
};
|
|
21228
21252
|
}, [enabled,],);
|
|
21229
21253
|
return /* @__PURE__ */ jsx(LayoutIdContext.Provider, {
|
|
21254
|
+
suppressHydrationWarning: true,
|
|
21230
21255
|
...props,
|
|
21231
21256
|
value: contextValue,
|
|
21232
21257
|
},);
|
|
@@ -21286,14 +21311,17 @@ function ErrorPlaceholder(props,) {
|
|
|
21286
21311
|
const title = file ? `Error in ${stripSlash(file,)}` : 'Error';
|
|
21287
21312
|
const message = error instanceof Error ? error.message : '' + error;
|
|
21288
21313
|
return /* @__PURE__ */ jsxs('div', {
|
|
21314
|
+
suppressHydrationWarning: true,
|
|
21289
21315
|
style: errorStyle,
|
|
21290
21316
|
children: [
|
|
21291
21317
|
/* @__PURE__ */ jsx('div', {
|
|
21318
|
+
suppressHydrationWarning: true,
|
|
21292
21319
|
className: 'text',
|
|
21293
21320
|
style: titleStyle,
|
|
21294
21321
|
children: title,
|
|
21295
21322
|
},),
|
|
21296
21323
|
message && /* @__PURE__ */ jsx('div', {
|
|
21324
|
+
suppressHydrationWarning: true,
|
|
21297
21325
|
className: 'text',
|
|
21298
21326
|
style: messageStyle,
|
|
21299
21327
|
children: message,
|
|
@@ -21381,6 +21409,7 @@ var ErrorBoundary = class extends Component2 {
|
|
|
21381
21409
|
render() {
|
|
21382
21410
|
if (this.state.lastError) {
|
|
21383
21411
|
return /* @__PURE__ */ jsx(ErrorPlaceholder, {
|
|
21412
|
+
suppressHydrationWarning: true,
|
|
21384
21413
|
error: this.state.lastError.error.message,
|
|
21385
21414
|
file: 'Prototype',
|
|
21386
21415
|
},);
|
|
@@ -21474,24 +21503,29 @@ function Device({
|
|
|
21474
21503
|
: {};
|
|
21475
21504
|
const screenBackground = options.deviceOptions?.transparentBackground ? 'transparent' : 'white';
|
|
21476
21505
|
return /* @__PURE__ */ jsx('div', {
|
|
21506
|
+
suppressHydrationWarning: true,
|
|
21477
21507
|
style: {
|
|
21478
21508
|
...containerStyle2,
|
|
21479
21509
|
...resizeStyles,
|
|
21480
21510
|
},
|
|
21481
21511
|
ref: containerRef,
|
|
21482
21512
|
children: /* @__PURE__ */ jsxs('div', {
|
|
21513
|
+
suppressHydrationWarning: true,
|
|
21483
21514
|
style: {
|
|
21484
21515
|
...deviceStyle,
|
|
21485
21516
|
},
|
|
21486
21517
|
ref: deviceRef,
|
|
21487
21518
|
children: [
|
|
21488
21519
|
handStyle && /* @__PURE__ */ jsx('div', {
|
|
21520
|
+
suppressHydrationWarning: true,
|
|
21489
21521
|
style: handStyle,
|
|
21490
21522
|
},),
|
|
21491
21523
|
deviceAppearance === 'external-clay' && deviceImageStyle && /* @__PURE__ */ jsx('div', {
|
|
21524
|
+
suppressHydrationWarning: true,
|
|
21492
21525
|
style: deviceImageStyle,
|
|
21493
21526
|
},),
|
|
21494
21527
|
/* @__PURE__ */ jsx('div', {
|
|
21528
|
+
suppressHydrationWarning: true,
|
|
21495
21529
|
style: {
|
|
21496
21530
|
...screenStyle,
|
|
21497
21531
|
pointerEvents: void 0,
|
|
@@ -21499,13 +21533,16 @@ function Device({
|
|
|
21499
21533
|
},
|
|
21500
21534
|
ref: screenRef,
|
|
21501
21535
|
children: /* @__PURE__ */ jsx(MotionConfig, {
|
|
21536
|
+
suppressHydrationWarning: true,
|
|
21502
21537
|
transformPagePoint: invertScale2,
|
|
21503
21538
|
children: /* @__PURE__ */ jsx(ErrorBoundary, {
|
|
21539
|
+
suppressHydrationWarning: true,
|
|
21504
21540
|
children,
|
|
21505
21541
|
},),
|
|
21506
21542
|
},),
|
|
21507
21543
|
},),
|
|
21508
21544
|
deviceAppearance === 'realistic' && deviceImageStyle && /* @__PURE__ */ jsx('div', {
|
|
21545
|
+
suppressHydrationWarning: true,
|
|
21509
21546
|
style: deviceImageStyle,
|
|
21510
21547
|
},),
|
|
21511
21548
|
],
|
|
@@ -23001,6 +23038,7 @@ var ProvideParentSize = (props) => {
|
|
|
23001
23038
|
: null;
|
|
23002
23039
|
}
|
|
23003
23040
|
return /* @__PURE__ */ jsx(ConstraintsContext.Provider, {
|
|
23041
|
+
suppressHydrationWarning: true,
|
|
23004
23042
|
value,
|
|
23005
23043
|
children,
|
|
23006
23044
|
},);
|
|
@@ -23013,6 +23051,7 @@ function getParentHeight(parentSize,) {
|
|
|
23013
23051
|
}
|
|
23014
23052
|
function useProvideParentSize(node, parentSize,) {
|
|
23015
23053
|
return /* @__PURE__ */ jsx(ProvideParentSize, {
|
|
23054
|
+
suppressHydrationWarning: true,
|
|
23016
23055
|
parentSize,
|
|
23017
23056
|
children: node,
|
|
23018
23057
|
},);
|
|
@@ -23269,6 +23308,7 @@ var withCSS = (Component18, escapedCSS, componentSerializationId,) =>
|
|
|
23269
23308
|
css22.forEach((rule) => rule && injectCSSRule(rule, sheet, cache2,));
|
|
23270
23309
|
}, [],);
|
|
23271
23310
|
return /* @__PURE__ */ jsx(Component18, {
|
|
23311
|
+
suppressHydrationWarning: true,
|
|
23272
23312
|
...props,
|
|
23273
23313
|
ref,
|
|
23274
23314
|
},);
|
|
@@ -26379,6 +26419,7 @@ var DeviceCodeComponentInner = /* @__PURE__ */ withLibraryCSS(({
|
|
|
26379
26419
|
},);
|
|
26380
26420
|
if (!deviceOptions) {
|
|
26381
26421
|
return /* @__PURE__ */ jsx('div', {
|
|
26422
|
+
suppressHydrationWarning: true,
|
|
26382
26423
|
'data-framer-component-type': 'DeviceComponent',
|
|
26383
26424
|
className: 'no-device',
|
|
26384
26425
|
style: {
|
|
@@ -26386,6 +26427,7 @@ var DeviceCodeComponentInner = /* @__PURE__ */ withLibraryCSS(({
|
|
|
26386
26427
|
height: '100%',
|
|
26387
26428
|
},
|
|
26388
26429
|
children: /* @__PURE__ */ jsx(ProvideParentSize, {
|
|
26430
|
+
suppressHydrationWarning: true,
|
|
26389
26431
|
parentSize: 1,
|
|
26390
26432
|
children,
|
|
26391
26433
|
},),
|
|
@@ -26399,6 +26441,7 @@ var DeviceCodeComponentInner = /* @__PURE__ */ withLibraryCSS(({
|
|
|
26399
26441
|
},)
|
|
26400
26442
|
: null;
|
|
26401
26443
|
return /* @__PURE__ */ jsx(Device, {
|
|
26444
|
+
suppressHydrationWarning: true,
|
|
26402
26445
|
scaleTo: 'dynamic',
|
|
26403
26446
|
deviceOptions,
|
|
26404
26447
|
children: resizedChild,
|
|
@@ -26833,6 +26876,7 @@ function CanvasImage({
|
|
|
26833
26876
|
}, [imageElement,],);
|
|
26834
26877
|
Object.assign(imageElement.style, imageStyle,);
|
|
26835
26878
|
return /* @__PURE__ */ jsx('div', {
|
|
26879
|
+
suppressHydrationWarning: true,
|
|
26836
26880
|
ref: wrapperRef,
|
|
26837
26881
|
style: {
|
|
26838
26882
|
display: 'contents',
|
|
@@ -26854,6 +26898,7 @@ function OptimizedCanvasImage({
|
|
|
26854
26898
|
runtime.renderOptimizedCanvasImage(wrapper, source, imageStyle, nodeId,);
|
|
26855
26899
|
}, [nodeId, image, source,],);
|
|
26856
26900
|
return /* @__PURE__ */ jsx('div', {
|
|
26901
|
+
suppressHydrationWarning: true,
|
|
26857
26902
|
ref: wrapperRef,
|
|
26858
26903
|
style: {
|
|
26859
26904
|
display: 'contents',
|
|
@@ -26894,6 +26939,7 @@ function BackgroundImageComponent({
|
|
|
26894
26939
|
needsMotion = true;
|
|
26895
26940
|
} else if (RenderTarget.current() !== RenderTarget.canvas) {
|
|
26896
26941
|
imageNode = /* @__PURE__ */ jsx(StaticImage, {
|
|
26942
|
+
suppressHydrationWarning: true,
|
|
26897
26943
|
image,
|
|
26898
26944
|
avoidAsyncDecoding: RenderTarget.current() === RenderTarget.export,
|
|
26899
26945
|
...props,
|
|
@@ -26903,11 +26949,13 @@ function BackgroundImageComponent({
|
|
|
26903
26949
|
runtime.canRenderOptimizedCanvasImage(runtime.useImageSource(image,),)
|
|
26904
26950
|
) {
|
|
26905
26951
|
imageNode = /* @__PURE__ */ jsx(OptimizedCanvasImage, {
|
|
26952
|
+
suppressHydrationWarning: true,
|
|
26906
26953
|
image,
|
|
26907
26954
|
...props,
|
|
26908
26955
|
},);
|
|
26909
26956
|
} else {
|
|
26910
26957
|
imageNode = /* @__PURE__ */ jsx(CanvasImage, {
|
|
26958
|
+
suppressHydrationWarning: true,
|
|
26911
26959
|
image,
|
|
26912
26960
|
...props,
|
|
26913
26961
|
},);
|
|
@@ -26919,12 +26967,14 @@ function BackgroundImageComponent({
|
|
|
26919
26967
|
};
|
|
26920
26968
|
return needsMotion
|
|
26921
26969
|
? /* @__PURE__ */ jsx(motion.div, {
|
|
26970
|
+
suppressHydrationWarning: true,
|
|
26922
26971
|
layoutId,
|
|
26923
26972
|
style: style2,
|
|
26924
26973
|
'data-framer-background-image-wrapper': true,
|
|
26925
26974
|
children: imageNode,
|
|
26926
26975
|
},)
|
|
26927
26976
|
: /* @__PURE__ */ jsx('div', {
|
|
26977
|
+
suppressHydrationWarning: true,
|
|
26928
26978
|
style: style2,
|
|
26929
26979
|
'data-framer-background-image-wrapper': true,
|
|
26930
26980
|
children: imageNode,
|
|
@@ -26986,11 +27036,13 @@ function Border(props,) {
|
|
|
26986
27036
|
if (props.border) {
|
|
26987
27037
|
style2.border = props.border;
|
|
26988
27038
|
return /* @__PURE__ */ jsx(motion.div, {
|
|
27039
|
+
suppressHydrationWarning: true,
|
|
26989
27040
|
style: style2,
|
|
26990
27041
|
},);
|
|
26991
27042
|
}
|
|
26992
27043
|
collectBorderStyleForProps(props, style2, false,);
|
|
26993
27044
|
return /* @__PURE__ */ jsx(motion.div, {
|
|
27045
|
+
suppressHydrationWarning: true,
|
|
26994
27046
|
'data-frame-border': true,
|
|
26995
27047
|
style: style2,
|
|
26996
27048
|
layoutId,
|
|
@@ -27236,6 +27288,7 @@ var withMeasuredSize = (Component18) => (props) => {
|
|
|
27236
27288
|
const fallbackWidth = props.width ?? DEFAULT_SIZE;
|
|
27237
27289
|
const fallbackHeight = props.height ?? DEFAULT_SIZE;
|
|
27238
27290
|
return /* @__PURE__ */ jsx('div', {
|
|
27291
|
+
suppressHydrationWarning: true,
|
|
27239
27292
|
style: {
|
|
27240
27293
|
width: '100%',
|
|
27241
27294
|
height: '100%',
|
|
@@ -27244,6 +27297,7 @@ var withMeasuredSize = (Component18) => (props) => {
|
|
|
27244
27297
|
ref,
|
|
27245
27298
|
...dataProps,
|
|
27246
27299
|
children: shouldRender && /* @__PURE__ */ jsx(Component18, {
|
|
27300
|
+
suppressHydrationWarning: true,
|
|
27247
27301
|
...props,
|
|
27248
27302
|
width: size?.width ?? fallbackWidth,
|
|
27249
27303
|
height: size?.height ?? fallbackHeight,
|
|
@@ -28026,6 +28080,7 @@ var VisibleFrame = /* @__PURE__ */ forwardRef(function VisibleFrame2(props, forw
|
|
|
28026
28080
|
children: [
|
|
28027
28081
|
backgroundImage
|
|
28028
28082
|
? /* @__PURE__ */ jsx(BackgroundImageComponent, {
|
|
28083
|
+
suppressHydrationWarning: true,
|
|
28029
28084
|
alt: props.alt ?? '',
|
|
28030
28085
|
image: backgroundImage,
|
|
28031
28086
|
containerSize: rect ?? void 0,
|
|
@@ -28035,6 +28090,7 @@ var VisibleFrame = /* @__PURE__ */ forwardRef(function VisibleFrame2(props, forw
|
|
|
28035
28090
|
: null,
|
|
28036
28091
|
children,
|
|
28037
28092
|
/* @__PURE__ */ jsx(Border, {
|
|
28093
|
+
suppressHydrationWarning: true,
|
|
28038
28094
|
..._border,
|
|
28039
28095
|
border,
|
|
28040
28096
|
layoutId,
|
|
@@ -28050,6 +28106,7 @@ var VisibleFrame = /* @__PURE__ */ forwardRef(function VisibleFrame2(props, forw
|
|
|
28050
28106
|
currentStyle.aspectRatio = intrinsicSize.width / intrinsicSize.height;
|
|
28051
28107
|
}
|
|
28052
28108
|
return /* @__PURE__ */ jsxs(MotionComponent, {
|
|
28109
|
+
suppressHydrationWarning: true,
|
|
28053
28110
|
...dataProps,
|
|
28054
28111
|
...motionProps,
|
|
28055
28112
|
layoutId,
|
|
@@ -28065,6 +28122,7 @@ var FrameWithMotionInner = /* @__PURE__ */ forwardRef(function FrameWithMotion(p
|
|
|
28065
28122
|
} = props;
|
|
28066
28123
|
if (!visible) return null;
|
|
28067
28124
|
return /* @__PURE__ */ jsx(VisibleFrame, {
|
|
28125
|
+
suppressHydrationWarning: true,
|
|
28068
28126
|
...props,
|
|
28069
28127
|
ref,
|
|
28070
28128
|
},);
|
|
@@ -28118,6 +28176,7 @@ function EmptyState({
|
|
|
28118
28176
|
const childCount = React42.Children.count(children,);
|
|
28119
28177
|
if (insideUserCodeComponent && childCount === 0) {
|
|
28120
28178
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
28179
|
+
suppressHydrationWarning: true,
|
|
28121
28180
|
...size,
|
|
28122
28181
|
'data-name': 'placeholder',
|
|
28123
28182
|
},);
|
|
@@ -28126,6 +28185,7 @@ function EmptyState({
|
|
|
28126
28185
|
if (hide) return null;
|
|
28127
28186
|
if (childCount !== 0) return null;
|
|
28128
28187
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
28188
|
+
suppressHydrationWarning: true,
|
|
28129
28189
|
className: 'framerInternalUI-canvasPlaceholder',
|
|
28130
28190
|
top: 0,
|
|
28131
28191
|
left: 0,
|
|
@@ -28136,6 +28196,7 @@ function EmptyState({
|
|
|
28136
28196
|
...size,
|
|
28137
28197
|
},
|
|
28138
28198
|
children: /* @__PURE__ */ jsx('div', {
|
|
28199
|
+
suppressHydrationWarning: true,
|
|
28139
28200
|
style: {
|
|
28140
28201
|
display: 'flex',
|
|
28141
28202
|
alignItems: 'center',
|
|
@@ -28144,6 +28205,7 @@ function EmptyState({
|
|
|
28144
28205
|
width: '100%',
|
|
28145
28206
|
},
|
|
28146
28207
|
children: /* @__PURE__ */ jsxs('div', {
|
|
28208
|
+
suppressHydrationWarning: true,
|
|
28147
28209
|
style: {
|
|
28148
28210
|
display: 'flex',
|
|
28149
28211
|
alignItems: 'center',
|
|
@@ -28155,9 +28217,11 @@ function EmptyState({
|
|
|
28155
28217
|
},
|
|
28156
28218
|
children: [
|
|
28157
28219
|
/* @__PURE__ */ jsx(Title, {
|
|
28220
|
+
suppressHydrationWarning: true,
|
|
28158
28221
|
children: title,
|
|
28159
28222
|
},),
|
|
28160
28223
|
/* @__PURE__ */ jsx(Description, {
|
|
28224
|
+
suppressHydrationWarning: true,
|
|
28161
28225
|
children: description,
|
|
28162
28226
|
},),
|
|
28163
28227
|
],
|
|
@@ -28170,6 +28234,7 @@ function Title({
|
|
|
28170
28234
|
children,
|
|
28171
28235
|
},) {
|
|
28172
28236
|
return /* @__PURE__ */ jsx('span', {
|
|
28237
|
+
suppressHydrationWarning: true,
|
|
28173
28238
|
style: {
|
|
28174
28239
|
display: 'flex',
|
|
28175
28240
|
flexDirection: 'column',
|
|
@@ -28186,6 +28251,7 @@ function Description({
|
|
|
28186
28251
|
children,
|
|
28187
28252
|
},) {
|
|
28188
28253
|
return /* @__PURE__ */ jsx('span', {
|
|
28254
|
+
suppressHydrationWarning: true,
|
|
28189
28255
|
style: {
|
|
28190
28256
|
display: 'flex',
|
|
28191
28257
|
flexDirection: 'column',
|
|
@@ -28267,6 +28333,7 @@ var SharedLayoutRoot = class extends Component2 {
|
|
|
28267
28333
|
}
|
|
28268
28334
|
render() {
|
|
28269
28335
|
return /* @__PURE__ */ jsx(SharedLayoutContext.Provider, {
|
|
28336
|
+
suppressHydrationWarning: true,
|
|
28270
28337
|
value: this.sharedLayoutContext,
|
|
28271
28338
|
children: this.props.children,
|
|
28272
28339
|
},);
|
|
@@ -28279,6 +28346,7 @@ var rootStyles = {
|
|
|
28279
28346
|
};
|
|
28280
28347
|
function MagicMotionCrossfadeRoot(props,) {
|
|
28281
28348
|
return /* @__PURE__ */ jsx(motion.div, {
|
|
28349
|
+
suppressHydrationWarning: true,
|
|
28282
28350
|
layoutId: TREE_ROOT_ID,
|
|
28283
28351
|
style: rootStyles,
|
|
28284
28352
|
children: props.children,
|
|
@@ -28563,6 +28631,7 @@ var LayoutTree = class extends Component2 {
|
|
|
28563
28631
|
}
|
|
28564
28632
|
render() {
|
|
28565
28633
|
return /* @__PURE__ */ jsx(SwitchLayoutGroupContext.Provider, {
|
|
28634
|
+
suppressHydrationWarning: true,
|
|
28566
28635
|
value: this.switchLayoutGroupContext,
|
|
28567
28636
|
children: this.props.children,
|
|
28568
28637
|
},);
|
|
@@ -28571,6 +28640,7 @@ var LayoutTree = class extends Component2 {
|
|
|
28571
28640
|
var SharedLayoutTree = (props) => {
|
|
28572
28641
|
const sharedLayoutContext = React42.useContext(SharedLayoutContext,);
|
|
28573
28642
|
return /* @__PURE__ */ jsx(LayoutTree, {
|
|
28643
|
+
suppressHydrationWarning: true,
|
|
28574
28644
|
...props,
|
|
28575
28645
|
sharedLayoutContext,
|
|
28576
28646
|
},);
|
|
@@ -28629,6 +28699,7 @@ var NavigationTargetWrapper = ({
|
|
|
28629
28699
|
}, [isCurrent, isOverlayed, callbacks,/* constant, so should never change */
|
|
28630
28700
|
],);
|
|
28631
28701
|
return /* @__PURE__ */ jsx(NavigationTargetContext.Provider, {
|
|
28702
|
+
suppressHydrationWarning: true,
|
|
28632
28703
|
value,
|
|
28633
28704
|
children,
|
|
28634
28705
|
},);
|
|
@@ -28796,6 +28867,7 @@ var NavigationContainer = /* @__PURE__ */ React42.memo(function NavigationContai
|
|
|
28796
28867
|
const isCurrentTarget = !!isCurrent && isPresent2;
|
|
28797
28868
|
const forceOpacity = isCurrent && isInitial;
|
|
28798
28869
|
return /* @__PURE__ */ jsxs(FrameWithMotion2, {
|
|
28870
|
+
suppressHydrationWarning: true,
|
|
28799
28871
|
'data-framer-component-type': 'NavigationContainerWrapper',
|
|
28800
28872
|
width: '100%',
|
|
28801
28873
|
height: '100%',
|
|
@@ -28814,6 +28886,7 @@ var NavigationContainer = /* @__PURE__ */ React42.memo(function NavigationContai
|
|
|
28814
28886
|
},
|
|
28815
28887
|
children: [
|
|
28816
28888
|
isLayeredContainer && /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
28889
|
+
suppressHydrationWarning: true,
|
|
28817
28890
|
width: '100%',
|
|
28818
28891
|
height: '100%',
|
|
28819
28892
|
'data-framer-component-type': 'NavigationContainerBackdrop',
|
|
@@ -28831,6 +28904,7 @@ var NavigationContainer = /* @__PURE__ */ React42.memo(function NavigationContai
|
|
|
28831
28904
|
onTap: !isBeingRemoved ? onTapBackdrop : void 0,
|
|
28832
28905
|
},),
|
|
28833
28906
|
/* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
28907
|
+
suppressHydrationWarning: true,
|
|
28834
28908
|
...layout2,
|
|
28835
28909
|
...animations2,
|
|
28836
28910
|
transition: {
|
|
@@ -28858,13 +28932,17 @@ var NavigationContainer = /* @__PURE__ */ React42.memo(function NavigationContai
|
|
|
28858
28932
|
'data-is-present': isPresent2 ? void 0 : false,
|
|
28859
28933
|
ref: viewportRef,
|
|
28860
28934
|
children: /* @__PURE__ */ jsx(ViewportContext.Provider, {
|
|
28935
|
+
suppressHydrationWarning: true,
|
|
28861
28936
|
value: viewportRef,
|
|
28862
28937
|
children: /* @__PURE__ */ jsx(NavigationContainerContext.Provider, {
|
|
28938
|
+
suppressHydrationWarning: true,
|
|
28863
28939
|
value: isCurrentTarget,
|
|
28864
28940
|
children: /* @__PURE__ */ jsx(NavigationTargetWrapper, {
|
|
28941
|
+
suppressHydrationWarning: true,
|
|
28865
28942
|
isCurrent: isCurrentTarget,
|
|
28866
28943
|
isOverlayed,
|
|
28867
28944
|
children: /* @__PURE__ */ jsx(SharedLayoutTree, {
|
|
28945
|
+
suppressHydrationWarning: true,
|
|
28868
28946
|
isLead: isCurrent,
|
|
28869
28947
|
animatesLayout: !!withMagicMotion,
|
|
28870
28948
|
transition,
|
|
@@ -29603,6 +29681,7 @@ var Navigation = /* @__PURE__ */ (() => {
|
|
|
29603
29681
|
const areMagicMotionLayersPresent = isCurrent ? false : removed;
|
|
29604
29682
|
const withMagicMotion = historyItem?.transition?.withMagicMotion || isCurrent && !!this.state.previousTransition;
|
|
29605
29683
|
contentContainers.push(/* @__PURE__ */ jsx(NavigationContainer, {
|
|
29684
|
+
suppressHydrationWarning: true,
|
|
29606
29685
|
id: key7,
|
|
29607
29686
|
index: visualIndex,
|
|
29608
29687
|
isInitial,
|
|
@@ -29621,6 +29700,7 @@ var Navigation = /* @__PURE__ */ (() => {
|
|
|
29621
29700
|
withMagicMotion,
|
|
29622
29701
|
areMagicMotionLayersPresent: areMagicMotionLayersPresent ? false : void 0,
|
|
29623
29702
|
children: /* @__PURE__ */ jsx(MagicMotionCrossfadeRoot, {
|
|
29703
|
+
suppressHydrationWarning: true,
|
|
29624
29704
|
children: containerContent({
|
|
29625
29705
|
component,
|
|
29626
29706
|
transition: historyItem?.transition,
|
|
@@ -29630,6 +29710,7 @@ var Navigation = /* @__PURE__ */ (() => {
|
|
|
29630
29710
|
}
|
|
29631
29711
|
const overlayContainers = this.state.overlayStack.map((item, stackIndex,) => {
|
|
29632
29712
|
return /* @__PURE__ */ jsx(NavigationContainer, {
|
|
29713
|
+
suppressHydrationWarning: true,
|
|
29633
29714
|
isLayeredContainer: true,
|
|
29634
29715
|
isCurrent: stackIndex === this.state.currentOverlay,
|
|
29635
29716
|
position: item.transition.position,
|
|
@@ -29650,6 +29731,7 @@ var Navigation = /* @__PURE__ */ (() => {
|
|
|
29650
29731
|
}, item.key,);
|
|
29651
29732
|
},);
|
|
29652
29733
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
29734
|
+
suppressHydrationWarning: true,
|
|
29653
29735
|
'data-framer-component-type': 'NavigationRoot',
|
|
29654
29736
|
top: 0,
|
|
29655
29737
|
left: 0,
|
|
@@ -29663,11 +29745,14 @@ var Navigation = /* @__PURE__ */ (() => {
|
|
|
29663
29745
|
...this.props.style,
|
|
29664
29746
|
},
|
|
29665
29747
|
children: /* @__PURE__ */ jsx(NavigationContext.Provider, {
|
|
29748
|
+
suppressHydrationWarning: true,
|
|
29666
29749
|
value: this,
|
|
29667
29750
|
children: /* @__PURE__ */ jsxs(IsInitialNavigationContext.Provider, {
|
|
29751
|
+
suppressHydrationWarning: true,
|
|
29668
29752
|
value: isInitial,
|
|
29669
29753
|
children: [
|
|
29670
29754
|
/* @__PURE__ */ jsx(NavigationContainer, {
|
|
29755
|
+
suppressHydrationWarning: true,
|
|
29671
29756
|
isLayeredContainer: true,
|
|
29672
29757
|
position: void 0,
|
|
29673
29758
|
initialProps: {},
|
|
@@ -29680,8 +29765,11 @@ var Navigation = /* @__PURE__ */ (() => {
|
|
|
29680
29765
|
onTapBackdrop: void 0,
|
|
29681
29766
|
index: 0,
|
|
29682
29767
|
children: /* @__PURE__ */ jsx(LayoutIdProvider, {
|
|
29768
|
+
suppressHydrationWarning: true,
|
|
29683
29769
|
children: /* @__PURE__ */ jsx(SharedLayoutRoot, {
|
|
29770
|
+
suppressHydrationWarning: true,
|
|
29684
29771
|
children: /* @__PURE__ */ jsx(AnimatePresence, {
|
|
29772
|
+
suppressHydrationWarning: true,
|
|
29685
29773
|
presenceAffectsLayout: false,
|
|
29686
29774
|
children: contentContainers,
|
|
29687
29775
|
},),
|
|
@@ -29689,6 +29777,7 @@ var Navigation = /* @__PURE__ */ (() => {
|
|
|
29689
29777
|
},),
|
|
29690
29778
|
},),
|
|
29691
29779
|
/* @__PURE__ */ jsx(AnimatePresence, {
|
|
29780
|
+
suppressHydrationWarning: true,
|
|
29692
29781
|
children: overlayContainers,
|
|
29693
29782
|
},),
|
|
29694
29783
|
],
|
|
@@ -29946,6 +30035,7 @@ function NavigationWrapper(props,) {
|
|
|
29946
30035
|
const resetProjection = useResetProjection();
|
|
29947
30036
|
const skipLayoutAnimation = useInstantLayoutTransition();
|
|
29948
30037
|
return /* @__PURE__ */ jsx(Navigation, {
|
|
30038
|
+
suppressHydrationWarning: true,
|
|
29949
30039
|
...props,
|
|
29950
30040
|
resetProjection,
|
|
29951
30041
|
skipLayoutAnimation,
|
|
@@ -29972,6 +30062,7 @@ function WithNavigator(BaseComponent, navigationTransition, navigationTransition
|
|
|
29972
30062
|
const InternalWithNavigator = class extends React42.Component {
|
|
29973
30063
|
render() {
|
|
29974
30064
|
return /* @__PURE__ */ jsx(NavigationContext.Consumer, {
|
|
30065
|
+
suppressHydrationWarning: true,
|
|
29975
30066
|
children: (navigation) => {
|
|
29976
30067
|
const navigate = () => {
|
|
29977
30068
|
if (navigationTransition === 'goBack') {
|
|
@@ -30025,6 +30116,7 @@ function WithNavigator(BaseComponent, navigationTransition, navigationTransition
|
|
|
30025
30116
|
props.onTap = navigate;
|
|
30026
30117
|
}
|
|
30027
30118
|
return /* @__PURE__ */ jsx(BaseComponent, {
|
|
30119
|
+
suppressHydrationWarning: true,
|
|
30028
30120
|
...props,
|
|
30029
30121
|
},);
|
|
30030
30122
|
},
|
|
@@ -30807,10 +30899,12 @@ function WithDragging(Component18,) {
|
|
|
30807
30899
|
originalProps.left = this.x;
|
|
30808
30900
|
originalProps.top = this.y;
|
|
30809
30901
|
return /* @__PURE__ */ jsx(DraggingContext.Provider, {
|
|
30902
|
+
suppressHydrationWarning: true,
|
|
30810
30903
|
value: {
|
|
30811
30904
|
dragging: this.state.isDragging,
|
|
30812
30905
|
},
|
|
30813
30906
|
children: /* @__PURE__ */ jsx(Component18, {
|
|
30907
|
+
suppressHydrationWarning: true,
|
|
30814
30908
|
...originalProps,
|
|
30815
30909
|
},),
|
|
30816
30910
|
},);
|
|
@@ -30951,9 +31045,11 @@ function WithEvents(BaseComponent,) {
|
|
|
30951
31045
|
}
|
|
30952
31046
|
render() {
|
|
30953
31047
|
return /* @__PURE__ */ jsx(DraggingContext.Consumer, {
|
|
31048
|
+
suppressHydrationWarning: true,
|
|
30954
31049
|
children: (value) => {
|
|
30955
31050
|
this.shouldCancelTap = value.dragging;
|
|
30956
31051
|
return /* @__PURE__ */ jsx(BaseComponent, {
|
|
31052
|
+
suppressHydrationWarning: true,
|
|
30957
31053
|
...this.props,
|
|
30958
31054
|
ref: this.component,
|
|
30959
31055
|
},);
|
|
@@ -31267,6 +31363,7 @@ function shadowForShape(boxShadows, rect, shapeId, fillEnabled, strokeEnabled, s
|
|
|
31267
31363
|
height: `${filterHeight.toFixed(1,)}%`,
|
|
31268
31364
|
};
|
|
31269
31365
|
definition.push(/* @__PURE__ */ jsxs('filter', {
|
|
31366
|
+
suppressHydrationWarning: true,
|
|
31270
31367
|
id: outsideShadowId.id,
|
|
31271
31368
|
filterUnits: 'objectBoundingBox',
|
|
31272
31369
|
...svgRect,
|
|
@@ -31275,6 +31372,7 @@ function shadowForShape(boxShadows, rect, shapeId, fillEnabled, strokeEnabled, s
|
|
|
31275
31372
|
filterElements,
|
|
31276
31373
|
shadows.length > 1
|
|
31277
31374
|
? /* @__PURE__ */ jsx('feMerge', {
|
|
31375
|
+
suppressHydrationWarning: true,
|
|
31278
31376
|
children: mergeElements,
|
|
31279
31377
|
},)
|
|
31280
31378
|
: null,
|
|
@@ -31282,14 +31380,17 @@ function shadowForShape(boxShadows, rect, shapeId, fillEnabled, strokeEnabled, s
|
|
|
31282
31380
|
}, outsideShadowId.id,),);
|
|
31283
31381
|
const maskId = shapeId.add('mask',);
|
|
31284
31382
|
maskElement = /* @__PURE__ */ jsxs('mask', {
|
|
31383
|
+
suppressHydrationWarning: true,
|
|
31285
31384
|
id: maskId.id,
|
|
31286
31385
|
...svgRect,
|
|
31287
31386
|
children: [
|
|
31288
31387
|
/* @__PURE__ */ jsx('rect', {
|
|
31388
|
+
suppressHydrationWarning: true,
|
|
31289
31389
|
...svgRect,
|
|
31290
31390
|
fill: 'white',
|
|
31291
31391
|
},),
|
|
31292
31392
|
/* @__PURE__ */ jsx('use', {
|
|
31393
|
+
suppressHydrationWarning: true,
|
|
31293
31394
|
href: shapeId.link,
|
|
31294
31395
|
fill: 'black',
|
|
31295
31396
|
fillOpacity: fillEnabled ? void 0 : 0,
|
|
@@ -31297,10 +31398,12 @@ function shadowForShape(boxShadows, rect, shapeId, fillEnabled, strokeEnabled, s
|
|
|
31297
31398
|
],
|
|
31298
31399
|
},);
|
|
31299
31400
|
outsetElement = /* @__PURE__ */ jsx('g', {
|
|
31401
|
+
suppressHydrationWarning: true,
|
|
31300
31402
|
filter: outsideShadowId.urlLink,
|
|
31301
31403
|
...svgShadowProps,
|
|
31302
31404
|
mask: maskId.urlLink,
|
|
31303
31405
|
children: /* @__PURE__ */ jsx('use', {
|
|
31406
|
+
suppressHydrationWarning: true,
|
|
31304
31407
|
...svgStrokeAttributes,
|
|
31305
31408
|
fill: 'black',
|
|
31306
31409
|
fillOpacity: fillEnabled ? void 0 : 0,
|
|
@@ -31341,6 +31444,7 @@ function shadowForShape(boxShadows, rect, shapeId, fillEnabled, strokeEnabled, s
|
|
|
31341
31444
|
mergeElements.push(shadowElements.mergeElement,);
|
|
31342
31445
|
}
|
|
31343
31446
|
definition.push(/* @__PURE__ */ jsxs('filter', {
|
|
31447
|
+
suppressHydrationWarning: true,
|
|
31344
31448
|
id: insideShadowId.id,
|
|
31345
31449
|
x: `${filterX.toFixed(1,)}%`,
|
|
31346
31450
|
y: `${filterY.toFixed(1,)}%`,
|
|
@@ -31352,6 +31456,7 @@ function shadowForShape(boxShadows, rect, shapeId, fillEnabled, strokeEnabled, s
|
|
|
31352
31456
|
filterElements,
|
|
31353
31457
|
insetShadows.length > 1
|
|
31354
31458
|
? /* @__PURE__ */ jsx('feMerge', {
|
|
31459
|
+
suppressHydrationWarning: true,
|
|
31355
31460
|
children: mergeElements,
|
|
31356
31461
|
},)
|
|
31357
31462
|
: null,
|
|
@@ -31362,6 +31467,7 @@ function shadowForShape(boxShadows, rect, shapeId, fillEnabled, strokeEnabled, s
|
|
|
31362
31467
|
clipPath = strokeClipId.urlLink;
|
|
31363
31468
|
}
|
|
31364
31469
|
insetElement = /* @__PURE__ */ jsx('use', {
|
|
31470
|
+
suppressHydrationWarning: true,
|
|
31365
31471
|
fill: 'black',
|
|
31366
31472
|
fillOpacity: '1',
|
|
31367
31473
|
filter: insideShadowId.urlLink,
|
|
@@ -31381,10 +31487,12 @@ function shadowForShape(boxShadows, rect, shapeId, fillEnabled, strokeEnabled, s
|
|
|
31381
31487
|
function outerShadowElements(shapeID, shadow, index,) {
|
|
31382
31488
|
const shadowKey = shapeID.add('_outer_shadow' + index,);
|
|
31383
31489
|
const filterElements = /* @__PURE__ */ jsx(OuterShadowFilterElements, {
|
|
31490
|
+
suppressHydrationWarning: true,
|
|
31384
31491
|
shadow,
|
|
31385
31492
|
shadowKey,
|
|
31386
31493
|
}, shadowKey.id + '-filters',);
|
|
31387
31494
|
const mergeElement = /* @__PURE__ */ jsx('feMergeNode', {
|
|
31495
|
+
suppressHydrationWarning: true,
|
|
31388
31496
|
in: shadowKey.id,
|
|
31389
31497
|
}, shadowKey.id + '-merge',);
|
|
31390
31498
|
return {
|
|
@@ -31403,21 +31511,25 @@ var OuterShadowFilterElements = (props) => {
|
|
|
31403
31511
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
31404
31512
|
children: [
|
|
31405
31513
|
/* @__PURE__ */ jsx('feOffset', {
|
|
31514
|
+
suppressHydrationWarning: true,
|
|
31406
31515
|
dx: shadow.x,
|
|
31407
31516
|
dy: shadow.y,
|
|
31408
31517
|
in: 'SourceAlpha',
|
|
31409
31518
|
result: offsetId,
|
|
31410
31519
|
},),
|
|
31411
31520
|
/* @__PURE__ */ jsx('feGaussianBlur', {
|
|
31521
|
+
suppressHydrationWarning: true,
|
|
31412
31522
|
stdDeviation: shadow.blur / 2,
|
|
31413
31523
|
in: offsetId,
|
|
31414
31524
|
result: blurId,
|
|
31415
31525
|
},),
|
|
31416
31526
|
/* @__PURE__ */ jsx('feFlood', {
|
|
31527
|
+
suppressHydrationWarning: true,
|
|
31417
31528
|
floodColor: shadow.color,
|
|
31418
31529
|
result: floodId,
|
|
31419
31530
|
},),
|
|
31420
31531
|
/* @__PURE__ */ jsx('feComposite', {
|
|
31532
|
+
suppressHydrationWarning: true,
|
|
31421
31533
|
in: floodId,
|
|
31422
31534
|
in2: blurId,
|
|
31423
31535
|
operator: 'in',
|
|
@@ -31429,10 +31541,12 @@ var OuterShadowFilterElements = (props) => {
|
|
|
31429
31541
|
function innerShadowElements(shapeID, shadow, index,) {
|
|
31430
31542
|
const shadowKey = shapeID.add('_inside_shadow' + index,);
|
|
31431
31543
|
const filterElements = /* @__PURE__ */ jsx(InnerShadowFilterElements, {
|
|
31544
|
+
suppressHydrationWarning: true,
|
|
31432
31545
|
shadow,
|
|
31433
31546
|
shadowKey,
|
|
31434
31547
|
}, shadowKey.id + '-filters',);
|
|
31435
31548
|
const mergeElement = /* @__PURE__ */ jsx('feMergeNode', {
|
|
31549
|
+
suppressHydrationWarning: true,
|
|
31436
31550
|
in: shadowKey.id,
|
|
31437
31551
|
}, shadowKey.id + '-merge',);
|
|
31438
31552
|
return {
|
|
@@ -31452,17 +31566,20 @@ var InnerShadowFilterElements = (props) => {
|
|
|
31452
31566
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
31453
31567
|
children: [
|
|
31454
31568
|
/* @__PURE__ */ jsx('feGaussianBlur', {
|
|
31569
|
+
suppressHydrationWarning: true,
|
|
31455
31570
|
stdDeviation: shadow.blur / 2,
|
|
31456
31571
|
in: 'SourceAlpha',
|
|
31457
31572
|
result: blurId,
|
|
31458
31573
|
},),
|
|
31459
31574
|
/* @__PURE__ */ jsx('feOffset', {
|
|
31575
|
+
suppressHydrationWarning: true,
|
|
31460
31576
|
dx: shadow.x,
|
|
31461
31577
|
dy: shadow.y,
|
|
31462
31578
|
in: blurId,
|
|
31463
31579
|
result: offsetId,
|
|
31464
31580
|
},),
|
|
31465
31581
|
/* @__PURE__ */ jsx('feComposite', {
|
|
31582
|
+
suppressHydrationWarning: true,
|
|
31466
31583
|
in: offsetId,
|
|
31467
31584
|
in2: 'SourceAlpha',
|
|
31468
31585
|
operator: 'arithmetic',
|
|
@@ -31471,10 +31588,12 @@ var InnerShadowFilterElements = (props) => {
|
|
|
31471
31588
|
result: compositeId,
|
|
31472
31589
|
},),
|
|
31473
31590
|
/* @__PURE__ */ jsx('feFlood', {
|
|
31591
|
+
suppressHydrationWarning: true,
|
|
31474
31592
|
floodColor: shadow.color,
|
|
31475
31593
|
result: floodId,
|
|
31476
31594
|
},),
|
|
31477
31595
|
/* @__PURE__ */ jsx('feComposite', {
|
|
31596
|
+
suppressHydrationWarning: true,
|
|
31478
31597
|
in: floodId,
|
|
31479
31598
|
in2: compositeId,
|
|
31480
31599
|
operator: 'in',
|
|
@@ -31919,16 +32038,19 @@ var DeprecatedFrame = /* @__PURE__ */ (() => {
|
|
|
31919
32038
|
height: rect.height,
|
|
31920
32039
|
};
|
|
31921
32040
|
return /* @__PURE__ */ jsxs('div', {
|
|
32041
|
+
suppressHydrationWarning: true,
|
|
31922
32042
|
id: id3,
|
|
31923
32043
|
style: style2,
|
|
31924
32044
|
ref: this.setElement,
|
|
31925
32045
|
className: className2,
|
|
31926
32046
|
children: [
|
|
31927
32047
|
/* @__PURE__ */ jsx(ProvideParentSize, {
|
|
32048
|
+
suppressHydrationWarning: true,
|
|
31928
32049
|
parentSize,
|
|
31929
32050
|
children: this.layoutChildren(),
|
|
31930
32051
|
},),
|
|
31931
32052
|
/* @__PURE__ */ jsx(Border, {
|
|
32053
|
+
suppressHydrationWarning: true,
|
|
31932
32054
|
...this.props,
|
|
31933
32055
|
},),
|
|
31934
32056
|
],
|
|
@@ -31953,6 +32075,7 @@ var DeprecatedFrame = /* @__PURE__ */ (() => {
|
|
|
31953
32075
|
},);
|
|
31954
32076
|
if (children && children.length === 1 && typeof children[0] === 'string') {
|
|
31955
32077
|
children = [/* @__PURE__ */ jsx(Center, {
|
|
32078
|
+
suppressHydrationWarning: true,
|
|
31956
32079
|
children,
|
|
31957
32080
|
}, '0',),];
|
|
31958
32081
|
}
|
|
@@ -31987,6 +32110,7 @@ function Center(props,) {
|
|
|
31987
32110
|
fontFamily: 'Helvetica',
|
|
31988
32111
|
}, props.style || {},);
|
|
31989
32112
|
return /* @__PURE__ */ jsx('div', {
|
|
32113
|
+
suppressHydrationWarning: true,
|
|
31990
32114
|
style: style2,
|
|
31991
32115
|
children: props.children,
|
|
31992
32116
|
},);
|
|
@@ -32058,11 +32182,13 @@ var Frame = /* @__PURE__ */ (() => {
|
|
|
32058
32182
|
if (isDeprecatedFrameProps(props,)) {
|
|
32059
32183
|
const currentParentSize = props.parentSize || deprecatedParentSize(parentSize,);
|
|
32060
32184
|
return /* @__PURE__ */ jsx(DeprecatedFrameWithEvents, {
|
|
32185
|
+
suppressHydrationWarning: true,
|
|
32061
32186
|
...props,
|
|
32062
32187
|
parentSize: currentParentSize,
|
|
32063
32188
|
},);
|
|
32064
32189
|
}
|
|
32065
32190
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
32191
|
+
suppressHydrationWarning: true,
|
|
32066
32192
|
...props,
|
|
32067
32193
|
ref,
|
|
32068
32194
|
},);
|
|
@@ -32115,6 +32241,7 @@ function withInfiniteScroll(Component18,) {
|
|
|
32115
32241
|
paginationInfo: __paginationInfo,
|
|
32116
32242
|
},);
|
|
32117
32243
|
return /* @__PURE__ */ jsx(Component18, {
|
|
32244
|
+
suppressHydrationWarning: true,
|
|
32118
32245
|
...props,
|
|
32119
32246
|
ref: infiniteScrollRef,
|
|
32120
32247
|
},);
|
|
@@ -32422,6 +32549,7 @@ var Stack = /* @__PURE__ */ (() => {
|
|
|
32422
32549
|
if (styleProp?.height) contentWrapperStyle.height = styleProp?.height;
|
|
32423
32550
|
}
|
|
32424
32551
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
32552
|
+
suppressHydrationWarning: true,
|
|
32425
32553
|
as,
|
|
32426
32554
|
background: fromCanvasComponent ? void 0 : 'none',
|
|
32427
32555
|
...props,
|
|
@@ -32432,6 +32560,7 @@ var Stack = /* @__PURE__ */ (() => {
|
|
|
32432
32560
|
className: className2,
|
|
32433
32561
|
layoutScroll: true,
|
|
32434
32562
|
children: /* @__PURE__ */ jsx(motion.div, {
|
|
32563
|
+
suppressHydrationWarning: true,
|
|
32435
32564
|
'data-framer-stack-content-wrapper': true,
|
|
32436
32565
|
'data-framer-stack-direction-reverse': isReverse,
|
|
32437
32566
|
'data-framer-stack-gap-enabled': gapEnabled,
|
|
@@ -32585,6 +32714,7 @@ function wrapInGapElementForLegacyGap(children, gap, direction, justifyContent,
|
|
|
32585
32714
|
asRecord(gapStyle,)['--stack-gap-y'] = `${isVertical ? gap : 0}px`;
|
|
32586
32715
|
}
|
|
32587
32716
|
return /* @__PURE__ */ jsx('div', {
|
|
32717
|
+
suppressHydrationWarning: true,
|
|
32588
32718
|
'data-framer-legacy-stack-gap-enabled': gapEnabled,
|
|
32589
32719
|
'data-framer-stack-flexbox-gap': useFlexboxGap,
|
|
32590
32720
|
style: gapStyle,
|
|
@@ -32663,6 +32793,7 @@ function PageContainer({
|
|
|
32663
32793
|
const containerWidth = hasHorizontalGap && wrapperWidth === '100%' ? `calc(100% + ${gap}px)` : wrapperWidth;
|
|
32664
32794
|
const containerHeight = hasVerticalGap && wrapperHeight === '100%' ? `calc(100% + ${gap}px)` : wrapperHeight;
|
|
32665
32795
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
32796
|
+
suppressHydrationWarning: true,
|
|
32666
32797
|
position: 'relative',
|
|
32667
32798
|
'data-framer-component-type': 'PageContainer',
|
|
32668
32799
|
width: containerWidth,
|
|
@@ -32684,6 +32815,7 @@ function PageContainer({
|
|
|
32684
32815
|
paddingBottom: hasVerticalGap ? gap : 0,
|
|
32685
32816
|
},
|
|
32686
32817
|
children: /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
32818
|
+
suppressHydrationWarning: true,
|
|
32687
32819
|
position: 'relative',
|
|
32688
32820
|
'data-framer-component-type': pageContentWrapperType,
|
|
32689
32821
|
width: wrapperWidth,
|
|
@@ -33007,6 +33139,7 @@ var PageInner = /* @__PURE__ */ React42.forwardRef(function Page(props, forwarde
|
|
|
33007
33139
|
}
|
|
33008
33140
|
pageEffectValuesRef.current.push(effectDictionary,);
|
|
33009
33141
|
return /* @__PURE__ */ jsx(PageContainer, {
|
|
33142
|
+
suppressHydrationWarning: true,
|
|
33010
33143
|
effect: effectDictionary,
|
|
33011
33144
|
dragEnabled,
|
|
33012
33145
|
direction,
|
|
@@ -33038,6 +33171,7 @@ var PageInner = /* @__PURE__ */ React42.forwardRef(function Page(props, forwarde
|
|
|
33038
33171
|
onScrollEnd,
|
|
33039
33172
|
},);
|
|
33040
33173
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
33174
|
+
suppressHydrationWarning: true,
|
|
33041
33175
|
'data-framer-component-type': 'PageWrapper',
|
|
33042
33176
|
preserve3d: false,
|
|
33043
33177
|
perspective: hasEffect(props,) ? 1200 : void 0,
|
|
@@ -33051,6 +33185,7 @@ var PageInner = /* @__PURE__ */ React42.forwardRef(function Page(props, forwarde
|
|
|
33051
33185
|
ref: containerRef,
|
|
33052
33186
|
onLayoutMeasure: handleMeasureLifecycle,
|
|
33053
33187
|
children: /* @__PURE__ */ jsxs(FrameWithMotion2, {
|
|
33188
|
+
suppressHydrationWarning: true,
|
|
33054
33189
|
'data-framer-component-type': 'Page',
|
|
33055
33190
|
ref: scrollableRef,
|
|
33056
33191
|
background: null,
|
|
@@ -33069,6 +33204,7 @@ var PageInner = /* @__PURE__ */ React42.forwardRef(function Page(props, forwarde
|
|
|
33069
33204
|
},
|
|
33070
33205
|
children: [
|
|
33071
33206
|
/* @__PURE__ */ jsx(EmptyState, {
|
|
33207
|
+
suppressHydrationWarning: true,
|
|
33072
33208
|
title: 'Page',
|
|
33073
33209
|
description: 'Click and drag the connector to any frame on the canvas \u2192',
|
|
33074
33210
|
size: containerSizeRef.current,
|
|
@@ -34277,6 +34413,7 @@ var EmulatedScrollInner = /* @__PURE__ */ React42.forwardRef(function EmulatedSc
|
|
|
34277
34413
|
}
|
|
34278
34414
|
: {};
|
|
34279
34415
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
34416
|
+
suppressHydrationWarning: true,
|
|
34280
34417
|
'data-framer-component-type': 'Scroll',
|
|
34281
34418
|
background: 'none',
|
|
34282
34419
|
...containerProps,
|
|
@@ -34294,6 +34431,7 @@ var EmulatedScrollInner = /* @__PURE__ */ React42.forwardRef(function EmulatedSc
|
|
|
34294
34431
|
layoutScroll: true,
|
|
34295
34432
|
onBeforeLayoutMeasure: measureAndUpdateScrollOffset,
|
|
34296
34433
|
children: /* @__PURE__ */ jsxs(FrameWithMotion2, {
|
|
34434
|
+
suppressHydrationWarning: true,
|
|
34297
34435
|
'data-framer-component-type': 'ScrollContentWrapper',
|
|
34298
34436
|
animate: scrollAnimate,
|
|
34299
34437
|
drag: dragEnabled && convertScrollDirectionToDrag(direction,),
|
|
@@ -34329,6 +34467,7 @@ var EmulatedScrollInner = /* @__PURE__ */ React42.forwardRef(function EmulatedSc
|
|
|
34329
34467
|
preserve3d: containerProps.preserve3d,
|
|
34330
34468
|
children: [
|
|
34331
34469
|
/* @__PURE__ */ jsx(EmptyState, {
|
|
34470
|
+
suppressHydrationWarning: true,
|
|
34332
34471
|
size: {
|
|
34333
34472
|
width: isFiniteNumber(containerProps.width,) ? containerProps.width : '100%',
|
|
34334
34473
|
height: isFiniteNumber(containerProps.height,) ? containerProps.height : '100%',
|
|
@@ -34766,6 +34905,7 @@ var NativeScrollInner = /* @__PURE__ */ React42.forwardRef(function NativeScroll
|
|
|
34766
34905
|
}
|
|
34767
34906
|
: {};
|
|
34768
34907
|
return /* @__PURE__ */ jsxs(FrameWithMotion2, {
|
|
34908
|
+
suppressHydrationWarning: true,
|
|
34769
34909
|
ref,
|
|
34770
34910
|
'data-framer-component-type': 'NativeScroll',
|
|
34771
34911
|
background: 'none',
|
|
@@ -34778,6 +34918,7 @@ var NativeScrollInner = /* @__PURE__ */ React42.forwardRef(function NativeScroll
|
|
|
34778
34918
|
className: cx(className2, `direction-${direction}`, !scrollBarVisible && 'scrollbar-hidden',),
|
|
34779
34919
|
children: [
|
|
34780
34920
|
/* @__PURE__ */ jsx(EmptyState, {
|
|
34921
|
+
suppressHydrationWarning: true,
|
|
34781
34922
|
children,
|
|
34782
34923
|
size: {
|
|
34783
34924
|
width: isFiniteNumber(containerProps.width,) ? containerProps.width : '100%',
|
|
@@ -34796,11 +34937,13 @@ var Scroll = /* @__PURE__ */ (() => {
|
|
|
34796
34937
|
const ScrollInner = React42.forwardRef(function ScrollInner2(props, forwardedRef,) {
|
|
34797
34938
|
if (props.native) {
|
|
34798
34939
|
return /* @__PURE__ */ jsx(NativeScroll2, {
|
|
34940
|
+
suppressHydrationWarning: true,
|
|
34799
34941
|
ref: forwardedRef,
|
|
34800
34942
|
...props,
|
|
34801
34943
|
},);
|
|
34802
34944
|
} else {
|
|
34803
34945
|
return /* @__PURE__ */ jsx(EmulatedScroll2, {
|
|
34946
|
+
suppressHydrationWarning: true,
|
|
34804
34947
|
ref: forwardedRef,
|
|
34805
34948
|
...props,
|
|
34806
34949
|
},);
|
|
@@ -35031,6 +35174,7 @@ var DataObserver = class extends Component2 {
|
|
|
35031
35174
|
this.observers.push(observer2,);
|
|
35032
35175
|
},);
|
|
35033
35176
|
return /* @__PURE__ */ jsx(DataObserverContext.Provider, {
|
|
35177
|
+
suppressHydrationWarning: true,
|
|
35034
35178
|
value: {
|
|
35035
35179
|
...this.state,
|
|
35036
35180
|
},
|
|
@@ -35074,6 +35218,7 @@ function WithOverride(Component18, override,) {
|
|
|
35074
35218
|
...rest
|
|
35075
35219
|
} = props;
|
|
35076
35220
|
return /* @__PURE__ */ jsx(Component18, {
|
|
35221
|
+
suppressHydrationWarning: true,
|
|
35077
35222
|
...rest,
|
|
35078
35223
|
...overrideProps,
|
|
35079
35224
|
_initialStyle: style2,
|
|
@@ -35261,13 +35406,14 @@ function renderBranchedChildrenFromPropertyOverrides(
|
|
|
35261
35406
|
if (activeVariantId && !variants.includes(activeVariantId,)) {
|
|
35262
35407
|
continue;
|
|
35263
35408
|
}
|
|
35264
|
-
const key7 = variants.join('+',);
|
|
35409
|
+
const key7 = activeVariantId ? 'active-branch' : variants.join('+',);
|
|
35265
35410
|
let element =
|
|
35266
35411
|
// We could omit the SSRParentVariantsContext if variants is the same as parentVariants, but that'd require
|
|
35267
35412
|
// comparing arrays, so it might not really be an optimization. And since it's just a context, it doesn't
|
|
35268
35413
|
// affect the size of the generated HTML.
|
|
35269
35414
|
/* @__PURE__ */
|
|
35270
35415
|
jsx(SSRParentVariantsContext.Provider, {
|
|
35416
|
+
suppressHydrationWarning: true,
|
|
35271
35417
|
value: {
|
|
35272
35418
|
primaryVariantId,
|
|
35273
35419
|
variants: new Set(variants,),
|
|
@@ -35300,6 +35446,7 @@ function renderBranchedChildrenFromPropertyOverrides(
|
|
|
35300
35446
|
return [
|
|
35301
35447
|
...renderedBranches,
|
|
35302
35448
|
/* @__PURE__ */ jsx('div', {
|
|
35449
|
+
suppressHydrationWarning: true,
|
|
35303
35450
|
className: SSRVariantGroupSeparatorClassName,
|
|
35304
35451
|
}, 'property-overrides-separator',),
|
|
35305
35452
|
];
|
|
@@ -35517,6 +35664,7 @@ function withOptimizedAppearEffect(Component18,) {
|
|
|
35517
35664
|
}
|
|
35518
35665
|
const disabledProps = getDisabledFXPropsInStaticRenderer(props,);
|
|
35519
35666
|
return /* @__PURE__ */ jsx(Component18, {
|
|
35667
|
+
suppressHydrationWarning: true,
|
|
35520
35668
|
ref,
|
|
35521
35669
|
...props,
|
|
35522
35670
|
...disabledProps,
|
|
@@ -36467,6 +36615,7 @@ var withFX = (Component18) =>
|
|
|
36467
36615
|
React42.forwardRef((props, forwardedRef,) => {
|
|
36468
36616
|
if (props.__withFX) {
|
|
36469
36617
|
return /* @__PURE__ */ jsx(Component18, {
|
|
36618
|
+
suppressHydrationWarning: true,
|
|
36470
36619
|
...props,
|
|
36471
36620
|
animate: void 0,
|
|
36472
36621
|
initial: void 0,
|
|
@@ -36477,6 +36626,7 @@ var withFX = (Component18) =>
|
|
|
36477
36626
|
const disabledProps = getDisabledFXPropsInStaticRenderer(props,);
|
|
36478
36627
|
if (disabledProps) {
|
|
36479
36628
|
return /* @__PURE__ */ jsx(Component18, {
|
|
36629
|
+
suppressHydrationWarning: true,
|
|
36480
36630
|
...props,
|
|
36481
36631
|
...disabledProps,
|
|
36482
36632
|
ref: forwardedRef,
|
|
@@ -36572,6 +36722,7 @@ var withFX = (Component18) =>
|
|
|
36572
36722
|
}
|
|
36573
36723
|
: {};
|
|
36574
36724
|
return /* @__PURE__ */ jsx(Component18, {
|
|
36725
|
+
suppressHydrationWarning: true,
|
|
36575
36726
|
...forwardedProps,
|
|
36576
36727
|
...motionGestures,
|
|
36577
36728
|
__withFX: true,
|
|
@@ -36600,6 +36751,7 @@ function ComponentPresetsProvider({
|
|
|
36600
36751
|
lastPresets.current = presets2;
|
|
36601
36752
|
}
|
|
36602
36753
|
return /* @__PURE__ */ jsx(Context.Provider, {
|
|
36754
|
+
suppressHydrationWarning: true,
|
|
36603
36755
|
value: lastPresets.current,
|
|
36604
36756
|
children,
|
|
36605
36757
|
},);
|
|
@@ -36632,6 +36784,7 @@ var ComponentViewportProvider = /* @__PURE__ */ React42.forwardRef(function Comp
|
|
|
36632
36784
|
}, [width, height, y2,],);
|
|
36633
36785
|
const cloneWithPropsAndRef = useCloneChildrenWithPropsAndRef(ref,);
|
|
36634
36786
|
return /* @__PURE__ */ jsx(ComponentViewportContext.Provider, {
|
|
36787
|
+
suppressHydrationWarning: true,
|
|
36635
36788
|
value: componentViewport,
|
|
36636
36789
|
children: cloneWithPropsAndRef(children, rest,),
|
|
36637
36790
|
},);
|
|
@@ -36640,6 +36793,7 @@ var withGeneratedLayoutId = (Component18) =>
|
|
|
36640
36793
|
React42.forwardRef((props, ref,) => {
|
|
36641
36794
|
const layoutId = useLayoutId2(props,);
|
|
36642
36795
|
return /* @__PURE__ */ jsx(Component18, {
|
|
36796
|
+
suppressHydrationWarning: true,
|
|
36643
36797
|
layoutId,
|
|
36644
36798
|
...props,
|
|
36645
36799
|
layoutIdKey: void 0,
|
|
@@ -36703,6 +36857,7 @@ var suspendPromise = /* @__PURE__ */ (() => typeof __unframerWindow2 !== 'undefi
|
|
|
36703
36857
|
function Suspend() {
|
|
36704
36858
|
if (typeof __unframerWindow2 === 'undefined' || shouldSuspenseBoundariesBeActive) {
|
|
36705
36859
|
return /* @__PURE__ */ jsx('div', {
|
|
36860
|
+
suppressHydrationWarning: true,
|
|
36706
36861
|
hidden: true,
|
|
36707
36862
|
dangerouslySetInnerHTML: {
|
|
36708
36863
|
__html: '<!-- SuspenseThatPreservesDOM fallback rendered -->',
|
|
@@ -36711,7 +36866,9 @@ function Suspend() {
|
|
|
36711
36866
|
}
|
|
36712
36867
|
throw suspendPromise;
|
|
36713
36868
|
}
|
|
36714
|
-
var suspend = /* @__PURE__ */ jsx(Suspend, {
|
|
36869
|
+
var suspend = /* @__PURE__ */ jsx(Suspend, {
|
|
36870
|
+
suppressHydrationWarning: true,
|
|
36871
|
+
},);
|
|
36715
36872
|
var DisableSuspenseSuspenseThatPreservesDomContext = createContext(false,);
|
|
36716
36873
|
DisableSuspenseSuspenseThatPreservesDomContext.displayName = 'DisableSuspenseSuspenseThatPreservesDomContext';
|
|
36717
36874
|
function SuspenseThatPreservesDom({
|
|
@@ -36724,19 +36881,23 @@ function SuspenseThatPreservesDom({
|
|
|
36724
36881
|
},);
|
|
36725
36882
|
}
|
|
36726
36883
|
return /* @__PURE__ */ jsx(Suspense2, {
|
|
36884
|
+
suppressHydrationWarning: true,
|
|
36727
36885
|
fallback: suspend,
|
|
36728
36886
|
children,
|
|
36729
36887
|
},);
|
|
36730
36888
|
}
|
|
36731
36889
|
function NullFallback() {
|
|
36732
36890
|
return /* @__PURE__ */ jsx('div', {
|
|
36891
|
+
suppressHydrationWarning: true,
|
|
36733
36892
|
hidden: true,
|
|
36734
36893
|
dangerouslySetInnerHTML: {
|
|
36735
36894
|
__html: '<!-- Code boundary fallback rendered -->',
|
|
36736
36895
|
},
|
|
36737
36896
|
},);
|
|
36738
36897
|
}
|
|
36739
|
-
var nullFallback = /* @__PURE__ */ jsx(NullFallback, {
|
|
36898
|
+
var nullFallback = /* @__PURE__ */ jsx(NullFallback, {
|
|
36899
|
+
suppressHydrationWarning: true,
|
|
36900
|
+
},);
|
|
36740
36901
|
function collectErrorToAnalytics(error, errorInfo,) {
|
|
36741
36902
|
if (!isWindow) return;
|
|
36742
36903
|
if (Math.random() > 0.01) return;
|
|
@@ -36765,8 +36926,10 @@ function CodeComponentBoundary({
|
|
|
36765
36926
|
return children;
|
|
36766
36927
|
}
|
|
36767
36928
|
return /* @__PURE__ */ jsx(ServerSideErrorBoundary, {
|
|
36929
|
+
suppressHydrationWarning: true,
|
|
36768
36930
|
fallback,
|
|
36769
36931
|
children: /* @__PURE__ */ jsx(ClientSideErrorBoundary, {
|
|
36932
|
+
suppressHydrationWarning: true,
|
|
36770
36933
|
fallback,
|
|
36771
36934
|
getErrorMessage,
|
|
36772
36935
|
children,
|
|
@@ -36809,6 +36972,7 @@ function ServerSideErrorBoundary({
|
|
|
36809
36972
|
// and render the actual error fallback if Suspense activates.
|
|
36810
36973
|
/* @__PURE__ */
|
|
36811
36974
|
jsx(Suspense2, {
|
|
36975
|
+
suppressHydrationWarning: true,
|
|
36812
36976
|
fallback,
|
|
36813
36977
|
children,
|
|
36814
36978
|
},)
|
|
@@ -36819,6 +36983,7 @@ function ServerSideErrorBoundary({
|
|
|
36819
36983
|
// (the server has Suspense, the client doesn’t).
|
|
36820
36984
|
/* @__PURE__ */
|
|
36821
36985
|
jsx(SuspenseThatPreservesDom, {
|
|
36986
|
+
suppressHydrationWarning: true,
|
|
36822
36987
|
children,
|
|
36823
36988
|
},);
|
|
36824
36989
|
}
|
|
@@ -36881,6 +37046,7 @@ function IsExternalComponent({
|
|
|
36881
37046
|
parent,
|
|
36882
37047
|
}), [scopeId, nodeId, parent,],);
|
|
36883
37048
|
return /* @__PURE__ */ jsx(ExternalComponentContext.Provider, {
|
|
37049
|
+
suppressHydrationWarning: true,
|
|
36884
37050
|
value: newValue,
|
|
36885
37051
|
children,
|
|
36886
37052
|
},);
|
|
@@ -36958,11 +37124,13 @@ function useMaybeWrapComponentWithCodeBoundary(children, scopeId, nodeId, isAuth
|
|
|
36958
37124
|
isUndefined(scopeId,) || isUndefined(nodeId,)
|
|
36959
37125
|
) {
|
|
36960
37126
|
return /* @__PURE__ */ jsx(DeprecatedContainerErrorBoundary, {
|
|
37127
|
+
suppressHydrationWarning: true,
|
|
36961
37128
|
children,
|
|
36962
37129
|
},);
|
|
36963
37130
|
}
|
|
36964
37131
|
if (disableCustomCode && isAuthoredByUser) {
|
|
36965
37132
|
return /* @__PURE__ */ jsx('div', {
|
|
37133
|
+
suppressHydrationWarning: true,
|
|
36966
37134
|
style: {
|
|
36967
37135
|
padding: '12px 16px',
|
|
36968
37136
|
// Standard error box styles
|
|
@@ -36987,6 +37155,7 @@ function useMaybeWrapComponentWithCodeBoundary(children, scopeId, nodeId, isAuth
|
|
|
36987
37155
|
);
|
|
36988
37156
|
if (shouldWrapWithBoundary) {
|
|
36989
37157
|
children = /* @__PURE__ */ jsx(CodeComponentBoundary, {
|
|
37158
|
+
suppressHydrationWarning: true,
|
|
36990
37159
|
getErrorMessage: getErrorMessageForComponent.bind(null, scopeId, nodeId,),
|
|
36991
37160
|
fallback: null,
|
|
36992
37161
|
children,
|
|
@@ -36994,6 +37163,7 @@ function useMaybeWrapComponentWithCodeBoundary(children, scopeId, nodeId, isAuth
|
|
|
36994
37163
|
}
|
|
36995
37164
|
if (isModuleExternal) {
|
|
36996
37165
|
children = /* @__PURE__ */ jsx(IsExternalComponent, {
|
|
37166
|
+
suppressHydrationWarning: true,
|
|
36997
37167
|
scopeId,
|
|
36998
37168
|
nodeId,
|
|
36999
37169
|
children,
|
|
@@ -37030,16 +37200,21 @@ var ContainerInner = /* @__PURE__ */ React42.forwardRef(function ContainerInner2
|
|
|
37030
37200
|
inComponentSlot,
|
|
37031
37201
|
);
|
|
37032
37202
|
return /* @__PURE__ */ jsx(MotionComponent, {
|
|
37203
|
+
suppressHydrationWarning: true,
|
|
37033
37204
|
layoutId: outerLayoutId,
|
|
37034
37205
|
...props,
|
|
37035
37206
|
ref,
|
|
37036
37207
|
children: /* @__PURE__ */ jsx(ComponentContainerContext.Provider, {
|
|
37208
|
+
suppressHydrationWarning: true,
|
|
37037
37209
|
value: true,
|
|
37038
37210
|
children: /* @__PURE__ */ jsx(NodeIdContext.Provider, {
|
|
37211
|
+
suppressHydrationWarning: true,
|
|
37039
37212
|
value: nodeId ?? null,
|
|
37040
37213
|
children: /* @__PURE__ */ jsx(AutomaticLayoutIds, {
|
|
37214
|
+
suppressHydrationWarning: true,
|
|
37041
37215
|
enabled: false,
|
|
37042
37216
|
children: /* @__PURE__ */ jsx(LayoutGroup, {
|
|
37217
|
+
suppressHydrationWarning: true,
|
|
37043
37218
|
id: layoutId ?? '',
|
|
37044
37219
|
inherit: props.layout ? true : 'id',
|
|
37045
37220
|
children: childrenWithCodeBoundary,
|
|
@@ -37076,8 +37251,10 @@ var SmartComponentScopedContainer = /* @__PURE__ */ React42.forwardRef(function
|
|
|
37076
37251
|
if (props.rendersWithMotion) {
|
|
37077
37252
|
const Component18 = htmlElementAsMotionComponent(tagName,);
|
|
37078
37253
|
return /* @__PURE__ */ jsx(NodeIdContext.Provider, {
|
|
37254
|
+
suppressHydrationWarning: true,
|
|
37079
37255
|
value: nodeId ?? null,
|
|
37080
37256
|
children: /* @__PURE__ */ jsx(Component18, {
|
|
37257
|
+
suppressHydrationWarning: true,
|
|
37081
37258
|
...otherProps,
|
|
37082
37259
|
ref,
|
|
37083
37260
|
style: props.style,
|
|
@@ -37092,8 +37269,10 @@ var SmartComponentScopedContainer = /* @__PURE__ */ React42.forwardRef(function
|
|
|
37092
37269
|
...plainHTMLRenderableProps
|
|
37093
37270
|
} = otherProps;
|
|
37094
37271
|
return /* @__PURE__ */ jsx(NodeIdContext.Provider, {
|
|
37272
|
+
suppressHydrationWarning: true,
|
|
37095
37273
|
value: nodeId ?? null,
|
|
37096
37274
|
children: /* @__PURE__ */ jsx(Component18, {
|
|
37275
|
+
suppressHydrationWarning: true,
|
|
37097
37276
|
...plainHTMLRenderableProps,
|
|
37098
37277
|
ref,
|
|
37099
37278
|
style: props.style,
|
|
@@ -37143,8 +37322,14 @@ var CustomCursorContextProvider = /* @__PURE__ */ memo2(function CustomCursorLis
|
|
|
37143
37322
|
},);
|
|
37144
37323
|
const shouldReduceMotion = useReducedMotionConfig();
|
|
37145
37324
|
return /* @__PURE__ */ jsxs(CustomCursorContext.Provider, {
|
|
37325
|
+
suppressHydrationWarning: true,
|
|
37146
37326
|
value,
|
|
37147
|
-
children: [
|
|
37327
|
+
children: [
|
|
37328
|
+
children,
|
|
37329
|
+
!shouldReduceMotion && /* @__PURE__ */ jsx(CustomCursorComponent, {
|
|
37330
|
+
suppressHydrationWarning: true,
|
|
37331
|
+
},),
|
|
37332
|
+
],
|
|
37148
37333
|
},);
|
|
37149
37334
|
},);
|
|
37150
37335
|
var CustomCursorHost =
|
|
@@ -37356,7 +37541,9 @@ var CustomCursorComponent = /* @__PURE__ */ memo2(function CustomCursorComponent
|
|
|
37356
37541
|
],);
|
|
37357
37542
|
if (!hasHoverCapability || !cursor || !Cursor) return null;
|
|
37358
37543
|
return /* @__PURE__ */ jsx(Suspense2, {
|
|
37544
|
+
suppressHydrationWarning: true,
|
|
37359
37545
|
children: /* @__PURE__ */ jsx(Cursor, {
|
|
37546
|
+
suppressHydrationWarning: true,
|
|
37360
37547
|
transformTemplate: transformTemplate2,
|
|
37361
37548
|
style: {
|
|
37362
37549
|
...staticCursorStyle,
|
|
@@ -37576,6 +37763,7 @@ function ResetOuterLinkContext({
|
|
|
37576
37763
|
children,
|
|
37577
37764
|
},) {
|
|
37578
37765
|
return /* @__PURE__ */ jsx(OuterLinkContext.Provider, {
|
|
37766
|
+
suppressHydrationWarning: true,
|
|
37579
37767
|
value: void 0,
|
|
37580
37768
|
children,
|
|
37581
37769
|
},);
|
|
@@ -37677,6 +37865,7 @@ function useReplaceNestedLinks(children, scopeId, nodeId, href, propsAddedByLink
|
|
|
37677
37865
|
},);
|
|
37678
37866
|
}
|
|
37679
37867
|
return /* @__PURE__ */ jsx(OuterLinkContext.Provider, {
|
|
37868
|
+
suppressHydrationWarning: true,
|
|
37680
37869
|
value: innerLink,
|
|
37681
37870
|
children: replacedChildren,
|
|
37682
37871
|
},);
|
|
@@ -38364,6 +38553,7 @@ function Floating({
|
|
|
38364
38553
|
const inComponent = useContext(ComponentContainerContext,);
|
|
38365
38554
|
return ReactDOM.createPortal(
|
|
38366
38555
|
/* @__PURE__ */ jsxs(motion.div, {
|
|
38556
|
+
suppressHydrationWarning: true,
|
|
38367
38557
|
ref: floatingPositionRef,
|
|
38368
38558
|
className: className2,
|
|
38369
38559
|
style: {
|
|
@@ -38382,6 +38572,7 @@ function Floating({
|
|
|
38382
38572
|
children: [
|
|
38383
38573
|
safeArea
|
|
38384
38574
|
? /* @__PURE__ */ jsx('div', {
|
|
38575
|
+
suppressHydrationWarning: true,
|
|
38385
38576
|
ref: safeAreaRef,
|
|
38386
38577
|
style: {
|
|
38387
38578
|
position: 'absolute',
|
|
@@ -38391,6 +38582,7 @@ function Floating({
|
|
|
38391
38582
|
: // biome-ignore lint/a11y/useKeyWithClickEvents: overlays don't support key events yet.
|
|
38392
38583
|
/* @__PURE__ */
|
|
38393
38584
|
jsx('div', {
|
|
38585
|
+
suppressHydrationWarning: true,
|
|
38394
38586
|
style: {
|
|
38395
38587
|
position: 'fixed',
|
|
38396
38588
|
inset: 0,
|
|
@@ -38399,11 +38591,15 @@ function Floating({
|
|
|
38399
38591
|
onClick: onDismiss,
|
|
38400
38592
|
},),
|
|
38401
38593
|
/* @__PURE__ */ jsx(FloatingStackingContext.Provider, {
|
|
38594
|
+
suppressHydrationWarning: true,
|
|
38402
38595
|
value: descendantContext,
|
|
38403
38596
|
children: /* @__PURE__ */ jsx(ResetOuterLinkContext, {
|
|
38597
|
+
suppressHydrationWarning: true,
|
|
38404
38598
|
children: /* @__PURE__ */ jsx(InjectSelectionStyle, {
|
|
38599
|
+
suppressHydrationWarning: true,
|
|
38405
38600
|
triggerId: anchorRef.current?.id ?? void 0,
|
|
38406
38601
|
children: /* @__PURE__ */ jsx('div', {
|
|
38602
|
+
suppressHydrationWarning: true,
|
|
38407
38603
|
ref: contentRef,
|
|
38408
38604
|
children: childrenWithOrigin(children, origin,),
|
|
38409
38605
|
},),
|
|
@@ -38421,6 +38617,7 @@ var Instance = /* @__PURE__ */ React42.forwardRef(function Instance2({
|
|
|
38421
38617
|
}, ref,) {
|
|
38422
38618
|
return Component18
|
|
38423
38619
|
? /* @__PURE__ */ jsx(Component18, {
|
|
38620
|
+
suppressHydrationWarning: true,
|
|
38424
38621
|
...props,
|
|
38425
38622
|
ref,
|
|
38426
38623
|
},)
|
|
@@ -38450,6 +38647,7 @@ function AutoBreakpointVariant({
|
|
|
38450
38647
|
};
|
|
38451
38648
|
}
|
|
38452
38649
|
return /* @__PURE__ */ jsx(PropertyOverrides2, {
|
|
38650
|
+
suppressHydrationWarning: true,
|
|
38453
38651
|
overrides,
|
|
38454
38652
|
breakpoint: activeVariantId,
|
|
38455
38653
|
children: element,
|
|
@@ -38530,13 +38728,16 @@ function ChildrenCanSuspend({
|
|
|
38530
38728
|
children,
|
|
38531
38729
|
},) {
|
|
38532
38730
|
return /* @__PURE__ */ jsx(SuspenseThatPreservesDom, {
|
|
38731
|
+
suppressHydrationWarning: true,
|
|
38533
38732
|
children,
|
|
38534
38733
|
},);
|
|
38535
38734
|
}
|
|
38536
38735
|
function withChildrenCanSuspend(Component18,) {
|
|
38537
38736
|
return forwardRef(function withChildrenCanSuspendInner(props, ref,) {
|
|
38538
38737
|
return /* @__PURE__ */ jsx(ChildrenCanSuspend, {
|
|
38738
|
+
suppressHydrationWarning: true,
|
|
38539
38739
|
children: /* @__PURE__ */ jsx(Component18, {
|
|
38740
|
+
suppressHydrationWarning: true,
|
|
38540
38741
|
...props,
|
|
38541
38742
|
ref,
|
|
38542
38743
|
},),
|
|
@@ -39574,6 +39775,7 @@ function HoneypotFields({
|
|
|
39574
39775
|
// Names are unique at the moment, so using the originalName is fine
|
|
39575
39776
|
/* @__PURE__ */
|
|
39576
39777
|
jsx(HoneypotInput, {
|
|
39778
|
+
suppressHydrationWarning: true,
|
|
39577
39779
|
inputStateRef: stateRef,
|
|
39578
39780
|
}, `hp_${stateRef.originalName}`,)
|
|
39579
39781
|
),
|
|
@@ -39874,6 +40076,7 @@ var FormContainer = /* @__PURE__ */ React42.forwardRef(function FormContainer2({
|
|
|
39874
40076
|
);
|
|
39875
40077
|
};
|
|
39876
40078
|
return /* @__PURE__ */ jsxs(motion.form, {
|
|
40079
|
+
suppressHydrationWarning: true,
|
|
39877
40080
|
...props,
|
|
39878
40081
|
onSubmit: stateCanSubmitForm(state,) ? handleSubmit : preventDefault,
|
|
39879
40082
|
onKeyDown: handleKeyDown,
|
|
@@ -39882,6 +40085,7 @@ var FormContainer = /* @__PURE__ */ React42.forwardRef(function FormContainer2({
|
|
|
39882
40085
|
children: [
|
|
39883
40086
|
children(state,),
|
|
39884
40087
|
shouldUseHoneypot && /* @__PURE__ */ jsx(HoneypotFields, {
|
|
40088
|
+
suppressHydrationWarning: true,
|
|
39885
40089
|
states: honeypotStateRefs,
|
|
39886
40090
|
},),
|
|
39887
40091
|
],
|
|
@@ -39978,8 +40182,11 @@ function EditorBarLauncher({
|
|
|
39978
40182
|
}, [libraryFeatures,],);
|
|
39979
40183
|
if (!EditorBar || !framerSiteId || !enabled) return null;
|
|
39980
40184
|
return /* @__PURE__ */ jsx(IgnoreErrors, {
|
|
40185
|
+
suppressHydrationWarning: true,
|
|
39981
40186
|
children: /* @__PURE__ */ jsx(Suspense2, {
|
|
40187
|
+
suppressHydrationWarning: true,
|
|
39982
40188
|
children: /* @__PURE__ */ jsx(EditorBar, {
|
|
40189
|
+
suppressHydrationWarning: true,
|
|
39983
40190
|
framerSiteId,
|
|
39984
40191
|
features: editorBarFeatures,
|
|
39985
40192
|
},),
|
|
@@ -40458,6 +40665,7 @@ function TriggerStateProvider({
|
|
|
40458
40665
|
triggerStateRef,
|
|
40459
40666
|
}));
|
|
40460
40667
|
return /* @__PURE__ */ jsx(TriggerStateContext.Provider, {
|
|
40668
|
+
suppressHydrationWarning: true,
|
|
40461
40669
|
value: initialState2,
|
|
40462
40670
|
children,
|
|
40463
40671
|
},);
|
|
@@ -40514,6 +40722,7 @@ function SnippetsProvider({
|
|
|
40514
40722
|
loadSnippetsModule,
|
|
40515
40723
|
},) {
|
|
40516
40724
|
return /* @__PURE__ */ jsx(SnippetsContext.Provider, {
|
|
40725
|
+
suppressHydrationWarning: true,
|
|
40517
40726
|
value: loadSnippetsModule,
|
|
40518
40727
|
children,
|
|
40519
40728
|
},);
|
|
@@ -41259,31 +41468,44 @@ function Router({
|
|
|
41259
41468
|
display: 'contents',
|
|
41260
41469
|
}));
|
|
41261
41470
|
return /* @__PURE__ */ jsx(RouterAPIProvider, {
|
|
41471
|
+
suppressHydrationWarning: true,
|
|
41262
41472
|
api,
|
|
41263
41473
|
children: /* @__PURE__ */ jsx(LocaleInfoContext.Provider, {
|
|
41474
|
+
suppressHydrationWarning: true,
|
|
41264
41475
|
value: localeInfo,
|
|
41265
41476
|
children: /* @__PURE__ */ jsx(LayoutDirectionContext.Provider, {
|
|
41477
|
+
suppressHydrationWarning: true,
|
|
41266
41478
|
value: layoutDirection,
|
|
41267
41479
|
children: /* @__PURE__ */ jsx(CustomCursorHost, {
|
|
41480
|
+
suppressHydrationWarning: true,
|
|
41268
41481
|
children: /* @__PURE__ */ jsx(URLSearchParamsProvider, {
|
|
41482
|
+
suppressHydrationWarning: true,
|
|
41269
41483
|
children: /* @__PURE__ */ jsxs(TriggerStateProvider, {
|
|
41484
|
+
suppressHydrationWarning: true,
|
|
41270
41485
|
currentRoutePath: pathWithFilledVariables,
|
|
41271
41486
|
routerAPI: api,
|
|
41272
41487
|
children: [
|
|
41273
41488
|
EditorBar && /* @__PURE__ */ jsx(EditorBarLauncher, {
|
|
41489
|
+
suppressHydrationWarning: true,
|
|
41274
41490
|
EditorBar,
|
|
41275
41491
|
fast: true,
|
|
41276
41492
|
},),
|
|
41277
41493
|
/* @__PURE__ */ jsx(SynchronousSuspenseErrorBoundary, {
|
|
41494
|
+
suppressHydrationWarning: true,
|
|
41278
41495
|
children: /* @__PURE__ */ jsxs(SuspenseThatPreservesDom, {
|
|
41496
|
+
suppressHydrationWarning: true,
|
|
41279
41497
|
children: [
|
|
41280
41498
|
/* @__PURE__ */ jsxs(NotFoundErrorBoundary, {
|
|
41499
|
+
suppressHydrationWarning: true,
|
|
41281
41500
|
notFoundPage,
|
|
41282
41501
|
defaultPageStyle,
|
|
41283
41502
|
forceUpdateKey: dep,
|
|
41284
41503
|
children: [
|
|
41285
|
-
/* @__PURE__ */ jsx(MarkSuspenseEffects.Start, {
|
|
41504
|
+
/* @__PURE__ */ jsx(MarkSuspenseEffects.Start, {
|
|
41505
|
+
suppressHydrationWarning: true,
|
|
41506
|
+
},),
|
|
41286
41507
|
/* @__PURE__ */ jsx(WithLayoutTemplate, {
|
|
41508
|
+
suppressHydrationWarning: true,
|
|
41287
41509
|
LayoutTemplate,
|
|
41288
41510
|
webPageId: currentRoute?.abTestingVariantId ?? currentRouteId,
|
|
41289
41511
|
style: defaultPageStyle,
|
|
@@ -41299,10 +41521,15 @@ function Router({
|
|
|
41299
41521
|
],
|
|
41300
41522
|
},),
|
|
41301
41523
|
EditorBar && /* @__PURE__ */ jsx(EditorBarLauncher, {
|
|
41524
|
+
suppressHydrationWarning: true,
|
|
41302
41525
|
EditorBar,
|
|
41303
41526
|
},),
|
|
41304
|
-
/* @__PURE__ */ jsx(TurnOnReactEventHandling, {
|
|
41305
|
-
|
|
41527
|
+
/* @__PURE__ */ jsx(TurnOnReactEventHandling, {
|
|
41528
|
+
suppressHydrationWarning: true,
|
|
41529
|
+
},),
|
|
41530
|
+
/* @__PURE__ */ jsx(MarkSuspenseEffects.End, {
|
|
41531
|
+
suppressHydrationWarning: true,
|
|
41532
|
+
},),
|
|
41306
41533
|
],
|
|
41307
41534
|
},),
|
|
41308
41535
|
},),
|
|
@@ -41322,6 +41549,7 @@ function WithLayoutTemplate({
|
|
|
41322
41549
|
},) {
|
|
41323
41550
|
if (!LayoutTemplate) return children(false,);
|
|
41324
41551
|
return /* @__PURE__ */ jsx(LayoutTemplate, {
|
|
41552
|
+
suppressHydrationWarning: true,
|
|
41325
41553
|
webPageId,
|
|
41326
41554
|
style: style2,
|
|
41327
41555
|
children,
|
|
@@ -41657,8 +41885,10 @@ var FetchClientProvider = ({
|
|
|
41657
41885
|
return () => client.unmount();
|
|
41658
41886
|
}, [client,],);
|
|
41659
41887
|
return /* @__PURE__ */ jsx(IsRestoringCacheContext.Provider, {
|
|
41888
|
+
suppressHydrationWarning: true,
|
|
41660
41889
|
value: isRestoring,
|
|
41661
41890
|
children: /* @__PURE__ */ jsx(FetchClientContext.Provider, {
|
|
41891
|
+
suppressHydrationWarning: true,
|
|
41662
41892
|
value: client,
|
|
41663
41893
|
children,
|
|
41664
41894
|
},),
|
|
@@ -41844,18 +42074,25 @@ function PageRoot(props,) {
|
|
|
41844
42074
|
}, [],);
|
|
41845
42075
|
if (isWebsite) {
|
|
41846
42076
|
return /* @__PURE__ */ jsx(RenderTargetEnvironmentProvider, {
|
|
42077
|
+
suppressHydrationWarning: true,
|
|
41847
42078
|
value: environment2 ?? 'preview',
|
|
41848
42079
|
children: /* @__PURE__ */ jsx(MotionConfig, {
|
|
42080
|
+
suppressHydrationWarning: true,
|
|
41849
42081
|
reducedMotion: skipAnimations ? 'always' : isReducedMotion ? 'user' : 'never',
|
|
41850
42082
|
skipAnimations,
|
|
41851
42083
|
children: /* @__PURE__ */ jsx(CollectionUtilsCacheProvider, {
|
|
42084
|
+
suppressHydrationWarning: true,
|
|
41852
42085
|
collectionUtils,
|
|
41853
42086
|
children: /* @__PURE__ */ jsx(FetchClientProvider, {
|
|
42087
|
+
suppressHydrationWarning: true,
|
|
41854
42088
|
children: /* @__PURE__ */ jsx(FormContext.Provider, {
|
|
42089
|
+
suppressHydrationWarning: true,
|
|
41855
42090
|
value: framerSiteId,
|
|
41856
42091
|
children: /* @__PURE__ */ jsx(SnippetsProvider, {
|
|
42092
|
+
suppressHydrationWarning: true,
|
|
41857
42093
|
loadSnippetsModule,
|
|
41858
42094
|
children: /* @__PURE__ */ jsx(Router, {
|
|
42095
|
+
suppressHydrationWarning: true,
|
|
41859
42096
|
initialRoute: routeId,
|
|
41860
42097
|
initialPathVariables: pathVariables,
|
|
41861
42098
|
initialLocaleId: localeId,
|
|
@@ -41884,9 +42121,12 @@ function PageRoot(props,) {
|
|
|
41884
42121
|
} else {
|
|
41885
42122
|
const Wrapper = includeDataObserver ? DataObserver : React42.Fragment;
|
|
41886
42123
|
return /* @__PURE__ */ jsx(Wrapper, {
|
|
42124
|
+
suppressHydrationWarning: true,
|
|
41887
42125
|
children: /* @__PURE__ */ jsx(RoutesProvider, {
|
|
42126
|
+
suppressHydrationWarning: true,
|
|
41888
42127
|
routes,
|
|
41889
42128
|
children: /* @__PURE__ */ jsx(NavigationExport, {
|
|
42129
|
+
suppressHydrationWarning: true,
|
|
41890
42130
|
children: React42.isValidElement(RootComponent,) ? RootComponent : React42.createElement(
|
|
41891
42131
|
// @ts-expect-error to figure out how to type this properly, as tests are using different
|
|
41892
42132
|
// $$typeof symbol and isValidElement fails
|
|
@@ -46694,7 +46934,7 @@ function getCacheKey(query, locale,) {
|
|
|
46694
46934
|
async function executeServerDatabaseQuery(sql,) {
|
|
46695
46935
|
const {
|
|
46696
46936
|
executeServerDatabaseQuery: executeServerDatabaseQueryWithSqlite,
|
|
46697
|
-
} = await import('./framer-chunks/SqliteDatabase-VAKIICSG-
|
|
46937
|
+
} = await import('./framer-chunks/SqliteDatabase-VAKIICSG-W43ZSXBO.js');
|
|
46698
46938
|
return executeServerDatabaseQueryWithSqlite(sql,);
|
|
46699
46939
|
}
|
|
46700
46940
|
var queryEngine = /* @__PURE__ */ new QueryEngine();
|
|
@@ -47123,7 +47363,8 @@ function activeBreakpointHashesFromWindow(breakpoints,) {
|
|
|
47123
47363
|
function useHydratedBreakpointVariants(initial, mediaQueries, hydratedWithInitial = true,) {
|
|
47124
47364
|
const isInitialNavigation = useContext(IsInitialNavigationContext,);
|
|
47125
47365
|
const isStaticRenderer2 = useIsStaticRenderer();
|
|
47126
|
-
const
|
|
47366
|
+
const isScreenshotHost = isScreenshotFramerHost();
|
|
47367
|
+
const usesMediaQueries = isBrowser22() && (!isStaticRenderer2 || isScreenshotHost);
|
|
47127
47368
|
const baseVariant = useRef(usesMediaQueries ? activeMediaQueryFromWindow(mediaQueries,) ?? initial : initial,);
|
|
47128
47369
|
const basePropsVariant = useRef(hydratedWithInitial && isInitialNavigation ? initial : baseVariant.current,);
|
|
47129
47370
|
const forceUpdate = useForceUpdate2();
|
|
@@ -47148,13 +47389,18 @@ function useHydratedBreakpointVariants(initial, mediaQueries, hydratedWithInitia
|
|
|
47148
47389
|
}, [instantTransition, forceUpdate, isStaticRenderer2,],);
|
|
47149
47390
|
useIsomorphicLayoutEffect2(() => {
|
|
47150
47391
|
if (!isStaticRenderer2) return;
|
|
47392
|
+
if (isScreenshotHost) {
|
|
47393
|
+
setActiveVariantInstant(activeMediaQueryFromWindow(mediaQueries,) ?? initial,);
|
|
47394
|
+
return;
|
|
47395
|
+
}
|
|
47151
47396
|
setActiveVariantInstant(initial,);
|
|
47152
|
-
}, [initial, isStaticRenderer2, setActiveVariantInstant,],);
|
|
47397
|
+
}, [initial, isScreenshotHost, isStaticRenderer2, mediaQueries, setActiveVariantInstant,],);
|
|
47153
47398
|
useIsomorphicLayoutEffect2(() => {
|
|
47154
47399
|
if (!hydratedWithInitial || isInitialNavigation !== true) return;
|
|
47155
47400
|
setActiveVariantInstant(baseVariant.current,);
|
|
47156
47401
|
}, [],);
|
|
47157
47402
|
useEffect(() => {
|
|
47403
|
+
if (!usesMediaQueries || isScreenshotHost) return;
|
|
47158
47404
|
const callbacks = [];
|
|
47159
47405
|
for (const [variant, query,] of Object.entries(mediaQueries,)) {
|
|
47160
47406
|
const mql = safeWindow.matchMedia(query,);
|
|
@@ -47165,7 +47411,7 @@ function useHydratedBreakpointVariants(initial, mediaQueries, hydratedWithInitia
|
|
|
47165
47411
|
callbacks.push([mql, callback,],);
|
|
47166
47412
|
}
|
|
47167
47413
|
return () => callbacks.forEach(([mql, callback,],) => removeMQLCallback(mql, callback,));
|
|
47168
|
-
}, [mediaQueries, setActiveVariantInstant,],);
|
|
47414
|
+
}, [isScreenshotHost, mediaQueries, setActiveVariantInstant, usesMediaQueries,],);
|
|
47169
47415
|
return [baseVariant.current, basePropsVariant.current,];
|
|
47170
47416
|
}
|
|
47171
47417
|
function addMQLCallback(mql, callback,) {
|
|
@@ -48141,6 +48387,7 @@ function withCodeBoundaryForOverrides(Component18, {
|
|
|
48141
48387
|
const nearestExternalComponent = useNearestExternalComponent();
|
|
48142
48388
|
if (disableCustomCode) {
|
|
48143
48389
|
return /* @__PURE__ */ jsx(Component18, {
|
|
48390
|
+
suppressHydrationWarning: true,
|
|
48144
48391
|
...props,
|
|
48145
48392
|
ref,
|
|
48146
48393
|
},);
|
|
@@ -48154,14 +48401,18 @@ function withCodeBoundaryForOverrides(Component18, {
|
|
|
48154
48401
|
if (shouldWrapWithBoundary) {
|
|
48155
48402
|
if (appliedOverride.status === 'success') {
|
|
48156
48403
|
return /* @__PURE__ */ jsx(NodeIdContext.Provider, {
|
|
48404
|
+
suppressHydrationWarning: true,
|
|
48157
48405
|
value: nodeId,
|
|
48158
48406
|
children: /* @__PURE__ */ jsx(CodeComponentBoundary, {
|
|
48407
|
+
suppressHydrationWarning: true,
|
|
48159
48408
|
getErrorMessage: getErrorMessageForOverride.bind(null, scopeId, nodeId,),
|
|
48160
48409
|
fallback: /* @__PURE__ */ jsx(Component18, {
|
|
48410
|
+
suppressHydrationWarning: true,
|
|
48161
48411
|
...props,
|
|
48162
48412
|
ref,
|
|
48163
48413
|
},),
|
|
48164
48414
|
children: /* @__PURE__ */ jsx(appliedOverride.Component, {
|
|
48415
|
+
suppressHydrationWarning: true,
|
|
48165
48416
|
...props,
|
|
48166
48417
|
ref,
|
|
48167
48418
|
},),
|
|
@@ -48175,6 +48426,7 @@ function withCodeBoundaryForOverrides(Component18, {
|
|
|
48175
48426
|
hasErrorBeenLogged = true;
|
|
48176
48427
|
}
|
|
48177
48428
|
return /* @__PURE__ */ jsx(Component18, {
|
|
48429
|
+
suppressHydrationWarning: true,
|
|
48178
48430
|
...props,
|
|
48179
48431
|
ref,
|
|
48180
48432
|
},);
|
|
@@ -48182,8 +48434,10 @@ function withCodeBoundaryForOverrides(Component18, {
|
|
|
48182
48434
|
} else {
|
|
48183
48435
|
if (appliedOverride.status === 'success') {
|
|
48184
48436
|
return /* @__PURE__ */ jsx(NodeIdContext.Provider, {
|
|
48437
|
+
suppressHydrationWarning: true,
|
|
48185
48438
|
value: nodeId,
|
|
48186
48439
|
children: /* @__PURE__ */ jsx(appliedOverride.Component, {
|
|
48440
|
+
suppressHydrationWarning: true,
|
|
48187
48441
|
...props,
|
|
48188
48442
|
ref,
|
|
48189
48443
|
},),
|
|
@@ -48271,6 +48525,7 @@ var withV1StrokeFX = (Component18) =>
|
|
|
48271
48525
|
}
|
|
48272
48526
|
: void 0;
|
|
48273
48527
|
return /* @__PURE__ */ jsx(Component18, {
|
|
48528
|
+
suppressHydrationWarning: true,
|
|
48274
48529
|
...restProps,
|
|
48275
48530
|
...effect,
|
|
48276
48531
|
ref: forwardedRef,
|
|
@@ -48510,6 +48765,7 @@ function TickerItemWrapper({
|
|
|
48510
48765
|
...ariaProps,
|
|
48511
48766
|
};
|
|
48512
48767
|
return /* @__PURE__ */ jsx(TickerItemContext.Provider, {
|
|
48768
|
+
suppressHydrationWarning: true,
|
|
48513
48769
|
value: {
|
|
48514
48770
|
start: start2,
|
|
48515
48771
|
end,
|
|
@@ -48520,6 +48776,7 @@ function TickerItemWrapper({
|
|
|
48520
48776
|
props,
|
|
48521
48777
|
},
|
|
48522
48778
|
children: size === 'manual' ? children : /* @__PURE__ */ jsx(DefaultTickerItem, {
|
|
48779
|
+
suppressHydrationWarning: true,
|
|
48523
48780
|
children,
|
|
48524
48781
|
},),
|
|
48525
48782
|
},);
|
|
@@ -48531,6 +48788,7 @@ function DefaultTickerItem({
|
|
|
48531
48788
|
props,
|
|
48532
48789
|
} = useTickerItem();
|
|
48533
48790
|
return /* @__PURE__ */ jsx(motion.li, {
|
|
48791
|
+
suppressHydrationWarning: true,
|
|
48534
48792
|
...props,
|
|
48535
48793
|
children,
|
|
48536
48794
|
},);
|
|
@@ -48733,6 +48991,7 @@ function TickerComponent({
|
|
|
48733
48991
|
if (isStatic) {
|
|
48734
48992
|
const renderedOffset2 = useMotionValue(0,);
|
|
48735
48993
|
return /* @__PURE__ */ jsx(TickerContext.Provider, {
|
|
48994
|
+
suppressHydrationWarning: true,
|
|
48736
48995
|
value: {
|
|
48737
48996
|
...state,
|
|
48738
48997
|
gap,
|
|
@@ -48740,6 +48999,7 @@ function TickerComponent({
|
|
|
48740
48999
|
renderedOffset: renderedOffset2,
|
|
48741
49000
|
},
|
|
48742
49001
|
children: /* @__PURE__ */ jsx(ListView, {
|
|
49002
|
+
suppressHydrationWarning: true,
|
|
48743
49003
|
containerProps: props,
|
|
48744
49004
|
containerRef,
|
|
48745
49005
|
children,
|
|
@@ -48870,6 +49130,7 @@ function TickerComponent({
|
|
|
48870
49130
|
}
|
|
48871
49131
|
: defaultBounds;
|
|
48872
49132
|
clonedItems.push(/* @__PURE__ */ jsx(TickerItemWrapper, {
|
|
49133
|
+
suppressHydrationWarning: true,
|
|
48873
49134
|
offset: renderedOffset,
|
|
48874
49135
|
axis,
|
|
48875
49136
|
listSize: totalListSize,
|
|
@@ -48885,6 +49146,7 @@ function TickerComponent({
|
|
|
48885
49146
|
},);
|
|
48886
49147
|
const id3 = `ticker-group-${i}`;
|
|
48887
49148
|
clonedItemGroups.push(/* @__PURE__ */ jsx(LayoutGroup, {
|
|
49149
|
+
suppressHydrationWarning: true,
|
|
48888
49150
|
id: id3,
|
|
48889
49151
|
children: clonedItems,
|
|
48890
49152
|
}, id3,),);
|
|
@@ -48895,6 +49157,7 @@ function TickerComponent({
|
|
|
48895
49157
|
state.maxInset,
|
|
48896
49158
|
],);
|
|
48897
49159
|
return /* @__PURE__ */ jsx(TickerContext.Provider, {
|
|
49160
|
+
suppressHydrationWarning: true,
|
|
48898
49161
|
value: {
|
|
48899
49162
|
...state,
|
|
48900
49163
|
gap,
|
|
@@ -48902,6 +49165,7 @@ function TickerComponent({
|
|
|
48902
49165
|
renderedOffset,
|
|
48903
49166
|
},
|
|
48904
49167
|
children: /* @__PURE__ */ jsx(ListView, {
|
|
49168
|
+
suppressHydrationWarning: true,
|
|
48905
49169
|
containerProps: props,
|
|
48906
49170
|
children,
|
|
48907
49171
|
containerRef,
|
|
@@ -49085,6 +49349,7 @@ function ListView({
|
|
|
49085
49349
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
49086
49350
|
children: [
|
|
49087
49351
|
/* @__PURE__ */ jsx(MotionComponent, {
|
|
49352
|
+
suppressHydrationWarning: true,
|
|
49088
49353
|
...remainingProps,
|
|
49089
49354
|
ref: containerRef,
|
|
49090
49355
|
style: {
|
|
@@ -49097,6 +49362,7 @@ function ListView({
|
|
|
49097
49362
|
onPointerEnter,
|
|
49098
49363
|
onPointerLeave,
|
|
49099
49364
|
children: /* @__PURE__ */ jsxs(motion.ul, {
|
|
49365
|
+
suppressHydrationWarning: true,
|
|
49100
49366
|
ref: listRef,
|
|
49101
49367
|
role: 'group',
|
|
49102
49368
|
style: {
|
|
@@ -49124,6 +49390,7 @@ function ListView({
|
|
|
49124
49390
|
children: [
|
|
49125
49391
|
items.map((item, index,) =>
|
|
49126
49392
|
/* @__PURE__ */ jsx(TickerItemWrapper, {
|
|
49393
|
+
suppressHydrationWarning: true,
|
|
49127
49394
|
axis,
|
|
49128
49395
|
offset: renderedOffset,
|
|
49129
49396
|
listSize: totalListSize,
|
|
@@ -49191,6 +49458,7 @@ var BasicTicker = /* @__PURE__ */ forwardRef(function BasicTicker2(props, ref,)
|
|
|
49191
49458
|
const baseVelocity = playState === 'paused' ? 0 : tickerEffectVelocity ?? 100;
|
|
49192
49459
|
const velocity = baseVelocity * directionModifier;
|
|
49193
49460
|
return /* @__PURE__ */ jsx(Ticker, {
|
|
49461
|
+
suppressHydrationWarning: true,
|
|
49194
49462
|
ref,
|
|
49195
49463
|
as: Component18,
|
|
49196
49464
|
...rest,
|
|
@@ -49254,6 +49522,7 @@ var DraggableTicker = /* @__PURE__ */ forwardRef(function DraggableTicker2(props
|
|
|
49254
49522
|
}
|
|
49255
49523
|
}, [playState, offsetMotionValue,],);
|
|
49256
49524
|
return /* @__PURE__ */ jsx(Ticker, {
|
|
49525
|
+
suppressHydrationWarning: true,
|
|
49257
49526
|
ref,
|
|
49258
49527
|
as: Component18,
|
|
49259
49528
|
...rest,
|
|
@@ -49300,6 +49569,7 @@ var TickerContextProvider = ({
|
|
|
49300
49569
|
stop: () => startTransition2(() => onPlayStateChange('paused',)),
|
|
49301
49570
|
}), [onPlayStateChange,],);
|
|
49302
49571
|
return /* @__PURE__ */ jsx(TickerContext2.Provider, {
|
|
49572
|
+
suppressHydrationWarning: true,
|
|
49303
49573
|
value,
|
|
49304
49574
|
children,
|
|
49305
49575
|
},);
|
|
@@ -49340,8 +49610,10 @@ var Ticker2 = /* @__PURE__ */ forwardRef(function Ticker3(props, ref,) {
|
|
|
49340
49610
|
};
|
|
49341
49611
|
if (isStatic || !tickerEffectDraggable) {
|
|
49342
49612
|
return /* @__PURE__ */ jsx(TickerContextProvider, {
|
|
49613
|
+
suppressHydrationWarning: true,
|
|
49343
49614
|
onPlayStateChange: setPlayState,
|
|
49344
49615
|
children: /* @__PURE__ */ jsx(BasicTicker, {
|
|
49616
|
+
suppressHydrationWarning: true,
|
|
49345
49617
|
...rest,
|
|
49346
49618
|
style: tickerStyle,
|
|
49347
49619
|
ref,
|
|
@@ -49356,8 +49628,10 @@ var Ticker2 = /* @__PURE__ */ forwardRef(function Ticker3(props, ref,) {
|
|
|
49356
49628
|
},);
|
|
49357
49629
|
}
|
|
49358
49630
|
return /* @__PURE__ */ jsx(TickerContextProvider, {
|
|
49631
|
+
suppressHydrationWarning: true,
|
|
49359
49632
|
onPlayStateChange: setPlayState,
|
|
49360
49633
|
children: /* @__PURE__ */ jsx(DraggableTicker, {
|
|
49634
|
+
suppressHydrationWarning: true,
|
|
49361
49635
|
...rest,
|
|
49362
49636
|
style: tickerStyle,
|
|
49363
49637
|
ref,
|
|
@@ -49388,11 +49662,13 @@ var withTickerFX = (Component18) => {
|
|
|
49388
49662
|
return (props) => {
|
|
49389
49663
|
if (props.tickerEffectEnabled) {
|
|
49390
49664
|
return /* @__PURE__ */ jsx(Ticker2, {
|
|
49665
|
+
suppressHydrationWarning: true,
|
|
49391
49666
|
...props,
|
|
49392
49667
|
as: Component18,
|
|
49393
49668
|
},);
|
|
49394
49669
|
}
|
|
49395
49670
|
return /* @__PURE__ */ jsx(Component18, {
|
|
49671
|
+
suppressHydrationWarning: true,
|
|
49396
49672
|
...props,
|
|
49397
49673
|
},);
|
|
49398
49674
|
};
|
|
@@ -49415,23 +49691,27 @@ var withFlowFX = (Component18) =>
|
|
|
49415
49691
|
: transition, [transition, flowEffectTransition,],);
|
|
49416
49692
|
if (!flowEffectEnabled) {
|
|
49417
49693
|
return /* @__PURE__ */ jsx(Component18, {
|
|
49694
|
+
suppressHydrationWarning: true,
|
|
49418
49695
|
...forwardedProps,
|
|
49419
49696
|
ref: forwardedRef,
|
|
49420
49697
|
transition,
|
|
49421
49698
|
},);
|
|
49422
49699
|
}
|
|
49423
49700
|
let componentWithFlowEffect = /* @__PURE__ */ jsx(Component18, {
|
|
49701
|
+
suppressHydrationWarning: true,
|
|
49424
49702
|
...forwardedProps,
|
|
49425
49703
|
ref: forwardedRef,
|
|
49426
49704
|
},);
|
|
49427
49705
|
if (flowEffectTransition) {
|
|
49428
49706
|
componentWithFlowEffect = /* @__PURE__ */ jsx(MotionConfig, {
|
|
49707
|
+
suppressHydrationWarning: true,
|
|
49429
49708
|
transition: mergedTransition,
|
|
49430
49709
|
children: componentWithFlowEffect,
|
|
49431
49710
|
},);
|
|
49432
49711
|
}
|
|
49433
49712
|
if (!isNestedFlowEffect) {
|
|
49434
49713
|
componentWithFlowEffect = /* @__PURE__ */ jsx(LayoutGroup, {
|
|
49714
|
+
suppressHydrationWarning: true,
|
|
49435
49715
|
children: componentWithFlowEffect,
|
|
49436
49716
|
},);
|
|
49437
49717
|
}
|
|
@@ -49454,6 +49734,7 @@ function withMappedReactProps(Component18, info,) {
|
|
|
49454
49734
|
asRecord(props,)[mapping?.[key7] ?? key7] = rawProps[key7];
|
|
49455
49735
|
}
|
|
49456
49736
|
return /* @__PURE__ */ jsx(Component18, {
|
|
49737
|
+
suppressHydrationWarning: true,
|
|
49457
49738
|
...props,
|
|
49458
49739
|
},);
|
|
49459
49740
|
};
|
|
@@ -50397,6 +50678,7 @@ var ShaderFallbackImage = /* @__PURE__ */ memo2(function ShaderFallbackImage2({
|
|
|
50397
50678
|
},) {
|
|
50398
50679
|
if (!src) return null;
|
|
50399
50680
|
return /* @__PURE__ */ jsx(BackgroundImageComponent, {
|
|
50681
|
+
suppressHydrationWarning: true,
|
|
50400
50682
|
image: {
|
|
50401
50683
|
src,
|
|
50402
50684
|
fit: 'fill',
|
|
@@ -50897,9 +51179,11 @@ var ShaderSandboxFallbackImage = /* @__PURE__ */ memo2(function ShaderSandboxFal
|
|
|
50897
51179
|
pointerEvents: hidden ? 'none' : void 0,
|
|
50898
51180
|
};
|
|
50899
51181
|
return /* @__PURE__ */ jsxs('div', {
|
|
51182
|
+
suppressHydrationWarning: true,
|
|
50900
51183
|
style: containerStyle2,
|
|
50901
51184
|
children: [
|
|
50902
51185
|
previousSrc && /* @__PURE__ */ jsx('img', {
|
|
51186
|
+
suppressHydrationWarning: true,
|
|
50903
51187
|
src: previousSrc,
|
|
50904
51188
|
decoding: 'async',
|
|
50905
51189
|
style: sandboxFallbackImageStyle,
|
|
@@ -50907,9 +51191,11 @@ var ShaderSandboxFallbackImage = /* @__PURE__ */ memo2(function ShaderSandboxFal
|
|
|
50907
51191
|
alt: '',
|
|
50908
51192
|
}, `prev-${previousSrc}`,),
|
|
50909
51193
|
/* @__PURE__ */ jsx('div', {
|
|
51194
|
+
suppressHydrationWarning: true,
|
|
50910
51195
|
ref: previousSrc ? fadeRef : void 0,
|
|
50911
51196
|
style: sandboxFallbackContainerStyle,
|
|
50912
51197
|
children: /* @__PURE__ */ jsx('img', {
|
|
51198
|
+
suppressHydrationWarning: true,
|
|
50913
51199
|
src: displaySrc,
|
|
50914
51200
|
style: sandboxFallbackImageStyle,
|
|
50915
51201
|
decoding: 'async',
|
|
@@ -51322,6 +51608,7 @@ function ShaderCanvas({
|
|
|
51322
51608
|
}, [haveUniformsResolved, mouseDataRef, renderSingleFrame, updateCurrentSize, maybeResize,],);
|
|
51323
51609
|
useCanvasResize(canvasRef, handleResize,);
|
|
51324
51610
|
return /* @__PURE__ */ jsx('canvas', {
|
|
51611
|
+
suppressHydrationWarning: true,
|
|
51325
51612
|
ref: canvasRef,
|
|
51326
51613
|
style: canvasStyle,
|
|
51327
51614
|
draggable: false,
|
|
@@ -51379,11 +51666,13 @@ var ShaderWithFallbackOverlay = /* @__PURE__ */ memo2(function ShaderWithFallbac
|
|
|
51379
51666
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
51380
51667
|
children: [
|
|
51381
51668
|
/* @__PURE__ */ jsx('div', {
|
|
51669
|
+
suppressHydrationWarning: true,
|
|
51382
51670
|
style: {
|
|
51383
51671
|
...overlayStyle,
|
|
51384
51672
|
opacity: shouldHideCanvas ? 0 : 1,
|
|
51385
51673
|
},
|
|
51386
51674
|
children: /* @__PURE__ */ jsx(ShaderCanvas, {
|
|
51675
|
+
suppressHydrationWarning: true,
|
|
51387
51676
|
vertexShader,
|
|
51388
51677
|
fragmentShader,
|
|
51389
51678
|
animated,
|
|
@@ -51401,6 +51690,7 @@ var ShaderWithFallbackOverlay = /* @__PURE__ */ memo2(function ShaderWithFallbac
|
|
|
51401
51690
|
},),
|
|
51402
51691
|
},),
|
|
51403
51692
|
fallbackImage && !shouldSkipInitialFallback && /* @__PURE__ */ jsx('div', {
|
|
51693
|
+
suppressHydrationWarning: true,
|
|
51404
51694
|
style: {
|
|
51405
51695
|
...overlayStyle,
|
|
51406
51696
|
opacity: shouldShowFallback ? 1 : 0,
|
|
@@ -51408,6 +51698,7 @@ var ShaderWithFallbackOverlay = /* @__PURE__ */ memo2(function ShaderWithFallbac
|
|
|
51408
51698
|
pointerEvents: 'none',
|
|
51409
51699
|
},
|
|
51410
51700
|
children: /* @__PURE__ */ jsx(ShaderFallbackImage, {
|
|
51701
|
+
suppressHydrationWarning: true,
|
|
51411
51702
|
src: fallbackImage,
|
|
51412
51703
|
},),
|
|
51413
51704
|
},),
|
|
@@ -51681,10 +51972,12 @@ var Shader = /* @__PURE__ */ forwardRef(function Shader2({
|
|
|
51681
51972
|
if (isOnCanvas) {
|
|
51682
51973
|
const hideFallback = !isFallbackOnly && (shouldSkipInitialFallback || isShaderReady);
|
|
51683
51974
|
return /* @__PURE__ */ jsxs(ShaderContainerFrame, {
|
|
51975
|
+
suppressHydrationWarning: true,
|
|
51684
51976
|
ref: observerRef,
|
|
51685
51977
|
...containerFrameProps,
|
|
51686
51978
|
children: [
|
|
51687
51979
|
!isFallbackOnly && /* @__PURE__ */ jsx(ShaderWithFallbackOverlay, {
|
|
51980
|
+
suppressHydrationWarning: true,
|
|
51688
51981
|
mode: effectiveMode,
|
|
51689
51982
|
skipInitialFallback: shouldSkipFallbackOverlay,
|
|
51690
51983
|
onReady: handleShaderReady,
|
|
@@ -51694,6 +51987,7 @@ var Shader = /* @__PURE__ */ forwardRef(function Shader2({
|
|
|
51694
51987
|
mouseDataRef,
|
|
51695
51988
|
},),
|
|
51696
51989
|
/* @__PURE__ */ jsx(ShaderSandboxFallbackImage, {
|
|
51990
|
+
suppressHydrationWarning: true,
|
|
51697
51991
|
src: fallbackImage,
|
|
51698
51992
|
hidden: hideFallback,
|
|
51699
51993
|
},),
|
|
@@ -51703,17 +51997,21 @@ var Shader = /* @__PURE__ */ forwardRef(function Shader2({
|
|
|
51703
51997
|
}
|
|
51704
51998
|
if (isFallbackOnly) {
|
|
51705
51999
|
return /* @__PURE__ */ jsx(ShaderContainerFrame, {
|
|
52000
|
+
suppressHydrationWarning: true,
|
|
51706
52001
|
ref: observerRef,
|
|
51707
52002
|
...containerFrameProps,
|
|
51708
52003
|
children: shouldSkipFallbackOverlay && !isIntersecting ? null : /* @__PURE__ */ jsx(ShaderFallbackImage, {
|
|
52004
|
+
suppressHydrationWarning: true,
|
|
51709
52005
|
src: fallbackImage,
|
|
51710
52006
|
},),
|
|
51711
52007
|
},);
|
|
51712
52008
|
}
|
|
51713
52009
|
return /* @__PURE__ */ jsx(ShaderContainerFrame, {
|
|
52010
|
+
suppressHydrationWarning: true,
|
|
51714
52011
|
ref: observerRef,
|
|
51715
52012
|
...containerFrameProps,
|
|
51716
52013
|
children: /* @__PURE__ */ jsx(ShaderWithFallbackOverlay, {
|
|
52014
|
+
suppressHydrationWarning: true,
|
|
51717
52015
|
mode: effectiveMode,
|
|
51718
52016
|
fallbackImage,
|
|
51719
52017
|
skipInitialFallback: shouldSkipFallbackOverlay,
|
|
@@ -51737,6 +52035,7 @@ var ShaderContainerFrame = /* @__PURE__ */ forwardRef(function ShaderContainerFr
|
|
|
51737
52035
|
overflow: 'hidden',
|
|
51738
52036
|
};
|
|
51739
52037
|
return /* @__PURE__ */ jsx(FrameWithMotion2, {
|
|
52038
|
+
suppressHydrationWarning: true,
|
|
51740
52039
|
ref,
|
|
51741
52040
|
__fromCanvasComponent: true,
|
|
51742
52041
|
style: styles4,
|
|
@@ -51785,6 +52084,7 @@ var withVariantAppearEffect = (Component18) =>
|
|
|
51785
52084
|
React42.forwardRef((props, forwardedRef,) => {
|
|
51786
52085
|
if (RenderTarget.current() === RenderTarget.canvas) {
|
|
51787
52086
|
return /* @__PURE__ */ jsx(Component18, {
|
|
52087
|
+
suppressHydrationWarning: true,
|
|
51788
52088
|
...props,
|
|
51789
52089
|
ref: forwardedRef,
|
|
51790
52090
|
},);
|
|
@@ -51862,12 +52162,14 @@ var withVariantAppearEffect = (Component18) =>
|
|
|
51862
52162
|
},);
|
|
51863
52163
|
if (!('variantAppearEffectEnabled' in options) || variantAppearEffectEnabled === true) {
|
|
51864
52164
|
return /* @__PURE__ */ jsx(Component18, {
|
|
52165
|
+
suppressHydrationWarning: true,
|
|
51865
52166
|
...rest,
|
|
51866
52167
|
variant: activeVariant ?? props.variant,
|
|
51867
52168
|
ref: observerRef,
|
|
51868
52169
|
},);
|
|
51869
52170
|
} else {
|
|
51870
52171
|
return /* @__PURE__ */ jsx(Component18, {
|
|
52172
|
+
suppressHydrationWarning: true,
|
|
51871
52173
|
...rest,
|
|
51872
52174
|
},);
|
|
51873
52175
|
}
|
|
@@ -51890,6 +52192,7 @@ var withVariantFX = (Component18) =>
|
|
|
51890
52192
|
true,
|
|
51891
52193
|
);
|
|
51892
52194
|
return /* @__PURE__ */ jsx(Component18, {
|
|
52195
|
+
suppressHydrationWarning: true,
|
|
51893
52196
|
...props,
|
|
51894
52197
|
style: {
|
|
51895
52198
|
...props?.style,
|
|
@@ -53352,11 +53655,11 @@ function getAssetOwnerType(asset,) {
|
|
|
53352
53655
|
async function loadFontsWithOpenType(source,) {
|
|
53353
53656
|
switch (source) {
|
|
53354
53657
|
case 'google': {
|
|
53355
|
-
const supportedFonts = await import('./framer-chunks/google-3SZHWBC6-
|
|
53658
|
+
const supportedFonts = await import('./framer-chunks/google-3SZHWBC6-MIC5SCB4.js');
|
|
53356
53659
|
return supportedFonts.default;
|
|
53357
53660
|
}
|
|
53358
53661
|
case 'fontshare': {
|
|
53359
|
-
const supportedFonts = await import('./framer-chunks/fontshare-B2QLD7YB-
|
|
53662
|
+
const supportedFonts = await import('./framer-chunks/fontshare-B2QLD7YB-ZLNQ44LW.js');
|
|
53360
53663
|
return supportedFonts.default;
|
|
53361
53664
|
}
|
|
53362
53665
|
default:
|
|
@@ -53366,15 +53669,15 @@ async function loadFontsWithOpenType(source,) {
|
|
|
53366
53669
|
async function loadFontToOpenTypeFeatures(source,) {
|
|
53367
53670
|
switch (source) {
|
|
53368
53671
|
case 'google': {
|
|
53369
|
-
const features = await import('./framer-chunks/google-3FCAKCAC-
|
|
53672
|
+
const features = await import('./framer-chunks/google-3FCAKCAC-K2ZVMKHN.js');
|
|
53370
53673
|
return features.default;
|
|
53371
53674
|
}
|
|
53372
53675
|
case 'fontshare': {
|
|
53373
|
-
const features = await import('./framer-chunks/fontshare-4THNDPMZ-
|
|
53676
|
+
const features = await import('./framer-chunks/fontshare-4THNDPMZ-L3NZDIOE.js');
|
|
53374
53677
|
return features.default;
|
|
53375
53678
|
}
|
|
53376
53679
|
case 'framer': {
|
|
53377
|
-
const features = await import('./framer-chunks/framer-font-45AI7UCZ-
|
|
53680
|
+
const features = await import('./framer-chunks/framer-font-45AI7UCZ-Z3XHDH5K.js');
|
|
53378
53681
|
return features.default;
|
|
53379
53682
|
}
|
|
53380
53683
|
default:
|
|
@@ -53918,10 +54221,10 @@ function loadVariationAxes(source,) {
|
|
|
53918
54221
|
const axes = (async () => {
|
|
53919
54222
|
switch (source) {
|
|
53920
54223
|
case 'google': {
|
|
53921
|
-
return (await import('./framer-chunks/google-GXDJLGJB-
|
|
54224
|
+
return (await import('./framer-chunks/google-GXDJLGJB-356NWSZ7.js')).default;
|
|
53922
54225
|
}
|
|
53923
54226
|
case 'fontshare': {
|
|
53924
|
-
return (await import('./framer-chunks/fontshare-O22OBJ3D-
|
|
54227
|
+
return (await import('./framer-chunks/fontshare-O22OBJ3D-VY7WF3BB.js')).default;
|
|
53925
54228
|
}
|
|
53926
54229
|
default:
|
|
53927
54230
|
assertNever(source,);
|
|
@@ -54313,6 +54616,7 @@ function CustomProperties({
|
|
|
54313
54616
|
customProperties,
|
|
54314
54617
|
},) {
|
|
54315
54618
|
return /* @__PURE__ */ jsx('div', {
|
|
54619
|
+
suppressHydrationWarning: true,
|
|
54316
54620
|
style: customProperties,
|
|
54317
54621
|
children,
|
|
54318
54622
|
},);
|
|
@@ -54398,6 +54702,7 @@ var PlainTextInput = /* @__PURE__ */ forwardRef(function FormPlainTextInput(prop
|
|
|
54398
54702
|
}, [setInputRef,],);
|
|
54399
54703
|
if (type === 'hidden') {
|
|
54400
54704
|
return /* @__PURE__ */ jsx(motion.input, {
|
|
54705
|
+
suppressHydrationWarning: true,
|
|
54401
54706
|
type: 'hidden',
|
|
54402
54707
|
name: inputName,
|
|
54403
54708
|
defaultValue,
|
|
@@ -54414,6 +54719,7 @@ var PlainTextInput = /* @__PURE__ */ forwardRef(function FormPlainTextInput(prop
|
|
|
54414
54719
|
type === 'textarea' && textareaInputTypeWrapperClassName,
|
|
54415
54720
|
);
|
|
54416
54721
|
return /* @__PURE__ */ jsxs(motion.div, {
|
|
54722
|
+
suppressHydrationWarning: true,
|
|
54417
54723
|
ref,
|
|
54418
54724
|
onClick: handleWrapperClick,
|
|
54419
54725
|
style: style2,
|
|
@@ -54422,6 +54728,7 @@ var PlainTextInput = /* @__PURE__ */ forwardRef(function FormPlainTextInput(prop
|
|
|
54422
54728
|
children: [
|
|
54423
54729
|
type === 'textarea'
|
|
54424
54730
|
? /* @__PURE__ */ jsx(motion.textarea, {
|
|
54731
|
+
suppressHydrationWarning: true,
|
|
54425
54732
|
ref: setInputRef,
|
|
54426
54733
|
...dataProps,
|
|
54427
54734
|
...eventHandlers,
|
|
@@ -54434,6 +54741,7 @@ var PlainTextInput = /* @__PURE__ */ forwardRef(function FormPlainTextInput(prop
|
|
|
54434
54741
|
maxLength,
|
|
54435
54742
|
},)
|
|
54436
54743
|
: /* @__PURE__ */ jsx(motion.input, {
|
|
54744
|
+
suppressHydrationWarning: true,
|
|
54437
54745
|
ref: setInputRef,
|
|
54438
54746
|
...dataProps,
|
|
54439
54747
|
...eventHandlers,
|
|
@@ -54450,11 +54758,14 @@ var PlainTextInput = /* @__PURE__ */ forwardRef(function FormPlainTextInput(prop
|
|
|
54450
54758
|
maxLength,
|
|
54451
54759
|
},),
|
|
54452
54760
|
showClear && /* @__PURE__ */ jsx('button', {
|
|
54761
|
+
suppressHydrationWarning: true,
|
|
54453
54762
|
type: 'button',
|
|
54454
54763
|
className: clearButtonClassName,
|
|
54455
54764
|
onClick: handleClear,
|
|
54456
54765
|
'aria-label': 'Clear',
|
|
54457
|
-
children: /* @__PURE__ */ jsx(ClearIcon, {
|
|
54766
|
+
children: /* @__PURE__ */ jsx(ClearIcon, {
|
|
54767
|
+
suppressHydrationWarning: true,
|
|
54768
|
+
},),
|
|
54458
54769
|
},),
|
|
54459
54770
|
],
|
|
54460
54771
|
},);
|
|
@@ -54466,12 +54777,14 @@ function normalizeValueForInputType(value, type,) {
|
|
|
54466
54777
|
}
|
|
54467
54778
|
function ClearIcon() {
|
|
54468
54779
|
return /* @__PURE__ */ jsx('svg', {
|
|
54780
|
+
suppressHydrationWarning: true,
|
|
54469
54781
|
xmlns: 'http://www.w3.org/2000/svg',
|
|
54470
54782
|
width: '8',
|
|
54471
54783
|
height: '8',
|
|
54472
54784
|
viewBox: '0 0 8 8',
|
|
54473
54785
|
'aria-hidden': 'true',
|
|
54474
54786
|
children: /* @__PURE__ */ jsx('path', {
|
|
54787
|
+
suppressHydrationWarning: true,
|
|
54475
54788
|
d: 'm1.5 6.5 5-5M6.5 6.5l-5-5',
|
|
54476
54789
|
fill: 'none',
|
|
54477
54790
|
stroke: 'currentColor',
|
|
@@ -54724,6 +55037,7 @@ var BooleanInput = /* @__PURE__ */ React42.forwardRef(function FormBooleanInput(
|
|
|
54724
55037
|
setRef2(setReplayInputRef, input,);
|
|
54725
55038
|
}, [ref, setReplayInputRef,],);
|
|
54726
55039
|
return /* @__PURE__ */ jsx(motion.input, {
|
|
55040
|
+
suppressHydrationWarning: true,
|
|
54727
55041
|
...rest,
|
|
54728
55042
|
...attributes,
|
|
54729
55043
|
...eventHandlers,
|
|
@@ -54890,17 +55204,20 @@ var Select = /* @__PURE__ */ React42.forwardRef(function Select2(props, measureR
|
|
|
54890
55204
|
const eventHandlers = useCustomValidity(onValid, onInvalid, handleChange, onBlur, onFocus,);
|
|
54891
55205
|
if (hidden) {
|
|
54892
55206
|
return /* @__PURE__ */ jsx(motion.input, {
|
|
55207
|
+
suppressHydrationWarning: true,
|
|
54893
55208
|
type: 'hidden',
|
|
54894
55209
|
name: inputName,
|
|
54895
55210
|
defaultValue,
|
|
54896
55211
|
},);
|
|
54897
55212
|
}
|
|
54898
55213
|
return /* @__PURE__ */ jsx(motion.div, {
|
|
55214
|
+
suppressHydrationWarning: true,
|
|
54899
55215
|
ref: measureRef,
|
|
54900
55216
|
style: style2,
|
|
54901
55217
|
className: cx(inputWrapperClassName, selectWrapperClassName, className2,),
|
|
54902
55218
|
...rest,
|
|
54903
55219
|
children: /* @__PURE__ */ jsx(motion.select, {
|
|
55220
|
+
suppressHydrationWarning: true,
|
|
54904
55221
|
ref: setSelectRef,
|
|
54905
55222
|
name: inputName,
|
|
54906
55223
|
autoFocus,
|
|
@@ -54912,12 +55229,15 @@ var Select = /* @__PURE__ */ React42.forwardRef(function Select2(props, measureR
|
|
|
54912
55229
|
children: selectOptions?.map((option, index,) => {
|
|
54913
55230
|
switch (option.type) {
|
|
54914
55231
|
case 'divider':
|
|
54915
|
-
return /* @__PURE__ */ jsx('hr', {
|
|
55232
|
+
return /* @__PURE__ */ jsx('hr', {
|
|
55233
|
+
suppressHydrationWarning: true,
|
|
55234
|
+
}, index,);
|
|
54916
55235
|
case 'option':
|
|
54917
55236
|
return (
|
|
54918
55237
|
// biome-ignore lint/suspicious/noArrayIndexKey: Values can be duplicated, so we could only use UUIDs here (but that isn't really better)
|
|
54919
55238
|
/* @__PURE__ */
|
|
54920
55239
|
jsx('option', {
|
|
55240
|
+
suppressHydrationWarning: true,
|
|
54921
55241
|
value: option.value ?? option.title,
|
|
54922
55242
|
disabled: option.disabled,
|
|
54923
55243
|
children: option.title ?? option.value,
|
|
@@ -55282,6 +55602,7 @@ function withLightboxEffect(Component18,) {
|
|
|
55282
55602
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
55283
55603
|
children: [
|
|
55284
55604
|
/* @__PURE__ */ jsx(Component18, {
|
|
55605
|
+
suppressHydrationWarning: true,
|
|
55285
55606
|
...props,
|
|
55286
55607
|
style: style2,
|
|
55287
55608
|
onClick: handleClick,
|
|
@@ -55291,6 +55612,7 @@ function withLightboxEffect(Component18,) {
|
|
|
55291
55612
|
transition,
|
|
55292
55613
|
},),
|
|
55293
55614
|
/* @__PURE__ */ jsx(AnimatePresence, {
|
|
55615
|
+
suppressHydrationWarning: true,
|
|
55294
55616
|
onExitComplete: () => {
|
|
55295
55617
|
startTransition2(() => {
|
|
55296
55618
|
setOpenOverrides(void 0,);
|
|
@@ -55302,6 +55624,7 @@ function withLightboxEffect(Component18,) {
|
|
|
55302
55624
|
/* @__PURE__ */ jsxs(Fragment, {
|
|
55303
55625
|
children: [
|
|
55304
55626
|
/* @__PURE__ */ jsx(motion.div, {
|
|
55627
|
+
suppressHydrationWarning: true,
|
|
55305
55628
|
...portalProps,
|
|
55306
55629
|
className: lightboxClassName,
|
|
55307
55630
|
onClick: onClose,
|
|
@@ -55317,6 +55640,7 @@ function withLightboxEffect(Component18,) {
|
|
|
55317
55640
|
exit: enterExitBackdropAnimation,
|
|
55318
55641
|
},),
|
|
55319
55642
|
/* @__PURE__ */ jsx(motion.div, {
|
|
55643
|
+
suppressHydrationWarning: true,
|
|
55320
55644
|
...portalProps,
|
|
55321
55645
|
className: lightboxClassName,
|
|
55322
55646
|
style: {
|
|
@@ -55329,6 +55653,7 @@ function withLightboxEffect(Component18,) {
|
|
|
55329
55653
|
zIndex: lightbox.zIndex,
|
|
55330
55654
|
},
|
|
55331
55655
|
children: /* @__PURE__ */ jsx('div', {
|
|
55656
|
+
suppressHydrationWarning: true,
|
|
55332
55657
|
style: {
|
|
55333
55658
|
alignItems: 'center',
|
|
55334
55659
|
aspectRatio: aspectRatio2,
|
|
@@ -55340,6 +55665,7 @@ function withLightboxEffect(Component18,) {
|
|
|
55340
55665
|
maxWidth: lightbox.maxWidth,
|
|
55341
55666
|
},
|
|
55342
55667
|
children: /* @__PURE__ */ jsx(motion.div, {
|
|
55668
|
+
suppressHydrationWarning: true,
|
|
55343
55669
|
layoutId,
|
|
55344
55670
|
transition,
|
|
55345
55671
|
onClick: onOpen,
|
|
@@ -55357,6 +55683,7 @@ function withLightboxEffect(Component18,) {
|
|
|
55357
55683
|
...border,
|
|
55358
55684
|
},
|
|
55359
55685
|
children: /* @__PURE__ */ jsx(BackgroundImageComponent, {
|
|
55686
|
+
suppressHydrationWarning: true,
|
|
55360
55687
|
image,
|
|
55361
55688
|
alt: image.alt,
|
|
55362
55689
|
draggable: props.draggable,
|
|
@@ -55414,12 +55741,14 @@ var Component16 = /* @__PURE__ */ React42.forwardRef(function Image2(props, ref,
|
|
|
55414
55741
|
}
|
|
55415
55742
|
const MotionComponent = htmlElementAsMotionComponent(props.as,);
|
|
55416
55743
|
return /* @__PURE__ */ jsxs(MotionComponent, {
|
|
55744
|
+
suppressHydrationWarning: true,
|
|
55417
55745
|
...rest,
|
|
55418
55746
|
style: style2,
|
|
55419
55747
|
ref,
|
|
55420
55748
|
draggable,
|
|
55421
55749
|
children: [
|
|
55422
55750
|
background && /* @__PURE__ */ jsx(BackgroundImageComponent, {
|
|
55751
|
+
suppressHydrationWarning: true,
|
|
55423
55752
|
image: background,
|
|
55424
55753
|
alt,
|
|
55425
55754
|
draggable,
|
|
@@ -55444,6 +55773,7 @@ var ColumnMasonryLayout = /* @__PURE__ */ React42.memo(function ColumnMasonryLay
|
|
|
55444
55773
|
const wrapperStyle2 = getMasonryColumnStyle(rowGap,);
|
|
55445
55774
|
return tracks.map((trackChildren, i,) =>
|
|
55446
55775
|
/* @__PURE__ */ jsx('div', {
|
|
55776
|
+
suppressHydrationWarning: true,
|
|
55447
55777
|
style: wrapperStyle2,
|
|
55448
55778
|
children: trackChildren,
|
|
55449
55779
|
}, getMasonryColumnKey(i,),)
|
|
@@ -55516,6 +55846,7 @@ var withColumnMasonryLayout = (Component18) => {
|
|
|
55516
55846
|
}, ref,) {
|
|
55517
55847
|
if (!columnMasonryLayoutEnabled) {
|
|
55518
55848
|
return /* @__PURE__ */ jsx(Component18, {
|
|
55849
|
+
suppressHydrationWarning: true,
|
|
55519
55850
|
ref,
|
|
55520
55851
|
style: existingStyle,
|
|
55521
55852
|
...rest,
|
|
@@ -55527,10 +55858,12 @@ var withColumnMasonryLayout = (Component18) => {
|
|
|
55527
55858
|
gridTemplateColumns: `repeat(${trackCount}, 1fr)`,
|
|
55528
55859
|
};
|
|
55529
55860
|
return /* @__PURE__ */ jsx(Component18, {
|
|
55861
|
+
suppressHydrationWarning: true,
|
|
55530
55862
|
ref,
|
|
55531
55863
|
style: mergedStyle,
|
|
55532
55864
|
...rest,
|
|
55533
55865
|
children: /* @__PURE__ */ jsx(ColumnMasonryLayout, {
|
|
55866
|
+
suppressHydrationWarning: true,
|
|
55534
55867
|
trackCount,
|
|
55535
55868
|
rowGap,
|
|
55536
55869
|
parentIsDataRepeater,
|
|
@@ -55681,6 +56014,7 @@ var RelativeDate = /* @__PURE__ */ memo2(function RelativeDate2({
|
|
|
55681
56014
|
children: [
|
|
55682
56015
|
isWindow ? formattedRelativeDate : formattedDate,
|
|
55683
56016
|
isWindow ? null : /* @__PURE__ */ jsx('script', {
|
|
56017
|
+
suppressHydrationWarning: true,
|
|
55684
56018
|
'data-relative-date-script': 'inline',
|
|
55685
56019
|
dangerouslySetInnerHTML: {
|
|
55686
56020
|
__html: createHydrationScript(targetDate, dateFormat, dateStyle, dateNumeric, dateCapitalize, locale,),
|
|
@@ -55995,6 +56329,7 @@ var DeprecatedRichTextInner = /* @__PURE__ */ React.forwardRef(function Text(pro
|
|
|
55995
56329
|
collectTextShadowsForProps(props, style2,);
|
|
55996
56330
|
Object.assign(style2, props.style,);
|
|
55997
56331
|
return /* @__PURE__ */ jsx(motion.div, {
|
|
56332
|
+
suppressHydrationWarning: true,
|
|
55998
56333
|
id: id3,
|
|
55999
56334
|
ref: layoutRef,
|
|
56000
56335
|
...rest,
|
|
@@ -56102,6 +56437,7 @@ function tokenizeText(text, tokenization = 'character', elements, shouldReduceMo
|
|
|
56102
56437
|
const ref = newOverrideableRef();
|
|
56103
56438
|
elements.add(ref,);
|
|
56104
56439
|
return /* @__PURE__ */ jsx('span', {
|
|
56440
|
+
suppressHydrationWarning: true,
|
|
56105
56441
|
ref,
|
|
56106
56442
|
style: style2,
|
|
56107
56443
|
children: text,
|
|
@@ -56123,6 +56459,7 @@ function tokenizeText(text, tokenization = 'character', elements, shouldReduceMo
|
|
|
56123
56459
|
return /* @__PURE__ */ jsxs(React.Fragment, {
|
|
56124
56460
|
children: [
|
|
56125
56461
|
/* @__PURE__ */ jsx('span', {
|
|
56462
|
+
suppressHydrationWarning: true,
|
|
56126
56463
|
style: {
|
|
56127
56464
|
whiteSpace: short ? 'nowrap' : 'unset',
|
|
56128
56465
|
},
|
|
@@ -56133,6 +56470,7 @@ function tokenizeText(text, tokenization = 'character', elements, shouldReduceMo
|
|
|
56133
56470
|
// biome-ignore lint/suspicious/noArrayIndexKey: We are combining index with char.
|
|
56134
56471
|
/* @__PURE__ */
|
|
56135
56472
|
jsx('span', {
|
|
56473
|
+
suppressHydrationWarning: true,
|
|
56136
56474
|
ref,
|
|
56137
56475
|
style: style2,
|
|
56138
56476
|
children: char,
|
|
@@ -56155,6 +56493,7 @@ function tokenizeText(text, tokenization = 'character', elements, shouldReduceMo
|
|
|
56155
56493
|
return /* @__PURE__ */ jsxs(React.Fragment, {
|
|
56156
56494
|
children: [
|
|
56157
56495
|
/* @__PURE__ */ jsx('span', {
|
|
56496
|
+
suppressHydrationWarning: true,
|
|
56158
56497
|
ref,
|
|
56159
56498
|
style: style2,
|
|
56160
56499
|
children: char,
|
|
@@ -56498,6 +56837,7 @@ var BaseSVG = /* @__PURE__ */ forwardRef(function BaseSVG2(props, forwardedRef,)
|
|
|
56498
56837
|
// biome-ignore lint/a11y/noSvgWithoutTitle: FIXME: FitText might be inaccessible to screen readers because it’s wrapped in an svg
|
|
56499
56838
|
/* @__PURE__ */
|
|
56500
56839
|
jsx('svg', {
|
|
56840
|
+
suppressHydrationWarning: true,
|
|
56501
56841
|
...props,
|
|
56502
56842
|
ref: forwardedRef,
|
|
56503
56843
|
children: props.children,
|
|
@@ -56512,10 +56852,12 @@ var FitText = /* @__PURE__ */ forwardRef(function FitText2({
|
|
|
56512
56852
|
...props
|
|
56513
56853
|
}, forwardedRef,) {
|
|
56514
56854
|
return /* @__PURE__ */ jsx(MotionSVG, {
|
|
56855
|
+
suppressHydrationWarning: true,
|
|
56515
56856
|
...props,
|
|
56516
56857
|
ref: forwardedRef,
|
|
56517
56858
|
viewBox,
|
|
56518
56859
|
children: /* @__PURE__ */ jsx(motion.foreignObject, {
|
|
56860
|
+
suppressHydrationWarning: true,
|
|
56519
56861
|
width: '100%',
|
|
56520
56862
|
height: '100%',
|
|
56521
56863
|
className: 'framer-fit-text',
|
|
@@ -56650,6 +56992,7 @@ var RichTextContainer = /* @__PURE__ */ forwardRef(function RichTextContainer2(p
|
|
|
56650
56992
|
if (isString(props.viewBox,)) {
|
|
56651
56993
|
if (props.as !== void 0) {
|
|
56652
56994
|
return /* @__PURE__ */ jsx(Component18, {
|
|
56995
|
+
suppressHydrationWarning: true,
|
|
56653
56996
|
...validRestProps,
|
|
56654
56997
|
ref: containerRef,
|
|
56655
56998
|
style: containerStyle2,
|
|
@@ -56658,6 +57001,7 @@ var RichTextContainer = /* @__PURE__ */ forwardRef(function RichTextContainer2(p
|
|
|
56658
57001
|
'data-framer-name': dataFramerName,
|
|
56659
57002
|
'data-framer-component-type': richTextContainerComponentType,
|
|
56660
57003
|
children: /* @__PURE__ */ jsx(FitText, {
|
|
57004
|
+
suppressHydrationWarning: true,
|
|
56661
57005
|
viewBox,
|
|
56662
57006
|
viewBoxScale,
|
|
56663
57007
|
style: {
|
|
@@ -56669,6 +57013,7 @@ var RichTextContainer = /* @__PURE__ */ forwardRef(function RichTextContainer2(p
|
|
|
56669
57013
|
},);
|
|
56670
57014
|
} else {
|
|
56671
57015
|
return /* @__PURE__ */ jsx(FitText, {
|
|
57016
|
+
suppressHydrationWarning: true,
|
|
56672
57017
|
...validRestProps,
|
|
56673
57018
|
ref: containerRef,
|
|
56674
57019
|
style: containerStyle2,
|
|
@@ -56683,6 +57028,7 @@ var RichTextContainer = /* @__PURE__ */ forwardRef(function RichTextContainer2(p
|
|
|
56683
57028
|
}
|
|
56684
57029
|
}
|
|
56685
57030
|
return /* @__PURE__ */ jsx(Component18, {
|
|
57031
|
+
suppressHydrationWarning: true,
|
|
56686
57032
|
...validRestProps,
|
|
56687
57033
|
ref: containerRef,
|
|
56688
57034
|
style: containerStyle2,
|
|
@@ -56739,6 +57085,7 @@ function processRichTextChildren(
|
|
|
56739
57085
|
props.id = slug;
|
|
56740
57086
|
const className2 = cx('framer-text', anchorLinkStylePresetClassName,);
|
|
56741
57087
|
const anchorLink = /* @__PURE__ */ jsx('a', {
|
|
57088
|
+
suppressHydrationWarning: true,
|
|
56742
57089
|
href: `#${slug}`,
|
|
56743
57090
|
className: className2,
|
|
56744
57091
|
children,
|
|
@@ -56790,6 +57137,7 @@ var RichTextInner = /* @__PURE__ */ forwardRef(function RichText({
|
|
|
56790
57137
|
[isString(html,) ? 'html' : 'htmlFromDesign']: content,
|
|
56791
57138
|
};
|
|
56792
57139
|
return /* @__PURE__ */ jsx(DeprecatedRichText, {
|
|
57140
|
+
suppressHydrationWarning: true,
|
|
56793
57141
|
...props,
|
|
56794
57142
|
...contentProp,
|
|
56795
57143
|
ref: forwardedRef,
|
|
@@ -56810,6 +57158,7 @@ var RichTextInner = /* @__PURE__ */ forwardRef(function RichText({
|
|
|
56810
57158
|
}
|
|
56811
57159
|
}
|
|
56812
57160
|
return /* @__PURE__ */ jsx(RichTextContainer, {
|
|
57161
|
+
suppressHydrationWarning: true,
|
|
56813
57162
|
...props,
|
|
56814
57163
|
ref: forwardedRef,
|
|
56815
57164
|
children: isValidElement(content,) ? content : void 0,
|
|
@@ -56992,6 +57341,7 @@ var ImagePatternElement = ({
|
|
|
56992
57341
|
},) => {
|
|
56993
57342
|
const href = imageUrlForAsset(path,);
|
|
56994
57343
|
return /* @__PURE__ */ jsx('pattern', {
|
|
57344
|
+
suppressHydrationWarning: true,
|
|
56995
57345
|
id: id3,
|
|
56996
57346
|
width: repeat ? width : '100%',
|
|
56997
57347
|
height: repeat ? height : '100%',
|
|
@@ -57000,6 +57350,7 @@ var ImagePatternElement = ({
|
|
|
57000
57350
|
x: repeat ? offsetX : void 0,
|
|
57001
57351
|
y: repeat ? offsetY : void 0,
|
|
57002
57352
|
children: /* @__PURE__ */ jsx('image', {
|
|
57353
|
+
suppressHydrationWarning: true,
|
|
57003
57354
|
width: repeat ? width : 1,
|
|
57004
57355
|
height: repeat ? height : 1,
|
|
57005
57356
|
href,
|
|
@@ -57253,6 +57604,7 @@ var SVGInner = /* @__PURE__ */ forwardRef(function SVG(props, forwardedRef,) {
|
|
|
57253
57604
|
const providedWindow = useProvidedWindow();
|
|
57254
57605
|
useMeasureLayout(props, layoutRef,);
|
|
57255
57606
|
return /* @__PURE__ */ jsx(SVGComponent, {
|
|
57607
|
+
suppressHydrationWarning: true,
|
|
57256
57608
|
...props,
|
|
57257
57609
|
innerRef: ref,
|
|
57258
57610
|
parentSize,
|
|
@@ -57485,6 +57837,7 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57485
57837
|
y2,
|
|
57486
57838
|
} = elementPropertiesForLinearGradient(gradient, identifier,);
|
|
57487
57839
|
fillElement = /* @__PURE__ */ jsx('svg', {
|
|
57840
|
+
suppressHydrationWarning: true,
|
|
57488
57841
|
ref: this.setSVGElement,
|
|
57489
57842
|
width: '100%',
|
|
57490
57843
|
height: '100%',
|
|
@@ -57493,6 +57846,7 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57493
57846
|
},
|
|
57494
57847
|
role: 'presentation',
|
|
57495
57848
|
children: /* @__PURE__ */ jsx('linearGradient', {
|
|
57849
|
+
suppressHydrationWarning: true,
|
|
57496
57850
|
id: gradientId,
|
|
57497
57851
|
x1,
|
|
57498
57852
|
x2,
|
|
@@ -57500,6 +57854,7 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57500
57854
|
y2,
|
|
57501
57855
|
children: stops.map((stop, idx,) => {
|
|
57502
57856
|
return /* @__PURE__ */ jsx('stop', {
|
|
57857
|
+
suppressHydrationWarning: true,
|
|
57503
57858
|
offset: stop.position,
|
|
57504
57859
|
stopColor: stop.color,
|
|
57505
57860
|
stopOpacity: stop.alpha,
|
|
@@ -57513,6 +57868,7 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57513
57868
|
outerStyle.fill = `url(#${gradientId})`;
|
|
57514
57869
|
const elementProperties = elementPropertiesForRadialGradient(gradient, identifier,);
|
|
57515
57870
|
fillElement = /* @__PURE__ */ jsx('svg', {
|
|
57871
|
+
suppressHydrationWarning: true,
|
|
57516
57872
|
ref: this.setSVGElement,
|
|
57517
57873
|
width: '100%',
|
|
57518
57874
|
height: '100%',
|
|
@@ -57521,12 +57877,14 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57521
57877
|
},
|
|
57522
57878
|
role: 'presentation',
|
|
57523
57879
|
children: /* @__PURE__ */ jsx('radialGradient', {
|
|
57880
|
+
suppressHydrationWarning: true,
|
|
57524
57881
|
id: gradientId,
|
|
57525
57882
|
cy: gradient.centerAnchorY,
|
|
57526
57883
|
cx: gradient.centerAnchorX,
|
|
57527
57884
|
r: gradient.widthFactor,
|
|
57528
57885
|
children: elementProperties.stops.map((stop, idx,) => {
|
|
57529
57886
|
return /* @__PURE__ */ jsx('stop', {
|
|
57887
|
+
suppressHydrationWarning: true,
|
|
57530
57888
|
offset: stop.position,
|
|
57531
57889
|
stopColor: stop.color,
|
|
57532
57890
|
stopOpacity: stop.alpha,
|
|
@@ -57539,6 +57897,7 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57539
57897
|
if (imagePattern) {
|
|
57540
57898
|
outerStyle.fill = `url(#${imagePattern.id})`;
|
|
57541
57899
|
fillElement = /* @__PURE__ */ jsx('svg', {
|
|
57900
|
+
suppressHydrationWarning: true,
|
|
57542
57901
|
ref: this.setSVGElement,
|
|
57543
57902
|
width: '100%',
|
|
57544
57903
|
height: '100%',
|
|
@@ -57547,7 +57906,9 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57547
57906
|
},
|
|
57548
57907
|
role: 'presentation',
|
|
57549
57908
|
children: /* @__PURE__ */ jsx('defs', {
|
|
57909
|
+
suppressHydrationWarning: true,
|
|
57550
57910
|
children: /* @__PURE__ */ jsx(ImagePatternElement, {
|
|
57911
|
+
suppressHydrationWarning: true,
|
|
57551
57912
|
...imagePattern,
|
|
57552
57913
|
},),
|
|
57553
57914
|
},),
|
|
@@ -57584,7 +57945,8 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57584
57945
|
children: [
|
|
57585
57946
|
fillElement,
|
|
57586
57947
|
/* @__PURE__ */ jsx('div', {
|
|
57587
|
-
|
|
57948
|
+
suppressHydrationWarning: true,
|
|
57949
|
+
className: 'svgContainer',
|
|
57588
57950
|
style: innerStyle,
|
|
57589
57951
|
ref: this.container,
|
|
57590
57952
|
dangerouslySetInnerHTML: {
|
|
@@ -57604,6 +57966,7 @@ var SVGComponent = /* @__PURE__ */ (() => {
|
|
|
57604
57966
|
} = this.props;
|
|
57605
57967
|
const hasTitleOrDescription = title || description;
|
|
57606
57968
|
return /* @__PURE__ */ jsx(MotionComponent, {
|
|
57969
|
+
suppressHydrationWarning: true,
|
|
57607
57970
|
...dataProps,
|
|
57608
57971
|
...rest,
|
|
57609
57972
|
layoutId,
|
|
@@ -57721,6 +58084,7 @@ var TextInner = /* @__PURE__ */ React42.forwardRef(function Text2(props, forward
|
|
|
57721
58084
|
return replaceFramerPageLinks(props.rawHTML, getRoute, currentRoute, implicitPathVariables,);
|
|
57722
58085
|
}, [props.rawHTML, getRoute, currentRoute, implicitPathVariables,],);
|
|
57723
58086
|
return /* @__PURE__ */ jsx(TextComponent, {
|
|
58087
|
+
suppressHydrationWarning: true,
|
|
57724
58088
|
...props,
|
|
57725
58089
|
innerRef: layoutRef,
|
|
57726
58090
|
layoutId,
|
|
@@ -57828,6 +58192,7 @@ var TextComponent = /* @__PURE__ */ (() => {
|
|
|
57828
58192
|
if (alignment) asRecord(style2,)['--framer-text-alignment'] = alignment;
|
|
57829
58193
|
const tabIndexProps = getTabIndexProps(tabIndex,);
|
|
57830
58194
|
return /* @__PURE__ */ jsx(motion.div, {
|
|
58195
|
+
suppressHydrationWarning: true,
|
|
57831
58196
|
layoutId,
|
|
57832
58197
|
id: id3,
|
|
57833
58198
|
...tabIndexProps,
|
|
@@ -57866,6 +58231,7 @@ var TextComponent = /* @__PURE__ */ (() => {
|
|
|
57866
58231
|
}
|
|
57867
58232
|
render() {
|
|
57868
58233
|
return /* @__PURE__ */ jsx(ComponentContainerContext.Consumer, {
|
|
58234
|
+
suppressHydrationWarning: true,
|
|
57869
58235
|
children: this.renderMain,
|
|
57870
58236
|
},);
|
|
57871
58237
|
}
|
|
@@ -58038,6 +58404,7 @@ function TickerItem({
|
|
|
58038
58404
|
props,
|
|
58039
58405
|
} = itemProps;
|
|
58040
58406
|
return /* @__PURE__ */ jsx(motion.li, {
|
|
58407
|
+
suppressHydrationWarning: true,
|
|
58041
58408
|
...props,
|
|
58042
58409
|
style: {
|
|
58043
58410
|
...props.style,
|
|
@@ -58359,6 +58726,7 @@ var LinearGradientElement = class extends Component2 {
|
|
|
58359
58726
|
y2,
|
|
58360
58727
|
} = this.props;
|
|
58361
58728
|
return /* @__PURE__ */ jsx('linearGradient', {
|
|
58729
|
+
suppressHydrationWarning: true,
|
|
58362
58730
|
id: id3,
|
|
58363
58731
|
x1,
|
|
58364
58732
|
x2,
|
|
@@ -58366,6 +58734,7 @@ var LinearGradientElement = class extends Component2 {
|
|
|
58366
58734
|
y2,
|
|
58367
58735
|
children: stops.map((stop, idx,) => {
|
|
58368
58736
|
return /* @__PURE__ */ jsx('stop', {
|
|
58737
|
+
suppressHydrationWarning: true,
|
|
58369
58738
|
offset: stop.position,
|
|
58370
58739
|
stopColor: stop.color,
|
|
58371
58740
|
stopOpacity: stop.alpha,
|
|
@@ -58385,6 +58754,7 @@ var RadialGradientElement = class extends Component2 {
|
|
|
58385
58754
|
stops,
|
|
58386
58755
|
} = this.props;
|
|
58387
58756
|
return /* @__PURE__ */ jsx('radialGradient', {
|
|
58757
|
+
suppressHydrationWarning: true,
|
|
58388
58758
|
id: id3,
|
|
58389
58759
|
cy: centerAnchorY,
|
|
58390
58760
|
cx: centerAnchorX,
|
|
@@ -58392,6 +58762,7 @@ var RadialGradientElement = class extends Component2 {
|
|
|
58392
58762
|
gradientTransform: getRadialGradientTransform(heightFactor, widthFactor, centerAnchorX, centerAnchorY,),
|
|
58393
58763
|
children: stops.map((stop, idx,) => {
|
|
58394
58764
|
return /* @__PURE__ */ jsx('stop', {
|
|
58765
|
+
suppressHydrationWarning: true,
|
|
58395
58766
|
offset: stop.position,
|
|
58396
58767
|
stopColor: stop.color,
|
|
58397
58768
|
stopOpacity: stop.alpha,
|
|
@@ -58444,6 +58815,7 @@ var SVGRoot = (props) => {
|
|
|
58444
58815
|
const needsTranslate = __unframerWindow2.devicePixelRatio === 1;
|
|
58445
58816
|
if (!needsScale && !needsTranslate) {
|
|
58446
58817
|
return /* @__PURE__ */ jsx('svg', {
|
|
58818
|
+
suppressHydrationWarning: true,
|
|
58447
58819
|
role: 'presentation',
|
|
58448
58820
|
...svgProps,
|
|
58449
58821
|
style: svgStyle,
|
|
@@ -58456,6 +58828,7 @@ var SVGRoot = (props) => {
|
|
|
58456
58828
|
}
|
|
58457
58829
|
: void 0;
|
|
58458
58830
|
return /* @__PURE__ */ jsx('svg', {
|
|
58831
|
+
suppressHydrationWarning: true,
|
|
58459
58832
|
role: 'presentation',
|
|
58460
58833
|
...svgProps,
|
|
58461
58834
|
style: {
|
|
@@ -58463,6 +58836,7 @@ var SVGRoot = (props) => {
|
|
|
58463
58836
|
...svgTransform,
|
|
58464
58837
|
},
|
|
58465
58838
|
children: /* @__PURE__ */ jsx('g', {
|
|
58839
|
+
suppressHydrationWarning: true,
|
|
58466
58840
|
style: {
|
|
58467
58841
|
// The default value of transform-origin is 0 0 for all SVG elements except
|
|
58468
58842
|
// for root <svg> elements:
|
|
@@ -58626,6 +59000,7 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58626
59000
|
if (shadow.insetElement !== null || shadow.outsetElement !== null || insideStroke) {
|
|
58627
59001
|
pathAttributes.id = internalShapeId.id;
|
|
58628
59002
|
shapeReference = /* @__PURE__ */ jsx(motion.path, {
|
|
59003
|
+
suppressHydrationWarning: true,
|
|
58629
59004
|
...{
|
|
58630
59005
|
...pathAttributes,
|
|
58631
59006
|
},
|
|
@@ -58634,14 +59009,17 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58634
59009
|
},);
|
|
58635
59010
|
if (shadow.needsStrokeClip || insideStroke) {
|
|
58636
59011
|
strokeClipPath = /* @__PURE__ */ jsx('clipPath', {
|
|
59012
|
+
suppressHydrationWarning: true,
|
|
58637
59013
|
id: internalStrokeClipId.id,
|
|
58638
59014
|
children: /* @__PURE__ */ jsx('use', {
|
|
59015
|
+
suppressHydrationWarning: true,
|
|
58639
59016
|
xlinkHref: internalShapeId.link,
|
|
58640
59017
|
},),
|
|
58641
59018
|
},);
|
|
58642
59019
|
}
|
|
58643
59020
|
if (shadow.insetElement !== null && strokeEnabled && strokeWidth && strokeWidth > 0) {
|
|
58644
59021
|
mainElement = /* @__PURE__ */ jsx('use', {
|
|
59022
|
+
suppressHydrationWarning: true,
|
|
58645
59023
|
xlinkHref: internalShapeId.link,
|
|
58646
59024
|
fill: vectorFill,
|
|
58647
59025
|
fillOpacity,
|
|
@@ -58649,6 +59027,7 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58649
59027
|
name: currentName,
|
|
58650
59028
|
},);
|
|
58651
59029
|
strokeElement = /* @__PURE__ */ jsx('use', {
|
|
59030
|
+
suppressHydrationWarning: true,
|
|
58652
59031
|
xlinkHref: internalShapeId.link,
|
|
58653
59032
|
clipPath: internalStrokeClipId.urlLink,
|
|
58654
59033
|
fill: 'transparent',
|
|
@@ -58657,6 +59036,7 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58657
59036
|
},);
|
|
58658
59037
|
} else {
|
|
58659
59038
|
mainElement = /* @__PURE__ */ jsx('use', {
|
|
59039
|
+
suppressHydrationWarning: true,
|
|
58660
59040
|
xlinkHref: internalShapeId.link,
|
|
58661
59041
|
fill: vectorFill,
|
|
58662
59042
|
fillOpacity,
|
|
@@ -58669,6 +59049,7 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58669
59049
|
} else {
|
|
58670
59050
|
pathAttributes.id = idAttribute;
|
|
58671
59051
|
mainElement = /* @__PURE__ */ jsx(motion.path, {
|
|
59052
|
+
suppressHydrationWarning: true,
|
|
58672
59053
|
...{
|
|
58673
59054
|
...pathAttributes,
|
|
58674
59055
|
fill: vectorFill,
|
|
@@ -58682,6 +59063,7 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58682
59063
|
}
|
|
58683
59064
|
const imagePatternElement = imagePattern
|
|
58684
59065
|
? /* @__PURE__ */ jsx(ImagePatternElement, {
|
|
59066
|
+
suppressHydrationWarning: true,
|
|
58685
59067
|
...imagePattern,
|
|
58686
59068
|
repeat: BackgroundImage.isImageObject(fill,) && fill.fit === 'tile',
|
|
58687
59069
|
},)
|
|
@@ -58689,22 +59071,26 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58689
59071
|
let gradient;
|
|
58690
59072
|
if (linearGradient) {
|
|
58691
59073
|
gradient = /* @__PURE__ */ jsx(LinearGradientElement, {
|
|
59074
|
+
suppressHydrationWarning: true,
|
|
58692
59075
|
...linearGradient,
|
|
58693
59076
|
},);
|
|
58694
59077
|
} else if (radialGradient) {
|
|
58695
59078
|
gradient = /* @__PURE__ */ jsx(RadialGradientElement, {
|
|
59079
|
+
suppressHydrationWarning: true,
|
|
58696
59080
|
...radialGradient,
|
|
58697
59081
|
},);
|
|
58698
59082
|
}
|
|
58699
59083
|
let defs = null;
|
|
58700
59084
|
if (shapeReference || strokeClipPath || shadow.definition && shadow.definition.length || gradient || imagePatternElement) {
|
|
58701
59085
|
defs = /* @__PURE__ */ jsxs('defs', {
|
|
59086
|
+
suppressHydrationWarning: true,
|
|
58702
59087
|
children: [shapeReference, strokeClipPath, shadow.definition, gradient, imagePatternElement,],
|
|
58703
59088
|
},);
|
|
58704
59089
|
}
|
|
58705
59090
|
const opacityValue = opacity ?? (variants ? 1 : void 0);
|
|
58706
59091
|
if (defs === null && shadow.outsetElement === null && shadow.insetElement === null && strokeElement === null) {
|
|
58707
59092
|
mainElement = /* @__PURE__ */ jsx(motion.path, {
|
|
59093
|
+
suppressHydrationWarning: true,
|
|
58708
59094
|
...{
|
|
58709
59095
|
...pathAttributes,
|
|
58710
59096
|
fill: vectorFill,
|
|
@@ -58719,6 +59105,7 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58719
59105
|
return this.renderElement(mainElement,);
|
|
58720
59106
|
}
|
|
58721
59107
|
return this.renderElement(/* @__PURE__ */ jsxs(motion.g, {
|
|
59108
|
+
suppressHydrationWarning: true,
|
|
58722
59109
|
opacity: opacityValue,
|
|
58723
59110
|
variants,
|
|
58724
59111
|
transition,
|
|
@@ -58740,6 +59127,7 @@ var Vector = /* @__PURE__ */ (() => {
|
|
|
58740
59127
|
if (!isRootVectorNode) return element;
|
|
58741
59128
|
if (includeTransform) return element;
|
|
58742
59129
|
return /* @__PURE__ */ jsx(SVGRoot, {
|
|
59130
|
+
suppressHydrationWarning: true,
|
|
58743
59131
|
id: id3,
|
|
58744
59132
|
width,
|
|
58745
59133
|
height,
|
|
@@ -58842,6 +59230,7 @@ var VectorGroup = /* @__PURE__ */ (() => {
|
|
|
58842
59230
|
}
|
|
58843
59231
|
}
|
|
58844
59232
|
return this.renderElement(/* @__PURE__ */ jsx('g', {
|
|
59233
|
+
suppressHydrationWarning: true,
|
|
58845
59234
|
transform: transformString2(transform2,),
|
|
58846
59235
|
...{
|
|
58847
59236
|
name,
|
|
@@ -58865,6 +59254,7 @@ var VectorGroup = /* @__PURE__ */ (() => {
|
|
|
58865
59254
|
if (!isRootVectorNode) return element;
|
|
58866
59255
|
if (includeTransform) return element;
|
|
58867
59256
|
return /* @__PURE__ */ jsx(SVGRoot, {
|
|
59257
|
+
suppressHydrationWarning: true,
|
|
58868
59258
|
id: id3,
|
|
58869
59259
|
left,
|
|
58870
59260
|
top,
|