valaxy-theme-yun 0.20.0-beta.13 → 0.20.0-beta.14
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.
@@ -29,7 +29,7 @@ const showContent = ref(false)
|
|
29
29
|
>
|
30
30
|
<div
|
31
31
|
flex="~ col"
|
32
|
-
class="absolute yun-square bg-$va-c-text square-rotate
|
32
|
+
class="absolute yun-square bg-$va-c-text square-rotate z-1"
|
33
33
|
>
|
34
34
|
<LineBurstEffects
|
35
35
|
class="absolute top-0 left-0 right-0 bottom-0 size-full scale-200"
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "valaxy-theme-yun",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.20.0-beta.
|
4
|
+
"version": "0.20.0-beta.14",
|
5
5
|
"author": {
|
6
6
|
"email": "me@yunyoujun.cn",
|
7
7
|
"name": "YunYouJun",
|
@@ -26,13 +26,13 @@
|
|
26
26
|
"dependencies": {
|
27
27
|
"@ctrl/tinycolor": "^4.1.0",
|
28
28
|
"@explosions/fireworks": "^0.1.0",
|
29
|
-
"@iconify-json/ant-design": "^1.2.
|
30
|
-
"@iconify-json/simple-icons": "^1.2.
|
29
|
+
"@iconify-json/ant-design": "^1.2.2",
|
30
|
+
"@iconify-json/simple-icons": "^1.2.7",
|
31
31
|
"@vueuse/motion": "^2.2.5",
|
32
32
|
"animejs": "^3.2.2",
|
33
33
|
"gsap": "^3.12.5",
|
34
34
|
"primevue": "^4.1.0",
|
35
|
-
"radix-vue": "^1.9.
|
35
|
+
"radix-vue": "^1.9.7"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
38
|
"@types/animejs": "^3.1.12",
|