@uipath/apollo-react 3.68.1 → 3.68.2

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.
@@ -505,6 +505,7 @@ const StageNodeComponent = (props)=>{
505
505
  children: [
506
506
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(external_StageNode_styles_cjs_namespaceObject.StageHeader, {
507
507
  isException: isException,
508
+ "data-testid": `stage-header-${id}`,
508
509
  children: [
509
510
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
510
511
  gap: apollo_core_namespaceObject.Spacing.SpacingMicro,
@@ -467,6 +467,7 @@ const StageNodeComponent = (props)=>{
467
467
  children: [
468
468
  /*#__PURE__*/ jsxs(StageHeader, {
469
469
  isException: isException,
470
+ "data-testid": `stage-header-${id}`,
470
471
  children: [
471
472
  /*#__PURE__*/ jsxs(Row, {
472
473
  gap: Spacing.SpacingMicro,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.68.1",
3
+ "version": "3.68.2",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",