@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.
- package/dist/recrate.es.js +3 -2
- package/package.json +1 -1
package/dist/recrate.es.js
CHANGED
|
@@ -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.
|
|
119524
|
+
const version = "0.1.18";
|
|
119524
119525
|
const pkg = {
|
|
119525
119526
|
version
|
|
119526
119527
|
};
|