@epam/ai-dial-ui-kit 0.11.0-dev.12 → 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.
- package/dist/{JsonEditor-DUzZy2OV.cjs → JsonEditor-Cmxeh13b.cjs} +1 -1
- package/dist/{JsonEditor-D29cVS2F.js → JsonEditor-D2Rg_3lU.js} +1 -1
- package/dist/{MarkdownEditor-n39NhQsy.js → MarkdownEditor-1wxQm89x.js} +1 -1
- package/dist/{MarkdownEditor-BVPsAfAZ.cjs → MarkdownEditor-CHH35ABu.cjs} +1 -1
- package/dist/components-manifest.json +2 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +1 -1
- package/dist/{index-CS4jKZ5H.cjs → index-BAiMssJX.cjs} +1 -1
- package/dist/{index-Dy3282i_.js → index-eV9vrNOR.js} +12 -8
- package/package.json +4 -4
|
@@ -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)
|
|
60153
|
-
|
|
60154
|
-
|
|
60155
|
-
|
|
60156
|
-
|
|
60157
|
-
|
|
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
|
-
|
|
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-
|
|
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.
|
|
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",
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
"@types/react": "^19.2.14",
|
|
114
114
|
"@types/react-dom": "^19.2.3",
|
|
115
115
|
"@vitejs/plugin-react": "^4.6.0",
|
|
116
|
-
"@vitest/browser": "^
|
|
117
|
-
"@vitest/coverage-v8": "^
|
|
116
|
+
"@vitest/browser": "^4.1.8",
|
|
117
|
+
"@vitest/coverage-v8": "^4.1.8",
|
|
118
118
|
"autoprefixer": "^10.5.0",
|
|
119
119
|
"concurrently": "^9.2.1",
|
|
120
120
|
"esbuild": "^0.25.9",
|
|
@@ -145,6 +145,6 @@
|
|
|
145
145
|
"vite": "^7.1.5",
|
|
146
146
|
"vite-plugin-dts": "^4.5.4",
|
|
147
147
|
"vite-plugin-svgr": "^4.5.0",
|
|
148
|
-
"vitest": "^
|
|
148
|
+
"vitest": "^4.1.8"
|
|
149
149
|
}
|
|
150
150
|
}
|