@huyooo/ui 0.5.59 → 0.5.60

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/dist/user.js CHANGED
@@ -1,4 +1,4 @@
1
- import { d as r, U as e, a as n, b as o, c as t, S as U } from "./UserAccountMenu-BWx4hX66.js";
1
+ import { d as r, U as e, a as n, b as o, c as t, S as U } from "./UserAccountMenu-DgvdmbWH.js";
2
2
  export {
3
3
  r as UserAccountMenu,
4
4
  e as UserAvatar,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huyooo/ui",
3
- "version": "0.5.59",
3
+ "version": "0.5.60",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -1,12 +0,0 @@
1
- interface OAuthLoginParams {
2
- appId: string;
3
- referrerId?: string;
4
- redirectUri?: string;
5
- }
6
- /** 获取 GitHub OAuth 登录地址(多租户支持) */
7
- export declare function oAuthGithubLogin(params: OAuthLoginParams): Promise<import('axios').AxiosResponse<any, any>>;
8
- /** 获取 Google OAuth 登录地址(多租户支持) */
9
- export declare function oAuthGoogleLogin(params: OAuthLoginParams): Promise<import('axios').AxiosResponse<any, any>>;
10
- /** 获取 Microsoft OAuth 登录地址(多租户支持) */
11
- export declare function oAuthMicrosoftLogin(params: OAuthLoginParams): Promise<import('axios').AxiosResponse<any, any>>;
12
- export {};