@vef-framework/components 1.0.127 → 1.0.129

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 (708) hide show
  1. package/cjs/index.cjs +1 -193
  2. package/cjs/internal/base.css.cjs +488 -4
  3. package/cjs/internal/chart.cjs +1 -20
  4. package/cjs/internal/index.cjs +1 -9
  5. package/cjs/internal/modern-normalize.css.cjs +211 -4
  6. package/cjs/internal/utils.cjs +1 -8
  7. package/cjs/vef-access-denied/access-denied-icon.cjs +1 -932
  8. package/cjs/vef-access-denied/index.cjs +9 -49
  9. package/cjs/vef-access-denied/props.cjs +0 -2
  10. package/cjs/vef-action-buttons/index.cjs +1 -79
  11. package/cjs/vef-action-buttons/props.cjs +0 -2
  12. package/cjs/vef-approval-flow-editor/components/edge.cjs +2 -87
  13. package/cjs/vef-approval-flow-editor/components/label-value.cjs +8 -31
  14. package/cjs/vef-approval-flow-editor/components/node-content.cjs +10 -49
  15. package/cjs/vef-approval-flow-editor/components/node-selector.cjs +4 -37
  16. package/cjs/vef-approval-flow-editor/components/node-toolbar.cjs +1 -25
  17. package/cjs/vef-approval-flow-editor/components/nodes/approval.cjs +1 -28
  18. package/cjs/vef-approval-flow-editor/components/nodes/condition.cjs +1 -28
  19. package/cjs/vef-approval-flow-editor/components/nodes/end.cjs +1 -28
  20. package/cjs/vef-approval-flow-editor/components/nodes/handle.cjs +1 -28
  21. package/cjs/vef-approval-flow-editor/components/nodes/index.cjs +1 -19
  22. package/cjs/vef-approval-flow-editor/components/nodes/submit.cjs +1 -28
  23. package/cjs/vef-approval-flow-editor/components/selector-content.cjs +9 -52
  24. package/cjs/vef-approval-flow-editor/components/source-handle.cjs +1 -44
  25. package/cjs/vef-approval-flow-editor/components/target-handle.cjs +1 -13
  26. package/cjs/vef-approval-flow-editor/constants.cjs +1 -225
  27. package/cjs/vef-approval-flow-editor/helper.cjs +1 -88
  28. package/cjs/vef-approval-flow-editor/hooks/use-edges-interaction.cjs +1 -27
  29. package/cjs/vef-approval-flow-editor/hooks/use-element-selection.cjs +1 -26
  30. package/cjs/vef-approval-flow-editor/hooks/use-nodes-interaction.cjs +1 -53
  31. package/cjs/vef-approval-flow-editor/index.cjs +1 -79
  32. package/cjs/vef-approval-flow-editor/models/edge-node.cjs +1 -23
  33. package/cjs/vef-approval-flow-editor/models/flow-node.cjs +1 -112
  34. package/cjs/vef-approval-flow-editor/props.cjs +0 -2
  35. package/cjs/vef-approval-flow-editor/store.cjs +1 -20
  36. package/cjs/vef-approval-flow-editor/styles.cjs +12 -23
  37. package/cjs/vef-approval-flow-editor/types.cjs +1 -18
  38. package/cjs/vef-area-chart/index.cjs +1 -45
  39. package/cjs/vef-area-chart/props.cjs +0 -2
  40. package/cjs/vef-auto-sizer/index.cjs +1 -10
  41. package/cjs/vef-auto-sizer/props.cjs +0 -2
  42. package/cjs/vef-avatar/index.cjs +1 -24
  43. package/cjs/vef-avatar/props.cjs +0 -2
  44. package/cjs/vef-avatar-group/index.cjs +1 -29
  45. package/cjs/vef-avatar-group/props.cjs +0 -2
  46. package/cjs/vef-badge/index.cjs +1 -51
  47. package/cjs/vef-badge/props.cjs +0 -2
  48. package/cjs/vef-bar-chart/index.cjs +1 -45
  49. package/cjs/vef-bar-chart/props.cjs +0 -2
  50. package/cjs/vef-bool/hooks/use-bool-instance.cjs +1 -36
  51. package/cjs/vef-bool/index.cjs +1 -64
  52. package/cjs/vef-bool/props.cjs +0 -2
  53. package/cjs/vef-breadcrumb/index.cjs +1 -52
  54. package/cjs/vef-breadcrumb/props.cjs +0 -2
  55. package/cjs/vef-button/components/base-button.cjs +1 -77
  56. package/cjs/vef-button/index.cjs +1 -155
  57. package/cjs/vef-button/props.cjs +0 -2
  58. package/cjs/vef-card/index.cjs +1 -29
  59. package/cjs/vef-card/props.cjs +0 -2
  60. package/cjs/vef-card-meta/index.cjs +1 -16
  61. package/cjs/vef-card-meta/props.cjs +0 -2
  62. package/cjs/vef-chart-container/hooks/use-chart-container-context.cjs +1 -16
  63. package/cjs/vef-chart-container/index.cjs +13 -83
  64. package/cjs/vef-chart-container/props.cjs +0 -2
  65. package/cjs/vef-chart-legend-content/index.cjs +10 -48
  66. package/cjs/vef-chart-legend-content/props.cjs +0 -2
  67. package/cjs/vef-chart-tooltip-content/index.cjs +22 -89
  68. package/cjs/vef-chart-tooltip-content/props.cjs +0 -2
  69. package/cjs/vef-checkbox/hooks/use-checkbox-instance.cjs +1 -22
  70. package/cjs/vef-checkbox/hooks/use-data-options.cjs +1 -42
  71. package/cjs/vef-checkbox/index.cjs +3 -92
  72. package/cjs/vef-checkbox/props.cjs +0 -2
  73. package/cjs/vef-code-editor/hooks/use-change-handler.cjs +1 -12
  74. package/cjs/vef-code-editor/hooks/use-config-extensions.cjs +1 -50
  75. package/cjs/vef-code-editor/hooks/use-height-props.cjs +1 -22
  76. package/cjs/vef-code-editor/hooks/use-language-extensions.cjs +1 -119
  77. package/cjs/vef-code-editor/hooks/use-setup-options.cjs +1 -39
  78. package/cjs/vef-code-editor/index.cjs +1 -61
  79. package/cjs/vef-code-editor/props.cjs +0 -2
  80. package/cjs/vef-code-editor/styles.cjs +46 -54
  81. package/cjs/vef-col/index.cjs +1 -15
  82. package/cjs/vef-col/props.cjs +0 -2
  83. package/cjs/vef-color-picker/index.cjs +1 -50
  84. package/cjs/vef-color-picker/props.cjs +0 -2
  85. package/cjs/vef-compact/index.cjs +1 -19
  86. package/cjs/vef-compact/props.cjs +0 -2
  87. package/cjs/vef-config-provider/global-style.cjs +15 -26
  88. package/cjs/vef-config-provider/hooks/use-ui-config.cjs +1 -128
  89. package/cjs/vef-config-provider/index.cjs +3 -125
  90. package/cjs/vef-config-provider/props.cjs +0 -2
  91. package/cjs/vef-config-provider/store.cjs +1 -25
  92. package/cjs/vef-container/index.cjs +1 -22
  93. package/cjs/vef-container/props.cjs +0 -2
  94. package/cjs/vef-crud-page/components/crud-actions.cjs +1 -36
  95. package/cjs/vef-crud-page/components/crud-filter.cjs +1 -58
  96. package/cjs/vef-crud-page/components/crud-footer.cjs +3 -120
  97. package/cjs/vef-crud-page/components/crud-form-modal.cjs +1 -57
  98. package/cjs/vef-crud-page/components/crud-header.cjs +1 -33
  99. package/cjs/vef-crud-page/components/crud-table.cjs +1 -80
  100. package/cjs/vef-crud-page/hooks/use-action-buttons.cjs +1 -39
  101. package/cjs/vef-crud-page/hooks/use-crud-context.cjs +1 -22
  102. package/cjs/vef-crud-page/hooks/use-crud-schema.cjs +1 -118
  103. package/cjs/vef-crud-page/hooks/use-operation-buttons.cjs +1 -62
  104. package/cjs/vef-crud-page/index.cjs +1 -154
  105. package/cjs/vef-crud-page/props.cjs +0 -2
  106. package/cjs/vef-crud-page/store.cjs +1 -146
  107. package/cjs/vef-crud-page/types.cjs +0 -2
  108. package/cjs/vef-data-grid/index.cjs +1 -89
  109. package/cjs/vef-data-grid/props.cjs +0 -2
  110. package/cjs/vef-data-table/index.cjs +1 -13
  111. package/cjs/vef-data-table/props.cjs +0 -2
  112. package/cjs/vef-divider/index.cjs +1 -28
  113. package/cjs/vef-divider/props.cjs +0 -2
  114. package/cjs/vef-drawer/components/action-button-wrapper.cjs +1 -53
  115. package/cjs/vef-drawer/components/button-props.cjs +0 -2
  116. package/cjs/vef-drawer/components/cancel-action-button.cjs +1 -25
  117. package/cjs/vef-drawer/components/ok-action-button.cjs +1 -24
  118. package/cjs/vef-drawer/context.cjs +1 -19
  119. package/cjs/vef-drawer/index.cjs +3 -159
  120. package/cjs/vef-drawer/props.cjs +0 -2
  121. package/cjs/vef-dropdown/index.cjs +1 -96
  122. package/cjs/vef-dropdown/props.cjs +0 -2
  123. package/cjs/vef-dynamic-icon/index.cjs +1 -50
  124. package/cjs/vef-dynamic-icon/props.cjs +1 -8
  125. package/cjs/vef-empty/index.cjs +1 -41
  126. package/cjs/vef-empty/props.cjs +0 -2
  127. package/cjs/vef-empty-placeholder/index.cjs +4 -23
  128. package/cjs/vef-empty-placeholder/props.cjs +0 -2
  129. package/cjs/vef-error/error-icon.cjs +1 -761
  130. package/cjs/vef-error/index.cjs +9 -52
  131. package/cjs/vef-error/props.cjs +0 -2
  132. package/cjs/vef-filter/components/action-buttons.cjs +5 -125
  133. package/cjs/vef-filter/components/advanced-filter.cjs +8 -75
  134. package/cjs/vef-filter/components/basic-filter.cjs +4 -39
  135. package/cjs/vef-filter/components/fields/index.cjs +1 -21
  136. package/cjs/vef-filter/components/fields/input-number.cjs +1 -94
  137. package/cjs/vef-filter/components/fields/input.cjs +1 -71
  138. package/cjs/vef-filter/components/fields/props.cjs +0 -2
  139. package/cjs/vef-filter/components/fields/radio.cjs +1 -113
  140. package/cjs/vef-filter/components/fields/select.cjs +1 -144
  141. package/cjs/vef-filter/components/fields/tree-select.cjs +1 -140
  142. package/cjs/vef-filter/components/filter-field.cjs +1 -23
  143. package/cjs/vef-filter/components/filter-item.cjs +1 -116
  144. package/cjs/vef-filter/event.cjs +1 -46
  145. package/cjs/vef-filter/helper.cjs +1 -17
  146. package/cjs/vef-filter/hooks/use-action-handlers.cjs +1 -72
  147. package/cjs/vef-filter/hooks/use-computed-values.cjs +1 -57
  148. package/cjs/vef-filter/hooks/use-filter-context.cjs +1 -22
  149. package/cjs/vef-filter/hooks/use-filter-initialization.cjs +1 -39
  150. package/cjs/vef-filter/hooks/use-filter-instance.cjs +1 -28
  151. package/cjs/vef-filter/hooks/use-filter-items.cjs +1 -25
  152. package/cjs/vef-filter/hooks/use-filter-values-change.cjs +1 -32
  153. package/cjs/vef-filter/hooks/use-label-config.cjs +1 -29
  154. package/cjs/vef-filter/index.cjs +2 -145
  155. package/cjs/vef-filter/props.cjs +0 -2
  156. package/cjs/vef-filter/store.cjs +1 -75
  157. package/cjs/vef-filter/types.cjs +0 -2
  158. package/cjs/vef-flex/index.cjs +1 -35
  159. package/cjs/vef-flex/props.cjs +0 -2
  160. package/cjs/vef-float-button/index.cjs +1 -53
  161. package/cjs/vef-float-button/props.cjs +0 -2
  162. package/cjs/vef-float-button-group/index.cjs +1 -24
  163. package/cjs/vef-float-button-group/props.cjs +0 -2
  164. package/cjs/vef-form/components/fields/icon-select.cjs +1 -69
  165. package/cjs/vef-form/components/fields/index.cjs +1 -27
  166. package/cjs/vef-form/components/fields/input-number.cjs +1 -127
  167. package/cjs/vef-form/components/fields/input.cjs +1 -136
  168. package/cjs/vef-form/components/fields/password.cjs +1 -119
  169. package/cjs/vef-form/components/fields/props.cjs +0 -2
  170. package/cjs/vef-form/components/fields/radio.cjs +1 -110
  171. package/cjs/vef-form/components/fields/select.cjs +1 -242
  172. package/cjs/vef-form/components/fields/textarea.cjs +1 -113
  173. package/cjs/vef-form/components/fields/tree-select.cjs +1 -238
  174. package/cjs/vef-form/components/form-actions.cjs +3 -62
  175. package/cjs/vef-form/components/form-content.cjs +2 -148
  176. package/cjs/vef-form/components/form-field.cjs +1 -26
  177. package/cjs/vef-form/components/form-group.cjs +3 -68
  178. package/cjs/vef-form/components/form-hidden-item.cjs +1 -40
  179. package/cjs/vef-form/components/form-item.cjs +1 -83
  180. package/cjs/vef-form/components/form-row.cjs +1 -102
  181. package/cjs/vef-form/event.cjs +1 -46
  182. package/cjs/vef-form/helper.cjs +1 -17
  183. package/cjs/vef-form/hooks/use-action-handlers.cjs +1 -132
  184. package/cjs/vef-form/hooks/use-columns-layout.cjs +1 -124
  185. package/cjs/vef-form/hooks/use-computed-values.cjs +1 -57
  186. package/cjs/vef-form/hooks/use-form-context.cjs +1 -18
  187. package/cjs/vef-form/hooks/use-form-initialization.cjs +1 -47
  188. package/cjs/vef-form/hooks/use-form-instance.cjs +1 -28
  189. package/cjs/vef-form/hooks/use-form-values-change.cjs +1 -32
  190. package/cjs/vef-form/hooks/use-label-width.cjs +1 -20
  191. package/cjs/vef-form/index.cjs +3 -178
  192. package/cjs/vef-form/props.cjs +0 -2
  193. package/cjs/vef-form/store.cjs +1 -69
  194. package/cjs/vef-form/types.cjs +0 -2
  195. package/cjs/vef-form/validation-rules.cjs +1 -310
  196. package/cjs/vef-form-drawer/index.cjs +1 -102
  197. package/cjs/vef-form-drawer/props.cjs +0 -2
  198. package/cjs/vef-form-modal/index.cjs +1 -99
  199. package/cjs/vef-form-modal/props.cjs +0 -2
  200. package/cjs/vef-generic-select/index.cjs +1 -85
  201. package/cjs/vef-generic-select/props.cjs +0 -2
  202. package/cjs/vef-grid/index.cjs +12 -81
  203. package/cjs/vef-grid/props.cjs +1 -6
  204. package/cjs/vef-grid-item/index.cjs +1 -56
  205. package/cjs/vef-grid-item/props.cjs +0 -2
  206. package/cjs/vef-icon/index.cjs +1 -54
  207. package/cjs/vef-icon/props.cjs +0 -2
  208. package/cjs/vef-icon-select/index.cjs +11 -150
  209. package/cjs/vef-icon-select/props.cjs +0 -2
  210. package/cjs/vef-input/hooks/use-input-instance.cjs +1 -17
  211. package/cjs/vef-input/index.cjs +1 -68
  212. package/cjs/vef-input/props.cjs +0 -2
  213. package/cjs/vef-input-number/hooks/use-input-number-instance.cjs +1 -15
  214. package/cjs/vef-input-number/index.cjs +1 -152
  215. package/cjs/vef-input-number/props.cjs +0 -2
  216. package/cjs/vef-intellisense-code-editor/hooks/use-change-handler.cjs +1 -12
  217. package/cjs/vef-intellisense-code-editor/hooks/use-editor-options.cjs +1 -33
  218. package/cjs/vef-intellisense-code-editor/hooks/use-path.cjs +1 -32
  219. package/cjs/vef-intellisense-code-editor/index.cjs +1 -46
  220. package/cjs/vef-intellisense-code-editor/loader.cjs +1 -141
  221. package/cjs/vef-intellisense-code-editor/props.cjs +0 -2
  222. package/cjs/vef-intellisense-code-editor/styles.cjs +9 -17
  223. package/cjs/vef-intellisense-code-editor/themes/github-light.json.cjs +349 -7
  224. package/cjs/vef-json-viewer/index.cjs +1 -40
  225. package/cjs/vef-json-viewer/props.cjs +0 -2
  226. package/cjs/vef-layout/common-styles.cjs +4 -12
  227. package/cjs/vef-layout/components/content.cjs +1 -17
  228. package/cjs/vef-layout/components/font-size.cjs +1 -72
  229. package/cjs/vef-layout/components/fullscreen.cjs +1 -27
  230. package/cjs/vef-layout/components/header-action-icons.cjs +6 -33
  231. package/cjs/vef-layout/components/header-content.cjs +1 -23
  232. package/cjs/vef-layout/components/header.cjs +6 -73
  233. package/cjs/vef-layout/components/icon-boy.cjs +1 -73
  234. package/cjs/vef-layout/components/icon-girl.cjs +1 -80
  235. package/cjs/vef-layout/components/icon-menu-fold-left.cjs +1 -27
  236. package/cjs/vef-layout/components/icon-menu-unfold-left.cjs +1 -27
  237. package/cjs/vef-layout/components/menu-groups.cjs +15 -127
  238. package/cjs/vef-layout/components/message.cjs +1 -15
  239. package/cjs/vef-layout/components/search.cjs +1 -15
  240. package/cjs/vef-layout/components/sider.cjs +5 -58
  241. package/cjs/vef-layout/components/title.cjs +8 -57
  242. package/cjs/vef-layout/components/user-avatar.cjs +9 -84
  243. package/cjs/vef-layout/hooks/use-layout-context.cjs +1 -14
  244. package/cjs/vef-layout/index.cjs +2 -37
  245. package/cjs/vef-layout/logo.svg.cjs +1 -7
  246. package/cjs/vef-layout/props.cjs +0 -2
  247. package/cjs/vef-layout/store.cjs +1 -20
  248. package/cjs/vef-line-chart/index.cjs +1 -42
  249. package/cjs/vef-line-chart/props.cjs +0 -2
  250. package/cjs/vef-loading-placeholder/index.cjs +5 -46
  251. package/cjs/vef-loading-placeholder/props.cjs +0 -2
  252. package/cjs/vef-login/index.cjs +21 -156
  253. package/cjs/vef-login/login-icon.cjs +1 -672
  254. package/cjs/vef-login/props.cjs +0 -2
  255. package/cjs/vef-menu/index.cjs +4 -81
  256. package/cjs/vef-menu/props.cjs +0 -2
  257. package/cjs/vef-modal/components/action-button-wrapper.cjs +1 -53
  258. package/cjs/vef-modal/components/button-props.cjs +0 -2
  259. package/cjs/vef-modal/components/cancel-action-button.cjs +1 -22
  260. package/cjs/vef-modal/components/ok-action-button.cjs +1 -24
  261. package/cjs/vef-modal/context.cjs +1 -19
  262. package/cjs/vef-modal/index.cjs +2 -244
  263. package/cjs/vef-modal/props.cjs +0 -2
  264. package/cjs/vef-not-found/index.cjs +9 -49
  265. package/cjs/vef-not-found/not-found-icon.cjs +1 -848
  266. package/cjs/vef-not-found/props.cjs +0 -2
  267. package/cjs/vef-page/index.cjs +10 -91
  268. package/cjs/vef-page/props.cjs +0 -2
  269. package/cjs/vef-pagination/index.cjs +1 -61
  270. package/cjs/vef-pagination/props.cjs +1 -15
  271. package/cjs/vef-paragraph/index.cjs +1 -93
  272. package/cjs/vef-paragraph/props.cjs +0 -2
  273. package/cjs/vef-password/hooks/use-password-instance.cjs +1 -15
  274. package/cjs/vef-password/index.cjs +1 -71
  275. package/cjs/vef-password/props.cjs +0 -2
  276. package/cjs/vef-pie-chart/index.cjs +8 -74
  277. package/cjs/vef-pie-chart/props.cjs +0 -2
  278. package/cjs/vef-popconfirm/index.cjs +1 -60
  279. package/cjs/vef-popconfirm/props.cjs +0 -2
  280. package/cjs/vef-popover/index.cjs +1 -38
  281. package/cjs/vef-popover/props.cjs +0 -2
  282. package/cjs/vef-radio/hooks/use-data-options.cjs +1 -42
  283. package/cjs/vef-radio/hooks/use-radio-instance.cjs +1 -22
  284. package/cjs/vef-radio/index.cjs +3 -92
  285. package/cjs/vef-radio/props.cjs +0 -2
  286. package/cjs/vef-rate/hooks/use-rate-instance.cjs +1 -15
  287. package/cjs/vef-rate/index.cjs +1 -34
  288. package/cjs/vef-rate/props.cjs +0 -2
  289. package/cjs/vef-responsive-container/index.cjs +2 -58
  290. package/cjs/vef-responsive-container/props.cjs +0 -2
  291. package/cjs/vef-responsive-item/index.cjs +2 -27
  292. package/cjs/vef-responsive-item/props.cjs +0 -2
  293. package/cjs/vef-ribbon/index.cjs +1 -42
  294. package/cjs/vef-ribbon/props.cjs +0 -2
  295. package/cjs/vef-row/index.cjs +1 -16
  296. package/cjs/vef-row/props.cjs +0 -2
  297. package/cjs/vef-scroll-area/components/scrollbar.cjs +7 -38
  298. package/cjs/vef-scroll-area/index.cjs +3 -73
  299. package/cjs/vef-scroll-area/props.cjs +0 -2
  300. package/cjs/vef-segment/index.cjs +1 -40
  301. package/cjs/vef-segment/props.cjs +0 -2
  302. package/cjs/vef-select/components/option.cjs +3 -27
  303. package/cjs/vef-select/hooks/use-data-options.cjs +1 -49
  304. package/cjs/vef-select/hooks/use-field-names.cjs +1 -23
  305. package/cjs/vef-select/hooks/use-render-label.cjs +2 -25
  306. package/cjs/vef-select/hooks/use-render-option.cjs +1 -21
  307. package/cjs/vef-select/hooks/use-select-instance.cjs +1 -22
  308. package/cjs/vef-select/index.cjs +1 -104
  309. package/cjs/vef-select/props.cjs +0 -2
  310. package/cjs/vef-slider/hooks/use-slider-instance.cjs +1 -15
  311. package/cjs/vef-slider/index.cjs +1 -38
  312. package/cjs/vef-slider/props.cjs +0 -2
  313. package/cjs/vef-sortable-list/components/overlay-item.cjs +2 -35
  314. package/cjs/vef-sortable-list/components/sortable-item.cjs +2 -79
  315. package/cjs/vef-sortable-list/hooks/use-merged-items.cjs +1 -23
  316. package/cjs/vef-sortable-list/index.cjs +1 -118
  317. package/cjs/vef-sortable-list/props.cjs +0 -2
  318. package/cjs/vef-space/index.cjs +1 -29
  319. package/cjs/vef-space/props.cjs +0 -2
  320. package/cjs/vef-spin/index.cjs +1 -16
  321. package/cjs/vef-spin/props.cjs +0 -2
  322. package/cjs/vef-splitter/index.cjs +1 -24
  323. package/cjs/vef-splitter/props.cjs +0 -2
  324. package/cjs/vef-splitter-panel/index.cjs +1 -16
  325. package/cjs/vef-splitter-panel/props.cjs +0 -2
  326. package/cjs/vef-status/index.cjs +1 -41
  327. package/cjs/vef-status/props.cjs +0 -2
  328. package/cjs/vef-table/components/columns/bool.cjs +1 -95
  329. package/cjs/vef-table/components/columns/code.cjs +1 -14
  330. package/cjs/vef-table/components/columns/data-dictionary.cjs +1 -96
  331. package/cjs/vef-table/components/columns/enum.cjs +1 -105
  332. package/cjs/vef-table/components/columns/file.cjs +1 -14
  333. package/cjs/vef-table/components/columns/icon.cjs +1 -14
  334. package/cjs/vef-table/components/columns/id.cjs +1 -86
  335. package/cjs/vef-table/components/columns/image.cjs +1 -15
  336. package/cjs/vef-table/components/columns/index.cjs +1 -35
  337. package/cjs/vef-table/components/columns/markdown.cjs +1 -14
  338. package/cjs/vef-table/components/columns/number.cjs +1 -87
  339. package/cjs/vef-table/components/columns/props.cjs +0 -2
  340. package/cjs/vef-table/components/columns/render.cjs +1 -32
  341. package/cjs/vef-table/components/columns/rich-text.cjs +1 -14
  342. package/cjs/vef-table/components/columns/text.cjs +1 -92
  343. package/cjs/vef-table/components/columns-settings.cjs +10 -199
  344. package/cjs/vef-table/components/operation-buttons.cjs +2 -234
  345. package/cjs/vef-table/components/settings-icon.cjs +3 -23
  346. package/cjs/vef-table/components/table-footer.cjs +3 -106
  347. package/cjs/vef-table/helper.cjs +1 -17
  348. package/cjs/vef-table/hooks/use-computed-batch-buttons.cjs +1 -35
  349. package/cjs/vef-table/hooks/use-computed-columns.cjs +1 -22
  350. package/cjs/vef-table/hooks/use-computed-values.cjs +1 -40
  351. package/cjs/vef-table/hooks/use-data.cjs +1 -59
  352. package/cjs/vef-table/hooks/use-default-column-configs.cjs +1 -29
  353. package/cjs/vef-table/hooks/use-display-value.cjs +1 -38
  354. package/cjs/vef-table/hooks/use-helper-columns.cjs +1 -69
  355. package/cjs/vef-table/hooks/use-operation-column-width.cjs +1 -52
  356. package/cjs/vef-table/hooks/use-pagination-props.cjs +1 -46
  357. package/cjs/vef-table/hooks/use-row-props.cjs +1 -41
  358. package/cjs/vef-table/hooks/use-row-selection-config.cjs +1 -114
  359. package/cjs/vef-table/hooks/use-selected-rows.cjs +1 -28
  360. package/cjs/vef-table/hooks/use-table-columns.cjs +1 -58
  361. package/cjs/vef-table/hooks/use-table-context.cjs +1 -25
  362. package/cjs/vef-table/hooks/use-table-instance.cjs +1 -17
  363. package/cjs/vef-table/hooks/use-table-summary.cjs +1 -44
  364. package/cjs/vef-table/hooks/use-table-width.cjs +1 -15
  365. package/cjs/vef-table/index.cjs +5 -231
  366. package/cjs/vef-table/props.cjs +0 -2
  367. package/cjs/vef-table/store.cjs +1 -21
  368. package/cjs/vef-table/types.cjs +0 -2
  369. package/cjs/vef-tabs/index.cjs +1 -29
  370. package/cjs/vef-tabs/props.cjs +0 -2
  371. package/cjs/vef-tag/index.cjs +1 -32
  372. package/cjs/vef-tag/props.cjs +0 -2
  373. package/cjs/vef-temporal-picker/helper.cjs +1 -59
  374. package/cjs/vef-temporal-picker/hooks/use-dayjs-value.cjs +1 -20
  375. package/cjs/vef-temporal-picker/hooks/use-temporal-limit.cjs +1 -36
  376. package/cjs/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +1 -21
  377. package/cjs/vef-temporal-picker/index.cjs +1 -129
  378. package/cjs/vef-temporal-picker/props.cjs +0 -2
  379. package/cjs/vef-temporal-range-picker/helper.cjs +1 -59
  380. package/cjs/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +1 -25
  381. package/cjs/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +1 -36
  382. package/cjs/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +1 -21
  383. package/cjs/vef-temporal-range-picker/index.cjs +1 -132
  384. package/cjs/vef-temporal-range-picker/props.cjs +1 -6
  385. package/cjs/vef-text/index.cjs +1 -84
  386. package/cjs/vef-text/props.cjs +0 -2
  387. package/cjs/vef-textarea/hooks/use-textarea-instance.cjs +1 -15
  388. package/cjs/vef-textarea/index.cjs +1 -71
  389. package/cjs/vef-textarea/props.cjs +0 -2
  390. package/cjs/vef-title/index.cjs +6 -93
  391. package/cjs/vef-title/props.cjs +0 -2
  392. package/cjs/vef-tooltip/index.cjs +1 -39
  393. package/cjs/vef-tooltip/props.cjs +0 -2
  394. package/cjs/vef-tree-select/hooks/use-change-handler.cjs +1 -35
  395. package/cjs/vef-tree-select/hooks/use-data-options.cjs +1 -47
  396. package/cjs/vef-tree-select/hooks/use-tree-select-instance.cjs +1 -22
  397. package/cjs/vef-tree-select/index.cjs +1 -93
  398. package/cjs/vef-tree-select/props.cjs +0 -2
  399. package/cjs/vef-virtual-grid/index.cjs +3 -111
  400. package/cjs/vef-virtual-grid/props.cjs +0 -2
  401. package/cjs/vef-virtual-list/index.cjs +4 -219
  402. package/cjs/vef-virtual-list/props.cjs +0 -2
  403. package/esm/index.js +1 -96
  404. package/esm/internal/base.css.js +490 -2
  405. package/esm/internal/chart.js +1 -18
  406. package/esm/internal/index.js +1 -4
  407. package/esm/internal/modern-normalize.css.js +213 -2
  408. package/esm/internal/utils.js +1 -6
  409. package/esm/vef-access-denied/access-denied-icon.js +1 -928
  410. package/esm/vef-access-denied/index.js +9 -45
  411. package/esm/vef-action-buttons/index.js +1 -75
  412. package/esm/vef-approval-flow-editor/components/edge.js +2 -83
  413. package/esm/vef-approval-flow-editor/components/label-value.js +8 -27
  414. package/esm/vef-approval-flow-editor/components/node-content.js +10 -45
  415. package/esm/vef-approval-flow-editor/components/node-selector.js +4 -33
  416. package/esm/vef-approval-flow-editor/components/node-toolbar.js +1 -21
  417. package/esm/vef-approval-flow-editor/components/nodes/approval.js +1 -24
  418. package/esm/vef-approval-flow-editor/components/nodes/condition.js +1 -24
  419. package/esm/vef-approval-flow-editor/components/nodes/end.js +1 -24
  420. package/esm/vef-approval-flow-editor/components/nodes/handle.js +1 -24
  421. package/esm/vef-approval-flow-editor/components/nodes/index.js +1 -17
  422. package/esm/vef-approval-flow-editor/components/nodes/submit.js +1 -24
  423. package/esm/vef-approval-flow-editor/components/selector-content.js +9 -48
  424. package/esm/vef-approval-flow-editor/components/source-handle.js +1 -40
  425. package/esm/vef-approval-flow-editor/components/target-handle.js +1 -9
  426. package/esm/vef-approval-flow-editor/constants.js +1 -218
  427. package/esm/vef-approval-flow-editor/helper.js +1 -83
  428. package/esm/vef-approval-flow-editor/hooks/use-edges-interaction.js +1 -25
  429. package/esm/vef-approval-flow-editor/hooks/use-element-selection.js +1 -24
  430. package/esm/vef-approval-flow-editor/hooks/use-nodes-interaction.js +1 -51
  431. package/esm/vef-approval-flow-editor/index.js +1 -75
  432. package/esm/vef-approval-flow-editor/models/edge-node.js +1 -20
  433. package/esm/vef-approval-flow-editor/models/flow-node.js +1 -105
  434. package/esm/vef-approval-flow-editor/store.js +1 -16
  435. package/esm/vef-approval-flow-editor/styles.js +12 -20
  436. package/esm/vef-approval-flow-editor/types.js +1 -15
  437. package/esm/vef-area-chart/index.js +1 -41
  438. package/esm/vef-auto-sizer/index.js +1 -6
  439. package/esm/vef-avatar/index.js +1 -20
  440. package/esm/vef-avatar-group/index.js +1 -25
  441. package/esm/vef-badge/index.js +1 -47
  442. package/esm/vef-bar-chart/index.js +1 -41
  443. package/esm/vef-bool/hooks/use-bool-instance.js +1 -34
  444. package/esm/vef-bool/index.js +1 -60
  445. package/esm/vef-breadcrumb/index.js +1 -48
  446. package/esm/vef-button/components/base-button.js +1 -73
  447. package/esm/vef-button/index.js +1 -151
  448. package/esm/vef-card/index.js +1 -25
  449. package/esm/vef-card-meta/index.js +1 -12
  450. package/esm/vef-chart-container/hooks/use-chart-container-context.js +1 -12
  451. package/esm/vef-chart-container/index.js +13 -79
  452. package/esm/vef-chart-legend-content/index.js +10 -43
  453. package/esm/vef-chart-tooltip-content/index.js +22 -85
  454. package/esm/vef-checkbox/hooks/use-checkbox-instance.js +1 -20
  455. package/esm/vef-checkbox/hooks/use-data-options.js +1 -40
  456. package/esm/vef-checkbox/index.js +3 -88
  457. package/esm/vef-code-editor/hooks/use-change-handler.js +1 -10
  458. package/esm/vef-code-editor/hooks/use-config-extensions.js +1 -48
  459. package/esm/vef-code-editor/hooks/use-height-props.js +1 -20
  460. package/esm/vef-code-editor/hooks/use-language-extensions.js +1 -117
  461. package/esm/vef-code-editor/hooks/use-setup-options.js +1 -37
  462. package/esm/vef-code-editor/index.js +1 -57
  463. package/esm/vef-code-editor/styles.js +46 -52
  464. package/esm/vef-col/index.js +1 -11
  465. package/esm/vef-color-picker/index.js +1 -46
  466. package/esm/vef-compact/index.js +1 -15
  467. package/esm/vef-config-provider/global-style.js +15 -23
  468. package/esm/vef-config-provider/hooks/use-ui-config.js +1 -126
  469. package/esm/vef-config-provider/index.js +3 -121
  470. package/esm/vef-config-provider/store.js +1 -21
  471. package/esm/vef-container/index.js +1 -18
  472. package/esm/vef-crud-page/components/crud-actions.js +1 -32
  473. package/esm/vef-crud-page/components/crud-filter.js +1 -54
  474. package/esm/vef-crud-page/components/crud-footer.js +3 -116
  475. package/esm/vef-crud-page/components/crud-form-modal.js +1 -53
  476. package/esm/vef-crud-page/components/crud-header.js +1 -29
  477. package/esm/vef-crud-page/components/crud-table.js +1 -76
  478. package/esm/vef-crud-page/hooks/use-action-buttons.js +1 -37
  479. package/esm/vef-crud-page/hooks/use-crud-context.js +1 -20
  480. package/esm/vef-crud-page/hooks/use-crud-schema.js +1 -116
  481. package/esm/vef-crud-page/hooks/use-operation-buttons.js +1 -60
  482. package/esm/vef-crud-page/index.js +1 -150
  483. package/esm/vef-crud-page/store.js +1 -142
  484. package/esm/vef-data-grid/index.js +1 -85
  485. package/esm/vef-data-table/index.js +1 -9
  486. package/esm/vef-divider/index.js +1 -24
  487. package/esm/vef-drawer/components/action-button-wrapper.js +1 -49
  488. package/esm/vef-drawer/components/cancel-action-button.js +1 -21
  489. package/esm/vef-drawer/components/ok-action-button.js +1 -20
  490. package/esm/vef-drawer/context.js +1 -15
  491. package/esm/vef-drawer/index.js +3 -154
  492. package/esm/vef-dropdown/index.js +1 -92
  493. package/esm/vef-dynamic-icon/index.js +1 -46
  494. package/esm/vef-dynamic-icon/props.js +1 -6
  495. package/esm/vef-empty/index.js +1 -37
  496. package/esm/vef-empty-placeholder/index.js +4 -19
  497. package/esm/vef-error/error-icon.js +1 -757
  498. package/esm/vef-error/index.js +9 -48
  499. package/esm/vef-filter/components/action-buttons.js +5 -121
  500. package/esm/vef-filter/components/advanced-filter.js +8 -71
  501. package/esm/vef-filter/components/basic-filter.js +4 -35
  502. package/esm/vef-filter/components/fields/index.js +1 -19
  503. package/esm/vef-filter/components/fields/input-number.js +1 -90
  504. package/esm/vef-filter/components/fields/input.js +1 -67
  505. package/esm/vef-filter/components/fields/radio.js +1 -109
  506. package/esm/vef-filter/components/fields/select.js +1 -140
  507. package/esm/vef-filter/components/fields/tree-select.js +1 -136
  508. package/esm/vef-filter/components/filter-field.js +1 -19
  509. package/esm/vef-filter/components/filter-item.js +1 -112
  510. package/esm/vef-filter/event.js +1 -44
  511. package/esm/vef-filter/helper.js +1 -15
  512. package/esm/vef-filter/hooks/use-action-handlers.js +1 -70
  513. package/esm/vef-filter/hooks/use-computed-values.js +1 -55
  514. package/esm/vef-filter/hooks/use-filter-context.js +1 -18
  515. package/esm/vef-filter/hooks/use-filter-initialization.js +1 -37
  516. package/esm/vef-filter/hooks/use-filter-instance.js +1 -26
  517. package/esm/vef-filter/hooks/use-filter-items.js +1 -23
  518. package/esm/vef-filter/hooks/use-filter-values-change.js +1 -30
  519. package/esm/vef-filter/hooks/use-label-config.js +1 -27
  520. package/esm/vef-filter/index.js +2 -141
  521. package/esm/vef-filter/store.js +1 -71
  522. package/esm/vef-flex/index.js +1 -31
  523. package/esm/vef-float-button/index.js +1 -49
  524. package/esm/vef-float-button-group/index.js +1 -20
  525. package/esm/vef-form/components/fields/icon-select.js +1 -65
  526. package/esm/vef-form/components/fields/index.js +1 -25
  527. package/esm/vef-form/components/fields/input-number.js +1 -123
  528. package/esm/vef-form/components/fields/input.js +1 -132
  529. package/esm/vef-form/components/fields/password.js +1 -115
  530. package/esm/vef-form/components/fields/radio.js +1 -106
  531. package/esm/vef-form/components/fields/select.js +1 -238
  532. package/esm/vef-form/components/fields/textarea.js +1 -109
  533. package/esm/vef-form/components/fields/tree-select.js +1 -234
  534. package/esm/vef-form/components/form-actions.js +3 -58
  535. package/esm/vef-form/components/form-content.js +2 -144
  536. package/esm/vef-form/components/form-field.js +1 -22
  537. package/esm/vef-form/components/form-group.js +3 -64
  538. package/esm/vef-form/components/form-hidden-item.js +1 -36
  539. package/esm/vef-form/components/form-item.js +1 -79
  540. package/esm/vef-form/components/form-row.js +1 -98
  541. package/esm/vef-form/event.js +1 -44
  542. package/esm/vef-form/helper.js +1 -15
  543. package/esm/vef-form/hooks/use-action-handlers.js +1 -130
  544. package/esm/vef-form/hooks/use-columns-layout.js +1 -122
  545. package/esm/vef-form/hooks/use-computed-values.js +1 -55
  546. package/esm/vef-form/hooks/use-form-context.js +1 -14
  547. package/esm/vef-form/hooks/use-form-initialization.js +1 -45
  548. package/esm/vef-form/hooks/use-form-instance.js +1 -26
  549. package/esm/vef-form/hooks/use-form-values-change.js +1 -30
  550. package/esm/vef-form/hooks/use-label-width.js +1 -18
  551. package/esm/vef-form/index.js +3 -174
  552. package/esm/vef-form/store.js +1 -65
  553. package/esm/vef-form/validation-rules.js +1 -286
  554. package/esm/vef-form-drawer/index.js +1 -98
  555. package/esm/vef-form-modal/index.js +1 -95
  556. package/esm/vef-generic-select/index.js +1 -81
  557. package/esm/vef-grid/index.js +12 -77
  558. package/esm/vef-grid/props.js +1 -4
  559. package/esm/vef-grid-item/index.js +1 -52
  560. package/esm/vef-icon/index.js +1 -50
  561. package/esm/vef-icon-select/index.js +11 -146
  562. package/esm/vef-input/hooks/use-input-instance.js +1 -15
  563. package/esm/vef-input/index.js +1 -64
  564. package/esm/vef-input-number/hooks/use-input-number-instance.js +1 -13
  565. package/esm/vef-input-number/index.js +1 -148
  566. package/esm/vef-intellisense-code-editor/hooks/use-change-handler.js +1 -10
  567. package/esm/vef-intellisense-code-editor/hooks/use-editor-options.js +1 -31
  568. package/esm/vef-intellisense-code-editor/hooks/use-path.js +1 -30
  569. package/esm/vef-intellisense-code-editor/index.js +1 -42
  570. package/esm/vef-intellisense-code-editor/loader.js +1 -120
  571. package/esm/vef-intellisense-code-editor/styles.js +9 -15
  572. package/esm/vef-intellisense-code-editor/themes/github-light.json.js +349 -3
  573. package/esm/vef-json-viewer/index.js +1 -36
  574. package/esm/vef-layout/common-styles.js +4 -10
  575. package/esm/vef-layout/components/content.js +1 -13
  576. package/esm/vef-layout/components/font-size.js +1 -68
  577. package/esm/vef-layout/components/fullscreen.js +1 -23
  578. package/esm/vef-layout/components/header-action-icons.js +6 -29
  579. package/esm/vef-layout/components/header-content.js +1 -19
  580. package/esm/vef-layout/components/header.js +6 -69
  581. package/esm/vef-layout/components/icon-boy.js +1 -69
  582. package/esm/vef-layout/components/icon-girl.js +1 -76
  583. package/esm/vef-layout/components/icon-menu-fold-left.js +1 -23
  584. package/esm/vef-layout/components/icon-menu-unfold-left.js +1 -23
  585. package/esm/vef-layout/components/menu-groups.js +15 -123
  586. package/esm/vef-layout/components/message.js +1 -11
  587. package/esm/vef-layout/components/search.js +1 -11
  588. package/esm/vef-layout/components/sider.js +5 -54
  589. package/esm/vef-layout/components/title.js +8 -53
  590. package/esm/vef-layout/components/user-avatar.js +9 -80
  591. package/esm/vef-layout/hooks/use-layout-context.js +1 -10
  592. package/esm/vef-layout/index.js +2 -33
  593. package/esm/vef-layout/logo.svg.js +1 -3
  594. package/esm/vef-layout/store.js +1 -16
  595. package/esm/vef-line-chart/index.js +1 -38
  596. package/esm/vef-loading-placeholder/index.js +5 -42
  597. package/esm/vef-login/index.js +21 -152
  598. package/esm/vef-login/login-icon.js +1 -668
  599. package/esm/vef-menu/index.js +4 -77
  600. package/esm/vef-modal/components/action-button-wrapper.js +1 -49
  601. package/esm/vef-modal/components/cancel-action-button.js +1 -18
  602. package/esm/vef-modal/components/ok-action-button.js +1 -20
  603. package/esm/vef-modal/context.js +1 -15
  604. package/esm/vef-modal/index.js +2 -239
  605. package/esm/vef-not-found/index.js +9 -45
  606. package/esm/vef-not-found/not-found-icon.js +1 -844
  607. package/esm/vef-page/index.js +10 -87
  608. package/esm/vef-pagination/index.js +1 -57
  609. package/esm/vef-pagination/props.js +1 -13
  610. package/esm/vef-paragraph/index.js +1 -89
  611. package/esm/vef-password/hooks/use-password-instance.js +1 -13
  612. package/esm/vef-password/index.js +1 -67
  613. package/esm/vef-pie-chart/index.js +8 -70
  614. package/esm/vef-popconfirm/index.js +1 -56
  615. package/esm/vef-popover/index.js +1 -34
  616. package/esm/vef-radio/hooks/use-data-options.js +1 -40
  617. package/esm/vef-radio/hooks/use-radio-instance.js +1 -20
  618. package/esm/vef-radio/index.js +3 -88
  619. package/esm/vef-rate/hooks/use-rate-instance.js +1 -13
  620. package/esm/vef-rate/index.js +1 -30
  621. package/esm/vef-responsive-container/index.js +2 -54
  622. package/esm/vef-responsive-item/index.js +2 -23
  623. package/esm/vef-ribbon/index.js +1 -38
  624. package/esm/vef-row/index.js +1 -12
  625. package/esm/vef-scroll-area/components/scrollbar.js +7 -34
  626. package/esm/vef-scroll-area/index.js +3 -69
  627. package/esm/vef-segment/index.js +1 -36
  628. package/esm/vef-select/components/option.js +3 -23
  629. package/esm/vef-select/hooks/use-data-options.js +1 -47
  630. package/esm/vef-select/hooks/use-field-names.js +1 -21
  631. package/esm/vef-select/hooks/use-render-label.js +2 -23
  632. package/esm/vef-select/hooks/use-render-option.js +1 -19
  633. package/esm/vef-select/hooks/use-select-instance.js +1 -20
  634. package/esm/vef-select/index.js +1 -100
  635. package/esm/vef-slider/hooks/use-slider-instance.js +1 -13
  636. package/esm/vef-slider/index.js +1 -34
  637. package/esm/vef-sortable-list/components/overlay-item.js +2 -31
  638. package/esm/vef-sortable-list/components/sortable-item.js +2 -75
  639. package/esm/vef-sortable-list/hooks/use-merged-items.js +1 -21
  640. package/esm/vef-sortable-list/index.js +1 -114
  641. package/esm/vef-space/index.js +1 -25
  642. package/esm/vef-spin/index.js +1 -12
  643. package/esm/vef-splitter/index.js +1 -20
  644. package/esm/vef-splitter-panel/index.js +1 -12
  645. package/esm/vef-status/index.js +1 -37
  646. package/esm/vef-table/components/columns/bool.js +1 -91
  647. package/esm/vef-table/components/columns/code.js +1 -10
  648. package/esm/vef-table/components/columns/data-dictionary.js +1 -92
  649. package/esm/vef-table/components/columns/enum.js +1 -101
  650. package/esm/vef-table/components/columns/file.js +1 -10
  651. package/esm/vef-table/components/columns/icon.js +1 -10
  652. package/esm/vef-table/components/columns/id.js +1 -82
  653. package/esm/vef-table/components/columns/image.js +1 -11
  654. package/esm/vef-table/components/columns/index.js +1 -33
  655. package/esm/vef-table/components/columns/markdown.js +1 -10
  656. package/esm/vef-table/components/columns/number.js +1 -83
  657. package/esm/vef-table/components/columns/render.js +1 -28
  658. package/esm/vef-table/components/columns/rich-text.js +1 -10
  659. package/esm/vef-table/components/columns/text.js +1 -88
  660. package/esm/vef-table/components/columns-settings.js +10 -195
  661. package/esm/vef-table/components/operation-buttons.js +2 -230
  662. package/esm/vef-table/components/settings-icon.js +3 -19
  663. package/esm/vef-table/components/table-footer.js +3 -102
  664. package/esm/vef-table/helper.js +1 -15
  665. package/esm/vef-table/hooks/use-computed-batch-buttons.js +1 -33
  666. package/esm/vef-table/hooks/use-computed-columns.js +1 -20
  667. package/esm/vef-table/hooks/use-computed-values.js +1 -38
  668. package/esm/vef-table/hooks/use-data.js +1 -57
  669. package/esm/vef-table/hooks/use-default-column-configs.js +1 -27
  670. package/esm/vef-table/hooks/use-display-value.js +1 -36
  671. package/esm/vef-table/hooks/use-helper-columns.js +1 -67
  672. package/esm/vef-table/hooks/use-operation-column-width.js +1 -50
  673. package/esm/vef-table/hooks/use-pagination-props.js +1 -44
  674. package/esm/vef-table/hooks/use-row-props.js +1 -39
  675. package/esm/vef-table/hooks/use-row-selection-config.js +1 -112
  676. package/esm/vef-table/hooks/use-selected-rows.js +1 -26
  677. package/esm/vef-table/hooks/use-table-columns.js +1 -56
  678. package/esm/vef-table/hooks/use-table-context.js +1 -21
  679. package/esm/vef-table/hooks/use-table-instance.js +1 -15
  680. package/esm/vef-table/hooks/use-table-summary.js +1 -42
  681. package/esm/vef-table/hooks/use-table-width.js +1 -13
  682. package/esm/vef-table/index.js +5 -227
  683. package/esm/vef-table/store.js +1 -17
  684. package/esm/vef-tabs/index.js +1 -25
  685. package/esm/vef-tag/index.js +1 -28
  686. package/esm/vef-temporal-picker/helper.js +1 -57
  687. package/esm/vef-temporal-picker/hooks/use-dayjs-value.js +1 -18
  688. package/esm/vef-temporal-picker/hooks/use-temporal-limit.js +1 -34
  689. package/esm/vef-temporal-picker/hooks/use-temporal-picker-instance.js +1 -19
  690. package/esm/vef-temporal-picker/index.js +1 -125
  691. package/esm/vef-temporal-range-picker/helper.js +1 -57
  692. package/esm/vef-temporal-range-picker/hooks/use-dayjs-values.js +1 -23
  693. package/esm/vef-temporal-range-picker/hooks/use-temporal-limit.js +1 -34
  694. package/esm/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +1 -19
  695. package/esm/vef-temporal-range-picker/index.js +1 -128
  696. package/esm/vef-temporal-range-picker/props.js +1 -4
  697. package/esm/vef-text/index.js +1 -80
  698. package/esm/vef-textarea/hooks/use-textarea-instance.js +1 -13
  699. package/esm/vef-textarea/index.js +1 -67
  700. package/esm/vef-title/index.js +6 -89
  701. package/esm/vef-tooltip/index.js +1 -35
  702. package/esm/vef-tree-select/hooks/use-change-handler.js +1 -33
  703. package/esm/vef-tree-select/hooks/use-data-options.js +1 -45
  704. package/esm/vef-tree-select/hooks/use-tree-select-instance.js +1 -20
  705. package/esm/vef-tree-select/index.js +1 -89
  706. package/esm/vef-virtual-grid/index.js +3 -107
  707. package/esm/vef-virtual-list/index.js +4 -215
  708. package/package.json +4 -4
@@ -1,673 +1,2 @@
1
1
  "use strict";
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
- var jsxRuntime = require('@emotion/react/jsx-runtime');
7
- var react = require('react');
8
-
9
- "use strict";
10
- function SvgLoginIcon(props) {
11
- return /* @__PURE__ */ jsxRuntime.jsxs(
12
- "svg",
13
- {
14
- viewBox: "0 0 700 700",
15
- xmlns: "http://www.w3.org/2000/svg",
16
- xmlnsXlink: "http://www.w3.org/1999/xlink",
17
- ...props,
18
- children: [
19
- /* @__PURE__ */ jsxRuntime.jsxs("defs", { children: [
20
- /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "login-icon_svg__u", children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#login-icon_svg__c" }) }),
21
- /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "login-icon_svg__v", children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#login-icon_svg__d" }) }),
22
- /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "login-icon_svg__w", children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#login-icon_svg__e" }) }),
23
- /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "login-icon_svg__x", children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#login-icon_svg__f" }) }),
24
- /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "login-icon_svg__y", children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#login-icon_svg__g" }) }),
25
- /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "login-icon_svg__z", children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#login-icon_svg__h" }) }),
26
- /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "login-icon_svg__A", children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#login-icon_svg__i" }) }),
27
- /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "login-icon_svg__B", children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#login-icon_svg__j" }) }),
28
- /* @__PURE__ */ jsxRuntime.jsx(
29
- "path",
30
- {
31
- d: "M311.3 464.9v29.6h9.8v-26.6c-3.5-2.6-7.1-3.1-9.8-3",
32
- id: "login-icon_svg__c"
33
- }
34
- ),
35
- /* @__PURE__ */ jsxRuntime.jsx(
36
- "path",
37
- {
38
- 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",
39
- id: "login-icon_svg__d"
40
- }
41
- ),
42
- /* @__PURE__ */ jsxRuntime.jsx(
43
- "path",
44
- {
45
- 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",
46
- id: "login-icon_svg__e"
47
- }
48
- ),
49
- /* @__PURE__ */ jsxRuntime.jsx(
50
- "path",
51
- {
52
- 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",
53
- id: "login-icon_svg__f"
54
- }
55
- ),
56
- /* @__PURE__ */ jsxRuntime.jsx(
57
- "path",
58
- {
59
- 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",
60
- id: "login-icon_svg__g"
61
- }
62
- ),
63
- /* @__PURE__ */ jsxRuntime.jsx(
64
- "path",
65
- {
66
- 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",
67
- id: "login-icon_svg__h"
68
- }
69
- ),
70
- /* @__PURE__ */ jsxRuntime.jsx(
71
- "path",
72
- {
73
- 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",
74
- id: "login-icon_svg__i"
75
- }
76
- ),
77
- /* @__PURE__ */ jsxRuntime.jsx(
78
- "path",
79
- {
80
- 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",
81
- id: "login-icon_svg__j"
82
- }
83
- ),
84
- /* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: "login-icon_svg__a", children: [
85
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#b0d8ff" }),
86
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.015, stopColor: "#b3d9ff" }),
87
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.145, stopColor: "#c4e1ff" }),
88
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.301, stopColor: "#d1e7ff" }),
89
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.512, stopColor: "#d8eaff" }),
90
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#daebff" })
91
- ] }),
92
- /* @__PURE__ */ jsxRuntime.jsx(
93
- "linearGradient",
94
- {
95
- gradientUnits: "userSpaceOnUse",
96
- id: "login-icon_svg__k",
97
- x1: 128.383,
98
- x2: 131.427,
99
- xlinkHref: "#login-icon_svg__a",
100
- y1: 74.959,
101
- y2: 390.046
102
- }
103
- ),
104
- /* @__PURE__ */ jsxRuntime.jsxs(
105
- "linearGradient",
106
- {
107
- gradientTransform: "rotate(-2.292 542.315 401.673)",
108
- gradientUnits: "userSpaceOnUse",
109
- id: "login-icon_svg__l",
110
- x1: 101.309,
111
- x2: 101.309,
112
- y1: 417.977,
113
- y2: 484.522,
114
- children: [
115
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.366, stopColor: "#86cf94" }),
116
- /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.989, stopColor: "#008166" })
117
- ]
118
- }
119
- ),
120
- /* @__PURE__ */ jsxRuntime.jsx(
121
- "linearGradient",
122
- {
123
- gradientUnits: "userSpaceOnUse",
124
- id: "login-icon_svg__m",
125
- x1: 391.539,
126
- x2: 391.539,
127
- xlinkHref: "#login-icon_svg__a",
128
- y1: 112.999,
129
- y2: 364.581
130
- }
131
- )
132
- ] }),
133
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M557.1 189.1h36.4v46.6h-36.4z", fill: "#b0d8ff" }),
134
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M559.3 191.2h32v42.3h-32z", fill: "#fff" }),
135
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M595.9 148.7h61.2v75.8h-61.2z", fill: "#b0d8ff" }),
136
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M599.5 152.1h54.1v69h-54.1z", fill: "#fff" }),
137
- /* @__PURE__ */ jsxRuntime.jsx(
138
- "path",
139
- {
140
- 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",
141
- fill: "#b0d8ff"
142
- }
143
- ),
144
- /* @__PURE__ */ jsxRuntime.jsx(
145
- "path",
146
- {
147
- 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",
148
- fill: "url(#login-icon_svg__k)"
149
- }
150
- ),
151
- /* @__PURE__ */ jsxRuntime.jsx(
152
- "path",
153
- {
154
- 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",
155
- fill: "#d5e1f7"
156
- }
157
- ),
158
- /* @__PURE__ */ jsxRuntime.jsx(
159
- "path",
160
- {
161
- 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",
162
- fill: "#fff"
163
- }
164
- ),
165
- /* @__PURE__ */ jsxRuntime.jsx(
166
- "path",
167
- {
168
- 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",
169
- fill: "#d5e1f7"
170
- }
171
- ),
172
- /* @__PURE__ */ jsxRuntime.jsx(
173
- "path",
174
- {
175
- 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",
176
- fill: "#fff"
177
- }
178
- ),
179
- /* @__PURE__ */ jsxRuntime.jsx(
180
- "path",
181
- {
182
- 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",
183
- fill: "#d5e1f7"
184
- }
185
- ),
186
- /* @__PURE__ */ jsxRuntime.jsx(
187
- "path",
188
- {
189
- 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",
190
- fill: "#ebf5ff"
191
- }
192
- ),
193
- /* @__PURE__ */ jsxRuntime.jsx(
194
- "path",
195
- {
196
- 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",
197
- fill: "#d5e1f7"
198
- }
199
- ),
200
- /* @__PURE__ */ jsxRuntime.jsx(
201
- "path",
202
- {
203
- 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",
204
- fill: "#fff"
205
- }
206
- ),
207
- /* @__PURE__ */ jsxRuntime.jsx(
208
- "path",
209
- {
210
- 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",
211
- fill: "#d5e1f7"
212
- }
213
- ),
214
- /* @__PURE__ */ jsxRuntime.jsx(
215
- "path",
216
- {
217
- 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",
218
- fill: "#fff"
219
- }
220
- ),
221
- /* @__PURE__ */ jsxRuntime.jsx(
222
- "path",
223
- {
224
- 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",
225
- fill: "#00d967"
226
- }
227
- ),
228
- /* @__PURE__ */ jsxRuntime.jsx(
229
- "path",
230
- {
231
- 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",
232
- fill: "#d5e1f7"
233
- }
234
- ),
235
- /* @__PURE__ */ jsxRuntime.jsx(
236
- "path",
237
- {
238
- 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",
239
- fill: "#ebf5ff"
240
- }
241
- ),
242
- /* @__PURE__ */ jsxRuntime.jsx(
243
- "path",
244
- {
245
- 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",
246
- fill: "#00d967"
247
- }
248
- ),
249
- /* @__PURE__ */ jsxRuntime.jsx(
250
- "path",
251
- {
252
- 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",
253
- fill: "#d5e1f7"
254
- }
255
- ),
256
- /* @__PURE__ */ jsxRuntime.jsx(
257
- "path",
258
- {
259
- 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",
260
- fill: "#ebf5ff"
261
- }
262
- ),
263
- /* @__PURE__ */ jsxRuntime.jsx(
264
- "path",
265
- {
266
- 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",
267
- fill: "#00d967"
268
- }
269
- ),
270
- /* @__PURE__ */ jsxRuntime.jsx(
271
- "path",
272
- {
273
- 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",
274
- fill: "#d5e1f7"
275
- }
276
- ),
277
- /* @__PURE__ */ jsxRuntime.jsx(
278
- "path",
279
- {
280
- 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",
281
- fill: "#ebf5ff"
282
- }
283
- ),
284
- /* @__PURE__ */ jsxRuntime.jsx(
285
- "path",
286
- {
287
- 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",
288
- fill: "#daebff"
289
- }
290
- ),
291
- /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: 256.5, cy: 565.8, fill: "#e2eefa", rx: 64.2, ry: 17.3 }),
292
- /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: 98.2, cy: 538.9, fill: "#e2eefa", rx: 30.8, ry: 9.6 }),
293
- /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: 315.6, cy: 545.4, fill: "#e2eefa", rx: 52.8, ry: 13 }),
294
- /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: 613.8, cy: 523.6, fill: "#e2eefa", rx: 83.2, ry: 9.1 }),
295
- /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: 450.3, cy: 569.4, fill: "#e2eefa", rx: 24, ry: 7.5 }),
296
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 495.3h657v4.4H3z", fill: "#d3e2f9" }),
297
- /* @__PURE__ */ jsxRuntime.jsx(
298
- "path",
299
- {
300
- 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",
301
- fill: "#d1e3ff"
302
- }
303
- ),
304
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M548.9 452.9H615v55.7h-66.1z", fill: "#e3eeff" }),
305
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M614.9 452.9h65.5v55.7h-65.5z", fill: "#e3eeff" }),
306
- /* @__PURE__ */ jsxRuntime.jsx(
307
- "path",
308
- {
309
- d: "M548.9 271.8h131.6V320H548.9zM548.9 332.2h131.6v48.2H548.9zM548.9 392.6h131.6v48.2H548.9z",
310
- fill: "#f5fcff"
311
- }
312
- ),
313
- /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: 600.6, cy: 469.5, fill: "#d1e3ff", rx: 4.7, ry: 4.4 }),
314
- /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: 630.1, cy: 469.5, fill: "#d1e3ff", rx: 4.7, ry: 4.4 }),
315
- /* @__PURE__ */ jsxRuntime.jsxs("g", { stroke: "#b6d4ff", strokeMiterlimit: 10, children: [
316
- /* @__PURE__ */ jsxRuntime.jsx(
317
- "path",
318
- {
319
- 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",
320
- fill: "#d1e3ff",
321
- strokeWidth: 0.221
322
- }
323
- ),
324
- /* @__PURE__ */ jsxRuntime.jsx(
325
- "path",
326
- {
327
- 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",
328
- fill: "#d1e3ff",
329
- strokeWidth: 0.221
330
- }
331
- ),
332
- /* @__PURE__ */ jsxRuntime.jsx(
333
- "path",
334
- {
335
- d: "m664.9 313-8.8 6.3-23.3-29.3 8.8-6.3z",
336
- fill: "#d1e3ff",
337
- strokeWidth: 0.221
338
- }
339
- ),
340
- /* @__PURE__ */ jsxRuntime.jsx(
341
- "ellipse",
342
- {
343
- cx: 649,
344
- cy: 414.6,
345
- fill: "#d1e3ff",
346
- rx: 16.5,
347
- ry: 15.7,
348
- strokeWidth: 0.221
349
- }
350
- ),
351
- /* @__PURE__ */ jsxRuntime.jsx(
352
- "path",
353
- {
354
- d: "M649 433.5c-11 0-19.9-8.5-19.9-18.9s8.9-18.9 19.9-18.9",
355
- fill: "none",
356
- strokeWidth: 0.515
357
- }
358
- ),
359
- /* @__PURE__ */ jsxRuntime.jsx(
360
- "path",
361
- {
362
- d: "M636.5 437.6h23.9v3.1h-23.9z",
363
- fill: "#d1e3ff",
364
- strokeWidth: 0.221
365
- }
366
- ),
367
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M647.5 429.3h1.6v9h-1.6z", fill: "#d1e3ff", strokeWidth: 0.221 })
368
- ] }),
369
- /* @__PURE__ */ jsxRuntime.jsx(
370
- "path",
371
- {
372
- 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",
373
- fill: "#00d967"
374
- }
375
- ),
376
- /* @__PURE__ */ jsxRuntime.jsx(
377
- "path",
378
- {
379
- 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",
380
- fill: "url(#login-icon_svg__l)",
381
- opacity: 0.45
382
- }
383
- ),
384
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M75.9 497.7h52v43.5h-52z", fill: "#b0d8ff" }),
385
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M117.7 497.7h10.2v43.5h-10.2z", fill: "#daebff" }),
386
- /* @__PURE__ */ jsxRuntime.jsx(
387
- "path",
388
- {
389
- 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",
390
- fill: "#b0d8ff"
391
- }
392
- ),
393
- /* @__PURE__ */ jsxRuntime.jsx(
394
- "path",
395
- {
396
- 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",
397
- fill: "url(#login-icon_svg__m)"
398
- }
399
- ),
400
- /* @__PURE__ */ jsxRuntime.jsx(
401
- "path",
402
- {
403
- 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",
404
- fill: "#00d967"
405
- }
406
- ),
407
- /* @__PURE__ */ jsxRuntime.jsx(
408
- "path",
409
- {
410
- 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",
411
- fill: "#006dfe"
412
- }
413
- ),
414
- /* @__PURE__ */ jsxRuntime.jsx(
415
- "path",
416
- {
417
- 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",
418
- fill: "#00d967"
419
- }
420
- ),
421
- /* @__PURE__ */ jsxRuntime.jsx(
422
- "path",
423
- {
424
- 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",
425
- fill: "#006dfe"
426
- }
427
- ),
428
- /* @__PURE__ */ jsxRuntime.jsx(
429
- "path",
430
- {
431
- 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",
432
- fill: "#00d967"
433
- }
434
- ),
435
- /* @__PURE__ */ jsxRuntime.jsx(
436
- "path",
437
- {
438
- 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",
439
- fill: "#006dfe"
440
- }
441
- ),
442
- /* @__PURE__ */ jsxRuntime.jsx(
443
- "path",
444
- {
445
- 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",
446
- fill: "#00d967"
447
- }
448
- ),
449
- /* @__PURE__ */ jsxRuntime.jsx(
450
- "path",
451
- {
452
- 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",
453
- fill: "#006dfe"
454
- }
455
- ),
456
- /* @__PURE__ */ jsxRuntime.jsx(
457
- "path",
458
- {
459
- 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",
460
- fill: "#00d967"
461
- }
462
- ),
463
- /* @__PURE__ */ jsxRuntime.jsx(
464
- "path",
465
- {
466
- 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",
467
- fill: "#006dfe"
468
- }
469
- ),
470
- /* @__PURE__ */ jsxRuntime.jsx("use", { fill: "#b0d8ff", xlinkHref: "#login-icon_svg__c" }),
471
- /* @__PURE__ */ jsxRuntime.jsx(
472
- "path",
473
- {
474
- clipPath: "url(#login-icon_svg__u)",
475
- 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",
476
- opacity: 0.34
477
- }
478
- ),
479
- /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: 280.6, cy: 541, fill: "#191e56", rx: 7.5, ry: 8.3 }),
480
- /* @__PURE__ */ jsxRuntime.jsx(
481
- "path",
482
- {
483
- 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",
484
- fill: "#191e56"
485
- }
486
- ),
487
- /* @__PURE__ */ jsxRuntime.jsx(
488
- "path",
489
- {
490
- 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",
491
- fill: "#0542bf"
492
- }
493
- ),
494
- /* @__PURE__ */ jsxRuntime.jsx("use", { fill: "#006dfe", xlinkHref: "#login-icon_svg__d" }),
495
- /* @__PURE__ */ jsxRuntime.jsx(
496
- "path",
497
- {
498
- clipPath: "url(#login-icon_svg__v)",
499
- 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",
500
- fill: "#004efc"
501
- }
502
- ),
503
- /* @__PURE__ */ jsxRuntime.jsx("use", { fill: "#ffab00", xlinkHref: "#login-icon_svg__e" }),
504
- /* @__PURE__ */ jsxRuntime.jsx(
505
- "path",
506
- {
507
- clipPath: "url(#login-icon_svg__w)",
508
- 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",
509
- fill: "#fe8e00"
510
- }
511
- ),
512
- /* @__PURE__ */ jsxRuntime.jsx(
513
- "path",
514
- {
515
- 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",
516
- fill: "#ffab00"
517
- }
518
- ),
519
- /* @__PURE__ */ jsxRuntime.jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__f" }),
520
- /* @__PURE__ */ jsxRuntime.jsx(
521
- "path",
522
- {
523
- clipPath: "url(#login-icon_svg__x)",
524
- 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",
525
- fill: "#1a1a7c"
526
- }
527
- ),
528
- /* @__PURE__ */ jsxRuntime.jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__g" }),
529
- /* @__PURE__ */ jsxRuntime.jsx(
530
- "path",
531
- {
532
- clipPath: "url(#login-icon_svg__y)",
533
- 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",
534
- fill: "#1a1a7c"
535
- }
536
- ),
537
- /* @__PURE__ */ jsxRuntime.jsx(
538
- "path",
539
- {
540
- 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",
541
- fill: "#191e56"
542
- }
543
- ),
544
- /* @__PURE__ */ jsxRuntime.jsx(
545
- "path",
546
- {
547
- 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",
548
- fill: "#0542bf"
549
- }
550
- ),
551
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M359.7 382H432v8.8h-72.3z", fill: "#ffab00" }),
552
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M361.6 390.8h72.3v8.8h-72.3z", fill: "#00d967" }),
553
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M358.1 399.5h72.3v8.8h-72.3z", fill: "#de4d30" }),
554
- /* @__PURE__ */ jsxRuntime.jsx(
555
- "path",
556
- {
557
- 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",
558
- fill: "#9bb4c9"
559
- }
560
- ),
561
- /* @__PURE__ */ jsxRuntime.jsx(
562
- "path",
563
- {
564
- 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",
565
- fill: "#4143c5"
566
- }
567
- ),
568
- /* @__PURE__ */ jsxRuntime.jsx(
569
- "path",
570
- {
571
- 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",
572
- fill: "#9bb4c9"
573
- }
574
- ),
575
- /* @__PURE__ */ jsxRuntime.jsx(
576
- "path",
577
- {
578
- 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",
579
- fill: "#4143c5"
580
- }
581
- ),
582
- /* @__PURE__ */ jsxRuntime.jsx(
583
- "path",
584
- {
585
- 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",
586
- fill: "#9bb4c9"
587
- }
588
- ),
589
- /* @__PURE__ */ jsxRuntime.jsx(
590
- "path",
591
- {
592
- 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",
593
- fill: "#4143c5"
594
- }
595
- ),
596
- /* @__PURE__ */ jsxRuntime.jsx(
597
- "path",
598
- {
599
- 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",
600
- fill: "#859ad0"
601
- }
602
- ),
603
- /* @__PURE__ */ jsxRuntime.jsx(
604
- "path",
605
- {
606
- 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",
607
- fill: "#191e56"
608
- }
609
- ),
610
- /* @__PURE__ */ jsxRuntime.jsx(
611
- "path",
612
- {
613
- 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",
614
- fill: "#0542bf"
615
- }
616
- ),
617
- /* @__PURE__ */ jsxRuntime.jsx("use", { fill: "#ffaca6", xlinkHref: "#login-icon_svg__h" }),
618
- /* @__PURE__ */ jsxRuntime.jsx(
619
- "path",
620
- {
621
- clipPath: "url(#login-icon_svg__z)",
622
- 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",
623
- fill: "#ea756c"
624
- }
625
- ),
626
- /* @__PURE__ */ jsxRuntime.jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__i" }),
627
- /* @__PURE__ */ jsxRuntime.jsx(
628
- "path",
629
- {
630
- clipPath: "url(#login-icon_svg__A)",
631
- 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",
632
- fill: "#172272"
633
- }
634
- ),
635
- /* @__PURE__ */ jsxRuntime.jsx("use", { fill: "#ffaca6", xlinkHref: "#login-icon_svg__j" }),
636
- /* @__PURE__ */ jsxRuntime.jsx(
637
- "path",
638
- {
639
- clipPath: "url(#login-icon_svg__B)",
640
- 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",
641
- fill: "#ea756c"
642
- }
643
- ),
644
- /* @__PURE__ */ jsxRuntime.jsx(
645
- "path",
646
- {
647
- 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",
648
- fill: "#ffaca6"
649
- }
650
- ),
651
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M225.7 400.9h101.8v7.4H225.7z", fill: "#78c2ff" }),
652
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M300.5 408.3h-88.7L199 346.1h88.7z", fill: "#b0d8ff" }),
653
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M293.9 408.3h-88.7l-12.9-62.2H281z", fill: "#78c2ff" }),
654
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M456.5 375.6h44.2v19.5h-44.2z", fill: "#daebff" }),
655
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M474.3 395.2h44.2v19.5h-44.2z", fill: "#ebf5ff" }),
656
- /* @__PURE__ */ jsxRuntime.jsx(
657
- "ellipse",
658
- {
659
- cx: 239.6,
660
- cy: 372,
661
- fill: "#fff",
662
- rx: 8.3,
663
- ry: 9.2,
664
- transform: "rotate(-8.069 239.64 372.176)"
665
- }
666
- )
667
- ]
668
- }
669
- );
670
- }
671
- const Memo = react.memo(SvgLoginIcon);
672
-
673
- exports.default = Memo;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var l=require("@emotion/react/jsx-runtime"),s=require("react");function i(c){return l.jsxs("svg",{viewBox:"0 0 700 700",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...c,children:[l.jsxs("defs",{children:[l.jsx("clipPath",{id:"login-icon_svg__u",children:l.jsx("use",{xlinkHref:"#login-icon_svg__c"})}),l.jsx("clipPath",{id:"login-icon_svg__v",children:l.jsx("use",{xlinkHref:"#login-icon_svg__d"})}),l.jsx("clipPath",{id:"login-icon_svg__w",children:l.jsx("use",{xlinkHref:"#login-icon_svg__e"})}),l.jsx("clipPath",{id:"login-icon_svg__x",children:l.jsx("use",{xlinkHref:"#login-icon_svg__f"})}),l.jsx("clipPath",{id:"login-icon_svg__y",children:l.jsx("use",{xlinkHref:"#login-icon_svg__g"})}),l.jsx("clipPath",{id:"login-icon_svg__z",children:l.jsx("use",{xlinkHref:"#login-icon_svg__h"})}),l.jsx("clipPath",{id:"login-icon_svg__A",children:l.jsx("use",{xlinkHref:"#login-icon_svg__i"})}),l.jsx("clipPath",{id:"login-icon_svg__B",children:l.jsx("use",{xlinkHref:"#login-icon_svg__j"})}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.jsxs("linearGradient",{id:"login-icon_svg__a",children:[l.jsx("stop",{offset:0,stopColor:"#b0d8ff"}),l.jsx("stop",{offset:.015,stopColor:"#b3d9ff"}),l.jsx("stop",{offset:.145,stopColor:"#c4e1ff"}),l.jsx("stop",{offset:.301,stopColor:"#d1e7ff"}),l.jsx("stop",{offset:.512,stopColor:"#d8eaff"}),l.jsx("stop",{offset:1,stopColor:"#daebff"})]}),l.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}),l.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:[l.jsx("stop",{offset:.366,stopColor:"#86cf94"}),l.jsx("stop",{offset:.989,stopColor:"#008166"})]}),l.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})]}),l.jsx("path",{d:"M557.1 189.1h36.4v46.6h-36.4z",fill:"#b0d8ff"}),l.jsx("path",{d:"M559.3 191.2h32v42.3h-32z",fill:"#fff"}),l.jsx("path",{d:"M595.9 148.7h61.2v75.8h-61.2z",fill:"#b0d8ff"}),l.jsx("path",{d:"M599.5 152.1h54.1v69h-54.1z",fill:"#fff"}),l.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"}),l.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)"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.jsx("ellipse",{cx:256.5,cy:565.8,fill:"#e2eefa",rx:64.2,ry:17.3}),l.jsx("ellipse",{cx:98.2,cy:538.9,fill:"#e2eefa",rx:30.8,ry:9.6}),l.jsx("ellipse",{cx:315.6,cy:545.4,fill:"#e2eefa",rx:52.8,ry:13}),l.jsx("ellipse",{cx:613.8,cy:523.6,fill:"#e2eefa",rx:83.2,ry:9.1}),l.jsx("ellipse",{cx:450.3,cy:569.4,fill:"#e2eefa",rx:24,ry:7.5}),l.jsx("path",{d:"M3 495.3h657v4.4H3z",fill:"#d3e2f9"}),l.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"}),l.jsx("path",{d:"M548.9 452.9H615v55.7h-66.1z",fill:"#e3eeff"}),l.jsx("path",{d:"M614.9 452.9h65.5v55.7h-65.5z",fill:"#e3eeff"}),l.jsx("path",{d:"M548.9 271.8h131.6V320H548.9zM548.9 332.2h131.6v48.2H548.9zM548.9 392.6h131.6v48.2H548.9z",fill:"#f5fcff"}),l.jsx("ellipse",{cx:600.6,cy:469.5,fill:"#d1e3ff",rx:4.7,ry:4.4}),l.jsx("ellipse",{cx:630.1,cy:469.5,fill:"#d1e3ff",rx:4.7,ry:4.4}),l.jsxs("g",{stroke:"#b6d4ff",strokeMiterlimit:10,children:[l.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:.221}),l.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:.221}),l.jsx("path",{d:"m664.9 313-8.8 6.3-23.3-29.3 8.8-6.3z",fill:"#d1e3ff",strokeWidth:.221}),l.jsx("ellipse",{cx:649,cy:414.6,fill:"#d1e3ff",rx:16.5,ry:15.7,strokeWidth:.221}),l.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:.515}),l.jsx("path",{d:"M636.5 437.6h23.9v3.1h-23.9z",fill:"#d1e3ff",strokeWidth:.221}),l.jsx("path",{d:"M647.5 429.3h1.6v9h-1.6z",fill:"#d1e3ff",strokeWidth:.221})]}),l.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"}),l.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:.45}),l.jsx("path",{d:"M75.9 497.7h52v43.5h-52z",fill:"#b0d8ff"}),l.jsx("path",{d:"M117.7 497.7h10.2v43.5h-10.2z",fill:"#daebff"}),l.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"}),l.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)"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.jsx("use",{fill:"#b0d8ff",xlinkHref:"#login-icon_svg__c"}),l.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:.34}),l.jsx("ellipse",{cx:280.6,cy:541,fill:"#191e56",rx:7.5,ry:8.3}),l.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"}),l.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"}),l.jsx("use",{fill:"#006dfe",xlinkHref:"#login-icon_svg__d"}),l.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"}),l.jsx("use",{fill:"#ffab00",xlinkHref:"#login-icon_svg__e"}),l.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"}),l.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"}),l.jsx("use",{fill:"#1e2889",xlinkHref:"#login-icon_svg__f"}),l.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"}),l.jsx("use",{fill:"#1e2889",xlinkHref:"#login-icon_svg__g"}),l.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"}),l.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"}),l.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"}),l.jsx("path",{d:"M359.7 382H432v8.8h-72.3z",fill:"#ffab00"}),l.jsx("path",{d:"M361.6 390.8h72.3v8.8h-72.3z",fill:"#00d967"}),l.jsx("path",{d:"M358.1 399.5h72.3v8.8h-72.3z",fill:"#de4d30"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.jsx("use",{fill:"#ffaca6",xlinkHref:"#login-icon_svg__h"}),l.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"}),l.jsx("use",{fill:"#1e2889",xlinkHref:"#login-icon_svg__i"}),l.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"}),l.jsx("use",{fill:"#ffaca6",xlinkHref:"#login-icon_svg__j"}),l.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"}),l.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"}),l.jsx("path",{d:"M225.7 400.9h101.8v7.4H225.7z",fill:"#78c2ff"}),l.jsx("path",{d:"M300.5 408.3h-88.7L199 346.1h88.7z",fill:"#b0d8ff"}),l.jsx("path",{d:"M293.9 408.3h-88.7l-12.9-62.2H281z",fill:"#78c2ff"}),l.jsx("path",{d:"M456.5 375.6h44.2v19.5h-44.2z",fill:"#daebff"}),l.jsx("path",{d:"M474.3 395.2h44.2v19.5h-44.2z",fill:"#ebf5ff"}),l.jsx("ellipse",{cx:239.6,cy:372,fill:"#fff",rx:8.3,ry:9.2,transform:"rotate(-8.069 239.64 372.176)"})]})}const h=s.memo(i);exports.default=h;