@saasquatch/mint-components 2.1.8-0 → 2.1.8-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/cjs/{ShadowViewAddon-1d15cdf7.js → ShadowViewAddon-5ce32291.js} +89 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +2 -16
- package/dist/cjs/{sqm-big-stat_45.cjs.entry.js → sqm-big-stat_46.cjs.entry.js} +329 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +158 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/sqm-partner-info-modal/PartnerInfoModal.stories.js +143 -0
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal-view.js +90 -0
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal.js +462 -0
- package/dist/collection/components/sqm-partner-info-modal/usePartnerInfoModal.js +180 -0
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +2 -16
- package/dist/esm/{ShadowViewAddon-53b9090b.js → ShadowViewAddon-9d97b5d5.js} +89 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +2 -16
- package/dist/esm/{sqm-big-stat_45.entry.js → sqm-big-stat_46.entry.js} +333 -6
- package/dist/esm/sqm-stencilbook.entry.js +158 -1
- package/dist/esm-es5/{ShadowViewAddon-53b9090b.js → ShadowViewAddon-9d97b5d5.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -0
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-0f036907.system.js +1 -0
- package/dist/mint-components/{p-0e6c90b1.entry.js → p-22e39d2c.entry.js} +90 -21
- package/dist/mint-components/p-499885aa.entry.js +9 -0
- package/dist/mint-components/p-a6621899.system.entry.js +1 -0
- package/dist/mint-components/{p-e980472a.js → p-adc4e263.js} +25 -25
- package/dist/mint-components/{p-7d16ee0e.entry.js → p-b0253f4c.entry.js} +2 -2
- package/dist/mint-components/p-ca098be1.system.js +1 -1
- package/dist/mint-components/p-d93e19e9.system.entry.js +1 -0
- package/dist/mint-components/p-e45a9966.system.entry.js +1 -0
- package/dist/types/components/sqm-partner-info-modal/PartnerInfoModal.stories.d.ts +13 -0
- package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal-view.d.ts +41 -0
- package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal.d.ts +80 -0
- package/dist/types/components/sqm-partner-info-modal/usePartnerInfoModal.d.ts +16 -0
- package/dist/types/components.d.ts +138 -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/esm-es5/sqm-big-stat_45.entry.js +0 -1
- package/dist/mint-components/p-17b32de7.system.entry.js +0 -1
- package/dist/mint-components/p-54ea8b9b.system.entry.js +0 -1
- package/dist/mint-components/p-807ed3bf.system.js +0 -1
- package/dist/mint-components/p-de7bb373.entry.js +0 -9
- package/dist/mint-components/p-e9258d20.system.entry.js +0 -1
|
@@ -34,6 +34,7 @@ import { NavigationMenuViewProps } from "./components/sqm-navigation-menu/sqm-na
|
|
|
34
34
|
import { NavigationSidebarViewProps } from "./components/sqm-navigation-sidebar/sqm-navigation-sidebar-view";
|
|
35
35
|
import { NavigationSidebarItemViewProps } from "./components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view";
|
|
36
36
|
import { UsePagination } from "./components/sqm-pagination/usePagination";
|
|
37
|
+
import { PartnerInfoModalViewProps } from "./components/sqm-partner-info-modal/sqm-partner-info-modal-view";
|
|
37
38
|
import { PasswordFieldViewDemoProps } from "./components/sqm-password-field/usePasswordField";
|
|
38
39
|
import { PayoutButtonScrollViewProps } from "./components/sqm-payout-button-scroll/sqm-payout-button-scroll-view";
|
|
39
40
|
import { PayoutStatusAlertViewProps } from "./components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view";
|
|
@@ -2310,6 +2311,70 @@ export namespace Components {
|
|
|
2310
2311
|
*/
|
|
2311
2312
|
"paginationText": string;
|
|
2312
2313
|
}
|
|
2314
|
+
interface SqmPartnerInfoModal {
|
|
2315
|
+
/**
|
|
2316
|
+
* Brand name shown in the modal header
|
|
2317
|
+
* @uiName Brand name
|
|
2318
|
+
*/
|
|
2319
|
+
"brandName": string;
|
|
2320
|
+
/**
|
|
2321
|
+
* @uiName Confirm button label
|
|
2322
|
+
*/
|
|
2323
|
+
"confirmButtonLabel": string;
|
|
2324
|
+
/**
|
|
2325
|
+
* @uiName Country label
|
|
2326
|
+
*/
|
|
2327
|
+
"countryLabel": string;
|
|
2328
|
+
/**
|
|
2329
|
+
* @uiName Currency label
|
|
2330
|
+
*/
|
|
2331
|
+
"currencyLabel": string;
|
|
2332
|
+
/**
|
|
2333
|
+
* @undocumented
|
|
2334
|
+
* @uiType object
|
|
2335
|
+
*/
|
|
2336
|
+
"demoData"?: DemoData<PartnerInfoModalViewProps>;
|
|
2337
|
+
/**
|
|
2338
|
+
* Description for existing partner confirmation
|
|
2339
|
+
* @uiName Existing partner description
|
|
2340
|
+
* @uiWidget textArea
|
|
2341
|
+
*/
|
|
2342
|
+
"descriptionExistingPartner": string;
|
|
2343
|
+
/**
|
|
2344
|
+
* Description for new partner setup
|
|
2345
|
+
* @uiName New partner description
|
|
2346
|
+
* @uiWidget textArea
|
|
2347
|
+
*/
|
|
2348
|
+
"descriptionNewPartner": string;
|
|
2349
|
+
/**
|
|
2350
|
+
* @uiName Missing fields error text
|
|
2351
|
+
* @uiWidget textArea
|
|
2352
|
+
*/
|
|
2353
|
+
"missingFieldsErrorText": string;
|
|
2354
|
+
/**
|
|
2355
|
+
* Header text when user has no existing partner
|
|
2356
|
+
* @uiName New partner header
|
|
2357
|
+
* @uiWidget textArea
|
|
2358
|
+
*/
|
|
2359
|
+
"modalBrandHeader": string;
|
|
2360
|
+
/**
|
|
2361
|
+
* @uiName Network error text
|
|
2362
|
+
* @uiWidget textArea
|
|
2363
|
+
*/
|
|
2364
|
+
"networkErrorText": string;
|
|
2365
|
+
/**
|
|
2366
|
+
* @uiName Search country placeholder
|
|
2367
|
+
*/
|
|
2368
|
+
"searchCountryPlaceholder": string;
|
|
2369
|
+
/**
|
|
2370
|
+
* @uiName Search currency placeholder
|
|
2371
|
+
*/
|
|
2372
|
+
"searchCurrencyPlaceholder": string;
|
|
2373
|
+
/**
|
|
2374
|
+
* @uiName Submit button label
|
|
2375
|
+
*/
|
|
2376
|
+
"submitButtonLabel": string;
|
|
2377
|
+
}
|
|
2313
2378
|
interface SqmPasswordField {
|
|
2314
2379
|
/**
|
|
2315
2380
|
* @undocumented
|
|
@@ -7497,6 +7562,12 @@ declare global {
|
|
|
7497
7562
|
prototype: HTMLSqmPaginationElement;
|
|
7498
7563
|
new (): HTMLSqmPaginationElement;
|
|
7499
7564
|
};
|
|
7565
|
+
interface HTMLSqmPartnerInfoModalElement extends Components.SqmPartnerInfoModal, HTMLStencilElement {
|
|
7566
|
+
}
|
|
7567
|
+
var HTMLSqmPartnerInfoModalElement: {
|
|
7568
|
+
prototype: HTMLSqmPartnerInfoModalElement;
|
|
7569
|
+
new (): HTMLSqmPartnerInfoModalElement;
|
|
7570
|
+
};
|
|
7500
7571
|
interface HTMLSqmPasswordFieldElement extends Components.SqmPasswordField, HTMLStencilElement {
|
|
7501
7572
|
}
|
|
7502
7573
|
var HTMLSqmPasswordFieldElement: {
|
|
@@ -8021,6 +8092,7 @@ declare global {
|
|
|
8021
8092
|
"sqm-navigation-sidebar": HTMLSqmNavigationSidebarElement;
|
|
8022
8093
|
"sqm-navigation-sidebar-item": HTMLSqmNavigationSidebarItemElement;
|
|
8023
8094
|
"sqm-pagination": HTMLSqmPaginationElement;
|
|
8095
|
+
"sqm-partner-info-modal": HTMLSqmPartnerInfoModalElement;
|
|
8024
8096
|
"sqm-password-field": HTMLSqmPasswordFieldElement;
|
|
8025
8097
|
"sqm-payout-button-scroll": HTMLSqmPayoutButtonScrollElement;
|
|
8026
8098
|
"sqm-payout-details-card": HTMLSqmPayoutDetailsCardElement;
|
|
@@ -10347,6 +10419,70 @@ declare namespace LocalJSX {
|
|
|
10347
10419
|
*/
|
|
10348
10420
|
"paginationText"?: string;
|
|
10349
10421
|
}
|
|
10422
|
+
interface SqmPartnerInfoModal {
|
|
10423
|
+
/**
|
|
10424
|
+
* Brand name shown in the modal header
|
|
10425
|
+
* @uiName Brand name
|
|
10426
|
+
*/
|
|
10427
|
+
"brandName"?: string;
|
|
10428
|
+
/**
|
|
10429
|
+
* @uiName Confirm button label
|
|
10430
|
+
*/
|
|
10431
|
+
"confirmButtonLabel"?: string;
|
|
10432
|
+
/**
|
|
10433
|
+
* @uiName Country label
|
|
10434
|
+
*/
|
|
10435
|
+
"countryLabel"?: string;
|
|
10436
|
+
/**
|
|
10437
|
+
* @uiName Currency label
|
|
10438
|
+
*/
|
|
10439
|
+
"currencyLabel"?: string;
|
|
10440
|
+
/**
|
|
10441
|
+
* @undocumented
|
|
10442
|
+
* @uiType object
|
|
10443
|
+
*/
|
|
10444
|
+
"demoData"?: DemoData<PartnerInfoModalViewProps>;
|
|
10445
|
+
/**
|
|
10446
|
+
* Description for existing partner confirmation
|
|
10447
|
+
* @uiName Existing partner description
|
|
10448
|
+
* @uiWidget textArea
|
|
10449
|
+
*/
|
|
10450
|
+
"descriptionExistingPartner"?: string;
|
|
10451
|
+
/**
|
|
10452
|
+
* Description for new partner setup
|
|
10453
|
+
* @uiName New partner description
|
|
10454
|
+
* @uiWidget textArea
|
|
10455
|
+
*/
|
|
10456
|
+
"descriptionNewPartner"?: string;
|
|
10457
|
+
/**
|
|
10458
|
+
* @uiName Missing fields error text
|
|
10459
|
+
* @uiWidget textArea
|
|
10460
|
+
*/
|
|
10461
|
+
"missingFieldsErrorText"?: string;
|
|
10462
|
+
/**
|
|
10463
|
+
* Header text when user has no existing partner
|
|
10464
|
+
* @uiName New partner header
|
|
10465
|
+
* @uiWidget textArea
|
|
10466
|
+
*/
|
|
10467
|
+
"modalBrandHeader"?: string;
|
|
10468
|
+
/**
|
|
10469
|
+
* @uiName Network error text
|
|
10470
|
+
* @uiWidget textArea
|
|
10471
|
+
*/
|
|
10472
|
+
"networkErrorText"?: string;
|
|
10473
|
+
/**
|
|
10474
|
+
* @uiName Search country placeholder
|
|
10475
|
+
*/
|
|
10476
|
+
"searchCountryPlaceholder"?: string;
|
|
10477
|
+
/**
|
|
10478
|
+
* @uiName Search currency placeholder
|
|
10479
|
+
*/
|
|
10480
|
+
"searchCurrencyPlaceholder"?: string;
|
|
10481
|
+
/**
|
|
10482
|
+
* @uiName Submit button label
|
|
10483
|
+
*/
|
|
10484
|
+
"submitButtonLabel"?: string;
|
|
10485
|
+
}
|
|
10350
10486
|
interface SqmPasswordField {
|
|
10351
10487
|
/**
|
|
10352
10488
|
* @undocumented
|
|
@@ -15263,6 +15399,7 @@ declare namespace LocalJSX {
|
|
|
15263
15399
|
"sqm-navigation-sidebar": SqmNavigationSidebar;
|
|
15264
15400
|
"sqm-navigation-sidebar-item": SqmNavigationSidebarItem;
|
|
15265
15401
|
"sqm-pagination": SqmPagination;
|
|
15402
|
+
"sqm-partner-info-modal": SqmPartnerInfoModal;
|
|
15266
15403
|
"sqm-password-field": SqmPasswordField;
|
|
15267
15404
|
"sqm-payout-button-scroll": SqmPayoutButtonScroll;
|
|
15268
15405
|
"sqm-payout-details-card": SqmPayoutDetailsCard;
|
|
@@ -15397,6 +15534,7 @@ declare module "@stencil/core" {
|
|
|
15397
15534
|
"sqm-navigation-sidebar": LocalJSX.SqmNavigationSidebar & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarElement>;
|
|
15398
15535
|
"sqm-navigation-sidebar-item": LocalJSX.SqmNavigationSidebarItem & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarItemElement>;
|
|
15399
15536
|
"sqm-pagination": LocalJSX.SqmPagination & JSXBase.HTMLAttributes<HTMLSqmPaginationElement>;
|
|
15537
|
+
"sqm-partner-info-modal": LocalJSX.SqmPartnerInfoModal & JSXBase.HTMLAttributes<HTMLSqmPartnerInfoModalElement>;
|
|
15400
15538
|
"sqm-password-field": LocalJSX.SqmPasswordField & JSXBase.HTMLAttributes<HTMLSqmPasswordFieldElement>;
|
|
15401
15539
|
"sqm-payout-button-scroll": LocalJSX.SqmPayoutButtonScroll & JSXBase.HTMLAttributes<HTMLSqmPayoutButtonScrollElement>;
|
|
15402
15540
|
"sqm-payout-details-card": LocalJSX.SqmPayoutDetailsCard & JSXBase.HTMLAttributes<HTMLSqmPayoutDetailsCardElement>;
|
package/docs/docs.docx
CHANGED
|
Binary file
|