mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
Bump parts alpha 69 (#11684)
This commit is contained in:
parent
32286aa049
commit
4cd5c4d982
@ -1125,6 +1125,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
checked=""
|
||||
class="c42"
|
||||
name="settings.searchable"
|
||||
@ -1182,6 +1183,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
checked=""
|
||||
class="c42"
|
||||
name="settings.filterable"
|
||||
@ -1239,6 +1241,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
class="c42"
|
||||
name="settings.bulkable"
|
||||
type="checkbox"
|
||||
@ -3010,6 +3013,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
checked=""
|
||||
class="c42"
|
||||
name="settings.searchable"
|
||||
@ -3067,6 +3071,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
checked=""
|
||||
class="c42"
|
||||
name="settings.filterable"
|
||||
@ -3124,6 +3129,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
class="c42"
|
||||
name="settings.bulkable"
|
||||
type="checkbox"
|
||||
|
||||
@ -750,6 +750,7 @@ describe('Admin | ee | SettingsPage | SSO', () => {
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-label="autoRegister"
|
||||
checked=""
|
||||
class="c35"
|
||||
|
||||
@ -34,9 +34,9 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@strapi/babel-plugin-switch-ee-ce": "1.0.0",
|
||||
"@strapi/design-system": "0.0.1-alpha.68",
|
||||
"@strapi/design-system": "0.0.1-alpha.69",
|
||||
"@strapi/helper-plugin": "3.6.8",
|
||||
"@strapi/icons": "0.0.1-alpha.68",
|
||||
"@strapi/icons": "0.0.1-alpha.69",
|
||||
"@strapi/utils": "3.6.8",
|
||||
"axios": "0.24.0",
|
||||
"babel-loader": "8.2.2",
|
||||
|
||||
@ -57,8 +57,8 @@
|
||||
"@storybook/builder-webpack5": "^6.3.7",
|
||||
"@storybook/manager-webpack5": "^6.3.7",
|
||||
"@storybook/react": "^6.3.7",
|
||||
"@strapi/design-system": "0.0.1-alpha.68",
|
||||
"@strapi/icons": "0.0.1-alpha.68",
|
||||
"@strapi/design-system": "0.0.1-alpha.69",
|
||||
"@strapi/icons": "0.0.1-alpha.69",
|
||||
"babel-loader": "^8.2.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"date-fns": "2.22.1",
|
||||
|
||||
@ -652,6 +652,7 @@ describe('Upload | SettingsPage', () => {
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-label="responsiveDimensions"
|
||||
checked=""
|
||||
class="c37"
|
||||
@ -725,6 +726,7 @@ describe('Upload | SettingsPage', () => {
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-label="sizeOptimization"
|
||||
class="c37"
|
||||
data-testid="sizeOptimization"
|
||||
@ -791,6 +793,7 @@ describe('Upload | SettingsPage', () => {
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-label="autoOrientation"
|
||||
checked=""
|
||||
class="c37"
|
||||
|
||||
@ -584,6 +584,7 @@ describe('Plugin | Documentation | SettingsPage', () => {
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
class="c32"
|
||||
name="restrictedAccess"
|
||||
type="checkbox"
|
||||
|
||||
@ -1048,6 +1048,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
class="c46"
|
||||
name="unique_email"
|
||||
type="checkbox"
|
||||
@ -1118,6 +1119,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
class="c46"
|
||||
name="allow_register"
|
||||
type="checkbox"
|
||||
@ -1235,6 +1237,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
class="c46"
|
||||
name="email_confirmation"
|
||||
type="checkbox"
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@ -5234,19 +5234,19 @@
|
||||
resolve-from "^5.0.0"
|
||||
store2 "^2.12.0"
|
||||
|
||||
"@strapi/design-system@0.0.1-alpha.68":
|
||||
version "0.0.1-alpha.68"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-0.0.1-alpha.68.tgz#8e515b8149d190a11f944c62e12a0067e770ca5f"
|
||||
integrity sha512-2Yj87CB1YOUCbzUf+J91C5//UAGuXPHO0oj30cqYr/of9Uq8SPOLx/QBnz01LtGtAMbSSTyMIpGZSsTJ7dZqMg==
|
||||
"@strapi/design-system@0.0.1-alpha.69":
|
||||
version "0.0.1-alpha.69"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-0.0.1-alpha.69.tgz#09a18888e76b9afd482d2a7c1b3d89b2d03a6027"
|
||||
integrity sha512-C27591Y2DJmTzXWBF4gYTCRgjz5V3PSzMbqX7o7DGwc1B9FFi9POklQMD+9J6nA9DlgwAdBsFR0TTkDTyGR2ZQ==
|
||||
dependencies:
|
||||
"@internationalized/number" "^3.0.2"
|
||||
compute-scroll-into-view "^1.0.17"
|
||||
prop-types "^15.7.2"
|
||||
|
||||
"@strapi/icons@0.0.1-alpha.68":
|
||||
version "0.0.1-alpha.68"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-0.0.1-alpha.68.tgz#e8797634391849b0c472213e01b0b5c17647d3c3"
|
||||
integrity sha512-oBcWU9JXv0cZu3hknSkzbQU8P/C04nqkqu6mzgDNxITloTi5JqhjLN5HuxpKi+PtIv9okkew28XtjELMe3yANQ==
|
||||
"@strapi/icons@0.0.1-alpha.69":
|
||||
version "0.0.1-alpha.69"
|
||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-0.0.1-alpha.69.tgz#0ac5681f02273f41342d306f68e2e85648ab3348"
|
||||
integrity sha512-ZJjp8+/MT7H8i1BK05gOcvd08+JQFv6274hXeh6rq6pHumhxcW8rPnXIwzukRjyr5U0DGR+ROSlJ0jKSvYAEFQ==
|
||||
|
||||
"@stylelint/postcss-css-in-js@^0.37.2":
|
||||
version "0.37.2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user