@shuriken-ui/tailwind 1.2.4 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
package/dist/preset.cjs CHANGED
@@ -490,7 +490,7 @@ const autocomplete = plugin__default.withOptions(
490
490
  [`@apply relative`]: {}
491
491
  },
492
492
  [`.${prefix}autocomplete-icon`]: {
493
- [`@apply text-${config.icon.text} absolute start-0 top-0 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
493
+ [`@apply text-${config.icon.text} absolute start-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
494
494
  },
495
495
  [`.${prefix}autocomplete-input`]: {
496
496
  [`@apply ${prefix}focus w-${config.input.size} font-${config.input.font} transition-all duration-${config.input.duration} disabled:cursor-not-allowed disabled:opacity-75`]: {},
@@ -4945,7 +4945,7 @@ const input = plugin__default.withOptions(
4945
4945
  [`@apply relative`]: {}
4946
4946
  },
4947
4947
  [`.${prefix}input-icon`]: {
4948
- [`@apply text-${config.icon.text} absolute start-0 top-0 z-20 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
4948
+ [`@apply text-${config.icon.text} absolute start-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
4949
4949
  },
4950
4950
  [`.${prefix}input-error-text`]: {
4951
4951
  [`@apply text-${config.errorText.text} mt-1 block font-${config.errorText.font} text-${config.errorText.textSize} font-${config.errorText.fontWeight} leading-none`]: {}
@@ -5686,7 +5686,7 @@ const listbox = plugin__default.withOptions(
5686
5686
  }
5687
5687
  },
5688
5688
  [`.${prefix}listbox-icon`]: {
5689
- [`@apply text-${config.icon.text} absolute start-0 top-0 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
5689
+ [`@apply text-${config.icon.text} absolute start-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
5690
5690
  },
5691
5691
  [`.${prefix}listbox-chevron`]: {
5692
5692
  [`@apply pointer-events-none absolute inset-y-0 end-0 flex items-center justify-center border-s`]: {},
@@ -7602,7 +7602,7 @@ const select = plugin__default.withOptions(
7602
7602
  [`@apply relative`]: {}
7603
7603
  },
7604
7604
  [`.${prefix}select-icon`]: {
7605
- [`@apply text-${config.icon.text} absolute start-0 top-0 z-20 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
7605
+ [`@apply text-${config.icon.text} absolute start-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
7606
7606
  },
7607
7607
  [`.${prefix}select-error-text`]: {
7608
7608
  [`@apply text-${config.errorText.text} mt-1 block font-${config.errorText.font} text-${config.errorText.textSize} font-${config.errorText.fontWeight} leading-none`]: {}
@@ -7630,7 +7630,7 @@ const select = plugin__default.withOptions(
7630
7630
  },
7631
7631
  [`.${prefix}select-chevron`]: {
7632
7632
  "@apply pointer-events-none": {},
7633
- [`@apply text-${config.select.chevron.text} absolute end-0 top-0 z-20 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
7633
+ [`@apply text-${config.select.chevron.text} absolute end-0 top-0 z-10 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
7634
7634
  },
7635
7635
  [`&.${prefix}select-multiple`]: {
7636
7636
  [`.${prefix}select`]: {
@@ -7768,32 +7768,32 @@ const select = plugin__default.withOptions(
7768
7768
  },
7769
7769
  [`&:not(.${prefix}has-icon).${prefix}select-sm`]: {
7770
7770
  [`.${prefix}select`]: {
7771
- [`@apply h-8 py-1 text-${config.select.hasNotIcon.text.sm} leading-4 px-2`]: {}
7771
+ [`@apply h-8 py-1 text-${config.select.hasNotIcon.text.sm} leading-4 ps-2 pe-7`]: {}
7772
7772
  }
7773
7773
  },
7774
7774
  [`&.${prefix}has-icon.${prefix}select-sm`]: {
7775
7775
  [`.${prefix}select`]: {
7776
- [`@apply h-8 py-1 text-${config.select.hasIcon.text.sm} leading-4 pe-3 ps-8`]: {}
7776
+ [`@apply h-8 py-1 text-${config.select.hasIcon.text.sm} leading-4 pe-7 ps-8`]: {}
7777
7777
  }
7778
7778
  },
7779
7779
  [`&:not(.${prefix}has-icon).${prefix}select-md`]: {
7780
7780
  [`.${prefix}select`]: {
7781
- [`@apply h-10 py-2 text-${config.select.hasNotIcon.text.md} leading-5 px-3`]: {}
7781
+ [`@apply h-10 py-2 text-${config.select.hasNotIcon.text.md} leading-5 ps-3 pe-8`]: {}
7782
7782
  }
7783
7783
  },
7784
7784
  [`&.${prefix}has-icon.${prefix}select-md`]: {
7785
7785
  [`.${prefix}select`]: {
7786
- [`@apply h-10 py-2 text-${config.select.hasIcon.text.md} leading-5 pe-4 ps-10`]: {}
7786
+ [`@apply h-10 py-2 text-${config.select.hasIcon.text.md} leading-5 pe-8 ps-10`]: {}
7787
7787
  }
7788
7788
  },
7789
7789
  [`&:not(.${prefix}has-icon).${prefix}select-lg`]: {
7790
7790
  [`.${prefix}select`]: {
7791
- [`@apply h-12 py-2 text-${config.select.hasNotIcon.text.lg} leading-5 px-4`]: {}
7791
+ [`@apply h-12 py-2 text-${config.select.hasNotIcon.text.lg} leading-5 ps-4 pe-9`]: {}
7792
7792
  }
7793
7793
  },
7794
7794
  [`&.${prefix}has-icon.${prefix}select-lg`]: {
7795
7795
  [`.${prefix}select`]: {
7796
- [`@apply h-12 py-2 text-${config.select.hasIcon.text.lg} leading-5 pe-4 ps-11`]: {}
7796
+ [`@apply h-12 py-2 text-${config.select.hasIcon.text.lg} leading-5 pe-9 ps-11`]: {}
7797
7797
  }
7798
7798
  },
7799
7799
  [`&.${prefix}select-label-float:not(.${prefix}has-icon).${prefix}select-sm`]: {
package/dist/preset.mjs CHANGED
@@ -480,7 +480,7 @@ const autocomplete = plugin.withOptions(
480
480
  [`@apply relative`]: {}
481
481
  },
482
482
  [`.${prefix}autocomplete-icon`]: {
483
- [`@apply text-${config.icon.text} absolute start-0 top-0 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
483
+ [`@apply text-${config.icon.text} absolute start-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
484
484
  },
485
485
  [`.${prefix}autocomplete-input`]: {
486
486
  [`@apply ${prefix}focus w-${config.input.size} font-${config.input.font} transition-all duration-${config.input.duration} disabled:cursor-not-allowed disabled:opacity-75`]: {},
@@ -4935,7 +4935,7 @@ const input = plugin.withOptions(
4935
4935
  [`@apply relative`]: {}
4936
4936
  },
4937
4937
  [`.${prefix}input-icon`]: {
4938
- [`@apply text-${config.icon.text} absolute start-0 top-0 z-20 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
4938
+ [`@apply text-${config.icon.text} absolute start-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
4939
4939
  },
4940
4940
  [`.${prefix}input-error-text`]: {
4941
4941
  [`@apply text-${config.errorText.text} mt-1 block font-${config.errorText.font} text-${config.errorText.textSize} font-${config.errorText.fontWeight} leading-none`]: {}
@@ -5676,7 +5676,7 @@ const listbox = plugin.withOptions(
5676
5676
  }
5677
5677
  },
5678
5678
  [`.${prefix}listbox-icon`]: {
5679
- [`@apply text-${config.icon.text} absolute start-0 top-0 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
5679
+ [`@apply text-${config.icon.text} absolute start-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
5680
5680
  },
5681
5681
  [`.${prefix}listbox-chevron`]: {
5682
5682
  [`@apply pointer-events-none absolute inset-y-0 end-0 flex items-center justify-center border-s`]: {},
@@ -7592,7 +7592,7 @@ const select = plugin.withOptions(
7592
7592
  [`@apply relative`]: {}
7593
7593
  },
7594
7594
  [`.${prefix}select-icon`]: {
7595
- [`@apply text-${config.icon.text} absolute start-0 top-0 z-20 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
7595
+ [`@apply text-${config.icon.text} absolute start-0 top-0 z-10 flex items-center justify-center transition-colors duration-${config.icon.duration}`]: {}
7596
7596
  },
7597
7597
  [`.${prefix}select-error-text`]: {
7598
7598
  [`@apply text-${config.errorText.text} mt-1 block font-${config.errorText.font} text-${config.errorText.textSize} font-${config.errorText.fontWeight} leading-none`]: {}
@@ -7620,7 +7620,7 @@ const select = plugin.withOptions(
7620
7620
  },
7621
7621
  [`.${prefix}select-chevron`]: {
7622
7622
  "@apply pointer-events-none": {},
7623
- [`@apply text-${config.select.chevron.text} absolute end-0 top-0 z-20 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
7623
+ [`@apply text-${config.select.chevron.text} absolute end-0 top-0 z-10 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
7624
7624
  },
7625
7625
  [`&.${prefix}select-multiple`]: {
7626
7626
  [`.${prefix}select`]: {
@@ -7758,32 +7758,32 @@ const select = plugin.withOptions(
7758
7758
  },
7759
7759
  [`&:not(.${prefix}has-icon).${prefix}select-sm`]: {
7760
7760
  [`.${prefix}select`]: {
7761
- [`@apply h-8 py-1 text-${config.select.hasNotIcon.text.sm} leading-4 px-2`]: {}
7761
+ [`@apply h-8 py-1 text-${config.select.hasNotIcon.text.sm} leading-4 ps-2 pe-7`]: {}
7762
7762
  }
7763
7763
  },
7764
7764
  [`&.${prefix}has-icon.${prefix}select-sm`]: {
7765
7765
  [`.${prefix}select`]: {
7766
- [`@apply h-8 py-1 text-${config.select.hasIcon.text.sm} leading-4 pe-3 ps-8`]: {}
7766
+ [`@apply h-8 py-1 text-${config.select.hasIcon.text.sm} leading-4 pe-7 ps-8`]: {}
7767
7767
  }
7768
7768
  },
7769
7769
  [`&:not(.${prefix}has-icon).${prefix}select-md`]: {
7770
7770
  [`.${prefix}select`]: {
7771
- [`@apply h-10 py-2 text-${config.select.hasNotIcon.text.md} leading-5 px-3`]: {}
7771
+ [`@apply h-10 py-2 text-${config.select.hasNotIcon.text.md} leading-5 ps-3 pe-8`]: {}
7772
7772
  }
7773
7773
  },
7774
7774
  [`&.${prefix}has-icon.${prefix}select-md`]: {
7775
7775
  [`.${prefix}select`]: {
7776
- [`@apply h-10 py-2 text-${config.select.hasIcon.text.md} leading-5 pe-4 ps-10`]: {}
7776
+ [`@apply h-10 py-2 text-${config.select.hasIcon.text.md} leading-5 pe-8 ps-10`]: {}
7777
7777
  }
7778
7778
  },
7779
7779
  [`&:not(.${prefix}has-icon).${prefix}select-lg`]: {
7780
7780
  [`.${prefix}select`]: {
7781
- [`@apply h-12 py-2 text-${config.select.hasNotIcon.text.lg} leading-5 px-4`]: {}
7781
+ [`@apply h-12 py-2 text-${config.select.hasNotIcon.text.lg} leading-5 ps-4 pe-9`]: {}
7782
7782
  }
7783
7783
  },
7784
7784
  [`&.${prefix}has-icon.${prefix}select-lg`]: {
7785
7785
  [`.${prefix}select`]: {
7786
- [`@apply h-12 py-2 text-${config.select.hasIcon.text.lg} leading-5 pe-4 ps-11`]: {}
7786
+ [`@apply h-12 py-2 text-${config.select.hasIcon.text.lg} leading-5 pe-9 ps-11`]: {}
7787
7787
  }
7788
7788
  },
7789
7789
  [`&.${prefix}select-label-float:not(.${prefix}has-icon).${prefix}select-sm`]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",