Skip to content

Commit

Permalink
Merge pull request #1966 from TokkoLabs/development
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
aguescribano87 authored Oct 24, 2024
2 parents bf015de + e21b83c commit d1078fb
Show file tree
Hide file tree
Showing 27 changed files with 2,123 additions and 1,238 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@



window['STORIES'] = [];</script><script src="runtime~main.c541cfd3.iframe.bundle.js"></script><script src="vendors~main.c2101b29.iframe.bundle.js"></script><script src="main.a936aa17.iframe.bundle.js"></script></body></html>
window['STORIES'] = [];</script><script src="runtime~main.c541cfd3.iframe.bundle.js"></script><script src="vendors~main.c2101b29.iframe.bundle.js"></script><script src="main.0c936991.iframe.bundle.js"></script></body></html>
3 changes: 3 additions & 0 deletions docs/main.0c936991.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.0c936991.iframe.bundle.js.map

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

3 changes: 0 additions & 3 deletions docs/main.a936aa17.iframe.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.a936aa17.iframe.bundle.js.map

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
31 changes: 25 additions & 6 deletions packages/alert/test/__snapshots__/Alert.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ exports[`Alert info 1`] = `
flex-grow: 1;
}
.c3 {
box-sizing: border-box;
margin: 0;
min-width: 0;
display: grid;
place-items: center;
width: 12px;
height: 12px;
}
.c1 {
display: -webkit-box;
display: -webkit-flex;
Expand All @@ -55,15 +65,24 @@ exports[`Alert info 1`] = `
>
Éxito!!! Pudiste hacer todo lo que querías y te salió pipi cucu!
</p>
<i
className="icon-cerrar"
<div
className="c3"
style={
{
"fontSize": "12px",
"height": "12px",
"width": "12px",
"cursor": "pointer",
}
}
/>
>
<i
className="icon-cerrar"
style={
{
"fontSize": "12px",
"height": "12px",
"width": "12px",
}
}
/>
</div>
</div>
`;
Loading

0 comments on commit d1078fb

Please sign in to comment.