create-gardener 1.1.6 → 1.1.8

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.
Files changed (32) hide show
  1. package/Readme.md +2 -313
  2. package/package.json +1 -1
  3. package/template/package.json +11 -12
  4. package/template/pnpm-lock.yaml +1545 -0
  5. package/template/src/backend/controllers/gardener.controller.ts +7 -32
  6. package/template/src/backend/routes/gardener.route.ts +2 -1
  7. package/template/src/backend/server.ts +1 -1
  8. package/template/src/frontend/frontendtemplate.ejs +4 -4
  9. package/template/src/frontend/gardenerST.js +430 -0
  10. package/template/src/frontend/static/components/emailsvg.js +55 -0
  11. package/template/src/frontend/{components → static/components}/eyeoff.js +1 -1
  12. package/template/src/frontend/static/components/eyeon.js +43 -0
  13. package/template/src/frontend/{components → static/components}/notification.js +1 -1
  14. package/template/src/frontend/{components → static/components}/passwordBox.js +3 -3
  15. package/template/src/frontend/static/components/test.js +54 -0
  16. package/template/src/frontend/{gardener.js → static/gardener.js} +76 -4
  17. package/template/src/frontend/static/style.css +1048 -0
  18. package/template/src/frontend/style.css +148 -350
  19. package/template/src/frontend/views/_.ejs +17 -8
  20. package/template/src/frontend/views/_login.ejs +8 -8
  21. package/template/tsconfig.json +1 -1
  22. package/.direnv/bin/nix-direnv-reload +0 -19
  23. package/.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc +0 -2140
  24. package/.envrc +0 -1
  25. package/template/Readme.md +0 -349
  26. package/template/src/frontend/components/emailsvg.js +0 -55
  27. package/template/src/frontend/components/eyeon.js +0 -44
  28. package/template/src/frontend/components/test.js +0 -54
  29. /package/template/src/{backend → frontend/static}/cache/gardener_500x500.webp +0 -0
  30. /package/template/src/frontend/{components → static/components}/nonui/api.js +0 -0
  31. /package/template/src/frontend/{global.js → static/global.js} +0 -0
  32. /package/template/src/frontend/{style2.css → static/style2.css} +0 -0
@@ -8,12 +8,14 @@
8
8
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
9
9
  monospace;
10
10
  --color-red-300: oklch(80.8% 0.114 19.571);
11
+ --color-green-200: oklch(92.5% 0.084 155.995);
11
12
  --color-green-300: oklch(87.1% 0.15 154.449);
12
13
  --color-green-500: oklch(72.3% 0.219 149.579);
13
14
  --color-emerald-50: oklch(97.9% 0.021 166.113);
14
15
  --color-emerald-300: oklch(84.5% 0.143 164.978);
15
16
  --color-cyan-50: oklch(98.4% 0.019 200.873);
16
- --color-slate-50: oklch(98.4% 0.003 247.858);
17
+ --color-blue-400: oklch(70.7% 0.165 254.624);
18
+ --color-blue-800: oklch(42.4% 0.199 265.638);
17
19
  --color-slate-100: oklch(96.8% 0.007 247.896);
18
20
  --color-slate-200: oklch(92.9% 0.013 255.508);
19
21
  --color-slate-300: oklch(86.9% 0.022 252.894);
@@ -24,10 +26,11 @@
24
26
  --color-slate-900: oklch(20.8% 0.042 265.755);
25
27
  --color-gray-200: oklch(92.8% 0.006 264.531);
26
28
  --color-gray-500: oklch(55.1% 0.027 264.364);
29
+ --color-gray-900: oklch(21% 0.034 264.665);
27
30
  --color-black: #000;
28
31
  --color-white: #fff;
29
32
  --spacing: 0.25rem;
30
- --container-xl: 36rem;
33
+ --container-sm: 24rem;
31
34
  --container-2xl: 42rem;
32
35
  --container-7xl: 80rem;
33
36
  --text-sm: 0.875rem;
@@ -44,14 +47,17 @@
44
47
  --text-4xl--line-height: calc(2.5 / 2.25);
45
48
  --text-5xl: 3rem;
46
49
  --text-5xl--line-height: 1;
50
+ --font-weight-medium: 500;
47
51
  --font-weight-semibold: 600;
48
52
  --font-weight-bold: 700;
53
+ --tracking-wide: 0.025em;
49
54
  --leading-relaxed: 1.625;
50
55
  --radius-md: 0.375rem;
51
56
  --radius-lg: 0.5rem;
52
57
  --radius-xl: 0.75rem;
53
58
  --radius-2xl: 1rem;
54
59
  --radius-3xl: 1.5rem;
60
+ --blur-md: 12px;
55
61
  --default-transition-duration: 150ms;
56
62
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
57
63
  --default-font-family: var(--font-sans);
@@ -207,50 +213,29 @@
207
213
  }
208
214
  }
209
215
  @layer utilities {
210
- .collapse {
211
- visibility: collapse;
212
- }
213
- .invisible {
214
- visibility: hidden;
215
- }
216
216
  .visible {
217
217
  visibility: visible;
218
218
  }
219
- .\!static {
220
- position: static !important;
221
- }
222
219
  .absolute {
223
220
  position: absolute;
224
221
  }
225
222
  .fixed {
226
223
  position: fixed;
227
224
  }
228
- .relative {
229
- position: relative;
230
- }
231
225
  .static {
232
226
  position: static;
233
227
  }
234
- .sticky {
235
- position: sticky;
236
- }
237
228
  .top-0 {
238
229
  top: calc(var(--spacing) * 0);
239
230
  }
240
- .top-1 {
241
- top: calc(var(--spacing) * 1);
242
- }
243
231
  .top-1\/4 {
244
232
  top: calc(1/4 * 100%);
245
233
  }
246
- .top-2 {
247
- top: calc(var(--spacing) * 2);
248
- }
249
234
  .top-2\/5 {
250
235
  top: calc(2/5 * 100%);
251
236
  }
252
- .top-100 {
253
- top: calc(var(--spacing) * 100);
237
+ .top-\[-60px\] {
238
+ top: -60px;
254
239
  }
255
240
  .right-0 {
256
241
  right: calc(var(--spacing) * 0);
@@ -258,32 +243,26 @@
258
243
  .right-2 {
259
244
  right: calc(var(--spacing) * 2);
260
245
  }
261
- .-bottom-22 {
262
- bottom: calc(var(--spacing) * -22);
263
- }
264
246
  .bottom-0 {
265
247
  bottom: calc(var(--spacing) * 0);
266
248
  }
267
249
  .bottom-22 {
268
250
  bottom: calc(var(--spacing) * 22);
269
251
  }
270
- .left-1 {
271
- left: calc(var(--spacing) * 1);
252
+ .left-0 {
253
+ left: calc(var(--spacing) * 0);
272
254
  }
273
255
  .left-1\/4 {
274
256
  left: calc(1/4 * 100%);
275
257
  }
276
- .left-2 {
277
- left: calc(var(--spacing) * 2);
278
- }
279
258
  .left-2\/5 {
280
259
  left: calc(2/5 * 100%);
281
260
  }
282
261
  .left-\[100vw\] {
283
262
  left: 100vw;
284
263
  }
285
- .isolate {
286
- isolation: isolate;
264
+ .z-50 {
265
+ z-index: 50;
287
266
  }
288
267
  .z-90 {
289
268
  z-index: 90;
@@ -291,93 +270,42 @@
291
270
  .z-100 {
292
271
  z-index: 100;
293
272
  }
294
- .order-4 {
295
- order: 4;
296
- }
297
- .\!container {
298
- width: 100% !important;
299
- @media (width >= 40rem) {
300
- max-width: 40rem !important;
301
- }
302
- @media (width >= 48rem) {
303
- max-width: 48rem !important;
304
- }
305
- @media (width >= 64rem) {
306
- max-width: 64rem !important;
307
- }
308
- @media (width >= 80rem) {
309
- max-width: 80rem !important;
310
- }
311
- @media (width >= 96rem) {
312
- max-width: 96rem !important;
313
- }
314
- }
315
- .container {
316
- width: 100%;
317
- @media (width >= 40rem) {
318
- max-width: 40rem;
319
- }
320
- @media (width >= 48rem) {
321
- max-width: 48rem;
322
- }
323
- @media (width >= 64rem) {
324
- max-width: 64rem;
325
- }
326
- @media (width >= 80rem) {
327
- max-width: 80rem;
328
- }
329
- @media (width >= 96rem) {
330
- max-width: 96rem;
331
- }
332
- }
333
273
  .mx-auto {
334
274
  margin-inline: auto;
335
275
  }
336
- .mt-1 {
337
- margin-top: calc(var(--spacing) * 1);
276
+ .my-1 {
277
+ margin-block: calc(var(--spacing) * 1);
278
+ }
279
+ .mt-3 {
280
+ margin-top: calc(var(--spacing) * 3);
338
281
  }
339
282
  .mt-4 {
340
283
  margin-top: calc(var(--spacing) * 4);
341
284
  }
342
- .mt-940 {
343
- margin-top: calc(var(--spacing) * 940);
344
- }
345
- .mb-2 {
346
- margin-bottom: calc(var(--spacing) * 2);
285
+ .mt-5 {
286
+ margin-top: calc(var(--spacing) * 5);
347
287
  }
348
- .ml-4 {
349
- margin-left: calc(var(--spacing) * 4);
288
+ .box-border {
289
+ box-sizing: border-box;
350
290
  }
351
291
  .block {
352
292
  display: block;
353
293
  }
354
- .contents {
355
- display: contents;
356
- }
357
294
  .flex {
358
295
  display: flex;
359
296
  }
360
297
  .grid {
361
298
  display: grid;
362
299
  }
363
- .hidden {
364
- display: none;
365
- }
366
- .inline {
367
- display: inline;
368
- }
369
300
  .inline-block {
370
301
  display: inline-block;
371
302
  }
372
- .table {
373
- display: table;
374
- }
375
- .h-2 {
376
- height: calc(var(--spacing) * 2);
377
- }
378
303
  .h-2\/4 {
379
304
  height: calc(2/4 * 100%);
380
305
  }
306
+ .h-8 {
307
+ height: calc(var(--spacing) * 8);
308
+ }
381
309
  .h-15 {
382
310
  height: calc(var(--spacing) * 15);
383
311
  }
@@ -387,20 +315,23 @@
387
315
  .h-screen {
388
316
  height: 100vh;
389
317
  }
390
- .w-2 {
391
- width: calc(var(--spacing) * 2);
318
+ .min-h-100 {
319
+ min-height: calc(var(--spacing) * 100);
392
320
  }
393
321
  .w-2\/4 {
394
322
  width: calc(2/4 * 100%);
395
323
  }
324
+ .w-3\/4 {
325
+ width: calc(3/4 * 100%);
326
+ }
396
327
  .w-15 {
397
328
  width: calc(var(--spacing) * 15);
398
329
  }
399
330
  .w-64 {
400
331
  width: calc(var(--spacing) * 64);
401
332
  }
402
- .w-72 {
403
- width: calc(var(--spacing) * 72);
333
+ .w-90 {
334
+ width: calc(var(--spacing) * 90);
404
335
  }
405
336
  .w-500 {
406
337
  width: calc(var(--spacing) * 500);
@@ -417,32 +348,14 @@
417
348
  .max-w-7xl {
418
349
  max-width: var(--container-7xl);
419
350
  }
420
- .max-w-xl {
421
- max-width: var(--container-xl);
422
- }
423
- .flex-shrink {
424
- flex-shrink: 1;
351
+ .max-w-sm {
352
+ max-width: var(--container-sm);
425
353
  }
426
- .shrink {
427
- flex-shrink: 1;
354
+ .min-w-100 {
355
+ min-width: calc(var(--spacing) * 100);
428
356
  }
429
- .flex-grow {
430
- flex-grow: 1;
431
- }
432
- .grow {
433
- flex-grow: 1;
434
- }
435
- .border-collapse {
436
- border-collapse: collapse;
437
- }
438
- .scale-15878 {
439
- --tw-scale-x: 15878%;
440
- --tw-scale-y: 15878%;
441
- --tw-scale-z: 15878%;
442
- scale: var(--tw-scale-x) var(--tw-scale-y);
443
- }
444
- .rotate-180 {
445
- rotate: 180deg;
357
+ .flex-1 {
358
+ flex: 1;
446
359
  }
447
360
  .transform {
448
361
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
@@ -450,9 +363,6 @@
450
363
  .cursor-pointer {
451
364
  cursor: pointer;
452
365
  }
453
- .resize {
454
- resize: both;
455
- }
456
366
  .list-inside {
457
367
  list-style-position: inside;
458
368
  }
@@ -465,9 +375,6 @@
465
375
  .flex-col {
466
376
  flex-direction: column;
467
377
  }
468
- .flex-wrap {
469
- flex-wrap: wrap;
470
- }
471
378
  .items-center {
472
379
  align-items: center;
473
380
  }
@@ -516,18 +423,18 @@
516
423
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
517
424
  }
518
425
  }
519
- .space-y-6 {
426
+ .space-y-5 {
520
427
  :where(& > :not(:last-child)) {
521
428
  --tw-space-y-reverse: 0;
522
- margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
523
- margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
429
+ margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
430
+ margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
524
431
  }
525
432
  }
526
- .space-y-8 {
433
+ .space-y-6 {
527
434
  :where(& > :not(:last-child)) {
528
435
  --tw-space-y-reverse: 0;
529
- margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
530
- margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
436
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
437
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
531
438
  }
532
439
  }
533
440
  .space-y-10 {
@@ -537,13 +444,6 @@
537
444
  margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
538
445
  }
539
446
  }
540
- .space-y-16 {
541
- :where(& > :not(:last-child)) {
542
- --tw-space-y-reverse: 0;
543
- margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
544
- margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
545
- }
546
- }
547
447
  .space-y-20 {
548
448
  :where(& > :not(:last-child)) {
549
449
  --tw-space-y-reverse: 0;
@@ -551,10 +451,12 @@
551
451
  margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
552
452
  }
553
453
  }
554
- .truncate {
555
- overflow: hidden;
556
- text-overflow: ellipsis;
557
- white-space: nowrap;
454
+ .space-x-1 {
455
+ :where(& > :not(:last-child)) {
456
+ --tw-space-x-reverse: 0;
457
+ margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
458
+ margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
459
+ }
558
460
  }
559
461
  .overflow-scroll {
560
462
  overflow: scroll;
@@ -606,27 +508,42 @@
606
508
  .border-black {
607
509
  border-color: var(--color-black);
608
510
  }
511
+ .border-gray-900 {
512
+ border-color: var(--color-gray-900);
513
+ }
609
514
  .border-slate-200 {
610
515
  border-color: var(--color-slate-200);
611
516
  }
612
517
  .border-slate-300 {
613
518
  border-color: var(--color-slate-300);
614
519
  }
520
+ .bg-\[\#2e7d32\] {
521
+ background-color: #2e7d32;
522
+ }
523
+ .bg-\[\#d32f2f\] {
524
+ background-color: #d32f2f;
525
+ }
526
+ .bg-\[\#ed6c02\] {
527
+ background-color: #ed6c02;
528
+ }
529
+ .bg-blue-400 {
530
+ background-color: var(--color-blue-400);
531
+ }
615
532
  .bg-gray-200 {
616
533
  background-color: var(--color-gray-200);
617
534
  }
618
535
  .bg-gray-500 {
619
536
  background-color: var(--color-gray-500);
620
537
  }
538
+ .bg-green-200 {
539
+ background-color: var(--color-green-200);
540
+ }
621
541
  .bg-green-300 {
622
542
  background-color: var(--color-green-300);
623
543
  }
624
544
  .bg-red-300 {
625
545
  background-color: var(--color-red-300);
626
546
  }
627
- .bg-slate-50 {
628
- background-color: var(--color-slate-50);
629
- }
630
547
  .bg-slate-100 {
631
548
  background-color: var(--color-slate-100);
632
549
  }
@@ -636,13 +553,6 @@
636
553
  .bg-white {
637
554
  background-color: var(--color-white);
638
555
  }
639
- .bg-linear-to-br {
640
- --tw-gradient-position: to bottom right;
641
- @supports (background-image: linear-gradient(in lab, red, red)) {
642
- --tw-gradient-position: to bottom right in oklab;
643
- }
644
- background-image: linear-gradient(var(--tw-gradient-stops));
645
- }
646
556
  .bg-gradient-to-br {
647
557
  --tw-gradient-position: to bottom right in oklab;
648
558
  background-image: linear-gradient(var(--tw-gradient-stops));
@@ -651,21 +561,19 @@
651
561
  --tw-gradient-from: var(--color-emerald-50);
652
562
  --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));
653
563
  }
654
- .from-slate-900 {
655
- --tw-gradient-from: var(--color-slate-900);
656
- --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));
657
- }
658
564
  .to-cyan-50 {
659
565
  --tw-gradient-to: var(--color-cyan-50);
660
566
  --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));
661
567
  }
662
- .to-slate-800 {
663
- --tw-gradient-to: var(--color-slate-800);
664
- --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));
568
+ .p-1 {
569
+ padding: calc(var(--spacing) * 1);
665
570
  }
666
571
  .p-2 {
667
572
  padding: calc(var(--spacing) * 2);
668
573
  }
574
+ .p-3 {
575
+ padding: calc(var(--spacing) * 3);
576
+ }
669
577
  .p-4 {
670
578
  padding: calc(var(--spacing) * 4);
671
579
  }
@@ -681,12 +589,12 @@
681
589
  .p-10 {
682
590
  padding: calc(var(--spacing) * 10);
683
591
  }
684
- .px-1 {
685
- padding-inline: calc(var(--spacing) * 1);
686
- }
687
592
  .px-2 {
688
593
  padding-inline: calc(var(--spacing) * 2);
689
594
  }
595
+ .px-4 {
596
+ padding-inline: calc(var(--spacing) * 4);
597
+ }
690
598
  .px-5 {
691
599
  padding-inline: calc(var(--spacing) * 5);
692
600
  }
@@ -699,27 +607,21 @@
699
607
  .py-3 {
700
608
  padding-block: calc(var(--spacing) * 3);
701
609
  }
702
- .py-10 {
703
- padding-block: calc(var(--spacing) * 10);
704
- }
705
610
  .py-12 {
706
611
  padding-block: calc(var(--spacing) * 12);
707
612
  }
708
- .pb-1 {
709
- padding-bottom: calc(var(--spacing) * 1);
710
- }
711
613
  .pb-1\.5 {
712
614
  padding-bottom: calc(var(--spacing) * 1.5);
713
615
  }
714
- .pl-58661 {
715
- padding-left: calc(var(--spacing) * 58661);
716
- }
717
616
  .text-center {
718
617
  text-align: center;
719
618
  }
720
619
  .text-left {
721
620
  text-align: left;
722
621
  }
622
+ .text-right {
623
+ text-align: right;
624
+ }
723
625
  .font-mono {
724
626
  font-family: var(--font-mono);
725
627
  }
@@ -751,10 +653,6 @@
751
653
  font-size: var(--text-xl);
752
654
  line-height: var(--tw-leading, var(--text-xl--line-height));
753
655
  }
754
- .leading-15878 {
755
- --tw-leading: calc(var(--spacing) * 15878);
756
- line-height: calc(var(--spacing) * 15878);
757
- }
758
656
  .leading-relaxed {
759
657
  --tw-leading: var(--leading-relaxed);
760
658
  line-height: var(--leading-relaxed);
@@ -763,13 +661,24 @@
763
661
  --tw-font-weight: var(--font-weight-bold);
764
662
  font-weight: var(--font-weight-bold);
765
663
  }
664
+ .font-medium {
665
+ --tw-font-weight: var(--font-weight-medium);
666
+ font-weight: var(--font-weight-medium);
667
+ }
766
668
  .font-semibold {
767
669
  --tw-font-weight: var(--font-weight-semibold);
768
670
  font-weight: var(--font-weight-semibold);
769
671
  }
672
+ .tracking-wide {
673
+ --tw-tracking: var(--tracking-wide);
674
+ letter-spacing: var(--tracking-wide);
675
+ }
770
676
  .text-black {
771
677
  color: var(--color-black);
772
678
  }
679
+ .text-blue-800 {
680
+ color: var(--color-blue-800);
681
+ }
773
682
  .text-emerald-300 {
774
683
  color: var(--color-emerald-300);
775
684
  }
@@ -791,35 +700,9 @@
791
700
  .text-slate-800 {
792
701
  color: var(--color-slate-800);
793
702
  }
794
- .text-slate-900 {
795
- color: var(--color-slate-900);
796
- }
797
703
  .text-white {
798
704
  color: var(--color-white);
799
705
  }
800
- .capitalize {
801
- text-transform: capitalize;
802
- }
803
- .lowercase {
804
- text-transform: lowercase;
805
- }
806
- .uppercase {
807
- text-transform: uppercase;
808
- }
809
- .italic {
810
- font-style: italic;
811
- }
812
- .ordinal {
813
- --tw-ordinal: ordinal;
814
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
815
- }
816
- .underline {
817
- text-decoration-line: underline;
818
- }
819
- .antialiased {
820
- -webkit-font-smoothing: antialiased;
821
- -moz-osx-font-smoothing: grayscale;
822
- }
823
706
  .shadow {
824
707
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
825
708
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -836,74 +719,48 @@
836
719
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
837
720
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
838
721
  }
839
- .ring {
840
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
841
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
842
- }
843
- .outline {
844
- outline-style: var(--tw-outline-style);
845
- outline-width: 1px;
846
- }
847
- .outline-18360 {
848
- outline-style: var(--tw-outline-style);
849
- outline-width: 18360px;
850
- }
851
- .blur {
852
- --tw-blur: blur(8px);
853
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
854
- }
855
- .grayscale {
856
- --tw-grayscale: grayscale(100%);
857
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
858
- }
859
- .invert {
860
- --tw-invert: invert(100%);
861
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
862
- }
863
- .sepia {
864
- --tw-sepia: sepia(100%);
865
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
866
- }
867
- .filter {
868
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
722
+ .backdrop-blur-md {
723
+ --tw-backdrop-blur: blur(var(--blur-md));
724
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
725
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
869
726
  }
870
727
  .transition {
871
728
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
872
729
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
873
730
  transition-duration: var(--tw-duration, var(--default-transition-duration));
874
731
  }
875
- .\[a\:x\] {
876
- a: x;
877
- }
878
- .\[hw\:1\] {
879
- hw: 1;
880
- }
881
- .\[mailto\:marco-oweber\@gmx\.de\] {
882
- mailto: marco-oweber@gmx.de;
883
- }
884
- .\[nix-shell\:\~\] {
885
- nix-shell: ~;
886
- }
887
- .\[plughw\:1\,0\] {
888
- plughw: 1,0;
889
- }
890
- .\[rightalt\:G\] {
891
- rightalt: G;
732
+ .transition-all {
733
+ transition-property: all;
734
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
735
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
892
736
  }
893
- .\[testenv\:docs\] {
894
- testenv: docs;
737
+ .outline-none {
738
+ --tw-outline-style: none;
739
+ outline-style: none;
895
740
  }
896
- .\[tool\:pytest\] {
897
- tool: pytest;
741
+ .hover\:cursor-pointer {
742
+ &:hover {
743
+ @media (hover: hover) {
744
+ cursor: pointer;
745
+ }
746
+ }
898
747
  }
899
- .\[translation\:info\] {
900
- translation: info;
748
+ .hover\:bg-green-300 {
749
+ &:hover {
750
+ @media (hover: hover) {
751
+ background-color: var(--color-green-300);
752
+ }
753
+ }
901
754
  }
902
- .\[tytso\:19940520\.0036EDT\] {
903
- tytso: 19940520.0036EDT;
755
+ .md\:right-\[60px\] {
756
+ @media (width >= 48rem) {
757
+ right: 60px;
758
+ }
904
759
  }
905
- .\[vhost\:www\.example\.com\] {
906
- vhost: www.example.com;
760
+ .md\:left-auto {
761
+ @media (width >= 48rem) {
762
+ left: auto;
763
+ }
907
764
  }
908
765
  .md\:grid-cols-2 {
909
766
  @media (width >= 48rem) {
@@ -947,21 +804,6 @@
947
804
  }
948
805
  }
949
806
  }
950
- @property --tw-scale-x {
951
- syntax: "*";
952
- inherits: false;
953
- initial-value: 1;
954
- }
955
- @property --tw-scale-y {
956
- syntax: "*";
957
- inherits: false;
958
- initial-value: 1;
959
- }
960
- @property --tw-scale-z {
961
- syntax: "*";
962
- inherits: false;
963
- initial-value: 1;
964
- }
965
807
  @property --tw-rotate-x {
966
808
  syntax: "*";
967
809
  inherits: false;
@@ -987,6 +829,11 @@
987
829
  inherits: false;
988
830
  initial-value: 0;
989
831
  }
832
+ @property --tw-space-x-reverse {
833
+ syntax: "*";
834
+ inherits: false;
835
+ initial-value: 0;
836
+ }
990
837
  @property --tw-border-style {
991
838
  syntax: "*";
992
839
  inherits: false;
@@ -1042,23 +889,7 @@
1042
889
  syntax: "*";
1043
890
  inherits: false;
1044
891
  }
1045
- @property --tw-ordinal {
1046
- syntax: "*";
1047
- inherits: false;
1048
- }
1049
- @property --tw-slashed-zero {
1050
- syntax: "*";
1051
- inherits: false;
1052
- }
1053
- @property --tw-numeric-figure {
1054
- syntax: "*";
1055
- inherits: false;
1056
- }
1057
- @property --tw-numeric-spacing {
1058
- syntax: "*";
1059
- inherits: false;
1060
- }
1061
- @property --tw-numeric-fraction {
892
+ @property --tw-tracking {
1062
893
  syntax: "*";
1063
894
  inherits: false;
1064
895
  }
@@ -1127,76 +958,52 @@
1127
958
  inherits: false;
1128
959
  initial-value: 0 0 #0000;
1129
960
  }
1130
- @property --tw-outline-style {
1131
- syntax: "*";
1132
- inherits: false;
1133
- initial-value: solid;
1134
- }
1135
- @property --tw-blur {
961
+ @property --tw-backdrop-blur {
1136
962
  syntax: "*";
1137
963
  inherits: false;
1138
964
  }
1139
- @property --tw-brightness {
965
+ @property --tw-backdrop-brightness {
1140
966
  syntax: "*";
1141
967
  inherits: false;
1142
968
  }
1143
- @property --tw-contrast {
969
+ @property --tw-backdrop-contrast {
1144
970
  syntax: "*";
1145
971
  inherits: false;
1146
972
  }
1147
- @property --tw-grayscale {
973
+ @property --tw-backdrop-grayscale {
1148
974
  syntax: "*";
1149
975
  inherits: false;
1150
976
  }
1151
- @property --tw-hue-rotate {
977
+ @property --tw-backdrop-hue-rotate {
1152
978
  syntax: "*";
1153
979
  inherits: false;
1154
980
  }
1155
- @property --tw-invert {
981
+ @property --tw-backdrop-invert {
1156
982
  syntax: "*";
1157
983
  inherits: false;
1158
984
  }
1159
- @property --tw-opacity {
985
+ @property --tw-backdrop-opacity {
1160
986
  syntax: "*";
1161
987
  inherits: false;
1162
988
  }
1163
- @property --tw-saturate {
989
+ @property --tw-backdrop-saturate {
1164
990
  syntax: "*";
1165
991
  inherits: false;
1166
992
  }
1167
- @property --tw-sepia {
1168
- syntax: "*";
1169
- inherits: false;
1170
- }
1171
- @property --tw-drop-shadow {
1172
- syntax: "*";
1173
- inherits: false;
1174
- }
1175
- @property --tw-drop-shadow-color {
1176
- syntax: "*";
1177
- inherits: false;
1178
- }
1179
- @property --tw-drop-shadow-alpha {
1180
- syntax: "<percentage>";
1181
- inherits: false;
1182
- initial-value: 100%;
1183
- }
1184
- @property --tw-drop-shadow-size {
993
+ @property --tw-backdrop-sepia {
1185
994
  syntax: "*";
1186
995
  inherits: false;
1187
996
  }
1188
997
  @layer properties {
1189
998
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1190
999
  *, ::before, ::after, ::backdrop {
1191
- --tw-scale-x: 1;
1192
- --tw-scale-y: 1;
1193
- --tw-scale-z: 1;
1194
1000
  --tw-rotate-x: initial;
1195
1001
  --tw-rotate-y: initial;
1196
1002
  --tw-rotate-z: initial;
1197
1003
  --tw-skew-x: initial;
1198
1004
  --tw-skew-y: initial;
1199
1005
  --tw-space-y-reverse: 0;
1006
+ --tw-space-x-reverse: 0;
1200
1007
  --tw-border-style: solid;
1201
1008
  --tw-gradient-position: initial;
1202
1009
  --tw-gradient-from: #0000;
@@ -1209,11 +1016,7 @@
1209
1016
  --tw-gradient-to-position: 100%;
1210
1017
  --tw-leading: initial;
1211
1018
  --tw-font-weight: initial;
1212
- --tw-ordinal: initial;
1213
- --tw-slashed-zero: initial;
1214
- --tw-numeric-figure: initial;
1215
- --tw-numeric-spacing: initial;
1216
- --tw-numeric-fraction: initial;
1019
+ --tw-tracking: initial;
1217
1020
  --tw-shadow: 0 0 #0000;
1218
1021
  --tw-shadow-color: initial;
1219
1022
  --tw-shadow-alpha: 100%;
@@ -1228,20 +1031,15 @@
1228
1031
  --tw-ring-offset-width: 0px;
1229
1032
  --tw-ring-offset-color: #fff;
1230
1033
  --tw-ring-offset-shadow: 0 0 #0000;
1231
- --tw-outline-style: solid;
1232
- --tw-blur: initial;
1233
- --tw-brightness: initial;
1234
- --tw-contrast: initial;
1235
- --tw-grayscale: initial;
1236
- --tw-hue-rotate: initial;
1237
- --tw-invert: initial;
1238
- --tw-opacity: initial;
1239
- --tw-saturate: initial;
1240
- --tw-sepia: initial;
1241
- --tw-drop-shadow: initial;
1242
- --tw-drop-shadow-color: initial;
1243
- --tw-drop-shadow-alpha: 100%;
1244
- --tw-drop-shadow-size: initial;
1034
+ --tw-backdrop-blur: initial;
1035
+ --tw-backdrop-brightness: initial;
1036
+ --tw-backdrop-contrast: initial;
1037
+ --tw-backdrop-grayscale: initial;
1038
+ --tw-backdrop-hue-rotate: initial;
1039
+ --tw-backdrop-invert: initial;
1040
+ --tw-backdrop-opacity: initial;
1041
+ --tw-backdrop-saturate: initial;
1042
+ --tw-backdrop-sepia: initial;
1245
1043
  }
1246
1044
  }
1247
1045
  }