@saasquatch/mint-components 2.1.14-1 → 2.1.14-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 (37) hide show
  1. package/dist/cjs/{ShadowViewAddon-c97e80de.js → ShadowViewAddon-3b477e58.js} +6 -7
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/mint-components.cjs.js +1 -1
  4. package/dist/cjs/sqm-big-stat_46.cjs.entry.js +2 -2
  5. package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
  6. package/dist/collection/components/sqm-big-stat/useBigStat.js +5 -6
  7. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +1 -1
  8. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +2 -3
  9. package/dist/collection/components/sqm-user-attribute/sqm-user-attribute.js +3 -3
  10. package/dist/esm/{ShadowViewAddon-33f1a8f7.js → ShadowViewAddon-0b980200.js} +6 -7
  11. package/dist/esm/loader.js +1 -1
  12. package/dist/esm/mint-components.js +1 -1
  13. package/dist/esm/sqm-big-stat_46.entry.js +2 -2
  14. package/dist/esm/sqm-stencilbook.entry.js +2 -2
  15. package/dist/esm-es5/ShadowViewAddon-0b980200.js +1 -0
  16. package/dist/esm-es5/loader.js +1 -1
  17. package/dist/esm-es5/mint-components.js +1 -1
  18. package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
  19. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  20. package/dist/mint-components/mint-components.esm.js +1 -1
  21. package/dist/mint-components/p-044f930a.system.js +1 -0
  22. package/dist/mint-components/{p-7462403c.entry.js → p-8285869e.entry.js} +2 -2
  23. package/dist/mint-components/{p-e43a8421.entry.js → p-be12607e.entry.js} +1 -1
  24. package/dist/mint-components/{p-9de4d6d1.system.entry.js → p-bf188b72.system.entry.js} +1 -1
  25. package/dist/mint-components/{p-08930b83.js → p-c8a3f3b0.js} +13 -13
  26. package/dist/mint-components/p-ca098be1.system.js +1 -1
  27. package/dist/mint-components/{p-fb637e0a.system.entry.js → p-fb804001.system.entry.js} +1 -1
  28. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
  29. package/dist/types/components/sqm-user-attribute/sqm-user-attribute.d.ts +1 -1
  30. package/dist/types/components/sqm-user-attribute/useUserAttribute.d.ts +2 -2
  31. package/dist/types/components.d.ts +4 -4
  32. package/docs/docs.docx +0 -0
  33. package/docs/raisins.json +1 -1
  34. package/grapesjs/grapesjs.js +1 -1
  35. package/package.json +1 -1
  36. package/dist/esm-es5/ShadowViewAddon-33f1a8f7.js +0 -1
  37. package/dist/mint-components/p-78b40f71.system.js +0 -1
@@ -26,7 +26,7 @@ export declare class CheckboxField {
26
26
  */
27
27
  checkboxLabelLink?: string;
28
28
  /**
29
- * @uiName Checkbox label link lext
29
+ * @uiName Checkbox label link text
30
30
  */
31
31
  checkboxLabelLinkText?: string;
32
32
  /**
@@ -12,7 +12,7 @@ export declare class UserAttribute {
12
12
  * @uiName Custom field key
13
13
  * @uiWidget customFieldSelector
14
14
  */
15
- value: string;
15
+ value: string | number;
16
16
  /**
17
17
  * Number in pixels.
18
18
  * @uiName Font size
@@ -1,3 +1,3 @@
1
- import { UserAttribute } from "./sqm-user-attribute";
2
- import { UserAttributeViewProps } from "./sqm-user-attribute-view";
1
+ import type { UserAttribute } from "./sqm-user-attribute";
2
+ import type { UserAttributeViewProps } from "./sqm-user-attribute-view";
3
3
  export declare function useUserAttribute(props: UserAttribute): UserAttributeViewProps;
@@ -457,7 +457,7 @@ export namespace Components {
457
457
  */
458
458
  "checkboxLabelLink"?: string;
459
459
  /**
460
- * @uiName Checkbox label link lext
460
+ * @uiName Checkbox label link text
461
461
  */
462
462
  "checkboxLabelLinkText"?: string;
463
463
  /**
@@ -7019,7 +7019,7 @@ export namespace Components {
7019
7019
  * @uiName Custom field key
7020
7020
  * @uiWidget customFieldSelector
7021
7021
  */
7022
- "value": string;
7022
+ "value": string | number;
7023
7023
  }
7024
7024
  interface SqmUserInfoForm {
7025
7025
  /**
@@ -8598,7 +8598,7 @@ declare namespace LocalJSX {
8598
8598
  */
8599
8599
  "checkboxLabelLink"?: string;
8600
8600
  /**
8601
- * @uiName Checkbox label link lext
8601
+ * @uiName Checkbox label link text
8602
8602
  */
8603
8603
  "checkboxLabelLinkText"?: string;
8604
8604
  /**
@@ -15130,7 +15130,7 @@ declare namespace LocalJSX {
15130
15130
  * @uiName Custom field key
15131
15131
  * @uiWidget customFieldSelector
15132
15132
  */
15133
- "value"?: string;
15133
+ "value"?: string | number;
15134
15134
  }
15135
15135
  interface SqmUserInfoForm {
15136
15136
  /**
package/docs/docs.docx CHANGED
Binary file