@kakadu/components 5.1.0 → 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.
- package/build/components/footer.d.ts +2 -2
- package/build/components/footer.js +1 -1
- package/build/components/footer.mjs +40 -40
- package/build/components/logos/kakadu-academy-logo.js +1 -1
- package/build/components/logos/kakadu-academy-logo.mjs +1 -1
- package/build/components/logos/kakadu-guide-logo.js +1 -1
- package/build/components/logos/kakadu-guide-logo.mjs +1 -1
- package/build/components/logos/kakadu-index-logo.js +1 -1
- package/build/components/logos/kakadu-index-logo.mjs +1 -1
- package/build/components/logos/kakadu-play-logo.d.ts +2 -0
- package/build/components/logos/kakadu-play-logo.js +1 -0
- package/build/components/logos/kakadu-play-logo.mjs +41 -0
- package/build/index.d.ts +2 -0
- package/build/index.js +1 -1
- package/build/index.mjs +260 -258
- package/package.json +1 -1
|
@@ -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 ["
|
|
3
|
+
export declare const footerSections: readonly ["services", "results", "about", "compliance"];
|
|
4
4
|
export declare const footerSectionLinks: {
|
|
5
|
-
readonly
|
|
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("./logos/kakadu-logo.js"),q=require("./moving-stars.js"),_=require("./aria-text.js"),N=require("./wrapper.js"),
|
|
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
|
|
3
|
-
import { cx as
|
|
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
|
|
7
|
+
import P from "./logos/kakadu-logo.mjs";
|
|
8
8
|
import G from "./moving-stars.mjs";
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
const
|
|
12
|
-
|
|
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
|
-
|
|
18
|
-
text: "
|
|
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
|
-
|
|
25
|
-
text: "Kakadu
|
|
26
|
-
href: "https://
|
|
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
|
|
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
|
|
83
|
+
var c, d, f, h;
|
|
84
84
|
const t = /* @__PURE__ */ new Set([...Object.keys(o), ...Object.keys(e)]), n = [];
|
|
85
|
-
for (const
|
|
86
|
-
const s = e[
|
|
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) ?? ((
|
|
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:
|
|
91
|
+
key: l,
|
|
92
92
|
text: x,
|
|
93
93
|
href: g,
|
|
94
|
-
rel: (s == null ? void 0 : s.rel) ?? ((f = o[
|
|
95
|
-
target: (s == null ? void 0 : s.target) ?? ((h = o[
|
|
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((
|
|
99
|
-
return n.toSorted((
|
|
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 =
|
|
103
|
-
for (const t of
|
|
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,
|
|
111
|
-
index:
|
|
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 (
|
|
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:
|
|
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
|
|
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 =
|
|
135
|
-
return /* @__PURE__ */ a.jsxs(
|
|
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((
|
|
138
|
-
/* @__PURE__ */ a.jsx(y, { children: /* @__PURE__ */ a.jsx("strong", { children:
|
|
139
|
-
/* @__PURE__ */ a.jsx(y, { as: "ul", className:
|
|
140
|
-
] },
|
|
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(
|
|
148
|
-
/* @__PURE__ */ a.jsx(
|
|
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
|
-
|
|
162
|
-
|
|
163
|
-
|
|
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 s=require("../../jsx-runtime-BB_1_6y_.js"),e=require("../../utilities/scale.js");function i({fill:c,...t}){const{width:x,height:h}=e.default({originalWidth:120,originalHeight:59,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 120 59",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:h,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"currentColor",children:[s.jsxRuntimeExports.jsx("path",{d:"m91.2012 7.831v-7.82785355c3.063-.07955845 5.7249 1.34557355 6.5685 4.73545355.1744.72258.2615 1.46352.2592 2.20688.0185 6.52152.0185 13.04412 0 19.56792v.5396c-1.5902-.0242-3.0629-.3217-4.3386-1.2695-.083-.0805-.1922-.1285-.3076-.1355s-.2295.0276-.3216.0975c-5.1303 2.9021-11.6884.7471-13.9286-4.6974-1.5626-3.805-.9818-7.3886 1.808-10.4395 2.6827-2.93325 6.0569-3.82915 9.9184-2.83986zm0 9.3844c.0131-.3968-.0544-.7921-.1984-1.162-.1441-.3699-.3617-.7068-.6396-.9901-.278-.2833-.6106-.5072-.9776-.6581s-.7608-.2257-1.1575-.2199c-.8023-.0064-1.5742.3063-2.1461.8694-.5718.563-.8966 1.3303-.9031 2.1331-.0064.8027.3062 1.5751.8689 2.1472.5628.5722 1.3296.8972 2.1319.9037.3977.0051.7924-.0697 1.1608-.2199.3683-.1502.7028-.3729.9835-.6548.2808-.2819.5022-.6173.6511-.9864.1489-.369.2222-.7642.2157-1.1622z"}),s.jsxRuntimeExports.jsx("path",{d:"m100.081 7.38135c1.967.03459 3.72.48427 5.082 1.94053 1.081 1.18252 1.695 2.71812 1.728 4.32042.063 1.1587 0 2.3244.025 3.4901-.027.6725.178 1.3337.58 1.8732s.977.9247 1.629 1.0913c1.67.4877 3.567-.8406 3.585-2.5667.031-3.2134 0-6.4234.021-9.63345v-.49465c3.242-.0588 6.039 1.49086 6.679 5.154.44 2.3936.392 4.8516-.142 7.226-.84 3.6009-4.197 6.548-7.862 7.1326-1.986.3138-4.022.0101-5.831-.8701-1.808-.8803-3.304-2.2946-4.284-4.0522-.806-1.4223-1.224-3.0314-1.213-4.6662 0-3.2274 0-6.4512 0-9.68542-.011-.07264-.004-.15566.003-.25943z"}),s.jsxRuntimeExports.jsx("path",{d:"m11.255 17.0749 7.8925 7.7967c-1.9913 2.1654-4.5945 2.8399-7.3878 1.4217-1.566-.8025-2.84517-1.9613-4.09664-3.1616-.17631-.1661-.32151-.3667-.54277-.6261-1.06132 3.2273-3.33263 4.5279-6.530446 4.5487v-27.04990547c1.832256 0 3.495126.38395547 4.839936 1.69148547 1.42086 1.38362 1.94288 3.11315 1.9982 5.02947.04148 1.48394 0 2.97133 0 4.56595l.42176-.3666c1.03713-.9202 1.99129-1.91983 3.08716-2.74309 2.5341-1.9094 5.1546-1.72953 7.5054.40471.2385.21447.4701.43585.7605.69182z"}),s.jsxRuntimeExports.jsx("path",{d:"m58.1609 9.27762-7.8407 7.76218 7.813 7.8001c-1.7665 1.9613-4.1485 2.7673-6.6445 1.778-1.6767-.6607-3.0284-1.7814-4.3248-2.9817-.3699-.3459-.6914-.7333-1.0579-1.1346-1.5004 3.3207-3.5297 4.7113-6.5201 4.5175v-26.9979286c.8491-.0499943 1.7001.0579059 2.5099.3182336 2.7311.837095 4.1485 3.261895 4.2626 5.932295.076 1.63613 0 3.27919 0 5.0364.1832-.1695.2938-.2733.4114-.377 1.0371-.9167 1.9982-1.90599 3.0906-2.73617 2.5237-1.9094 5.0854-1.7572 7.4777.34591.2662.21792.5117.4566.8228.73678z"}),s.jsxRuntimeExports.jsx("path",{d:"m77.0128 27.0363c-1.5253.0947-3.0374-.3335-4.2868-1.2142-.0905-.0893-.2099-.1433-.3368-.1522-.1268-.0089-.2526.028-.3546.1038-1.2391.7059-2.6167 1.1337-4.0375 1.2537-1.4207.12-2.8506-.0705-4.1903-.5585-1.3398-.488-2.5575-1.2617-3.5687-2.2675-1.0111-1.0058-1.7916-2.2196-2.2872-3.5573-.4956-1.3376-.6944-2.7671-.5828-4.1894.1116-1.4222.531-2.8031 1.2291-4.047.6982-1.2439 1.6584-2.321 2.814-3.15657s2.4791-1.40966 3.8786-1.68246c2.3386-.48754 4.7749-.07632 6.8243 1.15187.0851.06077.1897.08802.2936.07654.104-.01149.2001-.06091.2699-.13881 1.2687-.98583 2.7657-1.23834 4.3352-1.27639zm-6.9142-9.8584c.0266-.3919-.0289-.7851-.1629-1.1544-.134-.3692-.3435-.7065-.6152-.9901-.2717-.2835-.5996-.5073-.9627-.6568s-.7534-.2215-1.1459-.2115c-.7893.0149-1.5418.3365-2.0983.8968s-.8732 1.3153-.8831 2.1051c-.0099.7899.2878 1.5525.8301 2.1266s1.2866.9145 2.0753.9491c1.6905.0207 2.9385-1.266 2.9627-3.0648z"}),s.jsxRuntimeExports.jsx("path",{d:"m37.522 7.37438v19.71662c-.5808-.0553-1.1582-.0657-1.7286-.1764-.9537-.1677-1.8561-.5523-2.6377-1.1242-.08-.0401-.1682-.0611-.2576-.0611s-.1776.021-.2575.0611c-1.6385.9205-3.5022 1.3627-5.3793 1.2764-2.1622-.0759-4.2344-.8845-5.877-2.2933-1.1087-.8975-2.0002-2.0342-2.6079-3.325-.6076-1.2909-.9157-2.7025-.9011-4.1293-.0429-1.9845.5274-3.9339 1.6331-5.5819s2.6928-2.91439 4.5447-3.62614c1.3834-.58375 2.8846-.83375 4.3824-.7298 1.4977.10395 2.9501.55895 4.2396 1.32822.0732.03601.1536.05474.2351.05474s.162-.01873.2351-.05474c1.2757-1.00659 2.7622-1.26948 4.3767-1.3352zm-6.8762 9.76142c0-1.7502-1.2342-2.9886-2.9316-2.9713-.3986.003-.7927.0844-1.1599.2398-.3671.1554-.7001.3815-.9798.6656-.2798.2842-.5009.6206-.6507.9902s-.2254.7651-.2225 1.164c.003.3988.0844.7931.2397 1.1605.1553.3673.3813.7005.6653.9804.2839.2799.6202.5012.9896.6511.3693.1498.7646.2255 1.1632.2225 1.6629-.0173 2.9075-1.3455 2.8867-3.1028z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.8,children:[s.jsxRuntimeExports.jsx("path",{d:"m80.3091 58.2949.2871-1.5791.5332.0308c.3144.0615.5981.0615.8511 0 .2597-.0615.4922-.2119.6972-.4512.2051-.2324.3897-.5742.5537-1.0254l.4307-1.1792-4.3066-11.2178h1.9687l2.3994 6.5831c.2325.6357.4375 1.268.6153 1.8969.1845.6289.3691 1.2442.5537 1.8457h-.5845c.1846-.6015.3691-1.2168.5537-1.8457.1846-.6357.3897-1.268.6153-1.8969l2.3994-6.5831h1.9482l-5.0142 13.043c-.2187.5606-.4853 1.0254-.7998 1.3945-.3076.376-.6699.6563-1.0869.8409-.4101.1845-.8681.2768-1.374.2768-.2734 0-.5195-.0171-.7383-.0512-.2119-.0274-.3794-.0547-.5024-.0821z"}),s.jsxRuntimeExports.jsx("path",{d:"m62.6914 54.0908v-11.2178h1.7534l.0103 2.4302h-.1743c.1777-.5879.4375-1.0732.7793-1.456.3418-.3897.7382-.6836 1.1894-.8819.4512-.1982.9229-.2973 1.4151-.2973.8339 0 1.5244.2529 2.0712.7588.5469.499.8955 1.1279 1.0459 1.8867h-.2973c.1504-.5264.3999-.9878.7485-1.3843s.7759-.7041 1.2817-.9229c.5059-.2255 1.063-.3383 1.6714-.3383.6631 0 1.2681.1435 1.815.4306s.9809.7212 1.3022 1.3023c.3281.581.4922 1.3159.4922 2.2046v7.4853h-1.8047v-7.4546c0-.8271-.2358-1.4184-.7075-1.7739-.4648-.3623-1.0049-.5435-1.6201-.5435-.5195 0-.9673.1094-1.3433.3282-.376.2119-.6665.5092-.8716.8921-.205.3759-.3076.81-.3076 1.3022v7.2495h-1.8047v-7.6391c0-.6426-.2153-1.1587-.646-1.5484-.4238-.3896-.9638-.5845-1.6201-.5845-.4443 0-.8647.106-1.2612.3179-.3965.2051-.7144.5161-.9536.9331-.2393.417-.3589.9297-.3589 1.5381v6.9829z"}),s.jsxRuntimeExports.jsx("path",{d:"m55.4951 54.3369c-1.0869 0-2.0234-.2427-2.8096-.728-.7793-.4922-1.3774-1.1724-1.7944-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4238-.8818 1.0151-1.5723 1.7739-2.0713.7657-.499 1.6509-.7485 2.6558-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2476.1607-1.7329.482-.4854.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1401 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5947-.9843l1.7637.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3467.3896-2.1328.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m42.564 54.3164c-.9434 0-1.7774-.2393-2.502-.7178s-1.2886-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2017-2.1977.605-3.0659.4033-.8681.9638-1.5381 1.6816-2.0097.7246-.4786 1.5586-.7178 2.502-.7178.6425 0 1.1792.1025 1.6098.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8047v15.2783h-1.7535v-1.7226h-.1333c-.1777.2939-.4101.5913-.6972.8921-.2803.3007-.6392.5537-1.0767.7587-.4306.1983-.9604.2974-1.5893.2974zm.2666-1.6099c.6904 0 1.2749-.1777 1.7534-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2598-.6358.3897-1.3706.3897-2.2046 0-.8408-.1265-1.5723-.3794-2.1943-.253-.6221-.6221-1.1075-1.1075-1.4561-.4853-.3486-1.0732-.523-1.7636-.523-.6836 0-1.2681.1744-1.7535.523-.4785.3486-.8442.8374-1.0971 1.4663-.2529.6221-.3794 1.3501-.3794 2.1841 0 .8271.1265 1.5586.3794 2.1943.2597.6289.6289 1.1245 1.1074 1.4868.4854.3555 1.0664.5332 1.7432.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m30.125 54.3164c-.7246 0-1.3774-.1299-1.9585-.3896-.5811-.2666-1.0425-.6563-1.3843-1.169s-.5127-1.1382-.5127-1.8765c0-.6425.1265-1.1621.3794-1.5585.253-.4034.5913-.7212 1.0152-.9537.4238-.2324.8955-.4067 1.415-.5229.5264-.1162 1.0562-.2085 1.5894-.2769.6904-.0888 1.2441-.1572 1.6611-.205.417-.0479.7212-.1265.9126-.2359.1914-.1162.2871-.3144.2871-.5947v-.082c0-.4444-.0923-.8272-.2769-1.1485-.1777-.3213-.4443-.5674-.7998-.7383-.3554-.1777-.7964-.2666-1.3227-.2666-.5264 0-.9844.0855-1.374.2564-.3897.1641-.7041.3828-.9434.6562-.2324.2666-.3931.5503-.4819.8511l-1.774-.3589c.1914-.6836.5127-1.2441.9639-1.6816.4512-.4444.9878-.7725 1.6099-.9844.622-.2187 1.2783-.3281 1.9687-.3281.4785 0 .9639.0615 1.4561.1846.499.123.957.3281 1.374.6152.4238.2871.7622.6802 1.0151 1.1792.253.499.3794 1.1245.3794 1.8765v7.5263h-1.7739v-1.5483h-.0923c-.1299.2597-.3315.5298-.605.81-.2734.2735-.6357.5025-1.0869.6871-.4443.1845-.9912.2768-1.6406.2768zm.2871-1.5996c.6973 0 1.2749-.1299 1.7329-.3897.4649-.2666.8101-.6083 1.0357-1.0253.2324-.4239.3486-.8682.3486-1.333v-1.5074c-.0684.0821-.2153.1573-.4409.2256-.2256.0615-.4888.1196-.7896.1743s-.605.1026-.9126.1436c-.3008.041-.5674.0752-.7998.1025-.4306.0547-.8374.1504-1.2202.2871-.3828.1299-.6904.3213-.9228.5743-.2325.246-.3487.5844-.3487 1.0151 0 .3691.0991.6836.2974.9433.1982.2598.4683.4581.81.5948.3487.1299.752.1948 1.21.1948z"}),s.jsxRuntimeExports.jsx("path",{d:"m19.6978 54.3369c-1.0186 0-1.9141-.2427-2.6866-.728-.7724-.4922-1.374-1.1724-1.8047-2.0405-.4306-.875-.646-1.8868-.646-3.0352 0-1.1621.2154-2.1807.646-3.0557.4307-.8818 1.0323-1.5654 1.8047-2.0507.7725-.4922 1.668-.7383 2.6866-.7383.581 0 1.121.082 1.6201.2461.5058.1572.9604.3862 1.3637.687.4034.2939.7452.6494 1.0254 1.0664.2803.417.482.8852.605 1.4048l-1.7739.3076c-.0684-.3008-.1846-.5776-.3486-.8306-.1641-.2597-.3658-.4819-.605-.6665-.2393-.1845-.5161-.3281-.8306-.4306-.3144-.1094-.6665-.1641-1.0561-.1641-.7315 0-1.3433.188-1.8355.564-.4853.3759-.8545.8852-1.1074 1.5278-.2461.6357-.3692 1.3467-.3692 2.1328 0 .7793.1231 1.4868.3692 2.1226.2529.6289.6221 1.1313 1.1074 1.5073.4922.3691 1.104.5537 1.8355.5537.3896 0 .7417-.0513 1.0561-.1538.3213-.1026.6016-.2495.8408-.4409.2393-.1914.4375-.417.5948-.6768.164-.2666.2871-.5571.3691-.8716l1.7842.3076c-.1231.5196-.3247.9913-.605 1.4151-.2803.417-.6255.7793-1.0357 1.0869-.4033.3076-.8613.5435-1.374.7075-.5058.1641-1.0493.2461-1.6303.2461z"}),s.jsxRuntimeExports.jsx("path",{d:"m0 54.0908 5.57812-15.2783h2.19434l5.59864 15.2783h-2.02l-3.21975-9.1157c-.20508-.5811-.44092-1.2783-.70752-2.0918-.25977-.8203-.58447-1.873-.97412-3.1582h.43066c-.37598 1.292-.70068 2.3516-.97412 3.1787-.2666.8272-.49561 1.5176-.68701 2.0713l-3.20947 9.1157zm2.83008-4.2759v-1.6713h7.71092v1.6713z"})]})]})})}exports.default=i;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),e=require("../../utilities/scale.js");function i({fill:c,...t}){const{width:x,height:h}=e.default({originalWidth:120,originalHeight:59,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 120 59",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:h,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"currentColor",children:[s.jsxRuntimeExports.jsx("path",{d:"m91.2012 7.831v-7.82785355c3.063-.07955845 5.7249 1.34557355 6.5685 4.73545355.1744.72258.2615 1.46352.2592 2.20688.0185 6.52152.0185 13.04412 0 19.56792v.5396c-1.5902-.0242-3.0629-.3217-4.3386-1.2695-.083-.0805-.1922-.1285-.3076-.1355s-.2295.0276-.3216.0975c-5.1303 2.9021-11.6884.7471-13.9286-4.6974-1.5626-3.805-.9818-7.3886 1.808-10.4395 2.6827-2.93325 6.0569-3.82915 9.9184-2.83986zm0 9.3844c.0131-.3968-.0544-.7921-.1984-1.162-.1441-.3699-.3617-.7068-.6396-.9901-.278-.2833-.6106-.5072-.9776-.6581s-.7608-.2257-1.1575-.2199c-.8023-.0064-1.5742.3063-2.1461.8694-.5718.563-.8966 1.3303-.9031 2.1331-.0064.8027.3062 1.5751.8689 2.1472.5628.5722 1.3296.8972 2.1319.9037.3977.0051.7924-.0697 1.1608-.2199.3683-.1502.7028-.3729.9835-.6548.2808-.2819.5022-.6173.6511-.9864.1489-.369.2222-.7642.2157-1.1622z"}),s.jsxRuntimeExports.jsx("path",{d:"m100.081 7.38135c1.967.03459 3.72.48427 5.082 1.94053 1.081 1.18252 1.695 2.71812 1.728 4.32042.063 1.1587 0 2.3244.025 3.4901-.027.6725.178 1.3337.58 1.8732s.977.9247 1.629 1.0913c1.67.4877 3.567-.8406 3.585-2.5667.031-3.2134 0-6.4234.021-9.63345v-.49465c3.242-.0588 6.039 1.49086 6.679 5.154.44 2.3936.392 4.8516-.142 7.226-.84 3.6009-4.197 6.548-7.862 7.1326-1.986.3138-4.022.0101-5.831-.8701-1.808-.8803-3.304-2.2946-4.284-4.0522-.806-1.4223-1.224-3.0314-1.213-4.6662 0-3.2274 0-6.4512 0-9.68542-.011-.07264-.004-.15566.003-.25943z"}),s.jsxRuntimeExports.jsx("path",{d:"m11.255 17.0749 7.8925 7.7967c-1.9913 2.1654-4.5945 2.8399-7.3878 1.4217-1.566-.8025-2.84517-1.9613-4.09664-3.1616-.17631-.1661-.32151-.3667-.54277-.6261-1.06132 3.2273-3.33263 4.5279-6.530446 4.5487v-27.04990547c1.832256 0 3.495126.38395547 4.839936 1.69148547 1.42086 1.38362 1.94288 3.11315 1.9982 5.02947.04148 1.48394 0 2.97133 0 4.56595l.42176-.3666c1.03713-.9202 1.99129-1.91983 3.08716-2.74309 2.5341-1.9094 5.1546-1.72953 7.5054.40471.2385.21447.4701.43585.7605.69182z"}),s.jsxRuntimeExports.jsx("path",{d:"m58.1609 9.27762-7.8407 7.76218 7.813 7.8001c-1.7665 1.9613-4.1485 2.7673-6.6445 1.778-1.6767-.6607-3.0284-1.7814-4.3248-2.9817-.3699-.3459-.6914-.7333-1.0579-1.1346-1.5004 3.3207-3.5297 4.7113-6.5201 4.5175v-26.9979286c.8491-.0499943 1.7001.0579059 2.5099.3182336 2.7311.837095 4.1485 3.261895 4.2626 5.932295.076 1.63613 0 3.27919 0 5.0364.1832-.1695.2938-.2733.4114-.377 1.0371-.9167 1.9982-1.90599 3.0906-2.73617 2.5237-1.9094 5.0854-1.7572 7.4777.34591.2662.21792.5117.4566.8228.73678z"}),s.jsxRuntimeExports.jsx("path",{d:"m77.0128 27.0363c-1.5253.0947-3.0374-.3335-4.2868-1.2142-.0905-.0893-.2099-.1433-.3368-.1522-.1268-.0089-.2526.028-.3546.1038-1.2391.7059-2.6167 1.1337-4.0375 1.2537-1.4207.12-2.8506-.0705-4.1903-.5585-1.3398-.488-2.5575-1.2617-3.5687-2.2675-1.0111-1.0058-1.7916-2.2196-2.2872-3.5573-.4956-1.3376-.6944-2.7671-.5828-4.1894.1116-1.4222.531-2.8031 1.2291-4.047.6982-1.2439 1.6584-2.321 2.814-3.15657s2.4791-1.40966 3.8786-1.68246c2.3386-.48754 4.7749-.07632 6.8243 1.15187.0851.06077.1897.08802.2936.07654.104-.01149.2001-.06091.2699-.13881 1.2687-.98583 2.7657-1.23834 4.3352-1.27639zm-6.9142-9.8584c.0266-.3919-.0289-.7851-.1629-1.1544-.134-.3692-.3435-.7065-.6152-.9901-.2717-.2835-.5996-.5073-.9627-.6568s-.7534-.2215-1.1459-.2115c-.7893.0149-1.5418.3365-2.0983.8968s-.8732 1.3153-.8831 2.1051c-.0099.7899.2878 1.5525.8301 2.1266s1.2866.9145 2.0753.9491c1.6905.0207 2.9385-1.266 2.9627-3.0648z"}),s.jsxRuntimeExports.jsx("path",{d:"m37.522 7.37438v19.71662c-.5808-.0553-1.1582-.0657-1.7286-.1764-.9537-.1677-1.8561-.5523-2.6377-1.1242-.08-.0401-.1682-.0611-.2576-.0611s-.1776.021-.2575.0611c-1.6385.9205-3.5022 1.3627-5.3793 1.2764-2.1622-.0759-4.2344-.8845-5.877-2.2933-1.1087-.8975-2.0002-2.0342-2.6079-3.325-.6076-1.2909-.9157-2.7025-.9011-4.1293-.0429-1.9845.5274-3.9339 1.6331-5.5819s2.6928-2.91439 4.5447-3.62614c1.3834-.58375 2.8846-.83375 4.3824-.7298 1.4977.10395 2.9501.55895 4.2396 1.32822.0732.03601.1536.05474.2351.05474s.162-.01873.2351-.05474c1.2757-1.00659 2.7622-1.26948 4.3767-1.3352zm-6.8762 9.76142c0-1.7502-1.2342-2.9886-2.9316-2.9713-.3986.003-.7927.0844-1.1599.2398-.3671.1554-.7001.3815-.9798.6656-.2798.2842-.5009.6206-.6507.9902s-.2254.7651-.2225 1.164c.003.3988.0844.7931.2397 1.1605.1553.3673.3813.7005.6653.9804.2839.2799.6202.5012.9896.6511.3693.1498.7646.2255 1.1632.2225 1.6629-.0173 2.9075-1.3455 2.8867-3.1028z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.7,children:[s.jsxRuntimeExports.jsx("path",{d:"m80.3091 58.2949.2871-1.5791.5332.0308c.3144.0615.5981.0615.8511 0 .2597-.0615.4922-.2119.6972-.4512.2051-.2324.3897-.5742.5537-1.0254l.4307-1.1792-4.3066-11.2178h1.9687l2.3994 6.5831c.2325.6357.4375 1.268.6153 1.8969.1845.6289.3691 1.2442.5537 1.8457h-.5845c.1846-.6015.3691-1.2168.5537-1.8457.1846-.6357.3897-1.268.6153-1.8969l2.3994-6.5831h1.9482l-5.0142 13.043c-.2187.5606-.4853 1.0254-.7998 1.3945-.3076.376-.6699.6563-1.0869.8409-.4101.1845-.8681.2768-1.374.2768-.2734 0-.5195-.0171-.7383-.0512-.2119-.0274-.3794-.0547-.5024-.0821z"}),s.jsxRuntimeExports.jsx("path",{d:"m62.6914 54.0908v-11.2178h1.7534l.0103 2.4302h-.1743c.1777-.5879.4375-1.0732.7793-1.456.3418-.3897.7382-.6836 1.1894-.8819.4512-.1982.9229-.2973 1.4151-.2973.8339 0 1.5244.2529 2.0712.7588.5469.499.8955 1.1279 1.0459 1.8867h-.2973c.1504-.5264.3999-.9878.7485-1.3843s.7759-.7041 1.2817-.9229c.5059-.2255 1.063-.3383 1.6714-.3383.6631 0 1.2681.1435 1.815.4306s.9809.7212 1.3022 1.3023c.3281.581.4922 1.3159.4922 2.2046v7.4853h-1.8047v-7.4546c0-.8271-.2358-1.4184-.7075-1.7739-.4648-.3623-1.0049-.5435-1.6201-.5435-.5195 0-.9673.1094-1.3433.3282-.376.2119-.6665.5092-.8716.8921-.205.3759-.3076.81-.3076 1.3022v7.2495h-1.8047v-7.6391c0-.6426-.2153-1.1587-.646-1.5484-.4238-.3896-.9638-.5845-1.6201-.5845-.4443 0-.8647.106-1.2612.3179-.3965.2051-.7144.5161-.9536.9331-.2393.417-.3589.9297-.3589 1.5381v6.9829z"}),s.jsxRuntimeExports.jsx("path",{d:"m55.4951 54.3369c-1.0869 0-2.0234-.2427-2.8096-.728-.7793-.4922-1.3774-1.1724-1.7944-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4238-.8818 1.0151-1.5723 1.7739-2.0713.7657-.499 1.6509-.7485 2.6558-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2476.1607-1.7329.482-.4854.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1401 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5947-.9843l1.7637.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3467.3896-2.1328.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m42.564 54.3164c-.9434 0-1.7774-.2393-2.502-.7178s-1.2886-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2017-2.1977.605-3.0659.4033-.8681.9638-1.5381 1.6816-2.0097.7246-.4786 1.5586-.7178 2.502-.7178.6425 0 1.1792.1025 1.6098.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8047v15.2783h-1.7535v-1.7226h-.1333c-.1777.2939-.4101.5913-.6972.8921-.2803.3007-.6392.5537-1.0767.7587-.4306.1983-.9604.2974-1.5893.2974zm.2666-1.6099c.6904 0 1.2749-.1777 1.7534-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2598-.6358.3897-1.3706.3897-2.2046 0-.8408-.1265-1.5723-.3794-2.1943-.253-.6221-.6221-1.1075-1.1075-1.4561-.4853-.3486-1.0732-.523-1.7636-.523-.6836 0-1.2681.1744-1.7535.523-.4785.3486-.8442.8374-1.0971 1.4663-.2529.6221-.3794 1.3501-.3794 2.1841 0 .8271.1265 1.5586.3794 2.1943.2597.6289.6289 1.1245 1.1074 1.4868.4854.3555 1.0664.5332 1.7432.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m30.125 54.3164c-.7246 0-1.3774-.1299-1.9585-.3896-.5811-.2666-1.0425-.6563-1.3843-1.169s-.5127-1.1382-.5127-1.8765c0-.6425.1265-1.1621.3794-1.5585.253-.4034.5913-.7212 1.0152-.9537.4238-.2324.8955-.4067 1.415-.5229.5264-.1162 1.0562-.2085 1.5894-.2769.6904-.0888 1.2441-.1572 1.6611-.205.417-.0479.7212-.1265.9126-.2359.1914-.1162.2871-.3144.2871-.5947v-.082c0-.4444-.0923-.8272-.2769-1.1485-.1777-.3213-.4443-.5674-.7998-.7383-.3554-.1777-.7964-.2666-1.3227-.2666-.5264 0-.9844.0855-1.374.2564-.3897.1641-.7041.3828-.9434.6562-.2324.2666-.3931.5503-.4819.8511l-1.774-.3589c.1914-.6836.5127-1.2441.9639-1.6816.4512-.4444.9878-.7725 1.6099-.9844.622-.2187 1.2783-.3281 1.9687-.3281.4785 0 .9639.0615 1.4561.1846.499.123.957.3281 1.374.6152.4238.2871.7622.6802 1.0151 1.1792.253.499.3794 1.1245.3794 1.8765v7.5263h-1.7739v-1.5483h-.0923c-.1299.2597-.3315.5298-.605.81-.2734.2735-.6357.5025-1.0869.6871-.4443.1845-.9912.2768-1.6406.2768zm.2871-1.5996c.6973 0 1.2749-.1299 1.7329-.3897.4649-.2666.8101-.6083 1.0357-1.0253.2324-.4239.3486-.8682.3486-1.333v-1.5074c-.0684.0821-.2153.1573-.4409.2256-.2256.0615-.4888.1196-.7896.1743s-.605.1026-.9126.1436c-.3008.041-.5674.0752-.7998.1025-.4306.0547-.8374.1504-1.2202.2871-.3828.1299-.6904.3213-.9228.5743-.2325.246-.3487.5844-.3487 1.0151 0 .3691.0991.6836.2974.9433.1982.2598.4683.4581.81.5948.3487.1299.752.1948 1.21.1948z"}),s.jsxRuntimeExports.jsx("path",{d:"m19.6978 54.3369c-1.0186 0-1.9141-.2427-2.6866-.728-.7724-.4922-1.374-1.1724-1.8047-2.0405-.4306-.875-.646-1.8868-.646-3.0352 0-1.1621.2154-2.1807.646-3.0557.4307-.8818 1.0323-1.5654 1.8047-2.0507.7725-.4922 1.668-.7383 2.6866-.7383.581 0 1.121.082 1.6201.2461.5058.1572.9604.3862 1.3637.687.4034.2939.7452.6494 1.0254 1.0664.2803.417.482.8852.605 1.4048l-1.7739.3076c-.0684-.3008-.1846-.5776-.3486-.8306-.1641-.2597-.3658-.4819-.605-.6665-.2393-.1845-.5161-.3281-.8306-.4306-.3144-.1094-.6665-.1641-1.0561-.1641-.7315 0-1.3433.188-1.8355.564-.4853.3759-.8545.8852-1.1074 1.5278-.2461.6357-.3692 1.3467-.3692 2.1328 0 .7793.1231 1.4868.3692 2.1226.2529.6289.6221 1.1313 1.1074 1.5073.4922.3691 1.104.5537 1.8355.5537.3896 0 .7417-.0513 1.0561-.1538.3213-.1026.6016-.2495.8408-.4409.2393-.1914.4375-.417.5948-.6768.164-.2666.2871-.5571.3691-.8716l1.7842.3076c-.1231.5196-.3247.9913-.605 1.4151-.2803.417-.6255.7793-1.0357 1.0869-.4033.3076-.8613.5435-1.374.7075-.5058.1641-1.0493.2461-1.6303.2461z"}),s.jsxRuntimeExports.jsx("path",{d:"m0 54.0908 5.57812-15.2783h2.19434l5.59864 15.2783h-2.02l-3.21975-9.1157c-.20508-.5811-.44092-1.2783-.70752-2.0918-.25977-.8203-.58447-1.873-.97412-3.1582h.43066c-.37598 1.292-.70068 2.3516-.97412 3.1787-.2666.8272-.49561 1.5176-.68701 2.0713l-3.20947 9.1157zm2.83008-4.2759v-1.6713h7.71092v1.6713z"})]})]})})}exports.default=i;
|
|
@@ -26,7 +26,7 @@ function d({
|
|
|
26
26
|
/* @__PURE__ */ c.jsx("path", { d: "m58.1609 9.27762-7.8407 7.76218 7.813 7.8001c-1.7665 1.9613-4.1485 2.7673-6.6445 1.778-1.6767-.6607-3.0284-1.7814-4.3248-2.9817-.3699-.3459-.6914-.7333-1.0579-1.1346-1.5004 3.3207-3.5297 4.7113-6.5201 4.5175v-26.9979286c.8491-.0499943 1.7001.0579059 2.5099.3182336 2.7311.837095 4.1485 3.261895 4.2626 5.932295.076 1.63613 0 3.27919 0 5.0364.1832-.1695.2938-.2733.4114-.377 1.0371-.9167 1.9982-1.90599 3.0906-2.73617 2.5237-1.9094 5.0854-1.7572 7.4777.34591.2662.21792.5117.4566.8228.73678z" }),
|
|
27
27
|
/* @__PURE__ */ c.jsx("path", { d: "m77.0128 27.0363c-1.5253.0947-3.0374-.3335-4.2868-1.2142-.0905-.0893-.2099-.1433-.3368-.1522-.1268-.0089-.2526.028-.3546.1038-1.2391.7059-2.6167 1.1337-4.0375 1.2537-1.4207.12-2.8506-.0705-4.1903-.5585-1.3398-.488-2.5575-1.2617-3.5687-2.2675-1.0111-1.0058-1.7916-2.2196-2.2872-3.5573-.4956-1.3376-.6944-2.7671-.5828-4.1894.1116-1.4222.531-2.8031 1.2291-4.047.6982-1.2439 1.6584-2.321 2.814-3.15657s2.4791-1.40966 3.8786-1.68246c2.3386-.48754 4.7749-.07632 6.8243 1.15187.0851.06077.1897.08802.2936.07654.104-.01149.2001-.06091.2699-.13881 1.2687-.98583 2.7657-1.23834 4.3352-1.27639zm-6.9142-9.8584c.0266-.3919-.0289-.7851-.1629-1.1544-.134-.3692-.3435-.7065-.6152-.9901-.2717-.2835-.5996-.5073-.9627-.6568s-.7534-.2215-1.1459-.2115c-.7893.0149-1.5418.3365-2.0983.8968s-.8732 1.3153-.8831 2.1051c-.0099.7899.2878 1.5525.8301 2.1266s1.2866.9145 2.0753.9491c1.6905.0207 2.9385-1.266 2.9627-3.0648z" }),
|
|
28
28
|
/* @__PURE__ */ c.jsx("path", { d: "m37.522 7.37438v19.71662c-.5808-.0553-1.1582-.0657-1.7286-.1764-.9537-.1677-1.8561-.5523-2.6377-1.1242-.08-.0401-.1682-.0611-.2576-.0611s-.1776.021-.2575.0611c-1.6385.9205-3.5022 1.3627-5.3793 1.2764-2.1622-.0759-4.2344-.8845-5.877-2.2933-1.1087-.8975-2.0002-2.0342-2.6079-3.325-.6076-1.2909-.9157-2.7025-.9011-4.1293-.0429-1.9845.5274-3.9339 1.6331-5.5819s2.6928-2.91439 4.5447-3.62614c1.3834-.58375 2.8846-.83375 4.3824-.7298 1.4977.10395 2.9501.55895 4.2396 1.32822.0732.03601.1536.05474.2351.05474s.162-.01873.2351-.05474c1.2757-1.00659 2.7622-1.26948 4.3767-1.3352zm-6.8762 9.76142c0-1.7502-1.2342-2.9886-2.9316-2.9713-.3986.003-.7927.0844-1.1599.2398-.3671.1554-.7001.3815-.9798.6656-.2798.2842-.5009.6206-.6507.9902s-.2254.7651-.2225 1.164c.003.3988.0844.7931.2397 1.1605.1553.3673.3813.7005.6653.9804.2839.2799.6202.5012.9896.6511.3693.1498.7646.2255 1.1632.2225 1.6629-.0173 2.9075-1.3455 2.8867-3.1028z" }),
|
|
29
|
-
/* @__PURE__ */ c.jsxs("g", { opacity: 0.
|
|
29
|
+
/* @__PURE__ */ c.jsxs("g", { opacity: 0.7, children: [
|
|
30
30
|
/* @__PURE__ */ c.jsx("path", { d: "m80.3091 58.2949.2871-1.5791.5332.0308c.3144.0615.5981.0615.8511 0 .2597-.0615.4922-.2119.6972-.4512.2051-.2324.3897-.5742.5537-1.0254l.4307-1.1792-4.3066-11.2178h1.9687l2.3994 6.5831c.2325.6357.4375 1.268.6153 1.8969.1845.6289.3691 1.2442.5537 1.8457h-.5845c.1846-.6015.3691-1.2168.5537-1.8457.1846-.6357.3897-1.268.6153-1.8969l2.3994-6.5831h1.9482l-5.0142 13.043c-.2187.5606-.4853 1.0254-.7998 1.3945-.3076.376-.6699.6563-1.0869.8409-.4101.1845-.8681.2768-1.374.2768-.2734 0-.5195-.0171-.7383-.0512-.2119-.0274-.3794-.0547-.5024-.0821z" }),
|
|
31
31
|
/* @__PURE__ */ c.jsx("path", { d: "m62.6914 54.0908v-11.2178h1.7534l.0103 2.4302h-.1743c.1777-.5879.4375-1.0732.7793-1.456.3418-.3897.7382-.6836 1.1894-.8819.4512-.1982.9229-.2973 1.4151-.2973.8339 0 1.5244.2529 2.0712.7588.5469.499.8955 1.1279 1.0459 1.8867h-.2973c.1504-.5264.3999-.9878.7485-1.3843s.7759-.7041 1.2817-.9229c.5059-.2255 1.063-.3383 1.6714-.3383.6631 0 1.2681.1435 1.815.4306s.9809.7212 1.3022 1.3023c.3281.581.4922 1.3159.4922 2.2046v7.4853h-1.8047v-7.4546c0-.8271-.2358-1.4184-.7075-1.7739-.4648-.3623-1.0049-.5435-1.6201-.5435-.5195 0-.9673.1094-1.3433.3282-.376.2119-.6665.5092-.8716.8921-.205.3759-.3076.81-.3076 1.3022v7.2495h-1.8047v-7.6391c0-.6426-.2153-1.1587-.646-1.5484-.4238-.3896-.9638-.5845-1.6201-.5845-.4443 0-.8647.106-1.2612.3179-.3965.2051-.7144.5161-.9536.9331-.2393.417-.3589.9297-.3589 1.5381v6.9829z" }),
|
|
32
32
|
/* @__PURE__ */ c.jsx("path", { d: "m55.4951 54.3369c-1.0869 0-2.0234-.2427-2.8096-.728-.7793-.4922-1.3774-1.1724-1.7944-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4238-.8818 1.0151-1.5723 1.7739-2.0713.7657-.499 1.6509-.7485 2.6558-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2476.1607-1.7329.482-.4854.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1401 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5947-.9843l1.7637.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3467.3896-2.1328.3896z" }),
|
|
@@ -1 +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("../../icons/kakadu-guide-icon.js"),u=require("../../utilities/scale.js"),n=require("../flex.js"),r=require("../aria-text.js"),a=require("./kakadu-guide-icon.js");function e({fill:c,...t}){const{width:x,height:o}=u.default({originalWidth:110,originalHeight:52,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 110 52",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:o,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"currentColor",children:[s.jsxRuntimeExports.jsx("path",{d:"m83.6751 7.23154v-7.22863441c2.8285-.07346819 5.2867 1.24257441 6.0656 4.37295441.1611.66727.2415 1.35149.2395 2.03795.017 6.02229.017 12.04559 0 18.06999v.4983c-1.4686-.0224-2.8286-.2971-4.0066-1.1723-.0767-.0743-.1774-.1187-.284-.1252-.1066-.0064-.2119.0255-.297.0901-4.7376 2.68-10.7937.6899-12.8624-4.3379-1.443-3.5136-.9066-6.8229 1.6697-9.64026 2.4773-2.70874 5.5931-3.53606 9.1591-2.6225zm0 8.66606c.0121-.3664-.0502-.7315-.1832-1.0731-.1331-.3416-.334-.6527-.5907-.9143s-.5638-.4683-.9027-.6077-.7026-.2085-1.0689-.2031c-.7409-.0059-1.4538.2829-1.9818.8028-.5281.52-.8281 1.2286-.834 1.9698-.0059.7413.2827 1.4546.8024 1.9829.5197.5284 1.2278.8286 1.9687.8345.3672.0047.7317-.0643 1.0719-.203.3401-.1388.649-.3444.9083-.6047.2592-.2603.4637-.5701.6012-.9109.1374-.3408.2052-.7057.1992-1.0732z"}),s.jsxRuntimeExports.jsx("path",{d:"m83.6751 7.23154v-7.22863441c2.8285-.07346819 5.2867 1.24257441 6.0656 4.37295441.1611.66727.2415 1.35149.2395 2.03795.017 6.02229.017 12.04559 0 18.06999v.4983c-1.4686-.0224-2.8286-.2971-4.0066-1.1723-.0767-.0743-.1774-.1187-.284-.1252-.1066-.0064-.2119.0255-.297.0901-4.7376 2.68-10.7937.6899-12.8624-4.3379-1.443-3.5136-.9066-6.8229 1.6697-9.64026 2.4773-2.70874 5.5931-3.53606 9.1591-2.6225zm0 8.66606c.0121-.3664-.0502-.7315-.1832-1.0731-.1331-.3416-.334-.6527-.5907-.9143s-.5638-.4683-.9027-.6077-.7026-.2085-1.0689-.2031c-.7409-.0059-1.4538.2829-1.9818.8028-.5281.52-.8281 1.2286-.834 1.9698-.0059.7413.2827 1.4546.8024 1.9829.5197.5284 1.2278.8286 1.9687.8345.3672.0047.7317-.0643 1.0719-.203.3401-.1388.649-.3444.9083-.6047.2592-.2603.4637-.5701.6012-.9109.1374-.3408.2052-.7057.1992-1.0732z"}),s.jsxRuntimeExports.jsx("path",{d:"m91.8753 6.81641c1.8165.03194 3.435.44719 4.6929 1.79198.9983 1.09201 1.5656 2.51001 1.5962 3.98961.0575 1.0701 0 2.1466.0223 3.2231-.0244.6209.1648 1.2315.5361 1.7297.3713.4983.9021.854 1.5042 1.0077 1.542.4504 3.294-.7762 3.31-2.3701.029-2.9675 0-5.9318.019-8.89605v-.45678c2.995-.0543 5.578 1.37673 6.168 4.75943.407 2.2104.363 4.4802-.131 6.6729-.775 3.3252-3.875 6.0467-7.259 6.5866-1.835.2898-3.7145.0093-5.3849-.8035-1.6705-.8129-3.0514-2.119-3.9565-3.742-.744-1.3135-1.1304-2.7993-1.1205-4.3091 0-2.9802 0-5.9573 0-8.94392-.0096-.06708-.0032-.14375.0032-.23957z"}),s.jsxRuntimeExports.jsx("path",{d:"m91.8753 6.81641c1.8165.03194 3.435.44719 4.6929 1.79198.9983 1.09201 1.5656 2.51001 1.5962 3.98961.0575 1.0701 0 2.1466.0223 3.2231-.0244.6209.1648 1.2315.5361 1.7297.3713.4983.9021.854 1.5042 1.0077 1.542.4504 3.294-.7762 3.31-2.3701.029-2.9675 0-5.9318.019-8.89605v-.45678c2.995-.0543 5.578 1.37673 6.168 4.75943.407 2.2104.363 4.4802-.131 6.6729-.775 3.3252-3.875 6.0467-7.259 6.5866-1.835.2898-3.7145.0093-5.3849-.8035-1.6705-.8129-3.0514-2.119-3.9565-3.742-.744-1.3135-1.1304-2.7993-1.1205-4.3091 0-2.9802 0-5.9573 0-8.94392-.0096-.06708-.0032-.14375.0032-.23957z"}),s.jsxRuntimeExports.jsx("path",{d:"m9.84872 15.7676 7.28838 7.1999c-1.8389 1.9996-4.2428 2.6225-6.8223 1.3129-1.44616-.7411-2.62737-1.8112-3.78304-2.9196-.16282-.1533-.2969-.3386-.50122-.5782-.98008 2.9803-3.07752 4.1813-6.03054 4.2005v-24.97919375c1.692 0 3.22757.35456375 4.46944 1.56199375 1.31209 1.27771 1.79415 2.87485 1.84523 4.64447.03831 1.37035 0 2.74388 0 4.21643l.38948-.3386c.95774-.84966 1.83886-1.7728 2.85086-2.53304 2.34009-1.76324 4.75999-1.59713 6.93079.37373.2203.19805.4342.40248.7024.63885z"}),s.jsxRuntimeExports.jsx("path",{d:"m9.84872 15.7676 7.28838 7.1999c-1.8389 1.9996-4.2428 2.6225-6.8223 1.3129-1.44616-.7411-2.62737-1.8112-3.78304-2.9196-.16282-.1533-.2969-.3386-.50122-.5782-.98008 2.9803-3.07752 4.1813-6.03054 4.2005v-24.97919375c1.692 0 3.22757.35456375 4.46944 1.56199375 1.31209 1.27771 1.79415 2.87485 1.84523 4.64447.03831 1.37035 0 2.74388 0 4.21643l.38948-.3386c.95774-.84966 1.83886-1.7728 2.85086-2.53304 2.34009-1.76324 4.75999-1.59713 6.93079.37373.2203.19805.4342.40248.7024.63885z"}),s.jsxRuntimeExports.jsx("path",{d:"m53.1648 8.56764-7.2405 7.16796 7.2149 7.2031c-1.6313 1.8111-3.8309 2.5554-6.1359 1.6418-1.5483-.6101-2.7966-1.645-3.9937-2.7534-.3416-.3195-.6385-.6772-.9769-1.0478-1.3855 3.0665-3.2595 4.3506-6.021 4.1718v-24.9313273c.7841-.0461673 1.5699.0534731 2.3177.2938733 2.5221.773014 3.831 3.012194 3.9363 5.478174.0703 1.51089 0 3.02817 0 4.65088.1692-.1565.2714-.2524.3799-.3482.9578-.84648 1.8453-1.76004 2.8541-2.52667 2.3305-1.76323 4.6961-1.62269 6.9053.31943.2458.20124.4724.42164.7598.68038z"}),s.jsxRuntimeExports.jsx("path",{d:"m53.1648 8.56764-7.2405 7.16796 7.2149 7.2031c-1.6313 1.8111-3.8309 2.5554-6.1359 1.6418-1.5483-.6101-2.7966-1.645-3.9937-2.7534-.3416-.3195-.6385-.6772-.9769-1.0478-1.3855 3.0665-3.2595 4.3506-6.021 4.1718v-24.9313273c.7841-.0461673 1.5699.0534731 2.3177.2938733 2.5221.773014 3.831 3.012194 3.9363 5.478174.0703 1.51089 0 3.02817 0 4.65088.1692-.1565.2714-.2524.3799-.3482.9578-.84648 1.8453-1.76004 2.8541-2.52667 2.3305-1.76323 4.6961-1.62269 6.9053.31943.2458.20124.4724.42164.7598.68038z"}),s.jsxRuntimeExports.jsx("path",{d:"m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z"}),s.jsxRuntimeExports.jsx("path",{d:"m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z"}),s.jsxRuntimeExports.jsx("path",{d:"m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z"}),s.jsxRuntimeExports.jsx("path",{d:"m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.8,children:[s.jsxRuntimeExports.jsx("path",{d:"m50.0654 51.3369c-1.0869 0-2.0234-.2427-2.8095-.728-.7793-.4922-1.3775-1.1724-1.7945-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4239-.8818 1.0152-1.5723 1.774-2.0713.7656-.499 1.6508-.7485 2.6557-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2475.1607-1.7329.482-.4853.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1402 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5948-.9843l1.7636.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3466.3896-2.1328.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m37.1343 51.3164c-.9434 0-1.7774-.2393-2.502-.7178s-1.2885-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2017-2.1977.605-3.0659.4033-.8681.9639-1.5381 1.6816-2.0097.7246-.4786 1.5586-.7178 2.502-.7178.6426 0 1.1792.1025 1.6098.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8047v15.2783h-1.7534v-1.7226h-.1333c-.1778.2939-.4102.5913-.6973.8921-.2803.3007-.6392.5537-1.0767.7587-.4306.1983-.9604.2974-1.5893.2974zm.2666-1.6099c.6904 0 1.2749-.1777 1.7534-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2598-.6358.3897-1.3706.3897-2.2046 0-.8408-.1265-1.5723-.3794-2.1943-.253-.6221-.6221-1.1075-1.1074-1.4561-.4854-.3486-1.0733-.523-1.7637-.523-.6836 0-1.2681.1744-1.7534.523-.4786.3486-.8443.8374-1.0972 1.4663-.2529.6221-.3794 1.3501-.3794 2.1841 0 .8271.1265 1.5586.3794 2.1943.2598.6289.6289 1.1245 1.1074 1.4868.4854.3555 1.0664.5332 1.7432.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m28.1001 51.0908v-11.2178h1.8047v11.2178zm.9023-13.1865c-.3349 0-.6254-.1162-.8715-.3486-.2461-.2393-.3692-.5264-.3692-.8614 0-.3349.1231-.6186.3692-.851.2461-.2393.5366-.3589.8715-.3589.3487 0 .646.1196.8921.3589.2461.2324.3692.5195.3692.8613 0 .3281-.1231.6118-.3692.8511-.2461.2324-.5434.3486-.8921.3486z"}),s.jsxRuntimeExports.jsx("path",{d:"m19.96 51.2549c-.752 0-1.4253-.1572-2.0201-.4717-.5947-.3213-1.0595-.7998-1.3945-1.4355-.335-.6426-.5024-1.4458-.5024-2.4097v-7.065h1.8047v6.9214c0 .9024.229 1.5996.687 2.0918s1.0903.7383 1.8969.7383c.5332 0 1.0152-.1128 1.4458-.3384.4375-.2324.7828-.5776 1.0357-1.0356.2529-.4649.3794-1.0357.3794-1.7124v-6.6651h1.8149v11.2178h-1.7534v-2.7173h.3486c-.3554 1.0323-.8579 1.7705-1.5073 2.2149-.6426.4443-1.3877.6665-2.2353.6665z"}),s.jsxRuntimeExports.jsx("path",{d:"m7.01953 51.3164c-1.36035 0-2.55664-.3247-3.58887-.9741-1.03222-.6563-1.84228-1.5723-2.43017-2.7481-.581056-1.1757-.871584-2.5532-.871584-4.1323 0-1.5928.290528-2.977.871584-4.1528.58105-1.1758 1.38428-2.0884 2.40967-2.7378 1.03222-.6563 2.21142-.9844 3.53759-.9844.80664 0 1.56202.1231 2.26612.3692.7041.246 1.33303.5947 1.88673 1.0459.5605.4511 1.0254.9877 1.3945 1.6098.3692.6153.6221 1.2988.7588 2.0508h-1.9585c-.1367-.499-.3384-.9502-.605-1.3535s-.5879-.7486-.96384-1.0357c-.36914-.2939-.78955-.5195-1.26123-.6767-.46484-.1572-.9707-.2359-1.51758-.2359-.94336 0-1.78759.2427-2.53271.7281-.74512.4853-1.33301 1.1826-1.76367 2.0918-.43067.9091-.646 2.0029-.646 3.2812 0 1.2647.21533 2.3516.646 3.2608.43066.9023 1.02197 1.5996 1.77392 2.0918.75879.4853 1.62354.728 2.59424.728.86133 0 1.62695-.1846 2.29688-.5537.66992-.376 1.19629-.9024 1.57909-1.5791.3897-.6768.5845-1.4732.5845-2.3892l.5845.082h-4.55278v-1.6713h5.84468v1.6611c0 1.2373-.2768 2.3242-.8305 3.2607-.5469.9297-1.2988 1.6577-2.2559 2.1841-.95018.5195-2.03367.7793-3.25047.7793z"})]})]})})}const m=["default","flat"];function d({variant:c="default",height:t=56}){return s.jsxRuntimeExports.jsxs(n.default,{direction:"row",preset:"start",style:{gap:t/3},children:[c==="flat"?s.jsxRuntimeExports.jsx(i.default,{width:t,height:t,fill:"var(--foreground-color)"}):s.jsxRuntimeExports.jsx(a.default,{size:t}),s.jsxRuntimeExports.jsx(e,{height:t-2,className:"kakadu-components-3861346893"}),s.jsxRuntimeExports.jsx(r.default,{children:"Kakadu Guide"})]})}exports.KakaduGuideLogoSvg=e;exports.default=d;exports.kakaduGuideLogoVariants=m;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),i=require("../../icons/kakadu-guide-icon.js"),u=require("../../utilities/scale.js"),n=require("../flex.js"),r=require("../aria-text.js"),a=require("./kakadu-guide-icon.js");function e({fill:c,...t}){const{width:x,height:o}=u.default({originalWidth:110,originalHeight:52,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 110 52",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:o,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"currentColor",children:[s.jsxRuntimeExports.jsx("path",{d:"m83.6751 7.23154v-7.22863441c2.8285-.07346819 5.2867 1.24257441 6.0656 4.37295441.1611.66727.2415 1.35149.2395 2.03795.017 6.02229.017 12.04559 0 18.06999v.4983c-1.4686-.0224-2.8286-.2971-4.0066-1.1723-.0767-.0743-.1774-.1187-.284-.1252-.1066-.0064-.2119.0255-.297.0901-4.7376 2.68-10.7937.6899-12.8624-4.3379-1.443-3.5136-.9066-6.8229 1.6697-9.64026 2.4773-2.70874 5.5931-3.53606 9.1591-2.6225zm0 8.66606c.0121-.3664-.0502-.7315-.1832-1.0731-.1331-.3416-.334-.6527-.5907-.9143s-.5638-.4683-.9027-.6077-.7026-.2085-1.0689-.2031c-.7409-.0059-1.4538.2829-1.9818.8028-.5281.52-.8281 1.2286-.834 1.9698-.0059.7413.2827 1.4546.8024 1.9829.5197.5284 1.2278.8286 1.9687.8345.3672.0047.7317-.0643 1.0719-.203.3401-.1388.649-.3444.9083-.6047.2592-.2603.4637-.5701.6012-.9109.1374-.3408.2052-.7057.1992-1.0732z"}),s.jsxRuntimeExports.jsx("path",{d:"m83.6751 7.23154v-7.22863441c2.8285-.07346819 5.2867 1.24257441 6.0656 4.37295441.1611.66727.2415 1.35149.2395 2.03795.017 6.02229.017 12.04559 0 18.06999v.4983c-1.4686-.0224-2.8286-.2971-4.0066-1.1723-.0767-.0743-.1774-.1187-.284-.1252-.1066-.0064-.2119.0255-.297.0901-4.7376 2.68-10.7937.6899-12.8624-4.3379-1.443-3.5136-.9066-6.8229 1.6697-9.64026 2.4773-2.70874 5.5931-3.53606 9.1591-2.6225zm0 8.66606c.0121-.3664-.0502-.7315-.1832-1.0731-.1331-.3416-.334-.6527-.5907-.9143s-.5638-.4683-.9027-.6077-.7026-.2085-1.0689-.2031c-.7409-.0059-1.4538.2829-1.9818.8028-.5281.52-.8281 1.2286-.834 1.9698-.0059.7413.2827 1.4546.8024 1.9829.5197.5284 1.2278.8286 1.9687.8345.3672.0047.7317-.0643 1.0719-.203.3401-.1388.649-.3444.9083-.6047.2592-.2603.4637-.5701.6012-.9109.1374-.3408.2052-.7057.1992-1.0732z"}),s.jsxRuntimeExports.jsx("path",{d:"m91.8753 6.81641c1.8165.03194 3.435.44719 4.6929 1.79198.9983 1.09201 1.5656 2.51001 1.5962 3.98961.0575 1.0701 0 2.1466.0223 3.2231-.0244.6209.1648 1.2315.5361 1.7297.3713.4983.9021.854 1.5042 1.0077 1.542.4504 3.294-.7762 3.31-2.3701.029-2.9675 0-5.9318.019-8.89605v-.45678c2.995-.0543 5.578 1.37673 6.168 4.75943.407 2.2104.363 4.4802-.131 6.6729-.775 3.3252-3.875 6.0467-7.259 6.5866-1.835.2898-3.7145.0093-5.3849-.8035-1.6705-.8129-3.0514-2.119-3.9565-3.742-.744-1.3135-1.1304-2.7993-1.1205-4.3091 0-2.9802 0-5.9573 0-8.94392-.0096-.06708-.0032-.14375.0032-.23957z"}),s.jsxRuntimeExports.jsx("path",{d:"m91.8753 6.81641c1.8165.03194 3.435.44719 4.6929 1.79198.9983 1.09201 1.5656 2.51001 1.5962 3.98961.0575 1.0701 0 2.1466.0223 3.2231-.0244.6209.1648 1.2315.5361 1.7297.3713.4983.9021.854 1.5042 1.0077 1.542.4504 3.294-.7762 3.31-2.3701.029-2.9675 0-5.9318.019-8.89605v-.45678c2.995-.0543 5.578 1.37673 6.168 4.75943.407 2.2104.363 4.4802-.131 6.6729-.775 3.3252-3.875 6.0467-7.259 6.5866-1.835.2898-3.7145.0093-5.3849-.8035-1.6705-.8129-3.0514-2.119-3.9565-3.742-.744-1.3135-1.1304-2.7993-1.1205-4.3091 0-2.9802 0-5.9573 0-8.94392-.0096-.06708-.0032-.14375.0032-.23957z"}),s.jsxRuntimeExports.jsx("path",{d:"m9.84872 15.7676 7.28838 7.1999c-1.8389 1.9996-4.2428 2.6225-6.8223 1.3129-1.44616-.7411-2.62737-1.8112-3.78304-2.9196-.16282-.1533-.2969-.3386-.50122-.5782-.98008 2.9803-3.07752 4.1813-6.03054 4.2005v-24.97919375c1.692 0 3.22757.35456375 4.46944 1.56199375 1.31209 1.27771 1.79415 2.87485 1.84523 4.64447.03831 1.37035 0 2.74388 0 4.21643l.38948-.3386c.95774-.84966 1.83886-1.7728 2.85086-2.53304 2.34009-1.76324 4.75999-1.59713 6.93079.37373.2203.19805.4342.40248.7024.63885z"}),s.jsxRuntimeExports.jsx("path",{d:"m9.84872 15.7676 7.28838 7.1999c-1.8389 1.9996-4.2428 2.6225-6.8223 1.3129-1.44616-.7411-2.62737-1.8112-3.78304-2.9196-.16282-.1533-.2969-.3386-.50122-.5782-.98008 2.9803-3.07752 4.1813-6.03054 4.2005v-24.97919375c1.692 0 3.22757.35456375 4.46944 1.56199375 1.31209 1.27771 1.79415 2.87485 1.84523 4.64447.03831 1.37035 0 2.74388 0 4.21643l.38948-.3386c.95774-.84966 1.83886-1.7728 2.85086-2.53304 2.34009-1.76324 4.75999-1.59713 6.93079.37373.2203.19805.4342.40248.7024.63885z"}),s.jsxRuntimeExports.jsx("path",{d:"m53.1648 8.56764-7.2405 7.16796 7.2149 7.2031c-1.6313 1.8111-3.8309 2.5554-6.1359 1.6418-1.5483-.6101-2.7966-1.645-3.9937-2.7534-.3416-.3195-.6385-.6772-.9769-1.0478-1.3855 3.0665-3.2595 4.3506-6.021 4.1718v-24.9313273c.7841-.0461673 1.5699.0534731 2.3177.2938733 2.5221.773014 3.831 3.012194 3.9363 5.478174.0703 1.51089 0 3.02817 0 4.65088.1692-.1565.2714-.2524.3799-.3482.9578-.84648 1.8453-1.76004 2.8541-2.52667 2.3305-1.76323 4.6961-1.62269 6.9053.31943.2458.20124.4724.42164.7598.68038z"}),s.jsxRuntimeExports.jsx("path",{d:"m53.1648 8.56764-7.2405 7.16796 7.2149 7.2031c-1.6313 1.8111-3.8309 2.5554-6.1359 1.6418-1.5483-.6101-2.7966-1.645-3.9937-2.7534-.3416-.3195-.6385-.6772-.9769-1.0478-1.3855 3.0665-3.2595 4.3506-6.021 4.1718v-24.9313273c.7841-.0461673 1.5699.0534731 2.3177.2938733 2.5221.773014 3.831 3.012194 3.9363 5.478174.0703 1.51089 0 3.02817 0 4.65088.1692-.1565.2714-.2524.3799-.3482.9578-.84648 1.8453-1.76004 2.8541-2.52667 2.3305-1.76323 4.6961-1.62269 6.9053.31943.2458.20124.4724.42164.7598.68038z"}),s.jsxRuntimeExports.jsx("path",{d:"m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z"}),s.jsxRuntimeExports.jsx("path",{d:"m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z"}),s.jsxRuntimeExports.jsx("path",{d:"m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z"}),s.jsxRuntimeExports.jsx("path",{d:"m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.7,children:[s.jsxRuntimeExports.jsx("path",{d:"m50.0654 51.3369c-1.0869 0-2.0234-.2427-2.8095-.728-.7793-.4922-1.3775-1.1724-1.7945-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4239-.8818 1.0152-1.5723 1.774-2.0713.7656-.499 1.6508-.7485 2.6557-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2475.1607-1.7329.482-.4853.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1402 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5948-.9843l1.7636.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3466.3896-2.1328.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m37.1343 51.3164c-.9434 0-1.7774-.2393-2.502-.7178s-1.2885-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2017-2.1977.605-3.0659.4033-.8681.9639-1.5381 1.6816-2.0097.7246-.4786 1.5586-.7178 2.502-.7178.6426 0 1.1792.1025 1.6098.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8047v15.2783h-1.7534v-1.7226h-.1333c-.1778.2939-.4102.5913-.6973.8921-.2803.3007-.6392.5537-1.0767.7587-.4306.1983-.9604.2974-1.5893.2974zm.2666-1.6099c.6904 0 1.2749-.1777 1.7534-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2598-.6358.3897-1.3706.3897-2.2046 0-.8408-.1265-1.5723-.3794-2.1943-.253-.6221-.6221-1.1075-1.1074-1.4561-.4854-.3486-1.0733-.523-1.7637-.523-.6836 0-1.2681.1744-1.7534.523-.4786.3486-.8443.8374-1.0972 1.4663-.2529.6221-.3794 1.3501-.3794 2.1841 0 .8271.1265 1.5586.3794 2.1943.2598.6289.6289 1.1245 1.1074 1.4868.4854.3555 1.0664.5332 1.7432.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m28.1001 51.0908v-11.2178h1.8047v11.2178zm.9023-13.1865c-.3349 0-.6254-.1162-.8715-.3486-.2461-.2393-.3692-.5264-.3692-.8614 0-.3349.1231-.6186.3692-.851.2461-.2393.5366-.3589.8715-.3589.3487 0 .646.1196.8921.3589.2461.2324.3692.5195.3692.8613 0 .3281-.1231.6118-.3692.8511-.2461.2324-.5434.3486-.8921.3486z"}),s.jsxRuntimeExports.jsx("path",{d:"m19.96 51.2549c-.752 0-1.4253-.1572-2.0201-.4717-.5947-.3213-1.0595-.7998-1.3945-1.4355-.335-.6426-.5024-1.4458-.5024-2.4097v-7.065h1.8047v6.9214c0 .9024.229 1.5996.687 2.0918s1.0903.7383 1.8969.7383c.5332 0 1.0152-.1128 1.4458-.3384.4375-.2324.7828-.5776 1.0357-1.0356.2529-.4649.3794-1.0357.3794-1.7124v-6.6651h1.8149v11.2178h-1.7534v-2.7173h.3486c-.3554 1.0323-.8579 1.7705-1.5073 2.2149-.6426.4443-1.3877.6665-2.2353.6665z"}),s.jsxRuntimeExports.jsx("path",{d:"m7.01953 51.3164c-1.36035 0-2.55664-.3247-3.58887-.9741-1.03222-.6563-1.84228-1.5723-2.43017-2.7481-.581056-1.1757-.871584-2.5532-.871584-4.1323 0-1.5928.290528-2.977.871584-4.1528.58105-1.1758 1.38428-2.0884 2.40967-2.7378 1.03222-.6563 2.21142-.9844 3.53759-.9844.80664 0 1.56202.1231 2.26612.3692.7041.246 1.33303.5947 1.88673 1.0459.5605.4511 1.0254.9877 1.3945 1.6098.3692.6153.6221 1.2988.7588 2.0508h-1.9585c-.1367-.499-.3384-.9502-.605-1.3535s-.5879-.7486-.96384-1.0357c-.36914-.2939-.78955-.5195-1.26123-.6767-.46484-.1572-.9707-.2359-1.51758-.2359-.94336 0-1.78759.2427-2.53271.7281-.74512.4853-1.33301 1.1826-1.76367 2.0918-.43067.9091-.646 2.0029-.646 3.2812 0 1.2647.21533 2.3516.646 3.2608.43066.9023 1.02197 1.5996 1.77392 2.0918.75879.4853 1.62354.728 2.59424.728.86133 0 1.62695-.1846 2.29688-.5537.66992-.376 1.19629-.9024 1.57909-1.5791.3897-.6768.5845-1.4732.5845-2.3892l.5845.082h-4.55278v-1.6713h5.84468v1.6611c0 1.2373-.2768 2.3242-.8305 3.2607-.5469.9297-1.2988 1.6577-2.2559 2.1841-.95018.5195-2.03367.7793-3.25047.7793z"})]})]})})}const m=["default","flat"];function d({variant:c="default",height:t=56}){return s.jsxRuntimeExports.jsxs(n.default,{direction:"row",preset:"start",style:{gap:t/3},children:[c==="flat"?s.jsxRuntimeExports.jsx(i.default,{width:t,height:t,fill:"var(--foreground-color)"}):s.jsxRuntimeExports.jsx(a.default,{size:t}),s.jsxRuntimeExports.jsx(e,{height:t-2,className:"kakadu-components-3861346893"}),s.jsxRuntimeExports.jsx(r.default,{children:"Kakadu Guide"})]})}exports.KakaduGuideLogoSvg=e;exports.default=d;exports.kakaduGuideLogoVariants=m;
|
|
@@ -30,7 +30,7 @@ function v({
|
|
|
30
30
|
/* @__PURE__ */ c.jsx("path", { d: "m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z" }),
|
|
31
31
|
/* @__PURE__ */ c.jsx("path", { d: "m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z" }),
|
|
32
32
|
/* @__PURE__ */ c.jsx("path", { d: "m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z" }),
|
|
33
|
-
/* @__PURE__ */ c.jsxs("g", { opacity: 0.
|
|
33
|
+
/* @__PURE__ */ c.jsxs("g", { opacity: 0.7, children: [
|
|
34
34
|
/* @__PURE__ */ c.jsx("path", { d: "m50.0654 51.3369c-1.0869 0-2.0234-.2427-2.8095-.728-.7793-.4922-1.3775-1.1724-1.7945-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4239-.8818 1.0152-1.5723 1.774-2.0713.7656-.499 1.6508-.7485 2.6557-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2475.1607-1.7329.482-.4853.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1402 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5948-.9843l1.7636.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3466.3896-2.1328.3896z" }),
|
|
35
35
|
/* @__PURE__ */ c.jsx("path", { d: "m37.1343 51.3164c-.9434 0-1.7774-.2393-2.502-.7178s-1.2885-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2017-2.1977.605-3.0659.4033-.8681.9639-1.5381 1.6816-2.0097.7246-.4786 1.5586-.7178 2.502-.7178.6426 0 1.1792.1025 1.6098.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8047v15.2783h-1.7534v-1.7226h-.1333c-.1778.2939-.4102.5913-.6973.8921-.2803.3007-.6392.5537-1.0767.7587-.4306.1983-.9604.2974-1.5893.2974zm.2666-1.6099c.6904 0 1.2749-.1777 1.7534-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2598-.6358.3897-1.3706.3897-2.2046 0-.8408-.1265-1.5723-.3794-2.1943-.253-.6221-.6221-1.1075-1.1074-1.4561-.4854-.3486-1.0733-.523-1.7637-.523-.6836 0-1.2681.1744-1.7534.523-.4786.3486-.8443.8374-1.0972 1.4663-.2529.6221-.3794 1.3501-.3794 2.1841 0 .8271.1265 1.5586.3794 2.1943.2598.6289.6289 1.1245 1.1074 1.4868.4854.3555 1.0664.5332 1.7432.5332z" }),
|
|
36
36
|
/* @__PURE__ */ c.jsx("path", { d: "m28.1001 51.0908v-11.2178h1.8047v11.2178zm.9023-13.1865c-.3349 0-.6254-.1162-.8715-.3486-.2461-.2393-.3692-.5264-.3692-.8614 0-.3349.1231-.6186.3692-.851.2461-.2393.5366-.3589.8715-.3589.3487 0 .646.1196.8921.3589.2461.2324.3692.5195.3692.8613 0 .3281-.1231.6118-.3692.8511-.2461.2324-.5434.3486-.8921.3486z" }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),h=require("../../utilities/scale.js");function i({fill:c,...t}){const{width:x,height:e}=h.default({originalWidth:120,originalHeight:55,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 120 55",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:e,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"#000",children:[s.jsxRuntimeExports.jsx("path",{d:"m90.6113 7.831v-7.82785355c3.063-.07955845 5.725 1.34557355 6.5685 4.73545355.1745.72258.2616 1.46352.2593 2.20688.0184 6.52152.0184 13.04412 0 19.56792v.5396c-1.5903-.0242-3.063-.3217-4.3386-1.2695-.0831-.0805-.1922-.1285-.3076-.1355s-.2295.0276-.3216.0975c-5.1304 2.9021-11.6885.7471-13.9287-4.6974-1.5626-3.805-.9818-7.3886 1.8081-10.4395 2.6827-2.93325 6.0568-3.82915 9.9184-2.83986zm0 9.3844c.0132-.3968-.0543-.7921-.1984-1.162-.144-.3699-.3616-.7068-.6396-.9901s-.6105-.5072-.9775-.6581-.7608-.2257-1.1576-.2199c-.8022-.0064-1.5742.3063-2.146.8694-.5718.563-.8967 1.3303-.9031 2.1331-.0064.8027.3061 1.5751.8689 2.1472.5627.5722 1.3296.8972 2.1319.9037.3977.0051.7924-.0697 1.1607-.2199.3684-.1502.7028-.3729.9836-.6548s.5021-.6173.651-.9864c.1489-.369.2223-.7642.2158-1.1622z"}),s.jsxRuntimeExports.jsx("path",{d:"m99.4912 7.38135c1.9668.03459 3.7198.48427 5.0818 1.94053 1.081 1.18252 1.696 2.71812 1.729 4.32042.062 1.1587 0 2.3244.024 3.4901-.027.6725.178 1.3337.58 1.8732s.977.9247 1.629 1.0913c1.67.4877 3.568-.8406 3.585-2.5667.031-3.2134 0-6.4234.021-9.63345v-.49465c3.242-.0588 6.039 1.49086 6.679 5.154.44 2.3936.392 4.8516-.142 7.226-.84 3.6009-4.197 6.548-7.861 7.1326-1.987.3138-4.023.0101-5.831-.8701-1.809-.8803-3.305-2.2946-4.285-4.0522-.8055-1.4223-1.224-3.0314-1.2133-4.6662 0-3.2274 0-6.4512 0-9.68542-.0104-.07264-.0034-.15566.0035-.25943z"}),s.jsxRuntimeExports.jsx("path",{d:"m10.6651 17.0749 7.8926 7.7967c-1.9913 2.1654-4.5945 2.8399-7.3878 1.4217-1.56609-.8025-2.84522-1.9613-4.09669-3.1616-.17631-.1661-.32151-.3667-.54276-.6261-1.06133 3.2273-3.33264 4.5279-6.53045 4.5487v-27.04990547c1.83226 0 3.49512.38395547 4.83993 1.69148547 1.42087 1.38362 1.94289 3.11315 1.9982 5.02947.04149 1.48394 0 2.97133 0 4.56595l.42177-.3666c1.03713-.9202 1.99128-1.91983 3.0872-2.74309 2.534-1.9094 5.1545-1.72953 7.5053.40471.2386.21447.4702.43585.7606.69182z"}),s.jsxRuntimeExports.jsx("path",{d:"m57.5711 9.27762-7.8407 7.76218 7.813 7.8001c-1.7666 1.9613-4.1485 2.7673-6.6445 1.778-1.6767-.6607-3.0284-1.7814-4.3249-2.9817-.3699-.3459-.6914-.7333-1.0578-1.1346-1.5004 3.3207-3.5297 4.7113-6.5201 4.5175v-26.9979286c.8491-.0499943 1.7001.0579059 2.5098.3182336 2.7311.837095 4.1486 3.261895 4.2626 5.932295.0761 1.63613 0 3.27919 0 5.0364.1833-.1695.2939-.2733.4114-.377 1.0372-.9167 1.9982-1.90599 3.0907-2.73617 2.5237-1.9094 5.0854-1.7572 7.4777.34591.2662.21792.5116.4566.8228.73678z"}),s.jsxRuntimeExports.jsx("path",{d:"m76.4229 27.0363c-1.5253.0947-3.0374-.3335-4.2868-1.2142-.0904-.0893-.2099-.1433-.3367-.1522s-.2526.028-.3547.1038c-1.239.7059-2.6167 1.1337-4.0374 1.2537-1.4208.12-2.8506-.0705-4.1904-.5585s-2.5575-1.2617-3.5686-2.2675c-1.0112-1.0058-1.7916-2.2196-2.2872-3.5573-.4956-1.3376-.6945-2.7671-.5829-4.1894.1116-1.4222.531-2.8031 1.2292-4.047.6981-1.2439 1.6583-2.321 2.814-3.15657 1.1556-.83557 2.4791-1.40966 3.8785-1.68246 2.3387-.48754 4.775-.07632 6.8243 1.15187.0852.06077.1897.08802.2937.07654.1039-.01149.2-.06091.2698-.13881 1.2688-.98583 2.7657-1.23834 4.3352-1.27639zm-6.9141-9.8584c.0266-.3919-.0289-.7851-.1629-1.1544-.134-.3692-.3436-.7065-.6153-.9901-.2717-.2835-.5996-.5073-.9627-.6568-.363-.1495-.7533-.2215-1.1458-.2115-.7893.0149-1.5419.3365-2.0984.8968-.5564.5603-.8731 1.3153-.883 2.1051-.0099.7899.2878 1.5525.8301 2.1266s1.2865.9145 2.0752.9491c1.6905.0207 2.9386-1.266 2.9628-3.0648z"}),s.jsxRuntimeExports.jsx("path",{d:"m36.9321 7.37438v19.71662c-.5808-.0553-1.1581-.0657-1.7285-.1764-.9537-.1677-1.8562-.5523-2.6378-1.1242-.0799-.0401-.1681-.0611-.2575-.0611-.0895 0-.1777.021-.2576.0611-1.6385.9205-3.5021 1.3627-5.3792 1.2764-2.1622-.0759-4.2344-.8845-5.8771-2.2933-1.1087-.8975-2.0002-2.0342-2.6078-3.325-.6076-1.2909-.9157-2.7025-.9011-4.1293-.043-1.9845.5273-3.9339 1.633-5.5819s2.6929-2.91439 4.5448-3.62614c1.3834-.58375 2.8846-.83375 4.3823-.7298 1.4978.10395 2.9501.55895 4.2397 1.32822.0731.03601.1535.05474.2351.05474.0815 0 .1619-.01873.235-.05474 1.2757-1.00659 2.7623-1.26948 4.3767-1.3352zm-6.8761 9.76152c0-1.7503-1.2342-2.9887-2.9316-2.9714-.3987.003-.7928.0844-1.1599.2398s-.7001.3815-.9799.6656c-.2797.2842-.5008.6206-.6507.9902-.1498.3696-.2254.7651-.2224 1.164.0029.3988.0844.7931.2396 1.1605.1553.3673.3814.7005.6653.9804.284.2799.6202.5012.9896.6511.3694.1498.7647.2255 1.1633.2225 1.6629-.0173 2.9074-1.3455 2.8867-3.1027z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),h=require("../../utilities/scale.js");function i({fill:c,...t}){const{width:x,height:e}=h.default({originalWidth:120,originalHeight:55,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 120 55",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:e,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"#000",children:[s.jsxRuntimeExports.jsx("path",{d:"m90.6113 7.831v-7.82785355c3.063-.07955845 5.725 1.34557355 6.5685 4.73545355.1745.72258.2616 1.46352.2593 2.20688.0184 6.52152.0184 13.04412 0 19.56792v.5396c-1.5903-.0242-3.063-.3217-4.3386-1.2695-.0831-.0805-.1922-.1285-.3076-.1355s-.2295.0276-.3216.0975c-5.1304 2.9021-11.6885.7471-13.9287-4.6974-1.5626-3.805-.9818-7.3886 1.8081-10.4395 2.6827-2.93325 6.0568-3.82915 9.9184-2.83986zm0 9.3844c.0132-.3968-.0543-.7921-.1984-1.162-.144-.3699-.3616-.7068-.6396-.9901s-.6105-.5072-.9775-.6581-.7608-.2257-1.1576-.2199c-.8022-.0064-1.5742.3063-2.146.8694-.5718.563-.8967 1.3303-.9031 2.1331-.0064.8027.3061 1.5751.8689 2.1472.5627.5722 1.3296.8972 2.1319.9037.3977.0051.7924-.0697 1.1607-.2199.3684-.1502.7028-.3729.9836-.6548s.5021-.6173.651-.9864c.1489-.369.2223-.7642.2158-1.1622z"}),s.jsxRuntimeExports.jsx("path",{d:"m99.4912 7.38135c1.9668.03459 3.7198.48427 5.0818 1.94053 1.081 1.18252 1.696 2.71812 1.729 4.32042.062 1.1587 0 2.3244.024 3.4901-.027.6725.178 1.3337.58 1.8732s.977.9247 1.629 1.0913c1.67.4877 3.568-.8406 3.585-2.5667.031-3.2134 0-6.4234.021-9.63345v-.49465c3.242-.0588 6.039 1.49086 6.679 5.154.44 2.3936.392 4.8516-.142 7.226-.84 3.6009-4.197 6.548-7.861 7.1326-1.987.3138-4.023.0101-5.831-.8701-1.809-.8803-3.305-2.2946-4.285-4.0522-.8055-1.4223-1.224-3.0314-1.2133-4.6662 0-3.2274 0-6.4512 0-9.68542-.0104-.07264-.0034-.15566.0035-.25943z"}),s.jsxRuntimeExports.jsx("path",{d:"m10.6651 17.0749 7.8926 7.7967c-1.9913 2.1654-4.5945 2.8399-7.3878 1.4217-1.56609-.8025-2.84522-1.9613-4.09669-3.1616-.17631-.1661-.32151-.3667-.54276-.6261-1.06133 3.2273-3.33264 4.5279-6.53045 4.5487v-27.04990547c1.83226 0 3.49512.38395547 4.83993 1.69148547 1.42087 1.38362 1.94289 3.11315 1.9982 5.02947.04149 1.48394 0 2.97133 0 4.56595l.42177-.3666c1.03713-.9202 1.99128-1.91983 3.0872-2.74309 2.534-1.9094 5.1545-1.72953 7.5053.40471.2386.21447.4702.43585.7606.69182z"}),s.jsxRuntimeExports.jsx("path",{d:"m57.5711 9.27762-7.8407 7.76218 7.813 7.8001c-1.7666 1.9613-4.1485 2.7673-6.6445 1.778-1.6767-.6607-3.0284-1.7814-4.3249-2.9817-.3699-.3459-.6914-.7333-1.0578-1.1346-1.5004 3.3207-3.5297 4.7113-6.5201 4.5175v-26.9979286c.8491-.0499943 1.7001.0579059 2.5098.3182336 2.7311.837095 4.1486 3.261895 4.2626 5.932295.0761 1.63613 0 3.27919 0 5.0364.1833-.1695.2939-.2733.4114-.377 1.0372-.9167 1.9982-1.90599 3.0907-2.73617 2.5237-1.9094 5.0854-1.7572 7.4777.34591.2662.21792.5116.4566.8228.73678z"}),s.jsxRuntimeExports.jsx("path",{d:"m76.4229 27.0363c-1.5253.0947-3.0374-.3335-4.2868-1.2142-.0904-.0893-.2099-.1433-.3367-.1522s-.2526.028-.3547.1038c-1.239.7059-2.6167 1.1337-4.0374 1.2537-1.4208.12-2.8506-.0705-4.1904-.5585s-2.5575-1.2617-3.5686-2.2675c-1.0112-1.0058-1.7916-2.2196-2.2872-3.5573-.4956-1.3376-.6945-2.7671-.5829-4.1894.1116-1.4222.531-2.8031 1.2292-4.047.6981-1.2439 1.6583-2.321 2.814-3.15657 1.1556-.83557 2.4791-1.40966 3.8785-1.68246 2.3387-.48754 4.775-.07632 6.8243 1.15187.0852.06077.1897.08802.2937.07654.1039-.01149.2-.06091.2698-.13881 1.2688-.98583 2.7657-1.23834 4.3352-1.27639zm-6.9141-9.8584c.0266-.3919-.0289-.7851-.1629-1.1544-.134-.3692-.3436-.7065-.6153-.9901-.2717-.2835-.5996-.5073-.9627-.6568-.363-.1495-.7533-.2215-1.1458-.2115-.7893.0149-1.5419.3365-2.0984.8968-.5564.5603-.8731 1.3153-.883 2.1051-.0099.7899.2878 1.5525.8301 2.1266s1.2865.9145 2.0752.9491c1.6905.0207 2.9386-1.266 2.9628-3.0648z"}),s.jsxRuntimeExports.jsx("path",{d:"m36.9321 7.37438v19.71662c-.5808-.0553-1.1581-.0657-1.7285-.1764-.9537-.1677-1.8562-.5523-2.6378-1.1242-.0799-.0401-.1681-.0611-.2575-.0611-.0895 0-.1777.021-.2576.0611-1.6385.9205-3.5021 1.3627-5.3792 1.2764-2.1622-.0759-4.2344-.8845-5.8771-2.2933-1.1087-.8975-2.0002-2.0342-2.6078-3.325-.6076-1.2909-.9157-2.7025-.9011-4.1293-.043-1.9845.5273-3.9339 1.633-5.5819s2.6929-2.91439 4.5448-3.62614c1.3834-.58375 2.8846-.83375 4.3823-.7298 1.4978.10395 2.9501.55895 4.2397 1.32822.0731.03601.1535.05474.2351.05474.0815 0 .1619-.01873.235-.05474 1.2757-1.00659 2.7623-1.26948 4.3767-1.3352zm-6.8761 9.76152c0-1.7503-1.2342-2.9887-2.9316-2.9714-.3987.003-.7928.0844-1.1599.2398s-.7001.3815-.9799.6656c-.2797.2842-.5008.6206-.6507.9902-.1498.3696-.2254.7651-.2224 1.164.0029.3988.0844.7931.2396 1.1605.1553.3673.3814.7005.6653.9804.284.2799.6202.5012.9896.6511.3694.1498.7647.2255 1.1633.2225 1.6629-.0173 2.9074-1.3455 2.8867-3.1027z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.7,children:[s.jsxRuntimeExports.jsx("path",{d:"m40.7637 54.0908 4.5322-6.4394-.0103 1.3842-4.2861-6.1626h2.1226l1.4355 2.1944c.3418.5127.6494 1.0049.9229 1.4765.2734.4649.5537.9229.8408 1.3741h-.9229c.294-.4512.5708-.9092.8306-1.3741.2598-.4716.5606-.9638.9023-1.4765l1.4664-2.1944h2.0815l-4.2964 6.2139v-1.3535l4.481 6.3574h-2.1123l-1.6919-2.5327c-.335-.499-.6358-.9741-.9024-1.4253s-.54-.8955-.8203-1.333h.9331c-.2803.4375-.5503.8818-.81 1.333-.253.4512-.5469.9263-.8819 1.4253l-1.7124 2.5327z"}),s.jsxRuntimeExports.jsx("path",{d:"m35.0732 54.3369c-1.0869 0-2.0234-.2427-2.8095-.728-.7793-.4922-1.3775-1.1724-1.7945-2.0405-.417-.875-.6254-1.8833-.6254-3.0249s.2084-2.1534.6254-3.0352c.4239-.8818 1.0152-1.5723 1.774-2.0713.7656-.499 1.6508-.7485 2.6557-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2475.1607-1.7329.482-.4853.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1402 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5948-.9843l1.7636.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5893 1.1075-.6358.2597-1.3467.3896-2.1329.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m22.144 54.3164c-.9433 0-1.7773-.2393-2.5019-.7178s-1.2886-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2016-2.1977.6049-3.0659.4034-.8681.9639-1.5381 1.6817-2.0097.7246-.4786 1.5586-.7178 2.5019-.7178.6426 0 1.1792.1025 1.6099.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8046v15.2783h-1.7534v-1.7226h-.1333c-.1777.2939-.4101.5913-.6972.8921-.2803.3007-.6392.5537-1.0767.7587-.4307.1983-.9605.2974-1.5894.2974zm.2666-1.6099c.6905 0 1.2749-.1777 1.7535-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2597-.6358.3896-1.3706.3896-2.2046 0-.8408-.1264-1.5723-.3794-2.1943-.2529-.6221-.622-1.1075-1.1074-1.4561-.4853-.3486-1.0732-.523-1.7637-.523-.6835 0-1.268.1744-1.7534.523-.4785.3486-.8442.8374-1.0971 1.4663-.253.6221-.3794 1.3501-.3794 2.1841 0 .8271.1264 1.5586.3794 2.1943.2597.6289.6289 1.1245 1.1074 1.4868.4853.3555 1.0664.5332 1.7431.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m7.6543 47.4258v6.665h-1.80469v-11.2178h1.74316v2.7173h-.33838c.34864-1.0254.84082-1.7602 1.47657-2.2046.64258-.4511 1.39794-.6767 2.26614-.6767.7519 0 1.4218.1606 2.0097.4819.5948.3145 1.0596.7896 1.3946 1.4253.3349.6358.5024 1.439.5024 2.4097v7.0649h-1.8047v-6.9214c0-.9023-.229-1.5996-.687-2.0918-.4512-.4922-1.0801-.7382-1.8867-.7382-.54005 0-1.02882.1162-1.46632.3486-.43066.2256-.77246.5674-1.02539 1.0254s-.37939 1.0288-.37939 1.7124z"}),s.jsxRuntimeExports.jsx("path",{d:"m2.62988 38.8125v15.2783h-1.907224v-15.2783z"})]})]})})}exports.default=i;
|
|
@@ -26,7 +26,7 @@ function m({
|
|
|
26
26
|
/* @__PURE__ */ c.jsx("path", { d: "m57.5711 9.27762-7.8407 7.76218 7.813 7.8001c-1.7666 1.9613-4.1485 2.7673-6.6445 1.778-1.6767-.6607-3.0284-1.7814-4.3249-2.9817-.3699-.3459-.6914-.7333-1.0578-1.1346-1.5004 3.3207-3.5297 4.7113-6.5201 4.5175v-26.9979286c.8491-.0499943 1.7001.0579059 2.5098.3182336 2.7311.837095 4.1486 3.261895 4.2626 5.932295.0761 1.63613 0 3.27919 0 5.0364.1833-.1695.2939-.2733.4114-.377 1.0372-.9167 1.9982-1.90599 3.0907-2.73617 2.5237-1.9094 5.0854-1.7572 7.4777.34591.2662.21792.5116.4566.8228.73678z" }),
|
|
27
27
|
/* @__PURE__ */ c.jsx("path", { d: "m76.4229 27.0363c-1.5253.0947-3.0374-.3335-4.2868-1.2142-.0904-.0893-.2099-.1433-.3367-.1522s-.2526.028-.3547.1038c-1.239.7059-2.6167 1.1337-4.0374 1.2537-1.4208.12-2.8506-.0705-4.1904-.5585s-2.5575-1.2617-3.5686-2.2675c-1.0112-1.0058-1.7916-2.2196-2.2872-3.5573-.4956-1.3376-.6945-2.7671-.5829-4.1894.1116-1.4222.531-2.8031 1.2292-4.047.6981-1.2439 1.6583-2.321 2.814-3.15657 1.1556-.83557 2.4791-1.40966 3.8785-1.68246 2.3387-.48754 4.775-.07632 6.8243 1.15187.0852.06077.1897.08802.2937.07654.1039-.01149.2-.06091.2698-.13881 1.2688-.98583 2.7657-1.23834 4.3352-1.27639zm-6.9141-9.8584c.0266-.3919-.0289-.7851-.1629-1.1544-.134-.3692-.3436-.7065-.6153-.9901-.2717-.2835-.5996-.5073-.9627-.6568-.363-.1495-.7533-.2215-1.1458-.2115-.7893.0149-1.5419.3365-2.0984.8968-.5564.5603-.8731 1.3153-.883 2.1051-.0099.7899.2878 1.5525.8301 2.1266s1.2865.9145 2.0752.9491c1.6905.0207 2.9386-1.266 2.9628-3.0648z" }),
|
|
28
28
|
/* @__PURE__ */ c.jsx("path", { d: "m36.9321 7.37438v19.71662c-.5808-.0553-1.1581-.0657-1.7285-.1764-.9537-.1677-1.8562-.5523-2.6378-1.1242-.0799-.0401-.1681-.0611-.2575-.0611-.0895 0-.1777.021-.2576.0611-1.6385.9205-3.5021 1.3627-5.3792 1.2764-2.1622-.0759-4.2344-.8845-5.8771-2.2933-1.1087-.8975-2.0002-2.0342-2.6078-3.325-.6076-1.2909-.9157-2.7025-.9011-4.1293-.043-1.9845.5273-3.9339 1.633-5.5819s2.6929-2.91439 4.5448-3.62614c1.3834-.58375 2.8846-.83375 4.3823-.7298 1.4978.10395 2.9501.55895 4.2397 1.32822.0731.03601.1535.05474.2351.05474.0815 0 .1619-.01873.235-.05474 1.2757-1.00659 2.7623-1.26948 4.3767-1.3352zm-6.8761 9.76152c0-1.7503-1.2342-2.9887-2.9316-2.9714-.3987.003-.7928.0844-1.1599.2398s-.7001.3815-.9799.6656c-.2797.2842-.5008.6206-.6507.9902-.1498.3696-.2254.7651-.2224 1.164.0029.3988.0844.7931.2396 1.1605.1553.3673.3814.7005.6653.9804.284.2799.6202.5012.9896.6511.3694.1498.7647.2255 1.1633.2225 1.6629-.0173 2.9074-1.3455 2.8867-3.1027z" }),
|
|
29
|
-
/* @__PURE__ */ c.jsxs("g", { opacity: 0.
|
|
29
|
+
/* @__PURE__ */ c.jsxs("g", { opacity: 0.7, children: [
|
|
30
30
|
/* @__PURE__ */ c.jsx("path", { d: "m40.7637 54.0908 4.5322-6.4394-.0103 1.3842-4.2861-6.1626h2.1226l1.4355 2.1944c.3418.5127.6494 1.0049.9229 1.4765.2734.4649.5537.9229.8408 1.3741h-.9229c.294-.4512.5708-.9092.8306-1.3741.2598-.4716.5606-.9638.9023-1.4765l1.4664-2.1944h2.0815l-4.2964 6.2139v-1.3535l4.481 6.3574h-2.1123l-1.6919-2.5327c-.335-.499-.6358-.9741-.9024-1.4253s-.54-.8955-.8203-1.333h.9331c-.2803.4375-.5503.8818-.81 1.333-.253.4512-.5469.9263-.8819 1.4253l-1.7124 2.5327z" }),
|
|
31
31
|
/* @__PURE__ */ c.jsx("path", { d: "m35.0732 54.3369c-1.0869 0-2.0234-.2427-2.8095-.728-.7793-.4922-1.3775-1.1724-1.7945-2.0405-.417-.875-.6254-1.8833-.6254-3.0249s.2084-2.1534.6254-3.0352c.4239-.8818 1.0152-1.5723 1.774-2.0713.7656-.499 1.6508-.7485 2.6557-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2475.1607-1.7329.482-.4853.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1402 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5948-.9843l1.7636.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5893 1.1075-.6358.2597-1.3467.3896-2.1329.3896z" }),
|
|
32
32
|
/* @__PURE__ */ c.jsx("path", { d: "m22.144 54.3164c-.9433 0-1.7773-.2393-2.5019-.7178s-1.2886-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2016-2.1977.6049-3.0659.4034-.8681.9639-1.5381 1.6817-2.0097.7246-.4786 1.5586-.7178 2.5019-.7178.6426 0 1.1792.1025 1.6099.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8046v15.2783h-1.7534v-1.7226h-.1333c-.1777.2939-.4101.5913-.6972.8921-.2803.3007-.6392.5537-1.0767.7587-.4307.1983-.9605.2974-1.5894.2974zm.2666-1.6099c.6905 0 1.2749-.1777 1.7535-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2597-.6358.3896-1.3706.3896-2.2046 0-.8408-.1264-1.5723-.3794-2.1943-.2529-.6221-.622-1.1075-1.1074-1.4561-.4853-.3486-1.0732-.523-1.7637-.523-.6835 0-1.268.1744-1.7534.523-.4785.3486-.8442.8374-1.0971 1.4663-.253.6221-.3794 1.3501-.3794 2.1841 0 .8271.1264 1.5586.3794 2.1943.2597.6289.6289 1.1245 1.1074 1.4868.4853.3555 1.0664.5332 1.7431.5332z" }),
|
|
@@ -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"),e=require("../../utilities/scale.js");function h({fill:c,...t}){const{width:x,height:i}=e.default({originalWidth:120,originalHeight:59,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 120 59",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:i,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"#000",children:[s.jsxRuntimeExports.jsx("path",{d:"m90.6113 7.831v-7.82785355c3.063-.07955845 5.725 1.34557355 6.5685 4.73545355.1745.72258.2616 1.46352.2593 2.20688.0184 6.52152.0184 13.04412 0 19.56792v.5396c-1.5903-.0242-3.063-.3217-4.3386-1.2695-.0831-.0805-.1922-.1285-.3076-.1355s-.2295.0276-.3216.0975c-5.1304 2.9021-11.6885.7471-13.9287-4.6974-1.5626-3.805-.9818-7.3886 1.8081-10.4395 2.6827-2.93325 6.0568-3.82915 9.9184-2.83986zm0 9.3844c.0132-.3968-.0543-.7921-.1984-1.162-.144-.3699-.3616-.7068-.6396-.9901s-.6105-.5072-.9775-.6581-.7608-.2257-1.1576-.2199c-.8022-.0064-1.5742.3063-2.146.8694-.5718.563-.8967 1.3303-.9031 2.1331-.0064.8027.3061 1.5751.8689 2.1472.5627.5722 1.3296.8972 2.1319.9037.3977.0051.7924-.0697 1.1607-.2199.3684-.1502.7028-.3729.9836-.6548s.5021-.6173.651-.9864c.1489-.369.2223-.7642.2158-1.1622z"}),s.jsxRuntimeExports.jsx("path",{d:"m99.4913 7.38147c1.9667.03459 3.7197.48427 5.0817 1.94053 1.081 1.1825 1.696 2.7181 1.729 4.3204.062 1.1588 0 2.3245.024 3.4902-.026.6724.178 1.3336.58 1.8731.403.5396.977.9247 1.629 1.0913 1.67.4877 3.568-.8406 3.585-2.5666.031-3.2135 0-6.4235.021-9.63353v-.49465c3.243-.0588 6.039 1.49086 6.679 5.15398.44 2.3936.392 4.8516-.142 7.226-.84 3.6009-4.197 6.548-7.861 7.1326-1.987.3138-4.022.0101-5.831-.8701s-3.305-2.2946-4.285-4.0522c-.8054-1.4223-1.2238-3.0313-1.2131-4.6662 0-3.2273 0-6.4512 0-9.6854-.0104-.07264-.0035-.15566.0034-.25943z"}),s.jsxRuntimeExports.jsx("path",{d:"m10.6651 17.0747 7.8926 7.7967c-1.9913 2.1654-4.5945 2.8399-7.3878 1.4217-1.56609-.8025-2.84522-1.9613-4.09669-3.1616-.17631-.166-.32151-.3666-.54276-.6261-1.06133 3.2273-3.33264 4.5279-6.53045 4.5487v-27.04985806c1.83226 0 3.49512.38395606 4.83993 1.69147806 1.42087 1.38363 1.94289 3.11316 1.9982 5.02948.04149 1.48393 0 2.97133 0 4.566l.42177-.3667c1.03713-.9201 1.99128-1.91978 3.0872-2.74304 2.534-1.9094 5.1545-1.72953 7.5053.40471.2386.21446.4702.43584.7606.69181z"}),s.jsxRuntimeExports.jsx("path",{d:"m57.5719 9.27786-7.8407 7.76214 7.8131 7.8002c-1.7666 1.9613-4.1486 2.7672-6.6446 1.7779-1.6767-.6606-3.0284-1.7814-4.3248-2.9817-.3699-.3459-.6914-.7333-1.0579-1.1345-1.5004 3.3207-3.5297 4.7112-6.5201 4.5175v-26.9979844c.8491-.0499943 1.7001.0579058 2.5099.3182334 2.7311.837091 4.1485 3.261891 4.2626 5.932291.076 1.63614 0 3.27919 0 5.03636.1832-.1695.2938-.2732.4114-.377 1.0371-.9167 1.9982-1.90595 3.0906-2.73612 2.5237-1.9094 5.0854-1.75721 7.4777.3459.2662.21793.5117.4566.8228.73678z"}),s.jsxRuntimeExports.jsx("path",{d:"m76.4233 27.0364c-1.5254.0947-3.0374-.3335-4.2868-1.2141-.0905-.0894-.21-.1434-.3368-.1522-.1268-.0089-.2526.0279-.3546.1037-1.2391.7059-2.6167 1.1337-4.0375 1.2537-1.4207.1201-2.8506-.0705-4.1904-.5585-1.3397-.488-2.5574-1.2617-3.5686-2.2675s-1.7916-2.2196-2.2872-3.5573c-.4956-1.3376-.6945-2.7671-.5829-4.1894.1116-1.4222.5311-2.8031 1.2292-4.047.6982-1.2439 1.6583-2.321 2.814-3.15654 1.1556-.83558 2.4791-1.40967 3.8786-1.68247 2.3386-.48754 4.7749-.07631 6.8243 1.15187.0851.06078.1897.08803.2936.07654.104-.01149.2-.0609.2699-.1388 1.2687-.98584 2.7657-1.23835 4.3352-1.2764zm-6.9142-9.8583c.0266-.392-.0289-.7852-.1629-1.1544-.134-.3693-.3435-.7065-.6152-.9901s-.5996-.5073-.9627-.6569c-.3631-.1495-.7534-.2215-1.1459-.2115-.7893.0149-1.5419.3365-2.0983.8968-.5565.5603-.8732 1.3153-.8831 2.1051-.0099.7899.2878 1.5526.8301 2.1266.5423.5741 1.2866.9145 2.0753.9491 1.6905.0207 2.9385-1.266 2.9627-3.0647z"}),s.jsxRuntimeExports.jsx("path",{d:"m36.933 7.37417v19.71663c-.5808-.0553-1.1582-.0657-1.7286-.1764-.9537-.1677-1.8561-.5523-2.6378-1.1242-.0799-.0402-.1681-.0611-.2575-.0611s-.1776.0209-.2576.0611c-1.6385.9205-3.5021 1.3627-5.3792 1.2764-2.1622-.0759-4.2344-.8846-5.8771-2.2934-1.1086-.8974-2.0001-2.0341-2.6078-3.3249-.6076-1.2909-.9157-2.7025-.9011-4.1293-.043-1.9845.5274-3.9339 1.6331-5.5819s2.6928-2.91441 4.5447-3.62615c1.3834-.58376 2.8846-.83376 4.3823-.7298 1.4978.10395 2.9501.55894 4.2397 1.32821.0731.03602.1536.05475.2351.05475s.1619-.01873.2351-.05475c1.2756-1.00658 2.7622-1.26947 4.3767-1.33519zm-6.8762 9.76143c0-1.7502-1.2342-2.9886-2.9316-2.9713-.3986.003-.7928.0844-1.1599.2398-.3671.1553-.7001.3815-.9798.6656-.2798.2841-.5009.6206-.6507.9902s-.2254.7651-.2225 1.1639c.003.3989.0844.7932.2397 1.1606.1552.3673.3813.7005.6652.9804.284.2799.6202.5011.9896.651s.7647.2256 1.1633.2226c1.6629-.0173 2.9074-1.3456 2.8867-3.1028z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.7,children:[s.jsxRuntimeExports.jsx("path",{d:"m29.4746 58.2949.2871-1.5791.5332.0308c.3145.0615.5982.0615.8511 0 .2598-.0615.4922-.2119.6973-.4512.205-.2324.3896-.5742.5537-1.0254l.4306-1.1792-4.3066-11.2178h1.9687l2.3995 6.5831c.2324.6357.4375 1.268.6152 1.8969.1846.6289.3691 1.2442.5537 1.8457h-.5845c.1846-.6015.3692-1.2168.5537-1.8457.1846-.6357.3897-1.268.6153-1.8969l2.3994-6.5831h1.9482l-5.0141 13.043c-.2188.5606-.4854 1.0254-.7998 1.3945-.3076.376-.67.6563-1.0869.8409-.4102.1845-.8682.2768-1.3741.2768-.2734 0-.5195-.0171-.7382-.0512-.212-.0274-.3794-.0547-.5025-.0821z"}),s.jsxRuntimeExports.jsx("path",{d:"m21.7432 54.3164c-.7246 0-1.3775-.1299-1.9585-.3896-.5811-.2666-1.0425-.6563-1.3843-1.169s-.5127-1.1382-.5127-1.8765c0-.6425.1265-1.1621.3794-1.5585.2529-.4034.5913-.7212 1.0151-.9537.4239-.2324.8955-.4067 1.4151-.5229.5263-.1162 1.0561-.2085 1.5893-.2769.6905-.0888 1.2442-.1572 1.6612-.205.4169-.0479.7211-.1265.9126-.2359.1914-.1162.2871-.3144.2871-.5947v-.082c0-.4444-.0923-.8272-.2769-1.1485-.1777-.3213-.4443-.5674-.7998-.7383-.3555-.1777-.7964-.2666-1.3228-.2666-.5263 0-.9843.0855-1.374.2564-.3896.1641-.7041.3828-.9433.6562-.2325.2666-.3931.5503-.482.8511l-1.7739-.3589c.1914-.6836.5127-1.2441.9639-1.6816.4511-.4444.9878-.7725 1.6098-.9844.6221-.2187 1.2784-.3281 1.9688-.3281.4785 0 .9639.0615 1.456.1846.4991.123.9571.3281 1.3741.6152.4238.2871.7622.6802 1.0151 1.1792s.3794 1.1245.3794 1.8765v7.5263h-1.7739v-1.5483h-.0923c-.1299.2597-.3316.5298-.605.81-.2734.2735-.6357.5025-1.0869.6871-.4443.1845-.9912.2768-1.6406.2768zm.2871-1.5996c.6972 0 1.2749-.1299 1.7329-.3897.4648-.2666.81-.6083 1.0356-1.0253.2324-.4239.3487-.8682.3487-1.333v-1.5074c-.0684.0821-.2154.1573-.441.2256-.2255.0615-.4887.1196-.7895.1743s-.605.1026-.9126.1436c-.3008.041-.5674.0752-.7998.1025-.4307.0547-.8374.1504-1.2202.2871-.3828.1299-.6905.3213-.9229.5743-.2324.246-.3486.5844-.3486 1.0151 0 .3691.0991.6836.2974.9433.1982.2598.4682.4581.81.5948.3486.1299.752.1948 1.21.1948z"}),s.jsxRuntimeExports.jsx("path",{d:"m15.5088 38.8125v15.2783h-1.8047v-15.2783z"}),s.jsxRuntimeExports.jsx("path",{d:"m.722656 54.0908v-15.2783h5.321774c1.14161 0 2.09864.2051 2.8711.6152.77246.4102 1.35347.9742 1.74317 1.6919.3896.7178.5845 1.5381.5845 2.461 0 .9297-.1983 1.7568-.5948 2.4814-.3964.7178-.98434 1.2852-1.76363 1.7022-.77247.4101-1.7295.6152-2.8711.6152h-3.99902v-1.6816h3.95801c.76562 0 1.39795-.1299 1.89697-.3897.49902-.2666.86816-.6357 1.10742-1.1074.24609-.4717.36914-1.0117.36914-1.6201s-.12305-1.1416-.36914-1.5996c-.23926-.4649-.6084-.8272-1.10742-1.087-.49902-.2666-1.13818-.3999-1.91748-.3999h-3.32227v13.5967z"})]})]})})}exports.default=h;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { j as c } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import a from "../../utilities/scale.mjs";
|
|
3
|
+
function l({
|
|
4
|
+
fill: h,
|
|
5
|
+
...s
|
|
6
|
+
}) {
|
|
7
|
+
const { width: t, height: i } = a({
|
|
8
|
+
originalWidth: 120,
|
|
9
|
+
originalHeight: 59,
|
|
10
|
+
width: s.width,
|
|
11
|
+
height: s.height
|
|
12
|
+
});
|
|
13
|
+
return /* @__PURE__ */ c.jsx(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
fill: "none",
|
|
17
|
+
viewBox: "0 0 120 59",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...s,
|
|
20
|
+
width: t,
|
|
21
|
+
height: i,
|
|
22
|
+
children: /* @__PURE__ */ c.jsxs("g", { fill: h ?? "#000", children: [
|
|
23
|
+
/* @__PURE__ */ c.jsx("path", { d: "m90.6113 7.831v-7.82785355c3.063-.07955845 5.725 1.34557355 6.5685 4.73545355.1745.72258.2616 1.46352.2593 2.20688.0184 6.52152.0184 13.04412 0 19.56792v.5396c-1.5903-.0242-3.063-.3217-4.3386-1.2695-.0831-.0805-.1922-.1285-.3076-.1355s-.2295.0276-.3216.0975c-5.1304 2.9021-11.6885.7471-13.9287-4.6974-1.5626-3.805-.9818-7.3886 1.8081-10.4395 2.6827-2.93325 6.0568-3.82915 9.9184-2.83986zm0 9.3844c.0132-.3968-.0543-.7921-.1984-1.162-.144-.3699-.3616-.7068-.6396-.9901s-.6105-.5072-.9775-.6581-.7608-.2257-1.1576-.2199c-.8022-.0064-1.5742.3063-2.146.8694-.5718.563-.8967 1.3303-.9031 2.1331-.0064.8027.3061 1.5751.8689 2.1472.5627.5722 1.3296.8972 2.1319.9037.3977.0051.7924-.0697 1.1607-.2199.3684-.1502.7028-.3729.9836-.6548s.5021-.6173.651-.9864c.1489-.369.2223-.7642.2158-1.1622z" }),
|
|
24
|
+
/* @__PURE__ */ c.jsx("path", { d: "m99.4913 7.38147c1.9667.03459 3.7197.48427 5.0817 1.94053 1.081 1.1825 1.696 2.7181 1.729 4.3204.062 1.1588 0 2.3245.024 3.4902-.026.6724.178 1.3336.58 1.8731.403.5396.977.9247 1.629 1.0913 1.67.4877 3.568-.8406 3.585-2.5666.031-3.2135 0-6.4235.021-9.63353v-.49465c3.243-.0588 6.039 1.49086 6.679 5.15398.44 2.3936.392 4.8516-.142 7.226-.84 3.6009-4.197 6.548-7.861 7.1326-1.987.3138-4.022.0101-5.831-.8701s-3.305-2.2946-4.285-4.0522c-.8054-1.4223-1.2238-3.0313-1.2131-4.6662 0-3.2273 0-6.4512 0-9.6854-.0104-.07264-.0035-.15566.0034-.25943z" }),
|
|
25
|
+
/* @__PURE__ */ c.jsx("path", { d: "m10.6651 17.0747 7.8926 7.7967c-1.9913 2.1654-4.5945 2.8399-7.3878 1.4217-1.56609-.8025-2.84522-1.9613-4.09669-3.1616-.17631-.166-.32151-.3666-.54276-.6261-1.06133 3.2273-3.33264 4.5279-6.53045 4.5487v-27.04985806c1.83226 0 3.49512.38395606 4.83993 1.69147806 1.42087 1.38363 1.94289 3.11316 1.9982 5.02948.04149 1.48393 0 2.97133 0 4.566l.42177-.3667c1.03713-.9201 1.99128-1.91978 3.0872-2.74304 2.534-1.9094 5.1545-1.72953 7.5053.40471.2386.21446.4702.43584.7606.69181z" }),
|
|
26
|
+
/* @__PURE__ */ c.jsx("path", { d: "m57.5719 9.27786-7.8407 7.76214 7.8131 7.8002c-1.7666 1.9613-4.1486 2.7672-6.6446 1.7779-1.6767-.6606-3.0284-1.7814-4.3248-2.9817-.3699-.3459-.6914-.7333-1.0579-1.1345-1.5004 3.3207-3.5297 4.7112-6.5201 4.5175v-26.9979844c.8491-.0499943 1.7001.0579058 2.5099.3182334 2.7311.837091 4.1485 3.261891 4.2626 5.932291.076 1.63614 0 3.27919 0 5.03636.1832-.1695.2938-.2732.4114-.377 1.0371-.9167 1.9982-1.90595 3.0906-2.73612 2.5237-1.9094 5.0854-1.75721 7.4777.3459.2662.21793.5117.4566.8228.73678z" }),
|
|
27
|
+
/* @__PURE__ */ c.jsx("path", { d: "m76.4233 27.0364c-1.5254.0947-3.0374-.3335-4.2868-1.2141-.0905-.0894-.21-.1434-.3368-.1522-.1268-.0089-.2526.0279-.3546.1037-1.2391.7059-2.6167 1.1337-4.0375 1.2537-1.4207.1201-2.8506-.0705-4.1904-.5585-1.3397-.488-2.5574-1.2617-3.5686-2.2675s-1.7916-2.2196-2.2872-3.5573c-.4956-1.3376-.6945-2.7671-.5829-4.1894.1116-1.4222.5311-2.8031 1.2292-4.047.6982-1.2439 1.6583-2.321 2.814-3.15654 1.1556-.83558 2.4791-1.40967 3.8786-1.68247 2.3386-.48754 4.7749-.07631 6.8243 1.15187.0851.06078.1897.08803.2936.07654.104-.01149.2-.0609.2699-.1388 1.2687-.98584 2.7657-1.23835 4.3352-1.2764zm-6.9142-9.8583c.0266-.392-.0289-.7852-.1629-1.1544-.134-.3693-.3435-.7065-.6152-.9901s-.5996-.5073-.9627-.6569c-.3631-.1495-.7534-.2215-1.1459-.2115-.7893.0149-1.5419.3365-2.0983.8968-.5565.5603-.8732 1.3153-.8831 2.1051-.0099.7899.2878 1.5526.8301 2.1266.5423.5741 1.2866.9145 2.0753.9491 1.6905.0207 2.9385-1.266 2.9627-3.0647z" }),
|
|
28
|
+
/* @__PURE__ */ c.jsx("path", { d: "m36.933 7.37417v19.71663c-.5808-.0553-1.1582-.0657-1.7286-.1764-.9537-.1677-1.8561-.5523-2.6378-1.1242-.0799-.0402-.1681-.0611-.2575-.0611s-.1776.0209-.2576.0611c-1.6385.9205-3.5021 1.3627-5.3792 1.2764-2.1622-.0759-4.2344-.8846-5.8771-2.2934-1.1086-.8974-2.0001-2.0341-2.6078-3.3249-.6076-1.2909-.9157-2.7025-.9011-4.1293-.043-1.9845.5274-3.9339 1.6331-5.5819s2.6928-2.91441 4.5447-3.62615c1.3834-.58376 2.8846-.83376 4.3823-.7298 1.4978.10395 2.9501.55894 4.2397 1.32821.0731.03602.1536.05475.2351.05475s.1619-.01873.2351-.05475c1.2756-1.00658 2.7622-1.26947 4.3767-1.33519zm-6.8762 9.76143c0-1.7502-1.2342-2.9886-2.9316-2.9713-.3986.003-.7928.0844-1.1599.2398-.3671.1553-.7001.3815-.9798.6656-.2798.2841-.5009.6206-.6507.9902s-.2254.7651-.2225 1.1639c.003.3989.0844.7932.2397 1.1606.1552.3673.3813.7005.6652.9804.284.2799.6202.5011.9896.651s.7647.2256 1.1633.2226c1.6629-.0173 2.9074-1.3456 2.8867-3.1028z" }),
|
|
29
|
+
/* @__PURE__ */ c.jsxs("g", { opacity: 0.7, children: [
|
|
30
|
+
/* @__PURE__ */ c.jsx("path", { d: "m29.4746 58.2949.2871-1.5791.5332.0308c.3145.0615.5982.0615.8511 0 .2598-.0615.4922-.2119.6973-.4512.205-.2324.3896-.5742.5537-1.0254l.4306-1.1792-4.3066-11.2178h1.9687l2.3995 6.5831c.2324.6357.4375 1.268.6152 1.8969.1846.6289.3691 1.2442.5537 1.8457h-.5845c.1846-.6015.3692-1.2168.5537-1.8457.1846-.6357.3897-1.268.6153-1.8969l2.3994-6.5831h1.9482l-5.0141 13.043c-.2188.5606-.4854 1.0254-.7998 1.3945-.3076.376-.67.6563-1.0869.8409-.4102.1845-.8682.2768-1.3741.2768-.2734 0-.5195-.0171-.7382-.0512-.212-.0274-.3794-.0547-.5025-.0821z" }),
|
|
31
|
+
/* @__PURE__ */ c.jsx("path", { d: "m21.7432 54.3164c-.7246 0-1.3775-.1299-1.9585-.3896-.5811-.2666-1.0425-.6563-1.3843-1.169s-.5127-1.1382-.5127-1.8765c0-.6425.1265-1.1621.3794-1.5585.2529-.4034.5913-.7212 1.0151-.9537.4239-.2324.8955-.4067 1.4151-.5229.5263-.1162 1.0561-.2085 1.5893-.2769.6905-.0888 1.2442-.1572 1.6612-.205.4169-.0479.7211-.1265.9126-.2359.1914-.1162.2871-.3144.2871-.5947v-.082c0-.4444-.0923-.8272-.2769-1.1485-.1777-.3213-.4443-.5674-.7998-.7383-.3555-.1777-.7964-.2666-1.3228-.2666-.5263 0-.9843.0855-1.374.2564-.3896.1641-.7041.3828-.9433.6562-.2325.2666-.3931.5503-.482.8511l-1.7739-.3589c.1914-.6836.5127-1.2441.9639-1.6816.4511-.4444.9878-.7725 1.6098-.9844.6221-.2187 1.2784-.3281 1.9688-.3281.4785 0 .9639.0615 1.456.1846.4991.123.9571.3281 1.3741.6152.4238.2871.7622.6802 1.0151 1.1792s.3794 1.1245.3794 1.8765v7.5263h-1.7739v-1.5483h-.0923c-.1299.2597-.3316.5298-.605.81-.2734.2735-.6357.5025-1.0869.6871-.4443.1845-.9912.2768-1.6406.2768zm.2871-1.5996c.6972 0 1.2749-.1299 1.7329-.3897.4648-.2666.81-.6083 1.0356-1.0253.2324-.4239.3487-.8682.3487-1.333v-1.5074c-.0684.0821-.2154.1573-.441.2256-.2255.0615-.4887.1196-.7895.1743s-.605.1026-.9126.1436c-.3008.041-.5674.0752-.7998.1025-.4307.0547-.8374.1504-1.2202.2871-.3828.1299-.6905.3213-.9229.5743-.2324.246-.3486.5844-.3486 1.0151 0 .3691.0991.6836.2974.9433.1982.2598.4682.4581.81.5948.3486.1299.752.1948 1.21.1948z" }),
|
|
32
|
+
/* @__PURE__ */ c.jsx("path", { d: "m15.5088 38.8125v15.2783h-1.8047v-15.2783z" }),
|
|
33
|
+
/* @__PURE__ */ c.jsx("path", { d: "m.722656 54.0908v-15.2783h5.321774c1.14161 0 2.09864.2051 2.8711.6152.77246.4102 1.35347.9742 1.74317 1.6919.3896.7178.5845 1.5381.5845 2.461 0 .9297-.1983 1.7568-.5948 2.4814-.3964.7178-.98434 1.2852-1.76363 1.7022-.77247.4101-1.7295.6152-2.8711.6152h-3.99902v-1.6816h3.95801c.76562 0 1.39795-.1299 1.89697-.3897.49902-.2666.86816-.6357 1.10742-1.1074.24609-.4717.36914-1.0117.36914-1.6201s-.12305-1.1416-.36914-1.5996c-.23926-.4649-.6084-.8272-1.10742-1.087-.49902-.2666-1.13818-.3999-1.91748-.3999h-3.32227v13.5967z" })
|
|
34
|
+
] })
|
|
35
|
+
] })
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
export {
|
|
40
|
+
l as default
|
|
41
|
+
};
|
package/build/index.d.ts
CHANGED
|
@@ -26,6 +26,8 @@ export * from './components/logos/kakadu-index-logo';
|
|
|
26
26
|
export { default as KakaduIndexLogoSvg } from './components/logos/kakadu-index-logo';
|
|
27
27
|
export * from './components/logos/kakadu-logo';
|
|
28
28
|
export { default as KakaduLogoSvg } from './components/logos/kakadu-logo';
|
|
29
|
+
export * from './components/logos/kakadu-play-logo';
|
|
30
|
+
export { default as KakaduPlayLogoSvg } from './components/logos/kakadu-play-logo';
|
|
29
31
|
export * from './components/logos/kolumbus-logo';
|
|
30
32
|
export { default as KolumbusLogoSvg } from './components/logos/kolumbus-logo';
|
|
31
33
|
export * from './components/logos/nordea-logo';
|
package/build/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./theme.js"),I=require("./components/logos/akt-logo.js"),w=require("./components/logos/senteret-for-et-aldersvennlig-norge-logo.js"),P=require("./components/logos/amedia-logo.js"),B=require("./components/logos/bankaxept-logo.js"),D=require("./components/logos/bankid-logo.js"),M=require("./components/logos/dnb-logo.js"),A=require("./components/logos/entur-logo.js"),F=require("./components/logos/gjensidige-logo.js"),G=require("./components/logos/kakadu-academy-logo.js"),R=require("./components/logos/kakadu-guide-icon.js"),c=require("./components/logos/kakadu-guide-logo.js"),V=require("./components/logos/kakadu-index-logo.js"),E=require("./components/logos/kakadu-logo.js"),H=require("./components/logos/kolumbus-logo.js"),N=require("./components/logos/nordea-logo.js"),K=require("./components/logos/norsk-tipping-logo.js"),U=require("./components/logos/ruter-logo.js"),W=require("./components/logos/sparebank1-logo.js"),J=require("./components/logos/sparebanken-norge-logo.js"),j=require("./components/logos/sto-logo.js"),O=require("./components/logos/storebrand-logo.js"),m=require("./components/aria-text.js"),q=require("./components/atom.js"),z=require("./components/box.js"),t=require("./components/button.js"),v=require("./components/button-tooltip.js"),Q=require("./components/card.js"),X=require("./components/click-ripples.js"),Y=require("./components/collapsible.js"),h=require("./components/combobox.js"),Z=require("./components/copy-icon-button.js"),$=require("./components/datum.js"),ee=require("./components/decorators.js"),oe=require("./components/dot.js"),l=require("./components/flex.js"),d=require("./components/footer.js"),te=require("./components/gauge.js"),ne=require("./components/header.js"),k=require("./components/hover-gradient.js"),y=require("./components/icon-button.js"),s=require("./components/input.js"),r=require("./components/modal.js"),re=require("./components/moving-gradients.js"),se=require("./components/moving-stars.js"),g=require("./components/notice.js"),p=require("./components/notification.js"),f=require("./components/popover-menu.js"),a=require("./components/popover.js"),L=require("./components/revealer.js"),ae=require("./components/select.js"),u=require("./components/separator.js"),S=require("./components/skeleton.js"),b=require("./components/spinner.js"),e=require("./components/text.js"),T=require("./components/text-button.js"),n=require("./components/theme-setter.js"),ue=require("./components/veil.js"),x=require("./components/wrapper.js"),_=require("./icons/icon.js"),ie=require("./icons/anchor-down.js"),ce=require("./icons/anchor-up.js"),le=require("./icons/arrow-down.js"),de=require("./icons/arrow-left.js"),ge=require("./icons/arrow-right.js"),pe=require("./icons/arrow-up.js"),fe=require("./icons/caret-down.js"),Se=require("./icons/caret-left.js"),_e=require("./icons/caret-right.js"),me=require("./icons/caret-up.js"),qe=require("./icons/check.js"),ve=require("./icons/chevron-down.js"),he=require("./icons/chevron-left.js"),ke=require("./icons/chevron-right.js"),ye=require("./icons/chevron-up.js"),Le=require("./icons/cog.js"),be=require("./icons/copy.js"),Te=require("./icons/document.js"),xe=require("./icons/dots.js"),Ce=require("./icons/drag.js"),Ie=require("./icons/edit.js"),we=require("./icons/external.js"),Pe=require("./icons/exclamation-triangle.js"),Be=require("./icons/eye.js"),De=require("./icons/information.js"),Me=require("./icons/kakadu-guide-glyph.js"),Ae=require("./icons/kakadu-guide-icon.js"),Fe=require("./icons/menu.js"),Ge=require("./icons/package.js"),Re=require("./icons/plus.js"),Ve=require("./icons/select.js"),Ee=require("./icons/share.js"),He=require("./icons/sparkle.js"),Ne=require("./icons/test.js"),Ke=require("./icons/times.js"),Ue=require("./icons/trash.js"),We=require("./icons/trend-up.js"),Je=require("./icons/chrome-browser-logo.js"),je=require("./icons/edge-browser-logo.js"),i=require("./hooks/use-fetch.js"),Oe=require("./hooks/use-is-document-focused.js"),C=require("./hooks/use-is-in-view.js"),ze=require("./hooks/use-media-query.js"),Qe=require("./hooks/use-synchronized-value.js"),Xe=require("./hooks/use-throttled.js"),Ye=require("./utilities/clamp.js"),Ze=require("./utilities/copy-to-clipboard.js"),$e=require("./utilities/generate-random-id.js"),eo=require("./utilities/scale.js"),oo=require("./utilities/search.js");exports.FontFamilyHead=o.FontFamilyHead;exports.buttonResetStyles=o.buttonResetStyles;exports.darkBackgroundColor=o.darkBackgroundColor;exports.effectStyles=o.effectStyles;exports.font=o.font;exports.lightBackgroundColor=o.lightBackgroundColor;exports.nonInteractiveEffectStyles=o.nonInteractiveEffectStyles;exports.overflowProtectionStyles=o.overflowProtectionStyles;exports.overlayEffectStyles=o.overlayEffectStyles;exports.theme=o.default;exports.AktLogoSvg=I.default;exports.SenteretForEtAldersvennligNorgeLogoSvg=w.default;exports.AmediaLogoSvg=P.default;exports.BankAxeptLogoSvg=B.default;exports.BankIdLogoSvg=D.default;exports.DnbLogoSvg=M.default;exports.EnturLogoSvg=A.default;exports.GjensidigeLogoSvg=F.default;exports.KakaduAcademyLogoSvg=G.default;exports.KakaduGuideIcon=R.default;exports.KakaduGuideLogo=c.default;exports.KakaduGuideLogoSvg=c.KakaduGuideLogoSvg;exports.kakaduGuideLogoVariants=c.kakaduGuideLogoVariants;exports.KakaduIndexLogoSvg=V.default;exports.KakaduLogoSvg=E.default;exports.KolumbusLogoSvg=H.default;exports.NordeaLogoSvg=N.default;exports.NorskTippingLogoSvg=K.default;exports.RuterLogoSvg=U.default;exports.Sparebank1LogoSvg=W.default;exports.SparebankenNorgeLogoSvg=J.default;exports.StoLogoSvg=j.default;exports.StorebrandLogoSvg=O.default;exports.AriaText=m.default;exports.ariaTextStyles=m.ariaTextStyles;exports.Atom=q.default;exports.defaultAtomElementType=q.defaultAtomElementType;exports.Box=z.default;exports.Button=t.default;exports.ButtonLoader=t.ButtonLoader;exports.buttonDangerStyles=t.buttonDangerStyles;exports.buttonSecondaryStyles=t.buttonSecondaryStyles;exports.buttonSuccessStyles=t.buttonSuccessStyles;exports.buttonVariants=t.buttonVariants;exports.buttonWarningStyles=t.buttonWarningStyles;exports.ButtonTooltip=v.default;exports.buttonTooltipPositions=v.buttonTooltipPositions;exports.Card=Q.default;exports.ClickRipples=X.default;exports.Collapsible=Y.default;exports.Combobox=h.default;exports.getComboboxOptionString=h.getComboboxOptionString;exports.CopyIconButton=Z.default;exports.Datum=$.default;exports.Decorators=ee.default;exports.Dot=oe.default;exports.Flex=l.default;exports.flexDirections=l.flexDirections;exports.flexPresets=l.flexPresets;exports.Footer=d.default;exports.footerSectionLinks=d.footerSectionLinks;exports.footerSections=d.footerSections;exports.Gauge=te.default;exports.Header=ne.default;exports.HoverGradient=k.default;exports.normalBlendStyles=k.normalBlendStyles;exports.IconButton=y.default;exports.iconButtonVariants=y.iconButtonVariants;exports.Input=s.default;exports.InputLabel=s.InputLabel;exports.errorParagraph=s.errorParagraph;exports.inputStyles=s.inputStyles;exports.Modal=r.default;exports.ModalActions=r.ModalActions;exports.ModalContent=r.ModalContent;exports.ModalHeading=r.ModalHeading;exports.useModal=r.useModal;exports.useModalContext=r.useModalContext;exports.MovingGradients=re.default;exports.MovingStars=se.default;exports.Notice=g.default;exports.noticeTypes=g.noticeTypes;exports.notificationTypes=g.noticeTypes;exports.Notification=p.default;exports.NotificationProvider=p.NotificationProvider;exports.useCreateNotification=p.useCreateNotification;exports.PopoverMenu=f.default;exports.dangerPopoverMenuItemStyles=f.dangerPopoverMenuItemStyles;exports.usePopoverMenu=f.usePopoverMenu;exports.Popover=a.default;exports.PopoverContainer=a.PopoverContainer;exports.usePopover=a.usePopover;exports.usePopoverContext=a.usePopoverContext;exports.Revealer=L.default;exports.useRevealer=L.useRevealer;exports.Select=ae.default;exports.Separator=u.default;exports.SeparatorLabel=u.SeparatorLabel;exports.SmallSeparator=u.SmallSeparator;exports.VerticalSeparator=u.VerticalSeparator;exports.Skeleton=S.default;exports.SkeletonInstance=S.SkeletonInstance;exports.getDeterministicSkeletonWidth=S.getDeterministicSkeletonWidth;exports.RevealSpinner=b.RevealSpinner;exports.Spinner=b.default;exports.AnchorHeading=e.AnchorHeading;exports.Footnote=e.Footnote;exports.Heading=e.Heading;exports.Hero=e.Hero;exports.Label=e.Label;exports.Paragraph=e.Paragraph;exports.Span=e.Span;exports.Text=e.default;exports.defaultHeadingElementType=e.defaultHeadingElementType;exports.spanStyles=e.spanStyles;exports.textShadowStyles=e.textShadowStyles;exports.TextButton=T.default;exports.textButtonVariants=T.textButtonVariants;exports.ThemeSetter=n.default;exports.getThemePreference=n.getThemePreference;exports.setThemePreference=n.setThemePreference;exports.themePreferences=n.themePreferences;exports.useIsDarkTheme=n.useIsDarkTheme;exports.useIsLightTheme=n.useIsLightTheme;exports.useTheme=n.useTheme;exports.Veil=ue.default;exports.Wrapper=x.default;exports.wrapperWidths=x.wrapperWidths;exports.Icon=_.default;exports.iconShadowStyles=_.iconShadowStyles;exports.iconTypes=_.iconTypes;exports.AnchorDownSvg=ie.default;exports.AnchorUpSvg=ce.default;exports.ArrowDownSvg=le.default;exports.ArrowLeftSvg=de.default;exports.ArrowRightSvg=ge.default;exports.ArrowUpSvg=pe.default;exports.CaretDownSvg=fe.default;exports.CaretLeftSvg=Se.default;exports.CaretRightSvg=_e.default;exports.CaretUpSvg=me.default;exports.CheckSvg=qe.default;exports.ChevronDownSvg=ve.default;exports.ChevronLeftSvg=he.default;exports.ChevronRightSvg=ke.default;exports.ChevronUpSvg=ye.default;exports.CogSvg=Le.default;exports.CopySvg=be.default;exports.DocumentSvg=Te.default;exports.DotsSvg=xe.default;exports.DragSvg=Ce.default;exports.EditSvg=Ie.default;exports.ExternalSvg=we.default;exports.ExclamationTriangleSvg=Pe.default;exports.EyeSvg=Be.default;exports.InformationSvg=De.default;exports.KakaduGuideGlyphSvg=Me.default;exports.KakaduGuideIconSvg=Ae.default;exports.MenuSvg=Fe.default;exports.PackageSvg=Ge.default;exports.PlusSvg=Re.default;exports.SelectSvg=Ve.default;exports.ShareSvg=Ee.default;exports.SparkleSvg=He.default;exports.TestSvg=Ne.default;exports.TimesSvg=Ke.default;exports.TrashSvg=Ue.default;exports.TrendUpSvg=We.default;exports.ChromeBrowserLogoSvg=Je.default;exports.EdgeBrowserLogoSvg=je.default;exports.useFetch=i.default;exports.useFetcher=i.useFetcher;exports.useJsonFetch=i.useJsonFetch;exports.useJsonFetcher=i.useJsonFetcher;exports.useIsDocumentFocused=Oe.default;exports.useHasBeenInView=C.useHasBeenInView;exports.useIsInView=C.default;exports.useMediaQuery=ze.default;exports.useSynchronizedValue=Qe.default;exports.useThrottled=Xe.default;exports.clamp=Ye.default;exports.copyToClipboard=Ze.default;exports.generateRandomId=$e.default;exports.scale=eo.default;exports.search=oo.default;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./theme.js"),I=require("./components/logos/akt-logo.js"),P=require("./components/logos/senteret-for-et-aldersvennlig-norge-logo.js"),w=require("./components/logos/amedia-logo.js"),B=require("./components/logos/bankaxept-logo.js"),D=require("./components/logos/bankid-logo.js"),M=require("./components/logos/dnb-logo.js"),A=require("./components/logos/entur-logo.js"),F=require("./components/logos/gjensidige-logo.js"),G=require("./components/logos/kakadu-academy-logo.js"),R=require("./components/logos/kakadu-guide-icon.js"),c=require("./components/logos/kakadu-guide-logo.js"),V=require("./components/logos/kakadu-index-logo.js"),E=require("./components/logos/kakadu-logo.js"),H=require("./components/logos/kakadu-play-logo.js"),N=require("./components/logos/kolumbus-logo.js"),K=require("./components/logos/nordea-logo.js"),U=require("./components/logos/norsk-tipping-logo.js"),W=require("./components/logos/ruter-logo.js"),J=require("./components/logos/sparebank1-logo.js"),j=require("./components/logos/sparebanken-norge-logo.js"),O=require("./components/logos/sto-logo.js"),z=require("./components/logos/storebrand-logo.js"),m=require("./components/aria-text.js"),q=require("./components/atom.js"),Q=require("./components/box.js"),t=require("./components/button.js"),v=require("./components/button-tooltip.js"),X=require("./components/card.js"),Y=require("./components/click-ripples.js"),Z=require("./components/collapsible.js"),h=require("./components/combobox.js"),$=require("./components/copy-icon-button.js"),ee=require("./components/datum.js"),oe=require("./components/decorators.js"),te=require("./components/dot.js"),l=require("./components/flex.js"),d=require("./components/footer.js"),ne=require("./components/gauge.js"),re=require("./components/header.js"),k=require("./components/hover-gradient.js"),y=require("./components/icon-button.js"),s=require("./components/input.js"),r=require("./components/modal.js"),se=require("./components/moving-gradients.js"),ae=require("./components/moving-stars.js"),g=require("./components/notice.js"),p=require("./components/notification.js"),f=require("./components/popover-menu.js"),a=require("./components/popover.js"),L=require("./components/revealer.js"),ue=require("./components/select.js"),u=require("./components/separator.js"),S=require("./components/skeleton.js"),b=require("./components/spinner.js"),e=require("./components/text.js"),T=require("./components/text-button.js"),n=require("./components/theme-setter.js"),ie=require("./components/veil.js"),x=require("./components/wrapper.js"),_=require("./icons/icon.js"),ce=require("./icons/anchor-down.js"),le=require("./icons/anchor-up.js"),de=require("./icons/arrow-down.js"),ge=require("./icons/arrow-left.js"),pe=require("./icons/arrow-right.js"),fe=require("./icons/arrow-up.js"),Se=require("./icons/caret-down.js"),_e=require("./icons/caret-left.js"),me=require("./icons/caret-right.js"),qe=require("./icons/caret-up.js"),ve=require("./icons/check.js"),he=require("./icons/chevron-down.js"),ke=require("./icons/chevron-left.js"),ye=require("./icons/chevron-right.js"),Le=require("./icons/chevron-up.js"),be=require("./icons/cog.js"),Te=require("./icons/copy.js"),xe=require("./icons/document.js"),Ce=require("./icons/dots.js"),Ie=require("./icons/drag.js"),Pe=require("./icons/edit.js"),we=require("./icons/external.js"),Be=require("./icons/exclamation-triangle.js"),De=require("./icons/eye.js"),Me=require("./icons/information.js"),Ae=require("./icons/kakadu-guide-glyph.js"),Fe=require("./icons/kakadu-guide-icon.js"),Ge=require("./icons/menu.js"),Re=require("./icons/package.js"),Ve=require("./icons/plus.js"),Ee=require("./icons/select.js"),He=require("./icons/share.js"),Ne=require("./icons/sparkle.js"),Ke=require("./icons/test.js"),Ue=require("./icons/times.js"),We=require("./icons/trash.js"),Je=require("./icons/trend-up.js"),je=require("./icons/chrome-browser-logo.js"),Oe=require("./icons/edge-browser-logo.js"),i=require("./hooks/use-fetch.js"),ze=require("./hooks/use-is-document-focused.js"),C=require("./hooks/use-is-in-view.js"),Qe=require("./hooks/use-media-query.js"),Xe=require("./hooks/use-synchronized-value.js"),Ye=require("./hooks/use-throttled.js"),Ze=require("./utilities/clamp.js"),$e=require("./utilities/copy-to-clipboard.js"),eo=require("./utilities/generate-random-id.js"),oo=require("./utilities/scale.js"),to=require("./utilities/search.js");exports.FontFamilyHead=o.FontFamilyHead;exports.buttonResetStyles=o.buttonResetStyles;exports.darkBackgroundColor=o.darkBackgroundColor;exports.effectStyles=o.effectStyles;exports.font=o.font;exports.lightBackgroundColor=o.lightBackgroundColor;exports.nonInteractiveEffectStyles=o.nonInteractiveEffectStyles;exports.overflowProtectionStyles=o.overflowProtectionStyles;exports.overlayEffectStyles=o.overlayEffectStyles;exports.theme=o.default;exports.AktLogoSvg=I.default;exports.SenteretForEtAldersvennligNorgeLogoSvg=P.default;exports.AmediaLogoSvg=w.default;exports.BankAxeptLogoSvg=B.default;exports.BankIdLogoSvg=D.default;exports.DnbLogoSvg=M.default;exports.EnturLogoSvg=A.default;exports.GjensidigeLogoSvg=F.default;exports.KakaduAcademyLogoSvg=G.default;exports.KakaduGuideIcon=R.default;exports.KakaduGuideLogo=c.default;exports.KakaduGuideLogoSvg=c.KakaduGuideLogoSvg;exports.kakaduGuideLogoVariants=c.kakaduGuideLogoVariants;exports.KakaduIndexLogoSvg=V.default;exports.KakaduLogoSvg=E.default;exports.KakaduPlayLogoSvg=H.default;exports.KolumbusLogoSvg=N.default;exports.NordeaLogoSvg=K.default;exports.NorskTippingLogoSvg=U.default;exports.RuterLogoSvg=W.default;exports.Sparebank1LogoSvg=J.default;exports.SparebankenNorgeLogoSvg=j.default;exports.StoLogoSvg=O.default;exports.StorebrandLogoSvg=z.default;exports.AriaText=m.default;exports.ariaTextStyles=m.ariaTextStyles;exports.Atom=q.default;exports.defaultAtomElementType=q.defaultAtomElementType;exports.Box=Q.default;exports.Button=t.default;exports.ButtonLoader=t.ButtonLoader;exports.buttonDangerStyles=t.buttonDangerStyles;exports.buttonSecondaryStyles=t.buttonSecondaryStyles;exports.buttonSuccessStyles=t.buttonSuccessStyles;exports.buttonVariants=t.buttonVariants;exports.buttonWarningStyles=t.buttonWarningStyles;exports.ButtonTooltip=v.default;exports.buttonTooltipPositions=v.buttonTooltipPositions;exports.Card=X.default;exports.ClickRipples=Y.default;exports.Collapsible=Z.default;exports.Combobox=h.default;exports.getComboboxOptionString=h.getComboboxOptionString;exports.CopyIconButton=$.default;exports.Datum=ee.default;exports.Decorators=oe.default;exports.Dot=te.default;exports.Flex=l.default;exports.flexDirections=l.flexDirections;exports.flexPresets=l.flexPresets;exports.Footer=d.default;exports.footerSectionLinks=d.footerSectionLinks;exports.footerSections=d.footerSections;exports.Gauge=ne.default;exports.Header=re.default;exports.HoverGradient=k.default;exports.normalBlendStyles=k.normalBlendStyles;exports.IconButton=y.default;exports.iconButtonVariants=y.iconButtonVariants;exports.Input=s.default;exports.InputLabel=s.InputLabel;exports.errorParagraph=s.errorParagraph;exports.inputStyles=s.inputStyles;exports.Modal=r.default;exports.ModalActions=r.ModalActions;exports.ModalContent=r.ModalContent;exports.ModalHeading=r.ModalHeading;exports.useModal=r.useModal;exports.useModalContext=r.useModalContext;exports.MovingGradients=se.default;exports.MovingStars=ae.default;exports.Notice=g.default;exports.noticeTypes=g.noticeTypes;exports.notificationTypes=g.noticeTypes;exports.Notification=p.default;exports.NotificationProvider=p.NotificationProvider;exports.useCreateNotification=p.useCreateNotification;exports.PopoverMenu=f.default;exports.dangerPopoverMenuItemStyles=f.dangerPopoverMenuItemStyles;exports.usePopoverMenu=f.usePopoverMenu;exports.Popover=a.default;exports.PopoverContainer=a.PopoverContainer;exports.usePopover=a.usePopover;exports.usePopoverContext=a.usePopoverContext;exports.Revealer=L.default;exports.useRevealer=L.useRevealer;exports.Select=ue.default;exports.Separator=u.default;exports.SeparatorLabel=u.SeparatorLabel;exports.SmallSeparator=u.SmallSeparator;exports.VerticalSeparator=u.VerticalSeparator;exports.Skeleton=S.default;exports.SkeletonInstance=S.SkeletonInstance;exports.getDeterministicSkeletonWidth=S.getDeterministicSkeletonWidth;exports.RevealSpinner=b.RevealSpinner;exports.Spinner=b.default;exports.AnchorHeading=e.AnchorHeading;exports.Footnote=e.Footnote;exports.Heading=e.Heading;exports.Hero=e.Hero;exports.Label=e.Label;exports.Paragraph=e.Paragraph;exports.Span=e.Span;exports.Text=e.default;exports.defaultHeadingElementType=e.defaultHeadingElementType;exports.spanStyles=e.spanStyles;exports.textShadowStyles=e.textShadowStyles;exports.TextButton=T.default;exports.textButtonVariants=T.textButtonVariants;exports.ThemeSetter=n.default;exports.getThemePreference=n.getThemePreference;exports.setThemePreference=n.setThemePreference;exports.themePreferences=n.themePreferences;exports.useIsDarkTheme=n.useIsDarkTheme;exports.useIsLightTheme=n.useIsLightTheme;exports.useTheme=n.useTheme;exports.Veil=ie.default;exports.Wrapper=x.default;exports.wrapperWidths=x.wrapperWidths;exports.Icon=_.default;exports.iconShadowStyles=_.iconShadowStyles;exports.iconTypes=_.iconTypes;exports.AnchorDownSvg=ce.default;exports.AnchorUpSvg=le.default;exports.ArrowDownSvg=de.default;exports.ArrowLeftSvg=ge.default;exports.ArrowRightSvg=pe.default;exports.ArrowUpSvg=fe.default;exports.CaretDownSvg=Se.default;exports.CaretLeftSvg=_e.default;exports.CaretRightSvg=me.default;exports.CaretUpSvg=qe.default;exports.CheckSvg=ve.default;exports.ChevronDownSvg=he.default;exports.ChevronLeftSvg=ke.default;exports.ChevronRightSvg=ye.default;exports.ChevronUpSvg=Le.default;exports.CogSvg=be.default;exports.CopySvg=Te.default;exports.DocumentSvg=xe.default;exports.DotsSvg=Ce.default;exports.DragSvg=Ie.default;exports.EditSvg=Pe.default;exports.ExternalSvg=we.default;exports.ExclamationTriangleSvg=Be.default;exports.EyeSvg=De.default;exports.InformationSvg=Me.default;exports.KakaduGuideGlyphSvg=Ae.default;exports.KakaduGuideIconSvg=Fe.default;exports.MenuSvg=Ge.default;exports.PackageSvg=Re.default;exports.PlusSvg=Ve.default;exports.SelectSvg=Ee.default;exports.ShareSvg=He.default;exports.SparkleSvg=Ne.default;exports.TestSvg=Ke.default;exports.TimesSvg=Ue.default;exports.TrashSvg=We.default;exports.TrendUpSvg=Je.default;exports.ChromeBrowserLogoSvg=je.default;exports.EdgeBrowserLogoSvg=Oe.default;exports.useFetch=i.default;exports.useFetcher=i.useFetcher;exports.useJsonFetch=i.useJsonFetch;exports.useJsonFetcher=i.useJsonFetcher;exports.useIsDocumentFocused=ze.default;exports.useHasBeenInView=C.useHasBeenInView;exports.useIsInView=C.default;exports.useMediaQuery=Qe.default;exports.useSynchronizedValue=Xe.default;exports.useThrottled=Ye.default;exports.clamp=Ze.default;exports.copyToClipboard=$e.default;exports.generateRandomId=eo.default;exports.scale=oo.default;exports.search=to.default;
|
package/build/index.mjs
CHANGED
|
@@ -10,288 +10,290 @@ import { default as P } from "./components/logos/gjensidige-logo.mjs";
|
|
|
10
10
|
import { default as w } from "./components/logos/kakadu-academy-logo.mjs";
|
|
11
11
|
import { default as D } from "./components/logos/kakadu-guide-icon.mjs";
|
|
12
12
|
import { default as E, KakaduGuideLogoSvg as F, kakaduGuideLogoVariants as G } from "./components/logos/kakadu-guide-logo.mjs";
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as R } from "./components/logos/kakadu-index-logo.mjs";
|
|
14
14
|
import { default as V } from "./components/logos/kakadu-logo.mjs";
|
|
15
|
-
import { default as U } from "./components/logos/
|
|
16
|
-
import { default as J } from "./components/logos/
|
|
17
|
-
import { default as z } from "./components/logos/
|
|
18
|
-
import { default as Q } from "./components/logos/
|
|
19
|
-
import { default as X } from "./components/logos/
|
|
20
|
-
import { default as Z } from "./components/logos/
|
|
21
|
-
import { default as $ } from "./components/logos/
|
|
22
|
-
import { default as oe } from "./components/logos/
|
|
23
|
-
import { default as ae
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as de } from "./components/
|
|
26
|
-
import { default as me
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as ke } from "./components/
|
|
29
|
-
import { default as Te } from "./components/
|
|
30
|
-
import { default as Ie } from "./components/
|
|
31
|
-
import { default as Be
|
|
32
|
-
import { default as De } from "./components/
|
|
33
|
-
import { default as Ee } from "./components/
|
|
34
|
-
import { default as Ge } from "./components/
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as Ve
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as Qe } from "./components/
|
|
39
|
-
import { default as Xe } from "./components/
|
|
40
|
-
import { default as Ze
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as io } from "./components/
|
|
45
|
-
import { default as co } from "./components/moving-
|
|
46
|
-
import { default as yo
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as No } from "./components/
|
|
52
|
-
import { default as Wo
|
|
53
|
-
import { default as
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as Ct } from "./components/
|
|
59
|
-
import { default as bt
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as Mt } from "./icons/
|
|
62
|
-
import { default as Ft } from "./icons/anchor-
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as Nt } from "./icons/arrow-
|
|
66
|
-
import { default as Wt } from "./icons/arrow-
|
|
67
|
-
import { default as jt } from "./icons/
|
|
68
|
-
import { default as Ot } from "./icons/caret-
|
|
69
|
-
import { default as qt } from "./icons/caret-
|
|
70
|
-
import { default as Yt } from "./icons/caret-
|
|
71
|
-
import { default as _t } from "./icons/
|
|
72
|
-
import { default as ea } from "./icons/
|
|
73
|
-
import { default as ta } from "./icons/chevron-
|
|
74
|
-
import { default as ra } from "./icons/chevron-
|
|
75
|
-
import { default as sa } from "./icons/chevron-
|
|
76
|
-
import { default as la } from "./icons/
|
|
77
|
-
import { default as pa } from "./icons/
|
|
78
|
-
import { default as na } from "./icons/
|
|
79
|
-
import { default as ga } from "./icons/
|
|
80
|
-
import { default as ia } from "./icons/
|
|
81
|
-
import { default as ca } from "./icons/
|
|
82
|
-
import { default as ya } from "./icons/
|
|
83
|
-
import { default as ka } from "./icons/
|
|
84
|
-
import { default as Ta } from "./icons/
|
|
85
|
-
import { default as Ia } from "./icons/
|
|
86
|
-
import { default as Ba } from "./icons/
|
|
87
|
-
import { default as Aa } from "./icons/kakadu-guide-
|
|
88
|
-
import { default as Ma } from "./icons/
|
|
89
|
-
import { default as Fa } from "./icons/
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as Na } from "./icons/
|
|
93
|
-
import { default as Wa } from "./icons/
|
|
94
|
-
import { default as ja } from "./icons/
|
|
95
|
-
import { default as Oa } from "./icons/
|
|
96
|
-
import { default as qa } from "./icons/
|
|
97
|
-
import { default as Ya } from "./icons/
|
|
98
|
-
import { default as _a } from "./icons/
|
|
99
|
-
import { default as er } from "./icons/
|
|
100
|
-
import { default as tr
|
|
101
|
-
import { default as ur } from "./hooks/use-
|
|
102
|
-
import {
|
|
103
|
-
import { default as nr } from "./hooks/use-
|
|
104
|
-
import { default as gr } from "./hooks/use-
|
|
105
|
-
import { default as ir } from "./hooks/use-
|
|
106
|
-
import { default as cr } from "./
|
|
107
|
-
import { default as yr } from "./utilities/
|
|
108
|
-
import { default as kr } from "./utilities/
|
|
109
|
-
import { default as Tr } from "./utilities/
|
|
110
|
-
import { default as Ir } from "./utilities/
|
|
15
|
+
import { default as U } from "./components/logos/kakadu-play-logo.mjs";
|
|
16
|
+
import { default as J } from "./components/logos/kolumbus-logo.mjs";
|
|
17
|
+
import { default as z } from "./components/logos/nordea-logo.mjs";
|
|
18
|
+
import { default as Q } from "./components/logos/norsk-tipping-logo.mjs";
|
|
19
|
+
import { default as X } from "./components/logos/ruter-logo.mjs";
|
|
20
|
+
import { default as Z } from "./components/logos/sparebank1-logo.mjs";
|
|
21
|
+
import { default as $ } from "./components/logos/sparebanken-norge-logo.mjs";
|
|
22
|
+
import { default as oe } from "./components/logos/sto-logo.mjs";
|
|
23
|
+
import { default as ae } from "./components/logos/storebrand-logo.mjs";
|
|
24
|
+
import { default as fe, ariaTextStyles as se } from "./components/aria-text.mjs";
|
|
25
|
+
import { default as le, defaultAtomElementType as de } from "./components/atom.mjs";
|
|
26
|
+
import { default as me } from "./components/box.mjs";
|
|
27
|
+
import { default as xe, ButtonLoader as ge, buttonDangerStyles as Se, buttonSecondaryStyles as ie, buttonSuccessStyles as ve, buttonVariants as ce, buttonWarningStyles as he } from "./components/button.mjs";
|
|
28
|
+
import { default as Le, buttonTooltipPositions as ke } from "./components/button-tooltip.mjs";
|
|
29
|
+
import { default as Te } from "./components/card.mjs";
|
|
30
|
+
import { default as Ie } from "./components/click-ripples.mjs";
|
|
31
|
+
import { default as Be } from "./components/collapsible.mjs";
|
|
32
|
+
import { default as Ae, getComboboxOptionString as De } from "./components/combobox.mjs";
|
|
33
|
+
import { default as Ee } from "./components/copy-icon-button.mjs";
|
|
34
|
+
import { default as Ge } from "./components/datum.mjs";
|
|
35
|
+
import { default as Re } from "./components/decorators.mjs";
|
|
36
|
+
import { default as Ve } from "./components/dot.mjs";
|
|
37
|
+
import { default as Ue, flexDirections as We, flexPresets as Je } from "./components/flex.mjs";
|
|
38
|
+
import { default as ze, footerSectionLinks as Oe, footerSections as Qe } from "./components/footer.mjs";
|
|
39
|
+
import { default as Xe } from "./components/gauge.mjs";
|
|
40
|
+
import { default as Ze } from "./components/header.mjs";
|
|
41
|
+
import { default as $e, normalBlendStyles as eo } from "./components/hover-gradient.mjs";
|
|
42
|
+
import { default as to, iconButtonVariants as ao } from "./components/icon-button.mjs";
|
|
43
|
+
import { default as fo, InputLabel as so, errorParagraph as uo, inputStyles as lo } from "./components/input.mjs";
|
|
44
|
+
import { default as mo, ModalActions as no, ModalContent as xo, ModalHeading as go, useModal as So, useModalContext as io } from "./components/modal.mjs";
|
|
45
|
+
import { default as co } from "./components/moving-gradients.mjs";
|
|
46
|
+
import { default as yo } from "./components/moving-stars.mjs";
|
|
47
|
+
import { default as ko, noticeTypes as Co, noticeTypes as To } from "./components/notice.mjs";
|
|
48
|
+
import { default as Io, NotificationProvider as Po, useCreateNotification as Bo } from "./components/notification.mjs";
|
|
49
|
+
import { default as Ao, dangerPopoverMenuItemStyles as Do, usePopoverMenu as Mo } from "./components/popover-menu.mjs";
|
|
50
|
+
import { default as Fo, PopoverContainer as Go, usePopover as Ko, usePopoverContext as Ro } from "./components/popover.mjs";
|
|
51
|
+
import { default as Vo, useRevealer as No } from "./components/revealer.mjs";
|
|
52
|
+
import { default as Wo } from "./components/select.mjs";
|
|
53
|
+
import { default as jo, SeparatorLabel as zo, SmallSeparator as Oo, VerticalSeparator as Qo } from "./components/separator.mjs";
|
|
54
|
+
import { default as Xo, SkeletonInstance as Yo, getDeterministicSkeletonWidth as Zo } from "./components/skeleton.mjs";
|
|
55
|
+
import { RevealSpinner as $o, default as et } from "./components/spinner.mjs";
|
|
56
|
+
import { AnchorHeading as tt, Footnote as at, Heading as rt, Hero as ft, Label as st, Paragraph as ut, Span as lt, default as dt, defaultHeadingElementType as pt, spanStyles as mt, textShadowStyles as nt } from "./components/text.mjs";
|
|
57
|
+
import { default as gt, textButtonVariants as St } from "./components/text-button.mjs";
|
|
58
|
+
import { default as vt, getThemePreference as ct, setThemePreference as ht, themePreferences as yt, useIsDarkTheme as Lt, useIsLightTheme as kt, useTheme as Ct } from "./components/theme-setter.mjs";
|
|
59
|
+
import { default as bt } from "./components/veil.mjs";
|
|
60
|
+
import { default as Pt, wrapperWidths as Bt } from "./components/wrapper.mjs";
|
|
61
|
+
import { default as At, iconShadowStyles as Dt, iconTypes as Mt } from "./icons/icon.mjs";
|
|
62
|
+
import { default as Ft } from "./icons/anchor-down.mjs";
|
|
63
|
+
import { default as Kt } from "./icons/anchor-up.mjs";
|
|
64
|
+
import { default as Ht } from "./icons/arrow-down.mjs";
|
|
65
|
+
import { default as Nt } from "./icons/arrow-left.mjs";
|
|
66
|
+
import { default as Wt } from "./icons/arrow-right.mjs";
|
|
67
|
+
import { default as jt } from "./icons/arrow-up.mjs";
|
|
68
|
+
import { default as Ot } from "./icons/caret-down.mjs";
|
|
69
|
+
import { default as qt } from "./icons/caret-left.mjs";
|
|
70
|
+
import { default as Yt } from "./icons/caret-right.mjs";
|
|
71
|
+
import { default as _t } from "./icons/caret-up.mjs";
|
|
72
|
+
import { default as ea } from "./icons/check.mjs";
|
|
73
|
+
import { default as ta } from "./icons/chevron-down.mjs";
|
|
74
|
+
import { default as ra } from "./icons/chevron-left.mjs";
|
|
75
|
+
import { default as sa } from "./icons/chevron-right.mjs";
|
|
76
|
+
import { default as la } from "./icons/chevron-up.mjs";
|
|
77
|
+
import { default as pa } from "./icons/cog.mjs";
|
|
78
|
+
import { default as na } from "./icons/copy.mjs";
|
|
79
|
+
import { default as ga } from "./icons/document.mjs";
|
|
80
|
+
import { default as ia } from "./icons/dots.mjs";
|
|
81
|
+
import { default as ca } from "./icons/drag.mjs";
|
|
82
|
+
import { default as ya } from "./icons/edit.mjs";
|
|
83
|
+
import { default as ka } from "./icons/external.mjs";
|
|
84
|
+
import { default as Ta } from "./icons/exclamation-triangle.mjs";
|
|
85
|
+
import { default as Ia } from "./icons/eye.mjs";
|
|
86
|
+
import { default as Ba } from "./icons/information.mjs";
|
|
87
|
+
import { default as Aa } from "./icons/kakadu-guide-glyph.mjs";
|
|
88
|
+
import { default as Ma } from "./icons/kakadu-guide-icon.mjs";
|
|
89
|
+
import { default as Fa } from "./icons/menu.mjs";
|
|
90
|
+
import { default as Ka } from "./icons/package.mjs";
|
|
91
|
+
import { default as Ha } from "./icons/plus.mjs";
|
|
92
|
+
import { default as Na } from "./icons/select.mjs";
|
|
93
|
+
import { default as Wa } from "./icons/share.mjs";
|
|
94
|
+
import { default as ja } from "./icons/sparkle.mjs";
|
|
95
|
+
import { default as Oa } from "./icons/test.mjs";
|
|
96
|
+
import { default as qa } from "./icons/times.mjs";
|
|
97
|
+
import { default as Ya } from "./icons/trash.mjs";
|
|
98
|
+
import { default as _a } from "./icons/trend-up.mjs";
|
|
99
|
+
import { default as er } from "./icons/chrome-browser-logo.mjs";
|
|
100
|
+
import { default as tr } from "./icons/edge-browser-logo.mjs";
|
|
101
|
+
import { default as rr, useFetcher as fr, useJsonFetch as sr, useJsonFetcher as ur } from "./hooks/use-fetch.mjs";
|
|
102
|
+
import { default as dr } from "./hooks/use-is-document-focused.mjs";
|
|
103
|
+
import { useHasBeenInView as mr, default as nr } from "./hooks/use-is-in-view.mjs";
|
|
104
|
+
import { default as gr } from "./hooks/use-media-query.mjs";
|
|
105
|
+
import { default as ir } from "./hooks/use-synchronized-value.mjs";
|
|
106
|
+
import { default as cr } from "./hooks/use-throttled.mjs";
|
|
107
|
+
import { default as yr } from "./utilities/clamp.mjs";
|
|
108
|
+
import { default as kr } from "./utilities/copy-to-clipboard.mjs";
|
|
109
|
+
import { default as Tr } from "./utilities/generate-random-id.mjs";
|
|
110
|
+
import { default as Ir } from "./utilities/scale.mjs";
|
|
111
|
+
import { default as Br } from "./utilities/search.mjs";
|
|
111
112
|
export {
|
|
112
113
|
x as AktLogoSvg,
|
|
113
114
|
v as AmediaLogoSvg,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
115
|
+
Ft as AnchorDownSvg,
|
|
116
|
+
tt as AnchorHeading,
|
|
117
|
+
Kt as AnchorUpSvg,
|
|
118
|
+
fe as AriaText,
|
|
119
|
+
Ht as ArrowDownSvg,
|
|
120
|
+
Nt as ArrowLeftSvg,
|
|
121
|
+
Wt as ArrowRightSvg,
|
|
122
|
+
jt as ArrowUpSvg,
|
|
123
|
+
le as Atom,
|
|
123
124
|
h as BankAxeptLogoSvg,
|
|
124
125
|
L as BankIdLogoSvg,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
126
|
+
me as Box,
|
|
127
|
+
xe as Button,
|
|
128
|
+
ge as ButtonLoader,
|
|
129
|
+
Le as ButtonTooltip,
|
|
130
|
+
Te as Card,
|
|
131
|
+
Ot as CaretDownSvg,
|
|
132
|
+
qt as CaretLeftSvg,
|
|
133
|
+
Yt as CaretRightSvg,
|
|
134
|
+
_t as CaretUpSvg,
|
|
135
|
+
ea as CheckSvg,
|
|
136
|
+
ta as ChevronDownSvg,
|
|
137
|
+
ra as ChevronLeftSvg,
|
|
138
|
+
sa as ChevronRightSvg,
|
|
139
|
+
la as ChevronUpSvg,
|
|
140
|
+
er as ChromeBrowserLogoSvg,
|
|
141
|
+
Ie as ClickRipples,
|
|
142
|
+
pa as CogSvg,
|
|
143
|
+
Be as Collapsible,
|
|
144
|
+
Ae as Combobox,
|
|
145
|
+
Ee as CopyIconButton,
|
|
146
|
+
na as CopySvg,
|
|
147
|
+
Ge as Datum,
|
|
148
|
+
Re as Decorators,
|
|
148
149
|
C as DnbLogoSvg,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
150
|
+
ga as DocumentSvg,
|
|
151
|
+
Ve as Dot,
|
|
152
|
+
ia as DotsSvg,
|
|
153
|
+
ca as DragSvg,
|
|
154
|
+
tr as EdgeBrowserLogoSvg,
|
|
155
|
+
ya as EditSvg,
|
|
155
156
|
b as EnturLogoSvg,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
157
|
+
Ta as ExclamationTriangleSvg,
|
|
158
|
+
ka as ExternalSvg,
|
|
159
|
+
Ia as EyeSvg,
|
|
160
|
+
Ue as Flex,
|
|
160
161
|
t as FontFamilyHead,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
ze as Footer,
|
|
163
|
+
at as Footnote,
|
|
164
|
+
Xe as Gauge,
|
|
164
165
|
P as GjensidigeLogoSvg,
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
166
|
+
Ze as Header,
|
|
167
|
+
rt as Heading,
|
|
168
|
+
ft as Hero,
|
|
169
|
+
$e as HoverGradient,
|
|
170
|
+
At as Icon,
|
|
171
|
+
to as IconButton,
|
|
172
|
+
Ba as InformationSvg,
|
|
173
|
+
fo as Input,
|
|
174
|
+
so as InputLabel,
|
|
174
175
|
w as KakaduAcademyLogoSvg,
|
|
175
|
-
|
|
176
|
+
Aa as KakaduGuideGlyphSvg,
|
|
176
177
|
D as KakaduGuideIcon,
|
|
177
|
-
|
|
178
|
+
Ma as KakaduGuideIconSvg,
|
|
178
179
|
E as KakaduGuideLogo,
|
|
179
180
|
F as KakaduGuideLogoSvg,
|
|
180
|
-
|
|
181
|
+
R as KakaduIndexLogoSvg,
|
|
181
182
|
V as KakaduLogoSvg,
|
|
182
|
-
U as
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
co as
|
|
191
|
-
|
|
192
|
-
z as
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
183
|
+
U as KakaduPlayLogoSvg,
|
|
184
|
+
J as KolumbusLogoSvg,
|
|
185
|
+
st as Label,
|
|
186
|
+
Fa as MenuSvg,
|
|
187
|
+
mo as Modal,
|
|
188
|
+
no as ModalActions,
|
|
189
|
+
xo as ModalContent,
|
|
190
|
+
go as ModalHeading,
|
|
191
|
+
co as MovingGradients,
|
|
192
|
+
yo as MovingStars,
|
|
193
|
+
z as NordeaLogoSvg,
|
|
194
|
+
Q as NorskTippingLogoSvg,
|
|
195
|
+
ko as Notice,
|
|
196
|
+
Io as Notification,
|
|
197
|
+
Po as NotificationProvider,
|
|
198
|
+
Ka as PackageSvg,
|
|
199
|
+
ut as Paragraph,
|
|
200
|
+
Ha as PlusSvg,
|
|
201
|
+
Fo as Popover,
|
|
202
|
+
Go as PopoverContainer,
|
|
203
|
+
Ao as PopoverMenu,
|
|
204
|
+
$o as RevealSpinner,
|
|
205
|
+
Vo as Revealer,
|
|
206
|
+
X as RuterLogoSvg,
|
|
207
|
+
Wo as Select,
|
|
208
|
+
Na as SelectSvg,
|
|
207
209
|
S as SenteretForEtAldersvennligNorgeLogoSvg,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
210
|
+
jo as Separator,
|
|
211
|
+
zo as SeparatorLabel,
|
|
212
|
+
Wa as ShareSvg,
|
|
213
|
+
Xo as Skeleton,
|
|
214
|
+
Yo as SkeletonInstance,
|
|
215
|
+
Oo as SmallSeparator,
|
|
216
|
+
lt as Span,
|
|
217
|
+
Z as Sparebank1LogoSvg,
|
|
218
|
+
$ as SparebankenNorgeLogoSvg,
|
|
219
|
+
ja as SparkleSvg,
|
|
220
|
+
et as Spinner,
|
|
221
|
+
oe as StoLogoSvg,
|
|
222
|
+
ae as StorebrandLogoSvg,
|
|
223
|
+
Oa as TestSvg,
|
|
224
|
+
dt as Text,
|
|
225
|
+
gt as TextButton,
|
|
226
|
+
vt as ThemeSetter,
|
|
227
|
+
qa as TimesSvg,
|
|
228
|
+
Ya as TrashSvg,
|
|
229
|
+
_a as TrendUpSvg,
|
|
230
|
+
bt as Veil,
|
|
231
|
+
Qo as VerticalSeparator,
|
|
232
|
+
Pt as Wrapper,
|
|
233
|
+
se as ariaTextStyles,
|
|
234
|
+
Se as buttonDangerStyles,
|
|
233
235
|
a as buttonResetStyles,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
236
|
+
ie as buttonSecondaryStyles,
|
|
237
|
+
ve as buttonSuccessStyles,
|
|
238
|
+
ke as buttonTooltipPositions,
|
|
239
|
+
ce as buttonVariants,
|
|
240
|
+
he as buttonWarningStyles,
|
|
241
|
+
yr as clamp,
|
|
242
|
+
kr as copyToClipboard,
|
|
243
|
+
Do as dangerPopoverMenuItemStyles,
|
|
242
244
|
r as darkBackgroundColor,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
+
de as defaultAtomElementType,
|
|
246
|
+
pt as defaultHeadingElementType,
|
|
245
247
|
f as effectStyles,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
248
|
+
uo as errorParagraph,
|
|
249
|
+
We as flexDirections,
|
|
250
|
+
Je as flexPresets,
|
|
249
251
|
s as font,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
252
|
+
Oe as footerSectionLinks,
|
|
253
|
+
Qe as footerSections,
|
|
254
|
+
Tr as generateRandomId,
|
|
255
|
+
De as getComboboxOptionString,
|
|
256
|
+
Zo as getDeterministicSkeletonWidth,
|
|
257
|
+
ct as getThemePreference,
|
|
258
|
+
ao as iconButtonVariants,
|
|
259
|
+
Dt as iconShadowStyles,
|
|
260
|
+
Mt as iconTypes,
|
|
261
|
+
lo as inputStyles,
|
|
260
262
|
G as kakaduGuideLogoVariants,
|
|
261
263
|
u as lightBackgroundColor,
|
|
262
264
|
l as nonInteractiveEffectStyles,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
265
|
+
eo as normalBlendStyles,
|
|
266
|
+
Co as noticeTypes,
|
|
267
|
+
To as notificationTypes,
|
|
266
268
|
d as overflowProtectionStyles,
|
|
267
269
|
p as overlayEffectStyles,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
270
|
+
Ir as scale,
|
|
271
|
+
Br as search,
|
|
272
|
+
ht as setThemePreference,
|
|
273
|
+
mt as spanStyles,
|
|
274
|
+
St as textButtonVariants,
|
|
275
|
+
nt as textShadowStyles,
|
|
274
276
|
m as theme,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
277
|
+
yt as themePreferences,
|
|
278
|
+
Bo as useCreateNotification,
|
|
279
|
+
rr as useFetch,
|
|
280
|
+
fr as useFetcher,
|
|
281
|
+
mr as useHasBeenInView,
|
|
282
|
+
Lt as useIsDarkTheme,
|
|
283
|
+
dr as useIsDocumentFocused,
|
|
284
|
+
nr as useIsInView,
|
|
285
|
+
kt as useIsLightTheme,
|
|
286
|
+
sr as useJsonFetch,
|
|
287
|
+
ur as useJsonFetcher,
|
|
288
|
+
gr as useMediaQuery,
|
|
289
|
+
So as useModal,
|
|
290
|
+
io as useModalContext,
|
|
291
|
+
Ko as usePopover,
|
|
292
|
+
Ro as usePopoverContext,
|
|
293
|
+
Mo as usePopoverMenu,
|
|
294
|
+
No as useRevealer,
|
|
295
|
+
ir as useSynchronizedValue,
|
|
296
|
+
Ct as useTheme,
|
|
297
|
+
cr as useThrottled,
|
|
298
|
+
Bt as wrapperWidths
|
|
297
299
|
};
|