@better-auth-ui/react 1.6.0
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/components/auth/auth-provider.d.ts +32 -0
- package/dist/components/auth/auth-provider.js +44 -0
- package/dist/components/email/email-changed.d.ts +97 -0
- package/dist/components/email/email-changed.js +70 -0
- package/dist/components/email/email-localization.d.ts +61 -0
- package/dist/components/email/email-localization.js +24 -0
- package/dist/components/email/email-styles.d.ts +89 -0
- package/dist/components/email/email-styles.js +129 -0
- package/dist/components/email/email-verification.d.ts +97 -0
- package/dist/components/email/email-verification.js +75 -0
- package/dist/components/email/index.d.ts +9 -0
- package/dist/components/email/index.js +9 -0
- package/dist/components/email/magic-link.d.ts +93 -0
- package/dist/components/email/magic-link.js +72 -0
- package/dist/components/email/new-device.d.ts +123 -0
- package/dist/components/email/new-device.js +90 -0
- package/dist/components/email/otp-email.d.ts +88 -0
- package/dist/components/email/otp-email.js +65 -0
- package/dist/components/email/password-changed.d.ts +96 -0
- package/dist/components/email/password-changed.js +76 -0
- package/dist/components/email/reset-password.d.ts +90 -0
- package/dist/components/email/reset-password.js +68 -0
- package/dist/components/icons/apple.d.ts +8 -0
- package/dist/components/icons/apple.js +10 -0
- package/dist/components/icons/atlassian.d.ts +10 -0
- package/dist/components/icons/atlassian.js +14 -0
- package/dist/components/icons/cognito.d.ts +8 -0
- package/dist/components/icons/cognito.js +10 -0
- package/dist/components/icons/discord.d.ts +8 -0
- package/dist/components/icons/discord.js +10 -0
- package/dist/components/icons/dropbox.d.ts +8 -0
- package/dist/components/icons/dropbox.js +10 -0
- package/dist/components/icons/facebook.d.ts +10 -0
- package/dist/components/icons/facebook.js +12 -0
- package/dist/components/icons/figma.d.ts +11 -0
- package/dist/components/icons/figma.js +13 -0
- package/dist/components/icons/github.d.ts +10 -0
- package/dist/components/icons/github.js +12 -0
- package/dist/components/icons/gitlab.d.ts +8 -0
- package/dist/components/icons/gitlab.js +10 -0
- package/dist/components/icons/google.d.ts +8 -0
- package/dist/components/icons/google.js +10 -0
- package/dist/components/icons/huggingface.d.ts +8 -0
- package/dist/components/icons/huggingface.js +10 -0
- package/dist/components/icons/index.d.ts +35 -0
- package/dist/components/icons/index.js +35 -0
- package/dist/components/icons/kakao.d.ts +10 -0
- package/dist/components/icons/kakao.js +12 -0
- package/dist/components/icons/kick.d.ts +10 -0
- package/dist/components/icons/kick.js +12 -0
- package/dist/components/icons/line.d.ts +8 -0
- package/dist/components/icons/line.js +10 -0
- package/dist/components/icons/linear.d.ts +8 -0
- package/dist/components/icons/linear.js +10 -0
- package/dist/components/icons/linkedin.d.ts +8 -0
- package/dist/components/icons/linkedin.js +10 -0
- package/dist/components/icons/microsoft.d.ts +8 -0
- package/dist/components/icons/microsoft.js +10 -0
- package/dist/components/icons/naver.d.ts +8 -0
- package/dist/components/icons/naver.js +10 -0
- package/dist/components/icons/notion.d.ts +8 -0
- package/dist/components/icons/notion.js +10 -0
- package/dist/components/icons/paybin.d.ts +7 -0
- package/dist/components/icons/paybin.js +9 -0
- package/dist/components/icons/paypal.d.ts +8 -0
- package/dist/components/icons/paypal.js +10 -0
- package/dist/components/icons/polar.d.ts +8 -0
- package/dist/components/icons/polar.js +10 -0
- package/dist/components/icons/railway.d.ts +8 -0
- package/dist/components/icons/railway.js +10 -0
- package/dist/components/icons/reddit.d.ts +8 -0
- package/dist/components/icons/reddit.js +10 -0
- package/dist/components/icons/roblox.d.ts +11 -0
- package/dist/components/icons/roblox.js +13 -0
- package/dist/components/icons/salesforce.d.ts +8 -0
- package/dist/components/icons/salesforce.js +10 -0
- package/dist/components/icons/slack.d.ts +8 -0
- package/dist/components/icons/slack.js +10 -0
- package/dist/components/icons/spotify.d.ts +8 -0
- package/dist/components/icons/spotify.js +10 -0
- package/dist/components/icons/tiktok.d.ts +9 -0
- package/dist/components/icons/tiktok.js +11 -0
- package/dist/components/icons/twitch.d.ts +8 -0
- package/dist/components/icons/twitch.js +13 -0
- package/dist/components/icons/vercel.d.ts +8 -0
- package/dist/components/icons/vercel.js +10 -0
- package/dist/components/icons/vk.d.ts +8 -0
- package/dist/components/icons/vk.js +10 -0
- package/dist/components/icons/wechat.d.ts +8 -0
- package/dist/components/icons/wechat.js +10 -0
- package/dist/components/icons/x.d.ts +8 -0
- package/dist/components/icons/x.js +10 -0
- package/dist/components/icons/zoom.d.ts +8 -0
- package/dist/components/icons/zoom.js +12 -0
- package/dist/components/settings/account/theme-preview.d.ts +3 -0
- package/dist/components/settings/account/theme-preview.js +10 -0
- package/dist/core.d.ts +1 -0
- package/dist/core.js +1 -0
- package/dist/hooks/auth/use-auth-mutation.d.ts +18 -0
- package/dist/hooks/auth/use-auth-mutation.js +10 -0
- package/dist/hooks/auth/use-auth-query.d.ts +24 -0
- package/dist/hooks/auth/use-auth-query.js +10 -0
- package/dist/hooks/auth/use-authenticate.d.ts +9 -0
- package/dist/hooks/auth/use-authenticate.js +28 -0
- package/dist/hooks/auth/use-forgot-password.d.ts +20 -0
- package/dist/hooks/auth/use-forgot-password.js +14 -0
- package/dist/hooks/auth/use-request-password-reset.d.ts +26 -0
- package/dist/hooks/auth/use-request-password-reset.js +14 -0
- package/dist/hooks/auth/use-reset-password.d.ts +40 -0
- package/dist/hooks/auth/use-reset-password.js +13 -0
- package/dist/hooks/auth/use-send-verification-email.d.ts +24 -0
- package/dist/hooks/auth/use-send-verification-email.js +13 -0
- package/dist/hooks/auth/use-session.d.ts +9 -0
- package/dist/hooks/auth/use-session.js +18 -0
- package/dist/hooks/auth/use-sign-in-email.d.ts +53 -0
- package/dist/hooks/auth/use-sign-in-email.js +24 -0
- package/dist/hooks/auth/use-sign-in-magic-link.d.ts +32 -0
- package/dist/hooks/auth/use-sign-in-magic-link.js +13 -0
- package/dist/hooks/auth/use-sign-in-social.d.ts +93 -0
- package/dist/hooks/auth/use-sign-in-social.js +13 -0
- package/dist/hooks/auth/use-sign-out.d.ts +19 -0
- package/dist/hooks/auth/use-sign-out.js +24 -0
- package/dist/hooks/auth/use-sign-up-email.d.ts +526 -0
- package/dist/hooks/auth/use-sign-up-email.js +24 -0
- package/dist/hooks/auth/use-user.d.ts +513 -0
- package/dist/hooks/auth/use-user.js +14 -0
- package/dist/hooks/settings/use-account-info.d.ts +17 -0
- package/dist/hooks/settings/use-account-info.js +25 -0
- package/dist/hooks/settings/use-change-email.d.ts +24 -0
- package/dist/hooks/settings/use-change-email.js +23 -0
- package/dist/hooks/settings/use-change-password.d.ts +54 -0
- package/dist/hooks/settings/use-change-password.js +11 -0
- package/dist/hooks/settings/use-delete-user.d.ts +42 -0
- package/dist/hooks/settings/use-delete-user.js +11 -0
- package/dist/hooks/settings/use-link-social.d.ts +46 -0
- package/dist/hooks/settings/use-link-social.js +10 -0
- package/dist/hooks/settings/use-list-accounts.d.ts +20 -0
- package/dist/hooks/settings/use-list-accounts.js +23 -0
- package/dist/hooks/settings/use-list-device-sessions.d.ts +11 -0
- package/dist/hooks/settings/use-list-device-sessions.js +22 -0
- package/dist/hooks/settings/use-list-sessions.d.ts +20 -0
- package/dist/hooks/settings/use-list-sessions.js +22 -0
- package/dist/hooks/settings/use-revoke-multi-session.d.ts +19 -0
- package/dist/hooks/settings/use-revoke-multi-session.js +20 -0
- package/dist/hooks/settings/use-revoke-session.d.ts +19 -0
- package/dist/hooks/settings/use-revoke-session.js +21 -0
- package/dist/hooks/settings/use-set-active-session.d.ts +37 -0
- package/dist/hooks/settings/use-set-active-session.js +28 -0
- package/dist/hooks/settings/use-unlink-account.d.ts +21 -0
- package/dist/hooks/settings/use-unlink-account.js +21 -0
- package/dist/hooks/settings/use-update-user.d.ts +11 -0
- package/dist/hooks/settings/use-update-user.js +29 -0
- package/dist/hooks/use-hydrated.d.ts +6 -0
- package/dist/hooks/use-hydrated.js +18 -0
- package/dist/index.d.ts +32 -0
- package/dist/index.js +33 -0
- package/dist/lib/auth-client.d.ts +1979 -0
- package/dist/lib/auth-client.js +5 -0
- package/dist/lib/auth-config.d.ts +43 -0
- package/dist/lib/auth-config.js +1 -0
- package/dist/lib/auth-context.d.ts +2 -0
- package/dist/lib/auth-context.js +3 -0
- package/dist/lib/auth-hook-options.d.ts +8 -0
- package/dist/lib/auth-hook-options.js +1 -0
- package/dist/lib/provider-icons.d.ts +13 -0
- package/dist/lib/provider-icons.js +48 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/lib/utils.js +5 -0
- package/package.json +64 -0
- package/src/components/auth/auth-provider.tsx +82 -0
- package/src/components/email/email-changed.tsx +381 -0
- package/src/components/email/email-localization.tsx +33 -0
- package/src/components/email/email-styles.tsx +175 -0
- package/src/components/email/email-verification.tsx +350 -0
- package/src/components/email/index.ts +9 -0
- package/src/components/email/magic-link.tsx +349 -0
- package/src/components/email/new-device.tsx +452 -0
- package/src/components/email/otp-email.tsx +321 -0
- package/src/components/email/password-changed.tsx +380 -0
- package/src/components/email/reset-password.tsx +343 -0
- package/src/components/icons/apple.tsx +24 -0
- package/src/components/icons/atlassian.tsx +43 -0
- package/src/components/icons/cognito.tsx +25 -0
- package/src/components/icons/discord.tsx +24 -0
- package/src/components/icons/dropbox.tsx +24 -0
- package/src/components/icons/facebook.tsx +30 -0
- package/src/components/icons/figma.tsx +43 -0
- package/src/components/icons/github.tsx +26 -0
- package/src/components/icons/gitlab.tsx +36 -0
- package/src/components/icons/google.tsx +42 -0
- package/src/components/icons/huggingface.tsx +44 -0
- package/src/components/icons/index.ts +35 -0
- package/src/components/icons/kakao.tsx +26 -0
- package/src/components/icons/kick.tsx +30 -0
- package/src/components/icons/line.tsx +24 -0
- package/src/components/icons/linear.tsx +24 -0
- package/src/components/icons/linkedin.tsx +28 -0
- package/src/components/icons/microsoft.tsx +24 -0
- package/src/components/icons/naver.tsx +24 -0
- package/src/components/icons/notion.tsx +25 -0
- package/src/components/icons/paybin.tsx +37 -0
- package/src/components/icons/paypal.tsx +36 -0
- package/src/components/icons/polar.tsx +31 -0
- package/src/components/icons/railway.tsx +24 -0
- package/src/components/icons/reddit.tsx +25 -0
- package/src/components/icons/roblox.tsx +28 -0
- package/src/components/icons/salesforce.tsx +24 -0
- package/src/components/icons/slack.tsx +36 -0
- package/src/components/icons/spotify.tsx +24 -0
- package/src/components/icons/tiktok.tsx +32 -0
- package/src/components/icons/twitch.tsx +50 -0
- package/src/components/icons/vercel.tsx +21 -0
- package/src/components/icons/vk.tsx +24 -0
- package/src/components/icons/wechat.tsx +24 -0
- package/src/components/icons/x.tsx +24 -0
- package/src/components/icons/zoom.tsx +48 -0
- package/src/components/settings/account/theme-preview.tsx +271 -0
- package/src/core.ts +1 -0
- package/src/hooks/auth/use-auth-mutation.ts +56 -0
- package/src/hooks/auth/use-auth-query.ts +50 -0
- package/src/hooks/auth/use-authenticate.ts +35 -0
- package/src/hooks/auth/use-request-password-reset.ts +24 -0
- package/src/hooks/auth/use-reset-password.ts +23 -0
- package/src/hooks/auth/use-send-verification-email.ts +23 -0
- package/src/hooks/auth/use-session.ts +26 -0
- package/src/hooks/auth/use-sign-in-email.ts +35 -0
- package/src/hooks/auth/use-sign-in-magic-link.ts +23 -0
- package/src/hooks/auth/use-sign-in-social.ts +23 -0
- package/src/hooks/auth/use-sign-out.ts +34 -0
- package/src/hooks/auth/use-sign-up-email.ts +35 -0
- package/src/hooks/auth/use-user.ts +21 -0
- package/src/hooks/settings/use-account-info.ts +30 -0
- package/src/hooks/settings/use-change-email.ts +33 -0
- package/src/hooks/settings/use-change-password.ts +21 -0
- package/src/hooks/settings/use-delete-user.ts +21 -0
- package/src/hooks/settings/use-link-social.ts +19 -0
- package/src/hooks/settings/use-list-accounts.ts +27 -0
- package/src/hooks/settings/use-list-device-sessions.ts +32 -0
- package/src/hooks/settings/use-list-sessions.ts +26 -0
- package/src/hooks/settings/use-revoke-multi-session.ts +30 -0
- package/src/hooks/settings/use-revoke-session.ts +31 -0
- package/src/hooks/settings/use-set-active-session.ts +46 -0
- package/src/hooks/settings/use-unlink-account.ts +31 -0
- package/src/hooks/settings/use-update-user.ts +44 -0
- package/src/index.ts +34 -0
- package/src/lib/auth-client.ts +37 -0
- package/src/lib/auth-config.ts +48 -0
- package/src/lib/auth-context.ts +6 -0
- package/src/lib/provider-icons.ts +90 -0
- package/src/lib/utils.ts +6 -0
package/src/index.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
|
|
3
|
+
export * from "./components/auth/auth-provider"
|
|
4
|
+
export * from "./components/email"
|
|
5
|
+
export * from "./components/icons"
|
|
6
|
+
export * from "./components/settings/account/theme-preview"
|
|
7
|
+
export * from "./hooks/auth/use-authenticate"
|
|
8
|
+
export * from "./hooks/auth/use-request-password-reset"
|
|
9
|
+
export * from "./hooks/auth/use-reset-password"
|
|
10
|
+
export * from "./hooks/auth/use-send-verification-email"
|
|
11
|
+
export * from "./hooks/auth/use-session"
|
|
12
|
+
export * from "./hooks/auth/use-sign-in-email"
|
|
13
|
+
export * from "./hooks/auth/use-sign-in-magic-link"
|
|
14
|
+
export * from "./hooks/auth/use-sign-in-social"
|
|
15
|
+
export * from "./hooks/auth/use-sign-out"
|
|
16
|
+
export * from "./hooks/auth/use-sign-up-email"
|
|
17
|
+
export * from "./hooks/auth/use-user"
|
|
18
|
+
export * from "./hooks/settings/use-account-info"
|
|
19
|
+
export * from "./hooks/settings/use-change-email"
|
|
20
|
+
export * from "./hooks/settings/use-change-password"
|
|
21
|
+
export * from "./hooks/settings/use-delete-user"
|
|
22
|
+
export * from "./hooks/settings/use-link-social"
|
|
23
|
+
export * from "./hooks/settings/use-list-accounts"
|
|
24
|
+
export * from "./hooks/settings/use-list-device-sessions"
|
|
25
|
+
export * from "./hooks/settings/use-list-sessions"
|
|
26
|
+
export * from "./hooks/settings/use-revoke-multi-session"
|
|
27
|
+
export * from "./hooks/settings/use-revoke-session"
|
|
28
|
+
export * from "./hooks/settings/use-set-active-session"
|
|
29
|
+
export * from "./hooks/settings/use-unlink-account"
|
|
30
|
+
export * from "./hooks/settings/use-update-user"
|
|
31
|
+
export * from "./lib/auth-client"
|
|
32
|
+
export * from "./lib/auth-config"
|
|
33
|
+
export * from "./lib/auth-context"
|
|
34
|
+
export * from "./lib/provider-icons"
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import {
|
|
2
|
+
magicLinkClient,
|
|
3
|
+
multiSessionClient,
|
|
4
|
+
usernameClient
|
|
5
|
+
} from "better-auth/client/plugins"
|
|
6
|
+
import { createAuthClient } from "better-auth/react"
|
|
7
|
+
import type { AuthConfig } from "./auth-config"
|
|
8
|
+
|
|
9
|
+
export type { PathToObject } from "better-auth/client"
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Type representing any auth client created with `createAuthClient`.
|
|
13
|
+
*
|
|
14
|
+
* Used for type flexibility when accepting auth clients that may have different
|
|
15
|
+
* plugin configurations or feature sets.
|
|
16
|
+
*/
|
|
17
|
+
export type AnyAuthClient = Omit<ReturnType<typeof createAuthClient>, "signUp">
|
|
18
|
+
|
|
19
|
+
const authClient = createAuthClient({
|
|
20
|
+
plugins: [magicLinkClient(), multiSessionClient(), usernameClient()]
|
|
21
|
+
})
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Type representing the default auth client with plugins enabled.
|
|
25
|
+
*
|
|
26
|
+
* This is the standard auth client type used throughout the React package
|
|
27
|
+
* and includes all required plugins enabled.
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
type ResolveAuthClient<T> = "AuthClient" extends keyof T
|
|
31
|
+
? T["AuthClient"]
|
|
32
|
+
: typeof authClient
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* The resolved auth client type, either from user augmentation or the default.
|
|
36
|
+
*/
|
|
37
|
+
export type AuthClient = ResolveAuthClient<AuthConfig>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { AuthConfig as BaseAuthConfig } from "@better-auth-ui/react/core"
|
|
2
|
+
import type { ComponentType, PropsWithChildren } from "react"
|
|
3
|
+
import type { AnyAuthClient, AuthClient } from "./auth-client"
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Extends the base AuthConfig with React-specific requirements including
|
|
7
|
+
* an authClient instance and a Link component for navigation.
|
|
8
|
+
*
|
|
9
|
+
* Users can augment this interface to provide their own auth client type:
|
|
10
|
+
* @example
|
|
11
|
+
* ```ts
|
|
12
|
+
* declare module "@better-auth-ui/react" {
|
|
13
|
+
* interface AuthConfig {
|
|
14
|
+
* AuthClient: typeof authClient
|
|
15
|
+
* }
|
|
16
|
+
* }
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export interface AuthConfig extends BaseAuthConfig {
|
|
20
|
+
authClient: AuthClient
|
|
21
|
+
/**
|
|
22
|
+
* React component for rendering links
|
|
23
|
+
* @remarks `LinkComponent`
|
|
24
|
+
*/
|
|
25
|
+
Link: ComponentType<
|
|
26
|
+
PropsWithChildren<{ className?: string; href: string; to?: string }>
|
|
27
|
+
>
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// biome-ignore lint/suspicious/noExplicitAny: required for generic utility type
|
|
31
|
+
type DeepPartial<T> = T extends (...args: any[]) => any
|
|
32
|
+
? T
|
|
33
|
+
: T extends object
|
|
34
|
+
? {
|
|
35
|
+
[P in keyof T]?: DeepPartial<T[P]>
|
|
36
|
+
}
|
|
37
|
+
: T
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Partial AuthConfig with any Better Auth client instance.
|
|
41
|
+
*/
|
|
42
|
+
export type AnyAuthConfig = DeepPartial<Omit<AuthConfig, "authClient">> & {
|
|
43
|
+
/**
|
|
44
|
+
* Better Auth client instance
|
|
45
|
+
* @remarks `AuthClient`
|
|
46
|
+
*/
|
|
47
|
+
authClient?: AnyAuthClient
|
|
48
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import type { SocialProvider } from "better-auth/social-providers"
|
|
2
|
+
import type { ComponentPropsWithRef, ComponentType } from "react"
|
|
3
|
+
import {
|
|
4
|
+
Apple,
|
|
5
|
+
Atlassian,
|
|
6
|
+
Cognito,
|
|
7
|
+
Discord,
|
|
8
|
+
Dropbox,
|
|
9
|
+
Facebook,
|
|
10
|
+
Figma,
|
|
11
|
+
GitHub,
|
|
12
|
+
GitLab,
|
|
13
|
+
Google,
|
|
14
|
+
HuggingFace,
|
|
15
|
+
Kakao,
|
|
16
|
+
Kick,
|
|
17
|
+
Line,
|
|
18
|
+
Linear,
|
|
19
|
+
LinkedIn,
|
|
20
|
+
Microsoft,
|
|
21
|
+
Naver,
|
|
22
|
+
Notion,
|
|
23
|
+
Paybin,
|
|
24
|
+
PayPal,
|
|
25
|
+
Polar,
|
|
26
|
+
Railway,
|
|
27
|
+
Reddit,
|
|
28
|
+
Roblox,
|
|
29
|
+
Salesforce,
|
|
30
|
+
Slack,
|
|
31
|
+
Spotify,
|
|
32
|
+
TikTok,
|
|
33
|
+
Twitch,
|
|
34
|
+
Vercel,
|
|
35
|
+
VK,
|
|
36
|
+
WeChat,
|
|
37
|
+
X,
|
|
38
|
+
Zoom
|
|
39
|
+
} from "../components/icons"
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Mapping of social authentication provider names to their corresponding icon components.
|
|
43
|
+
*
|
|
44
|
+
* Provides React SVG icon components for all supported social authentication providers.
|
|
45
|
+
* Each icon is a React component that accepts standard SVG props and can be customized
|
|
46
|
+
* with className, size, color, etc.
|
|
47
|
+
*
|
|
48
|
+
* Supported providers include: Apple, Google, GitHub, Microsoft, Discord, Facebook,
|
|
49
|
+
* Twitter/X, and many others.
|
|
50
|
+
*/
|
|
51
|
+
export const providerIcons: Record<
|
|
52
|
+
SocialProvider,
|
|
53
|
+
ComponentType<ComponentPropsWithRef<"svg">>
|
|
54
|
+
> = {
|
|
55
|
+
apple: Apple,
|
|
56
|
+
atlassian: Atlassian,
|
|
57
|
+
cognito: Cognito,
|
|
58
|
+
discord: Discord,
|
|
59
|
+
dropbox: Dropbox,
|
|
60
|
+
facebook: Facebook,
|
|
61
|
+
figma: Figma,
|
|
62
|
+
github: GitHub,
|
|
63
|
+
gitlab: GitLab,
|
|
64
|
+
google: Google,
|
|
65
|
+
huggingface: HuggingFace,
|
|
66
|
+
kakao: Kakao,
|
|
67
|
+
kick: Kick,
|
|
68
|
+
line: Line,
|
|
69
|
+
linear: Linear,
|
|
70
|
+
linkedin: LinkedIn,
|
|
71
|
+
microsoft: Microsoft,
|
|
72
|
+
naver: Naver,
|
|
73
|
+
notion: Notion,
|
|
74
|
+
paybin: Paybin,
|
|
75
|
+
paypal: PayPal,
|
|
76
|
+
polar: Polar,
|
|
77
|
+
railway: Railway,
|
|
78
|
+
reddit: Reddit,
|
|
79
|
+
roblox: Roblox,
|
|
80
|
+
salesforce: Salesforce,
|
|
81
|
+
slack: Slack,
|
|
82
|
+
spotify: Spotify,
|
|
83
|
+
tiktok: TikTok,
|
|
84
|
+
twitch: Twitch,
|
|
85
|
+
twitter: X,
|
|
86
|
+
vercel: Vercel,
|
|
87
|
+
vk: VK,
|
|
88
|
+
wechat: WeChat,
|
|
89
|
+
zoom: Zoom
|
|
90
|
+
}
|