@apipass/design-system 1.0.0 → 1.0.3
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/lib/index.cjs +1 -1
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.js +4 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/style.css +1 -1
- package/package.json +13 -15
package/dist/lib/index.js
CHANGED
|
@@ -1439,13 +1439,16 @@ function A5({
|
|
|
1439
1439
|
}) {
|
|
1440
1440
|
const a = d(
|
|
1441
1441
|
c,
|
|
1442
|
+
"table-container",
|
|
1443
|
+
r && "table-container-bleed"
|
|
1444
|
+
), h = d(
|
|
1442
1445
|
"table",
|
|
1443
1446
|
r && "table-bleed",
|
|
1444
1447
|
t && "table-dense",
|
|
1445
1448
|
i && "table-grid",
|
|
1446
1449
|
s && "table-striped"
|
|
1447
1450
|
);
|
|
1448
|
-
return /* @__PURE__ */ e(
|
|
1451
|
+
return /* @__PURE__ */ e("div", { className: a, children: /* @__PURE__ */ e(B3, { className: h, ...l }) });
|
|
1449
1452
|
}
|
|
1450
1453
|
function y({
|
|
1451
1454
|
align: r = "start",
|