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