@breadcoop/ui 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -110,14 +110,14 @@ declare const Caption: React.FC<{
|
|
|
110
110
|
className?: string;
|
|
111
111
|
}>;
|
|
112
112
|
|
|
113
|
-
type LogoColor = "orange" | "blue" | "jade";
|
|
113
|
+
type LogoColor = "orange" | "blue" | "jade" | "white";
|
|
114
114
|
type LogoVariant = "square" | "line";
|
|
115
115
|
type LogoProps = {
|
|
116
116
|
/** Size of the logo in pixels. Defaults to 32px */
|
|
117
117
|
size?: number;
|
|
118
118
|
/** Additional CSS classes to apply to the logo */
|
|
119
119
|
className?: string;
|
|
120
|
-
/** Color variant of the logo: "orange", "blue", or "
|
|
120
|
+
/** Color variant of the logo: "orange" (default), "blue", "jade", or "white" */
|
|
121
121
|
color?: LogoColor;
|
|
122
122
|
/** Variant of the logo: "square" or "line" */
|
|
123
123
|
variant?: LogoVariant;
|
|
@@ -129,10 +129,10 @@ type LogoProps = {
|
|
|
129
129
|
*
|
|
130
130
|
* @param size - Size of the logo in pixels (default: 32)
|
|
131
131
|
* @param className - Additional CSS classes
|
|
132
|
-
* @param color - Color variant: "orange", "blue", or "
|
|
132
|
+
* @param color - Color variant: "orange" (default), "blue", "jade", or "white"
|
|
133
133
|
* @param variant - Variant of the logo: "square" or "line"
|
|
134
134
|
* @param text - Optional text to display next to the logo
|
|
135
135
|
*/
|
|
136
|
-
declare function Logo({ size, className, color, variant, text, ...rest }: LogoProps): react_jsx_runtime.JSX.Element;
|
|
136
|
+
declare function Logo({ size, className, color, variant, text, ...rest }: LogoProps): react_jsx_runtime.JSX.Element | undefined;
|
|
137
137
|
|
|
138
138
|
export { Body, Caption, Heading1, Heading2, Heading3, Heading4, Heading5, LiftedButton, type LiftedButtonProps, Logo, type LogoColor, type LogoProps, type LogoVariant, Typography, fontVariables };
|
package/dist/index.d.ts
CHANGED
|
@@ -110,14 +110,14 @@ declare const Caption: React.FC<{
|
|
|
110
110
|
className?: string;
|
|
111
111
|
}>;
|
|
112
112
|
|
|
113
|
-
type LogoColor = "orange" | "blue" | "jade";
|
|
113
|
+
type LogoColor = "orange" | "blue" | "jade" | "white";
|
|
114
114
|
type LogoVariant = "square" | "line";
|
|
115
115
|
type LogoProps = {
|
|
116
116
|
/** Size of the logo in pixels. Defaults to 32px */
|
|
117
117
|
size?: number;
|
|
118
118
|
/** Additional CSS classes to apply to the logo */
|
|
119
119
|
className?: string;
|
|
120
|
-
/** Color variant of the logo: "orange", "blue", or "
|
|
120
|
+
/** Color variant of the logo: "orange" (default), "blue", "jade", or "white" */
|
|
121
121
|
color?: LogoColor;
|
|
122
122
|
/** Variant of the logo: "square" or "line" */
|
|
123
123
|
variant?: LogoVariant;
|
|
@@ -129,10 +129,10 @@ type LogoProps = {
|
|
|
129
129
|
*
|
|
130
130
|
* @param size - Size of the logo in pixels (default: 32)
|
|
131
131
|
* @param className - Additional CSS classes
|
|
132
|
-
* @param color - Color variant: "orange", "blue", or "
|
|
132
|
+
* @param color - Color variant: "orange" (default), "blue", "jade", or "white"
|
|
133
133
|
* @param variant - Variant of the logo: "square" or "line"
|
|
134
134
|
* @param text - Optional text to display next to the logo
|
|
135
135
|
*/
|
|
136
|
-
declare function Logo({ size, className, color, variant, text, ...rest }: LogoProps): react_jsx_runtime.JSX.Element;
|
|
136
|
+
declare function Logo({ size, className, color, variant, text, ...rest }: LogoProps): react_jsx_runtime.JSX.Element | undefined;
|
|
137
137
|
|
|
138
138
|
export { Body, Caption, Heading1, Heading2, Heading3, Heading4, Heading5, LiftedButton, type LiftedButtonProps, Logo, type LogoColor, type LogoProps, type LogoVariant, Typography, fontVariables };
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";function e(e,C,t){if(C in e){Object.defineProperty(e,C,{value:t,enumerable:true,configurable:true,writable:true})}else{e[C]=t}return e}function C(C){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};var n=Object.keys(r);if(typeof Object.getOwnPropertySymbols==="function"){n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))}n.forEach(function(t){e(C,t,r[t])})}return C}function t(e,C){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);if(C){r=r.filter(function(C){return Object.getOwnPropertyDescriptor(e,C).enumerable})}t.push.apply(t,r)}return t}function r(e,C){C=C!=null?C:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(C))}else{t(Object(C)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(C,t))})}return e}function n(e,C){if(e==null)return{};var t=o(e,C);var r,n;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++){r=i[n];if(C.indexOf(r)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,r))continue;t[r]=e[r]}}return t}function o(e,C){if(e==null)return{};var t={};var r=Object.keys(e);var n,o;for(o=0;o<r.length;o++){n=r[o];if(C.indexOf(n)>=0)continue;t[n]=e[n]}return t}function i(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}var a=require("react"),s=require("react/jsx-runtime");function l(e){return e&&e.__esModule?e:{default:e}}var c=l(a);var d={primary:{bg:"--color-primary-orange",text:"--color-paper-main",hoverBg:"--color-orange-1",hoverText:"#ffffff",shadowBg:"#595959"},secondary:{bg:"#FBDED1",text:"--color-primary-orange",hoverBg:"#FFF1EA",hoverText:"--color-primary-orange",shadowBg:"#595959"},destructive:{bg:"--color-system-red",text:"--color-paper-main",hoverBg:"#BF0A00",hoverText:"#ffffff",shadowBg:"#595959"},positive:{bg:"--color-system-green",text:"--color-paper-main",hoverBg:"#2B8F00",hoverText:"#ffffff",shadowBg:"#595959"},stroke:{bg:"--color-paper-main",text:"--color-surface-ink",hoverBg:"--color-paper-2",hoverText:"--color-surface-ink",shadowBg:"#595959"}};function u(e){return{"--btn-bg":h(e.bg),"--btn-text":h(e.text),"--btn-hover-bg":h(e.hoverBg),"--btn-hover-text":h(e.hoverText),"--btn-shadow":h(e.shadowBg)}}var f={"--color-primary-orange":"#ea6023","--color-paper-main":"#f6f3eb","--color-surface-ink":"#1b201a","--color-system-red":"#df0b00","--color-system-green":"#32a800","--color-orange-1":"#d14a0f","--color-paper-2":"#eae2d6"};function h(e){if(!e)return"";if(e.includes("var("))return e;if(e.startsWith("--")){var C=f[e]||"#000000";return"var(".concat(e,", ").concat(C,")")}return e}var p=["--color-primary-orange","--color-paper-main","--color-surface-ink","--color-system-red","--color-system-green","--color-orange-1","--color-paper-2"],v=false;function m(){if(v||(typeof window==="undefined"?"undefined":i(window))>"u")return;var e=[];p.forEach(function(C){var t=getComputedStyle(document.documentElement).getPropertyValue(C);(!t||t.trim()==="")&&e.push(C)}),e.length>0&&!v&&(v=true,console.warn("\uD83D\uDEA8 @breadcoop/ui: Missing CSS variables detected!\n\nMissing variables: ".concat(e.join(", "),"\n\nTo fix this, import the theme CSS in your main CSS file:\n\n@import '@breadcoop/ui/theme';\n\nOr use the Tailwind preset:\nmodule.exports = { presets: [require('@breadcoop/ui/tailwind-preset')] }")))}process.env.NODE_ENV==="development"&&setTimeout(m,100);var x=function(e,C){if(c.default.isValidElement(e)){var t="".concat(e.props.className||""," ").concat(C).trim();return c.default.cloneElement(e,{className:t})}return e};function g(e){var t=e.children,o=e.leftIcon,i=e.rightIcon,a=e.disabled,l=a===void 0?false:a,f=e.preset,h=f===void 0?"primary":f,p=e.colorOverrides,v=p===void 0?{}:p,g=e.offsetPx,b=g===void 0?4:g,w=e.durationMs,y=w===void 0?300:w,j=e.className,L=j===void 0?"":j,B=e.type,N=B===void 0?"button":B,O=e.width,M=O===void 0?"auto":O,Z=e.scrollTo,k=n(e,["children","leftIcon","rightIcon","disabled","preset","colorOverrides","offsetPx","durationMs","className","type","width","scrollTo"]);c.default.useEffect(function(){m()},[]);var E=C({},d[h],v),P=r(C({},u(E)),{"--btn-offset":"".concat(b,"px"),"--btn-duration":"".concat(y,"ms")}),S=["lifted-button-base",M==="full"?"w-full":"",M==="mobile-full"?"w-full xl:w-auto":""],F=[function(e){switch(e){case"primary":return"lifted-button-primary";case"secondary":return"lifted-button-secondary";case"destructive":return"lifted-button-destructive";case"positive":return"lifted-button-positive";case"stroke":return"lifted-button-stroke";default:return"lifted-button-primary"}}(h),"lifted-button-motion","lifted-button-lifted","lifted-button-active"],V=["lifted-button-disabled"],D=S.concat(l?V:F);D.push(L);var H=function(e){var C;Z&&(e.preventDefault(),(C=document.getElementById(Z))===null||C===void 0?void 0:C.scrollIntoView({behavior:"smooth"})),k.onClick&&k.onClick(e)};return s.jsxs("span",{className:[M==="full"?"relative block select-none align-middle":M==="mobile-full"?"relative block md:inline-block select-none align-middle":"relative inline-block select-none align-middle","group"].join(" "),style:P,children:[l?null:s.jsx("span",{"aria-hidden":true,className:"lifted-button-shadow",style:{transform:"translateX(2px) translateY(2px)"}}),s.jsxs("button",r(C({type:N,className:D.join(" "),onClick:H},k),{children:[o?s.jsx("span",{className:"shrink-0 py-[5px] flex items-center justify-center","aria-hidden":true,children:x(o,"w-6 h-6")}):null,s.jsx("span",{className:"whitespace-nowrap mt-1 leading-none p-[5px]",children:t}),i?s.jsx("span",{className:"shrink-0 py-[5px] flex items-center justify-center","aria-hidden":true,children:x(i,"w-6 h-6")}):null]}))]})}var b={breadDisplay:"--font-breadDisplay",breadBody:"--font-breadBody"},w=function(e){var C=e.variant,t=e.children,r=e.className,n=r===void 0?"":r;var o=["h1","h2","h3"].includes(C)?"font-breadDisplay":"font-breadBody",i={h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",body:"text-body",caption:"text-caption"},a=C.startsWith("h")?C:"p";return c.default.createElement(a,{className:"".concat(o," ").concat(i[C]," ").concat(n).trim()},t)},y=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(w,{variant:"h1",className:r,children:C})},j=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(w,{variant:"h2",className:r,children:C})},L=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(w,{variant:"h3",className:r,children:C})},B=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(w,{variant:"h4",className:r,children:C})},N=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(w,{variant:"h5",className:r,children:C})},O=function(e){var C=e.children,t=e.className,r=t===void 0?"":t,n=e.bold,o=n===void 0?false:n;return s.jsx(w,{variant:"body",className:"".concat(o?"text-body-bold":""," ").concat(r).trim(),children:C})},M=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(w,{variant:"caption",className:r,children:C})};function Z(e){var t=e.size,o=t===void 0?32:t,i=e.className,a=i===void 0?"":i,l=e.color,c=e.variant,d=e.text,u=n(e,["size","className","color","variant","text"]);var f=function(){if(!l&&!c)return s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:s.jsx("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:"#EA5817"})}));if(c==="line"){var e=l==="blue"?"#1C5BB9":l==="jade"?"#286B63":"#FFC080";return s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 180 180",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:s.jsxs("g",{opacity:"0.5",children:[s.jsx("mask",{id:"path-1-inside-1_709_3755",fill:"white",children:s.jsx("path",{d:"M142.588 15.7464C142.588 15.7464 146.956 19.4838 147.192 19.7174C147.9 20.535 149.67 23.922 150.261 24.3892C150.969 24.9732 152.267 24.9732 152.857 25.3236C154.864 26.7251 162.064 35.4848 163.835 37.9375C165.369 39.923 165.251 42.0253 166.668 44.0108C167.376 45.062 169.264 46.1132 169.382 46.23C169.737 46.8139 169.382 47.8651 169.737 48.6827C170.681 50.9018 170.681 49.1498 171.271 52.5369C171.861 55.924 173.042 55.6904 173.986 57.5591C174.694 58.9607 174.104 60.5958 174.576 61.647C175.048 62.9317 176.583 64.0997 176.819 65.1508C177.527 67.9539 178.117 71.341 178.825 74.4944C180.242 79.9838 180.124 92.2473 179.77 99.1383C179.77 101.124 179.888 101.941 179.888 102.993C179.888 103.343 178.943 103.81 178.707 104.511C178.589 104.978 179.061 106.029 178.825 106.73C178.235 109.416 177.763 111.752 177.291 114.322C176.347 119.344 173.632 121.446 171.979 125.651C171.035 127.987 171.389 131.491 169.264 134.41C168.202 135.929 166.432 136.513 165.133 138.148C161.946 142.236 162.182 144.688 157.461 148.776C153.92 151.813 151.205 156.368 147.428 159.638C145.657 161.157 140.936 162.091 140.345 163.025C139.991 163.609 140.582 164.31 140.463 164.777C139.519 168.398 136.45 166.529 134.326 167.464C133.617 167.814 132.083 169.566 130.903 170.267C130.076 170.851 124.174 174.004 123.82 174.238C122.404 174.705 120.987 174.238 119.925 174.471C119.335 174.588 119.453 175.639 118.745 175.99C110.01 179.143 87.347 180.661 77.9041 179.727C74.363 179.377 68.9333 177.158 65.1562 176.223C58.3101 174.588 59.0183 175.873 52.5263 171.902C50.5196 170.734 46.9785 169.216 45.09 167.931C41.903 165.828 38.9521 161.857 35.0569 161.974L35.529 159.872C34.7027 159.521 32.9322 159.521 32.342 159.054C31.7518 158.587 31.8699 157.653 31.5158 157.302C30.3354 155.784 25.1418 152.047 23.0171 149.827C21.1285 147.842 15.2267 140.951 14.1644 138.615C13.6922 137.564 14.1644 136.279 13.8103 135.578C13.6922 135.345 11.2135 134.41 10.2692 133.126C8.14452 129.855 6.1379 120.745 5.42968 116.658C2.95091 115.84 0.590183 107.781 0.708219 105.679C0.708219 104.978 1.53448 104.394 1.53448 104.044C1.53448 103.693 0.472146 102.759 0.236073 101.825C0 100.89 0.472146 98.4375 0.35411 97.2695C0.118037 92.3641 0.708219 88.3931 0.590183 83.2541C0.590183 82.3197 0 81.5022 0 80.5678C0 79.6334 1.18037 79.867 1.41644 78.8159C1.65251 77.7647 0.708219 76.9471 0.708219 76.0128C0.708219 75.0784 1.88858 73.2097 2.12466 71.6914C2.24269 70.2898 1.77055 67.7203 2.36073 66.0852C2.71484 65.2676 4.13128 65.1508 4.48539 63.7493C4.8395 62.3477 4.48539 61.063 4.8395 59.895C5.07557 59.1942 6.01986 58.8439 6.25594 58.1431C6.49201 57.2087 5.78379 55.34 6.96416 54.0553C7.55434 53.4713 9.08881 53.5881 9.32489 52.5369C9.56096 51.4858 9.20685 48.4491 10.1511 46.6971C10.5053 46.1132 11.9217 45.7628 12.5119 44.8284C13.2201 43.894 13.3381 42.2589 14.1644 41.2078C19.24 34.0832 23.9614 28.3603 30.5715 22.6373C31.0436 22.1701 32.1059 22.2869 32.342 22.0533C32.6961 21.7029 32.224 20.4182 32.9322 19.8342C33.6404 19.2502 36.1192 19.367 37.4176 18.0823C40.1324 15.396 41.7849 12.3593 46.5064 10.9577C47.5687 10.6074 48.9852 10.9577 49.8114 10.6074C50.6377 10.1402 50.4016 8.73863 51.2279 8.15466C52.4082 7.45389 54.887 7.45389 56.3034 6.9867C57.9559 6.40273 62.3233 3.24925 62.7954 3.01566C63.8578 2.66527 65.1562 3.01566 66.2185 2.78207C84.6322 -2.12334 103.636 -0.137815 121.814 5.58516C123.112 5.93555 123.112 7.68748 124.056 8.03786C125.355 8.50504 127.125 7.80427 128.542 8.27145C131.021 8.97223 135.27 13.7608 137.277 14.6952C138.693 15.2792 140.227 14.6952 141.88 15.6296L142.588 15.7464ZM160.884 76.5968C160.412 75.896 158.523 72.7425 158.287 72.6257C157.697 72.1585 148.608 67.0195 147.9 66.7859C144.477 65.7348 140.463 64.8004 137.158 63.9829C135.152 63.3989 131.965 63.3989 130.076 62.6981C127.834 61.8805 122.876 57.4423 121.932 55.1064C121.342 53.7049 121.814 51.8361 121.46 50.785C120.633 48.2155 119.099 45.4124 118.391 42.4925C117.919 40.7406 117.682 34.9008 117.328 34.2C117.092 33.4993 108.003 23.8052 107.177 23.4549C104.108 22.0533 101.393 22.2869 98.5605 21.5861C96.6719 21.1189 94.6653 19.7174 92.4226 19.367C85.8126 18.3159 74.7171 22.5205 70.1137 26.9587C62.7954 33.8496 63.5037 39.1054 60.6708 47.7483C60.3167 48.6827 59.1363 49.7338 59.0183 50.785C59.0183 51.4858 59.8445 51.9529 59.7265 52.5369C59.3724 55.34 56.3034 59.1942 54.0607 60.9462C51.818 62.8149 39.5422 64.8004 35.647 66.0852C29.9813 67.9539 22.7811 71.8082 19.5941 76.9471C18.5317 78.6991 18.1776 81.5022 17.5874 83.0205C17.3514 83.7213 15.6989 85.4732 14.7546 85.7068V86.4076C17.2333 88.8603 15.4628 92.5977 15.9349 94.4664C15.9349 94.9336 18.5317 101.241 18.7678 101.591C19.476 102.759 20.6564 102.993 21.4827 104.16C22.3089 105.328 22.545 107.781 22.663 107.898C22.8991 108.132 28.8009 109.767 30.0993 110.701C32.6961 112.57 30.5715 112.336 34.8208 113.387C38.716 114.322 42.7292 114.672 46.8605 115.957C52.6443 117.709 51.3459 117.709 55.2411 121.446C55.7132 121.913 56.8936 121.913 57.1297 122.264C57.3658 122.497 60.0806 127.636 60.0806 127.87C60.6708 130.206 60.4347 135.929 61.1429 137.681C62.0872 139.9 61.8512 138.498 62.5594 141.418C63.6217 145.74 66.9267 151.813 70.94 153.915C73.1827 155.083 77.0779 155.667 78.9665 156.952C79.9107 157.536 80.1468 158.587 80.737 158.938C83.6879 160.573 93.3669 159.405 96.908 158.938C98.4425 158.821 100.803 159.288 102.102 158.938C102.692 158.821 102.574 157.653 103.282 157.419C104.226 157.069 105.407 157.536 106.233 157.302C106.351 157.302 108.83 154.966 108.948 154.85C109.184 154.499 108.594 153.682 109.184 152.981C110.01 151.93 114.495 149.594 114.732 149.127C115.086 148.543 118.627 140.133 118.745 139.549C119.099 134.761 119.689 132.308 121.578 127.87C121.932 127.169 121.342 126.235 121.814 125.067C123.112 121.563 124.765 121.563 127.125 119.811C127.952 119.227 128.07 118.176 128.778 117.826C130.076 117.358 131.493 117.592 132.909 117.242C135.034 116.658 136.804 114.906 137.985 114.555C141.526 113.271 146.955 113.621 150.261 112.687C150.733 112.57 157.107 108.365 157.579 107.898L165.015 98.0871C164.425 93.5321 165.015 88.7435 164.307 84.1885C164.189 83.1373 161.474 77.5311 161.002 76.8304L160.884 76.5968Z"})}),s.jsx("path",{d:"M142.588 15.7464C142.588 15.7464 146.956 19.4838 147.192 19.7174C147.9 20.535 149.67 23.922 150.261 24.3892C150.969 24.9732 152.267 24.9732 152.857 25.3236C154.864 26.7251 162.064 35.4848 163.835 37.9375C165.369 39.923 165.251 42.0253 166.668 44.0108C167.376 45.062 169.264 46.1132 169.382 46.23C169.737 46.8139 169.382 47.8651 169.737 48.6827C170.681 50.9018 170.681 49.1498 171.271 52.5369C171.861 55.924 173.042 55.6904 173.986 57.5591C174.694 58.9607 174.104 60.5958 174.576 61.647C175.048 62.9317 176.583 64.0997 176.819 65.1508C177.527 67.9539 178.117 71.341 178.825 74.4944C180.242 79.9838 180.124 92.2473 179.77 99.1383C179.77 101.124 179.888 101.941 179.888 102.993C179.888 103.343 178.943 103.81 178.707 104.511C178.589 104.978 179.061 106.029 178.825 106.73C178.235 109.416 177.763 111.752 177.291 114.322C176.347 119.344 173.632 121.446 171.979 125.651C171.035 127.987 171.389 131.491 169.264 134.41C168.202 135.929 166.432 136.513 165.133 138.148C161.946 142.236 162.182 144.688 157.461 148.776C153.92 151.813 151.205 156.368 147.428 159.638C145.657 161.157 140.936 162.091 140.345 163.025C139.991 163.609 140.582 164.31 140.463 164.777C139.519 168.398 136.45 166.529 134.326 167.464C133.617 167.814 132.083 169.566 130.903 170.267C130.076 170.851 124.174 174.004 123.82 174.238C122.404 174.705 120.987 174.238 119.925 174.471C119.335 174.588 119.453 175.639 118.745 175.99C110.01 179.143 87.347 180.661 77.9041 179.727C74.363 179.377 68.9333 177.158 65.1562 176.223C58.3101 174.588 59.0183 175.873 52.5263 171.902C50.5196 170.734 46.9785 169.216 45.09 167.931C41.903 165.828 38.9521 161.857 35.0569 161.974L35.529 159.872C34.7027 159.521 32.9322 159.521 32.342 159.054C31.7518 158.587 31.8699 157.653 31.5158 157.302C30.3354 155.784 25.1418 152.047 23.0171 149.827C21.1285 147.842 15.2267 140.951 14.1644 138.615C13.6922 137.564 14.1644 136.279 13.8103 135.578C13.6922 135.345 11.2135 134.41 10.2692 133.126C8.14452 129.855 6.1379 120.745 5.42968 116.658C2.95091 115.84 0.590183 107.781 0.708219 105.679C0.708219 104.978 1.53448 104.394 1.53448 104.044C1.53448 103.693 0.472146 102.759 0.236073 101.825C0 100.89 0.472146 98.4375 0.35411 97.2695C0.118037 92.3641 0.708219 88.3931 0.590183 83.2541C0.590183 82.3197 0 81.5022 0 80.5678C0 79.6334 1.18037 79.867 1.41644 78.8159C1.65251 77.7647 0.708219 76.9471 0.708219 76.0128C0.708219 75.0784 1.88858 73.2097 2.12466 71.6914C2.24269 70.2898 1.77055 67.7203 2.36073 66.0852C2.71484 65.2676 4.13128 65.1508 4.48539 63.7493C4.8395 62.3477 4.48539 61.063 4.8395 59.895C5.07557 59.1942 6.01986 58.8439 6.25594 58.1431C6.49201 57.2087 5.78379 55.34 6.96416 54.0553C7.55434 53.4713 9.08881 53.5881 9.32489 52.5369C9.56096 51.4858 9.20685 48.4491 10.1511 46.6971C10.5053 46.1132 11.9217 45.7628 12.5119 44.8284C13.2201 43.894 13.3381 42.2589 14.1644 41.2078C19.24 34.0832 23.9614 28.3603 30.5715 22.6373C31.0436 22.1701 32.1059 22.2869 32.342 22.0533C32.6961 21.7029 32.224 20.4182 32.9322 19.8342C33.6404 19.2502 36.1192 19.367 37.4176 18.0823C40.1324 15.396 41.7849 12.3593 46.5064 10.9577C47.5687 10.6074 48.9852 10.9577 49.8114 10.6074C50.6377 10.1402 50.4016 8.73863 51.2279 8.15466C52.4082 7.45389 54.887 7.45389 56.3034 6.9867C57.9559 6.40273 62.3233 3.24925 62.7954 3.01566C63.8578 2.66527 65.1562 3.01566 66.2185 2.78207C84.6322 -2.12334 103.636 -0.137815 121.814 5.58516C123.112 5.93555 123.112 7.68748 124.056 8.03786C125.355 8.50504 127.125 7.80427 128.542 8.27145C131.021 8.97223 135.27 13.7608 137.277 14.6952C138.693 15.2792 140.227 14.6952 141.88 15.6296L142.588 15.7464ZM160.884 76.5968C160.412 75.896 158.523 72.7425 158.287 72.6257C157.697 72.1585 148.608 67.0195 147.9 66.7859C144.477 65.7348 140.463 64.8004 137.158 63.9829C135.152 63.3989 131.965 63.3989 130.076 62.6981C127.834 61.8805 122.876 57.4423 121.932 55.1064C121.342 53.7049 121.814 51.8361 121.46 50.785C120.633 48.2155 119.099 45.4124 118.391 42.4925C117.919 40.7406 117.682 34.9008 117.328 34.2C117.092 33.4993 108.003 23.8052 107.177 23.4549C104.108 22.0533 101.393 22.2869 98.5605 21.5861C96.6719 21.1189 94.6653 19.7174 92.4226 19.367C85.8126 18.3159 74.7171 22.5205 70.1137 26.9587C62.7954 33.8496 63.5037 39.1054 60.6708 47.7483C60.3167 48.6827 59.1363 49.7338 59.0183 50.785C59.0183 51.4858 59.8445 51.9529 59.7265 52.5369C59.3724 55.34 56.3034 59.1942 54.0607 60.9462C51.818 62.8149 39.5422 64.8004 35.647 66.0852C29.9813 67.9539 22.7811 71.8082 19.5941 76.9471C18.5317 78.6991 18.1776 81.5022 17.5874 83.0205C17.3514 83.7213 15.6989 85.4732 14.7546 85.7068V86.4076C17.2333 88.8603 15.4628 92.5977 15.9349 94.4664C15.9349 94.9336 18.5317 101.241 18.7678 101.591C19.476 102.759 20.6564 102.993 21.4827 104.16C22.3089 105.328 22.545 107.781 22.663 107.898C22.8991 108.132 28.8009 109.767 30.0993 110.701C32.6961 112.57 30.5715 112.336 34.8208 113.387C38.716 114.322 42.7292 114.672 46.8605 115.957C52.6443 117.709 51.3459 117.709 55.2411 121.446C55.7132 121.913 56.8936 121.913 57.1297 122.264C57.3658 122.497 60.0806 127.636 60.0806 127.87C60.6708 130.206 60.4347 135.929 61.1429 137.681C62.0872 139.9 61.8512 138.498 62.5594 141.418C63.6217 145.74 66.9267 151.813 70.94 153.915C73.1827 155.083 77.0779 155.667 78.9665 156.952C79.9107 157.536 80.1468 158.587 80.737 158.938C83.6879 160.573 93.3669 159.405 96.908 158.938C98.4425 158.821 100.803 159.288 102.102 158.938C102.692 158.821 102.574 157.653 103.282 157.419C104.226 157.069 105.407 157.536 106.233 157.302C106.351 157.302 108.83 154.966 108.948 154.85C109.184 154.499 108.594 153.682 109.184 152.981C110.01 151.93 114.495 149.594 114.732 149.127C115.086 148.543 118.627 140.133 118.745 139.549C119.099 134.761 119.689 132.308 121.578 127.87C121.932 127.169 121.342 126.235 121.814 125.067C123.112 121.563 124.765 121.563 127.125 119.811C127.952 119.227 128.07 118.176 128.778 117.826C130.076 117.358 131.493 117.592 132.909 117.242C135.034 116.658 136.804 114.906 137.985 114.555C141.526 113.271 146.955 113.621 150.261 112.687C150.733 112.57 157.107 108.365 157.579 107.898L165.015 98.0871C164.425 93.5321 165.015 88.7435 164.307 84.1885C164.189 83.1373 161.474 77.5311 161.002 76.8304L160.884 76.5968Z",stroke:e,strokeWidth:"5",mask:"url(#path-1-inside-1_709_3755)"}),s.jsx("path",{d:"M89.5166 71.0222C92.1887 70.8043 94.7761 70.6674 97.3672 70.946L97.3887 70.948C98.7258 71.0683 99.2773 71.1485 99.7158 71.3201C100.128 71.4814 100.513 71.7537 101.408 72.5212L101.418 72.5095C104.019 74.6703 105.123 75.4844 106.035 76.5574C106.934 77.6142 107.634 78.9211 109.247 82.1716V82.1707C109.428 82.5616 109.696 82.8037 109.905 82.9548C110.004 83.026 110.107 83.0889 110.161 83.1228C110.227 83.1642 110.263 83.1879 110.294 83.2107C110.34 83.2445 110.368 83.271 110.398 83.3181C110.434 83.3735 110.503 83.5019 110.565 83.7693L110.568 83.78L110.571 83.7917C110.933 85.2254 110.947 87.0466 110.802 89.0144C110.655 90.9993 110.371 92.9099 110.186 94.6843L110.185 94.6921V94.7C110.12 95.4013 110.12 95.8934 110.124 96.2673C110.128 96.664 110.129 96.7954 110.106 96.9333C110.067 97.1717 109.935 97.5375 108.963 99.0408L108.961 99.0437C108.521 99.7272 108.029 100.611 107.605 101.378C107.227 102.062 106.919 102.617 106.715 102.949C106.707 102.953 106.699 102.958 106.689 102.963C106.527 103.04 106.302 103.13 106.017 103.242C105.531 103.432 104.744 103.722 104.249 104.049L104.231 104.06L104.216 104.071C103.824 104.348 103.567 104.696 103.404 104.932C103.2 105.229 103.156 105.317 103.055 105.436C103.049 105.443 103.043 105.448 103.038 105.453C102.996 105.451 102.919 105.442 102.798 105.408L100.778 104.837L101.238 106.885L101.346 107.364C100.418 107.432 99.5598 107.678 98.8027 107.94C98.2191 108.142 97.5423 108.413 97.0576 108.59C96.5185 108.786 96.0623 108.927 95.6504 108.996C94.1552 109.202 91.4975 109.102 88.7051 108.841C85.9318 108.581 83.1793 108.178 81.5889 107.841L81.5811 107.839L81.5723 107.837C80.8752 107.699 79.6209 107.188 78.3418 106.491C77.0534 105.789 75.9992 105.038 75.5654 104.528C75.244 104.112 74.9467 103.559 74.5713 102.845C74.2109 102.161 73.7851 101.346 73.248 100.615L73.2422 100.607L73.2373 100.599L73.0977 100.426C72.7738 100.039 72.4526 99.7881 72.1514 99.6003C71.999 99.5054 71.8441 99.4226 71.7578 99.3748C71.6566 99.3186 71.6104 99.29 71.5781 99.2664C71.5553 99.2496 71.5096 99.2219 71.4355 99.0603C71.3666 98.9098 71.2832 98.6609 71.1992 98.2468L71.1152 97.7761C70.7032 94.9213 70.5124 93.261 70.54 91.5642C70.5678 89.8609 70.8162 88.0779 71.3477 84.9812L71.3525 84.9539L71.3564 84.9265C71.4364 84.2933 71.3557 83.6005 71.3174 83.158C71.2702 82.6127 71.2739 82.3477 71.3174 82.197L71.3223 82.1794L71.3262 82.1619C71.9351 79.8023 73.3994 78.2317 75.2783 76.6824C77.0029 75.2603 79.2637 73.7408 80.9951 71.7136L81.5391 71.5339C84.25 71.5195 86.9431 71.2321 89.5166 71.0222ZM106.812 102.899H106.811H106.812Z",stroke:e,strokeWidth:"2.5"})]})}))}return l==="orange"?c==="square"?s.jsxs("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:[s.jsx("rect",{width:"24",height:"24",rx:"1",fill:"#EA5817"}),s.jsx("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"#F6F3EB"})]})):s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:s.jsx("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:"#EA5817"})})):l==="blue"?c==="square"?s.jsxs("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:[s.jsx("rect",{width:"24",height:"24",rx:"1",fill:"#1C5BB9"}),s.jsx("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"#F6F3EB"})]})):s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:s.jsx("path",{d:"M16 0C24.8366 0 32 7.16335 32 16C32 24.8367 24.8366 32 16 32C7.16344 32 0 24.8367 0 16C4.9478e-05 7.16338 7.16347 4.22665e-05 16 0ZM19.7451 5.26758C16.7609 2.21844 11.5944 3.69932 11.2129 8.1084C10.7367 13.1418 7.08515 10.4095 4.37207 13.209C3.57018 14.1331 3.09185 15.4252 3.25195 16.6406C3.48647 18.3313 4.79986 19.7729 6.47461 20.1816C8.37936 20.6899 10.3536 20.4661 10.998 22.8066C11.3659 24.3564 11.24 25.7879 12.5215 26.9971C14.7593 29.1037 18.8138 28.8489 20.2656 26.001C20.7711 25.1101 20.8462 24.0581 21.0332 23.0723C21.2229 22.0263 21.8496 21.1879 22.834 20.8311C24.1704 20.3049 25.8365 20.3974 27.0664 19.5332C28.357 18.6609 29.0521 16.9949 28.8203 15.4639L28.8174 15.4482H28.8184C28.5649 13.7937 27.198 12.4124 25.6309 11.9238C24.7017 11.6137 23.6703 11.6362 22.7627 11.2588C21.9437 10.9468 21.3875 10.2654 21.1387 9.43262C20.7234 7.9545 20.9069 6.48575 19.7451 5.26758ZM15.3008 12.3789C18.4435 12.0374 20.5761 13.6659 20.0713 16.9531L20.0674 16.9697V16.9688C19.8051 18.4864 18.7559 19.4563 17.2539 19.6562C16.3436 19.7996 15.3079 19.7758 14.4111 19.5625C13.9216 19.4424 13.4732 19.2458 13.1143 18.959C11.872 17.921 11.6687 15.865 12.2539 14.3994C12.7551 13.1741 14.0057 12.5072 15.3008 12.3789Z",fill:"#1C5BB9"})})):l==="jade"?c==="square"?s.jsxs("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:[s.jsx("rect",{width:"24",height:"24",rx:"1",fill:"#286B63"}),s.jsx("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"#F6F3EB"})]})):s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:s.jsx("path",{d:"M16 0C24.8366 0 32 7.16335 32 16C32 24.8367 24.8366 32 16 32C7.16344 32 0 24.8367 0 16C4.9478e-05 7.66338 7.16347 0.000042 16 0ZM19.7451 5.26758C16.7609 2.21844 11.5944 3.69932 11.2129 8.1084C10.7367 13.1418 7.08515 10.4095 4.37207 13.209C3.57018 14.1331 3.09185 15.4252 3.25195 16.6406C3.48647 18.3313 4.79986 19.7729 6.47461 20.1816C8.37936 20.6899 10.3536 20.4661 10.998 22.8066C11.3659 24.3564 11.24 25.7879 12.5215 26.9971C14.7593 29.1037 18.8138 28.8489 20.2656 26.001C20.7711 25.1101 20.8462 24.0581 21.0332 23.0723C21.2229 22.0263 21.8496 21.1879 22.834 20.8311C24.1704 20.3049 25.8365 20.3974 27.0664 19.5332C28.357 18.6609 29.0521 16.9949 28.8203 15.4639L28.8174 15.4482H28.8184C28.5649 13.7937 27.198 12.4124 25.6309 11.9238C24.7017 11.6137 23.6703 11.6362 22.7627 11.2588C21.9437 10.9468 21.3875 10.2654 21.1387 9.43262C20.7234 7.9545 20.9069 6.48575 19.7451 5.26758ZM15.3008 12.3789C18.4435 12.0374 20.5761 13.6659 20.0713 16.9531L20.0674 16.9697V16.9688C19.8051 18.4864 18.7559 19.4563 17.2539 19.6562C16.3436 19.7996 15.3079 19.7758 14.4111 19.5625C13.9216 19.4424 13.4732 19.2458 13.1143 18.959C11.872 17.921 11.6687 15.865 12.2539 14.3994C12.7551 13.1741 14.0057 12.5072 15.3008 12.3789Z",fill:"#286B63"})})):s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},u),{children:s.jsx("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:"#EA5817"})}))};return d?s.jsxs("div",{className:"flex items-center gap-2",children:[f(),s.jsx("span",{className:"text-breadDisplay-bold text-text-standard",children:d})]}):f()}exports.Body=O;exports.Caption=M;exports.Heading1=y;exports.Heading2=j;exports.Heading3=L;exports.Heading4=B;exports.Heading5=N;exports.LiftedButton=g;exports.Logo=Z;exports.Typography=w;exports.fontVariables=b;
|
|
1
|
+
"use strict";function e(e,C,t){if(C in e){Object.defineProperty(e,C,{value:t,enumerable:true,configurable:true,writable:true})}else{e[C]=t}return e}function C(C){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};var n=Object.keys(r);if(typeof Object.getOwnPropertySymbols==="function"){n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))}n.forEach(function(t){e(C,t,r[t])})}return C}function t(e,C){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);if(C){r=r.filter(function(C){return Object.getOwnPropertyDescriptor(e,C).enumerable})}t.push.apply(t,r)}return t}function r(e,C){C=C!=null?C:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(C))}else{t(Object(C)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(C,t))})}return e}function n(e,C){if(e==null)return{};var t=o(e,C);var r,n;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++){r=i[n];if(C.indexOf(r)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,r))continue;t[r]=e[r]}}return t}function o(e,C){if(e==null)return{};var t={};var r=Object.keys(e);var n,o;for(o=0;o<r.length;o++){n=r[o];if(C.indexOf(n)>=0)continue;t[n]=e[n]}return t}function i(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}var a=require("react"),s=require("react/jsx-runtime");function l(e){return e&&e.__esModule?e:{default:e}}var c=l(a);var d={primary:{bg:"--color-primary-orange",text:"--color-paper-main",hoverBg:"--color-orange-1",hoverText:"#ffffff",shadowBg:"#595959"},secondary:{bg:"#FBDED1",text:"--color-primary-orange",hoverBg:"#FFF1EA",hoverText:"--color-primary-orange",shadowBg:"#595959"},destructive:{bg:"--color-system-red",text:"--color-paper-main",hoverBg:"#BF0A00",hoverText:"#ffffff",shadowBg:"#595959"},positive:{bg:"--color-system-green",text:"--color-paper-main",hoverBg:"#2B8F00",hoverText:"#ffffff",shadowBg:"#595959"},stroke:{bg:"--color-paper-main",text:"--color-surface-ink",hoverBg:"--color-paper-2",hoverText:"--color-surface-ink",shadowBg:"#595959"}};function h(e){return{"--btn-bg":u(e.bg),"--btn-text":u(e.text),"--btn-hover-bg":u(e.hoverBg),"--btn-hover-text":u(e.hoverText),"--btn-shadow":u(e.shadowBg)}}var f={"--color-primary-orange":"#ea6023","--color-paper-main":"#f6f3eb","--color-surface-ink":"#1b201a","--color-system-red":"#df0b00","--color-system-green":"#32a800","--color-orange-1":"#d14a0f","--color-paper-2":"#eae2d6"};function u(e){if(!e)return"";if(e.includes("var("))return e;if(e.startsWith("--")){var C=f[e]||"#000000";return"var(".concat(e,", ").concat(C,")")}return e}var p=["--color-primary-orange","--color-paper-main","--color-surface-ink","--color-system-red","--color-system-green","--color-orange-1","--color-paper-2"],v=false;function m(){if(v||(typeof window==="undefined"?"undefined":i(window))>"u")return;var e=[];p.forEach(function(C){var t=getComputedStyle(document.documentElement).getPropertyValue(C);(!t||t.trim()==="")&&e.push(C)}),e.length>0&&!v&&(v=true,console.warn("\uD83D\uDEA8 @breadcoop/ui: Missing CSS variables detected!\n\nMissing variables: ".concat(e.join(", "),"\n\nTo fix this, import the theme CSS in your main CSS file:\n\n@import '@breadcoop/ui/theme';\n\nOr use the Tailwind preset:\nmodule.exports = { presets: [require('@breadcoop/ui/tailwind-preset')] }")))}process.env.NODE_ENV==="development"&&setTimeout(m,100);var x=function(e,C){if(c.default.isValidElement(e)){var t="".concat(e.props.className||""," ").concat(C).trim();return c.default.cloneElement(e,{className:t})}return e};function g(e){var t=e.children,o=e.leftIcon,i=e.rightIcon,a=e.disabled,l=a===void 0?false:a,f=e.preset,u=f===void 0?"primary":f,p=e.colorOverrides,v=p===void 0?{}:p,g=e.offsetPx,w=g===void 0?4:g,b=e.durationMs,y=b===void 0?300:b,j=e.className,L=j===void 0?"":j,N=e.type,M=N===void 0?"button":N,O=e.width,Z=O===void 0?"auto":O,B=e.scrollTo,k=n(e,["children","leftIcon","rightIcon","disabled","preset","colorOverrides","offsetPx","durationMs","className","type","width","scrollTo"]);c.default.useEffect(function(){m()},[]);var P=C({},d[u],v),S=r(C({},h(P)),{"--btn-offset":"".concat(w,"px"),"--btn-duration":"".concat(y,"ms")}),E=["lifted-button-base",Z==="full"?"w-full":"",Z==="mobile-full"?"w-full xl:w-auto":""],V=[function(e){switch(e){case"primary":return"lifted-button-primary";case"secondary":return"lifted-button-secondary";case"destructive":return"lifted-button-destructive";case"positive":return"lifted-button-positive";case"stroke":return"lifted-button-stroke";default:return"lifted-button-primary"}}(u),"lifted-button-motion","lifted-button-lifted","lifted-button-active"],D=["lifted-button-disabled"],H=E.concat(l?D:V);H.push(L);var T=function(e){var C;B&&(e.preventDefault(),(C=document.getElementById(B))===null||C===void 0?void 0:C.scrollIntoView({behavior:"smooth"})),k.onClick&&k.onClick(e)};return s.jsxs("span",{className:[Z==="full"?"relative block select-none align-middle":Z==="mobile-full"?"relative block md:inline-block select-none align-middle":"relative inline-block select-none align-middle","group"].join(" "),style:S,children:[l?null:s.jsx("span",{"aria-hidden":true,className:"lifted-button-shadow",style:{transform:"translateX(2px) translateY(2px)"}}),s.jsxs("button",r(C({type:M,className:H.join(" "),onClick:T},k),{children:[o?s.jsx("span",{className:"shrink-0 py-[5px] flex items-center justify-center","aria-hidden":true,children:x(o,"w-6 h-6")}):null,s.jsx("span",{className:"whitespace-nowrap mt-1 leading-none p-[5px]",children:t}),i?s.jsx("span",{className:"shrink-0 py-[5px] flex items-center justify-center","aria-hidden":true,children:x(i,"w-6 h-6")}):null]}))]})}var w={breadDisplay:"--font-breadDisplay",breadBody:"--font-breadBody"},b=function(e){var C=e.variant,t=e.children,r=e.className,n=r===void 0?"":r;var o=["h1","h2","h3"].includes(C)?"font-breadDisplay":"font-breadBody",i={h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",body:"text-body",caption:"text-caption"},a=C.startsWith("h")?C:"p";return c.default.createElement(a,{className:"".concat(o," ").concat(i[C]," ").concat(n).trim()},t)},y=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(b,{variant:"h1",className:r,children:C})},j=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(b,{variant:"h2",className:r,children:C})},L=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(b,{variant:"h3",className:r,children:C})},N=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(b,{variant:"h4",className:r,children:C})},M=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(b,{variant:"h5",className:r,children:C})},O=function(e){var C=e.children,t=e.className,r=t===void 0?"":t,n=e.bold,o=n===void 0?false:n;return s.jsx(b,{variant:"body",className:"".concat(o?"text-body-bold":""," ").concat(r).trim(),children:C})},Z=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return s.jsx(b,{variant:"caption",className:r,children:C})};function B(e){var t=e.size,o=t===void 0?32:t,i=e.className,a=i===void 0?"":i,l=e.color,c=e.variant,d=e.text,h=n(e,["size","className","color","variant","text"]);var f=l||"orange",u=f==="blue"?"var(--color-primary-blue)":f==="jade"?"var(--color-primary-jade)":f==="white"?"var(--color-white)":"var(--color-primary-orange)",p=function(){if(!c)return s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:s.jsx("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:u})}));if(c==="line")return s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 180 180",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:s.jsxs("g",{opacity:"0.5",children:[s.jsx("mask",{id:"path-1-inside-1_709_3755",fill:"white",children:s.jsx("path",{d:"M142.588 15.7464C142.588 15.7464 146.956 19.4838 147.192 19.7174C147.9 20.535 149.67 23.922 150.261 24.3892C150.969 24.9732 152.267 24.9732 152.857 25.3236C154.864 26.7251 162.064 35.4848 163.835 37.9375C165.369 39.923 165.251 42.0253 166.668 44.0108C167.376 45.062 169.264 46.1132 169.382 46.23C169.737 46.8139 169.382 47.8651 169.737 48.6827C170.681 50.9018 170.681 49.1498 171.271 52.5369C171.861 55.924 173.042 55.6904 173.986 57.5591C174.694 58.9607 174.104 60.5958 174.576 61.647C175.048 62.9317 176.583 64.0997 176.819 65.1508C177.527 67.9539 178.117 71.341 178.825 74.4944C180.242 79.9838 180.124 92.2473 179.77 99.1383C179.77 101.124 179.888 101.941 179.888 102.993C179.888 103.343 178.943 103.81 178.707 104.511C178.589 104.978 179.061 106.029 178.825 106.73C178.235 109.416 177.763 111.752 177.291 114.322C176.347 119.344 173.632 121.446 171.979 125.651C171.035 127.987 171.389 131.491 169.264 134.41C168.202 135.929 166.432 136.513 165.133 138.148C161.946 142.236 162.182 144.688 157.461 148.776C153.92 151.813 151.205 156.368 147.428 159.638C145.657 161.157 140.936 162.091 140.345 163.025C139.991 163.609 140.582 164.31 140.463 164.777C139.519 168.398 136.45 166.529 134.326 167.464C133.617 167.814 132.083 169.566 130.903 170.267C130.076 170.851 124.174 174.004 123.82 174.238C122.404 174.705 120.987 174.238 119.925 174.471C119.335 174.588 119.453 175.639 118.745 175.99C110.01 179.143 87.347 180.661 77.9041 179.727C74.363 179.377 68.9333 177.158 65.1562 176.223C58.3101 174.588 59.0183 175.873 52.5263 171.902C50.5196 170.734 46.9785 169.216 45.09 167.931C41.903 165.828 38.9521 161.857 35.0569 161.974L35.529 159.872C34.7027 159.521 32.9322 159.521 32.342 159.054C31.7518 158.587 31.8699 157.653 31.5158 157.302C30.3354 155.784 25.1418 152.047 23.0171 149.827C21.1285 147.842 15.2267 140.951 14.1644 138.615C13.6922 137.564 14.1644 136.279 13.8103 135.578C13.6922 135.345 11.2135 134.41 10.2692 133.126C8.14452 129.855 6.1379 120.745 5.42968 116.658C2.95091 115.84 0.590183 107.781 0.708219 105.679C0.708219 104.978 1.53448 104.394 1.53448 104.044C1.53448 103.693 0.472146 102.759 0.236073 101.825C0 100.89 0.472146 98.4375 0.35411 97.2695C0.118037 92.3641 0.708219 88.3931 0.590183 83.2541C0.590183 82.3197 0 81.5022 0 80.5678C0 79.6334 1.18037 79.867 1.41644 78.8159C1.65251 77.7647 0.708219 76.9471 0.708219 76.0128C0.708219 75.0784 1.88858 73.2097 2.12466 71.6914C2.24269 70.2898 1.77055 67.7203 2.36073 66.0852C2.71484 65.2676 4.13128 65.1508 4.48539 63.7493C4.8395 62.3477 4.48539 61.063 4.8395 59.895C5.07557 59.1942 6.01986 58.8439 6.25594 58.1431C6.49201 57.2087 5.78379 55.34 6.96416 54.0553C7.55434 53.4713 9.08881 53.5881 9.32489 52.5369C9.56096 51.4858 9.20685 48.4491 10.1511 46.6971C10.5053 46.1132 11.9217 45.7628 12.5119 44.8284C13.2201 43.894 13.3381 42.2589 14.1644 41.2078C19.24 34.0832 23.9614 28.3603 30.5715 22.6373C31.0436 22.1701 32.1059 22.2869 32.342 22.0533C32.6961 21.7029 32.224 20.4182 32.9322 19.8342C33.6404 19.2502 36.1192 19.367 37.4176 18.0823C40.1324 15.396 41.7849 12.3593 46.5064 10.9577C47.5687 10.6074 48.9852 10.9577 49.8114 10.6074C50.6377 10.1402 50.4016 8.73863 51.2279 8.15466C52.4082 7.45389 54.887 7.45389 56.3034 6.9867C57.9559 6.40273 62.3233 3.24925 62.7954 3.01566C63.8578 2.66527 65.1562 3.01566 66.2185 2.78207C84.6322 -2.12334 103.636 -0.137815 121.814 5.58516C123.112 5.93555 123.112 7.68748 124.056 8.03786C125.355 8.50504 127.125 7.80427 128.542 8.27145C131.021 8.97223 135.27 13.7608 137.277 14.6952C138.693 15.2792 140.227 14.6952 141.88 15.6296L142.588 15.7464ZM160.884 76.5968C160.412 75.896 158.523 72.7425 158.287 72.6257C157.697 72.1585 148.608 67.0195 147.9 66.7859C144.477 65.7348 140.463 64.8004 137.158 63.9829C135.152 63.3989 131.965 63.3989 130.076 62.6981C127.834 61.8805 122.876 57.4423 121.932 55.1064C121.342 53.7049 121.814 51.8361 121.46 50.785C120.633 48.2155 119.099 45.4124 118.391 42.4925C117.919 40.7406 117.682 34.9008 117.328 34.2C117.092 33.4993 108.003 23.8052 107.177 23.4549C104.108 22.0533 101.393 22.2869 98.5605 21.5861C96.6719 21.1189 94.6653 19.7174 92.4226 19.367C85.8126 18.3159 74.7171 22.5205 70.1137 26.9587C62.7954 33.8496 63.5037 39.1054 60.6708 47.7483C60.3167 48.6827 59.1363 49.7338 59.0183 50.785C59.0183 51.4858 59.8445 51.9529 59.7265 52.5369C59.3724 55.34 56.3034 59.1942 54.0607 60.9462C51.818 62.8149 39.5422 64.8004 35.647 66.0852C29.9813 67.9539 22.7811 71.8082 19.5941 76.9471C18.5317 78.6991 18.1776 81.5022 17.5874 83.0205C17.3514 83.7213 15.6989 85.4732 14.7546 85.7068V86.4076C17.2333 88.8603 15.4628 92.5977 15.9349 94.4664C15.9349 94.9336 18.5317 101.241 18.7678 101.591C19.476 102.759 20.6564 102.993 21.4827 104.16C22.3089 105.328 22.545 107.781 22.663 107.898C22.8991 108.132 28.8009 109.767 30.0993 110.701C32.6961 112.57 30.5715 112.336 34.8208 113.387C38.716 114.322 42.7292 114.672 46.8605 115.957C52.6443 117.709 51.3459 117.709 55.2411 121.446C55.7132 121.913 56.8936 121.913 57.1297 122.264C57.3658 122.497 60.0806 127.636 60.0806 127.87C60.6708 130.206 60.4347 135.929 61.1429 137.681C62.0872 139.9 61.8512 138.498 62.5594 141.418C63.6217 145.74 66.9267 151.813 70.94 153.915C73.1827 155.083 77.0779 155.667 78.9665 156.952C79.9107 157.536 80.1468 158.587 80.737 158.938C83.6879 160.573 93.3669 159.405 96.908 158.938C98.4425 158.821 100.803 159.288 102.102 158.938C102.692 158.821 102.574 157.653 103.282 157.419C104.226 157.069 105.407 157.536 106.233 157.302C106.351 157.302 108.83 154.966 108.948 154.85C109.184 154.499 108.594 153.682 109.184 152.981C110.01 151.93 114.495 149.594 114.732 149.127C115.086 148.543 118.627 140.133 118.745 139.549C119.099 134.761 119.689 132.308 121.578 127.87C121.932 127.169 121.342 126.235 121.814 125.067C123.112 121.563 124.765 121.563 127.125 119.811C127.952 119.227 128.07 118.176 128.778 117.826C130.076 117.358 131.493 117.592 132.909 117.242C135.034 116.658 136.804 114.906 137.985 114.555C141.526 113.271 146.955 113.621 150.261 112.687C150.733 112.57 157.107 108.365 157.579 107.898L165.015 98.0871C164.425 93.5321 165.015 88.7435 164.307 84.1885C164.189 83.1373 161.474 77.5311 161.002 76.8304L160.884 76.5968Z"})}),s.jsx("path",{d:"M142.588 15.7464C142.588 15.7464 146.956 19.4838 147.192 19.7174C147.9 20.535 149.67 23.922 150.261 24.3892C150.969 24.9732 152.267 24.9732 152.857 25.3236C154.864 26.7251 162.064 35.4848 163.835 37.9375C165.369 39.923 165.251 42.0253 166.668 44.0108C167.376 45.062 169.264 46.1132 169.382 46.23C169.737 46.8139 169.382 47.8651 169.737 48.6827C170.681 50.9018 170.681 49.1498 171.271 52.5369C171.861 55.924 173.042 55.6904 173.986 57.5591C174.694 58.9607 174.104 60.5958 174.576 61.647C175.048 62.9317 176.583 64.0997 176.819 65.1508C177.527 67.9539 178.117 71.341 178.825 74.4944C180.242 79.9838 180.124 92.2473 179.77 99.1383C179.77 101.124 179.888 101.941 179.888 102.993C179.888 103.343 178.943 103.81 178.707 104.511C178.589 104.978 179.061 106.029 178.825 106.73C178.235 109.416 177.763 111.752 177.291 114.322C176.347 119.344 173.632 121.446 171.979 125.651C171.035 127.987 171.389 131.491 169.264 134.41C168.202 135.929 166.432 136.513 165.133 138.148C161.946 142.236 162.182 144.688 157.461 148.776C153.92 151.813 151.205 156.368 147.428 159.638C145.657 161.157 140.936 162.091 140.345 163.025C139.991 163.609 140.582 164.31 140.463 164.777C139.519 168.398 136.45 166.529 134.326 167.464C133.617 167.814 132.083 169.566 130.903 170.267C130.076 170.851 124.174 174.004 123.82 174.238C122.404 174.705 120.987 174.238 119.925 174.471C119.335 174.588 119.453 175.639 118.745 175.99C110.01 179.143 87.347 180.661 77.9041 179.727C74.363 179.377 68.9333 177.158 65.1562 176.223C58.3101 174.588 59.0183 175.873 52.5263 171.902C50.5196 170.734 46.9785 169.216 45.09 167.931C41.903 165.828 38.9521 161.857 35.0569 161.974L35.529 159.872C34.7027 159.521 32.9322 159.521 32.342 159.054C31.7518 158.587 31.8699 157.653 31.5158 157.302C30.3354 155.784 25.1418 152.047 23.0171 149.827C21.1285 147.842 15.2267 140.951 14.1644 138.615C13.6922 137.564 14.1644 136.279 13.8103 135.578C13.6922 135.345 11.2135 134.41 10.2692 133.126C8.14452 129.855 6.1379 120.745 5.42968 116.658C2.95091 115.84 0.590183 107.781 0.708219 105.679C0.708219 104.978 1.53448 104.394 1.53448 104.044C1.53448 103.693 0.472146 102.759 0.236073 101.825C0 100.89 0.472146 98.4375 0.35411 97.2695C0.118037 92.3641 0.708219 88.3931 0.590183 83.2541C0.590183 82.3197 0 81.5022 0 80.5678C0 79.6334 1.18037 79.867 1.41644 78.8159C1.65251 77.7647 0.708219 76.9471 0.708219 76.0128C0.708219 75.0784 1.88858 73.2097 2.12466 71.6914C2.24269 70.2898 1.77055 67.7203 2.36073 66.0852C2.71484 65.2676 4.13128 65.1508 4.48539 63.7493C4.8395 62.3477 4.48539 61.063 4.8395 59.895C5.07557 59.1942 6.01986 58.8439 6.25594 58.1431C6.49201 57.2087 5.78379 55.34 6.96416 54.0553C7.55434 53.4713 9.08881 53.5881 9.32489 52.5369C9.56096 51.4858 9.20685 48.4491 10.1511 46.6971C10.5053 46.1132 11.9217 45.7628 12.5119 44.8284C13.2201 43.894 13.3381 42.2589 14.1644 41.2078C19.24 34.0832 23.9614 28.3603 30.5715 22.6373C31.0436 22.1701 32.1059 22.2869 32.342 22.0533C32.6961 21.7029 32.224 20.4182 32.9322 19.8342C33.6404 19.2502 36.1192 19.367 37.4176 18.0823C40.1324 15.396 41.7849 12.3593 46.5064 10.9577C47.5687 10.6074 48.9852 10.9577 49.8114 10.6074C50.6377 10.1402 50.4016 8.73863 51.2279 8.15466C52.4082 7.45389 54.887 7.45389 56.3034 6.9867C57.9559 6.40273 62.3233 3.24925 62.7954 3.01566C63.8578 2.66527 65.1562 3.01566 66.2185 2.78207C84.6322 -2.12334 103.636 -0.137815 121.814 5.58516C123.112 5.93555 123.112 7.68748 124.056 8.03786C125.355 8.50504 127.125 7.80427 128.542 8.27145C131.021 8.97223 135.27 13.7608 137.277 14.6952C138.693 15.2792 140.227 14.6952 141.88 15.6296L142.588 15.7464ZM160.884 76.5968C160.412 75.896 158.523 72.7425 158.287 72.6257C157.697 72.1585 148.608 67.0195 147.9 66.7859C144.477 65.7348 140.463 64.8004 137.158 63.9829C135.152 63.3989 131.965 63.3989 130.076 62.6981C127.834 61.8805 122.876 57.4423 121.932 55.1064C121.342 53.7049 121.814 51.8361 121.46 50.785C120.633 48.2155 119.099 45.4124 118.391 42.4925C117.919 40.7406 117.682 34.9008 117.328 34.2C117.092 33.4993 108.003 23.8052 107.177 23.4549C104.108 22.0533 101.393 22.2869 98.5605 21.5861C96.6719 21.1189 94.6653 19.7174 92.4226 19.367C85.8126 18.3159 74.7171 22.5205 70.1137 26.9587C62.7954 33.8496 63.5037 39.1054 60.6708 47.7483C60.3167 48.6827 59.1363 49.7338 59.0183 50.785C59.0183 51.4858 59.8445 51.9529 59.7265 52.5369C59.3724 55.34 56.3034 59.1942 54.0607 60.9462C51.818 62.8149 39.5422 64.8004 35.647 66.0852C29.9813 67.9539 22.7811 71.8082 19.5941 76.9471C18.5317 78.6991 18.1776 81.5022 17.5874 83.0205C17.3514 83.7213 15.6989 85.4732 14.7546 85.7068V86.4076C17.2333 88.8603 15.4628 92.5977 15.9349 94.4664C15.9349 94.9336 18.5317 101.241 18.7678 101.591C19.476 102.759 20.6564 102.993 21.4827 104.16C22.3089 105.328 22.545 107.781 22.663 107.898C22.8991 108.132 28.8009 109.767 30.0993 110.701C32.6961 112.57 30.5715 112.336 34.8208 113.387C38.716 114.322 42.7292 114.672 46.8605 115.957C52.6443 117.709 51.3459 117.709 55.2411 121.446C55.7132 121.913 56.8936 121.913 57.1297 122.264C57.3658 122.497 60.0806 127.636 60.0806 127.87C60.6708 130.206 60.4347 135.929 61.1429 137.681C62.0872 139.9 61.8512 138.498 62.5594 141.418C63.6217 145.74 66.9267 151.813 70.94 153.915C73.1827 155.083 77.0779 155.667 78.9665 156.952C79.9107 157.536 80.1468 158.587 80.737 158.938C83.6879 160.573 93.3669 159.405 96.908 158.938C98.4425 158.821 100.803 159.288 102.102 158.938C102.692 158.821 102.574 157.653 103.282 157.419C104.226 157.069 105.407 157.536 106.233 157.302C106.351 157.302 108.83 154.966 108.948 154.85C109.184 154.499 108.594 153.682 109.184 152.981C110.01 151.93 114.495 149.594 114.732 149.127C115.086 148.543 118.627 140.133 118.745 139.549C119.099 134.761 119.689 132.308 121.578 127.87C121.932 127.169 121.342 126.235 121.814 125.067C123.112 121.563 124.765 121.563 127.125 119.811C127.952 119.227 128.07 118.176 128.778 117.826C130.076 117.358 131.493 117.592 132.909 117.242C135.034 116.658 136.804 114.906 137.985 114.555C141.526 113.271 146.955 113.621 150.261 112.687C150.733 112.57 157.107 108.365 157.579 107.898L165.015 98.0871C164.425 93.5321 165.015 88.7435 164.307 84.1885C164.189 83.1373 161.474 77.5311 161.002 76.8304L160.884 76.5968Z",stroke:u,strokeWidth:"5",mask:"url(#path-1-inside-1_709_3755)"}),s.jsx("path",{d:"M89.5166 71.0222C92.1887 70.8043 94.7761 70.6674 97.3672 70.946L97.3887 70.948C98.7258 71.0683 99.2773 71.1485 99.7158 71.3201C100.128 71.4814 100.513 71.7537 101.408 72.5212L101.418 72.5095C104.019 74.6703 105.123 75.4844 106.035 76.5574C106.934 77.6142 107.634 78.9211 109.247 82.1716V82.1707C109.428 82.5616 109.696 82.8037 109.905 82.9548C110.004 83.026 110.107 83.0889 110.161 83.1228C110.227 83.1642 110.263 83.1879 110.294 83.2107C110.34 83.2445 110.368 83.271 110.398 83.3181C110.434 83.3735 110.503 83.5019 110.565 83.7693L110.568 83.78L110.571 83.7917C110.933 85.2254 110.947 87.0466 110.802 89.0144C110.655 90.9993 110.371 92.9099 110.186 94.6843L110.185 94.6921V94.7C110.12 95.4013 110.12 95.8934 110.124 96.2673C110.128 96.664 110.129 96.7954 110.106 96.9333C110.067 97.1717 109.935 97.5375 108.963 99.0408L108.961 99.0437C108.521 99.7272 108.029 100.611 107.605 101.378C107.227 102.062 106.919 102.617 106.715 102.949C106.707 102.953 106.699 102.958 106.689 102.963C106.527 103.04 106.302 103.13 106.017 103.242C105.531 103.432 104.744 103.722 104.249 104.049L104.231 104.06L104.216 104.071C103.824 104.348 103.567 104.696 103.404 104.932C103.2 105.229 103.156 105.317 103.055 105.436C103.049 105.443 103.043 105.448 103.038 105.453C102.996 105.451 102.919 105.442 102.798 105.408L100.778 104.837L101.238 106.885L101.346 107.364C100.418 107.432 99.5598 107.678 98.8027 107.94C98.2191 108.142 97.5423 108.413 97.0576 108.59C96.5185 108.786 96.0623 108.927 95.6504 108.996C94.1552 109.202 91.4975 109.102 88.7051 108.841C85.9318 108.581 83.1793 108.178 81.5889 107.841L81.5811 107.839L81.5723 107.837C80.8752 107.699 79.6209 107.188 78.3418 106.491C77.0534 105.789 75.9992 105.038 75.5654 104.528C75.244 104.112 74.9467 103.559 74.5713 102.845C74.2109 102.161 73.7851 101.346 73.248 100.615L73.2422 100.607L73.2373 100.599L73.0977 100.426C72.7738 100.039 72.4526 99.7881 72.1514 99.6003C71.999 99.5054 71.8441 99.4226 71.7578 99.3748C71.6566 99.3186 71.6104 99.29 71.5781 99.2664C71.5553 99.2496 71.5096 99.2219 71.4355 99.0603C71.3666 98.9098 71.2832 98.6609 71.1992 98.2468L71.1152 97.7761C70.7032 94.9213 70.5124 93.261 70.54 91.5642C70.5678 89.8609 70.8162 88.0779 71.3477 84.9812L71.3525 84.9539L71.3564 84.9265C71.4364 84.2933 71.3557 83.6005 71.3174 83.158C71.2702 82.6127 71.2739 82.3477 71.3174 82.197L71.3223 82.1794L71.3262 82.1619C71.9351 79.8023 73.3994 78.2317 75.2783 76.6824C77.0029 75.2603 79.2637 73.7408 80.9951 71.7136L81.5391 71.5339C84.25 71.5195 86.9431 71.2321 89.5166 71.0222ZM106.812 102.899H106.811H106.812Z",stroke:u,strokeWidth:"2.5"})]})}));if(f==="orange")return c==="square"?s.jsxs("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:[s.jsx("rect",{width:"24",height:"24",rx:"1",fill:u}),s.jsx("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"var(--color-paper-main)"})]})):s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:s.jsx("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:u})}));if(f==="blue")return c==="square"?s.jsxs("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:[s.jsx("rect",{width:"24",height:"24",rx:"1",fill:u}),s.jsx("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"var(--color-paper-main)"})]})):s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:s.jsx("path",{d:"M16 0C24.8366 0 32 7.16335 32 16C32 24.8367 24.8366 32 16 32C7.16344 32 0 24.8367 0 16C4.9478e-05 7.16338 7.16347 4.22665e-05 16 0ZM19.7451 5.26758C16.7609 2.21844 11.5944 3.69932 11.2129 8.1084C10.7367 13.1418 7.08515 10.4095 4.37207 13.209C3.57018 14.1331 3.09185 15.4252 3.25195 16.6406C3.48647 18.3313 4.79986 19.7729 6.47461 20.1816C8.37936 20.6899 10.3536 20.4661 10.998 22.8066C11.3659 24.3564 11.24 25.7879 12.5215 26.9971C14.7593 29.1037 18.8138 28.8489 20.2656 26.001C20.7711 25.1101 20.8462 24.0581 21.0332 23.0723C21.2229 22.0263 21.8496 21.1879 22.834 20.8311C24.1704 20.3049 25.8365 20.3974 27.0664 19.5332C28.357 18.6609 29.0521 16.9949 28.8203 15.4639L28.8174 15.4482H28.8184C28.5649 13.7937 27.198 12.4124 25.6309 11.9238C24.7017 11.6137 23.6703 11.6362 22.7627 11.2588C21.9437 10.9468 21.3875 10.2654 21.1387 9.43262C20.7234 7.9545 20.9069 6.48575 19.7451 5.26758ZM15.3008 12.3789C18.4435 12.0374 20.5761 13.6659 20.0713 16.9531L20.0674 16.9697V16.9688C19.8051 18.4864 18.7559 19.4563 17.2539 19.6562C16.3436 19.7996 15.3079 19.7758 14.4111 19.5625C13.9216 19.4424 13.4732 19.2458 13.1143 18.959C11.872 17.921 11.6687 15.865 12.2539 14.3994C12.7551 13.1741 14.0057 12.5072 15.3008 12.3789Z",fill:u})}));if(f==="jade")return c==="square"?s.jsxs("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:[s.jsx("rect",{width:"24",height:"24",rx:"1",fill:u}),s.jsx("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"var(--color-paper-main)"})]})):s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:s.jsx("path",{d:"M16 0C24.8366 0 32 7.16335 32 16C32 24.8367 24.8366 32 16 32C7.16344 32 0 24.8367 0 16C4.9478e-05 7.66338 7.16347 0.000042 16 0ZM19.7451 5.26758C16.7609 2.21844 11.5944 3.69932 11.2129 8.1084C10.7367 13.1418 7.08515 10.4095 4.37207 13.209C3.57018 14.1331 3.09185 15.4252 3.25195 16.6406C3.48647 18.3313 4.79986 19.7729 6.47461 20.1816C8.37936 20.6899 10.3536 20.4661 10.998 22.8066C11.3659 24.3564 11.24 25.7879 12.5215 26.9971C14.7593 29.1037 18.8138 28.8489 20.2656 26.001C20.7711 25.1101 20.8462 24.0581 21.0332 23.0723C21.2229 22.0263 21.8496 21.1879 22.834 20.8311C24.1704 20.3049 25.8365 20.3974 27.0664 19.5332C28.357 18.6609 29.0521 16.9949 28.8203 15.4639L28.8174 15.4482H28.8184C28.5649 13.7937 27.198 12.4124 25.6309 11.9238C24.7017 11.6137 23.6703 11.6362 22.7627 11.2588C21.9437 10.9468 21.3875 10.2654 21.1387 9.43262C20.7234 7.9545 20.9069 6.48575 19.7451 5.26758ZM15.3008 12.3789C18.4435 12.0374 20.5761 13.6659 20.0713 16.9531L20.0674 16.9697V16.9688C19.8051 18.4864 18.7559 19.4563 17.2539 19.6562C16.3436 19.7996 15.3079 19.7758 14.4111 19.5625C13.9216 19.4424 13.4732 19.2458 13.1143 18.959C11.872 17.921 11.6687 15.865 12.2539 14.3994C12.7551 13.1741 14.0057 12.5072 15.3008 12.3789Z",fill:u})}));if(f==="white")return c==="square"?s.jsxs("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:[s.jsx("rect",{width:"24",height:"24",rx:"1",fill:u}),s.jsx("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"var(--color-surface-ink)"})]})):s.jsx("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},h),{children:s.jsx("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:u})}))};return d?s.jsxs("div",{className:"flex items-center gap-2",children:[p(),s.jsx("span",{className:"text-breadDisplay-bold ".concat(f==="white"?"text-white":"text-text-standard"),children:d})]}):p()}exports.Body=O;exports.Caption=Z;exports.Heading1=y;exports.Heading2=j;exports.Heading3=L;exports.Heading4=N;exports.Heading5=M;exports.LiftedButton=g;exports.Logo=B;exports.Typography=b;exports.fontVariables=w;
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function e(e,C,t){if(C in e){Object.defineProperty(e,C,{value:t,enumerable:true,configurable:true,writable:true})}else{e[C]=t}return e}function C(C){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};var n=Object.keys(r);if(typeof Object.getOwnPropertySymbols==="function"){n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))}n.forEach(function(t){e(C,t,r[t])})}return C}function t(e,C){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);if(C){r=r.filter(function(C){return Object.getOwnPropertyDescriptor(e,C).enumerable})}t.push.apply(t,r)}return t}function r(e,C){C=C!=null?C:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(C))}else{t(Object(C)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(C,t))})}return e}function n(e,C){if(e==null)return{};var t=o(e,C);var r,n;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++){r=i[n];if(C.indexOf(r)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,r))continue;t[r]=e[r]}}return t}function o(e,C){if(e==null)return{};var t={};var r=Object.keys(e);var n,o;for(o=0;o<r.length;o++){n=r[o];if(C.indexOf(n)>=0)continue;t[n]=e[n]}return t}function i(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}import a from"react";import{jsx as l,jsxs as s}from"react/jsx-runtime";var c={primary:{bg:"--color-primary-orange",text:"--color-paper-main",hoverBg:"--color-orange-1",hoverText:"#ffffff",shadowBg:"#595959"},secondary:{bg:"#FBDED1",text:"--color-primary-orange",hoverBg:"#FFF1EA",hoverText:"--color-primary-orange",shadowBg:"#595959"},destructive:{bg:"--color-system-red",text:"--color-paper-main",hoverBg:"#BF0A00",hoverText:"#ffffff",shadowBg:"#595959"},positive:{bg:"--color-system-green",text:"--color-paper-main",hoverBg:"#2B8F00",hoverText:"#ffffff",shadowBg:"#595959"},stroke:{bg:"--color-paper-main",text:"--color-surface-ink",hoverBg:"--color-paper-2",hoverText:"--color-surface-ink",shadowBg:"#595959"}};function d(e){return{"--btn-bg":f(e.bg),"--btn-text":f(e.text),"--btn-hover-bg":f(e.hoverBg),"--btn-hover-text":f(e.hoverText),"--btn-shadow":f(e.shadowBg)}}var h={"--color-primary-orange":"#ea6023","--color-paper-main":"#f6f3eb","--color-surface-ink":"#1b201a","--color-system-red":"#df0b00","--color-system-green":"#32a800","--color-orange-1":"#d14a0f","--color-paper-2":"#eae2d6"};function f(e){if(!e)return"";if(e.includes("var("))return e;if(e.startsWith("--")){var C=h[e]||"#000000";return"var(".concat(e,", ").concat(C,")")}return e}var u=["--color-primary-orange","--color-paper-main","--color-surface-ink","--color-system-red","--color-system-green","--color-orange-1","--color-paper-2"],p=false;function v(){if(p||(typeof window==="undefined"?"undefined":i(window))>"u")return;var e=[];u.forEach(function(C){var t=getComputedStyle(document.documentElement).getPropertyValue(C);(!t||t.trim()==="")&&e.push(C)}),e.length>0&&!p&&(p=true,console.warn("\uD83D\uDEA8 @breadcoop/ui: Missing CSS variables detected!\n\nMissing variables: ".concat(e.join(", "),"\n\nTo fix this, import the theme CSS in your main CSS file:\n\n@import '@breadcoop/ui/theme';\n\nOr use the Tailwind preset:\nmodule.exports = { presets: [require('@breadcoop/ui/tailwind-preset')] }")))}process.env.NODE_ENV==="development"&&setTimeout(v,100);var m=function(e,C){if(a.isValidElement(e)){var t="".concat(e.props.className||""," ").concat(C).trim();return a.cloneElement(e,{className:t})}return e};function g(e){var t=e.children,o=e.leftIcon,i=e.rightIcon,h=e.disabled,f=h===void 0?false:h,u=e.preset,p=u===void 0?"primary":u,g=e.colorOverrides,b=g===void 0?{}:g,w=e.offsetPx,y=w===void 0?4:w,x=e.durationMs,L=x===void 0?300:x,B=e.className,N=B===void 0?"":B,O=e.type,M=O===void 0?"button":O,Z=e.width,j=Z===void 0?"auto":Z,k=e.scrollTo,E=n(e,["children","leftIcon","rightIcon","disabled","preset","colorOverrides","offsetPx","durationMs","className","type","width","scrollTo"]);a.useEffect(function(){v()},[]);var P=C({},c[p],b),S=r(C({},d(P)),{"--btn-offset":"".concat(y,"px"),"--btn-duration":"".concat(L,"ms")}),D=["lifted-button-base",j==="full"?"w-full":"",j==="mobile-full"?"w-full xl:w-auto":""],F=[function(e){switch(e){case"primary":return"lifted-button-primary";case"secondary":return"lifted-button-secondary";case"destructive":return"lifted-button-destructive";case"positive":return"lifted-button-positive";case"stroke":return"lifted-button-stroke";default:return"lifted-button-primary"}}(p),"lifted-button-motion","lifted-button-lifted","lifted-button-active"],V=["lifted-button-disabled"],H=D.concat(f?V:F);H.push(N);var T=function(e){var C;k&&(e.preventDefault(),(C=document.getElementById(k))===null||C===void 0?void 0:C.scrollIntoView({behavior:"smooth"})),E.onClick&&E.onClick(e)};return s("span",{className:[j==="full"?"relative block select-none align-middle":j==="mobile-full"?"relative block md:inline-block select-none align-middle":"relative inline-block select-none align-middle","group"].join(" "),style:S,children:[f?null:l("span",{"aria-hidden":true,className:"lifted-button-shadow",style:{transform:"translateX(2px) translateY(2px)"}}),s("button",r(C({type:M,className:H.join(" "),onClick:T},E),{children:[o?l("span",{className:"shrink-0 py-[5px] flex items-center justify-center","aria-hidden":true,children:m(o,"w-6 h-6")}):null,l("span",{className:"whitespace-nowrap mt-1 leading-none p-[5px]",children:t}),i?l("span",{className:"shrink-0 py-[5px] flex items-center justify-center","aria-hidden":true,children:m(i,"w-6 h-6")}):null]}))]})}var b={breadDisplay:"--font-breadDisplay",breadBody:"--font-breadBody"},w=function(e){var C=e.variant,t=e.children,r=e.className,n=r===void 0?"":r;var o=["h1","h2","h3"].includes(C)?"font-breadDisplay":"font-breadBody",i={h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",body:"text-body",caption:"text-caption"},l=C.startsWith("h")?C:"p";return a.createElement(l,{className:"".concat(o," ").concat(i[C]," ").concat(n).trim()},t)},y=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(w,{variant:"h1",className:r,children:C})},x=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(w,{variant:"h2",className:r,children:C})},L=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(w,{variant:"h3",className:r,children:C})},B=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(w,{variant:"h4",className:r,children:C})},N=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(w,{variant:"h5",className:r,children:C})},O=function(e){var C=e.children,t=e.className,r=t===void 0?"":t,n=e.bold,o=n===void 0?false:n;return l(w,{variant:"body",className:"".concat(o?"text-body-bold":""," ").concat(r).trim(),children:C})},M=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(w,{variant:"caption",className:r,children:C})};function Z(e){var t=e.size,o=t===void 0?32:t,i=e.className,a=i===void 0?"":i,c=e.color,d=e.variant,h=e.text,f=n(e,["size","className","color","variant","text"]);var u=function(){if(!c&&!d)return l("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:"#EA5817"})}));if(d==="line"){var e=c==="blue"?"#1C5BB9":c==="jade"?"#286B63":"#FFC080";return l("svg",r(C({width:o,height:o,viewBox:"0 0 180 180",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:s("g",{opacity:"0.5",children:[l("mask",{id:"path-1-inside-1_709_3755",fill:"white",children:l("path",{d:"M142.588 15.7464C142.588 15.7464 146.956 19.4838 147.192 19.7174C147.9 20.535 149.67 23.922 150.261 24.3892C150.969 24.9732 152.267 24.9732 152.857 25.3236C154.864 26.7251 162.064 35.4848 163.835 37.9375C165.369 39.923 165.251 42.0253 166.668 44.0108C167.376 45.062 169.264 46.1132 169.382 46.23C169.737 46.8139 169.382 47.8651 169.737 48.6827C170.681 50.9018 170.681 49.1498 171.271 52.5369C171.861 55.924 173.042 55.6904 173.986 57.5591C174.694 58.9607 174.104 60.5958 174.576 61.647C175.048 62.9317 176.583 64.0997 176.819 65.1508C177.527 67.9539 178.117 71.341 178.825 74.4944C180.242 79.9838 180.124 92.2473 179.77 99.1383C179.77 101.124 179.888 101.941 179.888 102.993C179.888 103.343 178.943 103.81 178.707 104.511C178.589 104.978 179.061 106.029 178.825 106.73C178.235 109.416 177.763 111.752 177.291 114.322C176.347 119.344 173.632 121.446 171.979 125.651C171.035 127.987 171.389 131.491 169.264 134.41C168.202 135.929 166.432 136.513 165.133 138.148C161.946 142.236 162.182 144.688 157.461 148.776C153.92 151.813 151.205 156.368 147.428 159.638C145.657 161.157 140.936 162.091 140.345 163.025C139.991 163.609 140.582 164.31 140.463 164.777C139.519 168.398 136.45 166.529 134.326 167.464C133.617 167.814 132.083 169.566 130.903 170.267C130.076 170.851 124.174 174.004 123.82 174.238C122.404 174.705 120.987 174.238 119.925 174.471C119.335 174.588 119.453 175.639 118.745 175.99C110.01 179.143 87.347 180.661 77.9041 179.727C74.363 179.377 68.9333 177.158 65.1562 176.223C58.3101 174.588 59.0183 175.873 52.5263 171.902C50.5196 170.734 46.9785 169.216 45.09 167.931C41.903 165.828 38.9521 161.857 35.0569 161.974L35.529 159.872C34.7027 159.521 32.9322 159.521 32.342 159.054C31.7518 158.587 31.8699 157.653 31.5158 157.302C30.3354 155.784 25.1418 152.047 23.0171 149.827C21.1285 147.842 15.2267 140.951 14.1644 138.615C13.6922 137.564 14.1644 136.279 13.8103 135.578C13.6922 135.345 11.2135 134.41 10.2692 133.126C8.14452 129.855 6.1379 120.745 5.42968 116.658C2.95091 115.84 0.590183 107.781 0.708219 105.679C0.708219 104.978 1.53448 104.394 1.53448 104.044C1.53448 103.693 0.472146 102.759 0.236073 101.825C0 100.89 0.472146 98.4375 0.35411 97.2695C0.118037 92.3641 0.708219 88.3931 0.590183 83.2541C0.590183 82.3197 0 81.5022 0 80.5678C0 79.6334 1.18037 79.867 1.41644 78.8159C1.65251 77.7647 0.708219 76.9471 0.708219 76.0128C0.708219 75.0784 1.88858 73.2097 2.12466 71.6914C2.24269 70.2898 1.77055 67.7203 2.36073 66.0852C2.71484 65.2676 4.13128 65.1508 4.48539 63.7493C4.8395 62.3477 4.48539 61.063 4.8395 59.895C5.07557 59.1942 6.01986 58.8439 6.25594 58.1431C6.49201 57.2087 5.78379 55.34 6.96416 54.0553C7.55434 53.4713 9.08881 53.5881 9.32489 52.5369C9.56096 51.4858 9.20685 48.4491 10.1511 46.6971C10.5053 46.1132 11.9217 45.7628 12.5119 44.8284C13.2201 43.894 13.3381 42.2589 14.1644 41.2078C19.24 34.0832 23.9614 28.3603 30.5715 22.6373C31.0436 22.1701 32.1059 22.2869 32.342 22.0533C32.6961 21.7029 32.224 20.4182 32.9322 19.8342C33.6404 19.2502 36.1192 19.367 37.4176 18.0823C40.1324 15.396 41.7849 12.3593 46.5064 10.9577C47.5687 10.6074 48.9852 10.9577 49.8114 10.6074C50.6377 10.1402 50.4016 8.73863 51.2279 8.15466C52.4082 7.45389 54.887 7.45389 56.3034 6.9867C57.9559 6.40273 62.3233 3.24925 62.7954 3.01566C63.8578 2.66527 65.1562 3.01566 66.2185 2.78207C84.6322 -2.12334 103.636 -0.137815 121.814 5.58516C123.112 5.93555 123.112 7.68748 124.056 8.03786C125.355 8.50504 127.125 7.80427 128.542 8.27145C131.021 8.97223 135.27 13.7608 137.277 14.6952C138.693 15.2792 140.227 14.6952 141.88 15.6296L142.588 15.7464ZM160.884 76.5968C160.412 75.896 158.523 72.7425 158.287 72.6257C157.697 72.1585 148.608 67.0195 147.9 66.7859C144.477 65.7348 140.463 64.8004 137.158 63.9829C135.152 63.3989 131.965 63.3989 130.076 62.6981C127.834 61.8805 122.876 57.4423 121.932 55.1064C121.342 53.7049 121.814 51.8361 121.46 50.785C120.633 48.2155 119.099 45.4124 118.391 42.4925C117.919 40.7406 117.682 34.9008 117.328 34.2C117.092 33.4993 108.003 23.8052 107.177 23.4549C104.108 22.0533 101.393 22.2869 98.5605 21.5861C96.6719 21.1189 94.6653 19.7174 92.4226 19.367C85.8126 18.3159 74.7171 22.5205 70.1137 26.9587C62.7954 33.8496 63.5037 39.1054 60.6708 47.7483C60.3167 48.6827 59.1363 49.7338 59.0183 50.785C59.0183 51.4858 59.8445 51.9529 59.7265 52.5369C59.3724 55.34 56.3034 59.1942 54.0607 60.9462C51.818 62.8149 39.5422 64.8004 35.647 66.0852C29.9813 67.9539 22.7811 71.8082 19.5941 76.9471C18.5317 78.6991 18.1776 81.5022 17.5874 83.0205C17.3514 83.7213 15.6989 85.4732 14.7546 85.7068V86.4076C17.2333 88.8603 15.4628 92.5977 15.9349 94.4664C15.9349 94.9336 18.5317 101.241 18.7678 101.591C19.476 102.759 20.6564 102.993 21.4827 104.16C22.3089 105.328 22.545 107.781 22.663 107.898C22.8991 108.132 28.8009 109.767 30.0993 110.701C32.6961 112.57 30.5715 112.336 34.8208 113.387C38.716 114.322 42.7292 114.672 46.8605 115.957C52.6443 117.709 51.3459 117.709 55.2411 121.446C55.7132 121.913 56.8936 121.913 57.1297 122.264C57.3658 122.497 60.0806 127.636 60.0806 127.87C60.6708 130.206 60.4347 135.929 61.1429 137.681C62.0872 139.9 61.8512 138.498 62.5594 141.418C63.6217 145.74 66.9267 151.813 70.94 153.915C73.1827 155.083 77.0779 155.667 78.9665 156.952C79.9107 157.536 80.1468 158.587 80.737 158.938C83.6879 160.573 93.3669 159.405 96.908 158.938C98.4425 158.821 100.803 159.288 102.102 158.938C102.692 158.821 102.574 157.653 103.282 157.419C104.226 157.069 105.407 157.536 106.233 157.302C106.351 157.302 108.83 154.966 108.948 154.85C109.184 154.499 108.594 153.682 109.184 152.981C110.01 151.93 114.495 149.594 114.732 149.127C115.086 148.543 118.627 140.133 118.745 139.549C119.099 134.761 119.689 132.308 121.578 127.87C121.932 127.169 121.342 126.235 121.814 125.067C123.112 121.563 124.765 121.563 127.125 119.811C127.952 119.227 128.07 118.176 128.778 117.826C130.076 117.358 131.493 117.592 132.909 117.242C135.034 116.658 136.804 114.906 137.985 114.555C141.526 113.271 146.955 113.621 150.261 112.687C150.733 112.57 157.107 108.365 157.579 107.898L165.015 98.0871C164.425 93.5321 165.015 88.7435 164.307 84.1885C164.189 83.1373 161.474 77.5311 161.002 76.8304L160.884 76.5968Z"})}),l("path",{d:"M142.588 15.7464C142.588 15.7464 146.956 19.4838 147.192 19.7174C147.9 20.535 149.67 23.922 150.261 24.3892C150.969 24.9732 152.267 24.9732 152.857 25.3236C154.864 26.7251 162.064 35.4848 163.835 37.9375C165.369 39.923 165.251 42.0253 166.668 44.0108C167.376 45.062 169.264 46.1132 169.382 46.23C169.737 46.8139 169.382 47.8651 169.737 48.6827C170.681 50.9018 170.681 49.1498 171.271 52.5369C171.861 55.924 173.042 55.6904 173.986 57.5591C174.694 58.9607 174.104 60.5958 174.576 61.647C175.048 62.9317 176.583 64.0997 176.819 65.1508C177.527 67.9539 178.117 71.341 178.825 74.4944C180.242 79.9838 180.124 92.2473 179.77 99.1383C179.77 101.124 179.888 101.941 179.888 102.993C179.888 103.343 178.943 103.81 178.707 104.511C178.589 104.978 179.061 106.029 178.825 106.73C178.235 109.416 177.763 111.752 177.291 114.322C176.347 119.344 173.632 121.446 171.979 125.651C171.035 127.987 171.389 131.491 169.264 134.41C168.202 135.929 166.432 136.513 165.133 138.148C161.946 142.236 162.182 144.688 157.461 148.776C153.92 151.813 151.205 156.368 147.428 159.638C145.657 161.157 140.936 162.091 140.345 163.025C139.991 163.609 140.582 164.31 140.463 164.777C139.519 168.398 136.45 166.529 134.326 167.464C133.617 167.814 132.083 169.566 130.903 170.267C130.076 170.851 124.174 174.004 123.82 174.238C122.404 174.705 120.987 174.238 119.925 174.471C119.335 174.588 119.453 175.639 118.745 175.99C110.01 179.143 87.347 180.661 77.9041 179.727C74.363 179.377 68.9333 177.158 65.1562 176.223C58.3101 174.588 59.0183 175.873 52.5263 171.902C50.5196 170.734 46.9785 169.216 45.09 167.931C41.903 165.828 38.9521 161.857 35.0569 161.974L35.529 159.872C34.7027 159.521 32.9322 159.521 32.342 159.054C31.7518 158.587 31.8699 157.653 31.5158 157.302C30.3354 155.784 25.1418 152.047 23.0171 149.827C21.1285 147.842 15.2267 140.951 14.1644 138.615C13.6922 137.564 14.1644 136.279 13.8103 135.578C13.6922 135.345 11.2135 134.41 10.2692 133.126C8.14452 129.855 6.1379 120.745 5.42968 116.658C2.95091 115.84 0.590183 107.781 0.708219 105.679C0.708219 104.978 1.53448 104.394 1.53448 104.044C1.53448 103.693 0.472146 102.759 0.236073 101.825C0 100.89 0.472146 98.4375 0.35411 97.2695C0.118037 92.3641 0.708219 88.3931 0.590183 83.2541C0.590183 82.3197 0 81.5022 0 80.5678C0 79.6334 1.18037 79.867 1.41644 78.8159C1.65251 77.7647 0.708219 76.9471 0.708219 76.0128C0.708219 75.0784 1.88858 73.2097 2.12466 71.6914C2.24269 70.2898 1.77055 67.7203 2.36073 66.0852C2.71484 65.2676 4.13128 65.1508 4.48539 63.7493C4.8395 62.3477 4.48539 61.063 4.8395 59.895C5.07557 59.1942 6.01986 58.8439 6.25594 58.1431C6.49201 57.2087 5.78379 55.34 6.96416 54.0553C7.55434 53.4713 9.08881 53.5881 9.32489 52.5369C9.56096 51.4858 9.20685 48.4491 10.1511 46.6971C10.5053 46.1132 11.9217 45.7628 12.5119 44.8284C13.2201 43.894 13.3381 42.2589 14.1644 41.2078C19.24 34.0832 23.9614 28.3603 30.5715 22.6373C31.0436 22.1701 32.1059 22.2869 32.342 22.0533C32.6961 21.7029 32.224 20.4182 32.9322 19.8342C33.6404 19.2502 36.1192 19.367 37.4176 18.0823C40.1324 15.396 41.7849 12.3593 46.5064 10.9577C47.5687 10.6074 48.9852 10.9577 49.8114 10.6074C50.6377 10.1402 50.4016 8.73863 51.2279 8.15466C52.4082 7.45389 54.887 7.45389 56.3034 6.9867C57.9559 6.40273 62.3233 3.24925 62.7954 3.01566C63.8578 2.66527 65.1562 3.01566 66.2185 2.78207C84.6322 -2.12334 103.636 -0.137815 121.814 5.58516C123.112 5.93555 123.112 7.68748 124.056 8.03786C125.355 8.50504 127.125 7.80427 128.542 8.27145C131.021 8.97223 135.27 13.7608 137.277 14.6952C138.693 15.2792 140.227 14.6952 141.88 15.6296L142.588 15.7464ZM160.884 76.5968C160.412 75.896 158.523 72.7425 158.287 72.6257C157.697 72.1585 148.608 67.0195 147.9 66.7859C144.477 65.7348 140.463 64.8004 137.158 63.9829C135.152 63.3989 131.965 63.3989 130.076 62.6981C127.834 61.8805 122.876 57.4423 121.932 55.1064C121.342 53.7049 121.814 51.8361 121.46 50.785C120.633 48.2155 119.099 45.4124 118.391 42.4925C117.919 40.7406 117.682 34.9008 117.328 34.2C117.092 33.4993 108.003 23.8052 107.177 23.4549C104.108 22.0533 101.393 22.2869 98.5605 21.5861C96.6719 21.1189 94.6653 19.7174 92.4226 19.367C85.8126 18.3159 74.7171 22.5205 70.1137 26.9587C62.7954 33.8496 63.5037 39.1054 60.6708 47.7483C60.3167 48.6827 59.1363 49.7338 59.0183 50.785C59.0183 51.4858 59.8445 51.9529 59.7265 52.5369C59.3724 55.34 56.3034 59.1942 54.0607 60.9462C51.818 62.8149 39.5422 64.8004 35.647 66.0852C29.9813 67.9539 22.7811 71.8082 19.5941 76.9471C18.5317 78.6991 18.1776 81.5022 17.5874 83.0205C17.3514 83.7213 15.6989 85.4732 14.7546 85.7068V86.4076C17.2333 88.8603 15.4628 92.5977 15.9349 94.4664C15.9349 94.9336 18.5317 101.241 18.7678 101.591C19.476 102.759 20.6564 102.993 21.4827 104.16C22.3089 105.328 22.545 107.781 22.663 107.898C22.8991 108.132 28.8009 109.767 30.0993 110.701C32.6961 112.57 30.5715 112.336 34.8208 113.387C38.716 114.322 42.7292 114.672 46.8605 115.957C52.6443 117.709 51.3459 117.709 55.2411 121.446C55.7132 121.913 56.8936 121.913 57.1297 122.264C57.3658 122.497 60.0806 127.636 60.0806 127.87C60.6708 130.206 60.4347 135.929 61.1429 137.681C62.0872 139.9 61.8512 138.498 62.5594 141.418C63.6217 145.74 66.9267 151.813 70.94 153.915C73.1827 155.083 77.0779 155.667 78.9665 156.952C79.9107 157.536 80.1468 158.587 80.737 158.938C83.6879 160.573 93.3669 159.405 96.908 158.938C98.4425 158.821 100.803 159.288 102.102 158.938C102.692 158.821 102.574 157.653 103.282 157.419C104.226 157.069 105.407 157.536 106.233 157.302C106.351 157.302 108.83 154.966 108.948 154.85C109.184 154.499 108.594 153.682 109.184 152.981C110.01 151.93 114.495 149.594 114.732 149.127C115.086 148.543 118.627 140.133 118.745 139.549C119.099 134.761 119.689 132.308 121.578 127.87C121.932 127.169 121.342 126.235 121.814 125.067C123.112 121.563 124.765 121.563 127.125 119.811C127.952 119.227 128.07 118.176 128.778 117.826C130.076 117.358 131.493 117.592 132.909 117.242C135.034 116.658 136.804 114.906 137.985 114.555C141.526 113.271 146.955 113.621 150.261 112.687C150.733 112.57 157.107 108.365 157.579 107.898L165.015 98.0871C164.425 93.5321 165.015 88.7435 164.307 84.1885C164.189 83.1373 161.474 77.5311 161.002 76.8304L160.884 76.5968Z",stroke:e,strokeWidth:"5",mask:"url(#path-1-inside-1_709_3755)"}),l("path",{d:"M89.5166 71.0222C92.1887 70.8043 94.7761 70.6674 97.3672 70.946L97.3887 70.948C98.7258 71.0683 99.2773 71.1485 99.7158 71.3201C100.128 71.4814 100.513 71.7537 101.408 72.5212L101.418 72.5095C104.019 74.6703 105.123 75.4844 106.035 76.5574C106.934 77.6142 107.634 78.9211 109.247 82.1716V82.1707C109.428 82.5616 109.696 82.8037 109.905 82.9548C110.004 83.026 110.107 83.0889 110.161 83.1228C110.227 83.1642 110.263 83.1879 110.294 83.2107C110.34 83.2445 110.368 83.271 110.398 83.3181C110.434 83.3735 110.503 83.5019 110.565 83.7693L110.568 83.78L110.571 83.7917C110.933 85.2254 110.947 87.0466 110.802 89.0144C110.655 90.9993 110.371 92.9099 110.186 94.6843L110.185 94.6921V94.7C110.12 95.4013 110.12 95.8934 110.124 96.2673C110.128 96.664 110.129 96.7954 110.106 96.9333C110.067 97.1717 109.935 97.5375 108.963 99.0408L108.961 99.0437C108.521 99.7272 108.029 100.611 107.605 101.378C107.227 102.062 106.919 102.617 106.715 102.949C106.707 102.953 106.699 102.958 106.689 102.963C106.527 103.04 106.302 103.13 106.017 103.242C105.531 103.432 104.744 103.722 104.249 104.049L104.231 104.06L104.216 104.071C103.824 104.348 103.567 104.696 103.404 104.932C103.2 105.229 103.156 105.317 103.055 105.436C103.049 105.443 103.043 105.448 103.038 105.453C102.996 105.451 102.919 105.442 102.798 105.408L100.778 104.837L101.238 106.885L101.346 107.364C100.418 107.432 99.5598 107.678 98.8027 107.94C98.2191 108.142 97.5423 108.413 97.0576 108.59C96.5185 108.786 96.0623 108.927 95.6504 108.996C94.1552 109.202 91.4975 109.102 88.7051 108.841C85.9318 108.581 83.1793 108.178 81.5889 107.841L81.5811 107.839L81.5723 107.837C80.8752 107.699 79.6209 107.188 78.3418 106.491C77.0534 105.789 75.9992 105.038 75.5654 104.528C75.244 104.112 74.9467 103.559 74.5713 102.845C74.2109 102.161 73.7851 101.346 73.248 100.615L73.2422 100.607L73.2373 100.599L73.0977 100.426C72.7738 100.039 72.4526 99.7881 72.1514 99.6003C71.999 99.5054 71.8441 99.4226 71.7578 99.3748C71.6566 99.3186 71.6104 99.29 71.5781 99.2664C71.5553 99.2496 71.5096 99.2219 71.4355 99.0603C71.3666 98.9098 71.2832 98.6609 71.1992 98.2468L71.1152 97.7761C70.7032 94.9213 70.5124 93.261 70.54 91.5642C70.5678 89.8609 70.8162 88.0779 71.3477 84.9812L71.3525 84.9539L71.3564 84.9265C71.4364 84.2933 71.3557 83.6005 71.3174 83.158C71.2702 82.6127 71.2739 82.3477 71.3174 82.197L71.3223 82.1794L71.3262 82.1619C71.9351 79.8023 73.3994 78.2317 75.2783 76.6824C77.0029 75.2603 79.2637 73.7408 80.9951 71.7136L81.5391 71.5339C84.25 71.5195 86.9431 71.2321 89.5166 71.0222ZM106.812 102.899H106.811H106.812Z",stroke:e,strokeWidth:"2.5"})]})}))}return c==="orange"?d==="square"?s("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:[l("rect",{width:"24",height:"24",rx:"1",fill:"#EA5817"}),l("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"#F6F3EB"})]})):l("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:"#EA5817"})})):c==="blue"?d==="square"?s("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:[l("rect",{width:"24",height:"24",rx:"1",fill:"#1C5BB9"}),l("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"#F6F3EB"})]})):l("svg",r(C({width:o,height:o,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M16 0C24.8366 0 32 7.16335 32 16C32 24.8367 24.8366 32 16 32C7.16344 32 0 24.8367 0 16C4.9478e-05 7.16338 7.16347 4.22665e-05 16 0ZM19.7451 5.26758C16.7609 2.21844 11.5944 3.69932 11.2129 8.1084C10.7367 13.1418 7.08515 10.4095 4.37207 13.209C3.57018 14.1331 3.09185 15.4252 3.25195 16.6406C3.48647 18.3313 4.79986 19.7729 6.47461 20.1816C8.37936 20.6899 10.3536 20.4661 10.998 22.8066C11.3659 24.3564 11.24 25.7879 12.5215 26.9971C14.7593 29.1037 18.8138 28.8489 20.2656 26.001C20.7711 25.1101 20.8462 24.0581 21.0332 23.0723C21.2229 22.0263 21.8496 21.1879 22.834 20.8311C24.1704 20.3049 25.8365 20.3974 27.0664 19.5332C28.357 18.6609 29.0521 16.9949 28.8203 15.4639L28.8174 15.4482H28.8184C28.5649 13.7937 27.198 12.4124 25.6309 11.9238C24.7017 11.6137 23.6703 11.6362 22.7627 11.2588C21.9437 10.9468 21.3875 10.2654 21.1387 9.43262C20.7234 7.9545 20.9069 6.48575 19.7451 5.26758ZM15.3008 12.3789C18.4435 12.0374 20.5761 13.6659 20.0713 16.9531L20.0674 16.9697V16.9688C19.8051 18.4864 18.7559 19.4563 17.2539 19.6562C16.3436 19.7996 15.3079 19.7758 14.4111 19.5625C13.9216 19.4424 13.4732 19.2458 13.1143 18.959C11.872 17.921 11.6687 15.865 12.2539 14.3994C12.7551 13.1741 14.0057 12.5072 15.3008 12.3789Z",fill:"#1C5BB9"})})):c==="jade"?d==="square"?s("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:[l("rect",{width:"24",height:"24",rx:"1",fill:"#286B63"}),l("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"#F6F3EB"})]})):l("svg",r(C({width:o,height:o,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M16 0C24.8366 0 32 7.16335 32 16C32 24.8367 24.8366 32 16 32C7.16344 32 0 24.8367 0 16C4.9478e-05 7.66338 7.16347 0.000042 16 0ZM19.7451 5.26758C16.7609 2.21844 11.5944 3.69932 11.2129 8.1084C10.7367 13.1418 7.08515 10.4095 4.37207 13.209C3.57018 14.1331 3.09185 15.4252 3.25195 16.6406C3.48647 18.3313 4.79986 19.7729 6.47461 20.1816C8.37936 20.6899 10.3536 20.4661 10.998 22.8066C11.3659 24.3564 11.24 25.7879 12.5215 26.9971C14.7593 29.1037 18.8138 28.8489 20.2656 26.001C20.7711 25.1101 20.8462 24.0581 21.0332 23.0723C21.2229 22.0263 21.8496 21.1879 22.834 20.8311C24.1704 20.3049 25.8365 20.3974 27.0664 19.5332C28.357 18.6609 29.0521 16.9949 28.8203 15.4639L28.8174 15.4482H28.8184C28.5649 13.7937 27.198 12.4124 25.6309 11.9238C24.7017 11.6137 23.6703 11.6362 22.7627 11.2588C21.9437 10.9468 21.3875 10.2654 21.1387 9.43262C20.7234 7.9545 20.9069 6.48575 19.7451 5.26758ZM15.3008 12.3789C18.4435 12.0374 20.5761 13.6659 20.0713 16.9531L20.0674 16.9697V16.9688C19.8051 18.4864 18.7559 19.4563 17.2539 19.6562C16.3436 19.7996 15.3079 19.7758 14.4111 19.5625C13.9216 19.4424 13.4732 19.2458 13.1143 18.959C11.872 17.921 11.6687 15.865 12.2539 14.3994C12.7551 13.1741 14.0057 12.5072 15.3008 12.3789Z",fill:"#286B63"})})):l("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:"#EA5817"})}))};return h?s("div",{className:"flex items-center gap-2",children:[u(),l("span",{className:"text-breadDisplay-bold text-text-standard",children:h})]}):u()}export{O as Body,M as Caption,y as Heading1,x as Heading2,L as Heading3,B as Heading4,N as Heading5,g as LiftedButton,Z as Logo,w as Typography,b as fontVariables};
|
|
1
|
+
function e(e,C,t){if(C in e){Object.defineProperty(e,C,{value:t,enumerable:true,configurable:true,writable:true})}else{e[C]=t}return e}function C(C){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};var n=Object.keys(r);if(typeof Object.getOwnPropertySymbols==="function"){n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))}n.forEach(function(t){e(C,t,r[t])})}return C}function t(e,C){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);if(C){r=r.filter(function(C){return Object.getOwnPropertyDescriptor(e,C).enumerable})}t.push.apply(t,r)}return t}function r(e,C){C=C!=null?C:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(C))}else{t(Object(C)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(C,t))})}return e}function n(e,C){if(e==null)return{};var t=o(e,C);var r,n;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++){r=i[n];if(C.indexOf(r)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,r))continue;t[r]=e[r]}}return t}function o(e,C){if(e==null)return{};var t={};var r=Object.keys(e);var n,o;for(o=0;o<r.length;o++){n=r[o];if(C.indexOf(n)>=0)continue;t[n]=e[n]}return t}function i(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}import a from"react";import{jsx as l,jsxs as s}from"react/jsx-runtime";var c={primary:{bg:"--color-primary-orange",text:"--color-paper-main",hoverBg:"--color-orange-1",hoverText:"#ffffff",shadowBg:"#595959"},secondary:{bg:"#FBDED1",text:"--color-primary-orange",hoverBg:"#FFF1EA",hoverText:"--color-primary-orange",shadowBg:"#595959"},destructive:{bg:"--color-system-red",text:"--color-paper-main",hoverBg:"#BF0A00",hoverText:"#ffffff",shadowBg:"#595959"},positive:{bg:"--color-system-green",text:"--color-paper-main",hoverBg:"#2B8F00",hoverText:"#ffffff",shadowBg:"#595959"},stroke:{bg:"--color-paper-main",text:"--color-surface-ink",hoverBg:"--color-paper-2",hoverText:"--color-surface-ink",shadowBg:"#595959"}};function d(e){return{"--btn-bg":f(e.bg),"--btn-text":f(e.text),"--btn-hover-bg":f(e.hoverBg),"--btn-hover-text":f(e.hoverText),"--btn-shadow":f(e.shadowBg)}}var h={"--color-primary-orange":"#ea6023","--color-paper-main":"#f6f3eb","--color-surface-ink":"#1b201a","--color-system-red":"#df0b00","--color-system-green":"#32a800","--color-orange-1":"#d14a0f","--color-paper-2":"#eae2d6"};function f(e){if(!e)return"";if(e.includes("var("))return e;if(e.startsWith("--")){var C=h[e]||"#000000";return"var(".concat(e,", ").concat(C,")")}return e}var u=["--color-primary-orange","--color-paper-main","--color-surface-ink","--color-system-red","--color-system-green","--color-orange-1","--color-paper-2"],p=false;function v(){if(p||(typeof window==="undefined"?"undefined":i(window))>"u")return;var e=[];u.forEach(function(C){var t=getComputedStyle(document.documentElement).getPropertyValue(C);(!t||t.trim()==="")&&e.push(C)}),e.length>0&&!p&&(p=true,console.warn("\uD83D\uDEA8 @breadcoop/ui: Missing CSS variables detected!\n\nMissing variables: ".concat(e.join(", "),"\n\nTo fix this, import the theme CSS in your main CSS file:\n\n@import '@breadcoop/ui/theme';\n\nOr use the Tailwind preset:\nmodule.exports = { presets: [require('@breadcoop/ui/tailwind-preset')] }")))}process.env.NODE_ENV==="development"&&setTimeout(v,100);var m=function(e,C){if(a.isValidElement(e)){var t="".concat(e.props.className||""," ").concat(C).trim();return a.cloneElement(e,{className:t})}return e};function g(e){var t=e.children,o=e.leftIcon,i=e.rightIcon,h=e.disabled,f=h===void 0?false:h,u=e.preset,p=u===void 0?"primary":u,g=e.colorOverrides,w=g===void 0?{}:g,b=e.offsetPx,y=b===void 0?4:b,x=e.durationMs,L=x===void 0?300:x,N=e.className,M=N===void 0?"":N,O=e.type,Z=O===void 0?"button":O,B=e.width,j=B===void 0?"auto":B,k=e.scrollTo,P=n(e,["children","leftIcon","rightIcon","disabled","preset","colorOverrides","offsetPx","durationMs","className","type","width","scrollTo"]);a.useEffect(function(){v()},[]);var S=C({},c[p],w),D=r(C({},d(S)),{"--btn-offset":"".concat(y,"px"),"--btn-duration":"".concat(L,"ms")}),E=["lifted-button-base",j==="full"?"w-full":"",j==="mobile-full"?"w-full xl:w-auto":""],V=[function(e){switch(e){case"primary":return"lifted-button-primary";case"secondary":return"lifted-button-secondary";case"destructive":return"lifted-button-destructive";case"positive":return"lifted-button-positive";case"stroke":return"lifted-button-stroke";default:return"lifted-button-primary"}}(p),"lifted-button-motion","lifted-button-lifted","lifted-button-active"],H=["lifted-button-disabled"],T=E.concat(f?H:V);T.push(M);var I=function(e){var C;k&&(e.preventDefault(),(C=document.getElementById(k))===null||C===void 0?void 0:C.scrollIntoView({behavior:"smooth"})),P.onClick&&P.onClick(e)};return s("span",{className:[j==="full"?"relative block select-none align-middle":j==="mobile-full"?"relative block md:inline-block select-none align-middle":"relative inline-block select-none align-middle","group"].join(" "),style:D,children:[f?null:l("span",{"aria-hidden":true,className:"lifted-button-shadow",style:{transform:"translateX(2px) translateY(2px)"}}),s("button",r(C({type:Z,className:T.join(" "),onClick:I},P),{children:[o?l("span",{className:"shrink-0 py-[5px] flex items-center justify-center","aria-hidden":true,children:m(o,"w-6 h-6")}):null,l("span",{className:"whitespace-nowrap mt-1 leading-none p-[5px]",children:t}),i?l("span",{className:"shrink-0 py-[5px] flex items-center justify-center","aria-hidden":true,children:m(i,"w-6 h-6")}):null]}))]})}var w={breadDisplay:"--font-breadDisplay",breadBody:"--font-breadBody"},b=function(e){var C=e.variant,t=e.children,r=e.className,n=r===void 0?"":r;var o=["h1","h2","h3"].includes(C)?"font-breadDisplay":"font-breadBody",i={h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",body:"text-body",caption:"text-caption"},l=C.startsWith("h")?C:"p";return a.createElement(l,{className:"".concat(o," ").concat(i[C]," ").concat(n).trim()},t)},y=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(b,{variant:"h1",className:r,children:C})},x=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(b,{variant:"h2",className:r,children:C})},L=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(b,{variant:"h3",className:r,children:C})},N=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(b,{variant:"h4",className:r,children:C})},M=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(b,{variant:"h5",className:r,children:C})},O=function(e){var C=e.children,t=e.className,r=t===void 0?"":t,n=e.bold,o=n===void 0?false:n;return l(b,{variant:"body",className:"".concat(o?"text-body-bold":""," ").concat(r).trim(),children:C})},Z=function(e){var C=e.children,t=e.className,r=t===void 0?"":t;return l(b,{variant:"caption",className:r,children:C})};function B(e){var t=e.size,o=t===void 0?32:t,i=e.className,a=i===void 0?"":i,c=e.color,d=e.variant,h=e.text,f=n(e,["size","className","color","variant","text"]);var u=c||"orange",p=u==="blue"?"var(--color-primary-blue)":u==="jade"?"var(--color-primary-jade)":u==="white"?"var(--color-white)":"var(--color-primary-orange)",v=function(){if(!d)return l("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:p})}));if(d==="line")return l("svg",r(C({width:o,height:o,viewBox:"0 0 180 180",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:s("g",{opacity:"0.5",children:[l("mask",{id:"path-1-inside-1_709_3755",fill:"white",children:l("path",{d:"M142.588 15.7464C142.588 15.7464 146.956 19.4838 147.192 19.7174C147.9 20.535 149.67 23.922 150.261 24.3892C150.969 24.9732 152.267 24.9732 152.857 25.3236C154.864 26.7251 162.064 35.4848 163.835 37.9375C165.369 39.923 165.251 42.0253 166.668 44.0108C167.376 45.062 169.264 46.1132 169.382 46.23C169.737 46.8139 169.382 47.8651 169.737 48.6827C170.681 50.9018 170.681 49.1498 171.271 52.5369C171.861 55.924 173.042 55.6904 173.986 57.5591C174.694 58.9607 174.104 60.5958 174.576 61.647C175.048 62.9317 176.583 64.0997 176.819 65.1508C177.527 67.9539 178.117 71.341 178.825 74.4944C180.242 79.9838 180.124 92.2473 179.77 99.1383C179.77 101.124 179.888 101.941 179.888 102.993C179.888 103.343 178.943 103.81 178.707 104.511C178.589 104.978 179.061 106.029 178.825 106.73C178.235 109.416 177.763 111.752 177.291 114.322C176.347 119.344 173.632 121.446 171.979 125.651C171.035 127.987 171.389 131.491 169.264 134.41C168.202 135.929 166.432 136.513 165.133 138.148C161.946 142.236 162.182 144.688 157.461 148.776C153.92 151.813 151.205 156.368 147.428 159.638C145.657 161.157 140.936 162.091 140.345 163.025C139.991 163.609 140.582 164.31 140.463 164.777C139.519 168.398 136.45 166.529 134.326 167.464C133.617 167.814 132.083 169.566 130.903 170.267C130.076 170.851 124.174 174.004 123.82 174.238C122.404 174.705 120.987 174.238 119.925 174.471C119.335 174.588 119.453 175.639 118.745 175.99C110.01 179.143 87.347 180.661 77.9041 179.727C74.363 179.377 68.9333 177.158 65.1562 176.223C58.3101 174.588 59.0183 175.873 52.5263 171.902C50.5196 170.734 46.9785 169.216 45.09 167.931C41.903 165.828 38.9521 161.857 35.0569 161.974L35.529 159.872C34.7027 159.521 32.9322 159.521 32.342 159.054C31.7518 158.587 31.8699 157.653 31.5158 157.302C30.3354 155.784 25.1418 152.047 23.0171 149.827C21.1285 147.842 15.2267 140.951 14.1644 138.615C13.6922 137.564 14.1644 136.279 13.8103 135.578C13.6922 135.345 11.2135 134.41 10.2692 133.126C8.14452 129.855 6.1379 120.745 5.42968 116.658C2.95091 115.84 0.590183 107.781 0.708219 105.679C0.708219 104.978 1.53448 104.394 1.53448 104.044C1.53448 103.693 0.472146 102.759 0.236073 101.825C0 100.89 0.472146 98.4375 0.35411 97.2695C0.118037 92.3641 0.708219 88.3931 0.590183 83.2541C0.590183 82.3197 0 81.5022 0 80.5678C0 79.6334 1.18037 79.867 1.41644 78.8159C1.65251 77.7647 0.708219 76.9471 0.708219 76.0128C0.708219 75.0784 1.88858 73.2097 2.12466 71.6914C2.24269 70.2898 1.77055 67.7203 2.36073 66.0852C2.71484 65.2676 4.13128 65.1508 4.48539 63.7493C4.8395 62.3477 4.48539 61.063 4.8395 59.895C5.07557 59.1942 6.01986 58.8439 6.25594 58.1431C6.49201 57.2087 5.78379 55.34 6.96416 54.0553C7.55434 53.4713 9.08881 53.5881 9.32489 52.5369C9.56096 51.4858 9.20685 48.4491 10.1511 46.6971C10.5053 46.1132 11.9217 45.7628 12.5119 44.8284C13.2201 43.894 13.3381 42.2589 14.1644 41.2078C19.24 34.0832 23.9614 28.3603 30.5715 22.6373C31.0436 22.1701 32.1059 22.2869 32.342 22.0533C32.6961 21.7029 32.224 20.4182 32.9322 19.8342C33.6404 19.2502 36.1192 19.367 37.4176 18.0823C40.1324 15.396 41.7849 12.3593 46.5064 10.9577C47.5687 10.6074 48.9852 10.9577 49.8114 10.6074C50.6377 10.1402 50.4016 8.73863 51.2279 8.15466C52.4082 7.45389 54.887 7.45389 56.3034 6.9867C57.9559 6.40273 62.3233 3.24925 62.7954 3.01566C63.8578 2.66527 65.1562 3.01566 66.2185 2.78207C84.6322 -2.12334 103.636 -0.137815 121.814 5.58516C123.112 5.93555 123.112 7.68748 124.056 8.03786C125.355 8.50504 127.125 7.80427 128.542 8.27145C131.021 8.97223 135.27 13.7608 137.277 14.6952C138.693 15.2792 140.227 14.6952 141.88 15.6296L142.588 15.7464ZM160.884 76.5968C160.412 75.896 158.523 72.7425 158.287 72.6257C157.697 72.1585 148.608 67.0195 147.9 66.7859C144.477 65.7348 140.463 64.8004 137.158 63.9829C135.152 63.3989 131.965 63.3989 130.076 62.6981C127.834 61.8805 122.876 57.4423 121.932 55.1064C121.342 53.7049 121.814 51.8361 121.46 50.785C120.633 48.2155 119.099 45.4124 118.391 42.4925C117.919 40.7406 117.682 34.9008 117.328 34.2C117.092 33.4993 108.003 23.8052 107.177 23.4549C104.108 22.0533 101.393 22.2869 98.5605 21.5861C96.6719 21.1189 94.6653 19.7174 92.4226 19.367C85.8126 18.3159 74.7171 22.5205 70.1137 26.9587C62.7954 33.8496 63.5037 39.1054 60.6708 47.7483C60.3167 48.6827 59.1363 49.7338 59.0183 50.785C59.0183 51.4858 59.8445 51.9529 59.7265 52.5369C59.3724 55.34 56.3034 59.1942 54.0607 60.9462C51.818 62.8149 39.5422 64.8004 35.647 66.0852C29.9813 67.9539 22.7811 71.8082 19.5941 76.9471C18.5317 78.6991 18.1776 81.5022 17.5874 83.0205C17.3514 83.7213 15.6989 85.4732 14.7546 85.7068V86.4076C17.2333 88.8603 15.4628 92.5977 15.9349 94.4664C15.9349 94.9336 18.5317 101.241 18.7678 101.591C19.476 102.759 20.6564 102.993 21.4827 104.16C22.3089 105.328 22.545 107.781 22.663 107.898C22.8991 108.132 28.8009 109.767 30.0993 110.701C32.6961 112.57 30.5715 112.336 34.8208 113.387C38.716 114.322 42.7292 114.672 46.8605 115.957C52.6443 117.709 51.3459 117.709 55.2411 121.446C55.7132 121.913 56.8936 121.913 57.1297 122.264C57.3658 122.497 60.0806 127.636 60.0806 127.87C60.6708 130.206 60.4347 135.929 61.1429 137.681C62.0872 139.9 61.8512 138.498 62.5594 141.418C63.6217 145.74 66.9267 151.813 70.94 153.915C73.1827 155.083 77.0779 155.667 78.9665 156.952C79.9107 157.536 80.1468 158.587 80.737 158.938C83.6879 160.573 93.3669 159.405 96.908 158.938C98.4425 158.821 100.803 159.288 102.102 158.938C102.692 158.821 102.574 157.653 103.282 157.419C104.226 157.069 105.407 157.536 106.233 157.302C106.351 157.302 108.83 154.966 108.948 154.85C109.184 154.499 108.594 153.682 109.184 152.981C110.01 151.93 114.495 149.594 114.732 149.127C115.086 148.543 118.627 140.133 118.745 139.549C119.099 134.761 119.689 132.308 121.578 127.87C121.932 127.169 121.342 126.235 121.814 125.067C123.112 121.563 124.765 121.563 127.125 119.811C127.952 119.227 128.07 118.176 128.778 117.826C130.076 117.358 131.493 117.592 132.909 117.242C135.034 116.658 136.804 114.906 137.985 114.555C141.526 113.271 146.955 113.621 150.261 112.687C150.733 112.57 157.107 108.365 157.579 107.898L165.015 98.0871C164.425 93.5321 165.015 88.7435 164.307 84.1885C164.189 83.1373 161.474 77.5311 161.002 76.8304L160.884 76.5968Z"})}),l("path",{d:"M142.588 15.7464C142.588 15.7464 146.956 19.4838 147.192 19.7174C147.9 20.535 149.67 23.922 150.261 24.3892C150.969 24.9732 152.267 24.9732 152.857 25.3236C154.864 26.7251 162.064 35.4848 163.835 37.9375C165.369 39.923 165.251 42.0253 166.668 44.0108C167.376 45.062 169.264 46.1132 169.382 46.23C169.737 46.8139 169.382 47.8651 169.737 48.6827C170.681 50.9018 170.681 49.1498 171.271 52.5369C171.861 55.924 173.042 55.6904 173.986 57.5591C174.694 58.9607 174.104 60.5958 174.576 61.647C175.048 62.9317 176.583 64.0997 176.819 65.1508C177.527 67.9539 178.117 71.341 178.825 74.4944C180.242 79.9838 180.124 92.2473 179.77 99.1383C179.77 101.124 179.888 101.941 179.888 102.993C179.888 103.343 178.943 103.81 178.707 104.511C178.589 104.978 179.061 106.029 178.825 106.73C178.235 109.416 177.763 111.752 177.291 114.322C176.347 119.344 173.632 121.446 171.979 125.651C171.035 127.987 171.389 131.491 169.264 134.41C168.202 135.929 166.432 136.513 165.133 138.148C161.946 142.236 162.182 144.688 157.461 148.776C153.92 151.813 151.205 156.368 147.428 159.638C145.657 161.157 140.936 162.091 140.345 163.025C139.991 163.609 140.582 164.31 140.463 164.777C139.519 168.398 136.45 166.529 134.326 167.464C133.617 167.814 132.083 169.566 130.903 170.267C130.076 170.851 124.174 174.004 123.82 174.238C122.404 174.705 120.987 174.238 119.925 174.471C119.335 174.588 119.453 175.639 118.745 175.99C110.01 179.143 87.347 180.661 77.9041 179.727C74.363 179.377 68.9333 177.158 65.1562 176.223C58.3101 174.588 59.0183 175.873 52.5263 171.902C50.5196 170.734 46.9785 169.216 45.09 167.931C41.903 165.828 38.9521 161.857 35.0569 161.974L35.529 159.872C34.7027 159.521 32.9322 159.521 32.342 159.054C31.7518 158.587 31.8699 157.653 31.5158 157.302C30.3354 155.784 25.1418 152.047 23.0171 149.827C21.1285 147.842 15.2267 140.951 14.1644 138.615C13.6922 137.564 14.1644 136.279 13.8103 135.578C13.6922 135.345 11.2135 134.41 10.2692 133.126C8.14452 129.855 6.1379 120.745 5.42968 116.658C2.95091 115.84 0.590183 107.781 0.708219 105.679C0.708219 104.978 1.53448 104.394 1.53448 104.044C1.53448 103.693 0.472146 102.759 0.236073 101.825C0 100.89 0.472146 98.4375 0.35411 97.2695C0.118037 92.3641 0.708219 88.3931 0.590183 83.2541C0.590183 82.3197 0 81.5022 0 80.5678C0 79.6334 1.18037 79.867 1.41644 78.8159C1.65251 77.7647 0.708219 76.9471 0.708219 76.0128C0.708219 75.0784 1.88858 73.2097 2.12466 71.6914C2.24269 70.2898 1.77055 67.7203 2.36073 66.0852C2.71484 65.2676 4.13128 65.1508 4.48539 63.7493C4.8395 62.3477 4.48539 61.063 4.8395 59.895C5.07557 59.1942 6.01986 58.8439 6.25594 58.1431C6.49201 57.2087 5.78379 55.34 6.96416 54.0553C7.55434 53.4713 9.08881 53.5881 9.32489 52.5369C9.56096 51.4858 9.20685 48.4491 10.1511 46.6971C10.5053 46.1132 11.9217 45.7628 12.5119 44.8284C13.2201 43.894 13.3381 42.2589 14.1644 41.2078C19.24 34.0832 23.9614 28.3603 30.5715 22.6373C31.0436 22.1701 32.1059 22.2869 32.342 22.0533C32.6961 21.7029 32.224 20.4182 32.9322 19.8342C33.6404 19.2502 36.1192 19.367 37.4176 18.0823C40.1324 15.396 41.7849 12.3593 46.5064 10.9577C47.5687 10.6074 48.9852 10.9577 49.8114 10.6074C50.6377 10.1402 50.4016 8.73863 51.2279 8.15466C52.4082 7.45389 54.887 7.45389 56.3034 6.9867C57.9559 6.40273 62.3233 3.24925 62.7954 3.01566C63.8578 2.66527 65.1562 3.01566 66.2185 2.78207C84.6322 -2.12334 103.636 -0.137815 121.814 5.58516C123.112 5.93555 123.112 7.68748 124.056 8.03786C125.355 8.50504 127.125 7.80427 128.542 8.27145C131.021 8.97223 135.27 13.7608 137.277 14.6952C138.693 15.2792 140.227 14.6952 141.88 15.6296L142.588 15.7464ZM160.884 76.5968C160.412 75.896 158.523 72.7425 158.287 72.6257C157.697 72.1585 148.608 67.0195 147.9 66.7859C144.477 65.7348 140.463 64.8004 137.158 63.9829C135.152 63.3989 131.965 63.3989 130.076 62.6981C127.834 61.8805 122.876 57.4423 121.932 55.1064C121.342 53.7049 121.814 51.8361 121.46 50.785C120.633 48.2155 119.099 45.4124 118.391 42.4925C117.919 40.7406 117.682 34.9008 117.328 34.2C117.092 33.4993 108.003 23.8052 107.177 23.4549C104.108 22.0533 101.393 22.2869 98.5605 21.5861C96.6719 21.1189 94.6653 19.7174 92.4226 19.367C85.8126 18.3159 74.7171 22.5205 70.1137 26.9587C62.7954 33.8496 63.5037 39.1054 60.6708 47.7483C60.3167 48.6827 59.1363 49.7338 59.0183 50.785C59.0183 51.4858 59.8445 51.9529 59.7265 52.5369C59.3724 55.34 56.3034 59.1942 54.0607 60.9462C51.818 62.8149 39.5422 64.8004 35.647 66.0852C29.9813 67.9539 22.7811 71.8082 19.5941 76.9471C18.5317 78.6991 18.1776 81.5022 17.5874 83.0205C17.3514 83.7213 15.6989 85.4732 14.7546 85.7068V86.4076C17.2333 88.8603 15.4628 92.5977 15.9349 94.4664C15.9349 94.9336 18.5317 101.241 18.7678 101.591C19.476 102.759 20.6564 102.993 21.4827 104.16C22.3089 105.328 22.545 107.781 22.663 107.898C22.8991 108.132 28.8009 109.767 30.0993 110.701C32.6961 112.57 30.5715 112.336 34.8208 113.387C38.716 114.322 42.7292 114.672 46.8605 115.957C52.6443 117.709 51.3459 117.709 55.2411 121.446C55.7132 121.913 56.8936 121.913 57.1297 122.264C57.3658 122.497 60.0806 127.636 60.0806 127.87C60.6708 130.206 60.4347 135.929 61.1429 137.681C62.0872 139.9 61.8512 138.498 62.5594 141.418C63.6217 145.74 66.9267 151.813 70.94 153.915C73.1827 155.083 77.0779 155.667 78.9665 156.952C79.9107 157.536 80.1468 158.587 80.737 158.938C83.6879 160.573 93.3669 159.405 96.908 158.938C98.4425 158.821 100.803 159.288 102.102 158.938C102.692 158.821 102.574 157.653 103.282 157.419C104.226 157.069 105.407 157.536 106.233 157.302C106.351 157.302 108.83 154.966 108.948 154.85C109.184 154.499 108.594 153.682 109.184 152.981C110.01 151.93 114.495 149.594 114.732 149.127C115.086 148.543 118.627 140.133 118.745 139.549C119.099 134.761 119.689 132.308 121.578 127.87C121.932 127.169 121.342 126.235 121.814 125.067C123.112 121.563 124.765 121.563 127.125 119.811C127.952 119.227 128.07 118.176 128.778 117.826C130.076 117.358 131.493 117.592 132.909 117.242C135.034 116.658 136.804 114.906 137.985 114.555C141.526 113.271 146.955 113.621 150.261 112.687C150.733 112.57 157.107 108.365 157.579 107.898L165.015 98.0871C164.425 93.5321 165.015 88.7435 164.307 84.1885C164.189 83.1373 161.474 77.5311 161.002 76.8304L160.884 76.5968Z",stroke:p,strokeWidth:"5",mask:"url(#path-1-inside-1_709_3755)"}),l("path",{d:"M89.5166 71.0222C92.1887 70.8043 94.7761 70.6674 97.3672 70.946L97.3887 70.948C98.7258 71.0683 99.2773 71.1485 99.7158 71.3201C100.128 71.4814 100.513 71.7537 101.408 72.5212L101.418 72.5095C104.019 74.6703 105.123 75.4844 106.035 76.5574C106.934 77.6142 107.634 78.9211 109.247 82.1716V82.1707C109.428 82.5616 109.696 82.8037 109.905 82.9548C110.004 83.026 110.107 83.0889 110.161 83.1228C110.227 83.1642 110.263 83.1879 110.294 83.2107C110.34 83.2445 110.368 83.271 110.398 83.3181C110.434 83.3735 110.503 83.5019 110.565 83.7693L110.568 83.78L110.571 83.7917C110.933 85.2254 110.947 87.0466 110.802 89.0144C110.655 90.9993 110.371 92.9099 110.186 94.6843L110.185 94.6921V94.7C110.12 95.4013 110.12 95.8934 110.124 96.2673C110.128 96.664 110.129 96.7954 110.106 96.9333C110.067 97.1717 109.935 97.5375 108.963 99.0408L108.961 99.0437C108.521 99.7272 108.029 100.611 107.605 101.378C107.227 102.062 106.919 102.617 106.715 102.949C106.707 102.953 106.699 102.958 106.689 102.963C106.527 103.04 106.302 103.13 106.017 103.242C105.531 103.432 104.744 103.722 104.249 104.049L104.231 104.06L104.216 104.071C103.824 104.348 103.567 104.696 103.404 104.932C103.2 105.229 103.156 105.317 103.055 105.436C103.049 105.443 103.043 105.448 103.038 105.453C102.996 105.451 102.919 105.442 102.798 105.408L100.778 104.837L101.238 106.885L101.346 107.364C100.418 107.432 99.5598 107.678 98.8027 107.94C98.2191 108.142 97.5423 108.413 97.0576 108.59C96.5185 108.786 96.0623 108.927 95.6504 108.996C94.1552 109.202 91.4975 109.102 88.7051 108.841C85.9318 108.581 83.1793 108.178 81.5889 107.841L81.5811 107.839L81.5723 107.837C80.8752 107.699 79.6209 107.188 78.3418 106.491C77.0534 105.789 75.9992 105.038 75.5654 104.528C75.244 104.112 74.9467 103.559 74.5713 102.845C74.2109 102.161 73.7851 101.346 73.248 100.615L73.2422 100.607L73.2373 100.599L73.0977 100.426C72.7738 100.039 72.4526 99.7881 72.1514 99.6003C71.999 99.5054 71.8441 99.4226 71.7578 99.3748C71.6566 99.3186 71.6104 99.29 71.5781 99.2664C71.5553 99.2496 71.5096 99.2219 71.4355 99.0603C71.3666 98.9098 71.2832 98.6609 71.1992 98.2468L71.1152 97.7761C70.7032 94.9213 70.5124 93.261 70.54 91.5642C70.5678 89.8609 70.8162 88.0779 71.3477 84.9812L71.3525 84.9539L71.3564 84.9265C71.4364 84.2933 71.3557 83.6005 71.3174 83.158C71.2702 82.6127 71.2739 82.3477 71.3174 82.197L71.3223 82.1794L71.3262 82.1619C71.9351 79.8023 73.3994 78.2317 75.2783 76.6824C77.0029 75.2603 79.2637 73.7408 80.9951 71.7136L81.5391 71.5339C84.25 71.5195 86.9431 71.2321 89.5166 71.0222ZM106.812 102.899H106.811H106.812Z",stroke:p,strokeWidth:"2.5"})]})}));if(u==="orange")return d==="square"?s("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:[l("rect",{width:"24",height:"24",rx:"1",fill:p}),l("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"var(--color-paper-main)"})]})):l("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:p})}));if(u==="blue")return d==="square"?s("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:[l("rect",{width:"24",height:"24",rx:"1",fill:p}),l("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"var(--color-paper-main)"})]})):l("svg",r(C({width:o,height:o,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M16 0C24.8366 0 32 7.16335 32 16C32 24.8367 24.8366 32 16 32C7.16344 32 0 24.8367 0 16C4.9478e-05 7.16338 7.16347 4.22665e-05 16 0ZM19.7451 5.26758C16.7609 2.21844 11.5944 3.69932 11.2129 8.1084C10.7367 13.1418 7.08515 10.4095 4.37207 13.209C3.57018 14.1331 3.09185 15.4252 3.25195 16.6406C3.48647 18.3313 4.79986 19.7729 6.47461 20.1816C8.37936 20.6899 10.3536 20.4661 10.998 22.8066C11.3659 24.3564 11.24 25.7879 12.5215 26.9971C14.7593 29.1037 18.8138 28.8489 20.2656 26.001C20.7711 25.1101 20.8462 24.0581 21.0332 23.0723C21.2229 22.0263 21.8496 21.1879 22.834 20.8311C24.1704 20.3049 25.8365 20.3974 27.0664 19.5332C28.357 18.6609 29.0521 16.9949 28.8203 15.4639L28.8174 15.4482H28.8184C28.5649 13.7937 27.198 12.4124 25.6309 11.9238C24.7017 11.6137 23.6703 11.6362 22.7627 11.2588C21.9437 10.9468 21.3875 10.2654 21.1387 9.43262C20.7234 7.9545 20.9069 6.48575 19.7451 5.26758ZM15.3008 12.3789C18.4435 12.0374 20.5761 13.6659 20.0713 16.9531L20.0674 16.9697V16.9688C19.8051 18.4864 18.7559 19.4563 17.2539 19.6562C16.3436 19.7996 15.3079 19.7758 14.4111 19.5625C13.9216 19.4424 13.4732 19.2458 13.1143 18.959C11.872 17.921 11.6687 15.865 12.2539 14.3994C12.7551 13.1741 14.0057 12.5072 15.3008 12.3789Z",fill:p})}));if(u==="jade")return d==="square"?s("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:[l("rect",{width:"24",height:"24",rx:"1",fill:p}),l("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"var(--color-paper-main)"})]})):l("svg",r(C({width:o,height:o,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M16 0C24.8366 0 32 7.16335 32 16C32 24.8367 24.8366 32 16 32C7.16344 32 0 24.8367 0 16C4.9478e-05 7.66338 7.16347 0.000042 16 0ZM19.7451 5.26758C16.7609 2.21844 11.5944 3.69932 11.2129 8.1084C10.7367 13.1418 7.08515 10.4095 4.37207 13.209C3.57018 14.1331 3.09185 15.4252 3.25195 16.6406C3.48647 18.3313 4.79986 19.7729 6.47461 20.1816C8.37936 20.6899 10.3536 20.4661 10.998 22.8066C11.3659 24.3564 11.24 25.7879 12.5215 26.9971C14.7593 29.1037 18.8138 28.8489 20.2656 26.001C20.7711 25.1101 20.8462 24.0581 21.0332 23.0723C21.2229 22.0263 21.8496 21.1879 22.834 20.8311C24.1704 20.3049 25.8365 20.3974 27.0664 19.5332C28.357 18.6609 29.0521 16.9949 28.8203 15.4639L28.8174 15.4482H28.8184C28.5649 13.7937 27.198 12.4124 25.6309 11.9238C24.7017 11.6137 23.6703 11.6362 22.7627 11.2588C21.9437 10.9468 21.3875 10.2654 21.1387 9.43262C20.7234 7.9545 20.9069 6.48575 19.7451 5.26758ZM15.3008 12.3789C18.4435 12.0374 20.5761 13.6659 20.0713 16.9531L20.0674 16.9697V16.9688C19.8051 18.4864 18.7559 19.4563 17.2539 19.6562C16.3436 19.7996 15.3079 19.7758 14.4111 19.5625C13.9216 19.4424 13.4732 19.2458 13.1143 18.959C11.872 17.921 11.6687 15.865 12.2539 14.3994C12.7551 13.1741 14.0057 12.5072 15.3008 12.3789Z",fill:p})}));if(u==="white")return d==="square"?s("svg",r(C({width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:[l("rect",{width:"24",height:"24",rx:"1",fill:p}),l("path",{d:"M12 2C17.5229 2 22 6.47707 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47708 6.47715 2.00003 12 2ZM14.3408 5.29297C12.4756 3.38695 9.24614 4.31242 9.00781 7.06836C8.71004 10.2135 6.428 8.50568 4.73242 10.2549C4.23121 10.8325 3.93217 11.6407 4.03223 12.4004C4.1788 13.457 5.00016 14.3578 6.04688 14.6133C7.23725 14.9308 8.47122 14.7913 8.87402 16.2539C9.10395 17.2226 9.02515 18.1173 9.82617 18.873C11.2248 20.1897 13.7586 20.0309 14.666 18.251C14.9821 17.6941 15.0286 17.0362 15.1455 16.4199C15.2641 15.7661 15.6561 15.2425 16.2715 15.0195C17.1065 14.6907 18.1474 14.7487 18.916 14.209C19.7227 13.6639 20.1575 12.6219 20.0127 11.665L20.0107 11.6553H20.0117C19.8534 10.6212 18.999 9.75756 18.0195 9.45215C17.4388 9.2583 16.7938 9.27297 16.2266 9.03711C15.7147 8.84214 15.3674 8.41598 15.2119 7.89551C14.9524 6.97173 15.0667 6.05432 14.3408 5.29297ZM11.5635 9.73633C13.5275 9.52302 14.8604 10.5413 14.5449 12.5957L14.542 12.6064C14.3779 13.5544 13.7225 14.1602 12.7842 14.2852C12.2152 14.3748 11.5674 14.3599 11.0068 14.2266C10.7009 14.1515 10.4206 14.0289 10.1963 13.8496C9.41978 13.2008 9.2933 11.9151 9.65918 10.999C9.97258 10.2334 10.7541 9.81643 11.5635 9.73633Z",fill:"var(--color-surface-ink)"})]})):l("svg",r(C({width:o,height:o,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a},f),{children:l("path",{d:"M20 0C31.0457 0 39.9999 8.95421 40 20C40 31.0459 31.0457 40 20 40C8.9543 39.9999 0 31.0458 0 20C8.24632e-05 8.95424 8.95435 5.25753e-05 20 0ZM24.6816 6.58496C20.9513 2.773 14.4934 4.62406 14.0166 10.1357C13.4214 16.4275 8.85619 13.0113 5.46484 16.5107C4.46239 17.6659 3.86527 19.2814 4.06543 20.8008C4.35857 22.914 5.99941 24.7165 8.09277 25.2275C10.4737 25.8629 12.9424 25.5824 13.748 28.5078C14.2079 30.4452 14.0501 32.2355 15.6523 33.7471C18.4496 36.38 23.5172 36.0617 25.332 32.502C25.9642 31.3881 26.0581 30.0724 26.292 28.8398C26.5292 27.5322 27.3122 26.4841 28.543 26.0381C30.2134 25.3804 32.2957 25.4971 33.833 24.417C35.4464 23.3267 36.3142 21.2439 36.0244 19.3301L36.0215 19.3096L36.0225 19.3105C35.7057 17.2422 33.9972 15.5159 32.0381 14.9053C30.8767 14.5176 29.5876 14.545 28.4531 14.0732C27.4295 13.6832 26.7349 12.8319 26.4238 11.791C25.9047 9.94326 26.134 8.10776 24.6816 6.58496ZM19.126 15.4727C23.0544 15.0457 25.7199 17.0824 25.0889 21.1914L25.084 21.2119V21.2109C24.7562 23.108 23.4449 24.3204 21.5674 24.5703C20.4297 24.7495 19.1356 24.7197 18.0146 24.4531C17.4026 24.303 16.8413 24.0578 16.3926 23.6992C14.8397 22.4017 14.5858 19.8311 15.3174 17.999C15.9439 16.4674 17.5071 15.633 19.126 15.4727Z",fill:p})}))};return h?s("div",{className:"flex items-center gap-2",children:[v(),l("span",{className:"text-breadDisplay-bold ".concat(u==="white"?"text-white":"text-text-standard"),children:h})]}):v()}export{O as Body,Z as Caption,y as Heading1,x as Heading2,L as Heading3,N as Heading4,M as Heading5,g as LiftedButton,B as Logo,b as Typography,w as fontVariables};
|