@sit-onyx/nuxt-docs 1.0.0-beta.11 → 1.0.0-beta.13

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.
@@ -7,8 +7,7 @@ const props = defineProps<NavItem>();
7
7
  * Same as `props` but without the `children` property to prevent console warnings when using `v-bind`.
8
8
  */
9
9
  const navItemProps = computed(() => {
10
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
11
- const { children, ...rest } = props;
10
+ const { children: _, ...rest } = props;
12
11
  return rest;
13
12
  });
14
13
  </script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sit-onyx/nuxt-docs",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.11",
4
+ "version": "1.0.0-beta.13",
5
5
  "description": "Nuxt layer/template for creating documentations with the onyx design system",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -30,8 +30,8 @@
30
30
  "@nuxtjs/color-mode": ">= 3",
31
31
  "sass-embedded": ">= 1",
32
32
  "@sit-onyx/icons": "^1.0.0-beta.15",
33
- "@sit-onyx/nuxt": "^1.0.0-beta.200",
34
- "sit-onyx": "^1.0.0-beta.198"
33
+ "@sit-onyx/nuxt": "^1.0.0-beta.202",
34
+ "sit-onyx": "^1.0.0-beta.200"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@fontsource-variable/source-code-pro": ">= 5",
@@ -44,10 +44,10 @@
44
44
  "sass-embedded": "1.86.3",
45
45
  "typescript": "5.8.3",
46
46
  "vue": "3.5.13",
47
- "@sit-onyx/icons": "^1.0.0-beta.15",
48
- "@sit-onyx/nuxt": "^1.0.0-beta.200",
49
47
  "@sit-onyx/shared": "^1.0.0-beta.2",
50
- "sit-onyx": "^1.0.0-beta.198"
48
+ "@sit-onyx/nuxt": "^1.0.0-beta.202",
49
+ "@sit-onyx/icons": "^1.0.0-beta.15",
50
+ "sit-onyx": "^1.0.0-beta.200"
51
51
  },
52
52
  "scripts": {
53
53
  "dev": "nuxi dev playground",