@redseed/redseed-ui-vue3 5.4.13 → 5.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "5.4.13",
3
+ "version": "5.4.14",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/redseedtraining/redseed-ui",
@@ -94,11 +94,11 @@ function onClick() {
94
94
  }
95
95
 
96
96
  &__action-layer {
97
- @apply absolute inset-0 size-full bg-transparent rounded-lg transition;
97
+ @apply absolute inset-0 size-full bg-transparent rounded-xl transition;
98
98
  }
99
99
 
100
100
  &__image {
101
- @apply rounded-t-lg overflow-hidden;
101
+ @apply rounded-t-xl overflow-hidden;
102
102
  }
103
103
 
104
104
  &__content {