@shuriken-ui/tailwind 2.0.0-next.10 → 2.0.0-next.11

Sign up to get free protection for your applications and to get access to all the features.
package/dist/preset.cjs CHANGED
@@ -5287,7 +5287,7 @@ const defaultConfig$H = {
5287
5287
  dark: "muted-950"
5288
5288
  },
5289
5289
  border: {
5290
- light: "muted-200",
5290
+ light: "muted-300",
5291
5291
  dark: "muted-800"
5292
5292
  }
5293
5293
  },
@@ -10731,7 +10731,7 @@ const listbox = plugin__default.withOptions(
10731
10731
  //Listbox:options
10732
10732
  [`.${prefix}listbox-options`]: {
10733
10733
  //Background
10734
- [`@apply dark:bg-${config.color.defaultContrast.option.background.light} bg-${config.color.defaultContrast.option.background.dark}`]: {},
10734
+ [`@apply bg-${config.color.defaultContrast.option.background.light} dark:bg-${config.color.defaultContrast.option.background.dark}`]: {},
10735
10735
  //Border
10736
10736
  [`@apply border border-${config.color.defaultContrast.option.border.light} dark:border-${config.color.defaultContrast.option.border.dark}`]: {}
10737
10737
  }
@@ -10783,7 +10783,7 @@ const listbox = plugin__default.withOptions(
10783
10783
  //Listbox:options
10784
10784
  [`.${prefix}listbox-options`]: {
10785
10785
  //Background
10786
- [`@apply dark:bg-${config.color.mutedContrast.option.background.light} bg-${config.color.mutedContrast.option.background.dark}`]: {},
10786
+ [`@apply bg-${config.color.mutedContrast.option.background.light} dark:bg-${config.color.mutedContrast.option.background.dark}`]: {},
10787
10787
  //Border
10788
10788
  [`@apply border border-${config.color.mutedContrast.option.border.light} dark:border-${config.color.mutedContrast.option.border.dark}`]: {}
10789
10789
  }
@@ -16184,7 +16184,7 @@ const textarea = plugin__default.withOptions(
16184
16184
  },
16185
16185
  //Textarea
16186
16186
  [`.${prefix}textarea`]: {
16187
- [`@apply ${prefix}focus w-${config.textarea.width} enabled:cursor-default cursor-not-allowed`]: {},
16187
+ [`@apply ${prefix}focus w-${config.textarea.width} enabled:cursor-text cursor-not-allowed`]: {},
16188
16188
  //Focus:label:float
16189
16189
  [`&:focus-visible ~ .${prefix}label-float`]: {
16190
16190
  [`@apply !text-${config.label.float.font.color} dark:!text-${config.label.float.font.color}`]: {}
package/dist/preset.mjs CHANGED
@@ -5277,7 +5277,7 @@ const defaultConfig$H = {
5277
5277
  dark: "muted-950"
5278
5278
  },
5279
5279
  border: {
5280
- light: "muted-200",
5280
+ light: "muted-300",
5281
5281
  dark: "muted-800"
5282
5282
  }
5283
5283
  },
@@ -10721,7 +10721,7 @@ const listbox = plugin.withOptions(
10721
10721
  //Listbox:options
10722
10722
  [`.${prefix}listbox-options`]: {
10723
10723
  //Background
10724
- [`@apply dark:bg-${config.color.defaultContrast.option.background.light} bg-${config.color.defaultContrast.option.background.dark}`]: {},
10724
+ [`@apply bg-${config.color.defaultContrast.option.background.light} dark:bg-${config.color.defaultContrast.option.background.dark}`]: {},
10725
10725
  //Border
10726
10726
  [`@apply border border-${config.color.defaultContrast.option.border.light} dark:border-${config.color.defaultContrast.option.border.dark}`]: {}
10727
10727
  }
@@ -10773,7 +10773,7 @@ const listbox = plugin.withOptions(
10773
10773
  //Listbox:options
10774
10774
  [`.${prefix}listbox-options`]: {
10775
10775
  //Background
10776
- [`@apply dark:bg-${config.color.mutedContrast.option.background.light} bg-${config.color.mutedContrast.option.background.dark}`]: {},
10776
+ [`@apply bg-${config.color.mutedContrast.option.background.light} dark:bg-${config.color.mutedContrast.option.background.dark}`]: {},
10777
10777
  //Border
10778
10778
  [`@apply border border-${config.color.mutedContrast.option.border.light} dark:border-${config.color.mutedContrast.option.border.dark}`]: {}
10779
10779
  }
@@ -16174,7 +16174,7 @@ const textarea = plugin.withOptions(
16174
16174
  },
16175
16175
  //Textarea
16176
16176
  [`.${prefix}textarea`]: {
16177
- [`@apply ${prefix}focus w-${config.textarea.width} enabled:cursor-default cursor-not-allowed`]: {},
16177
+ [`@apply ${prefix}focus w-${config.textarea.width} enabled:cursor-text cursor-not-allowed`]: {},
16178
16178
  //Focus:label:float
16179
16179
  [`&:focus-visible ~ .${prefix}label-float`]: {
16180
16180
  [`@apply !text-${config.label.float.font.color} dark:!text-${config.label.float.font.color}`]: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "2.0.0-next.10",
3
+ "version": "2.0.0-next.11",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",