hds-web 1.9.9 → 1.10.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.
@@ -913,6 +913,10 @@ select{
913
913
  left: 17.6%;
914
914
  }
915
915
 
916
+ .left-\[235px\]{
917
+ left: 235px;
918
+ }
919
+
916
920
  .left-\[375px\]{
917
921
  left: 375px;
918
922
  }
@@ -969,14 +973,14 @@ select{
969
973
  top: 451px;
970
974
  }
971
975
 
972
- .left-\[235px\]{
973
- left: 235px;
974
- }
975
-
976
976
  .top-\[72px\]{
977
977
  top: 72px;
978
978
  }
979
979
 
980
+ .top-\[90px\]{
981
+ top: 90px;
982
+ }
983
+
980
984
  .isolate{
981
985
  isolation: isolate;
982
986
  }
@@ -1498,6 +1502,10 @@ select{
1498
1502
  height: 33px;
1499
1503
  }
1500
1504
 
1505
+ .h-\[348px\]{
1506
+ height: 348px;
1507
+ }
1508
+
1501
1509
  .h-\[3px\]{
1502
1510
  height: 3px;
1503
1511
  }
@@ -1510,10 +1518,6 @@ select{
1510
1518
  height: 436px;
1511
1519
  }
1512
1520
 
1513
- .h-\[442px\]{
1514
- height: 442px;
1515
- }
1516
-
1517
1521
  .h-\[476px\]{
1518
1522
  height: 476px;
1519
1523
  }
@@ -1526,6 +1530,10 @@ select{
1526
1530
  height: 60px;
1527
1531
  }
1528
1532
 
1533
+ .h-\[614px\]{
1534
+ height: 614px;
1535
+ }
1536
+
1529
1537
  .h-\[800px\]{
1530
1538
  height: 800px;
1531
1539
  }
@@ -1550,12 +1558,8 @@ select{
1550
1558
  height: 100vh;
1551
1559
  }
1552
1560
 
1553
- .h-\[348px\]{
1554
- height: 348px;
1555
- }
1556
-
1557
- .h-\[614px\]{
1558
- height: 614px;
1561
+ .h-\[675px\]{
1562
+ height: 675px;
1559
1563
  }
1560
1564
 
1561
1565
  .max-h-\[181px\]{
@@ -1794,8 +1798,8 @@ select{
1794
1798
  min-width: 100%;
1795
1799
  }
1796
1800
 
1797
- .min-w-\[550px\]{
1798
- min-width: 550px;
1801
+ .min-w-\[312px\]{
1802
+ min-width: 312px;
1799
1803
  }
1800
1804
 
1801
1805
  .max-w-2xl{
@@ -1814,6 +1818,10 @@ select{
1814
1818
  max-width: 125px;
1815
1819
  }
1816
1820
 
1821
+ .max-w-\[148px\]{
1822
+ max-width: 148px;
1823
+ }
1824
+
1817
1825
  .max-w-\[15rem\]{
1818
1826
  max-width: 15rem;
1819
1827
  }
@@ -1896,10 +1904,6 @@ select{
1896
1904
  max-width: min-content;
1897
1905
  }
1898
1906
 
1899
- .max-w-\[148px\]{
1900
- max-width: 148px;
1901
- }
1902
-
1903
1907
  .flex-1{
1904
1908
  flex: 1 1 0%;
1905
1909
  }
@@ -6228,10 +6232,6 @@ select{
6228
6232
  padding-right: 2.5rem;
6229
6233
  }
6230
6234
 
6231
- .pr-12{
6232
- padding-right: 3rem;
6233
- }
6234
-
6235
6235
  .pr-2{
6236
6236
  padding-right: 0.5rem;
6237
6237
  }
@@ -7317,6 +7317,10 @@ select{
7317
7317
  transition-delay: 300ms;
7318
7318
  }
7319
7319
 
7320
+ .duration-0{
7321
+ transition-duration: 0s;
7322
+ }
7323
+
7320
7324
  .duration-100{
7321
7325
  transition-duration: 100ms;
7322
7326
  }
@@ -7341,10 +7345,6 @@ select{
7341
7345
  transition-duration: 1500ms;
7342
7346
  }
7343
7347
 
7344
- .duration-0{
7345
- transition-duration: 0s;
7346
- }
7347
-
7348
7348
  .ease-in{
7349
7349
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
7350
7350
  }
@@ -9865,6 +9865,10 @@ select{
9865
9865
  height: 100%;
9866
9866
  }
9867
9867
 
9868
+ .tb\:h-\[513px\]{
9869
+ height: 513px;
9870
+ }
9871
+
9868
9872
  .tb\:max-h-\[181px\]{
9869
9873
  max-height: 181px;
9870
9874
  }
@@ -9891,6 +9895,10 @@ select{
9891
9895
  width: 100%;
9892
9896
  }
9893
9897
 
9898
+ .tb\:w-\[643px\]{
9899
+ width: 643px;
9900
+ }
9901
+
9894
9902
  .tb\:min-w-\[18rem\]{
9895
9903
  min-width: 18rem;
9896
9904
  }
@@ -9903,10 +9911,6 @@ select{
9903
9911
  min-width: 310px;
9904
9912
  }
9905
9913
 
9906
- .tb\:min-w-\[550px\]{
9907
- min-width: 550px;
9908
- }
9909
-
9910
9914
  .tb\:max-w-\[17rem\]{
9911
9915
  max-width: 17rem;
9912
9916
  }
@@ -9939,6 +9943,10 @@ select{
9939
9943
  max-width: 530px;
9940
9944
  }
9941
9945
 
9946
+ .tb\:max-w-\[700px\]{
9947
+ max-width: 700px;
9948
+ }
9949
+
9942
9950
  .tb\:snap-always{
9943
9951
  scroll-snap-stop: always;
9944
9952
  }
@@ -10003,10 +10011,6 @@ select{
10003
10011
  gap: 0.75rem;
10004
10012
  }
10005
10013
 
10006
- .tb\:gap-\[132px\]{
10007
- gap: 132px;
10008
- }
10009
-
10010
10014
  .tb\:gap-\[31\.5rem\]{
10011
10015
  gap: 31.5rem;
10012
10016
  }
@@ -10024,14 +10028,6 @@ select{
10024
10028
  border-radius: 1.5rem;
10025
10029
  }
10026
10030
 
10027
- .tb\:rounded-none{
10028
- border-radius: 0px;
10029
- }
10030
-
10031
- .tb\:rounded-tl-3xl{
10032
- border-top-left-radius: 1.5rem;
10033
- }
10034
-
10035
10031
  .tb\:border{
10036
10032
  border-width: 1px;
10037
10033
  }
@@ -10094,21 +10090,11 @@ select{
10094
10090
  padding-right: 2rem;
10095
10091
  }
10096
10092
 
10097
- .tb\:py-0{
10098
- padding-top: 0px;
10099
- padding-bottom: 0px;
10100
- }
10101
-
10102
10093
  .tb\:py-14{
10103
10094
  padding-top: 3.5rem;
10104
10095
  padding-bottom: 3.5rem;
10105
10096
  }
10106
10097
 
10107
- .tb\:py-\[104px\]{
10108
- padding-top: 104px;
10109
- padding-bottom: 104px;
10110
- }
10111
-
10112
10098
  .tb\:pb-0{
10113
10099
  padding-bottom: 0px;
10114
10100
  }
@@ -10121,10 +10107,6 @@ select{
10121
10107
  padding-bottom: 2rem;
10122
10108
  }
10123
10109
 
10124
- .tb\:pl-20{
10125
- padding-left: 5rem;
10126
- }
10127
-
10128
10110
  .tb\:pr-0{
10129
10111
  padding-right: 0px;
10130
10112
  }
@@ -10157,14 +10139,6 @@ select{
10157
10139
  padding-top: 2.875rem;
10158
10140
  }
10159
10141
 
10160
- .tb\:pb-\[74px\]{
10161
- padding-bottom: 74px;
10162
- }
10163
-
10164
- .tb\:pt-\[104px\]{
10165
- padding-top: 104px;
10166
- }
10167
-
10168
10142
  .tb\:text-left{
10169
10143
  text-align: left;
10170
10144
  }
@@ -10627,10 +10601,6 @@ select{
10627
10601
  min-width: 400px;
10628
10602
  }
10629
10603
 
10630
- .tb-l\:min-w-\[550px\]{
10631
- min-width: 550px;
10632
- }
10633
-
10634
10604
  .tb-l\:max-w-\[658px\]{
10635
10605
  max-width: 658px;
10636
10606
  }
@@ -10741,16 +10711,6 @@ select{
10741
10711
  padding-bottom: 3rem;
10742
10712
  }
10743
10713
 
10744
- .tb-l\:px-0{
10745
- padding-left: 0px;
10746
- padding-right: 0px;
10747
- }
10748
-
10749
- .tb-l\:py-0{
10750
- padding-top: 0px;
10751
- padding-bottom: 0px;
10752
- }
10753
-
10754
10714
  .tb-l\:pb-0{
10755
10715
  padding-bottom: 0px;
10756
10716
  }
@@ -10889,6 +10849,10 @@ select{
10889
10849
  }
10890
10850
 
10891
10851
  @media (min-width: 1240px){
10852
+ .db\:absolute{
10853
+ position: absolute;
10854
+ }
10855
+
10892
10856
  .db\:-left-5{
10893
10857
  left: -1.25rem;
10894
10858
  }
@@ -10925,6 +10889,10 @@ select{
10925
10889
  display: none;
10926
10890
  }
10927
10891
 
10892
+ .db\:h-\[800px\]{
10893
+ height: 800px;
10894
+ }
10895
+
10928
10896
  .db\:w-1\/2{
10929
10897
  width: 50%;
10930
10898
  }
@@ -10955,14 +10923,14 @@ select{
10955
10923
  width: 100%;
10956
10924
  }
10957
10925
 
10958
- .db\:min-w-\[625px\]{
10959
- min-width: 625px;
10960
- }
10961
-
10962
10926
  .db\:min-w-\[550px\]{
10963
10927
  min-width: 550px;
10964
10928
  }
10965
10929
 
10930
+ .db\:min-w-\[625px\]{
10931
+ min-width: 625px;
10932
+ }
10933
+
10966
10934
  .db\:max-w-\[488px\]{
10967
10935
  max-width: 488px;
10968
10936
  }
@@ -11053,6 +11021,11 @@ select{
11053
11021
  padding: 2rem;
11054
11022
  }
11055
11023
 
11024
+ .db\:px-0{
11025
+ padding-left: 0px;
11026
+ padding-right: 0px;
11027
+ }
11028
+
11056
11029
  .db\:px-20{
11057
11030
  padding-left: 5rem;
11058
11031
  padding-right: 5rem;
@@ -11068,6 +11041,11 @@ select{
11068
11041
  padding-right: 1rem;
11069
11042
  }
11070
11043
 
11044
+ .db\:py-0{
11045
+ padding-top: 0px;
11046
+ padding-bottom: 0px;
11047
+ }
11048
+
11071
11049
  .db\:py-20{
11072
11050
  padding-top: 5rem;
11073
11051
  padding-bottom: 5rem;
@@ -11078,16 +11056,6 @@ select{
11078
11056
  padding-bottom: 1.5rem;
11079
11057
  }
11080
11058
 
11081
- .db\:px-0{
11082
- padding-left: 0px;
11083
- padding-right: 0px;
11084
- }
11085
-
11086
- .db\:py-0{
11087
- padding-top: 0px;
11088
- padding-bottom: 0px;
11089
- }
11090
-
11091
11059
  .db\:pb-0{
11092
11060
  padding-bottom: 0px;
11093
11061
  }
@@ -11104,6 +11072,14 @@ select{
11104
11072
  padding-bottom: 7rem;
11105
11073
  }
11106
11074
 
11075
+ .db\:pb-\[74px\]{
11076
+ padding-bottom: 74px;
11077
+ }
11078
+
11079
+ .db\:pl-20{
11080
+ padding-left: 5rem;
11081
+ }
11082
+
11107
11083
  .db\:pl-28{
11108
11084
  padding-left: 7rem;
11109
11085
  }
@@ -11128,14 +11104,6 @@ select{
11128
11104
  padding-top: 8rem;
11129
11105
  }
11130
11106
 
11131
- .db\:pb-\[74px\]{
11132
- padding-bottom: 74px;
11133
- }
11134
-
11135
- .db\:pl-20{
11136
- padding-left: 5rem;
11137
- }
11138
-
11139
11107
  .db\:pt-\[104px\]{
11140
11108
  padding-top: 104px;
11141
11109
  }