@keycloakify/angular 21.0.4 → 21.0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@keycloakify/angular",
3
3
  "type": "module",
4
- "version": "21.0.4",
4
+ "version": "21.0.5",
5
5
  "peerDependencies": {
6
6
  "keycloakify": "^11.13.0",
7
7
  "@angular/core": "^21.0.0",
@@ -3,8 +3,8 @@ import { TemplateComponent } from '@keycloakify/angular/account/template';
3
3
  import type { ClassKey } from 'keycloakify/account/lib/kcClsx';
4
4
  import type { KcContext } from './KcContext';
5
5
 
6
- const classes = {} satisfies { [key in ClassKey]?: string };
7
- const doUseDefaultCss = true;
6
+ export const classes = {} satisfies { [key in ClassKey]?: string };
7
+ export const doUseDefaultCss = true;
8
8
 
9
9
  export async function getKcPage(pageId: KcContext['pageId']): Promise<KcPage> {
10
10
  switch (pageId) {