@shuriken-ui/tailwind 1.2.3 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/config.cjs CHANGED
@@ -4,7 +4,6 @@ const preset = require('./preset.cjs');
4
4
  require('tailwindcss/defaultTheme');
5
5
  require('tailwindcss/colors');
6
6
  require('@tailwindcss/typography');
7
- require('@tailwindcss/aspect-ratio');
8
7
  require('@tailwindcss/container-queries');
9
8
  require('tailwindcss/plugin');
10
9
  require('defu');
package/dist/config.d.cts CHANGED
@@ -8,8 +8,6 @@ declare const _default: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
10
  plugins: (typeof typography | {
11
- handler: () => void;
12
- } | {
13
11
  handler: tailwindcss_types_config.PluginCreator;
14
12
  config?: Partial<Config> | undefined;
15
13
  })[];
package/dist/config.d.mts CHANGED
@@ -8,8 +8,6 @@ declare const _default: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
10
  plugins: (typeof typography | {
11
- handler: () => void;
12
- } | {
13
11
  handler: tailwindcss_types_config.PluginCreator;
14
12
  config?: Partial<Config> | undefined;
15
13
  })[];
package/dist/config.d.ts CHANGED
@@ -8,8 +8,6 @@ declare const _default: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
10
  plugins: (typeof typography | {
11
- handler: () => void;
12
- } | {
13
11
  handler: tailwindcss_types_config.PluginCreator;
14
12
  config?: Partial<Config> | undefined;
15
13
  })[];
package/dist/config.mjs CHANGED
@@ -2,7 +2,6 @@ import { preset } from './preset.mjs';
2
2
  import 'tailwindcss/defaultTheme';
3
3
  import 'tailwindcss/colors';
4
4
  import '@tailwindcss/typography';
5
- import '@tailwindcss/aspect-ratio';
6
5
  import '@tailwindcss/container-queries';
7
6
  import 'tailwindcss/plugin';
8
7
  import 'defu';
package/dist/index.cjs CHANGED
@@ -4,7 +4,6 @@ const preset = require('./preset.cjs');
4
4
  require('tailwindcss/defaultTheme');
5
5
  require('tailwindcss/colors');
6
6
  require('@tailwindcss/typography');
7
- require('@tailwindcss/aspect-ratio');
8
7
  require('@tailwindcss/container-queries');
9
8
  require('tailwindcss/plugin');
10
9
  require('defu');
package/dist/index.mjs CHANGED
@@ -3,7 +3,6 @@ export { createPreset } from './preset.mjs';
3
3
  import 'tailwindcss/defaultTheme';
4
4
  import 'tailwindcss/colors';
5
5
  import '@tailwindcss/typography';
6
- import '@tailwindcss/aspect-ratio';
7
6
  import '@tailwindcss/container-queries';
8
7
  import 'tailwindcss/plugin';
9
8
  import 'defu';
package/dist/preset.cjs CHANGED
@@ -3,7 +3,6 @@
3
3
  const defaultTheme = require('tailwindcss/defaultTheme');
4
4
  const colors = require('tailwindcss/colors');
5
5
  const typography = require('@tailwindcss/typography');
6
- const aspectRatio = require('@tailwindcss/aspect-ratio');
7
6
  const containerQueries = require('@tailwindcss/container-queries');
8
7
  const plugin = require('tailwindcss/plugin');
9
8
  const defu = require('defu');
@@ -13,7 +12,6 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
12
  const defaultTheme__default = /*#__PURE__*/_interopDefaultCompat(defaultTheme);
14
13
  const colors__default = /*#__PURE__*/_interopDefaultCompat(colors);
15
14
  const typography__default = /*#__PURE__*/_interopDefaultCompat(typography);
16
- const aspectRatio__default = /*#__PURE__*/_interopDefaultCompat(aspectRatio);
17
15
  const containerQueries__default = /*#__PURE__*/_interopDefaultCompat(containerQueries);
18
16
  const plugin__default = /*#__PURE__*/_interopDefaultCompat(plugin);
19
17
 
@@ -7770,32 +7768,32 @@ const select = plugin__default.withOptions(
7770
7768
  },
7771
7769
  [`&:not(.${prefix}has-icon).${prefix}select-sm`]: {
7772
7770
  [`.${prefix}select`]: {
7773
- [`@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`]: {}
7774
7772
  }
7775
7773
  },
7776
7774
  [`&.${prefix}has-icon.${prefix}select-sm`]: {
7777
7775
  [`.${prefix}select`]: {
7778
- [`@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`]: {}
7779
7777
  }
7780
7778
  },
7781
7779
  [`&:not(.${prefix}has-icon).${prefix}select-md`]: {
7782
7780
  [`.${prefix}select`]: {
7783
- [`@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`]: {}
7784
7782
  }
7785
7783
  },
7786
7784
  [`&.${prefix}has-icon.${prefix}select-md`]: {
7787
7785
  [`.${prefix}select`]: {
7788
- [`@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`]: {}
7789
7787
  }
7790
7788
  },
7791
7789
  [`&:not(.${prefix}has-icon).${prefix}select-lg`]: {
7792
7790
  [`.${prefix}select`]: {
7793
- [`@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`]: {}
7794
7792
  }
7795
7793
  },
7796
7794
  [`&.${prefix}has-icon.${prefix}select-lg`]: {
7797
7795
  [`.${prefix}select`]: {
7798
- [`@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`]: {}
7799
7797
  }
7800
7798
  },
7801
7799
  [`&.${prefix}select-label-float:not(.${prefix}has-icon).${prefix}select-sm`]: {
@@ -10150,7 +10148,6 @@ function createPreset(options = {}) {
10150
10148
  content: [],
10151
10149
  plugins: [
10152
10150
  typography__default,
10153
- aspectRatio__default,
10154
10151
  containerQueries__default,
10155
10152
  shurikenUIBase,
10156
10153
  shurikenUIComponents(options),
package/dist/preset.d.cts CHANGED
@@ -11,8 +11,6 @@ declare function createPreset(options?: PluginOption): {
11
11
  darkMode: "class";
12
12
  content: never[];
13
13
  plugins: (typeof typography__default | {
14
- handler: () => void;
15
- } | {
16
14
  handler: tailwindcss_types_config.PluginCreator;
17
15
  config?: Partial<Config> | undefined;
18
16
  })[];
@@ -202,8 +200,6 @@ declare const preset: {
202
200
  darkMode: "class";
203
201
  content: never[];
204
202
  plugins: (typeof typography__default | {
205
- handler: () => void;
206
- } | {
207
203
  handler: tailwindcss_types_config.PluginCreator;
208
204
  config?: Partial<Config> | undefined;
209
205
  })[];
package/dist/preset.d.mts CHANGED
@@ -11,8 +11,6 @@ declare function createPreset(options?: PluginOption): {
11
11
  darkMode: "class";
12
12
  content: never[];
13
13
  plugins: (typeof typography__default | {
14
- handler: () => void;
15
- } | {
16
14
  handler: tailwindcss_types_config.PluginCreator;
17
15
  config?: Partial<Config> | undefined;
18
16
  })[];
@@ -202,8 +200,6 @@ declare const preset: {
202
200
  darkMode: "class";
203
201
  content: never[];
204
202
  plugins: (typeof typography__default | {
205
- handler: () => void;
206
- } | {
207
203
  handler: tailwindcss_types_config.PluginCreator;
208
204
  config?: Partial<Config> | undefined;
209
205
  })[];
package/dist/preset.d.ts CHANGED
@@ -11,8 +11,6 @@ declare function createPreset(options?: PluginOption): {
11
11
  darkMode: "class";
12
12
  content: never[];
13
13
  plugins: (typeof typography__default | {
14
- handler: () => void;
15
- } | {
16
14
  handler: tailwindcss_types_config.PluginCreator;
17
15
  config?: Partial<Config> | undefined;
18
16
  })[];
@@ -202,8 +200,6 @@ declare const preset: {
202
200
  darkMode: "class";
203
201
  content: never[];
204
202
  plugins: (typeof typography__default | {
205
- handler: () => void;
206
- } | {
207
203
  handler: tailwindcss_types_config.PluginCreator;
208
204
  config?: Partial<Config> | undefined;
209
205
  })[];
package/dist/preset.mjs CHANGED
@@ -1,7 +1,6 @@
1
1
  import defaultTheme from 'tailwindcss/defaultTheme';
2
2
  import colors from 'tailwindcss/colors';
3
3
  import typography from '@tailwindcss/typography';
4
- import aspectRatio from '@tailwindcss/aspect-ratio';
5
4
  import containerQueries from '@tailwindcss/container-queries';
6
5
  import plugin from 'tailwindcss/plugin';
7
6
  import { defu } from 'defu';
@@ -7759,32 +7758,32 @@ const select = plugin.withOptions(
7759
7758
  },
7760
7759
  [`&:not(.${prefix}has-icon).${prefix}select-sm`]: {
7761
7760
  [`.${prefix}select`]: {
7762
- [`@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`]: {}
7763
7762
  }
7764
7763
  },
7765
7764
  [`&.${prefix}has-icon.${prefix}select-sm`]: {
7766
7765
  [`.${prefix}select`]: {
7767
- [`@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`]: {}
7768
7767
  }
7769
7768
  },
7770
7769
  [`&:not(.${prefix}has-icon).${prefix}select-md`]: {
7771
7770
  [`.${prefix}select`]: {
7772
- [`@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`]: {}
7773
7772
  }
7774
7773
  },
7775
7774
  [`&.${prefix}has-icon.${prefix}select-md`]: {
7776
7775
  [`.${prefix}select`]: {
7777
- [`@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`]: {}
7778
7777
  }
7779
7778
  },
7780
7779
  [`&:not(.${prefix}has-icon).${prefix}select-lg`]: {
7781
7780
  [`.${prefix}select`]: {
7782
- [`@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`]: {}
7783
7782
  }
7784
7783
  },
7785
7784
  [`&.${prefix}has-icon.${prefix}select-lg`]: {
7786
7785
  [`.${prefix}select`]: {
7787
- [`@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`]: {}
7788
7787
  }
7789
7788
  },
7790
7789
  [`&.${prefix}select-label-float:not(.${prefix}has-icon).${prefix}select-sm`]: {
@@ -10139,7 +10138,6 @@ function createPreset(options = {}) {
10139
10138
  content: [],
10140
10139
  plugins: [
10141
10140
  typography,
10142
- aspectRatio,
10143
10141
  containerQueries,
10144
10142
  shurikenUIBase,
10145
10143
  shurikenUIComponents(options),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.2.3",
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",
@@ -65,9 +65,8 @@
65
65
  "prepare": "simple-git-hooks"
66
66
  },
67
67
  "dependencies": {
68
- "@tailwindcss/aspect-ratio": "^0.4.2",
69
68
  "@tailwindcss/container-queries": "^0.1.1",
70
- "@tailwindcss/typography": "^0.5.9",
69
+ "@tailwindcss/typography": "^0.5.10",
71
70
  "defu": "^6.1.2",
72
71
  "tailwindcss": "^3.3.3"
73
72
  },
@@ -96,7 +95,7 @@
96
95
  "lint-staged": "^14.0.1",
97
96
  "lit": "^2.8.0",
98
97
  "npm-run-all": "^4.1.5",
99
- "postcss": "^8.4.28",
98
+ "postcss": "^8.4.31",
100
99
  "prettier": "^3.0.2",
101
100
  "react": "^18.2.0",
102
101
  "react-dom": "^18.2.0",