@makeswift/runtime 0.0.3 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions.cjs.js +6 -1
- package/dist/actions.cjs.js.map +1 -1
- package/dist/actions.es.js +6 -2
- package/dist/actions.es.js.map +1 -1
- package/dist/components.cjs.js +1 -0
- package/dist/components.cjs.js.map +1 -1
- package/dist/components.es.js +1 -0
- package/dist/components.es.js.map +1 -1
- package/dist/descriptors.cjs.js.map +1 -1
- package/dist/descriptors.es.js.map +1 -1
- package/dist/index.cjs.js +457 -79
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +464 -86
- package/dist/index.es.js.map +1 -1
- package/dist/next.cjs.js +1 -0
- package/dist/next.cjs.js.map +1 -1
- package/dist/next.es.js +1 -0
- package/dist/next.es.js.map +1 -1
- package/dist/react-builder-preview.cjs.js +34 -2
- package/dist/react-builder-preview.cjs.js.map +1 -1
- package/dist/react-builder-preview.es.js +36 -4
- package/dist/react-builder-preview.es.js.map +1 -1
- package/dist/react-page.cjs.js +32 -19
- package/dist/react-page.cjs.js.map +1 -1
- package/dist/react-page.es.js +26 -15
- package/dist/react-page.es.js.map +1 -1
- package/dist/react.cjs.js +1 -0
- package/dist/react.cjs.js.map +1 -1
- package/dist/react.es.js +1 -0
- package/dist/react.es.js.map +1 -1
- package/dist/types/components/builtin/Navigation/Navigation.d.ts.map +1 -1
- package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts +1 -1
- package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts.map +1 -1
- package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts +1 -1
- package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts.map +1 -1
- package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts.map +1 -1
- package/dist/types/prop-controllers/descriptors.d.ts +1 -1
- package/dist/types/prop-controllers/descriptors.d.ts.map +1 -1
- package/dist/types/runtimes/react/controls/style.d.ts.map +1 -1
- package/dist/types/runtimes/react/find-dom-node.d.ts +7 -0
- package/dist/types/runtimes/react/find-dom-node.d.ts.map +1 -0
- package/dist/types/runtimes/react/index.d.ts.map +1 -1
- package/dist/types/state/actions.d.ts +8 -1
- package/dist/types/state/actions.d.ts.map +1 -1
- package/dist/types/state/modules/is-in-builder.d.ts +6 -0
- package/dist/types/state/modules/is-in-builder.d.ts.map +1 -0
- package/dist/types/state/react-builder-preview.d.ts.map +1 -1
- package/dist/types/state/react-page.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -33,15 +33,16 @@ var __publicField = (obj, key, value) => {
|
|
|
33
33
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
34
34
|
return value;
|
|
35
35
|
};
|
|
36
|
+
var _ea;
|
|
36
37
|
import * as React from "react";
|
|
37
|
-
import { forwardRef, createContext, useContext, useMemo, useState, useLayoutEffect, useCallback, useEffect, useRef, useImperativeHandle, Children, createElement, Fragment as Fragment$1, memo } from "react";
|
|
38
|
+
import { forwardRef, createContext, useContext, useMemo, useState, useLayoutEffect, useCallback, useEffect, useRef, useImperativeHandle, Children, createElement, Fragment as Fragment$1, Component, memo } from "react";
|
|
38
39
|
import { useSyncExternalStoreWithSelector } from "use-sync-external-store/shim/with-selector";
|
|
39
40
|
import { gql, useQuery as useQuery$1, useMutation as useMutation$1, ApolloClient, InMemoryCache } from "@apollo/client";
|
|
40
41
|
import { a as createDocumentReference, g as getComponentPropControllerDescriptors, b as getIsInBuilder, d as configureStore, e as getElementId, f as getReactComponent, h as getDocument, i as isElementReference, c as createDocument } from "./react-page.es.js";
|
|
41
42
|
import { f as registerComponentHandleEffect, g as mountComponentEffect, h as registerComponentEffect, j as registerReactComponentEffect, k as registerDocumentEffect } from "./actions.es.js";
|
|
42
43
|
import styled, { css, keyframes, createGlobalStyle } from "styled-components";
|
|
43
44
|
import { useReducedMotion, useAnimation, motion } from "framer-motion";
|
|
44
|
-
import { cx, css as css$1 } from "@emotion/css";
|
|
45
|
+
import { cx, css as css$1, cache } from "@emotion/css";
|
|
45
46
|
import { getDataFromTree } from "@apollo/client/react/ssr";
|
|
46
47
|
import { KeyUtils, Value } from "slate";
|
|
47
48
|
import uuid from "uuid/v4";
|
|
@@ -64,6 +65,7 @@ import ipsum from "corporate-ipsum";
|
|
|
64
65
|
import { Editor } from "slate-react";
|
|
65
66
|
import Lists from "@convertkit/slate-lists";
|
|
66
67
|
import { a as StyleControlProperty, S as StyleControlType } from "./style.es.js";
|
|
68
|
+
import { findDOMNode } from "react-dom";
|
|
67
69
|
const PlaceholderBase$1 = styled.div`
|
|
68
70
|
width: 100%;
|
|
69
71
|
background: rgba(161, 168, 194, 0.18);
|
|
@@ -291,14 +293,14 @@ function createApolloClient({
|
|
|
291
293
|
uri,
|
|
292
294
|
cacheData
|
|
293
295
|
}) {
|
|
294
|
-
const
|
|
296
|
+
const cache2 = new InMemoryCache({
|
|
295
297
|
typePolicies
|
|
296
298
|
});
|
|
297
299
|
if (cacheData)
|
|
298
|
-
|
|
300
|
+
cache2.restore(cacheData);
|
|
299
301
|
return new ApolloClient({
|
|
300
302
|
uri,
|
|
301
|
-
cache
|
|
303
|
+
cache: cache2
|
|
302
304
|
});
|
|
303
305
|
}
|
|
304
306
|
class MakeswiftClient {
|
|
@@ -1923,7 +1925,7 @@ function responsiveStyle(responsiveValues, join$1, strategy) {
|
|
|
1923
1925
|
}
|
|
1924
1926
|
function responsiveWidth(widthData, defaultValue = "100%") {
|
|
1925
1927
|
return __spreadValues({
|
|
1926
|
-
|
|
1928
|
+
maxWidth: "100%"
|
|
1927
1929
|
}, responsiveStyle([widthData], ([width = defaultValue]) => ({
|
|
1928
1930
|
width: typeof width === "object" ? `${width.value}${width.unit}` : width
|
|
1929
1931
|
})));
|
|
@@ -3610,11 +3612,12 @@ var SvgCheck12 = function SvgCheck122(props) {
|
|
|
3610
3612
|
return /* @__PURE__ */ React.createElement("svg", _extends$u({
|
|
3611
3613
|
width: 12,
|
|
3612
3614
|
height: 12,
|
|
3615
|
+
viewBox: "0 0 12 12",
|
|
3613
3616
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3614
3617
|
}, props), _path$t || (_path$t = /* @__PURE__ */ React.createElement("path", {
|
|
3615
3618
|
fillRule: "evenodd",
|
|
3616
3619
|
clipRule: "evenodd",
|
|
3617
|
-
d: "M11.
|
|
3620
|
+
d: "M11.7071 1.79289C12.0976 2.18342 12.0976 2.81658 11.7071 3.20711L4.70711 10.2071C4.31658 10.5976 3.68342 10.5976 3.29289 10.2071L0.292893 7.20711C-0.0976311 6.81658 -0.0976311 6.18342 0.292893 5.79289C0.683417 5.40237 1.31658 5.40237 1.70711 5.79289L4 8.08579L10.2929 1.79289C10.6834 1.40237 11.3166 1.40237 11.7071 1.79289Z"
|
|
3618
3621
|
})));
|
|
3619
3622
|
};
|
|
3620
3623
|
const Shapes = Object.freeze({
|
|
@@ -4823,6 +4826,7 @@ var SvgSpinner20 = function SvgSpinner202(props) {
|
|
|
4823
4826
|
r: 9,
|
|
4824
4827
|
strokeOpacity: 0.4
|
|
4825
4828
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
4829
|
+
strokeLinecap: "round",
|
|
4826
4830
|
d: "M9 18A9 9 0 0 0 9 0"
|
|
4827
4831
|
}))));
|
|
4828
4832
|
};
|
|
@@ -5628,11 +5632,15 @@ function DropDownButton(_U) {
|
|
|
5628
5632
|
var _V = _U, {
|
|
5629
5633
|
label,
|
|
5630
5634
|
caret = "caret",
|
|
5631
|
-
links: links2 = []
|
|
5635
|
+
links: links2 = [],
|
|
5636
|
+
textColor,
|
|
5637
|
+
color
|
|
5632
5638
|
} = _V, restOfProps = __objRest(_V, [
|
|
5633
5639
|
"label",
|
|
5634
5640
|
"caret",
|
|
5635
|
-
"links"
|
|
5641
|
+
"links",
|
|
5642
|
+
"textColor",
|
|
5643
|
+
"color"
|
|
5636
5644
|
]);
|
|
5637
5645
|
const container = useRef(null);
|
|
5638
5646
|
const [position, setPosition] = useState("left");
|
|
@@ -5646,6 +5654,8 @@ function DropDownButton(_U) {
|
|
|
5646
5654
|
return /* @__PURE__ */ jsxs(DropDownContainer, {
|
|
5647
5655
|
ref: container,
|
|
5648
5656
|
children: [/* @__PURE__ */ jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
|
|
5657
|
+
textColor: useColor(textColor),
|
|
5658
|
+
color: useColor(color),
|
|
5649
5659
|
children: /* @__PURE__ */ jsxs("div", {
|
|
5650
5660
|
style: {
|
|
5651
5661
|
display: "flex",
|
|
@@ -5735,16 +5745,22 @@ function MobileDropDownButton(_Y) {
|
|
|
5735
5745
|
caret,
|
|
5736
5746
|
links: links2 = [],
|
|
5737
5747
|
onClose = () => {
|
|
5738
|
-
}
|
|
5748
|
+
},
|
|
5749
|
+
color,
|
|
5750
|
+
textColor
|
|
5739
5751
|
} = _Z, restOfProps = __objRest(_Z, [
|
|
5740
5752
|
"label",
|
|
5741
5753
|
"caret",
|
|
5742
5754
|
"links",
|
|
5743
|
-
"onClose"
|
|
5755
|
+
"onClose",
|
|
5756
|
+
"color",
|
|
5757
|
+
"textColor"
|
|
5744
5758
|
]);
|
|
5745
5759
|
const [isOpen, setIsOpen] = useState(false);
|
|
5746
5760
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
5747
5761
|
children: [/* @__PURE__ */ jsx(ButtonLink$1, __spreadProps(__spreadValues({}, restOfProps), {
|
|
5762
|
+
textColor: useColor(textColor),
|
|
5763
|
+
color: useColor(color),
|
|
5748
5764
|
onPointerDown: () => setIsOpen((prev) => !prev),
|
|
5749
5765
|
children: /* @__PURE__ */ jsxs("div", {
|
|
5750
5766
|
style: {
|
|
@@ -5778,7 +5794,20 @@ function MobileDropDownButton(_Y) {
|
|
|
5778
5794
|
})]
|
|
5779
5795
|
});
|
|
5780
5796
|
}
|
|
5781
|
-
|
|
5797
|
+
function NavigationButton$1(props) {
|
|
5798
|
+
const _a = props, {
|
|
5799
|
+
textColor,
|
|
5800
|
+
color
|
|
5801
|
+
} = _a, restOfProps = __objRest(_a, [
|
|
5802
|
+
"textColor",
|
|
5803
|
+
"color"
|
|
5804
|
+
]);
|
|
5805
|
+
return /* @__PURE__ */ jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
|
|
5806
|
+
textColor: useColor(textColor),
|
|
5807
|
+
color: useColor(color)
|
|
5808
|
+
}));
|
|
5809
|
+
}
|
|
5810
|
+
const ButtonLink = styled(NavigationButton$1)`
|
|
5782
5811
|
margin: 8px 0;
|
|
5783
5812
|
`;
|
|
5784
5813
|
const Container$3 = styled.div`
|
|
@@ -5866,6 +5895,12 @@ const Container$2 = styled.nav`
|
|
|
5866
5895
|
align-items: center;
|
|
5867
5896
|
${cssMargin()}
|
|
5868
5897
|
${cssTextStyle()}
|
|
5898
|
+
${(p) => cssMediaRules([p.gutter], ([gutter = {
|
|
5899
|
+
value: 0,
|
|
5900
|
+
unit: "px"
|
|
5901
|
+
}]) => css`
|
|
5902
|
+
gap: ${gutter.value}${gutter.unit};
|
|
5903
|
+
`)}
|
|
5869
5904
|
`;
|
|
5870
5905
|
const LinksContainer = styled.div`
|
|
5871
5906
|
display: flex;
|
|
@@ -5891,6 +5926,19 @@ const OpenIconContainer = styled.button`
|
|
|
5891
5926
|
color: ${color == null ? "rgba(161, 168, 194, 0.5)" : colorToString(color)};
|
|
5892
5927
|
`)}
|
|
5893
5928
|
`;
|
|
5929
|
+
function NavigationButton(props) {
|
|
5930
|
+
const _a = props, {
|
|
5931
|
+
textColor,
|
|
5932
|
+
color
|
|
5933
|
+
} = _a, restOfProps = __objRest(_a, [
|
|
5934
|
+
"textColor",
|
|
5935
|
+
"color"
|
|
5936
|
+
]);
|
|
5937
|
+
return /* @__PURE__ */ jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
|
|
5938
|
+
textColor: useColor(textColor),
|
|
5939
|
+
color: useColor(color)
|
|
5940
|
+
}));
|
|
5941
|
+
}
|
|
5894
5942
|
const placeholder = {
|
|
5895
5943
|
src: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='93.12' height='36' viewBox='0 0 93.12 36'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18,0A18,18,0,1,1,0,18,18,18,0,0,1,18,0ZM49.36,21.94h6.36V24H46.8V10h2.56Zm9.06.72a4.88,4.88,0,0,1-1.64-3.72,5,5,0,0,1,1.64-3.74,5.57,5.57,0,0,1,7.7,0,5.09,5.09,0,0,1,.26,7.18l-.26.26a5.56,5.56,0,0,1-7.7,0Zm1.68-6a3.39,3.39,0,0,0,0,4.52,3,3,0,0,0,4.24.08l.08-.08a3.39,3.39,0,0,0,0-4.52,3,3,0,0,0-4.24-.08Zm10,10.68,1-1.92a5.28,5.28,0,0,0,3.3,1.22,3.6,3.6,0,0,0,2.32-.72,2.73,2.73,0,0,0,.9-2.26V22.5a3.61,3.61,0,0,1-1.45,1.26,4.35,4.35,0,0,1-2,.46,4.57,4.57,0,0,1-3.58-1.54A5.48,5.48,0,0,1,69.2,18.9a5.42,5.42,0,0,1,1.36-3.74,4.64,4.64,0,0,1,3.62-1.5,4,4,0,0,1,3.44,1.72v-1.5h2.46v9a6.13,6.13,0,0,1-1.43,4.46,5.27,5.27,0,0,1-4,1.44,7.09,7.09,0,0,1-4.53-1.42Zm1.54-8.44a3.4,3.4,0,0,0,.82,2.3,2.72,2.72,0,0,0,2.17.94,3.13,3.13,0,0,0,1.21-.22,2.89,2.89,0,0,0,1-.62,3.08,3.08,0,0,0,.63-1,3.62,3.62,0,0,0,.21-1.3,4,4,0,0,0-.23-1.33,3.3,3.3,0,0,0-.63-1.05,2.74,2.74,0,0,0-1-.68,3.35,3.35,0,0,0-1.25-.24,2.92,2.92,0,0,0-1.2.24,2.58,2.58,0,0,0-.93.67,3,3,0,0,0-.59,1,3.89,3.89,0,0,0-.19,1.31ZM83.8,22.66a4.88,4.88,0,0,1-1.64-3.72A5,5,0,0,1,83.8,15.2a5.57,5.57,0,0,1,7.7,0,5.09,5.09,0,0,1,.26,7.18,3.19,3.19,0,0,1-.26.26,5.56,5.56,0,0,1-7.7,0Zm1.68-6a3.39,3.39,0,0,0,0,4.52,3,3,0,0,0,4.24.08l.08-.08a3.39,3.39,0,0,0,0-4.52,3,3,0,0,0-4.24-.08Z' fill='%23a1a8c2' opacity='0.4' style='isolation: isolate'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A",
|
|
5896
5944
|
dimensions: {
|
|
@@ -5923,6 +5971,7 @@ const Navigation = forwardRef(function Navigation2({
|
|
|
5923
5971
|
className: cx(width),
|
|
5924
5972
|
margin,
|
|
5925
5973
|
textStyle: linkTextStyle,
|
|
5974
|
+
gutter,
|
|
5926
5975
|
children: [showLogo === true && /* @__PURE__ */ jsx(ImageComponent, {
|
|
5927
5976
|
altText: logoAltText,
|
|
5928
5977
|
file: logoFile,
|
|
@@ -5942,7 +5991,7 @@ const Navigation = forwardRef(function Navigation2({
|
|
|
5942
5991
|
gutter,
|
|
5943
5992
|
first: i === 0,
|
|
5944
5993
|
last: i === links2.length - 1,
|
|
5945
|
-
children: [link.type === "button" && /* @__PURE__ */ jsx(
|
|
5994
|
+
children: [link.type === "button" && /* @__PURE__ */ jsx(NavigationButton, __spreadProps(__spreadValues({}, link.payload), {
|
|
5946
5995
|
children: link.payload.label
|
|
5947
5996
|
})), link.type === "dropdown" && /* @__PURE__ */ jsx(DropDownButton, __spreadValues({}, link.payload))]
|
|
5948
5997
|
}, link.id)) : /* @__PURE__ */ jsx(LinksPlaceholder, {
|
|
@@ -6207,9 +6256,10 @@ var SvgLogoAngellist20 = function SvgLogoAngellist202(props) {
|
|
|
6207
6256
|
return /* @__PURE__ */ React.createElement("svg", _extends$m({
|
|
6208
6257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6209
6258
|
width: 20,
|
|
6210
|
-
height: 20
|
|
6259
|
+
height: 20,
|
|
6260
|
+
viewBox: "0 0 20 20"
|
|
6211
6261
|
}, props), _path$m || (_path$m = /* @__PURE__ */ React.createElement("path", {
|
|
6212
|
-
d: "M13.
|
|
6262
|
+
d: "M13.7412,8.2967 C14.3582,6.6297 14.8392,5.2547 15.1842,4.1687 C15.5292,3.0837 15.7022,2.4177 15.7022,2.1707 C15.7022,1.9047 15.6442,1.6987 15.5292,1.5517 C15.4142,1.4057 15.2562,1.3327 15.0532,1.3327 C14.7962,1.3327 14.5332,1.5457 14.2662,1.9707 C13.9992,2.3967 13.7052,3.0817 13.3832,4.0247 L12.0022,7.9947 L13.7412,8.2967 Z M11.9052,11.9917 C11.5102,11.9737 11.1342,11.9327 10.7802,11.8677 C10.4262,11.8047 10.0872,11.7127 9.7652,11.5937 C9.9122,11.8867 10.0432,12.1797 10.1582,12.4727 C10.2742,12.7657 10.3682,13.0547 10.4422,13.3387 C10.6622,13.0637 10.8952,12.8137 11.1382,12.5887 C11.3832,12.3647 11.6382,12.1657 11.9052,11.9917 L11.9052,11.9917 Z M10.3452,7.8297 L8.8542,3.5437 C8.4672,2.4547 8.1682,1.7427 7.9562,1.4077 C7.7442,1.0737 7.5142,0.9067 7.2662,0.9067 C7.0732,0.9067 6.9162,0.9797 6.7972,1.1267 C6.6772,1.2727 6.6172,1.4697 6.6172,1.7167 C6.6172,2.1387 6.7782,2.8707 7.1002,3.9147 C7.4232,4.9587 7.9062,6.3277 8.5502,8.0217 C8.6052,7.9217 8.6832,7.8507 8.7852,7.8087 C8.8862,7.7677 9.0242,7.7477 9.1992,7.7477 C9.2542,7.7477 9.3652,7.7527 9.5312,7.7607 C9.6962,7.7707 9.9682,7.7937 10.3452,7.8297 L10.3452,7.8297 Z M8.9922,14.4637 C9.1482,14.4637 9.2912,14.3937 9.4202,14.2517 C9.5492,14.1097 9.6132,13.9567 9.6132,13.7917 C9.6132,13.6177 9.4872,13.2127 9.2342,12.5757 C8.9802,11.9397 8.6652,11.3147 8.2882,10.7007 C8.0122,10.2427 7.7402,9.8977 7.4732,9.6637 C7.2062,9.4297 6.9532,9.3137 6.7142,9.3137 C6.5202,9.3137 6.3062,9.4347 6.0722,9.6767 C5.8372,9.9197 5.7202,10.1467 5.7202,10.3577 C5.7202,10.5767 5.8352,10.9067 6.0652,11.3457 C6.2952,11.7857 6.6032,12.2527 6.9902,12.7477 C7.3952,13.2877 7.7772,13.7087 8.1362,14.0107 C8.4952,14.3137 8.7802,14.4637 8.9922,14.4637 L8.9922,14.4637 Z M4.8502,14.1347 C4.9792,14.2907 5.1582,14.5197 5.3882,14.8217 C5.9962,15.6547 6.5572,16.0717 7.0732,16.0717 C7.2472,16.0717 7.4042,16.0167 7.5422,15.9067 C7.6802,15.7967 7.7492,15.6827 7.7492,15.5637 C7.7492,15.4257 7.6572,15.1967 7.4732,14.8767 C7.2892,14.5557 7.0362,14.1947 6.7142,13.7917 C6.3452,13.3247 6.0392,12.9837 5.7962,12.7677 C5.5522,12.5527 5.3562,12.4447 5.2092,12.4447 C4.8872,12.4447 4.5902,12.6167 4.3182,12.9607 C4.0472,13.3037 3.9112,13.7087 3.9112,14.1757 C3.9112,14.5517 4.0052,14.9707 4.1942,15.4327 C4.3832,15.8957 4.6572,16.3597 5.0152,16.8267 C5.5582,17.5507 6.2332,18.1067 7.0382,18.4957 C7.8442,18.8857 8.7342,19.0797 9.7102,19.0797 C11.5052,19.0797 13.0082,18.4137 14.2182,17.0817 C15.4282,15.7487 16.0332,14.0797 16.0332,12.0737 C16.0332,11.4607 15.9872,10.9737 15.8952,10.6107 C15.8042,10.2497 15.6512,9.9857 15.4392,9.8217 C15.0622,9.5097 14.3282,9.2307 13.2372,8.9837 C12.1462,8.7357 11.0082,8.6127 9.8202,8.6127 C9.4892,8.6127 9.2542,8.6677 9.1162,8.7777 C8.9782,8.8877 8.9092,9.0747 8.9092,9.3407 C8.9092,9.9637 9.2592,10.4147 9.9582,10.6937 C10.6582,10.9737 11.7902,11.1127 13.3552,11.1127 L13.9212,11.1127 C14.0502,11.1127 14.1532,11.1607 14.2312,11.2567 C14.3092,11.3527 14.3632,11.4977 14.3902,11.6897 C14.2332,11.8367 13.9122,12.0037 13.4242,12.1917 C12.9362,12.3787 12.5632,12.5647 12.3052,12.7477 C11.7542,13.1507 11.3092,13.6287 10.9732,14.1827 C10.6372,14.7367 10.4692,15.2607 10.4692,15.7557 C10.4692,16.0577 10.5402,16.4217 10.6832,16.8477 C10.8262,17.2737 10.8972,17.5367 10.8972,17.6377 L10.8972,17.7337 L10.8692,17.8577 C10.4652,17.8297 10.1452,17.5937 9.9102,17.1497 C9.6752,16.7057 9.5582,16.1127 9.5582,15.3707 L9.5582,15.2477 C9.4842,15.3117 9.4132,15.3577 9.3442,15.3847 C9.2752,15.4127 9.1992,15.4257 9.1162,15.4257 C9.0332,15.4257 8.9552,15.4197 8.8822,15.4047 C8.8072,15.3917 8.7252,15.3707 8.6332,15.3437 C8.6602,15.4447 8.6812,15.5427 8.6952,15.6387 C8.7092,15.7347 8.7162,15.8107 8.7162,15.8657 C8.7162,16.2047 8.5822,16.4957 8.3152,16.7377 C8.0482,16.9807 7.7312,17.1017 7.3632,17.1017 C6.7832,17.1017 6.1942,16.8197 5.5952,16.2567 C4.9972,15.6937 4.6982,15.1427 4.6982,14.6017 C4.6982,14.5007 4.7102,14.4117 4.7332,14.3337 C4.7552,14.2557 4.7952,14.1897 4.8502,14.1347 L4.8502,14.1347 Z M14.7352,8.5297 C15.5642,8.6867 16.1482,9.0337 16.4892,9.5737 C16.8292,10.1147 17.0002,10.9667 17.0002,12.1297 C17.0002,14.4367 16.3032,16.3257 14.9082,17.7957 C13.5132,19.2647 11.7302,19.9997 9.5582,19.9997 C8.7022,19.9997 7.8712,19.8467 7.0662,19.5397 C6.2602,19.2337 5.5682,18.8047 4.9882,18.2557 C4.3252,17.6507 3.8282,17.0127 3.4972,16.3397 C3.1652,15.6667 3.0002,14.9777 3.0002,14.2727 C3.0002,13.4847 3.1702,12.8757 3.5112,12.4447 C3.8512,12.0147 4.3892,11.7217 5.1262,11.5667 C4.9882,11.2457 4.8872,10.9757 4.8222,10.7557 C4.7582,10.5357 4.7252,10.3667 4.7252,10.2477 C4.7252,9.8357 4.9442,9.4147 5.3822,8.9837 C5.8192,8.5527 6.2312,8.3377 6.6172,8.3377 C6.7832,8.3377 6.9572,8.3677 7.1422,8.4267 C7.3262,8.4867 7.5372,8.5857 7.7772,8.7227 C7.0682,6.7267 6.5532,5.1857 6.2312,4.1007 C5.9082,3.0147 5.7472,2.2667 5.7472,1.8547 C5.7472,1.2867 5.8942,0.8357 6.1892,0.5017 C6.4842,0.1677 6.8842,-0.0003 7.3902,-0.0003 C8.2552,-0.0003 9.3512,1.9227 10.6762,5.7697 C10.9062,6.4287 11.0812,6.9367 11.2012,7.2947 C11.3032,7.0097 11.4452,6.6077 11.6292,6.0857 C12.9552,2.2757 14.0952,0.3707 15.0532,0.3707 C15.5222,0.3707 15.8972,0.5287 16.1792,0.8447 C16.4592,1.1607 16.5992,1.5847 16.5992,2.1157 C16.5992,2.5187 16.4452,3.2557 16.1372,4.3267 C15.8282,5.3987 15.3612,6.7997 14.7352,8.5297 L14.7352,8.5297 Z"
|
|
6213
6263
|
})));
|
|
6214
6264
|
};
|
|
6215
6265
|
var _path$l;
|
|
@@ -6231,9 +6281,10 @@ var SvgLogoCodepen20 = function SvgLogoCodepen202(props) {
|
|
|
6231
6281
|
return /* @__PURE__ */ React.createElement("svg", _extends$l({
|
|
6232
6282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6233
6283
|
width: 20,
|
|
6234
|
-
height: 20
|
|
6284
|
+
height: 20,
|
|
6285
|
+
viewBox: "0 0 20 20"
|
|
6235
6286
|
}, props), _path$l || (_path$l = /* @__PURE__ */ React.createElement("path", {
|
|
6236
|
-
d: "M18.281
|
|
6287
|
+
d: "M18.281,11.4383 L16.132,10.0003 L18.281,8.5623 L18.281,11.4383 Z M10.859,17.5343 L10.859,13.5263 L14.586,11.0343 L17.594,13.0453 L10.859,17.5343 Z M10,12.0333 L6.961,10.0003 L10,7.9663 L13.04,10.0003 L10,12.0333 Z M9.141,17.5343 L2.407,13.0453 L5.415,11.0343 L9.141,13.5263 L9.141,17.5343 Z M1.719,8.5623 L3.869,10.0003 L1.719,11.4383 L1.719,8.5623 Z M9.141,2.4653 L9.141,6.4743 L5.415,8.9663 L2.407,6.9543 L9.141,2.4653 Z M10.859,2.4653 L17.594,6.9543 L14.586,8.9663 L10.859,6.4743 L10.859,2.4653 Z M19.985,6.8033 C19.944,6.5803 19.812,6.3603 19.617,6.2383 L10.477,0.1443 C10.188,-0.0477 9.812,-0.0477 9.523,0.1443 L0.383,6.2383 C0.148,6.3943 0,6.6713 0,6.9533 L0,13.0463 C0,13.3283 0.148,13.6063 0.383,13.7613 L9.523,19.8553 C9.668,19.9523 9.834,20.0003 10,20.0003 C10.167,20.0003 10.333,19.9523 10.477,19.8553 L19.617,13.7613 C19.854,13.6133 20,13.3233 20,13.0463 L20,6.9533 C20.001,6.9023 19.996,6.8533 19.985,6.8033 L19.985,6.8033 Z"
|
|
6237
6288
|
})));
|
|
6238
6289
|
};
|
|
6239
6290
|
var _path$k;
|
|
@@ -6255,9 +6306,10 @@ var SvgLogoDribbble20 = function SvgLogoDribbble202(props) {
|
|
|
6255
6306
|
return /* @__PURE__ */ React.createElement("svg", _extends$k({
|
|
6256
6307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6257
6308
|
width: 20,
|
|
6258
|
-
height: 20
|
|
6309
|
+
height: 20,
|
|
6310
|
+
viewBox: "0 0 20 20"
|
|
6259
6311
|
}, props), _path$k || (_path$k = /* @__PURE__ */ React.createElement("path", {
|
|
6260
|
-
d: "M19.797 7.
|
|
6312
|
+
d: "M19.797,7.9883 C19.664,7.3443 19.468,6.7143 19.212,6.1083 C18.961,5.5133 18.652,4.9453 18.29,4.4103 C15.203,-0.1687 8.988,-1.3777 4.409,1.7093 C3.344,2.4273 2.427,3.3443 1.709,4.4103 C0.977,5.4923 0.465,6.7083 0.202,7.9883 C-0.067,9.3173 -0.067,10.6863 0.202,12.0153 C0.466,13.2953 0.978,14.5103 1.709,15.5933 C2.427,16.6573 3.343,17.5743 4.407,18.2923 C4.943,18.6533 5.512,18.9623 6.107,19.2143 C8.596,20.2613 11.402,20.2613 13.893,19.2143 C14.486,18.9623 15.056,18.6533 15.591,18.2923 C16.655,17.5743 17.572,16.6583 18.29,15.5933 C19.022,14.5103 19.533,13.2953 19.797,12.0153 C20.067,10.6863 20.067,9.3173 19.797,7.9883 L19.797,7.9883 Z M18.537,9.9153 C16.58,9.5223 14.575,9.4273 12.59,9.6353 C12.528,9.4903 12.469,9.3423 12.408,9.1963 C12.226,8.7773 12.039,8.3633 11.84,7.9563 C13.701,7.2803 15.346,6.1123 16.598,4.5773 C17.838,6.0813 18.524,7.9663 18.54,9.9153 L18.537,9.9153 Z M15.641,3.5933 C14.493,5.0443 12.941,6.1203 11.179,6.6833 C10.23,4.9523 9.163,3.2883 7.987,1.7023 C10.693,1.0433 13.552,1.7493 15.641,3.5923 L15.641,3.5933 Z M6.357,2.2793 C7.506,3.8563 8.566,5.4993 9.528,7.1983 C6.954,7.8773 4.305,8.2273 1.643,8.2413 C2.195,5.6263 3.939,3.4193 6.357,2.2793 L6.357,2.2793 Z M1.461,10.0003 C1.461,9.9093 1.465,9.8183 1.468,9.7273 C4.433,9.7393 7.385,9.3293 10.235,8.5103 C10.48,8.9893 10.714,9.4773 10.928,9.9643 C10.816,9.9943 10.703,10.0293 10.592,10.0663 C7.704,11.1013 5.254,13.0903 3.646,15.7023 C2.238,14.1363 1.462,12.1053 1.465,10.0003 L1.461,10.0003 Z M10.005,18.5453 C8.019,18.5483 6.094,17.8543 4.565,16.5873 C4.677,16.6773 4.756,16.7373 4.756,16.7373 C4.756,16.7373 6.393,13.1673 11.458,11.4013 C11.477,11.3943 11.497,11.3893 11.516,11.3843 C12.327,13.4833 12.938,15.6533 13.339,17.8683 C12.284,18.3153 11.151,18.5463 10.005,18.5453 L10.005,18.5453 Z M14.777,17.0823 C14.4,15.0063 13.843,12.9653 13.115,10.9833 C14.896,10.7193 16.712,10.8463 18.438,11.3563 C18.062,13.6893 16.737,15.7623 14.777,17.0833 L14.777,17.0823 Z"
|
|
6261
6313
|
})));
|
|
6262
6314
|
};
|
|
6263
6315
|
var _path$j;
|
|
@@ -6279,7 +6331,8 @@ var SvgLogoFacebook20 = function SvgLogoFacebook202(props) {
|
|
|
6279
6331
|
return /* @__PURE__ */ React.createElement("svg", _extends$j({
|
|
6280
6332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6281
6333
|
width: 20,
|
|
6282
|
-
height: 20
|
|
6334
|
+
height: 20,
|
|
6335
|
+
viewBox: "0 0 20 20"
|
|
6283
6336
|
}, props), _path$j || (_path$j = /* @__PURE__ */ React.createElement("path", {
|
|
6284
6337
|
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"
|
|
6285
6338
|
})));
|
|
@@ -6303,9 +6356,10 @@ var SvgLogoGithub20 = function SvgLogoGithub202(props) {
|
|
|
6303
6356
|
return /* @__PURE__ */ React.createElement("svg", _extends$i({
|
|
6304
6357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6305
6358
|
width: 20,
|
|
6306
|
-
height: 20
|
|
6359
|
+
height: 20,
|
|
6360
|
+
viewBox: "0 0 20 20"
|
|
6307
6361
|
}, props), _path$i || (_path$i = /* @__PURE__ */ React.createElement("path", {
|
|
6308
|
-
d: "M9.
|
|
6362
|
+
d: "M9.9958,0.0029 C4.6058,-0.1251 0.1318,4.1389 0.0028,9.5289 C-0.1012,13.8779 2.6858,17.7709 6.8358,19.0749 C7.0938,19.1759 7.3838,19.0489 7.4848,18.7919 C7.5078,18.7319 7.5198,18.6689 7.5188,18.6049 C7.5188,18.3709 7.5098,17.7559 7.5058,16.9399 C4.7238,17.5299 4.1368,15.6269 4.1368,15.6269 C3.9498,15.0329 3.5558,14.5249 3.0268,14.1959 C2.1178,13.5889 3.0958,13.6019 3.0958,13.6019 C3.7338,13.6849 4.2978,14.0569 4.6268,14.6089 C5.2118,15.6279 6.5058,15.9899 7.5358,15.4229 C7.5828,14.9239 7.8088,14.4589 8.1718,14.1139 C5.9508,13.8669 3.6178,13.0239 3.6178,9.2769 C3.6038,8.3019 3.9738,7.3589 4.6458,6.6519 C4.3408,5.8089 4.3758,4.8799 4.7438,4.0629 C4.7438,4.0629 5.5838,3.7989 7.4938,5.0619 C9.1338,4.6239 10.8598,4.6239 12.5008,5.0619 C14.4098,3.7959 15.2478,4.0629 15.2478,4.0629 C15.6168,4.8789 15.6518,5.8089 15.3468,6.6519 C16.0198,7.3589 16.3898,8.3019 16.3748,9.2769 C16.3748,13.0369 14.0368,13.8649 11.8088,14.1069 C12.2908,14.5819 12.5388,15.2449 12.4888,15.9189 C12.4888,17.2289 12.4758,18.2819 12.4758,18.6049 C12.4718,18.8789 12.6898,19.1069 12.9648,19.1109 C13.0328,19.1119 13.0998,19.0999 13.1638,19.0739 C18.3078,17.4569 21.1658,11.9769 19.5478,6.8329 C18.2418,2.6829 14.3468,-0.1031 9.9958,0.0029"
|
|
6309
6363
|
})));
|
|
6310
6364
|
};
|
|
6311
6365
|
var _path$h;
|
|
@@ -6327,9 +6381,10 @@ var SvgLogoInstagram20 = function SvgLogoInstagram202(props) {
|
|
|
6327
6381
|
return /* @__PURE__ */ React.createElement("svg", _extends$h({
|
|
6328
6382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6329
6383
|
width: 20,
|
|
6330
|
-
height: 20
|
|
6384
|
+
height: 20,
|
|
6385
|
+
viewBox: "0 0 20 20"
|
|
6331
6386
|
}, props), _path$h || (_path$h = /* @__PURE__ */ React.createElement("path", {
|
|
6332
|
-
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.
|
|
6387
|
+
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.15.35-.35.683-.566 1.15-.747.353-.138.882-.3 1.857-.345C7.014 1.812 7.33 1.802 10 1.802"
|
|
6333
6388
|
})));
|
|
6334
6389
|
};
|
|
6335
6390
|
var _path$g;
|
|
@@ -6351,9 +6406,10 @@ var SvgLogoLinkedin20 = function SvgLogoLinkedin202(props) {
|
|
|
6351
6406
|
return /* @__PURE__ */ React.createElement("svg", _extends$g({
|
|
6352
6407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6353
6408
|
width: 20,
|
|
6354
|
-
height: 20
|
|
6409
|
+
height: 20,
|
|
6410
|
+
viewBox: "0 0 20 20"
|
|
6355
6411
|
}, props), _path$g || (_path$g = /* @__PURE__ */ React.createElement("path", {
|
|
6356
|
-
d: "
|
|
6412
|
+
d: "M0.516,19.6389 L4.412,19.6389 L4.412,7.2959 L0.516,7.2959 L0.516,19.6389 Z M2.365,5.7519 L2.337,5.7519 C1.152,5.8469 0.114,4.9629 0.019,3.7769 C0.014,3.7219 0.012,3.6669 0.012,3.6119 C-0.118,2.3069 0.834,1.1429 2.14,1.0119 C3.446,0.8809 4.61,1.8339 4.74,3.1399 C4.87,4.4459 3.918,5.6099 2.612,5.7399 C2.53,5.7489 2.447,5.7519 2.365,5.7519 L2.365,5.7519 Z M20,19.6399 L15.583,19.6399 L15.583,13.2519 C15.583,11.5799 14.891,10.4359 13.372,10.4359 C12.418,10.4359 11.569,11.0439 11.262,11.9479 C11.172,12.2759 11.14,12.6179 11.172,12.9569 L11.172,19.6399 L6.791,19.6399 C6.791,19.6399 6.847,8.3249 6.791,7.2959 L11.167,7.2959 L11.167,9.2329 C11.426,8.3869 12.824,7.1769 15.055,7.1769 C17.824,7.1769 20,8.9529 20,12.7759 L20,19.6399 Z"
|
|
6357
6413
|
})));
|
|
6358
6414
|
};
|
|
6359
6415
|
var _path$f;
|
|
@@ -6375,9 +6431,10 @@ var SvgLogoMedium20 = function SvgLogoMedium202(props) {
|
|
|
6375
6431
|
return /* @__PURE__ */ React.createElement("svg", _extends$f({
|
|
6376
6432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6377
6433
|
width: 20,
|
|
6378
|
-
height: 20
|
|
6434
|
+
height: 20,
|
|
6435
|
+
viewBox: "0 0 20 20"
|
|
6379
6436
|
}, props), _path$f || (_path$f = /* @__PURE__ */ React.createElement("path", {
|
|
6380
|
-
d: "M2.
|
|
6437
|
+
d: "M2.3716,5.2642 C2.3966,5.0162 2.3026,4.7722 2.1196,4.6052 L0.2516,2.3392 L0.2516,2.0002 L6.0506,2.0002 L10.5326,11.9052 L14.4726,2.0002 L19.9996,2.0002 L19.9996,2.3392 L18.4036,3.8812 C18.2656,3.9872 18.1976,4.1602 18.2256,4.3322 L18.2256,15.6672 C18.1976,15.8392 18.2656,16.0132 18.4036,16.1192 L19.9626,17.6612 L19.9626,18.0002 L12.1196,18.0002 L12.1196,17.6612 L13.7346,16.0812 C13.8936,15.9212 13.8936,15.8742 13.8936,15.6302 L13.8936,6.4682 L9.4026,17.9622 L8.7956,17.9622 L3.5666,6.4682 L3.5666,14.1722 C3.5226,14.4952 3.6296,14.8212 3.8566,15.0562 L5.9566,17.6242 L5.9566,17.9622 L-0.0004,17.9622 L-0.0004,17.6242 L2.1006,15.0562 C2.3256,14.8212 2.4256,14.4932 2.3716,14.1722 L2.3716,5.2642 Z"
|
|
6381
6438
|
})));
|
|
6382
6439
|
};
|
|
6383
6440
|
var _path$e;
|
|
@@ -6399,9 +6456,10 @@ var SvgLogoPinterest20 = function SvgLogoPinterest202(props) {
|
|
|
6399
6456
|
return /* @__PURE__ */ React.createElement("svg", _extends$e({
|
|
6400
6457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6401
6458
|
width: 20,
|
|
6402
|
-
height: 20
|
|
6459
|
+
height: 20,
|
|
6460
|
+
viewBox: "0 0 20 20"
|
|
6403
6461
|
}, props), _path$e || (_path$e = /* @__PURE__ */ React.createElement("path", {
|
|
6404
|
-
d: "M9.
|
|
6462
|
+
d: "M9.9949,-0.0001 C4.4749,-0.0001 -0.0001,4.4759 -0.0001,9.9959 C-0.0001,13.9649 2.3489,17.5579 5.9839,19.1509 C5.9409,18.3809 5.9989,17.6099 6.1559,16.8549 C6.3489,16.0439 7.4419,11.4099 7.4419,11.4099 C7.2249,10.9109 7.1169,10.3709 7.1229,9.8269 C7.1229,8.3459 7.9829,7.2399 9.0499,7.2399 C9.7899,7.2289 10.3979,7.8199 10.4089,8.5599 C10.4089,8.6209 10.4059,8.6809 10.3989,8.7409 C10.2059,9.9449 9.9109,11.1299 9.5159,12.2849 C9.3049,13.1109 9.8039,13.9529 10.6309,14.1649 C10.7819,14.2029 10.9379,14.2179 11.0939,14.2099 C12.9879,14.2099 14.2639,11.7779 14.2639,8.8959 C14.2639,6.7059 12.7889,5.0659 10.1039,5.0659 C7.4929,4.9619 5.2909,6.9949 5.1869,9.6059 C5.1839,9.6879 5.1829,9.7699 5.1839,9.8509 C5.1529,10.5639 5.3879,11.2629 5.8429,11.8129 C6.0079,11.9479 6.0659,12.1729 5.9859,12.3709 C5.9389,12.5529 5.8289,12.9989 5.7829,13.1729 C5.7529,13.3609 5.5769,13.4889 5.3899,13.4579 C5.3519,13.4529 5.3159,13.4409 5.2829,13.4229 C3.8859,12.8539 3.2359,11.3249 3.2359,9.6069 C3.2359,6.7679 5.6299,3.3609 10.3789,3.3609 C14.1949,3.3609 16.7079,6.1249 16.7079,9.0859 C16.7079,13.0069 14.5269,15.9369 11.3139,15.9369 C10.3419,15.9619 9.4229,15.4939 8.8719,14.6919 C8.8719,14.6919 8.2919,16.9949 8.1689,17.4389 C7.9369,18.1969 7.5989,18.9169 7.1629,19.5799 C12.4559,21.1479 18.0179,18.1269 19.5859,12.8339 C21.1529,7.5419 18.1339,1.9789 12.8409,0.4119 C11.9169,0.1379 10.9589,-0.0001 9.9949,-0.0001"
|
|
6405
6463
|
})));
|
|
6406
6464
|
};
|
|
6407
6465
|
var _path$d;
|
|
@@ -6423,9 +6481,10 @@ var SvgLogoReddit20 = function SvgLogoReddit202(props) {
|
|
|
6423
6481
|
return /* @__PURE__ */ React.createElement("svg", _extends$d({
|
|
6424
6482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6425
6483
|
width: 20,
|
|
6426
|
-
height: 20
|
|
6484
|
+
height: 20,
|
|
6485
|
+
viewBox: "0 0 20 20"
|
|
6427
6486
|
}, props), _path$d || (_path$d = /* @__PURE__ */ React.createElement("path", {
|
|
6428
|
-
d: "M13.
|
|
6487
|
+
d: "M13.4384,13.0825 C12.6094,13.0825 11.9374,12.4105 11.9374,11.5805 C11.9374,10.7515 12.6094,10.0795 13.4384,10.0795 C14.2674,10.0795 14.9404,10.7515 14.9404,11.5805 C14.9734,12.4095 14.3284,13.1075 13.5004,13.1415 C13.4744,13.1425 13.4494,13.1435 13.4234,13.1425 L13.4384,13.0825 Z M13.7094,15.6495 C12.6434,16.4525 11.3334,16.8605 10.0004,16.8065 C8.6674,16.8605 7.3564,16.4525 6.2924,15.6495 C6.1494,15.4775 6.1744,15.2215 6.3484,15.0795 C6.4974,14.9565 6.7124,14.9565 6.8624,15.0795 C7.7654,15.7415 8.8664,16.0755 9.9854,16.0245 C11.1054,16.0865 12.2114,15.7635 13.1234,15.1095 C13.2894,14.9475 13.5544,14.9505 13.7164,15.1165 C13.8774,15.2825 13.8754,15.5485 13.7094,15.7095 L13.7094,15.6495 Z M4.9854,11.5205 C4.9854,10.6915 5.6574,10.0195 6.4864,10.0195 C7.3164,10.0195 7.9884,10.6915 7.9884,11.5205 C7.9884,12.3505 7.3164,13.0215 6.4864,13.0215 C5.6574,13.0215 4.9854,12.3505 4.9854,11.5205 L4.9854,11.5205 Z M20.0004,10.0195 C19.9564,8.8095 18.9384,7.8645 17.7294,7.9095 C17.1914,7.9285 16.6794,8.1455 16.2914,8.5185 C14.5834,7.3565 12.5754,6.7155 10.5104,6.6715 L11.4864,1.9865 L14.7004,2.6625 C14.7884,3.4865 15.5284,4.0835 16.3534,3.9945 C17.1774,3.9065 17.7744,3.1655 17.6854,2.3415 C17.5964,1.5175 16.8564,0.9205 16.0324,1.0095 C15.5574,1.0605 15.1344,1.3335 14.8944,1.7465 L11.2164,1.0105 C10.9654,0.9565 10.7164,1.1145 10.6624,1.3655 C10.6624,1.3675 10.6614,1.3695 10.6614,1.3715 L9.5494,6.5815 C7.4594,6.6125 5.4244,7.2545 3.6944,8.4285 C2.8124,7.5985 1.4254,7.6405 0.5954,8.5225 C-0.2336,9.4045 -0.1916,10.7915 0.6894,11.6205 C0.8624,11.7835 1.0614,11.9175 1.2764,12.0165 C1.2604,12.2355 1.2604,12.4575 1.2764,12.6775 C1.2764,16.0405 5.1954,18.7725 10.0304,18.7725 C14.8654,18.7725 18.7834,16.0405 18.7834,12.6775 C18.8004,12.4575 18.8004,12.2355 18.7834,12.0165 C19.5404,11.6405 20.0124,10.8635 20.0004,10.0195 L20.0004,10.0195 Z"
|
|
6429
6488
|
})));
|
|
6430
6489
|
};
|
|
6431
6490
|
var _path$c;
|
|
@@ -6447,9 +6506,10 @@ var SvgLogoRss20 = function SvgLogoRss202(props) {
|
|
|
6447
6506
|
return /* @__PURE__ */ React.createElement("svg", _extends$c({
|
|
6448
6507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6449
6508
|
width: 20,
|
|
6450
|
-
height: 20
|
|
6509
|
+
height: 20,
|
|
6510
|
+
viewBox: "0 0 20 20"
|
|
6451
6511
|
}, props), _path$c || (_path$c = /* @__PURE__ */ React.createElement("path", {
|
|
6452
|
-
d: "M15
|
|
6512
|
+
d: "M15,19 C15,11.28 8.72,5 1,5 C0.447,5 0,5.448 0,6 C0,6.552 0.447,7 1,7 C7.617,7 13,12.383 13,19 C13,19.553 13.447,20 14,20 C14.553,20 15,19.553 15,19 M20,19 C20,8.523 11.477,0 1,0 C0.447,0 0,0.448 0,1 C0,1.552 0.447,2 1,2 C10.374,2 18,9.626 18,19 C18,19.553 18.447,20 19,20 C19.553,20 20,19.553 20,19 M10,19 C10,14.037 5.963,10 1,10 C0.447,10 0,10.448 0,11 C0,11.552 0.447,12 1,12 C4.859,12 8,15.141 8,19 C8,19.553 8.447,20 9,20 C9.553,20 10,19.553 10,19 M5,17.5 C5,18.881 3.881,20 2.5,20 C1.119,20 0,18.881 0,17.5 C0,16.119 1.119,15 2.5,15 C3.881,15 5,16.119 5,17.5"
|
|
6453
6513
|
})));
|
|
6454
6514
|
};
|
|
6455
6515
|
var _path$b;
|
|
@@ -6471,9 +6531,10 @@ var SvgLogoSnapchat20 = function SvgLogoSnapchat202(props) {
|
|
|
6471
6531
|
return /* @__PURE__ */ React.createElement("svg", _extends$b({
|
|
6472
6532
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6473
6533
|
width: 20,
|
|
6474
|
-
height: 20
|
|
6534
|
+
height: 20,
|
|
6535
|
+
viewBox: "0 0 20 20"
|
|
6475
6536
|
}, props), _path$b || (_path$b = /* @__PURE__ */ React.createElement("path", {
|
|
6476
|
-
d: "M10.
|
|
6537
|
+
d: "M10.1260439,19 C10.0750453,19 10.0240468,18.9980823 9.9730482,18.9961645 C9.9410491,18.9980823 9.90705005,19 9.87405098,19 C8.68908421,19 7.92810555,18.4841253 7.19312617,17.9855103 C6.68514041,17.6412742 6.20615385,17.3171745 5.64116969,17.2260814 C5.3661774,17.182932 5.09118511,17.1608779 4.82719252,17.1608779 C4.34920592,17.1608779 3.9722165,17.2308758 3.69722421,17.282655 C3.53022889,17.3142979 3.38623293,17.3421053 3.27723599,17.3421053 C3.16223921,17.3421053 3.03824269,17.3171745 2.9842442,17.1417004 C2.93824549,16.9873215 2.90424645,16.8396548 2.87124737,16.6967824 C2.78724973,16.3276156 2.72825138,16.1013211 2.56625593,16.0763904 C0.687308622,15.7983166 0.149323709,15.419561 0.0293270747,15.1491583 C0.0123275514,15.1108033 0.00232783188,15.0724483 0.000327887969,15.0340933 C-0.00567194377,14.9314937 0.0713258968,14.8394417 0.177322924,14.8231408 C3.0662419,14.3667164 4.36120559,11.5361176 4.41520407,11.4162583 C4.41720402,11.4124228 4.41820399,11.4095461 4.42020393,11.4057106 C4.59719897,11.0624334 4.63119802,10.7642233 4.52320104,10.5197102 C4.3252066,10.0709567 3.67822474,9.87438739 3.25123672,9.74493927 C3.14623966,9.71233752 3.04624247,9.6826124 2.96824465,9.65288728 C2.1142686,9.32878756 2.04327059,8.99701683 2.07726964,8.82825485 C2.13426804,8.5396335 2.53625677,8.33826976 2.86124765,8.33826976 C2.95024516,8.33826976 3.02924294,8.35265289 3.09524109,8.38237801 C3.47923032,8.5549755 3.82522062,8.64223311 4.12421223,8.64223311 C4.53720065,8.64223311 4.7171956,8.47634775 4.73919499,8.45429363 C4.72919527,8.26731302 4.71619563,8.07170254 4.70219602,7.86937993 C4.61619844,6.55955679 4.51020141,4.93234605 4.94218929,4.00319625 C6.23715298,1.21958236 8.98307597,1.00287662 9.79405322,1.00287662 C9.81405266,1.00287662 10.1490433,1 10.1490433,1 L10.1970419,1 C11.0100191,1 13.7619419,1.21574686 15.0579056,4.0012785 C15.4898935,4.93138717 15.3828965,6.55955679 15.2968989,7.86842105 L15.292899,7.92499467 C15.2818993,8.10813978 15.2698997,8.28457277 15.2598999,8.45429363 C15.2808993,8.47347113 15.4468947,8.62784999 15.8208842,8.64127424 L15.8208842,8.64127424 C16.1058762,8.63072661 16.432867,8.54442787 16.791857,8.38237801 C16.896854,8.33539314 17.0128508,8.32580439 17.0928485,8.32580439 C17.2138451,8.32580439 17.3368417,8.34881739 17.4388388,8.38909013 L17.4458386,8.39196676 C17.7358305,8.489772 17.9258252,8.68442361 17.9298251,8.88866397 C17.9338249,9.08043895 17.7808292,9.3690603 17.0318502,9.65288728 C16.9538524,9.68165353 16.8548552,9.71233752 16.7498581,9.74493927 C16.3208702,9.87438739 15.6748883,10.0709567 15.4768938,10.5187513 C15.3678969,10.7632644 15.4028959,11.0624334 15.579891,11.4057106 C15.5808909,11.4085873 15.5828909,11.4124228 15.5838908,11.4162583 C15.6378893,11.5361176 16.932853,14.3657575 19.822772,14.8231408 C19.928769,14.8394417 20.0047669,14.9305348 19.999767,15.0340933 C19.9967671,15.0724483 19.9867674,15.1117622 19.9697678,15.1501172 C19.8507712,15.4176433 19.3137862,15.7963989 17.433839,16.0754315 C17.2798433,16.0984445 17.219845,16.2902195 17.1288475,16.6919881 C17.0958484,16.8386959 17.0618494,16.9825272 17.0148507,17.1340294 C16.9748518,17.2644364 16.8898542,17.3267633 16.7468582,17.3267633 L16.7228589,17.3267633 C16.6238617,17.3267633 16.4818657,17.3085446 16.3018707,17.274984 C15.9838796,17.2164926 15.6268896,17.1608779 15.1729024,17.1608779 C14.9079098,17.1608779 14.6339175,17.182932 14.3579252,17.2260814 C13.793941,17.3171745 13.3149545,17.6412742 12.8089687,17.9845515 C12.0719893,18.4841253 11.3120107,19 10.1260439,19"
|
|
6477
6538
|
})));
|
|
6478
6539
|
};
|
|
6479
6540
|
var _path$a;
|
|
@@ -6495,9 +6556,10 @@ var SvgLogoSoundcloud20 = function SvgLogoSoundcloud202(props) {
|
|
|
6495
6556
|
return /* @__PURE__ */ React.createElement("svg", _extends$a({
|
|
6496
6557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6497
6558
|
width: 20,
|
|
6498
|
-
height: 20
|
|
6559
|
+
height: 20,
|
|
6560
|
+
viewBox: "0 0 20 20"
|
|
6499
6561
|
}, props), _path$a || (_path$a = /* @__PURE__ */ React.createElement("path", {
|
|
6500
|
-
d: "M0 13.
|
|
6562
|
+
d: "M0,13.23 C0,13.482 0.09,13.672 0.27,13.801 C0.45,13.93 0.642,13.976 0.847,13.938 C1.039,13.9 1.174,13.831 1.252,13.73 C1.329,13.629 1.368,13.463 1.368,13.23 L1.368,10.494 C1.368,10.298 1.301,10.133 1.168,9.998 C1.035,9.863 0.872,9.794 0.679,9.794 C0.493,9.794 0.333,9.863 0.2,9.998 C0.067,10.133 0,10.298 0,10.494 L0,13.23 Z M2.141,14.401 C2.141,14.584 2.204,14.72 2.331,14.811 C2.458,14.903 2.621,14.948 2.82,14.948 C3.024,14.948 3.19,14.903 3.318,14.811 C3.445,14.72 3.509,14.584 3.509,14.401 L3.509,8.021 C3.509,7.832 3.442,7.669 3.309,7.534 C3.175,7.399 3.012,7.332 2.82,7.332 C2.634,7.332 2.474,7.399 2.341,7.534 C2.207,7.669 2.141,7.832 2.141,8.021 L2.141,14.401 Z M4.271,14.703 C4.271,14.885 4.337,15.022 4.467,15.113 C4.598,15.205 4.765,15.25 4.97,15.25 C5.168,15.25 5.331,15.205 5.458,15.113 C5.585,15.022 5.649,14.885 5.649,14.703 L5.649,8.879 C5.649,8.684 5.583,8.518 5.449,8.379 C5.315,8.241 5.156,8.171 4.97,8.171 C4.777,8.171 4.613,8.241 4.477,8.379 C4.34,8.518 4.271,8.684 4.271,8.879 L4.271,14.703 Z M6.412,14.731 C6.412,15.077 6.642,15.25 7.101,15.25 C7.56,15.25 7.79,15.077 7.79,14.731 L7.79,5.293 C7.79,4.764 7.62,4.404 7.311,4.365 C7.102,4.337 6.909,4.338 6.71,4.508 C6.512,4.678 6.412,4.985 6.412,5.293 L6.412,14.731 Z M8.59,15.004 L8.59,4.736 C8.59,4.409 8.686,4.214 8.878,4.151 C9.294,4.05 9.707,4 10.117,4 C11.066,4 11.95,4.227 12.769,4.68 C13.587,5.132 14.25,5.751 14.755,6.534 C15.261,7.317 15.554,8.181 15.635,9.125 C16.013,8.961 16.417,8.879 16.845,8.879 C17.713,8.879 18.457,9.191 19.074,9.814 C19.691,10.437 20,11.185 20,12.06 C20,12.941 19.691,13.693 19.074,14.316 C18.457,14.939 17.716,15.251 16.854,15.251 L8.758,15.241 C8.702,15.222 8.66,15.187 8.632,15.137 C8.604,15.086 8.59,15.042 8.59,15.004 L8.59,15.004 Z"
|
|
6501
6563
|
})));
|
|
6502
6564
|
};
|
|
6503
6565
|
var _path$9;
|
|
@@ -6519,9 +6581,10 @@ var SvgLogoSpotify20 = function SvgLogoSpotify202(props) {
|
|
|
6519
6581
|
return /* @__PURE__ */ React.createElement("svg", _extends$9({
|
|
6520
6582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6521
6583
|
width: 20,
|
|
6522
|
-
height: 20
|
|
6584
|
+
height: 20,
|
|
6585
|
+
viewBox: "0 0 20 20"
|
|
6523
6586
|
}, props), _path$9 || (_path$9 = /* @__PURE__ */ React.createElement("path", {
|
|
6524
|
-
d: "M10
|
|
6587
|
+
d: "M10,0 C4.477,0 0,4.477 0,10 C0,15.522 4.477,20 10,20 C15.522,20 20,15.522 20,10 C19.984,4.484 15.517,0.016 10,0 M14.6,14.454 C14.438,14.74 14.075,14.841 13.79,14.679 C13.776,14.672 13.763,14.663 13.75,14.654 C11.4,13.2 8.45,12.904 4.95,13.704 C4.619,13.787 4.283,13.586 4.2,13.255 C4.117,12.923 4.319,12.587 4.65,12.505 C8.45,11.654 11.75,12.005 14.35,13.604 C14.647,13.749 14.771,14.107 14.627,14.405 C14.619,14.422 14.609,14.438 14.6,14.454 M15.805,11.7 C15.591,12.058 15.128,12.174 14.771,11.96 C14.766,11.957 14.76,11.953 14.755,11.95 C11.725,10.247 8.138,9.833 4.8,10.8 C4.399,10.926 3.973,10.703 3.848,10.303 C3.722,9.902 3.945,9.476 4.345,9.35 C8.126,8.269 12.183,8.755 15.6,10.7 C15.929,10.909 16.026,11.346 15.816,11.675 C15.812,11.684 15.806,11.691 15.8,11.7 M15.9,8.9 C12.7,7 7.35,6.8 4.3,7.75 C3.823,7.92 3.298,7.671 3.128,7.194 C2.958,6.717 3.206,6.192 3.683,6.022 C3.707,6.014 3.73,6.006 3.754,6 C7.305,4.95 13.154,5.15 16.854,7.35 C17.304,7.617 17.459,8.193 17.204,8.65 C16.886,9.031 16.342,9.136 15.904,8.9"
|
|
6525
6588
|
})));
|
|
6526
6589
|
};
|
|
6527
6590
|
var _path$8;
|
|
@@ -6543,9 +6606,10 @@ var SvgLogoTelegram20 = function SvgLogoTelegram202(props) {
|
|
|
6543
6606
|
return /* @__PURE__ */ React.createElement("svg", _extends$8({
|
|
6544
6607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6545
6608
|
width: 20,
|
|
6546
|
-
height: 20
|
|
6609
|
+
height: 20,
|
|
6610
|
+
viewBox: "0 0 20 20"
|
|
6547
6611
|
}, props), _path$8 || (_path$8 = /* @__PURE__ */ React.createElement("path", {
|
|
6548
|
-
d: "M18.54 1.
|
|
6612
|
+
d: "M18.54 1.2L.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"
|
|
6549
6613
|
})));
|
|
6550
6614
|
};
|
|
6551
6615
|
var _path$7;
|
|
@@ -6567,9 +6631,10 @@ var SvgLogoTumblr20 = function SvgLogoTumblr202(props) {
|
|
|
6567
6631
|
return /* @__PURE__ */ React.createElement("svg", _extends$7({
|
|
6568
6632
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6569
6633
|
width: 20,
|
|
6570
|
-
height: 20
|
|
6634
|
+
height: 20,
|
|
6635
|
+
viewBox: "0 0 20 20"
|
|
6571
6636
|
}, props), _path$7 || (_path$7 = /* @__PURE__ */ React.createElement("path", {
|
|
6572
|
-
d: "M15.083
|
|
6637
|
+
d: "M15.083,15.965 C14.595,16.173 14.071,16.29 13.54,16.31 C12.585,16.38 11.754,15.669 11.684,14.724 C11.674,14.596 11.679,14.467 11.698,14.34 L11.698,8.115 L15.542,8.115 L15.542,5.087 L11.707,5.087 L11.707,0 L8.904,0 C8.827,0.008 8.768,0.072 8.766,0.15 C8.667,2.515 7.201,4.612 5,5.533 L5,8.115 L6.937,8.115 L6.937,14.648 C6.903,17.569 9.266,19.966 12.215,19.999 C12.372,20.001 12.529,19.996 12.687,19.985 C14.094,19.96 15.655,19.349 16,18.814 L15.083,15.963"
|
|
6573
6638
|
})));
|
|
6574
6639
|
};
|
|
6575
6640
|
var _path$6;
|
|
@@ -6591,9 +6656,10 @@ var SvgLogoTwitch20 = function SvgLogoTwitch202(props) {
|
|
|
6591
6656
|
return /* @__PURE__ */ React.createElement("svg", _extends$6({
|
|
6592
6657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6593
6658
|
width: 20,
|
|
6594
|
-
height: 20
|
|
6659
|
+
height: 20,
|
|
6660
|
+
viewBox: "0 0 20 20"
|
|
6595
6661
|
}, props), _path$6 || (_path$6 = /* @__PURE__ */ React.createElement("path", {
|
|
6596
|
-
d: "M1.406
|
|
6662
|
+
d: "M1.406 0L0 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"
|
|
6597
6663
|
})));
|
|
6598
6664
|
};
|
|
6599
6665
|
var _path$5;
|
|
@@ -6615,7 +6681,8 @@ var SvgLogoTwitter20 = function SvgLogoTwitter202(props) {
|
|
|
6615
6681
|
return /* @__PURE__ */ React.createElement("svg", _extends$5({
|
|
6616
6682
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6617
6683
|
width: 20,
|
|
6618
|
-
height: 20
|
|
6684
|
+
height: 20,
|
|
6685
|
+
viewBox: "0 0 20 20"
|
|
6619
6686
|
}, props), _path$5 || (_path$5 = /* @__PURE__ */ React.createElement("path", {
|
|
6620
6687
|
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"
|
|
6621
6688
|
})));
|
|
@@ -6639,7 +6706,8 @@ var SvgLogoWhatsapp20 = function SvgLogoWhatsapp202(props) {
|
|
|
6639
6706
|
return /* @__PURE__ */ React.createElement("svg", _extends$4({
|
|
6640
6707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6641
6708
|
width: 20,
|
|
6642
|
-
height: 20
|
|
6709
|
+
height: 20,
|
|
6710
|
+
viewBox: "0 0 20 20"
|
|
6643
6711
|
}, props), _path$4 || (_path$4 = /* @__PURE__ */ React.createElement("path", {
|
|
6644
6712
|
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"
|
|
6645
6713
|
})));
|
|
@@ -6663,9 +6731,10 @@ var SvgLogoVimeo20 = function SvgLogoVimeo202(props) {
|
|
|
6663
6731
|
return /* @__PURE__ */ React.createElement("svg", _extends$3({
|
|
6664
6732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6665
6733
|
width: 20,
|
|
6666
|
-
height: 20
|
|
6734
|
+
height: 20,
|
|
6735
|
+
viewBox: "0 0 20 20"
|
|
6667
6736
|
}, props), _path$3 || (_path$3 = /* @__PURE__ */ React.createElement("path", {
|
|
6668
|
-
d: "M19.
|
|
6737
|
+
d: "M19.9925,5.1568 C19.9055,7.1858 18.5465,9.9608 15.9165,13.4798 C13.1975,17.1598 10.8945,18.9998 9.0105,18.9998 C7.8455,18.9998 6.8595,17.8788 6.0535,15.6358 C5.5135,13.5758 4.9745,11.5168 4.4385,9.4618 C3.8385,7.2158 3.1955,6.0918 2.5095,6.0928 C1.9385,6.3398 1.4095,6.6718 0.9405,7.0768 L-0.0005,5.8158 C0.9855,4.9158 1.9575,4.0118 2.9155,3.1068 C4.2285,1.9218 5.2145,1.2978 5.8735,1.2348 C7.4265,1.0768 8.3835,2.1828 8.7445,4.5538 C9.1295,7.1118 9.3975,8.7018 9.5485,9.3258 C9.9985,11.4458 10.4915,12.5058 11.0275,12.5038 C11.4455,12.5038 12.0735,11.8188 12.9115,10.4488 C13.5725,9.5078 14.0305,8.4398 14.2555,7.3148 C14.3755,6.1288 13.9275,5.5398 12.9115,5.5398 C12.4005,5.5448 11.8965,5.6568 11.4315,5.8658 C12.4195,2.5298 14.3035,0.9088 17.0825,1.0038 C19.1415,1.0638 20.1105,2.4498 19.9895,5.1628"
|
|
6669
6738
|
})));
|
|
6670
6739
|
};
|
|
6671
6740
|
var _path$2;
|
|
@@ -6687,9 +6756,10 @@ var SvgLogoYelp20 = function SvgLogoYelp202(props) {
|
|
|
6687
6756
|
return /* @__PURE__ */ React.createElement("svg", _extends$2({
|
|
6688
6757
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6689
6758
|
width: 20,
|
|
6690
|
-
height: 20
|
|
6759
|
+
height: 20,
|
|
6760
|
+
viewBox: "0 0 20 20"
|
|
6691
6761
|
}, props), _path$2 || (_path$2 = /* @__PURE__ */ React.createElement("path", {
|
|
6692
|
-
d: "M6.
|
|
6762
|
+
d: "M6.8613,0.3896 C6.0563,0.5906 5.2893,0.8566 4.5633,1.1786 C4.0593,1.4016 3.8703,1.9796 4.1483,2.4296 L8.5173,9.4756 C9.0073,10.2666 10.3053,9.9426 10.3053,9.0296 L10.3053,0.8936 C10.3053,0.3736 9.8303,-0.0384 9.2743,0.0026 C8.4723,0.0616 7.6663,0.1896 6.8613,0.3896 M17.9203,9.2746 C17.4263,8.2136 16.6963,7.2976 15.8053,6.5656 C15.3723,6.2096 14.7013,6.2916 14.3783,6.7376 L11.7773,10.3276 C11.2773,11.0176 11.9763,11.9126 12.8363,11.6836 L17.3053,10.4906 C17.8633,10.3416 18.1503,9.7696 17.9203,9.2746 M11.7003,14.4386 L14.1653,18.1116 C14.4723,18.5696 15.1423,18.6696 15.5903,18.3266 C16.5293,17.6046 17.2823,16.7006 17.8003,15.6886 C18.0493,15.2026 17.7813,14.6216 17.2313,14.4546 L12.8093,13.1176 C11.9583,12.8596 11.2263,13.7326 11.7003,14.4386 M5.6013,18.7326 C6.5943,19.3676 7.7313,19.7996 8.9333,19.9876 C9.5053,20.0766 10.0313,19.6776 10.0513,19.1376 L10.2143,14.8096 C10.2453,13.9766 9.1423,13.5626 8.5443,14.1816 L5.4323,17.3996 C5.0463,17.7996 5.1253,18.4266 5.6013,18.7326 M3.7593,9.3866 L7.9393,11.2856 C8.7433,11.6506 8.6193,12.7506 7.7513,12.9526 L3.2393,13.9996 C2.6763,14.1306 2.1213,13.7696 2.0543,13.2326 C1.9123,12.0846 2.0523,10.9516 2.4313,9.9026 C2.6153,9.3926 3.2403,9.1516 3.7593,9.3866"
|
|
6693
6763
|
})));
|
|
6694
6764
|
};
|
|
6695
6765
|
var _path$1;
|
|
@@ -6711,9 +6781,10 @@ var SvgLogoYoutube20 = function SvgLogoYoutube202(props) {
|
|
|
6711
6781
|
return /* @__PURE__ */ React.createElement("svg", _extends$1({
|
|
6712
6782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6713
6783
|
width: 20,
|
|
6714
|
-
height: 20
|
|
6784
|
+
height: 20,
|
|
6785
|
+
viewBox: "0 0 20 20"
|
|
6715
6786
|
}, props), _path$1 || (_path$1 = /* @__PURE__ */ React.createElement("path", {
|
|
6716
|
-
d: "M8
|
|
6787
|
+
d: "M8,13 L8,7 L13,10 L8,13 Z M19.582,5.186 C19.353,4.326 18.675,3.648 17.813,3.418 C16.254,3 10,3 10,3 C10,3 3.746,3 2.186,3.418 C1.326,3.648 0.648,4.326 0.418,5.186 C0,6.746 0,10 0,10 C0,10 0,13.254 0.418,14.813 C0.648,15.675 1.326,16.353 2.186,16.582 C3.746,17 10,17 10,17 C10,17 16.254,17 17.813,16.582 C18.675,16.353 19.353,15.675 19.582,14.813 C20,13.254 20,10 20,10 C20,10 20,6.746 19.582,5.186 L19.582,5.186 Z"
|
|
6717
6788
|
})));
|
|
6718
6789
|
};
|
|
6719
6790
|
const SocialLinksOptions = [{
|
|
@@ -7741,11 +7812,12 @@ var SvgWarning20 = function SvgWarning202(props) {
|
|
|
7741
7812
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
7742
7813
|
width: 20,
|
|
7743
7814
|
height: 20,
|
|
7815
|
+
viewBox: "0 0 20 20",
|
|
7744
7816
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7745
7817
|
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
7746
7818
|
fillRule: "evenodd",
|
|
7747
7819
|
clipRule: "evenodd",
|
|
7748
|
-
d: "M2.
|
|
7820
|
+
d: "M2.89864 18H17.1014C18.4183 18 19.2633 16.6003 18.65 15.4349L11.5486 1.94236C10.8925 0.69577 9.10749 0.695766 8.45139 1.94236L1.35003 15.4349C0.736692 16.6003 1.58174 18 2.89864 18ZM9 6C9 5.44772 9.44771 5 10 5C10.5523 5 11 5.44772 11 6V11C11 11.5523 10.5523 12 10 12C9.44771 12 9 11.5523 9 11V6ZM11.25 14.75C11.25 15.4404 10.6904 16 10 16C9.30964 16 8.75 15.4404 8.75 14.75C8.75 14.0596 9.30964 13.5 10 13.5C10.6904 13.5 11.25 14.0596 11.25 14.75Z"
|
|
7749
7821
|
})));
|
|
7750
7822
|
};
|
|
7751
7823
|
const ErrorDiv = styled("div")`
|
|
@@ -7772,9 +7844,267 @@ const FallbackComponent = forwardRef(function FallbackComponent2({
|
|
|
7772
7844
|
})]
|
|
7773
7845
|
});
|
|
7774
7846
|
});
|
|
7775
|
-
function
|
|
7847
|
+
function murmur2(str) {
|
|
7848
|
+
var h = 0;
|
|
7849
|
+
var k, i = 0, len = str.length;
|
|
7850
|
+
for (; len >= 4; ++i, len -= 4) {
|
|
7851
|
+
k = str.charCodeAt(i) & 255 | (str.charCodeAt(++i) & 255) << 8 | (str.charCodeAt(++i) & 255) << 16 | (str.charCodeAt(++i) & 255) << 24;
|
|
7852
|
+
k = (k & 65535) * 1540483477 + ((k >>> 16) * 59797 << 16);
|
|
7853
|
+
k ^= k >>> 24;
|
|
7854
|
+
h = (k & 65535) * 1540483477 + ((k >>> 16) * 59797 << 16) ^ (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
|
|
7855
|
+
}
|
|
7856
|
+
switch (len) {
|
|
7857
|
+
case 3:
|
|
7858
|
+
h ^= (str.charCodeAt(i + 2) & 255) << 16;
|
|
7859
|
+
case 2:
|
|
7860
|
+
h ^= (str.charCodeAt(i + 1) & 255) << 8;
|
|
7861
|
+
case 1:
|
|
7862
|
+
h ^= str.charCodeAt(i) & 255;
|
|
7863
|
+
h = (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
|
|
7864
|
+
}
|
|
7865
|
+
h ^= h >>> 13;
|
|
7866
|
+
h = (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
|
|
7867
|
+
return ((h ^ h >>> 15) >>> 0).toString(36);
|
|
7868
|
+
}
|
|
7869
|
+
var unitlessKeys = {
|
|
7870
|
+
animationIterationCount: 1,
|
|
7871
|
+
borderImageOutset: 1,
|
|
7872
|
+
borderImageSlice: 1,
|
|
7873
|
+
borderImageWidth: 1,
|
|
7874
|
+
boxFlex: 1,
|
|
7875
|
+
boxFlexGroup: 1,
|
|
7876
|
+
boxOrdinalGroup: 1,
|
|
7877
|
+
columnCount: 1,
|
|
7878
|
+
columns: 1,
|
|
7879
|
+
flex: 1,
|
|
7880
|
+
flexGrow: 1,
|
|
7881
|
+
flexPositive: 1,
|
|
7882
|
+
flexShrink: 1,
|
|
7883
|
+
flexNegative: 1,
|
|
7884
|
+
flexOrder: 1,
|
|
7885
|
+
gridRow: 1,
|
|
7886
|
+
gridRowEnd: 1,
|
|
7887
|
+
gridRowSpan: 1,
|
|
7888
|
+
gridRowStart: 1,
|
|
7889
|
+
gridColumn: 1,
|
|
7890
|
+
gridColumnEnd: 1,
|
|
7891
|
+
gridColumnSpan: 1,
|
|
7892
|
+
gridColumnStart: 1,
|
|
7893
|
+
msGridRow: 1,
|
|
7894
|
+
msGridRowSpan: 1,
|
|
7895
|
+
msGridColumn: 1,
|
|
7896
|
+
msGridColumnSpan: 1,
|
|
7897
|
+
fontWeight: 1,
|
|
7898
|
+
lineHeight: 1,
|
|
7899
|
+
opacity: 1,
|
|
7900
|
+
order: 1,
|
|
7901
|
+
orphans: 1,
|
|
7902
|
+
tabSize: 1,
|
|
7903
|
+
widows: 1,
|
|
7904
|
+
zIndex: 1,
|
|
7905
|
+
zoom: 1,
|
|
7906
|
+
WebkitLineClamp: 1,
|
|
7907
|
+
fillOpacity: 1,
|
|
7908
|
+
floodOpacity: 1,
|
|
7909
|
+
stopOpacity: 1,
|
|
7910
|
+
strokeDasharray: 1,
|
|
7911
|
+
strokeDashoffset: 1,
|
|
7912
|
+
strokeMiterlimit: 1,
|
|
7913
|
+
strokeOpacity: 1,
|
|
7914
|
+
strokeWidth: 1
|
|
7915
|
+
};
|
|
7916
|
+
function memoize(fn) {
|
|
7917
|
+
var cache2 = /* @__PURE__ */ Object.create(null);
|
|
7918
|
+
return function(arg) {
|
|
7919
|
+
if (cache2[arg] === void 0)
|
|
7920
|
+
cache2[arg] = fn(arg);
|
|
7921
|
+
return cache2[arg];
|
|
7922
|
+
};
|
|
7923
|
+
}
|
|
7924
|
+
var hyphenateRegex = /[A-Z]|^ms/g;
|
|
7925
|
+
var animationRegex = /_EMO_([^_]+?)_([^]*?)_EMO_/g;
|
|
7926
|
+
var isCustomProperty = function isCustomProperty2(property) {
|
|
7927
|
+
return property.charCodeAt(1) === 45;
|
|
7928
|
+
};
|
|
7929
|
+
var isProcessableValue = function isProcessableValue2(value) {
|
|
7930
|
+
return value != null && typeof value !== "boolean";
|
|
7931
|
+
};
|
|
7932
|
+
var processStyleName = /* @__PURE__ */ memoize(function(styleName) {
|
|
7933
|
+
return isCustomProperty(styleName) ? styleName : styleName.replace(hyphenateRegex, "-$&").toLowerCase();
|
|
7934
|
+
});
|
|
7935
|
+
var processStyleValue = function processStyleValue2(key, value) {
|
|
7936
|
+
switch (key) {
|
|
7937
|
+
case "animation":
|
|
7938
|
+
case "animationName": {
|
|
7939
|
+
if (typeof value === "string") {
|
|
7940
|
+
return value.replace(animationRegex, function(match, p1, p2) {
|
|
7941
|
+
cursor = {
|
|
7942
|
+
name: p1,
|
|
7943
|
+
styles: p2,
|
|
7944
|
+
next: cursor
|
|
7945
|
+
};
|
|
7946
|
+
return p1;
|
|
7947
|
+
});
|
|
7948
|
+
}
|
|
7949
|
+
}
|
|
7950
|
+
}
|
|
7951
|
+
if (unitlessKeys[key] !== 1 && !isCustomProperty(key) && typeof value === "number" && value !== 0) {
|
|
7952
|
+
return value + "px";
|
|
7953
|
+
}
|
|
7954
|
+
return value;
|
|
7955
|
+
};
|
|
7956
|
+
function handleInterpolation(mergedProps, registered, interpolation) {
|
|
7957
|
+
if (interpolation == null) {
|
|
7958
|
+
return "";
|
|
7959
|
+
}
|
|
7960
|
+
if (interpolation.__emotion_styles !== void 0) {
|
|
7961
|
+
return interpolation;
|
|
7962
|
+
}
|
|
7963
|
+
switch (typeof interpolation) {
|
|
7964
|
+
case "boolean": {
|
|
7965
|
+
return "";
|
|
7966
|
+
}
|
|
7967
|
+
case "object": {
|
|
7968
|
+
if (interpolation.anim === 1) {
|
|
7969
|
+
cursor = {
|
|
7970
|
+
name: interpolation.name,
|
|
7971
|
+
styles: interpolation.styles,
|
|
7972
|
+
next: cursor
|
|
7973
|
+
};
|
|
7974
|
+
return interpolation.name;
|
|
7975
|
+
}
|
|
7976
|
+
if (interpolation.styles !== void 0) {
|
|
7977
|
+
var next = interpolation.next;
|
|
7978
|
+
if (next !== void 0) {
|
|
7979
|
+
while (next !== void 0) {
|
|
7980
|
+
cursor = {
|
|
7981
|
+
name: next.name,
|
|
7982
|
+
styles: next.styles,
|
|
7983
|
+
next: cursor
|
|
7984
|
+
};
|
|
7985
|
+
next = next.next;
|
|
7986
|
+
}
|
|
7987
|
+
}
|
|
7988
|
+
var styles = interpolation.styles + ";";
|
|
7989
|
+
return styles;
|
|
7990
|
+
}
|
|
7991
|
+
return createStringFromObject(mergedProps, registered, interpolation);
|
|
7992
|
+
}
|
|
7993
|
+
case "function": {
|
|
7994
|
+
if (mergedProps !== void 0) {
|
|
7995
|
+
var previousCursor = cursor;
|
|
7996
|
+
var result = interpolation(mergedProps);
|
|
7997
|
+
cursor = previousCursor;
|
|
7998
|
+
return handleInterpolation(mergedProps, registered, result);
|
|
7999
|
+
}
|
|
8000
|
+
break;
|
|
8001
|
+
}
|
|
8002
|
+
}
|
|
8003
|
+
if (registered == null) {
|
|
8004
|
+
return interpolation;
|
|
8005
|
+
}
|
|
8006
|
+
var cached = registered[interpolation];
|
|
8007
|
+
return cached !== void 0 ? cached : interpolation;
|
|
8008
|
+
}
|
|
8009
|
+
function createStringFromObject(mergedProps, registered, obj) {
|
|
8010
|
+
var string = "";
|
|
8011
|
+
if (Array.isArray(obj)) {
|
|
8012
|
+
for (var i = 0; i < obj.length; i++) {
|
|
8013
|
+
string += handleInterpolation(mergedProps, registered, obj[i]) + ";";
|
|
8014
|
+
}
|
|
8015
|
+
} else {
|
|
8016
|
+
for (var _key in obj) {
|
|
8017
|
+
var value = obj[_key];
|
|
8018
|
+
if (typeof value !== "object") {
|
|
8019
|
+
if (registered != null && registered[value] !== void 0) {
|
|
8020
|
+
string += _key + "{" + registered[value] + "}";
|
|
8021
|
+
} else if (isProcessableValue(value)) {
|
|
8022
|
+
string += processStyleName(_key) + ":" + processStyleValue(_key, value) + ";";
|
|
8023
|
+
}
|
|
8024
|
+
} else {
|
|
8025
|
+
if (_key === "NO_COMPONENT_SELECTOR" && false) {
|
|
8026
|
+
throw new Error("Component selectors can only be used in conjunction with @emotion/babel-plugin.");
|
|
8027
|
+
}
|
|
8028
|
+
if (Array.isArray(value) && typeof value[0] === "string" && (registered == null || registered[value[0]] === void 0)) {
|
|
8029
|
+
for (var _i = 0; _i < value.length; _i++) {
|
|
8030
|
+
if (isProcessableValue(value[_i])) {
|
|
8031
|
+
string += processStyleName(_key) + ":" + processStyleValue(_key, value[_i]) + ";";
|
|
8032
|
+
}
|
|
8033
|
+
}
|
|
8034
|
+
} else {
|
|
8035
|
+
var interpolated = handleInterpolation(mergedProps, registered, value);
|
|
8036
|
+
switch (_key) {
|
|
8037
|
+
case "animation":
|
|
8038
|
+
case "animationName": {
|
|
8039
|
+
string += processStyleName(_key) + ":" + interpolated + ";";
|
|
8040
|
+
break;
|
|
8041
|
+
}
|
|
8042
|
+
default: {
|
|
8043
|
+
string += _key + "{" + interpolated + "}";
|
|
8044
|
+
}
|
|
8045
|
+
}
|
|
8046
|
+
}
|
|
8047
|
+
}
|
|
8048
|
+
}
|
|
8049
|
+
}
|
|
8050
|
+
return string;
|
|
8051
|
+
}
|
|
8052
|
+
var labelPattern = /label:\s*([^\s;\n{]+)\s*(;|$)/g;
|
|
8053
|
+
var cursor;
|
|
8054
|
+
var serializeStyles = function serializeStyles2(args, registered, mergedProps) {
|
|
8055
|
+
if (args.length === 1 && typeof args[0] === "object" && args[0] !== null && args[0].styles !== void 0) {
|
|
8056
|
+
return args[0];
|
|
8057
|
+
}
|
|
8058
|
+
var stringMode = true;
|
|
8059
|
+
var styles = "";
|
|
8060
|
+
cursor = void 0;
|
|
8061
|
+
var strings = args[0];
|
|
8062
|
+
if (strings == null || strings.raw === void 0) {
|
|
8063
|
+
stringMode = false;
|
|
8064
|
+
styles += handleInterpolation(mergedProps, registered, strings);
|
|
8065
|
+
} else {
|
|
8066
|
+
styles += strings[0];
|
|
8067
|
+
}
|
|
8068
|
+
for (var i = 1; i < args.length; i++) {
|
|
8069
|
+
styles += handleInterpolation(mergedProps, registered, args[i]);
|
|
8070
|
+
if (stringMode) {
|
|
8071
|
+
styles += strings[i];
|
|
8072
|
+
}
|
|
8073
|
+
}
|
|
8074
|
+
labelPattern.lastIndex = 0;
|
|
8075
|
+
var identifierName = "";
|
|
8076
|
+
var match;
|
|
8077
|
+
while ((match = labelPattern.exec(styles)) !== null) {
|
|
8078
|
+
identifierName += "-" + match[1];
|
|
8079
|
+
}
|
|
8080
|
+
var name = murmur2(styles) + identifierName;
|
|
8081
|
+
return {
|
|
8082
|
+
name,
|
|
8083
|
+
styles,
|
|
8084
|
+
next: cursor
|
|
8085
|
+
};
|
|
8086
|
+
};
|
|
8087
|
+
var isBrowser = true;
|
|
8088
|
+
var registerStyles = function registerStyles2(cache2, serialized, isStringTag) {
|
|
8089
|
+
var className = cache2.key + "-" + serialized.name;
|
|
8090
|
+
if ((isStringTag === false || isBrowser === false) && cache2.registered[className] === void 0) {
|
|
8091
|
+
cache2.registered[className] = serialized.styles;
|
|
8092
|
+
}
|
|
8093
|
+
};
|
|
8094
|
+
var insertStyles = function insertStyles2(cache2, serialized, isStringTag) {
|
|
8095
|
+
registerStyles(cache2, serialized, isStringTag);
|
|
8096
|
+
var className = cache2.key + "-" + serialized.name;
|
|
8097
|
+
if (cache2.inserted[serialized.name] === void 0) {
|
|
8098
|
+
var current = serialized;
|
|
8099
|
+
do {
|
|
8100
|
+
cache2.insert(serialized === current ? "." + className : "", current, cache2.sheet, true);
|
|
8101
|
+
current = current.next;
|
|
8102
|
+
} while (current !== void 0);
|
|
8103
|
+
}
|
|
8104
|
+
};
|
|
8105
|
+
function useStyleControlCssObject(style, controlDefinition) {
|
|
7776
8106
|
const { properties } = controlDefinition.config;
|
|
7777
|
-
return
|
|
8107
|
+
return __spreadValues(__spreadValues({}, properties.includes(StyleControlProperty.Width) && {
|
|
7778
8108
|
maxWidth: "100%"
|
|
7779
8109
|
}), responsiveStyle([
|
|
7780
8110
|
style == null ? void 0 : style.width,
|
|
@@ -7807,7 +8137,7 @@ function useStyleControlDataClass(style, controlDefinition) {
|
|
|
7807
8137
|
borderBottomRightRadius: (_p = borderRadiusToString(borderRadius == null ? void 0 : borderRadius.borderBottomRightRadius)) != null ? _p : 0,
|
|
7808
8138
|
borderBottomLeftRadius: (_q = borderRadiusToString(borderRadius == null ? void 0 : borderRadius.borderBottomLeftRadius)) != null ? _q : 0
|
|
7809
8139
|
});
|
|
7810
|
-
}))
|
|
8140
|
+
}));
|
|
7811
8141
|
function widthToString(widthProperty) {
|
|
7812
8142
|
if (widthProperty == null)
|
|
7813
8143
|
return null;
|
|
@@ -7837,8 +8167,14 @@ function useStyleControlDataClass(style, controlDefinition) {
|
|
|
7837
8167
|
return `${borderRadius.value}${borderRadius.unit}`;
|
|
7838
8168
|
}
|
|
7839
8169
|
}
|
|
8170
|
+
const useInsertionEffect = (_ea = React.useInsertionEffect) != null ? _ea : React.useLayoutEffect;
|
|
7840
8171
|
function useFormattedStyle(styleControlData, controlDefinition) {
|
|
7841
|
-
|
|
8172
|
+
const style = useStyleControlCssObject(styleControlData, controlDefinition);
|
|
8173
|
+
const serialized = serializeStyles([style], cache.registered);
|
|
8174
|
+
useInsertionEffect(() => {
|
|
8175
|
+
insertStyles(cache, serialized, false);
|
|
8176
|
+
});
|
|
8177
|
+
return `${cache.key}-${serialized.name}`;
|
|
7842
8178
|
}
|
|
7843
8179
|
function useDeviceMode() {
|
|
7844
8180
|
return "desktop";
|
|
@@ -7871,6 +8207,48 @@ function useProps(element) {
|
|
|
7871
8207
|
}
|
|
7872
8208
|
}));
|
|
7873
8209
|
}
|
|
8210
|
+
function suppressWarningAndFindDomNode(instance) {
|
|
8211
|
+
const error = console.error;
|
|
8212
|
+
console.error = (...args) => {
|
|
8213
|
+
const [msg, ...substitutions] = args;
|
|
8214
|
+
const text = substitutions.reduce((text2, substitution) => text2.replace("%s", substitution), msg);
|
|
8215
|
+
if (!text.includes("findDOMNode is deprecated in StrictMode.")) {
|
|
8216
|
+
error.apply(console, args);
|
|
8217
|
+
}
|
|
8218
|
+
};
|
|
8219
|
+
const foundDomNode = findDOMNode(instance);
|
|
8220
|
+
console.error = error;
|
|
8221
|
+
return foundDomNode;
|
|
8222
|
+
}
|
|
8223
|
+
class FindDomNodeClassComponent extends Component {
|
|
8224
|
+
componentDidMount() {
|
|
8225
|
+
this.setInnerRef(suppressWarningAndFindDomNode(this));
|
|
8226
|
+
}
|
|
8227
|
+
componentDidUpdate() {
|
|
8228
|
+
this.setInnerRef(suppressWarningAndFindDomNode(this));
|
|
8229
|
+
}
|
|
8230
|
+
setInnerRef(current) {
|
|
8231
|
+
const {
|
|
8232
|
+
innerRef
|
|
8233
|
+
} = this.props;
|
|
8234
|
+
if (innerRef == null)
|
|
8235
|
+
return;
|
|
8236
|
+
if (typeof innerRef === "function")
|
|
8237
|
+
innerRef(current);
|
|
8238
|
+
else
|
|
8239
|
+
innerRef.current = current;
|
|
8240
|
+
}
|
|
8241
|
+
render() {
|
|
8242
|
+
return /* @__PURE__ */ jsx(Fragment, {
|
|
8243
|
+
children: this.props.children
|
|
8244
|
+
});
|
|
8245
|
+
}
|
|
8246
|
+
}
|
|
8247
|
+
const FindDomNode = forwardRef(function FindDomNode2(props, ref) {
|
|
8248
|
+
return /* @__PURE__ */ jsx(FindDomNodeClassComponent, __spreadProps(__spreadValues({}, props), {
|
|
8249
|
+
innerRef: ref
|
|
8250
|
+
}));
|
|
8251
|
+
});
|
|
7874
8252
|
const contextDefaultValue = configureStore();
|
|
7875
8253
|
function createReactRuntime(store) {
|
|
7876
8254
|
return {
|
|
@@ -7934,27 +8312,6 @@ function RuntimeProvider({
|
|
|
7934
8312
|
}));
|
|
7935
8313
|
}
|
|
7936
8314
|
}, [client]);
|
|
7937
|
-
useEffect(() => {
|
|
7938
|
-
const isInBuilder = window.parent !== window;
|
|
7939
|
-
if (!isInBuilder)
|
|
7940
|
-
return;
|
|
7941
|
-
window.addEventListener("focusin", handleFocusIn);
|
|
7942
|
-
window.addEventListener("focusout", handlefocusOut);
|
|
7943
|
-
return () => {
|
|
7944
|
-
window.addEventListener("focusin", handleFocusIn);
|
|
7945
|
-
window.removeEventListener("focusout", handlefocusOut);
|
|
7946
|
-
};
|
|
7947
|
-
function handleFocusIn(event) {
|
|
7948
|
-
if (!(event.target instanceof window.HTMLElement) || !event.target.isContentEditable) {
|
|
7949
|
-
window.parent.focus();
|
|
7950
|
-
}
|
|
7951
|
-
}
|
|
7952
|
-
function handlefocusOut(event) {
|
|
7953
|
-
if (!(event.relatedTarget instanceof window.HTMLElement) || !event.relatedTarget.isContentEditable) {
|
|
7954
|
-
window.parent.focus();
|
|
7955
|
-
}
|
|
7956
|
-
}
|
|
7957
|
-
}, []);
|
|
7958
8315
|
return /* @__PURE__ */ jsx(Context.Provider, {
|
|
7959
8316
|
value: store,
|
|
7960
8317
|
children: /* @__PURE__ */ jsx(MakeswiftProvider, {
|
|
@@ -8010,21 +8367,42 @@ function useDispatch() {
|
|
|
8010
8367
|
const store = useContext(Context);
|
|
8011
8368
|
return store.dispatch;
|
|
8012
8369
|
}
|
|
8370
|
+
function useSuppressRefWarning(ownerName) {
|
|
8371
|
+
const originalErrorRef = useRef(console.error);
|
|
8372
|
+
const patchedRef = useRef(false);
|
|
8373
|
+
if (patchedRef.current === false) {
|
|
8374
|
+
console.error = (...args) => {
|
|
8375
|
+
const [msg, ...substitutions] = args;
|
|
8376
|
+
const text = substitutions.reduce((text2, substitution) => text2.replace("%s", substitution), msg);
|
|
8377
|
+
if (!text.includes("Function components cannot be given refs.") || !text.includes(`Check the render method of \`${ownerName}\`.`)) {
|
|
8378
|
+
originalErrorRef.current(...args);
|
|
8379
|
+
}
|
|
8380
|
+
};
|
|
8381
|
+
patchedRef.current = true;
|
|
8382
|
+
}
|
|
8383
|
+
}
|
|
8013
8384
|
const ElementData = memo(forwardRef(function ElementData2({
|
|
8014
8385
|
elementData
|
|
8015
8386
|
}, ref) {
|
|
8016
|
-
const
|
|
8387
|
+
const Component2 = useComponent(elementData.type);
|
|
8017
8388
|
const props = useProps(elementData);
|
|
8018
|
-
|
|
8389
|
+
const [handle, setHandle] = useState(null);
|
|
8390
|
+
const [foundDomNode, setFoundDomNode] = useState(null);
|
|
8391
|
+
useImperativeHandle(ref, () => handle != null ? handle : foundDomNode, [handle, foundDomNode]);
|
|
8392
|
+
useSuppressRefWarning(`\`ForwardRef(${ElementData2.name})\``);
|
|
8393
|
+
if (Component2 == null) {
|
|
8019
8394
|
return /* @__PURE__ */ jsx(FallbackComponent, {
|
|
8020
8395
|
ref,
|
|
8021
8396
|
text: "Component not found"
|
|
8022
8397
|
});
|
|
8023
8398
|
}
|
|
8024
|
-
return /* @__PURE__ */
|
|
8025
|
-
|
|
8026
|
-
|
|
8027
|
-
|
|
8399
|
+
return /* @__PURE__ */ jsx(FindDomNode, {
|
|
8400
|
+
ref: setFoundDomNode,
|
|
8401
|
+
children: /* @__PURE__ */ createElement(Component2, __spreadProps(__spreadValues({}, props), {
|
|
8402
|
+
key: elementData.key,
|
|
8403
|
+
ref: setHandle
|
|
8404
|
+
}))
|
|
8405
|
+
});
|
|
8028
8406
|
}));
|
|
8029
8407
|
const ElementReference = memo(forwardRef(function ElementReference2({
|
|
8030
8408
|
elementReference
|