@strapi/content-type-builder 5.0.0-rc.0 → 5.0.0-rc.2

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const index = require("../_chunks/index-hlyv9EE3.js");
2
+ const index = require("../_chunks/index-CcKr65ti.js");
3
3
  require("@strapi/icons");
4
4
  module.exports = index.index;
5
5
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import { I } from "../_chunks/index-BLvlfjLT.mjs";
1
+ import { I } from "../_chunks/index-BUl4iZYG.mjs";
2
2
  import "@strapi/icons";
3
3
  export {
4
4
  I as default
@@ -2,6 +2,7 @@
2
2
  export declare const useContentTypeBuilderMenu: () => {
3
3
  menu: {
4
4
  links: any[];
5
+ linksCount: number;
5
6
  name: string;
6
7
  title: {
7
8
  id: string;
@@ -14,6 +14,7 @@ interface SelectCategoryProps {
14
14
  };
15
15
  }) => void;
16
16
  value?: string;
17
+ isCreating?: boolean;
17
18
  }
18
- export declare const SelectCategory: ({ error, intlLabel, name, onChange, value, }: SelectCategoryProps) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const SelectCategory: ({ error, intlLabel, name, onChange, value, isCreating, }: SelectCategoryProps) => import("react/jsx-runtime").JSX.Element;
19
20
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/content-type-builder",
3
- "version": "5.0.0-rc.0",
3
+ "version": "5.0.0-rc.2",
4
4
  "description": "Create and manage content types",
5
5
  "repository": {
6
6
  "type": "git",
@@ -59,9 +59,9 @@
59
59
  "@reduxjs/toolkit": "1.9.7",
60
60
  "@sindresorhus/slugify": "1.1.0",
61
61
  "@strapi/design-system": "2.0.0-beta.6",
62
- "@strapi/generators": "5.0.0-rc.0",
62
+ "@strapi/generators": "5.0.0-rc.2",
63
63
  "@strapi/icons": "2.0.0-beta.6",
64
- "@strapi/utils": "5.0.0-rc.0",
64
+ "@strapi/utils": "5.0.0-rc.2",
65
65
  "date-fns": "2.30.0",
66
66
  "fs-extra": "11.2.0",
67
67
  "immer": "9.0.21",
@@ -73,9 +73,9 @@
73
73
  "yup": "0.32.9"
74
74
  },
75
75
  "devDependencies": {
76
- "@strapi/admin": "5.0.0-rc.0",
76
+ "@strapi/admin": "5.0.0-rc.2",
77
77
  "@strapi/pack-up": "5.0.0",
78
- "@strapi/types": "5.0.0-rc.0",
78
+ "@strapi/types": "5.0.0-rc.2",
79
79
  "@testing-library/react": "15.0.7",
80
80
  "@testing-library/user-event": "14.5.2",
81
81
  "@types/fs-extra": "11.0.4",
@@ -106,5 +106,5 @@
106
106
  "kind": "plugin",
107
107
  "required": true
108
108
  },
109
- "gitHead": "ec0af1ddc1aa1c774e42db971848c6b95517d4ad"
109
+ "gitHead": "c3f078328f8506cd543f6635b992d8648cb8c501"
110
110
  }