flowcore-fn 9.5.2 → 10.1.1
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/pkg-index.css +148 -258
- package/dist/pkg-index.js +152 -45
- package/dist/pkg-index.mjs +150 -45
- package/package.json +1 -1
package/dist/pkg-index.css
CHANGED
|
@@ -355,19 +355,19 @@
|
|
|
355
355
|
position: sticky;
|
|
356
356
|
}
|
|
357
357
|
.fc\:inset-0 {
|
|
358
|
-
inset:
|
|
358
|
+
inset: 0px;
|
|
359
359
|
}
|
|
360
360
|
.fc\:inset-x-0 {
|
|
361
|
-
inset-inline:
|
|
361
|
+
inset-inline: 0px;
|
|
362
362
|
}
|
|
363
363
|
.fc\:inset-y-0 {
|
|
364
|
-
inset-block:
|
|
364
|
+
inset-block: 0px;
|
|
365
365
|
}
|
|
366
366
|
.fc\:-top-12 {
|
|
367
367
|
top: calc(var(--fc-spacing) * -12);
|
|
368
368
|
}
|
|
369
369
|
.fc\:top-0 {
|
|
370
|
-
top:
|
|
370
|
+
top: 0px;
|
|
371
371
|
}
|
|
372
372
|
.fc\:top-0\.5 {
|
|
373
373
|
top: calc(var(--fc-spacing) * 0.5);
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
right: calc(var(--fc-spacing) * -12);
|
|
389
389
|
}
|
|
390
390
|
.fc\:right-0 {
|
|
391
|
-
right:
|
|
391
|
+
right: 0px;
|
|
392
392
|
}
|
|
393
393
|
.fc\:right-3 {
|
|
394
394
|
right: calc(var(--fc-spacing) * 3);
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
bottom: calc(var(--fc-spacing) * -10);
|
|
407
407
|
}
|
|
408
408
|
.fc\:bottom-0 {
|
|
409
|
-
bottom:
|
|
409
|
+
bottom: 0px;
|
|
410
410
|
}
|
|
411
411
|
.fc\:bottom-2 {
|
|
412
412
|
bottom: calc(var(--fc-spacing) * 2);
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
left: calc(var(--fc-spacing) * -10);
|
|
416
416
|
}
|
|
417
417
|
.fc\:left-0 {
|
|
418
|
-
left:
|
|
418
|
+
left: 0px;
|
|
419
419
|
}
|
|
420
420
|
.fc\:left-0\.5 {
|
|
421
421
|
left: calc(var(--fc-spacing) * 0.5);
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
grid-column: span 2 / span 2;
|
|
449
449
|
}
|
|
450
450
|
.fc\:m-0 {
|
|
451
|
-
margin:
|
|
451
|
+
margin: 0px;
|
|
452
452
|
}
|
|
453
453
|
.fc\:mx-2 {
|
|
454
454
|
margin-inline: calc(var(--fc-spacing) * 2);
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
max-height: calc(92vh - 170px);
|
|
659
659
|
}
|
|
660
660
|
.fc\:min-h-0 {
|
|
661
|
-
min-height:
|
|
661
|
+
min-height: 0px;
|
|
662
662
|
}
|
|
663
663
|
.fc\:min-h-full {
|
|
664
664
|
min-height: 100%;
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
min-height: 100vh;
|
|
668
668
|
}
|
|
669
669
|
.fc\:w-0 {
|
|
670
|
-
width:
|
|
670
|
+
width: 0px;
|
|
671
671
|
}
|
|
672
672
|
.fc\:w-1\.5 {
|
|
673
673
|
width: calc(var(--fc-spacing) * 1.5);
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
max-width: var(--fc-container-xs);
|
|
800
800
|
}
|
|
801
801
|
.fc\:min-w-0 {
|
|
802
|
-
min-width:
|
|
802
|
+
min-width: 0px;
|
|
803
803
|
}
|
|
804
804
|
.fc\:min-w-32 {
|
|
805
805
|
min-width: calc(var(--fc-spacing) * 32);
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
846
846
|
}
|
|
847
847
|
.fc\:translate-x-0 {
|
|
848
|
-
--tw-translate-x:
|
|
848
|
+
--tw-translate-x: 0px;
|
|
849
849
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
850
850
|
}
|
|
851
851
|
.fc\:translate-x-4\.5 {
|
|
@@ -956,54 +956,40 @@
|
|
|
956
956
|
.fc\:gap-\[18px\] {
|
|
957
957
|
gap: 18px;
|
|
958
958
|
}
|
|
959
|
-
.fc\:space-y-3 {
|
|
960
|
-
:
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
:
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
:
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
:
|
|
989
|
-
|
|
990
|
-
margin-block-start: calc(calc(var(--fc-spacing) * 8) * var(--tw-space-y-reverse));
|
|
991
|
-
margin-block-end: calc(calc(var(--fc-spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
.fc\:divide-y {
|
|
995
|
-
:where(& > :not(:last-child)) {
|
|
996
|
-
--tw-divide-y-reverse: 0;
|
|
997
|
-
border-bottom-style: var(--tw-border-style);
|
|
998
|
-
border-top-style: var(--tw-border-style);
|
|
999
|
-
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
1000
|
-
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
1001
|
-
}
|
|
959
|
+
:where(.fc\:space-y-3 > :not(:last-child)) {
|
|
960
|
+
--tw-space-y-reverse: 0;
|
|
961
|
+
margin-block-start: calc(calc(var(--fc-spacing) * 3) * var(--tw-space-y-reverse));
|
|
962
|
+
margin-block-end: calc(calc(var(--fc-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
|
|
963
|
+
}
|
|
964
|
+
:where(.fc\:space-y-4 > :not(:last-child)) {
|
|
965
|
+
--tw-space-y-reverse: 0;
|
|
966
|
+
margin-block-start: calc(calc(var(--fc-spacing) * 4) * var(--tw-space-y-reverse));
|
|
967
|
+
margin-block-end: calc(calc(var(--fc-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
968
|
+
}
|
|
969
|
+
:where(.fc\:space-y-5 > :not(:last-child)) {
|
|
970
|
+
--tw-space-y-reverse: 0;
|
|
971
|
+
margin-block-start: calc(calc(var(--fc-spacing) * 5) * var(--tw-space-y-reverse));
|
|
972
|
+
margin-block-end: calc(calc(var(--fc-spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
|
|
973
|
+
}
|
|
974
|
+
:where(.fc\:space-y-6 > :not(:last-child)) {
|
|
975
|
+
--tw-space-y-reverse: 0;
|
|
976
|
+
margin-block-start: calc(calc(var(--fc-spacing) * 6) * var(--tw-space-y-reverse));
|
|
977
|
+
margin-block-end: calc(calc(var(--fc-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
|
|
978
|
+
}
|
|
979
|
+
:where(.fc\:space-y-8 > :not(:last-child)) {
|
|
980
|
+
--tw-space-y-reverse: 0;
|
|
981
|
+
margin-block-start: calc(calc(var(--fc-spacing) * 8) * var(--tw-space-y-reverse));
|
|
982
|
+
margin-block-end: calc(calc(var(--fc-spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
|
|
983
|
+
}
|
|
984
|
+
:where(.fc\:divide-y > :not(:last-child)) {
|
|
985
|
+
--tw-divide-y-reverse: 0;
|
|
986
|
+
border-bottom-style: var(--tw-border-style);
|
|
987
|
+
border-top-style: var(--tw-border-style);
|
|
988
|
+
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
989
|
+
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
1002
990
|
}
|
|
1003
|
-
.fc\:divide-slate-100 {
|
|
1004
|
-
:
|
|
1005
|
-
border-color: var(--fc-color-slate-100);
|
|
1006
|
-
}
|
|
991
|
+
:where(.fc\:divide-slate-100 > :not(:last-child)) {
|
|
992
|
+
border-color: var(--fc-color-slate-100);
|
|
1007
993
|
}
|
|
1008
994
|
.fc\:truncate {
|
|
1009
995
|
overflow: hidden;
|
|
@@ -1934,10 +1920,8 @@
|
|
|
1934
1920
|
-webkit-font-smoothing: antialiased;
|
|
1935
1921
|
-moz-osx-font-smoothing: grayscale;
|
|
1936
1922
|
}
|
|
1937
|
-
.fc\:placeholder-slate-400 {
|
|
1938
|
-
|
|
1939
|
-
color: var(--fc-color-slate-400);
|
|
1940
|
-
}
|
|
1923
|
+
.fc\:placeholder-slate-400::placeholder {
|
|
1924
|
+
color: var(--fc-color-slate-400);
|
|
1941
1925
|
}
|
|
1942
1926
|
.fc\:opacity-0 {
|
|
1943
1927
|
opacity: 0%;
|
|
@@ -2255,236 +2239,142 @@
|
|
|
2255
2239
|
-webkit-user-select: none;
|
|
2256
2240
|
user-select: none;
|
|
2257
2241
|
}
|
|
2258
|
-
.fc\:peer-checked\:bg-indigo-600 {
|
|
2259
|
-
|
|
2260
|
-
background-color: var(--fc-color-indigo-600);
|
|
2261
|
-
}
|
|
2242
|
+
.fc\:peer-checked\:bg-indigo-600:is(:where(.fc\:peer):checked ~ *) {
|
|
2243
|
+
background-color: var(--fc-color-indigo-600);
|
|
2262
2244
|
}
|
|
2263
|
-
.fc\:peer-focus\:outline-none {
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
outline-style: none;
|
|
2267
|
-
}
|
|
2245
|
+
.fc\:peer-focus\:outline-none:is(:where(.fc\:peer):focus ~ *) {
|
|
2246
|
+
--tw-outline-style: none;
|
|
2247
|
+
outline-style: none;
|
|
2268
2248
|
}
|
|
2269
|
-
.fc\:after\:absolute {
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
position: absolute;
|
|
2273
|
-
}
|
|
2249
|
+
.fc\:after\:absolute::after {
|
|
2250
|
+
content: var(--tw-content);
|
|
2251
|
+
position: absolute;
|
|
2274
2252
|
}
|
|
2275
|
-
.fc\:after\:top-\[2px\] {
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
top: 2px;
|
|
2279
|
-
}
|
|
2253
|
+
.fc\:after\:top-\[2px\]::after {
|
|
2254
|
+
content: var(--tw-content);
|
|
2255
|
+
top: 2px;
|
|
2280
2256
|
}
|
|
2281
|
-
.fc\:after\:left-\[2px\] {
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
left: 2px;
|
|
2285
|
-
}
|
|
2257
|
+
.fc\:after\:left-\[2px\]::after {
|
|
2258
|
+
content: var(--tw-content);
|
|
2259
|
+
left: 2px;
|
|
2286
2260
|
}
|
|
2287
|
-
.fc\:after\:h-4 {
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
height: calc(var(--fc-spacing) * 4);
|
|
2291
|
-
}
|
|
2261
|
+
.fc\:after\:h-4::after {
|
|
2262
|
+
content: var(--tw-content);
|
|
2263
|
+
height: calc(var(--fc-spacing) * 4);
|
|
2292
2264
|
}
|
|
2293
|
-
.fc\:after\:w-4 {
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
width: calc(var(--fc-spacing) * 4);
|
|
2297
|
-
}
|
|
2265
|
+
.fc\:after\:w-4::after {
|
|
2266
|
+
content: var(--tw-content);
|
|
2267
|
+
width: calc(var(--fc-spacing) * 4);
|
|
2298
2268
|
}
|
|
2299
|
-
.fc\:after\:rounded-full {
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
border-radius: calc(infinity * 1px);
|
|
2303
|
-
}
|
|
2269
|
+
.fc\:after\:rounded-full::after {
|
|
2270
|
+
content: var(--tw-content);
|
|
2271
|
+
border-radius: calc(infinity * 1px);
|
|
2304
2272
|
}
|
|
2305
|
-
.fc\:after\:border {
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
border-width: 1px;
|
|
2310
|
-
}
|
|
2273
|
+
.fc\:after\:border::after {
|
|
2274
|
+
content: var(--tw-content);
|
|
2275
|
+
border-style: var(--tw-border-style);
|
|
2276
|
+
border-width: 1px;
|
|
2311
2277
|
}
|
|
2312
|
-
.fc\:after\:border-slate-300 {
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
border-color: var(--fc-color-slate-300);
|
|
2316
|
-
}
|
|
2278
|
+
.fc\:after\:border-slate-300::after {
|
|
2279
|
+
content: var(--tw-content);
|
|
2280
|
+
border-color: var(--fc-color-slate-300);
|
|
2317
2281
|
}
|
|
2318
|
-
.fc\:after\:bg-white {
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
background-color: var(--fc-color-white);
|
|
2322
|
-
}
|
|
2282
|
+
.fc\:after\:bg-white::after {
|
|
2283
|
+
content: var(--tw-content);
|
|
2284
|
+
background-color: var(--fc-color-white);
|
|
2323
2285
|
}
|
|
2324
|
-
.fc\:after\:transition-all {
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
transition-duration: var(--tw-duration, var(--fc-default-transition-duration));
|
|
2330
|
-
}
|
|
2286
|
+
.fc\:after\:transition-all::after {
|
|
2287
|
+
content: var(--tw-content);
|
|
2288
|
+
transition-property: all;
|
|
2289
|
+
transition-timing-function: var(--tw-ease, var(--fc-default-transition-timing-function));
|
|
2290
|
+
transition-duration: var(--tw-duration, var(--fc-default-transition-duration));
|
|
2331
2291
|
}
|
|
2332
|
-
.fc\:after\:content-\[\'\'\] {
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
content: var(--tw-content);
|
|
2336
|
-
}
|
|
2292
|
+
.fc\:after\:content-\[\'\'\]::after {
|
|
2293
|
+
--tw-content: "";
|
|
2294
|
+
content: var(--tw-content);
|
|
2337
2295
|
}
|
|
2338
|
-
.fc\:peer-checked\:after\:translate-x-full {
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
--tw-translate-x: 100%;
|
|
2343
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2344
|
-
}
|
|
2345
|
-
}
|
|
2296
|
+
.fc\:peer-checked\:after\:translate-x-full:is(:where(.fc\:peer):checked ~ *)::after {
|
|
2297
|
+
content: var(--tw-content);
|
|
2298
|
+
--tw-translate-x: 100%;
|
|
2299
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2346
2300
|
}
|
|
2347
|
-
.fc\:peer-checked\:after\:border-white {
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
content: var(--tw-content);
|
|
2351
|
-
border-color: var(--fc-color-white);
|
|
2352
|
-
}
|
|
2353
|
-
}
|
|
2301
|
+
.fc\:peer-checked\:after\:border-white:is(:where(.fc\:peer):checked ~ *)::after {
|
|
2302
|
+
content: var(--tw-content);
|
|
2303
|
+
border-color: var(--fc-color-white);
|
|
2354
2304
|
}
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
border-color: var(--fc-color-blue-600);
|
|
2359
|
-
}
|
|
2305
|
+
@media (hover: hover) {
|
|
2306
|
+
.fc\:hover\:border-blue-600:hover {
|
|
2307
|
+
border-color: var(--fc-color-blue-600);
|
|
2360
2308
|
}
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
&:hover {
|
|
2364
|
-
@media (hover: hover) {
|
|
2365
|
-
border-color: var(--fc-color-slate-300);
|
|
2366
|
-
}
|
|
2309
|
+
.fc\:hover\:border-slate-300:hover {
|
|
2310
|
+
border-color: var(--fc-color-slate-300);
|
|
2367
2311
|
}
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
&:hover {
|
|
2371
|
-
@media (hover: hover) {
|
|
2372
|
-
background-color: var(--fc-color-blue-50);
|
|
2373
|
-
}
|
|
2312
|
+
.fc\:hover\:bg-blue-50:hover {
|
|
2313
|
+
background-color: var(--fc-color-blue-50);
|
|
2374
2314
|
}
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
&:hover {
|
|
2378
|
-
@media (hover: hover) {
|
|
2379
|
-
background-color: var(--fc-color-blue-600);
|
|
2380
|
-
}
|
|
2315
|
+
.fc\:hover\:bg-blue-600:hover {
|
|
2316
|
+
background-color: var(--fc-color-blue-600);
|
|
2381
2317
|
}
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
&:hover {
|
|
2385
|
-
@media (hover: hover) {
|
|
2386
|
-
background-color: var(--fc-color-gray-50);
|
|
2387
|
-
}
|
|
2318
|
+
.fc\:hover\:bg-gray-50:hover {
|
|
2319
|
+
background-color: var(--fc-color-gray-50);
|
|
2388
2320
|
}
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
&:hover {
|
|
2392
|
-
@media (hover: hover) {
|
|
2393
|
-
background-color: var(--fc-color-indigo-700);
|
|
2394
|
-
}
|
|
2321
|
+
.fc\:hover\:bg-indigo-700:hover {
|
|
2322
|
+
background-color: var(--fc-color-indigo-700);
|
|
2395
2323
|
}
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
&:hover {
|
|
2399
|
-
@media (hover: hover) {
|
|
2400
|
-
background-color: var(--fc-color-red-700);
|
|
2401
|
-
}
|
|
2324
|
+
.fc\:hover\:bg-red-700:hover {
|
|
2325
|
+
background-color: var(--fc-color-red-700);
|
|
2402
2326
|
}
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
&:hover {
|
|
2406
|
-
@media (hover: hover) {
|
|
2407
|
-
background-color: var(--fc-color-slate-50);
|
|
2408
|
-
}
|
|
2327
|
+
.fc\:hover\:bg-slate-50:hover {
|
|
2328
|
+
background-color: var(--fc-color-slate-50);
|
|
2409
2329
|
}
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
&:hover {
|
|
2413
|
-
@media (hover: hover) {
|
|
2414
|
-
background-color: var(--fc-color-slate-50);
|
|
2415
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2416
|
-
background-color: color-mix(in oklab, var(--fc-color-slate-50) 60%, transparent);
|
|
2417
|
-
}
|
|
2418
|
-
}
|
|
2330
|
+
.fc\:hover\:bg-slate-50\/60:hover {
|
|
2331
|
+
background-color: var(--fc-color-slate-50);
|
|
2419
2332
|
}
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
@media (hover: hover) {
|
|
2424
|
-
background-color: var(--fc-color-slate-100);
|
|
2333
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2334
|
+
.fc\:hover\:bg-slate-50\/60:hover {
|
|
2335
|
+
background-color: color-mix(in oklab, var(--fc-color-slate-50) 60%, transparent);
|
|
2425
2336
|
}
|
|
2426
2337
|
}
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
&:hover {
|
|
2430
|
-
@media (hover: hover) {
|
|
2431
|
-
color: #2563eb;
|
|
2432
|
-
}
|
|
2338
|
+
.fc\:hover\:bg-slate-100:hover {
|
|
2339
|
+
background-color: var(--fc-color-slate-100);
|
|
2433
2340
|
}
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
&:hover {
|
|
2437
|
-
@media (hover: hover) {
|
|
2438
|
-
color: var(--fc-color-gray-900);
|
|
2439
|
-
}
|
|
2341
|
+
.fc\:hover\:text-\[\#2563eb\]:hover {
|
|
2342
|
+
color: #2563eb;
|
|
2440
2343
|
}
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
&:hover {
|
|
2444
|
-
@media (hover: hover) {
|
|
2445
|
-
color: var(--fc-color-slate-600);
|
|
2446
|
-
}
|
|
2344
|
+
.fc\:hover\:text-gray-900:hover {
|
|
2345
|
+
color: var(--fc-color-gray-900);
|
|
2447
2346
|
}
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
&:hover {
|
|
2451
|
-
@media (hover: hover) {
|
|
2452
|
-
color: var(--fc-color-white);
|
|
2453
|
-
}
|
|
2347
|
+
.fc\:hover\:text-slate-600:hover {
|
|
2348
|
+
color: var(--fc-color-slate-600);
|
|
2454
2349
|
}
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
&:focus {
|
|
2458
|
-
border-color: var(--fc-color-indigo-500);
|
|
2350
|
+
.fc\:hover\:text-white:hover {
|
|
2351
|
+
color: var(--fc-color-white);
|
|
2459
2352
|
}
|
|
2460
2353
|
}
|
|
2461
|
-
.fc\:focus\:
|
|
2462
|
-
|
|
2463
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2464
|
-
box-shadow:
|
|
2465
|
-
var(--tw-inset-shadow),
|
|
2466
|
-
var(--tw-inset-ring-shadow),
|
|
2467
|
-
var(--tw-ring-offset-shadow),
|
|
2468
|
-
var(--tw-ring-shadow),
|
|
2469
|
-
var(--tw-shadow);
|
|
2470
|
-
}
|
|
2354
|
+
.fc\:focus\:border-indigo-500:focus {
|
|
2355
|
+
border-color: var(--fc-color-indigo-500);
|
|
2471
2356
|
}
|
|
2472
|
-
.fc\:focus\:ring-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2357
|
+
.fc\:focus\:ring-2:focus {
|
|
2358
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2359
|
+
box-shadow:
|
|
2360
|
+
var(--tw-inset-shadow),
|
|
2361
|
+
var(--tw-inset-ring-shadow),
|
|
2362
|
+
var(--tw-ring-offset-shadow),
|
|
2363
|
+
var(--tw-ring-shadow),
|
|
2364
|
+
var(--tw-shadow);
|
|
2479
2365
|
}
|
|
2480
|
-
.fc\:focus\:
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2366
|
+
.fc\:focus\:ring-indigo-500\/10:focus {
|
|
2367
|
+
--tw-ring-color: var(--fc-color-indigo-500);
|
|
2368
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2369
|
+
--tw-ring-color: color-mix(in oklab, var(--fc-color-indigo-500) 10%, transparent);
|
|
2484
2370
|
}
|
|
2485
2371
|
}
|
|
2486
|
-
.fc\:
|
|
2487
|
-
|
|
2372
|
+
.fc\:focus\:outline-none:focus {
|
|
2373
|
+
--tw-outline-style: none;
|
|
2374
|
+
outline-style: none;
|
|
2375
|
+
}
|
|
2376
|
+
@media (width >= 48rem) {
|
|
2377
|
+
.fc\:md\:grid-cols-2 {
|
|
2488
2378
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2489
2379
|
}
|
|
2490
2380
|
}
|
|
@@ -2639,4 +2529,4 @@
|
|
|
2639
2529
|
}
|
|
2640
2530
|
}
|
|
2641
2531
|
}
|
|
2642
|
-
/*! tailwindcss v4.3.
|
|
2532
|
+
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|