@verifiedinc-public/shared-ui-elements 8.0.1 → 8.3.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 (519) hide show
  1. package/dist/components/Alert/Alert.mjs +1 -0
  2. package/dist/components/Alert/FullWidthAlert.mjs +1 -0
  3. package/dist/components/Backdrop/index.mjs +1 -0
  4. package/dist/components/Banners/Banner.mjs +1 -0
  5. package/dist/components/Banners/ExactBirthdayBanner.mjs +1 -0
  6. package/dist/components/Banners/ResendPhoneBanner.mjs +1 -0
  7. package/dist/components/Banners/TestPhoneNumbersBanner.mjs +1 -0
  8. package/dist/components/BrandFilterInput/BrandFilterInput.hook.mjs +1 -0
  9. package/dist/components/BrandFilterInput/index.mjs +1 -0
  10. package/dist/components/Button/index.mjs +1 -0
  11. package/dist/components/CredentialRequestsEditor/CredentialRequestsEditor.context.mjs +1 -0
  12. package/dist/components/CredentialRequestsEditor/components/CredentialRequestsField.mjs +1 -0
  13. package/dist/components/CredentialRequestsEditor/components/DataFieldAccordion.mjs +1 -0
  14. package/dist/components/CredentialRequestsEditor/components/DataFieldDeleteModal.mjs +1 -0
  15. package/dist/components/CredentialRequestsEditor/components/DataFieldDescription.mjs +3 -0
  16. package/dist/components/CredentialRequestsEditor/components/DataFieldMandatory.mjs +3 -0
  17. package/dist/components/CredentialRequestsEditor/components/DataFieldMulti.mjs +3 -0
  18. package/dist/components/CredentialRequestsEditor/components/DataFieldOptionType.mjs +3 -0
  19. package/dist/components/CredentialRequestsEditor/components/DataFieldSection.mjs +1 -0
  20. package/dist/components/CredentialRequestsEditor/components/DataFieldUserInput.mjs +3 -0
  21. package/dist/components/CredentialRequestsEditor/components/RadioOption.mjs +1 -0
  22. package/dist/components/CredentialRequestsEditor/contexts/CredentialRequestFieldContext.mjs +1 -0
  23. package/dist/components/CredentialRequestsEditor/index.mjs +1 -0
  24. package/dist/components/CredentialRequestsEditor/types/mandatoryEnum.mjs +1 -0
  25. package/dist/components/CredentialRequestsEditor/types/sdk.mjs +1 -0
  26. package/dist/components/CredentialRequestsEditor/utils/buildDataFieldValue.mjs +1 -0
  27. package/dist/components/CredentialRequestsEditor/utils/prettyField.mjs +1 -0
  28. package/dist/components/CredentialRequestsEditor/utils/propagateToChildren.mjs +1 -0
  29. package/dist/components/Image.mjs +1 -0
  30. package/dist/components/QRCodeDisplay/index.mjs +1 -0
  31. package/dist/components/RequiredLabel/index.mjs +1 -0
  32. package/dist/components/Snackbar/index.mjs +1 -0
  33. package/dist/components/TextField/index.mjs +1 -0
  34. package/dist/components/Tip/index.mjs +1 -0
  35. package/dist/components/Typography/index.mjs +1 -0
  36. package/dist/components/UI/AdaptativeBox.mjs +1 -0
  37. package/dist/components/UI/ContentWithLoader.mjs +1 -0
  38. package/dist/components/When.mjs +1 -0
  39. package/dist/components/WhenStyled.mjs +1 -0
  40. package/dist/components/animation/AnimatedHeight.mjs +1 -0
  41. package/dist/components/animation/Counter.mjs +1 -0
  42. package/dist/components/animation/index.mjs +1 -1
  43. package/dist/components/animation/motions.mjs +1 -0
  44. package/dist/components/buttons/ExportToPdfButton.mjs +1 -0
  45. package/dist/components/buttons/LinkButton.mjs +1 -0
  46. package/dist/components/buttons/OriginalButton.mjs +1 -0
  47. package/dist/components/buttons/TextButton.mjs +1 -0
  48. package/dist/components/chart/AreaChart/AreaChart.map.d.ts +27 -0
  49. package/dist/components/chart/AreaChart/AreaChart.map.mjs +1 -0
  50. package/dist/components/chart/AreaChart/index.d.ts +44 -0
  51. package/dist/components/chart/AreaChart/index.mjs +1 -0
  52. package/dist/components/chart/BigNumber/index.mjs +1 -0
  53. package/dist/components/chart/EmptyChartSection.mjs +1 -0
  54. package/dist/components/chart/ErrorCodesChart/index.mjs +1 -0
  55. package/dist/components/chart/FunnelChart/index.d.ts +35 -0
  56. package/dist/components/chart/FunnelChart/index.mjs +1 -0
  57. package/dist/components/chart/LoadingChartSection.mjs +1 -0
  58. package/dist/components/chart/MetricLastUpdated.mjs +1 -0
  59. package/dist/components/chart/MonthlySignupsOverviewTable/MonthlySignupsOverviewTable.d.ts +1 -0
  60. package/dist/components/chart/MonthlySignupsOverviewTable/MonthlySignupsOverviewTable.mjs +1 -0
  61. package/dist/components/chart/MonthlySignupsOverviewTable/MonthlySignupsOverviewTableDataMapper.mjs +1 -0
  62. package/dist/components/chart/NoRiskSignalsPermissionSection/index.mjs +1 -0
  63. package/dist/components/chart/OneClickHealthBigNumbers/OneClickHealthBigNumbers.mjs +1 -0
  64. package/dist/components/chart/OneClickHealthBigNumbers/OneClickHealthBigNumbersMapper.d.ts +2 -2
  65. package/dist/components/chart/OneClickHealthBigNumbers/OneClickHealthBigNumbersMapper.mjs +1 -0
  66. package/dist/components/chart/OneClickHealthOverTimeChart/OneClickHealthOverTimeChart.map.d.ts +1 -1
  67. package/dist/components/chart/OneClickHealthOverTimeChart/OneClickHealthOverTimeChart.map.mjs +1 -0
  68. package/dist/components/chart/OneClickHealthOverTimeChart/OneClickHealthOverTimeChart.mjs +1 -0
  69. package/dist/components/chart/OneClickHealthPercentageChart/OneClickHealthPercentageChart.d.ts +22 -0
  70. package/dist/components/chart/OneClickHealthPercentageChart/OneClickHealthPercentageChart.mjs +1 -0
  71. package/dist/components/chart/OneClickHealthPercentageChart/index.d.ts +1 -0
  72. package/dist/components/chart/OneClickOverTimeChart/OneClickOverTimeChart.map.mjs +1 -0
  73. package/dist/components/chart/OneClickOverTimeChart/OneClickOverTimeChart.mjs +1 -0
  74. package/dist/components/chart/OneClickPercentageChart/OneClickPercentageChart.mjs +1 -0
  75. package/dist/components/chart/OneClickVerificationBigNumbers/OneClickVerificationBigNumbers.d.ts +6 -0
  76. package/dist/components/chart/OneClickVerificationBigNumbers/OneClickVerificationBigNumbers.mjs +1 -0
  77. package/dist/components/chart/OneClickVerificationBigNumbers/OneClickVerificationBigNumbersMapper.d.ts +11 -0
  78. package/dist/components/chart/OneClickVerificationBigNumbers/OneClickVerificationBigNumbersMapper.mjs +1 -0
  79. package/dist/components/chart/OneClickVerificationBigNumbers/index.d.ts +1 -0
  80. package/dist/components/chart/OneClickVerificationEventsOverTimeChart/OneClickVerificationEventsOverTimeChart.d.ts +18 -0
  81. package/dist/components/chart/OneClickVerificationEventsOverTimeChart/OneClickVerificationEventsOverTimeChart.map.d.ts +20 -0
  82. package/dist/components/chart/OneClickVerificationEventsOverTimeChart/OneClickVerificationEventsOverTimeChart.map.mjs +1 -0
  83. package/dist/components/chart/OneClickVerificationEventsOverTimeChart/OneClickVerificationEventsOverTimeChart.mjs +1 -0
  84. package/dist/components/chart/OneClickVerificationEventsOverTimeChart/index.d.ts +2 -0
  85. package/dist/components/chart/OneClickVerificationFunnelChart/OneClickVerificationFunnelChart.d.ts +11 -0
  86. package/dist/components/chart/OneClickVerificationFunnelChart/OneClickVerificationFunnelChart.map.d.ts +21 -0
  87. package/dist/components/chart/OneClickVerificationFunnelChart/OneClickVerificationFunnelChart.map.mjs +1 -0
  88. package/dist/components/chart/OneClickVerificationFunnelChart/OneClickVerificationFunnelChart.mjs +1 -0
  89. package/dist/components/chart/OneClickVerificationFunnelChart/index.d.ts +2 -0
  90. package/dist/components/chart/OneClickVerificationOutcomeOverTimeChart/OneClickVerificationOutcomeOverTimeChart.d.ts +17 -0
  91. package/dist/components/chart/OneClickVerificationOutcomeOverTimeChart/OneClickVerificationOutcomeOverTimeChart.map.d.ts +23 -0
  92. package/dist/components/chart/OneClickVerificationOutcomeOverTimeChart/OneClickVerificationOutcomeOverTimeChart.map.mjs +1 -0
  93. package/dist/components/chart/OneClickVerificationOutcomeOverTimeChart/OneClickVerificationOutcomeOverTimeChart.mjs +1 -0
  94. package/dist/components/chart/OneClickVerificationOutcomeOverTimeChart/index.d.ts +2 -0
  95. package/dist/components/chart/OneClickVerificationSuccessOverTimeChart/OneClickVerificationSuccessOverTimeChart.d.ts +22 -0
  96. package/dist/components/chart/OneClickVerificationSuccessOverTimeChart/OneClickVerificationSuccessOverTimeChart.map.d.ts +9 -0
  97. package/dist/components/chart/OneClickVerificationSuccessOverTimeChart/OneClickVerificationSuccessOverTimeChart.map.mjs +1 -0
  98. package/dist/components/chart/OneClickVerificationSuccessOverTimeChart/OneClickVerificationSuccessOverTimeChart.mjs +1 -0
  99. package/dist/components/chart/OneClickVerificationSuccessOverTimeChart/index.d.ts +2 -0
  100. package/dist/components/chart/PieChart/index.mjs +1 -0
  101. package/dist/components/chart/PieChart/renderActiveShape.mjs +1 -0
  102. package/dist/components/chart/PieChart/renderNeedle.mjs +1 -0
  103. package/dist/components/chart/ReasonCodesChart/index.mjs +1 -0
  104. package/dist/components/chart/RiskScoreBarChart/index.mjs +1 -0
  105. package/dist/components/chart/RiskScorePieChart/index.mjs +1 -0
  106. package/dist/components/chart/SeriesChart/SeriesChart.map.d.ts +1 -0
  107. package/dist/components/chart/SeriesChart/SeriesChart.map.mjs +1 -0
  108. package/dist/components/chart/SeriesChart/index.mjs +1 -0
  109. package/dist/components/chart/SeriesChartLegend/index.mjs +1 -0
  110. package/dist/components/chart/SeriesPercentageChart/index.mjs +1 -0
  111. package/dist/components/chart/SeriesPercentageChartLegend/index.mjs +1 -0
  112. package/dist/components/chart/SignupBigNumbers/SignupBigNumbers.mjs +1 -0
  113. package/dist/components/chart/SignupBigNumbers/SignupBigNumbersMapper.mjs +1 -0
  114. package/dist/components/chart/SimpleBarChart/index.mjs +1 -0
  115. package/dist/components/chart/SimpleLegend/index.mjs +1 -0
  116. package/dist/components/chart/TTSBigNumbers/TTSBigNumbers.mjs +1 -0
  117. package/dist/components/chart/TTSBigNumbers/TTSBigNumbersMapper.mjs +1 -0
  118. package/dist/components/chart/TTSOverTimeChart/TTSOverTimeChart.map.mjs +1 -0
  119. package/dist/components/chart/TTSOverTimeChart/TTSOverTimeChart.mjs +1 -0
  120. package/dist/components/chart/constants.mjs +1 -0
  121. package/dist/components/chart/index.d.ts +9 -0
  122. package/dist/components/chart/index.mjs +1 -1
  123. package/dist/components/chart/oneClickVerification.types.d.ts +18 -0
  124. package/dist/components/chart/shared.mjs +1 -0
  125. package/dist/components/chart/styles.mjs +1 -0
  126. package/dist/components/dialog/CalendlyDialog.mjs +1 -0
  127. package/dist/components/dialog/Dialog.mjs +1 -0
  128. package/dist/components/dialog/PersistentDialog.mjs +8 -0
  129. package/dist/components/form/AddressInput/autofill.hook.mjs +1 -0
  130. package/dist/components/form/AddressInput/context.mjs +1 -0
  131. package/dist/components/form/AddressInput/hook.mjs +1 -0
  132. package/dist/components/form/AddressInput/index.mjs +1 -0
  133. package/dist/components/form/BasePhoneInput.mjs +1 -0
  134. package/dist/components/form/CountrySelector.mjs +1 -0
  135. package/dist/components/form/DataFieldClearAdornment.mjs +1 -0
  136. package/dist/components/form/DateInput/index.d.ts +3 -0
  137. package/dist/components/form/DateInput/index.mjs +1 -0
  138. package/dist/components/form/DateRangeInput/index.mjs +1 -0
  139. package/dist/components/form/DateRangeInput/style.mjs +1 -0
  140. package/dist/components/form/DefaultInput.mjs +1 -0
  141. package/dist/components/form/EmailInput.mjs +1 -0
  142. package/dist/components/form/InputMask.mjs +1 -0
  143. package/dist/components/form/MemberIdInput.d.ts +21 -0
  144. package/dist/components/form/MemberIdInput.mjs +1 -0
  145. package/dist/components/form/NPIInput/index.d.ts +46 -0
  146. package/dist/components/form/NPIInput/index.mjs +1 -0
  147. package/dist/components/form/NewOneClickForm/core/fields/address.mjs +1 -0
  148. package/dist/components/form/NewOneClickForm/core/fields/birthDate.mjs +1 -0
  149. package/dist/components/form/NewOneClickForm/core/fields/constants.mjs +1 -0
  150. package/dist/components/form/NewOneClickForm/core/fields/driversLicense.mjs +1 -0
  151. package/dist/components/form/NewOneClickForm/core/fields/fullName.mjs +1 -0
  152. package/dist/components/form/NewOneClickForm/core/fields/healthInsurance.d.ts +104 -0
  153. package/dist/components/form/NewOneClickForm/core/fields/healthInsurance.mjs +1 -0
  154. package/dist/components/form/NewOneClickForm/core/fields/index.d.ts +86 -0
  155. package/dist/components/form/NewOneClickForm/core/fields/index.mjs +1 -0
  156. package/dist/components/form/NewOneClickForm/core/fields/phone.mjs +1 -0
  157. package/dist/components/form/NewOneClickForm/core/fields/sex.mjs +1 -0
  158. package/dist/components/form/NewOneClickForm/core/fields/ssn.mjs +1 -0
  159. package/dist/components/form/NewOneClickForm/core/form/form.d.ts +28 -0
  160. package/dist/components/form/NewOneClickForm/core/form/form.mjs +1 -0
  161. package/dist/components/form/NewOneClickForm/core/form/formBuilder.mjs +1 -0
  162. package/dist/components/form/NewOneClickForm/core/form/formField.mjs +1 -0
  163. package/dist/components/form/NewOneClickForm/core/form/formFieldBuilder.mjs +1 -0
  164. package/dist/components/form/NewOneClickForm/core/form/utils.mjs +1 -0
  165. package/dist/components/form/NewOneClickForm/core/formats/address.format.mjs +1 -0
  166. package/dist/components/form/NewOneClickForm/core/formats/date.format.mjs +1 -0
  167. package/dist/components/form/NewOneClickForm/core/formats/healthInsurance.format.d.ts +3 -0
  168. package/dist/components/form/NewOneClickForm/core/formats/healthInsurance.format.mjs +1 -0
  169. package/dist/components/form/NewOneClickForm/core/formats/index.d.ts +1 -0
  170. package/dist/components/form/NewOneClickForm/core/formats/ssn.format.mjs +1 -0
  171. package/dist/components/form/NewOneClickForm/core/formats/state.format.mjs +1 -0
  172. package/dist/components/form/NewOneClickForm/core/internal/mappers/domain.map.d.ts +2 -0
  173. package/dist/components/form/NewOneClickForm/core/internal/mappers/domain.map.mjs +1 -0
  174. package/dist/components/form/NewOneClickForm/core/internal/mappers/index.d.ts +1 -0
  175. package/dist/components/form/NewOneClickForm/core/mappers/create-patch.map.mjs +1 -0
  176. package/dist/components/form/NewOneClickForm/core/mappers/share.map.mjs +1 -0
  177. package/dist/components/form/NewOneClickForm/core/shared/us-states.mjs +1 -0
  178. package/dist/components/form/NewOneClickForm/core/validations/address/address.schema.mjs +1 -0
  179. package/dist/components/form/NewOneClickForm/core/validations/address/city.schema.mjs +1 -0
  180. package/dist/components/form/NewOneClickForm/core/validations/address/country.schema.mjs +1 -0
  181. package/dist/components/form/NewOneClickForm/core/validations/address/line1.schema.mjs +1 -0
  182. package/dist/components/form/NewOneClickForm/core/validations/address/line2.schema.mjs +1 -0
  183. package/dist/components/form/NewOneClickForm/core/validations/address/state.schema.mjs +1 -0
  184. package/dist/components/form/NewOneClickForm/core/validations/address/zipcode.schema.mjs +1 -0
  185. package/dist/components/form/NewOneClickForm/core/validations/driversLicense/driversLicense.schema.mjs +1 -0
  186. package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/healthInsurance.schema.d.ts +35 -0
  187. package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/healthInsurance.schema.mjs +1 -0
  188. package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/index.d.ts +3 -0
  189. package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/memberId.schema.d.ts +3 -0
  190. package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/memberId.schema.mjs +1 -0
  191. package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/payerName.schema.d.ts +3 -0
  192. package/dist/components/form/NewOneClickForm/core/validations/healthInsurance/payerName.schema.mjs +1 -0
  193. package/dist/components/form/NewOneClickForm/core/validations/index.d.ts +1 -0
  194. package/dist/components/form/NewOneClickForm/core/validations/name/first.schema.mjs +1 -0
  195. package/dist/components/form/NewOneClickForm/core/validations/name/fullName.schema.mjs +1 -0
  196. package/dist/components/form/NewOneClickForm/core/validations/name/last.schema.mjs +1 -0
  197. package/dist/components/form/NewOneClickForm/core/validations/name/middle.schema.mjs +1 -0
  198. package/dist/components/form/NewOneClickForm/core/validations/other/birthDate.schema.d.ts +1 -2
  199. package/dist/components/form/NewOneClickForm/core/validations/other/birthDate.schema.mjs +1 -0
  200. package/dist/components/form/NewOneClickForm/core/validations/other/date.schema.d.ts +1 -6
  201. package/dist/components/form/NewOneClickForm/core/validations/other/date.schema.mjs +1 -0
  202. package/dist/components/form/NewOneClickForm/core/validations/other/documentNumber.schema.mjs +1 -0
  203. package/dist/components/form/NewOneClickForm/core/validations/other/phone.schema.d.ts +1 -6
  204. package/dist/components/form/NewOneClickForm/core/validations/other/phone.schema.mjs +1 -0
  205. package/dist/components/form/NewOneClickForm/core/validations/other/sex.schema.mjs +1 -0
  206. package/dist/components/form/NewOneClickForm/core/validations/other/ssn.schema.mjs +1 -0
  207. package/dist/components/form/NewOneClickForm/react/core/field.hook.mjs +1 -0
  208. package/dist/components/form/NewOneClickForm/react/core/form.context.mjs +1 -0
  209. package/dist/components/form/NewOneClickForm/react/ui/fields/input/address.field.mjs +1 -0
  210. package/dist/components/form/NewOneClickForm/react/ui/fields/input/clear-field-adornment.mjs +1 -0
  211. package/dist/components/form/NewOneClickForm/react/ui/fields/input/date.field.mjs +1 -0
  212. package/dist/components/form/NewOneClickForm/react/ui/fields/input/field.mjs +1 -0
  213. package/dist/components/form/NewOneClickForm/react/ui/fields/input/healthInsurance.field.d.ts +3 -0
  214. package/dist/components/form/NewOneClickForm/react/ui/fields/input/healthInsurance.field.mjs +1 -0
  215. package/dist/components/form/NewOneClickForm/react/ui/fields/input/label.mjs +1 -0
  216. package/dist/components/form/NewOneClickForm/react/ui/fields/input/select.field.mjs +1 -0
  217. package/dist/components/form/NewOneClickForm/react/ui/fields/input/ssn.field.mjs +1 -0
  218. package/dist/components/form/NewOneClickForm/react/ui/fields/input/text.field.mjs +1 -0
  219. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/driversLicense.field.d.ts +3 -0
  220. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/driversLicense.field.mjs +1 -0
  221. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/field.mjs +1 -0
  222. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/healthInsurance.field.d.ts +3 -0
  223. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/healthInsurance.field.mjs +1 -0
  224. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/multi.field.mjs +1 -0
  225. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/single.field.mjs +1 -0
  226. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/variantSelect.field.d.ts +8 -0
  227. package/dist/components/form/NewOneClickForm/react/ui/fields/readonly/variantSelect.field.mjs +1 -0
  228. package/dist/components/form/NewOneClickForm/react/ui/fields/shared.d.ts +6 -2
  229. package/dist/components/form/NewOneClickForm/react/ui/fields/shared.mjs +1 -0
  230. package/dist/components/form/NewOneClickForm/react/ui/fields/style.d.ts +13 -3
  231. package/dist/components/form/NewOneClickForm/react/ui/fields/style.mjs +1 -0
  232. package/dist/components/form/NewOneClickForm/react/ui/form-content.mjs +1 -0
  233. package/dist/components/form/NewOneClickForm/react/ui/form.context.d.ts +11 -0
  234. package/dist/components/form/NewOneClickForm/react/ui/form.context.mjs +1 -0
  235. package/dist/components/form/NewOneClickForm/react/ui/form.mjs +1 -0
  236. package/dist/components/form/OTPInput.mjs +1 -0
  237. package/dist/components/form/OneClickForm/components/CredentialsDisplay/CredentialsDisplay.mjs +1 -0
  238. package/dist/components/form/OneClickForm/components/CredentialsDisplay/CredentialsDisplayContext.mjs +1 -0
  239. package/dist/components/form/OneClickForm/components/CredentialsDisplay/CredentialsDisplayItem.mjs +1 -0
  240. package/dist/components/form/OneClickForm/components/CredentialsDisplay/CredentialsDisplayItemContext.mjs +1 -0
  241. package/dist/components/form/OneClickForm/components/CredentialsDisplay/components/EditModeButton.mjs +1 -0
  242. package/dist/components/form/OneClickForm/components/CredentialsDisplay/hooks.mjs +1 -0
  243. package/dist/components/form/OneClickForm/components/CredentialsDisplay/types.mjs +1 -0
  244. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/extractChildrenFromCredentialFieldSet.mjs +1 -0
  245. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/extractTypesFromSchema.mjs +1 -0
  246. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/filterRepeatedCredentials.mjs +1 -0
  247. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/findCorrectSchemaProperty.mjs +1 -0
  248. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/findCredentialsByType.mjs +1 -0
  249. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/getCredentialTypeDisplayInfo.mjs +1 -0
  250. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/getCredentialValues.mjs +1 -0
  251. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/getLastPathName.mjs +1 -0
  252. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/getParentPath.mjs +1 -0
  253. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/getReferencedSchemaNames.mjs +1 -0
  254. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/hasMandatoryFieldEmpty.mjs +1 -0
  255. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/isNewCredentialAgainstInstance.mjs +1 -0
  256. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/isNewCredentialValues.mjs +1 -0
  257. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/isRequiredCredentialDisplayInfo.mjs +1 -0
  258. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/isSomeFieldInputAllowed.mjs +1 -0
  259. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/isValidInputCredential.mjs +1 -0
  260. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/makeCredentialDisplayInfoList.mjs +1 -0
  261. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/sortCredentialsBySchema.mjs +1 -0
  262. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/transformToFormObject.mjs +1 -0
  263. package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/transformToFormSchema.mjs +1 -0
  264. package/dist/components/form/OneClickForm/components/DataField/DataFieldAtomic.mjs +1 -0
  265. package/dist/components/form/OneClickForm/components/DataField/DataFieldCheckbox.mjs +1 -0
  266. package/dist/components/form/OneClickForm/components/DataField/DataFieldClearAdornment.mjs +1 -0
  267. package/dist/components/form/OneClickForm/components/DataField/DataFieldComposite.mjs +1 -0
  268. package/dist/components/form/OneClickForm/components/DataField/DataFieldDescription.mjs +1 -0
  269. package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/index.mjs +1 -0
  270. package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/styles.mjs +1 -0
  271. package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/utils/getAddressFormat.mjs +1 -0
  272. package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/utils/renderInstance.mjs +1 -0
  273. package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/index.mjs +1 -0
  274. package/dist/components/form/OneClickForm/components/DataField/DataFieldInputLabel.mjs +1 -0
  275. package/dist/components/form/OneClickForm/components/DataField/DataFieldLabel.mjs +1 -0
  276. package/dist/components/form/OneClickForm/components/DataField/DataFieldLabelText.mjs +1 -0
  277. package/dist/components/form/OneClickForm/components/DataField/DataFieldLeftSide.mjs +1 -0
  278. package/dist/components/form/OneClickForm/components/DataField/DataFieldLegend.mjs +1 -0
  279. package/dist/components/form/OneClickForm/components/DataField/DataFieldRootStack.mjs +1 -0
  280. package/dist/components/form/OneClickForm/components/DataField/DataFieldStack.mjs +1 -0
  281. package/dist/components/form/OneClickForm/components/DataField/DataFieldValue.mjs +1 -0
  282. package/dist/components/form/OneClickForm/components/DataField/formats/DataFieldImage.mjs +1 -0
  283. package/dist/components/form/OneClickForm/components/DataField/formats/DataFieldText.mjs +1 -0
  284. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldAddressInput/autofill.hook.mjs +1 -0
  285. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldAddressInput/hook.mjs +1 -0
  286. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldAddressInput/index.mjs +1 -0
  287. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldDateInput.mjs +1 -0
  288. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldImageInput.mjs +1 -0
  289. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldPhoneInput.mjs +1 -0
  290. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldSSNInput.mjs +1 -0
  291. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldSelectInput.mjs +1 -0
  292. package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldTextInput.mjs +1 -0
  293. package/dist/components/form/OneClickForm/components/DataField/types.mjs +1 -0
  294. package/dist/components/form/OneClickForm/components/DataField/utils/defaults.mjs +1 -0
  295. package/dist/components/form/OneClickForm/components/DataField/utils/getAutoCompleteAttributeValue.mjs +1 -0
  296. package/dist/components/form/OneClickForm/components/DataField/utils/getCredentialLabel.mjs +1 -0
  297. package/dist/components/form/OneClickForm/components/DataField/utils/getCredentialLabelInput.mjs +1 -0
  298. package/dist/components/form/OneClickForm/components/DataField/utils/getCredentialSeparator.mjs +1 -0
  299. package/dist/components/form/OneClickForm/components/shared/Image.mjs +1 -0
  300. package/dist/components/form/OneClickForm/components/shared/ImageEncoded.mjs +1 -0
  301. package/dist/components/form/OneClickForm/components/shared/When.mjs +1 -0
  302. package/dist/components/form/OneClickForm/components/validations/fragments/birthDate.mjs +1 -0
  303. package/dist/components/form/OneClickForm/components/validations/fragments/credentials.mjs +1 -0
  304. package/dist/components/form/OneClickForm/components/validations/fragments/email.mjs +1 -0
  305. package/dist/components/form/OneClickForm/components/validations/schemas/date.schema.mjs +1 -0
  306. package/dist/components/form/OneClickForm/constants/credentialTypes.mjs +1 -0
  307. package/dist/components/form/OneClickForm/contexts/one-click-form-options.context.mjs +1 -0
  308. package/dist/components/form/OneClickForm/hooks/useCanFillByQueryParam.mjs +1 -0
  309. package/dist/components/form/OneClickForm/hooks/useDebounceCallback.mjs +1 -0
  310. package/dist/components/form/OneClickForm/index.mjs +1 -0
  311. package/dist/components/form/OneClickForm/styles/input.mjs +1 -0
  312. package/dist/components/form/OneClickForm/types/display-format.mjs +1 -0
  313. package/dist/components/form/OneClickForm/types/input-format.mjs +1 -0
  314. package/dist/components/form/OneClickForm/utils/calendarDateFormatter.mjs +1 -0
  315. package/dist/components/form/OneClickForm/utils/compareCredentialData.mjs +1 -0
  316. package/dist/components/form/OneClickForm/utils/currencyRangeFormatter.mjs +1 -0
  317. package/dist/components/form/OneClickForm/utils/date.mjs +1 -0
  318. package/dist/components/form/OneClickForm/utils/formatCredentialValue.mjs +1 -0
  319. package/dist/components/form/OneClickForm/utils/image.mjs +1 -0
  320. package/dist/components/form/OneClickForm/utils/isAtomicBySchema.mjs +1 -0
  321. package/dist/components/form/OneClickForm/utils/isCompositeBySchema.mjs +1 -0
  322. package/dist/components/form/OneClickForm/utils/phone.mjs +1 -0
  323. package/dist/components/form/OneClickForm/utils/phoneNumberFormatter.mjs +1 -0
  324. package/dist/components/form/OneClickForm/utils/regex.mjs +1 -0
  325. package/dist/components/form/OneClickForm/utils/ssnFormatter.mjs +1 -0
  326. package/dist/components/form/OneClickForm/utils/string.mjs +1 -0
  327. package/dist/components/form/OneClickForm/utils/when.mjs +1 -0
  328. package/dist/components/form/PhoneInput.mjs +1 -0
  329. package/dist/components/form/PrettyPhoneInput.mjs +64 -0
  330. package/dist/components/form/RadioOption.mjs +1 -0
  331. package/dist/components/form/SSNInput.d.ts +3 -1
  332. package/dist/components/form/SSNInput.mjs +1 -0
  333. package/dist/components/form/SelectInput.mjs +1 -0
  334. package/dist/components/form/TextMaskCustom.mjs +1 -0
  335. package/dist/components/form/TimezoneInput/index.mjs +1 -0
  336. package/dist/components/form/TimezoneInput/timezones.mjs +1 -0
  337. package/dist/components/form/index.d.ts +1 -0
  338. package/dist/components/icons/IconPlayer.mjs +1 -0
  339. package/dist/components/index.mjs +1 -1
  340. package/dist/components/terms/AcceptTermsNotice.mjs +1 -0
  341. package/dist/components/terms/LegalLink.mjs +1 -0
  342. package/dist/components/terms/PrivacyPolicyNotice.mjs +1 -0
  343. package/dist/components/text-to-signup/magic-button.mjs +1 -0
  344. package/dist/components/text-to-signup/magic-legal-language.mjs +1 -0
  345. package/dist/components/text-to-signup/magic-qr-code.mjs +1 -0
  346. package/dist/components/typographies/PageHeader.mjs +1 -0
  347. package/dist/components/typographies/PageSectionHeader.mjs +1 -0
  348. package/dist/components/typographies/Paragraph.mjs +1 -0
  349. package/dist/components/typographies/SectionDescription.mjs +1 -0
  350. package/dist/components/typographies/SectionHeader.mjs +1 -0
  351. package/dist/components/typographies/SectionTitle.mjs +1 -0
  352. package/dist/components/typographies/index.mjs +1 -1
  353. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Access powered by Verified/black.mjs +1 -0
  354. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Access powered by Verified/blackGreen.mjs +1 -0
  355. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Access powered by Verified/gray.mjs +1 -0
  356. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Access powered by Verified/green.mjs +1 -0
  357. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Access powered by Verified/index.mjs +1 -0
  358. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Access powered by Verified/white.mjs +1 -0
  359. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Access powered by Verified/whiteGreen.mjs +1 -0
  360. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Apply powered by Verified/black.mjs +1 -0
  361. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Apply powered by Verified/blackGreen.mjs +1 -0
  362. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Apply powered by Verified/gray.mjs +1 -0
  363. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Apply powered by Verified/green.mjs +1 -0
  364. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Apply powered by Verified/index.mjs +1 -0
  365. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Apply powered by Verified/white.mjs +1 -0
  366. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Apply powered by Verified/whiteGreen.mjs +1 -0
  367. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click AutoFill powered by Verified/black.mjs +1 -0
  368. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click AutoFill powered by Verified/blackGreen.mjs +1 -0
  369. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click AutoFill powered by Verified/gray.mjs +1 -0
  370. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click AutoFill powered by Verified/green.mjs +1 -0
  371. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click AutoFill powered by Verified/index.mjs +1 -0
  372. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click AutoFill powered by Verified/white.mjs +1 -0
  373. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click AutoFill powered by Verified/whiteGreen.mjs +1 -0
  374. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Login powered by Verified/black.mjs +1 -0
  375. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Login powered by Verified/blackGreen.mjs +1 -0
  376. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Login powered by Verified/gray.mjs +1 -0
  377. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Login powered by Verified/green.mjs +1 -0
  378. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Login powered by Verified/index.mjs +1 -0
  379. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Login powered by Verified/white.mjs +1 -0
  380. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Login powered by Verified/whiteGreen.mjs +1 -0
  381. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Signup powered by Verified/black.mjs +1 -0
  382. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Signup powered by Verified/blackGreen.mjs +1 -0
  383. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Signup powered by Verified/gray.mjs +1 -0
  384. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Signup powered by Verified/green.mjs +1 -0
  385. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Signup powered by Verified/index.mjs +1 -0
  386. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Signup powered by Verified/white.mjs +1 -0
  387. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Signup powered by Verified/whiteGreen.mjs +1 -0
  388. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Verify powered by Verified/black.mjs +1 -0
  389. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Verify powered by Verified/blackGreen.mjs +1 -0
  390. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Verify powered by Verified/gray.mjs +1 -0
  391. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Verify powered by Verified/green.mjs +1 -0
  392. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Verify powered by Verified/index.mjs +1 -0
  393. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Verify powered by Verified/white.mjs +1 -0
  394. package/dist/components/verified/OneClickPoweredByVerified/components/1-Click Verify powered by Verified/whiteGreen.mjs +1 -0
  395. package/dist/components/verified/OneClickPoweredByVerified/index.mjs +1 -0
  396. package/dist/components/verified/VerifiedImage.mjs +1 -0
  397. package/dist/components/verified/VerifiedIncLogo.mjs +1 -0
  398. package/dist/components/verified/powered-by-verified/index.mjs +1 -0
  399. package/dist/constants/email.d.ts +2 -0
  400. package/dist/constants/email.mjs +1 -0
  401. package/dist/constants/index.d.ts +2 -0
  402. package/dist/constants/index.mjs +1 -0
  403. package/dist/constants/metrics.d.ts +10 -0
  404. package/dist/constants/metrics.mjs +1 -0
  405. package/dist/contexts/index.d.ts +1 -0
  406. package/dist/contexts/index.mjs +1 -1
  407. package/dist/contexts/metrics/Metrics.context.d.ts +41 -0
  408. package/dist/contexts/metrics/Metrics.context.mjs +1 -0
  409. package/dist/contexts/metrics/index.d.ts +1 -0
  410. package/dist/contexts/tunnel/index.mjs +1 -0
  411. package/dist/hooks/index.d.ts +2 -0
  412. package/dist/hooks/index.mjs +1 -1
  413. package/dist/hooks/metrics/index.d.ts +1 -0
  414. package/dist/hooks/metrics/useColorMap.d.ts +4 -0
  415. package/dist/hooks/metrics/useColorMap.mjs +1 -0
  416. package/dist/hooks/text-to-signup/magic-link.mjs +1 -0
  417. package/dist/hooks/text-to-signup/magic-qr-code-options.mjs +1 -0
  418. package/dist/hooks/text-to-signup/magic-qr-code.mjs +1 -0
  419. package/dist/hooks/text-to-signup/magic-text.mjs +1 -0
  420. package/dist/hooks/useCallbackRef.mjs +1 -0
  421. package/dist/hooks/useCopyToClipboard.mjs +1 -0
  422. package/dist/{shared/useCounter-BV32zXDQ.mjs → hooks/useCounter.mjs} +1 -1
  423. package/dist/hooks/useDebounceCallback.mjs +1 -0
  424. package/dist/hooks/useDebounceValue.mjs +1 -0
  425. package/dist/hooks/useDisclosure.mjs +1 -0
  426. package/dist/hooks/useGoogleFont.mjs +1 -0
  427. package/dist/hooks/useIntersectionObserver.mjs +1 -0
  428. package/dist/hooks/useLocalStorage.mjs +1 -0
  429. package/dist/hooks/useNavigatorOnline.mjs +1 -0
  430. package/dist/hooks/useNetworkType.d.ts +23 -0
  431. package/dist/hooks/useNetworkType.mjs +1 -0
  432. package/dist/hooks/useOnClickOutside.mjs +1 -0
  433. package/dist/hooks/usePersistedReducer.d.ts +5 -0
  434. package/dist/hooks/usePersistedReducer.mjs +1 -0
  435. package/dist/hooks/usePrevious.mjs +1 -0
  436. package/dist/hooks/useQRCode.mjs +1 -0
  437. package/dist/hooks/useResizeObserver.mjs +1 -0
  438. package/dist/hooks/useScript.mjs +1 -0
  439. package/dist/hooks/useSearchParams.mjs +1 -0
  440. package/dist/hooks/useStyledQRCode.mjs +1 -0
  441. package/dist/hooks/useThrottle.mjs +1 -0
  442. package/dist/hooks/useToggle.mjs +1 -0
  443. package/dist/hooks/useWindowScroll.mjs +1 -0
  444. package/dist/hooks/useWindowSize.mjs +1 -0
  445. package/dist/index.mjs +1 -1
  446. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.mjs +1 -0
  447. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs +1 -0
  448. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.mjs +1 -0
  449. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.mjs +1 -0
  450. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs +1 -0
  451. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs +1 -0
  452. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs +1 -0
  453. package/dist/node_modules/clsx/dist/clsx.mjs +1 -0
  454. package/dist/node_modules/react-datepicker/dist/es/index.mjs +1 -0
  455. package/dist/styles/colors.mjs +1 -0
  456. package/dist/styles/index.mjs +1 -1
  457. package/dist/styles/lib/react-datepicker.css.mjs +1 -0
  458. package/dist/styles/shadows.mjs +1 -0
  459. package/dist/styles/theme.mjs +1 -0
  460. package/dist/styles/typography.mjs +1 -0
  461. package/dist/utils/color/index.d.ts +8 -0
  462. package/dist/utils/color/index.mjs +1 -1
  463. package/dist/utils/date.d.ts +1 -1
  464. package/dist/utils/date.mjs +1 -0
  465. package/dist/utils/index.d.ts +1 -0
  466. package/dist/utils/index.mjs +1 -1
  467. package/dist/utils/logo/index.d.ts +5 -0
  468. package/dist/utils/logo/index.mjs +1 -0
  469. package/dist/utils/makeGoogleFont.mjs +1 -0
  470. package/dist/{shared/notification-sBaCxCY5.mjs → utils/notification.mjs} +1 -1
  471. package/dist/utils/number/formatters.mjs +1 -0
  472. package/dist/utils/omitProperty.mjs +1 -0
  473. package/dist/utils/phone/index.mjs +1 -1
  474. package/dist/utils/ssn.mjs +1 -0
  475. package/dist/utils/string/formatKebabToPretty.mjs +1 -0
  476. package/dist/{shared/generateKeyFromString-D1AuwK4y.mjs → utils/string/generateKeyFromString.mjs} +1 -1
  477. package/dist/utils/string/index.mjs +1 -1
  478. package/dist/utils/string/toCapitalize.mjs +1 -0
  479. package/dist/utils/string/toSentenceCase.mjs +1 -0
  480. package/dist/utils/uuidColor.mjs +1 -0
  481. package/dist/validations/address.schema.d.ts +2 -0
  482. package/dist/validations/address.schema.mjs +1 -0
  483. package/dist/validations/date.schema.d.ts +8 -0
  484. package/dist/validations/date.schema.mjs +1 -0
  485. package/dist/validations/description.schema.mjs +1 -0
  486. package/dist/validations/email.schema.d.ts +1 -0
  487. package/dist/validations/email.schema.mjs +1 -0
  488. package/dist/validations/field.schema.mjs +1 -0
  489. package/dist/validations/index.d.ts +2 -1
  490. package/dist/validations/index.mjs +1 -1
  491. package/dist/validations/npi.schema.d.ts +2 -0
  492. package/dist/validations/npi.schema.mjs +1 -0
  493. package/dist/validations/phone.schema.mjs +1 -0
  494. package/dist/validations/ssn.schema.mjs +1 -0
  495. package/dist/validations/unix.schema.mjs +1 -0
  496. package/package.json +13 -5
  497. package/dist/shared/OneClickHealthBigNumbers-Bbr1GivF.mjs +0 -2
  498. package/dist/shared/PageSectionHeader-lc9WunC-.mjs +0 -1
  499. package/dist/shared/_baseIsEqual-BNqcL4o7.mjs +0 -1
  500. package/dist/shared/_getTag-DML0OnZi.mjs +0 -1
  501. package/dist/shared/colors-CSvtCJK4.mjs +0 -1
  502. package/dist/shared/date.schema-CmPHY0OU.mjs +0 -1
  503. package/dist/shared/formatKebabToPretty-Du43TgPC.mjs +0 -1
  504. package/dist/shared/index-CgwlGvef.mjs +0 -1
  505. package/dist/shared/jsx-runtime-Bwwz4kRH.mjs +0 -1
  506. package/dist/shared/magic-legal-language-7u7v_FDh.mjs +0 -155
  507. package/dist/shared/magic-link-Dr2o0qhW.mjs +0 -1
  508. package/dist/shared/magic-qr-code-DEnCvbjS.mjs +0 -1
  509. package/dist/shared/makeGoogleFont-pok2oDWs.mjs +0 -1
  510. package/dist/shared/motions-jOnF6bAS.mjs +0 -1
  511. package/dist/shared/phone-cSkbYk4g.mjs +0 -1
  512. package/dist/shared/shadows-levwxV7v.mjs +0 -1
  513. package/dist/shared/ssn-I4gN8M-_.mjs +0 -1
  514. package/dist/shared/unix.schema-D7g4VIKT.mjs +0 -1
  515. package/dist/shared/usePrevious-Dppy11px.mjs +0 -1
  516. package/dist/shared/useResizeObserver-D7K4jTvT.mjs +0 -1
  517. package/dist/shared/uuidColor-CbuBMrIl.mjs +0 -20
  518. package/dist/validations/state.schema.d.ts +0 -2
  519. package/dist/verifiedinc-public-shared-ui-elements-5.25.1-beta.0.tgz +0 -0
@@ -0,0 +1 @@
1
+ "use strict";import{Box as Z}from"@mui/material";import{jsx as a,jsxs as c}from"react/jsx-runtime";function h(l){return a(Z,{component:"svg",xmlns:"http://www.w3.org/2000/svg",width:268,height:270,sx:l.sx,children:c("g",{fill:"none",fillRule:"nonzero",transform:"translate(.07)",children:[a("path",{fill:"#000",d:"M241.767 233.564a.487.487 0 0 1-.388-.78 90.679 90.679 0 0 0 2.515-3.475.485.485 0 1 1 .8.551 92.592 92.592 0 0 1-2.54 3.513.483.483 0 0 1-.387.191ZM247.253 225.485a.486.486 0 0 1-.415-.737 87.053 87.053 0 0 0 9.446-22.082 87.336 87.336 0 0 0 3.019-25.12.485.485 0 0 1 .474-.497.496.496 0 0 1 .497.474 88.343 88.343 0 0 1-3.053 25.4 87.985 87.985 0 0 1-9.55 22.327.491.491 0 0 1-.418.235Z"}),a("path",{fill:"#000",d:"M251.876 205.767a2.867 2.867 0 0 1-2.757-3.648 2.82 2.82 0 0 1 1.356-1.708 2.835 2.835 0 0 1 2.172-.245 2.869 2.869 0 0 1 1.962 3.534 2.82 2.82 0 0 1-1.356 1.709 2.842 2.842 0 0 1-1.377.358Z"}),a("path",{fill:"#000",d:"M251.852 201.024c-.315 0-.625.079-.907.235a1.856 1.856 0 0 0-.893 1.125 1.894 1.894 0 0 0 1.298 2.335c.483.14.993.083 1.432-.161.439-.243.755-.642.892-1.125a1.896 1.896 0 0 0-1.822-2.41ZM255.991 195.465a.499.499 0 0 1-.227-.055c-2.719-1.435-5.336-3.118-5.362-3.134a.486.486 0 0 1-.01-.81l5.333-3.635a.485.485 0 0 1 .76.402l-.007 6.747a.485.485 0 0 1-.487.485Z"}),a("path",{fill:"#000",d:"M251.55 191.852a81.89 81.89 0 0 0 3.957 2.316l.004-5.016-3.96 2.7Z"}),a("path",{fill:l.theme.light,d:"M22.552 136.302c20.526-20.907-18.147-59.85-8.532-87.986 12.944-37.88 118.252-70.356 189.133-29.118 54.566 31.746 76.598 112.277 54.04 143.691-11.424 15.907-33.943 18.864-36.905 37.949-2.807 18.078 15.73 26.173 12.95 39.434-4.824 23.008-68.388 35.652-123.097 25.849-17.025-3.051-77.386-14.423-100.386-60.187-1.826-3.633-19.098-38.718-2.844-58.235 5.633-6.77 10.169-5.824 15.641-11.397Z"}),a("path",{fill:"#000",d:"M134.755 179.656H51.647a30.635 30.635 0 0 1-21.291-8.549c-5.797-5.55-9.101-12.992-9.305-20.95a37.996 37.996 0 0 1 5.566-20.857c.14-.23.44-.301.669-.162.228.14.3.439.16.668-3.555 5.802-5.435 12.498-5.435 19.363 0 .322.004.642.012.962.196 7.702 3.395 14.901 9.004 20.276a29.675 29.675 0 0 0 20.62 8.277h83.108a.486.486 0 0 1 0 .972ZM75.607 74.022a.486.486 0 0 1-.363-.809 93.923 93.923 0 0 1 4.106-4.316.485.485 0 0 1 .681.69 93.544 93.544 0 0 0-4.063 4.273.474.474 0 0 1-.361.162ZM110.32 49.703a.485.485 0 0 1-.18-.937c11.108-4.44 22.77-6.69 34.664-6.69.505 0 1.01.004 1.515.011a.486.486 0 0 1-.007.972h-.009c-.5-.01-.999-.012-1.5-.012-11.769 0-23.31 2.228-34.3 6.62a.5.5 0 0 1-.182.036ZM190.005 54.797a.472.472 0 0 1-.236-.061 92.198 92.198 0 0 0-29.28-10.345.486.486 0 1 1 .165-.958 93.207 93.207 0 0 1 29.589 10.455.485.485 0 0 1-.238.91Z"}),a("path",{fill:"#000",d:"M194.766 57.641a.493.493 0 0 1-.262-.076 92.554 92.554 0 0 0-4.736-2.83.485.485 0 1 1 .474-.847c1.613.9 3.223 1.86 4.787 2.858a.485.485 0 0 1-.263.895ZM250.49 122.686a.491.491 0 0 1-.272-.084 37.555 37.555 0 0 0-14.685-5.946.486.486 0 0 1-.392-.377 91.874 91.874 0 0 0-8.148-22.957.486.486 0 0 1 .865-.443 92.805 92.805 0 0 1 8.165 22.879 38.516 38.516 0 0 1 14.737 6.041.485.485 0 0 1-.27.887ZM242.209 179.656h-22.876a.486.486 0 0 1 0-.972h22.876c13.516 0 24.586-10.943 24.678-24.393l.002-.266a37.852 37.852 0 0 0-10.987-26.701.485.485 0 0 1 .689-.683 38.824 38.824 0 0 1 11.27 27.387l-.002.27c-.096 13.982-11.602 25.358-25.65 25.358Z"}),a("path",{fill:l.theme.main,d:"M25.212 149.169c0-18.346 14.558-33.29 32.752-33.911 9.116-39.534 44.534-69.009 86.837-69.009 43.79 0 80.203 31.587 87.7 73.218 17.516 1.78 31.184 16.574 31.184 34.56v.242c-.082 11.758-9.718 21.213-21.477 21.213H51.647c-14.211 0-26.061-11.225-26.424-25.431a35.281 35.281 0 0 1-.011-.882Z"}),a("path",{fill:"#000",d:"M242.209 175.968H51.647a26.97 26.97 0 0 1-18.74-7.523c-5.089-4.874-7.99-11.402-8.168-18.381a36.32 36.32 0 0 1-.012-.894c0-8.985 3.442-17.487 9.691-23.94 6.148-6.348 14.36-10.047 23.16-10.442 4.53-19.269 15.55-36.743 31.057-49.236a89.273 89.273 0 0 1 25.872-14.536c9.701-3.484 19.894-5.251 30.297-5.251 21.134 0 41.65 7.498 57.773 21.112 15.839 13.374 26.603 31.882 30.34 52.149 8.49.952 16.33 4.963 22.107 11.32a35.139 35.139 0 0 1 9.15 23.684v.245c-.085 11.96-9.937 21.693-21.965 21.693ZM144.802 46.735c-41.532 0-77.045 28.222-86.364 68.632l-.083.365-.373.013c-18.103.62-32.285 15.302-32.285 33.427 0 .29.005.58.01.87C26.058 163.804 37.695 175 51.645 175H242.21c11.496 0 20.913-9.3 20.992-20.73v-.24c0-17.646-13.219-32.295-30.749-34.077l-.364-.036-.064-.36c-7.598-42.198-44.28-72.822-87.222-72.822Z"}),a("path",{fill:"#000",d:"M60.193 249.298c3.116-2.546 6.387-4.918 9.735-7.183 6.798-4.594 13.962-8.7 21.203-12.679 3.809-2.093 7.764-3.987 11.667-5.934 3.927-1.96 7.865-3.901 11.804-5.842 3.6-1.773 7.2-3.548 10.792-5.33 8.167-27.61 17.037-58.912 15.276-58.912l-133.91-3.78c-3.152 0-5.267 2.565-4.714 5.717l16.228 92.527c.553 3.152 3.567 5.716 6.72 5.716h29.799c1.758-1.48 3.622-2.848 5.4-4.3Z"}),a("path",{fill:"#000",d:"M54.794 254.084H24.995c-3.377 0-6.606-2.744-7.197-6.119L1.57 155.437c-.295-1.685.095-3.271 1.1-4.468.986-1.173 2.439-1.818 4.093-1.818l133.923 3.78a.62.62 0 0 1 .492.259c.434.582 1.588 2.127-15.315 59.275a.485.485 0 0 1-.25.297 4618.546 4618.546 0 0 1-10.794 5.332c-3.978 1.959-7.873 3.88-11.803 5.84-.882.441-1.766.879-2.65 1.316-2.98 1.473-6.061 2.996-9.001 4.612-6.45 3.544-14.009 7.82-21.165 12.656-3.666 2.478-6.84 4.818-9.7 7.156-.782.639-1.592 1.27-2.376 1.882-1.002.78-2.037 1.587-3.018 2.414a.484.484 0 0 1-.312.114ZM6.75 150.123c-1.35 0-2.538.523-3.336 1.473-.816.972-1.132 2.277-.886 3.674l16.228 92.527c.513 2.93 3.313 5.314 6.24 5.314h29.622c.954-.799 1.947-1.572 2.91-2.323.78-.607 1.585-1.236 2.36-1.868 2.882-2.356 6.078-4.714 9.77-7.208 7.19-4.858 14.773-9.147 21.241-12.703 2.96-1.625 6.049-3.154 9.039-4.63.883-.437 1.765-.874 2.646-1.313 3.932-1.962 7.828-3.884 11.807-5.844 3.537-1.742 7.073-3.484 10.602-5.235 14.144-47.828 15.593-56.678 15.424-58.092L6.749 150.123Zm133.902 3.78h.02-.02Z"}),a("path",{fill:"#FFF",d:"M144.494 149.96H9.538c-2.978 0-4.97 2.415-4.448 5.393l16.228 92.527c.522 2.978 3.36 5.393 6.34 5.393h134.955c2.978 0 4.97-2.415 4.448-5.393l-16.228-92.527c-.522-2.978-3.36-5.393-6.34-5.393Z"}),a("path",{fill:"#000",d:"M162.614 253.76H27.657c-3.199 0-6.257-2.599-6.818-5.795L4.611 155.437c-.28-1.6.09-3.106 1.042-4.24.933-1.111 2.314-1.724 3.885-1.724h134.956c3.199 0 6.257 2.6 6.818 5.796l16.228 92.526c.28 1.6-.09 3.106-1.042 4.24-.933 1.113-2.313 1.726-3.884 1.726ZM9.538 150.447c-1.278 0-2.394.488-3.14 1.378-.766.91-1.06 2.134-.828 3.446l16.227 92.527c.483 2.753 3.112 4.99 5.862 4.99h134.955c1.28 0 2.395-.488 3.141-1.377.765-.91 1.059-2.134.83-3.446l-16.229-92.529c-.482-2.753-3.112-4.99-5.86-4.99H9.537Z"}),c("g",{fill:"#000",children:[a("path",{d:"M82.291 253.687H27.198a4.033 4.033 0 0 0-4.028 4.029 4.033 4.033 0 0 0 4.028 4.028h56.739c2.222-.001-1.646-8.057-1.646-8.057Z"}),a("path",{d:"M83.937 262.228H27.198a4.52 4.52 0 0 1-4.514-4.514 4.518 4.518 0 0 1 4.514-4.514h55.093c.188 0 .357.107.438.275.744 1.552 3.1 6.733 2.146 8.252-.204.324-.536.501-.938.501Zm-56.739-8.055a3.547 3.547 0 0 0-3.543 3.543 3.547 3.547 0 0 0 3.543 3.543h56.739c.086 0 .1-.02.116-.047.446-.708-.708-4.143-2.069-7.039H27.198Z"})]}),a("path",{fill:l.theme.dark,d:"M193.874 253.687H63.82a4.028 4.028 0 1 0 0 8.057h130.053a4.028 4.028 0 1 0 0-8.057Z"}),a("path",{fill:"#000",d:"M193.874 262.228H63.82a4.52 4.52 0 0 1-4.514-4.514 4.518 4.518 0 0 1 4.514-4.514h130.053a4.52 4.52 0 0 1 4.514 4.514 4.518 4.518 0 0 1-4.514 4.514ZM63.82 254.173a3.547 3.547 0 0 0-3.543 3.543 3.546 3.546 0 0 0 3.543 3.543h130.053a3.548 3.548 0 0 0 3.542-3.543 3.548 3.548 0 0 0-3.542-3.543H63.82Z"}),a("path",{fill:l.theme.main,d:"M141.327 157.69H15.417c-1.306 0-2.18 1.06-1.951 2.366l.305 1.74c.23 1.307 1.475 2.366 2.781 2.366h125.91c1.306 0 2.18-1.059 1.951-2.365l-.305-1.74c-.23-1.307-1.475-2.366-2.781-2.366Z"}),a("path",{fill:"#FFF",d:"M141.284 160.926c.151.86-.424 1.558-1.284 1.558-.86 0-1.68-.697-1.831-1.558-.15-.86.424-1.557 1.284-1.557.86 0 1.68.697 1.831 1.557Z"}),a("path",{fill:l.theme.main,d:"M71.632 243.357a39.18 39.18 0 0 1-3.484-.158.487.487 0 0 1 .088-.968 37.42 37.42 0 0 0 3.83.152h.006a.485.485 0 0 1 .006.971c-.149.003-.297.003-.446.003Zm4.312-.256a.485.485 0 0 1-.057-.966 32.772 32.772 0 0 0 3.766-.676.486.486 0 0 1 .228.945 34.02 34.02 0 0 1-3.877.696l-.06.001Zm-11.596-.441a.491.491 0 0 1-.092-.01 41.754 41.754 0 0 1-3.82-.92.486.486 0 1 1 .272-.932 40.88 40.88 0 0 0 3.73.898.486.486 0 0 1-.09.964Zm19.128-1.381a.487.487 0 0 1-.171-.94 29.732 29.732 0 0 0 3.481-1.569.485.485 0 1 1 .457.857 30.743 30.743 0 0 1-3.596 1.621.47.47 0 0 1-.17.03Zm-26.58-.781a.475.475 0 0 1-.177-.034 45.367 45.367 0 0 1-3.59-1.591.487.487 0 0 1 .432-.87c1.15.57 2.33 1.093 3.51 1.557a.485.485 0 0 1-.175.938Zm33.419-2.857a.484.484 0 0 1-.283-.88 28.56 28.56 0 0 0 2.945-2.426.485.485 0 0 1 .667.705 29.124 29.124 0 0 1-3.046 2.51.491.491 0 0 1-.283.09Zm-40.371-.59a.492.492 0 0 1-.252-.07 48.117 48.117 0 0 1-3.269-2.17.486.486 0 0 1 .57-.787 47.276 47.276 0 0 0 3.204 2.126.485.485 0 0 1-.253.901Zm-6.287-4.553a.484.484 0 0 1-.316-.117 48.73 48.73 0 0 1-2.874-2.671.487.487 0 0 1 .69-.685 46.739 46.739 0 0 0 2.816 2.617.486.486 0 0 1-.316.856Zm52.282-.176a.486.486 0 0 1-.379-.79 28.36 28.36 0 0 0 2.182-3.13.486.486 0 0 1 .834.5 29.243 29.243 0 0 1-2.257 3.239.494.494 0 0 1-.38.181Zm-57.747-5.336a.484.484 0 0 1-.371-.172 47.49 47.49 0 0 1-2.402-3.104.485.485 0 1 1 .792-.562 46.933 46.933 0 0 0 2.353 3.04.486.486 0 0 1-.372.798Zm61.74-1.302a.485.485 0 0 1-.445-.677c.5-1.16.934-2.37 1.286-3.597a.486.486 0 0 1 .934.27 30.935 30.935 0 0 1-1.327 3.713.49.49 0 0 1-.448.291Zm-66.23-5.029a.482.482 0 0 1-.418-.24 45 45 0 0 1-1.841-3.466.485.485 0 1 1 .876-.417 44.114 44.114 0 0 0 1.802 3.392.487.487 0 0 1-.418.731Zm68.373-2.416a.484.484 0 0 1-.48-.562c.196-1.243.32-2.525.37-3.806a.492.492 0 0 1 .505-.467c.268.01.477.236.467.505a33.686 33.686 0 0 1-.382 3.92.487.487 0 0 1-.48.41Zm-71.704-4.592a.484.484 0 0 1-.455-.317 41.599 41.599 0 0 1-1.185-3.746.486.486 0 0 1 .939-.249 40.27 40.27 0 0 0 1.157 3.658.484.484 0 0 1-.456.654Zm72.016-3.153a.488.488 0 0 1-.484-.451 37.613 37.613 0 0 0-.47-3.805.485.485 0 1 1 .957-.166c.228 1.301.39 2.615.482 3.904a.486.486 0 0 1-.45.519l-.035-.001Zm-73.995-4.346a.485.485 0 0 1-.479-.408 37.756 37.756 0 0 1-.43-3.91.484.484 0 0 1 .457-.512.48.48 0 0 1 .512.456 37.09 37.09 0 0 0 .42 3.81.487.487 0 0 1-.48.564Zm72.917-2.333a.485.485 0 0 1-.471-.368 40.795 40.795 0 0 0-1.112-3.671.486.486 0 1 1 .916-.325c.44 1.238.823 2.503 1.14 3.76a.485.485 0 0 1-.473.604Zm-73.352-5.41h-.026a.486.486 0 0 1-.46-.51c.07-1.321.22-2.638.44-3.915a.482.482 0 0 1 .562-.394.484.484 0 0 1 .395.561 32.504 32.504 0 0 0-.427 3.8.484.484 0 0 1-.484.458Zm70.76-1.901a.486.486 0 0 1-.442-.283 43.529 43.529 0 0 0-1.764-3.41.486.486 0 0 1 .842-.483 44.976 44.976 0 0 1 1.804 3.487.485.485 0 0 1-.44.689Zm-69.429-5.731a.486.486 0 0 1-.465-.626 30.427 30.427 0 0 1 1.39-3.691.486.486 0 0 1 .885.4 29.808 29.808 0 0 0-1.345 3.573.487.487 0 0 1-.465.344Zm65.568-1.002a.484.484 0 0 1-.399-.21 46.538 46.538 0 0 0-2.32-3.064.484.484 0 0 1 .066-.683.484.484 0 0 1 .683.066 47.608 47.608 0 0 1 2.37 3.129.484.484 0 0 1-.4.762Zm-4.935-5.99a.485.485 0 0 1-.348-.148 47.219 47.219 0 0 0-2.79-2.646.484.484 0 1 1 .64-.73c.981.858 1.94 1.767 2.846 2.7a.484.484 0 0 1-.348.824Zm-57.435-.065a.487.487 0 0 1-.412-.743 28.95 28.95 0 0 1 2.313-3.197.487.487 0 0 1 .748.621 28.182 28.182 0 0 0-2.235 3.091.488.488 0 0 1-.414.228Zm51.591-5.046c-.1 0-.201-.031-.29-.095a46.75 46.75 0 0 0-3.18-2.16.485.485 0 1 1 .513-.826 47.773 47.773 0 0 1 3.246 2.205.486.486 0 0 1-.289.876Zm-46.635-.903a.486.486 0 0 1-.327-.844 29.307 29.307 0 0 1 3.088-2.456.485.485 0 1 1 .552.8 28.267 28.267 0 0 0-2.986 2.374.492.492 0 0 1-.327.126Zm40.04-3.187a.5.5 0 0 1-.221-.053 44.252 44.252 0 0 0-3.495-1.596.486.486 0 1 1 .366-.9c1.2.485 2.402 1.033 3.57 1.63a.487.487 0 0 1-.22.919Zm-33.67-1.216a.486.486 0 0 1-.22-.918 30.802 30.802 0 0 1 3.62-1.561.484.484 0 1 1 .327.914c-1.205.43-2.384.94-3.506 1.511a.465.465 0 0 1-.221.054Zm26.477-1.694a.528.528 0 0 1-.141-.02 41.35 41.35 0 0 0-3.72-.944.487.487 0 0 1 .194-.952c1.268.26 2.55.584 3.808.966a.486.486 0 0 1-.14.95Zm-19.185-.92a.487.487 0 0 1-.107-.96 34.095 34.095 0 0 1 3.885-.637.486.486 0 0 1 .102.965 33.47 33.47 0 0 0-3.775.62.516.516 0 0 1-.105.012Zm11.585-.624-.051-.003a37.807 37.807 0 0 0-3.827-.202.485.485 0 1 1 0-.971c1.299.001 2.62.071 3.926.207a.486.486 0 0 1-.048.969Z"}),a("path",{fill:l.theme.light,d:"M59.692 174.788c-17.324 0-28.904 14.044-25.866 31.366 3.038 17.323 19.544 31.365 36.867 31.365 17.324 0 28.904-14.043 25.866-31.365-3.038-17.324-19.544-31.366-36.867-31.366Zm9.973 56.864c-14.082 0-27.502-11.416-29.97-25.498-2.47-14.082 6.943-25.5 21.026-25.5 14.082 0 27.502 11.418 29.971 25.5 2.47 14.083-6.945 25.498-21.027 25.498Z"}),a("path",{fill:l.theme.dark,d:"m43.48 188.786-4.88-4.151a24.72 24.72 0 0 0-2.931 4.912l5.588 2.96a20.037 20.037 0 0 1 2.223-3.72Z"}),a("path",{fill:l.theme.main,d:"m60.612 174.802 1.03 5.872c6.133.216 12.097 2.57 17.036 6.338l3.286-4.266c-6.167-4.76-13.657-7.724-21.352-7.944Z"}),a("path",{fill:l.theme.dark,d:"M80.233 188.273c5.335 4.602 9.238 10.915 10.459 17.88.386 2.205.481 4.345.313 6.385l5.917 1.72c.235-2.585.129-5.302-.363-8.104-1.517-8.645-6.386-16.474-13.039-22.148l-3.287 4.267Z"}),a("path",{fill:l.theme.main,d:"m86.905 223.522 4.88 4.152c2.529-3.294 4.236-7.26 4.919-11.657l-5.914-1.719c-.559 3.47-1.905 6.603-3.885 9.224ZM50.153 224.034c-5.335-4.602-9.237-10.915-10.459-17.88-.765-4.364-.389-8.471.913-12.062l-5.59-2.962c-1.655 4.46-2.145 9.58-1.19 15.024 1.517 8.644 6.387 16.473 13.04 22.147l3.286-4.267Z"}),a("path",{fill:l.theme.dark,d:"M85.834 224.82c-3.635 4.044-8.946 6.59-15.255 6.813l1.03 5.872c7.928-.23 14.59-3.43 19.105-8.534l-4.88-4.151ZM44.55 187.487c3.636-4.044 8.947-6.59 15.256-6.813l-1.03-5.872c-7.928.23-14.591 3.43-19.105 8.534l4.88 4.151ZM69.773 237.506l-1.03-5.871c-6.133-.215-12.097-2.57-17.037-6.338l-3.285 4.265c6.169 4.76 13.656 7.723 21.352 7.944Z"}),a("g",{fill:"#000",children:a("path",{d:"M68.717 226.733c-2.632 0-5.28-.49-7.868-1.457a.485.485 0 1 1 .34-.91c2.48.926 5.013 1.396 7.528 1.396 8.516 0 15.03-5.437 16.209-13.53a.485.485 0 1 1 .961.139c-1.252 8.591-8.152 14.362-17.17 14.362ZM83.908 201.936a.486.486 0 0 1-.45-.3 23.99 23.99 0 0 0-2.719-4.843.485.485 0 1 1 .786-.569 24.996 24.996 0 0 1 2.83 5.041.486.486 0 0 1-.447.671ZM54.974 222.03c-.1 0-.2-.03-.286-.093-5.332-3.904-9.002-9.627-10.067-15.699-.977-5.568.298-10.792 3.59-14.712 3.222-3.838 8.002-5.95 13.458-5.95 2.139 0 4.302.327 6.432.97a.486.486 0 0 1-.28.931 21.213 21.213 0 0 0-6.15-.929c-5.164 0-9.68 1.991-12.715 5.604-3.104 3.695-4.303 8.639-3.376 13.92 1.023 5.827 4.553 11.324 9.684 15.082a.486.486 0 0 1-.29.876Z"})}),a("path",{fill:l.theme.dark,d:"m85.63 26.791 7.024 53.118a74.05 74.05 0 0 0 30.874 50.907l16.405 11.513a11.64 11.64 0 0 0 13.827-.335l14.353-11.146a74.05 74.05 0 0 0 28.015-48.954l7.142-55.043a11.189 11.189 0 0 0-8.188-12.244l-35.7-9.608a60.2 60.2 0 0 0-31.76.129l-33.896 9.417a11.187 11.187 0 0 0-8.095 12.246Z"}),a("path",{fill:"#FFF",d:"M192.775 81.942a.485.485 0 0 1-.481-.549l7.144-55.042c.47-3.619-1.834-7.064-5.358-8.011a.485.485 0 1 1 .253-.938c3.992 1.074 6.6 4.975 6.069 9.075l-7.144 55.042a.49.49 0 0 1-.483.423ZM161.545 9.566a.52.52 0 0 1-.126-.016l-3.04-.818a56.591 56.591 0 0 0-29.718.12.486.486 0 0 1-.26-.936 57.577 57.577 0 0 1 30.232-.123l3.04.818a.485.485 0 0 1-.128.955ZM95.12 73.25a.485.485 0 0 1-.482-.423l-6.137-46.416c-.539-4.074 2.04-7.976 6-9.076l9.087-2.525a.487.487 0 0 1 .26.936l-9.087 2.525c-3.496.971-5.773 4.416-5.298 8.014l6.138 46.417a.486.486 0 0 1-.481.548ZM146.62 141.542a8.698 8.698 0 0 1-5.023-1.587l-16.404-11.514a71.021 71.021 0 0 1-9.175-7.675.485.485 0 1 1 .683-.69 70.062 70.062 0 0 0 9.049 7.57l16.405 11.513a7.73 7.73 0 0 0 4.464 1.41 7.704 7.704 0 0 0 4.769-1.634l14.352-11.146a.485.485 0 1 1 .596.768l-14.353 11.146a8.657 8.657 0 0 1-5.362 1.839Z"}),a("circle",{cx:144.507,cy:64.121,r:29.904,fill:"#FFF",transform:"rotate(-45 144.507 64.121)"}),a("path",{fill:l.theme.main,d:"M142.874 84.791a3.722 3.722 0 0 1-3.204-1.83l-12.473-21.147a3.72 3.72 0 1 1 6.41-3.78l9.149 15.513 13.952-25.462a3.72 3.72 0 1 1 6.525 3.576l-17.095 31.2a3.719 3.719 0 0 1-3.204 1.932c-.02-.002-.04-.002-.06-.002Z"}),a("path",{fill:l.theme.dark,d:"m66.447 95.778-3.274 1.178.467 3.77c-.71.409-1.377.87-1.994 1.38l-3.366-1.754-2.247 2.656 2.291 3.034c-.404.7-.749 1.432-1.031 2.19l-3.798.165-.617 3.425 3.496 1.478c0 .802.069 1.61.206 2.415l-3.206 2.041 1.178 3.274 3.77-.467c.409.71.87 1.377 1.38 1.994l-1.754 3.366 2.656 2.246 3.034-2.29c.7.403 1.434.749 2.19 1.032l.165 3.798 3.425.617 1.478-3.496c.802 0 1.61-.069 2.415-.206l2.041 3.206 3.274-1.177-.467-3.771c.71-.408 1.376-.87 1.994-1.38l3.366 1.754 2.246-2.656-2.29-3.034c.403-.7.749-1.434 1.032-2.19l3.798-.165.617-3.424-3.496-1.48c0-.8-.069-1.608-.206-2.414l3.206-2.04-1.177-3.274-3.771.466a14.364 14.364 0 0 0-1.38-1.994l1.754-3.365-2.656-2.247-3.034 2.29c-.7-.403-1.434-.748-2.19-1.032l-.165-3.798-3.424-.617-1.48 3.496c-.8 0-1.608.069-2.414.206l-2.042-3.206Zm12.88 14.497a8.956 8.956 0 0 1-5.398 11.46 8.958 8.958 0 1 1 5.399-11.46Z"}),a("path",{fill:"#000",d:"M68.685 133.364a.573.573 0 0 1-.087-.008l-3.424-.618a.486.486 0 0 1-.4-.457l-.15-3.48a15.169 15.169 0 0 1-1.68-.791l-2.78 2.099a.488.488 0 0 1-.607-.016l-2.656-2.247a.486.486 0 0 1-.117-.595l1.606-3.084c-.38-.482-.734-.994-1.058-1.53l-3.455.427a.485.485 0 0 1-.516-.317l-1.178-3.274a.486.486 0 0 1 .196-.575l2.938-1.869a14.76 14.76 0 0 1-.158-1.853l-3.204-1.356a.485.485 0 0 1-.288-.534l.617-3.424a.486.486 0 0 1 .457-.4l3.48-.15c.228-.575.493-1.137.79-1.68l-2.098-2.779a.488.488 0 0 1 .016-.607l2.247-2.656a.489.489 0 0 1 .595-.117l3.085 1.606c.481-.38.995-.735 1.53-1.058l-.428-3.455a.485.485 0 0 1 .317-.516l3.275-1.178a.484.484 0 0 1 .575.196l1.87 2.937a14.76 14.76 0 0 1 1.853-.158l1.356-3.203c.089-.21.31-.326.534-.288l3.424.617c.224.041.389.23.4.457l.15 3.48c.575.23 1.138.494 1.68.79l2.78-2.098a.488.488 0 0 1 .607.016l2.656 2.247a.486.486 0 0 1 .117.595l-1.606 3.083c.38.482.734.995 1.058 1.53l3.455-.427a.484.484 0 0 1 .516.318l1.178 3.273a.486.486 0 0 1-.196.575l-2.938 1.87c.093.618.145 1.24.158 1.853l3.204 1.356c.209.09.329.31.288.534l-.617 3.424a.486.486 0 0 1-.457.4l-3.48.15a15.169 15.169 0 0 1-.791 1.68l2.1 2.78a.488.488 0 0 1-.017.607l-2.247 2.657a.484.484 0 0 1-.595.117l-3.084-1.606c-.48.38-.994.734-1.53 1.057l.429 3.455a.485.485 0 0 1-.318.516l-3.275 1.178a.486.486 0 0 1-.574-.196l-1.87-2.937c-.62.092-1.242.145-1.853.158l-1.356 3.203a.494.494 0 0 1-.45.296Zm-2.956-1.513 2.659.48 1.328-3.138a.485.485 0 0 1 .448-.297h.005c.765 0 1.55-.067 2.33-.199a.482.482 0 0 1 .49.218l1.832 2.88 2.544-.915-.42-3.386a.488.488 0 0 1 .24-.482 13.938 13.938 0 0 0 1.926-1.332.485.485 0 0 1 .534-.056l3.022 1.574 1.747-2.064-2.057-2.723a.486.486 0 0 1-.032-.536c.39-.674.726-1.387.998-2.116a.487.487 0 0 1 .434-.316l3.41-.148.48-2.66-3.138-1.328a.485.485 0 0 1-.297-.447c0-.768-.067-1.554-.199-2.335a.486.486 0 0 1 .218-.491l2.879-1.833-.915-2.544-3.386.42a.483.483 0 0 1-.481-.24 13.938 13.938 0 0 0-1.333-1.926.485.485 0 0 1-.055-.534l1.574-3.022-2.064-1.747-2.724 2.057a.486.486 0 0 1-.535.032 14.257 14.257 0 0 0-2.117-.998.487.487 0 0 1-.316-.434l-.148-3.41-2.66-.48-1.329 3.138a.485.485 0 0 1-.447.297h-.006c-.767 0-1.55.067-2.329.199a.483.483 0 0 1-.491-.218l-1.833-2.879-2.544.914.42 3.387a.488.488 0 0 1-.24.481c-.686.395-1.334.844-1.926 1.333a.482.482 0 0 1-.534.055l-3.022-1.574-1.745 2.064 2.056 2.724c.117.155.13.367.034.535-.39.676-.726 1.388-.998 2.118a.487.487 0 0 1-.434.316l-3.41.148-.48 2.66 3.138 1.327c.18.077.297.252.297.448 0 .768.067 1.554.199 2.335a.486.486 0 0 1-.218.491l-2.879 1.833.914 2.544 3.387-.42a.479.479 0 0 1 .481.24c.395.684.843 1.332 1.333 1.926.124.15.146.36.055.534l-1.574 3.022 2.064 1.745 2.724-2.056a.486.486 0 0 1 .535-.033c.675.39 1.387.726 2.118.998a.487.487 0 0 1 .316.434l.147 3.41Zm4.433-7.55a9.407 9.407 0 0 1-4.018-.905 9.377 9.377 0 0 1-4.86-5.347 9.381 9.381 0 0 1 .343-7.22 9.377 9.377 0 0 1 5.348-4.86 9.375 9.375 0 0 1 7.218.344 9.377 9.377 0 0 1 4.861 5.348 9.381 9.381 0 0 1-.344 7.218 9.377 9.377 0 0 1-5.347 4.861 9.429 9.429 0 0 1-3.2.562Zm.012-17.922c-.967 0-1.935.166-2.872.503a8.415 8.415 0 0 0-4.797 4.362 8.422 8.422 0 0 0-.31 6.477 8.41 8.41 0 0 0 4.363 4.798 8.419 8.419 0 0 0 6.476.308 8.41 8.41 0 0 0 4.797-4.362 8.419 8.419 0 0 0 .309-6.475 8.41 8.41 0 0 0-4.362-4.798 8.422 8.422 0 0 0-3.604-.813Z"}),a("path",{fill:l.theme.dark,d:"m27.982 41.908-5.604 2.014.8 6.453a24.65 24.65 0 0 0-3.41 2.36l-5.761-3-3.846 4.546 3.92 5.191a24.95 24.95 0 0 0-1.765 3.748l-6.5.282-1.057 5.86 5.981 2.532c0 1.37.119 2.753.353 4.134L5.608 79.52l2.014 5.602 6.454-.798a24.778 24.778 0 0 0 2.359 3.41l-3 5.761 4.546 3.846 5.191-3.92a24.95 24.95 0 0 0 3.748 1.765l.282 6.5 5.86 1.057 2.532-5.982c1.37 0 2.753-.118 4.134-.352l3.493 5.485 5.602-2.014-.798-6.454a24.778 24.778 0 0 0 3.41-2.359l5.761 3 3.846-4.546-3.92-5.192a24.95 24.95 0 0 0 1.765-3.747l6.5-.282 1.057-5.86-5.981-2.532c0-1.37-.119-2.753-.353-4.134l5.485-3.493-2.014-5.602-6.454.8a24.65 24.65 0 0 0-2.359-3.411l3-5.76-4.546-3.846-5.19 3.92a24.95 24.95 0 0 0-3.748-1.766l-.282-6.499-5.86-1.057-2.532 5.98c-1.37 0-2.753.12-4.133.353l-3.495-5.486Zm22.042 24.808c2.864 7.966-1.272 16.746-9.238 19.608-7.967 2.864-16.746-1.272-19.609-9.239-2.864-7.966 1.273-16.745 9.239-19.608 7.966-2.864 16.744 1.273 19.608 9.239Z"}),a("path",{fill:"#000",d:"M31.813 105.877a.573.573 0 0 1-.086-.007l-5.86-1.058a.486.486 0 0 1-.4-.456l-.267-6.18a25.636 25.636 0 0 1-3.239-1.526l-4.935 3.727a.488.488 0 0 1-.607-.016l-4.546-3.846a.486.486 0 0 1-.117-.595l2.852-5.477c-.74-.92-1.425-1.91-2.04-2.949l-6.137.76a.484.484 0 0 1-.516-.318L3.9 82.334a.486.486 0 0 1 .196-.575l5.216-3.32a25.086 25.086 0 0 1-.304-3.573L3.32 72.46a.485.485 0 0 1-.288-.534l1.058-5.86a.486.486 0 0 1 .456-.4l6.179-.267a25.636 25.636 0 0 1 1.525-3.239l-3.727-4.935a.488.488 0 0 1 .016-.607l3.846-4.546a.488.488 0 0 1 .595-.117l5.477 2.854a25.533 25.533 0 0 1 2.949-2.04l-.76-6.137a.485.485 0 0 1 .317-.517l5.602-2.014a.484.484 0 0 1 .575.196l3.32 5.216a25.341 25.341 0 0 1 3.572-.305l2.408-5.688a.49.49 0 0 1 .534-.288l5.86 1.058c.224.04.389.23.4.456l.267 6.18c1.112.432 2.198.944 3.238 1.526l4.936-3.727a.488.488 0 0 1 .607.016l4.546 3.846a.486.486 0 0 1 .117.595l-2.852 5.477a25.407 25.407 0 0 1 2.04 2.949l6.137-.76a.486.486 0 0 1 .516.318l2.014 5.602a.486.486 0 0 1-.196.575l-5.216 3.32c.187 1.194.29 2.394.306 3.573l5.687 2.406c.209.089.329.31.288.534l-1.058 5.86a.486.486 0 0 1-.456.399l-6.18.268a25.732 25.732 0 0 1-1.526 3.238l3.727 4.935a.488.488 0 0 1-.016.607l-3.845 4.547a.486.486 0 0 1-.596.117l-5.476-2.853c-.92.74-1.91 1.425-2.95 2.04l.761 6.136a.485.485 0 0 1-.317.516L42.136 105a.486.486 0 0 1-.575-.196l-3.32-5.216c-1.196.187-2.395.29-3.573.306l-2.407 5.687a.487.487 0 0 1-.448.297Zm-5.392-1.953 5.095.92 2.38-5.624a.485.485 0 0 1 .448-.297h.01c1.33 0 2.688-.117 4.041-.345a.483.483 0 0 1 .492.218l3.284 5.157 4.872-1.75-.752-6.07a.487.487 0 0 1 .24-.48 24.184 24.184 0 0 0 3.344-2.315.485.485 0 0 1 .534-.055l5.417 2.821 3.343-3.952-3.686-4.881a.486.486 0 0 1-.032-.536 24.616 24.616 0 0 0 1.732-3.674.487.487 0 0 1 .434-.316l6.11-.265.92-5.095-5.624-2.38a.485.485 0 0 1-.297-.447c0-1.334-.115-2.698-.345-4.052a.486.486 0 0 1 .218-.492l5.158-3.283-1.751-4.873-6.068.752a.479.479 0 0 1-.481-.24 24.223 24.223 0 0 0-2.314-3.344.485.485 0 0 1-.056-.534l2.822-5.416-3.952-3.344-4.882 3.686a.486.486 0 0 1-.535.032 24.693 24.693 0 0 0-3.674-1.732.487.487 0 0 1-.316-.434l-.265-6.11-5.095-.92-2.38 5.624a.485.485 0 0 1-.447.297c0-.003-.008 0-.01 0-1.332 0-2.69.116-4.042.345a.481.481 0 0 1-.492-.218l-3.284-5.157-4.872 1.75.752 6.068a.488.488 0 0 1-.24.481 24.223 24.223 0 0 0-3.344 2.314.482.482 0 0 1-.534.056l-5.417-2.822-3.343 3.953 3.686 4.88c.117.157.13.368.033.536a24.693 24.693 0 0 0-1.732 3.675.487.487 0 0 1-.434.316l-6.11.264-.92 5.095 5.624 2.38c.18.076.297.252.297.448 0 1.335.116 2.699.345 4.052a.486.486 0 0 1-.217.491L4.95 82.366l1.75 4.872 6.068-.751a.48.48 0 0 1 .482.24 24.184 24.184 0 0 0 2.314 3.343c.124.151.146.36.055.534L12.8 96.021l3.952 3.344 4.881-3.686a.489.489 0 0 1 .536-.034 24.624 24.624 0 0 0 3.674 1.732.487.487 0 0 1 .316.434l.263 6.113Zm7.921-13.552c-2.3 0-4.589-.508-6.73-1.517a15.707 15.707 0 0 1-8.14-8.955c-2.95-8.205 1.326-17.28 9.531-20.23a15.708 15.708 0 0 1 12.09.576c3.82 1.8 6.712 4.98 8.14 8.955a15.708 15.708 0 0 1-.576 12.09 15.707 15.707 0 0 1-8.955 8.14c-1.748.628-3.558.94-5.36.94Zm-.004-30.664c-1.663 0-3.353.282-5.006.876a14.745 14.745 0 0 0-8.405 7.642 14.751 14.751 0 0 0-.541 11.346c2.769 7.702 11.287 11.714 18.988 8.946a14.745 14.745 0 0 0 8.405-7.641 14.751 14.751 0 0 0 .541-11.347c-2.175-6.048-7.897-9.822-13.982-9.822Z"}),a("path",{fill:l.theme.main,d:"M220.93 210.918h-87.812a5.855 5.855 0 1 0 0 11.71h87.812a5.855 5.855 0 1 0 0-11.71ZM162.822 192.27h-48.5a5.435 5.435 0 1 0 0 10.872h48.5a5.436 5.436 0 0 0 0-10.872ZM184.913 197.706a5.436 5.436 0 1 1-10.873-.001 5.436 5.436 0 0 1 10.873.001Z"}),a("path",{fill:"#000",d:"M223.948 147.672c3.617 2.813 8.97 6.975 16.569 6.818 1.203-.025 11.017-.374 15.531-7.71.594-.964 3.299-5.36 1.783-9.45-1.613-4.357-6.573-4.478-6.81-7.298-.315-3.744 8.329-4.632 9.916-9.975 1.711-5.765-5.408-14.623-13.418-18.829-9.649-5.065-18.623-2.346-20.684-7.359-1.195-2.906 1.48-4.65.145-8.611-1.422-4.223-6.632-8.687-11.235-7.134-2.933.989-5.268 4.302-4.994 7.31.335 3.686 4.337 4.244 6.598 7.49 5.771 8.284-9.405 20.26-6.559 35.918 1.82 10.014 10.085 16.44 13.158 18.83Z"}),a("path",{fill:"#FFF",d:"M208.052 104.462s-4.602 1.639-10.271 8.98c-5.67 7.34-18.433 7.753-22.558 2.71-4.126-5.044-3.677-6.44-3.677-6.44l-1.507 4.326s1.21 21.78 20.862 18.425c4.045-.69 9.85-1.977 12.233-4.071 9.197-8.078 4.918-23.93 4.918-23.93Z"}),a("path",{fill:"#000",d:"M186.964 133.3c-3.883 0-7.215-1.095-9.946-3.271-6.803-5.426-7.44-15.538-7.463-15.965a.51.51 0 0 1 .027-.187l1.506-4.326.922.31s.007-.014.01-.043c-.001.014-.157 1.455 3.58 6.023 1.676 2.05 5.005 3.246 8.909 3.185 5.203-.073 10.141-2.328 12.887-5.882 5.692-7.368 10.3-9.07 10.494-9.14a.484.484 0 0 1 .63.333c.179.66 4.25 16.236-5.065 24.422-1.927 1.692-6.123 3.1-12.473 4.183a23.908 23.908 0 0 1-4.018.357Zm-16.433-19.196c.08 1.026.967 10.286 7.097 15.17 3.404 2.712 7.844 3.625 13.193 2.71 6.082-1.038 10.23-2.406 11.994-3.956 7.913-6.951 5.534-20.039 4.902-22.885-1.324.648-5.117 2.855-9.55 8.595-2.923 3.784-8.15 6.181-13.643 6.259-4.203.066-7.813-1.265-9.675-3.54-1.94-2.372-2.907-3.984-3.376-5.052l-.942 2.699Z"}),a("path",{fill:"#FFF",d:"M199.61 137.654c4.414-17.998-1.178-25.58 5.15-31.142 5.793-5.092 15.825-3.444 20.168-2.73 4.925.81 9.005 1.48 11.78 4.604a8.553 8.553 0 0 1 1.617 2.624v-.003c5.301 9.982 1.005 20.287-1.645 25.047-.438 19.089 7.12 24.824 2.143 31.895-5.388 7.655-18.706 7.27-25.7 5.744-2.454-.535-16.208-3.844-19.35-13.757-2.058-6.499 2.593-9.059 5.836-22.282Z"}),a("path",{fill:"#000",d:"M221.793 175.087c-3.287 0-6.389-.399-8.772-.918-3.843-.838-16.618-4.328-19.71-14.085-1.251-3.952-.103-6.578 1.636-10.551 1.267-2.895 2.844-6.499 4.191-11.995 2.02-8.232 1.93-14.17 1.86-18.942-.083-5.601-.137-9.3 3.444-12.448 5.965-5.243 16.196-3.562 20.565-2.844 4.924.809 9.174 1.508 12.065 4.761a9.028 9.028 0 0 1 1.69 2.728c5.286 9.968 1.301 20.145-1.598 25.394-.187 8.855 1.327 14.68 2.544 19.365 1.37 5.272 2.276 8.753-.487 12.678-3.727 5.294-10.932 6.857-17.428 6.857Zm-21.711-37.317c-1.368 5.577-2.964 9.222-4.245 12.15-1.709 3.908-2.742 6.266-1.6 9.87 3.01 9.498 16.349 12.853 18.992 13.43 6.385 1.392 19.869 2.023 25.199-5.55 2.503-3.556 1.69-6.688.34-11.875-1.172-4.513-2.779-10.694-2.572-19.752a.486.486 0 0 1 .061-.225c2.804-5.039 6.745-14.924 1.662-24.543a.567.567 0 0 1-.046-.09 8.06 8.06 0 0 0-1.528-2.476c-2.66-2.996-6.56-3.637-11.496-4.447-4.233-.696-14.148-2.324-19.768 2.615-3.244 2.851-3.194 6.184-3.112 11.704.071 4.827.16 10.835-1.887 19.189Z"}),a("path",{fill:"#FFF",d:"M205.097 131.725s-11.345-4.135-14.886-11.696l-7.302-6.805s.104 3.29 2.271 4.664c0 0-1.862 3.749.885 6.335 0 0 2.06 1.637 3.289 1.667 0 0 3.597 11.814 13.305 15.33 0 0 2.727-4.145 2.438-9.495Z"}),a("path",{fill:"#000",d:"M202.659 141.706a.464.464 0 0 1-.165-.03c-9.065-3.283-12.857-13.407-13.507-15.34-1.323-.247-3.02-1.57-3.224-1.733l-.031-.026c-2.434-2.294-1.56-5.431-1.15-6.517-2.035-1.59-2.156-4.682-2.16-4.82a.489.489 0 0 1 .819-.371l7.302 6.805a.494.494 0 0 1 .108.149c3.417 7.295 14.502 11.405 14.613 11.446a.486.486 0 0 1 .319.43c.293 5.446-2.403 9.613-2.519 9.787a.484.484 0 0 1-.405.22Zm-16.276-17.85c.553.436 2.118 1.528 2.98 1.549.21.004.393.143.454.344.035.114 3.549 11.317 12.633 14.874.592-1.041 2.305-4.422 2.176-8.557-1.878-.731-11.476-4.752-14.814-11.746l-6.214-5.79c.238.976.749 2.253 1.841 2.945.211.133.286.404.176.626-.069.14-1.656 3.45.768 5.755ZM215.32 145.121c-3.377 0-7.26-.594-11.598-2.203a.486.486 0 1 1 .338-.91c15.98 5.928 25.577-2.315 25.672-2.398a.486.486 0 0 1 .645.727c-.075.065-5.544 4.784-15.056 4.784ZM209.525 132.331c-.759 0-1.547-.04-2.365-.123a.487.487 0 0 1-.435-.532.49.49 0 0 1 .533-.435c7.44.755 13.238-2.045 17.228-8.326 2.997-4.719 3.793-9.715 3.8-9.767a.486.486 0 1 1 .962.148c-.033.212-.836 5.25-3.941 10.138-2.65 4.17-7.484 8.897-15.782 8.897ZM175.487 104.024l9.274 33.027-10.876-3.142-10.217-32.545z"}),a("path",{fill:"#FFF",d:"M169.59 120.37s-2.79-2.937-3.439-5.269c-.646-2.332 3.44-7.461 3.44-7.461v12.73Z"}),a("path",{fill:"#000",d:"M169.59 120.857a.488.488 0 0 1-.352-.15c-.117-.125-2.882-3.053-3.555-5.474-.693-2.499 3.093-7.35 3.527-7.895a.486.486 0 0 1 .864.302v12.73a.485.485 0 0 1-.484.487Zm-.485-11.747c-1.24 1.77-2.86 4.51-2.486 5.862.391 1.405 1.634 3.078 2.486 4.106v-9.968ZM203.134 126.376a.486.486 0 0 1-.48-.415c-1.537-10.506 3.18-16.316 3.381-16.559a.485.485 0 1 1 .747.62c-.046.056-4.636 5.745-3.166 15.797a.486.486 0 0 1-.482.557ZM202.984 214.042c0 2.14 4.98.127 11.24 1.51 9.115 2.013 13.698-1.753 13.698-3.894 0-2.14-6.841-1.492-13.28-1.492-6.44 0-11.658 1.736-11.658 3.876Z"}),a("path",{fill:"#FFF",d:"m208.386 208.358 27.583 36.636 4.4-3.89s-11.442-29.68-21.501-32.557l-7.484-4.566-2.998 4.377Z"}),a("path",{fill:"#000",d:"m235.969 245.48-.048-.003a.486.486 0 0 1-.34-.192l-27.583-36.636a.486.486 0 0 1-.013-.566l2.997-4.378a.485.485 0 0 1 .654-.14l7.428 4.531c10.157 3.012 21.287 31.612 21.757 32.83a.485.485 0 0 1-.132.539l-4.4 3.892a.472.472 0 0 1-.32.123Zm-26.985-37.135 27.057 35.938 3.752-3.317c-1.261-3.177-11.893-29.329-21.06-31.953a.46.46 0 0 1-.12-.052l-7.09-4.326-2.539 3.71Z"}),a("path",{fill:"#FFF",d:"M217.765 204.236s4.894 10.374 3.524 21.745c-1.371 11.373-7.048 31.195-7.048 31.195h-7.048l1.66-54.265 8.912 1.325Z"}),a("path",{fill:"#000",d:"M214.241 257.662h-7.048a.486.486 0 0 1-.484-.5l1.659-54.266a.48.48 0 0 1 .174-.357.49.49 0 0 1 .383-.108l8.913 1.325a.48.48 0 0 1 .367.274c.05.105 4.938 10.63 3.568 22.01-1.36 11.28-7.007 31.072-7.062 31.27a.49.49 0 0 1-.47.352Zm-6.546-.972h6.18c.765-2.712 5.683-20.392 6.932-30.767 1.226-10.166-2.677-19.651-3.376-21.247l-8.11-1.205-1.626 53.22Z"}),a("path",{fill:"#000",d:"M192.32 263.261c1.839-2.72 8.73-7.088 15.004-10.343l3.3.01a1.487 1.487 0 0 1 1.461 1.734l-.236 1.405 2.27-2.094a1.188 1.188 0 0 1 1.945.53c.53 1.756 1.21 4.559 1.155 7.23a2 2 0 0 1-1.196 1.789c-2.412 1.063-12.1 3.741-21.908 3.323-1.796-.075-2.803-2.095-1.795-3.584Z"}),a("path",{fill:"#FFF",d:"M195.013 265.233c-.466 0-.936-.004-1.414-.015a.487.487 0 0 1 .01-.97h.01c13.763.296 22.496-3.876 22.584-3.918a.486.486 0 0 1 .425.873c-.086.04-8.418 4.03-21.615 4.03ZM205.011 260.296a.487.487 0 0 1-.467-.35c-.007-.029-.833-2.812-2.735-3.626a.486.486 0 1 1 .382-.893c2.329.997 3.25 4.117 3.287 4.249a.486.486 0 0 1-.467.62ZM200.934 261.82a.486.486 0 0 1-.48-.425c-.293-2.325-1.77-3.087-1.832-3.117a.488.488 0 0 1-.221-.65.484.484 0 0 1 .645-.225c.082.04 2.01.997 2.371 3.869a.486.486 0 0 1-.483.548Z"}),a("path",{fill:"#000",d:"m233.217 242.139 2.3-1.717a1.402 1.402 0 0 1 2.084.478l.549 1.057.49-2.68a1.087 1.087 0 0 1 1.714-.682c1.323.972 3.297 2.602 4.684 4.527a1.79 1.79 0 0 1 .107 1.923c-1.154 2.058-6.643 9.185-13.883 14.164-1.325.912-3.132.01-3.212-1.599-.148-2.935 2.43-9.768 5.167-15.471Z"}),a("path",{fill:"#FFF",d:"M229.762 258.453a.485.485 0 0 1-.284-.88c10.009-7.194 13.992-14.856 14.031-14.932a.487.487 0 0 1 .866.441c-.163.322-4.13 7.949-14.327 15.28a.496.496 0 0 1-.286.091ZM235.27 248.799a.493.493 0 0 1-.291-.097c-.02-.016-2.094-1.549-3.865-1.113a.486.486 0 0 1-.233-.943c2.224-.547 4.582 1.205 4.681 1.28a.485.485 0 0 1-.292.873ZM233.175 252.081a.483.483 0 0 1-.348-.147c-1.458-1.504-2.924-1.234-2.937-1.23a.486.486 0 0 1-.189-.953c.08-.016 2.003-.373 3.825 1.507a.485.485 0 0 1-.35.823Z"}),a("path",{fill:l.theme.dark,d:"M227.289 211.822c-1.709-11.677 1.097-30.525 3.878-49.335 0 0-12.214-14.604-23.156-13.761-7.077.544-6.614 13.761-6.614 13.761l2.042 51.555s9.105-4.286 23.85-2.22Z"}),a("path",{fill:"#000",d:"M203.439 214.528a.48.48 0 0 1-.485-.465l-2.042-51.555c-.019-.56-.392-13.692 7.064-14.265 11.063-.856 23.06 13.33 23.565 13.934.09.107.129.246.108.383l-.045.306c-2.715 18.36-5.522 37.343-3.832 48.887a.485.485 0 0 1-.547.551c-14.412-2.018-23.488 2.139-23.577 2.18a.559.559 0 0 1-.21.044Zm5.492-65.352c-.295 0-.588.012-.882.034-6.531.503-6.171 13.132-6.167 13.261l2.014 50.85c2.325-.923 10.526-3.658 22.825-2.067-1.52-11.733 1.245-30.434 3.922-48.533l.013-.086c-1.343-1.546-12.003-13.459-21.725-13.459Z"}),a("path",{fill:"#000",d:"M233.946 171.725a.484.484 0 0 1-.46-.64v-.001c.056-.165 1.31-4.11-2.669-8.262a.485.485 0 0 1 .7-.671c4.405 4.594 2.953 9.057 2.888 9.244a.486.486 0 0 1-.46.33Z"}),a("path",{fill:"#FFF",d:"M211.788 92.608c1.483-1.533 4.325-6.38 4.322-6.217-.035 1.604 3.296 2.057 5.537 3.529 2.241 1.471-.83 4.22-.83 4.22s2.224-1.766 2.591.597c.212 1.37-1.401 1.79-2.699 1.892.041.413.094.922.151 1.478a6.782 6.782 0 0 0 4.592 5.737l-11.417 4.704-.888-4.402 1.163-.478a2.551 2.551 0 0 0 1.553-1.98l.275-3.145c-.558.147-1.233.292-1.756.286-1.042-.011-1.854-.705-2.048-1.729-.268-1.404-.212-2.726.147-3.793l-.693-.699Z"}),a("path",{fill:"#000",d:"M214.035 109.034a.482.482 0 0 1-.475-.39l-.888-4.401a.487.487 0 0 1 .29-.546l1.165-.478a2.079 2.079 0 0 0 1.258-1.603l.214-2.446c-.482.1-.884.144-1.22.145-1.269-.015-2.28-.867-2.52-2.122-.26-1.362-.233-2.651.074-3.75l-.489-.493a.486.486 0 0 1-.004-.68c.993-1.027 2.678-3.687 3.582-5.116.853-1.348.853-1.345 1.227-1.232.21.063.352.262.347.48-.014.684 1.235 1.204 2.558 1.755.891.372 1.902.791 2.76 1.355.79.519.997 1.17 1.03 1.623.05.661-.219 1.324-.566 1.884.167.005.334.034.496.097.546.213.887.733 1.013 1.543.079.512-.037.983-.335 1.36-.426.539-1.203.887-2.312 1.039l.103.996a6.314 6.314 0 0 0 4.262 5.327.484.484 0 0 1 .031.909l-11.415 4.704a.461.461 0 0 1-.186.04Zm-.334-4.59.694 3.431 9.806-4.042a7.288 7.288 0 0 1-3.825-5.677c-.057-.557-.11-1.064-.15-1.478a.485.485 0 0 1 .444-.533c1.049-.083 1.821-.347 2.12-.725.133-.167.175-.362.137-.609-.047-.306-.157-.69-.405-.788-.39-.151-1.115.269-1.406.497a.487.487 0 0 1-.626-.743c.437-.392 1.556-1.62 1.485-2.57-.027-.348-.221-.638-.596-.884-.782-.513-1.705-.898-2.599-1.27-1.14-.473-2.237-.931-2.788-1.619l-.15.239c-.894 1.411-2.334 3.685-3.385 4.92l.37.372c.13.13.174.323.115.497-.336 1.001-.382 2.228-.13 3.548.152.801.77 1.323 1.577 1.332.387-.007.935-.086 1.626-.27a.488.488 0 0 1 .609.512l-.275 3.145a3.063 3.063 0 0 1-1.852 2.387l-.796.327Z"}),a("path",{fill:"#FFF",d:"m216.972 98.257-.832.284.832-.284Z"}),a("path",{fill:"#000",d:"M216.14 99.027a.486.486 0 0 1-.157-.945l.833-.284c.255-.088.529.05.615.303a.484.484 0 0 1-.302.616l-.833.284a.457.457 0 0 1-.156.026ZM204.188 13.654a.485.485 0 0 1-.343-.83l9.908-9.876a.485.485 0 0 1 .685.687l-9.908 9.877a.478.478 0 0 1-.342.142ZM206.902 17.806a.484.484 0 0 1-.234-.912l17.476-9.623a.485.485 0 1 1 .468.851l-17.476 9.624a.485.485 0 0 1-.234.06ZM223.234 22.068h-15.19a.486.486 0 0 1 0-.971h15.19a.486.486 0 0 1 0 .971ZM219.333 59.304a3.576 3.576 0 0 1-3.575-3.57 3.577 3.577 0 0 1 3.575-3.571.486.486 0 0 1 0 .971 2.605 2.605 0 0 0-2.604 2.6 2.605 2.605 0 0 0 5.208 0 .486.486 0 0 1 .97 0 3.576 3.576 0 0 1-3.574 3.57Z"}),a("path",{fill:l.theme.main,d:"M62.22 30.07c1.07-.48 2.32.015 2.793 1.11.471 1.094-.014 2.37-1.085 2.853-1.07.482-2.322-.014-2.794-1.108-.472-1.096.015-2.373 1.085-2.854Z"}),a("path",{fill:"#000",d:"M110.796 176.059a.484.484 0 0 1-.351-.82l1.529-1.598a.485.485 0 0 1 .7.671l-1.528 1.598a.483.483 0 0 1-.35.149ZM105.448 181.65a.485.485 0 0 1-.351-.82l1.529-1.599a.484.484 0 0 1 .686-.014c.194.186.2.493.014.686l-1.528 1.597a.488.488 0 0 1-.35.15ZM106.948 176.144a.484.484 0 0 1-.341-.14l-1.552-1.53a.484.484 0 0 1-.005-.685.484.484 0 0 1 .686-.005l1.552 1.529a.484.484 0 0 1-.34.83ZM112.377 181.494a.484.484 0 0 1-.34-.14l-1.552-1.529a.484.484 0 0 1-.005-.686.484.484 0 0 1 .686-.004l1.552 1.528a.484.484 0 0 1-.34.831Z"}),a("path",{fill:l.theme.main,d:"M73.194 23.916c1.28-.577 2.775.017 3.34 1.325.563 1.308-.018 2.835-1.298 3.411-1.28.576-2.774-.018-3.339-1.325-.563-1.308.018-2.835 1.297-3.411Z"})]})})}export{h as VerifiedImage};
@@ -0,0 +1 @@
1
+ "use strict";import{Box as h}from"@mui/material";import{jsx as c}from"react/jsx-runtime";function l(a){return c(h,{component:"svg",width:100,viewBox:"0 0 212 40",...a,children:c("g",{fill:"#fff",transform:"translate(-401.7632, 0)",children:c("path",{d:"M580.676 32.09h-4.041V14.773h4.041zM583.885 32.09V19.765h2.282c.23 0 .422.051.577.154a.825.825 0 0 1 .327.464l.214.713c.237-.222.483-.428.737-.618.253-.19.525-.35.814-.481a4.833 4.833 0 0 1 2.038-.422c.674 0 1.27.116 1.79.35.518.234.956.559 1.312.975.357.416.626.911.809 1.486a6.16 6.16 0 0 1 .273 1.872v7.832h-3.685v-7.832c0-.603-.138-1.072-.416-1.409-.277-.337-.685-.505-1.224-.505-.404 0-.784.087-1.14.261a4.437 4.437 0 0 0-1.023.702v8.783h-3.685ZM606.564 22.689c-.111.134-.218.241-.321.32-.103.08-.25.12-.44.12a.947.947 0 0 1-.493-.131c-.147-.087-.311-.185-.494-.291a3.742 3.742 0 0 0-.642-.292c-.245-.087-.55-.13-.915-.13-.451 0-.842.083-1.17.25-.33.166-.6.403-.815.712a3.259 3.259 0 0 0-.475 1.135 6.78 6.78 0 0 0-.155 1.516c0 1.18.228 2.088.684 2.722.455.634 1.083.95 1.884.95.428 0 .766-.053 1.016-.16a3.08 3.08 0 0 0 .636-.356l.481-.363a.89.89 0 0 1 .553-.166c.293 0 .515.107.666.32l1.07 1.32a5.82 5.82 0 0 1-2.49 1.705c-.44.155-.882.262-1.326.321-.444.06-.876.09-1.296.09a5.56 5.56 0 0 1-2.157-.428 5.285 5.285 0 0 1-1.807-1.242c-.519-.543-.93-1.21-1.236-2.003-.305-.793-.457-1.696-.457-2.71 0-.888.132-1.718.398-2.49a5.653 5.653 0 0 1 1.177-2.009 5.471 5.471 0 0 1 1.925-1.337c.765-.325 1.65-.487 2.657-.487.966 0 1.814.154 2.543.463.73.31 1.387.76 1.973 1.355l-.974 1.296ZM608.513 30.224c0-.285.053-.55.16-.796.107-.246.254-.46.44-.642a2.098 2.098 0 0 1 1.492-.594c.293 0 .566.053.82.16.253.107.475.252.665.434a1.967 1.967 0 0 1 .607 1.438c0 .286-.054.553-.16.803-.108.25-.256.465-.447.647-.19.183-.412.325-.665.428a2.158 2.158 0 0 1-.82.155 2.19 2.19 0 0 1-.832-.155 2.017 2.017 0 0 1-.66-.428 2.015 2.015 0 0 1-.6-1.45ZM447.596 8.275h4.475c.483 0 .878.11 1.185.329.307.219.527.51.658.872l4.64 12.834c.209.56.42 1.168.634 1.826.214.658.414 1.35.6 2.073.154-.724.332-1.415.535-2.073.203-.658.403-1.267.6-1.826l4.608-12.834c.11-.307.323-.584.641-.831.319-.247.708-.37 1.169-.37h4.508l-9.609 23.973h-5.035l-9.609-23.973ZM478.99 14.922c1.13 0 2.164.175 3.102.526a6.742 6.742 0 0 1 2.418 1.53c.675.67 1.201 1.49 1.58 2.46.378.971.568 2.071.568 3.3 0 .383-.017.696-.05.937a1.485 1.485 0 0 1-.18.576.689.689 0 0 1-.355.296 1.657 1.657 0 0 1-.567.083h-9.84c.165 1.426.598 2.46 1.3 3.101.702.642 1.607.963 2.715.963.592 0 1.103-.071 1.53-.214a7.72 7.72 0 0 0 1.144-.477c.334-.176.642-.335.921-.477.28-.143.573-.214.88-.214.406 0 .714.148.922.444l1.48 1.826a7.582 7.582 0 0 1-1.702 1.473 8.85 8.85 0 0 1-1.876.889c-.642.213-1.283.362-1.925.444-.642.082-1.253.123-1.835.123a9.58 9.58 0 0 1-3.364-.584 7.732 7.732 0 0 1-2.748-1.736c-.785-.768-1.404-1.722-1.86-2.863-.455-1.14-.682-2.468-.682-3.982 0-1.14.194-2.22.584-3.241a7.983 7.983 0 0 1 1.678-2.682 7.99 7.99 0 0 1 2.65-1.826c1.036-.45 2.207-.675 3.512-.675Zm.099 3.521c-.976 0-1.739.277-2.287.831-.549.554-.91 1.352-1.086 2.394h6.367c0-.406-.052-.8-.156-1.185a2.872 2.872 0 0 0-.51-1.028 2.595 2.595 0 0 0-.93-.732c-.384-.187-.85-.28-1.398-.28ZM489.586 32.248V15.185h3.028c.252 0 .463.022.633.066.17.044.313.112.428.206a.878.878 0 0 1 .263.37c.06.153.113.34.157.56l.28 1.595c.625-.965 1.327-1.727 2.106-2.287.778-.56 1.628-.839 2.55-.839.779 0 1.404.187 1.876.56l-.659 3.751c-.043.23-.131.392-.263.485-.131.094-.307.14-.526.14-.187 0-.406-.024-.658-.074a5.102 5.102 0 0 0-.955-.074c-1.338 0-2.391.713-3.159 2.14v10.464h-5.1ZM508.443 15.185v17.063h-5.101V15.185h5.1Zm.592-4.673c0 .406-.082.787-.247 1.144a3.01 3.01 0 0 1-.675.938 3.303 3.303 0 0 1-.995.641 3.09 3.09 0 0 1-1.21.239c-.416 0-.806-.08-1.168-.239a3.284 3.284 0 0 1-.962-.641c-.28-.269-.5-.582-.658-.938a2.775 2.775 0 0 1-.239-1.144c0-.417.08-.806.239-1.168a3.082 3.082 0 0 1 1.62-1.596 2.96 2.96 0 0 1 1.169-.23c.427 0 .83.076 1.209.23a3.106 3.106 0 0 1 1.67 1.596c.165.362.247.751.247 1.168ZM541.333 14.922c1.13 0 2.164.175 3.102.526a6.742 6.742 0 0 1 2.418 1.53c.675.67 1.201 1.49 1.58 2.46.378.971.568 2.071.568 3.3 0 .383-.017.696-.05.937a1.485 1.485 0 0 1-.18.576.689.689 0 0 1-.355.296 1.657 1.657 0 0 1-.567.083h-9.84c.165 1.426.598 2.46 1.3 3.101.702.642 1.607.963 2.715.963.592 0 1.103-.071 1.53-.214a7.72 7.72 0 0 0 1.144-.477c.334-.176.642-.335.921-.477.28-.143.573-.214.88-.214.406 0 .714.148.922.444l1.48 1.826a7.582 7.582 0 0 1-1.702 1.473 8.85 8.85 0 0 1-1.876.889c-.642.213-1.283.362-1.925.444-.642.082-1.253.123-1.835.123a9.58 9.58 0 0 1-3.364-.584 7.732 7.732 0 0 1-2.748-1.736c-.785-.768-1.404-1.722-1.86-2.863-.455-1.14-.682-2.468-.682-3.982 0-1.14.194-2.22.584-3.241a7.983 7.983 0 0 1 1.678-2.682 7.99 7.99 0 0 1 2.65-1.826c1.036-.45 2.207-.675 3.512-.675Zm.099 3.521c-.976 0-1.739.277-2.287.831-.549.554-.91 1.352-1.086 2.394h6.367c0-.406-.052-.8-.156-1.185a2.872 2.872 0 0 0-.51-1.028 2.595 2.595 0 0 0-.93-.732c-.384-.187-.85-.28-1.398-.28ZM563.908 32.248c-.318 0-.584-.071-.798-.214-.214-.143-.365-.356-.453-.642l-.395-1.3c-.34.362-.696.692-1.07.988a6.726 6.726 0 0 1-1.208.765c-.434.214-.9.378-1.399.493a7.2 7.2 0 0 1-1.62.173 5.255 5.255 0 0 1-2.469-.592c-.757-.395-1.41-.965-1.958-1.711-.548-.746-.979-1.66-1.291-2.74-.313-1.08-.47-2.312-.47-3.694 0-1.272.176-2.454.527-3.546.351-1.091.847-2.034 1.49-2.83a6.915 6.915 0 0 1 2.311-1.867c.9-.45 1.892-.675 2.978-.675.878 0 1.62.129 2.23.387.608.258 1.16.595 1.653 1.012V7.616h5.1v24.632h-3.158Zm-5.167-3.653c.373 0 .71-.036 1.012-.107.302-.071.579-.173.831-.304.252-.132.491-.296.716-.494.225-.197.447-.428.666-.69v-7.24c-.395-.428-.814-.727-1.258-.897a3.902 3.902 0 0 0-1.407-.255c-.472 0-.905.093-1.3.28-.395.186-.738.485-1.029.896-.29.411-.518.946-.682 1.604-.165.658-.247 1.454-.247 2.386 0 .9.066 1.657.197 2.27.132.615.316 1.111.551 1.49.236.378.519.65.848.814.329.165.696.247 1.102.247ZM513.313 32.248V18.69l-1.119-.23c-.384-.088-.694-.225-.93-.412-.235-.186-.353-.46-.353-.822v-2.008h2.402v-.97c0-.977.156-1.86.469-2.65a5.606 5.606 0 0 1 1.349-2.024c.587-.559 1.303-.992 2.147-1.3.845-.307 1.805-.46 2.88-.46.417 0 .803.025 1.16.074.356.05.726.129 1.11.238l-.098 2.485a.823.823 0 0 1-.14.436.988.988 0 0 1-.305.28c-.12.071-.255.123-.403.156-.148.033-.293.05-.436.05-.45 0-.85.043-1.2.131a1.924 1.924 0 0 0-.881.469 2.11 2.11 0 0 0-.535.889c-.12.367-.181.83-.181 1.39v.806h4.015v3.488h-3.85v13.542h-5.101ZM529.844 15.185v17.063h-5.101V15.185h5.1Zm.592-4.673c0 .406-.082.787-.247 1.144a3.01 3.01 0 0 1-.675.938 3.303 3.303 0 0 1-.995.641 3.09 3.09 0 0 1-1.21.239c-.416 0-.806-.08-1.168-.239a3.284 3.284 0 0 1-.962-.641c-.28-.269-.5-.582-.658-.938a2.775 2.775 0 0 1-.239-1.144c0-.417.08-.806.239-1.168a3.082 3.082 0 0 1 1.62-1.596 2.96 2.96 0 0 1 1.169-.23c.427 0 .83.076 1.209.23a3.106 3.106 0 0 1 1.67 1.596c.165.362.247.751.247 1.168ZM423 0a7.702 7.702 0 0 1 6.71 3.915 7.701 7.701 0 0 1 7.432 1.998 7.702 7.702 0 0 1 1.99 7.46A7.702 7.702 0 0 1 443 20.055a7.702 7.702 0 0 1-3.867 6.682 7.702 7.702 0 0 1-1.99 7.46 7.702 7.702 0 0 1-7.488 1.983A7.702 7.702 0 0 1 423 40a7.701 7.701 0 0 1-6.655-3.82 7.702 7.702 0 0 1-7.487-1.983 7.702 7.702 0 0 1-1.99-7.46A7.702 7.702 0 0 1 403 20.056a7.702 7.702 0 0 1 3.867-6.682 7.702 7.702 0 0 1 1.99-7.46 7.702 7.702 0 0 1 7.434-1.998A7.701 7.701 0 0 1 423 0Zm7.4 12.754h-.056c-.688.017-1.259.252-1.713.706l-8.076 8.076-3.186-3.186a2.342 2.342 0 0 0-1.71-.702c-.436-.019-1.165.167-1.701.703a2.457 2.457 0 0 0-.705 1.702c.015.683.25 1.252.706 1.707l4.89 4.891c.318.318.696.53 1.132.634.196.05.375.07.517.072l.061.003c.15.002.34-.018.549-.07a2.33 2.33 0 0 0 1.152-.639l9.781-9.781c.452-.452.688-1.022.71-1.71a2.494 2.494 0 0 0-.709-1.7 2.442 2.442 0 0 0-1.698-.706h.055Z"})})})}export{l as VerifiedIncLogo};
@@ -0,0 +1 @@
1
+ "use strict";import{Box as n}from"@mui/material";import{jsx as C,jsxs as e}from"react/jsx-runtime";function o({variant:L="default",containerProps:l,...a}){const i={default:"#0DBC3D",green:"#0DBC3D",gray:"#A5A5A5",white:"#FFFFFF",black:"#000000",blackGreen:"#0DBC3D",whiteGreen:"#0DBC3D"},r={default:"#202020",green:"#202020",gray:"#A5A5A5",white:"#ffffff",black:"#202020",blackGreen:"#202020",whiteGreen:"#ffffff"},d=i[L]??i.default,t=r[L]??r.default;return C(n,{component:"a",href:"https://www.verified.inc",target:"_blank",rel:"noopener noreferrer",display:"inline-flex",...l,children:e(n,{component:"svg",width:"351px",viewBox:"0 0 351 41",...a,sx:{aspectRatio:351/41,textAlign:"center",mx:"auto",...a.sx},children:[C("title",{children:"Powered by Verified / green"}),C("g",{id:"Templates-(for-examples-in-Dashboard)",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:C("g",{id:"Campaign-Ad-Example-/-Times-Square-/-HOOLI-50555",transform:"translate(-134.845, -459.5)",children:C("g",{id:"Group",transform:"translate(135.1955, 87.5)",children:e("g",{id:"Powered-by-Verified-/-green",transform:"translate(0, 372.5)",children:[e("g",{id:"Clear-Check",transform:"translate(185.4544, 0)",fill:d,children:[C("g",{id:"Check-Mark",fillRule:"nonzero",children:C("path",{d:"M20,0 C22.8775489,0 25.3866552,1.57749004 26.7097048,3.91485589 C29.2771245,3.23312318 32.1283404,3.89911052 34.1421356,5.91290587 C36.1629782,7.93374843 36.8265631,10.7978829 36.1328902,13.3725495 C38.4440374,14.7027623 40,17.1971946 40,20.0550415 C40,22.9128883 38.4440374,25.4073207 36.1330477,26.7374037 C36.8265631,29.3122 36.1629782,32.1763345 34.1421356,34.197177 C32.1140865,36.2252261 29.2367206,36.88632 26.6549589,36.1804587 C25.3180937,38.465278 22.8382736,40 20,40 C17.1617264,40 14.6819063,38.465278 13.3451304,36.1804247 C10.7632793,36.88632 7.88591336,36.2252261 5.85786437,34.197177 C3.83702182,32.1763345 3.17343699,29.3122 3.8671099,26.7375334 C1.55596242,25.4073207 -1.79032262e-30,22.9128883 -1.79032262e-30,20.0550415 C-1.79032262e-30,17.1971946 1.55596242,14.7027623 3.86695248,13.3726792 C3.17343699,10.7978829 3.83702182,7.93374843 5.85786437,5.91290587 C7.87165972,3.89911052 10.7228755,3.23312318 13.2905618,3.9149438 C14.6133448,1.57749004 17.1224511,0 20,0 Z M27.3993167,12.7535335 L27.3443454,12.7538931 C26.6560834,12.7706021 26.0850423,13.0058668 25.631222,13.4596871 L17.5545304,21.5358835 L14.368778,18.3502582 C13.9036249,17.8851051 13.3336489,17.6509056 12.65885,17.6476597 C12.2232715,17.6290372 11.4939414,17.8149346 10.958009,18.3508669 C10.390521,18.9183549 10.2417143,19.6639941 10.2530948,20.0534148 C10.2682689,20.7362429 10.5034432,21.3052442 10.9586176,21.7604186 L15.8491888,26.6509898 C16.1674923,26.9692933 16.544582,27.1806052 16.9805851,27.2849639 C17.1769419,27.335022 17.3560911,27.3557677 17.497683,27.3570447 L17.559388,27.359708 C17.708803,27.3624082 17.8994683,27.3423152 18.10783,27.2902681 C18.5502885,27.1898974 18.9344251,26.9768047 19.26024,26.6509898 L29.0413824,16.8698475 C29.4930709,16.418159 29.7293104,15.8480926 29.7501004,15.1596483 C29.7576258,14.7432325 29.5881121,14.0064168 29.0423441,13.4606488 C28.5009521,12.9192568 27.7922343,12.7444553 27.3443454,12.7538931 L27.3993167,12.7535335 Z",id:"Combined-Shape"})}),e("g",{id:"Verified-(outlines,-replaced,-modified,-green)",transform:"translate(44.596, 7.5177)",fillRule:"nonzero",children:[C("path",{d:"M0,0.756879433 L4.47546099,0.756879433 C4.95810874,0.756879433 5.35300235,0.866572105 5.66014184,1.08595745 C5.96728133,1.30534279 6.18666667,1.59602837 6.31829787,1.95801418 L10.9582979,14.7920567 C11.166714,15.3514894 11.3778723,15.9602837 11.591773,16.6184397 C11.8056738,17.2765957 12.0058629,17.9676596 12.1923404,18.6916312 C12.3459102,17.9676596 12.5241608,17.2765957 12.7270922,16.6184397 C12.9300236,15.9602837 13.1302128,15.3514894 13.3276596,14.7920567 L17.9347518,1.95801418 C18.0444445,1.6508747 18.2583452,1.37390071 18.5764539,1.1270922 C18.8945626,0.880283688 19.2839716,0.756879433 19.7446809,0.756879433 L24.2530496,0.756879433 L14.6439716,24.7302128 L9.60907801,24.7302128 L0,0.756879433 Z",id:"Path"}),C("path",{d:"M31.3940426,7.40425532 C32.5238772,7.40425532 33.5577305,7.5797636 34.4956028,7.93078014 C35.4334752,8.28179668 36.2397163,8.7918676 36.9143262,9.46099291 C37.5889362,10.1301182 38.115461,10.9500709 38.4939007,11.9208511 C38.8723404,12.8916312 39.0615603,13.9913002 39.0615603,15.2198582 C39.0615603,15.6037825 39.0451064,15.9164066 39.0121986,16.1577305 C38.9792908,16.3990544 38.9189597,16.5910165 38.8312057,16.733617 C38.7434516,16.8762175 38.6255319,16.9749409 38.4774468,17.0297872 C38.3293617,17.0846336 38.1401418,17.1120567 37.9097872,17.1120567 L28.0703546,17.1120567 C28.2348936,18.5380615 28.6681796,19.5719149 29.3702128,20.213617 C30.072246,20.8553191 30.9772105,21.1761702 32.0851064,21.1761702 C32.6774468,21.1761702 33.1875177,21.10487 33.6153191,20.9622695 C34.0431206,20.819669 34.4243027,20.6606147 34.7588652,20.4851064 C35.0934278,20.3095981 35.4005674,20.1505437 35.6802837,20.0079433 C35.96,19.8653428 36.2534278,19.7940426 36.5605674,19.7940426 C36.9664304,19.7940426 37.2735696,19.9421277 37.4819858,20.2382979 L38.9628369,22.0646809 C38.4363121,22.6679906 37.8686525,23.1588652 37.2598582,23.537305 C36.6510638,23.9157447 36.0258156,24.2119149 35.3841135,24.4258156 C34.7424113,24.6397163 34.1007092,24.7878014 33.4590071,24.8700709 C32.817305,24.9523404 32.2057682,24.9934752 31.6243972,24.9934752 C30.428747,24.9934752 29.3071396,24.7987707 28.2595745,24.4093617 C27.2120094,24.0199527 26.2960757,23.4413239 25.511773,22.6734752 C24.7274704,21.9056265 24.1077069,20.9513002 23.6524823,19.8104965 C23.1972577,18.6696927 22.9696454,17.3424113 22.9696454,15.8286525 C22.9696454,14.6878487 23.1643499,13.6073759 23.5537589,12.587234 C23.9431679,11.5670922 24.5026005,10.6730969 25.2320567,9.90524823 C25.961513,9.13739952 26.844539,8.52860519 27.8811348,8.07886525 C28.9177305,7.6291253 30.0886999,7.40425532 31.3940426,7.40425532 Z M31.492766,10.9253901 C30.5165013,10.9253901 29.754137,11.2023641 29.2056738,11.7563121 C28.6572105,12.3102601 28.2952246,13.1082742 28.1197163,14.1503546 L34.4873759,14.1503546 C34.4873759,13.7444917 34.4352718,13.3495981 34.3310638,12.9656738 C34.2268559,12.5817494 34.0568321,12.2389598 33.8209929,11.937305 C33.5851538,11.6356501 33.2752718,11.3915839 32.8913475,11.2051064 C32.5074233,11.0186289 32.0412292,10.9253901 31.492766,10.9253901 Z",id:"Shape"}),C("path",{d:"M41.9903546,24.7302128 L41.9903546,7.66751773 L45.0178723,7.66751773 C45.2701654,7.66751773 45.481324,7.68945626 45.6513475,7.73333333 C45.8213711,7.77721041 45.9639716,7.84576831 46.0791489,7.93900709 C46.1943262,8.03224587 46.2820803,8.15565013 46.3424113,8.30921986 C46.4027424,8.46278959 46.4548462,8.64926715 46.4987234,8.86865248 L46.7784397,10.4646809 C47.4036879,9.49938533 48.1057211,8.73702128 48.884539,8.17758865 C49.6633569,7.61815603 50.5134752,7.33843972 51.4348936,7.33843972 C52.2137115,7.33843972 52.8389597,7.52491725 53.3106383,7.89787234 L52.6524823,11.6493617 C52.6086051,11.8797163 52.5208511,12.041513 52.3892199,12.1347518 C52.2575887,12.2279906 52.0820803,12.2746099 51.862695,12.2746099 C51.6762176,12.2746099 51.4568321,12.2499291 51.204539,12.2005674 C50.952246,12.1512057 50.634137,12.1265248 50.2502128,12.1265248 C48.9119623,12.1265248 47.8589126,12.8395272 47.0910638,14.2655319 L47.0910638,24.7302128 L41.9903546,24.7302128 Z",id:"Path"}),C("path",{d:"M60.8465248,7.66751773 L60.8465248,24.7302128 L55.7458156,24.7302128 L55.7458156,7.66751773 L60.8465248,7.66751773 Z M61.4388652,2.99460993 C61.4388652,3.40047282 61.3565957,3.78165484 61.1920567,4.13815603 C61.0275177,4.49465722 60.8026477,4.80728133 60.5174468,5.07602837 C60.232246,5.3447754 59.9004255,5.55867611 59.5219858,5.7177305 C59.1435461,5.87678488 58.7404255,5.95631206 58.3126241,5.95631206 C57.8957921,5.95631206 57.506383,5.87678488 57.1443972,5.7177305 C56.7824113,5.55867611 56.4615603,5.3447754 56.181844,5.07602837 C55.9021277,4.80728133 55.6827424,4.49465722 55.5236879,4.13815603 C55.3646335,3.78165484 55.2851064,3.40047282 55.2851064,2.99460993 C55.2851064,2.57777778 55.3646335,2.18836879 55.5236879,1.82638298 C55.6827424,1.46439716 55.9021277,1.14628842 56.181844,0.872056738 C56.4615603,0.597825058 56.7824113,0.383924349 57.1443972,0.23035461 C57.506383,0.0767848701 57.8957921,0 58.3126241,0 C58.7404255,0 59.1435461,0.0767848701 59.5219858,0.23035461 C59.9004255,0.383924349 60.232246,0.597825058 60.5174468,0.872056738 C60.8026477,1.14628842 61.0275177,1.46439716 61.1920567,1.82638298 C61.3565957,2.18836879 61.4388652,2.57777778 61.4388652,2.99460993 Z",id:"Shape"}),C("path",{d:"M93.737046,7.40425532 C94.8668806,7.40425532 95.9007339,7.5797636 96.8386062,7.93078014 C97.7764786,8.28179668 98.5827197,8.7918676 99.2573296,9.46099291 C99.9319396,10.1301182 100.458464,10.9500709 100.836904,11.9208511 C101.215344,12.8916312 101.404564,13.9913002 101.404564,15.2198582 C101.404564,15.6037825 101.38811,15.9164066 101.355202,16.1577305 C101.322294,16.3990544 101.261963,16.5910165 101.174209,16.733617 C101.086455,16.8762175 100.968535,16.9749409 100.82045,17.0297872 C100.672365,17.0846336 100.483145,17.1120567 100.252791,17.1120567 L90.413358,17.1120567 C90.577897,18.5380615 91.0111833,19.5719149 91.7132162,20.213617 C92.4152494,20.8553191 93.3202139,21.1761702 94.4281098,21.1761702 C95.0204502,21.1761702 95.5305211,21.10487 95.9583226,20.9622695 C96.386124,20.819669 96.7673061,20.6606147 97.1018687,20.4851064 C97.4364315,20.3095981 97.7435708,20.1505437 98.0232871,20.0079433 C98.3030034,19.8653428 98.5964315,19.7940426 98.9035708,19.7940426 C99.3094338,19.7940426 99.6165733,19.9421277 99.8249892,20.2382979 L101.30584,22.0646809 C100.779315,22.6679906 100.211656,23.1588652 99.6028616,23.537305 C98.9940672,23.9157447 98.368819,24.2119149 97.7271169,24.4258156 C97.0854148,24.6397163 96.4437126,24.7878014 95.8020105,24.8700709 C95.1603084,24.9523404 94.5487719,24.9934752 93.9674006,24.9934752 C92.7717506,24.9934752 91.650143,24.7987707 90.6025779,24.4093617 C89.555013,24.0199527 88.6390791,23.4413239 87.8547765,22.6734752 C87.070474,21.9056265 86.4507104,20.9513002 85.9954857,19.8104965 C85.5402613,18.6696927 85.3126488,17.3424113 85.3126488,15.8286525 C85.3126488,14.6878487 85.5073535,13.6073759 85.8967623,12.587234 C86.2861713,11.5670922 86.845604,10.6730969 87.5750601,9.90524823 C88.3045166,9.13739952 89.1875424,8.52860519 90.2241382,8.07886525 C91.2607339,7.6291253 92.4317033,7.40425532 93.737046,7.40425532 Z M93.8357694,10.9253901 C92.8595047,10.9253901 92.0971407,11.2023641 91.5486772,11.7563121 C91.0002139,12.3102601 90.6382281,13.1082742 90.4627197,14.1503546 L96.8303793,14.1503546 C96.8303793,13.7444917 96.7782755,13.3495981 96.6740672,12.9656738 C96.5698593,12.5817494 96.3998357,12.2389598 96.1639963,11.937305 C95.9281572,11.6356501 95.6182755,11.3915839 95.2343509,11.2051064 C94.8504267,11.0186289 94.3842329,10.9253901 93.8357694,10.9253901 Z",id:"Shape"}),C("path",{d:"M116.311798,24.7302128 C115.993689,24.7302128 115.727684,24.6589125 115.513784,24.5163121 C115.299883,24.3737116 115.149056,24.1598109 115.061301,23.8746099 L114.666408,22.5747518 C114.326361,22.9367376 113.969859,23.2658156 113.596904,23.5619858 C113.223949,23.858156 112.820829,24.1131915 112.387542,24.3270922 C111.954256,24.5409929 111.488063,24.7055319 110.988961,24.8207092 C110.489859,24.9358865 109.949623,24.9934752 109.368252,24.9934752 C108.479741,24.9934752 107.657046,24.7960284 106.900167,24.4011348 C106.143287,24.0062411 105.490616,23.4358392 104.942152,22.6899291 C104.393689,21.9440189 103.963145,21.0308274 103.650521,19.9503546 C103.337897,18.8698818 103.181585,17.6385816 103.181585,16.2564539 C103.181585,14.9840189 103.357093,13.8020804 103.70811,12.7106383 C104.059127,11.6191962 104.555486,10.6758392 105.197188,9.88056738 C105.83889,9.08529552 106.609481,8.46278959 107.508961,8.01304965 C108.408441,7.5633097 109.401159,7.33843972 110.487117,7.33843972 C111.364658,7.33843972 112.107826,7.4673286 112.71662,7.72510638 C113.325415,7.98288417 113.87662,8.32018913 114.370237,8.73702128 L114.370237,0.0987234043 L119.470947,0.0987234043 L119.470947,24.7302128 L116.311798,24.7302128 Z M111.145273,21.0774468 C111.518228,21.0774468 111.855533,21.0417967 112.157188,20.9704965 C112.458843,20.8991962 112.735817,20.7977305 112.98811,20.6660993 C113.240403,20.5344681 113.478985,20.3699291 113.703854,20.1724823 C113.928725,19.9750355 114.150852,19.7446809 114.370237,19.4814184 L114.370237,12.2417021 C113.975344,11.8139007 113.555769,11.5149882 113.111514,11.3449645 C112.667259,11.1749409 112.198323,11.0899291 111.704706,11.0899291 C111.233027,11.0899291 110.799741,11.1831679 110.404847,11.3696454 C110.009954,11.5561229 109.667164,11.8550355 109.376479,12.266383 C109.085793,12.6777305 108.858181,13.2124823 108.693642,13.8706383 C108.529103,14.5287943 108.446833,15.3240662 108.446833,16.2564539 C108.446833,17.1559338 108.512649,17.9128132 108.64428,18.5270922 C108.775911,19.1413711 108.959647,19.6377305 109.195486,20.0161702 C109.431325,20.3946099 109.713784,20.6660993 110.042862,20.8306383 C110.37194,20.9951773 110.73941,21.0774468 111.145273,21.0774468 Z",id:"Shape"}),C("path",{d:"M65.7168794,24.7302128 L65.7168794,11.1721986 L64.5980142,10.941844 C64.2140899,10.8540898 63.9042079,10.716974 63.6683688,10.5304965 C63.4325296,10.3440189 63.3146099,10.0697872 63.3146099,9.70780142 L63.3146099,7.70042553 L65.7168794,7.70042553 L65.7168794,6.72964539 C65.7168794,5.75338062 65.8731915,4.87035461 66.1858156,4.08056738 C66.4984397,3.29078014 66.9481796,2.61617021 67.5350355,2.05673759 C68.1218913,1.49730496 68.837636,1.06401891 69.6822695,0.756879433 C70.526903,0.449739952 71.486714,0.296170213 72.5617021,0.296170213 C72.9785342,0.296170213 73.3652009,0.320851064 73.7217021,0.370212766 C74.0782034,0.419574468 74.4484162,0.499101654 74.8323404,0.608794326 L74.733617,3.09333333 C74.7226477,3.26884162 74.6760284,3.4141844 74.5937589,3.5293617 C74.5114894,3.64453901 74.4100235,3.73777779 74.2893617,3.80907801 C74.1686999,3.88037824 74.0343262,3.93248227 73.8862411,3.96539007 C73.738156,3.99829787 73.5928133,4.01475177 73.4502128,4.01475177 C73.0004729,4.01475177 72.6000945,4.05862885 72.249078,4.14638298 C71.8980616,4.23413711 71.6046335,4.39044916 71.3687943,4.61531915 C71.1329552,4.84018913 70.9547044,5.13635935 70.8340426,5.50382979 C70.7133807,5.87130023 70.6530496,6.33475177 70.6530496,6.8941844 L70.6530496,7.70042553 L74.6678014,7.70042553 L74.6678014,11.1886525 L70.8175887,11.1886525 L70.8175887,24.7302128 L65.7168794,24.7302128 Z",id:"Path"}),C("path",{d:"M82.2475651,7.66751773 L82.2475651,24.7302128 L77.1468559,24.7302128 L77.1468559,7.66751773 L82.2475651,7.66751773 Z M82.8399055,2.99460993 C82.8399055,3.40047282 82.757636,3.78165484 82.593097,4.13815603 C82.428558,4.49465722 82.2036879,4.80728133 81.9184871,5.07602837 C81.633286,5.3447754 81.3014658,5.55867611 80.9230261,5.7177305 C80.5445864,5.87678488 80.1414658,5.95631206 79.7136644,5.95631206 C79.2968321,5.95631206 78.9074233,5.87678488 78.5454374,5.7177305 C78.1834516,5.55867611 77.8626006,5.3447754 77.5828843,5.07602837 C77.3031679,4.80728133 77.0837824,4.49465722 76.9247282,4.13815603 C76.7656738,3.78165484 76.6861467,3.40047282 76.6861467,2.99460993 C76.6861467,2.57777778 76.7656738,2.18836879 76.9247282,1.82638298 C77.0837824,1.46439716 77.3031679,1.14628842 77.5828843,0.872056738 C77.8626006,0.597825058 78.1834516,0.383924349 78.5454374,0.23035461 C78.9074233,0.0767848701 79.2968321,0 79.7136644,0 C80.1414658,0 80.5445864,0.0767848701 80.9230261,0.23035461 C81.3014658,0.383924349 81.633286,0.597825058 81.9184871,0.872056738 C82.2036879,1.14628842 82.428558,1.46439716 82.593097,1.82638298 C82.757636,2.18836879 82.8399055,2.57777778 82.8399055,2.99460993 Z",id:"Shape"})]})]}),e("g",{id:"Powered-by",transform:"translate(0, 7.9808)",fill:t,children:[C("path",{d:"M5.5432,16.564 L5.5432,24.5508 L0,24.5508 L0,0.656 L8.4296,0.656 C10.1133333,0.656 11.5592667,0.855533333 12.7674,1.2546 C13.9755333,1.65366667 14.9704667,2.20306667 15.7522,2.9028 C16.5339333,3.60253333 17.1106667,4.428 17.4824,5.3792 C17.8541333,6.3304 18.04,7.35813333 18.04,8.4624 C18.04,9.65413333 17.8486667,10.7474667 17.466,11.7424 C17.0833333,12.7373333 16.4984,13.5901333 15.7112,14.3008 C14.924,15.0114667 13.9263333,15.5663333 12.7182,15.9654 C11.5100667,16.3644667 10.0805333,16.564 8.4296,16.564 L5.5432,16.564 Z M5.5432,12.382 L8.4296,12.382 C9.8728,12.382 10.9114667,12.0376 11.5456,11.3488 C12.1797333,10.66 12.4968,9.69786667 12.4968,8.4624 C12.4968,7.91573333 12.4148,7.41826667 12.2508,6.97 C12.0868,6.52173333 11.8380667,6.13633333 11.5046,5.8138 C11.1711333,5.49126667 10.7502,5.24253333 10.2418,5.0676 C9.7334,4.89266667 9.12933333,4.8052 8.4296,4.8052 L5.5432,4.8052 L5.5432,12.382 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M28.0112,7.2816 C29.3013333,7.2816 30.4766667,7.48386667 31.5372,7.8884 C32.5977333,8.29293333 33.5079333,8.8724 34.2678,9.6268 C35.0276667,10.3812 35.6180667,11.2968667 36.039,12.3738 C36.4599333,13.4507333 36.6704,14.6616 36.6704,16.0064 C36.6704,17.3621333 36.4599333,18.5839333 36.039,19.6718 C35.6180667,20.7596667 35.0276667,21.6835333 34.2678,22.4434 C33.5079333,23.2032667 32.5977333,23.7882 31.5372,24.1982 C30.4766667,24.6082 29.3013333,24.8132 28.0112,24.8132 C26.7101333,24.8132 25.5266,24.6082 24.4606,24.1982 C23.3946,23.7882 22.4762,23.2032667 21.7054,22.4434 C20.9346,21.6835333 20.3387333,20.7596667 19.9178,19.6718 C19.4968667,18.5839333 19.2864,17.3621333 19.2864,16.0064 C19.2864,14.6616 19.4968667,13.4507333 19.9178,12.3738 C20.3387333,11.2968667 20.9346,10.3812 21.7054,9.6268 C22.4762,8.8724 23.3946,8.29293333 24.4606,7.8884 C25.5266,7.48386667 26.7101333,7.2816 28.0112,7.2816 Z M28.0112,21.0412 C29.1810667,21.0412 30.0420667,20.6284667 30.5942,19.803 C31.1463333,18.9775333 31.4224,17.7229333 31.4224,16.0392 C31.4224,14.3554667 31.1463333,13.1036 30.5942,12.2836 C30.0420667,11.4636 29.1810667,11.0536 28.0112,11.0536 C26.8085333,11.0536 25.9284,11.4636 25.3708,12.2836 C24.8132,13.1036 24.5344,14.3554667 24.5344,16.0392 C24.5344,17.7229333 24.8132,18.9775333 25.3708,19.803 C25.9284,20.6284667 26.8085333,21.0412 28.0112,21.0412 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M37.4904,7.544 L41.5576,7.544 C41.9184,7.544 42.23,7.626 42.4924,7.79 C42.7548,7.954 42.9133333,8.1672 42.968,8.4296 L44.6736,16.0556 C44.8048,16.6350667 44.9250667,17.1981333 45.0344,17.7448 C45.1437333,18.2914667 45.2421333,18.8326667 45.3296,19.3684 C45.4826667,18.8326667 45.6439333,18.2942 45.8134,17.753 C45.9828667,17.2118 46.1496,16.646 46.3136,16.0556 L48.4456,8.4132 C48.5112,8.16173333 48.6697333,7.95126667 48.9212,7.7818 C49.1726667,7.61233333 49.4624,7.5276 49.7904,7.5276 L52.0536,7.5276 C52.4144,7.5276 52.7232667,7.61233333 52.9802,7.7818 C53.2371333,7.95126667 53.3984,8.16173333 53.464,8.4132 L55.4976,16.0556 C55.6506667,16.6350667 55.8064667,17.1981333 55.965,17.7448 C56.1235333,18.2914667 56.2738667,18.8436 56.416,19.4012 C56.5034667,18.8545333 56.6100667,18.3106 56.7358,17.7694 C56.8615333,17.2282 56.9954667,16.6569333 57.1376,16.0556 L58.9416,8.4296 C58.9962667,8.1672 59.1520667,7.954 59.409,7.79 C59.6659333,7.626 59.9584,7.544 60.2864,7.544 L64.1568,7.544 L58.876,24.5508 L54.7432,24.5508 C54.5245333,24.5508 54.3386667,24.4852 54.1856,24.354 C54.0325333,24.2228 53.9122667,24.0041333 53.8248,23.698 L51.3976,15.2192 C51.2882667,14.8365333 51.1844,14.4593333 51.086,14.0876 C50.9876,13.7158667 50.9001333,13.3441333 50.8236,12.9724 C50.7470667,13.3550667 50.6623333,13.735 50.5694,14.1122 C50.4764667,14.4894 50.3698667,14.8693333 50.2496,15.252 L47.7896,23.698 C47.6256,24.2665333 47.2648,24.5508 46.7072,24.5508 L42.7712,24.5508 L37.4904,7.544 Z",id:"Path",fillRule:"nonzero"}),C("path",{d:"M73.4064,7.2816 C74.5325333,7.2816 75.563,7.45653333 76.4978,7.8064 C77.4326,8.15626667 78.2362,8.66466667 78.9086,9.3316 C79.581,9.99853333 80.1058,10.8158 80.483,11.7834 C80.8602,12.751 81.0488,13.8470667 81.0488,15.0716 C81.0488,15.4542667 81.0324,15.7658667 80.9996,16.0064 C80.9668,16.2469333 80.9066667,16.4382667 80.8192,16.5804 C80.7317333,16.7225333 80.6142,16.8209333 80.4666,16.8756 C80.319,16.9302667 80.1304,16.9576 79.9008,16.9576 L70.0936,16.9576 C70.2576,18.3789333 70.6894667,19.4094 71.3892,20.049 C72.0889333,20.6886 72.9909333,21.0084 74.0952,21.0084 C74.6856,21.0084 75.194,20.9373333 75.6204,20.7952 C76.0468,20.6530667 76.4267333,20.4945333 76.7602,20.3196 C77.0936667,20.1446667 77.3998,19.9861333 77.6786,19.844 C77.9574,19.7018667 78.2498667,19.6308 78.556,19.6308 C78.9605333,19.6308 79.2666667,19.7784 79.4744,20.0736 L80.9504,21.894 C80.4256,22.4953333 79.8598,22.9846 79.253,23.3618 C78.6462,23.739 78.023,24.0342 77.3834,24.2474 C76.7438,24.4606 76.1042,24.6082 75.4646,24.6902 C74.825,24.7722 74.2154667,24.8132 73.636,24.8132 C72.4442667,24.8132 71.3263333,24.6191333 70.2822,24.231 C69.2380667,23.8428667 68.3251333,23.2661333 67.5434,22.5008 C66.7616667,21.7354667 66.1439333,20.7842667 65.6902,19.6472 C65.2364667,18.5101333 65.0096,17.1872 65.0096,15.6784 C65.0096,14.5413333 65.2036667,13.4644 65.5918,12.4476 C65.9799333,11.4308 66.5375333,10.5397333 67.2646,9.7744 C67.9916667,9.00906667 68.8718,8.40226667 69.905,7.954 C70.9382,7.50573333 72.1053333,7.2816 73.4064,7.2816 Z M73.5048,10.7912 C72.5317333,10.7912 71.7718667,11.0672667 71.2252,11.6194 C70.6785333,12.1715333 70.3177333,12.9669333 70.1428,14.0056 L76.4896,14.0056 C76.4896,13.6010667 76.4376667,13.2074667 76.3338,12.8248 C76.2299333,12.4421333 76.0604667,12.1004667 75.8254,11.7998 C75.5903333,11.4991333 75.2814667,11.2558667 74.8988,11.07 C74.5161333,10.8841333 74.0514667,10.7912 73.5048,10.7912 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M83.968,24.5508 L83.968,7.544 L86.9856,7.544 C87.2370667,7.544 87.4475333,7.56586667 87.617,7.6096 C87.7864667,7.65333333 87.9286,7.72166667 88.0434,7.8146 C88.1582,7.90753333 88.2456667,8.03053333 88.3058,8.1836 C88.3659333,8.33666667 88.4178667,8.52253333 88.4616,8.7412 L88.7404,10.332 C89.3636,9.36986667 90.0633333,8.61 90.8396,8.0524 C91.6158667,7.4948 92.4632,7.216 93.3816,7.216 C94.1578667,7.216 94.7810667,7.40186667 95.2512,7.7736 L94.5952,11.5128 C94.5514667,11.7424 94.464,11.9036667 94.3328,11.9966 C94.2016,12.0895333 94.0266667,12.136 93.808,12.136 C93.6221333,12.136 93.4034667,12.1114 93.152,12.0622 C92.9005333,12.013 92.5834667,11.9884 92.2008,11.9884 C90.8669333,11.9884 89.8173333,12.6990667 89.052,14.1204 L89.052,24.5508 L83.968,24.5508 Z",id:"Path",fillRule:"nonzero"}),C("path",{d:"M104.796,7.2816 C105.922133,7.2816 106.9526,7.45653333 107.8874,7.8064 C108.8222,8.15626667 109.6258,8.66466667 110.2982,9.3316 C110.9706,9.99853333 111.4954,10.8158 111.8726,11.7834 C112.2498,12.751 112.4384,13.8470667 112.4384,15.0716 C112.4384,15.4542667 112.422,15.7658667 112.3892,16.0064 C112.3564,16.2469333 112.296267,16.4382667 112.2088,16.5804 C112.121333,16.7225333 112.0038,16.8209333 111.8562,16.8756 C111.7086,16.9302667 111.52,16.9576 111.2904,16.9576 L101.4832,16.9576 C101.6472,18.3789333 102.079067,19.4094 102.7788,20.049 C103.478533,20.6886 104.380533,21.0084 105.4848,21.0084 C106.0752,21.0084 106.5836,20.9373333 107.01,20.7952 C107.4364,20.6530667 107.816333,20.4945333 108.1498,20.3196 C108.483267,20.1446667 108.7894,19.9861333 109.0682,19.844 C109.347,19.7018667 109.639467,19.6308 109.9456,19.6308 C110.350133,19.6308 110.656267,19.7784 110.864,20.0736 L112.34,21.894 C111.8152,22.4953333 111.2494,22.9846 110.6426,23.3618 C110.0358,23.739 109.4126,24.0342 108.773,24.2474 C108.1334,24.4606 107.4938,24.6082 106.8542,24.6902 C106.2146,24.7722 105.605067,24.8132 105.0256,24.8132 C103.833867,24.8132 102.715933,24.6191333 101.6718,24.231 C100.627667,23.8428667 99.7147333,23.2661333 98.933,22.5008 C98.1512667,21.7354667 97.5335333,20.7842667 97.0798,19.6472 C96.6260667,18.5101333 96.3992,17.1872 96.3992,15.6784 C96.3992,14.5413333 96.5932667,13.4644 96.9814,12.4476 C97.3695333,11.4308 97.9271333,10.5397333 98.6542,9.7744 C99.3812667,9.00906667 100.2614,8.40226667 101.2946,7.954 C102.3278,7.50573333 103.494933,7.2816 104.796,7.2816 Z M104.8944,10.7912 C103.921333,10.7912 103.161467,11.0672667 102.6148,11.6194 C102.068133,12.1715333 101.707333,12.9669333 101.5324,14.0056 L107.8792,14.0056 C107.8792,13.6010667 107.827267,13.2074667 107.7234,12.8248 C107.619533,12.4421333 107.450067,12.1004667 107.215,11.7998 C106.979933,11.4991333 106.671067,11.2558667 106.2884,11.07 C105.905733,10.8841333 105.441067,10.7912 104.8944,10.7912 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M127.2968,24.5508 C126.979733,24.5508 126.7146,24.4797333 126.5014,24.3376 C126.2882,24.1954667 126.137867,23.9822667 126.0504,23.698 L125.6568,22.4024 C125.317867,22.7632 124.962533,23.0912 124.5908,23.3864 C124.219067,23.6816 123.817267,23.9358 123.3854,24.149 C122.953533,24.3622 122.488867,24.5262 121.9914,24.641 C121.493933,24.7558 120.955467,24.8132 120.376,24.8132 C119.4904,24.8132 118.6704,24.6164 117.916,24.2228 C117.1616,23.8292 116.511067,23.2606667 115.9644,22.5172 C115.417733,21.7737333 114.9886,20.8635333 114.677,19.7866 C114.3654,18.7096667 114.2096,17.4824 114.2096,16.1048 C114.2096,14.8365333 114.384533,13.6584667 114.7344,12.5706 C115.084267,11.4827333 115.579,10.5424667 116.2186,9.7498 C116.8582,8.95713333 117.626267,8.33666667 118.5228,7.8884 C119.419333,7.44013333 120.4088,7.216 121.4912,7.216 C122.365867,7.216 123.1066,7.34446667 123.7134,7.6014 C124.3202,7.85833333 124.8696,8.19453333 125.3616,8.61 L125.3616,0 L130.4456,0 L130.4456,24.5508 L127.2968,24.5508 Z M122.1472,20.91 C122.518933,20.91 122.855133,20.8744667 123.1558,20.8034 C123.456467,20.7323333 123.732533,20.6312 123.984,20.5 C124.235467,20.3688 124.473267,20.2048 124.6974,20.008 C124.921533,19.8112 125.142933,19.5816 125.3616,19.3192 L125.3616,12.1032 C124.968,11.6768 124.5498,11.3788667 124.107,11.2094 C123.6642,11.0399333 123.1968,10.9552 122.7048,10.9552 C122.234667,10.9552 121.8028,11.0481333 121.4092,11.234 C121.0156,11.4198667 120.673933,11.7178 120.3842,12.1278 C120.094467,12.5378 119.8676,13.0708 119.7036,13.7268 C119.5396,14.3828 119.4576,15.1754667 119.4576,16.1048 C119.4576,17.0013333 119.5232,17.7557333 119.6544,18.368 C119.7856,18.9802667 119.968733,19.475 120.2038,19.8522 C120.438867,20.2294 120.7204,20.5 121.0484,20.664 C121.3764,20.828 121.742667,20.91 122.1472,20.91 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M140.712,24.5508 L140.712,0 L145.796,0 L145.796,9.348 C146.430133,8.7248 147.149,8.2246 147.9526,7.8474 C148.7562,7.4702 149.6992,7.2816 150.7816,7.2816 C151.6672,7.2816 152.4872,7.47293333 153.2416,7.8556 C153.996,8.23826667 154.646533,8.7986 155.1932,9.5366 C155.739867,10.2746 156.169,11.1793333 156.4806,12.2508 C156.7922,13.3222667 156.948,14.5413333 156.948,15.908 C156.948,17.1872 156.770333,18.368 156.415,19.4504 C156.059667,20.5328 155.5622,21.4730667 154.9226,22.2712 C154.283,23.0693333 153.517667,23.6925333 152.6266,24.1408 C151.735533,24.5890667 150.7488,24.8132 149.6664,24.8132 C149.163467,24.8132 148.712467,24.764 148.3134,24.6656 C147.914333,24.5672 147.548067,24.4278 147.2146,24.2474 C146.881133,24.067 146.575,23.8510667 146.2962,23.5996 C146.0174,23.3481333 145.7468,23.0748 145.4844,22.7796 L145.304,23.6324 C145.227467,23.9822667 145.088067,24.2228 144.8858,24.354 C144.683533,24.4852 144.4184,24.5508 144.0904,24.5508 L140.712,24.5508 Z M149.0104,11.1028 C148.638667,11.1028 148.302467,11.1383333 148.0018,11.2094 C147.701133,11.2804667 147.422333,11.3816 147.1654,11.5128 C146.908467,11.644 146.670667,11.8107333 146.452,12.013 C146.233333,12.2152667 146.014667,12.4476 145.796,12.71 L145.796,19.926 C146.178667,20.3524 146.594133,20.6503333 147.0424,20.8198 C147.490667,20.9892667 147.9608,21.074 148.4528,21.074 C148.922933,21.074 149.3548,20.9810667 149.7484,20.7952 C150.142,20.6093333 150.483667,20.3114 150.7734,19.9014 C151.063133,19.4914 151.29,18.9584 151.454,18.3024 C151.618,17.6464 151.7,16.8482667 151.7,15.908 C151.7,15.0114667 151.6344,14.2570667 151.5032,13.6448 C151.372,13.0325333 151.188867,12.5378 150.9538,12.1606 C150.718733,11.7834 150.4372,11.5128 150.1092,11.3488 C149.7812,11.1848 149.414933,11.1028 149.0104,11.1028 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M166.0336,28.9624 C165.880533,29.3013333 165.694667,29.5500667 165.476,29.7086 C165.257333,29.8671333 164.907467,29.9464 164.4264,29.9464 L160.6216,29.9464 L163.9016,23.0584 L157.112,7.544 L161.6056,7.544 C161.9992,7.544 162.305333,7.63146667 162.524,7.8064 C162.742667,7.98133333 162.895733,8.18906667 162.9832,8.4296 L165.7712,15.7604 C166.0336,16.4382667 166.2468,17.1161333 166.4108,17.794 C166.520133,17.4441333 166.6404,17.0997333 166.7716,16.7608 C166.9028,16.4218667 167.028533,16.0774667 167.1488,15.7276 L169.6744,8.4296 C169.761867,8.17813333 169.934067,7.96766667 170.191,7.7982 C170.447933,7.62873333 170.724,7.544 171.0192,7.544 L175.1192,7.544 L166.0336,28.9624 Z",id:"Path",fillRule:"nonzero"})]})]})})})})]})})}export{o as PoweredByVerified};
@@ -0,0 +1,2 @@
1
+ export declare const emailRegexPattern: string;
2
+ export declare const emailInputPattern: string;
@@ -0,0 +1 @@
1
+ "use strict";const o=["duck","gmail","yahoo","hotmail","aol","outlook","icloud","msn","live","me","mac","rocketmail","mail","superhuman"],m=["comcast","verizon","sbcglobal","charter","att"],i=["mail"],t="^[a-zA-Z0-9._%+-]+@(?!("+o.map(a=>a+"\\.com").join("|")+"|"+m.map(a=>a+"\\.net").join("|")+"|"+i.map(a=>a+"\\.ru").join("|")+")$)[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$",n=`((?!@(${o.map(a=>a+".com").join("|")+"|"+m.map(a=>a+".net").join("|")+"|"+i.map(a=>a+".ru").join("|")})).)*`;export{n as emailInputPattern,t as emailRegexPattern};
@@ -0,0 +1,2 @@
1
+ export * from './email';
2
+ export * from './metrics';
@@ -0,0 +1 @@
1
+ "use strict";import{emailInputPattern as a,emailRegexPattern as e}from"./email.mjs";import{MetricsInterval as t}from"./metrics.mjs";export{t as MetricsInterval,a as emailInputPattern,e as emailRegexPattern};
@@ -0,0 +1,10 @@
1
+ export declare const MetricsInterval: Readonly<{
2
+ MINUTE: "minute";
3
+ HOUR: "hour";
4
+ DAY: "day";
5
+ WEEK: "week";
6
+ MONTH: "month";
7
+ QUARTER: "quarter";
8
+ YEAR: "year";
9
+ }>;
10
+ export type MetricsIntervalType = (typeof MetricsInterval)[keyof typeof MetricsInterval];
@@ -0,0 +1 @@
1
+ "use strict";const e=Object.freeze({MINUTE:"minute",HOUR:"hour",DAY:"day",WEEK:"week",MONTH:"month",QUARTER:"quarter",YEAR:"year"});export{e as MetricsInterval};
@@ -1 +1,2 @@
1
1
  export * from './tunnel';
2
+ export * from './metrics';
@@ -1 +1 @@
1
- "use strict";import{T as o}from"../shared/index-CgwlGvef.mjs";export{o as Tunnel};
1
+ "use strict";import{Tunnel as r}from"./tunnel/index.mjs";import{MetricsProvider as s,useMetrics as e}from"./metrics/Metrics.context.mjs";export{s as MetricsProvider,r as Tunnel,e as useMetrics};
@@ -0,0 +1,41 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { MetricsIntervalType } from '../../constants/metrics';
3
+ import { BrandFilter } from '../../components/BrandFilterInput';
4
+ export type InternalMetricsReducer = {
5
+ brands: Record<string, Record<string, BrandFilter[]>>;
6
+ brand: Record<string, Record<string, BrandFilter | undefined>>;
7
+ monthlyBillableBrands: Record<string, Record<string, BrandFilter[]>>;
8
+ interval: MetricsIntervalType;
9
+ timezone: string;
10
+ startDate: number;
11
+ endDate: number;
12
+ };
13
+ export type MetricsReducer = {
14
+ brands: BrandFilter[];
15
+ brand: BrandFilter | undefined;
16
+ monthlyBillableBrands: BrandFilter[];
17
+ interval: MetricsIntervalType;
18
+ timezone: string;
19
+ startDate: number;
20
+ endDate: number;
21
+ };
22
+ type MetricsContext = {
23
+ filter: MetricsReducer & {
24
+ setInterval: (interval: MetricsIntervalType) => void;
25
+ setDateRange: (startDate: number, endDate: number) => void;
26
+ setBrands: (brands: BrandFilter[]) => void;
27
+ setBrand: (brands: BrandFilter | undefined) => void;
28
+ setMonthlyBillableBrands: (brands: BrandFilter[]) => void;
29
+ setTimezone: (timezone: string) => void;
30
+ };
31
+ };
32
+ type MetricsContextProps = PropsWithChildren & {
33
+ storageKey: string;
34
+ environment: string;
35
+ environments: string[];
36
+ product: string;
37
+ products: string[];
38
+ };
39
+ export declare function MetricsProvider(props: MetricsContextProps): import("react").JSX.Element;
40
+ export declare function useMetrics(): MetricsContext;
41
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";import{useCallback as o,useMemo as B,createContext as z,useContext as C}from"react";import p from"lodash/cloneDeep";import{MetricsInterval as I}from"../../constants/metrics.mjs";import{usePersistedReducer as P}from"../../hooks/usePersistedReducer.mjs";import{jsx as j}from"react/jsx-runtime";const h=z(null);function O(n){const a=new Date;a.setDate(a.getDate()-6),a.setHours(0,0,0,0);const i=new Date;i.setHours(23,59,59,999);const D=()=>Object.entries({brands:[],brand:void 0,monthlyBillableBrands:[]}).reduce((r,[s,y])=>({...r,[s]:n.environments.reduce((M,g)=>({...M,[g]:n.products.reduce((w,x)=>({...w,[x]:p(y)}),{})}),{})}),{}),[t,e]=P(n.storageKey,(r,s)=>Object.assign(p(r),s),{...D(),interval:I.DAY,timezone:Intl.DateTimeFormat().resolvedOptions().timeZone,startDate:+a,endDate:+i}),d=o(r=>{e({interval:r})},[e]),l=o((r,s)=>{e({startDate:r,endDate:s})},[e]),m=o(r=>{e({brands:{...t.brands,[n.environment]:{...t.brands[n.environment],[n.product]:r}}})},[t.brands,n.environment,n.product,e]),c=o(r=>{e({brand:{...t.brand,[n.environment]:{...t.brand[n.environment],[n.product]:r}}})},[t.brand,n.environment,n.product,e]),u=o(r=>{e({monthlyBillableBrands:{...t.monthlyBillableBrands,[n.environment]:{...t.monthlyBillableBrands[n.environment],[n.product]:r}}})},[t.monthlyBillableBrands,n.environment,n.product,e]),b=o(r=>{e({timezone:r})},[e]),v=B(()=>t&&{...t,brands:t.brands[n.environment][n.product],brand:t.brand[n.environment][n.product],monthlyBillableBrands:t.monthlyBillableBrands[n.environment][n.product]},[t,n.environment,n.product]),f=B(()=>({filter:{...v,setInterval:d,setDateRange:l,setBrands:m,setBrand:c,setMonthlyBillableBrands:u,setTimezone:b}}),[v,d,l,m,c,u,b]);return j(h.Provider,{value:f,children:n.children})}function E(){const n=C(h);if(n===null)throw new Error("useMetrics must be used within a MetricsProvider");return n}export{O as MetricsProvider,E as useMetrics};
@@ -0,0 +1 @@
1
+ export * from './Metrics.context';
@@ -0,0 +1 @@
1
+ "use strict";import{useContext as b,createContext as T,useState as g,useLayoutEffect as v,useCallback as i,useRef as x}from"react";import{createPortal as E}from"react-dom";import{Stack as M}from"@mui/material";import{jsx as m}from"react/jsx-runtime";const p=T(null);function f(){const r=b(p);if(!r)throw new Error("useTunnel must be used within a TunnelProvider");return r}function P({children:r}){const[s,c]=g(new Map),t=x(new Map),l=i((e,n)=>{c(o=>{const a=new Map(o);return a.set(e,n),a});const u=t.current.get(e);u&&u.forEach(o=>o(n))},[]),d=i(e=>{c(u=>{const o=new Map(u);return o.delete(e),o});const n=t.current.get(e);n&&n.forEach(u=>u(null))},[]),h=i(e=>s.get(e)??null,[s]),w=i((e,n)=>{var u;t.current.has(e)||t.current.set(e,new Set),(u=t.current.get(e))==null||u.add(n);const o=s.get(e)??null;return n(o),()=>{const a=t.current.get(e);a&&(a.delete(n),a.size===0&&t.current.delete(e))}},[s]);return m(p.Provider,{value:{register:l,unregister:d,getTarget:h,subscribe:w},children:r})}function S({id:r,...s}){const{register:c,unregister:t}=f(),l=i(d=>{d?c(r,d):t(r)},[r,c,t]);return m(M,{...s,ref:l,"data-tunnel-target":r})}function C({id:r,children:s}){const{subscribe:c}=f(),[t,l]=g(null);return v(()=>c(r,l),[r,c]),t?E(s,t):null}const k={Provider:P,Target:S,Source:C,useTunnel:f};export{k as Tunnel};
@@ -20,3 +20,5 @@ export * from './useNavigatorOnline';
20
20
  export * from './useDebounceCallback';
21
21
  export * from './useStyledQRCode';
22
22
  export * from './text-to-signup';
23
+ export * from './useNetworkType';
24
+ export * from './metrics';
@@ -1 +1 @@
1
- "use strict";import{b as s,k as a,a as e,i as u,u as o,j as r,d as i,c as t,m as c,l,e as n,f as T,g as d,h as m}from"../shared/magic-link-Dr2o0qhW.mjs";import{u as g,a as p}from"../shared/usePrevious-Dppy11px.mjs";import{b as C,u as S,c as b,a as f,d as O,e as R,f as k}from"../shared/magic-qr-code-DEnCvbjS.mjs";import{u as v}from"../shared/useCounter-BV32zXDQ.mjs";import{u as M}from"../shared/useResizeObserver-D7K4jTvT.mjs";export{s as useCallbackRef,g as useCopyToClipboard,v as useCounter,a as useDebounceCallback,C as useDebounceValue,e as useDisclosure,S as useGoogleFont,u as useIntersectionObserver,o as useLocalStorage,r as useNavigatorOnline,b as useOnClickOutside,p as usePrevious,f as useQRCode,M as useResizeObserver,i as useScript,t as useSearchParams,O as useStyledQRCode,c as useTTSMagicLink,R as useTTSMagicQRCode,k as useTTSMagicQRCodeOptions,l as useTTSMagicText,n as useThrottle,T as useToggle,d as useWindowScroll,m as useWindowSize};
1
+ "use strict";import{useLocalStorage as s}from"./useLocalStorage.mjs";import{useCopyToClipboard as e}from"./useCopyToClipboard.mjs";import{useDisclosure as o}from"./useDisclosure.mjs";import{useGoogleFont as r}from"./useGoogleFont.mjs";import{useCallbackRef as a}from"./useCallbackRef.mjs";import{useQRCode as u}from"./useQRCode.mjs";import{useSearchParams as i}from"./useSearchParams.mjs";import{useDebounceValue as m}from"./useDebounceValue.mjs";import{useScript as t}from"./useScript.mjs";import{useThrottle as p}from"./useThrottle.mjs";import{useToggle as l}from"./useToggle.mjs";import{useWindowScroll as c}from"./useWindowScroll.mjs";import{useWindowSize as f}from"./useWindowSize.mjs";import{useIntersectionObserver as n}from"./useIntersectionObserver.mjs";import{useCounter as T}from"./useCounter.mjs";import{useOnClickOutside as C}from"./useOnClickOutside.mjs";import{usePrevious as S}from"./usePrevious.mjs";import{useResizeObserver as d}from"./useResizeObserver.mjs";import{useNavigatorOnline as g}from"./useNavigatorOnline.mjs";import{useDebounceCallback as b}from"./useDebounceCallback.mjs";import{useStyledQRCode as R}from"./useStyledQRCode.mjs";import{useNetworkType as O}from"./useNetworkType.mjs";import{useTTSMagicQRCode as M}from"./text-to-signup/magic-qr-code.mjs";import{useTTSMagicQRCodeOptions as k}from"./text-to-signup/magic-qr-code-options.mjs";import{useTTSMagicText as Q}from"./text-to-signup/magic-text.mjs";import{useTTSMagicLink as v}from"./text-to-signup/magic-link.mjs";import{useColorMap as y}from"./metrics/useColorMap.mjs";export{a as useCallbackRef,y as useColorMap,e as useCopyToClipboard,T as useCounter,b as useDebounceCallback,m as useDebounceValue,o as useDisclosure,r as useGoogleFont,n as useIntersectionObserver,s as useLocalStorage,g as useNavigatorOnline,O as useNetworkType,C as useOnClickOutside,S as usePrevious,u as useQRCode,d as useResizeObserver,t as useScript,i as useSearchParams,R as useStyledQRCode,v as useTTSMagicLink,M as useTTSMagicQRCode,k as useTTSMagicQRCodeOptions,Q as useTTSMagicText,p as useThrottle,l as useToggle,c as useWindowScroll,f as useWindowSize};
@@ -0,0 +1 @@
1
+ export * from './useColorMap';
@@ -0,0 +1,4 @@
1
+ export declare function useColorMap(brands: Array<{
2
+ uuid: string;
3
+ primaryColor?: string;
4
+ }>): Map<string, string>;
@@ -0,0 +1 @@
1
+ "use strict";import{useMemo as i}from"react";function a(o){const p=i(()=>o.map(r=>`${r.uuid}:${r.primaryColor??""}`).join(","),[o]);return i(()=>new Map(o.filter(r=>!!r.primaryColor).map(r=>[r.uuid,r.primaryColor])),[p])}export{a as useColorMap};
@@ -0,0 +1 @@
1
+ "use strict";function n(t,e){return`${t}/tts/${e}`}export{n as useTTSMagicLink};
@@ -0,0 +1 @@
1
+ "use strict";import{useMemo as e}from"react";import{generateKeyFromString as i}from"../../utils/string/generateKeyFromString.mjs";function n({magicLink:t,brandLogo:r}){const o=e(()=>({options:{type:"svg",shape:"square",width:1024,height:1024,data:t,qrOptions:{errorCorrectionLevel:"H"},image:r??void 0,dotsOptions:{type:"dots",color:"#000000"},cornersSquareOptions:{type:"dot",color:"#000000"},cornersDotOptions:{type:"dot",color:"#000000"},backgroundOptions:{color:"#00000000"}}}),[r,t]),s=e(()=>i(JSON.stringify(o)),[o]);return{options:o,key:s}}export{n as useTTSMagicQRCodeOptions};
@@ -0,0 +1 @@
1
+ "use strict";import{useStyledQRCode as n}from"../useStyledQRCode.mjs";import{useTTSMagicQRCodeOptions as t}from"./magic-qr-code-options.mjs";function a({magicLink:o,brandLogo:e}){const{options:i,key:r}=t({magicLink:o,brandLogo:e});return{qrcode:n(i),key:r}}export{a as useTTSMagicQRCode};
@@ -0,0 +1 @@
1
+ "use strict";import u from"libphonenumber-js";function p({phoneNumber:e,keyword:o,text:a="Text",signature:n="to"}){var t;e&&(e=((t=u(e))==null?void 0:t.format("NATIONAL").replace("(","").replace(")","").replace(" ","-"))??e);const r={text:a,keyword:o,phoneNumber:e,signature:n};return{...r,displayValue:`${r.text} ${r.keyword} ${r.signature} ${r.phoneNumber}`}}export{p as useTTSMagicText};
@@ -0,0 +1 @@
1
+ "use strict";import{useRef as l,useInsertionEffect as s,useCallback as u}from"react";function c(n,a=[]){const e=l(()=>{throw new Error("Cannot call an event handler while rendering.")});return s(()=>{e.current=n}),u((...t)=>{var r;return(r=e.current)==null?void 0:r.call(e,...t)},a)}export{c as useCallbackRef};
@@ -0,0 +1 @@
1
+ "use strict";function l({type:o="text/plain"}){return{copy:async t=>{var n;if((n=navigator.clipboard)!=null&&n.write){const e={};switch(o){case"text/html":e["text/plain"]=new Blob([t],{type:"text/plain"}),e[o]=new Blob([t],{type:o});break;default:e[o]=new Blob([t],{type:o})}const a=[new ClipboardItem(e)];await navigator.clipboard.write(a)}else{const e=document.createElement("textarea");t instanceof Blob?e.value=await t.text():e.value=t.toString(),e.select(),document.execCommand("copy")}}}}export{l as useCopyToClipboard};
@@ -1 +1 @@
1
- "use strict";import{useRef as i,useEffect as f}from"react";import{animate as m}from"framer-motion";function p({from:r,to:n,duration:o=1,map:t}){const e=i(null),u=i(null);return f(()=>{const s=e.current;if(!s)return;const a=m(r,n,{duration:o,onUpdate(c){s.textContent=String(t?t(c):c)}});return u.current=a,()=>{a.stop()}},[r,n,t,o]),{ref:e,controls:u}}export{p as u};
1
+ "use strict";import{useRef as i,useEffect as f}from"react";import{animate as m}from"framer-motion";function p({from:r,to:n,duration:o=1,map:t}){const e=i(null),u=i(null);return f(()=>{const s=e.current;if(!s)return;const a=m(r,n,{duration:o,onUpdate(c){s.textContent=String(t?t(c):c)}});return u.current=a,()=>{a.stop()}},[r,n,t,o]),{ref:e,controls:u}}export{p as useCounter};
@@ -0,0 +1 @@
1
+ "use strict";import{useRef as l,useMemo as i,useEffect as n}from"react";import o from"lodash/debounce";function m(c,e=500,u){const r=l(),a=i(()=>{const t=o(c,e,u),s=(...f)=>t(...f);return s.cancel=()=>{t.cancel()},s.isPending=()=>!!r.current,s.flush=()=>t.flush(),s},[c,e,u]);return n(()=>{r.current=o(c,e,u)},[c,e,u]),n(()=>()=>{r.current&&r.current.cancel()},[]),a}export{m as useDebounceCallback};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as s,useEffect as n}from"react";function c(e,t=250){const[u,o]=s(e);return n(()=>{const r=setTimeout(()=>{o(e)},t);return()=>{clearTimeout(r)}},[e,t]),u}export{c as useDebounceValue};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as D,useId as R,useCallback as a}from"react";import{useCallbackRef as C}from"./useCallbackRef.mjs";function S(i={}){const{onClose:g,onOpen:k,open:u,id:m}=i,l=C(k),s=C(g),[O,c]=D(i.defaultOpen??!1),n=u??O,e=u!==void 0,b=R(),d=m??`disclosure-${b}`,r=a(()=>{e||c(!1),s?.()},[e,s]),t=a(()=>{e||c(!0),l?.()},[e,l]),p=a(()=>{n?r():t()},[n,t,r]);function v(o={}){return{...o,"aria-expanded":n,"aria-controls":d,onClick(P){var f;(f=o.onClick)==null||f.call(o,P),p()}}}function x(o={}){return{...o,hidden:!n,id:d}}return{open:n,onOpen:t,onClose:r,onToggle:p,isControlled:e,getButtonProps:v,getDisclosureProps:x}}export{S as useDisclosure};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as i,useEffect as g}from"react";import{makeGoogleFontUrl as f}from"../utils/makeGoogleFont.mjs";function h(r,u){const[d,o]=i("idle"),[m,a]=i(null);return g(()=>{if(!r||!u){o("idle"),a(null);return}const s=`google-font-${r.replace(/\s+/g,"-").toLowerCase()}`,l=document.getElementById(s);if(l){const e=l.getAttribute("data-status"),t=l.getAttribute("data-css-content");e==="loaded"&&t?(o("loaded"),a(t)):e==="error"?(o("error"),a(null)):o("loading");return}return o("loading"),a(null),(async()=>{try{const e=f(r),t=await fetch(e);if(!t.ok)throw new Error(`Failed to fetch font CSS: ${t.statusText}`);const c=await t.text(),n=document.createElement("style");n.id=s,n.textContent=c,n.setAttribute("data-status","loaded"),n.setAttribute("data-css-content",c),document.head.appendChild(n),o("loaded"),a(c)}catch(e){console.error(`Failed to load Google Font ${r}:`,e);const t=document.createElement("style");t.id=s,t.setAttribute("data-status","error"),document.head.appendChild(t),o("error"),a(null)}})(),()=>{const e=document.getElementById(s);e&&document.head.removeChild(e)}},[r,u]),{status:d,isLoading:d==="loading",isLoaded:d==="loaded",hasError:d==="error",cssContent:m}}export{h as useGoogleFont};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as f,useEffect as b}from"react";function v(e,{threshold:r=0,root:s=null,rootMargin:o="0%",freezeOnceVisible:i=!1}={}){const[n,g]=f({isIntersecting:!1,entry:null});return b(()=>{const c=e?.current;let t;if(c){if(i&&n.isIntersecting)return;const I=a=>{const[l]=a;g({isIntersecting:l.isIntersecting,entry:l})},u=new IntersectionObserver(I,{threshold:r,root:s,rootMargin:o});u.observe(c),t=()=>{u.disconnect()}}return()=>{t&&t()}},[e,r,s,o,i,n.isIntersecting]),n}export{v as useIntersectionObserver};
@@ -0,0 +1 @@
1
+ "use strict";function o(e){return{set:t=>{const r=typeof t=="string"?t:JSON.stringify(t);localStorage.setItem(e,r)},get:()=>{const t=localStorage.getItem(e);if(t)try{return JSON.parse(t)}catch{return t}return null},remove:()=>{localStorage.removeItem(e)}}}export{o as useLocalStorage};
@@ -0,0 +1 @@
1
+ "use strict";import{useSyncExternalStore as e}from"react";function o(){return e(n=>typeof window>"u"?()=>{}:(window.addEventListener("online",n),window.addEventListener("offline",n),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",n)}),()=>typeof navigator>"u"?!0:navigator.onLine,()=>!0)}export{o as useNavigatorOnline};
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Network connection type from the Network Information API.
3
+ * Represents the type of connection used (bluetooth, cellular, ethernet, wifi, etc.).
4
+ */
5
+ type NetworkType = 'bluetooth' | 'cellular' | 'ethernet' | 'none' | 'wifi' | 'wimax' | 'other' | 'unknown';
6
+ /**
7
+ * A React hook that tracks the network's connection type.
8
+ * Uses the Navigator.connection.type property and change events for efficient tracking.
9
+ * Implements useSyncExternalStore for React 18+ concurrent rendering compatibility.
10
+ *
11
+ * Features:
12
+ * - SSR compatible (defaults to 'unknown' during server-side rendering)
13
+ * - Updates automatically when network type changes
14
+ * - Type-safe return value
15
+ * - Zero dependencies
16
+ *
17
+ * Note: The Network Information API is not available in all browsers, just in Chrome Android.
18
+ * Check browser compatibility before relying on this hook.
19
+ *
20
+ * @returns {NetworkType} Current network connection type ('bluetooth' | 'cellular' | 'ethernet' | 'none' | 'wifi' | 'wimax' | 'other' | 'unknown')
21
+ */
22
+ export declare function useNetworkType(): NetworkType;
23
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";import{useSyncExternalStore as o}from"react";function e(){return o(n=>{if(typeof window>"u")return()=>{};const t=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return t?(t.addEventListener("change",n),()=>{t.removeEventListener("change",n)}):()=>{}},()=>{if(typeof navigator>"u")return"unknown";const n=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return n!=null&&n.type?n.type:"unknown"},()=>"unknown")}export{e as useNetworkType};
@@ -0,0 +1 @@
1
+ "use strict";import{useEffect as a}from"react";function d(e,i,r="mousedown",s={},c=null){a(()=>{const o=u=>{const n=u.target;!n||!n.isConnected||(Array.isArray(e)?e.filter(t=>!!t.current).every(t=>t.current&&!t.current.contains(n)):e.current&&!e.current.contains(n))&&i(u)};return(c??window).addEventListener(r,o,s),()=>{(c??window).removeEventListener(r,o,s)}},[s,r,i,e])}export{d as useOnClickOutside};
@@ -0,0 +1,5 @@
1
+ import { Dispatch, Reducer, ReducerAction, ReducerState } from 'react';
2
+ /**
3
+ * Hook to persiste reducer state in local storage
4
+ */
5
+ export declare function usePersistedReducer<R extends Reducer<any, any>, I>(storageKey: string, reducer: R, initialState: ReducerState<R>, initializer?: (arg: I & ReducerState<R>) => ReducerState<R>): [ReducerState<R>, Dispatch<ReducerAction<R>>];
@@ -0,0 +1 @@
1
+ "use strict";import{useReducer as f,useEffect as a}from"react";import{useLocalStorage as m}from"./useLocalStorage.mjs";import{usePrevious as p}from"./usePrevious.mjs";function d(o,u,t,g){const e=m(o),i=()=>{const s=e.get();if(s)try{return s}catch{return t}return t},[r,n]=f(u,t,i),c=p(r);return a(()=>{JSON.stringify(c)===JSON.stringify(r)||e.set(r)},[r]),[r,n]}export{d as usePersistedReducer};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as u,useEffect as t}from"react";function a(e){const[s,o]=u(e),[r,n]=u(null);return t(()=>{e!==s&&(n(s),o(e))},[s,e]),r}export{a as usePrevious};
@@ -0,0 +1 @@
1
+ "use strict";import{useMemo as $}from"react";import*as d from"qrcode";function f(t){const r=$(()=>d.create(t.data),[t.data]).modules.data;return $(()=>{const s=t.size/Math.sqrt(r.length);let a=`<svg viewBox="0 0 ${t.size} ${t.size}" xmlns="http://www.w3.org/2000/svg">`;const e=t.imageSize,n=(t.size-e)/2,h=(t.size-e)/2;for(let o=0;o<r.length;o++){const i=o%Math.sqrt(r.length)*s,l=Math.floor(o/Math.sqrt(r.length))*s,g=s/2,m=r[o]===1,c=i+s>=n&&i<n+e&&l+s>=h&&l<h+e;!m||c||(a+=`<rect x="${i}" y="${l}" width="${s}" height="${s}" rx="${g}" ry="${g}" fill='${t.fill||"#000000"}' />`)}return a+="</svg>",a},[r,t])}export{f as useQRCode};
@@ -0,0 +1 @@
1
+ "use strict";import{useRef as i,useSyncExternalStore as s}from"react";function c(n){const r=i(["auto","auto"]);return s(t=>{if(typeof window>"u"||typeof ResizeObserver>"u")return()=>{};if(!n.current)return()=>{};const e=new ResizeObserver(t);return e.observe(n.current),()=>{e.disconnect()}},()=>{var t;if(typeof window>"u")return r.current;const e=(t=n.current)==null?void 0:t.getBoundingClientRect(),u=e?.width??"auto",o=e?.height??"auto";return(r.current[0]!==u||r.current[1]!==o)&&(r.current=[u,o]),r.current},()=>r.current)}export{c as useResizeObserver};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as i,useRef as m,useEffect as v}from"react";function p(r,d={addToHead:!1,removeOnUnmount:!1,nonce:void 0}){const[c,t]=i("loading"),n=m(d);return v(()=>{let e=document.querySelector(`script[src="${r}"]`);const u=e?.getAttribute("data-status");if(u){t(u);return}if(e===null){e=document.createElement("script"),e.src=r,e.async=!0,e.setAttribute("data-status","loading"),n.current.nonce&&e.setAttribute("nonce",n.current.nonce),n.current.addToHead?document.head.appendChild(e):document.body.appendChild(e);const a=()=>{e?.setAttribute("data-status","ready"),t("ready"),o()},s=()=>{e?.setAttribute("data-status","error"),t("error"),o()},o=()=>{e?.removeEventListener("load",a),e?.removeEventListener("error",s)};e.addEventListener("load",a),e.addEventListener("error",s);const l=n.current.removeOnUnmount;return()=>{l&&(e?.remove(),o())}}else t("unknown")},[r]),c}export{p as useScript};
@@ -0,0 +1 @@
1
+ "use strict";function r(a){return new URLSearchParams(a??window.location.search)}export{r as useSearchParams};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as e,useRef as m,useMemo as v,useEffect as u}from"react";import g from"qr-code-styling";import O from"lodash/isEqual";import{jsx as f}from"react/jsx-runtime";function w({options:t,className:a}){function r(o){return{width:o?.width??300,height:o?.height??300,type:o?.type??"svg",data:o?.data,image:o?.image,qrOptions:{typeNumber:0,mode:"Byte",errorCorrectionLevel:"Q",...o?.qrOptions},imageOptions:{crossOrigin:"anonymous",margin:20,...o?.imageOptions},dotsOptions:{color:"#000000",type:"square",...o?.dotsOptions},cornersSquareOptions:o?.cornersSquareOptions,cornersDotOptions:o?.cornersDotOptions,backgroundOptions:{...o?.backgroundOptions}}}const[s]=e(r(t)),[n]=e(new g(s)),i=m(null),d=v(()=>()=>f("div",{className:a,ref:i},"qr-code"),[a]),l=async o=>await n.getRawData(o),p=async(o,c)=>{await n.download({name:o,extension:c})};return u(()=>{i.current&&n.append(i.current)},[n,i]),u(()=>{n&&(O(s,r(t))||n.update(r(t)))},[n,s,t]),{Component:d,getRawData:l,download:p}}export{w as useStyledQRCode};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as i,useRef as w,useEffect as f}from"react";function m(e,t=500){const[u,o]=i(e),n=w(Date.now());return f(()=>{const r=Date.now(),s=r-n.current;if(s>=t)n.current=r,o(e);else{const a=t-s,c=window.setTimeout(()=>{n.current=Date.now(),o(e)},a);return()=>{window.clearTimeout(c)}}},[e,t]),u}export{m as useThrottle};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as u,useCallback as n}from"react";function f(e){const[a,t]=u(()=>typeof e=="boolean"?e:!!e),r=n(o=>{if(typeof o=="boolean"){t(o);return}t(s=>!s)},[]);return[a,r]}export{f as useToggle};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as s,useCallback as t,useLayoutEffect as n}from"react";function c(){const[e,l]=s({x:0,y:0}),r=t((...o)=>{if(o.length===1&&typeof o[0]=="object")window.scrollTo(o[0]);else if(o.length===2)window.scrollTo(o[0],o[1]);else throw new Error("Invalid arguments passed to scrollTo. Expected either ScrollToOptions object or x,y coordinates. See https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo")},[]);return n(()=>{const o=()=>{l({x:window.scrollX,y:window.scrollY})};return o(),window.addEventListener("scroll",o),()=>{window.removeEventListener("scroll",o)}},[]),{...e,scrollTo:r}}export{c as useWindowScroll};
@@ -0,0 +1 @@
1
+ "use strict";import{useState as t,useLayoutEffect as r}from"react";function w(){const[i,n]=t({width:window.innerWidth,height:window.innerHeight});return r(()=>{const e=()=>{n({width:window.innerWidth,height:window.innerHeight})};return window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}},[]),i}export{w as useWindowSize};
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- "use strict";import{A as a,am as s,a0 as e,c as t,aa as r,a6 as o,B as i,ac as n,ab as m,ai as l,ah as d,an as p,C as u,af as c,D as C,i as h,$ as g,h as S,a8 as T,E as f,N as y,R as P,Q as k,U as B,Z as D,F,al as b,I as O,b as I,L as R,M,X as N,g as L,k as v,a3 as w,O as U,ag as x,e as A,a4 as E,f as G,P as H,a5 as Y,_ as W,ak as q,a7 as V,S as z,d as Q,ao as j,aq as _,ap as K,a9 as X,T as Z,j as $,a as J,a1 as aa,a2 as sa,aj as ea,H as ta,v as ra,t as oa,p as ia,u as na,l as ma,r as la,G as da,z as pa,q as ua,J as ca,s as Ca,m as ha,K as ga,n as Sa,o as Ta,w as fa,V as ya,ad as Pa,W as ka,x as Ba,y as Da,ae as Fa,Y as ba}from"./shared/magic-legal-language-7u7v_FDh.mjs";import{a as Oa,b as Ia,P as Ra,S as Ma}from"./shared/PageSectionHeader-lc9WunC-.mjs";import{B as Na,C as La,j as va,E as wa,L as Ua,k as xa,M as Aa,r as Ea,p as Ga,g as Ha,O as Ya,P as Wa,R as qa,e as Va,d as za,S as Qa,a as ja,b as _a,l as Ka,c as Xa,f as Za,o as $a,T as Ja,W as as,t as ss,s as es,i as ts,q as rs,h as os,m as is,n as ns,u as ms}from"./shared/OneClickHealthBigNumbers-Bbr1GivF.mjs";import{T as ls}from"./shared/index-CgwlGvef.mjs";import{b as ds,k as ps,a as us,i as cs,u as Cs,j as hs,d as gs,c as Ss,m as Ts,l as fs,e as ys,f as Ps,g as ks,h as Bs}from"./shared/magic-link-Dr2o0qhW.mjs";import{u as Ds,a as Fs}from"./shared/usePrevious-Dppy11px.mjs";import{b as bs,u as Os,c as Is,a as Rs,d as Ms,e as Ns,f as Ls}from"./shared/magic-qr-code-DEnCvbjS.mjs";import{u as vs}from"./shared/useCounter-BV32zXDQ.mjs";import{u as ws}from"./shared/useResizeObserver-D7K4jTvT.mjs";import{b as Us,a as xs,x as As,m as Es,e as Gs,d as Hs,q as Ys,v as Ws,h as qs,j as Vs,g as zs,p as Qs,u as js,n as _s,c as Ks,l as Xs,o as Zs,s as $s,f as Js,i as ae,r as se,t as ee,k as te,w as re,y as oe}from"./shared/colors-CSvtCJK4.mjs";import{s as ie,t as ne}from"./shared/shadows-levwxV7v.mjs";import{wrapPromise as me}from"./utils/wrapPromise/index.mjs";import{f as le,b as de,a as pe,c as ue,s as ce,t as Ce,u as he}from"./shared/uuidColor-CbuBMrIl.mjs";import{c as ge,g as Se,a as Te,p as fe,s as ye,v as Pe}from"./shared/phone-cSkbYk4g.mjs";import{masks as ke}from"./utils/masks/index.mjs";import{o as Be,s as De,a as Fe}from"./shared/ssn-I4gN8M-_.mjs";import{toCapitalize as be,toSentenceCase as Oe}from"./utils/string/index.mjs";import{k as Ie}from"./shared/formatKebabToPretty-Du43TgPC.mjs";import{g as Re}from"./shared/generateKeyFromString-D1AuwK4y.mjs";import{alpha as Me,contrastColor as Ne,darken as Le,getThemeFromPrimaryColor as ve,lighten as we}from"./utils/color/index.mjs";import{addressFormatter as Ue,fromUSAddress as xe,parseCountryCode as Ae,toUSaddress as Ee,toUSaddressPretty as Ge}from"./utils/address/index.mjs";import{D as He,a as Ye,m as We}from"./shared/makeGoogleFont-pok2oDWs.mjs";import{p as qe}from"./shared/notification-sBaCxCY5.mjs";import{M as Ve,S as ze,U as Qe,g as je,p as _e}from"./shared/date.schema-CmPHY0OU.mjs";import{d as Ke,e as Xe,f as Ze,g as $e,s as Je}from"./shared/unix.schema-D7g4VIKT.mjs";import{SnackbarProvider as at}from"notistack";export{a as AcceptTermsNotice,s as AdaptativeBox,e as AddressInput,t as Alert,r as Backdrop,o as Banner,i as BasePhoneInput,Na as BigNumber,n as BrandFilterInput,m as Button,l as CalendlyDialog,d as CalendlyDialogComponent,p as ContentWithLoader,u as CredentialRequestsEditor,La as CustomAlertComponent,c as CustomDialog,He as DEFAULT_FONT_FAMILY,Ye as DEFAULT_FONT_WEIGHTS,C as DateInput,h as DateRangeInput,g as DefaultInput,S as EmailInput,va as EmptyChartSection,wa as ErrorCodesChart,T as ExactBirthdayBanner,f as ExportToPdfButton,y as Form,P as FormBuilder,k as FormField,B as FormFieldBuilder,D as FormProvider,F as FullWidthAlert,b as IconPlayer,O as Image,I as LegalLink,R as LinkButton,Ua as LoadingChartSection,M as MandatoryEnum,Ve as MaskedAndUnmaskedSSNSchema,xa as MetricLastUpdated,Aa as MonthlySignupsOverviewTable,N as NewOneClickForm,L as OTPInput,v as OneClickForm,Ea as OneClickHealthBigNumbers,Ga as OneClickHealthOverTimeChart,Ha as OneClickOverTimeChart,Ya as OneClickPercentageChart,w as OneClickPoweredByVerified,U as OriginalButton,Oa as PageHeader,Ia as PageSectionHeader,Ra as Paragraph,x as PersistentDialog,A as PhoneInput,Wa as PieChart,E as PoweredByVerified,G as PrettyPhoneInput,H as PrivacyPolicyNotice,Y as QRCodeDisplay,W as RadioOption,qa as ReasonCodesChart,q as RequiredLabel,V as ResendPhoneBanner,Va as RiskScoreBarChart,za as RiskScorePieChart,z as SSNInput,ze as SSNSchema,Ma as SectionHeader,Q as SelectInput,Qa as SeriesChart,ja as SeriesChartLegend,_a as SeriesPercentageChart,Ka as SignupBigNumbers,Xa as SimpleBarChart,Za as SimpleLegend,at as SnackbarProvider,$a as TTSBigNumbers,j as TTSMagicButton,_ as TTSMagicLegalLanguage,K as TTSMagicQRCode,Ja as TTSOverTimeChart,X as TestPhoneNumbersBanner,Z as TextButton,$ as TimezoneInput,ls as Tunnel,J as Typography,Qe as USDateSchema,aa as VerifiedImage,sa as VerifiedIncLogo,as as When,ea as WhenStyled,Ue as addressFormatter,Me as alpha,Us as black,xs as blue,ss as calculateOneClickHealthMetrics,As as colors,Ne as contrastColor,ge as countries,Es as dangerContrast,Gs as darkBlue,Hs as darkGreen,Ys as darkGrey,Ws as darkGreyContrast,qs as darkRed,Vs as darkYellow,Le as darken,es as defaultMetrics,Ke as descriptionSchema,Xe as emailSchema,ta as extractChildrenFromCredentialFieldSet,ra as extractTypesFromSchema,Ze as fieldSchema,oa as filterRepeatedCredentials,ia as findCorrectSchemaProperty,na as findCredentialsByType,le as formatDateMMDDYYYY,de as formatDateMMYY,pe as formatDateToTimestamp,ue as formatExtendedDate,xe as fromUSAddress,Re as generateKeyFromString,ma as getCredentialTypeDisplayInfo,la as getCredentialValues,je as getDateSchemaWithPastValidation,da as getLastPathName,pa as getParentPath,Se as getPhoneData,Te as getPhoneDataByFieldName,ua as getReferencedSchemaNames,ve as getThemeFromPrimaryColor,$e as getUnixSchema,zs as green,Qs as grey,js as greyContrast,ca as hasMandatoryFieldEmpty,_s as infoContrast,Ca as isNewCredentialAgainstInstance,ha as isRequiredCredentialDisplayInfo,ga as isSomeFieldInputAllowed,Sa as isValidInputCredential,Ie as kebabCaseToPretty,Ks as lightBlue,Xs as lightGreen,Zs as lightGrey,$s as lightGreyContrast,Js as lightRed,ae as lightYellow,we as lighten,Ta as makeCredentialDisplayInfoList,We as makeGoogleFontUrl,ts as mapMonthlySignupsOverviewTableData,rs as mapOneClickHealthTimeSeriesData,os as mapOneClickTimeSeriesData,is as mapSeriesTimeSeriesData,ns as mapTTSTimeSeriesData,ke as masks,Be as omitProperties,Ae as parseCountryCode,fe as parseToPhoneNational,_e as phoneSchema,qe as prepareNotification,se as red,ie as shadows,ye as sortByCountryName,fa as sortCredentialsBySchema,De as ssnFormatter,Fe as ssnRegex,Je as stateSchema,ce as stringToHashedColor,ee as textDisabled,ne as theme,be as toCapitalize,ya as toCreatePatchCredentials,Pa as toOption,Oe as toSentenceCase,ka as toShareCredentials,Ee as toUSaddress,Ge as toUSaddressPretty,Ce as toUTCMilliseconds,Ba as transformToFormObject,Da as transformToFormSchema,Fa as useBrandFilterInput,ds as useCallbackRef,Ds as useCopyToClipboard,vs as useCounter,ps as useDebounceCallback,bs as useDebounceValue,us as useDisclosure,ba as useForm,Os as useGoogleFont,cs as useIntersectionObserver,Cs as useLocalStorage,hs as useNavigatorOnline,Is as useOnClickOutside,Fs as usePrevious,Rs as useQRCode,ws as useResizeObserver,gs as useScript,Ss as useSearchParams,ms as useSnackbar,Ms as useStyledQRCode,Ts as useTTSMagicLink,Ns as useTTSMagicQRCode,Ls as useTTSMagicQRCodeOptions,fs as useTTSMagicText,ys as useThrottle,Ps as useToggle,ks as useWindowScroll,Bs as useWindowSize,he as uuidToHashedColor,Pe as validatePhone,te as warningContrast,re as white,me as wrapPromise,oe as yellow};
1
+ "use strict";import{Paragraph as a}from"./components/typographies/Paragraph.mjs";import{SectionHeader as e}from"./components/typographies/SectionHeader.mjs";import{PageHeader as r}from"./components/typographies/PageHeader.mjs";import{PageSectionHeader as s}from"./components/typographies/PageSectionHeader.mjs";import{Typography as o}from"./components/Typography/index.mjs";import{CredentialRequestsEditor as t}from"./components/CredentialRequestsEditor/index.mjs";import{When as i}from"./components/When.mjs";import{Image as m}from"./components/Image.mjs";import{QRCodeDisplay as n}from"./components/QRCodeDisplay/index.mjs";import{CustomAlertComponent as p,useSnackbar as l}from"./components/Snackbar/index.mjs";import{Backdrop as f}from"./components/Backdrop/index.mjs";import{Button as d}from"./components/Button/index.mjs";import{BrandFilterInput as c}from"./components/BrandFilterInput/index.mjs";import{SeriesChart as u}from"./components/chart/SeriesChart/index.mjs";import{SeriesChartLegend as C}from"./components/chart/SeriesChartLegend/index.mjs";import{SeriesPercentageChart as h}from"./components/chart/SeriesPercentageChart/index.mjs";import{BigNumber as S}from"./components/chart/BigNumber/index.mjs";import{SimpleBarChart as g}from"./components/chart/SimpleBarChart/index.mjs";import{AreaChart as T}from"./components/chart/AreaChart/index.mjs";import{ErrorCodesChart as k}from"./components/chart/ErrorCodesChart/index.mjs";import{ReasonCodesChart as y}from"./components/chart/ReasonCodesChart/index.mjs";import{PieChart as O}from"./components/chart/PieChart/index.mjs";import{RiskScorePieChart as P}from"./components/chart/RiskScorePieChart/index.mjs";import{RiskScoreBarChart as D}from"./components/chart/RiskScoreBarChart/index.mjs";import{SimpleLegend as F}from"./components/chart/SimpleLegend/index.mjs";import{LoadingChartSection as B}from"./components/chart/LoadingChartSection.mjs";import{EmptyChartSection as I}from"./components/chart/EmptyChartSection.mjs";import{MetricLastUpdated as b}from"./components/chart/MetricLastUpdated.mjs";import{FunnelChart as v}from"./components/chart/FunnelChart/index.mjs";import{WhenStyled as M}from"./components/WhenStyled.mjs";import{RequiredLabel as N}from"./components/RequiredLabel/index.mjs";import{Tunnel as R}from"./contexts/tunnel/index.mjs";import{useLocalStorage as L}from"./hooks/useLocalStorage.mjs";import{useCopyToClipboard as A}from"./hooks/useCopyToClipboard.mjs";import{useDisclosure as w}from"./hooks/useDisclosure.mjs";import{useGoogleFont as V}from"./hooks/useGoogleFont.mjs";import{useCallbackRef as E}from"./hooks/useCallbackRef.mjs";import{useQRCode as x}from"./hooks/useQRCode.mjs";import{useSearchParams as U}from"./hooks/useSearchParams.mjs";import{useDebounceValue as H}from"./hooks/useDebounceValue.mjs";import{useScript as Y}from"./hooks/useScript.mjs";import{useThrottle as G}from"./hooks/useThrottle.mjs";import{useToggle as W}from"./hooks/useToggle.mjs";import{useWindowScroll as Q}from"./hooks/useWindowScroll.mjs";import{useWindowSize as z}from"./hooks/useWindowSize.mjs";import{useIntersectionObserver as _}from"./hooks/useIntersectionObserver.mjs";import{useCounter as q}from"./hooks/useCounter.mjs";import{useOnClickOutside as j}from"./hooks/useOnClickOutside.mjs";import{usePrevious as J}from"./hooks/usePrevious.mjs";import{useResizeObserver as K}from"./hooks/useResizeObserver.mjs";import{useNavigatorOnline as $}from"./hooks/useNavigatorOnline.mjs";import{useDebounceCallback as X}from"./hooks/useDebounceCallback.mjs";import{useStyledQRCode as Z}from"./hooks/useStyledQRCode.mjs";import{useNetworkType as aa}from"./hooks/useNetworkType.mjs";import{black as ea,blue as ra,colors as sa,dangerContrast as oa,darkBlue as ta,darkGreen as ia,darkGrey as ma,darkGreyContrast as na,darkRed as pa,darkYellow as la,green as fa,grey as da,greyContrast as ca,infoContrast as ua,lightBlue as Ca,lightGreen as ha,lightGrey as Sa,lightGreyContrast as ga,lightRed as Ta,lightYellow as ka,red as ya,textDisabled as Oa,warningContrast as Pa,white as Da,yellow as Fa}from"./styles/colors.mjs";import{theme as Ba}from"./styles/theme.mjs";import{shadows as Ia}from"./styles/shadows.mjs";import{wrapPromise as ba}from"./utils/wrapPromise/index.mjs";import{formatDateMMDDYYYY as va,formatDateMMYY as Ma,formatDateToTimestamp as Na,formatExtendedDate as Ra,toUTCMilliseconds as La}from"./utils/date.mjs";import{countries as Aa,getPhoneData as wa,getPhoneDataByFieldName as Va,parseToPhoneNational as Ea,sortByCountryName as xa,validatePhone as Ua}from"./utils/phone/index.mjs";import{masks as Ha}from"./utils/masks/index.mjs";import{omitProperties as Ya}from"./utils/omitProperty.mjs";import{ssnFormatter as Ga,ssnRegex as Wa}from"./utils/ssn.mjs";import{stringToHashedColor as Qa,uuidToHashedColor as za}from"./utils/uuidColor.mjs";import{toCapitalize as _a}from"./utils/string/toCapitalize.mjs";import{toSentenceCase as qa}from"./utils/string/toSentenceCase.mjs";import{kebabCaseToPretty as ja}from"./utils/string/formatKebabToPretty.mjs";import{generateKeyFromString as Ja}from"./utils/string/generateKeyFromString.mjs";import{alpha as Ka,contrastColor as $a,darken as Xa,getThemeFromPrimaryColor as Za,lighten as ae,mix as ee}from"./utils/color/index.mjs";import{addressFormatter as re,fromUSAddress as se,parseCountryCode as oe,toUSaddress as te,toUSaddressPretty as ie}from"./utils/address/index.mjs";import{DEFAULT_FONT_FAMILY as me,DEFAULT_FONT_WEIGHTS as ne,makeGoogleFontUrl as pe}from"./utils/makeGoogleFont.mjs";import{prepareNotification as le}from"./utils/notification.mjs";import{resolveLogo as fe}from"./utils/logo/index.mjs";import{USDateSchema as de,birthDateSchema as ce,dateSchema as ue,getDateSchemaWithPastValidation as Ce,refineAge18Plus as he,refineMinimumDate1900 as Se,refineTimestamp as ge,validateAge18Plus as Te,validateMinimumDate1900 as ke,validateTimestamp as ye}from"./validations/date.schema.mjs";import{descriptionSchema as Oe}from"./validations/description.schema.mjs";import{businessEmailSchema as Pe,emailSchema as De}from"./validations/email.schema.mjs";import{fieldSchema as Fe}from"./validations/field.schema.mjs";import{phoneSchema as Be}from"./validations/phone.schema.mjs";import{MaskedAndUnmaskedSSNSchema as Ie,SSNSchema as be}from"./validations/ssn.schema.mjs";import{getUnixSchema as ve}from"./validations/unix.schema.mjs";import{npiSchema as Me}from"./validations/npi.schema.mjs";import{stateSchema as Ne,zipCodeSchema as Re}from"./validations/address.schema.mjs";import{LinkButton as Le}from"./components/buttons/LinkButton.mjs";import{TextButton as Ae}from"./components/buttons/TextButton.mjs";import{ExportToPdfButton as we}from"./components/buttons/ExportToPdfButton.mjs";import{OriginalButton as Ve}from"./components/buttons/OriginalButton.mjs";import{PrivacyPolicyNotice as Ee}from"./components/terms/PrivacyPolicyNotice.mjs";import{AcceptTermsNotice as xe}from"./components/terms/AcceptTermsNotice.mjs";import{LegalLink as Ue}from"./components/terms/LegalLink.mjs";import{Alert as He}from"./components/Alert/Alert.mjs";import{FullWidthAlert as Ye}from"./components/Alert/FullWidthAlert.mjs";import{BasePhoneInput as Ge}from"./components/form/BasePhoneInput.mjs";import{DateInput as We}from"./components/form/DateInput/index.mjs";import{SSNInput as Qe}from"./components/form/SSNInput.mjs";import{SelectInput as ze}from"./components/form/SelectInput.mjs";import{PhoneInput as _e}from"./components/form/PhoneInput.mjs";import{PrettyPhoneInput as qe}from"./components/form/PrettyPhoneInput.mjs";import{OTPInput as je}from"./components/form/OTPInput.mjs";import{EmailInput as Je}from"./components/form/EmailInput.mjs";import{DateRangeInput as Ke}from"./components/form/DateRangeInput/index.mjs";import{TimezoneInput as $e}from"./components/form/TimezoneInput/index.mjs";import{MandatoryEnum as Xe}from"./components/form/OneClickForm/components/CredentialsDisplay/types.mjs";import{getCredentialTypeDisplayInfo as Ze}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/getCredentialTypeDisplayInfo.mjs";import{isRequiredCredentialDisplayInfo as ar}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/isRequiredCredentialDisplayInfo.mjs";import{isValidInputCredential as er}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/isValidInputCredential.mjs";import{makeCredentialDisplayInfoList as rr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/makeCredentialDisplayInfoList.mjs";import{findCorrectSchemaProperty as sr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/findCorrectSchemaProperty.mjs";import{getReferencedSchemaNames as or}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/getReferencedSchemaNames.mjs";import{getCredentialValues as tr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/getCredentialValues.mjs";import{isNewCredentialAgainstInstance as ir}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/isNewCredentialAgainstInstance.mjs";import{filterRepeatedCredentials as mr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/filterRepeatedCredentials.mjs";import{findCredentialsByType as nr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/findCredentialsByType.mjs";import{extractTypesFromSchema as pr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/extractTypesFromSchema.mjs";import{sortCredentialsBySchema as lr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/sortCredentialsBySchema.mjs";import{transformToFormObject as fr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/transformToFormObject.mjs";import{transformToFormSchema as dr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/transformToFormSchema.mjs";import{getParentPath as cr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/getParentPath.mjs";import{getLastPathName as ur}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/getLastPathName.mjs";import{extractChildrenFromCredentialFieldSet as Cr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/extractChildrenFromCredentialFieldSet.mjs";import{hasMandatoryFieldEmpty as hr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/hasMandatoryFieldEmpty.mjs";import{isSomeFieldInputAllowed as Sr}from"./components/form/OneClickForm/components/CredentialsDisplay/utils/isSomeFieldInputAllowed.mjs";import{OneClickForm as gr}from"./components/form/OneClickForm/index.mjs";import{Form as Tr}from"./components/form/NewOneClickForm/core/form/form.mjs";import{FormField as kr}from"./components/form/NewOneClickForm/core/form/formField.mjs";import{FormBuilder as yr}from"./components/form/NewOneClickForm/core/form/formBuilder.mjs";import{FormFieldBuilder as Or}from"./components/form/NewOneClickForm/core/form/formFieldBuilder.mjs";import{toCreatePatchCredentials as Pr}from"./components/form/NewOneClickForm/core/mappers/create-patch.map.mjs";import{toShareCredentials as Dr}from"./components/form/NewOneClickForm/core/mappers/share.map.mjs";import{NewOneClickForm as Fr}from"./components/form/NewOneClickForm/react/ui/form.mjs";import{FormProvider as Br,useForm as Ir}from"./components/form/NewOneClickForm/react/core/form.context.mjs";import{RadioOption as br}from"./components/form/RadioOption.mjs";import{DefaultInput as vr}from"./components/form/DefaultInput.mjs";import{AddressInput as Mr}from"./components/form/AddressInput/index.mjs";import{NPIInput as Nr}from"./components/form/NPIInput/index.mjs";import{VerifiedImage as Rr}from"./components/verified/VerifiedImage.mjs";import{VerifiedIncLogo as Lr}from"./components/verified/VerifiedIncLogo.mjs";import{OneClickPoweredByVerified as Ar}from"./components/verified/OneClickPoweredByVerified/index.mjs";import{PoweredByVerified as wr}from"./components/verified/powered-by-verified/index.mjs";import{SnackbarProvider as Vr}from"notistack";import{Banner as Er}from"./components/Banners/Banner.mjs";import{ResendPhoneBanner as xr}from"./components/Banners/ResendPhoneBanner.mjs";import{ExactBirthdayBanner as Ur}from"./components/Banners/ExactBirthdayBanner.mjs";import{TestPhoneNumbersBanner as Hr}from"./components/Banners/TestPhoneNumbersBanner.mjs";import{toOption as Yr,useBrandFilterInput as Gr}from"./components/BrandFilterInput/BrandFilterInput.hook.mjs";import{mapSeriesTimeSeriesData as Wr}from"./components/chart/SeriesChart/SeriesChart.map.mjs";import{OneClickPercentageChart as Qr}from"./components/chart/OneClickPercentageChart/OneClickPercentageChart.mjs";import{OneClickOverTimeChart as zr}from"./components/chart/OneClickOverTimeChart/OneClickOverTimeChart.mjs";import{mapOneClickTimeSeriesData as _r}from"./components/chart/OneClickOverTimeChart/OneClickOverTimeChart.map.mjs";import{mapMonthlySignupsOverviewTableData as qr}from"./components/chart/MonthlySignupsOverviewTable/MonthlySignupsOverviewTableDataMapper.mjs";import{MonthlySignupsOverviewTable as jr}from"./components/chart/MonthlySignupsOverviewTable/MonthlySignupsOverviewTable.mjs";import{SignupBigNumbers as Jr}from"./components/chart/SignupBigNumbers/SignupBigNumbers.mjs";import{TTSOverTimeChart as Kr}from"./components/chart/TTSOverTimeChart/TTSOverTimeChart.mjs";import{mapTTSTimeSeriesData as $r}from"./components/chart/TTSOverTimeChart/TTSOverTimeChart.map.mjs";import{TTSBigNumbers as Xr}from"./components/chart/TTSBigNumbers/TTSBigNumbers.mjs";import{OneClickHealthOverTimeChart as Zr}from"./components/chart/OneClickHealthOverTimeChart/OneClickHealthOverTimeChart.mjs";import{mapOneClickHealthTimeSeriesData as as}from"./components/chart/OneClickHealthOverTimeChart/OneClickHealthOverTimeChart.map.mjs";import{OneClickHealthBigNumbers as es}from"./components/chart/OneClickHealthBigNumbers/OneClickHealthBigNumbers.mjs";import{calculateOneClickHealthMetrics as rs,defaultMetrics as ss}from"./components/chart/OneClickHealthBigNumbers/OneClickHealthBigNumbersMapper.mjs";import{OneClickHealthPercentageChart as os}from"./components/chart/OneClickHealthPercentageChart/OneClickHealthPercentageChart.mjs";import{OneClickVerificationBigNumbers as ts}from"./components/chart/OneClickVerificationBigNumbers/OneClickVerificationBigNumbers.mjs";import{OneClickVerificationEventsOverTimeChart as is}from"./components/chart/OneClickVerificationEventsOverTimeChart/OneClickVerificationEventsOverTimeChart.mjs";import{mapOneClickVerificationAreaSeriesData as ms}from"./components/chart/OneClickVerificationEventsOverTimeChart/OneClickVerificationEventsOverTimeChart.map.mjs";import{OneClickVerificationSuccessOverTimeChart as ns}from"./components/chart/OneClickVerificationSuccessOverTimeChart/OneClickVerificationSuccessOverTimeChart.mjs";import{mapOneClickVerificationSuccessOverTimeChartData as ps}from"./components/chart/OneClickVerificationSuccessOverTimeChart/OneClickVerificationSuccessOverTimeChart.map.mjs";import{OneClickVerificationFunnelChart as ls}from"./components/chart/OneClickVerificationFunnelChart/OneClickVerificationFunnelChart.mjs";import{mapOneClickVerificationFunnelChartData as fs}from"./components/chart/OneClickVerificationFunnelChart/OneClickVerificationFunnelChart.map.mjs";import{OneClickVerificationOutcomeOverTimeChart as ds}from"./components/chart/OneClickVerificationOutcomeOverTimeChart/OneClickVerificationOutcomeOverTimeChart.mjs";import{mapOneClickVerificationOutcomeOverTimeChartData as cs}from"./components/chart/OneClickVerificationOutcomeOverTimeChart/OneClickVerificationOutcomeOverTimeChart.map.mjs";import{CustomDialog as us}from"./components/dialog/Dialog.mjs";import{PersistentDialog as Cs}from"./components/dialog/PersistentDialog.mjs";import{CalendlyDialog as hs,CalendlyDialogComponent as Ss}from"./components/dialog/CalendlyDialog.mjs";import{IconPlayer as gs}from"./components/icons/IconPlayer.mjs";import{AdaptativeBox as Ts}from"./components/UI/AdaptativeBox.mjs";import{ContentWithLoader as ks}from"./components/UI/ContentWithLoader.mjs";import{TTSMagicButton as ys}from"./components/text-to-signup/magic-button.mjs";import{TTSMagicQRCode as Os}from"./components/text-to-signup/magic-qr-code.mjs";import{TTSMagicLegalLanguage as Ps}from"./components/text-to-signup/magic-legal-language.mjs";import{MetricsProvider as Ds,useMetrics as Fs}from"./contexts/metrics/Metrics.context.mjs";import{useTTSMagicQRCode as Bs}from"./hooks/text-to-signup/magic-qr-code.mjs";import{useTTSMagicQRCodeOptions as Is}from"./hooks/text-to-signup/magic-qr-code-options.mjs";import{useTTSMagicText as bs}from"./hooks/text-to-signup/magic-text.mjs";import{useTTSMagicLink as vs}from"./hooks/text-to-signup/magic-link.mjs";import{useColorMap as Ms}from"./hooks/metrics/useColorMap.mjs";export{xe as AcceptTermsNotice,Ts as AdaptativeBox,Mr as AddressInput,He as Alert,T as AreaChart,f as Backdrop,Er as Banner,Ge as BasePhoneInput,S as BigNumber,c as BrandFilterInput,d as Button,hs as CalendlyDialog,Ss as CalendlyDialogComponent,ks as ContentWithLoader,t as CredentialRequestsEditor,p as CustomAlertComponent,us as CustomDialog,me as DEFAULT_FONT_FAMILY,ne as DEFAULT_FONT_WEIGHTS,We as DateInput,Ke as DateRangeInput,vr as DefaultInput,Je as EmailInput,I as EmptyChartSection,k as ErrorCodesChart,Ur as ExactBirthdayBanner,we as ExportToPdfButton,Tr as Form,yr as FormBuilder,kr as FormField,Or as FormFieldBuilder,Br as FormProvider,Ye as FullWidthAlert,v as FunnelChart,gs as IconPlayer,m as Image,Ue as LegalLink,Le as LinkButton,B as LoadingChartSection,Xe as MandatoryEnum,Ie as MaskedAndUnmaskedSSNSchema,b as MetricLastUpdated,Ds as MetricsProvider,jr as MonthlySignupsOverviewTable,Nr as NPIInput,Fr as NewOneClickForm,je as OTPInput,gr as OneClickForm,es as OneClickHealthBigNumbers,Zr as OneClickHealthOverTimeChart,os as OneClickHealthPercentageChart,zr as OneClickOverTimeChart,Qr as OneClickPercentageChart,Ar as OneClickPoweredByVerified,ts as OneClickVerificationBigNumbers,is as OneClickVerificationEventsOverTimeChart,ls as OneClickVerificationFunnelChart,ds as OneClickVerificationOutcomeOverTimeChart,ns as OneClickVerificationSuccessOverTimeChart,Ve as OriginalButton,r as PageHeader,s as PageSectionHeader,a as Paragraph,Cs as PersistentDialog,_e as PhoneInput,O as PieChart,wr as PoweredByVerified,qe as PrettyPhoneInput,Ee as PrivacyPolicyNotice,n as QRCodeDisplay,br as RadioOption,y as ReasonCodesChart,N as RequiredLabel,xr as ResendPhoneBanner,D as RiskScoreBarChart,P as RiskScorePieChart,Qe as SSNInput,be as SSNSchema,e as SectionHeader,ze as SelectInput,u as SeriesChart,C as SeriesChartLegend,h as SeriesPercentageChart,Jr as SignupBigNumbers,g as SimpleBarChart,F as SimpleLegend,Vr as SnackbarProvider,Xr as TTSBigNumbers,ys as TTSMagicButton,Ps as TTSMagicLegalLanguage,Os as TTSMagicQRCode,Kr as TTSOverTimeChart,Hr as TestPhoneNumbersBanner,Ae as TextButton,$e as TimezoneInput,R as Tunnel,o as Typography,de as USDateSchema,Rr as VerifiedImage,Lr as VerifiedIncLogo,i as When,M as WhenStyled,re as addressFormatter,Ka as alpha,ce as birthDateSchema,ea as black,ra as blue,Pe as businessEmailSchema,rs as calculateOneClickHealthMetrics,sa as colors,$a as contrastColor,Aa as countries,oa as dangerContrast,ta as darkBlue,ia as darkGreen,ma as darkGrey,na as darkGreyContrast,pa as darkRed,la as darkYellow,Xa as darken,ue as dateSchema,ss as defaultMetrics,Oe as descriptionSchema,De as emailSchema,Cr as extractChildrenFromCredentialFieldSet,pr as extractTypesFromSchema,Fe as fieldSchema,mr as filterRepeatedCredentials,sr as findCorrectSchemaProperty,nr as findCredentialsByType,va as formatDateMMDDYYYY,Ma as formatDateMMYY,Na as formatDateToTimestamp,Ra as formatExtendedDate,se as fromUSAddress,Ja as generateKeyFromString,Ze as getCredentialTypeDisplayInfo,tr as getCredentialValues,Ce as getDateSchemaWithPastValidation,ur as getLastPathName,cr as getParentPath,wa as getPhoneData,Va as getPhoneDataByFieldName,or as getReferencedSchemaNames,Za as getThemeFromPrimaryColor,ve as getUnixSchema,fa as green,da as grey,ca as greyContrast,hr as hasMandatoryFieldEmpty,ua as infoContrast,ir as isNewCredentialAgainstInstance,ar as isRequiredCredentialDisplayInfo,Sr as isSomeFieldInputAllowed,er as isValidInputCredential,ja as kebabCaseToPretty,Ca as lightBlue,ha as lightGreen,Sa as lightGrey,ga as lightGreyContrast,Ta as lightRed,ka as lightYellow,ae as lighten,rr as makeCredentialDisplayInfoList,pe as makeGoogleFontUrl,qr as mapMonthlySignupsOverviewTableData,as as mapOneClickHealthTimeSeriesData,_r as mapOneClickTimeSeriesData,ms as mapOneClickVerificationAreaSeriesData,fs as mapOneClickVerificationFunnelChartData,cs as mapOneClickVerificationOutcomeOverTimeChartData,ps as mapOneClickVerificationSuccessOverTimeChartData,Wr as mapSeriesTimeSeriesData,$r as mapTTSTimeSeriesData,Ha as masks,ee as mix,Me as npiSchema,Ya as omitProperties,oe as parseCountryCode,Ea as parseToPhoneNational,Be as phoneSchema,le as prepareNotification,ya as red,he as refineAge18Plus,Se as refineMinimumDate1900,ge as refineTimestamp,fe as resolveLogo,Ia as shadows,xa as sortByCountryName,lr as sortCredentialsBySchema,Ga as ssnFormatter,Wa as ssnRegex,Ne as stateSchema,Qa as stringToHashedColor,Oa as textDisabled,Ba as theme,_a as toCapitalize,Pr as toCreatePatchCredentials,Yr as toOption,qa as toSentenceCase,Dr as toShareCredentials,te as toUSaddress,ie as toUSaddressPretty,La as toUTCMilliseconds,fr as transformToFormObject,dr as transformToFormSchema,Gr as useBrandFilterInput,E as useCallbackRef,Ms as useColorMap,A as useCopyToClipboard,q as useCounter,X as useDebounceCallback,H as useDebounceValue,w as useDisclosure,Ir as useForm,V as useGoogleFont,_ as useIntersectionObserver,L as useLocalStorage,Fs as useMetrics,$ as useNavigatorOnline,aa as useNetworkType,j as useOnClickOutside,J as usePrevious,x as useQRCode,K as useResizeObserver,Y as useScript,U as useSearchParams,l as useSnackbar,Z as useStyledQRCode,vs as useTTSMagicLink,Bs as useTTSMagicQRCode,Is as useTTSMagicQRCodeOptions,bs as useTTSMagicText,G as useThrottle,W as useToggle,Q as useWindowScroll,z as useWindowSize,za as uuidToHashedColor,Te as validateAge18Plus,ke as validateMinimumDate1900,Ua as validatePhone,ye as validateTimestamp,Pa as warningContrast,Da as white,ba as wrapPromise,Fa as yellow,Re as zipCodeSchema};
@@ -0,0 +1 @@
1
+ import{evaluate as W,getSide as q,getSideAxis as H,getOppositePlacement as Z,getExpandedPlacements as _,getOppositeAxisPlacements as $,getAlignmentSides as G,getPaddingObject as J,rectToClientRect as z,getAlignment as I,getAlignmentAxis as K,clamp as M,getAxisLength as N,min as Q}from"../../utils/dist/floating-ui.utils.mjs";function U(s,l,f){let{reference:n,floating:r}=s;const e=H(l),i=K(l),a=N(i),m=q(l),d=e==="y",p=n.x+n.width/2-r.width/2,o=n.y+n.height/2-r.height/2,g=n[a]/2-r[a]/2;let t;switch(m){case"top":t={x:p,y:n.y-r.height};break;case"bottom":t={x:p,y:n.y+n.height};break;case"right":t={x:n.x+n.width,y:o};break;case"left":t={x:n.x-r.width,y:o};break;default:t={x:n.x,y:n.y}}switch(I(l)){case"start":t[i]-=g*(f&&d?-1:1);break;case"end":t[i]+=g*(f&&d?-1:1);break}return t}const ee=async(s,l,f)=>{const{placement:n="bottom",strategy:r="absolute",middleware:e=[],platform:i}=f,a=e.filter(Boolean),m=await(i.isRTL==null?void 0:i.isRTL(l));let d=await i.getElementRects({reference:s,floating:l,strategy:r}),{x:p,y:o}=U(d,n,m),g=n,t={},c=0;for(let u=0;u<a.length;u++){const{name:y,fn:O}=a[u],{x:b,y:w,data:v,reset:x}=await O({x:p,y:o,initialPlacement:n,placement:g,strategy:r,middlewareData:t,rects:d,platform:i,elements:{reference:s,floating:l}});p=b??p,o=w??o,t={...t,[y]:{...t[y],...v}},x&&c<=50&&(c++,typeof x=="object"&&(x.placement&&(g=x.placement),x.rects&&(d=x.rects===!0?await i.getElementRects({reference:s,floating:l,strategy:r}):x.rects),{x:p,y:o}=U(d,g,m)),u=-1)}return{x:p,y:o,placement:g,strategy:r,middlewareData:t}};async function X(s,l){var f;l===void 0&&(l={});const{x:n,y:r,platform:e,rects:i,elements:a,strategy:m}=s,{boundary:d="clippingAncestors",rootBoundary:p="viewport",elementContext:o="floating",altBoundary:g=!1,padding:t=0}=W(l,s),c=J(t),u=a[g?o==="floating"?"reference":"floating":o],y=z(await e.getClippingRect({element:(f=await(e.isElement==null?void 0:e.isElement(u)))==null||f?u:u.contextElement||await(e.getDocumentElement==null?void 0:e.getDocumentElement(a.floating)),boundary:d,rootBoundary:p,strategy:m})),O=o==="floating"?{x:n,y:r,width:i.floating.width,height:i.floating.height}:i.reference,b=await(e.getOffsetParent==null?void 0:e.getOffsetParent(a.floating)),w=await(e.isElement==null?void 0:e.isElement(b))?await(e.getScale==null?void 0:e.getScale(b))||{x:1,y:1}:{x:1,y:1},v=z(e.convertOffsetParentRelativeRectToViewportRelativeRect?await e.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:O,offsetParent:b,strategy:m}):O);return{top:(y.top-v.top+c.top)/w.y,bottom:(v.bottom-y.bottom+c.bottom)/w.y,left:(y.left-v.left+c.left)/w.x,right:(v.right-y.right+c.right)/w.x}}const te=s=>({name:"arrow",options:s,async fn(l){const{x:f,y:n,placement:r,rects:e,platform:i,elements:a,middlewareData:m}=l,{element:d,padding:p=0}=W(s,l)||{};if(d==null)return{};const o=J(p),g={x:f,y:n},t=K(r),c=N(t),u=await i.getDimensions(d),y=t==="y",O=y?"top":"left",b=y?"bottom":"right",w=y?"clientHeight":"clientWidth",v=e.reference[c]+e.reference[t]-g[t]-e.floating[c],x=g[t]-e.reference[t],B=await(i.getOffsetParent==null?void 0:i.getOffsetParent(d));let T=B?B[w]:0;(!T||!await(i.isElement==null?void 0:i.isElement(B)))&&(T=a.floating[w]||e.floating[c]);const F=v/2-x/2,L=T/2-u[c]/2-1,P=Q(o[O],L),V=Q(o[b],L),S=P,j=T-u[c]-V,A=T/2-u[c]/2+F,h=M(S,A,j),C=!m.arrow&&I(r)!=null&&A!==h&&e.reference[c]/2-(A<S?P:V)-u[c]/2<0,E=C?A<S?A-S:A-j:0;return{[t]:g[t]+E,data:{[t]:h,centerOffset:A-h-E,...C&&{alignmentOffset:E}},reset:C}}}),ne=function(s){return s===void 0&&(s={}),{name:"flip",options:s,async fn(l){var f,n;const{placement:r,middlewareData:e,rects:i,initialPlacement:a,platform:m,elements:d}=l,{mainAxis:p=!0,crossAxis:o=!0,fallbackPlacements:g,fallbackStrategy:t="bestFit",fallbackAxisSideDirection:c="none",flipAlignment:u=!0,...y}=W(s,l);if((f=e.arrow)!=null&&f.alignmentOffset)return{};const O=q(r),b=H(a),w=q(a)===a,v=await(m.isRTL==null?void 0:m.isRTL(d.floating)),x=g||(w||!u?[Z(a)]:_(a)),B=c!=="none";!g&&B&&x.push(...$(a,u,c,v));const T=[a,...x],F=await X(l,y),L=[];let P=((n=e.flip)==null?void 0:n.overflows)||[];if(p&&L.push(F[O]),o){const h=G(r,i,v);L.push(F[h[0]],F[h[1]])}if(P=[...P,{placement:r,overflows:L}],!L.every(h=>h<=0)){var V,S;const h=(((V=e.flip)==null?void 0:V.index)||0)+1,C=T[h];if(C){var j;const k=o==="alignment"?b!==H(C):!1,R=((j=P[0])==null?void 0:j.overflows[0])>0;if(!k||R)return{data:{index:h,overflows:P},reset:{placement:C}}}let E=(S=P.filter(k=>k.overflows[0]<=0).sort((k,R)=>k.overflows[1]-R.overflows[1])[0])==null?void 0:S.placement;if(!E)switch(t){case"bestFit":{var A;const k=(A=P.filter(R=>{if(B){const D=H(R.placement);return D===b||D==="y"}return!0}).map(R=>[R.placement,R.overflows.filter(D=>D>0).reduce((D,Y)=>D+Y,0)]).sort((R,D)=>R[1]-D[1])[0])==null?void 0:A[0];k&&(E=k);break}case"initialPlacement":E=a;break}if(r!==E)return{reset:{placement:E}}}return{}}}};async function ae(s,l){const{placement:f,platform:n,elements:r}=s,e=await(n.isRTL==null?void 0:n.isRTL(r.floating)),i=q(f),a=I(f),m=H(f)==="y",d=["left","top"].includes(i)?-1:1,p=e&&m?-1:1,o=W(l,s);let{mainAxis:g,crossAxis:t,alignmentAxis:c}=typeof o=="number"?{mainAxis:o,crossAxis:0,alignmentAxis:null}:{mainAxis:o.mainAxis||0,crossAxis:o.crossAxis||0,alignmentAxis:o.alignmentAxis};return a&&typeof c=="number"&&(t=a==="end"?c*-1:c),m?{x:t*p,y:g*d}:{x:g*d,y:t*p}}const ie=function(s){return s===void 0&&(s=0),{name:"offset",options:s,async fn(l){var f,n;const{x:r,y:e,placement:i,middlewareData:a}=l,m=await ae(l,s);return i===((f=a.offset)==null?void 0:f.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:r+m.x,y:e+m.y,data:{...m,placement:i}}}}};export{te as arrow,ee as computePosition,X as detectOverflow,ne as flip,ie as offset,z as rectToClientRect};