quirk-ui 0.1.207 → 0.1.209

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../index24.css');const c=require("react/jsx-runtime"),s=require("react"),Ce=require("../../../arrow-left-4E3t8axP.cjs"),Se=require("../../../arrow-right-DO6S4vfx.cjs"),ke="_carousel_1v597_1",Ee="_noPointerEvents_1v597_21",De="_trackContainer_1v597_25",Ie="_track_1v597_25",Xe="_isMounted_1v597_39",je="_page_1v597_44",Ne="_controls_1v597_54",Re="_indicators_1v597_65",Ae="_indicator_1v597_65",Te="_active_1v597_87",Le="_buttons_1v597_106",We="_prev_1v597_111",Pe="_disabled_1v597_111",qe="_next_1v597_112",ze="_expandable_1v597_142",r={carousel:ke,noPointerEvents:Ee,trackContainer:De,track:Ie,isMounted:Xe,page:je,controls:Ne,indicators:Re,indicator:Ae,active:Te,buttons:Le,prev:We,disabled:Pe,next:qe,expandable:ze};function Ye({items:m,itemsPerPage:v=3,itemsPerRow:G=3,autoplay:J=!1,autoplayInterval:T=3,className:Q,parentRef:Z,siblingRef:p,isSplit:L=!1,isExpandable:ee=!1,ariaLabel:te="Carousel"}){const[i,_]=s.useState(0),[u,$]=s.useState(0),[M,I]=s.useState(0),[o,ne]=s.useState(v),[w,se]=s.useState(!1),[W,ae]=s.useState(J),[C,oe]=s.useState(!1),[re,ce]=s.useState(!1),le=s.useRef(null),h=s.useRef(null),b=s.useRef(null),S=Z,[x,X]=s.useState(!1),[P,q]=s.useState(null),[k,z]=s.useState(null),[Y,B]=s.useState(null),[ie,H]=s.useState(!1),[g,K]=s.useState(null),[j,O]=s.useState(null),ue=e=>{Math.abs((j??0)-(g??0))>25&&(e.stopPropagation(),e.preventDefault())},de=e=>{K(e.clientX)},he=e=>{g!==null&&Math.abs(e.clientX-g)>5&&(H(!0),O(e.clientX))},fe=()=>{if(!g||!j){N();return}const e=g-j;Math.abs(e)>50&&(e>0?E():D()),N()},ve=()=>{N()},N=()=>{H(!1),K(null),O(null)},pe=e=>{e.key==="ArrowLeft"?(e.preventDefault(),D()):e.key==="ArrowRight"?(e.preventDefault(),E()):e.key==="Home"?(e.preventDefault(),f(0)):e.key==="End"&&(e.preventDefault(),f(l-1))},_e=e=>{z(e.touches[0].clientX),q(e.touches[0].clientY),X(!1)},U=s.useRef(null);s.useEffect(()=>{ce(!0)},[]),s.useEffect(()=>{const e=U.current;if(!e)return;const t=n=>{const a=n.touches[0].clientX-(k??0),d=n.touches[0].clientY-(P??0);!x&&Math.abs(a)>Math.abs(d)&&X(!0),x&&(n.preventDefault(),B(n.touches[0].clientX))};return e.addEventListener("touchmove",t,{passive:!0}),()=>{e.removeEventListener("touchmove",t)}},[x,k,P]);const Me=()=>{if(k===null||Y===null)return;const e=k-Y;Math.abs(e)>50&&(e>0?E():D()),z(null),B(null),q(null),X(!1)},we=(e,t)=>{const n=[];for(let a=0;a<e.length;a+=t)n.push(e.slice(a,a+t));return n};s.useLayoutEffect(()=>{if(typeof window<"u"){const e=()=>{const t=window.innerWidth<768,n=t?1:v;se(t),ne(t?1:v),_(a=>Math.min(a,Math.ceil(m.length/n)-1))};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)}},[v]);const R=Math.ceil(o/G),V=we(m,o),l=V.length,me=3*16,be=3*16,xe=s.useCallback(e=>{if(e&&!C){const t=e.getBoundingClientRect().width;t>0&&t!==M&&(I(t),oe(!0))}},[M,C]);s.useEffect(()=>{var e,t,n,a;if(C&&u>0&&h.current&&((t=(e=h.current.children[0])==null?void 0:e.children[0])!=null&&t.children[0])){const y=((a=(n=h.current.children[0])==null?void 0:n.children[0])==null?void 0:a.children[0]).getBoundingClientRect().width;y>0&&y!==M&&I(y)}},[u,C,M]),s.useEffect(()=>{const e=new ResizeObserver(t=>{var n,a;for(let d of t)if(d.contentRect){w?$(d.contentRect.width-be):L?p!=null&&p.current?$(d.contentRect.width-((n=p==null?void 0:p.current)==null?void 0:n.offsetWidth)-me):$(d.contentRect.width):($(d.contentRect.width),I(((a=h==null?void 0:h.current)==null?void 0:a.children[0].children[0].children[0].getBoundingClientRect().width)??0));const y=w?1:v;_($e=>Math.min($e,Math.ceil(m.length/y)-1))}});return S!=null&&S.current&&e.observe(S.current),()=>e.disconnect()},[w,L,m]);const A=()=>{b.current&&clearInterval(b.current),ae(!1)},E=()=>{A(),_(e=>Math.min(e+1,l-1))},D=()=>{A(),_(e=>Math.max(e-1,0))},f=e=>{A(),_(e)},ge=()=>u?`translateX(-${i*u}px)`:"translateX(0px)",F=()=>{_(e=>e>=l-1?0:e+1)};s.useEffect(()=>(W&&(b.current=setInterval(F,T*1e3)),()=>{b.current&&clearInterval(b.current)}),[W,T,F]);const ye={"--max-item-width":`${(u-(o-1)*16)/o}px`};return c.jsxs("div",{className:`${Q??""} ${r.carousel}`,ref:le,role:"region","aria-label":te,"aria-roledescription":"carousel",tabIndex:0,onKeyDown:pe,style:{outline:"none"},children:[c.jsx("div",{ref:U,className:`${r.trackContainer} ${ie||x?r.noPointerEvents:""}`,style:{maxWidth:`${u}px`,touchAction:x?"none":"pan-y"},onTouchStart:_e,onTouchEnd:Me,onMouseDown:de,onMouseMove:he,onMouseUp:fe,onMouseLeave:ve,children:c.jsx("div",{ref:h,className:`${r.track} ${re?r.isMounted:""}`,style:{width:`${l*100}%`,transform:ge()},id:"carousel-track","aria-live":"polite","aria-atomic":"true","aria-label":`Slide ${i+1} of ${l}`,children:V.map((e,t)=>c.jsx("div",{className:`${r.page} ${ee?r.expandable:""}`,style:{display:R>1?"grid":"flex",gridTemplateColumns:`repeat(${Math.ceil(o/R)}, 1fr)`,gridTemplateRows:`repeat(${R}, 1fr)`,width:`${u}px`,margin:`${o>1?"unset":"0 auto"}`,justifyContent:`${o>1?"unset":"center"}`},children:e.map((n,a)=>c.jsx("div",{ref:t===0&&a===0?xe:null,onClickCapture:ue,style:{...ye,display:o>1?"unset":"flex",justifyContent:o>1?"unset":"center",alignItems:o>1?"unset":"flex-start",flexBasis:o>1?w?"100%":`${(u-(o-1)*16)/o}px`:"unset",width:o>1?w?`${u/o-16}px`:"unset":"100%"},children:n},a))},t))})}),l>1&&c.jsxs("div",{className:r.controls,style:{maxWidth:M>0&&v===1&&!w?`${M}px`:"unset"},children:[c.jsx("div",{className:r.indicators,role:"tablist","aria-label":"Slide indicators",children:Array.from({length:l}).map((e,t)=>c.jsx("button",{role:"tab","aria-selected":t===i,"aria-label":`Slide ${t+1} of ${l}`,"aria-controls":"carousel-track",tabIndex:t===i?0:-1,className:`${r.indicator} ${t===i?r.active:""}`,onClick:()=>f(t),onKeyDown:n=>{n.key==="ArrowRight"?(n.preventDefault(),f(Math.min(t+1,l-1))):n.key==="ArrowLeft"?(n.preventDefault(),f(Math.max(t-1,0))):n.key==="Home"?(n.preventDefault(),f(0)):n.key==="End"&&(n.preventDefault(),f(l-1))}},t))}),c.jsxs("div",{className:r.buttons,children:[c.jsx("button",{"aria-label":"Previous slide",className:`${r.prev} ${i===0?r.disabled:""}`,onClick:D,disabled:i===0,children:c.jsx(Ce.ArrowLeft,{size:36})}),c.jsx("button",{"aria-label":"Next slide",className:`${r.next} ${i>=l-1?r.disabled:""}`,onClick:E,disabled:i>=m.length-o,children:c.jsx(Se.ArrowRight,{size:36})})]})]})]})}exports.Carousel=Ye;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../index24.css');const c=require("react/jsx-runtime"),s=require("react"),je=require("../../../arrow-left-4E3t8axP.cjs"),Ce=require("../../../arrow-right-DO6S4vfx.cjs"),Se="_carousel_jrudo_1",ke="_noPointerEvents_jrudo_21",Ee="_trackContainer_jrudo_25",De="_track_jrudo_25",Ie="_isMounted_jrudo_39",Xe="_page_jrudo_44",Ne="_controls_jrudo_54",Re="_indicators_jrudo_65",Ae="_indicator_jrudo_65",Te="_active_jrudo_87",Le="_buttons_jrudo_106",We="_prev_jrudo_111",Pe="_disabled_jrudo_111",qe="_next_jrudo_112",ze="_expandable_jrudo_147",a={carousel:Se,noPointerEvents:ke,trackContainer:Ee,track:De,isMounted:Ie,page:Xe,controls:Ne,indicators:Re,indicator:Ae,active:Te,buttons:Le,prev:We,disabled:Pe,next:qe,expandable:ze};function Ye({items:m,itemsPerPage:p=3,itemsPerRow:G=3,autoplay:J=!1,autoplayInterval:T=3,className:Q,parentRef:Z,siblingRef:v,isSplit:L=!1,isExpandable:ee=!1,ariaLabel:te="Carousel"}){const[i,_]=s.useState(0),[u,$]=s.useState(0),[M,D]=s.useState(0),[r,ne]=s.useState(p),[w,se]=s.useState(!1),[W,oe]=s.useState(J),[j,re]=s.useState(!1),[ae,ce]=s.useState(!1),le=s.useRef(null),h=s.useRef(null),b=s.useRef(null),C=Z,[x,I]=s.useState(!1),[P,q]=s.useState(null),[S,z]=s.useState(null),[Y,B]=s.useState(null),[ie,H]=s.useState(!1),[g,K]=s.useState(null),[X,O]=s.useState(null),ue=e=>{Math.abs((X??0)-(g??0))>25&&(e.stopPropagation(),e.preventDefault())},de=e=>{K(e.clientX)},he=e=>{g!==null&&Math.abs(e.clientX-g)>5&&(H(!0),O(e.clientX))},fe=()=>{if(!g||!X){N();return}const e=g-X;Math.abs(e)>50&&(e>0?k():E()),N()},pe=()=>{N()},N=()=>{H(!1),K(null),O(null)},ve=e=>{e.key==="ArrowLeft"?(e.preventDefault(),E()):e.key==="ArrowRight"?(e.preventDefault(),k()):e.key==="Home"?(e.preventDefault(),f(0)):e.key==="End"&&(e.preventDefault(),f(l-1))},_e=e=>{z(e.touches[0].clientX),q(e.touches[0].clientY),I(!1)},U=s.useRef(null);s.useEffect(()=>{ce(!0)},[]),s.useEffect(()=>{const e=U.current;if(!e)return;const t=n=>{const o=n.touches[0].clientX-(S??0),d=n.touches[0].clientY-(P??0);!x&&Math.abs(o)>Math.abs(d)&&I(!0),x&&(n.preventDefault(),B(n.touches[0].clientX))};return e.addEventListener("touchmove",t,{passive:!0}),()=>{e.removeEventListener("touchmove",t)}},[x,S,P]);const Me=()=>{if(S===null||Y===null)return;const e=S-Y;Math.abs(e)>50&&(e>0?k():E()),z(null),B(null),q(null),I(!1)},we=(e,t)=>{const n=[];for(let o=0;o<e.length;o+=t)n.push(e.slice(o,o+t));return n};s.useLayoutEffect(()=>{if(typeof window<"u"){const e=()=>{const t=window.innerWidth<768,n=t?1:p;se(t),ne(t?1:p),_(o=>Math.min(o,Math.ceil(m.length/n)-1))};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)}},[p]);const R=Math.ceil(r/G),V=we(m,r),l=V.length,me=3*16,be=3*16,xe=s.useCallback(e=>{if(e&&!j){const t=e.getBoundingClientRect().width;t>0&&t!==M&&(D(t),re(!0))}},[M,j]);s.useEffect(()=>{var e,t,n,o;if(j&&u>0&&h.current&&((t=(e=h.current.children[0])==null?void 0:e.children[0])!=null&&t.children[0])){const y=((o=(n=h.current.children[0])==null?void 0:n.children[0])==null?void 0:o.children[0]).getBoundingClientRect().width;y>0&&y!==M&&D(y)}},[u,j,M]),s.useEffect(()=>{const e=new ResizeObserver(t=>{var n,o;for(let d of t)if(d.contentRect){w?$(d.contentRect.width-be):L?v!=null&&v.current?$(d.contentRect.width-((n=v==null?void 0:v.current)==null?void 0:n.offsetWidth)-me):$(d.contentRect.width):($(d.contentRect.width),D(((o=h==null?void 0:h.current)==null?void 0:o.children[0].children[0].children[0].getBoundingClientRect().width)??0));const y=w?1:p;_($e=>Math.min($e,Math.ceil(m.length/y)-1))}});return C!=null&&C.current&&e.observe(C.current),()=>e.disconnect()},[w,L,m]);const A=()=>{b.current&&clearInterval(b.current),oe(!1)},k=()=>{A(),_(e=>Math.min(e+1,l-1))},E=()=>{A(),_(e=>Math.max(e-1,0))},f=e=>{A(),_(e)},ge=()=>u?`translateX(-${i*u}px)`:"translateX(0px)",F=()=>{_(e=>e>=l-1?0:e+1)};s.useEffect(()=>(W&&(b.current=setInterval(F,T*1e3)),()=>{b.current&&clearInterval(b.current)}),[W,T,F]);const ye={"--max-item-width":`${(u-(r-1)*16)/r}px`};return c.jsxs("div",{className:`${Q??""} ${a.carousel}`,ref:le,role:"region","aria-label":te,"aria-roledescription":"carousel",tabIndex:0,onKeyDown:ve,style:{outline:"none"},children:[c.jsx("div",{ref:U,className:`${a.trackContainer} ${ie||x?a.noPointerEvents:""}`,style:{maxWidth:`${u}px`,touchAction:x?"none":"pan-y"},onTouchStart:_e,onTouchEnd:Me,onMouseDown:de,onMouseMove:he,onMouseUp:fe,onMouseLeave:pe,children:c.jsx("div",{ref:h,className:`${a.track} ${ae?a.isMounted:""}`,style:{width:`${l*100}%`,transform:ge()},id:"carousel-track","aria-live":"polite","aria-atomic":"true","aria-label":`Slide ${i+1} of ${l}`,children:V.map((e,t)=>c.jsx("div",{className:`${a.page} ${ee?a.expandable:""}`,style:{display:R>1?"grid":"flex",gridTemplateColumns:`repeat(${Math.ceil(r/R)}, 1fr)`,gridTemplateRows:`repeat(${R}, 1fr)`,width:`${u}px`,margin:`${r>1?"unset":"0 auto"}`,justifyContent:`${r>1?"unset":"center"}`},children:e.map((n,o)=>c.jsx("div",{ref:t===0&&o===0?xe:null,onClickCapture:ue,style:{...ye,display:r>1?"unset":"flex",justifyContent:r>1?"unset":"center",alignItems:r>1?"unset":"flex-start",flexBasis:r>1?w?"100%":`${(u-(r-1)*16)/r}px`:"unset",width:r>1?w?`${u/r-16}px`:"unset":"100%"},children:n},o))},t))})}),l>1&&c.jsxs("div",{className:a.controls,style:{maxWidth:M>0&&p===1&&!w?`${M}px`:"unset"},children:[c.jsx("div",{className:a.indicators,role:"tablist","aria-label":"Slide indicators",children:Array.from({length:l}).map((e,t)=>c.jsx("button",{role:"tab","aria-selected":t===i,"aria-label":`Slide ${t+1} of ${l}`,"aria-controls":"carousel-track",tabIndex:t===i?0:-1,className:`${a.indicator} ${t===i?a.active:""}`,onClick:()=>f(t),onKeyDown:n=>{n.key==="ArrowRight"?(n.preventDefault(),f(Math.min(t+1,l-1))):n.key==="ArrowLeft"?(n.preventDefault(),f(Math.max(t-1,0))):n.key==="Home"?(n.preventDefault(),f(0)):n.key==="End"&&(n.preventDefault(),f(l-1))}},t))}),c.jsxs("div",{className:a.buttons,children:[c.jsx("button",{"aria-label":"Previous slide",className:`${a.prev} ${i===0?a.disabled:""}`,onClick:E,disabled:i===0,children:c.jsx(je.ArrowLeft,{size:36})}),c.jsx("button",{"aria-label":"Next slide",className:`${a.next} ${i>=l-1?a.disabled:""}`,onClick:k,disabled:i>=m.length-r,children:c.jsx(Ce.ArrowRight,{size:36})})]})]})]})}exports.Carousel=Ye;
@@ -1,18 +1,18 @@
1
- import { jsxs as P, jsx as c } from "react/jsx-runtime";
2
- import { useState as a, useRef as A, useEffect as C, useLayoutEffect as De, useCallback as Ie } from "react";
3
- import { A as Xe } from "../../../arrow-left-BIJvHwNQ.js";
4
- import { A as Ae } from "../../../arrow-right-QEwnX3Sk.js";
5
- import '../../../index24.css';const Ne = "_carousel_1v597_1", Se = "_noPointerEvents_1v597_21", Te = "_trackContainer_1v597_25", We = "_track_1v597_25", Le = "_isMounted_1v597_39", Re = "_page_1v597_44", Pe = "_controls_1v597_54", ze = "_indicators_1v597_65", Ye = "_indicator_1v597_65", je = "_active_1v597_87", Be = "_buttons_1v597_106", He = "_prev_1v597_111", Ke = "_disabled_1v597_111", Ue = "_next_1v597_112", Oe = "_expandable_1v597_142", r = {
6
- carousel: Ne,
7
- noPointerEvents: Se,
8
- trackContainer: Te,
9
- track: We,
10
- isMounted: Le,
11
- page: Re,
12
- controls: Pe,
13
- indicators: ze,
14
- indicator: Ye,
15
- active: je,
1
+ import { jsxs as R, jsx as c } from "react/jsx-runtime";
2
+ import { useState as a, useRef as X, useEffect as C, useLayoutEffect as je, useCallback as De } from "react";
3
+ import { A as Ie } from "../../../arrow-left-BIJvHwNQ.js";
4
+ import { A as Xe } from "../../../arrow-right-QEwnX3Sk.js";
5
+ import '../../../index24.css';const Ae = "_carousel_jrudo_1", Ne = "_noPointerEvents_jrudo_21", Se = "_trackContainer_jrudo_25", Te = "_track_jrudo_25", We = "_isMounted_jrudo_39", Le = "_page_jrudo_44", Re = "_controls_jrudo_54", Pe = "_indicators_jrudo_65", ze = "_indicator_jrudo_65", Ye = "_active_jrudo_87", Be = "_buttons_jrudo_106", He = "_prev_jrudo_111", Ke = "_disabled_jrudo_111", Ue = "_next_jrudo_112", Oe = "_expandable_jrudo_147", r = {
6
+ carousel: Ae,
7
+ noPointerEvents: Ne,
8
+ trackContainer: Se,
9
+ track: Te,
10
+ isMounted: We,
11
+ page: Le,
12
+ controls: Re,
13
+ indicators: Pe,
14
+ indicator: ze,
15
+ active: Ye,
16
16
  buttons: Be,
17
17
  prev: He,
18
18
  disabled: Ke,
@@ -21,78 +21,78 @@ import '../../../index24.css';const Ne = "_carousel_1v597_1", Se = "_noPointerEv
21
21
  };
22
22
  function Je({
23
23
  items: w,
24
- itemsPerPage: v = 3,
24
+ itemsPerPage: p = 3,
25
25
  itemsPerRow: Z = 3,
26
26
  autoplay: ee = !1,
27
- autoplayInterval: z = 3,
27
+ autoplayInterval: P = 3,
28
28
  className: te,
29
29
  parentRef: ne,
30
- siblingRef: p,
31
- isSplit: Y = !1,
30
+ siblingRef: v,
31
+ isSplit: z = !1,
32
32
  isExpandable: se = !1,
33
33
  ariaLabel: oe = "Carousel"
34
34
  }) {
35
- const [i, m] = a(0), [d, x] = a(0), [_, N] = a(0), [o, re] = a(v), [M, ae] = a(!1), [j, le] = a(ee), [k, ce] = a(!1), [ie, de] = a(!1), ue = A(null), h = A(null), b = A(null), E = ne, [y, S] = a(!1), [B, H] = a(null), [D, K] = a(null), [U, O] = a(null), [he, V] = a(!1), [g, q] = a(null), [T, F] = a(null), fe = (e) => {
36
- Math.abs((T ?? 0) - (g ?? 0)) > 25 && (e.stopPropagation(), e.preventDefault());
37
- }, ve = (e) => {
38
- q(e.clientX);
35
+ const [i, m] = a(0), [d, x] = a(0), [_, A] = a(0), [o, re] = a(p), [M, ae] = a(!1), [Y, le] = a(ee), [k, ce] = a(!1), [ie, de] = a(!1), ue = X(null), h = X(null), b = X(null), E = ne, [y, N] = a(!1), [B, H] = a(null), [j, K] = a(null), [U, O] = a(null), [he, V] = a(!1), [g, q] = a(null), [S, F] = a(null), fe = (e) => {
36
+ Math.abs((S ?? 0) - (g ?? 0)) > 25 && (e.stopPropagation(), e.preventDefault());
39
37
  }, pe = (e) => {
38
+ q(e.clientX);
39
+ }, ve = (e) => {
40
40
  g !== null && Math.abs(e.clientX - g) > 5 && (V(!0), F(e.clientX));
41
41
  }, me = () => {
42
- if (!g || !T) {
43
- W();
42
+ if (!g || !S) {
43
+ T();
44
44
  return;
45
45
  }
46
- const e = g - T;
47
- Math.abs(e) > 50 && (e > 0 ? I() : X()), W();
46
+ const e = g - S;
47
+ Math.abs(e) > 50 && (e > 0 ? D() : I()), T();
48
48
  }, _e = () => {
49
- W();
50
- }, W = () => {
49
+ T();
50
+ }, T = () => {
51
51
  V(!1), q(null), F(null);
52
52
  }, Me = (e) => {
53
- e.key === "ArrowLeft" ? (e.preventDefault(), X()) : e.key === "ArrowRight" ? (e.preventDefault(), I()) : e.key === "Home" ? (e.preventDefault(), f(0)) : e.key === "End" && (e.preventDefault(), f(l - 1));
53
+ e.key === "ArrowLeft" ? (e.preventDefault(), I()) : e.key === "ArrowRight" ? (e.preventDefault(), D()) : e.key === "Home" ? (e.preventDefault(), f(0)) : e.key === "End" && (e.preventDefault(), f(l - 1));
54
54
  }, we = (e) => {
55
- K(e.touches[0].clientX), H(e.touches[0].clientY), S(!1);
56
- }, G = A(null);
55
+ K(e.touches[0].clientX), H(e.touches[0].clientY), N(!1);
56
+ }, G = X(null);
57
57
  C(() => {
58
58
  de(!0);
59
59
  }, []), C(() => {
60
60
  const e = G.current;
61
61
  if (!e) return;
62
62
  const t = (n) => {
63
- const s = n.touches[0].clientX - (D ?? 0), u = n.touches[0].clientY - (B ?? 0);
64
- !y && Math.abs(s) > Math.abs(u) && S(!0), y && (n.preventDefault(), O(n.touches[0].clientX));
63
+ const s = n.touches[0].clientX - (j ?? 0), u = n.touches[0].clientY - (B ?? 0);
64
+ !y && Math.abs(s) > Math.abs(u) && N(!0), y && (n.preventDefault(), O(n.touches[0].clientX));
65
65
  };
66
66
  return e.addEventListener("touchmove", t, { passive: !0 }), () => {
67
67
  e.removeEventListener("touchmove", t);
68
68
  };
69
- }, [y, D, B]);
69
+ }, [y, j, B]);
70
70
  const be = () => {
71
- if (D === null || U === null) return;
72
- const e = D - U;
73
- Math.abs(e) > 50 && (e > 0 ? I() : X()), K(null), O(null), H(null), S(!1);
71
+ if (j === null || U === null) return;
72
+ const e = j - U;
73
+ Math.abs(e) > 50 && (e > 0 ? D() : I()), K(null), O(null), H(null), N(!1);
74
74
  }, ye = (e, t) => {
75
75
  const n = [];
76
76
  for (let s = 0; s < e.length; s += t)
77
77
  n.push(e.slice(s, s + t));
78
78
  return n;
79
79
  };
80
- De(() => {
80
+ je(() => {
81
81
  if (typeof window < "u") {
82
82
  const e = () => {
83
- const t = window.innerWidth < 768, n = t ? 1 : v;
84
- ae(t), re(t ? 1 : v), m(
83
+ const t = window.innerWidth < 768, n = t ? 1 : p;
84
+ ae(t), re(t ? 1 : p), m(
85
85
  (s) => Math.min(s, Math.ceil(w.length / n) - 1)
86
86
  );
87
87
  };
88
88
  return e(), window.addEventListener("resize", e), () => window.removeEventListener("resize", e);
89
89
  }
90
- }, [v]);
91
- const L = Math.ceil(o / Z), J = ye(w, o), l = J.length, ge = 3 * 16, $e = 3 * 16, Ce = Ie(
90
+ }, [p]);
91
+ const W = Math.ceil(o / Z), J = ye(w, o), l = J.length, ge = 3 * 16, $e = 3 * 16, Ce = De(
92
92
  (e) => {
93
93
  if (e && !k) {
94
94
  const t = e.getBoundingClientRect().width;
95
- t > 0 && t !== _ && (N(t), ce(!0));
95
+ t > 0 && t !== _ && (A(t), ce(!0));
96
96
  }
97
97
  },
98
98
  [_, k]
@@ -101,47 +101,47 @@ function Je({
101
101
  var e, t, n, s;
102
102
  if (k && d > 0 && h.current && ((t = (e = h.current.children[0]) == null ? void 0 : e.children[0]) != null && t.children[0])) {
103
103
  const $ = ((s = (n = h.current.children[0]) == null ? void 0 : n.children[0]) == null ? void 0 : s.children[0]).getBoundingClientRect().width;
104
- $ > 0 && $ !== _ && N($);
104
+ $ > 0 && $ !== _ && A($);
105
105
  }
106
106
  }, [d, k, _]), C(() => {
107
107
  const e = new ResizeObserver((t) => {
108
108
  var n, s;
109
109
  for (let u of t)
110
110
  if (u.contentRect) {
111
- M ? x(u.contentRect.width - $e) : Y ? p != null && p.current ? x(
112
- u.contentRect.width - ((n = p == null ? void 0 : p.current) == null ? void 0 : n.offsetWidth) - ge
113
- ) : x(u.contentRect.width) : (x(u.contentRect.width), N(
111
+ M ? x(u.contentRect.width - $e) : z ? v != null && v.current ? x(
112
+ u.contentRect.width - ((n = v == null ? void 0 : v.current) == null ? void 0 : n.offsetWidth) - ge
113
+ ) : x(u.contentRect.width) : (x(u.contentRect.width), A(
114
114
  ((s = h == null ? void 0 : h.current) == null ? void 0 : s.children[0].children[0].children[0].getBoundingClientRect().width) ?? 0
115
115
  ));
116
- const $ = M ? 1 : v;
116
+ const $ = M ? 1 : p;
117
117
  m(
118
118
  (Ee) => Math.min(Ee, Math.ceil(w.length / $) - 1)
119
119
  );
120
120
  }
121
121
  });
122
122
  return E != null && E.current && e.observe(E.current), () => e.disconnect();
123
- }, [M, Y, w]);
124
- const R = () => {
123
+ }, [M, z, w]);
124
+ const L = () => {
125
125
  b.current && clearInterval(b.current), le(!1);
126
+ }, D = () => {
127
+ L(), m((e) => Math.min(e + 1, l - 1));
126
128
  }, I = () => {
127
- R(), m((e) => Math.min(e + 1, l - 1));
128
- }, X = () => {
129
- R(), m((e) => Math.max(e - 1, 0));
129
+ L(), m((e) => Math.max(e - 1, 0));
130
130
  }, f = (e) => {
131
- R(), m(e);
131
+ L(), m(e);
132
132
  }, xe = () => d ? `translateX(-${i * d}px)` : "translateX(0px)", Q = () => {
133
133
  m((e) => e >= l - 1 ? 0 : e + 1);
134
134
  };
135
- C(() => (j && (b.current = setInterval(
135
+ C(() => (Y && (b.current = setInterval(
136
136
  Q,
137
- z * 1e3
137
+ P * 1e3
138
138
  )), () => {
139
139
  b.current && clearInterval(b.current);
140
- }), [j, z, Q]);
140
+ }), [Y, P, Q]);
141
141
  const ke = {
142
142
  "--max-item-width": `${(d - (o - 1) * 16) / o}px`
143
143
  };
144
- return /* @__PURE__ */ P(
144
+ return /* @__PURE__ */ R(
145
145
  "div",
146
146
  {
147
147
  className: `${te ?? ""} ${r.carousel}`,
@@ -164,8 +164,8 @@ function Je({
164
164
  },
165
165
  onTouchStart: we,
166
166
  onTouchEnd: be,
167
- onMouseDown: ve,
168
- onMouseMove: pe,
167
+ onMouseDown: pe,
168
+ onMouseMove: ve,
169
169
  onMouseUp: me,
170
170
  onMouseLeave: _e,
171
171
  children: /* @__PURE__ */ c(
@@ -183,11 +183,11 @@ function Je({
183
183
  {
184
184
  className: `${r.page} ${se ? r.expandable : ""}`,
185
185
  style: {
186
- display: L > 1 ? "grid" : "flex",
186
+ display: W > 1 ? "grid" : "flex",
187
187
  gridTemplateColumns: `repeat(${Math.ceil(
188
- o / L
188
+ o / W
189
189
  )}, 1fr)`,
190
- gridTemplateRows: `repeat(${L}, 1fr)`,
190
+ gridTemplateRows: `repeat(${W}, 1fr)`,
191
191
  width: `${d}px`,
192
192
  margin: `${o > 1 ? "unset" : "0 auto"}`,
193
193
  justifyContent: `${o > 1 ? "unset" : "center"}`
@@ -216,12 +216,12 @@ function Je({
216
216
  )
217
217
  }
218
218
  ),
219
- l > 1 && /* @__PURE__ */ P(
219
+ l > 1 && /* @__PURE__ */ R(
220
220
  "div",
221
221
  {
222
222
  className: r.controls,
223
223
  style: {
224
- maxWidth: _ > 0 && v === 1 && !M ? `${_}px` : "unset"
224
+ maxWidth: _ > 0 && p === 1 && !M ? `${_}px` : "unset"
225
225
  },
226
226
  children: [
227
227
  /* @__PURE__ */ c(
@@ -248,15 +248,15 @@ function Je({
248
248
  ))
249
249
  }
250
250
  ),
251
- /* @__PURE__ */ P("div", { className: r.buttons, children: [
251
+ /* @__PURE__ */ R("div", { className: r.buttons, children: [
252
252
  /* @__PURE__ */ c(
253
253
  "button",
254
254
  {
255
255
  "aria-label": "Previous slide",
256
256
  className: `${r.prev} ${i === 0 ? r.disabled : ""}`,
257
- onClick: X,
257
+ onClick: I,
258
258
  disabled: i === 0,
259
- children: /* @__PURE__ */ c(Xe, { size: 36 })
259
+ children: /* @__PURE__ */ c(Ie, { size: 36 })
260
260
  }
261
261
  ),
262
262
  /* @__PURE__ */ c(
@@ -264,9 +264,9 @@ function Je({
264
264
  {
265
265
  "aria-label": "Next slide",
266
266
  className: `${r.next} ${i >= l - 1 ? r.disabled : ""}`,
267
- onClick: I,
267
+ onClick: D,
268
268
  disabled: i >= w.length - o,
269
- children: /* @__PURE__ */ c(Ae, { size: 36 })
269
+ children: /* @__PURE__ */ c(Xe, { size: 36 })
270
270
  }
271
271
  )
272
272
  ] })
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../index38.css');const e=require("react/jsx-runtime"),i=require("react"),Y=require("react-dom"),L=require("../../../x-Dft9NVe_.cjs"),R="_overlay_6t5hy_2",P="_fadeIn_6t5hy_1",A="_container_6t5hy_19",F="_modal_6t5hy_49",K="_slideUp_6t5hy_1",X="_closeButton_6t5hy_60",G="_title_6t5hy_87",H="_content_6t5hy_97",J="_intro_6t5hy_116",Q="_trigger_6t5hy_123",V="_fadeOut_6t5hy_1",W="_closing_6t5hy_170",Z="_slideUpSheet_6t5hy_1",O="_slideDownSheet_6t5hy_1",t={overlay:R,fadeIn:P,container:A,"size-sm":"_size-sm_6t5hy_26","size-md":"_size-md_6t5hy_30","size-lg":"_size-lg_6t5hy_34","size-xl":"_size-xl_6t5hy_38","size-full":"_size-full_6t5hy_42",modal:F,slideUp:K,closeButton:X,title:G,content:H,intro:J,trigger:Q,fadeOut:V,closing:W,slideUpSheet:Z,slideDownSheet:O},ee=()=>{if(typeof document>"u")return;const s=window.scrollY;document.body.style.position="fixed",document.body.style.top=`-${s}px`,document.body.style.width="100%",document.body.style.overflowY="scroll"},k=()=>{if(typeof document>"u")return;const s=Math.abs(parseInt(document.body.style.top||"0",10));document.body.style.position="",document.body.style.top="",document.body.style.width="",document.body.style.overflowY="",s&&window.scrollTo(0,s)};function te({content:s,trigger:z,isOpen:m,onOpen:c,onClose:y,size:S="md",closeOnEscape:g=!0,closeOnOverlayClick:$=!0,showCloseButton:E=!0,className:j,overlayClassName:C,style:I,formData:v,renderForm:b}){const[q,p]=i.useState(!1),[_,w]=i.useState(!1),f=i.useRef(null),h=m!==void 0,o=h?m:q,N=()=>{h||p(!0),c==null||c()},r=()=>{w(!0),setTimeout(()=>{w(!1),h?y==null||y():p(!1)},300)},T=()=>o?r():N(),U=()=>{$&&r()};i.useEffect(()=>{if(!g||!o)return;const n=d=>{d.key==="Escape"&&r()};return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[o,g]),i.useEffect(()=>(o?ee():k(),()=>k()),[o]),i.useEffect(()=>{if(!o||!f.current)return;const n=f.current,d=n.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),l=d[0],a=d[d.length-1],x=u=>{u.key==="Tab"&&(u.shiftKey?document.activeElement===l&&(u.preventDefault(),a==null||a.focus()):document.activeElement===a&&(u.preventDefault(),l==null||l.focus()))};return n.addEventListener("keydown",x),l==null||l.focus(),()=>n.removeEventListener("keydown",x)},[o]);const B=t[`size-${S}`]??"",D=s!==void 0?s:e.jsx(e.Fragment,{children:v&&b?b(v):null}),M=o||_?e.jsx("div",{className:`${t.overlay} ${_?t.closing:""} ${C??""}`.trim(),onClick:U,role:"dialog","aria-modal":"true",children:e.jsxs("div",{className:`${B} ${t.container} ${_?t.closing:""}`,children:[E&&e.jsx("button",{"aria-label":"Close",className:t.closeButton,onClick:r,type:"button",children:e.jsx(L.X,{size:20})}),e.jsx("div",{ref:f,className:`${t.modal} ${j??""}`.trim(),style:I,onClick:n=>n.stopPropagation(),children:e.jsx("div",{className:t.content,children:D})})]})}):null;return e.jsxs(e.Fragment,{children:[e.jsx("div",{className:t.trigger,onClick:T,children:z}),typeof window<"u"&&Y.createPortal(M,document.body)]})}exports.Modal=te;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../index38.css');const e=require("react/jsx-runtime"),c=require("react"),F=require("react-dom"),L=require("../../../x-Dft9NVe_.cjs"),R="_overlay_1dim9_2",P="_fadeIn_1dim9_1",A="_container_1dim9_19",K="_modal_1dim9_49",X="_slideUp_1dim9_1",G="_closeButton_1dim9_60",H="_title_1dim9_87",J="_content_1dim9_97",Q="_intro_1dim9_116",V="_trigger_1dim9_123",W="_overlayFadeIn_1dim9_1",Z="_fadeOut_1dim9_1",O="_closing_1dim9_175",ee="_slideUpSheet_1dim9_1",te="_slideDownSheet_1dim9_1",o={overlay:R,fadeIn:P,container:A,"size-sm":"_size-sm_1dim9_26","size-md":"_size-md_1dim9_30","size-lg":"_size-lg_1dim9_34","size-xl":"_size-xl_1dim9_38","size-full":"_size-full_1dim9_42",modal:K,slideUp:X,closeButton:G,title:H,content:J,intro:Q,trigger:V,overlayFadeIn:W,fadeOut:Z,closing:O,slideUpSheet:ee,slideDownSheet:te},oe=()=>{if(typeof document>"u")return;const s=window.scrollY;document.body.style.position="fixed",document.body.style.top=`-${s}px`,document.body.style.width="100%",document.body.style.overflowY="scroll"},k=()=>{if(typeof document>"u")return;const s=Math.abs(parseInt(document.body.style.top||"0",10));document.body.style.position="",document.body.style.top="",document.body.style.width="",document.body.style.overflowY="",s&&window.scrollTo(0,s)};function ne({content:s,trigger:z,isOpen:v,onOpen:l,onClose:m,size:S="md",closeOnEscape:g=!0,closeOnOverlayClick:$=!0,showCloseButton:E=!0,className:j,overlayClassName:I,style:T,formData:h,renderForm:b}){const[C,p]=c.useState(!1),[_,w]=c.useState(!1),f=c.useRef(null),y=v!==void 0,n=y?v:C,q=()=>{y||p(!0),l==null||l()},r=()=>{w(!0),setTimeout(()=>{w(!1),y?m==null||m():p(!1)},300)},N=()=>n?r():q(),U=()=>{$&&r()};c.useEffect(()=>{if(!g||!n)return;const t=d=>{d.key==="Escape"&&r()};return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)},[n,g]),c.useEffect(()=>(n?oe():k(),()=>k()),[n]),c.useEffect(()=>{if(!n||!f.current)return;const t=f.current;t.scrollTop=0;const d=t.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),i=d[0],a=d[d.length-1],x=u=>{u.key==="Tab"&&(u.shiftKey?document.activeElement===i&&(u.preventDefault(),a==null||a.focus()):document.activeElement===a&&(u.preventDefault(),i==null||i.focus()))};t.addEventListener("keydown",x);const Y=setTimeout(()=>i==null?void 0:i.focus(),50);return()=>{t.removeEventListener("keydown",x),clearTimeout(Y)}},[n]);const B=o[`size-${S}`]??"",D=s!==void 0?s:e.jsx(e.Fragment,{children:h&&b?b(h):null}),M=n||_?e.jsx("div",{className:`${o.overlay} ${_?o.closing:""} ${I??""}`.trim(),onClick:U,role:"dialog","aria-modal":"true",children:e.jsxs("div",{className:`${B} ${o.container} ${_?o.closing:""}`,children:[E&&e.jsx("button",{"aria-label":"Close",className:o.closeButton,onClick:r,type:"button",children:e.jsx(L.X,{size:20})}),e.jsx("div",{ref:f,className:`${o.modal} ${j??""}`.trim(),style:T,onClick:t=>t.stopPropagation(),children:e.jsx("div",{className:o.content,children:D})})]})}):null;return e.jsxs(e.Fragment,{children:[e.jsx("div",{className:o.trigger,onClick:N,children:z}),typeof window<"u"&&F.createPortal(M,document.body)]})}exports.Modal=ne;
@@ -1,109 +1,116 @@
1
- import { jsx as l, Fragment as z, jsxs as x } from "react/jsx-runtime";
2
- import { useState as S, useRef as q, useEffect as f } from "react";
1
+ import { jsx as i, Fragment as z, jsxs as x } from "react/jsx-runtime";
2
+ import { useState as I, useRef as q, useEffect as y } from "react";
3
3
  import { createPortal as A } from "react-dom";
4
4
  import { X as K } from "../../../x-CnsEH4Ox.js";
5
- import '../../../index38.css';const X = "_overlay_6t5hy_2", F = "_fadeIn_6t5hy_1", G = "_container_6t5hy_19", H = "_modal_6t5hy_49", J = "_slideUp_6t5hy_1", Q = "_closeButton_6t5hy_60", V = "_title_6t5hy_87", W = "_content_6t5hy_97", Z = "_intro_6t5hy_116", O = "_trigger_6t5hy_123", ee = "_fadeOut_6t5hy_1", te = "_closing_6t5hy_170", oe = "_slideUpSheet_6t5hy_1", ne = "_slideDownSheet_6t5hy_1", e = {
5
+ import '../../../index38.css';const X = "_overlay_1dim9_2", G = "_fadeIn_1dim9_1", H = "_container_1dim9_19", J = "_modal_1dim9_49", Q = "_slideUp_1dim9_1", V = "_closeButton_1dim9_60", W = "_title_1dim9_87", Z = "_content_1dim9_97", O = "_intro_1dim9_116", ee = "_trigger_1dim9_123", te = "_overlayFadeIn_1dim9_1", oe = "_fadeOut_1dim9_1", ne = "_closing_1dim9_175", se = "_slideUpSheet_1dim9_1", ie = "_slideDownSheet_1dim9_1", t = {
6
6
  overlay: X,
7
- fadeIn: F,
8
- container: G,
9
- "size-sm": "_size-sm_6t5hy_26",
10
- "size-md": "_size-md_6t5hy_30",
11
- "size-lg": "_size-lg_6t5hy_34",
12
- "size-xl": "_size-xl_6t5hy_38",
13
- "size-full": "_size-full_6t5hy_42",
14
- modal: H,
15
- slideUp: J,
16
- closeButton: Q,
17
- title: V,
18
- content: W,
19
- intro: Z,
20
- trigger: O,
21
- fadeOut: ee,
22
- closing: te,
23
- slideUpSheet: oe,
24
- slideDownSheet: ne
25
- }, se = () => {
7
+ fadeIn: G,
8
+ container: H,
9
+ "size-sm": "_size-sm_1dim9_26",
10
+ "size-md": "_size-md_1dim9_30",
11
+ "size-lg": "_size-lg_1dim9_34",
12
+ "size-xl": "_size-xl_1dim9_38",
13
+ "size-full": "_size-full_1dim9_42",
14
+ modal: J,
15
+ slideUp: Q,
16
+ closeButton: V,
17
+ title: W,
18
+ content: Z,
19
+ intro: O,
20
+ trigger: ee,
21
+ overlayFadeIn: te,
22
+ fadeOut: oe,
23
+ closing: ne,
24
+ slideUpSheet: se,
25
+ slideDownSheet: ie
26
+ }, le = () => {
26
27
  if (typeof document > "u") return;
27
28
  const n = window.scrollY;
28
29
  document.body.style.position = "fixed", document.body.style.top = `-${n}px`, document.body.style.width = "100%", document.body.style.overflowY = "scroll";
29
- }, $ = () => {
30
+ }, S = () => {
30
31
  if (typeof document > "u") return;
31
32
  const n = Math.abs(parseInt(document.body.style.top || "0", 10));
32
33
  document.body.style.position = "", document.body.style.top = "", document.body.style.width = "", document.body.style.overflowY = "", n && window.scrollTo(0, n);
33
34
  };
34
- function re({
35
+ function me({
35
36
  content: n,
36
- trigger: E,
37
- isOpen: h,
38
- onOpen: i,
39
- onClose: u,
40
- size: C = "md",
41
- closeOnEscape: v = !0,
42
- closeOnOverlayClick: I = !0,
43
- showCloseButton: N = !0,
44
- className: U,
45
- overlayClassName: B,
46
- style: T,
37
+ trigger: $,
38
+ isOpen: v,
39
+ onOpen: l,
40
+ onClose: m,
41
+ size: E = "md",
42
+ closeOnEscape: h = !0,
43
+ closeOnOverlayClick: T = !0,
44
+ showCloseButton: C = !0,
45
+ className: N,
46
+ overlayClassName: U,
47
+ style: B,
47
48
  // title,
48
49
  // richTextBlocks,
49
50
  // renderRichText,
50
- formData: g,
51
- renderForm: p
51
+ formData: p,
52
+ renderForm: g
52
53
  }) {
53
- const [Y, b] = S(!1), [y, w] = S(!1), _ = q(null), m = h !== void 0, t = m ? h : Y, D = () => {
54
- m || b(!0), i == null || i();
55
- }, d = () => {
54
+ const [Y, b] = I(!1), [u, w] = I(!1), _ = q(null), f = v !== void 0, o = f ? v : Y, D = () => {
55
+ f || b(!0), l == null || l();
56
+ }, c = () => {
56
57
  w(!0), setTimeout(() => {
57
- w(!1), m ? u == null || u() : b(!1);
58
+ w(!1), f ? m == null || m() : b(!1);
58
59
  }, 300);
59
- }, L = () => t ? d() : D(), j = () => {
60
- I && d();
60
+ }, L = () => o ? c() : D(), F = () => {
61
+ T && c();
61
62
  };
62
- f(() => {
63
- if (!v || !t) return;
64
- const o = (c) => {
65
- c.key === "Escape" && d();
63
+ y(() => {
64
+ if (!h || !o) return;
65
+ const e = (d) => {
66
+ d.key === "Escape" && c();
66
67
  };
67
- return document.addEventListener("keydown", o), () => document.removeEventListener("keydown", o);
68
- }, [t, v]), f(() => (t ? se() : $(), () => $()), [t]), f(() => {
69
- if (!t || !_.current) return;
70
- const o = _.current, c = o.querySelectorAll(
68
+ return document.addEventListener("keydown", e), () => document.removeEventListener("keydown", e);
69
+ }, [o, h]), y(() => (o ? le() : S(), () => S()), [o]), y(() => {
70
+ if (!o || !_.current) return;
71
+ const e = _.current;
72
+ e.scrollTop = 0;
73
+ const d = e.querySelectorAll(
71
74
  'button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'
72
- ), s = c[0], r = c[c.length - 1], k = (a) => {
75
+ ), s = d[0], r = d[d.length - 1], k = (a) => {
73
76
  a.key === "Tab" && (a.shiftKey ? document.activeElement === s && (a.preventDefault(), r == null || r.focus()) : document.activeElement === r && (a.preventDefault(), s == null || s.focus()));
74
77
  };
75
- return o.addEventListener("keydown", k), s == null || s.focus(), () => o.removeEventListener("keydown", k);
76
- }, [t]);
77
- const M = e[`size-${C}`] ?? "", P = n !== void 0 ? n : /* @__PURE__ */ l(z, { children: g && p ? p(g) : null }), R = t || y ? /* @__PURE__ */ l(
78
+ e.addEventListener("keydown", k);
79
+ const R = setTimeout(() => s == null ? void 0 : s.focus(), 50);
80
+ return () => {
81
+ e.removeEventListener("keydown", k), clearTimeout(R);
82
+ };
83
+ }, [o]);
84
+ const j = t[`size-${E}`] ?? "", M = n !== void 0 ? n : /* @__PURE__ */ i(z, { children: p && g ? g(p) : null }), P = o || u ? /* @__PURE__ */ i(
78
85
  "div",
79
86
  {
80
- className: `${e.overlay} ${y ? e.closing : ""} ${B ?? ""}`.trim(),
81
- onClick: j,
87
+ className: `${t.overlay} ${u ? t.closing : ""} ${U ?? ""}`.trim(),
88
+ onClick: F,
82
89
  role: "dialog",
83
90
  "aria-modal": "true",
84
91
  children: /* @__PURE__ */ x(
85
92
  "div",
86
93
  {
87
- className: `${M} ${e.container} ${y ? e.closing : ""}`,
94
+ className: `${j} ${t.container} ${u ? t.closing : ""}`,
88
95
  children: [
89
- N && /* @__PURE__ */ l(
96
+ C && /* @__PURE__ */ i(
90
97
  "button",
91
98
  {
92
99
  "aria-label": "Close",
93
- className: e.closeButton,
94
- onClick: d,
100
+ className: t.closeButton,
101
+ onClick: c,
95
102
  type: "button",
96
- children: /* @__PURE__ */ l(K, { size: 20 })
103
+ children: /* @__PURE__ */ i(K, { size: 20 })
97
104
  }
98
105
  ),
99
- /* @__PURE__ */ l(
106
+ /* @__PURE__ */ i(
100
107
  "div",
101
108
  {
102
109
  ref: _,
103
- className: `${e.modal} ${U ?? ""}`.trim(),
104
- style: T,
105
- onClick: (o) => o.stopPropagation(),
106
- children: /* @__PURE__ */ l("div", { className: e.content, children: P })
110
+ className: `${t.modal} ${N ?? ""}`.trim(),
111
+ style: B,
112
+ onClick: (e) => e.stopPropagation(),
113
+ children: /* @__PURE__ */ i("div", { className: t.content, children: M })
107
114
  }
108
115
  )
109
116
  ]
@@ -112,10 +119,10 @@ function re({
112
119
  }
113
120
  ) : null;
114
121
  return /* @__PURE__ */ x(z, { children: [
115
- /* @__PURE__ */ l("div", { className: e.trigger, onClick: L, children: E }),
116
- typeof window < "u" && A(R, document.body)
122
+ /* @__PURE__ */ i("div", { className: t.trigger, onClick: L, children: $ }),
123
+ typeof window < "u" && A(P, document.body)
117
124
  ] });
118
125
  }
119
126
  export {
120
- re as Modal
127
+ me as Modal
121
128
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f={mode:"light",primary:{10:"#e6f0ff",25:"#b3d1ff",50:"#4da3ff",75:"#0066cc",100:"#004a99",foreground:"#ffffff",rgb:"0, 74, 153"},secondary:{10:"#f2f4f7",25:"#d0d5db",50:"#6b7280",75:"#374151",100:"#111827",foreground:"#ffffff",rgb:"17, 24, 39"},text:{primary:"#111111"},button:{primary:{base:{bg:"primary.100",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"primary.100",hover:{bg:"primary.75",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}},secondary:{base:{bg:"primary.100",text:"primary.100",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}},blurred:{base:{bg:"rgba(0, 74, 153, 0.75)",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"rgba(255, 255, 255, 0.75)",text:"primary.100",hover:{bg:"primary.100",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}}},announcement:{background:"primary.100",text:"#ffffff",link:"primary.10"},navigation:{transparent:{links:"#111827",linksHover:"#004a99"}},carousel:{button:{background:"#d1d5db",text:"secondary.100"}},background:"#ffffff",backgroundRgb:"255, 255, 255",foreground:"#ffffff",foregroundRgb:"255, 255, 255",border:"#d1d5db",heading:"#111111",link:{base:"#004a99",hover:"#004a99",inverted:"#ffffff"},error:"#b91c1c",success:"#1e7e34",warning:"#d97706",status:{online:"#1e7e34",offline:"#6b7280",busy:"#b91c1c"},states:{muted:{bg:"#d1d5db",text:"#292A2B",hover:"#BCBFC5"},info:{bg:"#004a99",text:"#ffffff",hover:"#4da3ff"},success:{bg:"#1e7e34",text:"#ffffff",hover:"#4ade80"},error:{bg:"#b91c1c",text:"#ffffff",hover:"#f87171"},warning:{bg:"#b97706",text:"#ffffff",hover:"#facc15"}},tab:{background:"#1f2937",text:"#ffffff"}},r={...f,mode:"light"},e={mode:"dark",primary:{10:"#1a2b47",25:"#274572",50:"#336199",75:"#3d7ad1",100:"#4da3ff",foreground:"#ffffff",rgb:"77, 163, 255"},secondary:{10:"#1f2937",25:"#374151",50:"#6b7280",75:"#9ca3af",100:"#d1d5db",foreground:"#111111",rgb:"209, 213, 219"},text:{primary:"#f9fafb"},button:{primary:{base:{bg:"primary.100",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"secondary.10",hover:{bg:"primary.75",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}},secondary:{base:{bg:"primary.100",text:"primary.100",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}},blurred:{base:{bg:"primary.100",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"secondary.10",hover:{bg:"primary.100",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}}},announcement:{background:"secondary.100",text:"text.primary",link:"primary.100"},navigation:{transparent:{links:"#f9fafb",linksHover:"#4da3ff"}},carousel:{button:{background:"#d1d5db",text:"secondary.10"}},background:"#111827",backgroundRgb:"17, 24, 39",foreground:"#1f2937",foregroundRgb:"12, 26, 22",border:"#374151",heading:"#f9fafb",link:{base:"#4da3ff",hover:"#4da3ff",inverted:"secondary.100"},error:"#f87171",success:"#4ade80",warning:"#facc15",status:{online:"#1e7e34",offline:"#6b7280",busy:"#b91c1c"},states:{info:{bg:"#4da3ff",text:"#111111",hover:"#004a99"},success:{bg:"#4ade80",text:"#111111",hover:"#1e7e34"},error:{bg:"#f87171",text:"#111111",hover:"#b91c1c"},warning:{bg:"#facc15",text:"#111111",hover:"#b97706"}},tab:{background:"#f2f4f7",text:"#111111"}};exports.darkTheme=e;exports.defaultTheme=f;exports.lightTheme=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f={mode:"light",primary:{10:"#e6f0ff",25:"#b3d1ff",50:"#4da3ff",75:"#0066cc",100:"#004a99",foreground:"#ffffff",rgb:"0, 74, 153"},secondary:{10:"#f2f4f7",25:"#d0d5db",50:"#6b7280",75:"#374151",100:"#111827",foreground:"#ffffff",rgb:"17, 24, 39"},text:{primary:"#111111"},button:{primary:{base:{bg:"primary.100",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"primary.100",hover:{bg:"primary.75",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}},secondary:{base:{bg:"primary.100",text:"primary.100",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}},blurred:{base:{bg:"rgba(0, 74, 153, 0.75)",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"rgba(255, 255, 255, 0.75)",text:"primary.100",hover:{bg:"primary.100",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}}},announcement:{background:"primary.100",text:"#ffffff",link:"primary.10"},navigation:{transparent:{links:"#111827",linksHover:"#004a99"}},carousel:{button:{background:"primary.100",text:"#ffffff",hover:{background:"primary.75",text:"#ffffff"}}},background:"#ffffff",backgroundRgb:"255, 255, 255",foreground:"#ffffff",foregroundRgb:"255, 255, 255",border:"#d1d5db",heading:"#111111",link:{base:"#004a99",hover:"#004a99",inverted:"#ffffff"},error:"#b91c1c",success:"#1e7e34",warning:"#d97706",status:{online:"#1e7e34",offline:"#6b7280",busy:"#b91c1c"},states:{muted:{bg:"#d1d5db",text:"#292A2B",hover:"#BCBFC5"},info:{bg:"#004a99",text:"#ffffff",hover:"#4da3ff"},success:{bg:"#1e7e34",text:"#ffffff",hover:"#4ade80"},error:{bg:"#b91c1c",text:"#ffffff",hover:"#f87171"},warning:{bg:"#b97706",text:"#ffffff",hover:"#facc15"}},tab:{background:"#1f2937",text:"#ffffff"}},r={...f,mode:"light"},e={mode:"dark",primary:{10:"#1a2b47",25:"#274572",50:"#336199",75:"#3d7ad1",100:"#4da3ff",foreground:"#ffffff",rgb:"77, 163, 255"},secondary:{10:"#1f2937",25:"#374151",50:"#6b7280",75:"#9ca3af",100:"#d1d5db",foreground:"#111111",rgb:"209, 213, 219"},text:{primary:"#f9fafb"},button:{primary:{base:{bg:"primary.100",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"secondary.10",hover:{bg:"primary.75",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}},secondary:{base:{bg:"primary.100",text:"primary.100",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}},blurred:{base:{bg:"primary.100",text:"#ffffff",hover:{bg:"primary.75",text:"#ffffff"}},inverted:{bg:"#ffffff",text:"secondary.10",hover:{bg:"primary.100",text:"#ffffff"}},disabled:{bg:"primary.25",text:"secondary.25",hover:{bg:"primary.75",text:"secondary.100"}}}},announcement:{background:"secondary.100",text:"text.primary",link:"primary.100"},navigation:{transparent:{links:"#f9fafb",linksHover:"#4da3ff"}},carousel:{button:{background:"#d1d5db",text:"secondary.10"}},background:"#111827",backgroundRgb:"17, 24, 39",foreground:"#1f2937",foregroundRgb:"12, 26, 22",border:"#374151",heading:"#f9fafb",link:{base:"#4da3ff",hover:"#4da3ff",inverted:"secondary.100"},error:"#f87171",success:"#4ade80",warning:"#facc15",status:{online:"#1e7e34",offline:"#6b7280",busy:"#b91c1c"},states:{info:{bg:"#4da3ff",text:"#111111",hover:"#004a99"},success:{bg:"#4ade80",text:"#111111",hover:"#1e7e34"},error:{bg:"#f87171",text:"#111111",hover:"#b91c1c"},warning:{bg:"#facc15",text:"#111111",hover:"#b97706"}},tab:{background:"#f2f4f7",text:"#111111"}};exports.darkTheme=e;exports.defaultTheme=f;exports.lightTheme=r;
@@ -114,8 +114,12 @@ const f = {
114
114
  },
115
115
  carousel: {
116
116
  button: {
117
- background: "#d1d5db",
118
- text: "secondary.100"
117
+ background: "primary.100",
118
+ text: "#ffffff",
119
+ hover: {
120
+ background: "primary.75",
121
+ text: "#ffffff"
122
+ }
119
123
  }
120
124
  },
121
125
  background: "#ffffff",
package/dist/index17.css CHANGED
@@ -1 +1 @@
1
- ._cardLink_1ba7q_1{text-decoration:none;cursor:pointer}._card_1ba7q_1{background-color:transparent;min-height:100%;border-radius:var(--radius-md);position:relative;overflow:hidden}@media (max-width: 768px){._card_1ba7q_1{width:100%;max-width:none;min-width:0}}._container_1ba7q_21{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;height:100%;width:100%;padding:3.25rem var(--spacing-xl)}._content_1ba7q_31{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%}._icon_1ba7q_38{margin-bottom:var(--spacing-sm)}._icon_1ba7q_38 i,._icon_1ba7q_38 svg{font-size:2.5rem;color:var(--color-primary-100)}._cardLink_1ba7q_1:hover ._card_1ba7q_1,._modalTrigger_1ba7q_60:hover ._card_1ba7q_1{background-color:var(--color-primary-100)}._cardLink_1ba7q_1:hover ._callToAction_1ba7q_65 ._label_1ba7q_66,._modalTrigger_1ba7q_60:hover ._callToAction_1ba7q_65 ._label_1ba7q_66{opacity:1;transform:translateY(0)}._cardLink_1ba7q_1:hover ._callToAction_1ba7q_65 ._cardIcon_1ba7q_71,._modalTrigger_1ba7q_60:hover ._callToAction_1ba7q_65 ._cardIcon_1ba7q_71{background-color:var(--color-primary-100);color:#fff;border:5px solid var(--color-primary-100)}._title_1ba7q_78{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);line-height:var(--line-height-normal);text-decoration:none;flex:1;transition:color .3s ease-in-out}._title_1ba7q_78 span{transition:color .3s ease-in-out}._description_1ba7q_101{margin:0}._description_1ba7q_101:has(.inlineNumber){display:flex;gap:var(--spacing-md)}@media (max-width: 767px){._description_1ba7q_101:has(.inlineNumber){align-items:center;justify-content:center;flex-direction:column}}._imageWrapper_1ba7q_116{position:relative;height:100%;display:flex;justify-content:center}@media (max-width: 767px){._imageWrapper_1ba7q_116{max-width:380px}}._imageWrapper_1ba7q_116 img{position:relative;height:auto}._modalTrigger_1ba7q_60{cursor:pointer}._modalTrigger_1ba7q_60 ._imageWrapper_1ba7q_116{transition:opacity .3s ease-in-out}._modalTrigger_1ba7q_60:hover ._cardIcon_1ba7q_71{background-color:var(--color-primary-100);border-color:var(--color-primary-100);color:#fff}._modalTrigger_1ba7q_60:hover ._imageWrapper_1ba7q_116{opacity:.75}._callToAction_1ba7q_65{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:var(--spacing-sm)}._callToAction_1ba7q_65 ._cardIcon_1ba7q_71{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:var(--spacing-xs);background-color:#fff;color:var(--color-primary-100);border:5px solid #fff;border-radius:var(--radius-full);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_1ba7q_65 ._label_1ba7q_66{color:var(--color-primary-100);font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}._metric_1ba7q_205 ._content_1ba7q_31{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);width:100%;height:100%;margin:0 auto}._metric_1ba7q_205 ._description_1ba7q_101{text-align:center;font-size:var(--font-size-lg)}._metric_1ba7q_205 ._outerCircle_1ba7q_222{stroke-width:10px;stroke:#ccc}._metric_1ba7q_205 ._innerCircle_1ba7q_227{stroke:var(--color-primary-100);fill:none;stroke-width:10px}._metric_1ba7q_205 ._metricLabel_1ba7q_233{position:relative;font-weight:var(--font-weight-bold);font-size:1.75rem;fill:var(--color-primary-100)}._textOnly_1ba7q_241 ._title_1ba7q_78{color:var(--color-primary-100);font-size:var(--font-size-xl)}._textOnly_1ba7q_241 ._description_1ba7q_101{color:var(--color-text-primary);font-size:var(--font-size-md)}._textOnly_1ba7q_241 ._imageWrapper_1ba7q_116{display:none}._textOnly_1ba7q_241 ._cardLink_1ba7q_1:hover ._card_1ba7q_1,._textOnly_1ba7q_241 ._modalTrigger_1ba7q_60:hover ._card_1ba7q_1{background-color:var(--color-primary-100)}._textOnly_1ba7q_241 ._cardLink_1ba7q_1:hover ._callToAction_1ba7q_65 ._label_1ba7q_66,._textOnly_1ba7q_241 ._modalTrigger_1ba7q_60:hover ._callToAction_1ba7q_65 ._label_1ba7q_66{opacity:1;transform:translateY(0);color:#fff}._textOnly_1ba7q_241 ._cardLink_1ba7q_1:hover ._callToAction_1ba7q_65 ._cardIcon_1ba7q_71,._textOnly_1ba7q_241 ._modalTrigger_1ba7q_60:hover ._callToAction_1ba7q_65 ._cardIcon_1ba7q_71{background-color:#e0eaf9;color:var(--color-primary-100);border:5px solid #e0eaf9}._imageOnly_1ba7q_278 ._container_1ba7q_21{padding:var(--spacing-md);display:flex;align-items:center;justify-content:center}._imageOnly_1ba7q_278 ._imageWrapper_1ba7q_116{display:flex;align-items:center;justify-content:center;position:relative;top:0;right:0;bottom:0;left:0;width:100%;height:100%}._imageOnly_1ba7q_278 ._imageWrapper_1ba7q_116 img{width:100%;height:100%;object-fit:cover}._fullBleed_1ba7q_303{min-height:450px}._fullBleed_1ba7q_303 ._container_1ba7q_21{display:block;padding:0}._fullBleed_1ba7q_303 ._modalTrigger_1ba7q_60{display:block}._fullBleed_1ba7q_303 ._content_1ba7q_31{position:absolute;bottom:var(--spacing-md);right:var(--spacing-md);left:var(--spacing-md);z-index:5;width:auto;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);padding:var(--spacing-lg)}._fullBleed_1ba7q_303 ._imageWrapper_1ba7q_116{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}._fullBleed_1ba7q_303 ._imageWrapper_1ba7q_116 img{width:100%;height:100%;object-fit:cover}._imageTop_1ba7q_344 ._container_1ba7q_21{height:auto;justify-content:flex-start;flex-direction:column-reverse}._imageTop_1ba7q_344 ._imageWrapper_1ba7q_116{aspect-ratio:16/9}._imageTop_1ba7q_344 ._imageWrapper_1ba7q_116 img{position:relative;width:100%;height:auto;object-fit:cover}._imageBottom_1ba7q_363 ._container_1ba7q_21{height:100%;justify-content:flex-start;flex-direction:column}._imageBottom_1ba7q_363 ._imageWrapper_1ba7q_116{height:auto;align-items:normal}@media (max-width: 767px){._imageBottom_1ba7q_363 ._imageWrapper_1ba7q_116{max-height:350px}}._imageBottom_1ba7q_363 ._imageWrapper_1ba7q_116 img{width:100%;height:auto;object-fit:cover}@media (max-width: 767px){._imageBottom_1ba7q_363 ._imageWrapper_1ba7q_116 img{position:relative}}._imageLeft_1ba7q_391 ._container_1ba7q_21{flex-direction:row-reverse}@media (max-width: 767px){._imageLeft_1ba7q_391 ._container_1ba7q_21{flex-direction:column-reverse}}._imageRight_1ba7q_401 ._container_1ba7q_21{flex-direction:row}@media (max-width: 767px){._imageRight_1ba7q_401 ._container_1ba7q_21{flex-direction:column}}._imageLeft_1ba7q_391 ._content_1ba7q_31,._imageRight_1ba7q_401 ._content_1ba7q_31{flex:.8;width:100%}._imageLeft_1ba7q_391 ._title_1ba7q_78,._imageRight_1ba7q_401 ._title_1ba7q_78{font-size:var(--font-size-xl)}._imageLeft_1ba7q_391 ._description_1ba7q_101,._imageRight_1ba7q_401 ._description_1ba7q_101{font-size:var(--font-size-md)}._imageLeft_1ba7q_391 ._imageWrapper_1ba7q_116,._imageRight_1ba7q_401 ._imageWrapper_1ba7q_116{flex:.75 1;height:100%;max-height:450px;max-width:275px;margin:0 auto;position:relative}._imageLeft_1ba7q_391 ._imageWrapper_1ba7q_116 img,._imageRight_1ba7q_401 ._imageWrapper_1ba7q_116 img{overflow:hidden;width:100%;object-fit:cover;height:auto}@media (max-width: 767px){._imageLeft_1ba7q_391 ._imageWrapper_1ba7q_116,._imageRight_1ba7q_401 ._imageWrapper_1ba7q_116{flex:1;justify-content:flex-start;max-height:250px;width:100%}._imageLeft_1ba7q_391 ._imageWrapper_1ba7q_116 img,._imageRight_1ba7q_401 ._imageWrapper_1ba7q_116 img{position:relative;height:100%;width:100%;min-width:150px}}._containImage_1ba7q_459{gap:var(--spacing-xl)}._containImage_1ba7q_459 ._imageWrapper_1ba7q_116{align-items:center}._fullBleedImage_1ba7q_467{padding:0;gap:0}@media (max-width: 767px){._fullBleedImage_1ba7q_467 ._imageWrapper_1ba7q_116{max-width:unset}}._fullBleedImage_1ba7q_467 ._imageWrapper_1ba7q_116 img{height:100%}._fullBleedImage_1ba7q_467 ._content_1ba7q_31{width:auto;padding:var(--spacing-md)}._image_1ba7q_116{min-height:unset}._image_1ba7q_116 ._container_1ba7q_21{padding:var(--spacing-sm);justify-content:center}._image_1ba7q_116 ._imageWrapper_1ba7q_116{width:100%;min-height:unset}._image_1ba7q_116 ._imageWrapper_1ba7q_116 ._imageWrapper_1ba7q_116 img{position:relative}.homeGrid ._textOnly_1ba7q_241 ._title_1ba7q_78{color:#fff}.homeGrid ._textOnly_1ba7q_241 ._description_1ba7q_101{color:#fff;font-size:var(--font-size-md)}.homeGrid ._fullBleed_1ba7q_303{min-height:400px}@media (min-width: 768px){.homeGrid ._fullBleed_1ba7q_303{min-height:unset}}.startMetricGrid ._textOnly_1ba7q_241{max-width:300px;margin:0 auto}.startMetricGrid ._textOnly_1ba7q_241 ._title_1ba7q_78{font-size:3rem}.conditionManagementServicesGrid ._imageLeft_1ba7q_391{min-height:235px}.conditionManagementServicesGrid ._imageLeft_1ba7q_391 ._content_1ba7q_31{flex:1}.conditionManagementServicesGrid ._imageLeft_1ba7q_391 ._title_1ba7q_78{font-size:var(--font-size-xl)}.conditionManagementServicesGrid ._imageLeft_1ba7q_391 ._imageWrapper_1ba7q_116{flex:.25}@media (max-width: 767px){.conditionManagementServicesGrid ._imageLeft_1ba7q_391 ._imageWrapper_1ba7q_116{flex:1}}.backgroundPrimary ._eyebrow_1ba7q_563,.backgroundPrimary ._title_1ba7q_78,.backgroundPrimary ._description_1ba7q_101{color:#fff}.backgroundPrimary ._cta_1ba7q_575 ._secondary_1ba7q_576{background-color:#fff}
1
+ ._cardLink_e3ax5_1{text-decoration:none;cursor:pointer}._card_e3ax5_1{background-color:transparent;min-height:100%;border-radius:var(--radius-md);position:relative;overflow:hidden}@media (max-width: 768px){._card_e3ax5_1{width:100%;max-width:none;min-width:0}}._container_e3ax5_21{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;height:100%;width:100%;padding:3.25rem var(--spacing-xl)}._content_e3ax5_31{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%}._icon_e3ax5_38{margin-bottom:var(--spacing-sm)}._icon_e3ax5_38 i,._icon_e3ax5_38 svg{font-size:2.5rem;color:var(--color-primary-100)}._cardLink_e3ax5_1:hover ._card_e3ax5_1,._modalTrigger_e3ax5_60:hover ._card_e3ax5_1{background-color:var(--color-primary-100)}._cardLink_e3ax5_1:hover ._callToAction_e3ax5_65 ._label_e3ax5_66,._modalTrigger_e3ax5_60:hover ._callToAction_e3ax5_65 ._label_e3ax5_66{opacity:1;transform:translateY(0)}._cardLink_e3ax5_1:hover ._callToAction_e3ax5_65 ._cardIcon_e3ax5_71,._modalTrigger_e3ax5_60:hover ._callToAction_e3ax5_65 ._cardIcon_e3ax5_71{background-color:var(--color-primary-100);color:#fff;border:5px solid var(--color-primary-100)}._title_e3ax5_78{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);line-height:var(--line-height-normal);text-decoration:none;flex:1;transition:color .3s ease-in-out}._title_e3ax5_78 span{transition:color .3s ease-in-out}._description_e3ax5_101{margin:0}._description_e3ax5_101:has(.inlineNumber){display:flex;gap:var(--spacing-md)}@media (max-width: 767px){._description_e3ax5_101:has(.inlineNumber){align-items:center;justify-content:center;flex-direction:column}}._imageWrapper_e3ax5_116{position:relative;height:100%;display:flex;justify-content:center}._imageWrapper_e3ax5_116 img{position:relative;height:auto}._modalTrigger_e3ax5_60{cursor:pointer}._modalTrigger_e3ax5_60 ._imageWrapper_e3ax5_116{transition:opacity .3s ease-in-out}._modalTrigger_e3ax5_60:hover ._cardIcon_e3ax5_71{background-color:var(--color-primary-100);border-color:var(--color-primary-100);color:#fff}._modalTrigger_e3ax5_60:hover ._imageWrapper_e3ax5_116{opacity:.75}._callToAction_e3ax5_65{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:var(--spacing-sm)}._callToAction_e3ax5_65 ._cardIcon_e3ax5_71{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:var(--spacing-xs);background-color:#fff;color:var(--color-primary-100);border:5px solid #fff;border-radius:var(--radius-full);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_e3ax5_65 ._label_e3ax5_66{color:var(--color-primary-100);font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}._metric_e3ax5_205 ._content_e3ax5_31{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);width:100%;height:100%;margin:0 auto}._metric_e3ax5_205 ._description_e3ax5_101{text-align:center;font-size:var(--font-size-lg)}._metric_e3ax5_205 ._outerCircle_e3ax5_222{stroke-width:10px;stroke:#ccc}._metric_e3ax5_205 ._innerCircle_e3ax5_227{stroke:var(--color-primary-100);fill:none;stroke-width:10px}._metric_e3ax5_205 ._metricLabel_e3ax5_233{position:relative;font-weight:var(--font-weight-bold);font-size:1.75rem;fill:var(--color-primary-100)}._textOnly_e3ax5_241 ._title_e3ax5_78{color:var(--color-primary-100);font-size:var(--font-size-xl)}._textOnly_e3ax5_241 ._description_e3ax5_101{color:var(--color-text-primary);font-size:var(--font-size-md)}._textOnly_e3ax5_241 ._imageWrapper_e3ax5_116{display:none}._textOnly_e3ax5_241 ._cardLink_e3ax5_1:hover ._card_e3ax5_1,._textOnly_e3ax5_241 ._modalTrigger_e3ax5_60:hover ._card_e3ax5_1{background-color:var(--color-primary-100)}._textOnly_e3ax5_241 ._cardLink_e3ax5_1:hover ._callToAction_e3ax5_65 ._label_e3ax5_66,._textOnly_e3ax5_241 ._modalTrigger_e3ax5_60:hover ._callToAction_e3ax5_65 ._label_e3ax5_66{opacity:1;transform:translateY(0);color:#fff}._textOnly_e3ax5_241 ._cardLink_e3ax5_1:hover ._callToAction_e3ax5_65 ._cardIcon_e3ax5_71,._textOnly_e3ax5_241 ._modalTrigger_e3ax5_60:hover ._callToAction_e3ax5_65 ._cardIcon_e3ax5_71{background-color:#e0eaf9;color:var(--color-primary-100);border:5px solid #e0eaf9}._imageOnly_e3ax5_278 ._container_e3ax5_21{padding:var(--spacing-md);display:flex;align-items:center;justify-content:center}._imageOnly_e3ax5_278 ._imageWrapper_e3ax5_116{display:flex;align-items:center;justify-content:center;position:relative;top:0;right:0;bottom:0;left:0;width:100%;height:100%}._imageOnly_e3ax5_278 ._imageWrapper_e3ax5_116 img{width:100%;height:100%;object-fit:cover}._fullBleed_e3ax5_303{min-height:450px}._fullBleed_e3ax5_303 ._container_e3ax5_21{display:block;padding:0}._fullBleed_e3ax5_303 ._modalTrigger_e3ax5_60{display:block}._fullBleed_e3ax5_303 ._content_e3ax5_31{position:absolute;bottom:var(--spacing-md);right:var(--spacing-md);left:var(--spacing-md);z-index:5;width:auto;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);padding:var(--spacing-lg)}._fullBleed_e3ax5_303 ._imageWrapper_e3ax5_116{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}._fullBleed_e3ax5_303 ._imageWrapper_e3ax5_116 img{width:100%;height:100%;object-fit:cover}._imageTop_e3ax5_344 ._container_e3ax5_21{height:auto;justify-content:flex-start;flex-direction:column-reverse}._imageTop_e3ax5_344 ._imageWrapper_e3ax5_116{aspect-ratio:16/9}._imageTop_e3ax5_344 ._imageWrapper_e3ax5_116 img{position:relative;width:100%;height:auto;object-fit:cover}._imageBottom_e3ax5_363 ._container_e3ax5_21{height:100%;justify-content:flex-start;flex-direction:column}._imageBottom_e3ax5_363 ._imageWrapper_e3ax5_116{height:auto;align-items:normal}@media (max-width: 767px){._imageBottom_e3ax5_363 ._imageWrapper_e3ax5_116{max-height:350px}}._imageBottom_e3ax5_363 ._imageWrapper_e3ax5_116 img{width:100%;height:auto;object-fit:cover}@media (max-width: 767px){._imageBottom_e3ax5_363 ._imageWrapper_e3ax5_116 img{position:relative}}._imageLeft_e3ax5_391 ._container_e3ax5_21{flex-direction:row-reverse}@media (max-width: 767px){._imageLeft_e3ax5_391 ._container_e3ax5_21{flex-direction:column-reverse}}._imageRight_e3ax5_401 ._container_e3ax5_21{flex-direction:row}@media (max-width: 767px){._imageRight_e3ax5_401 ._container_e3ax5_21{flex-direction:column}}._imageLeft_e3ax5_391 ._content_e3ax5_31,._imageRight_e3ax5_401 ._content_e3ax5_31{flex:.8;width:100%}._imageLeft_e3ax5_391 ._title_e3ax5_78,._imageRight_e3ax5_401 ._title_e3ax5_78{font-size:var(--font-size-xl)}._imageLeft_e3ax5_391 ._description_e3ax5_101,._imageRight_e3ax5_401 ._description_e3ax5_101{font-size:var(--font-size-md)}._imageLeft_e3ax5_391 ._imageWrapper_e3ax5_116,._imageRight_e3ax5_401 ._imageWrapper_e3ax5_116{flex:.75 1;height:100%;max-height:450px;max-width:275px;margin:0 auto;position:relative}._imageLeft_e3ax5_391 ._imageWrapper_e3ax5_116 img,._imageRight_e3ax5_401 ._imageWrapper_e3ax5_116 img{overflow:hidden;width:100%;object-fit:cover;height:auto}@media (max-width: 767px){._imageLeft_e3ax5_391 ._imageWrapper_e3ax5_116,._imageRight_e3ax5_401 ._imageWrapper_e3ax5_116{flex:1;justify-content:flex-start;max-height:250px;width:100%}._imageLeft_e3ax5_391 ._imageWrapper_e3ax5_116 img,._imageRight_e3ax5_401 ._imageWrapper_e3ax5_116 img{position:relative;height:100%;width:100%;min-width:150px}}._containImage_e3ax5_459{gap:var(--spacing-xl)}._containImage_e3ax5_459 ._imageWrapper_e3ax5_116{align-items:center}._fullBleedImage_e3ax5_467{padding:0;gap:0}@media (max-width: 767px){._fullBleedImage_e3ax5_467 ._imageWrapper_e3ax5_116{max-width:unset}}._fullBleedImage_e3ax5_467 ._imageWrapper_e3ax5_116 img{height:100%}._fullBleedImage_e3ax5_467 ._content_e3ax5_31{width:auto;padding:var(--spacing-md)}._image_e3ax5_116{min-height:unset}._image_e3ax5_116 ._container_e3ax5_21{padding:var(--spacing-sm);justify-content:center}._image_e3ax5_116 ._imageWrapper_e3ax5_116{width:100%;min-height:unset}._image_e3ax5_116 ._imageWrapper_e3ax5_116 ._imageWrapper_e3ax5_116 img{position:relative}.homeGrid ._textOnly_e3ax5_241 ._title_e3ax5_78{color:#fff}.homeGrid ._textOnly_e3ax5_241 ._description_e3ax5_101{color:#fff;font-size:var(--font-size-md)}.homeGrid ._fullBleed_e3ax5_303{min-height:400px}@media (min-width: 768px){.homeGrid ._fullBleed_e3ax5_303{min-height:unset}}.startMetricGrid ._textOnly_e3ax5_241{max-width:300px;margin:0 auto}.startMetricGrid ._textOnly_e3ax5_241 ._title_e3ax5_78{font-size:3rem}.conditionManagementServicesGrid ._imageLeft_e3ax5_391{min-height:235px}.conditionManagementServicesGrid ._imageLeft_e3ax5_391 ._content_e3ax5_31{flex:1}.conditionManagementServicesGrid ._imageLeft_e3ax5_391 ._title_e3ax5_78{font-size:var(--font-size-xl)}.conditionManagementServicesGrid ._imageLeft_e3ax5_391 ._imageWrapper_e3ax5_116{flex:.25}@media (max-width: 767px){.conditionManagementServicesGrid ._imageLeft_e3ax5_391 ._imageWrapper_e3ax5_116{flex:1}}.backgroundPrimary ._eyebrow_e3ax5_563,.backgroundPrimary ._title_e3ax5_78,.backgroundPrimary ._description_e3ax5_101{color:#fff}.backgroundPrimary ._cta_e3ax5_575 ._secondary_e3ax5_576{background-color:#fff}
package/dist/index24.css CHANGED
@@ -1 +1 @@
1
- ._carousel_1v597_1{width:100%;overflow-x:hidden}@media (max-width: 767px){._carousel_1v597_1{padding:0 var(--spacing-lg)}}._carousel_1v597_1:focus{outline:none}._carousel_1v597_1:focus-visible{outline:2px solid var(--color-primary-100);outline-offset:3px;border-radius:var(--radius-sm, 4px)}._noPointerEvents_1v597_21 *{pointer-events:none!important}._trackContainer_1v597_25{overflow:hidden;width:100%}@media (max-width: 767px){._trackContainer_1v597_25{overflow:visible}}._track_1v597_25{display:flex;transition:none;will-change:transform}._track_1v597_25._isMounted_1v597_39{transition:transform .3s ease}._page_1v597_44{display:flex;gap:var(--spacing-md)}@media (max-width: 767px){._page_1v597_44{justify-content:center;padding:0 var(--spacing-sm)}}._controls_1v597_54{display:flex;justify-content:space-between;align-items:center;margin-top:var(--spacing-md);margin-left:auto;margin-right:auto;padding:0 var(--spacing-md);width:100%}._indicators_1v597_65{display:flex;flex-wrap:wrap;max-width:125px;gap:var(--spacing-sm)}._indicator_1v597_65{width:10px;height:10px;border-radius:50%;background-color:var(--color-carousel-button-background);border:1px solid #fff;cursor:pointer;padding:0;transition:background-color .3s,transform .2s}._indicator_1v597_65._active_1v597_87{background-color:var(--color-carousel-button-text)}._indicator_1v597_65:focus{outline:none}._indicator_1v597_65:focus-visible{outline:2px solid var(--color-primary-100);outline-offset:3px}._indicator_1v597_65:not(._active_1v597_87):hover{transform:scale(1.3)}._buttons_1v597_106{display:flex;gap:var(--spacing-md)}._prev_1v597_111._disabled_1v597_111,._next_1v597_112._disabled_1v597_111{opacity:.5;pointer-events:none}._buttons_1v597_106 button:not(._disabled_1v597_111):hover{background-color:var(--color-primary-100);color:#fff}._prev_1v597_111,._next_1v597_112{background-color:var(--color-carousel-button-background);color:var(--color-carousel-button-text);border:1px solid #fff;padding:var(--spacing-sm);cursor:pointer;transition:background-color .3s,color .3s;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}._expandable_1v597_142>*{flex:1 1 0!important;min-width:0!important;width:unset!important;transition:flex .4s ease}._expandable_1v597_142:has(article:hover)>*:has(article:hover){flex:1.4 1 0!important}._expandable_1v597_142:has(article:hover)>*:not(:has(article:hover)){flex:.8 1 0!important}@media (max-width: 768px){._expandable_1v597_142>*{flex:1!important}}
1
+ ._carousel_jrudo_1{width:100%;overflow-x:hidden}@media (max-width: 767px){._carousel_jrudo_1{padding:0 var(--spacing-lg)}}._carousel_jrudo_1:focus{outline:none}._carousel_jrudo_1:focus-visible{outline:2px solid var(--color-primary-100);outline-offset:3px;border-radius:var(--radius-sm, 4px)}._noPointerEvents_jrudo_21 *{pointer-events:none!important}._trackContainer_jrudo_25{overflow:hidden;width:100%}@media (max-width: 767px){._trackContainer_jrudo_25{overflow:visible}}._track_jrudo_25{display:flex;transition:none;will-change:transform}._track_jrudo_25._isMounted_jrudo_39{transition:transform .3s ease}._page_jrudo_44{display:flex;gap:var(--spacing-md)}@media (max-width: 767px){._page_jrudo_44{justify-content:center;padding:0 var(--spacing-sm)}}._controls_jrudo_54{display:flex;justify-content:space-between;align-items:center;margin-top:var(--spacing-md);margin-left:auto;margin-right:auto;padding:0 var(--spacing-md);width:100%}._indicators_jrudo_65{display:flex;flex-wrap:wrap;max-width:125px;gap:var(--spacing-sm)}._indicator_jrudo_65{width:10px;height:10px;border-radius:50%;background-color:var(--color-carousel-button-background);border:1px solid #fff;cursor:pointer;padding:0;transition:background-color .3s,transform .2s}._indicator_jrudo_65._active_jrudo_87{background-color:var(--color-carousel-button-text)}._indicator_jrudo_65:focus{outline:none}._indicator_jrudo_65:focus-visible{outline:2px solid var(--color-primary-100);outline-offset:3px}._indicator_jrudo_65:not(._active_jrudo_87):hover{transform:scale(1.3)}._buttons_jrudo_106{display:flex;gap:var(--spacing-md)}._prev_jrudo_111._disabled_jrudo_111,._next_jrudo_112._disabled_jrudo_111{opacity:.5;pointer-events:none}._buttons_jrudo_106 button:not(._disabled_jrudo_111):hover{background-color:var(--color-primary-100);color:#fff}._prev_jrudo_111,._next_jrudo_112{background-color:var(--color-carousel-button-background);color:var(--color-carousel-button-text);border:1px solid #fff;padding:var(--spacing-sm);cursor:pointer;transition:background-color .3s,color .3s;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}._prev_jrudo_111._hover_jrudo_139,._next_jrudo_112._hover_jrudo_139{background-color:var(--color-carousel-button-hover-background);color:var(--color-carousel-button-hover-text)}._expandable_jrudo_147>*{flex:1 1 0!important;min-width:0!important;width:unset!important;transition:flex .4s ease}._expandable_jrudo_147:has(article:hover)>*:has(article:hover){flex:1.4 1 0!important}._expandable_jrudo_147:has(article:hover)>*:not(:has(article:hover)){flex:.8 1 0!important}@media (max-width: 768px){._expandable_jrudo_147>*{flex:1!important}}
package/dist/index38.css CHANGED
@@ -1 +1 @@
1
- ._overlay_6t5hy_2{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_6t5hy_1 .2s ease;padding:var(--spacing-md, 1rem);overflow-y:auto}._container_6t5hy_19{position:relative;display:flex;flex-direction:column}._size-sm_6t5hy_26{width:90%;max-width:400px}._size-md_6t5hy_30{width:90%;max-width:600px}._size-lg_6t5hy_34{width:90%;max-width:800px}._size-xl_6t5hy_38{width:90%;max-width:1200px}._size-full_6t5hy_42{width:95%;height:95dvh;max-height:95dvh}._modal_6t5hy_49{position:relative;background-color:var(--color-background, #fff);border-radius:var(--radius-lg, .5rem);padding:var(--spacing-xl, 2rem);max-height:90dvh;overflow-y:auto;animation:_slideUp_6t5hy_1 .3s ease}._closeButton_6t5hy_60{background:none;border:none;cursor:pointer;padding:var(--spacing-xs, .25rem);margin-bottom:var(--spacing-xs);border-radius:var(--radius-sm, .25rem);color:#fff;transition:all .2s ease;display:flex;align-items:center;justify-content:center;align-self:flex-end;z-index:1}._closeButton_6t5hy_60:hover{background-color:var(--color-secondary-10, #f5f5f5);color:var(--color-text-primary, #333)}._closeButton_6t5hy_60:focus-visible{outline:2px solid var(--color-primary-100, #007bff);outline-offset:2px}._title_6t5hy_87{font-size:var(--font-size-xl, 1.5rem);font-weight:var(--font-weight-bold, 700);color:var(--color-heading, #111);margin-bottom:var(--spacing-lg, 1.5rem);padding-right:var(--spacing-xl, 2rem);line-height:var(--line-height-heading, 1.2)}._content_6t5hy_97{color:var(--color-text-primary, #333);line-height:var(--line-height-normal, 1.5);display:flex;flex-direction:column;gap:var(--spacing-xl)}._content_6t5hy_97 video,._content_6t5hy_97 img{max-width:100%;height:auto;border-radius:var(--radius-md, .5rem)}._content_6t5hy_97 video{width:100%}._intro_6t5hy_116{margin-bottom:var(--spacing-lg, 1.5rem);padding-bottom:var(--spacing-lg, 1.5rem);border-bottom:1px solid var(--color-border, #e5e7eb)}._trigger_6t5hy_123{width:auto;display:inline-block;cursor:pointer}@keyframes _fadeIn_6t5hy_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_6t5hy_1{0%{opacity:1}to{opacity:0}}@keyframes _slideUp_6t5hy_1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 767px){._overlay_6t5hy_2{align-items:flex-end;justify-content:stretch;padding:0;overflow:hidden}._overlay_6t5hy_2._closing_6t5hy_170{animation:_fadeOut_6t5hy_1 .3s ease forwards}._container_6t5hy_19{width:100%;max-width:100%;max-height:92dvh;display:flex;flex-direction:column;border-radius:var(--radius-lg, .5rem) var(--radius-lg, .5rem) 0 0;background-color:var(--color-background, #fff);animation:_slideUpSheet_6t5hy_1 .3s cubic-bezier(.16,1,.3,1) forwards}._container_6t5hy_19._closing_6t5hy_170{animation:_slideDownSheet_6t5hy_1 .3s cubic-bezier(.16,1,.3,1) forwards}._size-sm_6t5hy_26,._size-md_6t5hy_30,._size-lg_6t5hy_34,._size-xl_6t5hy_38,._size-full_6t5hy_42{width:100%;max-width:100%;height:100%;max-height:92dvh}._closeButton_6t5hy_60{color:var(--color-text-primary, #333);align-self:flex-end;margin:var(--spacing-sm)}._modal_6t5hy_49{border-radius:var(--radius-lg, .5rem) var(--radius-lg, .5rem) 0 0;padding:2.5rem var(--spacing-lg) var(--spacing-lg, 1.5rem);flex:1;overflow-y:scroll;-webkit-overflow-scrolling:touch;max-height:none;animation:none;transform:none;overscroll-behavior:contain;position:absolute;height:100%}._content_6t5hy_97{height:unset;width:100%}._title_6t5hy_87{font-size:var(--font-size-lg, 1.25rem);padding-right:0}}@keyframes _slideUpSheet_6t5hy_1{0%{transform:translateY(150%);opacity:.75}to{transform:translateY(0);opacity:1}}@keyframes _slideDownSheet_6t5hy_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}
1
+ ._overlay_1dim9_2{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1dim9_1 .2s ease;padding:var(--spacing-md, 1rem);overflow-y:auto}._container_1dim9_19{position:relative;display:flex;flex-direction:column}._size-sm_1dim9_26{width:90%;max-width:400px}._size-md_1dim9_30{width:90%;max-width:600px}._size-lg_1dim9_34{width:90%;max-width:800px}._size-xl_1dim9_38{width:90%;max-width:1200px}._size-full_1dim9_42{width:95%;height:95dvh;max-height:95dvh}._modal_1dim9_49{position:relative;background-color:var(--color-background, #fff);border-radius:var(--radius-lg, .5rem);padding:var(--spacing-xl, 2rem);max-height:90dvh;overflow-y:auto;animation:_slideUp_1dim9_1 .3s ease}._closeButton_1dim9_60{background:none;border:none;cursor:pointer;padding:var(--spacing-xs, .25rem);margin-bottom:var(--spacing-xs);border-radius:var(--radius-sm, .25rem);color:#fff;transition:all .2s ease;display:flex;align-items:center;justify-content:center;align-self:flex-end;z-index:1}._closeButton_1dim9_60:hover{background-color:var(--color-secondary-10, #f5f5f5);color:var(--color-text-primary, #333)}._closeButton_1dim9_60:focus-visible{outline:2px solid var(--color-primary-100, #007bff);outline-offset:2px}._title_1dim9_87{font-size:var(--font-size-xl, 1.5rem);font-weight:var(--font-weight-bold, 700);color:var(--color-heading, #111);margin-bottom:var(--spacing-lg, 1.5rem);padding-right:var(--spacing-xl, 2rem);line-height:var(--line-height-heading, 1.2)}._content_1dim9_97{color:var(--color-text-primary, #333);line-height:var(--line-height-normal, 1.5);display:flex;flex-direction:column;gap:var(--spacing-xl)}._content_1dim9_97 video,._content_1dim9_97 img{max-width:100%;height:auto;border-radius:var(--radius-md, .5rem)}._content_1dim9_97 video{width:100%}._intro_1dim9_116{margin-bottom:var(--spacing-lg, 1.5rem);padding-bottom:var(--spacing-lg, 1.5rem);border-bottom:1px solid var(--color-border, #e5e7eb)}._trigger_1dim9_123{width:auto;display:inline-block;cursor:pointer}@keyframes _fadeIn_1dim9_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1dim9_1{0%{opacity:1}to{opacity:0}}@keyframes _slideUp_1dim9_1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 767px){._overlay_1dim9_2{align-items:flex-end;justify-content:stretch;padding:0;overflow:hidden;height:100dvh;animation:_overlayFadeIn_1dim9_1 .2s ease forwards}._overlay_1dim9_2._closing_1dim9_175{animation:_fadeOut_1dim9_1 .28s ease forwards}._container_1dim9_19{width:100%;max-width:100%;max-height:92dvh;display:flex;flex-direction:column;border-radius:var(--radius-lg, .5rem) var(--radius-lg, .5rem) 0 0;background-color:var(--color-background, #fff);animation:_slideUpSheet_1dim9_1 .32s cubic-bezier(.32,.72,0,1) forwards;padding-bottom:env(safe-area-inset-bottom)}._container_1dim9_19._closing_1dim9_175{animation:_slideDownSheet_1dim9_1 .28s cubic-bezier(.32,.72,0,1) forwards}._size-sm_1dim9_26,._size-md_1dim9_30,._size-lg_1dim9_34,._size-xl_1dim9_38,._size-full_1dim9_42{width:100%;max-width:100%;max-height:92dvh;height:auto}._closeButton_1dim9_60{color:var(--color-text-primary, #333);align-self:flex-end;flex-shrink:0;margin:var(--spacing-sm) var(--spacing-sm) 0}._modal_1dim9_49{border-radius:0;padding:var(--spacing-md) var(--spacing-lg) var(--spacing-lg);flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;animation:none;max-height:none}._content_1dim9_97{width:100%}._title_1dim9_87{font-size:var(--font-size-lg, 1.25rem);padding-right:0}}@keyframes _overlayFadeIn_1dim9_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpSheet_1dim9_1{0%{transform:translateY(150%);opacity:.75}to{transform:translateY(0);opacity:1}}@keyframes _slideDownSheet_1dim9_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../index17.css');const a=require("react/jsx-runtime"),j=require("../../../core/components/Modal/index.cjs"),O=require("../../utils/resolveLinkUrl.cjs"),S=require("../../hooks/useMediaQuery.cjs"),$=require("../../hooks/useStyleClasses.cjs"),U=require("../../../core/context/ThemeContext.cjs"),d=require("../../utils/mediaUtils.cjs"),P=require("../../../play-CQBnZgNa.cjs"),F=require("../../../arrow-right-DO6S4vfx.cjs"),W="_cardLink_1ba7q_1",z="_card_1ba7q_1",G="_container_1ba7q_21",D="_content_1ba7q_31",E="_icon_1ba7q_38",Q="_modalTrigger_1ba7q_60",Y="_callToAction_1ba7q_65",H="_label_1ba7q_66",J="_cardIcon_1ba7q_71",K="_title_1ba7q_78",X="_description_1ba7q_101",Z="_imageWrapper_1ba7q_116",V="_metric_1ba7q_205",R="_outerCircle_1ba7q_222",A="_innerCircle_1ba7q_227",T="_metricLabel_1ba7q_233",ee="_textOnly_1ba7q_241",ae="_imageOnly_1ba7q_278",se="_fullBleed_1ba7q_303",te="_imageTop_1ba7q_344",ne="_imageBottom_1ba7q_363",oe="_imageLeft_1ba7q_391",re="_imageRight_1ba7q_401",le="_containImage_1ba7q_459",ie="_fullBleedImage_1ba7q_467",ce="_image_1ba7q_116",_e="_eyebrow_1ba7q_563",me="_cta_1ba7q_575",de="_secondary_1ba7q_576",e={cardLink:W,card:z,container:G,content:D,icon:E,modalTrigger:Q,callToAction:Y,label:H,cardIcon:J,title:K,description:X,imageWrapper:Z,metric:V,outerCircle:R,innerCircle:A,metricLabel:T,textOnly:ee,imageOnly:ae,fullBleed:se,imageTop:te,imageBottom:ne,imageLeft:oe,imageRight:re,containImage:le,fullBleedImage:ie,image:ce,eyebrow:_e,cta:me,secondary:de},p={"full-bleed":e.fullBleed,text:e.textOnly,metric:e.metric,"image-left":e.imageLeft,"image-right":e.imageRight,"image-top":e.imageTop,"image-bottom":e.imageBottom,"image-only":e.imageOnly};function ge({value:s}){if(!s.includes("%"))return a.jsx("div",{className:e.metric});const t=125,n=(t-10)/2,o=2*Math.PI*n,i=o-parseFloat(s)/100*o;return a.jsxs("svg",{width:t,height:t,viewBox:`0 0 ${t} ${t}`,children:[a.jsx("circle",{className:e.outerCircle,cx:t/2,cy:t/2,r:n,fill:"none"}),a.jsx("circle",{className:e.innerCircle,cx:t/2,cy:t/2,r:n,fill:"none",strokeDasharray:o,strokeDashoffset:i,strokeLinecap:"round",transform:`rotate(-90 ${t/2} ${t/2})`}),a.jsx("text",{className:e.metricLabel,x:"50%",y:"52%",dominantBaseline:"middle",textAnchor:"middle",children:s})]})}function be({callToAction:s,resolvedUrl:t,children:n,renderRichText:o}){var i,_;switch(s==null?void 0:s.type){case"link":return a.jsx("a",{className:e.cardLink,"aria-label":s.ariaLabel||s.label,href:t,target:((i=s.linkOptions)==null?void 0:i.linkType)==="external"?"_blank":"_self",rel:((_=s.linkOptions)==null?void 0:_.linkType)==="external"?"noopener noreferrer":"",children:n});case"modal":return a.jsx(j.Modal,{className:e.modalTrigger,trigger:n,content:s.modalContent?o==null?void 0:o({blocks:s.modalContent}):void 0});case"video":return a.jsx(j.Modal,{className:e.modalTrigger,trigger:n,content:a.jsx("video",{src:s.videoUrl,controls:!0,autoPlay:!0})});case"download":return a.jsx("a",{className:e.cardLink,"aria-label":s.ariaLabel||s.label,href:t,download:!0,target:"_blank",rel:"noopener noreferrer",children:n});default:return a.jsx(a.Fragment,{children:n})}}function ue({style:s,variant:t="noImage",metricValue:n,eyebrow:o,title:i,description:_,image:c,icon:g,callToAction:r,onHover:v,onLeave:k,gridArea:b,styleOptions:N,renderImage:u,renderRichText:l}){const{mode:q}=U.useTheme(),y=S.useMediaQuery("(max-width: 767px)"),L=$.useStyleClasses(N),h=O.resolveLinkURL(r),m=d.resolveImageUrl(c,q),f=d.resolveAltText(c,q),x=d.resolveImageStyle(c,y),C=(c==null?void 0:c.layout)==="cover",B=p[s??"image-top"]??p["image-top"],I=c&&m?a.jsx("div",{className:e.imageWrapper,children:u?u({src:m,alt:f,width:600,height:658,style:s==="full-bleed"?{objectFit:"cover",objectPosition:"top"}:x}):a.jsx("img",{src:m,alt:f,width:600,height:658,style:x})}):null,w=!n&&!o&&!i&&!_,M=a.jsxs(a.Fragment,{children:[a.jsxs("div",{className:`${e.container} ${C?e.fullBleedImage:e.containImage}`,children:[t!=="image"&&!w&&a.jsxs("div",{className:e.content,children:[g&&a.jsx("div",{className:e.icon,children:a.jsx("i",{className:g})}),n&&a.jsx(ge,{value:n}),o&&(l==null?void 0:l({blocks:o,className:e.eyebrow})),i&&(l==null?void 0:l({blocks:i,className:e.title})),_&&(l==null?void 0:l({blocks:_,className:e.description}))]}),I]}),(r==null?void 0:r.videoUrl)&&a.jsxs("div",{className:e.callToAction,children:[a.jsx("div",{className:e.label,children:r.label}),a.jsx("div",{className:e.cardIcon,children:a.jsx(P.Play,{size:45})})]}),(r==null?void 0:r.type)==="link"&&a.jsxs("div",{className:e.callToAction,children:[a.jsx("div",{className:e.label,children:r.label}),a.jsx("div",{className:e.cardIcon,children:a.jsx(F.ArrowRight,{size:45})})]})]});return a.jsx("div",{className:[L,e.card,B,e[t]??""].filter(Boolean).join(" "),onMouseEnter:v,onMouseLeave:k,style:b&&!y?{gridArea:b}:{},children:a.jsx(be,{callToAction:r,resolvedUrl:h,renderRichText:l,children:M})})}exports.GridCard=ue;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../index17.css');const a=require("react/jsx-runtime"),p=require("../../../core/components/Modal/index.cjs"),q=require("../../utils/resolveLinkUrl.cjs"),S=require("../../hooks/useMediaQuery.cjs"),$=require("../../hooks/useStyleClasses.cjs"),U=require("../../../core/context/ThemeContext.cjs"),d=require("../../utils/mediaUtils.cjs"),P=require("../../../play-CQBnZgNa.cjs"),F=require("../../../arrow-right-DO6S4vfx.cjs"),W="_cardLink_e3ax5_1",z="_card_e3ax5_1",G="_container_e3ax5_21",D="_content_e3ax5_31",E="_icon_e3ax5_38",Q="_modalTrigger_e3ax5_60",Y="_callToAction_e3ax5_65",H="_label_e3ax5_66",J="_cardIcon_e3ax5_71",K="_title_e3ax5_78",X="_description_e3ax5_101",Z="_imageWrapper_e3ax5_116",V="_metric_e3ax5_205",R="_outerCircle_e3ax5_222",A="_innerCircle_e3ax5_227",T="_metricLabel_e3ax5_233",ee="_textOnly_e3ax5_241",ae="_imageOnly_e3ax5_278",se="_fullBleed_e3ax5_303",te="_imageTop_e3ax5_344",ne="_imageBottom_e3ax5_363",oe="_imageLeft_e3ax5_391",re="_imageRight_e3ax5_401",le="_containImage_e3ax5_459",ie="_fullBleedImage_e3ax5_467",ce="_image_e3ax5_116",_e="_eyebrow_e3ax5_563",me="_cta_e3ax5_575",de="_secondary_e3ax5_576",e={cardLink:W,card:z,container:G,content:D,icon:E,modalTrigger:Q,callToAction:Y,label:H,cardIcon:J,title:K,description:X,imageWrapper:Z,metric:V,outerCircle:R,innerCircle:A,metricLabel:T,textOnly:ee,imageOnly:ae,fullBleed:se,imageTop:te,imageBottom:ne,imageLeft:oe,imageRight:re,containImage:le,fullBleedImage:ie,image:ce,eyebrow:_e,cta:me,secondary:de},v={"full-bleed":e.fullBleed,text:e.textOnly,metric:e.metric,"image-left":e.imageLeft,"image-right":e.imageRight,"image-top":e.imageTop,"image-bottom":e.imageBottom,"image-only":e.imageOnly};function ge({value:s}){if(!s.includes("%"))return a.jsx("div",{className:e.metric});const t=125,n=(t-10)/2,o=2*Math.PI*n,i=o-parseFloat(s)/100*o;return a.jsxs("svg",{width:t,height:t,viewBox:`0 0 ${t} ${t}`,children:[a.jsx("circle",{className:e.outerCircle,cx:t/2,cy:t/2,r:n,fill:"none"}),a.jsx("circle",{className:e.innerCircle,cx:t/2,cy:t/2,r:n,fill:"none",strokeDasharray:o,strokeDashoffset:i,strokeLinecap:"round",transform:`rotate(-90 ${t/2} ${t/2})`}),a.jsx("text",{className:e.metricLabel,x:"50%",y:"52%",dominantBaseline:"middle",textAnchor:"middle",children:s})]})}function xe({callToAction:s,resolvedUrl:t,children:n,renderRichText:o}){var i,_;switch(s==null?void 0:s.type){case"link":return a.jsx("a",{className:e.cardLink,"aria-label":s.ariaLabel||s.label,href:t,target:((i=s.linkOptions)==null?void 0:i.linkType)==="external"?"_blank":"_self",rel:((_=s.linkOptions)==null?void 0:_.linkType)==="external"?"noopener noreferrer":"",children:n});case"modal":return a.jsx(p.Modal,{className:e.modalTrigger,trigger:n,content:s.modalContent?o==null?void 0:o({blocks:s.modalContent}):void 0});case"video":return a.jsx(p.Modal,{className:e.modalTrigger,trigger:n,content:a.jsx("video",{src:s.videoUrl,controls:!0,autoPlay:!0})});case"download":return a.jsx("a",{className:e.cardLink,"aria-label":s.ariaLabel||s.label,href:t,download:!0,target:"_blank",rel:"noopener noreferrer",children:n});default:return a.jsx(a.Fragment,{children:n})}}function ue({style:s,variant:t="noImage",metricValue:n,eyebrow:o,title:i,description:_,image:c,icon:g,callToAction:r,onHover:k,onLeave:N,gridArea:x,styleOptions:L,renderImage:u,renderRichText:l}){const{mode:y}=U.useTheme(),f=S.useMediaQuery("(max-width: 767px)"),h=$.useStyleClasses(L),C=q.resolveLinkURL(r),m=d.resolveImageUrl(c,y),b=d.resolveAltText(c,y),j=d.resolveImageStyle(c,f),B=(c==null?void 0:c.layout)==="cover",I=v[s??"image-top"]??v["image-top"],w=c&&m?a.jsx("div",{className:e.imageWrapper,children:u?u({src:m,alt:b,width:600,height:658,style:s==="full-bleed"?{objectFit:"cover",objectPosition:"top"}:j}):a.jsx("img",{src:m,alt:b,width:600,height:658,style:j})}):null,M=!n&&!o&&!i&&!_,O=a.jsxs(a.Fragment,{children:[a.jsxs("div",{className:`${e.container} ${B?e.fullBleedImage:e.containImage}`,children:[t!=="image"&&!M&&a.jsxs("div",{className:e.content,children:[g&&a.jsx("div",{className:e.icon,children:a.jsx("i",{className:g})}),n&&a.jsx(ge,{value:n}),o&&(l==null?void 0:l({blocks:o,className:e.eyebrow})),i&&(l==null?void 0:l({blocks:i,className:e.title})),_&&(l==null?void 0:l({blocks:_,className:e.description}))]}),w]}),(r==null?void 0:r.videoUrl)&&a.jsxs("div",{className:e.callToAction,children:[a.jsx("div",{className:e.label,children:r.label}),a.jsx("div",{className:e.cardIcon,children:a.jsx(P.Play,{size:45})})]}),(r==null?void 0:r.type)==="link"&&a.jsxs("div",{className:e.callToAction,children:[a.jsx("div",{className:e.label,children:r.label}),a.jsx("div",{className:e.cardIcon,children:a.jsx(F.ArrowRight,{size:45})})]})]});return a.jsx("div",{className:[h,e.card,I,e[t]??""].filter(Boolean).join(" "),onMouseEnter:k,onMouseLeave:N,style:x&&!f?{gridArea:x}:{},children:a.jsx(xe,{callToAction:r,resolvedUrl:C,renderRichText:l,children:O})})}exports.GridCard=ue;
@@ -7,10 +7,10 @@ import { useTheme as F } from "../../../core/context/ThemeContext.mjs";
7
7
  import { resolveImageUrl as W, resolveAltText as z, resolveImageStyle as D } from "../../utils/mediaUtils.mjs";
8
8
  import { P as E } from "../../../play-DYgKiSaf.js";
9
9
  import { A as G } from "../../../arrow-right-QEwnX3Sk.js";
10
- import '../../../index17.css';const x = "_cardLink_1ba7q_1", Q = "_card_1ba7q_1", Y = "_container_1ba7q_21", H = "_content_1ba7q_31", J = "_icon_1ba7q_38", K = "_modalTrigger_1ba7q_60", X = "_callToAction_1ba7q_65", Z = "_label_1ba7q_66", V = "_cardIcon_1ba7q_71", R = "_title_1ba7q_78", A = "_description_1ba7q_101", T = "_imageWrapper_1ba7q_116", ee = "_metric_1ba7q_205", ae = "_outerCircle_1ba7q_222", te = "_innerCircle_1ba7q_227", se = "_metricLabel_1ba7q_233", oe = "_textOnly_1ba7q_241", ne = "_imageOnly_1ba7q_278", re = "_fullBleed_1ba7q_303", le = "_imageTop_1ba7q_344", ie = "_imageBottom_1ba7q_363", ce = "_imageLeft_1ba7q_391", me = "_imageRight_1ba7q_401", _e = "_containImage_1ba7q_459", de = "_fullBleedImage_1ba7q_467", ge = "_image_1ba7q_116", be = "_eyebrow_1ba7q_563", fe = "_cta_1ba7q_575", ue = "_secondary_1ba7q_576", e = {
11
- cardLink: x,
12
- card: Q,
13
- container: Y,
10
+ import '../../../index17.css';const Q = "_cardLink_e3ax5_1", Y = "_card_e3ax5_1", q = "_container_e3ax5_21", H = "_content_e3ax5_31", J = "_icon_e3ax5_38", K = "_modalTrigger_e3ax5_60", X = "_callToAction_e3ax5_65", Z = "_label_e3ax5_66", V = "_cardIcon_e3ax5_71", R = "_title_e3ax5_78", A = "_description_e3ax5_101", T = "_imageWrapper_e3ax5_116", ee = "_metric_e3ax5_205", ae = "_outerCircle_e3ax5_222", te = "_innerCircle_e3ax5_227", se = "_metricLabel_e3ax5_233", oe = "_textOnly_e3ax5_241", ne = "_imageOnly_e3ax5_278", re = "_fullBleed_e3ax5_303", le = "_imageTop_e3ax5_344", ie = "_imageBottom_e3ax5_363", ce = "_imageLeft_e3ax5_391", me = "_imageRight_e3ax5_401", _e = "_containImage_e3ax5_459", de = "_fullBleedImage_e3ax5_467", ge = "_image_e3ax5_116", fe = "_eyebrow_e3ax5_563", ue = "_cta_e3ax5_575", pe = "_secondary_e3ax5_576", e = {
11
+ cardLink: Q,
12
+ card: Y,
13
+ container: q,
14
14
  content: H,
15
15
  icon: J,
16
16
  modalTrigger: K,
@@ -34,9 +34,9 @@ import '../../../index17.css';const x = "_cardLink_1ba7q_1", Q = "_card_1ba7q_1"
34
34
  containImage: _e,
35
35
  fullBleedImage: de,
36
36
  image: ge,
37
- eyebrow: be,
38
- cta: fe,
39
- secondary: ue
37
+ eyebrow: fe,
38
+ cta: ue,
39
+ secondary: pe
40
40
  }, N = {
41
41
  "full-bleed": e.fullBleed,
42
42
  text: e.textOnly,
@@ -47,7 +47,7 @@ import '../../../index17.css';const x = "_cardLink_1ba7q_1", Q = "_card_1ba7q_1"
47
47
  "image-bottom": e.imageBottom,
48
48
  "image-only": e.imageOnly
49
49
  };
50
- function pe({ value: t }) {
50
+ function ye({ value: t }) {
51
51
  if (!t.includes("%")) return /* @__PURE__ */ a("div", { className: e.metric });
52
52
  const s = 125, o = (s - 10) / 2, n = 2 * Math.PI * o, i = n - parseFloat(t) / 100 * n;
53
53
  return /* @__PURE__ */ _("svg", { width: s, height: s, viewBox: `0 0 ${s} ${s}`, children: [
@@ -88,7 +88,7 @@ function pe({ value: t }) {
88
88
  )
89
89
  ] });
90
90
  }
91
- function ye({
91
+ function be({
92
92
  callToAction: t,
93
93
  resolvedUrl: s,
94
94
  children: o,
@@ -155,25 +155,25 @@ function we({
155
155
  callToAction: r,
156
156
  onHover: L,
157
157
  onLeave: h,
158
- gridArea: b,
158
+ gridArea: f,
159
159
  styleOptions: B,
160
- renderImage: f,
160
+ renderImage: u,
161
161
  renderRichText: l
162
162
  }) {
163
- const { mode: u } = F(), p = j("(max-width: 767px)"), C = U(B), I = $(r), d = W(c, u), y = z(c, u), q = D(c, p), w = (c == null ? void 0 : c.layout) === "cover", O = N[t ?? "image-top"] ?? N["image-top"], M = c && d ? /* @__PURE__ */ a("div", { className: e.imageWrapper, children: f ? f({
163
+ const { mode: p } = F(), y = j("(max-width: 767px)"), C = U(B), I = $(r), d = W(c, p), b = z(c, p), x = D(c, y), w = (c == null ? void 0 : c.layout) === "cover", O = N[t ?? "image-top"] ?? N["image-top"], M = c && d ? /* @__PURE__ */ a("div", { className: e.imageWrapper, children: u ? u({
164
164
  src: d,
165
- alt: y,
165
+ alt: b,
166
166
  width: 600,
167
167
  height: 658,
168
- style: t === "full-bleed" ? { objectFit: "cover", objectPosition: "top" } : q
168
+ style: t === "full-bleed" ? { objectFit: "cover", objectPosition: "top" } : x
169
169
  }) : /* @__PURE__ */ a(
170
170
  "img",
171
171
  {
172
172
  src: d,
173
- alt: y,
173
+ alt: b,
174
174
  width: 600,
175
175
  height: 658,
176
- style: q
176
+ style: x
177
177
  }
178
178
  ) }) : null, P = !o && !n && !i && !m, S = /* @__PURE__ */ _(k, { children: [
179
179
  /* @__PURE__ */ _(
@@ -183,7 +183,7 @@ function we({
183
183
  children: [
184
184
  s !== "image" && !P && /* @__PURE__ */ _("div", { className: e.content, children: [
185
185
  g && /* @__PURE__ */ a("div", { className: e.icon, children: /* @__PURE__ */ a("i", { className: g }) }),
186
- o && /* @__PURE__ */ a(pe, { value: o }),
186
+ o && /* @__PURE__ */ a(ye, { value: o }),
187
187
  n && (l == null ? void 0 : l({ blocks: n, className: e.eyebrow })),
188
188
  i && (l == null ? void 0 : l({ blocks: i, className: e.title })),
189
189
  m && (l == null ? void 0 : l({
@@ -215,9 +215,9 @@ function we({
215
215
  ].filter(Boolean).join(" "),
216
216
  onMouseEnter: L,
217
217
  onMouseLeave: h,
218
- style: b && !p ? { gridArea: b } : {},
218
+ style: f && !y ? { gridArea: f } : {},
219
219
  children: /* @__PURE__ */ a(
220
- ye,
220
+ be,
221
221
  {
222
222
  callToAction: r,
223
223
  resolvedUrl: I,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quirk-ui",
3
3
  "private": false,
4
- "version": "0.1.207",
4
+ "version": "0.1.209",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {