@feathery/react 2.37.4 → 2.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/cjs/Form/index.d.ts.map +1 -1
  2. package/cjs/assistant/AssistantChat.d.ts +31 -0
  3. package/cjs/assistant/AssistantChat.d.ts.map +1 -0
  4. package/cjs/assistant/AssistantClient.d.ts +15 -0
  5. package/cjs/assistant/AssistantClient.d.ts.map +1 -0
  6. package/cjs/assistant/MarkdownText.d.ts +2 -1
  7. package/cjs/assistant/MarkdownText.d.ts.map +1 -1
  8. package/cjs/assistant/ToolStatus.d.ts +20 -3
  9. package/cjs/assistant/ToolStatus.d.ts.map +1 -1
  10. package/cjs/assistant/colors.d.ts +1 -0
  11. package/cjs/assistant/colors.d.ts.map +1 -1
  12. package/cjs/assistant/icons.d.ts +8 -0
  13. package/cjs/assistant/icons.d.ts.map +1 -1
  14. package/cjs/assistant/index.d.ts +3 -15
  15. package/cjs/assistant/index.d.ts.map +1 -1
  16. package/cjs/assistant/tools/clickElement.d.ts +16 -0
  17. package/cjs/assistant/tools/clickElement.d.ts.map +1 -0
  18. package/cjs/assistant/tools/panelRuntime.d.ts +91 -0
  19. package/cjs/assistant/tools/panelRuntime.d.ts.map +1 -0
  20. package/cjs/assistant/tools/setFieldValue.d.ts +32 -0
  21. package/cjs/assistant/tools/setFieldValue.d.ts.map +1 -0
  22. package/cjs/assistant/utils.d.ts +11 -5
  23. package/cjs/assistant/utils.d.ts.map +1 -1
  24. package/cjs/elements/basic/ImageElement.d.ts.map +1 -1
  25. package/cjs/elements/fields/index.d.ts +28 -23
  26. package/cjs/elements/fields/index.d.ts.map +1 -1
  27. package/cjs/elements/index.d.ts +66 -22
  28. package/cjs/elements/index.d.ts.map +1 -1
  29. package/cjs/fthry_AssistantChat.L8QqDrZ9.js +53283 -0
  30. package/cjs/{fthry_FormControl.BCawW2JY.js → fthry_FormControl.B6IeQ4Ds.js} +1 -1
  31. package/cjs/{fthry_InlineTooltip.DXAGdsG6.js → fthry_InlineTooltip.CHwGV2ye.js} +2 -2
  32. package/cjs/{fthry_Overlay.Dxddifgf.js → fthry_Overlay.BApTL35K.js} +1 -1
  33. package/cjs/{fthry_PaymentMethodField.BBn_I5Y-.js → fthry_PaymentMethodField.B4dRDX90.js} +4 -4
  34. package/cjs/{fthry_Placeholder.DgCge_qQ.js → fthry_Placeholder.DWR5nO5t.js} +1 -1
  35. package/cjs/{fthry_ShowEyeIcon.6chMT9tB.js → fthry_ShowEyeIcon.CrWpuKPG.js} +1 -1
  36. package/cjs/fthry_clsx.BtxeOLZW.js +5 -0
  37. package/cjs/fthry_highlighted-body-TPN3WLV5.CIRngtHJ.js +15 -0
  38. package/cjs/{fthry_index.DxstWM8L.js → fthry_index.7DwrYriA.js} +8 -8
  39. package/cjs/{fthry_index.DSS9EjkL.js → fthry_index.B9CMlFfK.js} +2 -2
  40. package/cjs/{fthry_index.b2DipouN.js → fthry_index.BBz67wEv.js} +5 -5
  41. package/cjs/{fthry_index.Co7zM36I.js → fthry_index.BEpOYeuD.js} +4 -4
  42. package/cjs/{fthry_index.D_1t-ApQ.js → fthry_index.BVr4Lcyo.js} +4 -105
  43. package/cjs/{fthry_index.WYWtukPG.js → fthry_index.Bde3s5tl.js} +5 -5
  44. package/cjs/{fthry_index.BrcBLxiN.js → fthry_index.Bq4ONiuv.js} +1 -1
  45. package/cjs/{fthry_index.CWvKP0U9.js → fthry_index.BwxSWwJZ.js} +3 -3
  46. package/cjs/{fthry_index.BCakShY6.js → fthry_index.BxTMSKYR.js} +6 -6
  47. package/cjs/{fthry_index.D-6wkDz2.js → fthry_index.C7zyqnbf.js} +5 -5
  48. package/cjs/{fthry_index.B2WATisk.js → fthry_index.CLqeg1q-.js} +5 -5
  49. package/cjs/{fthry_index.1G5WWnt8.js → fthry_index.Ca9y1U8W.js} +1 -1
  50. package/cjs/{fthry_index.Dsv-TeBu.js → fthry_index.CaQDsoPD.js} +670 -52197
  51. package/cjs/{fthry_index.C2MePzk3.js → fthry_index.CznkErSr.js} +24 -23
  52. package/cjs/{fthry_index.DzI22-a-.js → fthry_index.D7IlFInQ.js} +2 -2
  53. package/cjs/{fthry_index.Bg8trysI.js → fthry_index.DKe_zH6q.js} +1 -1
  54. package/cjs/{fthry_index.DAqPVi5Z.js → fthry_index.DYCg5RsQ.js} +3 -3
  55. package/cjs/{fthry_index.Y_UP_4ct.js → fthry_index.Dl1GeWM6.js} +4 -4
  56. package/cjs/{fthry_index.dFaOUdRp.js → fthry_index.Dly0rruo.js} +1 -1
  57. package/cjs/{fthry_index.DFi7wHj1.js → fthry_index.IxpG538L.js} +1 -1
  58. package/cjs/{fthry_index.4_yQ3xcB.js → fthry_index.TVlALn4r.js} +1 -1
  59. package/cjs/fthry_index.YyKms2Ty.js +109 -0
  60. package/cjs/{fthry_index.BvCKY-AY.js → fthry_index.fFWtGd8u.js} +1 -1
  61. package/cjs/{fthry_index.BCDEI_8h.js → fthry_index.qxBbMcVu.js} +6 -6
  62. package/cjs/{fthry_index.DclxO6k2.js → fthry_index.xHwcINEA.js} +1 -1
  63. package/cjs/{fthry_input.WfgR8fOH.js → fthry_input.C-RhGr8Z.js} +1 -1
  64. package/cjs/fthry_mermaid-O7DHMXV3.B40IiwEd.js +15 -0
  65. package/cjs/{fthry_script.B921m9AF.js → fthry_script.BUzm9HxD.js} +1 -1
  66. package/cjs/{fthry_styles.DyHc8mjo.js → fthry_styles.BD-5zYX4.js} +1 -1
  67. package/cjs/{fthry_useElementSize.Bx50W_pE.js → fthry_useElementSize.7Vh9Fjsi.js} +1 -1
  68. package/cjs/{fthry_useSalesforceSync.CCCfBjU1.js → fthry_useSalesforceSync.BYr2Zkyy.js} +1 -1
  69. package/cjs/{fthry_webfontloader.DxmcEISV.js → fthry_webfontloader.B3eO9SnD.js} +1 -1
  70. package/cjs/index.d.ts +67 -23
  71. package/cjs/index.d.ts.map +1 -1
  72. package/cjs/index.js +1 -1
  73. package/cjs/utils/internalState.d.ts +4 -0
  74. package/cjs/utils/internalState.d.ts.map +1 -1
  75. package/dist/Form/index.d.ts.map +1 -1
  76. package/dist/assistant/AssistantChat.d.ts +31 -0
  77. package/dist/assistant/AssistantChat.d.ts.map +1 -0
  78. package/dist/assistant/AssistantClient.d.ts +15 -0
  79. package/dist/assistant/AssistantClient.d.ts.map +1 -0
  80. package/dist/assistant/MarkdownText.d.ts +2 -1
  81. package/dist/assistant/MarkdownText.d.ts.map +1 -1
  82. package/dist/assistant/ToolStatus.d.ts +20 -3
  83. package/dist/assistant/ToolStatus.d.ts.map +1 -1
  84. package/dist/assistant/colors.d.ts +1 -0
  85. package/dist/assistant/colors.d.ts.map +1 -1
  86. package/dist/assistant/icons.d.ts +8 -0
  87. package/dist/assistant/icons.d.ts.map +1 -1
  88. package/dist/assistant/index.d.ts +3 -15
  89. package/dist/assistant/index.d.ts.map +1 -1
  90. package/dist/assistant/tools/clickElement.d.ts +16 -0
  91. package/dist/assistant/tools/clickElement.d.ts.map +1 -0
  92. package/dist/assistant/tools/panelRuntime.d.ts +91 -0
  93. package/dist/assistant/tools/panelRuntime.d.ts.map +1 -0
  94. package/dist/assistant/tools/setFieldValue.d.ts +32 -0
  95. package/dist/assistant/tools/setFieldValue.d.ts.map +1 -0
  96. package/dist/assistant/utils.d.ts +11 -5
  97. package/dist/assistant/utils.d.ts.map +1 -1
  98. package/dist/elements/basic/ImageElement.d.ts.map +1 -1
  99. package/dist/elements/fields/index.d.ts +28 -23
  100. package/dist/elements/fields/index.d.ts.map +1 -1
  101. package/dist/elements/index.d.ts +66 -22
  102. package/dist/elements/index.d.ts.map +1 -1
  103. package/dist/fthry_AssistantChat.B4O7bQrp.js +53277 -0
  104. package/dist/{fthry_FormControl.76_0PuFC.js → fthry_FormControl.BEWaNHn3.js} +1 -1
  105. package/dist/{fthry_InlineTooltip.d3TjV-eF.js → fthry_InlineTooltip.CP92bAZA.js} +2 -2
  106. package/dist/{fthry_Overlay.C9ZwYfq9.js → fthry_Overlay.D_UvdjmJ.js} +1 -1
  107. package/dist/{fthry_PaymentMethodField.CA0KyKcm.js → fthry_PaymentMethodField.BiBx9LjH.js} +4 -4
  108. package/dist/{fthry_Placeholder.3BQCtk4i.js → fthry_Placeholder.CsY-scXc.js} +1 -1
  109. package/dist/{fthry_ShowEyeIcon.Bqj7gJGW.js → fthry_ShowEyeIcon.CN_11GCA.js} +1 -1
  110. package/dist/fthry_clsx.ChV9xqsO.js +3 -0
  111. package/dist/{fthry_highlighted-body-TPN3WLV5.uNKEZjAy.js → fthry_highlighted-body-TPN3WLV5.B91Jtsra.js} +4 -1
  112. package/dist/fthry_index.BFwgxX3L.js +107 -0
  113. package/dist/{fthry_index.C_22SPRt.js → fthry_index.BK2Hnx9K.js} +1 -1
  114. package/dist/{fthry_index.CET1YvDN.js → fthry_index.BXAOPQ-N.js} +5 -5
  115. package/dist/{fthry_index.ChBrRALN.js → fthry_index.BYoImnvU.js} +1 -1
  116. package/dist/{fthry_index.aJzVeSoS.js → fthry_index.BitwCfs0.js} +1 -1
  117. package/dist/{fthry_index.CpjiI4uf.js → fthry_index.BqX45OG8.js} +3 -3
  118. package/dist/{fthry_index.Brftvfe7.js → fthry_index.BwsOm7hb.js} +5 -5
  119. package/dist/{fthry_index.BlrxJyUS.js → fthry_index.CCXpngi5.js} +5 -5
  120. package/dist/{fthry_index.BvdLAZLu.js → fthry_index.CNjt1dpv.js} +1 -1
  121. package/dist/{fthry_index.Cbk-4lUW.js → fthry_index.CRbJuR5X.js} +7 -6
  122. package/dist/{fthry_index.BCWRiQGq.js → fthry_index.CUa6fIIV.js} +8 -8
  123. package/dist/{fthry_index.BmcdgXn3.js → fthry_index.D5kSN9-t.js} +2 -105
  124. package/dist/{fthry_index.DIIgA2I2.js → fthry_index.DHr6yAT3.js} +6 -6
  125. package/dist/{fthry_index.20OBT_43.js → fthry_index.DJwLQi_x.js} +1 -1
  126. package/dist/{fthry_index.g8KGIqrC.js → fthry_index.DTkLn4V9.js} +3 -3
  127. package/dist/{fthry_index.BvSqC2z2.js → fthry_index.DUEiyRBT.js} +4 -4
  128. package/dist/{fthry_index.Bbxtbp4a.js → fthry_index.DgVE4qW7.js} +673 -52202
  129. package/dist/{fthry_index.Dh3vrOA4.js → fthry_index.DtBZRH06.js} +5 -5
  130. package/dist/{fthry_index.CGjEfzIL.js → fthry_index.OjuYAGjs.js} +1 -1
  131. package/dist/{fthry_index.Dn8hTYS2.js → fthry_index.W8pRYyDi.js} +6 -6
  132. package/dist/{fthry_index.B2J5J4jS.js → fthry_index.ebPmN15E.js} +4 -4
  133. package/dist/{fthry_index.-pimdPng.js → fthry_index.k6djaqmS.js} +2 -2
  134. package/dist/{fthry_index.54Em8Q1w.js → fthry_index.slanwBPP.js} +1 -1
  135. package/dist/{fthry_index.DhichOKe.js → fthry_index.tw8xNWZc.js} +2 -2
  136. package/dist/{fthry_index.x1TUK-im.js → fthry_index.w7Nx6zNo.js} +1 -1
  137. package/dist/{fthry_input.Dj1IMwey.js → fthry_input.D94H5xWk.js} +1 -1
  138. package/dist/fthry_mermaid-O7DHMXV3.D_D0ytjk.js +9 -0
  139. package/dist/{fthry_script.BmwMDCAZ.js → fthry_script.C4MOLOaj.js} +1 -1
  140. package/dist/{fthry_styles.B6qGnHJ1.js → fthry_styles.BQL5_8xd.js} +1 -1
  141. package/dist/{fthry_useElementSize.BppSuCUN.js → fthry_useElementSize.C7pCjEY0.js} +1 -1
  142. package/dist/{fthry_useSalesforceSync.D0nLeVuk.js → fthry_useSalesforceSync.Bj6SvTIc.js} +1 -1
  143. package/dist/{fthry_webfontloader.D5C7-qaj.js → fthry_webfontloader.CT2fb2Df.js} +1 -1
  144. package/dist/index.d.ts +67 -23
  145. package/dist/index.d.ts.map +1 -1
  146. package/dist/index.js +1 -1
  147. package/dist/utils/internalState.d.ts +4 -0
  148. package/dist/utils/internalState.d.ts.map +1 -1
  149. package/package.json +2 -2
  150. package/umd/542.f1dbbbb062e82a2995e9.js +1 -0
  151. package/umd/602.1fde434923c6596acd40.js +1 -0
  152. package/umd/{AddressField.2d777eda22a67a0ed3a3.js → AddressField.c4188872f2a931394aa1.js} +1 -1
  153. package/umd/AssistantChat.2f8dbf760e2412585af9.js +1 -0
  154. package/umd/DropdownField.36bb515df8083884f0f3.js +1 -0
  155. package/umd/{DropdownMultiField.c8c926000cbed5ee771a.js → DropdownMultiField.72a44c0280217eeb5652.js} +1 -1
  156. package/umd/{PhoneField.6b9ad2d0d9387ef78a1f.js → PhoneField.8183bed71fa92767aa3a.js} +1 -1
  157. package/umd/{TextField.f5cc4a03e69d5872027b.js → TextField.28c59425e129e78a4551.js} +1 -1
  158. package/umd/index.js +1 -1
  159. package/cjs/fthry_highlighted-body-TPN3WLV5.DkI91-Zy.js +0 -12
  160. package/cjs/fthry_mermaid-O7DHMXV3.v4t8IYSq.js +0 -12
  161. package/dist/fthry_mermaid-O7DHMXV3.C5f8Q-rK.js +0 -6
  162. package/umd/DropdownField.1d440e016d425637032d.js +0 -1
@@ -1 +1 @@
1
- "use strict";(this.webpackChunkFeathery=this.webpackChunkFeathery||[]).push([[213],{1587:(e,a,r)=>{r.d(a,{Z:()=>f});var i=r(5944),c=r(7294),t=r(8776),n=r(5096),o=r(2988),u=r(4665),l=r(7449),s=r(9479),A=function(){return A=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},A.apply(this,arguments)};function f(e){var a=e.id,r=e.text,f=e.responsiveStyles,d=e.absolute,m=void 0===d||d,p=e.containerRef,h=e.repeat,g=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n}((0,c.useState)(!1),2),v=g[0],S=g[1],y=(0,c.useRef)(null);if(!(r=(0,u.xf)(r,h)))return null;var C=(0,s.tq)();return(0,i.BX)(i.HY,{children:[(0,i.tZ)("div",A({ref:y,onMouseEnter:C?void 0:function(){return S(!0)},onMouseLeave:C?void 0:function(){return S(!1)},onFocus:function(){return S(!0)},onBlur:function(){return S(!1)},onClick:function(){return S((function(e){return!e}))},css:m?{position:"absolute",insetInlineEnd:"10px",top:0,bottom:0,zIndex:o.rM,margin:"auto",cursor:"pointer",height:"100%",display:"flex"}:{position:"relative",marginInlineStart:"8px",display:"flex",alignItems:"center"}},{children:(0,i.tZ)(n.by,{cssStyles:f.getTarget("tooltipIcon")})})),(0,i.tZ)(l.Z,A({show:v,targetRef:y,containerRef:p,placement:"left",onHide:function(){return S(!1)},offset:8},{children:(0,i.tZ)(t.u,A({id:"tooltip-".concat(a),css:{zIndex:o.rM+1,padding:".4rem 0",transition:"opacity .10s linear",".tooltip-inner":{maxWidth:"200px",padding:".25rem .5rem",color:"#fff",textAlign:"center",backgroundColor:"#000",borderRadius:".25rem",fontSize:"smaller"}}},{children:r}))}))]})}},7449:(e,a,r)=>{r.d(a,{Z:()=>u});var i=r(5944),c=r(7294),t=r(3935),n=r(9479),o=function(){return o=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},o.apply(this,arguments)};const u=function(e){var a=e.show,r=e.targetRef,u=e.children,A=e.onHide,f=e.placement,d=void 0===f?"bottom-start":f,m=e.offset,p=void 0===m?0:m,h=e.zIndex,g=void 0===h?1e3:h,v=e.containerRef,S=(0,c.useRef)(null),y=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n}((0,c.useState)(null),2),C=y[0],M=y[1],E=(0,c.useCallback)((function(){return(null==v?void 0:v.current)||(0,n.me)().body}),[v]),b=(0,c.useCallback)((function(){var e;if(a&&r.current&&S.current){var i=(0,n.Kv)(),c=E();if(c){var t=r.current.getBoundingClientRect(),o=S.current.getBoundingClientRect(),u=c.getBoundingClientRect(),A=s(d,t,o,p),f=A.top,m=A.left,h=f+o.height,g=m+o.width,v=f>=0&&h<=i.innerHeight,y=m>=0&&g<=i.innerWidth;if(!v||!y){var C=l(d,!v,!y);C!==d&&(f=(e=s(C,t,o,p)).top,m=e.left)}var b=c===(0,n.me)().body,R=b?f+i.scrollY:f-u.top,U=b?m+i.scrollX:m-u.left;M((function(e){return e&&e.top===R&&e.left===U?e:{top:R,left:U}}))}}}),[a,d,p,E,r]),R=(0,c.useCallback)((function(){var e=!1;return function(){e||(e=!0,requestAnimationFrame((function(){b(),e=!1})))}}),[b])();if((0,c.useLayoutEffect)((function(){a&&b()}),[a,b]),(0,c.useEffect)((function(){if(a){var e=(0,n.Kv)(),i=E();if(i){e.addEventListener("resize",R),e.addEventListener("scroll",R,!0),i!==(0,n.me)().body&&i.addEventListener("scroll",R);var c=new ResizeObserver((function(){return R()}));return r.current&&c.observe(r.current),i!==(0,n.me)().body&&c.observe(i),function(){e.removeEventListener("resize",R),e.removeEventListener("scroll",R,!0),i!==(0,n.me)().body&&i.removeEventListener("scroll",R),c.disconnect()}}}}),[a,R,E,r]),(0,c.useEffect)((function(){if(a){var e=function(e){"Escape"===e.key&&(M(null),null==A||A())},i=function(e){var a=e.target;S.current&&!S.current.contains(a)&&r.current&&!r.current.contains(a)&&(M(null),null==A||A())},c=(0,n.me)();return c.addEventListener("mousedown",i),c.addEventListener("keydown",e),function(){c.removeEventListener("mousedown",i),c.removeEventListener("keydown",e)}}}),[a,A,r]),!a)return null;var U=E();return U?(0,t.createPortal)((0,i.tZ)("div",o({ref:S,style:o(o({position:"absolute"},C||{top:-9999,left:-9999}),{zIndex:g})},{children:u})),U):(0,i.tZ)(i.HY,{children:u})};var l=function(e,a,r){if(a){if(e.includes("top"))return e.replace("top","bottom");if(e.includes("bottom"))return e.replace("bottom","top")}if(r){if(e.includes("left"))return e.replace("left","right");if(e.includes("right"))return e.replace("right","left")}return e},s=function(e,a,r,i){switch(void 0===i&&(i=0),e){case"top":return{top:a.top-r.height-i,left:a.left+(a.width-r.width)/2};case"top-start":return{top:a.top-r.height-i,left:a.left};case"top-end":return{top:a.top-r.height-i,left:a.right-r.width};case"left":return{top:a.top+(a.height-r.height)/2,left:a.left-r.width-i};case"left-start":return{top:a.top,left:a.left-r.width-i};case"left-end":return{top:a.bottom-r.height,left:a.left-r.width-i};case"bottom":default:return{top:a.bottom+i,left:a.left+(a.width-r.width)/2};case"bottom-start":return{top:a.bottom+i,left:a.left};case"bottom-end":return{top:a.bottom+i,left:a.right-r.width};case"right":return{top:a.top+(a.height-r.height)/2,left:a.right+i};case"right-start":return{top:a.top,left:a.right+i};case"right-end":return{top:a.bottom-r.height,left:a.right+i}}}},9069:(e,a,r)=>{r.d(a,{Z:()=>t});var i=r(5944),c=function(){return c=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},c.apply(this,arguments)};function t(e){var a,r,t,n=e.value,o=e.element,u=e.responsiveStyles,l=e.type,s=void 0===l?"input":l,A=e.inputFocused,f=void 0!==A&&A,d=e.repeatIndex,m=void 0===d?null:d,p=o.properties,h=null!==(t=(null!==(r=p.repeat_placeholder)&&void 0!==r?r:[])[null!=m?m:0])&&void 0!==t?t:p.placeholder||"",g=c(c({},u.getTarget("placeholderFocus")),u.getTarget("placeholderActive"));return(0,i.tZ)("span",c({css:c(c(c(c({position:"absolute",pointerEvents:"none",insetInlineStart:"0.75rem",transition:"0.2s ease all",top:"input"===s?"50%":"0.6rem"},u.getTarget("placeholder")),n?u.getTarget("placeholderFocus"):{}),f?g:{}),(a={},a["".concat(s,":focus ~ &")]=g,a))},{children:h}))}},8776:(e,a,r)=>{r.d(a,{u:()=>n});var i=r(5944),c=r(2988),t=function(){return t=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},t.apply(this,arguments)},n=function(e){var a=e.children,r=e.css,n=function(e,a){var r={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(r[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var c=0;for(i=Object.getOwnPropertySymbols(e);c<i.length;c++)a.indexOf(i[c])<0&&Object.prototype.propertyIsEnumerable.call(e,i[c])&&(r[i[c]]=e[i[c]])}return r}(e,["children","css"]);return(0,i.tZ)("div",t({css:t({zIndex:c.rM+1,padding:".4rem 0",transition:"opacity .10s linear",".tooltip-inner":{maxWidth:"200px",padding:".25rem .5rem",color:"#fff",textAlign:"center",backgroundColor:"#000",borderRadius:".25rem",fontSize:"smaller"}},r)},n,{children:(0,i.tZ)("div",t({className:"tooltip-inner"},{children:a}))}))}},6067:(e,a,r)=>{r.r(a),r.d(a,{default:()=>P});var i=r(5944),c=r(7294);function t(e,a,r){return e.clearRect(0,0,100,100),e.fillStyle=r,e.fillText(a,0,0),e.getImageData(0,0,1,1).data.join(",")}function n(e){const a=function(){const e=document.createElement("canvas");e.width=e.height=1;const a=e.getContext("2d",{willReadFrequently:!0});return a.textBaseline="top",a.font='100px "Twemoji Mozilla","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","EmojiOne Color","Android Emoji",sans-serif',a.scale(.01,.01),a}(),r=t(a,e,"#fff"),i=t(a,e,"#000");return i===r&&!i.startsWith("0,0,0,")}const o={"Africa/Abidjan":{c:["CI","BF","GH","GM","GN","ML","MR","SH","SL","SN","TG"]},"Africa/Accra":{c:["GH"]},"Africa/Addis_Ababa":{c:["ET"]},"Africa/Algiers":{c:["DZ"]},"Africa/Asmara":{c:["ER"]},"Africa/Asmera":{c:["ER"]},"Africa/Bamako":{c:["ML"]},"Africa/Bangui":{c:["CF"]},"Africa/Banjul":{c:["GM"]},"Africa/Bissau":{c:["GW"]},"Africa/Blantyre":{c:["MW"]},"Africa/Brazzaville":{c:["CG"]},"Africa/Bujumbura":{c:["BI"]},"Africa/Cairo":{c:["EG"]},"Africa/Casablanca":{c:["MA"]},"Africa/Ceuta":{c:["ES"]},"Africa/Conakry":{c:["GN"]},"Africa/Dakar":{c:["SN"]},"Africa/Dar_es_Salaam":{c:["TZ"]},"Africa/Djibouti":{c:["DJ"]},"Africa/Douala":{c:["CM"]},"Africa/El_Aaiun":{c:["EH"]},"Africa/Freetown":{c:["SL"]},"Africa/Gaborone":{c:["BW"]},"Africa/Harare":{c:["ZW"]},"Africa/Johannesburg":{c:["ZA","LS","SZ"]},"Africa/Juba":{c:["SS"]},"Africa/Kampala":{c:["UG"]},"Africa/Khartoum":{c:["SD"]},"Africa/Kigali":{c:["RW"]},"Africa/Kinshasa":{c:["CD"]},"Africa/Lagos":{c:["NG","AO","BJ","CD","CF","CG","CM","GA","GQ","NE"]},"Africa/Libreville":{c:["GA"]},"Africa/Lome":{c:["TG"]},"Africa/Luanda":{c:["AO"]},"Africa/Lubumbashi":{c:["CD"]},"Africa/Lusaka":{c:["ZM"]},"Africa/Malabo":{c:["GQ"]},"Africa/Maputo":{c:["MZ","BI","BW","CD","MW","RW","ZM","ZW"]},"Africa/Maseru":{c:["LS"]},"Africa/Mbabane":{c:["SZ"]},"Africa/Mogadishu":{c:["SO"]},"Africa/Monrovia":{c:["LR"]},"Africa/Nairobi":{c:["KE","DJ","ER","ET","KM","MG","SO","TZ","UG","YT"]},"Africa/Ndjamena":{c:["TD"]},"Africa/Niamey":{c:["NE"]},"Africa/Nouakchott":{c:["MR"]},"Africa/Ouagadougou":{c:["BF"]},"Africa/Porto-Novo":{c:["BJ"]},"Africa/Sao_Tome":{c:["ST"]},"Africa/Timbuktu":{c:["ML"]},"Africa/Tripoli":{c:["LY"]},"Africa/Tunis":{c:["TN"]},"Africa/Windhoek":{c:["NA"]},"America/Adak":{c:["US"]},"America/Anchorage":{c:["US"]},"America/Anguilla":{c:["AI"]},"America/Antigua":{c:["AG"]},"America/Araguaina":{c:["BR"]},"America/Argentina/Buenos_Aires":{c:["AR"]},"America/Argentina/Catamarca":{c:["AR"]},"America/Argentina/Cordoba":{c:["AR"]},"America/Argentina/Jujuy":{c:["AR"]},"America/Argentina/La_Rioja":{c:["AR"]},"America/Argentina/Mendoza":{c:["AR"]},"America/Argentina/Rio_Gallegos":{c:["AR"]},"America/Argentina/Salta":{c:["AR"]},"America/Argentina/San_Juan":{c:["AR"]},"America/Argentina/San_Luis":{c:["AR"]},"America/Argentina/Tucuman":{c:["AR"]},"America/Argentina/Ushuaia":{c:["AR"]},"America/Aruba":{c:["AW"]},"America/Asuncion":{c:["PY"]},"America/Atikokan":{c:["CA"]},"America/Bahia":{c:["BR"]},"America/Bahia_Banderas":{c:["MX"]},"America/Barbados":{c:["BB"]},"America/Belem":{c:["BR"]},"America/Belize":{c:["BZ"]},"America/Blanc-Sablon":{c:["CA"]},"America/Boa_Vista":{c:["BR"]},"America/Bogota":{c:["CO"]},"America/Boise":{c:["US"]},"America/Cambridge_Bay":{c:["CA"]},"America/Campo_Grande":{c:["BR"]},"America/Cancun":{c:["MX"]},"America/Caracas":{c:["VE"]},"America/Cayenne":{c:["GF"]},"America/Cayman":{c:["KY"]},"America/Chicago":{c:["US"]},"America/Chihuahua":{c:["MX"]},"America/Coral_Harbour":{c:["CA"]},"America/Costa_Rica":{c:["CR"]},"America/Creston":{c:["CA"]},"America/Cuiaba":{c:["BR"]},"America/Curacao":{c:["CW"]},"America/Danmarkshavn":{c:["GL"]},"America/Dawson":{c:["CA"]},"America/Dawson_Creek":{c:["CA"]},"America/Denver":{c:["US"]},"America/Detroit":{c:["US"]},"America/Dominica":{c:["DM"]},"America/Edmonton":{c:["CA"]},"America/Eirunepe":{c:["BR"]},"America/El_Salvador":{c:["SV"]},"America/Fort_Nelson":{c:["CA"]},"America/Fortaleza":{c:["BR"]},"America/Glace_Bay":{c:["CA"]},"America/Goose_Bay":{c:["CA"]},"America/Grand_Turk":{c:["TC"]},"America/Grenada":{c:["GD"]},"America/Guadeloupe":{c:["GP"]},"America/Guatemala":{c:["GT"]},"America/Guayaquil":{c:["EC"]},"America/Guyana":{c:["GY"]},"America/Halifax":{c:["CA"]},"America/Havana":{c:["CU"]},"America/Hermosillo":{c:["MX"]},"America/Indiana/Indianapolis":{c:["US"]},"America/Indiana/Knox":{c:["US"]},"America/Indiana/Marengo":{c:["US"]},"America/Indiana/Petersburg":{c:["US"]},"America/Indiana/Tell_City":{c:["US"]},"America/Indiana/Vevay":{c:["US"]},"America/Indiana/Vincennes":{c:["US"]},"America/Indiana/Winamac":{c:["US"]},"America/Inuvik":{c:["CA"]},"America/Iqaluit":{c:["CA"]},"America/Jamaica":{c:["JM"]},"America/Juneau":{c:["US"]},"America/Kentucky/Louisville":{c:["US"]},"America/Kentucky/Monticello":{c:["US"]},"America/Kralendijk":{c:["BQ"]},"America/La_Paz":{c:["BO"]},"America/Lima":{c:["PE"]},"America/Los_Angeles":{c:["US"]},"America/Lower_Princes":{c:["SX"]},"America/Maceio":{c:["BR"]},"America/Managua":{c:["NI"]},"America/Manaus":{c:["BR"]},"America/Marigot":{c:["MF"]},"America/Martinique":{c:["MQ"]},"America/Matamoros":{c:["MX"]},"America/Mazatlan":{c:["MX"]},"America/Menominee":{c:["US"]},"America/Merida":{c:["MX"]},"America/Metlakatla":{c:["US"]},"America/Mexico_City":{c:["MX"]},"America/Miquelon":{c:["PM"]},"America/Moncton":{c:["CA"]},"America/Monterrey":{c:["MX"]},"America/Montevideo":{c:["UY"]},"America/Montreal":{c:["CA"]},"America/Montserrat":{c:["MS"]},"America/Nassau":{c:["BS"]},"America/New_York":{c:["US"]},"America/Nipigon":{c:["CA"]},"America/Nome":{c:["US"]},"America/Noronha":{c:["BR"]},"America/North_Dakota/Beulah":{c:["US"]},"America/North_Dakota/Center":{c:["US"]},"America/North_Dakota/New_Salem":{c:["US"]},"America/Nuuk":{c:["GL"]},"America/Ojinaga":{c:["MX"]},"America/Panama":{c:["PA","CA","KY"]},"America/Pangnirtung":{c:["CA"]},"America/Paramaribo":{c:["SR"]},"America/Phoenix":{c:["US","CA"]},"America/Port-au-Prince":{c:["HT"]},"America/Port_of_Spain":{c:["TT"]},"America/Porto_Velho":{c:["BR"]},"America/Puerto_Rico":{c:["PR","AG","CA","AI","AW","BL","BQ","CW","DM","GD","GP","KN","LC","MF","MS","SX","TT","VC","VG","VI"]},"America/Punta_Arenas":{c:["CL"]},"America/Rainy_River":{c:["CA"]},"America/Rankin_Inlet":{c:["CA"]},"America/Recife":{c:["BR"]},"America/Regina":{c:["CA"]},"America/Resolute":{c:["CA"]},"America/Rio_Branco":{c:["BR"]},"America/Santarem":{c:["BR"]},"America/Santiago":{c:["CL"]},"America/Santo_Domingo":{c:["DO"]},"America/Sao_Paulo":{c:["BR"]},"America/Scoresbysund":{c:["GL"]},"America/Sitka":{c:["US"]},"America/St_Barthelemy":{c:["BL"]},"America/St_Johns":{c:["CA"]},"America/St_Kitts":{c:["KN"]},"America/St_Lucia":{c:["LC"]},"America/St_Thomas":{c:["VI"]},"America/St_Vincent":{c:["VC"]},"America/Swift_Current":{c:["CA"]},"America/Tegucigalpa":{c:["HN"]},"America/Thule":{c:["GL"]},"America/Thunder_Bay":{c:["CA"]},"America/Tijuana":{c:["MX"]},"America/Toronto":{c:["CA","BS"]},"America/Tortola":{c:["VG"]},"America/Vancouver":{c:["CA"]},"America/Virgin":{c:["VI"]},"America/Whitehorse":{c:["CA"]},"America/Winnipeg":{c:["CA"]},"America/Yakutat":{c:["US"]},"America/Yellowknife":{c:["CA"]},"Antarctica/Casey":{c:["AQ"]},"Antarctica/Davis":{c:["AQ"]},"Antarctica/DumontDUrville":{c:["AQ"]},"Antarctica/Macquarie":{c:["AU"]},"Antarctica/Mawson":{c:["AQ"]},"Antarctica/McMurdo":{c:["AQ"]},"Antarctica/Palmer":{c:["AQ"]},"Antarctica/Rothera":{c:["AQ"]},"Antarctica/South_Pole":{c:["AQ"]},"Antarctica/Syowa":{c:["AQ"]},"Antarctica/Troll":{c:["AQ"]},"Antarctica/Vostok":{c:["AQ"]},"Arctic/Longyearbyen":{c:["SJ"]},"Asia/Aden":{c:["YE"]},"Asia/Almaty":{c:["KZ"]},"Asia/Amman":{c:["JO"]},"Asia/Anadyr":{c:["RU"]},"Asia/Aqtau":{c:["KZ"]},"Asia/Aqtobe":{c:["KZ"]},"Asia/Ashgabat":{c:["TM"]},"Asia/Atyrau":{c:["KZ"]},"Asia/Baghdad":{c:["IQ"]},"Asia/Bahrain":{c:["BH"]},"Asia/Baku":{c:["AZ"]},"Asia/Bangkok":{c:["TH","KH","LA","VN"]},"Asia/Barnaul":{c:["RU"]},"Asia/Beirut":{c:["LB"]},"Asia/Bishkek":{c:["KG"]},"Asia/Brunei":{c:["BN"]},"Asia/Calcutta":{c:["IN"]},"Asia/Chita":{c:["RU"]},"Asia/Choibalsan":{c:["MN"]},"Asia/Colombo":{c:["LK"]},"Asia/Damascus":{c:["SY"]},"Asia/Dhaka":{c:["BD"]},"Asia/Dili":{c:["TL"]},"Asia/Dubai":{c:["AE","OM"]},"Asia/Dushanbe":{c:["TJ"]},"Asia/Famagusta":{c:["CY"]},"Asia/Gaza":{c:["PS"]},"Asia/Hebron":{c:["PS"]},"Asia/Ho_Chi_Minh":{c:["VN"]},"Asia/Hong_Kong":{c:["HK"]},"Asia/Hovd":{c:["MN"]},"Asia/Irkutsk":{c:["RU"]},"Asia/Jakarta":{c:["ID"]},"Asia/Jayapura":{c:["ID"]},"Asia/Jerusalem":{c:["IL"]},"Asia/Kabul":{c:["AF"]},"Asia/Kamchatka":{c:["RU"]},"Asia/Karachi":{c:["PK"]},"Asia/Kathmandu":{c:["NP"]},"Asia/Khandyga":{c:["RU"]},"Asia/Kolkata":{c:["IN"]},"Asia/Krasnoyarsk":{c:["RU"]},"Asia/Kuala_Lumpur":{c:["MY"]},"Asia/Kuching":{c:["MY"]},"Asia/Kuwait":{c:["KW"]},"Asia/Macau":{c:["MO"]},"Asia/Magadan":{c:["RU"]},"Asia/Makassar":{c:["ID"]},"Asia/Manila":{c:["PH"]},"Asia/Muscat":{c:["OM"]},"Asia/Nicosia":{c:["CY"]},"Asia/Novokuznetsk":{c:["RU"]},"Asia/Novosibirsk":{c:["RU"]},"Asia/Omsk":{c:["RU"]},"Asia/Oral":{c:["KZ"]},"Asia/Phnom_Penh":{c:["KH"]},"Asia/Pontianak":{c:["ID"]},"Asia/Pyongyang":{c:["KP"]},"Asia/Qatar":{c:["QA","BH"]},"Asia/Qostanay":{c:["KZ"]},"Asia/Qyzylorda":{c:["KZ"]},"Asia/Riyadh":{c:["SA","AQ","KW","YE"]},"Asia/Sakhalin":{c:["RU"]},"Asia/Samarkand":{c:["UZ"]},"Asia/Seoul":{c:["KR"]},"Asia/Shanghai":{c:["CN"]},"Asia/Singapore":{c:["SG","MY"]},"Asia/Srednekolymsk":{c:["RU"]},"Asia/Taipei":{c:["TW"]},"Asia/Tashkent":{c:["UZ"]},"Asia/Tbilisi":{c:["GE"]},"Asia/Tehran":{c:["IR"]},"Asia/Thimphu":{c:["BT"]},"Asia/Tokyo":{c:["JP"]},"Asia/Tomsk":{c:["RU"]},"Asia/Ulaanbaatar":{c:["MN"]},"Asia/Urumqi":{c:["CN"]},"Asia/Ust-Nera":{c:["RU"]},"Asia/Vientiane":{c:["LA"]},"Asia/Vladivostok":{c:["RU"]},"Asia/Yakutsk":{c:["RU"]},"Asia/Yangon":{c:["MM"]},"Asia/Yekaterinburg":{c:["RU"]},"Asia/Yerevan":{c:["AM"]},"Atlantic/Azores":{c:["PT"]},"Atlantic/Bermuda":{c:["BM"]},"Atlantic/Canary":{c:["ES"]},"Atlantic/Cape_Verde":{c:["CV"]},"Atlantic/Faroe":{c:["FO"]},"Atlantic/Jan_Mayen":{c:["SJ"]},"Atlantic/Madeira":{c:["PT"]},"Atlantic/Reykjavik":{c:["IS"]},"Atlantic/South_Georgia":{c:["GS"]},"Atlantic/St_Helena":{c:["SH"]},"Atlantic/Stanley":{c:["FK"]},"Australia/Adelaide":{c:["AU"]},"Australia/Brisbane":{c:["AU"]},"Australia/Broken_Hill":{c:["AU"]},"Australia/Darwin":{c:["AU"]},"Australia/Eucla":{c:["AU"]},"Australia/Hobart":{c:["AU"]},"Australia/Lindeman":{c:["AU"]},"Australia/Lord_Howe":{c:["AU"]},"Australia/Melbourne":{c:["AU"]},"Australia/Perth":{c:["AU"]},"Australia/Sydney":{c:["AU"]},"Canada/Eastern":{c:["CA"]},"Europe/Amsterdam":{c:["NL"]},"Europe/Andorra":{c:["AD"]},"Europe/Astrakhan":{c:["RU"]},"Europe/Athens":{c:["GR"]},"Europe/Belfast":{c:["GB"]},"Europe/Belgrade":{c:["RS","BA","HR","ME","MK","SI"]},"Europe/Berlin":{c:["DE"]},"Europe/Bratislava":{c:["SK"]},"Europe/Brussels":{c:["BE"]},"Europe/Bucharest":{c:["RO"]},"Europe/Budapest":{c:["HU"]},"Europe/Busingen":{c:["DE"]},"Europe/Chisinau":{c:["MD"]},"Europe/Copenhagen":{c:["DK"]},"Europe/Dublin":{c:["IE"]},"Europe/Gibraltar":{c:["GI"]},"Europe/Guernsey":{c:["GG"]},"Europe/Helsinki":{c:["FI","AX"]},"Europe/Isle_of_Man":{c:["IM"]},"Europe/Istanbul":{c:["TR"]},"Europe/Jersey":{c:["JE"]},"Europe/Kaliningrad":{c:["RU"]},"Europe/Kiev":{c:["UA"]},"Europe/Kirov":{c:["RU"]},"Europe/Lisbon":{c:["PT"]},"Europe/Ljubljana":{c:["SI"]},"Europe/London":{c:["GB","GG","IM","JE"]},"Europe/Luxembourg":{c:["LU"]},"Europe/Madrid":{c:["ES"]},"Europe/Malta":{c:["MT"]},"Europe/Mariehamn":{c:["AX"]},"Europe/Minsk":{c:["BY"]},"Europe/Monaco":{c:["MC"]},"Europe/Moscow":{c:["RU"]},"Europe/Oslo":{c:["NO","SJ","BV"]},"Europe/Paris":{c:["FR"]},"Europe/Podgorica":{c:["ME"]},"Europe/Prague":{c:["CZ","SK"]},"Europe/Riga":{c:["LV"]},"Europe/Rome":{c:["IT","SM","VA"]},"Europe/Samara":{c:["RU"]},"Europe/San_Marino":{c:["SM"]},"Europe/Sarajevo":{c:["BA"]},"Europe/Saratov":{c:["RU"]},"Europe/Simferopol":{c:["RU","UA"]},"Europe/Skopje":{c:["MK"]},"Europe/Sofia":{c:["BG"]},"Europe/Stockholm":{c:["SE"]},"Europe/Tallinn":{c:["EE"]},"Europe/Tirane":{c:["AL"]},"Europe/Ulyanovsk":{c:["RU"]},"Europe/Uzhgorod":{c:["UA"]},"Europe/Vaduz":{c:["LI"]},"Europe/Vatican":{c:["VA"]},"Europe/Vienna":{c:["AT"]},"Europe/Vilnius":{c:["LT"]},"Europe/Volgograd":{c:["RU"]},"Europe/Warsaw":{c:["PL"]},"Europe/Zagreb":{c:["HR"]},"Europe/Zaporozhye":{c:["UA"]},"Europe/Zurich":{c:["CH","DE","LI"]},GB:{c:["GB"]},"GB-Eire":{c:["GB"]},"Indian/Antananarivo":{c:["MG"]},"Indian/Chagos":{c:["IO"]},"Indian/Christmas":{c:["CX"]},"Indian/Cocos":{c:["CC"]},"Indian/Comoro":{c:["KM"]},"Indian/Kerguelen":{c:["TF","HM"]},"Indian/Mahe":{c:["SC"]},"Indian/Maldives":{c:["MV"]},"Indian/Mauritius":{c:["MU"]},"Indian/Mayotte":{c:["YT"]},"Indian/Reunion":{c:["RE","TF"]},NZ:{c:["NZ"]},"Pacific/Apia":{c:["WS"]},"Pacific/Auckland":{c:["NZ","AQ"]},"Pacific/Bougainville":{c:["PG"]},"Pacific/Chatham":{c:["NZ"]},"Pacific/Chuuk":{c:["FM"]},"Pacific/Easter":{c:["CL"]},"Pacific/Efate":{c:["VU"]},"Pacific/Fakaofo":{c:["TK"]},"Pacific/Fiji":{c:["FJ"]},"Pacific/Funafuti":{c:["TV"]},"Pacific/Galapagos":{c:["EC"]},"Pacific/Gambier":{c:["PF"]},"Pacific/Guadalcanal":{c:["SB"]},"Pacific/Guam":{c:["GU","MP"]},"Pacific/Honolulu":{c:["US","UM"]},"Pacific/Johnston":{c:["UM"]},"Pacific/Kanton":{c:["KI"]},"Pacific/Kiritimati":{c:["KI"]},"Pacific/Kosrae":{c:["FM"]},"Pacific/Kwajalein":{c:["MH"]},"Pacific/Majuro":{c:["MH"]},"Pacific/Marquesas":{c:["PF"]},"Pacific/Midway":{c:["UM"]},"Pacific/Nauru":{c:["NR"]},"Pacific/Niue":{c:["NU"]},"Pacific/Norfolk":{c:["NF"]},"Pacific/Noumea":{c:["NC"]},"Pacific/Pago_Pago":{c:["AS","UM"]},"Pacific/Palau":{c:["PW"]},"Pacific/Pitcairn":{c:["PN"]},"Pacific/Pohnpei":{c:["FM"]},"Pacific/Port_Moresby":{c:["PG","AQ"]},"Pacific/Rarotonga":{c:["CK"]},"Pacific/Saipan":{c:["MP"]},"Pacific/Samoa":{c:["WS"]},"Pacific/Tahiti":{c:["PF"]},"Pacific/Tarawa":{c:["KI"]},"Pacific/Tongatapu":{c:["TO"]},"Pacific/Wake":{c:["UM"]},"Pacific/Wallis":{c:["WF"]},Singapore:{c:["SG"]},"US/Alaska":{c:["US"]},"US/Aleutian":{c:["US"]},"US/Arizona":{c:["US"]},"US/Central":{c:["US"]},"US/East-Indiana":{c:["US"]},"US/Eastern":{c:["US"]},"US/Hawaii":{c:["US"]},"US/Indiana-Starke":{c:["US"]},"US/Michigan":{c:["US"]},"US/Mountain":{c:["US"]},"US/Pacific":{c:["US"]},"US/Samoa":{c:["WS"]}};var u=r(9069),l=r(1587),s=r(1211),A=r(5198);const f={AC:"40123",AD:"312345",AE:"501234567",AF:"701234567",AG:"2684641234",AI:"2642351234",AL:"672123456",AM:"77123456",AO:"923123456",AR:"91123456789",AS:"6847331234",AT:"664123456",AU:"412345678",AW:"5601234",AX:"412345678",AZ:"401234567",BA:"61123456",BB:"2462501234",BD:"1812345678",BE:"470123456",BF:"70123456",BG:"43012345",BH:"36001234",BI:"79561234",BJ:"90011234",BL:"690001234",BM:"4413701234",BN:"7123456",BO:"71234567",BQ:"3181234",BR:"11961234567",BS:"2423591234",BT:"17123456",BW:"71123456",BY:"294911911",BZ:"6221234",CA:"5062345678",CC:"412345678",CD:"991234567",CF:"70012345",CG:"061234567",CH:"781234567",CI:"0123456789",CK:"71234",CL:"221234567",CM:"671234567",CN:"13123456789",CO:"3211234567",CR:"83123456",CU:"51234567",CV:"9911234",CW:"95181234",CX:"412345678",CY:"96123456",CZ:"601123456",DE:"15123456789",DJ:"77831001",DK:"32123456",DM:"7672251234",DO:"8092345678",DZ:"551234567",EC:"991234567",EE:"51234567",EG:"1001234567",EH:"650123456",ER:"7123456",ES:"612345678",ET:"911234567",FI:"412345678",FJ:"7012345",FK:"51234",FM:"3501234",FO:"211234",FR:"612345678",GA:"06031234",GB:"7400123456",GD:"4734031234",GE:"555123456",GF:"694201234",GG:"7781123456",GH:"231234567",GI:"57123456",GL:"221234",GM:"3012345",GN:"601123456",GP:"690001234",GQ:"222123456",GR:"6912345678",GT:"51234567",GU:"6713001234",GW:"955012345",GY:"6091234",HK:"51234567",HN:"91234567",HR:"921234567",HT:"34101234",HU:"201234567",ID:"812345678",IE:"850123456",IL:"502345678",IM:"7924123456",IN:"8123456789",IO:"3801234",IQ:"7912345678",IR:"9123456789",IS:"6111234",IT:"3123456789",JE:"7797712345",JM:"8762101234",JO:"790123456",JP:"9012345678",KE:"712123456",KG:"700123456",KH:"91234567",KI:"72001234",KM:"3212345",KN:"8697652917",KP:"1921234567",KR:"1020000000",KW:"50012345",KY:"3453231234",KZ:"7710009998",LA:"2023123456",LB:"71123456",LC:"7582845678",LI:"660234567",LK:"712345678",LR:"770123456",LS:"50123456",LT:"61234567",LU:"628123456",LV:"21234567",LY:"912345678",MA:"650123456",MC:"612345678",MD:"62112345",ME:"67622901",MF:"690001234",MG:"321234567",MH:"2351234",MK:"72345678",ML:"65012345",MM:"92123456",MN:"88123456",MO:"66123456",MP:"6702345678",MQ:"696201234",MR:"22123456",MS:"6644923456",MT:"96961234",MU:"52512345",MV:"7712345",MW:"991234567",MX:"12221234567",MY:"123456789",MZ:"821234567",NA:"811234567",NC:"751234",NE:"93123456",NF:"381234",NG:"8021234567",NI:"81234567",NL:"612345678",NO:"40612345",NP:"9841234567",NR:"5551234",NU:"8884012",NZ:"211234567",OM:"92123456",PA:"61234567",PE:"912345678",PF:"87123456",PG:"70123456",PH:"9051234567",PK:"3012345678",PL:"512345678",PM:"551234",PR:"7872345678",PS:"599123456",PT:"912345678",PW:"6201234",PY:"961456789",QA:"33123456",RE:"692123456",RO:"712034567",RS:"601234567",RU:"9123456789",RW:"720123456",SA:"512345678",SB:"7421234",SC:"2510123",SD:"911231234",SE:"701234567",SG:"81234567",SH:"51234",SI:"31234567",SJ:"41234567",SK:"912123456",SL:"25123456",SM:"66661212",SN:"701234567",SO:"71123456",SR:"7412345",SS:"977123456",ST:"9812345",SV:"70123456",SX:"7215205678",SY:"944567890",SZ:"76123456",TA:"8999",TC:"6492311234",TD:"63012345",TG:"90112345",TH:"812345678",TJ:"917123456",TK:"7290",TL:"77212345",TM:"66123456",TN:"20123456",TO:"7715123",TR:"5012345678",TT:"8682911234",TV:"901234",TW:"912345678",TZ:"621234567",UA:"501234567",UG:"712345678",US:"2015550123",UY:"94231234",UZ:"912345678",VA:"3123456789",VC:"7844301234",VE:"4121234567",VG:"2843001234",VI:"3406421234",VN:"912345678",VU:"5912345",WF:"821234",WS:"7212345",XK:"43201234",YE:"712345678",YT:"639012345",ZA:"711234567",ZM:"955123456",ZW:"712345678"};var d=r(426),m=r(9234),p=r(5200),h=r(1275),g=function(){return g=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},g.apply(this,arguments)};const v=(0,c.forwardRef)((function(e,a){var r=e.show,t=e.itemOnClick,n=e.responsiveStyles,o=e.dropdownWidth,u=function(e,a){var r={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(r[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var c=0;for(i=Object.getOwnPropertySymbols(e);c<i.length;c++)a.indexOf(i[c])<0&&Object.prototype.propertyIsEnumerable.call(e,i[c])&&(r[i[c]]=e[i[c]])}return r}(e,["show","itemOnClick","responsiveStyles","dropdownWidth"]),l=(0,c.useRef)({}),s=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n}((0,c.useState)(""),2),f=s[0],d=s[1],v=(0,c.useRef)(null);(0,c.useEffect)((function(){r?v.current&&setTimeout((function(){var e;null===(e=v.current)||void 0===e||e.focus()}),50):d("")}),[r]);var S=(0,c.useMemo)((function(){var e=A.ZP.filter((function(e){var a,r=e.countryCode,i=e.countryName,c=e.phoneCode;return!(!(null===(a=m.BZ)||void 0===a?void 0:a.isSupportedCountry(r))||p.fD.client&&!A.lC.has(r))&&(!f||r.toLowerCase().includes(f)||i.toLowerCase().includes(f)||"+".concat(c).includes(f))}));return(0,i.BX)(i.HY,{children:[(0,i.tZ)("input",{ref:v,placeholder:"Search",css:{width:"100%",height:"30px",outline:"none",border:"none",borderBottom:"1px solid grey",padding:"5px 10px",fontSize:"14px"},onKeyDown:function(a){var r=function(){a.preventDefault(),a.stopPropagation()};if("ArrowDown"===a.key){r();var i=e[0];i&&l.current[i.countryCode].focus()}else"Enter"===a.key&&r()},onChange:function(e){return d(e.target.value.toLowerCase())},tabIndex:0}),e.map((function(e){var a=e.flag,r=e.countryCode,c=e.countryName,n=e.phoneCode;return(0,i.BX)("li",g({ref:function(e){l.current[r]=e},css:{padding:"2px 10px",display:"flex",alignItems:"center",transition:"0.1s ease all",fontSize:"14px","&:hover":{backgroundColor:"#e6e6e644"},"&:focus-visible":{outline:"none",backgroundColor:"#e6e6e644"}},tabIndex:0,onKeyDown:function(e){var a,i,c=function(){e.preventDefault(),e.stopPropagation()};"Enter"===e.key?(c(),t(r,n)):["ArrowDown","ArrowRight"].includes(e.key)?(c(),null===(a=l.current[r].nextSibling)||void 0===a||a.focus()):["ArrowUp","ArrowLeft"].includes(e.key)&&(c(),null===(i=l.current[r].previousSibling)||void 0===i||i.focus())},onClick:function(){return t(r,n)}},{children:[(0,i.tZ)("span",g({css:{fontSize:"24px",marginRight:"7px",lineHeight:"33px",fontFamily:'"Twemoji Country Flags", sans-serif'}},{children:a})),c,(0,i.BX)("span",g({css:{marginLeft:"7px",color:"grey"}},{children:["+",n]}))]}),r)}))]})}),[f]),y=void 0!==o?"".concat(o,"px"):"100%";return(0,i.tZ)("ul",g({css:g({zIndex:h.m,listStyleType:"none",padding:0,margin:0,backgroundColor:"white",cursor:"pointer",boxShadow:"0 0 4px rgb(0 0 0 / 15%)",maxHeight:"210px",overflowY:"scroll",overflowX:"hidden",boxSizing:"border-box",width:y},n.getTarget("dropdown")),ref:a},u,{children:S}))}));var S=r(6867),y=r(9479),C={IN:12,SG:10},M=r(7449),E=r(5398),b=function(){return b=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},b.apply(this,arguments)},R=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n},U="US",B=A.ZP.reduce((function(e,a){var r=a.flag,i=a.countryCode,c=a.phoneCode;return e[i]={flag:r,phoneCode:c},e}),{});const P=(0,c.memo)((function(e){var a=e.element,r=e.responsiveStyles,t=e.fieldLabel,A=e.fullNumber,p=e.elementProps,h=void 0===p?{}:p,g=e.required,P=void 0!==g&&g,T=e.disabled,w=void 0!==T&&T,G=e.repeatIndex,k=void 0===G?null:G,I=e.autoComplete,L=e.editMode,N=e.onComplete,K=void 0===N?function(){}:N,O=e.setRef,D=void 0===O?function(){}:O,Z=e.inlineError,_=e.rightToLeft,x=e.onEnter,F=e.children,H=(0,c.useRef)(null),j=(0,c.useRef)(null),W=(0,c.useRef)(null),V=(0,c.useRef)(null),Y=(0,c.useRef)(null),J=R((0,c.useState)(null),2),z=J[0],X=J[1],Q=R((0,c.useState)(0),2),q=Q[0],$=Q[1],ee=R((0,c.useState)(!1),2),ae=ee[0],re=ee[1],ie=R((0,c.useState)(""),2),ce=ie[0],te=ie[1],ne=a.servar,oe=(0,c.useMemo)((function(){if("auto"===ne.metadata.default_country){var e=Intl.DateTimeFormat().resolvedOptions().timeZone;if(!e)return U;var a=o[e];if(!a)return U;var r=a.c[0];return r in B?r:U}return ne.metadata.default_country||U}),[ne.metadata.default_country]),ue=R((0,c.useState)(oe),2),le=ue[0],se=ue[1];(0,c.useEffect)((function(){return se(oe)}),[oe]),(0,c.useEffect)((function(){try{!function(e="Twemoji Country Flags",a="https://cdn.jsdelivr.net/npm/country-flag-emoji-polyfill@0.1/dist/TwemojiCountryFlags.woff2"){if(typeof window<"u"&&n("😊")&&!n("🇨🇭")){const r=document.createElement("style");r.textContent=`@font-face {\n font-family: "${e}";\n unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E0063, U+E0065, U+E0067,\n U+E006C, U+E006E, U+E0073-E0074, U+E0077, U+E007F;\n src: url('${a}') format('woff2');\n font-display: swap;\n }`,document.head.appendChild(r)}}()}catch(e){}}),[]);var Ae=B[le].phoneCode,fe=R((0,c.useState)(""),2),de=fe[0],me=fe[1],pe=R((0,c.useState)(a.properties.placeholder),2),he=pe[0],ge=pe[1],ve=R((0,c.useState)(!1),2),Se=ve[0],ye=ve[1],Ce=(0,E.Z)(W).width,Me=(0,S.Z)({element:a,error:Z,breakpoint:r.getMobileBreakpoint()}),Ee=Me.borderStyles,be=Me.customBorder,Re=function(e){return e.length+(e.length>3?2:1)},Ue=function(e){X(e),$((function(e){return e+1}))},Be=function(e){Ue(Re(e))};(0,c.useEffect)((function(){var e=Y.current;e&&null!==z&&e.setSelectionRange(z,z)}),[q]),(0,c.useEffect)((function(){A===ce||L||m.hV.then((function(e){var a,r;if(e){var i=new e.AsYouType;i.input("+".concat(A));var c=null!==(a=i.getNumber())&&void 0!==a?a:"";te(A),me(A),c&&se(null!==(r=c.country)&&void 0!==r?r:le)}}))}),[A]);var Pe=(0,c.useMemo)((function(){if(""===de)return"";var e=m.BZ;if(!e)return"+".concat(de);var a=new e.AsYouType(le),r=e.parseDigits(de,le);return a.input("+".concat(r))}),[le,de]);(0,c.useEffect)((function(){var e,r=null!==(e=a.properties.placeholder)&&void 0!==e?e:"";if(L||r)ge(r);else{var i=f[le];m.hV.then((function(e){e&&ge(e.parsePhoneNumber(i,le).formatInternational())}))}}),[le,a]);var Te=function(e){(A||e)&&e!==A&&(te(e),K(e))},we=!ne.metadata.disable_other_countries,Ge=we?{cursor:"pointer","&:hover":(0,y.wL)({backgroundColor:"#e6e6e633"})}:{};return(0,i.BX)("div",b({ref:j,css:b({maxWidth:"100%",width:"100%",height:"100%",position:"relative",pointerEvents:L?"none":"auto"},r.getTarget("fc"))},h,{children:[F,t,(0,i.BX)("div",b({ref:W,css:b(b(b({display:"flex",position:"relative"},r.getTarget("sub-fc")),w?r.getTarget("disabled"):{}),{"&:hover":(0,y.wL)(w?{}:b(b({},r.getTarget("hover")),Ee.hover)),"&&":Se?b(b({},r.getTarget("active")),Ee.active):{}})},{children:[be,(0,i.tZ)("div",b({"data-testid":"country-trigger",css:b(b({transition:"0.2s ease all",display:"flex",alignItems:"center",justifyContent:"center",padding:"0 6px",position:"relative",cursor:"default",fontFamily:'"Twemoji Country Flags", sans-serif'},r.getTarget("fieldToggle")),Ge),ref:H,onClick:function(){we&&!w&&re(!ae)}},{children:B[le].flag})),(0,i.tZ)(M.Z,b({show:ae,onHide:function(){return re(!1)},targetRef:H,containerRef:j,placement:"bottom-start",offset:0},{children:(0,i.tZ)(v,{itemOnClick:function(e,a){se(e),me(a),Be(a),re(!1),Te(a),Y.current.focus()},responsiveStyles:r,dropdownWidth:Ce,ref:function(e){V.current=e},show:ae})}),"overlay-".concat(le)),(0,i.BX)("div",b({css:{position:"relative",width:"100%",whiteSpace:"nowrap",overflowX:"clip"}},{children:[(0,i.tZ)("input",{id:ne.key,name:ne.key,css:b(b(b(b({backgroundColor:"transparent",height:"100%",width:"100%",border:"none",margin:0},_?{textAlign:"right"}:{}),s.ET),r.getTarget("field")),Se||Pe||!he?{}:{color:"transparent !important"}),required:P,disabled:w,placeholder:"","aria-label":a.properties.aria_label,value:Pe,ref:function(e){Y.current=e,D(e)},type:"tel",autoComplete:"on"===I?"tel":"new-password",dir:"ltr",onFocus:function(e){(0,y.ms)(e),me((function(e){return""===e?(Be(Ae),Ae):e})),ye(!0)},onClick:function(e){!function(e){var a;if(e){var r=Re(Ae),i=null!==(a=e.selectionStart)&&void 0!==a?a:r;if(i>=r)X(i);else{var c=de.length>Ae.length?e.value.length:r;e.setSelectionRange(c,c),X(c)}}}(e.currentTarget)},onBlur:function(){var e=de;Ae.startsWith(de)&&(X(null),me(e="")),Te(e),ye(!1)},onKeyDown:function(e){"Enter"===e.key?(Te(de),x(e)):"+"===e.key&&re(!0)},onChange:function(e){var a,r=e.target.selectionStart,i=e.target.value;if(i){var c=m.BZ;if(!c)return;if((i.match(/\+/g)||[]).length>1){var t=i.lastIndexOf("+");i=i.slice(t)}if((i=i.replace(/\s/g,"")).includes("+")||(i=c.validatePhoneNumberLength(i,le)&&i.startsWith(Ae)?"+".concat(i):"+".concat(Ae).concat(i)),!i.startsWith("+".concat(Ae)))return;if(i.startsWith("+11"))return;var n=c.parseDigits(i,le);if("TOO_LONG"===c.validatePhoneNumberLength(n,le)||(a=le)in C&&n.length>C[a])return;var o=new c.AsYouType(le).input("+".concat(n)),u=c.parseDigits(Pe.slice(0,null!=z?z:0)).length;me(n);var l=c.parseDigits(o,le).length-c.parseDigits(Pe,le).length;if(r&&l>0)for(;r<=o.length&&!(0,d.e9)(o[r])||c.parseDigits(o.slice(0,r)).length<=u;)r++}else me(Ae),r=Re(Ae);Ue(null!=r?r:0)}}),he&&(0,i.tZ)(u.Z,{value:Pe,element:{properties:{placeholder:he}},responsiveStyles:r,repeatIndex:k}),(0,i.tZ)(l.Z,{containerRef:j,id:a.id,text:a.properties.tooltipText,responsiveStyles:r,repeat:a.repeat})]}))]}))]}))}))},5398:(e,a,r)=>{r.d(a,{Z:()=>t});var i=r(7294),c=r(9479);function t(e){var a=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n}((0,i.useState)({width:void 0,height:void 0}),2),r=a[0],t=a[1];return(0,i.useLayoutEffect)((function(){var a=function(){var a=e.current;if(a){var r=a.getBoundingClientRect(),i=r.width,c=r.height;t({width:i>0?i:void 0,height:c>0?c:void 0})}},r=e.current;if(r){if("undefined"==typeof ResizeObserver){var i=(0,c.Kv)();return i&&"function"==typeof i.addEventListener&&"function"==typeof i.removeEventListener?(i.addEventListener("resize",a),a(),function(){return i.removeEventListener("resize",a)}):void a()}var n=new ResizeObserver((function(){return a()}));try{n.observe(r,{box:"border-box"})}catch(e){n.observe(r)}return a(),function(){return n.disconnect()}}}),[e]),r}}}]);
1
+ "use strict";(this.webpackChunkFeathery=this.webpackChunkFeathery||[]).push([[213],{1587:(e,a,r)=>{r.d(a,{Z:()=>f});var i=r(5944),c=r(7294),t=r(8776),n=r(5096),o=r(2988),u=r(4665),l=r(7449),s=r(9479),A=function(){return A=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},A.apply(this,arguments)};function f(e){var a=e.id,r=e.text,f=e.responsiveStyles,d=e.absolute,m=void 0===d||d,p=e.containerRef,h=e.repeat,g=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n}((0,c.useState)(!1),2),v=g[0],S=g[1],y=(0,c.useRef)(null);if(!(r=(0,u.xf)(r,h)))return null;var C=(0,s.tq)();return(0,i.BX)(i.HY,{children:[(0,i.tZ)("div",A({ref:y,onMouseEnter:C?void 0:function(){return S(!0)},onMouseLeave:C?void 0:function(){return S(!1)},onFocus:function(){return S(!0)},onBlur:function(){return S(!1)},onClick:function(){return S((function(e){return!e}))},css:m?{position:"absolute",insetInlineEnd:"10px",top:0,bottom:0,zIndex:o.rM,margin:"auto",cursor:"pointer",height:"100%",display:"flex"}:{position:"relative",marginInlineStart:"8px",display:"flex",alignItems:"center"}},{children:(0,i.tZ)(n.by,{cssStyles:f.getTarget("tooltipIcon")})})),(0,i.tZ)(l.Z,A({show:v,targetRef:y,containerRef:p,placement:"left",onHide:function(){return S(!1)},offset:8},{children:(0,i.tZ)(t.u,A({id:"tooltip-".concat(a),css:{zIndex:o.rM+1,padding:".4rem 0",transition:"opacity .10s linear",".tooltip-inner":{maxWidth:"200px",padding:".25rem .5rem",color:"#fff",textAlign:"center",backgroundColor:"#000",borderRadius:".25rem",fontSize:"smaller"}}},{children:r}))}))]})}},7449:(e,a,r)=>{r.d(a,{Z:()=>u});var i=r(5944),c=r(7294),t=r(3935),n=r(9479),o=function(){return o=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},o.apply(this,arguments)};const u=function(e){var a=e.show,r=e.targetRef,u=e.children,A=e.onHide,f=e.placement,d=void 0===f?"bottom-start":f,m=e.offset,p=void 0===m?0:m,h=e.zIndex,g=void 0===h?1e3:h,v=e.containerRef,S=(0,c.useRef)(null),y=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n}((0,c.useState)(null),2),C=y[0],M=y[1],E=(0,c.useCallback)((function(){return(null==v?void 0:v.current)||(0,n.me)().body}),[v]),b=(0,c.useCallback)((function(){var e;if(a&&r.current&&S.current){var i=(0,n.Kv)(),c=E();if(c){var t=r.current.getBoundingClientRect(),o=S.current.getBoundingClientRect(),u=c.getBoundingClientRect(),A=s(d,t,o,p),f=A.top,m=A.left,h=f+o.height,g=m+o.width,v=f>=0&&h<=i.innerHeight,y=m>=0&&g<=i.innerWidth;if(!v||!y){var C=l(d,!v,!y);C!==d&&(f=(e=s(C,t,o,p)).top,m=e.left)}var b=c===(0,n.me)().body,R=b?f+i.scrollY:f-u.top,U=b?m+i.scrollX:m-u.left;M((function(e){return e&&e.top===R&&e.left===U?e:{top:R,left:U}}))}}}),[a,d,p,E,r]),R=(0,c.useCallback)((function(){var e=!1;return function(){e||(e=!0,requestAnimationFrame((function(){b(),e=!1})))}}),[b])();if((0,c.useLayoutEffect)((function(){a&&b()}),[a,b]),(0,c.useEffect)((function(){if(a){var e=(0,n.Kv)(),i=E();if(i){e.addEventListener("resize",R),e.addEventListener("scroll",R,!0),i!==(0,n.me)().body&&i.addEventListener("scroll",R);var c=new ResizeObserver((function(){return R()}));return r.current&&c.observe(r.current),i!==(0,n.me)().body&&c.observe(i),function(){e.removeEventListener("resize",R),e.removeEventListener("scroll",R,!0),i!==(0,n.me)().body&&i.removeEventListener("scroll",R),c.disconnect()}}}}),[a,R,E,r]),(0,c.useEffect)((function(){if(a){var e=function(e){"Escape"===e.key&&(M(null),null==A||A())},i=function(e){var a=e.target;S.current&&!S.current.contains(a)&&r.current&&!r.current.contains(a)&&(M(null),null==A||A())},c=(0,n.me)();return c.addEventListener("mousedown",i),c.addEventListener("keydown",e),function(){c.removeEventListener("mousedown",i),c.removeEventListener("keydown",e)}}}),[a,A,r]),!a)return null;var U=E();return U?(0,t.createPortal)((0,i.tZ)("div",o({ref:S,style:o(o({position:"absolute"},C||{top:-9999,left:-9999}),{zIndex:g})},{children:u})),U):(0,i.tZ)(i.HY,{children:u})};var l=function(e,a,r){if(a){if(e.includes("top"))return e.replace("top","bottom");if(e.includes("bottom"))return e.replace("bottom","top")}if(r){if(e.includes("left"))return e.replace("left","right");if(e.includes("right"))return e.replace("right","left")}return e},s=function(e,a,r,i){switch(void 0===i&&(i=0),e){case"top":return{top:a.top-r.height-i,left:a.left+(a.width-r.width)/2};case"top-start":return{top:a.top-r.height-i,left:a.left};case"top-end":return{top:a.top-r.height-i,left:a.right-r.width};case"left":return{top:a.top+(a.height-r.height)/2,left:a.left-r.width-i};case"left-start":return{top:a.top,left:a.left-r.width-i};case"left-end":return{top:a.bottom-r.height,left:a.left-r.width-i};case"bottom":default:return{top:a.bottom+i,left:a.left+(a.width-r.width)/2};case"bottom-start":return{top:a.bottom+i,left:a.left};case"bottom-end":return{top:a.bottom+i,left:a.right-r.width};case"right":return{top:a.top+(a.height-r.height)/2,left:a.right+i};case"right-start":return{top:a.top,left:a.right+i};case"right-end":return{top:a.bottom-r.height,left:a.right+i}}}},9069:(e,a,r)=>{r.d(a,{Z:()=>t});var i=r(5944),c=function(){return c=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},c.apply(this,arguments)};function t(e){var a,r,t,n=e.value,o=e.element,u=e.responsiveStyles,l=e.type,s=void 0===l?"input":l,A=e.inputFocused,f=void 0!==A&&A,d=e.repeatIndex,m=void 0===d?null:d,p=o.properties,h=null!==(t=(null!==(r=p.repeat_placeholder)&&void 0!==r?r:[])[null!=m?m:0])&&void 0!==t?t:p.placeholder||"",g=c(c({},u.getTarget("placeholderFocus")),u.getTarget("placeholderActive"));return(0,i.tZ)("span",c({css:c(c(c(c({position:"absolute",pointerEvents:"none",insetInlineStart:"0.75rem",transition:"0.2s ease all",top:"input"===s?"50%":"0.6rem"},u.getTarget("placeholder")),n?u.getTarget("placeholderFocus"):{}),f?g:{}),(a={},a["".concat(s,":focus ~ &")]=g,a))},{children:h}))}},8776:(e,a,r)=>{r.d(a,{u:()=>n});var i=r(5944),c=r(2988),t=function(){return t=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},t.apply(this,arguments)},n=function(e){var a=e.children,r=e.css,n=function(e,a){var r={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(r[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var c=0;for(i=Object.getOwnPropertySymbols(e);c<i.length;c++)a.indexOf(i[c])<0&&Object.prototype.propertyIsEnumerable.call(e,i[c])&&(r[i[c]]=e[i[c]])}return r}(e,["children","css"]);return(0,i.tZ)("div",t({css:t({zIndex:c.rM+1,padding:".4rem 0",transition:"opacity .10s linear",".tooltip-inner":{maxWidth:"200px",padding:".25rem .5rem",color:"#fff",textAlign:"center",backgroundColor:"#000",borderRadius:".25rem",fontSize:"smaller"}},r)},n,{children:(0,i.tZ)("div",t({className:"tooltip-inner"},{children:a}))}))}},6067:(e,a,r)=>{r.r(a),r.d(a,{default:()=>P});var i=r(5944),c=r(7294);function t(e,a,r){return e.clearRect(0,0,100,100),e.fillStyle=r,e.fillText(a,0,0),e.getImageData(0,0,1,1).data.join(",")}function n(e){const a=function(){const e=document.createElement("canvas");e.width=e.height=1;const a=e.getContext("2d",{willReadFrequently:!0});return a.textBaseline="top",a.font='100px "Twemoji Mozilla","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","EmojiOne Color","Android Emoji",sans-serif',a.scale(.01,.01),a}(),r=t(a,e,"#fff"),i=t(a,e,"#000");return i===r&&!i.startsWith("0,0,0,")}const o={"Africa/Abidjan":{c:["CI","BF","GH","GM","GN","ML","MR","SH","SL","SN","TG"]},"Africa/Accra":{c:["GH"]},"Africa/Addis_Ababa":{c:["ET"]},"Africa/Algiers":{c:["DZ"]},"Africa/Asmara":{c:["ER"]},"Africa/Asmera":{c:["ER"]},"Africa/Bamako":{c:["ML"]},"Africa/Bangui":{c:["CF"]},"Africa/Banjul":{c:["GM"]},"Africa/Bissau":{c:["GW"]},"Africa/Blantyre":{c:["MW"]},"Africa/Brazzaville":{c:["CG"]},"Africa/Bujumbura":{c:["BI"]},"Africa/Cairo":{c:["EG"]},"Africa/Casablanca":{c:["MA"]},"Africa/Ceuta":{c:["ES"]},"Africa/Conakry":{c:["GN"]},"Africa/Dakar":{c:["SN"]},"Africa/Dar_es_Salaam":{c:["TZ"]},"Africa/Djibouti":{c:["DJ"]},"Africa/Douala":{c:["CM"]},"Africa/El_Aaiun":{c:["EH"]},"Africa/Freetown":{c:["SL"]},"Africa/Gaborone":{c:["BW"]},"Africa/Harare":{c:["ZW"]},"Africa/Johannesburg":{c:["ZA","LS","SZ"]},"Africa/Juba":{c:["SS"]},"Africa/Kampala":{c:["UG"]},"Africa/Khartoum":{c:["SD"]},"Africa/Kigali":{c:["RW"]},"Africa/Kinshasa":{c:["CD"]},"Africa/Lagos":{c:["NG","AO","BJ","CD","CF","CG","CM","GA","GQ","NE"]},"Africa/Libreville":{c:["GA"]},"Africa/Lome":{c:["TG"]},"Africa/Luanda":{c:["AO"]},"Africa/Lubumbashi":{c:["CD"]},"Africa/Lusaka":{c:["ZM"]},"Africa/Malabo":{c:["GQ"]},"Africa/Maputo":{c:["MZ","BI","BW","CD","MW","RW","ZM","ZW"]},"Africa/Maseru":{c:["LS"]},"Africa/Mbabane":{c:["SZ"]},"Africa/Mogadishu":{c:["SO"]},"Africa/Monrovia":{c:["LR"]},"Africa/Nairobi":{c:["KE","DJ","ER","ET","KM","MG","SO","TZ","UG","YT"]},"Africa/Ndjamena":{c:["TD"]},"Africa/Niamey":{c:["NE"]},"Africa/Nouakchott":{c:["MR"]},"Africa/Ouagadougou":{c:["BF"]},"Africa/Porto-Novo":{c:["BJ"]},"Africa/Sao_Tome":{c:["ST"]},"Africa/Timbuktu":{c:["ML"]},"Africa/Tripoli":{c:["LY"]},"Africa/Tunis":{c:["TN"]},"Africa/Windhoek":{c:["NA"]},"America/Adak":{c:["US"]},"America/Anchorage":{c:["US"]},"America/Anguilla":{c:["AI"]},"America/Antigua":{c:["AG"]},"America/Araguaina":{c:["BR"]},"America/Argentina/Buenos_Aires":{c:["AR"]},"America/Argentina/Catamarca":{c:["AR"]},"America/Argentina/Cordoba":{c:["AR"]},"America/Argentina/Jujuy":{c:["AR"]},"America/Argentina/La_Rioja":{c:["AR"]},"America/Argentina/Mendoza":{c:["AR"]},"America/Argentina/Rio_Gallegos":{c:["AR"]},"America/Argentina/Salta":{c:["AR"]},"America/Argentina/San_Juan":{c:["AR"]},"America/Argentina/San_Luis":{c:["AR"]},"America/Argentina/Tucuman":{c:["AR"]},"America/Argentina/Ushuaia":{c:["AR"]},"America/Aruba":{c:["AW"]},"America/Asuncion":{c:["PY"]},"America/Atikokan":{c:["CA"]},"America/Bahia":{c:["BR"]},"America/Bahia_Banderas":{c:["MX"]},"America/Barbados":{c:["BB"]},"America/Belem":{c:["BR"]},"America/Belize":{c:["BZ"]},"America/Blanc-Sablon":{c:["CA"]},"America/Boa_Vista":{c:["BR"]},"America/Bogota":{c:["CO"]},"America/Boise":{c:["US"]},"America/Cambridge_Bay":{c:["CA"]},"America/Campo_Grande":{c:["BR"]},"America/Cancun":{c:["MX"]},"America/Caracas":{c:["VE"]},"America/Cayenne":{c:["GF"]},"America/Cayman":{c:["KY"]},"America/Chicago":{c:["US"]},"America/Chihuahua":{c:["MX"]},"America/Coral_Harbour":{c:["CA"]},"America/Costa_Rica":{c:["CR"]},"America/Creston":{c:["CA"]},"America/Cuiaba":{c:["BR"]},"America/Curacao":{c:["CW"]},"America/Danmarkshavn":{c:["GL"]},"America/Dawson":{c:["CA"]},"America/Dawson_Creek":{c:["CA"]},"America/Denver":{c:["US"]},"America/Detroit":{c:["US"]},"America/Dominica":{c:["DM"]},"America/Edmonton":{c:["CA"]},"America/Eirunepe":{c:["BR"]},"America/El_Salvador":{c:["SV"]},"America/Fort_Nelson":{c:["CA"]},"America/Fortaleza":{c:["BR"]},"America/Glace_Bay":{c:["CA"]},"America/Goose_Bay":{c:["CA"]},"America/Grand_Turk":{c:["TC"]},"America/Grenada":{c:["GD"]},"America/Guadeloupe":{c:["GP"]},"America/Guatemala":{c:["GT"]},"America/Guayaquil":{c:["EC"]},"America/Guyana":{c:["GY"]},"America/Halifax":{c:["CA"]},"America/Havana":{c:["CU"]},"America/Hermosillo":{c:["MX"]},"America/Indiana/Indianapolis":{c:["US"]},"America/Indiana/Knox":{c:["US"]},"America/Indiana/Marengo":{c:["US"]},"America/Indiana/Petersburg":{c:["US"]},"America/Indiana/Tell_City":{c:["US"]},"America/Indiana/Vevay":{c:["US"]},"America/Indiana/Vincennes":{c:["US"]},"America/Indiana/Winamac":{c:["US"]},"America/Inuvik":{c:["CA"]},"America/Iqaluit":{c:["CA"]},"America/Jamaica":{c:["JM"]},"America/Juneau":{c:["US"]},"America/Kentucky/Louisville":{c:["US"]},"America/Kentucky/Monticello":{c:["US"]},"America/Kralendijk":{c:["BQ"]},"America/La_Paz":{c:["BO"]},"America/Lima":{c:["PE"]},"America/Los_Angeles":{c:["US"]},"America/Lower_Princes":{c:["SX"]},"America/Maceio":{c:["BR"]},"America/Managua":{c:["NI"]},"America/Manaus":{c:["BR"]},"America/Marigot":{c:["MF"]},"America/Martinique":{c:["MQ"]},"America/Matamoros":{c:["MX"]},"America/Mazatlan":{c:["MX"]},"America/Menominee":{c:["US"]},"America/Merida":{c:["MX"]},"America/Metlakatla":{c:["US"]},"America/Mexico_City":{c:["MX"]},"America/Miquelon":{c:["PM"]},"America/Moncton":{c:["CA"]},"America/Monterrey":{c:["MX"]},"America/Montevideo":{c:["UY"]},"America/Montreal":{c:["CA"]},"America/Montserrat":{c:["MS"]},"America/Nassau":{c:["BS"]},"America/New_York":{c:["US"]},"America/Nipigon":{c:["CA"]},"America/Nome":{c:["US"]},"America/Noronha":{c:["BR"]},"America/North_Dakota/Beulah":{c:["US"]},"America/North_Dakota/Center":{c:["US"]},"America/North_Dakota/New_Salem":{c:["US"]},"America/Nuuk":{c:["GL"]},"America/Ojinaga":{c:["MX"]},"America/Panama":{c:["PA","CA","KY"]},"America/Pangnirtung":{c:["CA"]},"America/Paramaribo":{c:["SR"]},"America/Phoenix":{c:["US","CA"]},"America/Port-au-Prince":{c:["HT"]},"America/Port_of_Spain":{c:["TT"]},"America/Porto_Velho":{c:["BR"]},"America/Puerto_Rico":{c:["PR","AG","CA","AI","AW","BL","BQ","CW","DM","GD","GP","KN","LC","MF","MS","SX","TT","VC","VG","VI"]},"America/Punta_Arenas":{c:["CL"]},"America/Rainy_River":{c:["CA"]},"America/Rankin_Inlet":{c:["CA"]},"America/Recife":{c:["BR"]},"America/Regina":{c:["CA"]},"America/Resolute":{c:["CA"]},"America/Rio_Branco":{c:["BR"]},"America/Santarem":{c:["BR"]},"America/Santiago":{c:["CL"]},"America/Santo_Domingo":{c:["DO"]},"America/Sao_Paulo":{c:["BR"]},"America/Scoresbysund":{c:["GL"]},"America/Sitka":{c:["US"]},"America/St_Barthelemy":{c:["BL"]},"America/St_Johns":{c:["CA"]},"America/St_Kitts":{c:["KN"]},"America/St_Lucia":{c:["LC"]},"America/St_Thomas":{c:["VI"]},"America/St_Vincent":{c:["VC"]},"America/Swift_Current":{c:["CA"]},"America/Tegucigalpa":{c:["HN"]},"America/Thule":{c:["GL"]},"America/Thunder_Bay":{c:["CA"]},"America/Tijuana":{c:["MX"]},"America/Toronto":{c:["CA","BS"]},"America/Tortola":{c:["VG"]},"America/Vancouver":{c:["CA"]},"America/Virgin":{c:["VI"]},"America/Whitehorse":{c:["CA"]},"America/Winnipeg":{c:["CA"]},"America/Yakutat":{c:["US"]},"America/Yellowknife":{c:["CA"]},"Antarctica/Casey":{c:["AQ"]},"Antarctica/Davis":{c:["AQ"]},"Antarctica/DumontDUrville":{c:["AQ"]},"Antarctica/Macquarie":{c:["AU"]},"Antarctica/Mawson":{c:["AQ"]},"Antarctica/McMurdo":{c:["AQ"]},"Antarctica/Palmer":{c:["AQ"]},"Antarctica/Rothera":{c:["AQ"]},"Antarctica/South_Pole":{c:["AQ"]},"Antarctica/Syowa":{c:["AQ"]},"Antarctica/Troll":{c:["AQ"]},"Antarctica/Vostok":{c:["AQ"]},"Arctic/Longyearbyen":{c:["SJ"]},"Asia/Aden":{c:["YE"]},"Asia/Almaty":{c:["KZ"]},"Asia/Amman":{c:["JO"]},"Asia/Anadyr":{c:["RU"]},"Asia/Aqtau":{c:["KZ"]},"Asia/Aqtobe":{c:["KZ"]},"Asia/Ashgabat":{c:["TM"]},"Asia/Atyrau":{c:["KZ"]},"Asia/Baghdad":{c:["IQ"]},"Asia/Bahrain":{c:["BH"]},"Asia/Baku":{c:["AZ"]},"Asia/Bangkok":{c:["TH","KH","LA","VN"]},"Asia/Barnaul":{c:["RU"]},"Asia/Beirut":{c:["LB"]},"Asia/Bishkek":{c:["KG"]},"Asia/Brunei":{c:["BN"]},"Asia/Calcutta":{c:["IN"]},"Asia/Chita":{c:["RU"]},"Asia/Choibalsan":{c:["MN"]},"Asia/Colombo":{c:["LK"]},"Asia/Damascus":{c:["SY"]},"Asia/Dhaka":{c:["BD"]},"Asia/Dili":{c:["TL"]},"Asia/Dubai":{c:["AE","OM"]},"Asia/Dushanbe":{c:["TJ"]},"Asia/Famagusta":{c:["CY"]},"Asia/Gaza":{c:["PS"]},"Asia/Hebron":{c:["PS"]},"Asia/Ho_Chi_Minh":{c:["VN"]},"Asia/Hong_Kong":{c:["HK"]},"Asia/Hovd":{c:["MN"]},"Asia/Irkutsk":{c:["RU"]},"Asia/Jakarta":{c:["ID"]},"Asia/Jayapura":{c:["ID"]},"Asia/Jerusalem":{c:["IL"]},"Asia/Kabul":{c:["AF"]},"Asia/Kamchatka":{c:["RU"]},"Asia/Karachi":{c:["PK"]},"Asia/Kathmandu":{c:["NP"]},"Asia/Khandyga":{c:["RU"]},"Asia/Kolkata":{c:["IN"]},"Asia/Krasnoyarsk":{c:["RU"]},"Asia/Kuala_Lumpur":{c:["MY"]},"Asia/Kuching":{c:["MY"]},"Asia/Kuwait":{c:["KW"]},"Asia/Macau":{c:["MO"]},"Asia/Magadan":{c:["RU"]},"Asia/Makassar":{c:["ID"]},"Asia/Manila":{c:["PH"]},"Asia/Muscat":{c:["OM"]},"Asia/Nicosia":{c:["CY"]},"Asia/Novokuznetsk":{c:["RU"]},"Asia/Novosibirsk":{c:["RU"]},"Asia/Omsk":{c:["RU"]},"Asia/Oral":{c:["KZ"]},"Asia/Phnom_Penh":{c:["KH"]},"Asia/Pontianak":{c:["ID"]},"Asia/Pyongyang":{c:["KP"]},"Asia/Qatar":{c:["QA","BH"]},"Asia/Qostanay":{c:["KZ"]},"Asia/Qyzylorda":{c:["KZ"]},"Asia/Riyadh":{c:["SA","AQ","KW","YE"]},"Asia/Sakhalin":{c:["RU"]},"Asia/Samarkand":{c:["UZ"]},"Asia/Seoul":{c:["KR"]},"Asia/Shanghai":{c:["CN"]},"Asia/Singapore":{c:["SG","MY"]},"Asia/Srednekolymsk":{c:["RU"]},"Asia/Taipei":{c:["TW"]},"Asia/Tashkent":{c:["UZ"]},"Asia/Tbilisi":{c:["GE"]},"Asia/Tehran":{c:["IR"]},"Asia/Thimphu":{c:["BT"]},"Asia/Tokyo":{c:["JP"]},"Asia/Tomsk":{c:["RU"]},"Asia/Ulaanbaatar":{c:["MN"]},"Asia/Urumqi":{c:["CN"]},"Asia/Ust-Nera":{c:["RU"]},"Asia/Vientiane":{c:["LA"]},"Asia/Vladivostok":{c:["RU"]},"Asia/Yakutsk":{c:["RU"]},"Asia/Yangon":{c:["MM"]},"Asia/Yekaterinburg":{c:["RU"]},"Asia/Yerevan":{c:["AM"]},"Atlantic/Azores":{c:["PT"]},"Atlantic/Bermuda":{c:["BM"]},"Atlantic/Canary":{c:["ES"]},"Atlantic/Cape_Verde":{c:["CV"]},"Atlantic/Faroe":{c:["FO"]},"Atlantic/Jan_Mayen":{c:["SJ"]},"Atlantic/Madeira":{c:["PT"]},"Atlantic/Reykjavik":{c:["IS"]},"Atlantic/South_Georgia":{c:["GS"]},"Atlantic/St_Helena":{c:["SH"]},"Atlantic/Stanley":{c:["FK"]},"Australia/Adelaide":{c:["AU"]},"Australia/Brisbane":{c:["AU"]},"Australia/Broken_Hill":{c:["AU"]},"Australia/Darwin":{c:["AU"]},"Australia/Eucla":{c:["AU"]},"Australia/Hobart":{c:["AU"]},"Australia/Lindeman":{c:["AU"]},"Australia/Lord_Howe":{c:["AU"]},"Australia/Melbourne":{c:["AU"]},"Australia/Perth":{c:["AU"]},"Australia/Sydney":{c:["AU"]},"Canada/Eastern":{c:["CA"]},"Europe/Amsterdam":{c:["NL"]},"Europe/Andorra":{c:["AD"]},"Europe/Astrakhan":{c:["RU"]},"Europe/Athens":{c:["GR"]},"Europe/Belfast":{c:["GB"]},"Europe/Belgrade":{c:["RS","BA","HR","ME","MK","SI"]},"Europe/Berlin":{c:["DE"]},"Europe/Bratislava":{c:["SK"]},"Europe/Brussels":{c:["BE"]},"Europe/Bucharest":{c:["RO"]},"Europe/Budapest":{c:["HU"]},"Europe/Busingen":{c:["DE"]},"Europe/Chisinau":{c:["MD"]},"Europe/Copenhagen":{c:["DK"]},"Europe/Dublin":{c:["IE"]},"Europe/Gibraltar":{c:["GI"]},"Europe/Guernsey":{c:["GG"]},"Europe/Helsinki":{c:["FI","AX"]},"Europe/Isle_of_Man":{c:["IM"]},"Europe/Istanbul":{c:["TR"]},"Europe/Jersey":{c:["JE"]},"Europe/Kaliningrad":{c:["RU"]},"Europe/Kiev":{c:["UA"]},"Europe/Kirov":{c:["RU"]},"Europe/Lisbon":{c:["PT"]},"Europe/Ljubljana":{c:["SI"]},"Europe/London":{c:["GB","GG","IM","JE"]},"Europe/Luxembourg":{c:["LU"]},"Europe/Madrid":{c:["ES"]},"Europe/Malta":{c:["MT"]},"Europe/Mariehamn":{c:["AX"]},"Europe/Minsk":{c:["BY"]},"Europe/Monaco":{c:["MC"]},"Europe/Moscow":{c:["RU"]},"Europe/Oslo":{c:["NO","SJ","BV"]},"Europe/Paris":{c:["FR"]},"Europe/Podgorica":{c:["ME"]},"Europe/Prague":{c:["CZ","SK"]},"Europe/Riga":{c:["LV"]},"Europe/Rome":{c:["IT","SM","VA"]},"Europe/Samara":{c:["RU"]},"Europe/San_Marino":{c:["SM"]},"Europe/Sarajevo":{c:["BA"]},"Europe/Saratov":{c:["RU"]},"Europe/Simferopol":{c:["RU","UA"]},"Europe/Skopje":{c:["MK"]},"Europe/Sofia":{c:["BG"]},"Europe/Stockholm":{c:["SE"]},"Europe/Tallinn":{c:["EE"]},"Europe/Tirane":{c:["AL"]},"Europe/Ulyanovsk":{c:["RU"]},"Europe/Uzhgorod":{c:["UA"]},"Europe/Vaduz":{c:["LI"]},"Europe/Vatican":{c:["VA"]},"Europe/Vienna":{c:["AT"]},"Europe/Vilnius":{c:["LT"]},"Europe/Volgograd":{c:["RU"]},"Europe/Warsaw":{c:["PL"]},"Europe/Zagreb":{c:["HR"]},"Europe/Zaporozhye":{c:["UA"]},"Europe/Zurich":{c:["CH","DE","LI"]},GB:{c:["GB"]},"GB-Eire":{c:["GB"]},"Indian/Antananarivo":{c:["MG"]},"Indian/Chagos":{c:["IO"]},"Indian/Christmas":{c:["CX"]},"Indian/Cocos":{c:["CC"]},"Indian/Comoro":{c:["KM"]},"Indian/Kerguelen":{c:["TF","HM"]},"Indian/Mahe":{c:["SC"]},"Indian/Maldives":{c:["MV"]},"Indian/Mauritius":{c:["MU"]},"Indian/Mayotte":{c:["YT"]},"Indian/Reunion":{c:["RE","TF"]},NZ:{c:["NZ"]},"Pacific/Apia":{c:["WS"]},"Pacific/Auckland":{c:["NZ","AQ"]},"Pacific/Bougainville":{c:["PG"]},"Pacific/Chatham":{c:["NZ"]},"Pacific/Chuuk":{c:["FM"]},"Pacific/Easter":{c:["CL"]},"Pacific/Efate":{c:["VU"]},"Pacific/Fakaofo":{c:["TK"]},"Pacific/Fiji":{c:["FJ"]},"Pacific/Funafuti":{c:["TV"]},"Pacific/Galapagos":{c:["EC"]},"Pacific/Gambier":{c:["PF"]},"Pacific/Guadalcanal":{c:["SB"]},"Pacific/Guam":{c:["GU","MP"]},"Pacific/Honolulu":{c:["US","UM"]},"Pacific/Johnston":{c:["UM"]},"Pacific/Kanton":{c:["KI"]},"Pacific/Kiritimati":{c:["KI"]},"Pacific/Kosrae":{c:["FM"]},"Pacific/Kwajalein":{c:["MH"]},"Pacific/Majuro":{c:["MH"]},"Pacific/Marquesas":{c:["PF"]},"Pacific/Midway":{c:["UM"]},"Pacific/Nauru":{c:["NR"]},"Pacific/Niue":{c:["NU"]},"Pacific/Norfolk":{c:["NF"]},"Pacific/Noumea":{c:["NC"]},"Pacific/Pago_Pago":{c:["AS","UM"]},"Pacific/Palau":{c:["PW"]},"Pacific/Pitcairn":{c:["PN"]},"Pacific/Pohnpei":{c:["FM"]},"Pacific/Port_Moresby":{c:["PG","AQ"]},"Pacific/Rarotonga":{c:["CK"]},"Pacific/Saipan":{c:["MP"]},"Pacific/Samoa":{c:["WS"]},"Pacific/Tahiti":{c:["PF"]},"Pacific/Tarawa":{c:["KI"]},"Pacific/Tongatapu":{c:["TO"]},"Pacific/Wake":{c:["UM"]},"Pacific/Wallis":{c:["WF"]},Singapore:{c:["SG"]},"US/Alaska":{c:["US"]},"US/Aleutian":{c:["US"]},"US/Arizona":{c:["US"]},"US/Central":{c:["US"]},"US/East-Indiana":{c:["US"]},"US/Eastern":{c:["US"]},"US/Hawaii":{c:["US"]},"US/Indiana-Starke":{c:["US"]},"US/Michigan":{c:["US"]},"US/Mountain":{c:["US"]},"US/Pacific":{c:["US"]},"US/Samoa":{c:["WS"]}};var u=r(9069),l=r(1587),s=r(1211),A=r(5198);const f={AC:"40123",AD:"312345",AE:"501234567",AF:"701234567",AG:"2684641234",AI:"2642351234",AL:"672123456",AM:"77123456",AO:"923123456",AR:"91123456789",AS:"6847331234",AT:"664123456",AU:"412345678",AW:"5601234",AX:"412345678",AZ:"401234567",BA:"61123456",BB:"2462501234",BD:"1812345678",BE:"470123456",BF:"70123456",BG:"43012345",BH:"36001234",BI:"79561234",BJ:"90011234",BL:"690001234",BM:"4413701234",BN:"7123456",BO:"71234567",BQ:"3181234",BR:"11961234567",BS:"2423591234",BT:"17123456",BW:"71123456",BY:"294911911",BZ:"6221234",CA:"5062345678",CC:"412345678",CD:"991234567",CF:"70012345",CG:"061234567",CH:"781234567",CI:"0123456789",CK:"71234",CL:"221234567",CM:"671234567",CN:"13123456789",CO:"3211234567",CR:"83123456",CU:"51234567",CV:"9911234",CW:"95181234",CX:"412345678",CY:"96123456",CZ:"601123456",DE:"15123456789",DJ:"77831001",DK:"32123456",DM:"7672251234",DO:"8092345678",DZ:"551234567",EC:"991234567",EE:"51234567",EG:"1001234567",EH:"650123456",ER:"7123456",ES:"612345678",ET:"911234567",FI:"412345678",FJ:"7012345",FK:"51234",FM:"3501234",FO:"211234",FR:"612345678",GA:"06031234",GB:"7400123456",GD:"4734031234",GE:"555123456",GF:"694201234",GG:"7781123456",GH:"231234567",GI:"57123456",GL:"221234",GM:"3012345",GN:"601123456",GP:"690001234",GQ:"222123456",GR:"6912345678",GT:"51234567",GU:"6713001234",GW:"955012345",GY:"6091234",HK:"51234567",HN:"91234567",HR:"921234567",HT:"34101234",HU:"201234567",ID:"812345678",IE:"850123456",IL:"502345678",IM:"7924123456",IN:"8123456789",IO:"3801234",IQ:"7912345678",IR:"9123456789",IS:"6111234",IT:"3123456789",JE:"7797712345",JM:"8762101234",JO:"790123456",JP:"9012345678",KE:"712123456",KG:"700123456",KH:"91234567",KI:"72001234",KM:"3212345",KN:"8697652917",KP:"1921234567",KR:"1020000000",KW:"50012345",KY:"3453231234",KZ:"7710009998",LA:"2023123456",LB:"71123456",LC:"7582845678",LI:"660234567",LK:"712345678",LR:"770123456",LS:"50123456",LT:"61234567",LU:"628123456",LV:"21234567",LY:"912345678",MA:"650123456",MC:"612345678",MD:"62112345",ME:"67622901",MF:"690001234",MG:"321234567",MH:"2351234",MK:"72345678",ML:"65012345",MM:"92123456",MN:"88123456",MO:"66123456",MP:"6702345678",MQ:"696201234",MR:"22123456",MS:"6644923456",MT:"96961234",MU:"52512345",MV:"7712345",MW:"991234567",MX:"12221234567",MY:"123456789",MZ:"821234567",NA:"811234567",NC:"751234",NE:"93123456",NF:"381234",NG:"8021234567",NI:"81234567",NL:"612345678",NO:"40612345",NP:"9841234567",NR:"5551234",NU:"8884012",NZ:"211234567",OM:"92123456",PA:"61234567",PE:"912345678",PF:"87123456",PG:"70123456",PH:"9051234567",PK:"3012345678",PL:"512345678",PM:"551234",PR:"7872345678",PS:"599123456",PT:"912345678",PW:"6201234",PY:"961456789",QA:"33123456",RE:"692123456",RO:"712034567",RS:"601234567",RU:"9123456789",RW:"720123456",SA:"512345678",SB:"7421234",SC:"2510123",SD:"911231234",SE:"701234567",SG:"81234567",SH:"51234",SI:"31234567",SJ:"41234567",SK:"912123456",SL:"25123456",SM:"66661212",SN:"701234567",SO:"71123456",SR:"7412345",SS:"977123456",ST:"9812345",SV:"70123456",SX:"7215205678",SY:"944567890",SZ:"76123456",TA:"8999",TC:"6492311234",TD:"63012345",TG:"90112345",TH:"812345678",TJ:"917123456",TK:"7290",TL:"77212345",TM:"66123456",TN:"20123456",TO:"7715123",TR:"5012345678",TT:"8682911234",TV:"901234",TW:"912345678",TZ:"621234567",UA:"501234567",UG:"712345678",US:"2015550123",UY:"94231234",UZ:"912345678",VA:"3123456789",VC:"7844301234",VE:"4121234567",VG:"2843001234",VI:"3406421234",VN:"912345678",VU:"5912345",WF:"821234",WS:"7212345",XK:"43201234",YE:"712345678",YT:"639012345",ZA:"711234567",ZM:"955123456",ZW:"712345678"};var d=r(426),m=r(9234),p=r(5200),h=r(1275),g=function(){return g=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},g.apply(this,arguments)};const v=(0,c.forwardRef)((function(e,a){var r=e.show,t=e.itemOnClick,n=e.responsiveStyles,o=e.dropdownWidth,u=function(e,a){var r={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(r[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var c=0;for(i=Object.getOwnPropertySymbols(e);c<i.length;c++)a.indexOf(i[c])<0&&Object.prototype.propertyIsEnumerable.call(e,i[c])&&(r[i[c]]=e[i[c]])}return r}(e,["show","itemOnClick","responsiveStyles","dropdownWidth"]),l=(0,c.useRef)({}),s=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n}((0,c.useState)(""),2),f=s[0],d=s[1],v=(0,c.useRef)(null);(0,c.useEffect)((function(){r?v.current&&setTimeout((function(){var e;null===(e=v.current)||void 0===e||e.focus()}),50):d("")}),[r]);var S=(0,c.useMemo)((function(){var e=A.ZP.filter((function(e){var a,r=e.countryCode,i=e.countryName,c=e.phoneCode;return!(!(null===(a=m.BZ)||void 0===a?void 0:a.isSupportedCountry(r))||p.fD.client&&!A.lC.has(r))&&(!f||r.toLowerCase().includes(f)||i.toLowerCase().includes(f)||"+".concat(c).includes(f))}));return(0,i.BX)(i.HY,{children:[(0,i.tZ)("input",{ref:v,placeholder:"Search",css:{width:"100%",height:"30px",outline:"none",border:"none",borderBottom:"1px solid grey",padding:"5px 10px",fontSize:"14px"},onKeyDown:function(a){var r=function(){a.preventDefault(),a.stopPropagation()};if("ArrowDown"===a.key){r();var i=e[0];i&&l.current[i.countryCode].focus()}else"Enter"===a.key&&r()},onChange:function(e){return d(e.target.value.toLowerCase())},tabIndex:0}),e.map((function(e){var a=e.flag,r=e.countryCode,c=e.countryName,n=e.phoneCode;return(0,i.BX)("li",g({ref:function(e){l.current[r]=e},css:{padding:"2px 10px",display:"flex",alignItems:"center",transition:"0.1s ease all",fontSize:"14px","&:hover":{backgroundColor:"#e6e6e644"},"&:focus-visible":{outline:"none",backgroundColor:"#e6e6e644"}},tabIndex:0,onKeyDown:function(e){var a,i,c=function(){e.preventDefault(),e.stopPropagation()};"Enter"===e.key?(c(),t(r,n)):["ArrowDown","ArrowRight"].includes(e.key)?(c(),null===(a=l.current[r].nextSibling)||void 0===a||a.focus()):["ArrowUp","ArrowLeft"].includes(e.key)&&(c(),null===(i=l.current[r].previousSibling)||void 0===i||i.focus())},onClick:function(){return t(r,n)}},{children:[(0,i.tZ)("span",g({css:{fontSize:"24px",marginRight:"7px",lineHeight:"33px",fontFamily:'"Twemoji Country Flags", sans-serif'}},{children:a})),c,(0,i.BX)("span",g({css:{marginLeft:"7px",color:"grey"}},{children:["+",n]}))]}),r)}))]})}),[f]),y=void 0!==o?"".concat(o,"px"):"100%";return(0,i.tZ)("ul",g({css:g({zIndex:h.m6,listStyleType:"none",padding:0,margin:0,backgroundColor:"white",cursor:"pointer",boxShadow:"0 0 4px rgb(0 0 0 / 15%)",maxHeight:"210px",overflowY:"scroll",overflowX:"hidden",boxSizing:"border-box",width:y},n.getTarget("dropdown")),ref:a},u,{children:S}))}));var S=r(6867),y=r(9479),C={IN:12,SG:10},M=r(7449),E=r(5398),b=function(){return b=Object.assign||function(e){for(var a,r=1,i=arguments.length;r<i;r++)for(var c in a=arguments[r])Object.prototype.hasOwnProperty.call(a,c)&&(e[c]=a[c]);return e},b.apply(this,arguments)},R=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n},U="US",B=A.ZP.reduce((function(e,a){var r=a.flag,i=a.countryCode,c=a.phoneCode;return e[i]={flag:r,phoneCode:c},e}),{});const P=(0,c.memo)((function(e){var a=e.element,r=e.responsiveStyles,t=e.fieldLabel,A=e.fullNumber,p=e.elementProps,h=void 0===p?{}:p,g=e.required,P=void 0!==g&&g,T=e.disabled,w=void 0!==T&&T,G=e.repeatIndex,k=void 0===G?null:G,I=e.autoComplete,L=e.editMode,N=e.onComplete,K=void 0===N?function(){}:N,O=e.setRef,D=void 0===O?function(){}:O,Z=e.inlineError,_=e.rightToLeft,x=e.onEnter,F=e.children,H=(0,c.useRef)(null),j=(0,c.useRef)(null),W=(0,c.useRef)(null),V=(0,c.useRef)(null),Y=(0,c.useRef)(null),J=R((0,c.useState)(null),2),z=J[0],X=J[1],Q=R((0,c.useState)(0),2),q=Q[0],$=Q[1],ee=R((0,c.useState)(!1),2),ae=ee[0],re=ee[1],ie=R((0,c.useState)(""),2),ce=ie[0],te=ie[1],ne=a.servar,oe=(0,c.useMemo)((function(){if("auto"===ne.metadata.default_country){var e=Intl.DateTimeFormat().resolvedOptions().timeZone;if(!e)return U;var a=o[e];if(!a)return U;var r=a.c[0];return r in B?r:U}return ne.metadata.default_country||U}),[ne.metadata.default_country]),ue=R((0,c.useState)(oe),2),le=ue[0],se=ue[1];(0,c.useEffect)((function(){return se(oe)}),[oe]),(0,c.useEffect)((function(){try{!function(e="Twemoji Country Flags",a="https://cdn.jsdelivr.net/npm/country-flag-emoji-polyfill@0.1/dist/TwemojiCountryFlags.woff2"){if(typeof window<"u"&&n("😊")&&!n("🇨🇭")){const r=document.createElement("style");r.textContent=`@font-face {\n font-family: "${e}";\n unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E0063, U+E0065, U+E0067,\n U+E006C, U+E006E, U+E0073-E0074, U+E0077, U+E007F;\n src: url('${a}') format('woff2');\n font-display: swap;\n }`,document.head.appendChild(r)}}()}catch(e){}}),[]);var Ae=B[le].phoneCode,fe=R((0,c.useState)(""),2),de=fe[0],me=fe[1],pe=R((0,c.useState)(a.properties.placeholder),2),he=pe[0],ge=pe[1],ve=R((0,c.useState)(!1),2),Se=ve[0],ye=ve[1],Ce=(0,E.Z)(W).width,Me=(0,S.Z)({element:a,error:Z,breakpoint:r.getMobileBreakpoint()}),Ee=Me.borderStyles,be=Me.customBorder,Re=function(e){return e.length+(e.length>3?2:1)},Ue=function(e){X(e),$((function(e){return e+1}))},Be=function(e){Ue(Re(e))};(0,c.useEffect)((function(){var e=Y.current;e&&null!==z&&e.setSelectionRange(z,z)}),[q]),(0,c.useEffect)((function(){A===ce||L||m.hV.then((function(e){var a,r;if(e){var i=new e.AsYouType;i.input("+".concat(A));var c=null!==(a=i.getNumber())&&void 0!==a?a:"";te(A),me(A),c&&se(null!==(r=c.country)&&void 0!==r?r:le)}}))}),[A]);var Pe=(0,c.useMemo)((function(){if(""===de)return"";var e=m.BZ;if(!e)return"+".concat(de);var a=new e.AsYouType(le),r=e.parseDigits(de,le);return a.input("+".concat(r))}),[le,de]);(0,c.useEffect)((function(){var e,r=null!==(e=a.properties.placeholder)&&void 0!==e?e:"";if(L||r)ge(r);else{var i=f[le];m.hV.then((function(e){e&&ge(e.parsePhoneNumber(i,le).formatInternational())}))}}),[le,a]);var Te=function(e){(A||e)&&e!==A&&(te(e),K(e))},we=!ne.metadata.disable_other_countries,Ge=we?{cursor:"pointer","&:hover":(0,y.wL)({backgroundColor:"#e6e6e633"})}:{};return(0,i.BX)("div",b({ref:j,css:b({maxWidth:"100%",width:"100%",height:"100%",position:"relative",pointerEvents:L?"none":"auto"},r.getTarget("fc"))},h,{children:[F,t,(0,i.BX)("div",b({ref:W,css:b(b(b({display:"flex",position:"relative"},r.getTarget("sub-fc")),w?r.getTarget("disabled"):{}),{"&:hover":(0,y.wL)(w?{}:b(b({},r.getTarget("hover")),Ee.hover)),"&&":Se?b(b({},r.getTarget("active")),Ee.active):{}})},{children:[be,(0,i.tZ)("div",b({"data-testid":"country-trigger",css:b(b({transition:"0.2s ease all",display:"flex",alignItems:"center",justifyContent:"center",padding:"0 6px",position:"relative",cursor:"default",fontFamily:'"Twemoji Country Flags", sans-serif'},r.getTarget("fieldToggle")),Ge),ref:H,onClick:function(){we&&!w&&re(!ae)}},{children:B[le].flag})),(0,i.tZ)(M.Z,b({show:ae,onHide:function(){return re(!1)},targetRef:H,containerRef:j,placement:"bottom-start",offset:0},{children:(0,i.tZ)(v,{itemOnClick:function(e,a){se(e),me(a),Be(a),re(!1),Te(a),Y.current.focus()},responsiveStyles:r,dropdownWidth:Ce,ref:function(e){V.current=e},show:ae})}),"overlay-".concat(le)),(0,i.BX)("div",b({css:{position:"relative",width:"100%",whiteSpace:"nowrap",overflowX:"clip"}},{children:[(0,i.tZ)("input",{id:ne.key,name:ne.key,css:b(b(b(b({backgroundColor:"transparent",height:"100%",width:"100%",border:"none",margin:0},_?{textAlign:"right"}:{}),s.ET),r.getTarget("field")),Se||Pe||!he?{}:{color:"transparent !important"}),required:P,disabled:w,placeholder:"","aria-label":a.properties.aria_label,value:Pe,ref:function(e){Y.current=e,D(e)},type:"tel",autoComplete:"on"===I?"tel":"new-password",dir:"ltr",onFocus:function(e){(0,y.ms)(e),me((function(e){return""===e?(Be(Ae),Ae):e})),ye(!0)},onClick:function(e){!function(e){var a;if(e){var r=Re(Ae),i=null!==(a=e.selectionStart)&&void 0!==a?a:r;if(i>=r)X(i);else{var c=de.length>Ae.length?e.value.length:r;e.setSelectionRange(c,c),X(c)}}}(e.currentTarget)},onBlur:function(){var e=de;Ae.startsWith(de)&&(X(null),me(e="")),Te(e),ye(!1)},onKeyDown:function(e){"Enter"===e.key?(Te(de),x(e)):"+"===e.key&&re(!0)},onChange:function(e){var a,r=e.target.selectionStart,i=e.target.value;if(i){var c=m.BZ;if(!c)return;if((i.match(/\+/g)||[]).length>1){var t=i.lastIndexOf("+");i=i.slice(t)}if((i=i.replace(/\s/g,"")).includes("+")||(i=c.validatePhoneNumberLength(i,le)&&i.startsWith(Ae)?"+".concat(i):"+".concat(Ae).concat(i)),!i.startsWith("+".concat(Ae)))return;if(i.startsWith("+11"))return;var n=c.parseDigits(i,le);if("TOO_LONG"===c.validatePhoneNumberLength(n,le)||(a=le)in C&&n.length>C[a])return;var o=new c.AsYouType(le).input("+".concat(n)),u=c.parseDigits(Pe.slice(0,null!=z?z:0)).length;me(n);var l=c.parseDigits(o,le).length-c.parseDigits(Pe,le).length;if(r&&l>0)for(;r<=o.length&&!(0,d.e9)(o[r])||c.parseDigits(o.slice(0,r)).length<=u;)r++}else me(Ae),r=Re(Ae);Ue(null!=r?r:0)}}),he&&(0,i.tZ)(u.Z,{value:Pe,element:{properties:{placeholder:he}},responsiveStyles:r,repeatIndex:k}),(0,i.tZ)(l.Z,{containerRef:j,id:a.id,text:a.properties.tooltipText,responsiveStyles:r,repeat:a.repeat})]}))]}))]}))}))},5398:(e,a,r)=>{r.d(a,{Z:()=>t});var i=r(7294),c=r(9479);function t(e){var a=function(e,a){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,c,t=r.call(e),n=[];try{for(;(void 0===a||a-- >0)&&!(i=t.next()).done;)n.push(i.value)}catch(e){c={error:e}}finally{try{i&&!i.done&&(r=t.return)&&r.call(t)}finally{if(c)throw c.error}}return n}((0,i.useState)({width:void 0,height:void 0}),2),r=a[0],t=a[1];return(0,i.useLayoutEffect)((function(){var a=function(){var a=e.current;if(a){var r=a.getBoundingClientRect(),i=r.width,c=r.height;t({width:i>0?i:void 0,height:c>0?c:void 0})}},r=e.current;if(r){if("undefined"==typeof ResizeObserver){var i=(0,c.Kv)();return i&&"function"==typeof i.addEventListener&&"function"==typeof i.removeEventListener?(i.addEventListener("resize",a),a(),function(){return i.removeEventListener("resize",a)}):void a()}var n=new ResizeObserver((function(){return a()}));try{n.observe(r,{box:"border-box"})}catch(e){n.observe(r)}return a(),function(){return n.disconnect()}}}),[e]),r}}}]);
@@ -1 +1 @@
1
- "use strict";(this.webpackChunkFeathery=this.webpackChunkFeathery||[]).push([[707],{1587:(e,t,r)=>{r.d(t,{Z:()=>f});var n=r(5944),o=r(7294),i=r(8776),a=r(5096),l=r(2988),u=r(4665),c=r(7449),s=r(9479),d=function(){return d=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},d.apply(this,arguments)};function f(e){var t=e.id,r=e.text,f=e.responsiveStyles,p=e.absolute,v=void 0===p||p,h=e.containerRef,m=e.repeat,g=function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}((0,o.useState)(!1),2),y=g[0],b=g[1],w=(0,o.useRef)(null);if(!(r=(0,u.xf)(r,m)))return null;var x=(0,s.tq)();return(0,n.BX)(n.HY,{children:[(0,n.tZ)("div",d({ref:w,onMouseEnter:x?void 0:function(){return b(!0)},onMouseLeave:x?void 0:function(){return b(!1)},onFocus:function(){return b(!0)},onBlur:function(){return b(!1)},onClick:function(){return b((function(e){return!e}))},css:v?{position:"absolute",insetInlineEnd:"10px",top:0,bottom:0,zIndex:l.rM,margin:"auto",cursor:"pointer",height:"100%",display:"flex"}:{position:"relative",marginInlineStart:"8px",display:"flex",alignItems:"center"}},{children:(0,n.tZ)(a.by,{cssStyles:f.getTarget("tooltipIcon")})})),(0,n.tZ)(c.Z,d({show:y,targetRef:w,containerRef:h,placement:"left",onHide:function(){return b(!1)},offset:8},{children:(0,n.tZ)(i.u,d({id:"tooltip-".concat(t),css:{zIndex:l.rM+1,padding:".4rem 0",transition:"opacity .10s linear",".tooltip-inner":{maxWidth:"200px",padding:".25rem .5rem",color:"#fff",textAlign:"center",backgroundColor:"#000",borderRadius:".25rem",fontSize:"smaller"}}},{children:r}))}))]})}},7449:(e,t,r)=>{r.d(t,{Z:()=>u});var n=r(5944),o=r(7294),i=r(3935),a=r(9479),l=function(){return l=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)};const u=function(e){var t=e.show,r=e.targetRef,u=e.children,d=e.onHide,f=e.placement,p=void 0===f?"bottom-start":f,v=e.offset,h=void 0===v?0:v,m=e.zIndex,g=void 0===m?1e3:m,y=e.containerRef,b=(0,o.useRef)(null),w=function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}((0,o.useState)(null),2),x=w[0],k=w[1],S=(0,o.useCallback)((function(){return(null==y?void 0:y.current)||(0,a.me)().body}),[y]),O=(0,o.useCallback)((function(){var e;if(t&&r.current&&b.current){var n=(0,a.Kv)(),o=S();if(o){var i=r.current.getBoundingClientRect(),l=b.current.getBoundingClientRect(),u=o.getBoundingClientRect(),d=s(p,i,l,h),f=d.top,v=d.left,m=f+l.height,g=v+l.width,y=f>=0&&m<=n.innerHeight,w=v>=0&&g<=n.innerWidth;if(!y||!w){var x=c(p,!y,!w);x!==p&&(f=(e=s(x,i,l,h)).top,v=e.left)}var O=o===(0,a.me)().body,E=O?f+n.scrollY:f-u.top,R=O?v+n.scrollX:v-u.left;k((function(e){return e&&e.top===E&&e.left===R?e:{top:E,left:R}}))}}}),[t,p,h,S,r]),E=(0,o.useCallback)((function(){var e=!1;return function(){e||(e=!0,requestAnimationFrame((function(){O(),e=!1})))}}),[O])();if((0,o.useLayoutEffect)((function(){t&&O()}),[t,O]),(0,o.useEffect)((function(){if(t){var e=(0,a.Kv)(),n=S();if(n){e.addEventListener("resize",E),e.addEventListener("scroll",E,!0),n!==(0,a.me)().body&&n.addEventListener("scroll",E);var o=new ResizeObserver((function(){return E()}));return r.current&&o.observe(r.current),n!==(0,a.me)().body&&o.observe(n),function(){e.removeEventListener("resize",E),e.removeEventListener("scroll",E,!0),n!==(0,a.me)().body&&n.removeEventListener("scroll",E),o.disconnect()}}}}),[t,E,S,r]),(0,o.useEffect)((function(){if(t){var e=function(e){"Escape"===e.key&&(k(null),null==d||d())},n=function(e){var t=e.target;b.current&&!b.current.contains(t)&&r.current&&!r.current.contains(t)&&(k(null),null==d||d())},o=(0,a.me)();return o.addEventListener("mousedown",n),o.addEventListener("keydown",e),function(){o.removeEventListener("mousedown",n),o.removeEventListener("keydown",e)}}}),[t,d,r]),!t)return null;var R=S();return R?(0,i.createPortal)((0,n.tZ)("div",l({ref:b,style:l(l({position:"absolute"},x||{top:-9999,left:-9999}),{zIndex:g})},{children:u})),R):(0,n.tZ)(n.HY,{children:u})};var c=function(e,t,r){if(t){if(e.includes("top"))return e.replace("top","bottom");if(e.includes("bottom"))return e.replace("bottom","top")}if(r){if(e.includes("left"))return e.replace("left","right");if(e.includes("right"))return e.replace("right","left")}return e},s=function(e,t,r,n){switch(void 0===n&&(n=0),e){case"top":return{top:t.top-r.height-n,left:t.left+(t.width-r.width)/2};case"top-start":return{top:t.top-r.height-n,left:t.left};case"top-end":return{top:t.top-r.height-n,left:t.right-r.width};case"left":return{top:t.top+(t.height-r.height)/2,left:t.left-r.width-n};case"left-start":return{top:t.top,left:t.left-r.width-n};case"left-end":return{top:t.bottom-r.height,left:t.left-r.width-n};case"bottom":default:return{top:t.bottom+n,left:t.left+(t.width-r.width)/2};case"bottom-start":return{top:t.bottom+n,left:t.left};case"bottom-end":return{top:t.bottom+n,left:t.right-r.width};case"right":return{top:t.top+(t.height-r.height)/2,left:t.right+n};case"right-start":return{top:t.top,left:t.right+n};case"right-end":return{top:t.bottom-r.height,left:t.right+n}}}},9069:(e,t,r)=>{r.d(t,{Z:()=>i});var n=r(5944),o=function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};function i(e){var t,r,i,a=e.value,l=e.element,u=e.responsiveStyles,c=e.type,s=void 0===c?"input":c,d=e.inputFocused,f=void 0!==d&&d,p=e.repeatIndex,v=void 0===p?null:p,h=l.properties,m=null!==(i=(null!==(r=h.repeat_placeholder)&&void 0!==r?r:[])[null!=v?v:0])&&void 0!==i?i:h.placeholder||"",g=o(o({},u.getTarget("placeholderFocus")),u.getTarget("placeholderActive"));return(0,n.tZ)("span",o({css:o(o(o(o({position:"absolute",pointerEvents:"none",insetInlineStart:"0.75rem",transition:"0.2s ease all",top:"input"===s?"50%":"0.6rem"},u.getTarget("placeholder")),a?u.getTarget("placeholderFocus"):{}),f?g:{}),(t={},t["".concat(s,":focus ~ &")]=g,t))},{children:m}))}},8776:(e,t,r)=>{r.d(t,{u:()=>a});var n=r(5944),o=r(2988),i=function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=function(e){var t=e.children,r=e.css,a=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(e,["children","css"]);return(0,n.tZ)("div",i({css:i({zIndex:o.rM+1,padding:".4rem 0",transition:"opacity .10s linear",".tooltip-inner":{maxWidth:"200px",padding:".25rem .5rem",color:"#fff",textAlign:"center",backgroundColor:"#000",borderRadius:".25rem",fontSize:"smaller"}},r)},a,{children:(0,n.tZ)("div",i({className:"tooltip-inner"},{children:t}))}))}},8500:(e,t,r)=>{r.r(t),r.d(t,{default:()=>Z});var n=r(5944),o=r(7294),i=r(9069),a=r(1587),l=r(1211),u=r(9234),c=r(6867),s=r(1275),d=r(7449),f=r(5398),p=function(){return p=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},p.apply(this,arguments)};const v=(0,o.memo)((function(e){var t=e.allOptions,r=void 0===t?[]:t,i=e.showOptions,a=e.onSelect,l=void 0===a?function(){}:a,u=e.onHide,c=void 0===u?function(){}:u,v=e.onInputFocus,h=void 0===v?function(){}:v,m=e.value,g=void 0===m?"":m,y=e.containerRef,b=e.responsiveStyles,w=e.listItemRef,x=e.children,k=r.filter((function(e){return e.toLowerCase().includes(g.toLowerCase())})),S=(0,o.useRef)(null),O=(0,f.Z)(S).width;return 0===r.length?x:(0,n.BX)("div",p({ref:S,css:{height:"100%",width:"100%"}},{children:[x,k.length>0&&i&&(0,n.tZ)(d.Z,p({targetRef:S,containerRef:y,show:!0,placement:"bottom-start",onHide:c},{children:(0,n.tZ)("ul",p({css:p({zIndex:s.m,listStyleType:"none",padding:0,margin:0,maxHeight:"210px",overflowY:"scroll",overflowX:"auto",width:void 0!==O?"".concat(O,"px"):"100%",backgroundColor:"white",cursor:"pointer",boxShadow:"0 0 4px rgb(0 0 0 / 15%)"},b.getTarget("dropdown"))},{children:k.map((function(e,t){return(0,n.tZ)("li",p({css:{padding:"8px 14px",transition:"0.1s ease all","&:hover":{backgroundColor:"#e6e6e633"},"&:focus-visible":{outline:"none",backgroundColor:"#e6e6e644"}},tabIndex:0,ref:function(e){w.current[t]=e},onClick:function(){return l(e)},onKeyDown:function(r){var n,o,i=function(){r.preventDefault(),r.stopPropagation()};"Enter"===r.key?(i(),l(e)):["ArrowDown","ArrowRight"].includes(r.key)?(i(),null===(n=w.current[t].nextSibling)||void 0===n||n.focus()):["ArrowUp","ArrowLeft"].includes(r.key)&&(i(),0===t?h():null===(o=w.current[t].previousSibling)||void 0===o||o.focus())},onBlur:function(e){e.relatedTarget&&w.current.some((function(t){return t===e.relatedTarget}))||c()}},{children:e}),"".concat(e,"-").concat(t))}))}))}))]}))}));var h=r(7193),m=r(426),g=r(2988),y=r(9479),b=r(5096),w=r(3466),x=function(){return x=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},x.apply(this,arguments)},k=function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},S={text_area:16384,url:256,gmap_zip:10},O=function(e){var t;return null!==(t=S[e])&&void 0!==t?t:1024};function E(e){return(null!=e?e:"").replaceAll("0","\\0").replaceAll("a","\\a").replaceAll("b","\\b").replaceAll("*","\\*")}function R(e){var t=e.metadata,r=E(t.prefix),n=E(t.suffix),o="";if(t.mask)o=t.mask;else{var i=t.allowed_characters;"gmap_zip"!==e.type||i||(i="alphaspace");var a=function(e){switch(e){case"letters":return"a";case"alphanumeric":return"b";case"alphaspace":return"c";case"digits":return"0";default:return"*"}}(i),l=O(e.type)-r.length-n.length;e.max_length&&(l=Math.min(e.max_length,l)),o="[".concat(a.repeat(l),"]")}return"".concat(r).concat(o).concat(n)}function C(e,t,r){var n,o,i,a,l=null!==(n=e.max_length)&&void 0!==n?n:O(e.type);switch(e.type){case"integer_field":a={mask:"num",blocks:{num:{mask:Number,radix:".",thousandsSeparator:",",scale:2,max:null!==(o=e.max_length)&&void 0!==o?o:Number.MAX_SAFE_INTEGER,min:Math.max(0,null!==(i=e.min_length)&&void 0!==i?i:0)}},value:t.toString()},"currency"===e.format&&(a.mask="$num");break;case"ssn":a={mask:e.metadata.last_four_digits?"∗∗∗ - ∗∗ - 0000":"000 - 00 - 0000",displayChar:r?void 0:"∗",placeholderChar:e.metadata.last_four_digits?" ":void 0,lazy:!e.metadata.last_four_digits};break;case"email":case"text_area":case"url":a={mask:new RegExp("^.{0,".concat(l,"}$")),maxLength:l};break;default:e.metadata.mask&&(l=void 0),a={mask:R(e),definitions:{b:/[a-zA-Z0-9]/,c:/[a-zA-Z0-9 ]/},maxLength:l}}return x({lazy:!1,unmask:!e.metadata.save_mask},a)}function L(e,t,r){var n,o={minLength:e.min_length},i=null!==(n=e.max_length)&&void 0!==n?n:O(e.type);t.length>0&&(o.autoComplete="off");var a=e.metadata;switch(e.type){case"integer_field":return{inputMode:"decimal"};case"email":return r&&!o.autoComplete&&(o.autoComplete="email"),x({type:"email",pattern:u.Z1,maxLength:i},o);case"gmap_zip":return r&&!o.autoComplete&&(o.autoComplete="postal-code"),x(x({},o),{maxLength:i,inputMode:"digits"===a.allowed_characters?"numeric":"text"});case"url":return r&&!o.autoComplete&&(o.autoComplete="url",o.maxLength=i),o;case"ssn":return x({inputMode:"numeric"},o);default:return o.maxLength=i,a.custom_autocomplete&&!o.autoComplete&&(o.autoComplete=a.custom_autocomplete),a.number_keypad||"digits"===a.allowed_characters?x({inputMode:"numeric"},o):o}}const Z=(0,o.memo)((function(e){var t,r,u=e.element,s=e.responsiveStyles,d=e.fieldLabel,f=e.elementProps,p=void 0===f?{}:f,S=e.required,O=void 0!==S&&S,E=e.disabled,R=void 0!==E&&E,Z=e.autoComplete,_=e.editMode,I=e.onAccept,T=void 0===I?function(){}:I,z=e.onEnter,A=void 0===z?function(){}:z,j=e.setRef,M=void 0===j?function(){}:j,B=e.inlineError,F=e.repeatIndex,P=void 0===F?null:F,H=e.children,X=k((0,o.useState)(!1),2),D=X[0],K=X[1],N=k((0,o.useState)(!1),2),q=N[0],W=N[1],Y=(0,c.Z)({element:u,error:B,breakpoint:s.getMobileBreakpoint()}),U=Y.borderStyles,$=Y.customBorder,G=Y.borderId,J=(0,o.useRef)(null),Q=(0,o.useRef)([]),V=(0,o.useRef)(null),ee=(0,h.OL)(u).value,te=(0,m.e7)(ee),re=u.servar,ne=(null!==(r=re.metadata.options)&&void 0!==r?r:[]).filter((function(e){return e})),oe=u.properties.tooltipText?30:8;return(0,n.BX)("div",x({ref:J,css:x({maxWidth:"100%",width:"100%",height:"100%",position:"relative",pointerEvents:_?"none":"auto"},s.getTarget("fc"))},p,{children:[H,d,(0,n.BX)("div",x({css:x(x(x({position:"relative",width:"100%",whiteSpace:"nowrap",overflowX:"clip"},s.getTarget("sub-fc")),R?s.getTarget("disabled"):{}),{"&:focus-within":x(x({},s.getTarget("active")),U.active),"&:hover":(0,y.wL)(R?{}:x(x({},s.getTarget("hover")),U.hover))})},{children:[(0,n.tZ)(v,x({allOptions:ne,value:te,showOptions:D,onSelect:function(e){var t,r,n;T(e,{}),K(!1),null===(n=null===(r=null===(t=V.current)||void 0===t?void 0:t.element)||void 0===r?void 0:r.focus)||void 0===n||n.call(r)},responsiveStyles:s,containerRef:J,listItemRef:Q,onHide:function(){return K(!1)},onInputFocus:function(){var e,t,r;return null===(r=null===(t=null===(e=V.current)||void 0===e?void 0:e.element)||void 0===t?void 0:t.focus)||void 0===r?void 0:r.call(t)}},{children:(0,n.tZ)(w.oc,x({id:re.key,name:re.key,ref:V,css:x(x(x({position:"relative",zIndex:g.rM,height:"100%",width:"100%",border:"none",margin:0,backgroundColor:"transparent"},l.ET),s.getTarget("field")),(t={"&:focus":s.getTarget("field")["&:focus"]},t["&:focus ~ #".concat(G)]=Object.values(U.active)[0],t["&:not(:focus)"]=te||!u.properties.placeholder?{}:{color:"transparent !important"},t)),required:O,disabled:R,placeholder:"",value:te,"aria-label":u.properties.aria_label,onKeyDown:function(e){if("Enter"===e.key)A(e);else if(ne.length){if(!te&&["Backspace","Delete"].includes(e.key))return;if(["ArrowUp","ArrowLeft","ArrowRight"].includes(e.key))return;K("Escape"!==e.key),"ArrowDown"===e.key&&setTimeout((function(){var e;return null===(e=Q.current[0])||void 0===e?void 0:e.focus({preventScroll:!0})}),0)}},onBlur:function(e){e.relatedTarget&&Q.current.some((function(t){return t===e.relatedTarget}))||ne.length>0&&setTimeout((function(){return K(!1)}),200)},onFocus:y.ms,inputRef:M},L(re,ne,"on"===Z),C(re,te,q),{onAccept:T}))})),"ssn"===re.type&&te&&(0,n.tZ)("div",x({css:{position:"absolute",cursor:"pointer",insetInlineEnd:"".concat(oe,"px"),top:"calc(50% - 12px)",zIndex:g.rM},onClick:function(){return W((function(e){return!e}))},"aria-label":"Toggle SSN visibility"},{children:q?(0,n.tZ)(b.uL,{}):(0,n.tZ)(b.FX,{})})),$,(0,n.tZ)(i.Z,{value:te,element:u,responsiveStyles:s,repeatIndex:P}),(0,n.tZ)(a.Z,{containerRef:J,id:u.id,text:u.properties.tooltipText,responsiveStyles:s,repeat:u.repeat})]}))]}))}))},5398:(e,t,r)=>{r.d(t,{Z:()=>i});var n=r(7294),o=r(9479);function i(e){var t=function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}((0,n.useState)({width:void 0,height:void 0}),2),r=t[0],i=t[1];return(0,n.useLayoutEffect)((function(){var t=function(){var t=e.current;if(t){var r=t.getBoundingClientRect(),n=r.width,o=r.height;i({width:n>0?n:void 0,height:o>0?o:void 0})}},r=e.current;if(r){if("undefined"==typeof ResizeObserver){var n=(0,o.Kv)();return n&&"function"==typeof n.addEventListener&&"function"==typeof n.removeEventListener?(n.addEventListener("resize",t),t(),function(){return n.removeEventListener("resize",t)}):void t()}var a=new ResizeObserver((function(){return t()}));try{a.observe(r,{box:"border-box"})}catch(e){a.observe(r)}return t(),function(){return a.disconnect()}}}),[e]),r}}}]);
1
+ "use strict";(this.webpackChunkFeathery=this.webpackChunkFeathery||[]).push([[707],{1587:(e,t,r)=>{r.d(t,{Z:()=>f});var n=r(5944),o=r(7294),i=r(8776),a=r(5096),l=r(2988),u=r(4665),c=r(7449),s=r(9479),d=function(){return d=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},d.apply(this,arguments)};function f(e){var t=e.id,r=e.text,f=e.responsiveStyles,p=e.absolute,v=void 0===p||p,h=e.containerRef,m=e.repeat,g=function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}((0,o.useState)(!1),2),y=g[0],b=g[1],w=(0,o.useRef)(null);if(!(r=(0,u.xf)(r,m)))return null;var x=(0,s.tq)();return(0,n.BX)(n.HY,{children:[(0,n.tZ)("div",d({ref:w,onMouseEnter:x?void 0:function(){return b(!0)},onMouseLeave:x?void 0:function(){return b(!1)},onFocus:function(){return b(!0)},onBlur:function(){return b(!1)},onClick:function(){return b((function(e){return!e}))},css:v?{position:"absolute",insetInlineEnd:"10px",top:0,bottom:0,zIndex:l.rM,margin:"auto",cursor:"pointer",height:"100%",display:"flex"}:{position:"relative",marginInlineStart:"8px",display:"flex",alignItems:"center"}},{children:(0,n.tZ)(a.by,{cssStyles:f.getTarget("tooltipIcon")})})),(0,n.tZ)(c.Z,d({show:y,targetRef:w,containerRef:h,placement:"left",onHide:function(){return b(!1)},offset:8},{children:(0,n.tZ)(i.u,d({id:"tooltip-".concat(t),css:{zIndex:l.rM+1,padding:".4rem 0",transition:"opacity .10s linear",".tooltip-inner":{maxWidth:"200px",padding:".25rem .5rem",color:"#fff",textAlign:"center",backgroundColor:"#000",borderRadius:".25rem",fontSize:"smaller"}}},{children:r}))}))]})}},7449:(e,t,r)=>{r.d(t,{Z:()=>u});var n=r(5944),o=r(7294),i=r(3935),a=r(9479),l=function(){return l=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)};const u=function(e){var t=e.show,r=e.targetRef,u=e.children,d=e.onHide,f=e.placement,p=void 0===f?"bottom-start":f,v=e.offset,h=void 0===v?0:v,m=e.zIndex,g=void 0===m?1e3:m,y=e.containerRef,b=(0,o.useRef)(null),w=function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}((0,o.useState)(null),2),x=w[0],k=w[1],S=(0,o.useCallback)((function(){return(null==y?void 0:y.current)||(0,a.me)().body}),[y]),O=(0,o.useCallback)((function(){var e;if(t&&r.current&&b.current){var n=(0,a.Kv)(),o=S();if(o){var i=r.current.getBoundingClientRect(),l=b.current.getBoundingClientRect(),u=o.getBoundingClientRect(),d=s(p,i,l,h),f=d.top,v=d.left,m=f+l.height,g=v+l.width,y=f>=0&&m<=n.innerHeight,w=v>=0&&g<=n.innerWidth;if(!y||!w){var x=c(p,!y,!w);x!==p&&(f=(e=s(x,i,l,h)).top,v=e.left)}var O=o===(0,a.me)().body,E=O?f+n.scrollY:f-u.top,R=O?v+n.scrollX:v-u.left;k((function(e){return e&&e.top===E&&e.left===R?e:{top:E,left:R}}))}}}),[t,p,h,S,r]),E=(0,o.useCallback)((function(){var e=!1;return function(){e||(e=!0,requestAnimationFrame((function(){O(),e=!1})))}}),[O])();if((0,o.useLayoutEffect)((function(){t&&O()}),[t,O]),(0,o.useEffect)((function(){if(t){var e=(0,a.Kv)(),n=S();if(n){e.addEventListener("resize",E),e.addEventListener("scroll",E,!0),n!==(0,a.me)().body&&n.addEventListener("scroll",E);var o=new ResizeObserver((function(){return E()}));return r.current&&o.observe(r.current),n!==(0,a.me)().body&&o.observe(n),function(){e.removeEventListener("resize",E),e.removeEventListener("scroll",E,!0),n!==(0,a.me)().body&&n.removeEventListener("scroll",E),o.disconnect()}}}}),[t,E,S,r]),(0,o.useEffect)((function(){if(t){var e=function(e){"Escape"===e.key&&(k(null),null==d||d())},n=function(e){var t=e.target;b.current&&!b.current.contains(t)&&r.current&&!r.current.contains(t)&&(k(null),null==d||d())},o=(0,a.me)();return o.addEventListener("mousedown",n),o.addEventListener("keydown",e),function(){o.removeEventListener("mousedown",n),o.removeEventListener("keydown",e)}}}),[t,d,r]),!t)return null;var R=S();return R?(0,i.createPortal)((0,n.tZ)("div",l({ref:b,style:l(l({position:"absolute"},x||{top:-9999,left:-9999}),{zIndex:g})},{children:u})),R):(0,n.tZ)(n.HY,{children:u})};var c=function(e,t,r){if(t){if(e.includes("top"))return e.replace("top","bottom");if(e.includes("bottom"))return e.replace("bottom","top")}if(r){if(e.includes("left"))return e.replace("left","right");if(e.includes("right"))return e.replace("right","left")}return e},s=function(e,t,r,n){switch(void 0===n&&(n=0),e){case"top":return{top:t.top-r.height-n,left:t.left+(t.width-r.width)/2};case"top-start":return{top:t.top-r.height-n,left:t.left};case"top-end":return{top:t.top-r.height-n,left:t.right-r.width};case"left":return{top:t.top+(t.height-r.height)/2,left:t.left-r.width-n};case"left-start":return{top:t.top,left:t.left-r.width-n};case"left-end":return{top:t.bottom-r.height,left:t.left-r.width-n};case"bottom":default:return{top:t.bottom+n,left:t.left+(t.width-r.width)/2};case"bottom-start":return{top:t.bottom+n,left:t.left};case"bottom-end":return{top:t.bottom+n,left:t.right-r.width};case"right":return{top:t.top+(t.height-r.height)/2,left:t.right+n};case"right-start":return{top:t.top,left:t.right+n};case"right-end":return{top:t.bottom-r.height,left:t.right+n}}}},9069:(e,t,r)=>{r.d(t,{Z:()=>i});var n=r(5944),o=function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};function i(e){var t,r,i,a=e.value,l=e.element,u=e.responsiveStyles,c=e.type,s=void 0===c?"input":c,d=e.inputFocused,f=void 0!==d&&d,p=e.repeatIndex,v=void 0===p?null:p,h=l.properties,m=null!==(i=(null!==(r=h.repeat_placeholder)&&void 0!==r?r:[])[null!=v?v:0])&&void 0!==i?i:h.placeholder||"",g=o(o({},u.getTarget("placeholderFocus")),u.getTarget("placeholderActive"));return(0,n.tZ)("span",o({css:o(o(o(o({position:"absolute",pointerEvents:"none",insetInlineStart:"0.75rem",transition:"0.2s ease all",top:"input"===s?"50%":"0.6rem"},u.getTarget("placeholder")),a?u.getTarget("placeholderFocus"):{}),f?g:{}),(t={},t["".concat(s,":focus ~ &")]=g,t))},{children:m}))}},8776:(e,t,r)=>{r.d(t,{u:()=>a});var n=r(5944),o=r(2988),i=function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=function(e){var t=e.children,r=e.css,a=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(e,["children","css"]);return(0,n.tZ)("div",i({css:i({zIndex:o.rM+1,padding:".4rem 0",transition:"opacity .10s linear",".tooltip-inner":{maxWidth:"200px",padding:".25rem .5rem",color:"#fff",textAlign:"center",backgroundColor:"#000",borderRadius:".25rem",fontSize:"smaller"}},r)},a,{children:(0,n.tZ)("div",i({className:"tooltip-inner"},{children:t}))}))}},8500:(e,t,r)=>{r.r(t),r.d(t,{default:()=>Z});var n=r(5944),o=r(7294),i=r(9069),a=r(1587),l=r(1211),u=r(9234),c=r(6867),s=r(1275),d=r(7449),f=r(5398),p=function(){return p=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},p.apply(this,arguments)};const v=(0,o.memo)((function(e){var t=e.allOptions,r=void 0===t?[]:t,i=e.showOptions,a=e.onSelect,l=void 0===a?function(){}:a,u=e.onHide,c=void 0===u?function(){}:u,v=e.onInputFocus,h=void 0===v?function(){}:v,m=e.value,g=void 0===m?"":m,y=e.containerRef,b=e.responsiveStyles,w=e.listItemRef,x=e.children,k=r.filter((function(e){return e.toLowerCase().includes(g.toLowerCase())})),S=(0,o.useRef)(null),O=(0,f.Z)(S).width;return 0===r.length?x:(0,n.BX)("div",p({ref:S,css:{height:"100%",width:"100%"}},{children:[x,k.length>0&&i&&(0,n.tZ)(d.Z,p({targetRef:S,containerRef:y,show:!0,placement:"bottom-start",onHide:c},{children:(0,n.tZ)("ul",p({css:p({zIndex:s.m6,listStyleType:"none",padding:0,margin:0,maxHeight:"210px",overflowY:"scroll",overflowX:"auto",width:void 0!==O?"".concat(O,"px"):"100%",backgroundColor:"white",cursor:"pointer",boxShadow:"0 0 4px rgb(0 0 0 / 15%)"},b.getTarget("dropdown"))},{children:k.map((function(e,t){return(0,n.tZ)("li",p({css:{padding:"8px 14px",transition:"0.1s ease all","&:hover":{backgroundColor:"#e6e6e633"},"&:focus-visible":{outline:"none",backgroundColor:"#e6e6e644"}},tabIndex:0,ref:function(e){w.current[t]=e},onClick:function(){return l(e)},onKeyDown:function(r){var n,o,i=function(){r.preventDefault(),r.stopPropagation()};"Enter"===r.key?(i(),l(e)):["ArrowDown","ArrowRight"].includes(r.key)?(i(),null===(n=w.current[t].nextSibling)||void 0===n||n.focus()):["ArrowUp","ArrowLeft"].includes(r.key)&&(i(),0===t?h():null===(o=w.current[t].previousSibling)||void 0===o||o.focus())},onBlur:function(e){e.relatedTarget&&w.current.some((function(t){return t===e.relatedTarget}))||c()}},{children:e}),"".concat(e,"-").concat(t))}))}))}))]}))}));var h=r(7193),m=r(426),g=r(2988),y=r(9479),b=r(5096),w=r(3466),x=function(){return x=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},x.apply(this,arguments)},k=function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},S={text_area:16384,url:256,gmap_zip:10},O=function(e){var t;return null!==(t=S[e])&&void 0!==t?t:1024};function E(e){return(null!=e?e:"").replaceAll("0","\\0").replaceAll("a","\\a").replaceAll("b","\\b").replaceAll("*","\\*")}function R(e){var t=e.metadata,r=E(t.prefix),n=E(t.suffix),o="";if(t.mask)o=t.mask;else{var i=t.allowed_characters;"gmap_zip"!==e.type||i||(i="alphaspace");var a=function(e){switch(e){case"letters":return"a";case"alphanumeric":return"b";case"alphaspace":return"c";case"digits":return"0";default:return"*"}}(i),l=O(e.type)-r.length-n.length;e.max_length&&(l=Math.min(e.max_length,l)),o="[".concat(a.repeat(l),"]")}return"".concat(r).concat(o).concat(n)}function C(e,t,r){var n,o,i,a,l=null!==(n=e.max_length)&&void 0!==n?n:O(e.type);switch(e.type){case"integer_field":a={mask:"num",blocks:{num:{mask:Number,radix:".",thousandsSeparator:",",scale:2,max:null!==(o=e.max_length)&&void 0!==o?o:Number.MAX_SAFE_INTEGER,min:Math.max(0,null!==(i=e.min_length)&&void 0!==i?i:0)}},value:t.toString()},"currency"===e.format&&(a.mask="$num");break;case"ssn":a={mask:e.metadata.last_four_digits?"∗∗∗ - ∗∗ - 0000":"000 - 00 - 0000",displayChar:r?void 0:"∗",placeholderChar:e.metadata.last_four_digits?" ":void 0,lazy:!e.metadata.last_four_digits};break;case"email":case"text_area":case"url":a={mask:new RegExp("^.{0,".concat(l,"}$")),maxLength:l};break;default:e.metadata.mask&&(l=void 0),a={mask:R(e),definitions:{b:/[a-zA-Z0-9]/,c:/[a-zA-Z0-9 ]/},maxLength:l}}return x({lazy:!1,unmask:!e.metadata.save_mask},a)}function L(e,t,r){var n,o={minLength:e.min_length},i=null!==(n=e.max_length)&&void 0!==n?n:O(e.type);t.length>0&&(o.autoComplete="off");var a=e.metadata;switch(e.type){case"integer_field":return{inputMode:"decimal"};case"email":return r&&!o.autoComplete&&(o.autoComplete="email"),x({type:"email",pattern:u.Z1,maxLength:i},o);case"gmap_zip":return r&&!o.autoComplete&&(o.autoComplete="postal-code"),x(x({},o),{maxLength:i,inputMode:"digits"===a.allowed_characters?"numeric":"text"});case"url":return r&&!o.autoComplete&&(o.autoComplete="url",o.maxLength=i),o;case"ssn":return x({inputMode:"numeric"},o);default:return o.maxLength=i,a.custom_autocomplete&&!o.autoComplete&&(o.autoComplete=a.custom_autocomplete),a.number_keypad||"digits"===a.allowed_characters?x({inputMode:"numeric"},o):o}}const Z=(0,o.memo)((function(e){var t,r,u=e.element,s=e.responsiveStyles,d=e.fieldLabel,f=e.elementProps,p=void 0===f?{}:f,S=e.required,O=void 0!==S&&S,E=e.disabled,R=void 0!==E&&E,Z=e.autoComplete,_=e.editMode,I=e.onAccept,T=void 0===I?function(){}:I,z=e.onEnter,A=void 0===z?function(){}:z,j=e.setRef,M=void 0===j?function(){}:j,B=e.inlineError,F=e.repeatIndex,P=void 0===F?null:F,H=e.children,X=k((0,o.useState)(!1),2),D=X[0],K=X[1],N=k((0,o.useState)(!1),2),q=N[0],W=N[1],Y=(0,c.Z)({element:u,error:B,breakpoint:s.getMobileBreakpoint()}),U=Y.borderStyles,$=Y.customBorder,G=Y.borderId,J=(0,o.useRef)(null),Q=(0,o.useRef)([]),V=(0,o.useRef)(null),ee=(0,h.OL)(u).value,te=(0,m.e7)(ee),re=u.servar,ne=(null!==(r=re.metadata.options)&&void 0!==r?r:[]).filter((function(e){return e})),oe=u.properties.tooltipText?30:8;return(0,n.BX)("div",x({ref:J,css:x({maxWidth:"100%",width:"100%",height:"100%",position:"relative",pointerEvents:_?"none":"auto"},s.getTarget("fc"))},p,{children:[H,d,(0,n.BX)("div",x({css:x(x(x({position:"relative",width:"100%",whiteSpace:"nowrap",overflowX:"clip"},s.getTarget("sub-fc")),R?s.getTarget("disabled"):{}),{"&:focus-within":x(x({},s.getTarget("active")),U.active),"&:hover":(0,y.wL)(R?{}:x(x({},s.getTarget("hover")),U.hover))})},{children:[(0,n.tZ)(v,x({allOptions:ne,value:te,showOptions:D,onSelect:function(e){var t,r,n;T(e,{}),K(!1),null===(n=null===(r=null===(t=V.current)||void 0===t?void 0:t.element)||void 0===r?void 0:r.focus)||void 0===n||n.call(r)},responsiveStyles:s,containerRef:J,listItemRef:Q,onHide:function(){return K(!1)},onInputFocus:function(){var e,t,r;return null===(r=null===(t=null===(e=V.current)||void 0===e?void 0:e.element)||void 0===t?void 0:t.focus)||void 0===r?void 0:r.call(t)}},{children:(0,n.tZ)(w.oc,x({id:re.key,name:re.key,ref:V,css:x(x(x({position:"relative",zIndex:g.rM,height:"100%",width:"100%",border:"none",margin:0,backgroundColor:"transparent"},l.ET),s.getTarget("field")),(t={"&:focus":s.getTarget("field")["&:focus"]},t["&:focus ~ #".concat(G)]=Object.values(U.active)[0],t["&:not(:focus)"]=te||!u.properties.placeholder?{}:{color:"transparent !important"},t)),required:O,disabled:R,placeholder:"",value:te,"aria-label":u.properties.aria_label,onKeyDown:function(e){if("Enter"===e.key)A(e);else if(ne.length){if(!te&&["Backspace","Delete"].includes(e.key))return;if(["ArrowUp","ArrowLeft","ArrowRight"].includes(e.key))return;K("Escape"!==e.key),"ArrowDown"===e.key&&setTimeout((function(){var e;return null===(e=Q.current[0])||void 0===e?void 0:e.focus({preventScroll:!0})}),0)}},onBlur:function(e){e.relatedTarget&&Q.current.some((function(t){return t===e.relatedTarget}))||ne.length>0&&setTimeout((function(){return K(!1)}),200)},onFocus:y.ms,inputRef:M},L(re,ne,"on"===Z),C(re,te,q),{onAccept:T}))})),"ssn"===re.type&&te&&(0,n.tZ)("div",x({css:{position:"absolute",cursor:"pointer",insetInlineEnd:"".concat(oe,"px"),top:"calc(50% - 12px)",zIndex:g.rM},onClick:function(){return W((function(e){return!e}))},"aria-label":"Toggle SSN visibility"},{children:q?(0,n.tZ)(b.uL,{}):(0,n.tZ)(b.FX,{})})),$,(0,n.tZ)(i.Z,{value:te,element:u,responsiveStyles:s,repeatIndex:P}),(0,n.tZ)(a.Z,{containerRef:J,id:u.id,text:u.properties.tooltipText,responsiveStyles:s,repeat:u.repeat})]}))]}))}))},5398:(e,t,r)=>{r.d(t,{Z:()=>i});var n=r(7294),o=r(9479);function i(e){var t=function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}((0,n.useState)({width:void 0,height:void 0}),2),r=t[0],i=t[1];return(0,n.useLayoutEffect)((function(){var t=function(){var t=e.current;if(t){var r=t.getBoundingClientRect(),n=r.width,o=r.height;i({width:n>0?n:void 0,height:o>0?o:void 0})}},r=e.current;if(r){if("undefined"==typeof ResizeObserver){var n=(0,o.Kv)();return n&&"function"==typeof n.addEventListener&&"function"==typeof n.removeEventListener?(n.addEventListener("resize",t),t(),function(){return n.removeEventListener("resize",t)}):void t()}var a=new ResizeObserver((function(){return t()}));try{a.observe(r,{box:"border-box"})}catch(e){a.observe(r)}return t(),function(){return a.disconnect()}}}),[e]),r}}}]);