@saasquatch/mint-components 2.0.0-11 → 2.0.0-12

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasquatch/mint-components",
3
3
  "title": "Mint Components",
4
- "version": "2.0.0-11",
4
+ "version": "2.0.0-12",
5
5
  "description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
6
6
  "icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
7
7
  "raisins": "docs/raisins.json",
@@ -1,7 +0,0 @@
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;
@@ -1,2 +0,0 @@
1
- export type DemoData<T extends {}> = Partial<Omit<T, "callbacks" | "text">>;
2
- export type StoryDemoData<T extends {}> = Partial<Omit<T, "text">>;
@@ -1,4 +0,0 @@
1
- declare module "*.feature" {
2
- const content: string;
3
- export default content;
4
- }
@@ -1,4 +0,0 @@
1
- declare module "*.html" {
2
- const content: string;
3
- export default content;
4
- }