@shuriken-ui/tailwind 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/preset.cjs CHANGED
@@ -5453,9 +5453,10 @@ const inputNumber = plugin__default.withOptions(
5453
5453
  [`.${prefix}input-number-buttons button`]: {
5454
5454
  [`@apply outline-none flex items-center justify-center`]: {},
5455
5455
  [`@apply border border-muted-200 dark:border-muted-800 last:border-s-0`]: {},
5456
- [`@apply text-muted-400 hover:text-muted-600 dark:hover:text-muted-100`]: {},
5457
- [`@apply focus:text-muted-600 dark:focus:text-muted-100`]: {},
5458
- [`@apply transition-colors duration-300`]: {}
5456
+ [`@apply text-muted-400 enabled:hover:text-muted-600 dark:enabled:hover:text-muted-100`]: {},
5457
+ [`@apply enabled:focus:text-muted-600 dark:enabled:focus:text-muted-100`]: {},
5458
+ [`@apply transition-colors duration-300`]: {},
5459
+ [`@apply disabled:cursor-not-allowed`]: {}
5459
5460
  },
5460
5461
  [`.${prefix}input-number-buttons svg`]: {
5461
5462
  [`@apply h-4 w-4`]: {}
package/dist/preset.mjs CHANGED
@@ -5443,9 +5443,10 @@ const inputNumber = plugin.withOptions(
5443
5443
  [`.${prefix}input-number-buttons button`]: {
5444
5444
  [`@apply outline-none flex items-center justify-center`]: {},
5445
5445
  [`@apply border border-muted-200 dark:border-muted-800 last:border-s-0`]: {},
5446
- [`@apply text-muted-400 hover:text-muted-600 dark:hover:text-muted-100`]: {},
5447
- [`@apply focus:text-muted-600 dark:focus:text-muted-100`]: {},
5448
- [`@apply transition-colors duration-300`]: {}
5446
+ [`@apply text-muted-400 enabled:hover:text-muted-600 dark:enabled:hover:text-muted-100`]: {},
5447
+ [`@apply enabled:focus:text-muted-600 dark:enabled:focus:text-muted-100`]: {},
5448
+ [`@apply transition-colors duration-300`]: {},
5449
+ [`@apply disabled:cursor-not-allowed`]: {}
5449
5450
  },
5450
5451
  [`.${prefix}input-number-buttons svg`]: {
5451
5452
  [`@apply h-4 w-4`]: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",