hds-web 1.23.2 → 1.23.3

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.23.2",
3
+ "version": "1.23.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -16,7 +16,7 @@ export default function StoryCardXL(props) {
16
16
  }
17
17
  {props.brandImageURL &&
18
18
  props.brandImageAlt && (
19
- <div className="tb-l:flex hidden -ml-2 justify-start">
19
+ <div className="tb-l:flex hidden -ml-2 pb-1 justify-start">
20
20
  <img src={props.brandImageURL} alt={props.brandImageAlt} className="max-h-[64px]" />
21
21
  </div>
22
22
  )
@@ -29,7 +29,7 @@ export default function StoryCardXL(props) {
29
29
  {props.heroList &&
30
30
  (
31
31
  <div>
32
- <div className="flex flex-col pt-6 tb:pt-0 gap-4">
32
+ <div className="flex flex-col pt-6 tb-l:pt-0 gap-4">
33
33
  {props.heroList.map((value, index) => (
34
34
  <div key={index} className='flex gap-5'>
35
35
  <Icon