@shuriken-ui/tailwind 1.5.1 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.cjs +12 -11
- package/dist/preset.mjs +12 -11
- package/package.json +1 -1
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`]: {}
|
@@ -5590,8 +5591,8 @@ const inputNumber = plugin__default.withOptions(
|
|
5590
5591
|
[`@apply border bg-${config.input.default.bg} border-${config.input.default.border} text-${config.input.default.text} placeholder:text-${config.input.default.textPlaceholder} dark:border-${config.input.default.borderDark} dark:bg-${config.input.default.bgDark} dark:text-${config.input.default.textDark} dark:placeholder:text-${config.input.default.textPlaceholderDark}`]: {}
|
5591
5592
|
},
|
5592
5593
|
[`.${prefix}input-number-buttons button`]: {
|
5593
|
-
[`@apply hover:bg-muted-100 dark:hover:bg-muted-800`]: {},
|
5594
|
-
[`@apply focus:bg-muted-100 dark:focus:bg-muted-800`]: {}
|
5594
|
+
[`@apply enabled:hover:bg-muted-100 dark:enabled:hover:bg-muted-800`]: {},
|
5595
|
+
[`@apply enabled:focus:bg-muted-100 dark:enabled:focus:bg-muted-800`]: {}
|
5595
5596
|
}
|
5596
5597
|
},
|
5597
5598
|
[`&.${prefix}input-number-default-contrast`]: {
|
@@ -5599,8 +5600,8 @@ const inputNumber = plugin__default.withOptions(
|
|
5599
5600
|
[`@apply border bg-${config.input.defaultContrast.bg} border-${config.input.defaultContrast.border} text-${config.input.defaultContrast.text} placeholder:text-${config.input.defaultContrast.textPlaceholder} dark:border-${config.input.defaultContrast.borderDark} dark:bg-${config.input.defaultContrast.bgDark} dark:text-${config.input.defaultContrast.textDark} dark:placeholder:text-${config.input.defaultContrast.textPlaceholderDark}`]: {}
|
5600
5601
|
},
|
5601
5602
|
[`.${prefix}input-number-buttons button`]: {
|
5602
|
-
[`@apply hover:bg-muted-100 dark:hover:bg-muted-900`]: {},
|
5603
|
-
[`@apply focus:bg-muted-100 dark:focus:bg-muted-900`]: {}
|
5603
|
+
[`@apply enabled:hover:bg-muted-100 dark:enabled:hover:bg-muted-900`]: {},
|
5604
|
+
[`@apply enabled:focus:bg-muted-100 dark:enabled:focus:bg-muted-900`]: {}
|
5604
5605
|
}
|
5605
5606
|
},
|
5606
5607
|
[`&.${prefix}input-number-muted`]: {
|
@@ -5608,8 +5609,8 @@ const inputNumber = plugin__default.withOptions(
|
|
5608
5609
|
[`@apply border bg-${config.input.muted.bg} border-${config.input.muted.border} text-${config.input.muted.text} placeholder:text-${config.input.muted.textPlaceholder} dark:border-${config.input.muted.borderDark} dark:bg-${config.input.muted.bgDark} dark:text-${config.input.muted.textDark} dark:placeholder:text-${config.input.muted.textPlaceholderDark}`]: {}
|
5609
5610
|
},
|
5610
5611
|
[`.${prefix}input-number-buttons button`]: {
|
5611
|
-
[`@apply hover:bg-white dark:hover:bg-muted-800`]: {},
|
5612
|
-
[`@apply focus:bg-white dark:focus:bg-muted-800`]: {}
|
5612
|
+
[`@apply enabled:hover:bg-white dark:enabled:hover:bg-muted-800`]: {},
|
5613
|
+
[`@apply enabled:focus:bg-white dark:enabled:focus:bg-muted-800`]: {}
|
5613
5614
|
}
|
5614
5615
|
},
|
5615
5616
|
[`&.${prefix}input-number-muted-contrast`]: {
|
@@ -5617,8 +5618,8 @@ const inputNumber = plugin__default.withOptions(
|
|
5617
5618
|
[`@apply border bg-${config.input.mutedContrast.bg} border-${config.input.mutedContrast.border} text-${config.input.mutedContrast.text} placeholder:text-${config.input.mutedContrast.textPlaceholder} dark:border-${config.input.mutedContrast.borderDark} dark:bg-${config.input.mutedContrast.bgDark} dark:text-${config.input.mutedContrast.textDark} dark:placeholder:text-${config.input.mutedContrast.textPlaceholderDark}`]: {}
|
5618
5619
|
},
|
5619
5620
|
[`.${prefix}input-number-buttons button`]: {
|
5620
|
-
[`@apply hover:bg-white dark:hover:bg-muted-900`]: {},
|
5621
|
-
[`@apply focus:bg-white dark:focus:bg-muted-900`]: {}
|
5621
|
+
[`@apply enabled:hover:bg-white dark:enabled:hover:bg-muted-900`]: {},
|
5622
|
+
[`@apply enabled:focus:bg-white dark:enabled:focus:bg-muted-900`]: {}
|
5622
5623
|
}
|
5623
5624
|
},
|
5624
5625
|
[`&:not(.${prefix}input-number-loading)`]: {
|
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`]: {}
|
@@ -5580,8 +5581,8 @@ const inputNumber = plugin.withOptions(
|
|
5580
5581
|
[`@apply border bg-${config.input.default.bg} border-${config.input.default.border} text-${config.input.default.text} placeholder:text-${config.input.default.textPlaceholder} dark:border-${config.input.default.borderDark} dark:bg-${config.input.default.bgDark} dark:text-${config.input.default.textDark} dark:placeholder:text-${config.input.default.textPlaceholderDark}`]: {}
|
5581
5582
|
},
|
5582
5583
|
[`.${prefix}input-number-buttons button`]: {
|
5583
|
-
[`@apply hover:bg-muted-100 dark:hover:bg-muted-800`]: {},
|
5584
|
-
[`@apply focus:bg-muted-100 dark:focus:bg-muted-800`]: {}
|
5584
|
+
[`@apply enabled:hover:bg-muted-100 dark:enabled:hover:bg-muted-800`]: {},
|
5585
|
+
[`@apply enabled:focus:bg-muted-100 dark:enabled:focus:bg-muted-800`]: {}
|
5585
5586
|
}
|
5586
5587
|
},
|
5587
5588
|
[`&.${prefix}input-number-default-contrast`]: {
|
@@ -5589,8 +5590,8 @@ const inputNumber = plugin.withOptions(
|
|
5589
5590
|
[`@apply border bg-${config.input.defaultContrast.bg} border-${config.input.defaultContrast.border} text-${config.input.defaultContrast.text} placeholder:text-${config.input.defaultContrast.textPlaceholder} dark:border-${config.input.defaultContrast.borderDark} dark:bg-${config.input.defaultContrast.bgDark} dark:text-${config.input.defaultContrast.textDark} dark:placeholder:text-${config.input.defaultContrast.textPlaceholderDark}`]: {}
|
5590
5591
|
},
|
5591
5592
|
[`.${prefix}input-number-buttons button`]: {
|
5592
|
-
[`@apply hover:bg-muted-100 dark:hover:bg-muted-900`]: {},
|
5593
|
-
[`@apply focus:bg-muted-100 dark:focus:bg-muted-900`]: {}
|
5593
|
+
[`@apply enabled:hover:bg-muted-100 dark:enabled:hover:bg-muted-900`]: {},
|
5594
|
+
[`@apply enabled:focus:bg-muted-100 dark:enabled:focus:bg-muted-900`]: {}
|
5594
5595
|
}
|
5595
5596
|
},
|
5596
5597
|
[`&.${prefix}input-number-muted`]: {
|
@@ -5598,8 +5599,8 @@ const inputNumber = plugin.withOptions(
|
|
5598
5599
|
[`@apply border bg-${config.input.muted.bg} border-${config.input.muted.border} text-${config.input.muted.text} placeholder:text-${config.input.muted.textPlaceholder} dark:border-${config.input.muted.borderDark} dark:bg-${config.input.muted.bgDark} dark:text-${config.input.muted.textDark} dark:placeholder:text-${config.input.muted.textPlaceholderDark}`]: {}
|
5599
5600
|
},
|
5600
5601
|
[`.${prefix}input-number-buttons button`]: {
|
5601
|
-
[`@apply hover:bg-white dark:hover:bg-muted-800`]: {},
|
5602
|
-
[`@apply focus:bg-white dark:focus:bg-muted-800`]: {}
|
5602
|
+
[`@apply enabled:hover:bg-white dark:enabled:hover:bg-muted-800`]: {},
|
5603
|
+
[`@apply enabled:focus:bg-white dark:enabled:focus:bg-muted-800`]: {}
|
5603
5604
|
}
|
5604
5605
|
},
|
5605
5606
|
[`&.${prefix}input-number-muted-contrast`]: {
|
@@ -5607,8 +5608,8 @@ const inputNumber = plugin.withOptions(
|
|
5607
5608
|
[`@apply border bg-${config.input.mutedContrast.bg} border-${config.input.mutedContrast.border} text-${config.input.mutedContrast.text} placeholder:text-${config.input.mutedContrast.textPlaceholder} dark:border-${config.input.mutedContrast.borderDark} dark:bg-${config.input.mutedContrast.bgDark} dark:text-${config.input.mutedContrast.textDark} dark:placeholder:text-${config.input.mutedContrast.textPlaceholderDark}`]: {}
|
5608
5609
|
},
|
5609
5610
|
[`.${prefix}input-number-buttons button`]: {
|
5610
|
-
[`@apply hover:bg-white dark:hover:bg-muted-900`]: {},
|
5611
|
-
[`@apply focus:bg-white dark:focus:bg-muted-900`]: {}
|
5611
|
+
[`@apply enabled:hover:bg-white dark:enabled:hover:bg-muted-900`]: {},
|
5612
|
+
[`@apply enabled:focus:bg-white dark:enabled:focus:bg-muted-900`]: {}
|
5612
5613
|
}
|
5613
5614
|
},
|
5614
5615
|
[`&:not(.${prefix}input-number-loading)`]: {
|