@epam/ai-dial-ui-kit 0.11.0-dev.13 → 0.11.0-dev.14

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.
@@ -60149,14 +60149,18 @@ function Pn(e, t, i = 0) {
60149
60149
  const s = ze(e, t);
60150
60150
  if ("default" in s)
60151
60151
  return s.default;
60152
- if (Uo(s) && s.properties) {
60153
- const n = {};
60154
- let o = !1;
60155
- for (const [r, a] of Object.entries(s.properties)) {
60156
- const l = Pn(a, t, i + 1);
60157
- l !== void 0 && (n[r] = l, o = !0);
60152
+ if (Uo(s)) {
60153
+ if (s.properties) {
60154
+ const n = {};
60155
+ let o = !1;
60156
+ for (const [r, a] of Object.entries(s.properties)) {
60157
+ const l = Pn(a, t, i + 1);
60158
+ l !== void 0 && (n[r] = l, o = !0);
60159
+ }
60160
+ return o ? n : void 0;
60158
60161
  }
60159
- return o ? n : void 0;
60162
+ if (s.additionalProperties != null && s.additionalProperties !== !1)
60163
+ return {};
60160
60164
  }
60161
60165
  }
60162
60166
  function ln(e, t, i, s = "", n = 0) {
@@ -61239,7 +61243,7 @@ const Og = ({
61239
61243
  }) })
61240
61244
  }
61241
61245
  );
61242
- }, tz = () => import("./JsonEditor-D29cVS2F.js"), iz = () => import("./MarkdownEditor-n39NhQsy.js");
61246
+ }, tz = () => import("./JsonEditor-D2Rg_3lU.js"), iz = () => import("./MarkdownEditor-1wxQm89x.js");
61243
61247
  export {
61244
61248
  ds as $,
61245
61249
  cV as A,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.11.0-dev.13",
3
+ "version": "0.11.0-dev.14",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",