rimelight-components 1.7.0 → 1.7.1

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.
@@ -20,10 +20,10 @@ const {
20
20
 
21
21
  <template>
22
22
  <div class="grid grid-cols-1 gap-8 sm:grid-cols-2">
23
- <ULink v-if="previousTitle" :to="previousTo">
23
+ <ULink v-if="previousTitle" :to="previousTo" class="h-full">
24
24
  <UCard
25
25
  variant="outline"
26
- class="hover:bg-elevated/50 focus-visible:outline-primary group block bg-transparent"
26
+ class="hover:bg-elevated/50 focus-visible:outline-primary group block h-full bg-transparent"
27
27
  >
28
28
  <div class="gap-md flex flex-col">
29
29
  <div class="gap-xs flex flex-col">
@@ -48,10 +48,10 @@ const {
48
48
  </div>
49
49
  </UCard>
50
50
  </ULink>
51
- <ULink v-if="nextTitle" :to="nextTo">
51
+ <ULink v-if="nextTitle" :to="nextTo" class="h-full">
52
52
  <UCard
53
53
  variant="outline"
54
- class="hover:bg-elevated/50 focus-visible:outline-primary group block bg-transparent"
54
+ class="hover:bg-elevated/50 focus-visible:outline-primary group block h-full bg-transparent"
55
55
  >
56
56
  <div class="gap-md flex flex-col items-end">
57
57
  <div class="gap-xs flex flex-col items-end">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
3
  "description": "My new Nuxt module",
4
- "version": "1.7.0",
4
+ "version": "1.7.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/Rimelight-Entertainment/rimelight-components.git"