@carbon/ibm-products 2.43.2-canary.297 → 2.43.2-canary.299
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
|
-
|
51
|
-
|
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
|
-
|
55
|
-
|
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.
|
4
|
+
"version": "2.43.2-canary.299+0c6740bd0",
|
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.
|
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": "
|
123
|
+
"gitHead": "0c6740bd0b27539030d7581840fcaeac91697251"
|
124
124
|
}
|
package/telemetry.yml
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
version: 1
|
4
4
|
projectId: 495342db-5046-4ecf-85ea-9ffceb6f8cdf
|
5
|
-
endpoint: https://
|
5
|
+
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
|
6
6
|
collect:
|
7
7
|
jsx:
|
8
8
|
elements:
|
@@ -857,6 +857,7 @@ collect:
|
|
857
857
|
- isAllRowsSelected
|
858
858
|
# SidePanel
|
859
859
|
- actionToolbarButtons
|
860
|
+
- aiLabel
|
860
861
|
- animateTitle
|
861
862
|
- condensedActions
|
862
863
|
- includeOverlay
|