@saasquatch/mint-components 1.15.0-44 → 1.15.0-45

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 (270) hide show
  1. package/dist/cjs/IndirectTaxDetailsView-81f1ce92.js +646 -0
  2. package/dist/cjs/{ShadowViewAddon-85d2eed4.js → ShadowViewAddon-bebbd4d0.js} +1014 -1014
  3. package/dist/cjs/data-68a42a7b.js +137 -0
  4. package/dist/cjs/{extractProps-fd93ba62.js → extractProps-e9c55ba8.js} +14 -0
  5. package/dist/cjs/{global-2298fc8b.js → global-242743b1.js} +73 -58
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/mint-components.cjs.js +2 -2
  8. package/dist/cjs/{sqm-banking-info-form_17.cjs.entry.js → sqm-banking-info-form_10.cjs.entry.js} +201 -1890
  9. package/dist/cjs/sqm-big-stat_42.cjs.entry.js +3 -3
  10. package/dist/cjs/sqm-code-verification.cjs.entry.js +342 -0
  11. package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-invoice-table-data-cell_5.cjs.entry.js +84 -0
  14. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  15. package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
  16. package/dist/cjs/{sqm-portal-email-verification-view-0a93a148.js → sqm-portal-email-verification-view-38bfdda4.js} +1 -1
  17. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  18. package/dist/cjs/{sqm-portal-profile-view-44a83439.js → sqm-portal-profile-view-036d355e.js} +1 -1
  19. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  20. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
  21. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +3 -4
  22. package/dist/cjs/sqm-stencilbook.cjs.entry.js +11405 -10110
  23. package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +1220 -0
  24. package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +11 -3
  25. package/dist/cjs/sqm-widget-verification.cjs.entry.js +17 -7
  26. package/dist/cjs/{usePayoutStatus-f26f0467.js → usePayoutStatus-3cca69e5.js} +8 -5
  27. package/dist/cjs/utils-a6957c85.js +105 -0
  28. package/dist/collection/components/sqm-instant-access-registration/sqm-instant-access-registration.js +1 -1
  29. package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-data-column.js +1 -1
  30. package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.js +3 -2
  31. package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-download-column.js +2 -1
  32. package/dist/collection/components/sqm-invoice-table/sqm-invoice-table.js +1 -1
  33. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +3 -3
  34. package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +2 -2
  35. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +6 -4
  36. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +2 -2
  37. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -1
  38. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +2 -2
  39. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +2 -2
  40. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +2 -2
  41. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +2 -2
  42. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +2 -1
  43. package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +1 -1
  44. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +1 -1
  45. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +5 -3
  46. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +5 -3
  47. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +11 -8
  48. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +1 -1
  49. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +3 -3
  50. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +1 -1
  51. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +3 -3
  52. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +2 -2
  53. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -1
  54. package/dist/collection/components/sqm-share-button/sqm-share-button.js +3 -3
  55. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +78 -78
  56. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +2 -2
  57. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +39 -5
  58. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +42 -7
  59. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +12 -8
  60. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +1 -1
  61. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +2 -2
  62. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +1 -1
  63. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +1 -1
  64. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +1 -1
  65. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +2 -2
  66. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +2 -2
  67. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +2 -2
  68. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +2 -2
  69. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +26 -1
  70. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/usePayoutDetailsCard.js +2 -2
  71. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +8 -5
  72. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +77 -28
  73. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +1 -1
  74. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +19 -4
  75. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +3 -3
  76. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +6 -5
  77. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +10 -10
  78. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +3 -3
  79. package/dist/collection/global/styles.js +73 -58
  80. package/dist/collection/global/styles.ts +48 -40
  81. package/dist/collection/utils/parseStates.js +12 -0
  82. package/dist/esm/IndirectTaxDetailsView-89731480.js +639 -0
  83. package/dist/esm/{ShadowViewAddon-d59ef625.js → ShadowViewAddon-b439f9c5.js} +1017 -1017
  84. package/dist/esm/data-ce8ed0ae.js +121 -0
  85. package/dist/esm/{extractProps-ae1afbb3.js → extractProps-54064fb0.js} +14 -1
  86. package/dist/esm/{global-2da1dcec.js → global-f33bb903.js} +73 -58
  87. package/dist/esm/loader.js +2 -2
  88. package/dist/esm/mint-components.js +2 -2
  89. package/dist/esm/{sqm-banking-info-form_17.entry.js → sqm-banking-info-form_10.entry.js} +125 -1807
  90. package/dist/esm/sqm-big-stat_42.entry.js +3 -3
  91. package/dist/esm/sqm-code-verification.entry.js +338 -0
  92. package/dist/esm/sqm-email-verification.entry.js +1 -1
  93. package/dist/esm/sqm-empty_4.entry.js +1 -1
  94. package/dist/esm/sqm-invoice-table-data-cell_5.entry.js +76 -0
  95. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  96. package/dist/esm/sqm-pagination_3.entry.js +1 -1
  97. package/dist/esm/{sqm-portal-email-verification-view-e38ec8cc.js → sqm-portal-email-verification-view-e8661ca9.js} +1 -1
  98. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  99. package/dist/esm/{sqm-portal-profile-view-e594d1ee.js → sqm-portal-profile-view-70e1a345.js} +1 -1
  100. package/dist/esm/sqm-portal-profile.entry.js +2 -2
  101. package/dist/esm/sqm-referral-table_11.entry.js +1 -1
  102. package/dist/esm/sqm-rewards-table_9.entry.js +3 -4
  103. package/dist/esm/sqm-stencilbook.entry.js +11077 -9782
  104. package/dist/esm/sqm-tax-and-cash.entry.js +1216 -0
  105. package/dist/esm/sqm-widget-verification-controller.entry.js +12 -4
  106. package/dist/esm/sqm-widget-verification.entry.js +17 -7
  107. package/dist/esm/{usePayoutStatus-3768c8c3.js → usePayoutStatus-e92a6e43.js} +8 -5
  108. package/dist/esm/utils-79d81bca.js +97 -0
  109. package/dist/esm-es5/IndirectTaxDetailsView-89731480.js +1 -0
  110. package/dist/esm-es5/ShadowViewAddon-b439f9c5.js +1 -0
  111. package/dist/esm-es5/data-ce8ed0ae.js +1 -0
  112. package/dist/esm-es5/extractProps-54064fb0.js +1 -0
  113. package/dist/esm-es5/{global-2da1dcec.js → global-f33bb903.js} +4 -4
  114. package/dist/esm-es5/loader.js +1 -1
  115. package/dist/esm-es5/mint-components.js +1 -1
  116. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -0
  117. package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
  118. package/dist/esm-es5/sqm-code-verification.entry.js +1 -0
  119. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  120. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  121. package/dist/esm-es5/sqm-invoice-table-data-cell_5.entry.js +1 -0
  122. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  123. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  124. package/dist/esm-es5/{sqm-portal-email-verification-view-e38ec8cc.js → sqm-portal-email-verification-view-e8661ca9.js} +1 -1
  125. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  126. package/dist/esm-es5/{sqm-portal-profile-view-e594d1ee.js → sqm-portal-profile-view-70e1a345.js} +1 -1
  127. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  128. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  129. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  130. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  131. package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -0
  132. package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
  133. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
  134. package/dist/esm-es5/{usePayoutStatus-3768c8c3.js → usePayoutStatus-e92a6e43.js} +2 -2
  135. package/dist/esm-es5/utils-79d81bca.js +1 -0
  136. package/dist/mint-components/global/styles.ts +48 -40
  137. package/dist/mint-components/mint-components.esm.js +1 -1
  138. package/dist/mint-components/mint-components.js +1 -1
  139. package/dist/mint-components/{p-a121e5a1.system.entry.js → p-059ad130.system.entry.js} +1 -1
  140. package/dist/mint-components/p-0768fe1d.system.js +1 -0
  141. package/dist/mint-components/p-0797a946.js +1 -0
  142. package/dist/mint-components/{p-d49373b7.system.js → p-10849094.system.js} +1 -1
  143. package/dist/mint-components/p-169c8564.system.js +1 -0
  144. package/dist/mint-components/p-1e79befd.entry.js +1 -0
  145. package/dist/mint-components/{p-761ee9ea.entry.js → p-1f8d3b1a.entry.js} +2 -2
  146. package/dist/mint-components/{p-4ce7e3b1.entry.js → p-227aa136.entry.js} +1 -1
  147. package/dist/mint-components/p-2378a0dd.entry.js +16 -0
  148. package/dist/mint-components/{p-f3a52eb6.js → p-24d6cfcd.js} +1 -1
  149. package/dist/mint-components/{p-28aed7f7.system.entry.js → p-283848df.system.entry.js} +1 -1
  150. package/dist/mint-components/{p-7dac5a58.system.entry.js → p-28e4b275.system.entry.js} +1 -1
  151. package/dist/mint-components/{p-5125ec72.system.entry.js → p-2d730bef.system.entry.js} +1 -1
  152. package/dist/mint-components/p-3206d0a4.js +103 -0
  153. package/dist/mint-components/{p-cc5f9775.system.entry.js → p-3bdccbc9.system.entry.js} +1 -1
  154. package/dist/mint-components/{p-73069eba.entry.js → p-44435060.entry.js} +1 -1
  155. package/dist/mint-components/{p-fad1752b.system.entry.js → p-4cfd562e.system.entry.js} +1 -1
  156. package/dist/mint-components/{p-e70d8201.system.entry.js → p-538fe844.system.entry.js} +1 -1
  157. package/dist/mint-components/{p-7ae3ec51.system.js → p-5a48bf9d.system.js} +1 -1
  158. package/dist/mint-components/{p-9fcc7901.system.entry.js → p-5dd09973.system.entry.js} +1 -1
  159. package/dist/mint-components/p-6a4582eb.system.entry.js +1 -0
  160. package/dist/mint-components/{p-d4e49019.entry.js → p-6d23f01a.entry.js} +2 -2
  161. package/dist/mint-components/p-6f323a9f.entry.js +11 -0
  162. package/dist/mint-components/p-7274fe6e.js +1 -0
  163. package/dist/mint-components/p-7813a75a.js +1 -0
  164. package/dist/mint-components/{p-e1e96de9.entry.js → p-7aef9c53.entry.js} +1 -1
  165. package/dist/mint-components/{p-7953c3da.entry.js → p-7cbbca72.entry.js} +1 -1
  166. package/dist/mint-components/p-7dc10820.system.js +1 -0
  167. package/dist/mint-components/p-8c126ccb.system.entry.js +1 -0
  168. package/dist/mint-components/p-901358ee.system.entry.js +1 -0
  169. package/dist/mint-components/p-9481740a.system.entry.js +1 -0
  170. package/dist/mint-components/{p-232996b5.system.entry.js → p-95ff58b2.system.entry.js} +1 -1
  171. package/dist/mint-components/{p-7aba33e1.js → p-9d48280a.js} +1 -1
  172. package/dist/mint-components/{p-3466bfaa.js → p-a341ce23.js} +2 -2
  173. package/dist/mint-components/{p-b090bbd2.js → p-a348f9b9.js} +1 -1
  174. package/dist/mint-components/p-a39c3535.system.entry.js +1 -0
  175. package/dist/mint-components/{p-5efed40f.system.js → p-a44b7a52.system.js} +2 -2
  176. package/dist/mint-components/p-a86635aa.system.entry.js +1 -0
  177. package/dist/mint-components/p-ae0636bb.system.js +1 -0
  178. package/dist/mint-components/{p-0019d57c.entry.js → p-b55e454d.entry.js} +1 -1
  179. package/dist/mint-components/p-c25b0ff4.js +394 -0
  180. package/dist/mint-components/{p-f2c48bc8.entry.js → p-c2e3f0f0.entry.js} +1 -1
  181. package/dist/mint-components/{p-7daa731c.system.js → p-c7878ec7.system.js} +1 -1
  182. package/dist/mint-components/p-e228b351.system.js +1 -0
  183. package/dist/mint-components/p-e524056f.entry.js +1 -0
  184. package/dist/mint-components/p-e55aafe9.system.js +1 -0
  185. package/dist/mint-components/{p-836d3ec7.entry.js → p-e8422f7b.entry.js} +2 -2
  186. package/dist/mint-components/p-ee17ee0b.entry.js +1 -0
  187. package/dist/mint-components/p-f2ebbbe3.system.entry.js +1 -0
  188. package/dist/mint-components/p-fba00613.entry.js +93 -0
  189. package/dist/mint-components/p-fd2ee10c.entry.js +9 -0
  190. package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts +1 -1
  191. package/dist/types/components/sqm-invoice-table/columns/InvoiceTableColumn.d.ts +1 -0
  192. package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.d.ts +2 -1
  193. package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-download-column.d.ts +1 -0
  194. package/dist/types/components/sqm-invoice-table/mockInvoiceData.d.ts +1 -0
  195. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +3 -3
  196. package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.d.ts +1 -0
  197. package/dist/types/components/sqm-referral-table/columns/ReferralTableColumn.d.ts +1 -0
  198. package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +1 -0
  199. package/dist/types/components/sqm-referred-registration/sqm-referred-registration.d.ts +1 -1
  200. package/dist/types/components/sqm-rewards-table/columns/RewardTableColumn.d.ts +1 -0
  201. package/dist/types/components/sqm-rewards-table/mockRewardData.d.ts +1 -0
  202. package/dist/types/components/sqm-rewards-table/mockTaxData.d.ts +1 -0
  203. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +3 -3
  204. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +5 -0
  205. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +6 -1
  206. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +0 -1
  207. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +1 -1
  208. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +2 -2
  209. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +4 -0
  210. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +1 -1
  211. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +10 -4
  212. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.d.ts +1 -1
  213. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +1 -1
  214. package/dist/types/components/tax-and-cash/sqm-user-info-form/small-views/IndirectTaxDetailsView.d.ts +1 -1
  215. package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -1
  216. package/dist/types/components/tax-and-cash/utils.d.ts +1 -1
  217. package/dist/types/components.d.ts +66 -22
  218. package/dist/types/global/styles.d.ts +2 -1
  219. package/dist/types/saasquatch.d.ts +106 -50
  220. package/dist/types/utils/parseStates.d.ts +1 -0
  221. package/docs/docs.docx +0 -0
  222. package/docs/raisins.json +1 -1
  223. package/grapesjs/grapesjs.js +1 -1
  224. package/package.json +2 -1
  225. package/dist/cjs/sqm-invoice-table-view-90b2433f.js +0 -2038
  226. package/dist/esm/sqm-invoice-table-view-df370e4a.js +0 -2022
  227. package/dist/esm-es5/ShadowViewAddon-d59ef625.js +0 -1
  228. package/dist/esm-es5/extractProps-ae1afbb3.js +0 -1
  229. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +0 -1
  230. package/dist/esm-es5/sqm-invoice-table-view-df370e4a.js +0 -1
  231. package/dist/mint-components/p-04cc08e7.system.entry.js +0 -1
  232. package/dist/mint-components/p-097a255f.js +0 -1
  233. package/dist/mint-components/p-15ad1e97.entry.js +0 -16
  234. package/dist/mint-components/p-16c55bb4.entry.js +0 -205
  235. package/dist/mint-components/p-26468242.js +0 -1
  236. package/dist/mint-components/p-31b8f0ca.system.js +0 -1
  237. package/dist/mint-components/p-62d924e6.system.entry.js +0 -1
  238. package/dist/mint-components/p-6bcac9ed.system.entry.js +0 -1
  239. package/dist/mint-components/p-7b97c0f4.system.entry.js +0 -1
  240. package/dist/mint-components/p-a8645c1b.system.js +0 -1
  241. package/dist/mint-components/p-bfe08ca4.system.js +0 -1
  242. package/dist/mint-components/p-c53bd5bd.entry.js +0 -9
  243. package/dist/mint-components/p-e53c3c6e.system.js +0 -1
  244. package/dist/mint-components/p-f3558ef0.js +0 -394
  245. package/dist/mint-components/p-f66ccd51.entry.js +0 -1
  246. package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-data-column.d.ts +0 -20
  247. package/dist/types/components/sqm-invoice-table/sqm-invoice-table.d.ts +0 -60
  248. package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-status-cell.d.ts +0 -7
  249. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +0 -16
  250. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +0 -43
  251. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +0 -71
  252. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +0 -43
  253. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +0 -31
  254. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.d.ts +0 -8
  255. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.d.ts +0 -11
  256. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +0 -24
  257. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +0 -31
  258. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +0 -20
  259. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +0 -32
  260. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +0 -50
  261. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +0 -104
  262. package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +0 -48
  263. package/dist/types/components/sqm-stencilbook/Themes.d.ts +0 -16
  264. package/dist/types/global/android.d.ts +0 -7
  265. package/dist/types/global/demo.d.ts +0 -2
  266. package/dist/types/stories/features.d.ts +0 -4
  267. package/dist/types/stories/templates.d.ts +0 -4
  268. package/shoelace/assets/icons/twitter-x.svg +0 -4
  269. /package/dist/collection/components/tax-and-cash/{sqm-tax-and-cash/data.js → data.js} +0 -0
  270. /package/dist/types/components/tax-and-cash/{sqm-tax-and-cash/data.d.ts → data.d.ts} +0 -0
@@ -0,0 +1,121 @@
1
+ import { d as dist } from './index.module-d49ae5e7.js';
2
+
3
+ const TAX_CONTEXT_NAMESPACE = "sq:tax-and-cash";
4
+ const TAX_FORM_CONTEXT_NAMESPACE = "sq:tax-form-context";
5
+ const USER_QUERY_NAMESPACE = "sq:user-info-query";
6
+ const USER_FORM_CONTEXT_NAMESPACE = "sq:user-form-context";
7
+ const FINANCE_NETWORK_SETTINGS_NAMESPACE = "sq:finance-network-settings";
8
+ const COUNTRIES_NAMESPACE = "sq:countries:list";
9
+ const SORTED_COUNTRIES_NAMESPACE = "sq:countries:sorted";
10
+ const COUNTRIES_QUERY_NAMESPACE = "sq:countries:query";
11
+ const CURRENCIES_NAMESPACE = "sq:currencies:list";
12
+ const CURRENCIES_QUERY_NAMESPACE = "sq:currencies:query";
13
+ const GET_USER = dist.gql `
14
+ query getUserTaxInfo {
15
+ user: viewer {
16
+ ... on User {
17
+ id
18
+ firstName
19
+ lastName
20
+ email
21
+ countryCode
22
+ customFields
23
+ managedIdentity {
24
+ uid
25
+ email
26
+ emailVerified
27
+ }
28
+ impactConnection {
29
+ connected
30
+ user {
31
+ firstName
32
+ lastName
33
+ }
34
+ publisher {
35
+ id
36
+ brandedSignup
37
+ countryCode
38
+ currency
39
+ billingAddress
40
+ billingCity
41
+ billingState
42
+ billingCountryCode
43
+ billingPostalCode
44
+ phoneNumberCountryCode
45
+ phoneNumber
46
+ taxInformation {
47
+ indirectTaxId
48
+ indirectTaxCountryCode
49
+ indirectTaxRegion
50
+ additionalTaxId
51
+ withholdingTaxId
52
+ withholdingTaxCountryCode
53
+ }
54
+ requiredTaxDocumentType
55
+ currentTaxDocument {
56
+ status
57
+ type
58
+ dateCreated
59
+ }
60
+ withdrawalSettings {
61
+ paymentMethod
62
+ paypalEmailAddress
63
+ bankCountry
64
+ bankAccountNumber
65
+ paymentSchedulingType
66
+ paymentThreshold
67
+ paymentDay
68
+ }
69
+ payoutsAccount {
70
+ hold
71
+ holdReasons
72
+ balance
73
+ }
74
+ }
75
+ }
76
+ }
77
+ }
78
+ }
79
+ `;
80
+ const GET_COUNTRIES = dist.gql `
81
+ query getCountries {
82
+ impactPayoutCountries(limit: 1000) {
83
+ data {
84
+ countryCode
85
+ displayName
86
+ }
87
+ }
88
+ }
89
+ `;
90
+ const GET_CURRENCIES = dist.gql `
91
+ query currencies($locale: RSLocale) {
92
+ currencies(limit: 300) {
93
+ data {
94
+ displayName(locale: $locale)
95
+ currencyCode
96
+ }
97
+ }
98
+ }
99
+ `;
100
+ const GET_FINANCE_NETWORK_SETTINGS = dist.gql `
101
+ query impactFinanceNetworkSettings(
102
+ $filter: ImpactFinanceNetworkSettingsFilterInput
103
+ ) {
104
+ impactFinanceNetworkSettings(filter: $filter, limit: 1000) {
105
+ data {
106
+ countryCode
107
+ currency
108
+ defaultFinancePaymentMethodId
109
+ thresholdOptions
110
+ withdrawalSettingId
111
+ internationalEftFee
112
+ foreignFxFee
113
+ defaultFxFee
114
+ }
115
+ totalCount
116
+ }
117
+ }
118
+ `;
119
+ const FORM_STEPS = 4;
120
+
121
+ export { CURRENCIES_NAMESPACE as C, FINANCE_NETWORK_SETTINGS_NAMESPACE as F, GET_USER as G, SORTED_COUNTRIES_NAMESPACE as S, TAX_CONTEXT_NAMESPACE as T, USER_FORM_CONTEXT_NAMESPACE as U, TAX_FORM_CONTEXT_NAMESPACE as a, COUNTRIES_NAMESPACE as b, USER_QUERY_NAMESPACE as c, COUNTRIES_QUERY_NAMESPACE as d, GET_COUNTRIES as e, GET_FINANCE_NETWORK_SETTINGS as f, CURRENCIES_QUERY_NAMESPACE as g, GET_CURRENCIES as h, FORM_STEPS as i };
@@ -1,3 +1,16 @@
1
+ function parseStates(states) {
2
+ if (typeof states === "string") {
3
+ try {
4
+ return JSON.parse(states);
5
+ }
6
+ catch (e) {
7
+ return undefined;
8
+ }
9
+ }
10
+ if (typeof states === "object")
11
+ return states;
12
+ }
13
+
1
14
  /**
2
15
  * Util function for getting just the props with a certain prefix.
3
16
  * @param props Text props on stencil component
@@ -16,4 +29,4 @@ function extractProps(props, prefix) {
16
29
  return formattedProps;
17
30
  }
18
31
 
19
- export { extractProps as e };
32
+ export { extractProps as e, parseStates as p };
@@ -25974,8 +25974,7 @@ function createStyleElement() {
25974
25974
  --teal-6: #0b6270;
25975
25975
  --teal-7: #004551;
25976
25976
  } */
25977
- var _a$1, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76, _77, _78, _79, _80, _81, _82, _83, _84, _85, _86, _87, _88, _89, _90;
25978
- console.log("The input hover color is ", (_a$1 = window.SquatchBrandingConfig.inputs) === null || _a$1 === void 0 ? void 0 : _a$1.hoverBorderColor);
25977
+ var _a$1, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76, _77, _78, _79, _80, _81, _82, _83, _84, _85, _86, _87, _88;
25979
25978
  const style = `
25980
25979
  /* vietnamese */
25981
25980
  @font-face {
@@ -26475,31 +26474,34 @@ html {
26475
26474
  --sqm-color-text-error: #e63717;
26476
26475
  --sqm-content-max-width: 700px;
26477
26476
  --sqm-content-background: var(--sl-color-white);
26478
- --sqm-portal-background: ${((_c = (_b = window.SquatchBrandingConfig) === null || _b === void 0 ? void 0 : _b.color) === null || _c === void 0 ? void 0 : _c.background) || "#121212"};
26477
+ --sqm-portal-background: ${((_b = (_a$1 = window.SquatchBrandingConfig) === null || _a$1 === void 0 ? void 0 : _a$1.color) === null || _b === void 0 ? void 0 : _b.backgroundColor) || "#121212"};
26479
26478
  --widget-background-color: var(--sl-color-white);
26480
26479
  --sqm-portal-main-width: 900px;
26481
26480
  --sqm-max-width: 100%;
26482
26481
  --sqm-skeleton-background: #eee;
26483
- --sqm-text: ${((_d = window.SquatchBrandingConfig) === null || _d === void 0 ? void 0 : _d.font.textColor) || "white"};
26484
- --sqm-text-subdued: ${((_e = window.SquatchBrandingConfig) === null || _e === void 0 ? void 0 : _e.font.secondaryTextColor) || "#b3b3b3"};
26485
-
26486
- --sqm-primary-color: ${((_g = (_f = window.SquatchBrandingConfig) === null || _f === void 0 ? void 0 : _f.color) === null || _g === void 0 ? void 0 : _g.primaryColor) || "#1ed760"};
26487
- --sqm-primary-button-background:${((_j = (_h = window.SquatchBrandingConfig) === null || _h === void 0 ? void 0 : _h.primaryButton) === null || _j === void 0 ? void 0 : _j.buttonColor) || "#1ed760"};
26488
- --sqm-primary-button-background-hover: ${((_l = (_k = window.SquatchBrandingConfig) === null || _k === void 0 ? void 0 : _k.primaryButton) === null || _l === void 0 ? void 0 : _l.hoverColor) || "#1ed760"};
26489
- --sqm-primary-button-color: ${((_o = (_m = window.SquatchBrandingConfig) === null || _m === void 0 ? void 0 : _m.primaryButton) === null || _o === void 0 ? void 0 : _o.buttonTextColor) || "#FFFFFF"};
26490
- --sqm-primary-button-color-border: ${((_q = (_p = window.SquatchBrandingConfig) === null || _p === void 0 ? void 0 : _p.primaryButton) === null || _q === void 0 ? void 0 : _q.buttonBorderColor) ||
26482
+ --sqm-text: ${((_e = (_d = (_c = window.SquatchBrandingConfig) === null || _c === void 0 ? void 0 : _c.color) === null || _d === void 0 ? void 0 : _d.textColorShades) === null || _e === void 0 ? void 0 : _e.mainText) || "white"};
26483
+ --sqm-text-subdued: ${((_h = (_g = (_f = window.SquatchBrandingConfig) === null || _f === void 0 ? void 0 : _f.color) === null || _g === void 0 ? void 0 : _g.textColorShades) === null || _h === void 0 ? void 0 : _h.subduedText) ||
26484
+ "#b3b3b3"};
26485
+
26486
+ --sqm-primary-color: ${((_k = (_j = window.SquatchBrandingConfig) === null || _j === void 0 ? void 0 : _j.main) === null || _k === void 0 ? void 0 : _k.brandColor) || "#1ed760"};
26487
+ --sqm-primary-button-background:${((_m = (_l = window.SquatchBrandingConfig) === null || _l === void 0 ? void 0 : _l.primaryButton) === null || _m === void 0 ? void 0 : _m.buttonColor) || "#1ed760"};
26488
+ --sqm-primary-button-background-hover: ${((_q = (_p = (_o = window.SquatchBrandingConfig) === null || _o === void 0 ? void 0 : _o.primaryButton) === null || _p === void 0 ? void 0 : _p.buttonHoverColor) === null || _q === void 0 ? void 0 : _q.background) ||
26489
+ "#1ed760"};
26490
+ --sqm-primary-button-color: ${((_t = (_s = (_r = window.SquatchBrandingConfig) === null || _r === void 0 ? void 0 : _r.primaryButton) === null || _s === void 0 ? void 0 : _s.buttonColor) === null || _t === void 0 ? void 0 : _t.label) || "#FFFFFF"};
26491
+ --sqm-primary-button-color-border: ${((_w = (_v = (_u = window.SquatchBrandingConfig) === null || _u === void 0 ? void 0 : _u.primaryButton) === null || _v === void 0 ? void 0 : _v.buttonColor) === null || _w === void 0 ? void 0 : _w.border) ||
26491
26492
  "transparent"};
26492
- --sqm-primary-button-radius: ${((_s = (_r = window.SquatchBrandingConfig) === null || _r === void 0 ? void 0 : _r.primaryButton) === null || _s === void 0 ? void 0 : _s.borderRadius) || "4px"};
26493
+ --sqm-primary-button-radius: ${((_y = (_x = window.SquatchBrandingConfig) === null || _x === void 0 ? void 0 : _x.primaryButton) === null || _y === void 0 ? void 0 : _y.borderRadius) || "4px"};
26493
26494
 
26494
26495
 
26495
- --sqm-secondary-button-background: ${((_u = (_t = window.SquatchBrandingConfig) === null || _t === void 0 ? void 0 : _t.secondaryButton) === null || _u === void 0 ? void 0 : _u.buttonColor) || "#191414"};
26496
- --sqm-secondary-button-background-hover: ${((_w = (_v = window.SquatchBrandingConfig) === null || _v === void 0 ? void 0 : _v.secondaryButton) === null || _w === void 0 ? void 0 : _w.hoverColor) || "#282828"};
26496
+ --sqm-secondary-button-background: ${((_0 = (_z = window.SquatchBrandingConfig) === null || _z === void 0 ? void 0 : _z.secondaryButton) === null || _0 === void 0 ? void 0 : _0.buttonColor) || "#191414"};
26497
+ --sqm-secondary-button-background-hover: ${((_3 = (_2 = (_1 = window.SquatchBrandingConfig) === null || _1 === void 0 ? void 0 : _1.secondaryButton) === null || _2 === void 0 ? void 0 : _2.buttonHoverColor) === null || _3 === void 0 ? void 0 : _3.background) || "#282828"};
26497
26498
 
26498
26499
 
26499
- --sqm-secondary-button-color: ${((_y = (_x = window.SquatchBrandingConfig) === null || _x === void 0 ? void 0 : _x.secondaryButton) === null || _y === void 0 ? void 0 : _y.buttonTextColor) || "#FFFFFF"};
26500
- --sqm-secondary-button-color-border: ${((_0 = (_z = window.SquatchBrandingConfig) === null || _z === void 0 ? void 0 : _z.secondaryButton) === null || _0 === void 0 ? void 0 : _0.buttonBorderColor) ||
26500
+ --sqm-secondary-button-color: ${((_6 = (_5 = (_4 = window.SquatchBrandingConfig) === null || _4 === void 0 ? void 0 : _4.secondaryButton) === null || _5 === void 0 ? void 0 : _5.buttonHoverColor) === null || _6 === void 0 ? void 0 : _6.label) ||
26501
+ "#FFFFFF"};
26502
+ --sqm-secondary-button-color-border: ${((_9 = (_8 = (_7 = window.SquatchBrandingConfig) === null || _7 === void 0 ? void 0 : _7.secondaryButton) === null || _8 === void 0 ? void 0 : _8.buttonHoverColor) === null || _9 === void 0 ? void 0 : _9.border) ||
26501
26503
  "#FFFFFF"};
26502
- --sqm-secondary-button-radius: ${((_2 = (_1 = window.SquatchBrandingConfig) === null || _1 === void 0 ? void 0 : _1.secondaryButton) === null || _2 === void 0 ? void 0 : _2.borderRadius) || "30px"};
26504
+ --sqm-secondary-button-radius: ${((_11 = (_10 = window.SquatchBrandingConfig) === null || _10 === void 0 ? void 0 : _10.secondaryButton) === null || _11 === void 0 ? void 0 : _11.borderRadius) || "30px"};
26503
26505
 
26504
26506
  --sqm-tertiary-button-background: transparent;
26505
26507
  --sqm-tertiary-button-background-hover: var(--sqm-primary-color);
@@ -26507,65 +26509,78 @@ html {
26507
26509
  --sqm-tertiary-button-color-border: transparent;
26508
26510
  --sqm-tertiary-button-radius: 30px;
26509
26511
 
26510
- --sqm-border-radius-normal: ${((_4 = (_3 = window.SquatchBrandingConfig) === null || _3 === void 0 ? void 0 : _3.border) === null || _4 === void 0 ? void 0 : _4.radius) || "18px"};
26511
- --sqm-border-color: ${((_6 = (_5 = window.SquatchBrandingConfig) === null || _5 === void 0 ? void 0 : _5.border) === null || _6 === void 0 ? void 0 : _6.color) || "white"};
26512
-
26513
- --sqm-border-thickness: ${((_8 = (_7 = window.SquatchBrandingConfig) === null || _7 === void 0 ? void 0 : _7.border) === null || _8 === void 0 ? void 0 : _8.thickness) || "1px"};
26514
-
26515
- --sqm-accent-color-icon: ${((_11 = (_10 = (_9 = window.SquatchBrandingConfig) === null || _9 === void 0 ? void 0 : _9.color) === null || _10 === void 0 ? void 0 : _10.accentColorShades) === null || _11 === void 0 ? void 0 : _11.iconAndBadge) ||
26516
- "#1ed760"};
26517
- --sqm-accent-color-text: ${((_14 = (_13 = (_12 = window.SquatchBrandingConfig) === null || _12 === void 0 ? void 0 : _12.color) === null || _13 === void 0 ? void 0 : _13.accentColorShades) === null || _14 === void 0 ? void 0 : _14.text) || "#fff"};
26518
- --sqm-accent-color-border: ${((_17 = (_16 = (_15 = window.SquatchBrandingConfig) === null || _15 === void 0 ? void 0 : _15.color) === null || _16 === void 0 ? void 0 : _16.accentColorShades) === null || _17 === void 0 ? void 0 : _17.border) || "#1ed760"};
26519
- --sqm-accent-color-background: ${((_20 = (_19 = (_18 = window.SquatchBrandingConfig) === null || _18 === void 0 ? void 0 : _18.color) === null || _19 === void 0 ? void 0 : _19.accentColorShades) === null || _20 === void 0 ? void 0 : _20.background) ||
26512
+ --sqm-border-radius-normal: ${
26513
+ // window.SquatchBrandingConfig?.border?.radius || "18px"
26514
+ "18px"};
26515
+ --sqm-border-color: ${
26516
+ // window.SquatchBrandingConfig?.border?.color || "white"
26517
+ "white"};
26518
+
26519
+ --sqm-border-thickness: ${
26520
+ // window.SquatchBrandingConfig?.border?.thickness || "1px"
26521
+ "1px"};
26522
+
26523
+ --sqm-accent-color-icon: ${((_14 = (_13 = (_12 = window.SquatchBrandingConfig) === null || _12 === void 0 ? void 0 : _12.color) === null || _13 === void 0 ? void 0 : _13.accentColorShades) === null || _14 === void 0 ? void 0 : _14.icon) || "#1ed760"};
26524
+ --sqm-accent-color-text: ${((_17 = (_16 = (_15 = window.SquatchBrandingConfig) === null || _15 === void 0 ? void 0 : _15.color) === null || _16 === void 0 ? void 0 : _16.accentColorShades) === null || _17 === void 0 ? void 0 : _17.text) || "#fff"};
26525
+ --sqm-accent-color-border: ${((_20 = (_19 = (_18 = window.SquatchBrandingConfig) === null || _18 === void 0 ? void 0 : _18.color) === null || _19 === void 0 ? void 0 : _19.accentColorShades) === null || _20 === void 0 ? void 0 : _20.border) || "#1ed760"};
26526
+ --sqm-accent-color-background: ${((_23 = (_22 = (_21 = window.SquatchBrandingConfig) === null || _21 === void 0 ? void 0 : _21.color) === null || _22 === void 0 ? void 0 : _22.accentColorShades) === null || _23 === void 0 ? void 0 : _23.background) ||
26520
26527
  "#0d4a27"};
26521
26528
 
26522
- --sqm-success-color-icon: ${((_23 = (_22 = (_21 = window.SquatchBrandingConfig) === null || _21 === void 0 ? void 0 : _21.color) === null || _22 === void 0 ? void 0 : _22.success) === null || _23 === void 0 ? void 0 : _23.iconAndBadge) ||
26529
+ --sqm-success-color-icon: ${((_26 = (_25 = (_24 = window.SquatchBrandingConfig) === null || _24 === void 0 ? void 0 : _24.color) === null || _25 === void 0 ? void 0 : _25.success) === null || _26 === void 0 ? void 0 : _26.iconAndBadge) ||
26523
26530
  "var(--sl-color-success-600)"};
26524
- --sqm-success-color-text: ${((_26 = (_25 = (_24 = window.SquatchBrandingConfig) === null || _24 === void 0 ? void 0 : _24.color) === null || _25 === void 0 ? void 0 : _25.success) === null || _26 === void 0 ? void 0 : _26.text) ||
26531
+ --sqm-success-color-text: ${((_29 = (_28 = (_27 = window.SquatchBrandingConfig) === null || _27 === void 0 ? void 0 : _27.color) === null || _28 === void 0 ? void 0 : _28.success) === null || _29 === void 0 ? void 0 : _29.text) ||
26525
26532
  "var(--sl-color-success-950)"};
26526
- --sqm-success-color-border: ${((_29 = (_28 = (_27 = window.SquatchBrandingConfig) === null || _27 === void 0 ? void 0 : _27.color) === null || _28 === void 0 ? void 0 : _28.success) === null || _29 === void 0 ? void 0 : _29.border) ||
26533
+ --sqm-success-color-border: ${((_32 = (_31 = (_30 = window.SquatchBrandingConfig) === null || _30 === void 0 ? void 0 : _30.color) === null || _31 === void 0 ? void 0 : _31.success) === null || _32 === void 0 ? void 0 : _32.border) ||
26527
26534
  "var(--sl-color-success-400)"};
26528
- --sqm-success-color-background: ${((_32 = (_31 = (_30 = window.SquatchBrandingConfig) === null || _30 === void 0 ? void 0 : _30.color) === null || _31 === void 0 ? void 0 : _31.success) === null || _32 === void 0 ? void 0 : _32.background) ||
26535
+ --sqm-success-color-background: ${((_35 = (_34 = (_33 = window.SquatchBrandingConfig) === null || _33 === void 0 ? void 0 : _33.color) === null || _34 === void 0 ? void 0 : _34.success) === null || _35 === void 0 ? void 0 : _35.background) ||
26529
26536
  "var(--sl-color-success-300)"};
26530
26537
 
26531
- --sqm-warning-color-icon: ${((_35 = (_34 = (_33 = window.SquatchBrandingConfig) === null || _33 === void 0 ? void 0 : _33.color) === null || _34 === void 0 ? void 0 : _34.warning) === null || _35 === void 0 ? void 0 : _35.iconAndBadge) ||
26538
+ --sqm-warning-color-icon: ${((_38 = (_37 = (_36 = window.SquatchBrandingConfig) === null || _36 === void 0 ? void 0 : _36.color) === null || _37 === void 0 ? void 0 : _37.warning) === null || _38 === void 0 ? void 0 : _38.iconAndBadge) ||
26532
26539
  "var(--sl-color-warning-600)"};
26533
- --sqm-warning-color-text: ${((_38 = (_37 = (_36 = window.SquatchBrandingConfig) === null || _36 === void 0 ? void 0 : _36.color) === null || _37 === void 0 ? void 0 : _37.warning) === null || _38 === void 0 ? void 0 : _38.text) ||
26540
+ --sqm-warning-color-text: ${((_41 = (_40 = (_39 = window.SquatchBrandingConfig) === null || _39 === void 0 ? void 0 : _39.color) === null || _40 === void 0 ? void 0 : _40.warning) === null || _41 === void 0 ? void 0 : _41.text) ||
26534
26541
  "var(--sl-color-warning-950)"};
26535
- --sqm-warning-color-border: ${((_41 = (_40 = (_39 = window.SquatchBrandingConfig) === null || _39 === void 0 ? void 0 : _39.color) === null || _40 === void 0 ? void 0 : _40.warning) === null || _41 === void 0 ? void 0 : _41.border) ||
26542
+ --sqm-warning-color-border: ${((_44 = (_43 = (_42 = window.SquatchBrandingConfig) === null || _42 === void 0 ? void 0 : _42.color) === null || _43 === void 0 ? void 0 : _43.warning) === null || _44 === void 0 ? void 0 : _44.border) ||
26536
26543
  "var(--sl-color-warning-400)"};
26537
- --sqm-warning-color-background: ${((_44 = (_43 = (_42 = window.SquatchBrandingConfig) === null || _42 === void 0 ? void 0 : _42.color) === null || _43 === void 0 ? void 0 : _43.warning) === null || _44 === void 0 ? void 0 : _44.background) ||
26544
+ --sqm-warning-color-background: ${((_47 = (_46 = (_45 = window.SquatchBrandingConfig) === null || _45 === void 0 ? void 0 : _45.color) === null || _46 === void 0 ? void 0 : _46.warning) === null || _47 === void 0 ? void 0 : _47.background) ||
26538
26545
  "var(--sl-color-warning-300)"};
26539
26546
 
26540
- --sqm-danger-color-icon: ${((_47 = (_46 = (_45 = window.SquatchBrandingConfig) === null || _45 === void 0 ? void 0 : _45.color) === null || _46 === void 0 ? void 0 : _46.critical) === null || _47 === void 0 ? void 0 : _47.iconAndBadge) ||
26547
+ --sqm-danger-color-icon: ${((_50 = (_49 = (_48 = window.SquatchBrandingConfig) === null || _48 === void 0 ? void 0 : _48.color) === null || _49 === void 0 ? void 0 : _49.critical) === null || _50 === void 0 ? void 0 : _50.iconAndBadge) ||
26541
26548
  "var(--sl-color-danger-600)"};
26542
- --sqm-danger-color-text: ${((_50 = (_49 = (_48 = window.SquatchBrandingConfig) === null || _48 === void 0 ? void 0 : _48.color) === null || _49 === void 0 ? void 0 : _49.critical) === null || _50 === void 0 ? void 0 : _50.text) ||
26549
+ --sqm-danger-color-text: ${((_53 = (_52 = (_51 = window.SquatchBrandingConfig) === null || _51 === void 0 ? void 0 : _51.color) === null || _52 === void 0 ? void 0 : _52.critical) === null || _53 === void 0 ? void 0 : _53.text) ||
26543
26550
  "var(--sl-color-danger-950)"};
26544
- --sqm-danger-color-border: ${((_53 = (_52 = (_51 = window.SquatchBrandingConfig) === null || _51 === void 0 ? void 0 : _51.color) === null || _52 === void 0 ? void 0 : _52.critical) === null || _53 === void 0 ? void 0 : _53.border) ||
26551
+ --sqm-danger-color-border: ${((_56 = (_55 = (_54 = window.SquatchBrandingConfig) === null || _54 === void 0 ? void 0 : _54.color) === null || _55 === void 0 ? void 0 : _55.critical) === null || _56 === void 0 ? void 0 : _56.border) ||
26545
26552
  "var(--sl-color-danger-400)"};
26546
- --sqm-danger-color-background: ${((_56 = (_55 = (_54 = window.SquatchBrandingConfig) === null || _54 === void 0 ? void 0 : _54.color) === null || _55 === void 0 ? void 0 : _55.critical) === null || _56 === void 0 ? void 0 : _56.background) ||
26553
+ --sqm-danger-color-background: ${((_59 = (_58 = (_57 = window.SquatchBrandingConfig) === null || _57 === void 0 ? void 0 : _57.color) === null || _58 === void 0 ? void 0 : _58.critical) === null || _59 === void 0 ? void 0 : _59.background) ||
26547
26554
  "var(--sl-color-danger-300)"};
26548
26555
 
26549
- --sqm-informative-color-icon: ${((_59 = (_58 = (_57 = window.SquatchBrandingConfig) === null || _57 === void 0 ? void 0 : _57.color) === null || _58 === void 0 ? void 0 : _58.informative) === null || _59 === void 0 ? void 0 : _59.iconAndBadge) ||
26556
+ --sqm-informative-color-icon: ${((_62 = (_61 = (_60 = window.SquatchBrandingConfig) === null || _60 === void 0 ? void 0 : _60.color) === null || _61 === void 0 ? void 0 : _61.informative) === null || _62 === void 0 ? void 0 : _62.iconAndBadge) ||
26550
26557
  "var(--sl-color-sky-600)"};
26551
- --sqm-informative-color-text: ${((_62 = (_61 = (_60 = window.SquatchBrandingConfig) === null || _60 === void 0 ? void 0 : _60.color) === null || _61 === void 0 ? void 0 : _61.informative) === null || _62 === void 0 ? void 0 : _62.text) ||
26558
+ --sqm-informative-color-text: ${((_65 = (_64 = (_63 = window.SquatchBrandingConfig) === null || _63 === void 0 ? void 0 : _63.color) === null || _64 === void 0 ? void 0 : _64.informative) === null || _65 === void 0 ? void 0 : _65.text) ||
26552
26559
  "var(--sl-color-sky-950)"};
26553
- --sqm-informative-color-border: ${((_65 = (_64 = (_63 = window.SquatchBrandingConfig) === null || _63 === void 0 ? void 0 : _63.color) === null || _64 === void 0 ? void 0 : _64.informative) === null || _65 === void 0 ? void 0 : _65.border) ||
26560
+ --sqm-informative-color-border: ${((_68 = (_67 = (_66 = window.SquatchBrandingConfig) === null || _66 === void 0 ? void 0 : _66.color) === null || _67 === void 0 ? void 0 : _67.informative) === null || _68 === void 0 ? void 0 : _68.border) ||
26554
26561
  "var(--sl-color-sky-400)"};
26555
- --sqm-informative-color-background: ${((_68 = (_67 = (_66 = window.SquatchBrandingConfig) === null || _66 === void 0 ? void 0 : _66.color) === null || _67 === void 0 ? void 0 : _67.informative) === null || _68 === void 0 ? void 0 : _68.background) ||
26562
+ --sqm-informative-color-background: ${((_71 = (_70 = (_69 = window.SquatchBrandingConfig) === null || _69 === void 0 ? void 0 : _69.color) === null || _70 === void 0 ? void 0 : _70.informative) === null || _71 === void 0 ? void 0 : _71.background) ||
26556
26563
  "var(--sl-color-sky-300)"};
26557
26564
 
26558
- --sqm-input-background: ${((_70 = (_69 = window.SquatchBrandingConfig) === null || _69 === void 0 ? void 0 : _69.inputs) === null || _70 === void 0 ? void 0 : _70.background) || "#fff"};
26559
- --sqm-input-border-color: ${((_72 = (_71 = window.SquatchBrandingConfig) === null || _71 === void 0 ? void 0 : _71.inputs) === null || _72 === void 0 ? void 0 : _72.borderColor) || "#eaeaea"};
26560
- --sqm-input-border-radius: ${((_74 = (_73 = window.SquatchBrandingConfig) === null || _73 === void 0 ? void 0 : _73.inputs) === null || _74 === void 0 ? void 0 : _74.borderRadius) || "4px"};
26561
- --sqm-input-color: ${((_76 = (_75 = window.SquatchBrandingConfig) === null || _75 === void 0 ? void 0 : _75.inputs) === null || _76 === void 0 ? void 0 : _76.textColor) || "#000"};
26562
- --sqm-input-label-color: ${((_78 = (_77 = window.SquatchBrandingConfig) === null || _77 === void 0 ? void 0 : _77.inputs) === null || _78 === void 0 ? void 0 : _78.labelColor) || "#000"};
26563
- --sqm-border-width: ${((_80 = (_79 = window.SquatchBrandingConfig) === null || _79 === void 0 ? void 0 : _79.inputs) === null || _80 === void 0 ? void 0 : _80.borderThickness) || "1px"};
26564
- --sqm-input-border-color-focus: ${((_82 = (_81 = window.SquatchBrandingConfig) === null || _81 === void 0 ? void 0 : _81.inputs) === null || _82 === void 0 ? void 0 : _82.focusBorderColor) || "#eaeaea"};
26565
- --sqm-input-border-color-hover: ${((_84 = (_83 = window.SquatchBrandingConfig) === null || _83 === void 0 ? void 0 : _83.inputs) === null || _84 === void 0 ? void 0 : _84.hoverBorderColor) || "#ccc"};
26566
- --sqm-input-label-font-size: ${((_86 = (_85 = window.SquatchBrandingConfig) === null || _85 === void 0 ? void 0 : _85.inputs) === null || _86 === void 0 ? void 0 : _86.labelFontSize) || "18px"};
26567
- --sqm-input-disabled-color: ${((_88 = (_87 = window.SquatchBrandingConfig) === null || _87 === void 0 ? void 0 : _87.inputs) === null || _88 === void 0 ? void 0 : _88.labelFontSize) || "#fff"};
26568
- --sqm-input-disabled-background: ${((_90 = (_89 = window.SquatchBrandingConfig) === null || _89 === void 0 ? void 0 : _89.inputs) === null || _90 === void 0 ? void 0 : _90.disabledBackground) || "#fff"};
26565
+ --sqm-input-background: ${((_74 = (_73 = (_72 = window.SquatchBrandingConfig) === null || _72 === void 0 ? void 0 : _72.formFields) === null || _73 === void 0 ? void 0 : _73.formFieldColor) === null || _74 === void 0 ? void 0 : _74.background) ||
26566
+ "#fff"};
26567
+ --sqm-input-border-color: ${((_77 = (_76 = (_75 = window.SquatchBrandingConfig) === null || _75 === void 0 ? void 0 : _75.formFields) === null || _76 === void 0 ? void 0 : _76.formFieldColor) === null || _77 === void 0 ? void 0 : _77.border) ||
26568
+ "#eaeaea"};
26569
+ --sqm-input-border-radius: ${
26570
+ // window.SquatchBrandingConfig?.formFields?.borderRadius || "4px"
26571
+ "4px"};
26572
+ --sqm-input-color: ${((_80 = (_79 = (_78 = window.SquatchBrandingConfig) === null || _78 === void 0 ? void 0 : _78.formFields) === null || _79 === void 0 ? void 0 : _79.formFieldColor) === null || _80 === void 0 ? void 0 : _80.inputText) ||
26573
+ "#000"};
26574
+ --sqm-input-label-color: ${((_83 = (_82 = (_81 = window.SquatchBrandingConfig) === null || _81 === void 0 ? void 0 : _81.color) === null || _82 === void 0 ? void 0 : _82.textColorShades) === null || _83 === void 0 ? void 0 : _83.mainText) || "#000"};
26575
+ --sqm-input-border-color-focus: ${((_85 = (_84 = window.SquatchBrandingConfig) === null || _84 === void 0 ? void 0 : _84.formFields) === null || _85 === void 0 ? void 0 : _85.selectedStateColor) || "#eaeaea"};
26576
+ --sqm-input-border-color-hover: ${((_87 = (_86 = window.SquatchBrandingConfig) === null || _86 === void 0 ? void 0 : _86.formFields) === null || _87 === void 0 ? void 0 : _87.hoverStateColor) || "#ccc"};
26577
+ --sqm-input-label-font-size: inherit;
26578
+ --sqm-input-disabled-color: ${
26579
+ // window.SquatchBrandingConfig?.inputs?.labelFontSize || "#fff"
26580
+ "#fff"};
26581
+ --sqm-input-disabled-background: ${
26582
+ // window.SquatchBrandingConfig?.inputs?.disabledBackground || "#fff"
26583
+ "#fff"};
26569
26584
 
26570
26585
  --sl-color-primary-100: var(--sqm-primary-color);
26571
26586
  --sl-color-primary-200: var(--sqm-primary-color);
@@ -26587,7 +26602,7 @@ html {
26587
26602
  --sl-input-color: var(--sqm-input-color, var(--sqm-text), #333);
26588
26603
  --sl-input-placeholder-color: var(--sqm-text-subdued, var(--sl-color-neutral-500));
26589
26604
  --sl-input-background-color-hover: var(--sqm-input-background, #ffffff);
26590
- --sl-input-border-width: var(--sqm-border-width, 1px);
26605
+ --sl-input-border-width: var(--sqm-border-thickness, 1px);
26591
26606
  --sl-input-border-style: solid;
26592
26607
 
26593
26608
 
@@ -26614,7 +26629,7 @@ html {
26614
26629
  }
26615
26630
 
26616
26631
  body {
26617
- font-family: ${window.SquatchBrandingConfig.font.font || "var(--sl-font-sans)"};
26632
+ font-family: ${((_88 = window.SquatchBrandingConfig.main) === null || _88 === void 0 ? void 0 : _88.brandFont) || "var(--sl-font-sans)"};
26618
26633
  font-size: var(--sl-font-size-medium);
26619
26634
  font-weight: var(--sl-font-weight-normal);
26620
26635
  letter-spacing: var(--sl-letter-spacing-small);
@@ -26791,7 +26806,7 @@ sl-button[type="secondary"]::part(base):hover {
26791
26806
  background-color: var(--sqm-input-background, #fff);
26792
26807
  border-radius: var(--sqm-input-border-radius, var(--sl-input-border-radius-large), 0.25rem);
26793
26808
  color: var(--sqm-input-color, white);
26794
- border-width: var(--sqm-border-width, 1px);
26809
+ border-width: var(--sqm-border-thickness, 1px);
26795
26810
  }
26796
26811
 
26797
26812
  *::part(input-base):hover, *::part(select-base):hover, *::part(textarea-base):hover{
@@ -26806,7 +26821,7 @@ sqm-name-fields::part(input-base) {
26806
26821
  background-color: var(--sqm-input-background, #fff);
26807
26822
  border-radius: var(--sqm-input-border-radius, var(--sl-input-border-radius-large), 0.25rem);
26808
26823
  color: var(--sqm-input-color, white);
26809
- border-width: var(--sqm-border-width, 1px);
26824
+ border-width: var(--sqm-border-thickness, 1px);
26810
26825
  }
26811
26826
 
26812
26827
  sl-input::part(base):focus,