@carbon/ibm-products 2.43.2-canary.58 → 2.43.2-canary.61

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.
@@ -358,7 +358,6 @@ var SidePanel = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
358
358
  className: cx("".concat(blockClass, "__header"), _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(blockClass, "__header--on-detail-step"), currentStep > 0), "".concat(blockClass, "__header--no-title-animation"), !animateTitle), "".concat(blockClass, "__header--reduced-motion"), shouldReduceMotion), "".concat(blockClass, "__header--has-title"), title)),
359
359
  ref: headerRef
360
360
  }, currentStep > 0 && /*#__PURE__*/React__default.createElement(Button, {
361
- "aria-label": navigationBackIconDescription,
362
361
  kind: "ghost",
363
362
  size: slugCloseSize,
364
363
  disabled: false,
@@ -367,7 +367,6 @@ exports.SidePanel = /*#__PURE__*/React__default["default"].forwardRef(function (
367
367
  className: cx__default["default"]("".concat(blockClass, "__header"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__header--on-detail-step"), currentStep > 0), "".concat(blockClass, "__header--no-title-animation"), !animateTitle), "".concat(blockClass, "__header--reduced-motion"), shouldReduceMotion), "".concat(blockClass, "__header--has-title"), title)),
368
368
  ref: headerRef
369
369
  }, currentStep > 0 && /*#__PURE__*/React__default["default"].createElement(react.Button, {
370
- "aria-label": navigationBackIconDescription,
371
370
  kind: "ghost",
372
371
  size: slugCloseSize,
373
372
  disabled: false,
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.58+78962b154",
4
+ "version": "2.43.2-canary.61+af3dd32d3",
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.20.0",
99
- "@carbon/ibm-products-styles": "^2.40.0-rc.1",
99
+ "@carbon/ibm-products-styles": "^2.39.1-canary.71+af3dd32d3",
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": "78962b154b909895d77aa523ea96ade0044b9f34"
123
+ "gitHead": "af3dd32d34b43a012ec91e573d98310c8653fb49"
124
124
  }