@shuriken-ui/tailwind 2.0.0-next.3 → 2.0.0-next.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/dist/preset.cjs +5 -5
- package/dist/preset.mjs +5 -5
- package/package.json +1 -1
package/dist/preset.cjs
CHANGED
@@ -10863,10 +10863,10 @@ const listbox = plugin__default.withOptions(
|
|
10863
10863
|
[`.${prefix}label-float`]: {
|
10864
10864
|
[`@apply start-3 -ms-3 -mt-7 text-${config.icon.disabled.label.float.sm.font.size} text-transparent`]: {}
|
10865
10865
|
},
|
10866
|
-
[`.${prefix}listbox-button:focus-
|
10866
|
+
[`.${prefix}listbox-button:focus-within ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10867
10867
|
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color}`]: {}
|
10868
10868
|
},
|
10869
|
-
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10869
|
+
[`.${prefix}listbox-button:not(:focus-within) ~ .${prefix}label-float, .${prefix}listbox-button:not(:focus) ~ .${prefix}label-float`]: {
|
10870
10870
|
[`@apply ms-0 mt-0`]: {}
|
10871
10871
|
}
|
10872
10872
|
},
|
@@ -15563,7 +15563,7 @@ const tag = plugin__default.withOptions(
|
|
15563
15563
|
},
|
15564
15564
|
//Shadow:hover
|
15565
15565
|
[`&.${prefix}tag-shadow-hover`]: {
|
15566
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15566
|
+
[`@apply hover:shadow-${config.variant.solid.info.shadow.size} hover:shadow-${config.variant.solid.info.shadow.light} hover:shadow-${config.variant.solid.info.shadow.dark}`]: {}
|
15567
15567
|
}
|
15568
15568
|
},
|
15569
15569
|
//Color:success
|
@@ -15578,7 +15578,7 @@ const tag = plugin__default.withOptions(
|
|
15578
15578
|
},
|
15579
15579
|
//Shadow:hover
|
15580
15580
|
[`&.${prefix}tag-shadow-hover`]: {
|
15581
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15581
|
+
[`@apply hover:shadow-${config.variant.solid.success.shadow.size} hover:shadow-${config.variant.solid.success.shadow.light} hover:shadow-${config.variant.solid.success.shadow.dark}`]: {}
|
15582
15582
|
}
|
15583
15583
|
},
|
15584
15584
|
//Color:warning
|
@@ -15593,7 +15593,7 @@ const tag = plugin__default.withOptions(
|
|
15593
15593
|
},
|
15594
15594
|
//Shadow:hover
|
15595
15595
|
[`&.${prefix}tag-shadow-hover`]: {
|
15596
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15596
|
+
[`@apply hover:shadow-${config.variant.solid.warning.shadow.size} hover:shadow-${config.variant.solid.warning.shadow.light} hover:shadow-${config.variant.solid.warning.shadow.dark}`]: {}
|
15597
15597
|
}
|
15598
15598
|
},
|
15599
15599
|
//Color:danger
|
package/dist/preset.mjs
CHANGED
@@ -10853,10 +10853,10 @@ const listbox = plugin.withOptions(
|
|
10853
10853
|
[`.${prefix}label-float`]: {
|
10854
10854
|
[`@apply start-3 -ms-3 -mt-7 text-${config.icon.disabled.label.float.sm.font.size} text-transparent`]: {}
|
10855
10855
|
},
|
10856
|
-
[`.${prefix}listbox-button:focus-
|
10856
|
+
[`.${prefix}listbox-button:focus-within ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10857
10857
|
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color}`]: {}
|
10858
10858
|
},
|
10859
|
-
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10859
|
+
[`.${prefix}listbox-button:not(:focus-within) ~ .${prefix}label-float, .${prefix}listbox-button:not(:focus) ~ .${prefix}label-float`]: {
|
10860
10860
|
[`@apply ms-0 mt-0`]: {}
|
10861
10861
|
}
|
10862
10862
|
},
|
@@ -15553,7 +15553,7 @@ const tag = plugin.withOptions(
|
|
15553
15553
|
},
|
15554
15554
|
//Shadow:hover
|
15555
15555
|
[`&.${prefix}tag-shadow-hover`]: {
|
15556
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15556
|
+
[`@apply hover:shadow-${config.variant.solid.info.shadow.size} hover:shadow-${config.variant.solid.info.shadow.light} hover:shadow-${config.variant.solid.info.shadow.dark}`]: {}
|
15557
15557
|
}
|
15558
15558
|
},
|
15559
15559
|
//Color:success
|
@@ -15568,7 +15568,7 @@ const tag = plugin.withOptions(
|
|
15568
15568
|
},
|
15569
15569
|
//Shadow:hover
|
15570
15570
|
[`&.${prefix}tag-shadow-hover`]: {
|
15571
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15571
|
+
[`@apply hover:shadow-${config.variant.solid.success.shadow.size} hover:shadow-${config.variant.solid.success.shadow.light} hover:shadow-${config.variant.solid.success.shadow.dark}`]: {}
|
15572
15572
|
}
|
15573
15573
|
},
|
15574
15574
|
//Color:warning
|
@@ -15583,7 +15583,7 @@ const tag = plugin.withOptions(
|
|
15583
15583
|
},
|
15584
15584
|
//Shadow:hover
|
15585
15585
|
[`&.${prefix}tag-shadow-hover`]: {
|
15586
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15586
|
+
[`@apply hover:shadow-${config.variant.solid.warning.shadow.size} hover:shadow-${config.variant.solid.warning.shadow.light} hover:shadow-${config.variant.solid.warning.shadow.dark}`]: {}
|
15587
15587
|
}
|
15588
15588
|
},
|
15589
15589
|
//Color:danger
|