@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.
@@ -1516,11 +1516,11 @@ const LeadForm = class {
1516
1516
  /**
1517
1517
  * @uiName First Name field label
1518
1518
  */
1519
- this.firstNameLabel = "First Name";
1519
+ this.firstNameLabel = "First name";
1520
1520
  /**
1521
1521
  * @uiName Last Name field label
1522
1522
  */
1523
- this.lastNameLabel = "Last Name";
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 Name";
21
+ this.firstNameLabel = "First name";
22
22
  /**
23
23
  * @uiName Last Name field label
24
24
  */
25
- this.lastNameLabel = "Last Name";
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 Name\""
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 Name\""
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 Name";
1515
+ this.firstNameLabel = "First name";
1516
1516
  /**
1517
1517
  * @uiName Last Name field label
1518
1518
  */
1519
- this.lastNameLabel = "Last Name";
1519
+ this.lastNameLabel = "Last name";
1520
1520
  /**
1521
1521
  * @uiName Submit button text
1522
1522
  */