generated from garronej/ts-ci
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,10 @@ | |
<a href="https://github.com/keycloakify/keycloak-account-ui/actions"> | ||
<img src="https://github.com/keycloakify/keycloak-account-ui/actions/workflows/ci.yaml/badge.svg?branch=main"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/26.0.0-rc.1"> | ||
<a href="https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/26.0.0-rc.2"> | ||
https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.8 | ||
https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.8 | ||
https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.4-rc.8 | ||
<img src="https://img.shields.io/npm/dm/@keycloakify/keycloak-account-ui"> | ||
</a> | ||
<p align="center"> | ||
|
@@ -29,17 +32,17 @@ This re-packaged distribution serves two key purposes: | |
It allows the Account UI to work seamlessly with older versions of Keycloak (down to version 19) and future major versions. This enables you to create a custom Account UI with minimal maintenance, without worrying about which Keycloak version it will be deployed on. | ||
|
||
2. **Enabling partial customization of the Account UI**: | ||
You can take ownership of specific parts of the Account UI by simply copying and modifying [source files](https://unpkg.com/browse/@keycloakify/[email protected].1/src/) as needed. The rest of the UI can remain in the original module, so your codebase will only include the files you've customized. | ||
You can take ownership of specific parts of the Account UI by simply copying and modifying [source files](https://unpkg.com/browse/@keycloakify/[email protected].2/src/) as needed. The rest of the UI can remain in the original module, so your codebase will only include the files you've customized. | ||
|
||
> **Note:** This package's GitHub repository does not contain any code as it is automatically generated at build time by [scripts/prepare.ts](/scripts/prepare.ts). | ||
> You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/[email protected].1/src/). | ||
> You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/[email protected].2/src/). | ||
## Installation | ||
|
||
This package is meant to be used via Keycloakify. Learn how to use this module on [the Keycloakify documentation website](https://keycloakify.dev). | ||
|
||
> **Note:** This README file is automatically generated at build so the information above are guaranteed to be up to date. | ||
> You are currently viewing the README of [`@keycloakify/[email protected].1`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/26.0.0-rc.1) that | ||
> You are currently viewing the README of [`@keycloakify/[email protected].2`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/26.0.0-rc.2) that | ||
> mirrors [`@keycloak/[email protected]`](https://www.npmjs.com/package/@keycloak/keycloak-account-ui/v/26.0.0). | ||
> It is the version of the Account UI that ships with [**Keycloak 26.0.0**](https://github.com/keycloak/keycloak/tree/26.0.0/js/apps/account-ui). | ||
|
@@ -51,7 +54,7 @@ It's important to respect the exact version range listed here to avoid any compa | |
```json | ||
{ | ||
"dependencies": { | ||
"@keycloakify/keycloak-account-ui": "26.0.0-rc.1", | ||
"@keycloakify/keycloak-account-ui": "26.0.0-rc.2", | ||
"@patternfly/patternfly": "^5.4.0", | ||
"@patternfly/react-core": "^5.4.1", | ||
"@patternfly/react-icons": "^5.4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters