hds-web 1.9.9 → 1.10.1

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,8 +1530,12 @@ select{
1526
1530
  height: 60px;
1527
1531
  }
1528
1532
 
1529
- .h-\[800px\]{
1530
- height: 800px;
1533
+ .h-\[614px\]{
1534
+ height: 614px;
1535
+ }
1536
+
1537
+ .h-\[675px\]{
1538
+ height: 675px;
1531
1539
  }
1532
1540
 
1533
1541
  .h-\[90px\]{
@@ -1550,14 +1558,6 @@ select{
1550
1558
  height: 100vh;
1551
1559
  }
1552
1560
 
1553
- .h-\[348px\]{
1554
- height: 348px;
1555
- }
1556
-
1557
- .h-\[614px\]{
1558
- height: 614px;
1559
- }
1560
-
1561
1561
  .max-h-\[181px\]{
1562
1562
  max-height: 181px;
1563
1563
  }
@@ -1674,10 +1674,6 @@ select{
1674
1674
  width: 147px;
1675
1675
  }
1676
1676
 
1677
- .w-\[194px\]{
1678
- width: 194px;
1679
- }
1680
-
1681
1677
  .w-\[22\.5rem\]{
1682
1678
  width: 22.5rem;
1683
1679
  }
@@ -1772,6 +1768,10 @@ select{
1772
1768
  min-width: 24px;
1773
1769
  }
1774
1770
 
1771
+ .min-w-\[312px\]{
1772
+ min-width: 312px;
1773
+ }
1774
+
1775
1775
  .min-w-\[348px\]{
1776
1776
  min-width: 348px;
1777
1777
  }
@@ -1794,10 +1794,6 @@ select{
1794
1794
  min-width: 100%;
1795
1795
  }
1796
1796
 
1797
- .min-w-\[550px\]{
1798
- min-width: 550px;
1799
- }
1800
-
1801
1797
  .max-w-2xl{
1802
1798
  max-width: 42rem;
1803
1799
  }
@@ -1814,6 +1810,10 @@ select{
1814
1810
  max-width: 125px;
1815
1811
  }
1816
1812
 
1813
+ .max-w-\[148px\]{
1814
+ max-width: 148px;
1815
+ }
1816
+
1817
1817
  .max-w-\[15rem\]{
1818
1818
  max-width: 15rem;
1819
1819
  }
@@ -1896,10 +1896,6 @@ select{
1896
1896
  max-width: min-content;
1897
1897
  }
1898
1898
 
1899
- .max-w-\[148px\]{
1900
- max-width: 148px;
1901
- }
1902
-
1903
1899
  .flex-1{
1904
1900
  flex: 1 1 0%;
1905
1901
  }
@@ -6228,10 +6224,6 @@ select{
6228
6224
  padding-right: 2.5rem;
6229
6225
  }
6230
6226
 
6231
- .pr-12{
6232
- padding-right: 3rem;
6233
- }
6234
-
6235
6227
  .pr-2{
6236
6228
  padding-right: 0.5rem;
6237
6229
  }
@@ -7317,6 +7309,10 @@ select{
7317
7309
  transition-delay: 300ms;
7318
7310
  }
7319
7311
 
7312
+ .duration-0{
7313
+ transition-duration: 0s;
7314
+ }
7315
+
7320
7316
  .duration-100{
7321
7317
  transition-duration: 100ms;
7322
7318
  }
@@ -7341,10 +7337,6 @@ select{
7341
7337
  transition-duration: 1500ms;
7342
7338
  }
7343
7339
 
7344
- .duration-0{
7345
- transition-duration: 0s;
7346
- }
7347
-
7348
7340
  .ease-in{
7349
7341
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
7350
7342
  }
@@ -9861,6 +9853,10 @@ select{
9861
9853
  display: none;
9862
9854
  }
9863
9855
 
9856
+ .tb\:h-\[513px\]{
9857
+ height: 513px;
9858
+ }
9859
+
9864
9860
  .tb\:h-full{
9865
9861
  height: 100%;
9866
9862
  }
@@ -9877,6 +9873,10 @@ select{
9877
9873
  width: 50%;
9878
9874
  }
9879
9875
 
9876
+ .tb\:w-\[643px\]{
9877
+ width: 643px;
9878
+ }
9879
+
9880
9880
  .tb\:w-\[90\%\]{
9881
9881
  width: 90%;
9882
9882
  }
@@ -9903,8 +9903,12 @@ select{
9903
9903
  min-width: 310px;
9904
9904
  }
9905
9905
 
9906
- .tb\:min-w-\[550px\]{
9907
- min-width: 550px;
9906
+ .tb\:min-w-\[500px\]{
9907
+ min-width: 500px;
9908
+ }
9909
+
9910
+ .tb\:min-w-\[300px\]{
9911
+ min-width: 300px;
9908
9912
  }
9909
9913
 
9910
9914
  .tb\:max-w-\[17rem\]{
@@ -9939,6 +9943,18 @@ select{
9939
9943
  max-width: 530px;
9940
9944
  }
9941
9945
 
9946
+ .tb\:max-w-\[700px\]{
9947
+ max-width: 700px;
9948
+ }
9949
+
9950
+ .tb\:max-w-\[300px\]{
9951
+ max-width: 300px;
9952
+ }
9953
+
9954
+ .tb\:max-w-\[600px\]{
9955
+ max-width: 600px;
9956
+ }
9957
+
9942
9958
  .tb\:snap-always{
9943
9959
  scroll-snap-stop: always;
9944
9960
  }
@@ -10003,10 +10019,6 @@ select{
10003
10019
  gap: 0.75rem;
10004
10020
  }
10005
10021
 
10006
- .tb\:gap-\[132px\]{
10007
- gap: 132px;
10008
- }
10009
-
10010
10022
  .tb\:gap-\[31\.5rem\]{
10011
10023
  gap: 31.5rem;
10012
10024
  }
@@ -10024,14 +10036,6 @@ select{
10024
10036
  border-radius: 1.5rem;
10025
10037
  }
10026
10038
 
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
10039
  .tb\:border{
10036
10040
  border-width: 1px;
10037
10041
  }
@@ -10094,21 +10098,11 @@ select{
10094
10098
  padding-right: 2rem;
10095
10099
  }
10096
10100
 
10097
- .tb\:py-0{
10098
- padding-top: 0px;
10099
- padding-bottom: 0px;
10100
- }
10101
-
10102
10101
  .tb\:py-14{
10103
10102
  padding-top: 3.5rem;
10104
10103
  padding-bottom: 3.5rem;
10105
10104
  }
10106
10105
 
10107
- .tb\:py-\[104px\]{
10108
- padding-top: 104px;
10109
- padding-bottom: 104px;
10110
- }
10111
-
10112
10106
  .tb\:pb-0{
10113
10107
  padding-bottom: 0px;
10114
10108
  }
@@ -10121,10 +10115,6 @@ select{
10121
10115
  padding-bottom: 2rem;
10122
10116
  }
10123
10117
 
10124
- .tb\:pl-20{
10125
- padding-left: 5rem;
10126
- }
10127
-
10128
10118
  .tb\:pr-0{
10129
10119
  padding-right: 0px;
10130
10120
  }
@@ -10157,14 +10147,6 @@ select{
10157
10147
  padding-top: 2.875rem;
10158
10148
  }
10159
10149
 
10160
- .tb\:pb-\[74px\]{
10161
- padding-bottom: 74px;
10162
- }
10163
-
10164
- .tb\:pt-\[104px\]{
10165
- padding-top: 104px;
10166
- }
10167
-
10168
10150
  .tb\:text-left{
10169
10151
  text-align: left;
10170
10152
  }
@@ -10627,10 +10609,6 @@ select{
10627
10609
  min-width: 400px;
10628
10610
  }
10629
10611
 
10630
- .tb-l\:min-w-\[550px\]{
10631
- min-width: 550px;
10632
- }
10633
-
10634
10612
  .tb-l\:max-w-\[658px\]{
10635
10613
  max-width: 658px;
10636
10614
  }
@@ -10741,16 +10719,6 @@ select{
10741
10719
  padding-bottom: 3rem;
10742
10720
  }
10743
10721
 
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
10722
  .tb-l\:pb-0{
10755
10723
  padding-bottom: 0px;
10756
10724
  }
@@ -10889,6 +10857,10 @@ select{
10889
10857
  }
10890
10858
 
10891
10859
  @media (min-width: 1240px){
10860
+ .db\:absolute{
10861
+ position: absolute;
10862
+ }
10863
+
10892
10864
  .db\:-left-5{
10893
10865
  left: -1.25rem;
10894
10866
  }
@@ -10925,6 +10897,10 @@ select{
10925
10897
  display: none;
10926
10898
  }
10927
10899
 
10900
+ .db\:h-\[800px\]{
10901
+ height: 800px;
10902
+ }
10903
+
10928
10904
  .db\:w-1\/2{
10929
10905
  width: 50%;
10930
10906
  }
@@ -10955,14 +10931,14 @@ select{
10955
10931
  width: 100%;
10956
10932
  }
10957
10933
 
10958
- .db\:min-w-\[625px\]{
10959
- min-width: 625px;
10960
- }
10961
-
10962
10934
  .db\:min-w-\[550px\]{
10963
10935
  min-width: 550px;
10964
10936
  }
10965
10937
 
10938
+ .db\:min-w-\[625px\]{
10939
+ min-width: 625px;
10940
+ }
10941
+
10966
10942
  .db\:max-w-\[488px\]{
10967
10943
  max-width: 488px;
10968
10944
  }
@@ -11053,6 +11029,11 @@ select{
11053
11029
  padding: 2rem;
11054
11030
  }
11055
11031
 
11032
+ .db\:px-0{
11033
+ padding-left: 0px;
11034
+ padding-right: 0px;
11035
+ }
11036
+
11056
11037
  .db\:px-20{
11057
11038
  padding-left: 5rem;
11058
11039
  padding-right: 5rem;
@@ -11068,6 +11049,11 @@ select{
11068
11049
  padding-right: 1rem;
11069
11050
  }
11070
11051
 
11052
+ .db\:py-0{
11053
+ padding-top: 0px;
11054
+ padding-bottom: 0px;
11055
+ }
11056
+
11071
11057
  .db\:py-20{
11072
11058
  padding-top: 5rem;
11073
11059
  padding-bottom: 5rem;
@@ -11078,16 +11064,6 @@ select{
11078
11064
  padding-bottom: 1.5rem;
11079
11065
  }
11080
11066
 
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
11067
  .db\:pb-0{
11092
11068
  padding-bottom: 0px;
11093
11069
  }
@@ -11096,14 +11072,18 @@ select{
11096
11072
  padding-bottom: 2.5rem;
11097
11073
  }
11098
11074
 
11099
- .db\:pb-12{
11100
- padding-bottom: 3rem;
11101
- }
11102
-
11103
11075
  .db\:pb-28{
11104
11076
  padding-bottom: 7rem;
11105
11077
  }
11106
11078
 
11079
+ .db\:pb-\[74px\]{
11080
+ padding-bottom: 74px;
11081
+ }
11082
+
11083
+ .db\:pl-20{
11084
+ padding-left: 5rem;
11085
+ }
11086
+
11107
11087
  .db\:pl-28{
11108
11088
  padding-left: 7rem;
11109
11089
  }
@@ -11112,6 +11092,10 @@ select{
11112
11092
  padding-right: 0px;
11113
11093
  }
11114
11094
 
11095
+ .db\:pt-12{
11096
+ padding-top: 3rem;
11097
+ }
11098
+
11115
11099
  .db\:pt-20{
11116
11100
  padding-top: 5rem;
11117
11101
  }
@@ -11128,14 +11112,6 @@ select{
11128
11112
  padding-top: 8rem;
11129
11113
  }
11130
11114
 
11131
- .db\:pb-\[74px\]{
11132
- padding-bottom: 74px;
11133
- }
11134
-
11135
- .db\:pl-20{
11136
- padding-left: 5rem;
11137
- }
11138
-
11139
11115
  .db\:pt-\[104px\]{
11140
11116
  padding-top: 104px;
11141
11117
  }