@arkyn/types 1.3.138 → 1.3.140

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,6 @@
1
1
  type ToastProps = {
2
- title: string;
3
2
  message: string;
4
- size?: "md" | "lg";
5
- type: "info" | "success" | "danger" | "warning";
3
+ type: "success" | "danger";
6
4
  };
7
5
  export type { ToastProps };
8
6
  //# sourceMappingURL=ToastProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToastProps.d.ts","sourceRoot":"","sources":["../../src/components/ToastProps.ts"],"names":[],"mappings":"AAAA,KAAK,UAAU,GAAG;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;CACjD,CAAC;AAEF,YAAY,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"ToastProps.d.ts","sourceRoot":"","sources":["../../src/components/ToastProps.ts"],"names":[],"mappings":"AAAA,KAAK,UAAU,GAAG;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC5B,CAAC;AAEF,YAAY,EAAE,UAAU,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/types",
3
- "version": "1.3.138",
3
+ "version": "1.3.140",
4
4
  "main": "./dist/bundle.js",
5
5
  "module": "./src/index.ts",
6
6
  "type": "module",
@@ -1,8 +1,6 @@
1
1
  type ToastProps = {
2
- title: string;
3
2
  message: string;
4
- size?: "md" | "lg";
5
- type: "info" | "success" | "danger" | "warning";
3
+ type: "success" | "danger";
6
4
  };
7
5
 
8
6
  export type { ToastProps };