@saasquatch/mint-components 1.15.0-76 → 1.15.0-78

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 (28) hide show
  1. package/dist/cjs/{ShadowViewAddon-5d9a17e7.js → ShadowViewAddon-e703fa61.js} +1 -0
  2. package/dist/cjs/sqm-big-stat_43.cjs.entry.js +1 -1
  3. package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
  4. package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +3 -0
  5. package/dist/collection/components/sqm-big-stat/useBigStat.js +1 -0
  6. package/dist/esm/{ShadowViewAddon-e2c43345.js → ShadowViewAddon-6635eef4.js} +1 -0
  7. package/dist/esm/sqm-big-stat_43.entry.js +1 -1
  8. package/dist/esm/sqm-stencilbook.entry.js +1 -1
  9. package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
  10. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  11. package/dist/mint-components/mint-components.esm.js +1 -1
  12. package/dist/mint-components/p-2a8e2f28.system.js +1 -1
  13. package/dist/mint-components/{p-c1a49c20.entry.js → p-6b51c05f.entry.js} +1 -1
  14. package/dist/mint-components/{p-fde9bf0f.system.entry.js → p-958223c1.system.entry.js} +1 -1
  15. package/dist/mint-components/{p-bec939a5.system.entry.js → p-999a396d.system.entry.js} +1 -1
  16. package/dist/mint-components/{p-d4802081.entry.js → p-bfa37e52.entry.js} +1 -1
  17. package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +1 -0
  18. package/dist/types/components.d.ts +2 -0
  19. package/dist/types/global/android.d.ts +7 -0
  20. package/dist/types/global/demo.d.ts +2 -0
  21. package/dist/types/stories/features.d.ts +4 -0
  22. package/dist/types/stories/templates.d.ts +4 -0
  23. package/docs/docs.docx +0 -0
  24. package/docs/raisins.json +1 -1
  25. package/package.json +1 -1
  26. /package/dist/esm-es5/{ShadowViewAddon-e2c43345.js → ShadowViewAddon-6635eef4.js} +0 -0
  27. /package/dist/mint-components/{p-dd315973.js → p-59932036.js} +0 -0
  28. /package/dist/mint-components/{p-f2564fde.system.js → p-81a62c33.system.js} +0 -0
@@ -47,6 +47,7 @@ export declare class BigStat {
47
47
  *
48
48
  * @uiName Program ID
49
49
  * @uiWidget programSelector
50
+ * @uiGroup Additional Settings
50
51
  */
51
52
  programId?: string;
52
53
  /**
@@ -375,6 +375,7 @@ export namespace Components {
375
375
  * The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified.
376
376
  * @uiName Program ID
377
377
  * @uiWidget programSelector
378
+ * @uiGroup Additional Settings
378
379
  */
379
380
  "programId"?: string;
380
381
  /**
@@ -7743,6 +7744,7 @@ declare namespace LocalJSX {
7743
7744
  * The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified.
7744
7745
  * @uiName Program ID
7745
7746
  * @uiWidget programSelector
7747
+ * @uiGroup Additional Settings
7746
7748
  */
7747
7749
  "programId"?: string;
7748
7750
  /**
@@ -0,0 +1,7 @@
1
+ interface AndroidInterface {
2
+ platform: 'android';
3
+ shareOnFacebook(shareUrl: string, fallbackUrl: string): void;
4
+ showToast(toast: string): void;
5
+ }
6
+
7
+ export type PlatformNativeActions = AndroidInterface | undefined;
@@ -0,0 +1,2 @@
1
+ export type DemoData<T extends {}> = Partial<Omit<T, "callbacks" | "text">>;
2
+ export type StoryDemoData<T extends {}> = Partial<Omit<T, "text">>;
@@ -0,0 +1,4 @@
1
+ declare module "*.feature" {
2
+ const content: string;
3
+ export default content;
4
+ }
@@ -0,0 +1,4 @@
1
+ declare module "*.html" {
2
+ const content: string;
3
+ export default content;
4
+ }
package/docs/docs.docx CHANGED
Binary file