sccoreui 5.6.9 → 5.6.11

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.
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const AgGrid_1 = tslib_1.__importDefault(require("./AgGrid"));
6
- function ParentForGrid() {
7
- return ((0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(AgGrid_1.default, {}) }));
6
+ function ParentForGrid(props) {
7
+ console.log(props, 'props from product');
8
+ return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(AgGrid_1.default, {}), (0, jsx_runtime_1.jsx)("div", { children: props === null || props === void 0 ? void 0 : props.message })] }));
8
9
  }
9
10
  exports.default = ParentForGrid;
@@ -1,2 +1,2 @@
1
- declare function ParentForGrid(): import("react/jsx-runtime").JSX.Element;
1
+ declare function ParentForGrid(props: any): import("react/jsx-runtime").JSX.Element;
2
2
  export default ParentForGrid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.6.9",
3
+ "version": "5.6.11",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",