@epam/ai-dial-sidebar 1.0.0-dev.533 → 1.0.0-dev.535

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 (2) hide show
  1. package/index.js +9 -7
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -52285,7 +52285,9 @@ var OB = (e) => typeof navigator < "u" && navigator.clipboard?.writeText ? navig
52285
52285
  MB(n, t), URL.revokeObjectURL(n);
52286
52286
  }, PB = (e, t) => {
52287
52287
  NB(new Blob([e], { type: "text/plain;charset=utf-8" }), t);
52288
- }, FB = {
52288
+ };
52289
+ ko.MD, ko.LG;
52290
+ var FB = {
52289
52291
  icon: "_icon_t1l1e_1",
52290
52292
  label: "_label_t1l1e_5"
52291
52293
  };
@@ -76219,8 +76221,8 @@ var L4 = 2e3, R4 = (e, t = L4) => {
76219
76221
  h1: "dial-h1-text mb-3 mt-6 first:mt-0 [text-wrap:balance]",
76220
76222
  h2: "dial-h2-text mb-2 mt-5 first:mt-0 [text-wrap:balance]",
76221
76223
  h3: "dial-h3-text mb-2 mt-4 first:mt-0 [text-wrap:balance]",
76222
- h4: "mb-2 mt-4 text-base font-semibold first:mt-0 [text-wrap:balance]",
76223
- h5: "mb-2 mt-4 text-sm font-semibold first:mt-0 [text-wrap:balance]",
76224
+ h4: "mb-2 mt-4 dial-body-semi-text first:mt-0 [text-wrap:balance]",
76225
+ h5: "mb-2 mt-4 dial-small-semi-text first:mt-0 [text-wrap:balance]",
76224
76226
  h6: "mb-2 mt-4 text-sm font-medium text-secondary first:mt-0 [text-wrap:balance]",
76225
76227
  p: "dial-body-paragraph-text mb-3 break-words [overflow-wrap:anywhere] [text-wrap:pretty] last:mb-0",
76226
76228
  ul: "mb-3 space-y-1",
@@ -76241,9 +76243,9 @@ b(({ content: e, isStreaming: t, thinkingLabel: n, components: r, codeBlockCopyL
76241
76243
  classNames: a3
76242
76244
  }));
76243
76245
  var o3 = {
76244
- container: "_container_bc4pw_1",
76245
- icon: "_icon_bc4pw_16",
76246
- input: "_input_bc4pw_20"
76246
+ container: "_container_ozmd2_1",
76247
+ icon: "_icon_ozmd2_16",
76248
+ input: "_input_ozmd2_20"
76247
76249
  }, s3 = ({ value: e, onChange: t, labels: n, iconSize: r = ko.MD, iconStrokeWidth: i, styles: a }) => {
76248
76250
  let { placeholder: o = "Search", ariaLabel: s, clearLabel: c = "Clear search" } = n ?? {}, { containerClassName: l, iconClassName: u, inputClassName: d, clearButtonClassName: f } = a ?? {}, p = s ?? o;
76249
76251
  return /* @__PURE__ */ j("div", {
@@ -76259,7 +76261,7 @@ var o3 = {
76259
76261
  }),
76260
76262
  /* @__PURE__ */ j("input", {
76261
76263
  type: "text",
76262
- className: EB(o3.input, "min-w-0 flex-1 border-0 p-0 text-sm font-normal leading-5 outline-none", d),
76264
+ className: EB(o3.input, "dial-small-text min-w-0 flex-1 border-0 p-0 outline-none", d),
76263
76265
  value: e,
76264
76266
  placeholder: o,
76265
76267
  "aria-label": p,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-sidebar",
3
3
  "description": "Resizable sidebar panel shell with header, search, and empty state components",
4
- "version": "1.0.0-dev.533",
4
+ "version": "1.0.0-dev.535",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -17,9 +17,9 @@
17
17
  }
18
18
  },
19
19
  "peerDependencies": {
20
- "@epam/ai-dial-chat-shared": "1.0.0-dev.533",
21
- "@epam/ai-dial-kit": "1.0.0-dev.533",
22
- "@epam/ai-dial-ui-kit": "0.12.0-dev.28",
20
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.535",
21
+ "@epam/ai-dial-kit": "1.0.0-dev.535",
22
+ "@epam/ai-dial-ui-kit": "0.12.0-dev.36",
23
23
  "@tabler/icons-react": "^3.44.0",
24
24
  "react": "^19.0.0"
25
25
  },