@justifi/webcomponents 4.4.0 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. package/dist/cjs/{Api-7303478d.js → Api-d2df6e84.js} +16 -4
  2. package/dist/cjs/Api-d2df6e84.js.map +1 -0
  3. package/dist/cjs/Payout-4906a445.js +116 -0
  4. package/dist/cjs/Payout-4906a445.js.map +1 -0
  5. package/dist/cjs/{business-form-schema-63b311b2.js → business-form-schema-725ec6f5.js} +40 -22
  6. package/dist/cjs/business-form-schema-725ec6f5.js.map +1 -0
  7. package/dist/cjs/form-control-datepart_2.cjs.entry.js +107 -0
  8. package/dist/cjs/form-control-datepart_2.cjs.entry.js.map +1 -0
  9. package/dist/cjs/form-control-monetary.cjs.entry.js +65 -0
  10. package/dist/cjs/form-control-monetary.cjs.entry.js.map +1 -0
  11. package/dist/cjs/{form-control-select_2.cjs.entry.js → form-control-number_3.cjs.entry.js} +99 -12
  12. package/dist/cjs/form-control-number_3.cjs.entry.js.map +1 -0
  13. package/dist/cjs/form-control-select.cjs.entry.js +47 -0
  14. package/dist/cjs/form-control-select.cjs.entry.js.map +1 -0
  15. package/dist/cjs/{index-83b2ec02.js → index-4ffc90c0.js} +10 -1
  16. package/dist/cjs/index-4ffc90c0.js.map +1 -0
  17. package/dist/cjs/index-5a880722.js +3233 -0
  18. package/dist/cjs/index-5a880722.js.map +1 -0
  19. package/dist/cjs/{index.esm-7e12ce07.js → index.esm-84a0a7a8.js} +1 -19
  20. package/dist/cjs/index.esm-84a0a7a8.js.map +1 -0
  21. package/dist/cjs/justifi-additional-questions_5.cjs.entry.js +396 -0
  22. package/dist/cjs/justifi-additional-questions_5.cjs.entry.js.map +1 -0
  23. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
  24. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +2 -2
  25. package/dist/cjs/justifi-business-form.cjs.entry.js +98 -16
  26. package/dist/cjs/justifi-business-form.cjs.entry.js.map +1 -1
  27. package/dist/cjs/justifi-business-list.cjs.entry.js +189 -0
  28. package/dist/cjs/justifi-business-list.cjs.entry.js.map +1 -0
  29. package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
  30. package/dist/cjs/justifi-details.cjs.entry.js +30 -0
  31. package/dist/cjs/justifi-details.cjs.entry.js.map +1 -0
  32. package/dist/cjs/justifi-payment-details.cjs.entry.js +63 -0
  33. package/dist/cjs/justifi-payment-details.cjs.entry.js.map +1 -0
  34. package/dist/cjs/justifi-payment-form.cjs.entry.js +6 -5
  35. package/dist/cjs/justifi-payment-form.cjs.entry.js.map +1 -1
  36. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +7 -5
  37. package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +1 -1
  38. package/dist/cjs/justifi-payments-list.cjs.entry.js +49 -47
  39. package/dist/cjs/justifi-payments-list.cjs.entry.js.map +1 -1
  40. package/dist/cjs/justifi-payout-details.cjs.entry.js +61 -0
  41. package/dist/cjs/justifi-payout-details.cjs.entry.js.map +1 -0
  42. package/dist/cjs/justifi-payouts-list.cjs.entry.js +64 -54
  43. package/dist/cjs/justifi-payouts-list.cjs.entry.js.map +1 -1
  44. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +156 -0
  45. package/dist/cjs/justifi-proceeds-list.cjs.entry.js.map +1 -0
  46. package/dist/cjs/justifi-table.cjs.entry.js +68 -0
  47. package/dist/cjs/justifi-table.cjs.entry.js.map +1 -0
  48. package/dist/cjs/loader.cjs.js +2 -2
  49. package/dist/cjs/select-input_2.cjs.entry.js +1 -1
  50. package/dist/cjs/table-utils-617126e5.js +13 -0
  51. package/dist/cjs/table-utils-617126e5.js.map +1 -0
  52. package/dist/cjs/{utils-4ee7e080.js → utils-0fd61dbd.js} +43 -104
  53. package/dist/cjs/utils-0fd61dbd.js.map +1 -0
  54. package/dist/cjs/utils-a5b5bfdf.js +35 -0
  55. package/dist/cjs/utils-a5b5bfdf.js.map +1 -0
  56. package/dist/cjs/webcomponents.cjs.js +3 -3
  57. package/dist/cjs/webcomponents.cjs.js.map +1 -1
  58. package/dist/collection/api/Api.js +15 -3
  59. package/dist/collection/api/Api.js.map +1 -1
  60. package/dist/collection/api/Business.js +50 -0
  61. package/dist/collection/api/Business.js.map +1 -0
  62. package/dist/collection/api/Payment.js.map +1 -1
  63. package/dist/collection/api/Payout.js +9 -0
  64. package/dist/collection/api/Payout.js.map +1 -1
  65. package/dist/collection/api/Proceed.js +42 -0
  66. package/dist/collection/api/Proceed.js.map +1 -0
  67. package/dist/collection/api/shared.js +2 -0
  68. package/dist/collection/api/shared.js.map +1 -0
  69. package/dist/collection/collection-manifest.json +13 -1
  70. package/dist/collection/components/business-form/additional-questions/additional-questions.js +59 -0
  71. package/dist/collection/components/business-form/additional-questions/additional-questions.js.map +1 -0
  72. package/dist/collection/components/business-form/business-address/business-address-form.js +1 -1
  73. package/dist/collection/components/business-form/business-address/business-address-form.js.map +1 -1
  74. package/dist/collection/components/business-form/business-address/test/business-address.spec.js +22 -18
  75. package/dist/collection/components/business-form/business-address/test/business-address.spec.js.map +1 -1
  76. package/dist/collection/components/business-form/business-form-schema.js +48 -37
  77. package/dist/collection/components/business-form/business-form-schema.js.map +1 -1
  78. package/dist/collection/components/business-form/business-form.css +5283 -43
  79. package/dist/collection/components/business-form/business-form.js +83 -6
  80. package/dist/collection/components/business-form/business-form.js.map +1 -1
  81. package/dist/collection/components/business-form/{businessForm.stories.js → business-form.stories.js} +8 -8
  82. package/dist/collection/components/business-form/business-form.stories.js.map +1 -0
  83. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +10 -17
  84. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js.map +1 -1
  85. package/dist/collection/components/business-form/business-owners/business-owners.css +5283 -0
  86. package/dist/collection/components/business-form/business-owners/business-owners.js +48 -37
  87. package/dist/collection/components/business-form/business-owners/business-owners.js.map +1 -1
  88. package/dist/collection/components/business-form/business-representative/business-representative.js +12 -17
  89. package/dist/collection/components/business-form/business-representative/business-representative.js.map +1 -1
  90. package/dist/collection/components/business-form/test/business-form.spec.js +44 -0
  91. package/dist/collection/components/business-form/test/business-form.spec.js.map +1 -0
  92. package/dist/collection/components/business-list/business-list.css +576 -0
  93. package/dist/collection/components/business-list/business-list.js +209 -0
  94. package/dist/collection/components/business-list/business-list.js.map +1 -0
  95. package/dist/collection/components/business-list/business-list.stories.js +68 -0
  96. package/dist/collection/components/business-list/business-list.stories.js.map +1 -0
  97. package/dist/collection/components/business-list/example.js +12 -0
  98. package/dist/collection/components/details/details.css +7983 -0
  99. package/dist/collection/components/details/details.js +66 -0
  100. package/dist/collection/components/details/details.js.map +1 -0
  101. package/dist/collection/components/details/utils.js +10 -0
  102. package/dist/collection/components/details/utils.js.map +1 -0
  103. package/dist/collection/components/form/form-control-datepart.js +233 -0
  104. package/dist/collection/components/form/form-control-datepart.js.map +1 -0
  105. package/dist/collection/components/form/form-control-monetary.js +186 -0
  106. package/dist/collection/components/form/form-control-monetary.js.map +1 -0
  107. package/dist/collection/components/form/form-control-number-masked.js +217 -0
  108. package/dist/collection/components/form/form-control-number-masked.js.map +1 -0
  109. package/dist/collection/components/form/form-control-number.css +1818 -0
  110. package/dist/collection/components/form/form-control-number.js +194 -0
  111. package/dist/collection/components/form/form-control-number.js.map +1 -0
  112. package/dist/collection/components/form/form-control-select.css +6 -0
  113. package/dist/collection/components/form/form-control-select.js +36 -4
  114. package/dist/collection/components/form/form-control-select.js.map +1 -1
  115. package/dist/collection/components/form/form-control-text.css +7 -0
  116. package/dist/collection/components/form/form-control-text.js +45 -3
  117. package/dist/collection/components/form/form-control-text.js.map +1 -1
  118. package/dist/collection/components/form/form.js +16 -8
  119. package/dist/collection/components/form/form.js.map +1 -1
  120. package/dist/collection/components/legal-address-form/legal-address-form-schema.js +11 -0
  121. package/dist/collection/components/legal-address-form/legal-address-form-schema.js.map +1 -0
  122. package/dist/collection/components/legal-address-form/legal-address-form.css +2489 -0
  123. package/dist/collection/components/legal-address-form/legal-address-form.js +90 -0
  124. package/dist/collection/components/legal-address-form/legal-address-form.js.map +1 -0
  125. package/dist/collection/components/payment-details/example.js +12 -0
  126. package/dist/collection/components/payment-details/payment-details.css +7983 -0
  127. package/dist/collection/components/payment-details/payment-details.js +129 -0
  128. package/dist/collection/components/payment-details/payment-details.js.map +1 -0
  129. package/dist/collection/components/payment-details/payment-details.stories.js +47 -0
  130. package/dist/collection/components/payment-details/payment-details.stories.js.map +1 -0
  131. package/dist/collection/components/payments-list/payments-list.css +0 -7380
  132. package/dist/collection/components/payments-list/payments-list.js +69 -43
  133. package/dist/collection/components/payments-list/payments-list.js.map +1 -1
  134. package/dist/collection/components/payments-list/payments-list.stories.js +10 -10
  135. package/dist/collection/components/payments-list/payments-list.stories.js.map +1 -1
  136. package/dist/collection/components/payments-list/test/payments-list.spec.js +3 -54
  137. package/dist/collection/components/payments-list/test/payments-list.spec.js.map +1 -1
  138. package/dist/collection/components/payout-details/example.js +12 -0
  139. package/dist/collection/components/payout-details/payout-details.css +7983 -0
  140. package/dist/collection/components/payout-details/payout-details.js +126 -0
  141. package/dist/collection/components/payout-details/payout-details.js.map +1 -0
  142. package/dist/collection/components/payout-details/payout-details.stories.js +47 -0
  143. package/dist/collection/components/payout-details/payout-details.stories.js.map +1 -0
  144. package/dist/collection/components/payouts-list/example.js +12 -0
  145. package/dist/collection/components/payouts-list/payouts-list.css +0 -7407
  146. package/dist/collection/components/payouts-list/payouts-list.js +82 -48
  147. package/dist/collection/components/payouts-list/payouts-list.js.map +1 -1
  148. package/dist/collection/components/payouts-list/payouts-list.stories.js +10 -10
  149. package/dist/collection/components/payouts-list/payouts-list.stories.js.map +1 -1
  150. package/dist/collection/components/proceeds-list/example.js +12 -0
  151. package/dist/collection/components/proceeds-list/proceeds-list.css +576 -0
  152. package/dist/collection/components/proceeds-list/proceeds-list.js +207 -0
  153. package/dist/collection/components/proceeds-list/proceeds-list.js.map +1 -0
  154. package/dist/collection/components/proceeds-list/proceeds-list.stories.js +69 -0
  155. package/dist/collection/components/proceeds-list/proceeds-list.stories.js.map +1 -0
  156. package/dist/collection/components/table/table-utils.js +8 -0
  157. package/dist/collection/components/table/table-utils.js.map +1 -0
  158. package/dist/collection/components/table/table.css +8077 -0
  159. package/dist/collection/components/table/table.js +215 -0
  160. package/dist/collection/components/table/table.js.map +1 -0
  161. package/dist/collection/components/table/test/table.spec.js +59 -0
  162. package/dist/collection/components/table/test/table.spec.js.map +1 -0
  163. package/dist/collection/utils/country-options.js +202 -0
  164. package/dist/collection/utils/country-options.js.map +1 -0
  165. package/dist/collection/utils/phone-masks.js +4 -0
  166. package/dist/collection/utils/phone-masks.js.map +1 -0
  167. package/dist/collection/utils/utils.js +40 -0
  168. package/dist/collection/utils/utils.js.map +1 -1
  169. package/dist/components/Api.js +15 -3
  170. package/dist/components/Api.js.map +1 -1
  171. package/dist/components/Payout.js +113 -0
  172. package/dist/components/Payout.js.map +1 -0
  173. package/dist/components/additional-questions.js +51 -0
  174. package/dist/components/additional-questions.js.map +1 -0
  175. package/dist/components/business-address-form.js +8 -2
  176. package/dist/components/business-address-form.js.map +1 -1
  177. package/dist/components/business-generic-info.js +61 -35
  178. package/dist/components/business-generic-info.js.map +1 -1
  179. package/dist/components/business-owners.js +52 -36
  180. package/dist/components/business-owners.js.map +1 -1
  181. package/dist/components/business-representative.js +31 -15
  182. package/dist/components/business-representative.js.map +1 -1
  183. package/dist/components/details.js +66 -0
  184. package/dist/components/details.js.map +1 -0
  185. package/dist/components/form-control-datepart.d.ts +11 -0
  186. package/dist/components/form-control-datepart.js +8 -0
  187. package/dist/components/form-control-datepart.js.map +1 -0
  188. package/dist/components/form-control-datepart2.js +97 -0
  189. package/dist/components/form-control-datepart2.js.map +1 -0
  190. package/dist/components/form-control-monetary.d.ts +11 -0
  191. package/dist/components/form-control-monetary.js +8 -0
  192. package/dist/components/form-control-monetary.js.map +1 -0
  193. package/dist/components/form-control-monetary2.js +82 -0
  194. package/dist/components/form-control-monetary2.js.map +1 -0
  195. package/dist/components/form-control-number-masked.d.ts +11 -0
  196. package/dist/components/form-control-number-masked.js +8 -0
  197. package/dist/components/form-control-number-masked.js.map +1 -0
  198. package/dist/components/form-control-number-masked2.js +81 -0
  199. package/dist/components/form-control-number-masked2.js.map +1 -0
  200. package/dist/components/form-control-number.d.ts +11 -0
  201. package/dist/components/form-control-number.js +8 -0
  202. package/dist/components/form-control-number.js.map +1 -0
  203. package/dist/components/form-control-number2.js +70 -0
  204. package/dist/components/form-control-number2.js.map +1 -0
  205. package/dist/components/form-control-select.js +2 -2
  206. package/dist/components/form-control-select2.js +20 -7
  207. package/dist/components/form-control-select2.js.map +1 -1
  208. package/dist/components/form-control-text2.js +23 -4
  209. package/dist/components/form-control-text2.js.map +1 -1
  210. package/dist/components/index.d.ts +6 -0
  211. package/dist/components/index.esm.js +1 -18
  212. package/dist/components/index.esm.js.map +1 -1
  213. package/dist/components/index.js +1 -1
  214. package/dist/components/index2.js +3231 -0
  215. package/dist/components/index2.js.map +1 -0
  216. package/dist/components/justifi-additional-questions.d.ts +11 -0
  217. package/dist/components/justifi-additional-questions.js +8 -0
  218. package/dist/components/justifi-additional-questions.js.map +1 -0
  219. package/dist/components/justifi-business-form.js +146 -28
  220. package/dist/components/justifi-business-form.js.map +1 -1
  221. package/dist/components/justifi-business-generic-info.js +1 -1
  222. package/dist/components/justifi-business-list.d.ts +11 -0
  223. package/dist/components/justifi-business-list.js +215 -0
  224. package/dist/components/justifi-business-list.js.map +1 -0
  225. package/dist/components/justifi-details.d.ts +11 -0
  226. package/dist/components/justifi-details.js +8 -0
  227. package/dist/components/justifi-details.js.map +1 -0
  228. package/dist/components/justifi-legal-address-form.d.ts +11 -0
  229. package/dist/components/justifi-legal-address-form.js +8 -0
  230. package/dist/components/justifi-legal-address-form.js.map +1 -0
  231. package/dist/components/justifi-payment-details.d.ts +11 -0
  232. package/dist/components/justifi-payment-details.js +88 -0
  233. package/dist/components/justifi-payment-details.js.map +1 -0
  234. package/dist/components/justifi-payment-form.js +2 -1
  235. package/dist/components/justifi-payment-form.js.map +1 -1
  236. package/dist/components/justifi-payments-list.js +52 -45
  237. package/dist/components/justifi-payments-list.js.map +1 -1
  238. package/dist/components/justifi-payout-details.d.ts +11 -0
  239. package/dist/components/justifi-payout-details.js +86 -0
  240. package/dist/components/justifi-payout-details.js.map +1 -0
  241. package/dist/components/justifi-payouts-list.js +65 -50
  242. package/dist/components/justifi-payouts-list.js.map +1 -1
  243. package/dist/components/justifi-proceeds-list.d.ts +11 -0
  244. package/dist/components/justifi-proceeds-list.js +182 -0
  245. package/dist/components/justifi-proceeds-list.js.map +1 -0
  246. package/dist/components/justifi-table.d.ts +11 -0
  247. package/dist/components/justifi-table.js +8 -0
  248. package/dist/components/justifi-table.js.map +1 -0
  249. package/dist/components/legal-address-form.js +271 -0
  250. package/dist/components/legal-address-form.js.map +1 -0
  251. package/dist/components/payment-method-form.js +6 -4
  252. package/dist/components/payment-method-form.js.map +1 -1
  253. package/dist/components/phone-masks.js +7 -0
  254. package/dist/components/phone-masks.js.map +1 -0
  255. package/dist/components/table.js +94 -0
  256. package/dist/components/table.js.map +1 -0
  257. package/dist/components/utils.js +41 -102
  258. package/dist/components/utils.js.map +1 -1
  259. package/dist/esm/{Api-436dfa09.js → Api-a95f17ac.js} +16 -4
  260. package/dist/esm/Api-a95f17ac.js.map +1 -0
  261. package/dist/esm/Payout-9a1f2859.js +113 -0
  262. package/dist/esm/Payout-9a1f2859.js.map +1 -0
  263. package/dist/esm/{business-form-schema-30c48693.js → business-form-schema-5885d3d6.js} +40 -22
  264. package/dist/esm/business-form-schema-5885d3d6.js.map +1 -0
  265. package/dist/esm/form-control-datepart_2.entry.js +102 -0
  266. package/dist/esm/form-control-datepart_2.entry.js.map +1 -0
  267. package/dist/esm/form-control-monetary.entry.js +61 -0
  268. package/dist/esm/form-control-monetary.entry.js.map +1 -0
  269. package/dist/esm/{form-control-select_2.entry.js → form-control-number_3.entry.js} +98 -12
  270. package/dist/esm/form-control-number_3.entry.js.map +1 -0
  271. package/dist/esm/form-control-select.entry.js +43 -0
  272. package/dist/esm/form-control-select.entry.js.map +1 -0
  273. package/dist/esm/index-5ed53c20.js +3231 -0
  274. package/dist/esm/index-5ed53c20.js.map +1 -0
  275. package/dist/esm/{index-c8f391de.js → index-609a2c67.js} +10 -2
  276. package/dist/esm/index-609a2c67.js.map +1 -0
  277. package/dist/esm/{index.esm-be2cd327.js → index.esm-89fe6af9.js} +2 -19
  278. package/dist/esm/index.esm-89fe6af9.js.map +1 -0
  279. package/dist/esm/justifi-additional-questions_5.entry.js +388 -0
  280. package/dist/esm/justifi-additional-questions_5.entry.js.map +1 -0
  281. package/dist/esm/justifi-bank-account-form.entry.js +1 -1
  282. package/dist/esm/justifi-billing-form_2.entry.js +2 -2
  283. package/dist/esm/justifi-business-form.entry.js +98 -16
  284. package/dist/esm/justifi-business-form.entry.js.map +1 -1
  285. package/dist/esm/justifi-business-list.entry.js +185 -0
  286. package/dist/esm/justifi-business-list.entry.js.map +1 -0
  287. package/dist/esm/justifi-card-form.entry.js +1 -1
  288. package/dist/esm/justifi-details.entry.js +26 -0
  289. package/dist/esm/justifi-details.entry.js.map +1 -0
  290. package/dist/esm/justifi-payment-details.entry.js +59 -0
  291. package/dist/esm/justifi-payment-details.entry.js.map +1 -0
  292. package/dist/esm/justifi-payment-form.entry.js +3 -2
  293. package/dist/esm/justifi-payment-form.entry.js.map +1 -1
  294. package/dist/esm/justifi-payment-method-form.entry.js +7 -5
  295. package/dist/esm/justifi-payment-method-form.entry.js.map +1 -1
  296. package/dist/esm/justifi-payments-list.entry.js +47 -45
  297. package/dist/esm/justifi-payments-list.entry.js.map +1 -1
  298. package/dist/esm/justifi-payout-details.entry.js +57 -0
  299. package/dist/esm/justifi-payout-details.entry.js.map +1 -0
  300. package/dist/esm/justifi-payouts-list.entry.js +60 -50
  301. package/dist/esm/justifi-payouts-list.entry.js.map +1 -1
  302. package/dist/esm/justifi-proceeds-list.entry.js +152 -0
  303. package/dist/esm/justifi-proceeds-list.entry.js.map +1 -0
  304. package/dist/esm/justifi-table.entry.js +64 -0
  305. package/dist/esm/justifi-table.entry.js.map +1 -0
  306. package/dist/esm/loader.js +3 -3
  307. package/dist/esm/select-input_2.entry.js +1 -1
  308. package/dist/esm/table-utils-6cdcaa8c.js +11 -0
  309. package/dist/esm/table-utils-6cdcaa8c.js.map +1 -0
  310. package/dist/esm/{utils-e7782126.js → utils-ad0bbe03.js} +42 -103
  311. package/dist/esm/utils-ad0bbe03.js.map +1 -0
  312. package/dist/esm/utils-cdf0b984.js +28 -0
  313. package/dist/esm/utils-cdf0b984.js.map +1 -0
  314. package/dist/esm/webcomponents.js +4 -4
  315. package/dist/esm/webcomponents.js.map +1 -1
  316. package/dist/types/api/Api.d.ts +1 -1
  317. package/dist/types/api/Business.d.ts +133 -0
  318. package/dist/types/api/Payment.d.ts +1 -0
  319. package/dist/types/api/Payout.d.ts +10 -12
  320. package/dist/types/api/Proceed.d.ts +60 -0
  321. package/dist/types/api/shared.d.ts +11 -0
  322. package/dist/types/components/business-form/additional-questions/additional-questions.d.ts +15 -0
  323. package/dist/types/components/business-form/business-form-schema.d.ts +47 -21
  324. package/dist/types/components/business-form/business-form.d.ts +7 -2
  325. package/dist/types/components/business-form/business-generic-info/business-generic-info.d.ts +1 -2
  326. package/dist/types/components/business-form/business-owners/business-owners.d.ts +3 -2
  327. package/dist/types/components/business-form/business-representative/business-representative.d.ts +1 -2
  328. package/dist/types/components/business-list/business-list.d.ts +35 -0
  329. package/dist/types/components/business-list/business-list.stories.d.ts +9 -0
  330. package/dist/types/components/details/details.d.ts +7 -0
  331. package/dist/types/components/details/utils.d.ts +19 -0
  332. package/dist/types/components/form/form-control-datepart.d.ts +19 -0
  333. package/dist/types/components/form/form-control-monetary.d.ts +17 -0
  334. package/dist/types/components/form/form-control-number-masked.d.ts +19 -0
  335. package/dist/types/components/form/form-control-number.d.ts +18 -0
  336. package/dist/types/components/form/form-control-select.d.ts +6 -1
  337. package/dist/types/components/form/form-control-text.d.ts +6 -0
  338. package/dist/types/components/form/form.d.ts +5 -4
  339. package/dist/types/components/legal-address-form/legal-address-form-schema.d.ts +17 -0
  340. package/dist/types/components/legal-address-form/legal-address-form.d.ts +16 -0
  341. package/dist/types/components/payment-details/payment-details.d.ts +28 -0
  342. package/dist/types/components/payment-details/payment-details.stories.d.ts +8 -0
  343. package/dist/types/components/payments-list/payments-list.d.ts +6 -14
  344. package/dist/types/components/payments-list/payments-list.stories.d.ts +1 -8
  345. package/dist/types/components/payout-details/payout-details.d.ts +28 -0
  346. package/dist/types/components/payout-details/payout-details.stories.d.ts +8 -0
  347. package/dist/types/components/payouts-list/payouts-list.d.ts +7 -15
  348. package/dist/types/components/payouts-list/payouts-list.stories.d.ts +1 -8
  349. package/dist/types/components/proceeds-list/proceeds-list.d.ts +37 -0
  350. package/dist/types/components/proceeds-list/proceeds-list.stories.d.ts +9 -0
  351. package/dist/types/components/table/table-utils.d.ts +14 -0
  352. package/dist/types/components/table/table.d.ts +28 -0
  353. package/dist/types/components.d.ts +635 -12
  354. package/dist/types/stencil-public-runtime.d.ts +2 -0
  355. package/dist/types/utils/country-options.d.ts +5 -0
  356. package/dist/types/utils/phone-masks.d.ts +3 -0
  357. package/dist/types/utils/utils.d.ts +2 -0
  358. package/dist/webcomponents/{p-33d69eb5.entry.js → p-0237a6bc.entry.js} +2 -2
  359. package/dist/webcomponents/p-0237a6bc.entry.js.map +1 -0
  360. package/dist/webcomponents/{p-7041a637.entry.js → p-0d6e9f76.entry.js} +2 -2
  361. package/dist/webcomponents/p-126146d4.js +2 -0
  362. package/dist/webcomponents/p-126146d4.js.map +1 -0
  363. package/dist/webcomponents/p-239564c6.entry.js +2 -0
  364. package/dist/webcomponents/p-239564c6.entry.js.map +1 -0
  365. package/dist/webcomponents/p-27b15fe8.entry.js +2 -0
  366. package/dist/webcomponents/p-27b15fe8.entry.js.map +1 -0
  367. package/dist/webcomponents/p-2c2cde2d.js +2 -0
  368. package/dist/webcomponents/p-2c2cde2d.js.map +1 -0
  369. package/dist/webcomponents/p-308b6784.js +3 -0
  370. package/dist/webcomponents/p-308b6784.js.map +1 -0
  371. package/dist/webcomponents/p-391b8f1d.entry.js +2 -0
  372. package/dist/webcomponents/p-391b8f1d.entry.js.map +1 -0
  373. package/dist/webcomponents/p-439fc294.entry.js +2 -0
  374. package/dist/webcomponents/p-439fc294.entry.js.map +1 -0
  375. package/dist/webcomponents/p-66f010e5.entry.js +2 -0
  376. package/dist/webcomponents/{p-d5bc9f22.entry.js.map → p-66f010e5.entry.js.map} +1 -1
  377. package/dist/webcomponents/p-7abb092c.entry.js +2 -0
  378. package/dist/webcomponents/{p-309a886f.entry.js.map → p-7abb092c.entry.js.map} +1 -1
  379. package/dist/webcomponents/{p-d5cadc78.entry.js → p-7e3bbe32.entry.js} +2 -2
  380. package/dist/webcomponents/p-86464cab.entry.js +2 -0
  381. package/dist/webcomponents/p-86464cab.entry.js.map +1 -0
  382. package/dist/webcomponents/p-8f421dc6.js +2 -0
  383. package/dist/webcomponents/p-8f421dc6.js.map +1 -0
  384. package/dist/webcomponents/p-9346ae33.js +2 -0
  385. package/dist/webcomponents/p-9346ae33.js.map +1 -0
  386. package/dist/webcomponents/p-ab0756ff.js +2 -0
  387. package/dist/webcomponents/p-ab0756ff.js.map +1 -0
  388. package/dist/webcomponents/p-b042bf80.entry.js +2 -0
  389. package/dist/webcomponents/p-b042bf80.entry.js.map +1 -0
  390. package/dist/webcomponents/{p-1953797f.entry.js → p-b967262f.entry.js} +2 -2
  391. package/dist/webcomponents/p-bf9c2be2.entry.js +2 -0
  392. package/dist/webcomponents/p-bf9c2be2.entry.js.map +1 -0
  393. package/dist/webcomponents/p-c18d876e.entry.js +2 -0
  394. package/dist/webcomponents/p-c18d876e.entry.js.map +1 -0
  395. package/dist/webcomponents/p-c1e4288d.entry.js +2 -0
  396. package/dist/webcomponents/p-c1e4288d.entry.js.map +1 -0
  397. package/dist/webcomponents/{p-0fd4aae2.js → p-c46241ba.js} +2 -2
  398. package/dist/webcomponents/p-c46241ba.js.map +1 -0
  399. package/dist/webcomponents/p-ccb0e1c5.js +2 -0
  400. package/dist/webcomponents/p-ccb0e1c5.js.map +1 -0
  401. package/dist/webcomponents/p-d1bbf409.entry.js +2 -0
  402. package/dist/webcomponents/p-d1bbf409.entry.js.map +1 -0
  403. package/dist/webcomponents/p-e26d7eea.entry.js +2 -0
  404. package/dist/webcomponents/p-e26d7eea.entry.js.map +1 -0
  405. package/dist/webcomponents/{p-23e9c7d4.entry.js → p-e77d8c6e.entry.js} +2 -2
  406. package/dist/webcomponents/p-f0acb27e.entry.js +2 -0
  407. package/dist/webcomponents/p-f0acb27e.entry.js.map +1 -0
  408. package/dist/webcomponents/p-f8d49acb.entry.js +2 -0
  409. package/dist/webcomponents/p-f8d49acb.entry.js.map +1 -0
  410. package/dist/webcomponents/p-f9e127a5.js +2 -0
  411. package/dist/webcomponents/p-f9e127a5.js.map +1 -0
  412. package/dist/webcomponents/webcomponents.esm.js +1 -1
  413. package/dist/webcomponents/webcomponents.esm.js.map +1 -1
  414. package/package.json +7 -5
  415. package/dist/cjs/Api-7303478d.js.map +0 -1
  416. package/dist/cjs/business-form-schema-63b311b2.js.map +0 -1
  417. package/dist/cjs/form-control-select_2.cjs.entry.js.map +0 -1
  418. package/dist/cjs/index-83b2ec02.js.map +0 -1
  419. package/dist/cjs/index.esm-7e12ce07.js.map +0 -1
  420. package/dist/cjs/justifi-business-address-form.cjs.entry.js +0 -37
  421. package/dist/cjs/justifi-business-address-form.cjs.entry.js.map +0 -1
  422. package/dist/cjs/justifi-business-generic-info_3.cjs.entry.js +0 -148
  423. package/dist/cjs/justifi-business-generic-info_3.cjs.entry.js.map +0 -1
  424. package/dist/cjs/utils-4ee7e080.js.map +0 -1
  425. package/dist/collection/components/business-form/businessForm.stories.js.map +0 -1
  426. package/dist/esm/Api-436dfa09.js.map +0 -1
  427. package/dist/esm/business-form-schema-30c48693.js.map +0 -1
  428. package/dist/esm/form-control-select_2.entry.js.map +0 -1
  429. package/dist/esm/index-c8f391de.js.map +0 -1
  430. package/dist/esm/index.esm-be2cd327.js.map +0 -1
  431. package/dist/esm/justifi-business-address-form.entry.js +0 -33
  432. package/dist/esm/justifi-business-address-form.entry.js.map +0 -1
  433. package/dist/esm/justifi-business-generic-info_3.entry.js +0 -142
  434. package/dist/esm/justifi-business-generic-info_3.entry.js.map +0 -1
  435. package/dist/esm/utils-e7782126.js.map +0 -1
  436. package/dist/webcomponents/p-0fd4aae2.js.map +0 -1
  437. package/dist/webcomponents/p-1a1f2196.js +0 -2
  438. package/dist/webcomponents/p-1a1f2196.js.map +0 -1
  439. package/dist/webcomponents/p-309a886f.entry.js +0 -2
  440. package/dist/webcomponents/p-33d69eb5.entry.js.map +0 -1
  441. package/dist/webcomponents/p-3a80a2ec.entry.js +0 -2
  442. package/dist/webcomponents/p-3a80a2ec.entry.js.map +0 -1
  443. package/dist/webcomponents/p-45fea6a8.entry.js +0 -2
  444. package/dist/webcomponents/p-45fea6a8.entry.js.map +0 -1
  445. package/dist/webcomponents/p-79456add.js +0 -2
  446. package/dist/webcomponents/p-79456add.js.map +0 -1
  447. package/dist/webcomponents/p-af080b21.js +0 -2
  448. package/dist/webcomponents/p-af080b21.js.map +0 -1
  449. package/dist/webcomponents/p-bc969904.js +0 -3
  450. package/dist/webcomponents/p-bc969904.js.map +0 -1
  451. package/dist/webcomponents/p-cd097ce9.entry.js +0 -2
  452. package/dist/webcomponents/p-cd097ce9.entry.js.map +0 -1
  453. package/dist/webcomponents/p-d5bc9f22.entry.js +0 -2
  454. package/dist/webcomponents/p-dd1ebc0b.entry.js +0 -2
  455. package/dist/webcomponents/p-dd1ebc0b.entry.js.map +0 -1
  456. package/dist/webcomponents/p-e05e0c6b.entry.js +0 -2
  457. package/dist/webcomponents/p-e05e0c6b.entry.js.map +0 -1
  458. /package/dist/types/components/business-form/{businessForm.stories.d.ts → business-form.stories.d.ts} +0 -0
  459. /package/dist/webcomponents/{p-7041a637.entry.js.map → p-0d6e9f76.entry.js.map} +0 -0
  460. /package/dist/webcomponents/{p-d5cadc78.entry.js.map → p-7e3bbe32.entry.js.map} +0 -0
  461. /package/dist/webcomponents/{p-1953797f.entry.js.map → p-b967262f.entry.js.map} +0 -0
  462. /package/dist/webcomponents/{p-23e9c7d4.entry.js.map → p-e77d8c6e.entry.js.map} +0 -0
@@ -0,0 +1,576 @@
1
+ :root,
2
+ [data-bs-theme=light] {
3
+ --bs-blue: #0d6efd;
4
+ --bs-indigo: #6610f2;
5
+ --bs-purple: #6f42c1;
6
+ --bs-pink: #d63384;
7
+ --bs-red: #dc3545;
8
+ --bs-orange: #fd7e14;
9
+ --bs-yellow: #ffc107;
10
+ --bs-green: #198754;
11
+ --bs-teal: #20c997;
12
+ --bs-cyan: #0dcaf0;
13
+ --bs-black: #000;
14
+ --bs-white: #fff;
15
+ --bs-gray: #6c757d;
16
+ --bs-gray-dark: #343a40;
17
+ --bs-gray-100: #f8f9fa;
18
+ --bs-gray-200: #e9ecef;
19
+ --bs-gray-300: #dee2e6;
20
+ --bs-gray-400: #ced4da;
21
+ --bs-gray-500: #adb5bd;
22
+ --bs-gray-600: #6c757d;
23
+ --bs-gray-700: #495057;
24
+ --bs-gray-800: #343a40;
25
+ --bs-gray-900: #212529;
26
+ --bs-primary: #0d6efd;
27
+ --bs-secondary: #6c757d;
28
+ --bs-success: #198754;
29
+ --bs-info: #0dcaf0;
30
+ --bs-warning: #ffc107;
31
+ --bs-danger: #dc3545;
32
+ --bs-light: #f8f9fa;
33
+ --bs-dark: #212529;
34
+ --bs-primary-rgb: 13, 110, 253;
35
+ --bs-secondary-rgb: 108, 117, 125;
36
+ --bs-success-rgb: 25, 135, 84;
37
+ --bs-info-rgb: 13, 202, 240;
38
+ --bs-warning-rgb: 255, 193, 7;
39
+ --bs-danger-rgb: 220, 53, 69;
40
+ --bs-light-rgb: 248, 249, 250;
41
+ --bs-dark-rgb: 33, 37, 41;
42
+ --bs-primary-text-emphasis: #052c65;
43
+ --bs-secondary-text-emphasis: #2b2f32;
44
+ --bs-success-text-emphasis: #0a3622;
45
+ --bs-info-text-emphasis: #055160;
46
+ --bs-warning-text-emphasis: #664d03;
47
+ --bs-danger-text-emphasis: #58151c;
48
+ --bs-light-text-emphasis: #495057;
49
+ --bs-dark-text-emphasis: #495057;
50
+ --bs-primary-bg-subtle: #cfe2ff;
51
+ --bs-secondary-bg-subtle: #e2e3e5;
52
+ --bs-success-bg-subtle: #d1e7dd;
53
+ --bs-info-bg-subtle: #cff4fc;
54
+ --bs-warning-bg-subtle: #fff3cd;
55
+ --bs-danger-bg-subtle: #f8d7da;
56
+ --bs-light-bg-subtle: #fcfcfd;
57
+ --bs-dark-bg-subtle: #ced4da;
58
+ --bs-primary-border-subtle: #9ec5fe;
59
+ --bs-secondary-border-subtle: #c4c8cb;
60
+ --bs-success-border-subtle: #a3cfbb;
61
+ --bs-info-border-subtle: #9eeaf9;
62
+ --bs-warning-border-subtle: #ffe69c;
63
+ --bs-danger-border-subtle: #f1aeb5;
64
+ --bs-light-border-subtle: #e9ecef;
65
+ --bs-dark-border-subtle: #adb5bd;
66
+ --bs-white-rgb: 255, 255, 255;
67
+ --bs-black-rgb: 0, 0, 0;
68
+ --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
69
+ --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
70
+ --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
71
+ --bs-body-font-family: var(--bs-font-sans-serif);
72
+ --bs-body-font-size: 1rem;
73
+ --bs-body-font-weight: 400;
74
+ --bs-body-line-height: 1.5;
75
+ --bs-body-color: #212529;
76
+ --bs-body-color-rgb: 33, 37, 41;
77
+ --bs-body-bg: #fff;
78
+ --bs-body-bg-rgb: 255, 255, 255;
79
+ --bs-emphasis-color: #000;
80
+ --bs-emphasis-color-rgb: 0, 0, 0;
81
+ --bs-secondary-color: rgba(33, 37, 41, 0.75);
82
+ --bs-secondary-color-rgb: 33, 37, 41;
83
+ --bs-secondary-bg: #e9ecef;
84
+ --bs-secondary-bg-rgb: 233, 236, 239;
85
+ --bs-tertiary-color: rgba(33, 37, 41, 0.5);
86
+ --bs-tertiary-color-rgb: 33, 37, 41;
87
+ --bs-tertiary-bg: #f8f9fa;
88
+ --bs-tertiary-bg-rgb: 248, 249, 250;
89
+ --bs-heading-color: inherit;
90
+ --bs-link-color: #0d6efd;
91
+ --bs-link-color-rgb: 13, 110, 253;
92
+ --bs-link-decoration: underline;
93
+ --bs-link-hover-color: #0a58ca;
94
+ --bs-link-hover-color-rgb: 10, 88, 202;
95
+ --bs-code-color: #d63384;
96
+ --bs-highlight-bg: #fff3cd;
97
+ --bs-border-width: 1px;
98
+ --bs-border-style: solid;
99
+ --bs-border-color: #dee2e6;
100
+ --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
101
+ --bs-border-radius: 0.375rem;
102
+ --bs-border-radius-sm: 0.25rem;
103
+ --bs-border-radius-lg: 0.5rem;
104
+ --bs-border-radius-xl: 1rem;
105
+ --bs-border-radius-xxl: 2rem;
106
+ --bs-border-radius-2xl: var(--bs-border-radius-xxl);
107
+ --bs-border-radius-pill: 50rem;
108
+ --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
109
+ --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
110
+ --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
111
+ --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
112
+ --bs-focus-ring-width: 0.25rem;
113
+ --bs-focus-ring-opacity: 0.25;
114
+ --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
115
+ --bs-form-valid-color: #198754;
116
+ --bs-form-valid-border-color: #198754;
117
+ --bs-form-invalid-color: #dc3545;
118
+ --bs-form-invalid-border-color: #dc3545;
119
+ }
120
+
121
+ [data-bs-theme=dark] {
122
+ color-scheme: dark;
123
+ --bs-body-color: #dee2e6;
124
+ --bs-body-color-rgb: 222, 226, 230;
125
+ --bs-body-bg: #212529;
126
+ --bs-body-bg-rgb: 33, 37, 41;
127
+ --bs-emphasis-color: #fff;
128
+ --bs-emphasis-color-rgb: 255, 255, 255;
129
+ --bs-secondary-color: rgba(222, 226, 230, 0.75);
130
+ --bs-secondary-color-rgb: 222, 226, 230;
131
+ --bs-secondary-bg: #343a40;
132
+ --bs-secondary-bg-rgb: 52, 58, 64;
133
+ --bs-tertiary-color: rgba(222, 226, 230, 0.5);
134
+ --bs-tertiary-color-rgb: 222, 226, 230;
135
+ --bs-tertiary-bg: #2b3035;
136
+ --bs-tertiary-bg-rgb: 43, 48, 53;
137
+ --bs-primary-text-emphasis: #6ea8fe;
138
+ --bs-secondary-text-emphasis: #a7acb1;
139
+ --bs-success-text-emphasis: #75b798;
140
+ --bs-info-text-emphasis: #6edff6;
141
+ --bs-warning-text-emphasis: #ffda6a;
142
+ --bs-danger-text-emphasis: #ea868f;
143
+ --bs-light-text-emphasis: #f8f9fa;
144
+ --bs-dark-text-emphasis: #dee2e6;
145
+ --bs-primary-bg-subtle: #031633;
146
+ --bs-secondary-bg-subtle: #161719;
147
+ --bs-success-bg-subtle: #051b11;
148
+ --bs-info-bg-subtle: #032830;
149
+ --bs-warning-bg-subtle: #332701;
150
+ --bs-danger-bg-subtle: #2c0b0e;
151
+ --bs-light-bg-subtle: #343a40;
152
+ --bs-dark-bg-subtle: #1a1d20;
153
+ --bs-primary-border-subtle: #084298;
154
+ --bs-secondary-border-subtle: #41464b;
155
+ --bs-success-border-subtle: #0f5132;
156
+ --bs-info-border-subtle: #087990;
157
+ --bs-warning-border-subtle: #997404;
158
+ --bs-danger-border-subtle: #842029;
159
+ --bs-light-border-subtle: #495057;
160
+ --bs-dark-border-subtle: #343a40;
161
+ --bs-heading-color: inherit;
162
+ --bs-link-color: #6ea8fe;
163
+ --bs-link-hover-color: #8bb9fe;
164
+ --bs-link-color-rgb: 110, 168, 254;
165
+ --bs-link-hover-color-rgb: 139, 185, 254;
166
+ --bs-code-color: #e685b5;
167
+ --bs-border-color: #495057;
168
+ --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
169
+ --bs-form-valid-color: #75b798;
170
+ --bs-form-valid-border-color: #75b798;
171
+ --bs-form-invalid-color: #ea868f;
172
+ --bs-form-invalid-border-color: #ea868f;
173
+ }
174
+
175
+ .spinner-grow,
176
+ .spinner-border {
177
+ display: inline-block;
178
+ width: var(--bs-spinner-width);
179
+ height: var(--bs-spinner-height);
180
+ vertical-align: var(--bs-spinner-vertical-align);
181
+ border-radius: 50%;
182
+ animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
183
+ }
184
+
185
+ @keyframes spinner-border {
186
+ to {
187
+ transform: rotate(360deg) /* rtl:ignore */;
188
+ }
189
+ }
190
+ .spinner-border {
191
+ --bs-spinner-width: 2rem;
192
+ --bs-spinner-height: 2rem;
193
+ --bs-spinner-vertical-align: -0.125em;
194
+ --bs-spinner-border-width: 0.25em;
195
+ --bs-spinner-animation-speed: 0.75s;
196
+ --bs-spinner-animation-name: spinner-border;
197
+ border: var(--bs-spinner-border-width) solid currentcolor;
198
+ border-right-color: transparent;
199
+ }
200
+
201
+ .spinner-border-sm {
202
+ --bs-spinner-width: 1rem;
203
+ --bs-spinner-height: 1rem;
204
+ --bs-spinner-border-width: 0.2em;
205
+ }
206
+
207
+ @keyframes spinner-grow {
208
+ 0% {
209
+ transform: scale(0);
210
+ }
211
+ 50% {
212
+ opacity: 1;
213
+ transform: none;
214
+ }
215
+ }
216
+ .spinner-grow {
217
+ --bs-spinner-width: 2rem;
218
+ --bs-spinner-height: 2rem;
219
+ --bs-spinner-vertical-align: -0.125em;
220
+ --bs-spinner-animation-speed: 0.75s;
221
+ --bs-spinner-animation-name: spinner-grow;
222
+ background-color: currentcolor;
223
+ opacity: 0;
224
+ }
225
+
226
+ .spinner-grow-sm {
227
+ --bs-spinner-width: 1rem;
228
+ --bs-spinner-height: 1rem;
229
+ }
230
+
231
+ @media (prefers-reduced-motion: reduce) {
232
+ .spinner-border,
233
+ .spinner-grow {
234
+ --bs-spinner-animation-speed: 1.5s;
235
+ }
236
+ }
237
+ .clearfix::after {
238
+ display: block;
239
+ clear: both;
240
+ content: "";
241
+ }
242
+
243
+ .text-bg-primary {
244
+ color: #fff !important;
245
+ background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
246
+ }
247
+
248
+ .text-bg-secondary {
249
+ color: #fff !important;
250
+ background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
251
+ }
252
+
253
+ .text-bg-success {
254
+ color: #fff !important;
255
+ background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
256
+ }
257
+
258
+ .text-bg-info {
259
+ color: #000 !important;
260
+ background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
261
+ }
262
+
263
+ .text-bg-warning {
264
+ color: #000 !important;
265
+ background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
266
+ }
267
+
268
+ .text-bg-danger {
269
+ color: #fff !important;
270
+ background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
271
+ }
272
+
273
+ .text-bg-light {
274
+ color: #000 !important;
275
+ background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
276
+ }
277
+
278
+ .text-bg-dark {
279
+ color: #fff !important;
280
+ background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
281
+ }
282
+
283
+ .link-primary {
284
+ color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
285
+ text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
286
+ }
287
+ .link-primary:hover, .link-primary:focus {
288
+ color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
289
+ text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
290
+ }
291
+
292
+ .link-secondary {
293
+ color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
294
+ text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
295
+ }
296
+ .link-secondary:hover, .link-secondary:focus {
297
+ color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
298
+ text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
299
+ }
300
+
301
+ .link-success {
302
+ color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
303
+ text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
304
+ }
305
+ .link-success:hover, .link-success:focus {
306
+ color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
307
+ text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
308
+ }
309
+
310
+ .link-info {
311
+ color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
312
+ text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
313
+ }
314
+ .link-info:hover, .link-info:focus {
315
+ color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
316
+ text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
317
+ }
318
+
319
+ .link-warning {
320
+ color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
321
+ text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
322
+ }
323
+ .link-warning:hover, .link-warning:focus {
324
+ color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
325
+ text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
326
+ }
327
+
328
+ .link-danger {
329
+ color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
330
+ text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
331
+ }
332
+ .link-danger:hover, .link-danger:focus {
333
+ color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
334
+ text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
335
+ }
336
+
337
+ .link-light {
338
+ color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
339
+ text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
340
+ }
341
+ .link-light:hover, .link-light:focus {
342
+ color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
343
+ text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
344
+ }
345
+
346
+ .link-dark {
347
+ color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
348
+ text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
349
+ }
350
+ .link-dark:hover, .link-dark:focus {
351
+ color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
352
+ text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
353
+ }
354
+
355
+ .link-body-emphasis {
356
+ color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
357
+ text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
358
+ }
359
+ .link-body-emphasis:hover, .link-body-emphasis:focus {
360
+ color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
361
+ text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
362
+ }
363
+
364
+ .focus-ring:focus {
365
+ outline: 0;
366
+ box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
367
+ }
368
+
369
+ .icon-link {
370
+ display: inline-flex;
371
+ gap: 0.375rem;
372
+ align-items: center;
373
+ text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
374
+ text-underline-offset: 0.25em;
375
+ backface-visibility: hidden;
376
+ }
377
+ .icon-link > .bi {
378
+ flex-shrink: 0;
379
+ width: 1em;
380
+ height: 1em;
381
+ fill: currentcolor;
382
+ transition: 0.2s ease-in-out transform;
383
+ }
384
+ @media (prefers-reduced-motion: reduce) {
385
+ .icon-link > .bi {
386
+ transition: none;
387
+ }
388
+ }
389
+
390
+ .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
391
+ transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
392
+ }
393
+
394
+ .ratio {
395
+ position: relative;
396
+ width: 100%;
397
+ }
398
+ .ratio::before {
399
+ display: block;
400
+ padding-top: var(--bs-aspect-ratio);
401
+ content: "";
402
+ }
403
+ .ratio > * {
404
+ position: absolute;
405
+ top: 0;
406
+ left: 0;
407
+ width: 100%;
408
+ height: 100%;
409
+ }
410
+
411
+ .ratio-1x1 {
412
+ --bs-aspect-ratio: 100%;
413
+ }
414
+
415
+ .ratio-4x3 {
416
+ --bs-aspect-ratio: 75%;
417
+ }
418
+
419
+ .ratio-16x9 {
420
+ --bs-aspect-ratio: 56.25%;
421
+ }
422
+
423
+ .ratio-21x9 {
424
+ --bs-aspect-ratio: 42.8571428571%;
425
+ }
426
+
427
+ .fixed-top {
428
+ position: fixed;
429
+ top: 0;
430
+ right: 0;
431
+ left: 0;
432
+ z-index: 1030;
433
+ }
434
+
435
+ .fixed-bottom {
436
+ position: fixed;
437
+ right: 0;
438
+ bottom: 0;
439
+ left: 0;
440
+ z-index: 1030;
441
+ }
442
+
443
+ .sticky-top {
444
+ position: sticky;
445
+ top: 0;
446
+ z-index: 1020;
447
+ }
448
+
449
+ .sticky-bottom {
450
+ position: sticky;
451
+ bottom: 0;
452
+ z-index: 1020;
453
+ }
454
+
455
+ @media (min-width: 576px) {
456
+ .sticky-sm-top {
457
+ position: sticky;
458
+ top: 0;
459
+ z-index: 1020;
460
+ }
461
+ .sticky-sm-bottom {
462
+ position: sticky;
463
+ bottom: 0;
464
+ z-index: 1020;
465
+ }
466
+ }
467
+ @media (min-width: 768px) {
468
+ .sticky-md-top {
469
+ position: sticky;
470
+ top: 0;
471
+ z-index: 1020;
472
+ }
473
+ .sticky-md-bottom {
474
+ position: sticky;
475
+ bottom: 0;
476
+ z-index: 1020;
477
+ }
478
+ }
479
+ @media (min-width: 992px) {
480
+ .sticky-lg-top {
481
+ position: sticky;
482
+ top: 0;
483
+ z-index: 1020;
484
+ }
485
+ .sticky-lg-bottom {
486
+ position: sticky;
487
+ bottom: 0;
488
+ z-index: 1020;
489
+ }
490
+ }
491
+ @media (min-width: 1200px) {
492
+ .sticky-xl-top {
493
+ position: sticky;
494
+ top: 0;
495
+ z-index: 1020;
496
+ }
497
+ .sticky-xl-bottom {
498
+ position: sticky;
499
+ bottom: 0;
500
+ z-index: 1020;
501
+ }
502
+ }
503
+ @media (min-width: 1400px) {
504
+ .sticky-xxl-top {
505
+ position: sticky;
506
+ top: 0;
507
+ z-index: 1020;
508
+ }
509
+ .sticky-xxl-bottom {
510
+ position: sticky;
511
+ bottom: 0;
512
+ z-index: 1020;
513
+ }
514
+ }
515
+ .hstack {
516
+ display: flex;
517
+ flex-direction: row;
518
+ align-items: center;
519
+ align-self: stretch;
520
+ }
521
+
522
+ .vstack {
523
+ display: flex;
524
+ flex: 1 1 auto;
525
+ flex-direction: column;
526
+ align-self: stretch;
527
+ }
528
+
529
+ .visually-hidden,
530
+ .visually-hidden-focusable:not(:focus):not(:focus-within) {
531
+ width: 1px !important;
532
+ height: 1px !important;
533
+ padding: 0 !important;
534
+ margin: -1px !important;
535
+ overflow: hidden !important;
536
+ clip: rect(0, 0, 0, 0) !important;
537
+ white-space: nowrap !important;
538
+ border: 0 !important;
539
+ }
540
+ .visually-hidden:not(caption),
541
+ .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
542
+ position: absolute !important;
543
+ }
544
+
545
+ .stretched-link::after {
546
+ position: absolute;
547
+ top: 0;
548
+ right: 0;
549
+ bottom: 0;
550
+ left: 0;
551
+ z-index: 1;
552
+ content: "";
553
+ }
554
+
555
+ .text-truncate {
556
+ overflow: hidden;
557
+ text-overflow: ellipsis;
558
+ white-space: nowrap;
559
+ }
560
+
561
+ .vr {
562
+ display: inline-block;
563
+ align-self: stretch;
564
+ width: var(--bs-border-width);
565
+ min-height: 1em;
566
+ background-color: currentcolor;
567
+ opacity: 0.25;
568
+ }
569
+
570
+ :host {
571
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
572
+ font-size: 1rem;
573
+ font-weight: 400;
574
+ line-height: 1.5;
575
+ color: #212529;
576
+ }