@shuriken-ui/tailwind 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/config.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import * as typography from '@tailwindcss/typography';
2
1
  import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
+ import * as typography from '@tailwindcss/typography';
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: ({
10
+ plugins: (typeof typography | {
11
11
  handler: tailwindcss_types_config.PluginCreator;
12
12
  config?: Partial<Config> | undefined;
13
- } | typeof typography)[];
13
+ })[];
14
14
  theme: {
15
15
  fontFamily: {
16
16
  sans: string[];
package/dist/config.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import * as typography from '@tailwindcss/typography';
2
1
  import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
+ import * as typography from '@tailwindcss/typography';
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: ({
10
+ plugins: (typeof typography | {
11
11
  handler: tailwindcss_types_config.PluginCreator;
12
12
  config?: Partial<Config> | undefined;
13
- } | typeof typography)[];
13
+ })[];
14
14
  theme: {
15
15
  fontFamily: {
16
16
  sans: string[];
package/dist/config.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import * as typography from '@tailwindcss/typography';
2
1
  import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
+ import * as typography from '@tailwindcss/typography';
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: ({
10
+ plugins: (typeof typography | {
11
11
  handler: tailwindcss_types_config.PluginCreator;
12
12
  config?: Partial<Config> | undefined;
13
- } | typeof typography)[];
13
+ })[];
14
14
  theme: {
15
15
  fontFamily: {
16
16
  sans: string[];
package/dist/preset.cjs CHANGED
@@ -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
@@ -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.5",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",