@keycloakify/angular 21.0.0-rc.1 → 21.0.0-rc.2

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 (44) hide show
  1. package/package.json +1 -1
  2. package/stories/account/pages/account.stories.ts +1 -1
  3. package/stories/account/pages/applications.stories.ts +1 -1
  4. package/stories/account/pages/federated-identity.stories.ts +1 -1
  5. package/stories/account/pages/log.stories.ts +1 -1
  6. package/stories/account/pages/password.stories.ts +1 -1
  7. package/stories/account/pages/sessions.stories.ts +1 -1
  8. package/stories/account/pages/totp.stories.ts +1 -1
  9. package/stories/login/pages/code.stories.ts +1 -1
  10. package/stories/login/pages/delete-account-confirm.stories.ts +1 -1
  11. package/stories/login/pages/delete-credential.stories.ts +1 -1
  12. package/stories/login/pages/error.stories.ts +1 -1
  13. package/stories/login/pages/frontchannel-logout.stories.ts +1 -1
  14. package/stories/login/pages/idp-review-user-profile.stories.ts +1 -1
  15. package/stories/login/pages/info.stories.ts +1 -1
  16. package/stories/login/pages/login-config-totp.stories.ts +1 -1
  17. package/stories/login/pages/login-idp-link-confirm-override.stories.ts +1 -1
  18. package/stories/login/pages/login-idp-link-confirm.stories.ts +1 -1
  19. package/stories/login/pages/login-idp-link-email.stories.ts +1 -1
  20. package/stories/login/pages/login-oauth-grant.stories.ts +1 -1
  21. package/stories/login/pages/login-oauth2-device-verify-user-code.stories.ts +1 -1
  22. package/stories/login/pages/login-otp.stories.ts +1 -1
  23. package/stories/login/pages/login-page-expired.stories.ts +1 -1
  24. package/stories/login/pages/login-passkeys-conditional-authenticate.stories.ts +1 -1
  25. package/stories/login/pages/login-password.stories.ts +1 -1
  26. package/stories/login/pages/login-recovery-authn-code-config.stories.ts +1 -1
  27. package/stories/login/pages/login-recovery-authn-code-input.stories.ts +1 -1
  28. package/stories/login/pages/login-reset-otp.stories.ts +1 -1
  29. package/stories/login/pages/login-reset-password.stories.ts +1 -1
  30. package/stories/login/pages/login-update-password.stories.ts +1 -1
  31. package/stories/login/pages/login-update-profile.stories.ts +1 -1
  32. package/stories/login/pages/login-username.stories.ts +1 -1
  33. package/stories/login/pages/login-verify-email.stories.ts +1 -1
  34. package/stories/login/pages/login-x509-info.stories.ts +1 -1
  35. package/stories/login/pages/login.stories.ts +1 -1
  36. package/stories/login/pages/logout-confirm.stories.ts +1 -1
  37. package/stories/login/pages/register.stories.ts +2 -2
  38. package/stories/login/pages/saml-post-form.stories.ts +1 -1
  39. package/stories/login/pages/select-authenticator.stories.ts +1 -1
  40. package/stories/login/pages/terms.stories.ts +1 -1
  41. package/stories/login/pages/update-email.stories.ts +1 -1
  42. package/stories/login/pages/webauthn-authenticate.stories.ts +1 -1
  43. package/stories/login/pages/webauthn-error.stories.ts +1 -1
  44. package/stories/login/pages/webauthn-register.stories.ts +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@keycloakify/angular",
3
3
  "type": "module",
4
- "version": "21.0.0-rc.1",
4
+ "version": "21.0.0-rc.2",
5
5
  "peerDependencies": {
6
6
  "keycloakify": "^11.13.0",
7
7
  "@angular/core": "^21.0.0",
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  // Mock kcContext to avoid errors
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const mockKcContext = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const mockKcContext = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,6 +1,6 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
+ import { type Attribute } from 'keycloakify/login';
2
3
  import { decorators, KcPageStory } from '../KcPageStory';
3
- import { Attribute } from 'keycloakify/login';
4
4
 
5
5
  const meta: Meta<KcPageStory> = {
6
6
  title: 'login/register.ftl',
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/angular';
1
+ import type { Meta, StoryObj } from '@storybook/angular';
2
2
  import { decorators, KcPageStory } from '../KcPageStory';
3
3
 
4
4
  const meta: Meta<KcPageStory> = {