@carbon/ibm-products 2.43.2-canary.202 → 2.43.2-canary.205

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@ var RowSizeRadioGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
32
32
  ref: ref
33
33
  }, /*#__PURE__*/React__default.createElement(RadioButtonGroup, {
34
34
  legendText: legendText,
35
- name: "row-height-group",
35
+ name: "".concat(tableId, "--row-height-group"),
36
36
  orientation: "vertical",
37
37
  defaultSelected: getBackwardCompatibleRowSize(selectedOption),
38
38
  onChange: onChange
@@ -41,7 +41,7 @@ var RowSizeRadioGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
41
41
  ref: ref
42
42
  }, /*#__PURE__*/React__default["default"].createElement(react.RadioButtonGroup, {
43
43
  legendText: legendText,
44
- name: "row-height-group",
44
+ name: "".concat(tableId, "--row-height-group"),
45
45
  orientation: "vertical",
46
46
  defaultSelected: getBackwardCompatibleRowSize(selectedOption),
47
47
  onChange: onChange
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.202+b334a51c4",
4
+ "version": "2.43.2-canary.205+330e902c9",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -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": "b334a51c4aa1f3bae26554a9e0b1e65b663b0eed"
123
+ "gitHead": "330e902c94cf3c8720ddb4360c1ae313c12f756e"
124
124
  }