@saasquatch/mint-components 2.0.0-1 → 2.0.0-3
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_46.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-hero/sqm-hero.js +6 -6
- package/dist/esm/sqm-big-stat_46.entry.js +2 -2
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
- package/dist/types/components.d.ts +8 -8
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -1569,9 +1569,9 @@ const Hero = class {
|
|
|
1569
1569
|
*/
|
|
1570
1570
|
this.minHeight = 200;
|
|
1571
1571
|
/**
|
|
1572
|
-
*
|
|
1572
|
+
* Content background color or image (for use in the left column)
|
|
1573
1573
|
*
|
|
1574
|
-
* @uiName
|
|
1574
|
+
* @uiName Content background
|
|
1575
1575
|
* @uiWidget Background
|
|
1576
1576
|
*/
|
|
1577
1577
|
this.background = "#f9fafb";
|
|
@@ -25,9 +25,9 @@ export class Hero {
|
|
|
25
25
|
*/
|
|
26
26
|
this.minHeight = 200;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Content background color or image (for use in the left column)
|
|
29
29
|
*
|
|
30
|
-
* @uiName
|
|
30
|
+
* @uiName Content background
|
|
31
31
|
* @uiWidget Background
|
|
32
32
|
*/
|
|
33
33
|
this.background = "#f9fafb";
|
|
@@ -129,13 +129,13 @@ export class Hero {
|
|
|
129
129
|
"optional": true,
|
|
130
130
|
"docs": {
|
|
131
131
|
"tags": [{
|
|
132
|
-
"text": "
|
|
132
|
+
"text": "Content background",
|
|
133
133
|
"name": "uiName"
|
|
134
134
|
}, {
|
|
135
135
|
"text": "Background",
|
|
136
136
|
"name": "uiWidget"
|
|
137
137
|
}],
|
|
138
|
-
"text": "
|
|
138
|
+
"text": "Content background color or image (for use in the left column)"
|
|
139
139
|
},
|
|
140
140
|
"attribute": "background",
|
|
141
141
|
"reflect": false,
|
|
@@ -180,13 +180,13 @@ export class Hero {
|
|
|
180
180
|
"optional": true,
|
|
181
181
|
"docs": {
|
|
182
182
|
"tags": [{
|
|
183
|
-
"text": "
|
|
183
|
+
"text": "Splash image",
|
|
184
184
|
"name": "uiName"
|
|
185
185
|
}, {
|
|
186
186
|
"text": "Background",
|
|
187
187
|
"name": "uiWidget"
|
|
188
188
|
}],
|
|
189
|
-
"text": "
|
|
189
|
+
"text": "Splash image or background color (for use in the right column)"
|
|
190
190
|
},
|
|
191
191
|
"attribute": "secondary-background",
|
|
192
192
|
"reflect": false
|
|
@@ -1565,9 +1565,9 @@ const Hero = class {
|
|
|
1565
1565
|
*/
|
|
1566
1566
|
this.minHeight = 200;
|
|
1567
1567
|
/**
|
|
1568
|
-
*
|
|
1568
|
+
* Content background color or image (for use in the left column)
|
|
1569
1569
|
*
|
|
1570
|
-
* @uiName
|
|
1570
|
+
* @uiName Content background
|
|
1571
1571
|
* @uiWidget Background
|
|
1572
1572
|
*/
|
|
1573
1573
|
this.background = "#f9fafb";
|
|
@@ -20,9 +20,9 @@ export declare class Hero {
|
|
|
20
20
|
*/
|
|
21
21
|
minHeight: number;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Content background color or image (for use in the left column)
|
|
24
24
|
*
|
|
25
|
-
* @uiName
|
|
25
|
+
* @uiName Content background
|
|
26
26
|
* @uiWidget Background
|
|
27
27
|
*/
|
|
28
28
|
background?: string;
|
|
@@ -33,9 +33,9 @@ export declare class Hero {
|
|
|
33
33
|
*/
|
|
34
34
|
paddingSize: "none" | "small" | "medium" | "large";
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Splash image or background color (for use in the right column)
|
|
37
37
|
*
|
|
38
|
-
* @uiName
|
|
38
|
+
* @uiName Splash image
|
|
39
39
|
* @uiWidget Background
|
|
40
40
|
*/
|
|
41
41
|
secondaryBackground?: string;
|
|
@@ -1024,8 +1024,8 @@ export namespace Components {
|
|
|
1024
1024
|
}
|
|
1025
1025
|
interface SqmHero {
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1028
|
-
* @uiName
|
|
1027
|
+
* Content background color or image (for use in the left column)
|
|
1028
|
+
* @uiName Content background
|
|
1029
1029
|
* @uiWidget Background
|
|
1030
1030
|
*/
|
|
1031
1031
|
"background"?: string;
|
|
@@ -1054,8 +1054,8 @@ export namespace Components {
|
|
|
1054
1054
|
*/
|
|
1055
1055
|
"paddingSize": "none" | "small" | "medium" | "large";
|
|
1056
1056
|
/**
|
|
1057
|
-
*
|
|
1058
|
-
* @uiName
|
|
1057
|
+
* Splash image or background color (for use in the right column)
|
|
1058
|
+
* @uiName Splash image
|
|
1059
1059
|
* @uiWidget Background
|
|
1060
1060
|
*/
|
|
1061
1061
|
"secondaryBackground"?: string;
|
|
@@ -8723,8 +8723,8 @@ declare namespace LocalJSX {
|
|
|
8723
8723
|
}
|
|
8724
8724
|
interface SqmHero {
|
|
8725
8725
|
/**
|
|
8726
|
-
*
|
|
8727
|
-
* @uiName
|
|
8726
|
+
* Content background color or image (for use in the left column)
|
|
8727
|
+
* @uiName Content background
|
|
8728
8728
|
* @uiWidget Background
|
|
8729
8729
|
*/
|
|
8730
8730
|
"background"?: string;
|
|
@@ -8753,8 +8753,8 @@ declare namespace LocalJSX {
|
|
|
8753
8753
|
*/
|
|
8754
8754
|
"paddingSize"?: "none" | "small" | "medium" | "large";
|
|
8755
8755
|
/**
|
|
8756
|
-
*
|
|
8757
|
-
* @uiName
|
|
8756
|
+
* Splash image or background color (for use in the right column)
|
|
8757
|
+
* @uiName Splash image
|
|
8758
8758
|
* @uiWidget Background
|
|
8759
8759
|
*/
|
|
8760
8760
|
"secondaryBackground"?: string;
|
package/docs/docs.docx
CHANGED
|
Binary file
|