@uipath/apollo-react 3.56.0 → 3.57.0

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.
@@ -193,6 +193,7 @@ const StageNodeComponent = (props)=>{
193
193
  setIsStageTitleEditing(false);
194
194
  if (onStageTitleChange) onStageTitleChange(label);
195
195
  }
196
+ if ('Escape' !== e.key) e.stopPropagation();
196
197
  }, [
197
198
  onStageTitleChange,
198
199
  label
@@ -1 +1 @@
1
- {"version":3,"file":"StageNode.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/StageNode/StageNode.tsx"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AA8oBxD,eAAO,MAAM,SAAS,8CApoBa,cAAc,6CAooBA,CAAC"}
1
+ {"version":3,"file":"StageNode.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/StageNode/StageNode.tsx"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAmpBxD,eAAO,MAAM,SAAS,8CAzoBa,cAAc,6CAyoBA,CAAC"}
@@ -165,6 +165,7 @@ const StageNodeComponent = (props)=>{
165
165
  setIsStageTitleEditing(false);
166
166
  if (onStageTitleChange) onStageTitleChange(label);
167
167
  }
168
+ if ('Escape' !== e.key) e.stopPropagation();
168
169
  }, [
169
170
  onStageTitleChange,
170
171
  label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.56.0",
3
+ "version": "3.57.0",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",
@@ -201,7 +201,7 @@
201
201
  "zod": "^4.3.5",
202
202
  "zustand": "^5.0.9",
203
203
  "@uipath/apollo-core": "5.7.3",
204
- "@uipath/apollo-wind": "1.0.1"
204
+ "@uipath/apollo-wind": "1.1.0"
205
205
  },
206
206
  "devDependencies": {
207
207
  "@lingui/cli": "^5.6.1",