@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,175 +1,174 @@
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 ErrorIcon(props) {
5
- return /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
6
- /* @__PURE__ */ jsxs("defs", { children: [
7
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__a", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.472, children: [
8
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
9
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
10
- ] }),
11
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__b", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.472, children: [
12
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
13
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
14
- ] }),
15
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__c", spreadMethod: "pad", x1: 0, x2: 1, y1: -0.031, y2: -0.031, children: [
16
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#fff5de" }),
17
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fbd2ac" })
18
- ] }),
19
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__d", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
20
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
21
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
22
- ] }),
23
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__e", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
24
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
25
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
26
- ] }),
27
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__f", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
28
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
29
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
30
- ] }),
31
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__g", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
32
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
33
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
34
- ] }),
35
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__h", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.434, children: [
36
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
37
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
38
- ] }),
39
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__i", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
40
- /* @__PURE__ */ jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
41
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
42
- ] }),
43
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__j", spreadMethod: "pad", x1: 0.059, x2: 0.6, y1: 0.609, y2: 0.371, children: [
44
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
45
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
46
- ] }),
47
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__k", spreadMethod: "pad", x1: 0.445, x2: 0.583, y1: -0.065, y2: 0, children: [
48
- /* @__PURE__ */ jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
49
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
50
- ] }),
51
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__l", spreadMethod: "pad", x1: 0.284, x2: 0.5, y1: 0.87, y2: 0.305, children: [
52
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
53
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
54
- ] }),
55
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__m", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
56
- /* @__PURE__ */ jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
57
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
58
- ] }),
59
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__n", spreadMethod: "pad", x1: 0.802, x2: 0.402, y1: 0.781, y2: 0.012, children: [
60
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
61
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
62
- ] }),
63
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__o", spreadMethod: "pad", x1: 0.17, x2: 0.731, y1: 0.776, y2: 0.273, children: [
64
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
65
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
66
- ] }),
67
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__p", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.669, y2: 0.361, children: [
68
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
69
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
70
- ] }),
71
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__q", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.644, y2: 0.382, children: [
72
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
73
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
74
- ] }),
75
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__r", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.639, y2: 0.385, children: [
76
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
77
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
78
- ] }),
79
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__s", spreadMethod: "pad", x1: 0.492, x2: 0.5, y1: 0.87, y2: 0.305, children: [
80
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
81
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
82
- ] }),
83
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__t", spreadMethod: "pad", x1: -0.541, x2: 0.5, y1: 0.571, y2: 0.463, children: [
84
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
85
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
86
- ] }),
87
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__u", spreadMethod: "pad", x1: 0.224, x2: 0.5, y1: -0.089, y2: 0.774, children: [
88
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
89
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
90
- ] }),
91
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__v", spreadMethod: "pad", x1: 0.454, x2: 0.5, y1: -0.115, y2: 0.786, children: [
92
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
93
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
94
- ] }),
95
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__w", spreadMethod: "pad", x1: 0.477, x2: 0.5, y1: -0.115, y2: 0.786, children: [
96
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
97
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
98
- ] }),
99
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__x", spreadMethod: "pad", x1: 0.439, x2: 0.5, y1: -0.115, y2: 0.786, children: [
100
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
101
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
102
- ] }),
103
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__y", spreadMethod: "pad", x1: 0, x2: 1.132, y1: 0.776, y2: 0.776, children: [
104
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
105
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
106
- ] }),
107
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__z", spreadMethod: "pad", x1: 0, x2: 1, y1: -0.118, y2: -0.118, children: [
108
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#f5dda7" }),
109
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fa9a41" })
110
- ] }),
111
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__A", spreadMethod: "pad", x1: 0.863, x2: 0, y1: -0.028, y2: -0.028, children: [
112
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#1d181c" }),
113
- /* @__PURE__ */ jsx("stop", { offset: 0.3, stopColor: "#2c2422" }),
114
- /* @__PURE__ */ jsx("stop", { offset: 0.5, stopColor: "#42352c" }),
115
- /* @__PURE__ */ jsx("stop", { offset: 0.7, stopColor: "#57352c" }),
116
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#923629" })
117
- ] }),
118
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__B", spreadMethod: "pad", x1: 0.863, x2: 0, y1: -0.028, y2: -0.028, children: [
119
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#1d181c" }),
120
- /* @__PURE__ */ jsx("stop", { offset: 0.3, stopColor: "#2c2422" }),
121
- /* @__PURE__ */ jsx("stop", { offset: 0.5, stopColor: "#42352c" }),
122
- /* @__PURE__ */ jsx("stop", { offset: 0.7, stopColor: "#57352c" }),
123
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#923629" })
124
- ] }),
125
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__C", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
126
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#ffb859" }),
127
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#f97b61" })
128
- ] }),
129
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__D", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
130
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#ffb859" }),
131
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#f97b61" })
1
+ import { jsxs as r, jsx as o } from "@emotion/react/jsx-runtime";
2
+ function s(t) {
3
+ return /* @__PURE__ */ r("svg", { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", ...t, children: [
4
+ /* @__PURE__ */ r("defs", { children: [
5
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__a", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.472, children: [
6
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
7
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
8
+ ] }),
9
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__b", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.472, children: [
10
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
11
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
12
+ ] }),
13
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__c", spreadMethod: "pad", x1: 0, x2: 1, y1: -0.031, y2: -0.031, children: [
14
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#fff5de" }),
15
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#fbd2ac" })
16
+ ] }),
17
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__d", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
18
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
19
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
20
+ ] }),
21
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__e", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
22
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
23
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
24
+ ] }),
25
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__f", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
26
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
27
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
28
+ ] }),
29
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__g", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
30
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
31
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
32
+ ] }),
33
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__h", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.434, children: [
34
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
35
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
36
+ ] }),
37
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__i", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
38
+ /* @__PURE__ */ o("stop", { offset: 0.032, stopColor: "#afdef9" }),
39
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#7cc9f9" })
40
+ ] }),
41
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__j", spreadMethod: "pad", x1: 0.059, x2: 0.6, y1: 0.609, y2: 0.371, children: [
42
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
43
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
44
+ ] }),
45
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__k", spreadMethod: "pad", x1: 0.445, x2: 0.583, y1: -0.065, y2: 0, children: [
46
+ /* @__PURE__ */ o("stop", { offset: 0.032, stopColor: "#afdef9" }),
47
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#7cc9f9" })
48
+ ] }),
49
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__l", spreadMethod: "pad", x1: 0.284, x2: 0.5, y1: 0.87, y2: 0.305, children: [
50
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
51
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
52
+ ] }),
53
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__m", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
54
+ /* @__PURE__ */ o("stop", { offset: 0.032, stopColor: "#afdef9" }),
55
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#7cc9f9" })
56
+ ] }),
57
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__n", spreadMethod: "pad", x1: 0.802, x2: 0.402, y1: 0.781, y2: 0.012, children: [
58
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
59
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
60
+ ] }),
61
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__o", spreadMethod: "pad", x1: 0.17, x2: 0.731, y1: 0.776, y2: 0.273, children: [
62
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
63
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
64
+ ] }),
65
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__p", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.669, y2: 0.361, children: [
66
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
67
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
68
+ ] }),
69
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__q", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.644, y2: 0.382, children: [
70
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
71
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
72
+ ] }),
73
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__r", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.639, y2: 0.385, children: [
74
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
75
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
76
+ ] }),
77
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__s", spreadMethod: "pad", x1: 0.492, x2: 0.5, y1: 0.87, y2: 0.305, children: [
78
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
79
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
80
+ ] }),
81
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__t", spreadMethod: "pad", x1: -0.541, x2: 0.5, y1: 0.571, y2: 0.463, children: [
82
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
83
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
84
+ ] }),
85
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__u", spreadMethod: "pad", x1: 0.224, x2: 0.5, y1: -0.089, y2: 0.774, children: [
86
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
87
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
88
+ ] }),
89
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__v", spreadMethod: "pad", x1: 0.454, x2: 0.5, y1: -0.115, y2: 0.786, children: [
90
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
91
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
92
+ ] }),
93
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__w", spreadMethod: "pad", x1: 0.477, x2: 0.5, y1: -0.115, y2: 0.786, children: [
94
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
95
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
96
+ ] }),
97
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__x", spreadMethod: "pad", x1: 0.439, x2: 0.5, y1: -0.115, y2: 0.786, children: [
98
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
99
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
100
+ ] }),
101
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__y", spreadMethod: "pad", x1: 0, x2: 1.132, y1: 0.776, y2: 0.776, children: [
102
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
103
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
104
+ ] }),
105
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__z", spreadMethod: "pad", x1: 0, x2: 1, y1: -0.118, y2: -0.118, children: [
106
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#f5dda7" }),
107
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#fa9a41" })
108
+ ] }),
109
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__A", spreadMethod: "pad", x1: 0.863, x2: 0, y1: -0.028, y2: -0.028, children: [
110
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#1d181c" }),
111
+ /* @__PURE__ */ o("stop", { offset: 0.3, stopColor: "#2c2422" }),
112
+ /* @__PURE__ */ o("stop", { offset: 0.5, stopColor: "#42352c" }),
113
+ /* @__PURE__ */ o("stop", { offset: 0.7, stopColor: "#57352c" }),
114
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#923629" })
115
+ ] }),
116
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__B", spreadMethod: "pad", x1: 0.863, x2: 0, y1: -0.028, y2: -0.028, children: [
117
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#1d181c" }),
118
+ /* @__PURE__ */ o("stop", { offset: 0.3, stopColor: "#2c2422" }),
119
+ /* @__PURE__ */ o("stop", { offset: 0.5, stopColor: "#42352c" }),
120
+ /* @__PURE__ */ o("stop", { offset: 0.7, stopColor: "#57352c" }),
121
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#923629" })
122
+ ] }),
123
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__C", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
124
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#ffb859" }),
125
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#f97b61" })
126
+ ] }),
127
+ /* @__PURE__ */ r("linearGradient", { gradientUnits: "objectBoundingBox", id: "error-icon_svg__D", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
128
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#ffb859" }),
129
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#f97b61" })
132
130
  ] })
133
131
  ] }),
134
- /* @__PURE__ */ jsx("path", { d: "M0 0h1024v1024H0Z", fill: "none" }),
135
- /* @__PURE__ */ jsx("path", { d: "M76.8 581.8 72 559.4l-4.2-23.8-3.6-28.8-1.9-26.5-.2-22.1.3-11.2.8-11.2 1.2-11.2 1.7-11.2 2.1-10.9 2.7-10.6 2.5-7.9 2.8-7.7 3.1-7.4 3.5-7.1 3.9-7 4.3-6.6 4.7-6.3 5.2-6 5.6-5.6 6.1-5.2 6.6-4.8 7.2-4.4 5.9-3 6.4-2.8 6.7-2.5 7.3-2.2 7.7-1.9 17.7-3.4 16.8-2.8 15.8-2.2 16-1.8 29.3-2.5 21.2-1.1 56.2-2.4 22.6-1.8 10.4-1.2 10.3-1.6 9.9-2.2 9.4-2.5 6.9-2.3 6.8-2.7 6.6-3 6.5-3.5 6.1-3.8 6.2-4.3 6-4.9 22.9-21.2 14.4-11.9 12.4-8.6 6.1-3.6 5.6-2.8 5.2-2.2 5.3-1.8 5.2-1.3 10-1.4 10.5-.2 8.1.5 28.8 2.6 7.3.3 7.4-.4 7.5-.9 7.4-1.4 7.5-1.8 7.5-2.2 14.5-5.4 17.6-8.2 9.8-5.2 17.9-10.6 28.7-18.8 12.7-6.2 8.9-3.6 13.3-4.4 15.5-4 17.2-2.7 8.8-.8 9.2-.3 9.5.3 14.3 1.6 14.6 3.3 7.2 2.2 7.1 2.8 7.3 3.4 7.2 3.9 6.9 4.4 6.9 5 6.9 5.8 6.8 6.5 5.1 5.4 10 12.5 9.8 14.9 8.6 16.1 4.2 9.1 4.1 9.9 7.4 21.1 6.4 23.3 3 13 2.8 14 1.5 23.4 2.4 47.1.8 38.6-.5 29.5-.7 14.5-1.2 13.9-3 23.3-1.7 9.5-4.2 17.5-2.7 8.6-3 8-3.2 7.5-3.6 6.9-3.2 5.5-3.5 5-3.6 4.7-3.9 4.3-9.5 9-4.4 4.8-3.4 4.6-2.7 4.3-2.3 4.8-1.6 4.5-1 4.3-.4 4.1.1 4.3.5 4 1 4 1.5 3.8 4 7.2 5.4 6.7 4.2 4 4.6 3.7 5 3.4 5.2 3 5.4 2.6 5.4 2.2 5.6 1.8 5.4 1.4 8.4 1.5 2.5.9 2 1.2 1.5 1.5 1.2 1.7.9 2.5.4 2.8-.2 3.4-.8 4.1-3.1 7.9-2.4 4.6-3.2 5.1-4.5 6.3-5.5 6.8-6.5 7.2-7 6.9-7.8 7-8.7 7.2-9 6.8-9.8 6.6-10.5 6.5-8 4.5-17 8.3-14.3 6-7.4 2.6-9.9 3.1-15.6 4.3-20.1 5-21.6 4.8-25.3 5.1-26.5 4.9-29.4 4.8-30.4 4.4-32.6 4.1-22 2.4-46 4-47 2.8-24 .8-24 .4-23.9-.1-24-.5-23.9-1.1-23.6-1.6-23.3-2.2-17.5-2-17.1-2.4-16.7-2.8-16.4-3.1-16.4-3.6-15.9-4-15.3-4.4L213 802l-8.6-4-8.2-4.4-7.8-4.7-7.4-5.2-7.2-5.5-6.8-5.8-6.5-6.1-6.1-6.4-7.8-8.9-7.2-9.2-6.6-9.5-6.2-9.8-5.8-9.9-5.2-10-4.9-10.2-8.5-19.9-5.4-14.9-4.6-14-4-13.7-6-23.8z", fill: "#47b0f1", fillOpacity: 0.05 }),
136
- /* @__PURE__ */ jsx("path", { d: "m158 329 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H109l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H106l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H155l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z", fill: "url(#error-icon_svg__a)", fillOpacity: 0.1 }),
137
- /* @__PURE__ */ jsx("path", { d: "m858 159 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H809l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H806l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H855l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z", fill: "url(#error-icon_svg__b)", fillOpacity: 0.1 }),
138
- /* @__PURE__ */ jsx("path", { d: "m514.5 712 32.9.2 31.8.7 30.9 1.1 30.8 1.5 29.5 1.8 28.2 2.2 28.2 2.7 26.5 3 24.8 3.2 24.8 3.7 22.7 3.9 20.7 4 13.5.3 12.9.8 12.4 1.1 12.4 1.6 11.6 1.9 10.9 2.2 10.8 2.6 9.8 2.9 8.8 3.1 8.8 3.6 7.5 3.7 6.5 3.8 4.7 3.2 3.9 3.3 3.3 3.2 2.7 3.3 2.3 3.6 1.6 3.6 1 3.6.3 3.6-.3 3.5-.9 3.5-1.5 3.5-2.2 3.5-2.5 3.2-3.1 3.1-3.8 3.2-4.4 3.2-6.1 3.7-7.2 3.7-8.2 3.5-8.5 3.1-9.3 2.8-10.2 2.7-10.3 2.3-11.1 2-11.8 1.6-27.4 7.1-15.7 3.5.5 6.3-.3 4.4-.8 4.3-1.3 4.3-1.8 4.3-2.5 4.3-5.9 7.8-8.1 8-4.9 3.9-6.2 4.5-7 4.4-7.8 4.3-8.8 4.3-8.6 3.8-19.5 7.3-21.7 6.5-23.3 5.6-12.7 2.4-16.8 2.8-17.6 2.4-18.6 1.9-18.6 1.4-19.3.8-19.9.3-31-.7-14.8-.8-29.1-2.7-14-1.8-26.4-4.4-13.1-2.7-24-6-22.1-7.1-10.2-3.8-9.4-4-8.6-4.1-8.7-4.7-7.6-4.7-6.8-4.7-5.8-4.7-4.6-4.3-4-4.2-3.3-4.3-2.7-4.2-2.2-4.2-28-2.4-26.4-2.6-24.9-2.9-24.9-3.3-23-3.6-21.2-3.7-21.2-4.2-19-4.4-17-4.4-12.9-3.8-11.4-3.7-10-3.8-8.9-3.6-7.4-3.5-6.3-3.5-5.3-3.3-8.3-6.3-3.1-3.2-2.4-3.1-1.8-2.9-1.2-2.9-.7-2.9-.3-2.9.2-2.8.8-2.9 1.1-2.8 1.8-2.9 2.3-3 3-3.1 3.6-3.1 9.5-6.5 6.1-3.3 15.7-7.1 9.7-3.7 11-3.7 12.4-3.7 16.4-4.4 18.4-4.3 20.5-4.2 20.5-3.7 22.3-3.6 24.1-3.3 24.1-3 25.6-2.6 27.2-2.5 55.4-3.7 29.6-1.3 59.9-1.6z", fill: "url(#error-icon_svg__c)" }),
139
- /* @__PURE__ */ jsx("path", { d: "m686.6 226.6-1.6-3.7-2-3.2-2.4-2.9-2.8-2.6-3-2.2-3.4-1.9-7.1-2.6-3.8-.8-3.8-.4-7.5.3 5.9-2.9 3.3-1.1 3.5-.8 6.9-.7 3.5.2 3.3.5 3.1 1 3 1.4 2.6 1.9 2.3 2.4 2.3-2.3 2.7-1.9 2.9-1.4 3.1-.9 3.3-.6 3.5-.2 7 .7 3.4.8 6.4 2.4 2.8 1.6-7.4-.3-7.6 1.2-7.2 2.7-3.3 1.9-3.1 2.2-2.8 2.5-2.4 2.9-2 3.2z", fill: "url(#error-icon_svg__d)" }),
140
- /* @__PURE__ */ jsx("path", { d: "m770 214.1-1.1-2.6-3-4.2-2-1.8-2.9-2-3.1-1.6-3.4-1.1-3.5-.6-3.5-.2-3.4.2 3-1.5 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.6-1.7 3.9-2.2 4.5-1.1 2.4-.1 3.6.2 3.6.8 3.4 1.2 3 1.6-3.5-.3-3.4.3-3.6.6-3.4 1.2-3.1 1.5-2.9 2-2.5 2.4-2 2.8z", fill: "url(#error-icon_svg__e)" }),
141
- /* @__PURE__ */ jsx("path", { d: "m735.2 179.6-1.1-2.6-3-4.2-2-1.8-2.8-2-3.2-1.5-3.4-1.2-3.5-.6-3.4-.2-3.5.3 3-1.6 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.7-1.6 3.8-2.3 4.5-1.1 2.4-.1 3.6.3 3.6.7 3.4 1.2 3 1.6-3.5-.2-3.4.2-3.6.7-3.3 1.1-3.2 1.5-2.9 2-2.5 2.4-2 2.9z", fill: "url(#error-icon_svg__f)" }),
142
- /* @__PURE__ */ jsx("path", { d: "m840.7 220.1-1.1-2.4-1.4-1.9-3.7-3.1-4.5-1.8-2.5-.5h-4.8l2.9-1.4 3.2-.9 2.3-.3 4.3.3 2 .7 1.8 1.1 1.5 1.5 1.6-1.5 1.7-1 4.2-1 4.4.3 3.3.9 2.8 1.4h-4.8l-2.4.4-4.5 1.9-3.8 3-1.4 2z", fill: "url(#error-icon_svg__g)" }),
143
- /* @__PURE__ */ jsx("path", { d: "m54.2 676.4-7.9-3.2-6.7-2.2-5.6-1.4-4.8-.5h-4l-3.3.5-2.9 1-2.4 1.4-2 1.8-1.7 2.3-1.4 2.8-1 3.5-.7 4.3-.1 5.1.4 6.2 1.3 4.8 1.4 3.8 1.7 3 1.8 2.4 2 1.7 2.1 1.3 6 7.6 4.7 6.8 3.6 5.9 2.6 5.2 1.8 4.6 1.1 4 1.2 7.7 1.2 4.3 2.8 5.2 1.8 2.4 2.2 2.1 2.5 1.9 3 1.5 3.1 1.1 3.6.7 4.2.3 4.2-.3 4.8-.9 10.1-2.7 4.1-.5 3.7.1 3.5.7 3.2 1.3 3.1 1.8 3 2.5 2.8 3.2 2.7 4.1 2.6 5 2.4 6.2 2.2 7.5 4.4 5.2 4.7 4.8 5.2 4.4 5.6 4 6.1 3.5 6.6 3.1 7.1 2.8 7.7 2.2 8.4 1.8 9 1.4 9.8.8 10.6.2 11.5-.3 12.5-1.1 9.1-1.2 7.3-1.6 5.8-1.7 4.5-2 3.5-2.1 2.5-2.1 1.9-2.3 1.2-2.4.7-2.6.1-2.9-.5-3.1-1.2-3.6-2-4-3.1-4.7-4.4-5.4-5.9-6.1-7.6-7-9.8-8-12.1-9.1-12.6-4.8-10-3.4-16.3-4.2-2-1.1-1.9-1.5-1.6-2.1-1.5-2.6-1.2-3.4-1-4.3-.6-5.3-.4-9.8-.7-2.9-1.3-2.9-1.7-2.6-2.3-2.5-2.9-2.5-3.7-2.3-4.6-2.1-11-4.1-4.4-2.2-3.4-2.3-2.5-2.4-1.9-2.5-1.2-2.6-.7-2.8-.1-3 .5-3.3-3.1-4.1-3.1-3.2-3-2.4-3-1.7-3-1.1-3.1-.5h-3.2l-3.3.6-3.6 1.3-3.8 1.9-8.8 6.1L81 679l-4 1.7-3.8 1-3.5.5-3.3-.1-3.2-.6-3-1.2-3.1-1.6z", fill: "url(#error-icon_svg__h)" }),
144
- /* @__PURE__ */ jsx("path", { d: "m52.6 691.5 48.3 32.2-2.1-9.9-2.2-8.4-2.2-7.1-3.3-8.6 4.4 9.7 3.4 8.8 2.8 9.1.9 4.3.3 3.4 40.2 26.9.5-20.5-.4-6.9-.7-5.2-.8-3.8 1.6 4.6.7 3.5 1.7 13.9.4 9.1-.5 7 37.1 24.7-.4-.4.8-8.1.1-7-.7-6.4 1.2 3.6.8 6.4.4 7.3-.1 6.1 30.6 20.3-3.9 3.9-31.5-22.3-6 2.7-8.1 2-4.5.5h-7.3l6.6-.8 5.5-1.2 4.4-1.5 3.6-1.7 2.8-1.9 2.5 1.5-88.8-62.8.6.6-6.8.8-6.4.2-6-.2-5.7-.6-5.4-1.1-5.2-1.4 1.2-.3 8.8 1.5 4.6.5 5.7.3 8.2-.7 4.6-.9zM94 768.4l4-.2 4.5-.8 5-1.5 5.7-2.3 6.5-3.4 7.2-4.4 8.2-5.7 2.3 2.2-5.5 4-5.4 3.4-5.2 2.7-5.4 2.4-5 1.7-4.7 1.2-4.7.7-4.1.2z", fill: "url(#error-icon_svg__i)" }),
145
- /* @__PURE__ */ jsx("path", { d: "m89.6 607.3-7.5-4.8-6.3-3.5-5.4-2.4-4.6-1.5-3.9-.8-3.2-.1-2.8.3-2.4.8-2.1 1.2-1.9 1.7-1.5 2.3-1.4 2.8-1 3.6-.7 4.5-.3 5.5.2 6.9 5.3 21.2 1.9 9.3 1.2 8.1.3 5.3v5.1l-.8 7.7.2 7 1.5 7.6 3 8.1 2.1 4 2.7 4 3 3.7 3.7 3.7 4.3 3.5 7.2 4.5 4.4 2 10.9 4.3 4.8 2.4 3.8 2.4 2.8 2.4 2.1 2.5 1.5 2.4.9 2.4.4 2.6-.2 2.7-.7 2.9-1.3 3.2-2.1 3.5-.5 3.4v3.3l.6 3.1 1.2 3.1 1.7 3 2.3 3 3.2 3 4 3 5 3.1 6.1 3 7.5 3 9 3 10.7 2.9 12.6 2.8 14.8 2.7 12.2 1.7 10.1 1.1 8.1.4 11.6-.3 7.7-1.2 3.6-1.2 2.7-1.4 2.1-1.5 1.6-1.6 1.2-1.9.8-2.1.5-2.3v-2.6l-.5-3.4-1-3.9-1.6-4.2-3.1-6.4-3.9-7-9-14.4-5.5-5.9-4-5-2.3-3.4-3.2-5.9-1.5-4.5-.9-4.2-.5-4.3.1-7.6 1.6-10.9.1-3.8-.3-3.8-1.5-4.8-1.4-2.4-1.8-2.2-2.3-2.1-3.2-2.1-3.4-1.8-4.3-1.6-9-2.7-3.2-1.5-2.9-2-2.6-2.5-2.4-3-2.2-3.5-1.9-4.3-1.6-5.1-1.3-5.9-1-7-.4-8.1-.8-3-1.3-2.6-1.6-2.1-2.1-1.8-2.6-1.5-3.3-1.1-3.9-.7-4.9-.3-5.9.4-7.1 1-8.5 1.9-3.6.4h-3.5l-3.6-.6-3.7-1.1-3.7-1.6-3.9-2.3-4-3-4.2-3.7z", fill: "url(#error-icon_svg__j)" }),
146
- /* @__PURE__ */ jsx("path", { d: "m74.9 624.7 35.5 45.1 1.7-4.9 1.2-4.7.6-4.7.2-4.7-.4-4.7-1-5.1 2.8 9 .6 3.6.1 3.8-.5 4.5-.7 2.9-2.9 7.2 30 38.2 2.8-4.5 2.2-4.7 1.8-5.2 1.3-5.8.8-6.4.3-7.1.7 5.7-.1 4.2-.4 5.2-1 5.3-1.4 5.6-1.4 3.6-3.6 6.6 26.7 33.9 2.2-4.1 2.5-6.3.8-3.7.3-4.1.5 6.2-.3 3.4-1.5 6.1-2.6 5L212 799h-6.2l-38-50.6-8.7 3.2-8.9 1.6-4.3.2-3.9-.3-3.1-.7-4.9-1.7 4.2.8 4.2.3 4.4-.2 4.4-.7 4.7-1.1 4.8-1.8 5-2.3-28.8-38.5.5.9-7.3 2.3-7.1 1.7-7.1 1.1-6.5.6-6.3.1-5.4-.5-3.4-.6-5.3-1.9 3.3 1 3.8.6 4.5.2 5.2-.2 6-.7 6.9-1.4 8.1-2.1 9.2-3-.5.2-32.1-42.9.2.5-5.4.1-5-.5-4.6-.9-4.3-1.5-4-1.9-3.7-2.4-3.6-2.9-3.3-3.4.5-.1 1.3.8 6.5 4.5 3.5 1.8 3.9 1.6 8.3 2 8.2.3z", fill: "url(#error-icon_svg__k)" }),
147
- /* @__PURE__ */ jsx("path", { d: "m199.2 608.8 3.6-4.5 3.2-3.2 2.9-2.1 2.7-1.3 2.6-.6h2.4l2.4.6 2.5 1.3 2.5 2.1 2.7 3 2.9 4.2 3 5.7 1.1 5.3 2 15.9 1.7 4.8 1.4 2.1 1.8 2 2.5 2.1 2.8 1.7 3.7 1.8 8.9 3.4 3.2 1.8 2.5 1.9 1.9 2.1 1.4 2.2.9 2.5.4 2.6v3l-.7 3.3-1.3 3.8-2 4.4-3 5-1.4 3.8-.6 3.2v2.8l.6 2.4 1.1 2.2 1.6 1.9 2.2 1.7 3.1 1.6 6.7 2.2 2 1.3 1.5 1.5 1 1.8.6 2.2.1 2.6-.5 3.3-1.3 4.1-2.2 5-3.4 6.1-4.8 7.4-2.2 5.7-1.2 4.6-.4 3.7.2 3.1.8 2.4 1.1 2 4.1 3.7 4.4 5.1 3.2 5.8 1.2 3.3 1 3.7.6 4.3.1 4.3-.4 4.8-1 5.6-1.5 5.4-2.4 6.1-3.3 7-2.1 3.5-4.6 5.5-2.4 2.1-3.5 2.3-3.7 1.6-3.7 1-3.9.5h-4l-4-.5-3.9-.9-7.7-2.8-5.5-2.8-5-3.3-4.5-3.7-3.6-3.6-2.1-2.7-2.6-4.6-1-3.3-.7-3.4-.2-3.5.3-5.4 3.2-21.1.2-4.6-.2-2.9-.6-2.5-1-2.3-3.1-3.4-2.3-1.7-13-7.5-7.4-5.2-4.9-5.3-1.9-3-1.4-3.4-1-3.9-.3-2.9.7-7 1-4.2 7.6-10.4 3.4-5.1 1.7-4.5.3-5.3-1.2-6.4-1.5-3.9-4.9-9.9-6.5-11.3-.4-1.6v-1.7l.7-2 3.2-5.4 5.8-8.9 3.3-3.8 3.5-5 3.8-6.4 4.1-8.1z", fill: "url(#error-icon_svg__l)" }),
148
- /* @__PURE__ */ jsx("path", { d: "m216.1 638.5 11.4 56.9 5.5-8.5 4.4-7.5 3.4-6.6 3.8-8.3-3.8 9.9-3.8 8.6-4.5 8.4-2.4 3.7-2.2 2.7 9.5 47.4 14.8-14.2 4.6-5.1 3.2-4.1 2.1-3.3-2.1 4.3-2 3-8.6 11-6.2 6.8-5.2 4.6 8.7 43.6v-.5l6.2-5.2 5.1-4.8 4.1-5-1.8 3.3-3.9 5.1-4.9 5.5-4.3 4.2 7.2 36h-5.5l-6.5-38.1-6.2-2.3-7.1-4.3-3.5-2.8-5.2-5.1 5.3 4 4.6 3 4.2 2.1 3.8 1.3 3.4.7.6 2.9L224 684.5l-.1.9-5.3-4.3-4.7-4.3-4.1-4.4-3.6-4.5-3.1-4.6-2.6-4.7 1 .6 5.2 7.4 2.9 3.6 3.9 4.2 6.2 5.3 3.9 2.6zM191 722.1l2.9 2.7 3.8 2.6 4.6 2.5 5.7 2.4 6.9 2.2 8.3 2 9.8 1.8v3.1l-6.7-1-6.2-1.5-5.6-1.7-5.5-2.2-4.8-2.3-4.1-2.4-3.8-2.8-3-2.8z", fill: "url(#error-icon_svg__m)" }),
149
- /* @__PURE__ */ jsx("path", { d: "m938.4 787.5.5-6.1v-5.3l-.5-4.6-.9-4-1.3-3.3-1.7-3-2-2.5-2.3-2.1-2.8-1.8-3.3-1.4-3.7-1.1-4.4-.7 5-.2 4.5.2 4.2.7 3.9 1 3.5 1.4 3.5 1.8 3.1 2.2 2.8 2.5 2.5 2.8 2.2 3.3 1.7 3.3 1.4 3.7 1.1 4 .7 4.4.3 4.8z", fill: "url(#error-icon_svg__n)" }),
150
- /* @__PURE__ */ jsx("path", { d: "m950.1 787.6 1.1-6.4.5-6-.1-5.4-.6-5.1-1.2-4.6-1.6-4.4-2-4-2.6-3.8-3-3.5-3.7-3.3-4.2-3.1 5.2 1.7 9.3 4.2 4.2 2.5 4 3 3.6 3.4 4.8 6.1 2.1 3.7 3.6 8.4 2.8 10.4 1.1 6.2-14.1.4z", fill: "url(#error-icon_svg__o)" }),
151
- /* @__PURE__ */ jsx("path", { d: "m977.1 788-.4-6.3.3-5.4.8-4.7 1.2-4.1 1.6-3.6 2.1-3.1 2.4-2.6 2.9-2.3 3.4-1.9 4-1.5 4.6-1.1h-9.8l-3.3.3-6.7 1.4-3.2 1.3-3.2 1.8-3.3 2.3-3 2.8-3 3.6-3.2 4.6-2.7 4.9-2.7 6.1-2.8 7.5 15.2-.3z", fill: "url(#error-icon_svg__p)" }),
152
- /* @__PURE__ */ jsx("path", { d: "m927.4 802 15.3-.5 5.8-1.3 2.5-1.1 2.1-1.5 1.6-1.9 1-1.6 1.1-4.5.2-3-.3-3.9-.8-3.7-1.3-3.5-1.8-3.3-2.1-3.1-2.6-2.7-3-2.4-3.2-2.1-3.5-1.7-3.8-1.2-3.9-.7-4.2-.3-4.2.3-3.9.7-3.8 1.2-3.5 1.7-3.2 2.1-3 2.4-2.6 2.7-2.1 3.1-1.8 3.3-1.3 3.5-.8 3.7-.3 3.9.2 3 1.3 4.4 1 1.7 1.9 1.9 2.2 1.5 2.8 1.1 6.2 1.3z", fill: "url(#error-icon_svg__q)" }),
153
- /* @__PURE__ */ jsx("path", { d: "m960.6 802 10.5-.4 4.2-1.4 2.3-2.1.7-1.4.7-4.1-.3-3.2-.9-3-1.4-2.7-1.9-2.5-2.2-2-2.7-1.8-2.9-1.3-3.2-.8-3.5-.3-3.5.3-3.2.8-2.9 1.3-2.7 1.8-2.2 2-1.9 2.5-1.4 2.7-.9 3-.3 3.2.2 2.3.6 1.8.8 1.4 2.5 2.1 4.6 1.4z", fill: "url(#error-icon_svg__r)" }),
154
- /* @__PURE__ */ jsx("path", { d: "m411 379 22.3.2 1.3.5 2 2 .7 2.8v359.8l-.7 2.8-2 2-1.3.5-1.5.2-22.3-.2-1.2-.5-2-2-.8-2.8V384.5l.2-1.5 1.4-2.4 2.4-1.4z", fill: "url(#error-icon_svg__s)" }),
155
- /* @__PURE__ */ jsx("path", { d: "m241.8 408.5 349 28.7 45.2 76.4-51 69.7-349-28.7.7-69.7Z", fill: "url(#error-icon_svg__t)" }),
156
- /* @__PURE__ */ jsx("path", { d: "m353.9 527.8 1.2-16.2-35.1-2.5.8-10.9 28.6 2 1.2-16.2-28.7-2 .7-9.9 33.9 2.4 1.2-16.2-57-4-4.9 69.4zm29.5 2.1 1.6-21.4.8-3.1 1.2-2.4 1.4-1.8 1.8-1.4 2-1 2.5-.5h3l2.2.9 1.9.1 1.4-20-2.6-.6-3.2.1-2.8.5-2.5 1-2.2 1.4-2.1 2-1.8 2.5-1.7 3.2.7-10.2-18.5-1.3-3.5 50.5zm42.6 3 1.7-21.4.8-3.1 1.1-2.4 1.5-1.9 1.7-1.3 2.1-1 2.5-.5 3-.1 2.2 1 1.9.1 1.4-20-2.6-.6-3.2.1-2.8.5-2.5.9-2.3 1.5-2 1.9-1.9 2.6-1.6 3.1.7-10.1-18.5-1.3-3.6 50.5zm49.4 4.2 5.5-.1 4.7-.5 4-1 3.6-1.3 3-1.8 2.6-2.1 2.2-2.5 1.9-3 1.5-3.4 1.2-4.1.7-4.6-.2-4.6-.7-4-1.1-3.6-1.5-3.1-1.9-2.8-2.3-2.5-2.7-2.2-3.3-1.9-3.8-1.6-4.5-1.3-5.2-.9-5.3.1-4.7.6-4 1.1-3.5 1.4-3 1.8-2.6 2.2-2.2 2.6-1.9 3-1.5 3.5-1.1 4.1-.8 4.8.1 4.6.6 4 1 3.5 1.4 3.1 1.8 2.7 2.3 2.4 2.7 2.1 3.3 1.8 3.8 1.5 4.6 1.2zm1.3-12.8-2.6-.6-1.8-.9-1.4-1.3-1.1-1.8-.8-2.4-.5-3.2.1-4.1.6-3.6.9-2.8 1.2-2.1 1.4-1.6 1.6-1.1 1.9-.7 2.3-.3 1.9.5 1.6.8 1.3 1.3 1 1.6.9 2.3.6 3 .1 4-.5 4.3-.9 3.2-1.2 2.3-1.4 1.6-1.5 1-1.9.5zm56.1 16 1.7-21.3.8-3.1 1.1-2.4 1.5-1.9 1.7-1.4 2.1-.9 2.5-.5 3-.1 2.2.9 1.9.2 1.4-20-2.7-.6h-3.1l-2.8.5-2.5 1-2.3 1.5-2 1.9-1.9 2.5-1.6 3.2.7-10.2-18.5-1.3-3.6 50.6z", fill: "#fff" }),
157
- /* @__PURE__ */ jsx("path", { d: "m452.8 751.4-1.3-4.9-1.9-4.4-2.4-4-2.8-3.6-3.4-3.3-4-2.9-4.6-2.7-15.9-6.4-4.2-2.2-2.6-1.9-1.3-1.5-.5-1.3V711l.5-1.1 1.3-1.2 2.4-1.3 8-.8h3.3l3.4.6 3.7 1.2 4.9 2.9 2.6 2.3 4.9 5.8 2.7 4.2 4.7 9.8 2.5 6.5.7 3.9v3.8z", fill: "url(#error-icon_svg__u)" }),
158
- /* @__PURE__ */ jsx("path", { d: "m453.6 753.5-4.3-14.9-4.3-13-4.2-11.2-4.2-9.7-4.1-8.3-4.1-7-5.8-8.5-2.6-5.5-1.3-5.6.1-5.3 1.4-4.3 1.1-1.9 1.4-1.4 1.7-1 4.3-.2 2.4.3 4.4 1.9 3.9 3.5 3.7 5.1 2.1 3.9 3.8 9 2.1 6.3 2.7 9.9 2.8 13.2 1.5 11.6.6 9.3-.4 10-.6 4.8-1.1 4.5-.8 1.8z", fill: "url(#error-icon_svg__v)" }),
159
- /* @__PURE__ */ jsx("path", { d: "m455.5 746.3 1.3-5.8.9-6.3.4-7.1-.1-7.8-.7-8.7-1.3-9.6-1.9-10.7-7.1-20.6-1.7-6.5-.9-4.4-.5-7.2.3-2.6.7-2.2 1-1.8 1.3-1.7 1.6-1.2 2.1-1 2.7-.7 3.5-.4 1.8.4 3.9 1.6 3.5 3.1 3.3 5.1 1.3 3.5 2.2 8.9.7 5.6.6 13.8-.3 8.2-.6 9.8-2.3 13.5-2.9 11.5-6.7 21.3-1.7.6h-2z", fill: "url(#error-icon_svg__w)" }),
160
- /* @__PURE__ */ jsx("path", { d: "m460 751.8-.1-12.2.3-11.2.9-10.2 1.4-9.2 1.7-8.4 2.2-7.6 2.5-6.8 2.8-6.2 3.2-5.6 3.5-5 5.4-6.2 2.3-1.7 2.6-1.2 2.9-.8 3.8-.2 1.8.5 1.7.7 1.4 1.3 1.3 1.7.9 2 .6 2.7.3 3.7-2 7.6-1.6 4.8-2.6 6.2-3.2 6.5-4.6 7.8-7.9 11.1-5.3 6.6-4.8 7.6-2.1 4-3.1 7.4-1.6 5.7-.5 2.8-.7.9-1.3.7z", fill: "url(#error-icon_svg__x)" }),
161
- /* @__PURE__ */ jsx("path", { d: "m376 757.1 11.6-2.3 7.4-1.9 4.4-1.5 2.3-1.1 4.7-3.7 3-1.8 3.9-1.8 4.3-1.6 4.7-1.2 3.3-.4 6.4.2 3.1.8 3 1.4 2.9 2 1.3-1.4 2-1.2 2.2-.9 2.6-.5h2.6l2.6.6 1.7.7 3 2.7.9-2.6 1.4-2.4 1.7-2.3 4.4-3.9 2.5-1.6 4-1.9 3.7-1.3 4.7-.7h4.3l7.3.6 4.2 1 5.4 2.6 2.7 2 2.4 2.3 2.2 2.9 2 3.6 1.1 2.9 1.6 7.2.5 4.5z", fill: "url(#error-icon_svg__y)" }),
162
- /* @__PURE__ */ jsx("path", { d: "m792.1 813.4-6.7 2.3-4 1.8-3.6 2.6-1 2.1.2 1 .5 1.1 1.4 1.4 10.2 6.3 2.4 2 1.4 1.7 1 1.9.4 1.9-.1 1.7-.6 1.7-2.3 3.6-2.3 2.5-4.8 3.9-3.6 1.9-5.5 2.4-5.6 1.9-15.7 4.4-18.4 3.8-22.2 3.1-12 1-12.9.7-13 .2-13.5-.3-14.3-.9-21.4-2.4-22.3-4.1-11.8-2.9-10-2.9-8.2-2.9-8.1-3.4-6.6-3.3-5.2-3.2-3.7-2.8-5.5-5.3-1.9-2.5-2.9-5.5-1.1-5.1v-3.5l.5-3.4 1.1-3.3 1.6-3.1 1.9-3.1 4.9-5.6 5.8-4.7 7.3-4.3 5.9-2.8 9.3-3.9 12.2-4.4 18-5.4 21.2-5.1 23.6-4.2 12.3-1.7 12.9-1.2 13.5-.9 13.5-.4 13.9.1 14.4.7 12.9 1 20.4 2.5 17.2 3.2 6.3 1.7 10.9 3.7 3.6 1.7 3.4 2.1 2.1 1.8 3 4.4 2.1 5.3.4 2.7-.1 2.5-.8 2.5-.9 1.7-3.3 3.5-2.6 1.9-3.6 2.1-5 2.2z", fill: "url(#error-icon_svg__z)", fillOpacity: 0.4 }),
163
- /* @__PURE__ */ jsx("path", { d: "m674.6 633.3 3.7-2.1 3.5-2.6 3.1-3 2.5-3.2 2.4-4.3 1.8-6.3 2.9-6.5 4.6-7.1 2.9-3.3 3.5-2.9 2.5-1.6 2.8-1.3 3-.9 3.1-.5 3.4.1 3.8.5 4.5 1.4 3.8 1.8 3.2 2.1 2.8 2.6 2.3 2.9 1.8 3.2 1.4 3.4.8 3.5.3 3.7-.2 3.8-.7 3.7-1.2 3.8-1.7 3.6-2.2 3.5-2.8 3.4-12.9 13.6-3.7 3.6-5.5 4.2-3.8 1.5h-1.4l-3.1-.9-1.7-.1-1.9.4-2.6 1-2.5 1.6-4.9 3.7-1.9-.8-3.4-3.6-3.8-5.4-7-11.8-3.8-4.8z", fill: "#ebb0b0" }),
164
- /* @__PURE__ */ jsx("path", { d: "m757.6 589.9 3.1 3 2.1 2.8 1.4 2.5.9 2.8.3 2.6-.1 2.5-1.6 4.7-1.4 2.3-2.4 3-2.9 2.7-3.1 2.2-3.1 1.8-5.8 2.5-3.5.5-9.2-1.2-1.7 1-1.8 1.6-5.4 5.6-4.2-1.4 1.7-3.1-.1-1.3-.5-.8-1.2-.6-1.4-.2-1.7.2-1.7.6-1.5 1.1-1.5 2.1-1 5.9.1 1-5.7.7-3.1-.5-1-.8-10.7-10.6-2.9-4.3-.6-2.6.9-3 1.8-8.2 2.5-7 2.1-3.8 3-4.4 2.5-2.8 2.9-2.4 3.4-2.1 3.6-1.7 7.6-2.4 7.8-1.2 7.2-.1 5.6 1 6.9 2.3 8.6 4.1z", fill: "#131322" }),
165
- /* @__PURE__ */ jsx("path", { d: "m798 795.8-5.4 8.1-.7 1.7-.1 1.8.2 1.5 2 3.8 3.2 3.5 1.9 1.4 1.9 1 1.8.5 19.9 1.1h10l7.2-.6 3.5-.7 2.9-.8 3.2-1.6.9-.9.8-1.5.1-2.8-.6-1.5-1.3-1.8-2-1.8-2.8-1.9-3-1.5-7.9-2.4-10.3-1.8-18.1-2.6-3.1-.4z", fill: "#333" }),
166
- /* @__PURE__ */ jsx("path", { d: "m685.7 753 8.6-12.2 5.4-7 6.2-7.5 6.8-7.4 7.4-7.2 5.3-4.6 5.4-4.2 5.7-3.8 5.9-3.4 6-2.8 6.1-2.2 4.8-1.2 4.7-.7 4.9-.3 4.9.3 3 .5 2.8 1 2.7 1.4 2.7 1.9 3.2 3 3 3.6 3 4.4 5.2 9.6 5.6 14.3 5.4 18.4 4 18.4 3.7 23.1 1.6 13.9-20.7 3.4-35.5-68.4-62.3 78.6-45.4-17.5z", fill: "url(#error-icon_svg__A)" }),
167
- /* @__PURE__ */ jsx("path", { d: "m579.6 751.7-2.1 8-1.7 8.7-1.2 9-.6 9 .1 11.9.6 5.7 1 5.6 1.3 5.2 1.7 4.8 1.7 3.4 4 6 2.4 2.5 2.7 2.2 3.1 1.8 3.3 1.5 3.8 1.1 11.1 1.6 13.8.5 41.3-.3 61.9.1 14.1-.2 11.8-.7 7.7-1 6.4-1.3 5.4-1.6 3.9-1.7 3.3-2 2.8-2.2 2.2-2.6 1.5-2.3 1.1-2.5 1.4-6.3.2-3.8-.4-3.2-.7-2.9-1.3-2.6-1.6-2.3-4.4-4-5.8-3.2-9.1-3-5.2-1.1-7.9-1.1-8.3-.7-16-.4-19.4.1-26.4-1.2-59.8-1z", fill: "url(#error-icon_svg__B)" }),
168
- /* @__PURE__ */ jsx("path", { d: "m702.5 661.1-12-11.1-3-2.5-4-4.1-2.1-3.2-1.1-2.6-.5-2.5.2-3.8.8-2.3-6.4.2-10.7 1.4-6.8 1.5-9.7 3.1-10.6 4.7-5.4 3-5.6 3.7-5.3 4-5.4 4.7-5.4 5.5-7.5 9.1-7.2 11.1-5.7 11.8-2.4 6.5-3.1 9.9-2.6 10-2.1 10.1-2.9 18.4-2.1 23.6 3.8 3.1 3.9 2.3 4.6 2.1 11.7 3.8 13.1 2.6 15.8 1.6 10 .4h10l11.5-.5 13.2-.9 21.3-40.1 14.8-27.1 2-4.1 1.5-4.4 1-4.6.5-5v-5.4l-.6-5.7-1.2-6.3-2-6.7-2.7-7.4z", fill: "url(#error-icon_svg__C)" }),
169
- /* @__PURE__ */ jsx("path", { d: "m844.2 714.6-37.8 13.7 1.4 3.8 37.7-13.8Z", fillRule: "evenodd" }),
170
- /* @__PURE__ */ jsx("path", { d: "m799.9 732 8.3-4.1 3.6-2.6 2.5-.6h1.2l.6.4-.2 1.8-1.6 1.8 5.1-1.1 7.7-3.5 1.9-.2 1.3.2.9.7.6 1.2.1 1.9-1.2 3.2-1.2 1.6-3.1 2.6-4.6 1.8-6.1.5-3.9-.4-5.9 1z", fill: "#efba9e" }),
171
- /* @__PURE__ */ jsx("path", { d: "m804.5 728.6-85 32.1-22.5-89-2.3-4.6-2.5-3.9-2.8-3.2-3-2.7-3.2-2.1-3.6-1.7-3.9-1.1-4.2-.7-4.7-.1-5.2.5-3.9 2.1-3.2 2.5-2.8 2.7-2.3 3.2-1.8 3.3-1.4 3.7-.9 3.8-.4 4 .1 4.1 1.8 9.2 4.1 13.9 6 16.7 7.5 17.7 4.1 8.6 7.3 13.1 5.9 8.6 12.6 13.8 6 4.7 3.1 1.8 3.4 1.4 3.6.8 3.7.3 4.3-.3 4.9-1 7.3-2.9 14.5-6.8 25.5-12.8 40.9-21.4z", fill: "url(#error-icon_svg__D)" })
132
+ /* @__PURE__ */ o("path", { d: "M0 0h1024v1024H0Z", fill: "none" }),
133
+ /* @__PURE__ */ o("path", { d: "M76.8 581.8 72 559.4l-4.2-23.8-3.6-28.8-1.9-26.5-.2-22.1.3-11.2.8-11.2 1.2-11.2 1.7-11.2 2.1-10.9 2.7-10.6 2.5-7.9 2.8-7.7 3.1-7.4 3.5-7.1 3.9-7 4.3-6.6 4.7-6.3 5.2-6 5.6-5.6 6.1-5.2 6.6-4.8 7.2-4.4 5.9-3 6.4-2.8 6.7-2.5 7.3-2.2 7.7-1.9 17.7-3.4 16.8-2.8 15.8-2.2 16-1.8 29.3-2.5 21.2-1.1 56.2-2.4 22.6-1.8 10.4-1.2 10.3-1.6 9.9-2.2 9.4-2.5 6.9-2.3 6.8-2.7 6.6-3 6.5-3.5 6.1-3.8 6.2-4.3 6-4.9 22.9-21.2 14.4-11.9 12.4-8.6 6.1-3.6 5.6-2.8 5.2-2.2 5.3-1.8 5.2-1.3 10-1.4 10.5-.2 8.1.5 28.8 2.6 7.3.3 7.4-.4 7.5-.9 7.4-1.4 7.5-1.8 7.5-2.2 14.5-5.4 17.6-8.2 9.8-5.2 17.9-10.6 28.7-18.8 12.7-6.2 8.9-3.6 13.3-4.4 15.5-4 17.2-2.7 8.8-.8 9.2-.3 9.5.3 14.3 1.6 14.6 3.3 7.2 2.2 7.1 2.8 7.3 3.4 7.2 3.9 6.9 4.4 6.9 5 6.9 5.8 6.8 6.5 5.1 5.4 10 12.5 9.8 14.9 8.6 16.1 4.2 9.1 4.1 9.9 7.4 21.1 6.4 23.3 3 13 2.8 14 1.5 23.4 2.4 47.1.8 38.6-.5 29.5-.7 14.5-1.2 13.9-3 23.3-1.7 9.5-4.2 17.5-2.7 8.6-3 8-3.2 7.5-3.6 6.9-3.2 5.5-3.5 5-3.6 4.7-3.9 4.3-9.5 9-4.4 4.8-3.4 4.6-2.7 4.3-2.3 4.8-1.6 4.5-1 4.3-.4 4.1.1 4.3.5 4 1 4 1.5 3.8 4 7.2 5.4 6.7 4.2 4 4.6 3.7 5 3.4 5.2 3 5.4 2.6 5.4 2.2 5.6 1.8 5.4 1.4 8.4 1.5 2.5.9 2 1.2 1.5 1.5 1.2 1.7.9 2.5.4 2.8-.2 3.4-.8 4.1-3.1 7.9-2.4 4.6-3.2 5.1-4.5 6.3-5.5 6.8-6.5 7.2-7 6.9-7.8 7-8.7 7.2-9 6.8-9.8 6.6-10.5 6.5-8 4.5-17 8.3-14.3 6-7.4 2.6-9.9 3.1-15.6 4.3-20.1 5-21.6 4.8-25.3 5.1-26.5 4.9-29.4 4.8-30.4 4.4-32.6 4.1-22 2.4-46 4-47 2.8-24 .8-24 .4-23.9-.1-24-.5-23.9-1.1-23.6-1.6-23.3-2.2-17.5-2-17.1-2.4-16.7-2.8-16.4-3.1-16.4-3.6-15.9-4-15.3-4.4L213 802l-8.6-4-8.2-4.4-7.8-4.7-7.4-5.2-7.2-5.5-6.8-5.8-6.5-6.1-6.1-6.4-7.8-8.9-7.2-9.2-6.6-9.5-6.2-9.8-5.8-9.9-5.2-10-4.9-10.2-8.5-19.9-5.4-14.9-4.6-14-4-13.7-6-23.8z", fill: "#47b0f1", fillOpacity: 0.05 }),
134
+ /* @__PURE__ */ o("path", { d: "m158 329 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H109l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H106l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H155l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z", fill: "url(#error-icon_svg__a)", fillOpacity: 0.1 }),
135
+ /* @__PURE__ */ o("path", { d: "m858 159 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H809l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H806l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H855l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z", fill: "url(#error-icon_svg__b)", fillOpacity: 0.1 }),
136
+ /* @__PURE__ */ o("path", { d: "m514.5 712 32.9.2 31.8.7 30.9 1.1 30.8 1.5 29.5 1.8 28.2 2.2 28.2 2.7 26.5 3 24.8 3.2 24.8 3.7 22.7 3.9 20.7 4 13.5.3 12.9.8 12.4 1.1 12.4 1.6 11.6 1.9 10.9 2.2 10.8 2.6 9.8 2.9 8.8 3.1 8.8 3.6 7.5 3.7 6.5 3.8 4.7 3.2 3.9 3.3 3.3 3.2 2.7 3.3 2.3 3.6 1.6 3.6 1 3.6.3 3.6-.3 3.5-.9 3.5-1.5 3.5-2.2 3.5-2.5 3.2-3.1 3.1-3.8 3.2-4.4 3.2-6.1 3.7-7.2 3.7-8.2 3.5-8.5 3.1-9.3 2.8-10.2 2.7-10.3 2.3-11.1 2-11.8 1.6-27.4 7.1-15.7 3.5.5 6.3-.3 4.4-.8 4.3-1.3 4.3-1.8 4.3-2.5 4.3-5.9 7.8-8.1 8-4.9 3.9-6.2 4.5-7 4.4-7.8 4.3-8.8 4.3-8.6 3.8-19.5 7.3-21.7 6.5-23.3 5.6-12.7 2.4-16.8 2.8-17.6 2.4-18.6 1.9-18.6 1.4-19.3.8-19.9.3-31-.7-14.8-.8-29.1-2.7-14-1.8-26.4-4.4-13.1-2.7-24-6-22.1-7.1-10.2-3.8-9.4-4-8.6-4.1-8.7-4.7-7.6-4.7-6.8-4.7-5.8-4.7-4.6-4.3-4-4.2-3.3-4.3-2.7-4.2-2.2-4.2-28-2.4-26.4-2.6-24.9-2.9-24.9-3.3-23-3.6-21.2-3.7-21.2-4.2-19-4.4-17-4.4-12.9-3.8-11.4-3.7-10-3.8-8.9-3.6-7.4-3.5-6.3-3.5-5.3-3.3-8.3-6.3-3.1-3.2-2.4-3.1-1.8-2.9-1.2-2.9-.7-2.9-.3-2.9.2-2.8.8-2.9 1.1-2.8 1.8-2.9 2.3-3 3-3.1 3.6-3.1 9.5-6.5 6.1-3.3 15.7-7.1 9.7-3.7 11-3.7 12.4-3.7 16.4-4.4 18.4-4.3 20.5-4.2 20.5-3.7 22.3-3.6 24.1-3.3 24.1-3 25.6-2.6 27.2-2.5 55.4-3.7 29.6-1.3 59.9-1.6z", fill: "url(#error-icon_svg__c)" }),
137
+ /* @__PURE__ */ o("path", { d: "m686.6 226.6-1.6-3.7-2-3.2-2.4-2.9-2.8-2.6-3-2.2-3.4-1.9-7.1-2.6-3.8-.8-3.8-.4-7.5.3 5.9-2.9 3.3-1.1 3.5-.8 6.9-.7 3.5.2 3.3.5 3.1 1 3 1.4 2.6 1.9 2.3 2.4 2.3-2.3 2.7-1.9 2.9-1.4 3.1-.9 3.3-.6 3.5-.2 7 .7 3.4.8 6.4 2.4 2.8 1.6-7.4-.3-7.6 1.2-7.2 2.7-3.3 1.9-3.1 2.2-2.8 2.5-2.4 2.9-2 3.2z", fill: "url(#error-icon_svg__d)" }),
138
+ /* @__PURE__ */ o("path", { d: "m770 214.1-1.1-2.6-3-4.2-2-1.8-2.9-2-3.1-1.6-3.4-1.1-3.5-.6-3.5-.2-3.4.2 3-1.5 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.6-1.7 3.9-2.2 4.5-1.1 2.4-.1 3.6.2 3.6.8 3.4 1.2 3 1.6-3.5-.3-3.4.3-3.6.6-3.4 1.2-3.1 1.5-2.9 2-2.5 2.4-2 2.8z", fill: "url(#error-icon_svg__e)" }),
139
+ /* @__PURE__ */ o("path", { d: "m735.2 179.6-1.1-2.6-3-4.2-2-1.8-2.8-2-3.2-1.5-3.4-1.2-3.5-.6-3.4-.2-3.5.3 3-1.6 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.7-1.6 3.8-2.3 4.5-1.1 2.4-.1 3.6.3 3.6.7 3.4 1.2 3 1.6-3.5-.2-3.4.2-3.6.7-3.3 1.1-3.2 1.5-2.9 2-2.5 2.4-2 2.9z", fill: "url(#error-icon_svg__f)" }),
140
+ /* @__PURE__ */ o("path", { d: "m840.7 220.1-1.1-2.4-1.4-1.9-3.7-3.1-4.5-1.8-2.5-.5h-4.8l2.9-1.4 3.2-.9 2.3-.3 4.3.3 2 .7 1.8 1.1 1.5 1.5 1.6-1.5 1.7-1 4.2-1 4.4.3 3.3.9 2.8 1.4h-4.8l-2.4.4-4.5 1.9-3.8 3-1.4 2z", fill: "url(#error-icon_svg__g)" }),
141
+ /* @__PURE__ */ o("path", { d: "m54.2 676.4-7.9-3.2-6.7-2.2-5.6-1.4-4.8-.5h-4l-3.3.5-2.9 1-2.4 1.4-2 1.8-1.7 2.3-1.4 2.8-1 3.5-.7 4.3-.1 5.1.4 6.2 1.3 4.8 1.4 3.8 1.7 3 1.8 2.4 2 1.7 2.1 1.3 6 7.6 4.7 6.8 3.6 5.9 2.6 5.2 1.8 4.6 1.1 4 1.2 7.7 1.2 4.3 2.8 5.2 1.8 2.4 2.2 2.1 2.5 1.9 3 1.5 3.1 1.1 3.6.7 4.2.3 4.2-.3 4.8-.9 10.1-2.7 4.1-.5 3.7.1 3.5.7 3.2 1.3 3.1 1.8 3 2.5 2.8 3.2 2.7 4.1 2.6 5 2.4 6.2 2.2 7.5 4.4 5.2 4.7 4.8 5.2 4.4 5.6 4 6.1 3.5 6.6 3.1 7.1 2.8 7.7 2.2 8.4 1.8 9 1.4 9.8.8 10.6.2 11.5-.3 12.5-1.1 9.1-1.2 7.3-1.6 5.8-1.7 4.5-2 3.5-2.1 2.5-2.1 1.9-2.3 1.2-2.4.7-2.6.1-2.9-.5-3.1-1.2-3.6-2-4-3.1-4.7-4.4-5.4-5.9-6.1-7.6-7-9.8-8-12.1-9.1-12.6-4.8-10-3.4-16.3-4.2-2-1.1-1.9-1.5-1.6-2.1-1.5-2.6-1.2-3.4-1-4.3-.6-5.3-.4-9.8-.7-2.9-1.3-2.9-1.7-2.6-2.3-2.5-2.9-2.5-3.7-2.3-4.6-2.1-11-4.1-4.4-2.2-3.4-2.3-2.5-2.4-1.9-2.5-1.2-2.6-.7-2.8-.1-3 .5-3.3-3.1-4.1-3.1-3.2-3-2.4-3-1.7-3-1.1-3.1-.5h-3.2l-3.3.6-3.6 1.3-3.8 1.9-8.8 6.1L81 679l-4 1.7-3.8 1-3.5.5-3.3-.1-3.2-.6-3-1.2-3.1-1.6z", fill: "url(#error-icon_svg__h)" }),
142
+ /* @__PURE__ */ o("path", { d: "m52.6 691.5 48.3 32.2-2.1-9.9-2.2-8.4-2.2-7.1-3.3-8.6 4.4 9.7 3.4 8.8 2.8 9.1.9 4.3.3 3.4 40.2 26.9.5-20.5-.4-6.9-.7-5.2-.8-3.8 1.6 4.6.7 3.5 1.7 13.9.4 9.1-.5 7 37.1 24.7-.4-.4.8-8.1.1-7-.7-6.4 1.2 3.6.8 6.4.4 7.3-.1 6.1 30.6 20.3-3.9 3.9-31.5-22.3-6 2.7-8.1 2-4.5.5h-7.3l6.6-.8 5.5-1.2 4.4-1.5 3.6-1.7 2.8-1.9 2.5 1.5-88.8-62.8.6.6-6.8.8-6.4.2-6-.2-5.7-.6-5.4-1.1-5.2-1.4 1.2-.3 8.8 1.5 4.6.5 5.7.3 8.2-.7 4.6-.9zM94 768.4l4-.2 4.5-.8 5-1.5 5.7-2.3 6.5-3.4 7.2-4.4 8.2-5.7 2.3 2.2-5.5 4-5.4 3.4-5.2 2.7-5.4 2.4-5 1.7-4.7 1.2-4.7.7-4.1.2z", fill: "url(#error-icon_svg__i)" }),
143
+ /* @__PURE__ */ o("path", { d: "m89.6 607.3-7.5-4.8-6.3-3.5-5.4-2.4-4.6-1.5-3.9-.8-3.2-.1-2.8.3-2.4.8-2.1 1.2-1.9 1.7-1.5 2.3-1.4 2.8-1 3.6-.7 4.5-.3 5.5.2 6.9 5.3 21.2 1.9 9.3 1.2 8.1.3 5.3v5.1l-.8 7.7.2 7 1.5 7.6 3 8.1 2.1 4 2.7 4 3 3.7 3.7 3.7 4.3 3.5 7.2 4.5 4.4 2 10.9 4.3 4.8 2.4 3.8 2.4 2.8 2.4 2.1 2.5 1.5 2.4.9 2.4.4 2.6-.2 2.7-.7 2.9-1.3 3.2-2.1 3.5-.5 3.4v3.3l.6 3.1 1.2 3.1 1.7 3 2.3 3 3.2 3 4 3 5 3.1 6.1 3 7.5 3 9 3 10.7 2.9 12.6 2.8 14.8 2.7 12.2 1.7 10.1 1.1 8.1.4 11.6-.3 7.7-1.2 3.6-1.2 2.7-1.4 2.1-1.5 1.6-1.6 1.2-1.9.8-2.1.5-2.3v-2.6l-.5-3.4-1-3.9-1.6-4.2-3.1-6.4-3.9-7-9-14.4-5.5-5.9-4-5-2.3-3.4-3.2-5.9-1.5-4.5-.9-4.2-.5-4.3.1-7.6 1.6-10.9.1-3.8-.3-3.8-1.5-4.8-1.4-2.4-1.8-2.2-2.3-2.1-3.2-2.1-3.4-1.8-4.3-1.6-9-2.7-3.2-1.5-2.9-2-2.6-2.5-2.4-3-2.2-3.5-1.9-4.3-1.6-5.1-1.3-5.9-1-7-.4-8.1-.8-3-1.3-2.6-1.6-2.1-2.1-1.8-2.6-1.5-3.3-1.1-3.9-.7-4.9-.3-5.9.4-7.1 1-8.5 1.9-3.6.4h-3.5l-3.6-.6-3.7-1.1-3.7-1.6-3.9-2.3-4-3-4.2-3.7z", fill: "url(#error-icon_svg__j)" }),
144
+ /* @__PURE__ */ o("path", { d: "m74.9 624.7 35.5 45.1 1.7-4.9 1.2-4.7.6-4.7.2-4.7-.4-4.7-1-5.1 2.8 9 .6 3.6.1 3.8-.5 4.5-.7 2.9-2.9 7.2 30 38.2 2.8-4.5 2.2-4.7 1.8-5.2 1.3-5.8.8-6.4.3-7.1.7 5.7-.1 4.2-.4 5.2-1 5.3-1.4 5.6-1.4 3.6-3.6 6.6 26.7 33.9 2.2-4.1 2.5-6.3.8-3.7.3-4.1.5 6.2-.3 3.4-1.5 6.1-2.6 5L212 799h-6.2l-38-50.6-8.7 3.2-8.9 1.6-4.3.2-3.9-.3-3.1-.7-4.9-1.7 4.2.8 4.2.3 4.4-.2 4.4-.7 4.7-1.1 4.8-1.8 5-2.3-28.8-38.5.5.9-7.3 2.3-7.1 1.7-7.1 1.1-6.5.6-6.3.1-5.4-.5-3.4-.6-5.3-1.9 3.3 1 3.8.6 4.5.2 5.2-.2 6-.7 6.9-1.4 8.1-2.1 9.2-3-.5.2-32.1-42.9.2.5-5.4.1-5-.5-4.6-.9-4.3-1.5-4-1.9-3.7-2.4-3.6-2.9-3.3-3.4.5-.1 1.3.8 6.5 4.5 3.5 1.8 3.9 1.6 8.3 2 8.2.3z", fill: "url(#error-icon_svg__k)" }),
145
+ /* @__PURE__ */ o("path", { d: "m199.2 608.8 3.6-4.5 3.2-3.2 2.9-2.1 2.7-1.3 2.6-.6h2.4l2.4.6 2.5 1.3 2.5 2.1 2.7 3 2.9 4.2 3 5.7 1.1 5.3 2 15.9 1.7 4.8 1.4 2.1 1.8 2 2.5 2.1 2.8 1.7 3.7 1.8 8.9 3.4 3.2 1.8 2.5 1.9 1.9 2.1 1.4 2.2.9 2.5.4 2.6v3l-.7 3.3-1.3 3.8-2 4.4-3 5-1.4 3.8-.6 3.2v2.8l.6 2.4 1.1 2.2 1.6 1.9 2.2 1.7 3.1 1.6 6.7 2.2 2 1.3 1.5 1.5 1 1.8.6 2.2.1 2.6-.5 3.3-1.3 4.1-2.2 5-3.4 6.1-4.8 7.4-2.2 5.7-1.2 4.6-.4 3.7.2 3.1.8 2.4 1.1 2 4.1 3.7 4.4 5.1 3.2 5.8 1.2 3.3 1 3.7.6 4.3.1 4.3-.4 4.8-1 5.6-1.5 5.4-2.4 6.1-3.3 7-2.1 3.5-4.6 5.5-2.4 2.1-3.5 2.3-3.7 1.6-3.7 1-3.9.5h-4l-4-.5-3.9-.9-7.7-2.8-5.5-2.8-5-3.3-4.5-3.7-3.6-3.6-2.1-2.7-2.6-4.6-1-3.3-.7-3.4-.2-3.5.3-5.4 3.2-21.1.2-4.6-.2-2.9-.6-2.5-1-2.3-3.1-3.4-2.3-1.7-13-7.5-7.4-5.2-4.9-5.3-1.9-3-1.4-3.4-1-3.9-.3-2.9.7-7 1-4.2 7.6-10.4 3.4-5.1 1.7-4.5.3-5.3-1.2-6.4-1.5-3.9-4.9-9.9-6.5-11.3-.4-1.6v-1.7l.7-2 3.2-5.4 5.8-8.9 3.3-3.8 3.5-5 3.8-6.4 4.1-8.1z", fill: "url(#error-icon_svg__l)" }),
146
+ /* @__PURE__ */ o("path", { d: "m216.1 638.5 11.4 56.9 5.5-8.5 4.4-7.5 3.4-6.6 3.8-8.3-3.8 9.9-3.8 8.6-4.5 8.4-2.4 3.7-2.2 2.7 9.5 47.4 14.8-14.2 4.6-5.1 3.2-4.1 2.1-3.3-2.1 4.3-2 3-8.6 11-6.2 6.8-5.2 4.6 8.7 43.6v-.5l6.2-5.2 5.1-4.8 4.1-5-1.8 3.3-3.9 5.1-4.9 5.5-4.3 4.2 7.2 36h-5.5l-6.5-38.1-6.2-2.3-7.1-4.3-3.5-2.8-5.2-5.1 5.3 4 4.6 3 4.2 2.1 3.8 1.3 3.4.7.6 2.9L224 684.5l-.1.9-5.3-4.3-4.7-4.3-4.1-4.4-3.6-4.5-3.1-4.6-2.6-4.7 1 .6 5.2 7.4 2.9 3.6 3.9 4.2 6.2 5.3 3.9 2.6zM191 722.1l2.9 2.7 3.8 2.6 4.6 2.5 5.7 2.4 6.9 2.2 8.3 2 9.8 1.8v3.1l-6.7-1-6.2-1.5-5.6-1.7-5.5-2.2-4.8-2.3-4.1-2.4-3.8-2.8-3-2.8z", fill: "url(#error-icon_svg__m)" }),
147
+ /* @__PURE__ */ o("path", { d: "m938.4 787.5.5-6.1v-5.3l-.5-4.6-.9-4-1.3-3.3-1.7-3-2-2.5-2.3-2.1-2.8-1.8-3.3-1.4-3.7-1.1-4.4-.7 5-.2 4.5.2 4.2.7 3.9 1 3.5 1.4 3.5 1.8 3.1 2.2 2.8 2.5 2.5 2.8 2.2 3.3 1.7 3.3 1.4 3.7 1.1 4 .7 4.4.3 4.8z", fill: "url(#error-icon_svg__n)" }),
148
+ /* @__PURE__ */ o("path", { d: "m950.1 787.6 1.1-6.4.5-6-.1-5.4-.6-5.1-1.2-4.6-1.6-4.4-2-4-2.6-3.8-3-3.5-3.7-3.3-4.2-3.1 5.2 1.7 9.3 4.2 4.2 2.5 4 3 3.6 3.4 4.8 6.1 2.1 3.7 3.6 8.4 2.8 10.4 1.1 6.2-14.1.4z", fill: "url(#error-icon_svg__o)" }),
149
+ /* @__PURE__ */ o("path", { d: "m977.1 788-.4-6.3.3-5.4.8-4.7 1.2-4.1 1.6-3.6 2.1-3.1 2.4-2.6 2.9-2.3 3.4-1.9 4-1.5 4.6-1.1h-9.8l-3.3.3-6.7 1.4-3.2 1.3-3.2 1.8-3.3 2.3-3 2.8-3 3.6-3.2 4.6-2.7 4.9-2.7 6.1-2.8 7.5 15.2-.3z", fill: "url(#error-icon_svg__p)" }),
150
+ /* @__PURE__ */ o("path", { d: "m927.4 802 15.3-.5 5.8-1.3 2.5-1.1 2.1-1.5 1.6-1.9 1-1.6 1.1-4.5.2-3-.3-3.9-.8-3.7-1.3-3.5-1.8-3.3-2.1-3.1-2.6-2.7-3-2.4-3.2-2.1-3.5-1.7-3.8-1.2-3.9-.7-4.2-.3-4.2.3-3.9.7-3.8 1.2-3.5 1.7-3.2 2.1-3 2.4-2.6 2.7-2.1 3.1-1.8 3.3-1.3 3.5-.8 3.7-.3 3.9.2 3 1.3 4.4 1 1.7 1.9 1.9 2.2 1.5 2.8 1.1 6.2 1.3z", fill: "url(#error-icon_svg__q)" }),
151
+ /* @__PURE__ */ o("path", { d: "m960.6 802 10.5-.4 4.2-1.4 2.3-2.1.7-1.4.7-4.1-.3-3.2-.9-3-1.4-2.7-1.9-2.5-2.2-2-2.7-1.8-2.9-1.3-3.2-.8-3.5-.3-3.5.3-3.2.8-2.9 1.3-2.7 1.8-2.2 2-1.9 2.5-1.4 2.7-.9 3-.3 3.2.2 2.3.6 1.8.8 1.4 2.5 2.1 4.6 1.4z", fill: "url(#error-icon_svg__r)" }),
152
+ /* @__PURE__ */ o("path", { d: "m411 379 22.3.2 1.3.5 2 2 .7 2.8v359.8l-.7 2.8-2 2-1.3.5-1.5.2-22.3-.2-1.2-.5-2-2-.8-2.8V384.5l.2-1.5 1.4-2.4 2.4-1.4z", fill: "url(#error-icon_svg__s)" }),
153
+ /* @__PURE__ */ o("path", { d: "m241.8 408.5 349 28.7 45.2 76.4-51 69.7-349-28.7.7-69.7Z", fill: "url(#error-icon_svg__t)" }),
154
+ /* @__PURE__ */ o("path", { d: "m353.9 527.8 1.2-16.2-35.1-2.5.8-10.9 28.6 2 1.2-16.2-28.7-2 .7-9.9 33.9 2.4 1.2-16.2-57-4-4.9 69.4zm29.5 2.1 1.6-21.4.8-3.1 1.2-2.4 1.4-1.8 1.8-1.4 2-1 2.5-.5h3l2.2.9 1.9.1 1.4-20-2.6-.6-3.2.1-2.8.5-2.5 1-2.2 1.4-2.1 2-1.8 2.5-1.7 3.2.7-10.2-18.5-1.3-3.5 50.5zm42.6 3 1.7-21.4.8-3.1 1.1-2.4 1.5-1.9 1.7-1.3 2.1-1 2.5-.5 3-.1 2.2 1 1.9.1 1.4-20-2.6-.6-3.2.1-2.8.5-2.5.9-2.3 1.5-2 1.9-1.9 2.6-1.6 3.1.7-10.1-18.5-1.3-3.6 50.5zm49.4 4.2 5.5-.1 4.7-.5 4-1 3.6-1.3 3-1.8 2.6-2.1 2.2-2.5 1.9-3 1.5-3.4 1.2-4.1.7-4.6-.2-4.6-.7-4-1.1-3.6-1.5-3.1-1.9-2.8-2.3-2.5-2.7-2.2-3.3-1.9-3.8-1.6-4.5-1.3-5.2-.9-5.3.1-4.7.6-4 1.1-3.5 1.4-3 1.8-2.6 2.2-2.2 2.6-1.9 3-1.5 3.5-1.1 4.1-.8 4.8.1 4.6.6 4 1 3.5 1.4 3.1 1.8 2.7 2.3 2.4 2.7 2.1 3.3 1.8 3.8 1.5 4.6 1.2zm1.3-12.8-2.6-.6-1.8-.9-1.4-1.3-1.1-1.8-.8-2.4-.5-3.2.1-4.1.6-3.6.9-2.8 1.2-2.1 1.4-1.6 1.6-1.1 1.9-.7 2.3-.3 1.9.5 1.6.8 1.3 1.3 1 1.6.9 2.3.6 3 .1 4-.5 4.3-.9 3.2-1.2 2.3-1.4 1.6-1.5 1-1.9.5zm56.1 16 1.7-21.3.8-3.1 1.1-2.4 1.5-1.9 1.7-1.4 2.1-.9 2.5-.5 3-.1 2.2.9 1.9.2 1.4-20-2.7-.6h-3.1l-2.8.5-2.5 1-2.3 1.5-2 1.9-1.9 2.5-1.6 3.2.7-10.2-18.5-1.3-3.6 50.6z", fill: "#fff" }),
155
+ /* @__PURE__ */ o("path", { d: "m452.8 751.4-1.3-4.9-1.9-4.4-2.4-4-2.8-3.6-3.4-3.3-4-2.9-4.6-2.7-15.9-6.4-4.2-2.2-2.6-1.9-1.3-1.5-.5-1.3V711l.5-1.1 1.3-1.2 2.4-1.3 8-.8h3.3l3.4.6 3.7 1.2 4.9 2.9 2.6 2.3 4.9 5.8 2.7 4.2 4.7 9.8 2.5 6.5.7 3.9v3.8z", fill: "url(#error-icon_svg__u)" }),
156
+ /* @__PURE__ */ o("path", { d: "m453.6 753.5-4.3-14.9-4.3-13-4.2-11.2-4.2-9.7-4.1-8.3-4.1-7-5.8-8.5-2.6-5.5-1.3-5.6.1-5.3 1.4-4.3 1.1-1.9 1.4-1.4 1.7-1 4.3-.2 2.4.3 4.4 1.9 3.9 3.5 3.7 5.1 2.1 3.9 3.8 9 2.1 6.3 2.7 9.9 2.8 13.2 1.5 11.6.6 9.3-.4 10-.6 4.8-1.1 4.5-.8 1.8z", fill: "url(#error-icon_svg__v)" }),
157
+ /* @__PURE__ */ o("path", { d: "m455.5 746.3 1.3-5.8.9-6.3.4-7.1-.1-7.8-.7-8.7-1.3-9.6-1.9-10.7-7.1-20.6-1.7-6.5-.9-4.4-.5-7.2.3-2.6.7-2.2 1-1.8 1.3-1.7 1.6-1.2 2.1-1 2.7-.7 3.5-.4 1.8.4 3.9 1.6 3.5 3.1 3.3 5.1 1.3 3.5 2.2 8.9.7 5.6.6 13.8-.3 8.2-.6 9.8-2.3 13.5-2.9 11.5-6.7 21.3-1.7.6h-2z", fill: "url(#error-icon_svg__w)" }),
158
+ /* @__PURE__ */ o("path", { d: "m460 751.8-.1-12.2.3-11.2.9-10.2 1.4-9.2 1.7-8.4 2.2-7.6 2.5-6.8 2.8-6.2 3.2-5.6 3.5-5 5.4-6.2 2.3-1.7 2.6-1.2 2.9-.8 3.8-.2 1.8.5 1.7.7 1.4 1.3 1.3 1.7.9 2 .6 2.7.3 3.7-2 7.6-1.6 4.8-2.6 6.2-3.2 6.5-4.6 7.8-7.9 11.1-5.3 6.6-4.8 7.6-2.1 4-3.1 7.4-1.6 5.7-.5 2.8-.7.9-1.3.7z", fill: "url(#error-icon_svg__x)" }),
159
+ /* @__PURE__ */ o("path", { d: "m376 757.1 11.6-2.3 7.4-1.9 4.4-1.5 2.3-1.1 4.7-3.7 3-1.8 3.9-1.8 4.3-1.6 4.7-1.2 3.3-.4 6.4.2 3.1.8 3 1.4 2.9 2 1.3-1.4 2-1.2 2.2-.9 2.6-.5h2.6l2.6.6 1.7.7 3 2.7.9-2.6 1.4-2.4 1.7-2.3 4.4-3.9 2.5-1.6 4-1.9 3.7-1.3 4.7-.7h4.3l7.3.6 4.2 1 5.4 2.6 2.7 2 2.4 2.3 2.2 2.9 2 3.6 1.1 2.9 1.6 7.2.5 4.5z", fill: "url(#error-icon_svg__y)" }),
160
+ /* @__PURE__ */ o("path", { d: "m792.1 813.4-6.7 2.3-4 1.8-3.6 2.6-1 2.1.2 1 .5 1.1 1.4 1.4 10.2 6.3 2.4 2 1.4 1.7 1 1.9.4 1.9-.1 1.7-.6 1.7-2.3 3.6-2.3 2.5-4.8 3.9-3.6 1.9-5.5 2.4-5.6 1.9-15.7 4.4-18.4 3.8-22.2 3.1-12 1-12.9.7-13 .2-13.5-.3-14.3-.9-21.4-2.4-22.3-4.1-11.8-2.9-10-2.9-8.2-2.9-8.1-3.4-6.6-3.3-5.2-3.2-3.7-2.8-5.5-5.3-1.9-2.5-2.9-5.5-1.1-5.1v-3.5l.5-3.4 1.1-3.3 1.6-3.1 1.9-3.1 4.9-5.6 5.8-4.7 7.3-4.3 5.9-2.8 9.3-3.9 12.2-4.4 18-5.4 21.2-5.1 23.6-4.2 12.3-1.7 12.9-1.2 13.5-.9 13.5-.4 13.9.1 14.4.7 12.9 1 20.4 2.5 17.2 3.2 6.3 1.7 10.9 3.7 3.6 1.7 3.4 2.1 2.1 1.8 3 4.4 2.1 5.3.4 2.7-.1 2.5-.8 2.5-.9 1.7-3.3 3.5-2.6 1.9-3.6 2.1-5 2.2z", fill: "url(#error-icon_svg__z)", fillOpacity: 0.4 }),
161
+ /* @__PURE__ */ o("path", { d: "m674.6 633.3 3.7-2.1 3.5-2.6 3.1-3 2.5-3.2 2.4-4.3 1.8-6.3 2.9-6.5 4.6-7.1 2.9-3.3 3.5-2.9 2.5-1.6 2.8-1.3 3-.9 3.1-.5 3.4.1 3.8.5 4.5 1.4 3.8 1.8 3.2 2.1 2.8 2.6 2.3 2.9 1.8 3.2 1.4 3.4.8 3.5.3 3.7-.2 3.8-.7 3.7-1.2 3.8-1.7 3.6-2.2 3.5-2.8 3.4-12.9 13.6-3.7 3.6-5.5 4.2-3.8 1.5h-1.4l-3.1-.9-1.7-.1-1.9.4-2.6 1-2.5 1.6-4.9 3.7-1.9-.8-3.4-3.6-3.8-5.4-7-11.8-3.8-4.8z", fill: "#ebb0b0" }),
162
+ /* @__PURE__ */ o("path", { d: "m757.6 589.9 3.1 3 2.1 2.8 1.4 2.5.9 2.8.3 2.6-.1 2.5-1.6 4.7-1.4 2.3-2.4 3-2.9 2.7-3.1 2.2-3.1 1.8-5.8 2.5-3.5.5-9.2-1.2-1.7 1-1.8 1.6-5.4 5.6-4.2-1.4 1.7-3.1-.1-1.3-.5-.8-1.2-.6-1.4-.2-1.7.2-1.7.6-1.5 1.1-1.5 2.1-1 5.9.1 1-5.7.7-3.1-.5-1-.8-10.7-10.6-2.9-4.3-.6-2.6.9-3 1.8-8.2 2.5-7 2.1-3.8 3-4.4 2.5-2.8 2.9-2.4 3.4-2.1 3.6-1.7 7.6-2.4 7.8-1.2 7.2-.1 5.6 1 6.9 2.3 8.6 4.1z", fill: "#131322" }),
163
+ /* @__PURE__ */ o("path", { d: "m798 795.8-5.4 8.1-.7 1.7-.1 1.8.2 1.5 2 3.8 3.2 3.5 1.9 1.4 1.9 1 1.8.5 19.9 1.1h10l7.2-.6 3.5-.7 2.9-.8 3.2-1.6.9-.9.8-1.5.1-2.8-.6-1.5-1.3-1.8-2-1.8-2.8-1.9-3-1.5-7.9-2.4-10.3-1.8-18.1-2.6-3.1-.4z", fill: "#333" }),
164
+ /* @__PURE__ */ o("path", { d: "m685.7 753 8.6-12.2 5.4-7 6.2-7.5 6.8-7.4 7.4-7.2 5.3-4.6 5.4-4.2 5.7-3.8 5.9-3.4 6-2.8 6.1-2.2 4.8-1.2 4.7-.7 4.9-.3 4.9.3 3 .5 2.8 1 2.7 1.4 2.7 1.9 3.2 3 3 3.6 3 4.4 5.2 9.6 5.6 14.3 5.4 18.4 4 18.4 3.7 23.1 1.6 13.9-20.7 3.4-35.5-68.4-62.3 78.6-45.4-17.5z", fill: "url(#error-icon_svg__A)" }),
165
+ /* @__PURE__ */ o("path", { d: "m579.6 751.7-2.1 8-1.7 8.7-1.2 9-.6 9 .1 11.9.6 5.7 1 5.6 1.3 5.2 1.7 4.8 1.7 3.4 4 6 2.4 2.5 2.7 2.2 3.1 1.8 3.3 1.5 3.8 1.1 11.1 1.6 13.8.5 41.3-.3 61.9.1 14.1-.2 11.8-.7 7.7-1 6.4-1.3 5.4-1.6 3.9-1.7 3.3-2 2.8-2.2 2.2-2.6 1.5-2.3 1.1-2.5 1.4-6.3.2-3.8-.4-3.2-.7-2.9-1.3-2.6-1.6-2.3-4.4-4-5.8-3.2-9.1-3-5.2-1.1-7.9-1.1-8.3-.7-16-.4-19.4.1-26.4-1.2-59.8-1z", fill: "url(#error-icon_svg__B)" }),
166
+ /* @__PURE__ */ o("path", { d: "m702.5 661.1-12-11.1-3-2.5-4-4.1-2.1-3.2-1.1-2.6-.5-2.5.2-3.8.8-2.3-6.4.2-10.7 1.4-6.8 1.5-9.7 3.1-10.6 4.7-5.4 3-5.6 3.7-5.3 4-5.4 4.7-5.4 5.5-7.5 9.1-7.2 11.1-5.7 11.8-2.4 6.5-3.1 9.9-2.6 10-2.1 10.1-2.9 18.4-2.1 23.6 3.8 3.1 3.9 2.3 4.6 2.1 11.7 3.8 13.1 2.6 15.8 1.6 10 .4h10l11.5-.5 13.2-.9 21.3-40.1 14.8-27.1 2-4.1 1.5-4.4 1-4.6.5-5v-5.4l-.6-5.7-1.2-6.3-2-6.7-2.7-7.4z", fill: "url(#error-icon_svg__C)" }),
167
+ /* @__PURE__ */ o("path", { d: "m844.2 714.6-37.8 13.7 1.4 3.8 37.7-13.8Z", fillRule: "evenodd" }),
168
+ /* @__PURE__ */ o("path", { d: "m799.9 732 8.3-4.1 3.6-2.6 2.5-.6h1.2l.6.4-.2 1.8-1.6 1.8 5.1-1.1 7.7-3.5 1.9-.2 1.3.2.9.7.6 1.2.1 1.9-1.2 3.2-1.2 1.6-3.1 2.6-4.6 1.8-6.1.5-3.9-.4-5.9 1z", fill: "#efba9e" }),
169
+ /* @__PURE__ */ o("path", { d: "m804.5 728.6-85 32.1-22.5-89-2.3-4.6-2.5-3.9-2.8-3.2-3-2.7-3.2-2.1-3.6-1.7-3.9-1.1-4.2-.7-4.7-.1-5.2.5-3.9 2.1-3.2 2.5-2.8 2.7-2.3 3.2-1.8 3.3-1.4 3.7-.9 3.8-.4 4 .1 4.1 1.8 9.2 4.1 13.9 6 16.7 7.5 17.7 4.1 8.6 7.3 13.1 5.9 8.6 12.6 13.8 6 4.7 3.1 1.8 3.4 1.4 3.6.8 3.7.3 4.3-.3 4.9-1 7.3-2.9 14.5-6.8 25.5-12.8 40.9-21.4z", fill: "url(#error-icon_svg__D)" })
172
170
  ] });
173
171
  }
174
-
175
- export { ErrorIcon };
172
+ export {
173
+ s as ErrorIcon
174
+ };
@@ -1,34 +1,31 @@
1
- /*! @vef-framework/starter v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:22.856Z */
2
- import { jsx } from '@emotion/react/jsx-runtime';
3
- import { Center, Result, Spin, Text, Button, Icon } from '@vef-framework/components';
4
- import { useQueryErrorResetBoundary, motion } from '@vef-framework/core';
5
- import { getSanitizedErrorStack } from '@vef-framework/shared';
6
- import { RefreshCwIcon } from 'lucide-react';
7
- import { useEffect, Suspense, useMemo, use } from 'react';
8
- import { ErrorIcon } from './error-icon.js';
9
-
10
- function _EMOTION_STRINGIFIED_CSS_ERROR__() {
1
+ import { jsx as I } from "@emotion/react/jsx-runtime";
2
+ import { Center as b, Result as l, Spin as i, Text as y, Button as G, Icon as Z } from "@vef-framework/components";
3
+ import { useQueryErrorResetBoundary as d, motion as J } from "@vef-framework/core";
4
+ import { getSanitizedErrorStack as t } from "@vef-framework/shared";
5
+ import { RefreshCwIcon as n } from "lucide-react";
6
+ import { useEffect as u, Suspense as V, useMemo as m, use as W } from "react";
7
+ import { ErrorIcon as e } from "./error-icon.js";
8
+ function X() {
11
9
  return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
12
10
  }
13
- const errorTitle = "啊哦,出错了~";
14
- var _ref = process.env.NODE_ENV === "production" ? {
11
+ const a = "啊哦,出错了~";
12
+ var N = process.env.NODE_ENV === "production" ? {
15
13
  name: "13udsys",
16
14
  styles: "height:100%"
17
15
  } : {
18
16
  name: "13udsys",
19
17
  styles: "height:100%/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2Vycm9yL2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFxQlkiLCJmaWxlIjoiL1VzZXJzL3ZlbnVzL1ZFRi92ZWYtZnJhbWV3b3JrLXJlYWN0L3BhY2thZ2VzL3N0YXJ0ZXIvc3JjL2NvbXBvbmVudHMvZXJyb3IvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBFcnJvclByb3BzIH0gZnJvbSBcIi4vcHJvcHNcIjtcblxuaW1wb3J0IHsgQnV0dG9uLCBDZW50ZXIsIEljb24sIFJlc3VsdCwgU3BpbiwgVGV4dCB9IGZyb20gXCJAdmVmLWZyYW1ld29yay9jb21wb25lbnRzXCI7XG5pbXBvcnQgeyBtb3Rpb24sIHVzZVF1ZXJ5RXJyb3JSZXNldEJvdW5kYXJ5IH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrL2NvcmVcIjtcbmltcG9ydCB7IGdldFNhbml0aXplZEVycm9yU3RhY2sgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmsvc2hhcmVkXCI7XG5pbXBvcnQgeyBSZWZyZXNoQ3dJY29uIH0gZnJvbSBcImx1Y2lkZS1yZWFjdFwiO1xuaW1wb3J0IHsgU3VzcGVuc2UsIHVzZSwgdXNlRWZmZWN0LCB1c2VNZW1vIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IEVycm9ySWNvbiB9IGZyb20gXCIuL2Vycm9yLWljb25cIjtcblxuY29uc3QgZXJyb3JUaXRsZSA9IFwi5ZWK5ZOm77yM5Ye66ZSZ5LqG772eXCI7XG5cbmV4cG9ydCBmdW5jdGlvbiBFcnJvcih7XG4gIGVycm9yLFxuICBpbmZvLFxuICByZXNldFxufTogRXJyb3JQcm9wcykge1xuICBjb25zdCB7IHJlc2V0OiByZXNldFF1ZXJ5RXJyb3IgfSA9IHVzZVF1ZXJ5RXJyb3JSZXNldEJvdW5kYXJ5KCk7XG4gIHVzZUVmZmVjdChyZXNldFF1ZXJ5RXJyb3IpO1xuXG4gIHJldHVybiAoXG4gICAgPENlbnRlciBjc3M9e3sgaGVpZ2h0OiBcIjEwMCVcIiB9fT5cbiAgICAgIDxSZXN1bHRcbiAgICAgICAgdGl0bGU9e2Vycm9yVGl0bGV9XG4gICAgICAgIGV4dHJhPXsoXG4gICAgICAgICAgPEJ1dHRvblxuICAgICAgICAgICAgaWNvbj17PEljb24gY29tcG9uZW50PXtSZWZyZXNoQ3dJY29ufSAvPn1cbiAgICAgICAgICAgIHNpemU9XCJsYXJnZVwiXG4gICAgICAgICAgICB0eXBlPVwicHJpbWFyeVwiXG4gICAgICAgICAgICBvbkNsaWNrPXtyZXNldH1cbiAgICAgICAgICA+XG4gICAgICAgICAgICDph43or5XkuIDkuItcbiAgICAgICAgICA8L0J1dHRvbj5cbiAgICAgICAgKX1cbiAgICAgICAgaWNvbj17KFxuICAgICAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgICAgICBhbmltYXRlPXt7IHNjYWxlOiAxLCBvcGFjaXR5OiAxIH19XG4gICAgICAgICAgICBpbml0aWFsPXt7IHNjYWxlOiAwLjk1LCBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICB0cmFuc2l0aW9uPXt7IGR1cmF0aW9uOiAwLjMsIGVhc2U6IFwiZWFzZU91dFwiIH19XG4gICAgICAgICAgPlxuICAgICAgICAgICAgPEVycm9ySWNvbiBoZWlnaHQ9XCI0MHZoXCIgd2lkdGg9XCI0MHZoXCIgLz5cbiAgICAgICAgICA8L21vdGlvbi5kaXY+XG4gICAgICAgICl9XG4gICAgICAgIHN1YlRpdGxlPXsoXG4gICAgICAgICAgPFRleHQgdHlwZT1cImRhbmdlclwiPlxuICAgICAgICAgICAge2Vycm9yLm1lc3NhZ2V9XG4gICAgICAgICAgPC9UZXh0PlxuICAgICAgICApfVxuICAgICAgPlxuICAgICAgICA8U3VzcGVuc2VcbiAgICAgICAgICBmYWxsYmFjaz17KFxuICAgICAgICAgICAgPENlbnRlcj5cbiAgICAgICAgICAgICAgPFNwaW4gLz5cbiAgICAgICAgICAgIDwvQ2VudGVyPlxuICAgICAgICAgICl9XG4gICAgICAgID5cbiAgICAgICAgICA8RXJyb3JTdGFjayBjb21wb25lbnRTdGFjaz17aW5mbz8uY29tcG9uZW50U3RhY2t9IGVycm9yPXtlcnJvcn0gLz5cbiAgICAgICAgPC9TdXNwZW5zZT5cbiAgICAgIDwvUmVzdWx0PlxuICAgIDwvQ2VudGVyPlxuICApO1xufVxuXG5pbnRlcmZhY2UgRXJyb3JTdGFja1Byb3BzIHtcbiAgY29tcG9uZW50U3RhY2s/OiBzdHJpbmc7XG4gIGVycm9yOiBFcnJvcjtcbn1cblxuYXN5bmMgZnVuY3Rpb24gZ2V0RXJyb3JTdGFjayhlcnJvcjogRXJyb3IsIGNvbXBvbmVudFN0YWNrPzogc3RyaW5nKSB7XG4gIGlmIChjb21wb25lbnRTdGFjaykge1xuICAgIHJldHVybiBjb21wb25lbnRTdGFjaztcbiAgfVxuXG4gIHJldHVybiBhd2FpdCBnZXRTYW5pdGl6ZWRFcnJvclN0YWNrKGVycm9yKTtcbn1cblxuZnVuY3Rpb24gRXJyb3JTdGFjayh7XG4gIGNvbXBvbmVudFN0YWNrLFxuICBlcnJvclxufTogRXJyb3JTdGFja1Byb3BzKSB7XG4gIGNvbnN0IHN0YWNrUHJvbWlzZSA9IHVzZU1lbW8oXG4gICAgKCkgPT4gZ2V0RXJyb3JTdGFjayhlcnJvciwgY29tcG9uZW50U3RhY2spLFxuICAgIFtlcnJvciwgY29tcG9uZW50U3RhY2tdXG4gICk7XG4gIGNvbnN0IHN0YWNrID0gdXNlKHN0YWNrUHJvbWlzZSk7XG5cbiAgcmV0dXJuIChcbiAgICA8cHJlIGNzcz17eyB3aGl0ZVNwYWNlOiBcInByZS13cmFwXCIgfX0+XG4gICAgICB7c3RhY2t9XG4gICAgPC9wcmU+XG4gICk7XG59XG4iXX0= */",
20
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
18
+ toString: X
21
19
  };
22
- function Error({
23
- error,
24
- info,
25
- reset
20
+ function p({
21
+ error: g,
22
+ info: C,
23
+ reset: c
26
24
  }) {
27
25
  const {
28
- reset: resetQueryError
29
- } = useQueryErrorResetBoundary();
30
- useEffect(resetQueryError);
31
- return /* @__PURE__ */ jsx(Center, { css: _ref, children: /* @__PURE__ */ jsx(Result, { title: errorTitle, extra: /* @__PURE__ */ jsx(Button, { icon: /* @__PURE__ */ jsx(Icon, { component: RefreshCwIcon }), size: "large", type: "primary", onClick: reset, children: "重试一下" }), icon: /* @__PURE__ */ jsx(motion.div, { animate: {
26
+ reset: A
27
+ } = d();
28
+ return u(A), /* @__PURE__ */ I(b, { css: N, children: /* @__PURE__ */ I(l, { title: a, extra: /* @__PURE__ */ I(G, { icon: /* @__PURE__ */ I(Z, { component: n }), size: "large", type: "primary", onClick: c, children: "重试一下" }), icon: /* @__PURE__ */ I(J.div, { animate: {
32
29
  scale: 1,
33
30
  opacity: 1
34
31
  }, initial: {
@@ -37,29 +34,26 @@ function Error({
37
34
  }, transition: {
38
35
  duration: 0.3,
39
36
  ease: "easeOut"
40
- }, children: /* @__PURE__ */ jsx(ErrorIcon, { height: "40vh", width: "40vh" }) }), subTitle: /* @__PURE__ */ jsx(Text, { type: "danger", children: error.message }), children: /* @__PURE__ */ jsx(Suspense, { fallback: /* @__PURE__ */ jsx(Center, { children: /* @__PURE__ */ jsx(Spin, {}) }), children: /* @__PURE__ */ jsx(ErrorStack, { componentStack: info?.componentStack, error }) }) }) });
37
+ }, children: /* @__PURE__ */ I(e, { height: "40vh", width: "40vh" }) }), subTitle: /* @__PURE__ */ I(y, { type: "danger", children: g.message }), children: /* @__PURE__ */ I(V, { fallback: /* @__PURE__ */ I(b, { children: /* @__PURE__ */ I(i, {}) }), children: /* @__PURE__ */ I(s, { componentStack: C?.componentStack, error: g }) }) }) });
41
38
  }
42
- async function getErrorStack(error, componentStack) {
43
- if (componentStack) {
44
- return componentStack;
45
- }
46
- return await getSanitizedErrorStack(error);
39
+ async function B(g, C) {
40
+ return C || await t(g);
47
41
  }
48
- var _ref2 = process.env.NODE_ENV === "production" ? {
42
+ var v = process.env.NODE_ENV === "production" ? {
49
43
  name: "1089mxj",
50
44
  styles: "white-space:pre-wrap"
51
45
  } : {
52
46
  name: "1089mxj",
53
47
  styles: "white-space:pre-wrap/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2Vycm9yL2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF1RlMiLCJmaWxlIjoiL1VzZXJzL3ZlbnVzL1ZFRi92ZWYtZnJhbWV3b3JrLXJlYWN0L3BhY2thZ2VzL3N0YXJ0ZXIvc3JjL2NvbXBvbmVudHMvZXJyb3IvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBFcnJvclByb3BzIH0gZnJvbSBcIi4vcHJvcHNcIjtcblxuaW1wb3J0IHsgQnV0dG9uLCBDZW50ZXIsIEljb24sIFJlc3VsdCwgU3BpbiwgVGV4dCB9IGZyb20gXCJAdmVmLWZyYW1ld29yay9jb21wb25lbnRzXCI7XG5pbXBvcnQgeyBtb3Rpb24sIHVzZVF1ZXJ5RXJyb3JSZXNldEJvdW5kYXJ5IH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrL2NvcmVcIjtcbmltcG9ydCB7IGdldFNhbml0aXplZEVycm9yU3RhY2sgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmsvc2hhcmVkXCI7XG5pbXBvcnQgeyBSZWZyZXNoQ3dJY29uIH0gZnJvbSBcImx1Y2lkZS1yZWFjdFwiO1xuaW1wb3J0IHsgU3VzcGVuc2UsIHVzZSwgdXNlRWZmZWN0LCB1c2VNZW1vIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IEVycm9ySWNvbiB9IGZyb20gXCIuL2Vycm9yLWljb25cIjtcblxuY29uc3QgZXJyb3JUaXRsZSA9IFwi5ZWK5ZOm77yM5Ye66ZSZ5LqG772eXCI7XG5cbmV4cG9ydCBmdW5jdGlvbiBFcnJvcih7XG4gIGVycm9yLFxuICBpbmZvLFxuICByZXNldFxufTogRXJyb3JQcm9wcykge1xuICBjb25zdCB7IHJlc2V0OiByZXNldFF1ZXJ5RXJyb3IgfSA9IHVzZVF1ZXJ5RXJyb3JSZXNldEJvdW5kYXJ5KCk7XG4gIHVzZUVmZmVjdChyZXNldFF1ZXJ5RXJyb3IpO1xuXG4gIHJldHVybiAoXG4gICAgPENlbnRlciBjc3M9e3sgaGVpZ2h0OiBcIjEwMCVcIiB9fT5cbiAgICAgIDxSZXN1bHRcbiAgICAgICAgdGl0bGU9e2Vycm9yVGl0bGV9XG4gICAgICAgIGV4dHJhPXsoXG4gICAgICAgICAgPEJ1dHRvblxuICAgICAgICAgICAgaWNvbj17PEljb24gY29tcG9uZW50PXtSZWZyZXNoQ3dJY29ufSAvPn1cbiAgICAgICAgICAgIHNpemU9XCJsYXJnZVwiXG4gICAgICAgICAgICB0eXBlPVwicHJpbWFyeVwiXG4gICAgICAgICAgICBvbkNsaWNrPXtyZXNldH1cbiAgICAgICAgICA+XG4gICAgICAgICAgICDph43or5XkuIDkuItcbiAgICAgICAgICA8L0J1dHRvbj5cbiAgICAgICAgKX1cbiAgICAgICAgaWNvbj17KFxuICAgICAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgICAgICBhbmltYXRlPXt7IHNjYWxlOiAxLCBvcGFjaXR5OiAxIH19XG4gICAgICAgICAgICBpbml0aWFsPXt7IHNjYWxlOiAwLjk1LCBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICB0cmFuc2l0aW9uPXt7IGR1cmF0aW9uOiAwLjMsIGVhc2U6IFwiZWFzZU91dFwiIH19XG4gICAgICAgICAgPlxuICAgICAgICAgICAgPEVycm9ySWNvbiBoZWlnaHQ9XCI0MHZoXCIgd2lkdGg9XCI0MHZoXCIgLz5cbiAgICAgICAgICA8L21vdGlvbi5kaXY+XG4gICAgICAgICl9XG4gICAgICAgIHN1YlRpdGxlPXsoXG4gICAgICAgICAgPFRleHQgdHlwZT1cImRhbmdlclwiPlxuICAgICAgICAgICAge2Vycm9yLm1lc3NhZ2V9XG4gICAgICAgICAgPC9UZXh0PlxuICAgICAgICApfVxuICAgICAgPlxuICAgICAgICA8U3VzcGVuc2VcbiAgICAgICAgICBmYWxsYmFjaz17KFxuICAgICAgICAgICAgPENlbnRlcj5cbiAgICAgICAgICAgICAgPFNwaW4gLz5cbiAgICAgICAgICAgIDwvQ2VudGVyPlxuICAgICAgICAgICl9XG4gICAgICAgID5cbiAgICAgICAgICA8RXJyb3JTdGFjayBjb21wb25lbnRTdGFjaz17aW5mbz8uY29tcG9uZW50U3RhY2t9IGVycm9yPXtlcnJvcn0gLz5cbiAgICAgICAgPC9TdXNwZW5zZT5cbiAgICAgIDwvUmVzdWx0PlxuICAgIDwvQ2VudGVyPlxuICApO1xufVxuXG5pbnRlcmZhY2UgRXJyb3JTdGFja1Byb3BzIHtcbiAgY29tcG9uZW50U3RhY2s/OiBzdHJpbmc7XG4gIGVycm9yOiBFcnJvcjtcbn1cblxuYXN5bmMgZnVuY3Rpb24gZ2V0RXJyb3JTdGFjayhlcnJvcjogRXJyb3IsIGNvbXBvbmVudFN0YWNrPzogc3RyaW5nKSB7XG4gIGlmIChjb21wb25lbnRTdGFjaykge1xuICAgIHJldHVybiBjb21wb25lbnRTdGFjaztcbiAgfVxuXG4gIHJldHVybiBhd2FpdCBnZXRTYW5pdGl6ZWRFcnJvclN0YWNrKGVycm9yKTtcbn1cblxuZnVuY3Rpb24gRXJyb3JTdGFjayh7XG4gIGNvbXBvbmVudFN0YWNrLFxuICBlcnJvclxufTogRXJyb3JTdGFja1Byb3BzKSB7XG4gIGNvbnN0IHN0YWNrUHJvbWlzZSA9IHVzZU1lbW8oXG4gICAgKCkgPT4gZ2V0RXJyb3JTdGFjayhlcnJvciwgY29tcG9uZW50U3RhY2spLFxuICAgIFtlcnJvciwgY29tcG9uZW50U3RhY2tdXG4gICk7XG4gIGNvbnN0IHN0YWNrID0gdXNlKHN0YWNrUHJvbWlzZSk7XG5cbiAgcmV0dXJuIChcbiAgICA8cHJlIGNzcz17eyB3aGl0ZVNwYWNlOiBcInByZS13cmFwXCIgfX0+XG4gICAgICB7c3RhY2t9XG4gICAgPC9wcmU+XG4gICk7XG59XG4iXX0= */",
54
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
48
+ toString: X
55
49
  };
56
- function ErrorStack({
57
- componentStack,
58
- error
50
+ function s({
51
+ componentStack: g,
52
+ error: C
59
53
  }) {
60
- const stackPromise = useMemo(() => getErrorStack(error, componentStack), [error, componentStack]);
61
- const stack = use(stackPromise);
62
- return /* @__PURE__ */ jsx("pre", { css: _ref2, children: stack });
54
+ const c = m(() => B(C, g), [C, g]), A = W(c);
55
+ return /* @__PURE__ */ I("pre", { css: v, children: A });
63
56
  }
64
-
65
- export { Error };
57
+ export {
58
+ p as Error
59
+ };