hds-web 1.29.7 → 1.29.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.29.7",
3
+ "version": "1.29.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -16,7 +16,7 @@ export default function AnnouncementSM(props) {
16
16
  const bgClass = props.bgColorClass ? HDSColor(props.bgColorClass) : 'bg-neutral-0';
17
17
  const linkTextClass = props.linkTextColorClass ? HDSColor(props.linkTextColorClass) : 'text-neutral-600';
18
18
  return (
19
- <div className={`${bgClass} rounded-2xl tb:rounded-full shadow p-3 tb:py-2 tb:px-4 inline-flex items-center`}>
19
+ <div className={`${bgClass} rounded-2xl tb:rounded-full shadow p-3 tb:py-2 tb:px-2 inline-flex items-center`}>
20
20
  <div className="block items-center tb:flex">
21
21
  {props.tagText && <Typography
22
22
  textStyle="body2-medium"
@@ -1526,13 +1526,6 @@ select{
1526
1526
  -webkit-line-clamp: 3;
1527
1527
  }
1528
1528
 
1529
- .line-clamp-4{
1530
- overflow: hidden;
1531
- display: -webkit-box;
1532
- -webkit-box-orient: vertical;
1533
- -webkit-line-clamp: 4;
1534
- }
1535
-
1536
1529
  .line-clamp-5{
1537
1530
  overflow: hidden;
1538
1531
  display: -webkit-box;
@@ -1756,20 +1749,6 @@ select{
1756
1749
  height: 100vh;
1757
1750
  }
1758
1751
 
1759
- .h-fit{
1760
- height: -webkit-fit-content;
1761
- height: -moz-fit-content;
1762
- height: fit-content;
1763
- }
1764
-
1765
- .h-\[124px\]{
1766
- height: 124px;
1767
- }
1768
-
1769
- .h-\[200px\]{
1770
- height: 200px;
1771
- }
1772
-
1773
1752
  .max-h-\[144px\]{
1774
1753
  max-height: 144px;
1775
1754
  }
@@ -1818,14 +1797,6 @@ select{
1818
1797
  max-height: 100vh;
1819
1798
  }
1820
1799
 
1821
- .max-h-\[124px\]{
1822
- max-height: 124px;
1823
- }
1824
-
1825
- .max-h-\[175px\]{
1826
- max-height: 175px;
1827
- }
1828
-
1829
1800
  .min-h-\[12px\]{
1830
1801
  min-height: 12px;
1831
1802
  }
@@ -1978,6 +1949,10 @@ select{
1978
1949
  width: 220px;
1979
1950
  }
1980
1951
 
1952
+ .w-\[223px\]{
1953
+ width: 223px;
1954
+ }
1955
+
1981
1956
  .w-\[290px\]{
1982
1957
  width: 290px;
1983
1958
  }
@@ -2052,22 +2027,6 @@ select{
2052
2027
  width: 100vw;
2053
2028
  }
2054
2029
 
2055
- .w-\[175px\]{
2056
- width: 175px;
2057
- }
2058
-
2059
- .w-\[223px\]{
2060
- width: 223px;
2061
- }
2062
-
2063
- .w-\[50px\]{
2064
- width: 50px;
2065
- }
2066
-
2067
- .w-\[100px\]{
2068
- width: 100px;
2069
- }
2070
-
2071
2030
  .min-w-\[11\.5rem\]{
2072
2031
  min-width: 11.5rem;
2073
2032
  }
@@ -2276,14 +2235,6 @@ select{
2276
2235
  max-width: min-content;
2277
2236
  }
2278
2237
 
2279
- .max-w-\[175px\]{
2280
- max-width: 175px;
2281
- }
2282
-
2283
- .max-w-\[56px\]{
2284
- max-width: 56px;
2285
- }
2286
-
2287
2238
  .flex-1{
2288
2239
  flex: 1 1 0%;
2289
2240
  }
@@ -2816,12 +2767,6 @@ select{
2816
2767
  overflow-y: scroll;
2817
2768
  }
2818
2769
 
2819
- .truncate{
2820
- overflow: hidden;
2821
- text-overflow: ellipsis;
2822
- white-space: nowrap;
2823
- }
2824
-
2825
2770
  .whitespace-nowrap{
2826
2771
  white-space: nowrap;
2827
2772
  }
@@ -10142,10 +10087,6 @@ select{
10142
10087
  background-color: rgb(133 77 24 / var(--tw-bg-opacity));
10143
10088
  }
10144
10089
 
10145
- .hover\:stroke-blue-600:hover{
10146
- stroke: #1E56E3;
10147
- }
10148
-
10149
10090
  .hover\:pl-\[9px\]:hover{
10150
10091
  padding-left: 9px;
10151
10092
  }
@@ -10620,6 +10561,11 @@ select{
10620
10561
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
10621
10562
  }
10622
10563
 
10564
+ .group\/icon:hover .group-hover\/icon\:bg-blue-200{
10565
+ --tw-bg-opacity: 1;
10566
+ background-color: rgb(223 232 255 / var(--tw-bg-opacity));
10567
+ }
10568
+
10623
10569
  .group:hover .group-hover\:bg-amber-300{
10624
10570
  --tw-bg-opacity: 1;
10625
10571
  background-color: rgb(255 206 112 / var(--tw-bg-opacity));
@@ -10655,11 +10601,6 @@ select{
10655
10601
  background-color: rgb(219 198 255 / var(--tw-bg-opacity));
10656
10602
  }
10657
10603
 
10658
- .group\/icon:hover .group-hover\/icon\:bg-blue-200{
10659
- --tw-bg-opacity: 1;
10660
- background-color: rgb(223 232 255 / var(--tw-bg-opacity));
10661
- }
10662
-
10663
10604
  .group:hover .group-hover\:bg-gradient-to-t{
10664
10605
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
10665
10606
  }
@@ -10696,6 +10637,10 @@ select{
10696
10637
  stroke: #3970FD;
10697
10638
  }
10698
10639
 
10640
+ .group\/icon:hover .group-hover\/icon\:stroke-blue-600{
10641
+ stroke: #1E56E3;
10642
+ }
10643
+
10699
10644
  .group:hover .group-hover\:stroke-blue-500{
10700
10645
  stroke: #3970FD;
10701
10646
  }
@@ -10712,10 +10657,6 @@ select{
10712
10657
  stroke: #111927;
10713
10658
  }
10714
10659
 
10715
- .group\/icon:hover .group-hover\/icon\:stroke-blue-600{
10716
- stroke: #1E56E3;
10717
- }
10718
-
10719
10660
  .group\/btn:hover .group-hover\/btn\:text-blue-600{
10720
10661
  --tw-text-opacity: 1;
10721
10662
  color: rgb(30 86 227 / var(--tw-text-opacity));
@@ -11357,11 +11298,6 @@ select{
11357
11298
  padding-right: 2.5rem;
11358
11299
  }
11359
11300
 
11360
- .tb\:px-2{
11361
- padding-left: 0.5rem;
11362
- padding-right: 0.5rem;
11363
- }
11364
-
11365
11301
  .tb\:px-3{
11366
11302
  padding-left: 0.75rem;
11367
11303
  padding-right: 0.75rem;
@@ -11407,6 +11343,11 @@ select{
11407
11343
  padding-bottom: 0.5rem;
11408
11344
  }
11409
11345
 
11346
+ .tb\:px-2{
11347
+ padding-left: 0.5rem;
11348
+ padding-right: 0.5rem;
11349
+ }
11350
+
11410
11351
  .tb\:pb-0{
11411
11352
  padding-bottom: 0px;
11412
11353
  }
@@ -12021,16 +11962,16 @@ select{
12021
11962
  display: none;
12022
11963
  }
12023
11964
 
12024
- .tb-l\:h-full{
12025
- height: 100%;
11965
+ .tb-l\:h-12{
11966
+ height: 3rem;
12026
11967
  }
12027
11968
 
12028
11969
  .tb-l\:h-\[124px\]{
12029
11970
  height: 124px;
12030
11971
  }
12031
11972
 
12032
- .tb-l\:h-12{
12033
- height: 3rem;
11973
+ .tb-l\:h-full{
11974
+ height: 100%;
12034
11975
  }
12035
11976
 
12036
11977
  .tb-l\:min-h-\[518px\]{
@@ -12041,6 +11982,14 @@ select{
12041
11982
  width: 50%;
12042
11983
  }
12043
11984
 
11985
+ .tb-l\:w-12{
11986
+ width: 3rem;
11987
+ }
11988
+
11989
+ .tb-l\:w-\[170px\]{
11990
+ width: 170px;
11991
+ }
11992
+
12044
11993
  .tb-l\:w-\[38\%\]{
12045
11994
  width: 38%;
12046
11995
  }
@@ -12067,26 +12016,6 @@ select{
12067
12016
  width: 100%;
12068
12017
  }
12069
12018
 
12070
- .tb-l\:w-\[175px\]{
12071
- width: 175px;
12072
- }
12073
-
12074
- .tb-l\:w-\[223px\]{
12075
- width: 223px;
12076
- }
12077
-
12078
- .tb-l\:w-\[150px\]{
12079
- width: 150px;
12080
- }
12081
-
12082
- .tb-l\:w-\[170px\]{
12083
- width: 170px;
12084
- }
12085
-
12086
- .tb-l\:w-12{
12087
- width: 3rem;
12088
- }
12089
-
12090
12019
  .tb-l\:min-w-\[400px\]{
12091
12020
  min-width: 400px;
12092
12021
  }
@@ -12310,14 +12239,6 @@ select{
12310
12239
  }
12311
12240
 
12312
12241
  @media (min-width: 970px){
12313
- .tb-xl\:h-\[124px\]{
12314
- height: 124px;
12315
- }
12316
-
12317
- .tb-xl\:h-12{
12318
- height: 3rem;
12319
- }
12320
-
12321
12242
  .tb-xl\:w-\[175px\]{
12322
12243
  width: 175px;
12323
12244
  }
@@ -12325,10 +12246,6 @@ select{
12325
12246
  .tb-xl\:w-\[223px\]{
12326
12247
  width: 223px;
12327
12248
  }
12328
-
12329
- .tb-xl\:w-12{
12330
- width: 3rem;
12331
- }
12332
12249
  }
12333
12250
 
12334
12251
  @media (min-width: 1024px){
@@ -12387,10 +12304,6 @@ select{
12387
12304
  width: 100%;
12388
12305
  }
12389
12306
 
12390
- .db-s\:w-\[223px\]{
12391
- width: 223px;
12392
- }
12393
-
12394
12307
  .db-s\:min-w-fit{
12395
12308
  min-width: -webkit-fit-content;
12396
12309
  min-width: -moz-fit-content;
@@ -12537,10 +12450,6 @@ select{
12537
12450
  width: 100%;
12538
12451
  }
12539
12452
 
12540
- .db\:w-\[175px\]{
12541
- width: 175px;
12542
- }
12543
-
12544
12453
  .db\:min-w-\[550px\]{
12545
12454
  min-width: 550px;
12546
12455
  }