karin-plugin-kkk 2.31.1 → 2.32.0

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.
@@ -127,7 +127,6 @@
127
127
  --color-rose-500: oklch(64.5% .246 16.439);
128
128
  --color-gray-200: oklch(92.8% .006 264.531);
129
129
  --color-gray-400: oklch(70.7% .022 261.325);
130
- --color-zinc-950: oklch(14.1% .005 285.823);
131
130
  --color-black: #000;
132
131
  --color-white: #fff;
133
132
  --spacing: .25rem;
@@ -13406,10 +13405,6 @@
13406
13405
  width: calc(var(--spacing) * 11);
13407
13406
  }
13408
13407
 
13409
- .w-11\/12 {
13410
- width: 91.6667%;
13411
- }
13412
-
13413
13408
  .w-12 {
13414
13409
  width: calc(var(--spacing) * 12);
13415
13410
  }
@@ -14662,30 +14657,6 @@
14662
14657
  border-color: var(--background);
14663
14658
  }
14664
14659
 
14665
- .border-black {
14666
- border-color: var(--color-black);
14667
- }
14668
-
14669
- .border-black\/8 {
14670
- border-color: #00000014;
14671
- }
14672
-
14673
- @supports (color: color-mix(in lab, red, red)) {
14674
- .border-black\/8 {
14675
- border-color: color-mix(in oklab, var(--color-black) 8%, transparent);
14676
- }
14677
- }
14678
-
14679
- .border-black\/10 {
14680
- border-color: #0000001a;
14681
- }
14682
-
14683
- @supports (color: color-mix(in lab, red, red)) {
14684
- .border-black\/10 {
14685
- border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
14686
- }
14687
- }
14688
-
14689
14660
  .border-border, .border-border\/15 {
14690
14661
  border-color: var(--border);
14691
14662
  }
@@ -15008,7 +14979,7 @@
15008
14979
  background-color: #ffedf5;
15009
14980
  }
15010
14981
 
15011
- .bg-accent\/5 {
14982
+ .bg-accent, .bg-accent\/5 {
15012
14983
  background-color: var(--accent);
15013
14984
  }
15014
14985
 
@@ -15036,16 +15007,6 @@
15036
15007
  background-color: var(--color-black);
15037
15008
  }
15038
15009
 
15039
- .bg-black\/3 {
15040
- background-color: #00000008;
15041
- }
15042
-
15043
- @supports (color: color-mix(in lab, red, red)) {
15044
- .bg-black\/3 {
15045
- background-color: color-mix(in oklab, var(--color-black) 3%, transparent);
15046
- }
15047
- }
15048
-
15049
15010
  .bg-black\/5 {
15050
15011
  background-color: #0000000d;
15051
15012
  }
@@ -15502,6 +15463,26 @@
15502
15463
  }
15503
15464
  }
15504
15465
 
15466
+ .bg-surface\/88 {
15467
+ background-color: var(--surface);
15468
+ }
15469
+
15470
+ @supports (color: color-mix(in lab, red, red)) {
15471
+ .bg-surface\/88 {
15472
+ background-color: color-mix(in oklab, var(--surface) 88%, transparent);
15473
+ }
15474
+ }
15475
+
15476
+ .bg-surface\/90 {
15477
+ background-color: var(--surface);
15478
+ }
15479
+
15480
+ @supports (color: color-mix(in lab, red, red)) {
15481
+ .bg-surface\/90 {
15482
+ background-color: color-mix(in oklab, var(--surface) 90%, transparent);
15483
+ }
15484
+ }
15485
+
15505
15486
  .bg-violet-500 {
15506
15487
  background-color: var(--color-violet-500);
15507
15488
  }
@@ -15560,16 +15541,6 @@
15560
15541
  }
15561
15542
  }
15562
15543
 
15563
- .bg-white\/88 {
15564
- background-color: #ffffffe0;
15565
- }
15566
-
15567
- @supports (color: color-mix(in lab, red, red)) {
15568
- .bg-white\/88 {
15569
- background-color: color-mix(in oklab, var(--color-white) 88%, transparent);
15570
- }
15571
- }
15572
-
15573
15544
  .bg-yellow-500 {
15574
15545
  background-color: var(--color-yellow-500);
15575
15546
  }
@@ -15887,10 +15858,6 @@
15887
15858
  object-fit: cover;
15888
15859
  }
15889
15860
 
15890
- .object-center {
15891
- object-position: center;
15892
- }
15893
-
15894
15861
  .p-0 {
15895
15862
  padding: calc(var(--spacing) * 0);
15896
15863
  }
@@ -16147,10 +16114,6 @@
16147
16114
  padding-top: calc(var(--spacing) * 5);
16148
16115
  }
16149
16116
 
16150
- .pt-6 {
16151
- padding-top: calc(var(--spacing) * 6);
16152
- }
16153
-
16154
16117
  .pt-8 {
16155
16118
  padding-top: calc(var(--spacing) * 8);
16156
16119
  }
@@ -16956,7 +16919,15 @@
16956
16919
  color: #ff799e;
16957
16920
  }
16958
16921
 
16959
- .text-accent, .text-accent\/80 {
16922
+ .text-accent {
16923
+ color: var(--accent);
16924
+ }
16925
+
16926
+ .text-accent-foreground {
16927
+ color: var(--accent-foreground);
16928
+ }
16929
+
16930
+ .text-accent\/80 {
16960
16931
  color: var(--accent);
16961
16932
  }
16962
16933
 
@@ -17555,11 +17526,6 @@
17555
17526
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
17556
17527
  }
17557
17528
 
17558
- .shadow-\[0_24px_80px_rgba\(15\,23\,42\,0\.18\)\] {
17559
- --tw-shadow: 0 24px 80px var(--tw-shadow-color, #0f172a2e);
17560
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
17561
- }
17562
-
17563
17529
  .shadow-inner {
17564
17530
  --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, #0000000d);
17565
17531
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -17940,23 +17906,23 @@
17940
17906
  }
17941
17907
 
17942
17908
  @media (hover: hover) {
17943
- .hover\:bg-black\/5:hover {
17944
- background-color: #0000000d;
17909
+ .hover\:bg-accent-hover:hover {
17910
+ background-color: var(--accent);
17945
17911
  }
17946
17912
 
17947
17913
  @supports (color: color-mix(in lab, red, red)) {
17948
- .hover\:bg-black\/5:hover {
17949
- background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
17914
+ .hover\:bg-accent-hover:hover {
17915
+ background-color: color-mix(in oklab, var(--accent) 90%, var(--accent-foreground) 10%);
17950
17916
  }
17951
17917
  }
17952
17918
 
17953
- .hover\:bg-black\/90:hover {
17954
- background-color: #000000e6;
17919
+ .hover\:bg-default-hover:hover {
17920
+ background-color: var(--default);
17955
17921
  }
17956
17922
 
17957
17923
  @supports (color: color-mix(in lab, red, red)) {
17958
- .hover\:bg-black\/90:hover {
17959
- background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
17924
+ .hover\:bg-default-hover:hover {
17925
+ background-color: color-mix(in oklab, var(--default) 96%, var(--default-foreground) 4%);
17960
17926
  }
17961
17927
  }
17962
17928
 
@@ -18022,39 +17988,7 @@
18022
17988
  }
18023
17989
  }
18024
17990
 
18025
- .dark\:border-white:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18026
- border-color: var(--color-white);
18027
- }
18028
-
18029
- @media (prefers-color-scheme: dark) {
18030
- .dark\:border-white:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18031
- border-color: var(--color-white);
18032
- }
18033
- }
18034
-
18035
- .dark\:border-white\/10:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18036
- border-color: #ffffff1a;
18037
- }
18038
-
18039
- @supports (color: color-mix(in lab, red, red)) {
18040
- .dark\:border-white\/10:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18041
- border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
18042
- }
18043
- }
18044
-
18045
- @media (prefers-color-scheme: dark) {
18046
- .dark\:border-white\/10:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18047
- border-color: #ffffff1a;
18048
- }
18049
-
18050
- @supports (color: color-mix(in lab, red, red)) {
18051
- .dark\:border-white\/10:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18052
- border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
18053
- }
18054
- }
18055
- }
18056
-
18057
- .dark\:bg-\[\#321b26\]:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
17991
+ .dark\:bg-\[\#321b26\]:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18058
17992
  background-color: #321b26;
18059
17993
  }
18060
17994
 
@@ -18064,12 +17998,12 @@
18064
17998
  }
18065
17999
  }
18066
18000
 
18067
- .dark\:bg-black\/72:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18001
+ .dark\:bg-black\/72:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18068
18002
  background-color: #000000b8;
18069
18003
  }
18070
18004
 
18071
18005
  @supports (color: color-mix(in lab, red, red)) {
18072
- .dark\:bg-black\/72:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18006
+ .dark\:bg-black\/72:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18073
18007
  background-color: color-mix(in oklab, var(--color-black) 72%, transparent);
18074
18008
  }
18075
18009
  }
@@ -18086,12 +18020,12 @@
18086
18020
  }
18087
18021
  }
18088
18022
 
18089
- .dark\:bg-surface\/10:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18023
+ .dark\:bg-surface\/10:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18090
18024
  background-color: var(--surface);
18091
18025
  }
18092
18026
 
18093
18027
  @supports (color: color-mix(in lab, red, red)) {
18094
- .dark\:bg-surface\/10:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18028
+ .dark\:bg-surface\/10:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18095
18029
  background-color: color-mix(in oklab, var(--surface) 10%, transparent);
18096
18030
  }
18097
18031
  }
@@ -18108,81 +18042,17 @@
18108
18042
  }
18109
18043
  }
18110
18044
 
18111
- .dark\:bg-white:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18112
- background-color: var(--color-white);
18113
- }
18114
-
18115
- @media (prefers-color-scheme: dark) {
18116
- .dark\:bg-white:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18117
- background-color: var(--color-white);
18118
- }
18119
- }
18120
-
18121
- .dark\:bg-white\/4:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18122
- background-color: #ffffff0a;
18123
- }
18124
-
18125
- @supports (color: color-mix(in lab, red, red)) {
18126
- .dark\:bg-white\/4:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18127
- background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
18128
- }
18129
- }
18130
-
18131
- @media (prefers-color-scheme: dark) {
18132
- .dark\:bg-white\/4:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18133
- background-color: #ffffff0a;
18134
- }
18135
-
18136
- @supports (color: color-mix(in lab, red, red)) {
18137
- .dark\:bg-white\/4:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18138
- background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
18139
- }
18140
- }
18141
- }
18142
-
18143
- .dark\:bg-zinc-950:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18144
- background-color: var(--color-zinc-950);
18145
- }
18146
-
18147
- @media (prefers-color-scheme: dark) {
18148
- .dark\:bg-zinc-950:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18149
- background-color: var(--color-zinc-950);
18150
- }
18151
- }
18152
-
18153
- .dark\:bg-zinc-950\/88:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18154
- background-color: #09090be0;
18155
- }
18156
-
18157
- @supports (color: color-mix(in lab, red, red)) {
18158
- .dark\:bg-zinc-950\/88:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18159
- background-color: color-mix(in oklab, var(--color-zinc-950) 88%, transparent);
18160
- }
18161
- }
18162
-
18163
- @media (prefers-color-scheme: dark) {
18164
- .dark\:bg-zinc-950\/88:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18165
- background-color: #09090be0;
18166
- }
18167
-
18168
- @supports (color: color-mix(in lab, red, red)) {
18169
- .dark\:bg-zinc-950\/88:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18170
- background-color: color-mix(in oklab, var(--color-zinc-950) 88%, transparent);
18171
- }
18172
- }
18173
- }
18174
-
18175
- .dark\:from-black\/40:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18045
+ .dark\:from-black\/40:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18176
18046
  --tw-gradient-from: #0006;
18177
18047
  }
18178
18048
 
18179
18049
  @supports (color: color-mix(in lab, red, red)) {
18180
- .dark\:from-black\/40:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18050
+ .dark\:from-black\/40:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18181
18051
  --tw-gradient-from: color-mix(in oklab, var(--color-black) 40%, transparent);
18182
18052
  }
18183
18053
  }
18184
18054
 
18185
- .dark\:from-black\/40:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18055
+ .dark\:from-black\/40:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18186
18056
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
18187
18057
  }
18188
18058
 
@@ -18202,17 +18072,17 @@
18202
18072
  }
18203
18073
  }
18204
18074
 
18205
- .dark\:from-black\/55:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18075
+ .dark\:from-black\/55:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18206
18076
  --tw-gradient-from: #0000008c;
18207
18077
  }
18208
18078
 
18209
18079
  @supports (color: color-mix(in lab, red, red)) {
18210
- .dark\:from-black\/55:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18080
+ .dark\:from-black\/55:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18211
18081
  --tw-gradient-from: color-mix(in oklab, var(--color-black) 55%, transparent);
18212
18082
  }
18213
18083
  }
18214
18084
 
18215
- .dark\:from-black\/55:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18085
+ .dark\:from-black\/55:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18216
18086
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
18217
18087
  }
18218
18088
 
@@ -18232,17 +18102,17 @@
18232
18102
  }
18233
18103
  }
18234
18104
 
18235
- .dark\:via-black\/20:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18105
+ .dark\:via-black\/20:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18236
18106
  --tw-gradient-via: #0003;
18237
18107
  }
18238
18108
 
18239
18109
  @supports (color: color-mix(in lab, red, red)) {
18240
- .dark\:via-black\/20:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18110
+ .dark\:via-black\/20:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18241
18111
  --tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
18242
18112
  }
18243
18113
  }
18244
18114
 
18245
- .dark\:via-black\/20:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18115
+ .dark\:via-black\/20:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18246
18116
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
18247
18117
  --tw-gradient-stops: var(--tw-gradient-via-stops);
18248
18118
  }
@@ -18264,17 +18134,17 @@
18264
18134
  }
18265
18135
  }
18266
18136
 
18267
- .dark\:via-black\/30:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18137
+ .dark\:via-black\/30:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18268
18138
  --tw-gradient-via: #0000004d;
18269
18139
  }
18270
18140
 
18271
18141
  @supports (color: color-mix(in lab, red, red)) {
18272
- .dark\:via-black\/30:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18142
+ .dark\:via-black\/30:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18273
18143
  --tw-gradient-via: color-mix(in oklab, var(--color-black) 30%, transparent);
18274
18144
  }
18275
18145
  }
18276
18146
 
18277
- .dark\:via-black\/30:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18147
+ .dark\:via-black\/30:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18278
18148
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
18279
18149
  --tw-gradient-stops: var(--tw-gradient-via-stops);
18280
18150
  }
@@ -18296,17 +18166,17 @@
18296
18166
  }
18297
18167
  }
18298
18168
 
18299
- .dark\:to-black\/40:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18169
+ .dark\:to-black\/40:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18300
18170
  --tw-gradient-to: #0006;
18301
18171
  }
18302
18172
 
18303
18173
  @supports (color: color-mix(in lab, red, red)) {
18304
- .dark\:to-black\/40:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18174
+ .dark\:to-black\/40:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18305
18175
  --tw-gradient-to: color-mix(in oklab, var(--color-black) 40%, transparent);
18306
18176
  }
18307
18177
  }
18308
18178
 
18309
- .dark\:to-black\/40:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18179
+ .dark\:to-black\/40:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18310
18180
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
18311
18181
  }
18312
18182
 
@@ -18326,17 +18196,17 @@
18326
18196
  }
18327
18197
  }
18328
18198
 
18329
- .dark\:to-black\/55:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18199
+ .dark\:to-black\/55:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18330
18200
  --tw-gradient-to: #0000008c;
18331
18201
  }
18332
18202
 
18333
18203
  @supports (color: color-mix(in lab, red, red)) {
18334
- .dark\:to-black\/55:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18204
+ .dark\:to-black\/55:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18335
18205
  --tw-gradient-to: color-mix(in oklab, var(--color-black) 55%, transparent);
18336
18206
  }
18337
18207
  }
18338
18208
 
18339
- .dark\:to-black\/55:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18209
+ .dark\:to-black\/55:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18340
18210
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
18341
18211
  }
18342
18212
 
@@ -18356,7 +18226,7 @@
18356
18226
  }
18357
18227
  }
18358
18228
 
18359
- .dark\:text-\[\#58B0D5\]:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18229
+ .dark\:text-\[\#58B0D5\]:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18360
18230
  color: #58b0d5;
18361
18231
  }
18362
18232
 
@@ -18366,7 +18236,7 @@
18366
18236
  }
18367
18237
  }
18368
18238
 
18369
- .dark\:text-\[\#c7daef\]:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18239
+ .dark\:text-\[\#c7daef\]:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18370
18240
  color: #c7daef;
18371
18241
  }
18372
18242
 
@@ -18376,7 +18246,7 @@
18376
18246
  }
18377
18247
  }
18378
18248
 
18379
- .dark\:text-\[\#cb5775\]:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18249
+ .dark\:text-\[\#cb5775\]:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18380
18250
  color: #cb5775;
18381
18251
  }
18382
18252
 
@@ -18386,7 +18256,7 @@
18386
18256
  }
18387
18257
  }
18388
18258
 
18389
- .dark\:text-\[\#face15\]:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18259
+ .dark\:text-\[\#face15\]:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18390
18260
  color: #face15;
18391
18261
  }
18392
18262
 
@@ -18396,17 +18266,7 @@
18396
18266
  }
18397
18267
  }
18398
18268
 
18399
- .dark\:text-black:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18400
- color: var(--color-black);
18401
- }
18402
-
18403
- @media (prefers-color-scheme: dark) {
18404
- .dark\:text-black:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18405
- color: var(--color-black);
18406
- }
18407
- }
18408
-
18409
- .dark\:opacity-10:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18269
+ .dark\:opacity-10:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18410
18270
  opacity: .1;
18411
18271
  }
18412
18272
 
@@ -18416,7 +18276,7 @@
18416
18276
  }
18417
18277
  }
18418
18278
 
18419
- .dark\:opacity-20:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18279
+ .dark\:opacity-20:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18420
18280
  opacity: .2;
18421
18281
  }
18422
18282
 
@@ -18426,7 +18286,7 @@
18426
18286
  }
18427
18287
  }
18428
18288
 
18429
- .dark\:opacity-70:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18289
+ .dark\:opacity-70:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18430
18290
  opacity: .7;
18431
18291
  }
18432
18292
 
@@ -18436,7 +18296,7 @@
18436
18296
  }
18437
18297
  }
18438
18298
 
18439
- .dark\:opacity-\[0\.12\]:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18299
+ .dark\:opacity-\[0\.12\]:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18440
18300
  opacity: .12;
18441
18301
  }
18442
18302
 
@@ -18446,7 +18306,7 @@
18446
18306
  }
18447
18307
  }
18448
18308
 
18449
- .dark\:mix-blend-soft-light:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18309
+ .dark\:mix-blend-soft-light:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
18450
18310
  mix-blend-mode: soft-light;
18451
18311
  }
18452
18312
 
@@ -18456,70 +18316,6 @@
18456
18316
  }
18457
18317
  }
18458
18318
 
18459
- .dark\:shadow-\[0_28px_84px_rgba\(0\,0\,0\,0\.55\)\]:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
18460
- --tw-shadow: 0 28px 84px var(--tw-shadow-color, #0000008c);
18461
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
18462
- }
18463
-
18464
- @media (prefers-color-scheme: dark) {
18465
- .dark\:shadow-\[0_28px_84px_rgba\(0\,0\,0\,0\.55\)\]:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
18466
- --tw-shadow: 0 28px 84px var(--tw-shadow-color, #0000008c);
18467
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
18468
- }
18469
- }
18470
-
18471
- @media (hover: hover) {
18472
- .dark\:hover\:bg-white\/6:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
18473
- background-color: #ffffff0f;
18474
- }
18475
-
18476
- @supports (color: color-mix(in lab, red, red)) {
18477
- .dark\:hover\:bg-white\/6:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
18478
- background-color: color-mix(in oklab, var(--color-white) 6%, transparent);
18479
- }
18480
- }
18481
- }
18482
-
18483
- @media (prefers-color-scheme: dark) {
18484
- @media (hover: hover) {
18485
- .dark\:hover\:bg-white\/6:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)):hover {
18486
- background-color: #ffffff0f;
18487
- }
18488
-
18489
- @supports (color: color-mix(in lab, red, red)) {
18490
- .dark\:hover\:bg-white\/6:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)):hover {
18491
- background-color: color-mix(in oklab, var(--color-white) 6%, transparent);
18492
- }
18493
- }
18494
- }
18495
- }
18496
-
18497
- @media (hover: hover) {
18498
- .dark\:hover\:bg-white\/90:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
18499
- background-color: #ffffffe6;
18500
- }
18501
-
18502
- @supports (color: color-mix(in lab, red, red)) {
18503
- .dark\:hover\:bg-white\/90:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
18504
- background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
18505
- }
18506
- }
18507
- }
18508
-
18509
- @media (prefers-color-scheme: dark) {
18510
- @media (hover: hover) {
18511
- .dark\:hover\:bg-white\/90:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)):hover {
18512
- background-color: #ffffffe6;
18513
- }
18514
-
18515
- @supports (color: color-mix(in lab, red, red)) {
18516
- .dark\:hover\:bg-white\/90:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)):hover {
18517
- background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
18518
- }
18519
- }
18520
- }
18521
- }
18522
-
18523
18319
  .theme-bg {
18524
18320
  background-color: var(--theme-bg);
18525
18321
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karin-plugin-kkk",
3
- "version": "2.31.1",
3
+ "version": "2.32.0",
4
4
  "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
5
5
  "keywords": [
6
6
  "karin-plugin",
@@ -54,6 +54,7 @@
54
54
  "CHANGELOG.md"
55
55
  ],
56
56
  "dependencies": {
57
+ "@ikenxuan/qrcode": "1.2.0",
57
58
  "@ikenxuan/watermark": "1.1.5",
58
59
  "fingerprint-injector": "^2.1.82"
59
60
  },
@@ -88,5 +89,5 @@
88
89
  "web": "./lib/web.config.js",
89
90
  "ts-web": "./src/web.config.ts"
90
91
  },
91
- "timestamp": "2026-05-23T12:23:11.269Z"
92
+ "timestamp": "2026-05-27T07:37:49.656Z"
92
93
  }