@saasquatch/mint-components 2.4.3 → 2.5.0-1
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-link-button/sqm-link-button.js +2 -0
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +3 -0
- package/dist/types/components/sqm-link-button/sqm-link-button.d.ts +2 -0
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +3 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +3 -2
|
@@ -6,6 +6,8 @@ import { LinkButtonView } from "./sqm-link-button-view";
|
|
|
6
6
|
* @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-tab","sqb-program-section","sqb-conditional-section"]
|
|
7
7
|
* @exampleGroup Common Components
|
|
8
8
|
* @example Link Button - <sqm-link-button link="https://www.example.com" open-in-new-tab="true">Click here</sqm-link-button>
|
|
9
|
+
* @csspart primarybutton-base - The button element
|
|
10
|
+
* @csspart sqm-link - The link element inside the button
|
|
9
11
|
*/
|
|
10
12
|
export class LinkButton {
|
|
11
13
|
constructor() {
|
|
@@ -7,6 +7,9 @@ import { ProgramExplainerStepView } from "./sqm-program-explainer-step-view";
|
|
|
7
7
|
* @exampleGroup Common Components
|
|
8
8
|
* @example Program Explainer Step - <sqm-program-explainer-step description="Explore and use our product while earning points in the process!" header="Earn points" icon="cash-stack"></sqm-program-explainer-step>
|
|
9
9
|
* @validParents ["sqm-program-explainer"]
|
|
10
|
+
* @csspart sqm-media - The media element (icon or image)
|
|
11
|
+
* @csspart sqm-header - The header element
|
|
12
|
+
* @csspart sqm-description - The description element
|
|
10
13
|
*/
|
|
11
14
|
export class ProgramExplainerStep {
|
|
12
15
|
constructor() {
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
* @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-tab","sqb-program-section","sqb-conditional-section"]
|
|
4
4
|
* @exampleGroup Common Components
|
|
5
5
|
* @example Link Button - <sqm-link-button link="https://www.example.com" open-in-new-tab="true">Click here</sqm-link-button>
|
|
6
|
+
* @csspart primarybutton-base - The button element
|
|
7
|
+
* @csspart sqm-link - The link element inside the button
|
|
6
8
|
*/
|
|
7
9
|
export declare class LinkButton {
|
|
8
10
|
/**
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
* @exampleGroup Common Components
|
|
4
4
|
* @example Program Explainer Step - <sqm-program-explainer-step description="Explore and use our product while earning points in the process!" header="Earn points" icon="cash-stack"></sqm-program-explainer-step>
|
|
5
5
|
* @validParents ["sqm-program-explainer"]
|
|
6
|
+
* @csspart sqm-media - The media element (icon or image)
|
|
7
|
+
* @csspart sqm-header - The header element
|
|
8
|
+
* @csspart sqm-description - The description element
|
|
6
9
|
*/
|
|
7
10
|
export declare class ProgramExplainerStep {
|
|
8
11
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|