Skip to content

Commit

Permalink
Merge pull request #18 from IBM/chore-lastest-cv
Browse files Browse the repository at this point in the history
chore: latest carbon vue components
  • Loading branch information
davidnixon authored Mar 18, 2024
2 parents adf18bf + 8afb1fe commit baaaf38
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@carbon/icons-vue": "^10.83.1",
"@carbon/themes": "^10.55.3",
"@carbon/vue": "^3.0.13",
"@carbon/vue": "^3.0.14",
"carbon-components": "^10.58.12",
"i18next": "^23.8.2",
"i18next-http-backend": "^2.4.3",
Expand Down
14 changes: 10 additions & 4 deletions pnpm-lock.yaml

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

8 changes: 1 addition & 7 deletions src/views/BuildABugView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
:additional-info="t('choose-middle')"
@step-clicked="onStepClicked"
>
<template #step-icon>
<middle-complete v-if="middleIndex > -1" />
<middle-incomplete v-else />
</template>
</cv-progress-step>
<cv-progress-step
id="bug-bottom"
Expand Down Expand Up @@ -123,12 +119,10 @@ import {
OpenPanelFilledBottom32 as BottomComplete,
OpenPanelTop32 as TopIncomplete,
OpenPanelFilledTop32 as TopComplete,
CircleDash32 as MiddleIncomplete,
CircleSolid32 as MiddleComplete,
Reset32 as Reset,
} from "@carbon/icons-vue";
const { t } = useTranslation();
const { /** @type function(string) */ t } = useTranslation();
const bugParts = [
new URL("@/assets/build-a-bug/fly.png", import.meta.url).href,
Expand Down
3 changes: 2 additions & 1 deletion src/views/FishView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<cv-grid>
<cv-row>
<cv-column>
<cv-toggle-skeleton v-if="loading" />
<CvToggle-Skeleton v-if="loading" />
<cv-toggle
v-model="showCatchPhrases"
value="catch-pharse"
:label="t('catch-phrases')"
class="mb-2"
>
Expand Down

0 comments on commit baaaf38

Please sign in to comment.