@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.
- package/dist/AtomicInput.svelte +1 -1
- package/package.json +1 -1
package/dist/AtomicInput.svelte
CHANGED
|
@@ -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-
|
|
73
|
+
class:text-opacity-50={disabled}
|
|
74
74
|
/>
|
|
75
75
|
|
|
76
76
|
<div class=" py-1">
|