@saasquatch/mint-components 1.16.0-17 → 1.16.0-19
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/sqm-banking-info-form_17.cjs.entry.js +3 -2
- package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -13
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +1 -1
- package/dist/collection/components/sqm-qr-code/useQRCode.js +1 -13
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +3 -2
- package/dist/esm/sqm-banking-info-form_17.entry.js +3 -2
- package/dist/esm/sqm-qr-code.entry.js +1 -13
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/p-8b584c46.system.entry.js +1 -0
- package/dist/mint-components/{p-cafb67b7.system.entry.js → p-9b6ac371.system.entry.js} +1 -1
- package/dist/mint-components/p-c9b08184.entry.js +17 -0
- package/dist/mint-components/{p-c10835fa.entry.js → p-f6d876c2.entry.js} +5 -5
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-0c78815e.system.entry.js +0 -1
- package/dist/mint-components/p-53730ffe.entry.js +0 -17
|
@@ -2,7 +2,7 @@ import { DemoData } from "../../global/demo";
|
|
|
2
2
|
import { NameFieldsViewProps } from "./sqm-name-fields-view";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Form Name Fields
|
|
5
|
-
* @validParents ["sqm-portal-register","sqm-portal-registration-form"]
|
|
5
|
+
* @validParents ["sqm-portal-register","sqm-portal-registration-form", "sqm-portal-google-registration-form"]
|
|
6
6
|
* @exampleGroup Microsite Components
|
|
7
7
|
* @example Form Name Fields - <sqm-name-fields first-name-label="First Name" last-name-label="Last Name"></sqm-name-fields>
|
|
8
8
|
*/
|
package/docs/docs.docx
CHANGED
|
Binary file
|