@landtrustinc/design-system 1.2.8-beta.1 → 1.2.9
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 +5 -3
- package/dist/index.js +678 -580
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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,
|
|
@@ -5514,10 +5606,8 @@ var ChatWidget = ({
|
|
|
5514
5606
|
const messagesChanged = messages.length !== previousMessagesLength.current;
|
|
5515
5607
|
previousMessagesLength.current = messages.length;
|
|
5516
5608
|
if (messagesChanged || isThinking) {
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
savedScrollPosition.current = el.scrollHeight;
|
|
5520
|
-
});
|
|
5609
|
+
el.scrollTo({ top: el.scrollHeight, behavior: "smooth" });
|
|
5610
|
+
savedScrollPosition.current = el.scrollHeight;
|
|
5521
5611
|
}
|
|
5522
5612
|
}, [messages, isThinking, isExpanded]);
|
|
5523
5613
|
const messagesToRender = messages.length === 0 ? emptyState : messages;
|
|
@@ -5526,12 +5616,12 @@ var ChatWidget = ({
|
|
|
5526
5616
|
var _a;
|
|
5527
5617
|
const key = (_a = element.key) != null ? _a : index;
|
|
5528
5618
|
if (element.type === AIResponse_default) {
|
|
5529
|
-
return /* @__PURE__ */ (0,
|
|
5619
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { css: receivedWrapperStyles, children: element }, key);
|
|
5530
5620
|
}
|
|
5531
5621
|
if (element.type === MessageBubble_default) {
|
|
5532
|
-
return /* @__PURE__ */ (0,
|
|
5622
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Box_default, { css: sentWrapperStyles, children: element }, key);
|
|
5533
5623
|
}
|
|
5534
|
-
return /* @__PURE__ */ (0,
|
|
5624
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(import_react30.default.Fragment, { children: element }, key);
|
|
5535
5625
|
}),
|
|
5536
5626
|
[messagesToRender]
|
|
5537
5627
|
);
|
|
@@ -5542,7 +5632,7 @@ var ChatWidget = ({
|
|
|
5542
5632
|
onSubmit(trimmed);
|
|
5543
5633
|
setValue("");
|
|
5544
5634
|
};
|
|
5545
|
-
return /* @__PURE__ */ (0,
|
|
5635
|
+
return /* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(
|
|
5546
5636
|
Widget_default,
|
|
5547
5637
|
{
|
|
5548
5638
|
ariaLabel,
|
|
@@ -5554,10 +5644,10 @@ var ChatWidget = ({
|
|
|
5554
5644
|
containerProps,
|
|
5555
5645
|
closeOnClickOutside,
|
|
5556
5646
|
children: [
|
|
5557
|
-
/* @__PURE__ */ (0,
|
|
5558
|
-
/* @__PURE__ */ (0,
|
|
5559
|
-
/* @__PURE__ */ (0,
|
|
5560
|
-
/* @__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)(
|
|
5561
5651
|
Box_default,
|
|
5562
5652
|
{
|
|
5563
5653
|
display: "flex",
|
|
@@ -5565,9 +5655,9 @@ var ChatWidget = ({
|
|
|
5565
5655
|
justifyContent: "space-between",
|
|
5566
5656
|
gap: "var(--spacing-4)",
|
|
5567
5657
|
children: [
|
|
5568
|
-
/* @__PURE__ */ (0,
|
|
5569
|
-
/* @__PURE__ */ (0,
|
|
5570
|
-
/* @__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)(
|
|
5571
5661
|
Heading_default,
|
|
5572
5662
|
{
|
|
5573
5663
|
size: "2xs",
|
|
@@ -5577,25 +5667,25 @@ var ChatWidget = ({
|
|
|
5577
5667
|
}
|
|
5578
5668
|
)
|
|
5579
5669
|
] }),
|
|
5580
|
-
/* @__PURE__ */ (0,
|
|
5670
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5581
5671
|
Button_default,
|
|
5582
5672
|
{
|
|
5583
5673
|
variant: "text",
|
|
5584
5674
|
size: "xs",
|
|
5585
5675
|
"aria-label": "Close widget",
|
|
5586
5676
|
onClick: () => setExpanded(false),
|
|
5587
|
-
children: /* @__PURE__ */ (0,
|
|
5588
|
-
/* @__PURE__ */ (0,
|
|
5589
|
-
/* @__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" })
|
|
5590
5680
|
] })
|
|
5591
5681
|
}
|
|
5592
5682
|
)
|
|
5593
5683
|
]
|
|
5594
5684
|
}
|
|
5595
5685
|
),
|
|
5596
|
-
/* @__PURE__ */ (0,
|
|
5686
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsx)(Divider_default, { mt: 4, mb: 0 })
|
|
5597
5687
|
] }),
|
|
5598
|
-
/* @__PURE__ */ (0,
|
|
5688
|
+
/* @__PURE__ */ (0, import_jsx_runtime217.jsxs)(
|
|
5599
5689
|
Box_default,
|
|
5600
5690
|
{
|
|
5601
5691
|
ref: scrollRef,
|
|
@@ -5608,27 +5698,27 @@ var ChatWidget = ({
|
|
|
5608
5698
|
flexDirection: "column",
|
|
5609
5699
|
gap: "var(--spacing-2)",
|
|
5610
5700
|
children: [
|
|
5611
|
-
/* @__PURE__ */ (0,
|
|
5612
|
-
isThinking && /* @__PURE__ */ (0,
|
|
5613
|
-
/* @__PURE__ */ (0,
|
|
5614
|
-
/* @__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 })
|
|
5615
5705
|
] }) }),
|
|
5616
|
-
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)(
|
|
5617
5707
|
Box_default,
|
|
5618
5708
|
{
|
|
5619
5709
|
display: "flex",
|
|
5620
5710
|
flexDirection: "column",
|
|
5621
5711
|
gap: "var(--spacing-4)",
|
|
5622
5712
|
children: [
|
|
5623
|
-
/* @__PURE__ */ (0,
|
|
5624
|
-
/* @__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)(
|
|
5625
5715
|
Box_default,
|
|
5626
5716
|
{
|
|
5627
5717
|
display: "flex",
|
|
5628
5718
|
flexWrap: "wrap",
|
|
5629
5719
|
gap: "var(--spacing-4)",
|
|
5630
5720
|
alignItems: "flex-start",
|
|
5631
|
-
children: suggestedPrompts.map((prompt, index) => /* @__PURE__ */ (0,
|
|
5721
|
+
children: suggestedPrompts.map((prompt, index) => /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5632
5722
|
TagChip_default,
|
|
5633
5723
|
{
|
|
5634
5724
|
variant: "success",
|
|
@@ -5649,7 +5739,7 @@ var ChatWidget = ({
|
|
|
5649
5739
|
]
|
|
5650
5740
|
}
|
|
5651
5741
|
),
|
|
5652
|
-
/* @__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)(
|
|
5653
5743
|
TextArea_default,
|
|
5654
5744
|
{
|
|
5655
5745
|
rows: 3,
|
|
@@ -5673,7 +5763,7 @@ var ChatWidget_default = ChatWidget;
|
|
|
5673
5763
|
|
|
5674
5764
|
// src/FeatureList/components/FeatureListItem.tsx
|
|
5675
5765
|
var import_react_loading_skeleton = __toESM(require("react-loading-skeleton"));
|
|
5676
|
-
var
|
|
5766
|
+
var import_jsx_runtime218 = require("@emotion/react/jsx-runtime");
|
|
5677
5767
|
var FeatureListItem = ({
|
|
5678
5768
|
iconVariant,
|
|
5679
5769
|
label,
|
|
@@ -5687,8 +5777,8 @@ var FeatureListItem = ({
|
|
|
5687
5777
|
}) => {
|
|
5688
5778
|
const iconDimensions = IconSizeMap[iconSize];
|
|
5689
5779
|
if (isLoading) {
|
|
5690
|
-
return /* @__PURE__ */ (0,
|
|
5691
|
-
/* @__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)(
|
|
5692
5782
|
Box_default,
|
|
5693
5783
|
{
|
|
5694
5784
|
display: "flex",
|
|
@@ -5697,7 +5787,7 @@ var FeatureListItem = ({
|
|
|
5697
5787
|
className,
|
|
5698
5788
|
...rest,
|
|
5699
5789
|
children: [
|
|
5700
|
-
/* @__PURE__ */ (0,
|
|
5790
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
5701
5791
|
import_react_loading_skeleton.default,
|
|
5702
5792
|
{
|
|
5703
5793
|
circle: true,
|
|
@@ -5706,24 +5796,24 @@ var FeatureListItem = ({
|
|
|
5706
5796
|
borderRadius: 4
|
|
5707
5797
|
}
|
|
5708
5798
|
),
|
|
5709
|
-
/* @__PURE__ */ (0,
|
|
5799
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(import_react_loading_skeleton.default, { width: 120, height: 16, borderRadius: 4 })
|
|
5710
5800
|
]
|
|
5711
5801
|
}
|
|
5712
5802
|
),
|
|
5713
|
-
subtitle && /* @__PURE__ */ (0,
|
|
5714
|
-
/* @__PURE__ */ (0,
|
|
5715
|
-
/* @__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 })
|
|
5716
5806
|
] })
|
|
5717
5807
|
] });
|
|
5718
5808
|
}
|
|
5719
|
-
return /* @__PURE__ */ (0,
|
|
5720
|
-
/* @__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: [
|
|
5721
5811
|
label,
|
|
5722
5812
|
" "
|
|
5723
5813
|
] }),
|
|
5724
5814
|
subtitle
|
|
5725
|
-
] }) }) : /* @__PURE__ */ (0,
|
|
5726
|
-
/* @__PURE__ */ (0,
|
|
5815
|
+
] }) }) : /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(import_jsx_runtime218.Fragment, { children: [
|
|
5816
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsxs)(
|
|
5727
5817
|
Box_default,
|
|
5728
5818
|
{
|
|
5729
5819
|
display: "flex",
|
|
@@ -5732,23 +5822,23 @@ var FeatureListItem = ({
|
|
|
5732
5822
|
className,
|
|
5733
5823
|
...rest,
|
|
5734
5824
|
children: [
|
|
5735
|
-
iconVariant && /* @__PURE__ */ (0,
|
|
5736
|
-
/* @__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 })
|
|
5737
5827
|
]
|
|
5738
5828
|
}
|
|
5739
5829
|
),
|
|
5740
|
-
subtitle && /* @__PURE__ */ (0,
|
|
5741
|
-
/* @__PURE__ */ (0,
|
|
5742
|
-
/* @__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 })
|
|
5743
5833
|
] })
|
|
5744
5834
|
] }) });
|
|
5745
5835
|
};
|
|
5746
5836
|
var FeatureListItem_default = FeatureListItem;
|
|
5747
5837
|
|
|
5748
5838
|
// src/FeatureList/FeatureList.tsx
|
|
5749
|
-
var
|
|
5839
|
+
var import_jsx_runtime219 = require("@emotion/react/jsx-runtime");
|
|
5750
5840
|
var FeatureList = ({ heading, items, className }) => {
|
|
5751
|
-
return /* @__PURE__ */ (0,
|
|
5841
|
+
return /* @__PURE__ */ (0, import_jsx_runtime219.jsxs)(
|
|
5752
5842
|
Box_default,
|
|
5753
5843
|
{
|
|
5754
5844
|
display: "flex",
|
|
@@ -5756,8 +5846,8 @@ var FeatureList = ({ heading, items, className }) => {
|
|
|
5756
5846
|
gap: "var(--spacing-2)",
|
|
5757
5847
|
className,
|
|
5758
5848
|
children: [
|
|
5759
|
-
heading && /* @__PURE__ */ (0,
|
|
5760
|
-
/* @__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}`)) })
|
|
5761
5851
|
]
|
|
5762
5852
|
}
|
|
5763
5853
|
);
|
|
@@ -5793,7 +5883,7 @@ var getBackgroundWithGradient = (imageUrl) => import_react31.css`
|
|
|
5793
5883
|
`;
|
|
5794
5884
|
|
|
5795
5885
|
// src/FieldNoteCard/FieldNoteCard.tsx
|
|
5796
|
-
var
|
|
5886
|
+
var import_jsx_runtime220 = require("@emotion/react/jsx-runtime");
|
|
5797
5887
|
var FieldNoteCard = ({
|
|
5798
5888
|
backgroundImage,
|
|
5799
5889
|
title,
|
|
@@ -5802,14 +5892,14 @@ var FieldNoteCard = ({
|
|
|
5802
5892
|
className,
|
|
5803
5893
|
...rest
|
|
5804
5894
|
}) => {
|
|
5805
|
-
return /* @__PURE__ */ (0,
|
|
5895
|
+
return /* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
5806
5896
|
Box_default,
|
|
5807
5897
|
{
|
|
5808
5898
|
display: "flex",
|
|
5809
5899
|
css: cardContainerStyles,
|
|
5810
5900
|
className,
|
|
5811
5901
|
...rest,
|
|
5812
|
-
children: /* @__PURE__ */ (0,
|
|
5902
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
5813
5903
|
Box_default,
|
|
5814
5904
|
{
|
|
5815
5905
|
display: "flex",
|
|
@@ -5817,9 +5907,9 @@ var FieldNoteCard = ({
|
|
|
5817
5907
|
justifyContent: "flex-end",
|
|
5818
5908
|
p: 6,
|
|
5819
5909
|
css: [cardContentStyles, getBackgroundWithGradient(backgroundImage)],
|
|
5820
|
-
children: /* @__PURE__ */ (0,
|
|
5821
|
-
/* @__PURE__ */ (0,
|
|
5822
|
-
/* @__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 })
|
|
5823
5913
|
] })
|
|
5824
5914
|
}
|
|
5825
5915
|
)
|
|
@@ -5830,7 +5920,7 @@ var FieldNoteCard_default = FieldNoteCard;
|
|
|
5830
5920
|
|
|
5831
5921
|
// src/Form/FormField.tsx
|
|
5832
5922
|
var import_react32 = require("@emotion/react");
|
|
5833
|
-
var
|
|
5923
|
+
var import_jsx_runtime221 = require("@emotion/react/jsx-runtime");
|
|
5834
5924
|
var fieldContainerStyles = import_react32.css`
|
|
5835
5925
|
display: flex;
|
|
5836
5926
|
flex-direction: column;
|
|
@@ -5897,21 +5987,21 @@ var FormField = ({
|
|
|
5897
5987
|
const hasError = !!error;
|
|
5898
5988
|
const hasSuccess = !!success && !hasError;
|
|
5899
5989
|
const hasHelpText = !!helpText && !hasError && !hasSuccess;
|
|
5900
|
-
return /* @__PURE__ */ (0,
|
|
5901
|
-
label && /* @__PURE__ */ (0,
|
|
5990
|
+
return /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("div", { css: fieldContainerStyles, className, children: [
|
|
5991
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)(
|
|
5902
5992
|
"label",
|
|
5903
5993
|
{
|
|
5904
5994
|
htmlFor,
|
|
5905
5995
|
css: [labelStyles2, hideLabel && visuallyHiddenStyles],
|
|
5906
5996
|
children: [
|
|
5907
5997
|
label,
|
|
5908
|
-
required && /* @__PURE__ */ (0,
|
|
5998
|
+
required && /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("span", { css: requiredIndicatorStyles, "aria-label": "required", children: "*" })
|
|
5909
5999
|
]
|
|
5910
6000
|
}
|
|
5911
6001
|
),
|
|
5912
6002
|
children,
|
|
5913
|
-
hasError && /* @__PURE__ */ (0,
|
|
5914
|
-
/* @__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)(
|
|
5915
6005
|
"path",
|
|
5916
6006
|
{
|
|
5917
6007
|
fillRule: "evenodd",
|
|
@@ -5921,8 +6011,8 @@ var FormField = ({
|
|
|
5921
6011
|
) }),
|
|
5922
6012
|
error
|
|
5923
6013
|
] }),
|
|
5924
|
-
hasSuccess && /* @__PURE__ */ (0,
|
|
5925
|
-
/* @__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)(
|
|
5926
6016
|
"path",
|
|
5927
6017
|
{
|
|
5928
6018
|
fillRule: "evenodd",
|
|
@@ -5932,14 +6022,14 @@ var FormField = ({
|
|
|
5932
6022
|
) }),
|
|
5933
6023
|
success
|
|
5934
6024
|
] }),
|
|
5935
|
-
hasHelpText && /* @__PURE__ */ (0,
|
|
6025
|
+
hasHelpText && /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("div", { css: helpTextStyles, children: helpText })
|
|
5936
6026
|
] });
|
|
5937
6027
|
};
|
|
5938
6028
|
|
|
5939
6029
|
// src/Form/Input.tsx
|
|
5940
6030
|
var import_react33 = require("@emotion/react");
|
|
5941
6031
|
var import_react34 = require("react");
|
|
5942
|
-
var
|
|
6032
|
+
var import_jsx_runtime222 = require("@emotion/react/jsx-runtime");
|
|
5943
6033
|
var inputStyles = import_react33.css`
|
|
5944
6034
|
position: relative;
|
|
5945
6035
|
width: 100%;
|
|
@@ -6069,9 +6159,9 @@ var Input = (0, import_react34.forwardRef)(
|
|
|
6069
6159
|
hasEndIcon && "has-end-icon",
|
|
6070
6160
|
className
|
|
6071
6161
|
].filter(Boolean).join(" ");
|
|
6072
|
-
return /* @__PURE__ */ (0,
|
|
6073
|
-
hasStartIcon && /* @__PURE__ */ (0,
|
|
6074
|
-
/* @__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)(
|
|
6075
6165
|
"input",
|
|
6076
6166
|
{
|
|
6077
6167
|
ref,
|
|
@@ -6088,7 +6178,7 @@ var Input = (0, import_react34.forwardRef)(
|
|
|
6088
6178
|
...props
|
|
6089
6179
|
}
|
|
6090
6180
|
),
|
|
6091
|
-
hasEndIcon && /* @__PURE__ */ (0,
|
|
6181
|
+
hasEndIcon && /* @__PURE__ */ (0, import_jsx_runtime222.jsx)("div", { css: endIconStyles, children: endIcon })
|
|
6092
6182
|
] });
|
|
6093
6183
|
}
|
|
6094
6184
|
);
|
|
@@ -6097,7 +6187,7 @@ Input.displayName = "Input";
|
|
|
6097
6187
|
// src/Form/Select.tsx
|
|
6098
6188
|
var import_react35 = require("@emotion/react");
|
|
6099
6189
|
var import_react36 = require("react");
|
|
6100
|
-
var
|
|
6190
|
+
var import_jsx_runtime223 = require("@emotion/react/jsx-runtime");
|
|
6101
6191
|
var selectStyles = import_react35.css`
|
|
6102
6192
|
position: relative;
|
|
6103
6193
|
width: 100%;
|
|
@@ -6194,7 +6284,7 @@ var Select = (0, import_react36.forwardRef)(
|
|
|
6194
6284
|
className = "",
|
|
6195
6285
|
...props
|
|
6196
6286
|
}, ref) => {
|
|
6197
|
-
return /* @__PURE__ */ (0,
|
|
6287
|
+
return /* @__PURE__ */ (0, import_jsx_runtime223.jsxs)(
|
|
6198
6288
|
"select",
|
|
6199
6289
|
{
|
|
6200
6290
|
ref,
|
|
@@ -6203,8 +6293,8 @@ var Select = (0, import_react36.forwardRef)(
|
|
|
6203
6293
|
className,
|
|
6204
6294
|
...props,
|
|
6205
6295
|
children: [
|
|
6206
|
-
placeholderOption && /* @__PURE__ */ (0,
|
|
6207
|
-
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)(
|
|
6208
6298
|
"option",
|
|
6209
6299
|
{
|
|
6210
6300
|
value: option.value,
|
|
@@ -6462,7 +6552,7 @@ var generateJustifyItems = (justifyItems) => {
|
|
|
6462
6552
|
};
|
|
6463
6553
|
|
|
6464
6554
|
// src/Grid/Column.tsx
|
|
6465
|
-
var
|
|
6555
|
+
var import_jsx_runtime224 = require("@emotion/react/jsx-runtime");
|
|
6466
6556
|
var Column = ({
|
|
6467
6557
|
span,
|
|
6468
6558
|
start,
|
|
@@ -6491,13 +6581,13 @@ var Column = ({
|
|
|
6491
6581
|
grid-area: ${area};
|
|
6492
6582
|
`
|
|
6493
6583
|
].filter(Boolean);
|
|
6494
|
-
return /* @__PURE__ */ (0,
|
|
6584
|
+
return /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(Box_default, { css: columnStyles, ...props, children });
|
|
6495
6585
|
};
|
|
6496
6586
|
var Column_default = Column;
|
|
6497
6587
|
|
|
6498
6588
|
// src/Grid/Grid.tsx
|
|
6499
6589
|
var import_react39 = require("@emotion/react");
|
|
6500
|
-
var
|
|
6590
|
+
var import_jsx_runtime225 = require("@emotion/react/jsx-runtime");
|
|
6501
6591
|
var baseGridStyles = import_react39.css`
|
|
6502
6592
|
display: grid;
|
|
6503
6593
|
`;
|
|
@@ -6536,13 +6626,13 @@ var Grid = ({
|
|
|
6536
6626
|
justify-content: ${typeof justifyContent === "string" ? justifyContent : justifyContent._};
|
|
6537
6627
|
`
|
|
6538
6628
|
].filter(Boolean);
|
|
6539
|
-
return /* @__PURE__ */ (0,
|
|
6629
|
+
return /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(Box_default, { css: gridStyles, ...props, children });
|
|
6540
6630
|
};
|
|
6541
6631
|
var Grid_default = Grid;
|
|
6542
6632
|
|
|
6543
6633
|
// src/Grid/GridContainer.tsx
|
|
6544
6634
|
var import_react40 = require("@emotion/react");
|
|
6545
|
-
var
|
|
6635
|
+
var import_jsx_runtime226 = require("@emotion/react/jsx-runtime");
|
|
6546
6636
|
var baseContainerStyles = import_react40.css`
|
|
6547
6637
|
width: 100%;
|
|
6548
6638
|
margin: 0 auto;
|
|
@@ -6587,7 +6677,7 @@ var GridContainer = ({
|
|
|
6587
6677
|
baseContainerStyles,
|
|
6588
6678
|
generateMaxWidthStyles(maxWidth)
|
|
6589
6679
|
];
|
|
6590
|
-
return /* @__PURE__ */ (0,
|
|
6680
|
+
return /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(Box_default, { css: containerStyles4, className, ...props, children });
|
|
6591
6681
|
};
|
|
6592
6682
|
var GridContainer_default = GridContainer;
|
|
6593
6683
|
|
|
@@ -6620,7 +6710,7 @@ var getBackgroundWithGradient2 = (imageUrl) => import_react41.css`
|
|
|
6620
6710
|
`;
|
|
6621
6711
|
|
|
6622
6712
|
// src/HuntCard/HuntCard.tsx
|
|
6623
|
-
var
|
|
6713
|
+
var import_jsx_runtime227 = require("@emotion/react/jsx-runtime");
|
|
6624
6714
|
var HuntCard = ({
|
|
6625
6715
|
backgroundImage,
|
|
6626
6716
|
title,
|
|
@@ -6629,14 +6719,14 @@ var HuntCard = ({
|
|
|
6629
6719
|
className,
|
|
6630
6720
|
...rest
|
|
6631
6721
|
}) => {
|
|
6632
|
-
return /* @__PURE__ */ (0,
|
|
6722
|
+
return /* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
6633
6723
|
Box_default,
|
|
6634
6724
|
{
|
|
6635
6725
|
display: "flex",
|
|
6636
6726
|
css: cardContainerStyles2,
|
|
6637
6727
|
className,
|
|
6638
6728
|
...rest,
|
|
6639
|
-
children: /* @__PURE__ */ (0,
|
|
6729
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
6640
6730
|
Box_default,
|
|
6641
6731
|
{
|
|
6642
6732
|
display: "flex",
|
|
@@ -6644,9 +6734,9 @@ var HuntCard = ({
|
|
|
6644
6734
|
justifyContent: "flex-end",
|
|
6645
6735
|
p: 6,
|
|
6646
6736
|
css: [cardContentStyles2, getBackgroundWithGradient2(backgroundImage)],
|
|
6647
|
-
children: /* @__PURE__ */ (0,
|
|
6648
|
-
/* @__PURE__ */ (0,
|
|
6649
|
-
/* @__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 })
|
|
6650
6740
|
] })
|
|
6651
6741
|
}
|
|
6652
6742
|
)
|
|
@@ -6656,9 +6746,9 @@ var HuntCard = ({
|
|
|
6656
6746
|
var HuntCard_default = HuntCard;
|
|
6657
6747
|
|
|
6658
6748
|
// src/InfoBox/InfoBox.tsx
|
|
6659
|
-
var
|
|
6749
|
+
var import_jsx_runtime228 = require("@emotion/react/jsx-runtime");
|
|
6660
6750
|
var InfoBox = ({ heading, features, className }) => {
|
|
6661
|
-
return /* @__PURE__ */ (0,
|
|
6751
|
+
return /* @__PURE__ */ (0, import_jsx_runtime228.jsxs)(
|
|
6662
6752
|
Box_default,
|
|
6663
6753
|
{
|
|
6664
6754
|
display: "flex",
|
|
@@ -6667,8 +6757,8 @@ var InfoBox = ({ heading, features, className }) => {
|
|
|
6667
6757
|
className,
|
|
6668
6758
|
color: "var(--text-primary)",
|
|
6669
6759
|
children: [
|
|
6670
|
-
/* @__PURE__ */ (0,
|
|
6671
|
-
/* @__PURE__ */ (0,
|
|
6760
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(Heading_default, { size: "2xs", fontWeight: "bold", children: heading }),
|
|
6761
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
6672
6762
|
Box_default,
|
|
6673
6763
|
{
|
|
6674
6764
|
display: "flex",
|
|
@@ -6678,7 +6768,7 @@ var InfoBox = ({ heading, features, className }) => {
|
|
|
6678
6768
|
borderRadius: "var(--radius-lg)",
|
|
6679
6769
|
bg: "var(--surface-neutral)",
|
|
6680
6770
|
className,
|
|
6681
|
-
children: features.map((section, index) => /* @__PURE__ */ (0,
|
|
6771
|
+
children: features.map((section, index) => /* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
6682
6772
|
FeatureList_default,
|
|
6683
6773
|
{
|
|
6684
6774
|
heading: section.heading,
|
|
@@ -6734,7 +6824,7 @@ var inputWrapperStyles2 = import_react42.css`
|
|
|
6734
6824
|
`;
|
|
6735
6825
|
|
|
6736
6826
|
// src/ListingChat/ListingChat.tsx
|
|
6737
|
-
var
|
|
6827
|
+
var import_jsx_runtime229 = require("@emotion/react/jsx-runtime");
|
|
6738
6828
|
var ListingChat = ({
|
|
6739
6829
|
onSubmit,
|
|
6740
6830
|
placeholder = "Ask anything about this listing\u2026",
|
|
@@ -6761,18 +6851,18 @@ var ListingChat = ({
|
|
|
6761
6851
|
},
|
|
6762
6852
|
[onSubmit]
|
|
6763
6853
|
);
|
|
6764
|
-
return /* @__PURE__ */ (0,
|
|
6765
|
-
/* @__PURE__ */ (0,
|
|
6766
|
-
/* @__PURE__ */ (0,
|
|
6767
|
-
/* @__PURE__ */ (0,
|
|
6768
|
-
/* @__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." })
|
|
6769
6859
|
] }),
|
|
6770
|
-
/* @__PURE__ */ (0,
|
|
6771
|
-
/* @__PURE__ */ (0,
|
|
6772
|
-
/* @__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" })
|
|
6773
6863
|
] })
|
|
6774
6864
|
] }),
|
|
6775
|
-
/* @__PURE__ */ (0,
|
|
6865
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(Box_default, { css: inputWrapperStyles2, children: /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(
|
|
6776
6866
|
TextArea,
|
|
6777
6867
|
{
|
|
6778
6868
|
rows: 1,
|
|
@@ -6787,14 +6877,14 @@ var ListingChat = ({
|
|
|
6787
6877
|
css: textAreaStyles
|
|
6788
6878
|
}
|
|
6789
6879
|
) }),
|
|
6790
|
-
tags.length > 0 && /* @__PURE__ */ (0,
|
|
6791
|
-
/* @__PURE__ */ (0,
|
|
6792
|
-
/* @__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)(
|
|
6793
6883
|
"button",
|
|
6794
6884
|
{
|
|
6795
6885
|
onClick: handleTagClick(tag),
|
|
6796
6886
|
disabled,
|
|
6797
|
-
children: /* @__PURE__ */ (0,
|
|
6887
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime229.jsx)(TagChip_default, { children: tag })
|
|
6798
6888
|
},
|
|
6799
6889
|
tag
|
|
6800
6890
|
)) })
|
|
@@ -6807,8 +6897,8 @@ var ListingChat_default = ListingChat;
|
|
|
6807
6897
|
var import_react44 = require("@emotion/react");
|
|
6808
6898
|
|
|
6809
6899
|
// src/Logo/components/LandtrustPlusDark.tsx
|
|
6810
|
-
var
|
|
6811
|
-
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)(
|
|
6812
6902
|
"svg",
|
|
6813
6903
|
{
|
|
6814
6904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -6816,14 +6906,14 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6816
6906
|
fill: "none",
|
|
6817
6907
|
...props,
|
|
6818
6908
|
children: [
|
|
6819
|
-
/* @__PURE__ */ (0,
|
|
6909
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("g", { filter: "url(#landtrust-plus-dark_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6820
6910
|
"path",
|
|
6821
6911
|
{
|
|
6822
6912
|
fill: "#000",
|
|
6823
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"
|
|
6824
6914
|
}
|
|
6825
6915
|
) }),
|
|
6826
|
-
/* @__PURE__ */ (0,
|
|
6916
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6827
6917
|
"path",
|
|
6828
6918
|
{
|
|
6829
6919
|
fill: "#FAD44E",
|
|
@@ -6832,14 +6922,14 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6832
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"
|
|
6833
6923
|
}
|
|
6834
6924
|
),
|
|
6835
|
-
/* @__PURE__ */ (0,
|
|
6925
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6836
6926
|
"path",
|
|
6837
6927
|
{
|
|
6838
6928
|
fill: "#fff",
|
|
6839
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"
|
|
6840
6930
|
}
|
|
6841
6931
|
),
|
|
6842
|
-
/* @__PURE__ */ (0,
|
|
6932
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime230.jsxs)(
|
|
6843
6933
|
"filter",
|
|
6844
6934
|
{
|
|
6845
6935
|
id: "landtrust-plus-dark_svg__a",
|
|
@@ -6850,8 +6940,8 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6850
6940
|
colorInterpolationFilters: "sRGB",
|
|
6851
6941
|
filterUnits: "userSpaceOnUse",
|
|
6852
6942
|
children: [
|
|
6853
|
-
/* @__PURE__ */ (0,
|
|
6854
|
-
/* @__PURE__ */ (0,
|
|
6943
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
6944
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6855
6945
|
"feColorMatrix",
|
|
6856
6946
|
{
|
|
6857
6947
|
in: "SourceAlpha",
|
|
@@ -6859,18 +6949,18 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6859
6949
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
6860
6950
|
}
|
|
6861
6951
|
),
|
|
6862
|
-
/* @__PURE__ */ (0,
|
|
6863
|
-
/* @__PURE__ */ (0,
|
|
6864
|
-
/* @__PURE__ */ (0,
|
|
6865
|
-
/* @__PURE__ */ (0,
|
|
6866
|
-
/* @__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)(
|
|
6867
6957
|
"feBlend",
|
|
6868
6958
|
{
|
|
6869
6959
|
in2: "BackgroundImageFix",
|
|
6870
6960
|
result: "effect1_dropShadow_257_2540"
|
|
6871
6961
|
}
|
|
6872
6962
|
),
|
|
6873
|
-
/* @__PURE__ */ (0,
|
|
6963
|
+
/* @__PURE__ */ (0, import_jsx_runtime230.jsx)(
|
|
6874
6964
|
"feBlend",
|
|
6875
6965
|
{
|
|
6876
6966
|
in: "SourceGraphic",
|
|
@@ -6887,8 +6977,8 @@ var SvgLandtrustPlusDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime229.
|
|
|
6887
6977
|
var LandtrustPlusDark_default = SvgLandtrustPlusDark;
|
|
6888
6978
|
|
|
6889
6979
|
// src/Logo/components/LandtrustPlusLight.tsx
|
|
6890
|
-
var
|
|
6891
|
-
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)(
|
|
6892
6982
|
"svg",
|
|
6893
6983
|
{
|
|
6894
6984
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -6896,14 +6986,14 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6896
6986
|
fill: "none",
|
|
6897
6987
|
...props,
|
|
6898
6988
|
children: [
|
|
6899
|
-
/* @__PURE__ */ (0,
|
|
6989
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("g", { filter: "url(#landtrust-plus-light_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6900
6990
|
"path",
|
|
6901
6991
|
{
|
|
6902
6992
|
fill: "#000",
|
|
6903
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"
|
|
6904
6994
|
}
|
|
6905
6995
|
) }),
|
|
6906
|
-
/* @__PURE__ */ (0,
|
|
6996
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6907
6997
|
"path",
|
|
6908
6998
|
{
|
|
6909
6999
|
fill: "#FAD44E",
|
|
@@ -6912,14 +7002,14 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6912
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"
|
|
6913
7003
|
}
|
|
6914
7004
|
),
|
|
6915
|
-
/* @__PURE__ */ (0,
|
|
7005
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6916
7006
|
"path",
|
|
6917
7007
|
{
|
|
6918
7008
|
fill: "#1A202C",
|
|
6919
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"
|
|
6920
7010
|
}
|
|
6921
7011
|
),
|
|
6922
|
-
/* @__PURE__ */ (0,
|
|
7012
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime231.jsxs)(
|
|
6923
7013
|
"filter",
|
|
6924
7014
|
{
|
|
6925
7015
|
id: "landtrust-plus-light_svg__a",
|
|
@@ -6930,8 +7020,8 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6930
7020
|
colorInterpolationFilters: "sRGB",
|
|
6931
7021
|
filterUnits: "userSpaceOnUse",
|
|
6932
7022
|
children: [
|
|
6933
|
-
/* @__PURE__ */ (0,
|
|
6934
|
-
/* @__PURE__ */ (0,
|
|
7023
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
7024
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6935
7025
|
"feColorMatrix",
|
|
6936
7026
|
{
|
|
6937
7027
|
in: "SourceAlpha",
|
|
@@ -6939,18 +7029,18 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6939
7029
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
6940
7030
|
}
|
|
6941
7031
|
),
|
|
6942
|
-
/* @__PURE__ */ (0,
|
|
6943
|
-
/* @__PURE__ */ (0,
|
|
6944
|
-
/* @__PURE__ */ (0,
|
|
6945
|
-
/* @__PURE__ */ (0,
|
|
6946
|
-
/* @__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)(
|
|
6947
7037
|
"feBlend",
|
|
6948
7038
|
{
|
|
6949
7039
|
in2: "BackgroundImageFix",
|
|
6950
7040
|
result: "effect1_dropShadow_257_2538"
|
|
6951
7041
|
}
|
|
6952
7042
|
),
|
|
6953
|
-
/* @__PURE__ */ (0,
|
|
7043
|
+
/* @__PURE__ */ (0, import_jsx_runtime231.jsx)(
|
|
6954
7044
|
"feBlend",
|
|
6955
7045
|
{
|
|
6956
7046
|
in: "SourceGraphic",
|
|
@@ -6967,8 +7057,8 @@ var SvgLandtrustPlusLight = (props) => /* @__PURE__ */ (0, import_jsx_runtime230
|
|
|
6967
7057
|
var LandtrustPlusLight_default = SvgLandtrustPlusLight;
|
|
6968
7058
|
|
|
6969
7059
|
// src/Logo/components/LandtrustStandardDark.tsx
|
|
6970
|
-
var
|
|
6971
|
-
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)(
|
|
6972
7062
|
"svg",
|
|
6973
7063
|
{
|
|
6974
7064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -6976,14 +7066,14 @@ var SvgLandtrustStandardDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime
|
|
|
6976
7066
|
fill: "none",
|
|
6977
7067
|
...props,
|
|
6978
7068
|
children: [
|
|
6979
|
-
/* @__PURE__ */ (0,
|
|
7069
|
+
/* @__PURE__ */ (0, import_jsx_runtime232.jsx)(
|
|
6980
7070
|
"path",
|
|
6981
7071
|
{
|
|
6982
7072
|
fill: "#E2430C",
|
|
6983
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"
|
|
6984
7074
|
}
|
|
6985
7075
|
),
|
|
6986
|
-
/* @__PURE__ */ (0,
|
|
7076
|
+
/* @__PURE__ */ (0, import_jsx_runtime232.jsx)(
|
|
6987
7077
|
"path",
|
|
6988
7078
|
{
|
|
6989
7079
|
fill: "#fff",
|
|
@@ -6996,8 +7086,8 @@ var SvgLandtrustStandardDark = (props) => /* @__PURE__ */ (0, import_jsx_runtime
|
|
|
6996
7086
|
var LandtrustStandardDark_default = SvgLandtrustStandardDark;
|
|
6997
7087
|
|
|
6998
7088
|
// src/Logo/components/LandtrustStandardLight.tsx
|
|
6999
|
-
var
|
|
7000
|
-
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)(
|
|
7001
7091
|
"svg",
|
|
7002
7092
|
{
|
|
7003
7093
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7005,14 +7095,14 @@ var SvgLandtrustStandardLight = (props) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
7005
7095
|
fill: "none",
|
|
7006
7096
|
...props,
|
|
7007
7097
|
children: [
|
|
7008
|
-
/* @__PURE__ */ (0,
|
|
7098
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
7009
7099
|
"path",
|
|
7010
7100
|
{
|
|
7011
7101
|
fill: "#E2430C",
|
|
7012
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"
|
|
7013
7103
|
}
|
|
7014
7104
|
),
|
|
7015
|
-
/* @__PURE__ */ (0,
|
|
7105
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
7016
7106
|
"path",
|
|
7017
7107
|
{
|
|
7018
7108
|
fill: "#000",
|
|
@@ -7025,7 +7115,7 @@ var SvgLandtrustStandardLight = (props) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
7025
7115
|
var LandtrustStandardLight_default = SvgLandtrustStandardLight;
|
|
7026
7116
|
|
|
7027
7117
|
// src/Logo/Logo.tsx
|
|
7028
|
-
var
|
|
7118
|
+
var import_jsx_runtime234 = require("@emotion/react/jsx-runtime");
|
|
7029
7119
|
var logoStyles = (size) => import_react44.css`
|
|
7030
7120
|
width: ${space[size]};
|
|
7031
7121
|
height: auto;
|
|
@@ -7054,7 +7144,7 @@ var Logo = ({
|
|
|
7054
7144
|
return LandtrustStandardLight_default;
|
|
7055
7145
|
};
|
|
7056
7146
|
const LogoComponent = getLogoComponent();
|
|
7057
|
-
return /* @__PURE__ */ (0,
|
|
7147
|
+
return /* @__PURE__ */ (0, import_jsx_runtime234.jsx)(LogoComponent, { css: logoStyles(size), className, ...rest });
|
|
7058
7148
|
};
|
|
7059
7149
|
var Logo_default = Logo;
|
|
7060
7150
|
|
|
@@ -7162,7 +7252,7 @@ var avatarPlaceholderStyles = import_react45.css`
|
|
|
7162
7252
|
`;
|
|
7163
7253
|
|
|
7164
7254
|
// src/Navigation/Navigation.tsx
|
|
7165
|
-
var
|
|
7255
|
+
var import_jsx_runtime235 = require("@emotion/react/jsx-runtime");
|
|
7166
7256
|
var Navigation = ({
|
|
7167
7257
|
onMenuToggle,
|
|
7168
7258
|
className,
|
|
@@ -7176,7 +7266,7 @@ var Navigation = ({
|
|
|
7176
7266
|
onAvatarClick,
|
|
7177
7267
|
...rest
|
|
7178
7268
|
}) => {
|
|
7179
|
-
return /* @__PURE__ */ (0,
|
|
7269
|
+
return /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Box_default, { css: navigationStyles, className, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime235.jsxs)(
|
|
7180
7270
|
Box_default,
|
|
7181
7271
|
{
|
|
7182
7272
|
display: "flex",
|
|
@@ -7185,7 +7275,7 @@ var Navigation = ({
|
|
|
7185
7275
|
position: "relative",
|
|
7186
7276
|
css: containerStyles3,
|
|
7187
7277
|
children: [
|
|
7188
|
-
/* @__PURE__ */ (0,
|
|
7278
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
7189
7279
|
Box_default,
|
|
7190
7280
|
{
|
|
7191
7281
|
as: "button",
|
|
@@ -7197,11 +7287,11 @@ var Navigation = ({
|
|
|
7197
7287
|
border: "none",
|
|
7198
7288
|
padding: space[2],
|
|
7199
7289
|
css: hamburgerButtonStyles,
|
|
7200
|
-
children: /* @__PURE__ */ (0,
|
|
7290
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(Icon_default, { variant: "Bars", size: "large" })
|
|
7201
7291
|
}
|
|
7202
7292
|
),
|
|
7203
|
-
/* @__PURE__ */ (0,
|
|
7204
|
-
/* @__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)(
|
|
7205
7295
|
Logo_default,
|
|
7206
7296
|
{
|
|
7207
7297
|
variant: logoVariant,
|
|
@@ -7210,8 +7300,8 @@ var Navigation = ({
|
|
|
7210
7300
|
css: logoStyles2
|
|
7211
7301
|
}
|
|
7212
7302
|
) }),
|
|
7213
|
-
/* @__PURE__ */ (0,
|
|
7214
|
-
/* @__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)(
|
|
7215
7305
|
"a",
|
|
7216
7306
|
{
|
|
7217
7307
|
href: link.href,
|
|
@@ -7220,7 +7310,7 @@ var Navigation = ({
|
|
|
7220
7310
|
children: link.label
|
|
7221
7311
|
}
|
|
7222
7312
|
) }, link.href)) }) }),
|
|
7223
|
-
/* @__PURE__ */ (0,
|
|
7313
|
+
/* @__PURE__ */ (0, import_jsx_runtime235.jsx)(
|
|
7224
7314
|
Box_default,
|
|
7225
7315
|
{
|
|
7226
7316
|
as: "button",
|
|
@@ -7305,7 +7395,7 @@ var contentStyles2 = import_react46.css`
|
|
|
7305
7395
|
`;
|
|
7306
7396
|
|
|
7307
7397
|
// src/PackageCard/PackageCard.tsx
|
|
7308
|
-
var
|
|
7398
|
+
var import_jsx_runtime236 = require("@emotion/react/jsx-runtime");
|
|
7309
7399
|
var PackageCard = ({
|
|
7310
7400
|
images,
|
|
7311
7401
|
title,
|
|
@@ -7322,13 +7412,13 @@ var PackageCard = ({
|
|
|
7322
7412
|
...rest
|
|
7323
7413
|
}) => {
|
|
7324
7414
|
const mainImage = images[0] || "";
|
|
7325
|
-
return /* @__PURE__ */ (0,
|
|
7326
|
-
/* @__PURE__ */ (0,
|
|
7327
|
-
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: [
|
|
7328
7418
|
tripsLeft,
|
|
7329
7419
|
" Trips Left"
|
|
7330
7420
|
] }),
|
|
7331
|
-
/* @__PURE__ */ (0,
|
|
7421
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
7332
7422
|
Box_default,
|
|
7333
7423
|
{
|
|
7334
7424
|
css: heartIconStyles,
|
|
@@ -7336,7 +7426,7 @@ var PackageCard = ({
|
|
|
7336
7426
|
e.stopPropagation();
|
|
7337
7427
|
onFavoriteClick == null ? void 0 : onFavoriteClick();
|
|
7338
7428
|
},
|
|
7339
|
-
children: /* @__PURE__ */ (0,
|
|
7429
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
7340
7430
|
Icon_default,
|
|
7341
7431
|
{
|
|
7342
7432
|
variant: isFavorited ? "HeartSolid" : "Heart",
|
|
@@ -7346,8 +7436,8 @@ var PackageCard = ({
|
|
|
7346
7436
|
}
|
|
7347
7437
|
)
|
|
7348
7438
|
] }) }),
|
|
7349
|
-
/* @__PURE__ */ (0,
|
|
7350
|
-
/* @__PURE__ */ (0,
|
|
7439
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(Box_default, { css: contentStyles2, children: [
|
|
7440
|
+
/* @__PURE__ */ (0, import_jsx_runtime236.jsxs)(
|
|
7351
7441
|
Box_default,
|
|
7352
7442
|
{
|
|
7353
7443
|
onClick,
|
|
@@ -7356,9 +7446,9 @@ var PackageCard = ({
|
|
|
7356
7446
|
gap: "var(--spacing-1)",
|
|
7357
7447
|
mb: "var(--spacing-4)",
|
|
7358
7448
|
children: [
|
|
7359
|
-
/* @__PURE__ */ (0,
|
|
7360
|
-
/* @__PURE__ */ (0,
|
|
7361
|
-
/* @__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: [
|
|
7362
7452
|
"Starting Price ",
|
|
7363
7453
|
startingPrice,
|
|
7364
7454
|
" / Guest"
|
|
@@ -7366,22 +7456,22 @@ var PackageCard = ({
|
|
|
7366
7456
|
]
|
|
7367
7457
|
}
|
|
7368
7458
|
),
|
|
7369
|
-
/* @__PURE__ */ (0,
|
|
7370
|
-
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)(
|
|
7371
7461
|
IconLabel_default,
|
|
7372
7462
|
{
|
|
7373
7463
|
variant: "Calendar",
|
|
7374
7464
|
label: `${days} Day${days !== 1 ? "s" : ""}`
|
|
7375
7465
|
}
|
|
7376
7466
|
),
|
|
7377
|
-
guests && /* @__PURE__ */ (0,
|
|
7467
|
+
guests && /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(
|
|
7378
7468
|
IconLabel_default,
|
|
7379
7469
|
{
|
|
7380
7470
|
variant: "User",
|
|
7381
7471
|
label: `${guests} Guest${guests !== 1 ? "s" : ""}`
|
|
7382
7472
|
}
|
|
7383
7473
|
),
|
|
7384
|
-
hasLodging && /* @__PURE__ */ (0,
|
|
7474
|
+
hasLodging && /* @__PURE__ */ (0, import_jsx_runtime236.jsx)(IconLabel_default, { variant: "House", label: "Lodging" })
|
|
7385
7475
|
] })
|
|
7386
7476
|
] })
|
|
7387
7477
|
] });
|
|
@@ -7389,14 +7479,14 @@ var PackageCard = ({
|
|
|
7389
7479
|
var PackageCard_default = PackageCard;
|
|
7390
7480
|
|
|
7391
7481
|
// src/PackageHeader/PackageHeader.tsx
|
|
7392
|
-
var
|
|
7482
|
+
var import_jsx_runtime237 = require("@emotion/react/jsx-runtime");
|
|
7393
7483
|
var PackageHeader = ({
|
|
7394
7484
|
header,
|
|
7395
7485
|
subheader,
|
|
7396
7486
|
features,
|
|
7397
7487
|
className
|
|
7398
7488
|
}) => {
|
|
7399
|
-
return /* @__PURE__ */ (0,
|
|
7489
|
+
return /* @__PURE__ */ (0, import_jsx_runtime237.jsxs)(
|
|
7400
7490
|
Box_default,
|
|
7401
7491
|
{
|
|
7402
7492
|
display: "flex",
|
|
@@ -7405,9 +7495,9 @@ var PackageHeader = ({
|
|
|
7405
7495
|
color: "var(--text-primary)",
|
|
7406
7496
|
className,
|
|
7407
7497
|
children: [
|
|
7408
|
-
/* @__PURE__ */ (0,
|
|
7409
|
-
subheader && /* @__PURE__ */ (0,
|
|
7410
|
-
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 })
|
|
7411
7501
|
]
|
|
7412
7502
|
}
|
|
7413
7503
|
);
|
|
@@ -7416,7 +7506,7 @@ var PackageHeader_default = PackageHeader;
|
|
|
7416
7506
|
|
|
7417
7507
|
// src/StarRating/StarRating.tsx
|
|
7418
7508
|
var import_react47 = require("@emotion/react");
|
|
7419
|
-
var
|
|
7509
|
+
var import_jsx_runtime238 = require("@emotion/react/jsx-runtime");
|
|
7420
7510
|
var starSize = {
|
|
7421
7511
|
sm: {
|
|
7422
7512
|
size: "medium",
|
|
@@ -7435,7 +7525,7 @@ var StarRating = ({
|
|
|
7435
7525
|
const stars = [];
|
|
7436
7526
|
for (let i = 1; i <= 5; i++) {
|
|
7437
7527
|
stars.push(
|
|
7438
|
-
/* @__PURE__ */ (0,
|
|
7528
|
+
/* @__PURE__ */ (0, import_jsx_runtime238.jsx)(
|
|
7439
7529
|
Icon_default,
|
|
7440
7530
|
{
|
|
7441
7531
|
variant: "StarSolid",
|
|
@@ -7449,7 +7539,7 @@ var StarRating = ({
|
|
|
7449
7539
|
)
|
|
7450
7540
|
);
|
|
7451
7541
|
}
|
|
7452
|
-
return /* @__PURE__ */ (0,
|
|
7542
|
+
return /* @__PURE__ */ (0, import_jsx_runtime238.jsx)(
|
|
7453
7543
|
Box_default,
|
|
7454
7544
|
{
|
|
7455
7545
|
className,
|
|
@@ -7463,7 +7553,7 @@ var StarRating = ({
|
|
|
7463
7553
|
var StarRating_default = StarRating;
|
|
7464
7554
|
|
|
7465
7555
|
// src/UserCard/UserCard.tsx
|
|
7466
|
-
var
|
|
7556
|
+
var import_jsx_runtime239 = require("@emotion/react/jsx-runtime");
|
|
7467
7557
|
var UserCard = ({
|
|
7468
7558
|
avatarSrc,
|
|
7469
7559
|
title,
|
|
@@ -7472,7 +7562,7 @@ var UserCard = ({
|
|
|
7472
7562
|
showRating = true,
|
|
7473
7563
|
className
|
|
7474
7564
|
}) => {
|
|
7475
|
-
return /* @__PURE__ */ (0,
|
|
7565
|
+
return /* @__PURE__ */ (0, import_jsx_runtime239.jsxs)(
|
|
7476
7566
|
Box_default,
|
|
7477
7567
|
{
|
|
7478
7568
|
display: "flex",
|
|
@@ -7480,11 +7570,19 @@ var UserCard = ({
|
|
|
7480
7570
|
gap: "var(--spacing-4)",
|
|
7481
7571
|
className,
|
|
7482
7572
|
children: [
|
|
7483
|
-
/* @__PURE__ */ (0,
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7487
|
-
|
|
7573
|
+
/* @__PURE__ */ (0, import_jsx_runtime239.jsx)(
|
|
7574
|
+
Avatar_default,
|
|
7575
|
+
{
|
|
7576
|
+
type: avatarSrc ? "image" : "text",
|
|
7577
|
+
src: avatarSrc,
|
|
7578
|
+
text: title,
|
|
7579
|
+
alt: `${title}'s avatar`
|
|
7580
|
+
}
|
|
7581
|
+
),
|
|
7582
|
+
/* @__PURE__ */ (0, import_jsx_runtime239.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "2px", children: [
|
|
7583
|
+
/* @__PURE__ */ (0, import_jsx_runtime239.jsx)(Text_default, { size: "md", fontWeight: "bold", children: title }),
|
|
7584
|
+
subtitle && /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(Text_default, { size: "sm", color: "text-secondary", children: subtitle }),
|
|
7585
|
+
showRating && rating !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(StarRating_default, { rating, size: "sm" })
|
|
7488
7586
|
] })
|
|
7489
7587
|
]
|
|
7490
7588
|
}
|
|
@@ -7497,6 +7595,7 @@ var import_react48 = require("@emotion/react");
|
|
|
7497
7595
|
var imageStyles3 = import_react48.css`
|
|
7498
7596
|
flex: 1;
|
|
7499
7597
|
min-width: 0;
|
|
7598
|
+
max-width: 100%;
|
|
7500
7599
|
aspect-ratio: 1;
|
|
7501
7600
|
border-radius: var(--spacing-2);
|
|
7502
7601
|
object-fit: cover;
|
|
@@ -7504,13 +7603,13 @@ var imageStyles3 = import_react48.css`
|
|
|
7504
7603
|
`;
|
|
7505
7604
|
|
|
7506
7605
|
// src/ReviewCard/components/ReviewImages.tsx
|
|
7507
|
-
var
|
|
7606
|
+
var import_jsx_runtime240 = require("@emotion/react/jsx-runtime");
|
|
7508
7607
|
var ReviewImages = ({ images, maxImages = 3 }) => {
|
|
7509
7608
|
const displayImages = images.slice(0, maxImages);
|
|
7510
7609
|
if (displayImages.length === 0) {
|
|
7511
7610
|
return null;
|
|
7512
7611
|
}
|
|
7513
|
-
return /* @__PURE__ */ (0,
|
|
7612
|
+
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)(
|
|
7514
7613
|
"img",
|
|
7515
7614
|
{
|
|
7516
7615
|
src: image,
|
|
@@ -7523,7 +7622,7 @@ var ReviewImages = ({ images, maxImages = 3 }) => {
|
|
|
7523
7622
|
var ReviewImages_default = ReviewImages;
|
|
7524
7623
|
|
|
7525
7624
|
// src/ReviewCard/components/ReviewReply.tsx
|
|
7526
|
-
var
|
|
7625
|
+
var import_jsx_runtime241 = require("@emotion/react/jsx-runtime");
|
|
7527
7626
|
var ReviewReply = ({
|
|
7528
7627
|
avatarSrc,
|
|
7529
7628
|
name,
|
|
@@ -7532,7 +7631,7 @@ var ReviewReply = ({
|
|
|
7532
7631
|
label,
|
|
7533
7632
|
rating
|
|
7534
7633
|
}) => {
|
|
7535
|
-
return /* @__PURE__ */ (0,
|
|
7634
|
+
return /* @__PURE__ */ (0, import_jsx_runtime241.jsxs)(
|
|
7536
7635
|
Box_default,
|
|
7537
7636
|
{
|
|
7538
7637
|
backgroundColor: "var(--surface-neutral)",
|
|
@@ -7542,7 +7641,7 @@ var ReviewReply = ({
|
|
|
7542
7641
|
flexDirection: "column",
|
|
7543
7642
|
gap: "var(--spacing-3)",
|
|
7544
7643
|
children: [
|
|
7545
|
-
/* @__PURE__ */ (0,
|
|
7644
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsxs)(
|
|
7546
7645
|
Box_default,
|
|
7547
7646
|
{
|
|
7548
7647
|
display: "flex",
|
|
@@ -7550,7 +7649,7 @@ var ReviewReply = ({
|
|
|
7550
7649
|
justifyContent: "space-between",
|
|
7551
7650
|
gap: "var(--spacing-2)",
|
|
7552
7651
|
children: [
|
|
7553
|
-
/* @__PURE__ */ (0,
|
|
7652
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsx)(
|
|
7554
7653
|
UserCard_default,
|
|
7555
7654
|
{
|
|
7556
7655
|
avatarSrc,
|
|
@@ -7559,11 +7658,11 @@ var ReviewReply = ({
|
|
|
7559
7658
|
rating
|
|
7560
7659
|
}
|
|
7561
7660
|
),
|
|
7562
|
-
/* @__PURE__ */ (0,
|
|
7661
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsx)(AvailabilityBadge_default, { variant: "neutral", children: label })
|
|
7563
7662
|
]
|
|
7564
7663
|
}
|
|
7565
7664
|
),
|
|
7566
|
-
/* @__PURE__ */ (0,
|
|
7665
|
+
/* @__PURE__ */ (0, import_jsx_runtime241.jsx)(Text_default, { children: content })
|
|
7567
7666
|
]
|
|
7568
7667
|
}
|
|
7569
7668
|
);
|
|
@@ -7571,7 +7670,7 @@ var ReviewReply = ({
|
|
|
7571
7670
|
var ReviewReply_default = ReviewReply;
|
|
7572
7671
|
|
|
7573
7672
|
// src/ReviewCard/ReviewCard.tsx
|
|
7574
|
-
var
|
|
7673
|
+
var import_jsx_runtime242 = require("@emotion/react/jsx-runtime");
|
|
7575
7674
|
var ReviewCard = ({
|
|
7576
7675
|
avatarSrc,
|
|
7577
7676
|
name,
|
|
@@ -7583,7 +7682,7 @@ var ReviewCard = ({
|
|
|
7583
7682
|
replies = [],
|
|
7584
7683
|
className
|
|
7585
7684
|
}) => {
|
|
7586
|
-
return /* @__PURE__ */ (0,
|
|
7685
|
+
return /* @__PURE__ */ (0, import_jsx_runtime242.jsxs)(
|
|
7587
7686
|
Box_default,
|
|
7588
7687
|
{
|
|
7589
7688
|
backgroundColor: "white",
|
|
@@ -7592,10 +7691,9 @@ var ReviewCard = ({
|
|
|
7592
7691
|
display: "flex",
|
|
7593
7692
|
flexDirection: "column",
|
|
7594
7693
|
gap: "var(--spacing-4)",
|
|
7595
|
-
border: "1px solid var(--color-neutral-200)",
|
|
7596
7694
|
className,
|
|
7597
7695
|
children: [
|
|
7598
|
-
/* @__PURE__ */ (0,
|
|
7696
|
+
/* @__PURE__ */ (0, import_jsx_runtime242.jsx)(
|
|
7599
7697
|
UserCard_default,
|
|
7600
7698
|
{
|
|
7601
7699
|
avatarSrc,
|
|
@@ -7604,10 +7702,10 @@ var ReviewCard = ({
|
|
|
7604
7702
|
rating
|
|
7605
7703
|
}
|
|
7606
7704
|
),
|
|
7607
|
-
availabilityBadge && /* @__PURE__ */ (0,
|
|
7608
|
-
/* @__PURE__ */ (0,
|
|
7609
|
-
images.length > 0 && /* @__PURE__ */ (0,
|
|
7610
|
-
replies.length > 0 && /* @__PURE__ */ (0,
|
|
7705
|
+
availabilityBadge && /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(AvailabilityBadge_default, { variant: availabilityBadge.variant, children: availabilityBadge.text }) }),
|
|
7706
|
+
/* @__PURE__ */ (0, import_jsx_runtime242.jsx)(Text_default, { size: "md", children: content }),
|
|
7707
|
+
images.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime242.jsx)(ReviewImages_default, { images }),
|
|
7708
|
+
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)(
|
|
7611
7709
|
ReviewReply_default,
|
|
7612
7710
|
{
|
|
7613
7711
|
avatarSrc: reply.avatarSrc,
|
|
@@ -7626,9 +7724,9 @@ var ReviewCard = ({
|
|
|
7626
7724
|
var ReviewCard_default = ReviewCard;
|
|
7627
7725
|
|
|
7628
7726
|
// src/Reviews/components/ReviewItem.tsx
|
|
7629
|
-
var
|
|
7727
|
+
var import_jsx_runtime243 = require("@emotion/react/jsx-runtime");
|
|
7630
7728
|
var ReviewItem = ({ label, rating }) => {
|
|
7631
|
-
return /* @__PURE__ */ (0,
|
|
7729
|
+
return /* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(
|
|
7632
7730
|
Box_default,
|
|
7633
7731
|
{
|
|
7634
7732
|
display: "flex",
|
|
@@ -7636,10 +7734,10 @@ var ReviewItem = ({ label, rating }) => {
|
|
|
7636
7734
|
alignItems: "center",
|
|
7637
7735
|
width: "100%",
|
|
7638
7736
|
children: [
|
|
7639
|
-
/* @__PURE__ */ (0,
|
|
7640
|
-
/* @__PURE__ */ (0,
|
|
7641
|
-
/* @__PURE__ */ (0,
|
|
7642
|
-
/* @__PURE__ */ (0,
|
|
7737
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsx)(Text_default, { fontWeight: "semibold", children: label }),
|
|
7738
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(Box_default, { display: "flex", alignItems: "center", gap: "var(--spacing-2)", children: [
|
|
7739
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsx)(Icon_default, { variant: "StarSolid", size: "large", fill: "var(--surface-action-2)" }),
|
|
7740
|
+
/* @__PURE__ */ (0, import_jsx_runtime243.jsxs)(Text_default, { fontWeight: "semibold", children: [
|
|
7643
7741
|
rating,
|
|
7644
7742
|
"/5"
|
|
7645
7743
|
] })
|
|
@@ -7651,14 +7749,14 @@ var ReviewItem = ({ label, rating }) => {
|
|
|
7651
7749
|
var ReviewItem_default = ReviewItem;
|
|
7652
7750
|
|
|
7653
7751
|
// src/Reviews/Reviews.tsx
|
|
7654
|
-
var
|
|
7752
|
+
var import_jsx_runtime244 = require("@emotion/react/jsx-runtime");
|
|
7655
7753
|
var Reviews = ({
|
|
7656
7754
|
averageRating,
|
|
7657
7755
|
totalReviews,
|
|
7658
7756
|
items,
|
|
7659
7757
|
className
|
|
7660
7758
|
}) => {
|
|
7661
|
-
return /* @__PURE__ */ (0,
|
|
7759
|
+
return /* @__PURE__ */ (0, import_jsx_runtime244.jsxs)(
|
|
7662
7760
|
Box_default,
|
|
7663
7761
|
{
|
|
7664
7762
|
width: "100%",
|
|
@@ -7671,7 +7769,7 @@ var Reviews = ({
|
|
|
7671
7769
|
p: "var(--spacing-4)",
|
|
7672
7770
|
className,
|
|
7673
7771
|
children: [
|
|
7674
|
-
/* @__PURE__ */ (0,
|
|
7772
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsxs)(
|
|
7675
7773
|
Box_default,
|
|
7676
7774
|
{
|
|
7677
7775
|
display: "flex",
|
|
@@ -7679,9 +7777,9 @@ var Reviews = ({
|
|
|
7679
7777
|
alignItems: "center",
|
|
7680
7778
|
gap: "var(--spacing-2)",
|
|
7681
7779
|
children: [
|
|
7682
|
-
/* @__PURE__ */ (0,
|
|
7683
|
-
/* @__PURE__ */ (0,
|
|
7684
|
-
/* @__PURE__ */ (0,
|
|
7780
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsx)(Heading_default, { size: "sm", fontWeight: "bold", color: "text-primary", children: averageRating.toFixed(1) }),
|
|
7781
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsx)(StarRating_default, { rating: Math.floor(averageRating) }),
|
|
7782
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsxs)(Text_default, { size: "sm", color: "text-secondary", children: [
|
|
7685
7783
|
"Overall Rating \u2022 ",
|
|
7686
7784
|
totalReviews,
|
|
7687
7785
|
" Review",
|
|
@@ -7690,14 +7788,14 @@ var Reviews = ({
|
|
|
7690
7788
|
]
|
|
7691
7789
|
}
|
|
7692
7790
|
),
|
|
7693
|
-
/* @__PURE__ */ (0,
|
|
7791
|
+
/* @__PURE__ */ (0, import_jsx_runtime244.jsx)(
|
|
7694
7792
|
Box_default,
|
|
7695
7793
|
{
|
|
7696
7794
|
display: "flex",
|
|
7697
7795
|
flexDirection: "column",
|
|
7698
7796
|
gap: "var(--spacing-2)",
|
|
7699
7797
|
width: "100%",
|
|
7700
|
-
children: items.map((item, index) => /* @__PURE__ */ (0,
|
|
7798
|
+
children: items.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime244.jsx)(ReviewItem_default, { label: item.label, rating: item.rating }, index))
|
|
7701
7799
|
}
|
|
7702
7800
|
)
|
|
7703
7801
|
]
|
|
@@ -7707,7 +7805,7 @@ var Reviews = ({
|
|
|
7707
7805
|
var Reviews_default = Reviews;
|
|
7708
7806
|
|
|
7709
7807
|
// src/Reviews/ReviewsShowcase.tsx
|
|
7710
|
-
var
|
|
7808
|
+
var import_jsx_runtime245 = require("@emotion/react/jsx-runtime");
|
|
7711
7809
|
var ReviewsShowcase = () => {
|
|
7712
7810
|
const sampleData = {
|
|
7713
7811
|
averageRating: 4,
|
|
@@ -7729,7 +7827,7 @@ var ReviewsShowcase = () => {
|
|
|
7729
7827
|
{ label: "Game Abundance", rating: 5 }
|
|
7730
7828
|
]
|
|
7731
7829
|
};
|
|
7732
|
-
return /* @__PURE__ */ (0,
|
|
7830
|
+
return /* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(
|
|
7733
7831
|
Box_default,
|
|
7734
7832
|
{
|
|
7735
7833
|
display: "flex",
|
|
@@ -7737,24 +7835,24 @@ var ReviewsShowcase = () => {
|
|
|
7737
7835
|
gap: "var(--spacing-8)",
|
|
7738
7836
|
p: "var(--spacing-6)",
|
|
7739
7837
|
children: [
|
|
7740
|
-
/* @__PURE__ */ (0,
|
|
7741
|
-
/* @__PURE__ */ (0,
|
|
7742
|
-
/* @__PURE__ */ (0,
|
|
7743
|
-
/* @__PURE__ */ (0,
|
|
7838
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Heading_default, { size: "lg", children: "Reviews Component Showcase" }),
|
|
7839
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-4)", children: [
|
|
7840
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Heading_default, { size: "md", children: "Default Reviews" }),
|
|
7841
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Box_default, { maxWidth: "400px", children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Reviews_default, { ...sampleData }) })
|
|
7744
7842
|
] }),
|
|
7745
|
-
/* @__PURE__ */ (0,
|
|
7746
|
-
/* @__PURE__ */ (0,
|
|
7747
|
-
/* @__PURE__ */ (0,
|
|
7843
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-4)", children: [
|
|
7844
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Heading_default, { size: "md", children: "High Rating Reviews" }),
|
|
7845
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Box_default, { maxWidth: "400px", children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Reviews_default, { ...highRatingData }) })
|
|
7748
7846
|
] }),
|
|
7749
|
-
/* @__PURE__ */ (0,
|
|
7750
|
-
/* @__PURE__ */ (0,
|
|
7751
|
-
/* @__PURE__ */ (0,
|
|
7847
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(Box_default, { display: "flex", flexDirection: "column", gap: "var(--spacing-4)", children: [
|
|
7848
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Heading_default, { size: "md", children: "Mobile Layout (320px width)" }),
|
|
7849
|
+
/* @__PURE__ */ (0, import_jsx_runtime245.jsx)(
|
|
7752
7850
|
Box_default,
|
|
7753
7851
|
{
|
|
7754
7852
|
maxWidth: "320px",
|
|
7755
7853
|
border: "1px solid var(--color-neutral-200)",
|
|
7756
7854
|
p: "var(--spacing-4)",
|
|
7757
|
-
children: /* @__PURE__ */ (0,
|
|
7855
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime245.jsx)(Reviews_default, { ...sampleData })
|
|
7758
7856
|
}
|
|
7759
7857
|
)
|
|
7760
7858
|
] })
|