@carbon/ibm-products 2.43.2-canary.297 → 2.43.2-canary.298

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.
@@ -47,8 +47,10 @@ var DatagridExpandedRow = function DatagridExpandedRow(ExpandedRowContentCompone
47
47
  className: "".concat(blockClass, "__expanded-row-cell-wrapper")
48
48
  }, /*#__PURE__*/React__default.createElement("div", {
49
49
  className: "".concat(blockClass, "__expanded-row-content"),
50
- style: {
51
- height: expandedContentHeight && expandedContentHeight
50
+ ref: function ref(el) {
51
+ if (el && el.style && expandedContentHeight) {
52
+ el.style.height = "".concat(expandedContentHeight, "px");
53
+ }
52
54
  }
53
55
  }, /*#__PURE__*/React__default.createElement(ExpandedRowContentComponent, _extends({
54
56
  key: key
@@ -51,8 +51,10 @@ var DatagridExpandedRow = function DatagridExpandedRow(ExpandedRowContentCompone
51
51
  className: "".concat(blockClass, "__expanded-row-cell-wrapper")
52
52
  }, /*#__PURE__*/React.createElement("div", {
53
53
  className: "".concat(blockClass, "__expanded-row-content"),
54
- style: {
55
- height: expandedContentHeight && expandedContentHeight
54
+ ref: function ref(el) {
55
+ if (el && el.style && expandedContentHeight) {
56
+ el.style.height = "".concat(expandedContentHeight, "px");
57
+ }
56
58
  }
57
59
  }, /*#__PURE__*/React.createElement(ExpandedRowContentComponent, _rollupPluginBabelHelpers.extends({
58
60
  key: key
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.43.2-canary.297+dc10d7157",
4
+ "version": "2.43.2-canary.298+95c6489e3",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -96,7 +96,7 @@
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7.23.9",
98
98
  "@carbon/feature-flags": "^0.22.0",
99
- "@carbon/ibm-products-styles": "^2.39.1-canary.307+dc10d7157",
99
+ "@carbon/ibm-products-styles": "^2.48.0-rc.0",
100
100
  "@carbon/telemetry": "^0.1.0",
101
101
  "@dnd-kit/core": "^6.0.8",
102
102
  "@dnd-kit/modifiers": "^7.0.0",
@@ -120,5 +120,5 @@
120
120
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
121
121
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
122
122
  },
123
- "gitHead": "dc10d7157746bc6725ef6f2f7d5d5dfd8c379d75"
123
+ "gitHead": "95c6489e30e5e20e344eff958e481ee22be9d465"
124
124
  }