@saasquatch/mint-components 1.10.2-9 → 1.10.3-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.
Files changed (74) hide show
  1. package/dist/cjs/{ShadowViewAddon-721bb748.js → ShadowViewAddon-c3e91cee.js} +55 -30
  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 +64 -23
  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 +153 -30
  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 +130 -24
  13. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +55 -29
  14. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +93 -29
  15. package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +40 -4
  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-e012b2aa.js} +55 -30
  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 +64 -23
  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 +153 -30
  29. package/dist/esm-es5/ShadowViewAddon-e012b2aa.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-d6474614.js → p-10685090.js} +23 -23
  39. package/dist/mint-components/p-2ffefa3b.entry.js +223 -0
  40. package/dist/mint-components/{p-b45ba369.entry.js → p-31e810e9.entry.js} +2 -2
  41. package/dist/mint-components/p-5de21018.system.entry.js +1 -0
  42. package/dist/mint-components/p-7497a4f6.system.entry.js +1 -0
  43. package/dist/mint-components/{p-bf723ae9.entry.js → p-81689347.entry.js} +2 -2
  44. package/dist/mint-components/p-84361da0.system.entry.js +1 -0
  45. package/dist/mint-components/p-95771f79.system.js +1 -0
  46. package/dist/mint-components/p-9f0629ba.system.entry.js +1 -0
  47. package/dist/mint-components/{p-e704842c.js → p-c7fd9e16.js} +1 -1
  48. package/dist/mint-components/p-d8d2de11.entry.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 +5 -1
  54. package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +6 -4
  55. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +23 -6
  56. package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +4 -2
  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 +64 -12
  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
@@ -1329,12 +1340,6 @@ export namespace Components {
1329
1340
  * @uiWidgetOptions {"allowPastDates":true, "months": 1}
1330
1341
  */
1331
1342
  "interval": string;
1332
- /**
1333
- * Hides the leaderboard if user is on Essentials plan
1334
- * @uiName Hide viewing user
1335
- * @default
1336
- */
1337
- "isEssentials"?: boolean;
1338
1343
  /**
1339
1344
  * @uiName Leaderboard type
1340
1345
  * @uiType string
@@ -1356,6 +1361,11 @@ export namespace Components {
1356
1361
  * @uiWidget programSelector
1357
1362
  */
1358
1363
  "programId"?: string;
1364
+ /**
1365
+ * 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).
1366
+ * @uiName Rank Suffix
1367
+ */
1368
+ "rankSuffix": string;
1359
1369
  /**
1360
1370
  * @uiName Rank type
1361
1371
  * @uiType string
@@ -1379,6 +1389,15 @@ export namespace Components {
1379
1389
  * @uiName User column heading
1380
1390
  */
1381
1391
  "usersheading": string;
1392
+ /**
1393
+ * @uiName Viewing user text
1394
+ */
1395
+ "viewingUserText": string;
1396
+ /**
1397
+ * Restrict the width of the leaderboard (Can be a pixel value or a percentage i.e. "500px", "33%", etc.)
1398
+ * @uiName Width
1399
+ */
1400
+ "width": string;
1382
1401
  }
1383
1402
  interface SqmLeaderboardRank {
1384
1403
  /**
@@ -1739,6 +1758,13 @@ export namespace Components {
1739
1758
  * @uiEnumNames ["Grid", "Flex"]
1740
1759
  */
1741
1760
  "display": "grid" | "flex";
1761
+ /**
1762
+ * @uiName Flex wrap behavior
1763
+ * @uiType string
1764
+ * @uiEnum ["wrap", "nowrap"]
1765
+ * @uiEnumNames ["Wrap", "No Wrap"]
1766
+ */
1767
+ "flexWrap"?: string;
1742
1768
  /**
1743
1769
  * @uiName Gap
1744
1770
  * @uiType string
@@ -6742,6 +6768,11 @@ declare namespace LocalJSX {
6742
6768
  * @uiName Minimum height
6743
6769
  */
6744
6770
  "minHeight"?: string;
6771
+ /**
6772
+ * (Optional) Constrains the width of the image. Can be a pixel value or a percentage i.e. "500px", "33%", etc.
6773
+ * @uiName Width
6774
+ */
6775
+ "width"?: string;
6745
6776
  }
6746
6777
  interface SqmIndirectTaxForm {
6747
6778
  /**
@@ -7121,6 +7152,12 @@ declare namespace LocalJSX {
7121
7152
  * @uiType object
7122
7153
  */
7123
7154
  "demoData"?: DemoData<LeaderboardViewProps>;
7155
+ /**
7156
+ * Hide the Names of users to protect personal identifiable information
7157
+ * @uiName Hide users names
7158
+ * @default
7159
+ */
7160
+ "hideNames"?: boolean;
7124
7161
  /**
7125
7162
  * Hide the viewer's leaderboard row if not in the top results.
7126
7163
  * @uiName Hide viewing user
@@ -7133,12 +7170,6 @@ declare namespace LocalJSX {
7133
7170
  * @uiWidgetOptions {"allowPastDates":true, "months": 1}
7134
7171
  */
7135
7172
  "interval"?: string;
7136
- /**
7137
- * Hides the leaderboard if user is on Essentials plan
7138
- * @uiName Hide viewing user
7139
- * @default
7140
- */
7141
- "isEssentials"?: boolean;
7142
7173
  /**
7143
7174
  * @uiName Leaderboard type
7144
7175
  * @uiType string
@@ -7160,6 +7191,11 @@ declare namespace LocalJSX {
7160
7191
  * @uiWidget programSelector
7161
7192
  */
7162
7193
  "programId"?: string;
7194
+ /**
7195
+ * 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).
7196
+ * @uiName Rank Suffix
7197
+ */
7198
+ "rankSuffix"?: string;
7163
7199
  /**
7164
7200
  * @uiName Rank type
7165
7201
  * @uiType string
@@ -7183,6 +7219,15 @@ declare namespace LocalJSX {
7183
7219
  * @uiName User column heading
7184
7220
  */
7185
7221
  "usersheading"?: string;
7222
+ /**
7223
+ * @uiName Viewing user text
7224
+ */
7225
+ "viewingUserText"?: string;
7226
+ /**
7227
+ * Restrict the width of the leaderboard (Can be a pixel value or a percentage i.e. "500px", "33%", etc.)
7228
+ * @uiName Width
7229
+ */
7230
+ "width"?: string;
7186
7231
  }
7187
7232
  interface SqmLeaderboardRank {
7188
7233
  /**
@@ -7543,6 +7588,13 @@ declare namespace LocalJSX {
7543
7588
  * @uiEnumNames ["Grid", "Flex"]
7544
7589
  */
7545
7590
  "display"?: "grid" | "flex";
7591
+ /**
7592
+ * @uiName Flex wrap behavior
7593
+ * @uiType string
7594
+ * @uiEnum ["wrap", "nowrap"]
7595
+ * @uiEnumNames ["Wrap", "No Wrap"]
7596
+ */
7597
+ "flexWrap"?: string;
7546
7598
  /**
7547
7599
  * @uiName Gap
7548
7600
  * @uiType string
package/docs/docs.docx CHANGED
Binary file