stp-ui-kit 0.0.17 → 0.0.18
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/stp-ui-kit.es.js
CHANGED
|
@@ -4180,13 +4180,16 @@ const as = (e) => /* @__PURE__ */ i(
|
|
|
4180
4180
|
...e,
|
|
4181
4181
|
className: I(e.className, "custom-table-caption")
|
|
4182
4182
|
}
|
|
4183
|
-
), qn = (e
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4183
|
+
), qn = (e) => {
|
|
4184
|
+
const { colSpan: t, ...o } = e;
|
|
4185
|
+
return /* @__PURE__ */ i(
|
|
4186
|
+
Dn,
|
|
4187
|
+
{
|
|
4188
|
+
...o,
|
|
4189
|
+
colSpan: t
|
|
4190
|
+
}
|
|
4191
|
+
);
|
|
4192
|
+
};
|
|
4190
4193
|
qn.displayName = "CustomTableCell";
|
|
4191
4194
|
const cs = (e) => /* @__PURE__ */ i(
|
|
4192
4195
|
Tn,
|