@epam/ai-dial-ui-kit 0.4.0-rc.40 → 0.4.0-rc.42

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.
@@ -97,9 +97,9 @@ const Gs = ({ errorText: e }) => e && /* @__PURE__ */ v("span", { className: "te
97
97
  return t && Za(e) ? ln(
98
98
  e,
99
99
  o.getReferenceProps({
100
- ref: a,
100
+ ...e.props,
101
101
  ...s,
102
- ...e.props
102
+ ref: a
103
103
  })
104
104
  ) : /* @__PURE__ */ v(
105
105
  "span",
@@ -3042,7 +3042,6 @@ const RC = {
3042
3042
  Au,
3043
3043
  {
3044
3044
  asChild: !0,
3045
- ref: n,
3046
3045
  onMouseEnter: h,
3047
3046
  onFocusCapture: h,
3048
3047
  children: /* @__PURE__ */ v(
@@ -3055,6 +3054,7 @@ const RC = {
3055
3054
  "aria-label": r ? g : void 0,
3056
3055
  onMouseEnter: h,
3057
3056
  onFocus: h,
3057
+ ref: n,
3058
3058
  children: e
3059
3059
  }
3060
3060
  )
@@ -45664,7 +45664,6 @@ const iA = "h-full", jr = {
45664
45664
  fontFamily: {
45665
45665
  googleFont: "var(--theme-font, var(--font-inter))"
45666
45666
  },
45667
- headerColumnBorderHeight: "0",
45668
45667
  cellStyle: {
45669
45668
  textAlign: "center"
45670
45669
  }
@@ -45933,6 +45932,7 @@ const aA = ({
45933
45932
  onGridSizeChanged: M,
45934
45933
  onGridReady: ae,
45935
45934
  suppressCellFocus: !0,
45935
+ suppressDragLeaveHidesColumns: !0,
45936
45936
  noRowsOverlayComponent: $,
45937
45937
  rowData: t,
45938
45938
  ...s
@@ -18,7 +18,6 @@ export declare const GRID_THEME_COLORS: {
18
18
  fontFamily: {
19
19
  googleFont: string;
20
20
  };
21
- headerColumnBorderHeight: string;
22
21
  cellStyle: {
23
22
  textAlign: string;
24
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.4.0-rc.40",
3
+ "version": "0.4.0-rc.42",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",