@kubb/renderer-jsx 5.0.0-alpha.44 → 5.0.0-alpha.45

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/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_jsx_runtime = require("./jsx-runtime-Dnd1wztY.cjs");
2
+ const require_jsx_runtime = require("./jsx-runtime-DdmO3p0U.cjs");
3
3
  const require_jsx_runtime$1 = require("./jsx-runtime.cjs");
4
4
  let _kubb_ast = require("@kubb/ast");
5
5
  //#region ../../internals/utils/src/context.ts
@@ -408,25 +408,7 @@ function Type({ children, ...props }) {
408
408
  }
409
409
  Type.displayName = "Type";
410
410
  //#endregion
411
- //#region src/context/KubbContext.ts
412
- /**
413
- * Context key for kubb render-time data (driver, plugin, mode).
414
- * Use `provide`/`unprovide` from `@internals/utils` around render calls,
415
- * and `inject` inside generator components.
416
- * @deprecated
417
- */
418
- const KubbContext = createContext(null);
419
- //#endregion
420
- //#region src/context/OasContext.ts
421
- /**
422
- * Context key for the OAS (OpenAPI Specification) instance.
423
- * Use `provide`/`unprovide` from `@internals/utils` around render calls,
424
- * and `inject` inside generator components.
425
- * @deprecated
426
- */
427
- const OasContext = createContext(null);
428
- //#endregion
429
- //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.3/node_modules/react-reconciler/cjs/react-reconciler-constants.production.js
411
+ //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.5/node_modules/react-reconciler/cjs/react-reconciler-constants.production.js
430
412
  /**
431
413
  * @license React
432
414
  * react-reconciler-constants.production.js
@@ -446,7 +428,7 @@ var require_react_reconciler_constants_production = /* @__PURE__ */ require_jsx_
446
428
  exports.NoEventPriority = 0;
447
429
  }));
448
430
  //#endregion
449
- //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.3/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js
431
+ //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.5/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js
450
432
  /**
451
433
  * @license React
452
434
  * react-reconciler-constants.development.js
@@ -1103,7 +1085,7 @@ var require_scheduler = /* @__PURE__ */ require_jsx_runtime.__commonJSMin(((expo
1103
1085
  else module.exports = require_scheduler_development();
1104
1086
  }));
1105
1087
  //#endregion
1106
- //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.3/node_modules/react-reconciler/cjs/react-reconciler.production.js
1088
+ //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.5/node_modules/react-reconciler/cjs/react-reconciler.production.js
1107
1089
  /**
1108
1090
  * @license React
1109
1091
  * react-reconciler.production.js
@@ -7672,7 +7654,7 @@ var require_react_reconciler_production = /* @__PURE__ */ require_jsx_runtime.__
7672
7654
  Object.defineProperty(module.exports, "__esModule", { value: !0 });
7673
7655
  }));
7674
7656
  //#endregion
7675
- //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.3/node_modules/react-reconciler/cjs/react-reconciler.development.js
7657
+ //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.5/node_modules/react-reconciler/cjs/react-reconciler.development.js
7676
7658
  /**
7677
7659
  * @license React
7678
7660
  * react-reconciler.development.js
@@ -17771,7 +17753,7 @@ var require_react_reconciler_development = /* @__PURE__ */ require_jsx_runtime._
17771
17753
  }, module.exports.default = module.exports, Object.defineProperty(module.exports, "__esModule", { value: !0 }));
17772
17754
  }));
17773
17755
  //#endregion
17774
- //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.3/node_modules/react-reconciler/index.js
17756
+ //#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.5/node_modules/react-reconciler/index.js
17775
17757
  var require_react_reconciler = /* @__PURE__ */ require_jsx_runtime.__commonJSMin(((exports, module) => {
17776
17758
  if (process.env.NODE_ENV === "production") module.exports = require_react_reconciler_production();
17777
17759
  else module.exports = require_react_reconciler_development();
@@ -18240,8 +18222,6 @@ exports.Const = Const;
18240
18222
  exports.File = File;
18241
18223
  exports.Function = Function$1;
18242
18224
  exports.Jsx = Jsx;
18243
- exports.KubbContext = KubbContext;
18244
- exports.OasContext = OasContext;
18245
18225
  exports.Root = Root;
18246
18226
  exports.Type = Type;
18247
18227
  exports.createContext = createContext;