@landtrustinc/design-system 1.2.8-beta.0 → 1.2.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.
- package/dist/index.d.ts +3 -1
- package/dist/index.js +668 -577
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -676,6 +676,7 @@ __export(components_exports, {
|
|
|
676
676
|
IconShare: () => IconShare_default,
|
|
677
677
|
IconVideo: () => IconVideo_default,
|
|
678
678
|
Image: () => Image_default,
|
|
679
|
+
InfoCircle: () => InfoCircle_default,
|
|
679
680
|
InstagramSquare: () => InstagramSquare_default,
|
|
680
681
|
Kayak: () => Kayak_default,
|
|
681
682
|
LandtrustBadge: () => LandtrustBadge_default,
|
|
@@ -931,7 +932,22 @@ var Bars_default = SvgBars;
|
|
|
931
932
|
|
|
932
933
|
// src/Icon/components/BathSolid.tsx
|
|
933
934
|
var import_jsx_runtime20 = require("@emotion/react/jsx-runtime");
|
|
934
|
-
var SvgBathSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
935
|
+
var SvgBathSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
936
|
+
"svg",
|
|
937
|
+
{
|
|
938
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
939
|
+
fill: "none",
|
|
940
|
+
viewBox: "0 0 26 26",
|
|
941
|
+
...props,
|
|
942
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
943
|
+
"path",
|
|
944
|
+
{
|
|
945
|
+
fill: "currentColor",
|
|
946
|
+
d: "M7.375 6.718a.467.467 0 0 1 .798-.33l.524.523a2.794 2.794 0 0 0 .478 2.855.85.85 0 0 0 .134 1.02.84.84 0 0 0 1.191 0l3.66-3.657a.844.844 0 0 0-1.02-1.325 2.78 2.78 0 0 0-1.828-.679c-.362 0-.71.07-1.026.193l-.524-.523a2.717 2.717 0 0 0-4.637 1.923V13a1.124 1.124 0 1 0 0 2.25h15.75c.622 0 1.125-.503 1.125-1.125S21.497 13 20.875 13h-13.5zm-2.25 9.657v.563c0 .998.436 1.898 1.125 2.517v1.42a1.124 1.124 0 1 0 2.25 0v-.562h9v.562c0 .622.503 1.125 1.125 1.125s1.125-.503 1.125-1.125v-1.42a3.37 3.37 0 0 0 1.125-2.517v-.563z"
|
|
947
|
+
}
|
|
948
|
+
)
|
|
949
|
+
}
|
|
950
|
+
);
|
|
935
951
|
var BathSolid_default = SvgBathSolid;
|
|
936
952
|
|
|
937
953
|
// src/Icon/components/Bear.tsx
|
|
@@ -941,13 +957,22 @@ var Bear_default = SvgBear;
|
|
|
941
957
|
|
|
942
958
|
// src/Icon/components/BedSolid.tsx
|
|
943
959
|
var import_jsx_runtime22 = require("@emotion/react/jsx-runtime");
|
|
944
|
-
var SvgBedSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
945
|
-
"
|
|
960
|
+
var SvgBedSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
961
|
+
"svg",
|
|
946
962
|
{
|
|
947
|
-
|
|
948
|
-
|
|
963
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
964
|
+
fill: "none",
|
|
965
|
+
viewBox: "0 0 26 26",
|
|
966
|
+
...props,
|
|
967
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
968
|
+
"path",
|
|
969
|
+
{
|
|
970
|
+
fill: "currentColor",
|
|
971
|
+
d: "M4 6c.553 0 1 .447 1 1v8h7v-5c0-.553.447-1 1-1h7a3 3 0 0 1 3 3v7a.999.999 0 1 1-2 0v-1H5v1a.999.999 0 1 1-2 0V7c0-.553.447-1 1-1m4.5 3a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5"
|
|
972
|
+
}
|
|
973
|
+
)
|
|
949
974
|
}
|
|
950
|
-
)
|
|
975
|
+
);
|
|
951
976
|
var BedSolid_default = SvgBedSolid;
|
|
952
977
|
|
|
953
978
|
// src/Icon/components/Bell.tsx
|
|
@@ -967,7 +992,22 @@ var BellSolid_default = SvgBellSolid;
|
|
|
967
992
|
|
|
968
993
|
// src/Icon/components/Binoculars.tsx
|
|
969
994
|
var import_jsx_runtime26 = require("@emotion/react/jsx-runtime");
|
|
970
|
-
var SvgBinoculars = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
995
|
+
var SvgBinoculars = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
996
|
+
"svg",
|
|
997
|
+
{
|
|
998
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
999
|
+
fill: "none",
|
|
1000
|
+
viewBox: "0 0 26 26",
|
|
1001
|
+
...props,
|
|
1002
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1003
|
+
"path",
|
|
1004
|
+
{
|
|
1005
|
+
fill: "currentColor",
|
|
1006
|
+
d: "M6.125 4.375C6.125 3.615 6.739 3 7.5 3h1.375c.76 0 1.375.614 1.375 1.375v.688H6.125zm-1.564 4.04a2.406 2.406 0 0 1 2.368-1.977h3.665c.571 0 1.031.46 1.031 1.03V8.5h2.75V7.469c0-.572.46-1.032 1.031-1.032h3.665c1.165 0 2.162.834 2.368 1.977l.215 1.173c.155.855.464 1.676.91 2.424l.113.189A9.3 9.3 0 0 1 24 16.973v2.87a2.41 2.41 0 0 1-2.406 2.407H16.78a2.41 2.41 0 0 1-2.406-2.406V14h-2.75v5.844a2.41 2.41 0 0 1-2.406 2.406H4.406A2.41 2.41 0 0 1 2 19.844v-2.87c0-1.685.455-3.335 1.323-4.779l.112-.189a7.2 7.2 0 0 0 .911-2.423l.215-1.173zm2.368.085c-.168 0-.31.12-.34.284l-.215 1.173a9.3 9.3 0 0 1-1.169 3.115l-.111.189a7.2 7.2 0 0 0-1.032 3.712v2.87c0 .19.155.345.344.345H9.22c.189 0 .344-.155.344-.344V8.5zm12.143 0h-2.634v11.344c0 .189.154.343.343.343h4.813a.345.345 0 0 0 .343-.343v-2.87a7.24 7.24 0 0 0-1.027-3.713l-.111-.19a9.3 9.3 0 0 1-1.173-3.114l-.215-1.173a.345.345 0 0 0-.34-.284M17.125 3H18.5c.76 0 1.375.614 1.375 1.375v.688H15.75v-.688c0-.76.614-1.375 1.375-1.375"
|
|
1007
|
+
}
|
|
1008
|
+
)
|
|
1009
|
+
}
|
|
1010
|
+
);
|
|
971
1011
|
var Binoculars_default = SvgBinoculars;
|
|
972
1012
|
|
|
973
1013
|
// src/Icon/components/BoltSolid.tsx
|
|
@@ -1961,65 +2001,87 @@ var import_jsx_runtime107 = require("@emotion/react/jsx-runtime");
|
|
|
1961
2001
|
var SvgImage = (props) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M448 80c8.8 0 16 7.2 16 16v319.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3l-83 107.4-30.5-42.7c-4.5-6.3-11.7-10-19.5-10s-15 3.7-19.5 10.1l-80 112-4.5 6.2V96c0-8.8 7.2-16 16-16zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96" }) });
|
|
1962
2002
|
var Image_default = SvgImage;
|
|
1963
2003
|
|
|
1964
|
-
// src/Icon/components/
|
|
2004
|
+
// src/Icon/components/InfoCircle.tsx
|
|
1965
2005
|
var import_jsx_runtime108 = require("@emotion/react/jsx-runtime");
|
|
1966
|
-
var
|
|
2006
|
+
var SvgInfoCircle = (props) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2007
|
+
"svg",
|
|
2008
|
+
{
|
|
2009
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2010
|
+
fill: "none",
|
|
2011
|
+
viewBox: "0 0 26 26",
|
|
2012
|
+
...props,
|
|
2013
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2014
|
+
"path",
|
|
2015
|
+
{
|
|
2016
|
+
fill: "currentColor",
|
|
2017
|
+
d: "M13 23a10 10 0 1 0 0-20 10 10 0 0 0 0 20M11.75 9.25a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0m-.312 2.5h1.874c.52 0 .938.418.938.938v3.437h.313c.519 0 .937.418.937.938 0 .519-.418.937-.937.937h-3.126a.935.935 0 0 1-.937-.937c0-.52.418-.938.938-.938h.937v-2.5h-.937a.935.935 0 0 1-.938-.937c0-.52.418-.938.938-.938"
|
|
2018
|
+
}
|
|
2019
|
+
)
|
|
2020
|
+
}
|
|
2021
|
+
);
|
|
2022
|
+
var InfoCircle_default = SvgInfoCircle;
|
|
2023
|
+
|
|
2024
|
+
// src/Icon/components/InstagramSquare.tsx
|
|
2025
|
+
var import_jsx_runtime109 = require("@emotion/react/jsx-runtime");
|
|
2026
|
+
var SvgInstagramSquare = (props) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { d: "M11 8.38a2.62 2.62 0 1 0 .004 5.24A2.62 2.62 0 0 0 11 8.38m6.124-2.013a2.65 2.65 0 0 0-1.493-1.493C14.6 4.467 12.144 4.558 11 4.558s-3.597-.095-4.631.316c-.683.27-1.224.81-1.494 1.493C4.47 7.398 4.56 9.857 4.56 11s-.091 3.598.317 4.632c.27.683.81 1.224 1.494 1.494 1.03.407 3.486.315 4.631.315s3.597.095 4.63-.315a2.65 2.65 0 0 0 1.494-1.494c.41-1.031.316-3.489.316-4.632s.094-3.598-.316-4.632h-.002zM11 15.027a4.027 4.027 0 1 1 0-8.054 4.027 4.027 0 0 1 0 8.054m4.193-7.283a.94.94 0 1 1 .666-.274.94.94 0 0 1-.664.276zM19.643 0H2.357A2.357 2.357 0 0 0 0 2.357v17.286A2.357 2.357 0 0 0 2.357 22h17.286A2.357 2.357 0 0 0 22 19.643V2.357A2.357 2.357 0 0 0 19.643 0m-.84 14.241c-.064 1.259-.351 2.374-1.27 3.29-.92.917-2.033 1.21-3.29 1.27-1.297.073-5.186.073-6.483 0-1.258-.064-2.37-.351-3.29-1.27-.92-.918-1.21-2.034-1.27-3.29-.072-1.297-.072-5.186 0-6.482.064-1.259.348-2.374 1.27-3.29.922-.917 2.037-1.206 3.29-1.266 1.297-.073 5.186-.073 6.483 0 1.258.063 2.373.35 3.29 1.27.917.917 1.21 2.033 1.27 3.292.072 1.292.072 5.178 0 6.476" }) });
|
|
1967
2027
|
var InstagramSquare_default = SvgInstagramSquare;
|
|
1968
2028
|
|
|
1969
2029
|
// src/Icon/components/Kayak.tsx
|
|
1970
|
-
var
|
|
1971
|
-
var SvgKayak = (props) => /* @__PURE__ */ (0,
|
|
1972
|
-
/* @__PURE__ */ (0,
|
|
1973
|
-
/* @__PURE__ */ (0,
|
|
1974
|
-
/* @__PURE__ */ (0,
|
|
2030
|
+
var import_jsx_runtime110 = require("@emotion/react/jsx-runtime");
|
|
2031
|
+
var SvgKayak = (props) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: [
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "m18.843 16.904 3.815 3.818q.068-.321.069-.66a3.228 3.228 0 0 0-3.884-3.158M19.5 25.057a4.97 4.97 0 0 1-2.658-.766.884.884 0 0 1 .942-1.496 3.2 3.2 0 0 0 2.374.426l-4.715-4.714a4.57 4.57 0 0 1-3.45.073 32 32 0 0 0-.036 1.51c0 8.74 3.291 15.588 7.496 15.588 2.646 0 4.93-2.713 6.258-6.903l-4.158-4.16a5 5 0 0 1-2.053.442" }),
|
|
2033
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M18.197 15.248a1 1 0 0 1 .12-.038 4.999 4.999 0 0 1 6.175 4.852c0 .731-.16 1.426-.441 2.051l2.577 2.578a33 33 0 0 0 .318-4.602c0-8.741-3.292-15.589-7.492-15.589-1.918 0-3.698 1.408-5.047 3.94l2.64 2.64c1.103 1.102 1.507 2.68 1.15 4.168" }),
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { d: "M32.74 30.887a.88.88 0 0 0-1.204-.038L16.861 16.175c.885-1.424.75-3.283-.438-4.47L11.541 6.82a.88.88 0 0 0-1.25 0L6.26 10.853a.883.883 0 0 0 0 1.25l4.883 4.883a3.48 3.48 0 0 0 2.481 1.016c.71 0 1.393-.204 1.99-.576L30.288 32.1a.88.88 0 0 0 .663 1.464.88.88 0 0 0 .626-.26l1.167-1.167a.89.89 0 0 0-.004-1.25" })
|
|
1975
2035
|
] });
|
|
1976
2036
|
var Kayak_default = SvgKayak;
|
|
1977
2037
|
|
|
1978
2038
|
// src/Icon/components/LandtrustBadge.tsx
|
|
1979
|
-
var
|
|
1980
|
-
var SvgLandtrustBadge = (props) => /* @__PURE__ */ (0,
|
|
2039
|
+
var import_jsx_runtime111 = require("@emotion/react/jsx-runtime");
|
|
2040
|
+
var SvgLandtrustBadge = (props) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 319.7 421.8", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "m0 0 .2 271.2a106 106 0 0 0 1.1 15.9 89.6 89.6 0 0 0 6.9 24.6c10.1 22.4 22 35.7 33.4 47 22.8 22.8 45.6 34.3 61.2 42.1a287.6 287.6 0 0 0 57 21 286.4 286.4 0 0 0 57.1-21c15.6-7.8 38.4-19.3 61.2-42.1 11.4-11.3 23.3-24.6 33.4-47a89.6 89.6 0 0 0 6.9-24.6 106 106 0 0 0 1.1-15.9L319.7 0zm290.4 29.3v80.1h-261V29.3zm-.1 178.6a163 163 0 0 0-22.1-5c-4.7-.7-23.5-3.5-50.1-.3-11.8 1.4-22.5 4-43.7 9.3-15.6 3.9-28.4 7.5-37.4 10.1-19.4 6.8-51.3 14.5-87.6 6.4a147.5 147.5 0 0 1-20-5.9v-83.8h260.9zm-83.8 165.8a227 227 0 0 1-46.7 17.1 228 228 0 0 1-46.6-17.1l-8.6-4.4 55.1-31.8 55.3 31.9zm83.7-104.9a79 79 0 0 1-.4 8.4 75.3 75.3 0 0 1-6.1 23.7c-8.2 18.4-18 29.2-27.3 38.4a156 156 0 0 1-13.2 11.9l-1.3-.8-82.2-47.4-82.1 47.4-1.2.7a172 172 0 0 1-13.1-11.8c-9.3-9.2-19.1-20-27.3-38.4a75.3 75.3 0 0 1-6.1-23.7 79 79 0 0 1-.4-8.4V253a160 160 0 0 0 21.8 4.9c4.6.7 23.5 3.5 50.1.3 11.8-1.4 22.4-4.1 43.7-9.3 15.6-3.9 28.4-7.5 37.4-10.1 19.4-6.8 51.2-14.5 87.6-6.4a145 145 0 0 1 20.1 6z" }) });
|
|
1981
2041
|
var LandtrustBadge_default = SvgLandtrustBadge;
|
|
1982
2042
|
|
|
1983
2043
|
// src/Icon/components/LeafMaple.tsx
|
|
1984
|
-
var
|
|
1985
|
-
var SvgLeafMaple = (props) => /* @__PURE__ */ (0,
|
|
2044
|
+
var import_jsx_runtime112 = require("@emotion/react/jsx-runtime");
|
|
2045
|
+
var SvgLeafMaple = (props) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M344.8 13.3C341.1 5.9 333.8.9 325.5.1s-16.4 2.8-21.4 9.5L249.9 82l-2.1-16.1c-.9-7-4.8-13.2-10.7-17.1s-13.2-4.9-19.9-2.9l-35.4 10.5L147 15.9c-4.6-5.3-11.2-8.4-18.2-8.4s-13.7 3.1-18.2 8.4L74 58.5l-47-5.9c-7.9-1-15.8 2-21 8S-1.2 74.7.8 82.4L41.4 238l-30.7 20.5c-7 4.6-11 12.6-10.7 20.9s5 15.9 12.3 20l106.9 59.4L7 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l112.3-112.1 59.4 106.9c4.1 7.3 11.6 12 20 12.3s16.3-3.7 20.9-10.7l20.5-30.7 155.6 40.6c7.7 2 15.9.1 21.9-5.2s9-13.1 8-21l-5.4-42.8c-.3-2.7.7-5.3 2.7-7.1l39.3-33.7c5.3-4.6 8.4-11.2 8.4-18.2s-3.1-13.7-8.4-18.2l-40.6-34.8 10.5-35.4c2-6.8.9-14-2.9-19.9s-10.1-9.8-17.1-10.7l-16-2.1 72.4-54.3c6.7-5 10.2-13.1 9.5-21.4s-5.7-15.6-13.2-19.3L462.6 149c-3.4-1.7-5.2-5.7-4.1-9.4l22.6-79.2c2.4-8.4.1-17.4-6.1-23.6s-15.2-8.5-23.6-6.1l-79.2 22.8c-3.7 1.1-7.6-.7-9.4-4.1zM188.5 357.5l125.4-125.4c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L154.5 323.5l-84.4-46.9 2.7-1.8c14.2-9.5 20.8-26.9 16.5-43.4L56.2 104.6l24.7 3.1c8 1 16-2.1 21.2-8.2l26.7-31.1 26.7 31.1c6.2 7.2 16 10.1 25.1 7.4l23.2-6.9 6 46.8c1.2 9.7 8.2 17.7 17.7 20.2s19.5-1 25.3-8.8l66.5-88.7.7 1.4c12 24.1 39.5 36.2 65.4 28.8l37.7-10.8-10.8 37.7c-7.4 25.9 4.7 53.4 28.8 65.5l1.4.7-88.7 66.5c-7.8 5.9-11.3 15.9-8.8 25.3s10.5 16.4 20.2 17.7l46.8 6-6.9 23.2c-2.7 9.1.2 18.9 7.4 25.1l31.1 26.7-18.1 15.5a55.72 55.72 0 0 0-19.1 49.5l1 7.7-126.8-33.2c-16.5-4.3-33.9 2.3-43.4 16.5l-1.8 2.7z" }) });
|
|
1986
2046
|
var LeafMaple_default = SvgLeafMaple;
|
|
1987
2047
|
|
|
1988
2048
|
// src/Icon/components/Level.tsx
|
|
1989
|
-
var
|
|
1990
|
-
var SvgLevel = (props) => /* @__PURE__ */ (0,
|
|
1991
|
-
"
|
|
2049
|
+
var import_jsx_runtime113 = require("@emotion/react/jsx-runtime");
|
|
2050
|
+
var SvgLevel = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2051
|
+
"svg",
|
|
1992
2052
|
{
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
2053
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2054
|
+
fill: "none",
|
|
2055
|
+
viewBox: "0 0 26 26",
|
|
2056
|
+
...props,
|
|
2057
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { fill: "currentColor", d: "M3 14.797v2.899h20v-2.899zM3 9v2.899h20V9z" })
|
|
1996
2058
|
}
|
|
1997
|
-
)
|
|
2059
|
+
);
|
|
1998
2060
|
var Level_default = SvgLevel;
|
|
1999
2061
|
|
|
2000
2062
|
// src/Icon/components/Lightbulb.tsx
|
|
2001
|
-
var
|
|
2002
|
-
var SvgLightbulb = (props) => /* @__PURE__ */ (0,
|
|
2063
|
+
var import_jsx_runtime114 = require("@emotion/react/jsx-runtime");
|
|
2064
|
+
var SvgLightbulb = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M297.2 248.9c14.4-20.6 22.8-45.7 22.8-72.9 0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9 3.7 5.3 8.1 11.3 12.8 17.7 12.9 17.7 28.3 38.9 39.8 59.8 10.4 19 15.7 38.8 18.3 57.5H109c-2.2-12-5.9-23.7-11.8-34.5-9.9-18-22.2-34.9-34.5-51.8-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176 16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3-5 7.2-10.2 14.3-15.4 21.4-12.3 16.8-24.6 33.7-34.5 51.8-5.9 10.8-9.6 22.5-11.8 34.5h-48.5c2.6-18.7 7.9-38.6 18.3-57.5 11.5-20.9 26.9-42.1 39.8-59.8 4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80 8.8 0 16 7.2 16 16s-7.2 16-16 16m0 384c-44.2 0-80-35.8-80-80v-16h160v16c0 44.2-35.8 80-80 80" }) });
|
|
2003
2065
|
var Lightbulb_default = SvgLightbulb;
|
|
2004
2066
|
|
|
2005
2067
|
// src/Icon/components/Link.tsx
|
|
2006
|
-
var
|
|
2007
|
-
var SvgLink = (props) => /* @__PURE__ */ (0,
|
|
2068
|
+
var import_jsx_runtime115 = require("@emotion/react/jsx-runtime");
|
|
2069
|
+
var SvgLink = (props) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5-53.5-53.5-139.4-56.4-196.4-6.5l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4 37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4 56.2 56.2 147.3 56.2 203.5 0zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0 35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5-56.2-56.2-147.3-56.2-203.5 0z" }) });
|
|
2008
2070
|
var Link_default = SvgLink;
|
|
2009
2071
|
|
|
2010
2072
|
// src/Icon/components/LinkedinSquare.tsx
|
|
2011
|
-
var
|
|
2012
|
-
var SvgLinkedinSquare = (props) => /* @__PURE__ */ (0,
|
|
2073
|
+
var import_jsx_runtime116 = require("@emotion/react/jsx-runtime");
|
|
2074
|
+
var SvgLinkedinSquare = (props) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "M20.429 0H1.567C.702 0 0 .712 0 1.586v18.828C0 21.288.702 22 1.567 22h18.862c.864 0 1.571-.712 1.571-1.586V1.586C22 .712 21.293 0 20.429 0M6.649 18.857H3.39V8.358h3.265v10.5H6.65zM5.02 6.924a1.891 1.891 0 0 1 0-3.781c1.04 0 1.89.85 1.89 1.89a1.89 1.89 0 0 1-1.89 1.891m13.853 11.933h-3.26V13.75c0-1.218-.025-2.784-1.695-2.784-1.7 0-1.96 1.326-1.96 2.696v5.195h-3.26V8.358h3.128v1.434h.044c.437-.825 1.503-1.694 3.089-1.694 3.3 0 3.914 2.175 3.914 5.004z" }) });
|
|
2013
2075
|
var LinkedinSquare_default = SvgLinkedinSquare;
|
|
2014
2076
|
|
|
2015
2077
|
// src/Icon/components/List.tsx
|
|
2016
|
-
var
|
|
2017
|
-
var SvgList = (props) => /* @__PURE__ */ (0,
|
|
2078
|
+
var import_jsx_runtime117 = require("@emotion/react/jsx-runtime");
|
|
2079
|
+
var SvgList = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { d: "M40 48c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24zm144 24c-13.3 0-24 10.7-24 24s10.7 24 24 24h304c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24h304c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24h304c13.3 0 24-10.7 24-24s-10.7-24-24-24zM16 232v48c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24m24 136c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24z" }) });
|
|
2018
2080
|
var List_default = SvgList;
|
|
2019
2081
|
|
|
2020
2082
|
// src/Icon/components/LiveBait.tsx
|
|
2021
|
-
var
|
|
2022
|
-
var SvgLiveBait = (props) => /* @__PURE__ */ (0,
|
|
2083
|
+
var import_jsx_runtime118 = require("@emotion/react/jsx-runtime");
|
|
2084
|
+
var SvgLiveBait = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2023
2085
|
"path",
|
|
2024
2086
|
{
|
|
2025
2087
|
fillRule: "evenodd",
|
|
@@ -2030,8 +2092,8 @@ var SvgLiveBait = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg
|
|
|
2030
2092
|
var LiveBait_default = SvgLiveBait;
|
|
2031
2093
|
|
|
2032
2094
|
// src/Icon/components/LocationCircle.tsx
|
|
2033
|
-
var
|
|
2034
|
-
var SvgLocationCircle = (props) => /* @__PURE__ */ (0,
|
|
2095
|
+
var import_jsx_runtime119 = require("@emotion/react/jsx-runtime");
|
|
2096
|
+
var SvgLocationCircle = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 496 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
2035
2097
|
"path",
|
|
2036
2098
|
{
|
|
2037
2099
|
fill: "currentColor",
|
|
@@ -2041,8 +2103,8 @@ var SvgLocationCircle = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx
|
|
|
2041
2103
|
var LocationCircle_default = SvgLocationCircle;
|
|
2042
2104
|
|
|
2043
2105
|
// src/Icon/components/LocationDotSolid.tsx
|
|
2044
|
-
var
|
|
2045
|
-
var SvgLocationDotSolid = (props) => /* @__PURE__ */ (0,
|
|
2106
|
+
var import_jsx_runtime120 = require("@emotion/react/jsx-runtime");
|
|
2107
|
+
var SvgLocationDotSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2046
2108
|
"path",
|
|
2047
2109
|
{
|
|
2048
2110
|
fill: "currentColor",
|
|
@@ -2054,15 +2116,15 @@ var SvgLocationDotSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.j
|
|
|
2054
2116
|
var LocationDotSolid_default = SvgLocationDotSolid;
|
|
2055
2117
|
|
|
2056
2118
|
// src/Icon/components/Lodge.tsx
|
|
2057
|
-
var
|
|
2058
|
-
var SvgLodge = (props) => /* @__PURE__ */ (0,
|
|
2119
|
+
var import_jsx_runtime121 = require("@emotion/react/jsx-runtime");
|
|
2120
|
+
var SvgLodge = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
2059
2121
|
"svg",
|
|
2060
2122
|
{
|
|
2061
2123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2062
2124
|
fill: "none",
|
|
2063
2125
|
viewBox: "0 0 26 26",
|
|
2064
2126
|
...props,
|
|
2065
|
-
children: /* @__PURE__ */ (0,
|
|
2127
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
2066
2128
|
"path",
|
|
2067
2129
|
{
|
|
2068
2130
|
fill: "currentColor",
|
|
@@ -2076,49 +2138,49 @@ var SvgLodge = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
|
2076
2138
|
var Lodge_default = SvgLodge;
|
|
2077
2139
|
|
|
2078
2140
|
// src/Icon/components/MagnifyingGlass.tsx
|
|
2079
|
-
var
|
|
2080
|
-
var SvgMagnifyingGlass = (props) => /* @__PURE__ */ (0,
|
|
2141
|
+
var import_jsx_runtime122 = require("@emotion/react/jsx-runtime");
|
|
2142
|
+
var SvgMagnifyingGlass = (props) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M368 208a160 160 0 1 0-320 0 160 160 0 1 0 320 0m-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z" }) });
|
|
2081
2143
|
var MagnifyingGlass_default = SvgMagnifyingGlass;
|
|
2082
2144
|
|
|
2083
2145
|
// src/Icon/components/Map.tsx
|
|
2084
|
-
var
|
|
2085
|
-
var SvgMap = (props) => /* @__PURE__ */ (0,
|
|
2146
|
+
var import_jsx_runtime123 = require("@emotion/react/jsx-runtime");
|
|
2147
|
+
var SvgMap = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { d: "M565.6 36.2C572.1 40.7 576 48.1 576 56v336c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1.3l-183.9-61.2-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456V120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3l183.9 61.2 160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5v284.7l120-45.7V90.8zm312 286.2V137.3l-144-48v285.4zm48-1.5 120-45.7V90.8l-120 45.7z" }) });
|
|
2086
2148
|
var Map_default = SvgMap;
|
|
2087
2149
|
|
|
2088
2150
|
// src/Icon/components/MapSolid.tsx
|
|
2089
|
-
var
|
|
2090
|
-
var SvgMapSolid = (props) => /* @__PURE__ */ (0,
|
|
2151
|
+
var import_jsx_runtime124 = require("@emotion/react/jsx-runtime");
|
|
2152
|
+
var SvgMapSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "m384 476.1-192-54.9V35.9l192 54.9zm32-1.2V88.4l127.1-50.9c15.8-6.3 32.9 5.3 32.9 22.3v334.8c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1 160 37.2v386.4L32.9 474.5C17.1 480.8 0 469.2 0 452.2V117.4c0-9.8 6-18.6 15.1-22.3" }) });
|
|
2091
2153
|
var MapSolid_default = SvgMapSolid;
|
|
2092
2154
|
|
|
2093
2155
|
// src/Icon/components/MoundSolid.tsx
|
|
2094
|
-
var
|
|
2095
|
-
var SvgMoundSolid = (props) => /* @__PURE__ */ (0,
|
|
2156
|
+
var import_jsx_runtime125 = require("@emotion/react/jsx-runtime");
|
|
2157
|
+
var SvgMoundSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { d: "M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48z" }) });
|
|
2096
2158
|
var MoundSolid_default = SvgMoundSolid;
|
|
2097
2159
|
|
|
2098
2160
|
// src/Icon/components/MuleDeer.tsx
|
|
2099
|
-
var
|
|
2100
|
-
var SvgMuleDeer = (props) => /* @__PURE__ */ (0,
|
|
2161
|
+
var import_jsx_runtime126 = require("@emotion/react/jsx-runtime");
|
|
2162
|
+
var SvgMuleDeer = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("path", { d: "M31.891 4.5c-.21 0-.63 0-.84.42-.209.629-1.468 3.566-2.726 6.713-.21.63-.63 1.049-1.26 1.049-.629 0-1.258-.42-2.097-1.469-.84-1.049-1.259-1.468-1.678-2.307 0 0-.42-1.05-.84-2.308 0-.42-.21-.63-.629-.42s-.42.42-.42.84c.21 1.048.42 2.517.42 2.517q.315 1.573 1.259 3.147c.21.42 1.049 1.468 1.888 2.307.63.63.63 1.26.63 2.308v3.147c0 1.678-1.05 1.678-2.938 1.469-1.888-.42-2.517-.63-3.356-2.308-.84-1.678-2.728-4.825-4.825-8.392 0-.21-.42-.42-.63-.21-.21 0-.42.42-.21.63 0 0 1.889 5.035 2.937 7.972.21.42 0 .84-.21 1.049-.629.63-1.258.63-2.727.21-1.888-.21-2.098-.42-3.356-1.26-1.259-.838-2.728-1.887-3.147-2.097-.42-.21-.84 0-1.05.21-.209.21 0 .63.21.839.21.21 1.679 1.259 2.938 2.308 1.888 1.468 2.727 1.678 4.615 2.307 1.888.63 10.49 2.728 11.748 2.937 1.26.21 2.098 1.469 1.469 2.728l-1.888 4.405 2.937 1.259s1.888-3.986 2.308-4.825q1.258-2.832-.63-5.035c-.839-1.05-1.049-2.098-.21-6.504.42-2.307.42-2.937 1.26-5.874.838-2.937 1.677-6.293 1.887-7.133-.42-.42-.42-.629-.839-.629" }) });
|
|
2101
2163
|
var MuleDeer_default = SvgMuleDeer;
|
|
2102
2164
|
|
|
2103
2165
|
// src/Icon/components/Mushroom.tsx
|
|
2104
|
-
var
|
|
2105
|
-
var SvgMushroom = (props) => /* @__PURE__ */ (0,
|
|
2166
|
+
var import_jsx_runtime127 = require("@emotion/react/jsx-runtime");
|
|
2167
|
+
var SvgMushroom = (props) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { d: "M24 258.1C24 133.2 125.2 32 250.1 32h11.8C386.8 32 488 133.2 488 258.1c0 34.2-27.7 61.9-61.9 61.9H85.9C51.7 320 24 292.3 24 258.1m416 0c0-12-1.2-23.7-3.4-35-8.8 10.3-22 16.9-36.6 16.9-26.5 0-48-21.5-48-48 0-26.1 20.8-47.3 46.7-48-24.2-29-57.5-50.2-95.4-59.2.5 3.7.8 7.4.8 11.2 0 44.2-35.8 80-80 80-38.1 0-70-26.7-78.1-62.4-44.8 32.4-74 85-74 144.5 0 7.7 6.2 13.9 13.9 13.9h340.2c7.7 0 13.9-6.2 13.9-13.9M234.3 352l-15 80h73.4l-15-80h48.8l16.9 90.1c1.8 9.4-.7 19-6.8 26.3S321.5 480 312 480H200c-9.5 0-18.5-4.2-24.6-11.6s-8.6-17-6.8-26.3l16.8-90.1h48.8zM144 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64" }) });
|
|
2106
2168
|
var Mushroom_default = SvgMushroom;
|
|
2107
2169
|
|
|
2108
2170
|
// src/Icon/components/NoteSticky.tsx
|
|
2109
|
-
var
|
|
2110
|
-
var SvgNoteSticky = (props) => /* @__PURE__ */ (0,
|
|
2171
|
+
var import_jsx_runtime128 = require("@emotion/react/jsx-runtime");
|
|
2172
|
+
var SvgNoteSticky = (props) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { d: "M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h224v-80c0-17.7 14.3-32 32-32h80V96c0-8.8-7.2-16-16-16zm224 400H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v229.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7z" }) });
|
|
2111
2173
|
var NoteSticky_default = SvgNoteSticky;
|
|
2112
2174
|
|
|
2113
2175
|
// src/Icon/components/NoteStickySolid.tsx
|
|
2114
|
-
var
|
|
2115
|
-
var SvgNoteStickySolid = (props) => /* @__PURE__ */ (0,
|
|
2176
|
+
var import_jsx_runtime129 = require("@emotion/react/jsx-runtime");
|
|
2177
|
+
var SvgNoteStickySolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { d: "M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h224V368c0-26.5 21.5-48 48-48h112V96c0-35.3-28.7-64-64-64zm384 320H336c-8.8 0-16 7.2-16 16v112l32-32 64-64z" }) });
|
|
2116
2178
|
var NoteStickySolid_default = SvgNoteStickySolid;
|
|
2117
2179
|
|
|
2118
2180
|
// src/Icon/components/Paddleboard.tsx
|
|
2119
|
-
var
|
|
2120
|
-
var SvgPaddleboard = (props) => /* @__PURE__ */ (0,
|
|
2121
|
-
/* @__PURE__ */ (0,
|
|
2181
|
+
var import_jsx_runtime130 = require("@emotion/react/jsx-runtime");
|
|
2182
|
+
var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: [
|
|
2183
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2122
2184
|
"path",
|
|
2123
2185
|
{
|
|
2124
2186
|
fillRule: "evenodd",
|
|
@@ -2126,7 +2188,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2126
2188
|
clipRule: "evenodd"
|
|
2127
2189
|
}
|
|
2128
2190
|
),
|
|
2129
|
-
/* @__PURE__ */ (0,
|
|
2191
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2130
2192
|
"path",
|
|
2131
2193
|
{
|
|
2132
2194
|
fillRule: "evenodd",
|
|
@@ -2134,7 +2196,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2134
2196
|
clipRule: "evenodd"
|
|
2135
2197
|
}
|
|
2136
2198
|
),
|
|
2137
|
-
/* @__PURE__ */ (0,
|
|
2199
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2138
2200
|
"path",
|
|
2139
2201
|
{
|
|
2140
2202
|
fillRule: "evenodd",
|
|
@@ -2142,7 +2204,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2142
2204
|
clipRule: "evenodd"
|
|
2143
2205
|
}
|
|
2144
2206
|
),
|
|
2145
|
-
/* @__PURE__ */ (0,
|
|
2207
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2146
2208
|
"path",
|
|
2147
2209
|
{
|
|
2148
2210
|
fillRule: "evenodd",
|
|
@@ -2150,7 +2212,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2150
2212
|
clipRule: "evenodd"
|
|
2151
2213
|
}
|
|
2152
2214
|
),
|
|
2153
|
-
/* @__PURE__ */ (0,
|
|
2215
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2154
2216
|
"path",
|
|
2155
2217
|
{
|
|
2156
2218
|
fillRule: "evenodd",
|
|
@@ -2158,7 +2220,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2158
2220
|
clipRule: "evenodd"
|
|
2159
2221
|
}
|
|
2160
2222
|
),
|
|
2161
|
-
/* @__PURE__ */ (0,
|
|
2223
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2162
2224
|
"path",
|
|
2163
2225
|
{
|
|
2164
2226
|
fillRule: "evenodd",
|
|
@@ -2166,7 +2228,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2166
2228
|
clipRule: "evenodd"
|
|
2167
2229
|
}
|
|
2168
2230
|
),
|
|
2169
|
-
/* @__PURE__ */ (0,
|
|
2231
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2170
2232
|
"path",
|
|
2171
2233
|
{
|
|
2172
2234
|
fillRule: "evenodd",
|
|
@@ -2174,7 +2236,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2174
2236
|
clipRule: "evenodd"
|
|
2175
2237
|
}
|
|
2176
2238
|
),
|
|
2177
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2178
2240
|
"path",
|
|
2179
2241
|
{
|
|
2180
2242
|
fillRule: "evenodd",
|
|
@@ -2182,7 +2244,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2182
2244
|
clipRule: "evenodd"
|
|
2183
2245
|
}
|
|
2184
2246
|
),
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2247
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2186
2248
|
"path",
|
|
2187
2249
|
{
|
|
2188
2250
|
fillRule: "evenodd",
|
|
@@ -2190,7 +2252,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2190
2252
|
clipRule: "evenodd"
|
|
2191
2253
|
}
|
|
2192
2254
|
),
|
|
2193
|
-
/* @__PURE__ */ (0,
|
|
2255
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2194
2256
|
"path",
|
|
2195
2257
|
{
|
|
2196
2258
|
fillRule: "evenodd",
|
|
@@ -2198,7 +2260,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2198
2260
|
clipRule: "evenodd"
|
|
2199
2261
|
}
|
|
2200
2262
|
),
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2263
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2202
2264
|
"path",
|
|
2203
2265
|
{
|
|
2204
2266
|
fillRule: "evenodd",
|
|
@@ -2206,7 +2268,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2206
2268
|
clipRule: "evenodd"
|
|
2207
2269
|
}
|
|
2208
2270
|
),
|
|
2209
|
-
/* @__PURE__ */ (0,
|
|
2271
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2210
2272
|
"path",
|
|
2211
2273
|
{
|
|
2212
2274
|
fillRule: "evenodd",
|
|
@@ -2214,7 +2276,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2214
2276
|
clipRule: "evenodd"
|
|
2215
2277
|
}
|
|
2216
2278
|
),
|
|
2217
|
-
/* @__PURE__ */ (0,
|
|
2279
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2218
2280
|
"path",
|
|
2219
2281
|
{
|
|
2220
2282
|
fillRule: "evenodd",
|
|
@@ -2222,7 +2284,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2222
2284
|
clipRule: "evenodd"
|
|
2223
2285
|
}
|
|
2224
2286
|
),
|
|
2225
|
-
/* @__PURE__ */ (0,
|
|
2287
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2226
2288
|
"path",
|
|
2227
2289
|
{
|
|
2228
2290
|
fillRule: "evenodd",
|
|
@@ -2230,7 +2292,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2230
2292
|
clipRule: "evenodd"
|
|
2231
2293
|
}
|
|
2232
2294
|
),
|
|
2233
|
-
/* @__PURE__ */ (0,
|
|
2295
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2234
2296
|
"path",
|
|
2235
2297
|
{
|
|
2236
2298
|
fillRule: "evenodd",
|
|
@@ -2238,7 +2300,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2238
2300
|
clipRule: "evenodd"
|
|
2239
2301
|
}
|
|
2240
2302
|
),
|
|
2241
|
-
/* @__PURE__ */ (0,
|
|
2303
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2242
2304
|
"path",
|
|
2243
2305
|
{
|
|
2244
2306
|
fillRule: "evenodd",
|
|
@@ -2246,7 +2308,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2246
2308
|
clipRule: "evenodd"
|
|
2247
2309
|
}
|
|
2248
2310
|
),
|
|
2249
|
-
/* @__PURE__ */ (0,
|
|
2311
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2250
2312
|
"path",
|
|
2251
2313
|
{
|
|
2252
2314
|
fillRule: "evenodd",
|
|
@@ -2254,7 +2316,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2254
2316
|
clipRule: "evenodd"
|
|
2255
2317
|
}
|
|
2256
2318
|
),
|
|
2257
|
-
/* @__PURE__ */ (0,
|
|
2319
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2258
2320
|
"path",
|
|
2259
2321
|
{
|
|
2260
2322
|
fillRule: "evenodd",
|
|
@@ -2262,7 +2324,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2262
2324
|
clipRule: "evenodd"
|
|
2263
2325
|
}
|
|
2264
2326
|
),
|
|
2265
|
-
/* @__PURE__ */ (0,
|
|
2327
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2266
2328
|
"path",
|
|
2267
2329
|
{
|
|
2268
2330
|
fillRule: "evenodd",
|
|
@@ -2270,7 +2332,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2270
2332
|
clipRule: "evenodd"
|
|
2271
2333
|
}
|
|
2272
2334
|
),
|
|
2273
|
-
/* @__PURE__ */ (0,
|
|
2335
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2274
2336
|
"path",
|
|
2275
2337
|
{
|
|
2276
2338
|
fillRule: "evenodd",
|
|
@@ -2278,7 +2340,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2278
2340
|
clipRule: "evenodd"
|
|
2279
2341
|
}
|
|
2280
2342
|
),
|
|
2281
|
-
/* @__PURE__ */ (0,
|
|
2343
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2282
2344
|
"path",
|
|
2283
2345
|
{
|
|
2284
2346
|
fillRule: "evenodd",
|
|
@@ -2286,7 +2348,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2286
2348
|
clipRule: "evenodd"
|
|
2287
2349
|
}
|
|
2288
2350
|
),
|
|
2289
|
-
/* @__PURE__ */ (0,
|
|
2351
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2290
2352
|
"path",
|
|
2291
2353
|
{
|
|
2292
2354
|
fillRule: "evenodd",
|
|
@@ -2294,7 +2356,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2294
2356
|
clipRule: "evenodd"
|
|
2295
2357
|
}
|
|
2296
2358
|
),
|
|
2297
|
-
/* @__PURE__ */ (0,
|
|
2359
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2298
2360
|
"path",
|
|
2299
2361
|
{
|
|
2300
2362
|
fillRule: "evenodd",
|
|
@@ -2302,7 +2364,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2302
2364
|
clipRule: "evenodd"
|
|
2303
2365
|
}
|
|
2304
2366
|
),
|
|
2305
|
-
/* @__PURE__ */ (0,
|
|
2367
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2306
2368
|
"path",
|
|
2307
2369
|
{
|
|
2308
2370
|
fillRule: "evenodd",
|
|
@@ -2310,7 +2372,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2310
2372
|
clipRule: "evenodd"
|
|
2311
2373
|
}
|
|
2312
2374
|
),
|
|
2313
|
-
/* @__PURE__ */ (0,
|
|
2375
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2314
2376
|
"path",
|
|
2315
2377
|
{
|
|
2316
2378
|
fillRule: "evenodd",
|
|
@@ -2318,7 +2380,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2318
2380
|
clipRule: "evenodd"
|
|
2319
2381
|
}
|
|
2320
2382
|
),
|
|
2321
|
-
/* @__PURE__ */ (0,
|
|
2383
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2322
2384
|
"path",
|
|
2323
2385
|
{
|
|
2324
2386
|
fillRule: "evenodd",
|
|
@@ -2326,7 +2388,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2326
2388
|
clipRule: "evenodd"
|
|
2327
2389
|
}
|
|
2328
2390
|
),
|
|
2329
|
-
/* @__PURE__ */ (0,
|
|
2391
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2330
2392
|
"path",
|
|
2331
2393
|
{
|
|
2332
2394
|
fillRule: "evenodd",
|
|
@@ -2334,7 +2396,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2334
2396
|
clipRule: "evenodd"
|
|
2335
2397
|
}
|
|
2336
2398
|
),
|
|
2337
|
-
/* @__PURE__ */ (0,
|
|
2399
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2338
2400
|
"path",
|
|
2339
2401
|
{
|
|
2340
2402
|
fillRule: "evenodd",
|
|
@@ -2342,7 +2404,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2342
2404
|
clipRule: "evenodd"
|
|
2343
2405
|
}
|
|
2344
2406
|
),
|
|
2345
|
-
/* @__PURE__ */ (0,
|
|
2407
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2346
2408
|
"path",
|
|
2347
2409
|
{
|
|
2348
2410
|
fillRule: "evenodd",
|
|
@@ -2350,7 +2412,7 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2350
2412
|
clipRule: "evenodd"
|
|
2351
2413
|
}
|
|
2352
2414
|
),
|
|
2353
|
-
/* @__PURE__ */ (0,
|
|
2415
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2354
2416
|
"path",
|
|
2355
2417
|
{
|
|
2356
2418
|
fillRule: "evenodd",
|
|
@@ -2362,78 +2424,78 @@ var SvgPaddleboard = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
|
|
|
2362
2424
|
var Paddleboard_default = SvgPaddleboard;
|
|
2363
2425
|
|
|
2364
2426
|
// src/Icon/components/Paperclip.tsx
|
|
2365
|
-
var
|
|
2366
|
-
var SvgPaperclip = (props) => /* @__PURE__ */ (0,
|
|
2427
|
+
var import_jsx_runtime131 = require("@emotion/react/jsx-runtime");
|
|
2428
|
+
var SvgPaperclip = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "M375 73c-26-26-68.1-26-94.1 0L89 265c-43.7 43.6-43.7 114.4 0 158s114.4 43.6 158.1 0L399 271c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L281 457c-62.4 62.4-163.5 62.4-225.9 0S-7.4 293.4 55 231L247 39c44.7-44.7 117.2-44.7 162 0s44.7 117.2 0 161.9L225.2 384.7c-31.6 31.6-83.6 28.7-111.5-6.2-23.8-29.8-21.5-72.8 5.5-99.8L271 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L153.2 312.7c-9.7 9.7-10.6 25.1-2 35.8 10 12.5 28.7 13.6 40 2.2L375 167c26-26 26-68.1 0-94.1z" }) });
|
|
2367
2429
|
var Paperclip_default = SvgPaperclip;
|
|
2368
2430
|
|
|
2369
2431
|
// src/Icon/components/PaperPlane.tsx
|
|
2370
|
-
var
|
|
2371
|
-
var SvgPaperPlane = (props) => /* @__PURE__ */ (0,
|
|
2432
|
+
var import_jsx_runtime132 = require("@emotion/react/jsx-runtime");
|
|
2433
|
+
var SvgPaperPlane = (props) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "m322.5 351.7 200.9-200.8L391 520.3zM489.4 117 288.6 317.8 120 249.3zM70.1 280.8l205.8 83.6 83.6 205.8c5.3 13.1 18.1 21.7 32.3 21.7 14.7 0 27.8-9.2 32.8-23.1L602.6 72c3.5-9.8 1-20.6-6.3-28s-18.2-9.8-28-6.3l-496.9 178c-13.9 5-23.1 18.1-23.1 32.8 0 14.2 8.6 27 21.7 32.3z" }) });
|
|
2372
2434
|
var PaperPlane_default = SvgPaperPlane;
|
|
2373
2435
|
|
|
2374
2436
|
// src/Icon/components/PedestalSolid.tsx
|
|
2375
|
-
var
|
|
2376
|
-
var SvgPedestalSolid = (props) => /* @__PURE__ */ (0,
|
|
2437
|
+
var import_jsx_runtime133 = require("@emotion/react/jsx-runtime");
|
|
2438
|
+
var SvgPedestalSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("path", { d: "M96 0C60.7 0 32 28.7 32 64v352h384V64c0-35.3-28.7-64-64-64zm24 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48m184 24a24 24 0 1 1 48 0 24 24 0 1 1-48 0M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32z" }) });
|
|
2377
2439
|
var PedestalSolid_default = SvgPedestalSolid;
|
|
2378
2440
|
|
|
2379
2441
|
// src/Icon/components/Pencil.tsx
|
|
2380
|
-
var
|
|
2381
|
-
var SvgPencil = (props) => /* @__PURE__ */ (0,
|
|
2442
|
+
var import_jsx_runtime134 = require("@emotion/react/jsx-runtime");
|
|
2443
|
+
var SvgPencil = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { d: "m36.4 360.9-23 78.1L1 481.2c-2.5 8.5-.2 17.6 6 23.8s15.3 8.5 23.7 6.1L73 498.6l78.1-23c10.4-3 20.1-8 28.6-14.5l.3.2.5-.8c1.4-1.1 2.7-2.2 4-3.3 1.4-1.2 2.7-2.5 4-3.8l304.2-304.1c21.9-21.9 24.6-55.6 8.2-80.5-2.3-3.5-5.1-6.9-8.2-10l-39.4-39.5c-25-25-65.5-25-90.5 0L58.6 323.5c-2.5 2.5-4.9 5.2-7.1 8l-.8.5.2.3c-6.5 8.5-11.4 18.2-14.5 28.6M383 191 197.4 376.6l-49.6-12.4-12.4-49.6L321 129zM97 358.9l7.7 31c2.1 8.6 8.9 15.3 17.5 17.5l31 7.7-7.4 11.2c-2.6 1.4-5.3 2.6-8.1 3.4l-23.4 6.9-54.9 16 16.1-54.8 6.9-23.4c.8-2.8 2-5.6 3.4-8.1zm218.3-140.2c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-96 96c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0z" }) });
|
|
2382
2444
|
var Pencil_default = SvgPencil;
|
|
2383
2445
|
|
|
2384
2446
|
// src/Icon/components/PenToSquare.tsx
|
|
2385
|
-
var
|
|
2386
|
-
var SvgPenToSquare = (props) => /* @__PURE__ */ (0,
|
|
2447
|
+
var import_jsx_runtime135 = require("@emotion/react/jsx-runtime");
|
|
2448
|
+
var SvgPenToSquare = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { d: "M441 58.9 453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2 344 121.9l46.1 46.1-134.3 134.2c-2.9 2.9-6.5 5-10.4 6.1L186.9 325l16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25 175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25c-28.1-28.1-73.7-28.1-101.8 0M88 64c-48.6 0-88 39.4-88 88v272c0 48.6 39.4 88 88 88h272c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v112c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40h112c13.3 0 24-10.7 24-24s-10.7-24-24-24z" }) });
|
|
2387
2449
|
var PenToSquare_default = SvgPenToSquare;
|
|
2388
2450
|
|
|
2389
2451
|
// src/Icon/components/PersonBiking.tsx
|
|
2390
|
-
var
|
|
2391
|
-
var SvgPersonBiking = (props) => /* @__PURE__ */ (0,
|
|
2452
|
+
var import_jsx_runtime136 = require("@emotion/react/jsx-runtime");
|
|
2453
|
+
var SvgPersonBiking = (props) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { d: "M448 48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M208 384a80 80 0 1 1-160 0 80 80 0 1 1 160 0m-80-128a128 128 0 1 0 0 256 128 128 0 1 0 0-256m464 128a80 80 0 1 1-160 0 80 80 0 1 1 160 0m-80-128a128 128 0 1 0 0 256 128 128 0 1 0 0-256M341.5 149.6c3.5-2.5 8.3-1.9 11 1.4l44.8 56c4.6 5.7 11.5 9 18.7 9h64c13.3 0 24-10.7 24-24s-10.7-24-24-24h-52.5L390 121c-18.8-23.5-52.7-27.9-76.9-10.1l-74.6 55c-38.5 28.4-33.4 87.4 9.3 108.8l56.2 28.1V416c0 13.3 10.7 24 24 24s24-10.7 24-24V288c0-9.1-5.1-17.4-13.3-21.5l-69.6-34.8c-10.7-5.3-12-20.1-2.3-27.2l74.6-55z" }) });
|
|
2392
2454
|
var PersonBiking_default = SvgPersonBiking;
|
|
2393
2455
|
|
|
2394
2456
|
// src/Icon/components/PersonHiking.tsx
|
|
2395
|
-
var
|
|
2396
|
-
var SvgPersonHiking = (props) => /* @__PURE__ */ (0,
|
|
2457
|
+
var import_jsx_runtime137 = require("@emotion/react/jsx-runtime");
|
|
2458
|
+
var SvgPersonHiking = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "M288 48a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-151.5 77.8c3.8-15.1-7.7-29.8-23.3-29.8H109c-36 0-67.6 24.1-77.1 59L7 246.4c-3.7 13.7 5.2 27.7 19.2 30l47.9 8c12.3 2.1 24.2-5.7 27.2-17.9zM384 184c0-13.3-10.7-24-24-24s-24 10.7-24 24v24h-27.2l-28.7-43.1c-11.2-16.9-28.6-28.7-48.5-32.9-32-6.9-63.6 13.3-70.9 45.2l-19.8 86.5c-4.7 20.4 2.4 41.7 18.4 55.2l80.7 68.2V488c0 13.3 10.7 24 24 24s24-10.7 24-24V383.4c0-11.8-5.2-22.9-14.2-30.5l-27.5-23.2 22.4-95.2 2.5 3.7c7.4 11.1 19.9 17.8 33.3 17.8H336v232c0 13.3 10.7 24 24 24s24-10.7 24-24zm-162.4-5.1c3.6.8 7 2.2 10 4.1l-26.3 111.9-14.9-12.6c-2.3-1.9-3.3-5-2.6-7.9l19.8-86.5c1.4-6.3 7.7-10.3 14.1-9zM80.9 481.5c-3.6 12.8 3.8 26 16.6 29.6s26-3.8 29.6-16.6l36.7-130-24.8-21c-5.6-4.7-10.5-10.1-14.6-15.8z" }) });
|
|
2397
2459
|
var PersonHiking_default = SvgPersonHiking;
|
|
2398
2460
|
|
|
2399
2461
|
// src/Icon/components/PersonSkiing.tsx
|
|
2400
|
-
var
|
|
2401
|
-
var SvgPersonSkiing = (props) => /* @__PURE__ */ (0,
|
|
2462
|
+
var import_jsx_runtime138 = require("@emotion/react/jsx-runtime");
|
|
2463
|
+
var SvgPersonSkiing = (props) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { d: "M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0M2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2L239.8 365l49.6-74.5-82.7-87.9c-9.5-10.1-14.4-22.4-15.1-34.9l87.7 42 49.4 52.5a39.98 39.98 0 0 1 4.2 49.6l-50.2 75.4 135.8 70.5c13.6 7.1 29.8 7.2 43.6.3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7L12.9 301.3c-11.7-6.1-16.3-20.6-10.2-32.4M118.9 65.6l18.1 8.6 8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5L165.9 88l55.5 26.6c1.7-.9 3.5-1.7 5.4-2.5l80.9-32.4c32.4-13 68.6 6.5 75.6 40.7l12.3 59.7 62.9 30.1c12 5.7 17 20 11.3 32s-20 17-32 11.3l-54.2-25.9c-1-.3-1.9-.6-2.8-1l-229.1-110-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5zm217.3 64.7c-1-4.9-6.2-7.7-10.8-5.8l-45.7 18.3 65.5 31.5-9-43.9z" }) });
|
|
2402
2464
|
var PersonSkiing_default = SvgPersonSkiing;
|
|
2403
2465
|
|
|
2404
2466
|
// src/Icon/components/PersonSledding.tsx
|
|
2405
|
-
var
|
|
2406
|
-
var SvgPersonSledding = (props) => /* @__PURE__ */ (0,
|
|
2467
|
+
var import_jsx_runtime139 = require("@emotion/react/jsx-runtime");
|
|
2468
|
+
var SvgPersonSledding = (props) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M400 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96M128 152c0-13.3 10.7-24 24-24h169.4c35.6 0 53.5 43.1 28.3 68.3L281.9 264H344c22.1 0 40 17.9 40 40v80c0 7.7-3.7 14.6-9.4 19l43.9 22.8c13.6 7.1 29.8 7.2 43.6.3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7l-383.5-199c-11.7-6.1-16.3-20.6-10.2-32.4s20.6-16.3 32.4-10.2l124.1 64.4c-4.3-11.5-2.2-25.4 8.8-35.1l90.7-80H152c-13.3 0-24-10.7-24-24m208 160H199.3L336 383z" }) });
|
|
2407
2469
|
var PersonSledding_default = SvgPersonSledding;
|
|
2408
2470
|
|
|
2409
2471
|
// src/Icon/components/PersonSnowmobiling.tsx
|
|
2410
|
-
var
|
|
2411
|
-
var SvgPersonSnowmobiling = (props) => /* @__PURE__ */ (0,
|
|
2472
|
+
var import_jsx_runtime140 = require("@emotion/react/jsx-runtime");
|
|
2473
|
+
var SvgPersonSnowmobiling = (props) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("path", { d: "M240 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96m99.7 75.4c11.4-6.8 26.1-3.1 32.9 8.2l46.8 78.1 138.9 69.4c10.8 5.4 17.7 16.5 17.7 28.6v59.1c0 10.7-5.3 20.7-14.2 26.6L492 392l54 72h20.1l33-33c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-40 40c-4.5 4.5-10.6 7-17 7H440c-13.3 0-24-10.7-24-24s10.7-24 24-24h46l-48-64H313.3c4.3 9.8 6.7 20.6 6.7 32 0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80 0-26.2 12.6-49.4 32-64l8-16 31.2-62.3c5.4-10.8 16.5-17.6 28.6-17.6H288l24-32h-32c-7.6 0-14.7-3.6-19.2-9.6l-33.4-44.5c-4.7-6.2-12-9.9-19.8-9.9-9.8 0-18.6 5.7-22.6 14.7l-19.1 43.1c-5.4 12.1-19.6 17.6-31.7 12.2s-17.6-19.6-12.2-31.7l19.1-43.1c11.7-26.3 37.7-43.2 66.4-43.2 22.9 0 44.4 10.8 58.2 29.1L292 192h56l18.7-24.9-35.3-58.8c-6.8-11.4-3.1-26.1 8.2-32.9zM80 400c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32zm160-48h225.5l62.5-41.7v-40.6l-129.6-64.9-72 96L312 320H109.7l-16 32z" }) });
|
|
2412
2474
|
var PersonSnowmobiling_default = SvgPersonSnowmobiling;
|
|
2413
2475
|
|
|
2414
2476
|
// src/Icon/components/PersonSwimming.tsx
|
|
2415
|
-
var
|
|
2416
|
-
var SvgPersonSwimming = (props) => /* @__PURE__ */ (0,
|
|
2477
|
+
var import_jsx_runtime141 = require("@emotion/react/jsx-runtime");
|
|
2478
|
+
var SvgPersonSwimming = (props) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { d: "M32 160a64 64 0 1 0 128 0 64 64 0 1 0-128 0m48 174.1c-17.2 14.9-39 26.7-61.2 31.7C5.9 368.7-2.3 381.5.6 394.5s15.7 21.1 28.7 18.2c28.7-6.5 52.3-20.5 66.7-30.5 28.1 19.5 61.4 33.8 96 33.8s67.9-14.3 96-33.8c28.1 19.5 61.4 33.8 96 33.8s67.9-14.3 96-33.8c14.4 10 38 24 66.7 30.4 12.9 2.9 25.8-5.2 28.7-18.2s-5.2-25.8-18.2-28.7c-22-4.9-44.3-16.7-61.3-31.8-9.1-8.1-22.8-8.1-31.9 0-21.6 18.6-51.2 33.9-80 33.9s-58.5-15.3-80-33.9c-9.1-8.1-22.8-8.1-31.9 0-21.5 18.6-51.2 33.9-80 33.9s-58.5-15.3-80-33.9c-9.1-8.1-22.8-8.1-31.9 0zm176.5-140.2L403 318.1c13.8-3.2 27.9-9.6 40.2-18q3.6-2.55 7.5-4.5L295.9 164.3C319.7 151.4 347 144 376 144h80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-80c-119.3 0-216 96.7-216 216v2.2c10.8 4 21.9 6.2 32 6.2 5.4 0 10.7-.5 16-1.6V312c0-46.1 18.5-87.8 48.5-118.1" }) });
|
|
2417
2479
|
var PersonSwimming_default = SvgPersonSwimming;
|
|
2418
2480
|
|
|
2419
2481
|
// src/Icon/components/Pheasant.tsx
|
|
2420
|
-
var
|
|
2421
|
-
var SvgPheasant = (props) => /* @__PURE__ */ (0,
|
|
2482
|
+
var import_jsx_runtime142 = require("@emotion/react/jsx-runtime");
|
|
2483
|
+
var SvgPheasant = (props) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { d: "M32.567 10.682a.566.566 0 0 1 .519-.825H34.5l-.943-1.508a1.79 1.79 0 0 0-1.414-.849h-.896c-.423 0-.832.15-1.155.424l-1.65 1.202h.967l-.92 3.018L1.5 30.34h1.556L22.03 19.78l3.795 1.791v2.357l-.613.778h3.606a.754.754 0 0 0-.754-.778h-1.461v-2.357l3.3-1.414a6.223 6.223 0 0 0 3.182-8.392z" }) });
|
|
2422
2484
|
var Pheasant_default = SvgPheasant;
|
|
2423
2485
|
|
|
2424
2486
|
// src/Icon/components/Phone.tsx
|
|
2425
|
-
var
|
|
2426
|
-
var SvgPhone = (props) => /* @__PURE__ */ (0,
|
|
2487
|
+
var import_jsx_runtime143 = require("@emotion/react/jsx-runtime");
|
|
2488
|
+
var SvgPhone = (props) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("path", { d: "M375.8 275.2c-16.4-7-35.4-2.4-46.7 11.4l-33.2 40.6c-46-26.7-84.4-65.1-111.1-111.1l40.5-33.1c13.8-11.3 18.5-30.3 11.4-46.7l-48-112C181.2 6.7 162.3-3.1 143.6.9l-112 24C13.2 28.8 0 45.1 0 64c0 231.2 175.2 421.6 400.1 445.5 9.8 1 19.6 1.8 29.6 2.2h.1c6.1.2 12.1.4 18.2.4 18.9 0 35.2-13.2 39.1-31.6l24-112c4-18.7-5.8-37.6-23.4-45.1l-112-48zM441.5 464c-215.7-3.5-390-177.8-393.4-393.5l99.2-21.3 43 100.4-35.9 29.4c-18.2 14.9-22.9 40.8-11.1 61.2 30.9 53.3 75.3 97.7 128.6 128.6 20.4 11.8 46.3 7.1 61.2-11.1l29.4-35.9 100.4 43zM48 64" }) });
|
|
2427
2489
|
var Phone_default = SvgPhone;
|
|
2428
2490
|
|
|
2429
2491
|
// src/Icon/components/PhoneSolid.tsx
|
|
2430
|
-
var
|
|
2431
|
-
var SvgPhoneSolid = (props) => /* @__PURE__ */ (0,
|
|
2492
|
+
var import_jsx_runtime144 = require("@emotion/react/jsx-runtime");
|
|
2493
|
+
var SvgPhoneSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { d: "M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64c0 247.4 200.6 448 448 448 18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368c-70.4-33.3-127.4-90.3-160.7-160.7l49.3-40.3c13.7-11.2 18.4-30 11.6-46.3l-40-96z" }) });
|
|
2432
2494
|
var PhoneSolid_default = SvgPhoneSolid;
|
|
2433
2495
|
|
|
2434
2496
|
// src/Icon/components/Pig.tsx
|
|
2435
|
-
var
|
|
2436
|
-
var SvgPig = (props) => /* @__PURE__ */ (0,
|
|
2497
|
+
var import_jsx_runtime145 = require("@emotion/react/jsx-runtime");
|
|
2498
|
+
var SvgPig = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2437
2499
|
"path",
|
|
2438
2500
|
{
|
|
2439
2501
|
fillRule: "evenodd",
|
|
@@ -2444,8 +2506,8 @@ var SvgPig = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", {
|
|
|
2444
2506
|
var Pig_default = SvgPig;
|
|
2445
2507
|
|
|
2446
2508
|
// src/Icon/components/PinLogoSolid.tsx
|
|
2447
|
-
var
|
|
2448
|
-
var SvgPinLogoSolid = (props) => /* @__PURE__ */ (0,
|
|
2509
|
+
var import_jsx_runtime146 = require("@emotion/react/jsx-runtime");
|
|
2510
|
+
var SvgPinLogoSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)(
|
|
2449
2511
|
"svg",
|
|
2450
2512
|
{
|
|
2451
2513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2455,14 +2517,14 @@ var SvgPinLogoSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)
|
|
|
2455
2517
|
viewBox: "0 0 52 52",
|
|
2456
2518
|
...props,
|
|
2457
2519
|
children: [
|
|
2458
|
-
/* @__PURE__ */ (0,
|
|
2520
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2459
2521
|
"path",
|
|
2460
2522
|
{
|
|
2461
2523
|
fill: "#1A1A1A",
|
|
2462
2524
|
d: "M42 20c0 7.283-9.75 20.25-14.025 25.6a2.518 2.518 0 0 1-3.95 0C19.75 40.25 10 27.283 10 20c0-8.833 7.167-16 16-16s16 7.167 16 16"
|
|
2463
2525
|
}
|
|
2464
2526
|
),
|
|
2465
|
-
/* @__PURE__ */ (0,
|
|
2527
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2466
2528
|
"path",
|
|
2467
2529
|
{
|
|
2468
2530
|
fill: "#fff",
|
|
@@ -2477,23 +2539,23 @@ var SvgPinLogoSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)
|
|
|
2477
2539
|
var PinLogoSolid_default = SvgPinLogoSolid;
|
|
2478
2540
|
|
|
2479
2541
|
// src/Icon/components/PlugSolid.tsx
|
|
2480
|
-
var
|
|
2481
|
-
var SvgPlugSolid = (props) => /* @__PURE__ */ (0,
|
|
2542
|
+
var import_jsx_runtime147 = require("@emotion/react/jsx-runtime");
|
|
2543
|
+
var SvgPlugSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { d: "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32m192 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32M32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-67.2C297 398 352 333.4 352 256v-32c17.7 0 32-14.3 32-32s-14.3-32-32-32z" }) });
|
|
2482
2544
|
var PlugSolid_default = SvgPlugSolid;
|
|
2483
2545
|
|
|
2484
2546
|
// src/Icon/components/Plus.tsx
|
|
2485
|
-
var
|
|
2486
|
-
var SvgPlus = (props) => /* @__PURE__ */ (0,
|
|
2547
|
+
var import_jsx_runtime148 = require("@emotion/react/jsx-runtime");
|
|
2548
|
+
var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("path", { d: "M248 72c0-13.3-10.7-24-24-24s-24 10.7-24 24v160H40c-13.3 0-24 10.7-24 24s10.7 24 24 24h160v160c0 13.3 10.7 24 24 24s24-10.7 24-24V280h160c13.3 0 24-10.7 24-24s-10.7-24-24-24H248z" }) });
|
|
2487
2549
|
var Plus_default = SvgPlus;
|
|
2488
2550
|
|
|
2489
2551
|
// src/Icon/components/Quotes.tsx
|
|
2490
|
-
var
|
|
2491
|
-
var SvgQuotes = (props) => /* @__PURE__ */ (0,
|
|
2552
|
+
var import_jsx_runtime149 = require("@emotion/react/jsx-runtime");
|
|
2553
|
+
var SvgQuotes = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 29, height: 25, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("path", { d: "M26.214 25C27.752 25 29 23.8 29 22.321V15.18c0-1.48-1.248-2.679-2.786-2.679h-4.643V8.929c0-1.97 1.666-3.572 3.715-3.572h.464c.772 0 1.393-.597 1.393-1.34V1.34c0-.743-.621-1.34-1.393-1.34h-.464C20.156 0 16 3.996 16 8.929V22.32c0 1.481 1.248 2.68 2.786 2.68zm-16 0C11.752 25 13 23.8 13 22.321V15.18c0-1.48-1.248-2.679-2.786-2.679H5.571V8.929c0-1.97 1.666-3.572 3.715-3.572h.464c.772 0 1.393-.597 1.393-1.34V1.34C11.143.597 10.522 0 9.75 0h-.464C4.156 0 0 3.996 0 8.929V22.32C0 23.801 1.248 25 2.786 25z" }) });
|
|
2492
2554
|
var Quotes_default = SvgQuotes;
|
|
2493
2555
|
|
|
2494
2556
|
// src/Icon/components/QuotesLight.tsx
|
|
2495
|
-
var
|
|
2496
|
-
var SvgQuotesLight = (props) => /* @__PURE__ */ (0,
|
|
2557
|
+
var import_jsx_runtime150 = require("@emotion/react/jsx-runtime");
|
|
2558
|
+
var SvgQuotesLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 35, height: 26, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2497
2559
|
"path",
|
|
2498
2560
|
{
|
|
2499
2561
|
fill: "#DEE4DF",
|
|
@@ -2503,30 +2565,30 @@ var SvgQuotesLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("
|
|
|
2503
2565
|
var QuotesLight_default = SvgQuotesLight;
|
|
2504
2566
|
|
|
2505
2567
|
// src/Icon/components/Rifle.tsx
|
|
2506
|
-
var
|
|
2507
|
-
var SvgRifle = (props) => /* @__PURE__ */ (0,
|
|
2568
|
+
var import_jsx_runtime151 = require("@emotion/react/jsx-runtime");
|
|
2569
|
+
var SvgRifle = (props) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("path", { d: "M10.174 24 7.5 26.788l4.826 4.712L15 28.745zM31.467 7.531c-.46-.446-8.193 4.012-11.877 7.195L12 22.384 16.843 27l7.479-7.53c3.144-3.725 7.605-11.493 7.145-11.939" }) });
|
|
2508
2570
|
var Rifle_default = SvgRifle;
|
|
2509
2571
|
|
|
2510
2572
|
// src/Icon/components/RoadSolid.tsx
|
|
2511
|
-
var
|
|
2512
|
-
var SvgRoadSolid = (props) => /* @__PURE__ */ (0,
|
|
2573
|
+
var import_jsx_runtime152 = require("@emotion/react/jsx-runtime");
|
|
2574
|
+
var SvgRoadSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("path", { d: "M256 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2c-2 5.8-3.1 12-3.1 18.2C0 455.5 24.5 480 54.6 480H256v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h201.4c30.2 0 54.6-24.5 54.6-54.6 0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32" }) });
|
|
2513
2575
|
var RoadSolid_default = SvgRoadSolid;
|
|
2514
2576
|
|
|
2515
2577
|
// src/Icon/components/RulerTriangleSolid.tsx
|
|
2516
|
-
var
|
|
2517
|
-
var SvgRulerTriangleSolid = (props) => /* @__PURE__ */ (0,
|
|
2578
|
+
var import_jsx_runtime153 = require("@emotion/react/jsx-runtime");
|
|
2579
|
+
var SvgRulerTriangleSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { d: "M0 32v416c0 35.3 28.7 64 64 64h416c17.7 0 32-14.3 32-32v-2.7c0-8.5-3.4-16.6-9.4-22.6l-51.3-51.3-24 24c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l24-24-57.4-57.4-24 24c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l24-24-57.4-57.4-24 24c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l24-24-57.4-57.4-24 24c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l24-24-57.4-57.5-24 24c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l24-24L57.4 9.4c-6-6-14.2-9.4-22.7-9.4H32C14.3 0 0 14.3 0 32m128 224 128 128H128z" }) });
|
|
2518
2580
|
var RulerTriangleSolid_default = SvgRulerTriangleSolid;
|
|
2519
2581
|
|
|
2520
2582
|
// src/Icon/components/Rv.tsx
|
|
2521
|
-
var
|
|
2522
|
-
var SvgRv = (props) => /* @__PURE__ */ (0,
|
|
2583
|
+
var import_jsx_runtime154 = require("@emotion/react/jsx-runtime");
|
|
2584
|
+
var SvgRv = (props) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
2523
2585
|
"svg",
|
|
2524
2586
|
{
|
|
2525
2587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2526
2588
|
fill: "none",
|
|
2527
2589
|
viewBox: "0 0 26 26",
|
|
2528
2590
|
...props,
|
|
2529
|
-
children: /* @__PURE__ */ (0,
|
|
2591
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
2530
2592
|
"path",
|
|
2531
2593
|
{
|
|
2532
2594
|
fill: "currentColor",
|
|
@@ -2538,13 +2600,13 @@ var SvgRv = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
|
2538
2600
|
var Rv_default = SvgRv;
|
|
2539
2601
|
|
|
2540
2602
|
// src/Icon/components/Sailboat.tsx
|
|
2541
|
-
var
|
|
2542
|
-
var SvgSailboat = (props) => /* @__PURE__ */ (0,
|
|
2603
|
+
var import_jsx_runtime155 = require("@emotion/react/jsx-runtime");
|
|
2604
|
+
var SvgSailboat = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("path", { d: "M284.6 6.2C280.4.8 273.2-1.3 266.8.9S256 9.2 256 16v288c0 8.8 7.2 16 16 16h224c6.1 0 11.7-3.5 14.4-9s2-12-1.7-16.9l-224-288zm-72 90.5c-6.7-2-14 .6-17.9 6.4l-128 192c-3.3 4.9-3.6 11.2-.8 16.4S74.1 320 80 320h128c8.8 0 16-7.2 16-16V112c0-7.1-4.6-13.3-11.4-15.3M60 400h456l-.4 1.6c-8.2 36.5-40.6 62.4-78 62.4H138.4c-37.4 0-69.8-25.9-78-62.4zm-40-48c-10.3 0-17.9 9.5-15.6 19.5l9.1 40.6c13.1 58.4 65 99.9 124.9 99.9h299.2c59.9 0 111.7-41.5 124.9-99.9l9.1-40.6c2.2-10-5.4-19.5-15.6-19.5z" }) });
|
|
2543
2605
|
var Sailboat_default = SvgSailboat;
|
|
2544
2606
|
|
|
2545
2607
|
// src/Icon/components/Sewage.tsx
|
|
2546
|
-
var
|
|
2547
|
-
var SvgSewage = (props) => /* @__PURE__ */ (0,
|
|
2608
|
+
var import_jsx_runtime156 = require("@emotion/react/jsx-runtime");
|
|
2609
|
+
var SvgSewage = (props) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
2548
2610
|
"path",
|
|
2549
2611
|
{
|
|
2550
2612
|
fillRule: "evenodd",
|
|
@@ -2555,31 +2617,31 @@ var SvgSewage = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg",
|
|
|
2555
2617
|
var Sewage_default = SvgSewage;
|
|
2556
2618
|
|
|
2557
2619
|
// src/Icon/components/Shelter.tsx
|
|
2558
|
-
var
|
|
2559
|
-
var SvgShelter = (props) => /* @__PURE__ */ (0,
|
|
2620
|
+
var import_jsx_runtime157 = require("@emotion/react/jsx-runtime");
|
|
2621
|
+
var SvgShelter = (props) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("path", { d: "m18.944 6.395-4.37 12.89-.053.159-3.095-6.953a.63.63 0 0 0-.568-.369.63.63 0 0 0-.567.369l-4.37 9.817-4.37 9.82A.63.63 0 0 0 2.12 33H36.88c.572 0 .724-.431.543-.921l-3.996-7.247-3.997-7.242a.621.621 0 0 0-1.086 0l-2.741 4.963-1.106-3.268-4.375-12.89c-.19-.494-.976-.558-1.175 0z" }) });
|
|
2560
2622
|
var Shelter_default = SvgShelter;
|
|
2561
2623
|
|
|
2562
2624
|
// src/Icon/components/ShieldCheck.tsx
|
|
2563
|
-
var
|
|
2564
|
-
var SvgShieldCheck = (props) => /* @__PURE__ */ (0,
|
|
2625
|
+
var import_jsx_runtime158 = require("@emotion/react/jsx-runtime");
|
|
2626
|
+
var SvgShieldCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { d: "m73 127 183-77.6L439 127c5.9 2.5 9.1 7.8 9 12.8-.4 91.4-38.4 249.3-186.3 320.1-3.6 1.7-7.8 1.7-11.3 0C102.4 389 64.5 231.2 64 139.7c0-5 3.1-10.2 9-12.8zm384.7-44.2L269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2.5 99.2 41.3 280.7 213.6 363.2 16.7 8 36.1 8 52.8 0C454.8 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2M369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0z" }) });
|
|
2565
2627
|
var ShieldCheck_default = SvgShieldCheck;
|
|
2566
2628
|
|
|
2567
2629
|
// src/Icon/components/ShieldCheckSolid.tsx
|
|
2568
|
-
var
|
|
2569
|
-
var SvgShieldCheckSolid = (props) => /* @__PURE__ */ (0,
|
|
2630
|
+
var import_jsx_runtime159 = require("@emotion/react/jsx-runtime");
|
|
2631
|
+
var SvgShieldCheckSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("path", { d: "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2.5 99.2 41.3 280.7 213.6 363.2 16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM369 209 241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" }) });
|
|
2570
2632
|
var ShieldCheckSolid_default = SvgShieldCheckSolid;
|
|
2571
2633
|
|
|
2572
2634
|
// src/Icon/components/ShieldSplash.tsx
|
|
2573
|
-
var
|
|
2574
|
-
var SvgShieldSplash = (props) => /* @__PURE__ */ (0,
|
|
2575
|
-
/* @__PURE__ */ (0,
|
|
2635
|
+
var import_jsx_runtime160 = require("@emotion/react/jsx-runtime");
|
|
2636
|
+
var SvgShieldSplash = (props) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 51 59", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("g", { fill: "none", children: [
|
|
2637
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
2576
2638
|
"path",
|
|
2577
2639
|
{
|
|
2578
2640
|
fill: "#CBD5E0",
|
|
2579
2641
|
d: "M49.905 22c3.083 11.197-.45 23.005-9.243 30.112-8.8 7.1-22.851 9.506-31.375 3.407s-11.513-20.696-7.574-33.1C5.66 10.023 16.541-.189 26.828.003 37.115.193 46.821 10.795 49.905 22"
|
|
2580
2642
|
}
|
|
2581
2643
|
),
|
|
2582
|
-
/* @__PURE__ */ (0,
|
|
2644
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
2583
2645
|
"path",
|
|
2584
2646
|
{
|
|
2585
2647
|
fill: "#000",
|
|
@@ -2590,13 +2652,13 @@ var SvgShieldSplash = (props) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
|
2590
2652
|
var ShieldSplash_default = SvgShieldSplash;
|
|
2591
2653
|
|
|
2592
2654
|
// src/Icon/components/SignsPostSharpSolid.tsx
|
|
2593
|
-
var
|
|
2594
|
-
var SvgSignsPostSharpSolid = (props) => /* @__PURE__ */ (0,
|
|
2655
|
+
var import_jsx_runtime161 = require("@emotion/react/jsx-runtime");
|
|
2656
|
+
var SvgSignsPostSharpSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("path", { d: "M224 0h64v32h160l64 64-64 64H32V32h192zm0 224v-32h64v32h192v128H64L0 288l64-64zm64 160v128h-64V384z" }) });
|
|
2595
2657
|
var SignsPostSharpSolid_default = SvgSignsPostSharpSolid;
|
|
2596
2658
|
|
|
2597
2659
|
// src/Icon/components/SmallCurvedLine.tsx
|
|
2598
|
-
var
|
|
2599
|
-
var SvgSmallCurvedLine = (props) => /* @__PURE__ */ (0,
|
|
2660
|
+
var import_jsx_runtime162 = require("@emotion/react/jsx-runtime");
|
|
2661
|
+
var SvgSmallCurvedLine = (props) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 86, height: 4, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
2600
2662
|
"path",
|
|
2601
2663
|
{
|
|
2602
2664
|
fill: "none",
|
|
@@ -2608,14 +2670,14 @@ var SvgSmallCurvedLine = (props) => /* @__PURE__ */ (0, import_jsx_runtime161.js
|
|
|
2608
2670
|
var SmallCurvedLine_default = SvgSmallCurvedLine;
|
|
2609
2671
|
|
|
2610
2672
|
// src/Icon/components/Spinner.tsx
|
|
2611
|
-
var
|
|
2612
|
-
var SvgSpinner = (props) => /* @__PURE__ */ (0,
|
|
2673
|
+
var import_jsx_runtime163 = require("@emotion/react/jsx-runtime");
|
|
2674
|
+
var SvgSpinner = (props) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
2613
2675
|
"svg",
|
|
2614
2676
|
{
|
|
2615
2677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2616
2678
|
viewBox: "3 2.903 20 19.832",
|
|
2617
2679
|
...props,
|
|
2618
|
-
children: /* @__PURE__ */ (0,
|
|
2680
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
2619
2681
|
"path",
|
|
2620
2682
|
{
|
|
2621
2683
|
fill: "currentColor",
|
|
@@ -2627,51 +2689,66 @@ var SvgSpinner = (props) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
|
2627
2689
|
var Spinner_default = SvgSpinner;
|
|
2628
2690
|
|
|
2629
2691
|
// src/Icon/components/Square.tsx
|
|
2630
|
-
var
|
|
2631
|
-
var SvgSquare = (props) => /* @__PURE__ */ (0,
|
|
2692
|
+
var import_jsx_runtime164 = require("@emotion/react/jsx-runtime");
|
|
2693
|
+
var SvgSquare = (props) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime164.jsx)("path", { d: "M384 80c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z" }) });
|
|
2632
2694
|
var Square_default = SvgSquare;
|
|
2633
2695
|
|
|
2634
2696
|
// src/Icon/components/SquareInfoSolid.tsx
|
|
2635
|
-
var
|
|
2636
|
-
var SvgSquareInfoSolid = (props) => /* @__PURE__ */ (0,
|
|
2697
|
+
var import_jsx_runtime165 = require("@emotion/react/jsx-runtime");
|
|
2698
|
+
var SvgSquareInfoSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("path", { d: "M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm120 304h24v-64h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24m40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64" }) });
|
|
2637
2699
|
var SquareInfoSolid_default = SvgSquareInfoSolid;
|
|
2638
2700
|
|
|
2639
2701
|
// src/Icon/components/SquareParking.tsx
|
|
2640
|
-
var
|
|
2641
|
-
var SvgSquareParking = (props) => /* @__PURE__ */ (0,
|
|
2702
|
+
var import_jsx_runtime166 = require("@emotion/react/jsx-runtime");
|
|
2703
|
+
var SvgSquareParking = (props) => /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { d: "M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm184 176h64c26.5 0 48-21.5 48-48s-21.5-48-48-48h-64zm64 48h-64v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V160c0-17.7 14.3-32 32-32h80c53 0 96 43 96 96s-43 96-96 96" }) });
|
|
2642
2704
|
var SquareParking_default = SvgSquareParking;
|
|
2643
2705
|
|
|
2644
2706
|
// src/Icon/components/SquareParkingSolid.tsx
|
|
2645
|
-
var
|
|
2646
|
-
var SvgSquareParkingSolid = (props) => /* @__PURE__ */ (0,
|
|
2707
|
+
var import_jsx_runtime167 = require("@emotion/react/jsx-runtime");
|
|
2708
|
+
var SvgSquareParkingSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
2709
|
+
"svg",
|
|
2710
|
+
{
|
|
2711
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2712
|
+
fill: "none",
|
|
2713
|
+
viewBox: "0 0 26 26",
|
|
2714
|
+
...props,
|
|
2715
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
2716
|
+
"path",
|
|
2717
|
+
{
|
|
2718
|
+
fill: "currentColor",
|
|
2719
|
+
d: "M6.571 4A2.574 2.574 0 0 0 4 6.571V19.43A2.574 2.574 0 0 0 6.571 22H19.43A2.574 2.574 0 0 0 22 19.429V6.57A2.574 2.574 0 0 0 19.429 4zm5.143 9h1.929c.711 0 1.286-.575 1.286-1.286 0-.71-.575-1.285-1.286-1.285h-1.929zm1.929 2.571h-1.929v1.286a1.284 1.284 0 1 1-2.571 0V9.464c0-.888.719-1.607 1.607-1.607h2.893a3.858 3.858 0 0 1 0 7.714"
|
|
2720
|
+
}
|
|
2721
|
+
)
|
|
2722
|
+
}
|
|
2723
|
+
);
|
|
2647
2724
|
var SquareParkingSolid_default = SvgSquareParkingSolid;
|
|
2648
2725
|
|
|
2649
2726
|
// src/Icon/components/Star.tsx
|
|
2650
|
-
var
|
|
2651
|
-
var SvgStar = (props) => /* @__PURE__ */ (0,
|
|
2727
|
+
var import_jsx_runtime168 = require("@emotion/react/jsx-runtime");
|
|
2728
|
+
var SvgStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("path", { d: "m226.5 168.8 61.4-126.5 61.4 126.5c4.6 9.5 13.6 16.1 24.1 17.7l137.4 20.3-99.8 98.8c-7.4 7.3-10.8 17.8-9 28.1l23.5 139.5L303 407.7c-9.4-5-20.7-5-30.2 0l-122.6 65.5 23.5-139.5c1.7-10.3-1.6-20.7-9-28.1L65 206.8l137.4-20.3c10.5-1.5 19.5-8.2 24.1-17.7m198.4 340.3c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5l-26.3-155.5 111.2-110.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3l-153.3-22.6-68.6-141.3C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5l-68.6 141.3-153.2 22.7c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5l111.1 110.1L116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2z" }) });
|
|
2652
2729
|
var Star_default = SvgStar;
|
|
2653
2730
|
|
|
2654
2731
|
// src/Icon/components/StarRegular.tsx
|
|
2655
|
-
var
|
|
2656
|
-
var SvgStarRegular = (props) => /* @__PURE__ */ (0,
|
|
2732
|
+
var import_jsx_runtime169 = require("@emotion/react/jsx-runtime");
|
|
2733
|
+
var SvgStarRegular = (props) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("path", { d: "M287.9 0c9.2 0 17.6 5.25 21.6 13.52l68.6 141.28 153.3 22.7c9 1.3 16.4 7.6 19.3 16.2 2.8 8.7.5 18.2-5.9 24.5L433.6 328.4l26.3 155.5c1.5 9-2.2 18.2-9.7 23.5-7.4 5.3-18.1 6-25.3 1.7l-137-73.2-137.8 73.2c-7.2 4.3-17 3.6-24.5-1.7-7.4-5.3-11.1-14.5-10.5-23.5l27.1-155.5L31.11 218.2c-6.46-6.3-8.75-15.8-5.91-24.5 2.83-8.6 10.3-14.9 19.29-16.2l153.21-22.7 68.6-141.28C270.4 5.249 278.7 0 287.9 0m0 78.95L235.4 187.2c-3.5 7.1-10.3 12.1-18.1 13.3L98.98 217.9 184.9 303c5.5 5.5 8 13.4 6.7 21.1l-20.2 119.6 105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2-20.2-119.6c-1.3-7.7 1.3-15.6 6.8-21.1l85.9-85.1-118.3-17.4c-7.9-1.2-14.7-6.2-18.1-13.3z" }) });
|
|
2657
2734
|
var StarRegular_default = SvgStarRegular;
|
|
2658
2735
|
|
|
2659
2736
|
// src/Icon/components/StarSolid.tsx
|
|
2660
|
-
var
|
|
2661
|
-
var SvgStarSolid = (props) => /* @__PURE__ */ (0,
|
|
2737
|
+
var import_jsx_runtime170 = require("@emotion/react/jsx-runtime");
|
|
2738
|
+
var SvgStarSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("path", { d: "M13.781 4.474a.878.878 0 0 0-1.556 0L9.55 9.686l-5.813.918a.87.87 0 0 0-.483 1.471l4.158 4.14-.916 5.78a.87.87 0 0 0 .35.839c.265.191.614.22.908.072l5.25-2.653 5.245 2.653c.29.148.643.12.909-.072a.87.87 0 0 0 .349-.84l-.92-5.78 4.159-4.138a.868.868 0 0 0-.483-1.471l-5.81-.919z" }) });
|
|
2662
2739
|
var StarSolid_default = SvgStarSolid;
|
|
2663
2740
|
|
|
2664
2741
|
// src/Icon/components/StarSplash.tsx
|
|
2665
|
-
var
|
|
2666
|
-
var SvgStarSplash = (props) => /* @__PURE__ */ (0,
|
|
2667
|
-
/* @__PURE__ */ (0,
|
|
2742
|
+
var import_jsx_runtime171 = require("@emotion/react/jsx-runtime");
|
|
2743
|
+
var SvgStarSplash = (props) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 89 81", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("g", { fill: "none", children: [
|
|
2744
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
2668
2745
|
"path",
|
|
2669
2746
|
{
|
|
2670
2747
|
fill: "#CBD5E0",
|
|
2671
2748
|
d: "M87.85 27.264c5.133 12.983-7.619 34.383-24.374 45.243-16.77 10.844-37.545 11.147-49.974 1.805C1.072 64.969-3.011 45.98 2.235 32.853 7.48 19.71 22.057 12.411 40.878 11.054 59.683 9.697 82.7 14.28 87.85 27.264"
|
|
2672
2749
|
}
|
|
2673
2750
|
),
|
|
2674
|
-
/* @__PURE__ */ (0,
|
|
2751
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
2675
2752
|
"path",
|
|
2676
2753
|
{
|
|
2677
2754
|
fill: "#1A202C",
|
|
@@ -2682,13 +2759,13 @@ var SvgStarSplash = (props) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("s
|
|
|
2682
2759
|
var StarSplash_default = SvgStarSplash;
|
|
2683
2760
|
|
|
2684
2761
|
// src/Icon/components/TablePicnic.tsx
|
|
2685
|
-
var
|
|
2686
|
-
var SvgTablePicnic = (props) => /* @__PURE__ */ (0,
|
|
2762
|
+
var import_jsx_runtime172 = require("@emotion/react/jsx-runtime");
|
|
2763
|
+
var SvgTablePicnic = (props) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { d: "M88 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h71.4l-53.1 128H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h464c13.3 0 24-10.7 24-24s-10.7-24-24-24h-82.3l-53.1-128H424c13.3 0 24-10.7 24-24s-10.7-24-24-24zm350.9 256h-52l46.9 113.2c5.1 12.2 19.1 18.1 31.4 13s18.1-19.1 13-31.4zm-313.8 0h-52l-39.3 94.8c-5.1 12.2.7 26.3 13 31.4s26.3-.7 31.4-13zm33.2-80 53.1-128h89.3l53.1 128z" }) });
|
|
2687
2764
|
var TablePicnic_default = SvgTablePicnic;
|
|
2688
2765
|
|
|
2689
2766
|
// src/Icon/components/Tackle.tsx
|
|
2690
|
-
var
|
|
2691
|
-
var SvgTackle = (props) => /* @__PURE__ */ (0,
|
|
2767
|
+
var import_jsx_runtime173 = require("@emotion/react/jsx-runtime");
|
|
2768
|
+
var SvgTackle = (props) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
2692
2769
|
"path",
|
|
2693
2770
|
{
|
|
2694
2771
|
fillRule: "evenodd",
|
|
@@ -2699,30 +2776,45 @@ var SvgTackle = (props) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("svg",
|
|
|
2699
2776
|
var Tackle_default = SvgTackle;
|
|
2700
2777
|
|
|
2701
2778
|
// src/Icon/components/Telescope.tsx
|
|
2702
|
-
var
|
|
2703
|
-
var SvgTelescope = (props) => /* @__PURE__ */ (0,
|
|
2779
|
+
var import_jsx_runtime174 = require("@emotion/react/jsx-runtime");
|
|
2780
|
+
var SvgTelescope = (props) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("path", { d: "m459.7 231.7 61.5-35.5-80-138.6-61.5 35.5zM328.4 99.6c-6.2-14.6-.6-31.9 13.5-40.1L431.1 8c15.3-8.8 34.9-3.6 43.7 11.7l96 166.3c8.8 15.3 3.6 34.9-11.7 43.7l-89.2 51.5c-15.3 8.8-34.9 3.6-43.7-11.7l-.5-.8-42.6 23.1q.9 6 .9 12.3c0 20.1-7.4 38.5-19.7 52.5L414.2 479c5 12.3-.9 26.3-13.2 31.3s-26.3-.9-31.3-13.2l-47-115.3c-6 1.5-12.3 2.2-18.8 2.2s-12.8-.8-18.8-2.2l-47 115.3c-5 12.3-19 18.2-31.3 13.2s-18.2-19-13.2-31.3l44.3-108.8-88.4 47.8c-15.2 8.2-34.3 2.9-42.9-12.1l-.7-1.3-44.2 25.5c-11.5 6.6-26.2 2.7-32.8-8.8L3.1 376.4c-6.6-11.5-2.7-26.2 8.8-32.8L56 318.1l-4-6.7c-8.6-14.9-3.9-33.8 10.6-43zm73.3 127.5-49.5-85.7-250.9 159.3 39.1 67.7 85.6-46.3c-1.3-5.8-2-11.9-2-18.1 0-44.2 35.8-80 80-80 22.7 0 43.2 9.5 57.8 24.7zM304 336a32 32 0 1 0 0-64 32 32 0 1 0 0 64" }) });
|
|
2704
2781
|
var Telescope_default = SvgTelescope;
|
|
2705
2782
|
|
|
2706
2783
|
// src/Icon/components/Tent.tsx
|
|
2707
|
-
var
|
|
2708
|
-
var SvgTent = (props) => /* @__PURE__ */ (0,
|
|
2784
|
+
var import_jsx_runtime175 = require("@emotion/react/jsx-runtime");
|
|
2785
|
+
var SvgTent = (props) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
2786
|
+
"svg",
|
|
2787
|
+
{
|
|
2788
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2789
|
+
fill: "none",
|
|
2790
|
+
viewBox: "0 0 26 26",
|
|
2791
|
+
...props,
|
|
2792
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
2793
|
+
"path",
|
|
2794
|
+
{
|
|
2795
|
+
fill: "currentColor",
|
|
2796
|
+
d: "M12.522 4.15c.288-.2.668-.2.96 0l7.728 5.334c.474.327.78.844.84 1.413l.939 8.931a1.97 1.97 0 0 1-1.959 2.176H4.967a1.97 1.97 0 0 1-1.955-2.176l.939-8.93c.06-.574.366-1.09.84-1.414zm8.512 16.167a.283.283 0 0 0 .281-.31l-.939-8.93a.28.28 0 0 0-.12-.2l-6.412-4.424v7.37l3.572 6.494zM12.156 6.453l-6.41 4.42a.28.28 0 0 0-.119.2l-.939 8.93a.28.28 0 0 0 .282.31h7.186V6.45z"
|
|
2797
|
+
}
|
|
2798
|
+
)
|
|
2799
|
+
}
|
|
2800
|
+
);
|
|
2709
2801
|
var Tent_default = SvgTent;
|
|
2710
2802
|
|
|
2711
2803
|
// src/Icon/components/TentSolid.tsx
|
|
2712
|
-
var
|
|
2713
|
-
var SvgTentSolid = (props) => /* @__PURE__ */ (0,
|
|
2804
|
+
var import_jsx_runtime176 = require("@emotion/react/jsx-runtime");
|
|
2805
|
+
var SvgTentSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("path", { d: "M269.4 6c11.1-8 26.1-8 37.2 0l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7H435.8c-12.1 0-23.2-6.8-28.6-17.7L306.7 293.5c-1.7-3.4-5.1-5.5-8.8-5.5-5.5 0-9.9 4.4-9.9 9.9V480c0 17.7-14.3 32-32 32H32c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5z" }) });
|
|
2714
2806
|
var TentSolid_default = SvgTentSolid;
|
|
2715
2807
|
|
|
2716
2808
|
// src/Icon/components/ThumbsDown.tsx
|
|
2717
|
-
var
|
|
2718
|
-
var SvgThumbsDown = (props) => /* @__PURE__ */ (0,
|
|
2809
|
+
var import_jsx_runtime177 = require("@emotion/react/jsx-runtime");
|
|
2810
|
+
var SvgThumbsDown = (props) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
2719
2811
|
"svg",
|
|
2720
2812
|
{
|
|
2721
2813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2722
2814
|
fill: "none",
|
|
2723
2815
|
viewBox: "0 0 26 26",
|
|
2724
2816
|
...props,
|
|
2725
|
-
children: /* @__PURE__ */ (0,
|
|
2817
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
2726
2818
|
"path",
|
|
2727
2819
|
{
|
|
2728
2820
|
fill: "currentColor",
|
|
@@ -2734,15 +2826,15 @@ var SvgThumbsDown = (props) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
|
2734
2826
|
var ThumbsDown_default = SvgThumbsDown;
|
|
2735
2827
|
|
|
2736
2828
|
// src/Icon/components/ThumbsDownSolid.tsx
|
|
2737
|
-
var
|
|
2738
|
-
var SvgThumbsDownSolid = (props) => /* @__PURE__ */ (0,
|
|
2829
|
+
var import_jsx_runtime178 = require("@emotion/react/jsx-runtime");
|
|
2830
|
+
var SvgThumbsDownSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
2739
2831
|
"svg",
|
|
2740
2832
|
{
|
|
2741
2833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2742
2834
|
fill: "none",
|
|
2743
2835
|
viewBox: "0 0 26 26",
|
|
2744
2836
|
...props,
|
|
2745
|
-
children: /* @__PURE__ */ (0,
|
|
2837
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
2746
2838
|
"path",
|
|
2747
2839
|
{
|
|
2748
2840
|
fill: "currentColor",
|
|
@@ -2754,15 +2846,15 @@ var SvgThumbsDownSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime177.js
|
|
|
2754
2846
|
var ThumbsDownSolid_default = SvgThumbsDownSolid;
|
|
2755
2847
|
|
|
2756
2848
|
// src/Icon/components/ThumbsUp.tsx
|
|
2757
|
-
var
|
|
2758
|
-
var SvgThumbsUp = (props) => /* @__PURE__ */ (0,
|
|
2849
|
+
var import_jsx_runtime179 = require("@emotion/react/jsx-runtime");
|
|
2850
|
+
var SvgThumbsUp = (props) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
2759
2851
|
"svg",
|
|
2760
2852
|
{
|
|
2761
2853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2762
2854
|
fill: "none",
|
|
2763
2855
|
viewBox: "0 0 26 26",
|
|
2764
2856
|
...props,
|
|
2765
|
-
children: /* @__PURE__ */ (0,
|
|
2857
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
2766
2858
|
"path",
|
|
2767
2859
|
{
|
|
2768
2860
|
fill: "currentColor",
|
|
@@ -2774,15 +2866,15 @@ var SvgThumbsUp = (props) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
|
2774
2866
|
var ThumbsUp_default = SvgThumbsUp;
|
|
2775
2867
|
|
|
2776
2868
|
// src/Icon/components/ThumbsUpSolid.tsx
|
|
2777
|
-
var
|
|
2778
|
-
var SvgThumbsUpSolid = (props) => /* @__PURE__ */ (0,
|
|
2869
|
+
var import_jsx_runtime180 = require("@emotion/react/jsx-runtime");
|
|
2870
|
+
var SvgThumbsUpSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
2779
2871
|
"svg",
|
|
2780
2872
|
{
|
|
2781
2873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2782
2874
|
fill: "none",
|
|
2783
2875
|
viewBox: "0 0 26 26",
|
|
2784
2876
|
...props,
|
|
2785
|
-
children: /* @__PURE__ */ (0,
|
|
2877
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
2786
2878
|
"path",
|
|
2787
2879
|
{
|
|
2788
2880
|
fill: "currentColor",
|
|
@@ -2794,29 +2886,29 @@ var SvgThumbsUpSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)
|
|
|
2794
2886
|
var ThumbsUpSolid_default = SvgThumbsUpSolid;
|
|
2795
2887
|
|
|
2796
2888
|
// src/Icon/components/Trash.tsx
|
|
2797
|
-
var
|
|
2798
|
-
var SvgTrash = (props) => /* @__PURE__ */ (0,
|
|
2889
|
+
var import_jsx_runtime181 = require("@emotion/react/jsx-runtime");
|
|
2890
|
+
var SvgTrash = (props) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("path", { d: "M177.1 48h93.7c2.7 0 5.2 1.3 6.7 3.6l19 28.4h-145l19-28.4c1.5-2.2 4-3.6 6.7-3.6zm177.1 32-36.7-55.1C307.1 9.4 289.6 0 270.9 0h-93.8c-18.7 0-36.2 9.4-46.6 24.9L93.8 80H24C10.7 80 0 90.7 0 104s10.7 24 24 24h11.6l24 324.7c2.5 33.4 30.3 59.3 63.8 59.3h201.2c33.5 0 61.3-25.9 63.8-59.3l24-324.7H424c13.3 0 24-10.7 24-24s-10.7-24-24-24h-69.8m10.1 48-23.8 321.2c-.6 8.4-7.6 14.8-16 14.8H123.4c-8.4 0-15.3-6.5-16-14.8L83.7 128z" }) });
|
|
2799
2891
|
var Trash_default = SvgTrash;
|
|
2800
2892
|
|
|
2801
2893
|
// src/Icon/components/TrashSolid.tsx
|
|
2802
|
-
var
|
|
2803
|
-
var SvgTrashSolid = (props) => /* @__PURE__ */ (0,
|
|
2894
|
+
var import_jsx_runtime182 = require("@emotion/react/jsx-runtime");
|
|
2895
|
+
var SvgTrashSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("path", { d: "M135.2 17.7 128 32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7M416 128H32l21.2 339c1.6 25.3 22.6 45 47.9 45h245.8c25.3 0 46.3-19.7 47.9-45z" }) });
|
|
2804
2896
|
var TrashSolid_default = SvgTrashSolid;
|
|
2805
2897
|
|
|
2806
2898
|
// src/Icon/components/TreeDecorated.tsx
|
|
2807
|
-
var
|
|
2808
|
-
var SvgTreeDecorated = (props) => /* @__PURE__ */ (0,
|
|
2899
|
+
var import_jsx_runtime183 = require("@emotion/react/jsx-runtime");
|
|
2900
|
+
var SvgTreeDecorated = (props) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("path", { d: "M242.9 9.3C238.4 3.4 231.4 0 224 0s-14.4 3.4-18.9 9.3L66.8 186.9c-5.6 7.2-6.6 17-2.6 25.3s12.4 13.5 21.6 13.5h16.5L35.1 326.2c-4.9 7.4-5.4 16.8-1.2 24.6s12.3 12.7 21.2 12.7H79L4.1 474.6c-5 7.4-5.5 16.9-1.3 24.7S15.1 512 24 512h400c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.3-24.7L369 363.5h24c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-67.3-100.6h16.5c9.2 0 17.5-5.2 21.6-13.5s3-18-2.6-25.3zm-95.7 168.3h-12.3L224 63.1l89.1 114.5h-12.3c-8.9 0-17 4.9-21.2 12.7s-3.7 17.3 1.2 24.6L348 315.5h-24.2c-8.9 0-17 4.9-21.2 12.7s-3.7 17.3 1.3 24.7l75 111.1H69.1L144 352.9c5-7.4 5.5-16.9 1.3-24.7s-12.3-12.7-21.2-12.7H99.9l67.2-100.6c4.9-7.4 5.4-16.8 1.2-24.6s-12.3-12.7-21.2-12.7zM184 312a24 24 0 1 0 0-48 24 24 0 1 0 0 48m80-152a24 24 0 1 0-48 0 24 24 0 1 0 48 0m24 280a24 24 0 1 0 0-48 24 24 0 1 0 0 48" }) });
|
|
2809
2901
|
var TreeDecorated_default = SvgTreeDecorated;
|
|
2810
2902
|
|
|
2811
2903
|
// src/Icon/components/Trees.tsx
|
|
2812
|
-
var
|
|
2813
|
-
var SvgTrees = (props) => /* @__PURE__ */ (0,
|
|
2904
|
+
var import_jsx_runtime184 = require("@emotion/react/jsx-runtime");
|
|
2905
|
+
var SvgTrees = (props) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("path", { d: "M177.4 15.1c16-19 45.2-19 61.2 0l115.8 137.4c6 7.1 7.3 17.1 3.4 25.6S345.4 192 336 192h-14.1l64.8 81c5.8 7.2 6.9 17.1 2.9 25.4S377.2 312 368 312h-25.7l62.1 88h3.6V216c0-13.3 10.7-24 24-24s24 10.7 24 24v184h113.7l-69.3-98.2c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13h22.1l-64.8-81c-5.8-7.2-6.9-17.1-2.9-25.4s12.4-13.6 21.6-13.6h12.4L432 53.3l-59.9 71.1-32.2-36.3 61.5-73c16-19 45.2-19 61.2 0l115.8 137.4c6 7.1 7.3 17.1 3.4 25.6S569.4 192 560 192h-14.1l64.8 81c5.8 7.2 6.9 17.1 2.9 25.4S601.2 312 592 312h-25.7l69.3 98.2c5.2 7.3 5.8 16.9 1.7 24.9s-12.3 13-21.3 13H456v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V448H232v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40H24c-9 0-17.2-5-21.3-13s-3.5-17.6 1.7-24.9L73.7 312H48c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64.8-81H80c-9.3 0-17.8-5.4-21.8-13.9s-2.6-18.4 3.4-25.6zM256 400h89.7l-69.3-98.2c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13h22.1l-64.8-81c-5.8-7.2-6.9-17.1-2.9-25.4s12.4-13.6 21.6-13.6h12.4L208 53.3 131.6 144H144c9.2 0 17.6 5.3 21.6 13.6s2.9 18.2-2.9 25.4l-64.8 81H120c9 0 17.2 5 21.3 13s3.5 17.6-1.7 24.9L70.3 400H184V216c0-13.3 10.7-24 24-24s24 10.7 24 24v184z" }) });
|
|
2814
2906
|
var Trees_default = SvgTrees;
|
|
2815
2907
|
|
|
2816
2908
|
// src/Icon/components/TreeStand.tsx
|
|
2817
|
-
var
|
|
2818
|
-
var SvgTreeStand = (props) => /* @__PURE__ */ (0,
|
|
2819
|
-
/* @__PURE__ */ (0,
|
|
2909
|
+
var import_jsx_runtime185 = require("@emotion/react/jsx-runtime");
|
|
2910
|
+
var SvgTreeStand = (props) => /* @__PURE__ */ (0, import_jsx_runtime185.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: [
|
|
2911
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
2820
2912
|
"path",
|
|
2821
2913
|
{
|
|
2822
2914
|
fillRule: "evenodd",
|
|
@@ -2824,7 +2916,7 @@ var SvgTreeStand = (props) => /* @__PURE__ */ (0, import_jsx_runtime184.jsxs)("s
|
|
|
2824
2916
|
clipRule: "evenodd"
|
|
2825
2917
|
}
|
|
2826
2918
|
),
|
|
2827
|
-
/* @__PURE__ */ (0,
|
|
2919
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
2828
2920
|
"path",
|
|
2829
2921
|
{
|
|
2830
2922
|
fillRule: "evenodd",
|
|
@@ -2836,25 +2928,25 @@ var SvgTreeStand = (props) => /* @__PURE__ */ (0, import_jsx_runtime184.jsxs)("s
|
|
|
2836
2928
|
var TreeStand_default = SvgTreeStand;
|
|
2837
2929
|
|
|
2838
2930
|
// src/Icon/components/Turkey.tsx
|
|
2839
|
-
var
|
|
2840
|
-
var SvgTurkey = (props) => /* @__PURE__ */ (0,
|
|
2931
|
+
var import_jsx_runtime186 = require("@emotion/react/jsx-runtime");
|
|
2932
|
+
var SvgTurkey = (props) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("path", { d: "m31.65 15.836-1.157-1.929-1.157-1.543-2.122-2.893 2.315.772s-.772-1.543-1.35-2.507S26.829 6 25.67 6s-2.314.771-2.314 1.929c0 .578.193.964.386 1.542.386.579 2.314 3.086 2.314 3.086.193.386.193.964-.193 1.157-.193.193-.771.193-1.157.193-.964-.578-3.278-.578-4.05-.386-2.893.386-5.593 1.736-5.593 1.736L9.857 7.543C7.543 10.629 6.193 14.293 6 18.15c0 4.629 2.314 9.064 6.364 11.571 1.157-.578 3.279-1.928 3.279-1.928h4.243l.385 3.664c-.578 0-.771.579-.771 1.157h4.243c0-.578-.386-.964-.964-1.157h-1.543l-.386-3.664h4.436q2.315 0 4.05-1.157c2.121-1.35 3.471-3.857 3.664-6.557 0-1.543-.579-3.086-1.35-4.243" }) });
|
|
2841
2933
|
var Turkey_default = SvgTurkey;
|
|
2842
2934
|
|
|
2843
2935
|
// src/Icon/components/Upland.tsx
|
|
2844
|
-
var
|
|
2845
|
-
var SvgUpland = (props) => /* @__PURE__ */ (0,
|
|
2936
|
+
var import_jsx_runtime187 = require("@emotion/react/jsx-runtime");
|
|
2937
|
+
var SvgUpland = (props) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("path", { d: "M31.18 7.628a5.48 5.48 0 0 0-4.14.74 5.4 5.4 0 0 0-1.8 2 2.76 2.76 0 0 0-2.46 1.04l-3.64 4.6a13.44 13.44 0 0 0-10.5 7.24l-4.14 7.62 7-1.34h4.7a11.2 11.2 0 0 0 2.3-.26l.86-.22c5.54-1.68 9.74-7.58 8-13.52l3.14-1.66-2.7-1a2.44 2.44 0 0 0-.76-1.7 3.2 3.2 0 0 1 1.08-1.12 3.46 3.46 0 0 1 2.62-.46 3.5 3.5 0 0 1 2.16 1.48l1.6-1.1a5.44 5.44 0 0 0-3.32-2.34" }) });
|
|
2846
2938
|
var Upland_default = SvgUpland;
|
|
2847
2939
|
|
|
2848
2940
|
// src/Icon/components/User.tsx
|
|
2849
|
-
var
|
|
2850
|
-
var SvgUser = (props) => /* @__PURE__ */ (0,
|
|
2941
|
+
var import_jsx_runtime188 = require("@emotion/react/jsx-runtime");
|
|
2942
|
+
var SvgUser = (props) => /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
2851
2943
|
"svg",
|
|
2852
2944
|
{
|
|
2853
2945
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2854
2946
|
fill: "none",
|
|
2855
2947
|
viewBox: "0 0 26 26",
|
|
2856
2948
|
...props,
|
|
2857
|
-
children: /* @__PURE__ */ (0,
|
|
2949
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
2858
2950
|
"path",
|
|
2859
2951
|
{
|
|
2860
2952
|
fill: "currentColor",
|
|
@@ -2866,13 +2958,13 @@ var SvgUser = (props) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
|
2866
2958
|
var User_default = SvgUser;
|
|
2867
2959
|
|
|
2868
2960
|
// src/Icon/components/Users.tsx
|
|
2869
|
-
var
|
|
2870
|
-
var SvgUsers = (props) => /* @__PURE__ */ (0,
|
|
2961
|
+
var import_jsx_runtime189 = require("@emotion/react/jsx-runtime");
|
|
2962
|
+
var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)("path", { d: "M144 160a80 80 0 1 0 0-160 80 80 0 1 0 0 160m368 0a80 80 0 1 0 0-160 80 80 0 1 0 0 160M0 298.7C0 310.4 9.6 320 21.3 320h214.1c-26.6-23.5-43.3-57.8-43.3-96 0-7.6.7-15 1.9-22.3-13.6-6.3-28.7-9.7-44.6-9.7h-42.7C47.8 192 0 239.8 0 298.7M405.3 320h213.4c11.8 0 21.3-9.6 21.3-21.3 0-58.9-47.8-106.7-106.7-106.7h-42.6c-15.9 0-31 3.5-44.6 9.7 1.3 7.2 1.9 14.7 1.9 22.3 0 38.2-16.8 72.5-43.3 96h.7zM320 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96m0 144a96 96 0 1 0 0-192 96 96 0 1 0 0 192m-58.7 80h117.4c39.8 0 73.2 27.2 82.6 64H178.7c9.5-36.8 42.9-64 82.6-64m0-48C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.6c14.7 0 26.7-11.9 26.7-26.7 0-73.6-59.7-133.3-133.3-133.3z" }) });
|
|
2871
2963
|
var Users_default = SvgUsers;
|
|
2872
2964
|
|
|
2873
2965
|
// src/Icon/components/UserSolid.tsx
|
|
2874
|
-
var
|
|
2875
|
-
var SvgUserSolid = (props) => /* @__PURE__ */ (0,
|
|
2966
|
+
var import_jsx_runtime190 = require("@emotion/react/jsx-runtime");
|
|
2967
|
+
var SvgUserSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
2876
2968
|
"path",
|
|
2877
2969
|
{
|
|
2878
2970
|
fill: "currentColor",
|
|
@@ -2882,10 +2974,10 @@ var SvgUserSolid = (props) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)("sv
|
|
|
2882
2974
|
var UserSolid_default = SvgUserSolid;
|
|
2883
2975
|
|
|
2884
2976
|
// src/Icon/components/UsFlag.tsx
|
|
2885
|
-
var
|
|
2886
|
-
var SvgUsFlag = (props) => /* @__PURE__ */ (0,
|
|
2887
|
-
/* @__PURE__ */ (0,
|
|
2888
|
-
/* @__PURE__ */ (0,
|
|
2977
|
+
var import_jsx_runtime191 = require("@emotion/react/jsx-runtime");
|
|
2978
|
+
var SvgUsFlag = (props) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 200 106", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsxs)("g", { fill: "none", children: [
|
|
2979
|
+
/* @__PURE__ */ (0, import_jsx_runtime191.jsx)("path", { fill: "#B22234", d: "M0 .5h200V106H0z" }),
|
|
2980
|
+
/* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
2889
2981
|
"path",
|
|
2890
2982
|
{
|
|
2891
2983
|
fill: "#000",
|
|
@@ -2894,8 +2986,8 @@ var SvgUsFlag = (props) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("svg",
|
|
|
2894
2986
|
d: "M0 12.673h200m0 16.23H0m0 16.232h200m0 16.23H0m0 16.231h200m0 16.23H0"
|
|
2895
2987
|
}
|
|
2896
2988
|
),
|
|
2897
|
-
/* @__PURE__ */ (0,
|
|
2898
|
-
/* @__PURE__ */ (0,
|
|
2989
|
+
/* @__PURE__ */ (0, import_jsx_runtime191.jsx)("path", { fill: "#3C3B6E", d: "M0 .5h80v56.808H0z" }),
|
|
2990
|
+
/* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
2899
2991
|
"path",
|
|
2900
2992
|
{
|
|
2901
2993
|
fill: "#FFF",
|
|
@@ -2906,18 +2998,18 @@ var SvgUsFlag = (props) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("svg",
|
|
|
2906
2998
|
var UsFlag_default = SvgUsFlag;
|
|
2907
2999
|
|
|
2908
3000
|
// src/Icon/components/Water.tsx
|
|
2909
|
-
var
|
|
2910
|
-
var SvgWater = (props) => /* @__PURE__ */ (0,
|
|
3001
|
+
var import_jsx_runtime192 = require("@emotion/react/jsx-runtime");
|
|
3002
|
+
var SvgWater = (props) => /* @__PURE__ */ (0, import_jsx_runtime192.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime192.jsx)("path", { d: "M25.69 31.875c-2.064 0-4.125-2.063-6.189-2.063s-4.125 2.063-6.188 2.063-4.125-2.063-6.188-2.063c-1.34 0-2.785.928-4.125 1.547v4.125c1.34-.62 2.785-1.547 4.125-1.547 2.063 0 4.125 2.063 6.188 2.063s4.125-2.063 6.188-2.063c2.064 0 4.125 2.063 6.188 2.063 2.064 0 4.125-2.063 6.189-2.063 1.34 0 2.784.928 4.124 1.547v-4.125c-1.34-.619-2.784-1.547-4.124-1.547-2.064 0-4.125 2.063-6.189 2.063M31.878 21.563c-2.064 0-4.125 2.064-6.189 2.064s-4.124-2.064-6.188-2.064-4.125 2.064-6.188 2.064-4.125-2.064-6.188-2.064c-1.34 0-2.785.929-4.125 1.547v4.125c1.34-.619 2.785-1.547 4.125-1.547 2.063 0 4.125 2.064 6.188 2.064s4.125-2.064 6.188-2.064c2.064 0 4.125 2.064 6.188 2.064 2.064 0 4.125-2.064 6.189-2.064 1.34 0 2.784.928 4.124 1.547V23.11c-1.34-.618-2.784-1.547-4.124-1.547M24.659 14.346C24.659 11.459 19.5 3 19.5 3s-5.157 8.457-5.157 11.346c0 2.887 2.268 5.157 5.157 5.157 2.887 0 5.158-2.268 5.158-5.157" }) });
|
|
2911
3003
|
var Water_default = SvgWater;
|
|
2912
3004
|
|
|
2913
3005
|
// src/Icon/components/Waterfowl.tsx
|
|
2914
|
-
var
|
|
2915
|
-
var SvgWaterfowl = (props) => /* @__PURE__ */ (0,
|
|
3006
|
+
var import_jsx_runtime193 = require("@emotion/react/jsx-runtime");
|
|
3007
|
+
var SvgWaterfowl = (props) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("path", { d: "M32.91 6.168c-.598.533-1.55 1.228-2.364 1.734l-.312.193c-.33.206-1.35.766-1.957 1.07-2.366 1.193-4.8 2.16-8.585 3.41a176 176 0 0 1-3.6 1.157c-3.012.94-3.903 1.225-4.922 1.578-2.627.908-4.034 1.617-4.483 2.258-.404.581-.684 1.51-.687 2.282 0 .48.133 1.214.331 1.812.229.693.484 1.266 1.258 2.815.957 1.915 1.057 2.19 1.057 2.893-.003.47-.046.677-.225 1.062-.33.701-.96 1.296-1.872 1.772l-.296.154.04.068c.962 1.527 1.875 2.48 2.46 2.568.273.04.507-.117.684-.462.13-.255.296-.413.584-.557.532-.264 1.084-.38 3.043-.639 1.793-.233 2.461-.347 3.3-.562 2.277-.579 3.614-1.578 4.133-3.1.032-.1.06-.182.054-.182l-.25.082c-.576.198-1.372.375-2.021.45-.47.055-1.46.063-1.861.017-.495-.06-.544-.081-.318-.136 1.663-.405 2.812-.733 4.148-1.184 4.92-1.657 7.746-3.614 8.18-5.654.05-.236.066-.894.022-.937-.013-.014-.114.043-.242.141a19.5 19.5 0 0 1-5.539 2.945c-1.445.492-3.195.853-4.322.894l-.354.014.454-.134c4.078-1.203 7.417-2.839 9.628-4.716.321-.274.976-.92 1.22-1.209.886-1.046 1.418-2.108 1.622-3.233.06-.348.095-1.228.057-1.505l-.022-.16-.163.2c-.331.414-.956.992-1.556 1.44-1.728 1.3-4.401 2.536-7.653 3.546-1.54.478-3.467.975-4.78 1.233-.423.085-.583.098-.306.028.557-.139 2.605-.829 3.782-1.272 2.453-.923 4.86-2.086 6.723-3.246 4.154-2.587 6.265-5.494 6.157-8.482a4 4 0 0 0-.038-.538L33.099 6z" }) });
|
|
2916
3008
|
var Waterfowl_default = SvgWaterfowl;
|
|
2917
3009
|
|
|
2918
3010
|
// src/Icon/components/WaterTap.tsx
|
|
2919
|
-
var
|
|
2920
|
-
var SvgWaterTap = (props) => /* @__PURE__ */ (0,
|
|
3011
|
+
var import_jsx_runtime194 = require("@emotion/react/jsx-runtime");
|
|
3012
|
+
var SvgWaterTap = (props) => /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 39 39", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
2921
3013
|
"path",
|
|
2922
3014
|
{
|
|
2923
3015
|
fillRule: "evenodd",
|
|
@@ -2928,22 +3020,22 @@ var SvgWaterTap = (props) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg
|
|
|
2928
3020
|
var WaterTap_default = SvgWaterTap;
|
|
2929
3021
|
|
|
2930
3022
|
// src/Icon/components/Whitetail.tsx
|
|
2931
|
-
var
|
|
2932
|
-
var SvgWhitetail = (props) => /* @__PURE__ */ (0,
|
|
3023
|
+
var import_jsx_runtime195 = require("@emotion/react/jsx-runtime");
|
|
3024
|
+
var SvgWhitetail = (props) => /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("path", { d: "M21.76 4.557A.57.57 0 0 0 21.201 4a.53.53 0 0 0-.528.557c0 1.327.157 5.082.2 6.381.004.292-.075.58-.228.828-.386.614-1.142 1.828-1.556 2.47-.743 1.157-1.67.857-3.013.486-1.342-.372-1.242-1.071-1.427-2.37-.229-1.556-.5-4.426-.828-7.039a.514.514 0 0 0-.529-.514.557.557 0 0 0-.457.629c-.1 2.598-.228 5.425-.285 6.938 0 1.256-.4 1.784-1.428 1.77a9 9 0 0 1-1.427-.1 1.53 1.53 0 0 1-1.428-1.242c-.214-1.142-.742-4.682-.742-4.682 0-.357-.3-.557-.543-.514-.243.042-.385.314-.385.556 0 1.428.085 3.113.1 3.983 0 1.428-.429 1.585-1.428 1.428a1.185 1.185 0 0 1-1-1.056c-.114-.486-.228-.9-.356-1.614 0-.356-.314-.485-.5-.47A.46.46 0 0 0 3 10.81v1.428a3.34 3.34 0 0 0 3.155 3.354l9.051 1.67a2.63 2.63 0 0 1 1.828 1.186 3.87 3.87 0 0 1 .357 2.47l-.129.613 3.012 1.028a5.7 5.7 0 0 0 .457-3.44c0-.215-.157-.714-.3-1.428a3.16 3.16 0 0 1 .415-2.027l1.941-3.584c.174-.281.245-.614.2-.942-.285-1.342-.942-5.154-1.228-6.581" }) });
|
|
2933
3025
|
var Whitetail_default = SvgWhitetail;
|
|
2934
3026
|
|
|
2935
3027
|
// src/Icon/components/Xmark.tsx
|
|
2936
|
-
var
|
|
2937
|
-
var SvgXmark = (props) => /* @__PURE__ */ (0,
|
|
3028
|
+
var import_jsx_runtime196 = require("@emotion/react/jsx-runtime");
|
|
3029
|
+
var SvgXmark = (props) => /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { d: "M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119z" }) });
|
|
2938
3030
|
var Xmark_default = SvgXmark;
|
|
2939
3031
|
|
|
2940
3032
|
// src/Icon/components/YoutubeSquare.tsx
|
|
2941
|
-
var
|
|
2942
|
-
var SvgYoutubeSquare = (props) => /* @__PURE__ */ (0,
|
|
3033
|
+
var import_jsx_runtime197 = require("@emotion/react/jsx-runtime");
|
|
3034
|
+
var SvgYoutubeSquare = (props) => /* @__PURE__ */ (0, import_jsx_runtime197.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime197.jsx)("path", { d: "m9.173 8.353 4.675 2.657-4.675 2.657zM22 2.357v17.286A2.36 2.36 0 0 1 19.643 22H2.357A2.36 2.36 0 0 1 0 19.643V2.357A2.36 2.36 0 0 1 2.357 0h17.286A2.36 2.36 0 0 1 22 2.357m-2.063 8.658s0-2.927-.373-4.332a2.24 2.24 0 0 0-1.581-1.59c-1.39-.38-6.983-.38-6.983-.38s-5.593 0-6.983.378a2.24 2.24 0 0 0-1.581 1.591c-.373 1.4-.373 4.332-.373 4.332s0 2.927.373 4.331a2.21 2.21 0 0 0 1.581 1.567c1.39.373 6.983.373 6.983.373s5.593 0 6.983-.378a2.21 2.21 0 0 0 1.581-1.567c.373-1.4.373-4.326.373-4.326z" }) });
|
|
2943
3035
|
var YoutubeSquare_default = SvgYoutubeSquare;
|
|
2944
3036
|
|
|
2945
3037
|
// src/Icon/Icon.tsx
|
|
2946
|
-
var
|
|
3038
|
+
var import_jsx_runtime198 = require("@emotion/react/jsx-runtime");
|
|
2947
3039
|
var IconSizeMap = {
|
|
2948
3040
|
xsmall: {
|
|
2949
3041
|
width: 12,
|
|
@@ -2992,7 +3084,7 @@ var Icon = ({
|
|
|
2992
3084
|
if (!Component) {
|
|
2993
3085
|
throw new Error(`invalid variant [${variant}]`);
|
|
2994
3086
|
}
|
|
2995
|
-
return /* @__PURE__ */ (0,
|
|
3087
|
+
return /* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
2996
3088
|
Component,
|
|
2997
3089
|
{
|
|
2998
3090
|
css: iconStyles(size, setAutoHeight, fill),
|
|
@@ -3019,9 +3111,9 @@ var spinnerStyles = import_react3.css`
|
|
|
3019
3111
|
`;
|
|
3020
3112
|
|
|
3021
3113
|
// src/Spinner/Spinner.tsx
|
|
3022
|
-
var
|
|
3114
|
+
var import_jsx_runtime199 = require("@emotion/react/jsx-runtime");
|
|
3023
3115
|
var Spinner = ({ size = "medium", className, fill }) => {
|
|
3024
|
-
return /* @__PURE__ */ (0,
|
|
3116
|
+
return /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
3025
3117
|
Icon_default,
|
|
3026
3118
|
{
|
|
3027
3119
|
variant: "Spinner",
|
|
@@ -3309,7 +3401,7 @@ var labelStyles = (isVisible) => () => import_react4.css`
|
|
|
3309
3401
|
`;
|
|
3310
3402
|
|
|
3311
3403
|
// src/Button/Button.tsx
|
|
3312
|
-
var
|
|
3404
|
+
var import_jsx_runtime200 = require("@emotion/react/jsx-runtime");
|
|
3313
3405
|
var Button = import_react6.default.forwardRef(
|
|
3314
3406
|
({
|
|
3315
3407
|
as: Component = "button",
|
|
@@ -3328,7 +3420,7 @@ var Button = import_react6.default.forwardRef(
|
|
|
3328
3420
|
const componentType = Component === "button" ? type : void 0;
|
|
3329
3421
|
const sizeKey = `size${(0, import_lodash.upperFirst)(size)}`;
|
|
3330
3422
|
const isIconOnly = icon && !children;
|
|
3331
|
-
return /* @__PURE__ */ (0,
|
|
3423
|
+
return /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)(
|
|
3332
3424
|
Component,
|
|
3333
3425
|
{
|
|
3334
3426
|
ref,
|
|
@@ -3347,8 +3439,8 @@ var Button = import_react6.default.forwardRef(
|
|
|
3347
3439
|
...props,
|
|
3348
3440
|
children: [
|
|
3349
3441
|
icon,
|
|
3350
|
-
children && /* @__PURE__ */ (0,
|
|
3351
|
-
isLoading && /* @__PURE__ */ (0,
|
|
3442
|
+
children && /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("span", { css: [labelStyles(!isLoading), labelStyleOverrides], children }),
|
|
3443
|
+
isLoading && /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(Spinner_default2, { css: spinnerStyles2(variant) })
|
|
3352
3444
|
]
|
|
3353
3445
|
}
|
|
3354
3446
|
);
|
|
@@ -3359,7 +3451,7 @@ var Button_default = Button;
|
|
|
3359
3451
|
|
|
3360
3452
|
// src/Box/Container.tsx
|
|
3361
3453
|
var import_react7 = require("@emotion/react");
|
|
3362
|
-
var
|
|
3454
|
+
var import_jsx_runtime201 = require("@emotion/react/jsx-runtime");
|
|
3363
3455
|
var baseStyles = import_react7.css`
|
|
3364
3456
|
width: 100%;
|
|
3365
3457
|
margin: 0 auto;
|
|
@@ -3393,7 +3485,7 @@ var Container = ({
|
|
|
3393
3485
|
isFullWidth = false,
|
|
3394
3486
|
...props
|
|
3395
3487
|
}) => {
|
|
3396
|
-
return /* @__PURE__ */ (0,
|
|
3488
|
+
return /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
|
|
3397
3489
|
Box_default,
|
|
3398
3490
|
{
|
|
3399
3491
|
css: [baseStyles, isFullWidth && fullWidthStyles],
|
|
@@ -3595,7 +3687,7 @@ var textFontWeightStyles = {
|
|
|
3595
3687
|
};
|
|
3596
3688
|
|
|
3597
3689
|
// src/Typography/Heading.tsx
|
|
3598
|
-
var
|
|
3690
|
+
var import_jsx_runtime202 = require("@emotion/react/jsx-runtime");
|
|
3599
3691
|
var SIZE_TO_ELEMENT_MAP = {
|
|
3600
3692
|
xl: "h1",
|
|
3601
3693
|
lg: "h2",
|
|
@@ -3620,12 +3712,12 @@ var Heading = ({
|
|
|
3620
3712
|
uppercase,
|
|
3621
3713
|
textAlign,
|
|
3622
3714
|
textWrap = "pretty",
|
|
3623
|
-
color: color2,
|
|
3715
|
+
color: color2 = "var(--color-text-primary)",
|
|
3624
3716
|
fontWeight,
|
|
3625
3717
|
...props
|
|
3626
3718
|
}) => {
|
|
3627
3719
|
const elementType = as != null ? as : SIZE_TO_ELEMENT_MAP[size];
|
|
3628
|
-
return /* @__PURE__ */ (0,
|
|
3720
|
+
return /* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
3629
3721
|
StyledHeading,
|
|
3630
3722
|
{
|
|
3631
3723
|
as: elementType,
|
|
@@ -3772,7 +3864,7 @@ var textWrapStyles2 = {
|
|
|
3772
3864
|
};
|
|
3773
3865
|
|
|
3774
3866
|
// src/Typography/Text.tsx
|
|
3775
|
-
var
|
|
3867
|
+
var import_jsx_runtime203 = require("@emotion/react/jsx-runtime");
|
|
3776
3868
|
var StyledText = (0, import_styled3.default)("p")`
|
|
3777
3869
|
${({ size = "md" }) => textSizeStyles[size]}
|
|
3778
3870
|
${({ fontWeight = "normal" }) => textFontWeightStyles2[fontWeight]}
|
|
@@ -3794,7 +3886,7 @@ var Text = ({
|
|
|
3794
3886
|
...props
|
|
3795
3887
|
}) => {
|
|
3796
3888
|
const elementType = as;
|
|
3797
|
-
return /* @__PURE__ */ (0,
|
|
3889
|
+
return /* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
3798
3890
|
StyledText,
|
|
3799
3891
|
{
|
|
3800
3892
|
as: elementType,
|
|
@@ -3813,7 +3905,7 @@ var Text = ({
|
|
|
3813
3905
|
var Text_default = Text;
|
|
3814
3906
|
|
|
3815
3907
|
// src/IconLabel/IconLabel.tsx
|
|
3816
|
-
var
|
|
3908
|
+
var import_jsx_runtime204 = require("@emotion/react/jsx-runtime");
|
|
3817
3909
|
var IconLabel = ({
|
|
3818
3910
|
variant,
|
|
3819
3911
|
label,
|
|
@@ -3822,7 +3914,7 @@ var IconLabel = ({
|
|
|
3822
3914
|
className,
|
|
3823
3915
|
...rest
|
|
3824
3916
|
}) => {
|
|
3825
|
-
return /* @__PURE__ */ (0,
|
|
3917
|
+
return /* @__PURE__ */ (0, import_jsx_runtime204.jsxs)(
|
|
3826
3918
|
Box_default,
|
|
3827
3919
|
{
|
|
3828
3920
|
display: "flex",
|
|
@@ -3831,8 +3923,8 @@ var IconLabel = ({
|
|
|
3831
3923
|
className,
|
|
3832
3924
|
...rest,
|
|
3833
3925
|
children: [
|
|
3834
|
-
/* @__PURE__ */ (0,
|
|
3835
|
-
/* @__PURE__ */ (0,
|
|
3926
|
+
/* @__PURE__ */ (0, import_jsx_runtime204.jsx)(Icon_default, { variant, size: iconSize }),
|
|
3927
|
+
/* @__PURE__ */ (0, import_jsx_runtime204.jsx)(Text_default, { size: labelSize, fontWeight: "semibold", children: label })
|
|
3836
3928
|
]
|
|
3837
3929
|
}
|
|
3838
3930
|
);
|
|
@@ -4064,7 +4156,7 @@ var tableWrapperStyles = import_react10.css`
|
|
|
4064
4156
|
`;
|
|
4065
4157
|
|
|
4066
4158
|
// src/MarkdownContent/MarkdownContent.tsx
|
|
4067
|
-
var
|
|
4159
|
+
var import_jsx_runtime205 = require("@emotion/react/jsx-runtime");
|
|
4068
4160
|
var CodeBlock = ({
|
|
4069
4161
|
children,
|
|
4070
4162
|
className,
|
|
@@ -4082,16 +4174,16 @@ var CodeBlock = ({
|
|
|
4082
4174
|
console.error("Failed to copy text: ", err);
|
|
4083
4175
|
}
|
|
4084
4176
|
};
|
|
4085
|
-
return /* @__PURE__ */ (0,
|
|
4177
|
+
return /* @__PURE__ */ (0, import_jsx_runtime205.jsxs)(
|
|
4086
4178
|
"div",
|
|
4087
4179
|
{
|
|
4088
4180
|
css: codeBlockStyles,
|
|
4089
4181
|
onMouseEnter: () => setIsHovered(true),
|
|
4090
4182
|
onMouseLeave: () => setIsHovered(false),
|
|
4091
4183
|
children: [
|
|
4092
|
-
/* @__PURE__ */ (0,
|
|
4093
|
-
/* @__PURE__ */ (0,
|
|
4094
|
-
enableCopy && /* @__PURE__ */ (0,
|
|
4184
|
+
/* @__PURE__ */ (0, import_jsx_runtime205.jsxs)("div", { css: codeBlockHeaderStyles, children: [
|
|
4185
|
+
/* @__PURE__ */ (0, import_jsx_runtime205.jsx)("span", { css: codeBlockLanguageStyles, children: language }),
|
|
4186
|
+
enableCopy && /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4095
4187
|
"button",
|
|
4096
4188
|
{
|
|
4097
4189
|
onClick: handleCopy,
|
|
@@ -4100,32 +4192,32 @@ var CodeBlock = ({
|
|
|
4100
4192
|
}
|
|
4101
4193
|
)
|
|
4102
4194
|
] }),
|
|
4103
|
-
/* @__PURE__ */ (0,
|
|
4195
|
+
/* @__PURE__ */ (0, import_jsx_runtime205.jsx)("pre", { css: codeBlockPreStyles, children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("code", { children }) })
|
|
4104
4196
|
]
|
|
4105
4197
|
}
|
|
4106
4198
|
);
|
|
4107
4199
|
};
|
|
4108
4200
|
var InlineCode = ({ children }) => {
|
|
4109
|
-
return /* @__PURE__ */ (0,
|
|
4201
|
+
return /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("code", { css: inlineCodeStyles, children });
|
|
4110
4202
|
};
|
|
4111
4203
|
var TableWrapper = ({
|
|
4112
4204
|
children
|
|
4113
4205
|
}) => {
|
|
4114
|
-
return /* @__PURE__ */ (0,
|
|
4206
|
+
return /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("div", { css: tableWrapperStyles, children });
|
|
4115
4207
|
};
|
|
4116
4208
|
var MarkdownContent = ({
|
|
4117
4209
|
content,
|
|
4118
4210
|
className,
|
|
4119
4211
|
enableCodeCopy = true
|
|
4120
4212
|
}) => {
|
|
4121
|
-
return /* @__PURE__ */ (0,
|
|
4213
|
+
return /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("div", { className, css: markdownContentStyles, children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4122
4214
|
import_markdown_to_jsx.default,
|
|
4123
4215
|
{
|
|
4124
4216
|
options: {
|
|
4125
4217
|
overrides: {
|
|
4126
4218
|
// Headings - use design system Heading component with spacing
|
|
4127
4219
|
h1: {
|
|
4128
|
-
component: ({ children }) => /* @__PURE__ */ (0,
|
|
4220
|
+
component: ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4129
4221
|
Heading_default,
|
|
4130
4222
|
{
|
|
4131
4223
|
size: "lg",
|
|
@@ -4139,7 +4231,7 @@ var MarkdownContent = ({
|
|
|
4139
4231
|
)
|
|
4140
4232
|
},
|
|
4141
4233
|
h2: {
|
|
4142
|
-
component: ({ children }) => /* @__PURE__ */ (0,
|
|
4234
|
+
component: ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4143
4235
|
Heading_default,
|
|
4144
4236
|
{
|
|
4145
4237
|
size: "md",
|
|
@@ -4153,7 +4245,7 @@ var MarkdownContent = ({
|
|
|
4153
4245
|
)
|
|
4154
4246
|
},
|
|
4155
4247
|
h3: {
|
|
4156
|
-
component: ({ children }) => /* @__PURE__ */ (0,
|
|
4248
|
+
component: ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4157
4249
|
Heading_default,
|
|
4158
4250
|
{
|
|
4159
4251
|
size: "sm",
|
|
@@ -4167,7 +4259,7 @@ var MarkdownContent = ({
|
|
|
4167
4259
|
)
|
|
4168
4260
|
},
|
|
4169
4261
|
h4: {
|
|
4170
|
-
component: ({ children }) => /* @__PURE__ */ (0,
|
|
4262
|
+
component: ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4171
4263
|
Heading_default,
|
|
4172
4264
|
{
|
|
4173
4265
|
size: "xs",
|
|
@@ -4181,7 +4273,7 @@ var MarkdownContent = ({
|
|
|
4181
4273
|
)
|
|
4182
4274
|
},
|
|
4183
4275
|
h5: {
|
|
4184
|
-
component: ({ children }) => /* @__PURE__ */ (0,
|
|
4276
|
+
component: ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4185
4277
|
Heading_default,
|
|
4186
4278
|
{
|
|
4187
4279
|
size: "2xs",
|
|
@@ -4195,7 +4287,7 @@ var MarkdownContent = ({
|
|
|
4195
4287
|
)
|
|
4196
4288
|
},
|
|
4197
4289
|
h6: {
|
|
4198
|
-
component: ({ children }) => /* @__PURE__ */ (0,
|
|
4290
|
+
component: ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4199
4291
|
Heading_default,
|
|
4200
4292
|
{
|
|
4201
4293
|
size: "2xs",
|
|
@@ -4210,7 +4302,7 @@ var MarkdownContent = ({
|
|
|
4210
4302
|
},
|
|
4211
4303
|
// Paragraphs - use design system Text component with spacing
|
|
4212
4304
|
p: {
|
|
4213
|
-
component: ({ children }) => /* @__PURE__ */ (0,
|
|
4305
|
+
component: ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4214
4306
|
Text_default,
|
|
4215
4307
|
{
|
|
4216
4308
|
size: "md",
|
|
@@ -4234,7 +4326,7 @@ var MarkdownContent = ({
|
|
|
4234
4326
|
const codeChildren = codeProps.children || "";
|
|
4235
4327
|
const match = /lang-(\w+)/.exec(codeClassName);
|
|
4236
4328
|
const language = match ? match[1] : "text";
|
|
4237
|
-
return /* @__PURE__ */ (0,
|
|
4329
|
+
return /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
4238
4330
|
CodeBlock,
|
|
4239
4331
|
{
|
|
4240
4332
|
className: `language-${language}`,
|
|
@@ -4247,14 +4339,14 @@ var MarkdownContent = ({
|
|
|
4247
4339
|
// Override code tag for inline code only
|
|
4248
4340
|
code: {
|
|
4249
4341
|
component: ({ children }) => {
|
|
4250
|
-
return /* @__PURE__ */ (0,
|
|
4342
|
+
return /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(InlineCode, { children });
|
|
4251
4343
|
}
|
|
4252
4344
|
},
|
|
4253
4345
|
table: {
|
|
4254
4346
|
component: ({
|
|
4255
4347
|
children,
|
|
4256
4348
|
...props
|
|
4257
|
-
}) => /* @__PURE__ */ (0,
|
|
4349
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(TableWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("table", { ...props, children }) })
|
|
4258
4350
|
}
|
|
4259
4351
|
}
|
|
4260
4352
|
},
|
|
@@ -4302,7 +4394,7 @@ var imageStyles = import_react13.css`
|
|
|
4302
4394
|
`;
|
|
4303
4395
|
|
|
4304
4396
|
// src/AIResponse/components/TopMatchingFieldNote/TopMatchingFieldNote.tsx
|
|
4305
|
-
var
|
|
4397
|
+
var import_jsx_runtime206 = require("@emotion/react/jsx-runtime");
|
|
4306
4398
|
var TopMatchingFieldNote = ({
|
|
4307
4399
|
author,
|
|
4308
4400
|
datePosted,
|
|
@@ -4311,9 +4403,9 @@ var TopMatchingFieldNote = ({
|
|
|
4311
4403
|
title = "Top matching field note",
|
|
4312
4404
|
className
|
|
4313
4405
|
}) => {
|
|
4314
|
-
return /* @__PURE__ */ (0,
|
|
4315
|
-
/* @__PURE__ */ (0,
|
|
4316
|
-
/* @__PURE__ */ (0,
|
|
4406
|
+
return /* @__PURE__ */ (0, import_jsx_runtime206.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-4)", children: [
|
|
4407
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(Heading_default, { size: "2xs", fontWeight: "bold", color: "var(--text-primary)", children: title }),
|
|
4408
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsxs)(
|
|
4317
4409
|
Box_default,
|
|
4318
4410
|
{
|
|
4319
4411
|
display: "flex",
|
|
@@ -4325,8 +4417,8 @@ var TopMatchingFieldNote = ({
|
|
|
4325
4417
|
minWidth: "335px",
|
|
4326
4418
|
className,
|
|
4327
4419
|
children: [
|
|
4328
|
-
/* @__PURE__ */ (0,
|
|
4329
|
-
images.length > 0 && /* @__PURE__ */ (0,
|
|
4420
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(Text_default, { size: "md", color: "var(--text-primary)", children: content }),
|
|
4421
|
+
images.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
4330
4422
|
"div",
|
|
4331
4423
|
{
|
|
4332
4424
|
css: imageStyles,
|
|
@@ -4335,9 +4427,9 @@ var TopMatchingFieldNote = ({
|
|
|
4335
4427
|
}
|
|
4336
4428
|
}
|
|
4337
4429
|
),
|
|
4338
|
-
/* @__PURE__ */ (0,
|
|
4339
|
-
/* @__PURE__ */ (0,
|
|
4340
|
-
/* @__PURE__ */ (0,
|
|
4430
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsxs)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-2)", children: [
|
|
4431
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(Icon_default, { variant: "IconFieldNotesUpdates", size: "large" }),
|
|
4432
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsxs)(Text_default, { size: "xs", color: "var(--text-primary)", children: [
|
|
4341
4433
|
author,
|
|
4342
4434
|
" shared an update \u2022 ",
|
|
4343
4435
|
datePosted
|
|
@@ -4350,7 +4442,7 @@ var TopMatchingFieldNote = ({
|
|
|
4350
4442
|
};
|
|
4351
4443
|
|
|
4352
4444
|
// src/AIResponse/components/TopMatchingReview/TopMatchingReview.tsx
|
|
4353
|
-
var
|
|
4445
|
+
var import_jsx_runtime207 = require("@emotion/react/jsx-runtime");
|
|
4354
4446
|
var TopMatchingReview = ({
|
|
4355
4447
|
author,
|
|
4356
4448
|
datePosted,
|
|
@@ -4359,9 +4451,9 @@ var TopMatchingReview = ({
|
|
|
4359
4451
|
title = "Top matching review",
|
|
4360
4452
|
className
|
|
4361
4453
|
}) => {
|
|
4362
|
-
return /* @__PURE__ */ (0,
|
|
4363
|
-
/* @__PURE__ */ (0,
|
|
4364
|
-
/* @__PURE__ */ (0,
|
|
4454
|
+
return /* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-4)", children: [
|
|
4455
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsx)(Heading_default, { size: "2xs", fontWeight: "bold", color: "var(--text-primary)", children: title }),
|
|
4456
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(
|
|
4365
4457
|
Box_default,
|
|
4366
4458
|
{
|
|
4367
4459
|
display: "flex",
|
|
@@ -4373,10 +4465,10 @@ var TopMatchingReview = ({
|
|
|
4373
4465
|
minWidth: "335px",
|
|
4374
4466
|
className,
|
|
4375
4467
|
children: [
|
|
4376
|
-
/* @__PURE__ */ (0,
|
|
4377
|
-
/* @__PURE__ */ (0,
|
|
4378
|
-
/* @__PURE__ */ (0,
|
|
4379
|
-
/* @__PURE__ */ (0,
|
|
4468
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsx)(Text_default, { size: "md", color: "var(--text-primary)", children: content }),
|
|
4469
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-2)", children: [
|
|
4470
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsx)(Icon_default, { variant: "StarSolid", size: "large" }),
|
|
4471
|
+
/* @__PURE__ */ (0, import_jsx_runtime207.jsxs)(Text_default, { size: "xs", color: "var(--text-primary)", children: [
|
|
4380
4472
|
"This review was posted by ",
|
|
4381
4473
|
author,
|
|
4382
4474
|
" on ",
|
|
@@ -4393,7 +4485,7 @@ var TopMatchingReview = ({
|
|
|
4393
4485
|
};
|
|
4394
4486
|
|
|
4395
4487
|
// src/AIResponse/AIResponse.tsx
|
|
4396
|
-
var
|
|
4488
|
+
var import_jsx_runtime208 = require("@emotion/react/jsx-runtime");
|
|
4397
4489
|
var AIResponse = ({
|
|
4398
4490
|
title = `Here's what I found`,
|
|
4399
4491
|
showDisclaimer = true,
|
|
@@ -4451,7 +4543,7 @@ var AIResponse = ({
|
|
|
4451
4543
|
}
|
|
4452
4544
|
};
|
|
4453
4545
|
}, []);
|
|
4454
|
-
return /* @__PURE__ */ (0,
|
|
4546
|
+
return /* @__PURE__ */ (0, import_jsx_runtime208.jsxs)(
|
|
4455
4547
|
Box_default,
|
|
4456
4548
|
{
|
|
4457
4549
|
className,
|
|
@@ -4459,10 +4551,10 @@ var AIResponse = ({
|
|
|
4459
4551
|
flexDirection: "column",
|
|
4460
4552
|
gap: "var(--spacing-4)",
|
|
4461
4553
|
children: [
|
|
4462
|
-
variant !== "error" && /* @__PURE__ */ (0,
|
|
4463
|
-
/* @__PURE__ */ (0,
|
|
4464
|
-
variant === "error" ? /* @__PURE__ */ (0,
|
|
4465
|
-
contactLandownerUrl && variant !== "error" && /* @__PURE__ */ (0,
|
|
4554
|
+
variant !== "error" && /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(Heading_default, { size: "2xs", fontWeight: "bold", color: "var(--text-primary)", children: title }),
|
|
4555
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsxs)("div", { css: getBannerStyles(variant), children: [
|
|
4556
|
+
variant === "error" ? /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(Text_default, { size: "md", color: "var(--text-primary)", children: "An error occurred while generating your summary. Please try again." }) : markdown && typeof children === "string" ? /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(MarkdownContent_default, { content: children, enableCodeCopy }) : /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(Text_default, { size: "md", color: "var(--text-primary)", children }),
|
|
4557
|
+
contactLandownerUrl && variant !== "error" && /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
4466
4558
|
Button_default,
|
|
4467
4559
|
{
|
|
4468
4560
|
variant: "primary",
|
|
@@ -4475,32 +4567,32 @@ var AIResponse = ({
|
|
|
4475
4567
|
children: contactLandownerButtonText
|
|
4476
4568
|
}
|
|
4477
4569
|
),
|
|
4478
|
-
variant !== "error" && showDisclaimer && /* @__PURE__ */ (0,
|
|
4479
|
-
/* @__PURE__ */ (0,
|
|
4480
|
-
/* @__PURE__ */ (0,
|
|
4570
|
+
variant !== "error" && showDisclaimer && /* @__PURE__ */ (0, import_jsx_runtime208.jsxs)(Box_default, { display: "flex", gap: "var(--spacing-1)", alignItems: "center", children: [
|
|
4571
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)(Icon_default, { variant: "AiMagic", size: "large" }),
|
|
4572
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)(Text_default, { size: "xs", color: "var(--text-primary)", children: "This AI summary was generated from the property information from this package. This answer may display incorrect information." })
|
|
4481
4573
|
] }),
|
|
4482
|
-
variant === "error" && /* @__PURE__ */ (0,
|
|
4574
|
+
variant === "error" && /* @__PURE__ */ (0, import_jsx_runtime208.jsx)("div", { css: errorRetryStyles, children: /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
4483
4575
|
Button_default,
|
|
4484
4576
|
{
|
|
4485
4577
|
variant: "secondary",
|
|
4486
4578
|
size: "md",
|
|
4487
4579
|
onClick: onErrorRetry,
|
|
4488
|
-
icon: /* @__PURE__ */ (0,
|
|
4489
|
-
children: /* @__PURE__ */ (0,
|
|
4580
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(Icon_default, { variant: "ArrowRotateLeft" }),
|
|
4581
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(Text_default, { size: "sm", fontWeight: "bold", children: "Try Again" })
|
|
4490
4582
|
}
|
|
4491
4583
|
) })
|
|
4492
4584
|
] }),
|
|
4493
|
-
showHelpfulQuestion && variant !== "error" && /* @__PURE__ */ (0,
|
|
4494
|
-
/* @__PURE__ */ (0,
|
|
4495
|
-
/* @__PURE__ */ (0,
|
|
4496
|
-
/* @__PURE__ */ (0,
|
|
4585
|
+
showHelpfulQuestion && variant !== "error" && /* @__PURE__ */ (0, import_jsx_runtime208.jsxs)("div", { css: footerStyles, children: [
|
|
4586
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)(Text_default, { size: "md", color: "var(--text-primary)", children: "Was this helpful?" }),
|
|
4587
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsxs)("div", { css: actionsStyles, children: [
|
|
4588
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
4497
4589
|
Button_default,
|
|
4498
4590
|
{
|
|
4499
4591
|
variant: "text",
|
|
4500
4592
|
size: "xs",
|
|
4501
4593
|
onClick: handleHelpfulYes,
|
|
4502
4594
|
"aria-pressed": visualHelpful === "yes",
|
|
4503
|
-
children: /* @__PURE__ */ (0,
|
|
4595
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
4504
4596
|
IconLabel_default,
|
|
4505
4597
|
{
|
|
4506
4598
|
variant: visualHelpful === "yes" ? "ThumbsUpSolid" : "ThumbsUp",
|
|
@@ -4509,14 +4601,14 @@ var AIResponse = ({
|
|
|
4509
4601
|
)
|
|
4510
4602
|
}
|
|
4511
4603
|
),
|
|
4512
|
-
/* @__PURE__ */ (0,
|
|
4604
|
+
/* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
4513
4605
|
Button_default,
|
|
4514
4606
|
{
|
|
4515
4607
|
variant: "text",
|
|
4516
4608
|
size: "xs",
|
|
4517
4609
|
onClick: handleHelpfulNo,
|
|
4518
4610
|
"aria-pressed": visualHelpful === "no",
|
|
4519
|
-
children: /* @__PURE__ */ (0,
|
|
4611
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
4520
4612
|
IconLabel_default,
|
|
4521
4613
|
{
|
|
4522
4614
|
variant: visualHelpful === "no" ? "ThumbsDownSolid" : "ThumbsDown",
|
|
@@ -4527,14 +4619,14 @@ var AIResponse = ({
|
|
|
4527
4619
|
)
|
|
4528
4620
|
] })
|
|
4529
4621
|
] }),
|
|
4530
|
-
topMatchingReview && variant !== "error" && /* @__PURE__ */ (0,
|
|
4622
|
+
topMatchingReview && variant !== "error" && /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
4531
4623
|
TopMatchingReview,
|
|
4532
4624
|
{
|
|
4533
4625
|
...topMatchingReview,
|
|
4534
4626
|
title: topMatchingReviewTitle
|
|
4535
4627
|
}
|
|
4536
4628
|
),
|
|
4537
|
-
topMatchingFieldNote && variant !== "error" && /* @__PURE__ */ (0,
|
|
4629
|
+
topMatchingFieldNote && variant !== "error" && /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
4538
4630
|
TopMatchingFieldNote,
|
|
4539
4631
|
{
|
|
4540
4632
|
...topMatchingFieldNote,
|
|
@@ -4573,13 +4665,13 @@ var availabilityBadgeVariantStyles = {
|
|
|
4573
4665
|
};
|
|
4574
4666
|
|
|
4575
4667
|
// src/AvailabilityBadge/AvailabilityBadge.tsx
|
|
4576
|
-
var
|
|
4668
|
+
var import_jsx_runtime209 = require("@emotion/react/jsx-runtime");
|
|
4577
4669
|
var AvailabilityBadge = ({
|
|
4578
4670
|
children,
|
|
4579
4671
|
variant,
|
|
4580
4672
|
className
|
|
4581
4673
|
}) => {
|
|
4582
|
-
return /* @__PURE__ */ (0,
|
|
4674
|
+
return /* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
4583
4675
|
Box_default,
|
|
4584
4676
|
{
|
|
4585
4677
|
display: "inline-flex",
|
|
@@ -4589,7 +4681,7 @@ var AvailabilityBadge = ({
|
|
|
4589
4681
|
borderRadius: "var(--spacing-2)",
|
|
4590
4682
|
css: availabilityBadgeVariantStyles[variant],
|
|
4591
4683
|
className,
|
|
4592
|
-
children: /* @__PURE__ */ (0,
|
|
4684
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime209.jsx)(Text_default, { size: "xs", fontWeight: "bold", children })
|
|
4593
4685
|
}
|
|
4594
4686
|
);
|
|
4595
4687
|
};
|
|
@@ -4651,7 +4743,7 @@ var avatarFallbackStyles = import_react16.css`
|
|
|
4651
4743
|
`;
|
|
4652
4744
|
|
|
4653
4745
|
// src/Avatar/Avatar.tsx
|
|
4654
|
-
var
|
|
4746
|
+
var import_jsx_runtime210 = require("@emotion/react/jsx-runtime");
|
|
4655
4747
|
var Avatar = ({
|
|
4656
4748
|
type = "image",
|
|
4657
4749
|
src,
|
|
@@ -4701,7 +4793,7 @@ var Avatar = ({
|
|
|
4701
4793
|
};
|
|
4702
4794
|
if (type === "text" && text) {
|
|
4703
4795
|
const initials = getInitials(text);
|
|
4704
|
-
return /* @__PURE__ */ (0,
|
|
4796
|
+
return /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
4705
4797
|
"div",
|
|
4706
4798
|
{
|
|
4707
4799
|
css: [
|
|
@@ -4716,7 +4808,7 @@ var Avatar = ({
|
|
|
4716
4808
|
);
|
|
4717
4809
|
}
|
|
4718
4810
|
if (type === "image" && src && !hasImageError) {
|
|
4719
|
-
return /* @__PURE__ */ (0,
|
|
4811
|
+
return /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
4720
4812
|
"img",
|
|
4721
4813
|
{
|
|
4722
4814
|
src,
|
|
@@ -4727,13 +4819,13 @@ var Avatar = ({
|
|
|
4727
4819
|
}
|
|
4728
4820
|
);
|
|
4729
4821
|
}
|
|
4730
|
-
return /* @__PURE__ */ (0,
|
|
4822
|
+
return /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
4731
4823
|
"div",
|
|
4732
4824
|
{
|
|
4733
4825
|
css: [avatarFallbackStyles, avatarSizeStyles[size]],
|
|
4734
4826
|
className,
|
|
4735
4827
|
title: alt,
|
|
4736
|
-
children: /* @__PURE__ */ (0,
|
|
4828
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
4737
4829
|
Icon_default,
|
|
4738
4830
|
{
|
|
4739
4831
|
variant: "User",
|
|
@@ -4766,13 +4858,13 @@ var dividerStyles = import_react19.css`
|
|
|
4766
4858
|
`;
|
|
4767
4859
|
|
|
4768
4860
|
// src/Divider/Divider.tsx
|
|
4769
|
-
var
|
|
4861
|
+
var import_jsx_runtime211 = require("@emotion/react/jsx-runtime");
|
|
4770
4862
|
var StyledHr = import_styled4.default.hr`
|
|
4771
4863
|
${dividerStyles}
|
|
4772
4864
|
${import_styled_system2.space}
|
|
4773
4865
|
`;
|
|
4774
4866
|
var Divider = ({ className, ...rest }) => {
|
|
4775
|
-
return /* @__PURE__ */ (0,
|
|
4867
|
+
return /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(StyledHr, { className, ...rest });
|
|
4776
4868
|
};
|
|
4777
4869
|
var Divider_default = Divider;
|
|
4778
4870
|
|
|
@@ -4845,7 +4937,7 @@ var textareaWithSubmit = import_react20.css`
|
|
|
4845
4937
|
`;
|
|
4846
4938
|
|
|
4847
4939
|
// src/Form/TextArea.tsx
|
|
4848
|
-
var
|
|
4940
|
+
var import_jsx_runtime212 = require("@emotion/react/jsx-runtime");
|
|
4849
4941
|
var TextArea = (0, import_react22.forwardRef)(
|
|
4850
4942
|
({
|
|
4851
4943
|
rows = 3,
|
|
@@ -4903,8 +4995,8 @@ var TextArea = (0, import_react22.forwardRef)(
|
|
|
4903
4995
|
onSubmit();
|
|
4904
4996
|
}
|
|
4905
4997
|
};
|
|
4906
|
-
return /* @__PURE__ */ (0,
|
|
4907
|
-
/* @__PURE__ */ (0,
|
|
4998
|
+
return /* @__PURE__ */ (0, import_jsx_runtime212.jsxs)("div", { css: wrapperStyles, children: [
|
|
4999
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
4908
5000
|
"textarea",
|
|
4909
5001
|
{
|
|
4910
5002
|
ref: (node) => {
|
|
@@ -4934,14 +5026,14 @@ var TextArea = (0, import_react22.forwardRef)(
|
|
|
4934
5026
|
...props
|
|
4935
5027
|
}
|
|
4936
5028
|
),
|
|
4937
|
-
showSubmit && /* @__PURE__ */ (0,
|
|
5029
|
+
showSubmit && /* @__PURE__ */ (0, import_jsx_runtime212.jsx)("div", { css: submitButtonContainer, children: /* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
4938
5030
|
Button_default,
|
|
4939
5031
|
{
|
|
4940
5032
|
size: "xs",
|
|
4941
5033
|
"aria-label": submitAriaLabel,
|
|
4942
5034
|
onClick: onSubmit,
|
|
4943
5035
|
disabled: disabled || submitDisabled,
|
|
4944
|
-
icon: /* @__PURE__ */ (0,
|
|
5036
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
4945
5037
|
Icon_default,
|
|
4946
5038
|
{
|
|
4947
5039
|
variant: "PaperPlane",
|
|
@@ -4989,15 +5081,15 @@ var contentStyles = import_react23.css`
|
|
|
4989
5081
|
`;
|
|
4990
5082
|
|
|
4991
5083
|
// src/MessageBubble/MessageBubble.tsx
|
|
4992
|
-
var
|
|
5084
|
+
var import_jsx_runtime213 = require("@emotion/react/jsx-runtime");
|
|
4993
5085
|
var MessageBubble = ({
|
|
4994
5086
|
variant = "sent",
|
|
4995
5087
|
timestamp,
|
|
4996
5088
|
className,
|
|
4997
5089
|
children
|
|
4998
5090
|
}) => {
|
|
4999
|
-
return /* @__PURE__ */ (0,
|
|
5000
|
-
timestamp && /* @__PURE__ */ (0,
|
|
5091
|
+
return /* @__PURE__ */ (0, import_jsx_runtime213.jsxs)("div", { className, css: getRootStyles(variant), children: [
|
|
5092
|
+
timestamp && /* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
5001
5093
|
Text_default,
|
|
5002
5094
|
{
|
|
5003
5095
|
size: "xs",
|
|
@@ -5006,7 +5098,7 @@ var MessageBubble = ({
|
|
|
5006
5098
|
children: timestamp
|
|
5007
5099
|
}
|
|
5008
5100
|
),
|
|
5009
|
-
/* @__PURE__ */ (0,
|
|
5101
|
+
/* @__PURE__ */ (0, import_jsx_runtime213.jsx)("div", { css: getBubbleStyles(variant), children: /* @__PURE__ */ (0, import_jsx_runtime213.jsx)("div", { css: contentStyles, children }) })
|
|
5010
5102
|
] });
|
|
5011
5103
|
};
|
|
5012
5104
|
var MessageBubble_default = MessageBubble;
|
|
@@ -5037,14 +5129,14 @@ var tagChipVariantStyles = {
|
|
|
5037
5129
|
};
|
|
5038
5130
|
|
|
5039
5131
|
// src/TagChip/TagChip.tsx
|
|
5040
|
-
var
|
|
5132
|
+
var import_jsx_runtime214 = require("@emotion/react/jsx-runtime");
|
|
5041
5133
|
var TagChip = ({
|
|
5042
5134
|
variant = "primary",
|
|
5043
5135
|
className,
|
|
5044
5136
|
children,
|
|
5045
5137
|
...rest
|
|
5046
5138
|
}) => {
|
|
5047
|
-
return /* @__PURE__ */ (0,
|
|
5139
|
+
return /* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
5048
5140
|
Box_default,
|
|
5049
5141
|
{
|
|
5050
5142
|
display: "inline-flex",
|
|
@@ -5055,7 +5147,7 @@ var TagChip = ({
|
|
|
5055
5147
|
css: tagChipVariantStyles[variant],
|
|
5056
5148
|
className,
|
|
5057
5149
|
...rest,
|
|
5058
|
-
children: /* @__PURE__ */ (0,
|
|
5150
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime214.jsx)(Text_default, { as: "span", size: "sm", fontWeight: "normal", children })
|
|
5059
5151
|
}
|
|
5060
5152
|
);
|
|
5061
5153
|
};
|
|
@@ -5121,7 +5213,7 @@ var widgetTrigger = import_react25.css`
|
|
|
5121
5213
|
`;
|
|
5122
5214
|
|
|
5123
5215
|
// src/Widget/Widget.tsx
|
|
5124
|
-
var
|
|
5216
|
+
var import_jsx_runtime215 = require("@emotion/react/jsx-runtime");
|
|
5125
5217
|
var WidgetContext = (0, import_react26.createContext)(null);
|
|
5126
5218
|
var useWidgetContext = () => {
|
|
5127
5219
|
const ctx = (0, import_react26.useContext)(WidgetContext);
|
|
@@ -5132,7 +5224,7 @@ var useWidgetContext = () => {
|
|
|
5132
5224
|
var WidgetTrigger = () => {
|
|
5133
5225
|
const { expanded, toggle, triggerRef, icon, expandedIcon } = useWidgetContext();
|
|
5134
5226
|
const currentIcon = expanded ? expandedIcon : icon;
|
|
5135
|
-
return /* @__PURE__ */ (0,
|
|
5227
|
+
return /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(import_jsx_runtime215.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(
|
|
5136
5228
|
Button_default,
|
|
5137
5229
|
{
|
|
5138
5230
|
ref: triggerRef,
|
|
@@ -5140,7 +5232,7 @@ var WidgetTrigger = () => {
|
|
|
5140
5232
|
"aria-haspopup": "dialog",
|
|
5141
5233
|
onClick: toggle,
|
|
5142
5234
|
size: "lg",
|
|
5143
|
-
icon: /* @__PURE__ */ (0,
|
|
5235
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(Icon_default, { variant: currentIcon, size: "xxlarge" }),
|
|
5144
5236
|
css: widgetTrigger
|
|
5145
5237
|
}
|
|
5146
5238
|
) });
|
|
@@ -5149,7 +5241,7 @@ var WidgetPanel = ({ className, style, children }) => {
|
|
|
5149
5241
|
const { expanded, panelWidth } = useWidgetContext();
|
|
5150
5242
|
if (!expanded)
|
|
5151
5243
|
return null;
|
|
5152
|
-
return /* @__PURE__ */ (0,
|
|
5244
|
+
return /* @__PURE__ */ (0, import_jsx_runtime215.jsx)("div", { css: panelContainer, className, style, children: /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(
|
|
5153
5245
|
Box_default,
|
|
5154
5246
|
{
|
|
5155
5247
|
css: panelCard(panelWidth),
|
|
@@ -5231,7 +5323,7 @@ var WidgetRoot = ({
|
|
|
5231
5323
|
}),
|
|
5232
5324
|
[expandedIcon, icon, isExpanded, panelWidth, toggle]
|
|
5233
5325
|
);
|
|
5234
|
-
return /* @__PURE__ */ (0,
|
|
5326
|
+
return /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(
|
|
5235
5327
|
Box_default,
|
|
5236
5328
|
{
|
|
5237
5329
|
ref: containerRef,
|
|
@@ -5242,7 +5334,7 @@ var WidgetRoot = ({
|
|
|
5242
5334
|
bottom: "var(--spacing-6)",
|
|
5243
5335
|
zIndex: 100,
|
|
5244
5336
|
...containerProps,
|
|
5245
|
-
children: /* @__PURE__ */ (0,
|
|
5337
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(WidgetContext.Provider, { value, children })
|
|
5246
5338
|
}
|
|
5247
5339
|
);
|
|
5248
5340
|
};
|
|
@@ -5410,23 +5502,23 @@ var buttonOverrideStyles = import_react28.css`
|
|
|
5410
5502
|
`;
|
|
5411
5503
|
|
|
5412
5504
|
// src/ChatWidget/components/AskBuckButton.tsx
|
|
5413
|
-
var
|
|
5505
|
+
var import_jsx_runtime216 = require("@emotion/react/jsx-runtime");
|
|
5414
5506
|
var AskBuckButton = import_react29.default.forwardRef(
|
|
5415
5507
|
({ isAnimating = true, children = "Ask Buck", badgeCount }, ref) => {
|
|
5416
5508
|
var _a;
|
|
5417
5509
|
const widgetContext = (0, import_react29.useContext)(WidgetContext);
|
|
5418
5510
|
const isExpanded = (_a = widgetContext == null ? void 0 : widgetContext.expanded) != null ? _a : false;
|
|
5419
5511
|
const showBadge = !isExpanded && badgeCount !== void 0 && badgeCount > 0;
|
|
5420
|
-
return /* @__PURE__ */ (0,
|
|
5512
|
+
return /* @__PURE__ */ (0, import_jsx_runtime216.jsx)("div", { css: triggerWrapperStyles(isAnimating), children: /* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
5421
5513
|
Button_default,
|
|
5422
5514
|
{
|
|
5423
5515
|
ref,
|
|
5424
5516
|
"aria-expanded": widgetContext == null ? void 0 : widgetContext.expanded,
|
|
5425
5517
|
"aria-haspopup": "dialog",
|
|
5426
5518
|
onClick: widgetContext == null ? void 0 : widgetContext.toggle,
|
|
5427
|
-
icon: /* @__PURE__ */ (0,
|
|
5428
|
-
showBadge && /* @__PURE__ */ (0,
|
|
5429
|
-
/* @__PURE__ */ (0,
|
|
5519
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime216.jsxs)(import_jsx_runtime216.Fragment, { children: [
|
|
5520
|
+
showBadge && /* @__PURE__ */ (0, import_jsx_runtime216.jsx)("span", { css: badgeStyles, children: badgeCount }),
|
|
5521
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
5430
5522
|
Icon_default,
|
|
5431
5523
|
{
|
|
5432
5524
|
variant: isExpanded ? "AngleDownSharp" : "ConversationalSearchAi",
|
|
@@ -5444,9 +5536,9 @@ AskBuckButton.displayName = "AskBuckButton";
|
|
|
5444
5536
|
var AskBuckButton_default = AskBuckButton;
|
|
5445
5537
|
|
|
5446
5538
|
// src/ChatWidget/ChatWidget.tsx
|
|
5447
|
-
var
|
|
5539
|
+
var import_jsx_runtime217 = require("@emotion/react/jsx-runtime");
|
|
5448
5540
|
var DEFAULT_EMPTY_STATE = [
|
|
5449
|
-
/* @__PURE__ */ (0,
|
|
5541
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5450
5542
|
AIResponse_default,
|
|
5451
5543
|
{
|
|
5452
5544
|
showDisclaimer: false,
|
|
@@ -5517,19 +5609,19 @@ var ChatWidget = ({
|
|
|
5517
5609
|
el.scrollTo({ top: el.scrollHeight, behavior: "smooth" });
|
|
5518
5610
|
savedScrollPosition.current = el.scrollHeight;
|
|
5519
5611
|
}
|
|
5520
|
-
}, [messages, isThinking, isExpanded
|
|
5612
|
+
}, [messages, isThinking, isExpanded]);
|
|
5521
5613
|
const messagesToRender = messages.length === 0 ? emptyState : messages;
|
|
5522
5614
|
const renderedMessages = (0, import_react30.useMemo)(
|
|
5523
5615
|
() => messagesToRender.map((element, index) => {
|
|
5524
5616
|
var _a;
|
|
5525
5617
|
const key = (_a = element.key) != null ? _a : index;
|
|
5526
5618
|
if (element.type === AIResponse_default) {
|
|
5527
|
-
return /* @__PURE__ */ (0,
|
|
5619
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { css: receivedWrapperStyles, children: element }, key);
|
|
5528
5620
|
}
|
|
5529
5621
|
if (element.type === MessageBubble_default) {
|
|
5530
|
-
return /* @__PURE__ */ (0,
|
|
5622
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { css: sentWrapperStyles, children: element }, key);
|
|
5531
5623
|
}
|
|
5532
|
-
return /* @__PURE__ */ (0,
|
|
5624
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(import_react30.default.Fragment, { children: element }, key);
|
|
5533
5625
|
}),
|
|
5534
5626
|
[messagesToRender]
|
|
5535
5627
|
);
|
|
@@ -5540,7 +5632,7 @@ var ChatWidget = ({
|
|
|
5540
5632
|
onSubmit(trimmed);
|
|
5541
5633
|
setValue("");
|
|
5542
5634
|
};
|
|
5543
|
-
return /* @__PURE__ */ (0,
|
|
5635
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(
|
|
5544
5636
|
Widget_default,
|
|
5545
5637
|
{
|
|
5546
5638
|
ariaLabel,
|
|
@@ -5552,10 +5644,10 @@ var ChatWidget = ({
|
|
|
5552
5644
|
containerProps,
|
|
5553
5645
|
closeOnClickOutside,
|
|
5554
5646
|
children: [
|
|
5555
|
-
/* @__PURE__ */ (0,
|
|
5556
|
-
/* @__PURE__ */ (0,
|
|
5557
|
-
/* @__PURE__ */ (0,
|
|
5558
|
-
/* @__PURE__ */ (0,
|
|
5647
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { mt: 2, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(AskBuckButton_default, { badgeCount: notificationCount }) }),
|
|
5648
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Widget_default.Panel, { children: /* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(Box_default, { css: containerStyles, children: [
|
|
5649
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(Box_default, { position: "sticky", top: 0, zIndex: 1, children: [
|
|
5650
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(
|
|
5559
5651
|
Box_default,
|
|
5560
5652
|
{
|
|
5561
5653
|
display: "flex",
|
|
@@ -5563,9 +5655,9 @@ var ChatWidget = ({
|
|
|
5563
5655
|
justifyContent: "space-between",
|
|
5564
5656
|
gap: "var(--spacing-4)",
|
|
5565
5657
|
children: [
|
|
5566
|
-
/* @__PURE__ */ (0,
|
|
5567
|
-
/* @__PURE__ */ (0,
|
|
5568
|
-
/* @__PURE__ */ (0,
|
|
5658
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-4)", children: [
|
|
5659
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)("span", { css: badge, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Icon_default, { variant: "ConversationalSearchAi", size: "large" }) }),
|
|
5660
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5569
5661
|
Heading_default,
|
|
5570
5662
|
{
|
|
5571
5663
|
size: "2xs",
|
|
@@ -5575,25 +5667,25 @@ var ChatWidget = ({
|
|
|
5575
5667
|
}
|
|
5576
5668
|
)
|
|
5577
5669
|
] }),
|
|
5578
|
-
/* @__PURE__ */ (0,
|
|
5670
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5579
5671
|
Button_default,
|
|
5580
5672
|
{
|
|
5581
5673
|
variant: "text",
|
|
5582
5674
|
size: "xs",
|
|
5583
5675
|
"aria-label": "Close widget",
|
|
5584
5676
|
onClick: () => setExpanded(false),
|
|
5585
|
-
children: /* @__PURE__ */ (0,
|
|
5586
|
-
/* @__PURE__ */ (0,
|
|
5587
|
-
/* @__PURE__ */ (0,
|
|
5677
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime217.jsxs)("span", { css: closeButtonContent, children: [
|
|
5678
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Icon_default, { variant: "Xmark", size: "medium" }),
|
|
5679
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)("span", { children: "Close" })
|
|
5588
5680
|
] })
|
|
5589
5681
|
}
|
|
5590
5682
|
)
|
|
5591
5683
|
]
|
|
5592
5684
|
}
|
|
5593
5685
|
),
|
|
5594
|
-
/* @__PURE__ */ (0,
|
|
5686
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Divider_default, { mt: 4, mb: 0 })
|
|
5595
5687
|
] }),
|
|
5596
|
-
/* @__PURE__ */ (0,
|
|
5688
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(
|
|
5597
5689
|
Box_default,
|
|
5598
5690
|
{
|
|
5599
5691
|
ref: scrollRef,
|
|
@@ -5606,27 +5698,27 @@ var ChatWidget = ({
|
|
|
5606
5698
|
flexDirection: "column",
|
|
5607
5699
|
gap: "var(--spacing-2)",
|
|
5608
5700
|
children: [
|
|
5609
|
-
/* @__PURE__ */ (0,
|
|
5610
|
-
isThinking && /* @__PURE__ */ (0,
|
|
5611
|
-
/* @__PURE__ */ (0,
|
|
5612
|
-
/* @__PURE__ */ (0,
|
|
5701
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-2)", children: renderedMessages }),
|
|
5702
|
+
isThinking && /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { css: receivedWrapperStyles, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsxs)("div", { css: thinkingRowStyles, children: [
|
|
5703
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Spinner_default2, { size: "medium" }),
|
|
5704
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)("span", { css: thinkingTextStyles, children: thinkingText })
|
|
5613
5705
|
] }) }),
|
|
5614
|
-
suggestedPrompts && suggestedPrompts.length > 0 && /* @__PURE__ */ (0,
|
|
5706
|
+
suggestedPrompts && suggestedPrompts.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { css: receivedWrapperStyles, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(
|
|
5615
5707
|
Box_default,
|
|
5616
5708
|
{
|
|
5617
5709
|
display: "flex",
|
|
5618
5710
|
flexDirection: "column",
|
|
5619
5711
|
gap: "var(--spacing-4)",
|
|
5620
5712
|
children: [
|
|
5621
|
-
/* @__PURE__ */ (0,
|
|
5622
|
-
/* @__PURE__ */ (0,
|
|
5713
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Text_default, { size: "md", fontWeight: "bold", color: "var(--text-primary)", children: suggestedPromptsTitle }),
|
|
5714
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5623
5715
|
Box_default,
|
|
5624
5716
|
{
|
|
5625
5717
|
display: "flex",
|
|
5626
5718
|
flexWrap: "wrap",
|
|
5627
5719
|
gap: "var(--spacing-4)",
|
|
5628
5720
|
alignItems: "flex-start",
|
|
5629
|
-
children: suggestedPrompts.map((prompt, index) => /* @__PURE__ */ (0,
|
|
5721
|
+
children: suggestedPrompts.map((prompt, index) => /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5630
5722
|
TagChip_default,
|
|
5631
5723
|
{
|
|
5632
5724
|
variant: "success",
|
|
@@ -5647,7 +5739,7 @@ var ChatWidget = ({
|
|
|
5647
5739
|
]
|
|
5648
5740
|
}
|
|
5649
5741
|
),
|
|
5650
|
-
/* @__PURE__ */ (0,
|
|
5742
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { position: "sticky", bottom: 0, zIndex: 1, p: 0, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5651
5743
|
TextArea_default,
|
|
5652
5744
|
{
|
|
5653
5745
|
rows: 3,
|
|
@@ -5671,7 +5763,7 @@ var ChatWidget_default = ChatWidget;
|
|
|
5671
5763
|
|
|
5672
5764
|
// src/FeatureList/components/FeatureListItem.tsx
|
|
5673
5765
|
var import_react_loading_skeleton = __toESM(require("react-loading-skeleton"));
|
|
5674
|
-
var
|
|
5766
|
+
var import_jsx_runtime218 = require("@emotion/react/jsx-runtime");
|
|
5675
5767
|
var FeatureListItem = ({
|
|
5676
5768
|
iconVariant,
|
|
5677
5769
|
label,
|
|
@@ -5685,8 +5777,8 @@ var FeatureListItem = ({
|
|
|
5685
5777
|
}) => {
|
|
5686
5778
|
const iconDimensions = IconSizeMap[iconSize];
|
|
5687
5779
|
if (isLoading) {
|
|
5688
|
-
return /* @__PURE__ */ (0,
|
|
5689
|
-
/* @__PURE__ */ (0,
|
|
5780
|
+
return /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(Box_default, { display: "flex", flexDirection: "column", color: "var(--text-primary)", children: [
|
|
5781
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(
|
|
5690
5782
|
Box_default,
|
|
5691
5783
|
{
|
|
5692
5784
|
display: "flex",
|
|
@@ -5695,7 +5787,7 @@ var FeatureListItem = ({
|
|
|
5695
5787
|
className,
|
|
5696
5788
|
...rest,
|
|
5697
5789
|
children: [
|
|
5698
|
-
/* @__PURE__ */ (0,
|
|
5790
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
5699
5791
|
import_react_loading_skeleton.default,
|
|
5700
5792
|
{
|
|
5701
5793
|
circle: true,
|
|
@@ -5704,24 +5796,24 @@ var FeatureListItem = ({
|
|
|
5704
5796
|
borderRadius: 4
|
|
5705
5797
|
}
|
|
5706
5798
|
),
|
|
5707
|
-
/* @__PURE__ */ (0,
|
|
5799
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(import_react_loading_skeleton.default, { width: 120, height: 16, borderRadius: 4 })
|
|
5708
5800
|
]
|
|
5709
5801
|
}
|
|
5710
5802
|
),
|
|
5711
|
-
subtitle && /* @__PURE__ */ (0,
|
|
5712
|
-
/* @__PURE__ */ (0,
|
|
5713
|
-
/* @__PURE__ */ (0,
|
|
5803
|
+
subtitle && /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-3)", children: [
|
|
5804
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(Box_default, { minWidth: "var(--spacing-6)", children: "\xA0" }),
|
|
5805
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(import_react_loading_skeleton.default, { width: 150, height: 14, borderRadius: 4 })
|
|
5714
5806
|
] })
|
|
5715
5807
|
] });
|
|
5716
5808
|
}
|
|
5717
|
-
return /* @__PURE__ */ (0,
|
|
5718
|
-
/* @__PURE__ */ (0,
|
|
5809
|
+
return /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(Box_default, { display: "flex", flexDirection: "column", color: "var(--text-primary)", children: isInline ? /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-1)", children: /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(Text_default, { as: "span", children: [
|
|
5810
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(Text_default, { as: "span", fontWeight: "bold", children: [
|
|
5719
5811
|
label,
|
|
5720
5812
|
" "
|
|
5721
5813
|
] }),
|
|
5722
5814
|
subtitle
|
|
5723
|
-
] }) }) : /* @__PURE__ */ (0,
|
|
5724
|
-
/* @__PURE__ */ (0,
|
|
5815
|
+
] }) }) : /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(import_jsx_runtime218.Fragment, { children: [
|
|
5816
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(
|
|
5725
5817
|
Box_default,
|
|
5726
5818
|
{
|
|
5727
5819
|
display: "flex",
|
|
@@ -5730,23 +5822,23 @@ var FeatureListItem = ({
|
|
|
5730
5822
|
className,
|
|
5731
5823
|
...rest,
|
|
5732
5824
|
children: [
|
|
5733
|
-
iconVariant && /* @__PURE__ */ (0,
|
|
5734
|
-
/* @__PURE__ */ (0,
|
|
5825
|
+
iconVariant && /* @__PURE__ */ (0, import_jsx_runtime218.jsx)(Icon_default, { variant: iconVariant, size: iconSize, fill: iconColor }),
|
|
5826
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(Text_default, { fontWeight: "semibold", children: label })
|
|
5735
5827
|
]
|
|
5736
5828
|
}
|
|
5737
5829
|
),
|
|
5738
|
-
subtitle && /* @__PURE__ */ (0,
|
|
5739
|
-
/* @__PURE__ */ (0,
|
|
5740
|
-
/* @__PURE__ */ (0,
|
|
5830
|
+
subtitle && /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-3)", children: [
|
|
5831
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(Box_default, { minWidth: "var(--spacing-6)", children: "\xA0" }),
|
|
5832
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(Text_default, { size: "sm", children: subtitle })
|
|
5741
5833
|
] })
|
|
5742
5834
|
] }) });
|
|
5743
5835
|
};
|
|
5744
5836
|
var FeatureListItem_default = FeatureListItem;
|
|
5745
5837
|
|
|
5746
5838
|
// src/FeatureList/FeatureList.tsx
|
|
5747
|
-
var
|
|
5839
|
+
var import_jsx_runtime219 = require("@emotion/react/jsx-runtime");
|
|
5748
5840
|
var FeatureList = ({ heading, items, className }) => {
|
|
5749
|
-
return /* @__PURE__ */ (0,
|
|
5841
|
+
return /* @__PURE__ */ (0, import_jsx_runtime219.jsxs)(
|
|
5750
5842
|
Box_default,
|
|
5751
5843
|
{
|
|
5752
5844
|
display: "flex",
|
|
@@ -5754,8 +5846,8 @@ var FeatureList = ({ heading, items, className }) => {
|
|
|
5754
5846
|
gap: "var(--spacing-2)",
|
|
5755
5847
|
className,
|
|
5756
5848
|
children: [
|
|
5757
|
-
heading && /* @__PURE__ */ (0,
|
|
5758
|
-
/* @__PURE__ */ (0,
|
|
5849
|
+
heading && /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(Text_default, { fontWeight: "bold", children: heading }),
|
|
5850
|
+
/* @__PURE__ */ (0, import_jsx_runtime219.jsx)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-2)", children: items.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(FeatureListItem_default, { ...item }, `${item.iconVariant}-${index}`)) })
|
|
5759
5851
|
]
|
|
5760
5852
|
}
|
|
5761
5853
|
);
|
|
@@ -5791,7 +5883,7 @@ var getBackgroundWithGradient = (imageUrl) => import_react31.css`
|
|
|
5791
5883
|
`;
|
|
5792
5884
|
|
|
5793
5885
|
// src/FieldNoteCard/FieldNoteCard.tsx
|
|
5794
|
-
var
|
|
5886
|
+
var import_jsx_runtime220 = require("@emotion/react/jsx-runtime");
|
|
5795
5887
|
var FieldNoteCard = ({
|
|
5796
5888
|
backgroundImage,
|
|
5797
5889
|
title,
|
|
@@ -5800,14 +5892,14 @@ var FieldNoteCard = ({
|
|
|
5800
5892
|
className,
|
|
5801
5893
|
...rest
|
|
5802
5894
|
}) => {
|
|
5803
|
-
return /* @__PURE__ */ (0,
|
|
5895
|
+
return /* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
5804
5896
|
Box_default,
|
|
5805
5897
|
{
|
|
5806
5898
|
display: "flex",
|
|
5807
5899
|
css: cardContainerStyles,
|
|
5808
5900
|
className,
|
|
5809
5901
|
...rest,
|
|
5810
|
-
children: /* @__PURE__ */ (0,
|
|
5902
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
5811
5903
|
Box_default,
|
|
5812
5904
|
{
|
|
5813
5905
|
display: "flex",
|
|
@@ -5815,9 +5907,9 @@ var FieldNoteCard = ({
|
|
|
5815
5907
|
justifyContent: "flex-end",
|
|
5816
5908
|
p: 6,
|
|
5817
5909
|
css: [cardContentStyles, getBackgroundWithGradient(backgroundImage)],
|
|
5818
|
-
children: /* @__PURE__ */ (0,
|
|
5819
|
-
/* @__PURE__ */ (0,
|
|
5820
|
-
/* @__PURE__ */ (0,
|
|
5910
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime220.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: 6, children: [
|
|
5911
|
+
/* @__PURE__ */ (0, import_jsx_runtime220.jsx)(Heading_default, { size: "sm", color: "white", textAlign: "left", children: title }),
|
|
5912
|
+
/* @__PURE__ */ (0, import_jsx_runtime220.jsx)(Button_default, { variant: "primary", onClick, children: buttonLabel })
|
|
5821
5913
|
] })
|
|
5822
5914
|
}
|
|
5823
5915
|
)
|
|
@@ -5828,7 +5920,7 @@ var FieldNoteCard_default = FieldNoteCard;
|
|
|
5828
5920
|
|
|
5829
5921
|
// src/Form/FormField.tsx
|
|
5830
5922
|
var import_react32 = require("@emotion/react");
|
|
5831
|
-
var
|
|
5923
|
+
var import_jsx_runtime221 = require("@emotion/react/jsx-runtime");
|
|
5832
5924
|
var fieldContainerStyles = import_react32.css`
|
|
5833
5925
|
display: flex;
|
|
5834
5926
|
flex-direction: column;
|
|
@@ -5895,21 +5987,21 @@ var FormField = ({
|
|
|
5895
5987
|
const hasError = !!error;
|
|
5896
5988
|
const hasSuccess = !!success && !hasError;
|
|
5897
5989
|
const hasHelpText = !!helpText && !hasError && !hasSuccess;
|
|
5898
|
-
return /* @__PURE__ */ (0,
|
|
5899
|
-
label && /* @__PURE__ */ (0,
|
|
5990
|
+
return /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("div", { css: fieldContainerStyles, className, children: [
|
|
5991
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)(
|
|
5900
5992
|
"label",
|
|
5901
5993
|
{
|
|
5902
5994
|
htmlFor,
|
|
5903
5995
|
css: [labelStyles2, hideLabel && visuallyHiddenStyles],
|
|
5904
5996
|
children: [
|
|
5905
5997
|
label,
|
|
5906
|
-
required && /* @__PURE__ */ (0,
|
|
5998
|
+
required && /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("span", { css: requiredIndicatorStyles, "aria-label": "required", children: "*" })
|
|
5907
5999
|
]
|
|
5908
6000
|
}
|
|
5909
6001
|
),
|
|
5910
6002
|
children,
|
|
5911
|
-
hasError && /* @__PURE__ */ (0,
|
|
5912
|
-
/* @__PURE__ */ (0,
|
|
6003
|
+
hasError && /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("div", { css: errorTextStyles, role: "alert", children: [
|
|
6004
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
5913
6005
|
"path",
|
|
5914
6006
|
{
|
|
5915
6007
|
fillRule: "evenodd",
|
|
@@ -5919,8 +6011,8 @@ var FormField = ({
|
|
|
5919
6011
|
) }),
|
|
5920
6012
|
error
|
|
5921
6013
|
] }),
|
|
5922
|
-
hasSuccess && /* @__PURE__ */ (0,
|
|
5923
|
-
/* @__PURE__ */ (0,
|
|
6014
|
+
hasSuccess && /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("div", { css: successTextStyles, children: [
|
|
6015
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
5924
6016
|
"path",
|
|
5925
6017
|
{
|
|
5926
6018
|
fillRule: "evenodd",
|
|
@@ -5930,14 +6022,14 @@ var FormField = ({
|
|
|
5930
6022
|
) }),
|
|
5931
6023
|
success
|
|
5932
6024
|
] }),
|
|
5933
|
-
hasHelpText && /* @__PURE__ */ (0,
|
|
6025
|
+
hasHelpText && /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("div", { css: helpTextStyles, children: helpText })
|
|
5934
6026
|
] });
|
|
5935
6027
|
};
|
|
5936
6028
|
|
|
5937
6029
|
// src/Form/Input.tsx
|
|
5938
6030
|
var import_react33 = require("@emotion/react");
|
|
5939
6031
|
var import_react34 = require("react");
|
|
5940
|
-
var
|
|
6032
|
+
var import_jsx_runtime222 = require("@emotion/react/jsx-runtime");
|
|
5941
6033
|
var inputStyles = import_react33.css`
|
|
5942
6034
|
position: relative;
|
|
5943
6035
|
width: 100%;
|
|
@@ -6067,9 +6159,9 @@ var Input = (0, import_react34.forwardRef)(
|
|
|
6067
6159
|
hasEndIcon && "has-end-icon",
|
|
6068
6160
|
className
|
|
6069
6161
|
].filter(Boolean).join(" ");
|
|
6070
|
-
return /* @__PURE__ */ (0,
|
|
6071
|
-
hasStartIcon && /* @__PURE__ */ (0,
|
|
6072
|
-
/* @__PURE__ */ (0,
|
|
6162
|
+
return /* @__PURE__ */ (0, import_jsx_runtime222.jsxs)("div", { css: inputWrapperStyles, children: [
|
|
6163
|
+
hasStartIcon && /* @__PURE__ */ (0, import_jsx_runtime222.jsx)("div", { css: startIconStyles, children: startIcon }),
|
|
6164
|
+
/* @__PURE__ */ (0, import_jsx_runtime222.jsx)(
|
|
6073
6165
|
"input",
|
|
6074
6166
|
{
|
|
6075
6167
|
ref,
|
|
@@ -6086,7 +6178,7 @@ var Input = (0, import_react34.forwardRef)(
|
|
|
6086
6178
|
...props
|
|
6087
6179
|
}
|
|
6088
6180
|
),
|
|
6089
|
-
hasEndIcon && /* @__PURE__ */ (0,
|
|
6181
|
+
hasEndIcon && /* @__PURE__ */ (0, import_jsx_runtime222.jsx)("div", { css: endIconStyles, children: endIcon })
|
|
6090
6182
|
] });
|
|
6091
6183
|
}
|
|
6092
6184
|
);
|
|
@@ -6095,7 +6187,7 @@ Input.displayName = "Input";
|
|
|
6095
6187
|
// src/Form/Select.tsx
|
|
6096
6188
|
var import_react35 = require("@emotion/react");
|
|
6097
6189
|
var import_react36 = require("react");
|
|
6098
|
-
var
|
|
6190
|
+
var import_jsx_runtime223 = require("@emotion/react/jsx-runtime");
|
|
6099
6191
|
var selectStyles = import_react35.css`
|
|
6100
6192
|
position: relative;
|
|
6101
6193
|
width: 100%;
|
|
@@ -6192,7 +6284,7 @@ var Select = (0, import_react36.forwardRef)(
|
|
|
6192
6284
|
className = "",
|
|
6193
6285
|
...props
|
|
6194
6286
|
}, ref) => {
|
|
6195
|
-
return /* @__PURE__ */ (0,
|
|
6287
|
+
return /* @__PURE__ */ (0, import_jsx_runtime223.jsxs)(
|
|
6196
6288
|
"select",
|
|
6197
6289
|
{
|
|
6198
6290
|
ref,
|
|
@@ -6201,8 +6293,8 @@ var Select = (0, import_react36.forwardRef)(
|
|
|
6201
6293
|
className,
|
|
6202
6294
|
...props,
|
|
6203
6295
|
children: [
|
|
6204
|
-
placeholderOption && /* @__PURE__ */ (0,
|
|
6205
|
-
options.map((option) => /* @__PURE__ */ (0,
|
|
6296
|
+
placeholderOption && /* @__PURE__ */ (0, import_jsx_runtime223.jsx)("option", { value: "", disabled: true, css: optionStyles, children: placeholderOption }),
|
|
6297
|
+
options.map((option) => /* @__PURE__ */ (0, import_jsx_runtime223.jsx)(
|
|
6206
6298
|
"option",
|
|
6207
6299
|
{
|
|
6208
6300
|
value: option.value,
|
|
@@ -6460,7 +6552,7 @@ var generateJustifyItems = (justifyItems) => {
|
|
|
6460
6552
|
};
|
|
6461
6553
|
|
|
6462
6554
|
// src/Grid/Column.tsx
|
|
6463
|
-
var
|
|
6555
|
+
var import_jsx_runtime224 = require("@emotion/react/jsx-runtime");
|
|
6464
6556
|
var Column = ({
|
|
6465
6557
|
span,
|
|
6466
6558
|
start,
|
|
@@ -6489,13 +6581,13 @@ var Column = ({
|
|
|
6489
6581
|
grid-area: ${area};
|
|
6490
6582
|
`
|
|
6491
6583
|
].filter(Boolean);
|
|
6492
|
-
return /* @__PURE__ */ (0,
|
|
6584
|
+
return /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(Box_default, { css: columnStyles, ...props, children });
|
|
6493
6585
|
};
|
|
6494
6586
|
var Column_default = Column;
|
|
6495
6587
|
|
|
6496
6588
|
// src/Grid/Grid.tsx
|
|
6497
6589
|
var import_react39 = require("@emotion/react");
|
|
6498
|
-
var
|
|
6590
|
+
var import_jsx_runtime225 = require("@emotion/react/jsx-runtime");
|
|
6499
6591
|
var baseGridStyles = import_react39.css`
|
|
6500
6592
|
display: grid;
|
|
6501
6593
|
`;
|
|
@@ -6534,13 +6626,13 @@ var Grid = ({
|
|
|
6534
6626
|
justify-content: ${typeof justifyContent === "string" ? justifyContent : justifyContent._};
|
|
6535
6627
|
`
|
|
6536
6628
|
].filter(Boolean);
|
|
6537
|
-
return /* @__PURE__ */ (0,
|
|
6629
|
+
return /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(Box_default, { css: gridStyles, ...props, children });
|
|
6538
6630
|
};
|
|
6539
6631
|
var Grid_default = Grid;
|
|
6540
6632
|
|
|
6541
6633
|
// src/Grid/GridContainer.tsx
|
|
6542
6634
|
var import_react40 = require("@emotion/react");
|
|
6543
|
-
var
|
|
6635
|
+
var import_jsx_runtime226 = require("@emotion/react/jsx-runtime");
|
|
6544
6636
|
var baseContainerStyles = import_react40.css`
|
|
6545
6637
|
width: 100%;
|
|
6546
6638
|
margin: 0 auto;
|
|
@@ -6585,7 +6677,7 @@ var GridContainer = ({
|
|
|
6585
6677
|
baseContainerStyles,
|
|
6586
6678
|
generateMaxWidthStyles(maxWidth)
|
|
6587
6679
|
];
|
|
6588
|
-
return /* @__PURE__ */ (0,
|
|
6680
|
+
return /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(Box_default, { css: containerStyles4, className, ...props, children });
|
|
6589
6681
|
};
|
|
6590
6682
|
var GridContainer_default = GridContainer;
|
|
6591
6683
|
|
|
@@ -6618,7 +6710,7 @@ var getBackgroundWithGradient2 = (imageUrl) => import_react41.css`
|
|
|
6618
6710
|
`;
|
|
6619
6711
|
|
|
6620
6712
|
// src/HuntCard/HuntCard.tsx
|
|
6621
|
-
var
|
|
6713
|
+
var import_jsx_runtime227 = require("@emotion/react/jsx-runtime");
|
|
6622
6714
|
var HuntCard = ({
|
|
6623
6715
|
backgroundImage,
|
|
6624
6716
|
title,
|
|
@@ -6627,14 +6719,14 @@ var HuntCard = ({
|
|
|
6627
6719
|
className,
|
|
6628
6720
|
...rest
|
|
6629
6721
|
}) => {
|
|
6630
|
-
return /* @__PURE__ */ (0,
|
|
6722
|
+
return /* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
6631
6723
|
Box_default,
|
|
6632
6724
|
{
|
|
6633
6725
|
display: "flex",
|
|
6634
6726
|
css: cardContainerStyles2,
|
|
6635
6727
|
className,
|
|
6636
6728
|
...rest,
|
|
6637
|
-
children: /* @__PURE__ */ (0,
|
|
6729
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
6638
6730
|
Box_default,
|
|
6639
6731
|
{
|
|
6640
6732
|
display: "flex",
|
|
@@ -6642,9 +6734,9 @@ var HuntCard = ({
|
|
|
6642
6734
|
justifyContent: "flex-end",
|
|
6643
6735
|
p: 6,
|
|
6644
6736
|
css: [cardContentStyles2, getBackgroundWithGradient2(backgroundImage)],
|
|
6645
|
-
children: /* @__PURE__ */ (0,
|
|
6646
|
-
/* @__PURE__ */ (0,
|
|
6647
|
-
/* @__PURE__ */ (0,
|
|
6737
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime227.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: 6, children: [
|
|
6738
|
+
/* @__PURE__ */ (0, import_jsx_runtime227.jsx)(Heading_default, { size: "sm", color: "white", textAlign: "left", children: title }),
|
|
6739
|
+
/* @__PURE__ */ (0, import_jsx_runtime227.jsx)(Button_default, { variant: "primary", onClick, children: buttonLabel })
|
|
6648
6740
|
] })
|
|
6649
6741
|
}
|
|
6650
6742
|
)
|
|
@@ -6654,9 +6746,9 @@ var HuntCard = ({
|
|
|
6654
6746
|
var HuntCard_default = HuntCard;
|
|
6655
6747
|
|
|
6656
6748
|
// src/InfoBox/InfoBox.tsx
|
|
6657
|
-
var
|
|
6749
|
+
var import_jsx_runtime228 = require("@emotion/react/jsx-runtime");
|
|
6658
6750
|
var InfoBox = ({ heading, features, className }) => {
|
|
6659
|
-
return /* @__PURE__ */ (0,
|
|
6751
|
+
return /* @__PURE__ */ (0, import_jsx_runtime228.jsxs)(
|
|
6660
6752
|
Box_default,
|
|
6661
6753
|
{
|
|
6662
6754
|
display: "flex",
|
|
@@ -6665,8 +6757,8 @@ var InfoBox = ({ heading, features, className }) => {
|
|
|
6665
6757
|
className,
|
|
6666
6758
|
color: "var(--text-primary)",
|
|
6667
6759
|
children: [
|
|
6668
|
-
/* @__PURE__ */ (0,
|
|
6669
|
-
/* @__PURE__ */ (0,
|
|
6760
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(Heading_default, { size: "2xs", fontWeight: "bold", children: heading }),
|
|
6761
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
6670
6762
|
Box_default,
|
|
6671
6763
|
{
|
|
6672
6764
|
display: "flex",
|
|
@@ -6676,7 +6768,7 @@ var InfoBox = ({ heading, features, className }) => {
|
|
|
6676
6768
|
borderRadius: "var(--radius-lg)",
|
|
6677
6769
|
bg: "var(--surface-neutral)",
|
|
6678
6770
|
className,
|
|
6679
|
-
children: features.map((section, index) => /* @__PURE__ */ (0,
|
|
6771
|
+
children: features.map((section, index) => /* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
6680
6772
|
FeatureList_default,
|
|
6681
6773
|
{
|
|
6682
6774
|
heading: section.heading,
|
|
@@ -6732,7 +6824,7 @@ var inputWrapperStyles2 = import_react42.css`
|
|
|
6732
6824
|
`;
|
|
6733
6825
|
|
|
6734
6826
|
// src/ListingChat/ListingChat.tsx
|
|
6735
|
-
var
|
|
6827
|
+
var import_jsx_runtime229 = require("@emotion/react/jsx-runtime");
|
|
6736
6828
|
var ListingChat = ({
|
|
6737
6829
|
onSubmit,
|
|
6738
6830
|
placeholder = "Ask anything about this listing\u2026",
|
|
@@ -6759,18 +6851,18 @@ var ListingChat = ({
|
|
|
6759
6851
|
},
|
|
6760
6852
|
[onSubmit]
|
|
6761
6853
|
);
|
|
6762
|
-
return /* @__PURE__ */ (0,
|
|
6763
|
-
/* @__PURE__ */ (0,
|
|
6764
|
-
/* @__PURE__ */ (0,
|
|
6765
|
-
/* @__PURE__ */ (0,
|
|
6766
|
-
/* @__PURE__ */ (0,
|
|
6854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime229.jsxs)(Box_default, { css: containerStyles2, className, ...rest, children: [
|
|
6855
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsxs)(Box_default, { css: headerStyles, children: [
|
|
6856
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsxs)(Box_default, { children: [
|
|
6857
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Box_default, { mb: "var(--spacing-2)", children: /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Heading_default, { size: "2xs", fontWeight: "bold", children: title }) }),
|
|
6858
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Text_default, { size: "md", children: "Get instant answers with Buck, our AI powered assistant." })
|
|
6767
6859
|
] }),
|
|
6768
|
-
/* @__PURE__ */ (0,
|
|
6769
|
-
/* @__PURE__ */ (0,
|
|
6770
|
-
/* @__PURE__ */ (0,
|
|
6860
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsxs)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-1)", children: [
|
|
6861
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Icon_default, { variant: "AiMagic", size: "medium" }),
|
|
6862
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Text_default, { size: "sm", children: "Beta" })
|
|
6771
6863
|
] })
|
|
6772
6864
|
] }),
|
|
6773
|
-
/* @__PURE__ */ (0,
|
|
6865
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Box_default, { css: inputWrapperStyles2, children: /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(
|
|
6774
6866
|
TextArea,
|
|
6775
6867
|
{
|
|
6776
6868
|
rows: 1,
|
|
@@ -6785,14 +6877,14 @@ var ListingChat = ({
|
|
|
6785
6877
|
css: textAreaStyles
|
|
6786
6878
|
}
|
|
6787
6879
|
) }),
|
|
6788
|
-
tags.length > 0 && /* @__PURE__ */ (0,
|
|
6789
|
-
/* @__PURE__ */ (0,
|
|
6790
|
-
/* @__PURE__ */ (0,
|
|
6880
|
+
tags.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime229.jsxs)(import_jsx_runtime229.Fragment, { children: [
|
|
6881
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Text_default, { as: "div", size: "sm", fontWeight: "bold", children: "Try one of these" }),
|
|
6882
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Box_default, { css: chipsContainerStyles, children: tags.map((tag) => /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(
|
|
6791
6883
|
"button",
|
|
6792
6884
|
{
|
|
6793
6885
|
onClick: handleTagClick(tag),
|
|
6794
6886
|
disabled,
|
|
6795
|
-
children: /* @__PURE__ */ (0,
|
|
6887
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(TagChip_default, { children: tag })
|
|
6796
6888
|
},
|
|
6797
6889
|
tag
|
|
6798
6890
|
)) })
|
|
@@ -6805,8 +6897,8 @@ var ListingChat_default = ListingChat;
|
|
|
6805
6897
|
var import_react44 = require("@emotion/react");
|
|
6806
6898
|
|
|
6807
6899
|
// src/Logo/components/LandtrustPlusDark.tsx
|
|
6808
|
-
var
|
|
6809
|
-
var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0,
|
|
6900
|
+
var import_jsx_runtime230 = require("@emotion/react/jsx-runtime");
|
|
6901
|
+
var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime230.jsxs)(
|
|
6810
6902
|
"svg",
|
|
6811
6903
|
{
|
|
6812
6904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -6814,14 +6906,14 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6814
6906
|
fill: "none",
|
|
6815
6907
|
...props,
|
|
6816
6908
|
children: [
|
|
6817
|
-
/* @__PURE__ */ (0,
|
|
6909
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("g", { filter: "url(#landtrust-plus-dark_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6818
6910
|
"path",
|
|
6819
6911
|
{
|
|
6820
6912
|
fill: "#000",
|
|
6821
6913
|
d: "M397.611 44.707a1.357 1.357 0 0 1-1.347-1.367V12.481c0-.755.603-1.367 1.347-1.367h3.893c.744 0 1.348.612 1.348 1.367V43.34c0 .755-.604 1.367-1.348 1.367zM384.364 31.24a1.357 1.357 0 0 1-1.347-1.367v-3.95c0-.755.603-1.367 1.347-1.367h30.414c.741 0 1.345.612 1.345 1.367v3.95c0 .755-.604 1.367-1.345 1.367z"
|
|
6822
6914
|
}
|
|
6823
6915
|
) }),
|
|
6824
|
-
/* @__PURE__ */ (0,
|
|
6916
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6825
6917
|
"path",
|
|
6826
6918
|
{
|
|
6827
6919
|
fill: "#FAD44E",
|
|
@@ -6830,14 +6922,14 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6830
6922
|
d: "M397.611 44.707a1.357 1.357 0 0 1-1.347-1.367V12.481c0-.755.603-1.367 1.347-1.367h3.893c.744 0 1.348.612 1.348 1.367V43.34c0 .755-.604 1.367-1.348 1.367zM384.364 31.24a1.357 1.357 0 0 1-1.347-1.367v-3.95c0-.755.603-1.367 1.347-1.367h30.414c.741 0 1.345.612 1.345 1.367v3.95c0 .755-.604 1.367-1.345 1.367z"
|
|
6831
6923
|
}
|
|
6832
6924
|
),
|
|
6833
|
-
/* @__PURE__ */ (0,
|
|
6925
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6834
6926
|
"path",
|
|
6835
6927
|
{
|
|
6836
6928
|
fill: "#fff",
|
|
6837
6929
|
d: "M376.053 15.765h-9.487V49.36h-11.149V15.876h-9.56V6.608h30.196zM204.29 15.782h-9.487v33.6h-11.149V15.895h-9.56V6.633h30.196zM93.047 6.652l12.637 23.357V6.608h10.179v42.775h-10.488L92.982 25.96v23.402H82.878V6.651zM242.366 35.996l5.154 13.364h-10.781a8334 8334 0 0 0-5.254-13.389h-4.683v13.398h-10.921V6.64h4.836c7.307 0 14.616-.037 21.922.017 2.864.02 4.677 1.613 4.742 4.448q.225 10.12 0 20.244c-.052 2.927-2.075 4.29-5.015 4.648m-15.525-20.1v11.248h8.609a.912.912 0 0 0 .909-.911v-9.428a.905.905 0 0 0-.909-.91zM71.772 49.392H61.244l-1.831-9.098H48.34c-.628 2.995-1.262 6.004-1.91 9.09H36.147c3.07-14.297 6.11-28.505 9.179-42.774h17.268c3.047 14.207 6.101 28.436 9.179 42.782M57.939 30.786 55 15.744h-2.134c-1.012 4.987-2.02 9.974-3.054 15.042zM10.818 40.21H24.46v9.173H0V6.608h10.818zM282.264 6.608v32.466a.92.92 0 0 1-.268.648.9.9 0 0 1-.645.267h-7.445a.9.9 0 0 1-.645-.267.92.92 0 0 1-.267-.648V6.608h-11.025V44.94c0 2.443 1.971 4.424 4.403 4.424h22.506c2.432 0 4.404-1.982 4.404-4.426V6.608zM131.337 49.383V6.657h22.522c5.154 0 8.955 3.645 8.989 8.81q.088 12.542 0 25.086c-.046 5.18-3.85 8.824-8.999 8.824h-22.512zm11.036-33.503v24.2c2.346 0 4.623.092 6.889-.031 1.554-.084 2.589-1.274 2.6-2.912q.067-9.16 0-18.32c-.013-1.644-1.046-2.828-2.596-2.912-2.27-.123-4.549-.03-6.893-.03zM306.214 36.48c0 1.9-.115 3.747.022 5.577.31 4.136 3.799 7.47 7.924 7.539q7.022.116 14.047 0c3.879-.06 7.534-3.112 7.826-6.906.268-3.905.275-7.825.02-11.731-.176-3.002-2.574-5.277-5.55-5.806a766 766 0 0 0-13.834-2.343c-.901-.142-1.186-.527-1.176-1.342.017-1.404 0-2.807.013-4.21 0-.96.462-1.414 1.457-1.405 2.875.027 5.752.021 8.627 0 .992 0 1.425.466 1.412 1.433v2.183h9.117c0-2.078.17-4.067-.036-6.017-.406-3.818-3.896-6.992-7.718-7.057a423 423 0 0 0-14.416 0c-3.784.07-7.434 3.38-7.651 7.124a108 108 0 0 0-.01 11.375c.147 3.103 2.539 5.547 5.567 6.082q6.97 1.233 13.954 2.367c.775.127 1.058.435 1.041 1.195-.031 1.485-.01 2.971-.01 4.458 0 .857-.414 1.298-1.283 1.298h-8.875c-.859 0-1.286-.458-1.304-1.3-.017-.842 0-1.63 0-2.509z"
|
|
6838
6930
|
}
|
|
6839
6931
|
),
|
|
6840
|
-
/* @__PURE__ */ (0,
|
|
6932
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime230.jsxs)(
|
|
6841
6933
|
"filter",
|
|
6842
6934
|
{
|
|
6843
6935
|
id: "landtrust-plus-dark_svg__a",
|
|
@@ -6848,8 +6940,8 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6848
6940
|
colorInterpolationFilters: "sRGB",
|
|
6849
6941
|
filterUnits: "userSpaceOnUse",
|
|
6850
6942
|
children: [
|
|
6851
|
-
/* @__PURE__ */ (0,
|
|
6852
|
-
/* @__PURE__ */ (0,
|
|
6943
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
6944
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6853
6945
|
"feColorMatrix",
|
|
6854
6946
|
{
|
|
6855
6947
|
in: "SourceAlpha",
|
|
@@ -6857,18 +6949,18 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6857
6949
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
6858
6950
|
}
|
|
6859
6951
|
),
|
|
6860
|
-
/* @__PURE__ */ (0,
|
|
6861
|
-
/* @__PURE__ */ (0,
|
|
6862
|
-
/* @__PURE__ */ (0,
|
|
6863
|
-
/* @__PURE__ */ (0,
|
|
6864
|
-
/* @__PURE__ */ (0,
|
|
6952
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("feOffset", { dy: 1 }),
|
|
6953
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("feGaussianBlur", { stdDeviation: 0.5 }),
|
|
6954
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
6955
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
|
|
6956
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6865
6957
|
"feBlend",
|
|
6866
6958
|
{
|
|
6867
6959
|
in2: "BackgroundImageFix",
|
|
6868
6960
|
result: "effect1_dropShadow_257_2540"
|
|
6869
6961
|
}
|
|
6870
6962
|
),
|
|
6871
|
-
/* @__PURE__ */ (0,
|
|
6963
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6872
6964
|
"feBlend",
|
|
6873
6965
|
{
|
|
6874
6966
|
in: "SourceGraphic",
|
|
@@ -6885,8 +6977,8 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6885
6977
|
var LandtrustPlusDark_default = SvgLandtrustPlusDark;
|
|
6886
6978
|
|
|
6887
6979
|
// src/Logo/components/LandtrustPlusLight.tsx
|
|
6888
|
-
var
|
|
6889
|
-
var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0,
|
|
6980
|
+
var import_jsx_runtime231 = require("@emotion/react/jsx-runtime");
|
|
6981
|
+
var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime231.jsxs)(
|
|
6890
6982
|
"svg",
|
|
6891
6983
|
{
|
|
6892
6984
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -6894,14 +6986,14 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6894
6986
|
fill: "none",
|
|
6895
6987
|
...props,
|
|
6896
6988
|
children: [
|
|
6897
|
-
/* @__PURE__ */ (0,
|
|
6989
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("g", { filter: "url(#landtrust-plus-light_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6898
6990
|
"path",
|
|
6899
6991
|
{
|
|
6900
6992
|
fill: "#000",
|
|
6901
6993
|
d: "M397.611 44.707a1.357 1.357 0 0 1-1.347-1.367V12.481c0-.755.603-1.367 1.347-1.367h3.893c.744 0 1.348.612 1.348 1.367V43.34c0 .755-.604 1.367-1.348 1.367zM384.364 31.24a1.357 1.357 0 0 1-1.347-1.367v-3.95c0-.755.603-1.367 1.347-1.367h30.414c.741 0 1.345.612 1.345 1.367v3.95c0 .755-.604 1.367-1.345 1.367z"
|
|
6902
6994
|
}
|
|
6903
6995
|
) }),
|
|
6904
|
-
/* @__PURE__ */ (0,
|
|
6996
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6905
6997
|
"path",
|
|
6906
6998
|
{
|
|
6907
6999
|
fill: "#FAD44E",
|
|
@@ -6910,14 +7002,14 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6910
7002
|
d: "M397.611 44.707a1.357 1.357 0 0 1-1.347-1.367V12.481c0-.755.603-1.367 1.347-1.367h3.893c.744 0 1.348.612 1.348 1.367V43.34c0 .755-.604 1.367-1.348 1.367zM384.364 31.24a1.357 1.357 0 0 1-1.347-1.367v-3.95c0-.755.603-1.367 1.347-1.367h30.414c.741 0 1.345.612 1.345 1.367v3.95c0 .755-.604 1.367-1.345 1.367z"
|
|
6911
7003
|
}
|
|
6912
7004
|
),
|
|
6913
|
-
/* @__PURE__ */ (0,
|
|
7005
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6914
7006
|
"path",
|
|
6915
7007
|
{
|
|
6916
7008
|
fill: "#1A202C",
|
|
6917
7009
|
d: "M376.053 15.765h-9.487V49.36h-11.149V15.876h-9.56V6.608h30.196zM204.29 15.782h-9.487v33.6h-11.149V15.895h-9.56V6.633h30.196zM93.047 6.652l12.637 23.357V6.608h10.179v42.775h-10.488L92.982 25.96v23.402H82.878V6.651zM242.366 35.996l5.154 13.364h-10.781a8334 8334 0 0 0-5.254-13.389h-4.683v13.398h-10.921V6.64h4.836c7.307 0 14.616-.037 21.922.017 2.864.02 4.677 1.613 4.742 4.448q.225 10.12 0 20.244c-.052 2.927-2.075 4.29-5.015 4.648m-15.525-20.1v11.248h8.609a.912.912 0 0 0 .909-.911v-9.428a.905.905 0 0 0-.909-.91zM71.772 49.392H61.244l-1.831-9.098H48.34c-.628 2.995-1.262 6.004-1.91 9.09H36.147c3.07-14.297 6.11-28.505 9.179-42.774h17.268c3.047 14.207 6.101 28.436 9.179 42.782M57.939 30.786 55 15.744h-2.134c-1.012 4.987-2.02 9.974-3.054 15.042zM10.818 40.21H24.46v9.173H0V6.608h10.818zM282.264 6.608v32.466a.92.92 0 0 1-.268.648.9.9 0 0 1-.645.267h-7.445a.9.9 0 0 1-.645-.267.92.92 0 0 1-.267-.648V6.608h-11.025V44.94c0 2.443 1.971 4.424 4.403 4.424h22.506c2.432 0 4.404-1.982 4.404-4.426V6.608zM131.337 49.383V6.657h22.522c5.154 0 8.955 3.645 8.989 8.81q.088 12.542 0 25.086c-.046 5.18-3.85 8.824-8.999 8.824h-22.512zm11.036-33.503v24.2c2.346 0 4.623.092 6.889-.031 1.554-.084 2.589-1.274 2.6-2.912q.067-9.16 0-18.32c-.013-1.644-1.046-2.828-2.596-2.912-2.27-.123-4.549-.03-6.893-.03zM306.214 36.48c0 1.9-.115 3.747.022 5.577.31 4.136 3.799 7.47 7.924 7.539q7.022.116 14.047 0c3.879-.06 7.534-3.112 7.826-6.906.268-3.905.275-7.825.02-11.731-.176-3.002-2.574-5.277-5.55-5.806a766 766 0 0 0-13.834-2.343c-.901-.142-1.186-.527-1.176-1.342.017-1.404 0-2.807.013-4.21 0-.96.462-1.414 1.457-1.405 2.875.027 5.752.021 8.627 0 .992 0 1.425.466 1.412 1.433v2.183h9.117c0-2.078.17-4.067-.036-6.017-.406-3.818-3.896-6.992-7.718-7.057a423 423 0 0 0-14.416 0c-3.784.07-7.434 3.38-7.651 7.124a108 108 0 0 0-.01 11.375c.147 3.103 2.539 5.547 5.567 6.082q6.97 1.233 13.954 2.367c.775.127 1.058.435 1.041 1.195-.031 1.485-.01 2.971-.01 4.458 0 .857-.414 1.298-1.283 1.298h-8.875c-.859 0-1.286-.458-1.304-1.3-.017-.842 0-1.63 0-2.509z"
|
|
6918
7010
|
}
|
|
6919
7011
|
),
|
|
6920
|
-
/* @__PURE__ */ (0,
|
|
7012
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime231.jsxs)(
|
|
6921
7013
|
"filter",
|
|
6922
7014
|
{
|
|
6923
7015
|
id: "landtrust-plus-light_svg__a",
|
|
@@ -6928,8 +7020,8 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6928
7020
|
colorInterpolationFilters: "sRGB",
|
|
6929
7021
|
filterUnits: "userSpaceOnUse",
|
|
6930
7022
|
children: [
|
|
6931
|
-
/* @__PURE__ */ (0,
|
|
6932
|
-
/* @__PURE__ */ (0,
|
|
7023
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
7024
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6933
7025
|
"feColorMatrix",
|
|
6934
7026
|
{
|
|
6935
7027
|
in: "SourceAlpha",
|
|
@@ -6937,18 +7029,18 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6937
7029
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
6938
7030
|
}
|
|
6939
7031
|
),
|
|
6940
|
-
/* @__PURE__ */ (0,
|
|
6941
|
-
/* @__PURE__ */ (0,
|
|
6942
|
-
/* @__PURE__ */ (0,
|
|
6943
|
-
/* @__PURE__ */ (0,
|
|
6944
|
-
/* @__PURE__ */ (0,
|
|
7032
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("feOffset", { dy: 1 }),
|
|
7033
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("feGaussianBlur", { stdDeviation: 0.5 }),
|
|
7034
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
7035
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
|
|
7036
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6945
7037
|
"feBlend",
|
|
6946
7038
|
{
|
|
6947
7039
|
in2: "BackgroundImageFix",
|
|
6948
7040
|
result: "effect1_dropShadow_257_2538"
|
|
6949
7041
|
}
|
|
6950
7042
|
),
|
|
6951
|
-
/* @__PURE__ */ (0,
|
|
7043
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6952
7044
|
"feBlend",
|
|
6953
7045
|
{
|
|
6954
7046
|
in: "SourceGraphic",
|
|
@@ -6965,8 +7057,8 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6965
7057
|
var LandtrustPlusLight_default = SvgLandtrustPlusLight;
|
|
6966
7058
|
|
|
6967
7059
|
// src/Logo/components/LandtrustStandardDark.tsx
|
|
6968
|
-
var
|
|
6969
|
-
var SvgLandtrustStandardDark = (props) => /* @__PURE__ */ (0,
|
|
7060
|
+
var import_jsx_runtime232 = require("@emotion/react/jsx-runtime");
|
|
7061
|
+
var SvgLandtrustStandardDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime232.jsxs)(
|
|
6970
7062
|
"svg",
|
|
6971
7063
|
{
|
|
6972
7064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -6974,14 +7066,14 @@ var SvgLandtrustStandardDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime
|
|
|
6974
7066
|
fill: "none",
|
|
6975
7067
|
...props,
|
|
6976
7068
|
children: [
|
|
6977
|
-
/* @__PURE__ */ (0,
|
|
7069
|
+
/* @__PURE__ */ (0, import_jsx_runtime232.jsx)(
|
|
6978
7070
|
"path",
|
|
6979
7071
|
{
|
|
6980
7072
|
fill: "#E2430C",
|
|
6981
7073
|
d: "m0 0 .037 47.582q-.003 1.401.186 2.79a15.6 15.6 0 0 0 1.223 4.315c1.787 3.934 3.9 6.263 5.914 8.25 4.047 4 8.07 6.023 10.83 7.383A50 50 0 0 0 28.29 74a50 50 0 0 0 10.103-3.68c2.76-1.36 6.783-3.384 10.83-7.383 2.014-1.987 4.126-4.316 5.921-8.25a15.7 15.7 0 0 0 1.223-4.316q.189-1.387.186-2.79L56.59 0zm51.397 5.141-.01 14.061H5.197l-.011-14.06zm-.023 31.322a30 30 0 0 0-3.911-.876c-.822-.126-4.159-.603-8.867-.05-2.086.248-3.97.712-7.736 1.64a197 197 0 0 0-6.62 1.774c-3.427 1.195-9.065 2.541-15.502 1.125a26 26 0 0 1-3.526-1.051L5.2 24.337h46.183zM36.542 65.57a41 41 0 0 1-8.252 3.009 41 41 0 0 1-8.249-3.009 69 69 0 0 1-1.53-.773l9.768-5.588 9.778 5.608c-.55.277-1.054.525-1.515.753m14.823-18.4q.001.736-.072 1.467a13.2 13.2 0 0 1-1.076 4.17c-1.46 3.213-3.182 5.114-4.83 6.739a28 28 0 0 1-2.348 2.074l-.235-.133-14.525-8.327-14.544 8.324-.203.115a28 28 0 0 1-2.328-2.057c-1.642-1.624-3.369-3.526-4.829-6.74A13.2 13.2 0 0 1 5.3 48.636a15 15 0 0 1-.073-1.467v-2.774q1.9.561 3.86.86c.82.127 4.16.603 8.87.05 2.083-.246 3.967-.712 7.732-1.639a184 184 0 0 0 6.62-1.766c3.428-1.197 9.064-2.541 15.503-1.125q1.823.399 3.569 1.051z"
|
|
6982
7074
|
}
|
|
6983
7075
|
),
|
|
6984
|
-
/* @__PURE__ */ (0,
|
|
7076
|
+
/* @__PURE__ */ (0, import_jsx_runtime232.jsx)(
|
|
6985
7077
|
"path",
|
|
6986
7078
|
{
|
|
6987
7079
|
fill: "#fff",
|
|
@@ -6994,8 +7086,8 @@ var SvgLandtrustStandardDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime
|
|
|
6994
7086
|
var LandtrustStandardDark_default = SvgLandtrustStandardDark;
|
|
6995
7087
|
|
|
6996
7088
|
// src/Logo/components/LandtrustStandardLight.tsx
|
|
6997
|
-
var
|
|
6998
|
-
var SvgLandtrustStandardLight = (props) => /* @__PURE__ */ (0,
|
|
7089
|
+
var import_jsx_runtime233 = require("@emotion/react/jsx-runtime");
|
|
7090
|
+
var SvgLandtrustStandardLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime233.jsxs)(
|
|
6999
7091
|
"svg",
|
|
7000
7092
|
{
|
|
7001
7093
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7003,14 +7095,14 @@ var SvgLandtrustStandardLight = (props) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
7003
7095
|
fill: "none",
|
|
7004
7096
|
...props,
|
|
7005
7097
|
children: [
|
|
7006
|
-
/* @__PURE__ */ (0,
|
|
7098
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
7007
7099
|
"path",
|
|
7008
7100
|
{
|
|
7009
7101
|
fill: "#E2430C",
|
|
7010
7102
|
d: "m0 0 .037 47.582q-.003 1.401.186 2.79a15.6 15.6 0 0 0 1.223 4.315c1.787 3.934 3.9 6.263 5.914 8.25 4.047 4 8.07 6.023 10.83 7.383A50 50 0 0 0 28.29 74a50 50 0 0 0 10.103-3.68c2.76-1.36 6.783-3.384 10.83-7.383 2.014-1.987 4.126-4.316 5.921-8.25a15.7 15.7 0 0 0 1.223-4.316q.189-1.387.186-2.79L56.59 0zm51.397 5.141-.01 14.061H5.197l-.011-14.06zm-.023 31.322a30 30 0 0 0-3.911-.876c-.822-.126-4.159-.603-8.867-.05-2.086.248-3.97.712-7.736 1.64a197 197 0 0 0-6.62 1.774c-3.427 1.195-9.065 2.541-15.502 1.125a26 26 0 0 1-3.526-1.051L5.2 24.337h46.183zM36.542 65.57a41 41 0 0 1-8.252 3.009 41 41 0 0 1-8.249-3.009 69 69 0 0 1-1.53-.773l9.768-5.588 9.778 5.608c-.55.277-1.054.525-1.515.753m14.823-18.4q.001.736-.072 1.467a13.2 13.2 0 0 1-1.076 4.17c-1.46 3.213-3.182 5.114-4.83 6.739a28 28 0 0 1-2.348 2.074l-.235-.133-14.525-8.327-14.544 8.324-.203.115a28 28 0 0 1-2.328-2.057c-1.642-1.624-3.369-3.526-4.829-6.74A13.2 13.2 0 0 1 5.3 48.636a15 15 0 0 1-.073-1.467v-2.774q1.9.561 3.86.86c.82.127 4.16.603 8.87.05 2.083-.246 3.967-.712 7.732-1.639a184 184 0 0 0 6.62-1.766c3.428-1.197 9.064-2.541 15.503-1.125q1.823.399 3.569 1.051z"
|
|
7011
7103
|
}
|
|
7012
7104
|
),
|
|
7013
|
-
/* @__PURE__ */ (0,
|
|
7105
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
7014
7106
|
"path",
|
|
7015
7107
|
{
|
|
7016
7108
|
fill: "#000",
|
|
@@ -7023,7 +7115,7 @@ var SvgLandtrustStandardLight = (props) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
7023
7115
|
var LandtrustStandardLight_default = SvgLandtrustStandardLight;
|
|
7024
7116
|
|
|
7025
7117
|
// src/Logo/Logo.tsx
|
|
7026
|
-
var
|
|
7118
|
+
var import_jsx_runtime234 = require("@emotion/react/jsx-runtime");
|
|
7027
7119
|
var logoStyles = (size) => import_react44.css`
|
|
7028
7120
|
width: ${space[size]};
|
|
7029
7121
|
height: auto;
|
|
@@ -7052,7 +7144,7 @@ var Logo = ({
|
|
|
7052
7144
|
return LandtrustStandardLight_default;
|
|
7053
7145
|
};
|
|
7054
7146
|
const LogoComponent = getLogoComponent();
|
|
7055
|
-
return /* @__PURE__ */ (0,
|
|
7147
|
+
return /* @__PURE__ */ (0, import_jsx_runtime234.jsx)(LogoComponent, { css: logoStyles(size), className, ...rest });
|
|
7056
7148
|
};
|
|
7057
7149
|
var Logo_default = Logo;
|
|
7058
7150
|
|
|
@@ -7160,7 +7252,7 @@ var avatarPlaceholderStyles = import_react45.css`
|
|
|
7160
7252
|
`;
|
|
7161
7253
|
|
|
7162
7254
|
// src/Navigation/Navigation.tsx
|
|
7163
|
-
var
|
|
7255
|
+
var import_jsx_runtime235 = require("@emotion/react/jsx-runtime");
|
|
7164
7256
|
var Navigation = ({
|
|
7165
7257
|
onMenuToggle,
|
|
7166
7258
|
className,
|
|
@@ -7174,7 +7266,7 @@ var Navigation = ({
|
|
|
7174
7266
|
onAvatarClick,
|
|
7175
7267
|
...rest
|
|
7176
7268
|
}) => {
|
|
7177
|
-
return /* @__PURE__ */ (0,
|
|
7269
|
+
return /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Box_default, { css: navigationStyles, className, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime235.jsxs)(
|
|
7178
7270
|
Box_default,
|
|
7179
7271
|
{
|
|
7180
7272
|
display: "flex",
|
|
@@ -7183,7 +7275,7 @@ var Navigation = ({
|
|
|
7183
7275
|
position: "relative",
|
|
7184
7276
|
css: containerStyles3,
|
|
7185
7277
|
children: [
|
|
7186
|
-
/* @__PURE__ */ (0,
|
|
7278
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
7187
7279
|
Box_default,
|
|
7188
7280
|
{
|
|
7189
7281
|
as: "button",
|
|
@@ -7195,11 +7287,11 @@ var Navigation = ({
|
|
|
7195
7287
|
border: "none",
|
|
7196
7288
|
padding: space[2],
|
|
7197
7289
|
css: hamburgerButtonStyles,
|
|
7198
|
-
children: /* @__PURE__ */ (0,
|
|
7290
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Icon_default, { variant: "Bars", size: "large" })
|
|
7199
7291
|
}
|
|
7200
7292
|
),
|
|
7201
|
-
/* @__PURE__ */ (0,
|
|
7202
|
-
/* @__PURE__ */ (0,
|
|
7293
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Box_default, { css: desktopLogoStyles, children: /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Logo_default, { variant: logoVariant, theme: logoTheme }) }),
|
|
7294
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Box_default, { position: "absolute", left: "50%", top: "50%", css: centeredLogoStyles, children: /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
7203
7295
|
Logo_default,
|
|
7204
7296
|
{
|
|
7205
7297
|
variant: logoVariant,
|
|
@@ -7208,8 +7300,8 @@ var Navigation = ({
|
|
|
7208
7300
|
css: logoStyles2
|
|
7209
7301
|
}
|
|
7210
7302
|
) }),
|
|
7211
|
-
/* @__PURE__ */ (0,
|
|
7212
|
-
/* @__PURE__ */ (0,
|
|
7303
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsxs)(Box_default, { css: desktopNavStyles, children: [
|
|
7304
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Box_default, { as: "nav", children: /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Box_default, { as: "ul", css: navLinksStyles, children: navLinks.map((link) => /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Box_default, { as: "li", children: /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
7213
7305
|
"a",
|
|
7214
7306
|
{
|
|
7215
7307
|
href: link.href,
|
|
@@ -7218,7 +7310,7 @@ var Navigation = ({
|
|
|
7218
7310
|
children: link.label
|
|
7219
7311
|
}
|
|
7220
7312
|
) }, link.href)) }) }),
|
|
7221
|
-
/* @__PURE__ */ (0,
|
|
7313
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
7222
7314
|
Box_default,
|
|
7223
7315
|
{
|
|
7224
7316
|
as: "button",
|
|
@@ -7303,7 +7395,7 @@ var contentStyles2 = import_react46.css`
|
|
|
7303
7395
|
`;
|
|
7304
7396
|
|
|
7305
7397
|
// src/PackageCard/PackageCard.tsx
|
|
7306
|
-
var
|
|
7398
|
+
var import_jsx_runtime236 = require("@emotion/react/jsx-runtime");
|
|
7307
7399
|
var PackageCard = ({
|
|
7308
7400
|
images,
|
|
7309
7401
|
title,
|
|
@@ -7320,13 +7412,13 @@ var PackageCard = ({
|
|
|
7320
7412
|
...rest
|
|
7321
7413
|
}) => {
|
|
7322
7414
|
const mainImage = images[0] || "";
|
|
7323
|
-
return /* @__PURE__ */ (0,
|
|
7324
|
-
/* @__PURE__ */ (0,
|
|
7325
|
-
tripsLeft && /* @__PURE__ */ (0,
|
|
7415
|
+
return /* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(Box_default, { css: cardContainerStyles3, className, ...rest, children: [
|
|
7416
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsx)(Box_default, { css: imageContainerStyles, onClick, children: /* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(Box_default, { css: [imageStyles2, { backgroundImage: `url(${mainImage})` }], children: [
|
|
7417
|
+
tripsLeft && /* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(AvailabilityBadge_default, { variant: "warning", css: badgeStyles2, children: [
|
|
7326
7418
|
tripsLeft,
|
|
7327
7419
|
" Trips Left"
|
|
7328
7420
|
] }),
|
|
7329
|
-
/* @__PURE__ */ (0,
|
|
7421
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
7330
7422
|
Box_default,
|
|
7331
7423
|
{
|
|
7332
7424
|
css: heartIconStyles,
|
|
@@ -7334,7 +7426,7 @@ var PackageCard = ({
|
|
|
7334
7426
|
e.stopPropagation();
|
|
7335
7427
|
onFavoriteClick == null ? void 0 : onFavoriteClick();
|
|
7336
7428
|
},
|
|
7337
|
-
children: /* @__PURE__ */ (0,
|
|
7429
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
7338
7430
|
Icon_default,
|
|
7339
7431
|
{
|
|
7340
7432
|
variant: isFavorited ? "HeartSolid" : "Heart",
|
|
@@ -7344,8 +7436,8 @@ var PackageCard = ({
|
|
|
7344
7436
|
}
|
|
7345
7437
|
)
|
|
7346
7438
|
] }) }),
|
|
7347
|
-
/* @__PURE__ */ (0,
|
|
7348
|
-
/* @__PURE__ */ (0,
|
|
7439
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(Box_default, { css: contentStyles2, children: [
|
|
7440
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(
|
|
7349
7441
|
Box_default,
|
|
7350
7442
|
{
|
|
7351
7443
|
onClick,
|
|
@@ -7354,9 +7446,9 @@ var PackageCard = ({
|
|
|
7354
7446
|
gap: "var(--spacing-1)",
|
|
7355
7447
|
mb: "var(--spacing-4)",
|
|
7356
7448
|
children: [
|
|
7357
|
-
/* @__PURE__ */ (0,
|
|
7358
|
-
/* @__PURE__ */ (0,
|
|
7359
|
-
/* @__PURE__ */ (0,
|
|
7449
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(Text_default, { size: "md", fontWeight: "bold", children: title }) }),
|
|
7450
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(Text_default, { size: "xs", fontWeight: "bold", children: subtitle }) }),
|
|
7451
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(Text_default, { size: "xs", fontWeight: "normal", children: [
|
|
7360
7452
|
"Starting Price ",
|
|
7361
7453
|
startingPrice,
|
|
7362
7454
|
" / Guest"
|
|
@@ -7364,22 +7456,22 @@ var PackageCard = ({
|
|
|
7364
7456
|
]
|
|
7365
7457
|
}
|
|
7366
7458
|
),
|
|
7367
|
-
/* @__PURE__ */ (0,
|
|
7368
|
-
days && /* @__PURE__ */ (0,
|
|
7459
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(Box_default, { display: "flex", gap: "var(--spacing-3)", alignItems: "center", children: [
|
|
7460
|
+
days && /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
7369
7461
|
IconLabel_default,
|
|
7370
7462
|
{
|
|
7371
7463
|
variant: "Calendar",
|
|
7372
7464
|
label: `${days} Day${days !== 1 ? "s" : ""}`
|
|
7373
7465
|
}
|
|
7374
7466
|
),
|
|
7375
|
-
guests && /* @__PURE__ */ (0,
|
|
7467
|
+
guests && /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
7376
7468
|
IconLabel_default,
|
|
7377
7469
|
{
|
|
7378
7470
|
variant: "User",
|
|
7379
7471
|
label: `${guests} Guest${guests !== 1 ? "s" : ""}`
|
|
7380
7472
|
}
|
|
7381
7473
|
),
|
|
7382
|
-
hasLodging && /* @__PURE__ */ (0,
|
|
7474
|
+
hasLodging && /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(IconLabel_default, { variant: "House", label: "Lodging" })
|
|
7383
7475
|
] })
|
|
7384
7476
|
] })
|
|
7385
7477
|
] });
|
|
@@ -7387,14 +7479,14 @@ var PackageCard = ({
|
|
|
7387
7479
|
var PackageCard_default = PackageCard;
|
|
7388
7480
|
|
|
7389
7481
|
// src/PackageHeader/PackageHeader.tsx
|
|
7390
|
-
var
|
|
7482
|
+
var import_jsx_runtime237 = require("@emotion/react/jsx-runtime");
|
|
7391
7483
|
var PackageHeader = ({
|
|
7392
7484
|
header,
|
|
7393
7485
|
subheader,
|
|
7394
7486
|
features,
|
|
7395
7487
|
className
|
|
7396
7488
|
}) => {
|
|
7397
|
-
return /* @__PURE__ */ (0,
|
|
7489
|
+
return /* @__PURE__ */ (0, import_jsx_runtime237.jsxs)(
|
|
7398
7490
|
Box_default,
|
|
7399
7491
|
{
|
|
7400
7492
|
display: "flex",
|
|
@@ -7403,9 +7495,9 @@ var PackageHeader = ({
|
|
|
7403
7495
|
color: "var(--text-primary)",
|
|
7404
7496
|
className,
|
|
7405
7497
|
children: [
|
|
7406
|
-
/* @__PURE__ */ (0,
|
|
7407
|
-
subheader && /* @__PURE__ */ (0,
|
|
7408
|
-
features && /* @__PURE__ */ (0,
|
|
7498
|
+
/* @__PURE__ */ (0, import_jsx_runtime237.jsx)(Heading_default, { size: "xs", fontWeight: "bold", children: header }),
|
|
7499
|
+
subheader && /* @__PURE__ */ (0, import_jsx_runtime237.jsx)(Text_default, { children: subheader }),
|
|
7500
|
+
features && /* @__PURE__ */ (0, import_jsx_runtime237.jsx)(FeatureList_default, { items: features })
|
|
7409
7501
|
]
|
|
7410
7502
|
}
|
|
7411
7503
|
);
|
|
@@ -7414,7 +7506,7 @@ var PackageHeader_default = PackageHeader;
|
|
|
7414
7506
|
|
|
7415
7507
|
// src/StarRating/StarRating.tsx
|
|
7416
7508
|
var import_react47 = require("@emotion/react");
|
|
7417
|
-
var
|
|
7509
|
+
var import_jsx_runtime238 = require("@emotion/react/jsx-runtime");
|
|
7418
7510
|
var starSize = {
|
|
7419
7511
|
sm: {
|
|
7420
7512
|
size: "medium",
|
|
@@ -7433,7 +7525,7 @@ var StarRating = ({
|
|
|
7433
7525
|
const stars = [];
|
|
7434
7526
|
for (let i = 1; i <= 5; i++) {
|
|
7435
7527
|
stars.push(
|
|
7436
|
-
/* @__PURE__ */ (0,
|
|
7528
|
+
/* @__PURE__ */ (0, import_jsx_runtime238.jsx)(
|
|
7437
7529
|
Icon_default,
|
|
7438
7530
|
{
|
|
7439
7531
|
variant: "StarSolid",
|
|
@@ -7447,7 +7539,7 @@ var StarRating = ({
|
|
|
7447
7539
|
)
|
|
7448
7540
|
);
|
|
7449
7541
|
}
|
|
7450
|
-
return /* @__PURE__ */ (0,
|
|
7542
|
+
return /* @__PURE__ */ (0, import_jsx_runtime238.jsx)(
|
|
7451
7543
|
Box_default,
|
|
7452
7544
|
{
|
|
7453
7545
|
className,
|
|
@@ -7461,7 +7553,7 @@ var StarRating = ({
|
|
|
7461
7553
|
var StarRating_default = StarRating;
|
|
7462
7554
|
|
|
7463
7555
|
// src/UserCard/UserCard.tsx
|
|
7464
|
-
var
|
|
7556
|
+
var import_jsx_runtime239 = require("@emotion/react/jsx-runtime");
|
|
7465
7557
|
var UserCard = ({
|
|
7466
7558
|
avatarSrc,
|
|
7467
7559
|
title,
|
|
@@ -7470,7 +7562,7 @@ var UserCard = ({
|
|
|
7470
7562
|
showRating = true,
|
|
7471
7563
|
className
|
|
7472
7564
|
}) => {
|
|
7473
|
-
return /* @__PURE__ */ (0,
|
|
7565
|
+
return /* @__PURE__ */ (0, import_jsx_runtime239.jsxs)(
|
|
7474
7566
|
Box_default,
|
|
7475
7567
|
{
|
|
7476
7568
|
display: "flex",
|
|
@@ -7478,11 +7570,11 @@ var UserCard = ({
|
|
|
7478
7570
|
gap: "var(--spacing-4)",
|
|
7479
7571
|
className,
|
|
7480
7572
|
children: [
|
|
7481
|
-
/* @__PURE__ */ (0,
|
|
7482
|
-
/* @__PURE__ */ (0,
|
|
7483
|
-
/* @__PURE__ */ (0,
|
|
7484
|
-
subtitle && /* @__PURE__ */ (0,
|
|
7485
|
-
showRating && rating !== void 0 && /* @__PURE__ */ (0,
|
|
7573
|
+
/* @__PURE__ */ (0, import_jsx_runtime239.jsx)(Avatar_default, { type: "image", src: avatarSrc, alt: `${title}'s avatar` }),
|
|
7574
|
+
/* @__PURE__ */ (0, import_jsx_runtime239.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "2px", children: [
|
|
7575
|
+
/* @__PURE__ */ (0, import_jsx_runtime239.jsx)(Text_default, { size: "md", fontWeight: "bold", children: title }),
|
|
7576
|
+
subtitle && /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(Text_default, { size: "sm", color: "text-secondary", children: subtitle }),
|
|
7577
|
+
showRating && rating !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(StarRating_default, { rating, size: "sm" })
|
|
7486
7578
|
] })
|
|
7487
7579
|
]
|
|
7488
7580
|
}
|
|
@@ -7502,13 +7594,13 @@ var imageStyles3 = import_react48.css`
|
|
|
7502
7594
|
`;
|
|
7503
7595
|
|
|
7504
7596
|
// src/ReviewCard/components/ReviewImages.tsx
|
|
7505
|
-
var
|
|
7597
|
+
var import_jsx_runtime240 = require("@emotion/react/jsx-runtime");
|
|
7506
7598
|
var ReviewImages = ({ images, maxImages = 3 }) => {
|
|
7507
7599
|
const displayImages = images.slice(0, maxImages);
|
|
7508
7600
|
if (displayImages.length === 0) {
|
|
7509
7601
|
return null;
|
|
7510
7602
|
}
|
|
7511
|
-
return /* @__PURE__ */ (0,
|
|
7603
|
+
return /* @__PURE__ */ (0, import_jsx_runtime240.jsx)(Box_default, { display: "flex", gap: "var(--spacing-2)", flexWrap: "wrap", children: displayImages.map((image, index) => /* @__PURE__ */ (0, import_jsx_runtime240.jsx)(
|
|
7512
7604
|
"img",
|
|
7513
7605
|
{
|
|
7514
7606
|
src: image,
|
|
@@ -7521,7 +7613,7 @@ var ReviewImages = ({ images, maxImages = 3 }) => {
|
|
|
7521
7613
|
var ReviewImages_default = ReviewImages;
|
|
7522
7614
|
|
|
7523
7615
|
// src/ReviewCard/components/ReviewReply.tsx
|
|
7524
|
-
var
|
|
7616
|
+
var import_jsx_runtime241 = require("@emotion/react/jsx-runtime");
|
|
7525
7617
|
var ReviewReply = ({
|
|
7526
7618
|
avatarSrc,
|
|
7527
7619
|
name,
|
|
@@ -7530,7 +7622,7 @@ var ReviewReply = ({
|
|
|
7530
7622
|
label,
|
|
7531
7623
|
rating
|
|
7532
7624
|
}) => {
|
|
7533
|
-
return /* @__PURE__ */ (0,
|
|
7625
|
+
return /* @__PURE__ */ (0, import_jsx_runtime241.jsxs)(
|
|
7534
7626
|
Box_default,
|
|
7535
7627
|
{
|
|
7536
7628
|
backgroundColor: "var(--surface-neutral)",
|
|
@@ -7540,7 +7632,7 @@ var ReviewReply = ({
|
|
|
7540
7632
|
flexDirection: "column",
|
|
7541
7633
|
gap: "var(--spacing-3)",
|
|
7542
7634
|
children: [
|
|
7543
|
-
/* @__PURE__ */ (0,
|
|
7635
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsxs)(
|
|
7544
7636
|
Box_default,
|
|
7545
7637
|
{
|
|
7546
7638
|
display: "flex",
|
|
@@ -7548,7 +7640,7 @@ var ReviewReply = ({
|
|
|
7548
7640
|
justifyContent: "space-between",
|
|
7549
7641
|
gap: "var(--spacing-2)",
|
|
7550
7642
|
children: [
|
|
7551
|
-
/* @__PURE__ */ (0,
|
|
7643
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsx)(
|
|
7552
7644
|
UserCard_default,
|
|
7553
7645
|
{
|
|
7554
7646
|
avatarSrc,
|
|
@@ -7557,11 +7649,11 @@ var ReviewReply = ({
|
|
|
7557
7649
|
rating
|
|
7558
7650
|
}
|
|
7559
7651
|
),
|
|
7560
|
-
/* @__PURE__ */ (0,
|
|
7652
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsx)(AvailabilityBadge_default, { variant: "neutral", children: label })
|
|
7561
7653
|
]
|
|
7562
7654
|
}
|
|
7563
7655
|
),
|
|
7564
|
-
/* @__PURE__ */ (0,
|
|
7656
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsx)(Text_default, { children: content })
|
|
7565
7657
|
]
|
|
7566
7658
|
}
|
|
7567
7659
|
);
|
|
@@ -7569,7 +7661,7 @@ var ReviewReply = ({
|
|
|
7569
7661
|
var ReviewReply_default = ReviewReply;
|
|
7570
7662
|
|
|
7571
7663
|
// src/ReviewCard/ReviewCard.tsx
|
|
7572
|
-
var
|
|
7664
|
+
var import_jsx_runtime242 = require("@emotion/react/jsx-runtime");
|
|
7573
7665
|
var ReviewCard = ({
|
|
7574
7666
|
avatarSrc,
|
|
7575
7667
|
name,
|
|
@@ -7581,7 +7673,7 @@ var ReviewCard = ({
|
|
|
7581
7673
|
replies = [],
|
|
7582
7674
|
className
|
|
7583
7675
|
}) => {
|
|
7584
|
-
return /* @__PURE__ */ (0,
|
|
7676
|
+
return /* @__PURE__ */ (0, import_jsx_runtime242.jsxs)(
|
|
7585
7677
|
Box_default,
|
|
7586
7678
|
{
|
|
7587
7679
|
backgroundColor: "white",
|
|
@@ -7590,10 +7682,9 @@ var ReviewCard = ({
|
|
|
7590
7682
|
display: "flex",
|
|
7591
7683
|
flexDirection: "column",
|
|
7592
7684
|
gap: "var(--spacing-4)",
|
|
7593
|
-
border: "1px solid var(--color-neutral-200)",
|
|
7594
7685
|
className,
|
|
7595
7686
|
children: [
|
|
7596
|
-
/* @__PURE__ */ (0,
|
|
7687
|
+
/* @__PURE__ */ (0, import_jsx_runtime242.jsx)(
|
|
7597
7688
|
UserCard_default,
|
|
7598
7689
|
{
|
|
7599
7690
|
avatarSrc,
|
|
@@ -7602,10 +7693,10 @@ var ReviewCard = ({
|
|
|
7602
7693
|
rating
|
|
7603
7694
|
}
|
|
7604
7695
|
),
|
|
7605
|
-
availabilityBadge && /* @__PURE__ */ (0,
|
|
7606
|
-
/* @__PURE__ */ (0,
|
|
7607
|
-
images.length > 0 && /* @__PURE__ */ (0,
|
|
7608
|
-
replies.length > 0 && /* @__PURE__ */ (0,
|
|
7696
|
+
availabilityBadge && /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(AvailabilityBadge_default, { variant: availabilityBadge.variant, children: availabilityBadge.text }) }),
|
|
7697
|
+
/* @__PURE__ */ (0, import_jsx_runtime242.jsx)(Text_default, { size: "md", children: content }),
|
|
7698
|
+
images.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(ReviewImages_default, { images }),
|
|
7699
|
+
replies.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-3)", children: replies.map((reply, index) => /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(
|
|
7609
7700
|
ReviewReply_default,
|
|
7610
7701
|
{
|
|
7611
7702
|
avatarSrc: reply.avatarSrc,
|
|
@@ -7624,9 +7715,9 @@ var ReviewCard = ({
|
|
|
7624
7715
|
var ReviewCard_default = ReviewCard;
|
|
7625
7716
|
|
|
7626
7717
|
// src/Reviews/components/ReviewItem.tsx
|
|
7627
|
-
var
|
|
7718
|
+
var import_jsx_runtime243 = require("@emotion/react/jsx-runtime");
|
|
7628
7719
|
var ReviewItem = ({ label, rating }) => {
|
|
7629
|
-
return /* @__PURE__ */ (0,
|
|
7720
|
+
return /* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(
|
|
7630
7721
|
Box_default,
|
|
7631
7722
|
{
|
|
7632
7723
|
display: "flex",
|
|
@@ -7634,10 +7725,10 @@ var ReviewItem = ({ label, rating }) => {
|
|
|
7634
7725
|
alignItems: "center",
|
|
7635
7726
|
width: "100%",
|
|
7636
7727
|
children: [
|
|
7637
|
-
/* @__PURE__ */ (0,
|
|
7638
|
-
/* @__PURE__ */ (0,
|
|
7639
|
-
/* @__PURE__ */ (0,
|
|
7640
|
-
/* @__PURE__ */ (0,
|
|
7728
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsx)(Text_default, { fontWeight: "semibold", children: label }),
|
|
7729
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-2)", children: [
|
|
7730
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsx)(Icon_default, { variant: "StarSolid", size: "large", fill: "var(--surface-action-2)" }),
|
|
7731
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(Text_default, { fontWeight: "semibold", children: [
|
|
7641
7732
|
rating,
|
|
7642
7733
|
"/5"
|
|
7643
7734
|
] })
|
|
@@ -7649,14 +7740,14 @@ var ReviewItem = ({ label, rating }) => {
|
|
|
7649
7740
|
var ReviewItem_default = ReviewItem;
|
|
7650
7741
|
|
|
7651
7742
|
// src/Reviews/Reviews.tsx
|
|
7652
|
-
var
|
|
7743
|
+
var import_jsx_runtime244 = require("@emotion/react/jsx-runtime");
|
|
7653
7744
|
var Reviews = ({
|
|
7654
7745
|
averageRating,
|
|
7655
7746
|
totalReviews,
|
|
7656
7747
|
items,
|
|
7657
7748
|
className
|
|
7658
7749
|
}) => {
|
|
7659
|
-
return /* @__PURE__ */ (0,
|
|
7750
|
+
return /* @__PURE__ */ (0, import_jsx_runtime244.jsxs)(
|
|
7660
7751
|
Box_default,
|
|
7661
7752
|
{
|
|
7662
7753
|
width: "100%",
|
|
@@ -7669,7 +7760,7 @@ var Reviews = ({
|
|
|
7669
7760
|
p: "var(--spacing-4)",
|
|
7670
7761
|
className,
|
|
7671
7762
|
children: [
|
|
7672
|
-
/* @__PURE__ */ (0,
|
|
7763
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsxs)(
|
|
7673
7764
|
Box_default,
|
|
7674
7765
|
{
|
|
7675
7766
|
display: "flex",
|
|
@@ -7677,9 +7768,9 @@ var Reviews = ({
|
|
|
7677
7768
|
alignItems: "center",
|
|
7678
7769
|
gap: "var(--spacing-2)",
|
|
7679
7770
|
children: [
|
|
7680
|
-
/* @__PURE__ */ (0,
|
|
7681
|
-
/* @__PURE__ */ (0,
|
|
7682
|
-
/* @__PURE__ */ (0,
|
|
7771
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsx)(Heading_default, { size: "sm", fontWeight: "bold", color: "text-primary", children: averageRating.toFixed(1) }),
|
|
7772
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsx)(StarRating_default, { rating: Math.floor(averageRating) }),
|
|
7773
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsxs)(Text_default, { size: "sm", color: "text-secondary", children: [
|
|
7683
7774
|
"Overall Rating \u2022 ",
|
|
7684
7775
|
totalReviews,
|
|
7685
7776
|
" Review",
|
|
@@ -7688,14 +7779,14 @@ var Reviews = ({
|
|
|
7688
7779
|
]
|
|
7689
7780
|
}
|
|
7690
7781
|
),
|
|
7691
|
-
/* @__PURE__ */ (0,
|
|
7782
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsx)(
|
|
7692
7783
|
Box_default,
|
|
7693
7784
|
{
|
|
7694
7785
|
display: "flex",
|
|
7695
7786
|
flexDirection: "column",
|
|
7696
7787
|
gap: "var(--spacing-2)",
|
|
7697
7788
|
width: "100%",
|
|
7698
|
-
children: items.map((item, index) => /* @__PURE__ */ (0,
|
|
7789
|
+
children: items.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime244.jsx)(ReviewItem_default, { label: item.label, rating: item.rating }, index))
|
|
7699
7790
|
}
|
|
7700
7791
|
)
|
|
7701
7792
|
]
|
|
@@ -7705,7 +7796,7 @@ var Reviews = ({
|
|
|
7705
7796
|
var Reviews_default = Reviews;
|
|
7706
7797
|
|
|
7707
7798
|
// src/Reviews/ReviewsShowcase.tsx
|
|
7708
|
-
var
|
|
7799
|
+
var import_jsx_runtime245 = require("@emotion/react/jsx-runtime");
|
|
7709
7800
|
var ReviewsShowcase = () => {
|
|
7710
7801
|
const sampleData = {
|
|
7711
7802
|
averageRating: 4,
|
|
@@ -7727,7 +7818,7 @@ var ReviewsShowcase = () => {
|
|
|
7727
7818
|
{ label: "Game Abundance", rating: 5 }
|
|
7728
7819
|
]
|
|
7729
7820
|
};
|
|
7730
|
-
return /* @__PURE__ */ (0,
|
|
7821
|
+
return /* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(
|
|
7731
7822
|
Box_default,
|
|
7732
7823
|
{
|
|
7733
7824
|
display: "flex",
|
|
@@ -7735,24 +7826,24 @@ var ReviewsShowcase = () => {
|
|
|
7735
7826
|
gap: "var(--spacing-8)",
|
|
7736
7827
|
p: "var(--spacing-6)",
|
|
7737
7828
|
children: [
|
|
7738
|
-
/* @__PURE__ */ (0,
|
|
7739
|
-
/* @__PURE__ */ (0,
|
|
7740
|
-
/* @__PURE__ */ (0,
|
|
7741
|
-
/* @__PURE__ */ (0,
|
|
7829
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Heading_default, { size: "lg", children: "Reviews Component Showcase" }),
|
|
7830
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-4)", children: [
|
|
7831
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Heading_default, { size: "md", children: "Default Reviews" }),
|
|
7832
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Box_default, { maxWidth: "400px", children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Reviews_default, { ...sampleData }) })
|
|
7742
7833
|
] }),
|
|
7743
|
-
/* @__PURE__ */ (0,
|
|
7744
|
-
/* @__PURE__ */ (0,
|
|
7745
|
-
/* @__PURE__ */ (0,
|
|
7834
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-4)", children: [
|
|
7835
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Heading_default, { size: "md", children: "High Rating Reviews" }),
|
|
7836
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Box_default, { maxWidth: "400px", children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Reviews_default, { ...highRatingData }) })
|
|
7746
7837
|
] }),
|
|
7747
|
-
/* @__PURE__ */ (0,
|
|
7748
|
-
/* @__PURE__ */ (0,
|
|
7749
|
-
/* @__PURE__ */ (0,
|
|
7838
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-4)", children: [
|
|
7839
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Heading_default, { size: "md", children: "Mobile Layout (320px width)" }),
|
|
7840
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(
|
|
7750
7841
|
Box_default,
|
|
7751
7842
|
{
|
|
7752
7843
|
maxWidth: "320px",
|
|
7753
7844
|
border: "1px solid var(--color-neutral-200)",
|
|
7754
7845
|
p: "var(--spacing-4)",
|
|
7755
|
-
children: /* @__PURE__ */ (0,
|
|
7846
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Reviews_default, { ...sampleData })
|
|
7756
7847
|
}
|
|
7757
7848
|
)
|
|
7758
7849
|
] })
|