@etsoo/materialui 1.3.99 → 1.4.1

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.
@@ -45,7 +45,7 @@ export class ServiceApp extends ReactApp {
45
45
  this.cachedUrl = removeUrl ? undefined : globalThis.location.href;
46
46
  // Get the redirect URL
47
47
  new AuthApi(this)
48
- .getSigninUrl({
48
+ .getLogInUrl({
49
49
  region: this.region,
50
50
  device: this.deviceId
51
51
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.3.99",
3
+ "version": "1.4.1",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -50,9 +50,9 @@
50
50
  "@emotion/css": "^11.13.4",
51
51
  "@emotion/react": "^11.13.3",
52
52
  "@emotion/styled": "^11.13.0",
53
- "@etsoo/appscript": "^1.5.32",
53
+ "@etsoo/appscript": "^1.5.34",
54
54
  "@etsoo/notificationbase": "^1.1.49",
55
- "@etsoo/react": "^1.7.70",
55
+ "@etsoo/react": "^1.7.72",
56
56
  "@etsoo/shared": "^1.2.48",
57
57
  "@mui/icons-material": "^6.1.3",
58
58
  "@mui/material": "^6.1.3",
@@ -82,7 +82,7 @@ export class ServiceApp<
82
82
 
83
83
  // Get the redirect URL
84
84
  new AuthApi(this)
85
- .getSigninUrl({
85
+ .getLogInUrl({
86
86
  region: this.region,
87
87
  device: this.deviceId
88
88
  })