@saasquatch/mint-components 1.14.3-7 → 1.14.3

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.
Files changed (75) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/mint-components.cjs.js +1 -1
  3. package/dist/cjs/{mockRewardData-272e22d6.js → mockRewardData-7815f10f.js} +1 -1
  4. package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +5 -158
  5. package/dist/cjs/{sqm-invoice-table-view-0f7fa309.js → sqm-invoice-table-view-16ac73d0.js} +0 -17
  6. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +3 -3
  7. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +2 -2
  8. package/dist/cjs/sqm-stencilbook.cjs.entry.js +895 -511
  9. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +1 -1
  10. package/dist/collection/components/sqm-referral-table/mockReferralData.js +1 -1
  11. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +2 -2
  12. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +1 -1
  13. package/dist/collection/components/sqm-rewards-table/mockRewardData.js +1 -1
  14. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +0 -12
  15. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -16
  16. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +1 -1
  17. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +1 -36
  18. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +3 -106
  19. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +0 -7
  20. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +0 -38
  21. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +1 -79
  22. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +0 -4
  23. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +2 -205
  24. package/dist/esm/loader.js +1 -1
  25. package/dist/esm/mint-components.js +1 -1
  26. package/dist/esm/{mockRewardData-8bd1b356.js → mockRewardData-a3cdb832.js} +1 -1
  27. package/dist/esm/sqm-banking-info-form_17.entry.js +5 -158
  28. package/dist/esm/{sqm-invoice-table-view-7f376a75.js → sqm-invoice-table-view-2c726568.js} +0 -17
  29. package/dist/esm/sqm-referral-table_11.entry.js +3 -3
  30. package/dist/esm/sqm-rewards-table_9.entry.js +2 -2
  31. package/dist/esm/sqm-stencilbook.entry.js +2880 -2496
  32. package/dist/esm-es5/loader.js +1 -1
  33. package/dist/esm-es5/mint-components.js +1 -1
  34. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
  35. package/dist/esm-es5/sqm-invoice-table-view-2c726568.js +1 -0
  36. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  37. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  38. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  39. package/dist/mint-components/mint-components.esm.js +1 -1
  40. package/dist/mint-components/{p-693942df.entry.js → p-08090b99.entry.js} +2 -2
  41. package/dist/mint-components/p-0d68b3b1.entry.js +205 -0
  42. package/dist/mint-components/{p-c82859b2.system.entry.js → p-207da855.system.entry.js} +1 -1
  43. package/dist/mint-components/p-37996351.system.js +1 -1
  44. package/dist/mint-components/p-3f067fd5.js +1 -0
  45. package/dist/mint-components/{p-fe2e2f4a.entry.js → p-89104bc4.entry.js} +1 -1
  46. package/dist/mint-components/p-a6178052.system.entry.js +1 -0
  47. package/dist/mint-components/p-a7746488.system.js +1 -0
  48. package/dist/mint-components/{p-805446b1.entry.js → p-b06add5c.entry.js} +2 -2
  49. package/dist/mint-components/{p-de8e9981.system.entry.js → p-cc833efb.system.entry.js} +1 -1
  50. package/dist/mint-components/{p-5d7e308c.system.entry.js → p-fc7a2647.system.entry.js} +1 -1
  51. package/dist/mint-components/sqm-stencilbook.entry.js +18989 -0
  52. package/dist/mint-components/sqm-stencilbook.system.entry.js +1 -0
  53. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
  54. package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +0 -1
  55. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +0 -1
  56. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +0 -6
  57. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +0 -16
  58. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +0 -6
  59. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +0 -12
  60. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +0 -3
  61. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +0 -35
  62. package/dist/types/components.d.ts +0 -126
  63. package/docs/docs.docx +0 -0
  64. package/docs/raisins.json +1 -1
  65. package/grapesjs/grapesjs.js +1 -1
  66. package/package.json +1 -1
  67. package/shoelace/assets/icons/twitter-x.svg +4 -0
  68. package/dist/esm-es5/sqm-invoice-table-view-7f376a75.js +0 -1
  69. package/dist/mint-components/p-47f0dc35.entry.js +0 -205
  70. package/dist/mint-components/p-65f9fc3c.system.entry.js +0 -1
  71. package/dist/mint-components/p-9a1843cb.system.js +0 -1
  72. package/dist/mint-components/p-ccd60c4b.js +0 -1
  73. /package/dist/esm-es5/{mockRewardData-8bd1b356.js → mockRewardData-a3cdb832.js} +0 -0
  74. /package/dist/mint-components/{p-726a9924.js → p-938f64d9.js} +0 -0
  75. /package/dist/mint-components/{p-8413ade9.system.js → p-ae1ea5ac.system.js} +0 -0
@@ -304,21 +304,6 @@ export class TaxAndCashMonolith {
304
304
  * @uiGroup Step 3 Properties
305
305
  */
306
306
  this.step3_exitButton = "Exit";
307
- /**
308
- * @uiName Information modal title
309
- * @uiGroup Step 3 Properties
310
- */
311
- this.step3_modalTitle = "Important Note";
312
- /**
313
- * @uiName Information modal description text
314
- * @uiGroup Step 3 Properties
315
- */
316
- this.step3_modalDescription = "Ensure the name you enter in your tax form matches the name on your bank account, also known as the beneficiary name.{br}{br}Otherwise you will have to resubmit your form again and there will be delays receiving your payout.";
317
- /**
318
- * @uiName Information modal button text
319
- * @uiGroup Step 3 Properties
320
- */
321
- this.step3_modalButtonText = "I understand";
322
307
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
323
308
  STEP 4 PROPS:
324
309
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -401,12 +386,7 @@ export class TaxAndCashMonolith {
401
386
  * @uiName Beneficiary account field label
402
387
  * @uiGroup Step 4 Properties
403
388
  */
404
- this.step4_beneficiaryAccountNameLabel = "Account holder name";
405
- /**
406
- * @uiName Beneficiary account field description
407
- * @uiGroup Step 4 Properties
408
- */
409
- this.step4_beneficiaryAccountNameDescription = "The beneficiary name of your bank account. Ensure this matches the name on your tax form.";
389
+ this.step4_beneficiaryAccountNameLabel = "Beneficiary account name";
410
390
  /**
411
391
  * @uiName Bank account type field label
412
392
  * @uiGroup Step 4 Properties
@@ -548,21 +528,6 @@ export class TaxAndCashMonolith {
548
528
  * @uiGroup Step 4 Properties
549
529
  */
550
530
  this.step4_verifyEmailDescriptionText = "Verify your email to update your payment settings. Enter the code sent to {email} from our referral provider, impact.com.";
551
- /**
552
- * @uiName Information modal title
553
- * @uiGroup Step 4 Properties
554
- */
555
- this.step4_modalTitle = "Important Note";
556
- /**
557
- * @uiName Information modal description text
558
- * @uiGroup Step 4 Properties
559
- */
560
- this.step4_modalDescription = "Updating payment information places your account and payouts on hold for up to 48 hours while we verify your change. Payments scheduled during the hold period are skipped.";
561
- /**
562
- * @uiName Information modal button text
563
- * @uiGroup Step 4 Properties
564
- */
565
- this.step4_modalButtonText = "I understand, update my information";
566
531
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
567
532
  DASHBOARD PROPS:
568
533
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -2259,78 +2224,6 @@ export class TaxAndCashMonolith {
2259
2224
  "reflect": false,
2260
2225
  "defaultValue": "\"Exit\""
2261
2226
  },
2262
- "step3_modalTitle": {
2263
- "type": "string",
2264
- "mutable": false,
2265
- "complexType": {
2266
- "original": "string",
2267
- "resolved": "string",
2268
- "references": {}
2269
- },
2270
- "required": false,
2271
- "optional": false,
2272
- "docs": {
2273
- "tags": [{
2274
- "text": "Information modal title",
2275
- "name": "uiName"
2276
- }, {
2277
- "text": "Step 3 Properties",
2278
- "name": "uiGroup"
2279
- }],
2280
- "text": ""
2281
- },
2282
- "attribute": "step-3_modal-title",
2283
- "reflect": false,
2284
- "defaultValue": "\"Important Note\""
2285
- },
2286
- "step3_modalDescription": {
2287
- "type": "string",
2288
- "mutable": false,
2289
- "complexType": {
2290
- "original": "string",
2291
- "resolved": "string",
2292
- "references": {}
2293
- },
2294
- "required": false,
2295
- "optional": false,
2296
- "docs": {
2297
- "tags": [{
2298
- "text": "Information modal description text",
2299
- "name": "uiName"
2300
- }, {
2301
- "text": "Step 3 Properties",
2302
- "name": "uiGroup"
2303
- }],
2304
- "text": ""
2305
- },
2306
- "attribute": "step-3_modal-description",
2307
- "reflect": false,
2308
- "defaultValue": "\"Ensure the name you enter in your tax form matches the name on your bank account, also known as the beneficiary name.{br}{br}Otherwise you will have to resubmit your form again and there will be delays receiving your payout.\""
2309
- },
2310
- "step3_modalButtonText": {
2311
- "type": "string",
2312
- "mutable": false,
2313
- "complexType": {
2314
- "original": "string",
2315
- "resolved": "string",
2316
- "references": {}
2317
- },
2318
- "required": false,
2319
- "optional": false,
2320
- "docs": {
2321
- "tags": [{
2322
- "text": "Information modal button text",
2323
- "name": "uiName"
2324
- }, {
2325
- "text": "Step 3 Properties",
2326
- "name": "uiGroup"
2327
- }],
2328
- "text": ""
2329
- },
2330
- "attribute": "step-3_modal-button-text",
2331
- "reflect": false,
2332
- "defaultValue": "\"I understand\""
2333
- },
2334
2227
  "step4_taxAndPayouts": {
2335
2228
  "type": "string",
2336
2229
  "mutable": false,
@@ -2689,31 +2582,7 @@ export class TaxAndCashMonolith {
2689
2582
  },
2690
2583
  "attribute": "step-4_beneficiary-account-name-label",
2691
2584
  "reflect": false,
2692
- "defaultValue": "\"Account holder name\""
2693
- },
2694
- "step4_beneficiaryAccountNameDescription": {
2695
- "type": "string",
2696
- "mutable": false,
2697
- "complexType": {
2698
- "original": "string",
2699
- "resolved": "string",
2700
- "references": {}
2701
- },
2702
- "required": false,
2703
- "optional": false,
2704
- "docs": {
2705
- "tags": [{
2706
- "text": "Beneficiary account field description",
2707
- "name": "uiName"
2708
- }, {
2709
- "text": "Step 4 Properties",
2710
- "name": "uiGroup"
2711
- }],
2712
- "text": ""
2713
- },
2714
- "attribute": "step-4_beneficiary-account-name-description",
2715
- "reflect": false,
2716
- "defaultValue": "\"The beneficiary name of your bank account. Ensure this matches the name on your tax form.\""
2585
+ "defaultValue": "\"Beneficiary account name\""
2717
2586
  },
2718
2587
  "step4_bankAccountTypeLabel": {
2719
2588
  "type": "string",
@@ -3363,78 +3232,6 @@ export class TaxAndCashMonolith {
3363
3232
  "reflect": false,
3364
3233
  "defaultValue": "\"Verify your email to update your payment settings. Enter the code sent to {email} from our referral provider, impact.com.\""
3365
3234
  },
3366
- "step4_modalTitle": {
3367
- "type": "string",
3368
- "mutable": false,
3369
- "complexType": {
3370
- "original": "string",
3371
- "resolved": "string",
3372
- "references": {}
3373
- },
3374
- "required": false,
3375
- "optional": false,
3376
- "docs": {
3377
- "tags": [{
3378
- "text": "Information modal title",
3379
- "name": "uiName"
3380
- }, {
3381
- "text": "Step 4 Properties",
3382
- "name": "uiGroup"
3383
- }],
3384
- "text": ""
3385
- },
3386
- "attribute": "step-4_modal-title",
3387
- "reflect": false,
3388
- "defaultValue": "\"Important Note\""
3389
- },
3390
- "step4_modalDescription": {
3391
- "type": "string",
3392
- "mutable": false,
3393
- "complexType": {
3394
- "original": "string",
3395
- "resolved": "string",
3396
- "references": {}
3397
- },
3398
- "required": false,
3399
- "optional": false,
3400
- "docs": {
3401
- "tags": [{
3402
- "text": "Information modal description text",
3403
- "name": "uiName"
3404
- }, {
3405
- "text": "Step 4 Properties",
3406
- "name": "uiGroup"
3407
- }],
3408
- "text": ""
3409
- },
3410
- "attribute": "step-4_modal-description",
3411
- "reflect": false,
3412
- "defaultValue": "\"Updating payment information places your account and payouts on hold for up to 48 hours while we verify your change. Payments scheduled during the hold period are skipped.\""
3413
- },
3414
- "step4_modalButtonText": {
3415
- "type": "string",
3416
- "mutable": false,
3417
- "complexType": {
3418
- "original": "string",
3419
- "resolved": "string",
3420
- "references": {}
3421
- },
3422
- "required": false,
3423
- "optional": false,
3424
- "docs": {
3425
- "tags": [{
3426
- "text": "Information modal button text",
3427
- "name": "uiName"
3428
- }, {
3429
- "text": "Step 4 Properties",
3430
- "name": "uiGroup"
3431
- }],
3432
- "text": ""
3433
- },
3434
- "attribute": "step-4_modal-button-text",
3435
- "reflect": false,
3436
- "defaultValue": "\"I understand, update my information\""
3437
- },
3438
3235
  "dashboard_statusTextActive": {
3439
3236
  "type": "string",
3440
3237
  "mutable": false,