@shuriken-ui/tailwind 1.2.5 → 1.2.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/config.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
1
  import * as typography from '@tailwindcss/typography';
2
+ import * as tailwindcss_types_config from 'tailwindcss/types/config';
3
3
  import { Config } from 'tailwindcss';
4
4
 
5
5
  declare const _default: {
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  presets: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
- plugins: (typeof typography | {
10
+ plugins: ({
11
11
  handler: tailwindcss_types_config.PluginCreator;
12
12
  config?: Partial<Config> | undefined;
13
- })[];
13
+ } | typeof typography)[];
14
14
  theme: {
15
15
  fontFamily: {
16
16
  sans: string[];
package/dist/config.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
1
  import * as typography from '@tailwindcss/typography';
2
+ import * as tailwindcss_types_config from 'tailwindcss/types/config';
3
3
  import { Config } from 'tailwindcss';
4
4
 
5
5
  declare const _default: {
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  presets: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
- plugins: (typeof typography | {
10
+ plugins: ({
11
11
  handler: tailwindcss_types_config.PluginCreator;
12
12
  config?: Partial<Config> | undefined;
13
- })[];
13
+ } | typeof typography)[];
14
14
  theme: {
15
15
  fontFamily: {
16
16
  sans: string[];
package/dist/config.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
1
  import * as typography from '@tailwindcss/typography';
2
+ import * as tailwindcss_types_config from 'tailwindcss/types/config';
3
3
  import { Config } from 'tailwindcss';
4
4
 
5
5
  declare const _default: {
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  presets: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
- plugins: (typeof typography | {
10
+ plugins: ({
11
11
  handler: tailwindcss_types_config.PluginCreator;
12
12
  config?: Partial<Config> | undefined;
13
- })[];
13
+ } | typeof typography)[];
14
14
  theme: {
15
15
  fontFamily: {
16
16
  sans: string[];
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`]: {
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`]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.2.5",
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",