@scalar/api-reference 1.22.19 → 1.22.20

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
@@ -15,7 +15,7 @@
15
15
  "vue",
16
16
  "vue3"
17
17
  ],
18
- "version": "1.22.19",
18
+ "version": "1.22.20",
19
19
  "engines": {
20
20
  "node": ">=18"
21
21
  },
@@ -68,14 +68,14 @@
68
68
  "remark-stringify": "^11.0.0",
69
69
  "unhead": "^1.8.3",
70
70
  "unified": "^11.0.4",
71
- "vue-sonner": "^1.0.3",
72
- "@scalar/api-client": "1.2.11",
71
+ "@scalar/api-client": "1.2.12",
73
72
  "@scalar/components": "0.6.1",
74
73
  "@scalar/galaxy": "0.1.0",
75
74
  "@scalar/themes": "0.7.6",
75
+ "@scalar/oas-utils": "0.1.6",
76
76
  "@scalar/use-modal": "0.3.0",
77
77
  "@scalar/use-tooltip": "0.6.0",
78
- "@scalar/oas-utils": "0.1.6"
78
+ "@scalar/use-toasts": "0.6.1"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@etchteam/storybook-addon-css-variables-theme": "^1.5.1",
@@ -1,3 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
3
- //# sourceMappingURL=CustomToaster.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CustomToaster.vue.d.ts","sourceRoot":"","sources":["../../src/components/CustomToaster.vue.ts"],"names":[],"mappings":";AA4DA,wBAKG"}
@@ -1,12 +0,0 @@
1
- export type ToastFunction = (message: string, level?: 'warn' | 'info' | 'error') => void | null;
2
- /**
3
- * Set the toast function that will be used throughout the app
4
- * If using APIReference Layouts directly this can use the parent app toast function
5
- */
6
- export declare function initializeToasts(toastFunction: ToastFunction): void;
7
- /** Emit toasts */
8
- export declare function useToasts(): {
9
- initializeToasts: typeof initializeToasts;
10
- toast: ToastFunction;
11
- };
12
- //# sourceMappingURL=useToasts.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useToasts.d.ts","sourceRoot":"","sources":["../../src/hooks/useToasts.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,CAC1B,OAAO,EAAE,MAAM,EACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,KAC9B,IAAI,GAAG,IAAI,CAAA;AAQhB;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,aAAa,EAAE,aAAa,QAE5D;AAED,kBAAkB;AAClB,wBAAgB,SAAS;;;EAKxB"}