@epam/ai-dial-ui-kit 0.13.0-dev.23 → 0.13.0-dev.25

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.
@@ -62198,7 +62198,7 @@ const d0 = ({ value: e, onChange: t, theme: i = c0.dark, height: s = 240 }) => {
62198
62198
  () => JSON.stringify(e, null, 2)
62199
62199
  );
62200
62200
  Ce(() => {
62201
- typeof window < "u" && import("./JsonEditor-BmDaIGpA.js").then((d) => {
62201
+ typeof window < "u" && import("./JsonEditor-BluncNUa.js").then((d) => {
62202
62202
  r(() => d.DialJsonEditor);
62203
62203
  });
62204
62204
  }, []);
@@ -62506,8 +62506,8 @@ const d0 = ({ value: e, onChange: t, theme: i = c0.dark, height: s = 240 }) => {
62506
62506
  g
62507
62507
  ),
62508
62508
  children: [
62509
- /* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-semi-text", children: i }),
62510
- /* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-text", children: s })
62509
+ /* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-semi-text break-all", children: i }),
62510
+ /* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-text break-all", children: s })
62511
62511
  ]
62512
62512
  }
62513
62513
  ) : /* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-text text-primary break-all", children: s })
@@ -62660,9 +62660,9 @@ const tC = {
62660
62660
  ...a
62661
62661
  }) => {
62662
62662
  const l = W(
62663
+ "dial-kit-base-button",
62663
62664
  e && h0(e, t),
62664
62665
  i === $e.Small ? "size-[24px]" : "size-[40px]",
62665
- "dial-kit-icon-button disabled:cursor-not-allowed focus-visible:outline outline-offset-0",
62666
62666
  s
62667
62667
  ), c = /* @__PURE__ */ p.jsx(
62668
62668
  "button",
@@ -63129,6 +63129,7 @@ const tC = {
63129
63129
  ...d
63130
63130
  }) => {
63131
63131
  const u = W(
63132
+ "dial-kit-base-button",
63132
63133
  t && h0(t, i),
63133
63134
  s === $e.Small ? "dial-tiny-semi-text" : "dial-small-paragraph-semi-text",
63134
63135
  s === $e.Small ? "h-[24px] gap-1" : "h-[40px] gap-2",
@@ -63203,7 +63204,7 @@ const tC = {
63203
63204
  }
63204
63205
  );
63205
63206
  return i ? /* @__PURE__ */ p.jsx(yt, { ...i, children: r }) : r;
63206
- }, aW = () => import("./JsonEditor-BmDaIGpA.js"), lW = () => import("./MarkdownEditor-CY0NvuQZ.js");
63207
+ }, aW = () => import("./JsonEditor-BluncNUa.js"), lW = () => import("./MarkdownEditor-DVz5-f6L.js");
63207
63208
  export {
63208
63209
  Pp as $,
63209
63210
  Xl as A,
@@ -63317,20 +63318,21 @@ export {
63317
63318
  Ic as bF,
63318
63319
  ep as bG,
63319
63320
  tp as bH,
63320
- Ci as bI,
63321
- Uj as bJ,
63322
- Vj as bK,
63323
- Jh as bL,
63324
- Io as bM,
63325
- mz as bN,
63326
- $j as bO,
63327
- zj as bP,
63328
- jg as bQ,
63329
- cz as bR,
63330
- Aj as bS,
63331
- dz as bT,
63332
- bz as bU,
63333
- Lj as bV,
63321
+ iC as bI,
63322
+ Ci as bJ,
63323
+ Uj as bK,
63324
+ Vj as bL,
63325
+ Jh as bM,
63326
+ Io as bN,
63327
+ mz as bO,
63328
+ $j as bP,
63329
+ zj as bQ,
63330
+ jg as bR,
63331
+ cz as bS,
63332
+ Aj as bT,
63333
+ dz as bU,
63334
+ bz as bV,
63335
+ Lj as bW,
63334
63336
  Kl as ba,
63335
63337
  Oj as bb,
63336
63338
  p0 as bc,
@@ -156,7 +156,7 @@ export type { CalendarProps, CalendarValue, } from './components/New/Calendar/Ca
156
156
  export { FolderPath } from './components/New/FolderPath/FolderPath';
157
157
  export type { FolderPathProps } from './components/New/FolderPath/FolderPath';
158
158
  export { DangerButton, GhostButton, LinkButton, NeutralButton, OutlinedButton, PrimaryButton, } from './components/New/Button/ButtonWrappers';
159
- export { DangerIconButton, GhostIconButton, NeutralIconButton, PrimaryIconButton, } from './components/New/IconButton/IconButtonWrappers';
159
+ export { DangerIconButton, GhostIconButton, NeutralIconButton, PrimaryIconButton, StaticIconButton, } from './components/New/IconButton/IconButtonWrappers';
160
160
  export { Button } from './components/New/Button/Button';
161
161
  export { IconButton } from './components/New/IconButton/IconButton';
162
162
  export type { ButtonProps } from './components/New/Button/Button';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.13.0-dev.23",
3
+ "version": "0.13.0-dev.25",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",