@makeswift/runtime 0.0.0-25251c0 → 0.0.0-2a7ab69

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.
Files changed (95) hide show
  1. package/dist/Page.cjs.js +215 -0
  2. package/dist/Page.cjs.js.map +1 -0
  3. package/dist/Page.es.js +209 -0
  4. package/dist/Page.es.js.map +1 -0
  5. package/dist/actions.cjs.js +5 -0
  6. package/dist/actions.cjs.js.map +1 -1
  7. package/dist/actions.es.js +5 -1
  8. package/dist/actions.es.js.map +1 -1
  9. package/dist/components.cjs.js +14 -1
  10. package/dist/components.cjs.js.map +1 -1
  11. package/dist/components.es.js +6 -2
  12. package/dist/components.es.js.map +1 -1
  13. package/dist/control-serialization.cjs.js +4 -1
  14. package/dist/control-serialization.cjs.js.map +1 -1
  15. package/dist/control-serialization.es.js +4 -1
  16. package/dist/control-serialization.es.js.map +1 -1
  17. package/dist/descriptors.cjs.js +1 -0
  18. package/dist/descriptors.cjs.js.map +1 -1
  19. package/dist/descriptors.es.js +1 -1
  20. package/dist/descriptors.es.js.map +1 -1
  21. package/dist/main.cjs.js +1 -0
  22. package/dist/main.cjs.js.map +1 -1
  23. package/dist/main.es.js +1 -1
  24. package/dist/next.cjs.js +36 -17
  25. package/dist/next.cjs.js.map +1 -1
  26. package/dist/next.es.js +37 -18
  27. package/dist/next.es.js.map +1 -1
  28. package/dist/react-builder-preview.cjs.js +3 -0
  29. package/dist/react-builder-preview.cjs.js.map +1 -1
  30. package/dist/react-builder-preview.es.js +4 -1
  31. package/dist/react-builder-preview.es.js.map +1 -1
  32. package/dist/react-page.cjs.js +1 -1
  33. package/dist/react-page.cjs.js.map +1 -1
  34. package/dist/react-page.es.js +2 -2
  35. package/dist/react-page.es.js.map +1 -1
  36. package/dist/react.cjs.js +4 -1
  37. package/dist/react.cjs.js.map +1 -1
  38. package/dist/react.cjs2.js +457 -226
  39. package/dist/react.cjs2.js.map +1 -1
  40. package/dist/react.es.js +4 -1
  41. package/dist/react.es.js.map +1 -1
  42. package/dist/react.es2.js +447 -225
  43. package/dist/react.es2.js.map +1 -1
  44. package/dist/types/api/react.d.ts +23 -4
  45. package/dist/types/api/react.d.ts.map +1 -1
  46. package/dist/types/builder/serialization/control-serialization.d.ts +17 -11
  47. package/dist/types/builder/serialization/control-serialization.d.ts.map +1 -1
  48. package/dist/types/components/builtin/Image/Image.d.ts.map +1 -1
  49. package/dist/types/components/builtin/Video/Video.d.ts +15 -0
  50. package/dist/types/components/builtin/Video/Video.d.ts.map +1 -0
  51. package/dist/types/components/builtin/Video/index.d.ts +2 -0
  52. package/dist/types/components/builtin/Video/index.d.ts.map +1 -0
  53. package/dist/types/components/builtin/index.d.ts.map +1 -1
  54. package/dist/types/components/index.d.ts +2 -0
  55. package/dist/types/components/index.d.ts.map +1 -1
  56. package/dist/types/components/page/BodySnippet.d.ts +7 -0
  57. package/dist/types/components/page/BodySnippet.d.ts.map +1 -0
  58. package/dist/types/components/page/Page.d.ts +45 -0
  59. package/dist/types/components/page/Page.d.ts.map +1 -0
  60. package/dist/types/components/page/index.d.ts +2 -0
  61. package/dist/types/components/page/index.d.ts.map +1 -0
  62. package/dist/types/components/shared/FallbackComponent/FallbackComponent.d.ts +7 -0
  63. package/dist/types/components/shared/FallbackComponent/FallbackComponent.d.ts.map +1 -0
  64. package/dist/types/components/shared/FallbackComponent/index.d.ts +2 -0
  65. package/dist/types/components/shared/FallbackComponent/index.d.ts.map +1 -0
  66. package/dist/types/components/utils/placeholders.d.ts +7 -0
  67. package/dist/types/components/utils/placeholders.d.ts.map +1 -1
  68. package/dist/types/controls.d.ts +4 -0
  69. package/dist/types/controls.d.ts.map +1 -0
  70. package/dist/types/index.d.ts +1 -1
  71. package/dist/types/index.d.ts.map +1 -1
  72. package/dist/types/next.d.ts +5 -4
  73. package/dist/types/next.d.ts.map +1 -1
  74. package/dist/types/prop-controllers/descriptors.d.ts +5 -4
  75. package/dist/types/prop-controllers/descriptors.d.ts.map +1 -1
  76. package/dist/types/prop-controllers/index.d.ts +1 -1
  77. package/dist/types/prop-controllers/index.d.ts.map +1 -1
  78. package/dist/types/runtimes/react.d.ts +3 -3
  79. package/dist/types/runtimes/react.d.ts.map +1 -1
  80. package/dist/types/state/actions.d.ts +9 -1
  81. package/dist/types/state/actions.d.ts.map +1 -1
  82. package/dist/types/state/react-builder-preview.d.ts.map +1 -1
  83. package/package.json +2 -1
  84. package/dist/types/components/builtin/Form/prop-controllers.d.ts +0 -1
  85. package/dist/types/components/builtin/Form/prop-controllers.d.ts.map +0 -1
  86. package/dist/types/components/hooks/useTableWorkspace.d.ts +0 -14
  87. package/dist/types/components/hooks/useTableWorkspace.d.ts.map +0 -1
  88. package/dist/types/components/utils/layout.d.ts +0 -16
  89. package/dist/types/components/utils/layout.d.ts.map +0 -1
  90. package/dist/types/components/utils/pollAnimationFrame.d.ts +0 -2
  91. package/dist/types/components/utils/pollAnimationFrame.d.ts.map +0 -1
  92. package/dist/types/components/utils/pollElementLayout.d.ts +0 -8
  93. package/dist/types/components/utils/pollElementLayout.d.ts.map +0 -1
  94. package/dist/types/components/utils/requestBatchedAnimationFrame.d.ts +0 -4
  95. package/dist/types/components/utils/requestBatchedAnimationFrame.d.ts.map +0 -1
@@ -30,6 +30,10 @@ var __objRest = (source, exclude) => {
30
30
  }
31
31
  return target;
32
32
  };
33
+ var __publicField = (obj, key, value) => {
34
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
35
+ return value;
36
+ };
33
37
  var React = require("react");
34
38
  var withSelector = require("use-sync-external-store/shim/with-selector");
35
39
  var client = require("@apollo/client");
@@ -37,7 +41,11 @@ var reactPage = require("./react-page.cjs.js");
37
41
  var actions = require("./actions.cjs.js");
38
42
  var styled = require("styled-components");
39
43
  var framerMotion = require("framer-motion");
44
+ var ssr = require("@apollo/client/react/ssr");
45
+ var uuid = require("uuid/v4");
40
46
  var jsxRuntime = require("react/jsx-runtime");
47
+ require("html-react-parser");
48
+ require("next/head");
41
49
  var boxModels = require("./box-models.cjs.js");
42
50
  var NextImage = require("next/image");
43
51
  var ReactPlayer = require("react-player");
@@ -47,7 +55,6 @@ var scrollIntoView = require("scroll-into-view-if-needed");
47
55
  var NextLink = require("next/link");
48
56
  var reactUseGesture = require("react-use-gesture");
49
57
  var popcorn = require("@popmotion/popcorn");
50
- var uuid = require("uuid/v4");
51
58
  var formik = require("formik");
52
59
  var polished = require("polished");
53
60
  var slate = require("slate");
@@ -80,12 +87,12 @@ function _interopNamespace(e) {
80
87
  }
81
88
  var React__namespace = /* @__PURE__ */ _interopNamespace(React);
82
89
  var styled__default = /* @__PURE__ */ _interopDefaultLegacy(styled);
90
+ var uuid__default = /* @__PURE__ */ _interopDefaultLegacy(uuid);
83
91
  var NextImage__default = /* @__PURE__ */ _interopDefaultLegacy(NextImage);
84
92
  var ReactPlayer__default = /* @__PURE__ */ _interopDefaultLegacy(ReactPlayer);
85
93
  var ColorHelper__default = /* @__PURE__ */ _interopDefaultLegacy(ColorHelper);
86
94
  var scrollIntoView__default = /* @__PURE__ */ _interopDefaultLegacy(scrollIntoView);
87
95
  var NextLink__default = /* @__PURE__ */ _interopDefaultLegacy(NextLink);
88
- var uuid__default = /* @__PURE__ */ _interopDefaultLegacy(uuid);
89
96
  var Hotkeys__default = /* @__PURE__ */ _interopDefaultLegacy(Hotkeys);
90
97
  var ipsum__default = /* @__PURE__ */ _interopDefaultLegacy(ipsum);
91
98
  var Lists__default = /* @__PURE__ */ _interopDefaultLegacy(Lists);
@@ -239,20 +246,133 @@ const TABLE_BY_ID = client.gql`
239
246
  function isNonNullable(value) {
240
247
  return value != null;
241
248
  }
249
+ const typePolicies = {
250
+ Query: {
251
+ fields: {
252
+ swatches(existingData, {
253
+ args,
254
+ toReference
255
+ }) {
256
+ return existingData != null ? existingData : args == null ? void 0 : args.ids.map((id) => toReference({
257
+ __typename: "Swatch",
258
+ id
259
+ }, true));
260
+ },
261
+ file(existingData, {
262
+ args,
263
+ toReference
264
+ }) {
265
+ return existingData != null ? existingData : toReference({
266
+ __typename: "File",
267
+ id: args == null ? void 0 : args.id
268
+ }, true);
269
+ },
270
+ files(existingData, {
271
+ args,
272
+ toReference
273
+ }) {
274
+ return existingData != null ? existingData : args == null ? void 0 : args.ids.map((id) => toReference({
275
+ __typename: "File",
276
+ id
277
+ }, true));
278
+ },
279
+ typographies(existingData, {
280
+ args,
281
+ toReference
282
+ }) {
283
+ return existingData != null ? existingData : args == null ? void 0 : args.ids.map((id) => toReference({
284
+ __typename: "Typography",
285
+ id
286
+ }, true));
287
+ },
288
+ pagePathnamesById(existingData, {
289
+ args,
290
+ toReference
291
+ }) {
292
+ return existingData != null ? existingData : args == null ? void 0 : args.ids.map((id) => toReference({
293
+ __typename: "PagePathnameSlice",
294
+ id
295
+ }, true));
296
+ },
297
+ globalElement(existingData, {
298
+ args,
299
+ toReference
300
+ }) {
301
+ return existingData != null ? existingData : toReference({
302
+ __typename: "GlobalElement",
303
+ id: args == null ? void 0 : args.id
304
+ }, true);
305
+ },
306
+ table(existingData, {
307
+ args,
308
+ toReference
309
+ }) {
310
+ return existingData != null ? existingData : toReference({
311
+ __typename: "Table",
312
+ id: args == null ? void 0 : args.id
313
+ }, true);
314
+ }
315
+ }
316
+ }
317
+ };
318
+ const PrefetchContext = React.createContext(false);
319
+ function useIsPrefetching() {
320
+ return React.useContext(PrefetchContext);
321
+ }
322
+ function createApolloClient({
323
+ uri,
324
+ cacheData
325
+ }) {
326
+ const cache = new client.InMemoryCache({
327
+ typePolicies
328
+ });
329
+ if (cacheData)
330
+ cache.restore(cacheData);
331
+ return new client.ApolloClient({
332
+ uri,
333
+ cache
334
+ });
335
+ }
336
+ class MakeswiftClient {
337
+ constructor({
338
+ uri,
339
+ cacheData
340
+ }) {
341
+ __publicField(this, "apolloClient");
342
+ this.apolloClient = createApolloClient({
343
+ uri,
344
+ cacheData
345
+ });
346
+ }
347
+ async prefetch(element) {
348
+ const id = uuid__default["default"]();
349
+ await ssr.getDataFromTree(/* @__PURE__ */ jsxRuntime.jsx(PrefetchContext.Provider, {
350
+ value: true,
351
+ children: /* @__PURE__ */ jsxRuntime.jsx(RuntimeProvider, {
352
+ client: this,
353
+ defaultRootElements: /* @__PURE__ */ new Map([[id, element]]),
354
+ children: /* @__PURE__ */ jsxRuntime.jsx(DocumentReference, {
355
+ documentReference: reactPage.createDocumentReference(id)
356
+ })
357
+ })
358
+ }));
359
+ return this.apolloClient.cache.extract();
360
+ }
361
+ }
242
362
  const Context$2 = React.createContext(void 0);
243
363
  function useQuery(query, options) {
244
364
  const client$1 = React.useContext(Context$2);
245
365
  return client.useQuery(query, __spreadValues({
246
- client: client$1
366
+ client: client$1 == null ? void 0 : client$1.apolloClient
247
367
  }, options));
248
368
  }
249
369
  function useMutation(mutation, options) {
250
370
  const client$1 = React.useContext(Context$2);
251
371
  return client.useMutation(mutation, __spreadValues({
252
- client: client$1
372
+ client: client$1 == null ? void 0 : client$1.apolloClient
253
373
  }, options));
254
374
  }
255
- function ApolloProvider({
375
+ function MakeswiftProvider({
256
376
  client: client2,
257
377
  children
258
378
  }) {
@@ -1107,7 +1227,7 @@ function Parallax(_g2) {
1107
1227
  children: children(getProps)
1108
1228
  }));
1109
1229
  }
1110
- const Container$c = styled__default["default"].div`
1230
+ const Container$d = styled__default["default"].div`
1111
1231
  position: absolute;
1112
1232
  top: 0;
1113
1233
  left: 0;
@@ -1161,7 +1281,7 @@ function BackgroundVideo({
1161
1281
  }, [aspectRatio, zoom]);
1162
1282
  if (!ReactPlayer__default["default"].canPlay(url))
1163
1283
  return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, {});
1164
- return /* @__PURE__ */ jsxRuntime.jsxs(Container$c, {
1284
+ return /* @__PURE__ */ jsxRuntime.jsxs(Container$d, {
1165
1285
  ref: container,
1166
1286
  children: [container.current && /* @__PURE__ */ jsxRuntime.jsx(ReactPlayer__default["default"], {
1167
1287
  url,
@@ -1240,10 +1360,10 @@ const AbsoluteFill = styled__default["default"].div`
1240
1360
  right: 0;
1241
1361
  bottom: 0;
1242
1362
  `;
1243
- const Container$b = styled__default["default"](AbsoluteFill)`
1363
+ const Container$c = styled__default["default"](AbsoluteFill)`
1244
1364
  border-radius: inherit;
1245
1365
  `;
1246
- const BackgroundsContainer$1 = styled__default["default"](Container$b)`
1366
+ const BackgroundsContainer$1 = styled__default["default"](Container$c)`
1247
1367
  overflow: hidden;
1248
1368
  ${(p) => cssMediaRules([p.visibility], ([visibility]) => styled.css`
1249
1369
  display: ${visibility === true ? "block" : "none"};
@@ -1267,7 +1387,7 @@ function Backgrounds({
1267
1387
  visibility,
1268
1388
  children: [...value].reverse().map((bg) => {
1269
1389
  if (bg.type === "color") {
1270
- return /* @__PURE__ */ jsxRuntime.jsx(Container$b, {
1390
+ return /* @__PURE__ */ jsxRuntime.jsx(Container$c, {
1271
1391
  style: {
1272
1392
  backgroundColor: getColor(bg.payload)
1273
1393
  }
@@ -1303,7 +1423,7 @@ function Backgrounds({
1303
1423
  }
1304
1424
  return /* @__PURE__ */ jsxRuntime.jsx(Parallax, {
1305
1425
  strength: parallax,
1306
- children: (getParallaxProps) => /* @__PURE__ */ jsxRuntime.jsx(Container$b, __spreadValues({}, getParallaxProps({
1426
+ children: (getParallaxProps) => /* @__PURE__ */ jsxRuntime.jsx(Container$c, __spreadValues({}, getParallaxProps({
1307
1427
  style: {
1308
1428
  backgroundImage: publicUrl != null ? `url('${publicUrl}')` : void 0,
1309
1429
  backgroundPosition,
@@ -1321,7 +1441,7 @@ function Backgrounds({
1321
1441
  isRadial
1322
1442
  } = bg.payload;
1323
1443
  const gradient = `${getStopsStyle(stops)}`;
1324
- return /* @__PURE__ */ jsxRuntime.jsx(Container$b, {
1444
+ return /* @__PURE__ */ jsxRuntime.jsx(Container$c, {
1325
1445
  style: {
1326
1446
  background: isRadial ? `radial-gradient(${gradient})` : `linear-gradient(${angle}rad, ${gradient})`
1327
1447
  }
@@ -1338,7 +1458,7 @@ function Backgrounds({
1338
1458
  } = bg.payload;
1339
1459
  return /* @__PURE__ */ jsxRuntime.jsx(Parallax, {
1340
1460
  strength: parallax,
1341
- children: (getParallaxProps) => /* @__PURE__ */ jsxRuntime.jsx(Container$b, __spreadProps(__spreadValues({}, getParallaxProps({})), {
1461
+ children: (getParallaxProps) => /* @__PURE__ */ jsxRuntime.jsx(Container$c, __spreadProps(__spreadValues({}, getParallaxProps({})), {
1342
1462
  children: /* @__PURE__ */ jsxRuntime.jsx(BackgroundVideo, {
1343
1463
  url,
1344
1464
  zoom,
@@ -1534,7 +1654,7 @@ const Box = React.forwardRef(function Box2({
1534
1654
  })
1535
1655
  }, key == null ? void 0 : key.container);
1536
1656
  });
1537
- function registerComponent$b(runtime) {
1657
+ function registerComponent$c(runtime) {
1538
1658
  return runtime.registerComponent(Box, {
1539
1659
  type: "./components/Box/index.js",
1540
1660
  label: "Box",
@@ -2032,7 +2152,7 @@ const Button$1 = React.forwardRef(function Button2(_m, ref) {
2032
2152
  children: children == null ? "Button Text" : children
2033
2153
  }));
2034
2154
  });
2035
- function registerComponent$a(runtime) {
2155
+ function registerComponent$b(runtime) {
2036
2156
  return runtime.registerComponent(Button$1, {
2037
2157
  type: "./components/Button/index.js",
2038
2158
  label: "Button",
@@ -2128,6 +2248,10 @@ const placeholders = {
2128
2248
  image: {
2129
2249
  src: "data:image/svg+xml,%3Csvg width='360' height='240' viewBox='0 0 360 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 0H360V240H0V0Z' fill='%23A1A8C2' fill-opacity='0.18'/%3E%3Cpath d='M260 59C260 78.33 244.33 94 225 94C205.67 94 190 78.33 190 59C190 39.67 205.67 24 225 24C244.33 24 260 39.67 260 59Z' fill='%23A1A8C2' fill-opacity='0.25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M319 250H417L291.485 124.485C286.799 119.799 279.201 119.799 274.515 124.485L234 165L319 250Z' fill='%23A1A8C2' fill-opacity='0.25'/%3E%3Cpath d='M311 250L-89 250L102.515 58.4853C107.201 53.799 114.799 53.799 119.485 58.4853L311 250Z' fill='%23A1A8C2' fill-opacity='0.25'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath d='M0 0H360V240H0V0Z' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A",
2130
2250
  dimensions: { width: 360, height: 240 }
2251
+ },
2252
+ video: {
2253
+ src: "data:image/svg+xml,%3Csvg width='712' height='400' viewBox='0 0 712 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M712 0H0V400H712V0ZM356 240C378.091 240 396 222.091 396 200C396 177.909 378.091 160 356 160C333.909 160 316 177.909 316 200C316 222.091 333.909 240 356 240Z' fill='%23A1A8C2' fill-opacity='0.18'/%3E%3Cpath d='M344 216.503V183.497C344 181.95 345.681 180.989 347.014 181.773L375.069 198.276C376.384 199.049 376.384 200.951 375.069 201.724L347.014 218.227C345.681 219.011 344 218.05 344 216.503Z' fill='%23A1A8C2' fill-opacity='0.4'/%3E%3C/svg%3E%0A",
2254
+ dimensions: { width: 712, height: 400 }
2131
2255
  }
2132
2256
  };
2133
2257
  function loadImage(src) {
@@ -2187,6 +2311,7 @@ const ImageComponent = React.forwardRef(function Image2({
2187
2311
  const dataDimensions = (fileData == null ? void 0 : fileData.publicUrl) ? fileData == null ? void 0 : fileData.dimensions : placeholder2.dimensions;
2188
2312
  const [measuredDimensions, setMeasuredDimensions] = React.useState(null);
2189
2313
  const isInBuilder = useIsInBuilder();
2314
+ const isPrefetching = useIsPrefetching();
2190
2315
  React.useEffect(() => {
2191
2316
  if (dataDimensions)
2192
2317
  return;
@@ -2206,6 +2331,8 @@ const ImageComponent = React.forwardRef(function Image2({
2206
2331
  const dimensions = dataDimensions != null ? dataDimensions : measuredDimensions;
2207
2332
  if (!dimensions)
2208
2333
  return null;
2334
+ if (isPrefetching)
2335
+ return null;
2209
2336
  return /* @__PURE__ */ jsxRuntime.jsx(ImageContainer, {
2210
2337
  as: link ? Link : "div",
2211
2338
  link,
@@ -2233,7 +2360,7 @@ const ImageComponent = React.forwardRef(function Image2({
2233
2360
  })
2234
2361
  });
2235
2362
  });
2236
- function registerComponent$9(runtime) {
2363
+ function registerComponent$a(runtime) {
2237
2364
  return runtime.registerComponent(ImageComponent, {
2238
2365
  type: "./components/Image/index.js",
2239
2366
  label: "Image",
@@ -2282,7 +2409,7 @@ const RightChevron = () => /* @__PURE__ */ jsxRuntime.jsx("svg", {
2282
2409
  strokeWidth: "2"
2283
2410
  })
2284
2411
  });
2285
- const Container$a = styled__default["default"].div`
2412
+ const Container$b = styled__default["default"].div`
2286
2413
  position: relative;
2287
2414
  height: 100%;
2288
2415
  `;
@@ -2582,7 +2709,7 @@ const Carousel = React.forwardRef(function Carousel2({
2582
2709
  break;
2583
2710
  }
2584
2711
  },
2585
- children: [/* @__PURE__ */ jsxRuntime.jsxs(Container$a, {
2712
+ children: [/* @__PURE__ */ jsxRuntime.jsxs(Container$b, {
2586
2713
  children: [/* @__PURE__ */ jsxRuntime.jsx(ClipMask, {
2587
2714
  children: /* @__PURE__ */ jsxRuntime.jsx(Page, __spreadProps(__spreadValues({}, bindPage()), {
2588
2715
  animate: animation,
@@ -2658,7 +2785,7 @@ const Carousel = React.forwardRef(function Carousel2({
2658
2785
  })]
2659
2786
  });
2660
2787
  });
2661
- function registerComponent$8(runtime) {
2788
+ function registerComponent$9(runtime) {
2662
2789
  return runtime.registerComponent(Carousel, {
2663
2790
  type: "./components/Carousel/index.js",
2664
2791
  label: "Carousel",
@@ -2785,7 +2912,7 @@ const Segment = styled__default["default"].div`
2785
2912
  flex: 1;
2786
2913
  text-align: center;
2787
2914
  `;
2788
- const Container$9 = styled__default["default"].div`
2915
+ const Container$a = styled__default["default"].div`
2789
2916
  display: flex;
2790
2917
  ${cssWidth("560px")}
2791
2918
  ${cssMargin()}
@@ -3025,7 +3152,7 @@ const Countdown = React.forwardRef(function Countdown2({
3025
3152
  }, 1e3);
3026
3153
  return () => clearInterval(intervalId);
3027
3154
  }, [date]);
3028
- return /* @__PURE__ */ jsxRuntime.jsxs(Container$9, {
3155
+ return /* @__PURE__ */ jsxRuntime.jsxs(Container$a, {
3029
3156
  ref,
3030
3157
  id,
3031
3158
  width,
@@ -3074,7 +3201,7 @@ const Countdown = React.forwardRef(function Countdown2({
3074
3201
  })]
3075
3202
  });
3076
3203
  });
3077
- function registerComponent$7(runtime) {
3204
+ function registerComponent$8(runtime) {
3078
3205
  return runtime.registerComponent(Countdown, {
3079
3206
  type: "./components/Countdown/index.js",
3080
3207
  label: "Countdown",
@@ -3210,7 +3337,7 @@ const IE11MinHeightContainer = styled__default["default"].div`
3210
3337
  ${cssWidth()}
3211
3338
  ${cssMargin()}
3212
3339
  `;
3213
- const Container$8 = styled__default["default"].div`
3340
+ const Container$9 = styled__default["default"].div`
3214
3341
  display: flex;
3215
3342
  flex-direction: column;
3216
3343
  justify-content: center;
@@ -3269,7 +3396,7 @@ const Divider = React.forwardRef(function Divider2({
3269
3396
  id,
3270
3397
  width,
3271
3398
  margin,
3272
- children: /* @__PURE__ */ jsxRuntime.jsx(Container$8, {
3399
+ children: /* @__PURE__ */ jsxRuntime.jsx(Container$9, {
3273
3400
  children: /* @__PURE__ */ jsxRuntime.jsx(Line, {
3274
3401
  variant,
3275
3402
  thickness,
@@ -3278,7 +3405,7 @@ const Divider = React.forwardRef(function Divider2({
3278
3405
  })
3279
3406
  });
3280
3407
  });
3281
- function registerComponent$6(runtime) {
3408
+ function registerComponent$7(runtime) {
3282
3409
  return runtime.registerComponent(Divider, {
3283
3410
  type: "./components/Divider/index.js",
3284
3411
  label: "Divider",
@@ -3328,7 +3455,7 @@ function registerComponent$6(runtime) {
3328
3455
  }
3329
3456
  });
3330
3457
  }
3331
- const Container$7 = styled__default["default"].div`
3458
+ const Container$8 = styled__default["default"].div`
3332
3459
  min-height: 15px;
3333
3460
  ${cssWidth()}
3334
3461
  ${cssMargin()}
@@ -3408,7 +3535,7 @@ const Embed = React.forwardRef(function Embed2({
3408
3535
  }, [container, html]);
3409
3536
  if (shouldRender === false)
3410
3537
  return null;
3411
- return /* @__PURE__ */ jsxRuntime.jsx(Container$7, {
3538
+ return /* @__PURE__ */ jsxRuntime.jsx(Container$8, {
3412
3539
  ref: setContainer,
3413
3540
  id,
3414
3541
  margin,
@@ -3418,7 +3545,7 @@ const Embed = React.forwardRef(function Embed2({
3418
3545
  }
3419
3546
  });
3420
3547
  });
3421
- function registerComponent$5(runtime) {
3548
+ function registerComponent$6(runtime) {
3422
3549
  return runtime.registerComponent(Embed, {
3423
3550
  type: "./components/Embed/index.js",
3424
3551
  label: "Embed",
@@ -3434,9 +3561,9 @@ function registerComponent$5(runtime) {
3434
3561
  }
3435
3562
  });
3436
3563
  }
3437
- var _path$s;
3438
- function _extends$t() {
3439
- _extends$t = Object.assign || function(target) {
3564
+ var _path$t;
3565
+ function _extends$u() {
3566
+ _extends$u = Object.assign || function(target) {
3440
3567
  for (var i = 1; i < arguments.length; i++) {
3441
3568
  var source = arguments[i];
3442
3569
  for (var key in source) {
@@ -3447,14 +3574,14 @@ function _extends$t() {
3447
3574
  }
3448
3575
  return target;
3449
3576
  };
3450
- return _extends$t.apply(this, arguments);
3577
+ return _extends$u.apply(this, arguments);
3451
3578
  }
3452
3579
  var SvgCheck12 = function SvgCheck122(props) {
3453
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends$t({
3580
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$u({
3454
3581
  width: 12,
3455
3582
  height: 12,
3456
3583
  xmlns: "http://www.w3.org/2000/svg"
3457
- }, props), _path$s || (_path$s = /* @__PURE__ */ React__namespace.createElement("path", {
3584
+ }, props), _path$t || (_path$t = /* @__PURE__ */ React__namespace.createElement("path", {
3458
3585
  fillRule: "evenodd",
3459
3586
  clipRule: "evenodd",
3460
3587
  d: "M11.707 1.793a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 1.414-1.414L4 8.086l6.293-6.293a1 1 0 0 1 1.414 0Z"
@@ -3640,7 +3767,7 @@ var Input$2 = React.forwardRef(function Input2(_o, ref) {
3640
3767
  brandColor
3641
3768
  }));
3642
3769
  });
3643
- const Container$6 = styled__default["default"].div`
3770
+ const Container$7 = styled__default["default"].div`
3644
3771
  display: flex;
3645
3772
  flex-direction: column;
3646
3773
  ${cssWidth()};
@@ -3675,7 +3802,7 @@ var Placeholder$1 = React.forwardRef(function Placeholder3({
3675
3802
  width,
3676
3803
  margin
3677
3804
  }, ref) {
3678
- return /* @__PURE__ */ jsxRuntime.jsxs(Container$6, {
3805
+ return /* @__PURE__ */ jsxRuntime.jsxs(Container$7, {
3679
3806
  ref,
3680
3807
  width,
3681
3808
  margin,
@@ -3842,7 +3969,7 @@ function getCheckmarkColor$1({
3842
3969
  l
3843
3970
  }).alpha(a).isLight() ? "rgba(0, 0, 0, 0.7)" : "rgba(255, 255, 255, 0.95)";
3844
3971
  }
3845
- const Container$5 = styled__default["default"].div`
3972
+ const Container$6 = styled__default["default"].div`
3846
3973
  position: relative;
3847
3974
  ${(props) => cssMediaRules([props.size], ([size = Sizes.MEDIUM]) => styled.css`
3848
3975
  height: ${getSizeHeight(size)}px;
@@ -3962,7 +4089,7 @@ var Checkbox = React.forwardRef(function Checkbox2(_w, ref) {
3962
4089
  contrast,
3963
4090
  brandColor
3964
4091
  } = useFormContext();
3965
- return /* @__PURE__ */ jsxRuntime.jsxs(Container$5, {
4092
+ return /* @__PURE__ */ jsxRuntime.jsxs(Container$6, {
3966
4093
  size,
3967
4094
  children: [/* @__PURE__ */ jsxRuntime.jsx(HiddenCheckbox, __spreadProps(__spreadValues({}, restOfProps), {
3968
4095
  type: "checkbox",
@@ -4105,7 +4232,7 @@ function getCheckmarkColor({
4105
4232
  l
4106
4233
  }).alpha(a).isLight() ? "rgba(0, 0, 0, 0.7)" : "rgba(255, 255, 255, 0.95)";
4107
4234
  }
4108
- const Container$4 = styled__default["default"].div`
4235
+ const Container$5 = styled__default["default"].div`
4109
4236
  position: relative;
4110
4237
  ${(props) => cssMediaRules([props.size], ([size = Sizes.MEDIUM]) => styled.css`
4111
4238
  height: ${getSizeHeight(size)}px;
@@ -4218,7 +4345,7 @@ var RadioButton = React.forwardRef(function RadioButton2(_C, ref) {
4218
4345
  contrast,
4219
4346
  brandColor
4220
4347
  } = useFormContext();
4221
- return /* @__PURE__ */ jsxRuntime.jsxs(Container$4, {
4348
+ return /* @__PURE__ */ jsxRuntime.jsxs(Container$5, {
4222
4349
  size,
4223
4350
  children: [/* @__PURE__ */ jsxRuntime.jsx(HiddenRadioButton, __spreadProps(__spreadValues({}, restOfProps), {
4224
4351
  ref,
@@ -4290,7 +4417,7 @@ var TableColumnRadioButtonGroup = React.forwardRef(function TableColumnRadioButt
4290
4417
  }, option.id))]
4291
4418
  });
4292
4419
  });
4293
- const Container$3 = styled__default["default"].div`
4420
+ const Container$4 = styled__default["default"].div`
4294
4421
  ${cssField()}
4295
4422
  display: flex;
4296
4423
  align-items: center;
@@ -4355,7 +4482,7 @@ var TableColumnSingleSelect = React.forwardRef(function TableColumnSingleSelect2
4355
4482
  children: [!hideLabel && /* @__PURE__ */ jsxRuntime.jsx(Label$1, {
4356
4483
  htmlFor: id,
4357
4484
  children: label
4358
- }), /* @__PURE__ */ jsxRuntime.jsxs(Container$3, {
4485
+ }), /* @__PURE__ */ jsxRuntime.jsxs(Container$4, {
4359
4486
  error,
4360
4487
  shape,
4361
4488
  size,
@@ -4637,8 +4764,8 @@ function Field({
4637
4764
  });
4638
4765
  }
4639
4766
  var _g;
4640
- function _extends$s() {
4641
- _extends$s = Object.assign || function(target) {
4767
+ function _extends$t() {
4768
+ _extends$t = Object.assign || function(target) {
4642
4769
  for (var i = 1; i < arguments.length; i++) {
4643
4770
  var source = arguments[i];
4644
4771
  for (var key in source) {
@@ -4649,10 +4776,10 @@ function _extends$s() {
4649
4776
  }
4650
4777
  return target;
4651
4778
  };
4652
- return _extends$s.apply(this, arguments);
4779
+ return _extends$t.apply(this, arguments);
4653
4780
  }
4654
4781
  var SvgSpinner20 = function SvgSpinner202(props) {
4655
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends$s({
4782
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$t({
4656
4783
  xmlns: "http://www.w3.org/2000/svg",
4657
4784
  width: 20,
4658
4785
  height: 20
@@ -5048,7 +5175,7 @@ const Form = React.forwardRef(function Form2({
5048
5175
  })
5049
5176
  });
5050
5177
  });
5051
- function registerComponent$4(runtime) {
5178
+ function registerComponent$5(runtime) {
5052
5179
  return runtime.registerComponent(Form, {
5053
5180
  type: "./components/Form/index.js",
5054
5181
  label: "Form",
@@ -5212,9 +5339,9 @@ function registerComponent$4(runtime) {
5212
5339
  }
5213
5340
  });
5214
5341
  }
5215
- var _path$r;
5216
- function _extends$r() {
5217
- _extends$r = Object.assign || function(target) {
5342
+ var _path$s;
5343
+ function _extends$s() {
5344
+ _extends$s = Object.assign || function(target) {
5218
5345
  for (var i = 1; i < arguments.length; i++) {
5219
5346
  var source = arguments[i];
5220
5347
  for (var key in source) {
@@ -5225,14 +5352,14 @@ function _extends$r() {
5225
5352
  }
5226
5353
  return target;
5227
5354
  };
5228
- return _extends$r.apply(this, arguments);
5355
+ return _extends$s.apply(this, arguments);
5229
5356
  }
5230
5357
  var SvgMobileMenu28 = function SvgMobileMenu282(props) {
5231
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends$r({
5358
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$s({
5232
5359
  xmlns: "http://www.w3.org/2000/svg",
5233
5360
  width: 28,
5234
5361
  height: 28
5235
- }, props), _path$r || (_path$r = /* @__PURE__ */ React__namespace.createElement("path", {
5362
+ }, props), _path$s || (_path$s = /* @__PURE__ */ React__namespace.createElement("path", {
5236
5363
  d: "M27 15H1a1 1 0 0 1-1-1 1 1 0 0 1 1-1h26a1 1 0 0 1 1 1 1 1 0 0 1-1 1zm0-10H1a1 1 0 0 0-1 1 1 1 0 0 0 1 1h26a1 1 0 0 0 1-1 1 1 0 0 0-1-1zm0 16H1a1 1 0 0 0-1 1 1 1 0 0 0 1 1h26a1 1 0 0 0 1-1 1 1 0 0 0-1-1z"
5237
5364
  })));
5238
5365
  };
@@ -5274,9 +5401,9 @@ function LinksPlaceholder({
5274
5401
  }, i))
5275
5402
  });
5276
5403
  }
5277
- var _path$q;
5278
- function _extends$q() {
5279
- _extends$q = Object.assign || function(target) {
5404
+ var _path$r;
5405
+ function _extends$r() {
5406
+ _extends$r = Object.assign || function(target) {
5280
5407
  for (var i = 1; i < arguments.length; i++) {
5281
5408
  var source = arguments[i];
5282
5409
  for (var key in source) {
@@ -5287,20 +5414,20 @@ function _extends$q() {
5287
5414
  }
5288
5415
  return target;
5289
5416
  };
5290
- return _extends$q.apply(this, arguments);
5417
+ return _extends$r.apply(this, arguments);
5291
5418
  }
5292
5419
  var SvgCaretDown8 = function SvgCaretDown82(props) {
5293
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends$q({
5420
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$r({
5294
5421
  width: 8,
5295
5422
  height: 8,
5296
5423
  xmlns: "http://www.w3.org/2000/svg"
5297
- }, props), _path$q || (_path$q = /* @__PURE__ */ React__namespace.createElement("path", {
5424
+ }, props), _path$r || (_path$r = /* @__PURE__ */ React__namespace.createElement("path", {
5298
5425
  d: "M1 2a1 1 0 0 0-.707 1.707l3 3a1 1 0 0 0 1.414 0l3-3A1 1 0 0 0 7 2H1z"
5299
5426
  })));
5300
5427
  };
5301
- var _path$p;
5302
- function _extends$p() {
5303
- _extends$p = Object.assign || function(target) {
5428
+ var _path$q;
5429
+ function _extends$q() {
5430
+ _extends$q = Object.assign || function(target) {
5304
5431
  for (var i = 1; i < arguments.length; i++) {
5305
5432
  var source = arguments[i];
5306
5433
  for (var key in source) {
@@ -5311,20 +5438,20 @@ function _extends$p() {
5311
5438
  }
5312
5439
  return target;
5313
5440
  };
5314
- return _extends$p.apply(this, arguments);
5441
+ return _extends$q.apply(this, arguments);
5315
5442
  }
5316
5443
  var SvgPlus8 = function SvgPlus82(props) {
5317
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends$p({
5444
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$q({
5318
5445
  width: 8,
5319
5446
  height: 8,
5320
5447
  xmlns: "http://www.w3.org/2000/svg"
5321
- }, props), _path$p || (_path$p = /* @__PURE__ */ React__namespace.createElement("path", {
5448
+ }, props), _path$q || (_path$q = /* @__PURE__ */ React__namespace.createElement("path", {
5322
5449
  d: "M4 0a1 1 0 0 0-1 1v2H1a1 1 0 1 0 0 2h2v2a1 1 0 0 0 2 0V5h2a1 1 0 0 0 0-2H5V1a1 1 0 0 0-1-1z"
5323
5450
  })));
5324
5451
  };
5325
- var _path$o;
5326
- function _extends$o() {
5327
- _extends$o = Object.assign || function(target) {
5452
+ var _path$p;
5453
+ function _extends$p() {
5454
+ _extends$p = Object.assign || function(target) {
5328
5455
  for (var i = 1; i < arguments.length; i++) {
5329
5456
  var source = arguments[i];
5330
5457
  for (var key in source) {
@@ -5335,20 +5462,20 @@ function _extends$o() {
5335
5462
  }
5336
5463
  return target;
5337
5464
  };
5338
- return _extends$o.apply(this, arguments);
5465
+ return _extends$p.apply(this, arguments);
5339
5466
  }
5340
5467
  var SvgArrowDown8 = function SvgArrowDown82(props) {
5341
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends$o({
5468
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$p({
5342
5469
  width: 8,
5343
5470
  height: 8,
5344
5471
  xmlns: "http://www.w3.org/2000/svg"
5345
- }, props), _path$o || (_path$o = /* @__PURE__ */ React__namespace.createElement("path", {
5472
+ }, props), _path$p || (_path$p = /* @__PURE__ */ React__namespace.createElement("path", {
5346
5473
  d: "M5 1a1 1 0 0 0-2 0v3.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414L5 4.586V1z"
5347
5474
  })));
5348
5475
  };
5349
- var _path$n;
5350
- function _extends$n() {
5351
- _extends$n = Object.assign || function(target) {
5476
+ var _path$o;
5477
+ function _extends$o() {
5478
+ _extends$o = Object.assign || function(target) {
5352
5479
  for (var i = 1; i < arguments.length; i++) {
5353
5480
  var source = arguments[i];
5354
5481
  for (var key in source) {
@@ -5359,14 +5486,14 @@ function _extends$n() {
5359
5486
  }
5360
5487
  return target;
5361
5488
  };
5362
- return _extends$n.apply(this, arguments);
5489
+ return _extends$o.apply(this, arguments);
5363
5490
  }
5364
5491
  var SvgChevronDown8 = function SvgChevronDown82(props) {
5365
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends$n({
5492
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$o({
5366
5493
  width: 8,
5367
5494
  height: 8,
5368
5495
  xmlns: "http://www.w3.org/2000/svg"
5369
- }, props), _path$n || (_path$n = /* @__PURE__ */ React__namespace.createElement("path", {
5496
+ }, props), _path$o || (_path$o = /* @__PURE__ */ React__namespace.createElement("path", {
5370
5497
  fillRule: "evenodd",
5371
5498
  clipRule: "evenodd",
5372
5499
  d: "M.293 2.293a1 1 0 0 1 1.414 0L4 4.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 0-1.414z"
@@ -5502,9 +5629,9 @@ function DropDownButton(_U) {
5502
5629
  })]
5503
5630
  });
5504
5631
  }
5505
- var _path$m;
5506
- function _extends$m() {
5507
- _extends$m = Object.assign || function(target) {
5632
+ var _path$n;
5633
+ function _extends$n() {
5634
+ _extends$n = Object.assign || function(target) {
5508
5635
  for (var i = 1; i < arguments.length; i++) {
5509
5636
  var source = arguments[i];
5510
5637
  for (var key in source) {
@@ -5515,14 +5642,14 @@ function _extends$m() {
5515
5642
  }
5516
5643
  return target;
5517
5644
  };
5518
- return _extends$m.apply(this, arguments);
5645
+ return _extends$n.apply(this, arguments);
5519
5646
  }
5520
5647
  var SvgTimes16 = function SvgTimes162(props) {
5521
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends$m({
5648
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$n({
5522
5649
  width: 16,
5523
5650
  height: 16,
5524
5651
  xmlns: "http://www.w3.org/2000/svg"
5525
- }, props), _path$m || (_path$m = /* @__PURE__ */ React__namespace.createElement("path", {
5652
+ }, props), _path$n || (_path$n = /* @__PURE__ */ React__namespace.createElement("path", {
5526
5653
  fillRule: "evenodd",
5527
5654
  clipRule: "evenodd",
5528
5655
  d: "M13.707 3.707a1 1 0 0 0-1.414-1.414L8 6.586 3.707 2.293a1 1 0 0 0-1.414 1.414L6.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414L8 9.414l4.293 4.293a1 1 0 0 0 1.414-1.414L9.414 8l4.293-4.293Z"
@@ -5608,7 +5735,7 @@ function MobileDropDownButton(_Y) {
5608
5735
  const ButtonLink = styled__default["default"](Button$1)`
5609
5736
  margin: 8px 0;
5610
5737
  `;
5611
- const Container$2 = styled__default["default"].div`
5738
+ const Container$3 = styled__default["default"].div`
5612
5739
  position: fixed;
5613
5740
  flex-direction: column;
5614
5741
  width: 100%;
@@ -5662,7 +5789,7 @@ function MobileMenu({
5662
5789
  onClose = () => {
5663
5790
  }
5664
5791
  }) {
5665
- return /* @__PURE__ */ jsxRuntime.jsxs(Container$2, {
5792
+ return /* @__PURE__ */ jsxRuntime.jsxs(Container$3, {
5666
5793
  animation,
5667
5794
  backgroundColor: useColor(backgroundColor),
5668
5795
  open,
@@ -5688,7 +5815,7 @@ function MobileMenu({
5688
5815
  })]
5689
5816
  });
5690
5817
  }
5691
- const Container$1 = styled__default["default"].nav`
5818
+ const Container$2 = styled__default["default"].nav`
5692
5819
  display: flex;
5693
5820
  align-items: center;
5694
5821
  ${cssWidth()}
@@ -5745,7 +5872,7 @@ const Navigation = React.forwardRef(function Navigation2({
5745
5872
  margin
5746
5873
  }, ref) {
5747
5874
  const [isOpen, setIsOpen] = React.useState(false);
5748
- return /* @__PURE__ */ jsxRuntime.jsxs(Container$1, {
5875
+ return /* @__PURE__ */ jsxRuntime.jsxs(Container$2, {
5749
5876
  ref,
5750
5877
  id,
5751
5878
  margin,
@@ -5793,7 +5920,7 @@ const Navigation = React.forwardRef(function Navigation2({
5793
5920
  })]
5794
5921
  });
5795
5922
  });
5796
- function registerComponent$3(runtime) {
5923
+ function registerComponent$4(runtime) {
5797
5924
  return runtime.registerComponent(Navigation, {
5798
5925
  type: "./components/Navigation/index.js",
5799
5926
  label: "Navigation",
@@ -5970,7 +6097,7 @@ const Root = React.forwardRef(function Page2({
5970
6097
  })]
5971
6098
  });
5972
6099
  });
5973
- function registerComponent$2(runtime) {
6100
+ function registerComponent$3(runtime) {
5974
6101
  return runtime.registerComponent(Root, {
5975
6102
  type: "./components/Root/index.js",
5976
6103
  label: "Page",
@@ -5983,6 +6110,30 @@ function registerComponent$2(runtime) {
5983
6110
  }
5984
6111
  });
5985
6112
  }
6113
+ var _path$m;
6114
+ function _extends$m() {
6115
+ _extends$m = Object.assign || function(target) {
6116
+ for (var i = 1; i < arguments.length; i++) {
6117
+ var source = arguments[i];
6118
+ for (var key in source) {
6119
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
6120
+ target[key] = source[key];
6121
+ }
6122
+ }
6123
+ }
6124
+ return target;
6125
+ };
6126
+ return _extends$m.apply(this, arguments);
6127
+ }
6128
+ var SvgLogoAngellist20 = function SvgLogoAngellist202(props) {
6129
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends$m({
6130
+ xmlns: "http://www.w3.org/2000/svg",
6131
+ width: 20,
6132
+ height: 20
6133
+ }, props), _path$m || (_path$m = /* @__PURE__ */ React__namespace.createElement("path", {
6134
+ d: "M13.741 8.297a96.837 96.837 0 0 0 1.443-4.128c.345-1.085.518-1.751.518-1.998 0-.266-.058-.472-.173-.62a.572.572 0 0 0-.476-.218c-.257 0-.52.213-.787.638-.267.426-.56 1.11-.883 2.054l-1.38 3.97 1.738.302Zm-1.836 3.695a8.343 8.343 0 0 1-1.125-.124 5.915 5.915 0 0 1-1.015-.274c.147.293.278.586.393.879.116.293.21.582.284.866.22-.275.453-.525.696-.75.245-.224.5-.423.767-.597Zm-1.56-4.162-1.49-4.286c-.388-1.09-.687-1.801-.899-2.136-.212-.334-.442-.501-.69-.501a.575.575 0 0 0-.469.22c-.12.146-.18.343-.18.59 0 .422.161 1.154.483 2.198.323 1.044.806 2.413 1.45 4.107a.464.464 0 0 1 .235-.213 1.13 1.13 0 0 1 .414-.061c.055 0 .166.005.332.013.165.01.437.033.814.069Zm-1.353 6.634c.156 0 .3-.07.428-.212a.672.672 0 0 0 .193-.46c0-.174-.126-.58-.379-1.216a12.3 12.3 0 0 0-.946-1.875c-.276-.458-.548-.803-.815-1.037-.267-.234-.52-.35-.759-.35-.194 0-.408.12-.642.363-.235.243-.352.47-.352.68 0 .22.115.55.345.989.23.44.538.907.925 1.402.405.54.787.96 1.146 1.263.36.303.644.453.856.453Zm-4.142-.33c.13.157.308.386.538.688.608.833 1.17 1.25 1.685 1.25a.734.734 0 0 0 .47-.165c.137-.11.206-.224.206-.343 0-.138-.092-.367-.276-.687a8.797 8.797 0 0 0-.759-1.085c-.369-.467-.675-.808-.918-1.024-.244-.215-.44-.323-.587-.323-.322 0-.619.172-.89.516a1.902 1.902 0 0 0-.408 1.215c0 .376.094.795.283 1.257.19.463.463.927.821 1.394a5.472 5.472 0 0 0 2.023 1.669c.806.39 1.696.584 2.672.584 1.795 0 3.298-.666 4.508-1.998 1.21-1.333 1.815-3.002 1.815-5.008 0-.613-.046-1.1-.138-1.463-.09-.361-.244-.625-.456-.79-.377-.311-1.11-.59-2.202-.837a15.366 15.366 0 0 0-3.417-.371c-.33 0-.566.055-.704.165-.138.11-.207.297-.207.563 0 .623.35 1.074 1.05 1.353.7.28 1.831.419 3.396.419h.566a.38.38 0 0 1 .31.144c.078.096.132.24.16.433-.158.147-.479.314-.967.502-.488.187-.86.373-1.119.556a4.957 4.957 0 0 0-1.332 1.435c-.336.554-.504 1.078-.504 1.573 0 .302.071.666.214 1.092.143.426.214.689.214.79v.096l-.028.124c-.404-.028-.724-.264-.959-.708-.235-.444-.352-1.037-.352-1.78v-.122a.758.758 0 0 1-.214.137.6.6 0 0 1-.228.04c-.083 0-.16-.005-.234-.02a2.287 2.287 0 0 1-.249-.061c.027.1.048.199.062.295.014.096.021.172.021.227 0 .339-.134.63-.4.872a1.366 1.366 0 0 1-.953.364c-.58 0-1.169-.282-1.768-.845-.598-.563-.897-1.114-.897-1.655 0-.101.012-.19.035-.268a.45.45 0 0 1 .117-.2Zm9.885-5.604c.83.157 1.413.504 1.754 1.044.34.54.511 1.393.511 2.556 0 2.307-.697 4.196-2.092 5.666C13.513 19.265 11.73 20 9.558 20a6.938 6.938 0 0 1-2.492-.46 6.169 6.169 0 0 1-2.078-1.284c-.663-.605-1.16-1.243-1.49-1.916A4.622 4.622 0 0 1 3 14.273c0-.788.17-1.397.511-1.828.34-.43.878-.723 1.615-.878a7.523 7.523 0 0 1-.304-.811 1.986 1.986 0 0 1-.097-.508c0-.412.22-.833.657-1.264.437-.431.85-.646 1.235-.646.166 0 .34.03.525.089.184.06.395.159.635.296C7.068 6.727 6.553 5.186 6.231 4.1c-.323-1.086-.484-1.834-.484-2.246 0-.568.147-1.02.442-1.353C6.484.168 6.884 0 7.39 0c.865 0 1.961 1.923 3.286 5.77.23.659.405 1.167.525 1.525.102-.285.244-.687.428-1.21 1.326-3.81 2.466-5.714 3.424-5.714.47 0 .844.158 1.126.474.28.316.42.74.42 1.27 0 .404-.154 1.14-.462 2.212-.309 1.072-.776 2.473-1.402 4.203Z"
6135
+ })));
6136
+ };
5986
6137
  var _path$l;
5987
6138
  function _extends$l() {
5988
6139
  _extends$l = Object.assign || function(target) {
@@ -5998,13 +6149,13 @@ function _extends$l() {
5998
6149
  };
5999
6150
  return _extends$l.apply(this, arguments);
6000
6151
  }
6001
- var SvgLogoAngellist20 = function SvgLogoAngellist202(props) {
6152
+ var SvgLogoCodepen20 = function SvgLogoCodepen202(props) {
6002
6153
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$l({
6003
6154
  xmlns: "http://www.w3.org/2000/svg",
6004
6155
  width: 20,
6005
6156
  height: 20
6006
6157
  }, props), _path$l || (_path$l = /* @__PURE__ */ React__namespace.createElement("path", {
6007
- d: "M13.741 8.297a96.837 96.837 0 0 0 1.443-4.128c.345-1.085.518-1.751.518-1.998 0-.266-.058-.472-.173-.62a.572.572 0 0 0-.476-.218c-.257 0-.52.213-.787.638-.267.426-.56 1.11-.883 2.054l-1.38 3.97 1.738.302Zm-1.836 3.695a8.343 8.343 0 0 1-1.125-.124 5.915 5.915 0 0 1-1.015-.274c.147.293.278.586.393.879.116.293.21.582.284.866.22-.275.453-.525.696-.75.245-.224.5-.423.767-.597Zm-1.56-4.162-1.49-4.286c-.388-1.09-.687-1.801-.899-2.136-.212-.334-.442-.501-.69-.501a.575.575 0 0 0-.469.22c-.12.146-.18.343-.18.59 0 .422.161 1.154.483 2.198.323 1.044.806 2.413 1.45 4.107a.464.464 0 0 1 .235-.213 1.13 1.13 0 0 1 .414-.061c.055 0 .166.005.332.013.165.01.437.033.814.069Zm-1.353 6.634c.156 0 .3-.07.428-.212a.672.672 0 0 0 .193-.46c0-.174-.126-.58-.379-1.216a12.3 12.3 0 0 0-.946-1.875c-.276-.458-.548-.803-.815-1.037-.267-.234-.52-.35-.759-.35-.194 0-.408.12-.642.363-.235.243-.352.47-.352.68 0 .22.115.55.345.989.23.44.538.907.925 1.402.405.54.787.96 1.146 1.263.36.303.644.453.856.453Zm-4.142-.33c.13.157.308.386.538.688.608.833 1.17 1.25 1.685 1.25a.734.734 0 0 0 .47-.165c.137-.11.206-.224.206-.343 0-.138-.092-.367-.276-.687a8.797 8.797 0 0 0-.759-1.085c-.369-.467-.675-.808-.918-1.024-.244-.215-.44-.323-.587-.323-.322 0-.619.172-.89.516a1.902 1.902 0 0 0-.408 1.215c0 .376.094.795.283 1.257.19.463.463.927.821 1.394a5.472 5.472 0 0 0 2.023 1.669c.806.39 1.696.584 2.672.584 1.795 0 3.298-.666 4.508-1.998 1.21-1.333 1.815-3.002 1.815-5.008 0-.613-.046-1.1-.138-1.463-.09-.361-.244-.625-.456-.79-.377-.311-1.11-.59-2.202-.837a15.366 15.366 0 0 0-3.417-.371c-.33 0-.566.055-.704.165-.138.11-.207.297-.207.563 0 .623.35 1.074 1.05 1.353.7.28 1.831.419 3.396.419h.566a.38.38 0 0 1 .31.144c.078.096.132.24.16.433-.158.147-.479.314-.967.502-.488.187-.86.373-1.119.556a4.957 4.957 0 0 0-1.332 1.435c-.336.554-.504 1.078-.504 1.573 0 .302.071.666.214 1.092.143.426.214.689.214.79v.096l-.028.124c-.404-.028-.724-.264-.959-.708-.235-.444-.352-1.037-.352-1.78v-.122a.758.758 0 0 1-.214.137.6.6 0 0 1-.228.04c-.083 0-.16-.005-.234-.02a2.287 2.287 0 0 1-.249-.061c.027.1.048.199.062.295.014.096.021.172.021.227 0 .339-.134.63-.4.872a1.366 1.366 0 0 1-.953.364c-.58 0-1.169-.282-1.768-.845-.598-.563-.897-1.114-.897-1.655 0-.101.012-.19.035-.268a.45.45 0 0 1 .117-.2Zm9.885-5.604c.83.157 1.413.504 1.754 1.044.34.54.511 1.393.511 2.556 0 2.307-.697 4.196-2.092 5.666C13.513 19.265 11.73 20 9.558 20a6.938 6.938 0 0 1-2.492-.46 6.169 6.169 0 0 1-2.078-1.284c-.663-.605-1.16-1.243-1.49-1.916A4.622 4.622 0 0 1 3 14.273c0-.788.17-1.397.511-1.828.34-.43.878-.723 1.615-.878a7.523 7.523 0 0 1-.304-.811 1.986 1.986 0 0 1-.097-.508c0-.412.22-.833.657-1.264.437-.431.85-.646 1.235-.646.166 0 .34.03.525.089.184.06.395.159.635.296C7.068 6.727 6.553 5.186 6.231 4.1c-.323-1.086-.484-1.834-.484-2.246 0-.568.147-1.02.442-1.353C6.484.168 6.884 0 7.39 0c.865 0 1.961 1.923 3.286 5.77.23.659.405 1.167.525 1.525.102-.285.244-.687.428-1.21 1.326-3.81 2.466-5.714 3.424-5.714.47 0 .844.158 1.126.474.28.316.42.74.42 1.27 0 .404-.154 1.14-.462 2.212-.309 1.072-.776 2.473-1.402 4.203Z"
6158
+ d: "M18.281 11.438 16.132 10l2.149-1.438v2.876Zm-7.422 6.096v-4.008l3.727-2.492 3.008 2.011-6.735 4.49Zm-.859-5.5L6.961 10 10 7.966 13.04 10 10 12.033Zm-.859 5.5-6.734-4.489 3.008-2.01 3.726 2.491v4.008ZM1.719 8.562 3.869 10l-2.15 1.438V8.562Zm7.422-6.097v4.01L5.415 8.965 2.407 6.954l6.734-4.489Zm1.718 0 6.735 4.49-3.008 2.011-3.727-2.492V2.465Zm9.126 4.338a.857.857 0 0 0-.368-.565L10.477.144a.862.862 0 0 0-.954 0L.383 6.238A.872.872 0 0 0 0 6.953v6.093c0 .282.148.56.383.715l9.14 6.094a.856.856 0 0 0 .954 0l9.14-6.094a.863.863 0 0 0 .383-.715V6.953a.631.631 0 0 0-.015-.15Z"
6008
6159
  })));
6009
6160
  };
6010
6161
  var _path$k;
@@ -6022,13 +6173,13 @@ function _extends$k() {
6022
6173
  };
6023
6174
  return _extends$k.apply(this, arguments);
6024
6175
  }
6025
- var SvgLogoCodepen20 = function SvgLogoCodepen202(props) {
6176
+ var SvgLogoDribbble20 = function SvgLogoDribbble202(props) {
6026
6177
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$k({
6027
6178
  xmlns: "http://www.w3.org/2000/svg",
6028
6179
  width: 20,
6029
6180
  height: 20
6030
6181
  }, props), _path$k || (_path$k = /* @__PURE__ */ React__namespace.createElement("path", {
6031
- d: "M18.281 11.438 16.132 10l2.149-1.438v2.876Zm-7.422 6.096v-4.008l3.727-2.492 3.008 2.011-6.735 4.49Zm-.859-5.5L6.961 10 10 7.966 13.04 10 10 12.033Zm-.859 5.5-6.734-4.489 3.008-2.01 3.726 2.491v4.008ZM1.719 8.562 3.869 10l-2.15 1.438V8.562Zm7.422-6.097v4.01L5.415 8.965 2.407 6.954l6.734-4.489Zm1.718 0 6.735 4.49-3.008 2.011-3.727-2.492V2.465Zm9.126 4.338a.857.857 0 0 0-.368-.565L10.477.144a.862.862 0 0 0-.954 0L.383 6.238A.872.872 0 0 0 0 6.953v6.093c0 .282.148.56.383.715l9.14 6.094a.856.856 0 0 0 .954 0l9.14-6.094a.863.863 0 0 0 .383-.715V6.953a.631.631 0 0 0-.015-.15Z"
6182
+ d: "M19.797 7.988a10.062 10.062 0 0 0-.585-1.88 9.886 9.886 0 0 0-.922-1.698C15.203-.169 8.988-1.378 4.409 1.71a9.985 9.985 0 0 0-2.7 2.7A9.965 9.965 0 0 0 .202 7.988a10.148 10.148 0 0 0 0 4.027 10.008 10.008 0 0 0 13.691 7.2 10.002 10.002 0 0 0 5.904-11.226Zm-1.26 1.927a19.75 19.75 0 0 0-5.947-.28c-.062-.145-.121-.293-.182-.439a30.32 30.32 0 0 0-.568-1.24 10.978 10.978 0 0 0 4.758-3.379 8.502 8.502 0 0 1 1.942 5.338h-.003Zm-2.896-6.322a9.298 9.298 0 0 1-4.462 3.09 43.362 43.362 0 0 0-3.192-4.98 8.523 8.523 0 0 1 7.654 1.89ZM6.357 2.28A51.177 51.177 0 0 1 9.528 7.2 31.562 31.562 0 0 1 1.643 8.24 8.542 8.542 0 0 1 6.357 2.28ZM1.461 10c0-.09.004-.182.007-.273a31.285 31.285 0 0 0 8.767-1.217c.245.48.479.967.693 1.454-.112.03-.225.065-.336.102a13.512 13.512 0 0 0-6.946 5.636A8.508 8.508 0 0 1 1.465 10h-.004Zm8.544 8.545a8.508 8.508 0 0 1-5.44-1.958c.112.09.191.15.191.15s1.637-3.57 6.702-5.336c.019-.007.039-.012.058-.017a35.57 35.57 0 0 1 1.823 6.484 8.525 8.525 0 0 1-3.334.677Zm4.772-1.463a36.725 36.725 0 0 0-1.662-6.099 12.377 12.377 0 0 1 5.323.373 8.546 8.546 0 0 1-3.661 5.727Z"
6032
6183
  })));
6033
6184
  };
6034
6185
  var _path$j;
@@ -6046,13 +6197,13 @@ function _extends$j() {
6046
6197
  };
6047
6198
  return _extends$j.apply(this, arguments);
6048
6199
  }
6049
- var SvgLogoDribbble20 = function SvgLogoDribbble202(props) {
6200
+ var SvgLogoFacebook20 = function SvgLogoFacebook202(props) {
6050
6201
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$j({
6051
6202
  xmlns: "http://www.w3.org/2000/svg",
6052
6203
  width: 20,
6053
6204
  height: 20
6054
6205
  }, props), _path$j || (_path$j = /* @__PURE__ */ React__namespace.createElement("path", {
6055
- d: "M19.797 7.988a10.062 10.062 0 0 0-.585-1.88 9.886 9.886 0 0 0-.922-1.698C15.203-.169 8.988-1.378 4.409 1.71a9.985 9.985 0 0 0-2.7 2.7A9.965 9.965 0 0 0 .202 7.988a10.148 10.148 0 0 0 0 4.027 10.008 10.008 0 0 0 13.691 7.2 10.002 10.002 0 0 0 5.904-11.226Zm-1.26 1.927a19.75 19.75 0 0 0-5.947-.28c-.062-.145-.121-.293-.182-.439a30.32 30.32 0 0 0-.568-1.24 10.978 10.978 0 0 0 4.758-3.379 8.502 8.502 0 0 1 1.942 5.338h-.003Zm-2.896-6.322a9.298 9.298 0 0 1-4.462 3.09 43.362 43.362 0 0 0-3.192-4.98 8.523 8.523 0 0 1 7.654 1.89ZM6.357 2.28A51.177 51.177 0 0 1 9.528 7.2 31.562 31.562 0 0 1 1.643 8.24 8.542 8.542 0 0 1 6.357 2.28ZM1.461 10c0-.09.004-.182.007-.273a31.285 31.285 0 0 0 8.767-1.217c.245.48.479.967.693 1.454-.112.03-.225.065-.336.102a13.512 13.512 0 0 0-6.946 5.636A8.508 8.508 0 0 1 1.465 10h-.004Zm8.544 8.545a8.508 8.508 0 0 1-5.44-1.958c.112.09.191.15.191.15s1.637-3.57 6.702-5.336c.019-.007.039-.012.058-.017a35.57 35.57 0 0 1 1.823 6.484 8.525 8.525 0 0 1-3.334.677Zm4.772-1.463a36.725 36.725 0 0 0-1.662-6.099 12.377 12.377 0 0 1 5.323.373 8.546 8.546 0 0 1-3.661 5.727Z"
6206
+ d: "M18.896 0H1.104C.494 0 0 .494 0 1.104v17.792C0 19.506.494 20 1.104 20h9.58v-7.734H8.086V9.238h2.598V7.01c0-2.583 1.577-3.989 3.881-3.989 1.104 0 2.053.082 2.33.119v2.699l-1.59.001c-1.254 0-1.496.596-1.496 1.47v1.928h2.997l-.39 3.028h-2.607V20h5.087c.61 0 1.104-.494 1.104-1.104V1.104C20 .494 19.506 0 18.896 0"
6056
6207
  })));
6057
6208
  };
6058
6209
  var _path$i;
@@ -6070,13 +6221,13 @@ function _extends$i() {
6070
6221
  };
6071
6222
  return _extends$i.apply(this, arguments);
6072
6223
  }
6073
- var SvgLogoFacebook20 = function SvgLogoFacebook202(props) {
6224
+ var SvgLogoGithub20 = function SvgLogoGithub202(props) {
6074
6225
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$i({
6075
6226
  xmlns: "http://www.w3.org/2000/svg",
6076
6227
  width: 20,
6077
6228
  height: 20
6078
6229
  }, props), _path$i || (_path$i = /* @__PURE__ */ React__namespace.createElement("path", {
6079
- d: "M18.896 0H1.104C.494 0 0 .494 0 1.104v17.792C0 19.506.494 20 1.104 20h9.58v-7.734H8.086V9.238h2.598V7.01c0-2.583 1.577-3.989 3.881-3.989 1.104 0 2.053.082 2.33.119v2.699l-1.59.001c-1.254 0-1.496.596-1.496 1.47v1.928h2.997l-.39 3.028h-2.607V20h5.087c.61 0 1.104-.494 1.104-1.104V1.104C20 .494 19.506 0 18.896 0"
6230
+ d: "M9.996.003a9.762 9.762 0 0 0-3.16 19.072.5.5 0 0 0 .683-.47c0-.234-.01-.85-.013-1.665-2.782.59-3.37-1.313-3.37-1.313a2.608 2.608 0 0 0-1.11-1.431c-.908-.607.07-.594.07-.594a2.098 2.098 0 0 1 1.53 1.007 2.155 2.155 0 0 0 2.91.814c.047-.5.273-.964.636-1.31-2.221-.246-4.554-1.09-4.554-4.836a3.735 3.735 0 0 1 1.028-2.625 3.448 3.448 0 0 1 .098-2.59s.84-.263 2.75 1a9.704 9.704 0 0 1 5.007 0c1.909-1.266 2.747-1 2.747-1 .369.817.404 1.747.099 2.59a3.726 3.726 0 0 1 1.028 2.625c0 3.76-2.338 4.588-4.566 4.83.482.475.73 1.138.68 1.812 0 1.31-.013 2.363-.013 2.686a.498.498 0 0 0 .688.469A9.76 9.76 0 0 0 9.996.003"
6080
6231
  })));
6081
6232
  };
6082
6233
  var _path$h;
@@ -6094,13 +6245,13 @@ function _extends$h() {
6094
6245
  };
6095
6246
  return _extends$h.apply(this, arguments);
6096
6247
  }
6097
- var SvgLogoGithub20 = function SvgLogoGithub202(props) {
6248
+ var SvgLogoInstagram20 = function SvgLogoInstagram202(props) {
6098
6249
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$h({
6099
6250
  xmlns: "http://www.w3.org/2000/svg",
6100
6251
  width: 20,
6101
6252
  height: 20
6102
6253
  }, props), _path$h || (_path$h = /* @__PURE__ */ React__namespace.createElement("path", {
6103
- d: "M9.996.003a9.762 9.762 0 0 0-3.16 19.072.5.5 0 0 0 .683-.47c0-.234-.01-.85-.013-1.665-2.782.59-3.37-1.313-3.37-1.313a2.608 2.608 0 0 0-1.11-1.431c-.908-.607.07-.594.07-.594a2.098 2.098 0 0 1 1.53 1.007 2.155 2.155 0 0 0 2.91.814c.047-.5.273-.964.636-1.31-2.221-.246-4.554-1.09-4.554-4.836a3.735 3.735 0 0 1 1.028-2.625 3.448 3.448 0 0 1 .098-2.59s.84-.263 2.75 1a9.704 9.704 0 0 1 5.007 0c1.909-1.266 2.747-1 2.747-1 .369.817.404 1.747.099 2.59a3.726 3.726 0 0 1 1.028 2.625c0 3.76-2.338 4.588-4.566 4.83.482.475.73 1.138.68 1.812 0 1.31-.013 2.363-.013 2.686a.498.498 0 0 0 .688.469A9.76 9.76 0 0 0 9.996.003"
6254
+ d: "M15.338 3.462a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4M10 13.332a3.333 3.333 0 1 1 0-6.664 3.333 3.333 0 0 1 0 6.665m0-8.468a5.135 5.135 0 1 0 0 10.27 5.135 5.135 0 0 0 0-10.27M10 0C7.284 0 6.943.012 5.877.06 4.813.109 4.086.278 3.45.525a4.919 4.919 0 0 0-1.772 1.153A4.905 4.905 0 0 0 .525 3.45C.278 4.086.109 4.813.06 5.877.011 6.944 0 7.284 0 10s.011 3.057.06 4.123c.049 1.065.218 1.79.465 2.428a4.898 4.898 0 0 0 1.153 1.77 4.882 4.882 0 0 0 1.772 1.154c.636.248 1.363.417 2.427.465 1.066.048 1.407.06 4.123.06s3.056-.012 4.123-.06c1.065-.048 1.791-.217 2.427-.465a4.87 4.87 0 0 0 1.771-1.154 4.888 4.888 0 0 0 1.154-1.77c.247-.637.416-1.363.465-2.428.048-1.066.06-1.407.06-4.123s-.012-3.056-.06-4.123c-.049-1.064-.218-1.791-.465-2.427a4.895 4.895 0 0 0-1.154-1.772A4.907 4.907 0 0 0 16.55.525C15.914.278 15.188.109 14.123.06 13.056.012 12.716 0 10 0m0 1.802c2.67 0 2.986.01 4.041.058.975.045 1.505.207 1.857.345.466.18.799.398 1.149.748.351.349.567.683.749 1.149.137.353.299.882.344 1.857.048 1.055.058 1.37.058 4.04s-.01 2.987-.058 4.042c-.045.975-.207 1.504-.344 1.857a3.11 3.11 0 0 1-.749 1.15c-.35.35-.683.566-1.149.748-.352.137-.882.3-1.857.344-1.055.049-1.37.058-4.041.058-2.67 0-2.987-.01-4.041-.058-.975-.044-1.504-.207-1.857-.344a3.104 3.104 0 0 1-1.15-.748 3.133 3.133 0 0 1-.748-1.15c-.137-.353-.3-.882-.344-1.857-.048-1.055-.058-1.371-.058-4.041 0-2.67.01-2.986.058-4.041.044-.975.207-1.504.344-1.857.182-.466.399-.8.748-1.15a3.09 3.09 0 0 1 1.15-.747c.353-.138.882-.3 1.857-.345C7.014 1.812 7.33 1.802 10 1.802"
6104
6255
  })));
6105
6256
  };
6106
6257
  var _path$g;
@@ -6118,13 +6269,13 @@ function _extends$g() {
6118
6269
  };
6119
6270
  return _extends$g.apply(this, arguments);
6120
6271
  }
6121
- var SvgLogoInstagram20 = function SvgLogoInstagram202(props) {
6272
+ var SvgLogoLinkedin20 = function SvgLogoLinkedin202(props) {
6122
6273
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$g({
6123
6274
  xmlns: "http://www.w3.org/2000/svg",
6124
6275
  width: 20,
6125
6276
  height: 20
6126
6277
  }, props), _path$g || (_path$g = /* @__PURE__ */ React__namespace.createElement("path", {
6127
- d: "M15.338 3.462a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4M10 13.332a3.333 3.333 0 1 1 0-6.664 3.333 3.333 0 0 1 0 6.665m0-8.468a5.135 5.135 0 1 0 0 10.27 5.135 5.135 0 0 0 0-10.27M10 0C7.284 0 6.943.012 5.877.06 4.813.109 4.086.278 3.45.525a4.919 4.919 0 0 0-1.772 1.153A4.905 4.905 0 0 0 .525 3.45C.278 4.086.109 4.813.06 5.877.011 6.944 0 7.284 0 10s.011 3.057.06 4.123c.049 1.065.218 1.79.465 2.428a4.898 4.898 0 0 0 1.153 1.77 4.882 4.882 0 0 0 1.772 1.154c.636.248 1.363.417 2.427.465 1.066.048 1.407.06 4.123.06s3.056-.012 4.123-.06c1.065-.048 1.791-.217 2.427-.465a4.87 4.87 0 0 0 1.771-1.154 4.888 4.888 0 0 0 1.154-1.77c.247-.637.416-1.363.465-2.428.048-1.066.06-1.407.06-4.123s-.012-3.056-.06-4.123c-.049-1.064-.218-1.791-.465-2.427a4.895 4.895 0 0 0-1.154-1.772A4.907 4.907 0 0 0 16.55.525C15.914.278 15.188.109 14.123.06 13.056.012 12.716 0 10 0m0 1.802c2.67 0 2.986.01 4.041.058.975.045 1.505.207 1.857.345.466.18.799.398 1.149.748.351.349.567.683.749 1.149.137.353.299.882.344 1.857.048 1.055.058 1.37.058 4.04s-.01 2.987-.058 4.042c-.045.975-.207 1.504-.344 1.857a3.11 3.11 0 0 1-.749 1.15c-.35.35-.683.566-1.149.748-.352.137-.882.3-1.857.344-1.055.049-1.37.058-4.041.058-2.67 0-2.987-.01-4.041-.058-.975-.044-1.504-.207-1.857-.344a3.104 3.104 0 0 1-1.15-.748 3.133 3.133 0 0 1-.748-1.15c-.137-.353-.3-.882-.344-1.857-.048-1.055-.058-1.371-.058-4.041 0-2.67.01-2.986.058-4.041.044-.975.207-1.504.344-1.857.182-.466.399-.8.748-1.15a3.09 3.09 0 0 1 1.15-.747c.353-.138.882-.3 1.857-.345C7.014 1.812 7.33 1.802 10 1.802"
6278
+ d: "M.516 19.639h3.896V7.296H.516v12.343ZM2.365 5.752h-.028a2.153 2.153 0 0 1-2.325-2.14 2.376 2.376 0 1 1 2.353 2.14ZM20 19.64h-4.417v-6.388c0-1.672-.692-2.816-2.211-2.816-.954 0-1.803.608-2.11 1.512-.09.328-.122.67-.09 1.009v6.683H6.791s.056-11.315 0-12.344h4.376v1.937c.259-.846 1.657-2.056 3.888-2.056 2.769 0 4.945 1.776 4.945 5.599v6.864Z"
6128
6279
  })));
6129
6280
  };
6130
6281
  var _path$f;
@@ -6142,13 +6293,13 @@ function _extends$f() {
6142
6293
  };
6143
6294
  return _extends$f.apply(this, arguments);
6144
6295
  }
6145
- var SvgLogoLinkedin20 = function SvgLogoLinkedin202(props) {
6296
+ var SvgLogoMedium20 = function SvgLogoMedium202(props) {
6146
6297
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$f({
6147
6298
  xmlns: "http://www.w3.org/2000/svg",
6148
6299
  width: 20,
6149
6300
  height: 20
6150
6301
  }, props), _path$f || (_path$f = /* @__PURE__ */ React__namespace.createElement("path", {
6151
- d: "M.516 19.639h3.896V7.296H.516v12.343ZM2.365 5.752h-.028a2.153 2.153 0 0 1-2.325-2.14 2.376 2.376 0 1 1 2.353 2.14ZM20 19.64h-4.417v-6.388c0-1.672-.692-2.816-2.211-2.816-.954 0-1.803.608-2.11 1.512-.09.328-.122.67-.09 1.009v6.683H6.791s.056-11.315 0-12.344h4.376v1.937c.259-.846 1.657-2.056 3.888-2.056 2.769 0 4.945 1.776 4.945 5.599v6.864Z"
6302
+ d: "M2.372 5.264a.785.785 0 0 0-.252-.659L.252 2.34V2H6.05l4.482 9.905L14.473 2H20v.34L18.404 3.88a.472.472 0 0 0-.178.451v11.335a.474.474 0 0 0 .178.452l1.559 1.542v.34H12.12v-.34l1.615-1.58c.159-.16.159-.207.159-.45V6.467L9.403 17.962h-.607L3.566 6.468v7.704c-.043.323.064.65.29.884l2.1 2.568v.338H0v-.338l2.1-2.568a1.03 1.03 0 0 0 .272-.884V5.264Z"
6152
6303
  })));
6153
6304
  };
6154
6305
  var _path$e;
@@ -6166,13 +6317,13 @@ function _extends$e() {
6166
6317
  };
6167
6318
  return _extends$e.apply(this, arguments);
6168
6319
  }
6169
- var SvgLogoMedium20 = function SvgLogoMedium202(props) {
6320
+ var SvgLogoPinterest20 = function SvgLogoPinterest202(props) {
6170
6321
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$e({
6171
6322
  xmlns: "http://www.w3.org/2000/svg",
6172
6323
  width: 20,
6173
6324
  height: 20
6174
6325
  }, props), _path$e || (_path$e = /* @__PURE__ */ React__namespace.createElement("path", {
6175
- d: "M2.372 5.264a.785.785 0 0 0-.252-.659L.252 2.34V2H6.05l4.482 9.905L14.473 2H20v.34L18.404 3.88a.472.472 0 0 0-.178.451v11.335a.474.474 0 0 0 .178.452l1.559 1.542v.34H12.12v-.34l1.615-1.58c.159-.16.159-.207.159-.45V6.467L9.403 17.962h-.607L3.566 6.468v7.704c-.043.323.064.65.29.884l2.1 2.568v.338H0v-.338l2.1-2.568a1.03 1.03 0 0 0 .272-.884V5.264Z"
6326
+ d: "M9.995 0A9.996 9.996 0 0 0 5.984 19.15a8.848 8.848 0 0 1 .172-2.296c.193-.811 1.286-5.445 1.286-5.445a3.863 3.863 0 0 1-.32-1.583c0-1.481.86-2.587 1.928-2.587a1.34 1.34 0 0 1 1.349 1.5 21.432 21.432 0 0 1-.883 3.545 1.547 1.547 0 0 0 1.578 1.925c1.894 0 3.17-2.432 3.17-5.314 0-2.19-1.475-3.83-4.16-3.83a4.733 4.733 0 0 0-4.917 4.54c-.003.082-.004.164-.003.245a2.882 2.882 0 0 0 .659 1.962c.165.135.223.36.143.558-.047.182-.157.628-.203.802a.342.342 0 0 1-.5.25c-1.397-.57-2.047-2.098-2.047-3.816 0-2.84 2.394-6.246 7.143-6.246 3.816 0 6.329 2.764 6.329 5.725 0 3.92-2.181 6.85-5.394 6.85a2.873 2.873 0 0 1-2.442-1.244s-.58 2.303-.703 2.747a8.331 8.331 0 0 1-1.006 2.14c5.293 1.569 10.855-1.452 12.423-6.745C21.153 7.542 18.134 1.979 12.84.412A10.007 10.007 0 0 0 9.995 0"
6176
6327
  })));
6177
6328
  };
6178
6329
  var _path$d;
@@ -6190,13 +6341,13 @@ function _extends$d() {
6190
6341
  };
6191
6342
  return _extends$d.apply(this, arguments);
6192
6343
  }
6193
- var SvgLogoPinterest20 = function SvgLogoPinterest202(props) {
6344
+ var SvgLogoReddit20 = function SvgLogoReddit202(props) {
6194
6345
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$d({
6195
6346
  xmlns: "http://www.w3.org/2000/svg",
6196
6347
  width: 20,
6197
6348
  height: 20
6198
6349
  }, props), _path$d || (_path$d = /* @__PURE__ */ React__namespace.createElement("path", {
6199
- d: "M9.995 0A9.996 9.996 0 0 0 5.984 19.15a8.848 8.848 0 0 1 .172-2.296c.193-.811 1.286-5.445 1.286-5.445a3.863 3.863 0 0 1-.32-1.583c0-1.481.86-2.587 1.928-2.587a1.34 1.34 0 0 1 1.349 1.5 21.432 21.432 0 0 1-.883 3.545 1.547 1.547 0 0 0 1.578 1.925c1.894 0 3.17-2.432 3.17-5.314 0-2.19-1.475-3.83-4.16-3.83a4.733 4.733 0 0 0-4.917 4.54c-.003.082-.004.164-.003.245a2.882 2.882 0 0 0 .659 1.962c.165.135.223.36.143.558-.047.182-.157.628-.203.802a.342.342 0 0 1-.5.25c-1.397-.57-2.047-2.098-2.047-3.816 0-2.84 2.394-6.246 7.143-6.246 3.816 0 6.329 2.764 6.329 5.725 0 3.92-2.181 6.85-5.394 6.85a2.873 2.873 0 0 1-2.442-1.244s-.58 2.303-.703 2.747a8.331 8.331 0 0 1-1.006 2.14c5.293 1.569 10.855-1.452 12.423-6.745C21.153 7.542 18.134 1.979 12.84.412A10.007 10.007 0 0 0 9.995 0"
6350
+ d: "M13.438 13.082a1.501 1.501 0 1 1 1.502-1.502 1.503 1.503 0 0 1-1.44 1.562c-.026 0-.05.002-.077 0l.015-.06Zm.271 2.567A5.774 5.774 0 0 1 10 16.808a5.768 5.768 0 0 1-3.708-1.157.404.404 0 0 1 .57-.57 4.903 4.903 0 0 0 3.123.944 4.916 4.916 0 0 0 3.138-.915.419.419 0 1 1 .586.6v-.06Zm-8.724-4.128a1.501 1.501 0 1 1 3.002 0 1.501 1.501 0 0 1-3.002 0ZM20 10.018a2.192 2.192 0 0 0-3.709-1.5 10.681 10.681 0 0 0-5.78-1.848l.975-4.685 3.214.677a1.5 1.5 0 1 0 .194-.916l-3.678-.737a.466.466 0 0 0-.554.355v.006l-1.113 5.21a10.71 10.71 0 0 0-5.855 1.847 2.192 2.192 0 1 0-2.418 3.588 4.557 4.557 0 0 0 0 .662c0 3.363 3.92 6.095 8.754 6.095 4.835 0 8.753-2.732 8.753-6.095a4.29 4.29 0 0 0 0-.662A2.194 2.194 0 0 0 20 10.02Z"
6200
6351
  })));
6201
6352
  };
6202
6353
  var _path$c;
@@ -6214,13 +6365,13 @@ function _extends$c() {
6214
6365
  };
6215
6366
  return _extends$c.apply(this, arguments);
6216
6367
  }
6217
- var SvgLogoReddit20 = function SvgLogoReddit202(props) {
6368
+ var SvgLogoRss20 = function SvgLogoRss202(props) {
6218
6369
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$c({
6219
6370
  xmlns: "http://www.w3.org/2000/svg",
6220
6371
  width: 20,
6221
6372
  height: 20
6222
6373
  }, props), _path$c || (_path$c = /* @__PURE__ */ React__namespace.createElement("path", {
6223
- d: "M13.438 13.082a1.501 1.501 0 1 1 1.502-1.502 1.503 1.503 0 0 1-1.44 1.562c-.026 0-.05.002-.077 0l.015-.06Zm.271 2.567A5.774 5.774 0 0 1 10 16.808a5.768 5.768 0 0 1-3.708-1.157.404.404 0 0 1 .57-.57 4.903 4.903 0 0 0 3.123.944 4.916 4.916 0 0 0 3.138-.915.419.419 0 1 1 .586.6v-.06Zm-8.724-4.128a1.501 1.501 0 1 1 3.002 0 1.501 1.501 0 0 1-3.002 0ZM20 10.018a2.192 2.192 0 0 0-3.709-1.5 10.681 10.681 0 0 0-5.78-1.848l.975-4.685 3.214.677a1.5 1.5 0 1 0 .194-.916l-3.678-.737a.466.466 0 0 0-.554.355v.006l-1.113 5.21a10.71 10.71 0 0 0-5.855 1.847 2.192 2.192 0 1 0-2.418 3.588 4.557 4.557 0 0 0 0 .662c0 3.363 3.92 6.095 8.754 6.095 4.835 0 8.753-2.732 8.753-6.095a4.29 4.29 0 0 0 0-.662A2.194 2.194 0 0 0 20 10.02Z"
6374
+ d: "M15 19C15 11.28 8.72 5 1 5a1 1 0 1 0 0 2c6.617 0 12 5.383 12 12a1 1 0 1 0 2 0m5 0C20 8.523 11.477 0 1 0a1 1 0 1 0 0 2c9.374 0 17 7.626 17 17a1 1 0 1 0 2 0m-10 0c0-4.963-4.037-9-9-9a1 1 0 1 0 0 2c3.859 0 7 3.141 7 7a1 1 0 1 0 2 0m-5-1.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0"
6224
6375
  })));
6225
6376
  };
6226
6377
  var _path$b;
@@ -6238,13 +6389,13 @@ function _extends$b() {
6238
6389
  };
6239
6390
  return _extends$b.apply(this, arguments);
6240
6391
  }
6241
- var SvgLogoRss20 = function SvgLogoRss202(props) {
6392
+ var SvgLogoSnapchat20 = function SvgLogoSnapchat202(props) {
6242
6393
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$b({
6243
6394
  xmlns: "http://www.w3.org/2000/svg",
6244
6395
  width: 20,
6245
6396
  height: 20
6246
6397
  }, props), _path$b || (_path$b = /* @__PURE__ */ React__namespace.createElement("path", {
6247
- d: "M15 19C15 11.28 8.72 5 1 5a1 1 0 1 0 0 2c6.617 0 12 5.383 12 12a1 1 0 1 0 2 0m5 0C20 8.523 11.477 0 1 0a1 1 0 1 0 0 2c9.374 0 17 7.626 17 17a1 1 0 1 0 2 0m-10 0c0-4.963-4.037-9-9-9a1 1 0 1 0 0 2c3.859 0 7 3.141 7 7a1 1 0 1 0 2 0m-5-1.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0"
6398
+ d: "M10.126 19c-.051 0-.102-.002-.153-.004a1.674 1.674 0 0 1-.099.004c-1.185 0-1.946-.516-2.68-1.014-.509-.345-.988-.669-1.553-.76a5.282 5.282 0 0 0-.814-.065c-.478 0-.855.07-1.13.122-.167.031-.31.06-.42.06-.115 0-.239-.026-.293-.201-.046-.155-.08-.302-.113-.445-.084-.37-.143-.596-.305-.62C.687 15.797.15 15.42.03 15.148A.325.325 0 0 1 0 15.034a.205.205 0 0 1 .177-.21c2.89-.457 4.184-3.288 4.238-3.408l.005-.01c.177-.344.211-.642.103-.886-.198-.449-.845-.646-1.272-.775-.105-.033-.205-.062-.283-.092-.854-.324-.925-.656-.89-.825.056-.288.458-.49.783-.49a.57.57 0 0 1 .234.044c.384.173.73.26 1.03.26.412 0 .592-.166.614-.188-.01-.187-.023-.382-.037-.585-.086-1.31-.192-2.937.24-3.866 1.295-2.783 4.041-3 4.852-3L10.15 1h.048c.813 0 3.565.216 4.86 3.001.433.93.326 2.559.24 3.867l-.004.057-.033.53c.02.018.187.173.56.186.286-.01.613-.097.972-.259a.755.755 0 0 1 .3-.056c.122 0 .245.023.347.063l.007.003c.29.098.48.292.484.497.004.191-.15.48-.898.764-.078.029-.177.06-.282.092-.43.13-1.075.326-1.273.774-.11.244-.074.543.103.887 0 .003.003.006.004.01.054.12 1.349 2.95 4.239 3.407a.206.206 0 0 1 .177.211.356.356 0 0 1-.03.116c-.12.268-.656.646-2.536.925-.154.023-.214.215-.305.617-.033.147-.067.29-.114.442-.04.13-.125.193-.268.193h-.024c-.1 0-.241-.018-.421-.052a5.942 5.942 0 0 0-1.13-.114c-.264 0-.538.022-.814.065-.564.091-1.043.415-1.549.759-.737.5-1.497 1.015-2.683 1.015"
6248
6399
  })));
6249
6400
  };
6250
6401
  var _path$a;
@@ -6262,13 +6413,13 @@ function _extends$a() {
6262
6413
  };
6263
6414
  return _extends$a.apply(this, arguments);
6264
6415
  }
6265
- var SvgLogoSnapchat20 = function SvgLogoSnapchat202(props) {
6416
+ var SvgLogoSoundcloud20 = function SvgLogoSoundcloud202(props) {
6266
6417
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$a({
6267
6418
  xmlns: "http://www.w3.org/2000/svg",
6268
6419
  width: 20,
6269
6420
  height: 20
6270
6421
  }, props), _path$a || (_path$a = /* @__PURE__ */ React__namespace.createElement("path", {
6271
- d: "M10.126 19c-.051 0-.102-.002-.153-.004a1.674 1.674 0 0 1-.099.004c-1.185 0-1.946-.516-2.68-1.014-.509-.345-.988-.669-1.553-.76a5.282 5.282 0 0 0-.814-.065c-.478 0-.855.07-1.13.122-.167.031-.31.06-.42.06-.115 0-.239-.026-.293-.201-.046-.155-.08-.302-.113-.445-.084-.37-.143-.596-.305-.62C.687 15.797.15 15.42.03 15.148A.325.325 0 0 1 0 15.034a.205.205 0 0 1 .177-.21c2.89-.457 4.184-3.288 4.238-3.408l.005-.01c.177-.344.211-.642.103-.886-.198-.449-.845-.646-1.272-.775-.105-.033-.205-.062-.283-.092-.854-.324-.925-.656-.89-.825.056-.288.458-.49.783-.49a.57.57 0 0 1 .234.044c.384.173.73.26 1.03.26.412 0 .592-.166.614-.188-.01-.187-.023-.382-.037-.585-.086-1.31-.192-2.937.24-3.866 1.295-2.783 4.041-3 4.852-3L10.15 1h.048c.813 0 3.565.216 4.86 3.001.433.93.326 2.559.24 3.867l-.004.057-.033.53c.02.018.187.173.56.186.286-.01.613-.097.972-.259a.755.755 0 0 1 .3-.056c.122 0 .245.023.347.063l.007.003c.29.098.48.292.484.497.004.191-.15.48-.898.764-.078.029-.177.06-.282.092-.43.13-1.075.326-1.273.774-.11.244-.074.543.103.887 0 .003.003.006.004.01.054.12 1.349 2.95 4.239 3.407a.206.206 0 0 1 .177.211.356.356 0 0 1-.03.116c-.12.268-.656.646-2.536.925-.154.023-.214.215-.305.617-.033.147-.067.29-.114.442-.04.13-.125.193-.268.193h-.024c-.1 0-.241-.018-.421-.052a5.942 5.942 0 0 0-1.13-.114c-.264 0-.538.022-.814.065-.564.091-1.043.415-1.549.759-.737.5-1.497 1.015-2.683 1.015"
6422
+ d: "M0 13.23c0 .252.09.442.27.571.18.129.372.175.577.137.192-.038.327-.107.405-.208.077-.101.116-.267.116-.5v-2.736a.68.68 0 0 0-.2-.496.661.661 0 0 0-.489-.204.65.65 0 0 0-.479.204.68.68 0 0 0-.2.496v2.736Zm2.141 1.171c0 .183.063.319.19.41.127.092.29.137.489.137.204 0 .37-.045.498-.137.127-.091.191-.227.191-.41v-6.38a.67.67 0 0 0-.2-.487.663.663 0 0 0-.489-.202.648.648 0 0 0-.479.202.667.667 0 0 0-.2.487v6.38Zm2.13.302c0 .182.066.319.196.41a.854.854 0 0 0 .503.137.812.812 0 0 0 .488-.137c.127-.091.191-.228.191-.41V8.879a.693.693 0 0 0-.2-.5.645.645 0 0 0-.479-.208.667.667 0 0 0-.493.208.686.686 0 0 0-.206.5v5.824Zm2.141.028c0 .346.23.519.689.519.459 0 .689-.173.689-.519V5.293c0-.529-.17-.889-.479-.928-.209-.028-.402-.027-.601.143-.198.17-.298.477-.298.785v9.438Zm2.178.273V4.736c0-.327.096-.522.288-.585a5.392 5.392 0 0 1 3.891.529 5.487 5.487 0 0 1 1.986 1.854 5.58 5.58 0 0 1 .88 2.591 3.01 3.01 0 0 1 1.21-.246c.868 0 1.612.312 2.229.935S20 11.185 20 12.06a3.09 3.09 0 0 1-.926 2.256c-.617.623-1.358.935-2.22.935l-8.096-.01a.221.221 0 0 1-.126-.104.285.285 0 0 1-.042-.133Z"
6272
6423
  })));
6273
6424
  };
6274
6425
  var _path$9;
@@ -6286,13 +6437,13 @@ function _extends$9() {
6286
6437
  };
6287
6438
  return _extends$9.apply(this, arguments);
6288
6439
  }
6289
- var SvgLogoSoundcloud20 = function SvgLogoSoundcloud202(props) {
6440
+ var SvgLogoSpotify20 = function SvgLogoSpotify202(props) {
6290
6441
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$9({
6291
6442
  xmlns: "http://www.w3.org/2000/svg",
6292
6443
  width: 20,
6293
6444
  height: 20
6294
6445
  }, props), _path$9 || (_path$9 = /* @__PURE__ */ React__namespace.createElement("path", {
6295
- d: "M0 13.23c0 .252.09.442.27.571.18.129.372.175.577.137.192-.038.327-.107.405-.208.077-.101.116-.267.116-.5v-2.736a.68.68 0 0 0-.2-.496.661.661 0 0 0-.489-.204.65.65 0 0 0-.479.204.68.68 0 0 0-.2.496v2.736Zm2.141 1.171c0 .183.063.319.19.41.127.092.29.137.489.137.204 0 .37-.045.498-.137.127-.091.191-.227.191-.41v-6.38a.67.67 0 0 0-.2-.487.663.663 0 0 0-.489-.202.648.648 0 0 0-.479.202.667.667 0 0 0-.2.487v6.38Zm2.13.302c0 .182.066.319.196.41a.854.854 0 0 0 .503.137.812.812 0 0 0 .488-.137c.127-.091.191-.228.191-.41V8.879a.693.693 0 0 0-.2-.5.645.645 0 0 0-.479-.208.667.667 0 0 0-.493.208.686.686 0 0 0-.206.5v5.824Zm2.141.028c0 .346.23.519.689.519.459 0 .689-.173.689-.519V5.293c0-.529-.17-.889-.479-.928-.209-.028-.402-.027-.601.143-.198.17-.298.477-.298.785v9.438Zm2.178.273V4.736c0-.327.096-.522.288-.585a5.392 5.392 0 0 1 3.891.529 5.487 5.487 0 0 1 1.986 1.854 5.58 5.58 0 0 1 .88 2.591 3.01 3.01 0 0 1 1.21-.246c.868 0 1.612.312 2.229.935S20 11.185 20 12.06a3.09 3.09 0 0 1-.926 2.256c-.617.623-1.358.935-2.22.935l-8.096-.01a.221.221 0 0 1-.126-.104.285.285 0 0 1-.042-.133Z"
6446
+ d: "M10 0C4.477 0 0 4.477 0 10c0 5.522 4.477 10 10 10 5.522 0 10-4.478 10-10-.016-5.516-4.483-9.984-10-10m4.6 14.454a.594.594 0 0 1-.81.225c-.014-.007-.027-.016-.04-.025-2.35-1.454-5.3-1.75-8.8-.95a.618.618 0 1 1-.3-1.199c3.8-.851 7.1-.5 9.7 1.099a.6.6 0 0 1 .277.801c-.008.017-.018.033-.027.049m1.205-2.754a.753.753 0 0 1-1.034.26l-.016-.01A12.959 12.959 0 0 0 4.8 10.8a.76.76 0 0 1-.455-1.45A14.625 14.625 0 0 1 15.6 10.7a.706.706 0 0 1 .216.975c-.004.009-.01.016-.016.025m.1-2.8C12.7 7 7.35 6.8 4.3 7.75a.918.918 0 0 1-.617-1.728c.024-.008.047-.016.071-.022 3.551-1.05 9.4-.85 13.1 1.35.45.267.605.843.35 1.3a1.047 1.047 0 0 1-1.3.25"
6296
6447
  })));
6297
6448
  };
6298
6449
  var _path$8;
@@ -6310,13 +6461,13 @@ function _extends$8() {
6310
6461
  };
6311
6462
  return _extends$8.apply(this, arguments);
6312
6463
  }
6313
- var SvgLogoSpotify20 = function SvgLogoSpotify202(props) {
6464
+ var SvgLogoTelegram20 = function SvgLogoTelegram202(props) {
6314
6465
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$8({
6315
6466
  xmlns: "http://www.w3.org/2000/svg",
6316
6467
  width: 20,
6317
6468
  height: 20
6318
6469
  }, props), _path$8 || (_path$8 = /* @__PURE__ */ React__namespace.createElement("path", {
6319
- d: "M10 0C4.477 0 0 4.477 0 10c0 5.522 4.477 10 10 10 5.522 0 10-4.478 10-10-.016-5.516-4.483-9.984-10-10m4.6 14.454a.594.594 0 0 1-.81.225c-.014-.007-.027-.016-.04-.025-2.35-1.454-5.3-1.75-8.8-.95a.618.618 0 1 1-.3-1.199c3.8-.851 7.1-.5 9.7 1.099a.6.6 0 0 1 .277.801c-.008.017-.018.033-.027.049m1.205-2.754a.753.753 0 0 1-1.034.26l-.016-.01A12.959 12.959 0 0 0 4.8 10.8a.76.76 0 0 1-.455-1.45A14.625 14.625 0 0 1 15.6 10.7a.706.706 0 0 1 .216.975c-.004.009-.01.016-.016.025m.1-2.8C12.7 7 7.35 6.8 4.3 7.75a.918.918 0 0 1-.617-1.728c.024-.008.047-.016.071-.022 3.551-1.05 9.4-.85 13.1 1.35.45.267.605.843.35 1.3a1.047 1.047 0 0 1-1.3.25"
6470
+ d: "M18.54 1.2.778 8.458s-.84.3-.774.852c.066.553.752.807.752.807l4.468 1.566 10.728-7.096s.62-.392.597 0c0 0 .111.07-.22.391-.333.324-8.429 7.904-8.429 7.904l-.583 5.182c.247.112.473-.066.473-.066l2.887-2.742 4.501 3.593c1.216.554 1.66-.598 1.66-.598L20 1.638c0-1.106-1.46-.438-1.46-.438"
6320
6471
  })));
6321
6472
  };
6322
6473
  var _path$7;
@@ -6334,13 +6485,13 @@ function _extends$7() {
6334
6485
  };
6335
6486
  return _extends$7.apply(this, arguments);
6336
6487
  }
6337
- var SvgLogoTelegram20 = function SvgLogoTelegram202(props) {
6488
+ var SvgLogoTumblr20 = function SvgLogoTumblr202(props) {
6338
6489
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$7({
6339
6490
  xmlns: "http://www.w3.org/2000/svg",
6340
6491
  width: 20,
6341
6492
  height: 20
6342
6493
  }, props), _path$7 || (_path$7 = /* @__PURE__ */ React__namespace.createElement("path", {
6343
- d: "M18.54 1.2.778 8.458s-.84.3-.774.852c.066.553.752.807.752.807l4.468 1.566 10.728-7.096s.62-.392.597 0c0 0 .111.07-.22.391-.333.324-8.429 7.904-8.429 7.904l-.583 5.182c.247.112.473-.066.473-.066l2.887-2.742 4.501 3.593c1.216.554 1.66-.598 1.66-.598L20 1.638c0-1.106-1.46-.438-1.46-.438"
6494
+ d: "M15.083 15.965a4.357 4.357 0 0 1-1.543.345 1.728 1.728 0 0 1-1.842-1.97V8.115h3.844V5.087h-3.835V0H8.904a.154.154 0 0 0-.138.15A6.12 6.12 0 0 1 5 5.533v2.582h1.937v6.533c-.034 2.921 2.329 5.318 5.278 5.351.157.002.314-.003.472-.014 1.407-.025 2.968-.636 3.313-1.171l-.917-2.851"
6344
6495
  })));
6345
6496
  };
6346
6497
  var _path$6;
@@ -6358,13 +6509,13 @@ function _extends$6() {
6358
6509
  };
6359
6510
  return _extends$6.apply(this, arguments);
6360
6511
  }
6361
- var SvgLogoTumblr20 = function SvgLogoTumblr202(props) {
6512
+ var SvgLogoTwitch20 = function SvgLogoTwitch202(props) {
6362
6513
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$6({
6363
6514
  xmlns: "http://www.w3.org/2000/svg",
6364
6515
  width: 20,
6365
6516
  height: 20
6366
6517
  }, props), _path$6 || (_path$6 = /* @__PURE__ */ React__namespace.createElement("path", {
6367
- d: "M15.083 15.965a4.357 4.357 0 0 1-1.543.345 1.728 1.728 0 0 1-1.842-1.97V8.115h3.844V5.087h-3.835V0H8.904a.154.154 0 0 0-.138.15A6.12 6.12 0 0 1 5 5.533v2.582h1.937v6.533c-.034 2.921 2.329 5.318 5.278 5.351.157.002.314-.003.472-.014 1.407-.025 2.968-.636 3.313-1.171l-.917-2.851"
6518
+ d: "M1.406 0 0 3.433v14.03h5.001V20h2.812l2.656-2.537h4.063L20 12.238V0H1.406zm1.719 1.791h15v9.552L15 14.328h-5l-2.656 2.537v-2.537H3.125V1.791zm10 8.651h1.876V5.224h-1.876v5.218zm-5 0H10V5.224H8.125v5.218z"
6368
6519
  })));
6369
6520
  };
6370
6521
  var _path$5;
@@ -6382,13 +6533,13 @@ function _extends$5() {
6382
6533
  };
6383
6534
  return _extends$5.apply(this, arguments);
6384
6535
  }
6385
- var SvgLogoTwitch20 = function SvgLogoTwitch202(props) {
6536
+ var SvgLogoTwitter20 = function SvgLogoTwitter202(props) {
6386
6537
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$5({
6387
6538
  xmlns: "http://www.w3.org/2000/svg",
6388
6539
  width: 20,
6389
6540
  height: 20
6390
6541
  }, props), _path$5 || (_path$5 = /* @__PURE__ */ React__namespace.createElement("path", {
6391
- d: "M1.406 0 0 3.433v14.03h5.001V20h2.812l2.656-2.537h4.063L20 12.238V0H1.406zm1.719 1.791h15v9.552L15 14.328h-5l-2.656 2.537v-2.537H3.125V1.791zm10 8.651h1.876V5.224h-1.876v5.218zm-5 0H10V5.224H8.125v5.218z"
6542
+ d: "M6.29 18.254c7.547 0 11.675-6.253 11.675-11.675 0-.178-.004-.354-.012-.53A8.339 8.339 0 0 0 20 3.924a8.165 8.165 0 0 1-2.356.646 4.12 4.12 0 0 0 1.804-2.27 8.198 8.198 0 0 1-2.606.996A4.104 4.104 0 0 0 9.85 7.039a11.652 11.652 0 0 1-8.458-4.287 4.101 4.101 0 0 0 1.27 5.477 4.058 4.058 0 0 1-1.858-.513l-.001.052a4.104 4.104 0 0 0 3.292 4.023 4.107 4.107 0 0 1-1.853.07 4.107 4.107 0 0 0 3.833 2.85 8.233 8.233 0 0 1-5.096 1.757A8.33 8.33 0 0 1 0 16.411a11.614 11.614 0 0 0 6.29 1.843"
6392
6543
  })));
6393
6544
  };
6394
6545
  var _path$4;
@@ -6406,13 +6557,13 @@ function _extends$4() {
6406
6557
  };
6407
6558
  return _extends$4.apply(this, arguments);
6408
6559
  }
6409
- var SvgLogoTwitter20 = function SvgLogoTwitter202(props) {
6560
+ var SvgLogoWhatsapp20 = function SvgLogoWhatsapp202(props) {
6410
6561
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$4({
6411
6562
  xmlns: "http://www.w3.org/2000/svg",
6412
6563
  width: 20,
6413
6564
  height: 20
6414
6565
  }, props), _path$4 || (_path$4 = /* @__PURE__ */ React__namespace.createElement("path", {
6415
- d: "M6.29 18.254c7.547 0 11.675-6.253 11.675-11.675 0-.178-.004-.354-.012-.53A8.339 8.339 0 0 0 20 3.924a8.165 8.165 0 0 1-2.356.646 4.12 4.12 0 0 0 1.804-2.27 8.198 8.198 0 0 1-2.606.996A4.104 4.104 0 0 0 9.85 7.039a11.652 11.652 0 0 1-8.458-4.287 4.101 4.101 0 0 0 1.27 5.477 4.058 4.058 0 0 1-1.858-.513l-.001.052a4.104 4.104 0 0 0 3.292 4.023 4.107 4.107 0 0 1-1.853.07 4.107 4.107 0 0 0 3.833 2.85 8.233 8.233 0 0 1-5.096 1.757A8.33 8.33 0 0 1 0 16.411a11.614 11.614 0 0 0 6.29 1.843"
6566
+ d: "M14.785 11.957c-.246-.135-1.455-.783-1.683-.873-.226-.091-.39-.14-.568.104-.177.242-.679.784-.83.944-.152.162-.3.177-.546.043-.246-.135-1.043-.428-1.969-1.31-.719-.687-1.192-1.52-1.329-1.774-.137-.255 0-.384.13-.503.116-.107.261-.281.392-.421.13-.142.176-.244.266-.406.09-.163.054-.31-.005-.437-.058-.125-.512-1.369-.703-1.875-.19-.505-.4-.43-.548-.436-.146-.005-.312-.032-.479-.037a.925.925 0 0 0-.68.285c-.24.24-.909.819-.956 2.042-.046 1.224.807 2.44.926 2.61.12.17 1.63 2.822 4.14 3.913 2.51 1.091 2.523.758 2.984.734.461-.024 1.505-.546 1.736-1.12.231-.572.25-1.07.191-1.175-.059-.107-.223-.176-.469-.309m-4.604 5.896a8.18 8.18 0 0 1-4.497-1.34l-3.14.997 1.02-3.011a8.025 8.025 0 0 1-1.556-4.755c0-4.474 3.667-8.112 8.173-8.112 4.507 0 8.173 3.638 8.173 8.111 0 4.472-3.666 8.11-8.173 8.11m0-17.852C4.76 0 .363 4.362.363 9.742c0 1.841.515 3.563 1.41 5.03L0 20l5.435-1.727a9.838 9.838 0 0 0 4.746 1.212c5.423 0 9.82-4.362 9.82-9.742 0-5.381-4.397-9.744-9.82-9.744"
6416
6567
  })));
6417
6568
  };
6418
6569
  var _path$3;
@@ -6430,13 +6581,13 @@ function _extends$3() {
6430
6581
  };
6431
6582
  return _extends$3.apply(this, arguments);
6432
6583
  }
6433
- var SvgLogoWhatsapp20 = function SvgLogoWhatsapp202(props) {
6584
+ var SvgLogoVimeo20 = function SvgLogoVimeo202(props) {
6434
6585
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$3({
6435
6586
  xmlns: "http://www.w3.org/2000/svg",
6436
6587
  width: 20,
6437
6588
  height: 20
6438
6589
  }, props), _path$3 || (_path$3 = /* @__PURE__ */ React__namespace.createElement("path", {
6439
- d: "M14.785 11.957c-.246-.135-1.455-.783-1.683-.873-.226-.091-.39-.14-.568.104-.177.242-.679.784-.83.944-.152.162-.3.177-.546.043-.246-.135-1.043-.428-1.969-1.31-.719-.687-1.192-1.52-1.329-1.774-.137-.255 0-.384.13-.503.116-.107.261-.281.392-.421.13-.142.176-.244.266-.406.09-.163.054-.31-.005-.437-.058-.125-.512-1.369-.703-1.875-.19-.505-.4-.43-.548-.436-.146-.005-.312-.032-.479-.037a.925.925 0 0 0-.68.285c-.24.24-.909.819-.956 2.042-.046 1.224.807 2.44.926 2.61.12.17 1.63 2.822 4.14 3.913 2.51 1.091 2.523.758 2.984.734.461-.024 1.505-.546 1.736-1.12.231-.572.25-1.07.191-1.175-.059-.107-.223-.176-.469-.309m-4.604 5.896a8.18 8.18 0 0 1-4.497-1.34l-3.14.997 1.02-3.011a8.025 8.025 0 0 1-1.556-4.755c0-4.474 3.667-8.112 8.173-8.112 4.507 0 8.173 3.638 8.173 8.111 0 4.472-3.666 8.11-8.173 8.11m0-17.852C4.76 0 .363 4.362.363 9.742c0 1.841.515 3.563 1.41 5.03L0 20l5.435-1.727a9.838 9.838 0 0 0 4.746 1.212c5.423 0 9.82-4.362 9.82-9.742 0-5.381-4.397-9.744-9.82-9.744"
6590
+ d: "M19.992 5.157c-.087 2.029-1.445 4.804-4.076 8.323C13.197 17.16 10.895 19 9.011 19c-1.165 0-2.151-1.121-2.957-3.364-.54-2.06-1.08-4.12-1.615-6.174-.6-2.246-1.244-3.37-1.93-3.37-.57.248-1.1.58-1.568.985L0 5.816c.986-.9 1.958-1.804 2.916-2.71 1.313-1.184 2.299-1.808 2.958-1.871 1.553-.158 2.51.948 2.87 3.319.386 2.558.654 4.148.805 4.772.45 2.12.943 3.18 1.479 3.178.417 0 1.045-.685 1.883-2.055a8.28 8.28 0 0 0 1.345-3.134c.12-1.186-.329-1.775-1.345-1.775a3.7 3.7 0 0 0-1.48.326c.989-3.336 2.873-4.957 5.652-4.862 2.059.06 3.027 1.446 2.907 4.159"
6440
6591
  })));
6441
6592
  };
6442
6593
  var _path$2;
@@ -6454,13 +6605,13 @@ function _extends$2() {
6454
6605
  };
6455
6606
  return _extends$2.apply(this, arguments);
6456
6607
  }
6457
- var SvgLogoVimeo20 = function SvgLogoVimeo202(props) {
6608
+ var SvgLogoYelp20 = function SvgLogoYelp202(props) {
6458
6609
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$2({
6459
6610
  xmlns: "http://www.w3.org/2000/svg",
6460
6611
  width: 20,
6461
6612
  height: 20
6462
6613
  }, props), _path$2 || (_path$2 = /* @__PURE__ */ React__namespace.createElement("path", {
6463
- d: "M19.992 5.157c-.087 2.029-1.445 4.804-4.076 8.323C13.197 17.16 10.895 19 9.011 19c-1.165 0-2.151-1.121-2.957-3.364-.54-2.06-1.08-4.12-1.615-6.174-.6-2.246-1.244-3.37-1.93-3.37-.57.248-1.1.58-1.568.985L0 5.816c.986-.9 1.958-1.804 2.916-2.71 1.313-1.184 2.299-1.808 2.958-1.871 1.553-.158 2.51.948 2.87 3.319.386 2.558.654 4.148.805 4.772.45 2.12.943 3.18 1.479 3.178.417 0 1.045-.685 1.883-2.055a8.28 8.28 0 0 0 1.345-3.134c.12-1.186-.329-1.775-1.345-1.775a3.7 3.7 0 0 0-1.48.326c.989-3.336 2.873-4.957 5.652-4.862 2.059.06 3.027 1.446 2.907 4.159"
6614
+ d: "M6.861.39a14.07 14.07 0 0 0-2.298.789c-.504.223-.693.8-.415 1.25l4.37 7.047c.49.79 1.787.467 1.787-.446V.894c0-.52-.475-.932-1.03-.891C8.471.062 7.665.19 6.86.39m11.06 8.885a7.736 7.736 0 0 0-2.116-2.71c-.433-.355-1.104-.273-1.427.173l-2.6 3.59c-.5.69.198 1.585 1.058 1.356l4.47-1.193c.557-.15.844-.721.614-1.216m-6.22 5.164 2.465 3.673c.307.458.977.558 1.425.215a7.851 7.851 0 0 0 2.21-2.638c.25-.486-.019-1.067-.569-1.234l-4.422-1.337c-.85-.258-1.583.615-1.109 1.32m-6.099 4.295a8.681 8.681 0 0 0 3.332 1.255c.572.089 1.098-.31 1.118-.85l.163-4.328c.031-.833-1.072-1.247-1.67-.628L5.432 17.4c-.386.4-.307 1.027.17 1.333M3.758 9.387l4.18 1.899c.804.365.68 1.465-.188 1.667L3.24 14c-.563.13-1.118-.23-1.185-.767a7.178 7.178 0 0 1 .377-3.33c.184-.51.81-.751 1.328-.516"
6464
6615
  })));
6465
6616
  };
6466
6617
  var _path$1;
@@ -6478,36 +6629,12 @@ function _extends$1() {
6478
6629
  };
6479
6630
  return _extends$1.apply(this, arguments);
6480
6631
  }
6481
- var SvgLogoYelp20 = function SvgLogoYelp202(props) {
6632
+ var SvgLogoYoutube20 = function SvgLogoYoutube202(props) {
6482
6633
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$1({
6483
6634
  xmlns: "http://www.w3.org/2000/svg",
6484
6635
  width: 20,
6485
6636
  height: 20
6486
6637
  }, props), _path$1 || (_path$1 = /* @__PURE__ */ React__namespace.createElement("path", {
6487
- d: "M6.861.39a14.07 14.07 0 0 0-2.298.789c-.504.223-.693.8-.415 1.25l4.37 7.047c.49.79 1.787.467 1.787-.446V.894c0-.52-.475-.932-1.03-.891C8.471.062 7.665.19 6.86.39m11.06 8.885a7.736 7.736 0 0 0-2.116-2.71c-.433-.355-1.104-.273-1.427.173l-2.6 3.59c-.5.69.198 1.585 1.058 1.356l4.47-1.193c.557-.15.844-.721.614-1.216m-6.22 5.164 2.465 3.673c.307.458.977.558 1.425.215a7.851 7.851 0 0 0 2.21-2.638c.25-.486-.019-1.067-.569-1.234l-4.422-1.337c-.85-.258-1.583.615-1.109 1.32m-6.099 4.295a8.681 8.681 0 0 0 3.332 1.255c.572.089 1.098-.31 1.118-.85l.163-4.328c.031-.833-1.072-1.247-1.67-.628L5.432 17.4c-.386.4-.307 1.027.17 1.333M3.758 9.387l4.18 1.899c.804.365.68 1.465-.188 1.667L3.24 14c-.563.13-1.118-.23-1.185-.767a7.178 7.178 0 0 1 .377-3.33c.184-.51.81-.751 1.328-.516"
6488
- })));
6489
- };
6490
- var _path;
6491
- function _extends() {
6492
- _extends = Object.assign || function(target) {
6493
- for (var i = 1; i < arguments.length; i++) {
6494
- var source = arguments[i];
6495
- for (var key in source) {
6496
- if (Object.prototype.hasOwnProperty.call(source, key)) {
6497
- target[key] = source[key];
6498
- }
6499
- }
6500
- }
6501
- return target;
6502
- };
6503
- return _extends.apply(this, arguments);
6504
- }
6505
- var SvgLogoYoutube20 = function SvgLogoYoutube202(props) {
6506
- return /* @__PURE__ */ React__namespace.createElement("svg", _extends({
6507
- xmlns: "http://www.w3.org/2000/svg",
6508
- width: 20,
6509
- height: 20
6510
- }, props), _path || (_path = /* @__PURE__ */ React__namespace.createElement("path", {
6511
6638
  d: "M8 13V7l5 3-5 3Zm11.582-7.814a2.502 2.502 0 0 0-1.769-1.768C16.254 3 10 3 10 3s-6.254 0-7.814.418c-.86.23-1.538.908-1.768 1.768C0 6.746 0 10 0 10s0 3.254.418 4.813c.23.862.908 1.54 1.768 1.769C3.746 17 10 17 10 17s6.254 0 7.813-.418a2.498 2.498 0 0 0 1.769-1.769C20 13.254 20 10 20 10s0-3.254-.418-4.814Z"
6512
6639
  })));
6513
6640
  };
@@ -6647,7 +6774,7 @@ function SocialLinksPlaceholder({
6647
6774
  }, link.id))
6648
6775
  });
6649
6776
  }
6650
- const Container = styled__default["default"].div`
6777
+ const Container$1 = styled__default["default"].div`
6651
6778
  display: flex;
6652
6779
  flex-direction: row;
6653
6780
  flex-wrap: wrap;
@@ -6731,7 +6858,7 @@ const SocialLinks = React.forwardRef(function SocialLinks2({
6731
6858
  }, ref) {
6732
6859
  const fillData = useColor(fill);
6733
6860
  const backgroundColorData = useColor(backgroundColor);
6734
- return /* @__PURE__ */ jsxRuntime.jsx(Container, {
6861
+ return /* @__PURE__ */ jsxRuntime.jsx(Container$1, {
6735
6862
  ref,
6736
6863
  id,
6737
6864
  alignment,
@@ -6767,7 +6894,7 @@ const SocialLinks = React.forwardRef(function SocialLinks2({
6767
6894
  })
6768
6895
  });
6769
6896
  });
6770
- function registerComponent$1(runtime) {
6897
+ function registerComponent$2(runtime) {
6771
6898
  return runtime.registerComponent(SocialLinks, {
6772
6899
  type: "./components/SocialLinks/index.js",
6773
6900
  label: "Social Links",
@@ -7304,7 +7431,7 @@ const Text = React.forwardRef(function Text2({
7304
7431
  onKeyDown: handleKeyDown
7305
7432
  });
7306
7433
  });
7307
- function registerComponent(runtime) {
7434
+ function registerComponent$1(runtime) {
7308
7435
  return runtime.registerComponent(Text, {
7309
7436
  type: "./components/Text/index.js",
7310
7437
  label: "Text",
@@ -7382,19 +7509,103 @@ function registerComponent(runtime) {
7382
7509
  }
7383
7510
  });
7384
7511
  }
7512
+ const Container = styled__default["default"].div`
7513
+ display: flex;
7514
+ flex-direction: column;
7515
+ overflow: hidden;
7516
+ ${cssWidth("560px")}
7517
+ ${cssMargin()}
7518
+ ${cssBorderRadius()}
7519
+ `;
7520
+ const ASPECT_RATIO = 16 / 9;
7521
+ const Video = React.forwardRef(function Video2({
7522
+ id,
7523
+ video,
7524
+ width,
7525
+ margin,
7526
+ borderRadius
7527
+ }, ref) {
7528
+ const canPlayUrl = video && video.url != null && ReactPlayer__default["default"].canPlay(video.url);
7529
+ return /* @__PURE__ */ jsxRuntime.jsx(Container, {
7530
+ ref,
7531
+ id,
7532
+ width,
7533
+ margin,
7534
+ borderRadius,
7535
+ children: /* @__PURE__ */ jsxRuntime.jsx("div", {
7536
+ style: {
7537
+ position: "relative",
7538
+ paddingTop: `${100 / ASPECT_RATIO}%`
7539
+ },
7540
+ children: /* @__PURE__ */ jsxRuntime.jsx("div", {
7541
+ style: {
7542
+ position: "absolute",
7543
+ top: 0,
7544
+ left: 0,
7545
+ right: 0,
7546
+ bottom: 0
7547
+ },
7548
+ children: canPlayUrl === true ? /* @__PURE__ */ jsxRuntime.jsx(ReactPlayer__default["default"], __spreadProps(__spreadValues({}, video), {
7549
+ width: "100%",
7550
+ height: "100%",
7551
+ config: {
7552
+ vimeo: {
7553
+ playerOptions: {
7554
+ background: video != null && !video.controls
7555
+ }
7556
+ },
7557
+ wistia: {
7558
+ options: {
7559
+ endVideoBehavior: video != null && video.loop === true ? "loop" : "default"
7560
+ }
7561
+ }
7562
+ }
7563
+ })) : /* @__PURE__ */ jsxRuntime.jsx("img", {
7564
+ width: "100%",
7565
+ src: placeholders.video.src,
7566
+ alt: "Video Placeholder"
7567
+ })
7568
+ })
7569
+ })
7570
+ });
7571
+ });
7572
+ function registerComponent(runtime) {
7573
+ return runtime.registerComponent(Video, {
7574
+ type: "./components/Video/index.js",
7575
+ label: "Video",
7576
+ icon: "Video40",
7577
+ props: {
7578
+ id: descriptors.ElementID(),
7579
+ video: descriptors.Video({
7580
+ preset: {
7581
+ controls: true
7582
+ }
7583
+ }),
7584
+ width: descriptors.Width({
7585
+ defaultValue: {
7586
+ value: 560,
7587
+ unit: "px"
7588
+ }
7589
+ }),
7590
+ margin: descriptors.Margin(),
7591
+ borderRadius: descriptors.BorderRadius()
7592
+ }
7593
+ });
7594
+ }
7385
7595
  function registerBuiltinComponents(runtime) {
7386
- const unregisterBoxComponent = registerComponent$b(runtime);
7387
- const unregisterButtonComponent = registerComponent$a(runtime);
7388
- const unregisterCarouselComponent = registerComponent$8(runtime);
7389
- const unregisterCountdownComponent = registerComponent$7(runtime);
7390
- const unregisterDividerComponent = registerComponent$6(runtime);
7391
- const unregisterEmbedComponent = registerComponent$5(runtime);
7392
- const unregisterFormComponent = registerComponent$4(runtime);
7393
- const unregisterImageComponent = registerComponent$9(runtime);
7394
- const unregisterNavigationComponent = registerComponent$3(runtime);
7395
- const unregisterRootComponent = registerComponent$2(runtime);
7396
- const unregisterSocialLinksComponent = registerComponent$1(runtime);
7397
- const unregisterTextComponent = registerComponent(runtime);
7596
+ const unregisterBoxComponent = registerComponent$c(runtime);
7597
+ const unregisterButtonComponent = registerComponent$b(runtime);
7598
+ const unregisterCarouselComponent = registerComponent$9(runtime);
7599
+ const unregisterCountdownComponent = registerComponent$8(runtime);
7600
+ const unregisterDividerComponent = registerComponent$7(runtime);
7601
+ const unregisterEmbedComponent = registerComponent$6(runtime);
7602
+ const unregisterFormComponent = registerComponent$5(runtime);
7603
+ const unregisterImageComponent = registerComponent$a(runtime);
7604
+ const unregisterNavigationComponent = registerComponent$4(runtime);
7605
+ const unregisterRootComponent = registerComponent$3(runtime);
7606
+ const unregisterSocialLinksComponent = registerComponent$2(runtime);
7607
+ const unregisterTextComponent = registerComponent$1(runtime);
7608
+ const unregisterVideoComponent = registerComponent(runtime);
7398
7609
  return () => {
7399
7610
  unregisterBoxComponent();
7400
7611
  unregisterButtonComponent();
@@ -7408,8 +7619,60 @@ function registerBuiltinComponents(runtime) {
7408
7619
  unregisterRootComponent();
7409
7620
  unregisterSocialLinksComponent();
7410
7621
  unregisterTextComponent();
7622
+ unregisterTextComponent();
7623
+ unregisterVideoComponent();
7624
+ };
7625
+ }
7626
+ var _path;
7627
+ function _extends() {
7628
+ _extends = Object.assign || function(target) {
7629
+ for (var i = 1; i < arguments.length; i++) {
7630
+ var source = arguments[i];
7631
+ for (var key in source) {
7632
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
7633
+ target[key] = source[key];
7634
+ }
7635
+ }
7636
+ }
7637
+ return target;
7411
7638
  };
7639
+ return _extends.apply(this, arguments);
7412
7640
  }
7641
+ var SvgWarning20 = function SvgWarning202(props) {
7642
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends({
7643
+ width: 20,
7644
+ height: 20,
7645
+ xmlns: "http://www.w3.org/2000/svg"
7646
+ }, props), _path || (_path = /* @__PURE__ */ React__namespace.createElement("path", {
7647
+ fillRule: "evenodd",
7648
+ clipRule: "evenodd",
7649
+ d: "M2.899 18H17.1a1.75 1.75 0 0 0 1.549-2.565L11.549 1.942c-.656-1.246-2.442-1.246-3.098 0L1.35 15.435A1.75 1.75 0 0 0 2.899 18ZM9 6a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V6Zm2.25 8.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"
7650
+ })));
7651
+ };
7652
+ const ErrorDiv = styled__default["default"]("div")`
7653
+ width: 100%;
7654
+ height: 54px;
7655
+ background-color: #fcedf2;
7656
+ border-radius: 6px;
7657
+ padding: 16px;
7658
+ display: flex;
7659
+ align-items: center;
7660
+ gap: 8px;
7661
+ color: #c73e6d;
7662
+ fill: currentColor;
7663
+ font-family: Heebo, sans-serif;
7664
+ font-size: 16px;
7665
+ `;
7666
+ const FallbackComponent = React.forwardRef(function FallbackComponent2({
7667
+ text
7668
+ }, ref) {
7669
+ return /* @__PURE__ */ jsxRuntime.jsxs(ErrorDiv, {
7670
+ ref,
7671
+ children: [/* @__PURE__ */ jsxRuntime.jsx(SvgWarning20, {}), /* @__PURE__ */ jsxRuntime.jsx("span", {
7672
+ children: text
7673
+ })]
7674
+ });
7675
+ });
7413
7676
  const contextDefaultValue = reactPage.configureStore();
7414
7677
  function createReactRuntime(store) {
7415
7678
  return {
@@ -7436,10 +7699,9 @@ function createReactRuntime(store) {
7436
7699
  const ReactRuntime = createReactRuntime(contextDefaultValue);
7437
7700
  const Context = React.createContext(contextDefaultValue);
7438
7701
  function RuntimeProvider({
7702
+ client: client2,
7439
7703
  children,
7440
- defaultRootElements,
7441
- registerComponents,
7442
- makeswiftApiEndpoint
7704
+ defaultRootElements
7443
7705
  }) {
7444
7706
  const [store, setStore] = React.useState(() => {
7445
7707
  const store2 = reactPage.configureStore({
@@ -7448,27 +7710,11 @@ function RuntimeProvider({
7448
7710
  });
7449
7711
  const runtime = createReactRuntime(store2);
7450
7712
  registerBuiltinComponents(runtime);
7451
- registerComponents == null ? void 0 : registerComponents(runtime);
7452
7713
  return store2;
7453
7714
  });
7454
- const [client$1, setClient] = React.useState(new client.ApolloClient({
7455
- uri: makeswiftApiEndpoint,
7456
- cache: new client.InMemoryCache()
7457
- }));
7458
- React.useEffect(() => {
7459
- setClient(({
7460
- cache
7461
- }) => new client.ApolloClient({
7462
- uri: makeswiftApiEndpoint,
7463
- cache
7464
- }));
7465
- }, [makeswiftApiEndpoint]);
7466
7715
  React.useEffect(() => {
7467
7716
  return registerBuiltinComponents(createReactRuntime(store));
7468
7717
  }, [store]);
7469
- React.useEffect(() => {
7470
- return registerComponents == null ? void 0 : registerComponents(createReactRuntime(store));
7471
- }, [store, registerComponents]);
7472
7718
  React.useEffect(() => {
7473
7719
  const isInBuilder = window.parent !== window;
7474
7720
  if (isInBuilder)
@@ -7479,10 +7725,10 @@ function RuntimeProvider({
7479
7725
  });
7480
7726
  setStore((store2) => ReactBuilderPreview.configureStore({
7481
7727
  preloadedState: store2.getState(),
7482
- client: client$1
7728
+ client: client2.apolloClient
7483
7729
  }));
7484
7730
  }
7485
- }, [client$1]);
7731
+ }, [client2]);
7486
7732
  React.useEffect(() => {
7487
7733
  const isInBuilder = window.parent !== window;
7488
7734
  if (!isInBuilder)
@@ -7506,8 +7752,8 @@ function RuntimeProvider({
7506
7752
  }, []);
7507
7753
  return /* @__PURE__ */ jsxRuntime.jsx(Context.Provider, {
7508
7754
  value: store,
7509
- children: /* @__PURE__ */ jsxRuntime.jsx(ApolloProvider, {
7510
- client: client$1,
7755
+ children: /* @__PURE__ */ jsxRuntime.jsx(MakeswiftProvider, {
7756
+ client: client2,
7511
7757
  children
7512
7758
  })
7513
7759
  });
@@ -7561,15 +7807,9 @@ const ElementData = React.memo(React.forwardRef(function ElementData2({
7561
7807
  }, ref) {
7562
7808
  const Component = useComponent(elementData.type);
7563
7809
  if (Component == null) {
7564
- return /* @__PURE__ */ jsxRuntime.jsxs("div", {
7810
+ return /* @__PURE__ */ jsxRuntime.jsx(FallbackComponent, {
7565
7811
  ref,
7566
- children: [/* @__PURE__ */ jsxRuntime.jsx("p", {
7567
- children: "Component Not Found"
7568
- }), /* @__PURE__ */ jsxRuntime.jsx("pre", {
7569
- children: /* @__PURE__ */ jsxRuntime.jsx("code", {
7570
- children: JSON.stringify(elementData, null, 2)
7571
- })
7572
- })]
7812
+ text: "Component not found"
7573
7813
  });
7574
7814
  }
7575
7815
  return /* @__PURE__ */ React.createElement(Component, __spreadProps(__spreadValues({}, elementData.props), {
@@ -7599,27 +7839,15 @@ const ElementReference = React.memo(React.forwardRef(function ElementReference2(
7599
7839
  const globalElementData = (_a = data == null ? void 0 : data.globalElement) == null ? void 0 : _a.data;
7600
7840
  const elementReferenceDocument = useDocument(elementReference.key);
7601
7841
  if (error != null) {
7602
- return /* @__PURE__ */ jsxRuntime.jsxs("div", {
7842
+ return /* @__PURE__ */ jsxRuntime.jsx(FallbackComponent, {
7603
7843
  ref,
7604
- children: [/* @__PURE__ */ jsxRuntime.jsx("p", {
7605
- children: "Something went wrong!"
7606
- }), /* @__PURE__ */ jsxRuntime.jsx("pre", {
7607
- children: /* @__PURE__ */ jsxRuntime.jsx("code", {
7608
- children: JSON.stringify(error, null, 2)
7609
- })
7610
- })]
7844
+ text: "Something went wrong!"
7611
7845
  });
7612
7846
  }
7613
7847
  if (globalElementData == null) {
7614
- return /* @__PURE__ */ jsxRuntime.jsxs("div", {
7848
+ return /* @__PURE__ */ jsxRuntime.jsx(FallbackComponent, {
7615
7849
  ref,
7616
- children: [/* @__PURE__ */ jsxRuntime.jsx("p", {
7617
- children: "Not Found"
7618
- }), /* @__PURE__ */ jsxRuntime.jsx("pre", {
7619
- children: /* @__PURE__ */ jsxRuntime.jsx("code", {
7620
- children: JSON.stringify(elementReference, null, 2)
7621
- })
7622
- })]
7850
+ text: "This global component doesn't exist"
7623
7851
  });
7624
7852
  }
7625
7853
  return elementReferenceDocument != null ? /* @__PURE__ */ jsxRuntime.jsx(Document, {
@@ -7672,15 +7900,9 @@ const DocumentReference = React.memo(React.forwardRef(function DocumentReference
7672
7900
  }, ref) {
7673
7901
  const document = useDocument(documentReference.key);
7674
7902
  if (document == null) {
7675
- return /* @__PURE__ */ jsxRuntime.jsxs("div", {
7903
+ return /* @__PURE__ */ jsxRuntime.jsx(FallbackComponent, {
7676
7904
  ref,
7677
- children: [/* @__PURE__ */ jsxRuntime.jsx("p", {
7678
- children: "Document Not Found"
7679
- }), /* @__PURE__ */ jsxRuntime.jsx("pre", {
7680
- children: /* @__PURE__ */ jsxRuntime.jsx("code", {
7681
- children: JSON.stringify(documentReference, null, 2)
7682
- })
7683
- })]
7905
+ text: "Document not found"
7684
7906
  });
7685
7907
  }
7686
7908
  return /* @__PURE__ */ jsxRuntime.jsx(Document, {
@@ -7705,6 +7927,7 @@ exports.Element = Element$1;
7705
7927
  exports.Embed = Embed;
7706
7928
  exports.Form = Form;
7707
7929
  exports.ImageComponent = ImageComponent;
7930
+ exports.MakeswiftClient = MakeswiftClient;
7708
7931
  exports.Navigation = Navigation;
7709
7932
  exports.PageProvider = PageProvider;
7710
7933
  exports.ReactRuntime = ReactRuntime;
@@ -7722,7 +7945,15 @@ exports.cssPadding = cssPadding;
7722
7945
  exports.cssTextStyle = cssTextStyle;
7723
7946
  exports.cssWidth = cssWidth;
7724
7947
  exports.registerBuiltinComponents = registerBuiltinComponents;
7725
- exports.registerComponent = registerComponent$b;
7948
+ exports.registerComponent = registerComponent$c;
7949
+ exports.useBackgrounds = useBackgrounds;
7950
+ exports.useBorder = useBorder;
7951
+ exports.useBoxShadow = useBoxShadow;
7952
+ exports.useColor = useColor;
7953
+ exports.useFile = useFile;
7726
7954
  exports.useIsInBuilder = useIsInBuilder;
7955
+ exports.useMediaQuery = useMediaQuery;
7956
+ exports.usePage = usePage;
7727
7957
  exports.usePageId = usePageId;
7958
+ exports.useTable = useTable;
7728
7959
  //# sourceMappingURL=react.cjs2.js.map