@saasquatch/mint-components 1.15.0-75 → 1.15.0-77

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.
@@ -1539,12 +1539,12 @@ const Hero = class {
1539
1539
  */
1540
1540
  this.minHeight = 200;
1541
1541
  /**
1542
- * Can be an image url, colour or Shoelace variable.
1542
+ * Add an image or select a color. Recommended image aspect ratio of 4:5
1543
1543
  *
1544
1544
  * @uiName Background
1545
1545
  * @uiWidget Background
1546
1546
  */
1547
- this.background = "var(--sl-color-gray-50)";
1547
+ this.background = "#f9fafb";
1548
1548
  /**
1549
1549
  * @uiName Padding size
1550
1550
  * @uiEnum ["none", "small", "medium","large"]
@@ -25,12 +25,12 @@ export class Hero {
25
25
  */
26
26
  this.minHeight = 200;
27
27
  /**
28
- * Can be an image url, colour or Shoelace variable.
28
+ * Add an image or select a color. Recommended image aspect ratio of 4:5
29
29
  *
30
30
  * @uiName Background
31
31
  * @uiWidget Background
32
32
  */
33
- this.background = "var(--sl-color-gray-50)";
33
+ this.background = "#f9fafb";
34
34
  /**
35
35
  * @uiName Padding size
36
36
  * @uiEnum ["none", "small", "medium","large"]
@@ -132,11 +132,11 @@ export class Hero {
132
132
  "text": "Background",
133
133
  "name": "uiWidget"
134
134
  }],
135
- "text": "Can be an image url, colour or Shoelace variable."
135
+ "text": "Add an image or select a color. Recommended image aspect ratio of 4:5"
136
136
  },
137
137
  "attribute": "background",
138
138
  "reflect": false,
139
- "defaultValue": "\"var(--sl-color-gray-50)\""
139
+ "defaultValue": "\"#f9fafb\""
140
140
  },
141
141
  "paddingSize": {
142
142
  "type": "string",
@@ -1535,12 +1535,12 @@ const Hero = class {
1535
1535
  */
1536
1536
  this.minHeight = 200;
1537
1537
  /**
1538
- * Can be an image url, colour or Shoelace variable.
1538
+ * Add an image or select a color. Recommended image aspect ratio of 4:5
1539
1539
  *
1540
1540
  * @uiName Background
1541
1541
  * @uiWidget Background
1542
1542
  */
1543
- this.background = "var(--sl-color-gray-50)";
1543
+ this.background = "#f9fafb";
1544
1544
  /**
1545
1545
  * @uiName Padding size
1546
1546
  * @uiEnum ["none", "small", "medium","large"]