@saasquatch/mint-components 1.15.0-120 → 1.15.0-122
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_44.cjs.entry.js +4 -1
- package/dist/collection/components/sqm-hero/sqm-hero.js +12 -3
- package/dist/esm/sqm-big-stat_44.entry.js +4 -1
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -1
- package/dist/types/components.d.ts +8 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -1561,7 +1561,10 @@ const Hero = class {
|
|
|
1561
1561
|
*/
|
|
1562
1562
|
this.wrapDirection = "wrap";
|
|
1563
1563
|
/**
|
|
1564
|
-
*
|
|
1564
|
+
* Can only be used when two columns are present
|
|
1565
|
+
* @uiName Hide the column in mobile view
|
|
1566
|
+
* @uiEnum ["primary", "secondary", "null"]
|
|
1567
|
+
* @uiEnumNames ["Primary", "Secondary", "None"]
|
|
1565
1568
|
*/
|
|
1566
1569
|
this.columnToHideInMobile = null;
|
|
1567
1570
|
domContextHooks_module.h$1(this);
|
|
@@ -46,7 +46,10 @@ export class Hero {
|
|
|
46
46
|
*/
|
|
47
47
|
this.wrapDirection = "wrap";
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Can only be used when two columns are present
|
|
50
|
+
* @uiName Hide the column in mobile view
|
|
51
|
+
* @uiEnum ["primary", "secondary", "null"]
|
|
52
|
+
* @uiEnumNames ["Primary", "Secondary", "None"]
|
|
50
53
|
*/
|
|
51
54
|
this.columnToHideInMobile = null;
|
|
52
55
|
withHooks(this);
|
|
@@ -227,10 +230,16 @@ export class Hero {
|
|
|
227
230
|
"optional": true,
|
|
228
231
|
"docs": {
|
|
229
232
|
"tags": [{
|
|
230
|
-
"text": "Hide the column in mobile view
|
|
233
|
+
"text": "Hide the column in mobile view",
|
|
231
234
|
"name": "uiName"
|
|
235
|
+
}, {
|
|
236
|
+
"text": "[\"primary\", \"secondary\", \"null\"]",
|
|
237
|
+
"name": "uiEnum"
|
|
238
|
+
}, {
|
|
239
|
+
"text": "[\"Primary\", \"Secondary\", \"None\"]",
|
|
240
|
+
"name": "uiEnumNames"
|
|
232
241
|
}],
|
|
233
|
-
"text": ""
|
|
242
|
+
"text": "Can only be used when two columns are present"
|
|
234
243
|
},
|
|
235
244
|
"attribute": "column-to-hide-in-mobile",
|
|
236
245
|
"reflect": false,
|
|
@@ -1557,7 +1557,10 @@ const Hero = class {
|
|
|
1557
1557
|
*/
|
|
1558
1558
|
this.wrapDirection = "wrap";
|
|
1559
1559
|
/**
|
|
1560
|
-
*
|
|
1560
|
+
* Can only be used when two columns are present
|
|
1561
|
+
* @uiName Hide the column in mobile view
|
|
1562
|
+
* @uiEnum ["primary", "secondary", "null"]
|
|
1563
|
+
* @uiEnumNames ["Primary", "Secondary", "None"]
|
|
1561
1564
|
*/
|
|
1562
1565
|
this.columnToHideInMobile = null;
|
|
1563
1566
|
h(this);
|
|
@@ -48,7 +48,10 @@ export declare class Hero {
|
|
|
48
48
|
*/
|
|
49
49
|
wrapDirection: "wrap" | "wrap-reverse";
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Can only be used when two columns are present
|
|
52
|
+
* @uiName Hide the column in mobile view
|
|
53
|
+
* @uiEnum ["primary", "secondary", "null"]
|
|
54
|
+
* @uiEnumNames ["Primary", "Secondary", "None"]
|
|
52
55
|
*/
|
|
53
56
|
columnToHideInMobile?: "primary" | "secondary" | null;
|
|
54
57
|
constructor();
|
|
@@ -1012,7 +1012,10 @@ export namespace Components {
|
|
|
1012
1012
|
*/
|
|
1013
1013
|
"background"?: string;
|
|
1014
1014
|
/**
|
|
1015
|
-
*
|
|
1015
|
+
* Can only be used when two columns are present
|
|
1016
|
+
* @uiName Hide the column in mobile view
|
|
1017
|
+
* @uiEnum ["primary", "secondary", "null"]
|
|
1018
|
+
* @uiEnumNames ["Primary", "Secondary", "None"]
|
|
1016
1019
|
*/
|
|
1017
1020
|
"columnToHideInMobile"?: "primary" | "secondary" | null;
|
|
1018
1021
|
/**
|
|
@@ -8395,7 +8398,10 @@ declare namespace LocalJSX {
|
|
|
8395
8398
|
*/
|
|
8396
8399
|
"background"?: string;
|
|
8397
8400
|
/**
|
|
8398
|
-
*
|
|
8401
|
+
* Can only be used when two columns are present
|
|
8402
|
+
* @uiName Hide the column in mobile view
|
|
8403
|
+
* @uiEnum ["primary", "secondary", "null"]
|
|
8404
|
+
* @uiEnumNames ["Primary", "Secondary", "None"]
|
|
8399
8405
|
*/
|
|
8400
8406
|
"columnToHideInMobile"?: "primary" | "secondary" | null;
|
|
8401
8407
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|