@kubb/plugin-oas 2.25.1 → 2.25.3
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/dist/{Schema-DefwBJMc.d.ts → Schema-CkGDfE-r.d.ts} +1 -1
- package/dist/{Schema-an5hOrjZ.d.cts → Schema-CxKiczSe.d.cts} +1 -1
- package/dist/{SchemaMapper-CsBQ6eEx.d.cts → SchemaMapper-BLcXlDBz.d.cts} +0 -1
- package/dist/{SchemaMapper-CsBQ6eEx.d.ts → SchemaMapper-BLcXlDBz.d.ts} +0 -1
- package/dist/{chunk-6QFVU3BI.js → chunk-7NYIF73B.js} +4 -4
- package/dist/{chunk-6QFVU3BI.js.map → chunk-7NYIF73B.js.map} +1 -1
- package/dist/{chunk-KGR7UP2W.js → chunk-C7EB64G2.js} +6 -3
- package/dist/chunk-C7EB64G2.js.map +1 -0
- package/dist/{chunk-M62LERKB.cjs → chunk-IOHUYXT5.cjs} +25 -22
- package/dist/chunk-IOHUYXT5.cjs.map +1 -0
- package/dist/{chunk-PHNRHM3I.cjs → chunk-P42X362U.cjs} +3 -3
- package/dist/chunk-P42X362U.cjs.map +1 -0
- package/dist/{chunk-DHPXS6V7.cjs → chunk-QLJIL3U5.cjs} +3 -3
- package/dist/{chunk-DHPXS6V7.cjs.map → chunk-QLJIL3U5.cjs.map} +1 -1
- package/dist/{chunk-NLQIW5KR.cjs → chunk-REUEIIL3.cjs} +25 -25
- package/dist/{chunk-NLQIW5KR.cjs.map → chunk-REUEIIL3.cjs.map} +1 -1
- package/dist/{chunk-E4NYDEAU.js → chunk-UB552H4J.js} +3 -3
- package/dist/chunk-UB552H4J.js.map +1 -0
- package/dist/{chunk-7BYOJGO3.js → chunk-Y4V7HHX7.js} +2 -2
- package/dist/components.cjs +5 -5
- package/dist/components.d.cts +2 -2
- package/dist/components.d.ts +2 -2
- package/dist/components.js +3 -3
- package/dist/hooks.cjs +13 -13
- package/dist/hooks.d.cts +2 -2
- package/dist/hooks.d.ts +2 -2
- package/dist/hooks.js +3 -3
- package/dist/index.cjs +20 -20
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/utils.cjs +8 -8
- package/dist/utils.js +2 -2
- package/package.json +11 -11
- package/src/SchemaGenerator.ts +6 -2
- package/src/SchemaMapper.ts +1 -1
- package/src/components/Schema.tsx +1 -3
- package/dist/chunk-E4NYDEAU.js.map +0 -1
- package/dist/chunk-KGR7UP2W.js.map +0 -1
- package/dist/chunk-M62LERKB.cjs.map +0 -1
- package/dist/chunk-PHNRHM3I.cjs.map +0 -1
- /package/dist/{chunk-7BYOJGO3.js.map → chunk-Y4V7HHX7.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
|
|
|
3
3
|
import * as KubbFile from '@kubb/fs/types';
|
|
4
4
|
import { SchemaObject } from '@kubb/oas';
|
|
5
5
|
import { KubbNode } from '@kubb/react';
|
|
6
|
-
import { S as Schema$1 } from './SchemaMapper-
|
|
6
|
+
import { S as Schema$1 } from './SchemaMapper-BLcXlDBz.js';
|
|
7
7
|
|
|
8
8
|
type SchemaContextProps = {
|
|
9
9
|
name: string;
|
|
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
|
|
|
3
3
|
import * as KubbFile from '@kubb/fs/types';
|
|
4
4
|
import { SchemaObject } from '@kubb/oas';
|
|
5
5
|
import { KubbNode } from '@kubb/react';
|
|
6
|
-
import { S as Schema$1 } from './SchemaMapper-
|
|
6
|
+
import { S as Schema$1 } from './SchemaMapper-BLcXlDBz.cjs';
|
|
7
7
|
|
|
8
8
|
type SchemaContextProps = {
|
|
9
9
|
name: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SchemaGenerator,
|
|
3
3
|
schemaKeywords
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-C7EB64G2.js";
|
|
5
5
|
import {
|
|
6
6
|
__commonJS,
|
|
7
7
|
__toESM,
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-UB552H4J.js";
|
|
10
10
|
|
|
11
11
|
// ../../node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js
|
|
12
12
|
var require_react_production_min = __commonJS({
|
|
@@ -3187,7 +3187,7 @@ Schema.Imports = ({ isTypeOnly, extName }) => {
|
|
|
3187
3187
|
if (!item.args.path) {
|
|
3188
3188
|
return void 0;
|
|
3189
3189
|
}
|
|
3190
|
-
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(File.Import, { extName, root, name: [item.args.name], path: item.args.path, isTypeOnly
|
|
3190
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(File.Import, { extName, root, name: [item.args.name], path: item.args.path, isTypeOnly }, i);
|
|
3191
3191
|
}).filter(Boolean) });
|
|
3192
3192
|
};
|
|
3193
3193
|
Schema.Context = SchemaContext;
|
|
@@ -3262,4 +3262,4 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
3262
3262
|
* LICENSE file in the root directory of this source tree.
|
|
3263
3263
|
*)
|
|
3264
3264
|
*/
|
|
3265
|
-
//# sourceMappingURL=chunk-
|
|
3265
|
+
//# sourceMappingURL=chunk-7NYIF73B.js.map
|