Skip to content

Commit

Permalink
fix(icons): update design-system version to 0.3.2 and set proper icon…
Browse files Browse the repository at this point in the history
…s in models manager
  • Loading branch information
NicolasRichel committed Apr 6, 2021
1 parent d7f20ff commit ae63b5a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@bimdata/design-system": "^0.3.0",
"@bimdata/design-system": "^0.3.2",
"@bimdata/typescript-fetch-api-client": "^1.0.0",
"@uppy/core": "^1.15.0",
"@uppy/xhr-upload": "^1.6.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<span>{{ $t("ModelsActionBar.delete") }}</span>
</BIMDataButton>
<BIMDataButton ghost squared @click="$emit('archive-clicked', models)">
<BIMDataIcon name="import" size="xs" />
<BIMDataIcon name="archive" size="xs" />
<span>{{ $t("ModelsActionBar.archive") }}</span>
</BIMDataButton>
<BIMDataButton ghost squared @click="$emit('download-clicked', models)">
<BIMDataIcon name="cloud" size="xs" />
<BIMDataIcon name="download" size="s" />
<span>{{ $t("ModelsActionBar.download") }}</span>
</BIMDataButton>
<BIMDataButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: flex;
justify-content: flex-end;
align-items: center;
gap: $spacing-unit;
gap: $spacing-unit * 3/2;

&__btn {
color: $color-tertiary-dark;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
icon
@click="onDownloadClick"
>
<BIMDataIcon name="cloud" size="s" />
<BIMDataIcon name="download" size="m" />
</BIMDataButton>
<BIMDataButton
class="model-actions-cell__btn"
Expand Down

0 comments on commit ae63b5a

Please sign in to comment.