diff --git a/examples/getstarted/package.json b/examples/getstarted/package.json
index 0556a9187d..5450062fa1 100644
--- a/examples/getstarted/package.json
+++ b/examples/getstarted/package.json
@@ -13,7 +13,7 @@
"strapi": "strapi"
},
"dependencies": {
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/icons": "2.0.0-rc.25",
"@strapi/plugin-color-picker": "workspace:*",
"@strapi/plugin-documentation": "workspace:*",
"@strapi/plugin-graphql": "workspace:*",
diff --git a/examples/plugins/todo-example/package.json b/examples/plugins/todo-example/package.json
index 5221256572..8e7dd7934d 100644
--- a/examples/plugins/todo-example/package.json
+++ b/examples/plugins/todo-example/package.json
@@ -27,8 +27,8 @@
"@strapi/strapi": "workspace:*"
},
"dependencies": {
- "@strapi/design-system": "2.0.0-rc.24",
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/design-system": "2.0.0-rc.25",
+ "@strapi/icons": "2.0.0-rc.25",
"eslint": "8.50.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json
index 228af2b0d5..4b929aae2d 100644
--- a/packages/core/admin/package.json
+++ b/packages/core/admin/package.json
@@ -84,8 +84,8 @@
"@radix-ui/react-context": "1.0.1",
"@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7",
- "@strapi/design-system": "2.0.0-rc.24",
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/design-system": "2.0.0-rc.25",
+ "@strapi/icons": "2.0.0-rc.25",
"@strapi/permissions": "5.15.0",
"@strapi/types": "5.15.0",
"@strapi/typescript-utils": "5.15.0",
diff --git a/packages/core/content-manager/package.json b/packages/core/content-manager/package.json
index 48cfdd13a4..328a94d619 100644
--- a/packages/core/content-manager/package.json
+++ b/packages/core/content-manager/package.json
@@ -67,8 +67,8 @@
"@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0",
- "@strapi/design-system": "2.0.0-rc.24",
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/design-system": "2.0.0-rc.25",
+ "@strapi/icons": "2.0.0-rc.25",
"@strapi/types": "5.15.0",
"@strapi/utils": "5.15.0",
"codemirror5": "npm:codemirror@^5.65.11",
diff --git a/packages/core/content-releases/package.json b/packages/core/content-releases/package.json
index 9471bdc2c4..3e8d149ae3 100644
--- a/packages/core/content-releases/package.json
+++ b/packages/core/content-releases/package.json
@@ -60,8 +60,8 @@
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/database": "5.15.0",
- "@strapi/design-system": "2.0.0-rc.24",
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/design-system": "2.0.0-rc.25",
+ "@strapi/icons": "2.0.0-rc.25",
"@strapi/types": "5.15.0",
"@strapi/utils": "5.15.0",
"date-fns": "2.30.0",
diff --git a/packages/core/content-type-builder/admin/src/components/AttributeOptions/tests/__snapshots__/AttributeOptions.test.tsx.snap b/packages/core/content-type-builder/admin/src/components/AttributeOptions/tests/__snapshots__/AttributeOptions.test.tsx.snap
index eeb8e8daad..1c1011d619 100644
--- a/packages/core/content-type-builder/admin/src/components/AttributeOptions/tests/__snapshots__/AttributeOptions.test.tsx.snap
+++ b/packages/core/content-type-builder/admin/src/components/AttributeOptions/tests/__snapshots__/AttributeOptions.test.tsx.snap
@@ -109,7 +109,7 @@ exports[` renders and matches the snapshot 1`] = `
}
.c1 {
- padding-inline: 40px;
+ padding-inline: 32px;
}
.c1>div {
diff --git a/packages/core/content-type-builder/admin/src/components/ContentTypeBuilderNav/tests/__snapshots__/index.test.tsx.snap b/packages/core/content-type-builder/admin/src/components/ContentTypeBuilderNav/tests/__snapshots__/index.test.tsx.snap
index d57c75731d..af39556deb 100644
--- a/packages/core/content-type-builder/admin/src/components/ContentTypeBuilderNav/tests/__snapshots__/index.test.tsx.snap
+++ b/packages/core/content-type-builder/admin/src/components/ContentTypeBuilderNav/tests/__snapshots__/index.test.tsx.snap
@@ -327,8 +327,8 @@ exports[` renders and matches the snapshot 1`] = `
padding-block: 4px;
}
-.c19 ::placeholder {
- color: #8e8ea9;
+.c19::placeholder {
+ color: #666687;
opacity: 1;
}
diff --git a/packages/core/content-type-builder/package.json b/packages/core/content-type-builder/package.json
index 7a22869f09..27569f63e3 100644
--- a/packages/core/content-type-builder/package.json
+++ b/packages/core/content-type-builder/package.json
@@ -66,9 +66,9 @@
"@dnd-kit/utilities": "3.2.2",
"@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0",
- "@strapi/design-system": "2.0.0-rc.24",
+ "@strapi/design-system": "2.0.0-rc.25",
"@strapi/generators": "5.15.0",
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/icons": "2.0.0-rc.25",
"@strapi/utils": "5.15.0",
"date-fns": "2.30.0",
"fs-extra": "11.2.0",
diff --git a/packages/core/email/package.json b/packages/core/email/package.json
index 50aefe143e..f1f2b576ef 100644
--- a/packages/core/email/package.json
+++ b/packages/core/email/package.json
@@ -56,8 +56,8 @@
"watch": "run -T rollup -c -w"
},
"dependencies": {
- "@strapi/design-system": "2.0.0-rc.24",
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/design-system": "2.0.0-rc.25",
+ "@strapi/icons": "2.0.0-rc.25",
"@strapi/provider-email-sendmail": "5.15.0",
"@strapi/utils": "5.15.0",
"koa2-ratelimit": "^1.1.3",
diff --git a/packages/core/review-workflows/package.json b/packages/core/review-workflows/package.json
index 1caaa141c7..4cc086a2cb 100644
--- a/packages/core/review-workflows/package.json
+++ b/packages/core/review-workflows/package.json
@@ -57,8 +57,8 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
- "@strapi/design-system": "2.0.0-rc.24",
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/design-system": "2.0.0-rc.25",
+ "@strapi/icons": "2.0.0-rc.25",
"@strapi/utils": "5.15.0",
"fractional-indexing": "3.2.0",
"react-dnd": "16.0.1",
diff --git a/packages/core/upload/admin/src/components/BulkMoveDialog/tests/__snapshots__/BulkMoveDialog.test.tsx.snap b/packages/core/upload/admin/src/components/BulkMoveDialog/tests/__snapshots__/BulkMoveDialog.test.tsx.snap
index 1021bdd986..26d5ec8583 100644
--- a/packages/core/upload/admin/src/components/BulkMoveDialog/tests/__snapshots__/BulkMoveDialog.test.tsx.snap
+++ b/packages/core/upload/admin/src/components/BulkMoveDialog/tests/__snapshots__/BulkMoveDialog.test.tsx.snap
@@ -203,11 +203,10 @@ exports[`BulkMoveDialog renders and matches the snapshot 1`] = `
}
.c3 {
- background-color: #32324d;
+ background: #32324d33;
position: fixed;
inset: 0;
z-index: 300;
- opacity: 0.2;
will-change: opacity;
}
@@ -230,12 +229,18 @@ exports[`BulkMoveDialog renders and matches the snapshot 1`] = `
z-index: 310;
}
+.c4 >form {
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+}
+
.c7 {
border-bottom: solid 1px #eaeaef;
}
.c13 {
- padding-inline: 40px;
+ padding-inline: 32px;
}
.c13>div {
@@ -388,193 +393,192 @@ exports[`BulkMoveDialog renders and matches the snapshot 1`] = `
-
renders and matches the snapshot 1`] = `
padding-block: 8px;
}
-.c35 ::placeholder {
- color: #8e8ea9;
+.c35::placeholder {
+ color: #666687;
opacity: 1;
}
@@ -357,11 +357,10 @@ exports[` renders and matches the snapshot 1`] = `
}
.c3 {
- background-color: #32324d;
+ background: #32324d33;
position: fixed;
inset: 0;
z-index: 300;
- opacity: 0.2;
will-change: opacity;
}
@@ -384,12 +383,18 @@ exports[` renders and matches the snapshot 1`] = `
z-index: 310;
}
+.c4 >form {
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+}
+
.c7 {
border-bottom: solid 1px #eaeaef;
}
.c13 {
- padding-inline: 40px;
+ padding-inline: 32px;
}
.c13>div {
@@ -587,526 +592,525 @@ exports[` renders and matches the snapshot 1`] = `
-
-
-
- Details
-
-
-
-
-
+
+ Details
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+ Crop
+
+
+
-
-
-

+

+
+
-
-
-
-
-
- Asset ID
-
-
- 8
-
+
+ Asset ID
+
+
+ 8
+
+
-
-
-
-
-
-
-
-
- This text will be displayed if the asset can’t be shown.
-
-
-
-
+
+
+
+
+
+
+ This text will be displayed if the asset can’t be shown.
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
renders and matches the snapshot 1`] = `
padding-block: 8px;
}
-.c35 ::placeholder {
- color: #8e8ea9;
+.c35::placeholder {
+ color: #666687;
opacity: 1;
}
@@ -357,11 +357,10 @@ exports[` renders and matches the snapshot 1`] = `
}
.c3 {
- background-color: #32324d;
+ background: #32324d33;
position: fixed;
inset: 0;
z-index: 300;
- opacity: 0.2;
will-change: opacity;
}
@@ -384,12 +383,18 @@ exports[` renders and matches the snapshot 1`] = `
z-index: 310;
}
+.c4 >form {
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+}
+
.c7 {
border-bottom: solid 1px #eaeaef;
}
.c13 {
- padding-inline: 40px;
+ padding-inline: 32px;
}
.c13>div {
@@ -587,527 +592,526 @@ exports[` renders and matches the snapshot 1`] = `
-
-
-
- Details
-
-
-
-
-
+
+ Details
+
+
+
+
+
-
+
-
+
+
-
-
+
+
+ Crop
+
+
+
-
-
-

+

+
+
-
-
-
-
-
- Asset ID
-
-
- 8
-
+
+ Asset ID
+
+
+ 8
+
+
-
-
-
-
-
-
-
-
- This text will be displayed if the asset can’t be shown.
-
-
-
-
+
+
+
+
+
+
+ This text will be displayed if the asset can’t be shown.
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
form {
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+}
+
.c7 {
border-bottom: solid 1px #eaeaef;
}
.c13 {
- padding-inline: 40px;
+ padding-inline: 32px;
}
.c13>div {
@@ -449,223 +454,222 @@ exports[`EditFolderDialog renders and matches the snapshot 1`] = `
-
-
+
+
+
+
+
+
', () => {
padding-block: 8px;
}
- .c5 ::placeholder {
- color: #8e8ea9;
+ .c5::placeholder {
+ color: #666687;
opacity: 1;
}
diff --git a/packages/plugins/users-permissions/package.json b/packages/plugins/users-permissions/package.json
index 06351ffcf5..9dc509b455 100644
--- a/packages/plugins/users-permissions/package.json
+++ b/packages/plugins/users-permissions/package.json
@@ -48,8 +48,8 @@
"watch": "run -T rollup -c -w"
},
"dependencies": {
- "@strapi/design-system": "2.0.0-rc.24",
- "@strapi/icons": "2.0.0-rc.24",
+ "@strapi/design-system": "2.0.0-rc.25",
+ "@strapi/icons": "2.0.0-rc.25",
"@strapi/utils": "5.15.0",
"bcryptjs": "2.4.3",
"formik": "2.4.5",
diff --git a/yarn.lock b/yarn.lock
index 7fa0b05901..a1b72b31cc 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8649,8 +8649,8 @@ __metadata:
"@reduxjs/toolkit": "npm:1.9.7"
"@strapi/admin-test-utils": "npm:5.15.0"
"@strapi/data-transfer": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/permissions": "npm:5.15.0"
"@strapi/types": "npm:5.15.0"
"@strapi/typescript-utils": "npm:5.15.0"
@@ -8785,8 +8785,8 @@ __metadata:
"@sindresorhus/slugify": "npm:1.1.0"
"@strapi/admin": "npm:5.15.0"
"@strapi/database": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
"@testing-library/react": "npm:15.0.7"
@@ -8849,8 +8849,8 @@ __metadata:
"@strapi/admin-test-utils": "npm:5.15.0"
"@strapi/content-manager": "npm:5.15.0"
"@strapi/database": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
"@testing-library/dom": "npm:10.1.0"
@@ -8895,9 +8895,9 @@ __metadata:
"@reduxjs/toolkit": "npm:1.9.7"
"@sindresorhus/slugify": "npm:1.1.0"
"@strapi/admin": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
"@strapi/generators": "npm:5.15.0"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
"@testing-library/dom": "npm:10.1.0"
@@ -9072,9 +9072,9 @@ __metadata:
languageName: unknown
linkType: soft
-"@strapi/design-system@npm:2.0.0-rc.24":
- version: 2.0.0-rc.24
- resolution: "@strapi/design-system@npm:2.0.0-rc.24"
+"@strapi/design-system@npm:2.0.0-rc.25":
+ version: 2.0.0-rc.25
+ resolution: "@strapi/design-system@npm:2.0.0-rc.25"
dependencies:
"@codemirror/lang-json": "npm:6.0.1"
"@floating-ui/react-dom": "npm:2.1.0"
@@ -9097,7 +9097,7 @@ __metadata:
"@radix-ui/react-tabs": "npm:1.0.4"
"@radix-ui/react-tooltip": "npm:1.0.7"
"@radix-ui/react-use-callback-ref": "npm:1.0.1"
- "@strapi/ui-primitives": "npm:2.0.0-rc.24"
+ "@strapi/ui-primitives": "npm:2.0.0-rc.25"
"@uiw/react-codemirror": "npm:4.22.2"
lodash: "npm:4.17.21"
react-remove-scroll: "npm:2.5.10"
@@ -9106,7 +9106,7 @@ __metadata:
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
styled-components: ^6.0.0
- checksum: 10c0/8f40245a20db0a14e6b5cffe7f43c494d393a3278c11c2fff36c94564e8798f44cccf3d18ebdad2dfd297fc0807009ec3dc1af7b8699ef431a0aeb185d56760f
+ checksum: 10c0/9e62017b133158148311799a146879e224c1522e08d2daf816a4af5f3a35a93c8be8c65e80d86187c9554ea9e76837d2ecc770f990ae774555f4c936484bc688
languageName: node
linkType: hard
@@ -9115,8 +9115,8 @@ __metadata:
resolution: "@strapi/email@workspace:packages/core/email"
dependencies:
"@strapi/admin": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/provider-email-sendmail": "npm:5.15.0"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
@@ -9203,8 +9203,8 @@ __metadata:
"@strapi/admin": "npm:5.15.0"
"@strapi/admin-test-utils": "npm:5.15.0"
"@strapi/content-manager": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
"@testing-library/react": "npm:15.0.7"
@@ -9230,14 +9230,14 @@ __metadata:
languageName: unknown
linkType: soft
-"@strapi/icons@npm:2.0.0-rc.24":
- version: 2.0.0-rc.24
- resolution: "@strapi/icons@npm:2.0.0-rc.24"
+"@strapi/icons@npm:2.0.0-rc.25":
+ version: 2.0.0-rc.25
+ resolution: "@strapi/icons@npm:2.0.0-rc.25"
peerDependencies:
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
styled-components: ^6.0.0
- checksum: 10c0/5b9729438569fbcab505366b2e1a63f1133561b8ea98694ee572370316d28442915abdabd9e771d9f7a143b33bc01ad4721a1f3bfb1cfae3fc42f8da0b808a3d
+ checksum: 10c0/52e1b7980fd7bbe8fdb92daf7a437c778fa516b76e4209472b58cc562d3a4dbeedb8b6c8799592c1312e2debeaa2467654962289d04c6efd31c1fb4083a7ab3b
languageName: node
linkType: hard
@@ -9301,8 +9301,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@strapi/plugin-cloud@workspace:packages/plugins/cloud"
dependencies:
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/strapi": "npm:5.15.0"
eslint-config-custom: "npm:5.15.0"
react: "npm:18.3.1"
@@ -9325,8 +9325,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@strapi/plugin-color-picker@workspace:packages/plugins/color-picker"
dependencies:
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/strapi": "npm:5.15.0"
"@testing-library/react": "npm:15.0.7"
"@testing-library/user-event": "npm:14.5.2"
@@ -9354,8 +9354,8 @@ __metadata:
"@reduxjs/toolkit": "npm:1.9.7"
"@strapi/admin": "npm:5.15.0"
"@strapi/admin-test-utils": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/strapi": "npm:5.15.0"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
@@ -9404,8 +9404,8 @@ __metadata:
"@graphql-tools/schema": "npm:10.0.3"
"@graphql-tools/utils": "npm:^10.1.3"
"@koa/cors": "npm:5.0.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/strapi": "npm:5.15.0"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
@@ -9444,8 +9444,8 @@ __metadata:
resolution: "@strapi/plugin-sentry@workspace:packages/plugins/sentry"
dependencies:
"@sentry/node": "npm:7.112.2"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/strapi": "npm:5.15.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
@@ -9464,8 +9464,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions"
dependencies:
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/strapi": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
"@testing-library/dom": "npm:10.1.0"
@@ -9608,8 +9608,8 @@ __metadata:
"@reduxjs/toolkit": "npm:1.9.7"
"@strapi/admin": "npm:5.15.0"
"@strapi/content-manager": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
"@testing-library/react": "npm:15.0.7"
@@ -9805,9 +9805,9 @@ __metadata:
languageName: unknown
linkType: soft
-"@strapi/ui-primitives@npm:2.0.0-rc.24":
- version: 2.0.0-rc.24
- resolution: "@strapi/ui-primitives@npm:2.0.0-rc.24"
+"@strapi/ui-primitives@npm:2.0.0-rc.25":
+ version: 2.0.0-rc.25
+ resolution: "@strapi/ui-primitives@npm:2.0.0-rc.25"
dependencies:
"@radix-ui/number": "npm:1.0.1"
"@radix-ui/primitive": "npm:1.0.1"
@@ -9832,7 +9832,7 @@ __metadata:
peerDependencies:
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
- checksum: 10c0/e3b4b233645e9b8f20d1923f20fbc90f6475f237710ac75f5da938288e5fd4fe50ef477b98438c2992d26f74e5fe84c3df0807ed36cf8fed572ef1c88fc4edd8
+ checksum: 10c0/fbe9f4e5de4206677f824b3df077d3c7b694894784234031730c86fd39f94fa040351b5c7057522f557a630bd15f6961e179e4071301d33eebd15df9152ea5e0
languageName: node
linkType: hard
@@ -9870,8 +9870,8 @@ __metadata:
dependencies:
"@mux/mux-player-react": "npm:3.1.0"
"@strapi/admin": "npm:5.15.0"
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/provider-upload-local": "npm:5.15.0"
"@strapi/types": "npm:5.15.0"
"@strapi/utils": "npm:5.15.0"
@@ -19062,7 +19062,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "getstarted@workspace:examples/getstarted"
dependencies:
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/plugin-color-picker": "workspace:*"
"@strapi/plugin-documentation": "workspace:*"
"@strapi/plugin-graphql": "workspace:*"
@@ -29837,8 +29837,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "strapi-plugin-todo-example@workspace:examples/plugins/todo-example"
dependencies:
- "@strapi/design-system": "npm:2.0.0-rc.24"
- "@strapi/icons": "npm:2.0.0-rc.24"
+ "@strapi/design-system": "npm:2.0.0-rc.25"
+ "@strapi/icons": "npm:2.0.0-rc.25"
"@strapi/sdk-plugin": "npm:^5.2.0"
"@strapi/strapi": "workspace:*"
eslint: "npm:8.50.0"