@shuriken-ui/tailwind 2.0.0-next.6 → 2.0.0-next.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/preset.cjs +3 -3
- package/dist/preset.d.cts +2 -2
- package/dist/preset.d.mts +2 -2
- package/dist/preset.d.ts +2 -2
- package/dist/preset.mjs +3 -3
- package/dist/shared/{tailwind.3d76501d.d.cts → tailwind.d65f80d7.d.cts} +3 -4
- package/dist/shared/{tailwind.3d76501d.d.mts → tailwind.d65f80d7.d.mts} +3 -4
- package/dist/shared/{tailwind.3d76501d.d.ts → tailwind.d65f80d7.d.ts} +3 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { S as ShurikenUIConfig } from './shared/tailwind.
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import 'tailwindcss';
|
1
|
+
import { S as ShurikenUIConfig } from './shared/tailwind.d65f80d7.cjs';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.d65f80d7.cjs';
|
4
3
|
import 'tailwindcss/types/config';
|
4
|
+
import 'tailwindcss';
|
5
5
|
import '@tailwindcss/typography';
|
6
6
|
|
7
7
|
declare function withShurikenUI(config: ShurikenUIConfig): ShurikenUIConfig;
|
package/dist/index.d.mts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { S as ShurikenUIConfig } from './shared/tailwind.
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import 'tailwindcss';
|
1
|
+
import { S as ShurikenUIConfig } from './shared/tailwind.d65f80d7.mjs';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.d65f80d7.mjs';
|
4
3
|
import 'tailwindcss/types/config';
|
4
|
+
import 'tailwindcss';
|
5
5
|
import '@tailwindcss/typography';
|
6
6
|
|
7
7
|
declare function withShurikenUI(config: ShurikenUIConfig): ShurikenUIConfig;
|
package/dist/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { S as ShurikenUIConfig } from './shared/tailwind.
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import 'tailwindcss';
|
1
|
+
import { S as ShurikenUIConfig } from './shared/tailwind.d65f80d7.js';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.d65f80d7.js';
|
4
3
|
import 'tailwindcss/types/config';
|
4
|
+
import 'tailwindcss';
|
5
5
|
import '@tailwindcss/typography';
|
6
6
|
|
7
7
|
declare function withShurikenUI(config: ShurikenUIConfig): ShurikenUIConfig;
|
package/dist/preset.cjs
CHANGED
@@ -10861,12 +10861,12 @@ const listbox = plugin__default.withOptions(
|
|
10861
10861
|
//Without:icon && Size:sm && Label:float
|
10862
10862
|
[`&.${prefix}listbox-label-float:not(.${prefix}has-icon).${prefix}listbox-sm`]: {
|
10863
10863
|
[`.${prefix}label-float`]: {
|
10864
|
-
[`@apply start-3`]: {}
|
10864
|
+
[`@apply start-3 ms-0 mt-0`]: {}
|
10865
10865
|
},
|
10866
|
-
[`.${prefix}listbox-button:focus-
|
10866
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10867
10867
|
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color} !text-${config.icon.disabled.label.float.sm.font.size}`]: {}
|
10868
10868
|
},
|
10869
|
-
[`.${prefix}listbox-button:not(:focus-
|
10869
|
+
[`.${prefix}listbox-button:not(:focus-visible) ~ .${prefix}label-float, .${prefix}listbox-button:not(:focus) ~ .${prefix}label-float`]: {
|
10870
10870
|
[`@apply ms-0 mt-0 !text-transparent`]: {}
|
10871
10871
|
}
|
10872
10872
|
},
|
package/dist/preset.d.cts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import 'tailwindcss';
|
2
1
|
import 'tailwindcss/types/config';
|
3
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.d65f80d7.cjs';
|
4
3
|
import '@tailwindcss/typography';
|
4
|
+
import 'tailwindcss';
|
package/dist/preset.d.mts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import 'tailwindcss';
|
2
1
|
import 'tailwindcss/types/config';
|
3
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.d65f80d7.mjs';
|
4
3
|
import '@tailwindcss/typography';
|
4
|
+
import 'tailwindcss';
|
package/dist/preset.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import 'tailwindcss';
|
2
1
|
import 'tailwindcss/types/config';
|
3
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.d65f80d7.js';
|
4
3
|
import '@tailwindcss/typography';
|
4
|
+
import 'tailwindcss';
|
package/dist/preset.mjs
CHANGED
@@ -10851,12 +10851,12 @@ const listbox = plugin.withOptions(
|
|
10851
10851
|
//Without:icon && Size:sm && Label:float
|
10852
10852
|
[`&.${prefix}listbox-label-float:not(.${prefix}has-icon).${prefix}listbox-sm`]: {
|
10853
10853
|
[`.${prefix}label-float`]: {
|
10854
|
-
[`@apply start-3`]: {}
|
10854
|
+
[`@apply start-3 ms-0 mt-0`]: {}
|
10855
10855
|
},
|
10856
|
-
[`.${prefix}listbox-button:focus-
|
10856
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10857
10857
|
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color} !text-${config.icon.disabled.label.float.sm.font.size}`]: {}
|
10858
10858
|
},
|
10859
|
-
[`.${prefix}listbox-button:not(:focus-
|
10859
|
+
[`.${prefix}listbox-button:not(:focus-visible) ~ .${prefix}label-float, .${prefix}listbox-button:not(:focus) ~ .${prefix}label-float`]: {
|
10860
10860
|
[`@apply ms-0 mt-0 !text-transparent`]: {}
|
10861
10861
|
}
|
10862
10862
|
},
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import * as tailwindcss from 'tailwindcss';
|
2
|
-
import { Config } from 'tailwindcss';
|
3
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
|
+
import { Config } from 'tailwindcss';
|
4
3
|
import typography from '@tailwindcss/typography';
|
5
4
|
|
6
5
|
declare const key$P: "accordion";
|
@@ -8016,7 +8015,7 @@ declare function createPreset(options?: PluginOption): {
|
|
8016
8015
|
content: never[];
|
8017
8016
|
plugins: (typeof typography | {
|
8018
8017
|
handler: tailwindcss_types_config.PluginCreator;
|
8019
|
-
config?: Partial<
|
8018
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8020
8019
|
})[];
|
8021
8020
|
theme: {
|
8022
8021
|
fontFamily: {
|
@@ -8206,7 +8205,7 @@ declare const preset: {
|
|
8206
8205
|
content: never[];
|
8207
8206
|
plugins: (typeof typography | {
|
8208
8207
|
handler: tailwindcss_types_config.PluginCreator;
|
8209
|
-
config?: Partial<
|
8208
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8210
8209
|
})[];
|
8211
8210
|
theme: {
|
8212
8211
|
fontFamily: {
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import * as tailwindcss from 'tailwindcss';
|
2
|
-
import { Config } from 'tailwindcss';
|
3
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
|
+
import { Config } from 'tailwindcss';
|
4
3
|
import typography from '@tailwindcss/typography';
|
5
4
|
|
6
5
|
declare const key$P: "accordion";
|
@@ -8016,7 +8015,7 @@ declare function createPreset(options?: PluginOption): {
|
|
8016
8015
|
content: never[];
|
8017
8016
|
plugins: (typeof typography | {
|
8018
8017
|
handler: tailwindcss_types_config.PluginCreator;
|
8019
|
-
config?: Partial<
|
8018
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8020
8019
|
})[];
|
8021
8020
|
theme: {
|
8022
8021
|
fontFamily: {
|
@@ -8206,7 +8205,7 @@ declare const preset: {
|
|
8206
8205
|
content: never[];
|
8207
8206
|
plugins: (typeof typography | {
|
8208
8207
|
handler: tailwindcss_types_config.PluginCreator;
|
8209
|
-
config?: Partial<
|
8208
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8210
8209
|
})[];
|
8211
8210
|
theme: {
|
8212
8211
|
fontFamily: {
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import * as tailwindcss from 'tailwindcss';
|
2
|
-
import { Config } from 'tailwindcss';
|
3
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
|
+
import { Config } from 'tailwindcss';
|
4
3
|
import typography from '@tailwindcss/typography';
|
5
4
|
|
6
5
|
declare const key$P: "accordion";
|
@@ -8016,7 +8015,7 @@ declare function createPreset(options?: PluginOption): {
|
|
8016
8015
|
content: never[];
|
8017
8016
|
plugins: (typeof typography | {
|
8018
8017
|
handler: tailwindcss_types_config.PluginCreator;
|
8019
|
-
config?: Partial<
|
8018
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8020
8019
|
})[];
|
8021
8020
|
theme: {
|
8022
8021
|
fontFamily: {
|
@@ -8206,7 +8205,7 @@ declare const preset: {
|
|
8206
8205
|
content: never[];
|
8207
8206
|
plugins: (typeof typography | {
|
8208
8207
|
handler: tailwindcss_types_config.PluginCreator;
|
8209
|
-
config?: Partial<
|
8208
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8210
8209
|
})[];
|
8211
8210
|
theme: {
|
8212
8211
|
fontFamily: {
|