Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lagden committed Jul 19, 2022
1 parent 95b7635 commit 2c584e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tadashi/svelte-splash-lgpd",
"version": "1.5.0",
"version": "1.5.1",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lagden/svelte-splash-lgpd.git"
Expand Down
3 changes: 2 additions & 1 deletion src/Splash.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,8 @@
._tadashi_svelte_splash {
display: flex;
align-items: safe center;
/* align-items: safe center; */
align-items: flex-start;
justify-content: center;
position: fixed;
top: 0;
Expand Down
24 changes: 12 additions & 12 deletions test/__snapshots__/Splash.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ exports[`Splash should match snapshot default 1`] = `
<body>
<div>
<div
class="_tadashi_svelte_splash svelte-1m8yudw"
class="_tadashi_svelte_splash svelte-18ym9sn"
style="animation: __svelte_3516408220_0 400ms linear 0ms 1 both;"
>
<div
class="_tadashi_svelte_splash__box svelte-1m8yudw"
class="_tadashi_svelte_splash__box svelte-18ym9sn"
>
<div
class="_tadashi_svelte_splash__content _tadashi_svelte_splash__grid svelte-1m8yudw"
class="_tadashi_svelte_splash__content _tadashi_svelte_splash__grid svelte-18ym9sn"
>
<svg
class="_tadashi_svelte_splash__img svelte-1m8yudw"
class="_tadashi_svelte_splash__img svelte-18ym9sn"
viewBox="0 0 891.03 623.83"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
Expand Down Expand Up @@ -1470,22 +1470,22 @@ exports[`Splash should match snapshot default 1`] = `
</svg>
<h1
class="_tadashi_svelte_splash__title svelte-1m8yudw"
class="_tadashi_svelte_splash__title svelte-18ym9sn"
>
Termos e Política de Privacidade
</h1>
<p
class="_tadashi_svelte_splash__text svelte-1m8yudw"
class="_tadashi_svelte_splash__text svelte-18ym9sn"
>
Para continuar, você concorda com os seguintes termos de uso e política de privacidade:
</p>
<div
class="_tadashi_svelte_splash__link svelte-1m8yudw"
class="_tadashi_svelte_splash__link svelte-18ym9sn"
>
<a
class="_tadashi_svelte_splash__linkbtn svelte-1m8yudw"
class="_tadashi_svelte_splash__linkbtn svelte-18ym9sn"
href="https://service.teleport.com.br/legal/politica-de-privacidade"
rel="noopener"
target="_blank"
Expand All @@ -1494,7 +1494,7 @@ exports[`Splash should match snapshot default 1`] = `
</a>
<a
class="_tadashi_svelte_splash__linkbtn svelte-1m8yudw"
class="_tadashi_svelte_splash__linkbtn svelte-18ym9sn"
href="https://service.teleport.com.br/legal/termos-de-uso"
rel="noopener"
target="_blank"
Expand All @@ -1503,7 +1503,7 @@ exports[`Splash should match snapshot default 1`] = `
</a>
<a
class="_tadashi_svelte_splash__linkbtn svelte-1m8yudw"
class="_tadashi_svelte_splash__linkbtn svelte-18ym9sn"
href="https://service.teleport.com.br/legal/termo-de-ratificacao"
rel="noopener"
target="_blank"
Expand All @@ -1513,7 +1513,7 @@ exports[`Splash should match snapshot default 1`] = `
</div>
<div
class="_tadashi_svelte_splash__checkbox svelte-1m8yudw"
class="_tadashi_svelte_splash__checkbox svelte-18ym9sn"
>
<label>
<input
Expand All @@ -1527,7 +1527,7 @@ exports[`Splash should match snapshot default 1`] = `
</div>
<button
class="_tadashi_svelte_splash__btn svelte-1m8yudw"
class="_tadashi_svelte_splash__btn svelte-18ym9sn"
disabled=""
type="button"
>
Expand Down

0 comments on commit 2c584e8

Please sign in to comment.