@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.
Files changed (49) hide show
  1. package/dist/actions.cjs.js +6 -1
  2. package/dist/actions.cjs.js.map +1 -1
  3. package/dist/actions.es.js +6 -2
  4. package/dist/actions.es.js.map +1 -1
  5. package/dist/components.cjs.js +1 -0
  6. package/dist/components.cjs.js.map +1 -1
  7. package/dist/components.es.js +1 -0
  8. package/dist/components.es.js.map +1 -1
  9. package/dist/descriptors.cjs.js.map +1 -1
  10. package/dist/descriptors.es.js.map +1 -1
  11. package/dist/index.cjs.js +457 -79
  12. package/dist/index.cjs.js.map +1 -1
  13. package/dist/index.es.js +464 -86
  14. package/dist/index.es.js.map +1 -1
  15. package/dist/next.cjs.js +1 -0
  16. package/dist/next.cjs.js.map +1 -1
  17. package/dist/next.es.js +1 -0
  18. package/dist/next.es.js.map +1 -1
  19. package/dist/react-builder-preview.cjs.js +34 -2
  20. package/dist/react-builder-preview.cjs.js.map +1 -1
  21. package/dist/react-builder-preview.es.js +36 -4
  22. package/dist/react-builder-preview.es.js.map +1 -1
  23. package/dist/react-page.cjs.js +32 -19
  24. package/dist/react-page.cjs.js.map +1 -1
  25. package/dist/react-page.es.js +26 -15
  26. package/dist/react-page.es.js.map +1 -1
  27. package/dist/react.cjs.js +1 -0
  28. package/dist/react.cjs.js.map +1 -1
  29. package/dist/react.es.js +1 -0
  30. package/dist/react.es.js.map +1 -1
  31. package/dist/types/components/builtin/Navigation/Navigation.d.ts.map +1 -1
  32. package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts +1 -1
  33. package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts.map +1 -1
  34. package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts +1 -1
  35. package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts.map +1 -1
  36. package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts.map +1 -1
  37. package/dist/types/prop-controllers/descriptors.d.ts +1 -1
  38. package/dist/types/prop-controllers/descriptors.d.ts.map +1 -1
  39. package/dist/types/runtimes/react/controls/style.d.ts.map +1 -1
  40. package/dist/types/runtimes/react/find-dom-node.d.ts +7 -0
  41. package/dist/types/runtimes/react/find-dom-node.d.ts.map +1 -0
  42. package/dist/types/runtimes/react/index.d.ts.map +1 -1
  43. package/dist/types/state/actions.d.ts +8 -1
  44. package/dist/types/state/actions.d.ts.map +1 -1
  45. package/dist/types/state/modules/is-in-builder.d.ts +6 -0
  46. package/dist/types/state/modules/is-in-builder.d.ts.map +1 -0
  47. package/dist/types/state/react-builder-preview.d.ts.map +1 -1
  48. package/dist/types/state/react-page.d.ts.map +1 -1
  49. package/package.json +1 -1
package/dist/index.cjs.js CHANGED
@@ -34,6 +34,7 @@ var __publicField = (obj, key, value) => {
34
34
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
35
35
  return value;
36
36
  };
37
+ var _ea;
37
38
  var React = require("react");
38
39
  var withSelector = require("use-sync-external-store/shim/with-selector");
39
40
  var client = require("@apollo/client");
@@ -64,6 +65,7 @@ var ipsum = require("corporate-ipsum");
64
65
  var slateReact = require("slate-react");
65
66
  var Lists = require("@convertkit/slate-lists");
66
67
  var style = require("./style.cjs.js");
68
+ var reactDom = require("react-dom");
67
69
  function _interopDefaultLegacy(e) {
68
70
  return e && typeof e === "object" && "default" in e ? e : { "default": e };
69
71
  }
@@ -1957,7 +1959,7 @@ function responsiveStyle(responsiveValues, join$1, strategy) {
1957
1959
  }
1958
1960
  function responsiveWidth(widthData, defaultValue = "100%") {
1959
1961
  return __spreadValues({
1960
- width: "100%"
1962
+ maxWidth: "100%"
1961
1963
  }, responsiveStyle([widthData], ([width = defaultValue]) => ({
1962
1964
  width: typeof width === "object" ? `${width.value}${width.unit}` : width
1963
1965
  })));
@@ -3644,11 +3646,12 @@ var SvgCheck12 = function SvgCheck122(props) {
3644
3646
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$u({
3645
3647
  width: 12,
3646
3648
  height: 12,
3649
+ viewBox: "0 0 12 12",
3647
3650
  xmlns: "http://www.w3.org/2000/svg"
3648
3651
  }, props), _path$t || (_path$t = /* @__PURE__ */ React__namespace.createElement("path", {
3649
3652
  fillRule: "evenodd",
3650
3653
  clipRule: "evenodd",
3651
- 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"
3654
+ 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"
3652
3655
  })));
3653
3656
  };
3654
3657
  const Shapes = Object.freeze({
@@ -4857,6 +4860,7 @@ var SvgSpinner20 = function SvgSpinner202(props) {
4857
4860
  r: 9,
4858
4861
  strokeOpacity: 0.4
4859
4862
  }), /* @__PURE__ */ React__namespace.createElement("path", {
4863
+ strokeLinecap: "round",
4860
4864
  d: "M9 18A9 9 0 0 0 9 0"
4861
4865
  }))));
4862
4866
  };
@@ -5662,11 +5666,15 @@ function DropDownButton(_U) {
5662
5666
  var _V = _U, {
5663
5667
  label,
5664
5668
  caret = "caret",
5665
- links: links2 = []
5669
+ links: links2 = [],
5670
+ textColor,
5671
+ color
5666
5672
  } = _V, restOfProps = __objRest(_V, [
5667
5673
  "label",
5668
5674
  "caret",
5669
- "links"
5675
+ "links",
5676
+ "textColor",
5677
+ "color"
5670
5678
  ]);
5671
5679
  const container = React.useRef(null);
5672
5680
  const [position, setPosition] = React.useState("left");
@@ -5680,6 +5688,8 @@ function DropDownButton(_U) {
5680
5688
  return /* @__PURE__ */ jsxRuntime.jsxs(DropDownContainer, {
5681
5689
  ref: container,
5682
5690
  children: [/* @__PURE__ */ jsxRuntime.jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
5691
+ textColor: useColor(textColor),
5692
+ color: useColor(color),
5683
5693
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", {
5684
5694
  style: {
5685
5695
  display: "flex",
@@ -5769,16 +5779,22 @@ function MobileDropDownButton(_Y) {
5769
5779
  caret,
5770
5780
  links: links2 = [],
5771
5781
  onClose = () => {
5772
- }
5782
+ },
5783
+ color,
5784
+ textColor
5773
5785
  } = _Z, restOfProps = __objRest(_Z, [
5774
5786
  "label",
5775
5787
  "caret",
5776
5788
  "links",
5777
- "onClose"
5789
+ "onClose",
5790
+ "color",
5791
+ "textColor"
5778
5792
  ]);
5779
5793
  const [isOpen, setIsOpen] = React.useState(false);
5780
5794
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, {
5781
5795
  children: [/* @__PURE__ */ jsxRuntime.jsx(ButtonLink$1, __spreadProps(__spreadValues({}, restOfProps), {
5796
+ textColor: useColor(textColor),
5797
+ color: useColor(color),
5782
5798
  onPointerDown: () => setIsOpen((prev) => !prev),
5783
5799
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", {
5784
5800
  style: {
@@ -5812,7 +5828,20 @@ function MobileDropDownButton(_Y) {
5812
5828
  })]
5813
5829
  });
5814
5830
  }
5815
- const ButtonLink = styled__default["default"](Button$1)`
5831
+ function NavigationButton$1(props) {
5832
+ const _a = props, {
5833
+ textColor,
5834
+ color
5835
+ } = _a, restOfProps = __objRest(_a, [
5836
+ "textColor",
5837
+ "color"
5838
+ ]);
5839
+ return /* @__PURE__ */ jsxRuntime.jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
5840
+ textColor: useColor(textColor),
5841
+ color: useColor(color)
5842
+ }));
5843
+ }
5844
+ const ButtonLink = styled__default["default"](NavigationButton$1)`
5816
5845
  margin: 8px 0;
5817
5846
  `;
5818
5847
  const Container$3 = styled__default["default"].div`
@@ -5900,6 +5929,12 @@ const Container$2 = styled__default["default"].nav`
5900
5929
  align-items: center;
5901
5930
  ${cssMargin()}
5902
5931
  ${cssTextStyle()}
5932
+ ${(p) => cssMediaRules([p.gutter], ([gutter = {
5933
+ value: 0,
5934
+ unit: "px"
5935
+ }]) => styled.css`
5936
+ gap: ${gutter.value}${gutter.unit};
5937
+ `)}
5903
5938
  `;
5904
5939
  const LinksContainer = styled__default["default"].div`
5905
5940
  display: flex;
@@ -5925,6 +5960,19 @@ const OpenIconContainer = styled__default["default"].button`
5925
5960
  color: ${color == null ? "rgba(161, 168, 194, 0.5)" : colorToString(color)};
5926
5961
  `)}
5927
5962
  `;
5963
+ function NavigationButton(props) {
5964
+ const _a = props, {
5965
+ textColor,
5966
+ color
5967
+ } = _a, restOfProps = __objRest(_a, [
5968
+ "textColor",
5969
+ "color"
5970
+ ]);
5971
+ return /* @__PURE__ */ jsxRuntime.jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
5972
+ textColor: useColor(textColor),
5973
+ color: useColor(color)
5974
+ }));
5975
+ }
5928
5976
  const placeholder = {
5929
5977
  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",
5930
5978
  dimensions: {
@@ -5957,6 +6005,7 @@ const Navigation = React.forwardRef(function Navigation2({
5957
6005
  className: css.cx(width),
5958
6006
  margin,
5959
6007
  textStyle: linkTextStyle,
6008
+ gutter,
5960
6009
  children: [showLogo === true && /* @__PURE__ */ jsxRuntime.jsx(ImageComponent, {
5961
6010
  altText: logoAltText,
5962
6011
  file: logoFile,
@@ -5976,7 +6025,7 @@ const Navigation = React.forwardRef(function Navigation2({
5976
6025
  gutter,
5977
6026
  first: i === 0,
5978
6027
  last: i === links2.length - 1,
5979
- children: [link.type === "button" && /* @__PURE__ */ jsxRuntime.jsx(Button$1, __spreadProps(__spreadValues({}, link.payload), {
6028
+ children: [link.type === "button" && /* @__PURE__ */ jsxRuntime.jsx(NavigationButton, __spreadProps(__spreadValues({}, link.payload), {
5980
6029
  children: link.payload.label
5981
6030
  })), link.type === "dropdown" && /* @__PURE__ */ jsxRuntime.jsx(DropDownButton, __spreadValues({}, link.payload))]
5982
6031
  }, link.id)) : /* @__PURE__ */ jsxRuntime.jsx(LinksPlaceholder, {
@@ -6241,9 +6290,10 @@ var SvgLogoAngellist20 = function SvgLogoAngellist202(props) {
6241
6290
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$m({
6242
6291
  xmlns: "http://www.w3.org/2000/svg",
6243
6292
  width: 20,
6244
- height: 20
6293
+ height: 20,
6294
+ viewBox: "0 0 20 20"
6245
6295
  }, props), _path$m || (_path$m = /* @__PURE__ */ React__namespace.createElement("path", {
6246
- 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"
6296
+ 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"
6247
6297
  })));
6248
6298
  };
6249
6299
  var _path$l;
@@ -6265,9 +6315,10 @@ var SvgLogoCodepen20 = function SvgLogoCodepen202(props) {
6265
6315
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$l({
6266
6316
  xmlns: "http://www.w3.org/2000/svg",
6267
6317
  width: 20,
6268
- height: 20
6318
+ height: 20,
6319
+ viewBox: "0 0 20 20"
6269
6320
  }, props), _path$l || (_path$l = /* @__PURE__ */ React__namespace.createElement("path", {
6270
- 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"
6321
+ 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"
6271
6322
  })));
6272
6323
  };
6273
6324
  var _path$k;
@@ -6289,9 +6340,10 @@ var SvgLogoDribbble20 = function SvgLogoDribbble202(props) {
6289
6340
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$k({
6290
6341
  xmlns: "http://www.w3.org/2000/svg",
6291
6342
  width: 20,
6292
- height: 20
6343
+ height: 20,
6344
+ viewBox: "0 0 20 20"
6293
6345
  }, props), _path$k || (_path$k = /* @__PURE__ */ React__namespace.createElement("path", {
6294
- 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"
6346
+ 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"
6295
6347
  })));
6296
6348
  };
6297
6349
  var _path$j;
@@ -6313,7 +6365,8 @@ var SvgLogoFacebook20 = function SvgLogoFacebook202(props) {
6313
6365
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$j({
6314
6366
  xmlns: "http://www.w3.org/2000/svg",
6315
6367
  width: 20,
6316
- height: 20
6368
+ height: 20,
6369
+ viewBox: "0 0 20 20"
6317
6370
  }, props), _path$j || (_path$j = /* @__PURE__ */ React__namespace.createElement("path", {
6318
6371
  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"
6319
6372
  })));
@@ -6337,9 +6390,10 @@ var SvgLogoGithub20 = function SvgLogoGithub202(props) {
6337
6390
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$i({
6338
6391
  xmlns: "http://www.w3.org/2000/svg",
6339
6392
  width: 20,
6340
- height: 20
6393
+ height: 20,
6394
+ viewBox: "0 0 20 20"
6341
6395
  }, props), _path$i || (_path$i = /* @__PURE__ */ React__namespace.createElement("path", {
6342
- 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"
6396
+ 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"
6343
6397
  })));
6344
6398
  };
6345
6399
  var _path$h;
@@ -6361,9 +6415,10 @@ var SvgLogoInstagram20 = function SvgLogoInstagram202(props) {
6361
6415
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$h({
6362
6416
  xmlns: "http://www.w3.org/2000/svg",
6363
6417
  width: 20,
6364
- height: 20
6418
+ height: 20,
6419
+ viewBox: "0 0 20 20"
6365
6420
  }, props), _path$h || (_path$h = /* @__PURE__ */ React__namespace.createElement("path", {
6366
- 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"
6421
+ 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"
6367
6422
  })));
6368
6423
  };
6369
6424
  var _path$g;
@@ -6385,9 +6440,10 @@ var SvgLogoLinkedin20 = function SvgLogoLinkedin202(props) {
6385
6440
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$g({
6386
6441
  xmlns: "http://www.w3.org/2000/svg",
6387
6442
  width: 20,
6388
- height: 20
6443
+ height: 20,
6444
+ viewBox: "0 0 20 20"
6389
6445
  }, props), _path$g || (_path$g = /* @__PURE__ */ React__namespace.createElement("path", {
6390
- 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"
6446
+ 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"
6391
6447
  })));
6392
6448
  };
6393
6449
  var _path$f;
@@ -6409,9 +6465,10 @@ var SvgLogoMedium20 = function SvgLogoMedium202(props) {
6409
6465
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$f({
6410
6466
  xmlns: "http://www.w3.org/2000/svg",
6411
6467
  width: 20,
6412
- height: 20
6468
+ height: 20,
6469
+ viewBox: "0 0 20 20"
6413
6470
  }, props), _path$f || (_path$f = /* @__PURE__ */ React__namespace.createElement("path", {
6414
- 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"
6471
+ 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"
6415
6472
  })));
6416
6473
  };
6417
6474
  var _path$e;
@@ -6433,9 +6490,10 @@ var SvgLogoPinterest20 = function SvgLogoPinterest202(props) {
6433
6490
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$e({
6434
6491
  xmlns: "http://www.w3.org/2000/svg",
6435
6492
  width: 20,
6436
- height: 20
6493
+ height: 20,
6494
+ viewBox: "0 0 20 20"
6437
6495
  }, props), _path$e || (_path$e = /* @__PURE__ */ React__namespace.createElement("path", {
6438
- 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"
6496
+ 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"
6439
6497
  })));
6440
6498
  };
6441
6499
  var _path$d;
@@ -6457,9 +6515,10 @@ var SvgLogoReddit20 = function SvgLogoReddit202(props) {
6457
6515
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$d({
6458
6516
  xmlns: "http://www.w3.org/2000/svg",
6459
6517
  width: 20,
6460
- height: 20
6518
+ height: 20,
6519
+ viewBox: "0 0 20 20"
6461
6520
  }, props), _path$d || (_path$d = /* @__PURE__ */ React__namespace.createElement("path", {
6462
- 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"
6521
+ 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"
6463
6522
  })));
6464
6523
  };
6465
6524
  var _path$c;
@@ -6481,9 +6540,10 @@ var SvgLogoRss20 = function SvgLogoRss202(props) {
6481
6540
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$c({
6482
6541
  xmlns: "http://www.w3.org/2000/svg",
6483
6542
  width: 20,
6484
- height: 20
6543
+ height: 20,
6544
+ viewBox: "0 0 20 20"
6485
6545
  }, props), _path$c || (_path$c = /* @__PURE__ */ React__namespace.createElement("path", {
6486
- 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"
6546
+ 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"
6487
6547
  })));
6488
6548
  };
6489
6549
  var _path$b;
@@ -6505,9 +6565,10 @@ var SvgLogoSnapchat20 = function SvgLogoSnapchat202(props) {
6505
6565
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$b({
6506
6566
  xmlns: "http://www.w3.org/2000/svg",
6507
6567
  width: 20,
6508
- height: 20
6568
+ height: 20,
6569
+ viewBox: "0 0 20 20"
6509
6570
  }, props), _path$b || (_path$b = /* @__PURE__ */ React__namespace.createElement("path", {
6510
- 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"
6571
+ 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"
6511
6572
  })));
6512
6573
  };
6513
6574
  var _path$a;
@@ -6529,9 +6590,10 @@ var SvgLogoSoundcloud20 = function SvgLogoSoundcloud202(props) {
6529
6590
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$a({
6530
6591
  xmlns: "http://www.w3.org/2000/svg",
6531
6592
  width: 20,
6532
- height: 20
6593
+ height: 20,
6594
+ viewBox: "0 0 20 20"
6533
6595
  }, props), _path$a || (_path$a = /* @__PURE__ */ React__namespace.createElement("path", {
6534
- 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"
6596
+ 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"
6535
6597
  })));
6536
6598
  };
6537
6599
  var _path$9;
@@ -6553,9 +6615,10 @@ var SvgLogoSpotify20 = function SvgLogoSpotify202(props) {
6553
6615
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$9({
6554
6616
  xmlns: "http://www.w3.org/2000/svg",
6555
6617
  width: 20,
6556
- height: 20
6618
+ height: 20,
6619
+ viewBox: "0 0 20 20"
6557
6620
  }, props), _path$9 || (_path$9 = /* @__PURE__ */ React__namespace.createElement("path", {
6558
- 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"
6621
+ 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"
6559
6622
  })));
6560
6623
  };
6561
6624
  var _path$8;
@@ -6577,9 +6640,10 @@ var SvgLogoTelegram20 = function SvgLogoTelegram202(props) {
6577
6640
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$8({
6578
6641
  xmlns: "http://www.w3.org/2000/svg",
6579
6642
  width: 20,
6580
- height: 20
6643
+ height: 20,
6644
+ viewBox: "0 0 20 20"
6581
6645
  }, props), _path$8 || (_path$8 = /* @__PURE__ */ React__namespace.createElement("path", {
6582
- 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"
6646
+ 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"
6583
6647
  })));
6584
6648
  };
6585
6649
  var _path$7;
@@ -6601,9 +6665,10 @@ var SvgLogoTumblr20 = function SvgLogoTumblr202(props) {
6601
6665
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$7({
6602
6666
  xmlns: "http://www.w3.org/2000/svg",
6603
6667
  width: 20,
6604
- height: 20
6668
+ height: 20,
6669
+ viewBox: "0 0 20 20"
6605
6670
  }, props), _path$7 || (_path$7 = /* @__PURE__ */ React__namespace.createElement("path", {
6606
- 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"
6671
+ 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"
6607
6672
  })));
6608
6673
  };
6609
6674
  var _path$6;
@@ -6625,9 +6690,10 @@ var SvgLogoTwitch20 = function SvgLogoTwitch202(props) {
6625
6690
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$6({
6626
6691
  xmlns: "http://www.w3.org/2000/svg",
6627
6692
  width: 20,
6628
- height: 20
6693
+ height: 20,
6694
+ viewBox: "0 0 20 20"
6629
6695
  }, props), _path$6 || (_path$6 = /* @__PURE__ */ React__namespace.createElement("path", {
6630
- 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"
6696
+ 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"
6631
6697
  })));
6632
6698
  };
6633
6699
  var _path$5;
@@ -6649,7 +6715,8 @@ var SvgLogoTwitter20 = function SvgLogoTwitter202(props) {
6649
6715
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$5({
6650
6716
  xmlns: "http://www.w3.org/2000/svg",
6651
6717
  width: 20,
6652
- height: 20
6718
+ height: 20,
6719
+ viewBox: "0 0 20 20"
6653
6720
  }, props), _path$5 || (_path$5 = /* @__PURE__ */ React__namespace.createElement("path", {
6654
6721
  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"
6655
6722
  })));
@@ -6673,7 +6740,8 @@ var SvgLogoWhatsapp20 = function SvgLogoWhatsapp202(props) {
6673
6740
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$4({
6674
6741
  xmlns: "http://www.w3.org/2000/svg",
6675
6742
  width: 20,
6676
- height: 20
6743
+ height: 20,
6744
+ viewBox: "0 0 20 20"
6677
6745
  }, props), _path$4 || (_path$4 = /* @__PURE__ */ React__namespace.createElement("path", {
6678
6746
  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"
6679
6747
  })));
@@ -6697,9 +6765,10 @@ var SvgLogoVimeo20 = function SvgLogoVimeo202(props) {
6697
6765
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$3({
6698
6766
  xmlns: "http://www.w3.org/2000/svg",
6699
6767
  width: 20,
6700
- height: 20
6768
+ height: 20,
6769
+ viewBox: "0 0 20 20"
6701
6770
  }, props), _path$3 || (_path$3 = /* @__PURE__ */ React__namespace.createElement("path", {
6702
- 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"
6771
+ 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"
6703
6772
  })));
6704
6773
  };
6705
6774
  var _path$2;
@@ -6721,9 +6790,10 @@ var SvgLogoYelp20 = function SvgLogoYelp202(props) {
6721
6790
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$2({
6722
6791
  xmlns: "http://www.w3.org/2000/svg",
6723
6792
  width: 20,
6724
- height: 20
6793
+ height: 20,
6794
+ viewBox: "0 0 20 20"
6725
6795
  }, props), _path$2 || (_path$2 = /* @__PURE__ */ React__namespace.createElement("path", {
6726
- 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"
6796
+ 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"
6727
6797
  })));
6728
6798
  };
6729
6799
  var _path$1;
@@ -6745,9 +6815,10 @@ var SvgLogoYoutube20 = function SvgLogoYoutube202(props) {
6745
6815
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$1({
6746
6816
  xmlns: "http://www.w3.org/2000/svg",
6747
6817
  width: 20,
6748
- height: 20
6818
+ height: 20,
6819
+ viewBox: "0 0 20 20"
6749
6820
  }, props), _path$1 || (_path$1 = /* @__PURE__ */ React__namespace.createElement("path", {
6750
- 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"
6821
+ 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"
6751
6822
  })));
6752
6823
  };
6753
6824
  const SocialLinksOptions = [{
@@ -7775,11 +7846,12 @@ var SvgWarning20 = function SvgWarning202(props) {
7775
7846
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends({
7776
7847
  width: 20,
7777
7848
  height: 20,
7849
+ viewBox: "0 0 20 20",
7778
7850
  xmlns: "http://www.w3.org/2000/svg"
7779
7851
  }, props), _path || (_path = /* @__PURE__ */ React__namespace.createElement("path", {
7780
7852
  fillRule: "evenodd",
7781
7853
  clipRule: "evenodd",
7782
- 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"
7854
+ 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"
7783
7855
  })));
7784
7856
  };
7785
7857
  const ErrorDiv = styled__default["default"]("div")`
@@ -7806,9 +7878,267 @@ const FallbackComponent = React.forwardRef(function FallbackComponent2({
7806
7878
  })]
7807
7879
  });
7808
7880
  });
7809
- function useStyleControlDataClass(style$1, controlDefinition) {
7881
+ function murmur2(str) {
7882
+ var h = 0;
7883
+ var k, i = 0, len = str.length;
7884
+ for (; len >= 4; ++i, len -= 4) {
7885
+ k = str.charCodeAt(i) & 255 | (str.charCodeAt(++i) & 255) << 8 | (str.charCodeAt(++i) & 255) << 16 | (str.charCodeAt(++i) & 255) << 24;
7886
+ k = (k & 65535) * 1540483477 + ((k >>> 16) * 59797 << 16);
7887
+ k ^= k >>> 24;
7888
+ h = (k & 65535) * 1540483477 + ((k >>> 16) * 59797 << 16) ^ (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
7889
+ }
7890
+ switch (len) {
7891
+ case 3:
7892
+ h ^= (str.charCodeAt(i + 2) & 255) << 16;
7893
+ case 2:
7894
+ h ^= (str.charCodeAt(i + 1) & 255) << 8;
7895
+ case 1:
7896
+ h ^= str.charCodeAt(i) & 255;
7897
+ h = (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
7898
+ }
7899
+ h ^= h >>> 13;
7900
+ h = (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
7901
+ return ((h ^ h >>> 15) >>> 0).toString(36);
7902
+ }
7903
+ var unitlessKeys = {
7904
+ animationIterationCount: 1,
7905
+ borderImageOutset: 1,
7906
+ borderImageSlice: 1,
7907
+ borderImageWidth: 1,
7908
+ boxFlex: 1,
7909
+ boxFlexGroup: 1,
7910
+ boxOrdinalGroup: 1,
7911
+ columnCount: 1,
7912
+ columns: 1,
7913
+ flex: 1,
7914
+ flexGrow: 1,
7915
+ flexPositive: 1,
7916
+ flexShrink: 1,
7917
+ flexNegative: 1,
7918
+ flexOrder: 1,
7919
+ gridRow: 1,
7920
+ gridRowEnd: 1,
7921
+ gridRowSpan: 1,
7922
+ gridRowStart: 1,
7923
+ gridColumn: 1,
7924
+ gridColumnEnd: 1,
7925
+ gridColumnSpan: 1,
7926
+ gridColumnStart: 1,
7927
+ msGridRow: 1,
7928
+ msGridRowSpan: 1,
7929
+ msGridColumn: 1,
7930
+ msGridColumnSpan: 1,
7931
+ fontWeight: 1,
7932
+ lineHeight: 1,
7933
+ opacity: 1,
7934
+ order: 1,
7935
+ orphans: 1,
7936
+ tabSize: 1,
7937
+ widows: 1,
7938
+ zIndex: 1,
7939
+ zoom: 1,
7940
+ WebkitLineClamp: 1,
7941
+ fillOpacity: 1,
7942
+ floodOpacity: 1,
7943
+ stopOpacity: 1,
7944
+ strokeDasharray: 1,
7945
+ strokeDashoffset: 1,
7946
+ strokeMiterlimit: 1,
7947
+ strokeOpacity: 1,
7948
+ strokeWidth: 1
7949
+ };
7950
+ function memoize(fn) {
7951
+ var cache = /* @__PURE__ */ Object.create(null);
7952
+ return function(arg) {
7953
+ if (cache[arg] === void 0)
7954
+ cache[arg] = fn(arg);
7955
+ return cache[arg];
7956
+ };
7957
+ }
7958
+ var hyphenateRegex = /[A-Z]|^ms/g;
7959
+ var animationRegex = /_EMO_([^_]+?)_([^]*?)_EMO_/g;
7960
+ var isCustomProperty = function isCustomProperty2(property) {
7961
+ return property.charCodeAt(1) === 45;
7962
+ };
7963
+ var isProcessableValue = function isProcessableValue2(value) {
7964
+ return value != null && typeof value !== "boolean";
7965
+ };
7966
+ var processStyleName = /* @__PURE__ */ memoize(function(styleName) {
7967
+ return isCustomProperty(styleName) ? styleName : styleName.replace(hyphenateRegex, "-$&").toLowerCase();
7968
+ });
7969
+ var processStyleValue = function processStyleValue2(key, value) {
7970
+ switch (key) {
7971
+ case "animation":
7972
+ case "animationName": {
7973
+ if (typeof value === "string") {
7974
+ return value.replace(animationRegex, function(match, p1, p2) {
7975
+ cursor = {
7976
+ name: p1,
7977
+ styles: p2,
7978
+ next: cursor
7979
+ };
7980
+ return p1;
7981
+ });
7982
+ }
7983
+ }
7984
+ }
7985
+ if (unitlessKeys[key] !== 1 && !isCustomProperty(key) && typeof value === "number" && value !== 0) {
7986
+ return value + "px";
7987
+ }
7988
+ return value;
7989
+ };
7990
+ function handleInterpolation(mergedProps, registered, interpolation) {
7991
+ if (interpolation == null) {
7992
+ return "";
7993
+ }
7994
+ if (interpolation.__emotion_styles !== void 0) {
7995
+ return interpolation;
7996
+ }
7997
+ switch (typeof interpolation) {
7998
+ case "boolean": {
7999
+ return "";
8000
+ }
8001
+ case "object": {
8002
+ if (interpolation.anim === 1) {
8003
+ cursor = {
8004
+ name: interpolation.name,
8005
+ styles: interpolation.styles,
8006
+ next: cursor
8007
+ };
8008
+ return interpolation.name;
8009
+ }
8010
+ if (interpolation.styles !== void 0) {
8011
+ var next = interpolation.next;
8012
+ if (next !== void 0) {
8013
+ while (next !== void 0) {
8014
+ cursor = {
8015
+ name: next.name,
8016
+ styles: next.styles,
8017
+ next: cursor
8018
+ };
8019
+ next = next.next;
8020
+ }
8021
+ }
8022
+ var styles = interpolation.styles + ";";
8023
+ return styles;
8024
+ }
8025
+ return createStringFromObject(mergedProps, registered, interpolation);
8026
+ }
8027
+ case "function": {
8028
+ if (mergedProps !== void 0) {
8029
+ var previousCursor = cursor;
8030
+ var result = interpolation(mergedProps);
8031
+ cursor = previousCursor;
8032
+ return handleInterpolation(mergedProps, registered, result);
8033
+ }
8034
+ break;
8035
+ }
8036
+ }
8037
+ if (registered == null) {
8038
+ return interpolation;
8039
+ }
8040
+ var cached = registered[interpolation];
8041
+ return cached !== void 0 ? cached : interpolation;
8042
+ }
8043
+ function createStringFromObject(mergedProps, registered, obj) {
8044
+ var string = "";
8045
+ if (Array.isArray(obj)) {
8046
+ for (var i = 0; i < obj.length; i++) {
8047
+ string += handleInterpolation(mergedProps, registered, obj[i]) + ";";
8048
+ }
8049
+ } else {
8050
+ for (var _key in obj) {
8051
+ var value = obj[_key];
8052
+ if (typeof value !== "object") {
8053
+ if (registered != null && registered[value] !== void 0) {
8054
+ string += _key + "{" + registered[value] + "}";
8055
+ } else if (isProcessableValue(value)) {
8056
+ string += processStyleName(_key) + ":" + processStyleValue(_key, value) + ";";
8057
+ }
8058
+ } else {
8059
+ if (_key === "NO_COMPONENT_SELECTOR" && false) {
8060
+ throw new Error("Component selectors can only be used in conjunction with @emotion/babel-plugin.");
8061
+ }
8062
+ if (Array.isArray(value) && typeof value[0] === "string" && (registered == null || registered[value[0]] === void 0)) {
8063
+ for (var _i = 0; _i < value.length; _i++) {
8064
+ if (isProcessableValue(value[_i])) {
8065
+ string += processStyleName(_key) + ":" + processStyleValue(_key, value[_i]) + ";";
8066
+ }
8067
+ }
8068
+ } else {
8069
+ var interpolated = handleInterpolation(mergedProps, registered, value);
8070
+ switch (_key) {
8071
+ case "animation":
8072
+ case "animationName": {
8073
+ string += processStyleName(_key) + ":" + interpolated + ";";
8074
+ break;
8075
+ }
8076
+ default: {
8077
+ string += _key + "{" + interpolated + "}";
8078
+ }
8079
+ }
8080
+ }
8081
+ }
8082
+ }
8083
+ }
8084
+ return string;
8085
+ }
8086
+ var labelPattern = /label:\s*([^\s;\n{]+)\s*(;|$)/g;
8087
+ var cursor;
8088
+ var serializeStyles = function serializeStyles2(args, registered, mergedProps) {
8089
+ if (args.length === 1 && typeof args[0] === "object" && args[0] !== null && args[0].styles !== void 0) {
8090
+ return args[0];
8091
+ }
8092
+ var stringMode = true;
8093
+ var styles = "";
8094
+ cursor = void 0;
8095
+ var strings = args[0];
8096
+ if (strings == null || strings.raw === void 0) {
8097
+ stringMode = false;
8098
+ styles += handleInterpolation(mergedProps, registered, strings);
8099
+ } else {
8100
+ styles += strings[0];
8101
+ }
8102
+ for (var i = 1; i < args.length; i++) {
8103
+ styles += handleInterpolation(mergedProps, registered, args[i]);
8104
+ if (stringMode) {
8105
+ styles += strings[i];
8106
+ }
8107
+ }
8108
+ labelPattern.lastIndex = 0;
8109
+ var identifierName = "";
8110
+ var match;
8111
+ while ((match = labelPattern.exec(styles)) !== null) {
8112
+ identifierName += "-" + match[1];
8113
+ }
8114
+ var name = murmur2(styles) + identifierName;
8115
+ return {
8116
+ name,
8117
+ styles,
8118
+ next: cursor
8119
+ };
8120
+ };
8121
+ var isBrowser = true;
8122
+ var registerStyles = function registerStyles2(cache, serialized, isStringTag) {
8123
+ var className = cache.key + "-" + serialized.name;
8124
+ if ((isStringTag === false || isBrowser === false) && cache.registered[className] === void 0) {
8125
+ cache.registered[className] = serialized.styles;
8126
+ }
8127
+ };
8128
+ var insertStyles = function insertStyles2(cache, serialized, isStringTag) {
8129
+ registerStyles(cache, serialized, isStringTag);
8130
+ var className = cache.key + "-" + serialized.name;
8131
+ if (cache.inserted[serialized.name] === void 0) {
8132
+ var current = serialized;
8133
+ do {
8134
+ cache.insert(serialized === current ? "." + className : "", current, cache.sheet, true);
8135
+ current = current.next;
8136
+ } while (current !== void 0);
8137
+ }
8138
+ };
8139
+ function useStyleControlCssObject(style$1, controlDefinition) {
7810
8140
  const { properties } = controlDefinition.config;
7811
- return css.css(__spreadValues(__spreadValues({}, properties.includes(style.StyleControlProperty.Width) && {
8141
+ return __spreadValues(__spreadValues({}, properties.includes(style.StyleControlProperty.Width) && {
7812
8142
  maxWidth: "100%"
7813
8143
  }), responsiveStyle([
7814
8144
  style$1 == null ? void 0 : style$1.width,
@@ -7841,7 +8171,7 @@ function useStyleControlDataClass(style$1, controlDefinition) {
7841
8171
  borderBottomRightRadius: (_p = borderRadiusToString(borderRadius == null ? void 0 : borderRadius.borderBottomRightRadius)) != null ? _p : 0,
7842
8172
  borderBottomLeftRadius: (_q = borderRadiusToString(borderRadius == null ? void 0 : borderRadius.borderBottomLeftRadius)) != null ? _q : 0
7843
8173
  });
7844
- })));
8174
+ }));
7845
8175
  function widthToString(widthProperty) {
7846
8176
  if (widthProperty == null)
7847
8177
  return null;
@@ -7871,8 +8201,14 @@ function useStyleControlDataClass(style$1, controlDefinition) {
7871
8201
  return `${borderRadius.value}${borderRadius.unit}`;
7872
8202
  }
7873
8203
  }
8204
+ const useInsertionEffect = (_ea = React__namespace.useInsertionEffect) != null ? _ea : React__namespace.useLayoutEffect;
7874
8205
  function useFormattedStyle(styleControlData, controlDefinition) {
7875
- return useStyleControlDataClass(styleControlData, controlDefinition);
8206
+ const style2 = useStyleControlCssObject(styleControlData, controlDefinition);
8207
+ const serialized = serializeStyles([style2], css.cache.registered);
8208
+ useInsertionEffect(() => {
8209
+ insertStyles(css.cache, serialized, false);
8210
+ });
8211
+ return `${css.cache.key}-${serialized.name}`;
7876
8212
  }
7877
8213
  function useDeviceMode() {
7878
8214
  return "desktop";
@@ -7905,6 +8241,48 @@ function useProps(element) {
7905
8241
  }
7906
8242
  }));
7907
8243
  }
8244
+ function suppressWarningAndFindDomNode(instance) {
8245
+ const error = console.error;
8246
+ console.error = (...args) => {
8247
+ const [msg, ...substitutions] = args;
8248
+ const text = substitutions.reduce((text2, substitution) => text2.replace("%s", substitution), msg);
8249
+ if (!text.includes("findDOMNode is deprecated in StrictMode.")) {
8250
+ error.apply(console, args);
8251
+ }
8252
+ };
8253
+ const foundDomNode = reactDom.findDOMNode(instance);
8254
+ console.error = error;
8255
+ return foundDomNode;
8256
+ }
8257
+ class FindDomNodeClassComponent extends React.Component {
8258
+ componentDidMount() {
8259
+ this.setInnerRef(suppressWarningAndFindDomNode(this));
8260
+ }
8261
+ componentDidUpdate() {
8262
+ this.setInnerRef(suppressWarningAndFindDomNode(this));
8263
+ }
8264
+ setInnerRef(current) {
8265
+ const {
8266
+ innerRef
8267
+ } = this.props;
8268
+ if (innerRef == null)
8269
+ return;
8270
+ if (typeof innerRef === "function")
8271
+ innerRef(current);
8272
+ else
8273
+ innerRef.current = current;
8274
+ }
8275
+ render() {
8276
+ return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, {
8277
+ children: this.props.children
8278
+ });
8279
+ }
8280
+ }
8281
+ const FindDomNode = React.forwardRef(function FindDomNode2(props, ref) {
8282
+ return /* @__PURE__ */ jsxRuntime.jsx(FindDomNodeClassComponent, __spreadProps(__spreadValues({}, props), {
8283
+ innerRef: ref
8284
+ }));
8285
+ });
7908
8286
  const contextDefaultValue = reactPage.configureStore();
7909
8287
  function createReactRuntime(store) {
7910
8288
  return {
@@ -7970,27 +8348,6 @@ function RuntimeProvider({
7970
8348
  }));
7971
8349
  }
7972
8350
  }, [client2]);
7973
- React.useEffect(() => {
7974
- const isInBuilder = window.parent !== window;
7975
- if (!isInBuilder)
7976
- return;
7977
- window.addEventListener("focusin", handleFocusIn);
7978
- window.addEventListener("focusout", handlefocusOut);
7979
- return () => {
7980
- window.addEventListener("focusin", handleFocusIn);
7981
- window.removeEventListener("focusout", handlefocusOut);
7982
- };
7983
- function handleFocusIn(event) {
7984
- if (!(event.target instanceof window.HTMLElement) || !event.target.isContentEditable) {
7985
- window.parent.focus();
7986
- }
7987
- }
7988
- function handlefocusOut(event) {
7989
- if (!(event.relatedTarget instanceof window.HTMLElement) || !event.relatedTarget.isContentEditable) {
7990
- window.parent.focus();
7991
- }
7992
- }
7993
- }, []);
7994
8351
  return /* @__PURE__ */ jsxRuntime.jsx(Context.Provider, {
7995
8352
  value: store,
7996
8353
  children: /* @__PURE__ */ jsxRuntime.jsx(MakeswiftProvider, {
@@ -8046,21 +8403,42 @@ function useDispatch() {
8046
8403
  const store = React.useContext(Context);
8047
8404
  return store.dispatch;
8048
8405
  }
8406
+ function useSuppressRefWarning(ownerName) {
8407
+ const originalErrorRef = React.useRef(console.error);
8408
+ const patchedRef = React.useRef(false);
8409
+ if (patchedRef.current === false) {
8410
+ console.error = (...args) => {
8411
+ const [msg, ...substitutions] = args;
8412
+ const text = substitutions.reduce((text2, substitution) => text2.replace("%s", substitution), msg);
8413
+ if (!text.includes("Function components cannot be given refs.") || !text.includes(`Check the render method of \`${ownerName}\`.`)) {
8414
+ originalErrorRef.current(...args);
8415
+ }
8416
+ };
8417
+ patchedRef.current = true;
8418
+ }
8419
+ }
8049
8420
  const ElementData = React.memo(React.forwardRef(function ElementData2({
8050
8421
  elementData
8051
8422
  }, ref) {
8052
8423
  const Component = useComponent(elementData.type);
8053
8424
  const props = useProps(elementData);
8425
+ const [handle, setHandle] = React.useState(null);
8426
+ const [foundDomNode, setFoundDomNode] = React.useState(null);
8427
+ React.useImperativeHandle(ref, () => handle != null ? handle : foundDomNode, [handle, foundDomNode]);
8428
+ useSuppressRefWarning(`\`ForwardRef(${ElementData2.name})\``);
8054
8429
  if (Component == null) {
8055
8430
  return /* @__PURE__ */ jsxRuntime.jsx(FallbackComponent, {
8056
8431
  ref,
8057
8432
  text: "Component not found"
8058
8433
  });
8059
8434
  }
8060
- return /* @__PURE__ */ React.createElement(Component, __spreadProps(__spreadValues({}, props), {
8061
- key: elementData.key,
8062
- ref
8063
- }));
8435
+ return /* @__PURE__ */ jsxRuntime.jsx(FindDomNode, {
8436
+ ref: setFoundDomNode,
8437
+ children: /* @__PURE__ */ React.createElement(Component, __spreadProps(__spreadValues({}, props), {
8438
+ key: elementData.key,
8439
+ ref: setHandle
8440
+ }))
8441
+ });
8064
8442
  }));
8065
8443
  const ElementReference = React.memo(React.forwardRef(function ElementReference2({
8066
8444
  elementReference