@saasquatch/mint-components 1.15.0-75 → 1.15.0-76
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-hero/sqm-hero.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-2a8e2f28.system.js +1 -1
- package/dist/mint-components/p-bec939a5.system.entry.js +1 -0
- package/dist/mint-components/{p-e64c4d67.entry.js → p-c1a49c20.entry.js} +1 -1
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- 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/mint-components/p-83239943.system.entry.js +0 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -1539,12 +1539,12 @@ const Hero = class {
|
|
|
1539
1539
|
*/
|
|
1540
1540
|
this.minHeight = 200;
|
|
1541
1541
|
/**
|
|
1542
|
-
*
|
|
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 = "
|
|
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
|
-
*
|
|
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 = "
|
|
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": "
|
|
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": "\"
|
|
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
|
-
*
|
|
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 = "
|
|
1543
|
+
this.background = "#f9fafb";
|
|
1544
1544
|
/**
|
|
1545
1545
|
* @uiName Padding size
|
|
1546
1546
|
* @uiEnum ["none", "small", "medium","large"]
|