@shuriken-ui/tailwind 1.0.1 → 1.0.2

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 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,11 +7,11 @@ declare const _default: {
7
7
  presets: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
- plugins: (typeof typography | {
11
- handler: () => void;
12
- } | {
10
+ plugins: ({
13
11
  handler: tailwindcss_types_config.PluginCreator;
14
12
  config?: Partial<Config> | undefined;
13
+ } | typeof typography | {
14
+ handler: () => void;
15
15
  })[];
16
16
  theme: {
17
17
  fontFamily: {
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,11 +7,11 @@ declare const _default: {
7
7
  presets: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
- plugins: (typeof typography | {
11
- handler: () => void;
12
- } | {
10
+ plugins: ({
13
11
  handler: tailwindcss_types_config.PluginCreator;
14
12
  config?: Partial<Config> | undefined;
13
+ } | typeof typography | {
14
+ handler: () => void;
15
15
  })[];
16
16
  theme: {
17
17
  fontFamily: {
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,11 +7,11 @@ declare const _default: {
7
7
  presets: {
8
8
  darkMode: "class";
9
9
  content: never[];
10
- plugins: (typeof typography | {
11
- handler: () => void;
12
- } | {
10
+ plugins: ({
13
11
  handler: tailwindcss_types_config.PluginCreator;
14
12
  config?: Partial<Config> | undefined;
13
+ } | typeof typography | {
14
+ handler: () => void;
15
15
  })[];
16
16
  theme: {
17
17
  fontFamily: {
package/dist/preset.cjs CHANGED
@@ -705,6 +705,9 @@ const autocomplete = plugin__default.withOptions(
705
705
  [`&.${prefix}autocomplete-label-float`]: {
706
706
  [`.${prefix}autocomplete-input`]: {
707
707
  [`@apply placeholder:text-transparent dark:placeholder:text-transparent`]: {}
708
+ },
709
+ [`.${prefix}autocomplete-multiple .${prefix}autocomplete-multiple-list`]: {
710
+ [`@apply mb-6`]: {}
708
711
  }
709
712
  },
710
713
  [`&.${prefix}autocomplete-error`]: {
@@ -8166,7 +8169,9 @@ const defaultTabSliderConfig = {
8166
8169
  },
8167
8170
  item: {
8168
8171
  notActiveText: "muted-400",
8169
- activeText: "white"
8172
+ activeText: "white",
8173
+ fontSize: "sm",
8174
+ fontFamily: "sans"
8170
8175
  },
8171
8176
  naver: {
8172
8177
  bg: "primary-500",
@@ -8210,6 +8215,7 @@ const tabSlider = plugin__default.withOptions(
8210
8215
  },
8211
8216
  [`.${prefix}tab-slider-item`]: {
8212
8217
  [`@apply relative z-20 flex h-full flex-1 items-center justify-center`]: {},
8218
+ [`@apply text-${config.item.fontSize} font-${config.item.fontFamily}`]: {},
8213
8219
  [`&:not(.${prefix}active)`]: {
8214
8220
  [`@apply text-${config.item.notActiveText}`]: {}
8215
8221
  },
package/dist/preset.mjs CHANGED
@@ -694,6 +694,9 @@ const autocomplete = plugin.withOptions(
694
694
  [`&.${prefix}autocomplete-label-float`]: {
695
695
  [`.${prefix}autocomplete-input`]: {
696
696
  [`@apply placeholder:text-transparent dark:placeholder:text-transparent`]: {}
697
+ },
698
+ [`.${prefix}autocomplete-multiple .${prefix}autocomplete-multiple-list`]: {
699
+ [`@apply mb-6`]: {}
697
700
  }
698
701
  },
699
702
  [`&.${prefix}autocomplete-error`]: {
@@ -8155,7 +8158,9 @@ const defaultTabSliderConfig = {
8155
8158
  },
8156
8159
  item: {
8157
8160
  notActiveText: "muted-400",
8158
- activeText: "white"
8161
+ activeText: "white",
8162
+ fontSize: "sm",
8163
+ fontFamily: "sans"
8159
8164
  },
8160
8165
  naver: {
8161
8166
  bg: "primary-500",
@@ -8199,6 +8204,7 @@ const tabSlider = plugin.withOptions(
8199
8204
  },
8200
8205
  [`.${prefix}tab-slider-item`]: {
8201
8206
  [`@apply relative z-20 flex h-full flex-1 items-center justify-center`]: {},
8207
+ [`@apply text-${config.item.fontSize} font-${config.item.fontFamily}`]: {},
8202
8208
  [`&:not(.${prefix}active)`]: {
8203
8209
  [`@apply text-${config.item.notActiveText}`]: {}
8204
8210
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",