@keycloakify/keycloak-account-ui 25.0.1-rc.1 → 25.0.1-rc.4

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.
@@ -26,4 +26,4 @@ export default function KeycloakAccountUi() {
26
26
  }
27
27
  return _jsx(RouterProvider, { router: router });
28
28
  }
29
- //# sourceMappingURL=KeycloakAccountUi.js.map
29
+ //# sourceMappingURL=KcAccountUi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KcAccountUi.js","sourceRoot":"","sources":["src/KcAccountUi.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,6CAA6C,CAAC;AACrD,OAAO,8CAA8C,CAAC;AAEtD,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvE,OAAO,EAAE,IAAI,EAAE,MAAM,uCAAuC,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,yCAAyC,CAAC;AAEjE,MAAM,MAAM,GAAG,mBAAmB,CAAC,MAAM,CAAC,CAAC;AAC3C,MAAM,iBAAiB,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;AAEtC,MAAM,CAAC,OAAO,UAAU,iBAAiB;IACvC,MAAM,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,GAAG,UAAU,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAE9E,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,QAAQ,GAAG,IAAI,CAAC;QAEpB,iBAAiB,CAAC,IAAI,CAAC,GAAG,EAAE;YAC1B,IAAI,CAAC,QAAQ,EAAE,CAAC;gBACd,OAAO;YACT,CAAC;YACD,kBAAkB,EAAE,CAAC;QACvB,CAAC,CAAC,CAAC;QAEH,OAAO,GAAG,EAAE;YACV,QAAQ,GAAG,KAAK,CAAC;QACnB,CAAC,CAAC;IACJ,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACvB,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,KAAC,cAAc,IAAC,MAAM,EAAE,MAAM,GAAI,CAAC;AAC5C,CAAC"}
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  <a href="https://github.com/keycloakify/keycloak-account-ui/actions">
9
9
  <img src="https://github.com/keycloakify/keycloak-account-ui/actions/workflows/ci.yaml/badge.svg?branch=main">
10
10
  </a>
11
- <a href="https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.1-rc.1">
11
+ <a href="https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.1-rc.4">
12
12
  <img src="https://img.shields.io/npm/dm/@keycloakify/keycloak-account-ui">
13
13
  </a>
14
14
  <p align="center">
@@ -26,16 +26,16 @@ All credits goes to the keycloak team for the original work. Mainly [@jonkoops
26
26
  This re-packaged distribution exists to make it possible to take ownership of
27
27
  some specific part of the Account UI to create your own custom version of it.
28
28
  In straight forward therms it make the Account UI ejectable, you can copy
29
- past [the source files](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.1-rc.1/src/) that you want to modify into your codebase.
29
+ past [the source files](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.1-rc.4/src/) that you want to modify into your codebase.
30
30
 
31
31
  For more details on integrating this package into your project, refer to the [Keycloakify documentation](https://keycloakify.dev).
32
32
 
33
33
  > **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).
34
- > You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.1-rc.1/src/).
34
+ > You can browse the sources includes int the NPM package [here](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.1-rc.4/src/).
35
35
 
36
36
  ## Installation
37
37
 
38
- > You are currently viewing the README of [`@keycloakify/keycloak-account-ui@25.0.1-rc.1`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.1-rc.1) that
38
+ > You are currently viewing the README of [`@keycloakify/keycloak-account-ui@25.0.1-rc.4`](https://www.npmjs.com/package/@keycloakify/keycloak-account-ui/v/25.0.1-rc.4) that
39
39
  > mirrors [`@keycloak/keycloak-account-ui@25.0.1`](https://www.npmjs.com/package/@keycloak/keycloak-account-ui/v/25.0.1).
40
40
  > It is the version of the Account UI that ships with [**Keycloak 25.0.1**](https://github.com/keycloak/keycloak/tree/25.0.1/js/apps/account-ui).
41
41
 
@@ -47,7 +47,7 @@ It's important to respect the exact version range listed here to avoid any compa
47
47
  ```json
48
48
  {
49
49
  "dependencies": {
50
- "@keycloakify/keycloak-account-ui": "25.0.1-rc.1",
50
+ "@keycloakify/keycloak-account-ui": "25.0.1-rc.4",
51
51
  "@patternfly/patternfly": "^5.3.1",
52
52
  "@patternfly/react-core": "^5.3.3",
53
53
  "@patternfly/react-icons": "^5.3.2",
@@ -71,4 +71,4 @@ It's important to respect the exact version range listed here to avoid any compa
71
71
  ## Ejecting
72
72
 
73
73
  You can take partial ownership of some parts of the Account UI by copy pasting the sources files you want to modify into your codebase.
74
- You can browse the sources files **[here](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.1-rc.1/src/)**.
74
+ You can browse the sources files **[here](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.1-rc.4/src/)**.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@keycloakify/keycloak-account-ui",
3
- "version": "25.0.1-rc.1",
3
+ "version": "25.0.1-rc.4",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git://github.com/keycloakify/keycloak-account-ui.git"
8
8
  },
9
- "main": "./KeycloakAccountUi.js",
10
- "types": "./KeycloakAccountUi.d.ts",
9
+ "main": "./KcAccountUi.js",
10
+ "types": "./KcAccountUi.d.ts",
11
11
  "lint-staged": {
12
12
  "*.{ts,tsx,json,md}": [
13
13
  "prettier --write"
@@ -21,7 +21,7 @@
21
21
  "author": "The Keycloak Team, re-packaged by u/garronej",
22
22
  "license": "Apache-2.0",
23
23
  "files": [
24
- "src/KeycloakAccountUi.tsx",
24
+ "src/KcAccountUi.tsx",
25
25
  "src/account-security/AccountRow.tsx",
26
26
  "src/account-security/DeviceActivity.tsx",
27
27
  "src/account-security/LinkedAccounts.tsx",
@@ -111,9 +111,9 @@
111
111
  "src/utils/isRecord.ts",
112
112
  "src/utils/joinPath.ts",
113
113
  "src/utils/usePromise.ts",
114
- "KeycloakAccountUi.d.ts",
115
- "KeycloakAccountUi.js",
116
- "KeycloakAccountUi.js.map",
114
+ "KcAccountUi.d.ts",
115
+ "KcAccountUi.js",
116
+ "KcAccountUi.js.map",
117
117
  "account-security/AccountRow.d.ts",
118
118
  "account-security/AccountRow.js",
119
119
  "account-security/AccountRow.js.map",
@@ -1 +0,0 @@
1
- {"version":3,"file":"KeycloakAccountUi.js","sourceRoot":"","sources":["src/KeycloakAccountUi.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,6CAA6C,CAAC;AACrD,OAAO,8CAA8C,CAAC;AAEtD,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvE,OAAO,EAAE,IAAI,EAAE,MAAM,uCAAuC,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,yCAAyC,CAAC;AAEjE,MAAM,MAAM,GAAG,mBAAmB,CAAC,MAAM,CAAC,CAAC;AAC3C,MAAM,iBAAiB,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;AAEtC,MAAM,CAAC,OAAO,UAAU,iBAAiB;IACvC,MAAM,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,GAAG,UAAU,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAE9E,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,QAAQ,GAAG,IAAI,CAAC;QAEpB,iBAAiB,CAAC,IAAI,CAAC,GAAG,EAAE;YAC1B,IAAI,CAAC,QAAQ,EAAE,CAAC;gBACd,OAAO;YACT,CAAC;YACD,kBAAkB,EAAE,CAAC;QACvB,CAAC,CAAC,CAAC;QAEH,OAAO,GAAG,EAAE;YACV,QAAQ,GAAG,KAAK,CAAC;QACnB,CAAC,CAAC;IACJ,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACvB,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,KAAC,cAAc,IAAC,MAAM,EAAE,MAAM,GAAI,CAAC;AAC5C,CAAC"}
File without changes
File without changes