Skip to content

Commit

Permalink
PATCH: chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Jul 24, 2024
1 parent 5245f86 commit ab2ec44
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 36 deletions.
38 changes: 11 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.6",
"@semantic-release/github": "^10.1.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"@semantic-release/release-notes-generator": "^14.0.1",
"conventional-changelog-eslint": "^6.0.0",
"semantic-release": "^24.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
margin-left: calc(var(--spacing-unit) / 2);

.content {
height: 32px;
display: flex;
align-items: center;
gap: calc(var(--spacing-unit) / 2);

&::before {
content: "";
position: relative;
Expand All @@ -30,11 +35,6 @@
border-left: 1px solid var(--color-granite-light);
border-bottom: 1px solid var(--color-granite-light);
}

height: 32px;
display: flex;
align-items: center;
gap: calc(var(--spacing-unit) / 2);
}
}
}
4 changes: 2 additions & 2 deletions src/BIMDataFileManager/components/PieProgressSpinner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ export default {
<style scoped lang="scss">
.bimdata-pie-progress-spinner {
&__path {
stroke-dasharray: 63;
stroke-dashoffset: var(--dashoffset, 0);
&--back {
position: absolute;
top: 0px;
left: 0px;
}
stroke-dasharray: 63;
stroke-dashoffset: var(--dashoffset, 0);
}
}
</style>

0 comments on commit ab2ec44

Please # to comment.