keycloakify 10.0.0-rc.69 → 10.0.0-rc.70
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/bin/751.index.js
CHANGED
@@ -604,7 +604,7 @@ const nameOfTheLocalizationRealmOverridesUserProfileProperty = "__localizationRe
|
|
604
604
|
const keycloak_resources = "keycloak-resources";
|
605
605
|
const resources_common = "resources-common";
|
606
606
|
const lastKeycloakVersionWithAccountV1 = "21.1.2";
|
607
|
-
const basenameOfTheKeycloakifyResourcesDir = "
|
607
|
+
const basenameOfTheKeycloakifyResourcesDir = "dist";
|
608
608
|
const themeTypes = ["login", "account"];
|
609
609
|
const accountV1ThemeName = "account-v1";
|
610
610
|
const vitePluginSubScriptEnvNames = {
|
@@ -2,7 +2,7 @@ export declare const nameOfTheLocalizationRealmOverridesUserProfileProperty = "_
|
|
2
2
|
export declare const keycloak_resources = "keycloak-resources";
|
3
3
|
export declare const resources_common = "resources-common";
|
4
4
|
export declare const lastKeycloakVersionWithAccountV1 = "21.1.2";
|
5
|
-
export declare const basenameOfTheKeycloakifyResourcesDir = "
|
5
|
+
export declare const basenameOfTheKeycloakifyResourcesDir = "dist";
|
6
6
|
export declare const themeTypes: readonly ["login", "account"];
|
7
7
|
export declare const accountV1ThemeName = "account-v1";
|
8
8
|
export type ThemeType = (typeof themeTypes)[number];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/bin/shared/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sDAAsD,GAC/D,yCAAyC,CAAC;AAC9C,MAAM,CAAC,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;AACvD,MAAM,CAAC,MAAM,gBAAgB,GAAG,kBAAkB,CAAC;AACnD,MAAM,CAAC,MAAM,gCAAgC,GAAG,QAAQ,CAAC;AACzD,MAAM,CAAC,MAAM,oCAAoC,GAAG,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/bin/shared/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sDAAsD,GAC/D,yCAAyC,CAAC;AAC9C,MAAM,CAAC,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;AACvD,MAAM,CAAC,MAAM,gBAAgB,GAAG,kBAAkB,CAAC;AACnD,MAAM,CAAC,MAAM,gCAAgC,GAAG,QAAQ,CAAC;AACzD,MAAM,CAAC,MAAM,oCAAoC,GAAG,MAAM,CAAC;AAE3D,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,OAAO,EAAE,SAAS,CAAU,CAAC;AACxD,MAAM,CAAC,MAAM,kBAAkB,GAAG,YAAY,CAAC;AAI/C,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACvC,kBAAkB,EAAE,mCAAmC;IACvD,iBAAiB,EAAE,iCAAiC;CAC9C,CAAC;AAEX,MAAM,CAAC,MAAM,mCAAmC,GAC5C,8CAA8C,CAAC;AAEnD,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC7B,WAAW;IACX,oBAAoB;IACpB,oBAAoB;IACpB,2BAA2B;IAC3B,uBAAuB;IACvB,cAAc;IACd,UAAU;IACV,WAAW;IACX,0BAA0B;IAC1B,wBAAwB;IACxB,WAAW;IACX,0CAA0C;IAC1C,uBAAuB;IACvB,eAAe;IACf,0BAA0B;IAC1B,2BAA2B;IAC3B,4BAA4B;IAC5B,0BAA0B;IAC1B,wBAAwB;IACxB,uBAAuB;IACvB,oBAAoB;IACpB,6BAA6B;IAC7B,kBAAkB;IAClB,0BAA0B;IAC1B,oBAAoB;IACpB,uBAAuB;IACvB,UAAU;IACV,4BAA4B;IAC5B,yBAAyB;IACzB,sCAAsC;IACtC,qCAAqC;IACrC,qBAAqB;IACrB,qBAAqB;IACrB,oBAAoB;CACd,CAAC;AAEX,MAAM,CAAC,MAAM,mBAAmB,GAAG;IAC/B,cAAc;IACd,aAAa;IACb,cAAc;IACd,UAAU;IACV,kBAAkB;IAClB,SAAS;IACT,uBAAuB;CACjB,CAAC;AAKX,MAAM,CAAC,MAAM,aAAa,GAAG,sBAAsB,CAAC"}
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@ export const nameOfTheLocalizationRealmOverridesUserProfileProperty =
|
|
3
3
|
export const keycloak_resources = "keycloak-resources";
|
4
4
|
export const resources_common = "resources-common";
|
5
5
|
export const lastKeycloakVersionWithAccountV1 = "21.1.2";
|
6
|
-
export const basenameOfTheKeycloakifyResourcesDir = "
|
6
|
+
export const basenameOfTheKeycloakifyResourcesDir = "dist";
|
7
7
|
|
8
8
|
export const themeTypes = ["login", "account"] as const;
|
9
9
|
export const accountV1ThemeName = "account-v1";
|
package/vite-plugin/index.js
CHANGED
@@ -4578,7 +4578,7 @@ const nameOfTheLocalizationRealmOverridesUserProfileProperty = "__localizationRe
|
|
4578
4578
|
const keycloak_resources = "keycloak-resources";
|
4579
4579
|
const resources_common = "resources-common";
|
4580
4580
|
const lastKeycloakVersionWithAccountV1 = "21.1.2";
|
4581
|
-
const basenameOfTheKeycloakifyResourcesDir = "
|
4581
|
+
const basenameOfTheKeycloakifyResourcesDir = "dist";
|
4582
4582
|
const themeTypes = ["login", "account"];
|
4583
4583
|
const accountV1ThemeName = "account-v1";
|
4584
4584
|
const vitePluginSubScriptEnvNames = {
|