@vef-framework/starter 2.0.3 → 2.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.
Files changed (337) hide show
  1. package/dist/cjs/components/access-denied/access-denied-icon.cjs +1 -210
  2. package/dist/cjs/components/access-denied/index.cjs +1 -47
  3. package/dist/cjs/components/app/index.cjs +1 -47
  4. package/dist/cjs/components/app/props.cjs +1 -3
  5. package/dist/cjs/components/base-layout/index.cjs +1 -45
  6. package/dist/cjs/components/base-layout/props.cjs +1 -3
  7. package/dist/cjs/components/base-layout/styles.cjs +1 -57
  8. package/dist/cjs/components/base-layout/use-base-layout.cjs +1 -41
  9. package/dist/cjs/components/crud/components/action-button-group.cjs +1 -20
  10. package/dist/cjs/components/crud/components/index.cjs +1 -20
  11. package/dist/cjs/components/crud/components/main.cjs +1 -57
  12. package/dist/cjs/components/crud/components/mutation-holder.cjs +1 -40
  13. package/dist/cjs/components/crud/components/operation-button-group.cjs +1 -22
  14. package/dist/cjs/components/crud/components/scene-form.cjs +1 -84
  15. package/dist/cjs/components/crud/components/selection-indicator.cjs +1 -83
  16. package/dist/cjs/components/crud/components/toolbar-actions.cjs +1 -19
  17. package/dist/cjs/components/crud/components/toolbar.cjs +1 -38
  18. package/dist/cjs/components/crud/event.cjs +1 -12
  19. package/dist/cjs/components/crud/helpers.cjs +1 -26
  20. package/dist/cjs/components/crud/hooks/index.cjs +1 -14
  21. package/dist/cjs/components/crud/hooks/use-query-observer.cjs +1 -37
  22. package/dist/cjs/components/crud/hooks/use-search-values.cjs +1 -12
  23. package/dist/cjs/components/crud/hooks/use-selected-rows.cjs +1 -12
  24. package/dist/cjs/components/crud/index.cjs +1 -46
  25. package/dist/cjs/components/crud/props.cjs +1 -3
  26. package/dist/cjs/components/crud/store.cjs +1 -93
  27. package/dist/cjs/components/crud/styles.cjs +1 -34
  28. package/dist/cjs/components/crud-page/index.cjs +1 -19
  29. package/dist/cjs/components/crud-page/props.cjs +1 -3
  30. package/dist/cjs/components/error/error-icon.cjs +1 -179
  31. package/dist/cjs/components/error/index.cjs +1 -69
  32. package/dist/cjs/components/flex-card/index.cjs +1 -18
  33. package/dist/cjs/components/flex-card/props.cjs +1 -3
  34. package/dist/cjs/components/flex-card/styles.cjs +1 -26
  35. package/dist/cjs/components/form-drawer/components/form-actions.cjs +1 -38
  36. package/dist/cjs/components/form-drawer/components/index.cjs +1 -10
  37. package/dist/cjs/components/form-drawer/index.cjs +1 -112
  38. package/dist/cjs/components/form-modal/components/form-actions.cjs +1 -38
  39. package/dist/cjs/components/form-modal/components/index.cjs +1 -10
  40. package/dist/cjs/components/form-modal/index.cjs +1 -88
  41. package/dist/cjs/components/index.cjs +1 -45
  42. package/dist/cjs/components/layout/components/footer.cjs +1 -27
  43. package/dist/cjs/components/layout/components/header/boy-icon.cjs +1 -20
  44. package/dist/cjs/components/layout/components/header/breadcrumb-navigation.cjs +1 -90
  45. package/dist/cjs/components/layout/components/header/color-scheme.cjs +1 -40
  46. package/dist/cjs/components/layout/components/header/fullscreen.cjs +1 -23
  47. package/dist/cjs/components/layout/components/header/girl-icon.cjs +1 -21
  48. package/dist/cjs/components/layout/components/header/index.cjs +1 -88
  49. package/dist/cjs/components/layout/components/header/menu-burger.cjs +1 -24
  50. package/dist/cjs/components/layout/components/header/menu-fold-left-icon.cjs +1 -20
  51. package/dist/cjs/components/layout/components/header/menu-unfold-left-icon.cjs +1 -20
  52. package/dist/cjs/components/layout/components/header/search.cjs +1 -22
  53. package/dist/cjs/components/layout/components/header/theme-config.cjs +1 -23
  54. package/dist/cjs/components/layout/components/header/user-avatar.cjs +1 -86
  55. package/dist/cjs/components/layout/components/honeycomb-pattern.cjs +1 -39
  56. package/dist/cjs/components/layout/components/index.cjs +1 -20
  57. package/dist/cjs/components/layout/components/logo.cjs +1 -60
  58. package/dist/cjs/components/layout/components/menu.cjs +1 -95
  59. package/dist/cjs/components/layout/components/search/index.cjs +1 -79
  60. package/dist/cjs/components/layout/components/search/keyboard-arrow-down-icon.cjs +1 -15
  61. package/dist/cjs/components/layout/components/search/keyboard-arrow-up-icon.cjs +1 -15
  62. package/dist/cjs/components/layout/components/search/keyboard-control-icon.cjs +1 -15
  63. package/dist/cjs/components/layout/components/search/keyboard-esc-icon.cjs +1 -15
  64. package/dist/cjs/components/layout/components/search/keyboard-help.cjs +1 -46
  65. package/dist/cjs/components/layout/components/search/keyboard-return-icon.cjs +1 -15
  66. package/dist/cjs/components/layout/components/search/keyboard-shift-icon.cjs +1 -15
  67. package/dist/cjs/components/layout/components/search/keyboard.cjs +1 -32
  68. package/dist/cjs/components/layout/components/search/letter-s-icon.cjs +1 -15
  69. package/dist/cjs/components/layout/components/search/search-result-item.cjs +1 -69
  70. package/dist/cjs/components/layout/components/search/search-result.cjs +1 -135
  71. package/dist/cjs/components/layout/components/sidebar.cjs +1 -54
  72. package/dist/cjs/components/layout/components/tabs/context-menu.cjs +1 -96
  73. package/dist/cjs/components/layout/components/tabs/index.cjs +1 -40
  74. package/dist/cjs/components/layout/components/tabs/main-content-maximum.cjs +1 -23
  75. package/dist/cjs/components/layout/components/tabs/reload.cjs +1 -21
  76. package/dist/cjs/components/layout/components/tabs/tab-item.cjs +1 -84
  77. package/dist/cjs/components/layout/components/tabs/tab-list.cjs +1 -91
  78. package/dist/cjs/components/layout/components/tabs/tabs-container.cjs +1 -85
  79. package/dist/cjs/components/layout/components/theme-config/color-scheme-switcher.cjs +1 -49
  80. package/dist/cjs/components/layout/components/theme-config/color-scheme.cjs +1 -57
  81. package/dist/cjs/components/layout/components/theme-config/config-item.cjs +1 -27
  82. package/dist/cjs/components/layout/components/theme-config/index.cjs +1 -59
  83. package/dist/cjs/components/layout/components/theme-config/menu-layout-card.cjs +1 -75
  84. package/dist/cjs/components/layout/components/theme-config/menu-layout.cjs +1 -33
  85. package/dist/cjs/components/layout/components/theme-config/operations.cjs +1 -22
  86. package/dist/cjs/components/layout/components/theme-config/theme-color-picker.cjs +1 -33
  87. package/dist/cjs/components/layout/components/theme-config/theme-colors.cjs +1 -29
  88. package/dist/cjs/components/layout/hooks/index.cjs +1 -14
  89. package/dist/cjs/components/layout/hooks/use-color-scheme-updater.cjs +1 -72
  90. package/dist/cjs/components/layout/hooks/use-menu-navigate.cjs +1 -29
  91. package/dist/cjs/components/layout/hooks/use-tab-navigate.cjs +1 -39
  92. package/dist/cjs/components/layout/index.cjs +1 -81
  93. package/dist/cjs/components/layout/props.cjs +1 -3
  94. package/dist/cjs/components/layout/store.cjs +1 -23
  95. package/dist/cjs/components/layout/styles.cjs +1 -16
  96. package/dist/cjs/components/login/icon-login.cjs +1 -149
  97. package/dist/cjs/components/login/index.cjs +1 -162
  98. package/dist/cjs/components/login/payload.cjs +1 -3
  99. package/dist/cjs/components/login/props.cjs +1 -3
  100. package/dist/cjs/components/login/styles.cjs +1 -97
  101. package/dist/cjs/components/login/welcome-messages.cjs +1 -135
  102. package/dist/cjs/components/logo-icon/index.cjs +1 -22
  103. package/dist/cjs/components/logo-icon/props.cjs +1 -3
  104. package/dist/cjs/components/n-progress/components/bar.cjs +9 -51
  105. package/dist/cjs/components/n-progress/components/container.cjs +1 -25
  106. package/dist/cjs/components/n-progress/components/index.cjs +1 -12
  107. package/dist/cjs/components/n-progress/event.cjs +1 -10
  108. package/dist/cjs/components/n-progress/index.cjs +1 -34
  109. package/dist/cjs/components/not-found/index.cjs +1 -47
  110. package/dist/cjs/components/not-found/not-found-icon.cjs +1 -205
  111. package/dist/cjs/components/page/index.cjs +1 -58
  112. package/dist/cjs/components/page/props.cjs +1 -3
  113. package/dist/cjs/components/page/scroll-content.cjs +1 -65
  114. package/dist/cjs/components/page/styles.cjs +1 -86
  115. package/dist/cjs/components/page/use-page-key.cjs +1 -22
  116. package/dist/cjs/components/page/viewport-context.cjs +1 -19
  117. package/dist/cjs/components/pro-search/components/advanced-search-toggler.cjs +1 -23
  118. package/dist/cjs/components/pro-search/components/advanced-search.cjs +1 -30
  119. package/dist/cjs/components/pro-search/components/index.cjs +1 -14
  120. package/dist/cjs/components/pro-search/components/search-actions.cjs +1 -36
  121. package/dist/cjs/components/pro-search/index.cjs +1 -70
  122. package/dist/cjs/components/pro-search/styles.cjs +1 -65
  123. package/dist/cjs/components/pro-table/components/index.cjs +1 -17
  124. package/dist/cjs/components/pro-table/components/operation-button-group.cjs +1 -22
  125. package/dist/cjs/components/pro-table/components/ref.cjs +1 -24
  126. package/dist/cjs/components/pro-table/components/table-subscriber.cjs +1 -25
  127. package/dist/cjs/components/pro-table/components/table-summary.cjs +1 -15
  128. package/dist/cjs/components/pro-table/components/table-title.cjs +1 -15
  129. package/dist/cjs/components/pro-table/components/table.cjs +1 -132
  130. package/dist/cjs/components/pro-table/context.cjs +1 -15
  131. package/dist/cjs/components/pro-table/event.cjs +1 -12
  132. package/dist/cjs/components/pro-table/hooks/index.cjs +1 -12
  133. package/dist/cjs/components/pro-table/hooks/use-row-selection.cjs +1 -43
  134. package/dist/cjs/components/pro-table/hooks/use-table-columns.cjs +1 -60
  135. package/dist/cjs/components/pro-table/index.cjs +1 -53
  136. package/dist/cjs/components/pro-table/store.cjs +1 -40
  137. package/dist/cjs/components/router-provider/context.cjs +1 -15
  138. package/dist/cjs/components/router-provider/index.cjs +1 -29
  139. package/dist/cjs/components/router-provider/props.cjs +1 -3
  140. package/dist/cjs/components/theme-config-provider/global-style.cjs +65 -16
  141. package/dist/cjs/components/theme-config-provider/index.cjs +1 -19
  142. package/dist/cjs/components/theme-config-provider/use-color-mode-effect.cjs +1 -35
  143. package/dist/cjs/components/theme-config-provider/use-theme-config.cjs +1 -73
  144. package/dist/cjs/constants/event.cjs +1 -8
  145. package/dist/cjs/constants/index.cjs +1 -23
  146. package/dist/cjs/constants/router.cjs +1 -18
  147. package/dist/cjs/constants/storage.cjs +1 -10
  148. package/dist/cjs/constants/symbols.cjs +1 -10
  149. package/dist/cjs/helpers/api.cjs +1 -50
  150. package/dist/cjs/helpers/app-version.cjs +1 -227
  151. package/dist/cjs/helpers/app.cjs +1 -37
  152. package/dist/cjs/helpers/auth.cjs +1 -24
  153. package/dist/cjs/helpers/event.cjs +1 -24
  154. package/dist/cjs/helpers/index.cjs +1 -25
  155. package/dist/cjs/helpers/query.cjs +1 -27
  156. package/dist/cjs/helpers/router.cjs +1 -110
  157. package/dist/cjs/hooks/index.cjs +1 -10
  158. package/dist/cjs/hooks/use-route-full-path.cjs +1 -32
  159. package/dist/cjs/index.cjs +1 -83
  160. package/dist/cjs/routes/access-denied.cjs +1 -31
  161. package/dist/cjs/routes/index.cjs +1 -16
  162. package/dist/cjs/routes/layout.cjs +1 -140
  163. package/dist/cjs/routes/login.cjs +1 -41
  164. package/dist/cjs/routes/root.cjs +1 -35
  165. package/dist/cjs/stores/app.cjs +1 -25
  166. package/dist/cjs/stores/index.cjs +1 -14
  167. package/dist/cjs/stores/tab.cjs +1 -101
  168. package/dist/cjs/stores/theme.cjs +1 -32
  169. package/dist/es/components/access-denied/access-denied-icon.js +201 -202
  170. package/dist/es/components/access-denied/index.js +23 -25
  171. package/dist/es/components/app/index.js +31 -38
  172. package/dist/es/components/app/props.js +1 -1
  173. package/dist/es/components/base-layout/index.js +31 -38
  174. package/dist/es/components/base-layout/props.js +1 -1
  175. package/dist/es/components/base-layout/styles.js +22 -24
  176. package/dist/es/components/base-layout/use-base-layout.js +28 -33
  177. package/dist/es/components/crud/components/action-button-group.js +13 -14
  178. package/dist/es/components/crud/components/index.js +14 -7
  179. package/dist/es/components/crud/components/main.js +40 -46
  180. package/dist/es/components/crud/components/mutation-holder.js +28 -32
  181. package/dist/es/components/crud/components/operation-button-group.js +15 -16
  182. package/dist/es/components/crud/components/scene-form.js +62 -71
  183. package/dist/es/components/crud/components/selection-indicator.js +38 -53
  184. package/dist/es/components/crud/components/toolbar-actions.js +11 -12
  185. package/dist/es/components/crud/components/toolbar.js +26 -27
  186. package/dist/es/components/crud/event.js +6 -7
  187. package/dist/es/components/crud/helpers.js +16 -17
  188. package/dist/es/components/crud/hooks/index.js +8 -4
  189. package/dist/es/components/crud/hooks/use-query-observer.js +20 -25
  190. package/dist/es/components/crud/hooks/use-search-values.js +6 -7
  191. package/dist/es/components/crud/hooks/use-selected-rows.js +6 -7
  192. package/dist/es/components/crud/index.js +36 -36
  193. package/dist/es/components/crud/props.js +1 -1
  194. package/dist/es/components/crud/store.js +68 -77
  195. package/dist/es/components/crud/styles.js +18 -19
  196. package/dist/es/components/crud-page/index.js +12 -13
  197. package/dist/es/components/crud-page/props.js +1 -1
  198. package/dist/es/components/error/error-icon.js +170 -171
  199. package/dist/es/components/error/index.js +31 -37
  200. package/dist/es/components/flex-card/index.js +11 -12
  201. package/dist/es/components/flex-card/props.js +1 -1
  202. package/dist/es/components/flex-card/styles.js +8 -9
  203. package/dist/es/components/form-drawer/components/form-actions.js +23 -27
  204. package/dist/es/components/form-drawer/components/index.js +4 -2
  205. package/dist/es/components/form-drawer/index.js +64 -92
  206. package/dist/es/components/form-modal/components/form-actions.js +23 -27
  207. package/dist/es/components/form-modal/components/index.js +4 -2
  208. package/dist/es/components/form-modal/index.js +53 -76
  209. package/dist/es/components/index.js +39 -20
  210. package/dist/es/components/layout/components/footer.js +10 -11
  211. package/dist/es/components/layout/components/header/boy-icon.js +13 -14
  212. package/dist/es/components/layout/components/header/breadcrumb-navigation.js +56 -79
  213. package/dist/es/components/layout/components/header/color-scheme.js +26 -29
  214. package/dist/es/components/layout/components/header/fullscreen.js +14 -16
  215. package/dist/es/components/layout/components/header/girl-icon.js +14 -15
  216. package/dist/es/components/layout/components/header/index.js +45 -51
  217. package/dist/es/components/layout/components/header/menu-burger.js +16 -17
  218. package/dist/es/components/layout/components/header/menu-fold-left-icon.js +12 -13
  219. package/dist/es/components/layout/components/header/menu-unfold-left-icon.js +12 -13
  220. package/dist/es/components/layout/components/header/search.js +14 -16
  221. package/dist/es/components/layout/components/header/theme-config.js +15 -16
  222. package/dist/es/components/layout/components/header/user-avatar.js +50 -61
  223. package/dist/es/components/layout/components/honeycomb-pattern.js +17 -19
  224. package/dist/es/components/layout/components/index.js +14 -7
  225. package/dist/es/components/layout/components/logo.js +30 -33
  226. package/dist/es/components/layout/components/menu.js +48 -77
  227. package/dist/es/components/layout/components/search/index.js +39 -49
  228. package/dist/es/components/layout/components/search/keyboard-arrow-down-icon.js +8 -9
  229. package/dist/es/components/layout/components/search/keyboard-arrow-up-icon.js +8 -9
  230. package/dist/es/components/layout/components/search/keyboard-control-icon.js +8 -9
  231. package/dist/es/components/layout/components/search/keyboard-esc-icon.js +8 -9
  232. package/dist/es/components/layout/components/search/keyboard-help.js +30 -32
  233. package/dist/es/components/layout/components/search/keyboard-return-icon.js +8 -9
  234. package/dist/es/components/layout/components/search/keyboard-shift-icon.js +8 -9
  235. package/dist/es/components/layout/components/search/keyboard.js +16 -22
  236. package/dist/es/components/layout/components/search/letter-s-icon.js +8 -9
  237. package/dist/es/components/layout/components/search/search-result-item.js +38 -44
  238. package/dist/es/components/layout/components/search/search-result.js +73 -93
  239. package/dist/es/components/layout/components/sidebar.js +26 -29
  240. package/dist/es/components/layout/components/tabs/context-menu.js +66 -71
  241. package/dist/es/components/layout/components/tabs/index.js +21 -23
  242. package/dist/es/components/layout/components/tabs/main-content-maximum.js +15 -16
  243. package/dist/es/components/layout/components/tabs/reload.js +14 -15
  244. package/dist/es/components/layout/components/tabs/tab-item.js +47 -51
  245. package/dist/es/components/layout/components/tabs/tab-list.js +45 -57
  246. package/dist/es/components/layout/components/tabs/tabs-container.js +39 -49
  247. package/dist/es/components/layout/components/theme-config/color-scheme-switcher.js +28 -32
  248. package/dist/es/components/layout/components/theme-config/color-scheme.js +36 -37
  249. package/dist/es/components/layout/components/theme-config/config-item.js +15 -16
  250. package/dist/es/components/layout/components/theme-config/index.js +37 -41
  251. package/dist/es/components/layout/components/theme-config/menu-layout-card.js +31 -33
  252. package/dist/es/components/layout/components/theme-config/menu-layout.js +20 -21
  253. package/dist/es/components/layout/components/theme-config/operations.js +14 -16
  254. package/dist/es/components/layout/components/theme-config/theme-color-picker.js +22 -24
  255. package/dist/es/components/layout/components/theme-config/theme-colors.js +14 -16
  256. package/dist/es/components/layout/hooks/index.js +8 -4
  257. package/dist/es/components/layout/hooks/use-color-scheme-updater.js +39 -47
  258. package/dist/es/components/layout/hooks/use-menu-navigate.js +20 -21
  259. package/dist/es/components/layout/hooks/use-tab-navigate.js +24 -32
  260. package/dist/es/components/layout/index.js +52 -66
  261. package/dist/es/components/layout/props.js +1 -1
  262. package/dist/es/components/layout/store.js +15 -17
  263. package/dist/es/components/layout/styles.js +7 -8
  264. package/dist/es/components/login/icon-login.js +138 -139
  265. package/dist/es/components/login/index.js +87 -100
  266. package/dist/es/components/login/payload.js +1 -1
  267. package/dist/es/components/login/props.js +1 -1
  268. package/dist/es/components/login/styles.js +34 -35
  269. package/dist/es/components/login/welcome-messages.js +8 -7
  270. package/dist/es/components/logo-icon/index.js +14 -15
  271. package/dist/es/components/logo-icon/props.js +1 -1
  272. package/dist/es/components/n-progress/components/bar.js +22 -24
  273. package/dist/es/components/n-progress/components/container.js +15 -16
  274. package/dist/es/components/n-progress/components/index.js +6 -3
  275. package/dist/es/components/n-progress/event.js +5 -6
  276. package/dist/es/components/n-progress/index.js +24 -27
  277. package/dist/es/components/not-found/index.js +23 -25
  278. package/dist/es/components/not-found/not-found-icon.js +196 -197
  279. package/dist/es/components/page/index.js +37 -39
  280. package/dist/es/components/page/props.js +1 -1
  281. package/dist/es/components/page/scroll-content.js +31 -34
  282. package/dist/es/components/page/styles.js +37 -38
  283. package/dist/es/components/page/use-page-key.js +13 -16
  284. package/dist/es/components/page/viewport-context.js +11 -12
  285. package/dist/es/components/pro-search/components/advanced-search-toggler.js +16 -17
  286. package/dist/es/components/pro-search/components/advanced-search.js +12 -15
  287. package/dist/es/components/pro-search/components/index.js +8 -4
  288. package/dist/es/components/pro-search/components/search-actions.js +21 -24
  289. package/dist/es/components/pro-search/index.js +48 -58
  290. package/dist/es/components/pro-search/styles.js +21 -22
  291. package/dist/es/components/pro-table/components/index.js +11 -5
  292. package/dist/es/components/pro-table/components/operation-button-group.js +15 -16
  293. package/dist/es/components/pro-table/components/ref.js +13 -18
  294. package/dist/es/components/pro-table/components/table-subscriber.js +17 -19
  295. package/dist/es/components/pro-table/components/table-summary.js +10 -11
  296. package/dist/es/components/pro-table/components/table-title.js +10 -11
  297. package/dist/es/components/pro-table/components/table.js +92 -115
  298. package/dist/es/components/pro-table/context.js +8 -9
  299. package/dist/es/components/pro-table/event.js +6 -7
  300. package/dist/es/components/pro-table/hooks/index.js +6 -3
  301. package/dist/es/components/pro-table/hooks/use-row-selection.js +25 -31
  302. package/dist/es/components/pro-table/hooks/use-table-columns.js +30 -44
  303. package/dist/es/components/pro-table/index.js +38 -40
  304. package/dist/es/components/pro-table/store.js +32 -33
  305. package/dist/es/components/router-provider/context.js +9 -9
  306. package/dist/es/components/router-provider/index.js +18 -21
  307. package/dist/es/components/router-provider/props.js +1 -1
  308. package/dist/es/components/theme-config-provider/global-style.js +77 -10
  309. package/dist/es/components/theme-config-provider/index.js +11 -13
  310. package/dist/es/components/theme-config-provider/use-color-mode-effect.js +15 -26
  311. package/dist/es/components/theme-config-provider/use-theme-config.js +35 -64
  312. package/dist/es/constants/event.js +4 -4
  313. package/dist/es/constants/index.js +17 -5
  314. package/dist/es/constants/router.js +9 -9
  315. package/dist/es/constants/storage.js +5 -5
  316. package/dist/es/constants/symbols.js +5 -5
  317. package/dist/es/helpers/api.js +28 -30
  318. package/dist/es/helpers/app-version.js +111 -177
  319. package/dist/es/helpers/app.js +17 -24
  320. package/dist/es/helpers/auth.js +15 -18
  321. package/dist/es/helpers/event.js +16 -16
  322. package/dist/es/helpers/index.js +19 -8
  323. package/dist/es/helpers/query.js +16 -16
  324. package/dist/es/helpers/router.js +65 -79
  325. package/dist/es/hooks/index.js +4 -2
  326. package/dist/es/hooks/use-route-full-path.js +18 -26
  327. package/dist/es/index.js +77 -36
  328. package/dist/es/routes/access-denied.js +14 -21
  329. package/dist/es/routes/index.js +10 -5
  330. package/dist/es/routes/layout.js +88 -106
  331. package/dist/es/routes/login.js +25 -26
  332. package/dist/es/routes/root.js +20 -26
  333. package/dist/es/stores/app.js +11 -14
  334. package/dist/es/stores/index.js +8 -4
  335. package/dist/es/stores/tab.js +72 -90
  336. package/dist/es/stores/theme.js +23 -26
  337. package/package.json +6 -6
@@ -1,77 +1,63 @@
1
- /*! @vef-framework/starter v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:22.856Z */
2
- import { jsx, jsxs } from '@emotion/react/jsx-runtime';
3
- import { ClassNames } from '@emotion/react';
4
- import { breakpoints } from '@vef-framework/components';
5
- import { useMemo, useEffect } from 'react';
6
- import '../../stores/index.js';
7
- import { BaseLayout } from '../base-layout/index.js';
8
- import './components/index.js';
9
- import { LayoutStoreProvider } from './store.js';
10
- import { sidebar } from './styles.js';
11
- import './props.js';
12
- import { useThemeStore } from '../../stores/theme.js';
13
- import { Sidebar } from './components/sidebar.js';
14
- import { ThemeConfig } from './components/theme-config/index.js';
15
- import { Search } from './components/search/index.js';
16
- import { Header } from './components/header/index.js';
17
- import { Tabs } from './components/tabs/index.js';
18
-
19
- function Layout({
20
- title,
21
- logo,
22
- headerActions,
23
- userMenuItems,
24
- onLogout,
25
- children
1
+ import { jsx as r, jsxs as C } from "@emotion/react/jsx-runtime";
2
+ import { ClassNames as S } from "@emotion/react";
3
+ import { breakpoints as L } from "@vef-framework/components";
4
+ import { useMemo as x, useEffect as y } from "react";
5
+ import "../../stores/index.js";
6
+ import { BaseLayout as M } from "../base-layout/index.js";
7
+ import "./components/index.js";
8
+ import { LayoutStoreProvider as g } from "./store.js";
9
+ import { sidebar as v } from "./styles.js";
10
+ import "./props.js";
11
+ import { useThemeStore as o } from "../../stores/theme.js";
12
+ import { Sidebar as T } from "./components/sidebar.js";
13
+ import { ThemeConfig as E } from "./components/theme-config/index.js";
14
+ import { Search as j } from "./components/search/index.js";
15
+ import { Header as N } from "./components/header/index.js";
16
+ import { Tabs as P } from "./components/tabs/index.js";
17
+ function R({
18
+ title: t,
19
+ logo: i,
20
+ headerActions: n,
21
+ userMenuItems: d,
22
+ onLogout: p,
23
+ children: f
26
24
  }) {
27
- const isSidebarCollapsed = useThemeStore((state) => state.isSidebarCollapsed);
28
- const isMainContentMaximum = useThemeStore((state) => state.isMainContentMaximum);
29
- const menuLayout = useThemeStore((state) => state.menuLayout);
30
- const sidebarProps = useMemo(() => {
31
- if (menuLayout === "horizontal") {
32
- return {};
33
- }
34
- return {
35
- isSidebarCollapsed,
36
- sidebar: /* @__PURE__ */ jsx(Sidebar, { isSidebarCollapsed, logo, title })
37
- };
38
- }, [isSidebarCollapsed, menuLayout, logo, title]);
39
- useEffect(() => {
40
- const query = globalThis.matchMedia(`(max-width: ${breakpoints.md})`);
41
- const handleChange = (event) => {
42
- if (event.matches) {
25
+ const a = o((e) => e.isSidebarCollapsed), u = o((e) => e.isMainContentMaximum), m = o((e) => e.menuLayout), c = x(() => m === "horizontal" ? {} : {
26
+ isSidebarCollapsed: a,
27
+ sidebar: /* @__PURE__ */ r(T, { isSidebarCollapsed: a, logo: i, title: t })
28
+ }, [a, m, i, t]);
29
+ return y(() => {
30
+ const e = globalThis.matchMedia(`(max-width: ${L.md})`), s = (h) => {
31
+ if (h.matches) {
43
32
  const {
44
- isSidebarCollapsed: isSidebarCollapsed2
45
- } = useThemeStore.getState();
46
- if (!isSidebarCollapsed2) {
47
- useThemeStore.setState((state) => {
48
- state.isSidebarCollapsed = true;
49
- });
50
- }
33
+ isSidebarCollapsed: l
34
+ } = o.getState();
35
+ l || o.setState((b) => {
36
+ b.isSidebarCollapsed = !0;
37
+ });
51
38
  }
52
39
  };
53
- query.addEventListener("change", handleChange);
54
- return () => {
55
- query.removeEventListener("change", handleChange);
40
+ return e.addEventListener("change", s), () => {
41
+ e.removeEventListener("change", s);
56
42
  };
57
- }, []);
58
- return /* @__PURE__ */ jsx(LayoutStoreProvider, { children: /* @__PURE__ */ jsx(ClassNames, { children: ({
59
- css
60
- }) => /* @__PURE__ */ jsxs(
61
- BaseLayout,
43
+ }, []), /* @__PURE__ */ r(g, { children: /* @__PURE__ */ r(S, { children: ({
44
+ css: e
45
+ }) => /* @__PURE__ */ C(
46
+ M,
62
47
  {
63
- isMainContentMaximum,
64
- sidebarClassName: css(sidebar),
65
- tabs: /* @__PURE__ */ jsx(Tabs, {}),
66
- header: /* @__PURE__ */ jsx(Header, { headerActions, logo, title, userMenuItems, onLogout }),
67
- ...sidebarProps,
48
+ isMainContentMaximum: u,
49
+ sidebarClassName: e(v),
50
+ tabs: /* @__PURE__ */ r(P, {}),
51
+ header: /* @__PURE__ */ r(N, { headerActions: n, logo: i, title: t, userMenuItems: d, onLogout: p }),
52
+ ...c,
68
53
  children: [
69
- children,
70
- /* @__PURE__ */ jsx(ThemeConfig, {}),
71
- /* @__PURE__ */ jsx(Search, {})
54
+ f,
55
+ /* @__PURE__ */ r(E, {}),
56
+ /* @__PURE__ */ r(j, {})
72
57
  ]
73
58
  }
74
59
  ) }) });
75
60
  }
76
-
77
- export { Layout };
61
+ export {
62
+ R as Layout
63
+ };
@@ -1 +1 @@
1
- /*! @vef-framework/starter v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:22.856Z */
1
+
@@ -1,18 +1,16 @@
1
- /*! @vef-framework/starter v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:22.856Z */
2
- import { createComponentStore } from '@vef-framework/core';
3
-
1
+ import { createComponentStore as t } from "@vef-framework/core";
4
2
  const {
5
- StoreProvider: LayoutStoreProvider,
6
- useStore: useLayoutStore
7
- } = createComponentStore("Layout", (set) => {
8
- return {
9
- isSearchVisible: false,
10
- setIsSearchVisible: (isSearchVisible) => {
11
- set((state) => {
12
- state.isSearchVisible = isSearchVisible;
13
- });
14
- }
15
- };
16
- });
17
-
18
- export { LayoutStoreProvider, useLayoutStore };
3
+ StoreProvider: s,
4
+ useStore: a
5
+ } = t("Layout", (e) => ({
6
+ isSearchVisible: !1,
7
+ setIsSearchVisible: (r) => {
8
+ e((o) => {
9
+ o.isSearchVisible = r;
10
+ });
11
+ }
12
+ }));
13
+ export {
14
+ s as LayoutStoreProvider,
15
+ a as useLayoutStore
16
+ };
@@ -1,12 +1,11 @@
1
- /*! @vef-framework/starter v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:22.856Z */
2
- import { css } from '@emotion/react';
3
- import { globalCssVars } from '@vef-framework/components';
4
-
5
- const sidebar = /* @__PURE__ */ css({
1
+ import { css as c } from "@emotion/react";
2
+ import { globalCssVars as y } from "@vef-framework/components";
3
+ const i = /* @__PURE__ */ c({
6
4
  display: "flex",
7
5
  flexDirection: "column",
8
6
  boxShadow: "2px 0 8px 0 rgb(29, 35, 41, 0.05)",
9
- background: globalCssVars.colorBgContainer
7
+ background: y.colorBgContainer
10
8
  }, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2xheW91dC9zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR3VCIiwiZmlsZSI6Ii9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2xheW91dC9zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tIFwiQGVtb3Rpb24vcmVhY3RcIjtcbmltcG9ydCB7IGdsb2JhbENzc1ZhcnMgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmsvY29tcG9uZW50c1wiO1xuXG5leHBvcnQgY29uc3Qgc2lkZWJhciA9IGNzcyh7XG4gIGRpc3BsYXk6IFwiZmxleFwiLFxuICBmbGV4RGlyZWN0aW9uOiBcImNvbHVtblwiLFxuICBib3hTaGFkb3c6IFwiMnB4IDAgOHB4IDAgcmdiKDI5LCAzNSwgNDEsIDAuMDUpXCIsXG4gIGJhY2tncm91bmQ6IGdsb2JhbENzc1ZhcnMuY29sb3JCZ0NvbnRhaW5lclxufSk7XG4iXX0= */");
11
-
12
- export { sidebar };
9
+ export {
10
+ i as sidebar
11
+ };
@@ -1,145 +1,144 @@
1
- /*! @vef-framework/starter v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:22.856Z */
2
- import { jsxs, jsx } from '@emotion/react/jsx-runtime';
3
-
4
- function IconLogin(props) {
5
- return /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 700 700", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...props, children: [
6
- /* @__PURE__ */ jsxs("defs", { children: [
7
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__u", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__c" }) }),
8
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__v", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__d" }) }),
9
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__w", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__e" }) }),
10
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__x", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__f" }) }),
11
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__y", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__g" }) }),
12
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__z", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__h" }) }),
13
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__A", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__i" }) }),
14
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__B", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__j" }) }),
15
- /* @__PURE__ */ jsx("path", { d: "M311.3 464.9v29.6h9.8v-26.6c-3.5-2.6-7.1-3.1-9.8-3", id: "login-icon_svg__c" }),
16
- /* @__PURE__ */ jsx("path", { d: "M333.9 319.5s11.1-4 27.7 0 26.5 20.5 27 33.8c.6 13.3-5.4 95.3-27.4 116.1-21.9 20.7-77.3 10.5-88.6 6.2S253 454.2 253 454.2l56.7-40.3 3-86.5z", id: "login-icon_svg__d" }),
17
- /* @__PURE__ */ jsx("path", { d: "m296.9 315.3-1.3-.1s-13.8.4-18.2 5.8c-4.3 5.4-7.3 30.5-7.3 30.5l8.6 64.5s5.2 9.1 31.4 9.1 36.5-10.7 36.5-10.7l-2.4-30.2s4.4-6.8 5.1-14.2c.7-7.3-6.5-46.4-14.3-52.1s-25.2-3.2-25.2-3.2z", id: "login-icon_svg__e" }),
18
- /* @__PURE__ */ jsx("path", { d: "m280.3 414.8-1.6 1.2s-47.1 15.2-51.5 29.5 2.6 96.3 2.6 96.3 12.8 10.1 24.1-1l.9-76.6 47.6-17.6 13.8.4s16.5-11.8 17.5-12.6 14-10.1 14-10.1l-8-13.2z", id: "login-icon_svg__f" }),
19
- /* @__PURE__ */ jsx("path", { d: "M313.8 422.3s-24.9 21.2-27 36.9 0 84.8 0 84.8 16.1 10.7 27 0c0 0-4.5-63.1 5.2-73.8s26.8-20.4 28.9-36.3-1.2-19.6-1.2-19.6l-16.5-2.7z", id: "login-icon_svg__g" }),
20
- /* @__PURE__ */ jsx("path", { d: "M295.2 301.4s2.3 4.7.4 13.8c0 0 1.4 4.4 6.5 4.3s7.6-4.9 7.6-4.9-2.4-3.9-1.4-12.1l.1-3.1-6.4-4.3z", id: "login-icon_svg__h" }),
21
- /* @__PURE__ */ jsx("path", { d: "M280.7 276.4s-13.1-.5-5.8-26.9c0 0 6.7 5.1 18.7 5.8s25.3.4 27 21.7c.7 13.8-12.2 25.6-12.2 25.6l-11.7-7.4z", id: "login-icon_svg__i" }),
22
- /* @__PURE__ */ jsx("path", { d: "M280.1 273.1s-3.6 30 7.4 31.7 18.3-10.9 18.3-10.9 5.5-.7 5-6.5c-.6-5.8-4.9-3.6-4.9-3.6s-4.9-2.1-4.8-7.3c0 0-5.9 1.4-8.6-4.1 0 0-4.5 3.1-9-1.7 0 0-1.2 2.8-3.4 2.4", id: "login-icon_svg__j" }),
23
- /* @__PURE__ */ jsxs("linearGradient", { id: "login-icon_svg__a", children: [
24
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#b0d8ff" }),
25
- /* @__PURE__ */ jsx("stop", { offset: 0.015, stopColor: "#b3d9ff" }),
26
- /* @__PURE__ */ jsx("stop", { offset: 0.145, stopColor: "#c4e1ff" }),
27
- /* @__PURE__ */ jsx("stop", { offset: 0.301, stopColor: "#d1e7ff" }),
28
- /* @__PURE__ */ jsx("stop", { offset: 0.512, stopColor: "#d8eaff" }),
29
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#daebff" })
1
+ import { jsxs as c, jsx as l } from "@emotion/react/jsx-runtime";
2
+ function f(i) {
3
+ return /* @__PURE__ */ c("svg", { viewBox: "0 0 700 700", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...i, children: [
4
+ /* @__PURE__ */ c("defs", { children: [
5
+ /* @__PURE__ */ l("clipPath", { id: "login-icon_svg__u", children: /* @__PURE__ */ l("use", { xlinkHref: "#login-icon_svg__c" }) }),
6
+ /* @__PURE__ */ l("clipPath", { id: "login-icon_svg__v", children: /* @__PURE__ */ l("use", { xlinkHref: "#login-icon_svg__d" }) }),
7
+ /* @__PURE__ */ l("clipPath", { id: "login-icon_svg__w", children: /* @__PURE__ */ l("use", { xlinkHref: "#login-icon_svg__e" }) }),
8
+ /* @__PURE__ */ l("clipPath", { id: "login-icon_svg__x", children: /* @__PURE__ */ l("use", { xlinkHref: "#login-icon_svg__f" }) }),
9
+ /* @__PURE__ */ l("clipPath", { id: "login-icon_svg__y", children: /* @__PURE__ */ l("use", { xlinkHref: "#login-icon_svg__g" }) }),
10
+ /* @__PURE__ */ l("clipPath", { id: "login-icon_svg__z", children: /* @__PURE__ */ l("use", { xlinkHref: "#login-icon_svg__h" }) }),
11
+ /* @__PURE__ */ l("clipPath", { id: "login-icon_svg__A", children: /* @__PURE__ */ l("use", { xlinkHref: "#login-icon_svg__i" }) }),
12
+ /* @__PURE__ */ l("clipPath", { id: "login-icon_svg__B", children: /* @__PURE__ */ l("use", { xlinkHref: "#login-icon_svg__j" }) }),
13
+ /* @__PURE__ */ l("path", { d: "M311.3 464.9v29.6h9.8v-26.6c-3.5-2.6-7.1-3.1-9.8-3", id: "login-icon_svg__c" }),
14
+ /* @__PURE__ */ l("path", { d: "M333.9 319.5s11.1-4 27.7 0 26.5 20.5 27 33.8c.6 13.3-5.4 95.3-27.4 116.1-21.9 20.7-77.3 10.5-88.6 6.2S253 454.2 253 454.2l56.7-40.3 3-86.5z", id: "login-icon_svg__d" }),
15
+ /* @__PURE__ */ l("path", { d: "m296.9 315.3-1.3-.1s-13.8.4-18.2 5.8c-4.3 5.4-7.3 30.5-7.3 30.5l8.6 64.5s5.2 9.1 31.4 9.1 36.5-10.7 36.5-10.7l-2.4-30.2s4.4-6.8 5.1-14.2c.7-7.3-6.5-46.4-14.3-52.1s-25.2-3.2-25.2-3.2z", id: "login-icon_svg__e" }),
16
+ /* @__PURE__ */ l("path", { d: "m280.3 414.8-1.6 1.2s-47.1 15.2-51.5 29.5 2.6 96.3 2.6 96.3 12.8 10.1 24.1-1l.9-76.6 47.6-17.6 13.8.4s16.5-11.8 17.5-12.6 14-10.1 14-10.1l-8-13.2z", id: "login-icon_svg__f" }),
17
+ /* @__PURE__ */ l("path", { d: "M313.8 422.3s-24.9 21.2-27 36.9 0 84.8 0 84.8 16.1 10.7 27 0c0 0-4.5-63.1 5.2-73.8s26.8-20.4 28.9-36.3-1.2-19.6-1.2-19.6l-16.5-2.7z", id: "login-icon_svg__g" }),
18
+ /* @__PURE__ */ l("path", { d: "M295.2 301.4s2.3 4.7.4 13.8c0 0 1.4 4.4 6.5 4.3s7.6-4.9 7.6-4.9-2.4-3.9-1.4-12.1l.1-3.1-6.4-4.3z", id: "login-icon_svg__h" }),
19
+ /* @__PURE__ */ l("path", { d: "M280.7 276.4s-13.1-.5-5.8-26.9c0 0 6.7 5.1 18.7 5.8s25.3.4 27 21.7c.7 13.8-12.2 25.6-12.2 25.6l-11.7-7.4z", id: "login-icon_svg__i" }),
20
+ /* @__PURE__ */ l("path", { d: "M280.1 273.1s-3.6 30 7.4 31.7 18.3-10.9 18.3-10.9 5.5-.7 5-6.5c-.6-5.8-4.9-3.6-4.9-3.6s-4.9-2.1-4.8-7.3c0 0-5.9 1.4-8.6-4.1 0 0-4.5 3.1-9-1.7 0 0-1.2 2.8-3.4 2.4", id: "login-icon_svg__j" }),
21
+ /* @__PURE__ */ c("linearGradient", { id: "login-icon_svg__a", children: [
22
+ /* @__PURE__ */ l("stop", { offset: 0, stopColor: "#b0d8ff" }),
23
+ /* @__PURE__ */ l("stop", { offset: 0.015, stopColor: "#b3d9ff" }),
24
+ /* @__PURE__ */ l("stop", { offset: 0.145, stopColor: "#c4e1ff" }),
25
+ /* @__PURE__ */ l("stop", { offset: 0.301, stopColor: "#d1e7ff" }),
26
+ /* @__PURE__ */ l("stop", { offset: 0.512, stopColor: "#d8eaff" }),
27
+ /* @__PURE__ */ l("stop", { offset: 1, stopColor: "#daebff" })
30
28
  ] }),
31
- /* @__PURE__ */ jsx("linearGradient", { gradientUnits: "userSpaceOnUse", id: "login-icon_svg__k", x1: 128.383, x2: 131.427, xlinkHref: "#login-icon_svg__a", y1: 74.959, y2: 390.046 }),
32
- /* @__PURE__ */ jsxs("linearGradient", { gradientTransform: "rotate(-2.292 542.315 401.673)", gradientUnits: "userSpaceOnUse", id: "login-icon_svg__l", x1: 101.309, x2: 101.309, y1: 417.977, y2: 484.522, children: [
33
- /* @__PURE__ */ jsx("stop", { offset: 0.366, stopColor: "#86cf94" }),
34
- /* @__PURE__ */ jsx("stop", { offset: 0.989, stopColor: "#008166" })
29
+ /* @__PURE__ */ l("linearGradient", { gradientUnits: "userSpaceOnUse", id: "login-icon_svg__k", x1: 128.383, x2: 131.427, xlinkHref: "#login-icon_svg__a", y1: 74.959, y2: 390.046 }),
30
+ /* @__PURE__ */ c("linearGradient", { gradientTransform: "rotate(-2.292 542.315 401.673)", gradientUnits: "userSpaceOnUse", id: "login-icon_svg__l", x1: 101.309, x2: 101.309, y1: 417.977, y2: 484.522, children: [
31
+ /* @__PURE__ */ l("stop", { offset: 0.366, stopColor: "#86cf94" }),
32
+ /* @__PURE__ */ l("stop", { offset: 0.989, stopColor: "#008166" })
35
33
  ] }),
36
- /* @__PURE__ */ jsx("linearGradient", { gradientUnits: "userSpaceOnUse", id: "login-icon_svg__m", x1: 391.539, x2: 391.539, xlinkHref: "#login-icon_svg__a", y1: 112.999, y2: 364.581 })
34
+ /* @__PURE__ */ l("linearGradient", { gradientUnits: "userSpaceOnUse", id: "login-icon_svg__m", x1: 391.539, x2: 391.539, xlinkHref: "#login-icon_svg__a", y1: 112.999, y2: 364.581 })
37
35
  ] }),
38
- /* @__PURE__ */ jsx("path", { d: "M557.1 189.1h36.4v46.6h-36.4z", fill: "#b0d8ff" }),
39
- /* @__PURE__ */ jsx("path", { d: "M559.3 191.2h32v42.3h-32z", fill: "#fff" }),
40
- /* @__PURE__ */ jsx("path", { d: "M595.9 148.7h61.2v75.8h-61.2z", fill: "#b0d8ff" }),
41
- /* @__PURE__ */ jsx("path", { d: "M599.5 152.1h54.1v69h-54.1z", fill: "#fff" }),
42
- /* @__PURE__ */ jsx("path", { d: "M247.3 367.5H17c-3 0-5.4-2.4-5.4-5.4V122.3c0-3 2.4-5.4 5.4-5.4h230.3c3 0 5.4 2.4 5.4 5.4v239.8c0 3-2.4 5.4-5.4 5.4", fill: "#b0d8ff" }),
43
- /* @__PURE__ */ jsx("path", { d: "M243.4 367.5H16.7c-2.8 0-5-2.3-5-5V126.3c0-2.8 2.3-5 5-5h226.7c2.8 0 5 2.3 5 5v236.2c0 2.7-2.2 5-5 5", fill: "url(#login-icon_svg__k)" }),
44
- /* @__PURE__ */ jsx("path", { d: "M237.9 177.9H23.6c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7v42.6c.1.9-.7 1.7-1.7 1.7", fill: "#d5e1f7" }),
45
- /* @__PURE__ */ jsx("path", { d: "M236.7 176.7H22.4c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7V175c.1.9-.7 1.7-1.7 1.7", fill: "#fff" }),
46
- /* @__PURE__ */ jsx("path", { d: "M238.1 359.7H23.7c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7H238c1 0 1.7.8 1.7 1.7V358c.1.9-.7 1.7-1.6 1.7", fill: "#d5e1f7" }),
47
- /* @__PURE__ */ jsx("path", { d: "M236.7 358H22.4c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7v42.6c.1.9-.7 1.7-1.7 1.7", fill: "#fff" }),
48
- /* @__PURE__ */ jsx("path", { d: "M93.5 324.7H31.4c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2h62.1c1.8 0 3.2 1.4 3.2 3.2s-1.4 3.2-3.2 3.2M230.4 339.8h-199c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2h199c1.8 0 3.2 1.4 3.2 3.2s-1.5 3.2-3.2 3.2", fill: "#d5e1f7" }),
49
- /* @__PURE__ */ jsx("path", { d: "M232.2 351.6H29.5c-.7 0-1.3-.6-1.3-1.3v-3.7c0-.7.6-1.3 1.3-1.3h202.7c.7 0 1.3.6 1.3 1.3v3.7c.1.7-.5 1.3-1.3 1.3", fill: "#ebf5ff" }),
50
- /* @__PURE__ */ jsx("path", { d: "M21.9 305V186.9c0-.7.6-1.3 1.3-1.3h43.5c.7 0 1.3.6 1.3 1.3V305c0 .7-.6 1.3-1.3 1.3H23.2c-.7 0-1.3-.6-1.3-1.3", fill: "#d5e1f7" }),
51
- /* @__PURE__ */ jsx("path", { d: "M21 303.4V185.3c0-.7.6-1.3 1.3-1.3h43.5c.7 0 1.3.6 1.3 1.3v118.2c0 .7-.6 1.3-1.3 1.3H22.3c-.8-.1-1.3-.7-1.3-1.4", fill: "#fff" }),
52
- /* @__PURE__ */ jsx("path", { d: "M78.1 303.9V188c0-1.3 1.1-2.4 2.4-2.4h157.3c1.3 0 2.4 1.1 2.4 2.4v115.9c0 1.3-1.1 2.4-2.4 2.4H80.5c-1.3 0-2.4-1.1-2.4-2.4", fill: "#d5e1f7" }),
53
- /* @__PURE__ */ jsx("path", { d: "M76.3 302.3V186.4c0-1.3 1.1-2.4 2.4-2.4H236c1.3 0 2.4 1.1 2.4 2.4v115.9c0 1.3-1.1 2.4-2.4 2.4H78.7c-1.3 0-2.4-1.1-2.4-2.4", fill: "#fff" }),
54
- /* @__PURE__ */ jsx("path", { d: "M130.9 195.4h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.7-.6 1.3-1.3 1.3", fill: "#00d967" }),
55
- /* @__PURE__ */ jsx("path", { d: "M229.8 210.5H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#d5e1f7" }),
56
- /* @__PURE__ */ jsx("path", { d: "M229.8 222.3H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#ebf5ff" }),
57
- /* @__PURE__ */ jsx("path", { d: "M130.9 234h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.8-.6 1.3-1.3 1.3", fill: "#00d967" }),
58
- /* @__PURE__ */ jsx("path", { d: "M229.8 249.1H83.9c-.7 0-1.3-.6-1.3-1.3V244c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .8-.6 1.3-1.3 1.3", fill: "#d5e1f7" }),
59
- /* @__PURE__ */ jsx("path", { d: "M229.8 260.9H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#ebf5ff" }),
60
- /* @__PURE__ */ jsx("path", { d: "M130.9 272.7h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.7-.6 1.3-1.3 1.3", fill: "#00d967" }),
61
- /* @__PURE__ */ jsx("path", { d: "M229.8 287.8H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#d5e1f7" }),
62
- /* @__PURE__ */ jsx("path", { d: "M229.8 299.6H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#ebf5ff" }),
63
- /* @__PURE__ */ jsx("path", { d: "M61.8 225.8h-36c-1 0-1.8-.8-1.8-1.8v-33.1c0-1 .8-1.8 1.8-1.8h36c1 0 1.8.8 1.8 1.8V224c.1 1-.7 1.8-1.8 1.8M61.8 269.3h-36c-1 0-1.8-.8-1.8-1.8v-33.1c0-1 .8-1.8 1.8-1.8h36c1 0 1.8.8 1.8 1.8v33.1c.1 1-.7 1.8-1.8 1.8M124.5 172.2H80.4c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.8 1.8M71.3 172.2h-44c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.9 1.8M178.1 172.2H134c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c.1.9-.8 1.8-1.8 1.8M231.8 172.2h-44.1c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.8 1.8M231.6 154H26.1c-1.1 0-2-.9-2-2v-14.9c0-1.1.9-2 2-2h205.5c1.1 0 2 .9 2 2V152c0 1.1-.9 2-2 2", fill: "#daebff" }),
64
- /* @__PURE__ */ jsx("ellipse", { cx: 256.5, cy: 565.8, fill: "#e2eefa", rx: 64.2, ry: 17.3 }),
65
- /* @__PURE__ */ jsx("ellipse", { cx: 98.2, cy: 538.9, fill: "#e2eefa", rx: 30.8, ry: 9.6 }),
66
- /* @__PURE__ */ jsx("ellipse", { cx: 315.6, cy: 545.4, fill: "#e2eefa", rx: 52.8, ry: 13 }),
67
- /* @__PURE__ */ jsx("ellipse", { cx: 613.8, cy: 523.6, fill: "#e2eefa", rx: 83.2, ry: 9.1 }),
68
- /* @__PURE__ */ jsx("ellipse", { cx: 450.3, cy: 569.4, fill: "#e2eefa", rx: 24, ry: 7.5 }),
69
- /* @__PURE__ */ jsx("path", { d: "M3 495.3h657v4.4H3z", fill: "#d3e2f9" }),
70
- /* @__PURE__ */ jsx("path", { d: "M692.3 523.9H537.5c-1.9 0-3.4-1.5-3.4-3.4V261.1c0-1.9 1.5-3.4 3.4-3.4h154.8c1.9 0 3.4 1.5 3.4 3.4v259.4c.1 1.9-1.5 3.4-3.4 3.4", fill: "#d1e3ff" }),
71
- /* @__PURE__ */ jsx("path", { d: "M548.9 452.9H615v55.7h-66.1z", fill: "#e3eeff" }),
72
- /* @__PURE__ */ jsx("path", { d: "M614.9 452.9h65.5v55.7h-65.5z", fill: "#e3eeff" }),
73
- /* @__PURE__ */ jsx("path", { d: "M548.9 271.8h131.6V320H548.9zM548.9 332.2h131.6v48.2H548.9zM548.9 392.6h131.6v48.2H548.9z", fill: "#f5fcff" }),
74
- /* @__PURE__ */ jsx("ellipse", { cx: 600.6, cy: 469.5, fill: "#d1e3ff", rx: 4.7, ry: 4.4 }),
75
- /* @__PURE__ */ jsx("ellipse", { cx: 630.1, cy: 469.5, fill: "#d1e3ff", rx: 4.7, ry: 4.4 }),
76
- /* @__PURE__ */ jsxs("g", { stroke: "#b6d4ff", strokeMiterlimit: 10, children: [
77
- /* @__PURE__ */ jsx("path", { d: "M552.2 282.6h11v36.7h-11zM563.2 282.6h11v36.7h-11zM574.3 282.6h11v36.7h-11zM585.3 282.6h11v36.7h-11zM596.3 282.6h11v36.7h-11zM617.3 343.4h11v36.7h-11zM628.3 343.4h11v36.7h-11zM600.847 359.237v10.5h-38.6v-10.5zM604.526 348.701v10.5h-38.6v-10.5z", fill: "#d1e3ff", strokeWidth: 0.221 }),
78
- /* @__PURE__ */ jsx("path", { d: "M605.166 369.676v10.5h-38.6v-10.5zM639.3 343.4h11v36.7h-11zM650.3 343.4h11v36.7h-11zM661.3 343.4h11v36.7h-11zM560.1 404h11v36.7h-11zM571.1 404h11v36.7h-11zM582.1 404h11v36.7h-11zM593.1 404h11v36.7h-11zM604.1 404h11v36.7h-11zM631.3 316.4l-10.4 3.6-13.4-34.5 10.4-3.6zM643.1 316.4l-10.3 3.6-13.4-34.5 10.3-3.6z", fill: "#d1e3ff", strokeWidth: 0.221 }),
79
- /* @__PURE__ */ jsx("path", { d: "m664.9 313-8.8 6.3-23.3-29.3 8.8-6.3z", fill: "#d1e3ff", strokeWidth: 0.221 }),
80
- /* @__PURE__ */ jsx("ellipse", { cx: 649, cy: 414.6, fill: "#d1e3ff", rx: 16.5, ry: 15.7, strokeWidth: 0.221 }),
81
- /* @__PURE__ */ jsx("path", { d: "M649 433.5c-11 0-19.9-8.5-19.9-18.9s8.9-18.9 19.9-18.9", fill: "none", strokeWidth: 0.515 }),
82
- /* @__PURE__ */ jsx("path", { d: "M636.5 437.6h23.9v3.1h-23.9z", fill: "#d1e3ff", strokeWidth: 0.221 }),
83
- /* @__PURE__ */ jsx("path", { d: "M647.5 429.3h1.6v9h-1.6z", fill: "#d1e3ff", strokeWidth: 0.221 })
36
+ /* @__PURE__ */ l("path", { d: "M557.1 189.1h36.4v46.6h-36.4z", fill: "#b0d8ff" }),
37
+ /* @__PURE__ */ l("path", { d: "M559.3 191.2h32v42.3h-32z", fill: "#fff" }),
38
+ /* @__PURE__ */ l("path", { d: "M595.9 148.7h61.2v75.8h-61.2z", fill: "#b0d8ff" }),
39
+ /* @__PURE__ */ l("path", { d: "M599.5 152.1h54.1v69h-54.1z", fill: "#fff" }),
40
+ /* @__PURE__ */ l("path", { d: "M247.3 367.5H17c-3 0-5.4-2.4-5.4-5.4V122.3c0-3 2.4-5.4 5.4-5.4h230.3c3 0 5.4 2.4 5.4 5.4v239.8c0 3-2.4 5.4-5.4 5.4", fill: "#b0d8ff" }),
41
+ /* @__PURE__ */ l("path", { d: "M243.4 367.5H16.7c-2.8 0-5-2.3-5-5V126.3c0-2.8 2.3-5 5-5h226.7c2.8 0 5 2.3 5 5v236.2c0 2.7-2.2 5-5 5", fill: "url(#login-icon_svg__k)" }),
42
+ /* @__PURE__ */ l("path", { d: "M237.9 177.9H23.6c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7v42.6c.1.9-.7 1.7-1.7 1.7", fill: "#d5e1f7" }),
43
+ /* @__PURE__ */ l("path", { d: "M236.7 176.7H22.4c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7V175c.1.9-.7 1.7-1.7 1.7", fill: "#fff" }),
44
+ /* @__PURE__ */ l("path", { d: "M238.1 359.7H23.7c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7H238c1 0 1.7.8 1.7 1.7V358c.1.9-.7 1.7-1.6 1.7", fill: "#d5e1f7" }),
45
+ /* @__PURE__ */ l("path", { d: "M236.7 358H22.4c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7v42.6c.1.9-.7 1.7-1.7 1.7", fill: "#fff" }),
46
+ /* @__PURE__ */ l("path", { d: "M93.5 324.7H31.4c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2h62.1c1.8 0 3.2 1.4 3.2 3.2s-1.4 3.2-3.2 3.2M230.4 339.8h-199c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2h199c1.8 0 3.2 1.4 3.2 3.2s-1.5 3.2-3.2 3.2", fill: "#d5e1f7" }),
47
+ /* @__PURE__ */ l("path", { d: "M232.2 351.6H29.5c-.7 0-1.3-.6-1.3-1.3v-3.7c0-.7.6-1.3 1.3-1.3h202.7c.7 0 1.3.6 1.3 1.3v3.7c.1.7-.5 1.3-1.3 1.3", fill: "#ebf5ff" }),
48
+ /* @__PURE__ */ l("path", { d: "M21.9 305V186.9c0-.7.6-1.3 1.3-1.3h43.5c.7 0 1.3.6 1.3 1.3V305c0 .7-.6 1.3-1.3 1.3H23.2c-.7 0-1.3-.6-1.3-1.3", fill: "#d5e1f7" }),
49
+ /* @__PURE__ */ l("path", { d: "M21 303.4V185.3c0-.7.6-1.3 1.3-1.3h43.5c.7 0 1.3.6 1.3 1.3v118.2c0 .7-.6 1.3-1.3 1.3H22.3c-.8-.1-1.3-.7-1.3-1.4", fill: "#fff" }),
50
+ /* @__PURE__ */ l("path", { d: "M78.1 303.9V188c0-1.3 1.1-2.4 2.4-2.4h157.3c1.3 0 2.4 1.1 2.4 2.4v115.9c0 1.3-1.1 2.4-2.4 2.4H80.5c-1.3 0-2.4-1.1-2.4-2.4", fill: "#d5e1f7" }),
51
+ /* @__PURE__ */ l("path", { d: "M76.3 302.3V186.4c0-1.3 1.1-2.4 2.4-2.4H236c1.3 0 2.4 1.1 2.4 2.4v115.9c0 1.3-1.1 2.4-2.4 2.4H78.7c-1.3 0-2.4-1.1-2.4-2.4", fill: "#fff" }),
52
+ /* @__PURE__ */ l("path", { d: "M130.9 195.4h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.7-.6 1.3-1.3 1.3", fill: "#00d967" }),
53
+ /* @__PURE__ */ l("path", { d: "M229.8 210.5H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#d5e1f7" }),
54
+ /* @__PURE__ */ l("path", { d: "M229.8 222.3H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#ebf5ff" }),
55
+ /* @__PURE__ */ l("path", { d: "M130.9 234h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.8-.6 1.3-1.3 1.3", fill: "#00d967" }),
56
+ /* @__PURE__ */ l("path", { d: "M229.8 249.1H83.9c-.7 0-1.3-.6-1.3-1.3V244c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .8-.6 1.3-1.3 1.3", fill: "#d5e1f7" }),
57
+ /* @__PURE__ */ l("path", { d: "M229.8 260.9H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#ebf5ff" }),
58
+ /* @__PURE__ */ l("path", { d: "M130.9 272.7h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.7-.6 1.3-1.3 1.3", fill: "#00d967" }),
59
+ /* @__PURE__ */ l("path", { d: "M229.8 287.8H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#d5e1f7" }),
60
+ /* @__PURE__ */ l("path", { d: "M229.8 299.6H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3", fill: "#ebf5ff" }),
61
+ /* @__PURE__ */ l("path", { d: "M61.8 225.8h-36c-1 0-1.8-.8-1.8-1.8v-33.1c0-1 .8-1.8 1.8-1.8h36c1 0 1.8.8 1.8 1.8V224c.1 1-.7 1.8-1.8 1.8M61.8 269.3h-36c-1 0-1.8-.8-1.8-1.8v-33.1c0-1 .8-1.8 1.8-1.8h36c1 0 1.8.8 1.8 1.8v33.1c.1 1-.7 1.8-1.8 1.8M124.5 172.2H80.4c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.8 1.8M71.3 172.2h-44c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.9 1.8M178.1 172.2H134c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c.1.9-.8 1.8-1.8 1.8M231.8 172.2h-44.1c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.8 1.8M231.6 154H26.1c-1.1 0-2-.9-2-2v-14.9c0-1.1.9-2 2-2h205.5c1.1 0 2 .9 2 2V152c0 1.1-.9 2-2 2", fill: "#daebff" }),
62
+ /* @__PURE__ */ l("ellipse", { cx: 256.5, cy: 565.8, fill: "#e2eefa", rx: 64.2, ry: 17.3 }),
63
+ /* @__PURE__ */ l("ellipse", { cx: 98.2, cy: 538.9, fill: "#e2eefa", rx: 30.8, ry: 9.6 }),
64
+ /* @__PURE__ */ l("ellipse", { cx: 315.6, cy: 545.4, fill: "#e2eefa", rx: 52.8, ry: 13 }),
65
+ /* @__PURE__ */ l("ellipse", { cx: 613.8, cy: 523.6, fill: "#e2eefa", rx: 83.2, ry: 9.1 }),
66
+ /* @__PURE__ */ l("ellipse", { cx: 450.3, cy: 569.4, fill: "#e2eefa", rx: 24, ry: 7.5 }),
67
+ /* @__PURE__ */ l("path", { d: "M3 495.3h657v4.4H3z", fill: "#d3e2f9" }),
68
+ /* @__PURE__ */ l("path", { d: "M692.3 523.9H537.5c-1.9 0-3.4-1.5-3.4-3.4V261.1c0-1.9 1.5-3.4 3.4-3.4h154.8c1.9 0 3.4 1.5 3.4 3.4v259.4c.1 1.9-1.5 3.4-3.4 3.4", fill: "#d1e3ff" }),
69
+ /* @__PURE__ */ l("path", { d: "M548.9 452.9H615v55.7h-66.1z", fill: "#e3eeff" }),
70
+ /* @__PURE__ */ l("path", { d: "M614.9 452.9h65.5v55.7h-65.5z", fill: "#e3eeff" }),
71
+ /* @__PURE__ */ l("path", { d: "M548.9 271.8h131.6V320H548.9zM548.9 332.2h131.6v48.2H548.9zM548.9 392.6h131.6v48.2H548.9z", fill: "#f5fcff" }),
72
+ /* @__PURE__ */ l("ellipse", { cx: 600.6, cy: 469.5, fill: "#d1e3ff", rx: 4.7, ry: 4.4 }),
73
+ /* @__PURE__ */ l("ellipse", { cx: 630.1, cy: 469.5, fill: "#d1e3ff", rx: 4.7, ry: 4.4 }),
74
+ /* @__PURE__ */ c("g", { stroke: "#b6d4ff", strokeMiterlimit: 10, children: [
75
+ /* @__PURE__ */ l("path", { d: "M552.2 282.6h11v36.7h-11zM563.2 282.6h11v36.7h-11zM574.3 282.6h11v36.7h-11zM585.3 282.6h11v36.7h-11zM596.3 282.6h11v36.7h-11zM617.3 343.4h11v36.7h-11zM628.3 343.4h11v36.7h-11zM600.847 359.237v10.5h-38.6v-10.5zM604.526 348.701v10.5h-38.6v-10.5z", fill: "#d1e3ff", strokeWidth: 0.221 }),
76
+ /* @__PURE__ */ l("path", { d: "M605.166 369.676v10.5h-38.6v-10.5zM639.3 343.4h11v36.7h-11zM650.3 343.4h11v36.7h-11zM661.3 343.4h11v36.7h-11zM560.1 404h11v36.7h-11zM571.1 404h11v36.7h-11zM582.1 404h11v36.7h-11zM593.1 404h11v36.7h-11zM604.1 404h11v36.7h-11zM631.3 316.4l-10.4 3.6-13.4-34.5 10.4-3.6zM643.1 316.4l-10.3 3.6-13.4-34.5 10.3-3.6z", fill: "#d1e3ff", strokeWidth: 0.221 }),
77
+ /* @__PURE__ */ l("path", { d: "m664.9 313-8.8 6.3-23.3-29.3 8.8-6.3z", fill: "#d1e3ff", strokeWidth: 0.221 }),
78
+ /* @__PURE__ */ l("ellipse", { cx: 649, cy: 414.6, fill: "#d1e3ff", rx: 16.5, ry: 15.7, strokeWidth: 0.221 }),
79
+ /* @__PURE__ */ l("path", { d: "M649 433.5c-11 0-19.9-8.5-19.9-18.9s8.9-18.9 19.9-18.9", fill: "none", strokeWidth: 0.515 }),
80
+ /* @__PURE__ */ l("path", { d: "M636.5 437.6h23.9v3.1h-23.9z", fill: "#d1e3ff", strokeWidth: 0.221 }),
81
+ /* @__PURE__ */ l("path", { d: "M647.5 429.3h1.6v9h-1.6z", fill: "#d1e3ff", strokeWidth: 0.221 })
84
82
  ] }),
85
- /* @__PURE__ */ jsx("path", { d: "M115.1 499.1s23.9-1.3 23.9-6.1c0-3.8-14.6-.6-14.6-.6s16-4.6 23.3-8.4c1.6-.8 3.3-1.7 4.4-3.2 1.1-1.4 1.6-3.5.7-5.1-1.2-2.1-4.2-2.3-6.7-2-9.8 1.2-16.7 6.4-25.6 10.9 6.5-3.3 12.2-7.4 17.6-12.2 5-4.4 10.7-8.6 14-14.5 2.1-3.7 2.9-9.2-.8-12.3-3.6-3-8.7-1.6-12.6-.2-10.5 3.7-19.7 11-25.7 20.3 1.6-4.4 2.8-8.8 3.6-13.4.3-1.8.5-4.1-1-5.2-2-1.4-4.6.5-6.1 2.3-3.7 4.5-6.5 9.8-8.3 15.4 1.2-12.5 2.4-25.3-.3-37.6-.6-2.8-1.5-5.6-3.2-7.9-1.8-2.3-4.6-3.9-7.4-3.6-2.7.3-4.9 2.2-6.8 4.2-5.9 6.5-9.3 15.2-9.5 24s2.8 17.6 8.3 24.4c-2.9-3.1-6.2-5.7-9.8-8-.8-.5-2-.9-2.6-.2-.3.4-.3.9-.3 1.4.5 6 4.5 10.9 8.4 15.5-7.8-9-19.9-14.1-31.8-13.2-1.4.1-3.1.4-3.8 1.7-.4.7-.4 1.6-.4 2.4.6 6 5.9 10.3 11.1 13.3 4.4 2.6 8.9 4.7 13.5 6.8-2.6-.4-5.3-.5-7.9-.3-.6 0-1.3.1-1.6.6-.7.9.3 2.1 1.2 2.8 6.6 4.8 15 7.1 23.1 6.5", fill: "#00d967" }),
86
- /* @__PURE__ */ jsx("path", { d: "M142.2 454.6c.3-.2.6.3.3.5-7.6 5.7-14.6 12.2-20.8 19.4-6.3 7.3-11.3 15.2-16.2 23.4-.2.3-.6.1-.5-.3 8.2-17.1 22-32 37.2-43m-34.3 6.1c-4.4 11.2-7 25.2-6.1 37.3 0 .3.5.3.5 0 .2-12.1 2-25.6 6.3-37 0-.4-.6-.6-.7-.3m-15.2-24.6c-2.1 20.5-.4 42.4 5.1 62.2.1.3.6.2.5-.2-2.1-10.4-4-20.8-4.8-31.4-.8-10.2-.7-20.4-.4-30.6 0-.2-.3-.2-.4 0m-18.5 30.6c6.2 8.7 13 24.9 21.1 32 .3.3.7-.2.5-.5-7.3-8-14.5-23.1-21-31.8-.3-.3-.8 0-.6.3m66.4 13.5c-12.2 5.5-24.8 12-35.2 20.6-.3.3 0 .8.4.6 11.4-7.6 22.4-15 35-20.7.2-.1.1-.6-.2-.5m-76-1.5c8.9 5.3 18.4 16.7 28.1 20.4.3.1.6-.3.2-.5-9.4-4.6-19-15.2-28.1-20.4-.2-.1-.5.4-.2.5", fill: "url(#login-icon_svg__l)", opacity: 0.45 }),
87
- /* @__PURE__ */ jsx("path", { d: "M75.9 497.7h52v43.5h-52z", fill: "#b0d8ff" }),
88
- /* @__PURE__ */ jsx("path", { d: "M117.7 497.7h10.2v43.5h-10.2z", fill: "#daebff" }),
89
- /* @__PURE__ */ jsx("path", { d: "M511.9 340.1H275.6c-2.6 0-4.8-2.1-4.8-4.8V150.9c0-2.6 2.1-4.8 4.8-4.8h236.3c2.6 0 4.8 2.1 4.8 4.8v184.4c-.1 2.6-2.2 4.8-4.8 4.8", fill: "#b0d8ff" }),
90
- /* @__PURE__ */ jsx("path", { d: "M507.6 340.1H275.5c-2.6 0-4.7-2.1-4.7-4.7V155.5c0-2.6 2.1-4.7 4.7-4.7h232.1c2.6 0 4.7 2.1 4.7 4.7v179.9c-.1 2.6-2.2 4.7-4.7 4.7", fill: "url(#login-icon_svg__m)" }),
91
- /* @__PURE__ */ jsx("path", { d: "M340 170.4h-27.1c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2H340c.9 0 1.7.9 1.7 2s-.7 2-1.7 2", fill: "#00d967" }),
92
- /* @__PURE__ */ jsx("path", { d: "M366.5 188.2h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2 0 1.2-.8 2-1.7 2", fill: "#006dfe" }),
93
- /* @__PURE__ */ jsx("path", { d: "M385 188.2h70.1c.9 0 1.7-.9 1.7-2s-.8-2-1.7-2H385c-.9 0-1.7.9-1.7 2 0 1.2.8 2 1.7 2", fill: "#00d967" }),
94
- /* @__PURE__ */ jsx("path", { d: "M366.5 206.1h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#006dfe" }),
95
- /* @__PURE__ */ jsx("path", { d: "M358.9 223.9h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#00d967" }),
96
- /* @__PURE__ */ jsx("path", { d: "M456.4 223.9h-78.9c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h78.9c.9 0 1.7.9 1.7 2s-.8 2-1.7 2M406.2 206.1H383c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h23.2c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M447 206.1h-23.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2H447c.9 0 1.7.9 1.7 2s-.8 2-1.7 2M343.7 241.8h-30.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h30.2c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#006dfe" }),
97
- /* @__PURE__ */ jsx("path", { d: "M406.3 241.8h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#00d967" }),
98
- /* @__PURE__ */ jsx("path", { d: "M439.8 241.8h-17.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h17.2c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M372.1 259.6h-26.9c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h26.9c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M436.5 259.6h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M421.8 277.4h-86.1c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h86.1c.9 0 1.7.9 1.7 2 0 1.2-.8 2-1.7 2M486.2 277.4h-52c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h52c.9 0 1.7.9 1.7 2 0 1.2-.7 2-1.7 2M358.9 295.3h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#006dfe" }),
99
- /* @__PURE__ */ jsx("path", { d: "M414.5 295.3h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.7 2-1.7 2", fill: "#00d967" }),
100
- /* @__PURE__ */ jsx("path", { d: "M418.9 313.1h-69.8c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h69.8c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M288.8 166.4h3.4v4h-3.4zM288.8 184.3h3.4v4h-3.4zM288.8 202.1h3.4v4h-3.4zM288.8 219.9h3.4v4h-3.4zM288.8 237.8h3.4v4h-3.4zM288.8 255.6h3.4v4h-3.4zM288.8 264.5h3.4v4h-3.4zM288.8 273.5h3.4v4h-3.4zM288.8 282.4h3.4v4h-3.4zM288.8 291.3h3.4v4h-3.4zM288.8 300.2h3.4v4h-3.4zM288.8 309.1h3.4v4h-3.4zM288.8 318.1h3.4v4h-3.4zM468.4 321.2l-12.3-6.2c-.4-.2-.6-.6-.6-1.1v-1.3c0-.5.2-.9.6-1.1l12.3-6.2c.7-.3 1.4.2 1.4 1.1v.5c0 .5-.3.9-.6 1.1l-8.5 4.1c-.9.4-.9 1.8 0 2.2l8.5 4.1c.4.2.6.6.6 1.1v.5c.1 1-.7 1.6-1.4 1.2M479.6 301.9l-5.7 23.2c-.1.5-.5.9-1 .9-.7 0-1.2-.8-1-1.6l5.7-23.2c.1-.5.5-.9 1-.9.7 0 1.2.8 1 1.6M495.4 315.1l-12.3 6.2c-.7.3-1.4-.2-1.4-1.1v-.5c0-.5.3-.9.6-1.1l8.5-4.1c.9-.4.9-1.8 0-2.2l-8.5-4.1c-.4-.2-.6-.6-.6-1.1v-.5c0-.9.8-1.5 1.4-1.1l12.3 6.2c.4.2.6.6.6 1.1v1.3c.1.3-.2.8-.6 1", fill: "#006dfe" }),
101
- /* @__PURE__ */ jsx("use", { fill: "#b0d8ff", xlinkHref: "#login-icon_svg__c" }),
102
- /* @__PURE__ */ jsx("path", { clipPath: "url(#login-icon_svg__u)", d: "M309 470.5s8.4 1.5 13.2 10.4c4.8 9 8.8-1 7.9-5.1s-.4-8.3-2.9-11.4-7.2-7.6-13.7-5.9-7.3.8-6.9 4.6c.4 3.9 1 8 1 8", opacity: 0.34 }),
103
- /* @__PURE__ */ jsx("ellipse", { cx: 280.6, cy: 541, fill: "#191e56", rx: 7.5, ry: 8.3 }),
104
- /* @__PURE__ */ jsx("path", { d: "M324.2 548.5c0 4.6-3.4 8.3-7.5 8.3-4.2 0-7.5-3.7-7.5-8.3s3.4-8.3 7.5-8.3 7.5 3.7 7.5 8.3M359.8 541c0 4.6-3.4 8.3-7.5 8.3-4.2 0-7.5-3.7-7.5-8.3s3.4-8.3 7.5-8.3 7.5 3.7 7.5 8.3", fill: "#191e56" }),
105
- /* @__PURE__ */ jsx("path", { d: "M309.5 494.3s6.6-2.7 13.6 0l.2 9.4 34.2 28.2v6.7h-10.1l-.1-5.2-26.3-20.3.2 25.6-1.3 6h-6.8l-1.3-6-.3-25-26.1 19.6-.1 5-9.4.1v-7.1l33.6-27.4v-5.7z", fill: "#0542bf" }),
106
- /* @__PURE__ */ jsx("use", { fill: "#006dfe", xlinkHref: "#login-icon_svg__d" }),
107
- /* @__PURE__ */ jsx("path", { clipPath: "url(#login-icon_svg__v)", d: "M336 315.5s10.5 1.8 16.1 14.8 4.4 32.4 2.9 57.6 5.8 25.8 6.6 43.3-3.3 34-26.4 41.9c-23.1 7.8-42.5 11.4-72.2 6.6l-22.1-25.2 10.7-49.1s20-20 22.5-35.1c2.5-15 21.9-52.5 29.7-58s32.2 3.2 32.2 3.2", fill: "#004efc" }),
108
- /* @__PURE__ */ jsx("use", { fill: "#ffab00", xlinkHref: "#login-icon_svg__e" }),
109
- /* @__PURE__ */ jsx("path", { clipPath: "url(#login-icon_svg__w)", d: "M327.2 327.4s-3.6 4.2-2.3 12c1.3 7.7 7 18.6 4.8 22.7s-6.3 11-5.4 12.6 2.7 2.5 2.7 2.5l11.8 7.5s3.1.9 5.3-.6l1.5.4-34.8 18.7-4-5.8s12.6-13.7 13.8-18.3c1.1-4.6.3-5 2.9-9.6s5.2-7.6 3.5-12.7-4.7-13.4-4.1-18.3 1-7.9 4.3-11.1M281.4 328s-2.2 9.1.1 20.2 8.2 39.8 8.2 39.8l1.4-.7c0 .1-9.7-48.9-9.7-59.3", fill: "#fe8e00" }),
110
- /* @__PURE__ */ jsx("path", { d: "M250 538.1s-.8 6.6-.8 12c0 5.3 3.6 9.6 1.8 14.6-1.9 5-17.1 5.2-28 6.4-10.9 1.3-20.5-1-19.1-9.2s19-4.9 25.9-15.1c6.9-10.1 4.8-11.8 4.8-11.8zM308.2 543.2s-.8 6.6-.8 12c0 5.3 3.6 9.6 1.8 14.6-1.9 5-17.1 5.2-28 6.4-10.9 1.3-20.5-1-19.1-9.2s19-4.9 25.9-15.1c6.9-10.1 4.8-11.8 4.8-11.8z", fill: "#ffab00" }),
111
- /* @__PURE__ */ jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__f" }),
112
- /* @__PURE__ */ jsx("path", { clipPath: "url(#login-icon_svg__x)", d: "M225.7 436.9s19.1 4.3 22.6 28 7.6 41.1 7.6 41.1l9.7-34.8 34-18.2 21.1-16.6 10.7-24.5-16.9-8.9-51.4 4.3-27 14z", fill: "#1a1a7c" }),
113
- /* @__PURE__ */ jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__g" }),
114
- /* @__PURE__ */ jsx("path", { clipPath: "url(#login-icon_svg__y)", d: "M282.4 491c.6-1.9 9.3-37.1 45.2-28.9l11.3-5.4s14.8-12.2 15.8-13.8c1.1-1.5.2-14 .3-15.7.2-1.7 0-19.9 0-19.9l-71.1-1.7 1 25.4-2.5 38.8z", fill: "#1a1a7c" }),
115
- /* @__PURE__ */ jsx("path", { d: "M118.4 580.7V414.4c0-.3.2-.5.5-.5h4.6c.3 0 .5.2.5.5v166.3c0 .3-.2.5-.5.5h-4.6c-.3 0-.5-.2-.5-.5M392.3 580.7V414.4c0-.3.2-.5.5-.5h4.6c.3 0 .5.2.5.5v166.3c0 .3-.2.5-.5.5h-4.6c-.2 0-.5-.2-.5-.5M186.9 559.7l-10.2-146.9c0-.6.4-1.1 1-1.2l3.3-.2c.6 0 1.1.4 1.2 1l10.2 146.9c0 .6-.4 1.1-1 1.2l-3.3.2c-.7.1-1.2-.4-1.2-1M452 559.7l-10.2-146.9c0-.6.4-1.1 1-1.2l3.3-.2c.6 0 1.1.4 1.2 1l10.2 146.9c0 .6-.4 1.1-1 1.2l-3.3.2c-.7.1-1.2-.4-1.2-1", fill: "#191e56" }),
116
- /* @__PURE__ */ jsx("path", { d: "M456.5 419.4H108.3c-.6 0-1-.4-1-1v-9.1c0-.6.4-1 1-1h348.3c.6 0 1 .4 1 1v9.1c-.1.6-.5 1-1.1 1", fill: "#0542bf" }),
117
- /* @__PURE__ */ jsx("path", { d: "M359.7 382H432v8.8h-72.3z", fill: "#ffab00" }),
118
- /* @__PURE__ */ jsx("path", { d: "M361.6 390.8h72.3v8.8h-72.3z", fill: "#00d967" }),
119
- /* @__PURE__ */ jsx("path", { d: "M358.1 399.5h72.3v8.8h-72.3z", fill: "#de4d30" }),
120
- /* @__PURE__ */ jsx("path", { d: "m187.5 299.9 3.9 5.4c1.8-3.8 5.6-5.5 8-6.3l-5.4-4.1s-.9 0-2.1.3c-1.5.5-3.3 1.6-4.2 4.3-.1.2-.1.3-.2.4", fill: "#9bb4c9" }),
121
- /* @__PURE__ */ jsx("path", { d: "M133.7 345.5c0 2.5 1.8 4.6 4.1 5.2.4.1.8.1 1.2.1s.7 0 1-.1c2.4-.5 4.3-2.6 4.3-5.2 0-1-.3-1.9-.7-2.6-.4-.6-.9-1.2-1.5-1.6-.9-.7-2-1-3.2-1-2.8-.2-5.2 2.2-5.2 5.2M181.4 294.3c0 1 .3 2 .8 2.8.4.6.9 1.2 1.5 1.6.8.6 1.9.9 3 .9.3 0 .7 0 1-.1.9-2.7 2.8-3.8 4.2-4.3.1-.3.1-.6.1-.9 0-2.9-2.4-5.3-5.3-5.3-3 0-5.3 2.4-5.3 5.3", fill: "#4143c5" }),
122
- /* @__PURE__ */ jsx("path", { d: "M142.1 341.2c.6.4 1.1 1 1.5 1.6l22.8-25.1 4.8-5.2 7-7.7 5.5-6.1c-.6-.4-1.1-.9-1.5-1.6l-6.6 7.2-4.6 5.1-4.9 5.4z", fill: "#9bb4c9" }),
123
- /* @__PURE__ */ jsx("path", { d: "M130.9 403.9v-.1c17.6-6.5 32.5-.5 33.7 0-3.5.9-16.7 3.8-33.7.1", fill: "#4143c5" }),
124
- /* @__PURE__ */ jsx("path", { d: "m137.8 350.6 7.9 45.4 1.1 6 .1.6 2.1-.4v-.2l-1.1-6.2-7.9-45.2c-.3.1-.7.1-1 .1-.4.1-.8 0-1.2-.1", fill: "#9bb4c9" }),
125
- /* @__PURE__ */ jsx("path", { d: "m190.7 308 5.4 12.1.9 2.1 8.1-6.9 7.3-6.8 4.4-4.1-1.5-1.3h-.1l-13.5-5.8s-.9.1-2.1.5c-2.4.7-6.2 2.4-8 6.3-.2.4-.4.9-.5 1.4-.2.7-.3 1.5-.4 2.5", fill: "#4143c5" }),
126
- /* @__PURE__ */ jsx("path", { d: "M211.2 317.7c5.4-5.1 7.7-11.3 5.3-13.9-2.5-2.6-8.8-.7-14.2 4.4s-7.7 11.3-5.3 13.9c2.5 2.7 8.8.7 14.2-4.4M130.9 403.9h33.7v4.4h-33.7z", fill: "#859ad0" }),
127
- /* @__PURE__ */ jsx("path", { d: "M476.3 514.8c0 .4-.1.8-.2 1.1-1.7 4.3-12.9 7.7-26.4 7.7-13.7 0-25-3.4-26.5-7.8l-.2-1c0-4.9 11.9-8.8 26.7-8.8 14.7 0 26.6 4 26.6 8.8", fill: "#191e56" }),
128
- /* @__PURE__ */ jsx("path", { d: "m476.1 516-9.2 54.1c-16.8 9.5-34.5 0-34.5 0l-9.2-54.3c1.5 4.4 12.8 7.8 26.5 7.8 13.5 0 24.7-3.3 26.4-7.6", fill: "#0542bf" }),
129
- /* @__PURE__ */ jsx("use", { fill: "#ffaca6", xlinkHref: "#login-icon_svg__h" }),
130
- /* @__PURE__ */ jsx("path", { clipPath: "url(#login-icon_svg__z)", d: "M294.9 307.3s8.9-1.8 16.6 4.3c0 0 .5-13.1.9-13.5.3-.4-14.3-7-14.3-7s-5.2 3.1-5.3 5.5c-.2 2.5 2.1 10.7 2.1 10.7", fill: "#ea756c" }),
131
- /* @__PURE__ */ jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__i" }),
132
- /* @__PURE__ */ jsx("path", { clipPath: "url(#login-icon_svg__A)", d: "M271.2 267.3s.2 1.5 6 0 13.1-3.9 22.7 2.3 13.2 19.1 20.8 17.6l-5.7 12.2-12.4 8s-19.8-5.7-20.6-7.9-6.4-15.5-7.2-17.5-2-7.1-2-7.1z", fill: "#172272" }),
133
- /* @__PURE__ */ jsx("use", { fill: "#ffaca6", xlinkHref: "#login-icon_svg__j" }),
134
- /* @__PURE__ */ jsx("path", { clipPath: "url(#login-icon_svg__B)", d: "M278.1 277s6.9.6 13.6 2 10.2 11.1 17.2 10c7.1-1.2 4-5 4-5l-6.6-8.9-15.4-5-9.3-1.5-3.8 3.1z", fill: "#ea756c" }),
135
- /* @__PURE__ */ jsx("path", { d: "M327 377.2s-11.3 11.9-19.9 14.9-12.7 0-16.1 6.9l-.7 1.5s12.4 4 21.3-.4l27.2-15.4z", fill: "#ffaca6" }),
136
- /* @__PURE__ */ jsx("path", { d: "M225.7 400.9h101.8v7.4H225.7z", fill: "#78c2ff" }),
137
- /* @__PURE__ */ jsx("path", { d: "M300.5 408.3h-88.7L199 346.1h88.7z", fill: "#b0d8ff" }),
138
- /* @__PURE__ */ jsx("path", { d: "M293.9 408.3h-88.7l-12.9-62.2H281z", fill: "#78c2ff" }),
139
- /* @__PURE__ */ jsx("path", { d: "M456.5 375.6h44.2v19.5h-44.2z", fill: "#daebff" }),
140
- /* @__PURE__ */ jsx("path", { d: "M474.3 395.2h44.2v19.5h-44.2z", fill: "#ebf5ff" }),
141
- /* @__PURE__ */ jsx("ellipse", { cx: 239.6, cy: 372, fill: "#fff", rx: 8.3, ry: 9.2, transform: "rotate(-8.069 239.64 372.176)" })
83
+ /* @__PURE__ */ l("path", { d: "M115.1 499.1s23.9-1.3 23.9-6.1c0-3.8-14.6-.6-14.6-.6s16-4.6 23.3-8.4c1.6-.8 3.3-1.7 4.4-3.2 1.1-1.4 1.6-3.5.7-5.1-1.2-2.1-4.2-2.3-6.7-2-9.8 1.2-16.7 6.4-25.6 10.9 6.5-3.3 12.2-7.4 17.6-12.2 5-4.4 10.7-8.6 14-14.5 2.1-3.7 2.9-9.2-.8-12.3-3.6-3-8.7-1.6-12.6-.2-10.5 3.7-19.7 11-25.7 20.3 1.6-4.4 2.8-8.8 3.6-13.4.3-1.8.5-4.1-1-5.2-2-1.4-4.6.5-6.1 2.3-3.7 4.5-6.5 9.8-8.3 15.4 1.2-12.5 2.4-25.3-.3-37.6-.6-2.8-1.5-5.6-3.2-7.9-1.8-2.3-4.6-3.9-7.4-3.6-2.7.3-4.9 2.2-6.8 4.2-5.9 6.5-9.3 15.2-9.5 24s2.8 17.6 8.3 24.4c-2.9-3.1-6.2-5.7-9.8-8-.8-.5-2-.9-2.6-.2-.3.4-.3.9-.3 1.4.5 6 4.5 10.9 8.4 15.5-7.8-9-19.9-14.1-31.8-13.2-1.4.1-3.1.4-3.8 1.7-.4.7-.4 1.6-.4 2.4.6 6 5.9 10.3 11.1 13.3 4.4 2.6 8.9 4.7 13.5 6.8-2.6-.4-5.3-.5-7.9-.3-.6 0-1.3.1-1.6.6-.7.9.3 2.1 1.2 2.8 6.6 4.8 15 7.1 23.1 6.5", fill: "#00d967" }),
84
+ /* @__PURE__ */ l("path", { d: "M142.2 454.6c.3-.2.6.3.3.5-7.6 5.7-14.6 12.2-20.8 19.4-6.3 7.3-11.3 15.2-16.2 23.4-.2.3-.6.1-.5-.3 8.2-17.1 22-32 37.2-43m-34.3 6.1c-4.4 11.2-7 25.2-6.1 37.3 0 .3.5.3.5 0 .2-12.1 2-25.6 6.3-37 0-.4-.6-.6-.7-.3m-15.2-24.6c-2.1 20.5-.4 42.4 5.1 62.2.1.3.6.2.5-.2-2.1-10.4-4-20.8-4.8-31.4-.8-10.2-.7-20.4-.4-30.6 0-.2-.3-.2-.4 0m-18.5 30.6c6.2 8.7 13 24.9 21.1 32 .3.3.7-.2.5-.5-7.3-8-14.5-23.1-21-31.8-.3-.3-.8 0-.6.3m66.4 13.5c-12.2 5.5-24.8 12-35.2 20.6-.3.3 0 .8.4.6 11.4-7.6 22.4-15 35-20.7.2-.1.1-.6-.2-.5m-76-1.5c8.9 5.3 18.4 16.7 28.1 20.4.3.1.6-.3.2-.5-9.4-4.6-19-15.2-28.1-20.4-.2-.1-.5.4-.2.5", fill: "url(#login-icon_svg__l)", opacity: 0.45 }),
85
+ /* @__PURE__ */ l("path", { d: "M75.9 497.7h52v43.5h-52z", fill: "#b0d8ff" }),
86
+ /* @__PURE__ */ l("path", { d: "M117.7 497.7h10.2v43.5h-10.2z", fill: "#daebff" }),
87
+ /* @__PURE__ */ l("path", { d: "M511.9 340.1H275.6c-2.6 0-4.8-2.1-4.8-4.8V150.9c0-2.6 2.1-4.8 4.8-4.8h236.3c2.6 0 4.8 2.1 4.8 4.8v184.4c-.1 2.6-2.2 4.8-4.8 4.8", fill: "#b0d8ff" }),
88
+ /* @__PURE__ */ l("path", { d: "M507.6 340.1H275.5c-2.6 0-4.7-2.1-4.7-4.7V155.5c0-2.6 2.1-4.7 4.7-4.7h232.1c2.6 0 4.7 2.1 4.7 4.7v179.9c-.1 2.6-2.2 4.7-4.7 4.7", fill: "url(#login-icon_svg__m)" }),
89
+ /* @__PURE__ */ l("path", { d: "M340 170.4h-27.1c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2H340c.9 0 1.7.9 1.7 2s-.7 2-1.7 2", fill: "#00d967" }),
90
+ /* @__PURE__ */ l("path", { d: "M366.5 188.2h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2 0 1.2-.8 2-1.7 2", fill: "#006dfe" }),
91
+ /* @__PURE__ */ l("path", { d: "M385 188.2h70.1c.9 0 1.7-.9 1.7-2s-.8-2-1.7-2H385c-.9 0-1.7.9-1.7 2 0 1.2.8 2 1.7 2", fill: "#00d967" }),
92
+ /* @__PURE__ */ l("path", { d: "M366.5 206.1h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#006dfe" }),
93
+ /* @__PURE__ */ l("path", { d: "M358.9 223.9h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#00d967" }),
94
+ /* @__PURE__ */ l("path", { d: "M456.4 223.9h-78.9c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h78.9c.9 0 1.7.9 1.7 2s-.8 2-1.7 2M406.2 206.1H383c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h23.2c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M447 206.1h-23.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2H447c.9 0 1.7.9 1.7 2s-.8 2-1.7 2M343.7 241.8h-30.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h30.2c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#006dfe" }),
95
+ /* @__PURE__ */ l("path", { d: "M406.3 241.8h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#00d967" }),
96
+ /* @__PURE__ */ l("path", { d: "M439.8 241.8h-17.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h17.2c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M372.1 259.6h-26.9c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h26.9c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M436.5 259.6h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M421.8 277.4h-86.1c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h86.1c.9 0 1.7.9 1.7 2 0 1.2-.8 2-1.7 2M486.2 277.4h-52c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h52c.9 0 1.7.9 1.7 2 0 1.2-.7 2-1.7 2M358.9 295.3h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2", fill: "#006dfe" }),
97
+ /* @__PURE__ */ l("path", { d: "M414.5 295.3h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.7 2-1.7 2", fill: "#00d967" }),
98
+ /* @__PURE__ */ l("path", { d: "M418.9 313.1h-69.8c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h69.8c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M288.8 166.4h3.4v4h-3.4zM288.8 184.3h3.4v4h-3.4zM288.8 202.1h3.4v4h-3.4zM288.8 219.9h3.4v4h-3.4zM288.8 237.8h3.4v4h-3.4zM288.8 255.6h3.4v4h-3.4zM288.8 264.5h3.4v4h-3.4zM288.8 273.5h3.4v4h-3.4zM288.8 282.4h3.4v4h-3.4zM288.8 291.3h3.4v4h-3.4zM288.8 300.2h3.4v4h-3.4zM288.8 309.1h3.4v4h-3.4zM288.8 318.1h3.4v4h-3.4zM468.4 321.2l-12.3-6.2c-.4-.2-.6-.6-.6-1.1v-1.3c0-.5.2-.9.6-1.1l12.3-6.2c.7-.3 1.4.2 1.4 1.1v.5c0 .5-.3.9-.6 1.1l-8.5 4.1c-.9.4-.9 1.8 0 2.2l8.5 4.1c.4.2.6.6.6 1.1v.5c.1 1-.7 1.6-1.4 1.2M479.6 301.9l-5.7 23.2c-.1.5-.5.9-1 .9-.7 0-1.2-.8-1-1.6l5.7-23.2c.1-.5.5-.9 1-.9.7 0 1.2.8 1 1.6M495.4 315.1l-12.3 6.2c-.7.3-1.4-.2-1.4-1.1v-.5c0-.5.3-.9.6-1.1l8.5-4.1c.9-.4.9-1.8 0-2.2l-8.5-4.1c-.4-.2-.6-.6-.6-1.1v-.5c0-.9.8-1.5 1.4-1.1l12.3 6.2c.4.2.6.6.6 1.1v1.3c.1.3-.2.8-.6 1", fill: "#006dfe" }),
99
+ /* @__PURE__ */ l("use", { fill: "#b0d8ff", xlinkHref: "#login-icon_svg__c" }),
100
+ /* @__PURE__ */ l("path", { clipPath: "url(#login-icon_svg__u)", d: "M309 470.5s8.4 1.5 13.2 10.4c4.8 9 8.8-1 7.9-5.1s-.4-8.3-2.9-11.4-7.2-7.6-13.7-5.9-7.3.8-6.9 4.6c.4 3.9 1 8 1 8", opacity: 0.34 }),
101
+ /* @__PURE__ */ l("ellipse", { cx: 280.6, cy: 541, fill: "#191e56", rx: 7.5, ry: 8.3 }),
102
+ /* @__PURE__ */ l("path", { d: "M324.2 548.5c0 4.6-3.4 8.3-7.5 8.3-4.2 0-7.5-3.7-7.5-8.3s3.4-8.3 7.5-8.3 7.5 3.7 7.5 8.3M359.8 541c0 4.6-3.4 8.3-7.5 8.3-4.2 0-7.5-3.7-7.5-8.3s3.4-8.3 7.5-8.3 7.5 3.7 7.5 8.3", fill: "#191e56" }),
103
+ /* @__PURE__ */ l("path", { d: "M309.5 494.3s6.6-2.7 13.6 0l.2 9.4 34.2 28.2v6.7h-10.1l-.1-5.2-26.3-20.3.2 25.6-1.3 6h-6.8l-1.3-6-.3-25-26.1 19.6-.1 5-9.4.1v-7.1l33.6-27.4v-5.7z", fill: "#0542bf" }),
104
+ /* @__PURE__ */ l("use", { fill: "#006dfe", xlinkHref: "#login-icon_svg__d" }),
105
+ /* @__PURE__ */ l("path", { clipPath: "url(#login-icon_svg__v)", d: "M336 315.5s10.5 1.8 16.1 14.8 4.4 32.4 2.9 57.6 5.8 25.8 6.6 43.3-3.3 34-26.4 41.9c-23.1 7.8-42.5 11.4-72.2 6.6l-22.1-25.2 10.7-49.1s20-20 22.5-35.1c2.5-15 21.9-52.5 29.7-58s32.2 3.2 32.2 3.2", fill: "#004efc" }),
106
+ /* @__PURE__ */ l("use", { fill: "#ffab00", xlinkHref: "#login-icon_svg__e" }),
107
+ /* @__PURE__ */ l("path", { clipPath: "url(#login-icon_svg__w)", d: "M327.2 327.4s-3.6 4.2-2.3 12c1.3 7.7 7 18.6 4.8 22.7s-6.3 11-5.4 12.6 2.7 2.5 2.7 2.5l11.8 7.5s3.1.9 5.3-.6l1.5.4-34.8 18.7-4-5.8s12.6-13.7 13.8-18.3c1.1-4.6.3-5 2.9-9.6s5.2-7.6 3.5-12.7-4.7-13.4-4.1-18.3 1-7.9 4.3-11.1M281.4 328s-2.2 9.1.1 20.2 8.2 39.8 8.2 39.8l1.4-.7c0 .1-9.7-48.9-9.7-59.3", fill: "#fe8e00" }),
108
+ /* @__PURE__ */ l("path", { d: "M250 538.1s-.8 6.6-.8 12c0 5.3 3.6 9.6 1.8 14.6-1.9 5-17.1 5.2-28 6.4-10.9 1.3-20.5-1-19.1-9.2s19-4.9 25.9-15.1c6.9-10.1 4.8-11.8 4.8-11.8zM308.2 543.2s-.8 6.6-.8 12c0 5.3 3.6 9.6 1.8 14.6-1.9 5-17.1 5.2-28 6.4-10.9 1.3-20.5-1-19.1-9.2s19-4.9 25.9-15.1c6.9-10.1 4.8-11.8 4.8-11.8z", fill: "#ffab00" }),
109
+ /* @__PURE__ */ l("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__f" }),
110
+ /* @__PURE__ */ l("path", { clipPath: "url(#login-icon_svg__x)", d: "M225.7 436.9s19.1 4.3 22.6 28 7.6 41.1 7.6 41.1l9.7-34.8 34-18.2 21.1-16.6 10.7-24.5-16.9-8.9-51.4 4.3-27 14z", fill: "#1a1a7c" }),
111
+ /* @__PURE__ */ l("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__g" }),
112
+ /* @__PURE__ */ l("path", { clipPath: "url(#login-icon_svg__y)", d: "M282.4 491c.6-1.9 9.3-37.1 45.2-28.9l11.3-5.4s14.8-12.2 15.8-13.8c1.1-1.5.2-14 .3-15.7.2-1.7 0-19.9 0-19.9l-71.1-1.7 1 25.4-2.5 38.8z", fill: "#1a1a7c" }),
113
+ /* @__PURE__ */ l("path", { d: "M118.4 580.7V414.4c0-.3.2-.5.5-.5h4.6c.3 0 .5.2.5.5v166.3c0 .3-.2.5-.5.5h-4.6c-.3 0-.5-.2-.5-.5M392.3 580.7V414.4c0-.3.2-.5.5-.5h4.6c.3 0 .5.2.5.5v166.3c0 .3-.2.5-.5.5h-4.6c-.2 0-.5-.2-.5-.5M186.9 559.7l-10.2-146.9c0-.6.4-1.1 1-1.2l3.3-.2c.6 0 1.1.4 1.2 1l10.2 146.9c0 .6-.4 1.1-1 1.2l-3.3.2c-.7.1-1.2-.4-1.2-1M452 559.7l-10.2-146.9c0-.6.4-1.1 1-1.2l3.3-.2c.6 0 1.1.4 1.2 1l10.2 146.9c0 .6-.4 1.1-1 1.2l-3.3.2c-.7.1-1.2-.4-1.2-1", fill: "#191e56" }),
114
+ /* @__PURE__ */ l("path", { d: "M456.5 419.4H108.3c-.6 0-1-.4-1-1v-9.1c0-.6.4-1 1-1h348.3c.6 0 1 .4 1 1v9.1c-.1.6-.5 1-1.1 1", fill: "#0542bf" }),
115
+ /* @__PURE__ */ l("path", { d: "M359.7 382H432v8.8h-72.3z", fill: "#ffab00" }),
116
+ /* @__PURE__ */ l("path", { d: "M361.6 390.8h72.3v8.8h-72.3z", fill: "#00d967" }),
117
+ /* @__PURE__ */ l("path", { d: "M358.1 399.5h72.3v8.8h-72.3z", fill: "#de4d30" }),
118
+ /* @__PURE__ */ l("path", { d: "m187.5 299.9 3.9 5.4c1.8-3.8 5.6-5.5 8-6.3l-5.4-4.1s-.9 0-2.1.3c-1.5.5-3.3 1.6-4.2 4.3-.1.2-.1.3-.2.4", fill: "#9bb4c9" }),
119
+ /* @__PURE__ */ l("path", { d: "M133.7 345.5c0 2.5 1.8 4.6 4.1 5.2.4.1.8.1 1.2.1s.7 0 1-.1c2.4-.5 4.3-2.6 4.3-5.2 0-1-.3-1.9-.7-2.6-.4-.6-.9-1.2-1.5-1.6-.9-.7-2-1-3.2-1-2.8-.2-5.2 2.2-5.2 5.2M181.4 294.3c0 1 .3 2 .8 2.8.4.6.9 1.2 1.5 1.6.8.6 1.9.9 3 .9.3 0 .7 0 1-.1.9-2.7 2.8-3.8 4.2-4.3.1-.3.1-.6.1-.9 0-2.9-2.4-5.3-5.3-5.3-3 0-5.3 2.4-5.3 5.3", fill: "#4143c5" }),
120
+ /* @__PURE__ */ l("path", { d: "M142.1 341.2c.6.4 1.1 1 1.5 1.6l22.8-25.1 4.8-5.2 7-7.7 5.5-6.1c-.6-.4-1.1-.9-1.5-1.6l-6.6 7.2-4.6 5.1-4.9 5.4z", fill: "#9bb4c9" }),
121
+ /* @__PURE__ */ l("path", { d: "M130.9 403.9v-.1c17.6-6.5 32.5-.5 33.7 0-3.5.9-16.7 3.8-33.7.1", fill: "#4143c5" }),
122
+ /* @__PURE__ */ l("path", { d: "m137.8 350.6 7.9 45.4 1.1 6 .1.6 2.1-.4v-.2l-1.1-6.2-7.9-45.2c-.3.1-.7.1-1 .1-.4.1-.8 0-1.2-.1", fill: "#9bb4c9" }),
123
+ /* @__PURE__ */ l("path", { d: "m190.7 308 5.4 12.1.9 2.1 8.1-6.9 7.3-6.8 4.4-4.1-1.5-1.3h-.1l-13.5-5.8s-.9.1-2.1.5c-2.4.7-6.2 2.4-8 6.3-.2.4-.4.9-.5 1.4-.2.7-.3 1.5-.4 2.5", fill: "#4143c5" }),
124
+ /* @__PURE__ */ l("path", { d: "M211.2 317.7c5.4-5.1 7.7-11.3 5.3-13.9-2.5-2.6-8.8-.7-14.2 4.4s-7.7 11.3-5.3 13.9c2.5 2.7 8.8.7 14.2-4.4M130.9 403.9h33.7v4.4h-33.7z", fill: "#859ad0" }),
125
+ /* @__PURE__ */ l("path", { d: "M476.3 514.8c0 .4-.1.8-.2 1.1-1.7 4.3-12.9 7.7-26.4 7.7-13.7 0-25-3.4-26.5-7.8l-.2-1c0-4.9 11.9-8.8 26.7-8.8 14.7 0 26.6 4 26.6 8.8", fill: "#191e56" }),
126
+ /* @__PURE__ */ l("path", { d: "m476.1 516-9.2 54.1c-16.8 9.5-34.5 0-34.5 0l-9.2-54.3c1.5 4.4 12.8 7.8 26.5 7.8 13.5 0 24.7-3.3 26.4-7.6", fill: "#0542bf" }),
127
+ /* @__PURE__ */ l("use", { fill: "#ffaca6", xlinkHref: "#login-icon_svg__h" }),
128
+ /* @__PURE__ */ l("path", { clipPath: "url(#login-icon_svg__z)", d: "M294.9 307.3s8.9-1.8 16.6 4.3c0 0 .5-13.1.9-13.5.3-.4-14.3-7-14.3-7s-5.2 3.1-5.3 5.5c-.2 2.5 2.1 10.7 2.1 10.7", fill: "#ea756c" }),
129
+ /* @__PURE__ */ l("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__i" }),
130
+ /* @__PURE__ */ l("path", { clipPath: "url(#login-icon_svg__A)", d: "M271.2 267.3s.2 1.5 6 0 13.1-3.9 22.7 2.3 13.2 19.1 20.8 17.6l-5.7 12.2-12.4 8s-19.8-5.7-20.6-7.9-6.4-15.5-7.2-17.5-2-7.1-2-7.1z", fill: "#172272" }),
131
+ /* @__PURE__ */ l("use", { fill: "#ffaca6", xlinkHref: "#login-icon_svg__j" }),
132
+ /* @__PURE__ */ l("path", { clipPath: "url(#login-icon_svg__B)", d: "M278.1 277s6.9.6 13.6 2 10.2 11.1 17.2 10c7.1-1.2 4-5 4-5l-6.6-8.9-15.4-5-9.3-1.5-3.8 3.1z", fill: "#ea756c" }),
133
+ /* @__PURE__ */ l("path", { d: "M327 377.2s-11.3 11.9-19.9 14.9-12.7 0-16.1 6.9l-.7 1.5s12.4 4 21.3-.4l27.2-15.4z", fill: "#ffaca6" }),
134
+ /* @__PURE__ */ l("path", { d: "M225.7 400.9h101.8v7.4H225.7z", fill: "#78c2ff" }),
135
+ /* @__PURE__ */ l("path", { d: "M300.5 408.3h-88.7L199 346.1h88.7z", fill: "#b0d8ff" }),
136
+ /* @__PURE__ */ l("path", { d: "M293.9 408.3h-88.7l-12.9-62.2H281z", fill: "#78c2ff" }),
137
+ /* @__PURE__ */ l("path", { d: "M456.5 375.6h44.2v19.5h-44.2z", fill: "#daebff" }),
138
+ /* @__PURE__ */ l("path", { d: "M474.3 395.2h44.2v19.5h-44.2z", fill: "#ebf5ff" }),
139
+ /* @__PURE__ */ l("ellipse", { cx: 239.6, cy: 372, fill: "#fff", rx: 8.3, ry: 9.2, transform: "rotate(-8.069 239.64 372.176)" })
142
140
  ] });
143
141
  }
144
-
145
- export { IconLogin };
142
+ export {
143
+ f as IconLogin
144
+ };