@cirkay-eng/cirkay-components 0.7.22 → 0.7.61

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 (389) hide show
  1. package/README.md +216 -57
  2. package/dist/base/magic/MagicAPI.d.ts.map +1 -1
  3. package/dist/base/magic/MagicAPI.js +5 -3
  4. package/dist/base/magic/MagicAPI.js.map +1 -1
  5. package/dist/base/n3xus/N3xusAPI.d.ts +6 -4
  6. package/dist/base/n3xus/N3xusAPI.d.ts.map +1 -1
  7. package/dist/base/n3xus/N3xusAPI.js +94 -33
  8. package/dist/base/n3xus/N3xusAPI.js.map +1 -1
  9. package/dist/base/n3xus/types.d.ts +68 -25
  10. package/dist/base/n3xus/types.d.ts.map +1 -1
  11. package/dist/base/n3xus/types.js +1 -0
  12. package/dist/base/n3xus/types.js.map +1 -1
  13. package/dist/components/connected/connected.d.ts +33 -0
  14. package/dist/components/connected/connected.d.ts.map +1 -0
  15. package/dist/components/connected/connected.js +590 -0
  16. package/dist/components/connected/connected.js.map +1 -0
  17. package/dist/components/connected/index.d.ts +8 -0
  18. package/dist/components/connected/index.d.ts.map +1 -0
  19. package/dist/components/connected/index.js +6 -0
  20. package/dist/components/connected/index.js.map +1 -0
  21. package/dist/components/error-screen/error-screen.d.ts +4 -3
  22. package/dist/components/error-screen/error-screen.d.ts.map +1 -1
  23. package/dist/components/error-screen/error-screen.js +6 -11
  24. package/dist/components/error-screen/error-screen.js.map +1 -1
  25. package/dist/components/error-screen/index.d.ts +6 -1
  26. package/dist/components/error-screen/index.d.ts.map +1 -1
  27. package/dist/components/error-screen/index.js +6 -0
  28. package/dist/components/error-screen/index.js.map +1 -0
  29. package/dist/components/fan-pass-claim/fan-pass-claim.d.ts +39 -14
  30. package/dist/components/fan-pass-claim/fan-pass-claim.d.ts.map +1 -1
  31. package/dist/components/fan-pass-claim/fan-pass-claim.js +893 -318
  32. package/dist/components/fan-pass-claim/fan-pass-claim.js.map +1 -1
  33. package/dist/components/fan-pass-claim/index.d.ts +8 -2
  34. package/dist/components/fan-pass-claim/index.d.ts.map +1 -1
  35. package/dist/components/fan-pass-claim/index.js +6 -0
  36. package/dist/components/fan-pass-claim/index.js.map +1 -0
  37. package/dist/components/fan-pass-claim/types.d.ts +8 -0
  38. package/dist/components/fan-pass-claim/types.d.ts.map +1 -1
  39. package/dist/components/fan-pass-claim/types.js +10 -1
  40. package/dist/components/fan-pass-claim/types.js.map +1 -1
  41. package/dist/components/fan-pass-unlock/fan-pass-unlock.d.ts +31 -17
  42. package/dist/components/fan-pass-unlock/fan-pass-unlock.d.ts.map +1 -1
  43. package/dist/components/fan-pass-unlock/fan-pass-unlock.js +541 -198
  44. package/dist/components/fan-pass-unlock/fan-pass-unlock.js.map +1 -1
  45. package/dist/components/fan-pass-unlock/index.d.ts +8 -2
  46. package/dist/components/fan-pass-unlock/index.d.ts.map +1 -1
  47. package/dist/components/fan-pass-unlock/index.js +6 -0
  48. package/dist/components/fan-pass-unlock/index.js.map +1 -0
  49. package/dist/components/frame/frame.d.ts +1 -0
  50. package/dist/components/frame/frame.d.ts.map +1 -1
  51. package/dist/components/frame/frame.js +101 -37
  52. package/dist/components/frame/frame.js.map +1 -1
  53. package/dist/components/frame/index.d.ts +6 -1
  54. package/dist/components/frame/index.d.ts.map +1 -1
  55. package/dist/components/frame/index.js +6 -0
  56. package/dist/components/frame/index.js.map +1 -0
  57. package/dist/components/index.d.ts +6 -3
  58. package/dist/components/index.d.ts.map +1 -1
  59. package/dist/components/index.js +11 -3
  60. package/dist/components/index.js.map +1 -1
  61. package/dist/components/login/index.d.ts +6 -1
  62. package/dist/components/login/index.d.ts.map +1 -1
  63. package/dist/components/login/index.js +6 -0
  64. package/dist/components/login/index.js.map +1 -0
  65. package/dist/components/login/login.d.ts +3 -3
  66. package/dist/components/login/login.d.ts.map +1 -1
  67. package/dist/components/login/login.js +98 -85
  68. package/dist/components/login/login.js.map +1 -1
  69. package/dist/components/login/types.d.ts +4 -0
  70. package/dist/components/login/types.d.ts.map +1 -1
  71. package/dist/components/mobile-pass/index.d.ts +8 -0
  72. package/dist/components/mobile-pass/index.d.ts.map +1 -0
  73. package/dist/components/mobile-pass/index.js +6 -0
  74. package/dist/components/mobile-pass/index.js.map +1 -0
  75. package/dist/components/mobile-pass/mobile-pass.d.ts +20 -0
  76. package/dist/components/mobile-pass/mobile-pass.d.ts.map +1 -0
  77. package/dist/components/mobile-pass/mobile-pass.js +150 -0
  78. package/dist/components/mobile-pass/mobile-pass.js.map +1 -0
  79. package/dist/constants/apis.d.ts.map +1 -1
  80. package/dist/constants/apis.js +0 -1
  81. package/dist/constants/apis.js.map +1 -1
  82. package/dist/constants/components.d.ts +1 -1
  83. package/dist/constants/components.d.ts.map +1 -1
  84. package/dist/constants/components.js +1 -1
  85. package/dist/controllers/LoginController.d.ts +35 -5
  86. package/dist/controllers/LoginController.d.ts.map +1 -1
  87. package/dist/controllers/LoginController.js +53 -31
  88. package/dist/controllers/LoginController.js.map +1 -1
  89. package/dist/docs/error-screen/designTokens.d.ts +1 -3
  90. package/dist/docs/error-screen/designTokens.d.ts.map +1 -1
  91. package/dist/docs/fan-pass-claim/designTokens.d.ts.map +1 -1
  92. package/dist/docs/fan-pass-claim/fan-pass-claim.stories.d.ts +1 -1
  93. package/dist/docs/fan-pass-claim/fan-pass-claim.stories.d.ts.map +1 -1
  94. package/dist/docs/fan-pass-unlock/designTokens.d.ts.map +1 -1
  95. package/dist/docs/fan-pass-unlock/fan-pass-unlock.stories.d.ts +1 -1
  96. package/dist/docs/fan-pass-unlock/fan-pass-unlock.stories.d.ts.map +1 -1
  97. package/dist/docs/login/designTokens.d.ts +1 -3
  98. package/dist/docs/login/designTokens.d.ts.map +1 -1
  99. package/dist/docs/login/login.stories.d.ts +1 -1
  100. package/dist/docs/login/login.stories.d.ts.map +1 -1
  101. package/dist/docs/mobile-pass/designTokens.d.ts +3 -0
  102. package/dist/docs/mobile-pass/designTokens.d.ts.map +1 -0
  103. package/dist/docs/mobile-pass/mobile-pass.stories.d.ts +6 -0
  104. package/dist/docs/mobile-pass/mobile-pass.stories.d.ts.map +1 -0
  105. package/dist/events/claim.d.ts +5 -4
  106. package/dist/events/claim.d.ts.map +1 -1
  107. package/dist/events/claim.js +2 -2
  108. package/dist/events/claim.js.map +1 -1
  109. package/dist/events/login.d.ts +11 -4
  110. package/dist/events/login.d.ts.map +1 -1
  111. package/dist/events/login.js +5 -4
  112. package/dist/events/login.js.map +1 -1
  113. package/dist/events/unlock.d.ts +16 -2
  114. package/dist/events/unlock.d.ts.map +1 -1
  115. package/dist/events/unlock.js +4 -2
  116. package/dist/events/unlock.js.map +1 -1
  117. package/dist/internal/CirkayElement.d.ts.map +1 -1
  118. package/dist/internal/CirkayElement.js +0 -2
  119. package/dist/internal/CirkayElement.js.map +1 -1
  120. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js +9 -0
  121. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js.map +1 -0
  122. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/base.js +9 -0
  123. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/base.js.map +1 -0
  124. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js +10 -0
  125. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js.map +1 -0
  126. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/query.js +10 -0
  127. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/query.js.map +1 -0
  128. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js +10 -0
  129. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js.map +1 -0
  130. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js +11 -0
  131. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js.map +1 -0
  132. package/dist/node_modules/.pnpm/@magic-sdk_provider@28.20.0_localforage@1.10.0/node_modules/@magic-sdk/provider/dist/es/index.js +10 -0
  133. package/dist/node_modules/.pnpm/@magic-sdk_provider@28.20.0_localforage@1.10.0/node_modules/@magic-sdk/provider/dist/es/index.js.map +1 -0
  134. package/dist/node_modules/.pnpm/@magic-sdk_provider@29.0.6_localforage@1.10.0/node_modules/@magic-sdk/provider/dist/es/index.js +10 -0
  135. package/dist/node_modules/.pnpm/@magic-sdk_provider@29.0.6_localforage@1.10.0/node_modules/@magic-sdk/provider/dist/es/index.js.map +1 -0
  136. package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.0/node_modules/@magic-sdk/types/dist/es/index.js +4 -0
  137. package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.0/node_modules/@magic-sdk/types/dist/es/index.js.map +1 -0
  138. package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.2/node_modules/@magic-sdk/types/dist/es/index.js +4 -0
  139. package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.2/node_modules/@magic-sdk/types/dist/es/index.js.map +1 -0
  140. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/box/box.js +299 -0
  141. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/box/box.js.map +1 -0
  142. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/box/index.js +6 -0
  143. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/box/index.js.map +1 -0
  144. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/button.js +297 -0
  145. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/button.js.map +1 -0
  146. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/index.js +6 -0
  147. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/index.js.map +1 -0
  148. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/styles/button-main.js +112 -0
  149. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/styles/button-main.js.map +1 -0
  150. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/styles/button-outline.js +47 -0
  151. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/styles/button-outline.js.map +1 -0
  152. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/styles/button-plain.js +69 -0
  153. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button/styles/button-plain.js.map +1 -0
  154. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button-icon/button-icon.js +154 -0
  155. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button-icon/button-icon.js.map +1 -0
  156. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button-icon/button-icon.styles.js +96 -0
  157. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button-icon/button-icon.styles.js.map +1 -0
  158. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button-icon/index.js +6 -0
  159. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/button-icon/index.js.map +1 -0
  160. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/disclosure/disclosure.js +456 -0
  161. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/disclosure/disclosure.js.map +1 -0
  162. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/header-drawer/header-drawer.js +306 -0
  163. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/header-drawer/header-drawer.js.map +1 -0
  164. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/header-drawer/index.js +6 -0
  165. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/header-drawer/index.js.map +1 -0
  166. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/horizontal-stack/horizontal-stack.js +87 -0
  167. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/horizontal-stack/horizontal-stack.js.map +1 -0
  168. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/horizontal-stack/horizontal-stack.styles.js +64 -0
  169. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/horizontal-stack/horizontal-stack.styles.js.map +1 -0
  170. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/horizontal-stack/index.js +6 -0
  171. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/horizontal-stack/index.js.map +1 -0
  172. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/icon/icon.js +74 -0
  173. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/icon/icon.js.map +1 -0
  174. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/icon/icon.styles.js +31 -0
  175. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/icon/icon.styles.js.map +1 -0
  176. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/image/image.js +132 -0
  177. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/image/image.js.map +1 -0
  178. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/input/index.js +6 -0
  179. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/input/index.js.map +1 -0
  180. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/input/input.js +260 -0
  181. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/input/input.js.map +1 -0
  182. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/input/input.styles.js +118 -0
  183. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/input/input.styles.js.map +1 -0
  184. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link/index.js +6 -0
  185. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link/index.js.map +1 -0
  186. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link/link.js +53 -0
  187. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link/link.js.map +1 -0
  188. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link/link.styles.js +39 -0
  189. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link/link.styles.js.map +1 -0
  190. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link-group/index.js +6 -0
  191. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link-group/index.js.map +1 -0
  192. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link-group/link-group.js +188 -0
  193. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/link-group/link-group.js.map +1 -0
  194. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/logo/index.js +6 -0
  195. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/logo/index.js.map +1 -0
  196. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/logo/logo.js +157 -0
  197. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/logo/logo.js.map +1 -0
  198. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/menu-drawer/menu-drawer.js +195 -0
  199. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/menu-drawer/menu-drawer.js.map +1 -0
  200. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/overlay/index.js +6 -0
  201. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/overlay/index.js.map +1 -0
  202. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/overlay/overlay.js +117 -0
  203. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/overlay/overlay.js.map +1 -0
  204. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/text/index.js +6 -0
  205. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/text/index.js.map +1 -0
  206. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/text/text.js +319 -0
  207. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/text/text.js.map +1 -0
  208. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/vertical-stack/index.js +6 -0
  209. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/vertical-stack/index.js.map +1 -0
  210. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/vertical-stack/vertical-stack.js +93 -0
  211. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/vertical-stack/vertical-stack.js.map +1 -0
  212. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/vertical-stack/vertical-stack.styles.js +51 -0
  213. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/components/vertical-stack/vertical-stack.styles.js.map +1 -0
  214. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/constructedStyleSheet.js +12 -0
  215. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/constructedStyleSheet.js.map +1 -0
  216. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/depracated-element-prop.js +12 -0
  217. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/depracated-element-prop.js.map +1 -0
  218. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/form-controller.js +271 -0
  219. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/form-controller.js.map +1 -0
  220. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/mergeStyles.js +13 -0
  221. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/mergeStyles.js.map +1 -0
  222. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/paddingTransformations.js +76 -0
  223. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/paddingTransformations.js.map +1 -0
  224. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/push-element.js +52 -0
  225. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/push-element.js.map +1 -0
  226. package/dist/{utils → node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal}/settings.js +1 -2
  227. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/settings.js.map +1 -0
  228. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/slot.js +46 -0
  229. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/slot.js.map +1 -0
  230. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/slotInitialised.js +16 -0
  231. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/slotInitialised.js.map +1 -0
  232. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/watch.js +28 -0
  233. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/internal/watch.js.map +1 -0
  234. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/node_modules/.pnpm/@rollup_plugin-typescript@11.1.6_rollup@4.34.6_tslib@2.8.1_typescript@5.7.3/node_modules/tslib/tslib.es6.js.map +1 -0
  235. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/button.js +83 -0
  236. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/button.js.map +1 -0
  237. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/component.styles.js +36 -0
  238. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/component.styles.js.map +1 -0
  239. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/flex.js +157 -0
  240. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/flex.js.map +1 -0
  241. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/form-control.styles.js +150 -0
  242. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/form-control.styles.js.map +1 -0
  243. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/global.js +48 -0
  244. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/global.js.map +1 -0
  245. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/icon-size.js +25 -0
  246. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/icon-size.js.map +1 -0
  247. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/placeholder-media.js +34 -0
  248. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/placeholder-media.js.map +1 -0
  249. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/text.styles.js +240 -0
  250. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/styles/text.styles.js.map +1 -0
  251. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/utilities/base-path.js +7 -0
  252. package/dist/node_modules/.pnpm/@pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/utilities/base-path.js.map +1 -0
  253. package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.34.6_tslib@2.8.1_typescript@5.7.3/node_modules/tslib/tslib.es6.js +31 -0
  254. package/dist/node_modules/.pnpm/{@rollup_plugin-typescript@12.1.2_rollup@4.29.1_tslib@2.8.1_typescript@5.7.2 → @rollup_plugin-typescript@12.1.2_rollup@4.34.6_tslib@2.8.1_typescript@5.7.3}/node_modules/tslib/tslib.es6.js.map +1 -1
  255. package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.34.8_tslib@2.8.1_typescript@5.7.3/node_modules/tslib/tslib.es6.js +31 -0
  256. package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.34.8_tslib@2.8.1_typescript@5.7.3/node_modules/tslib/tslib.es6.js.map +1 -0
  257. package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.40.1_tslib@2.8.1_typescript@5.8.3/node_modules/tslib/tslib.es6.js +31 -0
  258. package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.40.1_tslib@2.8.1_typescript@5.8.3/node_modules/tslib/tslib.es6.js.map +1 -0
  259. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directive.js +9 -0
  260. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directive.js.map +1 -0
  261. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js +11 -0
  262. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js.map +1 -0
  263. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js +10 -0
  264. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js.map +1 -0
  265. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/style-map.js +11 -0
  266. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/style-map.js.map +1 -0
  267. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/unsafe-html.js +11 -0
  268. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/unsafe-html.js.map +1 -0
  269. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js +9 -0
  270. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js.map +1 -0
  271. package/dist/node_modules/.pnpm/magic-sdk@28.21.1/node_modules/magic-sdk/dist/es/index.js +9 -0
  272. package/dist/node_modules/.pnpm/magic-sdk@28.21.1/node_modules/magic-sdk/dist/es/index.js.map +1 -0
  273. package/dist/node_modules/.pnpm/magic-sdk@29.0.6/node_modules/magic-sdk/dist/es/index.js +9 -0
  274. package/dist/node_modules/.pnpm/magic-sdk@29.0.6/node_modules/magic-sdk/dist/es/index.js.map +1 -0
  275. package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/normalize.js +169 -0
  276. package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/normalize.js.map +1 -0
  277. package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/querySelectorDeep.js +161 -0
  278. package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/querySelectorDeep.js.map +1 -0
  279. package/dist/utils/helpers.d.ts +26 -2
  280. package/dist/utils/helpers.d.ts.map +1 -1
  281. package/dist/utils/helpers.js +65 -7
  282. package/dist/utils/helpers.js.map +1 -1
  283. package/package.json +23 -15
  284. package/dist/_virtual/_commonjsHelpers.js +0 -6
  285. package/dist/_virtual/_commonjsHelpers.js.map +0 -1
  286. package/dist/_virtual/index.js +0 -8
  287. package/dist/_virtual/index.js.map +0 -1
  288. package/dist/node_modules/.pnpm/axios-rate-limit@1.4.0_axios@1.7.9/node_modules/axios-rate-limit/src/index.js +0 -182
  289. package/dist/node_modules/.pnpm/axios-rate-limit@1.4.0_axios@1.7.9/node_modules/axios-rate-limit/src/index.js.map +0 -1
  290. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/adapters.js +0 -82
  291. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/adapters.js.map +0 -1
  292. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/fetch.js +0 -230
  293. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/fetch.js.map +0 -1
  294. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/xhr.js +0 -200
  295. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/xhr.js.map +0 -1
  296. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js +0 -87
  297. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js.map +0 -1
  298. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CancelToken.js +0 -134
  299. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CancelToken.js.map +0 -1
  300. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CanceledError.js +0 -24
  301. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CanceledError.js.map +0 -1
  302. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/isCancel.js +0 -6
  303. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/isCancel.js.map +0 -1
  304. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/Axios.js +0 -232
  305. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/Axios.js.map +0 -1
  306. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosError.js +0 -102
  307. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosError.js.map +0 -1
  308. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosHeaders.js +0 -301
  309. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosHeaders.js.map +0 -1
  310. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/InterceptorManager.js +0 -70
  311. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/InterceptorManager.js.map +0 -1
  312. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/buildFullPath.js +0 -22
  313. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/buildFullPath.js.map +0 -1
  314. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/dispatchRequest.js +0 -82
  315. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/dispatchRequest.js.map +0 -1
  316. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/mergeConfig.js +0 -107
  317. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/mergeConfig.js.map +0 -1
  318. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/settle.js +0 -28
  319. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/settle.js.map +0 -1
  320. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/transformData.js +0 -29
  321. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/transformData.js.map +0 -1
  322. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/index.js +0 -160
  323. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/index.js.map +0 -1
  324. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/transitional.js +0 -8
  325. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/transitional.js.map +0 -1
  326. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/env/data.js +0 -4
  327. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/env/data.js.map +0 -1
  328. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -57
  329. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +0 -1
  330. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -72
  331. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/HttpStatusCode.js.map +0 -1
  332. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/bind.js +0 -8
  333. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/bind.js.map +0 -1
  334. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js +0 -70
  335. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js.map +0 -1
  336. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/combineURLs.js +0 -16
  337. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/combineURLs.js.map +0 -1
  338. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/composeSignals.js +0 -49
  339. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/composeSignals.js.map +0 -1
  340. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/cookies.js +0 -44
  341. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/cookies.js.map +0 -1
  342. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/formDataToJSON.js +0 -94
  343. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/formDataToJSON.js.map +0 -1
  344. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -16
  345. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +0 -1
  346. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAxiosError.js +0 -15
  347. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAxiosError.js.map +0 -1
  348. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -17
  349. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +0 -1
  350. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/null.js +0 -5
  351. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/null.js.map +0 -1
  352. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseHeaders.js +0 -56
  353. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseHeaders.js.map +0 -1
  354. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
  355. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseProtocol.js.map +0 -1
  356. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/progressEventReducer.js +0 -47
  357. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/progressEventReducer.js.map +0 -1
  358. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/resolveConfig.js +0 -59
  359. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/resolveConfig.js.map +0 -1
  360. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/speedometer.js +0 -54
  361. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/speedometer.js.map +0 -1
  362. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/spread.js +0 -29
  363. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/spread.js.map +0 -1
  364. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/throttle.js +0 -45
  365. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/throttle.js.map +0 -1
  366. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toFormData.js +0 -216
  367. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toFormData.js.map +0 -1
  368. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
  369. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +0 -1
  370. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/trackStream.js +0 -89
  371. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/trackStream.js.map +0 -1
  372. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js +0 -100
  373. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js.map +0 -1
  374. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -4
  375. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/Blob.js.map +0 -1
  376. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -4
  377. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/FormData.js.map +0 -1
  378. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -6
  379. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js.map +0 -1
  380. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/index.js +0 -16
  381. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/index.js.map +0 -1
  382. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/common/utils.js +0 -46
  383. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/common/utils.js.map +0 -1
  384. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/index.js +0 -10
  385. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/index.js.map +0 -1
  386. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/utils.js +0 -761
  387. package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/utils.js.map +0 -1
  388. package/dist/utils/settings.js.map +0 -1
  389. /package/dist/node_modules/.pnpm/{@rollup_plugin-typescript@12.1.2_rollup@4.29.1_tslib@2.8.1_typescript@5.7.2 → @pushengineering_push-web-components@3.4.47_@floating-ui_utils@0.2.9_lit@3.3.0/node_modules/@pushengineering/push-web-components/dist/node_modules/.pnpm/@rollup_plugin-typescript@11.1.6_rollup@4.34.6_tslib@2.8.1_typescript@5.7.3}/node_modules/tslib/tslib.es6.js +0 -0
package/README.md CHANGED
@@ -1,87 +1,246 @@
1
-
1
+ <p align="center">
2
+ <img alt="cirkay logo" width="150" src="https://cdn.n3xus.services/fan-pass-cdn/cirkaypink.png" >
3
+ </p>
2
4
  # Fan Pass Web Components Library README
3
- Welcome to the Fan Pass Web Components library! This library provides a collection of UX frontend components designed to be fast, reusable, and highly customisable for any project, without relying on proprietary technologies or frameworks. These components leverage standard Web APIs and are compatible with all modern browsers.
5
+
6
+ A lightweight bundle for loading Cirkay components via CDN. This bundle provides three main components: FanPassClaim, FanPassUnlock, and MobilePass.
7
+
8
+ Using via Cirkay Fan Pass CDN
4
9
 
5
10
  ## Installation
6
- Requires Node v20.0+ minimum.
7
11
 
8
- 1. Install Node.js globally using one of the following methods:
9
- - Mac: [NVM](https://github.com/nvm-sh/nvm)
10
- - Windows: [NVM for Windows](https://github.com/coreybutler/nvm-windows)
11
- - Direct download: [Node.js](https://nodejs.org/en/download)
12
+ ### UMD Bundle (Standalone)
12
13
 
13
- 2. Install PNPM globally using one of the following methods:
14
- - Mac: ``brew install pnpm``
15
- - Windows PowerShell: Run the command ``iwr https://get.pnpm.io/install.ps1 -useb | iex``
14
+ The UMD bundle includes all components and dependencies in a single file. Add the following script tag to your HTML:
16
15
 
17
- For more details, check the: [PNPM documentation](https://pnpm.io/)
16
+ ```html
17
+ <!-- Production -->
18
+ <script src="https://cdn.n3xus.services/fan-pass-cdn/cirkay-fan-pass-standalone-umd.0.7.6.umd.js"></script>
19
+ ```
18
20
 
19
- 1. Clone the project repository using this command:
20
- ```
21
- git clone git@github.com:Push-Entertainment/push-web-components.git
22
- ```
21
+ ### Modular Bundle (ES Modules)
23
22
 
24
- 2. Initialise the project by running the following command in your terminal within the project's root directory:
25
- ```
26
- pnpm install
27
- ```
23
+ The modular bundle splits components into separate chunks for better tree-shaking and code splitting. First, load the vendor bundle, then the modular bundle:
28
24
 
29
- ## Build scripts
25
+ ```html
26
+ <script type="module">
27
+ // Load main bundle
28
+ import { FanPassClaim, FanPassUnlock, MobilePass } from 'https://cdn.n3xus.services/fan-pass-cdn/cirkay-fan-pass-standalone-es.0.7.6.esm.js';
29
+ </script>
30
+ ```
30
31
 
31
- We've provided the following build scripts to streamline the development process:
32
+ ## Components
33
+
34
+ ### FanPassUnlock
35
+
36
+ A component that handles the unlocking of Fan Pass content.
37
+
38
+ ```html
39
+ <fp-unlock
40
+ apiKey="your-api-key"
41
+ fanPassTitle="Fan Pass"
42
+ buttonLabel="Connect"
43
+ :logoSet="{
44
+ large: { src: 'path/to/large-logo.png' },
45
+ medium: { src: 'path/to/medium-logo.png' },
46
+ small: { src: 'path/to/small-logo.png' },
47
+ alt: 'Fan Pass Logo'
48
+ }"
49
+ :inline="false"
50
+ :loading="false"
51
+ :staging="false"
52
+ :debugLogging="false"
53
+ :cta="false"
54
+ ctaText="Connect to unlock"
55
+ btnBackgroundColor="#D60455"
56
+ btnTextColor="#FFFFFF"
57
+ ></fp-unlock>
58
+ ```
32
59
 
33
- Fan Pass application:
34
- - Develop main library: `pnpm fan-pass:serve`
35
- - Build main library: `pnpm fan-pass:build`
36
- - Build main library docs: `pnpm fan-pass:build:docs`
60
+ #### Props
61
+
62
+ | Prop | Type | Default | Description |
63
+ |------|------|---------|-------------|
64
+ | apiKey | String | '' | Your Cirkay API key |
65
+ | fanPassTitle | String | 'Fan Pass' | Title of the Fan Pass |
66
+ | buttonLabel | String | 'Connect' | Label for the connect button |
67
+ | logoSet | Object | See default | Logo configuration for different sizes |
68
+ | inline | Boolean | false | Whether to display inline |
69
+ | loading | Boolean | false | Loading state |
70
+ | staging | Boolean | false | Whether to use staging environment |
71
+ | debugLogging | Boolean | false | Enable debug logging |
72
+ | cta | Boolean | false | Show call-to-action |
73
+ | ctaText | String | 'Connect to unlock' | Text for the CTA |
74
+ | btnBackgroundColor | String | '#D60455' | Button background color |
75
+ | btnTextColor | String | '#FFFFFF' | Button text color |
76
+
77
+ #### Events
78
+
79
+ | Event | Description | Event Detail |
80
+ |-------|-------------|--------------|
81
+ | fp-unlock-initialising | Dispatched when component is initializing | `{ status: 'initialising' }` |
82
+ | fp-unlock-initialised | Dispatched when component is initialized | `{ status: 'initialised' }` |
83
+ | fp-unlock-started | Dispatched when unlock flow starts | `{ status: 'started' }` |
84
+ | fp-unlocked | Dispatched when unlock is completed | `{ status: 'unlocked', data: {...} }` |
85
+ | fp-unlock-complete | Dispatched when unlock process is complete | `{ status: 'complete', data: {...} }` |
86
+ | fp-mobile-data | Dispatched with mobile pass data | `{ data: {...} }` |
87
+
88
+ ### FanPassClaim
89
+
90
+ A component for claiming Fan Passes.
91
+
92
+ ```html
93
+ <fp-claim
94
+ apiKey="your-api-key"
95
+ fanPassTitle="Fan Pass"
96
+ :logoSet="{
97
+ large: { src: 'path/to/large-logo.png' },
98
+ medium: { src: 'path/to/medium-logo.png' },
99
+ small: { src: 'path/to/small-logo.png' },
100
+ alt: 'Fan Pass Logo'
101
+ }"
102
+ :modal="false"
103
+ :validateAfterModal="false"
104
+ redeemCode=""
105
+ successUrl="https://example.com/success"
106
+ :autoRedirect="false"
107
+ :showRedeemInput="true"
108
+ :staging="false"
109
+ :debugLogging="false"
110
+ btnBackgroundColor="#D60455"
111
+ btnTextColor="#FFFFFF"
112
+ ></fp-claim>
113
+ ```
37
114
 
38
- ## Importing components into your project
39
- Our components are written as ES6 modules for seamless integration into your project without the need for transpilation through tools like Webpack or Babel. You can still use pre-processors like Vite, Webpack, or Roll-up for tree shaking and minification while preserving ES modules.
115
+ #### Props
116
+
117
+ | Prop | Type | Default | Description |
118
+ |------|------|---------|-------------|
119
+ | apiKey | String | '' | Your Cirkay API key |
120
+ | fanPassTitle | String | 'Fan Pass' | Title of the Fan Pass |
121
+ | logoSet | Object | See default | Logo configuration |
122
+ | modal | Boolean | false | Display as modal |
123
+ | validateAfterModal | Boolean | false | Validate after modal display |
124
+ | redeemCode | String | '' | Code for redeeming Fan Pass |
125
+ | successUrl | String | '' | URL to redirect after success |
126
+ | autoRedirect | Boolean | false | Auto redirect after success |
127
+ | showRedeemInput | Boolean | true | Show redeem code input |
128
+ | staging | Boolean | false | Use staging environment |
129
+ | debugLogging | Boolean | false | Enable debug logging |
130
+ | btnBackgroundColor | String | '#D60455' | Button background color |
131
+ | btnTextColor | String | '#FFFFFF' | Button text color |
132
+
133
+ #### Events
134
+
135
+ | Event | Description | Event Detail |
136
+ |-------|-------------|--------------|
137
+ | fp-claim-claiming | Dispatched when claim flow starts | `{ status: 'claiming' }` |
138
+ | fp-claim-claimed | Dispatched when claim is finished | `{ status: 'claimed', data: {...} }` |
139
+
140
+ ### MobilePass
141
+
142
+ A component for displaying mobile pass information.
143
+
144
+ ```html
145
+ <fp-mobile-pass
146
+ fanPassTitle="Fan Pass"
147
+ androidLink="https://play.google.com/store/apps/details?id=com.example"
148
+ appleLink="https://apps.apple.com/app/example"
149
+ downloadLink="https://example.com/download"
150
+ :displayIntro="false"
151
+ :debugLogging="false"
152
+ ></fp-mobile-pass>
153
+ ```
40
154
 
41
- ## Package installation
42
- 1. Install the latest version of the Fan Pass components and core packages:
43
- ```
44
- npm i @pushengineering/push-web-components @pushengineering/fan-pass-web-components
45
- ```
155
+ #### Props
46
156
 
47
- 2. Or the beta version using the -beta tag:
48
- ```
49
- npm i @pushengineering/push-web-components @pushengineering/fan-pass-web-components@beta
50
- ```
157
+ | Prop | Type | Default | Description |
158
+ |------|------|---------|-------------|
159
+ | fanPassTitle | String | 'Fan Pass' | Title of the Fan Pass |
160
+ | androidLink | String | '' | Link to Android app |
161
+ | appleLink | String | '' | Link to iOS app |
162
+ | downloadLink | String | '' | Link to download page |
163
+ | displayIntro | Boolean | false | Show introduction text |
164
+ | debugLogging | Boolean | false | Enable debug logging |
51
165
 
52
- To initialise a web component and render it in your HTML and the DOM, simply import the component script within your page's entry scripts or as a script tag directly inside your page.
166
+ ## Event Handling
53
167
 
54
- For example, to import the main Fan Pass app component and its internal component dependencies, add the following to your main script or as a script tag in your page:
168
+ Example of handling events:
55
169
 
56
- ```
57
- import '@pushengineering/fan-pass-web-components/app'
170
+ ```javascript
171
+ // Listen for unlock events
172
+ document.querySelector('fp-unlock').addEventListener('fp-unlock-complete', (event) => {
173
+ console.log('Unlock complete:', event.detail);
174
+ });
175
+
176
+ // Listen for claim events
177
+ document.querySelector('fp-claim').addEventListener('fp-claim-claimed', (event) => {
178
+ console.log('Claim complete:', event.detail);
179
+ });
58
180
  ```
59
181
 
60
- Or use a script tag like this:
182
+ ## Bundle Types
61
183
 
62
- ```
63
- <script async type="module" src="path-to-component-modules/app.js">
64
- ```
65
184
 
66
- If a component uses requires the use of external components you'll also need to import them:
185
+ ## Production
67
186
 
68
- ```
69
- import '@pushengineering/fan-pass-web-components/some-child-compionent'
70
- ```
187
+ For production, use the minified versions:
71
188
 
72
- Any child components which themselves use child components should also be imported:
73
189
 
190
+ ```html
191
+ <!-- UMD -->
192
+ <script src="https://cdn.n3xus.services/fan-pass-cdn/cirkay-fan-pass-standalone-umd.0.7.6.umd.js"></script>
193
+
194
+ <!-- ES Modules -->
195
+ <script type="module">
196
+ // Load main bundle
197
+ import { FanPassClaim, FanPassUnlock, MobilePass } from 'https://cdn.n3xus.services/fan-pass-cdn/cirkay-fan-pass-standalone-es.0.7.6.esm.js';
198
+ </script>
74
199
  ```
75
- import '@pushengineering/fan-pass-web-components/child-child-compoinent'
76
- ```
77
200
 
78
- Once imported, you can use these components throughout your page without further imports.
201
+ ## Browser Support
202
+
203
+ The components are built using modern web standards and support all modern browsers:
204
+ - Chrome (latest)
205
+ - Firefox (latest)
206
+ - Safari (latest)
207
+ - Edge (latest)
208
+
209
+ ## Dependencies
210
+
211
+ The components require the following dependencies:
212
+ - Lit (for web components)
213
+ - Push Web Components (for UI elements)
214
+
215
+ These are included in the standalone bundle but need to be loaded separately when using the modular bundle.
216
+
217
+
218
+ # Fan Pass Web Components Library Via NPM Beta
219
+ Welcome to the Fan Pass Web Components library! This library provides a collection of UX frontend components designed to be fast, reusable, and highly customisable for any project, without relying on proprietary technologies or frameworks. These components leverage standard Web APIs and are compatible with all modern browsers.
220
+
221
+ ## Installation
222
+ Requires Node v20.0+ minimum.
223
+
224
+ 1. Install Node.js globally using one of the following methods:
225
+ - Mac: [NVM](https://github.com/nvm-sh/nvm)
226
+ - Windows: [NVM for Windows](https://github.com/coreybutler/nvm-windows)
227
+ - Direct download: [Node.js](https://nodejs.org/en/download)
228
+
229
+ 2. Install PNPM globally using one of the following methods:
230
+ - Mac: ``brew install pnpm``
231
+ - Windows PowerShell: Run the command ``iwr https://get.pnpm.io/install.ps1 -useb | iex``
232
+
233
+ ## Build scripts
234
+
235
+ We've provided the following build scripts to streamline the development process:
79
236
 
80
- # Learn More about Web Components
81
- To deepen your understanding of web components, their key concepts, and the specific web APIs we employ, we recommend reading the [MDN guide on Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components).
237
+ Fan Pass application:
238
+ - Develop main library: `pnpm fan-pass:serve`
239
+ - Build main library: `pnpm fan-pass:build`
240
+ - Build main library docs: `pnpm fan-pass:build:docs`
82
241
 
83
- ## Lit - Lightning-Fast Components
242
+ ## Importing components into your project
243
+ Our components are written as ES6 modules for seamless integration into your project without the need for transpilation through tools like Webpack or Babel. You can still use pre-processors like Vite, Webpack, or Roll-up for tree shaking and minification while preserving ES modules.
84
244
 
85
- Our library is built using Lit, a framework that simplifies component development without sacrificing performance or relying on non-standard frameworks. Lit builds on web component standards, is lightweight, and reduces boilerplate code. You can find Lit 2's documentation [here](https://lit.dev/docs/).
245
+ To initialise a web component and render it in your HTML and the DOM, simply import the component script within your page's entry scripts or as a script tag directly inside your page.
86
246
 
87
- To save time, minimise errors, and future-proof your code, we've written this library in TypeScript and utilise Lit's decorator methods, which TypeScript transpiles into browser-compatible JavaScript.
@@ -1 +1 @@
1
- {"version":3,"file":"MagicAPI.d.ts","sourceRoot":"","sources":["../../../src/base/magic/MagicAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAA;AAWjC,MAAM,WAAW,YAAY;IACzB,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,OAAO,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,QAAQ,cAAc,YAAY,KAG3C,KAaH,CAAA"}
1
+ {"version":3,"file":"MagicAPI.d.ts","sourceRoot":"","sources":["../../../src/base/magic/MagicAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAA;AAcjC,MAAM,WAAW,YAAY;IACzB,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,OAAO,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,QAAQ,GAAI,WAAU,YAGlC,KAAG,KAgBH,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Magic } from 'magic-sdk';
1
+ import { Magic as wt } from '../../node_modules/.pnpm/magic-sdk@29.0.6/node_modules/magic-sdk/dist/es/index.js';
2
2
  import { MAGIC_STAGE_API, MAGIC_PROD_API } from '../../constants/apis.js';
3
3
 
4
4
  const MagicAPI = (_options = {
@@ -10,9 +10,11 @@ const MagicAPI = (_options = {
10
10
  network: {
11
11
  rpcUrl: 'https://polygon-rpc.com/',
12
12
  chainId: 137
13
- }
13
+ },
14
+ useStorageCache: true,
15
+ deferPreload: true,
14
16
  };
15
- const magicApi = new Magic(magicApiKey, magicConfig);
17
+ const magicApi = new wt(magicApiKey, magicConfig);
16
18
  return magicApi;
17
19
  };
18
20
 
@@ -1 +1 @@
1
- {"version":3,"file":"MagicAPI.js","sources":["../../../src/base/magic/MagicAPI.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAgBO,MAAM,QAAQ,GAAG,CAAC,QAAyB,GAAA;AAC9C,IAAA,OAAO,EAAE,KAAK;AACd,IAAA,aAAa,EAAE;AAClB,CAAA,KAAW;AACR,IAAA,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,GAAG,eAAe,GAAG,cAAc;AACvE,IAAA,MAAM,WAAW,GAAgB;AAC7B,QAAA,OAAO,EAAE;AACL,YAAA,MAAM,EAAE,0BAA0B;AAClC,YAAA,OAAO,EAAE;AACZ;KACJ;IACD,MAAM,QAAQ,GAAG,IAAI,KAAK,CACtB,WAAW,EACX,WAAW,CACd;AACD,IAAA,OAAO,QAAQ;AACnB;;;;"}
1
+ {"version":3,"file":"MagicAPI.js","sources":["../../../src/base/magic/MagicAPI.ts"],"sourcesContent":[null],"names":["Magic"],"mappings":";;;AAmBO,MAAM,QAAQ,GAAG,CAAC,QAAyB,GAAA;AAC9C,IAAA,OAAO,EAAE,KAAK;AACd,IAAA,aAAa,EAAE;AAClB,CAAA,KAAW;AACR,IAAA,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,GAAG,eAAe,GAAG,cAAc;AACvE,IAAA,MAAM,WAAW,GAAgB;AAC7B,QAAA,OAAO,EAAE;AACL,YAAA,MAAM,EAAE,0BAA0B;AAClC,YAAA,OAAO,EAAE;AACZ,SAAA;AACD,QAAA,eAAe,EAAE,IAAI;AACrB,QAAA,YAAY,EAAE,IAAI;KACrB;IACD,MAAM,QAAQ,GAAG,IAAIA,EAAK,CACtB,WAAW,EACX,WAAW,CACd;AAED,IAAA,OAAO,QAAQ;AACnB;;;;"}
@@ -1,13 +1,15 @@
1
- import { AccessCheckData, MintData, StatusData, ActivationData, N3xusApiConfig } from './types';
1
+ import { AccessCheckData, MintData, StatusData, ActivationData, N3xusApiConfig, CampaignStatusData, CampaignInformationData } from './types';
2
2
  declare class N3xusApi {
3
3
  private n3xusSettings;
4
4
  private url;
5
5
  private headers;
6
6
  constructor(options: N3xusApiConfig);
7
- checkTokenStatus(token: string): Promise<StatusData>;
8
- checkWalletForNft(didToken: string): Promise<AccessCheckData>;
9
- mint(didToken: string, issuanceCode: string): Promise<MintData>;
7
+ checkIssueStatus(issueId: number | null, redeemCode: string | null): Promise<StatusData>;
8
+ checkWalletForNft(unlockDetails: string, didToken: string): Promise<AccessCheckData>;
9
+ mint(didToken: string, issuanceCode?: string, campaignUrl?: string, campaignId?: number): Promise<MintData>;
10
10
  logActivation(contract_address: string, type: string, wallet_address: string): Promise<ActivationData>;
11
+ checkCampaign(campaignUrl: string): Promise<CampaignStatusData>;
12
+ getCampaignInformation(campaignId: number): Promise<CampaignInformationData>;
11
13
  }
12
14
  export default N3xusApi;
13
15
  //# sourceMappingURL=N3xusAPI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"N3xusAPI.d.ts","sourceRoot":"","sources":["../../../src/base/n3xus/N3xusAPI.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,eAAe,EAAE,QAAQ,EAAE,UAAU,EAAE,cAAc,EAAE,cAAc,EAAoB,MAAM,SAAS,CAAC;AAQjH,cAAM,QAAQ;IAEV,OAAO,CAAC,aAAa,CAAgC;IACrD,OAAO,CAAC,GAAG,CAAa;IACxB,OAAO,CAAC,OAAO,CAAyB;gBAGpC,OAAO,EAAE,cAAc;IAiBrB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC;IAkCpD,iBAAiB,CAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IA4B9D,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAI,OAAO,CAAC,QAAQ,CAAC;IA+BhE,aAAa,CAAC,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;CAgC/G;AAED,eAAe,QAAQ,CAAA"}
1
+ {"version":3,"file":"N3xusAPI.d.ts","sourceRoot":"","sources":["../../../src/base/n3xus/N3xusAPI.ts"],"names":[],"mappings":"AACA,OAAO,EACH,eAAe,EACf,QAAQ,EACR,UAAU,EACV,cAAc,EACd,cAAc,EAEd,kBAAkB,EAClB,uBAAuB,EAE1B,MAAM,SAAS,CAAC;AAQjB,cAAM,QAAQ;IAEV,OAAO,CAAC,aAAa,CAAgC;IACrD,OAAO,CAAC,GAAG,CAAa;IACxB,OAAO,CAAC,OAAO,CAAyB;gBAGpC,OAAO,EAAE,cAAc;IAmBd,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAE,IAAI,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,UAAU,CAAC;IA6CvF,iBAAiB,CAAC,aAAa,EAAC,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IAuBnF,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC;IA2D3G,aAAa,CAAC,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAkCtG,aAAa,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAmB/D,sBAAsB,CAAC,UAAU,EAAC,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC;CAoB3F;AAED,eAAe,QAAQ,CAAA"}
@@ -17,79 +17,112 @@ class N3xusApi {
17
17
  this.n3xusSettings = options.stagging ? N3XUS_STAGE_API : N3XUS_API;
18
18
  this.url = `${this.n3xusSettings.HOST}${this.n3xusSettings.ENDPOINT}${this.n3xusSettings.VERSION}`;
19
19
  this.headers.set('Content-Type', 'application/json');
20
- this.headers.set('X-Env', this.n3xusSettings.ENV);
20
+ if (this.n3xusSettings.ENV) {
21
+ this.headers.set('X-Env', this.n3xusSettings.ENV);
22
+ }
21
23
  this.headers.set('x-api-key', options.apiKey);
22
24
  this.headers.set('Authorization', `Basic ${btoa(`${user}:${password}`)}`);
23
25
  }
24
- async checkTokenStatus(token) {
26
+ async checkIssueStatus(issueId, redeemCode) {
25
27
  try {
26
- const response = await fetch(`${this.url}/public/issuance/${token}`, {
27
- method: 'GET',
28
- headers: this.headers,
29
- });
30
- const { data, errors } = await response.json();
28
+ let response;
29
+ if (issueId) {
30
+ response = await fetch(`${this.url}/public/issuance/?issueId=${issueId}`, {
31
+ method: 'GET',
32
+ headers: this.headers,
33
+ });
34
+ }
35
+ else if (redeemCode) {
36
+ response = await fetch(`${this.url}/public/issuance/?code=${redeemCode}`, {
37
+ method: 'GET',
38
+ headers: this.headers,
39
+ });
40
+ }
41
+ else {
42
+ throw new Error("no valid issueId or redeemCode");
43
+ }
44
+ const data = await response.json();
31
45
  if (response.status === 200 && data) {
32
46
  return Object.assign(data, { fetchedAt: formatDate(new Date()), ok: true });
33
47
  }
34
48
  else if (response.status === 403) {
35
- console.error(errors);
36
49
  return Object.assign({ ok: false, error: "Invalid API key" }, { fetchedAt: formatDate(new Date()), ok: false });
37
50
  }
38
51
  else {
39
- console.error(errors);
40
52
  return Object.assign({ ok: false, error: "Status Error" }, { fetchedAt: formatDate(new Date()), ok: false });
41
53
  }
42
54
  }
43
55
  catch (error) {
44
56
  const errorMessage = getErrorMessage(error);
45
- console.error(errorMessage);
46
57
  return Object.assign({ ok: false, error: errorMessage }, { fetchedAt: formatDate(new Date()), ok: false });
47
58
  }
48
59
  }
49
- async checkWalletForNft(didToken) {
60
+ async checkWalletForNft(unlockDetails, didToken) {
50
61
  try {
51
62
  const clonedHeaders = new Headers(this.headers);
52
- this.headers.set('x-did-token', didToken);
53
- const response = await fetch(`${this.url}/public/wallet/holds`, {
63
+ clonedHeaders.set('x-did-token', didToken);
64
+ const response = await fetch(`${this.url}/public/wallet/holds?unlockDetails=${unlockDetails}`, {
54
65
  method: 'GET',
55
66
  headers: clonedHeaders,
56
67
  });
57
- const { data, errors } = await response.json();
58
- if (response.status === 200 && data) {
68
+ const data = await response.json();
69
+ if (response.status === 200 && data && data.ok) {
59
70
  return Object.assign(data);
60
71
  }
61
72
  else {
62
- return Promise.reject(new Error(`Failed to fetch token status: ${errors?.[0].message}`));
73
+ return Promise.reject(new Error(`Failed to fetch code status: ${data?.error}`));
63
74
  }
64
75
  }
65
76
  catch (error) {
66
77
  const errorMessage = getErrorMessage(error);
67
- console.error(errorMessage);
68
- return Promise.reject(new Error(`Error fetching token status:${errorMessage}`));
78
+ return Promise.reject(new Error(`Error fetching code status:${errorMessage}`));
69
79
  }
70
80
  }
71
- async mint(didToken, issuanceCode) {
81
+ async mint(didToken, issuanceCode, campaignUrl, campaignId) {
72
82
  try {
73
- const response = await fetch(`${this.url}/public/issuance/mint`, {
74
- method: 'POST',
75
- headers: this.headers,
76
- body: JSON.stringify({
77
- "didToken": didToken,
78
- "issuanceCode": issuanceCode,
79
- })
80
- });
81
- const { data, errors } = await response.json();
82
- if (response.status === 200 && data) {
83
+ let response;
84
+ if (campaignId) {
85
+ response = await fetch(`${this.url}/public/issuance/mint`, {
86
+ method: 'POST',
87
+ headers: this.headers,
88
+ body: JSON.stringify({
89
+ "didToken": didToken,
90
+ "campaignId": campaignId,
91
+ })
92
+ });
93
+ }
94
+ else if (issuanceCode == undefined) {
95
+ response = await fetch(`${this.url}/public/issuance/mint`, {
96
+ method: 'POST',
97
+ headers: this.headers,
98
+ body: JSON.stringify({
99
+ "didToken": didToken,
100
+ "campaignUrl": campaignUrl,
101
+ })
102
+ });
103
+ }
104
+ else {
105
+ response = await fetch(`${this.url}/public/issuance/mint`, {
106
+ method: 'POST',
107
+ headers: this.headers,
108
+ body: JSON.stringify({
109
+ "didToken": didToken,
110
+ "issuanceCode": issuanceCode,
111
+ })
112
+ });
113
+ }
114
+ const { data, error, ok } = await response.json();
115
+ if (response.status === 200 && data && ok) {
83
116
  return Object.assign(data);
84
117
  }
85
118
  else {
86
- return Promise.reject(new Error(`Failed to fetch token status: ${errors?.[0].message}`));
119
+ return Promise.reject(new Error(`Failed to fetch code status: ${error}`));
87
120
  }
88
121
  }
89
122
  catch (error) {
90
123
  const errorMessage = getErrorMessage(error);
91
124
  console.error(errorMessage);
92
- return Promise.reject(new Error(`Error fetching token status:${errorMessage}`));
125
+ return Promise.reject(new Error(`Error fetching code status:${errorMessage}`));
93
126
  }
94
127
  }
95
128
  async logActivation(contract_address, type, wallet_address) {
@@ -108,13 +141,41 @@ class N3xusApi {
108
141
  return Object.assign(data);
109
142
  }
110
143
  else {
111
- return Promise.reject(new Error(`Failed to fetch token status: ${errors?.[0].message}`));
144
+ return Promise.reject(new Error(`Failed to fetch code status: ${errors?.[0].message}`));
112
145
  }
113
146
  }
114
147
  catch (error) {
115
148
  const errorMessage = getErrorMessage(error);
116
149
  console.error(errorMessage);
117
- return Promise.reject(new Error(`Error fetching token status:${errorMessage}`));
150
+ return Promise.reject(new Error(`Error fetching code status:${errorMessage}`));
151
+ }
152
+ }
153
+ async checkCampaign(campaignUrl) {
154
+ try {
155
+ const response = await fetch(`${this.url}/public/issuance/campaign/availability/?campaign_url=${campaignUrl}`, {
156
+ method: 'GET',
157
+ headers: this.headers,
158
+ });
159
+ const data = await response.json();
160
+ return data;
161
+ }
162
+ catch (err) {
163
+ console.log(err);
164
+ throw new Error('err');
165
+ }
166
+ }
167
+ async getCampaignInformation(campaignId) {
168
+ try {
169
+ const response = await fetch(`${this.url}/public/issuance/campaign/?campaignId=${campaignId}`, {
170
+ method: 'GET',
171
+ headers: this.headers,
172
+ });
173
+ const data = await response.json();
174
+ return data;
175
+ }
176
+ catch (err) {
177
+ console.log(err);
178
+ throw new Error('err');
118
179
  }
119
180
  }
120
181
  }
@@ -1 +1 @@
1
- {"version":3,"file":"N3xusAPI.js","sources":["../../../src/base/n3xus/N3xusAPI.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"N3xusAPI.js","sources":["../../../src/base/n3xus/N3xusAPI.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}