@uipath/apollo-react 3.28.0-pr163.80f3517 → 3.28.0-pr163.9e9999c

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.
@@ -133,6 +133,10 @@ const BaseNodeComponent = (props)=>{
133
133
  ]);
134
134
  const toolbarConfig = (0, external_react_namespaceObject.useMemo)(()=>{
135
135
  if (void 0 !== toolbarConfigProp) return null === toolbarConfigProp ? void 0 : toolbarConfigProp;
136
+ console.log({
137
+ id,
138
+ manifest
139
+ });
136
140
  return manifest ? (0, toolbar_resolver_cjs_namespaceObject.resolveToolbar)(manifest, statusContext) : void 0;
137
141
  }, [
138
142
  toolbarConfigProp,
@@ -1 +1 @@
1
- {"version":3,"file":"BaseNode.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/BaseNode/BaseNode.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACV,sBAAsB,EAIvB,MAAM,kBAAkB,CAAC;AAygB1B,eAAO,MAAM,QAAQ,8CApgBa,sBAAsB,6CAogBT,CAAC"}
1
+ {"version":3,"file":"BaseNode.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/BaseNode/BaseNode.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACV,sBAAsB,EAIvB,MAAM,kBAAkB,CAAC;AA2gB1B,eAAO,MAAM,QAAQ,8CAtgBa,sBAAsB,6CAsgBT,CAAC"}
@@ -105,6 +105,10 @@ const BaseNodeComponent = (props)=>{
105
105
  ]);
106
106
  const toolbarConfig = useMemo(()=>{
107
107
  if (void 0 !== toolbarConfigProp) return null === toolbarConfigProp ? void 0 : toolbarConfigProp;
108
+ console.log({
109
+ id,
110
+ manifest
111
+ });
108
112
  return manifest ? resolveToolbar(manifest, statusContext) : void 0;
109
113
  }, [
110
114
  toolbarConfigProp,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.28.0-pr163.80f3517",
3
+ "version": "3.28.0-pr163.9e9999c",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",