@shuriken-ui/tailwind 2.0.0-next.0 → 2.0.0-next.10
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/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/preset.cjs +45 -43
- 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 +45 -43
- package/dist/shared/{tailwind.8efc2b9e.d.cts → tailwind.d65f80d7.d.cts} +3 -8
- package/dist/shared/{tailwind.8efc2b9e.d.mts → tailwind.d65f80d7.d.mts} +3 -8
- package/dist/shared/{tailwind.8efc2b9e.d.ts → tailwind.d65f80d7.d.ts} +3 -8
- 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
@@ -1290,11 +1290,7 @@ const defaultConfig$P = {
|
|
1290
1290
|
},
|
1291
1291
|
img: {
|
1292
1292
|
size: "full",
|
1293
|
-
shadow: "sm"
|
1294
|
-
border: {
|
1295
|
-
light: "transparent",
|
1296
|
-
dark: "transparent"
|
1297
|
-
}
|
1293
|
+
shadow: "sm"
|
1298
1294
|
},
|
1299
1295
|
text: {
|
1300
1296
|
font: {
|
@@ -1674,8 +1670,6 @@ const avatar = plugin__default.withOptions(
|
|
1674
1670
|
[`@apply object-cover`]: {},
|
1675
1671
|
//Size & Radius
|
1676
1672
|
[`@apply h-${config.img.size} max-h-${config.img.size} w-${config.img.size} max-w-${config.img.size}`]: {},
|
1677
|
-
//Border
|
1678
|
-
[`@apply border border-${config.img.border.light} dark:border-${config.img.border.dark}`]: {},
|
1679
1673
|
//Shadow
|
1680
1674
|
[`@apply shadow-${config.img.shadow}`]: {}
|
1681
1675
|
},
|
@@ -4343,7 +4337,7 @@ const defaultConfig$I = {
|
|
4343
4337
|
},
|
4344
4338
|
dark: {
|
4345
4339
|
base: "transparent",
|
4346
|
-
hover: "
|
4340
|
+
hover: "white",
|
4347
4341
|
active: "muted-700",
|
4348
4342
|
focus: "muted-800"
|
4349
4343
|
}
|
@@ -4415,7 +4409,7 @@ const defaultConfig$I = {
|
|
4415
4409
|
background: {
|
4416
4410
|
light: {
|
4417
4411
|
base: "transparent",
|
4418
|
-
hover: "
|
4412
|
+
hover: "muted-300",
|
4419
4413
|
active: "muted-400",
|
4420
4414
|
focus: "muted-300"
|
4421
4415
|
},
|
@@ -5389,63 +5383,63 @@ const card = plugin__default.withOptions(
|
|
5389
5383
|
//Color:white
|
5390
5384
|
[`&.${prefix}card-white`]: {
|
5391
5385
|
//Border
|
5392
|
-
[`@apply border border-${config.color.white.border.light} dark:border-${config.color.white.border.
|
5386
|
+
[`@apply border border-${config.color.white.border.light} dark:border-${config.color.white.border.dark}`]: {},
|
5393
5387
|
//Background
|
5394
5388
|
[`@apply bg-${config.color.white.background.light} dark:bg-${config.color.white.background.dark}`]: {}
|
5395
5389
|
},
|
5396
5390
|
//Color:whiteContrast
|
5397
5391
|
[`&.${prefix}card-white-contrast`]: {
|
5398
5392
|
//Border
|
5399
|
-
[`@apply border border-${config.color.whiteContrast.border.light} dark:border-${config.color.whiteContrast.border.
|
5393
|
+
[`@apply border border-${config.color.whiteContrast.border.light} dark:border-${config.color.whiteContrast.border.dark}`]: {},
|
5400
5394
|
//Background
|
5401
5395
|
[`@apply bg-${config.color.whiteContrast.background.light} dark:bg-${config.color.whiteContrast.background.dark}`]: {}
|
5402
5396
|
},
|
5403
5397
|
//Color:muted
|
5404
5398
|
[`&.${prefix}card-muted`]: {
|
5405
5399
|
//Border
|
5406
|
-
[`@apply border border-${config.color.muted.border.light} dark:border-${config.color.muted.border.
|
5400
|
+
[`@apply border border-${config.color.muted.border.light} dark:border-${config.color.muted.border.dark}`]: {},
|
5407
5401
|
//Background
|
5408
5402
|
[`@apply bg-${config.color.muted.background.light} dark:bg-${config.color.muted.background.dark}`]: {}
|
5409
5403
|
},
|
5410
5404
|
//Color:mutedContrast
|
5411
5405
|
[`&.${prefix}card-muted-contrast`]: {
|
5412
5406
|
//Border
|
5413
|
-
[`@apply border border-${config.color.mutedContrast.border.light} dark:border-${config.color.mutedContrast.border.
|
5407
|
+
[`@apply border border-${config.color.mutedContrast.border.light} dark:border-${config.color.mutedContrast.border.dark}`]: {},
|
5414
5408
|
//Background
|
5415
5409
|
[`@apply bg-${config.color.mutedContrast.background.light} dark:bg-${config.color.mutedContrast.background.dark}`]: {}
|
5416
5410
|
},
|
5417
5411
|
//Color:primary
|
5418
5412
|
[`&.${prefix}card-primary`]: {
|
5419
5413
|
//Border
|
5420
|
-
[`@apply border border-${config.color.primary.border.light} dark:border-${config.color.primary.border.
|
5414
|
+
[`@apply border border-${config.color.primary.border.light} dark:border-${config.color.primary.border.dark}`]: {},
|
5421
5415
|
//Background
|
5422
5416
|
[`@apply bg-${config.color.primary.background.light} dark:bg-${config.color.primary.background.dark}`]: {}
|
5423
5417
|
},
|
5424
5418
|
//Color:info
|
5425
5419
|
[`&.${prefix}card-info`]: {
|
5426
5420
|
//Border
|
5427
|
-
[`@apply border border-${config.color.info.border.light} dark:border-${config.color.info.border.
|
5421
|
+
[`@apply border border-${config.color.info.border.light} dark:border-${config.color.info.border.dark}`]: {},
|
5428
5422
|
//Background
|
5429
5423
|
[`@apply bg-${config.color.info.background.light} dark:bg-${config.color.info.background.dark}`]: {}
|
5430
5424
|
},
|
5431
5425
|
//Color:success
|
5432
5426
|
[`&.${prefix}card-success`]: {
|
5433
5427
|
//Border
|
5434
|
-
[`@apply border border-${config.color.success.border.light} dark:border-${config.color.success.border.
|
5428
|
+
[`@apply border border-${config.color.success.border.light} dark:border-${config.color.success.border.dark}`]: {},
|
5435
5429
|
//Background
|
5436
5430
|
[`@apply bg-${config.color.success.background.light} dark:bg-${config.color.success.background.dark}`]: {}
|
5437
5431
|
},
|
5438
5432
|
//Color:warning
|
5439
5433
|
[`&.${prefix}card-warning`]: {
|
5440
5434
|
//Border
|
5441
|
-
[`@apply border border-${config.color.warning.border.light} dark:border-${config.color.warning.border.
|
5435
|
+
[`@apply border border-${config.color.warning.border.light} dark:border-${config.color.warning.border.dark}`]: {},
|
5442
5436
|
//Background
|
5443
5437
|
[`@apply bg-${config.color.warning.background.light} dark:bg-${config.color.warning.background.dark}`]: {}
|
5444
5438
|
},
|
5445
5439
|
//Color:danger
|
5446
5440
|
[`&.${prefix}card-danger`]: {
|
5447
5441
|
//Border
|
5448
|
-
[`@apply border border-${config.color.danger.border.light} dark:border-${config.color.danger.border.
|
5442
|
+
[`@apply border border-${config.color.danger.border.light} dark:border-${config.color.danger.border.dark}`]: {},
|
5449
5443
|
//Background
|
5450
5444
|
[`@apply bg-${config.color.danger.background.light} dark:bg-${config.color.danger.background.dark}`]: {}
|
5451
5445
|
},
|
@@ -5600,7 +5594,7 @@ const checkbox = plugin__default.withOptions(
|
|
5600
5594
|
[`.${prefix}checkbox-inner`]: {
|
5601
5595
|
[`@apply absolute start-0 top-0 z-0 h-${config.inner.size} w-${config.inner.size}`]: {},
|
5602
5596
|
//Background
|
5603
|
-
[`@apply bg-${config.inner.background.light} dark:bg-${config.inner.background.
|
5597
|
+
[`@apply bg-${config.inner.background.light} dark:bg-${config.inner.background.dark}`]: {},
|
5604
5598
|
//Border
|
5605
5599
|
[`@apply border-2 border-${config.inner.border.light} dark:border-${config.inner.border.dark}`]: {}
|
5606
5600
|
},
|
@@ -5832,7 +5826,11 @@ const dropdownItem = plugin__default.withOptions(
|
|
5832
5826
|
},
|
5833
5827
|
//Color:default
|
5834
5828
|
[`&.${prefix}item-default`]: {
|
5835
|
-
|
5829
|
+
//Background:hover
|
5830
|
+
[`@apply hover:bg-${config.color.default.background.light} dark:hover:bg-${config.color.default.background.dark}`]: {},
|
5831
|
+
//Font:hover
|
5832
|
+
[`@apply hover:text-${config.color.default.font.color.light} dark:hover:text-${config.color.default.font.color.dark}`]: {},
|
5833
|
+
[`&.${prefix}active`]: {
|
5836
5834
|
//Background:hover
|
5837
5835
|
[`@apply bg-${config.color.default.background.light} dark:bg-${config.color.default.background.dark}`]: {},
|
5838
5836
|
//Font:hover
|
@@ -5841,7 +5839,11 @@ const dropdownItem = plugin__default.withOptions(
|
|
5841
5839
|
},
|
5842
5840
|
//Color:contrast
|
5843
5841
|
[`&.${prefix}item-contrast`]: {
|
5844
|
-
|
5842
|
+
//Background:hover
|
5843
|
+
[`@apply hover:bg-${config.color.contrast.background.light} dark:hover:bg-${config.color.contrast.background.dark}`]: {},
|
5844
|
+
//Font:hover
|
5845
|
+
[`@apply hover:text-${config.color.contrast.font.color.light} dark:hover:text-${config.color.contrast.font.color.dark}`]: {},
|
5846
|
+
[`&.${prefix}active`]: {
|
5845
5847
|
//Background:hover
|
5846
5848
|
[`@apply bg-${config.color.contrast.background.light} dark:bg-${config.color.contrast.background.dark}`]: {},
|
5847
5849
|
//Font:hover
|
@@ -10561,7 +10563,7 @@ const listbox = plugin__default.withOptions(
|
|
10561
10563
|
[`@apply text-${config.error.font.color.light} dark:text-${config.error.font.color.dark}`]: {}
|
10562
10564
|
},
|
10563
10565
|
//Listbox:placeload
|
10564
|
-
[`.${prefix}listbox-placeload`]: {
|
10566
|
+
[`.${prefix}listbox-placeload.${prefix}loading-placeload`]: {
|
10565
10567
|
[`@apply absolute start-0 top-0 flex w-full items-center px-4`]: {},
|
10566
10568
|
[`.${prefix}placeload`]: {
|
10567
10569
|
[`@apply h-3 w-full max-w-[75%] rounded`]: {}
|
@@ -10795,7 +10797,7 @@ const listbox = plugin__default.withOptions(
|
|
10795
10797
|
//Listbox:loading
|
10796
10798
|
[`&.${prefix}listbox-loading`]: {
|
10797
10799
|
[`.${prefix}listbox-button`]: {
|
10798
|
-
[`@apply !text-transparent placeholder:!text-transparent dark:placeholder:!text-transparent`]: {}
|
10800
|
+
[`@apply !text-transparent placeholder:!text-transparent dark:placeholder:!text-transparent pointer-events-none`]: {}
|
10799
10801
|
},
|
10800
10802
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10801
10803
|
[`@apply text-transparent`]: {}
|
@@ -10861,7 +10863,7 @@ const listbox = plugin__default.withOptions(
|
|
10861
10863
|
[`.${prefix}label-float`]: {
|
10862
10864
|
[`@apply start-3 -ms-3 -mt-7 text-${config.icon.disabled.label.float.sm.font.size} text-transparent`]: {}
|
10863
10865
|
},
|
10864
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10866
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10865
10867
|
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color}`]: {}
|
10866
10868
|
},
|
10867
10869
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
@@ -10873,7 +10875,7 @@ const listbox = plugin__default.withOptions(
|
|
10873
10875
|
[`.${prefix}label-float`]: {
|
10874
10876
|
[`@apply start-8 -ms-8 -mt-7 text-${config.icon.disabled.label.float.sm.font.size} text-transparent`]: {}
|
10875
10877
|
},
|
10876
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10878
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10877
10879
|
[`@apply !-ms-8 !-mt-7 !text-${config.label.float.font.color}`]: {}
|
10878
10880
|
},
|
10879
10881
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
@@ -10883,10 +10885,10 @@ const listbox = plugin__default.withOptions(
|
|
10883
10885
|
//Without:icon && Size:md && Label:float
|
10884
10886
|
[`&.${prefix}listbox-label-float:not(.${prefix}has-icon).${prefix}listbox-md`]: {
|
10885
10887
|
[`.${prefix}label-float`]: {
|
10886
|
-
[`@apply start-3 -ms-3 -mt-
|
10888
|
+
[`@apply start-3 -ms-3 -mt-7 text-${config.icon.disabled.label.float.md.font.size.base} text-transparent`]: {}
|
10887
10889
|
},
|
10888
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10889
|
-
[`@apply !-ms-3 !-mt-
|
10890
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10891
|
+
[`@apply !-ms-3 !-mt-7 !text-${config.icon.disabled.label.float.md.font.size.focus} !text-${config.label.float.font.color}`]: {}
|
10890
10892
|
},
|
10891
10893
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10892
10894
|
[`@apply ms-0 mt-0 text-${config.icon.disabled.label.float.md.font.size.base}`]: {}
|
@@ -10895,10 +10897,10 @@ const listbox = plugin__default.withOptions(
|
|
10895
10897
|
//With:icon && Size:md && Label:float
|
10896
10898
|
[`&.${prefix}listbox-label-float.${prefix}has-icon.${prefix}listbox-md`]: {
|
10897
10899
|
[`.${prefix}label-float`]: {
|
10898
|
-
[`@apply start-10 -ms-10 -mt-
|
10900
|
+
[`@apply start-10 -ms-10 -mt-7 text-${config.icon.enabled.label.float.md.font.size.base} text-transparent`]: {}
|
10899
10901
|
},
|
10900
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10901
|
-
[`@apply !-ms-10 !-mt-
|
10902
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10903
|
+
[`@apply !-ms-10 !-mt-7 !text-${config.icon.enabled.label.float.md.font.size.focus} !text-${config.label.float.font.color}`]: {}
|
10902
10904
|
},
|
10903
10905
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10904
10906
|
[`@apply ms-0 mt-0 text-${config.icon.enabled.label.float.md.font.size.unfocus}`]: {}
|
@@ -10907,10 +10909,10 @@ const listbox = plugin__default.withOptions(
|
|
10907
10909
|
//Without:icon && Size:lg && Label:float
|
10908
10910
|
[`&.${prefix}listbox-label-float:not(.${prefix}has-icon).${prefix}listbox-lg`]: {
|
10909
10911
|
[`.${prefix}label-float`]: {
|
10910
|
-
[`@apply start-3 -ms-3 -mt-
|
10912
|
+
[`@apply start-3 -ms-3 -mt-7 text-${config.icon.disabled.label.float.lg.font.size.base} text-transparent`]: {}
|
10911
10913
|
},
|
10912
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10913
|
-
[`@apply !-ms-3 !-mt-
|
10914
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10915
|
+
[`@apply !-ms-3 !-mt-7 !text-${config.icon.disabled.label.float.lg.font.size.focus} !text-${config.label.float.font.color}`]: {}
|
10914
10916
|
},
|
10915
10917
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10916
10918
|
[`@apply ms-0 mt-0 text-${config.icon.disabled.label.float.lg.font.size.unfocus}`]: {}
|
@@ -10919,10 +10921,10 @@ const listbox = plugin__default.withOptions(
|
|
10919
10921
|
//With:icon && Size:lg && Label:float
|
10920
10922
|
[`&.${prefix}listbox-label-float.${prefix}has-icon.${prefix}listbox-lg`]: {
|
10921
10923
|
[`.${prefix}label-float`]: {
|
10922
|
-
[`@apply start-11 -ms-10 -mt-
|
10924
|
+
[`@apply start-11 -ms-10 -mt-7 text-${config.icon.enabled.label.float.lg.font.size.base} text-transparent`]: {}
|
10923
10925
|
},
|
10924
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10925
|
-
[`@apply !-ms-10 !-mt-
|
10926
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10927
|
+
[`@apply !-ms-10 !-mt-7 !text-${config.icon.enabled.label.float.lg.font.size.focus} !text-${config.label.float.font.color}`]: {}
|
10926
10928
|
},
|
10927
10929
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10928
10930
|
[`@apply ms-0 mt-0 text-${config.icon.enabled.label.float.lg.font.size.unfocus}`]: {}
|
@@ -14070,7 +14072,7 @@ const defaultConfig$a = {
|
|
14070
14072
|
},
|
14071
14073
|
background: {
|
14072
14074
|
light: "white",
|
14073
|
-
dark: "
|
14075
|
+
dark: "muted-950"
|
14074
14076
|
}
|
14075
14077
|
},
|
14076
14078
|
image: {
|
@@ -15561,7 +15563,7 @@ const tag = plugin__default.withOptions(
|
|
15561
15563
|
},
|
15562
15564
|
//Shadow:hover
|
15563
15565
|
[`&.${prefix}tag-shadow-hover`]: {
|
15564
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15566
|
+
[`@apply hover:shadow-${config.variant.solid.info.shadow.size} hover:shadow-${config.variant.solid.info.shadow.light} hover:shadow-${config.variant.solid.info.shadow.dark}`]: {}
|
15565
15567
|
}
|
15566
15568
|
},
|
15567
15569
|
//Color:success
|
@@ -15576,7 +15578,7 @@ const tag = plugin__default.withOptions(
|
|
15576
15578
|
},
|
15577
15579
|
//Shadow:hover
|
15578
15580
|
[`&.${prefix}tag-shadow-hover`]: {
|
15579
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15581
|
+
[`@apply hover:shadow-${config.variant.solid.success.shadow.size} hover:shadow-${config.variant.solid.success.shadow.light} hover:shadow-${config.variant.solid.success.shadow.dark}`]: {}
|
15580
15582
|
}
|
15581
15583
|
},
|
15582
15584
|
//Color:warning
|
@@ -15591,7 +15593,7 @@ const tag = plugin__default.withOptions(
|
|
15591
15593
|
},
|
15592
15594
|
//Shadow:hover
|
15593
15595
|
[`&.${prefix}tag-shadow-hover`]: {
|
15594
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15596
|
+
[`@apply hover:shadow-${config.variant.solid.warning.shadow.size} hover:shadow-${config.variant.solid.warning.shadow.light} hover:shadow-${config.variant.solid.warning.shadow.dark}`]: {}
|
15595
15597
|
}
|
15596
15598
|
},
|
15597
15599
|
//Color:danger
|
@@ -16182,7 +16184,7 @@ const textarea = plugin__default.withOptions(
|
|
16182
16184
|
},
|
16183
16185
|
//Textarea
|
16184
16186
|
[`.${prefix}textarea`]: {
|
16185
|
-
[`@apply ${prefix}focus w-${config.textarea.width}`]: {},
|
16187
|
+
[`@apply ${prefix}focus w-${config.textarea.width} enabled:cursor-default cursor-not-allowed`]: {},
|
16186
16188
|
//Focus:label:float
|
16187
16189
|
[`&:focus-visible ~ .${prefix}label-float`]: {
|
16188
16190
|
[`@apply !text-${config.label.float.font.color} dark:!text-${config.label.float.font.color}`]: {}
|
@@ -16602,7 +16604,7 @@ const themeSwitch = plugin__default.withOptions(
|
|
16602
16604
|
[`@apply ring-offset-${config.inverted.disabled.ring.light} dark:ring-offset-${config.inverted.disabled.ring.dark}`]: {},
|
16603
16605
|
[`.${prefix}theme-switch-inner`]: {
|
16604
16606
|
//Border
|
16605
|
-
[`@apply border border-${config.inverted.disabled.inner.
|
16607
|
+
[`@apply border border-${config.inverted.disabled.inner.border.light} dark:border-${config.inverted.disabled.inner.border.dark}`]: {},
|
16606
16608
|
//Background
|
16607
16609
|
[`@apply bg-${config.inverted.disabled.inner.background.light} dark:bg-${config.inverted.disabled.inner.background.dark}`]: {}
|
16608
16610
|
}
|
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
@@ -1280,11 +1280,7 @@ const defaultConfig$P = {
|
|
1280
1280
|
},
|
1281
1281
|
img: {
|
1282
1282
|
size: "full",
|
1283
|
-
shadow: "sm"
|
1284
|
-
border: {
|
1285
|
-
light: "transparent",
|
1286
|
-
dark: "transparent"
|
1287
|
-
}
|
1283
|
+
shadow: "sm"
|
1288
1284
|
},
|
1289
1285
|
text: {
|
1290
1286
|
font: {
|
@@ -1664,8 +1660,6 @@ const avatar = plugin.withOptions(
|
|
1664
1660
|
[`@apply object-cover`]: {},
|
1665
1661
|
//Size & Radius
|
1666
1662
|
[`@apply h-${config.img.size} max-h-${config.img.size} w-${config.img.size} max-w-${config.img.size}`]: {},
|
1667
|
-
//Border
|
1668
|
-
[`@apply border border-${config.img.border.light} dark:border-${config.img.border.dark}`]: {},
|
1669
1663
|
//Shadow
|
1670
1664
|
[`@apply shadow-${config.img.shadow}`]: {}
|
1671
1665
|
},
|
@@ -4333,7 +4327,7 @@ const defaultConfig$I = {
|
|
4333
4327
|
},
|
4334
4328
|
dark: {
|
4335
4329
|
base: "transparent",
|
4336
|
-
hover: "
|
4330
|
+
hover: "white",
|
4337
4331
|
active: "muted-700",
|
4338
4332
|
focus: "muted-800"
|
4339
4333
|
}
|
@@ -4405,7 +4399,7 @@ const defaultConfig$I = {
|
|
4405
4399
|
background: {
|
4406
4400
|
light: {
|
4407
4401
|
base: "transparent",
|
4408
|
-
hover: "
|
4402
|
+
hover: "muted-300",
|
4409
4403
|
active: "muted-400",
|
4410
4404
|
focus: "muted-300"
|
4411
4405
|
},
|
@@ -5379,63 +5373,63 @@ const card = plugin.withOptions(
|
|
5379
5373
|
//Color:white
|
5380
5374
|
[`&.${prefix}card-white`]: {
|
5381
5375
|
//Border
|
5382
|
-
[`@apply border border-${config.color.white.border.light} dark:border-${config.color.white.border.
|
5376
|
+
[`@apply border border-${config.color.white.border.light} dark:border-${config.color.white.border.dark}`]: {},
|
5383
5377
|
//Background
|
5384
5378
|
[`@apply bg-${config.color.white.background.light} dark:bg-${config.color.white.background.dark}`]: {}
|
5385
5379
|
},
|
5386
5380
|
//Color:whiteContrast
|
5387
5381
|
[`&.${prefix}card-white-contrast`]: {
|
5388
5382
|
//Border
|
5389
|
-
[`@apply border border-${config.color.whiteContrast.border.light} dark:border-${config.color.whiteContrast.border.
|
5383
|
+
[`@apply border border-${config.color.whiteContrast.border.light} dark:border-${config.color.whiteContrast.border.dark}`]: {},
|
5390
5384
|
//Background
|
5391
5385
|
[`@apply bg-${config.color.whiteContrast.background.light} dark:bg-${config.color.whiteContrast.background.dark}`]: {}
|
5392
5386
|
},
|
5393
5387
|
//Color:muted
|
5394
5388
|
[`&.${prefix}card-muted`]: {
|
5395
5389
|
//Border
|
5396
|
-
[`@apply border border-${config.color.muted.border.light} dark:border-${config.color.muted.border.
|
5390
|
+
[`@apply border border-${config.color.muted.border.light} dark:border-${config.color.muted.border.dark}`]: {},
|
5397
5391
|
//Background
|
5398
5392
|
[`@apply bg-${config.color.muted.background.light} dark:bg-${config.color.muted.background.dark}`]: {}
|
5399
5393
|
},
|
5400
5394
|
//Color:mutedContrast
|
5401
5395
|
[`&.${prefix}card-muted-contrast`]: {
|
5402
5396
|
//Border
|
5403
|
-
[`@apply border border-${config.color.mutedContrast.border.light} dark:border-${config.color.mutedContrast.border.
|
5397
|
+
[`@apply border border-${config.color.mutedContrast.border.light} dark:border-${config.color.mutedContrast.border.dark}`]: {},
|
5404
5398
|
//Background
|
5405
5399
|
[`@apply bg-${config.color.mutedContrast.background.light} dark:bg-${config.color.mutedContrast.background.dark}`]: {}
|
5406
5400
|
},
|
5407
5401
|
//Color:primary
|
5408
5402
|
[`&.${prefix}card-primary`]: {
|
5409
5403
|
//Border
|
5410
|
-
[`@apply border border-${config.color.primary.border.light} dark:border-${config.color.primary.border.
|
5404
|
+
[`@apply border border-${config.color.primary.border.light} dark:border-${config.color.primary.border.dark}`]: {},
|
5411
5405
|
//Background
|
5412
5406
|
[`@apply bg-${config.color.primary.background.light} dark:bg-${config.color.primary.background.dark}`]: {}
|
5413
5407
|
},
|
5414
5408
|
//Color:info
|
5415
5409
|
[`&.${prefix}card-info`]: {
|
5416
5410
|
//Border
|
5417
|
-
[`@apply border border-${config.color.info.border.light} dark:border-${config.color.info.border.
|
5411
|
+
[`@apply border border-${config.color.info.border.light} dark:border-${config.color.info.border.dark}`]: {},
|
5418
5412
|
//Background
|
5419
5413
|
[`@apply bg-${config.color.info.background.light} dark:bg-${config.color.info.background.dark}`]: {}
|
5420
5414
|
},
|
5421
5415
|
//Color:success
|
5422
5416
|
[`&.${prefix}card-success`]: {
|
5423
5417
|
//Border
|
5424
|
-
[`@apply border border-${config.color.success.border.light} dark:border-${config.color.success.border.
|
5418
|
+
[`@apply border border-${config.color.success.border.light} dark:border-${config.color.success.border.dark}`]: {},
|
5425
5419
|
//Background
|
5426
5420
|
[`@apply bg-${config.color.success.background.light} dark:bg-${config.color.success.background.dark}`]: {}
|
5427
5421
|
},
|
5428
5422
|
//Color:warning
|
5429
5423
|
[`&.${prefix}card-warning`]: {
|
5430
5424
|
//Border
|
5431
|
-
[`@apply border border-${config.color.warning.border.light} dark:border-${config.color.warning.border.
|
5425
|
+
[`@apply border border-${config.color.warning.border.light} dark:border-${config.color.warning.border.dark}`]: {},
|
5432
5426
|
//Background
|
5433
5427
|
[`@apply bg-${config.color.warning.background.light} dark:bg-${config.color.warning.background.dark}`]: {}
|
5434
5428
|
},
|
5435
5429
|
//Color:danger
|
5436
5430
|
[`&.${prefix}card-danger`]: {
|
5437
5431
|
//Border
|
5438
|
-
[`@apply border border-${config.color.danger.border.light} dark:border-${config.color.danger.border.
|
5432
|
+
[`@apply border border-${config.color.danger.border.light} dark:border-${config.color.danger.border.dark}`]: {},
|
5439
5433
|
//Background
|
5440
5434
|
[`@apply bg-${config.color.danger.background.light} dark:bg-${config.color.danger.background.dark}`]: {}
|
5441
5435
|
},
|
@@ -5590,7 +5584,7 @@ const checkbox = plugin.withOptions(
|
|
5590
5584
|
[`.${prefix}checkbox-inner`]: {
|
5591
5585
|
[`@apply absolute start-0 top-0 z-0 h-${config.inner.size} w-${config.inner.size}`]: {},
|
5592
5586
|
//Background
|
5593
|
-
[`@apply bg-${config.inner.background.light} dark:bg-${config.inner.background.
|
5587
|
+
[`@apply bg-${config.inner.background.light} dark:bg-${config.inner.background.dark}`]: {},
|
5594
5588
|
//Border
|
5595
5589
|
[`@apply border-2 border-${config.inner.border.light} dark:border-${config.inner.border.dark}`]: {}
|
5596
5590
|
},
|
@@ -5822,7 +5816,11 @@ const dropdownItem = plugin.withOptions(
|
|
5822
5816
|
},
|
5823
5817
|
//Color:default
|
5824
5818
|
[`&.${prefix}item-default`]: {
|
5825
|
-
|
5819
|
+
//Background:hover
|
5820
|
+
[`@apply hover:bg-${config.color.default.background.light} dark:hover:bg-${config.color.default.background.dark}`]: {},
|
5821
|
+
//Font:hover
|
5822
|
+
[`@apply hover:text-${config.color.default.font.color.light} dark:hover:text-${config.color.default.font.color.dark}`]: {},
|
5823
|
+
[`&.${prefix}active`]: {
|
5826
5824
|
//Background:hover
|
5827
5825
|
[`@apply bg-${config.color.default.background.light} dark:bg-${config.color.default.background.dark}`]: {},
|
5828
5826
|
//Font:hover
|
@@ -5831,7 +5829,11 @@ const dropdownItem = plugin.withOptions(
|
|
5831
5829
|
},
|
5832
5830
|
//Color:contrast
|
5833
5831
|
[`&.${prefix}item-contrast`]: {
|
5834
|
-
|
5832
|
+
//Background:hover
|
5833
|
+
[`@apply hover:bg-${config.color.contrast.background.light} dark:hover:bg-${config.color.contrast.background.dark}`]: {},
|
5834
|
+
//Font:hover
|
5835
|
+
[`@apply hover:text-${config.color.contrast.font.color.light} dark:hover:text-${config.color.contrast.font.color.dark}`]: {},
|
5836
|
+
[`&.${prefix}active`]: {
|
5835
5837
|
//Background:hover
|
5836
5838
|
[`@apply bg-${config.color.contrast.background.light} dark:bg-${config.color.contrast.background.dark}`]: {},
|
5837
5839
|
//Font:hover
|
@@ -10551,7 +10553,7 @@ const listbox = plugin.withOptions(
|
|
10551
10553
|
[`@apply text-${config.error.font.color.light} dark:text-${config.error.font.color.dark}`]: {}
|
10552
10554
|
},
|
10553
10555
|
//Listbox:placeload
|
10554
|
-
[`.${prefix}listbox-placeload`]: {
|
10556
|
+
[`.${prefix}listbox-placeload.${prefix}loading-placeload`]: {
|
10555
10557
|
[`@apply absolute start-0 top-0 flex w-full items-center px-4`]: {},
|
10556
10558
|
[`.${prefix}placeload`]: {
|
10557
10559
|
[`@apply h-3 w-full max-w-[75%] rounded`]: {}
|
@@ -10785,7 +10787,7 @@ const listbox = plugin.withOptions(
|
|
10785
10787
|
//Listbox:loading
|
10786
10788
|
[`&.${prefix}listbox-loading`]: {
|
10787
10789
|
[`.${prefix}listbox-button`]: {
|
10788
|
-
[`@apply !text-transparent placeholder:!text-transparent dark:placeholder:!text-transparent`]: {}
|
10790
|
+
[`@apply !text-transparent placeholder:!text-transparent dark:placeholder:!text-transparent pointer-events-none`]: {}
|
10789
10791
|
},
|
10790
10792
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10791
10793
|
[`@apply text-transparent`]: {}
|
@@ -10851,7 +10853,7 @@ const listbox = plugin.withOptions(
|
|
10851
10853
|
[`.${prefix}label-float`]: {
|
10852
10854
|
[`@apply start-3 -ms-3 -mt-7 text-${config.icon.disabled.label.float.sm.font.size} text-transparent`]: {}
|
10853
10855
|
},
|
10854
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10856
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10855
10857
|
[`@apply !-ms-3 !-mt-7 !text-${config.label.float.font.color}`]: {}
|
10856
10858
|
},
|
10857
10859
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
@@ -10863,7 +10865,7 @@ const listbox = plugin.withOptions(
|
|
10863
10865
|
[`.${prefix}label-float`]: {
|
10864
10866
|
[`@apply start-8 -ms-8 -mt-7 text-${config.icon.disabled.label.float.sm.font.size} text-transparent`]: {}
|
10865
10867
|
},
|
10866
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10868
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10867
10869
|
[`@apply !-ms-8 !-mt-7 !text-${config.label.float.font.color}`]: {}
|
10868
10870
|
},
|
10869
10871
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
@@ -10873,10 +10875,10 @@ const listbox = plugin.withOptions(
|
|
10873
10875
|
//Without:icon && Size:md && Label:float
|
10874
10876
|
[`&.${prefix}listbox-label-float:not(.${prefix}has-icon).${prefix}listbox-md`]: {
|
10875
10877
|
[`.${prefix}label-float`]: {
|
10876
|
-
[`@apply start-3 -ms-3 -mt-
|
10878
|
+
[`@apply start-3 -ms-3 -mt-7 text-${config.icon.disabled.label.float.md.font.size.base} text-transparent`]: {}
|
10877
10879
|
},
|
10878
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10879
|
-
[`@apply !-ms-3 !-mt-
|
10880
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10881
|
+
[`@apply !-ms-3 !-mt-7 !text-${config.icon.disabled.label.float.md.font.size.focus} !text-${config.label.float.font.color}`]: {}
|
10880
10882
|
},
|
10881
10883
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10882
10884
|
[`@apply ms-0 mt-0 text-${config.icon.disabled.label.float.md.font.size.base}`]: {}
|
@@ -10885,10 +10887,10 @@ const listbox = plugin.withOptions(
|
|
10885
10887
|
//With:icon && Size:md && Label:float
|
10886
10888
|
[`&.${prefix}listbox-label-float.${prefix}has-icon.${prefix}listbox-md`]: {
|
10887
10889
|
[`.${prefix}label-float`]: {
|
10888
|
-
[`@apply start-10 -ms-10 -mt-
|
10890
|
+
[`@apply start-10 -ms-10 -mt-7 text-${config.icon.enabled.label.float.md.font.size.base} text-transparent`]: {}
|
10889
10891
|
},
|
10890
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10891
|
-
[`@apply !-ms-10 !-mt-
|
10892
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10893
|
+
[`@apply !-ms-10 !-mt-7 !text-${config.icon.enabled.label.float.md.font.size.focus} !text-${config.label.float.font.color}`]: {}
|
10892
10894
|
},
|
10893
10895
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10894
10896
|
[`@apply ms-0 mt-0 text-${config.icon.enabled.label.float.md.font.size.unfocus}`]: {}
|
@@ -10897,10 +10899,10 @@ const listbox = plugin.withOptions(
|
|
10897
10899
|
//Without:icon && Size:lg && Label:float
|
10898
10900
|
[`&.${prefix}listbox-label-float:not(.${prefix}has-icon).${prefix}listbox-lg`]: {
|
10899
10901
|
[`.${prefix}label-float`]: {
|
10900
|
-
[`@apply start-3 -ms-3 -mt-
|
10902
|
+
[`@apply start-3 -ms-3 -mt-7 text-${config.icon.disabled.label.float.lg.font.size.base} text-transparent`]: {}
|
10901
10903
|
},
|
10902
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10903
|
-
[`@apply !-ms-3 !-mt-
|
10904
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10905
|
+
[`@apply !-ms-3 !-mt-7 !text-${config.icon.disabled.label.float.lg.font.size.focus} !text-${config.label.float.font.color}`]: {}
|
10904
10906
|
},
|
10905
10907
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10906
10908
|
[`@apply ms-0 mt-0 text-${config.icon.disabled.label.float.lg.font.size.unfocus}`]: {}
|
@@ -10909,10 +10911,10 @@ const listbox = plugin.withOptions(
|
|
10909
10911
|
//With:icon && Size:lg && Label:float
|
10910
10912
|
[`&.${prefix}listbox-label-float.${prefix}has-icon.${prefix}listbox-lg`]: {
|
10911
10913
|
[`.${prefix}label-float`]: {
|
10912
|
-
[`@apply start-11 -ms-10 -mt-
|
10914
|
+
[`@apply start-11 -ms-10 -mt-7 text-${config.icon.enabled.label.float.lg.font.size.base} text-transparent`]: {}
|
10913
10915
|
},
|
10914
|
-
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float`]: {
|
10915
|
-
[`@apply !-ms-10 !-mt-
|
10916
|
+
[`.${prefix}listbox-button:focus-visible ~ .${prefix}label-float, .${prefix}listbox-button:focus ~ .${prefix}label-float, .${prefix}label-float-active`]: {
|
10917
|
+
[`@apply !-ms-10 !-mt-7 !text-${config.icon.enabled.label.float.lg.font.size.focus} !text-${config.label.float.font.color}`]: {}
|
10916
10918
|
},
|
10917
10919
|
[`.${prefix}listbox-button ~ .${prefix}label-float`]: {
|
10918
10920
|
[`@apply ms-0 mt-0 text-${config.icon.enabled.label.float.lg.font.size.unfocus}`]: {}
|
@@ -14060,7 +14062,7 @@ const defaultConfig$a = {
|
|
14060
14062
|
},
|
14061
14063
|
background: {
|
14062
14064
|
light: "white",
|
14063
|
-
dark: "
|
14065
|
+
dark: "muted-950"
|
14064
14066
|
}
|
14065
14067
|
},
|
14066
14068
|
image: {
|
@@ -15551,7 +15553,7 @@ const tag = plugin.withOptions(
|
|
15551
15553
|
},
|
15552
15554
|
//Shadow:hover
|
15553
15555
|
[`&.${prefix}tag-shadow-hover`]: {
|
15554
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15556
|
+
[`@apply hover:shadow-${config.variant.solid.info.shadow.size} hover:shadow-${config.variant.solid.info.shadow.light} hover:shadow-${config.variant.solid.info.shadow.dark}`]: {}
|
15555
15557
|
}
|
15556
15558
|
},
|
15557
15559
|
//Color:success
|
@@ -15566,7 +15568,7 @@ const tag = plugin.withOptions(
|
|
15566
15568
|
},
|
15567
15569
|
//Shadow:hover
|
15568
15570
|
[`&.${prefix}tag-shadow-hover`]: {
|
15569
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15571
|
+
[`@apply hover:shadow-${config.variant.solid.success.shadow.size} hover:shadow-${config.variant.solid.success.shadow.light} hover:shadow-${config.variant.solid.success.shadow.dark}`]: {}
|
15570
15572
|
}
|
15571
15573
|
},
|
15572
15574
|
//Color:warning
|
@@ -15581,7 +15583,7 @@ const tag = plugin.withOptions(
|
|
15581
15583
|
},
|
15582
15584
|
//Shadow:hover
|
15583
15585
|
[`&.${prefix}tag-shadow-hover`]: {
|
15584
|
-
[`@apply hover:shadow-${config.variant.solid.
|
15586
|
+
[`@apply hover:shadow-${config.variant.solid.warning.shadow.size} hover:shadow-${config.variant.solid.warning.shadow.light} hover:shadow-${config.variant.solid.warning.shadow.dark}`]: {}
|
15585
15587
|
}
|
15586
15588
|
},
|
15587
15589
|
//Color:danger
|
@@ -16172,7 +16174,7 @@ const textarea = plugin.withOptions(
|
|
16172
16174
|
},
|
16173
16175
|
//Textarea
|
16174
16176
|
[`.${prefix}textarea`]: {
|
16175
|
-
[`@apply ${prefix}focus w-${config.textarea.width}`]: {},
|
16177
|
+
[`@apply ${prefix}focus w-${config.textarea.width} enabled:cursor-default cursor-not-allowed`]: {},
|
16176
16178
|
//Focus:label:float
|
16177
16179
|
[`&:focus-visible ~ .${prefix}label-float`]: {
|
16178
16180
|
[`@apply !text-${config.label.float.font.color} dark:!text-${config.label.float.font.color}`]: {}
|
@@ -16592,7 +16594,7 @@ const themeSwitch = plugin.withOptions(
|
|
16592
16594
|
[`@apply ring-offset-${config.inverted.disabled.ring.light} dark:ring-offset-${config.inverted.disabled.ring.dark}`]: {},
|
16593
16595
|
[`.${prefix}theme-switch-inner`]: {
|
16594
16596
|
//Border
|
16595
|
-
[`@apply border border-${config.inverted.disabled.inner.
|
16597
|
+
[`@apply border border-${config.inverted.disabled.inner.border.light} dark:border-${config.inverted.disabled.inner.border.dark}`]: {},
|
16596
16598
|
//Background
|
16597
16599
|
[`@apply bg-${config.inverted.disabled.inner.background.light} dark:bg-${config.inverted.disabled.inner.background.dark}`]: {}
|
16598
16600
|
}
|
@@ -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";
|
@@ -608,10 +607,6 @@ declare const defaultConfig$P: {
|
|
608
607
|
img: {
|
609
608
|
size: string;
|
610
609
|
shadow: string;
|
611
|
-
border: {
|
612
|
-
light: string;
|
613
|
-
dark: string;
|
614
|
-
};
|
615
610
|
};
|
616
611
|
text: {
|
617
612
|
font: {
|
@@ -8020,7 +8015,7 @@ declare function createPreset(options?: PluginOption): {
|
|
8020
8015
|
content: never[];
|
8021
8016
|
plugins: (typeof typography | {
|
8022
8017
|
handler: tailwindcss_types_config.PluginCreator;
|
8023
|
-
config?: Partial<
|
8018
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8024
8019
|
})[];
|
8025
8020
|
theme: {
|
8026
8021
|
fontFamily: {
|
@@ -8210,7 +8205,7 @@ declare const preset: {
|
|
8210
8205
|
content: never[];
|
8211
8206
|
plugins: (typeof typography | {
|
8212
8207
|
handler: tailwindcss_types_config.PluginCreator;
|
8213
|
-
config?: Partial<
|
8208
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8214
8209
|
})[];
|
8215
8210
|
theme: {
|
8216
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";
|
@@ -608,10 +607,6 @@ declare const defaultConfig$P: {
|
|
608
607
|
img: {
|
609
608
|
size: string;
|
610
609
|
shadow: string;
|
611
|
-
border: {
|
612
|
-
light: string;
|
613
|
-
dark: string;
|
614
|
-
};
|
615
610
|
};
|
616
611
|
text: {
|
617
612
|
font: {
|
@@ -8020,7 +8015,7 @@ declare function createPreset(options?: PluginOption): {
|
|
8020
8015
|
content: never[];
|
8021
8016
|
plugins: (typeof typography | {
|
8022
8017
|
handler: tailwindcss_types_config.PluginCreator;
|
8023
|
-
config?: Partial<
|
8018
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8024
8019
|
})[];
|
8025
8020
|
theme: {
|
8026
8021
|
fontFamily: {
|
@@ -8210,7 +8205,7 @@ declare const preset: {
|
|
8210
8205
|
content: never[];
|
8211
8206
|
plugins: (typeof typography | {
|
8212
8207
|
handler: tailwindcss_types_config.PluginCreator;
|
8213
|
-
config?: Partial<
|
8208
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8214
8209
|
})[];
|
8215
8210
|
theme: {
|
8216
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";
|
@@ -608,10 +607,6 @@ declare const defaultConfig$P: {
|
|
608
607
|
img: {
|
609
608
|
size: string;
|
610
609
|
shadow: string;
|
611
|
-
border: {
|
612
|
-
light: string;
|
613
|
-
dark: string;
|
614
|
-
};
|
615
610
|
};
|
616
611
|
text: {
|
617
612
|
font: {
|
@@ -8020,7 +8015,7 @@ declare function createPreset(options?: PluginOption): {
|
|
8020
8015
|
content: never[];
|
8021
8016
|
plugins: (typeof typography | {
|
8022
8017
|
handler: tailwindcss_types_config.PluginCreator;
|
8023
|
-
config?: Partial<
|
8018
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8024
8019
|
})[];
|
8025
8020
|
theme: {
|
8026
8021
|
fontFamily: {
|
@@ -8210,7 +8205,7 @@ declare const preset: {
|
|
8210
8205
|
content: never[];
|
8211
8206
|
plugins: (typeof typography | {
|
8212
8207
|
handler: tailwindcss_types_config.PluginCreator;
|
8213
|
-
config?: Partial<
|
8208
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
8214
8209
|
})[];
|
8215
8210
|
theme: {
|
8216
8211
|
fontFamily: {
|