@saasquatch/mint-components 1.11.1-45 → 1.11.1-47
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-empty_4.cjs.entry.js +0 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +0 -4
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +1 -1
- package/dist/esm/sqm-empty_4.entry.js +0 -1
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +0 -1
- package/dist/types/components/sqm-referral-code/sqm-referral-code.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/package.json +1 -1
|
@@ -47,7 +47,6 @@ export class PortalContainer {
|
|
|
47
47
|
/**
|
|
48
48
|
* @uiName Background color
|
|
49
49
|
* @uiWidget color
|
|
50
|
-
* @uiGroup Card style
|
|
51
50
|
* @uiType string
|
|
52
51
|
*/
|
|
53
52
|
this.backgroundColor = "#ffffff00";
|
|
@@ -327,9 +326,6 @@ export class PortalContainer {
|
|
|
327
326
|
}, {
|
|
328
327
|
"text": "color",
|
|
329
328
|
"name": "uiWidget"
|
|
330
|
-
}, {
|
|
331
|
-
"text": "Card style",
|
|
332
|
-
"name": "uiGroup"
|
|
333
329
|
}, {
|
|
334
330
|
"text": "string",
|
|
335
331
|
"name": "uiType"
|
|
@@ -8,7 +8,7 @@ import { useReferralCode } from "./useReferralCode";
|
|
|
8
8
|
/**
|
|
9
9
|
* @uiName Referral Code
|
|
10
10
|
* @exampleGroup Sharing
|
|
11
|
-
* @example Referral Code - <sqm-referral-code tooltip-text="Copied to Clipboard" tooltip-lifespan="1000"></sqm-referral-code>
|
|
11
|
+
* @example Referral Code - <sqm-referral-code tooltip-text="Copied to Clipboard" tooltip-lifespan="1000" show-notification-text="true"></sqm-referral-code>
|
|
12
12
|
*/
|
|
13
13
|
export class ReferralCode {
|
|
14
14
|
constructor() {
|
|
@@ -3,7 +3,7 @@ import { CopyTextViewProps } from "../views/copy-text-view";
|
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Referral Code
|
|
5
5
|
* @exampleGroup Sharing
|
|
6
|
-
* @example Referral Code - <sqm-referral-code tooltip-text="Copied to Clipboard" tooltip-lifespan="1000"></sqm-referral-code>
|
|
6
|
+
* @example Referral Code - <sqm-referral-code tooltip-text="Copied to Clipboard" tooltip-lifespan="1000" show-notification-text="true"></sqm-referral-code>
|
|
7
7
|
*/
|
|
8
8
|
export declare class ReferralCode {
|
|
9
9
|
/**
|
|
@@ -1753,7 +1753,6 @@ export namespace Components {
|
|
|
1753
1753
|
/**
|
|
1754
1754
|
* @uiName Background color
|
|
1755
1755
|
* @uiWidget color
|
|
1756
|
-
* @uiGroup Card style
|
|
1757
1756
|
* @uiType string
|
|
1758
1757
|
*/
|
|
1759
1758
|
"backgroundColor"?: string;
|
|
@@ -7694,7 +7693,6 @@ declare namespace LocalJSX {
|
|
|
7694
7693
|
/**
|
|
7695
7694
|
* @uiName Background color
|
|
7696
7695
|
* @uiWidget color
|
|
7697
|
-
* @uiGroup Card style
|
|
7698
7696
|
* @uiType string
|
|
7699
7697
|
*/
|
|
7700
7698
|
"backgroundColor"?: string;
|
package/docs/docs.docx
CHANGED
|
Binary file
|