@saasquatch/mint-components 1.14.6-26 → 1.14.6-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/sqm-big-stat_43.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-lead-form/sqm-lead-form.js +4 -4
- package/dist/esm/sqm-big-stat_43.entry.js +2 -2
- package/dist/esm-es5/sqm-big-stat_43.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-33188345.system.entry.js → p-48b50a74.system.entry.js} +1 -1
- package/dist/mint-components/{p-19374011.entry.js → p-f0172bac.entry.js} +1 -1
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -1516,11 +1516,11 @@ const LeadForm = class {
|
|
|
1516
1516
|
/**
|
|
1517
1517
|
* @uiName First Name field label
|
|
1518
1518
|
*/
|
|
1519
|
-
this.firstNameLabel = "First
|
|
1519
|
+
this.firstNameLabel = "First name";
|
|
1520
1520
|
/**
|
|
1521
1521
|
* @uiName Last Name field label
|
|
1522
1522
|
*/
|
|
1523
|
-
this.lastNameLabel = "Last
|
|
1523
|
+
this.lastNameLabel = "Last name";
|
|
1524
1524
|
/**
|
|
1525
1525
|
* @uiName Submit button text
|
|
1526
1526
|
*/
|
|
@@ -18,11 +18,11 @@ export class LeadForm {
|
|
|
18
18
|
/**
|
|
19
19
|
* @uiName First Name field label
|
|
20
20
|
*/
|
|
21
|
-
this.firstNameLabel = "First
|
|
21
|
+
this.firstNameLabel = "First name";
|
|
22
22
|
/**
|
|
23
23
|
* @uiName Last Name field label
|
|
24
24
|
*/
|
|
25
|
-
this.lastNameLabel = "Last
|
|
25
|
+
this.lastNameLabel = "Last name";
|
|
26
26
|
/**
|
|
27
27
|
* @uiName Submit button text
|
|
28
28
|
*/
|
|
@@ -154,7 +154,7 @@ export class LeadForm {
|
|
|
154
154
|
},
|
|
155
155
|
"attribute": "first-name-label",
|
|
156
156
|
"reflect": false,
|
|
157
|
-
"defaultValue": "\"First
|
|
157
|
+
"defaultValue": "\"First name\""
|
|
158
158
|
},
|
|
159
159
|
"lastNameLabel": {
|
|
160
160
|
"type": "string",
|
|
@@ -175,7 +175,7 @@ export class LeadForm {
|
|
|
175
175
|
},
|
|
176
176
|
"attribute": "last-name-label",
|
|
177
177
|
"reflect": false,
|
|
178
|
-
"defaultValue": "\"Last
|
|
178
|
+
"defaultValue": "\"Last name\""
|
|
179
179
|
},
|
|
180
180
|
"submitLabel": {
|
|
181
181
|
"type": "string",
|
|
@@ -1512,11 +1512,11 @@ const LeadForm = class {
|
|
|
1512
1512
|
/**
|
|
1513
1513
|
* @uiName First Name field label
|
|
1514
1514
|
*/
|
|
1515
|
-
this.firstNameLabel = "First
|
|
1515
|
+
this.firstNameLabel = "First name";
|
|
1516
1516
|
/**
|
|
1517
1517
|
* @uiName Last Name field label
|
|
1518
1518
|
*/
|
|
1519
|
-
this.lastNameLabel = "Last
|
|
1519
|
+
this.lastNameLabel = "Last name";
|
|
1520
1520
|
/**
|
|
1521
1521
|
* @uiName Submit button text
|
|
1522
1522
|
*/
|