@shuriken-ui/tailwind 2.0.0-next.4 → 2.0.0-next.6
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
|
@@ -10861,13 +10861,13 @@ const listbox = plugin__default.withOptions(
|
|
|
10861
10861
|
//Without:icon && Size:sm && Label:float
|
|
10862
10862
|
[`&.${prefix}listbox-label-float:not(.${prefix}has-icon).${prefix}listbox-sm`]: {
|
|
10863
10863
|
[`.${prefix}label-float`]: {
|
|
10864
|
-
[`@apply start-3
|
|
10864
|
+
[`@apply start-3`]: {}
|
|
10865
10865
|
},
|
|
10866
|
-
[`.${prefix}listbox-button:focus-
|
|
10867
|
-
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color}`]: {}
|
|
10866
|
+
[`.${prefix}listbox-button:focus-within ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
|
10867
|
+
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color} !text-${config.icon.disabled.label.float.sm.font.size}`]: {}
|
|
10868
10868
|
},
|
|
10869
|
-
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
|
10870
|
-
[`@apply ms-0 mt-0`]: {}
|
|
10869
|
+
[`.${prefix}listbox-button:not(:focus-within) ~ .${prefix}label-float, .${prefix}listbox-button:not(:focus) ~ .${prefix}label-float`]: {
|
|
10870
|
+
[`@apply ms-0 mt-0 !text-transparent`]: {}
|
|
10871
10871
|
}
|
|
10872
10872
|
},
|
|
10873
10873
|
//With:icon && Size:sm && Label:float
|
package/dist/preset.mjs
CHANGED
|
@@ -10851,13 +10851,13 @@ const listbox = plugin.withOptions(
|
|
|
10851
10851
|
//Without:icon && Size:sm && Label:float
|
|
10852
10852
|
[`&.${prefix}listbox-label-float:not(.${prefix}has-icon).${prefix}listbox-sm`]: {
|
|
10853
10853
|
[`.${prefix}label-float`]: {
|
|
10854
|
-
[`@apply start-3
|
|
10854
|
+
[`@apply start-3`]: {}
|
|
10855
10855
|
},
|
|
10856
|
-
[`.${prefix}listbox-button:focus-
|
|
10857
|
-
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color}`]: {}
|
|
10856
|
+
[`.${prefix}listbox-button:focus-within ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
|
10857
|
+
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color} !text-${config.icon.disabled.label.float.sm.font.size}`]: {}
|
|
10858
10858
|
},
|
|
10859
|
-
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
|
10860
|
-
[`@apply ms-0 mt-0`]: {}
|
|
10859
|
+
[`.${prefix}listbox-button:not(:focus-within) ~ .${prefix}label-float, .${prefix}listbox-button:not(:focus) ~ .${prefix}label-float`]: {
|
|
10860
|
+
[`@apply ms-0 mt-0 !text-transparent`]: {}
|
|
10861
10861
|
}
|
|
10862
10862
|
},
|
|
10863
10863
|
//With:icon && Size:sm && Label:float
|