hds-web 1.40.3 → 1.40.4

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.3",
3
+ "version": "1.40.4",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -464,6 +464,7 @@ export default function V3Header(props) {
464
464
  ? "text-neutral-0 hover:text-blue-400"
465
465
  : "text-neutral-800 hover:text-blue-600"
466
466
  }
467
+ data-testid={`${props?.website_key}-contact-us`}
467
468
  >
468
469
  Contact Us
469
470
  </Typography>
@@ -481,6 +482,7 @@ export default function V3Header(props) {
481
482
  rightAnimatedArrowColor="#3970FD"
482
483
  animatedHoverStroke="group-hover:stroke-neutral-0"
483
484
  className="hds-hidden tb-l:flex"
485
+ data-testid={`${props?.website_key}-log-in`}
484
486
  />
485
487
  </a>
486
488
  )}
@@ -496,6 +498,7 @@ export default function V3Header(props) {
496
498
  rightAnimatedArrowColor="#ffffff"
497
499
  animatedHoverStroke="group-hover:stroke-neutral-0"
498
500
  className="hds-hidden tb:flex"
501
+ data-testid={`${props?.website_key}-get-started`}
499
502
  />
500
503
  </a>
501
504
  </div>