@carbon/ibm-products 2.43.2-canary.330 → 2.43.2-canary.332

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.
@@ -118,6 +118,7 @@ var EditInPlace = /*#__PURE__*/forwardRef(function (_ref, ref) {
118
118
  onSaveHandler();
119
119
  } else {
120
120
  onCancelHandler();
121
+ setFocused(false);
121
122
  }
122
123
  }
123
124
  }
@@ -120,6 +120,7 @@ exports.EditInPlace = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
120
120
  onSaveHandler();
121
121
  } else {
122
122
  onCancelHandler();
123
+ setFocused(false);
123
124
  }
124
125
  }
125
126
  }
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.330+3ea78f2ce",
4
+ "version": "2.43.2-canary.332+e5a66ce58",
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.23.1",
99
- "@carbon/ibm-products-styles": "^2.39.1-canary.340+3ea78f2ce",
99
+ "@carbon/ibm-products-styles": "^2.49.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": "3ea78f2cefc632bfec990026418a4851b3f582f0"
123
+ "gitHead": "e5a66ce58bcf5f671365f26adf47993a70dd00d1"
124
124
  }