@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
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { h, F as Fragment, r as registerInstance } from './index-91e7729f.js';
|
|
2
2
|
import { n as h$1, k as useState } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
-
import { i as intl } from './global-
|
|
3
|
+
import { i as intl } from './global-20b3681d.js';
|
|
4
4
|
import { F as Fn, i as isDemo, d as dist, H, J, w as wn, $ as $e, B } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { R as REFERRAL_CODES_PAGINATION_CONTEXT, a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_COPIED, u as useReferralCodes } from './useReferralCodes-8f75921a.js';
|
|
9
|
-
import './mixins-
|
|
10
|
-
import { C as CopyTextView } from './copy-text-view-
|
|
9
|
+
import './mixins-faf102f9.js';
|
|
10
|
+
import { C as CopyTextView } from './copy-text-view-d3bb9d84.js';
|
|
11
11
|
|
|
12
12
|
const style = {
|
|
13
13
|
Container: {
|
|
@@ -4,7 +4,7 @@ import { i as isDemo } from './index.module-89a79f66.js';
|
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import { g as getProps } from './utils-334c1e34.js';
|
|
6
6
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
7
|
-
import { E as ErrorStyles } from './mixins-
|
|
7
|
+
import { E as ErrorStyles } from './mixins-faf102f9.js';
|
|
8
8
|
import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-d6f33135.js';
|
|
9
9
|
|
|
10
10
|
var constants = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-20b3681d.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
|
-
import { A as AuthWrapper, a as AuthColumn } from './mixins-
|
|
5
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
4
|
+
import { A as AuthWrapper, a as AuthColumn } from './mixins-faf102f9.js';
|
|
5
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
6
6
|
|
|
7
7
|
const style = {
|
|
8
8
|
Wrapper: AuthWrapper,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
2
|
import { k as useState, m as useRef, f as useEffect, n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
-
import './global-
|
|
3
|
+
import './global-20b3681d.js';
|
|
4
4
|
import { l as ln, n as nn, J, j as jn, u as useCallback, i as isDemo } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
|
-
import './mixins-
|
|
8
|
-
import './sqm-text-span-view-
|
|
9
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
7
|
+
import './mixins-faf102f9.js';
|
|
8
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
9
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-a708f16f.js';
|
|
10
10
|
|
|
11
11
|
function usePortalEmailVerification(props) {
|
|
12
12
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
|
+
import { j as jn } from './index.module-89a79f66.js';
|
|
2
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
-
import { A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer } from './mixins-
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
4
|
+
import { A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer } from './mixins-faf102f9.js';
|
|
5
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
6
|
|
|
6
|
-
const style = {
|
|
7
|
-
Wrapper: AuthWrapper,
|
|
8
|
-
Column: { ...AuthColumn },
|
|
9
|
-
ButtonsContainer: AuthButtonsContainer,
|
|
10
|
-
SecondaryButton: {
|
|
11
|
-
cursor: "pointer",
|
|
12
|
-
width: "25%",
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
7
|
const vanillaStyle = `
|
|
16
8
|
:host {
|
|
17
9
|
display: block;
|
|
@@ -20,15 +12,30 @@ const vanillaStyle = `
|
|
|
20
12
|
display: none;
|
|
21
13
|
}
|
|
22
14
|
`;
|
|
23
|
-
const sheet = createStyleSheet(style);
|
|
24
|
-
const styleString = sheet.toString();
|
|
25
15
|
function PortalForgotPasswordView(props) {
|
|
26
|
-
const { states, callbacks, content } = props;
|
|
16
|
+
const { states, callbacks, content, styles } = props;
|
|
17
|
+
const style = {
|
|
18
|
+
Wrapper: {
|
|
19
|
+
...AuthWrapper,
|
|
20
|
+
background: styles.backgroundColor,
|
|
21
|
+
borderRadius: styles.borderRadius,
|
|
22
|
+
border: styles.border,
|
|
23
|
+
},
|
|
24
|
+
Column: { ...AuthColumn },
|
|
25
|
+
ButtonsContainer: AuthButtonsContainer,
|
|
26
|
+
SecondaryButton: {
|
|
27
|
+
margin: "auto",
|
|
28
|
+
display: "block",
|
|
29
|
+
cursor: "pointer",
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
const sheet = createStyleSheet(style);
|
|
33
|
+
const styleString = sheet.toString();
|
|
27
34
|
return (h("div", { class: sheet.classes.Wrapper, part: "sqm-base" },
|
|
28
35
|
h("style", { type: "text/css" },
|
|
29
36
|
vanillaStyle,
|
|
30
37
|
styleString),
|
|
31
|
-
h(TextSpanView, { type: "h3" }, content.messageSlot),
|
|
38
|
+
h(TextSpanView, { textColor: styles.textColor, type: "h3" }, content.messageSlot),
|
|
32
39
|
h("sl-form", { class: sheet.classes.Column, "onSl-submit": callbacks.submit },
|
|
33
40
|
props.states.error && (h("sqm-form-message", { type: "error", exportparts: "erroralert-icon" },
|
|
34
41
|
h("div", { part: "erroralert-text" }, props.states.error))),
|
|
@@ -37,7 +44,7 @@ function PortalForgotPasswordView(props) {
|
|
|
37
44
|
h("sl-input", { exportparts: "label: input-label, base: input-base", type: "email", name: "/email", label: content.emailLabel || "Email", disabled: states.loading, required: true }),
|
|
38
45
|
h("div", { class: sheet.classes.ButtonsContainer },
|
|
39
46
|
h("sl-button", { submit: true, loading: states.loading, exportparts: "base: primarybutton-base", type: "primary" }, content.submitLabel || "Reset Password"),
|
|
40
|
-
h("
|
|
47
|
+
h("sl-button", { type: "text", exportparts: "base: tertiarybutton-base", class: sheet.classes.SecondaryButton, disabled: states.loading, onClick: () => jn.push(states.loginPath) }, content.loginText)))));
|
|
41
48
|
}
|
|
42
49
|
|
|
43
50
|
export { PortalForgotPasswordView as P };
|
|
@@ -4,9 +4,9 @@ import { c as un, j as jn, i as isDemo } from './index.module-89a79f66.js';
|
|
|
4
4
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
|
-
import './mixins-
|
|
8
|
-
import './sqm-text-span-view-
|
|
9
|
-
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-
|
|
7
|
+
import './mixins-faf102f9.js';
|
|
8
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
9
|
+
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-44ade309.js';
|
|
10
10
|
|
|
11
11
|
function usePortalForgotPassword(props) {
|
|
12
12
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
@@ -94,6 +94,21 @@ const PortalForgotPassword = class {
|
|
|
94
94
|
* @uiName Email verification sent text
|
|
95
95
|
*/
|
|
96
96
|
this.successAlertText = "If an account with that email exists, a password reset email will be sent.";
|
|
97
|
+
/**
|
|
98
|
+
* @uiName Background color
|
|
99
|
+
* @uiWidget color
|
|
100
|
+
*/
|
|
101
|
+
this.backgroundColor = "var(--sqm-portal-background, #ffffff)";
|
|
102
|
+
/**
|
|
103
|
+
* @uiName Border radius
|
|
104
|
+
* @uiWidget number
|
|
105
|
+
*/
|
|
106
|
+
this.borderRadius = "var(--sqm-border-radius-normal)";
|
|
107
|
+
/**
|
|
108
|
+
* @uiName Border style
|
|
109
|
+
* @uiWidget textArea
|
|
110
|
+
*/
|
|
111
|
+
this.border = "1px solid var(--sqm-border-color, var(--sqm-text), #eaeaea)";
|
|
97
112
|
h(this);
|
|
98
113
|
}
|
|
99
114
|
disconnectedCallback() { }
|
|
@@ -107,8 +122,14 @@ const PortalForgotPassword = class {
|
|
|
107
122
|
emailLabel: this.emailLabel,
|
|
108
123
|
submitLabel: this.submitLabel,
|
|
109
124
|
successAlertText: this.successAlertText,
|
|
125
|
+
loginText: this.loginText,
|
|
126
|
+
};
|
|
127
|
+
const styles = {
|
|
128
|
+
backgroundColor: this.backgroundColor,
|
|
129
|
+
borderRadius: this.borderRadius,
|
|
130
|
+
border: this.border,
|
|
110
131
|
};
|
|
111
|
-
return (h$1(PortalForgotPasswordView, { states: states, callbacks: callbacks, content: content }));
|
|
132
|
+
return (h$1(PortalForgotPasswordView, { states: states, callbacks: callbacks, content: content, styles: styles }));
|
|
112
133
|
}
|
|
113
134
|
};
|
|
114
135
|
function usePortalForgotPasswordDemo(props) {
|
|
@@ -5,9 +5,9 @@ import './jsonpointer-388a7082.js';
|
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
|
-
import './mixins-
|
|
9
|
-
import './sqm-text-span-view-
|
|
10
|
-
import { P as PortalLoginView } from './sqm-portal-login-view-
|
|
8
|
+
import './mixins-faf102f9.js';
|
|
9
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
10
|
+
import { P as PortalLoginView } from './sqm-portal-login-view-4ed6e36d.js';
|
|
11
11
|
import { u as usePortalLogin } from './usePortalLogin-ef647a50.js';
|
|
12
12
|
|
|
13
13
|
const PortalGoogleLogin = class {
|
|
@@ -4,11 +4,11 @@ import { i as isDemo, j as jn } from './index.module-89a79f66.js';
|
|
|
4
4
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
7
|
-
import './mixins-
|
|
8
|
-
import './sqm-text-span-view-
|
|
7
|
+
import './mixins-faf102f9.js';
|
|
8
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
9
9
|
import { a as useRegistrationForm } from './useRegistrationFormState-d6f33135.js';
|
|
10
|
-
import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-
|
|
11
|
-
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-
|
|
10
|
+
import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-562067d7.js';
|
|
11
|
+
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-af9cad5f.js';
|
|
12
12
|
import './AsYouType-46f67d0d.js';
|
|
13
13
|
import { u as usePortalRegistrationForm } from './usePortalRegistrationForm-4b35a357.js';
|
|
14
14
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
2
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
-
import { A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer } from './mixins-
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
3
|
+
import { A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer } from './mixins-faf102f9.js';
|
|
4
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
5
|
|
|
6
6
|
const style = {
|
|
7
7
|
Wrapper: AuthWrapper,
|
package/dist/esm/{sqm-portal-profile-view-ec645fff.js → sqm-portal-profile-view-94150971.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-20b3681d.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
4
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
5
|
|
|
6
6
|
function PortalProfileView(props) {
|
|
7
7
|
var _a, _b, _c, _d, _e;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
2
|
import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
-
import './global-
|
|
3
|
+
import './global-20b3681d.js';
|
|
4
4
|
import { d as dist, J, w as wn, $ as $e, i as isDemo } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
|
-
import './sqm-text-span-view-
|
|
9
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
8
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
9
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-94150971.js';
|
|
10
10
|
import { i as isEmpty } from './utilities-5b0ca040.js';
|
|
11
11
|
|
|
12
12
|
const GET_USER = dist.gql `
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
2
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
-
import { A as AuthWrapper, a as AuthColumn, H as HostBlock, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
3
|
+
import { A as AuthWrapper, a as AuthColumn, H as HostBlock, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-faf102f9.js';
|
|
4
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
5
|
|
|
6
6
|
const style = {
|
|
7
7
|
Wrapper: AuthWrapper,
|
|
@@ -4,10 +4,10 @@ import { i as isDemo, j as jn } from './index.module-89a79f66.js';
|
|
|
4
4
|
import './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
|
-
import './mixins-
|
|
8
|
-
import './sqm-text-span-view-
|
|
7
|
+
import './mixins-faf102f9.js';
|
|
8
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
9
9
|
import './useRegistrationFormState-d6f33135.js';
|
|
10
|
-
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-
|
|
10
|
+
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-af9cad5f.js';
|
|
11
11
|
import './AsYouType-46f67d0d.js';
|
|
12
12
|
import { u as usePortalRegistrationForm } from './usePortalRegistrationForm-4b35a357.js';
|
|
13
13
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
2
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
-
import { A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer } from './mixins-
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
3
|
+
import { A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer } from './mixins-faf102f9.js';
|
|
4
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
5
|
|
|
6
6
|
const style = {
|
|
7
7
|
Wrapper: AuthWrapper,
|
|
@@ -5,9 +5,9 @@ import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { s as sanitizeUrlPath } from './utils-334c1e34.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
|
-
import './mixins-
|
|
9
|
-
import './sqm-text-span-view-
|
|
10
|
-
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-
|
|
8
|
+
import './mixins-faf102f9.js';
|
|
9
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
10
|
+
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-150eef6e.js';
|
|
11
11
|
|
|
12
12
|
function usePortalResetPassword(props) {
|
|
13
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
2
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
-
import { A as AuthWrapper, a as AuthColumn } from './mixins-
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
3
|
+
import { A as AuthWrapper, a as AuthColumn } from './mixins-faf102f9.js';
|
|
4
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
5
|
|
|
6
6
|
const style = {
|
|
7
7
|
Wrapper: AuthWrapper,
|
|
@@ -4,9 +4,9 @@ import { J, o as an, j as jn, b as setUserIdentity, i as isDemo } from './index.
|
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import { s as sanitizeUrlPath, g as getProps } from './utils-334c1e34.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
|
-
import './mixins-
|
|
8
|
-
import './sqm-text-span-view-
|
|
9
|
-
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-
|
|
7
|
+
import './mixins-faf102f9.js';
|
|
8
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
9
|
+
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-4d27e23c.js';
|
|
10
10
|
|
|
11
11
|
let globalPromise = null;
|
|
12
12
|
function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyEmailText, verifyInvalidText, networkErrorMessage, continueText, }) {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-91e7729f.js';
|
|
2
2
|
import { n as h, j as useReducer, u as useMemo, f as useEffect } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
-
import { i as intl } from './global-
|
|
3
|
+
import { i as intl } from './global-20b3681d.js';
|
|
4
4
|
import { i as isDemo } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { l as luxonLocale } from './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
|
-
import './mixins-
|
|
9
|
-
import { G as GenericTableView } from './GenericTableView-
|
|
8
|
+
import './mixins-faf102f9.js';
|
|
9
|
+
import { G as GenericTableView } from './GenericTableView-7d3de181.js';
|
|
10
10
|
import { a as useRequestRerender, u as useRerenderListener } from './re-render-cc945f38.js';
|
|
11
11
|
import { u as useChildElements } from './useChildElements-7945ae56.js';
|
|
12
12
|
import { l as luxon } from './luxon-8d51c92b.js';
|
|
13
13
|
import { g as getPaypalMeta } from './mockRewardData-8bd1b356.js';
|
|
14
14
|
import { u as useReferralTable, t as tryMethod } from './useReferralTable-b3876ed6.js';
|
|
15
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
15
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
16
16
|
|
|
17
17
|
const mockReferralData = (count = 4) => {
|
|
18
18
|
const data = [...Array(count)].map(() => getMockData());
|
|
@@ -4,8 +4,8 @@ import { i as isDemo, b as setUserIdentity } from './index.module-89a79f66.js';
|
|
|
4
4
|
import './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
|
-
import './mixins-
|
|
8
|
-
import { E as EmailRegistrationView } from './email-registration-view-
|
|
7
|
+
import './mixins-faf102f9.js';
|
|
8
|
+
import { E as EmailRegistrationView } from './email-registration-view-52a3c033.js';
|
|
9
9
|
import './useRegistrationFormState-d6f33135.js';
|
|
10
10
|
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-dc4ad9f2.js';
|
|
11
11
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
2
|
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
3
|
import './JSS-67b5cff8.js';
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
4
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
5
|
|
|
6
6
|
const RewardTableCustomerNoteCell = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-91e7729f.js';
|
|
2
2
|
import { b as browser, j as useReducer, f as useEffect, n as h$1, u as useMemo } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
-
import { i as intl } from './global-
|
|
3
|
+
import { i as intl } from './global-20b3681d.js';
|
|
4
4
|
import { d as dist, J, H, L, w as wn, R as Rn, i as isDemo } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { l as luxonLocale } from './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
|
-
import './mixins-
|
|
9
|
-
import { G as GenericTableView } from './GenericTableView-
|
|
8
|
+
import './mixins-faf102f9.js';
|
|
9
|
+
import { G as GenericTableView } from './GenericTableView-7d3de181.js';
|
|
10
10
|
import { u as useRerenderListener, a as useRequestRerender } from './re-render-cc945f38.js';
|
|
11
11
|
import { u as useChildElements } from './useChildElements-7945ae56.js';
|
|
12
12
|
import { l as luxon } from './luxon-8d51c92b.js';
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-91e7729f.js';
|
|
2
2
|
import { a as commonjsGlobal, u as useMemo, k as useState, f as useEffect, c as createCommonjsModule, n as h$1 } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
-
import './global-
|
|
3
|
+
import './global-20b3681d.js';
|
|
4
4
|
import { j as jn, k as kn, b as setUserIdentity, d as dist, X as Xe, p as setProgramId } from './index.module-89a79f66.js';
|
|
5
5
|
import './cjs-bdfb4486.js';
|
|
6
6
|
import './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import './useReferralCodes-8f75921a.js';
|
|
9
|
-
import './mixins-
|
|
10
|
-
import { C as CopyTextView } from './copy-text-view-
|
|
11
|
-
import { G as GenericTableView } from './GenericTableView-
|
|
9
|
+
import './mixins-faf102f9.js';
|
|
10
|
+
import { C as CopyTextView } from './copy-text-view-d3bb9d84.js';
|
|
11
|
+
import { G as GenericTableView } from './GenericTableView-7d3de181.js';
|
|
12
12
|
import './useChildElements-7945ae56.js';
|
|
13
13
|
import { l as luxon } from './luxon-8d51c92b.js';
|
|
14
|
-
import './sqm-text-span-view-
|
|
14
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
15
15
|
import { A as AssetCardView } from './sqm-asset-card-view-fe5db3c0.js';
|
|
16
|
-
import { C as CloseButtonView } from './sqm-close-button-view-
|
|
16
|
+
import { C as CloseButtonView } from './sqm-close-button-view-36fd1d16.js';
|
|
17
17
|
import './index-ffa26b43.js';
|
|
18
|
-
import { E as EmailRegistrationView } from './email-registration-view-
|
|
18
|
+
import { E as EmailRegistrationView } from './email-registration-view-52a3c033.js';
|
|
19
19
|
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-753c8d4a.js';
|
|
20
20
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-8ef8180f.js';
|
|
21
21
|
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-f898265a.js';
|
|
22
|
-
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-
|
|
23
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
24
|
-
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-
|
|
25
|
-
import { P as PortalLoginView } from './sqm-portal-login-view-
|
|
26
|
-
import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-
|
|
27
|
-
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-
|
|
28
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
22
|
+
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-cdcca7f5.js';
|
|
23
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-a708f16f.js';
|
|
24
|
+
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-44ade309.js';
|
|
25
|
+
import { P as PortalLoginView } from './sqm-portal-login-view-4ed6e36d.js';
|
|
26
|
+
import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-562067d7.js';
|
|
27
|
+
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-af9cad5f.js';
|
|
28
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-94150971.js';
|
|
29
29
|
import './utilities-5b0ca040.js';
|
|
30
|
-
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-
|
|
31
|
-
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-
|
|
30
|
+
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-150eef6e.js';
|
|
31
|
+
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-4d27e23c.js';
|
|
32
32
|
import './ErrorView-48e2b969.js';
|
|
33
33
|
import { Q as QrCodeView } from './sqm-qr-code-view-10b8b4cb.js';
|
|
34
|
-
import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-
|
|
34
|
+
import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-c43fbfe3.js';
|
|
35
35
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-1683ae32.js';
|
|
36
|
-
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-
|
|
36
|
+
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-4c6808a7.js';
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
39
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { h } from './index-91e7729f.js';
|
|
2
|
+
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
+
|
|
4
|
+
function TextSpanView(props, children) {
|
|
5
|
+
const { type, fontSize, textColor } = props;
|
|
6
|
+
const style = {
|
|
7
|
+
p: {
|
|
8
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-small)",
|
|
9
|
+
"font-weight": "400",
|
|
10
|
+
color: textColor || "var(--sqm-text)",
|
|
11
|
+
margin: "0",
|
|
12
|
+
},
|
|
13
|
+
subtext: {
|
|
14
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-x-small)",
|
|
15
|
+
"font-weight": "400",
|
|
16
|
+
color: textColor || "var(--sqm-text-subdued)",
|
|
17
|
+
margin: "0",
|
|
18
|
+
},
|
|
19
|
+
h1: {
|
|
20
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-xx-large)",
|
|
21
|
+
"font-weight": "600",
|
|
22
|
+
color: textColor || "var(--sqm-text)",
|
|
23
|
+
margin: "0",
|
|
24
|
+
},
|
|
25
|
+
h2: {
|
|
26
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-x-large)",
|
|
27
|
+
"font-weight": "600",
|
|
28
|
+
color: textColor || "var(--sqm-text)",
|
|
29
|
+
margin: "0",
|
|
30
|
+
},
|
|
31
|
+
h3: {
|
|
32
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-large)",
|
|
33
|
+
"font-weight": "600",
|
|
34
|
+
color: textColor || "var(--sqm-text)",
|
|
35
|
+
margin: "0",
|
|
36
|
+
},
|
|
37
|
+
h4: {
|
|
38
|
+
"font-size": fontSize ? `${fontSize}px` : "13px",
|
|
39
|
+
"font-weight": "600",
|
|
40
|
+
color: textColor || "var(--sqm-text)",
|
|
41
|
+
margin: "0",
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
const sheet = createStyleSheet(style);
|
|
45
|
+
const styleString = sheet.toString();
|
|
46
|
+
const vanillaStyle = `
|
|
47
|
+
:host {
|
|
48
|
+
word-wrap: break-word;
|
|
49
|
+
}
|
|
50
|
+
sqm-text-span {
|
|
51
|
+
display: inline;
|
|
52
|
+
}
|
|
53
|
+
`;
|
|
54
|
+
return (h("span", { class: sheet.classes[type], part: "sqm-base" },
|
|
55
|
+
h("style", { type: "text/css" },
|
|
56
|
+
vanillaStyle,
|
|
57
|
+
styleString),
|
|
58
|
+
children));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export { TextSpanView as T };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
2
|
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
3
|
import './JSS-67b5cff8.js';
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
4
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
5
|
|
|
6
|
-
const
|
|
6
|
+
const TextSpan = class {
|
|
7
7
|
constructor(hostRef) {
|
|
8
8
|
registerInstance(this, hostRef);
|
|
9
9
|
this.ignored = true;
|
|
@@ -12,8 +12,8 @@ const Text = class {
|
|
|
12
12
|
disconnectedCallback() { }
|
|
13
13
|
componentWillLoad() { }
|
|
14
14
|
render() {
|
|
15
|
-
return h$1(TextSpanView, { type: this.type }, this.text);
|
|
15
|
+
return (h$1(TextSpanView, { type: this.type, fontSize: this.fontSize, textColor: this.textColor }, this.text));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
|
|
19
|
-
export {
|
|
19
|
+
export { TextSpan as sqm_text_span };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var a,t=1,r=arguments.length;t<r;t++){a=arguments[t];for(var l in a)if(Object.prototype.hasOwnProperty.call(a,l))e[l]=a[l]}return e};return __assign.apply(this,arguments)};import{h}from"./index-91e7729f.js";import{c as createStyleSheet}from"./JSS-67b5cff8.js";import{g as gap}from"./mixins-
|
|
1
|
+
var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var a,t=1,r=arguments.length;t<r;t++){a=arguments[t];for(var l in a)if(Object.prototype.hasOwnProperty.call(a,l))e[l]=a[l]}return e};return __assign.apply(this,arguments)};import{h}from"./index-91e7729f.js";import{c as createStyleSheet}from"./JSS-67b5cff8.js";import{g as gap}from"./mixins-faf102f9.js";function GenericTableView(e){var a;var t=e.states,r=e.data,l=e.callbacks,s=e.elements;var n=s.columns,i=s.rows;var o=t.show;var d=r.hiddenColumns&&r.hiddenColumns.split(",").map(Number);var p="@media (max-width: "+r.mdBreakpoint+"px)";var c="@media (min-width: "+(Boolean(i.length<2)?r.mdBreakpoint:r.smBreakpoint)+"px) and (max-width: "+r.mdBreakpoint+"px)";var m={Table:(a={borderCollapse:"collapse",tableLayout:"fixed",width:"100%","& tbody tr":{borderBottom:"1px solid var(--sl-color-neutral-200)","&:first-child":{borderTop:"1px solid var(--sl-color-neutral-200)"}},"& th":{paddingBottom:"var(--sl-spacing-small)",textAlign:"left",fontWeight:"var(--sl-font-weight-semibold)",overflowWrap:"anywhere"},"& td":{padding:"var(--sl-spacing-small)",paddingLeft:"0",overflow:"hidden",textOverflow:"ellipsis"}},a[p]={"& thead":{display:"none"},"& tr":{display:"block",background:"#FFFFFF",border:"1px solid var(--sl-color-neutral-200)",boxShadow:"0px 2px 4px rgba(0, 0, 0, 0.1)",borderRadius:"var(--sl-border-radius-large)",padding:"var(--sl-spacing-medium)",fontSize:"var(--sl-font-size-small)",marginBottom:"var(--sl-spacing-large)"},"& td":{display:"grid",borderTop:"none",padding:"0",marginBottom:"var(--sl-spacing-medium)","&:first-child":{textAlign:"left"},"&:before":{content:"attr(data-label)",whiteSpace:"nowrap"},"&:last-child":{marginBottom:"0"},"&.hidden:before":{content:"none"}}},a[c]={"& tbody":{display:"grid",gridTemplateColumns:"0.5fr 0.5fr",gap:"25px"}},a),ButtonContainer:__assign({display:"flex","justify-content":"flex-end","margin-top":"var(--sl-spacing-small)"},gap({direction:"row",size:"var(--sl-spacing-small)"})),ButtonDisabled:{"&::part(base)":{opacity:"0.25"}}};var u=createStyleSheet(m);var b=u.toString();if(o==="empty")return s.emptyElement;return h("div",null,h("style",{type:"text/css"},b),h("table",{class:u.classes.Table},r.textOverrides.showLabels&&h("thead",null,h("tr",null,n===null||n===void 0?void 0:n.map((function(e){if(typeof e==="string")return h("th",null,e);return h("th",{style:{width:"30px"}},e)})))),h("tbody",null,o==="loading"&&s.loadingElement,o==="rows"&&(i===null||i===void 0?void 0:i.map((function(e,a){return h("tr",{style:{borderTop:""+(!r.textOverrides.showLabels&&a===0?"none":"")},part:"table-row"},e.map((function(e,a){return typeof n[a]==="string"?h("td",{class:(d===null||d===void 0?void 0:d.includes(a))?"hidden":"","data-label":n[a]+":",style:{gridTemplateColumns:(d===null||d===void 0?void 0:d.includes(a))?"1fr":"0.5fr 0.5fr"}},e):h("td",null,e)})))}))))),h("div",{class:u.classes.ButtonContainer,part:t.namespace+"-button-wrapper"},h("sl-button",{size:"small",disabled:!t.hasPrev,loading:o==="loading",onClick:l.prevPage,exportparts:"base: secondarybutton-base",class:!t.hasPrev?u.classes.ButtonDisabled:""},r.textOverrides.prevLabel),h("sl-button",{size:"small",loading:o==="loading",disabled:!t.hasNext,onClick:l.nextPage,exportparts:"base: secondarybutton-base",class:!t.hasNext?u.classes.ButtonDisabled:""},r.textOverrides.moreLabel)))}export{GenericTableView as G};
|