chore: bump radix-vue version

This commit is contained in:
zernonia 2023-09-13 00:32:12 +08:00
parent 6eb614b862
commit 912be8edcf
4 changed files with 9 additions and 11 deletions

View File

@ -20,9 +20,7 @@ const { config } = useConfigStore()
<Select v-model="config.style">
<SelectTrigger :class="cn('h-7 w-[145px] text-xs [&_svg]:h-4 [&_svg]:w-4', props.class)">
<span class="text-muted-foreground">Style: </span>
<SelectValue placeholder="Select style">
{{ styles.find(s => s.name === config.style)?.label }}
</SelectValue>
<SelectValue placeholder="Select style" />
</SelectTrigger>
<SelectContent>
<SelectItem v-for="style in styles" :key="style.name" :value="style.name" class="text-xs">

View File

@ -41,7 +41,7 @@
"autoprefixer": "^10.4.14",
"lodash.template": "^4.5.0",
"postcss": "^8.4.24",
"radix-vue": "^0.1.32",
"radix-vue": "^0.1.34",
"rimraf": "^5.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",

View File

@ -61,7 +61,7 @@
"node-fetch": "^3.3.2",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"radix-vue": "^0.1.32",
"radix-vue": "^0.1.34",
"recast": "^0.23.4",
"rimraf": "^5.0.1",
"ts-morph": "^19.0.0",

View File

@ -121,8 +121,8 @@ importers:
specifier: ^8.4.24
version: 8.4.24
radix-vue:
specifier: ^0.1.32
version: 0.1.32(vue@3.3.4)
specifier: ^0.1.34
version: 0.1.34(vue@3.3.4)
rimraf:
specifier: ^5.0.1
version: 5.0.1
@ -199,8 +199,8 @@ importers:
specifier: ^2.4.2
version: 2.4.2
radix-vue:
specifier: ^0.1.32
version: 0.1.32(vue@3.3.4)
specifier: ^0.1.34
version: 0.1.34(vue@3.3.4)
recast:
specifier: ^0.23.4
version: 0.23.4
@ -6404,8 +6404,8 @@ packages:
resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==}
dev: false
/radix-vue@0.1.32(vue@3.3.4):
resolution: {integrity: sha512-z6vlBDT0GuVP2vu2LKJjWnyQB8jDWwE0eGqgO3IlrpeLOq5zpDA+ReaOJyJjf8m1We539fy+9wubKaBnHfBalw==}
/radix-vue@0.1.34(vue@3.3.4):
resolution: {integrity: sha512-x5Mv8pFT43Ubz0md6gG/5+Zkz8QrOnZXnk2b1CFSrfHebykYNLAW3jX47sf4nmoDYYvH3mAi9QU1XMlCl7/h8Q==}
dependencies:
'@floating-ui/dom': 1.5.1
'@floating-ui/vue': 1.0.2(vue@3.3.4)