@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.
- package/README.md +216 -57
- package/dist/base/magic/MagicAPI.d.ts.map +1 -1
- package/dist/base/magic/MagicAPI.js +5 -3
- package/dist/base/magic/MagicAPI.js.map +1 -1
- package/dist/base/n3xus/N3xusAPI.d.ts +6 -4
- package/dist/base/n3xus/N3xusAPI.d.ts.map +1 -1
- package/dist/base/n3xus/N3xusAPI.js +94 -33
- package/dist/base/n3xus/N3xusAPI.js.map +1 -1
- package/dist/base/n3xus/types.d.ts +68 -25
- package/dist/base/n3xus/types.d.ts.map +1 -1
- package/dist/base/n3xus/types.js +1 -0
- package/dist/base/n3xus/types.js.map +1 -1
- package/dist/components/connected/connected.d.ts +33 -0
- package/dist/components/connected/connected.d.ts.map +1 -0
- package/dist/components/connected/connected.js +590 -0
- package/dist/components/connected/connected.js.map +1 -0
- package/dist/components/connected/index.d.ts +8 -0
- package/dist/components/connected/index.d.ts.map +1 -0
- package/dist/components/connected/index.js +6 -0
- package/dist/components/connected/index.js.map +1 -0
- package/dist/components/error-screen/error-screen.d.ts +4 -3
- package/dist/components/error-screen/error-screen.d.ts.map +1 -1
- package/dist/components/error-screen/error-screen.js +6 -11
- package/dist/components/error-screen/error-screen.js.map +1 -1
- package/dist/components/error-screen/index.d.ts +6 -1
- package/dist/components/error-screen/index.d.ts.map +1 -1
- package/dist/components/error-screen/index.js +6 -0
- package/dist/components/error-screen/index.js.map +1 -0
- package/dist/components/fan-pass-claim/fan-pass-claim.d.ts +39 -14
- package/dist/components/fan-pass-claim/fan-pass-claim.d.ts.map +1 -1
- package/dist/components/fan-pass-claim/fan-pass-claim.js +893 -318
- package/dist/components/fan-pass-claim/fan-pass-claim.js.map +1 -1
- package/dist/components/fan-pass-claim/index.d.ts +8 -2
- package/dist/components/fan-pass-claim/index.d.ts.map +1 -1
- package/dist/components/fan-pass-claim/index.js +6 -0
- package/dist/components/fan-pass-claim/index.js.map +1 -0
- package/dist/components/fan-pass-claim/types.d.ts +8 -0
- package/dist/components/fan-pass-claim/types.d.ts.map +1 -1
- package/dist/components/fan-pass-claim/types.js +10 -1
- package/dist/components/fan-pass-claim/types.js.map +1 -1
- package/dist/components/fan-pass-unlock/fan-pass-unlock.d.ts +31 -17
- package/dist/components/fan-pass-unlock/fan-pass-unlock.d.ts.map +1 -1
- package/dist/components/fan-pass-unlock/fan-pass-unlock.js +541 -198
- package/dist/components/fan-pass-unlock/fan-pass-unlock.js.map +1 -1
- package/dist/components/fan-pass-unlock/index.d.ts +8 -2
- package/dist/components/fan-pass-unlock/index.d.ts.map +1 -1
- package/dist/components/fan-pass-unlock/index.js +6 -0
- package/dist/components/fan-pass-unlock/index.js.map +1 -0
- package/dist/components/frame/frame.d.ts +1 -0
- package/dist/components/frame/frame.d.ts.map +1 -1
- package/dist/components/frame/frame.js +101 -37
- package/dist/components/frame/frame.js.map +1 -1
- package/dist/components/frame/index.d.ts +6 -1
- package/dist/components/frame/index.d.ts.map +1 -1
- package/dist/components/frame/index.js +6 -0
- package/dist/components/frame/index.js.map +1 -0
- package/dist/components/index.d.ts +6 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +11 -3
- package/dist/components/index.js.map +1 -1
- package/dist/components/login/index.d.ts +6 -1
- package/dist/components/login/index.d.ts.map +1 -1
- package/dist/components/login/index.js +6 -0
- package/dist/components/login/index.js.map +1 -0
- package/dist/components/login/login.d.ts +3 -3
- package/dist/components/login/login.d.ts.map +1 -1
- package/dist/components/login/login.js +98 -85
- package/dist/components/login/login.js.map +1 -1
- package/dist/components/login/types.d.ts +4 -0
- package/dist/components/login/types.d.ts.map +1 -1
- package/dist/components/mobile-pass/index.d.ts +8 -0
- package/dist/components/mobile-pass/index.d.ts.map +1 -0
- package/dist/components/mobile-pass/index.js +6 -0
- package/dist/components/mobile-pass/index.js.map +1 -0
- package/dist/components/mobile-pass/mobile-pass.d.ts +20 -0
- package/dist/components/mobile-pass/mobile-pass.d.ts.map +1 -0
- package/dist/components/mobile-pass/mobile-pass.js +150 -0
- package/dist/components/mobile-pass/mobile-pass.js.map +1 -0
- package/dist/constants/apis.d.ts.map +1 -1
- package/dist/constants/apis.js +0 -1
- package/dist/constants/apis.js.map +1 -1
- package/dist/constants/components.d.ts +1 -1
- package/dist/constants/components.d.ts.map +1 -1
- package/dist/constants/components.js +1 -1
- package/dist/controllers/LoginController.d.ts +35 -5
- package/dist/controllers/LoginController.d.ts.map +1 -1
- package/dist/controllers/LoginController.js +53 -31
- package/dist/controllers/LoginController.js.map +1 -1
- package/dist/docs/error-screen/designTokens.d.ts +1 -3
- package/dist/docs/error-screen/designTokens.d.ts.map +1 -1
- package/dist/docs/fan-pass-claim/designTokens.d.ts.map +1 -1
- package/dist/docs/fan-pass-claim/fan-pass-claim.stories.d.ts +1 -1
- package/dist/docs/fan-pass-claim/fan-pass-claim.stories.d.ts.map +1 -1
- package/dist/docs/fan-pass-unlock/designTokens.d.ts.map +1 -1
- package/dist/docs/fan-pass-unlock/fan-pass-unlock.stories.d.ts +1 -1
- package/dist/docs/fan-pass-unlock/fan-pass-unlock.stories.d.ts.map +1 -1
- package/dist/docs/login/designTokens.d.ts +1 -3
- package/dist/docs/login/designTokens.d.ts.map +1 -1
- package/dist/docs/login/login.stories.d.ts +1 -1
- package/dist/docs/login/login.stories.d.ts.map +1 -1
- package/dist/docs/mobile-pass/designTokens.d.ts +3 -0
- package/dist/docs/mobile-pass/designTokens.d.ts.map +1 -0
- package/dist/docs/mobile-pass/mobile-pass.stories.d.ts +6 -0
- package/dist/docs/mobile-pass/mobile-pass.stories.d.ts.map +1 -0
- package/dist/events/claim.d.ts +5 -4
- package/dist/events/claim.d.ts.map +1 -1
- package/dist/events/claim.js +2 -2
- package/dist/events/claim.js.map +1 -1
- package/dist/events/login.d.ts +11 -4
- package/dist/events/login.d.ts.map +1 -1
- package/dist/events/login.js +5 -4
- package/dist/events/login.js.map +1 -1
- package/dist/events/unlock.d.ts +16 -2
- package/dist/events/unlock.d.ts.map +1 -1
- package/dist/events/unlock.js +4 -2
- package/dist/events/unlock.js.map +1 -1
- package/dist/internal/CirkayElement.d.ts.map +1 -1
- package/dist/internal/CirkayElement.js +0 -2
- package/dist/internal/CirkayElement.js.map +1 -1
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js +9 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js.map +1 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/base.js +9 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/base.js.map +1 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js +10 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js.map +1 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/query.js +10 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/query.js.map +1 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js +10 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js.map +1 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js +11 -0
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js.map +1 -0
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.0/node_modules/@magic-sdk/types/dist/es/index.js +4 -0
- package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.0/node_modules/@magic-sdk/types/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.2/node_modules/@magic-sdk/types/dist/es/index.js +4 -0
- package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.2/node_modules/@magic-sdk/types/dist/es/index.js.map +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directive.js +9 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directive.js.map +1 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js +11 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js.map +1 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js +10 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js.map +1 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/style-map.js +11 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/style-map.js.map +1 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/unsafe-html.js +11 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/unsafe-html.js.map +1 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js +9 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js.map +1 -0
- package/dist/node_modules/.pnpm/magic-sdk@28.21.1/node_modules/magic-sdk/dist/es/index.js +9 -0
- package/dist/node_modules/.pnpm/magic-sdk@28.21.1/node_modules/magic-sdk/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/magic-sdk@29.0.6/node_modules/magic-sdk/dist/es/index.js +9 -0
- package/dist/node_modules/.pnpm/magic-sdk@29.0.6/node_modules/magic-sdk/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/normalize.js +169 -0
- package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/normalize.js.map +1 -0
- package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/querySelectorDeep.js +161 -0
- package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/querySelectorDeep.js.map +1 -0
- package/dist/utils/helpers.d.ts +26 -2
- package/dist/utils/helpers.d.ts.map +1 -1
- package/dist/utils/helpers.js +65 -7
- package/dist/utils/helpers.js.map +1 -1
- package/package.json +23 -15
- package/dist/_virtual/_commonjsHelpers.js +0 -6
- package/dist/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/_virtual/index.js +0 -8
- package/dist/_virtual/index.js.map +0 -1
- 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
- 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
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/adapters.js +0 -82
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/adapters.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/fetch.js +0 -230
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/fetch.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/xhr.js +0 -200
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/xhr.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js +0 -87
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CancelToken.js +0 -134
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CancelToken.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CanceledError.js +0 -24
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CanceledError.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/isCancel.js +0 -6
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/isCancel.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/Axios.js +0 -232
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/Axios.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosError.js +0 -102
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosError.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosHeaders.js +0 -301
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosHeaders.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/InterceptorManager.js +0 -70
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/InterceptorManager.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/buildFullPath.js +0 -22
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/buildFullPath.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/dispatchRequest.js +0 -82
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/dispatchRequest.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/mergeConfig.js +0 -107
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/mergeConfig.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/settle.js +0 -28
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/settle.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/transformData.js +0 -29
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/transformData.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/index.js +0 -160
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/index.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/transitional.js +0 -8
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/transitional.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/env/data.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/env/data.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -57
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -72
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/HttpStatusCode.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/bind.js +0 -8
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/bind.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js +0 -70
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/combineURLs.js +0 -16
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/combineURLs.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/composeSignals.js +0 -49
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/composeSignals.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/cookies.js +0 -44
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/cookies.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/formDataToJSON.js +0 -94
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/formDataToJSON.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -16
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAxiosError.js +0 -15
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAxiosError.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -17
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/null.js +0 -5
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/null.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseHeaders.js +0 -56
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseHeaders.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseProtocol.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/progressEventReducer.js +0 -47
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/progressEventReducer.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/resolveConfig.js +0 -59
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/resolveConfig.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/speedometer.js +0 -54
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/speedometer.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/spread.js +0 -29
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/spread.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/throttle.js +0 -45
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/throttle.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toFormData.js +0 -216
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toFormData.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/trackStream.js +0 -89
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/trackStream.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js +0 -100
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/Blob.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/FormData.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -6
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/index.js +0 -16
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/index.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/common/utils.js +0 -46
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/common/utils.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/index.js +0 -10
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/index.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/utils.js +0 -761
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/utils.js.map +0 -1
- package/dist/utils/settings.js.map +0 -1
- /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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
20
|
-
```
|
|
21
|
-
git clone git@github.com:Push-Entertainment/push-web-components.git
|
|
22
|
-
```
|
|
21
|
+
### Modular Bundle (ES Modules)
|
|
23
22
|
|
|
24
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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
|
-
|
|
39
|
-
|
|
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
|
-
|
|
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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
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
|
-
|
|
166
|
+
## Event Handling
|
|
53
167
|
|
|
54
|
-
|
|
168
|
+
Example of handling events:
|
|
55
169
|
|
|
56
|
-
```
|
|
57
|
-
|
|
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
|
-
|
|
182
|
+
## Bundle Types
|
|
61
183
|
|
|
62
|
-
```
|
|
63
|
-
<script async type="module" src="path-to-component-modules/app.js">
|
|
64
|
-
```
|
|
65
184
|
|
|
66
|
-
|
|
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
|
-
|
|
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
|
-
|
|
81
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
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;
|
|
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
|
|
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":";;;
|
|
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
|
-
|
|
8
|
-
checkWalletForNft(didToken: string): Promise<AccessCheckData>;
|
|
9
|
-
mint(didToken: string, issuanceCode
|
|
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,
|
|
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
|
-
|
|
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
|
|
26
|
+
async checkIssueStatus(issueId, redeemCode) {
|
|
25
27
|
try {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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":";;;
|
|
1
|
+
{"version":3,"file":"N3xusAPI.js","sources":["../../../src/base/n3xus/N3xusAPI.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|