@intechstudio/grid-uikit 1.20240813.1814 → 1.20240813.1834

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.
@@ -70,7 +70,7 @@ let inputComponent;
70
70
  {isError
71
71
  ? 'border-error focus:outline-error'
72
72
  : 'focus:border-select border-secondary'} bg-secondary text-white py-0.5 pl-2 rounded-none"
73
- class:text-opacity-75={disabled}
73
+ class:text-opacity-50={disabled}
74
74
  />
75
75
 
76
76
  <div class=" py-1">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intechstudio/grid-uikit",
3
- "version": "1.20240813.1814",
3
+ "version": "1.20240813.1834",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",