@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
package/dist/react.es2.js CHANGED
@@ -29,25 +29,32 @@ var __objRest = (source, exclude) => {
29
29
  }
30
30
  return target;
31
31
  };
32
+ var __publicField = (obj, key, value) => {
33
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
34
+ return value;
35
+ };
32
36
  import * as React from "react";
33
37
  import { forwardRef, createContext, useContext, useMemo, useState, useLayoutEffect, useCallback, useEffect, useRef, useImperativeHandle, Children, createElement, Fragment as Fragment$1, memo } from "react";
34
38
  import { useSyncExternalStoreWithSelector } from "use-sync-external-store/shim/with-selector";
35
39
  import { gql, useQuery as useQuery$1, useMutation as useMutation$1, ApolloClient, InMemoryCache } from "@apollo/client";
36
- import { g as getIsInBuilder, a as configureStore, b as getElementId, d as getReactComponent, e as getDocument, i as isElementReference } from "./react-page.es.js";
40
+ import { a as createDocumentReference, g as getIsInBuilder, b as configureStore, d as getElementId, e as getReactComponent, f as getDocument, i as isElementReference } from "./react-page.es.js";
37
41
  import { f as registerComponentHandleEffect, g as mountComponentEffect, h as registerComponentEffect, j as registerReactComponentEffect } from "./actions.es.js";
38
42
  import styled, { css, keyframes, createGlobalStyle } from "styled-components";
39
43
  import { useReducedMotion, useAnimation, motion } from "framer-motion";
44
+ import { getDataFromTree } from "@apollo/client/react/ssr";
45
+ import uuid from "uuid/v4";
40
46
  import { jsx, Fragment, jsxs } from "react/jsx-runtime";
47
+ import "html-react-parser";
48
+ import "next/head";
41
49
  import { p as parse, c as createBox, g as getBox } from "./box-models.es.js";
42
50
  import NextImage from "next/image";
43
51
  import ReactPlayer from "react-player";
44
- import { E as ElementID, B as Backgrounds$1, W as Width, R as ResponsiveIconRadioGroup, M as Margin, P as Padding, a as Border, b as BorderRadius, S as Shadows, G as GapY, c as GapX, e as ResponsiveSelect, f as ResponsiveNumber, C as Checkbox$1, g as Grid$2, h as TextInput, L as Link$1, i as ResponsiveColor, j as TextStyle, I as Image$1, k as ResponsiveOpacity, l as Images, N as Number$1, D as Date$1, F as Font, m as ResponsiveLength, n as TextArea$1, o as Table, p as TableFormFields, q as NavigationLinks, r as SocialLinks$1, s as RichText } from "./descriptors.es.js";
52
+ import { E as ElementID, B as Backgrounds$1, W as Width, R as ResponsiveIconRadioGroup, M as Margin, P as Padding, a as Border, b as BorderRadius, S as Shadows, G as GapY, c as GapX, e as ResponsiveSelect, f as ResponsiveNumber, C as Checkbox$1, g as Grid$2, h as TextInput, L as Link$1, i as ResponsiveColor, j as TextStyle, I as Image$1, k as ResponsiveOpacity, l as Images, N as Number$1, D as Date$1, F as Font, m as ResponsiveLength, n as TextArea$1, o as Table, p as TableFormFields, q as NavigationLinks, r as SocialLinks$1, s as RichText, V as Video$1 } from "./descriptors.es.js";
45
53
  import ColorHelper from "color";
46
54
  import scrollIntoView from "scroll-into-view-if-needed";
47
55
  import NextLink from "next/link";
48
56
  import { useGesture } from "react-use-gesture";
49
57
  import { wrap } from "@popmotion/popcorn";
50
- import uuid from "uuid/v4";
51
58
  import { Field as Field$1, getIn, Formik } from "formik";
52
59
  import { normalize } from "polished";
53
60
  import { Value } from "slate";
@@ -205,20 +212,133 @@ const TABLE_BY_ID = gql`
205
212
  function isNonNullable(value) {
206
213
  return value != null;
207
214
  }
215
+ const typePolicies = {
216
+ Query: {
217
+ fields: {
218
+ swatches(existingData, {
219
+ args,
220
+ toReference
221
+ }) {
222
+ return existingData != null ? existingData : args == null ? void 0 : args.ids.map((id) => toReference({
223
+ __typename: "Swatch",
224
+ id
225
+ }, true));
226
+ },
227
+ file(existingData, {
228
+ args,
229
+ toReference
230
+ }) {
231
+ return existingData != null ? existingData : toReference({
232
+ __typename: "File",
233
+ id: args == null ? void 0 : args.id
234
+ }, true);
235
+ },
236
+ files(existingData, {
237
+ args,
238
+ toReference
239
+ }) {
240
+ return existingData != null ? existingData : args == null ? void 0 : args.ids.map((id) => toReference({
241
+ __typename: "File",
242
+ id
243
+ }, true));
244
+ },
245
+ typographies(existingData, {
246
+ args,
247
+ toReference
248
+ }) {
249
+ return existingData != null ? existingData : args == null ? void 0 : args.ids.map((id) => toReference({
250
+ __typename: "Typography",
251
+ id
252
+ }, true));
253
+ },
254
+ pagePathnamesById(existingData, {
255
+ args,
256
+ toReference
257
+ }) {
258
+ return existingData != null ? existingData : args == null ? void 0 : args.ids.map((id) => toReference({
259
+ __typename: "PagePathnameSlice",
260
+ id
261
+ }, true));
262
+ },
263
+ globalElement(existingData, {
264
+ args,
265
+ toReference
266
+ }) {
267
+ return existingData != null ? existingData : toReference({
268
+ __typename: "GlobalElement",
269
+ id: args == null ? void 0 : args.id
270
+ }, true);
271
+ },
272
+ table(existingData, {
273
+ args,
274
+ toReference
275
+ }) {
276
+ return existingData != null ? existingData : toReference({
277
+ __typename: "Table",
278
+ id: args == null ? void 0 : args.id
279
+ }, true);
280
+ }
281
+ }
282
+ }
283
+ };
284
+ const PrefetchContext = createContext(false);
285
+ function useIsPrefetching() {
286
+ return useContext(PrefetchContext);
287
+ }
288
+ function createApolloClient({
289
+ uri,
290
+ cacheData
291
+ }) {
292
+ const cache = new InMemoryCache({
293
+ typePolicies
294
+ });
295
+ if (cacheData)
296
+ cache.restore(cacheData);
297
+ return new ApolloClient({
298
+ uri,
299
+ cache
300
+ });
301
+ }
302
+ class MakeswiftClient {
303
+ constructor({
304
+ uri,
305
+ cacheData
306
+ }) {
307
+ __publicField(this, "apolloClient");
308
+ this.apolloClient = createApolloClient({
309
+ uri,
310
+ cacheData
311
+ });
312
+ }
313
+ async prefetch(element) {
314
+ const id = uuid();
315
+ await getDataFromTree(/* @__PURE__ */ jsx(PrefetchContext.Provider, {
316
+ value: true,
317
+ children: /* @__PURE__ */ jsx(RuntimeProvider, {
318
+ client: this,
319
+ defaultRootElements: /* @__PURE__ */ new Map([[id, element]]),
320
+ children: /* @__PURE__ */ jsx(DocumentReference, {
321
+ documentReference: createDocumentReference(id)
322
+ })
323
+ })
324
+ }));
325
+ return this.apolloClient.cache.extract();
326
+ }
327
+ }
208
328
  const Context$2 = createContext(void 0);
209
329
  function useQuery(query, options) {
210
330
  const client = useContext(Context$2);
211
331
  return useQuery$1(query, __spreadValues({
212
- client
332
+ client: client == null ? void 0 : client.apolloClient
213
333
  }, options));
214
334
  }
215
335
  function useMutation(mutation, options) {
216
336
  const client = useContext(Context$2);
217
337
  return useMutation$1(mutation, __spreadValues({
218
- client
338
+ client: client == null ? void 0 : client.apolloClient
219
339
  }, options));
220
340
  }
221
- function ApolloProvider({
341
+ function MakeswiftProvider({
222
342
  client,
223
343
  children
224
344
  }) {
@@ -1073,7 +1193,7 @@ function Parallax(_g2) {
1073
1193
  children: children(getProps)
1074
1194
  }));
1075
1195
  }
1076
- const Container$c = styled.div`
1196
+ const Container$d = styled.div`
1077
1197
  position: absolute;
1078
1198
  top: 0;
1079
1199
  left: 0;
@@ -1127,7 +1247,7 @@ function BackgroundVideo({
1127
1247
  }, [aspectRatio, zoom]);
1128
1248
  if (!ReactPlayer.canPlay(url))
1129
1249
  return /* @__PURE__ */ jsx(Fragment, {});
1130
- return /* @__PURE__ */ jsxs(Container$c, {
1250
+ return /* @__PURE__ */ jsxs(Container$d, {
1131
1251
  ref: container,
1132
1252
  children: [container.current && /* @__PURE__ */ jsx(ReactPlayer, {
1133
1253
  url,
@@ -1206,10 +1326,10 @@ const AbsoluteFill = styled.div`
1206
1326
  right: 0;
1207
1327
  bottom: 0;
1208
1328
  `;
1209
- const Container$b = styled(AbsoluteFill)`
1329
+ const Container$c = styled(AbsoluteFill)`
1210
1330
  border-radius: inherit;
1211
1331
  `;
1212
- const BackgroundsContainer$1 = styled(Container$b)`
1332
+ const BackgroundsContainer$1 = styled(Container$c)`
1213
1333
  overflow: hidden;
1214
1334
  ${(p) => cssMediaRules([p.visibility], ([visibility]) => css`
1215
1335
  display: ${visibility === true ? "block" : "none"};
@@ -1233,7 +1353,7 @@ function Backgrounds({
1233
1353
  visibility,
1234
1354
  children: [...value].reverse().map((bg) => {
1235
1355
  if (bg.type === "color") {
1236
- return /* @__PURE__ */ jsx(Container$b, {
1356
+ return /* @__PURE__ */ jsx(Container$c, {
1237
1357
  style: {
1238
1358
  backgroundColor: getColor(bg.payload)
1239
1359
  }
@@ -1269,7 +1389,7 @@ function Backgrounds({
1269
1389
  }
1270
1390
  return /* @__PURE__ */ jsx(Parallax, {
1271
1391
  strength: parallax,
1272
- children: (getParallaxProps) => /* @__PURE__ */ jsx(Container$b, __spreadValues({}, getParallaxProps({
1392
+ children: (getParallaxProps) => /* @__PURE__ */ jsx(Container$c, __spreadValues({}, getParallaxProps({
1273
1393
  style: {
1274
1394
  backgroundImage: publicUrl != null ? `url('${publicUrl}')` : void 0,
1275
1395
  backgroundPosition,
@@ -1287,7 +1407,7 @@ function Backgrounds({
1287
1407
  isRadial
1288
1408
  } = bg.payload;
1289
1409
  const gradient = `${getStopsStyle(stops)}`;
1290
- return /* @__PURE__ */ jsx(Container$b, {
1410
+ return /* @__PURE__ */ jsx(Container$c, {
1291
1411
  style: {
1292
1412
  background: isRadial ? `radial-gradient(${gradient})` : `linear-gradient(${angle}rad, ${gradient})`
1293
1413
  }
@@ -1304,7 +1424,7 @@ function Backgrounds({
1304
1424
  } = bg.payload;
1305
1425
  return /* @__PURE__ */ jsx(Parallax, {
1306
1426
  strength: parallax,
1307
- children: (getParallaxProps) => /* @__PURE__ */ jsx(Container$b, __spreadProps(__spreadValues({}, getParallaxProps({})), {
1427
+ children: (getParallaxProps) => /* @__PURE__ */ jsx(Container$c, __spreadProps(__spreadValues({}, getParallaxProps({})), {
1308
1428
  children: /* @__PURE__ */ jsx(BackgroundVideo, {
1309
1429
  url,
1310
1430
  zoom,
@@ -1500,7 +1620,7 @@ const Box = forwardRef(function Box2({
1500
1620
  })
1501
1621
  }, key == null ? void 0 : key.container);
1502
1622
  });
1503
- function registerComponent$b(runtime) {
1623
+ function registerComponent$c(runtime) {
1504
1624
  return runtime.registerComponent(Box, {
1505
1625
  type: "./components/Box/index.js",
1506
1626
  label: "Box",
@@ -1998,7 +2118,7 @@ const Button$1 = forwardRef(function Button2(_m, ref) {
1998
2118
  children: children == null ? "Button Text" : children
1999
2119
  }));
2000
2120
  });
2001
- function registerComponent$a(runtime) {
2121
+ function registerComponent$b(runtime) {
2002
2122
  return runtime.registerComponent(Button$1, {
2003
2123
  type: "./components/Button/index.js",
2004
2124
  label: "Button",
@@ -2094,6 +2214,10 @@ const placeholders = {
2094
2214
  image: {
2095
2215
  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",
2096
2216
  dimensions: { width: 360, height: 240 }
2217
+ },
2218
+ video: {
2219
+ 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",
2220
+ dimensions: { width: 712, height: 400 }
2097
2221
  }
2098
2222
  };
2099
2223
  function loadImage(src) {
@@ -2153,6 +2277,7 @@ const ImageComponent = forwardRef(function Image2({
2153
2277
  const dataDimensions = (fileData == null ? void 0 : fileData.publicUrl) ? fileData == null ? void 0 : fileData.dimensions : placeholder2.dimensions;
2154
2278
  const [measuredDimensions, setMeasuredDimensions] = useState(null);
2155
2279
  const isInBuilder = useIsInBuilder();
2280
+ const isPrefetching = useIsPrefetching();
2156
2281
  useEffect(() => {
2157
2282
  if (dataDimensions)
2158
2283
  return;
@@ -2172,6 +2297,8 @@ const ImageComponent = forwardRef(function Image2({
2172
2297
  const dimensions = dataDimensions != null ? dataDimensions : measuredDimensions;
2173
2298
  if (!dimensions)
2174
2299
  return null;
2300
+ if (isPrefetching)
2301
+ return null;
2175
2302
  return /* @__PURE__ */ jsx(ImageContainer, {
2176
2303
  as: link ? Link : "div",
2177
2304
  link,
@@ -2199,7 +2326,7 @@ const ImageComponent = forwardRef(function Image2({
2199
2326
  })
2200
2327
  });
2201
2328
  });
2202
- function registerComponent$9(runtime) {
2329
+ function registerComponent$a(runtime) {
2203
2330
  return runtime.registerComponent(ImageComponent, {
2204
2331
  type: "./components/Image/index.js",
2205
2332
  label: "Image",
@@ -2248,7 +2375,7 @@ const RightChevron = () => /* @__PURE__ */ jsx("svg", {
2248
2375
  strokeWidth: "2"
2249
2376
  })
2250
2377
  });
2251
- const Container$a = styled.div`
2378
+ const Container$b = styled.div`
2252
2379
  position: relative;
2253
2380
  height: 100%;
2254
2381
  `;
@@ -2548,7 +2675,7 @@ const Carousel = forwardRef(function Carousel2({
2548
2675
  break;
2549
2676
  }
2550
2677
  },
2551
- children: [/* @__PURE__ */ jsxs(Container$a, {
2678
+ children: [/* @__PURE__ */ jsxs(Container$b, {
2552
2679
  children: [/* @__PURE__ */ jsx(ClipMask, {
2553
2680
  children: /* @__PURE__ */ jsx(Page, __spreadProps(__spreadValues({}, bindPage()), {
2554
2681
  animate: animation,
@@ -2624,7 +2751,7 @@ const Carousel = forwardRef(function Carousel2({
2624
2751
  })]
2625
2752
  });
2626
2753
  });
2627
- function registerComponent$8(runtime) {
2754
+ function registerComponent$9(runtime) {
2628
2755
  return runtime.registerComponent(Carousel, {
2629
2756
  type: "./components/Carousel/index.js",
2630
2757
  label: "Carousel",
@@ -2751,7 +2878,7 @@ const Segment = styled.div`
2751
2878
  flex: 1;
2752
2879
  text-align: center;
2753
2880
  `;
2754
- const Container$9 = styled.div`
2881
+ const Container$a = styled.div`
2755
2882
  display: flex;
2756
2883
  ${cssWidth("560px")}
2757
2884
  ${cssMargin()}
@@ -2991,7 +3118,7 @@ const Countdown = forwardRef(function Countdown2({
2991
3118
  }, 1e3);
2992
3119
  return () => clearInterval(intervalId);
2993
3120
  }, [date]);
2994
- return /* @__PURE__ */ jsxs(Container$9, {
3121
+ return /* @__PURE__ */ jsxs(Container$a, {
2995
3122
  ref,
2996
3123
  id,
2997
3124
  width,
@@ -3040,7 +3167,7 @@ const Countdown = forwardRef(function Countdown2({
3040
3167
  })]
3041
3168
  });
3042
3169
  });
3043
- function registerComponent$7(runtime) {
3170
+ function registerComponent$8(runtime) {
3044
3171
  return runtime.registerComponent(Countdown, {
3045
3172
  type: "./components/Countdown/index.js",
3046
3173
  label: "Countdown",
@@ -3176,7 +3303,7 @@ const IE11MinHeightContainer = styled.div`
3176
3303
  ${cssWidth()}
3177
3304
  ${cssMargin()}
3178
3305
  `;
3179
- const Container$8 = styled.div`
3306
+ const Container$9 = styled.div`
3180
3307
  display: flex;
3181
3308
  flex-direction: column;
3182
3309
  justify-content: center;
@@ -3235,7 +3362,7 @@ const Divider = forwardRef(function Divider2({
3235
3362
  id,
3236
3363
  width,
3237
3364
  margin,
3238
- children: /* @__PURE__ */ jsx(Container$8, {
3365
+ children: /* @__PURE__ */ jsx(Container$9, {
3239
3366
  children: /* @__PURE__ */ jsx(Line, {
3240
3367
  variant,
3241
3368
  thickness,
@@ -3244,7 +3371,7 @@ const Divider = forwardRef(function Divider2({
3244
3371
  })
3245
3372
  });
3246
3373
  });
3247
- function registerComponent$6(runtime) {
3374
+ function registerComponent$7(runtime) {
3248
3375
  return runtime.registerComponent(Divider, {
3249
3376
  type: "./components/Divider/index.js",
3250
3377
  label: "Divider",
@@ -3294,7 +3421,7 @@ function registerComponent$6(runtime) {
3294
3421
  }
3295
3422
  });
3296
3423
  }
3297
- const Container$7 = styled.div`
3424
+ const Container$8 = styled.div`
3298
3425
  min-height: 15px;
3299
3426
  ${cssWidth()}
3300
3427
  ${cssMargin()}
@@ -3374,7 +3501,7 @@ const Embed = forwardRef(function Embed2({
3374
3501
  }, [container, html]);
3375
3502
  if (shouldRender === false)
3376
3503
  return null;
3377
- return /* @__PURE__ */ jsx(Container$7, {
3504
+ return /* @__PURE__ */ jsx(Container$8, {
3378
3505
  ref: setContainer,
3379
3506
  id,
3380
3507
  margin,
@@ -3384,7 +3511,7 @@ const Embed = forwardRef(function Embed2({
3384
3511
  }
3385
3512
  });
3386
3513
  });
3387
- function registerComponent$5(runtime) {
3514
+ function registerComponent$6(runtime) {
3388
3515
  return runtime.registerComponent(Embed, {
3389
3516
  type: "./components/Embed/index.js",
3390
3517
  label: "Embed",
@@ -3400,9 +3527,9 @@ function registerComponent$5(runtime) {
3400
3527
  }
3401
3528
  });
3402
3529
  }
3403
- var _path$s;
3404
- function _extends$t() {
3405
- _extends$t = Object.assign || function(target) {
3530
+ var _path$t;
3531
+ function _extends$u() {
3532
+ _extends$u = Object.assign || function(target) {
3406
3533
  for (var i = 1; i < arguments.length; i++) {
3407
3534
  var source = arguments[i];
3408
3535
  for (var key in source) {
@@ -3413,14 +3540,14 @@ function _extends$t() {
3413
3540
  }
3414
3541
  return target;
3415
3542
  };
3416
- return _extends$t.apply(this, arguments);
3543
+ return _extends$u.apply(this, arguments);
3417
3544
  }
3418
3545
  var SvgCheck12 = function SvgCheck122(props) {
3419
- return /* @__PURE__ */ React.createElement("svg", _extends$t({
3546
+ return /* @__PURE__ */ React.createElement("svg", _extends$u({
3420
3547
  width: 12,
3421
3548
  height: 12,
3422
3549
  xmlns: "http://www.w3.org/2000/svg"
3423
- }, props), _path$s || (_path$s = /* @__PURE__ */ React.createElement("path", {
3550
+ }, props), _path$t || (_path$t = /* @__PURE__ */ React.createElement("path", {
3424
3551
  fillRule: "evenodd",
3425
3552
  clipRule: "evenodd",
3426
3553
  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"
@@ -3606,7 +3733,7 @@ var Input$2 = forwardRef(function Input(_o, ref) {
3606
3733
  brandColor
3607
3734
  }));
3608
3735
  });
3609
- const Container$6 = styled.div`
3736
+ const Container$7 = styled.div`
3610
3737
  display: flex;
3611
3738
  flex-direction: column;
3612
3739
  ${cssWidth()};
@@ -3641,7 +3768,7 @@ var Placeholder$1 = forwardRef(function Placeholder2({
3641
3768
  width,
3642
3769
  margin
3643
3770
  }, ref) {
3644
- return /* @__PURE__ */ jsxs(Container$6, {
3771
+ return /* @__PURE__ */ jsxs(Container$7, {
3645
3772
  ref,
3646
3773
  width,
3647
3774
  margin,
@@ -3808,7 +3935,7 @@ function getCheckmarkColor$1({
3808
3935
  l
3809
3936
  }).alpha(a).isLight() ? "rgba(0, 0, 0, 0.7)" : "rgba(255, 255, 255, 0.95)";
3810
3937
  }
3811
- const Container$5 = styled.div`
3938
+ const Container$6 = styled.div`
3812
3939
  position: relative;
3813
3940
  ${(props) => cssMediaRules([props.size], ([size = Sizes.MEDIUM]) => css`
3814
3941
  height: ${getSizeHeight(size)}px;
@@ -3928,7 +4055,7 @@ var Checkbox = forwardRef(function Checkbox2(_w, ref) {
3928
4055
  contrast,
3929
4056
  brandColor
3930
4057
  } = useFormContext();
3931
- return /* @__PURE__ */ jsxs(Container$5, {
4058
+ return /* @__PURE__ */ jsxs(Container$6, {
3932
4059
  size,
3933
4060
  children: [/* @__PURE__ */ jsx(HiddenCheckbox, __spreadProps(__spreadValues({}, restOfProps), {
3934
4061
  type: "checkbox",
@@ -4071,7 +4198,7 @@ function getCheckmarkColor({
4071
4198
  l
4072
4199
  }).alpha(a).isLight() ? "rgba(0, 0, 0, 0.7)" : "rgba(255, 255, 255, 0.95)";
4073
4200
  }
4074
- const Container$4 = styled.div`
4201
+ const Container$5 = styled.div`
4075
4202
  position: relative;
4076
4203
  ${(props) => cssMediaRules([props.size], ([size = Sizes.MEDIUM]) => css`
4077
4204
  height: ${getSizeHeight(size)}px;
@@ -4184,7 +4311,7 @@ var RadioButton = forwardRef(function RadioButton2(_C, ref) {
4184
4311
  contrast,
4185
4312
  brandColor
4186
4313
  } = useFormContext();
4187
- return /* @__PURE__ */ jsxs(Container$4, {
4314
+ return /* @__PURE__ */ jsxs(Container$5, {
4188
4315
  size,
4189
4316
  children: [/* @__PURE__ */ jsx(HiddenRadioButton, __spreadProps(__spreadValues({}, restOfProps), {
4190
4317
  ref,
@@ -4256,7 +4383,7 @@ var TableColumnRadioButtonGroup = forwardRef(function TableColumnRadioButtonGrou
4256
4383
  }, option.id))]
4257
4384
  });
4258
4385
  });
4259
- const Container$3 = styled.div`
4386
+ const Container$4 = styled.div`
4260
4387
  ${cssField()}
4261
4388
  display: flex;
4262
4389
  align-items: center;
@@ -4321,7 +4448,7 @@ var TableColumnSingleSelect = forwardRef(function TableColumnSingleSelect2(_G, r
4321
4448
  children: [!hideLabel && /* @__PURE__ */ jsx(Label$1, {
4322
4449
  htmlFor: id,
4323
4450
  children: label
4324
- }), /* @__PURE__ */ jsxs(Container$3, {
4451
+ }), /* @__PURE__ */ jsxs(Container$4, {
4325
4452
  error,
4326
4453
  shape,
4327
4454
  size,
@@ -4603,8 +4730,8 @@ function Field({
4603
4730
  });
4604
4731
  }
4605
4732
  var _g;
4606
- function _extends$s() {
4607
- _extends$s = Object.assign || function(target) {
4733
+ function _extends$t() {
4734
+ _extends$t = Object.assign || function(target) {
4608
4735
  for (var i = 1; i < arguments.length; i++) {
4609
4736
  var source = arguments[i];
4610
4737
  for (var key in source) {
@@ -4615,10 +4742,10 @@ function _extends$s() {
4615
4742
  }
4616
4743
  return target;
4617
4744
  };
4618
- return _extends$s.apply(this, arguments);
4745
+ return _extends$t.apply(this, arguments);
4619
4746
  }
4620
4747
  var SvgSpinner20 = function SvgSpinner202(props) {
4621
- return /* @__PURE__ */ React.createElement("svg", _extends$s({
4748
+ return /* @__PURE__ */ React.createElement("svg", _extends$t({
4622
4749
  xmlns: "http://www.w3.org/2000/svg",
4623
4750
  width: 20,
4624
4751
  height: 20
@@ -5014,7 +5141,7 @@ const Form = forwardRef(function Form2({
5014
5141
  })
5015
5142
  });
5016
5143
  });
5017
- function registerComponent$4(runtime) {
5144
+ function registerComponent$5(runtime) {
5018
5145
  return runtime.registerComponent(Form, {
5019
5146
  type: "./components/Form/index.js",
5020
5147
  label: "Form",
@@ -5178,9 +5305,9 @@ function registerComponent$4(runtime) {
5178
5305
  }
5179
5306
  });
5180
5307
  }
5181
- var _path$r;
5182
- function _extends$r() {
5183
- _extends$r = Object.assign || function(target) {
5308
+ var _path$s;
5309
+ function _extends$s() {
5310
+ _extends$s = Object.assign || function(target) {
5184
5311
  for (var i = 1; i < arguments.length; i++) {
5185
5312
  var source = arguments[i];
5186
5313
  for (var key in source) {
@@ -5191,14 +5318,14 @@ function _extends$r() {
5191
5318
  }
5192
5319
  return target;
5193
5320
  };
5194
- return _extends$r.apply(this, arguments);
5321
+ return _extends$s.apply(this, arguments);
5195
5322
  }
5196
5323
  var SvgMobileMenu28 = function SvgMobileMenu282(props) {
5197
- return /* @__PURE__ */ React.createElement("svg", _extends$r({
5324
+ return /* @__PURE__ */ React.createElement("svg", _extends$s({
5198
5325
  xmlns: "http://www.w3.org/2000/svg",
5199
5326
  width: 28,
5200
5327
  height: 28
5201
- }, props), _path$r || (_path$r = /* @__PURE__ */ React.createElement("path", {
5328
+ }, props), _path$s || (_path$s = /* @__PURE__ */ React.createElement("path", {
5202
5329
  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"
5203
5330
  })));
5204
5331
  };
@@ -5240,9 +5367,9 @@ function LinksPlaceholder({
5240
5367
  }, i))
5241
5368
  });
5242
5369
  }
5243
- var _path$q;
5244
- function _extends$q() {
5245
- _extends$q = Object.assign || function(target) {
5370
+ var _path$r;
5371
+ function _extends$r() {
5372
+ _extends$r = Object.assign || function(target) {
5246
5373
  for (var i = 1; i < arguments.length; i++) {
5247
5374
  var source = arguments[i];
5248
5375
  for (var key in source) {
@@ -5253,20 +5380,20 @@ function _extends$q() {
5253
5380
  }
5254
5381
  return target;
5255
5382
  };
5256
- return _extends$q.apply(this, arguments);
5383
+ return _extends$r.apply(this, arguments);
5257
5384
  }
5258
5385
  var SvgCaretDown8 = function SvgCaretDown82(props) {
5259
- return /* @__PURE__ */ React.createElement("svg", _extends$q({
5386
+ return /* @__PURE__ */ React.createElement("svg", _extends$r({
5260
5387
  width: 8,
5261
5388
  height: 8,
5262
5389
  xmlns: "http://www.w3.org/2000/svg"
5263
- }, props), _path$q || (_path$q = /* @__PURE__ */ React.createElement("path", {
5390
+ }, props), _path$r || (_path$r = /* @__PURE__ */ React.createElement("path", {
5264
5391
  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"
5265
5392
  })));
5266
5393
  };
5267
- var _path$p;
5268
- function _extends$p() {
5269
- _extends$p = Object.assign || function(target) {
5394
+ var _path$q;
5395
+ function _extends$q() {
5396
+ _extends$q = Object.assign || function(target) {
5270
5397
  for (var i = 1; i < arguments.length; i++) {
5271
5398
  var source = arguments[i];
5272
5399
  for (var key in source) {
@@ -5277,20 +5404,20 @@ function _extends$p() {
5277
5404
  }
5278
5405
  return target;
5279
5406
  };
5280
- return _extends$p.apply(this, arguments);
5407
+ return _extends$q.apply(this, arguments);
5281
5408
  }
5282
5409
  var SvgPlus8 = function SvgPlus82(props) {
5283
- return /* @__PURE__ */ React.createElement("svg", _extends$p({
5410
+ return /* @__PURE__ */ React.createElement("svg", _extends$q({
5284
5411
  width: 8,
5285
5412
  height: 8,
5286
5413
  xmlns: "http://www.w3.org/2000/svg"
5287
- }, props), _path$p || (_path$p = /* @__PURE__ */ React.createElement("path", {
5414
+ }, props), _path$q || (_path$q = /* @__PURE__ */ React.createElement("path", {
5288
5415
  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"
5289
5416
  })));
5290
5417
  };
5291
- var _path$o;
5292
- function _extends$o() {
5293
- _extends$o = Object.assign || function(target) {
5418
+ var _path$p;
5419
+ function _extends$p() {
5420
+ _extends$p = Object.assign || function(target) {
5294
5421
  for (var i = 1; i < arguments.length; i++) {
5295
5422
  var source = arguments[i];
5296
5423
  for (var key in source) {
@@ -5301,20 +5428,20 @@ function _extends$o() {
5301
5428
  }
5302
5429
  return target;
5303
5430
  };
5304
- return _extends$o.apply(this, arguments);
5431
+ return _extends$p.apply(this, arguments);
5305
5432
  }
5306
5433
  var SvgArrowDown8 = function SvgArrowDown82(props) {
5307
- return /* @__PURE__ */ React.createElement("svg", _extends$o({
5434
+ return /* @__PURE__ */ React.createElement("svg", _extends$p({
5308
5435
  width: 8,
5309
5436
  height: 8,
5310
5437
  xmlns: "http://www.w3.org/2000/svg"
5311
- }, props), _path$o || (_path$o = /* @__PURE__ */ React.createElement("path", {
5438
+ }, props), _path$p || (_path$p = /* @__PURE__ */ React.createElement("path", {
5312
5439
  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"
5313
5440
  })));
5314
5441
  };
5315
- var _path$n;
5316
- function _extends$n() {
5317
- _extends$n = Object.assign || function(target) {
5442
+ var _path$o;
5443
+ function _extends$o() {
5444
+ _extends$o = Object.assign || function(target) {
5318
5445
  for (var i = 1; i < arguments.length; i++) {
5319
5446
  var source = arguments[i];
5320
5447
  for (var key in source) {
@@ -5325,14 +5452,14 @@ function _extends$n() {
5325
5452
  }
5326
5453
  return target;
5327
5454
  };
5328
- return _extends$n.apply(this, arguments);
5455
+ return _extends$o.apply(this, arguments);
5329
5456
  }
5330
5457
  var SvgChevronDown8 = function SvgChevronDown82(props) {
5331
- return /* @__PURE__ */ React.createElement("svg", _extends$n({
5458
+ return /* @__PURE__ */ React.createElement("svg", _extends$o({
5332
5459
  width: 8,
5333
5460
  height: 8,
5334
5461
  xmlns: "http://www.w3.org/2000/svg"
5335
- }, props), _path$n || (_path$n = /* @__PURE__ */ React.createElement("path", {
5462
+ }, props), _path$o || (_path$o = /* @__PURE__ */ React.createElement("path", {
5336
5463
  fillRule: "evenodd",
5337
5464
  clipRule: "evenodd",
5338
5465
  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"
@@ -5468,9 +5595,9 @@ function DropDownButton(_U) {
5468
5595
  })]
5469
5596
  });
5470
5597
  }
5471
- var _path$m;
5472
- function _extends$m() {
5473
- _extends$m = Object.assign || function(target) {
5598
+ var _path$n;
5599
+ function _extends$n() {
5600
+ _extends$n = Object.assign || function(target) {
5474
5601
  for (var i = 1; i < arguments.length; i++) {
5475
5602
  var source = arguments[i];
5476
5603
  for (var key in source) {
@@ -5481,14 +5608,14 @@ function _extends$m() {
5481
5608
  }
5482
5609
  return target;
5483
5610
  };
5484
- return _extends$m.apply(this, arguments);
5611
+ return _extends$n.apply(this, arguments);
5485
5612
  }
5486
5613
  var SvgTimes16 = function SvgTimes162(props) {
5487
- return /* @__PURE__ */ React.createElement("svg", _extends$m({
5614
+ return /* @__PURE__ */ React.createElement("svg", _extends$n({
5488
5615
  width: 16,
5489
5616
  height: 16,
5490
5617
  xmlns: "http://www.w3.org/2000/svg"
5491
- }, props), _path$m || (_path$m = /* @__PURE__ */ React.createElement("path", {
5618
+ }, props), _path$n || (_path$n = /* @__PURE__ */ React.createElement("path", {
5492
5619
  fillRule: "evenodd",
5493
5620
  clipRule: "evenodd",
5494
5621
  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"
@@ -5574,7 +5701,7 @@ function MobileDropDownButton(_Y) {
5574
5701
  const ButtonLink = styled(Button$1)`
5575
5702
  margin: 8px 0;
5576
5703
  `;
5577
- const Container$2 = styled.div`
5704
+ const Container$3 = styled.div`
5578
5705
  position: fixed;
5579
5706
  flex-direction: column;
5580
5707
  width: 100%;
@@ -5628,7 +5755,7 @@ function MobileMenu({
5628
5755
  onClose = () => {
5629
5756
  }
5630
5757
  }) {
5631
- return /* @__PURE__ */ jsxs(Container$2, {
5758
+ return /* @__PURE__ */ jsxs(Container$3, {
5632
5759
  animation,
5633
5760
  backgroundColor: useColor(backgroundColor),
5634
5761
  open,
@@ -5654,7 +5781,7 @@ function MobileMenu({
5654
5781
  })]
5655
5782
  });
5656
5783
  }
5657
- const Container$1 = styled.nav`
5784
+ const Container$2 = styled.nav`
5658
5785
  display: flex;
5659
5786
  align-items: center;
5660
5787
  ${cssWidth()}
@@ -5711,7 +5838,7 @@ const Navigation = forwardRef(function Navigation2({
5711
5838
  margin
5712
5839
  }, ref) {
5713
5840
  const [isOpen, setIsOpen] = useState(false);
5714
- return /* @__PURE__ */ jsxs(Container$1, {
5841
+ return /* @__PURE__ */ jsxs(Container$2, {
5715
5842
  ref,
5716
5843
  id,
5717
5844
  margin,
@@ -5759,7 +5886,7 @@ const Navigation = forwardRef(function Navigation2({
5759
5886
  })]
5760
5887
  });
5761
5888
  });
5762
- function registerComponent$3(runtime) {
5889
+ function registerComponent$4(runtime) {
5763
5890
  return runtime.registerComponent(Navigation, {
5764
5891
  type: "./components/Navigation/index.js",
5765
5892
  label: "Navigation",
@@ -5936,7 +6063,7 @@ const Root = forwardRef(function Page2({
5936
6063
  })]
5937
6064
  });
5938
6065
  });
5939
- function registerComponent$2(runtime) {
6066
+ function registerComponent$3(runtime) {
5940
6067
  return runtime.registerComponent(Root, {
5941
6068
  type: "./components/Root/index.js",
5942
6069
  label: "Page",
@@ -5949,6 +6076,30 @@ function registerComponent$2(runtime) {
5949
6076
  }
5950
6077
  });
5951
6078
  }
6079
+ var _path$m;
6080
+ function _extends$m() {
6081
+ _extends$m = Object.assign || function(target) {
6082
+ for (var i = 1; i < arguments.length; i++) {
6083
+ var source = arguments[i];
6084
+ for (var key in source) {
6085
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
6086
+ target[key] = source[key];
6087
+ }
6088
+ }
6089
+ }
6090
+ return target;
6091
+ };
6092
+ return _extends$m.apply(this, arguments);
6093
+ }
6094
+ var SvgLogoAngellist20 = function SvgLogoAngellist202(props) {
6095
+ return /* @__PURE__ */ React.createElement("svg", _extends$m({
6096
+ xmlns: "http://www.w3.org/2000/svg",
6097
+ width: 20,
6098
+ height: 20
6099
+ }, props), _path$m || (_path$m = /* @__PURE__ */ React.createElement("path", {
6100
+ 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"
6101
+ })));
6102
+ };
5952
6103
  var _path$l;
5953
6104
  function _extends$l() {
5954
6105
  _extends$l = Object.assign || function(target) {
@@ -5964,13 +6115,13 @@ function _extends$l() {
5964
6115
  };
5965
6116
  return _extends$l.apply(this, arguments);
5966
6117
  }
5967
- var SvgLogoAngellist20 = function SvgLogoAngellist202(props) {
6118
+ var SvgLogoCodepen20 = function SvgLogoCodepen202(props) {
5968
6119
  return /* @__PURE__ */ React.createElement("svg", _extends$l({
5969
6120
  xmlns: "http://www.w3.org/2000/svg",
5970
6121
  width: 20,
5971
6122
  height: 20
5972
6123
  }, props), _path$l || (_path$l = /* @__PURE__ */ React.createElement("path", {
5973
- 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"
6124
+ 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"
5974
6125
  })));
5975
6126
  };
5976
6127
  var _path$k;
@@ -5988,13 +6139,13 @@ function _extends$k() {
5988
6139
  };
5989
6140
  return _extends$k.apply(this, arguments);
5990
6141
  }
5991
- var SvgLogoCodepen20 = function SvgLogoCodepen202(props) {
6142
+ var SvgLogoDribbble20 = function SvgLogoDribbble202(props) {
5992
6143
  return /* @__PURE__ */ React.createElement("svg", _extends$k({
5993
6144
  xmlns: "http://www.w3.org/2000/svg",
5994
6145
  width: 20,
5995
6146
  height: 20
5996
6147
  }, props), _path$k || (_path$k = /* @__PURE__ */ React.createElement("path", {
5997
- 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"
6148
+ 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"
5998
6149
  })));
5999
6150
  };
6000
6151
  var _path$j;
@@ -6012,13 +6163,13 @@ function _extends$j() {
6012
6163
  };
6013
6164
  return _extends$j.apply(this, arguments);
6014
6165
  }
6015
- var SvgLogoDribbble20 = function SvgLogoDribbble202(props) {
6166
+ var SvgLogoFacebook20 = function SvgLogoFacebook202(props) {
6016
6167
  return /* @__PURE__ */ React.createElement("svg", _extends$j({
6017
6168
  xmlns: "http://www.w3.org/2000/svg",
6018
6169
  width: 20,
6019
6170
  height: 20
6020
6171
  }, props), _path$j || (_path$j = /* @__PURE__ */ React.createElement("path", {
6021
- 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"
6172
+ 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"
6022
6173
  })));
6023
6174
  };
6024
6175
  var _path$i;
@@ -6036,13 +6187,13 @@ function _extends$i() {
6036
6187
  };
6037
6188
  return _extends$i.apply(this, arguments);
6038
6189
  }
6039
- var SvgLogoFacebook20 = function SvgLogoFacebook202(props) {
6190
+ var SvgLogoGithub20 = function SvgLogoGithub202(props) {
6040
6191
  return /* @__PURE__ */ React.createElement("svg", _extends$i({
6041
6192
  xmlns: "http://www.w3.org/2000/svg",
6042
6193
  width: 20,
6043
6194
  height: 20
6044
6195
  }, props), _path$i || (_path$i = /* @__PURE__ */ React.createElement("path", {
6045
- 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"
6196
+ 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"
6046
6197
  })));
6047
6198
  };
6048
6199
  var _path$h;
@@ -6060,13 +6211,13 @@ function _extends$h() {
6060
6211
  };
6061
6212
  return _extends$h.apply(this, arguments);
6062
6213
  }
6063
- var SvgLogoGithub20 = function SvgLogoGithub202(props) {
6214
+ var SvgLogoInstagram20 = function SvgLogoInstagram202(props) {
6064
6215
  return /* @__PURE__ */ React.createElement("svg", _extends$h({
6065
6216
  xmlns: "http://www.w3.org/2000/svg",
6066
6217
  width: 20,
6067
6218
  height: 20
6068
6219
  }, props), _path$h || (_path$h = /* @__PURE__ */ React.createElement("path", {
6069
- 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"
6220
+ 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"
6070
6221
  })));
6071
6222
  };
6072
6223
  var _path$g;
@@ -6084,13 +6235,13 @@ function _extends$g() {
6084
6235
  };
6085
6236
  return _extends$g.apply(this, arguments);
6086
6237
  }
6087
- var SvgLogoInstagram20 = function SvgLogoInstagram202(props) {
6238
+ var SvgLogoLinkedin20 = function SvgLogoLinkedin202(props) {
6088
6239
  return /* @__PURE__ */ React.createElement("svg", _extends$g({
6089
6240
  xmlns: "http://www.w3.org/2000/svg",
6090
6241
  width: 20,
6091
6242
  height: 20
6092
6243
  }, props), _path$g || (_path$g = /* @__PURE__ */ React.createElement("path", {
6093
- 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"
6244
+ 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"
6094
6245
  })));
6095
6246
  };
6096
6247
  var _path$f;
@@ -6108,13 +6259,13 @@ function _extends$f() {
6108
6259
  };
6109
6260
  return _extends$f.apply(this, arguments);
6110
6261
  }
6111
- var SvgLogoLinkedin20 = function SvgLogoLinkedin202(props) {
6262
+ var SvgLogoMedium20 = function SvgLogoMedium202(props) {
6112
6263
  return /* @__PURE__ */ React.createElement("svg", _extends$f({
6113
6264
  xmlns: "http://www.w3.org/2000/svg",
6114
6265
  width: 20,
6115
6266
  height: 20
6116
6267
  }, props), _path$f || (_path$f = /* @__PURE__ */ React.createElement("path", {
6117
- 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"
6268
+ 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"
6118
6269
  })));
6119
6270
  };
6120
6271
  var _path$e;
@@ -6132,13 +6283,13 @@ function _extends$e() {
6132
6283
  };
6133
6284
  return _extends$e.apply(this, arguments);
6134
6285
  }
6135
- var SvgLogoMedium20 = function SvgLogoMedium202(props) {
6286
+ var SvgLogoPinterest20 = function SvgLogoPinterest202(props) {
6136
6287
  return /* @__PURE__ */ React.createElement("svg", _extends$e({
6137
6288
  xmlns: "http://www.w3.org/2000/svg",
6138
6289
  width: 20,
6139
6290
  height: 20
6140
6291
  }, props), _path$e || (_path$e = /* @__PURE__ */ React.createElement("path", {
6141
- 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"
6292
+ 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"
6142
6293
  })));
6143
6294
  };
6144
6295
  var _path$d;
@@ -6156,13 +6307,13 @@ function _extends$d() {
6156
6307
  };
6157
6308
  return _extends$d.apply(this, arguments);
6158
6309
  }
6159
- var SvgLogoPinterest20 = function SvgLogoPinterest202(props) {
6310
+ var SvgLogoReddit20 = function SvgLogoReddit202(props) {
6160
6311
  return /* @__PURE__ */ React.createElement("svg", _extends$d({
6161
6312
  xmlns: "http://www.w3.org/2000/svg",
6162
6313
  width: 20,
6163
6314
  height: 20
6164
6315
  }, props), _path$d || (_path$d = /* @__PURE__ */ React.createElement("path", {
6165
- 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"
6316
+ 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"
6166
6317
  })));
6167
6318
  };
6168
6319
  var _path$c;
@@ -6180,13 +6331,13 @@ function _extends$c() {
6180
6331
  };
6181
6332
  return _extends$c.apply(this, arguments);
6182
6333
  }
6183
- var SvgLogoReddit20 = function SvgLogoReddit202(props) {
6334
+ var SvgLogoRss20 = function SvgLogoRss202(props) {
6184
6335
  return /* @__PURE__ */ React.createElement("svg", _extends$c({
6185
6336
  xmlns: "http://www.w3.org/2000/svg",
6186
6337
  width: 20,
6187
6338
  height: 20
6188
6339
  }, props), _path$c || (_path$c = /* @__PURE__ */ React.createElement("path", {
6189
- 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"
6340
+ 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"
6190
6341
  })));
6191
6342
  };
6192
6343
  var _path$b;
@@ -6204,13 +6355,13 @@ function _extends$b() {
6204
6355
  };
6205
6356
  return _extends$b.apply(this, arguments);
6206
6357
  }
6207
- var SvgLogoRss20 = function SvgLogoRss202(props) {
6358
+ var SvgLogoSnapchat20 = function SvgLogoSnapchat202(props) {
6208
6359
  return /* @__PURE__ */ React.createElement("svg", _extends$b({
6209
6360
  xmlns: "http://www.w3.org/2000/svg",
6210
6361
  width: 20,
6211
6362
  height: 20
6212
6363
  }, props), _path$b || (_path$b = /* @__PURE__ */ React.createElement("path", {
6213
- 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"
6364
+ 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"
6214
6365
  })));
6215
6366
  };
6216
6367
  var _path$a;
@@ -6228,13 +6379,13 @@ function _extends$a() {
6228
6379
  };
6229
6380
  return _extends$a.apply(this, arguments);
6230
6381
  }
6231
- var SvgLogoSnapchat20 = function SvgLogoSnapchat202(props) {
6382
+ var SvgLogoSoundcloud20 = function SvgLogoSoundcloud202(props) {
6232
6383
  return /* @__PURE__ */ React.createElement("svg", _extends$a({
6233
6384
  xmlns: "http://www.w3.org/2000/svg",
6234
6385
  width: 20,
6235
6386
  height: 20
6236
6387
  }, props), _path$a || (_path$a = /* @__PURE__ */ React.createElement("path", {
6237
- 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"
6388
+ 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"
6238
6389
  })));
6239
6390
  };
6240
6391
  var _path$9;
@@ -6252,13 +6403,13 @@ function _extends$9() {
6252
6403
  };
6253
6404
  return _extends$9.apply(this, arguments);
6254
6405
  }
6255
- var SvgLogoSoundcloud20 = function SvgLogoSoundcloud202(props) {
6406
+ var SvgLogoSpotify20 = function SvgLogoSpotify202(props) {
6256
6407
  return /* @__PURE__ */ React.createElement("svg", _extends$9({
6257
6408
  xmlns: "http://www.w3.org/2000/svg",
6258
6409
  width: 20,
6259
6410
  height: 20
6260
6411
  }, props), _path$9 || (_path$9 = /* @__PURE__ */ React.createElement("path", {
6261
- 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"
6412
+ 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"
6262
6413
  })));
6263
6414
  };
6264
6415
  var _path$8;
@@ -6276,13 +6427,13 @@ function _extends$8() {
6276
6427
  };
6277
6428
  return _extends$8.apply(this, arguments);
6278
6429
  }
6279
- var SvgLogoSpotify20 = function SvgLogoSpotify202(props) {
6430
+ var SvgLogoTelegram20 = function SvgLogoTelegram202(props) {
6280
6431
  return /* @__PURE__ */ React.createElement("svg", _extends$8({
6281
6432
  xmlns: "http://www.w3.org/2000/svg",
6282
6433
  width: 20,
6283
6434
  height: 20
6284
6435
  }, props), _path$8 || (_path$8 = /* @__PURE__ */ React.createElement("path", {
6285
- 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"
6436
+ 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"
6286
6437
  })));
6287
6438
  };
6288
6439
  var _path$7;
@@ -6300,13 +6451,13 @@ function _extends$7() {
6300
6451
  };
6301
6452
  return _extends$7.apply(this, arguments);
6302
6453
  }
6303
- var SvgLogoTelegram20 = function SvgLogoTelegram202(props) {
6454
+ var SvgLogoTumblr20 = function SvgLogoTumblr202(props) {
6304
6455
  return /* @__PURE__ */ React.createElement("svg", _extends$7({
6305
6456
  xmlns: "http://www.w3.org/2000/svg",
6306
6457
  width: 20,
6307
6458
  height: 20
6308
6459
  }, props), _path$7 || (_path$7 = /* @__PURE__ */ React.createElement("path", {
6309
- 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"
6460
+ 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"
6310
6461
  })));
6311
6462
  };
6312
6463
  var _path$6;
@@ -6324,13 +6475,13 @@ function _extends$6() {
6324
6475
  };
6325
6476
  return _extends$6.apply(this, arguments);
6326
6477
  }
6327
- var SvgLogoTumblr20 = function SvgLogoTumblr202(props) {
6478
+ var SvgLogoTwitch20 = function SvgLogoTwitch202(props) {
6328
6479
  return /* @__PURE__ */ React.createElement("svg", _extends$6({
6329
6480
  xmlns: "http://www.w3.org/2000/svg",
6330
6481
  width: 20,
6331
6482
  height: 20
6332
6483
  }, props), _path$6 || (_path$6 = /* @__PURE__ */ React.createElement("path", {
6333
- 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"
6484
+ 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"
6334
6485
  })));
6335
6486
  };
6336
6487
  var _path$5;
@@ -6348,13 +6499,13 @@ function _extends$5() {
6348
6499
  };
6349
6500
  return _extends$5.apply(this, arguments);
6350
6501
  }
6351
- var SvgLogoTwitch20 = function SvgLogoTwitch202(props) {
6502
+ var SvgLogoTwitter20 = function SvgLogoTwitter202(props) {
6352
6503
  return /* @__PURE__ */ React.createElement("svg", _extends$5({
6353
6504
  xmlns: "http://www.w3.org/2000/svg",
6354
6505
  width: 20,
6355
6506
  height: 20
6356
6507
  }, props), _path$5 || (_path$5 = /* @__PURE__ */ React.createElement("path", {
6357
- 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"
6508
+ 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"
6358
6509
  })));
6359
6510
  };
6360
6511
  var _path$4;
@@ -6372,13 +6523,13 @@ function _extends$4() {
6372
6523
  };
6373
6524
  return _extends$4.apply(this, arguments);
6374
6525
  }
6375
- var SvgLogoTwitter20 = function SvgLogoTwitter202(props) {
6526
+ var SvgLogoWhatsapp20 = function SvgLogoWhatsapp202(props) {
6376
6527
  return /* @__PURE__ */ React.createElement("svg", _extends$4({
6377
6528
  xmlns: "http://www.w3.org/2000/svg",
6378
6529
  width: 20,
6379
6530
  height: 20
6380
6531
  }, props), _path$4 || (_path$4 = /* @__PURE__ */ React.createElement("path", {
6381
- 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"
6532
+ 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"
6382
6533
  })));
6383
6534
  };
6384
6535
  var _path$3;
@@ -6396,13 +6547,13 @@ function _extends$3() {
6396
6547
  };
6397
6548
  return _extends$3.apply(this, arguments);
6398
6549
  }
6399
- var SvgLogoWhatsapp20 = function SvgLogoWhatsapp202(props) {
6550
+ var SvgLogoVimeo20 = function SvgLogoVimeo202(props) {
6400
6551
  return /* @__PURE__ */ React.createElement("svg", _extends$3({
6401
6552
  xmlns: "http://www.w3.org/2000/svg",
6402
6553
  width: 20,
6403
6554
  height: 20
6404
6555
  }, props), _path$3 || (_path$3 = /* @__PURE__ */ React.createElement("path", {
6405
- 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"
6556
+ 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"
6406
6557
  })));
6407
6558
  };
6408
6559
  var _path$2;
@@ -6420,13 +6571,13 @@ function _extends$2() {
6420
6571
  };
6421
6572
  return _extends$2.apply(this, arguments);
6422
6573
  }
6423
- var SvgLogoVimeo20 = function SvgLogoVimeo202(props) {
6574
+ var SvgLogoYelp20 = function SvgLogoYelp202(props) {
6424
6575
  return /* @__PURE__ */ React.createElement("svg", _extends$2({
6425
6576
  xmlns: "http://www.w3.org/2000/svg",
6426
6577
  width: 20,
6427
6578
  height: 20
6428
6579
  }, props), _path$2 || (_path$2 = /* @__PURE__ */ React.createElement("path", {
6429
- 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"
6580
+ 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"
6430
6581
  })));
6431
6582
  };
6432
6583
  var _path$1;
@@ -6444,36 +6595,12 @@ function _extends$1() {
6444
6595
  };
6445
6596
  return _extends$1.apply(this, arguments);
6446
6597
  }
6447
- var SvgLogoYelp20 = function SvgLogoYelp202(props) {
6598
+ var SvgLogoYoutube20 = function SvgLogoYoutube202(props) {
6448
6599
  return /* @__PURE__ */ React.createElement("svg", _extends$1({
6449
6600
  xmlns: "http://www.w3.org/2000/svg",
6450
6601
  width: 20,
6451
6602
  height: 20
6452
6603
  }, props), _path$1 || (_path$1 = /* @__PURE__ */ React.createElement("path", {
6453
- 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"
6454
- })));
6455
- };
6456
- var _path;
6457
- function _extends() {
6458
- _extends = Object.assign || function(target) {
6459
- for (var i = 1; i < arguments.length; i++) {
6460
- var source = arguments[i];
6461
- for (var key in source) {
6462
- if (Object.prototype.hasOwnProperty.call(source, key)) {
6463
- target[key] = source[key];
6464
- }
6465
- }
6466
- }
6467
- return target;
6468
- };
6469
- return _extends.apply(this, arguments);
6470
- }
6471
- var SvgLogoYoutube20 = function SvgLogoYoutube202(props) {
6472
- return /* @__PURE__ */ React.createElement("svg", _extends({
6473
- xmlns: "http://www.w3.org/2000/svg",
6474
- width: 20,
6475
- height: 20
6476
- }, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
6477
6604
  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"
6478
6605
  })));
6479
6606
  };
@@ -6613,7 +6740,7 @@ function SocialLinksPlaceholder({
6613
6740
  }, link.id))
6614
6741
  });
6615
6742
  }
6616
- const Container = styled.div`
6743
+ const Container$1 = styled.div`
6617
6744
  display: flex;
6618
6745
  flex-direction: row;
6619
6746
  flex-wrap: wrap;
@@ -6697,7 +6824,7 @@ const SocialLinks = forwardRef(function SocialLinks2({
6697
6824
  }, ref) {
6698
6825
  const fillData = useColor(fill);
6699
6826
  const backgroundColorData = useColor(backgroundColor);
6700
- return /* @__PURE__ */ jsx(Container, {
6827
+ return /* @__PURE__ */ jsx(Container$1, {
6701
6828
  ref,
6702
6829
  id,
6703
6830
  alignment,
@@ -6733,7 +6860,7 @@ const SocialLinks = forwardRef(function SocialLinks2({
6733
6860
  })
6734
6861
  });
6735
6862
  });
6736
- function registerComponent$1(runtime) {
6863
+ function registerComponent$2(runtime) {
6737
6864
  return runtime.registerComponent(SocialLinks, {
6738
6865
  type: "./components/SocialLinks/index.js",
6739
6866
  label: "Social Links",
@@ -7270,7 +7397,7 @@ const Text = forwardRef(function Text2({
7270
7397
  onKeyDown: handleKeyDown
7271
7398
  });
7272
7399
  });
7273
- function registerComponent(runtime) {
7400
+ function registerComponent$1(runtime) {
7274
7401
  return runtime.registerComponent(Text, {
7275
7402
  type: "./components/Text/index.js",
7276
7403
  label: "Text",
@@ -7348,19 +7475,103 @@ function registerComponent(runtime) {
7348
7475
  }
7349
7476
  });
7350
7477
  }
7478
+ const Container = styled.div`
7479
+ display: flex;
7480
+ flex-direction: column;
7481
+ overflow: hidden;
7482
+ ${cssWidth("560px")}
7483
+ ${cssMargin()}
7484
+ ${cssBorderRadius()}
7485
+ `;
7486
+ const ASPECT_RATIO = 16 / 9;
7487
+ const Video = forwardRef(function Video2({
7488
+ id,
7489
+ video,
7490
+ width,
7491
+ margin,
7492
+ borderRadius
7493
+ }, ref) {
7494
+ const canPlayUrl = video && video.url != null && ReactPlayer.canPlay(video.url);
7495
+ return /* @__PURE__ */ jsx(Container, {
7496
+ ref,
7497
+ id,
7498
+ width,
7499
+ margin,
7500
+ borderRadius,
7501
+ children: /* @__PURE__ */ jsx("div", {
7502
+ style: {
7503
+ position: "relative",
7504
+ paddingTop: `${100 / ASPECT_RATIO}%`
7505
+ },
7506
+ children: /* @__PURE__ */ jsx("div", {
7507
+ style: {
7508
+ position: "absolute",
7509
+ top: 0,
7510
+ left: 0,
7511
+ right: 0,
7512
+ bottom: 0
7513
+ },
7514
+ children: canPlayUrl === true ? /* @__PURE__ */ jsx(ReactPlayer, __spreadProps(__spreadValues({}, video), {
7515
+ width: "100%",
7516
+ height: "100%",
7517
+ config: {
7518
+ vimeo: {
7519
+ playerOptions: {
7520
+ background: video != null && !video.controls
7521
+ }
7522
+ },
7523
+ wistia: {
7524
+ options: {
7525
+ endVideoBehavior: video != null && video.loop === true ? "loop" : "default"
7526
+ }
7527
+ }
7528
+ }
7529
+ })) : /* @__PURE__ */ jsx("img", {
7530
+ width: "100%",
7531
+ src: placeholders.video.src,
7532
+ alt: "Video Placeholder"
7533
+ })
7534
+ })
7535
+ })
7536
+ });
7537
+ });
7538
+ function registerComponent(runtime) {
7539
+ return runtime.registerComponent(Video, {
7540
+ type: "./components/Video/index.js",
7541
+ label: "Video",
7542
+ icon: "Video40",
7543
+ props: {
7544
+ id: ElementID(),
7545
+ video: Video$1({
7546
+ preset: {
7547
+ controls: true
7548
+ }
7549
+ }),
7550
+ width: Width({
7551
+ defaultValue: {
7552
+ value: 560,
7553
+ unit: "px"
7554
+ }
7555
+ }),
7556
+ margin: Margin(),
7557
+ borderRadius: BorderRadius()
7558
+ }
7559
+ });
7560
+ }
7351
7561
  function registerBuiltinComponents(runtime) {
7352
- const unregisterBoxComponent = registerComponent$b(runtime);
7353
- const unregisterButtonComponent = registerComponent$a(runtime);
7354
- const unregisterCarouselComponent = registerComponent$8(runtime);
7355
- const unregisterCountdownComponent = registerComponent$7(runtime);
7356
- const unregisterDividerComponent = registerComponent$6(runtime);
7357
- const unregisterEmbedComponent = registerComponent$5(runtime);
7358
- const unregisterFormComponent = registerComponent$4(runtime);
7359
- const unregisterImageComponent = registerComponent$9(runtime);
7360
- const unregisterNavigationComponent = registerComponent$3(runtime);
7361
- const unregisterRootComponent = registerComponent$2(runtime);
7362
- const unregisterSocialLinksComponent = registerComponent$1(runtime);
7363
- const unregisterTextComponent = registerComponent(runtime);
7562
+ const unregisterBoxComponent = registerComponent$c(runtime);
7563
+ const unregisterButtonComponent = registerComponent$b(runtime);
7564
+ const unregisterCarouselComponent = registerComponent$9(runtime);
7565
+ const unregisterCountdownComponent = registerComponent$8(runtime);
7566
+ const unregisterDividerComponent = registerComponent$7(runtime);
7567
+ const unregisterEmbedComponent = registerComponent$6(runtime);
7568
+ const unregisterFormComponent = registerComponent$5(runtime);
7569
+ const unregisterImageComponent = registerComponent$a(runtime);
7570
+ const unregisterNavigationComponent = registerComponent$4(runtime);
7571
+ const unregisterRootComponent = registerComponent$3(runtime);
7572
+ const unregisterSocialLinksComponent = registerComponent$2(runtime);
7573
+ const unregisterTextComponent = registerComponent$1(runtime);
7574
+ const unregisterVideoComponent = registerComponent(runtime);
7364
7575
  return () => {
7365
7576
  unregisterBoxComponent();
7366
7577
  unregisterButtonComponent();
@@ -7374,8 +7585,60 @@ function registerBuiltinComponents(runtime) {
7374
7585
  unregisterRootComponent();
7375
7586
  unregisterSocialLinksComponent();
7376
7587
  unregisterTextComponent();
7588
+ unregisterTextComponent();
7589
+ unregisterVideoComponent();
7590
+ };
7591
+ }
7592
+ var _path;
7593
+ function _extends() {
7594
+ _extends = Object.assign || function(target) {
7595
+ for (var i = 1; i < arguments.length; i++) {
7596
+ var source = arguments[i];
7597
+ for (var key in source) {
7598
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
7599
+ target[key] = source[key];
7600
+ }
7601
+ }
7602
+ }
7603
+ return target;
7377
7604
  };
7605
+ return _extends.apply(this, arguments);
7378
7606
  }
7607
+ var SvgWarning20 = function SvgWarning202(props) {
7608
+ return /* @__PURE__ */ React.createElement("svg", _extends({
7609
+ width: 20,
7610
+ height: 20,
7611
+ xmlns: "http://www.w3.org/2000/svg"
7612
+ }, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
7613
+ fillRule: "evenodd",
7614
+ clipRule: "evenodd",
7615
+ 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"
7616
+ })));
7617
+ };
7618
+ const ErrorDiv = styled("div")`
7619
+ width: 100%;
7620
+ height: 54px;
7621
+ background-color: #fcedf2;
7622
+ border-radius: 6px;
7623
+ padding: 16px;
7624
+ display: flex;
7625
+ align-items: center;
7626
+ gap: 8px;
7627
+ color: #c73e6d;
7628
+ fill: currentColor;
7629
+ font-family: Heebo, sans-serif;
7630
+ font-size: 16px;
7631
+ `;
7632
+ const FallbackComponent = forwardRef(function FallbackComponent2({
7633
+ text
7634
+ }, ref) {
7635
+ return /* @__PURE__ */ jsxs(ErrorDiv, {
7636
+ ref,
7637
+ children: [/* @__PURE__ */ jsx(SvgWarning20, {}), /* @__PURE__ */ jsx("span", {
7638
+ children: text
7639
+ })]
7640
+ });
7641
+ });
7379
7642
  const contextDefaultValue = configureStore();
7380
7643
  function createReactRuntime(store) {
7381
7644
  return {
@@ -7402,10 +7665,9 @@ function createReactRuntime(store) {
7402
7665
  const ReactRuntime = createReactRuntime(contextDefaultValue);
7403
7666
  const Context = createContext(contextDefaultValue);
7404
7667
  function RuntimeProvider({
7668
+ client,
7405
7669
  children,
7406
- defaultRootElements,
7407
- registerComponents,
7408
- makeswiftApiEndpoint
7670
+ defaultRootElements
7409
7671
  }) {
7410
7672
  const [store, setStore] = useState(() => {
7411
7673
  const store2 = configureStore({
@@ -7414,27 +7676,11 @@ function RuntimeProvider({
7414
7676
  });
7415
7677
  const runtime = createReactRuntime(store2);
7416
7678
  registerBuiltinComponents(runtime);
7417
- registerComponents == null ? void 0 : registerComponents(runtime);
7418
7679
  return store2;
7419
7680
  });
7420
- const [client, setClient] = useState(new ApolloClient({
7421
- uri: makeswiftApiEndpoint,
7422
- cache: new InMemoryCache()
7423
- }));
7424
- useEffect(() => {
7425
- setClient(({
7426
- cache
7427
- }) => new ApolloClient({
7428
- uri: makeswiftApiEndpoint,
7429
- cache
7430
- }));
7431
- }, [makeswiftApiEndpoint]);
7432
7681
  useEffect(() => {
7433
7682
  return registerBuiltinComponents(createReactRuntime(store));
7434
7683
  }, [store]);
7435
- useEffect(() => {
7436
- return registerComponents == null ? void 0 : registerComponents(createReactRuntime(store));
7437
- }, [store, registerComponents]);
7438
7684
  useEffect(() => {
7439
7685
  const isInBuilder = window.parent !== window;
7440
7686
  if (isInBuilder)
@@ -7443,7 +7689,7 @@ function RuntimeProvider({
7443
7689
  const ReactBuilderPreview = await import("./react-builder-preview.es.js");
7444
7690
  setStore((store2) => ReactBuilderPreview.configureStore({
7445
7691
  preloadedState: store2.getState(),
7446
- client
7692
+ client: client.apolloClient
7447
7693
  }));
7448
7694
  }
7449
7695
  }, [client]);
@@ -7470,7 +7716,7 @@ function RuntimeProvider({
7470
7716
  }, []);
7471
7717
  return /* @__PURE__ */ jsx(Context.Provider, {
7472
7718
  value: store,
7473
- children: /* @__PURE__ */ jsx(ApolloProvider, {
7719
+ children: /* @__PURE__ */ jsx(MakeswiftProvider, {
7474
7720
  client,
7475
7721
  children
7476
7722
  })
@@ -7525,15 +7771,9 @@ const ElementData = memo(forwardRef(function ElementData2({
7525
7771
  }, ref) {
7526
7772
  const Component = useComponent(elementData.type);
7527
7773
  if (Component == null) {
7528
- return /* @__PURE__ */ jsxs("div", {
7774
+ return /* @__PURE__ */ jsx(FallbackComponent, {
7529
7775
  ref,
7530
- children: [/* @__PURE__ */ jsx("p", {
7531
- children: "Component Not Found"
7532
- }), /* @__PURE__ */ jsx("pre", {
7533
- children: /* @__PURE__ */ jsx("code", {
7534
- children: JSON.stringify(elementData, null, 2)
7535
- })
7536
- })]
7776
+ text: "Component not found"
7537
7777
  });
7538
7778
  }
7539
7779
  return /* @__PURE__ */ createElement(Component, __spreadProps(__spreadValues({}, elementData.props), {
@@ -7563,27 +7803,15 @@ const ElementReference = memo(forwardRef(function ElementReference2({
7563
7803
  const globalElementData = (_a = data == null ? void 0 : data.globalElement) == null ? void 0 : _a.data;
7564
7804
  const elementReferenceDocument = useDocument(elementReference.key);
7565
7805
  if (error != null) {
7566
- return /* @__PURE__ */ jsxs("div", {
7806
+ return /* @__PURE__ */ jsx(FallbackComponent, {
7567
7807
  ref,
7568
- children: [/* @__PURE__ */ jsx("p", {
7569
- children: "Something went wrong!"
7570
- }), /* @__PURE__ */ jsx("pre", {
7571
- children: /* @__PURE__ */ jsx("code", {
7572
- children: JSON.stringify(error, null, 2)
7573
- })
7574
- })]
7808
+ text: "Something went wrong!"
7575
7809
  });
7576
7810
  }
7577
7811
  if (globalElementData == null) {
7578
- return /* @__PURE__ */ jsxs("div", {
7812
+ return /* @__PURE__ */ jsx(FallbackComponent, {
7579
7813
  ref,
7580
- children: [/* @__PURE__ */ jsx("p", {
7581
- children: "Not Found"
7582
- }), /* @__PURE__ */ jsx("pre", {
7583
- children: /* @__PURE__ */ jsx("code", {
7584
- children: JSON.stringify(elementReference, null, 2)
7585
- })
7586
- })]
7814
+ text: "This global component doesn't exist"
7587
7815
  });
7588
7816
  }
7589
7817
  return elementReferenceDocument != null ? /* @__PURE__ */ jsx(Document, {
@@ -7636,15 +7864,9 @@ const DocumentReference = memo(forwardRef(function DocumentReference2({
7636
7864
  }, ref) {
7637
7865
  const document = useDocument(documentReference.key);
7638
7866
  if (document == null) {
7639
- return /* @__PURE__ */ jsxs("div", {
7867
+ return /* @__PURE__ */ jsx(FallbackComponent, {
7640
7868
  ref,
7641
- children: [/* @__PURE__ */ jsx("p", {
7642
- children: "Document Not Found"
7643
- }), /* @__PURE__ */ jsx("pre", {
7644
- children: /* @__PURE__ */ jsx("code", {
7645
- children: JSON.stringify(documentReference, null, 2)
7646
- })
7647
- })]
7869
+ text: "Document not found"
7648
7870
  });
7649
7871
  }
7650
7872
  return /* @__PURE__ */ jsx(Document, {
@@ -7652,5 +7874,5 @@ const DocumentReference = memo(forwardRef(function DocumentReference2({
7652
7874
  document
7653
7875
  });
7654
7876
  }));
7655
- export { Box as B, Carousel as C, DocumentReference as D, Element$1 as E, Form as F, ImageComponent as I, Navigation as N, PageProvider as P, RuntimeProvider as R, SocialLinks as S, Text as T, ReactRuntime as a, usePageId as b, Button$1 as c, Countdown as d, Divider as e, Embed as f, Root as g, registerComponent$b as h, DEFAULT_BOX_ANIMATE_TYPE as i, DEFAULT_BOX_ANIMATE_DELAY as j, DEFAULT_BOX_ANIMATE_DURATION as k, DEFAULT_ITEM_ANIMATE_TYPE as l, DEFAULT_ITEM_ANIMATE_DELAY as m, DEFAULT_ITEM_ANIMATE_DURATION as n, DEFAULT_ITEM_STAGGER_DURATION as o, cssMediaRules as p, cssWidth as q, registerBuiltinComponents as r, cssMargin as s, cssPadding as t, useIsInBuilder as u, cssBorder as v, cssBorderRadius as w, cssBoxShadow as x, cssGridItem as y, cssTextStyle as z };
7877
+ export { useBackgrounds as A, Box as B, Carousel as C, DocumentReference as D, Element$1 as E, Form as F, useBorder as G, useBoxShadow as H, ImageComponent as I, useColor as J, useFile as K, useMediaQuery as L, usePage as M, Navigation as N, useTable as O, PageProvider as P, MakeswiftClient as Q, RuntimeProvider as R, SocialLinks as S, Text as T, ReactRuntime as a, usePageId as b, Button$1 as c, Countdown as d, Divider as e, Embed as f, Root as g, registerComponent$c as h, DEFAULT_BOX_ANIMATE_TYPE as i, DEFAULT_BOX_ANIMATE_DELAY as j, DEFAULT_BOX_ANIMATE_DURATION as k, DEFAULT_ITEM_ANIMATE_TYPE as l, DEFAULT_ITEM_ANIMATE_DELAY as m, DEFAULT_ITEM_ANIMATE_DURATION as n, DEFAULT_ITEM_STAGGER_DURATION as o, cssMediaRules as p, cssWidth as q, registerBuiltinComponents as r, cssMargin as s, cssPadding as t, useIsInBuilder as u, cssBorder as v, cssBorderRadius as w, cssBoxShadow as x, cssGridItem as y, cssTextStyle as z };
7656
7878
  //# sourceMappingURL=react.es2.js.map