@ecoding/components.layout
Advanced tools
@@ -27,4 +27,4 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; | ||
| }, [header]); | ||
| return (_jsxs("div", Object.assign({ style: style || flexColumnStyle, className: `${className || ""}` }, { children: [_jsx("div", Object.assign({ style: header ? flexColumnHeaderStyle : {} }, { children: header })), _jsxs("div", Object.assign({ style: flexColumnContentStyle }, { children: [table ? (_jsx("div", Object.assign({ style: { height: "100%" }, ref: ref }, { children: React.cloneElement(table, { y: ty }) }))) : null, children] }))] }))); | ||
| return (_jsxs("div", Object.assign({ style: style || flexColumnStyle, className: `${className || ""}` }, { children: [header ? header : null, _jsxs("div", Object.assign({ style: flexColumnContentStyle }, { children: [table ? (_jsx("div", Object.assign({ style: { height: "100%" }, ref: ref }, { children: React.cloneElement(table, { y: ty }) }))) : null, children] }))] }))); | ||
| }); | ||
| export default FlexColumnPageHC; |
+2
-2
| { | ||
| "name": "@ecoding/components.layout", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "author": "cxc", | ||
@@ -26,3 +26,3 @@ "homepage": "", | ||
| }, | ||
| "gitHead": "f03d1e230daadd0ccda9eb2032321a15cde4580c" | ||
| "gitHead": "2cbfae7d5426aaece9a165b225edf1adf73fff30" | ||
| } |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
8638
-0.85%