hds-web 1.22.2 → 1.22.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.22.2",
3
+ "version": "1.22.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -6,7 +6,7 @@ import { Icon } from "../../common-components";
6
6
  export default function StoryCardXL(props) {
7
7
  return (
8
8
  <>
9
- <div className="flex flex-col justify-between px-6 py-10 tb-l:px-0 tb-l:py-0 tb-l:max-w-7xl min-h-[839px] tb-l:min-h-[676px]">
9
+ <div className="flex flex-col justify-between px-6 py-10 tb-l:px-0 tb-l:py-0 tb-l:max-w-7xl min-h-[855px] tb-l:min-h-[676px]">
10
10
  <div className="flex flex-col-reverse ">
11
11
  <div className="flex flex-col-reverse tb-l:flex-row tb-l:gap-10 db:gap-32">
12
12
  <div className="flex flex-col justify-between tb-l:pl-20 tb-l:pt-20 tb-l:pb-14">
@@ -1796,6 +1796,10 @@ select{
1796
1796
  min-height: 839px;
1797
1797
  }
1798
1798
 
1799
+ .min-h-\[855px\]{
1800
+ min-height: 855px;
1801
+ }
1802
+
1799
1803
  .\!w-full{
1800
1804
  width: 100% !important;
1801
1805
  }