@nuxt/docs-nightly 4.3.0-29473885.5385d4a8 → 4.3.0-29474543.8aaf9d5a

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.
@@ -210,7 +210,7 @@ Default values for layout transitions.
210
210
 
211
211
  This can be overridden with `definePageMeta` on an individual page. Only JSON-serializable values are allowed.
212
212
 
213
- - **Type**: `boolean`
213
+ - **Type**: `boolean | TransitionProps`
214
214
  - **Default:** `false`
215
215
 
216
216
  **See**: [Vue Transition docs](https://vuejs.org/api/built-in-components#transition)
@@ -221,7 +221,7 @@ Default values for page transitions.
221
221
 
222
222
  This can be overridden with `definePageMeta` on an individual page. Only JSON-serializable values are allowed.
223
223
 
224
- - **Type**: `boolean`
224
+ - **Type**: `boolean | TransitionProps`
225
225
  - **Default:** `false`
226
226
 
227
227
  **See**: [Vue Transition docs](https://vuejs.org/api/built-in-components#transition)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.3.0-29473885.5385d4a8",
3
+ "version": "4.3.0-29474543.8aaf9d5a",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",