Merge pull request #3576 from penpot/niwinz-develop-update-deps

⬆️ Update dependencies
This commit is contained in:
Alejandro 2023-08-31 10:48:25 +02:00 committed by GitHub
commit 722ad5216f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 747 additions and 738 deletions

View file

@ -18,7 +18,10 @@
border-radius: $s-8;
z-index: $z-index-2;
background-color: var(--color-background-primary);
transition: top 0.3s, height 0.3s, opacity 0.3s;
transition:
top 0.3s,
height 0.3s,
opacity 0.3s;
.main-toolbar-options {
position: relative;

View file

@ -30,7 +30,10 @@
padding: $s-0 $s-0 $s-8 $s-8;
border-radius: $br-8;
background-color: var(--palette-background-color);
transition: right 0.3s, opacity 0.2s, width 0.3s;
transition:
right 0.3s,
opacity 0.2s,
width 0.3s;
&.wide {
width: 100%;
}

View file

@ -86,7 +86,7 @@
(progress! context type file nil nil))
([context type current total]
(keyword? type)
(assert (keyword? type))
(assert (number? current))
(assert (number? total))
(progress! context type nil current total))