@firebase-oss/ui-shadcn 0.0.2-exp.b1b9570 → 0.0.2-exp.cfc61d6
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/registry/apple-sign-in-button.json +1 -1
- package/dist/registry/country-selector.json +2 -2
- package/dist/registry/email-link-auth-form.json +2 -2
- package/dist/registry/email-link-auth-screen.json +2 -2
- package/dist/registry/facebook-sign-in-button.json +2 -2
- package/dist/registry/forgot-password-auth-form.json +2 -2
- package/dist/registry/forgot-password-auth-screen.json +2 -2
- package/dist/registry/github-sign-in-button.json +2 -2
- package/dist/registry/google-sign-in-button.json +2 -2
- package/dist/registry/microsoft-sign-in-button.json +2 -2
- package/dist/registry/multi-factor-auth-assertion-form.json +2 -2
- package/dist/registry/multi-factor-auth-assertion-screen.json +2 -2
- package/dist/registry/multi-factor-auth-enrollment-form.json +2 -2
- package/dist/registry/multi-factor-auth-enrollment-screen.json +2 -2
- package/dist/registry/oauth-button.json +1 -1
- package/dist/registry/oauth-screen.json +2 -2
- package/dist/registry/phone-auth-form.json +2 -2
- package/dist/registry/phone-auth-screen.json +2 -2
- package/dist/registry/policies.json +2 -2
- package/dist/registry/redirect-error.json +2 -2
- package/dist/registry/sign-in-auth-form.json +2 -2
- package/dist/registry/sign-in-auth-screen.json +2 -2
- package/dist/registry/sign-up-auth-form.json +2 -2
- package/dist/registry/sign-up-auth-screen.json +2 -2
- package/dist/registry/sms-multi-factor-assertion-form.json +2 -2
- package/dist/registry/sms-multi-factor-enrollment-form.json +2 -2
- package/dist/registry/totp-multi-factor-assertion-form.json +2 -2
- package/dist/registry/totp-multi-factor-enrollment-form.json +2 -2
- package/dist/registry/twitter-sign-in-button.json +2 -2
- package/dist/registry/yahoo-sign-in-button.json +32 -0
- package/package.json +8 -8
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Country Selector",
|
|
6
6
|
"description": "A country selector component for phone number input with country codes and flags.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"select"
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"meta": {
|
|
21
|
-
"version": "0.0.2-exp.
|
|
21
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Email Link Auth Form",
|
|
6
6
|
"description": "A form allowing users to sign in via email link.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"input",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"meta": {
|
|
25
|
-
"version": "0.0.2-exp.
|
|
25
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Email Link Auth Screen",
|
|
6
6
|
"description": "A screen allowing users to sign in via email link.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"separator",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Facebook Sign In Button",
|
|
6
6
|
"description": "A button component for Facebook OAuth authentication.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"https://firebaseopensource.com/r/oauth-button.json"
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"meta": {
|
|
30
|
-
"version": "0.0.2-exp.
|
|
30
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Forgot Password Auth Form",
|
|
6
6
|
"description": "A form allowing users to reset their password via email.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"input",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Forgot Password Auth Screen",
|
|
6
6
|
"description": "A screen allowing users to reset their password via email.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"card",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"meta": {
|
|
22
|
-
"version": "0.0.2-exp.
|
|
22
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "GitHub Sign In Button",
|
|
6
6
|
"description": "A button component for GitHub OAuth authentication.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"https://firebaseopensource.com/r/oauth-button.json"
|
|
@@ -34,6 +34,6 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"meta": {
|
|
37
|
-
"version": "0.0.2-exp.
|
|
37
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Google Sign In Button",
|
|
6
6
|
"description": "A button component for Google OAuth authentication.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"https://firebaseopensource.com/r/oauth-button.json"
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"meta": {
|
|
42
|
-
"version": "0.0.2-exp.
|
|
42
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Microsoft Sign In Button",
|
|
6
6
|
"description": "A button component for Microsoft OAuth authentication.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"https://firebaseopensource.com/r/oauth-button.json"
|
|
@@ -34,6 +34,6 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"meta": {
|
|
37
|
-
"version": "0.0.2-exp.
|
|
37
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Multi-Factor Auth Assertion Form",
|
|
6
6
|
"description": "A form allowing users to complete multi-factor authentication during sign-in with TOTP or SMS options.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"button",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"meta": {
|
|
23
|
-
"version": "0.0.2-exp.
|
|
23
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Multi-Factor Auth Assertion Screen",
|
|
6
6
|
"description": "A screen allowing users to complete multi-factor authentication during sign-in with TOTP or SMS options.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"card",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"meta": {
|
|
22
|
-
"version": "0.0.2-exp.
|
|
22
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Multi-Factor Auth Enrollment Form",
|
|
6
6
|
"description": "A form allowing users to select and configure multi-factor authentication methods.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"button",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"meta": {
|
|
23
|
-
"version": "0.0.2-exp.
|
|
23
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Multi-Factor Auth Enrollment Screen",
|
|
6
6
|
"description": "A screen allowing users to set up multi-factor authentication with TOTP or SMS options.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"card",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"meta": {
|
|
22
|
-
"version": "0.0.2-exp.
|
|
22
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "OAuth Screen",
|
|
6
6
|
"description": "A screen allowing users to sign in with OAuth providers.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"card",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Phone Auth Form",
|
|
6
6
|
"description": "A form allowing users to authenticate using their phone number with SMS verification.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"form",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"meta": {
|
|
25
|
-
"version": "0.0.2-exp.
|
|
25
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Phone Auth Screen",
|
|
6
6
|
"description": "A screen allowing users to authenticate using their phone number with SMS verification.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"card",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"meta": {
|
|
25
|
-
"version": "0.0.2-exp.
|
|
25
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Policies",
|
|
6
6
|
"description": "A component allowing users to navigate to the terms of service and privacy policy.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"files": [
|
|
11
11
|
{
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"meta": {
|
|
18
|
-
"version": "0.0.2-exp.
|
|
18
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Redirect Error",
|
|
6
6
|
"description": "A component that displays redirect errors from Firebase UI authentication flow.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"files": [
|
|
11
11
|
{
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"meta": {
|
|
18
|
-
"version": "0.0.2-exp.
|
|
18
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Sign In Auth Form",
|
|
6
6
|
"description": "A form allowing users to sign in with email and password.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"input",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Sign In Auth Screen",
|
|
6
6
|
"description": "A screen allowing users to sign in with email and password.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"separator",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Sign Up Auth Form",
|
|
6
6
|
"description": "A form allowing users to sign up with email and password.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"input",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Sign Up Auth Screen",
|
|
6
6
|
"description": "A screen allowing users to sign up with email and password.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"separator",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "SMS Multi-Factor Assertion Form",
|
|
6
6
|
"description": "A form allowing users to complete SMS-based multi-factor authentication during sign-in.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"form",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "SMS Multi-Factor Enrollment Form",
|
|
6
6
|
"description": "A form allowing users to enroll SMS-based multi-factor authentication.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"form",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"meta": {
|
|
25
|
-
"version": "0.0.2-exp.
|
|
25
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "TOTP Multi-Factor Assertion Form",
|
|
6
6
|
"description": "A form allowing users to complete TOTP-based multi-factor authentication during sign-in.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"form",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"meta": {
|
|
23
|
-
"version": "0.0.2-exp.
|
|
23
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "TOTP Multi-Factor Enrollment Form",
|
|
6
6
|
"description": "A form allowing users to enroll TOTP-based multi-factor authentication with QR code generation.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"form",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"meta": {
|
|
24
|
-
"version": "0.0.2-exp.
|
|
24
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"title": "Twitter Sign In Button",
|
|
6
6
|
"description": "A button component for Twitter OAuth authentication.",
|
|
7
7
|
"dependencies": [
|
|
8
|
-
"@firebase-oss/ui-react"
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
9
|
],
|
|
10
10
|
"registryDependencies": [
|
|
11
11
|
"https://firebaseopensource.com/r/oauth-button.json"
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"meta": {
|
|
30
|
-
"version": "0.0.2-exp.
|
|
30
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
3
|
+
"name": "yahoo-sign-in-button",
|
|
4
|
+
"type": "registry:block",
|
|
5
|
+
"title": "Yahoo Sign In Button",
|
|
6
|
+
"description": "A button component for Yahoo OAuth authentication.",
|
|
7
|
+
"dependencies": [
|
|
8
|
+
"@firebase-oss/ui-react@beta"
|
|
9
|
+
],
|
|
10
|
+
"registryDependencies": [
|
|
11
|
+
"https://firebaseopensource.com/r/oauth-button.json"
|
|
12
|
+
],
|
|
13
|
+
"files": [
|
|
14
|
+
{
|
|
15
|
+
"path": "src/components/yahoo-sign-in-button.tsx",
|
|
16
|
+
"content": "/**\n * Copyright 2025 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n\"use client\";\n\nimport { OAuthProvider } from \"firebase/auth\";\nimport { getTranslation } from \"@firebase-oss/ui-core\";\nimport { useUI, type YahooSignInButtonProps, YahooLogo } from \"@firebase-oss/ui-react\";\n\nimport { OAuthButton } from \"@/components/oauth-button\";\n\nexport type { YahooSignInButtonProps };\n\nexport function YahooSignInButton({ provider, ...props }: YahooSignInButtonProps) {\n const ui = useUI();\n\n return (\n <OAuthButton {...props} provider={provider || new OAuthProvider(\"yahoo.com\")}>\n <YahooLogo />\n <span>{getTranslation(ui, \"labels\", \"signInWithYahoo\")}</span>\n </OAuthButton>\n );\n}\n",
|
|
17
|
+
"type": "registry:component"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"css": {
|
|
21
|
+
"@layer components": {
|
|
22
|
+
"button[data-provider='yahoo.com'][data-themed='true']": {
|
|
23
|
+
"--yahoo-primary": "#5F01D1",
|
|
24
|
+
"--primary": "var(--yahoo-primary)",
|
|
25
|
+
"--primary-foreground": "var(--color-white)"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"meta": {
|
|
30
|
+
"version": "0.0.2-exp.cfc61d6"
|
|
31
|
+
}
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase-oss/ui-shadcn",
|
|
3
|
-
"version": "0.0.2-exp.
|
|
3
|
+
"version": "0.0.2-exp.cfc61d6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ui-shadcn": "dist/bin/cli.js"
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"@testing-library/jest-dom": "^6.8.0",
|
|
14
14
|
"@testing-library/react": "^16.3.0",
|
|
15
15
|
"@types/node": "^24.3.1",
|
|
16
|
-
"@types/react": "19.
|
|
17
|
-
"@types/react-dom": "19.
|
|
16
|
+
"@types/react": "19.2.7",
|
|
17
|
+
"@types/react-dom": "19.2.3",
|
|
18
18
|
"@types/yargs-parser": "^21.0.3",
|
|
19
19
|
"@vitejs/plugin-react": "^5.0.2",
|
|
20
20
|
"firebase": "^11.10.0",
|
|
21
|
-
"react": "19.
|
|
22
|
-
"react-dom": "19.
|
|
21
|
+
"react": "19.2.1",
|
|
22
|
+
"react-dom": "19.2.1",
|
|
23
23
|
"shadcn": "2.9.3-canary.0",
|
|
24
24
|
"tailwindcss": "^4.1.13",
|
|
25
25
|
"tsup": "8.5.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"vite-plugin-run": "^0.6.1",
|
|
31
31
|
"vitest": "^3.2.4",
|
|
32
32
|
"yargs-parser": "^22.0.0",
|
|
33
|
-
"@firebase-oss/ui-translations": "0.0.2-exp.
|
|
33
|
+
"@firebase-oss/ui-translations": "0.0.2-exp.cfc61d6"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@hookform/resolvers": "^5.2.2",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"react-hook-form": "^7.64.0",
|
|
46
46
|
"tailwind-merge": "^3.3.1",
|
|
47
47
|
"zod": "4.1.12",
|
|
48
|
-
"@firebase-oss/ui-core": "0.0.2-exp.
|
|
49
|
-
"@firebase-oss/ui-react": "0.0.2-exp.
|
|
48
|
+
"@firebase-oss/ui-core": "0.0.2-exp.cfc61d6",
|
|
49
|
+
"@firebase-oss/ui-react": "0.0.2-exp.cfc61d6"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"dev": "vite",
|