hds-web 1.19.5 → 1.19.6

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.19.5",
3
+ "version": "1.19.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -414,7 +414,7 @@ export default function V3Header(props) {
414
414
  className="flex justify-between items-center p-4 cursor-pointer group"
415
415
  >
416
416
  <div className="flex items-center justify-center gap-2">
417
- <Icon height="h-5 w-5" variant="home03" strokeColor="#3970FD" />
417
+ {/* <Icon height="h-5 w-5" variant="home03" strokeColor="#3970FD" /> */}
418
418
  <Typography textStyle="body3c-medium" className="text-neutral-700 hover:text-neutral-1000 transition-all duration-300 ease-in-out">
419
419
  {`${item['title']}`}
420
420
  </Typography>
@@ -1670,8 +1670,8 @@ select{
1670
1670
  max-height: 26.25;
1671
1671
  }
1672
1672
 
1673
- .max-h-\[34px\]{
1674
- max-height: 34px;
1673
+ .max-h-\[32px\]{
1674
+ max-height: 32px;
1675
1675
  }
1676
1676
 
1677
1677
  .max-h-\[530px\]{
@@ -1686,10 +1686,6 @@ select{
1686
1686
  max-height: 100vh;
1687
1687
  }
1688
1688
 
1689
- .max-h-\[32px\]{
1690
- max-height: 32px;
1691
- }
1692
-
1693
1689
  .min-h-\[12px\]{
1694
1690
  min-height: 12px;
1695
1691
  }
@@ -10328,6 +10324,10 @@ select{
10328
10324
  margin-left: 3.5rem;
10329
10325
  }
10330
10326
 
10327
+ .tb\:mr-2{
10328
+ margin-right: 0.5rem;
10329
+ }
10330
+
10331
10331
  .tb\:mr-4{
10332
10332
  margin-right: 1rem;
10333
10333
  }
@@ -10360,10 +10360,6 @@ select{
10360
10360
  margin-top: -4px;
10361
10361
  }
10362
10362
 
10363
- .tb\:mr-2{
10364
- margin-right: 0.5rem;
10365
- }
10366
-
10367
10363
  .tb\:block{
10368
10364
  display: block;
10369
10365
  }
@@ -10708,6 +10704,10 @@ select{
10708
10704
  padding-right: 0px;
10709
10705
  }
10710
10706
 
10707
+ .tb\:pr-2{
10708
+ padding-right: 0.5rem;
10709
+ }
10710
+
10711
10711
  .tb\:pr-4{
10712
10712
  padding-right: 1rem;
10713
10713
  }
@@ -10740,10 +10740,6 @@ select{
10740
10740
  padding-top: 2.875rem;
10741
10741
  }
10742
10742
 
10743
- .tb\:pr-2{
10744
- padding-right: 0.5rem;
10745
- }
10746
-
10747
10743
  .tb\:text-left{
10748
10744
  text-align: left;
10749
10745
  }