akeyless-client-commons 1.0.113 → 1.0.115
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/components/index.js
CHANGED
|
@@ -1728,7 +1728,7 @@ var TableProvider = function(props) {
|
|
|
1728
1728
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(TableContext.Provider, {
|
|
1729
1729
|
value: providerValues,
|
|
1730
1730
|
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", {
|
|
1731
|
-
className: "flex flex-col gap-2 "
|
|
1731
|
+
className: cn("flex flex-col gap-2 w-full h-full", containerClassName),
|
|
1732
1732
|
style: _object_spread_props(_object_spread({}, containerStyle), {
|
|
1733
1733
|
direction: direction
|
|
1734
1734
|
}),
|
|
@@ -4910,7 +4910,7 @@ var TableCell = function(param) {
|
|
|
4910
4910
|
"boolean"
|
|
4911
4911
|
].includes(typeof value === "undefined" ? "undefined" : _type_of(value)) ? value : "",
|
|
4912
4912
|
style: cellStyle,
|
|
4913
|
-
className: cn("chivo ellipsis _ellipsis text-start
|
|
4913
|
+
className: cn("chivo ellipsis _ellipsis text-start px-2 border-black/30 border-[1px] max-w-[90px] ", cellClassName || ""),
|
|
4914
4914
|
children: value
|
|
4915
4915
|
});
|
|
4916
4916
|
};
|
|
@@ -1524,7 +1524,7 @@ var TableProvider = function(props) {
|
|
|
1524
1524
|
return /* @__PURE__ */ jsx7(TableContext.Provider, {
|
|
1525
1525
|
value: providerValues,
|
|
1526
1526
|
children: /* @__PURE__ */ jsx7("div", {
|
|
1527
|
-
className: "flex flex-col gap-2 "
|
|
1527
|
+
className: cn("flex flex-col gap-2 w-full h-full", containerClassName),
|
|
1528
1528
|
style: _object_spread_props(_object_spread({}, containerStyle), {
|
|
1529
1529
|
direction: direction
|
|
1530
1530
|
}),
|
|
@@ -4706,7 +4706,7 @@ var TableCell = function(param) {
|
|
|
4706
4706
|
"boolean"
|
|
4707
4707
|
].includes(typeof value === "undefined" ? "undefined" : _type_of(value)) ? value : "",
|
|
4708
4708
|
style: cellStyle,
|
|
4709
|
-
className: cn("chivo ellipsis _ellipsis text-start
|
|
4709
|
+
className: cn("chivo ellipsis _ellipsis text-start px-2 border-black/30 border-[1px] max-w-[90px] ", cellClassName || ""),
|
|
4710
4710
|
children: value
|
|
4711
4711
|
});
|
|
4712
4712
|
};
|