hds-web 1.36.2 → 1.36.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.36.2",
3
+ "version": "1.36.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -379,7 +379,7 @@ export default function V3Header(props) {
379
379
 
380
380
  <div
381
381
  className={
382
- "bg-neutral-100 shadow-sh1 hds-hidden-tbl block fixed w-full tb:max-w-[480px] z-2 tb:left-auto tb:right-0 mx-auto left-4 top-0 transform transition duration-500 ease-in-out h-[calc(100%-1px)] max-h-screen overflow-y-auto" +
382
+ "bg-neutral-100 shadow-sh1 hds-hidden-tbl block fixed w-full tb:max-w-[480px] tb:left-auto tb:right-0 mx-auto left-4 top-0 transform transition duration-500 ease-in-out h-[calc(100%-1px)] max-h-screen overflow-y-auto" +
383
383
  (mobileNavOpen ? " translate-x-0" : " translate-x-[1240px]")
384
384
  }
385
385
  >
@@ -898,4 +898,4 @@ V3Header.defaultProps = {
898
898
  },
899
899
  ],
900
900
  headerUrl: "/",
901
- };
901
+ };