@veritree/ui 0.95.0 → 0.95.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.
@@ -39,7 +39,7 @@ export const floatingUiItemMixin = {
39
39
  ? `${this.componentName}--disabled`
40
40
  : null
41
41
  : this.disabled
42
- ? 'pointer-events-none opacity-75'
42
+ ? 'pointer-events-none opacity-50'
43
43
  : null,
44
44
  // selected state styles
45
45
  this.headless
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.95.0",
3
+ "version": "0.95.1",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -71,11 +71,7 @@ export default {
71
71
 
72
72
  computed: {
73
73
  computedClasses() {
74
- const classes = this.classComputed;
75
- if (this.disabled) {
76
- classes.push('bg-gray-200');
77
- }
78
- return classes;
74
+ return this.classComputed;
79
75
  },
80
76
 
81
77
  componentContent() {