Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency @scaleway/ui to v0.151.2 (#290)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @scaleway/ui to v0.151.2

* fix: updated snapshots

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Matthias <[email protected]>
  • Loading branch information
3 people authored May 18, 2022
1 parent 7cadeb7 commit e0faa82
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"peerDependencies": {
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@scaleway/ui": "0.151.1",
"@scaleway/ui": "0.151.2",
"final-form": "4.20.7",
"final-form-arrays": "3.0.2",
"final-form-focus": "1.1.2",
Expand Down Expand Up @@ -196,7 +196,7 @@
},
"dependencies": {
"@babel/runtime": "7.17.9",
"@scaleway/ui": "0.151.1",
"@scaleway/ui": "0.151.2",
"final-form": "4.20.7",
"final-form-arrays": "3.0.2",
"final-form-focus": "1.1.2",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

54 changes: 27 additions & 27 deletions src/components/Submit/__tests__/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ exports[`Submit form is invalid 1`] = `
padding-top: 2px;
}
.cache-10tixl2-StyledButton {
.cache-n5p2iz-StyledButton {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
Expand Down Expand Up @@ -130,12 +130,12 @@ exports[`Submit form is invalid 1`] = `
font-weight: 500;
-webkit-transition: color 150ms ease-in-out,background-color 150ms ease-in-out,border-color 150ms ease-in-out;
transition: color 150ms ease-in-out,background-color 150ms ease-in-out,border-color 150ms ease-in-out;
background-color: #22c8a2;
color: #ffffff;
font-size: 16px;
line-height: 32px;
font-weight: 500;
padding: 8px 16px;
background-color: #22c8a2;
color: #ffffff;
cursor: default;
pointer-events: none;
color: #d4dae7;
Expand All @@ -144,19 +144,19 @@ exports[`Submit form is invalid 1`] = `
box-shadow: none;
}
.cache-10tixl2-StyledButton:hover,
.cache-10tixl2-StyledButton:focus {
.cache-n5p2iz-StyledButton:hover,
.cache-n5p2iz-StyledButton:focus {
-webkit-text-decoration: none;
text-decoration: none;
}
.cache-10tixl2-StyledButton:hover,
.cache-10tixl2-StyledButton:focus {
.cache-n5p2iz-StyledButton:hover,
.cache-n5p2iz-StyledButton:focus {
color: #ffffff;
background-color: #1eb290;
}
.cache-10tixl2-StyledButton:focus {
.cache-n5p2iz-StyledButton:focus {
box-shadow: 0 0 0 2px rgba(34,200,162,0.25);
}
Expand Down Expand Up @@ -203,7 +203,7 @@ exports[`Submit form is invalid 1`] = `
</div>
<button
aria-disabled="true"
class="em6gco80 cache-10tixl2-StyledButton"
class="em6gco80 cache-n5p2iz-StyledButton"
disabled=""
type="submit"
>
Expand Down Expand Up @@ -235,7 +235,7 @@ exports[`Submit form is submitting 1`] = `
}
}
.cache-10tixl2-StyledButton {
.cache-n5p2iz-StyledButton {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
Expand Down Expand Up @@ -264,12 +264,12 @@ exports[`Submit form is submitting 1`] = `
font-weight: 500;
-webkit-transition: color 150ms ease-in-out,background-color 150ms ease-in-out,border-color 150ms ease-in-out;
transition: color 150ms ease-in-out,background-color 150ms ease-in-out,border-color 150ms ease-in-out;
background-color: #22c8a2;
color: #ffffff;
font-size: 16px;
line-height: 32px;
font-weight: 500;
padding: 8px 16px;
background-color: #22c8a2;
color: #ffffff;
cursor: default;
pointer-events: none;
color: #d4dae7;
Expand All @@ -278,19 +278,19 @@ exports[`Submit form is submitting 1`] = `
box-shadow: none;
}
.cache-10tixl2-StyledButton:hover,
.cache-10tixl2-StyledButton:focus {
.cache-n5p2iz-StyledButton:hover,
.cache-n5p2iz-StyledButton:focus {
-webkit-text-decoration: none;
text-decoration: none;
}
.cache-10tixl2-StyledButton:hover,
.cache-10tixl2-StyledButton:focus {
.cache-n5p2iz-StyledButton:hover,
.cache-n5p2iz-StyledButton:focus {
color: #ffffff;
background-color: #1eb290;
}
.cache-10tixl2-StyledButton:focus {
.cache-n5p2iz-StyledButton:focus {
box-shadow: 0 0 0 2px rgba(34,200,162,0.25);
}
Expand Down Expand Up @@ -334,7 +334,7 @@ exports[`Submit form is submitting 1`] = `
>
<button
aria-disabled="true"
class="em6gco80 cache-10tixl2-StyledButton"
class="em6gco80 cache-n5p2iz-StyledButton"
disabled=""
type="submit"
>
Expand Down Expand Up @@ -386,7 +386,7 @@ exports[`Submit form is submitting 1`] = `

exports[`Submit renders correctly 1`] = `
<DocumentFragment>
.cache-um0kwk-StyledButton {
.cache-1ec1kwm-StyledButton {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
Expand Down Expand Up @@ -415,27 +415,27 @@ exports[`Submit renders correctly 1`] = `
font-weight: 500;
-webkit-transition: color 150ms ease-in-out,background-color 150ms ease-in-out,border-color 150ms ease-in-out;
transition: color 150ms ease-in-out,background-color 150ms ease-in-out,border-color 150ms ease-in-out;
background-color: #22c8a2;
color: #ffffff;
font-size: 16px;
line-height: 32px;
font-weight: 500;
padding: 8px 16px;
background-color: #22c8a2;
color: #ffffff;
}
.cache-um0kwk-StyledButton:hover,
.cache-um0kwk-StyledButton:focus {
.cache-1ec1kwm-StyledButton:hover,
.cache-1ec1kwm-StyledButton:focus {
-webkit-text-decoration: none;
text-decoration: none;
}
.cache-um0kwk-StyledButton:hover,
.cache-um0kwk-StyledButton:focus {
.cache-1ec1kwm-StyledButton:hover,
.cache-1ec1kwm-StyledButton:focus {
color: #ffffff;
background-color: #1eb290;
}
.cache-um0kwk-StyledButton:focus {
.cache-1ec1kwm-StyledButton:focus {
box-shadow: 0 0 0 2px rgba(34,200,162,0.25);
}
Expand All @@ -460,7 +460,7 @@ exports[`Submit renders correctly 1`] = `
>
<button
aria-disabled="false"
class="em6gco80 cache-um0kwk-StyledButton"
class="em6gco80 cache-1ec1kwm-StyledButton"
type="submit"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`SubmitErrorAlert should display an alert when submitError is present 1`] = `
<DocumentFragment>
.cache-um0kwk-StyledButton {
.cache-1ec1kwm-StyledButton {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
Expand Down Expand Up @@ -31,27 +31,27 @@ exports[`SubmitErrorAlert should display an alert when submitError is present 1`
font-weight: 500;
-webkit-transition: color 150ms ease-in-out,background-color 150ms ease-in-out,border-color 150ms ease-in-out;
transition: color 150ms ease-in-out,background-color 150ms ease-in-out,border-color 150ms ease-in-out;
background-color: #22c8a2;
color: #ffffff;
font-size: 16px;
line-height: 32px;
font-weight: 500;
padding: 8px 16px;
background-color: #22c8a2;
color: #ffffff;
}
.cache-um0kwk-StyledButton:hover,
.cache-um0kwk-StyledButton:focus {
.cache-1ec1kwm-StyledButton:hover,
.cache-1ec1kwm-StyledButton:focus {
-webkit-text-decoration: none;
text-decoration: none;
}
.cache-um0kwk-StyledButton:hover,
.cache-um0kwk-StyledButton:focus {
.cache-1ec1kwm-StyledButton:hover,
.cache-1ec1kwm-StyledButton:focus {
color: #ffffff;
background-color: #1eb290;
}
.cache-um0kwk-StyledButton:focus {
.cache-1ec1kwm-StyledButton:focus {
box-shadow: 0 0 0 2px rgba(34,200,162,0.25);
}
Expand Down Expand Up @@ -132,7 +132,7 @@ exports[`SubmitErrorAlert should display an alert when submitError is present 1`
>
<button
aria-disabled="false"
class="em6gco80 cache-um0kwk-StyledButton"
class="em6gco80 cache-1ec1kwm-StyledButton"
type="submit"
>
<div
Expand Down

0 comments on commit e0faa82

Please sign in to comment.