keycloakify 7.15.4 → 7.15.5

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.
@@ -2,5 +2,6 @@ import Fallback from "../account/Fallback";
2
2
  export default Fallback;
3
3
  export { getKcContext } from "../account/kcContext/getKcContext";
4
4
  export { createGetKcContext } from "../account/kcContext/createGetKcContext";
5
+ export type { AccountThemePageId as PageId } from "../bin/keycloakify/generateFtl";
5
6
  export { createUseI18n } from "../account/i18n/i18n";
6
7
  export type { PageProps } from "../account/pages/PageProps";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/account/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,8BAA8B,CAAC;AAEpD,eAAe,QAAQ,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,kDAAkD,CAAC;AACtF,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/account/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,8BAA8B,CAAC;AAEpD,eAAe,QAAQ,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,kDAAkD,CAAC;AAEtF,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC"}
package/login/index.d.ts CHANGED
@@ -3,5 +3,6 @@ export default Fallback;
3
3
  export { useDownloadTerms } from "../login/lib/useDownloadTerms";
4
4
  export { getKcContext } from "../login/kcContext/getKcContext";
5
5
  export { createGetKcContext } from "../login/kcContext/createGetKcContext";
6
+ export type { LoginThemePageId as PageId } from "../bin/keycloakify/generateFtl";
6
7
  export { createUseI18n } from "../login/i18n/i18n";
7
8
  export type { PageProps } from "../login/pages/PageProps";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/login/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,4BAA4B,CAAC;AAElD,eAAe,QAAQ,CAAC;AAExB,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/login/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,4BAA4B,CAAC;AAElD,eAAe,QAAQ,CAAC;AAExB,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AAEpF,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "7.15.4",
3
+ "version": "7.15.5",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",
@@ -4,6 +4,7 @@ export default Fallback;
4
4
 
5
5
  export { getKcContext } from "keycloakify/account/kcContext/getKcContext";
6
6
  export { createGetKcContext } from "keycloakify/account/kcContext/createGetKcContext";
7
+ export type { AccountThemePageId as PageId } from "keycloakify/bin/keycloakify/generateFtl";
7
8
  export { createUseI18n } from "keycloakify/account/i18n/i18n";
8
9
 
9
10
  export type { PageProps } from "keycloakify/account/pages/PageProps";
@@ -5,6 +5,7 @@ export default Fallback;
5
5
  export { useDownloadTerms } from "keycloakify/login/lib/useDownloadTerms";
6
6
  export { getKcContext } from "keycloakify/login/kcContext/getKcContext";
7
7
  export { createGetKcContext } from "keycloakify/login/kcContext/createGetKcContext";
8
+ export type { LoginThemePageId as PageId } from "keycloakify/bin/keycloakify/generateFtl";
8
9
  export { createUseI18n } from "keycloakify/login/i18n/i18n";
9
10
 
10
11
  export type { PageProps } from "keycloakify/login/pages/PageProps";