@adam-milo/ui 1.0.136 β 1.0.137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +10 -10
- package/dist/src/components/forms/phone-input/PhoneInput.component.d.ts.map +1 -1
- package/dist/src/components/forms/phone-input/PhoneInput.types.d.ts +2 -0
- package/dist/src/components/forms/phone-input/PhoneInput.types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index15.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("react"),a=require("react-dom"),r=require("./index67.cjs"),n=require("@adam-milo/icons"),o=require("./index69.cjs"),s=require("./index79.cjs"),i=require("./index81.cjs"),l={name:"United States",dialCode:"+1",flag:"πΊπΈ",mask:o.defaultPhoneMask},d=t.forwardRef(({label:d,error:c,helperText:u,fullWidth:p=!0,value:h="",onChange:y,countryCode:f,initialCountryCode:m,onCountryChange:g,countries:
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("react"),a=require("react-dom"),r=require("./index67.cjs"),n=require("@adam-milo/icons"),o=require("./index69.cjs"),s=require("./index79.cjs"),i=require("./index81.cjs"),l={name:"United States",dialCode:"+1",flag:"πΊπΈ",mask:o.defaultPhoneMask},d=t.forwardRef(({label:d,error:c,helperText:u,fullWidth:p=!0,value:h="",onChange:y,countryCode:f,initialCountryCode:m,onCountryChange:g,countries:x,enableFormatting:S=!0,maxNationalDigits:v=o.E164_MAX_NATIONAL_DIGITS,onValidationChange:w,disabled:b,required:$,placeholder:N,id:C,"data-cy":D,"data-testid":k,className:E,onFocus:I,onBlur:j,...M},L)=>{const[A,P]=t.useState(!1),[_,T]=t.useState(!1),[q,F]=t.useState(0),[W,O]=t.useState({top:0,left:0,width:0}),[R,B]=t.useState(()=>f??m??"US"),G=f??R,X=t.useId(),V=C||X,z=`${V}-error`,K=`${V}-helper`,U=`${V}-listbox`,H=t.useRef(null),J=t.useRef(null),Q=t.useRef(null),Y=t.useRef(null),Z=D||"phone-input",ee=k||"phone-input",te=x.find(e=>e.code===G)||x[0]||l,ae=te.mask??o.defaultPhoneMask,re=Number.isFinite(v)?Math.min(Math.max(Math.floor(v),1),o.E164_MAX_NATIONAL_DIGITS):o.E164_MAX_NATIONAL_DIGITS,ne=N??ae.placeholder,oe=d&&$&&!d.includes("*")?`${d}*`:d,se=te.dialCode.replace(/\D/g,"").length,ie=o.getPhoneDigits(h),le=h.startsWith("+")?ie.slice(se):ie,de=S?o.formatWithMask(le,ae):le;t.useLayoutEffect(()=>{if(!A||!J.current)return;const e=()=>{if(J.current){const e=J.current.getBoundingClientRect();O({top:e.bottom+8,left:e.left,width:Math.max(e.width,320)})}};return e(),window.addEventListener("scroll",e,!0),window.addEventListener("resize",e),()=>{window.removeEventListener("scroll",e,!0),window.removeEventListener("resize",e)}},[A]),t.useEffect(()=>{const e=e=>{const t=e.target,a=H.current?.contains(t),r=Q.current?.contains(t);a||r||P(!1)};return A&&document.addEventListener("pointerdown",e),()=>{document.removeEventListener("pointerdown",e)}},[A]),t.useEffect(()=>{if(!A)return;const e=Q.current;if(!e)return;const t=e=>e.stopPropagation(),a={passive:!1};return e.addEventListener("touchmove",t,a),e.addEventListener("wheel",t,a),()=>{e.removeEventListener("touchmove",t),e.removeEventListener("wheel",t)}},[A]);const ce=t.useCallback(e=>{void 0===f&&B(e.code),g?.(e);const t=o.getPhoneDigits(h),a=te.dialCode.replace(/\D/g,"").length,r=h.startsWith("+")?t.slice(a):t;y?.(`${e.dialCode}${r}`),P(!1),setTimeout(()=>{const e=H.current?.querySelector("input");e?.focus()},0)},[f,g,y,h,te.dialCode]),ue=t.useCallback(e=>{switch(e.key){case"ArrowDown":e.preventDefault(),F(e=>Math.min(e+1,x.length-1));break;case"ArrowUp":e.preventDefault(),F(e=>Math.max(e-1,0));break;case"Enter":case" ":e.preventDefault(),ce(x[q]);break;case"Escape":e.preventDefault(),P(!1),Y.current?.focus();break;case"Tab":P(!1)}},[x,q,ce]),pe=b?"disabled":c?"error":_||A?"focus":"idle";return e.jsxs("div",{ref:H,className:r.cn(i.wrapperStyles,p&&i.wrapperFullWidthStyles),"data-cy":`${Z}-wrapper`,"data-testid":`${ee}-wrapper`,children:[d&&e.jsx("label",{htmlFor:V,className:i.labelStyles,"data-cy":`${Z}-label`,"data-testid":`${ee}-label`,children:oe}),e.jsxs("div",{ref:J,className:r.cn(i.containerBaseStyles,p&&i.containerFullWidthStyles,"focus"===pe&&i.containerFocusStyles,"error"===pe&&i.containerErrorStyles,"disabled"===pe&&i.containerDisabledStyles,"idle"===pe&&i.containerIdleStyles),"data-state":pe,"data-cy":`${Z}-container`,"data-testid":`${ee}-container`,children:[e.jsxs("button",{ref:Y,type:"button",className:i.triggerStyles,onClick:()=>!b&&P(!A),onKeyDown:e=>{if("Enter"===e.key||" "===e.key||"ArrowDown"===e.key){e.preventDefault(),P(!0);const t=x.findIndex(e=>e.code===G);F(-1===t?0:t)}},disabled:b,"aria-haspopup":"listbox","aria-expanded":A,"aria-controls":U,"aria-label":`Select country. Current: ${te.name}`,"data-cy":`${Z}-country-trigger`,"data-testid":`${ee}-country-trigger`,children:[e.jsx(s.CountryFlag,{flag:te.flag,className:i.flagStyles,"data-cy":`${Z}-flag`,"data-testid":`${ee}-flag`}),e.jsx(n.Icon,{name:"ChevronDownIcon",size:"sm",color:_||A?"clickable":"text",decorative:!0,"data-cy":`${Z}-chevron`})]}),e.jsx("span",{className:i.dialCodeStyles,"data-cy":`${Z}-dial-code`,"data-testid":`${ee}-dial-code`,children:te.dialCode}),e.jsx("input",{ref:L,id:V,type:"tel",inputMode:"numeric",value:de,onChange:e=>{const t=e.target.value,a=(S?o.getPhoneDigits(t):t.replace(/[^0-9]/g,"")).slice(0,re);y?.(`${te.dialCode}${a}`),w?.(a.length>0)},onFocus:e=>{T(!0),I?.(e)},onBlur:e=>{T(!1),j?.(e)},placeholder:ne,disabled:b,required:$,className:r.cn(i.inputStyles,E),"aria-invalid":c?"true":"false","aria-required":$?"true":void 0,"aria-describedby":c?z:u?K:void 0,"data-cy":Z,"data-testid":ee,...M})]}),A&&a.createPortal(e.jsx("div",{ref:Q,id:U,role:"listbox","aria-label":"Select country",className:i.dropdownStyles,style:{top:W.top,left:W.left,width:W.width,minWidth:"20rem"},tabIndex:-1,onKeyDown:ue,"data-cy":`${Z}-dropdown`,"data-testid":`${ee}-dropdown`,children:e.jsx("div",{className:i.dropdownViewportStyles,children:x.map((t,a)=>e.jsxs("div",{role:"option","aria-selected":t.code===G,className:r.cn(i.optionBaseStyles,a===q&&i.optionHighlightedStyles,t.code===G&&i.optionSelectedStyles),onClick:()=>ce(t),onKeyDown:e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),ce(t))},onMouseEnter:()=>F(a),tabIndex:a===q?0:-1,"data-cy":`${Z}-option-${t.code.toLowerCase()}`,"data-testid":`${ee}-option-${t.code.toLowerCase()}`,children:[e.jsx(s.CountryFlag,{flag:t.flag,className:i.optionFlagStyles}),e.jsx("span",{className:i.optionNameStyles,children:t.name}),e.jsx("span",{className:i.optionDialCodeStyles,children:t.dialCode})]},t.code))})}),document.body),c&&e.jsx("span",{id:z,className:i.errorStyles,role:"alert","data-cy":`${Z}-error`,"data-testid":`${ee}-error`,children:c}),u&&!c&&e.jsx("span",{id:K,className:i.helperStyles,"data-cy":`${Z}-helper`,"data-testid":`${ee}-helper`,children:u})]})});d.displayName="PhoneInput",exports.E164_MAX_NATIONAL_DIGITS=o.E164_MAX_NATIONAL_DIGITS,exports.defaultPhoneMask=o.defaultPhoneMask,exports.formatWithMask=o.formatWithMask,exports.getPhoneDigits=o.getPhoneDigits,exports.isValidPhoneLength=o.isValidPhoneLength,exports.PhoneInput=d;
|
package/dist/index15.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{forwardRef as a,useState as r,useId as n,useRef as o,useLayoutEffect as
|
|
2
|
-
return e("div",{ref:
|
|
3
|
-
/* @__PURE__ */e("div",{ref:Ee,className:c(B,R&&A,"focus"===
|
|
4
|
-
/* @__PURE__ */e("button",{ref:
|
|
5
|
-
/* @__PURE__ */t(y,{flag:
|
|
6
|
-
/* @__PURE__ */t(u,{name:"ChevronDownIcon",size:"sm",color:
|
|
7
|
-
/* @__PURE__ */t("span",{className:g,"data-cy":`${je}-dial-code`,"data-testid":`${
|
|
8
|
-
/* @__PURE__ */t("input",{ref:
|
|
9
|
-
/* @__PURE__ */t("div",{ref:
|
|
1
|
+
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{forwardRef as a,useState as r,useId as n,useRef as o,useLayoutEffect as i,useEffect as d,useCallback as l}from"react";import{createPortal as s}from"react-dom";import{cn as c}from"./index67.js";import{Icon as u}from"@adam-milo/icons";import{defaultPhoneMask as m,getPhoneDigits as p,formatWithMask as h,E164_MAX_NATIONAL_DIGITS as f}from"./index69.js";import{isValidPhoneLength as v}from"./index69.js";import{CountryFlag as y}from"./index79.js";import{labelStyles as w,triggerStyles as $,flagStyles as b,dialCodeStyles as g,dropdownStyles as C,dropdownViewportStyles as x,optionFlagStyles as N,optionNameStyles as k,optionDialCodeStyles as D,optionSelectedStyles as E,optionHighlightedStyles as L,optionBaseStyles as M,errorStyles as j,helperStyles as F,inputStyles as I,containerIdleStyles as S,containerDisabledStyles as q,containerErrorStyles as W,containerFocusStyles as z,containerFullWidthStyles as A,containerBaseStyles as B,wrapperFullWidthStyles as K,wrapperStyles as T}from"./index81.js";const U={name:"United States",dialCode:"+1",flag:"πΊπΈ",mask:m},P=a(({label:a,error:v,helperText:P,fullWidth:R=!0,value:V="",onChange:G,countryCode:H,initialCountryCode:J,onCountryChange:O,countries:Q,enableFormatting:X=!0,maxNationalDigits:Y=f,onValidationChange:Z,disabled:_,required:ee,placeholder:te,id:ae,"data-cy":re,"data-testid":ne,className:oe,onFocus:ie,onBlur:de,...le},se)=>{const[ce,ue]=r(!1),[me,pe]=r(!1),[he,fe]=r(0),[ve,ye]=r({top:0,left:0,width:0}),[we,$e]=r(()=>H??J??"US"),be=H??we,ge=n(),Ce=ae||ge,xe=`${Ce}-error`,Ne=`${Ce}-helper`,ke=`${Ce}-listbox`,De=o(null),Ee=o(null),Le=o(null),Me=o(null),je=re||"phone-input",Fe=ne||"phone-input",Ie=Q.find(e=>e.code===be)||Q[0]||U,Se=Ie.mask??m,qe=Number.isFinite(Y)?Math.min(Math.max(Math.floor(Y),1),f):f,We=te??Se.placeholder,ze=a&&ee&&!a.includes("*")?`${a}*`:a,Ae=Ie.dialCode.replace(/\D/g,"").length,Be=p(V),Ke=V.startsWith("+")?Be.slice(Ae):Be,Te=X?h(Ke,Se):Ke;i(()=>{if(!ce||!Ee.current)return;const e=()=>{if(Ee.current){const e=Ee.current.getBoundingClientRect();ye({top:e.bottom+8,left:e.left,width:Math.max(e.width,320)})}};return e(),window.addEventListener("scroll",e,!0),window.addEventListener("resize",e),()=>{window.removeEventListener("scroll",e,!0),window.removeEventListener("resize",e)}},[ce]),d(()=>{const e=e=>{const t=e.target,a=De.current?.contains(t),r=Le.current?.contains(t);a||r||ue(!1)};return ce&&document.addEventListener("pointerdown",e),()=>{document.removeEventListener("pointerdown",e)}},[ce]),d(()=>{if(!ce)return;const e=Le.current;if(!e)return;const t=e=>e.stopPropagation(),a={passive:!1};return e.addEventListener("touchmove",t,a),e.addEventListener("wheel",t,a),()=>{e.removeEventListener("touchmove",t),e.removeEventListener("wheel",t)}},[ce]);const Ue=l(e=>{void 0===H&&$e(e.code),O?.(e);const t=p(V),a=Ie.dialCode.replace(/\D/g,"").length,r=V.startsWith("+")?t.slice(a):t;G?.(`${e.dialCode}${r}`),ue(!1),setTimeout(()=>{const e=De.current?.querySelector("input");e?.focus()},0)},[H,O,G,V,Ie.dialCode]),Pe=l(e=>{switch(e.key){case"ArrowDown":e.preventDefault(),fe(e=>Math.min(e+1,Q.length-1));break;case"ArrowUp":e.preventDefault(),fe(e=>Math.max(e-1,0));break;case"Enter":case" ":e.preventDefault(),Ue(Q[he]);break;case"Escape":e.preventDefault(),ue(!1),Me.current?.focus();break;case"Tab":ue(!1)}},[Q,he,Ue]),Re=_?"disabled":v?"error":me||ce?"focus":"idle";/* @__PURE__ */
|
|
2
|
+
return e("div",{ref:De,className:c(T,R&&K),"data-cy":`${je}-wrapper`,"data-testid":`${Fe}-wrapper`,children:[a&&/* @__PURE__ */t("label",{htmlFor:Ce,className:w,"data-cy":`${je}-label`,"data-testid":`${Fe}-label`,children:ze}),
|
|
3
|
+
/* @__PURE__ */e("div",{ref:Ee,className:c(B,R&&A,"focus"===Re&&z,"error"===Re&&W,"disabled"===Re&&q,"idle"===Re&&S),"data-state":Re,"data-cy":`${je}-container`,"data-testid":`${Fe}-container`,children:[
|
|
4
|
+
/* @__PURE__ */e("button",{ref:Me,type:"button",className:$,onClick:()=>!_&&ue(!ce),onKeyDown:e=>{if("Enter"===e.key||" "===e.key||"ArrowDown"===e.key){e.preventDefault(),ue(!0);const t=Q.findIndex(e=>e.code===be);fe(-1===t?0:t)}},disabled:_,"aria-haspopup":"listbox","aria-expanded":ce,"aria-controls":ke,"aria-label":`Select country. Current: ${Ie.name}`,"data-cy":`${je}-country-trigger`,"data-testid":`${Fe}-country-trigger`,children:[
|
|
5
|
+
/* @__PURE__ */t(y,{flag:Ie.flag,className:b,"data-cy":`${je}-flag`,"data-testid":`${Fe}-flag`}),
|
|
6
|
+
/* @__PURE__ */t(u,{name:"ChevronDownIcon",size:"sm",color:me||ce?"clickable":"text",decorative:!0,"data-cy":`${je}-chevron`})]}),
|
|
7
|
+
/* @__PURE__ */t("span",{className:g,"data-cy":`${je}-dial-code`,"data-testid":`${Fe}-dial-code`,children:Ie.dialCode}),
|
|
8
|
+
/* @__PURE__ */t("input",{ref:se,id:Ce,type:"tel",inputMode:"numeric",value:Te,onChange:e=>{const t=e.target.value,a=(X?p(t):t.replace(/[^0-9]/g,"")).slice(0,qe);G?.(`${Ie.dialCode}${a}`),Z?.(a.length>0)},onFocus:e=>{pe(!0),ie?.(e)},onBlur:e=>{pe(!1),de?.(e)},placeholder:We,disabled:_,required:ee,className:c(I,oe),"aria-invalid":v?"true":"false","aria-required":ee?"true":void 0,"aria-describedby":v?xe:P?Ne:void 0,"data-cy":je,"data-testid":Fe,...le})]}),ce&&s(
|
|
9
|
+
/* @__PURE__ */t("div",{ref:Le,id:ke,role:"listbox","aria-label":"Select country",className:C,style:{top:ve.top,left:ve.left,width:ve.width,minWidth:"20rem"},tabIndex:-1,onKeyDown:Pe,"data-cy":`${je}-dropdown`,"data-testid":`${Fe}-dropdown`,children:/* @__PURE__ */t("div",{className:x,children:Q.map((a,r)=>/* @__PURE__ */e("div",{role:"option","aria-selected":a.code===be,className:c(M,r===he&&L,a.code===be&&E),onClick:()=>Ue(a),onKeyDown:e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),Ue(a))},onMouseEnter:()=>fe(r),tabIndex:r===he?0:-1,"data-cy":`${je}-option-${a.code.toLowerCase()}`,"data-testid":`${Fe}-option-${a.code.toLowerCase()}`,children:[
|
|
10
10
|
/* @__PURE__ */t(y,{flag:a.flag,className:N}),
|
|
11
11
|
/* @__PURE__ */t("span",{className:k,children:a.name}),
|
|
12
|
-
/* @__PURE__ */t("span",{className:
|
|
12
|
+
/* @__PURE__ */t("span",{className:D,children:a.dialCode})]},a.code))})}),document.body),v&&/* @__PURE__ */t("span",{id:xe,className:j,role:"alert","data-cy":`${je}-error`,"data-testid":`${Fe}-error`,children:v}),P&&!v&&/* @__PURE__ */t("span",{id:Ne,className:F,"data-cy":`${je}-helper`,"data-testid":`${Fe}-helper`,children:P})]})});P.displayName="PhoneInput";export{f as E164_MAX_NATIONAL_DIGITS,P as PhoneInput,m as defaultPhoneMask,h as formatWithMask,p as getPhoneDigits,v as isValidPhoneLength};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneInput.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/phone-input/PhoneInput.component.tsx"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AA2B1D,YAAY,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,cAAc,EACd,cAAc,EACd,kBAAkB,GACnB,MAAM,aAAa,CAAC;AAUrB,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"PhoneInput.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/phone-input/PhoneInput.component.tsx"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AA2B1D,YAAY,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,cAAc,EACd,cAAc,EACd,kBAAkB,GACnB,MAAM,aAAa,CAAC;AAUrB,eAAO,MAAM,UAAU,8GA6ZtB,CAAC;AAIF,YAAY,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -16,6 +16,8 @@ export interface PhoneInputProps extends Omit<InputHTMLAttributes<HTMLInputEleme
|
|
|
16
16
|
/** Array of country objects for the selector. Each object: `{ code, name, dialCode, flag }`. */
|
|
17
17
|
countries: Country[];
|
|
18
18
|
enableFormatting?: boolean;
|
|
19
|
+
/** Maximum national digits accepted by typing or paste. Defaults to the E.164 cap. */
|
|
20
|
+
maxNationalDigits?: number;
|
|
19
21
|
/**
|
|
20
22
|
* Soft signal when national digits are non-empty. Not mask-length or
|
|
21
23
|
* libphonenumber validity β prefer form-schema validation for that.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneInput.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/phone-input/PhoneInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE3C,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAC3C,mBAAmB,CAAC,gBAAgB,CAAC,EACrC,MAAM,GAAG,OAAO,GAAG,UAAU,CAC9B;IACC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,0EAA0E;IAC1E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8GAA8G;IAC9G,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,gGAAgG;IAChG,SAAS,EAAE,OAAO,EAAE,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
1
|
+
{"version":3,"file":"PhoneInput.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/phone-input/PhoneInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE3C,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAC3C,mBAAmB,CAAC,gBAAgB,CAAC,EACrC,MAAM,GAAG,OAAO,GAAG,UAAU,CAC9B;IACC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,0EAA0E;IAC1E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8GAA8G;IAC9G,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,gGAAgG;IAChG,SAAS,EAAE,OAAO,EAAE,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sFAAsF;IACtF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|