@ory/elements-react
Advanced tools
+23
-0
@@ -0,1 +1,24 @@ | ||
| ## 1.0.0-rc.5 (2025-05-16) | ||
| ### 🩹 Fixes | ||
| - properly detect OIDC account linking ([#538](https://github.com/ory/elements/pull/538)) | ||
| ### ❤️ Thank You | ||
| - Jonas Hungershausen | ||
| ## 1.0.0-rc.4 (2025-05-15) | ||
| ### 🩹 Fixes | ||
| - properly handle missing fields in OIDC registration ([#534](https://github.com/ory/elements/pull/534)) | ||
| - incorrect if branching in handle error ([#533](https://github.com/ory/elements/pull/533)) | ||
| - re-enable method chooser on mfa method active screens ([#530](https://github.com/ory/elements/pull/530)) | ||
| ### ❤️ Thank You | ||
| - hackerman @aeneasr | ||
| - Jonas Hungershausen | ||
| ## 1.0.0-rc.3 (2025-05-09) | ||
@@ -2,0 +25,0 @@ |
+2
-1
@@ -76,3 +76,4 @@ # Developing @ory/elements-react | ||
| ./scripts/release.sh @ory/elements-react next | ||
| ./scripts/release.sh @ory/elements-react next # next release preview (-next.X) | ||
| ./scripts/release.sh @ory/elements-react rc # release candidate (-rc.X) | ||
| ``` | ||
@@ -79,0 +80,0 @@ |
@@ -1296,2 +1296,5 @@ /* tailwind/generated/default-variables.css */ | ||
| } | ||
| .disabled\:cursor-default:disabled { | ||
| cursor: default; | ||
| } | ||
| .disabled\:cursor-not-allowed:disabled { | ||
@@ -1321,2 +1324,5 @@ cursor: not-allowed; | ||
| } | ||
| .disabled\:opacity-50:disabled { | ||
| opacity: 0.5; | ||
| } | ||
| .disabled\:ring-button-primary-border-disabled:disabled { | ||
@@ -1328,2 +1334,5 @@ --tw-ring-color: var(--button-primary-border-disabled); | ||
| } | ||
| .disabled\:hover\:bg-ui-transparent:hover:disabled { | ||
| background-color: var(--ui-transparent); | ||
| } | ||
| .group:hover .group-hover\:text-button-identifier-foreground-hover { | ||
@@ -1330,0 +1339,0 @@ color: var(--button-identifier-foreground-hover); |
+2
-2
| { | ||
| "name": "@ory/elements-react", | ||
| "version": "1.0.0-pr.5494d7c2", | ||
| "version": "1.0.0-pr.6c5e72b6", | ||
| "exports": { | ||
@@ -51,3 +51,3 @@ ".": { | ||
| "input-otp": "1.4.2", | ||
| "react-hook-form": "7.56.3", | ||
| "react-hook-form": "7.56.4", | ||
| "react-intl": "7.1.10", | ||
@@ -54,0 +54,0 @@ "tailwind-merge": "3.3.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
3835005
3.01%26244
2.43%109
-22.7%+ Added
- Removed
Updated