@mattilsynet/design 1.0.4 → 1.0.6
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/mtds/field/field-observer.js +39 -40
- package/mtds/field/field-observer.js.map +1 -1
- package/mtds/fieldset/fieldset-observer.js +10 -10
- package/mtds/fieldset/fieldset-observer.js.map +1 -1
- package/mtds/{typography/typography.js → heading/heading.js} +1 -1
- package/mtds/heading/heading.js.map +1 -0
- package/mtds/{typography/typography.stories.d.ts → heading/heading.stories.d.ts} +0 -1
- package/mtds/helptext/helptext.js +26 -0
- package/mtds/helptext/helptext.js.map +1 -0
- package/mtds/helptext/{helptext.story.d.ts → helptext.stories.d.ts} +0 -1
- package/mtds/illustrations/illustrations.json +1 -0
- package/mtds/illustrations/inspector-nature.svg +1 -0
- package/mtds/illustrations/inspector.svg +1 -13
- package/mtds/illustrations/person-drop.svg +1 -13
- package/mtds/illustrations/person-mobile.svg +1 -1
- package/mtds/index.d.ts +2 -2
- package/mtds/index.iife.js +3 -3
- package/mtds/index.iife.js.map +1 -1
- package/mtds/index.js +12 -9
- package/mtds/index.js.map +1 -1
- package/mtds/layout/app-observer.js +19 -0
- package/mtds/layout/app-observer.js.map +1 -0
- package/mtds/layout/layout.stories.d.ts +1 -0
- package/mtds/logo/logo-observer.js +16 -18
- package/mtds/logo/logo-observer.js.map +1 -1
- package/mtds/popover/popover.stories.d.ts +1 -0
- package/mtds/react-types.d.ts +1 -0
- package/mtds/react.d.ts +2 -1
- package/mtds/react.js +41 -39
- package/mtds/react.js.map +1 -1
- package/mtds/styles.css +1 -1
- package/mtds/styles.json +34 -34
- package/mtds/styles.module.css.js +67 -63
- package/mtds/styles.module.css.js.map +1 -1
- package/mtds/table/table-observer.js +18 -20
- package/mtds/table/table-observer.js.map +1 -1
- package/mtds/tabs/tabs.js +2 -3
- package/mtds/tabs/tabs.js.map +1 -1
- package/mtds/tailwind.css +19 -2
- package/mtds/toast/toast-observer.d.ts +2 -0
- package/mtds/toast/toast.d.ts +2 -0
- package/mtds/tooltip/tooltip-observer.js +16 -16
- package/mtds/tooltip/tooltip-observer.js.map +1 -1
- package/mtds/utils.js +24 -24
- package/mtds/utils.js.map +1 -1
- package/package.json +1 -1
- package/mtds/layout/layout-observer.js +0 -27
- package/mtds/layout/layout-observer.js.map +0 -1
- package/mtds/typography/typography.js.map +0 -1
- /package/mtds/{typography/typography.d.ts → heading/heading.d.ts} +0 -0
- /package/mtds/layout/{layout-observer.d.ts → app-observer.d.ts} +0 -0
|
@@ -1,59 +1,58 @@
|
|
|
1
|
-
import { UHTMLDataListElement as
|
|
2
|
-
import "../
|
|
3
|
-
import p from "../
|
|
4
|
-
|
|
5
|
-
const f = p.field.split(" ")[0], x = "--mtds-text-count-over", V = "--mtds-text-count-under", S = p.validation.split(" "), _ = S[0];
|
|
1
|
+
import { UHTMLDataListElement as T } from "../external/@u-elements/u-datalist/dist/u-datalist.js";
|
|
2
|
+
import g from "../styles.module.css.js";
|
|
3
|
+
import { onMutation as p, on as u, QUICK_EVENT as y, isInputLike as v, attr as a, off as m, useId as d } from "../utils.js";
|
|
4
|
+
const c = g.field.split(" ")[0], b = "--mtds-text-count-over", C = "--mtds-text-count-under", h = g.validation.split(" "), _ = h[0];
|
|
6
5
|
function A(t) {
|
|
7
6
|
for (const e of t) {
|
|
8
|
-
const
|
|
9
|
-
let
|
|
10
|
-
for (const
|
|
11
|
-
|
|
12
|
-
if (
|
|
13
|
-
for (const
|
|
14
|
-
D(
|
|
7
|
+
const s = [], r = [];
|
|
8
|
+
let n = null, i = null, l = !0;
|
|
9
|
+
for (const o of e.getElementsByTagName("*"))
|
|
10
|
+
o instanceof HTMLLabelElement ? s.push(o) : o instanceof T ? i = o : v(o) ? n = o : o.classList.contains(_) ? (l = a(o, "data-color") === "success", r.unshift(d(o))) : o instanceof HTMLParagraphElement && r.push(d(o));
|
|
11
|
+
if (n) {
|
|
12
|
+
for (const o of s) o.htmlFor = d(n);
|
|
13
|
+
D(n, i), x(n), P(n), a(n, "aria-describedby", r.join(" ")), a(n, "aria-invalid", `${!l}`);
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
16
|
}
|
|
18
|
-
function
|
|
19
|
-
t instanceof HTMLTextAreaElement && (t.style.height
|
|
17
|
+
function P(t) {
|
|
18
|
+
t instanceof HTMLTextAreaElement && (t.style.setProperty("--mtds-textarea-height", "auto"), t.style.setProperty("--mtds-textarea-height", `${t.scrollHeight}px`));
|
|
20
19
|
}
|
|
21
20
|
function D(t, e) {
|
|
22
|
-
if (
|
|
23
|
-
t.hasAttribute("placeholder") ||
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
function
|
|
28
|
-
var
|
|
29
|
-
const e = t == null ? void 0 : t.nextElementSibling,
|
|
30
|
-
if (e &&
|
|
31
|
-
const
|
|
32
|
-
if (
|
|
33
|
-
|
|
34
|
-
for (const
|
|
21
|
+
if (a(t, "list", e ? d(e) : null), !e) return;
|
|
22
|
+
t.hasAttribute("placeholder") || a(t, "placeholder", "");
|
|
23
|
+
const s = window.getComputedStyle(e), r = t.closest("u-tags");
|
|
24
|
+
a(e, "data-sr-plural", s.getPropertyValue("--mtds-text-datalist-plural")), a(e, "data-sr-singular", s.getPropertyValue("--mtds-text-datalist-singular")), r && (a(r, "data-sr-added", s.getPropertyValue("--mtds-text-tags-added")), a(r, "data-sr-empty", s.getPropertyValue("--mtds-text-tags-empty")), a(r, "data-sr-found", s.getPropertyValue("--mtds-text-tags-found")), a(r, "data-sr-of", s.getPropertyValue("--mtds-text-tags-of")), a(r, "data-sr-remove", s.getPropertyValue("--mtds-text-tags-remove")), a(r, "data-sr-removed", s.getPropertyValue("--mtds-text-tags-removed")));
|
|
25
|
+
}
|
|
26
|
+
function x(t) {
|
|
27
|
+
var r, n;
|
|
28
|
+
const e = t == null ? void 0 : t.nextElementSibling, s = e && a(e, "data-count");
|
|
29
|
+
if (e && s) {
|
|
30
|
+
const i = Number(s) - t.value.length, l = i < 0, o = a(e, "aria-live") === "polite", f = window.getComputedStyle(e || t), E = ((r = f.getPropertyValue(b)) == null ? void 0 : r.slice(1, -1)) || "", I = ((n = f.getPropertyValue(C)) == null ? void 0 : n.slice(1, -1)) || "";
|
|
31
|
+
if (o !== l) {
|
|
32
|
+
a(e, "aria-live", l ? "polite" : "off");
|
|
33
|
+
for (const L of h) e.classList.toggle(L, l);
|
|
35
34
|
}
|
|
36
|
-
e.textContent = (
|
|
35
|
+
e.textContent = (l ? E : I).replace(
|
|
37
36
|
"%d",
|
|
38
|
-
`${Math.abs(
|
|
37
|
+
`${Math.abs(i)}`
|
|
39
38
|
);
|
|
40
39
|
}
|
|
41
40
|
}
|
|
42
|
-
function
|
|
43
|
-
v(t) && (
|
|
41
|
+
function S({ target: t }) {
|
|
42
|
+
v(t) && (x(t), P(t));
|
|
44
43
|
}
|
|
45
|
-
function
|
|
46
|
-
var e,
|
|
47
|
-
(
|
|
44
|
+
function V(t) {
|
|
45
|
+
var e, s;
|
|
46
|
+
(s = (e = t.target) == null ? void 0 : e.closest) != null && s.call(e, `.${c}`) && t.preventDefault();
|
|
48
47
|
}
|
|
49
|
-
function
|
|
50
|
-
|
|
48
|
+
function H(t) {
|
|
49
|
+
p(t, c, A), u(t, "input", S, y), u(t, "invalid", V, !0);
|
|
51
50
|
}
|
|
52
|
-
function
|
|
53
|
-
|
|
51
|
+
function O(t) {
|
|
52
|
+
p(t, c, !1), m(t, "input", S, y), m(t, "invalid", V, !0);
|
|
54
53
|
}
|
|
55
54
|
export {
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
H as observe,
|
|
56
|
+
O as unobserve
|
|
58
57
|
};
|
|
59
58
|
//# sourceMappingURL=field-observer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-observer.js","sources":["../../designsystem/field/field-observer.ts"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"field-observer.js","sources":["../../designsystem/field/field-observer.ts"],"sourcesContent":["import { UHTMLDataListElement } from \"@u-elements/u-datalist\";\nimport styles from \"../styles.module.css\";\nimport {\n QUICK_EVENT,\n attr,\n isInputLike,\n off,\n on,\n onMutation,\n useId,\n} from \"../utils\";\n\nconst CSS_FIELD = styles.field.split(\" \")[0];\nconst CSS_PROPERTY_OVER = \"--mtds-text-count-over\";\nconst CSS_PROPERTY_UNDER = \"--mtds-text-count-under\";\nconst CSS_VALIDATIONS = styles.validation.split(\" \");\nconst CSS_VALIDATION = CSS_VALIDATIONS[0];\n\nfunction renderAria(fields: HTMLCollectionOf<Element>) {\n for (const field of fields) {\n const labels: HTMLLabelElement[] = [];\n const descs: string[] = [];\n let input: HTMLInputElement | null = null;\n let datalist: UHTMLDataListElement | null = null;\n let valid = true;\n\n for (const el of field.getElementsByTagName(\"*\")) {\n if (el instanceof HTMLLabelElement) labels.push(el);\n else if (el instanceof UHTMLDataListElement) datalist = el;\n else if (isInputLike(el)) input = el;\n else if (el.classList.contains(CSS_VALIDATION)) {\n // Must be before instanceof HTMLParagraphElement since validation can also be a <p>\n valid = attr(el, \"data-color\") === \"success\";\n descs.unshift(useId(el));\n } else if (el instanceof HTMLParagraphElement) descs.push(useId(el));\n }\n\n if (input) {\n for (const label of labels) label.htmlFor = useId(input);\n renderDatalist(input, datalist);\n renderCounter(input);\n renderTextareaSize(input);\n attr(input, \"aria-describedby\", descs.join(\" \"));\n attr(input, \"aria-invalid\", `${!valid}`);\n }\n }\n}\n\n// iOS does not support field-sizing: content, so we need to manually resize\nfunction renderTextareaSize(textarea: Element) {\n if (textarea instanceof HTMLTextAreaElement) {\n textarea.style.setProperty('--mtds-textarea-height', 'auto');\n textarea.style.setProperty('--mtds-textarea-height', `${textarea.scrollHeight}px`);\n }\n}\n\nfunction renderDatalist(\n input: HTMLInputElement,\n list?: UHTMLDataListElement | null\n) {\n attr(input, \"list\", list ? useId(list) : null);\n\n if (!list) return;\n if (!input.hasAttribute(\"placeholder\")) attr(input, \"placeholder\", \"\"); // Needed to render dropdown chevron when <datalist> is present\n\n const style = window.getComputedStyle(list);\n const tags = input.closest('u-tags');\n\n attr(list, \"data-sr-plural\", style.getPropertyValue(\"--mtds-text-datalist-plural\"));\n attr(list, \"data-sr-singular\", style.getPropertyValue(\"--mtds-text-datalist-singular\"));\n\n if (tags) {\n attr(tags,'data-sr-added', style.getPropertyValue(\"--mtds-text-tags-added\"));\n attr(tags,'data-sr-empty', style.getPropertyValue(\"--mtds-text-tags-empty\"));\n attr(tags,'data-sr-found', style.getPropertyValue(\"--mtds-text-tags-found\"));\n attr(tags,'data-sr-of', style.getPropertyValue(\"--mtds-text-tags-of\"));\n attr(tags,'data-sr-remove', style.getPropertyValue(\"--mtds-text-tags-remove\"));\n attr(tags,'data-sr-removed', style.getPropertyValue(\"--mtds-text-tags-removed\"));\n }\n}\n\nfunction renderCounter(input: HTMLInputElement) {\n const el = input?.nextElementSibling;\n const limit = el && attr(el, \"data-count\");\n\n if (el && limit) {\n const remainder = Number(limit) - input.value.length;\n const nextInvalid = remainder < 0;\n const prevInvalid = attr(el, \"aria-live\") === \"polite\";\n const style = window.getComputedStyle(el || input);\n const over = style.getPropertyValue(CSS_PROPERTY_OVER)?.slice(1, -1) || \"\"; // slice to trim quotes\n const under =\n style.getPropertyValue(CSS_PROPERTY_UNDER)?.slice(1, -1) || \"\"; // slice to trim quotes\n\n if (prevInvalid !== nextInvalid) {\n attr(el, \"aria-live\", nextInvalid ? \"polite\" : \"off\");\n for (const css of CSS_VALIDATIONS) el.classList.toggle(css, nextInvalid);\n }\n el.textContent = (nextInvalid ? over : under).replace(\n \"%d\",\n `${Math.abs(remainder)}`\n );\n }\n}\n\n// Update when typing\nfunction handleInput({ target }: Event) {\n if (isInputLike(target)) {\n renderCounter(target);\n renderTextareaSize(target);\n }\n}\n\n// Prevent browsers from showing default validation bubbles\nfunction handleInvalid(event: Event) {\n if ((event.target as Element)?.closest?.(`.${CSS_FIELD}`))\n event.preventDefault();\n}\n\nexport function observe(el: Element) {\n onMutation(el, CSS_FIELD, renderAria);\n on(el, \"input\", handleInput, QUICK_EVENT);\n on(el, \"invalid\", handleInvalid, true); // Use capture as invalid does noe buttle\n}\n\nexport function unobserve(el: Element) {\n onMutation(el, CSS_FIELD, false);\n off(el, \"input\", handleInput, QUICK_EVENT);\n off(el, \"invalid\", handleInvalid, true);\n}\n"],"names":["CSS_FIELD","styles","CSS_PROPERTY_OVER","CSS_PROPERTY_UNDER","CSS_VALIDATIONS","CSS_VALIDATION","renderAria","fields","field","labels","descs","input","datalist","valid","el","UHTMLDataListElement","isInputLike","attr","useId","label","renderDatalist","renderCounter","renderTextareaSize","textarea","list","style","tags","limit","remainder","nextInvalid","prevInvalid","over","_a","under","_b","css","handleInput","target","handleInvalid","event","observe","onMutation","on","QUICK_EVENT","unobserve","off"],"mappings":"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"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { onMutation as a, useId as
|
|
3
|
-
const l =
|
|
4
|
-
function
|
|
5
|
-
for (const
|
|
1
|
+
import e from "../styles.module.css.js";
|
|
2
|
+
import { onMutation as a, useId as r, attr as n, isInputLike as c } from "../utils.js";
|
|
3
|
+
const l = e.fieldset.split(" ")[0], d = e.validation.split(" ")[0];
|
|
4
|
+
function u(o) {
|
|
5
|
+
for (const f of o) {
|
|
6
6
|
const i = [];
|
|
7
|
-
let
|
|
8
|
-
for (const t of
|
|
9
|
-
t.classList.contains(
|
|
7
|
+
let s = null;
|
|
8
|
+
for (const t of f.getElementsByTagName("*"))
|
|
9
|
+
t.classList.contains(d) ? s = r(t) : c(t) && i.push(t);
|
|
10
10
|
for (const t of i)
|
|
11
|
-
|
|
11
|
+
n(t, "aria-describedby", s), n(t, "aria-invalid", `${!!s}`);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
const I = (
|
|
14
|
+
const I = (o) => a(o, l, u), v = (o) => a(o, l, !1);
|
|
15
15
|
export {
|
|
16
16
|
I as observe,
|
|
17
17
|
v as unobserve
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fieldset-observer.js","sources":["../../designsystem/fieldset/fieldset-observer.ts"],"sourcesContent":["import styles from \"../styles.module.css\";\nimport { attr, isInputLike, onMutation, useId } from \"../utils\";\nconst CSS_FIELDSET = styles.fieldset.split(\" \")[0];\nconst CSS_VALIDATION = styles.validation.split(\" \")[0];\n\nfunction
|
|
1
|
+
{"version":3,"file":"fieldset-observer.js","sources":["../../designsystem/fieldset/fieldset-observer.ts"],"sourcesContent":["import styles from \"../styles.module.css\";\nimport { attr, isInputLike, onMutation, useId } from \"../utils\";\nconst CSS_FIELDSET = styles.fieldset.split(\" \")[0];\nconst CSS_VALIDATION = styles.validation.split(\" \")[0];\n\nfunction handleMutation(fieldsets: HTMLCollectionOf<Element>) {\n for (const fieldset of fieldsets) {\n const inputs: HTMLInputElement[] = [];\n let validationId: string | null = null;\n\n for (const el of fieldset.getElementsByTagName(\"*\")) {\n if (el.classList.contains(CSS_VALIDATION)) validationId = useId(el);\n else if (isInputLike(el)) inputs.push(el);\n }\n\n for (const input of inputs) {\n attr(input, \"aria-describedby\", validationId);\n attr(input, \"aria-invalid\", `${!!validationId}`);\n }\n }\n}\n\nexport const observe = (el: Element) => onMutation(el, CSS_FIELDSET, handleMutation);\nexport const unobserve = (el: Element) => onMutation(el, CSS_FIELDSET, false);\n"],"names":["CSS_FIELDSET","styles","CSS_VALIDATION","handleMutation","fieldsets","fieldset","inputs","validationId","el","useId","isInputLike","input","attr","observe","onMutation","unobserve"],"mappings":";;AAEA,MAAMA,IAAeC,EAAO,SAAS,MAAM,GAAG,EAAE,CAAC,GAC3CC,IAAiBD,EAAO,WAAW,MAAM,GAAG,EAAE,CAAC;AAErD,SAASE,EAAeC,GAAsC;AAC5D,aAAWC,KAAYD,GAAW;AAChC,UAAME,IAA6B,CAAC;AACpC,QAAIC,IAA8B;AAElC,eAAWC,KAAMH,EAAS,qBAAqB,GAAG;AAChD,MAAIG,EAAG,UAAU,SAASN,CAAc,IAAGK,IAAeE,EAAMD,CAAE,IACzDE,EAAYF,CAAE,KAAGF,EAAO,KAAKE,CAAE;AAG1C,eAAWG,KAASL;AACb,MAAAM,EAAAD,GAAO,oBAAoBJ,CAAY,GAC5CK,EAAKD,GAAO,gBAAgB,GAAG,CAAC,CAACJ,CAAY,EAAE;AAAA,EACjD;AAEJ;AAEO,MAAMM,IAAU,CAACL,MAAgBM,EAAWN,GAAIR,GAAcG,CAAc,GACtEY,IAAY,CAACP,MAAgBM,EAAWN,GAAIR,GAAc,EAAK;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"heading.js","sources":["../../designsystem/heading/heading.tsx"],"sourcesContent":["import clsx from \"clsx\";\nimport { type JSX, forwardRef } from \"react\";\nimport type {\n\tPolymorphicComponentPropWithRef,\n\tPolymorphicRef,\n} from \"../react-types\";\nimport styles from \"../styles.module.css\";\n\nexport type HeadingProps<As extends React.ElementType = \"h2\"> =\n\tPolymorphicComponentPropWithRef<\n\t\tAs,\n\t\t{\n\t\t\t\"data-size\"?: \"2xs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"2xl\";\n\t\t}\n\t>;\n\ntype HeadingComponent = <As extends React.ElementType = \"h2\">(\n\tprops: HeadingProps<As>,\n) => JSX.Element;\n\nexport const Heading: HeadingComponent = forwardRef<null>(function Heading<\n\tAs extends React.ElementType = \"h2\",\n>({ as, className, ...rest }: HeadingProps<As>, ref?: PolymorphicRef<As>) {\n\tconst Tag = as || \"h2\";\n\n\treturn (\n\t\t<Tag className={clsx(styles.heading, className)} ref={ref} {...rest} />\n\t);\n}) as HeadingComponent; // Needed to tell Typescript this does not return ReactNode but acutally JSX.Element\n"],"names":["Heading","forwardRef","as","className","rest","ref","jsx","clsx","styles"],"mappings":";;;;AAoBa,MAAAA,IAA4BC,EAAiB,SAExD,EAAE,IAAAC,GAAI,WAAAC,GAAW,GAAGC,EAAK,GAAqBC,GAA0B;AAIxE,SAAA,gBAAAC,EAHWJ,KAAM,MAGZ,EAAA,WAAWK,EAAKC,EAAO,SAASL,CAAS,GAAG,KAAAE,GAAW,GAAGD,EAAM,CAAA;AAEvE,CAAC;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as n, Fragment as a, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { clsx as i } from "../external/clsx/dist/clsx.js";
|
|
3
|
+
import { forwardRef as l, useId as c } from "react";
|
|
4
|
+
import e from "../styles.module.css.js";
|
|
5
|
+
const T = l(
|
|
6
|
+
function({ className: r, children: p, ...s }, m) {
|
|
7
|
+
const o = c();
|
|
8
|
+
return /* @__PURE__ */ n(a, { children: [
|
|
9
|
+
/* @__PURE__ */ t(
|
|
10
|
+
"button",
|
|
11
|
+
{
|
|
12
|
+
className: i(e.helptext, r),
|
|
13
|
+
popoverTarget: o,
|
|
14
|
+
ref: m,
|
|
15
|
+
type: "button",
|
|
16
|
+
...s
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ t("div", { className: e.popover, id: o, popover: "auto", children: p })
|
|
20
|
+
] });
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
T as HelpText
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=helptext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helptext.js","sources":["../../designsystem/helptext/helptext.tsx"],"sourcesContent":["import clsx from \"clsx\";\nimport { forwardRef, useId } from \"react\";\nimport styles from \"../styles.module.css\";\n\nexport type HelpTextProps = React.ComponentPropsWithoutRef<\"button\">;\n\nexport const HelpText = forwardRef<HTMLButtonElement, HelpTextProps>(\n\tfunction HelpText({ className, children, ...rest }, ref) {\n const popoverId = useId()\n\t\treturn (\n\t\t\t<>\n <button\n className={clsx(styles.helptext, className)}\n popoverTarget={popoverId}\n ref={ref}\n type=\"button\"\n {...rest}\n />\n <div className={styles.popover} id={popoverId} popover=\"auto\">\n {children}\n </div>\n </>\n\t\t);\n\t},\n);\n"],"names":["HelpText","forwardRef","className","children","rest","ref","popoverId","useId","jsxs","Fragment","jsx","clsx","styles"],"mappings":";;;;AAMO,MAAMA,IAAWC;AAAA,EACvB,SAAkB,EAAE,WAAAC,GAAW,UAAAC,GAAU,GAAGC,KAAQC,GAAK;AACtD,UAAMC,IAAYC,EAAM;AAC1B,WAEM,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,MAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,WAAWC,EAAKC,EAAO,UAAUV,CAAS;AAAA,UAC1C,eAAeI;AAAA,UACf,KAAAD;AAAA,UACA,MAAK;AAAA,UACJ,GAAGD;AAAA,QAAA;AAAA,MACN;AAAA,MACA,gBAAAM,EAAC,SAAI,WAAWE,EAAO,SAAS,IAAIN,GAAW,SAAQ,QACpD,UAAAH,EACH,CAAA;AAAA,IAAA,GACF;AAAA,EAAA;AAGN;"}
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"farmer-pig-plant.svg": ["Mennesker"],
|
|
38
38
|
"farmer-pitchfork.svg": ["Mennesker"],
|
|
39
39
|
"inspector.svg": ["Mennesker"],
|
|
40
|
+
"inspector-nature.svg": ["Mennesker"],
|
|
40
41
|
"meeting-plant.svg": ["Mennesker"],
|
|
41
42
|
"person-apron-bush.svg": ["Mennesker"],
|
|
42
43
|
"person-apron.svg": ["Mennesker"],
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="196" height="249" fill="none" viewBox="0 0 196 249"><path fill="#68B096" d="M155.74 172.91v19.49c6.33-17.55 19.2-24.1 36.57-23.52 2.48 17.64-12.7 34.08-36.18 37.97V229c1.19-2.4 2-4.26 2.99-6.01 7.35-13.02 20.77-18.57 36.53-18.77 2.03 11.21-5.1 27.07-15.87 34.43-18.98 12.98-45.09 12.58-59.6-3.56-7.58-8.44-11.14-18.42-11.39-29.73 13.03-3.37 28.75 4.9 39.6 26.74v-24.25c-9.93-.89-19.23-3.4-26.11-11.16-6.8-7.66-9.05-17.12-9.63-27.13 11.54-2.49 29.64 6.68 35.97 27.27v-23.9c0-.07-.02-.48.14-.55.17-.07 6.7.04 6.85.06.16 0 .12.36.12.48Z"/><path fill="#F9CC76" d="M193.56 125.26c-2.85 12.17-11.15 20.69-19.85 28.7a79.51 79.51 0 0 1-12.03 8.8c-5.49 3.39-11.55 3.84-17.27.89-14.34-7.41-26.38-17.45-33.42-32.63a33.1 33.1 0 0 1-2.5-8.23c-.86-4.93 1.96-7.02 7.84-6.7 9.34.52 17.18 9.2 23.87 17.48.19-6.19.09-13.61 1.2-19.6.84-4.53 2.81-8.29 5.6-12.08 2.34-2.94 5.27-4.44 8.98-.08 3.2 3.6 4.35 7.07 4.9 10.83.99 6.68.97 13.5 1.38 20.17 5.92-7.14 12.73-14.22 22.79-16.42 2.8-.62 6.76-.5 8.14 1.04 1.39 1.53 1.06 4.9.37 7.83Z"/><path fill="#C58F79" d="M28.06 50.67c-.94-2.44-3.81-8.61-6.6-9.96-2.79-1.35-2.58.33-2.14 1.43.48 1.14 1.92 4.42-1.72 1.54a14.09 14.09 0 0 0-5.45-2.74c-1.17-.25-2.36.63-1 4.55 1.35 3.93 3.73 7.9 7.03 9.7 3.3 1.82 3.1 1.13 3.1 1.13l6.78-5.65Z"/><path fill="#054449" d="M72.34 72.32c12.44-6.66 20.98-12.2 22.4-18.58a8 8 0 0 0-4.06-8.6 8.65 8.65 0 0 0-7.93-.29c-2.11.88-2.95 1.66-4.14 2.5-7.98 5.7-12.91 11.83-26.06 16.71-3.67 1.37-11.16-4.3-16.88-9.1-2.89-2.43-6.4-5.61-6.98-6.48l-9.38 8.67c2.32 2.45 14.9 18.31 30.6 21.74 6.12 1.33 17.9-4.14 22.43-6.57Z"/><path fill="#9ECCED" d="m14.12 33.63 30.87-5.73c.99-.18 1.94.46 2.16 1.44l9.41 43.53c.21.98-.4 1.96-1.37 2.2l-30.47 7.58a1.86 1.86 0 0 1-2.27-1.41l-9.81-45.39a1.86 1.86 0 0 1 1.48-2.22Z"/><path fill="#1E1A28" d="M121.1 241.16s1.62 4.34 1.8 5.3c.19.84.59 1.14-2.39 1.17 0 0-17.68.28-18.88 0-.8-.19-1.8-1.3-1.25-6.22l20.72-.25Zm-35.69.28s.29 4.17-.32 5.08c-.62.91-.99 1.5-6.42 1.2 0 0-15.3.28-15.8-.12-.48-.4 2.31-6.45 2.31-6.45l20.24.29Z"/><path fill="#0C4FA1" d="M122.83 108.92c.12 8.2 1.2 51 1.33 55.63.18 4.63.3 43.98.3 48.34 0 4.36.13 28.33-.42 29.12-.55.78-23.39 1.36-24.55.52-1.16-.85 0-39.54-.18-44.17-.12-4.63-.86-27.5-.12-46.12.73-18.64-.6-22.08-1.04-22.08-.43 0-.8-.92-2.52 16.67-1.7 17.59-5.2 49.58-5.93 57.33-.74 7.82-2.76 38.11-3.56 38.44-.8.32-22.4-.07-23.14-.33-.73-.26 1.17-25.54 1.41-28.34.24-2.8 5.14-64.95 5.39-68.28.24-3.32 2.45-38.04 2.45-38.04s25.83.06 28.03.26c2.27.13 22.55 1.04 22.55 1.04Z"/><path fill="#C58F79" d="M119.05 113.35c-2.15.72-7.64 2.97-9.01 5.35-1.37 2.37-1.4 3.09-1 7.76.08 1.05.82 2.46 4.27 1.44 3.45-1.02 7.02-2.93 8.82-5.73 1.8-2.8 1.2-2.67 1.2-2.67l-4.28-6.15Z"/><path fill="#054449" d="M103.12 50.8c.66-4.29 2.87-7.19 5.92-6.92 8.18 1.97 18.09 8.94 26.27 20.45 2.99 4.2 9.33 14.39 9.33 20.66-.22 16.07-18.37 33.98-20.5 36.6l-9.4-8.05c.6-.36 5.15-5.6 8.5-10.02 4.68-8.72 7.69-14.61 7.69-18.53-2.91-11.08-9.18-16.05-20.8-22.97 0 0-4.03-2.23-5.72-4.9a8 8 0 0 1-1.28-6.31Z"/><path fill="#054449" d="M122.4 98.2c.03 6.45.51 12.67.64 15.4 0 0-26.13 2.61-36.86 1.32 0 0-13.73-.62-14.44-.62 0 0 .17-11.32.16-17.76.09-9.82.29-18.17.55-25.2.26-7.04-.64-20.75 8.43-25.44 5.67-2.93 7.3-2.75 15.2-3.14 6.45-.26 15.6.73 19.32 4.18 4.76 4.36 5.32 13.76 5.98 22.78.44 10.16.77 20.01 1.02 28.48Z"/><path fill="#E2F1DF" d="M107.1 62.55A4.05 4.05 0 0 0 105 62a3.65 3.65 0 0 1 7.17.32 4.06 4.06 0 0 0-2.13.39 1.49 1.49 0 0 0-2.95-.15Zm5.1.25a3.6 3.6 0 0 0-3.97 3.67c2.12.2 3.99-1.5 3.98-3.64v-.03Zm-7.28-.32a3.66 3.66 0 0 0 2.82 3.91v-.02c0-.68.17-1.34.49-1.93a3.6 3.6 0 0 0-3.3-1.96Z"/><path fill="#C58F79" d="M111.56 27.04c-.08-.44-.47-.68-.92-.88.18-3.55-.56-5.82-2.14-8.1-1.33-1.91-3.18-3.82-5.78-4.75-2.3-.83-7.94-.61-10.2.3-5.43 2.07-7.56 7.11-7.84 12.68-.46.12-.87.3-1 .71a3.3 3.3 0 0 0-.26 2.17c.18.64.58 1.03 1.39 1.57a15.5 15.5 0 0 0 2.37 7.13l.28.42c2.1 3.24 4.93 5.12 8.3 5.12h2.65c3.36 0 6.53-1.86 8.64-5.08l.84-1.27a15.38 15.38 0 0 0 2.35-6.64c.69-.35 1.07-.67 1.3-1.2.29-.74.23-1.43.02-2.18Z"/><path fill="#1E1A28" d="M115.27 21.48c-.7-2.74-3.88-4.14-3.88-4.14s1.97-2.4-.49-4.14c-2.45-1.74-4.47-.73-4.47-.73s.05-2.1-2.95-3.22c-3-1.13-4.91.55-4.91.55s-2.3-1.65-5.35-.55c-3.06 1.1-2.94 3.31-2.94 3.31s-4.75-.37-6.66 2.2c-1.91 2.58 0 4.6 0 4.6s-3.28 1.11-3.28 3.87 3.28 3.95 3.28 3.95l.95-.86.78-.18c4.08-1 7.35-3.1 9.23-5.62 3.38 3.11 8.35 4.89 13.56 4.68.5 1.2 1.4 2.45 2.9 2.45 4.74 0 4.8-3.94 4.23-6.17Z"/><path fill="#FAF6F3" d="M32.2 38.5c.14.17.27.36.53.28.17-.03.26-.16.24-.33-.02-.23-.14-.33-.46-.36.02-.15.16-.17.26-.22-.15-.1-.4-.06-.48.11-.07.22-.28.36-.4.54-1.66-.66-3.45-.05-5.1.38a9.3 9.3 0 0 0-3.56 1.8c-.5.51-.9.92-1.25 1.56a1.63 1.63 0 0 0-1.63-.2l.03.13c.15.57.6.98 1.13 1.13-.22.38-.1 1.13-.67 1.12-.37.03-.31.18-.13.47.14.2.43.48.77.46.83.03 1.77-.18 2.59-.31 0 0 .67 1.3.72 1.5.02.1.05.49.05.58 0 .04.03.06.05.06l.54-.12c.04 0 .05-.03.05-.05l-.04-2.26.07-.01s.84 1.18.9 1.32c.04.1.16.7.17.72 0 .03.02.03.03.03l.53-.11c.03 0 .03-.02.04-.05.04-.46-.2-1.81-.25-2.22 1.14-.22 1.9-.36 3.23-.69 0 0 .64 1.3.67 1.47l.05.64c0 .02.01.05.03.04l.57-.12c.03 0 .05-.03.05-.06.02-.6-.01-1.68-.08-2.22l.12.04s.57.95.62 1.17c.02.07.06.64.08.83 0 .05.03.07.06.06l.56-.12c.03 0 .04-.02.04-.04.06-.88.05-2.07.13-2.9 0-.03.04-.11.06-.16.61-1.33.2-2.82-.95-3.66-.1-.07-.08-.16.03-.23Zm.24-.19c.17-.04.4.05.26.24-.16.12-.3-.07-.26-.24ZM38.19 36.1c-1.32-.29-2.28.27-2.28.27s.96 1.16 2.16 1.43c1.16.1 1.66-.7 1.66-.7s-.22-.72-1.54-1Zm1.37.1.37 1.2.18.82c.14.08.22.16.24.17 0-.02 0-.17.07-.37l-.4-1.92-.46.1Zm.78 2.2s.01-1.22 1.6-1.56c1.57-.33 2.2.81 2.61 1.5.41.7.5 1.55.32 2.73a4.07 4.07 0 0 1-1.73 2.4c-.14.07-.54.24-.91.17-.5-.05-.36.14-1.3.34-.95.2-2.66-.05-3.67-1.99 0 0-.81-1.59-.2-2.83.33-.7.57-.9 1.53-1.19.96-.29 1.76.42 1.76.42ZM37.9 52a13.27 13.27 0 0 0-6.85-.25l-.6-.3c-.6-.3-1.02-.36-1.09-.35l-.35.65-.42.72.15.1c-.84.34-1.75.67-2.54 1.04-.98.46-1.72.77-2.55 1.21-.39-.09-.68-.14-1.09-.25a12.7 12.7 0 0 0-1.8-.5c-.04.1.19.6.52 1.85.12.59.3 2.15.38 2.16.1.01 1.42-1.35 2.12-2.16a15 15 0 0 0 1.7.06l-.19.15c.02.03.19.18.35.4.17.22.33.46.36.48.32-.2 1-.8 1.2-1.04 1.2.02 2.2-.03 3.4-.2 4.74-.65 6.64-2.26 7.38-3.37l.02-.04c.15-.24-.02-.33-.1-.36Zm4.79-4.96.48.57c.52.64 1.06 1.26 1.56 1.91.43.56.82 1.15 1.06 1.81.14.35.2.72.21 1.09.01.53-.2.95-.59 1.28a2.1 2.1 0 0 1-2.16.45c-.3-.1-.6-.2-.84-.42a1.84 1.84 0 0 1-.58-.93 5.96 5.96 0 0 1-.08-1.89c.02-.4.12-.78.21-1.16l.6-2.34.13-.37ZM31.54 62.6l.18.8c.36-.28.7-.64 1.13-.88.83-.46 1.64-.17 1.98.68a1.2 1.2 0 0 1-1.09 1.6c-.81.06-1.25-.36-1.41-1.27-.43.36-.45 1.25-.02 2.6.33-.27.54-.61.94-.84.62-.35 1.28-.48 1.91.03.45.37.73 1.17.38 1.76a1.5 1.5 0 0 1-1.74.58 1.4 1.4 0 0 1-.84-1.35l.03-.2c-.2.1-.37.52-.34.86.08.9.27 1.68.44 2.59.3-.48.62-.9 1.1-1.18.68-.4 1.37-.53 2.05-.02.5.37.66 1.03.46 1.67-.12.41-.69.88-1.31.9-.87.04-1.4-.74-1.39-1.64a2.1 2.1 0 0 0-.43 1.78c.11.65.26 1.3.4 1.93.06.27.07.46-.29.53-.33.07-.39-.12-.44-.36-.12-.6-.23-1.18-.38-1.77a2.3 2.3 0 0 0-.58-1.2c0 .4.04.69-.06 1-.19.53-.66.76-1.21.8-.55.05-.9-.25-1.13-.68a1.38 1.38 0 0 1 .33-1.75c.5-.38 1.3-.58 1.97-.03l.36.33a65 65 0 0 0-.6-2.56c-.14-.52-.85-.98-1.4-1 .22.18.36.36.48.57.24.53.13.97-.19 1.39-.32.42-.78.59-1.28.5-.81-.17-1.19-.89-1-1.71.16-.66.8-1.1 1.56-1.18.74-.03.85-.05 1.59.26-.07-.92-.4-2.14-.97-2.47.06.16.08.26.11.45.06.53-.12.82-.65 1.09-.58.3-1.25.21-1.58-.24-.34-.46-.44-1.2 0-1.67.45-.48 1.4-.6 2.05-.24l.51.29-.13-.64c-.98-.15-1.35-.77-1.36-1.4 0-.77.55-1.31 1.36-1.4.63-.05 1.23.4 1.39 1.04.17.71-.17 1.36-.89 1.65Zm13.6 5.86c.03.18.37 2.02.47 2.05.11.02 1.2-.13 1.75-.24a8.1 8.1 0 0 0 1.76-.56c.01-.05-.33-2-.34-2.04-.32.2-3.42.77-3.64.79Z"/><path fill="#FAF6F3" d="M48.78 67.67c.22-.14.15-.3.09-.75-.08-.53-.91-7.96-1.01-8.82-.02-.17-.07-.4-.11-.5-.03-.06-2.46.52-2.94.63-.49.1-2.88.62-2.9.65-.02.03.11.52.11.52.18.47 2.53 7.69 2.7 8.3.18.6.2.77.42.76.22-.02 3.33-.6 3.65-.8Z"/><path fill="#C58F79" d="M76.71 235.24c-.43-.9-1.79-2.54-2.48-3.95-.86-1.78-1.87-6.1-1.76-8.07.33-5.87.19-8.35-1.9-12.6-.36-.78-.31-.65-.32-1.63-.02-.99.94-1.89 1.68-3.96.75-2.06 1.72-7.06 2.4-11.6.85-5.72.2-7.76-1.36-11.72-1.51-3.83-4.36-4.61-5.59-5.03-1.22-.43-4.36-1.03-4.32.52.05 1.55 1.08 1.5 2.5 2.11 1.4.61 2.52 2.74 3.33 5.41 1.02 3.4.51 5.74.38 8.75-.15 3.01-1.6 7.85-2.12 9.31-.51 1.46-1.17 1.88-2.67 2.06-11.06.44-24.62 1.2-35.74 1l.05-.02c-2.86-.1-7.32-3.94-8.04-4.6-.72-.66-4.05-4.57-4.4-4.98-.36-.41-1.03-.97-1.75-2.83-.72-1.85-2.02-4.51-2.4-4.26-1.19.77-1.44 3.23-1.44 3.23-.61-1.84-1.87-2.26-2.07-2.15a7.74 7.74 0 0 0 0 2.87c-.22.4-4.03 1.75-4.64 2.2-.61.47-.83 1.6-1.13 2.16-.3.56-2.3 1.23-2.71 1.72-.41.48-.11 1.51 0 2.08.1.56.6 1.12 1.43 2.4.83 1.29 2.92.72 3.54.72.62 0 2.2 2.41 2.94 3.3a961.27 961.27 0 0 1 8.16 19.82c-.1 2.42-1.45 13.83-1.7 14.47a18.8 18.8 0 0 1-2.05 3.15c-.2.2-1 .72-.92 1.7.09.99.44 1.49.75 1.49h2.34c.72 0 .96-.57 1.41-1.1.46-.54 2.13-2.55 2.6-3.42.36-.64 4.35-8.7 6.52-13.07 1.16 3.14 2.78 7.7 3.11 8.6.52 1.4 4.07 5.72 4.46 6.87.4.68.31 1.92 1.33 2.12h1.37c.3 0 1.27-.75 1.37-1.28.94-2.16-2.09-4.72-2.95-6.63-.83-1.43-1.08-1.87-1.1-2.26-.05-.66.39-6.55.61-9.67 4.45-.1 9.8-.27 14.2-.42.65 1.82 1.39 4.07 1.84 5.54.42 1.33 1.27 3.87 1.47 4.85.24 1.27.34 1.78-.28 2.41-.59.6-3.9 3.83-4.27 4.01-.93.48-1.49 1.08-1.5 1.9 0 .94.45 1.54 1 1.54h2.33c.53 0 1.42-.9 3-2.17 1.4-1.11 6.18-5.13 6.62-6.29.42-1.07 0-2.54.17-3.64.11-.8.97-3.9 1.74-6.62l2.1 2.8c1.8 2.37 6.12 4.02 7.65 4.86 1.6.88 2.36 1.88 2.06 3.03-.23.9-.93 4.25-1.1 4.58-.17.33-.74.52-.98 1.32-.24.81-.03 1.86.78 2.08 0 0 2.41.05 3.09.05.68 0 1.27-1.8 1.57-2.68.36-1.03 2.69-8.58 1.8-10.38Z"/></svg>
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="135" height="248" viewBox="0 0 135 248">
|
|
2
|
-
<path fill="#c58f79" d="m17.56 50.71c-.94-2.44-3.83-8.62-6.62-9.97-2.8-1.35-2.59.34-2.14 1.43.48 1.14 1.92 4.42-1.72 1.54a14.12 14.12 0 0 0 -5.47-2.74c-1.17-.25-2.36.63-1 4.56 1.36 3.92 3.74 7.9 7.05 9.7 3.3 1.82 3.1 1.13 3.1 1.13z"/>
|
|
3
|
-
<path fill="#e2f1df" d="m61.92 72.38c12.46-6.67 21.03-12.22 22.44-18.6.6-2.7-.45-6.68-4.07-8.6a8.67 8.67 0 0 0 -7.94-.3c-2.11.89-2.96 1.67-4.15 2.51-7.99 5.7-12.94 11.84-26.1 16.72-3.69 1.37-11.2-4.3-16.93-9.11-2.88-2.43-6.4-5.62-6.98-6.49l-9.4 8.68c2.32 2.46 14.92 18.33 30.66 21.75 6.13 1.34 17.93-4.13 22.47-6.56z"/>
|
|
4
|
-
<path fill="#054449" d="m3.58 33.65 30.94-5.72c.99-.19 1.95.45 2.16 1.43l9.43 43.56c.22.99-.4 1.96-1.37 2.2l-30.53 7.6a1.86 1.86 0 0 1 -2.27-1.42l-9.84-45.42a1.86 1.86 0 0 1 1.48-2.23z"/>
|
|
5
|
-
<path fill="#1e1a28" d="m110.77 241.34s1.63 4.35 1.81 5.31c.19.84.6 1.13-2.4 1.16 0 0-17.7.28-18.91 0-.8-.18-1.8-1.29-1.26-6.22l20.77-.25zm-35.75.28s.29 4.18-.33 5.09c-.62.9-.99 1.5-6.42 1.2 0 0-15.34.27-15.83-.12-.49-.4 2.3-6.46 2.3-6.46z"/>
|
|
6
|
-
<path fill="#054449" d="m112.51 109c.12 8.21 1.21 51.05 1.33 55.67.19 4.63.31 44.01.31 48.38s.12 28.36-.43 29.14-23.43 1.37-24.6.52c-1.16-.85 0-39.57-.18-44.2-.12-4.63-.86-27.51-.12-46.16.74-18.64-.6-22.1-1.03-22.1-.44 0-.81-.91-2.53 16.7-1.72 17.6-5.21 49.6-5.95 57.36-.73 7.82-2.76 38.14-3.56 38.47-.8.32-22.45-.07-23.18-.33-.74-.26 1.16-25.56 1.4-28.36.25-2.8 5.16-65 5.4-68.33.25-3.32 2.46-38.07 2.46-38.07s25.88.06 28.09.26c2.27.13 22.6 1.04 22.6 1.04h-.01z"/>
|
|
7
|
-
<path fill="#e2f1df" d="m112.08 98.27c.03 6.46.51 12.68.64 15.42 0 0-26.18 2.61-36.93 1.31 0 0-13.76-.61-14.47-.61 0 0 .17-11.33.16-17.78.09-9.83.29-18.19.55-25.23s-.64-20.75 8.44-25.45c5.69-2.93 7.33-2.73 15.23-3.13 6.47-.27 15.64.72 19.36 4.18 4.77 4.36 5.34 13.77 6 22.79.44 10.17.77 20.03 1.02 28.5z"/>
|
|
8
|
-
<path fill="#054449" d="m74.1 59.22a3.1 3.1 0 0 0 -3.02 2.38c.63 0 1.23.16 1.77.48.3-1.44 2.33-1.34 2.49.12a3.46 3.46 0 0 1 1.8-.33 3.1 3.1 0 0 0 -3.05-2.65zm3.07 3.08v-.02a3.04 3.04 0 0 0 -3.36 3.1 3.1 3.1 0 0 0 3.36-3.07zm-3.77 3c0-.57.14-1.13.41-1.63a3.05 3.05 0 0 0 -2.8-1.66 3.1 3.1 0 0 0 2.4 3.3v-.01z"/>
|
|
9
|
-
<path fill="#c58f79" d="m101.22 27.06c-.08-.44-.47-.68-.92-.88.18-3.56-.56-5.82-2.14-8.1-1.33-1.92-3.19-3.83-5.8-4.76-2.3-.83-7.95-.61-10.22.3-5.44 2.07-7.57 7.12-7.85 12.7-.47.11-.88.28-1.01.7a3.3 3.3 0 0 0 -.26 2.17c.18.64.59 1.04 1.4 1.58a15.5 15.5 0 0 0 2.38 7.13l.28.42c2.1 3.24 4.93 5.12 8.3 5.12h2.67c3.36 0 6.54-1.86 8.65-5.08l.84-1.27a15.38 15.38 0 0 0 2.36-6.65c.68-.34 1.07-.66 1.3-1.2.29-.74.23-1.43.02-2.18z"/>
|
|
10
|
-
<path fill="#1e1a28" d="m94 14.02a15.09 15.09 0 0 0 -4.37-1.65 4.4 4.4 0 0 0 1.55-1.29l.33-.43c.51-.67.83-1.48.93-2.33l.1-.83a4.84 4.84 0 0 0 -.78-3.25l-.24-.36a3.1 3.1 0 0 0 -2.15-1.42c-1.77-.39-3-.05-3.89.26a4.59 4.59 0 0 0 -2.99 4.11l-.05.93a4.8 4.8 0 0 0 .95 3.17l.1.14c.4.52.85.94 1.37 1.23-3.32.56-6.61 2.52-8.36 5.07-2.75 4.6-2.29 5.29-2.63 8-.04.35.02.7.05 1.04a12.87 12.87 0 0 0 13.74-7.5c1.96 4.77 6.53 8.22 11.65 7.46.32-.05.66-.15.98-.2.08-.64.06-1.2.06-1.87.04-3.73-2.33-8.16-6.36-10.28z"/>
|
|
11
|
-
<path fill="#c58f79" d="m108.72 113.44c-2.15.72-7.65 2.97-9.03 5.35-1.37 2.37-1.4 3.09-1 7.76.09 1.06.82 2.46 4.28 1.44s7.04-2.93 8.84-5.73 1.2-2.67 1.2-2.67l-4.28-6.15z"/>
|
|
12
|
-
<path fill="#e2f1df" d="m92.77 50.84c.66-4.3 2.87-7.2 5.93-6.92 8.19 1.96 18.12 8.94 26.32 20.45 3 4.2 9.34 14.4 9.34 20.68-.21 16.08-18.4 34-20.54 36.62l-9.42-8.05c.6-.36 5.17-5.6 8.53-10.02 4.68-8.73 7.7-14.62 7.7-18.55-2.92-11.09-9.2-16.05-20.84-22.99 0 0-4.04-2.23-5.73-4.9a8 8 0 0 1 -1.3-6.32z"/>
|
|
13
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="135" height="248" fill="none" viewBox="0 0 135 248"><path fill="#C58F79" d="M17.56 50.71c-.94-2.44-3.83-8.62-6.62-9.97-2.8-1.35-2.59.34-2.14 1.43.48 1.14 1.92 4.42-1.72 1.54a14.12 14.12 0 0 0-5.47-2.74c-1.17-.25-2.36.63-1 4.56 1.36 3.92 3.74 7.9 7.05 9.7 3.3 1.82 3.1 1.13 3.1 1.13l6.8-5.65Z"/><path fill="#E2F1DF" d="M61.92 72.38c12.46-6.67 21.03-12.22 22.44-18.6.6-2.7-.45-6.68-4.07-8.6a8.67 8.67 0 0 0-7.94-.3c-2.11.89-2.96 1.67-4.15 2.51-7.99 5.7-12.94 11.84-26.1 16.72-3.69 1.37-11.2-4.3-16.93-9.11-2.88-2.43-6.4-5.62-6.98-6.49l-9.4 8.68c2.32 2.46 14.92 18.33 30.66 21.75 6.13 1.34 17.93-4.13 22.47-6.56Z"/><path fill="#054449" d="m3.58 33.65 30.94-5.72c.99-.19 1.95.45 2.16 1.43l9.43 43.56c.22.99-.4 1.96-1.37 2.2l-30.53 7.6a1.86 1.86 0 0 1-2.27-1.42L2.1 35.88a1.86 1.86 0 0 1 1.48-2.23Z"/><path fill="#1E1A28" d="M110.77 241.34s1.63 4.35 1.81 5.31c.19.84.6 1.13-2.4 1.16 0 0-17.7.28-18.91 0-.8-.18-1.8-1.29-1.26-6.22l20.77-.25ZM75.02 241.62s.29 4.18-.33 5.09c-.62.9-.99 1.5-6.42 1.2 0 0-15.34.27-15.83-.12-.49-.4 2.3-6.46 2.3-6.46l20.28.29Z"/><path fill="#054449" d="M112.51 109c.12 8.21 1.21 51.05 1.33 55.67.19 4.63.31 44.01.31 48.38 0 4.37.12 28.36-.43 29.14-.55.78-23.43 1.37-24.6.52-1.16-.85 0-39.57-.18-44.2-.12-4.63-.86-27.51-.12-46.16.74-18.64-.6-22.1-1.03-22.1-.44 0-.81-.91-2.53 16.7-1.72 17.6-5.21 49.6-5.95 57.36-.73 7.82-2.76 38.14-3.56 38.47-.8.32-22.45-.07-23.18-.33-.74-.26 1.16-25.56 1.4-28.36.25-2.8 5.16-65 5.4-68.33.25-3.32 2.46-38.07 2.46-38.07s25.88.06 28.09.26c2.27.13 22.6 1.04 22.6 1.04h-.01Z"/><path fill="#C58F79" d="M108.72 113.44c-2.15.72-7.65 2.97-9.03 5.35-1.37 2.37-1.4 3.09-1 7.76.09 1.06.82 2.46 4.28 1.44 3.46-1.02 7.04-2.93 8.84-5.73 1.8-2.8 1.2-2.67 1.2-2.67l-4.28-6.15Z"/><path fill="#E2F1DF" d="M92.77 50.84c.66-4.3 2.87-7.2 5.93-6.92 8.19 1.96 18.12 8.94 26.32 20.45 3 4.2 9.34 14.4 9.34 20.68-.21 16.08-18.4 34-20.54 36.62l-9.42-8.05c.6-.36 5.17-5.6 8.53-10.02 4.68-8.73 7.7-14.62 7.7-18.55-2.92-11.09-9.2-16.05-20.84-22.99 0 0-4.04-2.23-5.73-4.9a8 8 0 0 1-1.3-6.32Z"/><path fill="#E2F1DF" d="M112.08 98.27c.03 6.46.51 12.68.64 15.42 0 0-26.18 2.61-36.93 1.31 0 0-13.76-.61-14.47-.61 0 0 .17-11.33.16-17.78.09-9.83.29-18.19.55-25.23.26-7.04-.64-20.75 8.44-25.45C76.16 43 77.8 43.2 85.7 42.8c6.47-.27 15.64.72 19.36 4.18 4.77 4.36 5.34 13.77 6 22.79.44 10.17.77 20.03 1.02 28.5Z"/><path fill="#054449" d="M96.74 62.6a4.07 4.07 0 0 0-2.1-.56 3.66 3.66 0 0 1 7.19.31 4.07 4.07 0 0 0-2.13.4 1.5 1.5 0 0 0-2.96-.15Zm5.13.24a3.6 3.6 0 0 0-3.99 3.68c2.13.2 4-1.51 3.99-3.64v-.04Zm-7.3-.31a3.67 3.67 0 0 0 2.82 3.91v-.02c0-.68.17-1.34.49-1.93a3.61 3.61 0 0 0-3.31-1.96Z"/><path fill="#C58F79" d="M101.22 27.06c-.08-.44-.47-.68-.92-.88.18-3.56-.56-5.82-2.14-8.1-1.33-1.92-3.19-3.83-5.8-4.76-2.3-.83-7.95-.61-10.22.3-5.44 2.07-7.57 7.12-7.85 12.7-.47.11-.88.28-1.01.7a3.3 3.3 0 0 0-.26 2.17c.18.64.59 1.04 1.4 1.58a15.5 15.5 0 0 0 2.38 7.13l.28.42c2.1 3.24 4.93 5.12 8.3 5.12h2.67c3.36 0 6.54-1.86 8.65-5.08l.84-1.27a15.38 15.38 0 0 0 2.36-6.65c.68-.34 1.07-.66 1.3-1.2.29-.74.23-1.43.02-2.18Z"/><path fill="#1E1A28" d="M94 14.02a15.09 15.09 0 0 0-4.37-1.65 4.4 4.4 0 0 0 1.55-1.29l.33-.43c.51-.67.83-1.48.93-2.33l.1-.83a4.84 4.84 0 0 0-.78-3.25l-.24-.36a3.1 3.1 0 0 0-2.15-1.42c-1.77-.39-3-.05-3.89.26a4.59 4.59 0 0 0-2.99 4.11l-.05.93a4.8 4.8 0 0 0 .95 3.17l.1.14c.4.52.85.94 1.37 1.23-3.32.56-6.61 2.52-8.36 5.07-2.75 4.6-2.29 5.29-2.63 8-.04.35.02.7.05 1.04a12.87 12.87 0 0 0 13.74-7.5c1.96 4.77 6.53 8.22 11.65 7.46.32-.05.66-.15.98-.2.08-.64.06-1.2.06-1.87.04-3.73-2.33-8.16-6.36-10.28Z"/></svg>
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="139" height="248" viewBox="0 0 139 248">
|
|
2
|
-
<path fill="#c58f79" d="m106.07 96.7c2.5-.76 9.16-2.3 11.96-.94 2.78 1.37 1.33 2.25.19 2.57-1.2.33-4.68 1.22-.15 2.32 1.97.47 4.06 1.38 5.54 2.62.92.76.96 2.25-2.97 3.6-3.94 1.36-8.55 1.93-12.02.44-3.47-1.48-2.8-1.76-2.8-1.76z"/>
|
|
3
|
-
<path fill="#054449" d="m81.45 80.43c-5.16-8.38-5.91-10.18-8.78-17.2-1.8-4.38-4.74-9.37-7.53-12.05-4.12-3.95-6.02-5.82-10.76-6.86-2.7-.6-6.52 1.4-7.32 5.57-.8 4.16 3.22 8.37 4.45 9.44s3.82 2.8 8.5 10.3c3.65 5.84 3.3 6.44 8.85 18.66 2.73 5.54 5.02 7.9 9.75 10.51 5.06 2.8 12.4 5.68 27.9 9.26a799.1 799.1 0 0 0 1.06-12.93c-18.27-5.35-23.91-11.1-26.12-14.7z"/>
|
|
4
|
-
<path fill="#c58f79" d="m9.84 131.4c1.04 2.1 3.4 7.75 2.73 10.46-.67 2.7-1.14 3.24-4.64 6.28-.78.68-2.27 1.15-4.03-2.12-1.75-3.27-2.97-7.26-2.32-10.59s.98-2.78.98-2.78l7.28-1.24z"/>
|
|
5
|
-
<path fill="#054449" d="m36.27 49.42c-.06-1.95-1.35-7.44-6.53-5.84-5.33 1.64-11.09 3.73-16.59 11.65-5.29 7.6-9.82 17.8-11.14 37.28-1.47 21.66-1.98 41.55-2.01 41.87l12.78-.27c.02-.32.05-16.11 2.5-44.6.7-8.02 3-16.74 5.86-20.91 1.86-2.72 4.42-6.06 6.13-7.59 0 0 2.96-2.06 5.2-3.67 3.63-2.62 3.88-5.4 3.8-7.91z"/>
|
|
6
|
-
<path fill="#1e1a28" d="m17.86 241.33s-1.63 4.35-1.81 5.32c-.19.84-.6 1.13 2.4 1.16 0 0 17.74.28 18.95 0 .8-.18 1.8-1.3 1.26-6.23zm35.82.27s-.29 4.2.33 5.1c.62.92.99 1.5 6.44 1.2 0 0 15.36.28 15.85-.11.49-.4-2.31-6.47-2.31-6.47l-20.31.29z"/>
|
|
7
|
-
<path fill="#da573b" d="m16.12 108.74c-.12 8.23-1.21 51.15-1.33 55.78-.19 4.64-.31 44.09-.31 48.47 0 4.37-.13 28.4.42 29.19.56.78 23.48 1.37 24.65.52s0-39.64.18-44.28c.12-4.64.86-27.57.12-46.25-.73-18.68.6-22.13 1.04-22.13.43 0 .8-.92 2.53 16.71 1.72 17.64 5.22 49.71 5.96 57.48.74 7.84 2.76 38.21 3.57 38.54.8.32 22.49-.07 23.22-.33.74-.26-1.16-25.6-1.4-28.41-.25-2.81-5.17-65.12-5.41-68.46-.25-3.32-2.46-38.14-2.46-38.14s-25.94.06-28.15.26c-2.27.13-22.63 1.05-22.63 1.05z"/>
|
|
8
|
-
<path fill="#054449" d="m66.66 98c.03 6.46.51 12.7.64 15.44 0 0-26.22 2.62-37 1.32 0 0-13.78-.62-14.5-.62 0 0 .18-11.35.16-17.8.1-9.86.3-18.23.56-25.28.26-7.06-.64-20.8 8.46-25.5 5.7-2.94 7.34-2.75 15.26-3.14 6.47-.27 15.66.72 19.4 4.19 4.77 4.37 5.34 13.79 6 22.83.44 10.19.77 20.07 1.02 28.56z"/>
|
|
9
|
-
<path fill="#e2f1df" d="m28.6 58.87a3.1 3.1 0 0 0 -3.01 2.39c.62 0 1.23.16 1.77.47.3-1.43 2.34-1.34 2.5.13a3.46 3.46 0 0 1 1.8-.34 3.1 3.1 0 0 0 -3.06-2.65zm3.1 3.09v-.02a3.05 3.05 0 0 0 -3.38 3.1 3.1 3.1 0 0 0 3.37-3.08zm-3.79 3c0-.57.14-1.13.41-1.63a3.05 3.05 0 0 0 -2.8-1.66 3.1 3.1 0 0 0 2.4 3.3z"/>
|
|
10
|
-
<path fill="#f9c4aa" d="m55.6 27.1c-.09-.44-.48-.67-.93-.87.18-3.56-.56-5.83-2.14-8.12-1.34-1.92-3.2-3.84-5.8-4.77-2.32-.82-7.98-.6-10.25.31-5.45 2.07-7.59 7.13-7.87 12.71-.46.12-.87.3-1 .71a3.3 3.3 0 0 0 -.26 2.18c.18.63.58 1.03 1.4 1.57.21 2.6 1.03 5.09 2.38 7.15l.28.42c2.11 3.24 4.94 5.13 8.32 5.13h2.67c3.36 0 6.55-1.87 8.67-5.08l.84-1.29a15.4 15.4 0 0 0 2.36-6.65c.69-.35 1.07-.67 1.3-1.2.3-.74.23-1.44.03-2.2z"/>
|
|
11
|
-
<path fill="#1e1a28" d="m57.07 28.31a59.18 59.18 0 0 0 -2.44-7.38 13.18 13.18 0 0 0 -6.18-6.93c-1.6-.9-3.09-1.66-4.87-1.87-.68-.1-1.36-.16-2.07-.16-3.91 0-8.24 2.2-10.33 5.27a26.13 26.13 0 0 0 -2.45 4.04c-1.02 2-2.16 4.97-2.8 7.11l-1.54 5.56c.58 1.3 3.43 2.21 5.5 1.63-.62-1.48-1-3.09-1.14-4.74-.81-.54-1.21-.94-1.4-1.57a3.3 3.3 0 0 1 .26-2.17c.13-.42.55-.6 1.01-.71v-.03a12.97 12.97 0 0 0 13.78-7.53c2.01 4.8 6.65 8.24 11.8 7.44.15-.03.3-.04.46-.05v.04c.46.2.85.43.93.87.2.75.26 1.45-.03 2.2-.23.52-.61.84-1.3 1.19-.2 1.75-.69 3.44-1.42 4.96 2.04.4 3.82.85 5.5-.88l-1.27-6.28z"/>
|
|
12
|
-
<path fill="#9ecced" d="m114.03 18.33 4.03 7.45c4.28 8.34 8.8 16.51 12.82 24.93 3.47 7.14 6.37 14.6 7.5 22.53a36.7 36.7 0 0 1 -.24 12.59c-1.13 5.85-4.52 10.02-9.6 12.82-8.3 4.66-16.68 4.73-24.99-.08-3.14-1.76-6.2-3.69-8.38-6.65a20.9 20.9 0 0 1 -4.2-11.7c-.32-7.3 1.53-14.2 3.47-21.17 1.21-4.33 3.23-8.34 5.17-12.42 3.95-8.18 8.14-16.28 12.17-24.46.65-1.04 1.29-2.08 2.26-3.84z"/>
|
|
13
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="139" height="248" fill="none" viewBox="0 0 139 248"><path fill="#C58F79" d="M106.22 96.7c2.5-.76 9.17-2.3 11.96-.94 2.8 1.37 1.34 2.25.2 2.57-1.2.33-4.69 1.22-.15 2.32 1.97.47 4.06 1.38 5.54 2.62.93.76.97 2.25-2.97 3.6-3.94 1.36-8.55 1.93-12.03.44-3.47-1.48-2.81-1.76-2.81-1.76l.26-8.85Z"/><path fill="#054449" d="M81.56 80.43c-5.16-8.38-5.92-10.18-8.8-17.2-1.8-4.38-4.74-9.37-7.53-12.05-4.12-3.95-6.03-5.82-10.78-6.86-2.7-.6-6.53 1.4-7.32 5.57-.8 4.16 3.22 8.37 4.45 9.44 1.23 1.07 3.82 2.8 8.51 10.3 3.65 5.84 3.3 6.44 8.87 18.66 2.72 5.54 5.02 7.9 9.76 10.51 5.06 2.8 12.42 5.68 27.94 9.26a803.1 803.1 0 0 0 1.06-12.93c-18.3-5.35-23.95-11.1-26.16-14.7Z"/><path fill="#C58F79" d="M9.86 131.4c1.03 2.1 3.4 7.75 2.73 10.46-.67 2.7-1.14 3.24-4.64 6.28-.8.68-2.29 1.15-4.04-2.12-1.76-3.27-2.98-7.26-2.33-10.59.65-3.33.98-2.79.98-2.79l7.3-1.23Z"/><path fill="#054449" d="M36.32 49.42c-.07-1.95-1.35-7.44-6.54-5.84-5.34 1.64-11.1 3.73-16.6 11.65C7.87 62.83 3.33 73.03 2 92.5.54 114.17.03 134.06 0 134.38l12.8-.27c.02-.32.04-16.11 2.5-44.6.7-8.02 3-16.74 5.87-20.91 1.87-2.72 4.43-6.06 6.14-7.59 0 0 2.96-2.06 5.2-3.67 3.64-2.62 3.9-5.4 3.8-7.91Z"/><path fill="#1E1A28" d="M17.88 241.33s-1.62 4.35-1.81 5.32c-.19.84-.6 1.13 2.4 1.16 0 0 17.77.28 18.98 0 .8-.18 1.8-1.29 1.26-6.23l-20.83-.25ZM53.75 241.6s-.28 4.2.33 5.1c.62.92 1 1.5 6.45 1.2 0 0 15.39.28 15.88-.11.49-.4-2.32-6.47-2.32-6.47l-20.34.29Z"/><path fill="#DA573B" d="M16.14 108.74c-.12 8.23-1.21 51.15-1.33 55.78-.19 4.64-.31 44.09-.31 48.47 0 4.37-.13 28.4.43 29.19.55.78 23.5 1.37 24.67.52 1.17-.85 0-39.64.19-44.28.12-4.64.86-27.57.12-46.25s.6-22.13 1.04-22.13c.43 0 .8-.92 2.53 16.71 1.72 17.64 5.23 49.71 5.97 57.48.73 7.84 2.76 38.21 3.57 38.54.8.32 22.52-.07 23.26-.33.74-.26-1.17-25.6-1.42-28.41-.24-2.81-5.17-65.12-5.41-68.46-.25-3.32-2.46-38.14-2.46-38.14s-25.97.06-28.18.26c-2.28.13-22.67 1.05-22.67 1.05Z"/><path fill="#054449" d="M66.75 98c.03 6.46.52 12.7.64 15.44 0 0-26.25 2.62-37.04 1.32 0 0-13.8-.62-14.52-.62 0 0 .17-11.35.16-17.8.1-9.86.29-18.23.55-25.28.26-7.06-.64-20.8 8.47-25.5 5.7-2.94 7.35-2.75 15.28-3.14 6.49-.27 15.69.72 19.42 4.19 4.79 4.37 5.36 13.79 6.02 22.83.44 10.19.77 20.07 1.02 28.56Z"/><path fill="#E2F1DF" d="M51.37 62.26a4.09 4.09 0 0 0-2.1-.56 3.67 3.67 0 0 1 7.2.3 4.09 4.09 0 0 0-2.14.4 1.5 1.5 0 0 0-2.96-.14Zm5.14.24a3.61 3.61 0 0 0-4 3.68c2.13.2 4-1.5 4-3.65v-.03Zm-7.32-.32a3.67 3.67 0 0 0 2.83 3.93v-.03c0-.67.17-1.34.49-1.93a3.62 3.62 0 0 0-3.32-1.97Z"/><path fill="#F9C4AA" d="M55.67 27.1c-.08-.44-.47-.67-.93-.87.19-3.57-.55-5.83-2.14-8.12-1.34-1.92-3.2-3.84-5.81-4.77-2.32-.82-7.99-.6-10.26.31-5.45 2.07-7.6 7.12-7.88 12.71-.46.12-.88.3-1.01.71a3.3 3.3 0 0 0-.26 2.18c.18.63.59 1.03 1.4 1.57.22 2.6 1.04 5.09 2.39 7.15l.28.42c2.12 3.24 4.95 5.13 8.34 5.13h2.67c3.37 0 6.56-1.87 8.68-5.09l.84-1.28a15.4 15.4 0 0 0 2.36-6.65c.7-.35 1.08-.67 1.3-1.2.3-.74.24-1.44.03-2.2Z"/><path fill="#1E1A28" d="M57.15 28.31a59.12 59.12 0 0 0-2.45-7.38A13.19 13.19 0 0 0 48.52 14c-1.61-.9-3.1-1.66-4.89-1.87a12.9 12.9 0 0 0-2.06-.16c-3.92 0-8.25 2.2-10.34 5.27a26.12 26.12 0 0 0-2.46 4.04c-1.02 2-2.17 4.97-2.8 7.11l-1.54 5.56c.57 1.3 3.43 2.21 5.5 1.63-.62-1.48-1-3.09-1.14-4.74-.81-.54-1.22-.94-1.4-1.57a3.3 3.3 0 0 1 .26-2.17c.13-.42.54-.6 1.01-.71v-.03a12.98 12.98 0 0 0 13.8-7.53c2.01 4.8 6.65 8.24 11.81 7.44.16-.03.31-.04.47-.05v.04c.45.2.84.43.92.87.2.75.27 1.45-.02 2.2-.23.52-.61.84-1.3 1.19a15.8 15.8 0 0 1-1.42 4.96c2.04.4 3.81.85 5.5-.88l-1.27-6.28Z"/><path fill="#9ECCED" d="m114.19 18.33 4.03 7.45c4.28 8.34 8.8 16.51 12.84 24.93 3.48 7.14 6.38 14.6 7.5 22.53.66 4.17.57 8.42-.23 12.59-1.13 5.85-4.53 10.02-9.6 12.82-8.32 4.66-16.72 4.73-25.04-.08-3.14-1.76-6.21-3.69-8.4-6.65a20.88 20.88 0 0 1-4.2-11.7c-.32-7.3 1.54-14.2 3.48-21.17 1.21-4.33 3.23-8.34 5.17-12.42 3.96-8.18 8.15-16.28 12.2-24.46.64-1.04 1.28-2.08 2.25-3.84Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="135" height="248" fill="none" viewBox="0 0 135 248"><path fill="#C58F79" d="M17.55 50.71c-.94-2.44-3.82-8.62-6.61-9.97-2.8-1.35-2.6.34-2.14 1.43.47 1.14 1.92 4.42-1.73 1.54a14.11 14.11 0 0 0-5.46-2.74c-1.17-.25-2.36.63-1 4.56 1.35 3.92 3.74 7.9 7.04 9.7 3.3 1.82 3.11 1.13 3.11 1.13l6.8-5.65Z"/><path fill="#9ECCED" d="M61.9 72.38c12.46-6.67 21.02-12.22 22.44-18.6.6-2.7-.45-6.68-4.07-8.6a8.67 8.67 0 0 0-7.94-.3c-2.11.89-2.96 1.67-4.14 2.51-8 5.7-12.94 11.84-26.1 16.72-3.69 1.37-11.19-4.3-16.92-9.11-2.89-2.43-6.4-5.62-6.99-6.49l-9.4 8.68c2.33 2.46 14.92 18.33 30.66 21.75 6.13 1.34 17.92-4.13 22.47-6.56Z"/><path fill="#1E1A28" d="M110.74 241.34s1.63 4.35 1.81 5.31c.19.84.6 1.13-2.4 1.16 0 0-17.7.28-18.9 0-.8-.18-1.8-1.29-1.26-6.22l20.76-.25ZM75 241.62s.29 4.18-.33 5.09c-.62.9-.99 1.5-6.42 1.2 0 0-15.34.27-15.83-.12-.48-.4 2.31-6.46 2.31-6.46l20.27.29Z"/><path fill="#054449" d="M112.48 109c.12 8.21 1.2 51.05 1.33 55.67.19 4.63.3 44.01.3 48.38 0 4.37.13 28.35-.42 29.14-.55.78-23.43 1.36-24.59.52-1.16-.85 0-39.57-.18-44.2-.12-4.63-.86-27.51-.12-46.16.73-18.65-.6-22.1-1.04-22.1-.43 0-.8-.91-2.52 16.69s-5.21 49.62-5.95 57.37c-.73 7.82-2.76 38.14-3.56 38.47-.8.32-22.44-.07-23.18-.33-.73-.26 1.17-25.56 1.41-28.36.24-2.8 5.15-65 5.4-68.33.24-3.32 2.45-38.07 2.45-38.07s25.88.06 28.08.26c2.27.13 22.59 1.04 22.59 1.04Z"/><path fill="#9ECCED" d="M112.05 98.27c.03 6.46.5 12.68.64 15.42 0 0-26.17 2.61-36.92 1.31 0 0-13.76-.61-14.47-.61 0 0 .17-11.33.16-17.78.1-9.83.29-18.19.55-25.23.26-7.04-.64-20.75 8.44-25.45 5.69-2.93 7.33-2.74 15.23-3.13 6.46-.27 15.63.72 19.35 4.18 4.77 4.36 5.34 13.77 6 22.79.44 10.17.76 20.03 1.02 28.5Z"/><path fill="#054449" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="135" height="248" fill="none" viewBox="0 0 135 248"><path fill="#C58F79" d="M17.55 50.71c-.94-2.44-3.82-8.62-6.61-9.97-2.8-1.35-2.6.34-2.14 1.43.47 1.14 1.92 4.42-1.73 1.54a14.11 14.11 0 0 0-5.46-2.74c-1.17-.25-2.36.63-1 4.56 1.35 3.92 3.74 7.9 7.04 9.7 3.3 1.82 3.11 1.13 3.11 1.13l6.8-5.65Z"/><path fill="#9ECCED" d="M61.9 72.38c12.46-6.67 21.02-12.22 22.44-18.6.6-2.7-.45-6.68-4.07-8.6a8.67 8.67 0 0 0-7.94-.3c-2.11.89-2.96 1.67-4.14 2.51-8 5.7-12.94 11.84-26.1 16.72-3.69 1.37-11.19-4.3-16.92-9.11-2.89-2.43-6.4-5.62-6.99-6.49l-9.4 8.68c2.33 2.46 14.92 18.33 30.66 21.75 6.13 1.34 17.92-4.13 22.47-6.56Z"/><path fill="#1E1A28" d="M110.74 241.34s1.63 4.35 1.81 5.31c.19.84.6 1.13-2.4 1.16 0 0-17.7.28-18.9 0-.8-.18-1.8-1.29-1.26-6.22l20.76-.25ZM75 241.62s.29 4.18-.33 5.09c-.62.9-.99 1.5-6.42 1.2 0 0-15.34.27-15.83-.12-.48-.4 2.31-6.46 2.31-6.46l20.27.29Z"/><path fill="#054449" d="M112.48 109c.12 8.21 1.2 51.05 1.33 55.67.19 4.63.3 44.01.3 48.38 0 4.37.13 28.35-.42 29.14-.55.78-23.43 1.36-24.59.52-1.16-.85 0-39.57-.18-44.2-.12-4.63-.86-27.51-.12-46.16.73-18.65-.6-22.1-1.04-22.1-.43 0-.8-.91-2.52 16.69s-5.21 49.62-5.95 57.37c-.73 7.82-2.76 38.14-3.56 38.47-.8.32-22.44-.07-23.18-.33-.73-.26 1.17-25.56 1.41-28.36.24-2.8 5.15-65 5.4-68.33.24-3.32 2.45-38.07 2.45-38.07s25.88.06 28.08.26c2.27.13 22.59 1.04 22.59 1.04Z"/><path fill="#C58F79" d="M108.7 113.44c-2.16.72-7.66 2.97-9.03 5.35-1.37 2.37-1.4 3.09-1 7.76.08 1.06.81 2.46 4.27 1.44 3.46-1.02 7.04-2.93 8.84-5.73 1.8-2.8 1.2-2.67 1.2-2.67l-4.28-6.15Z"/><path fill="#9ECCED" d="M92.74 50.84c.66-4.3 2.87-7.2 5.93-6.92 8.2 1.96 18.11 8.94 26.31 20.45 3 4.2 9.35 14.4 9.35 20.68-.22 16.08-18.4 34-20.54 36.62l-9.42-8.05c.6-.36 5.17-5.6 8.53-10.02 4.68-8.73 7.7-14.62 7.7-18.55-2.92-11.09-9.2-16.05-20.84-22.99 0 0-4.04-2.23-5.73-4.9a8 8 0 0 1-1.29-6.32Z"/><path fill="#054449" d="m.72 27.84 14.57-2.71a.88.88 0 0 1 1.02.68l4.44 20.67c.1.47-.19.93-.65 1.04l-14.38 3.6a.88.88 0 0 1-1.07-.67L.02 28.9a.88.88 0 0 1 .7-1.06Z"/><path fill="#9ECCED" d="M112.05 98.27c.03 6.46.5 12.68.64 15.42 0 0-26.17 2.61-36.92 1.31 0 0-13.76-.61-14.47-.61 0 0 .17-11.33.16-17.78.1-9.83.29-18.19.55-25.23.26-7.04-.64-20.75 8.44-25.45 5.69-2.93 7.33-2.74 15.23-3.13 6.46-.27 15.63.72 19.35 4.18 4.77 4.36 5.34 13.77 6 22.79.44 10.17.76 20.03 1.02 28.5Z"/><path fill="#054449" d="M96.72 62.6a4.07 4.07 0 0 0-2.1-.56 3.66 3.66 0 0 1 7.18.31 4.07 4.07 0 0 0-2.13.4 1.5 1.5 0 0 0-2.95-.15Zm5.12.24a3.6 3.6 0 0 0-3.98 3.68c2.12.2 4-1.51 3.98-3.64v-.04Zm-7.3-.31a3.67 3.67 0 0 0 2.83 3.91v-.02c0-.68.16-1.34.48-1.93a3.6 3.6 0 0 0-3.3-1.96Z"/><path fill="#C58F79" d="M101.2 27.06c-.09-.44-.48-.68-.93-.88.18-3.56-.56-5.82-2.14-8.1-1.33-1.92-3.19-3.83-5.79-4.76-2.3-.83-7.95-.61-10.22.3-5.44 2.07-7.57 7.12-7.85 12.7-.47.11-.88.28-1.01.7A3.3 3.3 0 0 0 73 29.2c.18.64.59 1.04 1.4 1.58a15.5 15.5 0 0 0 2.38 7.13l.28.42c2.1 3.24 4.93 5.12 8.3 5.12h2.66c3.36 0 6.54-1.86 8.65-5.08l.84-1.27a15.38 15.38 0 0 0 2.36-6.65c.69-.34 1.07-.66 1.3-1.2.3-.74.23-1.43.02-2.18Z"/><path fill="#1E1A28" d="M93.97 14.02a15.08 15.08 0 0 0-4.36-1.65 4.4 4.4 0 0 0 1.55-1.29l.33-.43c.5-.67.83-1.48.93-2.33l.1-.83a4.84 4.84 0 0 0-.78-3.25l-.25-.36a3.1 3.1 0 0 0-2.15-1.42c-1.76-.39-3-.05-3.88.26a4.59 4.59 0 0 0-2.99 4.11l-.05.93a4.8 4.8 0 0 0 .95 3.17l.1.14c.4.52.85.94 1.36 1.23-3.3.56-6.6 2.52-8.35 5.07-2.75 4.6-2.29 5.29-2.63 8-.04.35.02.7.05 1.04a12.87 12.87 0 0 0 13.74-7.5c1.96 4.77 6.53 8.22 11.64 7.46.32-.05.67-.15.98-.2.08-.64.06-1.2.06-1.87.05-3.73-2.33-8.16-6.35-10.28Z"/></svg>
|
package/mtds/index.d.ts
CHANGED
|
@@ -15,11 +15,13 @@ errorsummary: string;
|
|
|
15
15
|
field: string;
|
|
16
16
|
affixes: string;
|
|
17
17
|
fieldset: string;
|
|
18
|
+
heading: string;
|
|
18
19
|
helptext: string;
|
|
19
20
|
input: string;
|
|
20
21
|
app: string;
|
|
21
22
|
grid: string;
|
|
22
23
|
flex: string;
|
|
24
|
+
prose: string;
|
|
23
25
|
link: string;
|
|
24
26
|
logo: string;
|
|
25
27
|
pagination: string;
|
|
@@ -29,8 +31,6 @@ spinner: string;
|
|
|
29
31
|
table: string;
|
|
30
32
|
tabs: string;
|
|
31
33
|
tag: string;
|
|
32
|
-
heading: string;
|
|
33
|
-
prose: string;
|
|
34
34
|
validation: string;
|
|
35
35
|
body: string;
|
|
36
36
|
};
|