hds-web 1.19.7 → 1.19.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.19.7",
3
+ "version": "1.19.8",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -32,7 +32,7 @@ export default function AnnouncementMd(props) {
32
32
  }
33
33
  {
34
34
  props.iconBgColor && (
35
- <div className={`${iconBgClass} ml-3 tb:ml-14 tb:mr-2 w-8 h-8 min-w-[32px] rounded-full flex items-center justify-center`}>
35
+ <div className={`${iconBgClass} ml-0 mb-1 tb:mb-0 tb:ml-14 tb:mr-2 w-8 h-8 min-w-[32px] rounded-full flex items-center justify-center`}>
36
36
  <Icon height={'block w-5 h-5 stroke-[2px] transition ease-in-out'} variant={props.iconVariant} strokeClass='stroke-neutral-1000' />
37
37
  </div>
38
38
  )
@@ -49,7 +49,7 @@ export default function AnnouncementMd(props) {
49
49
  </Typography>
50
50
  </a>
51
51
  </div>
52
- <div className="static ml-3 tb:absolute top-1/2 tb:-translate-y-1/2 tb:left-6 cursor-pointer w-8 min-w-[32px] h-8 rounded-full bg-neutral-100 flex items-center justify-center" onClick={()=>toggleBanner(false)}>
52
+ <div className="static ml-3 tb:ml-0 tb:absolute top-1/2 tb:-translate-y-1/2 tb:left-6 cursor-pointer w-8 min-w-[32px] h-8 rounded-full bg-neutral-100 flex items-center justify-center" onClick={()=>toggleBanner(false)}>
53
53
  <Icon height={'block w-6 h-6 stroke-[2px] transition ease-in-out'} variant='xclose' strokeClass='stroke-neutral-800' />
54
54
  </div>
55
55
  </div>
@@ -10307,11 +10307,6 @@ select{
10307
10307
  right: 0px;
10308
10308
  }
10309
10309
 
10310
- .tb\:mx-0{
10311
- margin-left: 0px;
10312
- margin-right: 0px;
10313
- }
10314
-
10315
10310
  .tb\:mb-16{
10316
10311
  margin-bottom: 4rem;
10317
10312
  }
@@ -10360,6 +10355,10 @@ select{
10360
10355
  margin-top: -4px;
10361
10356
  }
10362
10357
 
10358
+ .tb\:mb-0{
10359
+ margin-bottom: 0px;
10360
+ }
10361
+
10363
10362
  .tb\:block{
10364
10363
  display: block;
10365
10364
  }