@redseed/redseed-ui-vue3 5.3.6 → 5.3.7

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.3.6",
3
+ "version": "5.3.7",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/redseedtraining/redseed-ui",
@@ -74,7 +74,7 @@ function onClick() {
74
74
  <style lang="scss" scoped>
75
75
  .rsui-card {
76
76
  @apply relative flex flex-col overflow-hidden;
77
- @apply select-none transition duration-200;
77
+ @apply transition duration-200;
78
78
  @apply rounded-xl bg-white border border-rsui-grey-400;
79
79
 
80
80
  &--hoverable {