@saasquatch/mint-components 1.15.0-120 → 1.15.0-121
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 +0 -4
- package/dist/collection/components/sqm-hero/sqm-hero.js +4 -9
- package/dist/esm/sqm-big-stat_44.entry.js +0 -4
- package/dist/esm-es5/sqm-big-stat_44.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-b6e8d3d7.system.entry.js +1 -0
- package/dist/mint-components/{p-ce703132.entry.js → p-ef1616b5.entry.js} +1 -1
- package/dist/mint-components/p-f7919872.system.js +1 -1
- package/dist/types/components/sqm-hero/sqm-hero-view.d.ts +1 -1
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +3 -2
- package/dist/types/components.d.ts +6 -4
- 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-f9338aad.system.entry.js +0 -1
|
@@ -1560,10 +1560,6 @@ const Hero = class {
|
|
|
1560
1560
|
* @uiEnumNames ["Wrap", "Wrap Reverse"]
|
|
1561
1561
|
*/
|
|
1562
1562
|
this.wrapDirection = "wrap";
|
|
1563
|
-
/**
|
|
1564
|
-
* @uiName Hide the column in mobile view (can only be used when two columns are present)
|
|
1565
|
-
*/
|
|
1566
|
-
this.columnToHideInMobile = null;
|
|
1567
1563
|
domContextHooks_module.h$1(this);
|
|
1568
1564
|
}
|
|
1569
1565
|
disconnectedCallback() { }
|
|
@@ -45,10 +45,6 @@ export class Hero {
|
|
|
45
45
|
* @uiEnumNames ["Wrap", "Wrap Reverse"]
|
|
46
46
|
*/
|
|
47
47
|
this.wrapDirection = "wrap";
|
|
48
|
-
/**
|
|
49
|
-
* @uiName Hide the column in mobile view (can only be used when two columns are present)
|
|
50
|
-
*/
|
|
51
|
-
this.columnToHideInMobile = null;
|
|
52
48
|
withHooks(this);
|
|
53
49
|
}
|
|
54
50
|
disconnectedCallback() { }
|
|
@@ -219,7 +215,7 @@ export class Hero {
|
|
|
219
215
|
"type": "string",
|
|
220
216
|
"mutable": false,
|
|
221
217
|
"complexType": {
|
|
222
|
-
"original": "\"primary\" | \"secondary\"
|
|
218
|
+
"original": "\"primary\" | \"secondary\"",
|
|
223
219
|
"resolved": "\"primary\" | \"secondary\"",
|
|
224
220
|
"references": {}
|
|
225
221
|
},
|
|
@@ -227,14 +223,13 @@ export class Hero {
|
|
|
227
223
|
"optional": true,
|
|
228
224
|
"docs": {
|
|
229
225
|
"tags": [{
|
|
230
|
-
"text": "Hide the column in mobile view
|
|
226
|
+
"text": "Hide the column in mobile view",
|
|
231
227
|
"name": "uiName"
|
|
232
228
|
}],
|
|
233
|
-
"text": ""
|
|
229
|
+
"text": "Can only be used when two columns are present"
|
|
234
230
|
},
|
|
235
231
|
"attribute": "column-to-hide-in-mobile",
|
|
236
|
-
"reflect": false
|
|
237
|
-
"defaultValue": "null"
|
|
232
|
+
"reflect": false
|
|
238
233
|
}
|
|
239
234
|
}; }
|
|
240
235
|
}
|
|
@@ -1556,10 +1556,6 @@ const Hero = class {
|
|
|
1556
1556
|
* @uiEnumNames ["Wrap", "Wrap Reverse"]
|
|
1557
1557
|
*/
|
|
1558
1558
|
this.wrapDirection = "wrap";
|
|
1559
|
-
/**
|
|
1560
|
-
* @uiName Hide the column in mobile view (can only be used when two columns are present)
|
|
1561
|
-
*/
|
|
1562
|
-
this.columnToHideInMobile = null;
|
|
1563
1559
|
h(this);
|
|
1564
1560
|
}
|
|
1565
1561
|
disconnectedCallback() { }
|