@nswds/app 1.35.0 → 1.36.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.
package/dist/globals.css CHANGED
@@ -45,7 +45,6 @@
45
45
  --color-slate-400: oklch(70.4% 0.04 256.788);
46
46
  --color-slate-500: oklch(55.4% 0.046 257.417);
47
47
  --color-slate-600: oklch(44.6% 0.043 257.281);
48
- --color-slate-700: oklch(37.2% 0.044 257.287);
49
48
  --color-slate-800: oklch(27.9% 0.041 260.031);
50
49
  --color-slate-900: oklch(20.8% 0.042 265.755);
51
50
  --color-gray-50: oklch(98.5% 0.002 247.839);
@@ -124,22 +123,31 @@
124
123
  --color-nsw-red-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
125
124
  --color-primary-200: oklch(0.9266735792514218 0.04166332334226081 227.890755564881);
126
125
  --color-primary-250: oklch(0.9110280326138016 0.05428316129852959 226.81685418252806);
126
+ --color-primary-400: oklch(0.8640913927009413 0.09214267516733594 223.59515003546923);
127
127
  --color-primary-600: oklch(0.5751126532766045 0.2298336295034379 260.75633298199585);
128
128
  --color-primary-700: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
129
129
  --color-primary-800: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
130
+ --color-accent-400: oklch(0.8508832985659317 0.08303006573514653 10.570704332640352);
130
131
  --color-accent-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
131
132
  --color-grey-50: oklch(0.9850175274112574 0 0);
132
133
  --color-grey-100: oklch(0.9700350548225147 0 0);
133
134
  --color-grey-200: oklch(0.9400701096450296 0 0);
135
+ --color-grey-250: oklch(0.9208267112856119 0.0019440594503795112 228.8687380011113);
134
136
  --color-grey-300: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
135
137
  --color-grey-400: oklch(0.8630965162073586 0.007776237801518043 228.8687380011113);
138
+ --color-grey-450: oklch(0.7539290831519737 0.008632737257709678 229.8058410593526);
136
139
  --color-grey-500: oklch(0.6447616500965888 0.009489236713901311 230.74294411759388);
140
+ --color-grey-550: oklch(0.5355942170412039 0.010345736170092946 231.68004717583517);
137
141
  --color-grey-600: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
142
+ --color-grey-700: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
138
143
  --color-grey-800: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
144
+ --color-grey-850: oklch(0.222265318606437 0.00880597576537803 242.08383926925922);
139
145
  --color-grey-900: oklch(0.17511812981113217 0.007251980042076026 242.08383926925922);
146
+ --color-grey-950: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
140
147
  --color-success-450: oklch(0.6326270919832794 0.153487552492673 142.8252122365381);
141
148
  --color-success-500: oklch(0.6047649705534097 0.16397310554979067 142.81705960187193);
142
149
  --color-success-550: oklch(0.57690284912354 0.17445865860690835 142.80890696720576);
150
+ --color-danger-350: oklch(0.6894558094295998 0.12762346824748136 18.339098516052807);
143
151
  --color-danger-450: oklch(0.5961466901234453 0.1600594003984286 18.251840020312933);
144
152
  --color-danger-500: oklch(0.5647631027123693 0.17094795668235796 18.194273652364046);
145
153
  --color-border: var(--border);
@@ -530,6 +538,421 @@
530
538
  .me-1\.5 {
531
539
  margin-inline-end: calc(var(--spacing) * 1.5);
532
540
  }
541
+ .prose {
542
+ color: var(--tw-prose-body);
543
+ max-width: 65ch;
544
+ :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
545
+ margin-top: 1.25em;
546
+ margin-bottom: 1.25em;
547
+ }
548
+ :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
549
+ color: var(--tw-prose-lead);
550
+ font-size: 1.25em;
551
+ line-height: 1.6;
552
+ margin-top: 1.2em;
553
+ margin-bottom: 1.2em;
554
+ }
555
+ :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
556
+ color: var(--tw-prose-links);
557
+ text-decoration: underline;
558
+ font-weight: 500;
559
+ }
560
+ :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
561
+ color: var(--tw-prose-bold);
562
+ font-weight: 600;
563
+ }
564
+ :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
565
+ color: inherit;
566
+ }
567
+ :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
568
+ color: inherit;
569
+ }
570
+ :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
571
+ color: inherit;
572
+ }
573
+ :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
574
+ list-style-type: decimal;
575
+ margin-top: 1.25em;
576
+ margin-bottom: 1.25em;
577
+ padding-inline-start: 1.625em;
578
+ }
579
+ :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
580
+ list-style-type: upper-alpha;
581
+ }
582
+ :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
583
+ list-style-type: lower-alpha;
584
+ }
585
+ :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
586
+ list-style-type: upper-alpha;
587
+ }
588
+ :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
589
+ list-style-type: lower-alpha;
590
+ }
591
+ :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
592
+ list-style-type: upper-roman;
593
+ }
594
+ :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
595
+ list-style-type: lower-roman;
596
+ }
597
+ :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
598
+ list-style-type: upper-roman;
599
+ }
600
+ :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
601
+ list-style-type: lower-roman;
602
+ }
603
+ :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
604
+ list-style-type: decimal;
605
+ }
606
+ :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
607
+ list-style-type: disc;
608
+ margin-top: 1.25em;
609
+ margin-bottom: 1.25em;
610
+ padding-inline-start: 1.625em;
611
+ }
612
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
613
+ font-weight: 400;
614
+ color: var(--tw-prose-counters);
615
+ }
616
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
617
+ color: var(--tw-prose-bullets);
618
+ }
619
+ :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
620
+ color: var(--tw-prose-headings);
621
+ font-weight: 600;
622
+ margin-top: 1.25em;
623
+ }
624
+ :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
625
+ border-color: var(--tw-prose-hr);
626
+ border-top-width: 1;
627
+ margin-top: 3em;
628
+ margin-bottom: 3em;
629
+ }
630
+ :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
631
+ font-weight: 500;
632
+ font-style: italic;
633
+ color: var(--tw-prose-quotes);
634
+ border-inline-start-width: 0.25rem;
635
+ border-inline-start-color: var(--tw-prose-quote-borders);
636
+ quotes: "\201C""\201D""\2018""\2019";
637
+ margin-top: 1.6em;
638
+ margin-bottom: 1.6em;
639
+ padding-inline-start: 1em;
640
+ }
641
+ :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
642
+ content: open-quote;
643
+ }
644
+ :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
645
+ content: close-quote;
646
+ }
647
+ :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
648
+ color: var(--tw-prose-headings);
649
+ font-weight: 800;
650
+ font-size: 2.25em;
651
+ margin-top: 0;
652
+ margin-bottom: 0.8888889em;
653
+ line-height: 1.1111111;
654
+ }
655
+ :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
656
+ font-weight: 900;
657
+ color: inherit;
658
+ }
659
+ :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
660
+ color: var(--tw-prose-headings);
661
+ font-weight: 700;
662
+ font-size: 1.5em;
663
+ margin-top: 2em;
664
+ margin-bottom: 1em;
665
+ line-height: 1.3333333;
666
+ }
667
+ :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
668
+ font-weight: 800;
669
+ color: inherit;
670
+ }
671
+ :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
672
+ color: var(--tw-prose-headings);
673
+ font-weight: 600;
674
+ font-size: 1.25em;
675
+ margin-top: 1.6em;
676
+ margin-bottom: 0.6em;
677
+ line-height: 1.6;
678
+ }
679
+ :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
680
+ font-weight: 700;
681
+ color: inherit;
682
+ }
683
+ :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
684
+ color: var(--tw-prose-headings);
685
+ font-weight: 600;
686
+ margin-top: 1.5em;
687
+ margin-bottom: 0.5em;
688
+ line-height: 1.5;
689
+ }
690
+ :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
691
+ font-weight: 700;
692
+ color: inherit;
693
+ }
694
+ :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
695
+ margin-top: 2em;
696
+ margin-bottom: 2em;
697
+ }
698
+ :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
699
+ display: block;
700
+ margin-top: 2em;
701
+ margin-bottom: 2em;
702
+ }
703
+ :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
704
+ margin-top: 2em;
705
+ margin-bottom: 2em;
706
+ }
707
+ :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
708
+ font-weight: 500;
709
+ font-family: inherit;
710
+ color: var(--tw-prose-kbd);
711
+ box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
712
+ font-size: 0.875em;
713
+ border-radius: 0.3125rem;
714
+ padding-top: 0.1875em;
715
+ padding-inline-end: 0.375em;
716
+ padding-bottom: 0.1875em;
717
+ padding-inline-start: 0.375em;
718
+ }
719
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
720
+ color: var(--tw-prose-code);
721
+ font-weight: 600;
722
+ font-size: 0.875em;
723
+ }
724
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
725
+ content: "`";
726
+ }
727
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
728
+ content: "`";
729
+ }
730
+ :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
731
+ color: inherit;
732
+ }
733
+ :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
734
+ color: inherit;
735
+ }
736
+ :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
737
+ color: inherit;
738
+ font-size: 0.875em;
739
+ }
740
+ :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
741
+ color: inherit;
742
+ font-size: 0.9em;
743
+ }
744
+ :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
745
+ color: inherit;
746
+ }
747
+ :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
748
+ color: inherit;
749
+ }
750
+ :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
751
+ color: inherit;
752
+ }
753
+ :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
754
+ color: var(--tw-prose-pre-code);
755
+ background-color: var(--tw-prose-pre-bg);
756
+ overflow-x: auto;
757
+ font-weight: 400;
758
+ font-size: 0.875em;
759
+ line-height: 1.7142857;
760
+ margin-top: 1.7142857em;
761
+ margin-bottom: 1.7142857em;
762
+ border-radius: 0.375rem;
763
+ padding-top: 0.8571429em;
764
+ padding-inline-end: 1.1428571em;
765
+ padding-bottom: 0.8571429em;
766
+ padding-inline-start: 1.1428571em;
767
+ }
768
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
769
+ background-color: transparent;
770
+ border-width: 0;
771
+ border-radius: 0;
772
+ padding: 0;
773
+ font-weight: inherit;
774
+ color: inherit;
775
+ font-size: inherit;
776
+ font-family: inherit;
777
+ line-height: inherit;
778
+ }
779
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
780
+ content: none;
781
+ }
782
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
783
+ content: none;
784
+ }
785
+ :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
786
+ width: 100%;
787
+ table-layout: auto;
788
+ margin-top: 2em;
789
+ margin-bottom: 2em;
790
+ font-size: 0.875em;
791
+ line-height: 1.7142857;
792
+ }
793
+ :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
794
+ border-bottom-width: 1px;
795
+ border-bottom-color: var(--tw-prose-th-borders);
796
+ }
797
+ :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
798
+ color: var(--tw-prose-headings);
799
+ font-weight: 600;
800
+ vertical-align: bottom;
801
+ padding-inline-end: 0.5714286em;
802
+ padding-bottom: 0.5714286em;
803
+ padding-inline-start: 0.5714286em;
804
+ }
805
+ :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
806
+ border-bottom-width: 1px;
807
+ border-bottom-color: var(--tw-prose-td-borders);
808
+ }
809
+ :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
810
+ border-bottom-width: 0;
811
+ }
812
+ :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
813
+ vertical-align: baseline;
814
+ }
815
+ :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
816
+ border-top-width: 1px;
817
+ border-top-color: var(--tw-prose-th-borders);
818
+ }
819
+ :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
820
+ vertical-align: top;
821
+ }
822
+ :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
823
+ text-align: start;
824
+ }
825
+ :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
826
+ margin-top: 0;
827
+ margin-bottom: 0;
828
+ }
829
+ :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
830
+ color: var(--tw-prose-captions);
831
+ font-size: 0.875em;
832
+ line-height: 1.4285714;
833
+ margin-top: 0.8571429em;
834
+ }
835
+ --tw-prose-body: oklch(37.3% 0.034 259.733);
836
+ --tw-prose-headings: oklch(21% 0.034 264.665);
837
+ --tw-prose-lead: oklch(44.6% 0.03 256.802);
838
+ --tw-prose-links: oklch(21% 0.034 264.665);
839
+ --tw-prose-bold: oklch(21% 0.034 264.665);
840
+ --tw-prose-counters: oklch(55.1% 0.027 264.364);
841
+ --tw-prose-bullets: oklch(87.2% 0.01 258.338);
842
+ --tw-prose-hr: oklch(92.8% 0.006 264.531);
843
+ --tw-prose-quotes: oklch(21% 0.034 264.665);
844
+ --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
845
+ --tw-prose-captions: oklch(55.1% 0.027 264.364);
846
+ --tw-prose-kbd: oklch(21% 0.034 264.665);
847
+ --tw-prose-kbd-shadows: NaN NaN NaN;
848
+ --tw-prose-code: oklch(21% 0.034 264.665);
849
+ --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
850
+ --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
851
+ --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
852
+ --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
853
+ --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
854
+ --tw-prose-invert-headings: #fff;
855
+ --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
856
+ --tw-prose-invert-links: #fff;
857
+ --tw-prose-invert-bold: #fff;
858
+ --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
859
+ --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
860
+ --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
861
+ --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
862
+ --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
863
+ --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
864
+ --tw-prose-invert-kbd: #fff;
865
+ --tw-prose-invert-kbd-shadows: 255 255 255;
866
+ --tw-prose-invert-code: #fff;
867
+ --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
868
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
869
+ --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
870
+ --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
871
+ font-size: 1rem;
872
+ line-height: 1.75;
873
+ :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
874
+ margin-top: 0;
875
+ margin-bottom: 0;
876
+ }
877
+ :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
878
+ margin-top: 0.5em;
879
+ margin-bottom: 0.5em;
880
+ }
881
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
882
+ padding-inline-start: 0.375em;
883
+ }
884
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
885
+ padding-inline-start: 0.375em;
886
+ }
887
+ :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
888
+ margin-top: 0.75em;
889
+ margin-bottom: 0.75em;
890
+ }
891
+ :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
892
+ margin-top: 1.25em;
893
+ }
894
+ :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
895
+ margin-bottom: 1.25em;
896
+ }
897
+ :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
898
+ margin-top: 1.25em;
899
+ }
900
+ :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
901
+ margin-bottom: 1.25em;
902
+ }
903
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
904
+ margin-top: 0.75em;
905
+ margin-bottom: 0.75em;
906
+ }
907
+ :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
908
+ margin-top: 1.25em;
909
+ margin-bottom: 1.25em;
910
+ }
911
+ :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
912
+ margin-top: 0.5em;
913
+ padding-inline-start: 1.625em;
914
+ }
915
+ :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
916
+ margin-top: 0;
917
+ }
918
+ :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
919
+ margin-top: 0;
920
+ }
921
+ :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
922
+ margin-top: 0;
923
+ }
924
+ :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
925
+ margin-top: 0;
926
+ }
927
+ :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
928
+ padding-inline-start: 0;
929
+ }
930
+ :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
931
+ padding-inline-end: 0;
932
+ }
933
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
934
+ padding-top: 0.5714286em;
935
+ padding-inline-end: 0.5714286em;
936
+ padding-bottom: 0.5714286em;
937
+ padding-inline-start: 0.5714286em;
938
+ }
939
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
940
+ padding-inline-start: 0;
941
+ }
942
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
943
+ padding-inline-end: 0;
944
+ }
945
+ :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
946
+ margin-top: 2em;
947
+ margin-bottom: 2em;
948
+ }
949
+ :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
950
+ margin-top: 0;
951
+ }
952
+ :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
953
+ margin-bottom: 0;
954
+ }
955
+ }
533
956
  .-mt-4 {
534
957
  margin-top: calc(var(--spacing) * -4);
535
958
  }
@@ -809,9 +1232,6 @@
809
1232
  .h-\[calc\(100vh-4\.75rem\)\] {
810
1233
  height: calc(100vh - 4.75rem);
811
1234
  }
812
- .h-\[var\(--masthead-height\)\] {
813
- height: var(--masthead-height);
814
- }
815
1235
  .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
816
1236
  height: var(--radix-navigation-menu-viewport-height);
817
1237
  }
@@ -995,6 +1415,9 @@
995
1415
  .max-w-max {
996
1416
  max-width: max-content;
997
1417
  }
1418
+ .max-w-none {
1419
+ max-width: none;
1420
+ }
998
1421
  .max-w-sm {
999
1422
  max-width: var(--container-sm);
1000
1423
  }
@@ -1669,6 +2092,12 @@
1669
2092
  .border-grey-600 {
1670
2093
  border-color: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
1671
2094
  }
2095
+ .border-grey-900 {
2096
+ border-color: oklch(0.17511812981113217 0.007251980042076026 242.08383926925922);
2097
+ }
2098
+ .border-grey-900\/10 {
2099
+ border-color: color-mix(in oklab, oklch(0.17511812981113217 0.007251980042076026 242.08383926925922) 10%, transparent);
2100
+ }
1672
2101
  .border-grey-950 {
1673
2102
  border-color: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
1674
2103
  }
@@ -1843,6 +2272,9 @@
1843
2272
  .bg-grey-300 {
1844
2273
  background-color: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
1845
2274
  }
2275
+ .bg-grey-800 {
2276
+ background-color: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2277
+ }
1846
2278
  .bg-grey-950 {
1847
2279
  background-color: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
1848
2280
  }
@@ -1938,6 +2370,10 @@
1938
2370
  --tw-gradient-position: to right in oklab;
1939
2371
  background-image: linear-gradient(var(--tw-gradient-stops));
1940
2372
  }
2373
+ .from-grey-800 {
2374
+ --tw-gradient-from: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2375
+ --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));
2376
+ }
1941
2377
  .from-nsw-grey-600 {
1942
2378
  --tw-gradient-from: var(--color-nsw-grey-600);
1943
2379
  --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));
@@ -2179,6 +2615,9 @@
2179
2615
  .py-10 {
2180
2616
  padding-block: calc(var(--spacing) * 10);
2181
2617
  }
2618
+ .py-12 {
2619
+ padding-block: calc(var(--spacing) * 12);
2620
+ }
2182
2621
  .py-16 {
2183
2622
  padding-block: calc(var(--spacing) * 16);
2184
2623
  }
@@ -2594,6 +3033,9 @@
2594
3033
  .text-grey-600 {
2595
3034
  color: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
2596
3035
  }
3036
+ .text-grey-700 {
3037
+ color: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
3038
+ }
2597
3039
  .text-grey-800 {
2598
3040
  color: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2599
3041
  }
@@ -2639,9 +3081,6 @@
2639
3081
  .text-primary-700 {
2640
3082
  color: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
2641
3083
  }
2642
- .text-primary-750 {
2643
- color: oklch(0.3612771781572896 0.1454302157585341 260.07053568790974);
2644
- }
2645
3084
  .text-primary-800 {
2646
3085
  color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
2647
3086
  }
@@ -3857,6 +4296,13 @@
3857
4296
  }
3858
4297
  }
3859
4298
  }
4299
+ .hover\:border-primary-800 {
4300
+ &:hover {
4301
+ @media (hover: hover) {
4302
+ border-color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
4303
+ }
4304
+ }
4305
+ }
3860
4306
  .hover\:bg-accent {
3861
4307
  &:hover {
3862
4308
  @media (hover: hover) {
@@ -4087,13 +4533,6 @@
4087
4533
  }
4088
4534
  }
4089
4535
  }
4090
- .hover\:text-slate-700 {
4091
- &:hover {
4092
- @media (hover: hover) {
4093
- color: var(--color-slate-700);
4094
- }
4095
- }
4096
- }
4097
4536
  .hover\:underline {
4098
4537
  &:hover {
4099
4538
  @media (hover: hover) {
@@ -6165,9 +6604,9 @@
6165
6604
  position: sticky;
6166
6605
  }
6167
6606
  }
6168
- .xl\:top-\[4\.75rem\] {
6607
+ .xl\:top-0 {
6169
6608
  @media (width >= 80rem) {
6170
- top: 4.75rem;
6609
+ top: calc(var(--spacing) * 0);
6171
6610
  }
6172
6611
  }
6173
6612
  .xl\:-mr-6 {
@@ -6180,9 +6619,9 @@
6180
6619
  display: block;
6181
6620
  }
6182
6621
  }
6183
- .xl\:h-\[calc\(100vh-4\.75rem\)\] {
6622
+ .xl\:h-screen {
6184
6623
  @media (width >= 80rem) {
6185
- height: calc(100vh - 4.75rem);
6624
+ height: 100vh;
6186
6625
  }
6187
6626
  }
6188
6627
  .xl\:flex-none {
@@ -6310,6 +6749,14 @@
6310
6749
  }
6311
6750
  }
6312
6751
  }
6752
+ .dark\:border-white\/10 {
6753
+ &:where([data-theme=dark], [data-theme=dark] *) {
6754
+ border-color: color-mix(in srgb, #fff 10%, transparent);
6755
+ @supports (color: color-mix(in lab, red, red)) {
6756
+ border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
6757
+ }
6758
+ }
6759
+ }
6313
6760
  .dark\:border-white\/20 {
6314
6761
  &:where([data-theme=dark], [data-theme=dark] *) {
6315
6762
  border-color: color-mix(in srgb, #fff 20%, transparent);
@@ -6732,6 +7179,28 @@
6732
7179
  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,);
6733
7180
  }
6734
7181
  }
7182
+ .dark\:\!prose-invert {
7183
+ &:where([data-theme=dark], [data-theme=dark] *) {
7184
+ --tw-prose-body: var(--tw-prose-invert-body) !important;
7185
+ --tw-prose-headings: var(--tw-prose-invert-headings) !important;
7186
+ --tw-prose-lead: var(--tw-prose-invert-lead) !important;
7187
+ --tw-prose-links: var(--tw-prose-invert-links) !important;
7188
+ --tw-prose-bold: var(--tw-prose-invert-bold) !important;
7189
+ --tw-prose-counters: var(--tw-prose-invert-counters) !important;
7190
+ --tw-prose-bullets: var(--tw-prose-invert-bullets) !important;
7191
+ --tw-prose-hr: var(--tw-prose-invert-hr) !important;
7192
+ --tw-prose-quotes: var(--tw-prose-invert-quotes) !important;
7193
+ --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders) !important;
7194
+ --tw-prose-captions: var(--tw-prose-invert-captions) !important;
7195
+ --tw-prose-kbd: var(--tw-prose-invert-kbd) !important;
7196
+ --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows) !important;
7197
+ --tw-prose-code: var(--tw-prose-invert-code) !important;
7198
+ --tw-prose-pre-code: var(--tw-prose-invert-pre-code) !important;
7199
+ --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg) !important;
7200
+ --tw-prose-th-borders: var(--tw-prose-invert-th-borders) !important;
7201
+ --tw-prose-td-borders: var(--tw-prose-invert-td-borders) !important;
7202
+ }
7203
+ }
6735
7204
  .dark\:\[--badge-bg\:var\(--color-grey-600\)\] {
6736
7205
  &:where([data-theme=dark], [data-theme=dark] *) {
6737
7206
  --badge-bg: var(--color-grey-600);
@@ -6955,6 +7424,15 @@
6955
7424
  }
6956
7425
  }
6957
7426
  }
7427
+ .dark\:hover\:border-white {
7428
+ &:where([data-theme=dark], [data-theme=dark] *) {
7429
+ &:hover {
7430
+ @media (hover: hover) {
7431
+ border-color: var(--color-white);
7432
+ }
7433
+ }
7434
+ }
7435
+ }
6958
7436
  .dark\:hover\:bg-gray-700 {
6959
7437
  &:where([data-theme=dark], [data-theme=dark] *) {
6960
7438
  &:hover {
@@ -7448,6 +7926,64 @@
7448
7926
  }
7449
7927
  }
7450
7928
  }
7929
+ .prose-a\:font-medium {
7930
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7931
+ --tw-font-weight: var(--font-weight-medium);
7932
+ font-weight: var(--font-weight-medium);
7933
+ }
7934
+ }
7935
+ .prose-a\:text-primary-800 {
7936
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7937
+ color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
7938
+ }
7939
+ }
7940
+ .prose-a\:underline {
7941
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7942
+ text-decoration-line: underline;
7943
+ }
7944
+ }
7945
+ .prose-a\:decoration-primary-800 {
7946
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7947
+ text-decoration-color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
7948
+ }
7949
+ }
7950
+ .prose-a\:underline-offset-4 {
7951
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7952
+ text-underline-offset: 4px;
7953
+ }
7954
+ }
7955
+ .prose-a\:hover\:bg-primary-800\/10 {
7956
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7957
+ &:hover {
7958
+ @media (hover: hover) {
7959
+ background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 10%, transparent);
7960
+ }
7961
+ }
7962
+ }
7963
+ }
7964
+ .prose-a\:hover\:decoration-2 {
7965
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7966
+ &:hover {
7967
+ @media (hover: hover) {
7968
+ text-decoration-thickness: 2px;
7969
+ }
7970
+ }
7971
+ }
7972
+ }
7973
+ .prose-a\:focus-visible\:bg-primary-800\/10 {
7974
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7975
+ &:focus-visible {
7976
+ background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 10%, transparent);
7977
+ }
7978
+ }
7979
+ }
7980
+ .prose-a\:dark\:text-grey-100 {
7981
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7982
+ &:where([data-theme=dark], [data-theme=dark] *) {
7983
+ color: oklch(0.9700350548225147 0 0);
7984
+ }
7985
+ }
7986
+ }
7451
7987
  .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground {
7452
7988
  & .recharts-cartesian-axis-tick text {
7453
7989
  fill: var(--muted-foreground);
@@ -8341,36 +8877,110 @@ code.language-html .token.comment {
8341
8877
  --scaling: 1;
8342
8878
  --radius: 0.25rem;
8343
8879
  --background: oklch(1 0 0);
8344
- --foreground: oklch(0.141 0.005 285.823);
8880
+ --foreground: var(--color-grey-950);
8345
8881
  --card: oklch(1 0 0);
8346
- --card-foreground: oklch(0.141 0.005 285.823);
8882
+ --card-foreground: var(--color-grey-950);
8347
8883
  --popover: oklch(1 0 0);
8348
- --popover-foreground: oklch(0.141 0.005 285.823);
8349
- --primary: oklch(0.21 0.006 285.885);
8350
- --primary-foreground: oklch(0.985 0 0);
8351
- --secondary: oklch(0.967 0.001 286.375);
8352
- --secondary-foreground: oklch(0.21 0.006 285.885);
8353
- --muted: oklch(0.967 0.001 286.375);
8354
- --muted-foreground: oklch(0.552 0.016 285.938);
8355
- --accent: oklch(0.967 0.001 286.375);
8356
- --accent-foreground: oklch(0.21 0.006 285.885);
8357
- --destructive: oklch(0.577 0.245 27.325);
8358
- --border: oklch(0.92 0.004 286.32);
8359
- --input: oklch(0.92 0.004 286.32);
8360
- --ring: oklch(0.705 0.015 286.067);
8361
- --chart-1: oklch(0.646 0.222 41.116);
8362
- --chart-2: oklch(0.6 0.118 184.704);
8363
- --chart-3: oklch(0.398 0.07 227.392);
8364
- --chart-4: oklch(0.828 0.189 84.429);
8365
- --chart-5: oklch(0.769 0.188 70.08);
8366
- --sidebar: oklch(0.985 0 0);
8367
- --sidebar-foreground: oklch(0.141 0.005 285.823);
8368
- --sidebar-primary: oklch(0.21 0.006 285.885);
8369
- --sidebar-primary-foreground: oklch(0.985 0 0);
8370
- --sidebar-accent: oklch(0.967 0.001 286.375);
8371
- --sidebar-accent-foreground: oklch(0.21 0.006 285.885);
8372
- --sidebar-border: oklch(0.92 0.004 286.32);
8373
- --sidebar-ring: oklch(0.705 0.015 286.067);
8884
+ --popover-foreground: var(--color-grey-950);
8885
+ --primary: var(--color-grey-850);
8886
+ --primary-foreground: var(--color-grey-50);
8887
+ --secondary: var(--color-grey-100);
8888
+ --secondary-foreground: var(--color-grey-850);
8889
+ --muted: var(--color-grey-100);
8890
+ --muted-foreground: var(--color-grey-550);
8891
+ --accent: var(--color-grey-100);
8892
+ --accent-foreground: var(--color-grey-850);
8893
+ --destructive: var(--color-danger-500);
8894
+ --border: var(--color-grey-250);
8895
+ --input: var(--color-grey-250);
8896
+ --ring: var(--color-grey-450);
8897
+ --chart-1: var(--color-primary-600);
8898
+ --chart-2: var(--color-primary-400);
8899
+ --chart-3: var(--color-primary-800);
8900
+ --chart-4: var(--color-accent-400);
8901
+ --chart-5: var(--color-accent-600);
8902
+ --sidebar: var(--color-grey-50);
8903
+ --sidebar-foreground: var(--color-grey-950);
8904
+ --sidebar-primary: var(--color-grey-850);
8905
+ --sidebar-primary-foreground: var(--color-grey-50);
8906
+ --sidebar-accent: var(--color-grey-100);
8907
+ --sidebar-accent-foreground: var(--color-grey-850);
8908
+ --sidebar-border: var(--color-grey-250);
8909
+ --sidebar-ring: var(--color-grey-450);
8910
+ }
8911
+ [data-theme='dark'] {
8912
+ --background: var(--color-grey-950);
8913
+ --foreground: var(--color-grey-50);
8914
+ --card: var(--color-grey-850);
8915
+ --card-foreground: var(--color-grey-50);
8916
+ --popover: var(--color-grey-850);
8917
+ --popover-foreground: var(--color-grey-50);
8918
+ --primary: var(--color-grey-250);
8919
+ --primary-foreground: var(--color-grey-850);
8920
+ --secondary: var(--color-grey-800);
8921
+ --secondary-foreground: var(--color-grey-50);
8922
+ --muted: var(--color-grey-800);
8923
+ --muted-foreground: var(--color-grey-450);
8924
+ --accent: var(--color-grey-800);
8925
+ --accent-foreground: var(--color-grey-50);
8926
+ --destructive: var(--color-danger-350);
8927
+ --border: oklch(1 0 0 / 10%);
8928
+ --input: oklch(1 0 0 / 15%);
8929
+ --ring: var(--color-grey-550);
8930
+ --chart-1: var(--color-primary-600);
8931
+ --chart-2: var(--color-primary-400);
8932
+ --chart-3: var(--color-primary-800);
8933
+ --chart-4: var(--color-accent-400);
8934
+ --chart-5: var(--color-accent-600);
8935
+ --sidebar: var(--color-grey-850);
8936
+ --sidebar-foreground: var(--color-grey-50);
8937
+ --sidebar-primary: var(--color-primary-600);
8938
+ --sidebar-primary-foreground: var(--color-grey-50);
8939
+ --sidebar-accent: var(--color-grey-800);
8940
+ --sidebar-accent-foreground: var(--color-grey-50);
8941
+ --sidebar-border: oklch(1 0 0 / 10%);
8942
+ --sidebar-ring: var(--color-grey-550);
8943
+ }
8944
+ .prose {
8945
+ --tw-prose-body: var(--color-grey-800);
8946
+ --tw-prose-headings: var(--color-primary-800);
8947
+ --tw-prose-lead: var(--color-grey-600);
8948
+ --tw-prose-links: var(--color-primary-800);
8949
+ --tw-prose-bold: var(--color-grey-900);
8950
+ --tw-prose-counters: var(--color-grey-600);
8951
+ --tw-prose-bullets: var(--color-grey-600);
8952
+ --tw-prose-hr: var(--color-grey-200);
8953
+ --tw-prose-quotes: var(--color-grey-900);
8954
+ --tw-prose-quote-borders: var(--color-grey-200);
8955
+ --tw-prose-captions: var(--color-grey-500);
8956
+ --tw-prose-kbd: var(--color-grey-900);
8957
+ --tw-prose-kbd-shadows: 14 17 19;
8958
+ --tw-prose-code: var(--color-grey-900);
8959
+ --tw-prose-pre-code: var(--color-grey-200);
8960
+ --tw-prose-pre-bg: var(--color-grey-800);
8961
+ --tw-prose-th-borders: var(--color-grey-300);
8962
+ --tw-prose-td-borders: var(--color-grey-200);
8963
+ --tw-prose-invert-body: var(--color-grey-300);
8964
+ --tw-prose-invert-headings: var(--color-white);
8965
+ --tw-prose-invert-lead: var(--color-grey-400);
8966
+ --tw-prose-invert-links: var(--color-white);
8967
+ --tw-prose-invert-bold: var(--color-white);
8968
+ --tw-prose-invert-counters: var(--color-grey-400);
8969
+ --tw-prose-invert-bullets: var(--color-grey-400);
8970
+ --tw-prose-invert-hr: var(--color-grey-700);
8971
+ --tw-prose-invert-quotes: var(--color-grey-100);
8972
+ --tw-prose-invert-quote-borders: var(--color-grey-700);
8973
+ --tw-prose-invert-captions: var(--color-grey-400);
8974
+ --tw-prose-invert-kbd: var(--color-white);
8975
+ --tw-prose-invert-kbd-shadows: 255 255 255;
8976
+ --tw-prose-invert-code: var(--color-white);
8977
+ --tw-prose-invert-pre-code: var(--color-grey-300);
8978
+ --tw-prose-invert-pre-bg: color-mix(in srgb, oklch(0.17511812981113217 0.007251980042076026 242.08383926925922), transparent 50%);
8979
+ @supports (color: color-mix(in lab, red, red)) {
8980
+ --tw-prose-invert-pre-bg: color-mix(in oklch, var(--color-grey-900), transparent 50%);
8981
+ }
8982
+ --tw-prose-invert-th-borders: var(--color-grey-600);
8983
+ --tw-prose-invert-td-borders: var(--color-grey-700);
8374
8984
  }
8375
8985
  :root {
8376
8986
  --font-size-1: calc(18px * var(--scaling));
@@ -8468,40 +9078,10 @@ body {
8468
9078
  -webkit-font-smoothing: antialiased;
8469
9079
  -moz-osx-font-smoothing: grayscale;
8470
9080
  }
8471
- [data-theme='dark'] {
8472
- --background: oklch(0.141 0.005 285.823);
8473
- --foreground: oklch(0.985 0 0);
8474
- --card: oklch(0.21 0.006 285.885);
8475
- --card-foreground: oklch(0.985 0 0);
8476
- --popover: oklch(0.21 0.006 285.885);
8477
- --popover-foreground: oklch(0.985 0 0);
8478
- --primary: oklch(0.92 0.004 286.32);
8479
- --primary-foreground: oklch(0.21 0.006 285.885);
8480
- --secondary: oklch(0.274 0.006 286.033);
8481
- --secondary-foreground: oklch(0.985 0 0);
8482
- --muted: oklch(0.274 0.006 286.033);
8483
- --muted-foreground: oklch(0.705 0.015 286.067);
8484
- --accent: oklch(0.274 0.006 286.033);
8485
- --accent-foreground: oklch(0.985 0 0);
8486
- --destructive: oklch(0.704 0.191 22.216);
8487
- --border: oklch(1 0 0 / 10%);
8488
- --input: oklch(1 0 0 / 15%);
8489
- --ring: oklch(0.552 0.016 285.938);
8490
- --chart-1: oklch(0.488 0.243 264.376);
8491
- --chart-2: oklch(0.696 0.17 162.48);
8492
- --chart-3: oklch(0.769 0.188 70.08);
8493
- --chart-4: oklch(0.627 0.265 303.9);
8494
- --chart-5: oklch(0.645 0.246 16.439);
8495
- --sidebar: oklch(0.21 0.006 285.885);
8496
- --sidebar-foreground: oklch(0.985 0 0);
8497
- --sidebar-primary: oklch(0.488 0.243 264.376);
8498
- --sidebar-primary-foreground: oklch(0.985 0 0);
8499
- --sidebar-accent: oklch(0.274 0.006 286.033);
8500
- --sidebar-accent-foreground: oklch(0.985 0 0);
8501
- --sidebar-border: oklch(1 0 0 / 10%);
8502
- --sidebar-ring: oklch(0.552 0.016 285.938);
8503
- }
8504
9081
  @layer base {
9082
+ html {
9083
+ scroll-behavior: smooth;
9084
+ }
8505
9085
  * {
8506
9086
  border-color: var(--border);
8507
9087
  outline-color: var(--ring);