@saasquatch/mint-components 1.15.0-47 → 1.15.0-49

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 (160) hide show
  1. package/dist/cjs/{IndirectTaxDetailsView-4c0acb81.js → IndirectTaxDetailsView-e379406f.js} +2 -2
  2. package/dist/cjs/{ShadowViewAddon-299060ce.js → ShadowViewAddon-3558387a.js} +8 -8
  3. package/dist/cjs/{global-efecb6c8.js → global-4a3008b4.js} +56 -84
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/mint-components.cjs.js +1 -1
  6. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +18 -26
  7. package/dist/cjs/sqm-big-stat_42.cjs.entry.js +50 -19
  8. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  9. package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-pagination_3.cjs.entry.js +7 -7
  13. package/dist/cjs/{sqm-portal-email-verification-view-313a3d62.js → sqm-portal-email-verification-view-9ba1a75d.js} +1 -1
  14. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  15. package/dist/cjs/{sqm-portal-profile-view-e7faaf7b.js → sqm-portal-profile-view-c4c80164.js} +1 -1
  16. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  17. package/dist/cjs/{sqm-qr-code-view-b18b42a8.js → sqm-qr-code-view-2cca145e.js} +1 -1
  18. package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
  20. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +1 -1
  21. package/dist/cjs/sqm-stencilbook.cjs.entry.js +7 -11
  22. package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +2 -2
  23. package/dist/cjs/{utils-116d7ec5.js → utils-1b04e1c8.js} +1 -1
  24. package/dist/collection/components/sqm-big-stat/useBigStat.js +5 -5
  25. package/dist/collection/components/sqm-coupon-code/CouponCode.stories.js +0 -3
  26. package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +3 -3
  27. package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +8 -8
  28. package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
  29. package/dist/collection/components/sqm-pagination/sqm-pagination.js +8 -8
  30. package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +1 -1
  31. package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +9 -9
  32. package/dist/collection/components/sqm-share-code/sqm-share-code.js +9 -9
  33. package/dist/collection/components/sqm-share-link/sqm-share-link.js +9 -9
  34. package/dist/collection/components/sqm-stencilbook/Themes.js +37 -6
  35. package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +5 -5
  36. package/dist/collection/components/sqm-task-card/sqm-task-card.js +6 -6
  37. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +7 -7
  38. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +8 -16
  39. package/dist/collection/global/styles.js +56 -84
  40. package/dist/collection/global/styles.ts +30 -49
  41. package/dist/esm/{IndirectTaxDetailsView-7c8fb28e.js → IndirectTaxDetailsView-1600022e.js} +2 -2
  42. package/dist/esm/{ShadowViewAddon-fe5ada08.js → ShadowViewAddon-8af65b53.js} +8 -8
  43. package/dist/esm/{global-28b9c531.js → global-9c1112d1.js} +56 -84
  44. package/dist/esm/loader.js +1 -1
  45. package/dist/esm/mint-components.js +1 -1
  46. package/dist/esm/sqm-banking-info-form_10.entry.js +18 -26
  47. package/dist/esm/sqm-big-stat_42.entry.js +50 -19
  48. package/dist/esm/sqm-code-verification.entry.js +1 -1
  49. package/dist/esm/sqm-email-verification.entry.js +1 -1
  50. package/dist/esm/sqm-empty_4.entry.js +1 -1
  51. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  52. package/dist/esm/sqm-pagination_3.entry.js +7 -7
  53. package/dist/esm/{sqm-portal-email-verification-view-db573324.js → sqm-portal-email-verification-view-10d41c81.js} +1 -1
  54. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  55. package/dist/esm/{sqm-portal-profile-view-bd3dcf0e.js → sqm-portal-profile-view-7709257a.js} +1 -1
  56. package/dist/esm/sqm-portal-profile.entry.js +2 -2
  57. package/dist/esm/{sqm-qr-code-view-358607d1.js → sqm-qr-code-view-11121d3c.js} +1 -1
  58. package/dist/esm/sqm-qr-code.entry.js +1 -1
  59. package/dist/esm/sqm-referral-table_11.entry.js +1 -1
  60. package/dist/esm/sqm-rewards-table_9.entry.js +1 -1
  61. package/dist/esm/sqm-stencilbook.entry.js +7 -11
  62. package/dist/esm/sqm-tax-and-cash.entry.js +2 -2
  63. package/dist/esm/{utils-0dc9e217.js → utils-1d251439.js} +1 -1
  64. package/dist/esm-es5/{IndirectTaxDetailsView-7c8fb28e.js → IndirectTaxDetailsView-1600022e.js} +1 -1
  65. package/dist/esm-es5/ShadowViewAddon-8af65b53.js +1 -0
  66. package/dist/esm-es5/{global-28b9c531.js → global-9c1112d1.js} +1 -1
  67. package/dist/esm-es5/loader.js +1 -1
  68. package/dist/esm-es5/mint-components.js +1 -1
  69. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  70. package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
  71. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  72. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  73. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  74. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  75. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  76. package/dist/esm-es5/{sqm-portal-email-verification-view-db573324.js → sqm-portal-email-verification-view-10d41c81.js} +1 -1
  77. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  78. package/dist/esm-es5/{sqm-portal-profile-view-bd3dcf0e.js → sqm-portal-profile-view-7709257a.js} +1 -1
  79. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  80. package/dist/esm-es5/{sqm-qr-code-view-358607d1.js → sqm-qr-code-view-11121d3c.js} +1 -1
  81. package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
  82. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  83. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  84. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  85. package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -1
  86. package/dist/esm-es5/{utils-0dc9e217.js → utils-1d251439.js} +1 -1
  87. package/dist/mint-components/global/styles.ts +30 -49
  88. package/dist/mint-components/mint-components.esm.js +1 -1
  89. package/dist/mint-components/mint-components.js +1 -1
  90. package/dist/mint-components/{p-505977d4.js → p-01082bad.js} +1 -1
  91. package/dist/mint-components/{p-1ed6da99.system.entry.js → p-07ad62e8.system.entry.js} +1 -1
  92. package/dist/mint-components/p-07bcefdc.js +394 -0
  93. package/dist/mint-components/{p-8f55e46e.entry.js → p-114fcd0e.entry.js} +1 -1
  94. package/dist/mint-components/{p-f67e3d90.js → p-11d52524.js} +1 -1
  95. package/dist/mint-components/{p-80ee389c.entry.js → p-16034601.entry.js} +1 -1
  96. package/dist/mint-components/{p-6b528b15.entry.js → p-1c8e7298.entry.js} +1 -1
  97. package/dist/mint-components/p-1f7a26e2.entry.js +9 -0
  98. package/dist/mint-components/{p-e76767f4.js → p-208b3b3d.js} +1 -1
  99. package/dist/mint-components/{p-454b0d9a.entry.js → p-26fe5b91.entry.js} +13 -13
  100. package/dist/mint-components/{p-489acd82.system.entry.js → p-2f46db5e.system.entry.js} +1 -1
  101. package/dist/mint-components/{p-7c07d7cd.entry.js → p-314ad8e8.entry.js} +1 -1
  102. package/dist/mint-components/{p-5500bd38.js → p-3cb1d066.js} +1 -1
  103. package/dist/mint-components/{p-0e73c48c.system.js → p-4196d37a.system.js} +1 -1
  104. package/dist/mint-components/{p-c6c10a57.system.entry.js → p-4e2e901f.system.entry.js} +1 -1
  105. package/dist/mint-components/{p-661b264a.system.js → p-53c69c51.system.js} +1 -1
  106. package/dist/mint-components/{p-e93bbfed.system.entry.js → p-5737a72e.system.entry.js} +1 -1
  107. package/dist/mint-components/p-5b1ae2f4.system.entry.js +1 -0
  108. package/dist/mint-components/{p-13485ce6.entry.js → p-67d1a31e.entry.js} +1 -1
  109. package/dist/mint-components/{p-9b4c25cb.js → p-68e6e362.js} +1 -1
  110. package/dist/mint-components/{p-06061ea4.system.js → p-6964a69b.system.js} +1 -1
  111. package/dist/mint-components/{p-687b5dcb.entry.js → p-76bfc42f.entry.js} +2 -2
  112. package/dist/mint-components/{p-0304f99e.system.js → p-802762ab.system.js} +1 -1
  113. package/dist/mint-components/{p-4abb01c8.js → p-8314626a.js} +32 -32
  114. package/dist/mint-components/{p-e05bd4f8.system.js → p-880bbd84.system.js} +1 -1
  115. package/dist/mint-components/{p-907f6cd2.system.entry.js → p-8f33e814.system.entry.js} +1 -1
  116. package/dist/mint-components/p-972b9791.system.js +1 -0
  117. package/dist/mint-components/{p-64e3e87a.entry.js → p-992ff197.entry.js} +1 -1
  118. package/dist/mint-components/{p-dc9639c9.entry.js → p-9aa2c2fe.entry.js} +2 -2
  119. package/dist/mint-components/{p-2a056c5e.entry.js → p-9c298d88.entry.js} +1 -1
  120. package/dist/mint-components/{p-de5f6446.entry.js → p-9c954c08.entry.js} +1 -1
  121. package/dist/mint-components/{p-b7e6d975.system.entry.js → p-a5177c16.system.entry.js} +1 -1
  122. package/dist/mint-components/{p-cf9ff8bd.system.js → p-aea6d974.system.js} +1 -1
  123. package/dist/mint-components/{p-f4f0151b.system.entry.js → p-afe1ea2d.system.entry.js} +1 -1
  124. package/dist/mint-components/{p-aba19648.system.js → p-b34966f6.system.js} +1 -1
  125. package/dist/mint-components/p-ba2c9746.system.entry.js +1 -0
  126. package/dist/mint-components/{p-fecc18f3.system.entry.js → p-cf616a3d.system.entry.js} +1 -1
  127. package/dist/mint-components/p-d2df58a5.system.entry.js +1 -0
  128. package/dist/mint-components/{p-5cd3030b.system.entry.js → p-deca5ec3.system.entry.js} +1 -1
  129. package/dist/mint-components/{p-b6d4f014.system.entry.js → p-e3a9496d.system.entry.js} +1 -1
  130. package/dist/mint-components/{p-4c2252a4.system.entry.js → p-e94a37bc.system.entry.js} +1 -1
  131. package/dist/mint-components/{p-d4c1480f.entry.js → p-ec6ec018.entry.js} +3 -3
  132. package/dist/mint-components/{p-fae6223c.entry.js → p-f063930a.entry.js} +1 -1
  133. package/dist/types/components/sqm-coupon-code/CouponCode.stories.d.ts +0 -1
  134. package/dist/types/components/sqm-coupon-code/sqm-coupon-code-view.d.ts +1 -1
  135. package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +1 -1
  136. package/dist/types/components/sqm-coupon-code/useCouponCode.d.ts +1 -1
  137. package/dist/types/components/sqm-hero-image/sqm-hero-image-view.d.ts +1 -1
  138. package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +4 -4
  139. package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +1 -1
  140. package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +4 -4
  141. package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +4 -4
  142. package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +4 -4
  143. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +4 -4
  144. package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +1 -1
  145. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +3 -3
  146. package/dist/types/components/sqm-task-card/useTaskCard.d.ts +1 -1
  147. package/dist/types/components/views/copy-text-view.d.ts +1 -1
  148. package/dist/types/components.d.ts +48 -48
  149. package/dist/types/saasquatch.d.ts +7 -0
  150. package/docs/docs.docx +0 -0
  151. package/docs/raisins.json +1 -1
  152. package/grapesjs/grapesjs.js +1 -1
  153. package/package.json +2 -2
  154. package/dist/esm-es5/ShadowViewAddon-fe5ada08.js +0 -1
  155. package/dist/mint-components/p-192c1de0.system.js +0 -1
  156. package/dist/mint-components/p-1eaf3ce4.system.entry.js +0 -1
  157. package/dist/mint-components/p-3fbb70c4.system.entry.js +0 -1
  158. package/dist/mint-components/p-5088a459.system.entry.js +0 -1
  159. package/dist/mint-components/p-9df8a483.entry.js +0 -9
  160. package/dist/mint-components/p-b5ad3804.js +0 -394
@@ -62,11 +62,11 @@ export class ReferralCode {
62
62
  */
63
63
  this.buttonStyle = "icon";
64
64
  /**
65
- * The type of the button that is used (primary, secondary, or tertiary).
65
+ * The type of the button that is used (primary or secondary).
66
66
  * @uiName Button Type
67
67
  * @uiType string
68
- * @uiEnum ["primary", "secondary", "tertiary"]
69
- * @uiEnumNames ["Primary", "Secondary", "Tertiary"]
68
+ * @uiEnum ["primary", "secondary"]
69
+ * @uiEnumNames ["Primary", "Secondary"]
70
70
  * @uiGroup Style
71
71
  */
72
72
  this.buttonType = "primary";
@@ -394,8 +394,8 @@ export class ReferralCode {
394
394
  "type": "string",
395
395
  "mutable": false,
396
396
  "complexType": {
397
- "original": "\"primary\" | \"secondary\" | \"tertiary\"",
398
- "resolved": "\"primary\" | \"secondary\" | \"tertiary\"",
397
+ "original": "\"primary\" | \"secondary\"",
398
+ "resolved": "\"primary\" | \"secondary\"",
399
399
  "references": {}
400
400
  },
401
401
  "required": false,
@@ -408,16 +408,16 @@ export class ReferralCode {
408
408
  "text": "string",
409
409
  "name": "uiType"
410
410
  }, {
411
- "text": "[\"primary\", \"secondary\", \"tertiary\"]",
411
+ "text": "[\"primary\", \"secondary\"]",
412
412
  "name": "uiEnum"
413
413
  }, {
414
- "text": "[\"Primary\", \"Secondary\", \"Tertiary\"]",
414
+ "text": "[\"Primary\", \"Secondary\"]",
415
415
  "name": "uiEnumNames"
416
416
  }, {
417
417
  "text": "Style",
418
418
  "name": "uiGroup"
419
419
  }],
420
- "text": "The type of the button that is used (primary, secondary, or tertiary)."
420
+ "text": "The type of the button that is used (primary or secondary)."
421
421
  },
422
422
  "attribute": "button-type",
423
423
  "reflect": false,
@@ -428,7 +428,7 @@ export class ReferralCode {
428
428
  "mutable": false,
429
429
  "complexType": {
430
430
  "original": "DemoData<CopyTextViewProps>",
431
- "resolved": "{ loading?: boolean; textColor?: string; buttonType?: \"primary\" | \"secondary\" | \"tertiary\"; copyString?: string; tooltiptext?: string; open?: boolean; copyButtonLabel?: string; disabled?: boolean; textAlign?: \"left\" | \"right\" | \"center\"; buttonStyle?: \"icon\" | \"button-outside\" | \"button-below\"; error?: boolean; errorText?: string; notificationText?: string; showNotificationText?: boolean; inputPlaceholderText?: string; dateAvailable?: string; isCopied?: boolean; backgroundColor?: string; borderRadius?: string; borderColor?: string; onClick?: () => void; }",
431
+ "resolved": "{ loading?: boolean; textColor?: string; buttonType?: \"primary\" | \"secondary\"; copyString?: string; tooltiptext?: string; open?: boolean; copyButtonLabel?: string; disabled?: boolean; textAlign?: \"left\" | \"right\" | \"center\"; buttonStyle?: \"icon\" | \"button-outside\" | \"button-below\"; error?: boolean; errorText?: string; notificationText?: string; showNotificationText?: boolean; inputPlaceholderText?: string; dateAvailable?: string; isCopied?: boolean; backgroundColor?: string; borderRadius?: string; borderColor?: string; onClick?: () => void; }",
432
432
  "references": {
433
433
  "DemoData": {
434
434
  "location": "import",
@@ -50,11 +50,11 @@ export class ShareCode {
50
50
  */
51
51
  this.buttonStyle = "icon";
52
52
  /**
53
- * The type of the button that is used (primary, secondary, or tertiary).
53
+ * The type of the button that is used (primary or secondary).
54
54
  * @uiName Button Type
55
55
  * @uiType string
56
- * @uiEnum ["primary", "secondary", "tertiary"]
57
- * @uiEnumNames ["Primary", "Secondary", "Tertiary"]
56
+ * @uiEnum ["primary", "secondary"]
57
+ * @uiEnumNames ["Primary", "Secondary"]
58
58
  * @uiGroup Style
59
59
  */
60
60
  this.buttonType = "primary";
@@ -311,8 +311,8 @@ export class ShareCode {
311
311
  "type": "string",
312
312
  "mutable": false,
313
313
  "complexType": {
314
- "original": "\"primary\" | \"secondary\" | \"tertiary\"",
315
- "resolved": "\"primary\" | \"secondary\" | \"tertiary\"",
314
+ "original": "\"primary\" | \"secondary\"",
315
+ "resolved": "\"primary\" | \"secondary\"",
316
316
  "references": {}
317
317
  },
318
318
  "required": false,
@@ -325,16 +325,16 @@ export class ShareCode {
325
325
  "text": "string",
326
326
  "name": "uiType"
327
327
  }, {
328
- "text": "[\"primary\", \"secondary\", \"tertiary\"]",
328
+ "text": "[\"primary\", \"secondary\"]",
329
329
  "name": "uiEnum"
330
330
  }, {
331
- "text": "[\"Primary\", \"Secondary\", \"Tertiary\"]",
331
+ "text": "[\"Primary\", \"Secondary\"]",
332
332
  "name": "uiEnumNames"
333
333
  }, {
334
334
  "text": "Style",
335
335
  "name": "uiGroup"
336
336
  }],
337
- "text": "The type of the button that is used (primary, secondary, or tertiary)."
337
+ "text": "The type of the button that is used (primary or secondary)."
338
338
  },
339
339
  "attribute": "button-type",
340
340
  "reflect": false,
@@ -374,7 +374,7 @@ export class ShareCode {
374
374
  "mutable": false,
375
375
  "complexType": {
376
376
  "original": "DemoData<CopyTextViewProps>",
377
- "resolved": "{ loading?: boolean; textColor?: string; buttonType?: \"primary\" | \"secondary\" | \"tertiary\"; copyString?: string; tooltiptext?: string; open?: boolean; copyButtonLabel?: string; disabled?: boolean; textAlign?: \"left\" | \"right\" | \"center\"; buttonStyle?: \"icon\" | \"button-outside\" | \"button-below\"; error?: boolean; errorText?: string; notificationText?: string; showNotificationText?: boolean; inputPlaceholderText?: string; dateAvailable?: string; isCopied?: boolean; backgroundColor?: string; borderRadius?: string; borderColor?: string; onClick?: () => void; }",
377
+ "resolved": "{ loading?: boolean; textColor?: string; buttonType?: \"primary\" | \"secondary\"; copyString?: string; tooltiptext?: string; open?: boolean; copyButtonLabel?: string; disabled?: boolean; textAlign?: \"left\" | \"right\" | \"center\"; buttonStyle?: \"icon\" | \"button-outside\" | \"button-below\"; error?: boolean; errorText?: string; notificationText?: string; showNotificationText?: boolean; inputPlaceholderText?: string; dateAvailable?: string; isCopied?: boolean; backgroundColor?: string; borderRadius?: string; borderColor?: string; onClick?: () => void; }",
378
378
  "references": {
379
379
  "DemoData": {
380
380
  "location": "import",
@@ -39,11 +39,11 @@ export class ShareLink {
39
39
  */
40
40
  this.copyButtonLabel = "Copy Link";
41
41
  /**
42
- * The type of the button that is used (primary, secondary, or tertiary).
42
+ * The type of the button that is used (primary or secondary).
43
43
  * @uiName Button Type
44
44
  * @uiType string
45
- * @uiEnum ["primary", "secondary", "tertiary"]
46
- * @uiEnumNames ["Primary", "Secondary", "Tertiary"]
45
+ * @uiEnum ["primary", "secondary"]
46
+ * @uiEnumNames ["Primary", "Secondary"]
47
47
  * @uiGroup Style
48
48
  */
49
49
  this.buttonType = "primary";
@@ -306,8 +306,8 @@ export class ShareLink {
306
306
  "type": "string",
307
307
  "mutable": false,
308
308
  "complexType": {
309
- "original": "\"primary\" | \"secondary\" | \"tertiary\"",
310
- "resolved": "\"primary\" | \"secondary\" | \"tertiary\"",
309
+ "original": "\"primary\" | \"secondary\"",
310
+ "resolved": "\"primary\" | \"secondary\"",
311
311
  "references": {}
312
312
  },
313
313
  "required": false,
@@ -320,16 +320,16 @@ export class ShareLink {
320
320
  "text": "string",
321
321
  "name": "uiType"
322
322
  }, {
323
- "text": "[\"primary\", \"secondary\", \"tertiary\"]",
323
+ "text": "[\"primary\", \"secondary\"]",
324
324
  "name": "uiEnum"
325
325
  }, {
326
- "text": "[\"Primary\", \"Secondary\", \"Tertiary\"]",
326
+ "text": "[\"Primary\", \"Secondary\"]",
327
327
  "name": "uiEnumNames"
328
328
  }, {
329
329
  "text": "Style",
330
330
  "name": "uiGroup"
331
331
  }],
332
- "text": "The type of the button that is used (primary, secondary, or tertiary)."
332
+ "text": "The type of the button that is used (primary or secondary)."
333
333
  },
334
334
  "attribute": "button-type",
335
335
  "reflect": false,
@@ -373,7 +373,7 @@ export class ShareLink {
373
373
  "mutable": false,
374
374
  "complexType": {
375
375
  "original": "DemoData<CopyTextViewProps>",
376
- "resolved": "{ loading?: boolean; textColor?: string; buttonType?: \"primary\" | \"secondary\" | \"tertiary\"; copyString?: string; tooltiptext?: string; open?: boolean; copyButtonLabel?: string; disabled?: boolean; textAlign?: \"left\" | \"right\" | \"center\"; buttonStyle?: \"icon\" | \"button-outside\" | \"button-below\"; error?: boolean; errorText?: string; notificationText?: string; showNotificationText?: boolean; inputPlaceholderText?: string; dateAvailable?: string; isCopied?: boolean; backgroundColor?: string; borderRadius?: string; borderColor?: string; onClick?: () => void; }",
376
+ "resolved": "{ loading?: boolean; textColor?: string; buttonType?: \"primary\" | \"secondary\"; copyString?: string; tooltiptext?: string; open?: boolean; copyButtonLabel?: string; disabled?: boolean; textAlign?: \"left\" | \"right\" | \"center\"; buttonStyle?: \"icon\" | \"button-outside\" | \"button-below\"; error?: boolean; errorText?: string; notificationText?: string; showNotificationText?: boolean; inputPlaceholderText?: string; dateAvailable?: string; isCopied?: boolean; backgroundColor?: string; borderRadius?: string; borderColor?: string; onClick?: () => void; }",
377
377
  "references": {
378
378
  "DemoData": {
379
379
  "location": "import",
@@ -14,6 +14,12 @@ export const Default = null;
14
14
  export const Netflix = {
15
15
  main: {
16
16
  brandFont: "Netflix Sans, Arial, sans-serif",
17
+ brandColor: "#E50914",
18
+ },
19
+ border: {
20
+ borderColor: "#333333",
21
+ borderRadius: 4,
22
+ borderThickness: 1,
17
23
  },
18
24
  color: {
19
25
  textColorShades: {
@@ -53,10 +59,9 @@ export const Netflix = {
53
59
  },
54
60
  neutral: {
55
61
  text: "white",
56
- icon: "#B3B3B3",
62
+ iconAndBadge: "#B3B3B3",
57
63
  border: "#333333",
58
64
  background: "#222222",
59
- iconAndBadge: "#B3B3B3",
60
65
  },
61
66
  },
62
67
  primaryButton: {
@@ -70,6 +75,7 @@ export const Netflix = {
70
75
  border: "transparent",
71
76
  label: "#FFFFFF",
72
77
  },
78
+ borderRadius: 4,
73
79
  },
74
80
  secondaryButton: {
75
81
  buttonColor: {
@@ -82,6 +88,7 @@ export const Netflix = {
82
88
  border: "#B3B3B3",
83
89
  label: "#FFFFFF",
84
90
  },
91
+ borderRadius: 4,
85
92
  },
86
93
  formFields: {
87
94
  formFieldColor: {
@@ -96,6 +103,12 @@ export const Netflix = {
96
103
  export const Amazon = {
97
104
  main: {
98
105
  brandFont: "Amazon Ember, Arial, sans-serif",
106
+ brandColor: "#FF9900",
107
+ },
108
+ border: {
109
+ borderColor: "#D5D9D9",
110
+ borderRadius: 4,
111
+ borderThickness: 1,
99
112
  },
100
113
  color: {
101
114
  backgroundColor: "#ffffff",
@@ -135,10 +148,9 @@ export const Amazon = {
135
148
  },
136
149
  neutral: {
137
150
  text: "#232F3E",
138
- icon: "#565959",
151
+ iconAndBadge: "#565959",
139
152
  border: "#D5D9D9",
140
153
  background: "#F0F2F2",
141
- iconAndBadge: "#565959",
142
154
  },
143
155
  },
144
156
  primaryButton: {
@@ -152,6 +164,7 @@ export const Amazon = {
152
164
  border: "transparent",
153
165
  label: "#FFFFFF",
154
166
  },
167
+ borderRadius: 4,
155
168
  },
156
169
  secondaryButton: {
157
170
  buttonColor: {
@@ -164,6 +177,7 @@ export const Amazon = {
164
177
  border: "#888C8C",
165
178
  label: "#232F3E",
166
179
  },
180
+ borderRadius: 4,
167
181
  },
168
182
  formFields: {
169
183
  formFieldColor: {
@@ -176,6 +190,14 @@ export const Amazon = {
176
190
  },
177
191
  };
178
192
  export const Spotify = {
193
+ main: {
194
+ brandColor: "#1ed760",
195
+ },
196
+ border: {
197
+ borderColor: "#f4f4f4",
198
+ borderRadius: 18,
199
+ borderThickness: 1,
200
+ },
179
201
  color: {
180
202
  textColorShades: {
181
203
  mainText: "white",
@@ -197,6 +219,7 @@ export const Spotify = {
197
219
  border: "transparent",
198
220
  label: "#121212",
199
221
  },
222
+ borderRadius: 30,
200
223
  },
201
224
  secondaryButton: {
202
225
  buttonColor: {
@@ -209,6 +232,7 @@ export const Spotify = {
209
232
  border: "#FFFFFF",
210
233
  label: "#121212",
211
234
  },
235
+ borderRadius: 30,
212
236
  },
213
237
  formFields: {
214
238
  formFieldColor: {
@@ -222,6 +246,11 @@ export const Spotify = {
222
246
  };
223
247
  export const Google = {
224
248
  main: { brandColor: "#4285F4", brandFont: "Roboto, Arial, sans-serif" },
249
+ border: {
250
+ borderColor: "#DADCE0",
251
+ borderRadius: 4,
252
+ borderThickness: 1,
253
+ },
225
254
  color: {
226
255
  textColorShades: {
227
256
  mainText: "#212124",
@@ -276,6 +305,7 @@ export const Google = {
276
305
  border: "transparent",
277
306
  label: "#FFFFFF",
278
307
  },
308
+ borderRadius: 4,
279
309
  },
280
310
  secondaryButton: {
281
311
  buttonColor: {
@@ -288,6 +318,7 @@ export const Google = {
288
318
  border: "#DADCE0",
289
319
  label: "#4285F4",
290
320
  },
321
+ borderRadius: 4,
291
322
  },
292
323
  formFields: {
293
324
  formFieldColor: {
@@ -295,7 +326,7 @@ export const Google = {
295
326
  border: "#DADCE0",
296
327
  inputText: "#202124",
297
328
  },
298
- hoverStateColor: "9AA0A6",
299
- selectedStateColor: "4285F4",
329
+ hoverStateColor: "#9AA0A6",
330
+ selectedStateColor: "#4285F4",
300
331
  },
301
332
  };
@@ -18,8 +18,8 @@ export function TaskCardView(props) {
18
18
  position: "relative",
19
19
  boxSizing: "border-sizing",
20
20
  background: content.backgroundColor || "var(--sqm-portal-background)",
21
- border: `1px solid ${content.borderColor || "var(--sl-color-neutral-200)"}`,
22
- borderRadius: "var(--sl-border-radius-large)",
21
+ border: `1px solid ${content.borderColor || "var(--sqm-border-color)"}`,
22
+ borderRadius: "var(--sqm-border-radius-normal)",
23
23
  boxShadow: "1px 2px 4px rgba(211, 211, 211, 0.2)",
24
24
  fontSize: "var(--sl-font-size-small)",
25
25
  lineHeight: "var(--sl-line-height-dense)",
@@ -52,7 +52,7 @@ export function TaskCardView(props) {
52
52
  padding: "var(--sl-spacing-medium)",
53
53
  color: content.textColor || "var(--sl-color-primary-600)",
54
54
  border: `1px solid ${content.borderColor || "var(--sl-color-neutral-200)"}`,
55
- borderRadius: "var(--sl-border-radius-large) var(--sl-border-radius-large) 0 0",
55
+ borderRadius: "var(--sqm-border-radius-normal) var(--sqm-border-radius-normal) 0 0",
56
56
  borderBottom: "none",
57
57
  background: content.backgroundColor || "var(--sl-color-primary-50)",
58
58
  fontWeight: "var(--sl-font-weight-semibold)",
@@ -69,7 +69,7 @@ export function TaskCardView(props) {
69
69
  padding: "var(--sl-spacing-medium)",
70
70
  color: content.textColor || "var(--sl-color-warning-600)",
71
71
  border: `1px solid ${content.borderColor || "var(--sl-color-neutral-200)"}`,
72
- borderRadius: "var(--sl-border-radius-large) var(--sl-border-radius-large) 0 0",
72
+ borderRadius: "var(--sqm-border-radius-normal) var(--sqm-border-radius-normal) 0 0",
73
73
  borderBottom: "none",
74
74
  background: content.backgroundColor || "var(--sl-color-warning-50)",
75
75
  fontWeight: "var(--sl-font-weight-semibold)",
@@ -211,7 +211,7 @@ export function TaskCardView(props) {
211
211
  }))),
212
212
  h("div", { part: "sqm-style-container", style: {
213
213
  borderRadius: taskUnavailable &&
214
- "0 0 var(--sl-border-radius-large) var(--sl-border-radius-large)",
214
+ "0 0 var(--sqm-border-radius-normal) var(--sqm-border-radius-normal)",
215
215
  }, class: taskUnavailable
216
216
  ? "main expired"
217
217
  : taskComplete
@@ -127,8 +127,8 @@ export class TaskCard {
127
127
  /**
128
128
  * @uiName Button Style
129
129
  * @uiType string
130
- * @uiEnum ["primary", "secondary", "tertiary"]
131
- * @uiEnumNames ["Primary", "Secondary", "Tertiary"]
130
+ * @uiEnum ["primary", "secondary"]
131
+ * @uiEnumNames ["Primary", "Secondary"]
132
132
  * @uiGroup Style
133
133
  */
134
134
  this.buttonType = "primary";
@@ -849,8 +849,8 @@ export class TaskCard {
849
849
  "type": "string",
850
850
  "mutable": false,
851
851
  "complexType": {
852
- "original": "\"primary\" | \"secondary\" | \"tertiary\"",
853
- "resolved": "\"primary\" | \"secondary\" | \"tertiary\"",
852
+ "original": "\"primary\" | \"secondary\"",
853
+ "resolved": "\"primary\" | \"secondary\"",
854
854
  "references": {}
855
855
  },
856
856
  "required": false,
@@ -863,10 +863,10 @@ export class TaskCard {
863
863
  "text": "string",
864
864
  "name": "uiType"
865
865
  }, {
866
- "text": "[\"primary\", \"secondary\", \"tertiary\"]",
866
+ "text": "[\"primary\", \"secondary\"]",
867
867
  "name": "uiEnum"
868
868
  }, {
869
- "text": "[\"Primary\", \"Secondary\", \"Tertiary\"]",
869
+ "text": "[\"Primary\", \"Secondary\"]",
870
870
  "name": "uiEnumNames"
871
871
  }, {
872
872
  "text": "Style",
@@ -118,19 +118,19 @@ const style = {
118
118
  background: "var(--sqm-primary-button-background-hover)",
119
119
  },
120
120
  },
121
- TertiaryButton: {
121
+ SecondaryButton: {
122
122
  "&::part(base)": {
123
- background: "var(--sqm-tertiary-button-background)",
124
- color: "var(--sqm-tertiary-button-color)",
125
- borderColor: "var(--sqm-tertiary-button-color-border)",
126
- borderRadius: "var(--sqm-tertiary-button-radius)",
123
+ background: "var(--sqm-secondary-button-background)",
124
+ color: "var(--sqm-secondary-button-color)",
125
+ borderColor: "var(--sqm-secondary-button-color-border)",
126
+ borderRadius: "var(--sqm-secondary-button-radius)",
127
127
  width: "max-content",
128
128
  display: "flex",
129
129
  margin: "auto",
130
130
  },
131
131
  "&::part(base):hover": {
132
132
  color: "var(--sqm-text)",
133
- background: "var(--sqm-tertiary-button-background-hover)",
133
+ background: "var(--sqm-secondary-button-background-hover)",
134
134
  },
135
135
  },
136
136
  };
@@ -234,5 +234,5 @@ export const IndirectTaxFormView = (props) => {
234
234
  })),
235
235
  h("div", { class: classes.BtnContainer },
236
236
  h("sl-button", { class: classes.PrimaryButton, type: "primary", disabled: states.disabled, submit: true, exportparts: "base: primarybutton-base" }, text.continueButton),
237
- h("sl-button", { class: classes.TertiaryButton, type: "text", disabled: states.disabled, onClick: callbacks.onBack, exportparts: "base: tertiarybutton-base" }, text.backButton))))));
237
+ h("sl-button", { class: classes.SecondaryButton, type: "text", disabled: states.disabled, onClick: callbacks.onBack, exportparts: "base: secondarybutton-base" }, text.backButton))))));
238
238
  };
@@ -137,7 +137,6 @@ const vanillaStyle = `
137
137
  min-width: 250px;
138
138
  }
139
139
 
140
- /* Corrected: Target sl-button::part(base) for primary button */
141
140
  sl-button[type="primary"]::part(base){
142
141
  background-color: var(--sqm-primary-button-background);
143
142
  color: var(--sqm-primary-button-color);
@@ -153,7 +152,6 @@ const vanillaStyle = `
153
152
  box-shadow: none;
154
153
  }
155
154
 
156
- /* Corrected: Target sl-button::part(base) for secondary button */
157
155
  sl-button[type="secondary"]::part(base){
158
156
  background-color: var(--sqm-secondary-button-background);
159
157
  color: var(--sqm-secondary-button-color);
@@ -165,13 +163,7 @@ const vanillaStyle = `
165
163
  background-color: var(--sqm-secondary-button-background-hover);
166
164
  }
167
165
 
168
- /* Corrected: Target sl-button::part(base) for tertiary button */
169
- sl-button[type="tertiary"]::part(base){
170
- color: var(--sqm-text, var(--sl-color-neutral-800));
171
- width: max-content;
172
- display: flex;
173
- margin: auto;
174
- }
166
+
175
167
 
176
168
  *::part(primarybutton-base){
177
169
  background-color: var(--sqm-primary-button-background);
@@ -199,18 +191,18 @@ const vanillaStyle = `
199
191
  background-color: var(--sqm-secondary-button-background-hover);
200
192
  }
201
193
 
202
- *::part(tertiarybutton-base){
203
- background-color: var(--sqm-tertiary-button-background);
204
- color: var(--sqm-tertiary-button-color);
205
- border-color: var(--sqm-tertiary-button-color-border);
206
- border-radius: var(--sqm-tertiary-button-radius);
194
+ *::part(secondarybutton-base){
195
+ background-color: var(--sqm-secondary-button-background);
196
+ color: var(--sqm-secondary-button-color);
197
+ border-color: var(--sqm-secondary-button-color-border);
198
+ border-radius: var(--sqm-secondary-button-radius);
207
199
  width: max-content;
208
200
  display: flex;
209
201
  margin: auto;
210
202
  }
211
203
 
212
- *::part(tertiarybutton-base):hover{
213
- background: var(--sqm-tertiary-button-background-hover);
204
+ *::part(secondarybutton-base):hover{
205
+ background: var(--sqm-secondary-button-background-hover);
214
206
  }
215
207
 
216
208
  sl-input::part(label),