valaxy-theme-yun 0.25.11 → 0.26.0
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.
- package/components/YunPostCard.vue +1 -1
- package/components/project/YunProjectCard.vue +2 -2
- package/components/prologue/PrologueSocialIcon.vue +1 -1
- package/components/site/YunSiteTitle.vue +1 -1
- package/components/ui/YunExcerptBottomGradient.vue +1 -1
- package/package.json +5 -5
- /package/{unocss.config.ts → uno.config.ts} +0 -0
@@ -14,7 +14,7 @@ const { $tO } = useValaxyI18n()
|
|
14
14
|
|
15
15
|
const { icon, styles, color } = usePostProperty(props.post.type)
|
16
16
|
|
17
|
-
const gradientClasses = ref('bg-
|
17
|
+
const gradientClasses = ref('bg-linear-to-r gradient-text from-$va-c-primary to-$va-c-primary-lighter')
|
18
18
|
const postTitleClass = computed(() => {
|
19
19
|
if (color) {
|
20
20
|
return ''
|
@@ -91,8 +91,8 @@ const links = computed(() => [
|
|
91
91
|
<div
|
92
92
|
ref="cardRef"
|
93
93
|
flex="~ col center"
|
94
|
-
class="m-2 w-90 transform rounded shadow-md grayscale-30"
|
95
|
-
bg="opacity-80
|
94
|
+
class="m-2 w-90 transform rounded shadow-md grayscale-30 bg-linear-to-br"
|
95
|
+
bg="opacity-80"
|
96
96
|
p="x-2 b-12"
|
97
97
|
hover="shadow-lg grayscale-0"
|
98
98
|
:style="cardStyle"
|
@@ -8,7 +8,7 @@ const siteConfig = useSiteConfig()
|
|
8
8
|
const themeConfig = useThemeConfig()
|
9
9
|
|
10
10
|
const { $t } = useValaxyI18n()
|
11
|
-
// bg-
|
11
|
+
// bg-linear-to-r gradient-text from-#1e3c72 to-dark dark:(from-#66a6ff to-blue-500)
|
12
12
|
</script>
|
13
13
|
|
14
14
|
<template>
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "valaxy-theme-yun",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.26.0",
|
5
5
|
"author": {
|
6
6
|
"email": "me@yunyoujun.cn",
|
7
7
|
"name": "YunYouJun",
|
@@ -24,16 +24,16 @@
|
|
24
24
|
"@ctrl/tinycolor": "^4.1.0",
|
25
25
|
"@explosions/fireworks": "^0.2.0",
|
26
26
|
"@iconify-json/ant-design": "^1.2.5",
|
27
|
-
"@iconify-json/simple-icons": "^1.2.
|
27
|
+
"@iconify-json/simple-icons": "^1.2.45",
|
28
28
|
"@vueuse/motion": "^3.0.3",
|
29
|
-
"animejs": "^4.
|
29
|
+
"animejs": "^4.1.2",
|
30
30
|
"gsap": "^3.13.0",
|
31
|
-
"primevue": "^4.3.
|
31
|
+
"primevue": "^4.3.7"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@types/animejs": "^3.1.13",
|
35
35
|
"valaxy-addon-waline": "0.2.1",
|
36
|
-
"valaxy": "0.
|
36
|
+
"valaxy": "0.26.0"
|
37
37
|
},
|
38
38
|
"scripts": {
|
39
39
|
"release": "bumpp && pnpm publish"
|
File without changes
|