@saasquatch/mint-components 2.0.0-9 → 2.0.1

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 (286) hide show
  1. package/dist/cjs/{ShadowViewAddon-016bebfd.js → ShadowViewAddon-1b38dcfc.js} +12 -8
  2. package/dist/cjs/{copy-text-view-51c8ee5d.js → copy-text-view-322436c2.js} +2 -8
  3. package/dist/cjs/{usePayoutStatus-fe32dd1a.js → data-16106637.js} +142 -0
  4. package/dist/cjs/{extractProps-fd93ba62.js → extractProps-e9c55ba8.js} +14 -0
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/mint-components.cjs.js +1 -1
  7. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +79 -42
  8. package/dist/cjs/{sqm-base-registration-form-view-8847804c.js → sqm-base-registration-form-view-69a4b615.js} +10 -4
  9. package/dist/cjs/{sqm-big-stat_46.cjs.entry.js → sqm-big-stat_47.cjs.entry.js} +1322 -24
  10. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-context-router.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -2
  14. package/dist/cjs/sqm-form-message.cjs.entry.js +9 -5
  15. package/dist/cjs/sqm-invoice-table-data-cell_5.cjs.entry.js +1 -1
  16. package/dist/cjs/sqm-lead-checkbox-field.cjs.entry.js +1 -1
  17. package/dist/cjs/sqm-lead-input-field.cjs.entry.js +1 -1
  18. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +1 -1
  20. package/dist/cjs/sqm-pagination_3.cjs.entry.js +2 -2
  21. package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
  22. package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
  23. package/dist/cjs/{sqm-portal-container-view-ca86b9e5.js → sqm-portal-container-view-07e4343f.js} +1 -1
  24. package/dist/cjs/sqm-portal-google-login.cjs.entry.js +2 -2
  25. package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +27 -19
  26. package/dist/cjs/sqm-portal-profile.cjs.entry.js +1 -1
  27. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
  28. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
  29. package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
  30. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
  31. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +2 -3
  32. package/dist/cjs/sqm-stencilbook.cjs.entry.js +38 -19
  33. package/dist/cjs/sqm-tabs.cjs.entry.js +1 -4
  34. package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +3 -2
  35. package/dist/cjs/sqm-widget-verification.cjs.entry.js +3 -4
  36. package/dist/cjs/{usePortalLogin-353f776a.js → usePortalLogin-1c022d8d.js} +1 -1
  37. package/dist/cjs/{utils-0d3ac0fb.js → utils-6847bc06.js} +0 -4
  38. package/dist/collection/components/sqm-base-registration/BaseRegistrationForm.stories.js +2 -2
  39. package/dist/collection/components/sqm-base-registration/sqm-base-registration-form-view.js +10 -4
  40. package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +0 -2
  41. package/dist/collection/components/sqm-big-stat/useBigStat.js +7 -1
  42. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +1 -1
  43. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +1 -1
  44. package/dist/collection/components/sqm-form-message/FormMessage.stories.js +14 -0
  45. package/dist/collection/components/sqm-form-message/sqm-form-message.css +7 -0
  46. package/dist/collection/components/sqm-form-message/sqm-form-message.js +26 -4
  47. package/dist/collection/components/sqm-hero/sqm-hero.js +4 -4
  48. package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +2 -2
  49. package/dist/collection/components/sqm-input-field/sqm-input-field.js +1 -1
  50. package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +1 -1
  51. package/dist/collection/components/sqm-name-fields/NameFields.stories.js +2 -0
  52. package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +2 -2
  53. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +31 -1
  54. package/dist/collection/components/sqm-name-fields/useNameFields.js +1 -0
  55. package/dist/collection/components/sqm-password-field/sqm-password-field.js +2 -2
  56. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
  57. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -1
  58. package/dist/collection/components/sqm-portal-forgot-password/PortalForgotPassword.stories.js +1 -0
  59. package/dist/collection/components/sqm-portal-google-registration-form/PortalGoogleRegistrationForm.stories.js +1 -0
  60. package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +10 -7
  61. package/dist/collection/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.js +23 -13
  62. package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +2 -2
  63. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +2 -3
  64. package/dist/collection/components/sqm-share-link/sqm-share-link.js +0 -1
  65. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +0 -1
  66. package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +0 -3
  67. package/dist/collection/components/sqm-task-card/sqm-task-card.js +2 -2
  68. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
  69. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +10 -4
  70. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +6 -10
  71. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +8 -32
  72. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +2 -3
  73. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +67 -26
  74. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +0 -1
  75. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -4
  76. package/dist/collection/components/views/copy-text-view.js +2 -8
  77. package/dist/collection/utils/utils.js +0 -1
  78. package/dist/esm/{ShadowViewAddon-4cde160a.js → ShadowViewAddon-1adaf077.js} +12 -8
  79. package/dist/esm/{copy-text-view-83b09456.js → copy-text-view-fac47254.js} +2 -8
  80. package/dist/esm/{usePayoutStatus-42cc6a2c.js → data-acdb790f.js} +128 -1
  81. package/dist/esm/{extractProps-ae1afbb3.js → extractProps-54064fb0.js} +14 -1
  82. package/dist/esm/loader.js +1 -1
  83. package/dist/esm/mint-components.js +1 -1
  84. package/dist/esm/sqm-banking-info-form_10.entry.js +72 -35
  85. package/dist/esm/{sqm-base-registration-form-view-193f1721.js → sqm-base-registration-form-view-9e97d8b4.js} +10 -4
  86. package/dist/esm/{sqm-big-stat_46.entry.js → sqm-big-stat_47.entry.js} +1320 -23
  87. package/dist/esm/sqm-code-verification.entry.js +1 -1
  88. package/dist/esm/sqm-context-router.entry.js +1 -1
  89. package/dist/esm/sqm-email-verification.entry.js +1 -1
  90. package/dist/esm/sqm-empty_4.entry.js +2 -2
  91. package/dist/esm/sqm-form-message.entry.js +9 -5
  92. package/dist/esm/sqm-invoice-table-data-cell_5.entry.js +1 -1
  93. package/dist/esm/sqm-lead-checkbox-field.entry.js +1 -1
  94. package/dist/esm/sqm-lead-input-field.entry.js +1 -1
  95. package/dist/esm/sqm-logout-current-user.entry.js +1 -1
  96. package/dist/esm/sqm-navigation-sidebar-item.entry.js +1 -1
  97. package/dist/esm/sqm-pagination_3.entry.js +2 -2
  98. package/dist/esm/sqm-password-field.entry.js +1 -1
  99. package/dist/esm/sqm-popup-container.entry.js +1 -1
  100. package/dist/esm/{sqm-portal-container-view-16309b22.js → sqm-portal-container-view-176e92e3.js} +1 -1
  101. package/dist/esm/sqm-portal-google-login.entry.js +2 -2
  102. package/dist/esm/sqm-portal-google-registration-form.entry.js +27 -19
  103. package/dist/esm/sqm-portal-profile.entry.js +1 -1
  104. package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
  105. package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
  106. package/dist/esm/sqm-qr-code.entry.js +1 -1
  107. package/dist/esm/sqm-referral-table_11.entry.js +1 -1
  108. package/dist/esm/sqm-rewards-table_9.entry.js +2 -3
  109. package/dist/esm/sqm-stencilbook.entry.js +38 -19
  110. package/dist/esm/sqm-tabs.entry.js +1 -4
  111. package/dist/esm/sqm-widget-verification-controller.entry.js +3 -2
  112. package/dist/esm/sqm-widget-verification.entry.js +2 -3
  113. package/dist/esm/{usePortalLogin-95814943.js → usePortalLogin-f95bbc67.js} +1 -1
  114. package/dist/esm/{utils-84b4b092.js → utils-334c1e34.js} +0 -4
  115. package/dist/esm-es5/{ShadowViewAddon-4cde160a.js → ShadowViewAddon-1adaf077.js} +1 -1
  116. package/dist/esm-es5/data-acdb790f.js +6 -0
  117. package/dist/esm-es5/extractProps-54064fb0.js +1 -0
  118. package/dist/esm-es5/loader.js +1 -1
  119. package/dist/esm-es5/mint-components.js +1 -1
  120. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  121. package/dist/esm-es5/sqm-base-registration-form-view-9e97d8b4.js +1 -0
  122. package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -0
  123. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  124. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  125. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  126. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  127. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  128. package/dist/esm-es5/sqm-invoice-table-data-cell_5.entry.js +1 -1
  129. package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
  130. package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
  131. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  132. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  133. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  134. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  135. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-container-view-16309b22.js → sqm-portal-container-view-176e92e3.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
  138. package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  140. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  141. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  142. package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
  143. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  144. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  145. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  146. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  147. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
  148. package/dist/esm-es5/{usePortalLogin-95814943.js → usePortalLogin-f95bbc67.js} +1 -1
  149. package/dist/esm-es5/utils-334c1e34.js +1 -0
  150. package/dist/mint-components/mint-components.esm.js +1 -1
  151. package/dist/mint-components/{p-ab79297a.entry.js → p-010957a1.entry.js} +6 -6
  152. package/dist/mint-components/p-0797a946.js +1 -0
  153. package/dist/mint-components/{p-0ea4d6a1.system.entry.js → p-0b9b1b36.system.entry.js} +1 -1
  154. package/dist/mint-components/{p-4ffc5bce.js → p-0e1a1b14.js} +4 -4
  155. package/dist/mint-components/{p-7bae9bb7.system.entry.js → p-14e813a7.system.entry.js} +1 -1
  156. package/dist/mint-components/{p-9fed62f8.system.entry.js → p-18720462.system.entry.js} +1 -1
  157. package/dist/mint-components/{p-c6fa4cc5.system.js → p-20c40fdf.system.js} +1 -1
  158. package/dist/mint-components/{p-eba70d67.system.entry.js → p-2700136f.system.entry.js} +1 -1
  159. package/dist/mint-components/{p-67aa0b2d.entry.js → p-30278955.entry.js} +1 -1
  160. package/dist/mint-components/{p-e110688b.entry.js → p-31bba357.entry.js} +2 -2
  161. package/dist/mint-components/{p-2ff72acc.entry.js → p-3b46fae5.entry.js} +2 -2
  162. package/dist/mint-components/{p-e711d0e9.js → p-44fc6029.js} +1 -1
  163. package/dist/mint-components/p-469a6450.system.js +6 -0
  164. package/dist/mint-components/p-478ad7c8.system.entry.js +1 -0
  165. package/dist/mint-components/{p-7b8cd420.system.entry.js → p-4ce51b1c.system.entry.js} +1 -1
  166. package/dist/mint-components/p-51a6a779.js +1 -0
  167. package/dist/mint-components/{p-cb845a3a.system.entry.js → p-56009bf0.system.entry.js} +1 -1
  168. package/dist/mint-components/{p-c86f64ad.system.entry.js → p-5b7a896e.system.entry.js} +1 -1
  169. package/dist/mint-components/{p-0caad0db.entry.js → p-5d059c95.entry.js} +1 -1
  170. package/dist/mint-components/{p-f370bddc.entry.js → p-60c14cec.entry.js} +1 -1
  171. package/dist/mint-components/p-6333265f.system.js +1 -0
  172. package/dist/mint-components/{p-6b0f79d1.system.entry.js → p-6445e926.system.entry.js} +1 -1
  173. package/dist/mint-components/p-662ed116.system.entry.js +1 -0
  174. package/dist/mint-components/{p-a9ad7fb2.system.entry.js → p-674d9089.system.entry.js} +1 -1
  175. package/dist/mint-components/{p-29f0c87d.entry.js → p-6a0ddee0.entry.js} +1 -1
  176. package/dist/mint-components/p-6c006998.entry.js +33 -0
  177. package/dist/mint-components/{p-b1eafaae.entry.js → p-6d9ce4e5.entry.js} +1 -1
  178. package/dist/mint-components/{p-b703c89f.system.entry.js → p-717b6730.system.entry.js} +1 -1
  179. package/dist/mint-components/p-720341b1.entry.js +273 -0
  180. package/dist/mint-components/{p-b55002dc.system.entry.js → p-72b914b9.system.entry.js} +1 -1
  181. package/dist/mint-components/{p-433e7458.entry.js → p-7e323f2c.entry.js} +1 -1
  182. package/dist/mint-components/p-80569911.system.js +1 -0
  183. package/dist/mint-components/{p-c531cc75.entry.js → p-85029918.entry.js} +1 -1
  184. package/dist/mint-components/{p-ab018deb.entry.js → p-8931d05e.entry.js} +2 -2
  185. package/dist/mint-components/{p-b487cb00.system.entry.js → p-8afb47c5.system.entry.js} +1 -1
  186. package/dist/mint-components/{p-cf22cf56.entry.js → p-8b5b2acc.entry.js} +1 -1
  187. package/dist/mint-components/{p-1fa9ef02.js → p-9580aac3.js} +1 -1
  188. package/dist/mint-components/p-95b6e903.entry.js +1 -0
  189. package/dist/mint-components/p-967a9040.system.js +1 -1
  190. package/dist/mint-components/p-9ba07029.system.entry.js +1 -0
  191. package/dist/mint-components/{p-6dc742bc.js → p-9ec99ced.js} +1 -1
  192. package/dist/mint-components/{p-c62b277d.system.js → p-9f8d34d1.system.js} +1 -1
  193. package/dist/mint-components/{p-4250b06d.entry.js → p-a217cc8d.entry.js} +1 -1
  194. package/dist/mint-components/{p-4c9d80e4.entry.js → p-a32afaaa.entry.js} +1 -1
  195. package/dist/mint-components/{p-61157c6a.entry.js → p-a5c63310.entry.js} +1 -1
  196. package/dist/mint-components/p-a6f4fb03.system.js +1 -0
  197. package/dist/mint-components/{p-1c6ef258.system.entry.js → p-ac86903a.system.entry.js} +1 -1
  198. package/dist/mint-components/p-ac9138fd.entry.js +1 -0
  199. package/dist/mint-components/{p-3bf5cd51.entry.js → p-aefaec37.entry.js} +1 -1
  200. package/dist/mint-components/{p-bfd77a07.entry.js → p-b00e8365.entry.js} +1 -1
  201. package/dist/mint-components/{p-66cf70f7.system.entry.js → p-b3510ca0.system.entry.js} +1 -1
  202. package/dist/mint-components/{p-06f13966.system.entry.js → p-bec87ac9.system.entry.js} +1 -1
  203. package/dist/mint-components/{p-f7c0877d.entry.js → p-c95a437e.entry.js} +1 -1
  204. package/dist/mint-components/p-d2bb770d.system.entry.js +1 -0
  205. package/dist/mint-components/{p-d4edce6c.system.entry.js → p-d3120982.system.entry.js} +1 -1
  206. package/dist/mint-components/p-d69c0a32.system.entry.js +1 -0
  207. package/dist/mint-components/{p-cf4e1709.entry.js → p-d9780ae9.entry.js} +1 -1
  208. package/dist/mint-components/{p-978d06ab.entry.js → p-e1422b78.entry.js} +1 -1
  209. package/dist/mint-components/p-e1e7d01c.js +157 -0
  210. package/dist/mint-components/{p-84d1041d.system.entry.js → p-e3b4e06a.system.entry.js} +1 -1
  211. package/dist/mint-components/p-e55aafe9.system.js +1 -0
  212. package/dist/mint-components/{p-0d21194c.entry.js → p-ea0bc627.entry.js} +1 -1
  213. package/dist/mint-components/{p-dd30354a.system.entry.js → p-f3613921.system.entry.js} +1 -1
  214. package/dist/mint-components/{p-55eaba8e.system.entry.js → p-f3c2074b.system.entry.js} +1 -1
  215. package/dist/mint-components/{p-2623b232.system.entry.js → p-f401ef19.system.entry.js} +1 -1
  216. package/dist/mint-components/{p-c065057d.entry.js → p-f7e49c12.entry.js} +2 -2
  217. package/dist/mint-components/p-fedb9ab8.system.entry.js +1 -0
  218. package/dist/types/components/sqm-base-registration/sqm-base-registration-form-view.d.ts +3 -1
  219. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
  220. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +1 -1
  221. package/dist/types/components/sqm-form-message/FormMessage.stories.d.ts +4 -0
  222. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +4 -0
  223. package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
  224. package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +2 -2
  225. package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +1 -1
  226. package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +1 -1
  227. package/dist/types/components/sqm-name-fields/sqm-name-fields-view.d.ts +1 -0
  228. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +5 -0
  229. package/dist/types/components/sqm-name-fields/useNameFields.d.ts +1 -0
  230. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +1 -1
  231. package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
  232. package/dist/types/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.d.ts +5 -0
  233. package/dist/types/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.d.ts +2 -1
  234. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
  235. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +1 -1
  236. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +5 -2
  237. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
  238. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +4 -10
  239. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +1 -2
  240. package/dist/types/components.d.ts +40 -32
  241. package/docs/docs.docx +0 -0
  242. package/docs/raisins.json +1 -1
  243. package/grapesjs/grapesjs.js +1 -1
  244. package/package.json +2 -2
  245. package/dist/cjs/data-88adb95b.js +0 -146
  246. package/dist/cjs/parseStates-d1effc19.js +0 -16
  247. package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +0 -1313
  248. package/dist/esm/data-807686c2.js +0 -130
  249. package/dist/esm/parseStates-ed75e224.js +0 -14
  250. package/dist/esm/sqm-tax-and-cash.entry.js +0 -1309
  251. package/dist/esm-es5/data-807686c2.js +0 -1
  252. package/dist/esm-es5/extractProps-ae1afbb3.js +0 -1
  253. package/dist/esm-es5/parseStates-ed75e224.js +0 -1
  254. package/dist/esm-es5/sqm-base-registration-form-view-193f1721.js +0 -1
  255. package/dist/esm-es5/sqm-big-stat_46.entry.js +0 -1
  256. package/dist/esm-es5/sqm-tax-and-cash.entry.js +0 -1
  257. package/dist/esm-es5/usePayoutStatus-42cc6a2c.js +0 -6
  258. package/dist/esm-es5/utils-84b4b092.js +0 -1
  259. package/dist/mint-components/p-115dfc03.system.js +0 -1
  260. package/dist/mint-components/p-13f3a647.js +0 -1
  261. package/dist/mint-components/p-26468242.js +0 -1
  262. package/dist/mint-components/p-38263521.entry.js +0 -273
  263. package/dist/mint-components/p-3d713973.system.entry.js +0 -1
  264. package/dist/mint-components/p-3ea29bac.system.entry.js +0 -1
  265. package/dist/mint-components/p-402984b3.system.entry.js +0 -1
  266. package/dist/mint-components/p-4306a11d.entry.js +0 -33
  267. package/dist/mint-components/p-43d9c1c5.system.entry.js +0 -1
  268. package/dist/mint-components/p-4b9976cc.system.js +0 -1
  269. package/dist/mint-components/p-60f1cca2.system.js +0 -1
  270. package/dist/mint-components/p-69d8b4f2.system.entry.js +0 -1
  271. package/dist/mint-components/p-7837f69e.js +0 -46
  272. package/dist/mint-components/p-7b8232f8.system.js +0 -6
  273. package/dist/mint-components/p-8c3c4e92.js +0 -112
  274. package/dist/mint-components/p-916a2045.system.entry.js +0 -1
  275. package/dist/mint-components/p-92bed2ad.system.js +0 -1
  276. package/dist/mint-components/p-a44a912b.entry.js +0 -1
  277. package/dist/mint-components/p-a597b136.entry.js +0 -1
  278. package/dist/mint-components/p-a8645c1b.system.js +0 -1
  279. package/dist/mint-components/p-be88596c.system.js +0 -1
  280. package/dist/mint-components/p-ddf3c05e.js +0 -1
  281. package/dist/mint-components/p-ea063d99.entry.js +0 -1
  282. package/dist/mint-components/p-ecc84140.system.entry.js +0 -1
  283. package/shoelace/assets/icons/twitter-x.svg +0 -4
  284. /package/dist/esm-es5/{copy-text-view-83b09456.js → copy-text-view-fac47254.js} +0 -0
  285. /package/dist/mint-components/{p-45c3ff6d.js → p-4a0a76a5.js} +0 -0
  286. /package/dist/mint-components/{p-c210374a.system.js → p-ce81839d.system.js} +0 -0
@@ -0,0 +1 @@
1
+ function t(t){if("string"==typeof t)try{return JSON.parse(t)}catch(t){return}if("object"==typeof t)return t}function r(t,r){return Object.keys(t).filter((t=>t.startsWith(r))).reduce(((e,n)=>({...e,[n.replace(r,"")]:t[n]})),{})}export{r as e,t as p}
@@ -1 +1 @@
1
- var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var i,e=1,s=arguments.length;e<s;e++){i=arguments[e];for(var r in i)if(Object.prototype.hasOwnProperty.call(i,r))t[r]=i[r]}return t};return __assign.apply(this,arguments)};System.register(["./p-59b028db.system.js","./p-4f5329a2.system.js","./p-171310d9.system.js","./p-4bd679a7.system.js","./p-60f1cca2.system.js","./p-1a673057.system.js","./p-8a6494c7.system.js","./p-6c82d60c.system.js"],(function(t){"use strict";var i,e,s,r,n,a,o,l,u,c,d;return{setters:[function(t){i=t.h;e=t.r},function(t){s=t.i;r=t.k;n=t.n},function(t){a=t.i},function(t){o=t.c},function(t){l=t.g},function(t){u=t.c},function(t){c=t.E},function(t){d=t.R}],execute:function(){var p={error:{length:"Length should be a valid positive number",password:"Password should be a valid string"},regex:{digits:"(\\d.*)",letters:"([a-zA-Z].*)",symbols:"([`~\\!@#\\$%\\^\\&\\*\\(\\)\\-_\\=\\+\\[\\{\\}\\]\\\\|;:\\'\",<.>\\/\\?€£¥₹§±].*)",spaces:"([\\s].*)"}};var v=p.regex;function h(t,i){if(i&&i>1){var e=parseInt(i,10);return new RegExp(t+"{"+e+",}").test(this.password)===this.positive}return new RegExp(t).test(this.password)===this.positive}var f={not:function t(i){this.positive=false;if(i){return h.call(this,i)}return true},has:function t(i){this.positive=true;if(i){return h.call(this,i)}return true},is:function t(){this.positive=true;return true},min:function t(i){return this.password.length>=i},max:function t(i){return this.password.length<=i},digits:function t(i){return h.call(this,v.digits,i)},letters:function t(i){return h.call(this,v.letters,i)},uppercase:function t(i){if(i&&i>1){var e=0;var s=0;while(s<i&&e<this.password.length){var r=this.password.charAt(e);if(r!==r.toLowerCase()){s++}e++}return s===i===this.positive}return this.password!==this.password.toLowerCase()===this.positive},lowercase:function t(i){if(i&&i>1){var e=0;var s=0;while(s<i&&e<this.password.length){var r=this.password.charAt(e);if(r!==r.toUpperCase()){s++}e++}return s===i===this.positive}return this.password!==this.password.toUpperCase()===this.positive},symbols:function t(i){return h.call(this,v.symbols,i)},spaces:function t(i){return h.call(this,v.spaces,i)},oneOf:function t(i){return i.indexOf(this.password)>=0===this.positive}};var m=p.error;function g(t){var i=Number(t);if(isNaN(i)||!Number.isInteger(i)||i<1){throw new Error(m.length)}}function w(t){return f[t.method].apply(this,t.arguments)}function y(t,i){this.properties.push({method:t,arguments:i});return this}var b=function(){function t(){this.properties=[]}t.prototype.validate=function(t,i){var e=this;this.list=Boolean(i&&i.list);this.password=String(t);this.positive=true;if(this.list){return this.properties.reduce((function(t,i){if(!w.call(e,i)){return t.concat(i.method)}return t}),[])}return this.properties.every(w.bind(this))};t.prototype.letters=function(t){t&&g(t);return y.call(this,"letters",arguments)};t.prototype.digits=function(t){t&&g(t);return y.call(this,"digits",arguments)};t.prototype.symbols=function(t){t&&g(t);return y.call(this,"symbols",arguments)};t.prototype.min=function(t){g(t);return y.call(this,"min",arguments)};t.prototype.max=function(t){g(t);return y.call(this,"max",arguments)};t.prototype.lowercase=function(t){t&&g(t);return y.call(this,"lowercase",arguments)};t.prototype.uppercase=function(t){t&&g(t);return y.call(this,"uppercase",arguments)};t.prototype.spaces=function(t){t&&g(t);return y.call(this,"spaces",arguments)};t.prototype.has=function(){return y.call(this,"has",arguments)};t.prototype.not=function(){return y.call(this,"not",arguments)};t.prototype.is=function(){return y.call(this,"is",arguments)};t.prototype.oneOf=function(){return y.call(this,"oneOf",arguments)};return t}();var x=b;var L=(new x).is().min(8).has().uppercase().has().lowercase().has(/([\d`~\!@#\$%\^\&\*\(\)\-_\=\+\[\{\}\]\\\|;:'",<.>\/\?€£¥₹§±].*){1,}/);var V=function(t,i){var e=L.validate(t,{list:true});var s=j(e,t,i);return s};var C=function(){return i("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},i("path",{d:"M6 0C2.688 0 0 2.688 0 6C0 9.312 2.688 12 6 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 6 0ZM4.8 9L1.8 6L2.646 5.154L4.8 7.302L9.354 2.748L10.2 3.6L4.8 9Z",fill:"#259053"}))};var _=function(){return i("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i("path",{d:"M6 0C2.688 0 0 2.688 0 6C0 9.312 2.688 12 6 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 6 0ZM6 10.8C3.354 10.8 1.2 8.646 1.2 6C1.2 3.354 3.354 1.2 6 1.2C8.646 1.2 10.8 3.354 10.8 6C10.8 8.646 8.646 10.8 6 10.8ZM8.754 3.348L4.8 7.302L3.246 5.754L2.4 6.6L4.8 9L9.6 4.2L8.754 3.348Z",fill:"#555555"}))};var E={display:"flex",alignItems:"center",fontSize:"var(--sl-font-size-small)","& > :not(:last-child)":{"margin-right":"var(--sl-spacing-x-small)"}};var S={Base:{fontSize:"var(--sl-font-size-small)"},ValidationList:{"list-style-type":"none",paddingRight:"var(--sl-spacing-large)",margin:"var(--sl-spacing-small) 0 var(--sl-spacing-x-large)","& > :not(:last-child)":{"margin-bottom":"var(--sl-spacing-xx-small)"},"& *":{"line-height":"var(--sl-line-height-dense)"}},ValidationItemValid:__assign(__assign({},E),{color:"var(--sl-color-success-600)"}),ValidationItemInvalid:__assign({},E)};var I=u(S);var T=I.toString();var j=function(t,e,s){var r={min:s.minErrorText,uppercase:s.uppercaseErrorText,lowercase:s.lowercaseErrorText,has:s.hasErrorText};if(!t.length&&e)return i("div",{class:I.classes.ValidationItemValid,style:{paddingBottom:"var(--sl-spacing-x-large)"}},i("style",{type:"text/css"},T),i(C,null)," ",i("span",null,s.meetsRequirementsText));return i("div",{class:I.classes.Base},i("style",{type:"text/css"},T),s.doesNotMeetRequirementsText,i("ul",{class:I.classes.ValidationList},Object.keys(r).map((function(e){return t.includes(e)?i("li",{class:I.classes.ValidationItemInvalid},i(_,null)," ",i("span",null,r[e])):i("li",{class:I.classes.ValidationItemValid},i(C,null)," ",i("span",null,r[e]))}))))};var k={InputContainer:{"& > :not(:last-child)":{"margin-bottom":"20px"}},ErrorStyle:c};var q="\n:host {\n margin: 0 auto;\n width: 100%;\n display: block;\n}\n:host([hidden]): {\n display: none;\n}\n";var D=u(k);var F=D.toString();function O(t){var e,s,r,n,a,o,l,u,c,d;var p=t.states,v=t.callbacks;return i("div",{class:D.classes.InputContainer,part:"sqm-base"},i("style",{type:"text/css"},q,F),i("sl-input",Object.assign({exportparts:"label: input-label, base: input-base",type:"password",name:"/password",label:p.content.fieldLabel||"Password",required:true,disabled:((e=p.registrationFormState)===null||e===void 0?void 0:e.loading)||((s=p.registrationFormState)===null||s===void 0?void 0:s.disabled),validationError:function(t){var i=t.value;if(!i){return"Cannot be empty"}}},((n=(r=p.registrationFormState)===null||r===void 0?void 0:r.initialData)===null||n===void 0?void 0:n.password)?{value:(o=(a=p.registrationFormState)===null||a===void 0?void 0:a.initialData)===null||o===void 0?void 0:o.password}:{},((u=(l=p.registrationFormState)===null||l===void 0?void 0:l.validationErrors)===null||u===void 0?void 0:u.password)?{class:D.classes.ErrorStyle,helpText:((d=(c=p.registrationFormState)===null||c===void 0?void 0:c.validationErrors)===null||d===void 0?void 0:d.password)||"Cannot be empty"}:[],{onInput:function(t){return p.enableValidation&&v.onInput(t)}})),p.dynamicValidation)}function M(t){var i=s(d);var e=r(""),n=e[0],a=e[1];function o(i){var e=V(i.target.value,t);a(e)}return{states:{enableValidation:!t.disableValidation,dynamicValidation:n,registrationFormState:i,content:{fieldLabel:t.fieldLabel}},callbacks:{onInput:o}}}var R=t("sqm_password_field",function(){function t(t){e(this,t);this.ignored=true;this.fieldLabel="Password";this.disableValidation=false;this.meetsRequirementsText="Password has met all requirements";this.doesNotMeetRequirementsText="Password must meet the following requirements:";this.minErrorText="be a minimum of 8 characters";this.uppercaseErrorText="contain at least 1 uppercase character";this.lowercaseErrorText="contain at least 1 lowercase character";this.hasErrorText="contain at least 1 number or symbol";n(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=a()?B(l(this)):M(l(this)),e=t.states,s=t.callbacks;return i(O,{states:e,callbacks:s})};return t}());function B(t){var i,e,s,n,a,l,u;var c=r(""),d=c[0],p=c[1];var v=r(""),h=v[0],f=v[1];if(t.demoData&&h!=((i=t===null||t===void 0?void 0:t.demoData)===null||i===void 0?void 0:i.initValue)){var m=V(((e=t===null||t===void 0?void 0:t.demoData)===null||e===void 0?void 0:e.initValue)||"",t);p(((s=t===null||t===void 0?void 0:t.demoData)===null||s===void 0?void 0:s.initValue)===""?"":m);f((n=t===null||t===void 0?void 0:t.demoData)===null||n===void 0?void 0:n.initValue)}function g(i){var e=V(i.target.value,t);p(e)}return o({states:{enableValidation:!t.disableValidation,dynamicValidation:d,registrationFormState:((l=(a=t===null||t===void 0?void 0:t.demoData)===null||a===void 0?void 0:a.states)===null||l===void 0?void 0:l.registrationFormState)||{},content:{fieldLabel:t.fieldLabel}},callbacks:{onInput:g}},((u=t===null||t===void 0?void 0:t.demoData)===null||u===void 0?void 0:u.states)||{},{arrayMerge:function(t,i){return i}})}}}}));
1
+ var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var i,e=1,s=arguments.length;e<s;e++){i=arguments[e];for(var r in i)if(Object.prototype.hasOwnProperty.call(i,r))t[r]=i[r]}return t};return __assign.apply(this,arguments)};System.register(["./p-59b028db.system.js","./p-4f5329a2.system.js","./p-171310d9.system.js","./p-4bd679a7.system.js","./p-6333265f.system.js","./p-1a673057.system.js","./p-8a6494c7.system.js","./p-6c82d60c.system.js"],(function(t){"use strict";var i,e,s,r,n,a,o,l,u,c,d;return{setters:[function(t){i=t.h;e=t.r},function(t){s=t.i;r=t.k;n=t.n},function(t){a=t.i},function(t){o=t.c},function(t){l=t.g},function(t){u=t.c},function(t){c=t.E},function(t){d=t.R}],execute:function(){var p={error:{length:"Length should be a valid positive number",password:"Password should be a valid string"},regex:{digits:"(\\d.*)",letters:"([a-zA-Z].*)",symbols:"([`~\\!@#\\$%\\^\\&\\*\\(\\)\\-_\\=\\+\\[\\{\\}\\]\\\\|;:\\'\",<.>\\/\\?€£¥₹§±].*)",spaces:"([\\s].*)"}};var v=p.regex;function h(t,i){if(i&&i>1){var e=parseInt(i,10);return new RegExp(t+"{"+e+",}").test(this.password)===this.positive}return new RegExp(t).test(this.password)===this.positive}var f={not:function t(i){this.positive=false;if(i){return h.call(this,i)}return true},has:function t(i){this.positive=true;if(i){return h.call(this,i)}return true},is:function t(){this.positive=true;return true},min:function t(i){return this.password.length>=i},max:function t(i){return this.password.length<=i},digits:function t(i){return h.call(this,v.digits,i)},letters:function t(i){return h.call(this,v.letters,i)},uppercase:function t(i){if(i&&i>1){var e=0;var s=0;while(s<i&&e<this.password.length){var r=this.password.charAt(e);if(r!==r.toLowerCase()){s++}e++}return s===i===this.positive}return this.password!==this.password.toLowerCase()===this.positive},lowercase:function t(i){if(i&&i>1){var e=0;var s=0;while(s<i&&e<this.password.length){var r=this.password.charAt(e);if(r!==r.toUpperCase()){s++}e++}return s===i===this.positive}return this.password!==this.password.toUpperCase()===this.positive},symbols:function t(i){return h.call(this,v.symbols,i)},spaces:function t(i){return h.call(this,v.spaces,i)},oneOf:function t(i){return i.indexOf(this.password)>=0===this.positive}};var m=p.error;function g(t){var i=Number(t);if(isNaN(i)||!Number.isInteger(i)||i<1){throw new Error(m.length)}}function w(t){return f[t.method].apply(this,t.arguments)}function y(t,i){this.properties.push({method:t,arguments:i});return this}var b=function(){function t(){this.properties=[]}t.prototype.validate=function(t,i){var e=this;this.list=Boolean(i&&i.list);this.password=String(t);this.positive=true;if(this.list){return this.properties.reduce((function(t,i){if(!w.call(e,i)){return t.concat(i.method)}return t}),[])}return this.properties.every(w.bind(this))};t.prototype.letters=function(t){t&&g(t);return y.call(this,"letters",arguments)};t.prototype.digits=function(t){t&&g(t);return y.call(this,"digits",arguments)};t.prototype.symbols=function(t){t&&g(t);return y.call(this,"symbols",arguments)};t.prototype.min=function(t){g(t);return y.call(this,"min",arguments)};t.prototype.max=function(t){g(t);return y.call(this,"max",arguments)};t.prototype.lowercase=function(t){t&&g(t);return y.call(this,"lowercase",arguments)};t.prototype.uppercase=function(t){t&&g(t);return y.call(this,"uppercase",arguments)};t.prototype.spaces=function(t){t&&g(t);return y.call(this,"spaces",arguments)};t.prototype.has=function(){return y.call(this,"has",arguments)};t.prototype.not=function(){return y.call(this,"not",arguments)};t.prototype.is=function(){return y.call(this,"is",arguments)};t.prototype.oneOf=function(){return y.call(this,"oneOf",arguments)};return t}();var x=b;var L=(new x).is().min(8).has().uppercase().has().lowercase().has(/([\d`~\!@#\$%\^\&\*\(\)\-_\=\+\[\{\}\]\\\|;:'",<.>\/\?€£¥₹§±].*){1,}/);var V=function(t,i){var e=L.validate(t,{list:true});var s=j(e,t,i);return s};var C=function(){return i("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},i("path",{d:"M6 0C2.688 0 0 2.688 0 6C0 9.312 2.688 12 6 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 6 0ZM4.8 9L1.8 6L2.646 5.154L4.8 7.302L9.354 2.748L10.2 3.6L4.8 9Z",fill:"#259053"}))};var _=function(){return i("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i("path",{d:"M6 0C2.688 0 0 2.688 0 6C0 9.312 2.688 12 6 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 6 0ZM6 10.8C3.354 10.8 1.2 8.646 1.2 6C1.2 3.354 3.354 1.2 6 1.2C8.646 1.2 10.8 3.354 10.8 6C10.8 8.646 8.646 10.8 6 10.8ZM8.754 3.348L4.8 7.302L3.246 5.754L2.4 6.6L4.8 9L9.6 4.2L8.754 3.348Z",fill:"#555555"}))};var E={display:"flex",alignItems:"center",fontSize:"var(--sl-font-size-small)","& > :not(:last-child)":{"margin-right":"var(--sl-spacing-x-small)"}};var S={Base:{fontSize:"var(--sl-font-size-small)"},ValidationList:{"list-style-type":"none",paddingRight:"var(--sl-spacing-large)",margin:"var(--sl-spacing-small) 0 var(--sl-spacing-x-large)","& > :not(:last-child)":{"margin-bottom":"var(--sl-spacing-xx-small)"},"& *":{"line-height":"var(--sl-line-height-dense)"}},ValidationItemValid:__assign(__assign({},E),{color:"var(--sl-color-success-600)"}),ValidationItemInvalid:__assign({},E)};var I=u(S);var T=I.toString();var j=function(t,e,s){var r={min:s.minErrorText,uppercase:s.uppercaseErrorText,lowercase:s.lowercaseErrorText,has:s.hasErrorText};if(!t.length&&e)return i("div",{class:I.classes.ValidationItemValid,style:{paddingBottom:"var(--sl-spacing-x-large)"}},i("style",{type:"text/css"},T),i(C,null)," ",i("span",null,s.meetsRequirementsText));return i("div",{class:I.classes.Base},i("style",{type:"text/css"},T),s.doesNotMeetRequirementsText,i("ul",{class:I.classes.ValidationList},Object.keys(r).map((function(e){return t.includes(e)?i("li",{class:I.classes.ValidationItemInvalid},i(_,null)," ",i("span",null,r[e])):i("li",{class:I.classes.ValidationItemValid},i(C,null)," ",i("span",null,r[e]))}))))};var k={InputContainer:{"& > :not(:last-child)":{"margin-bottom":"20px"}},ErrorStyle:c};var q="\n:host {\n margin: 0 auto;\n width: 100%;\n display: block;\n}\n:host([hidden]): {\n display: none;\n}\n";var D=u(k);var F=D.toString();function O(t){var e,s,r,n,a,o,l,u,c,d;var p=t.states,v=t.callbacks;return i("div",{class:D.classes.InputContainer,part:"sqm-base"},i("style",{type:"text/css"},q,F),i("sl-input",Object.assign({exportparts:"label: input-label, base: input-base",type:"password",name:"/password",label:p.content.fieldLabel||"Password",required:true,disabled:((e=p.registrationFormState)===null||e===void 0?void 0:e.loading)||((s=p.registrationFormState)===null||s===void 0?void 0:s.disabled),validationError:function(t){var i=t.value;if(!i){return"Cannot be empty"}}},((n=(r=p.registrationFormState)===null||r===void 0?void 0:r.initialData)===null||n===void 0?void 0:n.password)?{value:(o=(a=p.registrationFormState)===null||a===void 0?void 0:a.initialData)===null||o===void 0?void 0:o.password}:{},((u=(l=p.registrationFormState)===null||l===void 0?void 0:l.validationErrors)===null||u===void 0?void 0:u.password)?{class:D.classes.ErrorStyle,helpText:((d=(c=p.registrationFormState)===null||c===void 0?void 0:c.validationErrors)===null||d===void 0?void 0:d.password)||"Cannot be empty"}:[],{onInput:function(t){return p.enableValidation&&v.onInput(t)}})),p.dynamicValidation)}function M(t){var i=s(d);var e=r(""),n=e[0],a=e[1];function o(i){var e=V(i.target.value,t);a(e)}return{states:{enableValidation:!t.disableValidation,dynamicValidation:n,registrationFormState:i,content:{fieldLabel:t.fieldLabel}},callbacks:{onInput:o}}}var R=t("sqm_password_field",function(){function t(t){e(this,t);this.ignored=true;this.fieldLabel="Password";this.disableValidation=false;this.meetsRequirementsText="Password has met all requirements";this.doesNotMeetRequirementsText="Password must meet the following requirements:";this.minErrorText="be a minimum of 8 characters";this.uppercaseErrorText="contain at least 1 uppercase character";this.lowercaseErrorText="contain at least 1 lowercase character";this.hasErrorText="contain at least 1 number or symbol";n(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=a()?B(l(this)):M(l(this)),e=t.states,s=t.callbacks;return i(O,{states:e,callbacks:s})};return t}());function B(t){var i,e,s,n,a,l,u;var c=r(""),d=c[0],p=c[1];var v=r(""),h=v[0],f=v[1];if(t.demoData&&h!=((i=t===null||t===void 0?void 0:t.demoData)===null||i===void 0?void 0:i.initValue)){var m=V(((e=t===null||t===void 0?void 0:t.demoData)===null||e===void 0?void 0:e.initValue)||"",t);p(((s=t===null||t===void 0?void 0:t.demoData)===null||s===void 0?void 0:s.initValue)===""?"":m);f((n=t===null||t===void 0?void 0:t.demoData)===null||n===void 0?void 0:n.initValue)}function g(i){var e=V(i.target.value,t);p(e)}return o({states:{enableValidation:!t.disableValidation,dynamicValidation:d,registrationFormState:((l=(a=t===null||t===void 0?void 0:t.demoData)===null||a===void 0?void 0:a.states)===null||l===void 0?void 0:l.registrationFormState)||{},content:{fieldLabel:t.fieldLabel}},callbacks:{onInput:g}},((u=t===null||t===void 0?void 0:t.demoData)===null||u===void 0?void 0:u.states)||{},{arrayMerge:function(t,i){return i}})}}}}));