@opexa/portal-components 0.0.550 → 0.0.551

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.
@@ -148,7 +148,7 @@ export function MobileNumberSignIn() {
148
148
  globalStore.termsAndConditions.setOpen(true);
149
149
  globalStore.termsAndConditions.setNext('SIGN_IN');
150
150
  }
151
- }, children: "Terms and Conditions" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
151
+ }, children: "Terms of Use" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
152
152
  if (signInProps.responsibleGamingUrl) {
153
153
  globalStore.signIn.setOpen(false);
154
154
  router.push(signInProps.responsibleGamingUrl);
@@ -163,7 +163,7 @@ export function NameAndPasswordSignIn() {
163
163
  globalStore.termsAndConditions.setOpen(true);
164
164
  globalStore.termsAndConditions.setNext('SIGN_IN');
165
165
  }
166
- }, children: "Terms and Conditions" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
166
+ }, children: "Terms of Use" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
167
167
  if (signInProps.responsibleGamingUrl) {
168
168
  globalStore.signIn.setOpen(false);
169
169
  router.push(signInProps.responsibleGamingUrl);
@@ -8,7 +8,7 @@ const METHODS = [
8
8
  ];
9
9
  const METHOD_LABEL_MAP = {
10
10
  MOBILE_NUMBER: 'Mobile',
11
- NAME_AND_PASSWORD: 'Name',
11
+ NAME_AND_PASSWORD: 'Username',
12
12
  };
13
13
  export function SignInMethod() {
14
14
  const context = useSignInContext();
@@ -212,7 +212,7 @@ export function SignUpNameAndPasswordForm() {
212
212
  globalStore.termsAndConditions.setNext('SIGN_UP');
213
213
  globalStore.signUp.setOpen(false);
214
214
  }
215
- }, children: "Terms and Conditions" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
215
+ }, children: "Terms of Use" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
216
216
  if (signUpProps.responsibleGamingUrl) {
217
217
  globalStore.signUp.setOpen(false);
218
218
  router.push(signUpProps.responsibleGamingUrl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.0.550",
3
+ "version": "0.0.551",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",