@oussemasahbeni/keycloakify-login-shadcn 250004.0.3 → 250004.0.7

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 (169) hide show
  1. package/keycloak-theme/login/KcContext.ts +23 -23
  2. package/keycloak-theme/login/KcPage.tsx +47 -47
  3. package/keycloak-theme/login/assets/img/auth-logo.svg +100 -100
  4. package/keycloak-theme/login/assets/img/shape.svg +71 -71
  5. package/keycloak-theme/login/components/LogoutOtherSessions.tsx +26 -26
  6. package/keycloak-theme/login/components/PasswordWrapper.tsx +35 -35
  7. package/keycloak-theme/login/components/Template/Template.tsx +227 -227
  8. package/keycloak-theme/login/components/Template/index.ts +1 -1
  9. package/keycloak-theme/login/components/Template/useInitializeTemplate.ts +61 -61
  10. package/keycloak-theme/login/components/UserProfileFormFields/AddRemoveButtonsMultiValuedAttribute.tsx +61 -61
  11. package/keycloak-theme/login/components/UserProfileFormFields/DO_MAKE_USER_CONFIRM_PASSWORD.ts +2 -2
  12. package/keycloak-theme/login/components/UserProfileFormFields/FieldErrors.tsx +28 -28
  13. package/keycloak-theme/login/components/UserProfileFormFields/GroupLabel.tsx +70 -70
  14. package/keycloak-theme/login/components/UserProfileFormFields/InputFieldByType.tsx +58 -58
  15. package/keycloak-theme/login/components/UserProfileFormFields/InputTag.tsx +116 -116
  16. package/keycloak-theme/login/components/UserProfileFormFields/InputTagSelects.tsx +135 -135
  17. package/keycloak-theme/login/components/UserProfileFormFields/SelectTag.tsx +114 -114
  18. package/keycloak-theme/login/components/UserProfileFormFields/TextareaTag.tsx +42 -42
  19. package/keycloak-theme/login/components/UserProfileFormFields/UserProfileFormFields.tsx +127 -127
  20. package/keycloak-theme/login/components/UserProfileFormFields/index.ts +1 -1
  21. package/keycloak-theme/login/i18n.ts +47 -47
  22. package/keycloak-theme/login/mocks/getKcContextMock.ts +22 -22
  23. package/keycloak-theme/login/pages/PageIndex.tsx +134 -134
  24. package/keycloak-theme/login/pages/code/Page.stories.tsx +54 -66
  25. package/keycloak-theme/login/pages/code/Page.tsx +89 -89
  26. package/keycloak-theme/login/pages/code/index.ts +3 -3
  27. package/keycloak-theme/login/pages/delete-account-confirm/Page.stories.tsx +39 -46
  28. package/keycloak-theme/login/pages/delete-account-confirm/Page.tsx +63 -63
  29. package/keycloak-theme/login/pages/delete-account-confirm/index.ts +3 -3
  30. package/keycloak-theme/login/pages/delete-credential/Page.stories.tsx +26 -30
  31. package/keycloak-theme/login/pages/delete-credential/Page.tsx +51 -51
  32. package/keycloak-theme/login/pages/delete-credential/index.ts +3 -3
  33. package/keycloak-theme/login/pages/error/Page.stories.tsx +47 -58
  34. package/keycloak-theme/login/pages/error/Page.tsx +42 -42
  35. package/keycloak-theme/login/pages/error/index.ts +3 -3
  36. package/keycloak-theme/login/pages/frontchannel-logout/Page.stories.tsx +25 -32
  37. package/keycloak-theme/login/pages/frontchannel-logout/Page.tsx +84 -84
  38. package/keycloak-theme/login/pages/frontchannel-logout/index.ts +3 -3
  39. package/keycloak-theme/login/pages/idp-review-user-profile/Page.stories.tsx +46 -58
  40. package/keycloak-theme/login/pages/idp-review-user-profile/Page.tsx +52 -52
  41. package/keycloak-theme/login/pages/idp-review-user-profile/index.ts +3 -3
  42. package/keycloak-theme/login/pages/info/Page.stories.tsx +50 -60
  43. package/keycloak-theme/login/pages/info/Page.tsx +92 -92
  44. package/keycloak-theme/login/pages/link-idp-action/Page.stories.tsx +32 -16
  45. package/keycloak-theme/login/pages/link-idp-action/Page.tsx +43 -43
  46. package/keycloak-theme/login/pages/link-idp-action/index.ts +3 -3
  47. package/keycloak-theme/login/pages/login/Form.tsx +242 -242
  48. package/keycloak-theme/login/pages/login/Info.tsx +29 -29
  49. package/keycloak-theme/login/pages/login/Page.stories.tsx +345 -365
  50. package/keycloak-theme/login/pages/login/Page.tsx +44 -44
  51. package/keycloak-theme/login/pages/login/SocialProviders.tsx +107 -107
  52. package/keycloak-theme/login/pages/login/index.ts +3 -3
  53. package/keycloak-theme/login/pages/login/providers/apple.svg +3 -3
  54. package/keycloak-theme/login/pages/login/providers/bitbucket.svg +11 -11
  55. package/keycloak-theme/login/pages/login/providers/discord.svg +4 -4
  56. package/keycloak-theme/login/pages/login/providers/facebook.svg +5 -5
  57. package/keycloak-theme/login/pages/login/providers/github.svg +3 -3
  58. package/keycloak-theme/login/pages/login/providers/gitlab.svg +7 -7
  59. package/keycloak-theme/login/pages/login/providers/google.svg +7 -7
  60. package/keycloak-theme/login/pages/login/providers/instagram.svg +31 -31
  61. package/keycloak-theme/login/pages/login/providers/linkedin.svg +3 -3
  62. package/keycloak-theme/login/pages/login/providers/microsoft.svg +6 -6
  63. package/keycloak-theme/login/pages/login/providers/oidc.svg +5 -5
  64. package/keycloak-theme/login/pages/login/providers/openshift.svg +7 -7
  65. package/keycloak-theme/login/pages/login/providers/paypal.svg +6 -6
  66. package/keycloak-theme/login/pages/login/providers/slack.svg +11 -11
  67. package/keycloak-theme/login/pages/login/providers/stackoverflow.svg +5 -5
  68. package/keycloak-theme/login/pages/login/providers/x.svg +3 -3
  69. package/keycloak-theme/login/pages/login/useProviderLogos.tsx +39 -39
  70. package/keycloak-theme/login/pages/login/useScript.tsx +62 -62
  71. package/keycloak-theme/login/pages/login-config-totp/Page.stories.tsx +45 -59
  72. package/keycloak-theme/login/pages/login-config-totp/Page.tsx +240 -240
  73. package/keycloak-theme/login/pages/login-config-totp/index.ts +3 -3
  74. package/keycloak-theme/login/pages/login-idp-link-confirm/Page.stories.tsx +30 -34
  75. package/keycloak-theme/login/pages/login-idp-link-confirm/Page.tsx +43 -43
  76. package/keycloak-theme/login/pages/login-idp-link-confirm/index.ts +3 -3
  77. package/keycloak-theme/login/pages/login-idp-link-confirm-override/Page.stories.tsx +16 -22
  78. package/keycloak-theme/login/pages/login-idp-link-confirm-override/Page.tsx +47 -47
  79. package/keycloak-theme/login/pages/login-idp-link-confirm-override/index.ts +3 -3
  80. package/keycloak-theme/login/pages/login-idp-link-email/Page.stories.tsx +54 -62
  81. package/keycloak-theme/login/pages/login-idp-link-email/Page.tsx +54 -54
  82. package/keycloak-theme/login/pages/login-idp-link-email/index.ts +3 -3
  83. package/keycloak-theme/login/pages/login-oauth-grant/Page.stories.tsx +39 -45
  84. package/keycloak-theme/login/pages/login-oauth-grant/Page.tsx +126 -126
  85. package/keycloak-theme/login/pages/login-oauth-grant/index.ts +3 -3
  86. package/keycloak-theme/login/pages/login-oauth2-device-verify-user-code/Page.stories.tsx +38 -48
  87. package/keycloak-theme/login/pages/login-oauth2-device-verify-user-code/Page.tsx +58 -58
  88. package/keycloak-theme/login/pages/login-oauth2-device-verify-user-code/index.ts +3 -3
  89. package/keycloak-theme/login/pages/login-otp/Page.stories.tsx +82 -96
  90. package/keycloak-theme/login/pages/login-otp/Page.tsx +108 -108
  91. package/keycloak-theme/login/pages/login-otp/index.ts +3 -3
  92. package/keycloak-theme/login/pages/login-page-expired/Page.stories.tsx +28 -36
  93. package/keycloak-theme/login/pages/login-page-expired/Page.tsx +47 -47
  94. package/keycloak-theme/login/pages/login-page-expired/index.ts +3 -3
  95. package/keycloak-theme/login/pages/login-passkeys-conditional-authenticate/Page.stories.tsx +20 -0
  96. package/keycloak-theme/login/pages/login-passkeys-conditional-authenticate/Page.tsx +233 -233
  97. package/keycloak-theme/login/pages/login-passkeys-conditional-authenticate/index.ts +3 -3
  98. package/keycloak-theme/login/pages/login-passkeys-conditional-authenticate/useScript.tsx +63 -63
  99. package/keycloak-theme/login/pages/login-password/Page.stories.tsx +55 -56
  100. package/keycloak-theme/login/pages/login-password/Page.tsx +149 -149
  101. package/keycloak-theme/login/pages/login-password/index.ts +3 -3
  102. package/keycloak-theme/login/pages/login-password/useScript.tsx +63 -63
  103. package/keycloak-theme/login/pages/login-recovery-authn-code-config/Page.stories.tsx +28 -36
  104. package/keycloak-theme/login/pages/login-recovery-authn-code-config/Page.tsx +181 -181
  105. package/keycloak-theme/login/pages/login-recovery-authn-code-config/index.ts +3 -3
  106. package/keycloak-theme/login/pages/login-recovery-authn-code-config/useScript.tsx +145 -145
  107. package/keycloak-theme/login/pages/login-recovery-authn-code-input/Page.stories.tsx +16 -22
  108. package/keycloak-theme/login/pages/login-recovery-authn-code-input/Page.tsx +70 -70
  109. package/keycloak-theme/login/pages/login-recovery-authn-code-input/index.ts +3 -3
  110. package/keycloak-theme/login/pages/login-reset-otp/Page.stories.tsx +62 -74
  111. package/keycloak-theme/login/pages/login-reset-otp/Page.tsx +86 -86
  112. package/keycloak-theme/login/pages/login-reset-otp/index.ts +3 -3
  113. package/keycloak-theme/login/pages/login-reset-password/Form.tsx +68 -68
  114. package/keycloak-theme/login/pages/login-reset-password/Page.stories.tsx +44 -54
  115. package/keycloak-theme/login/pages/login-reset-password/Page.tsx +27 -27
  116. package/keycloak-theme/login/pages/login-reset-password/index.ts +3 -3
  117. package/keycloak-theme/login/pages/login-update-password/Page.stories.tsx +40 -50
  118. package/keycloak-theme/login/pages/login-update-password/Page.tsx +111 -111
  119. package/keycloak-theme/login/pages/login-update-password/index.ts +3 -3
  120. package/keycloak-theme/login/pages/login-update-profile/Page.stories.tsx +28 -36
  121. package/keycloak-theme/login/pages/login-update-profile/Page.tsx +68 -68
  122. package/keycloak-theme/login/pages/login-update-profile/index.ts +3 -3
  123. package/keycloak-theme/login/pages/login-username/Page.stories.tsx +32 -42
  124. package/keycloak-theme/login/pages/login-username/Page.tsx +246 -246
  125. package/keycloak-theme/login/pages/login-username/index.ts +3 -3
  126. package/keycloak-theme/login/pages/login-username/useScript.tsx +62 -62
  127. package/keycloak-theme/login/pages/login-verify-email/Page.stories.tsx +68 -80
  128. package/keycloak-theme/login/pages/login-verify-email/Page.tsx +38 -38
  129. package/keycloak-theme/login/pages/login-verify-email/index.ts +3 -3
  130. package/keycloak-theme/login/pages/login-x509-info/Page.stories.tsx +29 -37
  131. package/keycloak-theme/login/pages/login-x509-info/Page.tsx +75 -75
  132. package/keycloak-theme/login/pages/login-x509-info/index.ts +3 -3
  133. package/keycloak-theme/login/pages/logout-confirm/Page.stories.tsx +34 -42
  134. package/keycloak-theme/login/pages/logout-confirm/Page.tsx +53 -53
  135. package/keycloak-theme/login/pages/logout-confirm/index.ts +3 -3
  136. package/keycloak-theme/login/pages/register/Form.tsx +106 -106
  137. package/keycloak-theme/login/pages/register/Page.stories.tsx +23 -6
  138. package/keycloak-theme/login/pages/register/Page.tsx +26 -26
  139. package/keycloak-theme/login/pages/register/TermsAcceptance.tsx +56 -56
  140. package/keycloak-theme/login/pages/register/index.ts +3 -3
  141. package/keycloak-theme/login/pages/saml-post-form/Page.stories.tsx +16 -22
  142. package/keycloak-theme/login/pages/saml-post-form/Page.tsx +66 -66
  143. package/keycloak-theme/login/pages/saml-post-form/index.ts +3 -3
  144. package/keycloak-theme/login/pages/select-authenticator/Page.stories.tsx +83 -95
  145. package/keycloak-theme/login/pages/select-authenticator/Page.tsx +100 -100
  146. package/keycloak-theme/login/pages/select-authenticator/index.ts +3 -3
  147. package/keycloak-theme/login/pages/select-organization/Page.stories.tsx +62 -49
  148. package/keycloak-theme/login/pages/select-organization/Page.tsx +126 -126
  149. package/keycloak-theme/login/pages/select-organization/index.ts +3 -3
  150. package/keycloak-theme/login/pages/terms/Page.stories.tsx +15 -0
  151. package/keycloak-theme/login/pages/terms/Page.tsx +51 -51
  152. package/keycloak-theme/login/pages/terms/index.ts +3 -3
  153. package/keycloak-theme/login/pages/update-email/Page.stories.tsx +27 -35
  154. package/keycloak-theme/login/pages/update-email/Page.tsx +62 -62
  155. package/keycloak-theme/login/pages/update-email/index.ts +3 -3
  156. package/keycloak-theme/login/pages/webauthn-authenticate/Page.stories.tsx +112 -126
  157. package/keycloak-theme/login/pages/webauthn-authenticate/Page.tsx +202 -202
  158. package/keycloak-theme/login/pages/webauthn-authenticate/index.ts +3 -3
  159. package/keycloak-theme/login/pages/webauthn-authenticate/useScript.tsx +55 -55
  160. package/keycloak-theme/login/pages/webauthn-error/Page.stories.tsx +54 -66
  161. package/keycloak-theme/login/pages/webauthn-error/Page.tsx +73 -73
  162. package/keycloak-theme/login/pages/webauthn-error/index.ts +3 -3
  163. package/keycloak-theme/login/pages/webauthn-register/Page.stories.tsx +39 -49
  164. package/keycloak-theme/login/pages/webauthn-register/Page.tsx +78 -78
  165. package/keycloak-theme/login/pages/webauthn-register/index.ts +3 -3
  166. package/keycloak-theme/login/pages/webauthn-register/useScript.tsx +62 -62
  167. package/keycloak-theme/login/shared/getColorScheme.ts +45 -45
  168. package/keycloak-theme/login/styleLevelCustomization.tsx +35 -35
  169. package/package.json +5 -1
@@ -1,23 +1,23 @@
1
- import {
2
- type ExtendKcContext,
3
- createUseKcContext
4
- } from "@keycloakify/login-ui/KcContext";
5
- import type { KcEnvName, ThemeName } from "../kc.gen";
6
-
7
- export type KcContextExtension = {
8
- themeName: ThemeName;
9
- properties: Record<KcEnvName, string> & {};
10
- // NOTE: Here you can declare more properties to extend the KcContext
11
- // See: https://docs.keycloakify.dev/faq-and-help/some-values-you-need-are-missing-from-in-kccontext
12
- client: {
13
- baseUrl?: string;
14
- };
15
- darkMode?: boolean;
16
- };
17
-
18
- // eslint-disable-next-line @typescript-eslint/no-empty-object-type
19
- export type KcContextExtensionPerPage = {};
20
-
21
- export type KcContext = ExtendKcContext<KcContextExtension, KcContextExtensionPerPage>;
22
-
23
- export const { useKcContext, KcContextProvider } = createUseKcContext<KcContext>();
1
+ import {
2
+ type ExtendKcContext,
3
+ createUseKcContext
4
+ } from "@keycloakify/login-ui/KcContext";
5
+ import type { KcEnvName, ThemeName } from "../kc.gen";
6
+
7
+ export type KcContextExtension = {
8
+ themeName: ThemeName;
9
+ properties: Record<KcEnvName, string> & {};
10
+ // NOTE: Here you can declare more properties to extend the KcContext
11
+ // See: https://docs.keycloakify.dev/faq-and-help/some-values-you-need-are-missing-from-in-kccontext
12
+ client: {
13
+ baseUrl?: string;
14
+ };
15
+ darkMode?: boolean;
16
+ };
17
+
18
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
19
+ export type KcContextExtensionPerPage = {};
20
+
21
+ export type KcContext = ExtendKcContext<KcContextExtension, KcContextExtensionPerPage>;
22
+
23
+ export const { useKcContext, KcContextProvider } = createUseKcContext<KcContext>();
@@ -1,47 +1,47 @@
1
- import { useExclusiveAppInstanceEffect } from "@keycloakify/login-ui/tools/useExclusiveAppInstanceEffect";
2
- import { KcClsxProvider } from "@keycloakify/login-ui/useKcClsx";
3
- import type { ReactNode } from "react";
4
- import { assert } from "tsafe/assert";
5
- import { type KcContext, KcContextProvider } from "./KcContext";
6
- import { I18nProvider } from "./i18n";
7
- import "./index.css";
8
- import { PageIndex } from "./pages/PageIndex";
9
- import { useStyleLevelCustomization } from "./styleLevelCustomization";
10
-
11
-
12
-
13
-
14
- export default function KcPage(props: { kcContext: KcContext }) {
15
- const { kcContext } = props;
16
-
17
- return (
18
- <KcContextProvider kcContext={kcContext}>
19
- <I18nProvider kcContext={kcContext}>
20
- <StyleLevelCustomization>
21
- <PageIndex />
22
- </StyleLevelCustomization>
23
- </I18nProvider>
24
- </KcContextProvider>
25
- );
26
- }
27
-
28
- function StyleLevelCustomization(props: { children: ReactNode }) {
29
- const { children } = props;
30
-
31
- const { doUseDefaultCss, classes, loadCustomStylesheet, Provider } = useStyleLevelCustomization();
32
-
33
- useExclusiveAppInstanceEffect({
34
- effectId: "loadCustomStylesheet",
35
- isEnabled: loadCustomStylesheet !== undefined,
36
- effect: () => {
37
- assert(loadCustomStylesheet !== undefined);
38
- loadCustomStylesheet();
39
- }
40
- });
41
-
42
- return (
43
- <KcClsxProvider doUseDefaultCss={doUseDefaultCss} classes={classes}>
44
- {Provider === undefined ? children : <Provider>{children}</Provider>}
45
- </KcClsxProvider>
46
- );
47
- }
1
+ import { useExclusiveAppInstanceEffect } from "@keycloakify/login-ui/tools/useExclusiveAppInstanceEffect";
2
+ import { KcClsxProvider } from "@keycloakify/login-ui/useKcClsx";
3
+ import type { ReactNode } from "react";
4
+ import { assert } from "tsafe/assert";
5
+ import { type KcContext, KcContextProvider } from "./KcContext";
6
+ import { I18nProvider } from "./i18n";
7
+ import "./index.css";
8
+ import { PageIndex } from "./pages/PageIndex";
9
+ import { useStyleLevelCustomization } from "./styleLevelCustomization";
10
+
11
+
12
+
13
+
14
+ export default function KcPage(props: { kcContext: KcContext }) {
15
+ const { kcContext } = props;
16
+
17
+ return (
18
+ <KcContextProvider kcContext={kcContext}>
19
+ <I18nProvider kcContext={kcContext}>
20
+ <StyleLevelCustomization>
21
+ <PageIndex />
22
+ </StyleLevelCustomization>
23
+ </I18nProvider>
24
+ </KcContextProvider>
25
+ );
26
+ }
27
+
28
+ function StyleLevelCustomization(props: { children: ReactNode }) {
29
+ const { children } = props;
30
+
31
+ const { doUseDefaultCss, classes, loadCustomStylesheet, Provider } = useStyleLevelCustomization();
32
+
33
+ useExclusiveAppInstanceEffect({
34
+ effectId: "loadCustomStylesheet",
35
+ isEnabled: loadCustomStylesheet !== undefined,
36
+ effect: () => {
37
+ assert(loadCustomStylesheet !== undefined);
38
+ loadCustomStylesheet();
39
+ }
40
+ });
41
+
42
+ return (
43
+ <KcClsxProvider doUseDefaultCss={doUseDefaultCss} classes={classes}>
44
+ {Provider === undefined ? children : <Provider>{children}</Provider>}
45
+ </KcClsxProvider>
46
+ );
47
+ }
@@ -1,101 +1,101 @@
1
- <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M0 12.6316C0 5.65535 5.65535 0 12.6316 0H35.3684C42.3446 0 48 5.65535 48 12.6316V35.3684C48 42.3446 42.3446 48 35.3684 48H12.6316C5.65535 48 0 42.3446 0 35.3684V12.6316Z"
4
- fill="#465FFF" />
5
- <path
6
- d="M0 12.6316C0 5.65535 5.65535 0 12.6316 0H35.3684C42.3446 0 48 5.65535 48 12.6316V35.3684C48 42.3446 42.3446 48 35.3684 48H12.6316C5.65535 48 0 42.3446 0 35.3684V12.6316Z"
7
- fill="#465FFF" />
8
- <g filter="url(#filter0_d_0_1)">
9
- <path
10
- d="M12.6357 12.6323C12.6357 11.237 13.7668 10.106 15.162 10.106C16.5573 10.106 17.6884 11.237 17.6884 12.6323V35.3691C17.6884 36.7644 16.5573 37.8954 15.162 37.8954C13.7668 37.8954 12.6357 36.7644 12.6357 35.3691V12.6323Z"
11
- fill="white" />
12
- </g>
13
- <g filter="url(#filter1_d_0_1)">
14
- <path
15
- d="M22.1133 22.7353C22.1133 21.3401 23.2443 20.209 24.6396 20.209C26.0348 20.209 27.1659 21.3401 27.1659 22.7353V35.3669C27.1659 36.7621 26.0348 37.8932 24.6396 37.8932C23.2443 37.8932 22.1133 36.7621 22.1133 35.3669V22.7353Z"
16
- fill="white" fill-opacity="0.9" />
17
- </g>
18
- <path
19
- d="M0 12.6316C0 5.65535 5.65535 0 12.6316 0H35.3684C42.3446 0 48 5.65535 48 12.6316V35.3684C48 42.3446 42.3446 48 35.3684 48H12.6316C5.65535 48 0 42.3446 0 35.3684V12.6316Z"
20
- fill="#465FFF" />
21
- <path
22
- d="M0 12.6316C0 5.65535 5.65535 0 12.6316 0H35.3684C42.3446 0 48 5.65535 48 12.6316V35.3684C48 42.3446 42.3446 48 35.3684 48H12.6316C5.65535 48 0 42.3446 0 35.3684V12.6316Z"
23
- fill="#465FFF" />
24
- <g filter="url(#filter2_d_0_1)">
25
- <path
26
- d="M12.6357 12.6323C12.6357 11.237 13.7668 10.106 15.162 10.106C16.5573 10.106 17.6884 11.237 17.6884 12.6323V35.3691C17.6884 36.7644 16.5573 37.8954 15.162 37.8954C13.7668 37.8954 12.6357 36.7644 12.6357 35.3691V12.6323Z"
27
- fill="white" />
28
- </g>
29
- <g filter="url(#filter3_d_0_1)">
30
- <path
31
- d="M22.1133 22.7353C22.1133 21.3401 23.2443 20.209 24.6396 20.209C26.0348 20.209 27.1659 21.3401 27.1659 22.7353V35.3669C27.1659 36.7621 26.0348 37.8932 24.6396 37.8932C23.2443 37.8932 22.1133 36.7621 22.1133 35.3669V22.7353Z"
32
- fill="white" fill-opacity="0.9" />
33
- </g>
34
- <g filter="url(#filter4_d_0_1)">
35
- <path
36
- d="M31.582 16.4189C31.582 15.0236 32.7131 13.8926 34.1083 13.8926C35.5036 13.8926 36.6346 15.0236 36.6346 16.4189V35.3663C36.6346 36.7615 35.5036 37.8926 34.1083 37.8926C32.7131 37.8926 31.582 36.7615 31.582 35.3663V16.4189Z"
37
- fill="white" fill-opacity="0.7" />
38
- </g>
39
- <defs>
40
- <filter id="filter0_d_0_1" x="11.6357" y="9.60596" width="7.05267" height="29.7894" filterUnits="userSpaceOnUse"
41
- color-interpolation-filters="sRGB">
42
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
43
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
44
- result="hardAlpha" />
45
- <feOffset dy="0.5" />
46
- <feGaussianBlur stdDeviation="0.5" />
47
- <feComposite in2="hardAlpha" operator="out" />
48
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
49
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
50
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
51
- </filter>
52
- <filter id="filter1_d_0_1" x="21.1133" y="19.709" width="7.05261" height="19.6842" filterUnits="userSpaceOnUse"
53
- color-interpolation-filters="sRGB">
54
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
55
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
56
- result="hardAlpha" />
57
- <feOffset dy="0.5" />
58
- <feGaussianBlur stdDeviation="0.5" />
59
- <feComposite in2="hardAlpha" operator="out" />
60
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
61
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
62
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
63
- </filter>
64
- <filter id="filter2_d_0_1" x="11.6357" y="9.60596" width="7.05267" height="29.7894" filterUnits="userSpaceOnUse"
65
- color-interpolation-filters="sRGB">
66
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
67
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
68
- result="hardAlpha" />
69
- <feOffset dy="0.5" />
70
- <feGaussianBlur stdDeviation="0.5" />
71
- <feComposite in2="hardAlpha" operator="out" />
72
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
73
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
74
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
75
- </filter>
76
- <filter id="filter3_d_0_1" x="21.1133" y="19.709" width="7.05261" height="19.6842" filterUnits="userSpaceOnUse"
77
- color-interpolation-filters="sRGB">
78
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
79
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
80
- result="hardAlpha" />
81
- <feOffset dy="0.5" />
82
- <feGaussianBlur stdDeviation="0.5" />
83
- <feComposite in2="hardAlpha" operator="out" />
84
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
85
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
86
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
87
- </filter>
88
- <filter id="filter4_d_0_1" x="30.582" y="13.3926" width="7.05261" height="26" filterUnits="userSpaceOnUse"
89
- color-interpolation-filters="sRGB">
90
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
91
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
92
- result="hardAlpha" />
93
- <feOffset dy="0.5" />
94
- <feGaussianBlur stdDeviation="0.5" />
95
- <feComposite in2="hardAlpha" operator="out" />
96
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
97
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
98
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
99
- </filter>
100
- </defs>
1
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M0 12.6316C0 5.65535 5.65535 0 12.6316 0H35.3684C42.3446 0 48 5.65535 48 12.6316V35.3684C48 42.3446 42.3446 48 35.3684 48H12.6316C5.65535 48 0 42.3446 0 35.3684V12.6316Z"
4
+ fill="#465FFF" />
5
+ <path
6
+ d="M0 12.6316C0 5.65535 5.65535 0 12.6316 0H35.3684C42.3446 0 48 5.65535 48 12.6316V35.3684C48 42.3446 42.3446 48 35.3684 48H12.6316C5.65535 48 0 42.3446 0 35.3684V12.6316Z"
7
+ fill="#465FFF" />
8
+ <g filter="url(#filter0_d_0_1)">
9
+ <path
10
+ d="M12.6357 12.6323C12.6357 11.237 13.7668 10.106 15.162 10.106C16.5573 10.106 17.6884 11.237 17.6884 12.6323V35.3691C17.6884 36.7644 16.5573 37.8954 15.162 37.8954C13.7668 37.8954 12.6357 36.7644 12.6357 35.3691V12.6323Z"
11
+ fill="white" />
12
+ </g>
13
+ <g filter="url(#filter1_d_0_1)">
14
+ <path
15
+ d="M22.1133 22.7353C22.1133 21.3401 23.2443 20.209 24.6396 20.209C26.0348 20.209 27.1659 21.3401 27.1659 22.7353V35.3669C27.1659 36.7621 26.0348 37.8932 24.6396 37.8932C23.2443 37.8932 22.1133 36.7621 22.1133 35.3669V22.7353Z"
16
+ fill="white" fill-opacity="0.9" />
17
+ </g>
18
+ <path
19
+ d="M0 12.6316C0 5.65535 5.65535 0 12.6316 0H35.3684C42.3446 0 48 5.65535 48 12.6316V35.3684C48 42.3446 42.3446 48 35.3684 48H12.6316C5.65535 48 0 42.3446 0 35.3684V12.6316Z"
20
+ fill="#465FFF" />
21
+ <path
22
+ d="M0 12.6316C0 5.65535 5.65535 0 12.6316 0H35.3684C42.3446 0 48 5.65535 48 12.6316V35.3684C48 42.3446 42.3446 48 35.3684 48H12.6316C5.65535 48 0 42.3446 0 35.3684V12.6316Z"
23
+ fill="#465FFF" />
24
+ <g filter="url(#filter2_d_0_1)">
25
+ <path
26
+ d="M12.6357 12.6323C12.6357 11.237 13.7668 10.106 15.162 10.106C16.5573 10.106 17.6884 11.237 17.6884 12.6323V35.3691C17.6884 36.7644 16.5573 37.8954 15.162 37.8954C13.7668 37.8954 12.6357 36.7644 12.6357 35.3691V12.6323Z"
27
+ fill="white" />
28
+ </g>
29
+ <g filter="url(#filter3_d_0_1)">
30
+ <path
31
+ d="M22.1133 22.7353C22.1133 21.3401 23.2443 20.209 24.6396 20.209C26.0348 20.209 27.1659 21.3401 27.1659 22.7353V35.3669C27.1659 36.7621 26.0348 37.8932 24.6396 37.8932C23.2443 37.8932 22.1133 36.7621 22.1133 35.3669V22.7353Z"
32
+ fill="white" fill-opacity="0.9" />
33
+ </g>
34
+ <g filter="url(#filter4_d_0_1)">
35
+ <path
36
+ d="M31.582 16.4189C31.582 15.0236 32.7131 13.8926 34.1083 13.8926C35.5036 13.8926 36.6346 15.0236 36.6346 16.4189V35.3663C36.6346 36.7615 35.5036 37.8926 34.1083 37.8926C32.7131 37.8926 31.582 36.7615 31.582 35.3663V16.4189Z"
37
+ fill="white" fill-opacity="0.7" />
38
+ </g>
39
+ <defs>
40
+ <filter id="filter0_d_0_1" x="11.6357" y="9.60596" width="7.05267" height="29.7894" filterUnits="userSpaceOnUse"
41
+ color-interpolation-filters="sRGB">
42
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
43
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
44
+ result="hardAlpha" />
45
+ <feOffset dy="0.5" />
46
+ <feGaussianBlur stdDeviation="0.5" />
47
+ <feComposite in2="hardAlpha" operator="out" />
48
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
49
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
50
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
51
+ </filter>
52
+ <filter id="filter1_d_0_1" x="21.1133" y="19.709" width="7.05261" height="19.6842" filterUnits="userSpaceOnUse"
53
+ color-interpolation-filters="sRGB">
54
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
55
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
56
+ result="hardAlpha" />
57
+ <feOffset dy="0.5" />
58
+ <feGaussianBlur stdDeviation="0.5" />
59
+ <feComposite in2="hardAlpha" operator="out" />
60
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
61
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
62
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
63
+ </filter>
64
+ <filter id="filter2_d_0_1" x="11.6357" y="9.60596" width="7.05267" height="29.7894" filterUnits="userSpaceOnUse"
65
+ color-interpolation-filters="sRGB">
66
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
67
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
68
+ result="hardAlpha" />
69
+ <feOffset dy="0.5" />
70
+ <feGaussianBlur stdDeviation="0.5" />
71
+ <feComposite in2="hardAlpha" operator="out" />
72
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
73
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
74
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
75
+ </filter>
76
+ <filter id="filter3_d_0_1" x="21.1133" y="19.709" width="7.05261" height="19.6842" filterUnits="userSpaceOnUse"
77
+ color-interpolation-filters="sRGB">
78
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
79
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
80
+ result="hardAlpha" />
81
+ <feOffset dy="0.5" />
82
+ <feGaussianBlur stdDeviation="0.5" />
83
+ <feComposite in2="hardAlpha" operator="out" />
84
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
85
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
86
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
87
+ </filter>
88
+ <filter id="filter4_d_0_1" x="30.582" y="13.3926" width="7.05261" height="26" filterUnits="userSpaceOnUse"
89
+ color-interpolation-filters="sRGB">
90
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
91
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
92
+ result="hardAlpha" />
93
+ <feOffset dy="0.5" />
94
+ <feGaussianBlur stdDeviation="0.5" />
95
+ <feComposite in2="hardAlpha" operator="out" />
96
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" />
97
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1" />
98
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape" />
99
+ </filter>
100
+ </defs>
101
101
  </svg>
@@ -1,71 +1,71 @@
1
- <svg width="450" height="254" viewBox="0 0 450 254" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fillRule="evenodd" clipRule="evenodd" d="M0.50555 45.1131L450 45.1132L450 44.6073L0.50555 44.6072L0.50555 45.1131Z" fill="url(#paint0_linear_3005_4084)" fill-opacity="0.3"/>
3
- <path fillRule="evenodd" clipRule="evenodd" d="M205.546 253.529L205.546 -2.13709e-05L205.04 -2.1392e-05L205.04 253.529L205.546 253.529Z" fill="url(#paint1_linear_3005_4084)" fill-opacity="0.3"/>
4
- <path fillRule="evenodd" clipRule="evenodd" d="M0.505546 97.2164L450 97.2165L450 96.7106L0.505546 96.7106L0.505546 97.2164Z" fill="url(#paint2_linear_3005_4084)" fill-opacity="0.3"/>
5
- <path fillRule="evenodd" clipRule="evenodd" d="M256.806 253.529L256.806 -1.68895e-05L256.3 -1.69106e-05L256.3 253.529L256.806 253.529Z" fill="url(#paint3_linear_3005_4084)" fill-opacity="0.3"/>
6
- <path fillRule="evenodd" clipRule="evenodd" d="M0.505837 253.529L0.505859 -3.9296e-05L0 -3.93171e-05L-2.21642e-05 253.529L0.505837 253.529Z" fill="url(#paint4_linear_3005_4084)" fill-opacity="0.3"/>
7
- <path fillRule="evenodd" clipRule="evenodd" d="M0.505541 149.321L450 149.321L450 148.815L0.505541 148.815L0.505541 149.321Z" fill="url(#paint5_linear_3005_4084)" fill-opacity="0.3"/>
8
- <path fillRule="evenodd" clipRule="evenodd" d="M308.066 253.529L308.066 -1.24083e-05L307.56 -1.24294e-05L307.56 253.529L308.066 253.529Z" fill="url(#paint6_linear_3005_4084)" fill-opacity="0.3"/>
9
- <path fillRule="evenodd" clipRule="evenodd" d="M51.7662 253.529L51.7662 -3.48147e-05L51.2603 -3.48358e-05L51.2603 253.529L51.7662 253.529Z" fill="url(#paint7_linear_3005_4084)" fill-opacity="0.3"/>
10
- <path fillRule="evenodd" clipRule="evenodd" d="M0.505537 201.424L450 201.424L450 200.918L0.505537 200.918L0.505537 201.424Z" fill="url(#paint8_linear_3005_4084)" fill-opacity="0.3"/>
11
- <path fillRule="evenodd" clipRule="evenodd" d="M359.326 253.529L359.326 -7.92695e-06L358.82 -7.94806e-06L358.82 253.529L359.326 253.529Z" fill="url(#paint9_linear_3005_4084)" fill-opacity="0.3"/>
12
- <path fillRule="evenodd" clipRule="evenodd" d="M103.026 253.529L103.026 -3.03334e-05L102.52 -3.03545e-05L102.52 253.529L103.026 253.529Z" fill="url(#paint10_linear_3005_4084)" fill-opacity="0.3"/>
13
- <path fillRule="evenodd" clipRule="evenodd" d="M410.586 253.529L410.586 -3.44569e-06L410.08 -3.4668e-06L410.08 253.529L410.586 253.529Z" fill="url(#paint11_linear_3005_4084)" fill-opacity="0.3"/>
14
- <path fillRule="evenodd" clipRule="evenodd" d="M154.286 253.529L154.286 -2.58521e-05L153.78 -2.58732e-05L153.78 253.529L154.286 253.529Z" fill="url(#paint12_linear_3005_4084)" fill-opacity="0.3"/>
15
- <rect width="50.7536" height="51.5982" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 358.821 45.1138)" fill="#B2B2B2" fill-opacity="0.08"/>
16
- <rect width="50.756" height="51.5985" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 307.559 97.2163)" fill="#B2B2B2" fill-opacity="0.08"/>
17
- <defs>
18
- <linearGradient id="paint0_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
19
- <stop stop-color="#B2B2B2"/>
20
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
21
- </linearGradient>
22
- <linearGradient id="paint1_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
23
- <stop stop-color="#B2B2B2"/>
24
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
25
- </linearGradient>
26
- <linearGradient id="paint2_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
27
- <stop stop-color="#B2B2B2"/>
28
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
29
- </linearGradient>
30
- <linearGradient id="paint3_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
31
- <stop stop-color="#B2B2B2"/>
32
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
33
- </linearGradient>
34
- <linearGradient id="paint4_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
35
- <stop stop-color="#B2B2B2"/>
36
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
37
- </linearGradient>
38
- <linearGradient id="paint5_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
39
- <stop stop-color="#B2B2B2"/>
40
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
41
- </linearGradient>
42
- <linearGradient id="paint6_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
43
- <stop stop-color="#B2B2B2"/>
44
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
45
- </linearGradient>
46
- <linearGradient id="paint7_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
47
- <stop stop-color="#B2B2B2"/>
48
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
49
- </linearGradient>
50
- <linearGradient id="paint8_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
51
- <stop stop-color="#B2B2B2"/>
52
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
53
- </linearGradient>
54
- <linearGradient id="paint9_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
55
- <stop stop-color="#B2B2B2"/>
56
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
57
- </linearGradient>
58
- <linearGradient id="paint10_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
59
- <stop stop-color="#B2B2B2"/>
60
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
61
- </linearGradient>
62
- <linearGradient id="paint11_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
63
- <stop stop-color="#B2B2B2"/>
64
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
65
- </linearGradient>
66
- <linearGradient id="paint12_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
67
- <stop stop-color="#B2B2B2"/>
68
- <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
69
- </linearGradient>
70
- </defs>
71
- </svg>
1
+ <svg width="450" height="254" viewBox="0 0 450 254" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fillRule="evenodd" clipRule="evenodd" d="M0.50555 45.1131L450 45.1132L450 44.6073L0.50555 44.6072L0.50555 45.1131Z" fill="url(#paint0_linear_3005_4084)" fill-opacity="0.3"/>
3
+ <path fillRule="evenodd" clipRule="evenodd" d="M205.546 253.529L205.546 -2.13709e-05L205.04 -2.1392e-05L205.04 253.529L205.546 253.529Z" fill="url(#paint1_linear_3005_4084)" fill-opacity="0.3"/>
4
+ <path fillRule="evenodd" clipRule="evenodd" d="M0.505546 97.2164L450 97.2165L450 96.7106L0.505546 96.7106L0.505546 97.2164Z" fill="url(#paint2_linear_3005_4084)" fill-opacity="0.3"/>
5
+ <path fillRule="evenodd" clipRule="evenodd" d="M256.806 253.529L256.806 -1.68895e-05L256.3 -1.69106e-05L256.3 253.529L256.806 253.529Z" fill="url(#paint3_linear_3005_4084)" fill-opacity="0.3"/>
6
+ <path fillRule="evenodd" clipRule="evenodd" d="M0.505837 253.529L0.505859 -3.9296e-05L0 -3.93171e-05L-2.21642e-05 253.529L0.505837 253.529Z" fill="url(#paint4_linear_3005_4084)" fill-opacity="0.3"/>
7
+ <path fillRule="evenodd" clipRule="evenodd" d="M0.505541 149.321L450 149.321L450 148.815L0.505541 148.815L0.505541 149.321Z" fill="url(#paint5_linear_3005_4084)" fill-opacity="0.3"/>
8
+ <path fillRule="evenodd" clipRule="evenodd" d="M308.066 253.529L308.066 -1.24083e-05L307.56 -1.24294e-05L307.56 253.529L308.066 253.529Z" fill="url(#paint6_linear_3005_4084)" fill-opacity="0.3"/>
9
+ <path fillRule="evenodd" clipRule="evenodd" d="M51.7662 253.529L51.7662 -3.48147e-05L51.2603 -3.48358e-05L51.2603 253.529L51.7662 253.529Z" fill="url(#paint7_linear_3005_4084)" fill-opacity="0.3"/>
10
+ <path fillRule="evenodd" clipRule="evenodd" d="M0.505537 201.424L450 201.424L450 200.918L0.505537 200.918L0.505537 201.424Z" fill="url(#paint8_linear_3005_4084)" fill-opacity="0.3"/>
11
+ <path fillRule="evenodd" clipRule="evenodd" d="M359.326 253.529L359.326 -7.92695e-06L358.82 -7.94806e-06L358.82 253.529L359.326 253.529Z" fill="url(#paint9_linear_3005_4084)" fill-opacity="0.3"/>
12
+ <path fillRule="evenodd" clipRule="evenodd" d="M103.026 253.529L103.026 -3.03334e-05L102.52 -3.03545e-05L102.52 253.529L103.026 253.529Z" fill="url(#paint10_linear_3005_4084)" fill-opacity="0.3"/>
13
+ <path fillRule="evenodd" clipRule="evenodd" d="M410.586 253.529L410.586 -3.44569e-06L410.08 -3.4668e-06L410.08 253.529L410.586 253.529Z" fill="url(#paint11_linear_3005_4084)" fill-opacity="0.3"/>
14
+ <path fillRule="evenodd" clipRule="evenodd" d="M154.286 253.529L154.286 -2.58521e-05L153.78 -2.58732e-05L153.78 253.529L154.286 253.529Z" fill="url(#paint12_linear_3005_4084)" fill-opacity="0.3"/>
15
+ <rect width="50.7536" height="51.5982" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 358.821 45.1138)" fill="#B2B2B2" fill-opacity="0.08"/>
16
+ <rect width="50.756" height="51.5985" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 307.559 97.2163)" fill="#B2B2B2" fill-opacity="0.08"/>
17
+ <defs>
18
+ <linearGradient id="paint0_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#B2B2B2"/>
20
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
21
+ </linearGradient>
22
+ <linearGradient id="paint1_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#B2B2B2"/>
24
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint2_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#B2B2B2"/>
28
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
29
+ </linearGradient>
30
+ <linearGradient id="paint3_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
31
+ <stop stop-color="#B2B2B2"/>
32
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
33
+ </linearGradient>
34
+ <linearGradient id="paint4_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
35
+ <stop stop-color="#B2B2B2"/>
36
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
37
+ </linearGradient>
38
+ <linearGradient id="paint5_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
39
+ <stop stop-color="#B2B2B2"/>
40
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
41
+ </linearGradient>
42
+ <linearGradient id="paint6_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
43
+ <stop stop-color="#B2B2B2"/>
44
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
45
+ </linearGradient>
46
+ <linearGradient id="paint7_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
47
+ <stop stop-color="#B2B2B2"/>
48
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
49
+ </linearGradient>
50
+ <linearGradient id="paint8_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
51
+ <stop stop-color="#B2B2B2"/>
52
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
53
+ </linearGradient>
54
+ <linearGradient id="paint9_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
55
+ <stop stop-color="#B2B2B2"/>
56
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
57
+ </linearGradient>
58
+ <linearGradient id="paint10_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
59
+ <stop stop-color="#B2B2B2"/>
60
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
61
+ </linearGradient>
62
+ <linearGradient id="paint11_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
63
+ <stop stop-color="#B2B2B2"/>
64
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
65
+ </linearGradient>
66
+ <linearGradient id="paint12_linear_3005_4084" x1="277.872" y1="-9.94587e-06" x2="194.87" y2="235.867" gradientUnits="userSpaceOnUse">
67
+ <stop stop-color="#B2B2B2"/>
68
+ <stop offset="1" stop-color="#B2B2B2" stop-opacity="0"/>
69
+ </linearGradient>
70
+ </defs>
71
+ </svg>
@@ -1,26 +1,26 @@
1
- import { Checkbox } from '@/components/ui/checkbox';
2
- import { useI18n } from '@/login/i18n';
3
- import { Label } from '@radix-ui/react-label';
4
-
5
-
6
- export function LogoutOtherSessions() {
7
-
8
- const { msg } = useI18n();
9
-
10
- return (
11
- <div className="flex items-center space-x-2">
12
- <Checkbox
13
- id="logout-sessions"
14
- name="logout-sessions"
15
- value="on"
16
- defaultChecked={true}
17
- />
18
- <Label
19
- htmlFor="logout-sessions"
20
- className="text-sm font-medium cursor-pointer"
21
- >
22
- {msg("logoutOtherSessions")}
23
- </Label>
24
- </div>
25
- );
26
- }
1
+ import { Checkbox } from '@/components/ui/checkbox';
2
+ import { useI18n } from '@/login/i18n';
3
+ import { Label } from '@radix-ui/react-label';
4
+
5
+
6
+ export function LogoutOtherSessions() {
7
+
8
+ const { msg } = useI18n();
9
+
10
+ return (
11
+ <div className="flex items-center space-x-2">
12
+ <Checkbox
13
+ id="logout-sessions"
14
+ name="logout-sessions"
15
+ value="on"
16
+ defaultChecked={true}
17
+ />
18
+ <Label
19
+ htmlFor="logout-sessions"
20
+ className="text-sm font-medium cursor-pointer"
21
+ >
22
+ {msg("logoutOtherSessions")}
23
+ </Label>
24
+ </div>
25
+ );
26
+ }