@saasquatch/mint-components 1.5.0-91 → 1.5.0-95

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 (459) hide show
  1. package/dist/cjs/{GenericTableView-39e0998e.js → GenericTableView-8e84d356.js} +3 -1
  2. package/dist/cjs/{ShadowViewAddon-30bea908.js → ShadowViewAddon-915b2c16.js} +19 -13
  3. package/dist/cjs/{global-633d1fb7.js → global-4c495d76.js} +1 -1
  4. package/dist/cjs/{index.module-f972f103.js → index.module-54724339.js} +6298 -6298
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/mint-components.cjs.js +3 -3
  7. package/dist/cjs/{re-render-1ef744c7.js → re-render-2f8d0f37.js} +2 -2
  8. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  9. package/dist/cjs/sqm-big-stat.cjs.entry.js +3 -3
  10. package/dist/cjs/{sqm-brand_27.cjs.entry.js → sqm-brand_29.cjs.entry.js} +82 -59
  11. package/dist/cjs/{sqm-empty_7.cjs.entry.js → sqm-empty_5.cjs.entry.js} +5 -35
  12. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
  13. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
  14. package/dist/cjs/sqm-name-fields.cjs.entry.js +2 -2
  15. package/dist/cjs/{sqm-navigation-sidebar-item-view-2ac54715.js → sqm-navigation-sidebar-item-view-da648fbc.js} +2 -2
  16. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
  17. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  18. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  19. package/dist/cjs/{sqm-portal-email-verification-view-c32a55d6.js → sqm-portal-email-verification-view-1552442a.js} +1 -1
  20. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +6 -6
  21. package/dist/cjs/{sqm-portal-footer-view-cac67bc9.js → sqm-portal-footer-view-15ce261b.js} +1 -1
  22. package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -3
  23. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  24. package/dist/cjs/sqm-portal-logout.cjs.entry.js +4 -4
  25. package/dist/cjs/{sqm-portal-profile-view-dea275e0.js → sqm-portal-profile-view-659635e9.js} +1 -1
  26. package/dist/cjs/sqm-portal-profile.cjs.entry.js +7 -7
  27. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +6 -6
  28. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +6 -6
  29. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +6 -6
  30. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +10 -132
  31. package/dist/cjs/sqm-refresh-button.cjs.entry.js +2 -2
  32. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +26 -0
  33. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +38 -0
  34. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +14 -13
  35. package/dist/cjs/sqm-stencilbook.cjs.entry.js +75 -70
  36. package/dist/cjs/sqm-tab.cjs.entry.js +0 -3
  37. package/dist/cjs/sqm-tabs.cjs.entry.js +2 -2
  38. package/dist/cjs/{useChildElements-3ce892db.js → useChildElements-a68699b4.js} +1 -1
  39. package/dist/cjs/{useDemoBigStat-99093687.js → useDemoBigStat-426e3319.js} +4 -4
  40. package/dist/cjs/{useReferralTable-464dd3a0.js → useReferralTable-273bb515.js} +7 -7
  41. package/dist/collection/collection-manifest.json +2 -0
  42. package/dist/collection/components/sqm-empty/sqm-empty-view.js +4 -11
  43. package/dist/collection/components/sqm-empty/sqm-empty.js +1 -21
  44. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +9 -3
  45. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +1 -2
  46. package/dist/collection/components/sqm-referral-table/mockReferralData.js +0 -123
  47. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +3 -2
  48. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +4 -0
  49. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-customer-note-cell.js +58 -0
  50. package/dist/collection/components/sqm-rewards-table/columns/sqm-customer-note-column.js +98 -0
  51. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -3
  52. package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +3 -0
  53. package/dist/collection/components/sqm-tab/sqm-tab.js +0 -5
  54. package/dist/collection/components/sqm-tabs/sqm-tabs.js +3 -0
  55. package/dist/collection/tables/GenericTableView.js +3 -1
  56. package/dist/esm/{GenericTableView-0c811879.js → GenericTableView-4a1292db.js} +3 -1
  57. package/dist/esm/{ShadowViewAddon-67cc91dc.js → ShadowViewAddon-e5ca5d7a.js} +19 -13
  58. package/dist/esm/{global-7d4eb5e5.js → global-a8e9f822.js} +1 -1
  59. package/dist/esm/{index.module-aac201f3.js → index.module-2821f17d.js} +6281 -6281
  60. package/dist/esm/loader.js +3 -3
  61. package/dist/esm/mint-components.js +3 -3
  62. package/dist/esm/{re-render-544e9c59.js → re-render-07721d1b.js} +2 -2
  63. package/dist/esm/sqm-asset-card.entry.js +2 -2
  64. package/dist/esm/sqm-big-stat.entry.js +3 -3
  65. package/dist/esm/{sqm-brand_27.entry.js → sqm-brand_29.entry.js} +81 -60
  66. package/dist/esm/{sqm-empty_7.entry.js → sqm-empty_5.entry.js} +6 -34
  67. package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
  68. package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
  69. package/dist/esm/sqm-name-fields.entry.js +2 -2
  70. package/dist/esm/{sqm-navigation-sidebar-item-view-df7cc698.js → sqm-navigation-sidebar-item-view-9380a346.js} +2 -2
  71. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  72. package/dist/esm/sqm-password-field.entry.js +2 -2
  73. package/dist/esm/sqm-popup-container.entry.js +4 -4
  74. package/dist/esm/{sqm-portal-email-verification-view-86e3ff2e.js → sqm-portal-email-verification-view-cf3a4840.js} +1 -1
  75. package/dist/esm/sqm-portal-email-verification.entry.js +6 -6
  76. package/dist/esm/{sqm-portal-footer-view-d6a43c4d.js → sqm-portal-footer-view-ba9892f9.js} +1 -1
  77. package/dist/esm/sqm-portal-footer.entry.js +3 -3
  78. package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
  79. package/dist/esm/sqm-portal-logout.entry.js +4 -4
  80. package/dist/esm/{sqm-portal-profile-view-ae44e2bb.js → sqm-portal-profile-view-f795d0cd.js} +1 -1
  81. package/dist/esm/sqm-portal-profile.entry.js +7 -7
  82. package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
  83. package/dist/esm/sqm-portal-reset-password.entry.js +6 -6
  84. package/dist/esm/sqm-portal-verify-email.entry.js +6 -6
  85. package/dist/esm/sqm-referral-table_11.entry.js +10 -132
  86. package/dist/esm/sqm-refresh-button.entry.js +2 -2
  87. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +22 -0
  88. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +34 -0
  89. package/dist/esm/sqm-rewards-table_9.entry.js +14 -13
  90. package/dist/esm/sqm-stencilbook.entry.js +75 -70
  91. package/dist/esm/sqm-tab.entry.js +0 -3
  92. package/dist/esm/sqm-tabs.entry.js +2 -2
  93. package/dist/esm/{useChildElements-db935587.js → useChildElements-62af7349.js} +1 -1
  94. package/dist/esm/{useDemoBigStat-a4835c19.js → useDemoBigStat-b5a22d26.js} +4 -4
  95. package/dist/esm/{useReferralTable-15634a86.js → useReferralTable-43a3a215.js} +7 -7
  96. package/dist/esm-es5/{GenericTableView-0c811879.js → GenericTableView-4a1292db.js} +1 -1
  97. package/dist/esm-es5/ShadowViewAddon-e5ca5d7a.js +1 -0
  98. package/dist/esm-es5/{global-7d4eb5e5.js → global-a8e9f822.js} +1 -1
  99. package/dist/esm-es5/index.module-2821f17d.js +1 -0
  100. package/dist/esm-es5/loader.js +1 -1
  101. package/dist/esm-es5/mint-components.js +1 -1
  102. package/dist/esm-es5/{re-render-544e9c59.js → re-render-07721d1b.js} +1 -1
  103. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  104. package/dist/esm-es5/sqm-big-stat.entry.js +1 -1
  105. package/dist/esm-es5/sqm-brand_29.entry.js +1 -0
  106. package/dist/esm-es5/sqm-empty_5.entry.js +1 -0
  107. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  108. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  109. package/dist/esm-es5/sqm-name-fields.entry.js +1 -1
  110. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-df7cc698.js → sqm-navigation-sidebar-item-view-9380a346.js} +1 -1
  111. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  112. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  113. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  114. package/dist/esm-es5/{sqm-portal-email-verification-view-86e3ff2e.js → sqm-portal-email-verification-view-cf3a4840.js} +1 -1
  115. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  116. package/dist/esm-es5/{sqm-portal-footer-view-d6a43c4d.js → sqm-portal-footer-view-ba9892f9.js} +1 -1
  117. package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
  118. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  119. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  120. package/dist/esm-es5/{sqm-portal-profile-view-ae44e2bb.js → sqm-portal-profile-view-f795d0cd.js} +1 -1
  121. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  122. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  123. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  124. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  125. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  126. package/dist/esm-es5/sqm-refresh-button.entry.js +1 -1
  127. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -0
  128. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -0
  129. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  130. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  131. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  132. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  133. package/dist/esm-es5/useChildElements-62af7349.js +1 -0
  134. package/dist/esm-es5/useDemoBigStat-b5a22d26.js +1 -0
  135. package/dist/esm-es5/useReferralTable-43a3a215.js +1 -0
  136. package/dist/mint-components/mint-components.esm.js +1 -1
  137. package/dist/mint-components/mint-components.js +1 -1
  138. package/dist/mint-components/{p-fcd096b3.entry.js → p-030f89b3.entry.js} +1 -1
  139. package/dist/mint-components/p-06763d29.entry.js +1 -0
  140. package/dist/mint-components/{p-3ef38b2e.js → p-09fbcba5.js} +1 -1
  141. package/dist/mint-components/{p-e82076e4.system.js → p-1122f7df.system.js} +1 -1
  142. package/dist/mint-components/{p-7e1afa8c.system.entry.js → p-1703d3c0.system.entry.js} +1 -1
  143. package/dist/mint-components/p-192f4931.system.entry.js +1 -0
  144. package/dist/mint-components/{p-a8141e7b.entry.js → p-19822c1b.entry.js} +1 -1
  145. package/dist/mint-components/{p-beac1a46.js → p-1af65647.js} +1 -1
  146. package/dist/mint-components/p-23b7aab8.entry.js +1 -0
  147. package/dist/mint-components/{p-e23aee93.system.entry.js → p-250d40f6.system.entry.js} +1 -1
  148. package/dist/mint-components/{p-1c3c2ddb.system.js → p-266268d2.system.js} +1 -1
  149. package/dist/mint-components/p-27daf6ab.system.entry.js +1 -0
  150. package/dist/mint-components/{p-b6375f45.system.entry.js → p-38b34432.system.entry.js} +1 -1
  151. package/dist/mint-components/p-3a0e33b9.entry.js +13 -0
  152. package/dist/mint-components/{p-4bb83ece.entry.js → p-3a349873.entry.js} +1 -1
  153. package/dist/mint-components/{p-4e0ce80b.js → p-4063dca2.js} +1 -1
  154. package/dist/mint-components/{p-fda350c6.entry.js → p-41a87a92.entry.js} +1 -1
  155. package/dist/mint-components/{p-5afd174d.js → p-458e44a5.js} +2 -2
  156. package/dist/mint-components/p-4b60eb5d.entry.js +1 -0
  157. package/dist/mint-components/{p-d264d1a0.system.js → p-4ceaa514.system.js} +1 -1
  158. package/dist/mint-components/{p-8f44832b.system.entry.js → p-4e4b69c2.system.entry.js} +1 -1
  159. package/dist/mint-components/p-4fb8cad9.entry.js +150 -0
  160. package/dist/mint-components/p-505d8965.system.entry.js +1 -0
  161. package/dist/mint-components/{p-4afe1b9c.entry.js → p-59afa159.entry.js} +1 -1
  162. package/dist/mint-components/{p-d2679942.system.js → p-59e4405d.system.js} +1 -1
  163. package/dist/mint-components/{p-91951a0a.system.entry.js → p-5da31edf.system.entry.js} +1 -1
  164. package/dist/mint-components/{p-7e955ed7.js → p-62dd50b3.js} +2 -2
  165. package/dist/mint-components/{p-ad9edc1d.js → p-66fc28d0.js} +1 -1
  166. package/dist/mint-components/p-680f7ea0.system.entry.js +1 -0
  167. package/dist/mint-components/p-6cc350b9.entry.js +1 -0
  168. package/dist/mint-components/p-6e5f2f7c.entry.js +93 -0
  169. package/dist/mint-components/{p-66ea5383.system.entry.js → p-75a78c16.system.entry.js} +1 -1
  170. package/dist/mint-components/p-77c4071b.entry.js +1 -0
  171. package/dist/mint-components/{p-d7736049.system.entry.js → p-7b854fc1.system.entry.js} +1 -1
  172. package/dist/mint-components/{p-1fbde87d.js → p-7e89b7ed.js} +1 -1
  173. package/dist/mint-components/p-820617d3.system.js +1 -0
  174. package/dist/mint-components/{p-4e5b972a.system.js → p-838242f3.system.js} +1 -1
  175. package/dist/mint-components/p-8a8d0514.system.js +1 -0
  176. package/dist/mint-components/{p-4ef20b4b.entry.js → p-94e10609.entry.js} +2 -2
  177. package/dist/mint-components/p-95a89867.js +1 -0
  178. package/dist/mint-components/{p-96e0913b.entry.js → p-996e20c4.entry.js} +1 -1
  179. package/dist/mint-components/{p-93e15034.entry.js → p-999a46af.entry.js} +1 -1
  180. package/dist/mint-components/{p-69303d97.system.js → p-9d467470.system.js} +1 -1
  181. package/dist/mint-components/{p-ae99111f.system.entry.js → p-9e2168f7.system.entry.js} +1 -1
  182. package/dist/mint-components/{p-fa4c7cd3.system.entry.js → p-9f0d9dfc.system.entry.js} +1 -1
  183. package/dist/mint-components/p-a13b5757.system.js +1 -0
  184. package/dist/mint-components/{p-da7c436f.system.entry.js → p-a62a0cf6.system.entry.js} +1 -1
  185. package/dist/mint-components/{p-d972a0cc.system.js → p-aa09f12b.system.js} +1 -1
  186. package/dist/mint-components/{p-49667de1.system.entry.js → p-b5c6ff52.system.entry.js} +1 -1
  187. package/dist/mint-components/{p-759df017.system.entry.js → p-b7e5ba0d.system.entry.js} +1 -1
  188. package/dist/mint-components/{p-20e8567f.entry.js → p-bca007f0.entry.js} +1 -1
  189. package/dist/mint-components/{p-d25bded1.system.entry.js → p-be02b2a2.system.entry.js} +1 -1
  190. package/dist/mint-components/{p-72296718.system.entry.js → p-c00fd233.system.entry.js} +1 -1
  191. package/dist/mint-components/{p-75f54850.entry.js → p-c0693ddc.entry.js} +1 -1
  192. package/dist/mint-components/p-c5037c05.system.entry.js +1 -0
  193. package/dist/mint-components/{p-f6507695.system.entry.js → p-c5a656af.system.entry.js} +1 -1
  194. package/dist/mint-components/{p-1f5124fb.system.js → p-c5ce6c37.system.js} +1 -1
  195. package/dist/mint-components/{p-cf699d0e.system.entry.js → p-c7f81b0e.system.entry.js} +1 -1
  196. package/dist/mint-components/{p-c8aa6875.entry.js → p-cd69d4f6.entry.js} +2 -2
  197. package/dist/mint-components/p-cdebf9f7.system.entry.js +1 -0
  198. package/dist/mint-components/{p-087b15f9.system.js → p-cf9c3022.system.js} +1 -1
  199. package/dist/mint-components/p-d0c09868.js +1 -0
  200. package/dist/mint-components/p-d13b1d06.entry.js +1 -0
  201. package/dist/mint-components/p-d1ffec5b.entry.js +1 -0
  202. package/dist/mint-components/p-d42442f4.system.entry.js +1 -0
  203. package/dist/mint-components/p-d98083fb.entry.js +1 -0
  204. package/dist/mint-components/{p-9351348e.entry.js → p-db9e20a0.entry.js} +1 -1
  205. package/dist/mint-components/{p-c5314bbc.js → p-de2e871a.js} +1 -1
  206. package/dist/mint-components/p-dec7a657.entry.js +1 -0
  207. package/dist/mint-components/{p-62db6962.js → p-e15e8e89.js} +1 -1
  208. package/dist/mint-components/p-e1d1bbdc.system.entry.js +1 -0
  209. package/dist/mint-components/p-e6fac878.entry.js +1 -0
  210. package/dist/mint-components/{p-16023c39.system.entry.js → p-e89b298a.system.entry.js} +1 -1
  211. package/dist/mint-components/{p-55b6147d.js → p-ef030fdf.js} +1 -1
  212. package/dist/mint-components/p-f6855b3f.system.entry.js +1 -0
  213. package/dist/mint-components/{p-1204f7df.entry.js → p-f94c4847.entry.js} +1 -1
  214. package/dist/mint-components/p-f983083d.system.js +1 -0
  215. package/dist/types/components/sqm-empty/sqm-empty-view.d.ts +0 -1
  216. package/dist/types/components/sqm-empty/sqm-empty.d.ts +0 -4
  217. package/dist/types/components/sqm-rewards-table/RewardsTableCell.stories.d.ts +1 -0
  218. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-customer-note-cell.d.ts +8 -0
  219. package/dist/types/components/sqm-rewards-table/columns/sqm-customer-note-column.d.ts +15 -0
  220. package/dist/types/components/sqm-tab/sqm-tab.d.ts +0 -2
  221. package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +1 -0
  222. package/dist/types/components.d.ts +42 -8
  223. package/dist/types/saasquatch.d.ts +1 -0
  224. package/grapesjs/grapesjs.js +1 -1
  225. package/package.json +1 -1
  226. package/dist/esm-es5/ShadowViewAddon-67cc91dc.js +0 -1
  227. package/dist/esm-es5/index.module-aac201f3.js +0 -1
  228. package/dist/esm-es5/sqm-brand_27.entry.js +0 -1
  229. package/dist/esm-es5/sqm-empty_7.entry.js +0 -1
  230. package/dist/esm-es5/useChildElements-db935587.js +0 -1
  231. package/dist/esm-es5/useDemoBigStat-a4835c19.js +0 -1
  232. package/dist/esm-es5/useReferralTable-15634a86.js +0 -1
  233. package/dist/mint-components/p-0aeaf674.system.entry.js +0 -1
  234. package/dist/mint-components/p-19d6938c.system.entry.js +0 -1
  235. package/dist/mint-components/p-282ead68.system.entry.js +0 -1
  236. package/dist/mint-components/p-3c39b94e.entry.js +0 -1
  237. package/dist/mint-components/p-3dbd3303.entry.js +0 -13
  238. package/dist/mint-components/p-40a1e537.entry.js +0 -150
  239. package/dist/mint-components/p-55f3d841.system.js +0 -1
  240. package/dist/mint-components/p-77ece1c3.system.entry.js +0 -1
  241. package/dist/mint-components/p-783c9b2f.entry.js +0 -1
  242. package/dist/mint-components/p-859a8ad4.entry.js +0 -1
  243. package/dist/mint-components/p-8da0d93b.system.entry.js +0 -1
  244. package/dist/mint-components/p-8ece5279.system.js +0 -1
  245. package/dist/mint-components/p-92db9e34.entry.js +0 -1
  246. package/dist/mint-components/p-a5f06774.system.entry.js +0 -1
  247. package/dist/mint-components/p-a7f6495f.entry.js +0 -90
  248. package/dist/mint-components/p-a95844a2.js +0 -1
  249. package/dist/mint-components/p-addbc4e1.entry.js +0 -1
  250. package/dist/mint-components/p-addc5905.entry.js +0 -1
  251. package/dist/mint-components/p-b67aa6c9.system.js +0 -1
  252. package/dist/mint-components/p-b83ee009.js +0 -1
  253. package/dist/mint-components/p-cab80b22.entry.js +0 -1
  254. package/dist/mint-components/p-eaffa09a.system.js +0 -1
  255. package/dist/mint-components/p-f3e14bb4.entry.js +0 -1
  256. package/dist/mint-components/p-f620b6a7.system.entry.js +0 -1
  257. package/shoelace/assets/icons/123.svg +0 -3
  258. package/shoelace/assets/icons/activity.svg +0 -3
  259. package/shoelace/assets/icons/apple.svg +0 -4
  260. package/shoelace/assets/icons/bandaid-fill.svg +0 -3
  261. package/shoelace/assets/icons/bandaid.svg +0 -4
  262. package/shoelace/assets/icons/bank.svg +0 -3
  263. package/shoelace/assets/icons/bank2.svg +0 -3
  264. package/shoelace/assets/icons/behance.svg +0 -3
  265. package/shoelace/assets/icons/bell-slash-fill.svg +0 -3
  266. package/shoelace/assets/icons/bell-slash.svg +0 -3
  267. package/shoelace/assets/icons/bluetooth.svg +0 -3
  268. package/shoelace/assets/icons/body-text.svg +0 -3
  269. package/shoelace/assets/icons/boombox-fill.svg +0 -4
  270. package/shoelace/assets/icons/boombox.svg +0 -6
  271. package/shoelace/assets/icons/boxes.svg +0 -3
  272. package/shoelace/assets/icons/cash-coin.svg +0 -6
  273. package/shoelace/assets/icons/check-lg.svg +0 -3
  274. package/shoelace/assets/icons/cloud-haze2.svg +0 -3
  275. package/shoelace/assets/icons/coin.svg +0 -5
  276. package/shoelace/assets/icons/currency-bitcoin.svg +0 -3
  277. package/shoelace/assets/icons/currency-dollar.svg +0 -3
  278. package/shoelace/assets/icons/currency-euro.svg +0 -3
  279. package/shoelace/assets/icons/currency-exchange.svg +0 -3
  280. package/shoelace/assets/icons/currency-pound.svg +0 -3
  281. package/shoelace/assets/icons/currency-yen.svg +0 -3
  282. package/shoelace/assets/icons/dash-lg.svg +0 -3
  283. package/shoelace/assets/icons/device-hdd-fill.svg +0 -4
  284. package/shoelace/assets/icons/device-hdd.svg +0 -5
  285. package/shoelace/assets/icons/device-ssd-fill.svg +0 -4
  286. package/shoelace/assets/icons/device-ssd.svg +0 -4
  287. package/shoelace/assets/icons/displayport-fill.svg +0 -3
  288. package/shoelace/assets/icons/displayport.svg +0 -4
  289. package/shoelace/assets/icons/dpad-fill.svg +0 -3
  290. package/shoelace/assets/icons/dpad.svg +0 -4
  291. package/shoelace/assets/icons/dribbble.svg +0 -3
  292. package/shoelace/assets/icons/ear-fill.svg +0 -3
  293. package/shoelace/assets/icons/ear.svg +0 -3
  294. package/shoelace/assets/icons/easel2-fill.svg +0 -4
  295. package/shoelace/assets/icons/easel2.svg +0 -3
  296. package/shoelace/assets/icons/easel3-fill.svg +0 -3
  297. package/shoelace/assets/icons/easel3.svg +0 -3
  298. package/shoelace/assets/icons/envelope-check-fill.svg +0 -4
  299. package/shoelace/assets/icons/envelope-check.svg +0 -4
  300. package/shoelace/assets/icons/envelope-dash-fill.svg +0 -4
  301. package/shoelace/assets/icons/envelope-dash.svg +0 -4
  302. package/shoelace/assets/icons/envelope-exclamation-fill.svg +0 -4
  303. package/shoelace/assets/icons/envelope-exclamation.svg +0 -4
  304. package/shoelace/assets/icons/envelope-plus-fill.svg +0 -4
  305. package/shoelace/assets/icons/envelope-plus.svg +0 -4
  306. package/shoelace/assets/icons/envelope-slash-fill.svg +0 -4
  307. package/shoelace/assets/icons/envelope-slash.svg +0 -4
  308. package/shoelace/assets/icons/envelope-x-fill.svg +0 -4
  309. package/shoelace/assets/icons/envelope-x.svg +0 -4
  310. package/shoelace/assets/icons/ethernet.svg +0 -4
  311. package/shoelace/assets/icons/exclamation-lg.svg +0 -3
  312. package/shoelace/assets/icons/explicit-fill.svg +0 -3
  313. package/shoelace/assets/icons/explicit.svg +0 -4
  314. package/shoelace/assets/icons/fan.svg +0 -4
  315. package/shoelace/assets/icons/file-earmark-pdf-fill.svg +0 -4
  316. package/shoelace/assets/icons/file-earmark-pdf.svg +0 -4
  317. package/shoelace/assets/icons/file-pdf-fill.svg +0 -4
  318. package/shoelace/assets/icons/file-pdf.svg +0 -4
  319. package/shoelace/assets/icons/fingerprint.svg +0 -7
  320. package/shoelace/assets/icons/gender-ambiguous.svg +0 -3
  321. package/shoelace/assets/icons/gender-female.svg +0 -3
  322. package/shoelace/assets/icons/gender-male.svg +0 -3
  323. package/shoelace/assets/icons/gender-trans.svg +0 -3
  324. package/shoelace/assets/icons/git.svg +0 -3
  325. package/shoelace/assets/icons/gpu-card.svg +0 -5
  326. package/shoelace/assets/icons/graph-down-arrow.svg +0 -3
  327. package/shoelace/assets/icons/graph-up-arrow.svg +0 -3
  328. package/shoelace/assets/icons/hdmi-fill.svg +0 -3
  329. package/shoelace/assets/icons/hdmi.svg +0 -4
  330. package/shoelace/assets/icons/headset-vr.svg +0 -4
  331. package/shoelace/assets/icons/hypnotize.svg +0 -4
  332. package/shoelace/assets/icons/infinity.svg +0 -3
  333. package/shoelace/assets/icons/info-lg.svg +0 -3
  334. package/shoelace/assets/icons/line.svg +0 -3
  335. package/shoelace/assets/icons/list-columns-reverse.svg +0 -3
  336. package/shoelace/assets/icons/list-columns.svg +0 -3
  337. package/shoelace/assets/icons/magic.svg +0 -3
  338. package/shoelace/assets/icons/mastodon.svg +0 -3
  339. package/shoelace/assets/icons/medium.svg +0 -3
  340. package/shoelace/assets/icons/memory.svg +0 -3
  341. package/shoelace/assets/icons/messenger.svg +0 -3
  342. package/shoelace/assets/icons/meta.svg +0 -3
  343. package/shoelace/assets/icons/microsoft.svg +0 -3
  344. package/shoelace/assets/icons/modem-fill.svg +0 -3
  345. package/shoelace/assets/icons/modem.svg +0 -4
  346. package/shoelace/assets/icons/mortarboard-fill.svg +0 -4
  347. package/shoelace/assets/icons/mortarboard.svg +0 -4
  348. package/shoelace/assets/icons/motherboard-fill.svg +0 -4
  349. package/shoelace/assets/icons/motherboard.svg +0 -4
  350. package/shoelace/assets/icons/nintendo-switch.svg +0 -4
  351. package/shoelace/assets/icons/optical-audio-fill.svg +0 -4
  352. package/shoelace/assets/icons/optical-audio.svg +0 -5
  353. package/shoelace/assets/icons/paypal.svg +0 -3
  354. package/shoelace/assets/icons/pc-display-horizontal.svg +0 -3
  355. package/shoelace/assets/icons/pc-display.svg +0 -3
  356. package/shoelace/assets/icons/pc-horizontal.svg +0 -3
  357. package/shoelace/assets/icons/pc.svg +0 -3
  358. package/shoelace/assets/icons/pci-card.svg +0 -4
  359. package/shoelace/assets/icons/person-rolodex.svg +0 -4
  360. package/shoelace/assets/icons/person-video.svg +0 -4
  361. package/shoelace/assets/icons/person-video2.svg +0 -4
  362. package/shoelace/assets/icons/person-video3.svg +0 -4
  363. package/shoelace/assets/icons/person-workspace.svg +0 -4
  364. package/shoelace/assets/icons/piggy-bank-fill.svg +0 -3
  365. package/shoelace/assets/icons/piggy-bank.svg +0 -4
  366. package/shoelace/assets/icons/pin-map-fill.svg +0 -4
  367. package/shoelace/assets/icons/pin-map.svg +0 -4
  368. package/shoelace/assets/icons/pinterest.svg +0 -3
  369. package/shoelace/assets/icons/playstation.svg +0 -3
  370. package/shoelace/assets/icons/plus-lg.svg +0 -3
  371. package/shoelace/assets/icons/plus-slash-minus.svg +0 -3
  372. package/shoelace/assets/icons/projector-fill.svg +0 -3
  373. package/shoelace/assets/icons/projector.svg +0 -4
  374. package/shoelace/assets/icons/qr-code-scan.svg +0 -7
  375. package/shoelace/assets/icons/qr-code.svg +0 -7
  376. package/shoelace/assets/icons/question-lg.svg +0 -3
  377. package/shoelace/assets/icons/quora.svg +0 -3
  378. package/shoelace/assets/icons/quote.svg +0 -3
  379. package/shoelace/assets/icons/radioactive.svg +0 -4
  380. package/shoelace/assets/icons/recycle.svg +0 -3
  381. package/shoelace/assets/icons/reddit.svg +0 -4
  382. package/shoelace/assets/icons/robot.svg +0 -4
  383. package/shoelace/assets/icons/router-fill.svg +0 -6
  384. package/shoelace/assets/icons/router.svg +0 -6
  385. package/shoelace/assets/icons/safe-fill.svg +0 -4
  386. package/shoelace/assets/icons/safe.svg +0 -4
  387. package/shoelace/assets/icons/safe2-fill.svg +0 -4
  388. package/shoelace/assets/icons/safe2.svg +0 -4
  389. package/shoelace/assets/icons/sd-card-fill.svg +0 -3
  390. package/shoelace/assets/icons/sd-card.svg +0 -4
  391. package/shoelace/assets/icons/send-check-fill.svg +0 -4
  392. package/shoelace/assets/icons/send-check.svg +0 -4
  393. package/shoelace/assets/icons/send-dash-fill.svg +0 -4
  394. package/shoelace/assets/icons/send-dash.svg +0 -4
  395. package/shoelace/assets/icons/send-exclamation-fill.svg +0 -4
  396. package/shoelace/assets/icons/send-exclamation.svg +0 -4
  397. package/shoelace/assets/icons/send-fill.svg +0 -3
  398. package/shoelace/assets/icons/send-plus-fill.svg +0 -4
  399. package/shoelace/assets/icons/send-plus.svg +0 -4
  400. package/shoelace/assets/icons/send-slash-fill.svg +0 -4
  401. package/shoelace/assets/icons/send-slash.svg +0 -4
  402. package/shoelace/assets/icons/send-x-fill.svg +0 -4
  403. package/shoelace/assets/icons/send-x.svg +0 -4
  404. package/shoelace/assets/icons/send.svg +0 -3
  405. package/shoelace/assets/icons/signal.svg +0 -3
  406. package/shoelace/assets/icons/skype.svg +0 -3
  407. package/shoelace/assets/icons/slash-lg.svg +0 -3
  408. package/shoelace/assets/icons/snapchat.svg +0 -3
  409. package/shoelace/assets/icons/spotify.svg +0 -3
  410. package/shoelace/assets/icons/stack-overflow.svg +0 -4
  411. package/shoelace/assets/icons/steam.svg +0 -4
  412. package/shoelace/assets/icons/strava.svg +0 -3
  413. package/shoelace/assets/icons/terminal-dash.svg +0 -4
  414. package/shoelace/assets/icons/terminal-plus.svg +0 -4
  415. package/shoelace/assets/icons/terminal-split.svg +0 -4
  416. package/shoelace/assets/icons/terminal-x.svg +0 -4
  417. package/shoelace/assets/icons/thunderbolt-fill.svg +0 -3
  418. package/shoelace/assets/icons/thunderbolt.svg +0 -4
  419. package/shoelace/assets/icons/ticket-detailed-fill.svg +0 -3
  420. package/shoelace/assets/icons/ticket-detailed.svg +0 -4
  421. package/shoelace/assets/icons/ticket-fill.svg +0 -3
  422. package/shoelace/assets/icons/ticket-perforated-fill.svg +0 -3
  423. package/shoelace/assets/icons/ticket-perforated.svg +0 -4
  424. package/shoelace/assets/icons/ticket.svg +0 -3
  425. package/shoelace/assets/icons/tiktok.svg +0 -3
  426. package/shoelace/assets/icons/translate.svg +0 -4
  427. package/shoelace/assets/icons/usb-c-fill.svg +0 -3
  428. package/shoelace/assets/icons/usb-c.svg +0 -4
  429. package/shoelace/assets/icons/usb-drive-fill.svg +0 -3
  430. package/shoelace/assets/icons/usb-drive.svg +0 -3
  431. package/shoelace/assets/icons/usb-fill.svg +0 -3
  432. package/shoelace/assets/icons/usb-micro-fill.svg +0 -3
  433. package/shoelace/assets/icons/usb-micro.svg +0 -4
  434. package/shoelace/assets/icons/usb-mini-fill.svg +0 -3
  435. package/shoelace/assets/icons/usb-mini.svg +0 -4
  436. package/shoelace/assets/icons/usb-plug-fill.svg +0 -3
  437. package/shoelace/assets/icons/usb-plug.svg +0 -3
  438. package/shoelace/assets/icons/usb-symbol.svg +0 -3
  439. package/shoelace/assets/icons/usb.svg +0 -4
  440. package/shoelace/assets/icons/vimeo.svg +0 -3
  441. package/shoelace/assets/icons/webcam-fill.svg +0 -4
  442. package/shoelace/assets/icons/webcam.svg +0 -4
  443. package/shoelace/assets/icons/window-dash.svg +0 -5
  444. package/shoelace/assets/icons/window-desktop.svg +0 -4
  445. package/shoelace/assets/icons/window-fullscreen.svg +0 -4
  446. package/shoelace/assets/icons/window-plus.svg +0 -5
  447. package/shoelace/assets/icons/window-split.svg +0 -4
  448. package/shoelace/assets/icons/window-stack.svg +0 -4
  449. package/shoelace/assets/icons/window-x.svg +0 -5
  450. package/shoelace/assets/icons/windows.svg +0 -3
  451. package/shoelace/assets/icons/wordpress.svg +0 -5
  452. package/shoelace/assets/icons/x-lg.svg +0 -4
  453. package/shoelace/assets/icons/xbox.svg +0 -3
  454. package/shoelace/assets/icons/yin-yang.svg +0 -4
  455. package/shoelace/themes/themes/dark.styles.d.ts +0 -2
  456. package/shoelace/themes/themes/dark.styles.js +0 -531
  457. package/shoelace/themes/themes/light.css +0 -439
  458. package/shoelace/themes/themes/light.styles.d.ts +0 -2
  459. package/shoelace/themes/themes/light.styles.js +0 -531
@@ -1 +0,0 @@
1
- var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};System.register(["./p-48ec6605.system.js","./p-71ecbb3b.system.js","./p-1c17892a.system.js"],(function(e){"use strict";var t,n,r,i,a,o,s,u,c,l,f,d;return{setters:[function(e){t=e.c;n=e.a;r=e.d;i=e.u;a=e.h;o=e.e;s=e.f;u=e.i;c=e.j;l=e.k},function(e){f=e.u},function(e){d=e._}],execute:function(){e({$:Gi,A:Ki,D:Wr,E:Yr,H:oi,K:mi,M:zn,N:ai,P:Jn,R:zi,S:Gn,V:ri,Y:Ei,_:fi,a:Fi,b:xi,e:Or,f:Qn,g:ei,i:xr,j:Ji,k:Hi,l:Ci,n:_i,o:Ir,q:Hr,r:Si});var p=t((function(e,t){var r=typeof self!=="undefined"?self:n;var i=function(){function e(){this.fetch=false;this.DOMException=r.DOMException}e.prototype=r;return new e}();(function(e){var t=function(t){var n={searchParams:"URLSearchParams"in e,iterable:"Symbol"in e&&"iterator"in Symbol,blob:"FileReader"in e&&"Blob"in e&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in e,arrayBuffer:"ArrayBuffer"in e};function r(e){return e&&DataView.prototype.isPrototypeOf(e)}if(n.arrayBuffer){var i=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"];var a=ArrayBuffer.isView||function(e){return e&&i.indexOf(Object.prototype.toString.call(e))>-1}}function o(e){if(typeof e!=="string"){e=String(e)}if(/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e)){throw new TypeError("Invalid character in header field name")}return e.toLowerCase()}function s(e){if(typeof e!=="string"){e=String(e)}return e}function u(e){var t={next:function(){var t=e.shift();return{done:t===undefined,value:t}}};if(n.iterable){t[Symbol.iterator]=function(){return t}}return t}function c(e){this.map={};if(e instanceof c){e.forEach((function(e,t){this.append(t,e)}),this)}else if(Array.isArray(e)){e.forEach((function(e){this.append(e[0],e[1])}),this)}else if(e){Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}}c.prototype.append=function(e,t){e=o(e);t=s(t);var n=this.map[e];this.map[e]=n?n+", "+t:t};c.prototype["delete"]=function(e){delete this.map[o(e)]};c.prototype.get=function(e){e=o(e);return this.has(e)?this.map[e]:null};c.prototype.has=function(e){return this.map.hasOwnProperty(o(e))};c.prototype.set=function(e,t){this.map[o(e)]=s(t)};c.prototype.forEach=function(e,t){for(var n in this.map){if(this.map.hasOwnProperty(n)){e.call(t,this.map[n],n,this)}}};c.prototype.keys=function(){var e=[];this.forEach((function(t,n){e.push(n)}));return u(e)};c.prototype.values=function(){var e=[];this.forEach((function(t){e.push(t)}));return u(e)};c.prototype.entries=function(){var e=[];this.forEach((function(t,n){e.push([n,t])}));return u(e)};if(n.iterable){c.prototype[Symbol.iterator]=c.prototype.entries}function l(e){if(e.bodyUsed){return Promise.reject(new TypeError("Already read"))}e.bodyUsed=true}function f(e){return new Promise((function(t,n){e.onload=function(){t(e.result)};e.onerror=function(){n(e.error)}}))}function d(e){var t=new FileReader;var n=f(t);t.readAsArrayBuffer(e);return n}function p(e){var t=new FileReader;var n=f(t);t.readAsText(e);return n}function h(e){var t=new Uint8Array(e);var n=new Array(t.length);for(var r=0;r<t.length;r++){n[r]=String.fromCharCode(t[r])}return n.join("")}function v(e){if(e.slice){return e.slice(0)}else{var t=new Uint8Array(e.byteLength);t.set(new Uint8Array(e));return t.buffer}}function y(){this.bodyUsed=false;this._initBody=function(e){this._bodyInit=e;if(!e){this._bodyText=""}else if(typeof e==="string"){this._bodyText=e}else if(n.blob&&Blob.prototype.isPrototypeOf(e)){this._bodyBlob=e}else if(n.formData&&FormData.prototype.isPrototypeOf(e)){this._bodyFormData=e}else if(n.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)){this._bodyText=e.toString()}else if(n.arrayBuffer&&n.blob&&r(e)){this._bodyArrayBuffer=v(e.buffer);this._bodyInit=new Blob([this._bodyArrayBuffer])}else if(n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(e)||a(e))){this._bodyArrayBuffer=v(e)}else{this._bodyText=e=Object.prototype.toString.call(e)}if(!this.headers.get("content-type")){if(typeof e==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}else if(n.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)){this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8")}}};if(n.blob){this.blob=function(){var e=l(this);if(e){return e}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(new Blob([this._bodyArrayBuffer]))}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){if(this._bodyArrayBuffer){return l(this)||Promise.resolve(this._bodyArrayBuffer)}else{return this.blob().then(d)}}}this.text=function(){var e=l(this);if(e){return e}if(this._bodyBlob){return p(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(h(this._bodyArrayBuffer))}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}};if(n.formData){this.formData=function(){return this.text().then(E)}}this.json=function(){return this.text().then(JSON.parse)};return this}var m=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function b(e){var t=e.toUpperCase();return m.indexOf(t)>-1?t:e}function g(e,t){t=t||{};var n=t.body;if(e instanceof g){if(e.bodyUsed){throw new TypeError("Already read")}this.url=e.url;this.credentials=e.credentials;if(!t.headers){this.headers=new c(e.headers)}this.method=e.method;this.mode=e.mode;this.signal=e.signal;if(!n&&e._bodyInit!=null){n=e._bodyInit;e.bodyUsed=true}}else{this.url=String(e)}this.credentials=t.credentials||this.credentials||"same-origin";if(t.headers||!this.headers){this.headers=new c(t.headers)}this.method=b(t.method||this.method||"GET");this.mode=t.mode||this.mode||null;this.signal=t.signal||this.signal;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&n){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(n)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})};function E(e){var t=new FormData;e.trim().split("&").forEach((function(e){if(e){var n=e.split("=");var r=n.shift().replace(/\+/g," ");var i=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(i))}}));return t}function w(e){var t=new c;var n=e.replace(/\r?\n[\t ]+/g," ");n.split(/\r?\n/).forEach((function(e){var n=e.split(":");var r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}}));return t}y.call(g.prototype);function _(e,t){if(!t){t={}}this.type="default";this.status=t.status===undefined?200:t.status;this.ok=this.status>=200&&this.status<300;this.statusText="statusText"in t?t.statusText:"OK";this.headers=new c(t.headers);this.url=t.url||"";this._initBody(e)}y.call(_.prototype);_.prototype.clone=function(){return new _(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})};_.error=function(){var e=new _(null,{status:0,statusText:""});e.type="error";return e};var T=[301,302,303,307,308];_.redirect=function(e,t){if(T.indexOf(t)===-1){throw new RangeError("Invalid status code")}return new _(null,{status:t,headers:{location:e}})};t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e;this.name=t;var n=Error(e);this.stack=n.stack};t.DOMException.prototype=Object.create(Error.prototype);t.DOMException.prototype.constructor=t.DOMException}function S(e,r){return new Promise((function(i,a){var o=new g(e,r);if(o.signal&&o.signal.aborted){return a(new t.DOMException("Aborted","AbortError"))}var s=new XMLHttpRequest;function u(){s.abort()}s.onload=function(){var e={status:s.status,statusText:s.statusText,headers:w(s.getAllResponseHeaders()||"")};e.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL");var t="response"in s?s.response:s.responseText;i(new _(t,e))};s.onerror=function(){a(new TypeError("Network request failed"))};s.ontimeout=function(){a(new TypeError("Network request failed"))};s.onabort=function(){a(new t.DOMException("Aborted","AbortError"))};s.open(o.method,o.url,true);if(o.credentials==="include"){s.withCredentials=true}else if(o.credentials==="omit"){s.withCredentials=false}if("responseType"in s&&n.blob){s.responseType="blob"}o.headers.forEach((function(e,t){s.setRequestHeader(t,e)}));if(o.signal){o.signal.addEventListener("abort",u);s.onreadystatechange=function(){if(s.readyState===4){o.signal.removeEventListener("abort",u)}}}s.send(typeof o._bodyInit==="undefined"?null:o._bodyInit)}))}S.polyfill=true;if(!e.fetch){e.fetch=S;e.Headers=c;e.Request=g;e.Response=_}t.Headers=c;t.Request=g;t.Response=_;t.fetch=S;Object.defineProperty(t,"__esModule",{value:true});return t}({})})(i);i.fetch.ponyfill=true;delete i.fetch.polyfill;var a=i;t=a.fetch;t.default=a.fetch;t.fetch=a.fetch;t.Headers=a.Headers;t.Request=a.Request;t.Response=a.Response;e.exports=t}));var h=t((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=void 0;var n=typeof Symbol==="function"&&typeof Symbol.for==="function"?Symbol.for("nodejs.util.inspect.custom"):undefined;var r=n;t.default=r}));var v=t((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=s;var n=r(h);function r(e){return e&&e.__esModule?e:{default:e}}function i(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){i=function e(t){return typeof t}}else{i=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return i(e)}var a=10;var o=2;function s(e){return u(e,[])}function u(e,t){switch(i(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":if(e===null){return"null"}return c(e,t);default:return String(e)}}function c(e,t){if(t.indexOf(e)!==-1){return"[Circular]"}var n=[].concat(t,[e]);var r=d(e);if(r!==undefined){var i=r.call(e);if(i!==e){return typeof i==="string"?i:u(i,n)}}else if(Array.isArray(e)){return f(e,n)}return l(e,n)}function l(e,t){var n=Object.keys(e);if(n.length===0){return"{}"}if(t.length>o){return"["+p(e)+"]"}var r=n.map((function(n){var r=u(e[n],t);return n+": "+r}));return"{ "+r.join(", ")+" }"}function f(e,t){if(e.length===0){return"[]"}if(t.length>o){return"[Array]"}var n=Math.min(a,e.length);var r=e.length-n;var i=[];for(var s=0;s<n;++s){i.push(u(e[s],t))}if(r===1){i.push("... 1 more item")}else if(r>1){i.push("... ".concat(r," more items"))}return"["+i.join(", ")+"]"}function d(e){var t=e[String(n.default)];if(typeof t==="function"){return t}if(typeof e.inspect==="function"){return e.inspect}}function p(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor==="function"){var n=e.constructor.name;if(typeof n==="string"&&n!==""){return n}}return t}}));var y=t((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=n;function n(e,t){var n=Boolean(e);if(!n){throw new Error(t!=null?t:"Unexpected invariant triggered.")}}}));var m=t((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=a;var n=i(y);var r=i(h);function i(e){return e&&e.__esModule?e:{default:e}}function a(e){var t=e.prototype.toJSON;typeof t==="function"||(0,n.default)(0);e.prototype.inspect=t;if(r.default){e.prototype[r.default]=t}}}));var b=t((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.isNode=o;t.Token=t.Location=void 0;var n=r(m);function r(e){return e&&e.__esModule?e:{default:e}}var i=function(){function e(e,t,n){this.start=e.start;this.end=t.end;this.startToken=e;this.endToken=t;this.source=n}var t=e.prototype;t.toJSON=function e(){return{start:this.start,end:this.end}};return e}();t.Location=i;(0,n.default)(i);var a=function(){function e(e,t,n,r,i,a,o){this.kind=e;this.start=t;this.end=n;this.line=r;this.column=i;this.value=o;this.prev=a;this.next=null}var t=e.prototype;t.toJSON=function e(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}};return e}();t.Token=a;(0,n.default)(a);function o(e){return e!=null&&typeof e.kind==="string"}}));var g=t((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.visit=o;t.visitInParallel=s;t.getVisitFn=u;t.BREAK=t.QueryDocumentKeys=void 0;var n=r(v);function r(e){return e&&e.__esModule?e:{default:e}}var i={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]};t.QueryDocumentKeys=i;var a=Object.freeze({});t.BREAK=a;function o(e,t){var r=arguments.length>2&&arguments[2]!==undefined?arguments[2]:i;var o=undefined;var s=Array.isArray(e);var c=[e];var l=-1;var f=[];var d=undefined;var p=undefined;var h=undefined;var v=[];var y=[];var m=e;do{l++;var g=l===c.length;var E=g&&f.length!==0;if(g){p=y.length===0?undefined:v[v.length-1];d=h;h=y.pop();if(E){if(s){d=d.slice()}else{var w={};for(var _=0,T=Object.keys(d);_<T.length;_++){var S=T[_];w[S]=d[S]}d=w}var O=0;for(var I=0;I<f.length;I++){var x=f[I][0];var A=f[I][1];if(s){x-=O}if(s&&A===null){d.splice(x,1);O++}else{d[x]=A}}}l=o.index;c=o.keys;f=o.edits;s=o.inArray;o=o.prev}else{p=h?s?l:c[l]:undefined;d=h?h[p]:m;if(d===null||d===undefined){continue}if(h){v.push(p)}}var N=void 0;if(!Array.isArray(d)){if(!(0,b.isNode)(d)){throw new Error("Invalid AST Node: ".concat((0,n.default)(d),"."))}var D=u(t,d.kind,g);if(D){N=D.call(t,d,p,h,v,y);if(N===a){break}if(N===false){if(!g){v.pop();continue}}else if(N!==undefined){f.push([p,N]);if(!g){if((0,b.isNode)(N)){d=N}else{v.pop();continue}}}}}if(N===undefined&&E){f.push([p,d])}if(g){v.pop()}else{var C;o={inArray:s,index:l,keys:c,edits:f,prev:o};s=Array.isArray(d);c=s?d:(C=r[d.kind])!==null&&C!==void 0?C:[];l=-1;f=[];if(h){y.push(h)}h=d}}while(o!==undefined);if(f.length!==0){m=f[f.length-1][1]}return m}function s(e){var t=new Array(e.length);return{enter:function n(r){for(var i=0;i<e.length;i++){if(t[i]==null){var o=u(e[i],r.kind,false);if(o){var s=o.apply(e[i],arguments);if(s===false){t[i]=r}else if(s===a){t[i]=a}else if(s!==undefined){return s}}}}},leave:function n(r){for(var i=0;i<e.length;i++){if(t[i]==null){var o=u(e[i],r.kind,true);if(o){var s=o.apply(e[i],arguments);if(s===a){t[i]=a}else if(s!==undefined&&s!==false){return s}}}else if(t[i]===r){t[i]=null}}}}}function u(e,t,n){var r=e[t];if(r){if(!n&&typeof r==="function"){return r}var i=n?r.leave:r.enter;if(typeof i==="function"){return i}}else{var a=n?e.leave:e.enter;if(a){if(typeof a==="function"){return a}var o=a[t];if(typeof o==="function"){return o}}}}}));var E=t((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.dedentBlockStringValue=n;t.getBlockStringIndentation=i;t.printBlockString=a;function n(e){var t=e.split(/\r\n|[\n\r]/g);var n=i(e);if(n!==0){for(var a=1;a<t.length;a++){t[a]=t[a].slice(n)}}var o=0;while(o<t.length&&r(t[o])){++o}var s=t.length;while(s>o&&r(t[s-1])){--s}return t.slice(o,s).join("\n")}function r(e){for(var t=0;t<e.length;++t){if(e[t]!==" "&&e[t]!=="\t"){return false}}return true}function i(e){var t;var n=true;var r=true;var i=0;var a=null;for(var o=0;o<e.length;++o){switch(e.charCodeAt(o)){case 13:if(e.charCodeAt(o+1)===10){++o}case 10:n=false;r=true;i=0;break;case 9:case 32:++i;break;default:if(r&&!n&&(a===null||i<a)){a=i}r=false}}return(t=a)!==null&&t!==void 0?t:0}function a(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var r=e.indexOf("\n")===-1;var i=e[0]===" "||e[0]==="\t";var a=e[e.length-1]==='"';var o=e[e.length-1]==="\\";var s=!r||a||o||n;var u="";if(s&&!(r&&i)){u+="\n"+t}u+=t?e.replace(/\n/g,"\n"+t):e;if(s){u+="\n"}return'"""'+u.replace(/"""/g,'\\"""')+'"""'}}));var w=t((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.print=n;function n(e){return(0,g.visit)(e,{leave:i})}var r=80;var i={Name:function e(t){return t.value},Variable:function e(t){return"$"+t.name},Document:function e(t){return o(t.definitions,"\n\n")+"\n"},OperationDefinition:function e(t){var n=t.operation;var r=t.name;var i=u("(",o(t.variableDefinitions,", "),")");var a=o(t.directives," ");var s=t.selectionSet;return!r&&!a&&!i&&n==="query"?s:o([n,o([r,i]),a,s]," ")},VariableDefinition:function e(t){var n=t.variable,r=t.type,i=t.defaultValue,a=t.directives;return n+": "+r+u(" = ",i)+u(" ",o(a," "))},SelectionSet:function e(t){var n=t.selections;return s(n)},Field:function e(t){var n=t.alias,i=t.name,a=t.arguments,s=t.directives,l=t.selectionSet;var f=u("",n,": ")+i;var d=f+u("(",o(a,", "),")");if(d.length>r){d=f+u("(\n",c(o(a,"\n")),"\n)")}return o([d,o(s," "),l]," ")},Argument:function e(t){var n=t.name,r=t.value;return n+": "+r},FragmentSpread:function e(t){var n=t.name,r=t.directives;return"..."+n+u(" ",o(r," "))},InlineFragment:function e(t){var n=t.typeCondition,r=t.directives,i=t.selectionSet;return o(["...",u("on ",n),o(r," "),i]," ")},FragmentDefinition:function e(t){var n=t.name,r=t.typeCondition,i=t.variableDefinitions,a=t.directives,s=t.selectionSet;return"fragment ".concat(n).concat(u("(",o(i,", "),")")," ")+"on ".concat(r," ").concat(u("",o(a," ")," "))+s},IntValue:function e(t){var n=t.value;return n},FloatValue:function e(t){var n=t.value;return n},StringValue:function e(t,n){var r=t.value,i=t.block;return i?(0,E.printBlockString)(r,n==="description"?"":" "):JSON.stringify(r)},BooleanValue:function e(t){var n=t.value;return n?"true":"false"},NullValue:function e(){return"null"},EnumValue:function e(t){var n=t.value;return n},ListValue:function e(t){var n=t.values;return"["+o(n,", ")+"]"},ObjectValue:function e(t){var n=t.fields;return"{"+o(n,", ")+"}"},ObjectField:function e(t){var n=t.name,r=t.value;return n+": "+r},Directive:function e(t){var n=t.name,r=t.arguments;return"@"+n+u("(",o(r,", "),")")},NamedType:function e(t){var n=t.name;return n},ListType:function e(t){var n=t.type;return"["+n+"]"},NonNullType:function e(t){var n=t.type;return n+"!"},SchemaDefinition:a((function(e){var t=e.directives,n=e.operationTypes;return o(["schema",o(t," "),s(n)]," ")})),OperationTypeDefinition:function e(t){var n=t.operation,r=t.type;return n+": "+r},ScalarTypeDefinition:a((function(e){var t=e.name,n=e.directives;return o(["scalar",t,o(n," ")]," ")})),ObjectTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return o(["type",t,u("implements ",o(n," & ")),o(r," "),s(i)]," ")})),FieldDefinition:a((function(e){var t=e.name,n=e.arguments,r=e.type,i=e.directives;return t+(f(n)?u("(\n",c(o(n,"\n")),"\n)"):u("(",o(n,", "),")"))+": "+r+u(" ",o(i," "))})),InputValueDefinition:a((function(e){var t=e.name,n=e.type,r=e.defaultValue,i=e.directives;return o([t+": "+n,u("= ",r),o(i," ")]," ")})),InterfaceTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return o(["interface",t,u("implements ",o(n," & ")),o(r," "),s(i)]," ")})),UnionTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.types;return o(["union",t,o(n," "),r&&r.length!==0?"= "+o(r," | "):""]," ")})),EnumTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.values;return o(["enum",t,o(n," "),s(r)]," ")})),EnumValueDefinition:a((function(e){var t=e.name,n=e.directives;return o([t,o(n," ")]," ")})),InputObjectTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.fields;return o(["input",t,o(n," "),s(r)]," ")})),DirectiveDefinition:a((function(e){var t=e.name,n=e.arguments,r=e.repeatable,i=e.locations;return"directive @"+t+(f(n)?u("(\n",c(o(n,"\n")),"\n)"):u("(",o(n,", "),")"))+(r?" repeatable":"")+" on "+o(i," | ")})),SchemaExtension:function e(t){var n=t.directives,r=t.operationTypes;return o(["extend schema",o(n," "),s(r)]," ")},ScalarTypeExtension:function e(t){var n=t.name,r=t.directives;return o(["extend scalar",n,o(r," ")]," ")},ObjectTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return o(["extend type",n,u("implements ",o(r," & ")),o(i," "),s(a)]," ")},InterfaceTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return o(["extend interface",n,u("implements ",o(r," & ")),o(i," "),s(a)]," ")},UnionTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.types;return o(["extend union",n,o(r," "),i&&i.length!==0?"= "+o(i," | "):""]," ")},EnumTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.values;return o(["extend enum",n,o(r," "),s(i)]," ")},InputObjectTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.fields;return o(["extend input",n,o(r," "),s(i)]," ")}};function a(e){return function(t){return o([t.description,e(t)],"\n")}}function o(e){var t;var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";return(t=e===null||e===void 0?void 0:e.filter((function(e){return e})).join(n))!==null&&t!==void 0?t:""}function s(e){return u("{\n",c(o(e,"\n")),"\n}")}function u(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:"";return t!=null&&t!==""?e+t+n:""}function c(e){return u(" ",e.replace(/\n/g,"\n "))}function l(e){return e.indexOf("\n")!==-1}function f(e){return e!=null&&e.some(l)}}));var _=function e(t){var n=t.uri,r=t.name,i=t.type;this.uri=n;this.name=r;this.type=i};var T=function e(t){return typeof File!=="undefined"&&t instanceof File||typeof Blob!=="undefined"&&t instanceof Blob||t instanceof _};var S=function e(t,n,r){if(n===void 0){n=""}if(r===void 0){r=T}var i;var a=new Map;function o(e,t){var n=a.get(t);if(n)n.push.apply(n,e);else a.set(t,e)}if(r(t)){i=null;o([n],t)}else{var s=n?n+".":"";if(typeof FileList!=="undefined"&&t instanceof FileList)i=Array.prototype.map.call(t,(function(e,t){o([""+s+t],e);return null}));else if(Array.isArray(t))i=t.map((function(t,n){var i=e(t,""+s+n,r);i.files.forEach(o);return i.clone}));else if(t&&t.constructor===Object){i={};for(var u in t){var c=e(t[u],""+s+u,r);c.files.forEach(o);i[u]=c.clone}}else i=t}return{clone:i,files:a}};var O=_;var I=S;var x=T;var A={ReactNativeFile:O,extractFiles:I,isExtractableFile:x};var N=typeof self=="object"?self.FormData:window.FormData;var D=t((function(e,t){var r=n&&n.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});var i=r(N);var a=function(e){return A.isExtractableFile(e)||e!==null&&typeof e==="object"&&typeof e.pipe==="function"};function o(e,t){var n=A.extractFiles({query:e,variables:t},"",a),r=n.clone,o=n.files;if(o.size===0){return JSON.stringify(r)}var s=typeof FormData==="undefined"?i.default:FormData;var u=new s;u.append("operations",JSON.stringify(r));var c={};var l=0;o.forEach((function(e){c[++l]=e}));u.append("map",JSON.stringify(c));l=0;o.forEach((function(e,t){u.append(""+ ++l,t)}));return u}t.default=o}));var C=t((function(e,t){var r=n&&n.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:true});t.ClientError=void 0;var i=function(e){r(t,e);function t(n,r){var i=this;var a=t.extractMessage(n)+": "+JSON.stringify({response:n,request:r});i=e.call(this,a)||this;Object.setPrototypeOf(i,t.prototype);i.response=n;i.request=r;if(typeof Error.captureStackTrace==="function"){Error.captureStackTrace(i,t)}return i}t.extractMessage=function(e){try{return e.errors[0].message}catch(t){return"GraphQL Error (Code: "+e.status+")"}};return t}(Error);t.ClientError=i}));var k=e("d",t((function(e,t){var r=n&&n.__assign||function(){r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return r.apply(this,arguments)};var i=n&&n.__createBinding||(Object.create?function(e,t,n,r){if(r===undefined)r=n;Object.defineProperty(e,r,{enumerable:true,get:function(){return t[n]}})}:function(e,t,n,r){if(r===undefined)r=n;e[r]=t[n]});var a=n&&n.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:true,value:t})}:function(e,t){e["default"]=t});var o=n&&n.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n))i(t,e,n);a(t,e);return t};var s=n&&n.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(r.next(e))}catch(e){a(e)}}function s(e){try{u(r["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):i(e.value).then(o,s)}u((r=r.apply(e,t||[])).next())}))};var u=n&&n.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];i=0}finally{r=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var c=n&&n.__rest||function(e,t){var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0)n[r]=e[r];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++){if(t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i]))n[r[i]]=e[r[i]]}return n};var l=n&&n.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.gql=t.request=t.rawRequest=t.GraphQLClient=t.ClientError=void 0;var f=o(p),d=f;var h=l(D);var v=C;Object.defineProperty(t,"ClientError",{enumerable:true,get:function(){return v.ClientError}});var y=function(e){var t={};if(e){if(typeof Headers!=="undefined"&&e instanceof Headers||e instanceof d.Headers){t=S(e)}else if(Array.isArray(e)){e.forEach((function(e){var n=e[0],r=e[1];t[n]=r}))}else{t=e}}return t};var m=function(){function e(e,t){this.url=e;this.options=t||{}}e.prototype.rawRequest=function(e,t,n){return s(this,void 0,void 0,(function(){var i,a,o,s,l,d,p,v,m,b,g;return u(this,(function(u){switch(u.label){case 0:i=this.options,a=i.headers,o=i.fetch,s=o===void 0?f.default:o,l=c(i,["headers","fetch"]);d=h.default(e,t);return[4,s(this.url,r({method:"POST",headers:r(r(r({},typeof d==="string"?{"Content-Type":"application/json"}:{}),y(a)),y(n)),body:d},l))];case 1:p=u.sent();return[4,E(p)];case 2:v=u.sent();if(p.ok&&!v.errors&&v.data){m=p.headers,b=p.status;return[2,r(r({},v),{headers:m,status:b})]}else{g=typeof v==="string"?{error:v}:v;throw new C.ClientError(r(r({},g),{status:p.status,headers:p.headers}),{query:e,variables:t})}}}))}))};e.prototype.request=function(e,t,n){return s(this,void 0,void 0,(function(){var i,a,o,s,l,d,p,v,m,b;return u(this,(function(u){switch(u.label){case 0:i=this.options,a=i.headers,o=i.fetch,s=o===void 0?f.default:o,l=c(i,["headers","fetch"]);d=_(e);p=h.default(d,t);return[4,s(this.url,r({method:"POST",headers:r(r(r({},typeof p==="string"?{"Content-Type":"application/json"}:{}),y(a)),y(n)),body:p},l))];case 1:v=u.sent();return[4,E(v)];case 2:m=u.sent();if(v.ok&&!m.errors&&m.data){return[2,m.data]}else{b=typeof m==="string"?{error:m}:m;throw new C.ClientError(r(r({},b),{status:v.status}),{query:d,variables:t})}}}))}))};e.prototype.setHeaders=function(e){this.options.headers=e;return this};e.prototype.setHeader=function(e,t){var n;var r=this.options.headers;if(r){r[e]=t}else{this.options.headers=(n={},n[e]=t,n)}return this};return e}();t.GraphQLClient=m;function b(e,t,n){return s(this,void 0,void 0,(function(){var r;return u(this,(function(i){r=new m(e);return[2,r.rawRequest(t,n)]}))}))}t.rawRequest=b;function g(e,t,n){return s(this,void 0,void 0,(function(){var r;return u(this,(function(i){r=new m(e);return[2,r.request(t,n)]}))}))}t.request=g;t.default=g;function E(e){var t=e.headers.get("Content-Type");if(t&&t.startsWith("application/json")){return e.json()}else{return e.text()}}function _(e){if(typeof e==="string")return e;return w.print(e)}function T(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}return e.reduce((function(e,n,r){return""+e+n+(r in t?t[r]:"")}),"")}t.gql=T;function S(e){var t={};e.forEach((function(e,n){t[n]=e}));return t}})));function F(e){this.message=e}F.prototype=new Error,F.prototype.name="InvalidCharacterError";var P="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new F("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,a=0,o="";r=t.charAt(a++);~r&&(n=i%4?64*n+r:r,i++%4)?o+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return o};function j(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(P(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return P(t)}}function R(e){this.message=e}function M(e,t){if("string"!=typeof e)throw new R("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(j(e.split(".")[n]))}catch(e){throw new R("Invalid token specified: "+e.message)}}R.prototype=new Error,R.prototype.name="InvalidTokenError";var L=Object.prototype,V=L.toString,B=L.hasOwnProperty;var U=Function.prototype.toString;var q=new Map;function $(e,t){try{return K(e,t)}finally{q.clear()}}function K(e,t){if(e===t){return true}var n=V.call(e);var r=V.call(t);if(n!==r){return false}switch(n){case"[object Array]":if(e.length!==t.length)return false;case"[object Object]":{if(z(e,t))return true;var i=H(e);var a=H(t);var o=i.length;if(o!==a.length)return false;for(var s=0;s<o;++s){if(!B.call(t,i[s])){return false}}for(var s=0;s<o;++s){var u=i[s];if(!K(e[u],t[u])){return false}}return true}case"[object Error]":return e.name===t.name&&e.message===t.message;case"[object Number]":if(e!==e)return t!==t;case"[object Boolean]":case"[object Date]":return+e===+t;case"[object RegExp]":case"[object String]":return e==""+t;case"[object Map]":case"[object Set]":{if(e.size!==t.size)return false;if(z(e,t))return true;var c=e.entries();var l=n==="[object Map]";while(true){var f=c.next();if(f.done)break;var d=f.value,p=d[0],h=d[1];if(!t.has(p)){return false}if(l&&!K(h,t.get(p))){return false}}return true}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{var v=U.call(e);if(v!==U.call(t)){return false}return!Y(v,G)}}return false}function H(e){return Object.keys(e).filter(J,e)}function J(e){return this[e]!==void 0}var G="{ [native code] }";function Y(e,t){var n=e.length-t.length;return n>=0&&e.indexOf(t,n)===n}function z(e,t){var n=q.get(e);if(n){if(n.has(t))return true}else{q.set(e,n=new Set)}n.add(t);return false}function Q(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){Q=function e(t){return typeof t}}else{Q=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return Q(e)}function W(e){return Q(e)=="object"&&e!==null}var X=typeof Symbol==="function"&&Symbol.toStringTag!=null?Symbol.toStringTag:"@@toStringTag";function Z(e,t){var n=/\r\n|[\n\r]/g;var r=1;var i=t+1;var a;while((a=n.exec(e.body))&&a.index<t){r+=1;i=t+1-(a.index+a[0].length)}return{line:r,column:i}}function ee(e){return te(e.source,Z(e.source,e.start))}function te(e,t){var n=e.locationOffset.column-1;var r=re(n)+e.body;var i=t.line-1;var a=e.locationOffset.line-1;var o=t.line+a;var s=t.line===1?n:0;var u=t.column+s;var c="".concat(e.name,":").concat(o,":").concat(u,"\n");var l=r.split(/\r\n|[\n\r]/g);var f=l[i];if(f.length>120){var d=Math.floor(u/80);var p=u%80;var h=[];for(var v=0;v<f.length;v+=80){h.push(f.slice(v,v+80))}return c+ne([["".concat(o),h[0]]].concat(h.slice(1,d+1).map((function(e){return["",e]})),[[" ",re(p-1)+"^"],["",h[d+1]]]))}return c+ne([["".concat(o-1),l[i-1]],["".concat(o),f],["",re(u-1)+"^"],["".concat(o+1),l[i+1]]])}function ne(e){var t=e.filter((function(e){var t=e[1];return t!==undefined}));var n=Math.max.apply(Math,t.map((function(e){var t=e[0];return t.length})));return t.map((function(e){var t=e[0],r=e[1];return ie(n,t)+(r?" | "+r:" |")})).join("\n")}function re(e){return Array(e+1).join(" ")}function ie(e,t){return re(e-t.length)+t}function ae(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){ae=function e(t){return typeof t}}else{ae=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return ae(e)}function oe(e,t){if(!(e instanceof t)){throw new TypeError("Cannot call a class as a function")}}function se(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}function ue(e,t,n){if(t)se(e.prototype,t);if(n)se(e,n);return e}function ce(e,t){if(typeof t!=="function"&&t!==null){throw new TypeError("Super expression must either be null or a function")}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:true,configurable:true}});if(t)me(e,t)}function le(e){var t=ve();return function n(){var r=be(e),i;if(t){var a=be(this).constructor;i=Reflect.construct(r,arguments,a)}else{i=r.apply(this,arguments)}return fe(this,i)}}function fe(e,t){if(t&&(ae(t)==="object"||typeof t==="function")){return t}return de(e)}function de(e){if(e===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return e}function pe(e){var t=typeof Map==="function"?new Map:undefined;pe=function e(n){if(n===null||!ye(n))return n;if(typeof n!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof t!=="undefined"){if(t.has(n))return t.get(n);t.set(n,r)}function r(){return he(n,arguments,be(this).constructor)}r.prototype=Object.create(n.prototype,{constructor:{value:r,enumerable:false,writable:true,configurable:true}});return me(r,n)};return pe(e)}function he(e,t,n){if(ve()){he=Reflect.construct}else{he=function e(t,n,r){var i=[null];i.push.apply(i,n);var a=Function.bind.apply(t,i);var o=new a;if(r)me(o,r.prototype);return o}}return he.apply(null,arguments)}function ve(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Date.prototype.toString.call(Reflect.construct(Date,[],(function(){})));return true}catch(e){return false}}function ye(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function me(e,t){me=Object.setPrototypeOf||function e(t,n){t.__proto__=n;return t};return me(e,t)}function be(e){be=Object.setPrototypeOf?Object.getPrototypeOf:function e(t){return t.__proto__||Object.getPrototypeOf(t)};return be(e)}var ge=function(e){ce(n,e);var t=le(n);function n(e,r,i,a,o,s,u){var c,l,f,d;var p;oe(this,n);p=t.call(this,e);var h=Array.isArray(r)?r.length!==0?r:undefined:r?[r]:undefined;var v=i;if(!v&&h){var y;v=(y=h[0].loc)===null||y===void 0?void 0:y.source}var m=a;if(!m&&h){m=h.reduce((function(e,t){if(t.loc){e.push(t.loc.start)}return e}),[])}if(m&&m.length===0){m=undefined}var b;if(a&&i){b=a.map((function(e){return Z(i,e)}))}else if(h){b=h.reduce((function(e,t){if(t.loc){e.push(Z(t.loc.source,t.loc.start))}return e}),[])}var g=u;if(g==null&&s!=null){var E=s.extensions;if(W(E)){g=E}}Object.defineProperties(de(p),{name:{value:"GraphQLError"},message:{value:e,enumerable:true,writable:true},locations:{value:(c=b)!==null&&c!==void 0?c:undefined,enumerable:b!=null},path:{value:o!==null&&o!==void 0?o:undefined,enumerable:o!=null},nodes:{value:h!==null&&h!==void 0?h:undefined},source:{value:(l=v)!==null&&l!==void 0?l:undefined},positions:{value:(f=m)!==null&&f!==void 0?f:undefined},originalError:{value:s},extensions:{value:(d=g)!==null&&d!==void 0?d:undefined,enumerable:g!=null}});if(s!==null&&s!==void 0&&s.stack){Object.defineProperty(de(p),"stack",{value:s.stack,writable:true,configurable:true});return fe(p)}if(Error.captureStackTrace){Error.captureStackTrace(de(p),n)}else{Object.defineProperty(de(p),"stack",{value:Error().stack,writable:true,configurable:true})}return p}ue(n,[{key:"toString",value:function e(){return Ee(this)}},{key:X,get:function e(){return"Object"}}]);return n}(pe(Error));function Ee(e){var t=e.message;if(e.nodes){for(var n=0,r=e.nodes;n<r.length;n++){var i=r[n];if(i.loc){t+="\n\n"+ee(i.loc)}}}else if(e.source&&e.locations){for(var a=0,o=e.locations;a<o.length;a++){var s=o[a];t+="\n\n"+te(e.source,s)}}return t}function we(e,t,n){return new ge("Syntax Error: ".concat(n),undefined,e,[t])}var _e=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});function Te(e,t){var n=Boolean(e);if(!n){throw new Error(t!=null?t:"Unexpected invariant triggered.")}}var Se=typeof Symbol==="function"&&typeof Symbol.for==="function"?Symbol.for("nodejs.util.inspect.custom"):undefined;function Oe(e){var t=e.prototype.toJSON;typeof t==="function"||Te(0);e.prototype.inspect=t;if(Se){e.prototype[Se]=t}}var Ie=function(){function e(e,t,n){this.start=e.start;this.end=t.end;this.startToken=e;this.endToken=t;this.source=n}var t=e.prototype;t.toJSON=function e(){return{start:this.start,end:this.end}};return e}();Oe(Ie);var xe=function(){function e(e,t,n,r,i,a,o){this.kind=e;this.start=t;this.end=n;this.line=r;this.column=i;this.value=o;this.prev=a;this.next=null}var t=e.prototype;t.toJSON=function e(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}};return e}();Oe(xe);function Ae(e){return e!=null&&typeof e.kind==="string"}var Ne=Object.freeze({SOF:"<SOF>",EOF:"<EOF>",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});function De(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){De=function e(t){return typeof t}}else{De=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return De(e)}var Ce=10;var ke=2;function Fe(e){return Pe(e,[])}function Pe(e,t){switch(De(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":if(e===null){return"null"}return je(e,t);default:return String(e)}}function je(e,t){if(t.indexOf(e)!==-1){return"[Circular]"}var n=[].concat(t,[e]);var r=Le(e);if(r!==undefined){var i=r.call(e);if(i!==e){return typeof i==="string"?i:Pe(i,n)}}else if(Array.isArray(e)){return Me(e,n)}return Re(e,n)}function Re(e,t){var n=Object.keys(e);if(n.length===0){return"{}"}if(t.length>ke){return"["+Ve(e)+"]"}var r=n.map((function(n){var r=Pe(e[n],t);return n+": "+r}));return"{ "+r.join(", ")+" }"}function Me(e,t){if(e.length===0){return"[]"}if(t.length>ke){return"[Array]"}var n=Math.min(Ce,e.length);var r=e.length-n;var i=[];for(var a=0;a<n;++a){i.push(Pe(e[a],t))}if(r===1){i.push("... 1 more item")}else if(r>1){i.push("... ".concat(r," more items"))}return"["+i.join(", ")+"]"}function Le(e){var t=e[String(Se)];if(typeof t==="function"){return t}if(typeof e.inspect==="function"){return e.inspect}}function Ve(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor==="function"){var n=e.constructor.name;if(typeof n==="string"&&n!==""){return n}}return t}function Be(e,t){var n=Boolean(e);if(!n){throw new Error(t)}}var Ue=function e(t,n){return t instanceof n};function qe(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}function $e(e,t,n){if(t)qe(e.prototype,t);if(n)qe(e,n);return e}var Ke=function(){function e(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"GraphQL request";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{line:1,column:1};typeof e==="string"||Be(0,"Body must be a string. Received: ".concat(Fe(e),"."));this.body=e;this.name=t;this.locationOffset=n;this.locationOffset.line>0||Be(0,"line in locationOffset is 1-indexed and must be positive.");this.locationOffset.column>0||Be(0,"column in locationOffset is 1-indexed and must be positive.")}$e(e,[{key:X,get:function e(){return"Source"}}]);return e}();function He(e){return Ue(e,Ke)}var Je=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});function Ge(e){var t=e.split(/\r\n|[\n\r]/g);var n=ze(e);if(n!==0){for(var r=1;r<t.length;r++){t[r]=t[r].slice(n)}}var i=0;while(i<t.length&&Ye(t[i])){++i}var a=t.length;while(a>i&&Ye(t[a-1])){--a}return t.slice(i,a).join("\n")}function Ye(e){for(var t=0;t<e.length;++t){if(e[t]!==" "&&e[t]!=="\t"){return false}}return true}function ze(e){var t;var n=true;var r=true;var i=0;var a=null;for(var o=0;o<e.length;++o){switch(e.charCodeAt(o)){case 13:if(e.charCodeAt(o+1)===10){++o}case 10:n=false;r=true;i=0;break;case 9:case 32:++i;break;default:if(r&&!n&&(a===null||i<a)){a=i}r=false}}return(t=a)!==null&&t!==void 0?t:0}function Qe(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var r=e.indexOf("\n")===-1;var i=e[0]===" "||e[0]==="\t";var a=e[e.length-1]==='"';var o=e[e.length-1]==="\\";var s=!r||a||o||n;var u="";if(s&&!(r&&i)){u+="\n"+t}u+=t?e.replace(/\n/g,"\n"+t):e;if(s){u+="\n"}return'"""'+u.replace(/"""/g,'\\"""')+'"""'}var We=function(){function e(e){var t=new xe(Ne.SOF,0,0,0,0,null);this.source=e;this.lastToken=t;this.token=t;this.line=1;this.lineStart=0}var t=e.prototype;t.advance=function e(){this.lastToken=this.token;var t=this.token=this.lookahead();return t};t.lookahead=function e(){var t=this.token;if(t.kind!==Ne.EOF){do{var n;t=(n=t.next)!==null&&n!==void 0?n:t.next=et(this,t)}while(t.kind===Ne.COMMENT)}return t};return e}();function Xe(e){return e===Ne.BANG||e===Ne.DOLLAR||e===Ne.AMP||e===Ne.PAREN_L||e===Ne.PAREN_R||e===Ne.SPREAD||e===Ne.COLON||e===Ne.EQUALS||e===Ne.AT||e===Ne.BRACKET_L||e===Ne.BRACKET_R||e===Ne.BRACE_L||e===Ne.PIPE||e===Ne.BRACE_R}function Ze(e){return isNaN(e)?Ne.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function et(e,t){var n=e.source;var r=n.body;var i=r.length;var a=t.end;while(a<i){var o=r.charCodeAt(a);var s=e.line;var u=1+a-e.lineStart;switch(o){case 65279:case 9:case 32:case 44:++a;continue;case 10:++a;++e.line;e.lineStart=a;continue;case 13:if(r.charCodeAt(a+1)===10){a+=2}else{++a}++e.line;e.lineStart=a;continue;case 33:return new xe(Ne.BANG,a,a+1,s,u,t);case 35:return nt(n,a,s,u,t);case 36:return new xe(Ne.DOLLAR,a,a+1,s,u,t);case 38:return new xe(Ne.AMP,a,a+1,s,u,t);case 40:return new xe(Ne.PAREN_L,a,a+1,s,u,t);case 41:return new xe(Ne.PAREN_R,a,a+1,s,u,t);case 46:if(r.charCodeAt(a+1)===46&&r.charCodeAt(a+2)===46){return new xe(Ne.SPREAD,a,a+3,s,u,t)}break;case 58:return new xe(Ne.COLON,a,a+1,s,u,t);case 61:return new xe(Ne.EQUALS,a,a+1,s,u,t);case 64:return new xe(Ne.AT,a,a+1,s,u,t);case 91:return new xe(Ne.BRACKET_L,a,a+1,s,u,t);case 93:return new xe(Ne.BRACKET_R,a,a+1,s,u,t);case 123:return new xe(Ne.BRACE_L,a,a+1,s,u,t);case 124:return new xe(Ne.PIPE,a,a+1,s,u,t);case 125:return new xe(Ne.BRACE_R,a,a+1,s,u,t);case 34:if(r.charCodeAt(a+1)===34&&r.charCodeAt(a+2)===34){return ot(n,a,s,u,t,e)}return at(n,a,s,u,t);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return rt(n,a,o,s,u,t);case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 95:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:return ct(n,a,s,u,t)}throw we(n,a,tt(o))}var c=e.line;var l=1+a-e.lineStart;return new xe(Ne.EOF,i,i,c,l,t)}function tt(e){if(e<32&&e!==9&&e!==10&&e!==13){return"Cannot contain the invalid character ".concat(Ze(e),".")}if(e===39){return"Unexpected single quote character ('), did you mean to use a double quote (\")?"}return"Cannot parse the unexpected character ".concat(Ze(e),".")}function nt(e,t,n,r,i){var a=e.body;var o;var s=t;do{o=a.charCodeAt(++s)}while(!isNaN(o)&&(o>31||o===9));return new xe(Ne.COMMENT,t,s,n,r,i,a.slice(t+1,s))}function rt(e,t,n,r,i,a){var o=e.body;var s=n;var u=t;var c=false;if(s===45){s=o.charCodeAt(++u)}if(s===48){s=o.charCodeAt(++u);if(s>=48&&s<=57){throw we(e,u,"Invalid number, unexpected digit after 0: ".concat(Ze(s),"."))}}else{u=it(e,u,s);s=o.charCodeAt(u)}if(s===46){c=true;s=o.charCodeAt(++u);u=it(e,u,s);s=o.charCodeAt(u)}if(s===69||s===101){c=true;s=o.charCodeAt(++u);if(s===43||s===45){s=o.charCodeAt(++u)}u=it(e,u,s);s=o.charCodeAt(u)}if(s===46||lt(s)){throw we(e,u,"Invalid number, expected digit but got: ".concat(Ze(s),"."))}return new xe(c?Ne.FLOAT:Ne.INT,t,u,r,i,a,o.slice(t,u))}function it(e,t,n){var r=e.body;var i=t;var a=n;if(a>=48&&a<=57){do{a=r.charCodeAt(++i)}while(a>=48&&a<=57);return i}throw we(e,i,"Invalid number, expected digit but got: ".concat(Ze(a),"."))}function at(e,t,n,r,i){var a=e.body;var o=t+1;var s=o;var u=0;var c="";while(o<a.length&&!isNaN(u=a.charCodeAt(o))&&u!==10&&u!==13){if(u===34){c+=a.slice(s,o);return new xe(Ne.STRING,t,o+1,n,r,i,c)}if(u<32&&u!==9){throw we(e,o,"Invalid character within String: ".concat(Ze(u),"."))}++o;if(u===92){c+=a.slice(s,o-1);u=a.charCodeAt(o);switch(u){case 34:c+='"';break;case 47:c+="/";break;case 92:c+="\\";break;case 98:c+="\b";break;case 102:c+="\f";break;case 110:c+="\n";break;case 114:c+="\r";break;case 116:c+="\t";break;case 117:{var l=st(a.charCodeAt(o+1),a.charCodeAt(o+2),a.charCodeAt(o+3),a.charCodeAt(o+4));if(l<0){var f=a.slice(o+1,o+5);throw we(e,o,"Invalid character escape sequence: \\u".concat(f,"."))}c+=String.fromCharCode(l);o+=4;break}default:throw we(e,o,"Invalid character escape sequence: \\".concat(String.fromCharCode(u),"."))}++o;s=o}}throw we(e,o,"Unterminated string.")}function ot(e,t,n,r,i,a){var o=e.body;var s=t+3;var u=s;var c=0;var l="";while(s<o.length&&!isNaN(c=o.charCodeAt(s))){if(c===34&&o.charCodeAt(s+1)===34&&o.charCodeAt(s+2)===34){l+=o.slice(u,s);return new xe(Ne.BLOCK_STRING,t,s+3,n,r,i,Ge(l))}if(c<32&&c!==9&&c!==10&&c!==13){throw we(e,s,"Invalid character within String: ".concat(Ze(c),"."))}if(c===10){++s;++a.line;a.lineStart=s}else if(c===13){if(o.charCodeAt(s+1)===10){s+=2}else{++s}++a.line;a.lineStart=s}else if(c===92&&o.charCodeAt(s+1)===34&&o.charCodeAt(s+2)===34&&o.charCodeAt(s+3)===34){l+=o.slice(u,s)+'"""';s+=4;u=s}else{++s}}throw we(e,s,"Unterminated string.")}function st(e,t,n,r){return ut(e)<<12|ut(t)<<8|ut(n)<<4|ut(r)}function ut(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function ct(e,t,n,r,i){var a=e.body;var o=a.length;var s=t+1;var u=0;while(s!==o&&!isNaN(u=a.charCodeAt(s))&&(u===95||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122)){++s}return new xe(Ne.NAME,t,s,n,r,i,a.slice(t,s))}function lt(e){return e===95||e>=65&&e<=90||e>=97&&e<=122}function ft(e,t){var n=new dt(e,t);return n.parseDocument()}var dt=function(){function e(e,t){var n=He(e)?e:new Ke(e);this._lexer=new We(n);this._options=t}var t=e.prototype;t.parseName=function e(){var t=this.expectToken(Ne.NAME);return{kind:_e.NAME,value:t.value,loc:this.loc(t)}};t.parseDocument=function e(){var t=this._lexer.token;return{kind:_e.DOCUMENT,definitions:this.many(Ne.SOF,this.parseDefinition,Ne.EOF),loc:this.loc(t)}};t.parseDefinition=function e(){if(this.peek(Ne.NAME)){switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}}else if(this.peek(Ne.BRACE_L)){return this.parseOperationDefinition()}else if(this.peekDescription()){return this.parseTypeSystemDefinition()}throw this.unexpected()};t.parseOperationDefinition=function e(){var t=this._lexer.token;if(this.peek(Ne.BRACE_L)){return{kind:_e.OPERATION_DEFINITION,operation:"query",name:undefined,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(t)}}var n=this.parseOperationType();var r;if(this.peek(Ne.NAME)){r=this.parseName()}return{kind:_e.OPERATION_DEFINITION,operation:n,name:r,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}};t.parseOperationType=function e(){var t=this.expectToken(Ne.NAME);switch(t.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(t)};t.parseVariableDefinitions=function e(){return this.optionalMany(Ne.PAREN_L,this.parseVariableDefinition,Ne.PAREN_R)};t.parseVariableDefinition=function e(){var t=this._lexer.token;return{kind:_e.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(Ne.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(Ne.EQUALS)?this.parseValueLiteral(true):undefined,directives:this.parseDirectives(true),loc:this.loc(t)}};t.parseVariable=function e(){var t=this._lexer.token;this.expectToken(Ne.DOLLAR);return{kind:_e.VARIABLE,name:this.parseName(),loc:this.loc(t)}};t.parseSelectionSet=function e(){var t=this._lexer.token;return{kind:_e.SELECTION_SET,selections:this.many(Ne.BRACE_L,this.parseSelection,Ne.BRACE_R),loc:this.loc(t)}};t.parseSelection=function e(){return this.peek(Ne.SPREAD)?this.parseFragment():this.parseField()};t.parseField=function e(){var t=this._lexer.token;var n=this.parseName();var r;var i;if(this.expectOptionalToken(Ne.COLON)){r=n;i=this.parseName()}else{i=n}return{kind:_e.FIELD,alias:r,name:i,arguments:this.parseArguments(false),directives:this.parseDirectives(false),selectionSet:this.peek(Ne.BRACE_L)?this.parseSelectionSet():undefined,loc:this.loc(t)}};t.parseArguments=function e(t){var n=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(Ne.PAREN_L,n,Ne.PAREN_R)};t.parseArgument=function e(){var t=this._lexer.token;var n=this.parseName();this.expectToken(Ne.COLON);return{kind:_e.ARGUMENT,name:n,value:this.parseValueLiteral(false),loc:this.loc(t)}};t.parseConstArgument=function e(){var t=this._lexer.token;return{kind:_e.ARGUMENT,name:this.parseName(),value:(this.expectToken(Ne.COLON),this.parseValueLiteral(true)),loc:this.loc(t)}};t.parseFragment=function e(){var t=this._lexer.token;this.expectToken(Ne.SPREAD);var n=this.expectOptionalKeyword("on");if(!n&&this.peek(Ne.NAME)){return{kind:_e.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(false),loc:this.loc(t)}}return{kind:_e.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():undefined,directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}};t.parseFragmentDefinition=function e(){var t;var n=this._lexer.token;this.expectKeyword("fragment");if(((t=this._options)===null||t===void 0?void 0:t.experimentalFragmentVariables)===true){return{kind:_e.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}}return{kind:_e.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}};t.parseFragmentName=function e(){if(this._lexer.token.value==="on"){throw this.unexpected()}return this.parseName()};t.parseValueLiteral=function e(t){var n=this._lexer.token;switch(n.kind){case Ne.BRACKET_L:return this.parseList(t);case Ne.BRACE_L:return this.parseObject(t);case Ne.INT:this._lexer.advance();return{kind:_e.INT,value:n.value,loc:this.loc(n)};case Ne.FLOAT:this._lexer.advance();return{kind:_e.FLOAT,value:n.value,loc:this.loc(n)};case Ne.STRING:case Ne.BLOCK_STRING:return this.parseStringLiteral();case Ne.NAME:this._lexer.advance();switch(n.value){case"true":return{kind:_e.BOOLEAN,value:true,loc:this.loc(n)};case"false":return{kind:_e.BOOLEAN,value:false,loc:this.loc(n)};case"null":return{kind:_e.NULL,loc:this.loc(n)};default:return{kind:_e.ENUM,value:n.value,loc:this.loc(n)}}case Ne.DOLLAR:if(!t){return this.parseVariable()}break}throw this.unexpected()};t.parseStringLiteral=function e(){var t=this._lexer.token;this._lexer.advance();return{kind:_e.STRING,value:t.value,block:t.kind===Ne.BLOCK_STRING,loc:this.loc(t)}};t.parseList=function e(t){var n=this;var r=this._lexer.token;var i=function e(){return n.parseValueLiteral(t)};return{kind:_e.LIST,values:this.any(Ne.BRACKET_L,i,Ne.BRACKET_R),loc:this.loc(r)}};t.parseObject=function e(t){var n=this;var r=this._lexer.token;var i=function e(){return n.parseObjectField(t)};return{kind:_e.OBJECT,fields:this.any(Ne.BRACE_L,i,Ne.BRACE_R),loc:this.loc(r)}};t.parseObjectField=function e(t){var n=this._lexer.token;var r=this.parseName();this.expectToken(Ne.COLON);return{kind:_e.OBJECT_FIELD,name:r,value:this.parseValueLiteral(t),loc:this.loc(n)}};t.parseDirectives=function e(t){var n=[];while(this.peek(Ne.AT)){n.push(this.parseDirective(t))}return n};t.parseDirective=function e(t){var n=this._lexer.token;this.expectToken(Ne.AT);return{kind:_e.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t),loc:this.loc(n)}};t.parseTypeReference=function e(){var t=this._lexer.token;var n;if(this.expectOptionalToken(Ne.BRACKET_L)){n=this.parseTypeReference();this.expectToken(Ne.BRACKET_R);n={kind:_e.LIST_TYPE,type:n,loc:this.loc(t)}}else{n=this.parseNamedType()}if(this.expectOptionalToken(Ne.BANG)){return{kind:_e.NON_NULL_TYPE,type:n,loc:this.loc(t)}}return n};t.parseNamedType=function e(){var t=this._lexer.token;return{kind:_e.NAMED_TYPE,name:this.parseName(),loc:this.loc(t)}};t.parseTypeSystemDefinition=function e(){var t=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(t.kind===Ne.NAME){switch(t.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}}throw this.unexpected(t)};t.peekDescription=function e(){return this.peek(Ne.STRING)||this.peek(Ne.BLOCK_STRING)};t.parseDescription=function e(){if(this.peekDescription()){return this.parseStringLiteral()}};t.parseSchemaDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("schema");var r=this.parseDirectives(true);var i=this.many(Ne.BRACE_L,this.parseOperationTypeDefinition,Ne.BRACE_R);return{kind:_e.SCHEMA_DEFINITION,description:n,directives:r,operationTypes:i,loc:this.loc(t)}};t.parseOperationTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseOperationType();this.expectToken(Ne.COLON);var r=this.parseNamedType();return{kind:_e.OPERATION_TYPE_DEFINITION,operation:n,type:r,loc:this.loc(t)}};t.parseScalarTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("scalar");var r=this.parseName();var i=this.parseDirectives(true);return{kind:_e.SCALAR_TYPE_DEFINITION,description:n,name:r,directives:i,loc:this.loc(t)}};t.parseObjectTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("type");var r=this.parseName();var i=this.parseImplementsInterfaces();var a=this.parseDirectives(true);var o=this.parseFieldsDefinition();return{kind:_e.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:a,fields:o,loc:this.loc(t)}};t.parseImplementsInterfaces=function e(){var t;if(!this.expectOptionalKeyword("implements")){return[]}if(((t=this._options)===null||t===void 0?void 0:t.allowLegacySDLImplementsInterfaces)===true){var n=[];this.expectOptionalToken(Ne.AMP);do{n.push(this.parseNamedType())}while(this.expectOptionalToken(Ne.AMP)||this.peek(Ne.NAME));return n}return this.delimitedMany(Ne.AMP,this.parseNamedType)};t.parseFieldsDefinition=function e(){var t;if(((t=this._options)===null||t===void 0?void 0:t.allowLegacySDLEmptyFields)===true&&this.peek(Ne.BRACE_L)&&this._lexer.lookahead().kind===Ne.BRACE_R){this._lexer.advance();this._lexer.advance();return[]}return this.optionalMany(Ne.BRACE_L,this.parseFieldDefinition,Ne.BRACE_R)};t.parseFieldDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();var i=this.parseArgumentDefs();this.expectToken(Ne.COLON);var a=this.parseTypeReference();var o=this.parseDirectives(true);return{kind:_e.FIELD_DEFINITION,description:n,name:r,arguments:i,type:a,directives:o,loc:this.loc(t)}};t.parseArgumentDefs=function e(){return this.optionalMany(Ne.PAREN_L,this.parseInputValueDef,Ne.PAREN_R)};t.parseInputValueDef=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();this.expectToken(Ne.COLON);var i=this.parseTypeReference();var a;if(this.expectOptionalToken(Ne.EQUALS)){a=this.parseValueLiteral(true)}var o=this.parseDirectives(true);return{kind:_e.INPUT_VALUE_DEFINITION,description:n,name:r,type:i,defaultValue:a,directives:o,loc:this.loc(t)}};t.parseInterfaceTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("interface");var r=this.parseName();var i=this.parseImplementsInterfaces();var a=this.parseDirectives(true);var o=this.parseFieldsDefinition();return{kind:_e.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:a,fields:o,loc:this.loc(t)}};t.parseUnionTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("union");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseUnionMemberTypes();return{kind:_e.UNION_TYPE_DEFINITION,description:n,name:r,directives:i,types:a,loc:this.loc(t)}};t.parseUnionMemberTypes=function e(){return this.expectOptionalToken(Ne.EQUALS)?this.delimitedMany(Ne.PIPE,this.parseNamedType):[]};t.parseEnumTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("enum");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseEnumValuesDefinition();return{kind:_e.ENUM_TYPE_DEFINITION,description:n,name:r,directives:i,values:a,loc:this.loc(t)}};t.parseEnumValuesDefinition=function e(){return this.optionalMany(Ne.BRACE_L,this.parseEnumValueDefinition,Ne.BRACE_R)};t.parseEnumValueDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();var i=this.parseDirectives(true);return{kind:_e.ENUM_VALUE_DEFINITION,description:n,name:r,directives:i,loc:this.loc(t)}};t.parseInputObjectTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("input");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseInputFieldsDefinition();return{kind:_e.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:i,fields:a,loc:this.loc(t)}};t.parseInputFieldsDefinition=function e(){return this.optionalMany(Ne.BRACE_L,this.parseInputValueDef,Ne.BRACE_R)};t.parseTypeSystemExtension=function e(){var t=this._lexer.lookahead();if(t.kind===Ne.NAME){switch(t.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}}throw this.unexpected(t)};t.parseSchemaExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("schema");var n=this.parseDirectives(true);var r=this.optionalMany(Ne.BRACE_L,this.parseOperationTypeDefinition,Ne.BRACE_R);if(n.length===0&&r.length===0){throw this.unexpected()}return{kind:_e.SCHEMA_EXTENSION,directives:n,operationTypes:r,loc:this.loc(t)}};t.parseScalarTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("scalar");var n=this.parseName();var r=this.parseDirectives(true);if(r.length===0){throw this.unexpected()}return{kind:_e.SCALAR_TYPE_EXTENSION,name:n,directives:r,loc:this.loc(t)}};t.parseObjectTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("type");var n=this.parseName();var r=this.parseImplementsInterfaces();var i=this.parseDirectives(true);var a=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&a.length===0){throw this.unexpected()}return{kind:_e.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:a,loc:this.loc(t)}};t.parseInterfaceTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("interface");var n=this.parseName();var r=this.parseImplementsInterfaces();var i=this.parseDirectives(true);var a=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&a.length===0){throw this.unexpected()}return{kind:_e.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:a,loc:this.loc(t)}};t.parseUnionTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("union");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseUnionMemberTypes();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:_e.UNION_TYPE_EXTENSION,name:n,directives:r,types:i,loc:this.loc(t)}};t.parseEnumTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("enum");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseEnumValuesDefinition();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:_e.ENUM_TYPE_EXTENSION,name:n,directives:r,values:i,loc:this.loc(t)}};t.parseInputObjectTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("input");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseInputFieldsDefinition();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:_e.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:r,fields:i,loc:this.loc(t)}};t.parseDirectiveDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("directive");this.expectToken(Ne.AT);var r=this.parseName();var i=this.parseArgumentDefs();var a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var o=this.parseDirectiveLocations();return{kind:_e.DIRECTIVE_DEFINITION,description:n,name:r,arguments:i,repeatable:a,locations:o,loc:this.loc(t)}};t.parseDirectiveLocations=function e(){return this.delimitedMany(Ne.PIPE,this.parseDirectiveLocation)};t.parseDirectiveLocation=function e(){var t=this._lexer.token;var n=this.parseName();if(Je[n.value]!==undefined){return n}throw this.unexpected(t)};t.loc=function e(t){var n;if(((n=this._options)===null||n===void 0?void 0:n.noLocation)!==true){return new Ie(t,this._lexer.lastToken,this._lexer.source)}};t.peek=function e(t){return this._lexer.token.kind===t};t.expectToken=function e(t){var n=this._lexer.token;if(n.kind===t){this._lexer.advance();return n}throw we(this._lexer.source,n.start,"Expected ".concat(ht(t),", found ").concat(pt(n),"."))};t.expectOptionalToken=function e(t){var n=this._lexer.token;if(n.kind===t){this._lexer.advance();return n}return undefined};t.expectKeyword=function e(t){var n=this._lexer.token;if(n.kind===Ne.NAME&&n.value===t){this._lexer.advance()}else{throw we(this._lexer.source,n.start,'Expected "'.concat(t,'", found ').concat(pt(n),"."))}};t.expectOptionalKeyword=function e(t){var n=this._lexer.token;if(n.kind===Ne.NAME&&n.value===t){this._lexer.advance();return true}return false};t.unexpected=function e(t){var n=t!==null&&t!==void 0?t:this._lexer.token;return we(this._lexer.source,n.start,"Unexpected ".concat(pt(n),"."))};t.any=function e(t,n,r){this.expectToken(t);var i=[];while(!this.expectOptionalToken(r)){i.push(n.call(this))}return i};t.optionalMany=function e(t,n,r){if(this.expectOptionalToken(t)){var i=[];do{i.push(n.call(this))}while(!this.expectOptionalToken(r));return i}return[]};t.many=function e(t,n,r){this.expectToken(t);var i=[];do{i.push(n.call(this))}while(!this.expectOptionalToken(r));return i};t.delimitedMany=function e(t,n){this.expectOptionalToken(t);var r=[];do{r.push(n.call(this))}while(this.expectOptionalToken(t));return r};return e}();function pt(e){var t=e.value;return ht(e.kind)+(t!=null?' "'.concat(t,'"'):"")}function ht(e){return Xe(e)?'"'.concat(e,'"'):e}var vt={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]};var yt=Object.freeze({});function mt(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:vt;var r=undefined;var i=Array.isArray(e);var a=[e];var o=-1;var s=[];var u=undefined;var c=undefined;var l=undefined;var f=[];var d=[];var p=e;do{o++;var h=o===a.length;var v=h&&s.length!==0;if(h){c=d.length===0?undefined:f[f.length-1];u=l;l=d.pop();if(v){if(i){u=u.slice()}else{var y={};for(var m=0,b=Object.keys(u);m<b.length;m++){var g=b[m];y[g]=u[g]}u=y}var E=0;for(var w=0;w<s.length;w++){var _=s[w][0];var T=s[w][1];if(i){_-=E}if(i&&T===null){u.splice(_,1);E++}else{u[_]=T}}}o=r.index;a=r.keys;s=r.edits;i=r.inArray;r=r.prev}else{c=l?i?o:a[o]:undefined;u=l?l[c]:p;if(u===null||u===undefined){continue}if(l){f.push(c)}}var S=void 0;if(!Array.isArray(u)){if(!Ae(u)){throw new Error("Invalid AST Node: ".concat(Fe(u),"."))}var O=bt(t,u.kind,h);if(O){S=O.call(t,u,c,l,f,d);if(S===yt){break}if(S===false){if(!h){f.pop();continue}}else if(S!==undefined){s.push([c,S]);if(!h){if(Ae(S)){u=S}else{f.pop();continue}}}}}if(S===undefined&&v){s.push([c,u])}if(h){f.pop()}else{var I;r={inArray:i,index:o,keys:a,edits:s,prev:r};i=Array.isArray(u);a=i?u:(I=n[u.kind])!==null&&I!==void 0?I:[];o=-1;s=[];if(l){d.push(l)}l=u}}while(r!==undefined);if(s.length!==0){p=s[s.length-1][1]}return p}function bt(e,t,n){var r=e[t];if(r){if(!n&&typeof r==="function"){return r}var i=n?r.leave:r.enter;if(typeof i==="function"){return i}}else{var a=n?e.leave:e.enter;if(a){if(typeof a==="function"){return a}var o=a[t];if(typeof o==="function"){return o}}}}function gt(e){return mt(e,{leave:wt})}var Et=80;var wt={Name:function e(t){return t.value},Variable:function e(t){return"$"+t.name},Document:function e(t){return Tt(t.definitions,"\n\n")+"\n"},OperationDefinition:function e(t){var n=t.operation;var r=t.name;var i=Ot("(",Tt(t.variableDefinitions,", "),")");var a=Tt(t.directives," ");var o=t.selectionSet;return!r&&!a&&!i&&n==="query"?o:Tt([n,Tt([r,i]),a,o]," ")},VariableDefinition:function e(t){var n=t.variable,r=t.type,i=t.defaultValue,a=t.directives;return n+": "+r+Ot(" = ",i)+Ot(" ",Tt(a," "))},SelectionSet:function e(t){var n=t.selections;return St(n)},Field:function e(t){var n=t.alias,r=t.name,i=t.arguments,a=t.directives,o=t.selectionSet;var s=Ot("",n,": ")+r;var u=s+Ot("(",Tt(i,", "),")");if(u.length>Et){u=s+Ot("(\n",It(Tt(i,"\n")),"\n)")}return Tt([u,Tt(a," "),o]," ")},Argument:function e(t){var n=t.name,r=t.value;return n+": "+r},FragmentSpread:function e(t){var n=t.name,r=t.directives;return"..."+n+Ot(" ",Tt(r," "))},InlineFragment:function e(t){var n=t.typeCondition,r=t.directives,i=t.selectionSet;return Tt(["...",Ot("on ",n),Tt(r," "),i]," ")},FragmentDefinition:function e(t){var n=t.name,r=t.typeCondition,i=t.variableDefinitions,a=t.directives,o=t.selectionSet;return"fragment ".concat(n).concat(Ot("(",Tt(i,", "),")")," ")+"on ".concat(r," ").concat(Ot("",Tt(a," ")," "))+o},IntValue:function e(t){var n=t.value;return n},FloatValue:function e(t){var n=t.value;return n},StringValue:function e(t,n){var r=t.value,i=t.block;return i?Qe(r,n==="description"?"":" "):JSON.stringify(r)},BooleanValue:function e(t){var n=t.value;return n?"true":"false"},NullValue:function e(){return"null"},EnumValue:function e(t){var n=t.value;return n},ListValue:function e(t){var n=t.values;return"["+Tt(n,", ")+"]"},ObjectValue:function e(t){var n=t.fields;return"{"+Tt(n,", ")+"}"},ObjectField:function e(t){var n=t.name,r=t.value;return n+": "+r},Directive:function e(t){var n=t.name,r=t.arguments;return"@"+n+Ot("(",Tt(r,", "),")")},NamedType:function e(t){var n=t.name;return n},ListType:function e(t){var n=t.type;return"["+n+"]"},NonNullType:function e(t){var n=t.type;return n+"!"},SchemaDefinition:_t((function(e){var t=e.directives,n=e.operationTypes;return Tt(["schema",Tt(t," "),St(n)]," ")})),OperationTypeDefinition:function e(t){var n=t.operation,r=t.type;return n+": "+r},ScalarTypeDefinition:_t((function(e){var t=e.name,n=e.directives;return Tt(["scalar",t,Tt(n," ")]," ")})),ObjectTypeDefinition:_t((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return Tt(["type",t,Ot("implements ",Tt(n," & ")),Tt(r," "),St(i)]," ")})),FieldDefinition:_t((function(e){var t=e.name,n=e.arguments,r=e.type,i=e.directives;return t+(At(n)?Ot("(\n",It(Tt(n,"\n")),"\n)"):Ot("(",Tt(n,", "),")"))+": "+r+Ot(" ",Tt(i," "))})),InputValueDefinition:_t((function(e){var t=e.name,n=e.type,r=e.defaultValue,i=e.directives;return Tt([t+": "+n,Ot("= ",r),Tt(i," ")]," ")})),InterfaceTypeDefinition:_t((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return Tt(["interface",t,Ot("implements ",Tt(n," & ")),Tt(r," "),St(i)]," ")})),UnionTypeDefinition:_t((function(e){var t=e.name,n=e.directives,r=e.types;return Tt(["union",t,Tt(n," "),r&&r.length!==0?"= "+Tt(r," | "):""]," ")})),EnumTypeDefinition:_t((function(e){var t=e.name,n=e.directives,r=e.values;return Tt(["enum",t,Tt(n," "),St(r)]," ")})),EnumValueDefinition:_t((function(e){var t=e.name,n=e.directives;return Tt([t,Tt(n," ")]," ")})),InputObjectTypeDefinition:_t((function(e){var t=e.name,n=e.directives,r=e.fields;return Tt(["input",t,Tt(n," "),St(r)]," ")})),DirectiveDefinition:_t((function(e){var t=e.name,n=e.arguments,r=e.repeatable,i=e.locations;return"directive @"+t+(At(n)?Ot("(\n",It(Tt(n,"\n")),"\n)"):Ot("(",Tt(n,", "),")"))+(r?" repeatable":"")+" on "+Tt(i," | ")})),SchemaExtension:function e(t){var n=t.directives,r=t.operationTypes;return Tt(["extend schema",Tt(n," "),St(r)]," ")},ScalarTypeExtension:function e(t){var n=t.name,r=t.directives;return Tt(["extend scalar",n,Tt(r," ")]," ")},ObjectTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return Tt(["extend type",n,Ot("implements ",Tt(r," & ")),Tt(i," "),St(a)]," ")},InterfaceTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return Tt(["extend interface",n,Ot("implements ",Tt(r," & ")),Tt(i," "),St(a)]," ")},UnionTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.types;return Tt(["extend union",n,Tt(r," "),i&&i.length!==0?"= "+Tt(i," | "):""]," ")},EnumTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.values;return Tt(["extend enum",n,Tt(r," "),St(i)]," ")},InputObjectTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.fields;return Tt(["extend input",n,Tt(r," "),St(i)]," ")}};function _t(e){return function(t){return Tt([t.description,e(t)],"\n")}}function Tt(e){var t;var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";return(t=e===null||e===void 0?void 0:e.filter((function(e){return e})).join(n))!==null&&t!==void 0?t:""}function St(e){return Ot("{\n",It(Tt(e,"\n")),"\n}")}function Ot(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:"";return t!=null&&t!==""?e+t+n:""}function It(e){return Ot(" ",e.replace(/\n/g,"\n "))}function xt(e){return e.indexOf("\n")!==-1}function At(e){return e!=null&&e.some(xt)}function Nt(e,t){var n=t&&t.cache?t.cache:Vt;var r=t&&t.serializer?t.serializer:Mt;var i=t&&t.strategy?t.strategy:Pt;return i(e,{cache:n,serializer:r})}function Dt(e){return e==null||typeof e==="number"||typeof e==="boolean"}function Ct(e,t,n,r){var i=Dt(r)?r:n(r);var a=t.get(i);if(typeof a==="undefined"){a=e.call(this,r);t.set(i,a)}return a}function kt(e,t,n){var r=Array.prototype.slice.call(arguments,3);var i=n(r);var a=t.get(i);if(typeof a==="undefined"){a=e.apply(this,r);t.set(i,a)}return a}function Ft(e,t,n,r,i){return n.bind(t,e,r,i)}function Pt(e,t){var n=e.length===1?Ct:kt;return Ft(e,this,n,t.cache.create(),t.serializer)}function jt(e,t){var n=kt;return Ft(e,this,n,t.cache.create(),t.serializer)}function Rt(e,t){var n=Ct;return Ft(e,this,n,t.cache.create(),t.serializer)}function Mt(){return JSON.stringify(arguments)}function Lt(){this.cache=Object.create(null)}Lt.prototype.has=function(e){return e in this.cache};Lt.prototype.get=function(e){return this.cache[e]};Lt.prototype.set=function(e,t){this.cache[e]=t};var Vt={create:function e(){return new Lt}};var Bt=e("s",Nt);var Ut={variadic:jt,monadic:Rt};Bt.strategies=Ut;var qt=Object.freeze(Object.assign(Object.create(null),Bt,{default:Bt,strategies:Ut}));e("m",qt);function $t(e){return typeof e==="function"}var Kt=false;var Ht={Promise:undefined,set useDeprecatedSynchronousErrorHandling(e){if(e){var t=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+t.stack)}else if(Kt){console.log("RxJS: Back to a better error behavior. Thank you. <3")}Kt=e},get useDeprecatedSynchronousErrorHandling(){return Kt}};function Jt(e){setTimeout((function(){throw e}),0)}var Gt={closed:true,next:function(e){},error:function(e){if(Ht.useDeprecatedSynchronousErrorHandling){throw e}else{Jt(e)}},complete:function(){}};var Yt=function(){return Array.isArray||function(e){return e&&typeof e.length==="number"}}();function zt(e){return e!==null&&typeof e==="object"}var Qt=function(){function e(e){Error.call(this);this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"";this.name="UnsubscriptionError";this.errors=e;return this}e.prototype=Object.create(Error.prototype);return e}();var Wt=Qt;var Xt=function(){function e(e){this.closed=false;this._parentOrParents=null;this._subscriptions=null;if(e){this._ctorUnsubscribe=true;this._unsubscribe=e}}e.prototype.unsubscribe=function(){var t;if(this.closed){return}var n=this,r=n._parentOrParents,i=n._ctorUnsubscribe,a=n._unsubscribe,o=n._subscriptions;this.closed=true;this._parentOrParents=null;this._subscriptions=null;if(r instanceof e){r.remove(this)}else if(r!==null){for(var s=0;s<r.length;++s){var u=r[s];u.remove(this)}}if($t(a)){if(i){this._unsubscribe=undefined}try{a.call(this)}catch(e){t=e instanceof Wt?Zt(e.errors):[e]}}if(Yt(o)){var s=-1;var c=o.length;while(++s<c){var l=o[s];if(zt(l)){try{l.unsubscribe()}catch(e){t=t||[];if(e instanceof Wt){t=t.concat(Zt(e.errors))}else{t.push(e)}}}}}if(t){throw new Wt(t)}};e.prototype.add=function(t){var n=t;if(!t){return e.EMPTY}switch(typeof t){case"function":n=new e(t);case"object":if(n===this||n.closed||typeof n.unsubscribe!=="function"){return n}else if(this.closed){n.unsubscribe();return n}else if(!(n instanceof e)){var r=n;n=new e;n._subscriptions=[r]}break;default:{throw new Error("unrecognized teardown "+t+" added to Subscription.")}}var i=n._parentOrParents;if(i===null){n._parentOrParents=this}else if(i instanceof e){if(i===this){return n}n._parentOrParents=[i,this]}else if(i.indexOf(this)===-1){i.push(this)}else{return n}var a=this._subscriptions;if(a===null){this._subscriptions=[n]}else{a.push(n)}return n};e.prototype.remove=function(e){var t=this._subscriptions;if(t){var n=t.indexOf(e);if(n!==-1){t.splice(n,1)}}};return e}();Xt.EMPTY=function(e){e.closed=true;return e}(new Xt);function Zt(e){return e.reduce((function(e,t){return e.concat(t instanceof Wt?t.errors:t)}),[])}var en=function(){return typeof Symbol==="function"?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()}();var tn=function(e){__extends(t,e);function t(n,r,i){var a=e.call(this)||this;a.syncErrorValue=null;a.syncErrorThrown=false;a.syncErrorThrowable=false;a.isStopped=false;switch(arguments.length){case 0:a.destination=Gt;break;case 1:if(!n){a.destination=Gt;break}if(typeof n==="object"){if(n instanceof t){a.syncErrorThrowable=n.syncErrorThrowable;a.destination=n;n.add(a)}else{a.syncErrorThrowable=true;a.destination=new nn(a,n)}break}default:a.syncErrorThrowable=true;a.destination=new nn(a,n,r,i);break}return a}t.prototype[en]=function(){return this};t.create=function(e,n,r){var i=new t(e,n,r);i.syncErrorThrowable=false;return i};t.prototype.next=function(e){if(!this.isStopped){this._next(e)}};t.prototype.error=function(e){if(!this.isStopped){this.isStopped=true;this._error(e)}};t.prototype.complete=function(){if(!this.isStopped){this.isStopped=true;this._complete()}};t.prototype.unsubscribe=function(){if(this.closed){return}this.isStopped=true;e.prototype.unsubscribe.call(this)};t.prototype._next=function(e){this.destination.next(e)};t.prototype._error=function(e){this.destination.error(e);this.unsubscribe()};t.prototype._complete=function(){this.destination.complete();this.unsubscribe()};t.prototype._unsubscribeAndRecycle=function(){var e=this._parentOrParents;this._parentOrParents=null;this.unsubscribe();this.closed=false;this.isStopped=false;this._parentOrParents=e;return this};return t}(Xt);var nn=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this)||this;a._parentSubscriber=t;var o;var s=a;if($t(n)){o=n}else if(n){o=n.next;r=n.error;i=n.complete;if(n!==Gt){s=Object.create(n);if($t(s.unsubscribe)){a.add(s.unsubscribe.bind(s))}s.unsubscribe=a.unsubscribe.bind(a)}}a._context=s;a._next=o;a._error=r;a._complete=i;return a}t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parentSubscriber;if(!Ht.useDeprecatedSynchronousErrorHandling||!t.syncErrorThrowable){this.__tryOrUnsub(this._next,e)}else if(this.__tryOrSetError(t,this._next,e)){this.unsubscribe()}}};t.prototype.error=function(e){if(!this.isStopped){var t=this._parentSubscriber;var n=Ht.useDeprecatedSynchronousErrorHandling;if(this._error){if(!n||!t.syncErrorThrowable){this.__tryOrUnsub(this._error,e);this.unsubscribe()}else{this.__tryOrSetError(t,this._error,e);this.unsubscribe()}}else if(!t.syncErrorThrowable){this.unsubscribe();if(n){throw e}Jt(e)}else{if(n){t.syncErrorValue=e;t.syncErrorThrown=true}else{Jt(e)}this.unsubscribe()}}};t.prototype.complete=function(){var e=this;if(!this.isStopped){var t=this._parentSubscriber;if(this._complete){var n=function(){return e._complete.call(e._context)};if(!Ht.useDeprecatedSynchronousErrorHandling||!t.syncErrorThrowable){this.__tryOrUnsub(n);this.unsubscribe()}else{this.__tryOrSetError(t,n);this.unsubscribe()}}else{this.unsubscribe()}}};t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(e){this.unsubscribe();if(Ht.useDeprecatedSynchronousErrorHandling){throw e}else{Jt(e)}}};t.prototype.__tryOrSetError=function(e,t,n){if(!Ht.useDeprecatedSynchronousErrorHandling){throw new Error("bad call")}try{t.call(this._context,n)}catch(t){if(Ht.useDeprecatedSynchronousErrorHandling){e.syncErrorValue=t;e.syncErrorThrown=true;return true}else{Jt(t);return true}}return false};t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null;this._parentSubscriber=null;e.unsubscribe()};return t}(tn);function rn(e){while(e){var t=e.closed,n=e.destination,r=e.isStopped;if(t||r){return false}else if(n&&n instanceof tn){e=n}else{e=null}}return true}function an(e,t,n){if(e){if(e instanceof tn){return e}if(e[en]){return e[en]()}}if(!e&&!t&&!n){return new tn(Gt)}return new tn(e,t,n)}var on=function(){return typeof Symbol==="function"&&Symbol.observable||"@@observable"}();function sn(e){return e}function un(e){if(e.length===0){return sn}if(e.length===1){return e[0]}return function t(n){return e.reduce((function(e,t){return t(e)}),n)}}var cn=function(){function e(e){this._isScalar=false;if(e){this._subscribe=e}}e.prototype.lift=function(t){var n=new e;n.source=this;n.operator=t;return n};e.prototype.subscribe=function(e,t,n){var r=this.operator;var i=an(e,t,n);if(r){i.add(r.call(i,this.source))}else{i.add(this.source||Ht.useDeprecatedSynchronousErrorHandling&&!i.syncErrorThrowable?this._subscribe(i):this._trySubscribe(i))}if(Ht.useDeprecatedSynchronousErrorHandling){if(i.syncErrorThrowable){i.syncErrorThrowable=false;if(i.syncErrorThrown){throw i.syncErrorValue}}}return i};e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){if(Ht.useDeprecatedSynchronousErrorHandling){e.syncErrorThrown=true;e.syncErrorValue=t}if(rn(e)){e.error(t)}else{console.warn(t)}}};e.prototype.forEach=function(e,t){var n=this;t=ln(t);return new t((function(t,r){var i;i=n.subscribe((function(t){try{e(t)}catch(e){r(e);if(i){i.unsubscribe()}}}),r,t)}))};e.prototype._subscribe=function(e){var t=this.source;return t&&t.subscribe(e)};e.prototype[on]=function(){return this};e.prototype.pipe=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}if(e.length===0){return this}return un(e)(this)};e.prototype.toPromise=function(e){var t=this;e=ln(e);return new e((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))};return e}();cn.create=function(e){return new cn(e)};function ln(e){if(!e){e=Promise}if(!e){throw new Error("no Promise impl found")}return e}var fn=function(){function e(){Error.call(this);this.message="object unsubscribed";this.name="ObjectUnsubscribedError";return this}e.prototype=Object.create(Error.prototype);return e}();var dn=fn;var pn=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.subject=t;r.subscriber=n;r.closed=false;return r}t.prototype.unsubscribe=function(){if(this.closed){return}this.closed=true;var e=this.subject;var t=e.observers;this.subject=null;if(!t||t.length===0||e.isStopped||e.closed){return}var n=t.indexOf(this.subscriber);if(n!==-1){t.splice(n,1)}};return t}(Xt);var hn=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.destination=t;return n}return t}(tn);var vn=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.observers=[];t.closed=false;t.isStopped=false;t.hasError=false;t.thrownError=null;return t}t.prototype[en]=function(){return new hn(this)};t.prototype.lift=function(e){var t=new yn(this,this);t.operator=e;return t};t.prototype.next=function(e){if(this.closed){throw new dn}if(!this.isStopped){var t=this.observers;var n=t.length;var r=t.slice();for(var i=0;i<n;i++){r[i].next(e)}}};t.prototype.error=function(e){if(this.closed){throw new dn}this.hasError=true;this.thrownError=e;this.isStopped=true;var t=this.observers;var n=t.length;var r=t.slice();for(var i=0;i<n;i++){r[i].error(e)}this.observers.length=0};t.prototype.complete=function(){if(this.closed){throw new dn}this.isStopped=true;var e=this.observers;var t=e.length;var n=e.slice();for(var r=0;r<t;r++){n[r].complete()}this.observers.length=0};t.prototype.unsubscribe=function(){this.isStopped=true;this.closed=true;this.observers=null};t.prototype._trySubscribe=function(t){if(this.closed){throw new dn}else{return e.prototype._trySubscribe.call(this,t)}};t.prototype._subscribe=function(e){if(this.closed){throw new dn}else if(this.hasError){e.error(this.thrownError);return Xt.EMPTY}else if(this.isStopped){e.complete();return Xt.EMPTY}else{this.observers.push(e);return new pn(this,e)}};t.prototype.asObservable=function(){var e=new cn;e.source=this;return e};return t}(cn);vn.create=function(e,t){return new yn(e,t)};var yn=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.destination=t;r.source=n;return r}t.prototype.next=function(e){var t=this.destination;if(t&&t.next){t.next(e)}};t.prototype.error=function(e){var t=this.destination;if(t&&t.error){this.destination.error(e)}};t.prototype.complete=function(){var e=this.destination;if(e&&e.complete){this.destination.complete()}};t.prototype._subscribe=function(e){var t=this.source;if(t){return this.source.subscribe(e)}else{return Xt.EMPTY}};return t}(vn);var mn=function(e){__extends(t,e);function t(t,n){return e.call(this)||this}t.prototype.schedule=function(e,t){if(t===void 0){t=0}return this};return t}(Xt);var bn=function(e){__extends(t,e);function t(t,n){var r=e.call(this,t,n)||this;r.scheduler=t;r.work=n;r.pending=false;return r}t.prototype.schedule=function(e,t){if(t===void 0){t=0}if(this.closed){return this}this.state=e;var n=this.id;var r=this.scheduler;if(n!=null){this.id=this.recycleAsyncId(r,n,t)}this.pending=true;this.delay=t;this.id=this.id||this.requestAsyncId(r,this.id,t);return this};t.prototype.requestAsyncId=function(e,t,n){if(n===void 0){n=0}return setInterval(e.flush.bind(e,this),n)};t.prototype.recycleAsyncId=function(e,t,n){if(n===void 0){n=0}if(n!==null&&this.delay===n&&this.pending===false){return t}clearInterval(t);return undefined};t.prototype.execute=function(e,t){if(this.closed){return new Error("executing a cancelled action")}this.pending=false;var n=this._execute(e,t);if(n){return n}else if(this.pending===false&&this.id!=null){this.id=this.recycleAsyncId(this.scheduler,this.id,null)}};t.prototype._execute=function(e,t){var n=false;var r=undefined;try{this.work(e)}catch(e){n=true;r=!!e&&e||new Error(e)}if(n){this.unsubscribe();return r}};t.prototype._unsubscribe=function(){var e=this.id;var t=this.scheduler;var n=t.actions;var r=n.indexOf(this);this.work=null;this.state=null;this.pending=false;this.scheduler=null;if(r!==-1){n.splice(r,1)}if(e!=null){this.id=this.recycleAsyncId(t,e,null)}this.delay=null};return t}(mn);var gn=function(){function e(t,n){if(n===void 0){n=e.now}this.SchedulerAction=t;this.now=n}e.prototype.schedule=function(e,t,n){if(t===void 0){t=0}return new this.SchedulerAction(this,e).schedule(n,t)};return e}();gn.now=function(){return Date.now()};var En=function(e){__extends(t,e);function t(n,r){if(r===void 0){r=gn.now}var i=e.call(this,n,(function(){if(t.delegate&&t.delegate!==i){return t.delegate.now()}else{return r()}}))||this;i.actions=[];i.active=false;i.scheduled=undefined;return i}t.prototype.schedule=function(n,r,i){if(r===void 0){r=0}if(t.delegate&&t.delegate!==this){return t.delegate.schedule(n,r,i)}else{return e.prototype.schedule.call(this,n,r,i)}};t.prototype.flush=function(e){var t=this.actions;if(this.active){t.push(e);return}var n;this.active=true;do{if(n=e.execute(e.state,e.delay)){break}}while(e=t.shift());this.active=false;if(n){while(e=t.shift()){e.unsubscribe()}throw n}};return t}(gn);function wn(e){return e&&typeof e.schedule==="function"}var _n=new En(bn);var Tn=_n;function Sn(e){var t=arguments.length;var n=Tn;if(wn(arguments[arguments.length-1])){n=arguments[arguments.length-1];t--}var r=null;if(t>=2){r=arguments[1]}var i=Number.POSITIVE_INFINITY;if(t>=3){i=arguments[2]}return function t(a){return a.lift(new On(e,r,i,n))}}var On=function(){function e(e,t,n,r){this.bufferTimeSpan=e;this.bufferCreationInterval=t;this.maxBufferSize=n;this.scheduler=r}e.prototype.call=function(e,t){return t.subscribe(new xn(e,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))};return e}();var In=function(){function e(){this.buffer=[]}return e}();var xn=function(e){__extends(t,e);function t(t,n,r,i,a){var o=e.call(this,t)||this;o.bufferTimeSpan=n;o.bufferCreationInterval=r;o.maxBufferSize=i;o.scheduler=a;o.contexts=[];var s=o.openContext();o.timespanOnly=r==null||r<0;if(o.timespanOnly){var u={subscriber:o,context:s,bufferTimeSpan:n};o.add(s.closeAction=a.schedule(An,n,u))}else{var c={subscriber:o,context:s};var l={bufferTimeSpan:n,bufferCreationInterval:r,subscriber:o,scheduler:a};o.add(s.closeAction=a.schedule(Dn,n,c));o.add(a.schedule(Nn,r,l))}return o}t.prototype._next=function(e){var t=this.contexts;var n=t.length;var r;for(var i=0;i<n;i++){var a=t[i];var o=a.buffer;o.push(e);if(o.length==this.maxBufferSize){r=a}}if(r){this.onBufferFull(r)}};t.prototype._error=function(t){this.contexts.length=0;e.prototype._error.call(this,t)};t.prototype._complete=function(){var t=this,n=t.contexts,r=t.destination;while(n.length>0){var i=n.shift();r.next(i.buffer)}e.prototype._complete.call(this)};t.prototype._unsubscribe=function(){this.contexts=null};t.prototype.onBufferFull=function(e){this.closeContext(e);var t=e.closeAction;t.unsubscribe();this.remove(t);if(!this.closed&&this.timespanOnly){e=this.openContext();var n=this.bufferTimeSpan;var r={subscriber:this,context:e,bufferTimeSpan:n};this.add(e.closeAction=this.scheduler.schedule(An,n,r))}};t.prototype.openContext=function(){var e=new In;this.contexts.push(e);return e};t.prototype.closeContext=function(e){this.destination.next(e.buffer);var t=this.contexts;var n=t?t.indexOf(e):-1;if(n>=0){t.splice(t.indexOf(e),1)}};return t}(tn);function An(e){var t=e.subscriber;var n=e.context;if(n){t.closeContext(n)}if(!t.closed){e.context=t.openContext();e.context.closeAction=this.schedule(e,e.bufferTimeSpan)}}function Nn(e){var t=e.bufferCreationInterval,n=e.bufferTimeSpan,r=e.subscriber,i=e.scheduler;var a=r.openContext();var o=this;if(!r.closed){r.add(a.closeAction=i.schedule(Dn,n,{subscriber:r,context:a}));o.schedule(e,t)}}function Dn(e){var t=e.subscriber,n=e.context;t.closeContext(n)}var Cn=function(e){if(e===void 0){e=21}var t="";var n=crypto.getRandomValues(new Uint8Array(e));while(e--){var r=n[e]&63;if(r<36){t+=r.toString(36)}else if(r<62){t+=(r-26).toString(36).toUpperCase()}else if(r<63){t+="_"}else{t+="-"}}return t};var kn=t((function(e,t){var r=n&&n.__assign||function(){r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return r.apply(this,arguments)};var i=n&&n.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};Object.defineProperty(t,"__esModule",{value:true});t.renameVariables=t.renameVariablesAndTopLevelFields=t.renameVariablesAndTopLevelFieldsOnOpDef=t.renameSelectionSetArguments=t.renameVariableDefinition=t.renameDirectiveArguments=t.renameArgument=t.renameValue=t.defaultRenameFn=void 0;t.defaultRenameFn=function(e,t){return e+"_"+t};function a(e,t){if(e.kind==="Variable"){return r(r({},e),{name:r(r({},e.name),{value:t(e.name.value)})})}else if(e.kind==="ObjectValue"){return r(r({},e),{fields:e.fields.map((function(e){return r(r({},e),{value:a(e.value,t)})}))})}else if(e.kind==="ListValue"){return r(r({},e),{values:e.values.map((function(e){return a(e,t)}))})}return e}t.renameValue=a;function o(e,t){return r(r({},e),{value:a(e.value,t)})}t.renameArgument=o;function s(e,t){var n;return r(r({},e),{arguments:(n=e.arguments)===null||n===void 0?void 0:n.map((function(e){return o(e,t)}))})}t.renameDirectiveArguments=s;function u(e,t){var n;return r(r({},e),{variable:r(r({},e.variable),{name:r(r({},e.variable.name),{value:t(e.variable.name.value)})}),directives:(n=e.directives)===null||n===void 0?void 0:n.map((function(e){return s(e,t)}))})}t.renameVariableDefinition=u;function c(e,t){return r(r({},e),{selections:e.selections.map((function(e){var n,i,a;switch(e.kind){case"Field":return r(r({},e),{arguments:(n=e.arguments)===null||n===void 0?void 0:n.map((function(e){return o(e,t)})),selectionSet:e.selectionSet?c(e.selectionSet,t):undefined});case"FragmentSpread":return r(r({},e),{directives:(i=e.directives)===null||i===void 0?void 0:i.map((function(e){return s(e,t)}))});case"InlineFragment":return r(r({},e),{directives:(a=e.directives)===null||a===void 0?void 0:a.map((function(e){return s(e,t)})),selectionSet:c(e.selectionSet,t)})}}))})}t.renameSelectionSetArguments=c;function l(e,t,n){var i,a;return r(r({},e),{variableDefinitions:(i=e.variableDefinitions)===null||i===void 0?void 0:i.map((function(e){return u(e,t)})),directives:(a=e.directives)===null||a===void 0?void 0:a.map((function(e){return s(e,t)})),selectionSet:c(r(r({},e.selectionSet),{selections:e.selectionSet.selections.map((function(e){var t,i;switch(e.kind){case"Field":return r(r({},e),{alias:r(r({},e.name),{value:n((i=(t=e.alias)===null||t===void 0?void 0:t.value)!==null&&i!==void 0?i:e.name.value)})});default:return e}}))}),t)})}t.renameVariablesAndTopLevelFieldsOnOpDef=l;function f(e,t,n){return r(r({},e),{definitions:i(e.definitions.filter((function(e){return e.kind!=="OperationDefinition"})),e.definitions.filter((function(e){return e.kind==="OperationDefinition"})).map((function(e){return l(e,t,n)})))})}t.renameVariablesAndTopLevelFields=f;function d(e,t){return Object.keys(e).reduce((function(n,i){var a;return r(r({},n),(a={},a[t(i)]=e[i],a))}),{})}t.renameVariables=d}));var Fn=t((function(e,t){var r=n&&n.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(t.hasOwnProperty(n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var i=n&&n.__assign||function(){i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return i.apply(this,arguments)};var a=n&&n.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};Object.defineProperty(t,"__esModule",{value:true});var o={kind:"Document",definitions:[]};var s=function(e){r(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Error);var u=function(){function e(e,t,n){this.operationName=e;this.document=t;this.variables=n}e.prototype.add=function(t,n){var r=this;var o=this.document.definitions.concat(t.definitions).filter((function(e){return e.kind==="OperationDefinition"}));if(!o.length){throw new s("Expected at least one OperationDefinition, but found none.")}o.forEach((function(e){var t,n;var r=o.filter((function(t){return t!==e}));r.forEach((function(t){var n,r;if(t.operation!==e.operation){throw new s("expected all operations to be of the smae type, but "+((n=t.name)===null||n===void 0?void 0:n.value)+" is "+t.operation+" and "+((r=e.name)===null||r===void 0?void 0:r.value)+" is "+e.operation)}}));(t=e.selectionSet.selections)===null||t===void 0?void 0:t.filter((function(e){return e.kind==="Field"})).forEach((function(t){r.forEach((function(n){var r;return(r=n.selectionSet.selections)===null||r===void 0?void 0:r.filter((function(e){return e.kind==="Field"})).forEach((function(r){var i,a,o,u;if((((i=t.alias)===null||i===void 0?void 0:i.value)||t.name.value)===(((a=r.alias)===null||a===void 0?void 0:a.value)||r.name.value)){throw new s("duplicate field definition "+r.name.value+" for oprations "+((o=e.name)===null||o===void 0?void 0:o.value)+" and "+((u=n.name)===null||u===void 0?void 0:u.value))}}))}))}));(n=e.variableDefinitions)===null||n===void 0?void 0:n.forEach((function(t){r.forEach((function(n){var r;return(r=n.variableDefinitions)===null||r===void 0?void 0:r.forEach((function(r){var i,a;if(t.variable.name.value===r.variable.name.value){throw new s("duplicate variable definition "+r.variable.name.value+" for oprations "+((i=e.name)===null||i===void 0?void 0:i.value)+" and "+((a=n.name)===null||a===void 0?void 0:a.value))}}))}))}))}));var u=function(){if(r.variables&&n){return i(i({},r.variables),n)}return n||r.variables}();var c=[{kind:"OperationDefinition",directives:o.flatMap((function(e){return e.directives||[]})),name:{kind:"Name",value:this.operationName},operation:o[0].operation,selectionSet:{kind:"SelectionSet",selections:o.flatMap((function(e){return e.selectionSet.selections}))},variableDefinitions:o.flatMap((function(e){return e.variableDefinitions||[]}))}];var l=new Set;var f=this.document.definitions.concat(t.definitions);for(var d=0,p=f;d<p.length;d++){var h=p[d];if(h.kind==="OperationDefinition"){continue}if(h.kind==="FragmentDefinition"){if(l.has(h.name.value)){continue}l.add(h.name.value)}c=a([h],c)}var v={kind:"Document",definitions:c};return new e(this.operationName,v,u)};e.prototype.addN=function(e,t,n,r){if(n===void 0){n=kn.defaultRenameFn}if(r===void 0){r=kn.defaultRenameFn}if(!t.length){return this}return t.reduce((function(t,i,a){var o=kn.renameVariablesAndTopLevelFields(e,(function(e){return n(e,a)}),(function(e){return r(e,a)}));var s=kn.renameVariables(i,(function(e){return n(e,a)}));return t.add(o,s)}),this)};return e}();function c(e){return{operationName:e,add:function(e,t){return new u(this.operationName,e,t)},addN:function(e,t,n,r){return new u(this.operationName,o).addN(e,t,n,r)}}}t.default=c}));var Pn=r(Fn);var jn,Rn=jn||(jn={});Rn.Pop="POP";Rn.Push="PUSH";Rn.Replace="REPLACE";var Mn=function(e){return e};function Ln(e){e.preventDefault();e.returnValue=""}function Vn(){var e=[];return{get length(){return e.length},push:function(t){e.push(t);return function(){e=e.filter((function(e){return e!==t}))}},call:function(t){e.forEach((function(e){return e&&e(t)}))}}}function Bn(){return Math.random().toString(36).substr(2,8)}function Un(e){var t=e.pathname;t=void 0===t?"/":t;var n=e.search;n=void 0===n?"":n;e=e.hash;e=void 0===e?"":e;n&&"?"!==n&&(t+="?"===n.charAt(0)?n:"?"+n);e&&"#"!==e&&(t+="#"===e.charAt(0)?e:"#"+e);return t}function qn(e){var t={};if(e){var n=e.indexOf("#");0<=n&&(t.hash=e.substr(n),e=e.substr(0,n));n=e.indexOf("?");0<=n&&(t.search=e.substr(n),e=e.substr(0,n));e&&(t.pathname=e)}return t}function $n(e){function t(){var e=u.location,t=c.state||{};return[t.idx,Mn({pathname:e.pathname,search:e.search,hash:e.hash,state:t.usr||null,key:t.key||"default"})]}function n(e){return"string"===typeof e?e:Un(e)}function r(e,t){void 0===t&&(t=null);return Mn(d({pathname:h.pathname,hash:"",search:""},"string"===typeof e?qn(e):e,{state:t,key:Bn()}))}function i(e){f=e;e=t();p=e[0];h=e[1];v.call({action:f,location:h})}function a(e,t){function o(){a(e,t)}var s=jn.Push,l=r(e,t);if(!y.length||(y.call({action:s,location:l,retry:o}),!1)){var f=[{usr:l.state,key:l.key,idx:p+1},n(l)];l=f[0];f=f[1];try{c.pushState(l,"",f)}catch(e){u.location.assign(f)}i(s)}}function o(e,t){function a(){o(e,t)}var s=jn.Replace,u=r(e,t);y.length&&(y.call({action:s,location:u,retry:a}),1)||(u=[{usr:u.state,key:u.key,idx:p},n(u)],c.replaceState(u[0],"",u[1]),i(s))}function s(e){c.go(e)}void 0===e&&(e={});e=e.window;var u=void 0===e?document.defaultView:e,c=u.history,l=null;u.addEventListener("popstate",(function(){if(l)y.call(l),l=null;else{var e=jn.Pop,n=t(),r=n[0];n=n[1];if(y.length)if(null!=r){var a=p-r;a&&(l={action:e,location:n,retry:function(){s(-1*a)}},s(a))}else;else i(e)}}));var f=jn.Pop;e=t();var p=e[0],h=e[1],v=Vn(),y=Vn();null==p&&(p=0,c.replaceState(d({},c.state,{idx:p}),""));return{get action(){return f},get location(){return h},createHref:n,push:a,replace:o,go:s,back:function(){s(-1)},forward:function(){s(1)},listen:function(e){return v.push(e)},block:function(e){var t=y.push(e);1===y.length&&u.addEventListener("beforeunload",Ln);return function(){t();y.length||u.removeEventListener("beforeunload",Ln)}}}}function Kn(e){function t(e,t){void 0===t&&(t=null);return Mn(d({pathname:f.pathname,search:"",hash:""},"string"===typeof e?qn(e):e,{state:t,key:Bn()}))}function n(e,t,n){return!h.length||(h.call({action:e,location:t,retry:n}),!1)}function r(e,t){l=e;f=t;p.call({action:l,location:f})}function i(e,a){var o=jn.Push,s=t(e,a);n(o,s,(function(){i(e,a)}))&&(c+=1,u.splice(c,u.length,s),r(o,s))}function a(e,i){var o=jn.Replace,s=t(e,i);n(o,s,(function(){a(e,i)}))&&(u[c]=s,r(o,s))}function o(e){var t=Math.min(Math.max(c+e,0),u.length-1),i=jn.Pop,a=u[t];n(i,a,(function(){o(e)}))&&(c=t,r(i,a))}void 0===e&&(e={});var s=e;e=s.initialEntries;s=s.initialIndex;var u=(void 0===e?["/"]:e).map((function(e){var t=Mn(d({pathname:"/",search:"",hash:"",state:null,key:Bn()},"string"===typeof e?qn(e):e));return t})),c=Math.min(Math.max(null==s?u.length-1:s,0),u.length-1),l=jn.Pop,f=u[c],p=Vn(),h=Vn();return{get index(){return c},get action(){return l},get location(){return f},createHref:function(e){return"string"===typeof e?e:Un(e)},push:i,replace:a,go:o,back:function(){o(-1)},forward:function(){o(1)},listen:function(e){return p.push(e)},block:function(e){return h.push(e)}}}var Hn={current:void 0};function Jn(){if(void 0===Hn.current)throw new Error("no implementation of useHost provided");return Hn.current()}function Gn(e){if(!e)throw new Error("Must supply an implementation");if("function"!=typeof e)throw new Error("implementation must be a function");Hn.current=e}function Yn(){var e;window.squatchProgramId||(window.squatchProgramId=new c({element:document.documentElement,initialState:(null==(e=window.widgetIdent)?void 0:e.programId)||void 0,contextName:"sq:program-id"}).start())}function zn(){Yn();var e=Jn();return a(e,"sq:program-id")}function Qn(e){Yn(),window.squatchProgramId.context=e}function Wn(){return(Wn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Xn(e,t){return(Xn=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Zn(e,t){return t||(t=e.slice(0)),e.raw=t,e}function er(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function tr(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return er(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?er(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}var nr=function(){return(nr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},rr=new Map,ir=new Map,ar=!0,or=!1;function sr(e){return e.replace(/[\s,]+/g," ").trim()}function ur(e){var t,n,r,i=sr(e);if(!rr.has(i)){var a=ft(e,{experimentalFragmentVariables:or});if(!a||"Document"!==a.kind)throw new Error("Not a valid GraphQL document.");rr.set(i,function(e){var t=new Set(e.definitions);t.forEach((function(e){e.loc&&delete e.loc,Object.keys(e).forEach((function(n){var r=e[n];r&&"object"==typeof r&&t.add(r)}))}));var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}((t=a,n=new Set,r=[],t.definitions.forEach((function(e){if("FragmentDefinition"===e.kind){var t=e.name.value,i=sr((o=e.loc).source.body.substring(o.start,o.end)),a=ir.get(t);a&&!a.has(i)?ar&&console.warn("Warning: fragment with name "+t+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):a||ir.set(t,a=new Set),a.add(i),n.has(i)||(n.add(i),r.push(e))}else r.push(e);var o})),nr(nr({},t),{definitions:r}))))}return rr.get(i)}function cr(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];"string"==typeof e&&(e=[e]);var r=e[0];return t.forEach((function(t,n){r+=t&&"Document"===t.kind?t.loc.source.body:t,r+=e[n+1]})),ur(r)}var lr,fr=cr;(lr=cr||(cr={})).gql=fr,lr.resetCaches=function(){rr.clear(),ir.clear()},lr.disableFragmentWarnings=function(){ar=!1},lr.enableExperimentalFragmentVariables=function(){or=!0},lr.disableExperimentalFragmentVariables=function(){or=!1},cr.default=cr;var dr=cr,pr=1e3,hr=60*pr,vr=60*hr,yr=24*vr,mr=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*n;case"weeks":case"week":case"w":return 6048e5*n;case"days":case"day":case"d":return n*yr;case"hours":case"hour":case"hrs":case"hr":case"h":return n*vr;case"minutes":case"minute":case"mins":case"min":case"m":return n*hr;case"seconds":case"second":case"secs":case"sec":case"s":return n*pr;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}(e);if("number"===n&&isFinite(e))return t.long?function(e){var t=Math.abs(e);return t>=yr?br(e,t,yr,"day"):t>=vr?br(e,t,vr,"hour"):t>=hr?br(e,t,hr,"minute"):t>=pr?br(e,t,pr,"second"):e+" ms"}(e):function(e){var t=Math.abs(e);return t>=yr?Math.round(e/yr)+"d":t>=vr?Math.round(e/vr)+"h":t>=hr?Math.round(e/hr)+"m":t>=pr?Math.round(e/pr)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function br(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}var gr,Er=(function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(i=r))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=function(){var e=!1;return function(){e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=function(e){function t(e){var r,i=null;function a(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}if(!a.enabled)return;var i=a,o=Number(new Date);i.diff=o-(r||o),i.prev=r,i.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");var s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(n,r){if("%%"===n)return"%";s++;var a=t.formatters[r];return"function"==typeof a&&(n=a.call(i,e[s]),e.splice(s,1),s--),n})),t.formatArgs.call(i,e),(i.log||t.log).apply(i,e)}return a.namespace=e,a.useColors=t.useColors(),a.color=t.selectColor(e),a.extend=n,a.destroy=t.destroy,Object.defineProperty(a,"enabled",{enumerable:!0,configurable:!1,get:function(){return null===i?t.enabled(e):i},set:function(e){i=e}}),"function"==typeof t.init&&t.init(a),a}function n(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){var e=__spreadArrays(t.names.map(r),t.skips.map(r).map((function(e){return"-"+e}))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),i=r.length;for(n=0;n<i;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=mr,t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((function(n){t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){var n=0;for(var r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}(t);var n=e.exports.formatters;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(gr={exports:{}},gr.exports),gr.exports),wr=Er("sq:user-identity");function _r(){window.squatchUserIdentity||(window.squatchUserIdentity=new c({element:document.documentElement,initialState:Sr(),contextName:"sq:user-identity"}).start())}function Tr(e){if(e)try{var t,n,r=M(e),i=r.exp;if(function(e){return e.sub&&/.*:.*@.*:users/.test(e.sub)}(r)){var a=r.sub.match(/(.*):(.*)@(.*):users/);n=atob(a[1]),t=atob(a[2])}else(function(e){return e.user&&e.user.id&&e.user.accountId})(r)&&(n=r.user.accountId,t=r.user.id);if(!t||!n)return;if(i&&Date.now()>=1e3*i)return;return{id:t,accountId:n,jwt:e}}catch(e){return}}function Sr(){var e=Hi();switch(e.type){case"SquatchAndroid":case"SquatchJS2":return{id:e.widgetIdent.userId,accountId:e.widgetIdent.accountId,jwt:e.widgetIdent.token};case"SquatchPortal":var t=new URLSearchParams(document.location.search);if(t.has("jwt"))return Tr(t.get("jwt"));var n=localStorage.getItem("sq:user-identity");if(!n)return;try{var r=JSON.parse(n),i=Tr(r.jwt);return i?Wn({},r,i):void 0}catch(e){return}case"SquatchAdmin":case"None":return}}function Or(e){_r();var t=window.squatchUserIdentity;$(t.context,e)||(t.context=e),e&&"SquatchPortal"===Hi().type?localStorage.setItem("sq:user-identity",JSON.stringify(e)):e||(wr("Deleting user from localStorage"),localStorage.removeItem("sq:user-identity"))}function Ir(){var e;return null==(e=xr())?void 0:e.jwt}function xr(){_r();var e=Jn(),t=a(e,"sq:user-identity"),n=Tr(null==t?void 0:t.jwt);if(!t||n)return t;Or(void 0)}function Ar(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}var Nr=function(e){var t,n;function r(t,n){var r;(r=e.call(this,t,n)||this).subject=new vn;var i=new vn;return r.subject.pipe(Sn(200,void 0,10)).subscribe((function(e){try{if(!e.length)return Promise.resolve();for(var t,n=Fr(e),a=n.mergedQuery,o=n.mergedVariables,s=n.mergedQueryAddedEvents,u=tr(n.unmergedQueryAddedEvents);!(t=u()).done;)i.next(t.value);return s.length?Promise.resolve(Ar((function(){return Promise.resolve(r.superRequest(a,o)).then((function(e){Rr(e,s)}))}),(function(e){if(e instanceof C.ClientError){var t=function(){var t=e.response,n=t.data,r=t.errors;if(!n)return{v:Lr(s,e)};for(var i,a=Object.keys(n),o=[].concat(s),u=function(){var t=i.value,n=void 0;t.path.find((function(r,i,s){if(a.includes(r)){var u=kr(r),c=o.findIndex((function(e){return e.id===u}));if(-1===c)return!1;a.splice(i,1),n=o.splice(c,1)[0];var l=Pr(e.response.data,n);s[i]=Cr(s[i],u);var f=n.query,d=n.variables,p=Wn({},e.response,{errors:[t],data:l,path:s}),h=new C.ClientError(p,{query:"string"!=typeof f?gt(f):f,variables:d});return Mr(n,h),!0}return!1}))},c=tr(r);!(i=c()).done;)u();Rr(n,o)}();if("object"==typeof t)return t.v}else Lr(s,e)}))):Promise.resolve()}catch(e){return Promise.reject(e)}})),i.subscribe((function(e){try{var t=Ar((function(){return Promise.resolve(r.superRequest(e.query,e.variables)).then((function(t){jr(t,e)}))}),(function(t){Mr(e,t)}));return Promise.resolve(t&&t.then?t.then((function(){})):void 0)}catch(e){return Promise.reject(e)}})),r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,Xn(t,n);var i=r.prototype;return i.superRequest=function(t,n){return e.prototype.request.call(this,t,n)},i.request=function(e,t){var n=this;return new Promise((function(r,i){var a={query:e,variables:t,id:Dr(),resolve:r,reject:i};n.subject.next(a)}))},r}(k.GraphQLClient),Dr=function(){return Cn().replace(/[-_]/g,"")},Cr=function(e,t){return e.replace("_"+t,"")},kr=function(e){var t=e.split("_");return t[t.length-1]},Fr=function(e){var t=[],n=[],r=e.reduce((function(e,r){var i=r.query,a=r.variables,o=r.id;try{var s="string"==typeof i?ft(i):i,u=s.definitions.find((function(e){return"FragmentDefinition"===e.kind})),c="string"==typeof i?i:gt(i),l=/@/.test(c);if(u||l)return n.push(r),e;var f=function(e){return function(e,t){return e+"_"+t}(e,o)};return e=e.addN(s,[a],f,f),t.push(r),e}catch(t){return n.push(r),e}}),Pn("BatchedQuery")),i=r.document,a=r.variables;return{mergedQuery:i&&gt(i),mergedVariables:a,mergedQueryAddedEvents:t,unmergedQueryAddedEvents:n}},Pr=function(e,t){if(!e)return e;var n=Object.keys(e),r=t.id;return n.reduce((function(t,n){var i;return n.endsWith(r)&&(t=Wn({},t,((i={})[Cr(n,r)]=e[n],i))),t}),{})},jr=function(e,t){(0,t.resolve)(e)},Rr=function(e,t){for(var n,r=tr(t);!(n=r()).done;){var i=n.value,a=Pr(e,i);i.resolve(a)}},Mr=function(e,t){(0,e.reject)(t)},Lr=function(e,t){for(var n,r=tr(e);!(n=r()).done;)(0,n.value.reject)(t)},Vr=e("y","sq:graphql-client"),Br=e("w",Bt((function(e,t,n){return new Nr(e+"/api/v1/"+t+"/graphql",{headers:{Authorization:"Bearer "+(n||"")}})})));function Ur(e,t){switch(t.type){case"loading":return{data:void 0,errors:void 0,loading:!0};case"data":return{data:t.payload,errors:void 0,loading:!1};case"errors":return{data:void 0,errors:t.payload,loading:!1}}}function qr(e,t){var n,r,o,s,u,c,l=(n=Ir(),r=Yi(),o=Gi(),s=Br(r,o,n),u=Jn(),null!=(c=a(u,"sq:graphql-client",{attempts:0}))?c:s),d=i(Ur,t),p=d[1];return[d[0],f((function(t,n){void 0===n&&(n=!1);try{if(!l)return p({type:"errors",payload:new Error("No GraphQL client found")}),Promise.resolve();var r=function(r,i){try{var a=(n||p({type:"loading"}),Promise.resolve(l.request(e,t)).then((function(e){p({type:"data",payload:e})})))}catch(e){return i(e)}return a&&a.then?a.then(void 0,i):a}(0,(function(e){p({type:"errors",payload:e})}));return Promise.resolve(r&&r.then?r.then((function(){})):void 0)}catch(t){return Promise.reject(t)}}),[l,e,p])]}var $r,Kr={loading:!1,data:void 0,errors:void 0};function Hr(e){var t=qr(e,Kr);return[t[1],t[0]]}var Jr,Gr=dr($r||($r=Zn(["\n mutation AuthenticateWithEmailAndPassword(\n $email: String!\n $password: String!\n ) {\n authenticateManagedIdentityWithEmailAndPassword(\n authenticateManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Yr(){var e=Hr(Gr),t=e[0],n=e[1],r=n.loading,i=n.data,a=n.errors;return o((function(){if(null!=i&&i.authenticateManagedIdentityWithEmailAndPassword){var e=i.authenticateManagedIdentityWithEmailAndPassword,t=e.token,n=M(t).user;Or({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.email,emailVerified:e.emailVerified,sessionData:e.sessionData}})}}),[null==i?void 0:i.authenticateManagedIdentityWithEmailAndPassword]),[t,{loading:r,data:i,errors:a}]}var zr,Qr=dr(Jr||(Jr=Zn(["\n mutation RegisterWithEmailAndPassword(\n $email: String!\n $password: String!\n $formData: RSJsonNode\n $redirectPath: String\n ) {\n registerManagedIdentityWithEmailAndPassword(\n registerManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n formData: $formData\n redirectPath: $redirectPath\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Wr(){var e=Hr(Qr),t=e[0],n=e[1],r=n.loading,i=n.data,a=n.errors;return o((function(){if(null!=i&&i.registerManagedIdentityWithEmailAndPassword){var e=i.registerManagedIdentityWithEmailAndPassword,t=e.token,n=M(t).user;Or({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.email,emailVerified:e.emailVerified,sessionData:e.sessionData}})}}),[null==i?void 0:i.registerManagedIdentityWithEmailAndPassword]),[t,{loading:r,data:i,errors:a}]}var Xr,Zr=dr(zr||(zr=Zn(["\n mutation ChangePassword($password: String!) {\n changeManagedIdentityPassword(\n changeManagedIdentityPasswordInput: { password: $password }\n ) {\n success\n }\n }\n"])));function ei(){var e=Hr(Zr),t=e[1];return[e[0],{loading:t.loading,data:t.data,errors:t.errors}]}var ti,ni=dr(Xr||(Xr=Zn(["\n mutation ResetPassword($oobCode: String!, $password: String!) {\n resetManagedIdentityPassword(\n resetManagedIdentityPasswordInput: {\n password: $password\n oobCode: $oobCode\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function ri(){var e=Hr(ni),t=e[0],n=e[1],r=n.loading,i=n.data,a=n.errors;return o((function(){if(null!=i&&i.resetManagedIdentityPassword){var e=i.resetManagedIdentityPassword,t=e.token,n=M(t).user;Or({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.email,emailVerified:e.emailVerified,sessionData:e.sessionData}})}}),[null==i?void 0:i.resetManagedIdentityPassword]),[t,{loading:r,data:i,errors:a}]}var ii=dr(ti||(ti=Zn(["\n mutation VerifyPasswordResetCode($oobCode: String!) {\n verifyManagedIdentityPasswordResetCode(\n verifyManagedIdentityPasswordResetCodeInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function ai(){return Hr(ii)}function oi(){var e=Jn();return{refresh:f((function(){e.dispatchEvent(new CustomEvent("sq:refresh",{bubbles:!0,composed:!0,cancelable:!0,detail:{}}))}),[e])}}function si(e){var t=e.skip,n=void 0!==t&&t,r=e.update,i=e.variables;o((function(){var e=function(e){!n&&r(i,!0)};return document.addEventListener("sq:refresh",e),function(){return document.removeEventListener("sq:refresh",e)}}),function(e){var t=s(e),n=s(0);return $(e,t.current)||(t.current=e,n.current+=1),u((function(){return t.current}),[n.current])}([i,r,n]))}var ui,ci={loading:!1,data:void 0,errors:void 0},li=Symbol();function fi(e){var t=qr(e,ci),n=t[0],r=t[1],i=s(li);return si({skip:i.current===li,update:r,variables:i.current}),[r,Wn({},n,{refetch:function(e){i.current=e,r(e)}})]}var di,pi=dr(ui||(ui=Zn(["\n query ManagedIdentity {\n managedIdentity {\n email\n emailVerified\n sessionData\n }\n }\n"])));function hi(){var e=xr(),t=fi(pi),n=t[0],r=t[1],i=r.loading,a=r.data,s=r.errors,u=r.refetch;return o((function(){null!=a&&a.managedIdentity&&Or(Wn({},e,{managedIdentity:a.managedIdentity}))}),[null==a?void 0:a.managedIdentity]),[f((function(){return n({})}),[n]),{loading:i,data:a,errors:s,refetch:u}]}var vi,yi=dr(di||(di=Zn(["\n mutation VerifyEmail($oobCode: String!) {\n verifyManagedIdentityEmail(\n verifyManagedIdentityEmailInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function mi(){var e,t=hi()[0],n=Hr(yi),r=n[0],i=n[1],a=i.loading,s=i.data,u=i.errors;return o((function(){var e;null!=s&&null!=(e=s.verifyManagedIdentityEmail)&&e.success&&t()}),[null==s||null==(e=s.verifyManagedIdentityEmail)?void 0:e.success]),[r,{loading:a,data:s,errors:u}]}var bi,gi=dr(vi||(vi=Zn(["\n mutation RequestPasswordResetEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityPasswordResetEmail(\n requestManagedIdentityPasswordResetEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function Ei(){return Hr(gi)}var wi=dr(bi||(bi=Zn(["\n mutation RequestVerificationEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityVerificationEmail(\n requestManagedIdentityVerificationEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function _i(){return Hr(wi)}function Ti(e,t){var n=s();return n.current&&$(t,n.current.key)||(n.current={key:t,value:e()}),n.current.value}function Si(){return i((function(e){return e+1}),0)}function Oi(e){for(var t,n=tr(Object.getOwnPropertyNames(e));!(t=n()).done;){var r=e[t.value];r&&"object"==typeof r&&Oi(r)}return Object.freeze(e)}var Ii={loading:!0,data:void 0,errors:void 0};function xi(e,t,n){var r=qr(e,Ii),i=r[0],a=r[1],o=Si(),s=o[1];return Ti((function(){!n&&a(t)}),[e,t,a,o[0],n]),si({skip:n,update:a,variables:t}),Oi(Wn({},i,{refetch:s}))}function Ai(){return window.squatchHistory=window.squatchHistory||function(){switch(Hi().type){case"SquatchPortal":return $n();default:return Kn()}}(),window.squatchHistory}var Ni,Di=e("c",{createHref:function(){var e;return(e=Ai()).createHref.apply(e,[].slice.call(arguments))},push:function(){var e;return(e=Ai()).push.apply(e,[].slice.call(arguments))},replace:function(){var e;return(e=Ai()).replace.apply(e,[].slice.call(arguments))},go:function(){var e;return(e=Ai()).go.apply(e,[].slice.call(arguments))},back:function(){return Ai().back()},forward:function(){var e;return(e=Ai()).forward.apply(e,[].slice.call(arguments))}});function Ci(){var e=Si()[1];return o((function(){return Ai().listen((function(){e()}))}),[]),Ai().location}function ki(e){var t=l({limit:e.limit,offset:e.offset}),n=t[0],r=t[1],i=n.offset,a=n.limit,o=function(e,t){return e*t},s=function(e,t){return Math.ceil(e/t)||0};return{limit:a,setLimit:function(e){var t=s(i,e),a=o(e,t);r(Wn({},n,{limit:e,offset:a}))},offset:i,setCurrentPage:function(e){var t=o(e,a);r((function(e){return Wn({},e,{offset:t})}))},calculatePagination:function(e,t){var n=s(i,a),r=function(e,t){return Math.ceil(e/t)||0}(t,a),o=0===e?"0":e>1?i+1+"-"+(i+e):""+(i+1);return{currentPage:n,pageCount:r,rangeOnPage:o,pageProgress:o+" of "+t}}}}function Fi(e,t,n,r,i){var a;void 0===r&&(r={}),void 0===i&&(i=!1);var o=ki(n),s=o.limit,u=o.setLimit,c=o.setCurrentPage,l=o.calculatePagination,f=xi(e,Wn({limit:s,offset:o.offset},r),i),d=f.loading,p=f.errors,h=f.refetch,v=t(f.data),y=l((null==v||null==(a=v.data)?void 0:a.length)||0,(null==v?void 0:v.totalCount)||0);return{envelope:v,states:{errors:p,loading:d,limit:s,currentPage:y.currentPage,pageCount:y.pageCount,pageProgress:y.pageProgress},callbacks:{refetch:h,setLimit:u,setCurrentPage:c}}}var Pi,ji,Ri,Mi=k.gql(Ni||(Ni=Zn(["\n mutation ($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var Li,Vi=Er("sq:useForm"),Bi=k.gql(Pi||(Pi=Zn(["\n query ($key: String!) {\n form(key: $key) {\n schema\n initialData {\n initialData\n isEnabled\n isEnabledErrorMessage\n }\n }\n }\n"]))),Ui=k.gql(ji||(ji=Zn(["\n mutation ($formSubmissionInput: FormSubmissionInput!) {\n submitForm(formSubmissionInput: $formSubmissionInput) {\n success\n results {\n ... on FormHandlerSubmissionResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"]))),qi=k.gql(Ri||(Ri=Zn(["\n query ($formValidationInput: FormValidationInput!) {\n validateForm(formValidationInput: $formValidationInput) {\n valid\n results {\n ... on FormHandlerValidationResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"])));var $i=k.gql(Li||(Li=Zn(["\n query {\n viewer {\n ... on User {\n locale\n }\n }\n }\n"])));function Ki(){var e,t,n,r,i,o;n=window.squatchLocale,r=xr(),o=null==(i=xi($i,{},!r).data)||null==(e=i.viewer)?void 0:e.locale,n?o&&o!==n.context&&(n.context=o):window.squatchLocale=new c({element:document.documentElement,initialState:o||(null==(t=window.widgetIdent)?void 0:t.locale)||void 0,contextName:"sq:locale"}).start();var s=Jn();return a(s,"sq:locale")}function Hi(){var e,t;return window.SquatchAndroid?{type:"SquatchAndroid",android:window.SquatchAndroid,widgetIdent:window.widgetIdent}:window.SquatchPortal?{type:"SquatchPortal",env:window.SquatchPortal}:window.SquatchAdmin?{type:"SquatchAdmin",adminSDK:window.SquatchAdmin}:window.widgetIdent&&"demo"!==(null==(e=window.widgetIdent)?void 0:e.env)?{type:"SquatchJS2",api:null==(t=window.frameElement)?void 0:t.squatchJsApi,widgetIdent:window.widgetIdent}:{type:"None"}}function Ji(){var e=Hi();return"None"===e.type||"SquatchAdmin"===e.type}function Gi(){var e=Hi();switch(e.type){case"SquatchAndroid":case"SquatchJS2":return e.widgetIdent.tenantAlias;case"SquatchAdmin":case"None":return"demo";case"SquatchPortal":return e.env.tenantAlias}}function Yi(){var e,t=Hi();switch(t.type){case"SquatchAndroid":case"SquatchJS2":return t.widgetIdent.appDomain;case"SquatchPortal":return(null==(e=t.env)?void 0:e.appDomain)||"https://app.referralsaasquatch.com";case"SquatchAdmin":case"None":return"https://app.referralsaasquatch.com"}}function zi(){var e=Hi();switch(e.type){case"SquatchJS2":return e.widgetIdent.engagementMedium||"EMBED";case"SquatchAndroid":case"SquatchPortal":case"SquatchAdmin":case"None":return"EMBED"}}}}}));
@@ -1 +0,0 @@
1
- import{r as s,h as t}from"./p-64c3217a.js";import{m as r}from"./p-27455c4c.js";import"./p-982ad256.js";import{j as a}from"./p-b83ee009.js";import"./p-81f34787.js";import{c as e}from"./p-c1086930.js";import"./p-373fa002.js";import{A as c}from"./p-5c75acad.js";const i=class{constructor(t){s(this,t),this.ignored=!0,r(this)}disconnectedCallback(){}render(){const s=a()?function(s){return e({text:{titleText:"Marketing Banner"},imgUrl:"../../assets/saasquatch-logo.png",callbacks:{}},s.demoData||{},{arrayMerge:(s,t)=>t})}(this):{text:{titleText:"Marketing Banner"},imgUrl:null,callbacks:{}};return t(c,Object.assign({},s))}static get assetsDirs(){return["../../assets"]}};export{i as sqm_asset_card}
@@ -1 +0,0 @@
1
- System.register(["./p-ff17b3a4.system.js","./p-48ec6605.system.js","./p-71ecbb3b.system.js","./p-eaffa09a.system.js","./p-1c17892a.system.js"],(function(t){"use strict";var n,e,s,c,i;return{setters:[function(t){n=t.r},function(t){e=t.m},function(){},function(t){s=t.e;c=t.c;i=t.j},function(){}],execute:function(){function o(t){var n=t.nextPage;s(undefined);c.push({pathname:n,search:""})}var u=t("sqm_portal_logout",function(){function t(t){n(this,t);this.ignored=true;this.nextPage="/";e(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){i()?r():o(this)};return t}());function r(t){}}}}));
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-123" viewBox="0 0 16 16">
2
- <path d="M2.873 11.297V4.142H1.699L0 5.379v1.137l1.64-1.18h.06v5.961h1.174Zm3.213-5.09v-.063c0-.618.44-1.169 1.196-1.169.676 0 1.174.44 1.174 1.106 0 .624-.42 1.101-.807 1.526L4.99 10.553v.744h4.78v-.99H6.643v-.069L8.41 8.252c.65-.724 1.237-1.332 1.237-2.27C9.646 4.849 8.723 4 7.308 4c-1.573 0-2.36 1.064-2.36 2.15v.057h1.138Zm6.559 1.883h.786c.823 0 1.374.481 1.379 1.179.01.707-.55 1.216-1.421 1.21-.77-.005-1.326-.419-1.379-.953h-1.095c.042 1.053.938 1.918 2.464 1.918 1.478 0 2.642-.839 2.62-2.144-.02-1.143-.922-1.651-1.551-1.714v-.063c.535-.09 1.347-.66 1.326-1.678-.026-1.053-.933-1.855-2.359-1.845-1.5.005-2.317.88-2.348 1.898h1.116c.032-.498.498-.944 1.206-.944.703 0 1.206.435 1.206 1.07.005.64-.504 1.106-1.2 1.106h-.75v.96Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-activity" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M6 2a.5.5 0 0 1 .47.33L10 12.036l1.53-4.208A.5.5 0 0 1 12 7.5h3.5a.5.5 0 0 1 0 1h-3.15l-1.88 5.17a.5.5 0 0 1-.94 0L6 3.964 4.47 8.171A.5.5 0 0 1 4 8.5H.5a.5.5 0 0 1 0-1h3.15l1.88-5.17A.5.5 0 0 1 6 2Z"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-apple" viewBox="0 0 16 16">
2
- <path d="M11.182.008C11.148-.03 9.923.023 8.857 1.18c-1.066 1.156-.902 2.482-.878 2.516.024.034 1.52.087 2.475-1.258.955-1.345.762-2.391.728-2.43zm3.314 11.733c-.048-.096-2.325-1.234-2.113-3.422.212-2.189 1.675-2.789 1.698-2.854.023-.065-.597-.79-1.254-1.157a3.692 3.692 0 0 0-1.563-.434c-.108-.003-.483-.095-1.254.116-.508.139-1.653.589-1.968.607-.316.018-1.256-.522-2.267-.665-.647-.125-1.333.131-1.824.328-.49.196-1.422.754-2.074 2.237-.652 1.482-.311 3.83-.067 4.56.244.729.625 1.924 1.273 2.796.576.984 1.34 1.667 1.659 1.899.319.232 1.219.386 1.843.067.502-.308 1.408-.485 1.766-.472.357.013 1.061.154 1.782.539.571.197 1.111.115 1.652-.105.541-.221 1.324-1.059 2.238-2.758.347-.79.505-1.217.473-1.282z"/>
3
- <path d="M11.182.008C11.148-.03 9.923.023 8.857 1.18c-1.066 1.156-.902 2.482-.878 2.516.024.034 1.52.087 2.475-1.258.955-1.345.762-2.391.728-2.43zm3.314 11.733c-.048-.096-2.325-1.234-2.113-3.422.212-2.189 1.675-2.789 1.698-2.854.023-.065-.597-.79-1.254-1.157a3.692 3.692 0 0 0-1.563-.434c-.108-.003-.483-.095-1.254.116-.508.139-1.653.589-1.968.607-.316.018-1.256-.522-2.267-.665-.647-.125-1.333.131-1.824.328-.49.196-1.422.754-2.074 2.237-.652 1.482-.311 3.83-.067 4.56.244.729.625 1.924 1.273 2.796.576.984 1.34 1.667 1.659 1.899.319.232 1.219.386 1.843.067.502-.308 1.408-.485 1.766-.472.357.013 1.061.154 1.782.539.571.197 1.111.115 1.652-.105.541-.221 1.324-1.059 2.238-2.758.347-.79.505-1.217.473-1.282z"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bandaid-fill" viewBox="0 0 16 16">
2
- <path d="m2.68 7.676 6.49-6.504a4 4 0 0 1 5.66 5.653l-1.477 1.529-5.006 5.006-1.523 1.472a4 4 0 0 1-5.653-5.66l.001-.002 1.505-1.492.001-.002Zm5.71-2.858a.5.5 0 1 0-.708.707.5.5 0 0 0 .707-.707ZM6.974 6.939a.5.5 0 1 0-.707-.707.5.5 0 0 0 .707.707ZM5.56 8.354a.5.5 0 1 0-.707-.708.5.5 0 0 0 .707.708Zm2.828 2.828a.5.5 0 1 0-.707-.707.5.5 0 0 0 .707.707Zm1.414-2.121a.5.5 0 1 0-.707.707.5.5 0 0 0 .707-.707Zm1.414-.707a.5.5 0 1 0-.706-.708.5.5 0 0 0 .707.708Zm-4.242.707a.5.5 0 1 0-.707.707.5.5 0 0 0 .707-.707Zm1.414-.707a.5.5 0 1 0-.707-.708.5.5 0 0 0 .707.708Zm1.414-2.122a.5.5 0 1 0-.707.707.5.5 0 0 0 .707-.707ZM8.646 3.354l4 4 .708-.708-4-4-.708.708Zm-1.292 9.292-4-4-.708.708 4 4 .708-.708Z"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bandaid" viewBox="0 0 16 16">
2
- <path d="M14.121 1.879a3 3 0 0 0-4.242 0L8.733 3.026l4.261 4.26 1.127-1.165a3 3 0 0 0 0-4.242ZM12.293 8 8.027 3.734 3.738 8.031 8 12.293 12.293 8Zm-5.006 4.994L3.03 8.737 1.879 9.88a3 3 0 0 0 4.241 4.24l.006-.006 1.16-1.121ZM2.679 7.676l6.492-6.504a4 4 0 0 1 5.66 5.653l-1.477 1.529-5.006 5.006-1.523 1.472a4 4 0 0 1-5.653-5.66l.001-.002 1.505-1.492.001-.002Z"/>
3
- <path d="M5.56 7.646a.5.5 0 1 1-.706.708.5.5 0 0 1 .707-.708Zm1.415-1.414a.5.5 0 1 1-.707.707.5.5 0 0 1 .707-.707ZM8.39 4.818a.5.5 0 1 1-.708.707.5.5 0 0 1 .707-.707Zm0 5.657a.5.5 0 1 1-.708.707.5.5 0 0 1 .707-.707ZM9.803 9.06a.5.5 0 1 1-.707.708.5.5 0 0 1 .707-.707Zm1.414-1.414a.5.5 0 1 1-.706.708.5.5 0 0 1 .707-.708ZM6.975 9.06a.5.5 0 1 1-.707.708.5.5 0 0 1 .707-.707ZM8.39 7.646a.5.5 0 1 1-.708.708.5.5 0 0 1 .707-.708Zm1.413-1.414a.5.5 0 1 1-.707.707.5.5 0 0 1 .707-.707Z"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bank" viewBox="0 0 16 16">
2
- <path d="M8 .95 14.61 4h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7a.5.5 0 0 1 .485.379l.5 2A.5.5 0 0 1 15.5 17H.5a.5.5 0 0 1-.485-.621l.5-2A.5.5 0 0 1 1 14V7H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 4h.89L8 .95zM3.776 4h8.447L8 2.05 3.776 4zM2 7v7h1V7H2zm2 0v7h2.5V7H4zm3.5 0v7h1V7h-1zm2 0v7H12V7H9.5zM13 7v7h1V7h-1zm2-1V5H1v1h14zm-.39 9H1.39l-.25 1h13.72l-.25-1z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bank2" viewBox="0 0 16 16">
2
- <path d="M8.277.084a.5.5 0 0 0-.554 0l-7.5 5A.5.5 0 0 0 .5 6h1.875v7H1.5a.5.5 0 0 0 0 1h13a.5.5 0 1 0 0-1h-.875V6H15.5a.5.5 0 0 0 .277-.916l-7.5-5zM12.375 6v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zM8 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM.5 15a.5.5 0 0 0 0 1h15a.5.5 0 1 0 0-1H.5z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-behance" viewBox="0 0 16 16">
2
- <path d="M4.654 3c.461 0 .887.035 1.278.14.39.07.711.216.996.391.286.176.497.426.641.747.14.32.216.711.216 1.137 0 .496-.106.922-.356 1.242-.215.32-.566.606-.997.817.606.176 1.067.496 1.348.922.281.426.461.957.461 1.563 0 .496-.105.922-.285 1.278a2.317 2.317 0 0 1-.782.887c-.32.215-.711.39-1.137.496a5.329 5.329 0 0 1-1.278.176L0 12.803V3h4.654zm-.285 3.978c.39 0 .71-.105.957-.285.246-.18.355-.497.355-.887 0-.216-.035-.426-.105-.567a.981.981 0 0 0-.32-.355 1.84 1.84 0 0 0-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005 2.2-.005 2.2-.005zm.105 4.193c.215 0 .426-.035.606-.07.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641 0-.496-.14-.852-.426-1.102-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305v.005zm6.858-.035c.286.285.711.426 1.278.426.39 0 .746-.106 1.032-.286.285-.215.46-.426.53-.64h1.74c-.286.851-.712 1.457-1.278 1.848-.566.355-1.243.566-2.06.566a4.135 4.135 0 0 1-1.527-.285 2.827 2.827 0 0 1-1.137-.782 2.851 2.851 0 0 1-.712-1.172c-.175-.461-.25-.957-.25-1.528 0-.531.07-1.032.25-1.493.18-.46.426-.852.747-1.207.32-.32.711-.606 1.137-.782a4.018 4.018 0 0 1 1.493-.285c.606 0 1.137.105 1.598.355.46.25.817.532 1.102.958.285.39.496.851.641 1.348.07.496.105.996.07 1.563h-5.15c0 .58.21 1.11.496 1.396zm2.24-3.732c-.25-.25-.642-.391-1.103-.391-.32 0-.566.07-.781.176-.215.105-.356.25-.496.39a.957.957 0 0 0-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978v-.957z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bell-slash-fill" viewBox="0 0 16 16">
2
- <path d="M5.164 14H15c-1.5-1-2-5.902-2-7 0-.264-.02-.523-.06-.776L5.164 14zm6.288-10.617A4.988 4.988 0 0 0 8.995 2.1a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 7c0 .898-.335 4.342-1.278 6.113l9.73-9.73zM10 15a2 2 0 1 1-4 0h4zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75L.625 15.625z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bell-slash" viewBox="0 0 16 16">
2
- <path d="M5.164 14H15c-.299-.199-.557-.553-.78-1-.9-1.8-1.22-5.12-1.22-6 0-.264-.02-.523-.06-.776l-.938.938c.02.708.157 2.154.457 3.58.161.767.377 1.566.663 2.258H6.164l-1 1zm5.581-9.91a3.986 3.986 0 0 0-1.948-1.01L8 2.917l-.797.161A4.002 4.002 0 0 0 4 7c0 .628-.134 2.197-.459 3.742-.05.238-.105.479-.166.718l-1.653 1.653c.02-.037.04-.074.059-.113C2.679 11.2 3 7.88 3 7c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0c.942.19 1.788.645 2.457 1.284l-.707.707zM10 15a2 2 0 1 1-4 0h4zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75L.625 15.625z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bluetooth" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="m8.543 3.948 1.316 1.316L8.543 6.58V3.948Zm0 8.104 1.316-1.316L8.543 9.42v2.632Zm-1.41-4.043L4.275 5.133l.827-.827L7.377 6.58V1.128l4.137 4.136L8.787 8.01l2.745 2.745-4.136 4.137V9.42l-2.294 2.274-.827-.827L7.133 8.01ZM7.903 16c3.498 0 5.904-1.655 5.904-8.01 0-6.335-2.406-7.99-5.903-7.99C4.407 0 2 1.655 2 8.01 2 14.344 4.407 16 7.904 16Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-body-text" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M0 .5A.5.5 0 0 1 .5 0h4a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 0 .5Zm0 2A.5.5 0 0 1 .5 2h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm9 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm-9 2A.5.5 0 0 1 .5 4h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm5 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm7 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm-12 2A.5.5 0 0 1 .5 6h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5Zm8 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm-8 2A.5.5 0 0 1 .5 8h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm7 0a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm-7 2a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5Z"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-boombox-fill" viewBox="0 0 16 16">
2
- <path d="M14.5.5a.5.5 0 0 0-1 0V2H1a1 1 0 0 0-1 1v2h16V3a1 1 0 0 0-1-1h-.5V.5ZM2.5 4a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm7.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1.5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm-7-1h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1Zm-2 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm.5-1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm6.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"/>
3
- <path d="M16 6H0v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6ZM4.5 13a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm7 0a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-boombox" viewBox="0 0 16 16">
2
- <path d="M2.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm7.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm-7-1a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3Zm5.5 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"/>
3
- <path d="M11.5 13a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0-1a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3ZM5 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"/>
4
- <path d="M7 10.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm-1 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z"/>
5
- <path d="M14 0a.5.5 0 0 1 .5.5V2h.5a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12.5V.5A.5.5 0 0 1 14 0ZM1 3v3h14V3H1Zm14 4H1v7h14V7Z"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-boxes" viewBox="0 0 16 16">
2
- <path d="M7.752.066a.5.5 0 0 1 .496 0l3.75 2.143a.5.5 0 0 1 .252.434v3.995l3.498 2A.5.5 0 0 1 16 9.07v4.286a.5.5 0 0 1-.252.434l-3.75 2.143a.5.5 0 0 1-.496 0l-3.502-2-3.502 2.001a.5.5 0 0 1-.496 0l-3.75-2.143A.5.5 0 0 1 0 13.357V9.071a.5.5 0 0 1 .252-.434L3.75 6.638V2.643a.5.5 0 0 1 .252-.434L7.752.066ZM4.25 7.504 1.508 9.071l2.742 1.567 2.742-1.567L4.25 7.504ZM7.5 9.933l-2.75 1.571v3.134l2.75-1.571V9.933Zm1 3.134 2.75 1.571v-3.134L8.5 9.933v3.134Zm.508-3.996 2.742 1.567 2.742-1.567-2.742-1.567-2.742 1.567Zm2.242-2.433V3.504L8.5 5.076V8.21l2.75-1.572ZM7.5 8.21V5.076L4.75 3.504v3.134L7.5 8.21ZM5.258 2.643 8 4.21l2.742-1.567L8 1.076 5.258 2.643ZM15 9.933l-2.75 1.571v3.134L15 13.067V9.933ZM3.75 14.638v-3.134L1 9.933v3.134l2.75 1.571Z"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cash-coin" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0z"/>
3
- <path d="M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1h-.003zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195l.054.012z"/>
4
- <path d="M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083c.058-.344.145-.678.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1H1z"/>
5
- <path d="M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 5.982 5.982 0 0 1 3.13-1.567z"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-lg" viewBox="0 0 16 16">
2
- <path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cloud-haze2" viewBox="0 0 16 16">
2
- <path d="M8.5 3a4.002 4.002 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 12H4.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 3zM0 7.5A.5.5 0 0 1 .5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-2 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-coin" viewBox="0 0 16 16">
2
- <path d="M5.5 9.511c.076.954.83 1.697 2.182 1.785V12h.6v-.709c1.4-.098 2.218-.846 2.218-1.932 0-.987-.626-1.496-1.745-1.76l-.473-.112V5.57c.6.068.982.396 1.074.85h1.052c-.076-.919-.864-1.638-2.126-1.716V4h-.6v.719c-1.195.117-2.01.836-2.01 1.853 0 .9.606 1.472 1.613 1.707l.397.098v2.034c-.615-.093-1.022-.43-1.114-.9H5.5zm2.177-2.166c-.59-.137-.91-.416-.91-.836 0-.47.345-.822.915-.925v1.76h-.005zm.692 1.193c.717.166 1.048.435 1.048.91 0 .542-.412.914-1.135.982V8.518l.087.02z"/>
3
- <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
4
- <path d="M8 13.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0 .5A6 6 0 1 0 8 2a6 6 0 0 0 0 12z"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-bitcoin" viewBox="0 0 16 16">
2
- <path d="M5.5 13v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.5v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.084c1.992 0 3.416-1.033 3.416-2.82 0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242 1.683-.974 1.683-2.19C11.997 3.93 10.847 3 9.092 3H9V1.75a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V3h-.573V1.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25V3l-1.998.011a.25.25 0 0 0-.25.25v.989c0 .137.11.25.248.25l.755-.005a.75.75 0 0 1 .745.75v5.505a.75.75 0 0 1-.75.75l-.748.011a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25L5.5 13zm1.427-8.513h1.719c.906 0 1.438.498 1.438 1.312 0 .871-.575 1.362-1.877 1.362h-1.28V4.487zm0 4.051h1.84c1.137 0 1.756.58 1.756 1.524 0 .953-.626 1.45-2.158 1.45H6.927V8.539z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-dollar" viewBox="0 0 16 16">
2
- <path d="M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73l.348.086z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-euro" viewBox="0 0 16 16">
2
- <path d="M4 9.42h1.063C5.4 12.323 7.317 14 10.34 14c.622 0 1.167-.068 1.659-.185v-1.3c-.484.119-1.045.17-1.659.17-2.1 0-3.455-1.198-3.775-3.264h4.017v-.928H6.497v-.936c0-.11 0-.219.008-.329h4.078v-.927H6.618c.388-1.898 1.719-2.985 3.723-2.985.614 0 1.175.05 1.659.177V2.194A6.617 6.617 0 0 0 10.341 2c-2.928 0-4.82 1.569-5.244 4.3H4v.928h1.01v1.265H4v.928z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-exchange" viewBox="0 0 16 16">
2
- <path d="M0 5a5.002 5.002 0 0 0 4.027 4.905 6.46 6.46 0 0 1 .544-2.073C3.695 7.536 3.132 6.864 3 5.91h-.5v-.426h.466V5.05c0-.046 0-.093.004-.135H2.5v-.427h.511C3.236 3.24 4.213 2.5 5.681 2.5c.316 0 .59.031.819.085v.733a3.46 3.46 0 0 0-.815-.082c-.919 0-1.538.466-1.734 1.252h1.917v.427h-1.98c-.003.046-.003.097-.003.147v.422h1.983v.427H3.93c.118.602.468 1.03 1.005 1.229a6.5 6.5 0 0 1 4.97-3.113A5.002 5.002 0 0 0 0 5zm16 5.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0zm-7.75 1.322c.069.835.746 1.485 1.964 1.562V14h.54v-.62c1.259-.086 1.996-.74 1.996-1.69 0-.865-.563-1.31-1.57-1.54l-.426-.1V8.374c.54.06.884.347.966.745h.948c-.07-.804-.779-1.433-1.914-1.502V7h-.54v.629c-1.076.103-1.808.732-1.808 1.622 0 .787.544 1.288 1.45 1.493l.358.085v1.78c-.554-.08-.92-.376-1.003-.787H8.25zm1.96-1.895c-.532-.12-.82-.364-.82-.732 0-.41.311-.719.824-.809v1.54h-.005zm.622 1.044c.645.145.943.38.943.796 0 .474-.37.8-1.02.86v-1.674l.077.018z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-pound" viewBox="0 0 16 16">
2
- <path d="M4 8.585h1.969c.115.465.186.939.186 1.43 0 1.385-.736 2.496-2.075 2.771V14H12v-1.24H6.492v-.129c.825-.525 1.135-1.446 1.135-2.694 0-.465-.07-.913-.168-1.352h3.29v-.972H7.22c-.186-.723-.372-1.455-.372-2.247 0-1.274 1.047-2.066 2.58-2.066a5.32 5.32 0 0 1 2.103.465V2.456A5.629 5.629 0 0 0 9.348 2C6.865 2 5.322 3.291 5.322 5.366c0 .775.195 1.515.399 2.247H4v.972z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-yen" viewBox="0 0 16 16">
2
- <path d="M8.75 14v-2.629h2.446v-.967H8.75v-1.31h2.445v-.967H9.128L12.5 2h-1.699L8.047 7.327h-.086L5.207 2H3.5l3.363 6.127H4.778v.968H7.25v1.31H4.78v.966h2.47V14h1.502z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash-lg" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-device-hdd-fill" viewBox="0 0 16 16">
2
- <path d="M8.785 9.896A3.001 3.001 0 0 0 8 4a3 3 0 0 0-.891 5.865c.667-.44 1.396-.91 1.955-1.268.224-.144.483.115.34.34l-.62.96ZM9 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
3
- <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4Zm9 1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm0 13a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-9.5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1ZM4 1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm2.882 11.177a1.102 1.102 0 0 1-1.56-1.559c.1-.098.396-.314.795-.588a4 4 0 1 1 1.946.47c-.537.813-1.02 1.515-1.181 1.677Z"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-device-hdd" viewBox="0 0 16 16">
2
- <path d="M12 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-7.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM8 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/>
3
- <path d="M12 7a4 4 0 0 1-3.937 4c-.537.813-1.02 1.515-1.181 1.677a1.102 1.102 0 0 1-1.56-1.559c.1-.098.396-.314.795-.588A4 4 0 0 1 8 3a4 4 0 0 1 4 4Zm-1 0a3 3 0 1 0-3.891 2.865c.667-.44 1.396-.91 1.955-1.268.224-.144.483.115.34.34l-.62.96A3.001 3.001 0 0 0 11 7Z"/>
4
- <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2Zm2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H4Z"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-device-ssd-fill" viewBox="0 0 16 16">
2
- <path d="M5 8V4h6v4H5Z"/>
3
- <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4Zm0 1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm9 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM3.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm9.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM4.75 3h6.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 8.25v-4.5A.75.75 0 0 1 4.75 3ZM5 12h6a1 1 0 0 1 1 1v2h-1v-2h-.75v2h-1v-2H8.5v2h-1v-2h-.75v2h-1v-2H5v2H4v-2a1 1 0 0 1 1-1Z"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-device-ssd" viewBox="0 0 16 16">
2
- <path d="M4.75 4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-6.5ZM5 8V5h6v3H5Zm0-5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm7 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM4.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm7 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"/>
3
- <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2Zm11 12V2a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2a1 1 0 0 0 1-1Zm-7.25 1v-2H5v2h.75Zm1.75 0v-2h-.75v2h.75Zm1.75 0v-2H8.5v2h.75ZM11 13h-.75v2H11v-2Z"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-displayport-fill" viewBox="0 0 16 16">
2
- <path d="M1 5a1 1 0 0 0-1 1v3.191a1 1 0 0 0 .553.894l1.618.81a1 1 0 0 0 .447.105H15a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H1Zm1.5 2h11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8H3v.5a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Z"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-displayport" viewBox="0 0 16 16">
2
- <path d="M2.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0V8h10v.5a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5h-11Z"/>
3
- <path d="M1 5a1 1 0 0 0-1 1v3.191a1 1 0 0 0 .553.894l1.618.81a1 1 0 0 0 .447.105H15a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H1Zm0 1h14v4H2.618L1 9.191V6Z"/>
4
- </svg>