Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump parts alpha 70 #11694

Merged
merged 2 commits into from
Nov 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -664,20 +664,20 @@ exports[`EditSettingsView renders and matches the snapshot 1`] = `
line-height: 1.43;
}

.c0 {
.c0:focus-visible {
outline: none;
}

.c1 {
background: #f6f6f9;
padding-top: 24px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

.c2 {
padding-bottom: 12px;
padding-bottom: 8px;
}

.c18 {
Expand Down Expand Up @@ -2548,20 +2548,20 @@ exports[`EditSettingsView should add field 1`] = `
line-height: 1.43;
}

.c0 {
.c0:focus-visible {
outline: none;
}

.c1 {
background: #f6f6f9;
padding-top: 24px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

.c2 {
padding-bottom: 12px;
padding-bottom: 8px;
}

.c18 {
Expand Down Expand Up @@ -4925,20 +4925,20 @@ exports[`EditSettingsView should add relation 1`] = `
line-height: 1.43;
}

.c0 {
.c0:focus-visible {
outline: none;
}

.c1 {
background: #f6f6f9;
padding-top: 24px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

.c2 {
padding-bottom: 12px;
padding-bottom: 8px;
}

.c18 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ describe('CONTENT MANAGER | EditView | Header', () => {
background: #f6f6f9;
padding-top: 24px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

.c1 {
padding-bottom: 12px;
padding-bottom: 8px;
}

.c6 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,12 +686,12 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
background: #f6f6f9;
padding-top: 24px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

.c5 {
padding-bottom: 12px;
padding-bottom: 8px;
}

.c21 {
Expand Down Expand Up @@ -826,7 +826,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
display: flex;
}

.c3 {
.c3:focus-visible {
outline: none;
}

Expand Down Expand Up @@ -2488,12 +2488,12 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
background: #f6f6f9;
padding-top: 24px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

.c5 {
padding-bottom: 12px;
padding-bottom: 8px;
}

.c21 {
Expand Down Expand Up @@ -2628,7 +2628,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
display: flex;
}

.c3 {
.c3:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('CONTENT MANAGER | pages | NoContentType', () => {
);

expect(firstChild).toMatchInlineSnapshot(`
.c0 {
.c0:focus-visible {
outline: none;
}

Expand Down Expand Up @@ -185,9 +185,9 @@ describe('CONTENT MANAGER | pages | NoContentType', () => {

.c1 {
background: #f6f6f9;
padding-top: 56px;
padding-top: 40px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
margin-top: 24px;
}

.c0 {
.c0:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('ADMIN | PAGES | AUTH | Oops', () => {
line-height: 1.43;
}

.c10 {
.c10:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
margin-top: 32px;
}

.c12 {
.c12:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ describe('ADMIN | PAGES | AUTH | ResetPassword', () => {
line-height: 1.25;
}

.c10 {
.c10:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ describe('Homepage', () => {
overflow-x: hidden;
}

.c3 {
.c3:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ describe('Marketplace coming soon', () => {

.c4 {
background: #f6f6f9;
padding-top: 56px;
padding-top: 40px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

Expand Down Expand Up @@ -306,7 +306,7 @@ describe('Marketplace coming soon', () => {
background: #4945ff;
}

.c3 {
.c3:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -595,15 +595,15 @@ describe('ADMIN | Pages | Profile page', () => {
line-height: 1.25;
}

.c0 {
.c0:focus-visible {
outline: none;
}

.c1 {
background: #f6f6f9;
padding-top: 56px;
padding-top: 40px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => {

.c1 {
background: #f6f6f9;
padding-top: 56px;
padding-top: 40px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

Expand Down Expand Up @@ -414,7 +414,7 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => {
line-height: 1.5;
}

.c0 {
.c0:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ describe('Application page', () => {

.c4 {
background: #f6f6f9;
padding-top: 56px;
padding-top: 40px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

Expand Down Expand Up @@ -158,7 +158,7 @@ describe('Application page', () => {
line-height: 1.5;
}

.c3 {
.c3:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,12 +624,12 @@ exports[`<EditPage /> renders and matches the snapshot 1`] = `
background: #f6f6f9;
padding-top: 24px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

.c2 {
padding-bottom: 12px;
padding-bottom: 8px;
}

.c17 {
Expand Down Expand Up @@ -682,7 +682,7 @@ exports[`<EditPage /> renders and matches the snapshot 1`] = `
line-height: 1.5;
}

.c0 {
.c0:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ describe('<ListPage />', () => {

.c1 {
background: #f6f6f9;
padding-top: 56px;
padding-top: 40px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

Expand Down Expand Up @@ -441,7 +441,7 @@ describe('<ListPage />', () => {
line-height: 1.5;
}

.c0 {
.c0:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -964,9 +964,9 @@ describe('ADMIN | Pages | USERS | ListPage', () => {

.c1 {
background: #f6f6f9;
padding-top: 56px;
padding-top: 40px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

Expand Down Expand Up @@ -1063,7 +1063,7 @@ describe('ADMIN | Pages | USERS | ListPage', () => {
line-height: 1.5;
}

.c0 {
.c0:focus-visible {
outline: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,9 @@ describe('Admin | containers | ListView', () => {

.c4 {
background: #f6f6f9;
padding-top: 56px;
padding-top: 40px;
padding-right: 56px;
padding-bottom: 56px;
padding-bottom: 40px;
padding-left: 56px;
}

Expand Down Expand Up @@ -605,7 +605,7 @@ describe('Admin | containers | ListView', () => {
transform: translateX(1rem);
}

.c3 {
.c3:focus-visible {
outline: none;
}

Expand Down
Loading