@rh-support/react-context 2.5.116 → 2.5.117

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.
@@ -24,9 +24,9 @@ export function CSSUserModal({ onConfirmTraditionalSupportAgreement, display })
24
24
  React.createElement(Modal, { variant: ModalVariant.medium, isOpen: isConfirmedStateSideSupport && showSupportTypeModal, onClose: () => setShowSupportTypeModal(false) },
25
25
  React.createElement(ModalHeader, null,
26
26
  React.createElement("h2", null, "Choose the type of support you want")),
27
- React.createElement(ModalBody, null, "You have a Confirmed Stateside Support account"),
27
+ React.createElement(ModalBody, null, "You have a Confirmed Sovereign Support account"),
28
28
  React.createElement(ModalFooter, null,
29
- React.createElement(Button, { key: "confirmed-stateside-support-btn", "data-tracking-id": "confirmed-stateside-support-btn", "aria-label": "Confirmed stateside support", onClick: handleCSSclick }, "Confirmed Stateside Support"),
29
+ React.createElement(Button, { key: "confirmed-stateside-support-btn", "data-tracking-id": "confirmed-stateside-support-btn", "aria-label": "Confirmed Sovereign Support", onClick: handleCSSclick }, "Confirmed Sovereign Support"),
30
30
  React.createElement(Button, { variant: "secondary", key: "traditional-support-btn", "data-tracking-id": "traditional-support-btn", "aria-label": "Traditional support", onClick: handleTraditionalSupportClick }, "Traditional Support"))),
31
31
  React.createElement(Modal, { variant: ModalVariant.medium, isOpen: isConfirmedStateSideSupport && showTraditionalSupportAgreement, onClose: () => setShowTraditionalSupportAgreement(false) },
32
32
  React.createElement(ModalHeader, null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "2.5.116",
3
+ "version": "2.5.117",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -93,5 +93,5 @@
93
93
  "defaults and supports es6-module",
94
94
  "maintained node versions"
95
95
  ],
96
- "gitHead": "6f6fd92b079b280fae89b8cdc3bed358c8baf041"
96
+ "gitHead": "fc71d5df2e22d714944164499a7374383e941b02"
97
97
  }