hds-web 1.21.6 → 1.21.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.
@@ -1489,6 +1489,10 @@ select{
1489
1489
  margin-top: 70px;
1490
1490
  }
1491
1491
 
1492
+ .mt-\[2px\]{
1493
+ margin-top: 2px;
1494
+ }
1495
+
1492
1496
  .line-clamp-3{
1493
1497
  overflow: hidden;
1494
1498
  display: -webkit-box;
@@ -1684,6 +1688,10 @@ select{
1684
1688
  height: calc(100% - 80px);
1685
1689
  }
1686
1690
 
1691
+ .h-auto{
1692
+ height: auto;
1693
+ }
1694
+
1687
1695
  .h-full{
1688
1696
  height: 100%;
1689
1697
  }
@@ -1692,8 +1700,8 @@ select{
1692
1700
  height: 100vh;
1693
1701
  }
1694
1702
 
1695
- .h-auto{
1696
- height: auto;
1703
+ .max-h-\[144px\]{
1704
+ max-height: 144px;
1697
1705
  }
1698
1706
 
1699
1707
  .max-h-\[181px\]{
@@ -1708,32 +1716,32 @@ select{
1708
1716
  max-height: 26.25;
1709
1717
  }
1710
1718
 
1711
- .max-h-\[32px\]{
1712
- max-height: 32px;
1719
+ .max-h-\[28px\]{
1720
+ max-height: 28px;
1713
1721
  }
1714
1722
 
1715
- .max-h-\[530px\]{
1716
- max-height: 530px;
1723
+ .max-h-\[32px\]{
1724
+ max-height: 32px;
1717
1725
  }
1718
1726
 
1719
- .max-h-full{
1720
- max-height: 100%;
1727
+ .max-h-\[40px\]{
1728
+ max-height: 40px;
1721
1729
  }
1722
1730
 
1723
- .max-h-screen{
1724
- max-height: 100vh;
1731
+ .max-h-\[530px\]{
1732
+ max-height: 530px;
1725
1733
  }
1726
1734
 
1727
1735
  .max-h-\[64px\]{
1728
1736
  max-height: 64px;
1729
1737
  }
1730
1738
 
1731
- .max-h-\[28px\]{
1732
- max-height: 28px;
1739
+ .max-h-full{
1740
+ max-height: 100%;
1733
1741
  }
1734
1742
 
1735
- .max-h-\[40px\]{
1736
- max-height: 40px;
1743
+ .max-h-screen{
1744
+ max-height: 100vh;
1737
1745
  }
1738
1746
 
1739
1747
  .min-h-\[12px\]{
@@ -1970,6 +1978,10 @@ select{
1970
1978
  min-width: 250px;
1971
1979
  }
1972
1980
 
1981
+ .min-w-\[300px\]{
1982
+ min-width: 300px;
1983
+ }
1984
+
1973
1985
  .min-w-\[312px\]{
1974
1986
  min-width: 312px;
1975
1987
  }
@@ -2008,10 +2020,6 @@ select{
2008
2020
  max-width: 80rem;
2009
2021
  }
2010
2022
 
2011
- .max-w-\[100px\]{
2012
- max-width: 100px;
2013
- }
2014
-
2015
2023
  .max-w-\[10rem\]{
2016
2024
  max-width: 10rem;
2017
2025
  }
@@ -2024,10 +2032,6 @@ select{
2024
2032
  max-width: 128px;
2025
2033
  }
2026
2034
 
2027
- .max-w-\[140px\]{
2028
- max-width: 140px;
2029
- }
2030
-
2031
2035
  .max-w-\[148px\]{
2032
2036
  max-width: 148px;
2033
2037
  }
@@ -2040,10 +2044,6 @@ select{
2040
2044
  max-width: 18rem;
2041
2045
  }
2042
2046
 
2043
- .max-w-\[190px\]{
2044
- max-width: 190px;
2045
- }
2046
-
2047
2047
  .max-w-\[210px\]{
2048
2048
  max-width: 210px;
2049
2049
  }
@@ -2060,12 +2060,12 @@ select{
2060
2060
  max-width: 22rem;
2061
2061
  }
2062
2062
 
2063
- .max-w-\[242px\]{
2064
- max-width: 242px;
2063
+ .max-w-\[240px\]{
2064
+ max-width: 240px;
2065
2065
  }
2066
2066
 
2067
- .max-w-\[280px\]{
2068
- max-width: 280px;
2067
+ .max-w-\[242px\]{
2068
+ max-width: 242px;
2069
2069
  }
2070
2070
 
2071
2071
  .max-w-\[29\.18rem\]{
@@ -2146,12 +2146,12 @@ select{
2146
2146
  max-width: min-content;
2147
2147
  }
2148
2148
 
2149
- .max-w-\[547px\]{
2150
- max-width: 547px;
2149
+ .max-w-\[280px\]{
2150
+ max-width: 280px;
2151
2151
  }
2152
2152
 
2153
- .max-w-\[240px\]{
2154
- max-width: 240px;
2153
+ .max-w-\[20px\]{
2154
+ max-width: 20px;
2155
2155
  }
2156
2156
 
2157
2157
  .flex-1{
@@ -2326,10 +2326,6 @@ select{
2326
2326
  user-select: none;
2327
2327
  }
2328
2328
 
2329
- .resize{
2330
- resize: both;
2331
- }
2332
-
2333
2329
  .snap-x{
2334
2330
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
2335
2331
  }
@@ -6475,6 +6471,10 @@ select{
6475
6471
  padding-bottom: 1rem;
6476
6472
  }
6477
6473
 
6474
+ .pb-5{
6475
+ padding-bottom: 1.25rem;
6476
+ }
6477
+
6478
6478
  .pb-6{
6479
6479
  padding-bottom: 1.5rem;
6480
6480
  }
@@ -6627,8 +6627,12 @@ select{
6627
6627
  padding-top: 81px;
6628
6628
  }
6629
6629
 
6630
- .pb-5{
6631
- padding-bottom: 1.25rem;
6630
+ .pb-0{
6631
+ padding-bottom: 0px;
6632
+ }
6633
+
6634
+ .pl-0{
6635
+ padding-left: 0px;
6632
6636
  }
6633
6637
 
6634
6638
  .text-left{
@@ -10380,10 +10384,6 @@ select{
10380
10384
  color: rgb(0 6 21 / var(--tw-text-opacity));
10381
10385
  }
10382
10386
 
10383
- .group\/sc:hover .group-hover\/sc\:opacity-0{
10384
- opacity: 0;
10385
- }
10386
-
10387
10387
  .group\/sc:hover .group-hover\/sc\:opacity-100{
10388
10388
  opacity: 1;
10389
10389
  }
@@ -10644,12 +10644,20 @@ select{
10644
10644
  display: none;
10645
10645
  }
10646
10646
 
10647
+ .tb\:h-8{
10648
+ height: 2rem;
10649
+ }
10650
+
10647
10651
  .tb\:h-full{
10648
10652
  height: 100%;
10649
10653
  }
10650
10654
 
10651
- .tb\:h-8{
10652
- height: 2rem;
10655
+ .tb\:h-5{
10656
+ height: 1.25rem;
10657
+ }
10658
+
10659
+ .tb\:h-6{
10660
+ height: 1.5rem;
10653
10661
  }
10654
10662
 
10655
10663
  .tb\:max-h-\[181px\]{
@@ -10660,14 +10668,26 @@ select{
10660
10668
  max-height: 25.25rem;
10661
10669
  }
10662
10670
 
10671
+ .tb\:max-h-\[32px\]{
10672
+ max-height: 32px;
10673
+ }
10674
+
10663
10675
  .tb\:min-h-\[245px\]{
10664
10676
  min-height: 245px;
10665
10677
  }
10666
10678
 
10679
+ .tb\:min-h-\[32px\]{
10680
+ min-height: 32px;
10681
+ }
10682
+
10667
10683
  .tb\:w-1\/2{
10668
10684
  width: 50%;
10669
10685
  }
10670
10686
 
10687
+ .tb\:w-8{
10688
+ width: 2rem;
10689
+ }
10690
+
10671
10691
  .tb\:w-\[580px\]{
10672
10692
  width: 580px;
10673
10693
  }
@@ -10686,8 +10706,12 @@ select{
10686
10706
  width: 100%;
10687
10707
  }
10688
10708
 
10689
- .tb\:w-8{
10690
- width: 2rem;
10709
+ .tb\:w-5{
10710
+ width: 1.25rem;
10711
+ }
10712
+
10713
+ .tb\:w-6{
10714
+ width: 1.5rem;
10691
10715
  }
10692
10716
 
10693
10717
  .tb\:min-w-\[150px\]{
@@ -10714,6 +10738,10 @@ select{
10714
10738
  min-width: 500px;
10715
10739
  }
10716
10740
 
10741
+ .tb\:min-w-\[32px\]{
10742
+ min-width: 32px;
10743
+ }
10744
+
10717
10745
  .tb\:max-w-\[17rem\]{
10718
10746
  max-width: 17rem;
10719
10747
  }
@@ -10738,10 +10766,6 @@ select{
10738
10766
  max-width: 393px;
10739
10767
  }
10740
10768
 
10741
- .tb\:max-w-\[400px\]{
10742
- max-width: 400px;
10743
- }
10744
-
10745
10769
  .tb\:max-w-\[480px\]{
10746
10770
  max-width: 480px;
10747
10771
  }
@@ -10758,6 +10782,10 @@ select{
10758
10782
  max-width: 763px;
10759
10783
  }
10760
10784
 
10785
+ .tb\:max-w-\[32px\]{
10786
+ max-width: 32px;
10787
+ }
10788
+
10761
10789
  .tb\:-translate-y-1\/2{
10762
10790
  --tw-translate-y: -50%;
10763
10791
  -webkit-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));
@@ -10962,6 +10990,16 @@ select{
10962
10990
  padding-bottom: 3.5rem;
10963
10991
  }
10964
10992
 
10993
+ .tb\:px-2{
10994
+ padding-left: 0.5rem;
10995
+ padding-right: 0.5rem;
10996
+ }
10997
+
10998
+ .tb\:py-2{
10999
+ padding-top: 0.5rem;
11000
+ padding-bottom: 0.5rem;
11001
+ }
11002
+
10965
11003
  .tb\:pb-0{
10966
11004
  padding-bottom: 0px;
10967
11005
  }
@@ -11477,10 +11515,6 @@ select{
11477
11515
  justify-content: flex-start;
11478
11516
  }
11479
11517
 
11480
- .tb-m\:gap-10{
11481
- gap: 2.5rem;
11482
- }
11483
-
11484
11518
  .tb-m\:gap-16{
11485
11519
  gap: 4rem;
11486
11520
  }
@@ -11600,14 +11634,14 @@ select{
11600
11634
  min-width: 400px;
11601
11635
  }
11602
11636
 
11603
- .tb-l\:min-w-\[700px\]{
11604
- min-width: 700px;
11605
- }
11606
-
11607
11637
  .tb-l\:min-w-\[550px\]{
11608
11638
  min-width: 550px;
11609
11639
  }
11610
11640
 
11641
+ .tb-l\:min-w-\[700px\]{
11642
+ min-width: 700px;
11643
+ }
11644
+
11611
11645
  .tb-l\:max-w-\[1240px\]{
11612
11646
  max-width: 1240px;
11613
11647
  }
@@ -11616,14 +11650,6 @@ select{
11616
11650
  max-width: 250px;
11617
11651
  }
11618
11652
 
11619
- .tb-l\:max-w-\[658px\]{
11620
- max-width: 658px;
11621
- }
11622
-
11623
- .tb-l\:max-w-\[522px\]{
11624
- max-width: 522px;
11625
- }
11626
-
11627
11653
  .tb-l\:max-w-\[547px\]{
11628
11654
  max-width: 547px;
11629
11655
  }
@@ -11632,6 +11658,10 @@ select{
11632
11658
  max-width: 600px;
11633
11659
  }
11634
11660
 
11661
+ .tb-l\:max-w-\[658px\]{
11662
+ max-width: 658px;
11663
+ }
11664
+
11635
11665
  .tb-l\:grid-cols-2{
11636
11666
  grid-template-columns: repeat(2, minmax(0, 1fr));
11637
11667
  }
@@ -11668,6 +11698,10 @@ select{
11668
11698
  gap: 0px;
11669
11699
  }
11670
11700
 
11701
+ .tb-l\:gap-10{
11702
+ gap: 2.5rem;
11703
+ }
11704
+
11671
11705
  .tb-l\:gap-2{
11672
11706
  gap: 0.5rem;
11673
11707
  }
@@ -11680,14 +11714,6 @@ select{
11680
11714
  gap: 9rem;
11681
11715
  }
11682
11716
 
11683
- .tb-l\:gap-32{
11684
- gap: 8rem;
11685
- }
11686
-
11687
- .tb-l\:gap-10{
11688
- gap: 2.5rem;
11689
- }
11690
-
11691
11717
  .tb-l\:space-x-6 > :not([hidden]) ~ :not([hidden]){
11692
11718
  --tw-space-x-reverse: 0;
11693
11719
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
@@ -11761,28 +11787,32 @@ select{
11761
11787
  padding: 3rem;
11762
11788
  }
11763
11789
 
11790
+ .tb-l\:px-0{
11791
+ padding-left: 0px;
11792
+ padding-right: 0px;
11793
+ }
11794
+
11764
11795
  .tb-l\:px-8{
11765
11796
  padding-left: 2rem;
11766
11797
  padding-right: 2rem;
11767
11798
  }
11768
11799
 
11800
+ .tb-l\:py-0{
11801
+ padding-top: 0px;
11802
+ padding-bottom: 0px;
11803
+ }
11804
+
11769
11805
  .tb-l\:py-12{
11770
11806
  padding-top: 3rem;
11771
11807
  padding-bottom: 3rem;
11772
11808
  }
11773
11809
 
11774
- .tb-l\:px-0{
11775
- padding-left: 0px;
11776
- padding-right: 0px;
11777
- }
11778
-
11779
- .tb-l\:py-0{
11780
- padding-top: 0px;
11810
+ .tb-l\:pb-0{
11781
11811
  padding-bottom: 0px;
11782
11812
  }
11783
11813
 
11784
- .tb-l\:pb-0{
11785
- padding-bottom: 0px;
11814
+ .tb-l\:pb-14{
11815
+ padding-bottom: 3.5rem;
11786
11816
  }
11787
11817
 
11788
11818
  .tb-l\:pb-16{
@@ -11793,6 +11823,10 @@ select{
11793
11823
  padding-bottom: 1.5rem;
11794
11824
  }
11795
11825
 
11826
+ .tb-l\:pl-20{
11827
+ padding-left: 5rem;
11828
+ }
11829
+
11796
11830
  .tb-l\:pl-8{
11797
11831
  padding-left: 2rem;
11798
11832
  }
@@ -11801,14 +11835,6 @@ select{
11801
11835
  padding-top: 0px;
11802
11836
  }
11803
11837
 
11804
- .tb-l\:pb-14{
11805
- padding-bottom: 3.5rem;
11806
- }
11807
-
11808
- .tb-l\:pl-20{
11809
- padding-left: 5rem;
11810
- }
11811
-
11812
11838
  .tb-l\:pt-20{
11813
11839
  padding-top: 5rem;
11814
11840
  }
@@ -11870,30 +11896,14 @@ select{
11870
11896
  margin-top: 68px;
11871
11897
  }
11872
11898
 
11873
- .db-s\:block{
11874
- display: block;
11875
- }
11876
-
11877
11899
  .db-s\:flex{
11878
11900
  display: flex;
11879
11901
  }
11880
11902
 
11881
- .db-s\:grid{
11882
- display: grid;
11883
- }
11884
-
11885
- .db-s\:hidden{
11886
- display: none;
11887
- }
11888
-
11889
11903
  .db-s\:w-full{
11890
11904
  width: 100%;
11891
11905
  }
11892
11906
 
11893
- .db-s\:min-w-\[550px\]{
11894
- min-width: 550px;
11895
- }
11896
-
11897
11907
  .db-s\:min-w-fit{
11898
11908
  min-width: -webkit-fit-content;
11899
11909
  min-width: -moz-fit-content;
@@ -11904,10 +11914,6 @@ select{
11904
11914
  max-width: 490px;
11905
11915
  }
11906
11916
 
11907
- .db-s\:max-w-\[522px\]{
11908
- max-width: 522px;
11909
- }
11910
-
11911
11917
  .db-s\:max-w-\[524px\]{
11912
11918
  max-width: 524px;
11913
11919
  }
@@ -11916,10 +11922,6 @@ select{
11916
11922
  max-width: 540px;
11917
11923
  }
11918
11924
 
11919
- .db-s\:max-w-\[547px\]{
11920
- max-width: 547px;
11921
- }
11922
-
11923
11925
  .db-s\:max-w-\[717px\]{
11924
11926
  max-width: 717px;
11925
11927
  }
@@ -11932,10 +11934,6 @@ select{
11932
11934
  align-items: center;
11933
11935
  }
11934
11936
 
11935
- .db-s\:justify-end{
11936
- justify-content: flex-end;
11937
- }
11938
-
11939
11937
  .db-s\:justify-between{
11940
11938
  justify-content: space-between;
11941
11939
  }
@@ -11953,18 +11951,10 @@ select{
11953
11951
  align-self: flex-start;
11954
11952
  }
11955
11953
 
11956
- .db-s\:rounded-none{
11957
- border-radius: 0px;
11958
- }
11959
-
11960
11954
  .db-s\:rounded-br-3xl{
11961
11955
  border-bottom-right-radius: 1.5rem;
11962
11956
  }
11963
11957
 
11964
- .db-s\:rounded-tl-3xl{
11965
- border-top-left-radius: 1.5rem;
11966
- }
11967
-
11968
11958
  .db-s\:p-20{
11969
11959
  padding: 5rem;
11970
11960
  }
@@ -11974,35 +11964,14 @@ select{
11974
11964
  padding-right: 0px;
11975
11965
  }
11976
11966
 
11977
- .db-s\:py-0{
11978
- padding-top: 0px;
11979
- padding-bottom: 0px;
11980
- }
11981
-
11982
11967
  .db-s\:pb-0{
11983
11968
  padding-bottom: 0px;
11984
11969
  }
11985
11970
 
11986
- .db-s\:pb-\[74px\]{
11987
- padding-bottom: 74px;
11988
- }
11989
-
11990
- .db-s\:pl-20{
11991
- padding-left: 5rem;
11992
- }
11993
-
11994
11971
  .db-s\:pt-0{
11995
11972
  padding-top: 0px;
11996
11973
  }
11997
11974
 
11998
- .db-s\:pt-20{
11999
- padding-top: 5rem;
12000
- }
12001
-
12002
- .db-s\:pb-14{
12003
- padding-bottom: 3.5rem;
12004
- }
12005
-
12006
11975
  .db-s\:shadow-lg{
12007
11976
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
12008
11977
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
@@ -12121,10 +12090,6 @@ select{
12121
12090
  gap: 0px;
12122
12091
  }
12123
12092
 
12124
- .db\:gap-2{
12125
- gap: 0.5rem;
12126
- }
12127
-
12128
12093
  .db\:gap-24{
12129
12094
  gap: 6rem;
12130
12095
  }
@@ -12133,6 +12098,10 @@ select{
12133
12098
  gap: 7rem;
12134
12099
  }
12135
12100
 
12101
+ .db\:gap-32{
12102
+ gap: 8rem;
12103
+ }
12104
+
12136
12105
  .db\:gap-36{
12137
12106
  gap: 9rem;
12138
12107
  }
@@ -12145,10 +12114,6 @@ select{
12145
12114
  gap: 132px;
12146
12115
  }
12147
12116
 
12148
- .db\:gap-32{
12149
- gap: 8rem;
12150
- }
12151
-
12152
12117
  .db\:gap-x-10{
12153
12118
  -webkit-column-gap: 2.5rem;
12154
12119
  column-gap: 2.5rem;