@saasquatch/mint-components 2.1.2-1 → 2.1.2-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/collection/components/sqm-hero-image/sqm-hero-image.js +1 -3
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -1
- package/dist/types/components.d.ts +0 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ import { getProps } from "../../utils/utils";
|
|
|
4
4
|
import { HeroImageView } from "./sqm-hero-image-view";
|
|
5
5
|
/**
|
|
6
6
|
* @uiName Hero Image
|
|
7
|
+
* @uiOrder ["image-url", "image-alt", "min-height", "layout", "header", "description", "button-text", "button-link", "button-new-tab", "*"]
|
|
7
8
|
* @validParents ["sqm-portal-container","sqm-brand", "div", "sqm-divided-layout", "sqb-program-section", "sqb-conditional-section", "sqm-titled-section", "sqm-tab", "template"]
|
|
8
9
|
* @exampleGroup Common Components
|
|
9
10
|
* @example Two Column Hero Image - <sqm-hero-image image-url="https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png" header="MyCompany Rewards" description="Refer a friend and earn up to $1200 in rewards" layout="columns" image-pos="right"></sqm-hero-image>
|
|
@@ -585,9 +586,6 @@ export class HeroImage {
|
|
|
585
586
|
"tags": [{
|
|
586
587
|
"text": "Minimum height (px)",
|
|
587
588
|
"name": "uiName"
|
|
588
|
-
}, {
|
|
589
|
-
"text": "Style",
|
|
590
|
-
"name": "uiGroup"
|
|
591
589
|
}],
|
|
592
590
|
"text": "Minimum height of the component in pixels. Reserves vertical space to prevent layout shift while the image loads."
|
|
593
591
|
},
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Spacing } from "../../global/mixins";
|
|
2
2
|
/**
|
|
3
3
|
* @uiName Hero Image
|
|
4
|
+
* @uiOrder ["image-url", "image-alt", "min-height", "layout", "header", "description", "button-text", "button-link", "button-new-tab", "*"]
|
|
4
5
|
* @validParents ["sqm-portal-container","sqm-brand", "div", "sqm-divided-layout", "sqb-program-section", "sqb-conditional-section", "sqm-titled-section", "sqm-tab", "template"]
|
|
5
6
|
* @exampleGroup Common Components
|
|
6
7
|
* @example Two Column Hero Image - <sqm-hero-image image-url="https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png" header="MyCompany Rewards" description="Refer a friend and earn up to $1200 in rewards" layout="columns" image-pos="right"></sqm-hero-image>
|
|
@@ -120,7 +121,6 @@ export declare class HeroImage {
|
|
|
120
121
|
* Minimum height of the component in pixels. Reserves vertical space to prevent layout shift while the image loads.
|
|
121
122
|
*
|
|
122
123
|
* @uiName Minimum height (px)
|
|
123
|
-
* @uiGroup Style
|
|
124
124
|
*/
|
|
125
125
|
minHeight?: number;
|
|
126
126
|
/**
|
|
@@ -1174,7 +1174,6 @@ export namespace Components {
|
|
|
1174
1174
|
/**
|
|
1175
1175
|
* Minimum height of the component in pixels. Reserves vertical space to prevent layout shift while the image loads.
|
|
1176
1176
|
* @uiName Minimum height (px)
|
|
1177
|
-
* @uiGroup Style
|
|
1178
1177
|
*/
|
|
1179
1178
|
"minHeight"?: number;
|
|
1180
1179
|
/**
|
|
@@ -9093,7 +9092,6 @@ declare namespace LocalJSX {
|
|
|
9093
9092
|
/**
|
|
9094
9093
|
* Minimum height of the component in pixels. Reserves vertical space to prevent layout shift while the image loads.
|
|
9095
9094
|
* @uiName Minimum height (px)
|
|
9096
|
-
* @uiGroup Style
|
|
9097
9095
|
*/
|
|
9098
9096
|
"minHeight"?: number;
|
|
9099
9097
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|