keycloakify 11.14.0-rc.1 → 11.14.0

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/97.index.js CHANGED
@@ -387,7 +387,9 @@ async function getExtensionModuleFileSourceCodeReadyToBeCopied(params) {
387
387
  ? []
388
388
  : [
389
389
  ``,
390
- `${_shared_constants__WEBPACK_IMPORTED_MODULE_4__/* .EARLY_COLOR_SCHEME_SCRIPT_BASENAME */ .PH} is a special file that will be imported in the head automatically by Keycloakify.`
390
+ `${_shared_constants__WEBPACK_IMPORTED_MODULE_4__/* .EARLY_COLOR_SCHEME_SCRIPT_BASENAME */ .PH} is a special file that will be imported in the head automatically by Keycloakify.`,
391
+ `Note that this file is not loaded in Storybook or when using the Vite DEV server.`,
392
+ "To test it you can use `NO_DEV_SERVER=true npx keycloakify start-keycloak` (NO_DEV_SERVER is only relevant for Account SPA and Admin themes)"
391
393
  ];
392
394
  return isOwnershipAction
393
395
  ? [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "11.14.0-rc.1",
3
+ "version": "11.14.0",
4
4
  "description": "Framework to create custom Keycloak UIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -109,7 +109,9 @@ export async function getExtensionModuleFileSourceCodeReadyToBeCopied(params: {
109
109
  ? []
110
110
  : [
111
111
  ``,
112
- `${EARLY_COLOR_SCHEME_SCRIPT_BASENAME} is a special file that will be imported in the head automatically by Keycloakify.`
112
+ `${EARLY_COLOR_SCHEME_SCRIPT_BASENAME} is a special file that will be imported in the head automatically by Keycloakify.`,
113
+ `Note that this file is not loaded in Storybook or when using the Vite DEV server.`,
114
+ "To test it you can use `NO_DEV_SERVER=true npx keycloakify start-keycloak` (NO_DEV_SERVER is only relevant for Account SPA and Admin themes)"
113
115
  ];
114
116
 
115
117
  return isOwnershipAction