Skip to content

Commit 30cc036

Browse files
committed
chore: bump @vue-a11y/dark-mode from v0.2.0 to v1.0.0
1 parent beecff8 commit 30cc036

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

docs/.vuepress/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
title: 'Vue A11y theme',
44
head: [
55
['meta', { name: 'theme-color', content: '#fff' }],
6+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }]
67
],
78
themeConfig: {
89
home: false,
+1
Loading

docs/.vuepress/public/favicon.svg

+1
Loading

layouts/Layout.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</ClientOnly>
66
<ParentLayout ref="layout">
77
<ClientOnly slot="sidebar-top">
8-
<VueDarkMode
8+
<DarkMode
99
v-if="isColorModeEnabled"
1010
v-show="isColorModeVisible"
1111
class="btn-color-mode"
@@ -14,7 +14,7 @@
1414
<template v-slot="{ mode }">
1515
Color mode: <span data-cy="color-mode">{{ mode }}</span>
1616
</template>
17-
</VueDarkMode>
17+
</DarkMode>
1818
</ClientOnly>
1919
<ClientOnly slot="page-bottom">
2020
<VueAnnouncer />

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@vue-a11y/announcer": "^2.0.2",
25-
"@vue-a11y/dark-mode": "^0.2.0",
25+
"@vue-a11y/dark-mode": "^1.0.0",
2626
"a11y-css-reset": "^1.2.0",
2727
"axe-core": "^3.5.4",
2828
"vue-axe": "^2.3.0",

0 commit comments

Comments
 (0)