valaxy-theme-yun 0.26.1 → 0.26.2

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.
@@ -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-linear-to-r gradient-text from-$va-c-primary to-$va-c-primary-lighter')
17
+ const gradientClasses = ref('bg-gradient-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 ''
@@ -17,5 +17,5 @@ const yun = useYunAppStore()
17
17
  </button>
18
18
 
19
19
  <YunOverlay :show="yun.rightSidebar.isOpen" @click="yun.rightSidebar.toggle()" />
20
- <YunAside />
20
+ <YunAside v-if="fm.aside !== false" />
21
21
  </template>
@@ -91,7 +91,7 @@ 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 bg-linear-to-br"
94
+ class="m-2 w-90 transform rounded shadow-md grayscale-30 bg-gradient-to-br"
95
95
  bg="opacity-80"
96
96
  p="x-2 b-12"
97
97
  hover="shadow-lg grayscale-0"
@@ -8,7 +8,7 @@ const siteConfig = useSiteConfig()
8
8
  const themeConfig = useThemeConfig()
9
9
 
10
10
  const { $t } = useValaxyI18n()
11
- // bg-linear-to-r gradient-text from-#1e3c72 to-dark dark:(from-#66a6ff to-blue-500)
11
+ // bg-gradient-to-r gradient-text from-#1e3c72 to-dark dark:(from-#66a6ff to-blue-500)
12
12
  </script>
13
13
 
14
14
  <template>
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div
3
3
  w="full" h="30%"
4
- class="absolute bottom-0 bg-linear-to-t from-$va-c-bg-light to-transparent z-1"
4
+ class="absolute bottom-0 bg-gradient-to-t from-$va-c-bg-light to-transparent z-1"
5
5
  />
6
6
  </template>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
3
  "type": "module",
4
- "version": "0.26.1",
4
+ "version": "0.26.2",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
7
7
  "name": "YunYouJun",
@@ -24,7 +24,7 @@
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.45",
27
+ "@iconify-json/simple-icons": "^1.2.47",
28
28
  "@vueuse/motion": "^3.0.3",
29
29
  "animejs": "^4.1.2",
30
30
  "gsap": "^3.13.0",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/animejs": "^3.1.13",
35
- "valaxy": "0.26.1",
35
+ "valaxy": "0.26.2",
36
36
  "valaxy-addon-waline": "0.2.1"
37
37
  },
38
38
  "scripts": {