qpp-style 9.44.2 → 9.44.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.
@@ -119,7 +119,7 @@ const FooterUI = () => (
119
119
  <h3 className="sub-title qpp-u-margin-y--0">
120
120
  <a
121
121
  href="https://cmsqualitysupport.servicenowservices.com/ccsq_support_central"
122
- aria-label="CCSQ Support Central"
122
+ aria-label="Create or Track a QPP Service Center Ticket"
123
123
  className="email-link"
124
124
  target="__blank"
125
125
  rel="noopener noreferrer"
@@ -144,10 +144,10 @@ const FooterUI = () => (
144
144
  <li>
145
145
  <a
146
146
  href="/privacy"
147
- aria-label="Notice of Privacy and Disclaimer"
147
+ aria-label="CMS Privacy Notice"
148
148
  data-track-category="FooterNav"
149
149
  data-track-action="OpenPrivacyDisclaimer"
150
- data-track-label="Notice of Privacy and Disclaimer"
150
+ data-track-label="CMS Privacy Notice"
151
151
  >
152
152
  CMS Privacy Notice
153
153
  </a>
@@ -27,7 +27,6 @@ const InfotipContent = ({ children, label, id }) => {
27
27
  {children}
28
28
  </TooltipAnchor>
29
29
  <TooltipAriaKit
30
- aria-labelledby={id}
31
30
  state={tooltip}
32
31
  ariaLabelledBy={undefined}
33
32
  className="tooltip-content"