keycloakify 11.8.45 → 11.8.47-rc.1

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.
Files changed (98) hide show
  1. package/bin/254.index.js +283 -0
  2. package/bin/30.index.js +25 -0
  3. package/bin/{864.index.js → 309.index.js} +6944 -28439
  4. package/bin/311.index.js +198 -0
  5. package/bin/{313.index.js → 355.index.js} +101 -147
  6. package/bin/{84.index.js → 502.index.js} +147 -101
  7. package/bin/626.index.js +194 -0
  8. package/bin/{698.index.js → 656.index.js} +101 -147
  9. package/bin/675.index.js +177 -0
  10. package/bin/69.index.js +1 -1
  11. package/bin/762.index.js +1475 -0
  12. package/bin/780.index.js +4 -2
  13. package/bin/786.index.js +115 -0
  14. package/bin/895.index.js +21501 -0
  15. package/bin/{618.index.js → 932.index.js} +117 -163
  16. package/bin/949.index.js +1 -1
  17. package/bin/97.index.js +537 -4
  18. package/bin/init/index.d.ts +1 -0
  19. package/bin/init/init.d.ts +3 -0
  20. package/bin/init/setupEslint.d.ts +4 -0
  21. package/bin/init/setupVitePluginIfNeeded.d.ts +4 -0
  22. package/bin/initialize-login-theme.d.ts +4 -0
  23. package/bin/main.js +19 -30
  24. package/bin/shared/customHandler.d.ts +1 -1
  25. package/bin/shared/customHandler.js.map +1 -1
  26. package/package.json +82 -66
  27. package/src/bin/init/index.ts +1 -0
  28. package/src/bin/init/init.ts +354 -0
  29. package/src/bin/init/setupEslint.ts +80 -0
  30. package/src/bin/init/setupVitePluginIfNeeded.ts +143 -0
  31. package/src/bin/initialize-account-theme/initialize-account-theme.ts +4 -0
  32. package/src/bin/initialize-login-theme.ts +323 -0
  33. package/src/bin/main.ts +14 -0
  34. package/src/bin/shared/buildContext.ts +2 -37
  35. package/src/bin/shared/customHandler.ts +3 -1
  36. package/src/bin/sync-extensions/extensionModuleMeta.ts +89 -73
  37. package/src/bin/sync-extensions/managedGitignoreFiles.ts +32 -2
  38. package/vite-plugin/index.js +1 -24
  39. package/bin/433.index.js +0 -140
  40. /package/res/public/keycloakify-dev-resources/account/{account/css → css}/account.css +0 -0
  41. /package/res/public/keycloakify-dev-resources/account/{account/img → img}/icon-sidebar-active.png +0 -0
  42. /package/res/public/keycloakify-dev-resources/account/{account/img → img}/keycloak-logo.png +0 -0
  43. /package/res/public/keycloakify-dev-resources/account/{account/img → img}/logo.png +0 -0
  44. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/img/favicon.ico +0 -0
  45. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/node_modules/patternfly/dist/css/patternfly-additions.min.css +0 -0
  46. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/node_modules/patternfly/dist/css/patternfly.min.css +0 -0
  47. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2 +0 -0
  48. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2 +0 -0
  49. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2 +0 -0
  50. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2 +0 -0
  51. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf +0 -0
  52. /package/res/public/keycloakify-dev-resources/account/{account/resources-common → resources-common}/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff +0 -0
  53. /package/res/public/keycloakify-dev-resources/login/{login/css → css}/login.css +0 -0
  54. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/feedback-error-arrow-down.png +0 -0
  55. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/feedback-error-sign.png +0 -0
  56. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/feedback-success-arrow-down.png +0 -0
  57. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/feedback-success-sign.png +0 -0
  58. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/feedback-warning-arrow-down.png +0 -0
  59. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/feedback-warning-sign.png +0 -0
  60. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/keycloak-bg.png +0 -0
  61. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/keycloak-logo-text.png +0 -0
  62. /package/res/public/keycloakify-dev-resources/login/{login/img → img}/keycloak-logo.png +0 -0
  63. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/authChecker.js +0 -0
  64. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/common.js +0 -0
  65. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/kcMultivalued.js +0 -0
  66. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/kcNumberFormat.js +0 -0
  67. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/kcNumberUnFormat.js +0 -0
  68. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/menu-button-links.js +0 -0
  69. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/passkeysConditionalAuth.js +0 -0
  70. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/passwordVisibility.js +0 -0
  71. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/userProfile.js +0 -0
  72. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/webauthnAuthenticate.js +0 -0
  73. /package/res/public/keycloakify-dev-resources/login/{login/js → js}/webauthnRegister.js +0 -0
  74. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/img/favicon.ico +0 -0
  75. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/lib/pficon/pficon.css +0 -0
  76. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/lib/pficon/pficon.woff2 +0 -0
  77. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/@patternfly/patternfly/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  78. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/@patternfly/patternfly/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2 +0 -0
  79. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/@patternfly/patternfly/assets/fonts/overpass-webfont/overpass-bold.woff +0 -0
  80. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/@patternfly/patternfly/assets/fonts/overpass-webfont/overpass-bold.woff2 +0 -0
  81. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/@patternfly/patternfly/patternfly.min.css +0 -0
  82. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/jquery/dist/jquery.min.js +0 -0
  83. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/css/patternfly-additions.min.css +0 -0
  84. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/css/patternfly.min.css +0 -0
  85. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.ttf +0 -0
  86. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff +0 -0
  87. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2 +0 -0
  88. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2 +0 -0
  89. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2 +0 -0
  90. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2 +0 -0
  91. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  92. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  93. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2 +0 -0
  94. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf +0 -0
  95. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff +0 -0
  96. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff2 +0 -0
  97. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/patternfly/dist/img/bg-login.jpg +0 -0
  98. /package/res/public/keycloakify-dev-resources/login/{login/resources-common → resources-common}/node_modules/rfc4648/lib/rfc4648.js +0 -0
package/bin/main.js CHANGED
@@ -194,30 +194,7 @@ function getBuildContext(params) {
194
194
  if (themeSrcDirPath !== undefined) {
195
195
  return { themeSrcDirPath };
196
196
  }
197
- {
198
- const basenames = external_fs_.readdirSync(srcDirPath);
199
- for (const basename of basenames) {
200
- const path = (0,external_path_.join)(srcDirPath, basename);
201
- if (!external_fs_.statSync(path).isFile()) {
202
- continue;
203
- }
204
- if (external_fs_.readFileSync(path).toString("utf8").includes("./kc.gen")) {
205
- return { themeSrcDirPath: srcDirPath };
206
- }
207
- }
208
- }
209
- for (const themeType of [...constants/* THEME_TYPES */.Jh, "email"]) {
210
- if (!external_fs_.existsSync((0,external_path_.join)(srcDirPath, themeType))) {
211
- continue;
212
- }
213
- return { themeSrcDirPath: srcDirPath };
214
- }
215
- console.log(source_default().red([
216
- `Can't locate your Keycloak theme source directory in .${external_path_.sep}${(0,external_path_.relative)(process.cwd(), srcDirPath)}`,
217
- `Make sure to either use the Keycloakify CLI in the root of your Keycloakify project or use the --project CLI option`,
218
- `If you are collocating your Keycloak theme with your app you must have a directory named '${constants/* KEYCLOAK_THEME */.PC}' or '${constants/* KEYCLOAK_THEME.replace */.PC.replace(/-/g, "_")}' in your 'src' directory`
219
- ].join("\n")));
220
- process.exit(1);
197
+ return { themeSrcDirPath: srcDirPath };
221
198
  })();
222
199
  const { resolvedViteConfig } = (() => {
223
200
  if (external_fs_.readdirSync(projectDirPath)
@@ -16223,7 +16200,7 @@ program
16223
16200
  .task({
16224
16201
  skip,
16225
16202
  handler: async ({ projectDirPath }) => {
16226
- const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(864), __nccwpck_require__.e(712)]).then(__nccwpck_require__.bind(__nccwpck_require__, 35712));
16203
+ const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(309), __nccwpck_require__.e(895), __nccwpck_require__.e(712)]).then(__nccwpck_require__.bind(__nccwpck_require__, 35712));
16227
16204
  await command({ buildContext: (0,buildContext/* getBuildContext */.s)({ projectDirPath }) });
16228
16205
  }
16229
16206
  });
@@ -16282,6 +16259,18 @@ program
16282
16259
  });
16283
16260
  }
16284
16261
  });
16262
+ program
16263
+ .command({
16264
+ name: "init",
16265
+ description: "(BETA) Initialize a new theme type (login/account/admin/email)"
16266
+ })
16267
+ .task({
16268
+ skip,
16269
+ handler: async ({ projectDirPath }) => {
16270
+ const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(309), __nccwpck_require__.e(762)]).then(__nccwpck_require__.bind(__nccwpck_require__, 70762));
16271
+ await command({ projectDirPath: projectDirPath !== null && projectDirPath !== void 0 ? projectDirPath : process.cwd() });
16272
+ }
16273
+ });
16285
16274
  program
16286
16275
  .command({
16287
16276
  name: "eject-page",
@@ -16314,7 +16303,7 @@ program
16314
16303
  .task({
16315
16304
  skip,
16316
16305
  handler: async ({ projectDirPath }) => {
16317
- const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(84), __nccwpck_require__.e(618)]).then(__nccwpck_require__.bind(__nccwpck_require__, 16932));
16306
+ const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(502), __nccwpck_require__.e(932)]).then(__nccwpck_require__.bind(__nccwpck_require__, 16932));
16318
16307
  await command({ buildContext: (0,buildContext/* getBuildContext */.s)({ projectDirPath }) });
16319
16308
  }
16320
16309
  });
@@ -16338,7 +16327,7 @@ program
16338
16327
  .task({
16339
16328
  skip,
16340
16329
  handler: async ({ projectDirPath }) => {
16341
- const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(84), __nccwpck_require__.e(313)]).then(__nccwpck_require__.bind(__nccwpck_require__, 60355));
16330
+ const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(502), __nccwpck_require__.e(355)]).then(__nccwpck_require__.bind(__nccwpck_require__, 60355));
16342
16331
  await command({ buildContext: (0,buildContext/* getBuildContext */.s)({ projectDirPath }) });
16343
16332
  }
16344
16333
  });
@@ -16362,7 +16351,7 @@ program
16362
16351
  .task({
16363
16352
  skip,
16364
16353
  handler: async ({ projectDirPath }) => {
16365
- const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(786), __nccwpck_require__.e(433)]).then(__nccwpck_require__.bind(__nccwpck_require__, 10786));
16354
+ const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(786), __nccwpck_require__.e(30)]).then(__nccwpck_require__.bind(__nccwpck_require__, 10786));
16366
16355
  await command({ buildContext: (0,buildContext/* getBuildContext */.s)({ projectDirPath }) });
16367
16356
  }
16368
16357
  });
@@ -16391,7 +16380,7 @@ program
16391
16380
  .task({
16392
16381
  skip,
16393
16382
  handler: async ({ projectDirPath }) => {
16394
- const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(69), __nccwpck_require__.e(84), __nccwpck_require__.e(786), __nccwpck_require__.e(97), __nccwpck_require__.e(946)]).then(__nccwpck_require__.bind(__nccwpck_require__, 74946));
16383
+ const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(69), __nccwpck_require__.e(786), __nccwpck_require__.e(97), __nccwpck_require__.e(946)]).then(__nccwpck_require__.bind(__nccwpck_require__, 74946));
16395
16384
  await command({ buildContext: (0,buildContext/* getBuildContext */.s)({ projectDirPath }) });
16396
16385
  }
16397
16386
  });
@@ -16459,7 +16448,7 @@ program
16459
16448
  .task({
16460
16449
  skip,
16461
16450
  handler: async ({ projectDirPath, path, revert, public: public_params }) => {
16462
- const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(69), __nccwpck_require__.e(84), __nccwpck_require__.e(786), __nccwpck_require__.e(97), __nccwpck_require__.e(930)]).then(__nccwpck_require__.bind(__nccwpck_require__, 71930));
16451
+ const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(69), __nccwpck_require__.e(786), __nccwpck_require__.e(97), __nccwpck_require__.e(930)]).then(__nccwpck_require__.bind(__nccwpck_require__, 71930));
16463
16452
  await command({
16464
16453
  buildContext: (0,buildContext/* getBuildContext */.s)({ projectDirPath }),
16465
16454
  cliCommandOptions: { path, isRevert: revert, isPublic: public_params }
@@ -1,7 +1,7 @@
1
1
  import type { BuildContext } from "./buildContext";
2
2
  export declare const BIN_NAME = "_keycloakify-custom-handler";
3
3
  export declare const NOT_IMPLEMENTED_EXIT_CODE = 78;
4
- export type CommandName = "update-kc-gen" | "eject-page" | "add-story" | "initialize-account-theme" | "initialize-admin-theme" | "initialize-admin-theme" | "initialize-email-theme" | "copy-keycloak-resources-to-public";
4
+ export type CommandName = "update-kc-gen" | "eject-page" | "add-story" | "initialize-login-theme" | "initialize-account-theme" | "initialize-admin-theme" | "initialize-admin-theme" | "initialize-email-theme" | "copy-keycloak-resources-to-public" | "init";
5
5
  export type ApiVersion = "v1";
6
6
  export declare function readParams(params: {
7
7
  apiVersion: ApiVersion;
@@ -1 +1 @@
1
- {"version":3,"file":"customHandler.js","sourceRoot":"","sources":["../../src/bin/shared/customHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAEvD,MAAM,CAAC,MAAM,QAAQ,GAAG,6BAA6B,CAAC;AAEtD,MAAM,CAAC,MAAM,yBAAyB,GAAG,EAAE,CAAC;AAc5C,MAAM,UAAU,UAAU,CAAC,MAAkC;IACzD,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,CAAC;IAE9B,MAAM,CAAC,UAAU,KAAK,IAAI,CAAC,CAAC;IAE5B,MAAM,WAAW,GAAG,CAAC,GAAG,EAAE;QACtB,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,YAAY,CAAC,CAAC;QAEpE,MAAM,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC;QAE/B,OAAO,QAAuB,CAAC;IACnC,CAAC,CAAC,EAAE,CAAC;IAEL,MAAM,YAAY,GAAG,CAAC,GAAG,EAAE;QACvB,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,aAAa,CAAC,CAAC;QAErE,MAAM,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC;QAE/B,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAiB,CAAC;IAChD,CAAC,CAAC,EAAE,CAAC;IAEL,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,CAAC;AACzC,CAAC"}
1
+ {"version":3,"file":"customHandler.js","sourceRoot":"","sources":["../../src/bin/shared/customHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAEvD,MAAM,CAAC,MAAM,QAAQ,GAAG,6BAA6B,CAAC;AAEtD,MAAM,CAAC,MAAM,yBAAyB,GAAG,EAAE,CAAC;AAgB5C,MAAM,UAAU,UAAU,CAAC,MAAkC;IACzD,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,CAAC;IAE9B,MAAM,CAAC,UAAU,KAAK,IAAI,CAAC,CAAC;IAE5B,MAAM,WAAW,GAAG,CAAC,GAAG,EAAE;QACtB,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,YAAY,CAAC,CAAC;QAEpE,MAAM,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC;QAE/B,OAAO,QAAuB,CAAC;IACnC,CAAC,CAAC,EAAE,CAAC;IAEL,MAAM,YAAY,GAAG,CAAC,GAAG,EAAE;QACvB,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,aAAa,CAAC,CAAC;QAErE,MAAM,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC;QAE/B,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAiB,CAAC;IAChD,CAAC,CAAC,EAAE,CAAC;IAEL,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,CAAC;AACzC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "11.8.45",
3
+ "version": "11.8.47-rc.1",
4
4
  "description": "Framework to create custom Keycloak UIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -540,65 +540,65 @@
540
540
  "res/account-v1/template.ftl",
541
541
  "res/account-v1/theme.properties",
542
542
  "res/account-v1/totp.ftl",
543
- "res/public/keycloakify-dev-resources/account/account/css/account.css",
544
- "res/public/keycloakify-dev-resources/account/account/img/icon-sidebar-active.png",
545
- "res/public/keycloakify-dev-resources/account/account/img/keycloak-logo.png",
546
- "res/public/keycloakify-dev-resources/account/account/img/logo.png",
547
- "res/public/keycloakify-dev-resources/account/account/resources-common/img/favicon.ico",
548
- "res/public/keycloakify-dev-resources/account/account/resources-common/node_modules/patternfly/dist/css/patternfly-additions.min.css",
549
- "res/public/keycloakify-dev-resources/account/account/resources-common/node_modules/patternfly/dist/css/patternfly.min.css",
550
- "res/public/keycloakify-dev-resources/account/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2",
551
- "res/public/keycloakify-dev-resources/account/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2",
552
- "res/public/keycloakify-dev-resources/account/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2",
553
- "res/public/keycloakify-dev-resources/account/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2",
554
- "res/public/keycloakify-dev-resources/account/account/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf",
555
- "res/public/keycloakify-dev-resources/account/account/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff",
556
- "res/public/keycloakify-dev-resources/login/login/css/login.css",
557
- "res/public/keycloakify-dev-resources/login/login/img/feedback-error-arrow-down.png",
558
- "res/public/keycloakify-dev-resources/login/login/img/feedback-error-sign.png",
559
- "res/public/keycloakify-dev-resources/login/login/img/feedback-success-arrow-down.png",
560
- "res/public/keycloakify-dev-resources/login/login/img/feedback-success-sign.png",
561
- "res/public/keycloakify-dev-resources/login/login/img/feedback-warning-arrow-down.png",
562
- "res/public/keycloakify-dev-resources/login/login/img/feedback-warning-sign.png",
563
- "res/public/keycloakify-dev-resources/login/login/img/keycloak-bg.png",
564
- "res/public/keycloakify-dev-resources/login/login/img/keycloak-logo-text.png",
565
- "res/public/keycloakify-dev-resources/login/login/img/keycloak-logo.png",
566
- "res/public/keycloakify-dev-resources/login/login/js/authChecker.js",
567
- "res/public/keycloakify-dev-resources/login/login/js/common.js",
568
- "res/public/keycloakify-dev-resources/login/login/js/kcMultivalued.js",
569
- "res/public/keycloakify-dev-resources/login/login/js/kcNumberFormat.js",
570
- "res/public/keycloakify-dev-resources/login/login/js/kcNumberUnFormat.js",
571
- "res/public/keycloakify-dev-resources/login/login/js/menu-button-links.js",
572
- "res/public/keycloakify-dev-resources/login/login/js/passkeysConditionalAuth.js",
573
- "res/public/keycloakify-dev-resources/login/login/js/passwordVisibility.js",
574
- "res/public/keycloakify-dev-resources/login/login/js/userProfile.js",
575
- "res/public/keycloakify-dev-resources/login/login/js/webauthnAuthenticate.js",
576
- "res/public/keycloakify-dev-resources/login/login/js/webauthnRegister.js",
577
- "res/public/keycloakify-dev-resources/login/login/resources-common/img/favicon.ico",
578
- "res/public/keycloakify-dev-resources/login/login/resources-common/lib/pficon/pficon.css",
579
- "res/public/keycloakify-dev-resources/login/login/resources-common/lib/pficon/pficon.woff2",
580
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/@patternfly/patternfly/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff",
581
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/@patternfly/patternfly/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2",
582
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/@patternfly/patternfly/assets/fonts/overpass-webfont/overpass-bold.woff",
583
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/@patternfly/patternfly/assets/fonts/overpass-webfont/overpass-bold.woff2",
584
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/@patternfly/patternfly/patternfly.min.css",
585
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/jquery/dist/jquery.min.js",
586
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/css/patternfly-additions.min.css",
587
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/css/patternfly.min.css",
588
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.ttf",
589
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff",
590
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2",
591
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2",
592
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2",
593
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2",
594
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf",
595
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff",
596
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2",
597
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf",
598
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff",
599
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff2",
600
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/patternfly/dist/img/bg-login.jpg",
601
- "res/public/keycloakify-dev-resources/login/login/resources-common/node_modules/rfc4648/lib/rfc4648.js",
543
+ "res/public/keycloakify-dev-resources/account/css/account.css",
544
+ "res/public/keycloakify-dev-resources/account/img/icon-sidebar-active.png",
545
+ "res/public/keycloakify-dev-resources/account/img/keycloak-logo.png",
546
+ "res/public/keycloakify-dev-resources/account/img/logo.png",
547
+ "res/public/keycloakify-dev-resources/account/resources-common/img/favicon.ico",
548
+ "res/public/keycloakify-dev-resources/account/resources-common/node_modules/patternfly/dist/css/patternfly-additions.min.css",
549
+ "res/public/keycloakify-dev-resources/account/resources-common/node_modules/patternfly/dist/css/patternfly.min.css",
550
+ "res/public/keycloakify-dev-resources/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2",
551
+ "res/public/keycloakify-dev-resources/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2",
552
+ "res/public/keycloakify-dev-resources/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2",
553
+ "res/public/keycloakify-dev-resources/account/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2",
554
+ "res/public/keycloakify-dev-resources/account/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf",
555
+ "res/public/keycloakify-dev-resources/account/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff",
556
+ "res/public/keycloakify-dev-resources/login/css/login.css",
557
+ "res/public/keycloakify-dev-resources/login/img/feedback-error-arrow-down.png",
558
+ "res/public/keycloakify-dev-resources/login/img/feedback-error-sign.png",
559
+ "res/public/keycloakify-dev-resources/login/img/feedback-success-arrow-down.png",
560
+ "res/public/keycloakify-dev-resources/login/img/feedback-success-sign.png",
561
+ "res/public/keycloakify-dev-resources/login/img/feedback-warning-arrow-down.png",
562
+ "res/public/keycloakify-dev-resources/login/img/feedback-warning-sign.png",
563
+ "res/public/keycloakify-dev-resources/login/img/keycloak-bg.png",
564
+ "res/public/keycloakify-dev-resources/login/img/keycloak-logo-text.png",
565
+ "res/public/keycloakify-dev-resources/login/img/keycloak-logo.png",
566
+ "res/public/keycloakify-dev-resources/login/js/authChecker.js",
567
+ "res/public/keycloakify-dev-resources/login/js/common.js",
568
+ "res/public/keycloakify-dev-resources/login/js/kcMultivalued.js",
569
+ "res/public/keycloakify-dev-resources/login/js/kcNumberFormat.js",
570
+ "res/public/keycloakify-dev-resources/login/js/kcNumberUnFormat.js",
571
+ "res/public/keycloakify-dev-resources/login/js/menu-button-links.js",
572
+ "res/public/keycloakify-dev-resources/login/js/passkeysConditionalAuth.js",
573
+ "res/public/keycloakify-dev-resources/login/js/passwordVisibility.js",
574
+ "res/public/keycloakify-dev-resources/login/js/userProfile.js",
575
+ "res/public/keycloakify-dev-resources/login/js/webauthnAuthenticate.js",
576
+ "res/public/keycloakify-dev-resources/login/js/webauthnRegister.js",
577
+ "res/public/keycloakify-dev-resources/login/resources-common/img/favicon.ico",
578
+ "res/public/keycloakify-dev-resources/login/resources-common/lib/pficon/pficon.css",
579
+ "res/public/keycloakify-dev-resources/login/resources-common/lib/pficon/pficon.woff2",
580
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/@patternfly/patternfly/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff",
581
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/@patternfly/patternfly/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2",
582
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/@patternfly/patternfly/assets/fonts/overpass-webfont/overpass-bold.woff",
583
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/@patternfly/patternfly/assets/fonts/overpass-webfont/overpass-bold.woff2",
584
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/@patternfly/patternfly/patternfly.min.css",
585
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/jquery/dist/jquery.min.js",
586
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/css/patternfly-additions.min.css",
587
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/css/patternfly.min.css",
588
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.ttf",
589
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff",
590
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2",
591
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2",
592
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2",
593
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2",
594
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf",
595
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff",
596
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2",
597
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf",
598
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff",
599
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff2",
600
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/patternfly/dist/img/bg-login.jpg",
601
+ "res/public/keycloakify-dev-resources/login/resources-common/node_modules/rfc4648/lib/rfc4648.js",
602
602
  "src/PUBLIC_URL.ts",
603
603
  "src/account/DefaultPage.tsx",
604
604
  "src/account/KcContext/KcContext.ts",
@@ -655,6 +655,10 @@
655
655
  "src/bin/add-story.ts",
656
656
  "src/bin/copy-keycloak-resources-to-public.ts",
657
657
  "src/bin/eject-page.ts",
658
+ "src/bin/init/index.ts",
659
+ "src/bin/init/init.ts",
660
+ "src/bin/init/setupEslint.ts",
661
+ "src/bin/init/setupVitePluginIfNeeded.ts",
658
662
  "src/bin/initialize-account-theme/index.ts",
659
663
  "src/bin/initialize-account-theme/initialize-account-theme.ts",
660
664
  "src/bin/initialize-account-theme/multi-page-boilerplate/KcContext.ts",
@@ -664,6 +668,7 @@
664
668
  "src/bin/initialize-account-theme/updateAccountThemeImplementationInConfig.ts",
665
669
  "src/bin/initialize-admin-theme.ts",
666
670
  "src/bin/initialize-email-theme.ts",
671
+ "src/bin/initialize-login-theme.ts",
667
672
  "src/bin/keycloakify/buildJars/buildJar.ts",
668
673
  "src/bin/keycloakify/buildJars/buildJars.ts",
669
674
  "src/bin/keycloakify/buildJars/extensionVersions.ts",
@@ -1034,11 +1039,16 @@
1034
1039
  "bin/add-story.d.ts",
1035
1040
  "bin/copy-keycloak-resources-to-public.d.ts",
1036
1041
  "bin/eject-page.d.ts",
1042
+ "bin/init/index.d.ts",
1043
+ "bin/init/init.d.ts",
1044
+ "bin/init/setupEslint.d.ts",
1045
+ "bin/init/setupVitePluginIfNeeded.d.ts",
1037
1046
  "bin/initialize-account-theme/index.d.ts",
1038
1047
  "bin/initialize-account-theme/initialize-account-theme.d.ts",
1039
1048
  "bin/initialize-account-theme/updateAccountThemeImplementationInConfig.d.ts",
1040
1049
  "bin/initialize-admin-theme.d.ts",
1041
1050
  "bin/initialize-email-theme.d.ts",
1051
+ "bin/initialize-login-theme.d.ts",
1042
1052
  "bin/keycloakify/buildJars/buildJar.d.ts",
1043
1053
  "bin/keycloakify/buildJars/buildJars.d.ts",
1044
1054
  "bin/keycloakify/buildJars/extensionVersions.d.ts",
@@ -1122,27 +1132,33 @@
1122
1132
  "bin/tools/transformCodebase.d.ts",
1123
1133
  "bin/update-kc-gen.d.ts",
1124
1134
  "bin/main.js",
1135
+ "bin/254.index.js",
1125
1136
  "bin/266.index.js",
1137
+ "bin/30.index.js",
1126
1138
  "bin/304.index.js",
1127
- "bin/313.index.js",
1139
+ "bin/309.index.js",
1140
+ "bin/311.index.js",
1141
+ "bin/355.index.js",
1128
1142
  "bin/369.index.js",
1129
1143
  "bin/375.index.js",
1130
1144
  "bin/40.index.js",
1131
- "bin/433.index.js",
1132
1145
  "bin/453.index.js",
1133
- "bin/618.index.js",
1146
+ "bin/502.index.js",
1147
+ "bin/626.index.js",
1148
+ "bin/656.index.js",
1134
1149
  "bin/658.index.js",
1150
+ "bin/675.index.js",
1135
1151
  "bin/69.index.js",
1136
- "bin/698.index.js",
1137
1152
  "bin/712.index.js",
1138
1153
  "bin/720.index.js",
1154
+ "bin/762.index.js",
1139
1155
  "bin/780.index.js",
1140
1156
  "bin/786.index.js",
1141
- "bin/84.index.js",
1142
- "bin/864.index.js",
1143
1157
  "bin/877.index.js",
1158
+ "bin/895.index.js",
1144
1159
  "bin/910.index.js",
1145
1160
  "bin/930.index.js",
1161
+ "bin/932.index.js",
1146
1162
  "bin/946.index.js",
1147
1163
  "bin/949.index.js",
1148
1164
  "bin/97.index.js",
@@ -0,0 +1 @@
1
+ export * from "./init";