@shuriken-ui/tailwind 2.0.0-next.4 → 2.0.0-next.5

Sign up to get free protection for your applications and to get access to all the features.
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-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
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
  },
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-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "2.0.0-next.4",
3
+ "version": "2.0.0-next.5",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",