hds-web 1.40.4 → 1.40.5

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.40.4",
3
+ "version": "1.40.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -456,7 +456,11 @@ export default function V3Header(props) {
456
456
  {!props.hideSearch && (
457
457
  <AlgoliaSearch isDarkMode={isDarkMode} {...props} />
458
458
  )}
459
- <a href="/contact-us" className="hds-hidden db:flex">
459
+ <a
460
+ href="/contact-us"
461
+ className="hds-hidden db:flex"
462
+ data-testid={`${props?.website_key}-contact-us`}
463
+ >
460
464
  <Typography
461
465
  textStyle="body3c-medium"
462
466
  className={
@@ -464,7 +468,6 @@ export default function V3Header(props) {
464
468
  ? "text-neutral-0 hover:text-blue-400"
465
469
  : "text-neutral-800 hover:text-blue-600"
466
470
  }
467
- data-testid={`${props?.website_key}-contact-us`}
468
471
  >
469
472
  Contact Us
470
473
  </Typography>
@@ -657,7 +660,10 @@ export default function V3Header(props) {
657
660
  />
658
661
  </div>
659
662
  </a>
660
- <a href="https://hasura.io/contact-us">
663
+ <a
664
+ href="https://hasura.io/contact-us"
665
+ data-testid={`${props?.website_key}-contact-us`}
666
+ >
661
667
  <div
662
668
  key={`Contact`}
663
669
  className="flex justify-between items-center p-4 cursor-pointer group"