@saasquatch/mint-components 2.1.2-1 → 2.1.2-2
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 -0
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -0
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- 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>
|
|
@@ -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>
|
package/docs/docs.docx
CHANGED
|
Binary file
|