@sit-onyx/nuxt-docs 0.4.0-dev-20260304194637 → 0.4.0-dev-20260305110004

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ const localePath = useLocalePath();
42
42
  <slot name="contextArea">
43
43
  <!-- using lazy here so the locale switch code is not loaded when only one locale exists -->
44
44
  <LazyLocaleSwitch v-if="locales.length > 1" />
45
- <ColorSchemeSwitch />
45
+ <ColorSchemeSwitch v-if="!$colorMode.forced" />
46
46
  </slot>
47
47
  </template>
48
48
  <!-- eslint-enable vue/require-explicit-slots -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sit-onyx/nuxt-docs",
3
- "version": "0.4.0-dev-20260304194637",
3
+ "version": "0.4.0-dev-20260305110004",
4
4
  "description": "Nuxt layer/template for creating documentations with the onyx design system",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
@@ -33,7 +33,7 @@
33
33
  "sass-embedded": ">= 1",
34
34
  "@sit-onyx/icons": "^1.7.0",
35
35
  "@sit-onyx/nuxt": "^1.0.1",
36
- "sit-onyx": "^1.10.0-dev-20260304194637"
36
+ "sit-onyx": "^1.10.0-dev-20260305110004"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@fontsource-variable/source-code-pro": ">= 5",
@@ -50,9 +50,9 @@
50
50
  "typescript": "5.9.3",
51
51
  "vue": "3.5.29",
52
52
  "@sit-onyx/icons": "^1.7.0",
53
- "@sit-onyx/shared": "^0.1.0",
54
53
  "@sit-onyx/nuxt": "^1.0.1",
55
- "sit-onyx": "^1.10.0-dev-20260304194637"
54
+ "@sit-onyx/shared": "^0.1.0",
55
+ "sit-onyx": "^1.10.0-dev-20260305110004"
56
56
  },
57
57
  "scripts": {
58
58
  "dev": "pnpm dev:prepare && nuxi dev playground",