@shuriken-ui/tailwind 2.0.0-next.1 → 2.0.0-next.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.cjs +11 -3
- package/dist/preset.mjs +11 -3
- package/package.json +1 -1
package/dist/preset.cjs
CHANGED
@@ -4409,7 +4409,7 @@ const defaultConfig$I = {
|
|
4409
4409
|
background: {
|
4410
4410
|
light: {
|
4411
4411
|
base: "transparent",
|
4412
|
-
hover: "
|
4412
|
+
hover: "muted-300",
|
4413
4413
|
active: "muted-400",
|
4414
4414
|
focus: "muted-300"
|
4415
4415
|
},
|
@@ -5826,7 +5826,11 @@ const dropdownItem = plugin__default.withOptions(
|
|
5826
5826
|
},
|
5827
5827
|
//Color:default
|
5828
5828
|
[`&.${prefix}item-default`]: {
|
5829
|
-
|
5829
|
+
//Background:hover
|
5830
|
+
[`@apply hover:bg-${config.color.default.background.light} dark:hover:bg-${config.color.default.background.dark}`]: {},
|
5831
|
+
//Font:hover
|
5832
|
+
[`@apply hover:text-${config.color.default.font.color.light} dark:hover:text-${config.color.default.font.color.dark}`]: {},
|
5833
|
+
[`&.${prefix}active`]: {
|
5830
5834
|
//Background:hover
|
5831
5835
|
[`@apply bg-${config.color.default.background.light} dark:bg-${config.color.default.background.dark}`]: {},
|
5832
5836
|
//Font:hover
|
@@ -5835,7 +5839,11 @@ const dropdownItem = plugin__default.withOptions(
|
|
5835
5839
|
},
|
5836
5840
|
//Color:contrast
|
5837
5841
|
[`&.${prefix}item-contrast`]: {
|
5838
|
-
|
5842
|
+
//Background:hover
|
5843
|
+
[`@apply hover:bg-${config.color.contrast.background.light} dark:hover:bg-${config.color.contrast.background.dark}`]: {},
|
5844
|
+
//Font:hover
|
5845
|
+
[`@apply hover:text-${config.color.contrast.font.color.light} dark:hover:text-${config.color.contrast.font.color.dark}`]: {},
|
5846
|
+
[`&.${prefix}active`]: {
|
5839
5847
|
//Background:hover
|
5840
5848
|
[`@apply bg-${config.color.contrast.background.light} dark:bg-${config.color.contrast.background.dark}`]: {},
|
5841
5849
|
//Font:hover
|
package/dist/preset.mjs
CHANGED
@@ -4399,7 +4399,7 @@ const defaultConfig$I = {
|
|
4399
4399
|
background: {
|
4400
4400
|
light: {
|
4401
4401
|
base: "transparent",
|
4402
|
-
hover: "
|
4402
|
+
hover: "muted-300",
|
4403
4403
|
active: "muted-400",
|
4404
4404
|
focus: "muted-300"
|
4405
4405
|
},
|
@@ -5816,7 +5816,11 @@ const dropdownItem = plugin.withOptions(
|
|
5816
5816
|
},
|
5817
5817
|
//Color:default
|
5818
5818
|
[`&.${prefix}item-default`]: {
|
5819
|
-
|
5819
|
+
//Background:hover
|
5820
|
+
[`@apply hover:bg-${config.color.default.background.light} dark:hover:bg-${config.color.default.background.dark}`]: {},
|
5821
|
+
//Font:hover
|
5822
|
+
[`@apply hover:text-${config.color.default.font.color.light} dark:hover:text-${config.color.default.font.color.dark}`]: {},
|
5823
|
+
[`&.${prefix}active`]: {
|
5820
5824
|
//Background:hover
|
5821
5825
|
[`@apply bg-${config.color.default.background.light} dark:bg-${config.color.default.background.dark}`]: {},
|
5822
5826
|
//Font:hover
|
@@ -5825,7 +5829,11 @@ const dropdownItem = plugin.withOptions(
|
|
5825
5829
|
},
|
5826
5830
|
//Color:contrast
|
5827
5831
|
[`&.${prefix}item-contrast`]: {
|
5828
|
-
|
5832
|
+
//Background:hover
|
5833
|
+
[`@apply hover:bg-${config.color.contrast.background.light} dark:hover:bg-${config.color.contrast.background.dark}`]: {},
|
5834
|
+
//Font:hover
|
5835
|
+
[`@apply hover:text-${config.color.contrast.font.color.light} dark:hover:text-${config.color.contrast.font.color.dark}`]: {},
|
5836
|
+
[`&.${prefix}active`]: {
|
5829
5837
|
//Background:hover
|
5830
5838
|
[`@apply bg-${config.color.contrast.background.light} dark:bg-${config.color.contrast.background.dark}`]: {},
|
5831
5839
|
//Font:hover
|