@justifi/webcomponents 4.7.0-rc.0 → 4.7.0-rc.2

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 (338) hide show
  1. package/dist/cjs/{SubAccount-5d77adbf.js → SubAccount-f47c8522.js} +2 -2
  2. package/dist/cjs/{SubAccount-5d77adbf.js.map → SubAccount-f47c8522.js.map} +1 -1
  3. package/dist/cjs/additional-questions-details_5.cjs.entry.js +3 -3
  4. package/dist/cjs/config-70f62990.js +19 -0
  5. package/dist/cjs/config-70f62990.js.map +1 -0
  6. package/dist/cjs/form-control-datepart_2.cjs.entry.js +1 -1
  7. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  8. package/dist/cjs/form-control-number_3.cjs.entry.js +1 -1
  9. package/dist/cjs/{index-ce7d512e.js → index-c5ace247.js} +4 -1
  10. package/dist/cjs/index-c5ace247.js.map +1 -0
  11. package/dist/cjs/justifi-additional-questions_6.cjs.entry.js +1 -1
  12. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
  13. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +1 -1
  14. package/dist/cjs/justifi-business-details.cjs.entry.js +4 -3
  15. package/dist/cjs/justifi-business-details.cjs.entry.js.map +1 -1
  16. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +3 -2
  17. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js.map +1 -1
  18. package/dist/cjs/justifi-business-form.cjs.entry.js +3 -2
  19. package/dist/cjs/justifi-business-form.cjs.entry.js.map +1 -1
  20. package/dist/cjs/justifi-business-list.cjs.entry.js +5 -3
  21. package/dist/cjs/justifi-business-list.cjs.entry.js.map +1 -1
  22. package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
  23. package/dist/cjs/justifi-details.cjs.entry.js +2 -2
  24. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +11030 -0
  25. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js.map +1 -0
  26. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +2 -2
  27. package/dist/cjs/justifi-payment-details.cjs.entry.js +5 -4
  28. package/dist/cjs/justifi-payment-details.cjs.entry.js.map +1 -1
  29. package/dist/cjs/justifi-payment-form.cjs.entry.js +2 -2
  30. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +11 -9
  31. package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +1 -1
  32. package/dist/cjs/justifi-payments-list.cjs.entry.js +4 -3
  33. package/dist/cjs/justifi-payments-list.cjs.entry.js.map +1 -1
  34. package/dist/cjs/justifi-payout-details.cjs.entry.js +5 -4
  35. package/dist/cjs/justifi-payout-details.cjs.entry.js.map +1 -1
  36. package/dist/cjs/justifi-payouts-list.cjs.entry.js +4 -3
  37. package/dist/cjs/justifi-payouts-list.cjs.entry.js.map +1 -1
  38. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +4 -3
  39. package/dist/cjs/justifi-proceeds-list.cjs.entry.js.map +1 -1
  40. package/dist/cjs/justifi-refund-form.cjs.entry.js +3 -2
  41. package/dist/cjs/justifi-refund-form.cjs.entry.js.map +1 -1
  42. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +7 -6
  43. package/dist/cjs/justifi-subaccount-details.cjs.entry.js.map +1 -1
  44. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +5 -4
  45. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js.map +1 -1
  46. package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
  47. package/dist/cjs/loader.cjs.js +2 -2
  48. package/dist/cjs/select-input_2.cjs.entry.js +1 -1
  49. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +3 -3
  50. package/dist/cjs/subaccount-bank-details.cjs.entry.js +2 -2
  51. package/dist/cjs/subaccount-terms-details.cjs.entry.js +2 -2
  52. package/dist/cjs/{utils-d9cbe26f.js → utils-13d069be.js} +6 -1
  53. package/dist/cjs/utils-13d069be.js.map +1 -0
  54. package/dist/cjs/{utils-aaa6ab8b.js → utils-4622829d.js} +2 -2
  55. package/dist/cjs/{utils-aaa6ab8b.js.map → utils-4622829d.js.map} +1 -1
  56. package/dist/cjs/webcomponents.cjs.js +2 -2
  57. package/dist/collection/api/GrossVolume.js +2 -0
  58. package/dist/collection/api/GrossVolume.js.map +1 -0
  59. package/dist/collection/api/mockData/mockGrossVolumeReport.js +126 -0
  60. package/dist/collection/api/mockData/mockGrossVolumeReport.js.map +1 -0
  61. package/dist/collection/collection-manifest.json +1 -0
  62. package/dist/collection/components/bank-account-form/bank-account-form.stories.js +2 -1
  63. package/dist/collection/components/bank-account-form/bank-account-form.stories.js.map +1 -1
  64. package/dist/collection/components/billing-form/billing-form.stories.js +1 -1
  65. package/dist/collection/components/billing-form/billing-form.stories.js.map +1 -1
  66. package/dist/collection/components/business-details/business-details.js +2 -1
  67. package/dist/collection/components/business-details/business-details.js.map +1 -1
  68. package/dist/collection/components/business-details/business-details.stories.js +3 -2
  69. package/dist/collection/components/business-details/business-details.stories.js.map +1 -1
  70. package/dist/collection/components/business-form/business-form-stepped.js +2 -1
  71. package/dist/collection/components/business-form/business-form-stepped.js.map +1 -1
  72. package/dist/collection/components/business-form/business-form-stepped.stories.js +3 -2
  73. package/dist/collection/components/business-form/business-form-stepped.stories.js.map +1 -1
  74. package/dist/collection/components/business-form/business-form.js +2 -1
  75. package/dist/collection/components/business-form/business-form.js.map +1 -1
  76. package/dist/collection/components/business-form/business-form.stories.js +2 -1
  77. package/dist/collection/components/business-form/business-form.stories.js.map +1 -1
  78. package/dist/collection/components/business-list/business-list.js +3 -1
  79. package/dist/collection/components/business-list/business-list.js.map +1 -1
  80. package/dist/collection/components/business-list/business-list.stories.js +3 -2
  81. package/dist/collection/components/business-list/business-list.stories.js.map +1 -1
  82. package/dist/collection/components/card-form/card-form.stories.js +2 -1
  83. package/dist/collection/components/card-form/card-form.stories.js.map +1 -1
  84. package/dist/collection/components/gross-payment-chart/chart-utils.js +59 -0
  85. package/dist/collection/components/gross-payment-chart/chart-utils.js.map +1 -0
  86. package/dist/collection/components/gross-payment-chart/gross-payment-chart.css +572 -0
  87. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +128 -0
  88. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js.map +1 -0
  89. package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js +22 -0
  90. package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js.map +1 -0
  91. package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +15 -0
  92. package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js.map +1 -0
  93. package/dist/collection/components/payment-details/payment-details.js +2 -1
  94. package/dist/collection/components/payment-details/payment-details.js.map +1 -1
  95. package/dist/collection/components/payment-details/payment-details.stories.js +3 -2
  96. package/dist/collection/components/payment-details/payment-details.stories.js.map +1 -1
  97. package/dist/collection/components/payment-form/payment-form.stories.js +2 -1
  98. package/dist/collection/components/payment-form/payment-form.stories.js.map +1 -1
  99. package/dist/collection/components/payment-method-form/payment-method-form.js +3 -2
  100. package/dist/collection/components/payment-method-form/payment-method-form.js.map +1 -1
  101. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +9 -8
  102. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js.map +1 -1
  103. package/dist/collection/components/payments-list/payments-list.js +2 -1
  104. package/dist/collection/components/payments-list/payments-list.js.map +1 -1
  105. package/dist/collection/components/payments-list/payments-list.stories.js +3 -2
  106. package/dist/collection/components/payments-list/payments-list.stories.js.map +1 -1
  107. package/dist/collection/components/payout-details/payout-details.js +2 -1
  108. package/dist/collection/components/payout-details/payout-details.js.map +1 -1
  109. package/dist/collection/components/payout-details/payout-details.stories.js +3 -2
  110. package/dist/collection/components/payout-details/payout-details.stories.js.map +1 -1
  111. package/dist/collection/components/payouts-list/payouts-list.js +2 -1
  112. package/dist/collection/components/payouts-list/payouts-list.js.map +1 -1
  113. package/dist/collection/components/payouts-list/payouts-list.stories.js +3 -2
  114. package/dist/collection/components/payouts-list/payouts-list.stories.js.map +1 -1
  115. package/dist/collection/components/proceeds-list/proceeds-list.js +2 -1
  116. package/dist/collection/components/proceeds-list/proceeds-list.js.map +1 -1
  117. package/dist/collection/components/proceeds-list/proceeds-list.stories.js +3 -2
  118. package/dist/collection/components/proceeds-list/proceeds-list.stories.js.map +1 -1
  119. package/dist/collection/components/refund-form/refund-form.js +2 -1
  120. package/dist/collection/components/refund-form/refund-form.js.map +1 -1
  121. package/dist/collection/components/refund-form/refund-form.stories.js +1 -1
  122. package/dist/collection/components/refund-form/refund-form.stories.js.map +1 -1
  123. package/dist/collection/components/subaccount-details/subaccount-details.js +3 -2
  124. package/dist/collection/components/subaccount-details/subaccount-details.js.map +1 -1
  125. package/dist/collection/components/subaccount-details/subaccount-details.stories.js +4 -3
  126. package/dist/collection/components/subaccount-details/subaccount-details.stories.js.map +1 -1
  127. package/dist/collection/components/subaccounts-list/subaccounts-list.js +2 -1
  128. package/dist/collection/components/subaccounts-list/subaccounts-list.js.map +1 -1
  129. package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js +3 -2
  130. package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js.map +1 -1
  131. package/dist/collection/utils/utils.js +4 -0
  132. package/dist/collection/utils/utils.js.map +1 -1
  133. package/dist/components/SubAccount.js +1 -1
  134. package/dist/components/config.js +17 -0
  135. package/dist/components/config.js.map +1 -0
  136. package/dist/components/justifi-business-details.js +2 -1
  137. package/dist/components/justifi-business-details.js.map +1 -1
  138. package/dist/components/justifi-business-form-stepped.js +2 -1
  139. package/dist/components/justifi-business-form-stepped.js.map +1 -1
  140. package/dist/components/justifi-business-form.js +2 -1
  141. package/dist/components/justifi-business-form.js.map +1 -1
  142. package/dist/components/justifi-business-list.js +3 -1
  143. package/dist/components/justifi-business-list.js.map +1 -1
  144. package/dist/components/justifi-gross-payment-chart.d.ts +11 -0
  145. package/dist/components/justifi-gross-payment-chart.js +11053 -0
  146. package/dist/components/justifi-gross-payment-chart.js.map +1 -0
  147. package/dist/components/justifi-payment-balance-transactions.js +1 -1
  148. package/dist/components/justifi-payment-details.js +3 -2
  149. package/dist/components/justifi-payment-details.js.map +1 -1
  150. package/dist/components/justifi-payments-list.js +3 -2
  151. package/dist/components/justifi-payments-list.js.map +1 -1
  152. package/dist/components/justifi-payout-details.js +3 -2
  153. package/dist/components/justifi-payout-details.js.map +1 -1
  154. package/dist/components/justifi-payouts-list.js +3 -2
  155. package/dist/components/justifi-payouts-list.js.map +1 -1
  156. package/dist/components/justifi-proceeds-list.js +3 -2
  157. package/dist/components/justifi-proceeds-list.js.map +1 -1
  158. package/dist/components/justifi-refund-form.js +2 -1
  159. package/dist/components/justifi-refund-form.js.map +1 -1
  160. package/dist/components/justifi-subaccount-details.js +4 -3
  161. package/dist/components/justifi-subaccount-details.js.map +1 -1
  162. package/dist/components/justifi-subaccounts-list.js +3 -2
  163. package/dist/components/justifi-subaccounts-list.js.map +1 -1
  164. package/dist/components/payment-method-form.js +10 -8
  165. package/dist/components/payment-method-form.js.map +1 -1
  166. package/dist/components/subaccount-merchant-details2.js +1 -1
  167. package/dist/components/utils2.js +5 -1
  168. package/dist/components/utils2.js.map +1 -1
  169. package/dist/config.js +14 -0
  170. package/dist/config.js.map +1 -0
  171. package/dist/esm/{SubAccount-cf29d050.js → SubAccount-128190e9.js} +2 -2
  172. package/dist/esm/{SubAccount-cf29d050.js.map → SubAccount-128190e9.js.map} +1 -1
  173. package/dist/esm/additional-questions-details_5.entry.js +3 -3
  174. package/dist/esm/config-b1976dbd.js +17 -0
  175. package/dist/esm/config-b1976dbd.js.map +1 -0
  176. package/dist/esm/form-control-datepart_2.entry.js +1 -1
  177. package/dist/esm/form-control-monetary.entry.js +1 -1
  178. package/dist/esm/form-control-number_3.entry.js +1 -1
  179. package/dist/esm/{index-b02f9a6e.js → index-7471ed60.js} +4 -1
  180. package/dist/esm/index-7471ed60.js.map +1 -0
  181. package/dist/esm/justifi-additional-questions_6.entry.js +1 -1
  182. package/dist/esm/justifi-bank-account-form.entry.js +1 -1
  183. package/dist/esm/justifi-billing-form_2.entry.js +1 -1
  184. package/dist/esm/justifi-business-details.entry.js +4 -3
  185. package/dist/esm/justifi-business-details.entry.js.map +1 -1
  186. package/dist/esm/justifi-business-form-stepped.entry.js +3 -2
  187. package/dist/esm/justifi-business-form-stepped.entry.js.map +1 -1
  188. package/dist/esm/justifi-business-form.entry.js +3 -2
  189. package/dist/esm/justifi-business-form.entry.js.map +1 -1
  190. package/dist/esm/justifi-business-list.entry.js +5 -3
  191. package/dist/esm/justifi-business-list.entry.js.map +1 -1
  192. package/dist/esm/justifi-card-form.entry.js +1 -1
  193. package/dist/esm/justifi-details.entry.js +2 -2
  194. package/dist/esm/justifi-gross-payment-chart.entry.js +11026 -0
  195. package/dist/esm/justifi-gross-payment-chart.entry.js.map +1 -0
  196. package/dist/esm/justifi-payment-balance-transactions.entry.js +2 -2
  197. package/dist/esm/justifi-payment-details.entry.js +5 -4
  198. package/dist/esm/justifi-payment-details.entry.js.map +1 -1
  199. package/dist/esm/justifi-payment-form.entry.js +2 -2
  200. package/dist/esm/justifi-payment-method-form.entry.js +11 -9
  201. package/dist/esm/justifi-payment-method-form.entry.js.map +1 -1
  202. package/dist/esm/justifi-payments-list.entry.js +4 -3
  203. package/dist/esm/justifi-payments-list.entry.js.map +1 -1
  204. package/dist/esm/justifi-payout-details.entry.js +5 -4
  205. package/dist/esm/justifi-payout-details.entry.js.map +1 -1
  206. package/dist/esm/justifi-payouts-list.entry.js +4 -3
  207. package/dist/esm/justifi-payouts-list.entry.js.map +1 -1
  208. package/dist/esm/justifi-proceeds-list.entry.js +4 -3
  209. package/dist/esm/justifi-proceeds-list.entry.js.map +1 -1
  210. package/dist/esm/justifi-refund-form.entry.js +3 -2
  211. package/dist/esm/justifi-refund-form.entry.js.map +1 -1
  212. package/dist/esm/justifi-subaccount-details.entry.js +7 -6
  213. package/dist/esm/justifi-subaccount-details.entry.js.map +1 -1
  214. package/dist/esm/justifi-subaccounts-list.entry.js +5 -4
  215. package/dist/esm/justifi-subaccounts-list.entry.js.map +1 -1
  216. package/dist/esm/justifi-table_2.entry.js +1 -1
  217. package/dist/esm/loader.js +3 -3
  218. package/dist/esm/select-input_2.entry.js +1 -1
  219. package/dist/esm/subaccount-account-details_4.entry.js +3 -3
  220. package/dist/esm/subaccount-bank-details.entry.js +2 -2
  221. package/dist/esm/subaccount-terms-details.entry.js +2 -2
  222. package/dist/esm/{utils-fcf19fd5.js → utils-40b7002c.js} +6 -2
  223. package/dist/esm/utils-40b7002c.js.map +1 -0
  224. package/dist/esm/{utils-d647dd96.js → utils-6352c002.js} +2 -2
  225. package/dist/esm/{utils-d647dd96.js.map → utils-6352c002.js.map} +1 -1
  226. package/dist/esm/webcomponents.js +3 -3
  227. package/dist/types/api/GrossVolume.d.ts +8 -0
  228. package/dist/types/api/mockData/mockGrossVolumeReport.d.ts +7 -0
  229. package/dist/types/components/gross-payment-chart/chart-utils.d.ts +45 -0
  230. package/dist/types/components/gross-payment-chart/gross-payment-chart.d.ts +20 -0
  231. package/dist/types/components/gross-payment-chart/gross-payment-chart.stories.d.ts +7 -0
  232. package/dist/types/components.d.ts +17 -0
  233. package/dist/types/home/runner/work/web-component-library/web-component-library/stencil-library/.stencil/config.d.ts +13 -0
  234. package/dist/types/utils/utils.d.ts +1 -0
  235. package/dist/webcomponents/p-0e9a7fa7.entry.js +2 -0
  236. package/dist/webcomponents/p-0e9a7fa7.entry.js.map +1 -0
  237. package/dist/webcomponents/p-1920e118.entry.js +2 -0
  238. package/dist/webcomponents/p-1920e118.entry.js.map +1 -0
  239. package/dist/webcomponents/{p-99b3925f.entry.js → p-215b4c87.entry.js} +2 -2
  240. package/dist/webcomponents/{p-08311783.entry.js → p-2cd29187.entry.js} +2 -2
  241. package/dist/webcomponents/p-301a23aa.js +2 -0
  242. package/dist/webcomponents/p-301a23aa.js.map +1 -0
  243. package/dist/webcomponents/{p-14391341.entry.js → p-355eabff.entry.js} +2 -2
  244. package/dist/webcomponents/{p-2ac4e73d.entry.js → p-356cf20d.entry.js} +2 -2
  245. package/dist/webcomponents/{p-a1a94012.entry.js → p-397e0d5a.entry.js} +2 -2
  246. package/dist/webcomponents/p-491d5c69.entry.js +2 -0
  247. package/dist/webcomponents/p-491d5c69.entry.js.map +1 -0
  248. package/dist/webcomponents/{p-8471740f.entry.js → p-62872b87.entry.js} +2 -2
  249. package/dist/webcomponents/{p-e83f93cd.entry.js → p-635a3b3e.entry.js} +2 -2
  250. package/dist/webcomponents/p-64184a0c.entry.js +2 -0
  251. package/dist/webcomponents/p-64184a0c.entry.js.map +1 -0
  252. package/dist/webcomponents/p-6c3236e8.entry.js +2 -0
  253. package/dist/webcomponents/p-6c3236e8.entry.js.map +1 -0
  254. package/dist/webcomponents/{p-2806a2d6.js → p-76dffeec.js} +2 -2
  255. package/dist/webcomponents/{p-5dd71882.entry.js → p-77e732b2.entry.js} +2 -2
  256. package/dist/webcomponents/{p-756629e9.entry.js → p-798483dd.entry.js} +2 -2
  257. package/dist/webcomponents/{p-05cc444a.entry.js → p-7a24ab66.entry.js} +2 -2
  258. package/dist/webcomponents/p-8367b46c.entry.js +2 -0
  259. package/dist/webcomponents/p-8367b46c.entry.js.map +1 -0
  260. package/dist/webcomponents/{p-6642d95b.entry.js → p-88fa33c1.entry.js} +2 -2
  261. package/dist/webcomponents/p-8c4c3d60.entry.js +20 -0
  262. package/dist/webcomponents/p-8c4c3d60.entry.js.map +1 -0
  263. package/dist/webcomponents/{p-37b8106d.entry.js → p-931989e6.entry.js} +2 -2
  264. package/dist/webcomponents/{p-1d42e416.entry.js → p-96eecdff.entry.js} +2 -2
  265. package/dist/webcomponents/{p-a3211bb2.js → p-988191bf.js} +2 -2
  266. package/dist/webcomponents/p-a4c78757.entry.js +2 -0
  267. package/dist/webcomponents/p-a4c78757.entry.js.map +1 -0
  268. package/dist/webcomponents/p-b08a9520.entry.js +2 -0
  269. package/dist/webcomponents/p-b08a9520.entry.js.map +1 -0
  270. package/dist/webcomponents/p-b45453ea.entry.js +2 -0
  271. package/dist/webcomponents/p-b45453ea.entry.js.map +1 -0
  272. package/dist/webcomponents/p-c2845c5d.entry.js +2 -0
  273. package/dist/webcomponents/p-c2845c5d.entry.js.map +1 -0
  274. package/dist/webcomponents/{p-92872bbe.entry.js → p-c4289027.entry.js} +2 -2
  275. package/dist/webcomponents/{p-d18c0273.entry.js → p-c43e9572.entry.js} +2 -2
  276. package/dist/webcomponents/{p-0c5afcbc.js → p-cbb60191.js} +3 -3
  277. package/dist/webcomponents/p-cbb60191.js.map +1 -0
  278. package/dist/webcomponents/p-d40718da.entry.js +2 -0
  279. package/dist/webcomponents/p-d40718da.entry.js.map +1 -0
  280. package/dist/webcomponents/{p-4d37473a.js → p-d6b5793d.js} +2 -2
  281. package/dist/webcomponents/p-d6b5793d.js.map +1 -0
  282. package/dist/webcomponents/p-d7630f46.entry.js +2 -0
  283. package/dist/webcomponents/{p-5f434e8b.entry.js.map → p-d7630f46.entry.js.map} +1 -1
  284. package/dist/webcomponents/{p-b4f185c5.entry.js → p-ec1890fc.entry.js} +2 -2
  285. package/dist/webcomponents/p-ffcbf779.entry.js +2 -0
  286. package/dist/webcomponents/p-ffcbf779.entry.js.map +1 -0
  287. package/dist/webcomponents/webcomponents.esm.js +1 -1
  288. package/dist/webcomponents/webcomponents.esm.js.map +1 -1
  289. package/package.json +8 -7
  290. package/dist/cjs/index-ce7d512e.js.map +0 -1
  291. package/dist/cjs/utils-d9cbe26f.js.map +0 -1
  292. package/dist/esm/index-b02f9a6e.js.map +0 -1
  293. package/dist/esm/utils-fcf19fd5.js.map +0 -1
  294. package/dist/webcomponents/p-014b2f3a.entry.js +0 -2
  295. package/dist/webcomponents/p-014b2f3a.entry.js.map +0 -1
  296. package/dist/webcomponents/p-07059336.entry.js +0 -2
  297. package/dist/webcomponents/p-07059336.entry.js.map +0 -1
  298. package/dist/webcomponents/p-0c5afcbc.js.map +0 -1
  299. package/dist/webcomponents/p-1b5bd8f8.entry.js +0 -2
  300. package/dist/webcomponents/p-1b5bd8f8.entry.js.map +0 -1
  301. package/dist/webcomponents/p-23f600d3.entry.js +0 -2
  302. package/dist/webcomponents/p-23f600d3.entry.js.map +0 -1
  303. package/dist/webcomponents/p-26b1a61d.entry.js +0 -2
  304. package/dist/webcomponents/p-26b1a61d.entry.js.map +0 -1
  305. package/dist/webcomponents/p-2f741cd2.entry.js +0 -2
  306. package/dist/webcomponents/p-2f741cd2.entry.js.map +0 -1
  307. package/dist/webcomponents/p-3e0f6758.entry.js +0 -2
  308. package/dist/webcomponents/p-3e0f6758.entry.js.map +0 -1
  309. package/dist/webcomponents/p-43c04b00.entry.js +0 -2
  310. package/dist/webcomponents/p-43c04b00.entry.js.map +0 -1
  311. package/dist/webcomponents/p-4d37473a.js.map +0 -1
  312. package/dist/webcomponents/p-5b378f8d.entry.js +0 -2
  313. package/dist/webcomponents/p-5b378f8d.entry.js.map +0 -1
  314. package/dist/webcomponents/p-5f434e8b.entry.js +0 -2
  315. package/dist/webcomponents/p-6b5fcbff.entry.js +0 -2
  316. package/dist/webcomponents/p-6b5fcbff.entry.js.map +0 -1
  317. package/dist/webcomponents/p-c52d63b1.entry.js +0 -2
  318. package/dist/webcomponents/p-c52d63b1.entry.js.map +0 -1
  319. package/dist/webcomponents/p-c9373e73.entry.js +0 -2
  320. package/dist/webcomponents/p-c9373e73.entry.js.map +0 -1
  321. /package/dist/webcomponents/{p-99b3925f.entry.js.map → p-215b4c87.entry.js.map} +0 -0
  322. /package/dist/webcomponents/{p-08311783.entry.js.map → p-2cd29187.entry.js.map} +0 -0
  323. /package/dist/webcomponents/{p-14391341.entry.js.map → p-355eabff.entry.js.map} +0 -0
  324. /package/dist/webcomponents/{p-2ac4e73d.entry.js.map → p-356cf20d.entry.js.map} +0 -0
  325. /package/dist/webcomponents/{p-a1a94012.entry.js.map → p-397e0d5a.entry.js.map} +0 -0
  326. /package/dist/webcomponents/{p-8471740f.entry.js.map → p-62872b87.entry.js.map} +0 -0
  327. /package/dist/webcomponents/{p-e83f93cd.entry.js.map → p-635a3b3e.entry.js.map} +0 -0
  328. /package/dist/webcomponents/{p-2806a2d6.js.map → p-76dffeec.js.map} +0 -0
  329. /package/dist/webcomponents/{p-5dd71882.entry.js.map → p-77e732b2.entry.js.map} +0 -0
  330. /package/dist/webcomponents/{p-756629e9.entry.js.map → p-798483dd.entry.js.map} +0 -0
  331. /package/dist/webcomponents/{p-05cc444a.entry.js.map → p-7a24ab66.entry.js.map} +0 -0
  332. /package/dist/webcomponents/{p-6642d95b.entry.js.map → p-88fa33c1.entry.js.map} +0 -0
  333. /package/dist/webcomponents/{p-37b8106d.entry.js.map → p-931989e6.entry.js.map} +0 -0
  334. /package/dist/webcomponents/{p-1d42e416.entry.js.map → p-96eecdff.entry.js.map} +0 -0
  335. /package/dist/webcomponents/{p-a3211bb2.js.map → p-988191bf.js.map} +0 -0
  336. /package/dist/webcomponents/{p-92872bbe.entry.js.map → p-c4289027.entry.js.map} +0 -0
  337. /package/dist/webcomponents/{p-d18c0273.entry.js.map → p-c43e9572.entry.js.map} +0 -0
  338. /package/dist/webcomponents/{p-b4f185c5.entry.js.map → p-ec1890fc.entry.js.map} +0 -0
@@ -0,0 +1,572 @@
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
+ display: block;
572
+ }
@@ -0,0 +1,128 @@
1
+ import { Host, h } from "@stencil/core";
2
+ import { Api } from "../../api";
3
+ import { Chart, BarController, Colors, BarElement, CategoryScale, LinearScale, Legend, Tooltip, Title } from "chart.js";
4
+ import { generateChartOptions } from "./chart-utils";
5
+ import { ErrorState } from "../details/utils";
6
+ import { config } from "../../../config";
7
+ export class GrossPaymentChart {
8
+ constructor() {
9
+ this.accountId = undefined;
10
+ this.authToken = undefined;
11
+ this.data = undefined;
12
+ this.total = undefined;
13
+ this.dates = undefined;
14
+ this.endDate = undefined;
15
+ this.loading = true;
16
+ this.errorMessage = '';
17
+ }
18
+ updateOnPropChange() {
19
+ this.fetchData();
20
+ }
21
+ connectedCallback() {
22
+ this.fetchData();
23
+ }
24
+ componentDidRender() {
25
+ this.renderChart();
26
+ }
27
+ async fetchData() {
28
+ if (!this.accountId || !this.authToken) {
29
+ this.errorMessage = "Can not fetch any data without an AccountID and an AuthToken";
30
+ this.loading = false;
31
+ return;
32
+ }
33
+ this.loading = true;
34
+ const api = Api(this.authToken, config.proxyApiOrigin);
35
+ const endpoint = `account/${this.accountId}/reports/gross_volume`;
36
+ const response = await api.get(endpoint);
37
+ if (!response.error) {
38
+ this.total = response === null || response === void 0 ? void 0 : response.data.total;
39
+ this.dates = response === null || response === void 0 ? void 0 : response.data.dates.reverse();
40
+ this.endDate = this.dates[this.dates.length - 1].date;
41
+ }
42
+ this.loading = false;
43
+ }
44
+ renderChart() {
45
+ if (this.chart) {
46
+ this.chart.update();
47
+ }
48
+ else if (this.chartRef && this.endDate) {
49
+ Chart.register(Colors, BarController, BarElement, CategoryScale, LinearScale, Legend, Tooltip, Title);
50
+ this.chart = new Chart(this.chartRef.getContext("2d"), generateChartOptions(this.total, this.dates, this.endDate));
51
+ this.chart.render();
52
+ }
53
+ }
54
+ render() {
55
+ return (h(Host, null, this.errorMessage ? ErrorState(this.errorMessage)
56
+ : h("canvas", { id: "chart", ref: (elem) => this.chartRef = elem })));
57
+ }
58
+ static get is() { return "justifi-gross-payment-chart"; }
59
+ static get encapsulation() { return "shadow"; }
60
+ static get originalStyleUrls() {
61
+ return {
62
+ "$": ["gross-payment-chart.scss"]
63
+ };
64
+ }
65
+ static get styleUrls() {
66
+ return {
67
+ "$": ["gross-payment-chart.css"]
68
+ };
69
+ }
70
+ static get properties() {
71
+ return {
72
+ "accountId": {
73
+ "type": "string",
74
+ "mutable": false,
75
+ "complexType": {
76
+ "original": "string",
77
+ "resolved": "string",
78
+ "references": {}
79
+ },
80
+ "required": false,
81
+ "optional": false,
82
+ "docs": {
83
+ "tags": [],
84
+ "text": ""
85
+ },
86
+ "attribute": "account-id",
87
+ "reflect": false
88
+ },
89
+ "authToken": {
90
+ "type": "string",
91
+ "mutable": false,
92
+ "complexType": {
93
+ "original": "string",
94
+ "resolved": "string",
95
+ "references": {}
96
+ },
97
+ "required": false,
98
+ "optional": false,
99
+ "docs": {
100
+ "tags": [],
101
+ "text": ""
102
+ },
103
+ "attribute": "auth-token",
104
+ "reflect": false
105
+ }
106
+ };
107
+ }
108
+ static get states() {
109
+ return {
110
+ "data": {},
111
+ "total": {},
112
+ "dates": {},
113
+ "endDate": {},
114
+ "loading": {},
115
+ "errorMessage": {}
116
+ };
117
+ }
118
+ static get watchers() {
119
+ return [{
120
+ "propName": "accountId",
121
+ "methodName": "updateOnPropChange"
122
+ }, {
123
+ "propName": "authToken",
124
+ "methodName": "updateOnPropChange"
125
+ }];
126
+ }
127
+ }
128
+ //# sourceMappingURL=gross-payment-chart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gross-payment-chart.js","sourceRoot":"","sources":["../../../../src/components/gross-payment-chart/gross-payment-chart.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Host, Prop, State, Watch, h } from '@stencil/core';\nimport { Api, IApiResponseCollection } from '../../api';\nimport { Chart, BarController, Colors, BarElement, CategoryScale, LinearScale, Legend, Tooltip, Title, ChartConfiguration } from 'chart.js'\nimport { GrossVolumeReport, GrossVolumeReportDate } from '../../api/GrossVolume';\nimport { generateChartOptions } from './chart-utils';\nimport { ErrorState } from '../details/utils';\nimport { config } from '../../../config';\n\n@Component({\n tag: 'justifi-gross-payment-chart',\n styleUrl: 'gross-payment-chart.scss',\n shadow: true,\n})\nexport class GrossPaymentChart {\n chart: Chart\n chartRef: HTMLCanvasElement\n\n @Prop() accountId: string;\n @Prop() authToken: string;\n @State() data: GrossVolumeReport;\n @State() total: number;\n @State() dates: GrossVolumeReportDate[];\n @State() endDate: string;\n @State() loading: boolean = true;\n @State() errorMessage: string = '';\n\n @Watch('accountId')\n @Watch('authToken')\n updateOnPropChange() {\n this.fetchData();\n }\n\n connectedCallback() {\n this.fetchData();\n }\n\n componentDidRender() {\n this.renderChart();\n }\n\n async fetchData(): Promise<void> {\n if (!this.accountId || !this.authToken) {\n this.errorMessage = \"Can not fetch any data without an AccountID and an AuthToken\";\n this.loading = false;\n return;\n }\n this.loading = true;\n\n const api = Api(this.authToken, config.proxyApiOrigin);\n const endpoint = `account/${this.accountId}/reports/gross_volume`;\n const response: IApiResponseCollection<GrossVolumeReport> = await api.get(endpoint);\n\n if (!response.error) {\n this.total = response?.data.total;\n this.dates = response?.data.dates.reverse();\n this.endDate = this.dates[this.dates.length - 1].date;\n }\n\n this.loading = false;\n }\n\n renderChart() {\n if (this.chart) {\n this.chart.update()\n } else if (this.chartRef && this.endDate) {\n Chart.register(\n Colors,\n BarController,\n BarElement,\n CategoryScale,\n LinearScale,\n Legend,\n Tooltip,\n Title\n )\n this.chart = new Chart(\n this.chartRef.getContext(\"2d\"),\n generateChartOptions(this.total, this.dates, this.endDate) as ChartConfiguration\n );\n this.chart.render()\n }\n }\n\n render() {\n return (\n <Host>\n {\n this.errorMessage ? ErrorState(this.errorMessage)\n : <canvas id=\"chart\" ref={(elem) => this.chartRef = elem} />\n }\n </Host>\n );\n }\n}\n"]}