@kakadu/components 5.0.8 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/build/components/button.js +1 -1
  2. package/build/components/button.mjs +11 -11
  3. package/build/components/footer.d.ts +2 -2
  4. package/build/components/footer.js +1 -1
  5. package/build/components/footer.mjs +40 -40
  6. package/build/components/icon-button.js +1 -1
  7. package/build/components/icon-button.mjs +22 -22
  8. package/build/components/logos/akt-logo.d.ts +2 -0
  9. package/build/components/logos/akt-logo.js +1 -0
  10. package/build/components/logos/akt-logo.mjs +62 -0
  11. package/build/components/logos/amedia-logo.d.ts +2 -0
  12. package/build/components/logos/amedia-logo.js +1 -0
  13. package/build/components/logos/amedia-logo.mjs +36 -0
  14. package/build/components/logos/bankaxept-logo.d.ts +2 -0
  15. package/build/components/logos/bankaxept-logo.js +1 -0
  16. package/build/components/logos/bankaxept-logo.mjs +37 -0
  17. package/build/components/logos/bankid-logo.js +1 -0
  18. package/build/components/{bankid-logo.mjs → logos/bankid-logo.mjs} +2 -2
  19. package/build/components/logos/dnb-logo.js +1 -0
  20. package/build/components/{dnb-logo.mjs → logos/dnb-logo.mjs} +2 -2
  21. package/build/components/logos/entur-logo.d.ts +2 -0
  22. package/build/components/logos/entur-logo.js +1 -0
  23. package/build/components/logos/entur-logo.mjs +43 -0
  24. package/build/components/logos/gjensidige-logo.js +1 -0
  25. package/build/components/{gjensidige-logo.mjs → logos/gjensidige-logo.mjs} +2 -2
  26. package/build/components/logos/kakadu-academy-logo.js +1 -0
  27. package/build/components/{kakadu-academy-logo.mjs → logos/kakadu-academy-logo.mjs} +3 -3
  28. package/build/components/logos/kakadu-guide-icon.js +1 -0
  29. package/build/components/{kakadu-guide-icon.mjs → logos/kakadu-guide-icon.mjs} +3 -3
  30. package/build/components/logos/kakadu-guide-logo.js +1 -0
  31. package/build/components/{kakadu-guide-logo.mjs → logos/kakadu-guide-logo.mjs} +9 -9
  32. package/build/components/logos/kakadu-index-logo.js +1 -0
  33. package/build/components/{kakadu-index-logo.mjs → logos/kakadu-index-logo.mjs} +3 -3
  34. package/build/components/logos/kakadu-logo.js +1 -0
  35. package/build/components/{kakadu-logo.mjs → logos/kakadu-logo.mjs} +2 -2
  36. package/build/components/logos/kakadu-play-logo.d.ts +2 -0
  37. package/build/components/logos/kakadu-play-logo.js +1 -0
  38. package/build/components/logos/kakadu-play-logo.mjs +41 -0
  39. package/build/components/logos/kolumbus-logo.d.ts +2 -0
  40. package/build/components/logos/kolumbus-logo.js +1 -0
  41. package/build/components/logos/kolumbus-logo.mjs +46 -0
  42. package/build/components/logos/nordea-logo.d.ts +2 -0
  43. package/build/components/logos/nordea-logo.js +1 -0
  44. package/build/components/logos/nordea-logo.mjs +35 -0
  45. package/build/components/logos/norsk-tipping-logo.d.ts +2 -0
  46. package/build/components/logos/norsk-tipping-logo.js +1 -0
  47. package/build/components/logos/norsk-tipping-logo.mjs +103 -0
  48. package/build/components/logos/ruter-logo.d.ts +2 -0
  49. package/build/components/logos/ruter-logo.js +1 -0
  50. package/build/components/logos/ruter-logo.mjs +34 -0
  51. package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.d.ts +2 -0
  52. package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.js +1 -0
  53. package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.mjs +84 -0
  54. package/build/components/logos/sparebank1-logo.js +1 -0
  55. package/build/components/{sparebank1-logo.mjs → logos/sparebank1-logo.mjs} +2 -2
  56. package/build/components/logos/sparebanken-norge-logo.d.ts +2 -0
  57. package/build/components/logos/sparebanken-norge-logo.js +1 -0
  58. package/build/components/logos/sparebanken-norge-logo.mjs +46 -0
  59. package/build/components/logos/sto-logo.js +1 -0
  60. package/build/components/{sto-logo.mjs → logos/sto-logo.mjs} +15 -15
  61. package/build/components/logos/storebrand-logo.js +1 -0
  62. package/build/components/{storebrand-logo.mjs → logos/storebrand-logo.mjs} +12 -11
  63. package/build/components/theme-setter.d.ts +2 -2
  64. package/build/components/theme-setter.js +2 -2
  65. package/build/components/theme-setter.mjs +2 -2
  66. package/build/components/veil.js +1 -1
  67. package/build/components/veil.mjs +7 -7
  68. package/build/components.css +1 -1
  69. package/build/icons/trend-up.js +1 -1
  70. package/build/icons/trend-up.mjs +9 -7
  71. package/build/index.d.ts +44 -22
  72. package/build/index.js +1 -1
  73. package/build/index.mjs +290 -268
  74. package/build/theme.js +1 -1
  75. package/build/theme.mjs +1 -1
  76. package/package.json +1 -1
  77. package/build/components/bankid-logo.js +0 -1
  78. package/build/components/dnb-logo.js +0 -1
  79. package/build/components/gjensidige-logo.js +0 -1
  80. package/build/components/kakadu-academy-logo.js +0 -1
  81. package/build/components/kakadu-guide-icon.js +0 -1
  82. package/build/components/kakadu-guide-logo.js +0 -1
  83. package/build/components/kakadu-index-logo.js +0 -1
  84. package/build/components/kakadu-logo.js +0 -1
  85. package/build/components/sparebank1-logo.js +0 -1
  86. package/build/components/sto-logo.js +0 -1
  87. package/build/components/storebrand-logo.js +0 -1
  88. /package/build/components/{bankid-logo.d.ts → logos/bankid-logo.d.ts} +0 -0
  89. /package/build/components/{dnb-logo.d.ts → logos/dnb-logo.d.ts} +0 -0
  90. /package/build/components/{gjensidige-logo.d.ts → logos/gjensidige-logo.d.ts} +0 -0
  91. /package/build/components/{kakadu-academy-logo.d.ts → logos/kakadu-academy-logo.d.ts} +0 -0
  92. /package/build/components/{kakadu-guide-icon.d.ts → logos/kakadu-guide-icon.d.ts} +0 -0
  93. /package/build/components/{kakadu-guide-logo.d.ts → logos/kakadu-guide-logo.d.ts} +0 -0
  94. /package/build/components/{kakadu-index-logo.d.ts → logos/kakadu-index-logo.d.ts} +0 -0
  95. /package/build/components/{kakadu-logo.d.ts → logos/kakadu-logo.d.ts} +0 -0
  96. /package/build/components/{sparebank1-logo.d.ts → logos/sparebank1-logo.d.ts} +0 -0
  97. /package/build/components/{sto-logo.d.ts → logos/sto-logo.d.ts} +0 -0
  98. /package/build/components/{storebrand-logo.d.ts → logos/storebrand-logo.d.ts} +0 -0
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js"),R=require("react"),c=require("@kuma-ui/core"),b=require("../theme.js"),$=require("../icons/icon.js"),C=require("./spinner.js"),F=require("./moving-gradients.js"),O=require("./moving-stars.js"),P=require("./theme-setter.js"),H=require("./click-ripples.js"),f=require("./hover-gradient.js"),J=require("./button-tooltip.js"),K=require("./aria-text.js"),Q=require("./atom.js"),U=require("./skeleton.js");function v({isLoading:t,size:a,className:s}){return e.jsxRuntimeExports.jsx("div",{className:c.cx("kakadu-components-2832510379",t&&"kakadu-components-4114685569",s),children:e.jsxRuntimeExports.jsx("div",{className:"kakadu-components-920467642",children:e.jsxRuntimeExports.jsx(C.RevealSpinner,{isVisible:t,size:a})})})}const X=["primary","secondary","warning","danger"];function E({icon:t,variant:a="primary",className:s,...r}){return e.jsxRuntimeExports.jsx("div",{...r,className:c.cx("kakadu-components-2658660333",a==="secondary"&&"kakadu-components-3469662110",s),children:typeof t=="string"?e.jsxRuntimeExports.jsx($.default,{width:14,height:14,type:t}):t})}const S="kakadu-components-2550769169",Y="kakadu-components-1998774084",q="kakadu-components-2945752235",g="kakadu-components-1546692192";function Z({ref:t,type:a,variant:s="primary",href:r,target:h,rel:_,disabled:N,className:B,children:n,label:w,tooltip:i,tooltipPosition:M,iconLeft:m,iconRight:x,isLoading:l,isSkeleton:u,isSkeletonAnimated:D=!0,hasMovingGradients:I=!1,movingGradientsCount:p=4,hasMovingStars:T=!1,movingStarsCount:k=10,...G}){const j=R.useId(),y=R.useRef(null),V=P.useIsDarkMode(y),z=a??"button",A=I&&p>0,W=T&&k>0,o=r!==void 0&&!u,d=!!N||!!l||!!u;return e.jsxRuntimeExports.jsxs("div",{className:"kakadu-components-3559664923",children:[e.jsxRuntimeExports.jsxs(Q.default,{...G,reference:t,as:o?"a":"button",type:o?void 0:z,href:o?r:void 0,target:o?h:void 0,rel:o?_:void 0,"aria-describedby":i?j:void 0,disabled:o?void 0:d,inert:o?d:void 0,className:c.cx(b.effectStyles,b.overlayEffectStyles,"kakadu-components-2514848457",!!m&&"kakadu-components-2735110382",!n&&"kakadu-components-3621693630",s==="secondary"&&S,s==="warning"&&q,s==="danger"&&g,u&&"kakadu-components-2662775151",B),children:[m?e.jsxRuntimeExports.jsx(E,{variant:s,icon:m,className:n?"kakadu-components-136489413":void 0}):null,n?e.jsxRuntimeExports.jsx("div",{ref:y,className:"kakadu-components-207477259",children:n}):e.jsxRuntimeExports.jsx(K.default,{children:w}),x?e.jsxRuntimeExports.jsx(E,{variant:s,icon:x,className:n?"kakadu-components-3631501803":void 0}):null,e.jsxRuntimeExports.jsx(v,{isLoading:l}),A&&e.jsxRuntimeExports.jsx(F.default,{opacity:V?.5:.4,maximumGradientsCount:p,className:c.cx("kakadu-components-2055737617",s==="secondary"&&"kakadu-components-2972748387")}),W&&e.jsxRuntimeExports.jsx(O.default,{maximumStarsCount:k,className:"kakadu-components-1226008615"}),d?null:e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(H.default,{size:n?void 0:50}),e.jsxRuntimeExports.jsx(f.default,{size:n?void 0:50,className:s==="secondary"?f.normalBlendStyles:void 0})]}),i?e.jsxRuntimeExports.jsx(J.default,{id:j,label:i,position:M}):null]}),u?e.jsxRuntimeExports.jsx("div",{className:"kakadu-components-3422055155",children:e.jsxRuntimeExports.jsx(U.SkeletonInstance,{width:"100%",height:"100%",isAnimated:D})}):null]})}exports.ButtonLoader=v;exports.buttonDangerStyles=g;exports.buttonSecondaryStyles=S;exports.buttonSuccessStyles=Y;exports.buttonVariants=X;exports.buttonWarningStyles=q;exports.default=Z;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js"),R=require("react"),c=require("@kuma-ui/core"),b=require("../theme.js"),$=require("../icons/icon.js"),C=require("./spinner.js"),F=require("./moving-gradients.js"),O=require("./moving-stars.js"),P=require("./theme-setter.js"),H=require("./click-ripples.js"),f=require("./hover-gradient.js"),J=require("./button-tooltip.js"),K=require("./aria-text.js"),Q=require("./atom.js"),U=require("./skeleton.js");function v({isLoading:t,size:a,className:s}){return e.jsxRuntimeExports.jsx("div",{className:c.cx("kakadu-components-2832510379",t&&"kakadu-components-4114685569",s),children:e.jsxRuntimeExports.jsx("div",{className:"kakadu-components-920467642",children:e.jsxRuntimeExports.jsx(C.RevealSpinner,{isVisible:t,size:a})})})}const X=["primary","secondary","warning","danger"];function E({icon:t,variant:a="primary",className:s,...r}){return e.jsxRuntimeExports.jsx("div",{...r,className:c.cx("kakadu-components-2658660333",a==="secondary"&&"kakadu-components-3469662110",s),children:typeof t=="string"?e.jsxRuntimeExports.jsx($.default,{width:14,height:14,type:t}):t})}const S="kakadu-components-2550769169",Y="kakadu-components-1998774084",q="kakadu-components-2945752235",h="kakadu-components-1546692192";function Z({ref:t,type:a,variant:s="primary",href:r,target:g,rel:_,disabled:N,className:B,children:n,label:w,tooltip:i,tooltipPosition:T,iconLeft:m,iconRight:x,isLoading:l,isSkeleton:u,isSkeletonAnimated:D=!0,hasMovingGradients:I=!1,movingGradientsCount:p=4,hasMovingStars:M=!1,movingStarsCount:k=10,...G}){const j=R.useId(),y=R.useRef(null),V=P.useIsDarkTheme(y),z=a??"button",A=I&&p>0,W=M&&k>0,o=r!==void 0&&!u,d=!!N||!!l||!!u;return e.jsxRuntimeExports.jsxs("div",{className:"kakadu-components-3559664923",children:[e.jsxRuntimeExports.jsxs(Q.default,{...G,reference:t,as:o?"a":"button",type:o?void 0:z,href:o?r:void 0,target:o?g:void 0,rel:o?_:void 0,"aria-describedby":i?j:void 0,disabled:o?void 0:d,inert:o?d:void 0,className:c.cx(b.effectStyles,b.overlayEffectStyles,"kakadu-components-2514848457",!!m&&"kakadu-components-2735110382",!n&&"kakadu-components-3621693630",s==="secondary"&&S,s==="warning"&&q,s==="danger"&&h,u&&"kakadu-components-2662775151",B),children:[m?e.jsxRuntimeExports.jsx(E,{variant:s,icon:m,className:n?"kakadu-components-136489413":void 0}):null,n?e.jsxRuntimeExports.jsx("div",{ref:y,className:"kakadu-components-207477259",children:n}):e.jsxRuntimeExports.jsx(K.default,{children:w}),x?e.jsxRuntimeExports.jsx(E,{variant:s,icon:x,className:n?"kakadu-components-3631501803":void 0}):null,e.jsxRuntimeExports.jsx(v,{isLoading:l}),A&&e.jsxRuntimeExports.jsx(F.default,{opacity:V?.5:.4,maximumGradientsCount:p,className:c.cx("kakadu-components-2055737617",s==="secondary"&&"kakadu-components-2972748387")}),W&&e.jsxRuntimeExports.jsx(O.default,{maximumStarsCount:k,className:"kakadu-components-1226008615"}),d?null:e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(H.default,{size:n?void 0:50}),e.jsxRuntimeExports.jsx(f.default,{size:n?void 0:50,className:s==="secondary"?f.normalBlendStyles:void 0})]}),i?e.jsxRuntimeExports.jsx(J.default,{id:j,label:i,position:T}):null]}),u?e.jsxRuntimeExports.jsx("div",{className:"kakadu-components-3422055155",children:e.jsxRuntimeExports.jsx(U.SkeletonInstance,{width:"100%",height:"100%",isAnimated:D})}):null]})}exports.ButtonLoader=v;exports.buttonDangerStyles=h;exports.buttonSecondaryStyles=S;exports.buttonSuccessStyles=Y;exports.buttonVariants=X;exports.buttonWarningStyles=q;exports.default=Z;
@@ -1,12 +1,12 @@
1
1
  import { j as o } from "../jsx-runtime-B4hRZ52C.mjs";
2
- import { useId as T, useRef as z } from "react";
2
+ import { useId as R, useRef as z } from "react";
3
3
  import { cx as c } from "@kuma-ui/core";
4
4
  import { effectStyles as C, overlayEffectStyles as E } from "../theme.mjs";
5
5
  import V from "../icons/icon.mjs";
6
6
  import { RevealSpinner as F } from "./spinner.mjs";
7
7
  import H from "./moving-gradients.mjs";
8
8
  import W from "./moving-stars.mjs";
9
- import { useIsDarkMode as q } from "./theme-setter.mjs";
9
+ import { useIsDarkTheme as q } from "./theme-setter.mjs";
10
10
  import J from "./click-ripples.mjs";
11
11
  import K, { normalBlendStyles as O } from "./hover-gradient.mjs";
12
12
  import P from "./button-tooltip.mjs";
@@ -37,10 +37,10 @@ function yo({
37
37
  href: r,
38
38
  target: v,
39
39
  rel: b,
40
- disabled: N,
41
- className: g,
40
+ disabled: h,
41
+ className: N,
42
42
  children: e,
43
- label: h,
43
+ label: g,
44
44
  tooltip: d,
45
45
  tooltipPosition: S,
46
46
  iconLeft: i,
@@ -52,17 +52,17 @@ function yo({
52
52
  movingGradientsCount: k = 4,
53
53
  hasMovingStars: I = !1,
54
54
  movingStarsCount: f = 10,
55
- ...M
55
+ ...T
56
56
  }) {
57
- const x = T(), y = z(null), A = q(y), D = a ?? "button", G = w && k > 0, R = I && f > 0, t = r !== void 0 && !m, u = !!N || !!p || !!m;
57
+ const x = R(), y = z(null), A = q(y), D = a ?? "button", M = w && k > 0, G = I && f > 0, t = r !== void 0 && !m, u = !!h || !!p || !!m;
58
58
  return /* @__PURE__ */ o.jsxs("div", { className: "kakadu-components-3559664923", children: [
59
- /* @__PURE__ */ o.jsxs(U, { ...M, reference: n, as: t ? "a" : "button", type: t ? void 0 : D, href: t ? r : void 0, target: t ? v : void 0, rel: t ? b : void 0, "aria-describedby": d ? x : void 0, disabled: t ? void 0 : u, inert: t ? u : void 0, className: c(C, E, "kakadu-components-2514848457", !!i && "kakadu-components-2735110382", !e && "kakadu-components-3621693630", s === "secondary" && Z, s === "warning" && _, s === "danger" && $, m && "kakadu-components-2662775151", g), children: [
59
+ /* @__PURE__ */ o.jsxs(U, { ...T, reference: n, as: t ? "a" : "button", type: t ? void 0 : D, href: t ? r : void 0, target: t ? v : void 0, rel: t ? b : void 0, "aria-describedby": d ? x : void 0, disabled: t ? void 0 : u, inert: t ? u : void 0, className: c(C, E, "kakadu-components-2514848457", !!i && "kakadu-components-2735110382", !e && "kakadu-components-3621693630", s === "secondary" && Z, s === "warning" && _, s === "danger" && $, m && "kakadu-components-2662775151", N), children: [
60
60
  i ? /* @__PURE__ */ o.jsx(j, { variant: s, icon: i, className: e ? "kakadu-components-136489413" : void 0 }) : null,
61
- e ? /* @__PURE__ */ o.jsx("div", { ref: y, className: "kakadu-components-207477259", children: e }) : /* @__PURE__ */ o.jsx(Q, { children: h }),
61
+ e ? /* @__PURE__ */ o.jsx("div", { ref: y, className: "kakadu-components-207477259", children: e }) : /* @__PURE__ */ o.jsx(Q, { children: g }),
62
62
  l ? /* @__PURE__ */ o.jsx(j, { variant: s, icon: l, className: e ? "kakadu-components-3631501803" : void 0 }) : null,
63
63
  /* @__PURE__ */ o.jsx(Y, { isLoading: p }),
64
- G && /* @__PURE__ */ o.jsx(H, { opacity: A ? 0.5 : 0.4, maximumGradientsCount: k, className: c("kakadu-components-2055737617", s === "secondary" && "kakadu-components-2972748387") }),
65
- R && /* @__PURE__ */ o.jsx(W, { maximumStarsCount: f, className: "kakadu-components-1226008615" }),
64
+ M && /* @__PURE__ */ o.jsx(H, { opacity: A ? 0.5 : 0.4, maximumGradientsCount: k, className: c("kakadu-components-2055737617", s === "secondary" && "kakadu-components-2972748387") }),
65
+ G && /* @__PURE__ */ o.jsx(W, { maximumStarsCount: f, className: "kakadu-components-1226008615" }),
66
66
  u ? null : /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
67
67
  /* @__PURE__ */ o.jsx(J, { size: e ? void 0 : 50 }),
68
68
  /* @__PURE__ */ o.jsx(K, { size: e ? void 0 : 50, className: s === "secondary" ? O : void 0 })
@@ -1,8 +1,8 @@
1
1
  import { type HTMLAttributeAnchorTarget, type ReactNode } from 'react';
2
2
  import { type WrapperWidth } from './wrapper';
3
- export declare const footerSections: readonly ["products", "results", "about", "compliance"];
3
+ export declare const footerSections: readonly ["services", "results", "about", "compliance"];
4
4
  export declare const footerSectionLinks: {
5
- readonly products: readonly ["kakaduGuide", "kakaduKolibri"];
5
+ readonly services: readonly ["kakaduGuide", "kakaduPlay"];
6
6
  readonly results: readonly ["caseStudies", "impactMeasurement"];
7
7
  readonly about: readonly ["ourStory", "contact"];
8
8
  readonly compliance: readonly ["privacyPolicy", "ethicalGuidelines", "status"];
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../jsx-runtime-BB_1_6y_.js"),R=require("react"),E=require("@kuma-ui/core"),b=require("../theme.js"),k=require("./flex.js"),x=require("./text.js"),w=require("./kakadu-logo.js"),q=require("./moving-stars.js"),N=require("./aria-text.js"),_=require("./wrapper.js"),K="kakadu-components-975968984",p=["products","results","about","compliance"],S={products:["kakaduGuide","kakaduKolibri"],results:["caseStudies","impactMeasurement"],about:["ourStory","contact"],compliance:["privacyPolicy","ethicalGuidelines","status"]},P={products:{text:"Products",links:{kakaduGuide:{text:"Kakadu Guide",href:"https://guide.kakadu.no"},kakaduKolibri:{text:"Kakadu Kolibri",href:"https://utforsk.kakadu.no/kakadu-start"}}},results:{text:"Results",links:{caseStudies:{text:"Case studies",href:"https://utforsk.kakadu.no/case-studies"},impactMeasurement:{text:"Impact measurement",href:"https://utforsk.kakadu.no/impact-measurement"}}},about:{text:"About us",links:{ourStory:{text:"Our story",href:"https://utforsk.kakadu.no/our-story"},contact:{text:"Contact",href:"https://utforsk.kakadu.no/kontakt-oss"}}},compliance:{text:"Compliance",links:{privacyPolicy:{text:"Privacy policy",href:"https://utforsk.kakadu.no/personvernerklaering"},ethicalGuidelines:{text:"Ethical guidelines",href:"https://utforsk.kakadu.no/etiske-retningslinjer"},status:{text:"Status",href:"https://kakadu.instatus.com",rel:"noopener noreferrer",target:"_blank"}}}};function d(e,o,r){if(r!==!1&&(r==null?void 0:r.index)!==void 0)return r.index;const t=o.indexOf(e);return t===-1?o.length+1:t+1}function y(e,o={},r=[]){var c,m,f,h;const t=new Set([...Object.keys(o),...Object.keys(e)]),n=[];for(const i of t){const a=e[i];if(a===!1)continue;const j=(a==null?void 0:a.text)??((c=o[i])==null?void 0:c.text),g=(a==null?void 0:a.href)??((m=o[i])==null?void 0:m.href);j===void 0||g===void 0||n.push({key:i,text:j,href:g,rel:(a==null?void 0:a.rel)??((f=o[i])==null?void 0:f.rel),target:(a==null?void 0:a.target)??((h=o[i])==null?void 0:h.target)})}const u=new Set(n.map(i=>i.key)),l=r.filter(i=>u.has(i));return n.toSorted((i,a)=>d(i.key,l,e[i.key])-d(a.key,l,e[a.key]))}function L(e){const o=p.filter(t=>(e==null?void 0:e[t])!==!1),r=[];for(const t of p){if((e==null?void 0:e[t])===!1)continue;const n=P[t],u=e==null?void 0:e[t];r.push({key:t,title:(u==null?void 0:u.text)??n.text,links:y((u==null?void 0:u.links)??{},n.links,S[t]),index:d(t,o,u)})}for(const[t,n]of Object.entries(e??{})){if(p.includes(t)||n===!1)continue;const u=y(n.links??{});u.length===0&&n.text===void 0||r.push({key:t,title:n.text??t,links:u,index:d(t,o,n)})}return r.toSorted((t,n)=>t.index-n.index)}function M({width:e="page",sections:o,attribution:r,hasMovingStars:t,className:n}){const u=R.useMemo(()=>L(o),[o]);return s.jsxRuntimeExports.jsxs(_.default,{as:"footer",gap:2,"data-theme":"dark",width:e,className:E.cx(b.default,"kakadu-components-2328588436",n),children:[s.jsxRuntimeExports.jsxs(k.default,{wrap:!0,direction:"row",gap:4,className:"kakadu-components-783629418",children:[u.map(l=>l.links.length>0?s.jsxRuntimeExports.jsxs(k.default,{direction:"column",preset:"start",gap:.5,children:[s.jsxRuntimeExports.jsx(x.Paragraph,{children:s.jsxRuntimeExports.jsx("strong",{children:l.title})}),s.jsxRuntimeExports.jsx(x.Paragraph,{as:"ul",className:K,children:l.links.map(c=>s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:c.href,rel:c.rel,target:c.target,children:c.text})},c.key))})]},l.key):null),s.jsxRuntimeExports.jsx(k.default,{fill:!0,className:"kakadu-components-3520395370",children:s.jsxRuntimeExports.jsx("a",{href:"https://businessnorway.com/companies/kakadu-ignite-as",target:"_blank",rel:"noopener noreferrer",className:"kakadu-components-3521477705",children:s.jsxRuntimeExports.jsx("img",{alt:"Made in Norway",src:"https://components.kakadu.no/images/made-in-norway.png",width:76,className:"kakadu-components-2329568054"})})})]}),s.jsxRuntimeExports.jsxs(k.default,{wrap:!0,direction:"row-reverse",gap:2,alignment:"flex-end",distribution:"space-between",children:[r?s.jsxRuntimeExports.jsx(x.Span,{className:"kakadu-components-1667529929",children:r}):null,s.jsxRuntimeExports.jsxs(k.default,{fill:!0,direction:"row",gap:1,alignment:"center",children:[s.jsxRuntimeExports.jsxs("a",{href:"https://kakadu.no",children:[s.jsxRuntimeExports.jsx(N.default,{children:"Kakadu"}),s.jsxRuntimeExports.jsx(w.default,{width:90,className:"kakadu-components-3103582715"})]}),s.jsxRuntimeExports.jsxs(x.Span,{className:"kakadu-components-250962410",children:["© ",new Date().getFullYear()," Kakadu Ignite AS"]})]})]}),t?s.jsxRuntimeExports.jsx(q.default,{}):null]})}exports.default=M;exports.footerSectionLinks=S;exports.footerSections=p;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../jsx-runtime-BB_1_6y_.js"),R=require("react"),E=require("@kuma-ui/core"),b=require("../theme.js"),k=require("./flex.js"),x=require("./text.js"),w=require("./logos/kakadu-logo.js"),q=require("./moving-stars.js"),_=require("./aria-text.js"),N=require("./wrapper.js"),P="kakadu-components-975968984",p=["services","results","about","compliance"],S={services:["kakaduGuide","kakaduPlay"],results:["caseStudies","impactMeasurement"],about:["ourStory","contact"],compliance:["privacyPolicy","ethicalGuidelines","status"]},L={services:{text:"Services",links:{kakaduGuide:{text:"Kakadu Guide",href:"https://guide.kakadu.no"},kakaduPlay:{text:"Kakadu Play",href:"https://play.kakadu.no"}}},results:{text:"Results",links:{caseStudies:{text:"Case studies",href:"https://utforsk.kakadu.no/case-studies"},impactMeasurement:{text:"Impact measurement",href:"https://utforsk.kakadu.no/impact-measurement"}}},about:{text:"About us",links:{ourStory:{text:"Our story",href:"https://utforsk.kakadu.no/our-story"},contact:{text:"Contact",href:"https://utforsk.kakadu.no/kontakt-oss"}}},compliance:{text:"Compliance",links:{privacyPolicy:{text:"Privacy policy",href:"https://utforsk.kakadu.no/personvernerklaering"},ethicalGuidelines:{text:"Ethical guidelines",href:"https://utforsk.kakadu.no/etiske-retningslinjer"},status:{text:"Status",href:"https://kakadu.instatus.com",rel:"noopener noreferrer",target:"_blank"}}}};function d(e,o,r){if(r!==!1&&(r==null?void 0:r.index)!==void 0)return r.index;const t=o.indexOf(e);return t===-1?o.length+1:t+1}function y(e,o={},r=[]){var c,m,f,h;const t=new Set([...Object.keys(o),...Object.keys(e)]),n=[];for(const i of t){const a=e[i];if(a===!1)continue;const j=(a==null?void 0:a.text)??((c=o[i])==null?void 0:c.text),g=(a==null?void 0:a.href)??((m=o[i])==null?void 0:m.href);j===void 0||g===void 0||n.push({key:i,text:j,href:g,rel:(a==null?void 0:a.rel)??((f=o[i])==null?void 0:f.rel),target:(a==null?void 0:a.target)??((h=o[i])==null?void 0:h.target)})}const u=new Set(n.map(i=>i.key)),l=r.filter(i=>u.has(i));return n.toSorted((i,a)=>d(i.key,l,e[i.key])-d(a.key,l,e[a.key]))}function M(e){const o=p.filter(t=>(e==null?void 0:e[t])!==!1),r=[];for(const t of p){if((e==null?void 0:e[t])===!1)continue;const n=L[t],u=e==null?void 0:e[t];r.push({key:t,title:(u==null?void 0:u.text)??n.text,links:y((u==null?void 0:u.links)??{},n.links,S[t]),index:d(t,o,u)})}for(const[t,n]of Object.entries(e??{})){if(p.includes(t)||n===!1)continue;const u=y(n.links??{});u.length===0&&n.text===void 0||r.push({key:t,title:n.text??t,links:u,index:d(t,o,n)})}return r.toSorted((t,n)=>t.index-n.index)}function O({width:e="page",sections:o,attribution:r,hasMovingStars:t,className:n}){const u=R.useMemo(()=>M(o),[o]);return s.jsxRuntimeExports.jsxs(N.default,{as:"footer",gap:2,"data-theme":"dark",width:e,className:E.cx(b.default,"kakadu-components-3130980543",n),children:[s.jsxRuntimeExports.jsxs(k.default,{wrap:!0,direction:"row",gap:4,className:"kakadu-components-783629418",children:[u.map(l=>l.links.length>0?s.jsxRuntimeExports.jsxs(k.default,{direction:"column",preset:"start",gap:.5,children:[s.jsxRuntimeExports.jsx(x.Paragraph,{children:s.jsxRuntimeExports.jsx("strong",{children:l.title})}),s.jsxRuntimeExports.jsx(x.Paragraph,{as:"ul",className:P,children:l.links.map(c=>s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:c.href,rel:c.rel,target:c.target,children:c.text})},c.key))})]},l.key):null),s.jsxRuntimeExports.jsx(k.default,{fill:!0,className:"kakadu-components-3520395370",children:s.jsxRuntimeExports.jsx("a",{href:"https://businessnorway.com/companies/kakadu-ignite-as",target:"_blank",rel:"noopener noreferrer",className:"kakadu-components-3521477705",children:s.jsxRuntimeExports.jsx("img",{alt:"Made in Norway",src:"https://components.kakadu.no/images/made-in-norway.png",width:76,className:"kakadu-components-2329568054"})})})]}),s.jsxRuntimeExports.jsxs(k.default,{wrap:!0,direction:"row-reverse",gap:2,alignment:"flex-end",distribution:"space-between",children:[r?s.jsxRuntimeExports.jsx(x.Span,{className:"kakadu-components-1667529929",children:r}):null,s.jsxRuntimeExports.jsxs(k.default,{fill:!0,direction:"row",gap:1,alignment:"center",children:[s.jsxRuntimeExports.jsxs("a",{href:"https://kakadu.no",children:[s.jsxRuntimeExports.jsx(_.default,{children:"Kakadu"}),s.jsxRuntimeExports.jsx(w.default,{width:90,className:"kakadu-components-3103582715"})]}),s.jsxRuntimeExports.jsxs(x.Span,{className:"kakadu-components-250962410",children:["© ",new Date().getFullYear()," Kakadu Ignite AS"]})]})]}),t?s.jsxRuntimeExports.jsx(q.default,{}):null]})}exports.default=O;exports.footerSectionLinks=S;exports.footerSections=p;
@@ -1,29 +1,29 @@
1
1
  import { j as a } from "../jsx-runtime-B4hRZ52C.mjs";
2
- import { useMemo as b } from "react";
3
- import { cx as w } from "@kuma-ui/core";
2
+ import { useMemo as w } from "react";
3
+ import { cx as b } from "@kuma-ui/core";
4
4
  import N from "../theme.mjs";
5
5
  import k from "./flex.mjs";
6
6
  import { Paragraph as y, Span as j } from "./text.mjs";
7
- import K from "./kakadu-logo.mjs";
7
+ import P from "./logos/kakadu-logo.mjs";
8
8
  import G from "./moving-stars.mjs";
9
- import L from "./aria-text.mjs";
10
- import M from "./wrapper.mjs";
11
- const O = "kakadu-components-975968984", p = ["products", "results", "about", "compliance"], P = {
12
- products: ["kakaduGuide", "kakaduKolibri"],
9
+ import K from "./aria-text.mjs";
10
+ import L from "./wrapper.mjs";
11
+ const M = "kakadu-components-975968984", m = ["services", "results", "about", "compliance"], O = {
12
+ services: ["kakaduGuide", "kakaduPlay"],
13
13
  results: ["caseStudies", "impactMeasurement"],
14
14
  about: ["ourStory", "contact"],
15
15
  compliance: ["privacyPolicy", "ethicalGuidelines", "status"]
16
16
  }, I = {
17
- products: {
18
- text: "Products",
17
+ services: {
18
+ text: "Services",
19
19
  links: {
20
20
  kakaduGuide: {
21
21
  text: "Kakadu Guide",
22
22
  href: "https://guide.kakadu.no"
23
23
  },
24
- kakaduKolibri: {
25
- text: "Kakadu Kolibri",
26
- href: "https://utforsk.kakadu.no/kakadu-start"
24
+ kakaduPlay: {
25
+ text: "Kakadu Play",
26
+ href: "https://play.kakadu.no"
27
27
  }
28
28
  }
29
29
  },
@@ -73,79 +73,79 @@ const O = "kakadu-components-975968984", p = ["products", "results", "about", "c
73
73
  }
74
74
  }
75
75
  };
76
- function d(e, o, r) {
76
+ function p(e, o, r) {
77
77
  if (r !== !1 && (r == null ? void 0 : r.index) !== void 0)
78
78
  return r.index;
79
79
  const t = o.indexOf(e);
80
80
  return t === -1 ? o.length + 1 : t + 1;
81
81
  }
82
82
  function S(e, o = {}, r = []) {
83
- var l, m, f, h;
83
+ var c, d, f, h;
84
84
  const t = /* @__PURE__ */ new Set([...Object.keys(o), ...Object.keys(e)]), n = [];
85
- for (const u of t) {
86
- const s = e[u];
85
+ for (const l of t) {
86
+ const s = e[l];
87
87
  if (s === !1)
88
88
  continue;
89
- const x = (s == null ? void 0 : s.text) ?? ((l = o[u]) == null ? void 0 : l.text), g = (s == null ? void 0 : s.href) ?? ((m = o[u]) == null ? void 0 : m.href);
89
+ const x = (s == null ? void 0 : s.text) ?? ((c = o[l]) == null ? void 0 : c.text), g = (s == null ? void 0 : s.href) ?? ((d = o[l]) == null ? void 0 : d.href);
90
90
  x === void 0 || g === void 0 || n.push({
91
- key: u,
91
+ key: l,
92
92
  text: x,
93
93
  href: g,
94
- rel: (s == null ? void 0 : s.rel) ?? ((f = o[u]) == null ? void 0 : f.rel),
95
- target: (s == null ? void 0 : s.target) ?? ((h = o[u]) == null ? void 0 : h.target)
94
+ rel: (s == null ? void 0 : s.rel) ?? ((f = o[l]) == null ? void 0 : f.rel),
95
+ target: (s == null ? void 0 : s.target) ?? ((h = o[l]) == null ? void 0 : h.target)
96
96
  });
97
97
  }
98
- const i = new Set(n.map((u) => u.key)), c = r.filter((u) => i.has(u));
99
- return n.toSorted((u, s) => d(u.key, c, e[u.key]) - d(s.key, c, e[s.key]));
98
+ const i = new Set(n.map((l) => l.key)), u = r.filter((l) => i.has(l));
99
+ return n.toSorted((l, s) => p(l.key, u, e[l.key]) - p(s.key, u, e[s.key]));
100
100
  }
101
101
  function A(e) {
102
- const o = p.filter((t) => (e == null ? void 0 : e[t]) !== !1), r = [];
103
- for (const t of p) {
102
+ const o = m.filter((t) => (e == null ? void 0 : e[t]) !== !1), r = [];
103
+ for (const t of m) {
104
104
  if ((e == null ? void 0 : e[t]) === !1)
105
105
  continue;
106
106
  const n = I[t], i = e == null ? void 0 : e[t];
107
107
  r.push({
108
108
  key: t,
109
109
  title: (i == null ? void 0 : i.text) ?? n.text,
110
- links: S((i == null ? void 0 : i.links) ?? {}, n.links, P[t]),
111
- index: d(t, o, i)
110
+ links: S((i == null ? void 0 : i.links) ?? {}, n.links, O[t]),
111
+ index: p(t, o, i)
112
112
  });
113
113
  }
114
114
  for (const [t, n] of Object.entries(e ?? {})) {
115
- if (p.includes(t) || n === !1)
115
+ if (m.includes(t) || n === !1)
116
116
  continue;
117
117
  const i = S(n.links ?? {});
118
118
  i.length === 0 && n.text === void 0 || r.push({
119
119
  key: t,
120
120
  title: n.text ?? t,
121
121
  links: i,
122
- index: d(t, o, n)
122
+ index: p(t, o, n)
123
123
  });
124
124
  }
125
125
  return r.toSorted((t, n) => t.index - n.index);
126
126
  }
127
- function z({
127
+ function v({
128
128
  width: e = "page",
129
129
  sections: o,
130
130
  attribution: r,
131
131
  hasMovingStars: t,
132
132
  className: n
133
133
  }) {
134
- const i = b(() => A(o), [o]);
135
- return /* @__PURE__ */ a.jsxs(M, { as: "footer", gap: 2, "data-theme": "dark", width: e, className: w(N, "kakadu-components-2328588436", n), children: [
134
+ const i = w(() => A(o), [o]);
135
+ return /* @__PURE__ */ a.jsxs(L, { as: "footer", gap: 2, "data-theme": "dark", width: e, className: b(N, "kakadu-components-3130980543", n), children: [
136
136
  /* @__PURE__ */ a.jsxs(k, { wrap: !0, direction: "row", gap: 4, className: "kakadu-components-783629418", children: [
137
- i.map((c) => c.links.length > 0 ? /* @__PURE__ */ a.jsxs(k, { direction: "column", preset: "start", gap: 0.5, children: [
138
- /* @__PURE__ */ a.jsx(y, { children: /* @__PURE__ */ a.jsx("strong", { children: c.title }) }),
139
- /* @__PURE__ */ a.jsx(y, { as: "ul", className: O, children: c.links.map((l) => /* @__PURE__ */ a.jsx("li", { children: /* @__PURE__ */ a.jsx("a", { href: l.href, rel: l.rel, target: l.target, children: l.text }) }, l.key)) })
140
- ] }, c.key) : null),
137
+ i.map((u) => u.links.length > 0 ? /* @__PURE__ */ a.jsxs(k, { direction: "column", preset: "start", gap: 0.5, children: [
138
+ /* @__PURE__ */ a.jsx(y, { children: /* @__PURE__ */ a.jsx("strong", { children: u.title }) }),
139
+ /* @__PURE__ */ a.jsx(y, { as: "ul", className: M, children: u.links.map((c) => /* @__PURE__ */ a.jsx("li", { children: /* @__PURE__ */ a.jsx("a", { href: c.href, rel: c.rel, target: c.target, children: c.text }) }, c.key)) })
140
+ ] }, u.key) : null),
141
141
  /* @__PURE__ */ a.jsx(k, { fill: !0, className: "kakadu-components-3520395370", children: /* @__PURE__ */ a.jsx("a", { href: "https://businessnorway.com/companies/kakadu-ignite-as", target: "_blank", rel: "noopener noreferrer", className: "kakadu-components-3521477705", children: /* @__PURE__ */ a.jsx("img", { alt: "Made in Norway", src: "https://components.kakadu.no/images/made-in-norway.png", width: 76, className: "kakadu-components-2329568054" }) }) })
142
142
  ] }),
143
143
  /* @__PURE__ */ a.jsxs(k, { wrap: !0, direction: "row-reverse", gap: 2, alignment: "flex-end", distribution: "space-between", children: [
144
144
  r ? /* @__PURE__ */ a.jsx(j, { className: "kakadu-components-1667529929", children: r }) : null,
145
145
  /* @__PURE__ */ a.jsxs(k, { fill: !0, direction: "row", gap: 1, alignment: "center", children: [
146
146
  /* @__PURE__ */ a.jsxs("a", { href: "https://kakadu.no", children: [
147
- /* @__PURE__ */ a.jsx(L, { children: "Kakadu" }),
148
- /* @__PURE__ */ a.jsx(K, { width: 90, className: "kakadu-components-3103582715" })
147
+ /* @__PURE__ */ a.jsx(K, { children: "Kakadu" }),
148
+ /* @__PURE__ */ a.jsx(P, { width: 90, className: "kakadu-components-3103582715" })
149
149
  ] }),
150
150
  /* @__PURE__ */ a.jsxs(j, { className: "kakadu-components-250962410", children: [
151
151
  "© ",
@@ -158,7 +158,7 @@ function z({
158
158
  ] });
159
159
  }
160
160
  export {
161
- z as default,
162
- P as footerSectionLinks,
163
- p as footerSections
161
+ v as default,
162
+ O as footerSectionLinks,
163
+ m as footerSections
164
164
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js"),t=require("react"),o=require("@kuma-ui/core"),d=require("../icons/icon.js"),p=require("../theme.js"),D=require("./theme-setter.js"),c=require("./button.js"),M=require("./button-tooltip.js"),z=require("./click-ripples.js"),E=require("./hover-gradient.js"),A=require("./skeleton.js"),C=require("./atom.js"),O=["default","success","warning","danger"];function V({ref:b,icon:s,variant:u="default",label:f,tooltipPosition:g,href:k,target:q,rel:w,disabled:_,isLoading:j,isSkeleton:r,isSkeletonAnimated:v=!0,className:B,...I}){const h=t.useId(),N=D.useIsDarkMode(),n=k!==void 0&&!r,[a,T]=t.useState(s),[R,m]=t.useState(!1),S=t.useRef(s),i=t.useRef(null);t.useEffect(()=>{S.current=s},[s]);const l=t.useCallback(()=>{i.current&&(clearTimeout(i.current),i.current=null)},[]);t.useEffect(()=>{if(a===s){m(y=>y&&!1);return}m(!0),l(),i.current=setTimeout(()=>{m(!1),T(S.current)},370)},[a,s,l]),t.useEffect(()=>()=>{l()},[l]);const x=!!_||!!j||!!r;return e.jsxRuntimeExports.jsxs("div",{className:"kakadu-components-4096632152",children:[e.jsxRuntimeExports.jsxs(C.default,{...I,reference:b,as:n?"a":"button",type:n?void 0:"button",href:n?k:void 0,target:n?q:void 0,rel:n?w:void 0,"aria-label":f,"aria-describedby":h,disabled:n?void 0:x,inert:n?x:void 0,className:o.cx(p.buttonResetStyles,p.effectStyles,p.overlayEffectStyles,"kakadu-components-4200638658",u==="default"&&o.cx(c.buttonSecondaryStyles,"kakadu-components-1561784812"),u==="success"&&o.cx(c.buttonSuccessStyles,"kakadu-components-1398421429"),u==="warning"&&o.cx(c.buttonWarningStyles,"kakadu-components-1872098090"),u==="danger"&&o.cx(c.buttonDangerStyles,"kakadu-components-2064536093"),r&&"kakadu-components-2662775151",B),children:[e.jsxRuntimeExports.jsxs("span",{"data-theme":u==="default"?N?"dark":"light":"dark",className:"kakadu-components-3040141419",children:[e.jsxRuntimeExports.jsx(d.default,{width:16,height:16,type:a,className:o.cx(d.iconShadowStyles,"kakadu-components-1562914001",R&&"kakadu-components-2360250719")}),a===s?null:e.jsxRuntimeExports.jsx(d.default,{width:16,height:16,type:s,className:o.cx(d.iconShadowStyles,"kakadu-components-1224061930",R&&"kakadu-components-2519520784")})]}),e.jsxRuntimeExports.jsx(c.ButtonLoader,{isLoading:j,size:14}),e.jsxRuntimeExports.jsx(M.default,{id:h,label:f,position:g}),x?null:e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(z.default,{size:50}),e.jsxRuntimeExports.jsx(E.default,{size:50,className:u==="default"?E.normalBlendStyles:void 0})]})]}),r?e.jsxRuntimeExports.jsx("div",{className:"kakadu-components-3422055155",children:e.jsxRuntimeExports.jsx(A.SkeletonInstance,{width:"100%",height:"100%",isAnimated:v})}):null]})}exports.default=V;exports.iconButtonVariants=O;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js"),t=require("react"),o=require("@kuma-ui/core"),d=require("../icons/icon.js"),p=require("../theme.js"),D=require("./theme-setter.js"),c=require("./button.js"),z=require("./button-tooltip.js"),A=require("./click-ripples.js"),E=require("./hover-gradient.js"),C=require("./skeleton.js"),M=require("./atom.js"),O=["default","success","warning","danger"];function V({ref:b,icon:s,variant:u="default",label:f,tooltipPosition:g,href:k,target:q,rel:w,disabled:_,isLoading:h,isSkeleton:r,isSkeletonAnimated:v=!0,className:B,...I}){const j=t.useId(),N=D.useIsDarkTheme(),n=k!==void 0&&!r,[a,T]=t.useState(s),[R,m]=t.useState(!1),S=t.useRef(s),i=t.useRef(null);t.useEffect(()=>{S.current=s},[s]);const l=t.useCallback(()=>{i.current&&(clearTimeout(i.current),i.current=null)},[]);t.useEffect(()=>{if(a===s){m(y=>y&&!1);return}m(!0),l(),i.current=setTimeout(()=>{m(!1),T(S.current)},370)},[a,s,l]),t.useEffect(()=>()=>{l()},[l]);const x=!!_||!!h||!!r;return e.jsxRuntimeExports.jsxs("div",{className:"kakadu-components-4096632152",children:[e.jsxRuntimeExports.jsxs(M.default,{...I,reference:b,as:n?"a":"button",type:n?void 0:"button",href:n?k:void 0,target:n?q:void 0,rel:n?w:void 0,"aria-label":f,"aria-describedby":j,disabled:n?void 0:x,inert:n?x:void 0,className:o.cx(p.buttonResetStyles,p.effectStyles,p.overlayEffectStyles,"kakadu-components-4200638658",u==="default"&&o.cx(c.buttonSecondaryStyles,"kakadu-components-1561784812"),u==="success"&&o.cx(c.buttonSuccessStyles,"kakadu-components-1398421429"),u==="warning"&&o.cx(c.buttonWarningStyles,"kakadu-components-1872098090"),u==="danger"&&o.cx(c.buttonDangerStyles,"kakadu-components-2064536093"),r&&"kakadu-components-2662775151",B),children:[e.jsxRuntimeExports.jsxs("span",{"data-theme":u==="default"?N?"dark":"light":"dark",className:"kakadu-components-3040141419",children:[e.jsxRuntimeExports.jsx(d.default,{width:16,height:16,type:a,className:o.cx(d.iconShadowStyles,"kakadu-components-1562914001",R&&"kakadu-components-2360250719")}),a===s?null:e.jsxRuntimeExports.jsx(d.default,{width:16,height:16,type:s,className:o.cx(d.iconShadowStyles,"kakadu-components-1224061930",R&&"kakadu-components-2519520784")})]}),e.jsxRuntimeExports.jsx(c.ButtonLoader,{isLoading:h,size:14}),e.jsxRuntimeExports.jsx(z.default,{id:j,label:f,position:g}),x?null:e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(A.default,{size:50}),e.jsxRuntimeExports.jsx(E.default,{size:50,className:u==="default"?E.normalBlendStyles:void 0})]})]}),r?e.jsxRuntimeExports.jsx("div",{className:"kakadu-components-3422055155",children:e.jsxRuntimeExports.jsx(C.SkeletonInstance,{width:"100%",height:"100%",isAnimated:v})}):null]})}exports.default=V;exports.iconButtonVariants=O;
@@ -1,12 +1,12 @@
1
1
  import { j as e } from "../jsx-runtime-B4hRZ52C.mjs";
2
- import { useId as C, useState as j, useRef as g, useEffect as l, useCallback as E } from "react";
3
- import { cx as s } from "@kuma-ui/core";
2
+ import { useId as C, useState as j, useRef as g, useEffect as m, useCallback as E } from "react";
3
+ import { cx as o } from "@kuma-ui/core";
4
4
  import S, { iconShadowStyles as b } from "../icons/icon.mjs";
5
- import { buttonResetStyles as M, effectStyles as F, overlayEffectStyles as G } from "../theme.mjs";
6
- import { useIsDarkMode as H } from "./theme-setter.mjs";
7
- import { ButtonLoader as O, buttonSecondaryStyles as V, buttonSuccessStyles as W, buttonWarningStyles as q, buttonDangerStyles as J } from "./button.mjs";
8
- import K from "./button-tooltip.mjs";
9
- import L from "./click-ripples.mjs";
5
+ import { buttonResetStyles as F, effectStyles as G, overlayEffectStyles as H } from "../theme.mjs";
6
+ import { useIsDarkTheme as O } from "./theme-setter.mjs";
7
+ import { ButtonLoader as V, buttonSecondaryStyles as W, buttonSuccessStyles as q, buttonWarningStyles as J, buttonDangerStyles as K } from "./button.mjs";
8
+ import L from "./button-tooltip.mjs";
9
+ import M from "./click-ripples.mjs";
10
10
  import P, { normalBlendStyles as Q } from "./hover-gradient.mjs";
11
11
  import { SkeletonInstance as U } from "./skeleton.mjs";
12
12
  import X from "./atom.mjs";
@@ -15,7 +15,7 @@ function ie({
15
15
  ref: w,
16
16
  icon: t,
17
17
  variant: n = "default",
18
- label: m,
18
+ label: d,
19
19
  tooltipPosition: B,
20
20
  href: p,
21
21
  target: I,
@@ -24,17 +24,17 @@ function ie({
24
24
  isLoading: f,
25
25
  isSkeleton: a,
26
26
  isSkeletonAnimated: R = !0,
27
- className: D,
28
- ...T
27
+ className: T,
28
+ ...D
29
29
  }) {
30
- const k = C(), z = H(), o = p !== void 0 && !a, [r, A] = j(t), [h, i] = j(!1), x = g(t), c = g(null);
31
- l(() => {
30
+ const k = C(), z = O(), s = p !== void 0 && !a, [r, A] = j(t), [h, i] = j(!1), x = g(t), c = g(null);
31
+ m(() => {
32
32
  x.current = t;
33
33
  }, [t]);
34
34
  const u = E(() => {
35
35
  c.current && (clearTimeout(c.current), c.current = null);
36
36
  }, []);
37
- l(() => {
37
+ m(() => {
38
38
  if (r === t) {
39
39
  i((y) => y && !1);
40
40
  return;
@@ -42,20 +42,20 @@ function ie({
42
42
  i(!0), u(), c.current = setTimeout(() => {
43
43
  i(!1), A(x.current);
44
44
  }, 370);
45
- }, [r, t, u]), l(() => () => {
45
+ }, [r, t, u]), m(() => () => {
46
46
  u();
47
47
  }, [u]);
48
- const d = !!N || !!f || !!a;
48
+ const l = !!N || !!f || !!a;
49
49
  return /* @__PURE__ */ e.jsxs("div", { className: "kakadu-components-4096632152", children: [
50
- /* @__PURE__ */ e.jsxs(X, { ...T, reference: w, as: o ? "a" : "button", type: o ? void 0 : "button", href: o ? p : void 0, target: o ? I : void 0, rel: o ? v : void 0, "aria-label": m, "aria-describedby": k, disabled: o ? void 0 : d, inert: o ? d : void 0, className: s(M, F, G, "kakadu-components-4200638658", n === "default" && s(V, "kakadu-components-1561784812"), n === "success" && s(W, "kakadu-components-1398421429"), n === "warning" && s(q, "kakadu-components-1872098090"), n === "danger" && s(J, "kakadu-components-2064536093"), a && "kakadu-components-2662775151", D), children: [
50
+ /* @__PURE__ */ e.jsxs(X, { ...D, reference: w, as: s ? "a" : "button", type: s ? void 0 : "button", href: s ? p : void 0, target: s ? I : void 0, rel: s ? v : void 0, "aria-label": d, "aria-describedby": k, disabled: s ? void 0 : l, inert: s ? l : void 0, className: o(F, G, H, "kakadu-components-4200638658", n === "default" && o(W, "kakadu-components-1561784812"), n === "success" && o(q, "kakadu-components-1398421429"), n === "warning" && o(J, "kakadu-components-1872098090"), n === "danger" && o(K, "kakadu-components-2064536093"), a && "kakadu-components-2662775151", T), children: [
51
51
  /* @__PURE__ */ e.jsxs("span", { "data-theme": n === "default" ? z ? "dark" : "light" : "dark", className: "kakadu-components-3040141419", children: [
52
- /* @__PURE__ */ e.jsx(S, { width: 16, height: 16, type: r, className: s(b, "kakadu-components-1562914001", h && "kakadu-components-2360250719") }),
53
- r === t ? null : /* @__PURE__ */ e.jsx(S, { width: 16, height: 16, type: t, className: s(b, "kakadu-components-1224061930", h && "kakadu-components-2519520784") })
52
+ /* @__PURE__ */ e.jsx(S, { width: 16, height: 16, type: r, className: o(b, "kakadu-components-1562914001", h && "kakadu-components-2360250719") }),
53
+ r === t ? null : /* @__PURE__ */ e.jsx(S, { width: 16, height: 16, type: t, className: o(b, "kakadu-components-1224061930", h && "kakadu-components-2519520784") })
54
54
  ] }),
55
- /* @__PURE__ */ e.jsx(O, { isLoading: f, size: 14 }),
56
- /* @__PURE__ */ e.jsx(K, { id: k, label: m, position: B }),
57
- d ? null : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
58
- /* @__PURE__ */ e.jsx(L, { size: 50 }),
55
+ /* @__PURE__ */ e.jsx(V, { isLoading: f, size: 14 }),
56
+ /* @__PURE__ */ e.jsx(L, { id: k, label: d, position: B }),
57
+ l ? null : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
58
+ /* @__PURE__ */ e.jsx(M, { size: 50 }),
59
59
  /* @__PURE__ */ e.jsx(P, { size: 50, className: n === "default" ? Q : void 0 })
60
60
  ] })
61
61
  ] }),
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function AktLogoSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const h=require("../../jsx-runtime-BB_1_6y_.js"),e=require("react"),i=require("../../utilities/scale.js");function v({fill:x,...s}){const t=e.useId(),{width:m,height:c}=i.default({originalWidth:568,originalHeight:108,width:s.width,height:s.height});return h.jsxRuntimeExports.jsxs("svg",{fill:"none",viewBox:"0 0 568 108",xmlns:"http://www.w3.org/2000/svg",...s,width:m,height:c,children:[h.jsxRuntimeExports.jsx("clipPath",{id:t,children:h.jsxRuntimeExports.jsx("path",{d:"m0 0h567.6v107.8h-567.6z"})}),h.jsxRuntimeExports.jsxs("g",{clipPath:`url(#${CSS.escape(t)})`,children:[h.jsxRuntimeExports.jsxs("g",{fill:x??"#00a070",children:[h.jsxRuntimeExports.jsx("path",{d:"m152 43.1001h4.3l13.1 30.1h-5.1l-3.4-7.9h-13.5l-3.4 7.9h-5.1zm7 17.8-4.8-11.2-4.9 11.2z"}),h.jsxRuntimeExports.jsx("path",{d:"m175.5 74.9001c.9 2.5 2.9 3.6 5.9 3.6 3.2 0 5.8-2.1 5.8-6.2v-2.5c-1.6 2.1-4.1 3.4-6.8 3.3-5.7 0-10.2-4.8-10.2-10.8s4.4-10.7 10.2-10.7c2.7-.1 5.2 1.2 6.8 3.3v-2.9h4.7v19.9c0 7.4-4.9 10.6-10.6 10.6s-9.8-3.2-10.3-7.6zm5.7-19c-3.6-.1-6.6 2.7-6.7 6.3s2.7 6.6 6.3 6.7 6.6-2.7 6.7-6.3c0-.1 0-.2 0-.2.1-3.4-2.6-6.3-6-6.4 0-.2-.1-.2-.3-.1z"}),h.jsxRuntimeExports.jsx("path",{d:"m206.3 51.5999c2.6 0 5.2 1.2 6.8 3.3v-13.5h4.7v31.8h-4.8v-2.8c-1.6 2.1-4.1 3.3-6.8 3.3-5.8 0-10.2-5-10.2-11s4.5-11.1 10.3-11.1zm.8 4.2c-3.8 0-6.3 3-6.3 6.8s2.5 6.8 6.3 6.8 6.3-3 6.3-6.8-2.5-6.8-6.3-6.8z"}),h.jsxRuntimeExports.jsx("path",{d:"m232.9 73.6001c-6.3 0-10.9-4.7-10.9-11s4.4-11 10.9-11 11 5 10.6 12.2h-16.9c.1 3.3 2.9 5.9 6.2 5.8h.2c2.2.2 4.3-1 5.3-3h4.9c-1.1 3.9-4.9 7-10.3 7zm-6.1-13.1h11.7c-.7-3.4-3.1-5-5.7-5-3-.2-5.6 2-6 5z"}),h.jsxRuntimeExports.jsx("path",{d:"m247.7 52h4.7v3.8c.8-2.4 3.1-4 5.6-4 .6 0 1.2.1 1.8.2v4.8c-.8-.3-1.5-.3999-2.3-.3999-2.7 0-5.1 2.2-5.1 6.5v10.2999h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m273.7 41.3999h4.7v18.7l8.1-8h5.9l-9.5 9.5 11.6 11.7h-6l-10.1-10.3v10.2h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m304.7 73.5999c-6.1-.1-11-5-10.9-11.1s5-11 11.1-10.9c6 .1 10.9 5 10.9 11s-4.8 11-10.9 11c0 0-.1 0-.2 0zm0-4.3c3.7 0 6.4-2.9 6.4-6.7.1-3.5-2.6-6.5-6.1-6.6s-6.5 2.6-6.6 6.1v.5c-.2 3.5 2.5 6.5 6.1 6.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m320 41.3999h4.7v31.8h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m330.2 41.3999h4.7v31.8h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m349.9 73.6001c-6.3 0-10.8-4.7-10.8-11s4.4-11 10.9-11 11 5 10.6 12.2h-16.9c.1 3.3 2.9 5.9 6.2 5.8h.2c2.2.2 4.3-1 5.3-3h4.9c-1.2 3.9-5 7-10.4 7zm-6.1-13.1h11.7c-.7-3.4-3.1-5-5.7-5-3-.2-5.6 2-6 5z"}),h.jsxRuntimeExports.jsx("path",{d:"m364.7 41.3999h4.7v18.7l8.1-8h5.9l-9.5 9.5 11.6 11.7h-6l-10.1-10.3v10.2h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m397.3 73.4001c-4.1 0-7.2-2.2-7.2-7v-10.2h-4.4v-4.2h4.4v-5.9h4.7v5.9h6.1v4.2h-6.1v9.4c0 2.6 1.1 3.6 3.6 3.6.9 0 1.7-.1 2.5-.4v4.2c-1.3.3-2.5.4-3.6.4z"}),h.jsxRuntimeExports.jsx("path",{d:"m406.5 47.4c-1.7.1-3.2-1.2-3.3-2.9s1.2-3.2 2.9-3.3h.4c1.7.1 3 1.6 2.9 3.3 0 1.5-1.3 2.8-2.9 2.9zm-2.3 4.6h4.7v21.1999h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m411.7 52h5.2l6.4 14.8 6.5-14.8h5.2l-9.6 21.2h-4.1z"}),h.jsxRuntimeExports.jsx("path",{d:"m448.3 73.4001c-4.1 0-7.2-2.2-7.2-7v-10.2h-4.4v-4.2h4.4v-5.9h4.7v5.9h6.1v4.2h-6.1v9.4c0 2.6 1.1 3.6 3.6 3.6.9 0 1.7-.1 2.5-.4v4.2c-1.3.3-2.5.4-3.6.4z"}),h.jsxRuntimeExports.jsx("path",{d:"m455.6 52h4.7v3.8c.8-2.4 3.1-4 5.6-4 .6 0 1.2.1 1.8.2v4.8c-.8-.3-1.5-.3999-2.3-.3999-2.7 0-5.1 2.2-5.1 6.5v10.2999h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m479.7 51.6001c2.6 0 5.2 1.2 6.8 3.3v-2.9h4.7v21.2h-4.7v-2.8c-1.6 2.1-4.1 3.3-6.8 3.3-5.8 0-10.2-5-10.2-11s4.4-11.1 10.2-11.1zm.8 4.2c-3.8 0-6.3 3-6.3 6.8s2.5 6.8 6.3 6.8 6.3-3 6.3-6.8-2.5-6.8-6.3-6.8z"}),h.jsxRuntimeExports.jsx("path",{d:"m498.8 56.2001h-4.4v-4.2h4.4v-3.6c0-4.8 3.2-7.3 7.2-7.3 1.2 0 2.3.2 3.5.5v4.2c-.8-.3-1.6-.4-2.5-.4-2.4 0-3.6 1-3.6 3.6v3h6.1v4.2h-6.1v17h-4.7v-17zm16.8-8.8c-1.7.1-3.2-1.2-3.3-2.9s1.2-3.2 2.9-3.3h.4c1.7.1 3 1.6 2.9 3.3 0 1.5-1.3 2.8-2.9 2.9zm-2.3 4.6h4.7v21.2h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m523.6 41.3999h4.7v18.7l8.1-8h5.9l-9.5 9.5 11.5 11.7h-6l-10-10.3v10.2h-4.7z"}),h.jsxRuntimeExports.jsx("path",{d:"m546.8 41.3999h4.7v18.7l8.1-8h5.9l-9.5 9.5 11.6 11.7h-6l-10.1-10.3v10.2h-4.7z"})]}),h.jsxRuntimeExports.jsx("path",{d:"m53.8999 0c29.7682 0 53.9001 24.1322 53.9001 53.9004 0 29.768-24.1321 53.8996-53.9001 53.8996s-53.8992014-24.1317-53.89941172-53.8996c0-29.7681 24.13131172-53.90034639 53.89941172-53.9004zm-4.5 6.59961-33.7998 76.60059h8.7002l33.8994-76.60059h-8.6992v-.09961zm-4.1992 49.20019-3.5 8h33.0996l8.5996 19.4004h8.7998l-8.5996-19.4004-3.5-8zm13.0996-29.5 9.4004 21.4004h8.7998l-13.7998-31.2998z",fill:"#00a070"})]})]})}exports.default=v;
@@ -0,0 +1,62 @@
1
+ import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
2
+ import { useId as l } from "react";
3
+ import z from "../../utilities/scale.mjs";
4
+ function j({
5
+ fill: s,
6
+ ...c
7
+ }) {
8
+ const v = l(), { width: t, height: m } = z({
9
+ originalWidth: 568,
10
+ originalHeight: 108,
11
+ width: c.width,
12
+ height: c.height
13
+ });
14
+ return /* @__PURE__ */ h.jsxs(
15
+ "svg",
16
+ {
17
+ fill: "none",
18
+ viewBox: "0 0 568 108",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ ...c,
21
+ width: t,
22
+ height: m,
23
+ children: [
24
+ /* @__PURE__ */ h.jsx("clipPath", { id: v, children: /* @__PURE__ */ h.jsx("path", { d: "m0 0h567.6v107.8h-567.6z" }) }),
25
+ /* @__PURE__ */ h.jsxs("g", { clipPath: `url(#${CSS.escape(v)})`, children: [
26
+ /* @__PURE__ */ h.jsxs("g", { fill: s ?? "#00a070", children: [
27
+ /* @__PURE__ */ h.jsx("path", { d: "m152 43.1001h4.3l13.1 30.1h-5.1l-3.4-7.9h-13.5l-3.4 7.9h-5.1zm7 17.8-4.8-11.2-4.9 11.2z" }),
28
+ /* @__PURE__ */ h.jsx("path", { d: "m175.5 74.9001c.9 2.5 2.9 3.6 5.9 3.6 3.2 0 5.8-2.1 5.8-6.2v-2.5c-1.6 2.1-4.1 3.4-6.8 3.3-5.7 0-10.2-4.8-10.2-10.8s4.4-10.7 10.2-10.7c2.7-.1 5.2 1.2 6.8 3.3v-2.9h4.7v19.9c0 7.4-4.9 10.6-10.6 10.6s-9.8-3.2-10.3-7.6zm5.7-19c-3.6-.1-6.6 2.7-6.7 6.3s2.7 6.6 6.3 6.7 6.6-2.7 6.7-6.3c0-.1 0-.2 0-.2.1-3.4-2.6-6.3-6-6.4 0-.2-.1-.2-.3-.1z" }),
29
+ /* @__PURE__ */ h.jsx("path", { d: "m206.3 51.5999c2.6 0 5.2 1.2 6.8 3.3v-13.5h4.7v31.8h-4.8v-2.8c-1.6 2.1-4.1 3.3-6.8 3.3-5.8 0-10.2-5-10.2-11s4.5-11.1 10.3-11.1zm.8 4.2c-3.8 0-6.3 3-6.3 6.8s2.5 6.8 6.3 6.8 6.3-3 6.3-6.8-2.5-6.8-6.3-6.8z" }),
30
+ /* @__PURE__ */ h.jsx("path", { d: "m232.9 73.6001c-6.3 0-10.9-4.7-10.9-11s4.4-11 10.9-11 11 5 10.6 12.2h-16.9c.1 3.3 2.9 5.9 6.2 5.8h.2c2.2.2 4.3-1 5.3-3h4.9c-1.1 3.9-4.9 7-10.3 7zm-6.1-13.1h11.7c-.7-3.4-3.1-5-5.7-5-3-.2-5.6 2-6 5z" }),
31
+ /* @__PURE__ */ h.jsx("path", { d: "m247.7 52h4.7v3.8c.8-2.4 3.1-4 5.6-4 .6 0 1.2.1 1.8.2v4.8c-.8-.3-1.5-.3999-2.3-.3999-2.7 0-5.1 2.2-5.1 6.5v10.2999h-4.7z" }),
32
+ /* @__PURE__ */ h.jsx("path", { d: "m273.7 41.3999h4.7v18.7l8.1-8h5.9l-9.5 9.5 11.6 11.7h-6l-10.1-10.3v10.2h-4.7z" }),
33
+ /* @__PURE__ */ h.jsx("path", { d: "m304.7 73.5999c-6.1-.1-11-5-10.9-11.1s5-11 11.1-10.9c6 .1 10.9 5 10.9 11s-4.8 11-10.9 11c0 0-.1 0-.2 0zm0-4.3c3.7 0 6.4-2.9 6.4-6.7.1-3.5-2.6-6.5-6.1-6.6s-6.5 2.6-6.6 6.1v.5c-.2 3.5 2.5 6.5 6.1 6.7z" }),
34
+ /* @__PURE__ */ h.jsx("path", { d: "m320 41.3999h4.7v31.8h-4.7z" }),
35
+ /* @__PURE__ */ h.jsx("path", { d: "m330.2 41.3999h4.7v31.8h-4.7z" }),
36
+ /* @__PURE__ */ h.jsx("path", { d: "m349.9 73.6001c-6.3 0-10.8-4.7-10.8-11s4.4-11 10.9-11 11 5 10.6 12.2h-16.9c.1 3.3 2.9 5.9 6.2 5.8h.2c2.2.2 4.3-1 5.3-3h4.9c-1.2 3.9-5 7-10.4 7zm-6.1-13.1h11.7c-.7-3.4-3.1-5-5.7-5-3-.2-5.6 2-6 5z" }),
37
+ /* @__PURE__ */ h.jsx("path", { d: "m364.7 41.3999h4.7v18.7l8.1-8h5.9l-9.5 9.5 11.6 11.7h-6l-10.1-10.3v10.2h-4.7z" }),
38
+ /* @__PURE__ */ h.jsx("path", { d: "m397.3 73.4001c-4.1 0-7.2-2.2-7.2-7v-10.2h-4.4v-4.2h4.4v-5.9h4.7v5.9h6.1v4.2h-6.1v9.4c0 2.6 1.1 3.6 3.6 3.6.9 0 1.7-.1 2.5-.4v4.2c-1.3.3-2.5.4-3.6.4z" }),
39
+ /* @__PURE__ */ h.jsx("path", { d: "m406.5 47.4c-1.7.1-3.2-1.2-3.3-2.9s1.2-3.2 2.9-3.3h.4c1.7.1 3 1.6 2.9 3.3 0 1.5-1.3 2.8-2.9 2.9zm-2.3 4.6h4.7v21.1999h-4.7z" }),
40
+ /* @__PURE__ */ h.jsx("path", { d: "m411.7 52h5.2l6.4 14.8 6.5-14.8h5.2l-9.6 21.2h-4.1z" }),
41
+ /* @__PURE__ */ h.jsx("path", { d: "m448.3 73.4001c-4.1 0-7.2-2.2-7.2-7v-10.2h-4.4v-4.2h4.4v-5.9h4.7v5.9h6.1v4.2h-6.1v9.4c0 2.6 1.1 3.6 3.6 3.6.9 0 1.7-.1 2.5-.4v4.2c-1.3.3-2.5.4-3.6.4z" }),
42
+ /* @__PURE__ */ h.jsx("path", { d: "m455.6 52h4.7v3.8c.8-2.4 3.1-4 5.6-4 .6 0 1.2.1 1.8.2v4.8c-.8-.3-1.5-.3999-2.3-.3999-2.7 0-5.1 2.2-5.1 6.5v10.2999h-4.7z" }),
43
+ /* @__PURE__ */ h.jsx("path", { d: "m479.7 51.6001c2.6 0 5.2 1.2 6.8 3.3v-2.9h4.7v21.2h-4.7v-2.8c-1.6 2.1-4.1 3.3-6.8 3.3-5.8 0-10.2-5-10.2-11s4.4-11.1 10.2-11.1zm.8 4.2c-3.8 0-6.3 3-6.3 6.8s2.5 6.8 6.3 6.8 6.3-3 6.3-6.8-2.5-6.8-6.3-6.8z" }),
44
+ /* @__PURE__ */ h.jsx("path", { d: "m498.8 56.2001h-4.4v-4.2h4.4v-3.6c0-4.8 3.2-7.3 7.2-7.3 1.2 0 2.3.2 3.5.5v4.2c-.8-.3-1.6-.4-2.5-.4-2.4 0-3.6 1-3.6 3.6v3h6.1v4.2h-6.1v17h-4.7v-17zm16.8-8.8c-1.7.1-3.2-1.2-3.3-2.9s1.2-3.2 2.9-3.3h.4c1.7.1 3 1.6 2.9 3.3 0 1.5-1.3 2.8-2.9 2.9zm-2.3 4.6h4.7v21.2h-4.7z" }),
45
+ /* @__PURE__ */ h.jsx("path", { d: "m523.6 41.3999h4.7v18.7l8.1-8h5.9l-9.5 9.5 11.5 11.7h-6l-10-10.3v10.2h-4.7z" }),
46
+ /* @__PURE__ */ h.jsx("path", { d: "m546.8 41.3999h4.7v18.7l8.1-8h5.9l-9.5 9.5 11.6 11.7h-6l-10.1-10.3v10.2h-4.7z" })
47
+ ] }),
48
+ /* @__PURE__ */ h.jsx(
49
+ "path",
50
+ {
51
+ d: "m53.8999 0c29.7682 0 53.9001 24.1322 53.9001 53.9004 0 29.768-24.1321 53.8996-53.9001 53.8996s-53.8992014-24.1317-53.89941172-53.8996c0-29.7681 24.13131172-53.90034639 53.89941172-53.9004zm-4.5 6.59961-33.7998 76.60059h8.7002l33.8994-76.60059h-8.6992v-.09961zm-4.1992 49.20019-3.5 8h33.0996l8.5996 19.4004h8.7998l-8.5996-19.4004-3.5-8zm13.0996-29.5 9.4004 21.4004h8.7998l-13.7998-31.2998z",
52
+ fill: "#00a070"
53
+ }
54
+ )
55
+ ] })
56
+ ]
57
+ }
58
+ );
59
+ }
60
+ export {
61
+ j as default
62
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function AmediaLogoSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),i=require("../../utilities/scale.js");function l({fill:c,...t}){const{width:h,height:e}=i.default({originalWidth:1311,originalHeight:301,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 1311 301",xmlns:"http://www.w3.org/2000/svg",...t,width:h,height:e,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"#000",children:[s.jsxRuntimeExports.jsx("path",{d:"m299.3 300.4v-151.1l-149.3-149.3-150 150.1 150.1 150.1 74.3-74.3zm-219.5-80.1v-140.4h140.4v140.4z"}),s.jsxRuntimeExports.jsx("path",{d:"m446 224.3c-14.3 0-25.6-3.6-34.1-10.7-8.4-7.1-12.7-16.7-12.7-28.8s4.7-23.3 14.2-30.9 22.8-12.7 40-15.3l44.2-6.7v22.4l-38.4 5.8c-8.3 1.3-14.6 3.6-18.8 7-4.2 3.3-6.3 8-6.3 13.9s1.9 9.5 5.8 12.4 9.3 4.3 16.1 4.3c10 0 18.4-2.5 25-7.5 6.7-5 10-11.1 10-18.4l3.9 21.4c-3.7 10.2-9.8 17.9-18.2 23.2-8.2 5.3-18.5 7.9-30.7 7.9zm49.2-2.7c-.9-3.7-1.6-7.8-2.1-12.2s-.7-9.8-.7-16.1h-1.1v-67.3c0-7.4-2.1-13-6.3-16.8s-10.5-5.7-19-5.7-15 1.5-19.9 4.6-7.9 7.5-9 13.2h-33.6c1.5-13.2 7.8-23.8 18.9-32s26-12.2 44.8-12.2 34.2 4.4 44.2 13.2 15 21.7 15 38.8v64.2c0 4.4.3 9 1 13.6.6 4.6 1.6 9.5 2.9 14.7z"}),s.jsxRuntimeExports.jsx("path",{d:"m553.6 221.6v-141.8h34.2v33.4h.8v108.4zm95.4 0v-91.5c0-8.3-2.1-14.5-6.3-18.5s-10.1-6-17.7-6-12.8 1.6-18.4 4.7c-5.6 3.2-10 7.6-13.2 13.3s-4.9 12.4-4.9 20l-3.6-32.5c4.8-10.4 11.8-18.7 20.9-24.9s19.6-9.3 31.7-9.3 25.9 4.1 34.2 12.4c8.3 8.2 12.5 18.9 12.5 31.8v100.4h-35.2zm95.4 0v-91.5c0-8.3-2-14.5-6.1-18.5s-9.9-6-17.5-6-13.1 1.6-18.6 4.7c-5.6 3.2-9.9 7.6-13.1 13.3s-4.7 12.4-4.7 20l-6.1-32.5c4.6-10.4 11.7-18.7 21.1-24.9 9.5-6.2 20.4-9.3 32.8-9.3s26.5 4.1999 34.9 12.6999c8.4 8.4 12.7 19.6001 12.7 33.5001v98.4h-35.4z"}),s.jsxRuntimeExports.jsx("path",{d:"m870.6 224.3c-15 0-28.1-3.2-39.3-9.5s-19.9-15-26.1-26.1-9.3-23.9-9.3-38.4 3.1-27.2 9.3-38.2 14.9-19.6 26-25.9c11.1-6.2 24.1-9.3 38.9-9.3s26.3 2.9 36.7 8.8c10.4 5.8 18.4 14 24.2 24.6 5.7 10.6 8.6 22.9 8.6 37s0 5-.3 7.2c-.2 2.2-.5 4.4-.8 6.7h-120.9v-24.5h94l-7.2 6.7c0-13.3-3.1-23.4-9.2-30-6.1-6.7-14.6-10-25.6-10s-21.3 4.1-28.2 12.2c-7 8.2-10.4 19.9-10.4 35.3s3.5 26.8 10.4 34.9c7 8.1 16.8 12.1 29.6 12.1s13.9-1.4 19.5-4.2 9.6-7 12.2-12.8h33.1c-4.6 13.3-12.5 23.9-23.5 31.7-11.1 7.8-25 11.7-41.7 11.7z"}),s.jsxRuntimeExports.jsx("path",{d:"m1064.5 221.6v-32l2.8.6c-2.4 10.4-8.3 18.7-17.5 24.9-9.3 6.2-20.3 9.3-33.1 9.3s-24.2-3-33.8-9c-9.5-6-16.9-14.5-22.1-25.4s-7.8-23.8-7.8-38.6 2.7-28.1 8.1-39.2 12.9-19.7 22.7-25.9c9.7-6.1 21.1-9.2 34.1-9.2s24.4 3.2 33.1 9.6 14.1 15.2 16.1 26.6l-3.6.3v-92h35.3v200.2h-34.3zm-37.6-25.9c11.3 0 20.3-3.9 27.1-11.8s10.1-19 10.1-33.2-3.4-25.3-10.3-33.1-15.9-11.7-27.2-11.7-20.1 3.9-27 11.8-10.3 19-10.3 33.2 3.4 25.3 10.3 33.1c7 7.8 16 11.7 27.3 11.7z"}),s.jsxRuntimeExports.jsx("path",{d:"m1124.6 56.4v-38.6h38.1v38.6zm1.7 165.2v-141.8h35v141.8z"}),s.jsxRuntimeExports.jsx("path",{d:"m1226.4 224.3c-14.3 0-25.6-3.6-34.1-10.7-8.4-7.1-12.7-16.7-12.7-28.8s4.7-23.3 14.2-30.9 22.8-12.7 40-15.3l44.2-6.7v22.4l-38.4 5.8c-8.3 1.3-14.6 3.6-18.8 7-4.2 3.3-6.3 8-6.3 13.9s1.9 9.5 5.8 12.4 9.3 4.3 16.1 4.3c10 0 18.4-2.5 25-7.5 6.7-5 10-11.1 10-18.4l3.9 21.4c-3.7 10.2-9.8 17.9-18.2 23.2-8.1 5.3-18.4 7.9-30.7 7.9zm49.3-2.7c-.9-3.7-1.6-7.8-2.1-12.2s-.7-9.8-.7-16.1h-1.1v-67.3c0-7.4-2.1-13-6.3-16.8s-10.5-5.7-19-5.7-15 1.5-19.9 4.6-7.9 7.5-9 13.2h-33.6c1.5-13.2 7.8-23.8 18.9-32s26-12.2 44.8-12.2 34.2 4.4 44.2 13.2 15 21.7 15 38.8v64.2c0 4.4.3 9 1 13.6.6 4.6 1.6 9.5 2.9 14.7z"})]})})}exports.default=l;
@@ -0,0 +1,36 @@
1
+ import { j as s } from "../../jsx-runtime-B4hRZ52C.mjs";
2
+ import l from "../../utilities/scale.mjs";
3
+ function d({
4
+ fill: h,
5
+ ...c
6
+ }) {
7
+ const { width: v, height: t } = l({
8
+ originalWidth: 1311,
9
+ originalHeight: 301,
10
+ width: c.width,
11
+ height: c.height
12
+ });
13
+ return /* @__PURE__ */ s.jsx(
14
+ "svg",
15
+ {
16
+ fill: "none",
17
+ viewBox: "0 0 1311 301",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ ...c,
20
+ width: v,
21
+ height: t,
22
+ children: /* @__PURE__ */ s.jsxs("g", { fill: h ?? "#000", children: [
23
+ /* @__PURE__ */ s.jsx("path", { d: "m299.3 300.4v-151.1l-149.3-149.3-150 150.1 150.1 150.1 74.3-74.3zm-219.5-80.1v-140.4h140.4v140.4z" }),
24
+ /* @__PURE__ */ s.jsx("path", { d: "m446 224.3c-14.3 0-25.6-3.6-34.1-10.7-8.4-7.1-12.7-16.7-12.7-28.8s4.7-23.3 14.2-30.9 22.8-12.7 40-15.3l44.2-6.7v22.4l-38.4 5.8c-8.3 1.3-14.6 3.6-18.8 7-4.2 3.3-6.3 8-6.3 13.9s1.9 9.5 5.8 12.4 9.3 4.3 16.1 4.3c10 0 18.4-2.5 25-7.5 6.7-5 10-11.1 10-18.4l3.9 21.4c-3.7 10.2-9.8 17.9-18.2 23.2-8.2 5.3-18.5 7.9-30.7 7.9zm49.2-2.7c-.9-3.7-1.6-7.8-2.1-12.2s-.7-9.8-.7-16.1h-1.1v-67.3c0-7.4-2.1-13-6.3-16.8s-10.5-5.7-19-5.7-15 1.5-19.9 4.6-7.9 7.5-9 13.2h-33.6c1.5-13.2 7.8-23.8 18.9-32s26-12.2 44.8-12.2 34.2 4.4 44.2 13.2 15 21.7 15 38.8v64.2c0 4.4.3 9 1 13.6.6 4.6 1.6 9.5 2.9 14.7z" }),
25
+ /* @__PURE__ */ s.jsx("path", { d: "m553.6 221.6v-141.8h34.2v33.4h.8v108.4zm95.4 0v-91.5c0-8.3-2.1-14.5-6.3-18.5s-10.1-6-17.7-6-12.8 1.6-18.4 4.7c-5.6 3.2-10 7.6-13.2 13.3s-4.9 12.4-4.9 20l-3.6-32.5c4.8-10.4 11.8-18.7 20.9-24.9s19.6-9.3 31.7-9.3 25.9 4.1 34.2 12.4c8.3 8.2 12.5 18.9 12.5 31.8v100.4h-35.2zm95.4 0v-91.5c0-8.3-2-14.5-6.1-18.5s-9.9-6-17.5-6-13.1 1.6-18.6 4.7c-5.6 3.2-9.9 7.6-13.1 13.3s-4.7 12.4-4.7 20l-6.1-32.5c4.6-10.4 11.7-18.7 21.1-24.9 9.5-6.2 20.4-9.3 32.8-9.3s26.5 4.1999 34.9 12.6999c8.4 8.4 12.7 19.6001 12.7 33.5001v98.4h-35.4z" }),
26
+ /* @__PURE__ */ s.jsx("path", { d: "m870.6 224.3c-15 0-28.1-3.2-39.3-9.5s-19.9-15-26.1-26.1-9.3-23.9-9.3-38.4 3.1-27.2 9.3-38.2 14.9-19.6 26-25.9c11.1-6.2 24.1-9.3 38.9-9.3s26.3 2.9 36.7 8.8c10.4 5.8 18.4 14 24.2 24.6 5.7 10.6 8.6 22.9 8.6 37s0 5-.3 7.2c-.2 2.2-.5 4.4-.8 6.7h-120.9v-24.5h94l-7.2 6.7c0-13.3-3.1-23.4-9.2-30-6.1-6.7-14.6-10-25.6-10s-21.3 4.1-28.2 12.2c-7 8.2-10.4 19.9-10.4 35.3s3.5 26.8 10.4 34.9c7 8.1 16.8 12.1 29.6 12.1s13.9-1.4 19.5-4.2 9.6-7 12.2-12.8h33.1c-4.6 13.3-12.5 23.9-23.5 31.7-11.1 7.8-25 11.7-41.7 11.7z" }),
27
+ /* @__PURE__ */ s.jsx("path", { d: "m1064.5 221.6v-32l2.8.6c-2.4 10.4-8.3 18.7-17.5 24.9-9.3 6.2-20.3 9.3-33.1 9.3s-24.2-3-33.8-9c-9.5-6-16.9-14.5-22.1-25.4s-7.8-23.8-7.8-38.6 2.7-28.1 8.1-39.2 12.9-19.7 22.7-25.9c9.7-6.1 21.1-9.2 34.1-9.2s24.4 3.2 33.1 9.6 14.1 15.2 16.1 26.6l-3.6.3v-92h35.3v200.2h-34.3zm-37.6-25.9c11.3 0 20.3-3.9 27.1-11.8s10.1-19 10.1-33.2-3.4-25.3-10.3-33.1-15.9-11.7-27.2-11.7-20.1 3.9-27 11.8-10.3 19-10.3 33.2 3.4 25.3 10.3 33.1c7 7.8 16 11.7 27.3 11.7z" }),
28
+ /* @__PURE__ */ s.jsx("path", { d: "m1124.6 56.4v-38.6h38.1v38.6zm1.7 165.2v-141.8h35v141.8z" }),
29
+ /* @__PURE__ */ s.jsx("path", { d: "m1226.4 224.3c-14.3 0-25.6-3.6-34.1-10.7-8.4-7.1-12.7-16.7-12.7-28.8s4.7-23.3 14.2-30.9 22.8-12.7 40-15.3l44.2-6.7v22.4l-38.4 5.8c-8.3 1.3-14.6 3.6-18.8 7-4.2 3.3-6.3 8-6.3 13.9s1.9 9.5 5.8 12.4 9.3 4.3 16.1 4.3c10 0 18.4-2.5 25-7.5 6.7-5 10-11.1 10-18.4l3.9 21.4c-3.7 10.2-9.8 17.9-18.2 23.2-8.1 5.3-18.4 7.9-30.7 7.9zm49.3-2.7c-.9-3.7-1.6-7.8-2.1-12.2s-.7-9.8-.7-16.1h-1.1v-67.3c0-7.4-2.1-13-6.3-16.8s-10.5-5.7-19-5.7-15 1.5-19.9 4.6-7.9 7.5-9 13.2h-33.6c1.5-13.2 7.8-23.8 18.9-32s26-12.2 44.8-12.2 34.2 4.4 44.2 13.2 15 21.7 15 38.8v64.2c0 4.4.3 9 1 13.6.6 4.6 1.6 9.5 2.9 14.7z" })
30
+ ] })
31
+ }
32
+ );
33
+ }
34
+ export {
35
+ d as default
36
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function BankAxeptLogoSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../../jsx-runtime-BB_1_6y_.js"),x=require("../../utilities/scale.js");function i({fill:h,...s}){const{width:c,height:e}=x.default({originalWidth:1264,originalHeight:768,width:s.width,height:s.height});return t.jsxRuntimeExports.jsx("svg",{viewBox:"0 0 1264 768",xmlns:"http://www.w3.org/2000/svg",...s,width:c,height:e,children:t.jsxRuntimeExports.jsxs("g",{fill:h??"#561488",children:[t.jsxRuntimeExports.jsx("path",{d:"m273.52 218c0 92.16-55.29 136.93-111.91 136.93-32.92 0-60.13-15.36-77.68-43.89v37.31h-61.93v-340.17h61.93v126.82c13.6-22.83 39.93-46.52 82.95-46.52 49.12.02 106.64 41.27 106.64 129.52zm-189.59 3c0 51.79 29.84 79 63.2 79 31.16 0 64.07-25.46 64.07-79 0-52.67-32.47-78.12-63.63-78.12-33.8.04-63.64 24.18-63.64 78.12z"}),t.jsxRuntimeExports.jsx("path",{d:"m305.12 219.28c0-88.21 56.18-130.78 112.8-130.78 30.28 0 56.18 11.41 76.8 39.5v-32.48h61.89v252.8h-61.89v-35.55c-17.55 23.7-44.32 42.13-83.82 42.13-49.16 0-105.78-43.01-105.78-135.62zm62.33 3.08c0 54 32.48 77.68 63.64 77.68 33.79 0 63.63-22.38 63.63-77.68 0-53.55-29.84-79.44-63.2-79.44-31.16-0-64.07 24.58-64.07 79.44z"}),t.jsxRuntimeExports.jsx("path",{d:"m678.18 203.92v144.4h-61.88v-252.8h61.88v37.3c17.55-32 50-44.32 78.12-44.32 43.89 0 85.58 22.38 85.58 90.41v169.41h-61.88v-145.71c0-42.14-20.63-57.5-47.84-57.5-31.16 0-53.98 18.43-53.98 58.81z"}),t.jsxRuntimeExports.jsx("path",{d:"m899.38 8.18h61.44v204.08l89.54-116.74h69.34l-87.34 104.89 101 147.91h-68.47l-69.34-104-34.73 41.68v62.32h-61.44z"}),t.jsxRuntimeExports.jsx("path",{d:"m8 555.08c0-88.22 56.18-130.79 112.79-130.79 30.29 0 56.18 11.41 76.81 39.5v-32.48h61.88v252.8h-61.88v-35.55c-17.56 23.7-44.33 42.13-83.83 42.13-49.15 0-105.77-43.01-105.77-135.61zm62.32 3.07c0 54 32.48 77.68 63.64 77.68 33.79 0 63.64-22.38 63.64-77.68 0-53.55-29.85-79.44-63.2-79.44-31.16-0-64.08 24.58-64.08 79.44z"}),t.jsxRuntimeExports.jsx("path",{d:"m457.42 666.11-34.23-34.67c-3.95-4.39-8.34-7.46-13.61-7.46-4.83 0-8.78 2.63-14 8.34l-81.2 86c-8.34 8.78-20.19 18.43-33.79 18.43s-23.26-9.65-23.26-22.38c0-11 7.46-21.07 16.68-30.28l84.22-89.09c21.95-23.26 37.75-26.77 50.47-26.77 12.29 0 28.09 2.63 52.67 27.65l33.35 34.23c8.78 9.22 17.56 19.31 17.56 32s-8.78 22.39-22.82 22.39c-11.41.05-20.19-6.1-32.04-18.39zm-97.87-218.11 34.23 34.67c4 4.39 8.34 7.46 13.61 7.46 4.82 0 8.77-2.63 14-8.34l81.19-86c8.34-8.78 20.19-18.43 33.8-18.43s23.26 9.65 23.26 22.38c0 11-7.46 21.07-16.68 30.28l-84.26 89.1c-21.95 23.26-37.75 26.77-50.47 26.77-12.29 0-28.09-2.63-52.67-27.65l-33.32-34.24c-8.77-9.22-17.55-19.32-17.55-32s8.78-22.39 22.82-22.39c11.41-.06 20.19 6.09 32.04 18.39z"}),t.jsxRuntimeExports.jsx("path",{d:"m599.62 570.87c4 39.5 26.77 65.4 67.15 65.4 38.18 0 53.54-15.36 58.37-39.5l56.18 8.78c-9.66 58.37-65.83 85.14-112.36 85.14-74.61 0-132.54-50.47-132.54-133.86 0-81.19 54.42-132.54 126.4-132.54 67.59 0 115.86 52.66 115.86 127.27v19.31zm1.75-44.32h118.06c-5.26-36.43-29.4-50.48-58.81-50.48-30.28 0-51.78 15.37-59.25 50.48z"}),t.jsxRuntimeExports.jsx("path",{d:"m888.41 431.31v34.69c17.12-23.7 43.89-41.69 83-41.69 49.16 0 106.65 41.25 106.65 129.47 0 92.16-55.3 136.93-111.91 136.93-30.29 0-57.06-11.85-77.69-39.94v121.12h-61.93v-340.58zm0 125.52c0 51.79 29.85 79 63.2 79 31.6 0 64.08-25.46 64.08-79 0-52.67-32.48-78.12-63.64-78.12-33.79-0-63.64 24.14-63.64 78.12z"}),t.jsxRuntimeExports.jsx("path",{d:"m1143 431.31v-61l61.88-8.78v69.79h62.32v51.35h-62.32v122.44c0 18 5.71 27.21 24.58 27.21 11.41 0 21.94-1.76 33.8-4.39l8.77 47.84c-14.92 6.58-38.62 12.73-60.57 12.73-52.22 0-68.46-29.85-68.46-67.59v-138.25h-43.45v-51.35z"})]})})}exports.default=i;
@@ -0,0 +1,37 @@
1
+ import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
2
+ import l from "../../utilities/scale.mjs";
3
+ function x({
4
+ fill: v,
5
+ ...c
6
+ }) {
7
+ const { width: t, height: s } = l({
8
+ originalWidth: 1264,
9
+ originalHeight: 768,
10
+ width: c.width,
11
+ height: c.height
12
+ });
13
+ return /* @__PURE__ */ h.jsx(
14
+ "svg",
15
+ {
16
+ viewBox: "0 0 1264 768",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ ...c,
19
+ width: t,
20
+ height: s,
21
+ children: /* @__PURE__ */ h.jsxs("g", { fill: v ?? "#561488", children: [
22
+ /* @__PURE__ */ h.jsx("path", { d: "m273.52 218c0 92.16-55.29 136.93-111.91 136.93-32.92 0-60.13-15.36-77.68-43.89v37.31h-61.93v-340.17h61.93v126.82c13.6-22.83 39.93-46.52 82.95-46.52 49.12.02 106.64 41.27 106.64 129.52zm-189.59 3c0 51.79 29.84 79 63.2 79 31.16 0 64.07-25.46 64.07-79 0-52.67-32.47-78.12-63.63-78.12-33.8.04-63.64 24.18-63.64 78.12z" }),
23
+ /* @__PURE__ */ h.jsx("path", { d: "m305.12 219.28c0-88.21 56.18-130.78 112.8-130.78 30.28 0 56.18 11.41 76.8 39.5v-32.48h61.89v252.8h-61.89v-35.55c-17.55 23.7-44.32 42.13-83.82 42.13-49.16 0-105.78-43.01-105.78-135.62zm62.33 3.08c0 54 32.48 77.68 63.64 77.68 33.79 0 63.63-22.38 63.63-77.68 0-53.55-29.84-79.44-63.2-79.44-31.16-0-64.07 24.58-64.07 79.44z" }),
24
+ /* @__PURE__ */ h.jsx("path", { d: "m678.18 203.92v144.4h-61.88v-252.8h61.88v37.3c17.55-32 50-44.32 78.12-44.32 43.89 0 85.58 22.38 85.58 90.41v169.41h-61.88v-145.71c0-42.14-20.63-57.5-47.84-57.5-31.16 0-53.98 18.43-53.98 58.81z" }),
25
+ /* @__PURE__ */ h.jsx("path", { d: "m899.38 8.18h61.44v204.08l89.54-116.74h69.34l-87.34 104.89 101 147.91h-68.47l-69.34-104-34.73 41.68v62.32h-61.44z" }),
26
+ /* @__PURE__ */ h.jsx("path", { d: "m8 555.08c0-88.22 56.18-130.79 112.79-130.79 30.29 0 56.18 11.41 76.81 39.5v-32.48h61.88v252.8h-61.88v-35.55c-17.56 23.7-44.33 42.13-83.83 42.13-49.15 0-105.77-43.01-105.77-135.61zm62.32 3.07c0 54 32.48 77.68 63.64 77.68 33.79 0 63.64-22.38 63.64-77.68 0-53.55-29.85-79.44-63.2-79.44-31.16-0-64.08 24.58-64.08 79.44z" }),
27
+ /* @__PURE__ */ h.jsx("path", { d: "m457.42 666.11-34.23-34.67c-3.95-4.39-8.34-7.46-13.61-7.46-4.83 0-8.78 2.63-14 8.34l-81.2 86c-8.34 8.78-20.19 18.43-33.79 18.43s-23.26-9.65-23.26-22.38c0-11 7.46-21.07 16.68-30.28l84.22-89.09c21.95-23.26 37.75-26.77 50.47-26.77 12.29 0 28.09 2.63 52.67 27.65l33.35 34.23c8.78 9.22 17.56 19.31 17.56 32s-8.78 22.39-22.82 22.39c-11.41.05-20.19-6.1-32.04-18.39zm-97.87-218.11 34.23 34.67c4 4.39 8.34 7.46 13.61 7.46 4.82 0 8.77-2.63 14-8.34l81.19-86c8.34-8.78 20.19-18.43 33.8-18.43s23.26 9.65 23.26 22.38c0 11-7.46 21.07-16.68 30.28l-84.26 89.1c-21.95 23.26-37.75 26.77-50.47 26.77-12.29 0-28.09-2.63-52.67-27.65l-33.32-34.24c-8.77-9.22-17.55-19.32-17.55-32s8.78-22.39 22.82-22.39c11.41-.06 20.19 6.09 32.04 18.39z" }),
28
+ /* @__PURE__ */ h.jsx("path", { d: "m599.62 570.87c4 39.5 26.77 65.4 67.15 65.4 38.18 0 53.54-15.36 58.37-39.5l56.18 8.78c-9.66 58.37-65.83 85.14-112.36 85.14-74.61 0-132.54-50.47-132.54-133.86 0-81.19 54.42-132.54 126.4-132.54 67.59 0 115.86 52.66 115.86 127.27v19.31zm1.75-44.32h118.06c-5.26-36.43-29.4-50.48-58.81-50.48-30.28 0-51.78 15.37-59.25 50.48z" }),
29
+ /* @__PURE__ */ h.jsx("path", { d: "m888.41 431.31v34.69c17.12-23.7 43.89-41.69 83-41.69 49.16 0 106.65 41.25 106.65 129.47 0 92.16-55.3 136.93-111.91 136.93-30.29 0-57.06-11.85-77.69-39.94v121.12h-61.93v-340.58zm0 125.52c0 51.79 29.85 79 63.2 79 31.6 0 64.08-25.46 64.08-79 0-52.67-32.48-78.12-63.64-78.12-33.79-0-63.64 24.14-63.64 78.12z" }),
30
+ /* @__PURE__ */ h.jsx("path", { d: "m1143 431.31v-61l61.88-8.78v69.79h62.32v51.35h-62.32v122.44c0 18 5.71 27.21 24.58 27.21 11.41 0 21.94-1.76 33.8-4.39l8.77 47.84c-14.92 6.58-38.62 12.73-60.57 12.73-52.22 0-68.46-29.85-68.46-67.59v-138.25h-43.45v-51.35z" })
31
+ ] })
32
+ }
33
+ );
34
+ }
35
+ export {
36
+ x as default
37
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../../jsx-runtime-BB_1_6y_.js"),i=require("../../utilities/scale.js");function m({fill:h,...s}){const{width:x,height:e}=i.default({originalWidth:401,originalHeight:90,width:s.width,height:s.height});return t.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 401 90",xmlns:"http://www.w3.org/2000/svg",...s,width:x,height:e,children:t.jsxRuntimeExports.jsxs("g",{fill:h??"#39134c",children:[t.jsxRuntimeExports.jsx("path",{d:"m38.13 24.7024h-15.6857c-2.0915 0-3.9215-1.8333-3.9215-3.9286 0-2.0952 1.83-3.9286 3.9215-3.9286h15.6857c2.0914 0 3.9214 1.8334 3.9214 3.9286 0 2.0953-1.83 3.9286-3.9214 3.9286z"}),t.jsxRuntimeExports.jsx("path",{d:"m38.13 56.131h-15.6857c-2.0915 0-3.9215-1.8334-3.9215-3.9286s1.83-3.9286 3.9215-3.9286h15.6857c2.0914 0 3.9214 1.8334 3.9214 3.9286s-1.83 3.9286-3.9214 3.9286z"}),t.jsxRuntimeExports.jsx("path",{d:"m38.13 71.8452h-15.6857c-2.0915 0-3.9215-1.8333-3.9215-3.9285 0-2.0953 1.83-3.9286 3.9215-3.9286h15.6857c2.0914 0 3.9214 1.8333 3.9214 3.9286 0 2.0952-1.83 3.9285-3.9214 3.9285z"}),t.jsxRuntimeExports.jsx("path",{d:"m69.5014 40.4167h-15.6857c-2.0914 0-3.9214-1.8334-3.9214-3.9286s1.83-3.9286 3.9214-3.9286h15.6857c2.0914 0 3.9214 1.8334 3.9214 3.9286s-1.83 3.9286-3.9214 3.9286z"}),t.jsxRuntimeExports.jsx("path",{d:"m69.5014 56.131h-15.6857c-2.0914 0-3.9214-1.8334-3.9214-3.9286s1.83-3.9286 3.9214-3.9286h15.6857c2.0914 0 3.9214 1.8334 3.9214 3.9286s-1.83 3.9286-3.9214 3.9286z"}),t.jsxRuntimeExports.jsx("path",{d:"m100.873 24.7024h-15.6859c-2.0914 0-3.9214-1.8333-3.9214-3.9286 0-2.0952 1.83-3.9286 3.9214-3.9286h15.6859c2.091 0 3.921 1.8334 3.921 3.9286 0 2.0953-1.83 3.9286-3.921 3.9286z"}),t.jsxRuntimeExports.jsx("path",{d:"m100.873 40.4167h-15.6859c-2.0914 0-3.9214-1.8334-3.9214-3.9286s1.83-3.9286 3.9214-3.9286h15.6859c2.091 0 3.921 1.8334 3.921 3.9286s-1.83 3.9286-3.921 3.9286z"}),t.jsxRuntimeExports.jsx("path",{d:"m100.873 71.8452h-15.6859c-2.0914 0-3.9214-1.8333-3.9214-3.9285 0-2.0953 1.83-3.9286 3.9214-3.9286h15.6859c2.091 0 3.921 1.8333 3.921 3.9286 0 2.0952-1.83 3.9285-3.921 3.9285z"}),t.jsxRuntimeExports.jsx("path",{d:"m138.257 51.1548c0 8.3809 4.706 12.8333 10.196 12.8333 4.967 0 10.457-4.1905 10.457-12.8333 0-8.6429-5.229-12.5715-10.196-12.5715-5.49 0-10.457 3.9286-10.457 12.5715zm0-34.3096v20.4286c2.353-3.6666 6.536-7.3333 13.594-7.3333 7.843 0 17.255 6.5476 17.255 20.9524 0 14.9285-8.889 22.2619-18.039 22.2619-5.228 0-9.673-2.3572-12.548-7.0715v5.7619h-10.196v-55z"}),t.jsxRuntimeExports.jsx("path",{d:"m184.007 51.4167c0 8.6428 5.229 12.5714 10.196 12.5714 5.49 0 10.196-3.6667 10.196-12.5714 0-8.6429-4.706-12.8333-10.196-12.8333-4.706 0-10.196 3.9285-10.196 12.8333zm-9.934-.5238c0-14.1429 9.15-21.2143 18.3-21.2143 4.967 0 9.15 1.8333 12.287 6.2857v-5.2381h9.934v41.1191h-9.934v-5.7619c-2.876 3.9285-7.059 6.8095-13.594 6.8095-7.843 0-16.993-6.8095-16.993-22z"}),t.jsxRuntimeExports.jsx("path",{d:"m234.201 48.5357v23.3096h-9.934v-40.8572h9.934v6.0238c2.876-5.2381 8.105-7.0714 12.549-7.0714 7.059 0 13.856 3.6667 13.856 14.6667v27.2381h-9.935v-23.5715c0-6.8095-3.398-9.4285-7.842-9.4285-4.968.2619-8.628 3.1428-8.628 9.6904z"}),t.jsxRuntimeExports.jsx("path",{d:"m270.017 16.8452v55h9.934v-9.9523l5.49-6.8096 11.242 16.7619h10.98l-16.209-23.8333 14.117-17.0238h-11.241l-14.379 18.8571v-33z"}),t.jsxRuntimeExports.jsx("path",{d:"m327.531 18.6786h-10.195v53.1667h10.195z"}),t.jsxRuntimeExports.jsx("path",{d:"m357.073 18.6786h-19.346v53.1667h19.346c14.378 0 26.404-8.6429 26.404-26.7143 0-17.8096-12.026-26.4524-26.404-26.4524zm0 43.7381h-9.15v-34.3095h9.15c8.366 0 15.424 5.5 15.424 17.2857 0 11.5238-7.058 17.0238-15.424 17.0238z"})]})})}exports.default=m;
@@ -1,5 +1,5 @@
1
- import { j as h } from "../jsx-runtime-B4hRZ52C.mjs";
2
- import d from "../utilities/scale.mjs";
1
+ import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
2
+ import d from "../../utilities/scale.mjs";
3
3
  function x({
4
4
  fill: c,
5
5
  ...s