@arpproject/recrate 0.1.11 → 0.1.12

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.
@@ -109119,6 +109119,10 @@ function applyLayout({
109119
109119
  renderTabs = true;
109120
109120
  tabs = applyLayoutToEntity({ layouts, inputs, entity });
109121
109121
  tabs = applyTabDataIndicators({ configuration, tabs, entity });
109122
+ tabs = tabs.map((tab) => {
109123
+ var _a2;
109124
+ return { ...tab, profileUrl: (_a2 = layouts == null ? void 0 : layouts[tab.name]) == null ? void 0 : _a2.url };
109125
+ });
109122
109126
  }
109123
109127
  return { renderTabs, missingRequiredData, entity, tabs };
109124
109128
  }
@@ -109343,7 +109347,8 @@ const RenderEntity = forwardRef((props, ref) => {
109343
109347
  hasData: tab.hasData,
109344
109348
  missingRequiredData: tab.missingRequiredData,
109345
109349
  description: tab.description,
109346
- inputs: tab.inputs
109350
+ inputs: tab.inputs,
109351
+ profileUrl: tab.profileUrl
109347
109352
  }
109348
109353
  });
109349
109354
  } catch (error2) {
@@ -118098,7 +118103,7 @@ var EmotionCacheContext = /* @__PURE__ */ React.createContext(
118098
118103
  }) : null
118099
118104
  );
118100
118105
  var CacheProvider = EmotionCacheContext.Provider;
118101
- const version = "0.1.11";
118106
+ const version = "0.1.12";
118102
118107
  const pkg = {
118103
118108
  version
118104
118109
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arpproject/recrate",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
 
6
6
  "main": "./dist/recrate.es.js",