@neo4j-ndl/base 4.11.0 → 4.11.2

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.
@@ -2759,7 +2759,7 @@ a.ndl-btn {
2759
2759
  .ndl-menu .ndl-menu-item:hover:not(.ndl-disabled) {
2760
2760
  background-color:var(--theme-color-neutral-hover);
2761
2761
  }
2762
- .ndl-menu .ndl-menu-item:focus-visible:not(.ndl-disabled) {
2762
+ .ndl-menu .ndl-menu-item:focus-visible {
2763
2763
  outline-style:solid;
2764
2764
  outline-width:2px;
2765
2765
  outline-offset:-2px;
@@ -10450,6 +10450,519 @@ button.ndl-avatar:focus-visible {
10450
10450
  gap:12px;
10451
10451
  padding:12px;
10452
10452
  }
10453
+ .n-fixed {
10454
+ position:fixed;
10455
+ }
10456
+ .n-absolute {
10457
+ position:absolute;
10458
+ }
10459
+ .n-relative {
10460
+ position:relative;
10461
+ }
10462
+ .n-left-\[auto\] {
10463
+ left:auto;
10464
+ }
10465
+ .n-right-token-4 {
10466
+ right:4px;
10467
+ }
10468
+ .n-top-24 {
10469
+ top:96px;
10470
+ }
10471
+ .n-top-\[110px\] {
10472
+ top:110px;
10473
+ }
10474
+ .n-top-token-4 {
10475
+ top:4px;
10476
+ }
10477
+ .n-isolate {
10478
+ isolation:isolate;
10479
+ }
10480
+ .n-m-auto {
10481
+ margin:auto;
10482
+ }
10483
+ .n-m-token-32 {
10484
+ margin:32px;
10485
+ }
10486
+ .n-m-token-4 {
10487
+ margin:4px;
10488
+ }
10489
+ .n-mx-auto {
10490
+ margin-left:auto;
10491
+ margin-right:auto;
10492
+ }
10493
+ .n-mx-token-12 {
10494
+ margin-left:12px;
10495
+ margin-right:12px;
10496
+ }
10497
+ .n-mx-token-16 {
10498
+ margin-left:16px;
10499
+ margin-right:16px;
10500
+ }
10501
+ .n-mx-token-24 {
10502
+ margin-left:24px;
10503
+ margin-right:24px;
10504
+ }
10505
+ .n-my-12 {
10506
+ margin-top:48px;
10507
+ margin-bottom:48px;
10508
+ }
10509
+ .n-my-5 {
10510
+ margin-top:20px;
10511
+ margin-bottom:20px;
10512
+ }
10513
+ .n-mb-4 {
10514
+ margin-bottom:16px;
10515
+ }
10516
+ .n-mb-token-8 {
10517
+ margin-bottom:8px;
10518
+ }
10519
+ .n-ml-0 {
10520
+ margin-left:0px;
10521
+ }
10522
+ .n-ml-7 {
10523
+ margin-left:28px;
10524
+ }
10525
+ .n-ml-auto {
10526
+ margin-left:auto;
10527
+ }
10528
+ .n-mr-token-8 {
10529
+ margin-right:8px;
10530
+ }
10531
+ .n-mt-5 {
10532
+ margin-top:20px;
10533
+ }
10534
+ .n-mt-auto {
10535
+ margin-top:auto;
10536
+ }
10537
+ .n-mt-token-16 {
10538
+ margin-top:16px;
10539
+ }
10540
+ .n-mt-token-32 {
10541
+ margin-top:32px;
10542
+ }
10543
+ .n-box-border {
10544
+ box-sizing:border-box;
10545
+ }
10546
+ .n-inline {
10547
+ display:inline;
10548
+ }
10549
+ .n-flex {
10550
+ display:flex;
10551
+ }
10552
+ .n-inline-flex {
10553
+ display:inline-flex;
10554
+ }
10555
+ .n-table {
10556
+ display:table;
10557
+ }
10558
+ .n-table-cell {
10559
+ display:table-cell;
10560
+ }
10561
+ .n-grid {
10562
+ display:grid;
10563
+ }
10564
+ .n-inline-grid {
10565
+ display:inline-grid;
10566
+ }
10567
+ .n-size-36 {
10568
+ width:144px;
10569
+ height:144px;
10570
+ }
10571
+ .n-size-4 {
10572
+ width:16px;
10573
+ height:16px;
10574
+ }
10575
+ .n-size-5 {
10576
+ width:20px;
10577
+ height:20px;
10578
+ }
10579
+ .n-size-7 {
10580
+ width:28px;
10581
+ height:28px;
10582
+ }
10583
+ .n-size-full {
10584
+ width:100%;
10585
+ height:100%;
10586
+ }
10587
+ .n-size-token-16 {
10588
+ width:16px;
10589
+ height:16px;
10590
+ }
10591
+ .n-size-token-24 {
10592
+ width:24px;
10593
+ height:24px;
10594
+ }
10595
+ .n-size-token-32 {
10596
+ width:32px;
10597
+ height:32px;
10598
+ }
10599
+ .n-size-token-48 {
10600
+ width:48px;
10601
+ height:48px;
10602
+ }
10603
+ .n-size-token-64 {
10604
+ width:64px;
10605
+ height:64px;
10606
+ }
10607
+ .n-h-10 {
10608
+ height:40px;
10609
+ }
10610
+ .n-h-28 {
10611
+ height:112px;
10612
+ }
10613
+ .n-h-36 {
10614
+ height:144px;
10615
+ }
10616
+ .n-h-48 {
10617
+ height:192px;
10618
+ }
10619
+ .n-h-5 {
10620
+ height:20px;
10621
+ }
10622
+ .n-h-6 {
10623
+ height:24px;
10624
+ }
10625
+ .n-h-7 {
10626
+ height:28px;
10627
+ }
10628
+ .n-h-\[1000px\] {
10629
+ height:1000px;
10630
+ }
10631
+ .n-h-\[100px\] {
10632
+ height:100px;
10633
+ }
10634
+ .n-h-\[200px\] {
10635
+ height:200px;
10636
+ }
10637
+ .n-h-\[290px\] {
10638
+ height:290px;
10639
+ }
10640
+ .n-h-\[500px\] {
10641
+ height:500px;
10642
+ }
10643
+ .n-h-\[700px\] {
10644
+ height:700px;
10645
+ }
10646
+ .n-h-\[calc\(40vh-32px\)\] {
10647
+ height:calc(40vh - 32px);
10648
+ }
10649
+ .n-h-fit {
10650
+ height:-moz-fit-content;
10651
+ height:fit-content;
10652
+ }
10653
+ .n-h-full {
10654
+ height:100%;
10655
+ }
10656
+ .n-h-screen {
10657
+ height:100vh;
10658
+ }
10659
+ .n-h-token-12 {
10660
+ height:12px;
10661
+ }
10662
+ .n-h-token-16 {
10663
+ height:16px;
10664
+ }
10665
+ .n-h-token-32 {
10666
+ height:32px;
10667
+ }
10668
+ .n-h-token-48 {
10669
+ height:48px;
10670
+ }
10671
+ .n-min-h-\[700px\] {
10672
+ min-height:700px;
10673
+ }
10674
+ .n-w-1\/2 {
10675
+ width:50%;
10676
+ }
10677
+ .n-w-24 {
10678
+ width:96px;
10679
+ }
10680
+ .n-w-48 {
10681
+ width:192px;
10682
+ }
10683
+ .n-w-60 {
10684
+ width:240px;
10685
+ }
10686
+ .n-w-72 {
10687
+ width:288px;
10688
+ }
10689
+ .n-w-80 {
10690
+ width:320px;
10691
+ }
10692
+ .n-w-\[1200px\] {
10693
+ width:1200px;
10694
+ }
10695
+ .n-w-\[26px\] {
10696
+ width:26px;
10697
+ }
10698
+ .n-w-\[300px\] {
10699
+ width:300px;
10700
+ }
10701
+ .n-w-\[440px\] {
10702
+ width:440px;
10703
+ }
10704
+ .n-w-fit {
10705
+ width:-moz-fit-content;
10706
+ width:fit-content;
10707
+ }
10708
+ .n-w-full {
10709
+ width:100%;
10710
+ }
10711
+ .n-w-max {
10712
+ width:-moz-max-content;
10713
+ width:max-content;
10714
+ }
10715
+ .n-w-token-32 {
10716
+ width:32px;
10717
+ }
10718
+ .n-max-w-32 {
10719
+ max-width:128px;
10720
+ }
10721
+ .n-max-w-52 {
10722
+ max-width:208px;
10723
+ }
10724
+ .n-max-w-80 {
10725
+ max-width:320px;
10726
+ }
10727
+ .n-max-w-96 {
10728
+ max-width:384px;
10729
+ }
10730
+ .n-max-w-\[1024px\] {
10731
+ max-width:1024px;
10732
+ }
10733
+ .n-max-w-\[1200px\] {
10734
+ max-width:1200px;
10735
+ }
10736
+ .n-max-w-\[600px\] {
10737
+ max-width:600px;
10738
+ }
10739
+ .n-max-w-\[85\%\] {
10740
+ max-width:85%;
10741
+ }
10742
+ .n-max-w-max {
10743
+ max-width:-moz-max-content;
10744
+ max-width:max-content;
10745
+ }
10746
+ .n-flex-1 {
10747
+ flex:1 1 0%;
10748
+ }
10749
+ .n-flex-shrink-0 {
10750
+ flex-shrink:0;
10751
+ }
10752
+ .n-shrink-0 {
10753
+ flex-shrink:0;
10754
+ }
10755
+ .n-grow {
10756
+ flex-grow:1;
10757
+ }
10758
+ .n-table-auto {
10759
+ table-layout:auto;
10760
+ }
10761
+ .n-border-separate {
10762
+ border-collapse:separate;
10763
+ }
10764
+ .-n-rotate-180 {
10765
+ --tw-rotate:-180deg;
10766
+ transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
10767
+ }
10768
+ .n-rotate-180 {
10769
+ --tw-rotate:180deg;
10770
+ transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
10771
+ }
10772
+ .n-transform {
10773
+ transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
10774
+ }
10775
+ .n-cursor-pointer {
10776
+ cursor:pointer;
10777
+ }
10778
+ .n-list-decimal {
10779
+ list-style-type:decimal;
10780
+ }
10781
+ .n-list-disc {
10782
+ list-style-type:disc;
10783
+ }
10784
+ .n-grid-cols-1 {
10785
+ grid-template-columns:repeat(1, minmax(0, 1fr));
10786
+ }
10787
+ .n-grid-cols-3 {
10788
+ grid-template-columns:repeat(3, minmax(0, 1fr));
10789
+ }
10790
+ .n-grid-cols-4 {
10791
+ grid-template-columns:repeat(4, minmax(0, 1fr));
10792
+ }
10793
+ .n-grid-cols-6 {
10794
+ grid-template-columns:repeat(6, minmax(0, 1fr));
10795
+ }
10796
+ .n-grid-cols-\[auto_auto_auto_auto\] {
10797
+ grid-template-columns:auto auto auto auto;
10798
+ }
10799
+ .n-grid-rows-2 {
10800
+ grid-template-rows:repeat(2, minmax(0, 1fr));
10801
+ }
10802
+ .n-flex-row {
10803
+ flex-direction:row;
10804
+ }
10805
+ .n-flex-col {
10806
+ flex-direction:column;
10807
+ }
10808
+ .n-flex-wrap {
10809
+ flex-wrap:wrap;
10810
+ }
10811
+ .n-place-items-center {
10812
+ place-items:center;
10813
+ }
10814
+ .n-items-start {
10815
+ align-items:flex-start;
10816
+ }
10817
+ .n-items-end {
10818
+ align-items:flex-end;
10819
+ }
10820
+ .n-items-center {
10821
+ align-items:center;
10822
+ }
10823
+ .n-justify-start {
10824
+ justify-content:flex-start;
10825
+ }
10826
+ .n-justify-end {
10827
+ justify-content:flex-end;
10828
+ }
10829
+ .n-justify-center {
10830
+ justify-content:center;
10831
+ }
10832
+ .n-justify-between {
10833
+ justify-content:space-between;
10834
+ }
10835
+ .n-justify-items-center {
10836
+ justify-items:center;
10837
+ }
10838
+ .n-gap-1 {
10839
+ gap:4px;
10840
+ }
10841
+ .n-gap-1\.5 {
10842
+ gap:6px;
10843
+ }
10844
+ .n-gap-12 {
10845
+ gap:48px;
10846
+ }
10847
+ .n-gap-2 {
10848
+ gap:8px;
10849
+ }
10850
+ .n-gap-4 {
10851
+ gap:16px;
10852
+ }
10853
+ .n-gap-6 {
10854
+ gap:24px;
10855
+ }
10856
+ .n-gap-9 {
10857
+ gap:36px;
10858
+ }
10859
+ .n-gap-token-12 {
10860
+ gap:12px;
10861
+ }
10862
+ .n-gap-token-16 {
10863
+ gap:16px;
10864
+ }
10865
+ .n-gap-token-2 {
10866
+ gap:2px;
10867
+ }
10868
+ .n-gap-token-32 {
10869
+ gap:32px;
10870
+ }
10871
+ .n-gap-token-4 {
10872
+ gap:4px;
10873
+ }
10874
+ .n-gap-token-48 {
10875
+ gap:48px;
10876
+ }
10877
+ .n-gap-token-6 {
10878
+ gap:6px;
10879
+ }
10880
+ .n-gap-token-64 {
10881
+ gap:64px;
10882
+ }
10883
+ .n-gap-token-8 {
10884
+ gap:8px;
10885
+ }
10886
+ .n-gap-x-token-48 {
10887
+ -moz-column-gap:48px;
10888
+ column-gap:48px;
10889
+ }
10890
+ .n-gap-y-token-2 {
10891
+ row-gap:2px;
10892
+ }
10893
+ .n-gap-y-token-32 {
10894
+ row-gap:32px;
10895
+ }
10896
+ .n-gap-y-token-8 {
10897
+ row-gap:8px;
10898
+ }
10899
+ .n-space-x-4 > :not([hidden]) ~ :not([hidden]) {
10900
+ --tw-space-x-reverse:0;
10901
+ margin-right:calc(16px * var(--tw-space-x-reverse));
10902
+ margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)));
10903
+ }
10904
+ .n-space-y-3 > :not([hidden]) ~ :not([hidden]) {
10905
+ --tw-space-y-reverse:0;
10906
+ margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));
10907
+ margin-bottom:calc(12px * var(--tw-space-y-reverse));
10908
+ }
10909
+ .n-self-center {
10910
+ align-self:center;
10911
+ }
10912
+ .n-justify-self-end {
10913
+ justify-self:end;
10914
+ }
10915
+ .n-overflow-auto {
10916
+ overflow:auto;
10917
+ }
10918
+ .n-overflow-hidden {
10919
+ overflow:hidden;
10920
+ }
10921
+ .n-overflow-y-auto {
10922
+ overflow-y:auto;
10923
+ }
10924
+ .n-overflow-x-scroll {
10925
+ overflow-x:scroll;
10926
+ }
10927
+ .n-whitespace-nowrap {
10928
+ white-space:nowrap;
10929
+ }
10930
+ .n-break-all {
10931
+ word-break:break-all;
10932
+ }
10933
+ .n-rounded-2xl {
10934
+ border-radius:16px;
10935
+ }
10936
+ .n-rounded-lg {
10937
+ border-radius:8px;
10938
+ }
10939
+ .n-rounded-md {
10940
+ border-radius:6px;
10941
+ }
10942
+ .n-rounded-sm {
10943
+ border-radius:4px;
10944
+ }
10945
+ .n-rounded-xl {
10946
+ border-radius:12px;
10947
+ }
10948
+ .n-border {
10949
+ border-width:1px;
10950
+ }
10951
+ .n-border-2 {
10952
+ border-width:2px;
10953
+ }
10954
+ .n-border-\[0\.5px\] {
10955
+ border-width:0.5px;
10956
+ }
10957
+ .n-border-b {
10958
+ border-bottom-width:1px;
10959
+ }
10960
+ .n-border-b-2 {
10961
+ border-bottom-width:2px;
10962
+ }
10963
+ .n-border-dashed {
10964
+ border-style:dashed;
10965
+ }
10453
10966
  .n-border-danger-bg-status {
10454
10967
  border-color:var(--theme-color-danger-bg-status);
10455
10968
  }
@@ -19945,6 +20458,12 @@ button.ndl-avatar:focus-visible {
19945
20458
  .n-border-warning-text {
19946
20459
  border-color:var(--theme-color-warning-text);
19947
20460
  }
20461
+ .n-bg-baltic-10 {
20462
+ background-color:#e7fafbff;
20463
+ }
20464
+ .n-bg-baltic-40 {
20465
+ background-color:#4c99a4ff;
20466
+ }
19948
20467
  .n-bg-danger-bg-status {
19949
20468
  background-color:var(--theme-color-danger-bg-status);
19950
20469
  }
@@ -24157,6 +24676,9 @@ button.ndl-avatar:focus-visible {
24157
24676
  .n-bg-discovery-text {
24158
24677
  background-color:var(--theme-color-discovery-text);
24159
24678
  }
24679
+ .n-bg-hibiscus-35 {
24680
+ background-color:#e84e2cff;
24681
+ }
24160
24682
  .n-bg-light-danger-bg-status {
24161
24683
  background-color:#e84e2cff;
24162
24684
  }
@@ -29419,6 +29941,9 @@ button.ndl-avatar:focus-visible {
29419
29941
  .n-bg-success-text {
29420
29942
  background-color:var(--theme-color-success-text);
29421
29943
  }
29944
+ .n-bg-transparent {
29945
+ background-color:transparent;
29946
+ }
29422
29947
  .n-bg-warning-bg-status {
29423
29948
  background-color:var(--theme-color-warning-bg-status);
29424
29949
  }
@@ -29440,6 +29965,180 @@ button.ndl-avatar:focus-visible {
29440
29965
  .n-bg-warning-text {
29441
29966
  background-color:var(--theme-color-warning-text);
29442
29967
  }
29968
+ .n-bg-cover {
29969
+ background-size:cover;
29970
+ }
29971
+ .n-bg-center {
29972
+ background-position:center;
29973
+ }
29974
+ .n-bg-no-repeat {
29975
+ background-repeat:no-repeat;
29976
+ }
29977
+ .n-fill-danger-bg-strong {
29978
+ fill:var(--theme-color-danger-bg-strong);
29979
+ }
29980
+ .n-fill-neutral-bg-stronger {
29981
+ fill:var(--theme-color-neutral-bg-stronger);
29982
+ }
29983
+ .n-fill-neutral-bg-weak {
29984
+ fill:var(--theme-color-neutral-bg-weak);
29985
+ }
29986
+ .n-fill-primary-bg-strong {
29987
+ fill:var(--theme-color-primary-bg-strong);
29988
+ }
29989
+ .n-stroke-primary-bg-strong {
29990
+ stroke:var(--theme-color-primary-bg-strong);
29991
+ }
29992
+ .n-p-0 {
29993
+ padding:0px;
29994
+ }
29995
+ .n-p-14 {
29996
+ padding:56px;
29997
+ }
29998
+ .n-p-2 {
29999
+ padding:8px;
30000
+ }
30001
+ .n-p-3 {
30002
+ padding:12px;
30003
+ }
30004
+ .n-p-4 {
30005
+ padding:16px;
30006
+ }
30007
+ .n-p-8 {
30008
+ padding:32px;
30009
+ }
30010
+ .n-p-token-16 {
30011
+ padding:16px;
30012
+ }
30013
+ .n-p-token-24 {
30014
+ padding:24px;
30015
+ }
30016
+ .n-p-token-32 {
30017
+ padding:32px;
30018
+ }
30019
+ .n-p-token-4 {
30020
+ padding:4px;
30021
+ }
30022
+ .n-p-token-8 {
30023
+ padding:8px;
30024
+ }
30025
+ .n-px-10 {
30026
+ padding-left:40px;
30027
+ padding-right:40px;
30028
+ }
30029
+ .n-px-4 {
30030
+ padding-left:16px;
30031
+ padding-right:16px;
30032
+ }
30033
+ .n-px-token-12 {
30034
+ padding-left:12px;
30035
+ padding-right:12px;
30036
+ }
30037
+ .n-px-token-16 {
30038
+ padding-left:16px;
30039
+ padding-right:16px;
30040
+ }
30041
+ .n-px-token-32 {
30042
+ padding-left:32px;
30043
+ padding-right:32px;
30044
+ }
30045
+ .n-px-token-4 {
30046
+ padding-left:4px;
30047
+ padding-right:4px;
30048
+ }
30049
+ .n-px-token-8 {
30050
+ padding-left:8px;
30051
+ padding-right:8px;
30052
+ }
30053
+ .n-py-token-16 {
30054
+ padding-top:16px;
30055
+ padding-bottom:16px;
30056
+ }
30057
+ .n-py-token-2 {
30058
+ padding-top:2px;
30059
+ padding-bottom:2px;
30060
+ }
30061
+ .n-py-token-4 {
30062
+ padding-top:4px;
30063
+ padding-bottom:4px;
30064
+ }
30065
+ .n-py-token-8 {
30066
+ padding-top:8px;
30067
+ padding-bottom:8px;
30068
+ }
30069
+ .n-pb-1 {
30070
+ padding-bottom:4px;
30071
+ }
30072
+ .n-pb-4 {
30073
+ padding-bottom:16px;
30074
+ }
30075
+ .n-pb-token-16 {
30076
+ padding-bottom:16px;
30077
+ }
30078
+ .n-pb-token-4 {
30079
+ padding-bottom:4px;
30080
+ }
30081
+ .n-pl-token-4 {
30082
+ padding-left:4px;
30083
+ }
30084
+ .n-pl-token-8 {
30085
+ padding-left:8px;
30086
+ }
30087
+ .n-pr-token-4 {
30088
+ padding-right:4px;
30089
+ }
30090
+ .n-pt-4 {
30091
+ padding-top:16px;
30092
+ }
30093
+ .n-pt-token-64 {
30094
+ padding-top:64px;
30095
+ }
30096
+ .n-text-left {
30097
+ text-align:left;
30098
+ }
30099
+ .n-text-center {
30100
+ text-align:center;
30101
+ }
30102
+ .n-align-top {
30103
+ vertical-align:top;
30104
+ }
30105
+ .n-font-sans {
30106
+ font-family:"Public Sans";
30107
+ }
30108
+ .n-text-xs {
30109
+ font-size:0.75rem;
30110
+ line-height:1rem;
30111
+ }
30112
+ .n-font-bold {
30113
+ font-weight:700;
30114
+ }
30115
+ .n-font-light {
30116
+ font-weight:300;
30117
+ }
30118
+ .n-font-normal {
30119
+ font-weight:400;
30120
+ }
30121
+ .n-font-semibold {
30122
+ font-weight:600;
30123
+ }
30124
+ .n-uppercase {
30125
+ text-transform:uppercase;
30126
+ }
30127
+ .n-lowercase {
30128
+ text-transform:lowercase;
30129
+ }
30130
+ .n-capitalize {
30131
+ text-transform:capitalize;
30132
+ }
30133
+ .n-italic {
30134
+ font-style:italic;
30135
+ }
30136
+ .n-tracking-wide {
30137
+ letter-spacing:0.025em;
30138
+ }
30139
+ .n-text-baltic-50 {
30140
+ color:#0a6190ff;
30141
+ }
29443
30142
  .n-text-danger-bg-status {
29444
30143
  color:var(--theme-color-danger-bg-status);
29445
30144
  }
@@ -33652,6 +34351,9 @@ button.ndl-avatar:focus-visible {
33652
34351
  .n-text-discovery-text {
33653
34352
  color:var(--theme-color-discovery-text);
33654
34353
  }
34354
+ .n-text-highlights-periwinkle {
34355
+ color:#6a82ffff;
34356
+ }
33655
34357
  .n-text-light-danger-bg-status {
33656
34358
  color:#e84e2cff;
33657
34359
  }
@@ -38935,6 +39637,35 @@ button.ndl-avatar:focus-visible {
38935
39637
  .n-text-warning-text {
38936
39638
  color:var(--theme-color-warning-text);
38937
39639
  }
39640
+ .n-shadow-light-raised {
39641
+ --tw-shadow:0px 1px 2px 0px rgb(from #1a1b1dff r g b / 0.18);
39642
+ --tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color);
39643
+ box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
39644
+ }
39645
+ .n-shadow-overlay {
39646
+ --tw-shadow:var(--theme-shadow-overlay);
39647
+ --tw-shadow-colored:var(--theme-shadow-overlay);
39648
+ box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
39649
+ }
39650
+ .n-shadow-raised {
39651
+ --tw-shadow:var(--theme-shadow-raised);
39652
+ --tw-shadow-colored:var(--theme-shadow-raised);
39653
+ box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
39654
+ }
39655
+ .n-transition-all {
39656
+ transition-property:all;
39657
+ transition-timing-function:cubic-bezier(0.42, 0, 0.58, 1);
39658
+ transition-duration:100ms;
39659
+ }
39660
+ .n-duration-slow {
39661
+ transition-duration:250ms;
39662
+ }
39663
+ .n-transition-quick {
39664
+ transition:100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
39665
+ }
39666
+ .n-duration-slow {
39667
+ transition-duration:250ms;
39668
+ }
38938
39669
  body,
38939
39670
  html,
38940
39671
  :host{
@@ -38947,6 +39678,18 @@ html,
38947
39678
  outline-style:solid;
38948
39679
  outline-color:var(--theme-color-primary-focus);
38949
39680
  }
39681
+ .first\:n-rounded-t-sm:first-child {
39682
+ border-top-left-radius:4px;
39683
+ border-top-right-radius:4px;
39684
+ }
39685
+ .last\:n-rounded-b-sm:last-child {
39686
+ border-bottom-right-radius:4px;
39687
+ border-bottom-left-radius:4px;
39688
+ }
39689
+ .hover\:n-rotate-12:hover {
39690
+ --tw-rotate:12deg;
39691
+ transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
39692
+ }
38950
39693
  .hover\:n-border-danger-bg-status:hover {
38951
39694
  border-color:var(--theme-color-danger-bg-status);
38952
39695
  }
@@ -67432,6 +68175,15 @@ html,
67432
68175
  .hover\:n-text-warning-text:hover {
67433
68176
  color:var(--theme-color-warning-text);
67434
68177
  }
68178
+ .focus-visible\:n-outline-2:focus-visible {
68179
+ outline-width:2px;
68180
+ }
68181
+ .focus-visible\:n-outline-offset-\[3px\]:focus-visible {
68182
+ outline-offset:3px;
68183
+ }
68184
+ .focus-visible\:n-outline-primary-focus:focus-visible {
68185
+ outline-color:var(--theme-color-primary-focus);
68186
+ }
67435
68187
  .active\:n-bg-danger-bg-status:active {
67436
68188
  background-color:var(--theme-color-danger-bg-status);
67437
68189
  }
@@ -76927,3 +77679,32 @@ html,
76927
77679
  .active\:n-bg-warning-text:active {
76928
77680
  background-color:var(--theme-color-warning-text);
76929
77681
  }
77682
+ @media (min-width: 864px) {
77683
+ .sm\:n-grid-cols-2 {
77684
+ grid-template-columns:repeat(2, minmax(0, 1fr));
77685
+ }
77686
+ .sm\:n-space-x-4 > :not([hidden]) ~ :not([hidden]) {
77687
+ --tw-space-x-reverse:0;
77688
+ margin-right:calc(16px * var(--tw-space-x-reverse));
77689
+ margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)));
77690
+ }
77691
+ .sm\:n-space-y-0 > :not([hidden]) ~ :not([hidden]) {
77692
+ --tw-space-y-reverse:0;
77693
+ margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
77694
+ margin-bottom:calc(0px * var(--tw-space-y-reverse));
77695
+ }
77696
+ }
77697
+ @media (min-width: 1024px) {
77698
+ .md\:n-w-2\/12 {
77699
+ width:16.666667%;
77700
+ }
77701
+ .md\:n-w-2\/4 {
77702
+ width:50%;
77703
+ }
77704
+ .md\:n-grid-cols-5 {
77705
+ grid-template-columns:repeat(5, minmax(0, 1fr));
77706
+ }
77707
+ .md\:n-bg-baltic-50 {
77708
+ background-color:#0a6190ff;
77709
+ }
77710
+ }