optimized-react-component-library-xyz123 1.1.26 → 1.1.28

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.mts CHANGED
@@ -800,7 +800,6 @@ interface NavigationHeaderProps {
800
800
  useNavigationMenu: boolean;
801
801
  useSearch?: boolean;
802
802
  useBreadCrumbs?: boolean;
803
- showNavigationCloseButton?: boolean;
804
803
  menuLinks: INavigationItem[];
805
804
  linkComponent?: ElementType;
806
805
  noLogoLink?: boolean;
@@ -810,7 +809,6 @@ declare const NavigationHeader: FC<NavigationHeaderProps>;
810
809
 
811
810
  interface NavigationProps {
812
811
  setIsMenyOpen?: (open: boolean) => void;
813
- showCloseButton?: boolean;
814
812
  activatedLanguage?: string;
815
813
  menuLinks?: INavigationLink[];
816
814
  isOpen: boolean;
@@ -879,6 +877,7 @@ interface CollapseProps {
879
877
  onToggle?: (open: boolean) => void;
880
878
  id?: string;
881
879
  activatedLanguage?: string;
880
+ customClass?: string;
882
881
  }
883
882
 
884
883
  declare const Collapse: FC<CollapseProps>;
package/dist/index.d.ts CHANGED
@@ -800,7 +800,6 @@ interface NavigationHeaderProps {
800
800
  useNavigationMenu: boolean;
801
801
  useSearch?: boolean;
802
802
  useBreadCrumbs?: boolean;
803
- showNavigationCloseButton?: boolean;
804
803
  menuLinks: INavigationItem[];
805
804
  linkComponent?: ElementType;
806
805
  noLogoLink?: boolean;
@@ -810,7 +809,6 @@ declare const NavigationHeader: FC<NavigationHeaderProps>;
810
809
 
811
810
  interface NavigationProps {
812
811
  setIsMenyOpen?: (open: boolean) => void;
813
- showCloseButton?: boolean;
814
812
  activatedLanguage?: string;
815
813
  menuLinks?: INavigationLink[];
816
814
  isOpen: boolean;
@@ -879,6 +877,7 @@ interface CollapseProps {
879
877
  onToggle?: (open: boolean) => void;
880
878
  id?: string;
881
879
  activatedLanguage?: string;
880
+ customClass?: string;
882
881
  }
883
882
 
884
883
  declare const Collapse: FC<CollapseProps>;
package/dist/index.js CHANGED
@@ -2922,151 +2922,31 @@ var ChevronRightIcon = () => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2922
2922
  )
2923
2923
  }
2924
2924
  );
2925
- var Logo_sv2 = () => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { width: "168.8", height: "40", viewBox: "0 0 168.8 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2926
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2927
- "path",
2928
- {
2929
- d: "M91.7779 18.6113C92.1668 18.8335 92.5001 19.1113 92.6668 19.4446C92.8335 19.7779 93.0001 20.2224 93.0001 20.7224C93.0001 21.2224 92.889 21.6113 92.6668 22.0002C92.4446 22.3891 92.1668 22.6668 91.7779 22.8335C91.389 23.0002 90.9446 23.1113 90.4446 23.1113H88.4446V26.1113H87.5001V18.3335H90.5001C91.0001 18.3335 91.4446 18.4446 91.8335 18.6113H91.7779ZM90.3335 22.2224C90.8335 22.2224 91.2779 22.1113 91.5557 21.8335C91.8335 21.5557 92.0001 21.1668 92.0001 20.7224C92.0001 20.2779 91.8335 19.8891 91.5557 19.6113C91.2779 19.3335 90.8335 19.2224 90.3335 19.2224H88.389V22.2224H90.3335Z",
2930
- fill: "#141414"
2931
- }
2932
- ),
2933
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2934
- "path",
2935
- {
2936
- d: "M93.7779 24.778C93.5557 24.3336 93.4446 23.8336 93.4446 23.278C93.4446 22.7225 93.5557 22.2225 93.7779 21.778C94.0001 21.3336 94.3335 21.0003 94.7779 20.778C95.2224 20.5558 95.6668 20.3892 96.2224 20.3892C96.7779 20.3892 97.2779 20.5003 97.6668 20.778C98.1113 21.0003 98.4446 21.3892 98.6668 21.778C98.889 22.2225 99.0001 22.7225 99.0001 23.278C99.0001 23.8336 98.889 24.3336 98.6668 24.778C98.4446 25.2225 98.1113 25.5558 97.6668 25.778C97.2224 26.0003 96.7779 26.1669 96.2224 26.1669C95.6668 26.1669 95.1668 26.0558 94.7779 25.778C94.389 25.5003 94.0001 25.1669 93.7779 24.778ZM97.8335 24.3336C98.0001 24.0003 98.0557 23.6669 98.0557 23.278C98.0557 22.8892 98.0001 22.5003 97.8335 22.2225C97.6668 21.8892 97.4446 21.6669 97.1668 21.5003C96.889 21.3336 96.5557 21.2225 96.1668 21.2225C95.7779 21.2225 95.4446 21.3336 95.1668 21.5003C94.889 21.6669 94.6668 21.9447 94.5001 22.2225C94.3335 22.5558 94.2779 22.8892 94.2779 23.278C94.2779 23.6669 94.3335 24.0558 94.5001 24.3336C94.6668 24.6669 94.889 24.8892 95.1668 25.0558C95.4446 25.2225 95.7779 25.3336 96.1668 25.3336C96.5557 25.3336 96.889 25.2225 97.1668 25.0558C97.4446 24.8892 97.6668 24.6114 97.8335 24.3336Z",
2937
- fill: "#141414"
2938
- }
2939
- ),
2940
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2941
- "path",
2942
- {
2943
- d: "M101.222 25.0557C101.5 25.2779 101.889 25.389 102.333 25.389C102.778 25.389 103.056 25.3335 103.333 25.1668C103.556 25.0001 103.722 24.7779 103.722 24.5557C103.722 24.3335 103.667 24.1668 103.556 24.0557C103.445 23.9446 103.278 23.8335 103.111 23.8335C102.945 23.8335 102.667 23.7224 102.278 23.7224C101.778 23.6668 101.389 23.6112 101.056 23.5001C100.722 23.389 100.5 23.2224 100.278 23.0557C100.056 22.889 100 22.5557 100 22.1668C100 21.7779 100.111 21.5557 100.278 21.2779C100.445 21.0001 100.722 20.8335 101.056 20.6668C101.389 20.5001 101.722 20.4446 102.167 20.4446C102.833 20.4446 103.389 20.6112 103.778 20.889C104.222 21.2224 104.445 21.6668 104.445 22.2224H103.556C103.556 21.9446 103.389 21.6668 103.111 21.5001C102.833 21.3335 102.556 21.2224 102.167 21.2224C101.778 21.2224 101.445 21.2779 101.222 21.4446C101 21.6112 100.889 21.8335 100.889 22.0557C100.889 22.2779 100.889 22.389 101.056 22.5001C101.167 22.6112 101.333 22.6668 101.5 22.7224C101.667 22.7779 101.945 22.7779 102.278 22.8335C102.778 22.889 103.167 23.0001 103.5 23.0557C103.833 23.1112 104.056 23.3335 104.278 23.5557C104.5 23.7779 104.556 24.1112 104.556 24.5001C104.556 24.889 104.445 25.1668 104.278 25.389C104.056 25.6668 103.833 25.8335 103.445 26.0001C103.111 26.1668 102.722 26.2224 102.333 26.2224C101.611 26.2224 101 26.0557 100.556 25.7224C100.111 25.389 99.889 24.889 99.889 24.2779H100.778C100.778 24.6112 100.945 24.889 101.222 25.1112V25.0557Z",
2944
- fill: "#141414"
2945
- }
2946
- ),
2947
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2948
- "path",
2949
- {
2950
- d: "M104.945 21.2779V20.4446H105.945V18.8335H106.833V20.4446H108.278V21.2779H106.833V24.6113C106.833 24.8335 106.833 25.0002 106.945 25.1113C107.056 25.2224 107.222 25.2779 107.445 25.2779H108.445V26.1113H107.389C106.833 26.1113 106.5 26.0002 106.222 25.7779C106 25.5557 105.889 25.1668 105.889 24.6668V21.3335H104.889L104.945 21.2779Z",
2951
- fill: "#141414"
2952
- }
2953
- ),
2954
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M108.778 22.5557H112.5V23.3334H108.778V22.5557Z", fill: "#141414" }),
2955
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2956
- "path",
2957
- {
2958
- d: "M116.778 24.778C116.556 24.3336 116.445 23.8336 116.445 23.278C116.445 22.7225 116.556 22.2225 116.778 21.778C117 21.3336 117.333 21.0003 117.778 20.778C118.222 20.5558 118.667 20.3892 119.222 20.3892C119.778 20.3892 120.278 20.5003 120.667 20.778C121.111 21.0003 121.445 21.3892 121.667 21.778C121.889 22.2225 122 22.7225 122 23.278C122 23.8336 121.889 24.3336 121.667 24.778C121.445 25.2225 121.111 25.5558 120.667 25.778C120.222 26.0003 119.778 26.1669 119.222 26.1669C118.667 26.1669 118.167 26.0558 117.778 25.778C117.389 25.5003 117 25.1669 116.778 24.778ZM120.833 24.3336C121 24.0003 121.056 23.6669 121.056 23.278C121.056 22.8892 121 22.5003 120.833 22.2225C120.667 21.8892 120.445 21.6669 120.167 21.5003C119.889 21.3336 119.556 21.2225 119.167 21.2225C118.778 21.2225 118.445 21.3336 118.167 21.5003C117.889 21.6669 117.667 21.9447 117.5 22.2225C117.333 22.5558 117.278 22.8892 117.278 23.278C117.278 23.6669 117.333 24.0558 117.5 24.3336C117.667 24.6669 117.889 24.8892 118.167 25.0558C118.445 25.2225 118.778 25.3336 119.167 25.3336C119.556 25.3336 119.889 25.2225 120.167 25.0558C120.445 24.8892 120.667 24.6114 120.833 24.3336Z",
2959
- fill: "#141414"
2960
- }
2961
- ),
2962
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2963
- "path",
2964
- {
2965
- d: "M125.611 26.1668C125.056 26.1668 124.556 26.0557 124.167 25.7779C123.778 25.5557 123.445 25.1668 123.222 24.7224C123 24.2779 122.889 23.7779 122.889 23.2224C122.889 22.6668 123 22.1668 123.222 21.7224C123.445 21.2779 123.778 20.9446 124.222 20.7224C124.667 20.5002 125.111 20.3335 125.667 20.3335C126.222 20.3335 126.889 20.5002 127.333 20.8891C127.778 21.2224 128.056 21.7224 128.167 22.3335H127.222C127.111 21.9446 126.945 21.6668 126.667 21.4446C126.389 21.2224 126.056 21.1113 125.667 21.1113C125.278 21.1113 124.667 21.2779 124.333 21.6668C124 22.0557 123.833 22.5557 123.833 23.1668C123.833 23.7779 124 24.2779 124.333 24.6668C124.667 25.0557 125.111 25.2779 125.667 25.2779C126.222 25.2779 126.445 25.1668 126.722 24.9446C127 24.7224 127.167 24.4446 127.278 24.0557H128.167C128.056 24.6668 127.778 25.1668 127.333 25.5557C126.889 25.8891 126.333 26.1113 125.667 26.1113L125.611 26.1668Z",
2966
- fill: "#141414"
2967
- }
2968
- ),
2969
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2970
- "path",
2971
- {
2972
- d: "M134.278 22.9446V26.1113H133.389V23.0002C133.389 22.3891 133.278 21.9446 133 21.6668C132.722 21.3335 132.333 21.2224 131.833 21.2224C131.333 21.2224 130.889 21.3891 130.611 21.7779C130.278 22.1668 130.167 22.6668 130.167 23.2779V26.1113H129.278V18.3335H130.167V21.3891C130.333 21.1113 130.611 20.8335 130.889 20.6668C131.222 20.5002 131.556 20.3891 132 20.3891C132.667 20.3891 133.222 20.6113 133.667 21.0002C134.111 21.3891 134.278 22.0557 134.278 22.9446Z",
2973
- fill: "#141414"
2974
- }
2975
- ),
2976
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2977
- "path",
2978
- {
2979
- d: "M86.6668 32.389V31.5557H87.6668V29.9446H88.5556V31.5557H90.0001V32.389H88.5556V35.7224C88.5556 35.9446 88.5557 36.1112 88.6668 36.2224C88.7779 36.3335 88.9445 36.389 89.1668 36.389H90.1668V37.2224H89.1112C88.5556 37.2224 88.2223 37.1112 87.9445 36.889C87.7223 36.6668 87.6112 36.2779 87.6112 35.7779V32.4446H86.6112L86.6668 32.389Z",
2980
- fill: "#141414"
2981
- }
2982
- ),
2983
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2984
- "path",
2985
- {
2986
- d: "M91.7779 31.8335C92.1668 31.6112 92.6668 31.4446 93.1668 31.4446C93.6668 31.4446 94.1668 31.5557 94.5557 31.7779C94.9446 32.0001 95.2779 32.2779 95.5001 32.7224C95.7223 33.1668 95.8334 33.6112 95.889 34.1668C95.889 34.2224 95.889 34.389 95.889 34.5557H91.5001C91.5001 35.1668 91.6668 35.6112 92.0001 35.9446C92.3334 36.2779 92.7779 36.4446 93.2779 36.4446C93.7779 36.4446 94.0557 36.3335 94.3334 36.1112C94.6112 35.889 94.8334 35.6112 94.889 35.2779H95.8334C95.7223 35.8335 95.4446 36.3335 95.0001 36.7224C94.5557 37.1112 94.0001 37.2779 93.389 37.2779C92.7779 37.2779 92.3334 37.1668 91.889 36.889C91.4445 36.6668 91.1112 36.3335 90.889 35.889C90.6668 35.4446 90.5557 34.9446 90.5557 34.389C90.5557 33.8335 90.6668 33.2779 90.889 32.889C91.1112 32.4446 91.4446 32.1112 91.8334 31.889L91.7779 31.8335ZM94.389 32.6668C94.0557 32.389 93.6668 32.2779 93.1668 32.2779C92.6668 32.2779 92.3334 32.4446 92.0557 32.7224C91.7779 33.0001 91.5557 33.389 91.5001 33.8335H94.9445C94.9445 33.3335 94.7223 33.0001 94.389 32.7224V32.6668Z",
2987
- fill: "#141414"
2988
- }
2989
- ),
2990
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M97.8335 29.4446V37.2224H96.9446V29.4446H97.8335Z", fill: "#141414" }),
2991
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2992
- "path",
2993
- {
2994
- d: "M100.167 31.8335C100.556 31.6112 101.056 31.4446 101.556 31.4446C102.056 31.4446 102.556 31.5557 102.945 31.7779C103.333 32.0001 103.667 32.2779 103.889 32.7224C104.111 33.1668 104.222 33.6112 104.278 34.1668C104.278 34.2224 104.278 34.389 104.278 34.5557H99.889C99.889 35.1668 100.056 35.6112 100.389 35.9446C100.722 36.2779 101.167 36.4446 101.667 36.4446C102.167 36.4446 102.445 36.3335 102.722 36.1112C103 35.889 103.222 35.6112 103.278 35.2779H104.222C104.111 35.8335 103.833 36.3335 103.389 36.7224C102.945 37.1112 102.389 37.2779 101.778 37.2779C101.167 37.2779 100.722 37.1668 100.278 36.889C99.8335 36.6668 99.5001 36.3335 99.2779 35.889C99.0557 35.4446 98.9446 34.9446 98.9446 34.389C98.9446 33.8335 99.0557 33.2779 99.2779 32.889C99.5001 32.4446 99.8335 32.1112 100.222 31.889L100.167 31.8335ZM102.778 32.6668C102.445 32.389 102.056 32.2779 101.556 32.2779C101.056 32.2779 100.722 32.4446 100.445 32.7224C100.167 33.0001 99.9446 33.389 99.889 33.8335H103.333C103.333 33.3335 103.111 33.0001 102.778 32.7224V32.6668Z",
2995
- fill: "#141414"
2996
- }
2997
- ),
2998
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2999
- "path",
3000
- {
3001
- d: "M106.445 36.1668C106.722 36.389 107.111 36.5001 107.556 36.5001C108 36.5001 108.278 36.4446 108.556 36.2779C108.778 36.1112 108.945 35.889 108.945 35.6668C108.945 35.4446 108.889 35.2779 108.778 35.1668C108.667 35.0557 108.5 34.9446 108.333 34.9446C108.167 34.9446 107.889 34.8334 107.5 34.8334C107 34.7779 106.611 34.7223 106.278 34.6112C105.945 34.5001 105.722 34.3334 105.5 34.1668C105.278 34.0001 105.222 33.6668 105.222 33.2779C105.222 32.889 105.333 32.6668 105.5 32.389C105.667 32.1112 105.945 31.9446 106.278 31.7779C106.611 31.6112 106.945 31.5557 107.389 31.5557C108.056 31.5557 108.611 31.7223 109 32.0001C109.445 32.3334 109.667 32.7779 109.667 33.3334H108.778C108.778 33.0557 108.611 32.7779 108.333 32.6112C108.056 32.4446 107.778 32.3334 107.389 32.3334C107 32.3334 106.667 32.389 106.445 32.5557C106.222 32.7223 106.111 32.9446 106.111 33.1668C106.111 33.389 106.111 33.5001 106.278 33.6112C106.389 33.7223 106.556 33.7779 106.722 33.8334C106.889 33.889 107.167 33.889 107.5 33.9446C108 34.0001 108.389 34.1112 108.722 34.1668C109.056 34.2223 109.278 34.4446 109.5 34.6668C109.722 34.889 109.778 35.2223 109.778 35.6112C109.778 36.0001 109.667 36.2779 109.5 36.5001C109.278 36.7779 109.056 36.9446 108.667 37.1112C108.333 37.2779 107.945 37.3334 107.556 37.3334C106.833 37.3334 106.222 37.1668 105.778 36.8334C105.333 36.5001 105.111 36.0001 105.111 35.389H106C106 35.7223 106.167 36.0001 106.445 36.2223V36.1668Z",
3002
- fill: "#141414"
3003
- }
3004
- ),
3005
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3006
- "path",
3007
- {
3008
- d: "M110.167 32.389V31.5557H111.167V29.9446H112.056V31.5557H113.5V32.389H112.056V35.7224C112.056 35.9446 112.056 36.1112 112.167 36.2224C112.278 36.3335 112.445 36.389 112.667 36.389H113.667V37.2224H112.611C112.056 37.2224 111.722 37.1112 111.445 36.889C111.222 36.6668 111.111 36.2779 111.111 35.7779V32.4446H110.111L110.167 32.389Z",
3009
- fill: "#141414"
3010
- }
3011
- ),
3012
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3013
- "path",
3014
- {
3015
- d: "M116.5 36.1668L118.167 31.5557H119.111L116.5 38.1668C116.389 38.5001 116.222 38.7779 116.167 38.9446C116.111 39.1112 115.944 39.2223 115.778 39.3334C115.611 39.389 115.389 39.4446 115.167 39.4446H114.056V38.6112H114.889C115.056 38.6112 115.222 38.6112 115.278 38.5557C115.333 38.5001 115.444 38.4446 115.5 38.389C115.5 38.2779 115.611 38.1668 115.722 37.9446L116 37.2779L113.778 31.5557H114.722L116.445 36.1668H116.5Z",
3016
- fill: "#141414"
3017
- }
3018
- ),
3019
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3020
- "path",
3021
- {
3022
- d: "M122.722 32.4446H122.278C121.722 32.4446 121.333 32.6112 121.111 33.0001C120.889 33.389 120.778 33.8334 120.778 34.3334V37.2223H119.889V31.5557H120.667L120.778 32.389C120.945 32.1112 121.167 31.9446 121.389 31.7779C121.611 31.6112 122 31.5557 122.445 31.5557H122.722V32.4446Z",
3023
- fill: "#141414"
3024
- }
3025
- ),
3026
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3027
- "path",
3028
- {
3029
- d: "M124.333 31.8335C124.722 31.6112 125.222 31.4446 125.722 31.4446C126.222 31.4446 126.722 31.5557 127.111 31.7779C127.5 32.0001 127.833 32.2779 128.056 32.7224C128.278 33.1668 128.389 33.6112 128.445 34.1668C128.445 34.2224 128.445 34.389 128.445 34.5557H124.056C124.056 35.1668 124.222 35.6112 124.556 35.9446C124.889 36.2779 125.333 36.4446 125.833 36.4446C126.333 36.4446 126.611 36.3335 126.889 36.1112C127.167 35.889 127.389 35.6112 127.445 35.2779H128.389C128.278 35.8335 128 36.3335 127.556 36.7224C127.111 37.1112 126.556 37.2779 125.945 37.2779C125.333 37.2779 124.889 37.1668 124.445 36.889C124 36.6668 123.667 36.3335 123.445 35.889C123.222 35.4446 123.111 34.9446 123.111 34.389C123.111 33.8335 123.222 33.2779 123.445 32.889C123.667 32.4446 124 32.1112 124.389 31.889L124.333 31.8335ZM126.945 32.6668C126.611 32.389 126.222 32.2779 125.722 32.2779C125.222 32.2779 124.889 32.4446 124.611 32.7224C124.333 33.0001 124.111 33.389 124.056 33.8335H127.5C127.5 33.3335 127.278 33.0001 126.945 32.7224V32.6668Z",
3030
- fill: "#141414"
3031
- }
3032
- ),
3033
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M130.333 29.4446V37.2224H129.445V29.4446H130.333Z", fill: "#141414" }),
3034
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3035
- "path",
3036
- {
3037
- d: "M132.778 36.1668C133.056 36.389 133.445 36.5001 133.889 36.5001C134.333 36.5001 134.611 36.4446 134.889 36.2779C135.111 36.1112 135.278 35.889 135.278 35.6668C135.278 35.4446 135.222 35.2779 135.111 35.1668C135 35.0557 134.833 34.9446 134.667 34.9446C134.5 34.9446 134.222 34.8334 133.833 34.8334C133.333 34.7779 132.945 34.7223 132.611 34.6112C132.278 34.5001 132.056 34.3334 131.833 34.1668C131.611 34.0001 131.556 33.6668 131.556 33.2779C131.556 32.889 131.667 32.6668 131.833 32.389C132 32.1112 132.278 31.9446 132.611 31.7779C132.945 31.6112 133.278 31.5557 133.722 31.5557C134.389 31.5557 134.945 31.7223 135.333 32.0001C135.778 32.3334 136 32.7779 136 33.3334H135.111C135.111 33.0557 134.945 32.7779 134.667 32.6112C134.389 32.4446 134.111 32.3334 133.722 32.3334C133.333 32.3334 133 32.389 132.778 32.5557C132.556 32.7223 132.445 32.9446 132.445 33.1668C132.445 33.389 132.445 33.5001 132.611 33.6112C132.722 33.7223 132.889 33.7779 133.056 33.8334C133.222 33.889 133.5 33.889 133.833 33.9446C134.333 34.0001 134.722 34.1112 135.056 34.1668C135.389 34.2223 135.611 34.4446 135.833 34.6668C136.056 34.889 136.111 35.2223 136.111 35.6112C136.111 36.0001 136 36.2779 135.833 36.5001C135.611 36.7779 135.389 36.9446 135 37.1112C134.667 37.2779 134.278 37.3334 133.889 37.3334C133.167 37.3334 132.556 37.1668 132.111 36.8334C131.667 36.5001 131.445 36.0001 131.445 35.389H132.333C132.333 35.7223 132.5 36.0001 132.778 36.2223V36.1668Z",
3038
- fill: "#141414"
3039
- }
3040
- ),
3041
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3042
- "path",
3043
- {
3044
- d: "M138.222 31.8335C138.611 31.6112 139.111 31.4446 139.611 31.4446C140.111 31.4446 140.611 31.5557 141 31.7779C141.389 32.0001 141.722 32.2779 141.945 32.7224C142.167 33.1668 142.278 33.6112 142.333 34.1668C142.333 34.2224 142.333 34.389 142.333 34.5557H137.945C137.945 35.1668 138.111 35.6112 138.445 35.9446C138.778 36.2779 139.222 36.4446 139.722 36.4446C140.222 36.4446 140.5 36.3335 140.778 36.1112C141.056 35.889 141.278 35.6112 141.333 35.2779H142.278C142.167 35.8335 141.889 36.3335 141.445 36.7224C141 37.1112 140.445 37.2779 139.833 37.2779C139.222 37.2779 138.778 37.1668 138.333 36.889C137.889 36.6668 137.556 36.3335 137.333 35.889C137.111 35.4446 137 34.9446 137 34.389C137 33.8335 137.111 33.2779 137.333 32.889C137.556 32.4446 137.889 32.1112 138.278 31.889L138.222 31.8335ZM140.833 32.6668C140.5 32.389 140.111 32.2779 139.611 32.2779C139.111 32.2779 138.778 32.4446 138.5 32.7224C138.222 33.0001 138 33.389 137.945 33.8335H141.389C141.389 33.3335 141.167 33.0001 140.833 32.7224V32.6668Z",
3045
- fill: "#141414"
3046
- }
3047
- ),
3048
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3049
- "path",
3050
- {
3051
- d: "M148.445 34.0558V37.2225H147.556V34.1114C147.556 33.5002 147.445 33.0558 147.167 32.778C146.889 32.4447 146.5 32.3336 146 32.3336C145.5 32.3336 145.056 32.5002 144.722 32.8891C144.445 33.278 144.278 33.778 144.278 34.3891V37.2225H143.389V31.5558H144.167L144.278 32.3336C144.722 31.778 145.333 31.5002 146.167 31.5002C147 31.5002 147.389 31.7225 147.833 32.1114C148.278 32.5002 148.445 33.1669 148.445 34.0558Z",
3052
- fill: "#141414"
3053
- }
3054
- ),
3055
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3056
- "path",
3057
- {
3058
- d: "M30.0001 23.8889C30.0001 26.2223 28.6112 28.3889 26.4445 29.0556C25.4445 29.3334 24.4445 29.4445 22.7778 29.4445H13.6112C11.8889 29.4445 11.6667 29.7223 11.6667 31.3889V35.0001C11.6667 36.3334 10.8334 37.2223 9.72228 37.2223C8.61117 37.2223 7.77783 36.3334 7.77783 35.0001V32.5001C7.77783 31.3889 7.77783 30.4445 7.88894 29.9445C8.22228 28.0556 9.33339 26.6112 11.1667 25.9445C11.8889 25.6667 13.1112 25.5001 15.5001 25.5001H23.3334C24.0001 25.5001 24.6667 25.4445 24.9445 25.3334C25.7778 25.0001 26.0556 24.4445 26.0556 23.8334C26.0556 23.2223 25.8334 22.6112 24.9445 22.3334C24.6667 22.2223 24.0001 22.1667 23.3334 22.1667H10.7778C10.2778 22.1667 9.83339 22.1667 9.61117 22.0556C8.77783 21.7778 8.27783 21.0001 8.27783 20.2223C8.27783 19.4445 8.77783 18.6667 9.61117 18.3889C9.88894 18.2778 10.1667 18.2778 10.7223 18.2778H22.7223C24.4445 18.2778 25.7778 18.3889 26.6112 18.7223C28.7778 19.5556 29.9445 21.3334 29.9445 23.8334L30.0001 23.8889ZM53.1667 18.5001C52.8889 18.3889 52.4445 18.3334 51.8334 18.3334H34.2223C33.7778 18.3334 33.3889 18.3334 33.1667 18.4445C32.2223 18.7223 31.6667 19.4445 31.6667 20.2778C31.6667 21.1112 32.1112 21.7778 33.0001 22.0556C33.2778 22.1667 33.7223 22.2223 34.2223 22.2223H41.1112V35.2223C41.1112 36.5556 42.0001 37.2223 43.0556 37.2223C44.1112 37.2223 45.0001 36.5556 45.0001 35.2223V22.2223H51.8334C52.5001 22.2223 52.8334 22.2223 53.0556 22.1112C53.9445 21.8334 54.4445 21.1112 54.4445 20.2778C54.4445 19.4445 54.0001 18.7778 53.1667 18.5001ZM74.1667 26.3334C73.2223 25.8334 72.0001 25.5556 68.9445 25.5556H63.0556C62.1112 25.5556 61.6112 25.5001 61.2778 25.3889C60.3334 25.0556 60.0001 24.4445 60.0001 23.8889C60.0001 23.3334 60.2223 22.6667 61.2223 22.3334C61.5001 22.2223 62.0001 22.2223 62.5001 22.2223H73.3334C73.5556 22.2223 74.1667 22.2223 74.3334 22.2223C75.3334 22.0556 76.1112 21.4445 76.1112 20.3334C76.1112 19.2223 75.3334 18.6667 74.3889 18.4445C74.2223 18.4445 73.8334 18.3889 73.3334 18.3889H63.0556C61.2223 18.3889 59.8889 18.6112 59.0001 19.0001C57.1667 19.8889 56.1112 21.7778 56.1112 23.9445C56.1112 26.1112 57.1112 28.0556 59.1112 28.9445C60.0001 29.3334 61.3334 29.5001 63.0556 29.5001H70.5556C71.5001 29.5001 72.0001 29.6112 72.3334 29.7223C73.1112 30.0001 73.3334 30.7778 73.3334 31.4445C73.3334 32.1112 73.1112 32.9445 72.1667 33.2223C71.8334 33.3334 71.1667 33.3889 70.0556 33.3889H59.1667C58.7223 33.3889 58.2778 33.3889 58.0556 33.5001C57.1667 33.7223 56.6667 34.4445 56.6667 35.3334C56.6667 36.2223 57.2223 36.7778 57.9445 37.0556C58.2223 37.1667 58.8334 37.2778 59.2778 37.2778H68.8889C70.9445 37.2778 72.6112 37.1667 73.6112 36.8334C75.8889 36.1667 77.1667 34.0001 77.1667 31.4445C77.1667 28.8889 76.0001 27.3334 74.1112 26.3889L74.1667 26.3334Z",
3059
- fill: "#141414"
3060
- }
3061
- ),
3062
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
3063
- "path",
3064
- {
3065
- d: "M51.1667 8.72233L51.3889 8.33344C50 6.44455 46.7222 5.11122 43.3889 5.00011H42.7223C39.3889 5.11122 36.1111 6.44455 34.7222 8.33344L34.9445 8.72233C34.3334 8.72233 33.8889 9.11122 33.8889 9.61122L35.1667 15.0001C35.2778 15.3334 35.3889 15.5001 35.8334 15.5001H50.2778C50.6667 15.5001 50.8334 15.2779 50.8889 15.0001L52.1667 9.61122C52.1667 9.11122 51.7222 8.72233 51.1111 8.72233H51.1667ZM38.5 10.4446C38.3889 10.4446 38.2222 10.389 38.1111 10.389C37.5556 10.389 37.1667 10.7779 37.1667 11.2779C37.1667 11.7779 37.5556 12.1112 38.0556 12.1112C38.5556 12.1112 38.5 12.0557 38.6111 11.889C38.6111 12.3334 38.1111 13.3334 37.4445 13.3334H36.0556C35.1111 13.3334 35 12.0557 35 11.9446C35.1111 12.0557 35.3889 12.1112 35.6111 12.1112C36.0556 12.1112 36.4445 11.7779 36.4445 11.2779C36.4445 10.7779 36.0556 10.389 35.5 10.389C34.9445 10.389 35.2778 10.389 35.2223 10.389C35.4445 10.2223 35.6667 9.94455 35.6667 9.61122C35.6667 9.27789 35.5 9.11122 35.2778 8.94455L36.5556 8.33344C37.3889 6.94455 38.8889 5.94455 40.7223 5.55566C39.7223 6.27789 38.8889 7.16678 38.2223 8.33344L38.6667 8.72233C38.2222 8.77789 37.8889 9.16677 37.8889 9.61122C37.8889 10.0557 38.1111 10.2779 38.4445 10.4446H38.5ZM42.6667 10.5001C42.5556 10.4446 42.3334 10.389 42.2222 10.389C41.6667 10.389 41.2778 10.7779 41.2778 11.2779C41.2778 11.7779 41.6667 12.1112 42.1667 12.1112C42.6667 12.1112 42.6111 12.0557 42.7778 11.9446C42.7778 12.389 42.4445 13.3334 41.6667 13.3334H40.2778C39.3889 13.3334 39.1667 12.2223 39.1667 11.889C39.2778 12.0001 39.5 12.1112 39.7778 12.1112C40.2222 12.1112 40.6667 11.7779 40.6667 11.2779C40.6667 10.7779 40.2778 10.389 39.7222 10.389C39.1667 10.389 39.3889 10.389 39.3334 10.4446C39.6667 10.2779 39.8889 10.0001 39.8889 9.61122C39.8889 9.22233 39.6667 8.94455 39.3334 8.83344L40.3334 8.33344C40.6111 7.33344 41.5 5.889 42.4445 5.389C42.3334 5.889 42.2778 6.94455 42.2778 8.33344C42.2778 8.33344 42.5556 8.61122 42.8334 8.77789C42.4445 8.889 42.1667 9.22233 42.1667 9.61122C42.1667 10.0001 42.3889 10.2779 42.7223 10.4446L42.6667 10.5001ZM45.8334 13.3334H44.4445C43.6667 13.3334 43.3334 12.389 43.3334 11.9446C43.4445 12.0557 43.6667 12.1112 43.9445 12.1112C44.4445 12.1112 44.8334 11.7779 44.8334 11.2779C44.8334 10.7779 44.4445 10.389 43.8889 10.389C43.3334 10.389 43.5556 10.389 43.4445 10.5001C43.7778 10.389 44.0556 10.0557 44.0556 9.66678C44.0556 9.27789 43.7778 8.94455 43.3889 8.83344C43.6667 8.66678 43.9445 8.389 43.9445 8.389C43.9445 7.00011 43.8889 5.94455 43.7222 5.44455C44.7222 5.94455 45.6111 7.33344 45.8889 8.389L46.8889 8.889C46.6111 9.00011 46.3334 9.33344 46.3334 9.66678C46.3334 10.0001 46.5556 10.3334 46.8889 10.5001C46.7778 10.5001 46.6111 10.4446 46.5 10.4446C45.9445 10.4446 45.5556 10.8334 45.5556 11.3334C45.5556 11.8334 45.9445 12.1668 46.4445 12.1668C46.9445 12.1668 46.8889 12.1112 47.0556 11.9446C47.0556 12.2223 46.8334 13.389 45.9445 13.389L45.8334 13.3334ZM50 13.3334H48.6111C47.8889 13.3334 47.4445 12.389 47.4445 11.889C47.5556 12.0557 47.7778 12.1112 48.0556 12.1112C48.5 12.1112 48.8889 11.7779 48.8889 11.2779C48.8889 10.7779 48.5 10.389 47.9445 10.389C47.3889 10.389 47.6111 10.389 47.5556 10.4446C47.8889 10.2779 48.1111 10.0001 48.1111 9.61122C48.1111 9.22233 47.7778 8.77789 47.2778 8.72233L47.7778 8.33344C47.1111 7.16678 46.2778 6.33344 45.2778 5.55566C47.0556 5.94455 48.6111 6.889 49.4445 8.33344L50.7778 8.94455C50.5556 9.11122 50.3889 9.33344 50.3889 9.66678C50.3889 10.0001 50.6111 10.3334 50.8889 10.5001C50.8334 10.5001 50.6667 10.4446 50.5556 10.4446C50 10.4446 49.6111 10.8334 49.6111 11.3334C49.6111 11.8334 50 12.1668 50.4445 12.1668C50.8889 12.1668 50.9445 12.1112 51.0556 12.0001C51.0556 12.1112 50.8889 13.389 50 13.389V13.3334ZM43.0556 5.00011C42.2778 5.00011 41.6667 4.389 41.6667 3.61122C41.6667 2.83344 42.1667 2.389 42.7778 2.27789V1.66678H42.2222V1.11122H42.7778V0.555664H43.3334V1.11122H43.8889V1.66678H43.3334V2.27789C43.9445 2.389 44.4445 2.94455 44.4445 3.66678C44.4445 4.389 43.8334 5.05566 43.0556 5.05566V5.00011Z",
3066
- fill: "#F0AA1E"
3067
- }
3068
- ),
3069
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M82.2223 18.3335V37.2224", stroke: "currentColor", strokeWidth: "0.8", strokeMiterlimit: "10" })
2925
+ var Logo_sv2 = () => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "169", height: "47", viewBox: "0 0 169 47", fill: "none", children: [
2926
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M100.8 21.6667C101.267 21.9334 101.667 22.2667 101.867 22.6667C102.067 23.0667 102.267 23.6 102.267 24.2C102.267 24.8 102.133 25.2667 101.867 25.7334C101.6 26.2 101.267 26.5334 100.8 26.7334C100.333 26.9334 99.8 27.0667 99.2 27.0667H96.8V30.6667H95.6666V21.3334H99.2666C99.8666 21.3334 100.4 21.4667 100.867 21.6667H100.8ZM99.0666 26C99.6666 26 100.2 25.8667 100.533 25.5334C100.867 25.2 101.067 24.7334 101.067 24.2C101.067 23.6667 100.867 23.2 100.533 22.8667C100.2 22.5334 99.6666 22.4 99.0666 22.4H96.7333V26H99.0666Z", fill: "#141414" }),
2927
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M103.2 29.0667C102.933 28.5334 102.8 27.9334 102.8 27.2667C102.8 26.6 102.933 26 103.2 25.4667C103.467 24.9334 103.867 24.5334 104.4 24.2667C104.933 24 105.467 23.8 106.133 23.8C106.8 23.8 107.4 23.9334 107.867 24.2667C108.4 24.5334 108.8 25 109.067 25.4667C109.333 26 109.467 26.6 109.467 27.2667C109.467 27.9334 109.333 28.5334 109.067 29.0667C108.8 29.6 108.4 30 107.867 30.2667C107.333 30.5334 106.8 30.7334 106.133 30.7334C105.467 30.7334 104.867 30.6 104.4 30.2667C103.933 29.9334 103.467 29.5334 103.2 29.0667ZM108.067 28.5334C108.267 28.1334 108.333 27.7334 108.333 27.2667C108.333 26.8 108.267 26.3334 108.067 26C107.867 25.6 107.6 25.3334 107.267 25.1334C106.933 24.9334 106.533 24.8 106.067 24.8C105.6 24.8 105.2 24.9334 104.867 25.1334C104.533 25.3334 104.267 25.6667 104.067 26C103.867 26.4 103.8 26.8 103.8 27.2667C103.8 27.7334 103.867 28.2 104.067 28.5334C104.267 28.9334 104.533 29.2 104.867 29.4C105.2 29.6 105.6 29.7334 106.067 29.7334C106.533 29.7334 106.933 29.6 107.267 29.4C107.6 29.2 107.867 28.8667 108.067 28.5334Z", fill: "#141414" }),
2928
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M112.133 29.4C112.467 29.6667 112.933 29.8 113.467 29.8C114 29.8 114.333 29.7334 114.667 29.5334C114.933 29.3334 115.133 29.0667 115.133 28.8C115.133 28.5334 115.067 28.3334 114.933 28.2C114.8 28.0667 114.6 27.9334 114.4 27.9334C114.2 27.9334 113.867 27.8 113.4 27.8C112.8 27.7334 112.333 27.6667 111.933 27.5334C111.533 27.4 111.267 27.2 111 27C110.733 26.8 110.667 26.4 110.667 25.9334C110.667 25.4667 110.8 25.2 111 24.8667C111.2 24.5334 111.533 24.3334 111.933 24.1334C112.333 23.9334 112.733 23.8667 113.267 23.8667C114.067 23.8667 114.733 24.0667 115.2 24.4C115.733 24.8 116 25.3334 116 26H114.933C114.933 25.6667 114.733 25.3334 114.4 25.1334C114.067 24.9334 113.733 24.8 113.267 24.8C112.8 24.8 112.4 24.8667 112.133 25.0667C111.867 25.2667 111.733 25.5334 111.733 25.8C111.733 26.0667 111.733 26.2 111.933 26.3334C112.067 26.4667 112.267 26.5334 112.467 26.6C112.667 26.6667 113 26.6667 113.4 26.7334C114 26.8 114.467 26.9334 114.867 27C115.267 27.0667 115.533 27.3334 115.8 27.6C116.067 27.8667 116.133 28.2667 116.133 28.7334C116.133 29.2 116 29.5334 115.8 29.8C115.533 30.1334 115.267 30.3334 114.8 30.5334C114.4 30.7334 113.933 30.8 113.467 30.8C112.6 30.8 111.867 30.6 111.333 30.2C110.8 29.8 110.533 29.2 110.533 28.4667H111.6C111.6 28.8667 111.8 29.2 112.133 29.4667V29.4Z", fill: "#141414" }),
2929
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M116.6 24.8667V23.8667H117.8V21.9333H118.867V23.8667H120.6V24.8667H118.867V28.8667C118.867 29.1333 118.867 29.3333 119 29.4667C119.133 29.6 119.333 29.6667 119.6 29.6667H120.8V30.6667H119.533C118.867 30.6667 118.467 30.5333 118.133 30.2667C117.867 30 117.733 29.5333 117.733 28.9333V24.9333H116.533L116.6 24.8667Z", fill: "#141414" }),
2930
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M121.2 26.4H125.667V27.3334H121.2V26.4Z", fill: "#141414" }),
2931
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M130.8 29.0667C130.533 28.5334 130.4 27.9334 130.4 27.2667C130.4 26.6 130.533 26 130.8 25.4667C131.067 24.9334 131.467 24.5334 132 24.2667C132.533 24 133.067 23.8 133.733 23.8C134.4 23.8 135 23.9334 135.467 24.2667C136 24.5334 136.4 25 136.667 25.4667C136.933 26 137.067 26.6 137.067 27.2667C137.067 27.9334 136.933 28.5334 136.667 29.0667C136.4 29.6 136 30 135.467 30.2667C134.933 30.5334 134.4 30.7334 133.733 30.7334C133.067 30.7334 132.467 30.6 132 30.2667C131.533 29.9334 131.067 29.5334 130.8 29.0667ZM135.667 28.5334C135.867 28.1334 135.933 27.7334 135.933 27.2667C135.933 26.8 135.867 26.3334 135.667 26C135.467 25.6 135.2 25.3334 134.867 25.1334C134.533 24.9334 134.133 24.8 133.667 24.8C133.2 24.8 132.8 24.9334 132.467 25.1334C132.133 25.3334 131.867 25.6667 131.667 26C131.467 26.4 131.4 26.8 131.4 27.2667C131.4 27.7334 131.467 28.2 131.667 28.5334C131.867 28.9334 132.133 29.2 132.467 29.4C132.8 29.6 133.2 29.7334 133.667 29.7334C134.133 29.7334 134.533 29.6 134.867 29.4C135.2 29.2 135.467 28.8667 135.667 28.5334Z", fill: "#141414" }),
2932
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M141.4 30.7334C140.733 30.7334 140.133 30.6001 139.667 30.2667C139.2 30.0001 138.8 29.5334 138.533 29.0001C138.267 28.4667 138.133 27.8667 138.133 27.2001C138.133 26.5334 138.267 25.9334 138.533 25.4001C138.8 24.8667 139.2 24.4667 139.733 24.2001C140.267 23.9334 140.8 23.7334 141.467 23.7334C142.133 23.7334 142.933 23.9334 143.467 24.4001C144 24.8001 144.333 25.4001 144.467 26.1334H143.333C143.2 25.6667 143 25.3334 142.667 25.0667C142.333 24.8001 141.933 24.6667 141.467 24.6667C141 24.6667 140.267 24.8667 139.867 25.3334C139.467 25.8001 139.267 26.4001 139.267 27.1334C139.267 27.8667 139.467 28.4667 139.867 28.9334C140.267 29.4001 140.8 29.6667 141.467 29.6667C142.133 29.6667 142.4 29.5334 142.733 29.2667C143.067 29.0001 143.267 28.6667 143.4 28.2001H144.467C144.333 28.9334 144 29.5334 143.467 30.0001C142.933 30.4001 142.267 30.6667 141.467 30.6667L141.4 30.7334Z", fill: "#141414" }),
2933
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M151.8 26.8667V30.6667H150.733V26.9334C150.733 26.2 150.6 25.6667 150.267 25.3334C149.933 24.9334 149.467 24.8 148.867 24.8C148.267 24.8 147.733 25 147.4 25.4667C147 25.9334 146.867 26.5334 146.867 27.2667V30.6667H145.8V21.3334H146.867V25C147.067 24.6667 147.4 24.3334 147.733 24.1334C148.133 23.9334 148.533 23.8 149.067 23.8C149.867 23.8 150.533 24.0667 151.067 24.5334C151.6 25 151.8 25.8 151.8 26.8667Z", fill: "#141414" }),
2934
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M94.6666 38.2001V37.2001H95.8666V35.2667H96.9333V37.2001H98.6666V38.2001H96.9333V42.2001C96.9333 42.4667 96.9333 42.6667 97.0667 42.8001C97.2 42.9334 97.4 43.0001 97.6666 43.0001H98.8666V44.0001H97.6C96.9333 44.0001 96.5333 43.8667 96.2 43.6001C95.9333 43.3334 95.8 42.8667 95.8 42.2667V38.2667H94.6L94.6666 38.2001Z", fill: "#141414" }),
2935
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M100.8 37.5333C101.267 37.2667 101.867 37.0667 102.467 37.0667C103.067 37.0667 103.667 37.2 104.133 37.4667C104.6 37.7333 105 38.0667 105.267 38.6C105.533 39.1333 105.667 39.6667 105.733 40.3333C105.733 40.4 105.733 40.6 105.733 40.8H100.467C100.467 41.5333 100.667 42.0666 101.067 42.4666C101.467 42.8666 102 43.0667 102.6 43.0667C103.2 43.0667 103.533 42.9333 103.867 42.6667C104.2 42.4 104.467 42.0667 104.533 41.6667H105.667C105.533 42.3333 105.2 42.9333 104.667 43.4C104.133 43.8667 103.467 44.0667 102.733 44.0667C102 44.0667 101.467 43.9333 100.933 43.6C100.4 43.3333 100 42.9333 99.7334 42.4C99.4667 41.8667 99.3334 41.2667 99.3334 40.6C99.3334 39.9333 99.4667 39.2667 99.7334 38.8C100 38.2667 100.4 37.8667 100.867 37.6L100.8 37.5333ZM103.933 38.5333C103.533 38.2 103.067 38.0667 102.467 38.0667C101.867 38.0667 101.467 38.2667 101.133 38.6C100.8 38.9333 100.533 39.4 100.467 39.9333H104.6C104.6 39.3333 104.333 38.9333 103.933 38.6V38.5333Z", fill: "#141414" }),
2936
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M108.067 34.6667V44.0001H107V34.6667H108.067Z", fill: "#141414" }),
2937
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M110.867 37.5333C111.333 37.2667 111.933 37.0667 112.533 37.0667C113.133 37.0667 113.733 37.2 114.2 37.4667C114.667 37.7333 115.067 38.0667 115.333 38.6C115.6 39.1333 115.733 39.6667 115.8 40.3333C115.8 40.4 115.8 40.6 115.8 40.8H110.533C110.533 41.5333 110.733 42.0666 111.133 42.4666C111.533 42.8666 112.067 43.0667 112.667 43.0667C113.267 43.0667 113.6 42.9333 113.933 42.6667C114.267 42.4 114.533 42.0667 114.6 41.6667H115.733C115.6 42.3333 115.267 42.9333 114.733 43.4C114.2 43.8667 113.533 44.0667 112.8 44.0667C112.067 44.0667 111.533 43.9333 111 43.6C110.467 43.3333 110.067 42.9333 109.8 42.4C109.533 41.8667 109.4 41.2667 109.4 40.6C109.4 39.9333 109.533 39.2667 109.8 38.8C110.067 38.2667 110.467 37.8667 110.933 37.6L110.867 37.5333ZM114 38.5333C113.6 38.2 113.133 38.0667 112.533 38.0667C111.933 38.0667 111.533 38.2667 111.2 38.6C110.867 38.9333 110.6 39.4 110.533 39.9333H114.667C114.667 39.3333 114.4 38.9333 114 38.6V38.5333Z", fill: "#141414" }),
2938
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M118.4 42.7334C118.733 43.0001 119.2 43.1334 119.733 43.1334C120.267 43.1334 120.6 43.0667 120.933 42.8667C121.2 42.6667 121.4 42.4001 121.4 42.1334C121.4 41.8667 121.333 41.6667 121.2 41.5334C121.067 41.4001 120.867 41.2667 120.667 41.2667C120.467 41.2667 120.133 41.1334 119.667 41.1334C119.067 41.0667 118.6 41.0001 118.2 40.8667C117.8 40.7334 117.533 40.5334 117.267 40.3334C117 40.1334 116.933 39.7334 116.933 39.2667C116.933 38.8001 117.067 38.5334 117.267 38.2001C117.467 37.8667 117.8 37.6667 118.2 37.4667C118.6 37.2667 119 37.2001 119.533 37.2001C120.333 37.2001 121 37.4001 121.467 37.7334C122 38.1334 122.267 38.6667 122.267 39.3334H121.2C121.2 39.0001 121 38.6667 120.667 38.4667C120.333 38.2667 120 38.1334 119.533 38.1334C119.067 38.1334 118.667 38.2001 118.4 38.4001C118.133 38.6001 118 38.8667 118 39.1334C118 39.4001 118 39.5334 118.2 39.6667C118.333 39.8001 118.533 39.8667 118.733 39.9334C118.933 40.0001 119.267 40.0001 119.667 40.0667C120.267 40.1334 120.733 40.2667 121.133 40.3334C121.533 40.4001 121.8 40.6667 122.067 40.9334C122.333 41.2001 122.4 41.6001 122.4 42.0667C122.4 42.5334 122.267 42.8667 122.067 43.1334C121.8 43.4667 121.533 43.6667 121.067 43.8667C120.667 44.0667 120.2 44.1334 119.733 44.1334C118.867 44.1334 118.133 43.9334 117.6 43.5334C117.067 43.1334 116.8 42.5334 116.8 41.8001H117.867C117.867 42.2001 118.067 42.5334 118.4 42.8001V42.7334Z", fill: "#141414" }),
2939
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M122.867 38.2001V37.2001H124.067V35.2667H125.133V37.2001H126.867V38.2001H125.133V42.2001C125.133 42.4667 125.133 42.6667 125.267 42.8001C125.4 42.9334 125.6 43.0001 125.867 43.0001H127.067V44.0001H125.8C125.133 44.0001 124.733 43.8667 124.4 43.6001C124.133 43.3334 124 42.8667 124 42.2667V38.2667H122.8L122.867 38.2001Z", fill: "#141414" }),
2940
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M130.467 42.7334L132.467 37.2001H133.6L130.467 45.1334C130.333 45.5334 130.133 45.8667 130.067 46.0667C130 46.2667 129.8 46.4001 129.6 46.5334C129.4 46.6001 129.133 46.6667 128.867 46.6667H127.533V45.6667H128.533C128.733 45.6667 128.933 45.6667 129 45.6001C129.067 45.5334 129.2 45.4667 129.267 45.4001C129.267 45.2667 129.4 45.1334 129.533 44.8667L129.867 44.0667L127.2 37.2001H128.333L130.4 42.7334H130.467Z", fill: "#141414" }),
2941
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M137.933 38.2667H137.4C136.733 38.2667 136.267 38.4667 136 38.9334C135.733 39.4001 135.6 39.9334 135.6 40.5334V44.0001H134.533V37.2001H135.467L135.6 38.2001C135.8 37.8667 136.067 37.6667 136.333 37.4667C136.6 37.2667 137.067 37.2001 137.6 37.2001H137.933V38.2667Z", fill: "#141414" }),
2942
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M139.867 37.5333C140.333 37.2667 140.933 37.0667 141.533 37.0667C142.133 37.0667 142.733 37.2 143.2 37.4667C143.667 37.7333 144.067 38.0667 144.333 38.6C144.6 39.1333 144.733 39.6667 144.8 40.3333C144.8 40.4 144.8 40.6 144.8 40.8H139.533C139.533 41.5333 139.733 42.0666 140.133 42.4666C140.533 42.8666 141.067 43.0667 141.667 43.0667C142.267 43.0667 142.6 42.9333 142.933 42.6667C143.267 42.4 143.533 42.0667 143.6 41.6667H144.733C144.6 42.3333 144.267 42.9333 143.733 43.4C143.2 43.8667 142.533 44.0667 141.8 44.0667C141.067 44.0667 140.533 43.9333 140 43.6C139.467 43.3333 139.067 42.9333 138.8 42.4C138.533 41.8667 138.4 41.2667 138.4 40.6C138.4 39.9333 138.533 39.2667 138.8 38.8C139.067 38.2667 139.467 37.8667 139.933 37.6L139.867 37.5333ZM143 38.5333C142.6 38.2 142.133 38.0667 141.533 38.0667C140.933 38.0667 140.533 38.2667 140.2 38.6C139.867 38.9333 139.6 39.4 139.533 39.9333H143.667C143.667 39.3333 143.4 38.9333 143 38.6V38.5333Z", fill: "#141414" }),
2943
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M147.067 34.6667V44.0001H146V34.6667H147.067Z", fill: "#141414" }),
2944
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M150 42.7334C150.333 43.0001 150.8 43.1334 151.333 43.1334C151.867 43.1334 152.2 43.0667 152.533 42.8667C152.8 42.6667 153 42.4001 153 42.1334C153 41.8667 152.933 41.6667 152.8 41.5334C152.667 41.4001 152.467 41.2667 152.267 41.2667C152.067 41.2667 151.733 41.1334 151.267 41.1334C150.667 41.0667 150.2 41.0001 149.8 40.8667C149.4 40.7334 149.133 40.5334 148.867 40.3334C148.6 40.1334 148.533 39.7334 148.533 39.2667C148.533 38.8001 148.667 38.5334 148.867 38.2001C149.067 37.8667 149.4 37.6667 149.8 37.4667C150.2 37.2667 150.6 37.2001 151.133 37.2001C151.933 37.2001 152.6 37.4001 153.067 37.7334C153.6 38.1334 153.867 38.6667 153.867 39.3334H152.8C152.8 39.0001 152.6 38.6667 152.267 38.4667C151.933 38.2667 151.6 38.1334 151.133 38.1334C150.667 38.1334 150.267 38.2001 150 38.4001C149.733 38.6001 149.6 38.8667 149.6 39.1334C149.6 39.4001 149.6 39.5334 149.8 39.6667C149.933 39.8001 150.133 39.8667 150.333 39.9334C150.533 40.0001 150.867 40.0001 151.267 40.0667C151.867 40.1334 152.333 40.2667 152.733 40.3334C153.133 40.4001 153.4 40.6667 153.667 40.9334C153.933 41.2001 154 41.6001 154 42.0667C154 42.5334 153.867 42.8667 153.667 43.1334C153.4 43.4667 153.133 43.6667 152.667 43.8667C152.267 44.0667 151.8 44.1334 151.333 44.1334C150.467 44.1334 149.733 43.9334 149.2 43.5334C148.667 43.1334 148.4 42.5334 148.4 41.8001H149.467C149.467 42.2001 149.667 42.5334 150 42.8001V42.7334Z", fill: "#141414" }),
2945
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M156.533 37.5333C157 37.2667 157.6 37.0667 158.2 37.0667C158.8 37.0667 159.4 37.2 159.867 37.4667C160.333 37.7333 160.733 38.0667 161 38.6C161.267 39.1333 161.4 39.6667 161.467 40.3333C161.467 40.4 161.467 40.6 161.467 40.8H156.2C156.2 41.5333 156.4 42.0666 156.8 42.4666C157.2 42.8666 157.733 43.0667 158.333 43.0667C158.933 43.0667 159.267 42.9333 159.6 42.6667C159.933 42.4 160.2 42.0667 160.267 41.6667H161.4C161.267 42.3333 160.933 42.9333 160.4 43.4C159.867 43.8667 159.2 44.0667 158.467 44.0667C157.733 44.0667 157.2 43.9333 156.667 43.6C156.133 43.3333 155.733 42.9333 155.467 42.4C155.2 41.8667 155.067 41.2667 155.067 40.6C155.067 39.9333 155.2 39.2667 155.467 38.8C155.733 38.2667 156.133 37.8667 156.6 37.6L156.533 37.5333ZM159.667 38.5333C159.267 38.2 158.8 38.0667 158.2 38.0667C157.6 38.0667 157.2 38.2667 156.867 38.6C156.533 38.9333 156.267 39.4 156.2 39.9333H160.333C160.333 39.3333 160.067 38.9333 159.667 38.6V38.5333Z", fill: "#141414" }),
2946
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M168.8 40.2001V44.0001H167.733V40.2668C167.733 39.5334 167.6 39.0001 167.267 38.6668C166.933 38.2668 166.467 38.1334 165.867 38.1334C165.267 38.1334 164.733 38.3334 164.333 38.8001C164 39.2668 163.8 39.8668 163.8 40.6001V44.0001H162.733V37.2001H163.667L163.8 38.1334C164.333 37.4668 165.067 37.1334 166.067 37.1334C167.067 37.1334 167.533 37.4001 168.067 37.8668C168.6 38.3334 168.8 39.1334 168.8 40.2001Z", fill: "#141414" }),
2947
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M26.6667 28.0001C26.6667 30.8001 25 33.4001 22.4 34.2001C21.2 34.5334 20 34.6667 18 34.6667H7C4.93333 34.6667 4.66667 35.0001 4.66667 37.0001V41.3334C4.66667 42.9334 3.66667 44.0001 2.33333 44.0001C1 44.0001 0 42.9334 0 41.3334V38.3334C0 37.0001 -1.29143e-07 35.8667 0.133333 35.2667C0.533333 33.0001 1.86667 31.2667 4.06667 30.4667C4.93333 30.1334 6.4 29.9334 9.26667 29.9334H18.6667C19.4667 29.9334 20.2667 29.8667 20.6 29.7334C21.6 29.3334 21.9333 28.6667 21.9333 27.9334C21.9333 27.2001 21.6667 26.4667 20.6 26.1334C20.2667 26.0001 19.4667 25.9334 18.6667 25.9334H3.6C3 25.9334 2.46667 25.9334 2.2 25.8001C1.2 25.4667 0.6 24.5334 0.6 23.6001C0.6 22.6667 1.2 21.7334 2.2 21.4001C2.53333 21.2667 2.86667 21.2667 3.53333 21.2667H17.9333C20 21.2667 21.6 21.4001 22.6 21.8001C25.2 22.8001 26.6 24.9334 26.6 27.9334L26.6667 28.0001ZM54.4667 21.5334C54.1333 21.4001 53.6 21.3334 52.8667 21.3334H31.7333C31.2 21.3334 30.7333 21.3334 30.4667 21.4667C29.3333 21.8001 28.6667 22.6667 28.6667 23.6667C28.6667 24.6667 29.2 25.4667 30.2667 25.8001C30.6 25.9334 31.1333 26.0001 31.7333 26.0001H40V41.6001C40 43.2001 41.0667 44.0001 42.3333 44.0001C43.6 44.0001 44.6667 43.2001 44.6667 41.6001V26.0001H52.8667C53.6667 26.0001 54.0667 26.0001 54.3333 25.8667C55.4 25.5334 56 24.6667 56 23.6667C56 22.6667 55.4667 21.8667 54.4667 21.5334ZM79.6667 30.9334C78.5333 30.3334 77.0667 30.0001 73.4 30.0001H66.3333C65.2 30.0001 64.6 29.9334 64.2 29.8001C63.0667 29.4001 62.6667 28.6667 62.6667 28.0001C62.6667 27.3334 62.9333 26.5334 64.1333 26.1334C64.4667 26.0001 65.0667 26.0001 65.6667 26.0001H78.6667C78.9333 26.0001 79.6667 26.0001 79.8667 26.0001C81.0667 25.8001 82 25.0667 82 23.7334C82 22.4001 81.0667 21.7334 79.9333 21.4667C79.7333 21.4667 79.2667 21.4001 78.6667 21.4001H66.3333C64.1333 21.4001 62.5333 21.6667 61.4667 22.1334C59.2667 23.2001 58 25.4667 58 28.0667C58 30.6667 59.2 33.0001 61.6 34.0667C62.6667 34.5334 64.2667 34.7334 66.3333 34.7334H75.3333C76.4667 34.7334 77.0667 34.8667 77.4667 35.0001C78.4 35.3334 78.6667 36.2667 78.6667 37.0667C78.6667 37.8667 78.4 38.8667 77.2667 39.2001C76.8667 39.3334 76.0667 39.4001 74.7333 39.4001H61.6667C61.1333 39.4001 60.6 39.4001 60.3333 39.5334C59.2667 39.8001 58.6667 40.6667 58.6667 41.7334C58.6667 42.8001 59.3333 43.4667 60.2 43.8001C60.5333 43.9334 61.2667 44.0667 61.8 44.0667H73.3333C75.8 44.0667 77.8 43.9334 79 43.5334C81.7333 42.7334 83.2667 40.1334 83.2667 37.0667C83.2667 34.0001 81.8667 32.1334 79.6 31.0001L79.6667 30.9334Z", fill: "#141414" }),
2948
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M52.0667 9.8L52.3334 9.33333C50.6667 7.06667 46.7334 5.46667 42.7334 5.33333H41.9334C37.9334 5.46667 34 7.06667 32.3334 9.33333L32.6 9.8C31.8667 9.8 31.3334 10.2667 31.3334 10.8667L32.8667 17.3333C33 17.7333 33.1334 17.9333 33.6667 17.9333H51C51.4667 17.9333 51.6667 17.6667 51.7334 17.3333L53.2667 10.8667C53.2667 10.2667 52.7334 9.8 52 9.8H52.0667ZM36.8667 11.8667C36.7334 11.8667 36.5334 11.8 36.4 11.8C35.7334 11.8 35.2667 12.2667 35.2667 12.8667C35.2667 13.4667 35.7334 13.8667 36.3334 13.8667C36.9334 13.8667 36.8667 13.8 37 13.6C37 14.1333 36.4 15.3333 35.6 15.3333H33.9334C32.8 15.3333 32.6667 13.8 32.6667 13.6667C32.8 13.8 33.1334 13.8667 33.4 13.8667C33.9334 13.8667 34.4 13.4667 34.4 12.8667C34.4 12.2667 33.9334 11.8 33.2667 11.8C32.6 11.8 33 11.8 32.9334 11.8C33.2 11.6 33.4667 11.2667 33.4667 10.8667C33.4667 10.4667 33.2667 10.2667 33 10.0667L34.5334 9.33333C35.5334 7.66667 37.3334 6.46667 39.5334 6C38.3334 6.86667 37.3334 7.93333 36.5334 9.33333L37.0667 9.8C36.5334 9.86667 36.1334 10.3333 36.1334 10.8667C36.1334 11.4 36.4 11.6667 36.8 11.8667H36.8667ZM41.8667 11.9333C41.7334 11.8667 41.4667 11.8 41.3334 11.8C40.6667 11.8 40.2 12.2667 40.2 12.8667C40.2 13.4667 40.6667 13.8667 41.2667 13.8667C41.8667 13.8667 41.8 13.8 42 13.6667C42 14.2 41.6 15.3333 40.6667 15.3333H39C37.9334 15.3333 37.6667 14 37.6667 13.6C37.8 13.7333 38.0667 13.8667 38.4 13.8667C38.9334 13.8667 39.4667 13.4667 39.4667 12.8667C39.4667 12.2667 39 11.8 38.3334 11.8C37.6667 11.8 37.9334 11.8 37.8667 11.8667C38.2667 11.6667 38.5334 11.3333 38.5334 10.8667C38.5334 10.4 38.2667 10.0667 37.8667 9.93333L39.0667 9.33333C39.4 8.13333 40.4667 6.4 41.6 5.8C41.4667 6.4 41.4 7.66667 41.4 9.33333C41.4 9.33333 41.7334 9.66667 42.0667 9.86667C41.6 10 41.2667 10.4 41.2667 10.8667C41.2667 11.3333 41.5334 11.6667 41.9334 11.8667L41.8667 11.9333ZM45.6667 15.3333H44C43.0667 15.3333 42.6667 14.2 42.6667 13.6667C42.8 13.8 43.0667 13.8667 43.4 13.8667C44 13.8667 44.4667 13.4667 44.4667 12.8667C44.4667 12.2667 44 11.8 43.3334 11.8C42.6667 11.8 42.9334 11.8 42.8 11.9333C43.2 11.8 43.5334 11.4 43.5334 10.9333C43.5334 10.4667 43.2 10.0667 42.7334 9.93333C43.0667 9.73333 43.4 9.4 43.4 9.4C43.4 7.73333 43.3334 6.46667 43.1334 5.86667C44.3334 6.46667 45.4 8.13333 45.7334 9.4L46.9334 10C46.6 10.1333 46.2667 10.5333 46.2667 10.9333C46.2667 11.3333 46.5334 11.7333 46.9334 11.9333C46.8 11.9333 46.6 11.8667 46.4667 11.8667C45.8 11.8667 45.3334 12.3333 45.3334 12.9333C45.3334 13.5333 45.8 13.9333 46.4 13.9333C47 13.9333 46.9334 13.8667 47.1334 13.6667C47.1334 14 46.8667 15.4 45.8 15.4L45.6667 15.3333ZM50.6667 15.3333H49C48.1334 15.3333 47.6 14.2 47.6 13.6C47.7334 13.8 48 13.8667 48.3334 13.8667C48.8667 13.8667 49.3334 13.4667 49.3334 12.8667C49.3334 12.2667 48.8667 11.8 48.2 11.8C47.5334 11.8 47.8 11.8 47.7334 11.8667C48.1334 11.6667 48.4 11.3333 48.4 10.8667C48.4 10.4 48 9.86667 47.4 9.8L48 9.33333C47.2 7.93333 46.2 6.93333 45 6C47.1334 6.46667 49 7.6 50 9.33333L51.6 10.0667C51.3334 10.2667 51.1334 10.5333 51.1334 10.9333C51.1334 11.3333 51.4 11.7333 51.7334 11.9333C51.6667 11.9333 51.4667 11.8667 51.3334 11.8667C50.6667 11.8667 50.2 12.3333 50.2 12.9333C50.2 13.5333 50.6667 13.9333 51.2 13.9333C51.7334 13.9333 51.8 13.8667 51.9334 13.7333C51.9334 13.8667 51.7334 15.4 50.6667 15.4V15.3333ZM42.3334 5.33333C41.4 5.33333 40.6667 4.6 40.6667 3.66667C40.6667 2.73333 41.2667 2.2 42 2.06667V1.33333H41.3334V0.666667H42V0H42.6667V0.666667H43.3334V1.33333H42.6667V2.06667C43.4 2.2 44 2.86667 44 3.73333C44 4.6 43.2667 5.4 42.3334 5.4V5.33333Z", fill: "#F0AA1E" }),
2949
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M89.3334 21.3334V44", stroke: "black", "stroke-width": "0.8", "stroke-miterlimit": "10" })
3070
2950
  ] });
3071
2951
  var Logo_en2 = () => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { width: "189.0", height: "40", viewBox: "0 0 189 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", children: [
3072
2952
  /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
@@ -3298,11 +3178,11 @@ var Navigation = ({
3298
3178
  isOpen = false,
3299
3179
  activatedLanguage = "sv",
3300
3180
  menuLinks = [],
3301
- showCloseButton = true,
3302
3181
  openButtonRef = null,
3303
3182
  linkComponent: LinkComponent = "a"
3304
3183
  }) => {
3305
3184
  const closeMenuText = activatedLanguage === "sv" ? "St\xE4ng meny" : "Close menu";
3185
+ const navRef = (0, import_react13.useRef)(null);
3306
3186
  const [openSubMenu, setOpenSubMenu] = (0, import_react13.useState)(null);
3307
3187
  const handleSubMenu = (label) => {
3308
3188
  setOpenSubMenu(openSubMenu === label ? null : label);
@@ -3311,33 +3191,38 @@ var Navigation = ({
3311
3191
  setIsMenyOpen && setIsMenyOpen(false);
3312
3192
  };
3313
3193
  (0, import_react13.useEffect)(() => {
3314
- if (!isOpen) return;
3194
+ if (!isOpen || !navRef.current) return;
3195
+ const nav = navRef.current;
3196
+ const focusableSelectors = 'a, button, input, textarea, select, [tabindex]:not([tabindex="-1"])';
3197
+ const focusableElements = nav.querySelectorAll(focusableSelectors);
3198
+ const firstElement = focusableElements[0];
3199
+ const lastElement = focusableElements[focusableElements.length - 1];
3200
+ firstElement == null ? void 0 : firstElement.focus();
3315
3201
  const handleKeyDown = (event) => {
3316
3202
  var _a;
3317
3203
  if (event.key === "Escape") {
3318
3204
  setIsMenyOpen == null ? void 0 : setIsMenyOpen(false);
3319
- openButtonRef && ((_a = openButtonRef.current) == null ? void 0 : _a.focus());
3205
+ (_a = openButtonRef == null ? void 0 : openButtonRef.current) == null ? void 0 : _a.focus();
3206
+ return;
3207
+ }
3208
+ if (event.key !== "Tab") return;
3209
+ if (event.shiftKey) {
3210
+ if (document.activeElement === firstElement) {
3211
+ event.preventDefault();
3212
+ lastElement == null ? void 0 : lastElement.focus();
3213
+ }
3214
+ } else {
3215
+ if (document.activeElement === lastElement) {
3216
+ event.preventDefault();
3217
+ firstElement == null ? void 0 : firstElement.focus();
3218
+ }
3320
3219
  }
3321
3220
  };
3322
- document.addEventListener("keydown", handleKeyDown);
3323
- return () => document.removeEventListener("keydown", handleKeyDown);
3324
- }, [isOpen, setIsMenyOpen]);
3325
- (0, import_react13.useEffect)(() => {
3326
- const main = document.querySelector("main");
3327
- const footer = document.querySelector("footer");
3328
- if (!main) return;
3329
- if (isOpen) {
3330
- main.setAttribute("inert", "");
3331
- footer && footer.setAttribute("inert", "");
3332
- } else {
3333
- main.removeAttribute("inert");
3334
- footer && footer.removeAttribute("inert");
3335
- }
3221
+ nav.addEventListener("keydown", handleKeyDown);
3336
3222
  return () => {
3337
- main.removeAttribute("inert");
3338
- footer && footer.removeAttribute("inert");
3223
+ nav.removeEventListener("keydown", handleKeyDown);
3339
3224
  };
3340
- }, [isOpen]);
3225
+ }, [isOpen, setIsMenyOpen, openButtonRef]);
3341
3226
  const getSubMenuAriaLabel = (label) => {
3342
3227
  if (activatedLanguage === "en" && openSubMenu === label[activatedLanguage]) {
3343
3228
  return "Close submenu for " + label[activatedLanguage];
@@ -3356,11 +3241,12 @@ var Navigation = ({
3356
3241
  "nav",
3357
3242
  {
3358
3243
  id: "main-navigation",
3244
+ ref: navRef,
3359
3245
  "aria-label": activatedLanguage === "sv" ? "Huvudnavigation" : "Main navigation",
3360
- className: `${showCloseButton ? "pts-navigation-with-close-button" : ""} pts-navigation-menu-container`,
3246
+ className: " pts-navigation-menu-container",
3361
3247
  hidden: !isOpen,
3362
3248
  children: [
3363
- showCloseButton && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "pts-navigation-close-container", id: "menu-close", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
3249
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "pts-navigation-close-container ", id: "menu-close", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
3364
3250
  "button",
3365
3251
  {
3366
3252
  className: "pts-navigation-close-button",
@@ -3378,7 +3264,7 @@ var Navigation = ({
3378
3264
  className: `pts-navigation-link ${openSubMenu === label[activatedLanguage] ? "open" : ""}`,
3379
3265
  children: [
3380
3266
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "pts-navigation-button", children: [
3381
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { children: href.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { children: label[activatedLanguage] }) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LinkComponent, { onClick: handleCloseButton, to: href, href, children: label[activatedLanguage] }) }),
3267
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { children: href && href.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { children: label[activatedLanguage] }) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LinkComponent, { onClick: handleCloseButton, href, children: label[activatedLanguage] }) }),
3382
3268
  children && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
3383
3269
  "button",
3384
3270
  {
@@ -3401,7 +3287,7 @@ var Navigation = ({
3401
3287
  id: "sub-menu-" + index,
3402
3288
  role: "region",
3403
3289
  "aria-labelledby": "menu-button-" + index,
3404
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("ul", { className: "pts-sub-navigation-list", children: children.map(({ label: label2, href: href2 }, index2) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("li", { className: "pts-sub-navigation-item", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LinkComponent, { onClick: handleCloseButton, href: href2, to: href2, children: label2[activatedLanguage] }) }, "nav-child-" + index2)) })
3290
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("ul", { className: "pts-sub-navigation-list", children: children.map(({ label: label2, href: href2 }, index2) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("li", { className: "pts-sub-navigation-item", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LinkComponent, { onClick: handleCloseButton, href: href2, children: label2[activatedLanguage] }) }, "nav-child-" + index2)) })
3405
3291
  }
3406
3292
  )
3407
3293
  ]
@@ -3504,13 +3390,13 @@ var import_jsx_runtime26 = require("react/jsx-runtime");
3504
3390
  var NavigationHeader = ({
3505
3391
  headline = void 0,
3506
3392
  homelink = "",
3393
+ //??
3507
3394
  activatedLanguage = "sv",
3508
3395
  useLanguage = false,
3509
3396
  useNavigationMenu = true,
3510
3397
  useSearch = false,
3511
3398
  useBreadCrumbs = false,
3512
3399
  menuLinks = void 0,
3513
- showNavigationCloseButton = false,
3514
3400
  SetActivatedLanguage = () => {
3515
3401
  },
3516
3402
  linkComponent: LinkComponent = "a",
@@ -3569,7 +3455,6 @@ var NavigationHeader = ({
3569
3455
  {
3570
3456
  className: "pts-navigation-header-logo",
3571
3457
  href: logoLink,
3572
- to: logoLink,
3573
3458
  target: "_blank",
3574
3459
  rel: "noopener",
3575
3460
  "aria-label": activatedLanguage === "en" ? "PTS logotype (to the homepage on pts.se, opens in new tab)" : "PTS logotyp (till startsidan p\xE5 pts.se, \xF6ppnas i ny flik)",
@@ -3602,8 +3487,6 @@ var NavigationHeader = ({
3602
3487
  onClick: handleMenuClick,
3603
3488
  "aria-expanded": isMenuOpen,
3604
3489
  "aria-controls": "main-navigation",
3605
- role: "dialog",
3606
- "aria-modal": "true",
3607
3490
  ref: menuButtonFocusRef,
3608
3491
  children: [
3609
3492
  /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { "aria-hidden": "true", className: isMenuOpen ? "pts-close-icon" : "pts-open-icon", children: getMenuIcon() }),
@@ -3619,21 +3502,11 @@ var NavigationHeader = ({
3619
3502
  activatedLanguage,
3620
3503
  setIsMenyOpen: setIsMenuOpen,
3621
3504
  menuLinks,
3622
- showCloseButton: showNavigationCloseButton != null ? showNavigationCloseButton : true,
3623
3505
  isOpen: isMenuOpen,
3624
3506
  openButtonRef: menuButtonFocusRef,
3625
3507
  linkComponent: LinkComponent
3626
3508
  }
3627
3509
  ),
3628
- isMenuOpen && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
3629
- "div",
3630
- {
3631
- className: "pts-navigation-overlay",
3632
- onClick: () => setIsMenuOpen(false),
3633
- "aria-hidden": "true",
3634
- tabIndex: -1
3635
- }
3636
- ),
3637
3510
  !isMenuOpen && isSearchOpen && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(SearchBarStandard_default, { activatedLanguage }),
3638
3511
  !isMenuOpen && !isSearchOpen && useBreadCrumbs && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(BreadCrumbsStandard_default, { activatedLanguage })
3639
3512
  ] });
@@ -3701,6 +3574,7 @@ var LinkStandard = ({
3701
3574
  useDownLoad,
3702
3575
  linkComponent: LinkComponent = "a"
3703
3576
  }) => {
3577
+ let iconClass = "";
3704
3578
  const excelExtensions = ["xls", "xlsx", "xlsm", "xlsb", "xltx", "xltm", "xlam", "csv"];
3705
3579
  const getFileExtension = (url2) => {
3706
3580
  const match = url2.match(/\.([a-zA-Z0-9]+)(?=$|\?|#)/);
@@ -3710,10 +3584,18 @@ var LinkStandard = ({
3710
3584
  let IconComponent = icon != null ? icon : icons_exports[iconType];
3711
3585
  if (!IconComponent) {
3712
3586
  const fileExtension2 = getFileExtension(url);
3713
- if (fileExtension2 === null)
3587
+ if (fileExtension2 === null) {
3714
3588
  IconComponent = LinkDefaultIcon;
3715
- else
3716
- IconComponent = excelExtensions.includes(fileExtension2) ? ReportIcon : FileIcon;
3589
+ iconClass = "pts-linkIcon";
3590
+ } else {
3591
+ if (excelExtensions.includes(fileExtension2)) {
3592
+ IconComponent = ReportIcon;
3593
+ iconClass = "pts-reportIcon";
3594
+ } else {
3595
+ IconComponent = FileIcon;
3596
+ iconClass = "pts-fileIcon";
3597
+ }
3598
+ }
3717
3599
  }
3718
3600
  return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "pts-standard-link", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
3719
3601
  LinkComponent,
@@ -3725,7 +3607,7 @@ var LinkStandard = ({
3725
3607
  rel: openTarget === "_blank" ? "noopener" : void 0,
3726
3608
  "aria-label": openTarget === "_blank" ? ariaLabel && activatedLanguage === "sv" ? "L\xE4nk (\xF6ppnas i ny flik)" : "Link (opens in new tab)" : ariaLabel,
3727
3609
  children: [
3728
- IconComponent && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: `pts-icon-circle ${customClass}`, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(IconComponent, {}) }),
3610
+ IconComponent && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: `pts-icon-circle ${iconClass} ${customClass}`, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(IconComponent, {}) }),
3729
3611
  title,
3730
3612
  fileExtension !== null && ` (${fileExtension})`
3731
3613
  ]
@@ -3769,7 +3651,8 @@ var Collapse = ({
3769
3651
  children,
3770
3652
  defaultOpen = false,
3771
3653
  id,
3772
- activatedLanguage = "sv"
3654
+ activatedLanguage = "sv",
3655
+ customClass = ""
3773
3656
  }) => {
3774
3657
  const [isOpen, setIsOpen] = (0, import_react19.useState)(defaultOpen);
3775
3658
  const uniqueId = id != null ? id : (0, import_react19.useId)();
@@ -3801,7 +3684,7 @@ var Collapse = ({
3801
3684
  "aria-labelledby": buttonId,
3802
3685
  "aria-hidden": !isOpen,
3803
3686
  role: "region",
3804
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "pts-collapse-content", children })
3687
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: `pts-collapse-content ${customClass}`, children })
3805
3688
  }
3806
3689
  )
3807
3690
  ] }, uniqueId);