@saasquatch/mint-components 1.15.0-83 → 1.15.0-84
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-share-code/sqm-share-code.js +1 -1
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +1 -1
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +1 -1
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ import { CopyTextView } from "../views/copy-text-view";
|
|
|
7
7
|
import { useShareCode } from "./useShareCode";
|
|
8
8
|
/**
|
|
9
9
|
* @uiName Share Code
|
|
10
|
-
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand","template","sqb-program-section","sqb-conditional-section"]
|
|
10
|
+
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand","template","sqb-program-section","sqb-conditional-section", "sqm-titled-section"]
|
|
11
11
|
* @exampleGroup Sharing
|
|
12
12
|
* @example Share Code - <sqm-share-code tooltip-text="Copied to Clipboard" tooltip-lifespan="1000"></sqm-share-code>
|
|
13
13
|
*/
|
|
@@ -8,7 +8,7 @@ import { useShareLink } from "./useShareLink";
|
|
|
8
8
|
/**
|
|
9
9
|
* @uiName Share Link
|
|
10
10
|
* @exampleGroup Sharing
|
|
11
|
-
* @validParents ["sqm-portal-container","div","sqm-hero","sqm-referral-card","sqm-instant-access-registration","sqb-program-section","sqb-conditional-section"]
|
|
11
|
+
* @validParents ["sqm-portal-container", "sqm-titled-section", "div","sqm-hero","sqm-referral-card","sqm-instant-access-registration","sqb-program-section","sqb-conditional-section"]
|
|
12
12
|
* @example Share Link - <sqm-share-link tooltip-text="Copied to Clipboard" tooltip-lifespan="1000"></sqm-share-link>
|
|
13
13
|
*/
|
|
14
14
|
export class ShareLink {
|
|
@@ -2,7 +2,7 @@ import { DemoData } from "../../global/demo";
|
|
|
2
2
|
import { CopyTextViewProps } from "../views/copy-text-view";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Share Code
|
|
5
|
-
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand","template","sqb-program-section","sqb-conditional-section"]
|
|
5
|
+
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand","template","sqb-program-section","sqb-conditional-section", "sqm-titled-section"]
|
|
6
6
|
* @exampleGroup Sharing
|
|
7
7
|
* @example Share Code - <sqm-share-code tooltip-text="Copied to Clipboard" tooltip-lifespan="1000"></sqm-share-code>
|
|
8
8
|
*/
|
|
@@ -3,7 +3,7 @@ import { CopyTextViewProps } from "../views/copy-text-view";
|
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Share Link
|
|
5
5
|
* @exampleGroup Sharing
|
|
6
|
-
* @validParents ["sqm-portal-container","div","sqm-hero","sqm-referral-card","sqm-instant-access-registration","sqb-program-section","sqb-conditional-section"]
|
|
6
|
+
* @validParents ["sqm-portal-container", "sqm-titled-section", "div","sqm-hero","sqm-referral-card","sqm-instant-access-registration","sqb-program-section","sqb-conditional-section"]
|
|
7
7
|
* @example Share Link - <sqm-share-link tooltip-text="Copied to Clipboard" tooltip-lifespan="1000"></sqm-share-link>
|
|
8
8
|
*/
|
|
9
9
|
export declare class ShareLink {
|
package/docs/docs.docx
CHANGED
|
Binary file
|