digital-rabbit-cl 1.3.10 → 1.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/components/Button/Button.d.ts +1 -1
  2. package/dist/components/Button/Button.d.ts.map +1 -1
  3. package/dist/components/Button/useButtonStyles.d.ts +5 -7
  4. package/dist/components/Button/useButtonStyles.d.ts.map +1 -1
  5. package/dist/components/Checkbox/Checkbox.d.ts +1 -1
  6. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  7. package/dist/components/FeatureCard/FeatureCard.d.ts +1 -1
  8. package/dist/components/FeatureCard/FeatureCard.d.ts.map +1 -1
  9. package/dist/components/FeatureGridSection/FeatureGridSection.d.ts +1 -1
  10. package/dist/components/FeatureGridSection/FeatureGridSection.d.ts.map +1 -1
  11. package/dist/components/Footer/Footer.d.ts +1 -1
  12. package/dist/components/Footer/Footer.d.ts.map +1 -1
  13. package/dist/components/FormError/FormError.d.ts +1 -1
  14. package/dist/components/FormError/FormError.d.ts.map +1 -1
  15. package/dist/components/FormGroup/FormGroup.d.ts +1 -1
  16. package/dist/components/FormGroup/FormGroup.d.ts.map +1 -1
  17. package/dist/components/FormLabel/FormLabel.d.ts +1 -1
  18. package/dist/components/FormLabel/FormLabel.d.ts.map +1 -1
  19. package/dist/components/Hamburger/Hamburger.d.ts +1 -1
  20. package/dist/components/Hamburger/Hamburger.d.ts.map +1 -1
  21. package/dist/components/Hamburger/useHamburgerStyles.d.ts +5 -2
  22. package/dist/components/Hamburger/useHamburgerStyles.d.ts.map +1 -1
  23. package/dist/components/Header/Header.d.ts +1 -1
  24. package/dist/components/Header/Header.d.ts.map +1 -1
  25. package/dist/components/Hero/Hero.d.ts +1 -1
  26. package/dist/components/Hero/Hero.d.ts.map +1 -1
  27. package/dist/components/Input/Input.d.ts +1 -1
  28. package/dist/components/Input/Input.d.ts.map +1 -1
  29. package/dist/components/LoadingSpinner/LoadingSpinner.d.ts +1 -1
  30. package/dist/components/LoadingSpinner/LoadingSpinner.d.ts.map +1 -1
  31. package/dist/components/PageLayout/PageLayout.d.ts +1 -1
  32. package/dist/components/PageLayout/PageLayout.d.ts.map +1 -1
  33. package/dist/components/Radio/Radio.d.ts +1 -1
  34. package/dist/components/Radio/Radio.d.ts.map +1 -1
  35. package/dist/components/ResponsiveNav/ResponsiveNav.d.ts +60 -6
  36. package/dist/components/ResponsiveNav/ResponsiveNav.d.ts.map +1 -1
  37. package/dist/components/ResponsiveNav/index.d.ts +1 -1
  38. package/dist/components/ResponsiveNav/index.d.ts.map +1 -1
  39. package/dist/components/ResponsiveNav/useResponsiveNavStyles.d.ts +14 -16
  40. package/dist/components/ResponsiveNav/useResponsiveNavStyles.d.ts.map +1 -1
  41. package/dist/components/ResponsiveSection/ResponsiveSection.d.ts +1 -1
  42. package/dist/components/ResponsiveSection/ResponsiveSection.d.ts.map +1 -1
  43. package/dist/components/Select/Select.d.ts +1 -1
  44. package/dist/components/Select/Select.d.ts.map +1 -1
  45. package/dist/components/Stack/Stack.d.ts +1 -1
  46. package/dist/components/Stack/Stack.d.ts.map +1 -1
  47. package/dist/components/Textarea/Textarea.d.ts +1 -1
  48. package/dist/components/Textarea/Textarea.d.ts.map +1 -1
  49. package/dist/digital-rabbit-cl.es.js +1030 -1016
  50. package/dist/digital-rabbit-cl.umd.js +4 -4
  51. package/dist/index.d.ts +1 -1
  52. package/dist/index.d.ts.map +1 -1
  53. package/dist/types/component-props.d.ts +18 -0
  54. package/dist/types/component-props.d.ts.map +1 -1
  55. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.Button-module__button___2ZuB7{border-style:solid;cursor:pointer;font-weight:700;line-height:1.25;outline:none}.Button-module__button___2ZuB7:disabled{cursor:default}.Button-module__sizeSmall___DRT8P{padding:var(--button-padding-small)}.Button-module__sizeLarge___yeZSH{padding:var(--button-padding-large)}.Checkbox-module__container___aV9qz{display:flex;align-items:center;line-height:1.2}.Checkbox-module__svg___kkluC{flex-shrink:0}.Checkbox-module__label___cwRtI{font-weight:700;margin-left:.25em;-webkit-user-select:none;user-select:none}.FormLabel-module__label___0M-fo{display:inline-block;font-weight:700;padding-bottom:var(--form-label-padding-bottom)}.FormLabel-module__label___0M-fo.FormLabel-module__disabled___ktIFp{opacity:.5;cursor:not-allowed}.FormLabel-module__label___0M-fo:not(.FormLabel-module__disabled___ktIFp){cursor:default}:root{--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size: 16px;--line-height: 1.5;--font-weight-header: 700;--primary-color: #000;--background-color: #fff;--accent-color: #0066cc;--font-size-h1: 2.5rem;--font-size-h2: 1.75rem;--font-size-h3: 1.38316rem;--font-size-h4: 1rem;--font-size-h5: .85028rem;--font-size-h6: .78405rem;--breakpoint-xs: 350px;--breakpoint-sm: 475px;--breakpoint-md: 769px;--breakpoint-lg: 1025px;--layout-max-width: 1280px;--layout-wrapper-padding-sm: .5rem;--layout-wrapper-padding: 1rem}html{line-height:var(--line-height);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size:var(--font-size);font-family:var(--font-family);box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);color:var(--primary-color);background-color:var(--background-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:var(--font-weight-header)}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5)}h6{font-size:var(--font-size-h6)}hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid rgba(0,0,0,.1);margin:1em 0}pre{font-family:monospace,monospace;font-size:1em;overflow:auto}a{background-color:transparent;text-decoration:none}a:link{color:var(--accent-color)}a:hover{text-decoration:underline}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%;height:auto;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:var(--line-height);margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item;cursor:pointer}template,[hidden]{display:none}table{border-collapse:collapse;width:100%}ul,ol{padding-left:1.5em}p{margin-top:0;margin-bottom:1em}.FormError-module__formError___kaUBn{font-size:.875em;margin-top:var(--form-error-margin-top);font-weight:400}.FormGroup-module__formGroup___aVI-B{display:flex;flex-direction:column;margin-bottom:var(--form-group-margin-bottom)}.FormGroup-module__inputWrapper___429QE{display:flex;flex-direction:column;gap:.5em}.FormGroup-module__indented___t61iz{padding-left:.5em}.FormGroup-module__formGroup___aVI-B.FormGroup-module__disabled___W-tJ0{opacity:.6;pointer-events:none}.FormGroup-module__required___mO3xA{color:inherit;margin-left:.125em}.FormGroup-module__errorMessage___SHzl3{font-size:.875em;margin-top:.25rem;font-weight:400}.Input-module__input___WjT81{background-color:transparent;border-style:solid;box-sizing:border-box;display:block;font-weight:700;line-height:1.25;outline:none;width:100%}.Input-module__input___WjT81::placeholder{color:inherit;opacity:var(--placeholder-opacity, .3)}.Input-module__input___WjT81:disabled{opacity:.3}.Input-module__sizeSmall___NFvsi{padding:var(--input-padding-small)}.Input-module__sizeLarge___4Boj3{padding:var(--input-padding-large)}.Textarea-module__textarea___Z-y6g{background-color:transparent;border-style:solid;box-sizing:border-box;display:block;font-weight:700;line-height:1.25;outline:none;width:100%}.Textarea-module__textarea___Z-y6g::placeholder{color:inherit;opacity:var(--placeholder-opacity, .3)}.Textarea-module__textarea___Z-y6g:disabled{opacity:.3}.Textarea-module__sizeSmall___HHFEM{padding:var(--textarea-padding-small)}.Textarea-module__sizeLarge___5a3sf{padding:var(--textarea-padding-large)}.Select-module__select___cjdcr{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-position:right center;background-repeat:no-repeat;background-size:auto 85%;border-style:solid;box-sizing:border-box;display:block;font-weight:700;line-height:1.25;outline:none;width:100%}.Select-module__select___cjdcr:disabled{cursor:default;opacity:.3}.Select-module__select___cjdcr:not(:disabled){cursor:pointer}.Select-module__sizeSmall___i1quj{padding:var(--select-padding-small)}.Select-module__sizeLarge___eBA1T{padding:var(--select-padding-large)}.Radio-module__container___AQxhk{display:flex;align-items:center;line-height:1.25}.Radio-module__svg___zl5kF{flex-shrink:0}.Radio-module__label___vAFIP{font-weight:700;margin-left:.25em;-webkit-user-select:none;user-select:none}.Hamburger-module__hamburger___Tf4-t{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;justify-content:space-around;height:2em;outline:none;padding:0;position:relative;width:2em;z-index:11}.Hamburger-module__line___gybZM{background:currentColor;border-radius:var(--hamburger-border-radius, 10px);height:.25em;position:relative;transform-origin:1px;transition:all .3s linear;width:2em}.Hamburger-module__line___gybZM:first-child{transform:rotate(0)}.Hamburger-module__line___gybZM:nth-child(2){opacity:1;transform:translate(0)}.Hamburger-module__line___gybZM:nth-child(3){transform:rotate(0)}.Hamburger-module__hamburger___Tf4-t.Hamburger-module__open___gRswh .Hamburger-module__line___gybZM:first-child{transform:rotate(45deg)}.Hamburger-module__hamburger___Tf4-t.Hamburger-module__open___gRswh .Hamburger-module__line___gybZM:nth-child(2){opacity:0;transform:translate(20px)}.Hamburger-module__hamburger___Tf4-t.Hamburger-module__open___gRswh .Hamburger-module__line___gybZM:nth-child(3){transform:rotate(-45deg)}.Header-module__header___RUooH{width:100%}.Header-module__container___t68M9{display:flex;align-items:center;justify-content:space-between;margin:0 auto;font-size:var(--header-font-size);max-width:var(--header-max-width);padding:var(--header-padding)}.ResponsiveNav-module__nav___xOfv5{display:flex}.ResponsiveNav-module__nav___xOfv5>*,.ResponsiveNav-module__nav___xOfv5>a{color:inherit;font-weight:700;text-decoration:none}.ResponsiveNav-module__navMobile___h795P{background:var(--mobile-nav-background, var(--accent-color));color:var(--mobile-nav-color, var(--primary-color));flex-direction:column;font-size:2rem;height:100vh;padding-top:var(--nav-padding-top);position:fixed;top:0;right:0;text-align:left;text-transform:uppercase;transition:transform .3s ease-in-out;width:100%;z-index:10;transform:translate(100%)}.ResponsiveNav-module__navMobile___h795P.ResponsiveNav-module__open___WDCAf{transform:translate(0)}.ResponsiveNav-module__navMobile___h795P>a{padding:var(--nav-link-padding);text-align:center;width:100%}.ResponsiveNav-module__navMobile___h795P>a.active,.ResponsiveNav-module__navMobile___h795P>a:hover{background:var(--mobile-nav-active-background, var(--primary-color));color:var(--mobile-nav-active-color, var(--accent-color))}.ResponsiveNav-module__navMobile___h795P>button{align-self:center;margin:var(--nav-button-margin)}.ResponsiveNav-module__navMobile___h795P>button:hover{color:var(--mobile-nav-button-hover-text-color, var(--accent-color))!important}.ResponsiveNav-module__navDesktop___9wscZ{align-items:center;flex-direction:row;height:auto}.ResponsiveNav-module__navDesktop___9wscZ>*{margin-left:1.25rem}.ResponsiveNav-module__navDesktop___9wscZ>a.active,.ResponsiveNav-module__navDesktop___9wscZ>a:hover{opacity:.5}.Stack-module__stack___yUU-B{display:flex;gap:.5em}.Stack-module__vertical___sKTyQ{flex-direction:column;margin-bottom:.5em}.Stack-module__horizontal___YsvtV{flex-direction:row;align-items:center}.ResponsiveSection-module__section___gBESK{width:100%;padding:0}.ResponsiveSection-module__innerDiv___r1bky{max-width:var(--max-width);margin:0 auto;padding:var(--section-padding)}.Hero-module__hero___IB2tg{padding:var(--hero-padding, 3rem 0)}.Hero-module__content___rkkfQ h1{font-size:var(--hero-h1-font-size, 2rem);margin-bottom:var(--hero-h1-margin-bottom)}.Hero-module__content___rkkfQ p{font-size:var(--hero-p-font-size, 1.125rem);line-height:1.6}.Footer-module__footer___A76NF{width:100%;margin-top:auto}.Footer-module__container___QneNs{display:flex;align-items:center;justify-content:space-between;margin:0 auto}.FeatureCard-module__card___XQt66{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--feature-card-padding)}.FeatureCard-module__icon___dXJ92{font-size:var(--feature-icon-font-size, 2.5rem);margin-bottom:var(--feature-icon-margin-bottom);color:var(--feature-icon-color, var(--primary-color))}.FeatureCard-module__title___KxXyA{font-size:var(--feature-title-font-size, 1.25rem);font-weight:600;margin-bottom:var(--feature-title-margin-bottom);color:var(--feature-title-color, inherit)}.FeatureCard-module__content___68xkw{font-size:1rem;line-height:1.6;color:var(--feature-content-color, var(--primary-color))}.FeatureGridSection-module__section___wZrbC{padding:var(--section-padding-vertical) 0}.FeatureGridSection-module__grid___iwPJv{display:grid;gap:2rem;grid-template-columns:var(--grid-template-columns, 1fr)}.PageLayout-module__layoutContainer___diLdT{display:flex;flex-direction:column;min-height:100vh}.PageLayout-module__content___h2mBr{flex:1 0 auto;display:flex;flex-direction:column}.PageLayout-module__main___Sw7Pv{flex:1}')),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
2
- import { jsx as F, jsxs as K, Fragment as Se } from "react/jsx-runtime";
3
- import z, { createContext as Cr, useContext as zr, useState as st, useLayoutEffect as $r, useSyncExternalStore as Er, useMemo as Pe, useRef as Ft, useEffect as Ke } from "react";
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.Button-module__button___2ZuB7{border-style:solid;cursor:pointer;font-weight:700;line-height:1.25;outline:none}.Button-module__button___2ZuB7:disabled{cursor:default}.Button-module__sizeSmall___DRT8P{padding:var(--button-padding-small)}.Button-module__sizeLarge___yeZSH{padding:var(--button-padding-large)}.Checkbox-module__container___aV9qz{display:flex;align-items:center;line-height:1.2}.Checkbox-module__svg___kkluC{flex-shrink:0}.Checkbox-module__label___cwRtI{font-weight:700;margin-left:.25em;-webkit-user-select:none;user-select:none}.FormLabel-module__label___0M-fo{display:inline-block;font-weight:700;padding-bottom:var(--form-label-padding-bottom)}.FormLabel-module__label___0M-fo.FormLabel-module__disabled___ktIFp{opacity:.5;cursor:not-allowed}.FormLabel-module__label___0M-fo:not(.FormLabel-module__disabled___ktIFp){cursor:default}:root{--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size: 16px;--line-height: 1.5;--font-weight-header: 700;--primary-color: #000;--background-color: #fff;--accent-color: #0066cc;--font-size-h1: 2.5rem;--font-size-h2: 1.75rem;--font-size-h3: 1.38316rem;--font-size-h4: 1rem;--font-size-h5: .85028rem;--font-size-h6: .78405rem;--breakpoint-xs: 350px;--breakpoint-sm: 475px;--breakpoint-md: 769px;--breakpoint-lg: 1025px;--layout-max-width: 1280px;--layout-wrapper-padding-sm: .5rem;--layout-wrapper-padding: 1rem}html{line-height:var(--line-height);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size:var(--font-size);font-family:var(--font-family);box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);color:var(--primary-color);background-color:var(--background-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:var(--font-weight-header)}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5)}h6{font-size:var(--font-size-h6)}hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid rgba(0,0,0,.1);margin:1em 0}pre{font-family:monospace,monospace;font-size:1em;overflow:auto}a{background-color:transparent;text-decoration:none}a:link{color:var(--accent-color)}a:hover{text-decoration:underline}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%;height:auto;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:var(--line-height);margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item;cursor:pointer}template,[hidden]{display:none}table{border-collapse:collapse;width:100%}ul,ol{padding-left:1.5em}p{margin-top:0;margin-bottom:1em}.FormError-module__formError___kaUBn{font-size:.875em;margin-top:var(--form-error-margin-top);font-weight:400}.FormGroup-module__formGroup___aVI-B{display:flex;flex-direction:column;margin-bottom:var(--form-group-margin-bottom)}.FormGroup-module__inputWrapper___429QE{display:flex;flex-direction:column;gap:.5em}.FormGroup-module__indented___t61iz{padding-left:.5em}.FormGroup-module__formGroup___aVI-B.FormGroup-module__disabled___W-tJ0{opacity:.6;pointer-events:none}.FormGroup-module__required___mO3xA{color:inherit;margin-left:.125em}.FormGroup-module__errorMessage___SHzl3{font-size:.875em;margin-top:.25rem;font-weight:400}.Input-module__input___WjT81{background-color:transparent;border-style:solid;box-sizing:border-box;display:block;font-weight:700;line-height:1.25;outline:none;width:100%}.Input-module__input___WjT81::placeholder{color:inherit;opacity:var(--placeholder-opacity, .3)}.Input-module__input___WjT81:disabled{opacity:.3}.Input-module__sizeSmall___NFvsi{padding:var(--input-padding-small)}.Input-module__sizeLarge___4Boj3{padding:var(--input-padding-large)}.Textarea-module__textarea___Z-y6g{background-color:transparent;border-style:solid;box-sizing:border-box;display:block;font-weight:700;line-height:1.25;outline:none;width:100%}.Textarea-module__textarea___Z-y6g::placeholder{color:inherit;opacity:var(--placeholder-opacity, .3)}.Textarea-module__textarea___Z-y6g:disabled{opacity:.3}.Textarea-module__sizeSmall___HHFEM{padding:var(--textarea-padding-small)}.Textarea-module__sizeLarge___5a3sf{padding:var(--textarea-padding-large)}.Select-module__select___cjdcr{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-position:right center;background-repeat:no-repeat;background-size:auto 85%;border-style:solid;box-sizing:border-box;display:block;font-weight:700;line-height:1.25;outline:none;width:100%}.Select-module__select___cjdcr:disabled{cursor:default;opacity:.3}.Select-module__select___cjdcr:not(:disabled){cursor:pointer}.Select-module__sizeSmall___i1quj{padding:var(--select-padding-small)}.Select-module__sizeLarge___eBA1T{padding:var(--select-padding-large)}.Radio-module__container___AQxhk{display:flex;align-items:center;line-height:1.25}.Radio-module__svg___zl5kF{flex-shrink:0}.Radio-module__label___vAFIP{font-weight:700;margin-left:.25em;-webkit-user-select:none;user-select:none}.Hamburger-module__hamburger___Tf4-t{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;justify-content:space-around;height:2em;outline:none;padding:0;position:relative;width:2em;z-index:11}.Hamburger-module__line___gybZM{background:currentColor;border-radius:var(--hamburger-border-radius, 10px);height:12.5%;position:relative;transform-origin:1px;transition:all .3s linear;width:100%}.Hamburger-module__line___gybZM:first-child{transform:rotate(0)}.Hamburger-module__line___gybZM:nth-child(2){opacity:1;transform:translate(0)}.Hamburger-module__line___gybZM:nth-child(3){transform:rotate(0)}.Hamburger-module__hamburger___Tf4-t.Hamburger-module__open___gRswh .Hamburger-module__line___gybZM:first-child{transform:rotate(45deg)}.Hamburger-module__hamburger___Tf4-t.Hamburger-module__open___gRswh .Hamburger-module__line___gybZM:nth-child(2){opacity:0;transform:translate(20px)}.Hamburger-module__hamburger___Tf4-t.Hamburger-module__open___gRswh .Hamburger-module__line___gybZM:nth-child(3){transform:rotate(-45deg)}.Header-module__header___RUooH{width:100%}.Header-module__container___t68M9{display:flex;align-items:center;justify-content:space-between;margin:0 auto;font-size:var(--header-font-size);max-width:var(--header-max-width);padding:var(--header-padding);position:relative}.ResponsiveNav-module__nav___xOfv5{display:flex}.ResponsiveNav-module__nav___xOfv5>*,.ResponsiveNav-module__nav___xOfv5>a{color:inherit;font-weight:700;text-decoration:none}.ResponsiveNav-module__navMobile___h795P{flex-direction:column;font-size:2rem;height:100vh;position:fixed;top:0;right:0;text-align:left;text-transform:uppercase;transition:transform .3s ease-in-out;width:100%;z-index:10;transform:translate(100%);overflow-y:auto;overflow-x:hidden;padding-top:3.5em}.ResponsiveNav-module__navHeader___Me8bB{position:fixed;top:0;left:0;right:0;height:3.5em;background:inherit;z-index:11}.ResponsiveNav-module__navMobile___h795P.ResponsiveNav-module__compact___UhuAE{padding-top:3em}.ResponsiveNav-module__navMobile___h795P.ResponsiveNav-module__compact___UhuAE .ResponsiveNav-module__navHeader___Me8bB{height:3em}.ResponsiveNav-module__navMobile___h795P.ResponsiveNav-module__open___WDCAf{transform:translate(0)}.ResponsiveNav-module__navMobile___h795P>a{padding:.35em 2em;text-align:center;width:100%}.ResponsiveNav-module__navMobile___h795P.ResponsiveNav-module__compact___UhuAE>a{padding:.25em 1.5em}.ResponsiveNav-module__navMobile___h795P>a.active{background:var(--mobile-active-bg);color:var(--mobile-active-color)}.ResponsiveNav-module__navMobile___h795P>button{align-self:center;margin:.5em 1.4em}.ResponsiveNav-module__navMobile___h795P.ResponsiveNav-module__compact___UhuAE>button{margin:.35em 1em}.ResponsiveNav-module__navDesktop___9wscZ{align-items:center;flex-direction:row;height:auto}.ResponsiveNav-module__navDesktop___9wscZ>*{margin-left:1.25rem}.ResponsiveNav-module__navDesktop___9wscZ>a.active,.ResponsiveNav-module__navDesktop___9wscZ>a:hover{opacity:var(--desktop-hover-opacity)}.Stack-module__stack___yUU-B{display:flex;gap:.5em}.Stack-module__vertical___sKTyQ{flex-direction:column;margin-bottom:.5em}.Stack-module__horizontal___YsvtV{flex-direction:row;align-items:center}.ResponsiveSection-module__section___gBESK{width:100%;padding:0}.ResponsiveSection-module__innerDiv___r1bky{max-width:var(--max-width);margin:0 auto;padding:var(--section-padding)}.Hero-module__hero___IB2tg{padding:var(--hero-padding, 3rem 0)}.Hero-module__content___rkkfQ h1{font-size:var(--hero-h1-font-size, 2rem);margin-bottom:var(--hero-h1-margin-bottom)}.Hero-module__content___rkkfQ p{font-size:var(--hero-p-font-size, 1.125rem);line-height:1.6}.Footer-module__footer___A76NF{width:100%;margin-top:auto}.Footer-module__container___QneNs{display:flex;align-items:center;justify-content:space-between;margin:0 auto}.FeatureCard-module__card___XQt66{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--feature-card-padding)}.FeatureCard-module__icon___dXJ92{font-size:var(--feature-icon-font-size, 2.5rem);margin-bottom:var(--feature-icon-margin-bottom);color:var(--feature-icon-color, var(--primary-color))}.FeatureCard-module__title___KxXyA{font-size:var(--feature-title-font-size, 1.25rem);font-weight:600;margin-bottom:var(--feature-title-margin-bottom);color:var(--feature-title-color, inherit)}.FeatureCard-module__content___68xkw{font-size:1rem;line-height:1.6;color:var(--feature-content-color, var(--primary-color))}.FeatureGridSection-module__section___wZrbC{padding:var(--section-padding-vertical) 0}.FeatureGridSection-module__grid___iwPJv{display:grid;gap:2rem;grid-template-columns:var(--grid-template-columns, 1fr)}.PageLayout-module__layoutContainer___diLdT{display:flex;flex-direction:column;min-height:100vh}.PageLayout-module__content___h2mBr{flex:1 0 auto;display:flex;flex-direction:column}.PageLayout-module__main___Sw7Pv{flex:1}')),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
2
+ import { jsx as w, jsxs as Z, Fragment as xe } from "react/jsx-runtime";
3
+ import z, { createContext as kr, useContext as zr, useState as st, useLayoutEffect as $r, useSyncExternalStore as Er, useMemo as Pe, useRef as Ft, useEffect as Ke } from "react";
4
4
  const Ar = "Button-module__button___2ZuB7", Nr = "Button-module__sizeSmall___DRT8P", Rr = "Button-module__sizeLarge___yeZSH", Ve = {
5
5
  button: Ar,
6
6
  sizeSmall: Nr,
@@ -8,20 +8,24 @@ const Ar = "Button-module__button___2ZuB7", Nr = "Button-module__sizeSmall___DRT
8
8
  }, Dr = ({
9
9
  isActive: e,
10
10
  disabled: r,
11
- buttonColor: t = "#FFF",
12
- textColor: s = "#000",
11
+ backgroundColor: t,
12
+ color: s,
13
13
  hoverBackgroundColor: o,
14
14
  hoverTextColor: n,
15
- outline: i
15
+ outline: i,
16
+ theme: l
16
17
  }) => {
17
- let l, d, m;
18
- i ? (l = "transparent", d = t, m = t, e && (l = o || t, d = o || t, m = n || s)) : (l = t, d = t, m = s, e && (l = o || t, d = o || t, m = n || s));
19
- let f = 1;
20
- return r ? f = 0.3 : e && (f = o ? 1 : 0.75), {
21
- backgroundColor: l,
22
- borderColor: d,
23
- color: m,
24
- opacity: f
18
+ const d = t || l.colors.primary;
19
+ let f;
20
+ i ? f = s || d : s ? f = s : f = t ? l.buttons.textColor : l.buttons.primary.textColor;
21
+ let y, m, h;
22
+ i ? (y = "transparent", m = f, h = f, e && (y = o || f, m = o || f, h = n || l.buttons.textColor)) : (y = d, m = d, h = f, e && (y = o || d, m = o || d, h = n || f));
23
+ let x = 1;
24
+ return r ? x = 0.3 : e && (x = o ? 1 : 0.75), {
25
+ backgroundColor: y,
26
+ borderColor: m,
27
+ color: h,
28
+ opacity: x
25
29
  };
26
30
  };
27
31
  function Gt(e, r) {
@@ -108,10 +112,10 @@ const wt = {
108
112
  paddingSm: "0.5rem",
109
113
  padding: "1rem"
110
114
  }
111
- }, Zt = Cr(Je), Mo = ({ theme: e, children: r }) => {
115
+ }, Zt = kr(Je), Io = ({ theme: e, children: r }) => {
112
116
  const t = e ? Gt(Je, e) : Je;
113
- return /* @__PURE__ */ F(Zt.Provider, { value: t, children: r });
114
- }, T = () => zr(Zt), jo = ({
117
+ return /* @__PURE__ */ w(Zt.Provider, { value: t, children: r });
118
+ }, H = () => zr(Zt), Uo = ({
115
119
  // Color props
116
120
  backgroundColor: e,
117
121
  color: r,
@@ -124,78 +128,76 @@ const wt = {
124
128
  type: l = "button",
125
129
  // Standard React props
126
130
  className: d,
127
- style: m,
128
- buttonProps: f = {},
129
- onClick: y,
130
- children: g
131
+ style: f,
132
+ buttonProps: y = {},
133
+ onClick: m,
134
+ children: h
131
135
  }) => {
132
- const x = T(), [w, h] = st(!1);
133
- let V;
134
- r ? V = r : V = e ? x.buttons.textColor : x.buttons.primary.textColor;
135
- const E = e || x.colors.primary, $ = {
136
+ const x = H(), [F, g] = st(!1), C = {
136
137
  ...Dr({
137
- isActive: w,
138
+ isActive: F,
138
139
  disabled: o,
139
- buttonColor: E,
140
- textColor: V,
140
+ backgroundColor: e,
141
+ color: r,
141
142
  hoverBackgroundColor: t,
142
143
  hoverTextColor: s,
143
- outline: i
144
+ outline: i,
145
+ theme: x
144
146
  }),
145
147
  fontSize: x.fonts.size,
146
148
  borderWidth: x.border.width,
147
149
  borderRadius: x.border.radius,
148
150
  "--button-padding-small": `calc(${x.fonts.rhythm} * ${x.sizes.small.paddingVertical}) calc(${x.fonts.rhythm} * ${x.buttons.paddingHorizontal})`,
149
151
  "--button-padding-large": `calc(${x.fonts.rhythm} * ${x.sizes.large.paddingVertical}) calc(${x.fonts.rhythm} * ${x.buttons.paddingHorizontal})`,
150
- ...m
152
+ ...f
151
153
  // Top-level style overrides
152
- }, C = [
154
+ }, b = [
153
155
  Ve.button,
154
156
  n === "small" ? Ve.sizeSmall : Ve.sizeLarge,
155
157
  i ? Ve.outline : "",
156
158
  d
157
159
  ].filter(Boolean).join(" ");
158
- return /* @__PURE__ */ F(
160
+ return /* @__PURE__ */ w(
159
161
  "button",
160
162
  {
161
- ...f,
162
- className: C,
163
+ ...y,
164
+ className: b,
163
165
  disabled: o,
164
- onClick: y,
165
- onMouseEnter: () => h(!0),
166
- onMouseLeave: () => h(!1),
166
+ onClick: m,
167
+ onMouseEnter: () => g(!0),
168
+ onMouseLeave: () => g(!1),
167
169
  type: l,
168
- style: $,
169
- children: g
170
+ style: C,
171
+ children: h
170
172
  }
171
173
  );
172
174
  };
173
- var Vt = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto < "u" && typeof msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto), Pr = new Uint8Array(16);
174
- function Lr() {
175
- if (!Vt)
175
+ var Ct = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto < "u" && typeof msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto), Pr = new Uint8Array(16);
176
+ function Br() {
177
+ if (!Ct)
176
178
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
177
- return Vt(Pr);
179
+ return Ct(Pr);
178
180
  }
179
181
  var Qt = [];
180
- for (var Ce = 0; Ce < 256; ++Ce)
181
- Qt[Ce] = (Ce + 256).toString(16).substr(1);
182
- function Br(e, r) {
182
+ for (var ze = 0; ze < 256; ++ze)
183
+ Qt[ze] = (ze + 256).toString(16).substr(1);
184
+ function Lr(e, r) {
183
185
  var t = 0, s = Qt;
184
186
  return [s[e[t++]], s[e[t++]], s[e[t++]], s[e[t++]], "-", s[e[t++]], s[e[t++]], "-", s[e[t++]], s[e[t++]], "-", s[e[t++]], s[e[t++]], "-", s[e[t++]], s[e[t++]], s[e[t++]], s[e[t++]], s[e[t++]], s[e[t++]]].join("");
185
187
  }
186
188
  function Kt(e, r, t) {
187
189
  var s = r && t || 0;
188
190
  typeof e == "string" && (r = e === "binary" ? new Array(16) : null, e = null), e = e || {};
189
- var o = e.random || (e.rng || Lr)();
191
+ var o = e.random || (e.rng || Br)();
190
192
  if (o[6] = o[6] & 15 | 64, o[8] = o[8] & 63 | 128, r)
191
193
  for (var n = 0; n < 16; ++n)
192
194
  r[s + n] = o[n];
193
- return r || Br(o);
195
+ return r || Lr(o);
194
196
  }
195
- const Or = "Checkbox-module__container___aV9qz", Tr = "Checkbox-module__svg___kkluC", Hr = "Checkbox-module__label___cwRtI", je = {
196
- container: Or,
197
- svg: Tr,
198
- label: Hr
197
+ const Hr = "Checkbox-module__container___aV9qz", Or = "Checkbox-module__svg___kkluC", Tr = "Checkbox-module__label___cwRtI", je = {
198
+ container: Hr,
199
+ svg: Or,
200
+ label: Tr
199
201
  }, Mr = ({
200
202
  color: e = "#000",
201
203
  checkmarkColor: r,
@@ -209,7 +211,7 @@ const Or = "Checkbox-module__container___aV9qz", Tr = "Checkbox-module__svg___kk
209
211
  cursor: t ? "default" : "pointer",
210
212
  opacity: t ? 0.3 : 1
211
213
  };
212
- }, jr = "FormLabel-module__label___0M-fo", Ir = "FormLabel-module__disabled___ktIFp", kt = {
214
+ }, jr = "FormLabel-module__label___0M-fo", Ir = "FormLabel-module__disabled___ktIFp", Vt = {
213
215
  label: jr,
214
216
  disabled: Ir
215
217
  }, Ur = ({
@@ -237,20 +239,20 @@ const Or = "Checkbox-module__container___aV9qz", Tr = "Checkbox-module__svg___kk
237
239
  // Element-specific props
238
240
  labelProps: l
239
241
  }) => {
240
- const d = T(), m = d.colors.error, f = t ? m : e || d.colors.primary, y = Ur({
241
- color: f,
242
+ const d = H(), f = d.colors.error, y = t ? f : e || d.colors.primary, m = Ur({
243
+ color: y,
242
244
  disabled: r,
243
245
  fontSize: ".85em"
244
- }), g = {
246
+ }), h = {
245
247
  "--form-label-padding-bottom": `calc(${d.fonts.rhythm} * 0.17)`,
246
- color: y.color,
247
- fontSize: y.fontSize,
248
- opacity: y.opacity,
249
- cursor: y.cursor,
248
+ color: m.color,
249
+ fontSize: m.fontSize,
250
+ opacity: m.opacity,
251
+ cursor: m.cursor,
250
252
  ...i
251
253
  // Top level style prop overrides
252
- }, x = [kt.label, r ? kt.disabled : "", n].filter(Boolean).join(" ");
253
- return /* @__PURE__ */ F("label", { ...l, className: x, htmlFor: s, style: g, children: o });
254
+ }, x = [Vt.label, r ? Vt.disabled : "", n].filter(Boolean).join(" ");
255
+ return /* @__PURE__ */ w("label", { ...l, className: x, htmlFor: s, style: h, children: o });
254
256
  }, Ye = ({
255
257
  // Color props
256
258
  color: e,
@@ -264,97 +266,97 @@ const Or = "Checkbox-module__container___aV9qz", Tr = "Checkbox-module__svg___kk
264
266
  name: i,
265
267
  id: l,
266
268
  onChange: d,
267
- label: m,
268
- labelStyle: f,
269
+ label: f,
270
+ labelStyle: y,
269
271
  // Style overrides
270
- className: y,
271
- style: g,
272
+ className: m,
273
+ style: h,
272
274
  // Element-specific props
273
275
  divProps: x
274
276
  }) => {
275
- const w = T(), h = l || Kt(), V = w.colors.error, E = n ? V : e || w.colors.primary, S = Mr({
276
- color: E,
277
+ const F = H(), g = l || Kt(), k = F.colors.error, C = n ? k : e || F.colors.primary, b = Mr({
278
+ color: C,
277
279
  checkmarkColor: r,
278
280
  disabled: o,
279
281
  inverted: s
280
- }), $ = (B) => {
281
- o || d(B);
282
- }, C = {
283
- cursor: S.cursor,
284
- fontSize: w.fonts.size,
285
- opacity: S.opacity,
286
- ...g
282
+ }), E = (U) => {
283
+ o || d(U);
284
+ }, $ = {
285
+ cursor: b.cursor,
286
+ fontSize: F.fonts.size,
287
+ opacity: b.opacity,
288
+ ...h
287
289
  // Top-level style prop overrides
288
290
  }, A = {
289
291
  width: "1em"
290
- }, H = {
291
- fill: s && t ? S.checkboxColor : "transparent",
292
+ }, O = {
293
+ fill: s && t ? b.checkboxColor : "transparent",
292
294
  strokeWidth: "25",
293
- stroke: S.checkboxColor
294
- }, j = {
295
- stroke: S.checkmarkColor,
295
+ stroke: b.checkboxColor
296
+ }, M = {
297
+ stroke: b.checkmarkColor,
296
298
  strokeWidth: "15",
297
299
  fill: "transparent"
298
- }, ee = [je.container, y].filter(Boolean).join(" ");
299
- return /* @__PURE__ */ K("div", { ...x, className: ee, style: C, children: [
300
- /* @__PURE__ */ F(
300
+ }, te = [je.container, m].filter(Boolean).join(" ");
301
+ return /* @__PURE__ */ Z("div", { ...x, className: te, style: $, children: [
302
+ /* @__PURE__ */ w(
301
303
  "input",
302
304
  {
303
- id: h,
305
+ id: g,
304
306
  checked: t,
305
307
  disabled: o,
306
- onChange: (B) => $({ target: { checked: B.target.checked, name: i, type: "checkbox" } }),
308
+ onChange: (U) => E({ target: { checked: U.target.checked, name: i, type: "checkbox" } }),
307
309
  name: i,
308
310
  style: { display: "none" },
309
311
  type: "checkbox"
310
312
  }
311
313
  ),
312
- /* @__PURE__ */ K(
314
+ /* @__PURE__ */ Z(
313
315
  "svg",
314
316
  {
315
317
  xmlns: "http://www.w3.org/2000/svg",
316
318
  viewBox: "0 0 100 100",
317
- onClick: () => $({ target: { checked: !t, name: i, type: "checkbox" } }),
319
+ onClick: () => E({ target: { checked: !t, name: i, type: "checkbox" } }),
318
320
  style: A,
319
321
  className: je.svg,
320
322
  children: [
321
- /* @__PURE__ */ F("rect", { x: "0", y: "0", height: "100", width: "100", style: H }),
322
- t && /* @__PURE__ */ F("path", { d: "M 25 45 L 45 65 L 75 30", style: j })
323
+ /* @__PURE__ */ w("rect", { x: "0", y: "0", height: "100", width: "100", style: O }),
324
+ t && /* @__PURE__ */ w("path", { d: "M 25 45 L 45 65 L 75 30", style: M })
323
325
  ]
324
326
  }
325
327
  ),
326
- m && /* @__PURE__ */ F(
328
+ f && /* @__PURE__ */ w(
327
329
  ot,
328
330
  {
329
- htmlFor: h,
331
+ htmlFor: g,
330
332
  className: je.label,
331
- style: { paddingBottom: 0, ...f },
332
- color: S.checkboxColor,
333
+ style: { paddingBottom: 0, ...y },
334
+ color: b.checkboxColor,
333
335
  disabled: o,
334
336
  error: n,
335
- children: m
337
+ children: f
336
338
  }
337
339
  )
338
340
  ] });
339
- }, Io = () => {
340
- const e = T();
341
+ }, Wo = () => {
342
+ const e = H();
341
343
  return $r(() => {
342
344
  const r = document.documentElement;
343
345
  e.fonts && (e.fonts.fontFamily && r.style.setProperty("--font-family", e.fonts.fontFamily), e.fonts.size && r.style.setProperty("--font-size", e.fonts.size), e.fonts.lineHeight !== void 0 && r.style.setProperty("--line-height", e.fonts.lineHeight.toString()), e.fonts.fontWeightHeader !== void 0 && r.style.setProperty("--font-weight-header", e.fonts.fontWeightHeader.toString()), e.fonts.fontSizeH1 && r.style.setProperty("--font-size-h1", e.fonts.fontSizeH1), e.fonts.fontSizeH2 && r.style.setProperty("--font-size-h2", e.fonts.fontSizeH2), e.fonts.fontSizeH3 && r.style.setProperty("--font-size-h3", e.fonts.fontSizeH3), e.fonts.fontSizeH4 && r.style.setProperty("--font-size-h4", e.fonts.fontSizeH4), e.fonts.fontSizeH5 && r.style.setProperty("--font-size-h5", e.fonts.fontSizeH5), e.fonts.fontSizeH6 && r.style.setProperty("--font-size-h6", e.fonts.fontSizeH6)), e.colors && (e.colors.primary && r.style.setProperty("--primary-color", e.colors.primary), e.colors.secondary && r.style.setProperty("--background-color", e.colors.secondary), e.colors.accent && r.style.setProperty("--accent-color", e.colors.accent)), e.breakpoints && (e.breakpoints.xs && r.style.setProperty("--breakpoint-xs", e.breakpoints.xs), e.breakpoints.sm && r.style.setProperty("--breakpoint-sm", e.breakpoints.sm), e.breakpoints.md && r.style.setProperty("--breakpoint-md", e.breakpoints.md), e.breakpoints.lg && r.style.setProperty("--breakpoint-lg", e.breakpoints.lg)), e.layout && (e.layout.maxWidth && r.style.setProperty("--layout-max-width", e.layout.maxWidth), e.layout.paddingSm && r.style.setProperty("--layout-wrapper-padding-sm", e.layout.paddingSm), e.layout.padding && r.style.setProperty("--layout-wrapper-padding", e.layout.padding));
344
346
  }, [e]), null;
345
347
  };
346
- var xe = (e) => e.type === "checkbox", ue = (e) => e instanceof Date, Q = (e) => e == null;
348
+ var Fe = (e) => e.type === "checkbox", ue = (e) => e instanceof Date, K = (e) => e == null;
347
349
  const Jt = (e) => typeof e == "object";
348
- var U = (e) => !Q(e) && !Array.isArray(e) && Jt(e) && !ue(e), Yt = (e) => U(e) && e.target ? xe(e.target) ? e.target.checked : e.target.value : e, Wr = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, Xt = (e, r) => e.has(Wr(r)), qr = (e) => {
350
+ var I = (e) => !K(e) && !Array.isArray(e) && Jt(e) && !ue(e), Yt = (e) => I(e) && e.target ? Fe(e.target) ? e.target.checked : e.target.value : e, Wr = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, Xt = (e, r) => e.has(Wr(r)), qr = (e) => {
349
351
  const r = e.constructor && e.constructor.prototype;
350
- return U(r) && r.hasOwnProperty("isPrototypeOf");
352
+ return I(r) && r.hasOwnProperty("isPrototypeOf");
351
353
  }, nt = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
352
354
  function W(e) {
353
355
  let r;
354
356
  const t = Array.isArray(e), s = typeof FileList < "u" ? e instanceof FileList : !1;
355
357
  if (e instanceof Date)
356
358
  r = new Date(e);
357
- else if (!(nt && (e instanceof Blob || s)) && (t || U(e)))
359
+ else if (!(nt && (e instanceof Blob || s)) && (t || I(e)))
358
360
  if (r = t ? [] : Object.create(Object.getPrototypeOf(e)), !t && !qr(e))
359
361
  r = e;
360
362
  else
@@ -364,20 +366,20 @@ function W(e) {
364
366
  return e;
365
367
  return r;
366
368
  }
367
- var Le = (e) => /^\w*$/.test(e), O = (e) => e === void 0, it = (e) => Array.isArray(e) ? e.filter(Boolean) : [], at = (e) => it(e.replace(/["|']|\]/g, "").split(/\.|\[/)), v = (e, r, t) => {
368
- if (!r || !U(e))
369
+ var Be = (e) => /^\w*$/.test(e), L = (e) => e === void 0, it = (e) => Array.isArray(e) ? e.filter(Boolean) : [], at = (e) => it(e.replace(/["|']|\]/g, "").split(/\.|\[/)), v = (e, r, t) => {
370
+ if (!r || !I(e))
369
371
  return t;
370
- const s = (Le(r) ? [r] : at(r)).reduce((o, n) => Q(o) ? o : o[n], e);
371
- return O(s) || s === e ? O(e[r]) ? t : e[r] : s;
372
- }, J = (e) => typeof e == "boolean", D = (e, r, t) => {
372
+ const s = (Be(r) ? [r] : at(r)).reduce((o, n) => K(o) ? o : o[n], e);
373
+ return L(s) || s === e ? L(e[r]) ? t : e[r] : s;
374
+ }, Y = (e) => typeof e == "boolean", P = (e, r, t) => {
373
375
  let s = -1;
374
- const o = Le(r) ? [r] : at(r), n = o.length, i = n - 1;
376
+ const o = Be(r) ? [r] : at(r), n = o.length, i = n - 1;
375
377
  for (; ++s < n; ) {
376
378
  const l = o[s];
377
379
  let d = t;
378
380
  if (s !== i) {
379
- const m = e[l];
380
- d = U(m) || Array.isArray(m) ? m : isNaN(+o[s + 1]) ? {} : [];
381
+ const f = e[l];
382
+ d = I(f) || Array.isArray(f) ? f : isNaN(+o[s + 1]) ? {} : [];
381
383
  }
382
384
  if (l === "__proto__" || l === "constructor" || l === "prototype")
383
385
  return;
@@ -434,17 +436,17 @@ function Gr(e) {
434
436
  name: o,
435
437
  formState: d.current,
436
438
  exact: n,
437
- callback: (m) => {
439
+ callback: (f) => {
438
440
  !s && l({
439
441
  ...t._formState,
440
- ...m
442
+ ...f
441
443
  });
442
444
  }
443
445
  }), [o, s, n]), z.useEffect(() => {
444
446
  d.current.isValid && t._setValid(!0);
445
447
  }, [t]), z.useMemo(() => tr(i, t, d.current, !1), [i, t]);
446
448
  }
447
- var Y = (e) => typeof e == "string", Xe = (e, r, t, s, o) => Y(e) ? (s && r.watch.add(e), v(t, e, o)) : Array.isArray(e) ? e.map((n) => (s && r.watch.add(n), v(t, n))) : (s && (r.watchAll = !0), t), et = (e) => Q(e) || !Jt(e);
449
+ var X = (e) => typeof e == "string", Xe = (e, r, t, s, o) => X(e) ? (s && r.watch.add(e), v(t, e, o)) : Array.isArray(e) ? e.map((n) => (s && r.watch.add(n), v(t, n))) : (s && (r.watchAll = !0), t), et = (e) => K(e) || !Jt(e);
448
450
  function se(e, r, t = /* @__PURE__ */ new WeakSet()) {
449
451
  if (et(e) || et(r))
450
452
  return e === r;
@@ -462,130 +464,130 @@ function se(e, r, t = /* @__PURE__ */ new WeakSet()) {
462
464
  return !1;
463
465
  if (n !== "ref") {
464
466
  const l = r[n];
465
- if (ue(i) && ue(l) || U(i) && U(l) || Array.isArray(i) && Array.isArray(l) ? !se(i, l, t) : i !== l)
467
+ if (ue(i) && ue(l) || I(i) && I(l) || Array.isArray(i) && Array.isArray(l) ? !se(i, l, t) : i !== l)
466
468
  return !1;
467
469
  }
468
470
  }
469
471
  return !0;
470
472
  }
471
473
  function Zr(e) {
472
- const r = lt(), { control: t = r.control, name: s, defaultValue: o, disabled: n, exact: i, compute: l } = e || {}, d = z.useRef(o), m = z.useRef(l), f = z.useRef(void 0), y = z.useRef(t), g = z.useRef(s);
473
- m.current = l;
474
- const [x, w] = z.useState(() => {
475
- const C = t._getWatch(s, d.current);
476
- return m.current ? m.current(C) : C;
477
- }), h = z.useCallback((C) => {
478
- const A = Xe(s, t._names, C || t._formValues, !1, d.current);
479
- return m.current ? m.current(A) : A;
480
- }, [t._formValues, t._names, s]), V = z.useCallback((C) => {
474
+ const r = lt(), { control: t = r.control, name: s, defaultValue: o, disabled: n, exact: i, compute: l } = e || {}, d = z.useRef(o), f = z.useRef(l), y = z.useRef(void 0), m = z.useRef(t), h = z.useRef(s);
475
+ f.current = l;
476
+ const [x, F] = z.useState(() => {
477
+ const $ = t._getWatch(s, d.current);
478
+ return f.current ? f.current($) : $;
479
+ }), g = z.useCallback(($) => {
480
+ const A = Xe(s, t._names, $ || t._formValues, !1, d.current);
481
+ return f.current ? f.current(A) : A;
482
+ }, [t._formValues, t._names, s]), k = z.useCallback(($) => {
481
483
  if (!n) {
482
- const A = Xe(s, t._names, C || t._formValues, !1, d.current);
483
- if (m.current) {
484
- const H = m.current(A);
485
- se(H, f.current) || (w(H), f.current = H);
484
+ const A = Xe(s, t._names, $ || t._formValues, !1, d.current);
485
+ if (f.current) {
486
+ const O = f.current(A);
487
+ se(O, y.current) || (F(O), y.current = O);
486
488
  } else
487
- w(A);
489
+ F(A);
488
490
  }
489
491
  }, [t._formValues, t._names, n, s]);
490
- ct(() => ((y.current !== t || !se(g.current, s)) && (y.current = t, g.current = s, V()), t._subscribe({
492
+ ct(() => ((m.current !== t || !se(h.current, s)) && (m.current = t, h.current = s, k()), t._subscribe({
491
493
  name: s,
492
494
  formState: {
493
495
  values: !0
494
496
  },
495
497
  exact: i,
496
- callback: (C) => {
497
- V(C.values);
498
+ callback: ($) => {
499
+ k($.values);
498
500
  }
499
- })), [t, i, s, V]), z.useEffect(() => t._removeUnmounted());
500
- const E = y.current !== t, S = g.current, $ = z.useMemo(() => {
501
+ })), [t, i, s, k]), z.useEffect(() => t._removeUnmounted());
502
+ const C = m.current !== t, b = h.current, E = z.useMemo(() => {
501
503
  if (n)
502
504
  return null;
503
- const C = !E && !se(S, s);
504
- return E || C ? h() : null;
505
- }, [n, E, s, S, h]);
506
- return $ !== null ? $ : x;
505
+ const $ = !C && !se(b, s);
506
+ return C || $ ? g() : null;
507
+ }, [n, C, s, b, g]);
508
+ return E !== null ? E : x;
507
509
  }
508
510
  function Qr(e) {
509
- const r = lt(), { name: t, disabled: s, control: o = r.control, shouldUnregister: n, defaultValue: i } = e, l = Xt(o._names.array, t), d = z.useMemo(() => v(o._formValues, t, v(o._defaultValues, t, i)), [o, t, i]), m = Zr({
511
+ const r = lt(), { name: t, disabled: s, control: o = r.control, shouldUnregister: n, defaultValue: i } = e, l = Xt(o._names.array, t), d = z.useMemo(() => v(o._formValues, t, v(o._defaultValues, t, i)), [o, t, i]), f = Zr({
510
512
  control: o,
511
513
  name: t,
512
514
  defaultValue: d,
513
515
  exact: !0
514
- }), f = Gr({
516
+ }), y = Gr({
515
517
  control: o,
516
518
  name: t,
517
519
  exact: !0
518
- }), y = z.useRef(e), g = z.useRef(void 0), x = z.useRef(o.register(t, {
520
+ }), m = z.useRef(e), h = z.useRef(void 0), x = z.useRef(o.register(t, {
519
521
  ...e.rules,
520
- value: m,
521
- ...J(e.disabled) ? { disabled: e.disabled } : {}
522
+ value: f,
523
+ ...Y(e.disabled) ? { disabled: e.disabled } : {}
522
524
  }));
523
- y.current = e;
524
- const w = z.useMemo(() => Object.defineProperties({}, {
525
+ m.current = e;
526
+ const F = z.useMemo(() => Object.defineProperties({}, {
525
527
  invalid: {
526
528
  enumerable: !0,
527
- get: () => !!v(f.errors, t)
529
+ get: () => !!v(y.errors, t)
528
530
  },
529
531
  isDirty: {
530
532
  enumerable: !0,
531
- get: () => !!v(f.dirtyFields, t)
533
+ get: () => !!v(y.dirtyFields, t)
532
534
  },
533
535
  isTouched: {
534
536
  enumerable: !0,
535
- get: () => !!v(f.touchedFields, t)
537
+ get: () => !!v(y.touchedFields, t)
536
538
  },
537
539
  isValidating: {
538
540
  enumerable: !0,
539
- get: () => !!v(f.validatingFields, t)
541
+ get: () => !!v(y.validatingFields, t)
540
542
  },
541
543
  error: {
542
544
  enumerable: !0,
543
- get: () => v(f.errors, t)
545
+ get: () => v(y.errors, t)
544
546
  }
545
- }), [f, t]), h = z.useCallback(($) => x.current.onChange({
547
+ }), [y, t]), g = z.useCallback((E) => x.current.onChange({
546
548
  target: {
547
- value: Yt($),
549
+ value: Yt(E),
548
550
  name: t
549
551
  },
550
552
  type: Ne.CHANGE
551
- }), [t]), V = z.useCallback(() => x.current.onBlur({
553
+ }), [t]), k = z.useCallback(() => x.current.onBlur({
552
554
  target: {
553
555
  value: v(o._formValues, t),
554
556
  name: t
555
557
  },
556
558
  type: Ne.BLUR
557
- }), [t, o._formValues]), E = z.useCallback(($) => {
558
- const C = v(o._fields, t);
559
- C && $ && (C._f.ref = {
560
- focus: () => $.focus && $.focus(),
561
- select: () => $.select && $.select(),
562
- setCustomValidity: (A) => $.setCustomValidity(A),
563
- reportValidity: () => $.reportValidity()
559
+ }), [t, o._formValues]), C = z.useCallback((E) => {
560
+ const $ = v(o._fields, t);
561
+ $ && E && ($._f.ref = {
562
+ focus: () => E.focus && E.focus(),
563
+ select: () => E.select && E.select(),
564
+ setCustomValidity: (A) => E.setCustomValidity(A),
565
+ reportValidity: () => E.reportValidity()
564
566
  });
565
- }, [o._fields, t]), S = z.useMemo(() => ({
567
+ }, [o._fields, t]), b = z.useMemo(() => ({
566
568
  name: t,
567
- value: m,
568
- ...J(s) || f.disabled ? { disabled: f.disabled || s } : {},
569
- onChange: h,
570
- onBlur: V,
571
- ref: E
572
- }), [t, s, f.disabled, h, V, E, m]);
569
+ value: f,
570
+ ...Y(s) || y.disabled ? { disabled: y.disabled || s } : {},
571
+ onChange: g,
572
+ onBlur: k,
573
+ ref: C
574
+ }), [t, s, y.disabled, g, k, C, f]);
573
575
  return z.useEffect(() => {
574
- const $ = o._options.shouldUnregister || n, C = g.current;
575
- C && C !== t && !l && o.unregister(C), o.register(t, {
576
- ...y.current.rules,
577
- ...J(y.current.disabled) ? { disabled: y.current.disabled } : {}
576
+ const E = o._options.shouldUnregister || n, $ = h.current;
577
+ $ && $ !== t && !l && o.unregister($), o.register(t, {
578
+ ...m.current.rules,
579
+ ...Y(m.current.disabled) ? { disabled: m.current.disabled } : {}
578
580
  });
579
- const A = (H, j) => {
580
- const ee = v(o._fields, H);
581
- ee && ee._f && (ee._f.mount = j);
581
+ const A = (O, M) => {
582
+ const te = v(o._fields, O);
583
+ te && te._f && (te._f.mount = M);
582
584
  };
583
- if (A(t, !0), $) {
584
- const H = W(v(o._options.defaultValues, t, y.current.defaultValue));
585
- D(o._defaultValues, t, H), O(v(o._formValues, t)) && D(o._formValues, t, H);
585
+ if (A(t, !0), E) {
586
+ const O = W(v(o._options.defaultValues, t, m.current.defaultValue));
587
+ P(o._defaultValues, t, O), L(v(o._formValues, t)) && P(o._formValues, t, O);
586
588
  }
587
- return !l && o.register(t), g.current = t, () => {
588
- (l ? $ && !o._state.action : $) ? o.unregister(t) : A(t, !1);
589
+ return !l && o.register(t), h.current = t, () => {
590
+ (l ? E && !o._state.action : E) ? o.unregister(t) : A(t, !1);
589
591
  };
590
592
  }, [t, o, l, n]), z.useEffect(() => {
591
593
  o._setDisabledField({
@@ -593,10 +595,10 @@ function Qr(e) {
593
595
  name: t
594
596
  });
595
597
  }, [s, t, o]), z.useMemo(() => ({
596
- field: S,
597
- formState: f,
598
- fieldState: w
599
- }), [S, f, w]);
598
+ field: b,
599
+ formState: y,
600
+ fieldState: F
601
+ }), [b, y, F]);
600
602
  }
601
603
  var ut = (e, r, t, s, o) => r ? {
602
604
  ...t[e],
@@ -604,7 +606,7 @@ var ut = (e, r, t, s, o) => r ? {
604
606
  ...t[e] && t[e].types ? t[e].types : {},
605
607
  [s]: o || !0
606
608
  }
607
- } : {}, ve = (e) => Array.isArray(e) ? e : [e], Ct = () => {
609
+ } : {}, be = (e) => Array.isArray(e) ? e : [e], kt = () => {
608
610
  let e = [];
609
611
  return {
610
612
  get observers() {
@@ -629,35 +631,35 @@ function rr(e, r) {
629
631
  for (const s in e)
630
632
  if (e.hasOwnProperty(s)) {
631
633
  const o = e[s], n = r[s];
632
- if (o && U(o) && n) {
634
+ if (o && I(o) && n) {
633
635
  const i = rr(o, n);
634
- U(i) && (t[s] = i);
636
+ I(i) && (t[s] = i);
635
637
  } else e[s] && (t[s] = n);
636
638
  }
637
639
  return t;
638
640
  }
639
- var G = (e) => U(e) && !Object.keys(e).length, dt = (e) => e.type === "file", oe = (e) => typeof e == "function", Re = (e) => {
641
+ var G = (e) => I(e) && !Object.keys(e).length, dt = (e) => e.type === "file", oe = (e) => typeof e == "function", Re = (e) => {
640
642
  if (!nt)
641
643
  return !1;
642
644
  const r = e ? e.ownerDocument : 0;
643
645
  return e instanceof (r && r.defaultView ? r.defaultView.HTMLElement : HTMLElement);
644
- }, sr = (e) => e.type === "select-multiple", ft = (e) => e.type === "radio", Kr = (e) => ft(e) || xe(e), Ie = (e) => Re(e) && e.isConnected;
646
+ }, sr = (e) => e.type === "select-multiple", ft = (e) => e.type === "radio", Kr = (e) => ft(e) || Fe(e), Ie = (e) => Re(e) && e.isConnected;
645
647
  function Jr(e, r) {
646
648
  const t = r.slice(0, -1).length;
647
649
  let s = 0;
648
650
  for (; s < t; )
649
- e = O(e) ? s++ : e[r[s++]];
651
+ e = L(e) ? s++ : e[r[s++]];
650
652
  return e;
651
653
  }
652
654
  function Yr(e) {
653
655
  for (const r in e)
654
- if (e.hasOwnProperty(r) && !O(e[r]))
656
+ if (e.hasOwnProperty(r) && !L(e[r]))
655
657
  return !1;
656
658
  return !0;
657
659
  }
658
- function I(e, r) {
659
- const t = Array.isArray(r) ? r : Le(r) ? [r] : at(r), s = t.length === 1 ? e : Jr(e, t), o = t.length - 1, n = t[o];
660
- return s && delete s[n], o !== 0 && (U(s) && G(s) || Array.isArray(s) && Yr(s)) && I(e, t.slice(0, -1)), e;
660
+ function j(e, r) {
661
+ const t = Array.isArray(r) ? r : Be(r) ? [r] : at(r), s = t.length === 1 ? e : Jr(e, t), o = t.length - 1, n = t[o];
662
+ return s && delete s[n], o !== 0 && (I(s) && G(s) || Array.isArray(s) && Yr(s)) && j(e, t.slice(0, -1)), e;
661
663
  }
662
664
  var Xr = (e) => {
663
665
  for (const r in e)
@@ -666,17 +668,17 @@ var Xr = (e) => {
666
668
  return !1;
667
669
  };
668
670
  function or(e) {
669
- return Array.isArray(e) || U(e) && !Xr(e);
671
+ return Array.isArray(e) || I(e) && !Xr(e);
670
672
  }
671
673
  function tt(e, r = {}) {
672
674
  for (const t in e)
673
- or(e[t]) ? (r[t] = Array.isArray(e[t]) ? [] : {}, tt(e[t], r[t])) : O(e[t]) || (r[t] = !0);
675
+ or(e[t]) ? (r[t] = Array.isArray(e[t]) ? [] : {}, tt(e[t], r[t])) : L(e[t]) || (r[t] = !0);
674
676
  return r;
675
677
  }
676
- function he(e, r, t) {
678
+ function ge(e, r, t) {
677
679
  t || (t = tt(r));
678
680
  for (const s in e)
679
- or(e[s]) ? O(r) || et(t[s]) ? t[s] = tt(e[s], Array.isArray(e[s]) ? [] : {}) : he(e[s], Q(r) ? {} : r[s], t[s]) : t[s] = !se(e[s], r[s]);
681
+ or(e[s]) ? L(r) || et(t[s]) ? t[s] = tt(e[s], Array.isArray(e[s]) ? [] : {}) : ge(e[s], K(r) ? {} : r[s], t[s]) : t[s] = !se(e[s], r[s]);
680
682
  return t;
681
683
  }
682
684
  const zt = {
@@ -691,11 +693,11 @@ var nr = (e) => {
691
693
  }
692
694
  return e[0].checked && !e[0].disabled ? (
693
695
  // @ts-expect-error expected to work in the browser
694
- e[0].attributes && !O(e[0].attributes.value) ? O(e[0].value) || e[0].value === "" ? $t : { value: e[0].value, isValid: !0 } : $t
696
+ e[0].attributes && !L(e[0].attributes.value) ? L(e[0].value) || e[0].value === "" ? $t : { value: e[0].value, isValid: !0 } : $t
695
697
  ) : zt;
696
698
  }
697
699
  return zt;
698
- }, ir = (e, { valueAsNumber: r, valueAsDate: t, setValueAs: s }) => O(e) ? e : r ? e === "" ? NaN : e && +e : t && Y(e) ? new Date(e) : s ? s(e) : e;
700
+ }, ir = (e, { valueAsNumber: r, valueAsDate: t, setValueAs: s }) => L(e) ? e : r ? e === "" ? NaN : e && +e : t && X(e) ? new Date(e) : s ? s(e) : e;
699
701
  const Et = {
700
702
  isValid: !1,
701
703
  value: null
@@ -706,13 +708,13 @@ var ar = (e) => Array.isArray(e) ? e.reduce((r, t) => t && t.checked && !t.disab
706
708
  } : r, Et) : Et;
707
709
  function At(e) {
708
710
  const r = e.ref;
709
- return dt(r) ? r.files : ft(r) ? ar(e.refs).value : sr(r) ? [...r.selectedOptions].map(({ value: t }) => t) : xe(r) ? nr(e.refs).value : ir(O(r.value) ? e.ref.value : r.value, e);
711
+ return dt(r) ? r.files : ft(r) ? ar(e.refs).value : sr(r) ? [...r.selectedOptions].map(({ value: t }) => t) : Fe(r) ? nr(e.refs).value : ir(L(r.value) ? e.ref.value : r.value, e);
710
712
  }
711
713
  var es = (e, r, t, s) => {
712
714
  const o = {};
713
715
  for (const n of e) {
714
716
  const i = v(r, n);
715
- i && D(o, n, i._f);
717
+ i && P(o, n, i._f);
716
718
  }
717
719
  return {
718
720
  criteriaMode: t,
@@ -720,7 +722,7 @@ var es = (e, r, t, s) => {
720
722
  fields: o,
721
723
  shouldUseNativeValidation: s
722
724
  };
723
- }, De = (e) => e instanceof RegExp, _e = (e) => O(e) ? e : De(e) ? e.source : U(e) ? De(e.value) ? e.value.source : e.value : e, Nt = (e) => ({
725
+ }, De = (e) => e instanceof RegExp, pe = (e) => L(e) ? e : De(e) ? e.source : I(e) ? De(e.value) ? e.value.source : e.value : e, Nt = (e) => ({
724
726
  isOnSubmit: !e || e === re.onSubmit,
725
727
  isOnBlur: e === re.onBlur,
726
728
  isOnChange: e === re.onChange,
@@ -728,8 +730,8 @@ var es = (e, r, t, s) => {
728
730
  isOnTouch: e === re.onTouched
729
731
  });
730
732
  const Rt = "AsyncFunction";
731
- var ts = (e) => !!e && !!e.validate && !!(oe(e.validate) && e.validate.constructor.name === Rt || U(e.validate) && Object.values(e.validate).find((r) => r.constructor.name === Rt)), rs = (e) => e.mount && (e.required || e.min || e.max || e.maxLength || e.minLength || e.pattern || e.validate), Dt = (e, r, t) => !t && (r.watchAll || r.watch.has(e) || [...r.watch].some((s) => e.startsWith(s) && /^\.\w+/.test(e.slice(s.length))));
732
- const be = (e, r, t, s) => {
733
+ var ts = (e) => !!e && !!e.validate && !!(oe(e.validate) && e.validate.constructor.name === Rt || I(e.validate) && Object.values(e.validate).find((r) => r.constructor.name === Rt)), rs = (e) => e.mount && (e.required || e.min || e.max || e.maxLength || e.minLength || e.pattern || e.validate), Dt = (e, r, t) => !t && (r.watchAll || r.watch.has(e) || [...r.watch].some((s) => e.startsWith(s) && /^\.\w+/.test(e.slice(s.length))));
734
+ const Se = (e, r, t, s) => {
733
735
  for (const o of t || Object.keys(e)) {
734
736
  const n = v(e, o);
735
737
  if (n) {
@@ -739,16 +741,16 @@ const be = (e, r, t, s) => {
739
741
  return !0;
740
742
  if (i.ref && r(i.ref, i.name) && !s)
741
743
  return !0;
742
- if (be(l, r))
744
+ if (Se(l, r))
743
745
  break;
744
- } else if (U(l) && be(l, r))
746
+ } else if (I(l) && Se(l, r))
745
747
  break;
746
748
  }
747
749
  }
748
750
  };
749
751
  function Pt(e, r, t) {
750
752
  const s = v(e, t);
751
- if (s || Le(t))
753
+ if (s || Be(t))
752
754
  return {
753
755
  error: s,
754
756
  name: t
@@ -778,101 +780,101 @@ var ss = (e, r, t, s) => {
778
780
  t(e);
779
781
  const { name: o, ...n } = e;
780
782
  return G(n) || Object.keys(n).length >= Object.keys(r).length || Object.keys(n).find((i) => r[i] === (!s || re.all));
781
- }, os = (e, r, t) => !e || !r || e === r || ve(e).some((s) => s && (t ? s === r : s.startsWith(r) || r.startsWith(s))), ns = (e, r, t, s, o) => o.isOnAll ? !1 : !t && o.isOnTouch ? !(r || e) : (t ? s.isOnBlur : o.isOnBlur) ? !e : (t ? s.isOnChange : o.isOnChange) ? e : !0, is = (e, r) => !it(v(e, r)).length && I(e, r), as = (e, r, t) => {
782
- const s = ve(v(e, t));
783
- return D(s, "root", r[t]), D(e, t, s), e;
783
+ }, os = (e, r, t) => !e || !r || e === r || be(e).some((s) => s && (t ? s === r : s.startsWith(r) || r.startsWith(s))), ns = (e, r, t, s, o) => o.isOnAll ? !1 : !t && o.isOnTouch ? !(r || e) : (t ? s.isOnBlur : o.isOnBlur) ? !e : (t ? s.isOnChange : o.isOnChange) ? e : !0, is = (e, r) => !it(v(e, r)).length && j(e, r), as = (e, r, t) => {
784
+ const s = be(v(e, t));
785
+ return P(s, "root", r[t]), P(e, t, s), e;
784
786
  };
785
- function Lt(e, r, t = "validate") {
786
- if (Y(e) || Array.isArray(e) && e.every(Y) || J(e) && !e)
787
+ function Bt(e, r, t = "validate") {
788
+ if (X(e) || Array.isArray(e) && e.every(X) || Y(e) && !e)
787
789
  return {
788
790
  type: t,
789
- message: Y(e) ? e : "",
791
+ message: X(e) ? e : "",
790
792
  ref: r
791
793
  };
792
794
  }
793
- var me = (e) => U(e) && !De(e) ? e : {
795
+ var ye = (e) => I(e) && !De(e) ? e : {
794
796
  value: e,
795
797
  message: ""
796
- }, Bt = async (e, r, t, s, o, n) => {
797
- const { ref: i, refs: l, required: d, maxLength: m, minLength: f, min: y, max: g, pattern: x, validate: w, name: h, valueAsNumber: V, mount: E } = e._f, S = v(t, h);
798
- if (!E || r.has(h))
798
+ }, Lt = async (e, r, t, s, o, n) => {
799
+ const { ref: i, refs: l, required: d, maxLength: f, minLength: y, min: m, max: h, pattern: x, validate: F, name: g, valueAsNumber: k, mount: C } = e._f, b = v(t, g);
800
+ if (!C || r.has(g))
799
801
  return {};
800
- const $ = l ? l[0] : i, C = (N) => {
801
- o && $.reportValidity && ($.setCustomValidity(J(N) ? "" : N || ""), $.reportValidity());
802
- }, A = {}, H = ft(i), j = xe(i), ee = H || j, B = (V || dt(i)) && O(i.value) && O(S) || Re(i) && i.value === "" || S === "" || Array.isArray(S) && !S.length, te = ut.bind(null, h, s, A), ne = (N, P, M, q = le.maxLength, Z = le.minLength) => {
803
- const ie = N ? P : M;
804
- A[h] = {
805
- type: N ? q : Z,
806
- message: ie,
802
+ const E = l ? l[0] : i, $ = (N) => {
803
+ o && E.reportValidity && (E.setCustomValidity(Y(N) ? "" : N || ""), E.reportValidity());
804
+ }, A = {}, O = ft(i), M = Fe(i), te = O || M, U = (k || dt(i)) && L(i.value) && L(b) || Re(i) && i.value === "" || b === "" || Array.isArray(b) && !b.length, ae = ut.bind(null, g, s, A), J = (N, R, T, q = le.maxLength, Q = le.minLength) => {
805
+ const ne = N ? R : T;
806
+ A[g] = {
807
+ type: N ? q : Q,
808
+ message: ne,
807
809
  ref: i,
808
- ...te(N ? q : Z, ie)
810
+ ...ae(N ? q : Q, ne)
809
811
  };
810
812
  };
811
- if (n ? !Array.isArray(S) || !S.length : d && (!ee && (B || Q(S)) || J(S) && !S || j && !nr(l).isValid || H && !ar(l).isValid)) {
812
- const { value: N, message: P } = Y(d) ? { value: !!d, message: d } : me(d);
813
- if (N && (A[h] = {
813
+ if (n ? !Array.isArray(b) || !b.length : d && (!te && (U || K(b)) || Y(b) && !b || M && !nr(l).isValid || O && !ar(l).isValid)) {
814
+ const { value: N, message: R } = X(d) ? { value: !!d, message: d } : ye(d);
815
+ if (N && (A[g] = {
814
816
  type: le.required,
815
- message: P,
816
- ref: $,
817
- ...te(le.required, P)
817
+ message: R,
818
+ ref: E,
819
+ ...ae(le.required, R)
818
820
  }, !s))
819
- return C(P), A;
821
+ return $(R), A;
820
822
  }
821
- if (!B && (!Q(y) || !Q(g))) {
822
- let N, P;
823
- const M = me(g), q = me(y);
824
- if (!Q(S) && !isNaN(S)) {
825
- const Z = i.valueAsNumber || S && +S;
826
- Q(M.value) || (N = Z > M.value), Q(q.value) || (P = Z < q.value);
823
+ if (!U && (!K(m) || !K(h))) {
824
+ let N, R;
825
+ const T = ye(h), q = ye(m);
826
+ if (!K(b) && !isNaN(b)) {
827
+ const Q = i.valueAsNumber || b && +b;
828
+ K(T.value) || (N = Q > T.value), K(q.value) || (R = Q < q.value);
827
829
  } else {
828
- const Z = i.valueAsDate || new Date(S), ie = (Fe) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + Fe), ge = i.type == "time", fe = i.type == "week";
829
- Y(M.value) && S && (N = ge ? ie(S) > ie(M.value) : fe ? S > M.value : Z > new Date(M.value)), Y(q.value) && S && (P = ge ? ie(S) < ie(q.value) : fe ? S < q.value : Z < new Date(q.value));
830
+ const Q = i.valueAsDate || new Date(b), ne = (we) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + we), _e = i.type == "time", fe = i.type == "week";
831
+ X(T.value) && b && (N = _e ? ne(b) > ne(T.value) : fe ? b > T.value : Q > new Date(T.value)), X(q.value) && b && (R = _e ? ne(b) < ne(q.value) : fe ? b < q.value : Q < new Date(q.value));
830
832
  }
831
- if ((N || P) && (ne(!!N, M.message, q.message, le.max, le.min), !s))
832
- return C(A[h].message), A;
833
+ if ((N || R) && (J(!!N, T.message, q.message, le.max, le.min), !s))
834
+ return $(A[g].message), A;
833
835
  }
834
- if ((m || f) && !B && (Y(S) || n && Array.isArray(S))) {
835
- const N = me(m), P = me(f), M = !Q(N.value) && S.length > +N.value, q = !Q(P.value) && S.length < +P.value;
836
- if ((M || q) && (ne(M, N.message, P.message), !s))
837
- return C(A[h].message), A;
836
+ if ((f || y) && !U && (X(b) || n && Array.isArray(b))) {
837
+ const N = ye(f), R = ye(y), T = !K(N.value) && b.length > +N.value, q = !K(R.value) && b.length < +R.value;
838
+ if ((T || q) && (J(T, N.message, R.message), !s))
839
+ return $(A[g].message), A;
838
840
  }
839
- if (x && !B && Y(S)) {
840
- const { value: N, message: P } = me(x);
841
- if (De(N) && !S.match(N) && (A[h] = {
841
+ if (x && !U && X(b)) {
842
+ const { value: N, message: R } = ye(x);
843
+ if (De(N) && !b.match(N) && (A[g] = {
842
844
  type: le.pattern,
843
- message: P,
845
+ message: R,
844
846
  ref: i,
845
- ...te(le.pattern, P)
847
+ ...ae(le.pattern, R)
846
848
  }, !s))
847
- return C(P), A;
849
+ return $(R), A;
848
850
  }
849
- if (w) {
850
- if (oe(w)) {
851
- const N = await w(S, t), P = Lt(N, $);
852
- if (P && (A[h] = {
853
- ...P,
854
- ...te(le.validate, P.message)
851
+ if (F) {
852
+ if (oe(F)) {
853
+ const N = await F(b, t), R = Bt(N, E);
854
+ if (R && (A[g] = {
855
+ ...R,
856
+ ...ae(le.validate, R.message)
855
857
  }, !s))
856
- return C(P.message), A;
857
- } else if (U(w)) {
858
+ return $(R.message), A;
859
+ } else if (I(F)) {
858
860
  let N = {};
859
- for (const P in w) {
861
+ for (const R in F) {
860
862
  if (!G(N) && !s)
861
863
  break;
862
- const M = Lt(await w[P](S, t), $, P);
863
- M && (N = {
864
- ...M,
865
- ...te(P, M.message)
866
- }, C(M.message), s && (A[h] = N));
864
+ const T = Bt(await F[R](b, t), E, R);
865
+ T && (N = {
866
+ ...T,
867
+ ...ae(R, T.message)
868
+ }, $(T.message), s && (A[g] = N));
867
869
  }
868
- if (!G(N) && (A[h] = {
869
- ref: $,
870
+ if (!G(N) && (A[g] = {
871
+ ref: E,
870
872
  ...N
871
873
  }, !s))
872
874
  return A;
873
875
  }
874
876
  }
875
- return C(!0), A;
877
+ return $(!0), A;
876
878
  };
877
879
  const ls = {
878
880
  mode: re.onSubmit,
@@ -898,7 +900,7 @@ function cs(e = {}) {
898
900
  validatingFields: {},
899
901
  errors: r.errors || {},
900
902
  disabled: r.disabled || !1
901
- }, s = {}, o = U(r.defaultValues) || U(r.values) ? W(r.defaultValues || r.values) || {} : {}, n = r.shouldUnregister ? {} : W(o), i = {
903
+ }, s = {}, o = I(r.defaultValues) || I(r.values) ? W(r.defaultValues || r.values) || {} : {}, n = r.shouldUnregister ? {} : W(o), i = {
902
904
  action: !1,
903
905
  mount: !1,
904
906
  watch: !1
@@ -908,8 +910,8 @@ function cs(e = {}) {
908
910
  unMount: /* @__PURE__ */ new Set(),
909
911
  array: /* @__PURE__ */ new Set(),
910
912
  watch: /* @__PURE__ */ new Set()
911
- }, d, m = 0;
912
- const f = {
913
+ }, d, f = 0;
914
+ const y = {
913
915
  isDirty: !1,
914
916
  dirtyFields: !1,
915
917
  validatingFields: !1,
@@ -918,276 +920,276 @@ function cs(e = {}) {
918
920
  isValid: !1,
919
921
  errors: !1
920
922
  };
921
- let y = {
922
- ...f
923
+ let m = {
924
+ ...y
923
925
  };
924
- const g = {
925
- array: Ct(),
926
- state: Ct()
927
- }, x = r.criteriaMode === re.all, w = (a) => (c) => {
928
- clearTimeout(m), m = setTimeout(a, c);
929
- }, h = async (a) => {
930
- if (!r.disabled && (f.isValid || y.isValid || a)) {
931
- const c = r.resolver ? G((await j()).errors) : await B(s, !0);
932
- c !== t.isValid && g.state.next({
926
+ const h = {
927
+ array: kt(),
928
+ state: kt()
929
+ }, x = r.criteriaMode === re.all, F = (a) => (c) => {
930
+ clearTimeout(f), f = setTimeout(a, c);
931
+ }, g = async (a) => {
932
+ if (!r.disabled && (y.isValid || m.isValid || a)) {
933
+ const c = r.resolver ? G((await M()).errors) : await U(s, !0);
934
+ c !== t.isValid && h.state.next({
933
935
  isValid: c
934
936
  });
935
937
  }
936
- }, V = (a, c) => {
937
- !r.disabled && (f.isValidating || f.validatingFields || y.isValidating || y.validatingFields) && ((a || Array.from(l.mount)).forEach((u) => {
938
- u && (c ? D(t.validatingFields, u, c) : I(t.validatingFields, u));
939
- }), g.state.next({
938
+ }, k = (a, c) => {
939
+ !r.disabled && (y.isValidating || y.validatingFields || m.isValidating || m.validatingFields) && ((a || Array.from(l.mount)).forEach((u) => {
940
+ u && (c ? P(t.validatingFields, u, c) : j(t.validatingFields, u));
941
+ }), h.state.next({
940
942
  validatingFields: t.validatingFields,
941
943
  isValidating: !G(t.validatingFields)
942
944
  }));
943
- }, E = (a, c = [], u, b, p = !0, _ = !0) => {
944
- if (b && u && !r.disabled) {
945
+ }, C = (a, c = [], u, S, p = !0, _ = !0) => {
946
+ if (S && u && !r.disabled) {
945
947
  if (i.action = !0, _ && Array.isArray(v(s, a))) {
946
- const k = u(v(s, a), b.argA, b.argB);
947
- p && D(s, a, k);
948
+ const V = u(v(s, a), S.argA, S.argB);
949
+ p && P(s, a, V);
948
950
  }
949
951
  if (_ && Array.isArray(v(t.errors, a))) {
950
- const k = u(v(t.errors, a), b.argA, b.argB);
951
- p && D(t.errors, a, k), is(t.errors, a);
952
+ const V = u(v(t.errors, a), S.argA, S.argB);
953
+ p && P(t.errors, a, V), is(t.errors, a);
952
954
  }
953
- if ((f.touchedFields || y.touchedFields) && _ && Array.isArray(v(t.touchedFields, a))) {
954
- const k = u(v(t.touchedFields, a), b.argA, b.argB);
955
- p && D(t.touchedFields, a, k);
955
+ if ((y.touchedFields || m.touchedFields) && _ && Array.isArray(v(t.touchedFields, a))) {
956
+ const V = u(v(t.touchedFields, a), S.argA, S.argB);
957
+ p && P(t.touchedFields, a, V);
956
958
  }
957
- (f.dirtyFields || y.dirtyFields) && (t.dirtyFields = he(o, n)), g.state.next({
959
+ (y.dirtyFields || m.dirtyFields) && (t.dirtyFields = ge(o, n)), h.state.next({
958
960
  name: a,
959
- isDirty: ne(a, c),
961
+ isDirty: J(a, c),
960
962
  dirtyFields: t.dirtyFields,
961
963
  errors: t.errors,
962
964
  isValid: t.isValid
963
965
  });
964
966
  } else
965
- D(n, a, c);
966
- }, S = (a, c) => {
967
- D(t.errors, a, c), g.state.next({
967
+ P(n, a, c);
968
+ }, b = (a, c) => {
969
+ P(t.errors, a, c), h.state.next({
968
970
  errors: t.errors
969
971
  });
970
- }, $ = (a) => {
971
- t.errors = a, g.state.next({
972
+ }, E = (a) => {
973
+ t.errors = a, h.state.next({
972
974
  errors: t.errors,
973
975
  isValid: !1
974
976
  });
975
- }, C = (a, c, u, b) => {
977
+ }, $ = (a, c, u, S) => {
976
978
  const p = v(s, a);
977
979
  if (p) {
978
- const _ = v(n, a, O(u) ? v(o, a) : u);
979
- O(_) || b && b.defaultChecked || c ? D(n, a, c ? _ : At(p._f)) : M(a, _), i.mount && h();
980
+ const _ = v(n, a, L(u) ? v(o, a) : u);
981
+ L(_) || S && S.defaultChecked || c ? P(n, a, c ? _ : At(p._f)) : T(a, _), i.mount && g();
980
982
  }
981
- }, A = (a, c, u, b, p) => {
982
- let _ = !1, k = !1;
983
- const R = {
983
+ }, A = (a, c, u, S, p) => {
984
+ let _ = !1, V = !1;
985
+ const D = {
984
986
  name: a
985
987
  };
986
988
  if (!r.disabled) {
987
- if (!u || b) {
988
- (f.isDirty || y.isDirty) && (k = t.isDirty, t.isDirty = R.isDirty = ne(), _ = k !== R.isDirty);
989
- const L = se(v(o, a), c);
990
- k = !!v(t.dirtyFields, a), L ? I(t.dirtyFields, a) : D(t.dirtyFields, a, !0), R.dirtyFields = t.dirtyFields, _ = _ || (f.dirtyFields || y.dirtyFields) && k !== !L;
989
+ if (!u || S) {
990
+ (y.isDirty || m.isDirty) && (V = t.isDirty, t.isDirty = D.isDirty = J(), _ = V !== D.isDirty);
991
+ const B = se(v(o, a), c);
992
+ V = !!v(t.dirtyFields, a), B ? j(t.dirtyFields, a) : P(t.dirtyFields, a, !0), D.dirtyFields = t.dirtyFields, _ = _ || (y.dirtyFields || m.dirtyFields) && V !== !B;
991
993
  }
992
994
  if (u) {
993
- const L = v(t.touchedFields, a);
994
- L || (D(t.touchedFields, a, u), R.touchedFields = t.touchedFields, _ = _ || (f.touchedFields || y.touchedFields) && L !== u);
995
+ const B = v(t.touchedFields, a);
996
+ B || (P(t.touchedFields, a, u), D.touchedFields = t.touchedFields, _ = _ || (y.touchedFields || m.touchedFields) && B !== u);
995
997
  }
996
- _ && p && g.state.next(R);
998
+ _ && p && h.state.next(D);
997
999
  }
998
- return _ ? R : {};
999
- }, H = (a, c, u, b) => {
1000
- const p = v(t.errors, a), _ = (f.isValid || y.isValid) && J(c) && t.isValid !== c;
1001
- if (r.delayError && u ? (d = w(() => S(a, u)), d(r.delayError)) : (clearTimeout(m), d = null, u ? D(t.errors, a, u) : I(t.errors, a)), (u ? !se(p, u) : p) || !G(b) || _) {
1002
- const k = {
1003
- ...b,
1004
- ..._ && J(c) ? { isValid: c } : {},
1000
+ return _ ? D : {};
1001
+ }, O = (a, c, u, S) => {
1002
+ const p = v(t.errors, a), _ = (y.isValid || m.isValid) && Y(c) && t.isValid !== c;
1003
+ if (r.delayError && u ? (d = F(() => b(a, u)), d(r.delayError)) : (clearTimeout(f), d = null, u ? P(t.errors, a, u) : j(t.errors, a)), (u ? !se(p, u) : p) || !G(S) || _) {
1004
+ const V = {
1005
+ ...S,
1006
+ ..._ && Y(c) ? { isValid: c } : {},
1005
1007
  errors: t.errors,
1006
1008
  name: a
1007
1009
  };
1008
1010
  t = {
1009
1011
  ...t,
1010
- ...k
1011
- }, g.state.next(k);
1012
+ ...V
1013
+ }, h.state.next(V);
1012
1014
  }
1013
- }, j = async (a) => {
1014
- V(a, !0);
1015
+ }, M = async (a) => {
1016
+ k(a, !0);
1015
1017
  const c = await r.resolver(n, r.context, es(a || l.mount, s, r.criteriaMode, r.shouldUseNativeValidation));
1016
- return V(a), c;
1017
- }, ee = async (a) => {
1018
- const { errors: c } = await j(a);
1018
+ return k(a), c;
1019
+ }, te = async (a) => {
1020
+ const { errors: c } = await M(a);
1019
1021
  if (a)
1020
1022
  for (const u of a) {
1021
- const b = v(c, u);
1022
- b ? D(t.errors, u, b) : I(t.errors, u);
1023
+ const S = v(c, u);
1024
+ S ? P(t.errors, u, S) : j(t.errors, u);
1023
1025
  }
1024
1026
  else
1025
1027
  t.errors = c;
1026
1028
  return c;
1027
- }, B = async (a, c, u = {
1029
+ }, U = async (a, c, u = {
1028
1030
  valid: !0
1029
1031
  }) => {
1030
- for (const b in a) {
1031
- const p = a[b];
1032
+ for (const S in a) {
1033
+ const p = a[S];
1032
1034
  if (p) {
1033
- const { _f: _, ...k } = p;
1035
+ const { _f: _, ...V } = p;
1034
1036
  if (_) {
1035
- const R = l.array.has(_.name), L = p._f && ts(p._f);
1036
- L && f.validatingFields && V([_.name], !0);
1037
- const X = await Bt(p, l.disabled, n, x, r.shouldUseNativeValidation && !c, R);
1038
- if (L && f.validatingFields && V([_.name]), X[_.name] && (u.valid = !1, c))
1037
+ const D = l.array.has(_.name), B = p._f && ts(p._f);
1038
+ B && y.validatingFields && k([_.name], !0);
1039
+ const ee = await Lt(p, l.disabled, n, x, r.shouldUseNativeValidation && !c, D);
1040
+ if (B && y.validatingFields && k([_.name]), ee[_.name] && (u.valid = !1, c))
1039
1041
  break;
1040
- !c && (v(X, _.name) ? R ? as(t.errors, X, _.name) : D(t.errors, _.name, X[_.name]) : I(t.errors, _.name));
1042
+ !c && (v(ee, _.name) ? D ? as(t.errors, ee, _.name) : P(t.errors, _.name, ee[_.name]) : j(t.errors, _.name));
1041
1043
  }
1042
- !G(k) && await B(k, c, u);
1044
+ !G(V) && await U(V, c, u);
1043
1045
  }
1044
1046
  }
1045
1047
  return u.valid;
1046
- }, te = () => {
1048
+ }, ae = () => {
1047
1049
  for (const a of l.unMount) {
1048
1050
  const c = v(s, a);
1049
- c && (c._f.refs ? c._f.refs.every((u) => !Ie(u)) : !Ie(c._f.ref)) && Be(a);
1051
+ c && (c._f.refs ? c._f.refs.every((u) => !Ie(u)) : !Ie(c._f.ref)) && Le(a);
1050
1052
  }
1051
1053
  l.unMount = /* @__PURE__ */ new Set();
1052
- }, ne = (a, c) => !r.disabled && (a && c && D(n, a, c), !se(Fe(), o)), N = (a, c, u) => Xe(a, l, {
1053
- ...i.mount ? n : O(c) ? o : Y(a) ? { [a]: c } : c
1054
- }, u, c), P = (a) => it(v(i.mount ? n : o, a, r.shouldUnregister ? v(o, a, []) : [])), M = (a, c, u = {}) => {
1055
- const b = v(s, a);
1054
+ }, J = (a, c) => !r.disabled && (a && c && P(n, a, c), !se(we(), o)), N = (a, c, u) => Xe(a, l, {
1055
+ ...i.mount ? n : L(c) ? o : X(a) ? { [a]: c } : c
1056
+ }, u, c), R = (a) => it(v(i.mount ? n : o, a, r.shouldUnregister ? v(o, a, []) : [])), T = (a, c, u = {}) => {
1057
+ const S = v(s, a);
1056
1058
  let p = c;
1057
- if (b) {
1058
- const _ = b._f;
1059
- _ && (!_.disabled && D(n, a, ir(c, _)), p = Re(_.ref) && Q(c) ? "" : c, sr(_.ref) ? [..._.ref.options].forEach((k) => k.selected = p.includes(k.value)) : _.refs ? xe(_.ref) ? _.refs.forEach((k) => {
1060
- (!k.defaultChecked || !k.disabled) && (Array.isArray(p) ? k.checked = !!p.find((R) => R === k.value) : k.checked = p === k.value || !!p);
1061
- }) : _.refs.forEach((k) => k.checked = k.value === p) : dt(_.ref) ? _.ref.value = "" : (_.ref.value = p, _.ref.type || g.state.next({
1059
+ if (S) {
1060
+ const _ = S._f;
1061
+ _ && (!_.disabled && P(n, a, ir(c, _)), p = Re(_.ref) && K(c) ? "" : c, sr(_.ref) ? [..._.ref.options].forEach((V) => V.selected = p.includes(V.value)) : _.refs ? Fe(_.ref) ? _.refs.forEach((V) => {
1062
+ (!V.defaultChecked || !V.disabled) && (Array.isArray(p) ? V.checked = !!p.find((D) => D === V.value) : V.checked = p === V.value || !!p);
1063
+ }) : _.refs.forEach((V) => V.checked = V.value === p) : dt(_.ref) ? _.ref.value = "" : (_.ref.value = p, _.ref.type || h.state.next({
1062
1064
  name: a,
1063
1065
  values: W(n)
1064
1066
  })));
1065
1067
  }
1066
1068
  (u.shouldDirty || u.shouldTouch) && A(a, p, u.shouldTouch, u.shouldDirty, !0), u.shouldValidate && fe(a);
1067
1069
  }, q = (a, c, u) => {
1068
- for (const b in c) {
1069
- if (!c.hasOwnProperty(b))
1070
+ for (const S in c) {
1071
+ if (!c.hasOwnProperty(S))
1070
1072
  return;
1071
- const p = c[b], _ = a + "." + b, k = v(s, _);
1072
- (l.array.has(a) || U(p) || k && !k._f) && !ue(p) ? q(_, p, u) : M(_, p, u);
1073
+ const p = c[S], _ = a + "." + S, V = v(s, _);
1074
+ (l.array.has(a) || I(p) || V && !V._f) && !ue(p) ? q(_, p, u) : T(_, p, u);
1073
1075
  }
1074
- }, Z = (a, c, u = {}) => {
1075
- const b = v(s, a), p = l.array.has(a), _ = W(c);
1076
- D(n, a, _), p ? (g.array.next({
1076
+ }, Q = (a, c, u = {}) => {
1077
+ const S = v(s, a), p = l.array.has(a), _ = W(c);
1078
+ P(n, a, _), p ? (h.array.next({
1077
1079
  name: a,
1078
1080
  values: W(n)
1079
- }), (f.isDirty || f.dirtyFields || y.isDirty || y.dirtyFields) && u.shouldDirty && g.state.next({
1081
+ }), (y.isDirty || y.dirtyFields || m.isDirty || m.dirtyFields) && u.shouldDirty && h.state.next({
1080
1082
  name: a,
1081
- dirtyFields: he(o, n),
1082
- isDirty: ne(a, _)
1083
- })) : b && !b._f && !Q(_) ? q(a, _, u) : M(a, _, u), Dt(a, l) && g.state.next({ ...t, name: a }), g.state.next({
1083
+ dirtyFields: ge(o, n),
1084
+ isDirty: J(a, _)
1085
+ })) : S && !S._f && !K(_) ? q(a, _, u) : T(a, _, u), Dt(a, l) && h.state.next({ ...t, name: a }), h.state.next({
1084
1086
  name: i.mount ? a : void 0,
1085
1087
  values: W(n)
1086
1088
  });
1087
- }, ie = async (a) => {
1089
+ }, ne = async (a) => {
1088
1090
  i.mount = !0;
1089
1091
  const c = a.target;
1090
- let u = c.name, b = !0;
1091
- const p = v(s, u), _ = (L) => {
1092
- b = Number.isNaN(L) || ue(L) && isNaN(L.getTime()) || se(L, v(n, u, L));
1093
- }, k = Nt(r.mode), R = Nt(r.reValidateMode);
1092
+ let u = c.name, S = !0;
1093
+ const p = v(s, u), _ = (B) => {
1094
+ S = Number.isNaN(B) || ue(B) && isNaN(B.getTime()) || se(B, v(n, u, B));
1095
+ }, V = Nt(r.mode), D = Nt(r.reValidateMode);
1094
1096
  if (p) {
1095
- let L, X;
1096
- const we = c.type ? At(p._f) : Yt(a), ce = a.type === Ne.BLUR || a.type === Ne.FOCUS_OUT, wr = !rs(p._f) && !r.resolver && !v(t.errors, u) && !p._f.deps || ns(ce, v(t.touchedFields, u), t.isSubmitted, R, k), He = Dt(u, l, ce);
1097
- D(n, u, we), ce ? (!c || !c.readOnly) && (p._f.onBlur && p._f.onBlur(a), d && d(0)) : p._f.onChange && p._f.onChange(a);
1098
- const Me = A(u, we, ce), Vr = !G(Me) || He;
1099
- if (!ce && g.state.next({
1097
+ let B, ee;
1098
+ const Ce = c.type ? At(p._f) : Yt(a), ce = a.type === Ne.BLUR || a.type === Ne.FOCUS_OUT, wr = !rs(p._f) && !r.resolver && !v(t.errors, u) && !p._f.deps || ns(ce, v(t.touchedFields, u), t.isSubmitted, D, V), Te = Dt(u, l, ce);
1099
+ P(n, u, Ce), ce ? (!c || !c.readOnly) && (p._f.onBlur && p._f.onBlur(a), d && d(0)) : p._f.onChange && p._f.onChange(a);
1100
+ const Me = A(u, Ce, ce), Cr = !G(Me) || Te;
1101
+ if (!ce && h.state.next({
1100
1102
  name: u,
1101
1103
  type: a.type,
1102
1104
  values: W(n)
1103
1105
  }), wr)
1104
- return (f.isValid || y.isValid) && (r.mode === "onBlur" ? ce && h() : ce || h()), Vr && g.state.next({ name: u, ...He ? {} : Me });
1105
- if (!ce && He && g.state.next({ ...t }), r.resolver) {
1106
- const { errors: St } = await j([u]);
1107
- if (_(we), b) {
1108
- const kr = Pt(t.errors, s, u), xt = Pt(St, s, kr.name || u);
1109
- L = xt.error, u = xt.name, X = G(St);
1106
+ return (y.isValid || m.isValid) && (r.mode === "onBlur" ? ce && g() : ce || g()), Cr && h.state.next({ name: u, ...Te ? {} : Me });
1107
+ if (!ce && Te && h.state.next({ ...t }), r.resolver) {
1108
+ const { errors: St } = await M([u]);
1109
+ if (_(Ce), S) {
1110
+ const Vr = Pt(t.errors, s, u), xt = Pt(St, s, Vr.name || u);
1111
+ B = xt.error, u = xt.name, ee = G(St);
1110
1112
  }
1111
1113
  } else
1112
- V([u], !0), L = (await Bt(p, l.disabled, n, x, r.shouldUseNativeValidation))[u], V([u]), _(we), b && (L ? X = !1 : (f.isValid || y.isValid) && (X = await B(s, !0)));
1113
- b && (p._f.deps && (!Array.isArray(p._f.deps) || p._f.deps.length > 0) && fe(p._f.deps), H(u, X, L, Me));
1114
+ k([u], !0), B = (await Lt(p, l.disabled, n, x, r.shouldUseNativeValidation))[u], k([u]), _(Ce), S && (B ? ee = !1 : (y.isValid || m.isValid) && (ee = await U(s, !0)));
1115
+ S && (p._f.deps && (!Array.isArray(p._f.deps) || p._f.deps.length > 0) && fe(p._f.deps), O(u, ee, B, Me));
1114
1116
  }
1115
- }, ge = (a, c) => {
1117
+ }, _e = (a, c) => {
1116
1118
  if (v(t.errors, c) && a.focus)
1117
1119
  return a.focus(), 1;
1118
1120
  }, fe = async (a, c = {}) => {
1119
- let u, b;
1120
- const p = ve(a);
1121
+ let u, S;
1122
+ const p = be(a);
1121
1123
  if (r.resolver) {
1122
- const _ = await ee(O(a) ? a : p);
1123
- u = G(_), b = a ? !p.some((k) => v(_, k)) : u;
1124
- } else a ? (b = (await Promise.all(p.map(async (_) => {
1125
- const k = v(s, _);
1126
- return await B(k && k._f ? { [_]: k } : k);
1127
- }))).every(Boolean), !(!b && !t.isValid) && h()) : b = u = await B(s);
1128
- return g.state.next({
1129
- ...!Y(a) || (f.isValid || y.isValid) && u !== t.isValid ? {} : { name: a },
1124
+ const _ = await te(L(a) ? a : p);
1125
+ u = G(_), S = a ? !p.some((V) => v(_, V)) : u;
1126
+ } else a ? (S = (await Promise.all(p.map(async (_) => {
1127
+ const V = v(s, _);
1128
+ return await U(V && V._f ? { [_]: V } : V);
1129
+ }))).every(Boolean), !(!S && !t.isValid) && g()) : S = u = await U(s);
1130
+ return h.state.next({
1131
+ ...!X(a) || (y.isValid || m.isValid) && u !== t.isValid ? {} : { name: a },
1130
1132
  ...r.resolver || !a ? { isValid: u } : {},
1131
1133
  errors: t.errors
1132
- }), c.shouldFocus && !b && be(s, ge, a ? p : l.mount), b;
1133
- }, Fe = (a, c) => {
1134
+ }), c.shouldFocus && !S && Se(s, _e, a ? p : l.mount), S;
1135
+ }, we = (a, c) => {
1134
1136
  let u = {
1135
1137
  ...i.mount ? n : o
1136
1138
  };
1137
- return c && (u = rr(c.dirtyFields ? t.dirtyFields : t.touchedFields, u)), O(a) ? u : Y(a) ? v(u, a) : a.map((b) => v(u, b));
1138
- }, mt = (a, c) => ({
1139
+ return c && (u = rr(c.dirtyFields ? t.dirtyFields : t.touchedFields, u)), L(a) ? u : X(a) ? v(u, a) : a.map((S) => v(u, S));
1140
+ }, yt = (a, c) => ({
1139
1141
  invalid: !!v((c || t).errors, a),
1140
1142
  isDirty: !!v((c || t).dirtyFields, a),
1141
1143
  error: v((c || t).errors, a),
1142
1144
  isValidating: !!v(t.validatingFields, a),
1143
1145
  isTouched: !!v((c || t).touchedFields, a)
1144
1146
  }), _r = (a) => {
1145
- a && ve(a).forEach((c) => I(t.errors, c)), g.state.next({
1147
+ a && be(a).forEach((c) => j(t.errors, c)), h.state.next({
1146
1148
  errors: a ? t.errors : {}
1147
1149
  });
1148
- }, yt = (a, c, u) => {
1149
- const b = (v(s, a, { _f: {} })._f || {}).ref, p = v(t.errors, a) || {}, { ref: _, message: k, type: R, ...L } = p;
1150
- D(t.errors, a, {
1151
- ...L,
1150
+ }, mt = (a, c, u) => {
1151
+ const S = (v(s, a, { _f: {} })._f || {}).ref, p = v(t.errors, a) || {}, { ref: _, message: V, type: D, ...B } = p;
1152
+ P(t.errors, a, {
1153
+ ...B,
1152
1154
  ...c,
1153
- ref: b
1154
- }), g.state.next({
1155
+ ref: S
1156
+ }), h.state.next({
1155
1157
  name: a,
1156
1158
  errors: t.errors,
1157
1159
  isValid: !1
1158
- }), u && u.shouldFocus && b && b.focus && b.focus();
1159
- }, pr = (a, c) => oe(a) ? g.state.subscribe({
1160
+ }), u && u.shouldFocus && S && S.focus && S.focus();
1161
+ }, pr = (a, c) => oe(a) ? h.state.subscribe({
1160
1162
  next: (u) => "values" in u && a(N(void 0, c), u)
1161
- }) : N(a, c, !0), ht = (a) => g.state.subscribe({
1163
+ }) : N(a, c, !0), ht = (a) => h.state.subscribe({
1162
1164
  next: (c) => {
1163
- os(a.name, c.name, a.exact) && ss(c, a.formState || f, Fr, a.reRenderRoot) && a.callback({
1165
+ os(a.name, c.name, a.exact) && ss(c, a.formState || y, Fr, a.reRenderRoot) && a.callback({
1164
1166
  values: { ...n },
1165
1167
  ...t,
1166
1168
  ...c,
1167
1169
  defaultValues: o
1168
1170
  });
1169
1171
  }
1170
- }).unsubscribe, vr = (a) => (i.mount = !0, y = {
1171
- ...y,
1172
+ }).unsubscribe, vr = (a) => (i.mount = !0, m = {
1173
+ ...m,
1172
1174
  ...a.formState
1173
1175
  }, ht({
1174
1176
  ...a,
1175
- formState: y
1176
- })), Be = (a, c = {}) => {
1177
- for (const u of a ? ve(a) : l.mount)
1178
- l.mount.delete(u), l.array.delete(u), c.keepValue || (I(s, u), I(n, u)), !c.keepError && I(t.errors, u), !c.keepDirty && I(t.dirtyFields, u), !c.keepTouched && I(t.touchedFields, u), !c.keepIsValidating && I(t.validatingFields, u), !r.shouldUnregister && !c.keepDefaultValue && I(o, u);
1179
- g.state.next({
1177
+ formState: m
1178
+ })), Le = (a, c = {}) => {
1179
+ for (const u of a ? be(a) : l.mount)
1180
+ l.mount.delete(u), l.array.delete(u), c.keepValue || (j(s, u), j(n, u)), !c.keepError && j(t.errors, u), !c.keepDirty && j(t.dirtyFields, u), !c.keepTouched && j(t.touchedFields, u), !c.keepIsValidating && j(t.validatingFields, u), !r.shouldUnregister && !c.keepDefaultValue && j(o, u);
1181
+ h.state.next({
1180
1182
  values: W(n)
1181
- }), g.state.next({
1183
+ }), h.state.next({
1182
1184
  ...t,
1183
- ...c.keepDirty ? { isDirty: ne() } : {}
1184
- }), !c.keepIsValid && h();
1185
+ ...c.keepDirty ? { isDirty: J() } : {}
1186
+ }), !c.keepIsValid && g();
1185
1187
  }, gt = ({ disabled: a, name: c }) => {
1186
- (J(a) && i.mount || a || l.disabled.has(c)) && (a ? l.disabled.add(c) : l.disabled.delete(c));
1187
- }, Oe = (a, c = {}) => {
1188
+ (Y(a) && i.mount || a || l.disabled.has(c)) && (a ? l.disabled.add(c) : l.disabled.delete(c));
1189
+ }, He = (a, c = {}) => {
1188
1190
  let u = v(s, a);
1189
- const b = J(c.disabled) || J(r.disabled);
1190
- return D(s, a, {
1191
+ const S = Y(c.disabled) || Y(r.disabled);
1192
+ return P(s, a, {
1191
1193
  ...u || {},
1192
1194
  _f: {
1193
1195
  ...u && u._f ? u._f : { ref: { name: a } },
@@ -1196,120 +1198,120 @@ function cs(e = {}) {
1196
1198
  ...c
1197
1199
  }
1198
1200
  }), l.mount.add(a), u ? gt({
1199
- disabled: J(c.disabled) ? c.disabled : r.disabled,
1201
+ disabled: Y(c.disabled) ? c.disabled : r.disabled,
1200
1202
  name: a
1201
- }) : C(a, !0, c.value), {
1202
- ...b ? { disabled: c.disabled || r.disabled } : {},
1203
+ }) : $(a, !0, c.value), {
1204
+ ...S ? { disabled: c.disabled || r.disabled } : {},
1203
1205
  ...r.progressive ? {
1204
1206
  required: !!c.required,
1205
- min: _e(c.min),
1206
- max: _e(c.max),
1207
- minLength: _e(c.minLength),
1208
- maxLength: _e(c.maxLength),
1209
- pattern: _e(c.pattern)
1207
+ min: pe(c.min),
1208
+ max: pe(c.max),
1209
+ minLength: pe(c.minLength),
1210
+ maxLength: pe(c.maxLength),
1211
+ pattern: pe(c.pattern)
1210
1212
  } : {},
1211
1213
  name: a,
1212
- onChange: ie,
1213
- onBlur: ie,
1214
+ onChange: ne,
1215
+ onBlur: ne,
1214
1216
  ref: (p) => {
1215
1217
  if (p) {
1216
- Oe(a, c), u = v(s, a);
1217
- const _ = O(p.value) && p.querySelectorAll && p.querySelectorAll("input,select,textarea")[0] || p, k = Kr(_), R = u._f.refs || [];
1218
- if (k ? R.find((L) => L === _) : _ === u._f.ref)
1218
+ He(a, c), u = v(s, a);
1219
+ const _ = L(p.value) && p.querySelectorAll && p.querySelectorAll("input,select,textarea")[0] || p, V = Kr(_), D = u._f.refs || [];
1220
+ if (V ? D.find((B) => B === _) : _ === u._f.ref)
1219
1221
  return;
1220
- D(s, a, {
1222
+ P(s, a, {
1221
1223
  _f: {
1222
1224
  ...u._f,
1223
- ...k ? {
1225
+ ...V ? {
1224
1226
  refs: [
1225
- ...R.filter(Ie),
1227
+ ...D.filter(Ie),
1226
1228
  _,
1227
1229
  ...Array.isArray(v(o, a)) ? [{}] : []
1228
1230
  ],
1229
1231
  ref: { type: _.type, name: a }
1230
1232
  } : { ref: _ }
1231
1233
  }
1232
- }), C(a, !1, void 0, _);
1234
+ }), $(a, !1, void 0, _);
1233
1235
  } else
1234
1236
  u = v(s, a, {}), u._f && (u._f.mount = !1), (r.shouldUnregister || c.shouldUnregister) && !(Xt(l.array, a) && i.action) && l.unMount.add(a);
1235
1237
  }
1236
1238
  };
1237
- }, Te = () => r.shouldFocusError && be(s, ge, l.mount), br = (a) => {
1238
- J(a) && (g.state.next({ disabled: a }), be(s, (c, u) => {
1239
- const b = v(s, u);
1240
- b && (c.disabled = b._f.disabled || a, Array.isArray(b._f.refs) && b._f.refs.forEach((p) => {
1241
- p.disabled = b._f.disabled || a;
1239
+ }, Oe = () => r.shouldFocusError && Se(s, _e, l.mount), br = (a) => {
1240
+ Y(a) && (h.state.next({ disabled: a }), Se(s, (c, u) => {
1241
+ const S = v(s, u);
1242
+ S && (c.disabled = S._f.disabled || a, Array.isArray(S._f.refs) && S._f.refs.forEach((p) => {
1243
+ p.disabled = S._f.disabled || a;
1242
1244
  }));
1243
1245
  }, 0, !1));
1244
1246
  }, _t = (a, c) => async (u) => {
1245
- let b;
1247
+ let S;
1246
1248
  u && (u.preventDefault && u.preventDefault(), u.persist && u.persist());
1247
1249
  let p = W(n);
1248
- if (g.state.next({
1250
+ if (h.state.next({
1249
1251
  isSubmitting: !0
1250
1252
  }), r.resolver) {
1251
- const { errors: _, values: k } = await j();
1252
- t.errors = _, p = W(k);
1253
+ const { errors: _, values: V } = await M();
1254
+ t.errors = _, p = W(V);
1253
1255
  } else
1254
- await B(s);
1256
+ await U(s);
1255
1257
  if (l.disabled.size)
1256
1258
  for (const _ of l.disabled)
1257
- I(p, _);
1258
- if (I(t.errors, "root"), G(t.errors)) {
1259
- g.state.next({
1259
+ j(p, _);
1260
+ if (j(t.errors, "root"), G(t.errors)) {
1261
+ h.state.next({
1260
1262
  errors: {}
1261
1263
  });
1262
1264
  try {
1263
1265
  await a(p, u);
1264
1266
  } catch (_) {
1265
- b = _;
1267
+ S = _;
1266
1268
  }
1267
1269
  } else
1268
- c && await c({ ...t.errors }, u), Te(), setTimeout(Te);
1269
- if (g.state.next({
1270
+ c && await c({ ...t.errors }, u), Oe(), setTimeout(Oe);
1271
+ if (h.state.next({
1270
1272
  isSubmitted: !0,
1271
1273
  isSubmitting: !1,
1272
- isSubmitSuccessful: G(t.errors) && !b,
1274
+ isSubmitSuccessful: G(t.errors) && !S,
1273
1275
  submitCount: t.submitCount + 1,
1274
1276
  errors: t.errors
1275
- }), b)
1276
- throw b;
1277
+ }), S)
1278
+ throw S;
1277
1279
  }, Sr = (a, c = {}) => {
1278
- v(s, a) && (O(c.defaultValue) ? Z(a, W(v(o, a))) : (Z(a, c.defaultValue), D(o, a, W(c.defaultValue))), c.keepTouched || I(t.touchedFields, a), c.keepDirty || (I(t.dirtyFields, a), t.isDirty = c.defaultValue ? ne(a, W(v(o, a))) : ne()), c.keepError || (I(t.errors, a), f.isValid && h()), g.state.next({ ...t }));
1280
+ v(s, a) && (L(c.defaultValue) ? Q(a, W(v(o, a))) : (Q(a, c.defaultValue), P(o, a, W(c.defaultValue))), c.keepTouched || j(t.touchedFields, a), c.keepDirty || (j(t.dirtyFields, a), t.isDirty = c.defaultValue ? J(a, W(v(o, a))) : J()), c.keepError || (j(t.errors, a), y.isValid && g()), h.state.next({ ...t }));
1279
1281
  }, pt = (a, c = {}) => {
1280
- const u = a ? W(a) : o, b = W(u), p = G(a), _ = p ? o : b;
1282
+ const u = a ? W(a) : o, S = W(u), p = G(a), _ = p ? o : S;
1281
1283
  if (c.keepDefaultValues || (o = u), !c.keepValues) {
1282
1284
  if (c.keepDirtyValues) {
1283
- const k = /* @__PURE__ */ new Set([
1285
+ const V = /* @__PURE__ */ new Set([
1284
1286
  ...l.mount,
1285
- ...Object.keys(he(o, n))
1287
+ ...Object.keys(ge(o, n))
1286
1288
  ]);
1287
- for (const R of Array.from(k))
1288
- v(t.dirtyFields, R) ? D(_, R, v(n, R)) : Z(R, v(_, R));
1289
+ for (const D of Array.from(V))
1290
+ v(t.dirtyFields, D) ? P(_, D, v(n, D)) : Q(D, v(_, D));
1289
1291
  } else {
1290
- if (nt && O(a))
1291
- for (const k of l.mount) {
1292
- const R = v(s, k);
1293
- if (R && R._f) {
1294
- const L = Array.isArray(R._f.refs) ? R._f.refs[0] : R._f.ref;
1295
- if (Re(L)) {
1296
- const X = L.closest("form");
1297
- if (X) {
1298
- X.reset();
1292
+ if (nt && L(a))
1293
+ for (const V of l.mount) {
1294
+ const D = v(s, V);
1295
+ if (D && D._f) {
1296
+ const B = Array.isArray(D._f.refs) ? D._f.refs[0] : D._f.ref;
1297
+ if (Re(B)) {
1298
+ const ee = B.closest("form");
1299
+ if (ee) {
1300
+ ee.reset();
1299
1301
  break;
1300
1302
  }
1301
1303
  }
1302
1304
  }
1303
1305
  }
1304
1306
  if (c.keepFieldsRef)
1305
- for (const k of l.mount)
1306
- Z(k, v(_, k));
1307
+ for (const V of l.mount)
1308
+ Q(V, v(_, V));
1307
1309
  else
1308
1310
  s = {};
1309
1311
  }
1310
- n = r.shouldUnregister ? c.keepDefaultValues ? W(o) : {} : W(_), g.array.next({
1312
+ n = r.shouldUnregister ? c.keepDefaultValues ? W(o) : {} : W(_), h.array.next({
1311
1313
  values: { ..._ }
1312
- }), g.state.next({
1314
+ }), h.state.next({
1313
1315
  values: { ..._ }
1314
1316
  });
1315
1317
  }
@@ -1321,11 +1323,11 @@ function cs(e = {}) {
1321
1323
  watch: /* @__PURE__ */ new Set(),
1322
1324
  watchAll: !1,
1323
1325
  focus: ""
1324
- }, i.mount = !f.isValid || !!c.keepIsValid || !!c.keepDirtyValues || !r.shouldUnregister && !G(_), i.watch = !!r.shouldUnregister, g.state.next({
1326
+ }, i.mount = !y.isValid || !!c.keepIsValid || !!c.keepDirtyValues || !r.shouldUnregister && !G(_), i.watch = !!r.shouldUnregister, h.state.next({
1325
1327
  submitCount: c.keepSubmitCount ? t.submitCount : 0,
1326
1328
  isDirty: p ? !1 : c.keepDirty ? t.isDirty : !!(c.keepDefaultValues && !se(a, o)),
1327
1329
  isSubmitted: c.keepIsSubmitted ? t.isSubmitted : !1,
1328
- dirtyFields: p ? {} : c.keepDirtyValues ? c.keepDefaultValues && n ? he(o, n) : t.dirtyFields : c.keepDefaultValues && a ? he(o, a) : c.keepDirty ? t.dirtyFields : {},
1330
+ dirtyFields: p ? {} : c.keepDirtyValues ? c.keepDefaultValues && n ? ge(o, n) : t.dirtyFields : c.keepDefaultValues && a ? ge(o, a) : c.keepDirty ? t.dirtyFields : {},
1329
1331
  touchedFields: c.keepTouched ? t.touchedFields : {},
1330
1332
  errors: c.keepErrors ? t.errors : {},
1331
1333
  isSubmitSuccessful: c.keepIsSubmitSuccessful ? t.isSubmitSuccessful : !1,
@@ -1333,9 +1335,9 @@ function cs(e = {}) {
1333
1335
  defaultValues: o
1334
1336
  });
1335
1337
  }, vt = (a, c) => pt(oe(a) ? a(n) : a, c), xr = (a, c = {}) => {
1336
- const u = v(s, a), b = u && u._f;
1337
- if (b) {
1338
- const p = b.refs ? b.refs[0] : b.ref;
1338
+ const u = v(s, a), S = u && u._f;
1339
+ if (S) {
1340
+ const p = S.refs ? S.refs[0] : S.ref;
1339
1341
  p.focus && (p.focus(), c.shouldSelect && oe(p.select) && p.select());
1340
1342
  }
1341
1343
  }, Fr = (a) => {
@@ -1345,31 +1347,31 @@ function cs(e = {}) {
1345
1347
  };
1346
1348
  }, bt = {
1347
1349
  control: {
1348
- register: Oe,
1349
- unregister: Be,
1350
- getFieldState: mt,
1350
+ register: He,
1351
+ unregister: Le,
1352
+ getFieldState: yt,
1351
1353
  handleSubmit: _t,
1352
- setError: yt,
1354
+ setError: mt,
1353
1355
  _subscribe: ht,
1354
- _runSchema: j,
1355
- _focusError: Te,
1356
+ _runSchema: M,
1357
+ _focusError: Oe,
1356
1358
  _getWatch: N,
1357
- _getDirty: ne,
1358
- _setValid: h,
1359
- _setFieldArray: E,
1359
+ _getDirty: J,
1360
+ _setValid: g,
1361
+ _setFieldArray: C,
1360
1362
  _setDisabledField: gt,
1361
- _setErrors: $,
1362
- _getFieldArray: P,
1363
+ _setErrors: E,
1364
+ _getFieldArray: R,
1363
1365
  _reset: pt,
1364
1366
  _resetDefaultValues: () => oe(r.defaultValues) && r.defaultValues().then((a) => {
1365
- vt(a, r.resetOptions), g.state.next({
1367
+ vt(a, r.resetOptions), h.state.next({
1366
1368
  isLoading: !1
1367
1369
  });
1368
1370
  }),
1369
- _removeUnmounted: te,
1371
+ _removeUnmounted: ae,
1370
1372
  _disableForm: br,
1371
- _subjects: g,
1372
- _proxyFormState: f,
1373
+ _subjects: h,
1374
+ _proxyFormState: y,
1373
1375
  get _fields() {
1374
1376
  return s;
1375
1377
  },
@@ -1406,18 +1408,18 @@ function cs(e = {}) {
1406
1408
  },
1407
1409
  subscribe: vr,
1408
1410
  trigger: fe,
1409
- register: Oe,
1411
+ register: He,
1410
1412
  handleSubmit: _t,
1411
1413
  watch: pr,
1412
- setValue: Z,
1413
- getValues: Fe,
1414
+ setValue: Q,
1415
+ getValues: we,
1414
1416
  reset: vt,
1415
1417
  resetField: Sr,
1416
1418
  clearErrors: _r,
1417
- unregister: Be,
1418
- setError: yt,
1419
+ unregister: Le,
1420
+ setError: mt,
1419
1421
  setFocus: xr,
1420
- getFieldState: mt
1422
+ getFieldState: yt
1421
1423
  };
1422
1424
  return {
1423
1425
  ...bt,
@@ -1490,7 +1492,7 @@ function us(e = {}) {
1490
1492
  n._state.mount || (n._setValid(), n._state.mount = !0), n._state.watch && (n._state.watch = !1, n._subjects.state.next({ ...n._formState })), n._removeUnmounted();
1491
1493
  }), r.current.formState = tr(s, n), r.current;
1492
1494
  }
1493
- const Ot = (e, r, t) => {
1495
+ const Ht = (e, r, t) => {
1494
1496
  if (e && "reportValidity" in e) {
1495
1497
  const s = v(t, r);
1496
1498
  e.setCustomValidity(s && s.message || ""), e.reportValidity();
@@ -1498,35 +1500,35 @@ const Ot = (e, r, t) => {
1498
1500
  }, rt = (e, r) => {
1499
1501
  for (const t in r.fields) {
1500
1502
  const s = r.fields[t];
1501
- s && s.ref && "reportValidity" in s.ref ? Ot(s.ref, t, e) : s && s.refs && s.refs.forEach((o) => Ot(o, t, e));
1503
+ s && s.ref && "reportValidity" in s.ref ? Ht(s.ref, t, e) : s && s.refs && s.refs.forEach((o) => Ht(o, t, e));
1502
1504
  }
1503
- }, Tt = (e, r) => {
1505
+ }, Ot = (e, r) => {
1504
1506
  r.shouldUseNativeValidation && rt(e, r);
1505
1507
  const t = {};
1506
1508
  for (const s in e) {
1507
1509
  const o = v(r.fields, s), n = Object.assign(e[s] || {}, { ref: o && o.ref });
1508
1510
  if (ds(r.names || Object.keys(e), s)) {
1509
1511
  const i = Object.assign({}, v(t, s));
1510
- D(i, "root", n), D(t, s, i);
1511
- } else D(t, s, n);
1512
+ P(i, "root", n), P(t, s, i);
1513
+ } else P(t, s, n);
1512
1514
  }
1513
1515
  return t;
1514
1516
  }, ds = (e, r) => {
1515
- const t = Ht(r);
1516
- return e.some((s) => Ht(s).match(`^${t}\\.\\d+`));
1517
+ const t = Tt(r);
1518
+ return e.some((s) => Tt(s).match(`^${t}\\.\\d+`));
1517
1519
  };
1518
- function Ht(e) {
1520
+ function Tt(e) {
1519
1521
  return e.replace(/\]|\[/g, "");
1520
1522
  }
1521
1523
  function lr(e, r, t) {
1522
1524
  function s(l, d) {
1523
- var m;
1525
+ var f;
1524
1526
  Object.defineProperty(l, "_zod", {
1525
1527
  value: l._zod ?? {},
1526
1528
  enumerable: !1
1527
- }), (m = l._zod).traits ?? (m.traits = /* @__PURE__ */ new Set()), l._zod.traits.add(e), r(l, d);
1528
- for (const f in i.prototype)
1529
- f in l || Object.defineProperty(l, f, { value: i.prototype[f].bind(l) });
1529
+ }), (f = l._zod).traits ?? (f.traits = /* @__PURE__ */ new Set()), l._zod.traits.add(e), r(l, d);
1530
+ for (const y in i.prototype)
1531
+ y in l || Object.defineProperty(l, y, { value: i.prototype[y].bind(l) });
1530
1532
  l._zod.constr = i, l._zod.def = d;
1531
1533
  }
1532
1534
  const o = (t == null ? void 0 : t.Parent) ?? Object;
@@ -1535,16 +1537,16 @@ function lr(e, r, t) {
1535
1537
  Object.defineProperty(n, "name", { value: e });
1536
1538
  function i(l) {
1537
1539
  var d;
1538
- const m = t != null && t.Parent ? new n() : this;
1539
- s(m, l), (d = m._zod).deferred ?? (d.deferred = []);
1540
- for (const f of m._zod.deferred)
1541
- f();
1542
- return m;
1540
+ const f = t != null && t.Parent ? new n() : this;
1541
+ s(f, l), (d = f._zod).deferred ?? (d.deferred = []);
1542
+ for (const y of f._zod.deferred)
1543
+ y();
1544
+ return f;
1543
1545
  }
1544
1546
  return Object.defineProperty(i, "init", { value: s }), Object.defineProperty(i, Symbol.hasInstance, {
1545
1547
  value: (l) => {
1546
- var d, m;
1547
- return t != null && t.Parent && l instanceof t.Parent ? !0 : (m = (d = l == null ? void 0 : l._zod) == null ? void 0 : d.traits) == null ? void 0 : m.has(e);
1548
+ var d, f;
1549
+ return t != null && t.Parent && l instanceof t.Parent ? !0 : (f = (d = l == null ? void 0 : l._zod) == null ? void 0 : d.traits) == null ? void 0 : f.has(e);
1548
1550
  }
1549
1551
  }), Object.defineProperty(i, "name", { value: e }), i;
1550
1552
  }
@@ -1553,24 +1555,24 @@ class fs extends Error {
1553
1555
  super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
1554
1556
  }
1555
1557
  }
1556
- const ms = {};
1558
+ const ys = {};
1557
1559
  function cr(e) {
1558
- return ms;
1560
+ return ys;
1559
1561
  }
1560
- function ys(e, r) {
1562
+ function ms(e, r) {
1561
1563
  return typeof r == "bigint" ? r.toString() : r;
1562
1564
  }
1563
1565
  const ur = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
1564
1566
  };
1565
- function ze(e) {
1567
+ function $e(e) {
1566
1568
  return typeof e == "string" ? e : e == null ? void 0 : e.message;
1567
1569
  }
1568
1570
  function dr(e, r, t) {
1569
- var o, n, i, l, d, m;
1571
+ var o, n, i, l, d, f;
1570
1572
  const s = { ...e, path: e.path ?? [] };
1571
1573
  if (!e.message) {
1572
- const f = ze((i = (n = (o = e.inst) == null ? void 0 : o._zod.def) == null ? void 0 : n.error) == null ? void 0 : i.call(n, e)) ?? ze((l = r == null ? void 0 : r.error) == null ? void 0 : l.call(r, e)) ?? ze((d = t.customError) == null ? void 0 : d.call(t, e)) ?? ze((m = t.localeError) == null ? void 0 : m.call(t, e)) ?? "Invalid input";
1573
- s.message = f;
1574
+ const y = $e((i = (n = (o = e.inst) == null ? void 0 : o._zod.def) == null ? void 0 : n.error) == null ? void 0 : i.call(n, e)) ?? $e((l = r == null ? void 0 : r.error) == null ? void 0 : l.call(r, e)) ?? $e((d = t.customError) == null ? void 0 : d.call(t, e)) ?? $e((f = t.localeError) == null ? void 0 : f.call(t, e)) ?? "Invalid input";
1575
+ s.message = y;
1574
1576
  }
1575
1577
  return delete s.inst, delete s.continue, r != null && r.reportInput || delete s.input, s;
1576
1578
  }
@@ -1581,11 +1583,11 @@ const fr = (e, r) => {
1581
1583
  }), Object.defineProperty(e, "issues", {
1582
1584
  value: r,
1583
1585
  enumerable: !1
1584
- }), e.message = JSON.stringify(r, ys, 2), Object.defineProperty(e, "toString", {
1586
+ }), e.message = JSON.stringify(r, ms, 2), Object.defineProperty(e, "toString", {
1585
1587
  value: () => e.message,
1586
1588
  enumerable: !1
1587
1589
  });
1588
- }, hs = lr("$ZodError", fr), mr = lr("$ZodError", fr, { Parent: Error }), gs = (e) => (r, t, s, o) => {
1590
+ }, hs = lr("$ZodError", fr), yr = lr("$ZodError", fr, { Parent: Error }), gs = (e) => (r, t, s, o) => {
1589
1591
  const n = s ? Object.assign(s, { async: !1 }) : { async: !1 }, i = r._zod.run({ value: t, issues: [] }, n);
1590
1592
  if (i instanceof Promise)
1591
1593
  throw new fs();
@@ -1594,7 +1596,7 @@ const fr = (e, r) => {
1594
1596
  throw ur(l, o == null ? void 0 : o.callee), l;
1595
1597
  }
1596
1598
  return i.value;
1597
- }, _s = /* @__PURE__ */ gs(mr), ps = (e) => async (r, t, s, o) => {
1599
+ }, _s = /* @__PURE__ */ gs(yr), ps = (e) => async (r, t, s, o) => {
1598
1600
  const n = s ? Object.assign(s, { async: !0 }) : { async: !0 };
1599
1601
  let i = r._zod.run({ value: t, issues: [] }, n);
1600
1602
  if (i instanceof Promise && (i = await i), i.issues.length) {
@@ -1602,7 +1604,7 @@ const fr = (e, r) => {
1602
1604
  throw ur(l, o == null ? void 0 : o.callee), l;
1603
1605
  }
1604
1606
  return i.value;
1605
- }, vs = /* @__PURE__ */ ps(mr);
1607
+ }, vs = /* @__PURE__ */ ps(yr);
1606
1608
  function Mt(e, r) {
1607
1609
  try {
1608
1610
  var t = e();
@@ -1618,13 +1620,13 @@ function bs(e, r) {
1618
1620
  var l = s.unionErrors[0].errors[0];
1619
1621
  t[i] = { message: l.message, type: l.code };
1620
1622
  } else t[i] = { message: n, type: o };
1621
- if ("unionErrors" in s && s.unionErrors.forEach(function(f) {
1622
- return f.errors.forEach(function(y) {
1623
- return e.push(y);
1623
+ if ("unionErrors" in s && s.unionErrors.forEach(function(y) {
1624
+ return y.errors.forEach(function(m) {
1625
+ return e.push(m);
1624
1626
  });
1625
1627
  }), r) {
1626
- var d = t[i].types, m = d && d[s.code];
1627
- t[i] = ut(i, r, t, o, m ? [].concat(m, s.message) : s.message);
1628
+ var d = t[i].types, f = d && d[s.code];
1629
+ t[i] = ut(i, r, t, o, f ? [].concat(f, s.message) : s.message);
1628
1630
  }
1629
1631
  e.shift();
1630
1632
  }
@@ -1637,13 +1639,13 @@ function Ss(e, r) {
1637
1639
  var l = s.errors[0][0];
1638
1640
  t[i] = { message: l.message, type: l.code };
1639
1641
  } else t[i] = { message: n, type: o };
1640
- if (s.code === "invalid_union" && s.errors.forEach(function(f) {
1641
- return f.forEach(function(y) {
1642
- return e.push(y);
1642
+ if (s.code === "invalid_union" && s.errors.forEach(function(y) {
1643
+ return y.forEach(function(m) {
1644
+ return e.push(m);
1643
1645
  });
1644
1646
  }), r) {
1645
- var d = t[i].types, m = d && d[s.code];
1646
- t[i] = ut(i, r, t, o, m ? [].concat(m, s.message) : s.message);
1647
+ var d = t[i].types, f = d && d[s.code];
1648
+ t[i] = ut(i, r, t, o, f ? [].concat(f, s.message) : s.message);
1647
1649
  }
1648
1650
  e.shift();
1649
1651
  }
@@ -1661,7 +1663,7 @@ function xs(e, r, t) {
1661
1663
  }, function(i) {
1662
1664
  if ((function(l) {
1663
1665
  return Array.isArray(l == null ? void 0 : l.issues);
1664
- })(i)) return { values: {}, errors: Tt(bs(i.errors, !n.shouldUseNativeValidation && n.criteriaMode === "all"), n) };
1666
+ })(i)) return { values: {}, errors: Ot(bs(i.errors, !n.shouldUseNativeValidation && n.criteriaMode === "all"), n) };
1665
1667
  throw i;
1666
1668
  }));
1667
1669
  } catch (i) {
@@ -1679,7 +1681,7 @@ function xs(e, r, t) {
1679
1681
  }, function(i) {
1680
1682
  if ((function(l) {
1681
1683
  return l instanceof hs;
1682
- })(i)) return { values: {}, errors: Tt(Ss(i.issues, !n.shouldUseNativeValidation && n.criteriaMode === "all"), n) };
1684
+ })(i)) return { values: {}, errors: Ot(Ss(i.issues, !n.shouldUseNativeValidation && n.criteriaMode === "all"), n) };
1683
1685
  throw i;
1684
1686
  }));
1685
1687
  } catch (i) {
@@ -1688,9 +1690,9 @@ function xs(e, r, t) {
1688
1690
  };
1689
1691
  throw new Error("Invalid input: not a Zod schema");
1690
1692
  }
1691
- const yr = z.createContext(null);
1693
+ const mr = z.createContext(null);
1692
1694
  function Fs() {
1693
- const e = z.useContext(yr);
1695
+ const e = z.useContext(mr);
1694
1696
  if (!e)
1695
1697
  throw new Error("useFormContext must be used within a Form component");
1696
1698
  return e;
@@ -1706,17 +1708,17 @@ function ws({
1706
1708
  style: l,
1707
1709
  formProps: d
1708
1710
  }) {
1709
- const m = us({
1711
+ const f = us({
1710
1712
  resolver: t ? xs(t) : void 0,
1711
1713
  defaultValues: s,
1712
1714
  mode: o,
1713
1715
  reValidateMode: n
1714
- }), f = m.handleSubmit(e);
1715
- return /* @__PURE__ */ F(yr.Provider, { value: m, children: /* @__PURE__ */ F("form", { ...d, className: i, style: l, onSubmit: f, children: typeof r == "function" ? r(m) : r }) });
1716
+ }), y = f.handleSubmit(e);
1717
+ return /* @__PURE__ */ w(mr.Provider, { value: f, children: /* @__PURE__ */ w("form", { ...d, className: i, style: l, onSubmit: y, children: typeof r == "function" ? r(f) : r }) });
1716
1718
  }
1717
- const Uo = ws, Vs = "FormError-module__formError___kaUBn", ks = {
1718
- formError: Vs
1719
- }, Cs = ({
1719
+ const qo = ws, Cs = "FormError-module__formError___kaUBn", Vs = {
1720
+ formError: Cs
1721
+ }, ks = ({
1720
1722
  // Color prop
1721
1723
  color: e,
1722
1724
  // Content
@@ -1727,14 +1729,14 @@ const Uo = ws, Vs = "FormError-module__formError___kaUBn", ks = {
1727
1729
  // Element-specific props
1728
1730
  divProps: o
1729
1731
  }) => {
1730
- const n = T(), i = {
1732
+ const n = H(), i = {
1731
1733
  "--form-error-margin-top": `calc(${n.fonts.rhythm} * 0.17)`,
1732
1734
  color: e || n.colors.error,
1733
1735
  ...s
1734
1736
  // Top level style prop overrides
1735
- }, l = [ks.formError, t].filter(Boolean).join(" ");
1736
- return /* @__PURE__ */ F("div", { ...o, className: l, style: i, role: "alert", "aria-live": "polite", children: r });
1737
- }, zs = "FormGroup-module__formGroup___aVI-B", $s = "FormGroup-module__inputWrapper___429QE", Es = "FormGroup-module__indented___t61iz", As = "FormGroup-module__disabled___W-tJ0", Ns = "FormGroup-module__required___mO3xA", ye = {
1737
+ }, l = [Vs.formError, t].filter(Boolean).join(" ");
1738
+ return /* @__PURE__ */ w("div", { ...o, className: l, style: i, role: "alert", "aria-live": "polite", children: r });
1739
+ }, zs = "FormGroup-module__formGroup___aVI-B", $s = "FormGroup-module__inputWrapper___429QE", Es = "FormGroup-module__indented___t61iz", As = "FormGroup-module__disabled___W-tJ0", Ns = "FormGroup-module__required___mO3xA", me = {
1738
1740
  formGroup: zs,
1739
1741
  inputWrapper: $s,
1740
1742
  indented: Es,
@@ -1755,37 +1757,37 @@ const Uo = ws, Vs = "FormError-module__formError___kaUBn", ks = {
1755
1757
  // Content
1756
1758
  children: d,
1757
1759
  // Style overrides
1758
- className: m,
1759
- style: f,
1760
+ className: f,
1761
+ style: y,
1760
1762
  // Element-specific props
1761
- divProps: y
1763
+ divProps: m
1762
1764
  }) => {
1763
- const g = T(), x = [
1764
- ye.formGroup,
1765
- r ? ye.error : "",
1766
- e ? ye.disabled : "",
1767
- m
1768
- ].filter(Boolean).join(" "), w = {
1769
- "--form-group-margin-bottom": `calc(${g.fonts.rhythm} * 0.35)`,
1770
- ...f
1771
- }, h = z.Children.map(d, (V) => {
1772
- if (z.isValidElement(V)) {
1773
- const E = {};
1774
- if (e && V.props.disabled === void 0 && (E.disabled = !0), r && V.props.error === void 0 && (E.error = !0), o && V.props.id === void 0 && (E.id = o), Object.keys(E).length > 0)
1775
- return z.cloneElement(V, E);
1765
+ const h = H(), x = [
1766
+ me.formGroup,
1767
+ r ? me.error : "",
1768
+ e ? me.disabled : "",
1769
+ f
1770
+ ].filter(Boolean).join(" "), F = {
1771
+ "--form-group-margin-bottom": `calc(${h.fonts.rhythm} * 0.35)`,
1772
+ ...y
1773
+ }, g = z.Children.map(d, (k) => {
1774
+ if (z.isValidElement(k)) {
1775
+ const C = {};
1776
+ if (e && k.props.disabled === void 0 && (C.disabled = !0), r && k.props.error === void 0 && (C.error = !0), o && k.props.id === void 0 && (C.id = o), Object.keys(C).length > 0)
1777
+ return z.cloneElement(k, C);
1776
1778
  }
1777
- return V;
1779
+ return k;
1778
1780
  });
1779
- return /* @__PURE__ */ K("div", { ...y, className: x, style: w, children: [
1780
- n && /* @__PURE__ */ K(ot, { htmlFor: o, disabled: e, error: r, ...l, children: [
1781
+ return /* @__PURE__ */ Z("div", { ...m, className: x, style: F, children: [
1782
+ n && /* @__PURE__ */ Z(ot, { htmlFor: o, disabled: e, error: r, ...l, children: [
1781
1783
  n,
1782
- t && /* @__PURE__ */ K("span", { className: ye.required, "aria-label": "required", children: [
1784
+ t && /* @__PURE__ */ Z("span", { className: me.required, "aria-label": "required", children: [
1783
1785
  " ",
1784
1786
  "*"
1785
1787
  ] })
1786
1788
  ] }),
1787
- /* @__PURE__ */ F("div", { className: `${ye.inputWrapper} ${s ? ye.indented : ""}`, children: h }),
1788
- r && i && /* @__PURE__ */ F(Cs, { children: i })
1789
+ /* @__PURE__ */ w("div", { className: `${me.inputWrapper} ${s ? me.indented : ""}`, children: g }),
1790
+ r && i && /* @__PURE__ */ w(ks, { children: i })
1789
1791
  ] });
1790
1792
  };
1791
1793
  function de({
@@ -1798,45 +1800,45 @@ function de({
1798
1800
  className: i,
1799
1801
  style: l,
1800
1802
  indent: d,
1801
- labelProps: m
1803
+ labelProps: f
1802
1804
  }) {
1803
- const { control: f } = Fs(), {
1804
- field: y,
1805
- fieldState: { error: g }
1805
+ const { control: y } = Fs(), {
1806
+ field: m,
1807
+ fieldState: { error: h }
1806
1808
  } = Qr({
1807
1809
  name: e,
1808
- control: f,
1810
+ control: y,
1809
1811
  rules: o
1810
1812
  });
1811
- return /* @__PURE__ */ F(
1813
+ return /* @__PURE__ */ w(
1812
1814
  Rs,
1813
1815
  {
1814
1816
  label: r,
1815
1817
  name: e,
1816
- error: !!g,
1817
- errorMessage: g == null ? void 0 : g.message,
1818
+ error: !!h,
1819
+ errorMessage: h == null ? void 0 : h.message,
1818
1820
  disabled: n,
1819
1821
  required: t,
1820
1822
  className: i,
1821
1823
  style: l,
1822
1824
  indent: d,
1823
- labelProps: m,
1825
+ labelProps: f,
1824
1826
  children: s({
1825
- value: y.value,
1826
- onChange: y.onChange,
1827
- onBlur: y.onBlur,
1828
- name: y.name,
1829
- error: !!g,
1827
+ value: m.value,
1828
+ onChange: m.onChange,
1829
+ onBlur: m.onBlur,
1830
+ name: m.name,
1831
+ error: !!h,
1830
1832
  indent: d
1831
1833
  })
1832
1834
  }
1833
1835
  );
1834
1836
  }
1835
- const Ds = "Input-module__input___WjT81", Ps = "Input-module__sizeSmall___NFvsi", Ls = "Input-module__sizeLarge___4Boj3", Ue = {
1837
+ const Ds = "Input-module__input___WjT81", Ps = "Input-module__sizeSmall___NFvsi", Bs = "Input-module__sizeLarge___4Boj3", Ue = {
1836
1838
  input: Ds,
1837
1839
  sizeSmall: Ps,
1838
- sizeLarge: Ls
1839
- }, Bs = ({
1840
+ sizeLarge: Bs
1841
+ }, Ls = ({
1840
1842
  color: e = "#000",
1841
1843
  disabled: r = !1,
1842
1844
  fontSize: t = "1em",
@@ -1847,7 +1849,7 @@ const Ds = "Input-module__input___WjT81", Ps = "Input-module__sizeSmall___NFvsi"
1847
1849
  fontSize: t,
1848
1850
  opacity: r ? 0.3 : 1,
1849
1851
  placeholderOpacity: s
1850
- }), Os = ({
1852
+ }), Hs = ({
1851
1853
  // State props
1852
1854
  disabled: e = !1,
1853
1855
  error: r = !1,
@@ -1861,56 +1863,56 @@ const Ds = "Input-module__input___WjT81", Ps = "Input-module__sizeSmall___NFvsi"
1861
1863
  placeholder: i,
1862
1864
  placeholderOpacity: l = 0.3,
1863
1865
  type: d = "text",
1864
- value: m = "",
1866
+ value: f = "",
1865
1867
  // Event handlers
1866
- onChange: f,
1867
- onBlur: y,
1868
+ onChange: y,
1869
+ onBlur: m,
1868
1870
  // Standard React props
1869
- className: g,
1871
+ className: h,
1870
1872
  style: x,
1871
1873
  // Element-specific props
1872
- inputProps: w
1874
+ inputProps: F
1873
1875
  }) => {
1874
- const h = T(), V = h.colors.error, E = r ? V : t || h.colors.primary, S = Bs({
1875
- color: E,
1876
+ const g = H(), k = g.colors.error, C = r ? k : t || g.colors.primary, b = Ls({
1877
+ color: C,
1876
1878
  disabled: e,
1877
- fontSize: h.fonts.size,
1879
+ fontSize: g.fonts.size,
1878
1880
  placeholderOpacity: l
1879
- }), $ = {
1880
- "--placeholder-opacity": S.placeholderOpacity,
1881
- "--input-padding-small": `calc(${h.fonts.rhythm} * ${h.sizes.small.paddingVertical}) calc(${h.fonts.rhythm} * ${h.inputs.paddingHorizontal})`,
1882
- "--input-padding-large": `calc(${h.fonts.rhythm} * ${h.sizes.large.paddingVertical}) calc(${h.fonts.rhythm} * ${h.inputs.paddingHorizontal})`,
1883
- borderColor: S.borderColor,
1884
- borderWidth: h.border.width,
1885
- borderRadius: h.border.radius,
1886
- color: S.color,
1887
- fontSize: S.fontSize,
1888
- opacity: S.opacity,
1881
+ }), E = {
1882
+ "--placeholder-opacity": b.placeholderOpacity,
1883
+ "--input-padding-small": `calc(${g.fonts.rhythm} * ${g.sizes.small.paddingVertical}) calc(${g.fonts.rhythm} * ${g.inputs.paddingHorizontal})`,
1884
+ "--input-padding-large": `calc(${g.fonts.rhythm} * ${g.sizes.large.paddingVertical}) calc(${g.fonts.rhythm} * ${g.inputs.paddingHorizontal})`,
1885
+ borderColor: b.borderColor,
1886
+ borderWidth: g.border.width,
1887
+ borderRadius: g.border.radius,
1888
+ color: b.color,
1889
+ fontSize: b.fontSize,
1890
+ opacity: b.opacity,
1889
1891
  ...x
1890
1892
  // Top level style prop overrides
1891
- }, C = [
1893
+ }, $ = [
1892
1894
  Ue.input,
1893
1895
  s === "small" ? Ue.sizeSmall : Ue.sizeLarge,
1894
- g
1896
+ h
1895
1897
  ].filter(Boolean).join(" ");
1896
- return /* @__PURE__ */ F(
1898
+ return /* @__PURE__ */ w(
1897
1899
  "input",
1898
1900
  {
1899
- ...w,
1900
- className: C,
1901
+ ...F,
1902
+ className: $,
1901
1903
  disabled: e,
1902
1904
  id: o,
1903
1905
  name: n,
1904
- onChange: f,
1905
- onBlur: y,
1906
+ onChange: y,
1907
+ onBlur: m,
1906
1908
  placeholder: i,
1907
1909
  type: d,
1908
- value: m,
1909
- style: $
1910
+ value: f,
1911
+ style: E
1910
1912
  }
1911
1913
  );
1912
1914
  };
1913
- function Wo({
1915
+ function Go({
1914
1916
  name: e,
1915
1917
  label: r,
1916
1918
  required: t,
@@ -1920,7 +1922,7 @@ function Wo({
1920
1922
  style: i,
1921
1923
  ...l
1922
1924
  }) {
1923
- return /* @__PURE__ */ F(
1925
+ return /* @__PURE__ */ w(
1924
1926
  de,
1925
1927
  {
1926
1928
  name: e,
@@ -1930,23 +1932,23 @@ function Wo({
1930
1932
  disabled: o,
1931
1933
  className: n,
1932
1934
  style: i,
1933
- children: ({ value: d, onChange: m, onBlur: f, name: y, error: g }) => /* @__PURE__ */ F(
1934
- Os,
1935
+ children: ({ value: d, onChange: f, onBlur: y, name: m, error: h }) => /* @__PURE__ */ w(
1936
+ Hs,
1935
1937
  {
1936
1938
  ...l,
1937
- name: y,
1939
+ name: m,
1938
1940
  value: d || "",
1939
- onChange: (x) => m(x.target.value),
1940
- inputProps: { onBlur: f },
1941
- error: g
1941
+ onChange: (x) => f(x.target.value),
1942
+ inputProps: { onBlur: y },
1943
+ error: h
1942
1944
  }
1943
1945
  )
1944
1946
  }
1945
1947
  );
1946
1948
  }
1947
- const Ts = "Textarea-module__textarea___Z-y6g", Hs = "Textarea-module__sizeSmall___HHFEM", Ms = "Textarea-module__sizeLarge___5a3sf", We = {
1948
- textarea: Ts,
1949
- sizeSmall: Hs,
1949
+ const Os = "Textarea-module__textarea___Z-y6g", Ts = "Textarea-module__sizeSmall___HHFEM", Ms = "Textarea-module__sizeLarge___5a3sf", We = {
1950
+ textarea: Os,
1951
+ sizeSmall: Ts,
1950
1952
  sizeLarge: Ms
1951
1953
  }, js = ({
1952
1954
  color: e = "#000",
@@ -1971,55 +1973,55 @@ const Ts = "Textarea-module__textarea___Z-y6g", Hs = "Textarea-module__sizeSmall
1971
1973
  placeholder: i,
1972
1974
  placeholderOpacity: l = 0.3,
1973
1975
  rows: d = 3,
1974
- value: m = "",
1976
+ value: f = "",
1975
1977
  // Event handlers
1976
- onChange: f,
1977
- onBlur: y,
1978
+ onChange: y,
1979
+ onBlur: m,
1978
1980
  // Standard React props
1979
- className: g,
1981
+ className: h,
1980
1982
  style: x,
1981
1983
  // Element-specific props
1982
- textareaProps: w
1984
+ textareaProps: F
1983
1985
  }) => {
1984
- const h = T(), V = h.colors.error, E = r ? V : t || h.colors.primary, S = js({
1985
- color: E,
1986
+ const g = H(), k = g.colors.error, C = r ? k : t || g.colors.primary, b = js({
1987
+ color: C,
1986
1988
  disabled: e,
1987
1989
  placeholderOpacity: l
1988
- }), $ = {
1989
- "--placeholder-opacity": S.placeholderOpacity,
1990
- "--textarea-padding-small": `calc(${h.fonts.rhythm} * ${h.sizes.small.paddingVertical}) calc(${h.fonts.rhythm} * ${h.inputs.paddingHorizontal})`,
1991
- "--textarea-padding-large": `calc(${h.fonts.rhythm} * ${h.sizes.large.paddingVertical}) calc(${h.fonts.rhythm} * ${h.inputs.paddingHorizontal})`,
1992
- borderColor: S.borderColor,
1993
- borderWidth: h.border.width,
1994
- borderRadius: h.border.radius,
1995
- color: S.color,
1996
- fontSize: h.fonts.size,
1997
- opacity: S.opacity,
1990
+ }), E = {
1991
+ "--placeholder-opacity": b.placeholderOpacity,
1992
+ "--textarea-padding-small": `calc(${g.fonts.rhythm} * ${g.sizes.small.paddingVertical}) calc(${g.fonts.rhythm} * ${g.inputs.paddingHorizontal})`,
1993
+ "--textarea-padding-large": `calc(${g.fonts.rhythm} * ${g.sizes.large.paddingVertical}) calc(${g.fonts.rhythm} * ${g.inputs.paddingHorizontal})`,
1994
+ borderColor: b.borderColor,
1995
+ borderWidth: g.border.width,
1996
+ borderRadius: g.border.radius,
1997
+ color: b.color,
1998
+ fontSize: g.fonts.size,
1999
+ opacity: b.opacity,
1998
2000
  ...x
1999
2001
  // Top level style overrides
2000
- }, C = [
2002
+ }, $ = [
2001
2003
  We.textarea,
2002
2004
  s === "small" ? We.sizeSmall : We.sizeLarge,
2003
- g
2005
+ h
2004
2006
  ].filter(Boolean).join(" ");
2005
- return /* @__PURE__ */ F(
2007
+ return /* @__PURE__ */ w(
2006
2008
  "textarea",
2007
2009
  {
2008
- ...w,
2009
- className: C,
2010
+ ...F,
2011
+ className: $,
2010
2012
  disabled: e,
2011
2013
  id: o,
2012
2014
  name: n,
2013
- onChange: f,
2014
- onBlur: y,
2015
+ onChange: y,
2016
+ onBlur: m,
2015
2017
  placeholder: i,
2016
2018
  rows: d,
2017
- value: m,
2018
- style: $
2019
+ value: f,
2020
+ style: E
2019
2021
  }
2020
2022
  );
2021
2023
  };
2022
- function qo({
2024
+ function Zo({
2023
2025
  name: e,
2024
2026
  label: r,
2025
2027
  required: t,
@@ -2029,7 +2031,7 @@ function qo({
2029
2031
  style: i,
2030
2032
  ...l
2031
2033
  }) {
2032
- return /* @__PURE__ */ F(
2034
+ return /* @__PURE__ */ w(
2033
2035
  de,
2034
2036
  {
2035
2037
  name: e,
@@ -2039,15 +2041,15 @@ function qo({
2039
2041
  disabled: o,
2040
2042
  className: n,
2041
2043
  style: i,
2042
- children: ({ value: d, onChange: m, onBlur: f, name: y, error: g }) => /* @__PURE__ */ F(
2044
+ children: ({ value: d, onChange: f, onBlur: y, name: m, error: h }) => /* @__PURE__ */ w(
2043
2045
  Is,
2044
2046
  {
2045
2047
  ...l,
2046
- name: y,
2048
+ name: m,
2047
2049
  value: d || "",
2048
- onChange: (x) => m(x.target.value),
2049
- onBlur: f,
2050
- error: g
2050
+ onChange: (x) => f(x.target.value),
2051
+ onBlur: y,
2052
+ error: h
2051
2053
  }
2052
2054
  )
2053
2055
  }
@@ -2099,59 +2101,59 @@ const Us = "Select-module__select___cjdcr", Ws = "Select-module__sizeSmall___i1q
2099
2101
  value: l = "",
2100
2102
  // Event handlers
2101
2103
  onChange: d,
2102
- onBlur: m,
2104
+ onBlur: f,
2103
2105
  // Standard React props
2104
- children: f,
2105
- className: y,
2106
- style: g,
2106
+ children: y,
2107
+ className: m,
2108
+ style: h,
2107
2109
  // Element-specific props
2108
2110
  selectProps: x
2109
2111
  }) => {
2110
- const w = T(), h = w.colors.error, V = r ? h : t || w.colors.primary, E = Gs({
2111
- color: V,
2112
+ const F = H(), g = F.colors.error, k = r ? g : t || F.colors.primary, C = Gs({
2113
+ color: k,
2112
2114
  disabled: e
2113
- }), S = {
2114
- "--select-padding-small": `calc(${w.fonts.rhythm} * ${w.sizes.small.paddingVertical}) calc(${w.fonts.rhythm} * 1.2) calc(${w.fonts.rhythm} * ${w.sizes.small.paddingVertical}) calc(${w.fonts.rhythm} * ${w.inputs.paddingHorizontal})`,
2115
- "--select-padding-large": `calc(${w.fonts.rhythm} * ${w.sizes.large.paddingVertical}) calc(${w.fonts.rhythm} * 1.4) calc(${w.fonts.rhythm} * ${w.sizes.large.paddingVertical}) calc(${w.fonts.rhythm} * ${w.inputs.paddingHorizontal})`,
2116
- backgroundImage: E.backgroundImage,
2115
+ }), b = {
2116
+ "--select-padding-small": `calc(${F.fonts.rhythm} * ${F.sizes.small.paddingVertical}) calc(${F.fonts.rhythm} * 1.2) calc(${F.fonts.rhythm} * ${F.sizes.small.paddingVertical}) calc(${F.fonts.rhythm} * ${F.inputs.paddingHorizontal})`,
2117
+ "--select-padding-large": `calc(${F.fonts.rhythm} * ${F.sizes.large.paddingVertical}) calc(${F.fonts.rhythm} * 1.4) calc(${F.fonts.rhythm} * ${F.sizes.large.paddingVertical}) calc(${F.fonts.rhythm} * ${F.inputs.paddingHorizontal})`,
2118
+ backgroundImage: C.backgroundImage,
2117
2119
  backgroundPosition: "right center",
2118
2120
  backgroundRepeat: "no-repeat",
2119
2121
  backgroundSize: "auto 85%",
2120
2122
  backgroundColor: "transparent",
2121
- borderColor: E.borderColor,
2122
- borderWidth: w.border.width,
2123
- borderRadius: w.border.radius,
2124
- color: E.color,
2125
- cursor: E.cursor,
2126
- fontSize: w.fonts.size,
2127
- opacity: E.opacity,
2128
- ...g
2123
+ borderColor: C.borderColor,
2124
+ borderWidth: F.border.width,
2125
+ borderRadius: F.border.radius,
2126
+ color: C.color,
2127
+ cursor: C.cursor,
2128
+ fontSize: F.fonts.size,
2129
+ opacity: C.opacity,
2130
+ ...h
2129
2131
  // Top level style overrides
2130
- }, $ = [
2132
+ }, E = [
2131
2133
  qe.select,
2132
2134
  s === "small" ? qe.sizeSmall : qe.sizeLarge,
2133
- y
2135
+ m
2134
2136
  ].filter(Boolean).join(" ");
2135
- return /* @__PURE__ */ K(
2137
+ return /* @__PURE__ */ Z(
2136
2138
  "select",
2137
2139
  {
2138
2140
  ...x,
2139
- className: $,
2141
+ className: E,
2140
2142
  disabled: e,
2141
2143
  id: o,
2142
2144
  name: n,
2143
2145
  onChange: d,
2144
- onBlur: m,
2146
+ onBlur: f,
2145
2147
  value: l,
2146
- style: S,
2148
+ style: b,
2147
2149
  children: [
2148
- i !== "" && /* @__PURE__ */ F("option", { disabled: !0, value: "", children: i }),
2149
- f
2150
+ i !== "" && /* @__PURE__ */ w("option", { disabled: !0, value: "", children: i }),
2151
+ y
2150
2152
  ]
2151
2153
  }
2152
2154
  );
2153
2155
  };
2154
- function Go({
2156
+ function Qo({
2155
2157
  name: e,
2156
2158
  label: r,
2157
2159
  required: t,
@@ -2162,7 +2164,7 @@ function Go({
2162
2164
  children: l,
2163
2165
  ...d
2164
2166
  }) {
2165
- return /* @__PURE__ */ F(
2167
+ return /* @__PURE__ */ w(
2166
2168
  de,
2167
2169
  {
2168
2170
  name: e,
@@ -2172,14 +2174,14 @@ function Go({
2172
2174
  disabled: o,
2173
2175
  className: n,
2174
2176
  style: i,
2175
- children: ({ value: m, onChange: f, onBlur: y, name: g, error: x }) => /* @__PURE__ */ F(
2177
+ children: ({ value: f, onChange: y, onBlur: m, name: h, error: x }) => /* @__PURE__ */ w(
2176
2178
  Zs,
2177
2179
  {
2178
2180
  ...d,
2179
- name: g,
2180
- value: m || "",
2181
- onChange: (w) => f(w.target.value),
2182
- onBlur: y,
2181
+ name: h,
2182
+ value: f || "",
2183
+ onChange: (F) => y(F.target.value),
2184
+ onBlur: m,
2183
2185
  error: x,
2184
2186
  children: l
2185
2187
  }
@@ -2187,7 +2189,7 @@ function Go({
2187
2189
  }
2188
2190
  );
2189
2191
  }
2190
- function Zo({
2192
+ function Ko({
2191
2193
  name: e,
2192
2194
  required: r,
2193
2195
  rules: t,
@@ -2196,7 +2198,7 @@ function Zo({
2196
2198
  style: n,
2197
2199
  ...i
2198
2200
  }) {
2199
- return /* @__PURE__ */ F(
2201
+ return /* @__PURE__ */ w(
2200
2202
  de,
2201
2203
  {
2202
2204
  name: e,
@@ -2205,14 +2207,14 @@ function Zo({
2205
2207
  disabled: s,
2206
2208
  className: o,
2207
2209
  style: n,
2208
- children: ({ value: l, onChange: d, name: m, error: f }) => /* @__PURE__ */ F(
2210
+ children: ({ value: l, onChange: d, name: f, error: y }) => /* @__PURE__ */ w(
2209
2211
  Ye,
2210
2212
  {
2211
2213
  ...i,
2212
- name: m,
2214
+ name: f,
2213
2215
  checked: !!l,
2214
- onChange: (y) => d(y.target.checked),
2215
- error: f
2216
+ onChange: (m) => d(m.target.checked),
2217
+ error: y
2216
2218
  }
2217
2219
  )
2218
2220
  }
@@ -2243,65 +2245,65 @@ const Qs = "Radio-module__container___AQxhk", Ks = "Radio-module__svg___zl5kF",
2243
2245
  label: l,
2244
2246
  labelStyle: d,
2245
2247
  // Style overrides
2246
- className: m,
2247
- style: f,
2248
+ className: f,
2249
+ style: y,
2248
2250
  // Element-specific props
2249
- divProps: y
2251
+ divProps: m
2250
2252
  }) => {
2251
- const g = T(), x = n || Kt(), w = g.colors.error, h = s ? w : e || g.colors.primary, V = Ys({
2252
- color: h,
2253
+ const h = H(), x = n || Kt(), F = h.colors.error, g = s ? F : e || h.colors.primary, k = Ys({
2254
+ color: g,
2253
2255
  disabled: t
2254
- }), E = (j) => {
2255
- t || i(j);
2256
- }, S = {
2257
- cursor: V.cursor,
2258
- fontSize: g.fonts.size,
2259
- opacity: V.opacity,
2260
- ...f
2256
+ }), C = (M) => {
2257
+ t || i(M);
2258
+ }, b = {
2259
+ cursor: k.cursor,
2260
+ fontSize: h.fonts.size,
2261
+ opacity: k.opacity,
2262
+ ...y
2261
2263
  // Top level style overrides
2262
- }, $ = {
2264
+ }, E = {
2263
2265
  width: "1em"
2264
- }, C = {
2266
+ }, $ = {
2265
2267
  fill: "transparent",
2266
2268
  strokeWidth: "12.5",
2267
- stroke: V.radioColor
2269
+ stroke: k.radioColor
2268
2270
  }, A = {
2269
- fill: V.radioColor
2270
- }, H = [Ge.container, m].filter(Boolean).join(" ");
2271
- return /* @__PURE__ */ K("div", { ...y, className: H, style: S, children: [
2272
- /* @__PURE__ */ F(
2271
+ fill: k.radioColor
2272
+ }, O = [Ge.container, f].filter(Boolean).join(" ");
2273
+ return /* @__PURE__ */ Z("div", { ...m, className: O, style: b, children: [
2274
+ /* @__PURE__ */ w(
2273
2275
  "input",
2274
2276
  {
2275
2277
  id: x,
2276
2278
  checked: r,
2277
2279
  disabled: t,
2278
2280
  name: o,
2279
- onChange: (j) => E({ target: { checked: j.target.checked, name: o, type: "radio" } }),
2281
+ onChange: (M) => C({ target: { checked: M.target.checked, name: o, type: "radio" } }),
2280
2282
  style: { display: "none" },
2281
2283
  type: "radio"
2282
2284
  }
2283
2285
  ),
2284
- /* @__PURE__ */ K(
2286
+ /* @__PURE__ */ Z(
2285
2287
  "svg",
2286
2288
  {
2287
2289
  xmlns: "http://www.w3.org/2000/svg",
2288
2290
  viewBox: "0 0 100 100",
2289
- onClick: () => E({ target: { checked: !r, name: o, type: "radio" } }),
2291
+ onClick: () => C({ target: { checked: !r, name: o, type: "radio" } }),
2290
2292
  className: Ge.svg,
2291
- style: $,
2293
+ style: E,
2292
2294
  children: [
2293
- /* @__PURE__ */ F("circle", { cx: "50", cy: "50", r: "42.5", width: "100%", style: C }),
2294
- r && /* @__PURE__ */ F("circle", { cx: "50", cy: "50", r: "25", style: A })
2295
+ /* @__PURE__ */ w("circle", { cx: "50", cy: "50", r: "42.5", width: "100%", style: $ }),
2296
+ r && /* @__PURE__ */ w("circle", { cx: "50", cy: "50", r: "25", style: A })
2295
2297
  ]
2296
2298
  }
2297
2299
  ),
2298
- l && /* @__PURE__ */ F(
2300
+ l && /* @__PURE__ */ w(
2299
2301
  ot,
2300
2302
  {
2301
2303
  htmlFor: x,
2302
2304
  className: Ge.label,
2303
2305
  style: { paddingBottom: 0, ...d },
2304
- color: V.radioColor,
2306
+ color: k.radioColor,
2305
2307
  disabled: t,
2306
2308
  error: s,
2307
2309
  children: l
@@ -2309,7 +2311,7 @@ const Qs = "Radio-module__container___AQxhk", Ks = "Radio-module__svg___zl5kF",
2309
2311
  )
2310
2312
  ] });
2311
2313
  };
2312
- function Qo({
2314
+ function Jo({
2313
2315
  name: e,
2314
2316
  label: r,
2315
2317
  required: t,
@@ -2320,7 +2322,7 @@ function Qo({
2320
2322
  value: l,
2321
2323
  ...d
2322
2324
  }) {
2323
- return /* @__PURE__ */ F(
2325
+ return /* @__PURE__ */ w(
2324
2326
  de,
2325
2327
  {
2326
2328
  name: e,
@@ -2329,21 +2331,21 @@ function Qo({
2329
2331
  disabled: o,
2330
2332
  className: n,
2331
2333
  style: i,
2332
- children: ({ value: m, onChange: f, name: y, error: g }) => /* @__PURE__ */ F(
2334
+ children: ({ value: f, onChange: y, name: m, error: h }) => /* @__PURE__ */ w(
2333
2335
  hr,
2334
2336
  {
2335
2337
  ...d,
2336
- name: y,
2337
- checked: m === l,
2338
- onChange: () => f(l),
2339
- error: g,
2338
+ name: m,
2339
+ checked: f === l,
2340
+ onChange: () => y(l),
2341
+ error: h,
2340
2342
  label: r
2341
2343
  }
2342
2344
  )
2343
2345
  }
2344
2346
  );
2345
2347
  }
2346
- function Ko({
2348
+ function Yo({
2347
2349
  name: e,
2348
2350
  label: r,
2349
2351
  required: t,
@@ -2353,7 +2355,7 @@ function Ko({
2353
2355
  style: i,
2354
2356
  indent: l = !0
2355
2357
  }) {
2356
- return /* @__PURE__ */ F(
2358
+ return /* @__PURE__ */ w(
2357
2359
  de,
2358
2360
  {
2359
2361
  name: e,
@@ -2368,22 +2370,22 @@ function Ko({
2368
2370
  marginBottom: ".25em"
2369
2371
  }
2370
2372
  },
2371
- children: ({ value: d, onChange: m, name: f, error: y }) => /* @__PURE__ */ F(Se, { children: s.map((g) => /* @__PURE__ */ F(
2373
+ children: ({ value: d, onChange: f, name: y, error: m }) => /* @__PURE__ */ w(xe, { children: s.map((h) => /* @__PURE__ */ w(
2372
2374
  hr,
2373
2375
  {
2374
- name: f,
2375
- checked: d === g.value,
2376
- onChange: () => m(g.value),
2377
- label: g.label,
2378
- disabled: o || g.disabled,
2379
- error: y
2376
+ name: y,
2377
+ checked: d === h.value,
2378
+ onChange: () => f(h.value),
2379
+ label: h.label,
2380
+ disabled: o || h.disabled,
2381
+ error: m
2380
2382
  },
2381
- g.value
2383
+ h.value
2382
2384
  )) })
2383
2385
  }
2384
2386
  );
2385
2387
  }
2386
- function Jo({
2388
+ function Xo({
2387
2389
  name: e,
2388
2390
  label: r,
2389
2391
  required: t,
@@ -2394,7 +2396,7 @@ function Jo({
2394
2396
  style: l,
2395
2397
  indent: d = !0
2396
2398
  }) {
2397
- return /* @__PURE__ */ F(
2399
+ return /* @__PURE__ */ w(
2398
2400
  de,
2399
2401
  {
2400
2402
  name: e,
@@ -2409,39 +2411,39 @@ function Jo({
2409
2411
  marginBottom: ".25em"
2410
2412
  }
2411
2413
  },
2412
- children: ({ value: m, onChange: f, name: y, error: g }) => {
2413
- const x = Array.isArray(m) ? m : [], w = (h, V) => {
2414
- f(V ? [...x, h] : x.filter((E) => E !== h));
2414
+ children: ({ value: f, onChange: y, name: m, error: h }) => {
2415
+ const x = Array.isArray(f) ? f : [], F = (g, k) => {
2416
+ y(k ? [...x, g] : x.filter((C) => C !== g));
2415
2417
  };
2416
- return /* @__PURE__ */ F(Se, { children: s ? s.map((h) => /* @__PURE__ */ F(
2418
+ return /* @__PURE__ */ w(xe, { children: s ? s.map((g) => /* @__PURE__ */ w(
2417
2419
  Ye,
2418
2420
  {
2419
- name: `${y}[]`,
2420
- checked: x.includes(h.value),
2421
- onChange: (V) => w(h.value, V.target.checked),
2422
- label: h.label,
2423
- disabled: n || h.disabled,
2424
- error: g
2421
+ name: `${m}[]`,
2422
+ checked: x.includes(g.value),
2423
+ onChange: (k) => F(g.value, k.target.checked),
2424
+ label: g.label,
2425
+ disabled: n || g.disabled,
2426
+ error: h
2425
2427
  },
2426
- h.value
2427
- )) : z.Children.map(o, (h) => {
2428
- if (z.isValidElement(h) && h.type === Ye) {
2429
- const V = h.props.value || h.props.name;
2430
- return z.cloneElement(h, {
2431
- name: `${y}[]`,
2432
- checked: x.includes(V),
2433
- onChange: (E) => w(V, E.target.checked),
2434
- error: g || h.props.error,
2435
- disabled: n || h.props.disabled
2428
+ g.value
2429
+ )) : z.Children.map(o, (g) => {
2430
+ if (z.isValidElement(g) && g.type === Ye) {
2431
+ const k = g.props.value || g.props.name;
2432
+ return z.cloneElement(g, {
2433
+ name: `${m}[]`,
2434
+ checked: x.includes(k),
2435
+ onChange: (C) => F(k, C.target.checked),
2436
+ error: h || g.props.error,
2437
+ disabled: n || g.props.disabled
2436
2438
  });
2437
2439
  }
2438
- return h;
2440
+ return g;
2439
2441
  }) });
2440
2442
  }
2441
2443
  }
2442
2444
  );
2443
2445
  }
2444
- const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line___gybZM", to = "Hamburger-module__open___gRswh", pe = {
2446
+ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line___gybZM", to = "Hamburger-module__open___gRswh", ve = {
2445
2447
  hamburger: Xs,
2446
2448
  line: eo,
2447
2449
  open: to
@@ -2451,11 +2453,13 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2451
2453
  visible: t,
2452
2454
  border: s
2453
2455
  }) => {
2454
- const o = T();
2456
+ const o = H(), n = e ? "1.5em" : "2em";
2455
2457
  return {
2456
2458
  "--hamburger-border-radius": (s == null ? void 0 : s.radius) || o.border.radius,
2457
2459
  color: r || "inherit",
2458
- display: t ? "flex" : "none"
2460
+ display: t ? "flex" : "none",
2461
+ width: n,
2462
+ height: n
2459
2463
  };
2460
2464
  }, so = ({
2461
2465
  // Color props
@@ -2473,30 +2477,25 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2473
2477
  className: l,
2474
2478
  style: d
2475
2479
  }) => {
2476
- const m = ro({
2480
+ const f = ro({
2477
2481
  compact: t,
2478
2482
  color: e,
2479
2483
  visible: r,
2480
2484
  border: n
2481
- }), f = o ? {
2482
- position: "fixed",
2483
- right: t ? "0.5em" : "1em",
2484
- top: "1em",
2485
- zIndex: 11
2486
- } : {}, y = [pe.hamburger, o ? pe.open : "", l].filter(Boolean).join(" ");
2487
- return /* @__PURE__ */ K(
2485
+ }), y = [ve.hamburger, o ? ve.open : "", l].filter(Boolean).join(" ");
2486
+ return /* @__PURE__ */ Z(
2488
2487
  "button",
2489
2488
  {
2490
2489
  ref: s,
2491
2490
  className: y,
2492
2491
  onClick: () => i(!o),
2493
- style: { ...m, ...f, ...d },
2492
+ style: { ...f, ...d },
2494
2493
  "aria-label": "Toggle menu",
2495
2494
  "aria-expanded": o,
2496
2495
  children: [
2497
- /* @__PURE__ */ F("div", { className: pe.line }),
2498
- /* @__PURE__ */ F("div", { className: pe.line }),
2499
- /* @__PURE__ */ F("div", { className: pe.line })
2496
+ /* @__PURE__ */ w("div", { className: ve.line }),
2497
+ /* @__PURE__ */ w("div", { className: ve.line }),
2498
+ /* @__PURE__ */ w("div", { className: ve.line })
2500
2499
  ]
2501
2500
  }
2502
2501
  );
@@ -2513,22 +2512,22 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2513
2512
  padding: i,
2514
2513
  margin: l,
2515
2514
  gap: d,
2516
- backgroundColor: m,
2517
- color: f
2515
+ backgroundColor: f,
2516
+ color: y
2518
2517
  } = {}) => {
2519
- const y = T();
2518
+ const m = H();
2520
2519
  return {
2521
- "--header-max-width": r || y.layout.maxWidth,
2520
+ "--header-max-width": r || m.layout.maxWidth,
2522
2521
  "--header-min-width": t,
2523
2522
  "--header-width": s,
2524
2523
  "--header-height": o,
2525
- "--header-padding": e ? n || y.layout.paddingSm : i || y.layout.padding,
2524
+ "--header-padding": e ? n || m.layout.paddingSm : i || m.layout.padding,
2526
2525
  "--header-margin": l,
2527
2526
  "--header-gap": d,
2528
- backgroundColor: m,
2529
- color: f
2527
+ backgroundColor: f,
2528
+ color: y
2530
2529
  };
2531
- }, ae = (e) => {
2530
+ }, ie = (e) => {
2532
2531
  const r = typeof window < "u" && typeof window.matchMedia == "function";
2533
2532
  return Er((n) => {
2534
2533
  if (!r) return () => {
@@ -2548,19 +2547,19 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2548
2547
  padding: i,
2549
2548
  paddingSm: l,
2550
2549
  margin: d,
2551
- gap: m,
2552
- breakpoint: f,
2553
- fixed: y = !1,
2550
+ gap: f,
2551
+ breakpoint: y,
2552
+ fixed: m = !1,
2554
2553
  // Content
2555
- children: g,
2554
+ children: h,
2556
2555
  // Style overrides
2557
2556
  className: x,
2558
- style: w,
2557
+ style: F,
2559
2558
  // Element-specific props
2560
- headerProps: h
2559
+ headerProps: g
2561
2560
  }) => {
2562
- const V = T(), E = f || V.breakpoints.sm, { maxWidth: S, unit: $ } = Ae(E), C = ae(`(max-width: ${S}${$})`), A = io({
2563
- isSmallScreen: C,
2561
+ const k = H(), C = y || k.breakpoints.sm, { maxWidth: b, unit: E } = Ae(C), $ = ie(`(max-width: ${b}${E})`), A = io({
2562
+ isSmallScreen: $,
2564
2563
  maxWidth: t,
2565
2564
  minWidth: s,
2566
2565
  width: o,
@@ -2568,133 +2567,148 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2568
2567
  paddingSm: l,
2569
2568
  padding: i,
2570
2569
  margin: d,
2571
- gap: m,
2570
+ gap: f,
2572
2571
  backgroundColor: e,
2573
2572
  color: r
2574
- }), H = [jt.container, x].filter(Boolean).join(" "), j = y ? { position: "fixed", top: 0, left: 0, right: 0, zIndex: 1e3 } : {};
2575
- return /* @__PURE__ */ F("header", { ...h, className: jt.header, style: j, children: /* @__PURE__ */ F(
2573
+ }), O = [jt.container, x].filter(Boolean).join(" "), M = m ? { position: "fixed", top: 0, left: 0, right: 0, zIndex: 1e3 } : {};
2574
+ return /* @__PURE__ */ w("header", { ...g, className: jt.header, style: M, children: /* @__PURE__ */ w(
2576
2575
  "div",
2577
2576
  {
2578
- className: H,
2579
- style: { ...A, ...w },
2580
- children: g
2577
+ className: O,
2578
+ style: { ...A, ...F },
2579
+ children: h
2581
2580
  }
2582
2581
  ) });
2583
- }, lo = "ResponsiveNav-module__nav___xOfv5", co = "ResponsiveNav-module__navMobile___h795P", uo = "ResponsiveNav-module__open___WDCAf", fo = "ResponsiveNav-module__navDesktop___9wscZ", $e = {
2582
+ }, lo = "ResponsiveNav-module__nav___xOfv5", co = "ResponsiveNav-module__navMobile___h795P", uo = "ResponsiveNav-module__navHeader___Me8bB", fo = "ResponsiveNav-module__compact___UhuAE", yo = "ResponsiveNav-module__open___WDCAf", mo = "ResponsiveNav-module__navDesktop___9wscZ", he = {
2584
2583
  nav: lo,
2585
2584
  navMobile: co,
2586
- open: uo,
2587
- navDesktop: fo
2588
- }, mo = ({
2585
+ navHeader: uo,
2586
+ compact: fo,
2587
+ open: yo,
2588
+ navDesktop: mo
2589
+ }, ho = ({
2589
2590
  isMobile: e,
2590
2591
  isCompact: r,
2591
- mobileBackground: t,
2592
- mobileColor: s,
2593
- mobileActiveBackground: o,
2594
- mobileActiveColor: n,
2595
- mobileButtonHoverColor: i
2592
+ mobile: t,
2593
+ desktop: s
2596
2594
  }) => {
2597
- const l = T();
2595
+ const o = H(), n = o.fonts.rhythm;
2598
2596
  return Pe(() => {
2599
- const { rhythm: d } = l.fonts;
2600
- return {
2601
- ...e ? {
2602
- "--mobile-nav-background": t || l.colors.accent,
2603
- "--mobile-nav-color": s || l.colors.primary,
2604
- "--mobile-nav-active-background": o || l.colors.primary,
2605
- "--mobile-nav-active-color": n || l.colors.accent,
2606
- "--mobile-nav-button-hover-text-color": i || t || l.colors.accent,
2607
- "--nav-padding-top": `calc(${d} * 3)`,
2608
- "--nav-link-padding": `calc(${d} * 0.35) calc(${d} * 2)`,
2609
- "--nav-button-margin": `calc(${d} * 0.5) calc(${d} * 1.4)`
2610
- } : {}
2611
- };
2612
- }, [
2613
- t,
2614
- s,
2615
- o,
2616
- n,
2617
- i,
2618
- l.colors.accent,
2619
- l.colors.primary,
2620
- l.fonts,
2621
- e,
2622
- r
2623
- ]);
2624
- }, Yo = ({
2625
- // Color props
2626
- mobileBackground: e,
2627
- mobileColor: r,
2628
- mobileActiveBackground: t,
2629
- mobileActiveColor: s,
2630
- mobileButtonHoverColor: o,
2631
- // Layout props
2632
- breakpoints: n,
2633
- // Content
2634
- children: i,
2635
- // Style overrides
2636
- className: l,
2637
- style: d,
2638
- // Element-specific props
2639
- navProps: m
2597
+ if (e) {
2598
+ const i = (t == null ? void 0 : t.backgroundColor) || o.colors.primary, l = (t == null ? void 0 : t.color) || o.colors.secondary, d = (t == null ? void 0 : t.activeBackgroundColor) || o.colors.accent, f = (t == null ? void 0 : t.activeColor) || o.colors.primary, y = r || t != null && t.compact ? "1.5rem" : "2rem";
2599
+ return {
2600
+ navStyles: {
2601
+ backgroundColor: i,
2602
+ color: l,
2603
+ fontSize: y,
2604
+ ...t == null ? void 0 : t.style
2605
+ },
2606
+ linkActiveStyles: {
2607
+ backgroundColor: d,
2608
+ color: f
2609
+ },
2610
+ linkHoverStyles: {
2611
+ // No hover styles on mobile (touch devices)
2612
+ }
2613
+ };
2614
+ } else {
2615
+ const i = s == null ? void 0 : s.backgroundColor, l = (s == null ? void 0 : s.color) || o.fonts.color, d = (s == null ? void 0 : s.hoverOpacity) ?? 0.5;
2616
+ return {
2617
+ navStyles: {
2618
+ ...i && { backgroundColor: i },
2619
+ color: l,
2620
+ ...s == null ? void 0 : s.style
2621
+ },
2622
+ linkActiveStyles: {
2623
+ opacity: d
2624
+ },
2625
+ linkHoverStyles: {
2626
+ opacity: d
2627
+ }
2628
+ };
2629
+ }
2630
+ }, [e, r, t, s, o, n]);
2631
+ }, en = ({
2632
+ mobile: e,
2633
+ desktop: r,
2634
+ breakpoints: t,
2635
+ children: s,
2636
+ className: o,
2637
+ style: n,
2638
+ navProps: i
2640
2639
  }) => {
2641
- const [f, y] = st(!1), g = Ft(null), x = Ft(null), h = { ...T().breakpoints, ...n }, { maxWidth: V, unit: E } = Ae(h.md), { maxWidth: S, unit: $ } = Ae(h.sm), C = ae(`(max-width: ${V}${E})`), A = ae(`(max-width: ${S}${$})`), H = mo({
2640
+ var J;
2641
+ const [l, d] = st(!1), f = Ft(null), y = Ft(null), m = H(), h = { ...m.breakpoints, ...t }, { maxWidth: x, unit: F } = Ae(h.md), { maxWidth: g, unit: k } = Ae(h.sm), C = ie(`(max-width: ${x}${F})`), b = ie(`(max-width: ${g}${k})`), { navStyles: E, linkActiveStyles: $, linkHoverStyles: A } = ho({
2642
2642
  isMobile: C,
2643
- isCompact: A,
2644
- mobileBackground: e,
2645
- mobileColor: r,
2646
- mobileActiveBackground: t,
2647
- mobileActiveColor: s,
2648
- mobileButtonHoverColor: o
2649
- });
2643
+ isCompact: b,
2644
+ mobile: e,
2645
+ desktop: r
2646
+ }), O = {
2647
+ ...E,
2648
+ // Mobile active state colors
2649
+ ...$.backgroundColor && {
2650
+ "--mobile-active-bg": $.backgroundColor
2651
+ },
2652
+ ...$.color && { "--mobile-active-color": $.color },
2653
+ // Desktop hover opacity
2654
+ ...A.opacity !== void 0 && {
2655
+ "--desktop-hover-opacity": A.opacity
2656
+ }
2657
+ };
2650
2658
  Ke(() => {
2651
- if (C && f) {
2652
- const B = window.scrollY;
2653
- return document.body.style.position = "fixed", document.body.style.top = `-${B}px`, document.body.style.width = "100%", () => {
2654
- document.body.style.position = "", document.body.style.top = "", document.body.style.width = "", window.scrollTo(0, B);
2659
+ if (C && l) {
2660
+ const N = window.scrollY;
2661
+ return document.body.style.position = "fixed", document.body.style.top = `-${N}px`, document.body.style.width = "100%", () => {
2662
+ document.body.style.position = "", document.body.style.top = "", document.body.style.width = "", window.scrollTo(0, N);
2655
2663
  };
2656
2664
  }
2657
- }, [C, f]), Ke(() => {
2658
- const B = (te) => {
2659
- !x.current || x.current.contains(te.target) || g.current && g.current.contains(te.target) || y(!1);
2665
+ }, [C, l]), Ke(() => {
2666
+ const N = (R) => {
2667
+ !y.current || y.current.contains(R.target) || f.current && f.current.contains(R.target) || d(!1);
2660
2668
  };
2661
- return document.addEventListener("mousedown", B), () => {
2662
- document.removeEventListener("mousedown", B);
2669
+ return document.addEventListener("mousedown", N), () => {
2670
+ document.removeEventListener("mousedown", N);
2663
2671
  };
2664
- }, [g, x, y]);
2665
- const j = [
2666
- $e.nav,
2667
- C ? $e.navMobile : $e.navDesktop,
2668
- C && f ? $e.open : "",
2669
- l
2670
- ].filter(Boolean).join(" "), ee = (B) => {
2672
+ }, [f, y, d]);
2673
+ const M = [
2674
+ he.nav,
2675
+ C ? he.navMobile : he.navDesktop,
2676
+ C && l ? he.open : "",
2677
+ C && (b || e != null && e.compact) ? he.compact : "",
2678
+ o
2679
+ ].filter(Boolean).join(" "), te = (N) => {
2671
2680
  if (!C) return;
2672
- B.target.closest("a, button") && y(!1);
2673
- };
2674
- return /* @__PURE__ */ K(Se, { children: [
2675
- /* @__PURE__ */ F(
2681
+ N.target.closest("a, button") && d(!1);
2682
+ }, U = C ? (e == null ? void 0 : e.content) || s : (r == null ? void 0 : r.content) || s, ae = l ? (e == null ? void 0 : e.hamburgerColor) || (e == null ? void 0 : e.color) || m.colors.secondary : (J = e == null ? void 0 : e.hamburgerProps) == null ? void 0 : J.color;
2683
+ return /* @__PURE__ */ Z(xe, { children: [
2684
+ /* @__PURE__ */ w(
2676
2685
  so,
2677
2686
  {
2678
- hamburgerRef: g,
2687
+ hamburgerRef: f,
2679
2688
  visible: C,
2680
- compact: A,
2681
- open: f,
2682
- setOpen: y
2689
+ compact: b,
2690
+ open: l,
2691
+ setOpen: d,
2692
+ color: ae,
2693
+ ...e == null ? void 0 : e.hamburgerProps
2683
2694
  }
2684
2695
  ),
2685
- /* @__PURE__ */ F(
2696
+ /* @__PURE__ */ Z(
2686
2697
  "nav",
2687
2698
  {
2688
- ...m,
2689
- ref: x,
2690
- className: j,
2691
- style: { ...H, ...d },
2692
- onClickCapture: ee,
2693
- children: typeof i == "function" ? i({ setOpen: y }) : i
2699
+ ...i,
2700
+ ref: y,
2701
+ className: M,
2702
+ style: { ...O, ...n },
2703
+ onClickCapture: te,
2704
+ children: [
2705
+ C && l && /* @__PURE__ */ w("div", { className: he.navHeader }),
2706
+ typeof U == "function" ? U({ setOpen: d }) : U
2707
+ ]
2694
2708
  }
2695
2709
  )
2696
2710
  ] });
2697
- }, yo = ({
2711
+ }, go = ({
2698
2712
  // Color props
2699
2713
  color: e,
2700
2714
  backgroundColor: r,
@@ -2706,7 +2720,7 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2706
2720
  // Element-specific props
2707
2721
  divProps: n
2708
2722
  }) => {
2709
- const i = T(), l = e || i.colors.primary, d = r || i.colors.secondary, m = /* @__PURE__ */ F(
2723
+ const i = H(), l = e || i.colors.primary, d = r || i.colors.secondary, f = /* @__PURE__ */ w(
2710
2724
  "div",
2711
2725
  {
2712
2726
  ...t ? void 0 : n,
@@ -2725,16 +2739,16 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2725
2739
  borderTop: `0.1em solid ${d}`
2726
2740
  }
2727
2741
  }
2728
- ), f = /* @__PURE__ */ K(Se, { children: [
2729
- m,
2730
- /* @__PURE__ */ F("style", { children: `
2742
+ ), y = /* @__PURE__ */ Z(xe, { children: [
2743
+ f,
2744
+ /* @__PURE__ */ w("style", { children: `
2731
2745
  @keyframes spin {
2732
2746
  0% { transform: rotate(0deg); }
2733
2747
  100% { transform: rotate(360deg); }
2734
2748
  }
2735
2749
  ` })
2736
2750
  ] });
2737
- return t ? /* @__PURE__ */ F(
2751
+ return t ? /* @__PURE__ */ w(
2738
2752
  "div",
2739
2753
  {
2740
2754
  ...n,
@@ -2748,21 +2762,21 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2748
2762
  ...o
2749
2763
  // Top level style prop overrides
2750
2764
  },
2751
- children: f
2765
+ children: y
2752
2766
  }
2753
- ) : f;
2754
- }, Xo = ({ children: e, loadingComponent: r }) => {
2767
+ ) : y;
2768
+ }, tn = ({ children: e, loadingComponent: r }) => {
2755
2769
  const [t, s] = st(!1);
2756
2770
  return Ke(() => {
2757
2771
  requestAnimationFrame(() => {
2758
2772
  s(!0);
2759
2773
  });
2760
- }, []), t ? /* @__PURE__ */ F(Se, { children: e }) : r || /* @__PURE__ */ F(yo, {});
2761
- }, ho = "Stack-module__stack___yUU-B", go = "Stack-module__vertical___sKTyQ", _o = "Stack-module__horizontal___YsvtV", Ze = {
2762
- stack: ho,
2763
- vertical: go,
2764
- horizontal: _o
2765
- }, en = ({
2774
+ }, []), t ? /* @__PURE__ */ w(xe, { children: e }) : r || /* @__PURE__ */ w(go, {});
2775
+ }, _o = "Stack-module__stack___yUU-B", po = "Stack-module__vertical___sKTyQ", vo = "Stack-module__horizontal___YsvtV", Ze = {
2776
+ stack: _o,
2777
+ vertical: po,
2778
+ horizontal: vo
2779
+ }, rn = ({
2766
2780
  // Layout props
2767
2781
  direction: e = "column",
2768
2782
  // Content
@@ -2778,10 +2792,10 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2778
2792
  e === "row" ? Ze.horizontal : Ze.vertical,
2779
2793
  t
2780
2794
  ].filter(Boolean).join(" ");
2781
- return /* @__PURE__ */ F("div", { ...o, className: n, style: s, children: r });
2782
- }, po = "ResponsiveSection-module__section___gBESK", vo = "ResponsiveSection-module__innerDiv___r1bky", It = {
2783
- section: po,
2784
- innerDiv: vo
2795
+ return /* @__PURE__ */ w("div", { ...o, className: n, style: s, children: r });
2796
+ }, bo = "ResponsiveSection-module__section___gBESK", So = "ResponsiveSection-module__innerDiv___r1bky", It = {
2797
+ section: bo,
2798
+ innerDiv: So
2785
2799
  }, gr = ({
2786
2800
  // Color props
2787
2801
  backgroundColor: e,
@@ -2794,35 +2808,35 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2794
2808
  padding: i,
2795
2809
  paddingSm: l,
2796
2810
  margin: d,
2797
- gap: m,
2798
- verticalRhythm: f = 3,
2811
+ gap: f,
2812
+ verticalRhythm: y = 3,
2799
2813
  // Content
2800
- children: y,
2814
+ children: m,
2801
2815
  // Style overrides
2802
- className: g,
2816
+ className: h,
2803
2817
  style: x,
2804
2818
  // Element-specific props
2805
- sectionProps: w
2819
+ sectionProps: F
2806
2820
  }) => {
2807
- const h = T(), V = ae(`(min-width: ${h.breakpoints.sm})`), E = {
2821
+ const g = H(), k = ie(`(min-width: ${g.breakpoints.sm})`), C = {
2808
2822
  backgroundColor: e,
2809
- color: r || h.fonts.color,
2823
+ color: r || g.fonts.color,
2810
2824
  margin: d,
2811
2825
  ...x
2812
2826
  // Top level style prop overrides
2813
- }, S = `calc(${h.fonts.rhythm} * ${f})`, $ = V ? i || h.layout.padding : l || h.layout.paddingSm, C = {
2814
- "--max-width": t || h.layout.maxWidth,
2827
+ }, b = `calc(${g.fonts.rhythm} * ${y})`, E = k ? i || g.layout.padding : l || g.layout.paddingSm, $ = {
2828
+ "--max-width": t || g.layout.maxWidth,
2815
2829
  "--min-width": s,
2816
2830
  "--width": o,
2817
2831
  "--height": n,
2818
- "--section-padding": `${S} ${$}`,
2819
- "--gap": m
2820
- }, A = [It.section, g].filter(Boolean).join(" ");
2821
- return /* @__PURE__ */ F("section", { ...w, className: A, style: E, children: /* @__PURE__ */ F("div", { className: It.innerDiv, style: C, children: y }) });
2822
- }, bo = "Hero-module__hero___IB2tg", So = "Hero-module__content___rkkfQ", Ut = {
2823
- hero: bo,
2824
- content: So
2825
- }, xo = ({
2832
+ "--section-padding": `${b} ${E}`,
2833
+ "--gap": f
2834
+ }, A = [It.section, h].filter(Boolean).join(" ");
2835
+ return /* @__PURE__ */ w("section", { ...F, className: A, style: C, children: /* @__PURE__ */ w("div", { className: It.innerDiv, style: $, children: m }) });
2836
+ }, xo = "Hero-module__hero___IB2tg", Fo = "Hero-module__content___rkkfQ", Ut = {
2837
+ hero: xo,
2838
+ content: Fo
2839
+ }, wo = ({
2826
2840
  isMd: e = !1,
2827
2841
  isLg: r = !1,
2828
2842
  theme: t
@@ -2835,7 +2849,7 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2835
2849
  "--hero-p-font-size": i,
2836
2850
  "--hero-h1-margin-bottom": `calc(${s} * 0.7)`
2837
2851
  };
2838
- }, [e, r, t.fonts]), tn = ({
2852
+ }, [e, r, t.fonts]), sn = ({
2839
2853
  // Color props
2840
2854
  color: e,
2841
2855
  // Layout props
@@ -2847,21 +2861,21 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2847
2861
  style: o,
2848
2862
  ...n
2849
2863
  }) => {
2850
- const i = T(), l = [Ut.hero, s].filter(Boolean).join(" "), d = (r == null ? void 0 : r.md) || i.breakpoints.md, m = (r == null ? void 0 : r.lg) || i.breakpoints.lg, f = ae(`(min-width: ${d})`), y = ae(`(min-width: ${m})`), g = xo({ isMd: f, isLg: y, theme: i });
2851
- return /* @__PURE__ */ F(
2864
+ const i = H(), l = [Ut.hero, s].filter(Boolean).join(" "), d = (r == null ? void 0 : r.md) || i.breakpoints.md, f = (r == null ? void 0 : r.lg) || i.breakpoints.lg, y = ie(`(min-width: ${d})`), m = ie(`(min-width: ${f})`), h = wo({ isMd: y, isLg: m, theme: i });
2865
+ return /* @__PURE__ */ w(
2852
2866
  gr,
2853
2867
  {
2854
2868
  className: l,
2855
2869
  color: e || i.fonts.color,
2856
- style: { ...g, ...o },
2870
+ style: { ...h, ...o },
2857
2871
  ...n,
2858
- children: /* @__PURE__ */ F("div", { className: Ut.content, children: t })
2872
+ children: /* @__PURE__ */ w("div", { className: Ut.content, children: t })
2859
2873
  }
2860
2874
  );
2861
- }, Fo = "Footer-module__footer___A76NF", wo = "Footer-module__container___QneNs", Wt = {
2862
- footer: Fo,
2863
- container: wo
2864
- }, Vo = ({
2875
+ }, Co = "Footer-module__footer___A76NF", Vo = "Footer-module__container___QneNs", Wt = {
2876
+ footer: Co,
2877
+ container: Vo
2878
+ }, ko = ({
2865
2879
  isSmallScreen: e = !1,
2866
2880
  maxWidth: r,
2867
2881
  minWidth: t,
@@ -2871,22 +2885,22 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2871
2885
  padding: i,
2872
2886
  margin: l,
2873
2887
  gap: d,
2874
- backgroundColor: m,
2875
- color: f
2888
+ backgroundColor: f,
2889
+ color: y
2876
2890
  } = {}) => {
2877
- const y = T();
2891
+ const m = H();
2878
2892
  return {
2879
- maxWidth: r || y.layout.maxWidth,
2893
+ maxWidth: r || m.layout.maxWidth,
2880
2894
  minWidth: t,
2881
2895
  width: s,
2882
2896
  height: o,
2883
- padding: e ? n || y.layout.paddingSm : i || y.layout.padding,
2897
+ padding: e ? n || m.layout.paddingSm : i || m.layout.padding,
2884
2898
  margin: l,
2885
2899
  gap: d,
2886
- backgroundColor: m,
2887
- color: f || y.fonts.color
2900
+ backgroundColor: f,
2901
+ color: y || m.fonts.color
2888
2902
  };
2889
- }, ko = ({
2903
+ }, zo = ({
2890
2904
  // Color props
2891
2905
  backgroundColor: e,
2892
2906
  color: r,
@@ -2898,18 +2912,18 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2898
2912
  padding: i,
2899
2913
  paddingSm: l,
2900
2914
  margin: d,
2901
- gap: m,
2902
- breakPoint: f,
2915
+ gap: f,
2916
+ breakPoint: y,
2903
2917
  // Content
2904
- children: y,
2918
+ children: m,
2905
2919
  // Style overrides
2906
- className: g,
2920
+ className: h,
2907
2921
  style: x,
2908
2922
  // Element-specific props
2909
- footerProps: w
2923
+ footerProps: F
2910
2924
  }) => {
2911
- const h = T(), V = f || h.breakpoints.sm, { maxWidth: E, unit: S } = Ae(V), $ = ae(`(max-width: ${E}${S})`), C = Vo({
2912
- isSmallScreen: $,
2925
+ const g = H(), k = y || g.breakpoints.sm, { maxWidth: C, unit: b } = Ae(k), E = ie(`(max-width: ${C}${b})`), $ = ko({
2926
+ isSmallScreen: E,
2913
2927
  maxWidth: t,
2914
2928
  minWidth: s,
2915
2929
  width: o,
@@ -2917,17 +2931,17 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2917
2931
  paddingSm: l,
2918
2932
  padding: i,
2919
2933
  margin: d,
2920
- gap: m,
2934
+ gap: f,
2921
2935
  backgroundColor: e,
2922
2936
  color: r
2923
- }), A = [Wt.container, g].filter(Boolean).join(" ");
2924
- return /* @__PURE__ */ F("footer", { ...w, className: Wt.footer, children: /* @__PURE__ */ F("div", { className: A, style: { ...C, ...x }, children: y }) });
2925
- }, Co = "FeatureCard-module__card___XQt66", zo = "FeatureCard-module__icon___dXJ92", $o = "FeatureCard-module__title___KxXyA", Eo = "FeatureCard-module__content___68xkw", Ee = {
2926
- card: Co,
2927
- icon: zo,
2928
- title: $o,
2929
- content: Eo
2930
- }, Ao = ({
2937
+ }), A = [Wt.container, h].filter(Boolean).join(" ");
2938
+ return /* @__PURE__ */ w("footer", { ...F, className: Wt.footer, children: /* @__PURE__ */ w("div", { className: A, style: { ...$, ...x }, children: m }) });
2939
+ }, $o = "FeatureCard-module__card___XQt66", Eo = "FeatureCard-module__icon___dXJ92", Ao = "FeatureCard-module__title___KxXyA", No = "FeatureCard-module__content___68xkw", Ee = {
2940
+ card: $o,
2941
+ icon: Eo,
2942
+ title: Ao,
2943
+ content: No
2944
+ }, Ro = ({
2931
2945
  isMd: e = !1,
2932
2946
  theme: r
2933
2947
  }) => Pe(() => {
@@ -2939,7 +2953,7 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2939
2953
  "--feature-icon-margin-bottom": `calc(${t} * 0.7)`,
2940
2954
  "--feature-title-margin-bottom": `calc(${t} * 0.5)`
2941
2955
  };
2942
- }, [e, r.fonts]), rn = ({
2956
+ }, [e, r.fonts]), on = ({
2943
2957
  // Layout props
2944
2958
  breakpoint: e,
2945
2959
  // Content
@@ -2952,24 +2966,24 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2952
2966
  // Element-specific props
2953
2967
  divProps: i
2954
2968
  }) => {
2955
- const l = T(), d = [Ee.card, o].filter(Boolean).join(" "), m = e || l.breakpoints.md, f = ae(`(min-width: ${m})`), y = Ao({ isMd: f, theme: l });
2956
- return /* @__PURE__ */ K(
2969
+ const l = H(), d = [Ee.card, o].filter(Boolean).join(" "), f = e || l.breakpoints.md, y = ie(`(min-width: ${f})`), m = Ro({ isMd: y, theme: l });
2970
+ return /* @__PURE__ */ Z(
2957
2971
  "div",
2958
2972
  {
2959
2973
  ...i,
2960
2974
  className: d,
2961
- style: { ...y, ...n },
2975
+ style: { ...m, ...n },
2962
2976
  children: [
2963
- r && /* @__PURE__ */ F("div", { className: Ee.icon, children: r }),
2964
- /* @__PURE__ */ F("h3", { className: Ee.title, children: t }),
2965
- /* @__PURE__ */ F("div", { className: Ee.content, children: s })
2977
+ r && /* @__PURE__ */ w("div", { className: Ee.icon, children: r }),
2978
+ /* @__PURE__ */ w("h3", { className: Ee.title, children: t }),
2979
+ /* @__PURE__ */ w("div", { className: Ee.content, children: s })
2966
2980
  ]
2967
2981
  }
2968
2982
  );
2969
- }, No = "FeatureGridSection-module__section___wZrbC", Ro = "FeatureGridSection-module__grid___iwPJv", qt = {
2970
- section: No,
2971
- grid: Ro
2972
- }, Do = ({
2983
+ }, Do = "FeatureGridSection-module__section___wZrbC", Po = "FeatureGridSection-module__grid___iwPJv", qt = {
2984
+ section: Do,
2985
+ grid: Po
2986
+ }, Bo = ({
2973
2987
  columns: e,
2974
2988
  isMd: r = !1,
2975
2989
  isLg: t = !1
@@ -2984,7 +2998,7 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2984
2998
  }[e]
2985
2999
  } : {
2986
3000
  "--grid-template-columns": "1fr"
2987
- }, [e, r, t]), sn = ({
3001
+ }, [e, r, t]), nn = ({
2988
3002
  // Layout props
2989
3003
  columns: e = 3,
2990
3004
  breakpoints: r,
@@ -2996,19 +3010,19 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
2996
3010
  style: n,
2997
3011
  ...i
2998
3012
  }) => {
2999
- const l = T(), d = [qt.section, o].filter(Boolean).join(" "), m = (r == null ? void 0 : r.md) || l.breakpoints.md, f = (r == null ? void 0 : r.lg) || l.breakpoints.lg, y = ae(`(min-width: ${m})`), g = ae(`(min-width: ${f})`), x = Do({ columns: e, isMd: y, isLg: g }), w = {
3013
+ const l = H(), d = [qt.section, o].filter(Boolean).join(" "), f = (r == null ? void 0 : r.md) || l.breakpoints.md, y = (r == null ? void 0 : r.lg) || l.breakpoints.lg, m = ie(`(min-width: ${f})`), h = ie(`(min-width: ${y})`), x = Bo({ columns: e, isMd: m, isLg: h }), F = {
3000
3014
  "--section-padding-vertical": `calc(${l.fonts.rhythm} * 2)`
3001
- }, h = {
3015
+ }, g = {
3002
3016
  ...x,
3003
3017
  gap: t,
3004
3018
  ...n
3005
3019
  };
3006
- return /* @__PURE__ */ F(gr, { className: d, style: w, ...i, children: /* @__PURE__ */ F("div", { className: qt.grid, style: h, children: s }) });
3007
- }, Po = "PageLayout-module__layoutContainer___diLdT", Lo = "PageLayout-module__content___h2mBr", Bo = "PageLayout-module__main___Sw7Pv", Qe = {
3008
- layoutContainer: Po,
3009
- content: Lo,
3010
- main: Bo
3011
- }, on = ({
3020
+ return /* @__PURE__ */ w(gr, { className: d, style: F, ...i, children: /* @__PURE__ */ w("div", { className: qt.grid, style: g, children: s }) });
3021
+ }, Lo = "PageLayout-module__layoutContainer___diLdT", Ho = "PageLayout-module__content___h2mBr", Oo = "PageLayout-module__main___Sw7Pv", Qe = {
3022
+ layoutContainer: Lo,
3023
+ content: Ho,
3024
+ main: Oo
3025
+ }, an = ({
3012
3026
  // Content
3013
3027
  header: e,
3014
3028
  footer: r,
@@ -3022,49 +3036,49 @@ const Xs = "Hamburger-module__hamburger___Tf4-t", eo = "Hamburger-module__line__
3022
3036
  divProps: l,
3023
3037
  mainProps: d
3024
3038
  }) => {
3025
- const m = [Qe.layoutContainer, s].filter(Boolean).join(" ");
3026
- return /* @__PURE__ */ K("div", { ...l, className: m, style: o, children: [
3027
- /* @__PURE__ */ K("div", { className: Qe.content, children: [
3028
- e && /* @__PURE__ */ F(ao, { ...n, children: e }),
3029
- /* @__PURE__ */ F("main", { ...d, className: Qe.main, children: t })
3039
+ const f = [Qe.layoutContainer, s].filter(Boolean).join(" ");
3040
+ return /* @__PURE__ */ Z("div", { ...l, className: f, style: o, children: [
3041
+ /* @__PURE__ */ Z("div", { className: Qe.content, children: [
3042
+ e && /* @__PURE__ */ w(ao, { ...n, children: e }),
3043
+ /* @__PURE__ */ w("main", { ...d, className: Qe.main, children: t })
3030
3044
  ] }),
3031
- r && /* @__PURE__ */ F(ko, { ...i, children: r })
3045
+ r && /* @__PURE__ */ w(zo, { ...i, children: r })
3032
3046
  ] });
3033
3047
  };
3034
3048
  export {
3035
- jo as Button,
3036
- Io as CSSReset,
3049
+ Uo as Button,
3050
+ Wo as CSSReset,
3037
3051
  Ye as Checkbox,
3038
- rn as FeatureCard,
3039
- sn as FeatureGridSection,
3040
- ko as Footer,
3041
- Uo as Form,
3042
- Zo as FormCheckbox,
3043
- Jo as FormCheckboxGroup,
3044
- Cs as FormError,
3052
+ on as FeatureCard,
3053
+ nn as FeatureGridSection,
3054
+ zo as Footer,
3055
+ qo as Form,
3056
+ Ko as FormCheckbox,
3057
+ Xo as FormCheckboxGroup,
3058
+ ks as FormError,
3045
3059
  de as FormField,
3046
3060
  Rs as FormGroup,
3047
- Wo as FormInput,
3061
+ Go as FormInput,
3048
3062
  ot as FormLabel,
3049
- Qo as FormRadio,
3050
- Ko as FormRadioGroup,
3051
- Go as FormSelect,
3052
- qo as FormTextarea,
3063
+ Jo as FormRadio,
3064
+ Yo as FormRadioGroup,
3065
+ Qo as FormSelect,
3066
+ Zo as FormTextarea,
3053
3067
  so as Hamburger,
3054
3068
  ao as Header,
3055
- tn as Hero,
3056
- Os as Input,
3057
- yo as LoadingSpinner,
3058
- on as PageLayout,
3069
+ sn as Hero,
3070
+ Hs as Input,
3071
+ go as LoadingSpinner,
3072
+ an as PageLayout,
3059
3073
  hr as Radio,
3060
- Yo as ResponsiveNav,
3074
+ en as ResponsiveNav,
3061
3075
  gr as ResponsiveSection,
3062
3076
  Zs as Select,
3063
- en as Stack,
3064
- Xo as StyleLoader,
3077
+ rn as Stack,
3078
+ tn as StyleLoader,
3065
3079
  Is as Textarea,
3066
- Mo as ThemeProvider,
3080
+ Io as ThemeProvider,
3067
3081
  Ae as parseBreakpoint,
3068
3082
  Fs as useFormContext,
3069
- T as useTheme
3083
+ H as useTheme
3070
3084
  };