akeyless-client-commons 1.0.113 → 1.0.114
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
|
}),
|
|
@@ -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
|
}),
|