@kadoui/tailwindcss 1.2.4 → 1.2.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": "@kadoui/tailwindcss",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Kadoui TailwindCSS styles",
5
5
  "author": "FarzadVav",
6
6
  "license": "MIT",
@@ -3,7 +3,7 @@
3
3
  @utility input {
4
4
  --element-w: auto;
5
5
 
6
- @apply text-palette flex cursor-text relative transition-all outline-solid outline-2 outline-transparent focus-within:outline-palette disabled:opacity-50 disabled:cursor-not-allowed has-[[type=file]]:cursor-pointer;
6
+ @apply text-palette flex cursor-text relative transition-all outline-solid outline-2 outline-transparent focus-within:outline-palette has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed has-[[type=file]]:cursor-pointer;
7
7
 
8
8
  width: var(--element-w);
9
9
  height: var(--element-size);
@@ -25,7 +25,7 @@
25
25
  }
26
26
 
27
27
  @utility input-field {
28
- @apply bg-transparent placeholder:text-palette/50 flex-1 not-[[type=file]]:h-full max-w-full [[type=file]]:cursor-pointer disabled:cursor-not-allowed;
28
+ @apply bg-transparent placeholder:text-palette/50 flex-1 not-[[type=file]]:h-full max-w-full [[type=file]]:cursor-pointer;
29
29
 
30
30
  &:where(select) {
31
31
  @apply cursor-pointer;