@saasquatch/mint-components 1.15.0-26 → 1.15.0-28
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/dist/cjs/{GenericTableView-f0e9c531.js → GenericTableView-70fcd3db.js} +1 -1
- package/dist/cjs/{ShadowViewAddon-4f5cbce7.js → ShadowViewAddon-b4213186.js} +4 -4
- package/dist/cjs/{copy-text-view-b2f47da0.js → copy-text-view-59e77f71.js} +1 -1
- package/dist/cjs/{email-registration-view-55b378dc.js → email-registration-view-6f4a800d.js} +1 -1
- package/dist/cjs/{global-4ab5c243.js → global-60787e76.js} +15 -3
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{mixins-f7e0377a.js → mixins-6fa0d774.js} +2 -2
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +5 -5
- package/dist/cjs/{sqm-base-registration-form-view-1b2440c3.js → sqm-base-registration-form-view-6601acfb.js} +2 -2
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-close-button-view-ea3fa23b.js → sqm-close-button-view-bbdca8fe.js} +1 -1
- package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
- package/dist/cjs/sqm-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-invoice-table-view-687660b2.js → sqm-invoice-table-view-69e42ea2.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-navigation-sidebar-item-view-5dfd2b52.js → sqm-navigation-sidebar-item-view-ef8eab4b.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +3 -3
- package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-4d1e6c4a.js → sqm-portal-email-verification-view-d18e1bf0.js} +3 -3
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-forgot-password-view-b986086e.js → sqm-portal-forgot-password-view-a19cd7b6.js} +24 -17
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +25 -4
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-login-view-84e99287.js → sqm-portal-login-view-0c11ca85.js} +2 -2
- package/dist/cjs/{sqm-portal-profile-view-d9dd5455.js → sqm-portal-profile-view-7e9653c7.js} +2 -2
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-registration-form-view-4377d849.js → sqm-portal-registration-form-view-61fa6fb9.js} +2 -2
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-reset-password-view-52fc50fe.js → sqm-portal-reset-password-view-408362b7.js} +2 -2
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-verify-email-view-4f837226.js → sqm-portal-verify-email-view-2acfa811.js} +2 -2
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +4 -4
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +3 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +19 -19
- package/dist/cjs/sqm-text-span-view-ce4c0178.js +63 -0
- package/dist/cjs/sqm-text-span.cjs.entry.js +4 -4
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +1 -1
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +22 -15
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +95 -2
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +44 -43
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +51 -2
- package/dist/collection/global/mixins.js +2 -2
- package/dist/collection/global/styles.js +15 -3
- package/dist/collection/global/styles.ts +15 -3
- package/dist/esm/{GenericTableView-e7addb2b.js → GenericTableView-109ac7aa.js} +1 -1
- package/dist/esm/{ShadowViewAddon-74c0a5d5.js → ShadowViewAddon-05c5c503.js} +4 -4
- package/dist/esm/{copy-text-view-0ac6e1d1.js → copy-text-view-712b9f19.js} +1 -1
- package/dist/esm/{email-registration-view-a7818cf2.js → email-registration-view-f560023c.js} +1 -1
- package/dist/esm/{global-49d89f5f.js → global-20b3681d.js} +15 -3
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{mixins-83f90fa1.js → mixins-80aea3aa.js} +2 -2
- package/dist/esm/sqm-banking-info-form_17.entry.js +5 -5
- package/dist/esm/{sqm-base-registration-form-view-31f1cb87.js → sqm-base-registration-form-view-fc2e475f.js} +2 -2
- package/dist/esm/sqm-big-stat_41.entry.js +6 -6
- package/dist/esm/{sqm-close-button-view-f9819751.js → sqm-close-button-view-df55f036.js} +1 -1
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-email-verification.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +2 -2
- package/dist/esm/{sqm-invoice-table-view-5f911636.js → sqm-invoice-table-view-4c6808a7.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/{sqm-navigation-sidebar-item-view-9cc0f695.js → sqm-navigation-sidebar-item-view-b398cd7c.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
- package/dist/esm/sqm-pagination_3.entry.js +3 -3
- package/dist/esm/sqm-password-field.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-e7335617.js → sqm-portal-email-verification-view-2a1e7f90.js} +3 -3
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/{sqm-portal-forgot-password-view-50444a7c.js → sqm-portal-forgot-password-view-164d24cd.js} +24 -17
- package/dist/esm/sqm-portal-forgot-password.entry.js +25 -4
- package/dist/esm/sqm-portal-google-login.entry.js +3 -3
- package/dist/esm/sqm-portal-google-registration-form.entry.js +4 -4
- package/dist/esm/{sqm-portal-login-view-37c85d04.js → sqm-portal-login-view-615e2527.js} +2 -2
- package/dist/esm/{sqm-portal-profile-view-ec645fff.js → sqm-portal-profile-view-94150971.js} +2 -2
- package/dist/esm/sqm-portal-profile.entry.js +3 -3
- package/dist/esm/{sqm-portal-registration-form-view-21d57492.js → sqm-portal-registration-form-view-48473fa9.js} +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +3 -3
- package/dist/esm/{sqm-portal-reset-password-view-b000ffc5.js → sqm-portal-reset-password-view-19d6cf38.js} +2 -2
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/{sqm-portal-verify-email-view-2983ba9b.js → sqm-portal-verify-email-view-7917948f.js} +2 -2
- package/dist/esm/sqm-portal-verify-email.entry.js +3 -3
- package/dist/esm/sqm-referral-table_11.entry.js +4 -4
- package/dist/esm/sqm-referred-registration.entry.js +2 -2
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +3 -3
- package/dist/esm/sqm-stencilbook.entry.js +19 -19
- package/dist/esm/sqm-text-span-view-cd3902e5.js +61 -0
- package/dist/esm/sqm-text-span.entry.js +4 -4
- package/dist/esm-es5/{GenericTableView-e7addb2b.js → GenericTableView-109ac7aa.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-74c0a5d5.js → ShadowViewAddon-05c5c503.js} +1 -1
- package/dist/esm-es5/{copy-text-view-0ac6e1d1.js → copy-text-view-712b9f19.js} +1 -1
- package/dist/esm-es5/{email-registration-view-a7818cf2.js → email-registration-view-f560023c.js} +1 -1
- package/dist/esm-es5/{global-49d89f5f.js → global-20b3681d.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mixins-83f90fa1.js → mixins-80aea3aa.js} +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/{sqm-base-registration-form-view-31f1cb87.js → sqm-base-registration-form-view-fc2e475f.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/esm-es5/{sqm-close-button-view-f9819751.js → sqm-close-button-view-df55f036.js} +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-5f911636.js → sqm-invoice-table-view-4c6808a7.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-9cc0f695.js → sqm-navigation-sidebar-item-view-b398cd7c.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-e7335617.js → sqm-portal-email-verification-view-2a1e7f90.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-164d24cd.js +1 -0
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-login-view-37c85d04.js → sqm-portal-login-view-615e2527.js} +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-ec645fff.js → sqm-portal-profile-view-94150971.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-registration-form-view-21d57492.js → sqm-portal-registration-form-view-48473fa9.js} +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-reset-password-view-b000ffc5.js → sqm-portal-reset-password-view-19d6cf38.js} +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-verify-email-view-2983ba9b.js → sqm-portal-verify-email-view-7917948f.js} +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span-view-cd3902e5.js +1 -0
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/mint-components/global/styles.ts +15 -3
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-6055eb4c.system.js → p-02887eb2.system.js} +1 -1
- package/dist/mint-components/{p-f2d8d3d3.system.entry.js → p-034340bb.system.entry.js} +1 -1
- package/dist/mint-components/{p-1a6b7d2a.entry.js → p-039c0f4b.entry.js} +1 -1
- package/dist/mint-components/{p-4428294b.entry.js → p-0697142e.entry.js} +1 -1
- package/dist/mint-components/{p-b44e4a90.system.entry.js → p-09f3ad1c.system.entry.js} +1 -1
- package/dist/mint-components/{p-428657fc.system.js → p-0fbd7e31.system.js} +1 -1
- package/dist/mint-components/{p-cd1d497f.system.js → p-10f10832.system.js} +1 -1
- package/dist/mint-components/{p-164a9103.system.entry.js → p-11cd162e.system.entry.js} +1 -1
- package/dist/mint-components/{p-69ac09d4.js → p-194e1adb.js} +1 -1
- package/dist/mint-components/{p-4a3359aa.entry.js → p-1d563d73.entry.js} +1 -1
- package/dist/mint-components/p-1ea6b66a.system.entry.js +1 -0
- package/dist/mint-components/{p-bd2a2546.system.js → p-2257467f.system.js} +1 -1
- package/dist/mint-components/{p-217514ac.system.js → p-2e8c9fc4.system.js} +1 -1
- package/dist/mint-components/{p-1b1df279.system.entry.js → p-31a053b0.system.entry.js} +1 -1
- package/dist/mint-components/{p-f4a8ee29.system.entry.js → p-3432bbf4.system.entry.js} +1 -1
- package/dist/mint-components/{p-4d213278.entry.js → p-34fb5a0d.entry.js} +1 -1
- package/dist/mint-components/{p-605c2904.system.entry.js → p-36b92706.system.entry.js} +1 -1
- package/dist/mint-components/{p-345fd28e.system.entry.js → p-37f798dc.system.entry.js} +1 -1
- package/dist/mint-components/{p-dc52c36a.js → p-3c770512.js} +1 -1
- package/dist/mint-components/{p-0559d880.entry.js → p-3cb4940a.entry.js} +1 -1
- package/dist/mint-components/{p-2b462e4f.system.entry.js → p-3e4e74a2.system.entry.js} +1 -1
- package/dist/mint-components/{p-6fc333f1.js → p-3fc4ce91.js} +1 -1
- package/dist/mint-components/{p-71166ab2.entry.js → p-4210d419.entry.js} +2 -2
- package/dist/mint-components/{p-ccf8c9aa.entry.js → p-4270f282.entry.js} +1 -1
- package/dist/mint-components/{p-e9458955.system.entry.js → p-43581b07.system.entry.js} +1 -1
- package/dist/mint-components/{p-e330b597.system.entry.js → p-451ae1bb.system.entry.js} +1 -1
- package/dist/mint-components/{p-1caef0b4.system.entry.js → p-45ff36ff.system.entry.js} +1 -1
- package/dist/mint-components/{p-321350ef.entry.js → p-4916d8f0.entry.js} +1 -1
- package/dist/mint-components/{p-fd0a013f.entry.js → p-4b42b756.entry.js} +1 -1
- package/dist/mint-components/{p-7c735584.entry.js → p-4fca2639.entry.js} +1 -1
- package/dist/mint-components/{p-e145e4f8.js → p-57b76c52.js} +1 -1
- package/dist/mint-components/{p-7e3a84bc.js → p-59614549.js} +1 -1
- package/dist/mint-components/{p-aaff68dc.entry.js → p-5d2e9ede.entry.js} +1 -1
- package/dist/mint-components/{p-00ed4c2e.entry.js → p-6d446bee.entry.js} +1 -1
- package/dist/mint-components/{p-cd033831.entry.js → p-6e283803.entry.js} +2 -2
- package/dist/mint-components/{p-d2d4ee35.js → p-6e3cfb74.js} +1 -1
- package/dist/mint-components/p-72486247.entry.js +13 -0
- package/dist/mint-components/p-73bbefe3.system.js +1 -0
- package/dist/mint-components/p-74afdafb.system.js +1 -0
- package/dist/mint-components/{p-2028c4d1.system.entry.js → p-7665c5e7.system.entry.js} +1 -1
- package/dist/mint-components/{p-8f8e872f.system.entry.js → p-891a29a5.system.entry.js} +1 -1
- package/dist/mint-components/{p-82f58614.system.js → p-8adc5a02.system.js} +1 -1
- package/dist/mint-components/{p-e21a1cb8.system.entry.js → p-8c5b8d32.system.entry.js} +1 -1
- package/dist/mint-components/p-8feb4180.entry.js +1 -0
- package/dist/mint-components/{p-16c16702.js → p-90299abd.js} +1 -1
- package/dist/mint-components/{p-d1217171.entry.js → p-90523780.entry.js} +1 -1
- package/dist/mint-components/{p-2c7ebd5b.js → p-943a57d0.js} +1 -1
- package/dist/mint-components/{p-ac9f4085.system.entry.js → p-94d8b414.system.entry.js} +1 -1
- package/dist/mint-components/p-9acf0b39.system.entry.js +1 -0
- package/dist/mint-components/{p-20245645.js → p-9b1b6467.js} +1 -1
- package/dist/mint-components/{p-6056cbaf.system.entry.js → p-9ca56cd9.system.entry.js} +1 -1
- package/dist/mint-components/{p-32dbde60.system.js → p-9d4eb7ce.system.js} +1 -1
- package/dist/mint-components/{p-919ed398.js → p-9db56a9a.js} +4 -4
- package/dist/mint-components/{p-71d7c2a0.system.js → p-9e9a95e2.system.js} +1 -1
- package/dist/mint-components/{p-86734f4d.system.entry.js → p-9f2dc51a.system.entry.js} +1 -1
- package/dist/mint-components/{p-775f3ded.entry.js → p-9fc42f1e.entry.js} +1 -1
- package/dist/mint-components/{p-6c8b146b.js → p-a0b62e2a.js} +1 -1
- package/dist/mint-components/p-a25f7ff1.js +1 -0
- package/dist/mint-components/{p-4b6f2eca.system.entry.js → p-a719e9a9.system.entry.js} +1 -1
- package/dist/mint-components/{p-87c21535.entry.js → p-a8696251.entry.js} +1 -1
- package/dist/mint-components/{p-dbec319d.system.js → p-a9b198da.system.js} +1 -1
- package/dist/mint-components/{p-0f442658.entry.js → p-b00f5857.entry.js} +1 -1
- package/dist/mint-components/{p-8e7e6aa3.entry.js → p-b7b2282b.entry.js} +2 -2
- package/dist/mint-components/{p-aa541ea5.system.entry.js → p-be124f5d.system.entry.js} +1 -1
- package/dist/mint-components/{p-2db3817c.system.js → p-be525290.system.js} +1 -1
- package/dist/mint-components/{p-ecea4994.js → p-c0bd9331.js} +1 -1
- package/dist/mint-components/{p-b43d3413.system.js → p-c10c43f3.system.js} +1 -1
- package/dist/mint-components/{p-9f35f2b5.system.entry.js → p-c6784165.system.entry.js} +1 -1
- package/dist/mint-components/{p-df89186f.system.js → p-cc496397.system.js} +1 -1
- package/dist/mint-components/p-cfae3300.js +1 -0
- package/dist/mint-components/p-d0dc29bf.system.js +1 -0
- package/dist/mint-components/{p-2dca9e1a.system.js → p-d2290472.system.js} +1 -1
- package/dist/mint-components/{p-3af1ec4c.entry.js → p-d96451d7.entry.js} +1 -1
- package/dist/mint-components/{p-92816d1f.js → p-dcb57f85.js} +1 -1
- package/dist/mint-components/{p-8c494bf1.js → p-e0394452.js} +1 -1
- package/dist/mint-components/{p-79ae13db.entry.js → p-e1087b05.entry.js} +1 -1
- package/dist/mint-components/p-e309a219.js +1 -0
- package/dist/mint-components/p-e48b9f83.entry.js +1 -0
- package/dist/mint-components/{p-b5fb3826.system.js → p-e6be740f.system.js} +1 -1
- package/dist/mint-components/{p-571e1427.system.js → p-e7db1883.system.js} +1 -1
- package/dist/mint-components/{p-35b475bf.js → p-eda2bc90.js} +1 -1
- package/dist/mint-components/{p-50a5bef7.system.entry.js → p-f1bfe49a.system.entry.js} +1 -1
- package/dist/mint-components/{p-e2a7cf0e.system.js → p-f6a81bcb.system.js} +1 -1
- package/dist/mint-components/{p-e55abf51.entry.js → p-fae144af.entry.js} +1 -1
- package/dist/mint-components/{p-42187319.system.entry.js → p-fb6c614c.system.entry.js} +1 -1
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +3 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +7 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +15 -0
- package/dist/types/components/sqm-text-span/sqm-text-span-view.d.ts +4 -2
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +13 -1
- package/dist/types/components.d.ts +54 -0
- package/dist/types/global/mixins.d.ts +6 -6
- package/dist/types/global/styles.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/sqm-text-span-view-56e48a78.js +0 -62
- package/dist/esm/sqm-text-span-view-c577cc60.js +0 -60
- package/dist/esm-es5/sqm-portal-forgot-password-view-50444a7c.js +0 -1
- package/dist/esm-es5/sqm-text-span-view-c577cc60.js +0 -1
- package/dist/mint-components/p-10976420.entry.js +0 -13
- package/dist/mint-components/p-2e110002.system.js +0 -1
- package/dist/mint-components/p-3b90cd83.system.js +0 -1
- package/dist/mint-components/p-49206a9c.entry.js +0 -1
- package/dist/mint-components/p-5dbe8b0a.system.js +0 -1
- package/dist/mint-components/p-802b9f7e.entry.js +0 -1
- package/dist/mint-components/p-8053366e.system.entry.js +0 -1
- package/dist/mint-components/p-91521e9d.js +0 -1
- package/dist/mint-components/p-ccb5699b.js +0 -1
- package/dist/mint-components/p-eab1c9f3.js +0 -1
- package/dist/mint-components/p-f2228da3.system.entry.js +0 -1
|
@@ -8,8 +8,8 @@ const index_module = require('./index.module-ee84433d.js');
|
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
const utils = require('./utils-6847bc06.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
|
-
require('./mixins-
|
|
12
|
-
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-
|
|
11
|
+
require('./mixins-6fa0d774.js');
|
|
12
|
+
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-ef8eab4b.js');
|
|
13
13
|
|
|
14
14
|
function useNavigationSidebarItem(props) {
|
|
15
15
|
const currentPage = index_module.kn();
|
|
@@ -4,14 +4,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-3a336b0f.js');
|
|
7
|
-
const global = require('./global-
|
|
7
|
+
const global = require('./global-60787e76.js');
|
|
8
8
|
const index_module = require('./index.module-ee84433d.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
const useReferralCodes = require('./useReferralCodes-82e8797b.js');
|
|
13
|
-
require('./mixins-
|
|
14
|
-
const copyTextView = require('./copy-text-view-
|
|
13
|
+
require('./mixins-6fa0d774.js');
|
|
14
|
+
const copyTextView = require('./copy-text-view-59e77f71.js');
|
|
15
15
|
|
|
16
16
|
const style = {
|
|
17
17
|
Container: {
|
|
@@ -8,7 +8,7 @@ const index_module = require('./index.module-ee84433d.js');
|
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
const utils = require('./utils-6847bc06.js');
|
|
10
10
|
const JSS = require('./JSS-8503a151.js');
|
|
11
|
-
const mixins = require('./mixins-
|
|
11
|
+
const mixins = require('./mixins-6fa0d774.js');
|
|
12
12
|
const useRegistrationFormState = require('./useRegistrationFormState-7b820f0c.js');
|
|
13
13
|
|
|
14
14
|
var constants = {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a29c60ef.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-60787e76.js');
|
|
5
5
|
const JSS = require('./JSS-8503a151.js');
|
|
6
|
-
const mixins = require('./mixins-
|
|
7
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
6
|
+
const mixins = require('./mixins-6fa0d774.js');
|
|
7
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
8
8
|
|
|
9
9
|
const style = {
|
|
10
10
|
Wrapper: mixins.AuthWrapper,
|
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-3a336b0f.js');
|
|
7
|
-
require('./global-
|
|
7
|
+
require('./global-60787e76.js');
|
|
8
8
|
const index_module = require('./index.module-ee84433d.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
|
-
require('./mixins-
|
|
12
|
-
require('./sqm-text-span-view-
|
|
13
|
-
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-
|
|
11
|
+
require('./mixins-6fa0d774.js');
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-d18e1bf0.js');
|
|
14
14
|
|
|
15
15
|
function usePortalEmailVerification(props) {
|
|
16
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a29c60ef.js');
|
|
4
|
+
const index_module = require('./index.module-ee84433d.js');
|
|
4
5
|
const JSS = require('./JSS-8503a151.js');
|
|
5
|
-
const mixins = require('./mixins-
|
|
6
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
6
|
+
const mixins = require('./mixins-6fa0d774.js');
|
|
7
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
7
8
|
|
|
8
|
-
const style = {
|
|
9
|
-
Wrapper: mixins.AuthWrapper,
|
|
10
|
-
Column: { ...mixins.AuthColumn },
|
|
11
|
-
ButtonsContainer: mixins.AuthButtonsContainer,
|
|
12
|
-
SecondaryButton: {
|
|
13
|
-
cursor: "pointer",
|
|
14
|
-
width: "25%",
|
|
15
|
-
},
|
|
16
|
-
};
|
|
17
9
|
const vanillaStyle = `
|
|
18
10
|
:host {
|
|
19
11
|
display: block;
|
|
@@ -22,15 +14,30 @@ const vanillaStyle = `
|
|
|
22
14
|
display: none;
|
|
23
15
|
}
|
|
24
16
|
`;
|
|
25
|
-
const sheet = JSS.createStyleSheet(style);
|
|
26
|
-
const styleString = sheet.toString();
|
|
27
17
|
function PortalForgotPasswordView(props) {
|
|
28
|
-
const { states, callbacks, content } = props;
|
|
29
|
-
|
|
18
|
+
const { states, callbacks, content, styles } = props;
|
|
19
|
+
const style = {
|
|
20
|
+
FormWrapper: {
|
|
21
|
+
...mixins.AuthWrapper,
|
|
22
|
+
background: styles.backgroundColor,
|
|
23
|
+
borderRadius: styles.borderRadius,
|
|
24
|
+
border: styles.border,
|
|
25
|
+
},
|
|
26
|
+
Column: { ...mixins.AuthColumn },
|
|
27
|
+
ButtonsContainer: mixins.AuthButtonsContainer,
|
|
28
|
+
SecondaryButton: {
|
|
29
|
+
margin: "auto",
|
|
30
|
+
display: "block",
|
|
31
|
+
cursor: "pointer",
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
const sheet = JSS.createStyleSheet(style);
|
|
35
|
+
const styleString = sheet.toString();
|
|
36
|
+
return (index.h("div", { class: sheet.classes.FormWrapper, part: "sqm-base" },
|
|
30
37
|
index.h("style", { type: "text/css" },
|
|
31
38
|
vanillaStyle,
|
|
32
39
|
styleString),
|
|
33
|
-
index.h(sqmTextSpanView.TextSpanView, { type: "h3" }, content.messageSlot),
|
|
40
|
+
index.h(sqmTextSpanView.TextSpanView, { textColor: styles.textColor, type: "h3" }, content.messageSlot),
|
|
34
41
|
index.h("sl-form", { class: sheet.classes.Column, "onSl-submit": callbacks.submit },
|
|
35
42
|
props.states.error && (index.h("sqm-form-message", { type: "error", exportparts: "erroralert-icon" },
|
|
36
43
|
index.h("div", { part: "erroralert-text" }, props.states.error))),
|
|
@@ -39,7 +46,7 @@ function PortalForgotPasswordView(props) {
|
|
|
39
46
|
index.h("sl-input", { exportparts: "label: input-label, base: input-base", type: "email", name: "/email", label: content.emailLabel || "Email", disabled: states.loading, required: true }),
|
|
40
47
|
index.h("div", { class: sheet.classes.ButtonsContainer },
|
|
41
48
|
index.h("sl-button", { submit: true, loading: states.loading, exportparts: "base: primarybutton-base", type: "primary" }, content.submitLabel || "Reset Password"),
|
|
42
|
-
index.h("
|
|
49
|
+
index.h("sl-button", { type: "text", exportparts: "base: tertiarybutton-base", class: sheet.classes.SecondaryButton, disabled: states.loading, onClick: () => index_module.jn.push(states.loginPath) }, content.loginText)))));
|
|
43
50
|
}
|
|
44
51
|
|
|
45
52
|
exports.PortalForgotPasswordView = PortalForgotPasswordView;
|
|
@@ -8,9 +8,9 @@ const index_module = require('./index.module-ee84433d.js');
|
|
|
8
8
|
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
|
-
require('./mixins-
|
|
12
|
-
require('./sqm-text-span-view-
|
|
13
|
-
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-
|
|
11
|
+
require('./mixins-6fa0d774.js');
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
|
+
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-a19cd7b6.js');
|
|
14
14
|
|
|
15
15
|
function usePortalForgotPassword(props) {
|
|
16
16
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
@@ -98,6 +98,21 @@ const PortalForgotPassword = class {
|
|
|
98
98
|
* @uiName Email verification sent text
|
|
99
99
|
*/
|
|
100
100
|
this.successAlertText = "If an account with that email exists, a password reset email will be sent.";
|
|
101
|
+
/**
|
|
102
|
+
* @uiName Background color
|
|
103
|
+
* @uiWidget color
|
|
104
|
+
*/
|
|
105
|
+
this.backgroundColor = "var(--sqm-portal-background, #ffffff)";
|
|
106
|
+
/**
|
|
107
|
+
* @uiName Border radius
|
|
108
|
+
* @uiWidget number
|
|
109
|
+
*/
|
|
110
|
+
this.borderRadius = "var(--sqm-border-radius-normal)";
|
|
111
|
+
/**
|
|
112
|
+
* @uiName Border style
|
|
113
|
+
* @uiWidget textArea
|
|
114
|
+
*/
|
|
115
|
+
this.border = "1px solid var(--sqm-border-color, var(--sqm-text), #eaeaea)";
|
|
101
116
|
stencilHooks_module.h$1(this);
|
|
102
117
|
}
|
|
103
118
|
disconnectedCallback() { }
|
|
@@ -111,8 +126,14 @@ const PortalForgotPassword = class {
|
|
|
111
126
|
emailLabel: this.emailLabel,
|
|
112
127
|
submitLabel: this.submitLabel,
|
|
113
128
|
successAlertText: this.successAlertText,
|
|
129
|
+
loginText: this.loginText,
|
|
130
|
+
};
|
|
131
|
+
const styles = {
|
|
132
|
+
backgroundColor: this.backgroundColor,
|
|
133
|
+
borderRadius: this.borderRadius,
|
|
134
|
+
border: this.border,
|
|
114
135
|
};
|
|
115
|
-
return (index.h(sqmPortalForgotPasswordView.PortalForgotPasswordView, { states: states, callbacks: callbacks, content: content }));
|
|
136
|
+
return (index.h(sqmPortalForgotPasswordView.PortalForgotPasswordView, { states: states, callbacks: callbacks, content: content, styles: styles }));
|
|
116
137
|
}
|
|
117
138
|
};
|
|
118
139
|
function usePortalForgotPasswordDemo(props) {
|
|
@@ -9,9 +9,9 @@ require('./jsonpointer-11327262.js');
|
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./utils-6847bc06.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
|
-
require('./mixins-
|
|
13
|
-
require('./sqm-text-span-view-
|
|
14
|
-
const sqmPortalLoginView = require('./sqm-portal-login-view-
|
|
12
|
+
require('./mixins-6fa0d774.js');
|
|
13
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
14
|
+
const sqmPortalLoginView = require('./sqm-portal-login-view-0c11ca85.js');
|
|
15
15
|
const usePortalLogin = require('./usePortalLogin-63d896d1.js');
|
|
16
16
|
|
|
17
17
|
const PortalGoogleLogin = class {
|
|
@@ -8,11 +8,11 @@ const index_module = require('./index.module-ee84433d.js');
|
|
|
8
8
|
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
const JSS = require('./JSS-8503a151.js');
|
|
11
|
-
require('./mixins-
|
|
12
|
-
require('./sqm-text-span-view-
|
|
11
|
+
require('./mixins-6fa0d774.js');
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
13
|
const useRegistrationFormState = require('./useRegistrationFormState-7b820f0c.js');
|
|
14
|
-
const sqmBaseRegistrationFormView = require('./sqm-base-registration-form-view-
|
|
15
|
-
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-
|
|
14
|
+
const sqmBaseRegistrationFormView = require('./sqm-base-registration-form-view-6601acfb.js');
|
|
15
|
+
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-61fa6fb9.js');
|
|
16
16
|
require('./AsYouType-6788393a.js');
|
|
17
17
|
const usePortalRegistrationForm = require('./usePortalRegistrationForm-f25d89e7.js');
|
|
18
18
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a29c60ef.js');
|
|
4
4
|
const JSS = require('./JSS-8503a151.js');
|
|
5
|
-
const mixins = require('./mixins-
|
|
6
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
5
|
+
const mixins = require('./mixins-6fa0d774.js');
|
|
6
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
7
7
|
|
|
8
8
|
const style = {
|
|
9
9
|
Wrapper: mixins.AuthWrapper,
|
package/dist/cjs/{sqm-portal-profile-view-d9dd5455.js → sqm-portal-profile-view-7e9653c7.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a29c60ef.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-60787e76.js');
|
|
5
5
|
const JSS = require('./JSS-8503a151.js');
|
|
6
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
6
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
7
7
|
|
|
8
8
|
function PortalProfileView(props) {
|
|
9
9
|
var _a, _b, _c, _d, _e;
|
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-3a336b0f.js');
|
|
7
|
-
require('./global-
|
|
7
|
+
require('./global-60787e76.js');
|
|
8
8
|
const index_module = require('./index.module-ee84433d.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
|
-
require('./sqm-text-span-view-
|
|
13
|
-
const sqmPortalProfileView = require('./sqm-portal-profile-view-
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
|
+
const sqmPortalProfileView = require('./sqm-portal-profile-view-7e9653c7.js');
|
|
14
14
|
const utilities = require('./utilities-78f5e169.js');
|
|
15
15
|
|
|
16
16
|
const GET_USER = index_module.dist.gql `
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a29c60ef.js');
|
|
4
4
|
const JSS = require('./JSS-8503a151.js');
|
|
5
|
-
const mixins = require('./mixins-
|
|
6
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
5
|
+
const mixins = require('./mixins-6fa0d774.js');
|
|
6
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
7
7
|
|
|
8
8
|
const style = {
|
|
9
9
|
Wrapper: mixins.AuthWrapper,
|
|
@@ -8,10 +8,10 @@ const index_module = require('./index.module-ee84433d.js');
|
|
|
8
8
|
require('./jsonpointer-11327262.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
|
-
require('./mixins-
|
|
12
|
-
require('./sqm-text-span-view-
|
|
11
|
+
require('./mixins-6fa0d774.js');
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
13
|
require('./useRegistrationFormState-7b820f0c.js');
|
|
14
|
-
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-
|
|
14
|
+
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-61fa6fb9.js');
|
|
15
15
|
require('./AsYouType-6788393a.js');
|
|
16
16
|
const usePortalRegistrationForm = require('./usePortalRegistrationForm-f25d89e7.js');
|
|
17
17
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a29c60ef.js');
|
|
4
4
|
const JSS = require('./JSS-8503a151.js');
|
|
5
|
-
const mixins = require('./mixins-
|
|
6
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
5
|
+
const mixins = require('./mixins-6fa0d774.js');
|
|
6
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
7
7
|
|
|
8
8
|
const style = {
|
|
9
9
|
Wrapper: mixins.AuthWrapper,
|
|
@@ -9,9 +9,9 @@ const jsonpointer = require('./jsonpointer-11327262.js');
|
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
|
-
require('./mixins-
|
|
13
|
-
require('./sqm-text-span-view-
|
|
14
|
-
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-
|
|
12
|
+
require('./mixins-6fa0d774.js');
|
|
13
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
14
|
+
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-408362b7.js');
|
|
15
15
|
|
|
16
16
|
function usePortalResetPassword(props) {
|
|
17
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a29c60ef.js');
|
|
4
4
|
const JSS = require('./JSS-8503a151.js');
|
|
5
|
-
const mixins = require('./mixins-
|
|
6
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
5
|
+
const mixins = require('./mixins-6fa0d774.js');
|
|
6
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
7
7
|
|
|
8
8
|
const style = {
|
|
9
9
|
Wrapper: mixins.AuthWrapper,
|
|
@@ -8,9 +8,9 @@ const index_module = require('./index.module-ee84433d.js');
|
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
const utils = require('./utils-6847bc06.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
|
-
require('./mixins-
|
|
12
|
-
require('./sqm-text-span-view-
|
|
13
|
-
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-
|
|
11
|
+
require('./mixins-6fa0d774.js');
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
|
+
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-2acfa811.js');
|
|
14
14
|
|
|
15
15
|
let globalPromise = null;
|
|
16
16
|
function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyEmailText, verifyInvalidText, networkErrorMessage, continueText, }) {
|
|
@@ -4,19 +4,19 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-3a336b0f.js');
|
|
7
|
-
const global = require('./global-
|
|
7
|
+
const global = require('./global-60787e76.js');
|
|
8
8
|
const index_module = require('./index.module-ee84433d.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
|
-
require('./mixins-
|
|
13
|
-
const GenericTableView = require('./GenericTableView-
|
|
12
|
+
require('./mixins-6fa0d774.js');
|
|
13
|
+
const GenericTableView = require('./GenericTableView-70fcd3db.js');
|
|
14
14
|
const reRender = require('./re-render-b324deab.js');
|
|
15
15
|
const useChildElements = require('./useChildElements-1b35d945.js');
|
|
16
16
|
const luxon = require('./luxon-2926d85f.js');
|
|
17
17
|
const mockRewardData = require('./mockRewardData-272e22d6.js');
|
|
18
18
|
const useReferralTable = require('./useReferralTable-7c3f9600.js');
|
|
19
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
19
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
20
20
|
|
|
21
21
|
const mockReferralData = (count = 4) => {
|
|
22
22
|
const data = [...Array(count)].map(() => getMockData());
|
|
@@ -8,8 +8,8 @@ const index_module = require('./index.module-ee84433d.js');
|
|
|
8
8
|
require('./jsonpointer-11327262.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
|
-
require('./mixins-
|
|
12
|
-
const emailRegistrationView = require('./email-registration-view-
|
|
11
|
+
require('./mixins-6fa0d774.js');
|
|
12
|
+
const emailRegistrationView = require('./email-registration-view-6f4a800d.js');
|
|
13
13
|
require('./useRegistrationFormState-7b820f0c.js');
|
|
14
14
|
const useInstantAccessRegistration = require('./useInstantAccessRegistration-0537e28e.js');
|
|
15
15
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-3a336b0f.js');
|
|
7
7
|
require('./JSS-8503a151.js');
|
|
8
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
8
|
+
const sqmTextSpanView = require('./sqm-text-span-view-ce4c0178.js');
|
|
9
9
|
|
|
10
10
|
const RewardTableCustomerNoteCell = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-3a336b0f.js');
|
|
7
|
-
const global = require('./global-
|
|
7
|
+
const global = require('./global-60787e76.js');
|
|
8
8
|
const index_module = require('./index.module-ee84433d.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
|
-
require('./mixins-
|
|
13
|
-
const GenericTableView = require('./GenericTableView-
|
|
12
|
+
require('./mixins-6fa0d774.js');
|
|
13
|
+
const GenericTableView = require('./GenericTableView-70fcd3db.js');
|
|
14
14
|
const reRender = require('./re-render-b324deab.js');
|
|
15
15
|
const useChildElements = require('./useChildElements-1b35d945.js');
|
|
16
16
|
const luxon = require('./luxon-2926d85f.js');
|
|
@@ -4,40 +4,40 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-3a336b0f.js');
|
|
7
|
-
require('./global-
|
|
7
|
+
require('./global-60787e76.js');
|
|
8
8
|
const index_module = require('./index.module-ee84433d.js');
|
|
9
9
|
require('./cjs-1066ec21.js');
|
|
10
10
|
require('./utils-6847bc06.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
require('./useReferralCodes-82e8797b.js');
|
|
13
|
-
require('./mixins-
|
|
14
|
-
const copyTextView = require('./copy-text-view-
|
|
15
|
-
const GenericTableView = require('./GenericTableView-
|
|
13
|
+
require('./mixins-6fa0d774.js');
|
|
14
|
+
const copyTextView = require('./copy-text-view-59e77f71.js');
|
|
15
|
+
const GenericTableView = require('./GenericTableView-70fcd3db.js');
|
|
16
16
|
require('./useChildElements-1b35d945.js');
|
|
17
17
|
const luxon = require('./luxon-2926d85f.js');
|
|
18
|
-
require('./sqm-text-span-view-
|
|
18
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
19
19
|
const sqmAssetCardView = require('./sqm-asset-card-view-21ddf04f.js');
|
|
20
|
-
const sqmCloseButtonView = require('./sqm-close-button-view-
|
|
20
|
+
const sqmCloseButtonView = require('./sqm-close-button-view-bbdca8fe.js');
|
|
21
21
|
require('./index-8c6255f5.js');
|
|
22
|
-
const emailRegistrationView = require('./email-registration-view-
|
|
22
|
+
const emailRegistrationView = require('./email-registration-view-6f4a800d.js');
|
|
23
23
|
const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-d39a55d8.js');
|
|
24
24
|
const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-11d57c12.js');
|
|
25
25
|
const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-38a5227a.js');
|
|
26
|
-
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-
|
|
27
|
-
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-
|
|
28
|
-
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-
|
|
29
|
-
const sqmPortalLoginView = require('./sqm-portal-login-view-
|
|
30
|
-
const sqmBaseRegistrationFormView = require('./sqm-base-registration-form-view-
|
|
31
|
-
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-
|
|
32
|
-
const sqmPortalProfileView = require('./sqm-portal-profile-view-
|
|
26
|
+
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-ef8eab4b.js');
|
|
27
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-d18e1bf0.js');
|
|
28
|
+
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-a19cd7b6.js');
|
|
29
|
+
const sqmPortalLoginView = require('./sqm-portal-login-view-0c11ca85.js');
|
|
30
|
+
const sqmBaseRegistrationFormView = require('./sqm-base-registration-form-view-6601acfb.js');
|
|
31
|
+
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-61fa6fb9.js');
|
|
32
|
+
const sqmPortalProfileView = require('./sqm-portal-profile-view-7e9653c7.js');
|
|
33
33
|
require('./utilities-78f5e169.js');
|
|
34
|
-
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-
|
|
35
|
-
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-
|
|
34
|
+
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-408362b7.js');
|
|
35
|
+
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-2acfa811.js');
|
|
36
36
|
require('./ErrorView-b2fcf954.js');
|
|
37
37
|
const sqmQrCodeView = require('./sqm-qr-code-view-3da9ed28.js');
|
|
38
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
38
|
+
const ShadowViewAddon = require('./ShadowViewAddon-b4213186.js');
|
|
39
39
|
const sqmPortalContainerView = require('./sqm-portal-container-view-4f15143a.js');
|
|
40
|
-
const sqmInvoiceTableView = require('./sqm-invoice-table-view-
|
|
40
|
+
const sqmInvoiceTableView = require('./sqm-invoice-table-view-69e42ea2.js');
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
43
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -10414,7 +10414,7 @@ const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n
|
|
|
10414
10414
|
|
|
10415
10415
|
const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10416
10416
|
|
|
10417
|
-
const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type
|
|
10417
|
+
const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |\n| `backgroundColor` | `background-color` | | `string` | `\"var(--sqm-portal-background, #ffffff)\"` |\n| `border` | `border` | | `string` | `\"1px solid var(--sqm-border-color, var(--sqm-text), #eaeaea)\"` |\n| `borderRadius` | `border-radius` | | `string` | `\"var(--sqm-border-radius-normal)\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; successAlertText?: string; loginText?: string; }; styles?: { backgroundColor?: string; borderRadius?: string; border?: string; textColor?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `headerText` | `header-text` | | `string` | `\"Enter your email below to receive a password reset link.\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `loginText` | `login-text` | | `string` | `\"Sign In\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while loading this page. Please refresh the page.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page after they verify their email. | `string` | `\"/resetPassword\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\n| `successAlertText` | `success-alert-text` | | `string` | `\"If an account with that email exists, a password reset email will be sent.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-forgot-password --> sqm-form-message\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10418
10418
|
|
|
10419
10419
|
const RegisterReadme = "# sqm-portal-register\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------------ | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; confirmPassword: boolean; hideInputs: boolean; registrationFormState: RegistrationFormState; disablePasswordValidation?: boolean; loginPath: string; }; refs?: { formRef: any; }; content?: { formData?: VNode; terms?: VNode; passwordField?: VNode; secondaryButton?: VNode; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; confirmPasswordLabel: string; requiredFieldErrorMessage: string; invalidEmailErrorMessage: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; }; }` | `undefined` |\n| `disablePasswordValidation` | `disable-password-validation` | | `boolean` | `false` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `hideInputs` | `hide-inputs` | Hides the email and password fields. Note: If you hide default inputs, you must add additional input fields. They must have the input name attributes \"email\" and \"password\" for this form to succeed. | `boolean` | `false` |\n| `invalidEmailErrorMessage` | `invalid-email-error-message` | The message to be displayed when the email used is invalid or blocked. | `string` | `\"Must be a valid email address\"` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | Redirect participants to this page after clicking the login button. | `string` | `\"/login\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | The message to be displayed when a the form submission fails unexpectedly. | `string` | `\"Network request failed.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page from their verification email | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `passwordMismatchErrorMessage` | `password-mismatch-error-message` | The message to be displayed when password inputs do not match. | `string` | `\"Passwords do not match.\"` |\n| `redirectPath` | `redirect-path` | The page that participants are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `requiredFieldErrorMessage` | `required-field-error-message` | The message to be displayed when a required field is not filled. | `string` | `\"Cannot be empty\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Register\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-register --> sqm-form-message\n sqm-portal-register --> sqm-password-field\n sqm-stencilbook --> sqm-portal-register\n style sqm-portal-register fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10420
10420
|
|