@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.
Files changed (42) hide show
  1. package/dist/{Schema-DefwBJMc.d.ts → Schema-CkGDfE-r.d.ts} +1 -1
  2. package/dist/{Schema-an5hOrjZ.d.cts → Schema-CxKiczSe.d.cts} +1 -1
  3. package/dist/{SchemaMapper-CsBQ6eEx.d.cts → SchemaMapper-BLcXlDBz.d.cts} +0 -1
  4. package/dist/{SchemaMapper-CsBQ6eEx.d.ts → SchemaMapper-BLcXlDBz.d.ts} +0 -1
  5. package/dist/{chunk-6QFVU3BI.js → chunk-7NYIF73B.js} +4 -4
  6. package/dist/{chunk-6QFVU3BI.js.map → chunk-7NYIF73B.js.map} +1 -1
  7. package/dist/{chunk-KGR7UP2W.js → chunk-C7EB64G2.js} +6 -3
  8. package/dist/chunk-C7EB64G2.js.map +1 -0
  9. package/dist/{chunk-M62LERKB.cjs → chunk-IOHUYXT5.cjs} +25 -22
  10. package/dist/chunk-IOHUYXT5.cjs.map +1 -0
  11. package/dist/{chunk-PHNRHM3I.cjs → chunk-P42X362U.cjs} +3 -3
  12. package/dist/chunk-P42X362U.cjs.map +1 -0
  13. package/dist/{chunk-DHPXS6V7.cjs → chunk-QLJIL3U5.cjs} +3 -3
  14. package/dist/{chunk-DHPXS6V7.cjs.map → chunk-QLJIL3U5.cjs.map} +1 -1
  15. package/dist/{chunk-NLQIW5KR.cjs → chunk-REUEIIL3.cjs} +25 -25
  16. package/dist/{chunk-NLQIW5KR.cjs.map → chunk-REUEIIL3.cjs.map} +1 -1
  17. package/dist/{chunk-E4NYDEAU.js → chunk-UB552H4J.js} +3 -3
  18. package/dist/chunk-UB552H4J.js.map +1 -0
  19. package/dist/{chunk-7BYOJGO3.js → chunk-Y4V7HHX7.js} +2 -2
  20. package/dist/components.cjs +5 -5
  21. package/dist/components.d.cts +2 -2
  22. package/dist/components.d.ts +2 -2
  23. package/dist/components.js +3 -3
  24. package/dist/hooks.cjs +13 -13
  25. package/dist/hooks.d.cts +2 -2
  26. package/dist/hooks.d.ts +2 -2
  27. package/dist/hooks.js +3 -3
  28. package/dist/index.cjs +20 -20
  29. package/dist/index.d.cts +2 -2
  30. package/dist/index.d.ts +2 -2
  31. package/dist/index.js +3 -3
  32. package/dist/utils.cjs +8 -8
  33. package/dist/utils.js +2 -2
  34. package/package.json +11 -11
  35. package/src/SchemaGenerator.ts +6 -2
  36. package/src/SchemaMapper.ts +1 -1
  37. package/src/components/Schema.tsx +1 -3
  38. package/dist/chunk-E4NYDEAU.js.map +0 -1
  39. package/dist/chunk-KGR7UP2W.js.map +0 -1
  40. package/dist/chunk-M62LERKB.cjs.map +0 -1
  41. package/dist/chunk-PHNRHM3I.cjs.map +0 -1
  42. /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-CsBQ6eEx.js';
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-CsBQ6eEx.cjs';
6
+ import { S as Schema$1 } from './SchemaMapper-BLcXlDBz.cjs';
7
7
 
8
8
  type SchemaContextProps = {
9
9
  name: string;
@@ -107,7 +107,6 @@ type SchemaKeywordMapper = {
107
107
  args: {
108
108
  name: string;
109
109
  path: KubbFile.OptionalPath;
110
- isTypeOnly?: boolean;
111
110
  };
112
111
  };
113
112
  matches: {
@@ -107,7 +107,6 @@ type SchemaKeywordMapper = {
107
107
  args: {
108
108
  name: string;
109
109
  path: KubbFile.OptionalPath;
110
- isTypeOnly?: boolean;
111
110
  };
112
111
  };
113
112
  matches: {
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  SchemaGenerator,
3
3
  schemaKeywords
4
- } from "./chunk-KGR7UP2W.js";
4
+ } from "./chunk-C7EB64G2.js";
5
5
  import {
6
6
  __commonJS,
7
7
  __toESM,
8
8
  init_esm_shims
9
- } from "./chunk-E4NYDEAU.js";
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: item.args.isTypeOnly ?? isTypeOnly }, i);
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-6QFVU3BI.js.map
3265
+ //# sourceMappingURL=chunk-7NYIF73B.js.map