@redseed/redseed-ui-vue3 4.1.3 → 4.1.5

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": "4.1.3",
3
+ "version": "4.1.5",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/redseedtraining/redseed-ui",
@@ -90,7 +90,7 @@ function onClick() {
90
90
  .rsui-card {
91
91
  @apply relative flex flex-col;
92
92
  @apply select-none transition duration-200;
93
- @apply rounded-lg bg-white shadow-full-light;
93
+ @apply rounded-xl bg-white border border-rsui-grey-400;
94
94
  &--hoverable {
95
95
  @apply hover:shadow-md;
96
96
  }
@@ -80,7 +80,7 @@ const formFieldSlotLabelClass = computed(() => [
80
80
  @apply after:content-['*'] after:text-rsui-error-500 after:ml-1;
81
81
  }
82
82
  label {
83
- @apply font-semibold text-base text-rsui-grey-900;
83
+ @apply font-medium text-sm text-rsui-grey-800;
84
84
  }
85
85
  }
86
86
 
@@ -89,7 +89,7 @@ const formFieldSlotLabelClass = computed(() => [
89
89
  }
90
90
 
91
91
  &__help {
92
- @apply text-xs text-rsui-grey-400;
92
+ @apply text-xs text-rsui-grey-500;
93
93
  }
94
94
 
95
95
  &__error {