Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
chore: update motion-nuxt package version
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jan 5, 2024
1 parent 3759046 commit 92382a5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .docs/components/content/examples/AnimateBetween.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<script setup lang="ts">
// import { type } from '@oku-ui/motion/types'
const code = `
<script setup lang="ts">
import { Presence, Motion } from '@oku-ui/motion'
const current = ref(0)
<\/script>
Expand Down
1 change: 1 addition & 0 deletions .docs/components/content/examples/Exit.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup lang="ts">
const code = `
<script setup lang="ts">
import { Presence, Motion } from '@oku-ui/motion'
const show = ref(true)
<\/script>
Expand Down
5 changes: 5 additions & 0 deletions .docs/components/content/examples/Glide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ watchEffect(() => {
}
liveCode.value = `
<script setup lang="ts">
import { Presence, Motion, glide } from '@oku-ui/motion'
<\/script>
<Presence>
<Motion
:initial="${cleanConfig(_init)}"
Expand Down
3 changes: 3 additions & 0 deletions .docs/content/motion/1.getting-started/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ By the end of this quick guide, you'll have installed Motion One and created you

It's based on Motion One. [Website](https://motion.dev)


- `@oku-ui/motion` all functions
- `@oku-ui/motion/types` types
2 changes: 1 addition & 1 deletion .docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nuxt/content": "^2.10.0",
"@nuxt/ui": "^2.11.1",
"@nuxt/ui-pro": "^0.6.1",
"@oku-ui/motion-nuxt": "^0.1.2",
"@oku-ui/motion-nuxt": "^0.2.0",
"@tweakpane/core": "^2.0.3",
"@tweakpane/plugin-essentials": "^0.2.1",
"playwright": "^1.40.1",
Expand Down
14 changes: 7 additions & 7 deletions .docs/pnpm-lock.yaml

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

0 comments on commit 92382a5

Please sign in to comment.