@uipath/apollo-react 3.54.0-pr354.41fe7f5 → 3.54.0-pr354.52198f3

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.
@@ -81,7 +81,7 @@ const AddNodePanel_AddNodePanel = /*#__PURE__*/ (0, external_react_namespaceObje
81
81
  ]);
82
82
  return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_react_focus_lock_default(), {
83
83
  children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_Toolbox_index_cjs_namespaceObject.Toolbox, {
84
- title: title ?? 'Add Node',
84
+ title: title ?? 'Add node',
85
85
  initialItems: nodeListOptions,
86
86
  loading: loading,
87
87
  onItemSelect: handleNodeListItemSelect,
@@ -43,7 +43,7 @@ const AddNodePanel_AddNodePanel = /*#__PURE__*/ memo(function({ onNodeSelect, on
43
43
  ]);
44
44
  return /*#__PURE__*/ jsx(react_focus_lock, {
45
45
  children: /*#__PURE__*/ jsx(Toolbox, {
46
- title: title ?? 'Add Node',
46
+ title: title ?? 'Add node',
47
47
  initialItems: nodeListOptions,
48
48
  loading: loading,
49
49
  onItemSelect: handleNodeListItemSelect,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.54.0-pr354.41fe7f5",
3
+ "version": "3.54.0-pr354.52198f3",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",