@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.
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -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
|
-
|
|
100
|
+
...e.props,
|
|
101
101
|
...s,
|
|
102
|
-
|
|
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
|