@epam/ai-dial-ui-kit 0.6.0-rc.59 → 0.6.0-rc.60

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.
@@ -51777,7 +51777,7 @@ const A7 = ({
51777
51777
  onResize: cl,
51778
51778
  minWidth: IL,
51779
51779
  maxWidth: AL,
51780
- enabled: w,
51780
+ enabled: !w,
51781
51781
  children: /* @__PURE__ */ m(
51782
51782
  N1,
51783
51783
  {
@@ -51785,7 +51785,7 @@ const A7 = ({
51785
51785
  title: $n,
51786
51786
  containerClassName: jn,
51787
51787
  additionalButtons: Kn,
51788
- isOpened: w,
51788
+ isOpened: !w,
51789
51789
  onToggle: b,
51790
51790
  children: /* @__PURE__ */ m(
51791
51791
  UL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.6.0-rc.59",
3
+ "version": "0.6.0-rc.60",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",