akeyless-client-commons 1.0.217 → 1.0.218
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
|
@@ -1791,7 +1791,7 @@ var TableProvider = function(props) {
|
|
|
1791
1791
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(TableContext.Provider, {
|
|
1792
1792
|
value: providerValues,
|
|
1793
1793
|
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", {
|
|
1794
|
-
className: cn("flex flex-col
|
|
1794
|
+
className: cn("flex flex-col w-full h-full", containerClassName),
|
|
1795
1795
|
style: _object_spread_props(_object_spread({}, containerStyle), {
|
|
1796
1796
|
direction: direction
|
|
1797
1797
|
}),
|
|
@@ -1575,7 +1575,7 @@ var TableProvider = function(props) {
|
|
|
1575
1575
|
return /* @__PURE__ */ jsx7(TableContext.Provider, {
|
|
1576
1576
|
value: providerValues,
|
|
1577
1577
|
children: /* @__PURE__ */ jsx7("div", {
|
|
1578
|
-
className: cn("flex flex-col
|
|
1578
|
+
className: cn("flex flex-col w-full h-full", containerClassName),
|
|
1579
1579
|
style: _object_spread_props(_object_spread({}, containerStyle), {
|
|
1580
1580
|
direction: direction
|
|
1581
1581
|
}),
|