digital-rabbit-cl 2.1.1 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/dist/components/{NavItem/NavItem.d.ts → NavDropdown/NavDropdown.d.ts} +7 -5
  2. package/dist/components/NavDropdown/NavDropdown.d.ts.map +1 -0
  3. package/dist/components/NavDropdown/index.d.ts +3 -0
  4. package/dist/components/NavDropdown/index.d.ts.map +1 -0
  5. package/dist/components/NavLink/NavLink.d.ts +25 -0
  6. package/dist/components/NavLink/NavLink.d.ts.map +1 -0
  7. package/dist/components/NavLink/index.d.ts +5 -0
  8. package/dist/components/NavLink/index.d.ts.map +1 -0
  9. package/dist/components/NavLink/useNavLinkStyles.d.ts +18 -0
  10. package/dist/components/NavLink/useNavLinkStyles.d.ts.map +1 -0
  11. package/dist/components/Popover/Popover.d.ts.map +1 -1
  12. package/dist/components/Popover/usePanelAnimation.d.ts +7 -0
  13. package/dist/components/Popover/usePanelAnimation.d.ts.map +1 -0
  14. package/dist/components/Popover/usePopupPosition.d.ts +6 -0
  15. package/dist/components/Popover/usePopupPosition.d.ts.map +1 -0
  16. package/dist/components/ResponsiveNav/ResponsiveNav.d.ts +5 -5
  17. package/dist/components/ResponsiveNav/ResponsiveNav.d.ts.map +1 -1
  18. package/dist/components/ResponsiveNav/useResponsiveNavStyles.d.ts +3 -4
  19. package/dist/components/ResponsiveNav/useResponsiveNavStyles.d.ts.map +1 -1
  20. package/dist/digital-rabbit-cl.es.js +1505 -1456
  21. package/dist/digital-rabbit-cl.umd.js +4 -4
  22. package/dist/index.d.ts +4 -2
  23. package/dist/index.d.ts.map +1 -1
  24. package/package.json +1 -1
  25. package/dist/components/NavItem/NavItem.d.ts.map +0 -1
  26. package/dist/components/NavItem/index.d.ts +0 -3
  27. package/dist/components/NavItem/index.d.ts.map +0 -1
@@ -1,12 +1,12 @@
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;min-height:100%;text-align:left;text-transform:uppercase;overflow-x:hidden}.ResponsiveNav-module__navHeader___Me8bB{height:3.5em;flex-shrink:0}.ResponsiveNav-module__navMobile___h795P.ResponsiveNav-module__compact___UhuAE .ResponsiveNav-module__navHeader___Me8bB{height:3em}.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)}.Popover-module__triggerWrapper___dZpf6{display:inline-block}.Popover-module__popup___JAvrb{max-height:60vh;min-width:120px;overflow:auto}.Popover-module__panelOverlay___1xDU5{top:0;right:0;bottom:0;left:0;pointer-events:none;position:fixed;z-index:1000}.Popover-module__panelOverlayVisible___BgtIQ{pointer-events:auto}.Popover-module__backdrop___e8qHL{top:0;right:0;bottom:0;left:0;position:absolute;transition:background-color .3s ease}.Popover-module__panel___eUJ2E{bottom:0;overflow-y:auto;padding:1rem;position:absolute;top:0;transition:transform .3s ease-in-out}.Popover-module__panelLeft___9nSLp{left:0;transform:translate(-100%)}.Popover-module__panelRight___OrQfl{right:0;transform:translate(100%)}.Popover-module__panelOpen___hhvV-{transform:translate(0)}.Popover-module__panelCloseButton___kALaN{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;height:1.5rem;justify-content:center;padding:0;position:absolute;right:1rem;top:1rem;width:1.5rem}.Popover-module__panelCloseButton___kALaN:hover{opacity:.7}.NavItem-module__trigger___og97w{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:700;gap:.375rem;padding:0;text-decoration:none}.NavItem-module__trigger___og97w:hover,.NavItem-module__triggerOpen___7lIFg{opacity:var(--desktop-hover-opacity, .5)}.NavItem-module__chevron___awf4c{align-items:center;display:inline-flex;transition:transform .2s ease}.NavItem-module__chevronOpen___ZtUGj{transform:rotate(180deg)}.Modal-module__backdrop___GVUh4{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1em}.Modal-module__modal___aD7aP{padding:1em;position:relative;display:flex;flex-direction:column;gap:1em;max-height:90vh;box-shadow:0 10px 40px #0003;outline:none}.Modal-module__header___ILG9i{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.Modal-module__title___A5OeE{margin:0;font-size:1.5rem;font-weight:600;flex:1}.Modal-module__closeButton___3LpSf{background:none;border:none;cursor:pointer;padding:0;width:1.75em;height:1.75em;display:flex;align-items:center;justify-content:center;color:inherit;margin-left:auto;opacity:.6;transition:opacity .2s,transform .2s;flex-shrink:0}.Modal-module__closeButton___3LpSf svg{display:block;flex-shrink:0}.Modal-module__content___dWO-B{overflow-y:auto;flex:1}.Modal-module__actions___hY6zi{flex-shrink:0}@media (max-width: calc(var(--breakpoint-md) - 1px)){.Modal-module__backdrop___GVUh4{padding:.5em}.Modal-module__header___ILG9i,.Modal-module__content___dWO-B,.Modal-module__actions___hY6zi{padding:1rem}.Modal-module__title___A5OeE{font-size:1.25em}}.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 p, jsxs as U, Fragment as pe } from "react/jsx-runtime";
3
- import x, { createContext as mt, useContext as er, useState as ye, useLayoutEffect as Rr, useSyncExternalStore as Or, useRef as Ee, useCallback as Le, useEffect as de, useMemo as We } from "react";
4
- import { createPortal as at } from "react-dom";
5
- const Mr = "Button-module__button___2ZuB7", Dr = "Button-module__sizeSmall___DRT8P", Hr = "Button-module__sizeLarge___yeZSH", Pe = {
6
- button: Mr,
7
- sizeSmall: Dr,
8
- sizeLarge: Hr
9
- }, jr = ({
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__navMobile___h795P{flex-direction:column;font-size:2rem;min-height:100%;text-align:left;text-transform:uppercase;overflow-x:hidden}.ResponsiveNav-module__navHeader___Me8bB{height:3.5em;flex-shrink:0}.ResponsiveNav-module__navMobile___h795P.ResponsiveNav-module__compact___UhuAE .ResponsiveNav-module__navHeader___Me8bB{height:3em}.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>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}.Popover-module__triggerWrapper___dZpf6{display:inline-block}.Popover-module__popup___JAvrb{max-height:60vh;min-width:120px;overflow:auto}.Popover-module__panelOverlay___1xDU5{top:0;right:0;bottom:0;left:0;pointer-events:none;position:fixed;z-index:1000}.Popover-module__panelOverlayVisible___BgtIQ{pointer-events:auto}.Popover-module__backdrop___e8qHL{top:0;right:0;bottom:0;left:0;position:absolute;transition:background-color .3s ease}.Popover-module__panel___eUJ2E{bottom:0;overflow-y:auto;padding:1rem;position:absolute;top:0;transition:transform .3s ease-in-out}.Popover-module__panelLeft___9nSLp{left:0;transform:translate(-100%)}.Popover-module__panelRight___OrQfl{right:0;transform:translate(100%)}.Popover-module__panelOpen___hhvV-{transform:translate(0)}.Popover-module__panelCloseButton___kALaN{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;height:1.5rem;justify-content:center;padding:0;position:absolute;right:1rem;top:1rem;width:1.5rem}.Popover-module__panelCloseButton___kALaN:hover{opacity:.7}.NavDropdown-module__trigger___1PQZp{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;gap:.375rem;padding:0}.NavDropdown-module__chevron___ZLAV7{align-items:center;display:inline-flex;transition:transform .2s ease}.NavDropdown-module__chevronOpen___9mgjr{transform:rotate(180deg)}.Modal-module__backdrop___GVUh4{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1em}.Modal-module__modal___aD7aP{padding:1em;position:relative;display:flex;flex-direction:column;gap:1em;max-height:90vh;box-shadow:0 10px 40px #0003;outline:none}.Modal-module__header___ILG9i{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.Modal-module__title___A5OeE{margin:0;font-size:1.5rem;font-weight:600;flex:1}.Modal-module__closeButton___3LpSf{background:none;border:none;cursor:pointer;padding:0;width:1.75em;height:1.75em;display:flex;align-items:center;justify-content:center;color:inherit;margin-left:auto;opacity:.6;transition:opacity .2s,transform .2s;flex-shrink:0}.Modal-module__closeButton___3LpSf svg{display:block;flex-shrink:0}.Modal-module__content___dWO-B{overflow-y:auto;flex:1}.Modal-module__actions___hY6zi{flex-shrink:0}@media (max-width: calc(var(--breakpoint-md) - 1px)){.Modal-module__backdrop___GVUh4{padding:.5em}.Modal-module__header___ILG9i,.Modal-module__content___dWO-B,.Modal-module__actions___hY6zi{padding:1rem}.Modal-module__title___A5OeE{font-size:1.25em}}.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 _, jsxs as W, Fragment as we } from "react/jsx-runtime";
3
+ import k, { createContext as dt, useContext as Yt, useState as ue, useLayoutEffect as Rr, useSyncExternalStore as Dr, useEffect as ce, useCallback as ke, useRef as Ee, useMemo as je } from "react";
4
+ import { createPortal as st } from "react-dom";
5
+ const Or = "Button-module__button___2ZuB7", Hr = "Button-module__sizeSmall___DRT8P", jr = "Button-module__sizeLarge___yeZSH", Le = {
6
+ button: Or,
7
+ sizeSmall: Hr,
8
+ sizeLarge: jr
9
+ }, Tr = ({
10
10
  isActive: e,
11
11
  disabled: r,
12
12
  color: t,
@@ -15,31 +15,31 @@ const Mr = "Button-module__button___2ZuB7", Dr = "Button-module__sizeSmall___DRT
15
15
  outline: n,
16
16
  theme: a
17
17
  }) => {
18
- const l = t || a.colors.primary, f = a.buttons.textColor;
18
+ const i = t || a.colors.primary, f = a.buttons.textColor;
19
19
  let u, d, h;
20
- n ? (u = "transparent", d = l, h = l, e && (u = o || l, d = o || l, h = s || f)) : (u = l, d = l, h = f, e && (u = o || l, d = o || l, h = s || f));
21
- let y = 1;
22
- return r ? y = 0.3 : e && !o && (y = 0.75), {
20
+ n ? (u = "transparent", d = i, h = i, e && (u = o || i, d = o || i, h = s || f)) : (u = i, d = i, h = f, e && (u = o || i, d = o || i, h = s || f));
21
+ let m = 1;
22
+ return r ? m = 0.3 : e && !o && (m = 0.75), {
23
23
  backgroundColor: u,
24
24
  borderColor: d,
25
25
  color: h,
26
- opacity: y
26
+ opacity: m
27
27
  };
28
28
  };
29
- function tr(e, r) {
29
+ function er(e, r) {
30
30
  const t = { ...e };
31
- return Re(e) && Re(r) && Object.keys(r).forEach((o) => {
31
+ return Pe(e) && Pe(r) && Object.keys(r).forEach((o) => {
32
32
  const s = r[o], n = e[o];
33
- Re(s) && Re(n) ? t[o] = tr(
33
+ Pe(s) && Pe(n) ? t[o] = er(
34
34
  n,
35
35
  s
36
36
  ) : s !== void 0 && (t[o] = s);
37
37
  }), t;
38
38
  }
39
- function Re(e) {
39
+ function Pe(e) {
40
40
  return e && typeof e == "object" && !Array.isArray(e);
41
41
  }
42
- function $e(e) {
42
+ function ze(e) {
43
43
  const r = e.match(/^(\d+(?:\.\d+)?)(px|em|rem)$/);
44
44
  if (!r) {
45
45
  const s = parseInt(e, 10), n = e.replace(/[0-9.]/g, "") || "px";
@@ -54,15 +54,15 @@ function $e(e) {
54
54
  unit: o
55
55
  };
56
56
  }
57
- const Je = {
57
+ const Ze = {
58
58
  primary: "#000",
59
59
  secondary: "#FFF",
60
60
  accent: "#4381C1",
61
61
  error: "#F00",
62
62
  success: "#008000",
63
63
  warning: "#FFEB3B"
64
- }, it = {
65
- colors: Je,
64
+ }, nt = {
65
+ colors: Ze,
66
66
  fonts: {
67
67
  color: "#000",
68
68
  lineHeight: 1.5,
@@ -81,7 +81,7 @@ const Je = {
81
81
  textColor: "#FFF",
82
82
  paddingHorizontal: 0.35,
83
83
  primary: {
84
- textColor: Je.secondary
84
+ textColor: Ze.secondary
85
85
  }
86
86
  },
87
87
  inputs: {
@@ -111,14 +111,14 @@ const Je = {
111
111
  padding: "1rem"
112
112
  },
113
113
  modal: {
114
- backgroundColor: Je.secondary,
114
+ backgroundColor: Ze.secondary,
115
115
  backdropColor: "rgba(0, 0, 0, 0.5)",
116
116
  boxShadow: "0 10px 40px rgba(0, 0, 0, 0.2)"
117
117
  }
118
- }, rr = mt(it), wn = ({ theme: e, children: r }) => {
119
- const t = e ? tr(it, e) : it;
120
- return /* @__PURE__ */ p(rr.Provider, { value: t, children: r });
121
- }, T = () => er(rr), Tr = ({
118
+ }, tr = dt(nt), Fn = ({ theme: e, children: r }) => {
119
+ const t = e ? er(nt, e) : nt;
120
+ return /* @__PURE__ */ _(tr.Provider, { value: t, children: r });
121
+ }, j = () => Yt(tr), Ir = ({
122
122
  // Core styling
123
123
  color: e,
124
124
  hoverColor: r,
@@ -129,77 +129,77 @@ const Je = {
129
129
  outline: n = !1,
130
130
  type: a = "button",
131
131
  // Standard React props
132
- className: l,
132
+ className: i,
133
133
  style: f,
134
134
  buttonProps: u = {},
135
135
  onClick: d,
136
136
  children: h
137
137
  }) => {
138
- const y = T(), [V, w] = ye(!1), k = {
139
- ...jr({
140
- isActive: V,
138
+ const m = j(), [F, w] = ue(!1), C = {
139
+ ...Tr({
140
+ isActive: F,
141
141
  disabled: o,
142
142
  color: e,
143
143
  hoverColor: r,
144
144
  hoverTextColor: t,
145
145
  outline: n,
146
- theme: y
146
+ theme: m
147
147
  }),
148
- fontSize: y.fonts.size,
149
- borderWidth: y.border.width,
150
- borderRadius: y.border.radius,
151
- "--button-padding-small": `calc(${y.fonts.rhythm} * ${y.sizes.small.paddingVertical}) calc(${y.fonts.rhythm} * ${y.buttons.paddingHorizontal})`,
152
- "--button-padding-large": `calc(${y.fonts.rhythm} * ${y.sizes.large.paddingVertical}) calc(${y.fonts.rhythm} * ${y.buttons.paddingHorizontal})`,
148
+ fontSize: m.fonts.size,
149
+ borderWidth: m.border.width,
150
+ borderRadius: m.border.radius,
151
+ "--button-padding-small": `calc(${m.fonts.rhythm} * ${m.sizes.small.paddingVertical}) calc(${m.fonts.rhythm} * ${m.buttons.paddingHorizontal})`,
152
+ "--button-padding-large": `calc(${m.fonts.rhythm} * ${m.sizes.large.paddingVertical}) calc(${m.fonts.rhythm} * ${m.buttons.paddingHorizontal})`,
153
153
  ...f
154
154
  // Top-level style overrides
155
- }, E = [
156
- Pe.button,
157
- s === "small" ? Pe.sizeSmall : Pe.sizeLarge,
158
- n ? Pe.outline : "",
159
- l
155
+ }, $ = [
156
+ Le.button,
157
+ s === "small" ? Le.sizeSmall : Le.sizeLarge,
158
+ n ? Le.outline : "",
159
+ i
160
160
  ].filter(Boolean).join(" ");
161
- return /* @__PURE__ */ p(
161
+ return /* @__PURE__ */ _(
162
162
  "button",
163
163
  {
164
164
  ...u,
165
- className: E,
165
+ className: $,
166
166
  disabled: o,
167
167
  onClick: d,
168
168
  onMouseEnter: () => w(!0),
169
169
  onMouseLeave: () => w(!1),
170
170
  type: a,
171
- style: k,
171
+ style: C,
172
172
  children: h
173
173
  }
174
174
  );
175
175
  };
176
- var Nt = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto < "u" && typeof msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto), Ir = new Uint8Array(16);
177
- function Wr() {
176
+ var Nt = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto < "u" && typeof msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto), Wr = new Uint8Array(16);
177
+ function Ur() {
178
178
  if (!Nt)
179
179
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
180
- return Nt(Ir);
180
+ return Nt(Wr);
181
181
  }
182
- var or = [];
183
- for (var Oe = 0; Oe < 256; ++Oe)
184
- or[Oe] = (Oe + 256).toString(16).substr(1);
185
- function Ur(e, r) {
186
- var t = 0, o = or;
182
+ var rr = [];
183
+ for (var Be = 0; Be < 256; ++Be)
184
+ rr[Be] = (Be + 256).toString(16).substr(1);
185
+ function qr(e, r) {
186
+ var t = 0, o = rr;
187
187
  return [o[e[t++]], o[e[t++]], o[e[t++]], o[e[t++]], "-", o[e[t++]], o[e[t++]], "-", o[e[t++]], o[e[t++]], "-", o[e[t++]], o[e[t++]], "-", o[e[t++]], o[e[t++]], o[e[t++]], o[e[t++]], o[e[t++]], o[e[t++]]].join("");
188
188
  }
189
- function sr(e, r, t) {
189
+ function or(e, r, t) {
190
190
  var o = r && t || 0;
191
191
  typeof e == "string" && (r = e === "binary" ? new Array(16) : null, e = null), e = e || {};
192
- var s = e.random || (e.rng || Wr)();
192
+ var s = e.random || (e.rng || Ur)();
193
193
  if (s[6] = s[6] & 15 | 64, s[8] = s[8] & 63 | 128, r)
194
194
  for (var n = 0; n < 16; ++n)
195
195
  r[o + n] = s[n];
196
- return r || Ur(s);
196
+ return r || qr(s);
197
197
  }
198
- const qr = "Checkbox-module__container___aV9qz", Gr = "Checkbox-module__svg___kkluC", Zr = "Checkbox-module__label___cwRtI", Xe = {
199
- container: qr,
200
- svg: Gr,
201
- label: Zr
202
- }, Qr = ({
198
+ const Gr = "Checkbox-module__container___aV9qz", Zr = "Checkbox-module__svg___kkluC", Qr = "Checkbox-module__label___cwRtI", Qe = {
199
+ container: Gr,
200
+ svg: Zr,
201
+ label: Qr
202
+ }, Kr = ({
203
203
  color: e = "#000",
204
204
  checkmarkColor: r,
205
205
  disabled: t = !1,
@@ -212,10 +212,10 @@ const qr = "Checkbox-module__container___aV9qz", Gr = "Checkbox-module__svg___kk
212
212
  cursor: t ? "default" : "pointer",
213
213
  opacity: t ? 0.3 : 1
214
214
  };
215
- }, Kr = "FormLabel-module__label___0M-fo", Jr = "FormLabel-module__disabled___ktIFp", Bt = {
216
- label: Kr,
217
- disabled: Jr
218
- }, Xr = ({
215
+ }, Jr = "FormLabel-module__label___0M-fo", Xr = "FormLabel-module__disabled___ktIFp", At = {
216
+ label: Jr,
217
+ disabled: Xr
218
+ }, Yr = ({
219
219
  color: e = "#000",
220
220
  disabled: r = !1,
221
221
  fontSize: t = ".85em"
@@ -224,7 +224,7 @@ const qr = "Checkbox-module__container___aV9qz", Gr = "Checkbox-module__svg___kk
224
224
  fontSize: t,
225
225
  opacity: r ? 0.5 : 1,
226
226
  cursor: r ? "not-allowed" : "default"
227
- }), yt = ({
227
+ }), ft = ({
228
228
  // Color prop
229
229
  color: e,
230
230
  // State props
@@ -238,13 +238,13 @@ const qr = "Checkbox-module__container___aV9qz", Gr = "Checkbox-module__svg___kk
238
238
  className: n,
239
239
  style: a,
240
240
  // Element-specific props
241
- labelProps: l
241
+ labelProps: i
242
242
  }) => {
243
- const f = T(), u = f.colors.error, d = t ? u : e || f.colors.primary, h = Xr({
243
+ const f = j(), u = f.colors.error, d = t ? u : e || f.colors.primary, h = Yr({
244
244
  color: d,
245
245
  disabled: r,
246
246
  fontSize: ".85em"
247
- }), y = {
247
+ }), m = {
248
248
  "--form-label-padding-bottom": `calc(${f.fonts.rhythm} * 0.17)`,
249
249
  color: h.color,
250
250
  fontSize: h.fontSize,
@@ -252,9 +252,9 @@ const qr = "Checkbox-module__container___aV9qz", Gr = "Checkbox-module__svg___kk
252
252
  cursor: h.cursor,
253
253
  ...a
254
254
  // Top level style prop overrides
255
- }, V = [Bt.label, r ? Bt.disabled : "", n].filter(Boolean).join(" ");
256
- return /* @__PURE__ */ p("label", { ...l, className: V, htmlFor: o, style: y, children: s });
257
- }, lt = ({
255
+ }, F = [At.label, r ? At.disabled : "", n].filter(Boolean).join(" ");
256
+ return /* @__PURE__ */ _("label", { ...i, className: F, htmlFor: o, style: m, children: s });
257
+ }, at = ({
258
258
  // Color props
259
259
  color: e,
260
260
  checkmarkColor: r,
@@ -265,100 +265,100 @@ const qr = "Checkbox-module__container___aV9qz", Gr = "Checkbox-module__svg___kk
265
265
  error: n = !1,
266
266
  // Form props
267
267
  name: a,
268
- id: l,
268
+ id: i,
269
269
  onChange: f,
270
270
  label: u,
271
271
  labelStyle: d,
272
272
  // Style overrides
273
273
  className: h,
274
- style: y,
274
+ style: m,
275
275
  // Element-specific props
276
- divProps: V
276
+ divProps: F
277
277
  }) => {
278
- const w = T(), g = l || sr(), k = w.colors.error, E = n ? k : e || w.colors.primary, _ = Qr({
279
- color: E,
278
+ const w = j(), p = i || or(), C = w.colors.error, $ = n ? C : e || w.colors.primary, v = Kr({
279
+ color: $,
280
280
  checkmarkColor: r,
281
281
  disabled: s,
282
282
  inverted: o
283
- }), z = (P) => {
284
- s || f(P);
285
- }, $ = {
286
- cursor: _.cursor,
283
+ }), E = (A) => {
284
+ s || f(A);
285
+ }, z = {
286
+ cursor: v.cursor,
287
287
  fontSize: w.fonts.size,
288
- opacity: _.opacity,
289
- ...y
288
+ opacity: v.opacity,
289
+ ...m
290
290
  // Top-level style prop overrides
291
- }, A = {
291
+ }, N = {
292
292
  width: "1em"
293
- }, R = {
294
- fill: o && t ? _.checkboxColor : "transparent",
293
+ }, O = {
294
+ fill: o && t ? v.checkboxColor : "transparent",
295
295
  strokeWidth: "25",
296
- stroke: _.checkboxColor
297
- }, H = {
298
- stroke: _.checkmarkColor,
296
+ stroke: v.checkboxColor
297
+ }, B = {
298
+ stroke: v.checkmarkColor,
299
299
  strokeWidth: "15",
300
300
  fill: "transparent"
301
- }, Q = [Xe.container, h].filter(Boolean).join(" ");
302
- return /* @__PURE__ */ U("div", { ...V, className: Q, style: $, children: [
303
- /* @__PURE__ */ p(
301
+ }, Q = [Qe.container, h].filter(Boolean).join(" ");
302
+ return /* @__PURE__ */ W("div", { ...F, className: Q, style: z, children: [
303
+ /* @__PURE__ */ _(
304
304
  "input",
305
305
  {
306
- id: g,
306
+ id: p,
307
307
  checked: t,
308
308
  disabled: s,
309
- onChange: (P) => z({ target: { checked: P.target.checked, name: a, type: "checkbox" } }),
309
+ onChange: (A) => E({ target: { checked: A.target.checked, name: a, type: "checkbox" } }),
310
310
  name: a,
311
311
  style: { display: "none" },
312
312
  type: "checkbox"
313
313
  }
314
314
  ),
315
- /* @__PURE__ */ U(
315
+ /* @__PURE__ */ W(
316
316
  "svg",
317
317
  {
318
318
  xmlns: "http://www.w3.org/2000/svg",
319
319
  viewBox: "0 0 100 100",
320
- onClick: () => z({ target: { checked: !t, name: a, type: "checkbox" } }),
321
- style: A,
322
- className: Xe.svg,
320
+ onClick: () => E({ target: { checked: !t, name: a, type: "checkbox" } }),
321
+ style: N,
322
+ className: Qe.svg,
323
323
  children: [
324
- /* @__PURE__ */ p("rect", { x: "0", y: "0", height: "100", width: "100", style: R }),
325
- t && /* @__PURE__ */ p("path", { d: "M 25 45 L 45 65 L 75 30", style: H })
324
+ /* @__PURE__ */ _("rect", { x: "0", y: "0", height: "100", width: "100", style: O }),
325
+ t && /* @__PURE__ */ _("path", { d: "M 25 45 L 45 65 L 75 30", style: B })
326
326
  ]
327
327
  }
328
328
  ),
329
- u && /* @__PURE__ */ p(
330
- yt,
329
+ u && /* @__PURE__ */ _(
330
+ ft,
331
331
  {
332
- htmlFor: g,
333
- className: Xe.label,
332
+ htmlFor: p,
333
+ className: Qe.label,
334
334
  style: { paddingBottom: 0, ...d },
335
- color: _.checkboxColor,
335
+ color: v.checkboxColor,
336
336
  disabled: s,
337
337
  error: n,
338
338
  children: u
339
339
  }
340
340
  )
341
341
  ] });
342
- }, Cn = () => {
343
- const e = T();
342
+ }, Vn = () => {
343
+ const e = j();
344
344
  return Rr(() => {
345
345
  const r = document.documentElement;
346
346
  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));
347
347
  }, [e]), null;
348
348
  };
349
- var Ae = (e) => e.type === "checkbox", _e = (e) => e instanceof Date, te = (e) => e == null;
350
- const nr = (e) => typeof e == "object";
351
- var G = (e) => !te(e) && !Array.isArray(e) && nr(e) && !_e(e), ar = (e) => G(e) && e.target ? Ae(e.target) ? e.target.checked : e.target.value : e, Yr = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, ir = (e, r) => e.has(Yr(r)), eo = (e) => {
349
+ var $e = (e) => e.type === "checkbox", he = (e) => e instanceof Date, Y = (e) => e == null;
350
+ const sr = (e) => typeof e == "object";
351
+ var q = (e) => !Y(e) && !Array.isArray(e) && sr(e) && !he(e), nr = (e) => q(e) && e.target ? $e(e.target) ? e.target.checked : e.target.value : e, eo = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, ar = (e, r) => e.has(eo(r)), to = (e) => {
352
352
  const r = e.constructor && e.constructor.prototype;
353
- return G(r) && r.hasOwnProperty("isPrototypeOf");
354
- }, ht = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
353
+ return q(r) && r.hasOwnProperty("isPrototypeOf");
354
+ }, mt = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
355
355
  function Z(e) {
356
356
  let r;
357
357
  const t = Array.isArray(e), o = typeof FileList < "u" ? e instanceof FileList : !1;
358
358
  if (e instanceof Date)
359
359
  r = new Date(e);
360
- else if (!(ht && (e instanceof Blob || o)) && (t || G(e)))
361
- if (r = t ? [] : Object.create(Object.getPrototypeOf(e)), !t && !eo(e))
360
+ else if (!(mt && (e instanceof Blob || o)) && (t || q(e)))
361
+ if (r = t ? [] : Object.create(Object.getPrototypeOf(e)), !t && !to(e))
362
362
  r = e;
363
363
  else
364
364
  for (const s in e)
@@ -367,37 +367,37 @@ function Z(e) {
367
367
  return e;
368
368
  return r;
369
369
  }
370
- var Ue = (e) => /^\w*$/.test(e), W = (e) => e === void 0, gt = (e) => Array.isArray(e) ? e.filter(Boolean) : [], _t = (e) => gt(e.replace(/["|']|\]/g, "").split(/\.|\[/)), S = (e, r, t) => {
371
- if (!r || !G(e))
370
+ var Te = (e) => /^\w*$/.test(e), I = (e) => e === void 0, yt = (e) => Array.isArray(e) ? e.filter(Boolean) : [], ht = (e) => yt(e.replace(/["|']|\]/g, "").split(/\.|\[/)), S = (e, r, t) => {
371
+ if (!r || !q(e))
372
372
  return t;
373
- const o = (Ue(r) ? [r] : _t(r)).reduce((s, n) => te(s) ? s : s[n], e);
374
- return W(o) || o === e ? W(e[r]) ? t : e[r] : o;
375
- }, re = (e) => typeof e == "boolean", D = (e, r, t) => {
373
+ const o = (Te(r) ? [r] : ht(r)).reduce((s, n) => Y(s) ? s : s[n], e);
374
+ return I(o) || o === e ? I(e[r]) ? t : e[r] : o;
375
+ }, te = (e) => typeof e == "boolean", D = (e, r, t) => {
376
376
  let o = -1;
377
- const s = Ue(r) ? [r] : _t(r), n = s.length, a = n - 1;
377
+ const s = Te(r) ? [r] : ht(r), n = s.length, a = n - 1;
378
378
  for (; ++o < n; ) {
379
- const l = s[o];
379
+ const i = s[o];
380
380
  let f = t;
381
381
  if (o !== a) {
382
- const u = e[l];
383
- f = G(u) || Array.isArray(u) ? u : isNaN(+s[o + 1]) ? {} : [];
382
+ const u = e[i];
383
+ f = q(u) || Array.isArray(u) ? u : isNaN(+s[o + 1]) ? {} : [];
384
384
  }
385
- if (l === "__proto__" || l === "constructor" || l === "prototype")
385
+ if (i === "__proto__" || i === "constructor" || i === "prototype")
386
386
  return;
387
- e[l] = f, e = e[l];
387
+ e[i] = f, e = e[i];
388
388
  }
389
389
  };
390
- const je = {
390
+ const De = {
391
391
  BLUR: "blur",
392
392
  FOCUS_OUT: "focusout",
393
393
  CHANGE: "change"
394
- }, ae = {
394
+ }, se = {
395
395
  onBlur: "onBlur",
396
396
  onChange: "onChange",
397
397
  onSubmit: "onSubmit",
398
398
  onTouched: "onTouched",
399
399
  all: "all"
400
- }, fe = {
400
+ }, de = {
401
401
  max: "max",
402
402
  min: "min",
403
403
  maxLength: "maxLength",
@@ -405,10 +405,10 @@ const je = {
405
405
  pattern: "pattern",
406
406
  required: "required",
407
407
  validate: "validate"
408
- }, lr = x.createContext(null);
409
- lr.displayName = "HookFormContext";
410
- const pt = () => x.useContext(lr);
411
- var cr = (e, r, t, o = !0) => {
408
+ }, ir = k.createContext(null);
409
+ ir.displayName = "HookFormContext";
410
+ const pt = () => k.useContext(ir);
411
+ var lr = (e, r, t, o = !0) => {
412
412
  const s = {
413
413
  defaultValues: r._defaultValues
414
414
  };
@@ -416,14 +416,14 @@ var cr = (e, r, t, o = !0) => {
416
416
  Object.defineProperty(s, n, {
417
417
  get: () => {
418
418
  const a = n;
419
- return r._proxyFormState[a] !== ae.all && (r._proxyFormState[a] = !o || ae.all), t && (t[a] = !0), e[a];
419
+ return r._proxyFormState[a] !== se.all && (r._proxyFormState[a] = !o || se.all), t && (t[a] = !0), e[a];
420
420
  }
421
421
  });
422
422
  return s;
423
423
  };
424
- const vt = typeof window < "u" ? x.useLayoutEffect : x.useEffect;
425
- function to(e) {
426
- const r = pt(), { control: t = r.control, disabled: o, name: s, exact: n } = e || {}, [a, l] = x.useState(t._formState), f = x.useRef({
424
+ const _t = typeof window < "u" ? k.useLayoutEffect : k.useEffect;
425
+ function ro(e) {
426
+ const r = pt(), { control: t = r.control, disabled: o, name: s, exact: n } = e || {}, [a, i] = k.useState(t._formState), f = k.useRef({
427
427
  isDirty: !1,
428
428
  isLoading: !1,
429
429
  dirtyFields: !1,
@@ -433,25 +433,25 @@ function to(e) {
433
433
  isValid: !1,
434
434
  errors: !1
435
435
  });
436
- return vt(() => t._subscribe({
436
+ return _t(() => t._subscribe({
437
437
  name: s,
438
438
  formState: f.current,
439
439
  exact: n,
440
440
  callback: (u) => {
441
- !o && l({
441
+ !o && i({
442
442
  ...t._formState,
443
443
  ...u
444
444
  });
445
445
  }
446
- }), [s, o, n]), x.useEffect(() => {
446
+ }), [s, o, n]), k.useEffect(() => {
447
447
  f.current.isValid && t._setValid(!0);
448
- }, [t]), x.useMemo(() => cr(a, t, f.current, !1), [a, t]);
448
+ }, [t]), k.useMemo(() => lr(a, t, f.current, !1), [a, t]);
449
449
  }
450
- var oe = (e) => typeof e == "string", ct = (e, r, t, o, s) => oe(e) ? (o && r.watch.add(e), S(t, e, s)) : Array.isArray(e) ? e.map((n) => (o && r.watch.add(n), S(t, n))) : (o && (r.watchAll = !0), t), ut = (e) => te(e) || !nr(e);
451
- function ie(e, r, t = /* @__PURE__ */ new WeakSet()) {
452
- if (ut(e) || ut(r))
450
+ var re = (e) => typeof e == "string", it = (e, r, t, o, s) => re(e) ? (o && r.watch.add(e), S(t, e, s)) : Array.isArray(e) ? e.map((n) => (o && r.watch.add(n), S(t, n))) : (o && (r.watchAll = !0), t), lt = (e) => Y(e) || !sr(e);
451
+ function ne(e, r, t = /* @__PURE__ */ new WeakSet()) {
452
+ if (lt(e) || lt(r))
453
453
  return e === r;
454
- if (_e(e) && _e(r))
454
+ if (he(e) && he(r))
455
455
  return e.getTime() === r.getTime();
456
456
  const o = Object.keys(e), s = Object.keys(r);
457
457
  if (o.length !== s.length)
@@ -464,67 +464,67 @@ function ie(e, r, t = /* @__PURE__ */ new WeakSet()) {
464
464
  if (!s.includes(n))
465
465
  return !1;
466
466
  if (n !== "ref") {
467
- const l = r[n];
468
- if (_e(a) && _e(l) || G(a) && G(l) || Array.isArray(a) && Array.isArray(l) ? !ie(a, l, t) : a !== l)
467
+ const i = r[n];
468
+ if (he(a) && he(i) || q(a) && q(i) || Array.isArray(a) && Array.isArray(i) ? !ne(a, i, t) : a !== i)
469
469
  return !1;
470
470
  }
471
471
  }
472
472
  return !0;
473
473
  }
474
- function ro(e) {
475
- const r = pt(), { control: t = r.control, name: o, defaultValue: s, disabled: n, exact: a, compute: l } = e || {}, f = x.useRef(s), u = x.useRef(l), d = x.useRef(void 0), h = x.useRef(t), y = x.useRef(o);
476
- u.current = l;
477
- const [V, w] = x.useState(() => {
478
- const $ = t._getWatch(o, f.current);
479
- return u.current ? u.current($) : $;
480
- }), g = x.useCallback(($) => {
481
- const A = ct(o, t._names, $ || t._formValues, !1, f.current);
482
- return u.current ? u.current(A) : A;
483
- }, [t._formValues, t._names, o]), k = x.useCallback(($) => {
474
+ function oo(e) {
475
+ const r = pt(), { control: t = r.control, name: o, defaultValue: s, disabled: n, exact: a, compute: i } = e || {}, f = k.useRef(s), u = k.useRef(i), d = k.useRef(void 0), h = k.useRef(t), m = k.useRef(o);
476
+ u.current = i;
477
+ const [F, w] = k.useState(() => {
478
+ const z = t._getWatch(o, f.current);
479
+ return u.current ? u.current(z) : z;
480
+ }), p = k.useCallback((z) => {
481
+ const N = it(o, t._names, z || t._formValues, !1, f.current);
482
+ return u.current ? u.current(N) : N;
483
+ }, [t._formValues, t._names, o]), C = k.useCallback((z) => {
484
484
  if (!n) {
485
- const A = ct(o, t._names, $ || t._formValues, !1, f.current);
485
+ const N = it(o, t._names, z || t._formValues, !1, f.current);
486
486
  if (u.current) {
487
- const R = u.current(A);
488
- ie(R, d.current) || (w(R), d.current = R);
487
+ const O = u.current(N);
488
+ ne(O, d.current) || (w(O), d.current = O);
489
489
  } else
490
- w(A);
490
+ w(N);
491
491
  }
492
492
  }, [t._formValues, t._names, n, o]);
493
- vt(() => ((h.current !== t || !ie(y.current, o)) && (h.current = t, y.current = o, k()), t._subscribe({
493
+ _t(() => ((h.current !== t || !ne(m.current, o)) && (h.current = t, m.current = o, C()), t._subscribe({
494
494
  name: o,
495
495
  formState: {
496
496
  values: !0
497
497
  },
498
498
  exact: a,
499
- callback: ($) => {
500
- k($.values);
499
+ callback: (z) => {
500
+ C(z.values);
501
501
  }
502
- })), [t, a, o, k]), x.useEffect(() => t._removeUnmounted());
503
- const E = h.current !== t, _ = y.current, z = x.useMemo(() => {
502
+ })), [t, a, o, C]), k.useEffect(() => t._removeUnmounted());
503
+ const $ = h.current !== t, v = m.current, E = k.useMemo(() => {
504
504
  if (n)
505
505
  return null;
506
- const $ = !E && !ie(_, o);
507
- return E || $ ? g() : null;
508
- }, [n, E, o, _, g]);
509
- return z !== null ? z : V;
506
+ const z = !$ && !ne(v, o);
507
+ return $ || z ? p() : null;
508
+ }, [n, $, o, v, p]);
509
+ return E !== null ? E : F;
510
510
  }
511
- function oo(e) {
512
- const r = pt(), { name: t, disabled: o, control: s = r.control, shouldUnregister: n, defaultValue: a } = e, l = ir(s._names.array, t), f = x.useMemo(() => S(s._formValues, t, S(s._defaultValues, t, a)), [s, t, a]), u = ro({
511
+ function so(e) {
512
+ const r = pt(), { name: t, disabled: o, control: s = r.control, shouldUnregister: n, defaultValue: a } = e, i = ar(s._names.array, t), f = k.useMemo(() => S(s._formValues, t, S(s._defaultValues, t, a)), [s, t, a]), u = oo({
513
513
  control: s,
514
514
  name: t,
515
515
  defaultValue: f,
516
516
  exact: !0
517
- }), d = to({
517
+ }), d = ro({
518
518
  control: s,
519
519
  name: t,
520
520
  exact: !0
521
- }), h = x.useRef(e), y = x.useRef(void 0), V = x.useRef(s.register(t, {
521
+ }), h = k.useRef(e), m = k.useRef(void 0), F = k.useRef(s.register(t, {
522
522
  ...e.rules,
523
523
  value: u,
524
- ...re(e.disabled) ? { disabled: e.disabled } : {}
524
+ ...te(e.disabled) ? { disabled: e.disabled } : {}
525
525
  }));
526
526
  h.current = e;
527
- const w = x.useMemo(() => Object.defineProperties({}, {
527
+ const w = k.useMemo(() => Object.defineProperties({}, {
528
528
  invalid: {
529
529
  enumerable: !0,
530
530
  get: () => !!S(d.errors, t)
@@ -545,69 +545,69 @@ function oo(e) {
545
545
  enumerable: !0,
546
546
  get: () => S(d.errors, t)
547
547
  }
548
- }), [d, t]), g = x.useCallback((z) => V.current.onChange({
548
+ }), [d, t]), p = k.useCallback((E) => F.current.onChange({
549
549
  target: {
550
- value: ar(z),
550
+ value: nr(E),
551
551
  name: t
552
552
  },
553
- type: je.CHANGE
554
- }), [t]), k = x.useCallback(() => V.current.onBlur({
553
+ type: De.CHANGE
554
+ }), [t]), C = k.useCallback(() => F.current.onBlur({
555
555
  target: {
556
556
  value: S(s._formValues, t),
557
557
  name: t
558
558
  },
559
- type: je.BLUR
560
- }), [t, s._formValues]), E = x.useCallback((z) => {
561
- const $ = S(s._fields, t);
562
- $ && z && ($._f.ref = {
563
- focus: () => z.focus && z.focus(),
564
- select: () => z.select && z.select(),
565
- setCustomValidity: (A) => z.setCustomValidity(A),
566
- reportValidity: () => z.reportValidity()
559
+ type: De.BLUR
560
+ }), [t, s._formValues]), $ = k.useCallback((E) => {
561
+ const z = S(s._fields, t);
562
+ z && E && (z._f.ref = {
563
+ focus: () => E.focus && E.focus(),
564
+ select: () => E.select && E.select(),
565
+ setCustomValidity: (N) => E.setCustomValidity(N),
566
+ reportValidity: () => E.reportValidity()
567
567
  });
568
- }, [s._fields, t]), _ = x.useMemo(() => ({
568
+ }, [s._fields, t]), v = k.useMemo(() => ({
569
569
  name: t,
570
570
  value: u,
571
- ...re(o) || d.disabled ? { disabled: d.disabled || o } : {},
572
- onChange: g,
573
- onBlur: k,
574
- ref: E
575
- }), [t, o, d.disabled, g, k, E, u]);
576
- return x.useEffect(() => {
577
- const z = s._options.shouldUnregister || n, $ = y.current;
578
- $ && $ !== t && !l && s.unregister($), s.register(t, {
571
+ ...te(o) || d.disabled ? { disabled: d.disabled || o } : {},
572
+ onChange: p,
573
+ onBlur: C,
574
+ ref: $
575
+ }), [t, o, d.disabled, p, C, $, u]);
576
+ return k.useEffect(() => {
577
+ const E = s._options.shouldUnregister || n, z = m.current;
578
+ z && z !== t && !i && s.unregister(z), s.register(t, {
579
579
  ...h.current.rules,
580
- ...re(h.current.disabled) ? { disabled: h.current.disabled } : {}
580
+ ...te(h.current.disabled) ? { disabled: h.current.disabled } : {}
581
581
  });
582
- const A = (R, H) => {
583
- const Q = S(s._fields, R);
584
- Q && Q._f && (Q._f.mount = H);
582
+ const N = (O, B) => {
583
+ const Q = S(s._fields, O);
584
+ Q && Q._f && (Q._f.mount = B);
585
585
  };
586
- if (A(t, !0), z) {
587
- const R = Z(S(s._options.defaultValues, t, h.current.defaultValue));
588
- D(s._defaultValues, t, R), W(S(s._formValues, t)) && D(s._formValues, t, R);
586
+ if (N(t, !0), E) {
587
+ const O = Z(S(s._options.defaultValues, t, h.current.defaultValue));
588
+ D(s._defaultValues, t, O), I(S(s._formValues, t)) && D(s._formValues, t, O);
589
589
  }
590
- return !l && s.register(t), y.current = t, () => {
591
- (l ? z && !s._state.action : z) ? s.unregister(t) : A(t, !1);
590
+ return !i && s.register(t), m.current = t, () => {
591
+ (i ? E && !s._state.action : E) ? s.unregister(t) : N(t, !1);
592
592
  };
593
- }, [t, s, l, n]), x.useEffect(() => {
593
+ }, [t, s, i, n]), k.useEffect(() => {
594
594
  s._setDisabledField({
595
595
  disabled: o,
596
596
  name: t
597
597
  });
598
- }, [o, t, s]), x.useMemo(() => ({
599
- field: _,
598
+ }, [o, t, s]), k.useMemo(() => ({
599
+ field: v,
600
600
  formState: d,
601
601
  fieldState: w
602
- }), [_, d, w]);
602
+ }), [v, d, w]);
603
603
  }
604
- var bt = (e, r, t, o, s) => r ? {
604
+ var gt = (e, r, t, o, s) => r ? {
605
605
  ...t[e],
606
606
  types: {
607
607
  ...t[e] && t[e].types ? t[e].types : {},
608
608
  [o]: s || !0
609
609
  }
610
- } : {}, Ve = (e) => Array.isArray(e) ? e : [e], Lt = () => {
610
+ } : {}, Fe = (e) => Array.isArray(e) ? e : [e], Lt = () => {
611
611
  let e = [];
612
612
  return {
613
613
  get observers() {
@@ -627,66 +627,66 @@ var bt = (e, r, t, o, s) => r ? {
627
627
  }
628
628
  };
629
629
  };
630
- function ur(e, r) {
630
+ function cr(e, r) {
631
631
  const t = {};
632
632
  for (const o in e)
633
633
  if (e.hasOwnProperty(o)) {
634
634
  const s = e[o], n = r[o];
635
- if (s && G(s) && n) {
636
- const a = ur(s, n);
637
- G(a) && (t[o] = a);
635
+ if (s && q(s) && n) {
636
+ const a = cr(s, n);
637
+ q(a) && (t[o] = a);
638
638
  } else e[o] && (t[o] = n);
639
639
  }
640
640
  return t;
641
641
  }
642
- var ee = (e) => G(e) && !Object.keys(e).length, St = (e) => e.type === "file", le = (e) => typeof e == "function", Te = (e) => {
643
- if (!ht)
642
+ var X = (e) => q(e) && !Object.keys(e).length, vt = (e) => e.type === "file", ae = (e) => typeof e == "function", Oe = (e) => {
643
+ if (!mt)
644
644
  return !1;
645
645
  const r = e ? e.ownerDocument : 0;
646
646
  return e instanceof (r && r.defaultView ? r.defaultView.HTMLElement : HTMLElement);
647
- }, dr = (e) => e.type === "select-multiple", wt = (e) => e.type === "radio", so = (e) => wt(e) || Ae(e), Ye = (e) => Te(e) && e.isConnected;
648
- function no(e, r) {
647
+ }, ur = (e) => e.type === "select-multiple", bt = (e) => e.type === "radio", no = (e) => bt(e) || $e(e), Ke = (e) => Oe(e) && e.isConnected;
648
+ function ao(e, r) {
649
649
  const t = r.slice(0, -1).length;
650
650
  let o = 0;
651
651
  for (; o < t; )
652
- e = W(e) ? o++ : e[r[o++]];
652
+ e = I(e) ? o++ : e[r[o++]];
653
653
  return e;
654
654
  }
655
- function ao(e) {
655
+ function io(e) {
656
656
  for (const r in e)
657
- if (e.hasOwnProperty(r) && !W(e[r]))
657
+ if (e.hasOwnProperty(r) && !I(e[r]))
658
658
  return !1;
659
659
  return !0;
660
660
  }
661
- function q(e, r) {
662
- const t = Array.isArray(r) ? r : Ue(r) ? [r] : _t(r), o = t.length === 1 ? e : no(e, t), s = t.length - 1, n = t[s];
663
- return o && delete o[n], s !== 0 && (G(o) && ee(o) || Array.isArray(o) && ao(o)) && q(e, t.slice(0, -1)), e;
661
+ function U(e, r) {
662
+ const t = Array.isArray(r) ? r : Te(r) ? [r] : ht(r), o = t.length === 1 ? e : ao(e, t), s = t.length - 1, n = t[s];
663
+ return o && delete o[n], s !== 0 && (q(o) && X(o) || Array.isArray(o) && io(o)) && U(e, t.slice(0, -1)), e;
664
664
  }
665
- var io = (e) => {
665
+ var lo = (e) => {
666
666
  for (const r in e)
667
- if (le(e[r]))
667
+ if (ae(e[r]))
668
668
  return !0;
669
669
  return !1;
670
670
  };
671
- function fr(e) {
672
- return Array.isArray(e) || G(e) && !io(e);
671
+ function dr(e) {
672
+ return Array.isArray(e) || q(e) && !lo(e);
673
673
  }
674
- function dt(e, r = {}) {
674
+ function ct(e, r = {}) {
675
675
  for (const t in e)
676
- fr(e[t]) ? (r[t] = Array.isArray(e[t]) ? [] : {}, dt(e[t], r[t])) : W(e[t]) || (r[t] = !0);
676
+ dr(e[t]) ? (r[t] = Array.isArray(e[t]) ? [] : {}, ct(e[t], r[t])) : I(e[t]) || (r[t] = !0);
677
677
  return r;
678
678
  }
679
- function Ce(e, r, t) {
680
- t || (t = dt(r));
679
+ function be(e, r, t) {
680
+ t || (t = ct(r));
681
681
  for (const o in e)
682
- fr(e[o]) ? W(r) || ut(t[o]) ? t[o] = dt(e[o], Array.isArray(e[o]) ? [] : {}) : Ce(e[o], te(r) ? {} : r[o], t[o]) : t[o] = !ie(e[o], r[o]);
682
+ dr(e[o]) ? I(r) || lt(t[o]) ? t[o] = ct(e[o], Array.isArray(e[o]) ? [] : {}) : be(e[o], Y(r) ? {} : r[o], t[o]) : t[o] = !ne(e[o], r[o]);
683
683
  return t;
684
684
  }
685
685
  const Pt = {
686
686
  value: !1,
687
687
  isValid: !1
688
- }, Rt = { value: !0, isValid: !0 };
689
- var mr = (e) => {
688
+ }, Bt = { value: !0, isValid: !0 };
689
+ var fr = (e) => {
690
690
  if (Array.isArray(e)) {
691
691
  if (e.length > 1) {
692
692
  const r = e.filter((t) => t && t.checked && !t.disabled).map((t) => t.value);
@@ -694,24 +694,24 @@ var mr = (e) => {
694
694
  }
695
695
  return e[0].checked && !e[0].disabled ? (
696
696
  // @ts-expect-error expected to work in the browser
697
- e[0].attributes && !W(e[0].attributes.value) ? W(e[0].value) || e[0].value === "" ? Rt : { value: e[0].value, isValid: !0 } : Rt
697
+ e[0].attributes && !I(e[0].attributes.value) ? I(e[0].value) || e[0].value === "" ? Bt : { value: e[0].value, isValid: !0 } : Bt
698
698
  ) : Pt;
699
699
  }
700
700
  return Pt;
701
- }, yr = (e, { valueAsNumber: r, valueAsDate: t, setValueAs: o }) => W(e) ? e : r ? e === "" ? NaN : e && +e : t && oe(e) ? new Date(e) : o ? o(e) : e;
702
- const Ot = {
701
+ }, mr = (e, { valueAsNumber: r, valueAsDate: t, setValueAs: o }) => I(e) ? e : r ? e === "" ? NaN : e && +e : t && re(e) ? new Date(e) : o ? o(e) : e;
702
+ const Mt = {
703
703
  isValid: !1,
704
704
  value: null
705
705
  };
706
- var hr = (e) => Array.isArray(e) ? e.reduce((r, t) => t && t.checked && !t.disabled ? {
706
+ var yr = (e) => Array.isArray(e) ? e.reduce((r, t) => t && t.checked && !t.disabled ? {
707
707
  isValid: !0,
708
708
  value: t.value
709
- } : r, Ot) : Ot;
710
- function Mt(e) {
709
+ } : r, Mt) : Mt;
710
+ function Rt(e) {
711
711
  const r = e.ref;
712
- return St(r) ? r.files : wt(r) ? hr(e.refs).value : dr(r) ? [...r.selectedOptions].map(({ value: t }) => t) : Ae(r) ? mr(e.refs).value : yr(W(r.value) ? e.ref.value : r.value, e);
712
+ return vt(r) ? r.files : bt(r) ? yr(e.refs).value : ur(r) ? [...r.selectedOptions].map(({ value: t }) => t) : $e(r) ? fr(e.refs).value : mr(I(r.value) ? e.ref.value : r.value, e);
713
713
  }
714
- var lo = (e, r, t, o) => {
714
+ var co = (e, r, t, o) => {
715
715
  const s = {};
716
716
  for (const n of e) {
717
717
  const a = S(r, n);
@@ -723,53 +723,53 @@ var lo = (e, r, t, o) => {
723
723
  fields: s,
724
724
  shouldUseNativeValidation: o
725
725
  };
726
- }, Ie = (e) => e instanceof RegExp, xe = (e) => W(e) ? e : Ie(e) ? e.source : G(e) ? Ie(e.value) ? e.value.source : e.value : e, Dt = (e) => ({
727
- isOnSubmit: !e || e === ae.onSubmit,
728
- isOnBlur: e === ae.onBlur,
729
- isOnChange: e === ae.onChange,
730
- isOnAll: e === ae.all,
731
- isOnTouch: e === ae.onTouched
726
+ }, He = (e) => e instanceof RegExp, xe = (e) => I(e) ? e : He(e) ? e.source : q(e) ? He(e.value) ? e.value.source : e.value : e, Dt = (e) => ({
727
+ isOnSubmit: !e || e === se.onSubmit,
728
+ isOnBlur: e === se.onBlur,
729
+ isOnChange: e === se.onChange,
730
+ isOnAll: e === se.all,
731
+ isOnTouch: e === se.onTouched
732
732
  });
733
- const Ht = "AsyncFunction";
734
- var co = (e) => !!e && !!e.validate && !!(le(e.validate) && e.validate.constructor.name === Ht || G(e.validate) && Object.values(e.validate).find((r) => r.constructor.name === Ht)), uo = (e) => e.mount && (e.required || e.min || e.max || e.maxLength || e.minLength || e.pattern || e.validate), jt = (e, r, t) => !t && (r.watchAll || r.watch.has(e) || [...r.watch].some((o) => e.startsWith(o) && /^\.\w+/.test(e.slice(o.length))));
735
- const ze = (e, r, t, o) => {
733
+ const Ot = "AsyncFunction";
734
+ var uo = (e) => !!e && !!e.validate && !!(ae(e.validate) && e.validate.constructor.name === Ot || q(e.validate) && Object.values(e.validate).find((r) => r.constructor.name === Ot)), fo = (e) => e.mount && (e.required || e.min || e.max || e.maxLength || e.minLength || e.pattern || e.validate), Ht = (e, r, t) => !t && (r.watchAll || r.watch.has(e) || [...r.watch].some((o) => e.startsWith(o) && /^\.\w+/.test(e.slice(o.length))));
735
+ const Ve = (e, r, t, o) => {
736
736
  for (const s of t || Object.keys(e)) {
737
737
  const n = S(e, s);
738
738
  if (n) {
739
- const { _f: a, ...l } = n;
739
+ const { _f: a, ...i } = n;
740
740
  if (a) {
741
741
  if (a.refs && a.refs[0] && r(a.refs[0], s) && !o)
742
742
  return !0;
743
743
  if (a.ref && r(a.ref, a.name) && !o)
744
744
  return !0;
745
- if (ze(l, r))
745
+ if (Ve(i, r))
746
746
  break;
747
- } else if (G(l) && ze(l, r))
747
+ } else if (q(i) && Ve(i, r))
748
748
  break;
749
749
  }
750
750
  }
751
751
  };
752
- function Tt(e, r, t) {
752
+ function jt(e, r, t) {
753
753
  const o = S(e, t);
754
- if (o || Ue(t))
754
+ if (o || Te(t))
755
755
  return {
756
756
  error: o,
757
757
  name: t
758
758
  };
759
759
  const s = t.split(".");
760
760
  for (; s.length; ) {
761
- const n = s.join("."), a = S(r, n), l = S(e, n);
761
+ const n = s.join("."), a = S(r, n), i = S(e, n);
762
762
  if (a && !Array.isArray(a) && t !== n)
763
763
  return { name: t };
764
- if (l && l.type)
764
+ if (i && i.type)
765
765
  return {
766
766
  name: n,
767
- error: l
767
+ error: i
768
768
  };
769
- if (l && l.root && l.root.type)
769
+ if (i && i.root && i.root.type)
770
770
  return {
771
771
  name: `${n}.root`,
772
- error: l.root
772
+ error: i.root
773
773
  };
774
774
  s.pop();
775
775
  }
@@ -777,120 +777,120 @@ function Tt(e, r, t) {
777
777
  name: t
778
778
  };
779
779
  }
780
- var fo = (e, r, t, o) => {
780
+ var mo = (e, r, t, o) => {
781
781
  t(e);
782
782
  const { name: s, ...n } = e;
783
- return ee(n) || Object.keys(n).length >= Object.keys(r).length || Object.keys(n).find((a) => r[a] === (!o || ae.all));
784
- }, mo = (e, r, t) => !e || !r || e === r || Ve(e).some((o) => o && (t ? o === r : o.startsWith(r) || r.startsWith(o))), yo = (e, r, t, o, s) => s.isOnAll ? !1 : !t && s.isOnTouch ? !(r || e) : (t ? o.isOnBlur : s.isOnBlur) ? !e : (t ? o.isOnChange : s.isOnChange) ? e : !0, ho = (e, r) => !gt(S(e, r)).length && q(e, r), go = (e, r, t) => {
785
- const o = Ve(S(e, t));
783
+ return X(n) || Object.keys(n).length >= Object.keys(r).length || Object.keys(n).find((a) => r[a] === (!o || se.all));
784
+ }, yo = (e, r, t) => !e || !r || e === r || Fe(e).some((o) => o && (t ? o === r : o.startsWith(r) || r.startsWith(o))), ho = (e, r, t, o, s) => s.isOnAll ? !1 : !t && s.isOnTouch ? !(r || e) : (t ? o.isOnBlur : s.isOnBlur) ? !e : (t ? o.isOnChange : s.isOnChange) ? e : !0, po = (e, r) => !yt(S(e, r)).length && U(e, r), _o = (e, r, t) => {
785
+ const o = Fe(S(e, t));
786
786
  return D(o, "root", r[t]), D(e, t, o), e;
787
787
  };
788
- function It(e, r, t = "validate") {
789
- if (oe(e) || Array.isArray(e) && e.every(oe) || re(e) && !e)
788
+ function Tt(e, r, t = "validate") {
789
+ if (re(e) || Array.isArray(e) && e.every(re) || te(e) && !e)
790
790
  return {
791
791
  type: t,
792
- message: oe(e) ? e : "",
792
+ message: re(e) ? e : "",
793
793
  ref: r
794
794
  };
795
795
  }
796
- var be = (e) => G(e) && !Ie(e) ? e : {
796
+ var ge = (e) => q(e) && !He(e) ? e : {
797
797
  value: e,
798
798
  message: ""
799
- }, Wt = async (e, r, t, o, s, n) => {
800
- const { ref: a, refs: l, required: f, maxLength: u, minLength: d, min: h, max: y, pattern: V, validate: w, name: g, valueAsNumber: k, mount: E } = e._f, _ = S(t, g);
801
- if (!E || r.has(g))
799
+ }, It = async (e, r, t, o, s, n) => {
800
+ const { ref: a, refs: i, required: f, maxLength: u, minLength: d, min: h, max: m, pattern: F, validate: w, name: p, valueAsNumber: C, mount: $ } = e._f, v = S(t, p);
801
+ if (!$ || r.has(p))
802
802
  return {};
803
- const z = l ? l[0] : a, $ = (N) => {
804
- s && z.reportValidity && (z.setCustomValidity(re(N) ? "" : N || ""), z.reportValidity());
805
- }, A = {}, R = wt(a), H = Ae(a), Q = R || H, P = (k || St(a)) && W(a.value) && W(_) || Te(a) && a.value === "" || _ === "" || Array.isArray(_) && !_.length, K = bt.bind(null, g, o, A), J = (N, B, L, I = fe.maxLength, X = fe.minLength) => {
806
- const se = N ? B : L;
807
- A[g] = {
808
- type: N ? I : X,
809
- message: se,
803
+ const E = i ? i[0] : a, z = (L) => {
804
+ s && E.reportValidity && (E.setCustomValidity(te(L) ? "" : L || ""), E.reportValidity());
805
+ }, N = {}, O = bt(a), B = $e(a), Q = O || B, A = (C || vt(a)) && I(a.value) && I(v) || Oe(a) && a.value === "" || v === "" || Array.isArray(v) && !v.length, K = gt.bind(null, p, o, N), J = (L, P, T, M = de.maxLength, G = de.minLength) => {
806
+ const ee = L ? P : T;
807
+ N[p] = {
808
+ type: L ? M : G,
809
+ message: ee,
810
810
  ref: a,
811
- ...K(N ? I : X, se)
811
+ ...K(L ? M : G, ee)
812
812
  };
813
813
  };
814
- if (n ? !Array.isArray(_) || !_.length : f && (!Q && (P || te(_)) || re(_) && !_ || H && !mr(l).isValid || R && !hr(l).isValid)) {
815
- const { value: N, message: B } = oe(f) ? { value: !!f, message: f } : be(f);
816
- if (N && (A[g] = {
817
- type: fe.required,
818
- message: B,
819
- ref: z,
820
- ...K(fe.required, B)
814
+ if (n ? !Array.isArray(v) || !v.length : f && (!Q && (A || Y(v)) || te(v) && !v || B && !fr(i).isValid || O && !yr(i).isValid)) {
815
+ const { value: L, message: P } = re(f) ? { value: !!f, message: f } : ge(f);
816
+ if (L && (N[p] = {
817
+ type: de.required,
818
+ message: P,
819
+ ref: E,
820
+ ...K(de.required, P)
821
821
  }, !o))
822
- return $(B), A;
822
+ return z(P), N;
823
823
  }
824
- if (!P && (!te(h) || !te(y))) {
825
- let N, B;
826
- const L = be(y), I = be(h);
827
- if (!te(_) && !isNaN(_)) {
828
- const X = a.valueAsNumber || _ && +_;
829
- te(L.value) || (N = X > L.value), te(I.value) || (B = X < I.value);
824
+ if (!A && (!Y(h) || !Y(m))) {
825
+ let L, P;
826
+ const T = ge(m), M = ge(h);
827
+ if (!Y(v) && !isNaN(v)) {
828
+ const G = a.valueAsNumber || v && +v;
829
+ Y(T.value) || (L = G > T.value), Y(M.value) || (P = G < M.value);
830
830
  } else {
831
- const X = a.valueAsDate || new Date(_), se = (Y) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + Y), he = a.type == "time", O = a.type == "week";
832
- oe(L.value) && _ && (N = he ? se(_) > se(L.value) : O ? _ > L.value : X > new Date(L.value)), oe(I.value) && _ && (B = he ? se(_) < se(I.value) : O ? _ < I.value : X < new Date(I.value));
831
+ const G = a.valueAsDate || new Date(v), ee = (Ne) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + Ne), fe = a.type == "time", _e = a.type == "week";
832
+ re(T.value) && v && (L = fe ? ee(v) > ee(T.value) : _e ? v > T.value : G > new Date(T.value)), re(M.value) && v && (P = fe ? ee(v) < ee(M.value) : _e ? v < M.value : G < new Date(M.value));
833
833
  }
834
- if ((N || B) && (J(!!N, L.message, I.message, fe.max, fe.min), !o))
835
- return $(A[g].message), A;
834
+ if ((L || P) && (J(!!L, T.message, M.message, de.max, de.min), !o))
835
+ return z(N[p].message), N;
836
836
  }
837
- if ((u || d) && !P && (oe(_) || n && Array.isArray(_))) {
838
- const N = be(u), B = be(d), L = !te(N.value) && _.length > +N.value, I = !te(B.value) && _.length < +B.value;
839
- if ((L || I) && (J(L, N.message, B.message), !o))
840
- return $(A[g].message), A;
837
+ if ((u || d) && !A && (re(v) || n && Array.isArray(v))) {
838
+ const L = ge(u), P = ge(d), T = !Y(L.value) && v.length > +L.value, M = !Y(P.value) && v.length < +P.value;
839
+ if ((T || M) && (J(T, L.message, P.message), !o))
840
+ return z(N[p].message), N;
841
841
  }
842
- if (V && !P && oe(_)) {
843
- const { value: N, message: B } = be(V);
844
- if (Ie(N) && !_.match(N) && (A[g] = {
845
- type: fe.pattern,
846
- message: B,
842
+ if (F && !A && re(v)) {
843
+ const { value: L, message: P } = ge(F);
844
+ if (He(L) && !v.match(L) && (N[p] = {
845
+ type: de.pattern,
846
+ message: P,
847
847
  ref: a,
848
- ...K(fe.pattern, B)
848
+ ...K(de.pattern, P)
849
849
  }, !o))
850
- return $(B), A;
850
+ return z(P), N;
851
851
  }
852
852
  if (w) {
853
- if (le(w)) {
854
- const N = await w(_, t), B = It(N, z);
855
- if (B && (A[g] = {
856
- ...B,
857
- ...K(fe.validate, B.message)
853
+ if (ae(w)) {
854
+ const L = await w(v, t), P = Tt(L, E);
855
+ if (P && (N[p] = {
856
+ ...P,
857
+ ...K(de.validate, P.message)
858
858
  }, !o))
859
- return $(B.message), A;
860
- } else if (G(w)) {
861
- let N = {};
862
- for (const B in w) {
863
- if (!ee(N) && !o)
859
+ return z(P.message), N;
860
+ } else if (q(w)) {
861
+ let L = {};
862
+ for (const P in w) {
863
+ if (!X(L) && !o)
864
864
  break;
865
- const L = It(await w[B](_, t), z, B);
866
- L && (N = {
867
- ...L,
868
- ...K(B, L.message)
869
- }, $(L.message), o && (A[g] = N));
865
+ const T = Tt(await w[P](v, t), E, P);
866
+ T && (L = {
867
+ ...T,
868
+ ...K(P, T.message)
869
+ }, z(T.message), o && (N[p] = L));
870
870
  }
871
- if (!ee(N) && (A[g] = {
872
- ref: z,
873
- ...N
871
+ if (!X(L) && (N[p] = {
872
+ ref: E,
873
+ ...L
874
874
  }, !o))
875
- return A;
875
+ return N;
876
876
  }
877
877
  }
878
- return $(!0), A;
878
+ return z(!0), N;
879
879
  };
880
- const _o = {
881
- mode: ae.onSubmit,
882
- reValidateMode: ae.onChange,
880
+ const go = {
881
+ mode: se.onSubmit,
882
+ reValidateMode: se.onChange,
883
883
  shouldFocusError: !0
884
884
  };
885
- function po(e = {}) {
885
+ function vo(e = {}) {
886
886
  let r = {
887
- ..._o,
887
+ ...go,
888
888
  ...e
889
889
  }, t = {
890
890
  submitCount: 0,
891
891
  isDirty: !1,
892
892
  isReady: !1,
893
- isLoading: le(r.defaultValues),
893
+ isLoading: ae(r.defaultValues),
894
894
  isValidating: !1,
895
895
  isSubmitted: !1,
896
896
  isSubmitting: !1,
@@ -901,11 +901,11 @@ function po(e = {}) {
901
901
  validatingFields: {},
902
902
  errors: r.errors || {},
903
903
  disabled: r.disabled || !1
904
- }, o = {}, s = G(r.defaultValues) || G(r.values) ? Z(r.defaultValues || r.values) || {} : {}, n = r.shouldUnregister ? {} : Z(s), a = {
904
+ }, o = {}, s = q(r.defaultValues) || q(r.values) ? Z(r.defaultValues || r.values) || {} : {}, n = r.shouldUnregister ? {} : Z(s), a = {
905
905
  action: !1,
906
906
  mount: !1,
907
907
  watch: !1
908
- }, l = {
908
+ }, i = {
909
909
  mount: /* @__PURE__ */ new Set(),
910
910
  disabled: /* @__PURE__ */ new Set(),
911
911
  unMount: /* @__PURE__ */ new Set(),
@@ -924,285 +924,285 @@ function po(e = {}) {
924
924
  let h = {
925
925
  ...d
926
926
  };
927
- const y = {
927
+ const m = {
928
928
  array: Lt(),
929
929
  state: Lt()
930
- }, V = r.criteriaMode === ae.all, w = (i) => (c) => {
931
- clearTimeout(u), u = setTimeout(i, c);
932
- }, g = async (i) => {
933
- if (!r.disabled && (d.isValid || h.isValid || i)) {
934
- const c = r.resolver ? ee((await H()).errors) : await P(o, !0);
935
- c !== t.isValid && y.state.next({
930
+ }, F = r.criteriaMode === se.all, w = (l) => (c) => {
931
+ clearTimeout(u), u = setTimeout(l, c);
932
+ }, p = async (l) => {
933
+ if (!r.disabled && (d.isValid || h.isValid || l)) {
934
+ const c = r.resolver ? X((await B()).errors) : await A(o, !0);
935
+ c !== t.isValid && m.state.next({
936
936
  isValid: c
937
937
  });
938
938
  }
939
- }, k = (i, c) => {
940
- !r.disabled && (d.isValidating || d.validatingFields || h.isValidating || h.validatingFields) && ((i || Array.from(l.mount)).forEach((m) => {
941
- m && (c ? D(t.validatingFields, m, c) : q(t.validatingFields, m));
942
- }), y.state.next({
939
+ }, C = (l, c) => {
940
+ !r.disabled && (d.isValidating || d.validatingFields || h.isValidating || h.validatingFields) && ((l || Array.from(i.mount)).forEach((y) => {
941
+ y && (c ? D(t.validatingFields, y, c) : U(t.validatingFields, y));
942
+ }), m.state.next({
943
943
  validatingFields: t.validatingFields,
944
- isValidating: !ee(t.validatingFields)
944
+ isValidating: !X(t.validatingFields)
945
945
  }));
946
- }, E = (i, c = [], m, C, b = !0, v = !0) => {
947
- if (C && m && !r.disabled) {
948
- if (a.action = !0, v && Array.isArray(S(o, i))) {
949
- const F = m(S(o, i), C.argA, C.argB);
950
- b && D(o, i, F);
946
+ }, $ = (l, c = [], y, x, b = !0, g = !0) => {
947
+ if (x && y && !r.disabled) {
948
+ if (a.action = !0, g && Array.isArray(S(o, l))) {
949
+ const V = y(S(o, l), x.argA, x.argB);
950
+ b && D(o, l, V);
951
951
  }
952
- if (v && Array.isArray(S(t.errors, i))) {
953
- const F = m(S(t.errors, i), C.argA, C.argB);
954
- b && D(t.errors, i, F), ho(t.errors, i);
952
+ if (g && Array.isArray(S(t.errors, l))) {
953
+ const V = y(S(t.errors, l), x.argA, x.argB);
954
+ b && D(t.errors, l, V), po(t.errors, l);
955
955
  }
956
- if ((d.touchedFields || h.touchedFields) && v && Array.isArray(S(t.touchedFields, i))) {
957
- const F = m(S(t.touchedFields, i), C.argA, C.argB);
958
- b && D(t.touchedFields, i, F);
956
+ if ((d.touchedFields || h.touchedFields) && g && Array.isArray(S(t.touchedFields, l))) {
957
+ const V = y(S(t.touchedFields, l), x.argA, x.argB);
958
+ b && D(t.touchedFields, l, V);
959
959
  }
960
- (d.dirtyFields || h.dirtyFields) && (t.dirtyFields = Ce(s, n)), y.state.next({
961
- name: i,
962
- isDirty: J(i, c),
960
+ (d.dirtyFields || h.dirtyFields) && (t.dirtyFields = be(s, n)), m.state.next({
961
+ name: l,
962
+ isDirty: J(l, c),
963
963
  dirtyFields: t.dirtyFields,
964
964
  errors: t.errors,
965
965
  isValid: t.isValid
966
966
  });
967
967
  } else
968
- D(n, i, c);
969
- }, _ = (i, c) => {
970
- D(t.errors, i, c), y.state.next({
968
+ D(n, l, c);
969
+ }, v = (l, c) => {
970
+ D(t.errors, l, c), m.state.next({
971
971
  errors: t.errors
972
972
  });
973
- }, z = (i) => {
974
- t.errors = i, y.state.next({
973
+ }, E = (l) => {
974
+ t.errors = l, m.state.next({
975
975
  errors: t.errors,
976
976
  isValid: !1
977
977
  });
978
- }, $ = (i, c, m, C) => {
979
- const b = S(o, i);
978
+ }, z = (l, c, y, x) => {
979
+ const b = S(o, l);
980
980
  if (b) {
981
- const v = S(n, i, W(m) ? S(s, i) : m);
982
- W(v) || C && C.defaultChecked || c ? D(n, i, c ? v : Mt(b._f)) : L(i, v), a.mount && g();
981
+ const g = S(n, l, I(y) ? S(s, l) : y);
982
+ I(g) || x && x.defaultChecked || c ? D(n, l, c ? g : Rt(b._f)) : T(l, g), a.mount && p();
983
983
  }
984
- }, A = (i, c, m, C, b) => {
985
- let v = !1, F = !1;
986
- const M = {
987
- name: i
984
+ }, N = (l, c, y, x, b) => {
985
+ let g = !1, V = !1;
986
+ const R = {
987
+ name: l
988
988
  };
989
989
  if (!r.disabled) {
990
- if (!m || C) {
991
- (d.isDirty || h.isDirty) && (F = t.isDirty, t.isDirty = M.isDirty = J(), v = F !== M.isDirty);
992
- const j = ie(S(s, i), c);
993
- F = !!S(t.dirtyFields, i), j ? q(t.dirtyFields, i) : D(t.dirtyFields, i, !0), M.dirtyFields = t.dirtyFields, v = v || (d.dirtyFields || h.dirtyFields) && F !== !j;
990
+ if (!y || x) {
991
+ (d.isDirty || h.isDirty) && (V = t.isDirty, t.isDirty = R.isDirty = J(), g = V !== R.isDirty);
992
+ const H = ne(S(s, l), c);
993
+ V = !!S(t.dirtyFields, l), H ? U(t.dirtyFields, l) : D(t.dirtyFields, l, !0), R.dirtyFields = t.dirtyFields, g = g || (d.dirtyFields || h.dirtyFields) && V !== !H;
994
994
  }
995
- if (m) {
996
- const j = S(t.touchedFields, i);
997
- j || (D(t.touchedFields, i, m), M.touchedFields = t.touchedFields, v = v || (d.touchedFields || h.touchedFields) && j !== m);
995
+ if (y) {
996
+ const H = S(t.touchedFields, l);
997
+ H || (D(t.touchedFields, l, y), R.touchedFields = t.touchedFields, g = g || (d.touchedFields || h.touchedFields) && H !== y);
998
998
  }
999
- v && b && y.state.next(M);
999
+ g && b && m.state.next(R);
1000
1000
  }
1001
- return v ? M : {};
1002
- }, R = (i, c, m, C) => {
1003
- const b = S(t.errors, i), v = (d.isValid || h.isValid) && re(c) && t.isValid !== c;
1004
- if (r.delayError && m ? (f = w(() => _(i, m)), f(r.delayError)) : (clearTimeout(u), f = null, m ? D(t.errors, i, m) : q(t.errors, i)), (m ? !ie(b, m) : b) || !ee(C) || v) {
1005
- const F = {
1006
- ...C,
1007
- ...v && re(c) ? { isValid: c } : {},
1001
+ return g ? R : {};
1002
+ }, O = (l, c, y, x) => {
1003
+ const b = S(t.errors, l), g = (d.isValid || h.isValid) && te(c) && t.isValid !== c;
1004
+ if (r.delayError && y ? (f = w(() => v(l, y)), f(r.delayError)) : (clearTimeout(u), f = null, y ? D(t.errors, l, y) : U(t.errors, l)), (y ? !ne(b, y) : b) || !X(x) || g) {
1005
+ const V = {
1006
+ ...x,
1007
+ ...g && te(c) ? { isValid: c } : {},
1008
1008
  errors: t.errors,
1009
- name: i
1009
+ name: l
1010
1010
  };
1011
1011
  t = {
1012
1012
  ...t,
1013
- ...F
1014
- }, y.state.next(F);
1013
+ ...V
1014
+ }, m.state.next(V);
1015
1015
  }
1016
- }, H = async (i) => {
1017
- k(i, !0);
1018
- const c = await r.resolver(n, r.context, lo(i || l.mount, o, r.criteriaMode, r.shouldUseNativeValidation));
1019
- return k(i), c;
1020
- }, Q = async (i) => {
1021
- const { errors: c } = await H(i);
1022
- if (i)
1023
- for (const m of i) {
1024
- const C = S(c, m);
1025
- C ? D(t.errors, m, C) : q(t.errors, m);
1016
+ }, B = async (l) => {
1017
+ C(l, !0);
1018
+ const c = await r.resolver(n, r.context, co(l || i.mount, o, r.criteriaMode, r.shouldUseNativeValidation));
1019
+ return C(l), c;
1020
+ }, Q = async (l) => {
1021
+ const { errors: c } = await B(l);
1022
+ if (l)
1023
+ for (const y of l) {
1024
+ const x = S(c, y);
1025
+ x ? D(t.errors, y, x) : U(t.errors, y);
1026
1026
  }
1027
1027
  else
1028
1028
  t.errors = c;
1029
1029
  return c;
1030
- }, P = async (i, c, m = {
1030
+ }, A = async (l, c, y = {
1031
1031
  valid: !0
1032
1032
  }) => {
1033
- for (const C in i) {
1034
- const b = i[C];
1033
+ for (const x in l) {
1034
+ const b = l[x];
1035
1035
  if (b) {
1036
- const { _f: v, ...F } = b;
1037
- if (v) {
1038
- const M = l.array.has(v.name), j = b._f && co(b._f);
1039
- j && d.validatingFields && k([v.name], !0);
1040
- const ne = await Wt(b, l.disabled, n, V, r.shouldUseNativeValidation && !c, M);
1041
- if (j && d.validatingFields && k([v.name]), ne[v.name] && (m.valid = !1, c))
1036
+ const { _f: g, ...V } = b;
1037
+ if (g) {
1038
+ const R = i.array.has(g.name), H = b._f && uo(b._f);
1039
+ H && d.validatingFields && C([g.name], !0);
1040
+ const oe = await It(b, i.disabled, n, F, r.shouldUseNativeValidation && !c, R);
1041
+ if (H && d.validatingFields && C([g.name]), oe[g.name] && (y.valid = !1, c))
1042
1042
  break;
1043
- !c && (S(ne, v.name) ? M ? go(t.errors, ne, v.name) : D(t.errors, v.name, ne[v.name]) : q(t.errors, v.name));
1043
+ !c && (S(oe, g.name) ? R ? _o(t.errors, oe, g.name) : D(t.errors, g.name, oe[g.name]) : U(t.errors, g.name));
1044
1044
  }
1045
- !ee(F) && await P(F, c, m);
1045
+ !X(V) && await A(V, c, y);
1046
1046
  }
1047
1047
  }
1048
- return m.valid;
1048
+ return y.valid;
1049
1049
  }, K = () => {
1050
- for (const i of l.unMount) {
1051
- const c = S(o, i);
1052
- c && (c._f.refs ? c._f.refs.every((m) => !Ye(m)) : !Ye(c._f.ref)) && qe(i);
1050
+ for (const l of i.unMount) {
1051
+ const c = S(o, l);
1052
+ c && (c._f.refs ? c._f.refs.every((y) => !Ke(y)) : !Ke(c._f.ref)) && Ie(l);
1053
1053
  }
1054
- l.unMount = /* @__PURE__ */ new Set();
1055
- }, J = (i, c) => !r.disabled && (i && c && D(n, i, c), !ie(Y(), s)), N = (i, c, m) => ct(i, l, {
1056
- ...a.mount ? n : W(c) ? s : oe(i) ? { [i]: c } : c
1057
- }, m, c), B = (i) => gt(S(a.mount ? n : s, i, r.shouldUnregister ? S(s, i, []) : [])), L = (i, c, m = {}) => {
1058
- const C = S(o, i);
1054
+ i.unMount = /* @__PURE__ */ new Set();
1055
+ }, J = (l, c) => !r.disabled && (l && c && D(n, l, c), !ne(Ne(), s)), L = (l, c, y) => it(l, i, {
1056
+ ...a.mount ? n : I(c) ? s : re(l) ? { [l]: c } : c
1057
+ }, y, c), P = (l) => yt(S(a.mount ? n : s, l, r.shouldUnregister ? S(s, l, []) : [])), T = (l, c, y = {}) => {
1058
+ const x = S(o, l);
1059
1059
  let b = c;
1060
- if (C) {
1061
- const v = C._f;
1062
- v && (!v.disabled && D(n, i, yr(c, v)), b = Te(v.ref) && te(c) ? "" : c, dr(v.ref) ? [...v.ref.options].forEach((F) => F.selected = b.includes(F.value)) : v.refs ? Ae(v.ref) ? v.refs.forEach((F) => {
1063
- (!F.defaultChecked || !F.disabled) && (Array.isArray(b) ? F.checked = !!b.find((M) => M === F.value) : F.checked = b === F.value || !!b);
1064
- }) : v.refs.forEach((F) => F.checked = F.value === b) : St(v.ref) ? v.ref.value = "" : (v.ref.value = b, v.ref.type || y.state.next({
1065
- name: i,
1060
+ if (x) {
1061
+ const g = x._f;
1062
+ g && (!g.disabled && D(n, l, mr(c, g)), b = Oe(g.ref) && Y(c) ? "" : c, ur(g.ref) ? [...g.ref.options].forEach((V) => V.selected = b.includes(V.value)) : g.refs ? $e(g.ref) ? g.refs.forEach((V) => {
1063
+ (!V.defaultChecked || !V.disabled) && (Array.isArray(b) ? V.checked = !!b.find((R) => R === V.value) : V.checked = b === V.value || !!b);
1064
+ }) : g.refs.forEach((V) => V.checked = V.value === b) : vt(g.ref) ? g.ref.value = "" : (g.ref.value = b, g.ref.type || m.state.next({
1065
+ name: l,
1066
1066
  values: Z(n)
1067
1067
  })));
1068
1068
  }
1069
- (m.shouldDirty || m.shouldTouch) && A(i, b, m.shouldTouch, m.shouldDirty, !0), m.shouldValidate && O(i);
1070
- }, I = (i, c, m) => {
1071
- for (const C in c) {
1072
- if (!c.hasOwnProperty(C))
1069
+ (y.shouldDirty || y.shouldTouch) && N(l, b, y.shouldTouch, y.shouldDirty, !0), y.shouldValidate && _e(l);
1070
+ }, M = (l, c, y) => {
1071
+ for (const x in c) {
1072
+ if (!c.hasOwnProperty(x))
1073
1073
  return;
1074
- const b = c[C], v = i + "." + C, F = S(o, v);
1075
- (l.array.has(i) || G(b) || F && !F._f) && !_e(b) ? I(v, b, m) : L(v, b, m);
1074
+ const b = c[x], g = l + "." + x, V = S(o, g);
1075
+ (i.array.has(l) || q(b) || V && !V._f) && !he(b) ? M(g, b, y) : T(g, b, y);
1076
1076
  }
1077
- }, X = (i, c, m = {}) => {
1078
- const C = S(o, i), b = l.array.has(i), v = Z(c);
1079
- D(n, i, v), b ? (y.array.next({
1080
- name: i,
1077
+ }, G = (l, c, y = {}) => {
1078
+ const x = S(o, l), b = i.array.has(l), g = Z(c);
1079
+ D(n, l, g), b ? (m.array.next({
1080
+ name: l,
1081
1081
  values: Z(n)
1082
- }), (d.isDirty || d.dirtyFields || h.isDirty || h.dirtyFields) && m.shouldDirty && y.state.next({
1083
- name: i,
1084
- dirtyFields: Ce(s, n),
1085
- isDirty: J(i, v)
1086
- })) : C && !C._f && !te(v) ? I(i, v, m) : L(i, v, m), jt(i, l) && y.state.next({ ...t, name: i }), y.state.next({
1087
- name: a.mount ? i : void 0,
1082
+ }), (d.isDirty || d.dirtyFields || h.isDirty || h.dirtyFields) && y.shouldDirty && m.state.next({
1083
+ name: l,
1084
+ dirtyFields: be(s, n),
1085
+ isDirty: J(l, g)
1086
+ })) : x && !x._f && !Y(g) ? M(l, g, y) : T(l, g, y), Ht(l, i) && m.state.next({ ...t, name: l }), m.state.next({
1087
+ name: a.mount ? l : void 0,
1088
1088
  values: Z(n)
1089
1089
  });
1090
- }, se = async (i) => {
1090
+ }, ee = async (l) => {
1091
1091
  a.mount = !0;
1092
- const c = i.target;
1093
- let m = c.name, C = !0;
1094
- const b = S(o, m), v = (j) => {
1095
- C = Number.isNaN(j) || _e(j) && isNaN(j.getTime()) || ie(j, S(n, m, j));
1096
- }, F = Dt(r.mode), M = Dt(r.reValidateMode);
1092
+ const c = l.target;
1093
+ let y = c.name, x = !0;
1094
+ const b = S(o, y), g = (H) => {
1095
+ x = Number.isNaN(H) || he(H) && isNaN(H.getTime()) || ne(H, S(n, y, H));
1096
+ }, V = Dt(r.mode), R = Dt(r.reValidateMode);
1097
1097
  if (b) {
1098
- let j, ne;
1099
- const Be = c.type ? Mt(b._f) : ar(i), me = i.type === je.BLUR || i.type === je.FOCUS_OUT, Br = !uo(b._f) && !r.resolver && !S(t.errors, m) && !b._f.deps || yo(me, S(t.touchedFields, m), t.isSubmitted, M, F), Qe = jt(m, l, me);
1100
- D(n, m, Be), me ? (!c || !c.readOnly) && (b._f.onBlur && b._f.onBlur(i), f && f(0)) : b._f.onChange && b._f.onChange(i);
1101
- const Ke = A(m, Be, me), Lr = !ee(Ke) || Qe;
1102
- if (!me && y.state.next({
1103
- name: m,
1104
- type: i.type,
1098
+ let H, oe;
1099
+ const Ae = c.type ? Rt(b._f) : nr(l), me = l.type === De.BLUR || l.type === De.FOCUS_OUT, Pr = !fo(b._f) && !r.resolver && !S(t.errors, y) && !b._f.deps || ho(me, S(t.touchedFields, y), t.isSubmitted, R, V), qe = Ht(y, i, me);
1100
+ D(n, y, Ae), me ? (!c || !c.readOnly) && (b._f.onBlur && b._f.onBlur(l), f && f(0)) : b._f.onChange && b._f.onChange(l);
1101
+ const Ge = N(y, Ae, me), Br = !X(Ge) || qe;
1102
+ if (!me && m.state.next({
1103
+ name: y,
1104
+ type: l.type,
1105
1105
  values: Z(n)
1106
- }), Br)
1107
- return (d.isValid || h.isValid) && (r.mode === "onBlur" ? me && g() : me || g()), Lr && y.state.next({ name: m, ...Qe ? {} : Ke });
1108
- if (!me && Qe && y.state.next({ ...t }), r.resolver) {
1109
- const { errors: $t } = await H([m]);
1110
- if (v(Be), C) {
1111
- const Pr = Tt(t.errors, o, m), At = Tt($t, o, Pr.name || m);
1112
- j = At.error, m = At.name, ne = ee($t);
1106
+ }), Pr)
1107
+ return (d.isValid || h.isValid) && (r.mode === "onBlur" ? me && p() : me || p()), Br && m.state.next({ name: y, ...qe ? {} : Ge });
1108
+ if (!me && qe && m.state.next({ ...t }), r.resolver) {
1109
+ const { errors: zt } = await B([y]);
1110
+ if (g(Ae), x) {
1111
+ const Mr = jt(t.errors, o, y), $t = jt(zt, o, Mr.name || y);
1112
+ H = $t.error, y = $t.name, oe = X(zt);
1113
1113
  }
1114
1114
  } else
1115
- k([m], !0), j = (await Wt(b, l.disabled, n, V, r.shouldUseNativeValidation))[m], k([m]), v(Be), C && (j ? ne = !1 : (d.isValid || h.isValid) && (ne = await P(o, !0)));
1116
- C && (b._f.deps && (!Array.isArray(b._f.deps) || b._f.deps.length > 0) && O(b._f.deps), R(m, ne, j, Ke));
1115
+ C([y], !0), H = (await It(b, i.disabled, n, F, r.shouldUseNativeValidation))[y], C([y]), g(Ae), x && (H ? oe = !1 : (d.isValid || h.isValid) && (oe = await A(o, !0)));
1116
+ x && (b._f.deps && (!Array.isArray(b._f.deps) || b._f.deps.length > 0) && _e(b._f.deps), O(y, oe, H, Ge));
1117
1117
  }
1118
- }, he = (i, c) => {
1119
- if (S(t.errors, c) && i.focus)
1120
- return i.focus(), 1;
1121
- }, O = async (i, c = {}) => {
1122
- let m, C;
1123
- const b = Ve(i);
1118
+ }, fe = (l, c) => {
1119
+ if (S(t.errors, c) && l.focus)
1120
+ return l.focus(), 1;
1121
+ }, _e = async (l, c = {}) => {
1122
+ let y, x;
1123
+ const b = Fe(l);
1124
1124
  if (r.resolver) {
1125
- const v = await Q(W(i) ? i : b);
1126
- m = ee(v), C = i ? !b.some((F) => S(v, F)) : m;
1127
- } else i ? (C = (await Promise.all(b.map(async (v) => {
1128
- const F = S(o, v);
1129
- return await P(F && F._f ? { [v]: F } : F);
1130
- }))).every(Boolean), !(!C && !t.isValid) && g()) : C = m = await P(o);
1131
- return y.state.next({
1132
- ...!oe(i) || (d.isValid || h.isValid) && m !== t.isValid ? {} : { name: i },
1133
- ...r.resolver || !i ? { isValid: m } : {},
1125
+ const g = await Q(I(l) ? l : b);
1126
+ y = X(g), x = l ? !b.some((V) => S(g, V)) : y;
1127
+ } else l ? (x = (await Promise.all(b.map(async (g) => {
1128
+ const V = S(o, g);
1129
+ return await A(V && V._f ? { [g]: V } : V);
1130
+ }))).every(Boolean), !(!x && !t.isValid) && p()) : x = y = await A(o);
1131
+ return m.state.next({
1132
+ ...!re(l) || (d.isValid || h.isValid) && y !== t.isValid ? {} : { name: l },
1133
+ ...r.resolver || !l ? { isValid: y } : {},
1134
1134
  errors: t.errors
1135
- }), c.shouldFocus && !C && ze(o, he, i ? b : l.mount), C;
1136
- }, Y = (i, c) => {
1137
- let m = {
1135
+ }), c.shouldFocus && !x && Ve(o, fe, l ? b : i.mount), x;
1136
+ }, Ne = (l, c) => {
1137
+ let y = {
1138
1138
  ...a.mount ? n : s
1139
1139
  };
1140
- return c && (m = ur(c.dirtyFields ? t.dirtyFields : t.touchedFields, m)), W(i) ? m : oe(i) ? S(m, i) : i.map((C) => S(m, C));
1141
- }, ke = (i, c) => ({
1142
- invalid: !!S((c || t).errors, i),
1143
- isDirty: !!S((c || t).dirtyFields, i),
1144
- error: S((c || t).errors, i),
1145
- isValidating: !!S(t.validatingFields, i),
1146
- isTouched: !!S((c || t).touchedFields, i)
1147
- }), Ne = (i) => {
1148
- i && Ve(i).forEach((c) => q(t.errors, c)), y.state.next({
1149
- errors: i ? t.errors : {}
1140
+ return c && (y = cr(c.dirtyFields ? t.dirtyFields : t.touchedFields, y)), I(l) ? y : re(l) ? S(y, l) : l.map((x) => S(y, x));
1141
+ }, St = (l, c) => ({
1142
+ invalid: !!S((c || t).errors, l),
1143
+ isDirty: !!S((c || t).dirtyFields, l),
1144
+ error: S((c || t).errors, l),
1145
+ isValidating: !!S(t.validatingFields, l),
1146
+ isTouched: !!S((c || t).touchedFields, l)
1147
+ }), Vr = (l) => {
1148
+ l && Fe(l).forEach((c) => U(t.errors, c)), m.state.next({
1149
+ errors: l ? t.errors : {}
1150
1150
  });
1151
- }, Ct = (i, c, m) => {
1152
- const C = (S(o, i, { _f: {} })._f || {}).ref, b = S(t.errors, i) || {}, { ref: v, message: F, type: M, ...j } = b;
1153
- D(t.errors, i, {
1154
- ...j,
1151
+ }, wt = (l, c, y) => {
1152
+ const x = (S(o, l, { _f: {} })._f || {}).ref, b = S(t.errors, l) || {}, { ref: g, message: V, type: R, ...H } = b;
1153
+ D(t.errors, l, {
1154
+ ...H,
1155
1155
  ...c,
1156
- ref: C
1157
- }), y.state.next({
1158
- name: i,
1156
+ ref: x
1157
+ }), m.state.next({
1158
+ name: l,
1159
1159
  errors: t.errors,
1160
1160
  isValid: !1
1161
- }), m && m.shouldFocus && C && C.focus && C.focus();
1162
- }, Vr = (i, c) => le(i) ? y.state.subscribe({
1163
- next: (m) => "values" in m && i(N(void 0, c), m)
1164
- }) : N(i, c, !0), kt = (i) => y.state.subscribe({
1161
+ }), y && y.shouldFocus && x && x.focus && x.focus();
1162
+ }, Er = (l, c) => ae(l) ? m.state.subscribe({
1163
+ next: (y) => "values" in y && l(L(void 0, c), y)
1164
+ }) : L(l, c, !0), xt = (l) => m.state.subscribe({
1165
1165
  next: (c) => {
1166
- mo(i.name, c.name, i.exact) && fo(c, i.formState || d, Nr, i.reRenderRoot) && i.callback({
1166
+ yo(l.name, c.name, l.exact) && mo(c, l.formState || d, Lr, l.reRenderRoot) && l.callback({
1167
1167
  values: { ...n },
1168
1168
  ...t,
1169
1169
  ...c,
1170
1170
  defaultValues: s
1171
1171
  });
1172
1172
  }
1173
- }).unsubscribe, zr = (i) => (a.mount = !0, h = {
1173
+ }).unsubscribe, zr = (l) => (a.mount = !0, h = {
1174
1174
  ...h,
1175
- ...i.formState
1176
- }, kt({
1177
- ...i,
1175
+ ...l.formState
1176
+ }, xt({
1177
+ ...l,
1178
1178
  formState: h
1179
- })), qe = (i, c = {}) => {
1180
- for (const m of i ? Ve(i) : l.mount)
1181
- l.mount.delete(m), l.array.delete(m), c.keepValue || (q(o, m), q(n, m)), !c.keepError && q(t.errors, m), !c.keepDirty && q(t.dirtyFields, m), !c.keepTouched && q(t.touchedFields, m), !c.keepIsValidating && q(t.validatingFields, m), !r.shouldUnregister && !c.keepDefaultValue && q(s, m);
1182
- y.state.next({
1179
+ })), Ie = (l, c = {}) => {
1180
+ for (const y of l ? Fe(l) : i.mount)
1181
+ i.mount.delete(y), i.array.delete(y), c.keepValue || (U(o, y), U(n, y)), !c.keepError && U(t.errors, y), !c.keepDirty && U(t.dirtyFields, y), !c.keepTouched && U(t.touchedFields, y), !c.keepIsValidating && U(t.validatingFields, y), !r.shouldUnregister && !c.keepDefaultValue && U(s, y);
1182
+ m.state.next({
1183
1183
  values: Z(n)
1184
- }), y.state.next({
1184
+ }), m.state.next({
1185
1185
  ...t,
1186
1186
  ...c.keepDirty ? { isDirty: J() } : {}
1187
- }), !c.keepIsValid && g();
1188
- }, xt = ({ disabled: i, name: c }) => {
1189
- (re(i) && a.mount || i || l.disabled.has(c)) && (i ? l.disabled.add(c) : l.disabled.delete(c));
1190
- }, Ge = (i, c = {}) => {
1191
- let m = S(o, i);
1192
- const C = re(c.disabled) || re(r.disabled);
1193
- return D(o, i, {
1194
- ...m || {},
1187
+ }), !c.keepIsValid && p();
1188
+ }, Ct = ({ disabled: l, name: c }) => {
1189
+ (te(l) && a.mount || l || i.disabled.has(c)) && (l ? i.disabled.add(c) : i.disabled.delete(c));
1190
+ }, We = (l, c = {}) => {
1191
+ let y = S(o, l);
1192
+ const x = te(c.disabled) || te(r.disabled);
1193
+ return D(o, l, {
1194
+ ...y || {},
1195
1195
  _f: {
1196
- ...m && m._f ? m._f : { ref: { name: i } },
1197
- name: i,
1196
+ ...y && y._f ? y._f : { ref: { name: l } },
1197
+ name: l,
1198
1198
  mount: !0,
1199
1199
  ...c
1200
1200
  }
1201
- }), l.mount.add(i), m ? xt({
1202
- disabled: re(c.disabled) ? c.disabled : r.disabled,
1203
- name: i
1204
- }) : $(i, !0, c.value), {
1205
- ...C ? { disabled: c.disabled || r.disabled } : {},
1201
+ }), i.mount.add(l), y ? Ct({
1202
+ disabled: te(c.disabled) ? c.disabled : r.disabled,
1203
+ name: l
1204
+ }) : z(l, !0, c.value), {
1205
+ ...x ? { disabled: c.disabled || r.disabled } : {},
1206
1206
  ...r.progressive ? {
1207
1207
  required: !!c.required,
1208
1208
  min: xe(c.min),
@@ -1211,167 +1211,167 @@ function po(e = {}) {
1211
1211
  maxLength: xe(c.maxLength),
1212
1212
  pattern: xe(c.pattern)
1213
1213
  } : {},
1214
- name: i,
1215
- onChange: se,
1216
- onBlur: se,
1214
+ name: l,
1215
+ onChange: ee,
1216
+ onBlur: ee,
1217
1217
  ref: (b) => {
1218
1218
  if (b) {
1219
- Ge(i, c), m = S(o, i);
1220
- const v = W(b.value) && b.querySelectorAll && b.querySelectorAll("input,select,textarea")[0] || b, F = so(v), M = m._f.refs || [];
1221
- if (F ? M.find((j) => j === v) : v === m._f.ref)
1219
+ We(l, c), y = S(o, l);
1220
+ const g = I(b.value) && b.querySelectorAll && b.querySelectorAll("input,select,textarea")[0] || b, V = no(g), R = y._f.refs || [];
1221
+ if (V ? R.find((H) => H === g) : g === y._f.ref)
1222
1222
  return;
1223
- D(o, i, {
1223
+ D(o, l, {
1224
1224
  _f: {
1225
- ...m._f,
1226
- ...F ? {
1225
+ ...y._f,
1226
+ ...V ? {
1227
1227
  refs: [
1228
- ...M.filter(Ye),
1229
- v,
1230
- ...Array.isArray(S(s, i)) ? [{}] : []
1228
+ ...R.filter(Ke),
1229
+ g,
1230
+ ...Array.isArray(S(s, l)) ? [{}] : []
1231
1231
  ],
1232
- ref: { type: v.type, name: i }
1233
- } : { ref: v }
1232
+ ref: { type: g.type, name: l }
1233
+ } : { ref: g }
1234
1234
  }
1235
- }), $(i, !1, void 0, v);
1235
+ }), z(l, !1, void 0, g);
1236
1236
  } else
1237
- m = S(o, i, {}), m._f && (m._f.mount = !1), (r.shouldUnregister || c.shouldUnregister) && !(ir(l.array, i) && a.action) && l.unMount.add(i);
1237
+ y = S(o, l, {}), y._f && (y._f.mount = !1), (r.shouldUnregister || c.shouldUnregister) && !(ar(i.array, l) && a.action) && i.unMount.add(l);
1238
1238
  }
1239
1239
  };
1240
- }, Ze = () => r.shouldFocusError && ze(o, he, l.mount), Er = (i) => {
1241
- re(i) && (y.state.next({ disabled: i }), ze(o, (c, m) => {
1242
- const C = S(o, m);
1243
- C && (c.disabled = C._f.disabled || i, Array.isArray(C._f.refs) && C._f.refs.forEach((b) => {
1244
- b.disabled = C._f.disabled || i;
1240
+ }, Ue = () => r.shouldFocusError && Ve(o, fe, i.mount), $r = (l) => {
1241
+ te(l) && (m.state.next({ disabled: l }), Ve(o, (c, y) => {
1242
+ const x = S(o, y);
1243
+ x && (c.disabled = x._f.disabled || l, Array.isArray(x._f.refs) && x._f.refs.forEach((b) => {
1244
+ b.disabled = x._f.disabled || l;
1245
1245
  }));
1246
1246
  }, 0, !1));
1247
- }, Ft = (i, c) => async (m) => {
1248
- let C;
1249
- m && (m.preventDefault && m.preventDefault(), m.persist && m.persist());
1247
+ }, kt = (l, c) => async (y) => {
1248
+ let x;
1249
+ y && (y.preventDefault && y.preventDefault(), y.persist && y.persist());
1250
1250
  let b = Z(n);
1251
- if (y.state.next({
1251
+ if (m.state.next({
1252
1252
  isSubmitting: !0
1253
1253
  }), r.resolver) {
1254
- const { errors: v, values: F } = await H();
1255
- t.errors = v, b = Z(F);
1254
+ const { errors: g, values: V } = await B();
1255
+ t.errors = g, b = Z(V);
1256
1256
  } else
1257
- await P(o);
1258
- if (l.disabled.size)
1259
- for (const v of l.disabled)
1260
- q(b, v);
1261
- if (q(t.errors, "root"), ee(t.errors)) {
1262
- y.state.next({
1257
+ await A(o);
1258
+ if (i.disabled.size)
1259
+ for (const g of i.disabled)
1260
+ U(b, g);
1261
+ if (U(t.errors, "root"), X(t.errors)) {
1262
+ m.state.next({
1263
1263
  errors: {}
1264
1264
  });
1265
1265
  try {
1266
- await i(b, m);
1267
- } catch (v) {
1268
- C = v;
1266
+ await l(b, y);
1267
+ } catch (g) {
1268
+ x = g;
1269
1269
  }
1270
1270
  } else
1271
- c && await c({ ...t.errors }, m), Ze(), setTimeout(Ze);
1272
- if (y.state.next({
1271
+ c && await c({ ...t.errors }, y), Ue(), setTimeout(Ue);
1272
+ if (m.state.next({
1273
1273
  isSubmitted: !0,
1274
1274
  isSubmitting: !1,
1275
- isSubmitSuccessful: ee(t.errors) && !C,
1275
+ isSubmitSuccessful: X(t.errors) && !x,
1276
1276
  submitCount: t.submitCount + 1,
1277
1277
  errors: t.errors
1278
- }), C)
1279
- throw C;
1280
- }, $r = (i, c = {}) => {
1281
- S(o, i) && (W(c.defaultValue) ? X(i, Z(S(s, i))) : (X(i, c.defaultValue), D(s, i, Z(c.defaultValue))), c.keepTouched || q(t.touchedFields, i), c.keepDirty || (q(t.dirtyFields, i), t.isDirty = c.defaultValue ? J(i, Z(S(s, i))) : J()), c.keepError || (q(t.errors, i), d.isValid && g()), y.state.next({ ...t }));
1282
- }, Vt = (i, c = {}) => {
1283
- const m = i ? Z(i) : s, C = Z(m), b = ee(i), v = b ? s : C;
1284
- if (c.keepDefaultValues || (s = m), !c.keepValues) {
1278
+ }), x)
1279
+ throw x;
1280
+ }, Nr = (l, c = {}) => {
1281
+ S(o, l) && (I(c.defaultValue) ? G(l, Z(S(s, l))) : (G(l, c.defaultValue), D(s, l, Z(c.defaultValue))), c.keepTouched || U(t.touchedFields, l), c.keepDirty || (U(t.dirtyFields, l), t.isDirty = c.defaultValue ? J(l, Z(S(s, l))) : J()), c.keepError || (U(t.errors, l), d.isValid && p()), m.state.next({ ...t }));
1282
+ }, Ft = (l, c = {}) => {
1283
+ const y = l ? Z(l) : s, x = Z(y), b = X(l), g = b ? s : x;
1284
+ if (c.keepDefaultValues || (s = y), !c.keepValues) {
1285
1285
  if (c.keepDirtyValues) {
1286
- const F = /* @__PURE__ */ new Set([
1287
- ...l.mount,
1288
- ...Object.keys(Ce(s, n))
1286
+ const V = /* @__PURE__ */ new Set([
1287
+ ...i.mount,
1288
+ ...Object.keys(be(s, n))
1289
1289
  ]);
1290
- for (const M of Array.from(F))
1291
- S(t.dirtyFields, M) ? D(v, M, S(n, M)) : X(M, S(v, M));
1290
+ for (const R of Array.from(V))
1291
+ S(t.dirtyFields, R) ? D(g, R, S(n, R)) : G(R, S(g, R));
1292
1292
  } else {
1293
- if (ht && W(i))
1294
- for (const F of l.mount) {
1295
- const M = S(o, F);
1296
- if (M && M._f) {
1297
- const j = Array.isArray(M._f.refs) ? M._f.refs[0] : M._f.ref;
1298
- if (Te(j)) {
1299
- const ne = j.closest("form");
1300
- if (ne) {
1301
- ne.reset();
1293
+ if (mt && I(l))
1294
+ for (const V of i.mount) {
1295
+ const R = S(o, V);
1296
+ if (R && R._f) {
1297
+ const H = Array.isArray(R._f.refs) ? R._f.refs[0] : R._f.ref;
1298
+ if (Oe(H)) {
1299
+ const oe = H.closest("form");
1300
+ if (oe) {
1301
+ oe.reset();
1302
1302
  break;
1303
1303
  }
1304
1304
  }
1305
1305
  }
1306
1306
  }
1307
1307
  if (c.keepFieldsRef)
1308
- for (const F of l.mount)
1309
- X(F, S(v, F));
1308
+ for (const V of i.mount)
1309
+ G(V, S(g, V));
1310
1310
  else
1311
1311
  o = {};
1312
1312
  }
1313
- n = r.shouldUnregister ? c.keepDefaultValues ? Z(s) : {} : Z(v), y.array.next({
1314
- values: { ...v }
1315
- }), y.state.next({
1316
- values: { ...v }
1313
+ n = r.shouldUnregister ? c.keepDefaultValues ? Z(s) : {} : Z(g), m.array.next({
1314
+ values: { ...g }
1315
+ }), m.state.next({
1316
+ values: { ...g }
1317
1317
  });
1318
1318
  }
1319
- l = {
1320
- mount: c.keepDirtyValues ? l.mount : /* @__PURE__ */ new Set(),
1319
+ i = {
1320
+ mount: c.keepDirtyValues ? i.mount : /* @__PURE__ */ new Set(),
1321
1321
  unMount: /* @__PURE__ */ new Set(),
1322
1322
  array: /* @__PURE__ */ new Set(),
1323
1323
  disabled: /* @__PURE__ */ new Set(),
1324
1324
  watch: /* @__PURE__ */ new Set(),
1325
1325
  watchAll: !1,
1326
1326
  focus: ""
1327
- }, a.mount = !d.isValid || !!c.keepIsValid || !!c.keepDirtyValues || !r.shouldUnregister && !ee(v), a.watch = !!r.shouldUnregister, y.state.next({
1327
+ }, a.mount = !d.isValid || !!c.keepIsValid || !!c.keepDirtyValues || !r.shouldUnregister && !X(g), a.watch = !!r.shouldUnregister, m.state.next({
1328
1328
  submitCount: c.keepSubmitCount ? t.submitCount : 0,
1329
- isDirty: b ? !1 : c.keepDirty ? t.isDirty : !!(c.keepDefaultValues && !ie(i, s)),
1329
+ isDirty: b ? !1 : c.keepDirty ? t.isDirty : !!(c.keepDefaultValues && !ne(l, s)),
1330
1330
  isSubmitted: c.keepIsSubmitted ? t.isSubmitted : !1,
1331
- dirtyFields: b ? {} : c.keepDirtyValues ? c.keepDefaultValues && n ? Ce(s, n) : t.dirtyFields : c.keepDefaultValues && i ? Ce(s, i) : c.keepDirty ? t.dirtyFields : {},
1331
+ dirtyFields: b ? {} : c.keepDirtyValues ? c.keepDefaultValues && n ? be(s, n) : t.dirtyFields : c.keepDefaultValues && l ? be(s, l) : c.keepDirty ? t.dirtyFields : {},
1332
1332
  touchedFields: c.keepTouched ? t.touchedFields : {},
1333
1333
  errors: c.keepErrors ? t.errors : {},
1334
1334
  isSubmitSuccessful: c.keepIsSubmitSuccessful ? t.isSubmitSuccessful : !1,
1335
1335
  isSubmitting: !1,
1336
1336
  defaultValues: s
1337
1337
  });
1338
- }, zt = (i, c) => Vt(le(i) ? i(n) : i, c), Ar = (i, c = {}) => {
1339
- const m = S(o, i), C = m && m._f;
1340
- if (C) {
1341
- const b = C.refs ? C.refs[0] : C.ref;
1342
- b.focus && (b.focus(), c.shouldSelect && le(b.select) && b.select());
1338
+ }, Vt = (l, c) => Ft(ae(l) ? l(n) : l, c), Ar = (l, c = {}) => {
1339
+ const y = S(o, l), x = y && y._f;
1340
+ if (x) {
1341
+ const b = x.refs ? x.refs[0] : x.ref;
1342
+ b.focus && (b.focus(), c.shouldSelect && ae(b.select) && b.select());
1343
1343
  }
1344
- }, Nr = (i) => {
1344
+ }, Lr = (l) => {
1345
1345
  t = {
1346
1346
  ...t,
1347
- ...i
1347
+ ...l
1348
1348
  };
1349
1349
  }, Et = {
1350
1350
  control: {
1351
- register: Ge,
1352
- unregister: qe,
1353
- getFieldState: ke,
1354
- handleSubmit: Ft,
1355
- setError: Ct,
1356
- _subscribe: kt,
1357
- _runSchema: H,
1358
- _focusError: Ze,
1359
- _getWatch: N,
1351
+ register: We,
1352
+ unregister: Ie,
1353
+ getFieldState: St,
1354
+ handleSubmit: kt,
1355
+ setError: wt,
1356
+ _subscribe: xt,
1357
+ _runSchema: B,
1358
+ _focusError: Ue,
1359
+ _getWatch: L,
1360
1360
  _getDirty: J,
1361
- _setValid: g,
1362
- _setFieldArray: E,
1363
- _setDisabledField: xt,
1364
- _setErrors: z,
1365
- _getFieldArray: B,
1366
- _reset: Vt,
1367
- _resetDefaultValues: () => le(r.defaultValues) && r.defaultValues().then((i) => {
1368
- zt(i, r.resetOptions), y.state.next({
1361
+ _setValid: p,
1362
+ _setFieldArray: $,
1363
+ _setDisabledField: Ct,
1364
+ _setErrors: E,
1365
+ _getFieldArray: P,
1366
+ _reset: Ft,
1367
+ _resetDefaultValues: () => ae(r.defaultValues) && r.defaultValues().then((l) => {
1368
+ Vt(l, r.resetOptions), m.state.next({
1369
1369
  isLoading: !1
1370
1370
  });
1371
1371
  }),
1372
1372
  _removeUnmounted: K,
1373
- _disableForm: Er,
1374
- _subjects: y,
1373
+ _disableForm: $r,
1374
+ _subjects: m,
1375
1375
  _proxyFormState: d,
1376
1376
  get _fields() {
1377
1377
  return o;
@@ -1382,17 +1382,17 @@ function po(e = {}) {
1382
1382
  get _state() {
1383
1383
  return a;
1384
1384
  },
1385
- set _state(i) {
1386
- a = i;
1385
+ set _state(l) {
1386
+ a = l;
1387
1387
  },
1388
1388
  get _defaultValues() {
1389
1389
  return s;
1390
1390
  },
1391
1391
  get _names() {
1392
- return l;
1392
+ return i;
1393
1393
  },
1394
- set _names(i) {
1395
- l = i;
1394
+ set _names(l) {
1395
+ i = l;
1396
1396
  },
1397
1397
  get _formState() {
1398
1398
  return t;
@@ -1400,38 +1400,38 @@ function po(e = {}) {
1400
1400
  get _options() {
1401
1401
  return r;
1402
1402
  },
1403
- set _options(i) {
1403
+ set _options(l) {
1404
1404
  r = {
1405
1405
  ...r,
1406
- ...i
1406
+ ...l
1407
1407
  };
1408
1408
  }
1409
1409
  },
1410
1410
  subscribe: zr,
1411
- trigger: O,
1412
- register: Ge,
1413
- handleSubmit: Ft,
1414
- watch: Vr,
1415
- setValue: X,
1416
- getValues: Y,
1417
- reset: zt,
1418
- resetField: $r,
1419
- clearErrors: Ne,
1420
- unregister: qe,
1421
- setError: Ct,
1411
+ trigger: _e,
1412
+ register: We,
1413
+ handleSubmit: kt,
1414
+ watch: Er,
1415
+ setValue: G,
1416
+ getValues: Ne,
1417
+ reset: Vt,
1418
+ resetField: Nr,
1419
+ clearErrors: Vr,
1420
+ unregister: Ie,
1421
+ setError: wt,
1422
1422
  setFocus: Ar,
1423
- getFieldState: ke
1423
+ getFieldState: St
1424
1424
  };
1425
1425
  return {
1426
1426
  ...Et,
1427
1427
  formControl: Et
1428
1428
  };
1429
1429
  }
1430
- function vo(e = {}) {
1431
- const r = x.useRef(void 0), t = x.useRef(void 0), [o, s] = x.useState({
1430
+ function bo(e = {}) {
1431
+ const r = k.useRef(void 0), t = k.useRef(void 0), [o, s] = k.useState({
1432
1432
  isDirty: !1,
1433
1433
  isValidating: !1,
1434
- isLoading: le(e.defaultValues),
1434
+ isLoading: ae(e.defaultValues),
1435
1435
  isSubmitted: !1,
1436
1436
  isSubmitting: !1,
1437
1437
  isSubmitSuccessful: !1,
@@ -1443,141 +1443,141 @@ function vo(e = {}) {
1443
1443
  errors: e.errors || {},
1444
1444
  disabled: e.disabled || !1,
1445
1445
  isReady: !1,
1446
- defaultValues: le(e.defaultValues) ? void 0 : e.defaultValues
1446
+ defaultValues: ae(e.defaultValues) ? void 0 : e.defaultValues
1447
1447
  });
1448
1448
  if (!r.current)
1449
1449
  if (e.formControl)
1450
1450
  r.current = {
1451
1451
  ...e.formControl,
1452
1452
  formState: o
1453
- }, e.defaultValues && !le(e.defaultValues) && e.formControl.reset(e.defaultValues, e.resetOptions);
1453
+ }, e.defaultValues && !ae(e.defaultValues) && e.formControl.reset(e.defaultValues, e.resetOptions);
1454
1454
  else {
1455
- const { formControl: a, ...l } = po(e);
1455
+ const { formControl: a, ...i } = vo(e);
1456
1456
  r.current = {
1457
- ...l,
1457
+ ...i,
1458
1458
  formState: o
1459
1459
  };
1460
1460
  }
1461
1461
  const n = r.current.control;
1462
- return n._options = e, vt(() => {
1462
+ return n._options = e, _t(() => {
1463
1463
  const a = n._subscribe({
1464
1464
  formState: n._proxyFormState,
1465
1465
  callback: () => s({ ...n._formState }),
1466
1466
  reRenderRoot: !0
1467
1467
  });
1468
- return s((l) => ({
1469
- ...l,
1468
+ return s((i) => ({
1469
+ ...i,
1470
1470
  isReady: !0
1471
1471
  })), n._formState.isReady = !0, a;
1472
- }, [n]), x.useEffect(() => n._disableForm(e.disabled), [n, e.disabled]), x.useEffect(() => {
1472
+ }, [n]), k.useEffect(() => n._disableForm(e.disabled), [n, e.disabled]), k.useEffect(() => {
1473
1473
  e.mode && (n._options.mode = e.mode), e.reValidateMode && (n._options.reValidateMode = e.reValidateMode);
1474
- }, [n, e.mode, e.reValidateMode]), x.useEffect(() => {
1474
+ }, [n, e.mode, e.reValidateMode]), k.useEffect(() => {
1475
1475
  e.errors && (n._setErrors(e.errors), n._focusError());
1476
- }, [n, e.errors]), x.useEffect(() => {
1476
+ }, [n, e.errors]), k.useEffect(() => {
1477
1477
  e.shouldUnregister && n._subjects.state.next({
1478
1478
  values: n._getWatch()
1479
1479
  });
1480
- }, [n, e.shouldUnregister]), x.useEffect(() => {
1480
+ }, [n, e.shouldUnregister]), k.useEffect(() => {
1481
1481
  if (n._proxyFormState.isDirty) {
1482
1482
  const a = n._getDirty();
1483
1483
  a !== o.isDirty && n._subjects.state.next({
1484
1484
  isDirty: a
1485
1485
  });
1486
1486
  }
1487
- }, [n, o.isDirty]), x.useEffect(() => {
1488
- e.values && !ie(e.values, t.current) ? (n._reset(e.values, {
1487
+ }, [n, o.isDirty]), k.useEffect(() => {
1488
+ e.values && !ne(e.values, t.current) ? (n._reset(e.values, {
1489
1489
  keepFieldsRef: !0,
1490
1490
  ...n._options.resetOptions
1491
1491
  }), t.current = e.values, s((a) => ({ ...a }))) : n._resetDefaultValues();
1492
- }, [n, e.values]), x.useEffect(() => {
1492
+ }, [n, e.values]), k.useEffect(() => {
1493
1493
  n._state.mount || (n._setValid(), n._state.mount = !0), n._state.watch && (n._state.watch = !1, n._subjects.state.next({ ...n._formState })), n._removeUnmounted();
1494
- }), r.current.formState = cr(o, n), r.current;
1494
+ }), r.current.formState = lr(o, n), r.current;
1495
1495
  }
1496
- const Ut = (e, r, t) => {
1496
+ const Wt = (e, r, t) => {
1497
1497
  if (e && "reportValidity" in e) {
1498
1498
  const o = S(t, r);
1499
1499
  e.setCustomValidity(o && o.message || ""), e.reportValidity();
1500
1500
  }
1501
- }, ft = (e, r) => {
1501
+ }, ut = (e, r) => {
1502
1502
  for (const t in r.fields) {
1503
1503
  const o = r.fields[t];
1504
- o && o.ref && "reportValidity" in o.ref ? Ut(o.ref, t, e) : o && o.refs && o.refs.forEach((s) => Ut(s, t, e));
1504
+ o && o.ref && "reportValidity" in o.ref ? Wt(o.ref, t, e) : o && o.refs && o.refs.forEach((s) => Wt(s, t, e));
1505
1505
  }
1506
- }, qt = (e, r) => {
1507
- r.shouldUseNativeValidation && ft(e, r);
1506
+ }, Ut = (e, r) => {
1507
+ r.shouldUseNativeValidation && ut(e, r);
1508
1508
  const t = {};
1509
1509
  for (const o in e) {
1510
1510
  const s = S(r.fields, o), n = Object.assign(e[o] || {}, { ref: s && s.ref });
1511
- if (bo(r.names || Object.keys(e), o)) {
1511
+ if (So(r.names || Object.keys(e), o)) {
1512
1512
  const a = Object.assign({}, S(t, o));
1513
1513
  D(a, "root", n), D(t, o, a);
1514
1514
  } else D(t, o, n);
1515
1515
  }
1516
1516
  return t;
1517
- }, bo = (e, r) => {
1518
- const t = Gt(r);
1519
- return e.some((o) => Gt(o).match(`^${t}\\.\\d+`));
1517
+ }, So = (e, r) => {
1518
+ const t = qt(r);
1519
+ return e.some((o) => qt(o).match(`^${t}\\.\\d+`));
1520
1520
  };
1521
- function Gt(e) {
1521
+ function qt(e) {
1522
1522
  return e.replace(/\]|\[/g, "");
1523
1523
  }
1524
- function gr(e, r, t) {
1525
- function o(l, f) {
1524
+ function hr(e, r, t) {
1525
+ function o(i, f) {
1526
1526
  var u;
1527
- Object.defineProperty(l, "_zod", {
1528
- value: l._zod ?? {},
1527
+ Object.defineProperty(i, "_zod", {
1528
+ value: i._zod ?? {},
1529
1529
  enumerable: !1
1530
- }), (u = l._zod).traits ?? (u.traits = /* @__PURE__ */ new Set()), l._zod.traits.add(e), r(l, f);
1530
+ }), (u = i._zod).traits ?? (u.traits = /* @__PURE__ */ new Set()), i._zod.traits.add(e), r(i, f);
1531
1531
  for (const d in a.prototype)
1532
- d in l || Object.defineProperty(l, d, { value: a.prototype[d].bind(l) });
1533
- l._zod.constr = a, l._zod.def = f;
1532
+ d in i || Object.defineProperty(i, d, { value: a.prototype[d].bind(i) });
1533
+ i._zod.constr = a, i._zod.def = f;
1534
1534
  }
1535
1535
  const s = (t == null ? void 0 : t.Parent) ?? Object;
1536
1536
  class n extends s {
1537
1537
  }
1538
1538
  Object.defineProperty(n, "name", { value: e });
1539
- function a(l) {
1539
+ function a(i) {
1540
1540
  var f;
1541
1541
  const u = t != null && t.Parent ? new n() : this;
1542
- o(u, l), (f = u._zod).deferred ?? (f.deferred = []);
1542
+ o(u, i), (f = u._zod).deferred ?? (f.deferred = []);
1543
1543
  for (const d of u._zod.deferred)
1544
1544
  d();
1545
1545
  return u;
1546
1546
  }
1547
1547
  return Object.defineProperty(a, "init", { value: o }), Object.defineProperty(a, Symbol.hasInstance, {
1548
- value: (l) => {
1548
+ value: (i) => {
1549
1549
  var f, u;
1550
- return t != null && t.Parent && l instanceof t.Parent ? !0 : (u = (f = l == null ? void 0 : l._zod) == null ? void 0 : f.traits) == null ? void 0 : u.has(e);
1550
+ return t != null && t.Parent && i instanceof t.Parent ? !0 : (u = (f = i == null ? void 0 : i._zod) == null ? void 0 : f.traits) == null ? void 0 : u.has(e);
1551
1551
  }
1552
1552
  }), Object.defineProperty(a, "name", { value: e }), a;
1553
1553
  }
1554
- class So extends Error {
1554
+ class wo extends Error {
1555
1555
  constructor() {
1556
1556
  super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
1557
1557
  }
1558
1558
  }
1559
- const wo = {};
1560
- function _r(e) {
1561
- return wo;
1559
+ const xo = {};
1560
+ function pr(e) {
1561
+ return xo;
1562
1562
  }
1563
1563
  function Co(e, r) {
1564
1564
  return typeof r == "bigint" ? r.toString() : r;
1565
1565
  }
1566
- const pr = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
1566
+ const _r = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
1567
1567
  };
1568
1568
  function Me(e) {
1569
1569
  return typeof e == "string" ? e : e == null ? void 0 : e.message;
1570
1570
  }
1571
- function vr(e, r, t) {
1572
- var s, n, a, l, f, u;
1571
+ function gr(e, r, t) {
1572
+ var s, n, a, i, f, u;
1573
1573
  const o = { ...e, path: e.path ?? [] };
1574
1574
  if (!e.message) {
1575
- const d = Me((a = (n = (s = e.inst) == null ? void 0 : s._zod.def) == null ? void 0 : n.error) == null ? void 0 : a.call(n, e)) ?? Me((l = r == null ? void 0 : r.error) == null ? void 0 : l.call(r, e)) ?? Me((f = t.customError) == null ? void 0 : f.call(t, e)) ?? Me((u = t.localeError) == null ? void 0 : u.call(t, e)) ?? "Invalid input";
1575
+ const d = Me((a = (n = (s = e.inst) == null ? void 0 : s._zod.def) == null ? void 0 : n.error) == null ? void 0 : a.call(n, e)) ?? Me((i = r == null ? void 0 : r.error) == null ? void 0 : i.call(r, e)) ?? Me((f = t.customError) == null ? void 0 : f.call(t, e)) ?? Me((u = t.localeError) == null ? void 0 : u.call(t, e)) ?? "Invalid input";
1576
1576
  o.message = d;
1577
1577
  }
1578
1578
  return delete o.inst, delete o.continue, r != null && r.reportInput || delete o.input, o;
1579
1579
  }
1580
- const br = (e, r) => {
1580
+ const vr = (e, r) => {
1581
1581
  e.name = "$ZodError", Object.defineProperty(e, "_zod", {
1582
1582
  value: e._zod,
1583
1583
  enumerable: !1
@@ -1588,25 +1588,25 @@ const br = (e, r) => {
1588
1588
  value: () => e.message,
1589
1589
  enumerable: !1
1590
1590
  });
1591
- }, ko = gr("$ZodError", br), Sr = gr("$ZodError", br, { Parent: Error }), xo = (e) => (r, t, o, s) => {
1591
+ }, ko = hr("$ZodError", vr), br = hr("$ZodError", vr, { Parent: Error }), Fo = (e) => (r, t, o, s) => {
1592
1592
  const n = o ? Object.assign(o, { async: !1 }) : { async: !1 }, a = r._zod.run({ value: t, issues: [] }, n);
1593
1593
  if (a instanceof Promise)
1594
- throw new So();
1594
+ throw new wo();
1595
1595
  if (a.issues.length) {
1596
- const l = new ((s == null ? void 0 : s.Err) ?? e)(a.issues.map((f) => vr(f, n, _r())));
1597
- throw pr(l, s == null ? void 0 : s.callee), l;
1596
+ const i = new ((s == null ? void 0 : s.Err) ?? e)(a.issues.map((f) => gr(f, n, pr())));
1597
+ throw _r(i, s == null ? void 0 : s.callee), i;
1598
1598
  }
1599
1599
  return a.value;
1600
- }, Fo = /* @__PURE__ */ xo(Sr), Vo = (e) => async (r, t, o, s) => {
1600
+ }, Vo = /* @__PURE__ */ Fo(br), Eo = (e) => async (r, t, o, s) => {
1601
1601
  const n = o ? Object.assign(o, { async: !0 }) : { async: !0 };
1602
1602
  let a = r._zod.run({ value: t, issues: [] }, n);
1603
1603
  if (a instanceof Promise && (a = await a), a.issues.length) {
1604
- const l = new ((s == null ? void 0 : s.Err) ?? e)(a.issues.map((f) => vr(f, n, _r())));
1605
- throw pr(l, s == null ? void 0 : s.callee), l;
1604
+ const i = new ((s == null ? void 0 : s.Err) ?? e)(a.issues.map((f) => gr(f, n, pr())));
1605
+ throw _r(i, s == null ? void 0 : s.callee), i;
1606
1606
  }
1607
1607
  return a.value;
1608
- }, zo = /* @__PURE__ */ Vo(Sr);
1609
- function Zt(e, r) {
1608
+ }, zo = /* @__PURE__ */ Eo(br);
1609
+ function Gt(e, r) {
1610
1610
  try {
1611
1611
  var t = e();
1612
1612
  } catch (o) {
@@ -1614,12 +1614,12 @@ function Zt(e, r) {
1614
1614
  }
1615
1615
  return t && t.then ? t.then(void 0, r) : t;
1616
1616
  }
1617
- function Eo(e, r) {
1617
+ function $o(e, r) {
1618
1618
  for (var t = {}; e.length; ) {
1619
1619
  var o = e[0], s = o.code, n = o.message, a = o.path.join(".");
1620
1620
  if (!t[a]) if ("unionErrors" in o) {
1621
- var l = o.unionErrors[0].errors[0];
1622
- t[a] = { message: l.message, type: l.code };
1621
+ var i = o.unionErrors[0].errors[0];
1622
+ t[a] = { message: i.message, type: i.code };
1623
1623
  } else t[a] = { message: n, type: s };
1624
1624
  if ("unionErrors" in o && o.unionErrors.forEach(function(d) {
1625
1625
  return d.errors.forEach(function(h) {
@@ -1627,18 +1627,18 @@ function Eo(e, r) {
1627
1627
  });
1628
1628
  }), r) {
1629
1629
  var f = t[a].types, u = f && f[o.code];
1630
- t[a] = bt(a, r, t, s, u ? [].concat(u, o.message) : o.message);
1630
+ t[a] = gt(a, r, t, s, u ? [].concat(u, o.message) : o.message);
1631
1631
  }
1632
1632
  e.shift();
1633
1633
  }
1634
1634
  return t;
1635
1635
  }
1636
- function $o(e, r) {
1636
+ function No(e, r) {
1637
1637
  for (var t = {}; e.length; ) {
1638
1638
  var o = e[0], s = o.code, n = o.message, a = o.path.join(".");
1639
1639
  if (!t[a]) if (o.code === "invalid_union" && o.errors.length > 0) {
1640
- var l = o.errors[0][0];
1641
- t[a] = { message: l.message, type: l.code };
1640
+ var i = o.errors[0][0];
1641
+ t[a] = { message: i.message, type: i.code };
1642
1642
  } else t[a] = { message: n, type: s };
1643
1643
  if (o.code === "invalid_union" && o.errors.forEach(function(d) {
1644
1644
  return d.forEach(function(h) {
@@ -1646,7 +1646,7 @@ function $o(e, r) {
1646
1646
  });
1647
1647
  }), r) {
1648
1648
  var f = t[a].types, u = f && f[o.code];
1649
- t[a] = bt(a, r, t, s, u ? [].concat(u, o.message) : o.message);
1649
+ t[a] = gt(a, r, t, s, u ? [].concat(u, o.message) : o.message);
1650
1650
  }
1651
1651
  e.shift();
1652
1652
  }
@@ -1657,14 +1657,14 @@ function Ao(e, r, t) {
1657
1657
  return "_def" in o && typeof o._def == "object" && "typeName" in o._def;
1658
1658
  })(e)) return function(o, s, n) {
1659
1659
  try {
1660
- return Promise.resolve(Zt(function() {
1660
+ return Promise.resolve(Gt(function() {
1661
1661
  return Promise.resolve(e[t.mode === "sync" ? "parse" : "parseAsync"](o, r)).then(function(a) {
1662
- return n.shouldUseNativeValidation && ft({}, n), { errors: {}, values: t.raw ? Object.assign({}, o) : a };
1662
+ return n.shouldUseNativeValidation && ut({}, n), { errors: {}, values: t.raw ? Object.assign({}, o) : a };
1663
1663
  });
1664
1664
  }, function(a) {
1665
- if ((function(l) {
1666
- return Array.isArray(l == null ? void 0 : l.issues);
1667
- })(a)) return { values: {}, errors: qt(Eo(a.errors, !n.shouldUseNativeValidation && n.criteriaMode === "all"), n) };
1665
+ if ((function(i) {
1666
+ return Array.isArray(i == null ? void 0 : i.issues);
1667
+ })(a)) return { values: {}, errors: Ut($o(a.errors, !n.shouldUseNativeValidation && n.criteriaMode === "all"), n) };
1668
1668
  throw a;
1669
1669
  }));
1670
1670
  } catch (a) {
@@ -1675,14 +1675,14 @@ function Ao(e, r, t) {
1675
1675
  return "_zod" in o && typeof o._zod == "object";
1676
1676
  })(e)) return function(o, s, n) {
1677
1677
  try {
1678
- return Promise.resolve(Zt(function() {
1679
- return Promise.resolve((t.mode === "sync" ? Fo : zo)(e, o, r)).then(function(a) {
1680
- return n.shouldUseNativeValidation && ft({}, n), { errors: {}, values: t.raw ? Object.assign({}, o) : a };
1678
+ return Promise.resolve(Gt(function() {
1679
+ return Promise.resolve((t.mode === "sync" ? Vo : zo)(e, o, r)).then(function(a) {
1680
+ return n.shouldUseNativeValidation && ut({}, n), { errors: {}, values: t.raw ? Object.assign({}, o) : a };
1681
1681
  });
1682
1682
  }, function(a) {
1683
- if ((function(l) {
1684
- return l instanceof ko;
1685
- })(a)) return { values: {}, errors: qt($o(a.issues, !n.shouldUseNativeValidation && n.criteriaMode === "all"), n) };
1683
+ if ((function(i) {
1684
+ return i instanceof ko;
1685
+ })(a)) return { values: {}, errors: Ut(No(a.issues, !n.shouldUseNativeValidation && n.criteriaMode === "all"), n) };
1686
1686
  throw a;
1687
1687
  }));
1688
1688
  } catch (a) {
@@ -1691,14 +1691,14 @@ function Ao(e, r, t) {
1691
1691
  };
1692
1692
  throw new Error("Invalid input: not a Zod schema");
1693
1693
  }
1694
- const wr = x.createContext(null);
1695
- function No() {
1696
- const e = x.useContext(wr);
1694
+ const Sr = k.createContext(null);
1695
+ function Lo() {
1696
+ const e = k.useContext(Sr);
1697
1697
  if (!e)
1698
1698
  throw new Error("useFormContext must be used within a Form component");
1699
1699
  return e;
1700
1700
  }
1701
- function Bo({
1701
+ function Po({
1702
1702
  onSubmit: e,
1703
1703
  children: r,
1704
1704
  schema: t,
@@ -1706,19 +1706,19 @@ function Bo({
1706
1706
  mode: s = "onSubmit",
1707
1707
  reValidateMode: n = "onChange",
1708
1708
  className: a,
1709
- style: l,
1709
+ style: i,
1710
1710
  formProps: f
1711
1711
  }) {
1712
- const u = vo({
1712
+ const u = bo({
1713
1713
  resolver: t ? Ao(t) : void 0,
1714
1714
  defaultValues: o,
1715
1715
  mode: s,
1716
1716
  reValidateMode: n
1717
1717
  }), d = u.handleSubmit(e);
1718
- return /* @__PURE__ */ p(wr.Provider, { value: u, children: /* @__PURE__ */ p("form", { ...f, className: a, style: l, onSubmit: d, children: typeof r == "function" ? r(u) : r }) });
1718
+ return /* @__PURE__ */ _(Sr.Provider, { value: u, children: /* @__PURE__ */ _("form", { ...f, className: a, style: i, onSubmit: d, children: typeof r == "function" ? r(u) : r }) });
1719
1719
  }
1720
- const kn = Bo, Lo = "FormError-module__formError___kaUBn", Po = {
1721
- formError: Lo
1720
+ const En = Po, Bo = "FormError-module__formError___kaUBn", Mo = {
1721
+ formError: Bo
1722
1722
  }, Ro = ({
1723
1723
  // Color prop
1724
1724
  color: e,
@@ -1730,20 +1730,20 @@ const kn = Bo, Lo = "FormError-module__formError___kaUBn", Po = {
1730
1730
  // Element-specific props
1731
1731
  divProps: s
1732
1732
  }) => {
1733
- const n = T(), a = {
1733
+ const n = j(), a = {
1734
1734
  "--form-error-margin-top": `calc(${n.fonts.rhythm} * 0.17)`,
1735
1735
  color: e || n.colors.error,
1736
1736
  ...o
1737
1737
  // Top level style prop overrides
1738
- }, l = [Po.formError, t].filter(Boolean).join(" ");
1739
- return /* @__PURE__ */ p("div", { ...s, className: l, style: a, role: "alert", "aria-live": "polite", children: r });
1740
- }, Oo = "FormGroup-module__formGroup___aVI-B", Mo = "FormGroup-module__inputWrapper___429QE", Do = "FormGroup-module__indented___t61iz", Ho = "FormGroup-module__disabled___W-tJ0", jo = "FormGroup-module__required___mO3xA", Se = {
1741
- formGroup: Oo,
1742
- inputWrapper: Mo,
1743
- indented: Do,
1744
- disabled: Ho,
1745
- required: jo
1746
- }, To = ({
1738
+ }, i = [Mo.formError, t].filter(Boolean).join(" ");
1739
+ return /* @__PURE__ */ _("div", { ...s, className: i, style: a, role: "alert", "aria-live": "polite", children: r });
1740
+ }, Do = "FormGroup-module__formGroup___aVI-B", Oo = "FormGroup-module__inputWrapper___429QE", Ho = "FormGroup-module__indented___t61iz", jo = "FormGroup-module__disabled___W-tJ0", To = "FormGroup-module__required___mO3xA", ve = {
1741
+ formGroup: Do,
1742
+ inputWrapper: Oo,
1743
+ indented: Ho,
1744
+ disabled: jo,
1745
+ required: To
1746
+ }, Io = ({
1747
1747
  // State props
1748
1748
  disabled: e = !1,
1749
1749
  error: r = !1,
@@ -1754,7 +1754,7 @@ const kn = Bo, Lo = "FormError-module__formError___kaUBn", Po = {
1754
1754
  name: s,
1755
1755
  label: n,
1756
1756
  errorMessage: a,
1757
- labelProps: l,
1757
+ labelProps: i,
1758
1758
  // Content
1759
1759
  children: f,
1760
1760
  // Style overrides
@@ -1763,35 +1763,35 @@ const kn = Bo, Lo = "FormError-module__formError___kaUBn", Po = {
1763
1763
  // Element-specific props
1764
1764
  divProps: h
1765
1765
  }) => {
1766
- const y = T(), V = [
1767
- Se.formGroup,
1768
- r ? Se.error : "",
1769
- e ? Se.disabled : "",
1766
+ const m = j(), F = [
1767
+ ve.formGroup,
1768
+ r ? ve.error : "",
1769
+ e ? ve.disabled : "",
1770
1770
  u
1771
1771
  ].filter(Boolean).join(" "), w = {
1772
- "--form-group-margin-bottom": `calc(${y.fonts.rhythm} * 0.35)`,
1772
+ "--form-group-margin-bottom": `calc(${m.fonts.rhythm} * 0.35)`,
1773
1773
  ...d
1774
- }, g = x.Children.map(f, (k) => {
1775
- if (x.isValidElement(k)) {
1776
- const E = {};
1777
- if (e && k.props.disabled === void 0 && (E.disabled = !0), r && k.props.error === void 0 && (E.error = !0), s && k.props.id === void 0 && k.type !== x.Fragment && (E.id = s), Object.keys(E).length > 0)
1778
- return x.cloneElement(k, E);
1774
+ }, p = k.Children.map(f, (C) => {
1775
+ if (k.isValidElement(C)) {
1776
+ const $ = {};
1777
+ if (e && C.props.disabled === void 0 && ($.disabled = !0), r && C.props.error === void 0 && ($.error = !0), s && C.props.id === void 0 && C.type !== k.Fragment && ($.id = s), Object.keys($).length > 0)
1778
+ return k.cloneElement(C, $);
1779
1779
  }
1780
- return k;
1780
+ return C;
1781
1781
  });
1782
- return /* @__PURE__ */ U("div", { ...h, className: V, style: w, children: [
1783
- n && /* @__PURE__ */ U(yt, { htmlFor: s, disabled: e, error: r, ...l, children: [
1782
+ return /* @__PURE__ */ W("div", { ...h, className: F, style: w, children: [
1783
+ n && /* @__PURE__ */ W(ft, { htmlFor: s, disabled: e, error: r, ...i, children: [
1784
1784
  n,
1785
- t && /* @__PURE__ */ U("span", { className: Se.required, "aria-label": "required", children: [
1785
+ t && /* @__PURE__ */ W("span", { className: ve.required, "aria-label": "required", children: [
1786
1786
  " ",
1787
1787
  "*"
1788
1788
  ] })
1789
1789
  ] }),
1790
- /* @__PURE__ */ p("div", { className: `${Se.inputWrapper} ${o ? Se.indented : ""}`, children: g }),
1791
- r && a && /* @__PURE__ */ p(Ro, { children: a })
1790
+ /* @__PURE__ */ _("div", { className: `${ve.inputWrapper} ${o ? ve.indented : ""}`, children: p }),
1791
+ r && a && /* @__PURE__ */ _(Ro, { children: a })
1792
1792
  ] });
1793
1793
  };
1794
- function ve({
1794
+ function pe({
1795
1795
  name: e,
1796
1796
  label: r,
1797
1797
  required: t,
@@ -1799,29 +1799,29 @@ function ve({
1799
1799
  rules: s,
1800
1800
  disabled: n,
1801
1801
  className: a,
1802
- style: l,
1802
+ style: i,
1803
1803
  indent: f,
1804
1804
  labelProps: u
1805
1805
  }) {
1806
- const { control: d } = No(), {
1806
+ const { control: d } = Lo(), {
1807
1807
  field: h,
1808
- fieldState: { error: y }
1809
- } = oo({
1808
+ fieldState: { error: m }
1809
+ } = so({
1810
1810
  name: e,
1811
1811
  control: d,
1812
1812
  rules: s
1813
1813
  });
1814
- return /* @__PURE__ */ p(
1815
- To,
1814
+ return /* @__PURE__ */ _(
1815
+ Io,
1816
1816
  {
1817
1817
  label: r,
1818
1818
  name: e,
1819
- error: !!y,
1820
- errorMessage: y == null ? void 0 : y.message,
1819
+ error: !!m,
1820
+ errorMessage: m == null ? void 0 : m.message,
1821
1821
  disabled: n,
1822
1822
  required: t,
1823
1823
  className: a,
1824
- style: l,
1824
+ style: i,
1825
1825
  indent: f,
1826
1826
  labelProps: u,
1827
1827
  children: o({
@@ -1829,17 +1829,17 @@ function ve({
1829
1829
  onChange: h.onChange,
1830
1830
  onBlur: h.onBlur,
1831
1831
  name: h.name,
1832
- error: !!y,
1832
+ error: !!m,
1833
1833
  indent: f
1834
1834
  })
1835
1835
  }
1836
1836
  );
1837
1837
  }
1838
- const Io = "Input-module__input___WjT81", Wo = "Input-module__sizeSmall___NFvsi", Uo = "Input-module__sizeLarge___4Boj3", et = {
1839
- input: Io,
1840
- sizeSmall: Wo,
1841
- sizeLarge: Uo
1842
- }, qo = ({
1838
+ const Wo = "Input-module__input___WjT81", Uo = "Input-module__sizeSmall___NFvsi", qo = "Input-module__sizeLarge___4Boj3", Je = {
1839
+ input: Wo,
1840
+ sizeSmall: Uo,
1841
+ sizeLarge: qo
1842
+ }, Go = ({
1843
1843
  color: e = "#000",
1844
1844
  disabled: r = !1,
1845
1845
  fontSize: t = "1em",
@@ -1850,7 +1850,7 @@ const Io = "Input-module__input___WjT81", Wo = "Input-module__sizeSmall___NFvsi"
1850
1850
  fontSize: t,
1851
1851
  opacity: r ? 0.3 : 1,
1852
1852
  placeholderOpacity: o
1853
- }), Go = ({
1853
+ }), Zo = ({
1854
1854
  // State props
1855
1855
  disabled: e = !1,
1856
1856
  error: r = !1,
@@ -1862,45 +1862,45 @@ const Io = "Input-module__input___WjT81", Wo = "Input-module__sizeSmall___NFvsi"
1862
1862
  id: s,
1863
1863
  name: n = "",
1864
1864
  placeholder: a,
1865
- placeholderOpacity: l = 0.3,
1865
+ placeholderOpacity: i = 0.3,
1866
1866
  type: f = "text",
1867
1867
  value: u = "",
1868
1868
  // Event handlers
1869
1869
  onChange: d,
1870
1870
  onBlur: h,
1871
1871
  // Standard React props
1872
- className: y,
1873
- style: V,
1872
+ className: m,
1873
+ style: F,
1874
1874
  // Element-specific props
1875
1875
  inputProps: w
1876
1876
  }) => {
1877
- const g = T(), k = g.colors.error, E = r ? k : t || g.colors.primary, _ = qo({
1878
- color: E,
1877
+ const p = j(), C = p.colors.error, $ = r ? C : t || p.colors.primary, v = Go({
1878
+ color: $,
1879
1879
  disabled: e,
1880
- fontSize: g.fonts.size,
1881
- placeholderOpacity: l
1882
- }), z = {
1883
- "--placeholder-opacity": _.placeholderOpacity,
1884
- "--input-padding-small": `calc(${g.fonts.rhythm} * ${g.sizes.small.paddingVertical}) calc(${g.fonts.rhythm} * ${g.inputs.paddingHorizontal})`,
1885
- "--input-padding-large": `calc(${g.fonts.rhythm} * ${g.sizes.large.paddingVertical}) calc(${g.fonts.rhythm} * ${g.inputs.paddingHorizontal})`,
1886
- borderColor: _.borderColor,
1887
- borderWidth: g.border.width,
1888
- borderRadius: g.border.radius,
1889
- color: _.color,
1890
- fontSize: _.fontSize,
1891
- opacity: _.opacity,
1892
- ...V
1880
+ fontSize: p.fonts.size,
1881
+ placeholderOpacity: i
1882
+ }), E = {
1883
+ "--placeholder-opacity": v.placeholderOpacity,
1884
+ "--input-padding-small": `calc(${p.fonts.rhythm} * ${p.sizes.small.paddingVertical}) calc(${p.fonts.rhythm} * ${p.inputs.paddingHorizontal})`,
1885
+ "--input-padding-large": `calc(${p.fonts.rhythm} * ${p.sizes.large.paddingVertical}) calc(${p.fonts.rhythm} * ${p.inputs.paddingHorizontal})`,
1886
+ borderColor: v.borderColor,
1887
+ borderWidth: p.border.width,
1888
+ borderRadius: p.border.radius,
1889
+ color: v.color,
1890
+ fontSize: v.fontSize,
1891
+ opacity: v.opacity,
1892
+ ...F
1893
1893
  // Top level style prop overrides
1894
- }, $ = [
1895
- et.input,
1896
- o === "small" ? et.sizeSmall : et.sizeLarge,
1897
- y
1894
+ }, z = [
1895
+ Je.input,
1896
+ o === "small" ? Je.sizeSmall : Je.sizeLarge,
1897
+ m
1898
1898
  ].filter(Boolean).join(" ");
1899
- return /* @__PURE__ */ p(
1899
+ return /* @__PURE__ */ _(
1900
1900
  "input",
1901
1901
  {
1902
1902
  ...w,
1903
- className: $,
1903
+ className: z,
1904
1904
  disabled: e,
1905
1905
  id: s,
1906
1906
  name: n,
@@ -1909,11 +1909,11 @@ const Io = "Input-module__input___WjT81", Wo = "Input-module__sizeSmall___NFvsi"
1909
1909
  placeholder: a,
1910
1910
  type: f,
1911
1911
  value: u,
1912
- style: z
1912
+ style: E
1913
1913
  }
1914
1914
  );
1915
1915
  };
1916
- function xn({
1916
+ function zn({
1917
1917
  name: e,
1918
1918
  label: r,
1919
1919
  required: t,
@@ -1921,10 +1921,10 @@ function xn({
1921
1921
  disabled: s,
1922
1922
  className: n,
1923
1923
  style: a,
1924
- ...l
1924
+ ...i
1925
1925
  }) {
1926
- return /* @__PURE__ */ p(
1927
- ve,
1926
+ return /* @__PURE__ */ _(
1927
+ pe,
1928
1928
  {
1929
1929
  name: e,
1930
1930
  label: r,
@@ -1933,25 +1933,25 @@ function xn({
1933
1933
  disabled: s,
1934
1934
  className: n,
1935
1935
  style: a,
1936
- children: ({ value: f, onChange: u, onBlur: d, name: h, error: y }) => /* @__PURE__ */ p(
1937
- Go,
1936
+ children: ({ value: f, onChange: u, onBlur: d, name: h, error: m }) => /* @__PURE__ */ _(
1937
+ Zo,
1938
1938
  {
1939
- ...l,
1939
+ ...i,
1940
1940
  name: h,
1941
1941
  value: f || "",
1942
- onChange: (V) => u(V.target.value),
1942
+ onChange: (F) => u(F.target.value),
1943
1943
  onBlur: d,
1944
- error: y
1944
+ error: m
1945
1945
  }
1946
1946
  )
1947
1947
  }
1948
1948
  );
1949
1949
  }
1950
- const Zo = "Textarea-module__textarea___Z-y6g", Qo = "Textarea-module__sizeSmall___HHFEM", Ko = "Textarea-module__sizeLarge___5a3sf", tt = {
1951
- textarea: Zo,
1952
- sizeSmall: Qo,
1953
- sizeLarge: Ko
1954
- }, Jo = ({
1950
+ const Qo = "Textarea-module__textarea___Z-y6g", Ko = "Textarea-module__sizeSmall___HHFEM", Jo = "Textarea-module__sizeLarge___5a3sf", Xe = {
1951
+ textarea: Qo,
1952
+ sizeSmall: Ko,
1953
+ sizeLarge: Jo
1954
+ }, Xo = ({
1955
1955
  color: e = "#000",
1956
1956
  disabled: r = !1,
1957
1957
  placeholderOpacity: t = 0.3
@@ -1960,7 +1960,7 @@ const Zo = "Textarea-module__textarea___Z-y6g", Qo = "Textarea-module__sizeSmall
1960
1960
  borderColor: e,
1961
1961
  opacity: r ? 0.3 : 1,
1962
1962
  placeholderOpacity: t
1963
- }), Xo = ({
1963
+ }), Yo = ({
1964
1964
  // State props
1965
1965
  disabled: e = !1,
1966
1966
  error: r = !1,
@@ -1972,44 +1972,44 @@ const Zo = "Textarea-module__textarea___Z-y6g", Qo = "Textarea-module__sizeSmall
1972
1972
  id: s,
1973
1973
  name: n = "",
1974
1974
  placeholder: a,
1975
- placeholderOpacity: l = 0.3,
1975
+ placeholderOpacity: i = 0.3,
1976
1976
  rows: f = 3,
1977
1977
  value: u = "",
1978
1978
  // Event handlers
1979
1979
  onChange: d,
1980
1980
  onBlur: h,
1981
1981
  // Standard React props
1982
- className: y,
1983
- style: V,
1982
+ className: m,
1983
+ style: F,
1984
1984
  // Element-specific props
1985
1985
  textareaProps: w
1986
1986
  }) => {
1987
- const g = T(), k = g.colors.error, E = r ? k : t || g.colors.primary, _ = Jo({
1988
- color: E,
1987
+ const p = j(), C = p.colors.error, $ = r ? C : t || p.colors.primary, v = Xo({
1988
+ color: $,
1989
1989
  disabled: e,
1990
- placeholderOpacity: l
1991
- }), z = {
1992
- "--placeholder-opacity": _.placeholderOpacity,
1993
- "--textarea-padding-small": `calc(${g.fonts.rhythm} * ${g.sizes.small.paddingVertical}) calc(${g.fonts.rhythm} * ${g.inputs.paddingHorizontal})`,
1994
- "--textarea-padding-large": `calc(${g.fonts.rhythm} * ${g.sizes.large.paddingVertical}) calc(${g.fonts.rhythm} * ${g.inputs.paddingHorizontal})`,
1995
- borderColor: _.borderColor,
1996
- borderWidth: g.border.width,
1997
- borderRadius: g.border.radius,
1998
- color: _.color,
1999
- fontSize: g.fonts.size,
2000
- opacity: _.opacity,
2001
- ...V
1990
+ placeholderOpacity: i
1991
+ }), E = {
1992
+ "--placeholder-opacity": v.placeholderOpacity,
1993
+ "--textarea-padding-small": `calc(${p.fonts.rhythm} * ${p.sizes.small.paddingVertical}) calc(${p.fonts.rhythm} * ${p.inputs.paddingHorizontal})`,
1994
+ "--textarea-padding-large": `calc(${p.fonts.rhythm} * ${p.sizes.large.paddingVertical}) calc(${p.fonts.rhythm} * ${p.inputs.paddingHorizontal})`,
1995
+ borderColor: v.borderColor,
1996
+ borderWidth: p.border.width,
1997
+ borderRadius: p.border.radius,
1998
+ color: v.color,
1999
+ fontSize: p.fonts.size,
2000
+ opacity: v.opacity,
2001
+ ...F
2002
2002
  // Top level style overrides
2003
- }, $ = [
2004
- tt.textarea,
2005
- o === "small" ? tt.sizeSmall : tt.sizeLarge,
2006
- y
2003
+ }, z = [
2004
+ Xe.textarea,
2005
+ o === "small" ? Xe.sizeSmall : Xe.sizeLarge,
2006
+ m
2007
2007
  ].filter(Boolean).join(" ");
2008
- return /* @__PURE__ */ p(
2008
+ return /* @__PURE__ */ _(
2009
2009
  "textarea",
2010
2010
  {
2011
2011
  ...w,
2012
- className: $,
2012
+ className: z,
2013
2013
  disabled: e,
2014
2014
  id: s,
2015
2015
  name: n,
@@ -2018,11 +2018,11 @@ const Zo = "Textarea-module__textarea___Z-y6g", Qo = "Textarea-module__sizeSmall
2018
2018
  placeholder: a,
2019
2019
  rows: f,
2020
2020
  value: u,
2021
- style: z
2021
+ style: E
2022
2022
  }
2023
2023
  );
2024
2024
  };
2025
- function Fn({
2025
+ function $n({
2026
2026
  name: e,
2027
2027
  label: r,
2028
2028
  required: t,
@@ -2030,10 +2030,10 @@ function Fn({
2030
2030
  disabled: s,
2031
2031
  className: n,
2032
2032
  style: a,
2033
- ...l
2033
+ ...i
2034
2034
  }) {
2035
- return /* @__PURE__ */ p(
2036
- ve,
2035
+ return /* @__PURE__ */ _(
2036
+ pe,
2037
2037
  {
2038
2038
  name: e,
2039
2039
  label: r,
@@ -2042,25 +2042,25 @@ function Fn({
2042
2042
  disabled: s,
2043
2043
  className: n,
2044
2044
  style: a,
2045
- children: ({ value: f, onChange: u, onBlur: d, name: h, error: y }) => /* @__PURE__ */ p(
2046
- Xo,
2045
+ children: ({ value: f, onChange: u, onBlur: d, name: h, error: m }) => /* @__PURE__ */ _(
2046
+ Yo,
2047
2047
  {
2048
- ...l,
2048
+ ...i,
2049
2049
  name: h,
2050
2050
  value: f || "",
2051
- onChange: (V) => u(V.target.value),
2051
+ onChange: (F) => u(F.target.value),
2052
2052
  onBlur: d,
2053
- error: y
2053
+ error: m
2054
2054
  }
2055
2055
  )
2056
2056
  }
2057
2057
  );
2058
2058
  }
2059
- const Yo = "Select-module__select___cjdcr", es = "Select-module__sizeSmall___i1quj", ts = "Select-module__sizeLarge___eBA1T", rt = {
2060
- select: Yo,
2061
- sizeSmall: es,
2062
- sizeLarge: ts
2063
- }, rs = ({
2059
+ const es = "Select-module__select___cjdcr", ts = "Select-module__sizeSmall___i1quj", rs = "Select-module__sizeLarge___eBA1T", Ye = {
2060
+ select: es,
2061
+ sizeSmall: ts,
2062
+ sizeLarge: rs
2063
+ }, os = ({
2064
2064
  color: e = "#000",
2065
2065
  disabled: r = !1
2066
2066
  }) => ({
@@ -2087,7 +2087,7 @@ const Yo = "Select-module__select___cjdcr", es = "Select-module__sizeSmall___i1q
2087
2087
  `.trim();
2088
2088
  return `url("data:image/svg+xml,${encodeURIComponent(a)}")`;
2089
2089
  })(e)
2090
- }), os = ({
2090
+ }), ss = ({
2091
2091
  // State props
2092
2092
  disabled: e = !1,
2093
2093
  error: r = !1,
@@ -2099,62 +2099,62 @@ const Yo = "Select-module__select___cjdcr", es = "Select-module__sizeSmall___i1q
2099
2099
  id: s,
2100
2100
  name: n = "",
2101
2101
  placeholder: a = "",
2102
- value: l = "",
2102
+ value: i = "",
2103
2103
  // Event handlers
2104
2104
  onChange: f,
2105
2105
  onBlur: u,
2106
2106
  // Standard React props
2107
2107
  children: d,
2108
2108
  className: h,
2109
- style: y,
2109
+ style: m,
2110
2110
  // Element-specific props
2111
- selectProps: V
2111
+ selectProps: F
2112
2112
  }) => {
2113
- const w = T(), g = w.colors.error, k = r ? g : t || w.colors.primary, E = rs({
2114
- color: k,
2113
+ const w = j(), p = w.colors.error, C = r ? p : t || w.colors.primary, $ = os({
2114
+ color: C,
2115
2115
  disabled: e
2116
- }), _ = {
2116
+ }), v = {
2117
2117
  "--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})`,
2118
2118
  "--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})`,
2119
- backgroundImage: E.backgroundImage,
2119
+ backgroundImage: $.backgroundImage,
2120
2120
  backgroundPosition: "right center",
2121
2121
  backgroundRepeat: "no-repeat",
2122
2122
  backgroundSize: "auto 85%",
2123
2123
  backgroundColor: "transparent",
2124
- borderColor: E.borderColor,
2124
+ borderColor: $.borderColor,
2125
2125
  borderWidth: w.border.width,
2126
2126
  borderRadius: w.border.radius,
2127
- color: E.color,
2128
- cursor: E.cursor,
2127
+ color: $.color,
2128
+ cursor: $.cursor,
2129
2129
  fontSize: w.fonts.size,
2130
- opacity: E.opacity,
2131
- ...y
2130
+ opacity: $.opacity,
2131
+ ...m
2132
2132
  // Top level style overrides
2133
- }, z = [
2134
- rt.select,
2135
- o === "small" ? rt.sizeSmall : rt.sizeLarge,
2133
+ }, E = [
2134
+ Ye.select,
2135
+ o === "small" ? Ye.sizeSmall : Ye.sizeLarge,
2136
2136
  h
2137
2137
  ].filter(Boolean).join(" ");
2138
- return /* @__PURE__ */ U(
2138
+ return /* @__PURE__ */ W(
2139
2139
  "select",
2140
2140
  {
2141
- ...V,
2142
- className: z,
2141
+ ...F,
2142
+ className: E,
2143
2143
  disabled: e,
2144
2144
  id: s,
2145
2145
  name: n,
2146
2146
  onChange: f,
2147
2147
  onBlur: u,
2148
- value: l,
2149
- style: _,
2148
+ value: i,
2149
+ style: v,
2150
2150
  children: [
2151
- a !== "" && /* @__PURE__ */ p("option", { disabled: !0, value: "", children: a }),
2151
+ a !== "" && /* @__PURE__ */ _("option", { disabled: !0, value: "", children: a }),
2152
2152
  d
2153
2153
  ]
2154
2154
  }
2155
2155
  );
2156
2156
  };
2157
- function Vn({
2157
+ function Nn({
2158
2158
  name: e,
2159
2159
  label: r,
2160
2160
  required: t,
@@ -2162,11 +2162,11 @@ function Vn({
2162
2162
  disabled: s,
2163
2163
  className: n,
2164
2164
  style: a,
2165
- children: l,
2165
+ children: i,
2166
2166
  ...f
2167
2167
  }) {
2168
- return /* @__PURE__ */ p(
2169
- ve,
2168
+ return /* @__PURE__ */ _(
2169
+ pe,
2170
2170
  {
2171
2171
  name: e,
2172
2172
  label: r,
@@ -2175,22 +2175,22 @@ function Vn({
2175
2175
  disabled: s,
2176
2176
  className: n,
2177
2177
  style: a,
2178
- children: ({ value: u, onChange: d, onBlur: h, name: y, error: V }) => /* @__PURE__ */ p(
2179
- os,
2178
+ children: ({ value: u, onChange: d, onBlur: h, name: m, error: F }) => /* @__PURE__ */ _(
2179
+ ss,
2180
2180
  {
2181
2181
  ...f,
2182
- name: y,
2182
+ name: m,
2183
2183
  value: u || "",
2184
2184
  onChange: (w) => d(w.target.value),
2185
2185
  onBlur: h,
2186
- error: V,
2187
- children: l
2186
+ error: F,
2187
+ children: i
2188
2188
  }
2189
2189
  )
2190
2190
  }
2191
2191
  );
2192
2192
  }
2193
- function zn({
2193
+ function An({
2194
2194
  name: e,
2195
2195
  required: r,
2196
2196
  rules: t,
@@ -2199,8 +2199,8 @@ function zn({
2199
2199
  style: n,
2200
2200
  ...a
2201
2201
  }) {
2202
- return /* @__PURE__ */ p(
2203
- ve,
2202
+ return /* @__PURE__ */ _(
2203
+ pe,
2204
2204
  {
2205
2205
  name: e,
2206
2206
  required: r,
@@ -2208,12 +2208,12 @@ function zn({
2208
2208
  disabled: o,
2209
2209
  className: s,
2210
2210
  style: n,
2211
- children: ({ value: l, onChange: f, name: u, error: d }) => /* @__PURE__ */ p(
2212
- lt,
2211
+ children: ({ value: i, onChange: f, name: u, error: d }) => /* @__PURE__ */ _(
2212
+ at,
2213
2213
  {
2214
2214
  ...a,
2215
2215
  name: u,
2216
- checked: !!l,
2216
+ checked: !!i,
2217
2217
  onChange: (h) => f(h.target.checked),
2218
2218
  error: d
2219
2219
  }
@@ -2221,18 +2221,18 @@ function zn({
2221
2221
  }
2222
2222
  );
2223
2223
  }
2224
- const ss = "Radio-module__container___AQxhk", ns = "Radio-module__svg___zl5kF", as = "Radio-module__label___vAFIP", ot = {
2225
- container: ss,
2226
- svg: ns,
2227
- label: as
2228
- }, is = ({
2224
+ const ns = "Radio-module__container___AQxhk", as = "Radio-module__svg___zl5kF", is = "Radio-module__label___vAFIP", et = {
2225
+ container: ns,
2226
+ svg: as,
2227
+ label: is
2228
+ }, ls = ({
2229
2229
  color: e = "#000",
2230
2230
  disabled: r = !1
2231
2231
  }) => ({
2232
2232
  radioColor: e,
2233
2233
  cursor: r ? "default" : "pointer",
2234
2234
  opacity: r ? 0.3 : 1
2235
- }), Cr = ({
2235
+ }), wr = ({
2236
2236
  // Color prop
2237
2237
  color: e,
2238
2238
  // State props
@@ -2243,7 +2243,7 @@ const ss = "Radio-module__container___AQxhk", ns = "Radio-module__svg___zl5kF",
2243
2243
  name: s,
2244
2244
  id: n,
2245
2245
  onChange: a,
2246
- label: l,
2246
+ label: i,
2247
2247
  labelStyle: f,
2248
2248
  // Style overrides
2249
2249
  className: u,
@@ -2251,68 +2251,68 @@ const ss = "Radio-module__container___AQxhk", ns = "Radio-module__svg___zl5kF",
2251
2251
  // Element-specific props
2252
2252
  divProps: h
2253
2253
  }) => {
2254
- const y = T(), V = n || sr(), w = y.colors.error, g = o ? w : e || y.colors.primary, k = is({
2255
- color: g,
2254
+ const m = j(), F = n || or(), w = m.colors.error, p = o ? w : e || m.colors.primary, C = ls({
2255
+ color: p,
2256
2256
  disabled: t
2257
- }), E = (H) => {
2258
- t || a(H);
2259
- }, _ = {
2260
- cursor: k.cursor,
2261
- fontSize: y.fonts.size,
2262
- opacity: k.opacity,
2257
+ }), $ = (B) => {
2258
+ t || a(B);
2259
+ }, v = {
2260
+ cursor: C.cursor,
2261
+ fontSize: m.fonts.size,
2262
+ opacity: C.opacity,
2263
2263
  ...d
2264
2264
  // Top level style overrides
2265
- }, z = {
2265
+ }, E = {
2266
2266
  width: "1em"
2267
- }, $ = {
2267
+ }, z = {
2268
2268
  fill: "transparent",
2269
2269
  strokeWidth: "12.5",
2270
- stroke: k.radioColor
2271
- }, A = {
2272
- fill: k.radioColor
2273
- }, R = [ot.container, u].filter(Boolean).join(" ");
2274
- return /* @__PURE__ */ U("div", { ...h, className: R, style: _, children: [
2275
- /* @__PURE__ */ p(
2270
+ stroke: C.radioColor
2271
+ }, N = {
2272
+ fill: C.radioColor
2273
+ }, O = [et.container, u].filter(Boolean).join(" ");
2274
+ return /* @__PURE__ */ W("div", { ...h, className: O, style: v, children: [
2275
+ /* @__PURE__ */ _(
2276
2276
  "input",
2277
2277
  {
2278
- id: V,
2278
+ id: F,
2279
2279
  checked: r,
2280
2280
  disabled: t,
2281
2281
  name: s,
2282
- onChange: (H) => E({ target: { checked: H.target.checked, name: s, type: "radio" } }),
2282
+ onChange: (B) => $({ target: { checked: B.target.checked, name: s, type: "radio" } }),
2283
2283
  style: { display: "none" },
2284
2284
  type: "radio"
2285
2285
  }
2286
2286
  ),
2287
- /* @__PURE__ */ U(
2287
+ /* @__PURE__ */ W(
2288
2288
  "svg",
2289
2289
  {
2290
2290
  xmlns: "http://www.w3.org/2000/svg",
2291
2291
  viewBox: "0 0 100 100",
2292
- onClick: () => E({ target: { checked: !r, name: s, type: "radio" } }),
2293
- className: ot.svg,
2294
- style: z,
2292
+ onClick: () => $({ target: { checked: !r, name: s, type: "radio" } }),
2293
+ className: et.svg,
2294
+ style: E,
2295
2295
  children: [
2296
- /* @__PURE__ */ p("circle", { cx: "50", cy: "50", r: "42.5", width: "100%", style: $ }),
2297
- r && /* @__PURE__ */ p("circle", { cx: "50", cy: "50", r: "25", style: A })
2296
+ /* @__PURE__ */ _("circle", { cx: "50", cy: "50", r: "42.5", width: "100%", style: z }),
2297
+ r && /* @__PURE__ */ _("circle", { cx: "50", cy: "50", r: "25", style: N })
2298
2298
  ]
2299
2299
  }
2300
2300
  ),
2301
- l && /* @__PURE__ */ p(
2302
- yt,
2301
+ i && /* @__PURE__ */ _(
2302
+ ft,
2303
2303
  {
2304
- htmlFor: V,
2305
- className: ot.label,
2304
+ htmlFor: F,
2305
+ className: et.label,
2306
2306
  style: { paddingBottom: 0, ...f },
2307
- color: k.radioColor,
2307
+ color: C.radioColor,
2308
2308
  disabled: t,
2309
2309
  error: o,
2310
- children: l
2310
+ children: i
2311
2311
  }
2312
2312
  )
2313
2313
  ] });
2314
2314
  };
2315
- function En({
2315
+ function Ln({
2316
2316
  name: e,
2317
2317
  label: r,
2318
2318
  required: t,
@@ -2320,11 +2320,11 @@ function En({
2320
2320
  disabled: s,
2321
2321
  className: n,
2322
2322
  style: a,
2323
- value: l,
2323
+ value: i,
2324
2324
  ...f
2325
2325
  }) {
2326
- return /* @__PURE__ */ p(
2327
- ve,
2326
+ return /* @__PURE__ */ _(
2327
+ pe,
2328
2328
  {
2329
2329
  name: e,
2330
2330
  required: t,
@@ -2332,21 +2332,21 @@ function En({
2332
2332
  disabled: s,
2333
2333
  className: n,
2334
2334
  style: a,
2335
- children: ({ value: u, onChange: d, name: h, error: y }) => /* @__PURE__ */ p(
2336
- Cr,
2335
+ children: ({ value: u, onChange: d, name: h, error: m }) => /* @__PURE__ */ _(
2336
+ wr,
2337
2337
  {
2338
2338
  ...f,
2339
2339
  name: h,
2340
- checked: u === l,
2341
- onChange: () => d(l),
2342
- error: y,
2340
+ checked: u === i,
2341
+ onChange: () => d(i),
2342
+ error: m,
2343
2343
  label: r
2344
2344
  }
2345
2345
  )
2346
2346
  }
2347
2347
  );
2348
2348
  }
2349
- function $n({
2349
+ function Pn({
2350
2350
  name: e,
2351
2351
  label: r,
2352
2352
  required: t,
@@ -2354,10 +2354,10 @@ function $n({
2354
2354
  disabled: s,
2355
2355
  className: n,
2356
2356
  style: a,
2357
- indent: l = !0
2357
+ indent: i = !0
2358
2358
  }) {
2359
- return /* @__PURE__ */ p(
2360
- ve,
2359
+ return /* @__PURE__ */ _(
2360
+ pe,
2361
2361
  {
2362
2362
  name: e,
2363
2363
  label: r,
@@ -2365,28 +2365,28 @@ function $n({
2365
2365
  disabled: s,
2366
2366
  className: n,
2367
2367
  style: a,
2368
- indent: l,
2368
+ indent: i,
2369
2369
  labelProps: {
2370
2370
  style: {
2371
2371
  marginBottom: ".25em"
2372
2372
  }
2373
2373
  },
2374
- children: ({ value: f, onChange: u, name: d, error: h }) => /* @__PURE__ */ p(pe, { children: o.map((y) => /* @__PURE__ */ p(
2375
- Cr,
2374
+ children: ({ value: f, onChange: u, name: d, error: h }) => /* @__PURE__ */ _(we, { children: o.map((m) => /* @__PURE__ */ _(
2375
+ wr,
2376
2376
  {
2377
2377
  name: d,
2378
- checked: f === y.value,
2379
- onChange: () => u(y.value),
2380
- label: y.label,
2381
- disabled: s || y.disabled,
2378
+ checked: f === m.value,
2379
+ onChange: () => u(m.value),
2380
+ label: m.label,
2381
+ disabled: s || m.disabled,
2382
2382
  error: h
2383
2383
  },
2384
- y.value
2384
+ m.value
2385
2385
  )) })
2386
2386
  }
2387
2387
  );
2388
2388
  }
2389
- function An({
2389
+ function Bn({
2390
2390
  name: e,
2391
2391
  label: r,
2392
2392
  required: t,
@@ -2394,67 +2394,67 @@ function An({
2394
2394
  children: s,
2395
2395
  disabled: n,
2396
2396
  className: a,
2397
- style: l,
2397
+ style: i,
2398
2398
  indent: f = !0
2399
2399
  }) {
2400
- return /* @__PURE__ */ p(
2401
- ve,
2400
+ return /* @__PURE__ */ _(
2401
+ pe,
2402
2402
  {
2403
2403
  name: e,
2404
2404
  label: r,
2405
2405
  required: t,
2406
2406
  disabled: n,
2407
2407
  className: a,
2408
- style: l,
2408
+ style: i,
2409
2409
  indent: f,
2410
2410
  labelProps: {
2411
2411
  style: {
2412
2412
  marginBottom: ".25em"
2413
2413
  }
2414
2414
  },
2415
- children: ({ value: u, onChange: d, name: h, error: y }) => {
2416
- const V = Array.isArray(u) ? u : [], w = (g, k) => {
2417
- d(k ? [...V, g] : V.filter((E) => E !== g));
2415
+ children: ({ value: u, onChange: d, name: h, error: m }) => {
2416
+ const F = Array.isArray(u) ? u : [], w = (p, C) => {
2417
+ d(C ? [...F, p] : F.filter(($) => $ !== p));
2418
2418
  };
2419
- return /* @__PURE__ */ p(pe, { children: o ? o.map((g) => /* @__PURE__ */ p(
2420
- lt,
2419
+ return /* @__PURE__ */ _(we, { children: o ? o.map((p) => /* @__PURE__ */ _(
2420
+ at,
2421
2421
  {
2422
2422
  name: `${h}[]`,
2423
- checked: V.includes(g.value),
2424
- onChange: (k) => w(g.value, k.target.checked),
2425
- label: g.label,
2426
- disabled: n || g.disabled,
2427
- error: y
2423
+ checked: F.includes(p.value),
2424
+ onChange: (C) => w(p.value, C.target.checked),
2425
+ label: p.label,
2426
+ disabled: n || p.disabled,
2427
+ error: m
2428
2428
  },
2429
- g.value
2430
- )) : x.Children.map(s, (g) => {
2431
- if (x.isValidElement(g) && g.type === lt) {
2432
- const k = g.props.value || g.props.name;
2433
- return x.cloneElement(g, {
2429
+ p.value
2430
+ )) : k.Children.map(s, (p) => {
2431
+ if (k.isValidElement(p) && p.type === at) {
2432
+ const C = p.props.value || p.props.name;
2433
+ return k.cloneElement(p, {
2434
2434
  name: `${h}[]`,
2435
- checked: V.includes(k),
2436
- onChange: (E) => w(k, E.target.checked),
2437
- error: y || g.props.error,
2438
- disabled: n || g.props.disabled
2435
+ checked: F.includes(C),
2436
+ onChange: ($) => w(C, $.target.checked),
2437
+ error: m || p.props.error,
2438
+ disabled: n || p.props.disabled
2439
2439
  });
2440
2440
  }
2441
- return g;
2441
+ return p;
2442
2442
  }) });
2443
2443
  }
2444
2444
  }
2445
2445
  );
2446
2446
  }
2447
- const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line___gybZM", us = "Hamburger-module__open___gRswh", Fe = {
2448
- hamburger: ls,
2449
- line: cs,
2450
- open: us
2451
- }, ds = ({
2447
+ const cs = "Hamburger-module__hamburger___Tf4-t", us = "Hamburger-module__line___gybZM", ds = "Hamburger-module__open___gRswh", Ce = {
2448
+ hamburger: cs,
2449
+ line: us,
2450
+ open: ds
2451
+ }, fs = ({
2452
2452
  compact: e,
2453
2453
  color: r,
2454
2454
  visible: t,
2455
2455
  border: o
2456
2456
  }) => {
2457
- const s = T(), n = e ? "1.5em" : "2em";
2457
+ const s = j(), n = e ? "1.5em" : "2em";
2458
2458
  return {
2459
2459
  "--hamburger-border-radius": (o == null ? void 0 : o.radius) || s.border.radius,
2460
2460
  color: r || "inherit",
@@ -2462,7 +2462,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2462
2462
  width: n,
2463
2463
  height: n
2464
2464
  };
2465
- }, fs = ({
2465
+ }, ms = ({
2466
2466
  // Color props
2467
2467
  color: e,
2468
2468
  // State/variant props
@@ -2475,16 +2475,16 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2475
2475
  // Form props
2476
2476
  setOpen: a,
2477
2477
  // Style overrides
2478
- className: l,
2478
+ className: i,
2479
2479
  style: f
2480
2480
  }) => {
2481
- const u = ds({
2481
+ const u = fs({
2482
2482
  compact: t,
2483
2483
  color: e,
2484
2484
  visible: r,
2485
2485
  border: n
2486
- }), d = [Fe.hamburger, s ? Fe.open : "", l].filter(Boolean).join(" ");
2487
- return /* @__PURE__ */ U(
2486
+ }), d = [Ce.hamburger, s ? Ce.open : "", i].filter(Boolean).join(" ");
2487
+ return /* @__PURE__ */ W(
2488
2488
  "button",
2489
2489
  {
2490
2490
  ref: o,
@@ -2494,16 +2494,16 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2494
2494
  "aria-label": "Toggle menu",
2495
2495
  "aria-expanded": s,
2496
2496
  children: [
2497
- /* @__PURE__ */ p("div", { className: Fe.line }),
2498
- /* @__PURE__ */ p("div", { className: Fe.line }),
2499
- /* @__PURE__ */ p("div", { className: Fe.line })
2497
+ /* @__PURE__ */ _("div", { className: Ce.line }),
2498
+ /* @__PURE__ */ _("div", { className: Ce.line }),
2499
+ /* @__PURE__ */ _("div", { className: Ce.line })
2500
2500
  ]
2501
2501
  }
2502
2502
  );
2503
- }, ms = "Header-module__header___RUooH", ys = "Header-module__container___t68M9", Qt = {
2504
- header: ms,
2505
- container: ys
2506
- }, hs = ({
2503
+ }, ys = "Header-module__header___RUooH", hs = "Header-module__container___t68M9", Zt = {
2504
+ header: ys,
2505
+ container: hs
2506
+ }, ps = ({
2507
2507
  isSmallScreen: e = !1,
2508
2508
  maxWidth: r,
2509
2509
  minWidth: t,
@@ -2511,32 +2511,32 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2511
2511
  height: s,
2512
2512
  paddingSm: n,
2513
2513
  padding: a,
2514
- margin: l,
2514
+ margin: i,
2515
2515
  gap: f,
2516
2516
  backgroundColor: u,
2517
2517
  color: d
2518
2518
  } = {}) => {
2519
- const h = T();
2519
+ const h = j();
2520
2520
  return {
2521
2521
  "--header-max-width": r || h.layout.maxWidth,
2522
2522
  "--header-min-width": t,
2523
2523
  "--header-width": o,
2524
2524
  "--header-height": s,
2525
2525
  "--header-padding": e ? n || h.layout.paddingSm : a || h.layout.padding,
2526
- "--header-margin": l,
2526
+ "--header-margin": i,
2527
2527
  "--header-gap": f,
2528
2528
  backgroundColor: u,
2529
2529
  color: d
2530
2530
  };
2531
- }, ce = (e) => {
2531
+ }, ie = (e) => {
2532
2532
  const r = typeof window < "u" && typeof window.matchMedia == "function";
2533
- return Or((n) => {
2533
+ return Dr((n) => {
2534
2534
  if (!r) return () => {
2535
2535
  };
2536
2536
  const a = window.matchMedia(e);
2537
2537
  return a.addEventListener("change", n), () => a.removeEventListener("change", n);
2538
2538
  }, () => r ? window.matchMedia(e).matches : !1, () => !1);
2539
- }, gs = ({
2539
+ }, _s = ({
2540
2540
  // Color props
2541
2541
  backgroundColor: e,
2542
2542
  color: r,
@@ -2546,58 +2546,100 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2546
2546
  width: s,
2547
2547
  height: n,
2548
2548
  padding: a,
2549
- paddingSm: l,
2549
+ paddingSm: i,
2550
2550
  margin: f,
2551
2551
  gap: u,
2552
2552
  breakpoint: d,
2553
2553
  fixed: h = !1,
2554
2554
  // Content
2555
- children: y,
2555
+ children: m,
2556
2556
  // Style overrides
2557
- className: V,
2557
+ className: F,
2558
2558
  style: w,
2559
2559
  // Element-specific props
2560
- headerProps: g
2560
+ headerProps: p
2561
2561
  }) => {
2562
- const k = T(), E = d || k.breakpoints.sm, { maxWidth: _, unit: z } = $e(E), $ = ce(`(max-width: ${_}${z})`), A = hs({
2563
- isSmallScreen: $,
2562
+ const C = j(), $ = d || C.breakpoints.sm, { maxWidth: v, unit: E } = ze($), z = ie(`(max-width: ${v}${E})`), N = ps({
2563
+ isSmallScreen: z,
2564
2564
  maxWidth: t,
2565
2565
  minWidth: o,
2566
2566
  width: s,
2567
2567
  height: n,
2568
- paddingSm: l,
2568
+ paddingSm: i,
2569
2569
  padding: a,
2570
2570
  margin: f,
2571
2571
  gap: u,
2572
2572
  backgroundColor: e,
2573
2573
  color: r
2574
- }), R = [Qt.container, V].filter(Boolean).join(" "), H = h ? { position: "fixed", top: 0, left: 0, right: 0, zIndex: 1e3 } : {};
2575
- return /* @__PURE__ */ p("header", { ...g, className: Qt.header, style: H, children: /* @__PURE__ */ p(
2574
+ }), O = [Zt.container, F].filter(Boolean).join(" "), B = h ? { position: "fixed", top: 0, left: 0, right: 0, zIndex: 1e3 } : {};
2575
+ return /* @__PURE__ */ _("header", { ...p, className: Zt.header, style: B, children: /* @__PURE__ */ _(
2576
2576
  "div",
2577
2577
  {
2578
- className: R,
2579
- style: { ...A, ...w },
2580
- children: y
2578
+ className: O,
2579
+ style: { ...N, ...w },
2580
+ children: m
2581
2581
  }
2582
2582
  ) });
2583
- }, _s = "ResponsiveNav-module__nav___xOfv5", ps = "ResponsiveNav-module__navMobile___h795P", vs = "ResponsiveNav-module__navHeader___Me8bB", bs = "ResponsiveNav-module__compact___UhuAE", Ss = "ResponsiveNav-module__navDesktop___9wscZ", we = {
2584
- nav: _s,
2585
- navMobile: ps,
2586
- navHeader: vs,
2587
- compact: bs,
2588
- navDesktop: Ss
2589
- }, ws = "Popover-module__triggerWrapper___dZpf6", Cs = "Popover-module__popup___JAvrb", ks = "Popover-module__panelOverlay___1xDU5", xs = "Popover-module__panelOverlayVisible___BgtIQ", Fs = "Popover-module__backdrop___e8qHL", Vs = "Popover-module__panel___eUJ2E", zs = "Popover-module__panelLeft___9nSLp", Es = "Popover-module__panelRight___OrQfl", $s = "Popover-module__panelOpen___hhvV-", As = "Popover-module__panelCloseButton___kALaN", ue = {
2590
- triggerWrapper: ws,
2583
+ }, gs = "ResponsiveNav-module__nav___xOfv5", vs = "ResponsiveNav-module__navMobile___h795P", bs = "ResponsiveNav-module__navHeader___Me8bB", Ss = "ResponsiveNav-module__compact___UhuAE", ws = "ResponsiveNav-module__navDesktop___9wscZ", Se = {
2584
+ nav: gs,
2585
+ navMobile: vs,
2586
+ navHeader: bs,
2587
+ compact: Ss,
2588
+ navDesktop: ws
2589
+ }, xs = "Popover-module__triggerWrapper___dZpf6", Cs = "Popover-module__popup___JAvrb", ks = "Popover-module__panelOverlay___1xDU5", Fs = "Popover-module__panelOverlayVisible___BgtIQ", Vs = "Popover-module__backdrop___e8qHL", Es = "Popover-module__panel___eUJ2E", zs = "Popover-module__panelLeft___9nSLp", $s = "Popover-module__panelRight___OrQfl", Ns = "Popover-module__panelOpen___hhvV-", As = "Popover-module__panelCloseButton___kALaN", le = {
2590
+ triggerWrapper: xs,
2591
2591
  popup: Cs,
2592
2592
  panelOverlay: ks,
2593
- panelOverlayVisible: xs,
2594
- backdrop: Fs,
2595
- panel: Vs,
2593
+ panelOverlayVisible: Fs,
2594
+ backdrop: Vs,
2595
+ panel: Es,
2596
2596
  panelLeft: zs,
2597
- panelRight: Es,
2598
- panelOpen: $s,
2597
+ panelRight: $s,
2598
+ panelOpen: Ns,
2599
2599
  panelCloseButton: As
2600
- }, kr = ({
2600
+ };
2601
+ function Ls(e, r) {
2602
+ const [t, o] = ue(!1), [s, n] = ue(!1);
2603
+ ce(() => {
2604
+ r === "panel" && (e ? o(!0) : n(!1));
2605
+ }, [e, r]), ce(() => {
2606
+ if (r !== "panel" || !t || !e) return;
2607
+ let i, f;
2608
+ return i = requestAnimationFrame(() => {
2609
+ f = requestAnimationFrame(() => n(!0));
2610
+ }), () => {
2611
+ cancelAnimationFrame(i), cancelAnimationFrame(f);
2612
+ };
2613
+ }, [t, e, r]);
2614
+ const a = ke(() => {
2615
+ s || o(!1);
2616
+ }, [s]);
2617
+ return { panelMounted: t, panelVisible: s, handleTransitionEnd: a };
2618
+ }
2619
+ function Ps(e, r, t, o) {
2620
+ const [s, n] = ue({}), a = ke(() => {
2621
+ if (r !== "popup" || !t.current) return;
2622
+ const i = t.current.getBoundingClientRect(), f = {
2623
+ position: "fixed",
2624
+ top: i.bottom + 4,
2625
+ zIndex: 999
2626
+ };
2627
+ n(o === "bottom-start" ? { ...f, left: i.left } : o === "bottom" ? {
2628
+ ...f,
2629
+ left: i.left + i.width / 2,
2630
+ transform: "translateX(-50%)"
2631
+ } : { ...f, left: i.right, transform: "translateX(-100%)" });
2632
+ }, [r, o, t]);
2633
+ return ce(() => {
2634
+ e && r === "popup" && a();
2635
+ }, [e, r, a]), ce(() => {
2636
+ if (!(!e || r !== "popup"))
2637
+ return window.addEventListener("scroll", a, !0), window.addEventListener("resize", a), () => {
2638
+ window.removeEventListener("scroll", a, !0), window.removeEventListener("resize", a);
2639
+ };
2640
+ }, [e, r, a]), { popupPositionStyle: s };
2641
+ }
2642
+ const xr = ({
2601
2643
  trigger: e,
2602
2644
  children: r,
2603
2645
  variant: t = "popup",
@@ -2605,95 +2647,64 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2605
2647
  onOpenChange: s,
2606
2648
  placement: n = "bottom-start",
2607
2649
  side: a = "left",
2608
- panelWidth: l = "75%",
2650
+ panelWidth: i = "75%",
2609
2651
  backdropColor: f = "rgba(0, 0, 0, 0.5)",
2610
2652
  hideCloseButton: u = !1,
2611
2653
  closeOnBackdropClick: d = !0,
2612
2654
  className: h,
2613
- style: y,
2614
- popoverProps: V
2655
+ style: m,
2656
+ popoverProps: F
2615
2657
  }) => {
2616
- const w = T(), g = o !== void 0, [k, E] = ye(!1), _ = g ? o : k, [z, $] = ye(!1), [A, R] = ye(!1), H = Ee(null), Q = Ee(null), [P, K] = ye({}), J = Le(
2617
- (O) => {
2618
- g || E(O), s == null || s(O);
2658
+ const w = j(), p = o !== void 0, [C, $] = ue(!1), v = p ? o : C, E = Ee(null), z = Ee(null), N = ke(
2659
+ (M) => {
2660
+ p || $(M), s == null || s(M);
2619
2661
  },
2620
- [g, s]
2621
- ), N = Le(() => J(!_), [_, J]), B = Le(() => J(!1), [J]);
2622
- de(() => {
2623
- t === "panel" && (_ ? $(!0) : R(!1));
2624
- }, [_, t]), de(() => {
2625
- if (t !== "panel" || !z || !_) return;
2626
- let O, Y;
2627
- return O = requestAnimationFrame(() => {
2628
- Y = requestAnimationFrame(() => R(!0));
2629
- }), () => {
2630
- cancelAnimationFrame(O), cancelAnimationFrame(Y);
2631
- };
2632
- }, [z, _, t]);
2633
- const L = Le(() => {
2634
- if (t !== "popup" || !H.current) return;
2635
- const O = H.current.getBoundingClientRect(), Y = {
2636
- position: "fixed",
2637
- top: O.bottom + 4,
2638
- zIndex: 999
2639
- };
2640
- K(n === "bottom-start" ? { ...Y, left: O.left } : n === "bottom" ? {
2641
- ...Y,
2642
- left: O.left + O.width / 2,
2643
- transform: "translateX(-50%)"
2644
- } : { ...Y, left: O.right, transform: "translateX(-100%)" });
2645
- }, [t, n]);
2646
- de(() => {
2647
- _ && t === "popup" && L();
2648
- }, [_, t, L]), de(() => {
2649
- if (!(!_ || t !== "popup"))
2650
- return window.addEventListener("scroll", L, !0), window.addEventListener("resize", L), () => {
2651
- window.removeEventListener("scroll", L, !0), window.removeEventListener("resize", L);
2652
- };
2653
- }, [_, t, L]), de(() => {
2654
- if (!_ || t !== "popup") return;
2655
- const O = (Y) => {
2656
- var ke, Ne;
2657
- (ke = Q.current) != null && ke.contains(Y.target) || (Ne = H.current) != null && Ne.contains(Y.target) || B();
2662
+ [p, s]
2663
+ ), O = ke(() => N(!v), [v, N]), B = ke(() => N(!1), [N]), { panelMounted: Q, panelVisible: A, handleTransitionEnd: K } = Ls(v, t), { popupPositionStyle: J } = Ps(v, t, E, n);
2664
+ ce(() => {
2665
+ if (!v || t !== "popup") return;
2666
+ const M = (G) => {
2667
+ var ee, fe;
2668
+ (ee = z.current) != null && ee.contains(G.target) || (fe = E.current) != null && fe.contains(G.target) || B();
2658
2669
  };
2659
- return document.addEventListener("mousedown", O), () => document.removeEventListener("mousedown", O);
2660
- }, [_, t, B]), de(() => {
2661
- if (!_) return;
2662
- const O = (Y) => {
2663
- Y.key === "Escape" && B();
2670
+ return document.addEventListener("mousedown", M), () => document.removeEventListener("mousedown", M);
2671
+ }, [v, t, B]), ce(() => {
2672
+ if (!v) return;
2673
+ const M = (G) => {
2674
+ G.key === "Escape" && B();
2664
2675
  };
2665
- return document.addEventListener("keydown", O), () => document.removeEventListener("keydown", O);
2666
- }, [_, B]), de(() => {
2667
- if (!_ || t !== "panel") return;
2668
- const O = window.scrollY;
2669
- return document.body.style.position = "fixed", document.body.style.top = `-${O}px`, document.body.style.width = "100%", () => {
2670
- document.body.style.position = "", document.body.style.top = "", document.body.style.width = "", window.scrollTo(0, O);
2676
+ return document.addEventListener("keydown", M), () => document.removeEventListener("keydown", M);
2677
+ }, [v, B]), ce(() => {
2678
+ if (!v || t !== "panel") return;
2679
+ const M = window.scrollY;
2680
+ return document.body.style.position = "fixed", document.body.style.top = `-${M}px`, document.body.style.width = "100%", () => {
2681
+ document.body.style.position = "", document.body.style.top = "", document.body.style.width = "", window.scrollTo(0, M);
2671
2682
  };
2672
- }, [_, t]);
2673
- const I = e ? typeof e == "function" ? e({ onClick: N, isOpen: _ }) : (
2683
+ }, [v, t]);
2684
+ const L = e ? typeof e == "function" ? e({ onClick: O, isOpen: v }) : (
2674
2685
  // Non-function trigger: wrap in a span that delegates clicks to the trigger element.
2675
2686
  // The wrapped element (e.g. <button>) handles its own keyboard accessibility.
2676
2687
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions
2677
- /* @__PURE__ */ p("span", { onClick: N, style: { cursor: "pointer", display: "contents" }, children: e })
2678
- ) : null, X = e ? /* @__PURE__ */ p("span", { ref: H, className: ue.triggerWrapper, children: I }) : null;
2688
+ /* @__PURE__ */ _("span", { onClick: O, style: { cursor: "pointer", display: "contents" }, children: e })
2689
+ ) : null, P = e ? /* @__PURE__ */ _("span", { ref: E, className: le.triggerWrapper, children: L }) : null;
2679
2690
  if (t === "popup") {
2680
- const O = {
2691
+ const M = {
2681
2692
  backgroundColor: w.colors.secondary,
2682
2693
  borderRadius: w.border.radius,
2683
2694
  boxShadow: "0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06)",
2684
- ...P,
2685
- ...y
2695
+ ...J,
2696
+ ...m
2686
2697
  };
2687
- return /* @__PURE__ */ U(pe, { children: [
2688
- X,
2689
- _ && at(
2690
- /* @__PURE__ */ p(
2698
+ return /* @__PURE__ */ W(we, { children: [
2699
+ P,
2700
+ v && st(
2701
+ /* @__PURE__ */ _(
2691
2702
  "div",
2692
2703
  {
2693
- ref: Q,
2694
- className: [ue.popup, h].filter(Boolean).join(" "),
2695
- style: O,
2696
- ...V,
2704
+ ref: z,
2705
+ className: [le.popup, h].filter(Boolean).join(" "),
2706
+ style: M,
2707
+ ...F,
2697
2708
  children: r
2698
2709
  }
2699
2710
  ),
@@ -2701,54 +2712,52 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2701
2712
  )
2702
2713
  ] });
2703
2714
  }
2704
- const se = {
2705
- width: l,
2715
+ const T = {
2716
+ width: i,
2706
2717
  backgroundColor: w.colors.secondary,
2707
- ...y
2708
- }, he = () => {
2709
- A || $(!1);
2718
+ ...m
2710
2719
  };
2711
- return /* @__PURE__ */ U(pe, { children: [
2712
- X,
2713
- z && at(
2714
- /* @__PURE__ */ U(
2720
+ return /* @__PURE__ */ W(we, { children: [
2721
+ P,
2722
+ Q && st(
2723
+ /* @__PURE__ */ W(
2715
2724
  "div",
2716
2725
  {
2717
- className: [ue.panelOverlay, A ? ue.panelOverlayVisible : ""].filter(Boolean).join(" "),
2726
+ className: [le.panelOverlay, A ? le.panelOverlayVisible : ""].filter(Boolean).join(" "),
2718
2727
  children: [
2719
- /* @__PURE__ */ p(
2728
+ /* @__PURE__ */ _(
2720
2729
  "div",
2721
2730
  {
2722
- className: ue.backdrop,
2731
+ className: le.backdrop,
2723
2732
  style: { backgroundColor: A ? f : "transparent" },
2724
2733
  onClick: d ? B : void 0,
2725
2734
  role: "presentation"
2726
2735
  }
2727
2736
  ),
2728
- /* @__PURE__ */ U(
2737
+ /* @__PURE__ */ W(
2729
2738
  "div",
2730
2739
  {
2731
- ref: Q,
2740
+ ref: z,
2732
2741
  className: [
2733
- ue.panel,
2734
- a === "right" ? ue.panelRight : ue.panelLeft,
2735
- A ? ue.panelOpen : "",
2742
+ le.panel,
2743
+ a === "right" ? le.panelRight : le.panelLeft,
2744
+ A ? le.panelOpen : "",
2736
2745
  h
2737
2746
  ].filter(Boolean).join(" "),
2738
- style: se,
2747
+ style: T,
2739
2748
  role: "dialog",
2740
2749
  "aria-modal": "true",
2741
- onTransitionEnd: he,
2742
- ...V,
2750
+ onTransitionEnd: K,
2751
+ ...F,
2743
2752
  children: [
2744
- !u && /* @__PURE__ */ p(
2753
+ !u && /* @__PURE__ */ _(
2745
2754
  "button",
2746
2755
  {
2747
- className: ue.panelCloseButton,
2756
+ className: le.panelCloseButton,
2748
2757
  onClick: B,
2749
2758
  "aria-label": "Close panel",
2750
2759
  type: "button",
2751
- children: /* @__PURE__ */ p(
2760
+ children: /* @__PURE__ */ _(
2752
2761
  "svg",
2753
2762
  {
2754
2763
  width: "100%",
@@ -2757,7 +2766,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2757
2766
  fill: "none",
2758
2767
  xmlns: "http://www.w3.org/2000/svg",
2759
2768
  "aria-hidden": "true",
2760
- children: /* @__PURE__ */ p(
2769
+ children: /* @__PURE__ */ _(
2761
2770
  "path",
2762
2771
  {
2763
2772
  d: "M15 5L5 15M5 5L15 15",
@@ -2781,55 +2790,90 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2781
2790
  document.body
2782
2791
  )
2783
2792
  ] });
2784
- }, Ns = ({
2793
+ }, Bs = ({
2785
2794
  isMobile: e,
2786
2795
  isCompact: r,
2787
2796
  mobile: t,
2788
2797
  desktop: o
2789
2798
  }) => {
2790
- const s = T();
2791
- return We(() => {
2799
+ const s = j();
2800
+ return je(() => {
2792
2801
  if (e) {
2793
- const n = (t == null ? void 0 : t.backgroundColor) || s.colors.primary, a = (t == null ? void 0 : t.color) || s.colors.secondary, l = (t == null ? void 0 : t.activeBackgroundColor) || s.colors.secondary, f = (t == null ? void 0 : t.activeColor) || s.colors.primary, u = r || t != null && t.compact ? "1.5rem" : "2rem";
2802
+ const n = r || t != null && t.compact ? "1.5rem" : "2rem";
2794
2803
  return {
2795
2804
  navStyles: {
2796
- backgroundColor: n,
2797
- color: a,
2798
- fontSize: u,
2805
+ backgroundColor: (t == null ? void 0 : t.backgroundColor) || s.colors.primary,
2806
+ color: (t == null ? void 0 : t.color) || s.colors.secondary,
2807
+ fontSize: n,
2799
2808
  ...t == null ? void 0 : t.style
2800
- },
2801
- linkActiveStyles: {
2802
- backgroundColor: l,
2803
- color: f
2804
- },
2805
- linkHoverStyles: {
2806
- // No hover styles on mobile (touch devices)
2807
- }
2808
- };
2809
- } else {
2810
- const n = o == null ? void 0 : o.backgroundColor, a = (o == null ? void 0 : o.color) || s.fonts.color, l = (o == null ? void 0 : o.hoverOpacity) ?? 0.5, f = o == null ? void 0 : o.activeBackgroundColor, u = o == null ? void 0 : o.activeColor;
2811
- return {
2812
- navStyles: {
2813
- ...n && { backgroundColor: n },
2814
- color: a,
2815
- ...o == null ? void 0 : o.style
2816
- },
2817
- linkActiveStyles: {
2818
- ...f && { backgroundColor: f },
2819
- ...u && { color: u },
2820
- opacity: f || u ? 1 : l
2821
- },
2822
- linkHoverStyles: {
2823
- opacity: l
2824
2809
  }
2825
2810
  };
2826
2811
  }
2812
+ return {
2813
+ navStyles: {
2814
+ ...(o == null ? void 0 : o.backgroundColor) && { backgroundColor: o.backgroundColor },
2815
+ color: (o == null ? void 0 : o.color) || s.fonts.color,
2816
+ ...o == null ? void 0 : o.style
2817
+ }
2818
+ };
2827
2819
  }, [e, r, t, o, s]);
2828
- }, Bs = mt({
2820
+ }, Ms = dt({
2829
2821
  isMobile: !1,
2830
2822
  setOpen: () => {
2831
2823
  }
2832
- }), Nn = ({
2824
+ }), Rs = ({
2825
+ open: e,
2826
+ setOpen: r,
2827
+ hamburgerRef: t,
2828
+ isCompact: o,
2829
+ mobile: s,
2830
+ hamburgerOpenColor: n,
2831
+ panelBackground: a,
2832
+ navClassName: i,
2833
+ cssProps: f,
2834
+ navProps: u,
2835
+ content: d,
2836
+ onNavClick: h
2837
+ }) => (
2838
+ // Popover handles scroll lock, Escape key, backdrop, and slide animation.
2839
+ // When open, a z-index is applied to the hamburger wrapper so it stays above the
2840
+ // panel overlay — without setting z-index on the global triggerWrapper (which would
2841
+ // cause NavDropdown panel dropdowns to appear behind their own triggers).
2842
+ /* @__PURE__ */ _(
2843
+ xr,
2844
+ {
2845
+ variant: "panel",
2846
+ side: "right",
2847
+ panelWidth: "100%",
2848
+ isOpen: e,
2849
+ onOpenChange: r,
2850
+ hideCloseButton: !0,
2851
+ style: { padding: 0, backgroundColor: a },
2852
+ trigger: ({ isOpen: m }) => /* @__PURE__ */ _("div", { style: m ? { position: "relative", zIndex: 1001 } : void 0, children: /* @__PURE__ */ _(
2853
+ ms,
2854
+ {
2855
+ hamburgerRef: t,
2856
+ visible: !0,
2857
+ compact: o,
2858
+ open: m,
2859
+ setOpen: r,
2860
+ color: m ? n : void 0,
2861
+ ...s == null ? void 0 : s.hamburgerProps
2862
+ }
2863
+ ) }),
2864
+ children: /* @__PURE__ */ W("nav", { ...u, className: i, style: f, onClickCapture: h, children: [
2865
+ /* @__PURE__ */ _("div", { className: Se.navHeader }),
2866
+ typeof d == "function" ? d({ setOpen: r }) : d
2867
+ ] })
2868
+ }
2869
+ )
2870
+ ), Ds = ({
2871
+ setOpen: e,
2872
+ navClassName: r,
2873
+ cssProps: t,
2874
+ navProps: o,
2875
+ content: s
2876
+ }) => /* @__PURE__ */ _("nav", { ...o, className: r, style: t, children: typeof s == "function" ? s({ setOpen: e }) : s }), Mn = ({
2833
2877
  mobile: e,
2834
2878
  desktop: r,
2835
2879
  breakpoints: t,
@@ -2837,128 +2881,114 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2837
2881
  className: s,
2838
2882
  style: n,
2839
2883
  navProps: a,
2840
- disableMobileTreatment: l = !1
2884
+ disableMobileTreatment: i = !1
2841
2885
  }) => {
2842
- const [f, u] = ye(!1), d = Ee(null), h = T(), y = { ...h.breakpoints, ...t }, { maxWidth: V, unit: w } = $e(y.md), { maxWidth: g, unit: k } = $e(y.sm), E = ce(`(max-width: ${V}${w})`), _ = ce(`(max-width: ${g}${k})`), z = l ? !1 : E, $ = l ? !1 : _, { navStyles: A, linkActiveStyles: R, linkHoverStyles: H } = Ns({
2843
- isMobile: z,
2844
- isCompact: $,
2886
+ const [f, u] = ue(!1), d = Ee(null), h = j(), m = { ...h.breakpoints, ...t }, { maxWidth: F, unit: w } = ze(m.md), { maxWidth: p, unit: C } = ze(m.sm), $ = ie(`(max-width: ${F}${w})`), v = ie(`(max-width: ${p}${C})`), E = i ? !1 : $, z = i ? !1 : v, { navStyles: N } = Bs({
2887
+ isMobile: E,
2888
+ isCompact: z,
2845
2889
  mobile: e,
2846
2890
  desktop: r
2847
- }), Q = {
2848
- ...A,
2849
- // Mobile active state colors
2850
- ...R.backgroundColor && {
2851
- "--mobile-active-bg": R.backgroundColor
2852
- },
2853
- ...R.color && { "--mobile-active-color": R.color },
2854
- // Desktop hover opacity
2855
- ...H.opacity !== void 0 && {
2856
- "--desktop-hover-opacity": H.opacity
2857
- }
2858
- }, P = (L) => {
2859
- const I = L.target;
2860
- I.closest("[data-navitem-trigger]") || I.closest("a, button") && u(!1);
2861
- }, K = [
2862
- we.nav,
2863
- we.navMobile,
2864
- $ || e != null && e.compact ? we.compact : "",
2891
+ }), O = { ...N, ...n }, B = (K) => {
2892
+ const J = K.target;
2893
+ J.closest("[data-navdropdown-trigger]") || J.closest("a, button") && u(!1);
2894
+ }, Q = [
2895
+ Se.nav,
2896
+ Se.navMobile,
2897
+ z || e != null && e.compact ? Se.compact : "",
2865
2898
  s
2866
- ].filter(Boolean).join(" "), J = [we.nav, we.navDesktop, s].filter(Boolean).join(" "), N = (e == null ? void 0 : e.content) || o, B = (r == null ? void 0 : r.content) || o;
2867
- return /* @__PURE__ */ p(Bs.Provider, { value: { isMobile: z, setOpen: u }, children: /* @__PURE__ */ p(pe, { children: z ? (
2868
- // Mobile: Hamburger as trigger for a full-screen Popover panel.
2869
- // Popover handles scroll lock, Escape key, backdrop, and slide animation.
2870
- // When open, a z-index is applied to the hamburger wrapper so it stays above the
2871
- // panel overlay — without setting z-index on the global triggerWrapper (which would
2872
- // cause NavItem panel dropdowns to appear behind their own triggers).
2873
- /* @__PURE__ */ p(
2874
- kr,
2875
- {
2876
- variant: "panel",
2877
- side: "right",
2878
- panelWidth: "100%",
2879
- isOpen: f,
2880
- onOpenChange: u,
2881
- hideCloseButton: !0,
2882
- style: { padding: 0, backgroundColor: A.backgroundColor },
2883
- trigger: ({ isOpen: L }) => /* @__PURE__ */ p("div", { style: L ? { position: "relative", zIndex: 1001 } : void 0, children: /* @__PURE__ */ p(
2884
- fs,
2885
- {
2886
- hamburgerRef: d,
2887
- visible: !0,
2888
- compact: $,
2889
- open: L,
2890
- setOpen: (I) => u(I),
2891
- color: L ? (e == null ? void 0 : e.hamburgerColor) || (e == null ? void 0 : e.color) || h.colors.secondary : void 0,
2892
- ...e == null ? void 0 : e.hamburgerProps
2893
- }
2894
- ) }),
2895
- children: /* @__PURE__ */ U(
2896
- "nav",
2897
- {
2898
- ...a,
2899
- className: K,
2900
- style: { ...Q, ...n },
2901
- onClickCapture: P,
2902
- children: [
2903
- /* @__PURE__ */ p("div", { className: we.navHeader }),
2904
- typeof N == "function" ? N({ setOpen: u }) : N
2905
- ]
2906
- }
2907
- )
2908
- }
2909
- )
2910
- ) : (
2911
- // Desktop: standard horizontal nav
2912
- /* @__PURE__ */ p(
2913
- "nav",
2914
- {
2915
- ...a,
2916
- className: J,
2917
- style: { ...Q, ...n },
2918
- children: typeof B == "function" ? B({ setOpen: u }) : B
2919
- }
2920
- )
2921
- ) }) });
2922
- }, Ls = "NavItem-module__trigger___og97w", Ps = "NavItem-module__triggerOpen___7lIFg", Rs = "NavItem-module__chevron___awf4c", Os = "NavItem-module__chevronOpen___ZtUGj", De = {
2923
- trigger: Ls,
2924
- triggerOpen: Ps,
2925
- chevron: Rs,
2926
- chevronOpen: Os
2927
- }, Bn = ({
2899
+ ].filter(Boolean).join(" "), A = [Se.nav, Se.navDesktop, s].filter(Boolean).join(" ");
2900
+ return /* @__PURE__ */ _(Ms.Provider, { value: { isMobile: E, setOpen: u }, children: E ? /* @__PURE__ */ _(
2901
+ Rs,
2902
+ {
2903
+ open: f,
2904
+ setOpen: u,
2905
+ hamburgerRef: d,
2906
+ isCompact: z,
2907
+ mobile: e,
2908
+ hamburgerOpenColor: (e == null ? void 0 : e.hamburgerColor) || (e == null ? void 0 : e.color) || h.colors.secondary,
2909
+ panelBackground: N.backgroundColor,
2910
+ navClassName: Q,
2911
+ cssProps: O,
2912
+ navProps: a,
2913
+ content: (e == null ? void 0 : e.content) || o,
2914
+ onNavClick: B
2915
+ }
2916
+ ) : /* @__PURE__ */ _(
2917
+ Ds,
2918
+ {
2919
+ setOpen: u,
2920
+ navClassName: A,
2921
+ cssProps: O,
2922
+ navProps: a,
2923
+ content: (r == null ? void 0 : r.content) || o
2924
+ }
2925
+ ) });
2926
+ }, Os = "NavDropdown-module__trigger___1PQZp", Hs = "NavDropdown-module__chevron___ZLAV7", js = "NavDropdown-module__chevronOpen___9mgjr", tt = {
2927
+ trigger: Os,
2928
+ chevron: Hs,
2929
+ chevronOpen: js
2930
+ };
2931
+ function Cr({
2932
+ isActive: e = !1,
2933
+ hoverOpacity: r = 0.5,
2934
+ color: t
2935
+ } = {}) {
2936
+ const o = j(), [s, n] = ue(!1);
2937
+ return {
2938
+ style: {
2939
+ color: t || o.fonts.color,
2940
+ fontWeight: 700,
2941
+ textDecoration: "none",
2942
+ opacity: e || s ? r : 1
2943
+ },
2944
+ onMouseEnter: () => n(!0),
2945
+ onMouseLeave: () => n(!1)
2946
+ };
2947
+ }
2948
+ const Rn = ({
2928
2949
  label: e,
2929
2950
  children: r,
2930
2951
  dropdownVariant: t = "popup",
2931
2952
  side: o = "left",
2932
2953
  panelWidth: s = "75%",
2933
2954
  color: n,
2934
- className: a,
2935
- style: l,
2936
- buttonProps: f
2955
+ hoverOpacity: a,
2956
+ className: i,
2957
+ style: f,
2958
+ buttonProps: u
2937
2959
  }) => {
2938
- const u = T(), d = n || u.fonts.color;
2939
- return /* @__PURE__ */ p(
2940
- kr,
2960
+ const [d, h] = ue(!1), {
2961
+ style: m,
2962
+ onMouseEnter: F,
2963
+ onMouseLeave: w
2964
+ } = Cr({ isActive: d, color: n, hoverOpacity: a });
2965
+ return /* @__PURE__ */ _(
2966
+ xr,
2941
2967
  {
2942
2968
  variant: t,
2943
2969
  side: o,
2944
2970
  panelWidth: s,
2945
- trigger: ({ onClick: h, isOpen: y }) => /* @__PURE__ */ U(
2971
+ isOpen: d,
2972
+ onOpenChange: h,
2973
+ trigger: ({ onClick: p }) => /* @__PURE__ */ W(
2946
2974
  "button",
2947
2975
  {
2948
2976
  type: "button",
2949
- className: [De.trigger, y ? De.triggerOpen : "", a].filter(Boolean).join(" "),
2950
- style: { color: d, ...l },
2951
- "data-navitem-trigger": !0,
2952
- onClick: h,
2953
- ...f,
2977
+ className: [tt.trigger, i].filter(Boolean).join(" "),
2978
+ style: { ...m, ...f },
2979
+ "data-navdropdown-trigger": !0,
2980
+ onClick: p,
2981
+ onMouseEnter: F,
2982
+ onMouseLeave: w,
2983
+ ...u,
2954
2984
  children: [
2955
2985
  e,
2956
- /* @__PURE__ */ p(
2986
+ /* @__PURE__ */ _(
2957
2987
  "span",
2958
2988
  {
2959
- className: [De.chevron, y ? De.chevronOpen : ""].filter(Boolean).join(" "),
2989
+ className: [tt.chevron, d ? tt.chevronOpen : ""].filter(Boolean).join(" "),
2960
2990
  "aria-hidden": "true",
2961
- children: /* @__PURE__ */ p(
2991
+ children: /* @__PURE__ */ _(
2962
2992
  "svg",
2963
2993
  {
2964
2994
  width: "12",
@@ -2966,7 +2996,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2966
2996
  viewBox: "0 0 12 12",
2967
2997
  fill: "none",
2968
2998
  xmlns: "http://www.w3.org/2000/svg",
2969
- children: /* @__PURE__ */ p(
2999
+ children: /* @__PURE__ */ _(
2970
3000
  "path",
2971
3001
  {
2972
3002
  d: "M2 4L6 8L10 4",
@@ -2986,7 +3016,24 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2986
3016
  children: r
2987
3017
  }
2988
3018
  );
2989
- }, Ms = ({
3019
+ }, Dn = ({ isActive: e, hoverOpacity: r, color: t, children: o }) => {
3020
+ const { style: s, onMouseEnter: n, onMouseLeave: a } = Cr({
3021
+ isActive: e,
3022
+ hoverOpacity: r,
3023
+ color: t
3024
+ });
3025
+ return k.cloneElement(o, {
3026
+ style: { ...s, ...o.props.style },
3027
+ onMouseEnter: (i) => {
3028
+ var f, u;
3029
+ n(), (u = (f = o.props).onMouseEnter) == null || u.call(f, i);
3030
+ },
3031
+ onMouseLeave: (i) => {
3032
+ var f, u;
3033
+ a(), (u = (f = o.props).onMouseLeave) == null || u.call(f, i);
3034
+ }
3035
+ });
3036
+ }, Ts = ({
2990
3037
  // Color props
2991
3038
  color: e,
2992
3039
  backgroundColor: r,
@@ -2998,7 +3045,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
2998
3045
  // Element-specific props
2999
3046
  divProps: n
3000
3047
  }) => {
3001
- const a = T(), l = e || a.colors.primary, f = r || a.colors.secondary, u = /* @__PURE__ */ p(
3048
+ const a = j(), i = e || a.colors.primary, f = r || a.colors.secondary, u = /* @__PURE__ */ _(
3002
3049
  "div",
3003
3050
  {
3004
3051
  ...t ? void 0 : n,
@@ -3012,21 +3059,21 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3012
3059
  animation: "spin 1s linear infinite",
3013
3060
  ...t ? {} : s,
3014
3061
  // Apply user style (can override fontSize, etc.)
3015
- border: `0.1em solid ${l}`,
3062
+ border: `0.1em solid ${i}`,
3016
3063
  // Color borders always take precedence
3017
3064
  borderTop: `0.1em solid ${f}`
3018
3065
  }
3019
3066
  }
3020
- ), d = /* @__PURE__ */ U(pe, { children: [
3067
+ ), d = /* @__PURE__ */ W(we, { children: [
3021
3068
  u,
3022
- /* @__PURE__ */ p("style", { children: `
3069
+ /* @__PURE__ */ _("style", { children: `
3023
3070
  @keyframes spin {
3024
3071
  0% { transform: rotate(0deg); }
3025
3072
  100% { transform: rotate(360deg); }
3026
3073
  }
3027
3074
  ` })
3028
3075
  ] });
3029
- return t ? /* @__PURE__ */ p(
3076
+ return t ? /* @__PURE__ */ _(
3030
3077
  "div",
3031
3078
  {
3032
3079
  ...n,
@@ -3043,26 +3090,26 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3043
3090
  children: d
3044
3091
  }
3045
3092
  ) : d;
3046
- }, Ln = ({ children: e, loadingComponent: r }) => {
3047
- const [t, o] = ye(!1);
3048
- return de(() => {
3093
+ }, On = ({ children: e, loadingComponent: r }) => {
3094
+ const [t, o] = ue(!1);
3095
+ return ce(() => {
3049
3096
  requestAnimationFrame(() => {
3050
3097
  o(!0);
3051
3098
  });
3052
- }, []), t ? /* @__PURE__ */ p(pe, { children: e }) : r || /* @__PURE__ */ p(Ms, {});
3053
- }, Ds = "Modal-module__backdrop___GVUh4", Hs = "Modal-module__modal___aD7aP", js = "Modal-module__header___ILG9i", Ts = "Modal-module__title___A5OeE", Is = "Modal-module__closeButton___3LpSf", Ws = "Modal-module__content___dWO-B", Us = "Modal-module__actions___hY6zi", ge = {
3054
- backdrop: Ds,
3055
- modal: Hs,
3056
- header: js,
3057
- title: Ts,
3058
- closeButton: Is,
3059
- content: Ws,
3060
- actions: Us
3061
- }, qs = "Stack-module__stack___yUU-B", Gs = "Stack-module__vertical___sKTyQ", Zs = "Stack-module__horizontal___YsvtV", st = {
3062
- stack: qs,
3063
- vertical: Gs,
3064
- horizontal: Zs
3065
- }, Qs = ({
3099
+ }, []), t ? /* @__PURE__ */ _(we, { children: e }) : r || /* @__PURE__ */ _(Ts, {});
3100
+ }, Is = "Modal-module__backdrop___GVUh4", Ws = "Modal-module__modal___aD7aP", Us = "Modal-module__header___ILG9i", qs = "Modal-module__title___A5OeE", Gs = "Modal-module__closeButton___3LpSf", Zs = "Modal-module__content___dWO-B", Qs = "Modal-module__actions___hY6zi", ye = {
3101
+ backdrop: Is,
3102
+ modal: Ws,
3103
+ header: Us,
3104
+ title: qs,
3105
+ closeButton: Gs,
3106
+ content: Zs,
3107
+ actions: Qs
3108
+ }, Ks = "Stack-module__stack___yUU-B", Js = "Stack-module__vertical___sKTyQ", Xs = "Stack-module__horizontal___YsvtV", rt = {
3109
+ stack: Ks,
3110
+ vertical: Js,
3111
+ horizontal: Xs
3112
+ }, Ys = ({
3066
3113
  // Layout props
3067
3114
  direction: e = "row",
3068
3115
  // Content
@@ -3074,12 +3121,12 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3074
3121
  divProps: s
3075
3122
  }) => {
3076
3123
  const n = [
3077
- st.stack,
3078
- e === "column" ? st.vertical : st.horizontal,
3124
+ rt.stack,
3125
+ e === "column" ? rt.vertical : rt.horizontal,
3079
3126
  t
3080
3127
  ].filter(Boolean).join(" ");
3081
- return /* @__PURE__ */ p("div", { ...s, className: n, style: o, children: r });
3082
- }, Ks = ({
3128
+ return /* @__PURE__ */ _("div", { ...s, className: n, style: o, children: r });
3129
+ }, en = ({
3083
3130
  isOpen: e,
3084
3131
  onClose: r,
3085
3132
  children: t,
@@ -3087,70 +3134,70 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3087
3134
  hideCloseButton: s = !1,
3088
3135
  closeOnBackdropClick: n = !0,
3089
3136
  closeOnEscape: a = !0,
3090
- actions: l = [],
3137
+ actions: i = [],
3091
3138
  resolveModal: f,
3092
3139
  width: u = "500px",
3093
3140
  maxWidth: d = "90vw",
3094
3141
  backgroundColor: h,
3095
- backdropColor: y = "rgba(0, 0, 0, 0.5)",
3096
- className: V,
3142
+ backdropColor: m = "rgba(0, 0, 0, 0.5)",
3143
+ className: F,
3097
3144
  style: w,
3098
- divProps: g
3145
+ divProps: p
3099
3146
  }) => {
3100
- const k = T(), E = Ee(null), _ = Ee(null), { maxWidth: z } = $e(k.breakpoints.md), $ = ce(`(max-width: ${z - 1}px)`);
3101
- de(() => {
3147
+ const C = j(), $ = Ee(null), v = Ee(null), { maxWidth: E } = ze(C.breakpoints.md), z = ie(`(max-width: ${E - 1}px)`);
3148
+ ce(() => {
3102
3149
  if (e)
3103
- return _.current = document.activeElement, document.body.style.overflow = "hidden", E.current && E.current.focus(), () => {
3104
- document.body.style.overflow = "", _.current && _.current.focus();
3150
+ return v.current = document.activeElement, document.body.style.overflow = "hidden", $.current && $.current.focus(), () => {
3151
+ document.body.style.overflow = "", v.current && v.current.focus();
3105
3152
  };
3106
- }, [e]), de(() => {
3153
+ }, [e]), ce(() => {
3107
3154
  if (!e || !a) return;
3108
- const P = (K) => {
3155
+ const A = (K) => {
3109
3156
  K.key === "Escape" && r();
3110
3157
  };
3111
- return document.addEventListener("keydown", P), () => document.removeEventListener("keydown", P);
3158
+ return document.addEventListener("keydown", A), () => document.removeEventListener("keydown", A);
3112
3159
  }, [e, a, r]);
3113
- const A = (P) => {
3114
- P.target === P.currentTarget && n && r();
3160
+ const N = (A) => {
3161
+ A.target === A.currentTarget && n && r();
3115
3162
  };
3116
3163
  if (!e) return null;
3117
- const R = {
3164
+ const O = {
3118
3165
  width: u,
3119
3166
  maxWidth: d,
3120
- backgroundColor: h || k.colors.secondary,
3121
- borderRadius: k.border.radius,
3167
+ backgroundColor: h || C.colors.secondary,
3168
+ borderRadius: C.border.radius,
3122
3169
  ...w
3123
- }, H = {
3124
- backgroundColor: y
3125
- }, Q = /* @__PURE__ */ p(
3170
+ }, B = {
3171
+ backgroundColor: m
3172
+ }, Q = /* @__PURE__ */ _(
3126
3173
  "div",
3127
3174
  {
3128
- className: ge.backdrop,
3129
- style: H,
3130
- onClick: A,
3175
+ className: ye.backdrop,
3176
+ style: B,
3177
+ onClick: N,
3131
3178
  role: "presentation",
3132
- children: /* @__PURE__ */ U(
3179
+ children: /* @__PURE__ */ W(
3133
3180
  "div",
3134
3181
  {
3135
- ref: E,
3136
- className: [ge.modal, V].filter(Boolean).join(" "),
3137
- style: R,
3182
+ ref: $,
3183
+ className: [ye.modal, F].filter(Boolean).join(" "),
3184
+ style: O,
3138
3185
  role: "dialog",
3139
3186
  "aria-modal": "true",
3140
3187
  "aria-labelledby": o ? "modal-title" : void 0,
3141
3188
  tabIndex: -1,
3142
- ...g,
3189
+ ...p,
3143
3190
  children: [
3144
- /* @__PURE__ */ U("div", { className: ge.header, children: [
3145
- o && /* @__PURE__ */ p("h2", { id: "modal-title", className: ge.title, children: o }),
3146
- !s && /* @__PURE__ */ p(
3191
+ /* @__PURE__ */ W("div", { className: ye.header, children: [
3192
+ o && /* @__PURE__ */ _("h2", { id: "modal-title", className: ye.title, children: o }),
3193
+ !s && /* @__PURE__ */ _(
3147
3194
  "button",
3148
3195
  {
3149
- className: ge.closeButton,
3196
+ className: ye.closeButton,
3150
3197
  onClick: r,
3151
3198
  "aria-label": "Close modal",
3152
3199
  type: "button",
3153
- children: /* @__PURE__ */ p(
3200
+ children: /* @__PURE__ */ _(
3154
3201
  "svg",
3155
3202
  {
3156
3203
  width: "100%",
@@ -3159,7 +3206,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3159
3206
  fill: "none",
3160
3207
  xmlns: "http://www.w3.org/2000/svg",
3161
3208
  "aria-hidden": "true",
3162
- children: /* @__PURE__ */ p(
3209
+ children: /* @__PURE__ */ _(
3163
3210
  "path",
3164
3211
  {
3165
3212
  d: "M15 5L5 15M5 5L15 15",
@@ -3174,17 +3221,17 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3174
3221
  }
3175
3222
  )
3176
3223
  ] }),
3177
- /* @__PURE__ */ p("div", { className: ge.content, children: t }),
3178
- l.length > 0 && /* @__PURE__ */ p(Qs, { direction: $ ? "column" : "row", className: ge.actions, children: l.map((P, K) => /* @__PURE__ */ p(
3179
- Tr,
3224
+ /* @__PURE__ */ _("div", { className: ye.content, children: t }),
3225
+ i.length > 0 && /* @__PURE__ */ _(Ys, { direction: z ? "column" : "row", className: ye.actions, children: i.map((A, K) => /* @__PURE__ */ _(
3226
+ Ir,
3180
3227
  {
3181
- color: P.color,
3182
- outline: P.variant === "outline",
3183
- disabled: P.disabled,
3228
+ color: A.color,
3229
+ outline: A.variant === "outline",
3230
+ disabled: A.disabled,
3184
3231
  onClick: () => {
3185
- P.onClick ? P.onClick(f || r) : f ? f(P.value) : r();
3232
+ A.onClick ? A.onClick(f || r) : f ? f(A.value) : r();
3186
3233
  },
3187
- children: P.label
3234
+ children: A.label
3188
3235
  },
3189
3236
  K
3190
3237
  )) })
@@ -3193,12 +3240,12 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3193
3240
  )
3194
3241
  }
3195
3242
  );
3196
- return at(Q, document.body);
3197
- }, xr = mt(null), Pn = ({ children: e }) => {
3198
- const [r, t] = ye(null), o = x.useCallback((u) => new Promise((d, h) => {
3199
- const y = Math.random().toString(36).substr(2, 9);
3243
+ return st(Q, document.body);
3244
+ }, kr = dt(null), Hn = ({ children: e }) => {
3245
+ const [r, t] = ue(null), o = k.useCallback((u) => new Promise((d, h) => {
3246
+ const m = Math.random().toString(36).substr(2, 9);
3200
3247
  t({
3201
- id: y,
3248
+ id: m,
3202
3249
  content: u.content,
3203
3250
  title: u.title,
3204
3251
  actions: u.actions,
@@ -3206,9 +3253,9 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3206
3253
  resolve: d,
3207
3254
  reject: h
3208
3255
  });
3209
- }), []), s = x.useCallback((u) => {
3256
+ }), []), s = k.useCallback((u) => {
3210
3257
  t((d) => (d && d.resolve(u), null));
3211
- }, []), n = x.useCallback(
3258
+ }, []), n = k.useCallback(
3212
3259
  (u) => o({
3213
3260
  title: u.title || "Confirm",
3214
3261
  content: u.message,
@@ -3227,7 +3274,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3227
3274
  options: u.options
3228
3275
  }),
3229
3276
  [o]
3230
- ), a = x.useCallback(
3277
+ ), a = k.useCallback(
3231
3278
  (u) => o({
3232
3279
  title: u.title || "Alert",
3233
3280
  content: u.message,
@@ -3241,9 +3288,9 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3241
3288
  options: u.options
3242
3289
  }),
3243
3290
  [o]
3244
- ), l = x.useCallback(() => {
3291
+ ), i = k.useCallback(() => {
3245
3292
  s();
3246
- }, [s]), f = x.useMemo(
3293
+ }, [s]), f = k.useMemo(
3247
3294
  () => ({
3248
3295
  show: o,
3249
3296
  resolve: s,
@@ -3252,13 +3299,13 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3252
3299
  }),
3253
3300
  [o, s, n, a]
3254
3301
  );
3255
- return /* @__PURE__ */ U(xr.Provider, { value: f, children: [
3302
+ return /* @__PURE__ */ W(kr.Provider, { value: f, children: [
3256
3303
  e,
3257
- r && /* @__PURE__ */ p(
3258
- Ks,
3304
+ r && /* @__PURE__ */ _(
3305
+ en,
3259
3306
  {
3260
3307
  isOpen: !0,
3261
- onClose: l,
3308
+ onClose: i,
3262
3309
  title: r.title,
3263
3310
  actions: r.actions,
3264
3311
  resolveModal: s,
@@ -3267,14 +3314,14 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3267
3314
  }
3268
3315
  )
3269
3316
  ] });
3270
- }, Rn = () => {
3271
- const e = er(xr);
3317
+ }, jn = () => {
3318
+ const e = Yt(kr);
3272
3319
  if (!e)
3273
3320
  throw new Error("useModal must be used within a ModalProvider");
3274
3321
  return e;
3275
- }, Js = "ResponsiveSection-module__section___gBESK", Xs = "ResponsiveSection-module__innerDiv___r1bky", Kt = {
3276
- section: Js,
3277
- innerDiv: Xs
3322
+ }, tn = "ResponsiveSection-module__section___gBESK", rn = "ResponsiveSection-module__innerDiv___r1bky", Qt = {
3323
+ section: tn,
3324
+ innerDiv: rn
3278
3325
  }, Fr = ({
3279
3326
  // Color props
3280
3327
  backgroundColor: e,
@@ -3285,41 +3332,41 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3285
3332
  width: s,
3286
3333
  height: n,
3287
3334
  padding: a,
3288
- paddingSm: l,
3335
+ paddingSm: i,
3289
3336
  margin: f,
3290
3337
  gap: u,
3291
3338
  verticalRhythm: d = 3,
3292
3339
  // Content
3293
3340
  children: h,
3294
3341
  // Style overrides
3295
- className: y,
3296
- style: V,
3342
+ className: m,
3343
+ style: F,
3297
3344
  // Element-specific props
3298
3345
  sectionProps: w
3299
3346
  }) => {
3300
- const g = T(), k = ce(`(min-width: ${g.breakpoints.sm})`), E = {
3347
+ const p = j(), C = ie(`(min-width: ${p.breakpoints.sm})`), $ = {
3301
3348
  backgroundColor: e,
3302
- color: r || g.fonts.color,
3349
+ color: r || p.fonts.color,
3303
3350
  margin: f,
3304
- ...V
3351
+ ...F
3305
3352
  // Top level style prop overrides
3306
- }, _ = `calc(${g.fonts.rhythm} * ${d})`, z = k ? a || g.layout.padding : l || g.layout.paddingSm, $ = {
3307
- "--max-width": t || g.layout.maxWidth,
3353
+ }, v = `calc(${p.fonts.rhythm} * ${d})`, E = C ? a || p.layout.padding : i || p.layout.paddingSm, z = {
3354
+ "--max-width": t || p.layout.maxWidth,
3308
3355
  "--min-width": o,
3309
3356
  "--width": s,
3310
3357
  "--height": n,
3311
- "--section-padding": `${_} ${z}`,
3358
+ "--section-padding": `${v} ${E}`,
3312
3359
  "--gap": u
3313
- }, A = [Kt.section, y].filter(Boolean).join(" ");
3314
- return /* @__PURE__ */ p("section", { ...w, className: A, style: E, children: /* @__PURE__ */ p("div", { className: Kt.innerDiv, style: $, children: h }) });
3315
- }, Ys = "Hero-module__hero___IB2tg", en = "Hero-module__content___rkkfQ", Jt = {
3316
- hero: Ys,
3317
- content: en
3318
- }, tn = ({
3360
+ }, N = [Qt.section, m].filter(Boolean).join(" ");
3361
+ return /* @__PURE__ */ _("section", { ...w, className: N, style: $, children: /* @__PURE__ */ _("div", { className: Qt.innerDiv, style: z, children: h }) });
3362
+ }, on = "Hero-module__hero___IB2tg", sn = "Hero-module__content___rkkfQ", Kt = {
3363
+ hero: on,
3364
+ content: sn
3365
+ }, nn = ({
3319
3366
  isMd: e = !1,
3320
3367
  isLg: r = !1,
3321
3368
  theme: t
3322
- }) => We(() => {
3369
+ }) => je(() => {
3323
3370
  const { rhythm: o } = t.fonts;
3324
3371
  let s = `calc(${o} * 2) 0`, n = "2rem", a = "1.125rem";
3325
3372
  return r ? (s = `calc(${o} * 4) 0`, n = "3.5rem", a = "1.5rem") : e && (s = `calc(${o} * 3.5) 0`, n = "3rem", a = "1.25rem"), {
@@ -3328,7 +3375,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3328
3375
  "--hero-p-font-size": a,
3329
3376
  "--hero-h1-margin-bottom": `calc(${o} * 0.7)`
3330
3377
  };
3331
- }, [e, r, t.fonts]), On = ({
3378
+ }, [e, r, t.fonts]), Tn = ({
3332
3379
  // Color props
3333
3380
  color: e,
3334
3381
  // Layout props
@@ -3340,21 +3387,21 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3340
3387
  style: s,
3341
3388
  ...n
3342
3389
  }) => {
3343
- const a = T(), l = [Jt.hero, o].filter(Boolean).join(" "), f = (r == null ? void 0 : r.md) || a.breakpoints.md, u = (r == null ? void 0 : r.lg) || a.breakpoints.lg, d = ce(`(min-width: ${f})`), h = ce(`(min-width: ${u})`), y = tn({ isMd: d, isLg: h, theme: a });
3344
- return /* @__PURE__ */ p(
3390
+ const a = j(), i = [Kt.hero, o].filter(Boolean).join(" "), f = (r == null ? void 0 : r.md) || a.breakpoints.md, u = (r == null ? void 0 : r.lg) || a.breakpoints.lg, d = ie(`(min-width: ${f})`), h = ie(`(min-width: ${u})`), m = nn({ isMd: d, isLg: h, theme: a });
3391
+ return /* @__PURE__ */ _(
3345
3392
  Fr,
3346
3393
  {
3347
- className: l,
3394
+ className: i,
3348
3395
  color: e || a.fonts.color,
3349
- style: { ...y, ...s },
3396
+ style: { ...m, ...s },
3350
3397
  ...n,
3351
- children: /* @__PURE__ */ p("div", { className: Jt.content, children: t })
3398
+ children: /* @__PURE__ */ _("div", { className: Kt.content, children: t })
3352
3399
  }
3353
3400
  );
3354
- }, rn = "Footer-module__footer___A76NF", on = "Footer-module__container___QneNs", Xt = {
3355
- footer: rn,
3356
- container: on
3357
- }, sn = ({
3401
+ }, an = "Footer-module__footer___A76NF", ln = "Footer-module__container___QneNs", Jt = {
3402
+ footer: an,
3403
+ container: ln
3404
+ }, cn = ({
3358
3405
  isSmallScreen: e = !1,
3359
3406
  maxWidth: r,
3360
3407
  minWidth: t,
@@ -3362,24 +3409,24 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3362
3409
  height: s,
3363
3410
  paddingSm: n,
3364
3411
  padding: a,
3365
- margin: l,
3412
+ margin: i,
3366
3413
  gap: f,
3367
3414
  backgroundColor: u,
3368
3415
  color: d
3369
3416
  } = {}) => {
3370
- const h = T();
3417
+ const h = j();
3371
3418
  return {
3372
3419
  maxWidth: r || h.layout.maxWidth,
3373
3420
  minWidth: t,
3374
3421
  width: o,
3375
3422
  height: s,
3376
3423
  padding: e ? n || h.layout.paddingSm : a || h.layout.padding,
3377
- margin: l,
3424
+ margin: i,
3378
3425
  gap: f,
3379
3426
  backgroundColor: u,
3380
3427
  color: d || h.fonts.color
3381
3428
  };
3382
- }, nn = ({
3429
+ }, un = ({
3383
3430
  // Color props
3384
3431
  backgroundColor: e,
3385
3432
  color: r,
@@ -3389,41 +3436,41 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3389
3436
  width: s,
3390
3437
  height: n,
3391
3438
  padding: a,
3392
- paddingSm: l,
3439
+ paddingSm: i,
3393
3440
  margin: f,
3394
3441
  gap: u,
3395
3442
  breakPoint: d,
3396
3443
  // Content
3397
3444
  children: h,
3398
3445
  // Style overrides
3399
- className: y,
3400
- style: V,
3446
+ className: m,
3447
+ style: F,
3401
3448
  // Element-specific props
3402
3449
  footerProps: w
3403
3450
  }) => {
3404
- const g = T(), k = d || g.breakpoints.sm, { maxWidth: E, unit: _ } = $e(k), z = ce(`(max-width: ${E}${_})`), $ = sn({
3405
- isSmallScreen: z,
3451
+ const p = j(), C = d || p.breakpoints.sm, { maxWidth: $, unit: v } = ze(C), E = ie(`(max-width: ${$}${v})`), z = cn({
3452
+ isSmallScreen: E,
3406
3453
  maxWidth: t,
3407
3454
  minWidth: o,
3408
3455
  width: s,
3409
3456
  height: n,
3410
- paddingSm: l,
3457
+ paddingSm: i,
3411
3458
  padding: a,
3412
3459
  margin: f,
3413
3460
  gap: u,
3414
3461
  backgroundColor: e,
3415
3462
  color: r
3416
- }), A = [Xt.container, y].filter(Boolean).join(" ");
3417
- return /* @__PURE__ */ p("footer", { ...w, className: Xt.footer, children: /* @__PURE__ */ p("div", { className: A, style: { ...$, ...V }, children: h }) });
3418
- }, an = "FeatureCard-module__card___XQt66", ln = "FeatureCard-module__icon___dXJ92", cn = "FeatureCard-module__title___KxXyA", un = "FeatureCard-module__content___68xkw", He = {
3419
- card: an,
3420
- icon: ln,
3421
- title: cn,
3422
- content: un
3423
- }, dn = ({
3463
+ }), N = [Jt.container, m].filter(Boolean).join(" ");
3464
+ return /* @__PURE__ */ _("footer", { ...w, className: Jt.footer, children: /* @__PURE__ */ _("div", { className: N, style: { ...z, ...F }, children: h }) });
3465
+ }, dn = "FeatureCard-module__card___XQt66", fn = "FeatureCard-module__icon___dXJ92", mn = "FeatureCard-module__title___KxXyA", yn = "FeatureCard-module__content___68xkw", Re = {
3466
+ card: dn,
3467
+ icon: fn,
3468
+ title: mn,
3469
+ content: yn
3470
+ }, hn = ({
3424
3471
  isMd: e = !1,
3425
3472
  theme: r
3426
- }) => We(() => {
3473
+ }) => je(() => {
3427
3474
  const { rhythm: t } = r.fonts;
3428
3475
  return {
3429
3476
  "--feature-icon-font-size": e ? "3rem" : "2.5rem",
@@ -3432,7 +3479,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3432
3479
  "--feature-icon-margin-bottom": `calc(${t} * 0.7)`,
3433
3480
  "--feature-title-margin-bottom": `calc(${t} * 0.5)`
3434
3481
  };
3435
- }, [e, r.fonts]), Mn = ({
3482
+ }, [e, r.fonts]), In = ({
3436
3483
  // Layout props
3437
3484
  breakpoint: e,
3438
3485
  // Content
@@ -3445,28 +3492,28 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3445
3492
  // Element-specific props
3446
3493
  divProps: a
3447
3494
  }) => {
3448
- const l = T(), f = [He.card, s].filter(Boolean).join(" "), u = e || l.breakpoints.md, d = ce(`(min-width: ${u})`), h = dn({ isMd: d, theme: l });
3449
- return /* @__PURE__ */ U(
3495
+ const i = j(), f = [Re.card, s].filter(Boolean).join(" "), u = e || i.breakpoints.md, d = ie(`(min-width: ${u})`), h = hn({ isMd: d, theme: i });
3496
+ return /* @__PURE__ */ W(
3450
3497
  "div",
3451
3498
  {
3452
3499
  ...a,
3453
3500
  className: f,
3454
3501
  style: { ...h, ...n },
3455
3502
  children: [
3456
- r && /* @__PURE__ */ p("div", { className: He.icon, children: r }),
3457
- /* @__PURE__ */ p("h3", { className: He.title, children: t }),
3458
- /* @__PURE__ */ p("div", { className: He.content, children: o })
3503
+ r && /* @__PURE__ */ _("div", { className: Re.icon, children: r }),
3504
+ /* @__PURE__ */ _("h3", { className: Re.title, children: t }),
3505
+ /* @__PURE__ */ _("div", { className: Re.content, children: o })
3459
3506
  ]
3460
3507
  }
3461
3508
  );
3462
- }, fn = "FeatureGridSection-module__section___wZrbC", mn = "FeatureGridSection-module__grid___iwPJv", Yt = {
3463
- section: fn,
3464
- grid: mn
3465
- }, yn = ({
3509
+ }, pn = "FeatureGridSection-module__section___wZrbC", _n = "FeatureGridSection-module__grid___iwPJv", Xt = {
3510
+ section: pn,
3511
+ grid: _n
3512
+ }, gn = ({
3466
3513
  columns: e,
3467
3514
  isMd: r = !1,
3468
3515
  isLg: t = !1
3469
- }) => We(() => r ? r && !t && (e === 3 || e === 4) ? {
3516
+ }) => je(() => r ? r && !t && (e === 3 || e === 4) ? {
3470
3517
  "--grid-template-columns": "repeat(2, 1fr)"
3471
3518
  } : {
3472
3519
  "--grid-template-columns": {
@@ -3477,7 +3524,7 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3477
3524
  }[e]
3478
3525
  } : {
3479
3526
  "--grid-template-columns": "1fr"
3480
- }, [e, r, t]), Dn = ({
3527
+ }, [e, r, t]), Wn = ({
3481
3528
  // Layout props
3482
3529
  columns: e = 3,
3483
3530
  breakpoints: r,
@@ -3489,19 +3536,19 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3489
3536
  style: n,
3490
3537
  ...a
3491
3538
  }) => {
3492
- const l = T(), f = [Yt.section, s].filter(Boolean).join(" "), u = (r == null ? void 0 : r.md) || l.breakpoints.md, d = (r == null ? void 0 : r.lg) || l.breakpoints.lg, h = ce(`(min-width: ${u})`), y = ce(`(min-width: ${d})`), V = yn({ columns: e, isMd: h, isLg: y }), w = {
3493
- "--section-padding-vertical": `calc(${l.fonts.rhythm} * 2)`
3494
- }, g = {
3495
- ...V,
3539
+ const i = j(), f = [Xt.section, s].filter(Boolean).join(" "), u = (r == null ? void 0 : r.md) || i.breakpoints.md, d = (r == null ? void 0 : r.lg) || i.breakpoints.lg, h = ie(`(min-width: ${u})`), m = ie(`(min-width: ${d})`), F = gn({ columns: e, isMd: h, isLg: m }), w = {
3540
+ "--section-padding-vertical": `calc(${i.fonts.rhythm} * 2)`
3541
+ }, p = {
3542
+ ...F,
3496
3543
  gap: t,
3497
3544
  ...n
3498
3545
  };
3499
- return /* @__PURE__ */ p(Fr, { className: f, style: w, ...a, children: /* @__PURE__ */ p("div", { className: Yt.grid, style: g, children: o }) });
3500
- }, hn = "PageLayout-module__layoutContainer___diLdT", gn = "PageLayout-module__content___h2mBr", _n = "PageLayout-module__main___Sw7Pv", nt = {
3501
- layoutContainer: hn,
3502
- content: gn,
3503
- main: _n
3504
- }, Hn = ({
3546
+ return /* @__PURE__ */ _(Fr, { className: f, style: w, ...a, children: /* @__PURE__ */ _("div", { className: Xt.grid, style: p, children: o }) });
3547
+ }, vn = "PageLayout-module__layoutContainer___diLdT", bn = "PageLayout-module__content___h2mBr", Sn = "PageLayout-module__main___Sw7Pv", ot = {
3548
+ layoutContainer: vn,
3549
+ content: bn,
3550
+ main: Sn
3551
+ }, Un = ({
3505
3552
  // Content
3506
3553
  header: e,
3507
3554
  footer: r,
@@ -3512,59 +3559,61 @@ const ls = "Hamburger-module__hamburger___Tf4-t", cs = "Hamburger-module__line__
3512
3559
  // Element-specific props
3513
3560
  headerProps: n,
3514
3561
  footerProps: a,
3515
- divProps: l,
3562
+ divProps: i,
3516
3563
  mainProps: f
3517
3564
  }) => {
3518
- const u = [nt.layoutContainer, o].filter(Boolean).join(" ");
3519
- return /* @__PURE__ */ U("div", { ...l, className: u, style: s, children: [
3520
- /* @__PURE__ */ U("div", { className: nt.content, children: [
3521
- e && /* @__PURE__ */ p(gs, { ...n, children: e }),
3522
- /* @__PURE__ */ p("main", { ...f, className: nt.main, children: t })
3565
+ const u = [ot.layoutContainer, o].filter(Boolean).join(" ");
3566
+ return /* @__PURE__ */ W("div", { ...i, className: u, style: s, children: [
3567
+ /* @__PURE__ */ W("div", { className: ot.content, children: [
3568
+ e && /* @__PURE__ */ _(_s, { ...n, children: e }),
3569
+ /* @__PURE__ */ _("main", { ...f, className: ot.main, children: t })
3523
3570
  ] }),
3524
- r && /* @__PURE__ */ p(nn, { ...a, children: r })
3571
+ r && /* @__PURE__ */ _(un, { ...a, children: r })
3525
3572
  ] });
3526
3573
  };
3527
3574
  export {
3528
- Tr as Button,
3529
- Cn as CSSReset,
3530
- lt as Checkbox,
3531
- Mn as FeatureCard,
3532
- Dn as FeatureGridSection,
3533
- nn as Footer,
3534
- kn as Form,
3535
- zn as FormCheckbox,
3536
- An as FormCheckboxGroup,
3575
+ Ir as Button,
3576
+ Vn as CSSReset,
3577
+ at as Checkbox,
3578
+ In as FeatureCard,
3579
+ Wn as FeatureGridSection,
3580
+ un as Footer,
3581
+ En as Form,
3582
+ An as FormCheckbox,
3583
+ Bn as FormCheckboxGroup,
3537
3584
  Ro as FormError,
3538
- ve as FormField,
3539
- To as FormGroup,
3540
- xn as FormInput,
3541
- yt as FormLabel,
3542
- En as FormRadio,
3543
- $n as FormRadioGroup,
3544
- Vn as FormSelect,
3545
- Fn as FormTextarea,
3546
- fs as Hamburger,
3547
- gs as Header,
3548
- On as Hero,
3549
- Go as Input,
3550
- Ms as LoadingSpinner,
3551
- Ks as Modal,
3552
- Pn as ModalProvider,
3553
- Bn as NavItem,
3554
- Hn as PageLayout,
3555
- kr as Popover,
3556
- Cr as Radio,
3557
- Nn as ResponsiveNav,
3558
- Bs as ResponsiveNavContext,
3585
+ pe as FormField,
3586
+ Io as FormGroup,
3587
+ zn as FormInput,
3588
+ ft as FormLabel,
3589
+ Ln as FormRadio,
3590
+ Pn as FormRadioGroup,
3591
+ Nn as FormSelect,
3592
+ $n as FormTextarea,
3593
+ ms as Hamburger,
3594
+ _s as Header,
3595
+ Tn as Hero,
3596
+ Zo as Input,
3597
+ Ts as LoadingSpinner,
3598
+ en as Modal,
3599
+ Hn as ModalProvider,
3600
+ Rn as NavDropdown,
3601
+ Dn as NavLink,
3602
+ Un as PageLayout,
3603
+ xr as Popover,
3604
+ wr as Radio,
3605
+ Mn as ResponsiveNav,
3606
+ Ms as ResponsiveNavContext,
3559
3607
  Fr as ResponsiveSection,
3560
- os as Select,
3561
- Qs as Stack,
3562
- Ln as StyleLoader,
3563
- Xo as Textarea,
3564
- wn as ThemeProvider,
3565
- $e as parseBreakpoint,
3566
- No as useFormContext,
3567
- ce as useMediaQuery,
3568
- Rn as useModal,
3569
- T as useTheme
3608
+ ss as Select,
3609
+ Ys as Stack,
3610
+ On as StyleLoader,
3611
+ Yo as Textarea,
3612
+ Fn as ThemeProvider,
3613
+ ze as parseBreakpoint,
3614
+ Lo as useFormContext,
3615
+ ie as useMediaQuery,
3616
+ jn as useModal,
3617
+ Cr as useNavLinkStyles,
3618
+ j as useTheme
3570
3619
  };