@saasquatch/mint-components 1.10.2-9 → 1.10.2

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 (74) hide show
  1. package/dist/cjs/{ShadowViewAddon-721bb748.js → ShadowViewAddon-b2621f27.js} +50 -27
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/mint-components.cjs.js +1 -1
  4. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +57 -33
  5. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +69 -14
  6. package/dist/cjs/sqm-empty_4.cjs.entry.js +8 -1
  7. package/dist/cjs/{sqm-portal-container-view-5fb2ad49.js → sqm-portal-container-view-990a85a3.js} +1 -1
  8. package/dist/cjs/sqm-stencilbook.cjs.entry.js +138 -14
  9. package/dist/collection/components/sqm-empty/EmptyState.stories.js +1 -1
  10. package/dist/collection/components/sqm-image/sqm-image-view.js +1 -1
  11. package/dist/collection/components/sqm-image/sqm-image.js +20 -0
  12. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +116 -9
  13. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +51 -26
  14. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +118 -16
  15. package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +40 -3
  16. package/dist/collection/components/sqm-portal-container/PortalContainer.stories.js +12 -0
  17. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
  18. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +37 -0
  19. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +2 -1
  20. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +55 -32
  21. package/dist/esm/{ShadowViewAddon-31eb5b16.js → ShadowViewAddon-04640297.js} +50 -27
  22. package/dist/esm/loader.js +1 -1
  23. package/dist/esm/mint-components.js +1 -1
  24. package/dist/esm/sqm-banking-info-form_16.entry.js +57 -33
  25. package/dist/esm/sqm-big-stat_38.entry.js +69 -14
  26. package/dist/esm/sqm-empty_4.entry.js +8 -1
  27. package/dist/esm/{sqm-portal-container-view-ab89c6cc.js → sqm-portal-container-view-6c582684.js} +1 -1
  28. package/dist/esm/sqm-stencilbook.entry.js +138 -14
  29. package/dist/esm-es5/ShadowViewAddon-04640297.js +1 -0
  30. package/dist/esm-es5/loader.js +1 -1
  31. package/dist/esm-es5/mint-components.js +1 -1
  32. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  33. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  34. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  35. package/dist/esm-es5/sqm-portal-container-view-6c582684.js +1 -0
  36. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  37. package/dist/mint-components/mint-components.esm.js +1 -1
  38. package/dist/mint-components/p-1c0be73e.entry.js +223 -0
  39. package/dist/mint-components/p-293b71ba.system.entry.js +1 -0
  40. package/dist/mint-components/{p-b45ba369.entry.js → p-31e810e9.entry.js} +2 -2
  41. package/dist/mint-components/{p-bf723ae9.entry.js → p-59d740b3.entry.js} +2 -2
  42. package/dist/mint-components/p-5de21018.system.entry.js +1 -0
  43. package/dist/mint-components/p-65d430d4.system.entry.js +1 -0
  44. package/dist/mint-components/p-9f0629ba.system.entry.js +1 -0
  45. package/dist/mint-components/{p-e704842c.js → p-c7fd9e16.js} +1 -1
  46. package/dist/mint-components/{p-d6474614.js → p-d3348267.js} +20 -20
  47. package/dist/mint-components/p-d8d2de11.entry.js +1 -0
  48. package/dist/mint-components/p-dbc2167e.system.js +1 -0
  49. package/dist/mint-components/p-ed17e637.system.js +1 -1
  50. package/dist/mint-components/p-ed6ebd60.system.js +1 -0
  51. package/dist/types/components/sqm-image/sqm-image-view.d.ts +1 -0
  52. package/dist/types/components/sqm-image/sqm-image.d.ts +5 -0
  53. package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +4 -0
  54. package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +6 -3
  55. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +28 -4
  56. package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +4 -1
  57. package/dist/types/components/sqm-portal-container/PortalContainer.stories.d.ts +1 -0
  58. package/dist/types/components/sqm-portal-container/sqm-portal-container-view.d.ts +1 -0
  59. package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +7 -0
  60. package/dist/types/components.d.ts +66 -2
  61. package/docs/docs.docx +0 -0
  62. package/docs/raisins.json +1 -1
  63. package/grapesjs/grapesjs.js +1 -1
  64. package/package.json +2 -2
  65. package/dist/esm-es5/ShadowViewAddon-31eb5b16.js +0 -1
  66. package/dist/esm-es5/sqm-portal-container-view-ab89c6cc.js +0 -1
  67. package/dist/mint-components/p-0d39c815.system.entry.js +0 -1
  68. package/dist/mint-components/p-1fe65a36.entry.js +0 -1
  69. package/dist/mint-components/p-27bd5535.entry.js +0 -187
  70. package/dist/mint-components/p-34fd1229.system.entry.js +0 -1
  71. package/dist/mint-components/p-922578e4.system.js +0 -1
  72. package/dist/mint-components/p-b567780d.system.js +0 -1
  73. package/dist/mint-components/p-c34a507e.system.entry.js +0 -1
  74. package/dist/mint-components/p-f1a1e7f3.system.entry.js +0 -1
@@ -932,6 +932,11 @@ export namespace Components {
932
932
  * @uiName Minimum height
933
933
  */
934
934
  "minHeight"?: string;
935
+ /**
936
+ * (Optional) Constrains the width of the image. Can be a pixel value or a percentage i.e. "500px", "33%", etc.
937
+ * @uiName Width
938
+ */
939
+ "width"?: string;
935
940
  }
936
941
  interface SqmIndirectTaxForm {
937
942
  /**
@@ -1317,6 +1322,12 @@ export namespace Components {
1317
1322
  * @uiType object
1318
1323
  */
1319
1324
  "demoData"?: DemoData<LeaderboardViewProps>;
1325
+ /**
1326
+ * Hide the Names of users to protect personal identifiable information
1327
+ * @uiName Hide users names
1328
+ * @default
1329
+ */
1330
+ "hideNames": boolean;
1320
1331
  /**
1321
1332
  * Hide the viewer's leaderboard row if not in the top results.
1322
1333
  * @uiName Hide viewing user
@@ -1331,7 +1342,7 @@ export namespace Components {
1331
1342
  "interval": string;
1332
1343
  /**
1333
1344
  * Hides the leaderboard if user is on Essentials plan
1334
- * @uiName Hide viewing user
1345
+ * @uiName Hide leaderboard for essentials user
1335
1346
  * @default
1336
1347
  */
1337
1348
  "isEssentials"?: boolean;
@@ -1356,6 +1367,11 @@ export namespace Components {
1356
1367
  * @uiWidget programSelector
1357
1368
  */
1358
1369
  "programId"?: string;
1370
+ /**
1371
+ * A JSONata string that formats the rank with the appropriate ordinal suffix (e.g., "st" for 1st, "nd" for 2nd, "rd" for 3rd, and "th" for all others).
1372
+ * @uiName Rank Suffix
1373
+ */
1374
+ "rankSuffix": string;
1359
1375
  /**
1360
1376
  * @uiName Rank type
1361
1377
  * @uiType string
@@ -1379,6 +1395,15 @@ export namespace Components {
1379
1395
  * @uiName User column heading
1380
1396
  */
1381
1397
  "usersheading": string;
1398
+ /**
1399
+ * @uiName Viewing user text
1400
+ */
1401
+ "viewingUserText": string;
1402
+ /**
1403
+ * Restrict the width of the leaderboard (Can be a pixel value or a percentage i.e. "500px", "33%", etc.)
1404
+ * @uiName Width
1405
+ */
1406
+ "width": string;
1382
1407
  }
1383
1408
  interface SqmLeaderboardRank {
1384
1409
  /**
@@ -1739,6 +1764,13 @@ export namespace Components {
1739
1764
  * @uiEnumNames ["Grid", "Flex"]
1740
1765
  */
1741
1766
  "display": "grid" | "flex";
1767
+ /**
1768
+ * @uiName Flex wrap behavior
1769
+ * @uiType string
1770
+ * @uiEnum ["wrap", "nowrap"]
1771
+ * @uiEnumNames ["Wrap", "No Wrap"]
1772
+ */
1773
+ "flexWrap"?: string;
1742
1774
  /**
1743
1775
  * @uiName Gap
1744
1776
  * @uiType string
@@ -6742,6 +6774,11 @@ declare namespace LocalJSX {
6742
6774
  * @uiName Minimum height
6743
6775
  */
6744
6776
  "minHeight"?: string;
6777
+ /**
6778
+ * (Optional) Constrains the width of the image. Can be a pixel value or a percentage i.e. "500px", "33%", etc.
6779
+ * @uiName Width
6780
+ */
6781
+ "width"?: string;
6745
6782
  }
6746
6783
  interface SqmIndirectTaxForm {
6747
6784
  /**
@@ -7121,6 +7158,12 @@ declare namespace LocalJSX {
7121
7158
  * @uiType object
7122
7159
  */
7123
7160
  "demoData"?: DemoData<LeaderboardViewProps>;
7161
+ /**
7162
+ * Hide the Names of users to protect personal identifiable information
7163
+ * @uiName Hide users names
7164
+ * @default
7165
+ */
7166
+ "hideNames"?: boolean;
7124
7167
  /**
7125
7168
  * Hide the viewer's leaderboard row if not in the top results.
7126
7169
  * @uiName Hide viewing user
@@ -7135,7 +7178,7 @@ declare namespace LocalJSX {
7135
7178
  "interval"?: string;
7136
7179
  /**
7137
7180
  * Hides the leaderboard if user is on Essentials plan
7138
- * @uiName Hide viewing user
7181
+ * @uiName Hide leaderboard for essentials user
7139
7182
  * @default
7140
7183
  */
7141
7184
  "isEssentials"?: boolean;
@@ -7160,6 +7203,11 @@ declare namespace LocalJSX {
7160
7203
  * @uiWidget programSelector
7161
7204
  */
7162
7205
  "programId"?: string;
7206
+ /**
7207
+ * A JSONata string that formats the rank with the appropriate ordinal suffix (e.g., "st" for 1st, "nd" for 2nd, "rd" for 3rd, and "th" for all others).
7208
+ * @uiName Rank Suffix
7209
+ */
7210
+ "rankSuffix"?: string;
7163
7211
  /**
7164
7212
  * @uiName Rank type
7165
7213
  * @uiType string
@@ -7183,6 +7231,15 @@ declare namespace LocalJSX {
7183
7231
  * @uiName User column heading
7184
7232
  */
7185
7233
  "usersheading"?: string;
7234
+ /**
7235
+ * @uiName Viewing user text
7236
+ */
7237
+ "viewingUserText"?: string;
7238
+ /**
7239
+ * Restrict the width of the leaderboard (Can be a pixel value or a percentage i.e. "500px", "33%", etc.)
7240
+ * @uiName Width
7241
+ */
7242
+ "width"?: string;
7186
7243
  }
7187
7244
  interface SqmLeaderboardRank {
7188
7245
  /**
@@ -7543,6 +7600,13 @@ declare namespace LocalJSX {
7543
7600
  * @uiEnumNames ["Grid", "Flex"]
7544
7601
  */
7545
7602
  "display"?: "grid" | "flex";
7603
+ /**
7604
+ * @uiName Flex wrap behavior
7605
+ * @uiType string
7606
+ * @uiEnum ["wrap", "nowrap"]
7607
+ * @uiEnumNames ["Wrap", "No Wrap"]
7608
+ */
7609
+ "flexWrap"?: string;
7546
7610
  /**
7547
7611
  * @uiName Gap
7548
7612
  * @uiType string
package/docs/docs.docx CHANGED
Binary file