@makeswift/runtime 0.0.5 → 0.0.8

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 (141) 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/builder.cjs.js +2 -1
  6. package/dist/builder.cjs.js.map +1 -1
  7. package/dist/builder.es.js +2 -1
  8. package/dist/builder.es.js.map +1 -1
  9. package/dist/components.cjs.js +3 -1
  10. package/dist/components.cjs.js.map +1 -1
  11. package/dist/components.es.js +3 -1
  12. package/dist/components.es.js.map +1 -1
  13. package/dist/control-serialization.cjs.js +17 -0
  14. package/dist/control-serialization.cjs.js.map +1 -1
  15. package/dist/control-serialization.es.js +17 -0
  16. package/dist/control-serialization.es.js.map +1 -1
  17. package/dist/controls.cjs.js +20 -0
  18. package/dist/controls.cjs.js.map +1 -1
  19. package/dist/controls.es.js +2 -0
  20. package/dist/controls.es.js.map +1 -1
  21. package/dist/descriptors.cjs.js.map +1 -1
  22. package/dist/descriptors.es.js.map +1 -1
  23. package/dist/index.cjs.js +280 -96
  24. package/dist/index.cjs.js.map +1 -1
  25. package/dist/index.es.js +280 -96
  26. package/dist/index.es.js.map +1 -1
  27. package/dist/list.cjs.js +8 -0
  28. package/dist/list.cjs.js.map +1 -0
  29. package/dist/list.es.js +6 -0
  30. package/dist/list.es.js.map +1 -0
  31. package/dist/next.cjs.js +2 -0
  32. package/dist/next.cjs.js.map +1 -1
  33. package/dist/next.es.js +2 -0
  34. package/dist/next.es.js.map +1 -1
  35. package/dist/react-builder-preview.cjs.js +35 -2
  36. package/dist/react-builder-preview.cjs.js.map +1 -1
  37. package/dist/react-builder-preview.es.js +37 -4
  38. package/dist/react-builder-preview.es.js.map +1 -1
  39. package/dist/react-page.cjs.js +32 -19
  40. package/dist/react-page.cjs.js.map +1 -1
  41. package/dist/react-page.es.js +26 -15
  42. package/dist/react-page.es.js.map +1 -1
  43. package/dist/react.cjs.js +2 -0
  44. package/dist/react.cjs.js.map +1 -1
  45. package/dist/react.es.js +2 -0
  46. package/dist/react.es.js.map +1 -1
  47. package/dist/text-input.cjs.js +50 -0
  48. package/dist/text-input.cjs.js.map +1 -0
  49. package/dist/text-input.es.js +34 -0
  50. package/dist/text-input.es.js.map +1 -0
  51. package/dist/types/builder/serialization/control-serialization.d.ts +4 -2
  52. package/dist/types/builder/serialization/control-serialization.d.ts.map +1 -1
  53. package/dist/types/builder/serialization/controls/list.d.ts +5 -0
  54. package/dist/types/builder/serialization/controls/list.d.ts.map +1 -0
  55. package/dist/types/builder/serialization/controls/types.d.ts +10 -0
  56. package/dist/types/builder/serialization/controls/types.d.ts.map +1 -0
  57. package/dist/types/builder/serialization/index.d.ts +1 -0
  58. package/dist/types/builder/serialization/index.d.ts.map +1 -1
  59. package/dist/types/components/builtin/Carousel/Carousel.d.ts +3 -3
  60. package/dist/types/components/builtin/Carousel/Carousel.d.ts.map +1 -1
  61. package/dist/types/components/builtin/Countdown/Countdown.d.ts +3 -3
  62. package/dist/types/components/builtin/Countdown/Countdown.d.ts.map +1 -1
  63. package/dist/types/components/builtin/Divider/Divider.d.ts +1 -1
  64. package/dist/types/components/builtin/Divider/Divider.d.ts.map +1 -1
  65. package/dist/types/components/builtin/Form/Form.d.ts +3 -3
  66. package/dist/types/components/builtin/Form/Form.d.ts.map +1 -1
  67. package/dist/types/components/builtin/Form/context/FormContext.d.ts +1 -1
  68. package/dist/types/components/builtin/Form/context/FormContext.d.ts.map +1 -1
  69. package/dist/types/components/builtin/Navigation/Navigation.d.ts +3 -3
  70. package/dist/types/components/builtin/Navigation/Navigation.d.ts.map +1 -1
  71. package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts.map +1 -1
  72. package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts +2 -2
  73. package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts.map +1 -1
  74. package/dist/types/components/builtin/SocialLinks/SocialLinks.d.ts +2 -2
  75. package/dist/types/components/builtin/SocialLinks/SocialLinks.d.ts.map +1 -1
  76. package/dist/types/components/hooks/index.d.ts +1 -1
  77. package/dist/types/components/hooks/index.d.ts.map +1 -1
  78. package/dist/types/components/hooks/{useColor.d.ts → useResponsiveColor.d.ts} +2 -2
  79. package/dist/types/components/hooks/useResponsiveColor.d.ts.map +1 -0
  80. package/dist/types/controls/checkbox.d.ts +13 -0
  81. package/dist/types/controls/checkbox.d.ts.map +1 -0
  82. package/dist/types/controls/color.d.ts +16 -0
  83. package/dist/types/controls/color.d.ts.map +1 -0
  84. package/dist/types/controls/control.d.ts +12 -0
  85. package/dist/types/controls/control.d.ts.map +1 -0
  86. package/dist/types/controls/image.d.ts +12 -0
  87. package/dist/types/controls/image.d.ts.map +1 -0
  88. package/dist/types/controls/index.d.ts +10 -0
  89. package/dist/types/controls/index.d.ts.map +1 -1
  90. package/dist/types/controls/list.d.ts +26 -0
  91. package/dist/types/controls/list.d.ts.map +1 -0
  92. package/dist/types/controls/number.d.ts +18 -0
  93. package/dist/types/controls/number.d.ts.map +1 -0
  94. package/dist/types/controls/select.d.ts +22 -0
  95. package/dist/types/controls/select.d.ts.map +1 -0
  96. package/dist/types/controls/shape.d.ts +16 -0
  97. package/dist/types/controls/shape.d.ts.map +1 -0
  98. package/dist/types/controls/text-area.d.ts +14 -0
  99. package/dist/types/controls/text-area.d.ts.map +1 -0
  100. package/dist/types/controls/text-input.d.ts +13 -0
  101. package/dist/types/controls/text-input.d.ts.map +1 -0
  102. package/dist/types/prop-controllers/descriptors.d.ts +13 -2
  103. package/dist/types/prop-controllers/descriptors.d.ts.map +1 -1
  104. package/dist/types/runtimes/react/components/index.d.ts +2 -0
  105. package/dist/types/runtimes/react/components/index.d.ts.map +1 -0
  106. package/dist/types/runtimes/react/components/render-hook.d.ts +14 -0
  107. package/dist/types/runtimes/react/components/render-hook.d.ts.map +1 -0
  108. package/dist/types/runtimes/react/controls/checkbox.d.ts +4 -0
  109. package/dist/types/runtimes/react/controls/checkbox.d.ts.map +1 -0
  110. package/dist/types/runtimes/react/controls/color.d.ts +4 -0
  111. package/dist/types/runtimes/react/controls/color.d.ts.map +1 -0
  112. package/dist/types/runtimes/react/controls/control.d.ts +20 -0
  113. package/dist/types/runtimes/react/controls/control.d.ts.map +1 -0
  114. package/dist/types/runtimes/react/controls/image.d.ts +4 -0
  115. package/dist/types/runtimes/react/controls/image.d.ts.map +1 -0
  116. package/dist/types/runtimes/react/controls/list.d.ts +13 -0
  117. package/dist/types/runtimes/react/controls/list.d.ts.map +1 -0
  118. package/dist/types/runtimes/react/controls/number.d.ts +4 -0
  119. package/dist/types/runtimes/react/controls/number.d.ts.map +1 -0
  120. package/dist/types/runtimes/react/controls/select.d.ts +4 -0
  121. package/dist/types/runtimes/react/controls/select.d.ts.map +1 -0
  122. package/dist/types/runtimes/react/controls/shape.d.ts +14 -0
  123. package/dist/types/runtimes/react/controls/shape.d.ts.map +1 -0
  124. package/dist/types/runtimes/react/controls/text-area.d.ts +4 -0
  125. package/dist/types/runtimes/react/controls/text-area.d.ts.map +1 -0
  126. package/dist/types/runtimes/react/controls/text-input.d.ts +4 -0
  127. package/dist/types/runtimes/react/controls/text-input.d.ts.map +1 -0
  128. package/dist/types/runtimes/react/controls.d.ts +7 -1
  129. package/dist/types/runtimes/react/controls.d.ts.map +1 -1
  130. package/dist/types/runtimes/react/index.d.ts +1 -1
  131. package/dist/types/runtimes/react/index.d.ts.map +1 -1
  132. package/dist/types/state/actions.d.ts +8 -1
  133. package/dist/types/state/actions.d.ts.map +1 -1
  134. package/dist/types/state/modules/is-in-builder.d.ts +6 -0
  135. package/dist/types/state/modules/is-in-builder.d.ts.map +1 -0
  136. package/dist/types/state/modules/react-components.d.ts +4 -2
  137. package/dist/types/state/modules/react-components.d.ts.map +1 -1
  138. package/dist/types/state/react-builder-preview.d.ts.map +1 -1
  139. package/dist/types/state/react-page.d.ts.map +1 -1
  140. package/package.json +1 -1
  141. package/dist/types/components/hooks/useColor.d.ts.map +0 -1
package/dist/index.cjs.js CHANGED
@@ -64,6 +64,8 @@ var Hotkeys = require("slate-hotkeys");
64
64
  var ipsum = require("corporate-ipsum");
65
65
  var slateReact = require("slate-react");
66
66
  var Lists = require("@convertkit/slate-lists");
67
+ var textInput = require("./text-input.cjs.js");
68
+ var list = require("./list.cjs.js");
67
69
  var style = require("./style.cjs.js");
68
70
  var reactDom = require("react-dom");
69
71
  function _interopDefaultLegacy(e) {
@@ -555,7 +557,7 @@ function useBoxShadow(value) {
555
557
  });
556
558
  });
557
559
  }
558
- function useColor(color) {
560
+ function useResponsiveColor(color) {
559
561
  const swatchIds = color == null ? [] : [...Array.from(new Set(color.map(({ value: v }) => v && v.swatchId).filter(isNonNullable)))];
560
562
  const skip = swatchIds.length === 0;
561
563
  const { error, data = {} } = useQuery(SWATCHES_BY_ID, { skip, variables: { ids: swatchIds } });
@@ -3646,11 +3648,12 @@ var SvgCheck12 = function SvgCheck122(props) {
3646
3648
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$u({
3647
3649
  width: 12,
3648
3650
  height: 12,
3651
+ viewBox: "0 0 12 12",
3649
3652
  xmlns: "http://www.w3.org/2000/svg"
3650
3653
  }, props), _path$t || (_path$t = /* @__PURE__ */ React__namespace.createElement("path", {
3651
3654
  fillRule: "evenodd",
3652
3655
  clipRule: "evenodd",
3653
- 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"
3656
+ 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"
3654
3657
  })));
3655
3658
  };
3656
3659
  const Shapes = Object.freeze({
@@ -4859,6 +4862,7 @@ var SvgSpinner20 = function SvgSpinner202(props) {
4859
4862
  r: 9,
4860
4863
  strokeOpacity: 0.4
4861
4864
  }), /* @__PURE__ */ React__namespace.createElement("path", {
4865
+ strokeLinecap: "round",
4862
4866
  d: "M9 18A9 9 0 0 0 9 0"
4863
4867
  }))));
4864
4868
  };
@@ -5657,7 +5661,7 @@ function DropDownItem$1(_S) {
5657
5661
  "color"
5658
5662
  ]);
5659
5663
  return /* @__PURE__ */ jsxRuntime.jsx(StyledDropDownItem, __spreadProps(__spreadValues({}, restOfProps), {
5660
- color: useColor(color)
5664
+ color: useResponsiveColor(color)
5661
5665
  }));
5662
5666
  }
5663
5667
  function DropDownButton(_U) {
@@ -5686,8 +5690,8 @@ function DropDownButton(_U) {
5686
5690
  return /* @__PURE__ */ jsxRuntime.jsxs(DropDownContainer, {
5687
5691
  ref: container,
5688
5692
  children: [/* @__PURE__ */ jsxRuntime.jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
5689
- textColor: useColor(textColor),
5690
- color: useColor(color),
5693
+ textColor: useResponsiveColor(textColor),
5694
+ color: useResponsiveColor(color),
5691
5695
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", {
5692
5696
  style: {
5693
5697
  display: "flex",
@@ -5768,7 +5772,7 @@ function DropDownItem(_W) {
5768
5772
  "color"
5769
5773
  ]);
5770
5774
  return /* @__PURE__ */ jsxRuntime.jsx(StyledLink$2, __spreadProps(__spreadValues({}, restOfProps), {
5771
- color: useColor(color)
5775
+ color: useResponsiveColor(color)
5772
5776
  }));
5773
5777
  }
5774
5778
  function MobileDropDownButton(_Y) {
@@ -5791,8 +5795,8 @@ function MobileDropDownButton(_Y) {
5791
5795
  const [isOpen, setIsOpen] = React.useState(false);
5792
5796
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, {
5793
5797
  children: [/* @__PURE__ */ jsxRuntime.jsx(ButtonLink$1, __spreadProps(__spreadValues({}, restOfProps), {
5794
- textColor: useColor(textColor),
5795
- color: useColor(color),
5798
+ textColor: useResponsiveColor(textColor),
5799
+ color: useResponsiveColor(color),
5796
5800
  onPointerDown: () => setIsOpen((prev) => !prev),
5797
5801
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", {
5798
5802
  style: {
@@ -5835,8 +5839,8 @@ function NavigationButton$1(props) {
5835
5839
  "color"
5836
5840
  ]);
5837
5841
  return /* @__PURE__ */ jsxRuntime.jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
5838
- textColor: useColor(textColor),
5839
- color: useColor(color)
5842
+ textColor: useResponsiveColor(textColor),
5843
+ color: useResponsiveColor(color)
5840
5844
  }));
5841
5845
  }
5842
5846
  const ButtonLink = styled__default["default"](NavigationButton$1)`
@@ -5927,6 +5931,12 @@ const Container$2 = styled__default["default"].nav`
5927
5931
  align-items: center;
5928
5932
  ${cssMargin()}
5929
5933
  ${cssTextStyle()}
5934
+ ${(p) => cssMediaRules([p.gutter], ([gutter = {
5935
+ value: 0,
5936
+ unit: "px"
5937
+ }]) => styled.css`
5938
+ gap: ${gutter.value}${gutter.unit};
5939
+ `)}
5930
5940
  `;
5931
5941
  const LinksContainer = styled__default["default"].div`
5932
5942
  display: flex;
@@ -5961,8 +5971,8 @@ function NavigationButton(props) {
5961
5971
  "color"
5962
5972
  ]);
5963
5973
  return /* @__PURE__ */ jsxRuntime.jsx(Button$1, __spreadProps(__spreadValues({}, restOfProps), {
5964
- textColor: useColor(textColor),
5965
- color: useColor(color)
5974
+ textColor: useResponsiveColor(textColor),
5975
+ color: useResponsiveColor(color)
5966
5976
  }));
5967
5977
  }
5968
5978
  const placeholder = {
@@ -5997,6 +6007,7 @@ const Navigation = React.forwardRef(function Navigation2({
5997
6007
  className: css.cx(width),
5998
6008
  margin,
5999
6009
  textStyle: linkTextStyle,
6010
+ gutter,
6000
6011
  children: [showLogo === true && /* @__PURE__ */ jsxRuntime.jsx(ImageComponent, {
6001
6012
  altText: logoAltText,
6002
6013
  file: logoFile,
@@ -6281,9 +6292,10 @@ var SvgLogoAngellist20 = function SvgLogoAngellist202(props) {
6281
6292
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$m({
6282
6293
  xmlns: "http://www.w3.org/2000/svg",
6283
6294
  width: 20,
6284
- height: 20
6295
+ height: 20,
6296
+ viewBox: "0 0 20 20"
6285
6297
  }, props), _path$m || (_path$m = /* @__PURE__ */ React__namespace.createElement("path", {
6286
- 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"
6298
+ 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"
6287
6299
  })));
6288
6300
  };
6289
6301
  var _path$l;
@@ -6305,9 +6317,10 @@ var SvgLogoCodepen20 = function SvgLogoCodepen202(props) {
6305
6317
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$l({
6306
6318
  xmlns: "http://www.w3.org/2000/svg",
6307
6319
  width: 20,
6308
- height: 20
6320
+ height: 20,
6321
+ viewBox: "0 0 20 20"
6309
6322
  }, props), _path$l || (_path$l = /* @__PURE__ */ React__namespace.createElement("path", {
6310
- 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"
6323
+ 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"
6311
6324
  })));
6312
6325
  };
6313
6326
  var _path$k;
@@ -6329,9 +6342,10 @@ var SvgLogoDribbble20 = function SvgLogoDribbble202(props) {
6329
6342
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$k({
6330
6343
  xmlns: "http://www.w3.org/2000/svg",
6331
6344
  width: 20,
6332
- height: 20
6345
+ height: 20,
6346
+ viewBox: "0 0 20 20"
6333
6347
  }, props), _path$k || (_path$k = /* @__PURE__ */ React__namespace.createElement("path", {
6334
- 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"
6348
+ 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"
6335
6349
  })));
6336
6350
  };
6337
6351
  var _path$j;
@@ -6353,7 +6367,8 @@ var SvgLogoFacebook20 = function SvgLogoFacebook202(props) {
6353
6367
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$j({
6354
6368
  xmlns: "http://www.w3.org/2000/svg",
6355
6369
  width: 20,
6356
- height: 20
6370
+ height: 20,
6371
+ viewBox: "0 0 20 20"
6357
6372
  }, props), _path$j || (_path$j = /* @__PURE__ */ React__namespace.createElement("path", {
6358
6373
  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"
6359
6374
  })));
@@ -6377,9 +6392,10 @@ var SvgLogoGithub20 = function SvgLogoGithub202(props) {
6377
6392
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$i({
6378
6393
  xmlns: "http://www.w3.org/2000/svg",
6379
6394
  width: 20,
6380
- height: 20
6395
+ height: 20,
6396
+ viewBox: "0 0 20 20"
6381
6397
  }, props), _path$i || (_path$i = /* @__PURE__ */ React__namespace.createElement("path", {
6382
- 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"
6398
+ 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"
6383
6399
  })));
6384
6400
  };
6385
6401
  var _path$h;
@@ -6401,9 +6417,10 @@ var SvgLogoInstagram20 = function SvgLogoInstagram202(props) {
6401
6417
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$h({
6402
6418
  xmlns: "http://www.w3.org/2000/svg",
6403
6419
  width: 20,
6404
- height: 20
6420
+ height: 20,
6421
+ viewBox: "0 0 20 20"
6405
6422
  }, props), _path$h || (_path$h = /* @__PURE__ */ React__namespace.createElement("path", {
6406
- 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"
6423
+ 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"
6407
6424
  })));
6408
6425
  };
6409
6426
  var _path$g;
@@ -6425,9 +6442,10 @@ var SvgLogoLinkedin20 = function SvgLogoLinkedin202(props) {
6425
6442
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$g({
6426
6443
  xmlns: "http://www.w3.org/2000/svg",
6427
6444
  width: 20,
6428
- height: 20
6445
+ height: 20,
6446
+ viewBox: "0 0 20 20"
6429
6447
  }, props), _path$g || (_path$g = /* @__PURE__ */ React__namespace.createElement("path", {
6430
- 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"
6448
+ 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"
6431
6449
  })));
6432
6450
  };
6433
6451
  var _path$f;
@@ -6449,9 +6467,10 @@ var SvgLogoMedium20 = function SvgLogoMedium202(props) {
6449
6467
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$f({
6450
6468
  xmlns: "http://www.w3.org/2000/svg",
6451
6469
  width: 20,
6452
- height: 20
6470
+ height: 20,
6471
+ viewBox: "0 0 20 20"
6453
6472
  }, props), _path$f || (_path$f = /* @__PURE__ */ React__namespace.createElement("path", {
6454
- 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"
6473
+ 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"
6455
6474
  })));
6456
6475
  };
6457
6476
  var _path$e;
@@ -6473,9 +6492,10 @@ var SvgLogoPinterest20 = function SvgLogoPinterest202(props) {
6473
6492
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$e({
6474
6493
  xmlns: "http://www.w3.org/2000/svg",
6475
6494
  width: 20,
6476
- height: 20
6495
+ height: 20,
6496
+ viewBox: "0 0 20 20"
6477
6497
  }, props), _path$e || (_path$e = /* @__PURE__ */ React__namespace.createElement("path", {
6478
- 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"
6498
+ 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"
6479
6499
  })));
6480
6500
  };
6481
6501
  var _path$d;
@@ -6497,9 +6517,10 @@ var SvgLogoReddit20 = function SvgLogoReddit202(props) {
6497
6517
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$d({
6498
6518
  xmlns: "http://www.w3.org/2000/svg",
6499
6519
  width: 20,
6500
- height: 20
6520
+ height: 20,
6521
+ viewBox: "0 0 20 20"
6501
6522
  }, props), _path$d || (_path$d = /* @__PURE__ */ React__namespace.createElement("path", {
6502
- 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"
6523
+ 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"
6503
6524
  })));
6504
6525
  };
6505
6526
  var _path$c;
@@ -6521,9 +6542,10 @@ var SvgLogoRss20 = function SvgLogoRss202(props) {
6521
6542
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$c({
6522
6543
  xmlns: "http://www.w3.org/2000/svg",
6523
6544
  width: 20,
6524
- height: 20
6545
+ height: 20,
6546
+ viewBox: "0 0 20 20"
6525
6547
  }, props), _path$c || (_path$c = /* @__PURE__ */ React__namespace.createElement("path", {
6526
- 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"
6548
+ 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"
6527
6549
  })));
6528
6550
  };
6529
6551
  var _path$b;
@@ -6545,9 +6567,10 @@ var SvgLogoSnapchat20 = function SvgLogoSnapchat202(props) {
6545
6567
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$b({
6546
6568
  xmlns: "http://www.w3.org/2000/svg",
6547
6569
  width: 20,
6548
- height: 20
6570
+ height: 20,
6571
+ viewBox: "0 0 20 20"
6549
6572
  }, props), _path$b || (_path$b = /* @__PURE__ */ React__namespace.createElement("path", {
6550
- 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"
6573
+ 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"
6551
6574
  })));
6552
6575
  };
6553
6576
  var _path$a;
@@ -6569,9 +6592,10 @@ var SvgLogoSoundcloud20 = function SvgLogoSoundcloud202(props) {
6569
6592
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$a({
6570
6593
  xmlns: "http://www.w3.org/2000/svg",
6571
6594
  width: 20,
6572
- height: 20
6595
+ height: 20,
6596
+ viewBox: "0 0 20 20"
6573
6597
  }, props), _path$a || (_path$a = /* @__PURE__ */ React__namespace.createElement("path", {
6574
- 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"
6598
+ 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"
6575
6599
  })));
6576
6600
  };
6577
6601
  var _path$9;
@@ -6593,9 +6617,10 @@ var SvgLogoSpotify20 = function SvgLogoSpotify202(props) {
6593
6617
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$9({
6594
6618
  xmlns: "http://www.w3.org/2000/svg",
6595
6619
  width: 20,
6596
- height: 20
6620
+ height: 20,
6621
+ viewBox: "0 0 20 20"
6597
6622
  }, props), _path$9 || (_path$9 = /* @__PURE__ */ React__namespace.createElement("path", {
6598
- 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"
6623
+ 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"
6599
6624
  })));
6600
6625
  };
6601
6626
  var _path$8;
@@ -6617,9 +6642,10 @@ var SvgLogoTelegram20 = function SvgLogoTelegram202(props) {
6617
6642
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$8({
6618
6643
  xmlns: "http://www.w3.org/2000/svg",
6619
6644
  width: 20,
6620
- height: 20
6645
+ height: 20,
6646
+ viewBox: "0 0 20 20"
6621
6647
  }, props), _path$8 || (_path$8 = /* @__PURE__ */ React__namespace.createElement("path", {
6622
- 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"
6648
+ 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"
6623
6649
  })));
6624
6650
  };
6625
6651
  var _path$7;
@@ -6641,9 +6667,10 @@ var SvgLogoTumblr20 = function SvgLogoTumblr202(props) {
6641
6667
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$7({
6642
6668
  xmlns: "http://www.w3.org/2000/svg",
6643
6669
  width: 20,
6644
- height: 20
6670
+ height: 20,
6671
+ viewBox: "0 0 20 20"
6645
6672
  }, props), _path$7 || (_path$7 = /* @__PURE__ */ React__namespace.createElement("path", {
6646
- 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"
6673
+ 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"
6647
6674
  })));
6648
6675
  };
6649
6676
  var _path$6;
@@ -6665,9 +6692,10 @@ var SvgLogoTwitch20 = function SvgLogoTwitch202(props) {
6665
6692
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$6({
6666
6693
  xmlns: "http://www.w3.org/2000/svg",
6667
6694
  width: 20,
6668
- height: 20
6695
+ height: 20,
6696
+ viewBox: "0 0 20 20"
6669
6697
  }, props), _path$6 || (_path$6 = /* @__PURE__ */ React__namespace.createElement("path", {
6670
- 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"
6698
+ 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"
6671
6699
  })));
6672
6700
  };
6673
6701
  var _path$5;
@@ -6689,7 +6717,8 @@ var SvgLogoTwitter20 = function SvgLogoTwitter202(props) {
6689
6717
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$5({
6690
6718
  xmlns: "http://www.w3.org/2000/svg",
6691
6719
  width: 20,
6692
- height: 20
6720
+ height: 20,
6721
+ viewBox: "0 0 20 20"
6693
6722
  }, props), _path$5 || (_path$5 = /* @__PURE__ */ React__namespace.createElement("path", {
6694
6723
  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"
6695
6724
  })));
@@ -6713,7 +6742,8 @@ var SvgLogoWhatsapp20 = function SvgLogoWhatsapp202(props) {
6713
6742
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$4({
6714
6743
  xmlns: "http://www.w3.org/2000/svg",
6715
6744
  width: 20,
6716
- height: 20
6745
+ height: 20,
6746
+ viewBox: "0 0 20 20"
6717
6747
  }, props), _path$4 || (_path$4 = /* @__PURE__ */ React__namespace.createElement("path", {
6718
6748
  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"
6719
6749
  })));
@@ -6737,9 +6767,10 @@ var SvgLogoVimeo20 = function SvgLogoVimeo202(props) {
6737
6767
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$3({
6738
6768
  xmlns: "http://www.w3.org/2000/svg",
6739
6769
  width: 20,
6740
- height: 20
6770
+ height: 20,
6771
+ viewBox: "0 0 20 20"
6741
6772
  }, props), _path$3 || (_path$3 = /* @__PURE__ */ React__namespace.createElement("path", {
6742
- 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"
6773
+ 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"
6743
6774
  })));
6744
6775
  };
6745
6776
  var _path$2;
@@ -6761,9 +6792,10 @@ var SvgLogoYelp20 = function SvgLogoYelp202(props) {
6761
6792
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$2({
6762
6793
  xmlns: "http://www.w3.org/2000/svg",
6763
6794
  width: 20,
6764
- height: 20
6795
+ height: 20,
6796
+ viewBox: "0 0 20 20"
6765
6797
  }, props), _path$2 || (_path$2 = /* @__PURE__ */ React__namespace.createElement("path", {
6766
- 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"
6798
+ 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"
6767
6799
  })));
6768
6800
  };
6769
6801
  var _path$1;
@@ -6785,9 +6817,10 @@ var SvgLogoYoutube20 = function SvgLogoYoutube202(props) {
6785
6817
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends$1({
6786
6818
  xmlns: "http://www.w3.org/2000/svg",
6787
6819
  width: 20,
6788
- height: 20
6820
+ height: 20,
6821
+ viewBox: "0 0 20 20"
6789
6822
  }, props), _path$1 || (_path$1 = /* @__PURE__ */ React__namespace.createElement("path", {
6790
- 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"
6823
+ 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"
6791
6824
  })));
6792
6825
  };
6793
6826
  const SocialLinksOptions = [{
@@ -7815,11 +7848,12 @@ var SvgWarning20 = function SvgWarning202(props) {
7815
7848
  return /* @__PURE__ */ React__namespace.createElement("svg", _extends({
7816
7849
  width: 20,
7817
7850
  height: 20,
7851
+ viewBox: "0 0 20 20",
7818
7852
  xmlns: "http://www.w3.org/2000/svg"
7819
7853
  }, props), _path || (_path = /* @__PURE__ */ React__namespace.createElement("path", {
7820
7854
  fillRule: "evenodd",
7821
7855
  clipRule: "evenodd",
7822
- 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"
7856
+ 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"
7823
7857
  })));
7824
7858
  };
7825
7859
  const ErrorDiv = styled__default["default"]("div")`
@@ -8169,7 +8203,7 @@ function useStyleControlCssObject(style$1, controlDefinition) {
8169
8203
  return `${borderRadius.value}${borderRadius.unit}`;
8170
8204
  }
8171
8205
  }
8172
- const useInsertionEffect = (_ea = React__namespace.useInsertionEffect) != null ? _ea : React__namespace.useLayoutEffect;
8206
+ const useInsertionEffect = (_ea = React__namespace["useInsertionEffect"]) != null ? _ea : React__namespace.useLayoutEffect;
8173
8207
  function useFormattedStyle(styleControlData, controlDefinition) {
8174
8208
  const style2 = useStyleControlCssObject(styleControlData, controlDefinition);
8175
8209
  const serialized = serializeStyles([style2], css.cache.registered);
@@ -8178,6 +8212,141 @@ function useFormattedStyle(styleControlData, controlDefinition) {
8178
8212
  });
8179
8213
  return `${css.cache.key}-${serialized.name}`;
8180
8214
  }
8215
+ function RenderHook({
8216
+ hook: useHook,
8217
+ parameters,
8218
+ children
8219
+ }) {
8220
+ return children(useHook(...parameters));
8221
+ }
8222
+ function useCheckboxControlValue(data, definition) {
8223
+ return data != null ? data : definition.config.defaultValue;
8224
+ }
8225
+ function useColorValue(data, definition) {
8226
+ var _a, _b;
8227
+ const result = useQuery(SWATCHES_BY_ID, {
8228
+ variables: { ids: [data == null ? void 0 : data.swatchId] },
8229
+ skip: (data == null ? void 0 : data.swatchId) == null
8230
+ });
8231
+ if (data === void 0) {
8232
+ const { defaultValue } = definition.config;
8233
+ if (defaultValue === void 0)
8234
+ return void 0;
8235
+ let defaultColor;
8236
+ try {
8237
+ defaultColor = ColorHelper__default["default"](definition.config.defaultValue);
8238
+ } catch {
8239
+ defaultColor = ColorHelper__default["default"]();
8240
+ }
8241
+ return defaultColor.rgb().string();
8242
+ }
8243
+ const [swatch] = (_b = (_a = result.data) == null ? void 0 : _a.swatches) != null ? _b : [null];
8244
+ return ColorHelper__default["default"]({ h: swatch == null ? void 0 : swatch.hue, s: swatch == null ? void 0 : swatch.saturation, l: swatch == null ? void 0 : swatch.lightness }).alpha(data.alpha).rgb().string();
8245
+ }
8246
+ function useImageControlValue(data) {
8247
+ var _a;
8248
+ return (_a = useFile(data)) == null ? void 0 : _a.publicUrl;
8249
+ }
8250
+ function ListControlValue({
8251
+ definition,
8252
+ data,
8253
+ children
8254
+ }) {
8255
+ return (data != null ? data : []).reduce((renderFn, item) => (listControlValue) => /* @__PURE__ */ jsxRuntime.jsx(ControlValue, {
8256
+ definition: definition.config.type,
8257
+ data: item.value,
8258
+ children: (value) => renderFn([value, ...listControlValue])
8259
+ }), children)([]);
8260
+ }
8261
+ function useNumber(numberControlData, controlDefinition) {
8262
+ return numberControlData != null ? numberControlData : controlDefinition.config.defaultValue;
8263
+ }
8264
+ function useSelectControlValue(data, definition) {
8265
+ return data != null ? data : definition == null ? void 0 : definition.config.defaultValue;
8266
+ }
8267
+ function ShapeControlValue({
8268
+ definition,
8269
+ data,
8270
+ children
8271
+ }) {
8272
+ return Object.entries(definition.config.type).reduce((renderFn, [key, controlDefinition]) => (shapeControlValue) => /* @__PURE__ */ jsxRuntime.jsx(ControlValue, {
8273
+ definition: controlDefinition,
8274
+ data: data == null ? void 0 : data[key],
8275
+ children: (value) => renderFn(__spreadProps(__spreadValues({}, shapeControlValue), {
8276
+ [key]: value
8277
+ }))
8278
+ }), children)({});
8279
+ }
8280
+ function useTextAreaValue(data, definition) {
8281
+ return data != null ? data : definition.config.defaultValue;
8282
+ }
8283
+ function useTextInputValue(data, definition) {
8284
+ return data != null ? data : definition.config.defaultValue;
8285
+ }
8286
+ function ControlValue({
8287
+ data,
8288
+ definition,
8289
+ children
8290
+ }) {
8291
+ switch (definition.type) {
8292
+ case textInput.CheckboxControlType:
8293
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8294
+ hook: useCheckboxControlValue,
8295
+ parameters: [data, definition],
8296
+ children: (value) => children(value)
8297
+ }, definition.type);
8298
+ case textInput.NumberControlType:
8299
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8300
+ hook: useNumber,
8301
+ parameters: [data, definition],
8302
+ children: (value) => children(value)
8303
+ }, definition.type);
8304
+ case textInput.TextInputControlType:
8305
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8306
+ hook: useTextInputValue,
8307
+ parameters: [data, definition],
8308
+ children: (value) => children(value)
8309
+ }, definition.type);
8310
+ case textInput.TextAreaControlType:
8311
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8312
+ hook: useTextAreaValue,
8313
+ parameters: [data, definition],
8314
+ children: (value) => children(value)
8315
+ }, definition.type);
8316
+ case textInput.SelectControlType:
8317
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8318
+ hook: useSelectControlValue,
8319
+ parameters: [data, definition],
8320
+ children: (value) => children(value)
8321
+ }, definition.type);
8322
+ case textInput.ColorControlType:
8323
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8324
+ hook: useColorValue,
8325
+ parameters: [data, definition],
8326
+ children: (value) => children(value)
8327
+ }, definition.type);
8328
+ case textInput.ImageControlType:
8329
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8330
+ hook: useImageControlValue,
8331
+ parameters: [data],
8332
+ children: (value) => children(value)
8333
+ }, definition.type);
8334
+ case textInput.ShapeControlType:
8335
+ return /* @__PURE__ */ jsxRuntime.jsx(ShapeControlValue, {
8336
+ definition,
8337
+ data,
8338
+ children: (value) => children(value)
8339
+ });
8340
+ case list.ListControlType:
8341
+ return /* @__PURE__ */ jsxRuntime.jsx(ListControlValue, {
8342
+ definition,
8343
+ data,
8344
+ children: (value) => children(value)
8345
+ });
8346
+ default:
8347
+ return children(data);
8348
+ }
8349
+ }
8181
8350
  function useDeviceMode() {
8182
8351
  return "desktop";
8183
8352
  }
@@ -8186,28 +8355,62 @@ function useWidth(value, descriptor, props) {
8186
8355
  const options = React.useMemo(() => typeof descriptor.options === "function" ? descriptor.options(props, deviceMode) : descriptor.options, [props, deviceMode]);
8187
8356
  return React.useMemo(() => options.format === descriptors.WidthControlValueFormats.ClassName ? css.css(responsiveWidth(value, options.defaultValue)) : value, [value, options.defaultValue, options.format]);
8188
8357
  }
8189
- function useResponsiveColor(value) {
8190
- return useColor(value);
8191
- }
8192
- function useProps(element) {
8358
+ function PropsValue({
8359
+ element,
8360
+ children
8361
+ }) {
8193
8362
  var _a;
8194
8363
  const store = useStore();
8195
8364
  const propControllerDescriptorsRef = React.useRef((_a = reactPage.getComponentPropControllerDescriptors(store.getState(), element.type)) != null ? _a : {});
8196
8365
  const props = element.props;
8197
- return Object.fromEntries(Object.entries(propControllerDescriptorsRef.current).map(([propName, descriptor]) => {
8366
+ return Object.entries(propControllerDescriptorsRef.current).reduceRight((renderFn, [propName, descriptor]) => (propsValue) => {
8198
8367
  switch (descriptor.type) {
8199
- case descriptors.Types.ResponsiveColor: {
8200
- const color = useResponsiveColor(props[propName]);
8201
- return [propName, color];
8202
- }
8203
- case descriptors.Types.Width:
8204
- return [propName, useWidth(props[propName], descriptor, props)];
8368
+ case textInput.CheckboxControlType:
8369
+ case textInput.NumberControlType:
8370
+ case textInput.TextInputControlType:
8371
+ case textInput.TextAreaControlType:
8372
+ case textInput.SelectControlType:
8373
+ case textInput.ColorControlType:
8374
+ case textInput.ImageControlType:
8375
+ case textInput.ShapeControlType:
8376
+ case list.ListControlType:
8377
+ return /* @__PURE__ */ jsxRuntime.jsx(ControlValue, {
8378
+ definition: descriptor,
8379
+ data: props[propName],
8380
+ children: (value) => renderFn(__spreadProps(__spreadValues({}, propsValue), {
8381
+ [propName]: value
8382
+ }))
8383
+ });
8205
8384
  case style.StyleControlType:
8206
- return [propName, useFormattedStyle(props[propName], descriptor)];
8385
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8386
+ hook: useFormattedStyle,
8387
+ parameters: [props[propName], descriptor],
8388
+ children: (value) => renderFn(__spreadProps(__spreadValues({}, propsValue), {
8389
+ [propName]: value
8390
+ }))
8391
+ }, descriptor.type);
8392
+ case descriptors.Types.Width:
8393
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8394
+ hook: useWidth,
8395
+ parameters: [props[propName], descriptor, props],
8396
+ children: (value) => renderFn(__spreadProps(__spreadValues({}, propsValue), {
8397
+ [propName]: value
8398
+ }))
8399
+ }, descriptor.type);
8400
+ case descriptors.Types.ResponsiveColor:
8401
+ return /* @__PURE__ */ jsxRuntime.jsx(RenderHook, {
8402
+ hook: useResponsiveColor,
8403
+ parameters: [props[propName]],
8404
+ children: (value) => renderFn(__spreadProps(__spreadValues({}, propsValue), {
8405
+ [propName]: value
8406
+ }))
8407
+ }, descriptor.type);
8207
8408
  default:
8208
- return [propName, props[propName]];
8409
+ return renderFn(__spreadProps(__spreadValues({}, propsValue), {
8410
+ [propName]: props[propName]
8411
+ }));
8209
8412
  }
8210
- }));
8413
+ }, children)({});
8211
8414
  }
8212
8415
  function suppressWarningAndFindDomNode(instance) {
8213
8416
  const error = console.error;
@@ -8316,27 +8519,6 @@ function RuntimeProvider({
8316
8519
  }));
8317
8520
  }
8318
8521
  }, [client2]);
8319
- React.useEffect(() => {
8320
- const isInBuilder = window.parent !== window;
8321
- if (!isInBuilder)
8322
- return;
8323
- window.addEventListener("focusin", handleFocusIn);
8324
- window.addEventListener("focusout", handlefocusOut);
8325
- return () => {
8326
- window.addEventListener("focusin", handleFocusIn);
8327
- window.removeEventListener("focusout", handlefocusOut);
8328
- };
8329
- function handleFocusIn(event) {
8330
- if (!(event.target instanceof window.HTMLElement) || !event.target.isContentEditable) {
8331
- window.parent.focus();
8332
- }
8333
- }
8334
- function handlefocusOut(event) {
8335
- if (!(event.relatedTarget instanceof window.HTMLElement) || !event.relatedTarget.isContentEditable) {
8336
- window.parent.focus();
8337
- }
8338
- }
8339
- }, []);
8340
8522
  return /* @__PURE__ */ jsxRuntime.jsx(Context.Provider, {
8341
8523
  value: store,
8342
8524
  children: /* @__PURE__ */ jsxRuntime.jsx(MakeswiftProvider, {
@@ -8410,7 +8592,6 @@ const ElementData = React.memo(React.forwardRef(function ElementData2({
8410
8592
  elementData
8411
8593
  }, ref) {
8412
8594
  const Component = useComponent(elementData.type);
8413
- const props = useProps(elementData);
8414
8595
  const [handle, setHandle] = React.useState(null);
8415
8596
  const [foundDomNode, setFoundDomNode] = React.useState(null);
8416
8597
  React.useImperativeHandle(ref, () => handle != null ? handle : foundDomNode, [handle, foundDomNode]);
@@ -8423,10 +8604,13 @@ const ElementData = React.memo(React.forwardRef(function ElementData2({
8423
8604
  }
8424
8605
  return /* @__PURE__ */ jsxRuntime.jsx(FindDomNode, {
8425
8606
  ref: setFoundDomNode,
8426
- children: /* @__PURE__ */ React.createElement(Component, __spreadProps(__spreadValues({}, props), {
8427
- key: elementData.key,
8428
- ref: setHandle
8429
- }))
8607
+ children: /* @__PURE__ */ jsxRuntime.jsx(PropsValue, {
8608
+ element: elementData,
8609
+ children: (props) => /* @__PURE__ */ React.createElement(Component, __spreadProps(__spreadValues({}, props), {
8610
+ key: elementData.key,
8611
+ ref: setHandle
8612
+ }))
8613
+ })
8430
8614
  });
8431
8615
  }));
8432
8616
  const ElementReference = React.memo(React.forwardRef(function ElementReference2({
@@ -8561,11 +8745,11 @@ exports.registerComponent = registerComponent$c;
8561
8745
  exports.useBackgrounds = useBackgrounds;
8562
8746
  exports.useBorder = useBorder;
8563
8747
  exports.useBoxShadow = useBoxShadow;
8564
- exports.useColor = useColor;
8565
8748
  exports.useFile = useFile;
8566
8749
  exports.useIsInBuilder = useIsInBuilder;
8567
8750
  exports.useMediaQuery = useMediaQuery;
8568
8751
  exports.usePage = usePage;
8569
8752
  exports.usePageId = usePageId;
8753
+ exports.useResponsiveColor = useResponsiveColor;
8570
8754
  exports.useTable = useTable;
8571
8755
  //# sourceMappingURL=index.cjs.js.map