@arpproject/recrate 0.1.17 → 0.1.18

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.
@@ -110840,7 +110840,8 @@ const RenderEntity = forwardRef((props, ref) => {
110840
110840
  const addProfileTabItem = {
110841
110841
  key: "add-schema-button",
110842
110842
  label: addProfileTabLabel,
110843
- className: "ant-tabs-tab-add-button"
110843
+ className: "ant-tabs-tab-add-button",
110844
+ disabled: true
110844
110845
  };
110845
110846
  const toggleViewTabItem = {
110846
110847
  key: "toggle-view",
@@ -119520,7 +119521,7 @@ var EmotionCacheContext = /* @__PURE__ */ React.createContext(
119520
119521
  }) : null
119521
119522
  );
119522
119523
  var CacheProvider = EmotionCacheContext.Provider;
119523
- const version = "0.1.17";
119524
+ const version = "0.1.18";
119524
119525
  const pkg = {
119525
119526
  version
119526
119527
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arpproject/recrate",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "type": "module",
5
5
  "main": "./dist/recrate.es.js",
6
6
  "module": "./dist/recrate.es.js",