@saasquatch/mint-components 1.15.0-26 → 1.15.0-28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{GenericTableView-f0e9c531.js → GenericTableView-70fcd3db.js} +1 -1
- package/dist/cjs/{ShadowViewAddon-4f5cbce7.js → ShadowViewAddon-b4213186.js} +4 -4
- package/dist/cjs/{copy-text-view-b2f47da0.js → copy-text-view-59e77f71.js} +1 -1
- package/dist/cjs/{email-registration-view-55b378dc.js → email-registration-view-6f4a800d.js} +1 -1
- package/dist/cjs/{global-4ab5c243.js → global-60787e76.js} +15 -3
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{mixins-f7e0377a.js → mixins-6fa0d774.js} +2 -2
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +5 -5
- package/dist/cjs/{sqm-base-registration-form-view-1b2440c3.js → sqm-base-registration-form-view-6601acfb.js} +2 -2
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-close-button-view-ea3fa23b.js → sqm-close-button-view-bbdca8fe.js} +1 -1
- package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
- package/dist/cjs/sqm-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-invoice-table-view-687660b2.js → sqm-invoice-table-view-69e42ea2.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-navigation-sidebar-item-view-5dfd2b52.js → sqm-navigation-sidebar-item-view-ef8eab4b.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +3 -3
- package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-4d1e6c4a.js → sqm-portal-email-verification-view-d18e1bf0.js} +3 -3
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-forgot-password-view-b986086e.js → sqm-portal-forgot-password-view-a19cd7b6.js} +24 -17
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +25 -4
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-login-view-84e99287.js → sqm-portal-login-view-0c11ca85.js} +2 -2
- package/dist/cjs/{sqm-portal-profile-view-d9dd5455.js → sqm-portal-profile-view-7e9653c7.js} +2 -2
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-registration-form-view-4377d849.js → sqm-portal-registration-form-view-61fa6fb9.js} +2 -2
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-reset-password-view-52fc50fe.js → sqm-portal-reset-password-view-408362b7.js} +2 -2
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-verify-email-view-4f837226.js → sqm-portal-verify-email-view-2acfa811.js} +2 -2
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +4 -4
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +3 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +19 -19
- package/dist/cjs/sqm-text-span-view-ce4c0178.js +63 -0
- package/dist/cjs/sqm-text-span.cjs.entry.js +4 -4
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +1 -1
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +22 -15
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +95 -2
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +44 -43
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +51 -2
- package/dist/collection/global/mixins.js +2 -2
- package/dist/collection/global/styles.js +15 -3
- package/dist/collection/global/styles.ts +15 -3
- package/dist/esm/{GenericTableView-e7addb2b.js → GenericTableView-109ac7aa.js} +1 -1
- package/dist/esm/{ShadowViewAddon-74c0a5d5.js → ShadowViewAddon-05c5c503.js} +4 -4
- package/dist/esm/{copy-text-view-0ac6e1d1.js → copy-text-view-712b9f19.js} +1 -1
- package/dist/esm/{email-registration-view-a7818cf2.js → email-registration-view-f560023c.js} +1 -1
- package/dist/esm/{global-49d89f5f.js → global-20b3681d.js} +15 -3
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{mixins-83f90fa1.js → mixins-80aea3aa.js} +2 -2
- package/dist/esm/sqm-banking-info-form_17.entry.js +5 -5
- package/dist/esm/{sqm-base-registration-form-view-31f1cb87.js → sqm-base-registration-form-view-fc2e475f.js} +2 -2
- package/dist/esm/sqm-big-stat_41.entry.js +6 -6
- package/dist/esm/{sqm-close-button-view-f9819751.js → sqm-close-button-view-df55f036.js} +1 -1
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-email-verification.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +2 -2
- package/dist/esm/{sqm-invoice-table-view-5f911636.js → sqm-invoice-table-view-4c6808a7.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/{sqm-navigation-sidebar-item-view-9cc0f695.js → sqm-navigation-sidebar-item-view-b398cd7c.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
- package/dist/esm/sqm-pagination_3.entry.js +3 -3
- package/dist/esm/sqm-password-field.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-e7335617.js → sqm-portal-email-verification-view-2a1e7f90.js} +3 -3
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/{sqm-portal-forgot-password-view-50444a7c.js → sqm-portal-forgot-password-view-164d24cd.js} +24 -17
- package/dist/esm/sqm-portal-forgot-password.entry.js +25 -4
- package/dist/esm/sqm-portal-google-login.entry.js +3 -3
- package/dist/esm/sqm-portal-google-registration-form.entry.js +4 -4
- package/dist/esm/{sqm-portal-login-view-37c85d04.js → sqm-portal-login-view-615e2527.js} +2 -2
- package/dist/esm/{sqm-portal-profile-view-ec645fff.js → sqm-portal-profile-view-94150971.js} +2 -2
- package/dist/esm/sqm-portal-profile.entry.js +3 -3
- package/dist/esm/{sqm-portal-registration-form-view-21d57492.js → sqm-portal-registration-form-view-48473fa9.js} +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +3 -3
- package/dist/esm/{sqm-portal-reset-password-view-b000ffc5.js → sqm-portal-reset-password-view-19d6cf38.js} +2 -2
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/{sqm-portal-verify-email-view-2983ba9b.js → sqm-portal-verify-email-view-7917948f.js} +2 -2
- package/dist/esm/sqm-portal-verify-email.entry.js +3 -3
- package/dist/esm/sqm-referral-table_11.entry.js +4 -4
- package/dist/esm/sqm-referred-registration.entry.js +2 -2
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +3 -3
- package/dist/esm/sqm-stencilbook.entry.js +19 -19
- package/dist/esm/sqm-text-span-view-cd3902e5.js +61 -0
- package/dist/esm/sqm-text-span.entry.js +4 -4
- package/dist/esm-es5/{GenericTableView-e7addb2b.js → GenericTableView-109ac7aa.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-74c0a5d5.js → ShadowViewAddon-05c5c503.js} +1 -1
- package/dist/esm-es5/{copy-text-view-0ac6e1d1.js → copy-text-view-712b9f19.js} +1 -1
- package/dist/esm-es5/{email-registration-view-a7818cf2.js → email-registration-view-f560023c.js} +1 -1
- package/dist/esm-es5/{global-49d89f5f.js → global-20b3681d.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mixins-83f90fa1.js → mixins-80aea3aa.js} +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/{sqm-base-registration-form-view-31f1cb87.js → sqm-base-registration-form-view-fc2e475f.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/esm-es5/{sqm-close-button-view-f9819751.js → sqm-close-button-view-df55f036.js} +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-5f911636.js → sqm-invoice-table-view-4c6808a7.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-9cc0f695.js → sqm-navigation-sidebar-item-view-b398cd7c.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-e7335617.js → sqm-portal-email-verification-view-2a1e7f90.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-164d24cd.js +1 -0
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-login-view-37c85d04.js → sqm-portal-login-view-615e2527.js} +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-ec645fff.js → sqm-portal-profile-view-94150971.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-registration-form-view-21d57492.js → sqm-portal-registration-form-view-48473fa9.js} +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-reset-password-view-b000ffc5.js → sqm-portal-reset-password-view-19d6cf38.js} +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-verify-email-view-2983ba9b.js → sqm-portal-verify-email-view-7917948f.js} +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span-view-cd3902e5.js +1 -0
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/mint-components/global/styles.ts +15 -3
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-6055eb4c.system.js → p-02887eb2.system.js} +1 -1
- package/dist/mint-components/{p-f2d8d3d3.system.entry.js → p-034340bb.system.entry.js} +1 -1
- package/dist/mint-components/{p-1a6b7d2a.entry.js → p-039c0f4b.entry.js} +1 -1
- package/dist/mint-components/{p-4428294b.entry.js → p-0697142e.entry.js} +1 -1
- package/dist/mint-components/{p-b44e4a90.system.entry.js → p-09f3ad1c.system.entry.js} +1 -1
- package/dist/mint-components/{p-428657fc.system.js → p-0fbd7e31.system.js} +1 -1
- package/dist/mint-components/{p-cd1d497f.system.js → p-10f10832.system.js} +1 -1
- package/dist/mint-components/{p-164a9103.system.entry.js → p-11cd162e.system.entry.js} +1 -1
- package/dist/mint-components/{p-69ac09d4.js → p-194e1adb.js} +1 -1
- package/dist/mint-components/{p-4a3359aa.entry.js → p-1d563d73.entry.js} +1 -1
- package/dist/mint-components/p-1ea6b66a.system.entry.js +1 -0
- package/dist/mint-components/{p-bd2a2546.system.js → p-2257467f.system.js} +1 -1
- package/dist/mint-components/{p-217514ac.system.js → p-2e8c9fc4.system.js} +1 -1
- package/dist/mint-components/{p-1b1df279.system.entry.js → p-31a053b0.system.entry.js} +1 -1
- package/dist/mint-components/{p-f4a8ee29.system.entry.js → p-3432bbf4.system.entry.js} +1 -1
- package/dist/mint-components/{p-4d213278.entry.js → p-34fb5a0d.entry.js} +1 -1
- package/dist/mint-components/{p-605c2904.system.entry.js → p-36b92706.system.entry.js} +1 -1
- package/dist/mint-components/{p-345fd28e.system.entry.js → p-37f798dc.system.entry.js} +1 -1
- package/dist/mint-components/{p-dc52c36a.js → p-3c770512.js} +1 -1
- package/dist/mint-components/{p-0559d880.entry.js → p-3cb4940a.entry.js} +1 -1
- package/dist/mint-components/{p-2b462e4f.system.entry.js → p-3e4e74a2.system.entry.js} +1 -1
- package/dist/mint-components/{p-6fc333f1.js → p-3fc4ce91.js} +1 -1
- package/dist/mint-components/{p-71166ab2.entry.js → p-4210d419.entry.js} +2 -2
- package/dist/mint-components/{p-ccf8c9aa.entry.js → p-4270f282.entry.js} +1 -1
- package/dist/mint-components/{p-e9458955.system.entry.js → p-43581b07.system.entry.js} +1 -1
- package/dist/mint-components/{p-e330b597.system.entry.js → p-451ae1bb.system.entry.js} +1 -1
- package/dist/mint-components/{p-1caef0b4.system.entry.js → p-45ff36ff.system.entry.js} +1 -1
- package/dist/mint-components/{p-321350ef.entry.js → p-4916d8f0.entry.js} +1 -1
- package/dist/mint-components/{p-fd0a013f.entry.js → p-4b42b756.entry.js} +1 -1
- package/dist/mint-components/{p-7c735584.entry.js → p-4fca2639.entry.js} +1 -1
- package/dist/mint-components/{p-e145e4f8.js → p-57b76c52.js} +1 -1
- package/dist/mint-components/{p-7e3a84bc.js → p-59614549.js} +1 -1
- package/dist/mint-components/{p-aaff68dc.entry.js → p-5d2e9ede.entry.js} +1 -1
- package/dist/mint-components/{p-00ed4c2e.entry.js → p-6d446bee.entry.js} +1 -1
- package/dist/mint-components/{p-cd033831.entry.js → p-6e283803.entry.js} +2 -2
- package/dist/mint-components/{p-d2d4ee35.js → p-6e3cfb74.js} +1 -1
- package/dist/mint-components/p-72486247.entry.js +13 -0
- package/dist/mint-components/p-73bbefe3.system.js +1 -0
- package/dist/mint-components/p-74afdafb.system.js +1 -0
- package/dist/mint-components/{p-2028c4d1.system.entry.js → p-7665c5e7.system.entry.js} +1 -1
- package/dist/mint-components/{p-8f8e872f.system.entry.js → p-891a29a5.system.entry.js} +1 -1
- package/dist/mint-components/{p-82f58614.system.js → p-8adc5a02.system.js} +1 -1
- package/dist/mint-components/{p-e21a1cb8.system.entry.js → p-8c5b8d32.system.entry.js} +1 -1
- package/dist/mint-components/p-8feb4180.entry.js +1 -0
- package/dist/mint-components/{p-16c16702.js → p-90299abd.js} +1 -1
- package/dist/mint-components/{p-d1217171.entry.js → p-90523780.entry.js} +1 -1
- package/dist/mint-components/{p-2c7ebd5b.js → p-943a57d0.js} +1 -1
- package/dist/mint-components/{p-ac9f4085.system.entry.js → p-94d8b414.system.entry.js} +1 -1
- package/dist/mint-components/p-9acf0b39.system.entry.js +1 -0
- package/dist/mint-components/{p-20245645.js → p-9b1b6467.js} +1 -1
- package/dist/mint-components/{p-6056cbaf.system.entry.js → p-9ca56cd9.system.entry.js} +1 -1
- package/dist/mint-components/{p-32dbde60.system.js → p-9d4eb7ce.system.js} +1 -1
- package/dist/mint-components/{p-919ed398.js → p-9db56a9a.js} +4 -4
- package/dist/mint-components/{p-71d7c2a0.system.js → p-9e9a95e2.system.js} +1 -1
- package/dist/mint-components/{p-86734f4d.system.entry.js → p-9f2dc51a.system.entry.js} +1 -1
- package/dist/mint-components/{p-775f3ded.entry.js → p-9fc42f1e.entry.js} +1 -1
- package/dist/mint-components/{p-6c8b146b.js → p-a0b62e2a.js} +1 -1
- package/dist/mint-components/p-a25f7ff1.js +1 -0
- package/dist/mint-components/{p-4b6f2eca.system.entry.js → p-a719e9a9.system.entry.js} +1 -1
- package/dist/mint-components/{p-87c21535.entry.js → p-a8696251.entry.js} +1 -1
- package/dist/mint-components/{p-dbec319d.system.js → p-a9b198da.system.js} +1 -1
- package/dist/mint-components/{p-0f442658.entry.js → p-b00f5857.entry.js} +1 -1
- package/dist/mint-components/{p-8e7e6aa3.entry.js → p-b7b2282b.entry.js} +2 -2
- package/dist/mint-components/{p-aa541ea5.system.entry.js → p-be124f5d.system.entry.js} +1 -1
- package/dist/mint-components/{p-2db3817c.system.js → p-be525290.system.js} +1 -1
- package/dist/mint-components/{p-ecea4994.js → p-c0bd9331.js} +1 -1
- package/dist/mint-components/{p-b43d3413.system.js → p-c10c43f3.system.js} +1 -1
- package/dist/mint-components/{p-9f35f2b5.system.entry.js → p-c6784165.system.entry.js} +1 -1
- package/dist/mint-components/{p-df89186f.system.js → p-cc496397.system.js} +1 -1
- package/dist/mint-components/p-cfae3300.js +1 -0
- package/dist/mint-components/p-d0dc29bf.system.js +1 -0
- package/dist/mint-components/{p-2dca9e1a.system.js → p-d2290472.system.js} +1 -1
- package/dist/mint-components/{p-3af1ec4c.entry.js → p-d96451d7.entry.js} +1 -1
- package/dist/mint-components/{p-92816d1f.js → p-dcb57f85.js} +1 -1
- package/dist/mint-components/{p-8c494bf1.js → p-e0394452.js} +1 -1
- package/dist/mint-components/{p-79ae13db.entry.js → p-e1087b05.entry.js} +1 -1
- package/dist/mint-components/p-e309a219.js +1 -0
- package/dist/mint-components/p-e48b9f83.entry.js +1 -0
- package/dist/mint-components/{p-b5fb3826.system.js → p-e6be740f.system.js} +1 -1
- package/dist/mint-components/{p-571e1427.system.js → p-e7db1883.system.js} +1 -1
- package/dist/mint-components/{p-35b475bf.js → p-eda2bc90.js} +1 -1
- package/dist/mint-components/{p-50a5bef7.system.entry.js → p-f1bfe49a.system.entry.js} +1 -1
- package/dist/mint-components/{p-e2a7cf0e.system.js → p-f6a81bcb.system.js} +1 -1
- package/dist/mint-components/{p-e55abf51.entry.js → p-fae144af.entry.js} +1 -1
- package/dist/mint-components/{p-42187319.system.entry.js → p-fb6c614c.system.entry.js} +1 -1
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +3 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +7 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +15 -0
- package/dist/types/components/sqm-text-span/sqm-text-span-view.d.ts +4 -2
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +13 -1
- package/dist/types/components.d.ts +54 -0
- package/dist/types/global/mixins.d.ts +6 -6
- package/dist/types/global/styles.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/sqm-text-span-view-56e48a78.js +0 -62
- package/dist/esm/sqm-text-span-view-c577cc60.js +0 -60
- package/dist/esm-es5/sqm-portal-forgot-password-view-50444a7c.js +0 -1
- package/dist/esm-es5/sqm-text-span-view-c577cc60.js +0 -1
- package/dist/mint-components/p-10976420.entry.js +0 -13
- package/dist/mint-components/p-2e110002.system.js +0 -1
- package/dist/mint-components/p-3b90cd83.system.js +0 -1
- package/dist/mint-components/p-49206a9c.entry.js +0 -1
- package/dist/mint-components/p-5dbe8b0a.system.js +0 -1
- package/dist/mint-components/p-802b9f7e.entry.js +0 -1
- package/dist/mint-components/p-8053366e.system.entry.js +0 -1
- package/dist/mint-components/p-91521e9d.js +0 -1
- package/dist/mint-components/p-ccb5699b.js +0 -1
- package/dist/mint-components/p-eab1c9f3.js +0 -1
- package/dist/mint-components/p-f2228da3.system.entry.js +0 -1
|
@@ -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;
|
|
26
|
-
|
|
15
|
+
const { states, callbacks, content, styles } = props;
|
|
16
|
+
const style = {
|
|
17
|
+
FormWrapper: {
|
|
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();
|
|
33
|
+
return (h("div", { class: sheet.classes.FormWrapper, 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
|
}
|
|
@@ -48,6 +48,21 @@ export class PortalForgotPassword {
|
|
|
48
48
|
* @uiName Email verification sent text
|
|
49
49
|
*/
|
|
50
50
|
this.successAlertText = "If an account with that email exists, a password reset email will be sent.";
|
|
51
|
+
/**
|
|
52
|
+
* @uiName Background color
|
|
53
|
+
* @uiWidget color
|
|
54
|
+
*/
|
|
55
|
+
this.backgroundColor = "var(--sqm-portal-background, #ffffff)";
|
|
56
|
+
/**
|
|
57
|
+
* @uiName Border radius
|
|
58
|
+
* @uiWidget number
|
|
59
|
+
*/
|
|
60
|
+
this.borderRadius = "var(--sqm-border-radius-normal)";
|
|
61
|
+
/**
|
|
62
|
+
* @uiName Border style
|
|
63
|
+
* @uiWidget textArea
|
|
64
|
+
*/
|
|
65
|
+
this.border = "1px solid var(--sqm-border-color, var(--sqm-text), #eaeaea)";
|
|
51
66
|
withHooks(this);
|
|
52
67
|
}
|
|
53
68
|
disconnectedCallback() { }
|
|
@@ -62,8 +77,14 @@ export class PortalForgotPassword {
|
|
|
62
77
|
emailLabel: this.emailLabel,
|
|
63
78
|
submitLabel: this.submitLabel,
|
|
64
79
|
successAlertText: this.successAlertText,
|
|
80
|
+
loginText: this.loginText,
|
|
65
81
|
};
|
|
66
|
-
|
|
82
|
+
const styles = {
|
|
83
|
+
backgroundColor: this.backgroundColor,
|
|
84
|
+
borderRadius: this.borderRadius,
|
|
85
|
+
border: this.border,
|
|
86
|
+
};
|
|
87
|
+
return (h(PortalForgotPasswordView, { states: states, callbacks: callbacks, content: content, styles: styles }));
|
|
67
88
|
}
|
|
68
89
|
static get is() { return "sqm-portal-forgot-password"; }
|
|
69
90
|
static get encapsulation() { return "shadow"; }
|
|
@@ -245,12 +266,84 @@ export class PortalForgotPassword {
|
|
|
245
266
|
"reflect": false,
|
|
246
267
|
"defaultValue": "\"If an account with that email exists, a password reset email will be sent.\""
|
|
247
268
|
},
|
|
269
|
+
"backgroundColor": {
|
|
270
|
+
"type": "string",
|
|
271
|
+
"mutable": false,
|
|
272
|
+
"complexType": {
|
|
273
|
+
"original": "string",
|
|
274
|
+
"resolved": "string",
|
|
275
|
+
"references": {}
|
|
276
|
+
},
|
|
277
|
+
"required": false,
|
|
278
|
+
"optional": false,
|
|
279
|
+
"docs": {
|
|
280
|
+
"tags": [{
|
|
281
|
+
"text": "Background color",
|
|
282
|
+
"name": "uiName"
|
|
283
|
+
}, {
|
|
284
|
+
"text": "color",
|
|
285
|
+
"name": "uiWidget"
|
|
286
|
+
}],
|
|
287
|
+
"text": ""
|
|
288
|
+
},
|
|
289
|
+
"attribute": "background-color",
|
|
290
|
+
"reflect": false,
|
|
291
|
+
"defaultValue": "\"var(--sqm-portal-background, #ffffff)\""
|
|
292
|
+
},
|
|
293
|
+
"borderRadius": {
|
|
294
|
+
"type": "string",
|
|
295
|
+
"mutable": false,
|
|
296
|
+
"complexType": {
|
|
297
|
+
"original": "string",
|
|
298
|
+
"resolved": "string",
|
|
299
|
+
"references": {}
|
|
300
|
+
},
|
|
301
|
+
"required": false,
|
|
302
|
+
"optional": false,
|
|
303
|
+
"docs": {
|
|
304
|
+
"tags": [{
|
|
305
|
+
"text": "Border radius",
|
|
306
|
+
"name": "uiName"
|
|
307
|
+
}, {
|
|
308
|
+
"text": "number",
|
|
309
|
+
"name": "uiWidget"
|
|
310
|
+
}],
|
|
311
|
+
"text": ""
|
|
312
|
+
},
|
|
313
|
+
"attribute": "border-radius",
|
|
314
|
+
"reflect": false,
|
|
315
|
+
"defaultValue": "\"var(--sqm-border-radius-normal)\""
|
|
316
|
+
},
|
|
317
|
+
"border": {
|
|
318
|
+
"type": "string",
|
|
319
|
+
"mutable": false,
|
|
320
|
+
"complexType": {
|
|
321
|
+
"original": "string",
|
|
322
|
+
"resolved": "string",
|
|
323
|
+
"references": {}
|
|
324
|
+
},
|
|
325
|
+
"required": false,
|
|
326
|
+
"optional": false,
|
|
327
|
+
"docs": {
|
|
328
|
+
"tags": [{
|
|
329
|
+
"text": "Border style",
|
|
330
|
+
"name": "uiName"
|
|
331
|
+
}, {
|
|
332
|
+
"text": "textArea",
|
|
333
|
+
"name": "uiWidget"
|
|
334
|
+
}],
|
|
335
|
+
"text": ""
|
|
336
|
+
},
|
|
337
|
+
"attribute": "border",
|
|
338
|
+
"reflect": false,
|
|
339
|
+
"defaultValue": "\"1px solid var(--sqm-border-color, var(--sqm-text), #eaeaea)\""
|
|
340
|
+
},
|
|
248
341
|
"demoData": {
|
|
249
342
|
"type": "unknown",
|
|
250
343
|
"mutable": false,
|
|
251
344
|
"complexType": {
|
|
252
345
|
"original": "DemoData<PortalForgotPasswordViewProps>",
|
|
253
|
-
"resolved": "{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; successAlertText?: string; }; }",
|
|
346
|
+
"resolved": "{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; successAlertText?: string; loginText?: string; }; styles?: { backgroundColor?: string; borderRadius?: string; border?: string; textColor?: string; }; }",
|
|
254
347
|
"references": {
|
|
255
348
|
"DemoData": {
|
|
256
349
|
"location": "import",
|
|
@@ -1,46 +1,48 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
import { createStyleSheet } from "../../styling/JSS";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
const
|
|
3
|
+
export function TextSpanView(props, children) {
|
|
4
|
+
const { type, fontSize, textColor } = props;
|
|
5
|
+
const style = {
|
|
6
|
+
p: {
|
|
7
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-small)",
|
|
8
|
+
"font-weight": "400",
|
|
9
|
+
color: textColor || "var(--sqm-text)",
|
|
10
|
+
margin: "0",
|
|
11
|
+
},
|
|
12
|
+
subtext: {
|
|
13
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-x-small)",
|
|
14
|
+
"font-weight": "400",
|
|
15
|
+
color: textColor || "var(--sqm-text-subdued)",
|
|
16
|
+
margin: "0",
|
|
17
|
+
},
|
|
18
|
+
h1: {
|
|
19
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-xx-large)",
|
|
20
|
+
"font-weight": "600",
|
|
21
|
+
color: textColor || "var(--sqm-text)",
|
|
22
|
+
margin: "0",
|
|
23
|
+
},
|
|
24
|
+
h2: {
|
|
25
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-x-large)",
|
|
26
|
+
"font-weight": "600",
|
|
27
|
+
color: textColor || "var(--sqm-text)",
|
|
28
|
+
margin: "0",
|
|
29
|
+
},
|
|
30
|
+
h3: {
|
|
31
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-large)",
|
|
32
|
+
"font-weight": "600",
|
|
33
|
+
color: textColor || "var(--sqm-text)",
|
|
34
|
+
margin: "0",
|
|
35
|
+
},
|
|
36
|
+
h4: {
|
|
37
|
+
"font-size": fontSize ? `${fontSize}px` : "13px",
|
|
38
|
+
"font-weight": "600",
|
|
39
|
+
color: textColor || "var(--sqm-text)",
|
|
40
|
+
margin: "0",
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
const sheet = createStyleSheet(style);
|
|
44
|
+
const styleString = sheet.toString();
|
|
45
|
+
const vanillaStyle = `
|
|
44
46
|
:host {
|
|
45
47
|
word-wrap: break-word;
|
|
46
48
|
}
|
|
@@ -48,8 +50,7 @@ const vanillaStyle = `
|
|
|
48
50
|
display: inline;
|
|
49
51
|
}
|
|
50
52
|
`;
|
|
51
|
-
|
|
52
|
-
return (h("span", { class: sheet.classes[props.type], part: "sqm-base" },
|
|
53
|
+
return (h("span", { class: sheet.classes[type], part: "sqm-base" },
|
|
53
54
|
h("style", { type: "text/css" },
|
|
54
55
|
vanillaStyle,
|
|
55
56
|
styleString),
|
|
@@ -6,7 +6,7 @@ import { TextSpanView } from "./sqm-text-span-view";
|
|
|
6
6
|
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand","template","sqm-hero","sqm-big-stat","span","sqm-text-span","sqb-program-section","sqb-conditional-section"]
|
|
7
7
|
* @canvasRenderer always-replace
|
|
8
8
|
*/
|
|
9
|
-
export class
|
|
9
|
+
export class TextSpan {
|
|
10
10
|
constructor() {
|
|
11
11
|
this.ignored = true;
|
|
12
12
|
withHooks(this);
|
|
@@ -14,7 +14,7 @@ export class Text {
|
|
|
14
14
|
disconnectedCallback() { }
|
|
15
15
|
componentWillLoad() { }
|
|
16
16
|
render() {
|
|
17
|
-
return h(TextSpanView, { type: this.type }, this.text);
|
|
17
|
+
return (h(TextSpanView, { type: this.type, fontSize: this.fontSize, textColor: this.textColor }, this.text));
|
|
18
18
|
}
|
|
19
19
|
static get is() { return "sqm-text-span"; }
|
|
20
20
|
static get properties() { return {
|
|
@@ -66,6 +66,55 @@ export class Text {
|
|
|
66
66
|
},
|
|
67
67
|
"attribute": "type",
|
|
68
68
|
"reflect": false
|
|
69
|
+
},
|
|
70
|
+
"fontSize": {
|
|
71
|
+
"type": "number",
|
|
72
|
+
"mutable": false,
|
|
73
|
+
"complexType": {
|
|
74
|
+
"original": "number",
|
|
75
|
+
"resolved": "number",
|
|
76
|
+
"references": {}
|
|
77
|
+
},
|
|
78
|
+
"required": false,
|
|
79
|
+
"optional": true,
|
|
80
|
+
"docs": {
|
|
81
|
+
"tags": [{
|
|
82
|
+
"text": "Font Size",
|
|
83
|
+
"name": "uiName"
|
|
84
|
+
}, {
|
|
85
|
+
"text": "number",
|
|
86
|
+
"name": "uiType"
|
|
87
|
+
}],
|
|
88
|
+
"text": "Font size in pixels"
|
|
89
|
+
},
|
|
90
|
+
"attribute": "font-size",
|
|
91
|
+
"reflect": false
|
|
92
|
+
},
|
|
93
|
+
"textColor": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"mutable": false,
|
|
96
|
+
"complexType": {
|
|
97
|
+
"original": "string",
|
|
98
|
+
"resolved": "string",
|
|
99
|
+
"references": {}
|
|
100
|
+
},
|
|
101
|
+
"required": false,
|
|
102
|
+
"optional": true,
|
|
103
|
+
"docs": {
|
|
104
|
+
"tags": [{
|
|
105
|
+
"text": "Text Color",
|
|
106
|
+
"name": "uiName"
|
|
107
|
+
}, {
|
|
108
|
+
"text": "color",
|
|
109
|
+
"name": "uiWidget"
|
|
110
|
+
}, {
|
|
111
|
+
"text": "color",
|
|
112
|
+
"name": "format"
|
|
113
|
+
}],
|
|
114
|
+
"text": ""
|
|
115
|
+
},
|
|
116
|
+
"attribute": "text-color",
|
|
117
|
+
"reflect": false
|
|
69
118
|
}
|
|
70
119
|
}; }
|
|
71
120
|
static get states() { return {
|
|
@@ -66,11 +66,11 @@ export const Wrapper = {
|
|
|
66
66
|
width: "100%",
|
|
67
67
|
"max-width": "var(--sqm-content-max-width)",
|
|
68
68
|
height: "auto",
|
|
69
|
-
"background-color": "var(--sqm-content-background)",
|
|
70
69
|
display: "flex",
|
|
71
70
|
padding: "var(--sl-spacing-xxx-large)",
|
|
71
|
+
background: "var(--sqm-content-background)",
|
|
72
72
|
border: "1px solid #eaeaea",
|
|
73
|
-
|
|
73
|
+
borderRadius: "8px",
|
|
74
74
|
};
|
|
75
75
|
export const AuthWrapper = {
|
|
76
76
|
margin: "auto",
|
|
@@ -613,6 +613,7 @@ html {
|
|
|
613
613
|
--sqm-secondary-button-radius: 30px;
|
|
614
614
|
|
|
615
615
|
--sqm-border-radius-normal: 18px;
|
|
616
|
+
--sqm-border-color: white;
|
|
616
617
|
|
|
617
618
|
|
|
618
619
|
--sqm-input-background: #121212;
|
|
@@ -815,6 +816,16 @@ sl-details::part(summary) {
|
|
|
815
816
|
background-color: var(--sqm-secondary-button-background-hover);
|
|
816
817
|
}
|
|
817
818
|
|
|
819
|
+
*::part(tertiarybutton-base){
|
|
820
|
+
color: var(--sqm-text, var(--sl-color-neutral-800));
|
|
821
|
+
width: max-content;
|
|
822
|
+
display: flex;
|
|
823
|
+
margin: auto;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
*::part(tertiarybutton-base):hover{
|
|
827
|
+
color: #1ed760;
|
|
828
|
+
}
|
|
818
829
|
*::part(primarybutton-base):focus{
|
|
819
830
|
box-shadow: none;
|
|
820
831
|
}
|
|
@@ -832,9 +843,10 @@ sl-details::part(summary) {
|
|
|
832
843
|
border-width: var(--sqm-border-width, 1px);
|
|
833
844
|
}
|
|
834
845
|
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
846
|
+
sl-input::part(base):focus,
|
|
847
|
+
sl-select::part(form-control-wrapper):focus,
|
|
848
|
+
sl-textare::part(textarea-label):focus {
|
|
849
|
+
border-color: none;
|
|
838
850
|
border: var(--sqm-input-focus-border, 1px solid var(--sl-input-border-color-focus));
|
|
839
851
|
}
|
|
840
852
|
|
|
@@ -614,6 +614,7 @@ html {
|
|
|
614
614
|
--sqm-secondary-button-radius: 30px;
|
|
615
615
|
|
|
616
616
|
--sqm-border-radius-normal: 18px;
|
|
617
|
+
--sqm-border-color: white;
|
|
617
618
|
|
|
618
619
|
|
|
619
620
|
--sqm-input-background: #121212;
|
|
@@ -816,6 +817,16 @@ sl-details::part(summary) {
|
|
|
816
817
|
background-color: var(--sqm-secondary-button-background-hover);
|
|
817
818
|
}
|
|
818
819
|
|
|
820
|
+
*::part(tertiarybutton-base){
|
|
821
|
+
color: var(--sqm-text, var(--sl-color-neutral-800));
|
|
822
|
+
width: max-content;
|
|
823
|
+
display: flex;
|
|
824
|
+
margin: auto;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
*::part(tertiarybutton-base):hover{
|
|
828
|
+
color: #1ed760;
|
|
829
|
+
}
|
|
819
830
|
*::part(primarybutton-base):focus{
|
|
820
831
|
box-shadow: none;
|
|
821
832
|
}
|
|
@@ -833,9 +844,10 @@ sl-details::part(summary) {
|
|
|
833
844
|
border-width: var(--sqm-border-width, 1px);
|
|
834
845
|
}
|
|
835
846
|
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
847
|
+
sl-input::part(base):focus,
|
|
848
|
+
sl-select::part(form-control-wrapper):focus,
|
|
849
|
+
sl-textare::part(textarea-label):focus {
|
|
850
|
+
border-color: none;
|
|
839
851
|
border: var(--sqm-input-focus-border, 1px solid var(--sl-input-border-color-focus));
|
|
840
852
|
}
|
|
841
853
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
2
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
-
import { g as gap } from './mixins-
|
|
3
|
+
import { g as gap } from './mixins-80aea3aa.js';
|
|
4
4
|
|
|
5
5
|
function GenericTableView(props) {
|
|
6
6
|
const { states, data, callbacks, elements } = props;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { h, c as Host, d as getAssetPath, g as getElement } from './index-91e7729f.js';
|
|
2
2
|
import { k as useState, b as browser, 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, H, J, F as Fn, w as wn, $ as $e, B, g as getEnvironmentSDK, L } 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, j as jss, a as create } from './JSS-67b5cff8.js';
|
|
8
8
|
import { a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_COPIED } from './useReferralCodes-8f75921a.js';
|
|
9
|
-
import { H as HostBlock, A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-
|
|
10
|
-
import { C as CopyTextView } from './copy-text-view-
|
|
9
|
+
import { H as HostBlock, A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-80aea3aa.js';
|
|
10
|
+
import { C as CopyTextView } from './copy-text-view-712b9f19.js';
|
|
11
11
|
import { u as useChildElements } from './useChildElements-7945ae56.js';
|
|
12
12
|
import { l as luxon } from './luxon-8d51c92b.js';
|
|
13
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
13
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
14
14
|
import { p as pathToRegexp } from './index-ffa26b43.js';
|
|
15
15
|
import { a as isValidColor, b as isMobile } from './utilities-5b0ca040.js';
|
|
16
16
|
import { a as PortalSectionView, P as PortalContainerView } from './sqm-portal-container-view-1683ae32.js';
|
package/dist/esm/{email-registration-view-a7818cf2.js → email-registration-view-f560023c.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
2
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
-
import { A as AuthWrapper, g as gap, a as AuthColumn, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-
|
|
3
|
+
import { A as AuthWrapper, g as gap, a as AuthColumn, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-80aea3aa.js';
|
|
4
4
|
|
|
5
5
|
const style = {
|
|
6
6
|
Wrapper: {
|
|
@@ -26517,6 +26517,7 @@ html {
|
|
|
26517
26517
|
--sqm-secondary-button-radius: 30px;
|
|
26518
26518
|
|
|
26519
26519
|
--sqm-border-radius-normal: 18px;
|
|
26520
|
+
--sqm-border-color: white;
|
|
26520
26521
|
|
|
26521
26522
|
|
|
26522
26523
|
--sqm-input-background: #121212;
|
|
@@ -26719,6 +26720,16 @@ sl-details::part(summary) {
|
|
|
26719
26720
|
background-color: var(--sqm-secondary-button-background-hover);
|
|
26720
26721
|
}
|
|
26721
26722
|
|
|
26723
|
+
*::part(tertiarybutton-base){
|
|
26724
|
+
color: var(--sqm-text, var(--sl-color-neutral-800));
|
|
26725
|
+
width: max-content;
|
|
26726
|
+
display: flex;
|
|
26727
|
+
margin: auto;
|
|
26728
|
+
}
|
|
26729
|
+
|
|
26730
|
+
*::part(tertiarybutton-base):hover{
|
|
26731
|
+
color: #1ed760;
|
|
26732
|
+
}
|
|
26722
26733
|
*::part(primarybutton-base):focus{
|
|
26723
26734
|
box-shadow: none;
|
|
26724
26735
|
}
|
|
@@ -26736,9 +26747,10 @@ sl-details::part(summary) {
|
|
|
26736
26747
|
border-width: var(--sqm-border-width, 1px);
|
|
26737
26748
|
}
|
|
26738
26749
|
|
|
26739
|
-
|
|
26740
|
-
|
|
26741
|
-
|
|
26750
|
+
sl-input::part(base):focus,
|
|
26751
|
+
sl-select::part(form-control-wrapper):focus,
|
|
26752
|
+
sl-textare::part(textarea-label):focus {
|
|
26753
|
+
border-color: none;
|
|
26742
26754
|
border: var(--sqm-input-focus-border, 1px solid var(--sl-input-border-color-focus));
|
|
26743
26755
|
}
|
|
26744
26756
|
|