@saasquatch/mint-components 1.12.0-4 → 1.12.0-5
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/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +5 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +5 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js
CHANGED
|
@@ -5,6 +5,11 @@ import { getProps } from "../../../utils/utils";
|
|
|
5
5
|
import { PayoutStatusAlertView, } from "./sqm-payout-status-alert-view";
|
|
6
6
|
import { usePayoutStatus } from "./usePayoutStatus";
|
|
7
7
|
import { isDemo } from "@saasquatch/component-boilerplate";
|
|
8
|
+
/**
|
|
9
|
+
* @uiName Payout Status Alert
|
|
10
|
+
* @exampleGroup Tax and Cash
|
|
11
|
+
* @example Payout Status Alert - <sqm-payout-status-alert></sqm-payout-status-alert>
|
|
12
|
+
*/
|
|
8
13
|
export class PayoutStatusAlert {
|
|
9
14
|
constructor() {
|
|
10
15
|
/**
|
package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { DemoData } from "../../../global/demo";
|
|
2
2
|
import { PayoutStatusAlertViewProps } from "./sqm-payout-status-alert-view";
|
|
3
|
+
/**
|
|
4
|
+
* @uiName Payout Status Alert
|
|
5
|
+
* @exampleGroup Tax and Cash
|
|
6
|
+
* @example Payout Status Alert - <sqm-payout-status-alert></sqm-payout-status-alert>
|
|
7
|
+
*/
|
|
3
8
|
export declare class PayoutStatusAlert {
|
|
4
9
|
/**
|
|
5
10
|
* @uiName Info required alert header
|
package/docs/docs.docx
CHANGED
|
Binary file
|