@saasquatch/mint-components 1.15.0-26 → 1.15.0-27
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-c58d020f.js} +1 -1
- package/dist/cjs/{ShadowViewAddon-4f5cbce7.js → ShadowViewAddon-0e2ceeda.js} +4 -4
- package/dist/cjs/{copy-text-view-b2f47da0.js → copy-text-view-dd2a2ea8.js} +1 -1
- package/dist/cjs/{email-registration-view-55b378dc.js → email-registration-view-059fa516.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-d6d45cbe.js} +1 -3
- 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-c536e64e.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-899e90df.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-a9fce634.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-82d8ee01.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-06da7cad.js} +23 -16
- 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-fb702fe4.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-714c2fba.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-a90e02fd.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-af55fa8e.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 +18 -18
- 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 +21 -14
- 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 +1 -3
- package/dist/collection/global/styles.js +15 -3
- package/dist/collection/global/styles.ts +15 -3
- package/dist/esm/{GenericTableView-e7addb2b.js → GenericTableView-7d3de181.js} +1 -1
- package/dist/esm/{ShadowViewAddon-74c0a5d5.js → ShadowViewAddon-c43fbfe3.js} +4 -4
- package/dist/esm/{copy-text-view-0ac6e1d1.js → copy-text-view-d3bb9d84.js} +1 -1
- package/dist/esm/{email-registration-view-a7818cf2.js → email-registration-view-52a3c033.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-faf102f9.js} +1 -3
- 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-562067d7.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-36fd1d16.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-cdcca7f5.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-a708f16f.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-44ade309.js} +23 -16
- 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-4ed6e36d.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-af9cad5f.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-150eef6e.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-4d27e23c.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 +18 -18
- 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-7d3de181.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-74c0a5d5.js → ShadowViewAddon-c43fbfe3.js} +1 -1
- package/dist/esm-es5/{copy-text-view-0ac6e1d1.js → copy-text-view-d3bb9d84.js} +1 -1
- package/dist/esm-es5/{email-registration-view-a7818cf2.js → email-registration-view-52a3c033.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-faf102f9.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-562067d7.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-36fd1d16.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-cdcca7f5.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-a708f16f.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-44ade309.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-4ed6e36d.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-af9cad5f.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-150eef6e.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-4d27e23c.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-0281c875.system.entry.js +1 -0
- package/dist/mint-components/{p-dc52c36a.js → p-08c46159.js} +1 -1
- package/dist/mint-components/{p-42187319.system.entry.js → p-08f3aea7.system.entry.js} +1 -1
- package/dist/mint-components/{p-2c7ebd5b.js → p-0cbb69c6.js} +1 -1
- package/dist/mint-components/{p-4428294b.entry.js → p-0d402e3c.entry.js} +1 -1
- package/dist/mint-components/{p-428657fc.system.js → p-0fbd7e31.system.js} +1 -1
- package/dist/mint-components/{p-1caef0b4.system.entry.js → p-121a1ccc.system.entry.js} +1 -1
- package/dist/mint-components/{p-dbec319d.system.js → p-1236f987.system.js} +1 -1
- package/dist/mint-components/{p-217514ac.system.js → p-14e5d42b.system.js} +1 -1
- package/dist/mint-components/{p-f4a8ee29.system.entry.js → p-15475cef.system.entry.js} +1 -1
- package/dist/mint-components/{p-4d213278.entry.js → p-15542c72.entry.js} +1 -1
- package/dist/mint-components/{p-0f442658.entry.js → p-18e51898.entry.js} +1 -1
- package/dist/mint-components/{p-e2a7cf0e.system.js → p-198ac04b.system.js} +1 -1
- package/dist/mint-components/p-25b5bf37.entry.js +1 -0
- package/dist/mint-components/{p-79ae13db.entry.js → p-261ef11d.entry.js} +1 -1
- package/dist/mint-components/{p-ccf8c9aa.entry.js → p-309bd595.entry.js} +1 -1
- package/dist/mint-components/{p-1b1df279.system.entry.js → p-31a053b0.system.entry.js} +1 -1
- package/dist/mint-components/{p-92816d1f.js → p-31a8f0f6.js} +1 -1
- package/dist/mint-components/{p-7e3a84bc.js → p-32bacce5.js} +1 -1
- package/dist/mint-components/{p-6055eb4c.system.js → p-35654963.system.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-6056cbaf.system.entry.js → p-40a531af.system.entry.js} +1 -1
- package/dist/mint-components/{p-71166ab2.entry.js → p-4210d419.entry.js} +2 -2
- package/dist/mint-components/{p-87c21535.entry.js → p-4389f49a.entry.js} +1 -1
- package/dist/mint-components/{p-2dca9e1a.system.js → p-448f28e7.system.js} +1 -1
- package/dist/mint-components/{p-d2d4ee35.js → p-4685cd48.js} +1 -1
- package/dist/mint-components/{p-91521e9d.js → p-488669a1.js} +1 -1
- package/dist/mint-components/{p-fd0a013f.entry.js → p-4b42b756.entry.js} +1 -1
- package/dist/mint-components/p-4dcbcf4b.js +1 -0
- package/dist/mint-components/{p-7c735584.entry.js → p-4fca2639.entry.js} +1 -1
- package/dist/mint-components/{p-b43d3413.system.js → p-51d4a16f.system.js} +1 -1
- package/dist/mint-components/{p-e21a1cb8.system.entry.js → p-51f873cb.system.entry.js} +1 -1
- package/dist/mint-components/{p-b5fb3826.system.js → p-56844b24.system.js} +1 -1
- package/dist/mint-components/{p-ac9f4085.system.entry.js → p-58310d34.system.entry.js} +1 -1
- package/dist/mint-components/{p-bd2a2546.system.js → p-635ca55d.system.js} +1 -1
- package/dist/mint-components/{p-cd033831.entry.js → p-6e283803.entry.js} +2 -2
- 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-919ed398.js → p-74e3fa64.js} +1 -1
- package/dist/mint-components/{p-b44e4a90.system.entry.js → p-75dccd2f.system.entry.js} +1 -1
- package/dist/mint-components/{p-2028c4d1.system.entry.js → p-7665c5e7.system.entry.js} +1 -1
- package/dist/mint-components/{p-3af1ec4c.entry.js → p-88a929db.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-e9458955.system.entry.js → p-8a939dbc.system.entry.js} +1 -1
- package/dist/mint-components/{p-82f58614.system.js → p-8adc5a02.system.js} +1 -1
- package/dist/mint-components/{p-d1217171.entry.js → p-8d6a4161.entry.js} +1 -1
- package/dist/mint-components/{p-00ed4c2e.entry.js → p-8ed99ac2.entry.js} +1 -1
- package/dist/mint-components/p-8feb4180.entry.js +1 -0
- package/dist/mint-components/{p-aa541ea5.system.entry.js → p-903129d8.system.entry.js} +1 -1
- package/dist/mint-components/{p-aaff68dc.entry.js → p-97ceeefc.entry.js} +1 -1
- package/dist/mint-components/{p-69ac09d4.js → p-9832cf37.js} +1 -1
- package/dist/mint-components/p-9acf0b39.system.entry.js +1 -0
- package/dist/mint-components/{p-6c8b146b.js → p-a0b62e2a.js} +1 -1
- package/dist/mint-components/{p-4b6f2eca.system.entry.js → p-a4ff0caa.system.entry.js} +1 -1
- package/dist/mint-components/{p-86734f4d.system.entry.js → p-a5986403.system.entry.js} +1 -1
- package/dist/mint-components/{p-71d7c2a0.system.js → p-ad69ebaa.system.js} +1 -1
- package/dist/mint-components/{p-605c2904.system.entry.js → p-b3f7d844.system.entry.js} +1 -1
- package/dist/mint-components/{p-8c494bf1.js → p-b71a023d.js} +1 -1
- package/dist/mint-components/{p-345fd28e.system.entry.js → p-b8757898.system.entry.js} +1 -1
- package/dist/mint-components/{p-0559d880.entry.js → p-ba328bb9.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-775f3ded.entry.js → p-c14b1db5.entry.js} +1 -1
- package/dist/mint-components/{p-35b475bf.js → p-c25c4745.js} +1 -1
- package/dist/mint-components/p-c63c6fc2.system.js +1 -0
- package/dist/mint-components/{p-e330b597.system.entry.js → p-c8083078.system.entry.js} +1 -1
- package/dist/mint-components/{p-e55abf51.entry.js → p-c8518401.entry.js} +1 -1
- package/dist/mint-components/{p-16c16702.js → p-cab458c4.js} +1 -1
- package/dist/mint-components/{p-164a9103.system.entry.js → p-cdff9817.system.entry.js} +1 -1
- package/dist/mint-components/{p-4a3359aa.entry.js → p-d264dd11.entry.js} +1 -1
- package/dist/mint-components/{p-9f35f2b5.system.entry.js → p-d7eef4ba.system.entry.js} +1 -1
- package/dist/mint-components/{p-32dbde60.system.js → p-d8312ec3.system.js} +1 -1
- package/dist/mint-components/p-e309a219.js +1 -0
- package/dist/mint-components/p-e5e3b34c.system.js +1 -0
- package/dist/mint-components/{p-321350ef.entry.js → p-e8ddb96e.entry.js} +2 -2
- package/dist/mint-components/{p-f2d8d3d3.system.entry.js → p-ea8ba26f.system.entry.js} +1 -1
- package/dist/mint-components/p-ed59d151.js +1 -0
- package/dist/mint-components/{p-1a6b7d2a.entry.js → p-ed93d403.entry.js} +1 -1
- package/dist/mint-components/{p-df89186f.system.js → p-ee04af33.system.js} +1 -1
- package/dist/mint-components/{p-8e7e6aa3.entry.js → p-ee72aab3.entry.js} +1 -1
- package/dist/mint-components/{p-50a5bef7.system.entry.js → p-f1bfe49a.system.entry.js} +1 -1
- package/dist/mint-components/{p-e145e4f8.js → p-f206adb0.js} +1 -1
- package/dist/mint-components/{p-571e1427.system.js → p-f3e9c0d2.system.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 +0 -9
- 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-20245645.js +0 -1
- 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-ccb5699b.js +0 -1
- package/dist/mint-components/p-cd1d497f.system.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-d6d45cbe.js');
|
|
12
|
+
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-a9fce634.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-d6d45cbe.js');
|
|
14
|
+
const copyTextView = require('./copy-text-view-dd2a2ea8.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-d6d45cbe.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-d6d45cbe.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-d6d45cbe.js');
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-82d8ee01.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-d6d45cbe.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;
|
|
18
|
+
const { states, callbacks, content, styles } = props;
|
|
19
|
+
const style = {
|
|
20
|
+
Wrapper: {
|
|
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();
|
|
29
36
|
return (index.h("div", { class: sheet.classes.Wrapper, 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-d6d45cbe.js');
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
|
+
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-06da7cad.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-d6d45cbe.js');
|
|
13
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
14
|
+
const sqmPortalLoginView = require('./sqm-portal-login-view-fb702fe4.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-d6d45cbe.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-c536e64e.js');
|
|
15
|
+
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-714c2fba.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-d6d45cbe.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-d6d45cbe.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-d6d45cbe.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-714c2fba.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-d6d45cbe.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-d6d45cbe.js');
|
|
13
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
14
|
+
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-a90e02fd.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-d6d45cbe.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-d6d45cbe.js');
|
|
12
|
+
require('./sqm-text-span-view-ce4c0178.js');
|
|
13
|
+
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-af55fa8e.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-d6d45cbe.js');
|
|
13
|
+
const GenericTableView = require('./GenericTableView-c58d020f.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-d6d45cbe.js');
|
|
12
|
+
const emailRegistrationView = require('./email-registration-view-059fa516.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-d6d45cbe.js');
|
|
13
|
+
const GenericTableView = require('./GenericTableView-c58d020f.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-d6d45cbe.js');
|
|
14
|
+
const copyTextView = require('./copy-text-view-dd2a2ea8.js');
|
|
15
|
+
const GenericTableView = require('./GenericTableView-c58d020f.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-899e90df.js');
|
|
21
21
|
require('./index-8c6255f5.js');
|
|
22
|
-
const emailRegistrationView = require('./email-registration-view-
|
|
22
|
+
const emailRegistrationView = require('./email-registration-view-059fa516.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-a9fce634.js');
|
|
27
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-82d8ee01.js');
|
|
28
|
+
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-06da7cad.js');
|
|
29
|
+
const sqmPortalLoginView = require('./sqm-portal-login-view-fb702fe4.js');
|
|
30
|
+
const sqmBaseRegistrationFormView = require('./sqm-base-registration-form-view-c536e64e.js');
|
|
31
|
+
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-714c2fba.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-a90e02fd.js');
|
|
35
|
+
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-af55fa8e.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-0e2ceeda.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/>
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const index = require('./index-a29c60ef.js');
|
|
4
|
+
const JSS = require('./JSS-8503a151.js');
|
|
5
|
+
|
|
6
|
+
function TextSpanView(props, children) {
|
|
7
|
+
const { type, fontSize, textColor } = props;
|
|
8
|
+
const style = {
|
|
9
|
+
p: {
|
|
10
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-small)",
|
|
11
|
+
"font-weight": "400",
|
|
12
|
+
color: textColor || "var(--sqm-text)",
|
|
13
|
+
margin: "0",
|
|
14
|
+
},
|
|
15
|
+
subtext: {
|
|
16
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-x-small)",
|
|
17
|
+
"font-weight": "400",
|
|
18
|
+
color: textColor || "var(--sqm-text-subdued)",
|
|
19
|
+
margin: "0",
|
|
20
|
+
},
|
|
21
|
+
h1: {
|
|
22
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-xx-large)",
|
|
23
|
+
"font-weight": "600",
|
|
24
|
+
color: textColor || "var(--sqm-text)",
|
|
25
|
+
margin: "0",
|
|
26
|
+
},
|
|
27
|
+
h2: {
|
|
28
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-x-large)",
|
|
29
|
+
"font-weight": "600",
|
|
30
|
+
color: textColor || "var(--sqm-text)",
|
|
31
|
+
margin: "0",
|
|
32
|
+
},
|
|
33
|
+
h3: {
|
|
34
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-large)",
|
|
35
|
+
"font-weight": "600",
|
|
36
|
+
color: textColor || "var(--sqm-text)",
|
|
37
|
+
margin: "0",
|
|
38
|
+
},
|
|
39
|
+
h4: {
|
|
40
|
+
"font-size": fontSize ? `${fontSize}px` : "13px",
|
|
41
|
+
"font-weight": "600",
|
|
42
|
+
color: textColor || "var(--sqm-text)",
|
|
43
|
+
margin: "0",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const sheet = JSS.createStyleSheet(style);
|
|
47
|
+
const styleString = sheet.toString();
|
|
48
|
+
const vanillaStyle = `
|
|
49
|
+
:host {
|
|
50
|
+
word-wrap: break-word;
|
|
51
|
+
}
|
|
52
|
+
sqm-text-span {
|
|
53
|
+
display: inline;
|
|
54
|
+
}
|
|
55
|
+
`;
|
|
56
|
+
return (index.h("span", { class: sheet.classes[type], part: "sqm-base" },
|
|
57
|
+
index.h("style", { type: "text/css" },
|
|
58
|
+
vanillaStyle,
|
|
59
|
+
styleString),
|
|
60
|
+
children));
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
exports.TextSpanView = TextSpanView;
|
|
@@ -5,9 +5,9 @@ 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
|
-
const
|
|
10
|
+
const TextSpan = class {
|
|
11
11
|
constructor(hostRef) {
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
this.ignored = true;
|
|
@@ -16,8 +16,8 @@ const Text = class {
|
|
|
16
16
|
disconnectedCallback() { }
|
|
17
17
|
componentWillLoad() { }
|
|
18
18
|
render() {
|
|
19
|
-
return index.h(sqmTextSpanView.TextSpanView, { type: this.type }, this.text);
|
|
19
|
+
return (index.h(sqmTextSpanView.TextSpanView, { type: this.type, fontSize: this.fontSize, textColor: this.textColor }, this.text));
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
22
|
|
|
23
|
-
exports.sqm_text_span =
|
|
23
|
+
exports.sqm_text_span = TextSpan;
|
|
@@ -445,7 +445,7 @@ export class PortalChangePassword {
|
|
|
445
445
|
"mutable": false,
|
|
446
446
|
"complexType": {
|
|
447
447
|
"original": "DemoData<PortalChangePasswordViewProps>",
|
|
448
|
-
"resolved": "{ states?: { open: boolean; error: string; loading: boolean; success: boolean; content: { modalChangePasswordHeader: string; cancelText: string; changePasswordButtonText: string; passwordFieldLabel: string; confirmPasswordFieldLabel: string; successMessage: string; portalChangePasswordHeader: string; portalChangePasswordButtonText: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; }; }; }",
|
|
448
|
+
"resolved": "{ states?: { open: boolean; error: string; loading: boolean; success: boolean; content: { modalChangePasswordHeader: string; cancelText: string; changePasswordButtonText: string; passwordFieldLabel: string; confirmPasswordFieldLabel: string; successMessage: string; portalChangePasswordHeader: string; portalChangePasswordButtonText: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; }; }; borderRadius?: string; buttonType?: \"primary\" | \"secondary\" | \"tertiary\"; background?: string; }",
|
|
449
449
|
"references": {
|
|
450
450
|
"DemoData": {
|
|
451
451
|
"location": "import",
|
package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js
CHANGED
|
@@ -2,15 +2,7 @@ import { h } from "@stencil/core";
|
|
|
2
2
|
import { AuthButtonsContainer, AuthColumn, AuthWrapper, } from "../../global/mixins";
|
|
3
3
|
import { createStyleSheet } from "../../styling/JSS";
|
|
4
4
|
import { TextSpanView } from "../sqm-text-span/sqm-text-span-view";
|
|
5
|
-
|
|
6
|
-
Wrapper: AuthWrapper,
|
|
7
|
-
Column: { ...AuthColumn },
|
|
8
|
-
ButtonsContainer: AuthButtonsContainer,
|
|
9
|
-
SecondaryButton: {
|
|
10
|
-
cursor: "pointer",
|
|
11
|
-
width: "25%",
|
|
12
|
-
},
|
|
13
|
-
};
|
|
5
|
+
import { navigation } from "@saasquatch/component-boilerplate";
|
|
14
6
|
const vanillaStyle = `
|
|
15
7
|
:host {
|
|
16
8
|
display: block;
|
|
@@ -19,15 +11,30 @@ const vanillaStyle = `
|
|
|
19
11
|
display: none;
|
|
20
12
|
}
|
|
21
13
|
`;
|
|
22
|
-
const sheet = createStyleSheet(style);
|
|
23
|
-
const styleString = sheet.toString();
|
|
24
14
|
export function PortalForgotPasswordView(props) {
|
|
25
|
-
const { states, callbacks, content } = props;
|
|
15
|
+
const { states, callbacks, content, styles } = props;
|
|
16
|
+
const style = {
|
|
17
|
+
Wrapper: {
|
|
18
|
+
...AuthWrapper,
|
|
19
|
+
background: styles.backgroundColor,
|
|
20
|
+
borderRadius: styles.borderRadius,
|
|
21
|
+
border: styles.border,
|
|
22
|
+
},
|
|
23
|
+
Column: { ...AuthColumn },
|
|
24
|
+
ButtonsContainer: AuthButtonsContainer,
|
|
25
|
+
SecondaryButton: {
|
|
26
|
+
margin: "auto",
|
|
27
|
+
display: "block",
|
|
28
|
+
cursor: "pointer",
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
const sheet = createStyleSheet(style);
|
|
32
|
+
const styleString = sheet.toString();
|
|
26
33
|
return (h("div", { class: sheet.classes.Wrapper, part: "sqm-base" },
|
|
27
34
|
h("style", { type: "text/css" },
|
|
28
35
|
vanillaStyle,
|
|
29
36
|
styleString),
|
|
30
|
-
h(TextSpanView, { type: "h3" }, content.messageSlot),
|
|
37
|
+
h(TextSpanView, { textColor: styles.textColor, type: "h3" }, content.messageSlot),
|
|
31
38
|
h("sl-form", { class: sheet.classes.Column, "onSl-submit": callbacks.submit },
|
|
32
39
|
props.states.error && (h("sqm-form-message", { type: "error", exportparts: "erroralert-icon" },
|
|
33
40
|
h("div", { part: "erroralert-text" }, props.states.error))),
|
|
@@ -36,5 +43,5 @@ export function PortalForgotPasswordView(props) {
|
|
|
36
43
|
h("sl-input", { exportparts: "label: input-label, base: input-base", type: "email", name: "/email", label: content.emailLabel || "Email", disabled: states.loading, required: true }),
|
|
37
44
|
h("div", { class: sheet.classes.ButtonsContainer },
|
|
38
45
|
h("sl-button", { submit: true, loading: states.loading, exportparts: "base: primarybutton-base", type: "primary" }, content.submitLabel || "Reset Password"),
|
|
39
|
-
h("
|
|
46
|
+
h("sl-button", { type: "text", exportparts: "base: tertiarybutton-base", class: sheet.classes.SecondaryButton, disabled: states.loading, onClick: () => navigation.push(states.loginPath) }, content.loginText)))));
|
|
40
47
|
}
|