@uipath/apollo-react 3.52.1 → 3.53.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.
@@ -234,6 +234,7 @@ function Toolbox({ onClose, onBack, onItemSelect, onSearch, onItemHover, title,
234
234
  ]);
235
235
  return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
236
236
  ref: containerRef,
237
+ "data-testid": "toolbox-container",
237
238
  children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(external_layouts_index_cjs_namespaceObject.Column, {
238
239
  px: 20,
239
240
  py: 12,
@@ -206,6 +206,7 @@ function Toolbox({ onClose, onBack, onItemSelect, onSearch, onItemHover, title,
206
206
  ]);
207
207
  return /*#__PURE__*/ jsx("div", {
208
208
  ref: containerRef,
209
+ "data-testid": "toolbox-container",
209
210
  children: /*#__PURE__*/ jsxs(Column, {
210
211
  px: 20,
211
212
  py: 12,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.52.1",
3
+ "version": "3.53.0",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",