@gobolt/genesis 0.3.10 → 0.3.12

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 (496) hide show
  1. package/dist/bundle.css +41 -41
  2. package/dist/components/Table/index.d.ts +3 -0
  3. package/dist/components/Tabs/styles.d.ts +1 -3
  4. package/dist/components/index.d.ts +7 -7
  5. package/dist/index.cjs +3 -6
  6. package/dist/index.js +4 -7
  7. package/dist/node_modules/@ant-design/cssinjs/es/Cache.cjs +2 -3
  8. package/dist/node_modules/@ant-design/cssinjs/es/Cache.js +2 -3
  9. package/dist/node_modules/@ant-design/cssinjs/es/Keyframes.cjs +2 -2
  10. package/dist/node_modules/@ant-design/cssinjs/es/Keyframes.js +2 -2
  11. package/dist/node_modules/@ant-design/cssinjs/es/extractStyle.cjs +2 -1
  12. package/dist/node_modules/@ant-design/cssinjs/es/extractStyle.js +5 -4
  13. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.cjs +1 -2
  14. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.js +1 -2
  15. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.cjs +5 -4
  16. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.js +5 -4
  17. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.cjs +3 -3
  18. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.js +3 -3
  19. package/dist/node_modules/@ant-design/cssinjs/es/theme/Theme.cjs +2 -2
  20. package/dist/node_modules/@ant-design/cssinjs/es/theme/Theme.js +2 -2
  21. package/dist/node_modules/@ant-design/cssinjs/es/theme/ThemeCache.cjs +2 -2
  22. package/dist/node_modules/@ant-design/cssinjs/es/theme/ThemeCache.js +2 -2
  23. package/dist/node_modules/@ant-design/cssinjs/es/util/index.cjs +2 -1
  24. package/dist/node_modules/@ant-design/cssinjs/es/util/index.js +3 -2
  25. package/dist/node_modules/@ant-design/cssinjs-utils/es/_util/hooks/useUniqueMemo.cjs +2 -2
  26. package/dist/node_modules/@ant-design/cssinjs-utils/es/_util/hooks/useUniqueMemo.js +2 -2
  27. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/CSSCalculator.cjs +2 -2
  28. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/CSSCalculator.js +2 -2
  29. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/NumCalculator.cjs +2 -2
  30. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/NumCalculator.js +2 -2
  31. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.cjs +275 -62
  32. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +275 -62
  33. package/dist/node_modules/@fontsource/inter/300.css.cjs +1 -0
  34. package/dist/node_modules/@fontsource/inter/300.css.js +1 -0
  35. package/dist/node_modules/@fontsource/inter/400.css.cjs +1 -0
  36. package/dist/node_modules/@fontsource/inter/400.css.js +1 -0
  37. package/dist/node_modules/@fontsource/inter/500.css.cjs +1 -0
  38. package/dist/node_modules/@fontsource/inter/500.css.js +1 -0
  39. package/dist/node_modules/@fontsource/inter/600.css.cjs +1 -0
  40. package/dist/node_modules/@fontsource/inter/600.css.js +1 -0
  41. package/dist/node_modules/@fontsource/inter/700.css.cjs +1 -0
  42. package/dist/node_modules/@fontsource/inter/700.css.js +1 -0
  43. package/dist/node_modules/@fontsource/roboto-mono/400.css.cjs +1 -0
  44. package/dist/node_modules/@fontsource/roboto-mono/400.css.js +1 -0
  45. package/dist/node_modules/@rc-component/async-validator/es/index.cjs +2 -2
  46. package/dist/node_modules/@rc-component/async-validator/es/index.js +2 -2
  47. package/dist/node_modules/@rc-component/async-validator/es/rule/url.cjs +2 -2
  48. package/dist/node_modules/@rc-component/async-validator/es/rule/url.js +2 -2
  49. package/dist/node_modules/@rc-component/async-validator/es/util.cjs +2 -2
  50. package/dist/node_modules/@rc-component/async-validator/es/util.js +2 -2
  51. package/dist/node_modules/@rc-component/color-picker/es/color.cjs +2 -2
  52. package/dist/node_modules/@rc-component/color-picker/es/color.js +2 -2
  53. package/dist/node_modules/@rc-component/trigger/es/hooks/useAlign.cjs +1 -2
  54. package/dist/node_modules/@rc-component/trigger/es/hooks/useAlign.js +1 -2
  55. package/dist/node_modules/@rc-component/trigger/es/index.cjs +1 -3
  56. package/dist/node_modules/@rc-component/trigger/es/index.js +1 -3
  57. package/dist/node_modules/antd/es/_util/ActionButton.cjs +4 -4
  58. package/dist/node_modules/antd/es/_util/ActionButton.js +4 -4
  59. package/dist/node_modules/antd/es/_util/colors.cjs +2 -1
  60. package/dist/node_modules/antd/es/_util/colors.js +2 -1
  61. package/dist/node_modules/antd/es/_util/extendsObject.cjs +13 -11
  62. package/dist/node_modules/antd/es/_util/extendsObject.js +13 -11
  63. package/dist/node_modules/antd/es/_util/motion.cjs +16 -13
  64. package/dist/node_modules/antd/es/_util/motion.js +16 -13
  65. package/dist/node_modules/antd/es/_util/placements.cjs +4 -4
  66. package/dist/node_modules/antd/es/_util/placements.js +4 -4
  67. package/dist/node_modules/antd/es/_util/responsiveObserver.cjs +20 -18
  68. package/dist/node_modules/antd/es/_util/responsiveObserver.js +20 -18
  69. package/dist/node_modules/antd/es/_util/scrollTo.cjs +2 -1
  70. package/dist/node_modules/antd/es/_util/scrollTo.js +2 -1
  71. package/dist/node_modules/antd/es/_util/toList.cjs +4 -5
  72. package/dist/node_modules/antd/es/_util/toList.js +4 -5
  73. package/dist/node_modules/antd/es/_util/warning.cjs +6 -8
  74. package/dist/node_modules/antd/es/_util/warning.js +2 -3
  75. package/dist/node_modules/antd/es/_util/wave/WaveEffect.cjs +13 -10
  76. package/dist/node_modules/antd/es/_util/wave/WaveEffect.js +14 -11
  77. package/dist/node_modules/antd/es/_util/wave/style.cjs +1 -1
  78. package/dist/node_modules/antd/es/_util/wave/style.js +1 -1
  79. package/dist/node_modules/antd/es/_util/wave/util.cjs +1 -1
  80. package/dist/node_modules/antd/es/_util/wave/util.js +1 -1
  81. package/dist/node_modules/antd/es/avatar/Avatar.cjs +28 -22
  82. package/dist/node_modules/antd/es/avatar/Avatar.js +28 -22
  83. package/dist/node_modules/antd/es/avatar/AvatarGroup.cjs +3 -2
  84. package/dist/node_modules/antd/es/avatar/AvatarGroup.js +3 -2
  85. package/dist/node_modules/antd/es/avatar/style/index.cjs +7 -14
  86. package/dist/node_modules/antd/es/avatar/style/index.js +7 -14
  87. package/dist/node_modules/antd/es/breadcrumb/BreadcrumbSeparator.cjs +4 -3
  88. package/dist/node_modules/antd/es/breadcrumb/BreadcrumbSeparator.js +4 -3
  89. package/dist/node_modules/antd/es/button/DefaultLoadingIcon.cjs +5 -4
  90. package/dist/node_modules/antd/es/button/DefaultLoadingIcon.js +5 -4
  91. package/dist/node_modules/antd/es/button/button.cjs +9 -20
  92. package/dist/node_modules/antd/es/button/button.js +10 -21
  93. package/dist/node_modules/antd/es/button/style/index.cjs +8 -15
  94. package/dist/node_modules/antd/es/button/style/index.js +8 -15
  95. package/dist/node_modules/antd/es/button/style/token.cjs +0 -1
  96. package/dist/node_modules/antd/es/button/style/token.js +0 -1
  97. package/dist/node_modules/antd/es/card/Card.cjs +2 -1
  98. package/dist/node_modules/antd/es/card/Card.js +2 -1
  99. package/dist/node_modules/antd/es/card/style/index.cjs +1 -1
  100. package/dist/node_modules/antd/es/card/style/index.js +1 -1
  101. package/dist/node_modules/antd/es/checkbox/Checkbox.cjs +3 -3
  102. package/dist/node_modules/antd/es/checkbox/Checkbox.js +3 -3
  103. package/dist/node_modules/antd/es/checkbox/Group.cjs +4 -4
  104. package/dist/node_modules/antd/es/checkbox/Group.js +4 -4
  105. package/dist/node_modules/antd/es/checkbox/style/index.cjs +27 -26
  106. package/dist/node_modules/antd/es/checkbox/style/index.js +27 -26
  107. package/dist/node_modules/antd/es/color-picker/color.cjs +12 -9
  108. package/dist/node_modules/antd/es/color-picker/color.js +12 -9
  109. package/dist/node_modules/antd/es/config-provider/DisabledContext.cjs +5 -4
  110. package/dist/node_modules/antd/es/config-provider/DisabledContext.js +5 -4
  111. package/dist/node_modules/antd/es/config-provider/MotionWrapper.cjs +3 -10
  112. package/dist/node_modules/antd/es/config-provider/MotionWrapper.js +3 -10
  113. package/dist/node_modules/antd/es/config-provider/PropWarning.cjs +4 -3
  114. package/dist/node_modules/antd/es/config-provider/PropWarning.js +4 -3
  115. package/dist/node_modules/antd/es/config-provider/SizeContext.cjs +5 -4
  116. package/dist/node_modules/antd/es/config-provider/SizeContext.js +5 -4
  117. package/dist/node_modules/antd/es/config-provider/UnstableContext.cjs +2 -2
  118. package/dist/node_modules/antd/es/config-provider/UnstableContext.js +2 -2
  119. package/dist/node_modules/antd/es/config-provider/hooks/useSize.cjs +1 -1
  120. package/dist/node_modules/antd/es/config-provider/hooks/useSize.js +1 -1
  121. package/dist/node_modules/antd/es/config-provider/index.cjs +2 -3
  122. package/dist/node_modules/antd/es/config-provider/index.js +2 -3
  123. package/dist/node_modules/antd/es/date-picker/generatePicker/generateRangePicker.cjs +9 -23
  124. package/dist/node_modules/antd/es/date-picker/generatePicker/generateRangePicker.js +9 -23
  125. package/dist/node_modules/antd/es/date-picker/generatePicker/generateSinglePicker.cjs +10 -22
  126. package/dist/node_modules/antd/es/date-picker/generatePicker/generateSinglePicker.js +10 -22
  127. package/dist/node_modules/antd/es/date-picker/style/index.cjs +16 -18
  128. package/dist/node_modules/antd/es/date-picker/style/index.js +16 -18
  129. package/dist/node_modules/antd/es/date-picker/style/panel.cjs +40 -30
  130. package/dist/node_modules/antd/es/date-picker/style/panel.js +40 -30
  131. package/dist/node_modules/antd/es/dropdown/dropdown-button.cjs +4 -10
  132. package/dist/node_modules/antd/es/dropdown/dropdown-button.js +4 -10
  133. package/dist/node_modules/antd/es/dropdown/dropdown.cjs +23 -25
  134. package/dist/node_modules/antd/es/dropdown/dropdown.js +23 -25
  135. package/dist/node_modules/antd/es/dropdown/style/index.cjs +1 -1
  136. package/dist/node_modules/antd/es/dropdown/style/index.js +1 -1
  137. package/dist/node_modules/antd/es/empty/index.cjs +9 -11
  138. package/dist/node_modules/antd/es/empty/index.js +9 -11
  139. package/dist/node_modules/antd/es/empty/style/index.cjs +1 -1
  140. package/dist/node_modules/antd/es/empty/style/index.js +1 -1
  141. package/dist/node_modules/antd/es/form/ErrorList.cjs +16 -13
  142. package/dist/node_modules/antd/es/form/ErrorList.js +16 -13
  143. package/dist/node_modules/antd/es/form/Form.cjs +3 -4
  144. package/dist/node_modules/antd/es/form/Form.js +1 -2
  145. package/dist/node_modules/antd/es/form/FormItem/ItemHolder.cjs +7 -9
  146. package/dist/node_modules/antd/es/form/FormItem/ItemHolder.js +7 -9
  147. package/dist/node_modules/antd/es/form/FormItem/StatusProvider.cjs +13 -16
  148. package/dist/node_modules/antd/es/form/FormItem/StatusProvider.js +13 -16
  149. package/dist/node_modules/antd/es/form/FormItem/index.cjs +12 -8
  150. package/dist/node_modules/antd/es/form/FormItem/index.js +12 -8
  151. package/dist/node_modules/antd/es/form/FormItemLabel.cjs +26 -22
  152. package/dist/node_modules/antd/es/form/FormItemLabel.js +26 -22
  153. package/dist/node_modules/antd/es/form/context.cjs +7 -6
  154. package/dist/node_modules/antd/es/form/context.js +7 -6
  155. package/dist/node_modules/antd/es/form/hooks/useForm.cjs +3 -4
  156. package/dist/node_modules/antd/es/form/hooks/useForm.js +3 -3
  157. package/dist/node_modules/antd/es/form/hooks/useFormWarning.cjs +4 -3
  158. package/dist/node_modules/antd/es/form/hooks/useFormWarning.js +4 -3
  159. package/dist/node_modules/antd/es/form/hooks/useVariants.cjs +2 -1
  160. package/dist/node_modules/antd/es/form/hooks/useVariants.js +2 -1
  161. package/dist/node_modules/antd/es/form/index.cjs +1 -1
  162. package/dist/node_modules/antd/es/form/style/fallbackCmp.cjs +5 -4
  163. package/dist/node_modules/antd/es/form/style/fallbackCmp.js +5 -4
  164. package/dist/node_modules/antd/es/form/style/index.cjs +92 -62
  165. package/dist/node_modules/antd/es/form/style/index.js +92 -62
  166. package/dist/node_modules/antd/es/grid/hooks/useBreakpoint.cjs +3 -1
  167. package/dist/node_modules/antd/es/grid/hooks/useBreakpoint.js +3 -1
  168. package/dist/node_modules/antd/es/input/Input.cjs +3 -3
  169. package/dist/node_modules/antd/es/input/Input.js +3 -3
  170. package/dist/node_modules/antd/es/input/OTP/OTPInput.cjs +13 -31
  171. package/dist/node_modules/antd/es/input/OTP/OTPInput.js +8 -26
  172. package/dist/node_modules/antd/es/input/OTP/index.cjs +1 -2
  173. package/dist/node_modules/antd/es/input/OTP/index.js +1 -2
  174. package/dist/node_modules/antd/es/input/Password.cjs +2 -3
  175. package/dist/node_modules/antd/es/input/Password.js +2 -3
  176. package/dist/node_modules/antd/es/input/Search.cjs +14 -18
  177. package/dist/node_modules/antd/es/input/Search.js +14 -18
  178. package/dist/node_modules/antd/es/input/TextArea.cjs +6 -42
  179. package/dist/node_modules/antd/es/input/TextArea.js +6 -42
  180. package/dist/node_modules/antd/es/input/style/index.cjs +20 -7
  181. package/dist/node_modules/antd/es/input/style/index.js +20 -7
  182. package/dist/node_modules/antd/es/input/style/otp.cjs +1 -23
  183. package/dist/node_modules/antd/es/input/style/otp.js +1 -23
  184. package/dist/node_modules/antd/es/input/style/textarea.cjs +5 -27
  185. package/dist/node_modules/antd/es/input/style/textarea.js +5 -27
  186. package/dist/node_modules/antd/es/input/style/variants.cjs +29 -25
  187. package/dist/node_modules/antd/es/input/style/variants.js +29 -25
  188. package/dist/node_modules/antd/es/layout/Sider.cjs +21 -9
  189. package/dist/node_modules/antd/es/layout/Sider.js +21 -9
  190. package/dist/node_modules/antd/es/layout/style/index.cjs +1 -1
  191. package/dist/node_modules/antd/es/layout/style/index.js +1 -1
  192. package/dist/node_modules/antd/es/layout/style/sider.cjs +1 -1
  193. package/dist/node_modules/antd/es/layout/style/sider.js +1 -1
  194. package/dist/node_modules/antd/es/locale/en_US.cjs +1 -2
  195. package/dist/node_modules/antd/es/locale/en_US.js +1 -2
  196. package/dist/node_modules/antd/es/menu/MenuItem.cjs +1 -1
  197. package/dist/node_modules/antd/es/menu/MenuItem.js +1 -1
  198. package/dist/node_modules/antd/es/menu/SubMenu.cjs +1 -1
  199. package/dist/node_modules/antd/es/menu/SubMenu.js +1 -1
  200. package/dist/node_modules/antd/es/menu/menu.cjs +2 -2
  201. package/dist/node_modules/antd/es/menu/menu.js +2 -2
  202. package/dist/node_modules/antd/es/menu/style/index.cjs +3 -1
  203. package/dist/node_modules/antd/es/menu/style/index.js +3 -1
  204. package/dist/node_modules/antd/es/menu/style/rtl.cjs +24 -21
  205. package/dist/node_modules/antd/es/menu/style/rtl.js +24 -21
  206. package/dist/node_modules/antd/es/menu/style/theme.cjs +1 -1
  207. package/dist/node_modules/antd/es/menu/style/theme.js +1 -1
  208. package/dist/node_modules/antd/es/pagination/style/bordered.cjs +1 -1
  209. package/dist/node_modules/antd/es/pagination/style/bordered.js +1 -1
  210. package/dist/node_modules/antd/es/pagination/style/index.cjs +11 -2
  211. package/dist/node_modules/antd/es/pagination/style/index.js +11 -2
  212. package/dist/node_modules/antd/es/popover/PurePanel.cjs +6 -5
  213. package/dist/node_modules/antd/es/popover/PurePanel.js +6 -5
  214. package/dist/node_modules/antd/es/popover/index.cjs +2 -2
  215. package/dist/node_modules/antd/es/popover/index.js +2 -3
  216. package/dist/node_modules/antd/es/progress/Line.cjs +7 -4
  217. package/dist/node_modules/antd/es/progress/Line.js +7 -4
  218. package/dist/node_modules/antd/es/progress/utils.cjs +16 -13
  219. package/dist/node_modules/antd/es/progress/utils.js +16 -13
  220. package/dist/node_modules/antd/es/radio/group.cjs +4 -10
  221. package/dist/node_modules/antd/es/radio/group.js +2 -8
  222. package/dist/node_modules/antd/es/radio/style/index.cjs +2 -2
  223. package/dist/node_modules/antd/es/radio/style/index.js +2 -2
  224. package/dist/node_modules/antd/es/result/index.cjs +24 -21
  225. package/dist/node_modules/antd/es/result/index.js +24 -21
  226. package/dist/node_modules/antd/es/result/noFound.cjs +139 -117
  227. package/dist/node_modules/antd/es/result/noFound.js +139 -117
  228. package/dist/node_modules/antd/es/result/serverError.cjs +154 -131
  229. package/dist/node_modules/antd/es/result/serverError.js +154 -131
  230. package/dist/node_modules/antd/es/result/unauthorized.cjs +125 -113
  231. package/dist/node_modules/antd/es/result/unauthorized.js +125 -113
  232. package/dist/node_modules/antd/es/segmented/style/index.cjs +2 -2
  233. package/dist/node_modules/antd/es/segmented/style/index.js +2 -2
  234. package/dist/node_modules/antd/es/select/index.cjs +15 -42
  235. package/dist/node_modules/antd/es/select/index.js +15 -42
  236. package/dist/node_modules/antd/es/select/style/index.cjs +11 -17
  237. package/dist/node_modules/antd/es/select/style/index.js +11 -17
  238. package/dist/node_modules/antd/es/select/style/multiple.cjs +1 -2
  239. package/dist/node_modules/antd/es/select/style/multiple.js +1 -2
  240. package/dist/node_modules/antd/es/select/useIcons.cjs +20 -18
  241. package/dist/node_modules/antd/es/select/useIcons.js +20 -18
  242. package/dist/node_modules/antd/es/skeleton/Title.cjs +17 -14
  243. package/dist/node_modules/antd/es/skeleton/Title.js +17 -14
  244. package/dist/node_modules/antd/es/skeleton/style/index.cjs +1 -1
  245. package/dist/node_modules/antd/es/skeleton/style/index.js +1 -1
  246. package/dist/node_modules/antd/es/space/Item.cjs +8 -7
  247. package/dist/node_modules/antd/es/space/Item.js +8 -7
  248. package/dist/node_modules/antd/es/spin/Indicator/Progress.cjs +6 -4
  249. package/dist/node_modules/antd/es/spin/Indicator/Progress.js +6 -4
  250. package/dist/node_modules/antd/es/spin/Indicator/index.cjs +1 -2
  251. package/dist/node_modules/antd/es/spin/Indicator/index.js +1 -2
  252. package/dist/node_modules/antd/es/spin/style/index.cjs +1 -1
  253. package/dist/node_modules/antd/es/spin/style/index.js +1 -1
  254. package/dist/node_modules/antd/es/style/compact-item-vertical.cjs +3 -6
  255. package/dist/node_modules/antd/es/style/compact-item-vertical.js +3 -6
  256. package/dist/node_modules/antd/es/style/compact-item.cjs +8 -10
  257. package/dist/node_modules/antd/es/style/compact-item.js +8 -10
  258. package/dist/node_modules/antd/es/style/index.cjs +16 -13
  259. package/dist/node_modules/antd/es/style/index.js +16 -13
  260. package/dist/node_modules/antd/es/style/motion/motion.cjs +2 -1
  261. package/dist/node_modules/antd/es/style/motion/motion.js +2 -1
  262. package/dist/node_modules/antd/es/switch/index.cjs +3 -3
  263. package/dist/node_modules/antd/es/switch/index.js +3 -3
  264. package/dist/node_modules/antd/es/table/InternalTable.cjs +2 -1
  265. package/dist/node_modules/antd/es/table/InternalTable.js +2 -1
  266. package/dist/node_modules/antd/es/table/hooks/useFilter/FilterDropdown.cjs +64 -51
  267. package/dist/node_modules/antd/es/table/hooks/useFilter/FilterDropdown.js +66 -53
  268. package/dist/node_modules/antd/es/table/hooks/useFilter/index.cjs +30 -20
  269. package/dist/node_modules/antd/es/table/hooks/useFilter/index.js +30 -20
  270. package/dist/node_modules/antd/es/table/hooks/usePagination.js +2 -2
  271. package/dist/node_modules/antd/es/table/hooks/useSelection.cjs +34 -29
  272. package/dist/node_modules/antd/es/table/hooks/useSelection.js +34 -29
  273. package/dist/node_modules/antd/es/table/hooks/useSorter.cjs +44 -26
  274. package/dist/node_modules/antd/es/table/hooks/useSorter.js +44 -26
  275. package/dist/node_modules/antd/es/table/style/filter.cjs +2 -2
  276. package/dist/node_modules/antd/es/table/style/filter.js +2 -2
  277. package/dist/node_modules/antd/es/table/style/index.cjs +1 -3
  278. package/dist/node_modules/antd/es/table/style/index.js +1 -3
  279. package/dist/node_modules/antd/es/table/style/sticky.cjs +1 -1
  280. package/dist/node_modules/antd/es/table/style/sticky.js +1 -1
  281. package/dist/node_modules/antd/es/tabs/hooks/useAnimateConfig.cjs +5 -4
  282. package/dist/node_modules/antd/es/tabs/hooks/useAnimateConfig.js +5 -4
  283. package/dist/node_modules/antd/es/tabs/hooks/useLegacyItems.cjs +1 -8
  284. package/dist/node_modules/antd/es/tabs/hooks/useLegacyItems.js +1 -8
  285. package/dist/node_modules/antd/es/tabs/index.cjs +10 -20
  286. package/dist/node_modules/antd/es/tabs/index.js +10 -20
  287. package/dist/node_modules/antd/es/tabs/style/index.cjs +14 -42
  288. package/dist/node_modules/antd/es/tabs/style/index.js +14 -42
  289. package/dist/node_modules/antd/es/theme/themes/shared/genColorMapToken.cjs +5 -4
  290. package/dist/node_modules/antd/es/theme/themes/shared/genColorMapToken.js +5 -4
  291. package/dist/node_modules/antd/es/theme/useToken.cjs +13 -1
  292. package/dist/node_modules/antd/es/theme/useToken.js +13 -1
  293. package/dist/node_modules/antd/es/theme/util/useResetIconStyle.cjs +1 -1
  294. package/dist/node_modules/antd/es/theme/util/useResetIconStyle.js +1 -1
  295. package/dist/node_modules/antd/es/tooltip/index.cjs +5 -6
  296. package/dist/node_modules/antd/es/tooltip/index.js +5 -6
  297. package/dist/node_modules/antd/es/tooltip/style/index.cjs +17 -13
  298. package/dist/node_modules/antd/es/tooltip/style/index.js +17 -13
  299. package/dist/node_modules/antd/es/tooltip/util.cjs +0 -5
  300. package/dist/node_modules/antd/es/tooltip/util.js +0 -5
  301. package/dist/node_modules/antd/es/tree/DirectoryTree.cjs +5 -4
  302. package/dist/node_modules/antd/es/tree/DirectoryTree.js +5 -4
  303. package/dist/node_modules/antd/es/tree/style/directory.cjs +48 -50
  304. package/dist/node_modules/antd/es/tree/style/directory.js +48 -50
  305. package/dist/node_modules/antd/es/tree/style/index.cjs +13 -12
  306. package/dist/node_modules/antd/es/tree/style/index.js +13 -12
  307. package/dist/node_modules/antd/es/tree/utils/dictUtil.cjs +8 -7
  308. package/dist/node_modules/antd/es/tree/utils/dictUtil.js +8 -7
  309. package/dist/node_modules/antd/es/tree/utils/iconUtil.cjs +2 -3
  310. package/dist/node_modules/antd/es/tree/utils/iconUtil.js +2 -3
  311. package/dist/node_modules/antd/es/typography/Base/CopyBtn.cjs +13 -13
  312. package/dist/node_modules/antd/es/typography/Base/CopyBtn.js +13 -13
  313. package/dist/node_modules/antd/es/typography/Base/Ellipsis.cjs +5 -4
  314. package/dist/node_modules/antd/es/typography/Base/Ellipsis.js +5 -4
  315. package/dist/node_modules/antd/es/typography/Base/EllipsisTooltip.cjs +7 -6
  316. package/dist/node_modules/antd/es/typography/Base/EllipsisTooltip.js +7 -6
  317. package/dist/node_modules/antd/es/typography/Base/index.cjs +16 -16
  318. package/dist/node_modules/antd/es/typography/Base/index.js +16 -16
  319. package/dist/node_modules/antd/es/typography/Editable.cjs +16 -13
  320. package/dist/node_modules/antd/es/typography/Editable.js +16 -13
  321. package/dist/node_modules/antd/es/typography/hooks/useCopyClick.cjs +5 -4
  322. package/dist/node_modules/antd/es/typography/hooks/useCopyClick.js +5 -4
  323. package/dist/node_modules/antd/es/typography/style/index.cjs +6 -6
  324. package/dist/node_modules/antd/es/typography/style/index.js +6 -6
  325. package/dist/node_modules/antd/es/typography/style/mixins.cjs +2 -2
  326. package/dist/node_modules/antd/es/typography/style/mixins.js +2 -2
  327. package/dist/node_modules/antd/es/version/version.cjs +1 -1
  328. package/dist/node_modules/antd/es/version/version.js +1 -1
  329. package/dist/node_modules/d3-ease/src/elastic.cjs +2 -2
  330. package/dist/node_modules/d3-ease/src/elastic.js +2 -2
  331. package/dist/node_modules/d3-interpolate/src/rgb.cjs +2 -2
  332. package/dist/node_modules/d3-interpolate/src/rgb.js +2 -2
  333. package/dist/node_modules/d3-shape/src/curve/cardinal.cjs +2 -2
  334. package/dist/node_modules/d3-shape/src/curve/cardinal.js +2 -2
  335. package/dist/node_modules/dayjs/dayjs.min.cjs +13 -13
  336. package/dist/node_modules/dayjs/dayjs.min.js +13 -13
  337. package/dist/node_modules/dayjs/plugin/advancedFormat.cjs +5 -5
  338. package/dist/node_modules/dayjs/plugin/advancedFormat.js +5 -5
  339. package/dist/node_modules/dayjs/plugin/customParseFormat.cjs +15 -15
  340. package/dist/node_modules/dayjs/plugin/customParseFormat.js +15 -15
  341. package/dist/node_modules/dayjs/plugin/localeData.cjs +11 -11
  342. package/dist/node_modules/dayjs/plugin/localeData.js +11 -11
  343. package/dist/node_modules/dayjs/plugin/weekOfYear.cjs +3 -3
  344. package/dist/node_modules/dayjs/plugin/weekOfYear.js +3 -3
  345. package/dist/node_modules/dayjs/plugin/weekYear.cjs +3 -3
  346. package/dist/node_modules/dayjs/plugin/weekYear.js +3 -3
  347. package/dist/node_modules/dayjs/plugin/weekday.cjs +3 -3
  348. package/dist/node_modules/dayjs/plugin/weekday.js +3 -3
  349. package/dist/node_modules/engine.io-client/build/esm/transports/polling-xhr.cjs +2 -2
  350. package/dist/node_modules/engine.io-client/build/esm/transports/polling-xhr.js +2 -2
  351. package/dist/node_modules/rc-field-form/es/Field.cjs +2 -2
  352. package/dist/node_modules/rc-field-form/es/Field.js +2 -2
  353. package/dist/node_modules/rc-field-form/es/utils/NameMap.cjs +2 -2
  354. package/dist/node_modules/rc-field-form/es/utils/NameMap.js +2 -2
  355. package/dist/node_modules/rc-field-form/es/utils/validateUtil.cjs +2 -2
  356. package/dist/node_modules/rc-field-form/es/utils/validateUtil.js +2 -2
  357. package/dist/node_modules/rc-input/es/Input.cjs +1 -2
  358. package/dist/node_modules/rc-input/es/Input.js +1 -2
  359. package/dist/node_modules/rc-menu/es/MenuItem.cjs +2 -2
  360. package/dist/node_modules/rc-menu/es/MenuItem.js +2 -2
  361. package/dist/node_modules/rc-motion/es/CSSMotionList.cjs +2 -2
  362. package/dist/node_modules/rc-motion/es/CSSMotionList.js +2 -2
  363. package/dist/node_modules/rc-motion/es/DomWrapper.cjs +2 -2
  364. package/dist/node_modules/rc-motion/es/DomWrapper.js +2 -2
  365. package/dist/node_modules/rc-motion/es/hooks/useDomMotionEvents.cjs +2 -2
  366. package/dist/node_modules/rc-motion/es/hooks/useDomMotionEvents.js +2 -2
  367. package/dist/node_modules/rc-motion/es/hooks/useNextFrame.cjs +2 -2
  368. package/dist/node_modules/rc-motion/es/hooks/useNextFrame.js +2 -2
  369. package/dist/node_modules/rc-motion/es/hooks/useStepQueue.cjs +2 -2
  370. package/dist/node_modules/rc-motion/es/hooks/useStepQueue.js +2 -2
  371. package/dist/node_modules/rc-picker/es/PickerInput/Selector/MaskFormat.cjs +2 -2
  372. package/dist/node_modules/rc-picker/es/PickerInput/Selector/MaskFormat.js +2 -2
  373. package/dist/node_modules/rc-progress/es/hooks/useId.cjs +2 -2
  374. package/dist/node_modules/rc-progress/es/hooks/useId.js +2 -2
  375. package/dist/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.cjs +2 -2
  376. package/dist/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +2 -2
  377. package/dist/node_modules/rc-select/es/OptionList.cjs +1 -1
  378. package/dist/node_modules/rc-select/es/OptionList.js +1 -1
  379. package/dist/node_modules/rc-select/es/Selector/Input.cjs +47 -8
  380. package/dist/node_modules/rc-select/es/Selector/Input.js +47 -8
  381. package/dist/node_modules/rc-select/es/hooks/useCache.cjs +2 -2
  382. package/dist/node_modules/rc-select/es/hooks/useCache.js +2 -2
  383. package/dist/node_modules/rc-select/es/hooks/useFilterOptions.cjs +2 -2
  384. package/dist/node_modules/rc-select/es/hooks/useFilterOptions.js +2 -2
  385. package/dist/node_modules/rc-table/es/Body/BodyRow.cjs +8 -22
  386. package/dist/node_modules/rc-table/es/Body/BodyRow.js +8 -22
  387. package/dist/node_modules/rc-table/es/Body/ExpandedRow.cjs +3 -3
  388. package/dist/node_modules/rc-table/es/Body/ExpandedRow.js +3 -3
  389. package/dist/node_modules/rc-table/es/Body/MeasureCell.cjs +1 -2
  390. package/dist/node_modules/rc-table/es/Body/MeasureCell.js +1 -2
  391. package/dist/node_modules/rc-table/es/Body/MeasureRow.cjs +5 -10
  392. package/dist/node_modules/rc-table/es/Body/MeasureRow.js +5 -10
  393. package/dist/node_modules/rc-table/es/Body/index.cjs +6 -24
  394. package/dist/node_modules/rc-table/es/Body/index.js +6 -24
  395. package/dist/node_modules/rc-table/es/FixedHolder/index.cjs +4 -3
  396. package/dist/node_modules/rc-table/es/FixedHolder/index.js +4 -3
  397. package/dist/node_modules/rc-table/es/Table.cjs +15 -17
  398. package/dist/node_modules/rc-table/es/Table.js +16 -18
  399. package/dist/node_modules/rc-table/es/hooks/useColumns/index.cjs +4 -10
  400. package/dist/node_modules/rc-table/es/hooks/useColumns/index.js +4 -10
  401. package/dist/node_modules/rc-table/es/hooks/useFlattenRecords.cjs +3 -5
  402. package/dist/node_modules/rc-table/es/hooks/useFlattenRecords.js +3 -5
  403. package/dist/node_modules/rc-table/es/hooks/useFrame.js +1 -1
  404. package/dist/node_modules/rc-tabs/es/TabNavList/index.cjs +21 -30
  405. package/dist/node_modules/rc-tabs/es/TabNavList/index.js +22 -31
  406. package/dist/node_modules/rc-tabs/es/hooks/useIndicator.cjs +2 -9
  407. package/dist/node_modules/rc-tabs/es/hooks/useIndicator.js +2 -9
  408. package/dist/node_modules/rc-tabs/es/hooks/useVisibleRange.cjs +1 -1
  409. package/dist/node_modules/rc-tabs/es/hooks/useVisibleRange.js +1 -1
  410. package/dist/node_modules/rc-textarea/es/ResizableTextArea.cjs +13 -1
  411. package/dist/node_modules/rc-textarea/es/ResizableTextArea.js +13 -1
  412. package/dist/node_modules/rc-tree/es/Tree.cjs +2 -2
  413. package/dist/node_modules/rc-tree/es/Tree.js +2 -2
  414. package/dist/node_modules/rc-util/es/Dom/isVisible.cjs +2 -2
  415. package/dist/node_modules/rc-util/es/Dom/isVisible.js +2 -2
  416. package/dist/node_modules/rc-util/es/isMobile.cjs +2 -2
  417. package/dist/node_modules/rc-util/es/isMobile.js +2 -2
  418. package/dist/node_modules/rc-virtual-list/es/List.cjs +2 -3
  419. package/dist/node_modules/rc-virtual-list/es/List.js +2 -3
  420. package/dist/node_modules/rc-virtual-list/es/ScrollBar.cjs +23 -21
  421. package/dist/node_modules/rc-virtual-list/es/ScrollBar.js +23 -21
  422. package/dist/node_modules/rc-virtual-list/es/hooks/useOriginScroll.cjs +2 -2
  423. package/dist/node_modules/rc-virtual-list/es/hooks/useOriginScroll.js +2 -2
  424. package/dist/node_modules/rc-virtual-list/es/hooks/useScrollDrag.cjs +1 -1
  425. package/dist/node_modules/rc-virtual-list/es/hooks/useScrollDrag.js +1 -1
  426. package/dist/node_modules/rc-virtual-list/es/utils/CacheMap.cjs +6 -6
  427. package/dist/node_modules/rc-virtual-list/es/utils/CacheMap.js +6 -6
  428. package/dist/node_modules/react-icons/hi/index.cjs +0 -16
  429. package/dist/node_modules/react-icons/hi/index.js +0 -16
  430. package/dist/node_modules/react-toastify/dist/ReactToastify.css.cjs +1 -0
  431. package/dist/node_modules/react-toastify/dist/ReactToastify.css.js +1 -0
  432. package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.cjs +26 -26
  433. package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +26 -26
  434. package/dist/node_modules/unified/lib/callable-instance.cjs +2 -2
  435. package/dist/node_modules/unified/lib/callable-instance.js +2 -2
  436. package/dist/node_modules/unist-util-is/lib/index.cjs +2 -2
  437. package/dist/node_modules/unist-util-is/lib/index.js +2 -2
  438. package/dist/node_modules/vfile-message/lib/index.cjs +5 -5
  439. package/dist/node_modules/vfile-message/lib/index.js +5 -5
  440. package/dist/providers/ToastProvider.cjs +1 -1
  441. package/dist/providers/ToastProvider.js +1 -1
  442. package/dist/styles/global-styles.cjs +6 -6
  443. package/dist/styles/global-styles.js +6 -6
  444. package/dist/utils/icon-util.cjs +0 -19
  445. package/dist/utils/icon-util.js +1 -20
  446. package/package.json +1 -2
  447. package/dist/components/Button/IconButton.cjs +0 -29
  448. package/dist/components/Button/IconButton.js +0 -30
  449. package/dist/components/Button/icon-button-styles.cjs +0 -76
  450. package/dist/components/Button/icon-button-styles.js +0 -77
  451. package/dist/components/Table/TableControls/PrimaryTableControlsRow.cjs +0 -162
  452. package/dist/components/Table/TableControls/PrimaryTableControlsRow.js +0 -163
  453. package/dist/components/Table/TableControls/SecondaryTableControlsRow.cjs +0 -80
  454. package/dist/components/Table/TableControls/SecondaryTableControlsRow.js +0 -81
  455. package/dist/components/Table/TableControls/TableControls.cjs +0 -38
  456. package/dist/components/Table/TableControls/TableControls.js +0 -39
  457. package/dist/components/Table/TableWithControls/TableWithControls.cjs +0 -41
  458. package/dist/components/Table/TableWithControls/TableWithControls.js +0 -42
  459. package/dist/node_modules/@babel/runtime/helpers/esm/OverloadYield.cjs +0 -5
  460. package/dist/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +0 -6
  461. package/dist/node_modules/@babel/runtime/helpers/esm/regenerator.cjs +0 -78
  462. package/dist/node_modules/@babel/runtime/helpers/esm/regenerator.js +0 -79
  463. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.cjs +0 -9
  464. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +0 -10
  465. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.cjs +0 -7
  466. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +0 -8
  467. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.cjs +0 -33
  468. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +0 -34
  469. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.cjs +0 -23
  470. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +0 -24
  471. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.cjs +0 -10
  472. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +0 -11
  473. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorValues.cjs +0 -19
  474. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +0 -20
  475. package/dist/node_modules/antd/es/_util/convertToTooltipProps.cjs +0 -14
  476. package/dist/node_modules/antd/es/_util/convertToTooltipProps.js +0 -15
  477. package/dist/node_modules/antd/es/_util/hooks/useMergeSemantic/index.cjs +0 -80
  478. package/dist/node_modules/antd/es/_util/hooks/useMergeSemantic/index.js +0 -61
  479. package/dist/node_modules/antd/es/_util/mediaQueryUtil.cjs +0 -17
  480. package/dist/node_modules/antd/es/_util/mediaQueryUtil.js +0 -18
  481. package/dist/node_modules/antd/es/color-picker/util.cjs +0 -12
  482. package/dist/node_modules/antd/es/color-picker/util.js +0 -13
  483. package/dist/node_modules/antd/es/date-picker/hooks/useMergedPickerSemantic.cjs +0 -50
  484. package/dist/node_modules/antd/es/date-picker/hooks/useMergedPickerSemantic.js +0 -32
  485. package/dist/node_modules/antd/es/select/usePopupRender.cjs +0 -14
  486. package/dist/node_modules/antd/es/select/usePopupRender.js +0 -15
  487. package/dist/node_modules/rc-util/es/composeProps.cjs +0 -20
  488. package/dist/node_modules/rc-util/es/composeProps.js +0 -21
  489. package/dist/node_modules/react-icons/fi/index.cjs +0 -7
  490. package/dist/node_modules/react-icons/fi/index.js +0 -8
  491. package/dist/node_modules/react-icons/hi2/index.cjs +0 -7
  492. package/dist/node_modules/react-icons/hi2/index.js +0 -8
  493. package/dist/node_modules/react-icons/lu/index.cjs +0 -7
  494. package/dist/node_modules/react-icons/lu/index.js +0 -8
  495. package/dist/node_modules/react-icons/tb/index.cjs +0 -7
  496. package/dist/node_modules/react-icons/tb/index.js +0 -8
@@ -22,251 +22,274 @@ var React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
22
22
  const ServerError = () => /* @__PURE__ */ React__namespace.createElement("svg", {
23
23
  width: "254",
24
24
  height: "294"
25
- }, /* @__PURE__ */ React__namespace.createElement("title", null, "Server Error"), /* @__PURE__ */ React__namespace.createElement("g", {
25
+ }, /* @__PURE__ */ React__namespace.createElement("title", null, "Server Error"), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("path", {
26
+ d: "M0 .335h253.49v253.49H0z"
27
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
28
+ d: "M0 293.665h253.49V.401H0z"
29
+ })), /* @__PURE__ */ React__namespace.createElement("g", {
26
30
  fill: "none",
27
31
  fillRule: "evenodd"
28
- }, /* @__PURE__ */ React__namespace.createElement("path", {
29
- fill: "#E4EBF7",
30
- d: "M0 128.1v-2C0 56.5 56.3.2 125.7.2h2.1C197.2.3 253.5 56.6 253.5 126v2.1c0 69.5-56.3 125.7-125.7 125.7h-2.1A125.7 125.7 0 0 1 0 128.1"
32
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
33
+ transform: "translate(0 .067)"
34
+ }, /* @__PURE__ */ React__namespace.createElement("mask", {
35
+ fill: "#fff"
31
36
  }), /* @__PURE__ */ React__namespace.createElement("path", {
32
- fill: "#FFF",
33
- d: "M40 132.1a8.3 8.3 0 1 1-16.6-1.7 8.3 8.3 0 0 1 16.6 1.7"
37
+ d: "M0 128.134v-2.11C0 56.608 56.273.334 125.69.334h2.11c69.416 0 125.69 56.274 125.69 125.69v2.11c0 69.417-56.274 125.69-125.69 125.69h-2.11C56.273 253.824 0 197.551 0 128.134",
38
+ fill: "#E4EBF7",
39
+ mask: "url(#b)"
40
+ })), /* @__PURE__ */ React__namespace.createElement("path", {
41
+ d: "M39.989 132.108a8.332 8.332 0 1 1-16.581-1.671 8.332 8.332 0 0 1 16.58 1.671",
42
+ fill: "#FFF"
34
43
  }), /* @__PURE__ */ React__namespace.createElement("path", {
44
+ d: "M37.19 135.59l10.553 5.983M48.665 147.884l-12.734 10.861",
35
45
  stroke: "#FFF",
36
- d: "m37.2 135.6 10.5 6m1 6.3-12.8 10.8",
37
46
  strokeWidth: "2"
38
47
  }), /* @__PURE__ */ React__namespace.createElement("path", {
39
- fill: "#FFF",
40
- d: "M40.1 160.8a5.7 5.7 0 1 1-11.3-1.1 5.7 5.7 0 0 1 11.3 1.1M58 144.6a5.7 5.7 0 1 1-11.4-1.2 5.7 5.7 0 0 1 11.4 1.2M99.7 27.4h30a4.6 4.6 0 1 0 0-9.2h-30a4.6 4.6 0 0 0 0 9.2M111 46h30a4.6 4.6 0 1 0 0-9.3h-30a4.6 4.6 0 1 0 0 9.3m2.5-18.6h16a4.6 4.6 0 1 0 0 9.3h-16a4.6 4.6 0 0 0 0-9.3m36.7 42.7h-4a4.8 4.8 0 0 1-4.8-4.8 4.8 4.8 0 0 1 4.8-4.8h4a4.8 4.8 0 0 1 4.7 4.8 4.8 4.8 0 0 1-4.7 4.8"
41
- }), /* @__PURE__ */ React__namespace.createElement("circle", {
42
- cx: "201.35",
43
- cy: "30.2",
44
- r: "29.7",
48
+ d: "M40.11 160.816a5.706 5.706 0 1 1-11.354-1.145 5.706 5.706 0 0 1 11.354 1.145M57.943 144.6a5.747 5.747 0 1 1-11.436-1.152 5.747 5.747 0 0 1 11.436 1.153M99.656 27.434l30.024-.013a4.619 4.619 0 1 0-.004-9.238l-30.024.013a4.62 4.62 0 0 0 .004 9.238M111.14 45.896l30.023-.013a4.62 4.62 0 1 0-.004-9.238l-30.024.013a4.619 4.619 0 1 0 .004 9.238",
49
+ fill: "#FFF"
50
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
51
+ d: "M113.53 27.421v-.002l15.89-.007a4.619 4.619 0 1 0 .005 9.238l-15.892.007v-.002a4.618 4.618 0 0 0-.004-9.234M150.167 70.091h-3.979a4.789 4.789 0 0 1-4.774-4.775 4.788 4.788 0 0 1 4.774-4.774h3.979a4.789 4.789 0 0 1 4.775 4.774 4.789 4.789 0 0 1-4.775 4.775",
52
+ fill: "#FFF"
53
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
54
+ d: "M171.687 30.234c0-16.392 13.289-29.68 29.681-29.68 16.392 0 29.68 13.288 29.68 29.68 0 16.393-13.288 29.681-29.68 29.681s-29.68-13.288-29.68-29.68",
45
55
  fill: "#FF603B"
46
56
  }), /* @__PURE__ */ React__namespace.createElement("path", {
47
- fill: "#FFF",
48
- d: "m203.6 19.4-.7 15a1.5 1.5 0 0 1-3 0l-.7-15a2.2 2.2 0 1 1 4.4 0m-.3 19.4c.5.5.8 1.1.8 1.9s-.3 1.4-.8 1.9a3 3 0 0 1-2 .7 2.5 2.5 0 0 1-1.8-.7c-.6-.6-.8-1.2-.8-2 0-.7.2-1.3.8-1.8.5-.5 1.1-.7 1.8-.7.8 0 1.5.2 2 .7"
57
+ d: "M203.557 19.435l-.676 15.035a1.514 1.514 0 0 1-3.026 0l-.675-15.035a2.19 2.19 0 1 1 4.377 0m-.264 19.378c.513.477.77 1.1.77 1.87s-.257 1.393-.77 1.907c-.55.476-1.21.733-1.943.733a2.545 2.545 0 0 1-1.87-.77c-.55-.514-.806-1.136-.806-1.87 0-.77.256-1.393.806-1.87.513-.513 1.137-.733 1.87-.733.77 0 1.43.22 1.943.733",
58
+ fill: "#FFF"
49
59
  }), /* @__PURE__ */ React__namespace.createElement("path", {
50
- fill: "#FFB594",
51
- d: "M119.3 133.3c4.4-.6 3.6-1.2 4-4.8.8-5.2-3-17-8.2-25.1-1-10.7-12.6-11.3-12.6-11.3s4.3 5 4.2 16.2c1.4 5.3.8 14.5.8 14.5s5.3 11.4 11.8 10.5"
60
+ d: "M119.3 133.275c4.426-.598 3.612-1.204 4.079-4.778.675-5.18-3.108-16.935-8.262-25.118-1.088-10.72-12.598-11.24-12.598-11.24s4.312 4.895 4.196 16.199c1.398 5.243.804 14.45.804 14.45s5.255 11.369 11.78 10.487",
61
+ fill: "#FFB594"
52
62
  }), /* @__PURE__ */ React__namespace.createElement("path", {
53
- fill: "#FFF",
54
- d: "M101 91.6s1.4-.6 3.2.6c8 1.4 10.3 6.7 11.3 11.4 1.8 1.2 1.8 2.3 1.8 3.5l1.5 3s-7.2 1.7-11 6.7c-1.3-6.4-6.9-25.2-6.9-25.2"
63
+ d: "M100.944 91.61s1.463-.583 3.211.582c8.08 1.398 10.368 6.706 11.3 11.368 1.864 1.282 1.864 2.33 1.864 3.496.365.777 1.515 3.03 1.515 3.03s-7.225 1.748-10.954 6.758c-1.399-6.41-6.936-25.235-6.936-25.235",
64
+ fill: "#FFF"
55
65
  }), /* @__PURE__ */ React__namespace.createElement("path", {
56
- fill: "#FFB594",
57
- d: "m94 90.5 1-5.8-9.2-11.9-5.2 5.6-2.6 9.9s8.4 5 16 2.2"
66
+ d: "M94.008 90.5l1.019-5.815-9.23-11.874-5.233 5.581-2.593 9.863s8.39 5.128 16.037 2.246",
67
+ fill: "#FFB594"
58
68
  }), /* @__PURE__ */ React__namespace.createElement("path", {
59
- fill: "#FFC6A0",
60
- d: "M83 78.2s-4.6-2.9-2.5-6.9c1.6-3 4.5 1.2 4.5 1.2s.5-3.7 3.2-3.7c.5-1 1.5-4.2 1.5-4.2l13.6 3.2c0 5.2-2.3 19.5-7.9 20-8.9.6-12.5-9.6-12.5-9.6"
69
+ d: "M82.931 78.216s-4.557-2.868-2.445-6.892c1.632-3.107 4.537 1.139 4.537 1.139s.524-3.662 3.139-3.662c.523-1.046 1.569-4.184 1.569-4.184s11.507 2.615 13.6 3.138c-.001 5.23-2.317 19.529-7.884 19.969-8.94.706-12.516-9.508-12.516-9.508",
70
+ fill: "#FFC6A0"
61
71
  }), /* @__PURE__ */ React__namespace.createElement("path", {
62
- fill: "#520038",
63
- d: "M103 72.2c2.6-2 3.5-9.7 3.5-9.7s-2.5-.5-6.7-2c-4.7-2.2-12.9-4.9-17.6.9-9.5 4.4-2 20-2 20l2.7-3.1s-4-3.3-2.1-6.3c2.2-3.5 4 1 4 1s.6-2.3 3.5-3.3c.4-.7 1-2.7 1.5-3.8A1 1 0 0 1 91 65l11.5 2.7c.5.1.8.6.8 1.2l-.3 3.2z"
72
+ d: "M102.971 72.243c2.616-2.093 3.489-9.775 3.489-9.775s-2.492-.492-6.676-2.062c-4.708-2.092-12.867-4.771-17.575.982-9.54 4.41-2.062 19.93-2.062 19.93l2.729-3.037s-3.956-3.304-2.092-6.277c2.183-3.48 3.943 1.08 3.943 1.08s.64-2.4 3.6-3.36c.356-.714 1.04-2.69 1.44-3.872a1.08 1.08 0 0 1 1.27-.707c2.41.56 8.723 2.03 11.417 2.676.524.126.876.619.825 1.156l-.308 3.266z",
73
+ fill: "#520038"
64
74
  }), /* @__PURE__ */ React__namespace.createElement("path", {
65
- fill: "#552950",
66
- d: "M101.2 76.5c0 .6-.6 1-1 1-.5-.1-.9-.7-.8-1.3.1-.6.6-1 1.1-1 .5.1.8.7.7 1.3m-7-1.4c0 .6-.5 1-1 1-.5-.1-.8-.7-.7-1.3 0-.6.6-1 1-1 .5.1.9.7.8 1.3"
75
+ d: "M101.22 76.514c-.104.613-.585 1.044-1.076.96-.49-.082-.805-.646-.702-1.26.104-.613.585-1.044 1.076-.961.491.083.805.647.702 1.26M94.26 75.074c-.104.613-.585 1.044-1.076.96-.49-.082-.805-.646-.702-1.26.104-.613.585-1.044 1.076-.96.491.082.805.646.702 1.26",
76
+ fill: "#552950"
67
77
  }), /* @__PURE__ */ React__namespace.createElement("path", {
68
78
  stroke: "#DB836E",
69
- d: "m99.2 73.6-.9 1.7-.3 4.3h-2.2",
79
+ strokeWidth: "1.063",
70
80
  strokeLinecap: "round",
71
81
  strokeLinejoin: "round",
72
- strokeWidth: "1.1"
82
+ d: "M99.206 73.644l-.9 1.62-.3 4.38h-2.24"
73
83
  }), /* @__PURE__ */ React__namespace.createElement("path", {
84
+ d: "M99.926 73.284s1.8-.72 2.52.54",
74
85
  stroke: "#5C2552",
75
- d: "M100 73.3s1.7-.7 2.4.5",
86
+ strokeWidth: "1.117",
76
87
  strokeLinecap: "round",
77
- strokeLinejoin: "round",
78
- strokeWidth: "1.1"
88
+ strokeLinejoin: "round"
79
89
  }), /* @__PURE__ */ React__namespace.createElement("path", {
90
+ d: "M81.367 73.084s.48-1.12 1.12-.72c.64.4 1.28 1.44.56 2s.16 1.68.16 1.68",
80
91
  stroke: "#DB836E",
81
- d: "M81.4 73s.4-1 1-.6c.7.4 1.4 1.4.6 2s.2 1.6.2 1.6",
92
+ strokeWidth: "1.117",
82
93
  strokeLinecap: "round",
83
- strokeLinejoin: "round",
84
- strokeWidth: "1.1"
94
+ strokeLinejoin: "round"
85
95
  }), /* @__PURE__ */ React__namespace.createElement("path", {
96
+ d: "M92.326 71.724s1.84 1.12 4.16.96",
86
97
  stroke: "#5C2552",
87
- d: "M92.3 71.7s1.9 1.1 4.2 1",
98
+ strokeWidth: "1.117",
88
99
  strokeLinecap: "round",
89
- strokeLinejoin: "round",
90
- strokeWidth: "1.1"
100
+ strokeLinejoin: "round"
91
101
  }), /* @__PURE__ */ React__namespace.createElement("path", {
102
+ d: "M92.726 80.604s2.24 1.2 4.4 1.2M93.686 83.164s.96.4 1.52.32M83.687 80.044s1.786 6.547 9.262 7.954",
92
103
  stroke: "#DB836E",
93
- d: "M92.7 80.6s2.3 1.2 4.4 1.2m-3.4 1.4s1 .4 1.5.3M83.7 80s1.8 6.6 9.2 8",
104
+ strokeWidth: "1.063",
94
105
  strokeLinecap: "round",
95
- strokeLinejoin: "round",
96
- strokeWidth: "1.1"
106
+ strokeLinejoin: "round"
97
107
  }), /* @__PURE__ */ React__namespace.createElement("path", {
108
+ d: "M95.548 91.663s-1.068 2.821-8.298 2.105c-7.23-.717-10.29-5.044-10.29-5.044",
98
109
  stroke: "#E4EBF7",
99
- d: "M95.5 91.7s-1 2.8-8.2 2c-7.3-.6-10.3-5-10.3-5",
110
+ strokeWidth: "1.136",
100
111
  strokeLinecap: "round",
101
- strokeLinejoin: "round",
102
- strokeWidth: "1.1"
112
+ strokeLinejoin: "round"
103
113
  }), /* @__PURE__ */ React__namespace.createElement("path", {
104
- fill: "#FFF",
105
- d: "M78.1 87.5s6.6 5 16.5 2.5c0 0 9.6 1 11.5 5.3 5.4 11.8.6 36.8 0 40 3.5 4-.4 8.4-.4 8.4-15.7-3.5-35.8-.6-35.8-.6-4.9-3.5-1.3-9-1.3-9l-6.2-23.8c-2.5-15.2.8-19.8 3.5-20.7 3-1 8-1.3 8-1.3.6 0 1.1 0 1.4-.2 2.4-1.3 2.8-.6 2.8-.6"
114
+ d: "M78.126 87.478s6.526 4.972 16.47 2.486c0 0 9.577 1.02 11.536 5.322 5.36 11.77.543 36.835 0 39.962 3.496 4.055-.466 8.483-.466 8.483-15.624-3.548-35.81-.6-35.81-.6-4.849-3.546-1.223-9.044-1.223-9.044L62.38 110.32c-2.485-15.227.833-19.803 3.549-20.743 3.03-1.049 8.04-1.282 8.04-1.282.496-.058 1.08-.076 1.37-.233 2.36-1.282 2.787-.583 2.787-.583",
115
+ fill: "#FFF"
106
116
  }), /* @__PURE__ */ React__namespace.createElement("path", {
107
- fill: "#FFC6A0",
108
- d: "M65.8 89.8s-6.8.5-7.6 8.2c-.4 8.8 3 11 3 11s6.1 22 16.9 22.9c8.4-2.2 4.7-6.7 4.6-11.4-.2-11.3-7-17-7-17s-4.3-13.7-9.9-13.7"
117
+ d: "M65.828 89.81s-6.875.465-7.59 8.156c-.466 8.857 3.03 10.954 3.03 10.954s6.075 22.102 16.796 22.957c8.39-2.176 4.758-6.702 4.661-11.42-.233-11.304-7.108-16.897-7.108-16.897s-4.212-13.75-9.789-13.75",
118
+ fill: "#FFC6A0"
109
119
  }), /* @__PURE__ */ React__namespace.createElement("path", {
110
- fill: "#FFC6A0",
111
- d: "M71.7 124.2s.9 11.3 9.8 6.5c4.8-2.5 7.6-13.8 9.8-22.6A201 201 0 0 0 94 96l-5-1.7s-2.4 5.6-7.7 12.3c-4.4 5.5-9.2 11.1-9.5 17.7"
120
+ d: "M71.716 124.225s.855 11.264 9.828 6.486c4.765-2.536 7.581-13.828 9.789-22.568 1.456-5.768 2.58-12.197 2.58-12.197l-4.973-1.709s-2.408 5.516-7.769 12.275c-4.335 5.467-9.144 11.11-9.455 17.713",
121
+ fill: "#FFC6A0"
112
122
  }), /* @__PURE__ */ React__namespace.createElement("path", {
123
+ d: "M108.463 105.191s1.747 2.724-2.331 30.535c2.376 2.216 1.053 6.012-.233 7.51",
113
124
  stroke: "#E4EBF7",
114
- d: "M108.5 105.2s1.7 2.7-2.4 30.5c2.4 2.2 1 6-.2 7.5",
125
+ strokeWidth: "1.085",
115
126
  strokeLinecap: "round",
116
- strokeLinejoin: "round",
117
- strokeWidth: "1.1"
127
+ strokeLinejoin: "round"
118
128
  }), /* @__PURE__ */ React__namespace.createElement("path", {
119
- fill: "#FFC6A0",
120
- d: "M123.3 131.5s-.5 2.8-11.8 2c-15.2-1-25.3-3.2-25.3-3.2l.9-5.8s.7.2 9.7-.1c11.9-.4 18.7-6 25-1 4 3.2 1.5 8.1 1.5 8.1"
129
+ d: "M123.262 131.527s-.427 2.732-11.77 1.981c-15.187-1.006-25.326-3.25-25.326-3.25l.933-5.8s.723.215 9.71-.068c11.887-.373 18.714-6.07 24.964-1.022 4.039 3.263 1.489 8.16 1.489 8.16",
130
+ fill: "#FFC6A0"
121
131
  }), /* @__PURE__ */ React__namespace.createElement("path", {
122
- fill: "#FFF",
123
- d: "M70.2 91s-5.6-4.8-11 2.7c-3.3 7.2.5 15.2 2.6 19.5-.3 3.8 2.4 4.3 2.4 4.3s0 1 1.5 2.7c4-7 6.7-9.1 13.7-12.5-.3-.7-1.9-3.3-1.8-3.8.2-1.7-1.3-2.6-1.3-2.6s-.3-.2-1.2-2.8c-.8-2.3-2-5.1-4.9-7.5"
132
+ d: "M70.24 90.974s-5.593-4.739-11.054 2.68c-3.318 7.223.517 15.284 2.664 19.578-.31 3.729 2.33 4.311 2.33 4.311s.108.895 1.516 2.68c4.078-7.03 6.72-9.166 13.711-12.546-.328-.656-1.877-3.265-1.825-3.767.175-1.69-1.282-2.623-1.282-2.623s-.286-.156-1.165-2.738c-.788-2.313-2.036-5.177-4.895-7.575",
133
+ fill: "#FFF"
124
134
  }), /* @__PURE__ */ React__namespace.createElement("path", {
125
- fill: "#CBD1D1",
126
- d: "M90.2 288s4.9 2.3 8.3 1.2c3.2-1 5.2.7 8 1.3a20 20 0 0 0 13.3-1.4c-.2-6.2-7.8-4.5-13.6-7.6-2.9-1.6-4.2-5.3-4-10H91.5s-1.5 12-1.3 16.5"
135
+ d: "M90.232 288.027s4.855 2.308 8.313 1.155c3.188-1.063 5.12.755 8.002 1.331 2.881.577 7.769 1.243 13.207-1.424-.117-6.228-7.786-4.499-13.518-7.588-2.895-1.56-4.276-5.336-4.066-9.944H91.544s-1.573 11.89-1.312 16.47",
136
+ fill: "#CBD1D1"
127
137
  }), /* @__PURE__ */ React__namespace.createElement("path", {
128
- fill: "#2B0849",
129
- d: "M90.2 287.8s2.8 1.5 7.6.8c3.5-.5 3.3.6 7.5 1.3 4.2.6 13-.2 14.3-1.2.5 1.3-.4 2.4-.4 2.4s-1.7.6-5.4.9c-2.3.1-8.1.3-10.2-.6-2-1.6-4.9-1.5-6-.3-4.5 1.1-7.2-.3-7.2-.3l-.2-3z"
138
+ d: "M90.207 287.833s2.745 1.437 7.639.738c3.456-.494 3.223.66 7.418 1.282 4.195.621 13.092-.194 14.334-1.126.466 1.242-.388 2.33-.388 2.33s-1.709.682-5.438.932c-2.295.154-8.098.276-10.14-.621-2.02-1.554-4.894-1.515-6.06-.234-4.427 1.075-7.184-.31-7.184-.31l-.181-2.991z",
139
+ fill: "#2B0849"
130
140
  }), /* @__PURE__ */ React__namespace.createElement("path", {
131
- fill: "#A4AABA",
132
- d: "M98.4 272.3h3.5s0 7.5 5.2 9.6c-5.3.7-9.7-2.6-8.7-9.6"
141
+ d: "M98.429 272.257h3.496s-.117 7.574 5.127 9.671c-5.244.7-9.672-2.602-8.623-9.671",
142
+ fill: "#A4AABA"
133
143
  }), /* @__PURE__ */ React__namespace.createElement("path", {
134
- fill: "#CBD1D1",
135
- d: "M44.4 272s-2.2 7.8-4.7 13c-1.9 3.8-4.4 7.8 5.8 7.8 7 0 9.3-.5 7.7-7-1.6-6.3.3-13.8.3-13.8h-9z"
144
+ d: "M44.425 272.046s-2.208 7.774-4.702 12.899c-1.884 3.874-4.428 7.854 5.729 7.854 6.97 0 9.385-.503 7.782-6.917-1.604-6.415.279-13.836.279-13.836h-9.088z",
145
+ fill: "#CBD1D1"
136
146
  }), /* @__PURE__ */ React__namespace.createElement("path", {
137
- fill: "#2B0849",
138
- d: "M38 290.3s2.3 1.2 7 1.2c6.4 0 8.7-1.7 8.7-1.7s.6 1.1-.7 2.2c-1 1-3.8 1.7-7.7 1.7-4.4 0-6.1-.6-7-1.3-1-.5-.8-1.6-.2-2.1"
147
+ d: "M38.066 290.277s2.198 1.225 6.954 1.225c6.376 0 8.646-1.73 8.646-1.73s.63 1.168-.649 2.27c-1.04.897-3.77 1.668-7.745 1.621-4.347-.05-6.115-.593-7.062-1.224-.864-.577-.72-1.657-.144-2.162",
148
+ fill: "#2B0849"
139
149
  }), /* @__PURE__ */ React__namespace.createElement("path", {
140
- fill: "#A4AABA",
141
- d: "M45.3 274s0 1.6-.3 3.1-1.1 3.3-1.2 4.4c0 1.2 4.8 1.6 5.4 0 .7-1.6 1.4-6.8 2-7.6.7-.9-5.1-2.2-5.9.1"
150
+ d: "M45.344 274.041s.035 1.592-.329 3.07c-.365 1.49-1.13 3.255-1.184 4.34-.061 1.206 4.755 1.657 5.403.036.65-1.622 1.357-6.737 2.006-7.602.648-.865-5.14-2.222-5.896.156",
151
+ fill: "#A4AABA"
142
152
  }), /* @__PURE__ */ React__namespace.createElement("path", {
143
- fill: "#7BB2F9",
144
- d: "M89.5 277.6h13.9s1.3-56.6 1.9-66.8c.6-10.3 4-45.1 1-65.6l-13-.7-23.7.8-1.3 10.4c0 .5-.7.9-.8 1.4 0 .6.5 1.4.4 2L59.6 206c-.1.7-1.3 1-1.5 2.8 0 .3.2 1.6.1 1.8-7.1 19.5-12.2 52.6-15.6 67.2h15.1L62 259c3-13.3 24-88.3 24-88.3l3.2-1-.2 48.6s-.2 1.3.4 2.1c.5.8-.6 1.2-.4 2.4l.4 1.8-1 12.4c-.4 4.9 1.2 40.7 1.2 40.7"
153
+ d: "M89.476 277.57l13.899.095s1.349-56.643 1.925-66.909c.576-10.267 3.923-45.052 1.042-65.585l-13.037-.669-23.737.81s-.452 4.12-1.243 10.365c-.065.515-.708.874-.777 1.417-.078.608.439 1.407.332 2.044-2.455 14.627-5.797 32.736-8.256 46.837-.121.693-1.282 1.048-1.515 2.796-.042.314.22 1.584.116 1.865-7.14 19.473-12.202 52.601-15.66 67.19l15.176-.015s2.282-10.145 4.185-18.871c2.922-13.389 24.012-88.32 24.012-88.32l3.133-.954-.158 48.568s-.233 1.282.35 2.098c.583.815-.581 1.167-.408 2.331l.408 1.864s-.466 7.458-.932 12.352c-.467 4.895 1.145 40.69 1.145 40.69",
154
+ fill: "#7BB2F9"
145
155
  }), /* @__PURE__ */ React__namespace.createElement("path", {
156
+ d: "M64.57 218.881c1.197.099 4.195-2.097 7.225-5.127M96.024 222.534s2.881-1.152 6.34-4.034",
146
157
  stroke: "#648BD8",
147
- d: "M64.6 218.9c1.2 0 4.2-2.1 7.2-5.1m24.2 8.7s3-1.1 6.4-4",
158
+ strokeWidth: "1.085",
148
159
  strokeLinecap: "round",
149
- strokeLinejoin: "round",
150
- strokeWidth: "1.1"
160
+ strokeLinejoin: "round"
151
161
  }), /* @__PURE__ */ React__namespace.createElement("path", {
162
+ d: "M96.973 219.373s2.882-1.153 6.34-4.034",
152
163
  stroke: "#648BD8",
153
- d: "M97 219.4s2.9-1.2 6.3-4",
164
+ strokeWidth: "1.032",
154
165
  strokeLinecap: "round",
155
- strokeLinejoin: "round",
156
- strokeWidth: "1"
166
+ strokeLinejoin: "round"
157
167
  }), /* @__PURE__ */ React__namespace.createElement("path", {
168
+ d: "M63.172 222.144s2.724-.614 6.759-3.496M74.903 146.166c-.281 3.226.31 8.856-4.506 9.478M93.182 144.344s.115 14.557-1.344 15.65c-2.305 1.73-3.107 2.02-3.107 2.02M89.197 144.923s.269 13.144-1.01 25.088M83.525 170.71s6.81-1.051 9.116-1.051M46.026 270.045l-.892 4.538M46.937 263.289l-.815 4.157M62.725 202.503c-.33 1.618-.102 1.904-.449 3.438 0 0-2.756 1.903-2.29 3.923.466 2.02-.31 3.424-4.505 17.252-1.762 5.807-4.233 18.922-6.165 28.278-.03.144-.521 2.646-1.14 5.8M64.158 194.136c-.295 1.658-.6 3.31-.917 4.938M71.33 146.787l-1.244 10.877s-1.14.155-.519 2.33c.117 1.399-2.778 16.39-5.382 31.615M44.242 273.727H58.07",
158
169
  stroke: "#648BD8",
159
- d: "M63.2 222.1s2.7-.6 6.7-3.5m5-72.4c-.3 3.2.3 8.8-4.5 9.4m22.8-11.3s.1 14.6-1.4 15.7c-2.3 1.7-3 2-3 2m.4-17s.3 13-1 25m-4.7.7s6.8-1 9.1-1M46 270l-.9 4.6m1.8-11.3-.8 4.1m16.6-64.9c-.3 1.6 0 2-.4 3.4 0 0-2.8 2-2.3 4s-.3 3.4-4.5 17.2c-1.8 5.8-4.3 19-6.2 28.3l-1.1 5.8m16-67-1 4.9m8.1-52.3-1.2 10.9s-1.2.1-.5 2.3c0 1.4-2.8 16.4-5.4 31.6m-20 82.1h13.9",
170
+ strokeWidth: "1.085",
160
171
  strokeLinecap: "round",
161
- strokeLinejoin: "round",
162
- strokeWidth: "1.1"
172
+ strokeLinejoin: "round"
163
173
  }), /* @__PURE__ */ React__namespace.createElement("path", {
164
- fill: "#192064",
165
- d: "M106.2 142.1c-3-.5-18.8-2.7-36.2.2a.6.6 0 0 0-.6.7v3a.6.6 0 0 0 .8.6c3.3-.5 17-2.4 35.6-.3.4 0 .7-.2.7-.5.2-1.4.2-2.5.2-3a.6.6 0 0 0-.5-.7"
174
+ d: "M106.18 142.117c-3.028-.489-18.825-2.744-36.219.2a.625.625 0 0 0-.518.644c.063 1.307.044 2.343.015 2.995a.617.617 0 0 0 .716.636c3.303-.534 17.037-2.412 35.664-.266.347.04.66-.214.692-.56.124-1.347.16-2.425.17-3.029a.616.616 0 0 0-.52-.62",
175
+ fill: "#192064"
166
176
  }), /* @__PURE__ */ React__namespace.createElement("path", {
167
- fill: "#FFF",
168
- d: "M96.4 145.3v-5.1a.8.8 0 0 0-.8-.9 114.1 114.1 0 0 0-8.1 0 .8.8 0 0 0-.9.8v5.1c0 .5.4.9.9.9h8a.8.8 0 0 0 .9-.8"
177
+ d: "M96.398 145.264l.003-5.102a.843.843 0 0 0-.809-.847 114.104 114.104 0 0 0-8.141-.014.85.85 0 0 0-.82.847l-.003 5.097c0 .476.388.857.864.845 2.478-.064 5.166-.067 8.03.017a.848.848 0 0 0 .876-.843",
178
+ fill: "#FFF"
169
179
  }), /* @__PURE__ */ React__namespace.createElement("path", {
170
- fill: "#192064",
171
- d: "M95.2 144.3v-3.2a.7.7 0 0 0-.6-.7h-6.1a.7.7 0 0 0-.6.7v3.2c0 .4.3.7.6.7h6c.4 0 .7-.3.7-.7"
180
+ d: "M95.239 144.296l.002-3.195a.667.667 0 0 0-.643-.672c-1.9-.061-3.941-.073-6.094-.01a.675.675 0 0 0-.654.672l-.002 3.192c0 .376.305.677.68.669 1.859-.042 3.874-.043 6.02.012.376.01.69-.291.691-.668",
181
+ fill: "#192064"
172
182
  }), /* @__PURE__ */ React__namespace.createElement("path", {
183
+ d: "M90.102 273.522h12.819M91.216 269.761c.006 3.519-.072 5.55 0 6.292M90.923 263.474c-.009 1.599-.016 2.558-.016 4.505M90.44 170.404l.932 46.38s.7 1.631-.233 2.796c-.932 1.166 2.564.7.932 2.33-1.63 1.633.933 1.166 0 3.497-.618 1.546-1.031 21.921-1.138 36.513",
173
184
  stroke: "#648BD8",
174
- d: "M90.1 273.5h12.8m-11.7-3.7v6.3m-.3-12.6v4.5m-.5-97.6 1 46.4s.7 1.6-.3 2.8c-.9 1.1 2.6.7 1 2.3-1.7 1.6.9 1.2 0 3.5-.6 1.6-1 22-1.2 36.5",
185
+ strokeWidth: "1.085",
175
186
  strokeLinecap: "round",
176
- strokeLinejoin: "round",
177
- strokeWidth: "1.1"
187
+ strokeLinejoin: "round"
178
188
  }), /* @__PURE__ */ React__namespace.createElement("path", {
189
+ d: "M73.736 98.665l2.214 4.312s2.098.816 1.865 2.68l.816 2.214M64.297 116.611c.233-.932 2.176-7.147 12.585-10.488M77.598 90.042s7.691 6.137 16.547 2.72",
179
190
  stroke: "#E4EBF7",
180
- d: "M73.7 98.7 76 103s2 .8 1.8 2.7l.8 2.2m-14.3 8.7c.2-1 2.2-7.1 12.6-10.5m.7-16s7.7 6 16.5 2.7",
191
+ strokeWidth: "1.085",
181
192
  strokeLinecap: "round",
182
- strokeLinejoin: "round",
183
- strokeWidth: "1.1"
193
+ strokeLinejoin: "round"
184
194
  }), /* @__PURE__ */ React__namespace.createElement("path", {
185
- fill: "#FFC6A0",
186
- d: "M92 87s5.5-.9 7.5-4.6c1.3-.3.8 2.2-.3 3.7l-1 1.5s.2.3.2.9c0 .6-.2.6-.3 1v1l-.4 1c-.1.2 0 .6-.2.9-.2.4-1.6 1.8-2.6 2.8-3.8 3.6-5 1.7-6-.4-1-1.8-.7-5.1-.9-6.9-.3-2.9-2.6-3-2-4.4.4-.7 3 .7 3.4 1.8.7 2 2.9 1.8 2.6 1.7"
195
+ d: "M91.974 86.954s5.476-.816 7.574-4.545c1.297-.345.72 2.212-.33 3.671-.7.971-1.01 1.554-1.01 1.554s.194.31.155.816c-.053.697-.175.653-.272 1.048-.081.335.108.657 0 1.049-.046.17-.198.5-.382.878-.12.249-.072.687-.2.948-.231.469-1.562 1.87-2.622 2.855-3.826 3.554-5.018 1.644-6.001-.408-.894-1.865-.661-5.127-.874-6.875-.35-2.914-2.622-3.03-1.923-4.429.343-.685 2.87.69 3.263 1.748.757 2.04 2.952 1.807 2.622 1.69",
196
+ fill: "#FFC6A0"
187
197
  }), /* @__PURE__ */ React__namespace.createElement("path", {
198
+ d: "M99.8 82.429c-.465.077-.35.272-.97 1.243-.622.971-4.817 2.932-6.39 3.224-2.589.48-2.278-1.56-4.254-2.855-1.69-1.107-3.562-.638-1.398 1.398.99.932.932 1.107 1.398 3.205.335 1.506-.64 3.67.7 5.593",
188
199
  stroke: "#DB836E",
189
- d: "M99.8 82.4c-.5.1-.3.3-1 1.3-.6 1-4.8 2.9-6.4 3.2-2.5.5-2.2-1.6-4.2-2.9-1.7-1-3.6-.6-1.4 1.4 1 1 1 1.1 1.4 3.2.3 1.5-.7 3.7.7 5.6",
200
+ strokeWidth: ".774",
190
201
  strokeLinecap: "round",
191
- strokeLinejoin: "round",
192
- strokeWidth: ".8"
202
+ strokeLinejoin: "round"
193
203
  }), /* @__PURE__ */ React__namespace.createElement("path", {
204
+ d: "M79.543 108.673c-2.1 2.926-4.266 6.175-5.557 8.762",
194
205
  stroke: "#E59788",
195
- d: "M79.5 108.7c-2 2.9-4.2 6.1-5.5 8.7",
206
+ strokeWidth: ".774",
196
207
  strokeLinecap: "round",
197
- strokeLinejoin: "round",
198
- strokeWidth: ".8"
208
+ strokeLinejoin: "round"
199
209
  }), /* @__PURE__ */ React__namespace.createElement("path", {
200
- fill: "#FFC6A0",
201
- d: "M87.7 124.8s-2-2-5.1-2.8c-3-.7-3.6-.1-5.5.1-2 .3-4-.9-3.7.7.3 1.7 5 1 5.2 2.1.2 1.1-6.3 2.8-8.3 2.2-.8.8.5 1.9 2 2.2.3 1.5 2.3 1.5 2.3 1.5s.7 1 2.6 1.1c2.5 1.3 9-.7 11-1.5 2-.9-.5-5.6-.5-5.6"
210
+ d: "M87.72 124.768s-2.098-1.942-5.127-2.719c-3.03-.777-3.574-.155-5.516.078-1.942.233-3.885-.932-3.652.7.233 1.63 5.05 1.01 5.206 2.097.155 1.087-6.37 2.796-8.313 2.175-.777.777.466 1.864 2.02 2.175.233 1.554 2.253 1.554 2.253 1.554s.699 1.01 2.641 1.088c2.486 1.32 8.934-.7 10.954-1.554 2.02-.855-.466-5.594-.466-5.594",
211
+ fill: "#FFC6A0"
202
212
  }), /* @__PURE__ */ React__namespace.createElement("path", {
213
+ d: "M73.425 122.826s.66 1.127 3.167 1.418c2.315.27 2.563.583 2.563.583s-2.545 2.894-9.07 2.272M72.416 129.274s3.826.097 4.933-.718M74.98 130.75s1.961.136 3.36-.505M77.232 131.916s1.748.019 2.914-.505M73.328 122.321s-.595-1.032 1.262-.427c1.671.544 2.833.055 5.128.155 1.389.061 3.067-.297 3.982.15 1.606.784 3.632 2.181 3.632 2.181s10.526 1.204 19.033-1.127M78.864 108.104s-8.39 2.758-13.168 12.12",
203
214
  stroke: "#E59788",
204
- d: "M73.4 122.8s.7 1.2 3.2 1.4c2.3.3 2.6.6 2.6.6s-2.6 3-9.1 2.3m2.3 2.2s3.8 0 5-.7m-2.4 2.2s2 0 3.3-.6m-1 1.7s1.7 0 2.8-.5m-6.8-9s-.6-1.1 1.3-.5c1.7.5 2.8 0 5.1.1 1.4.1 3-.2 4 .2 1.6.8 3.6 2.2 3.6 2.2s10.6 1.2 19-1.1M79 108s-8.4 2.8-13.2 12.1",
215
+ strokeWidth: ".774",
205
216
  strokeLinecap: "round",
206
- strokeLinejoin: "round",
207
- strokeWidth: ".8"
217
+ strokeLinejoin: "round"
208
218
  }), /* @__PURE__ */ React__namespace.createElement("path", {
219
+ d: "M109.278 112.533s3.38-3.613 7.575-4.662",
209
220
  stroke: "#E4EBF7",
210
- d: "M109.3 112.5s3.4-3.6 7.6-4.6",
221
+ strokeWidth: "1.085",
211
222
  strokeLinecap: "round",
212
- strokeLinejoin: "round",
213
- strokeWidth: "1.1"
223
+ strokeLinejoin: "round"
214
224
  }), /* @__PURE__ */ React__namespace.createElement("path", {
225
+ d: "M107.375 123.006s9.697-2.745 11.445-.88",
215
226
  stroke: "#E59788",
216
- d: "M107.4 123s9.7-2.7 11.4-.9",
227
+ strokeWidth: ".774",
217
228
  strokeLinecap: "round",
218
- strokeLinejoin: "round",
219
- strokeWidth: ".8"
229
+ strokeLinejoin: "round"
220
230
  }), /* @__PURE__ */ React__namespace.createElement("path", {
231
+ d: "M194.605 83.656l3.971-3.886M187.166 90.933l3.736-3.655M191.752 84.207l-4.462-4.56M198.453 91.057l-4.133-4.225M129.256 163.074l3.718-3.718M122.291 170.039l3.498-3.498M126.561 163.626l-4.27-4.27M132.975 170.039l-3.955-3.955",
221
232
  stroke: "#BFCDDD",
222
- d: "m194.6 83.7 4-4M187.2 91l3.7-3.6m.9-3-4.5-4.7m11.2 11.5-4.2-4.3m-65 76.3 3.7-3.7M122.3 170l3.5-3.5m.8-2.9-4.3-4.2M133 170l-4-4",
233
+ strokeWidth: "2",
223
234
  strokeLinecap: "round",
224
- strokeLinejoin: "round",
225
- strokeWidth: "2"
235
+ strokeLinejoin: "round"
226
236
  }), /* @__PURE__ */ React__namespace.createElement("path", {
227
- fill: "#A3B4C6",
228
- d: "M190.2 211.8h-1.6a4 4 0 0 1-4-4v-32.1a4 4 0 0 1 4-4h1.6a4 4 0 0 1 4 4v32a4 4 0 0 1-4 4"
237
+ d: "M190.156 211.779h-1.604a4.023 4.023 0 0 1-4.011-4.011V175.68a4.023 4.023 0 0 1 4.01-4.01h1.605a4.023 4.023 0 0 1 4.011 4.01v32.088a4.023 4.023 0 0 1-4.01 4.01",
238
+ fill: "#A3B4C6"
229
239
  }), /* @__PURE__ */ React__namespace.createElement("path", {
230
- fill: "#A3B4C6",
231
- d: "M237.8 213a4.8 4.8 0 0 1-4.8 4.8h-86.6a4.8 4.8 0 0 1 0-9.6H233a4.8 4.8 0 0 1 4.8 4.8"
240
+ d: "M237.824 212.977a4.813 4.813 0 0 1-4.813 4.813h-86.636a4.813 4.813 0 0 1 0-9.626h86.636a4.813 4.813 0 0 1 4.813 4.813",
241
+ fill: "#A3B4C6"
242
+ }), /* @__PURE__ */ React__namespace.createElement("mask", {
243
+ fill: "#fff"
232
244
  }), /* @__PURE__ */ React__namespace.createElement("path", {
233
245
  fill: "#A3B4C6",
234
- d: "M154.1 190.1h70.5v-84.6h-70.5z"
246
+ mask: "url(#d)",
247
+ d: "M154.098 190.096h70.513v-84.617h-70.513z"
235
248
  }), /* @__PURE__ */ React__namespace.createElement("path", {
249
+ d: "M224.928 190.096H153.78a3.219 3.219 0 0 1-3.208-3.209V167.92a3.219 3.219 0 0 1 3.208-3.21h71.148a3.219 3.219 0 0 1 3.209 3.21v18.967a3.219 3.219 0 0 1-3.21 3.209M224.928 130.832H153.78a3.218 3.218 0 0 1-3.208-3.208v-18.968a3.219 3.219 0 0 1 3.208-3.209h71.148a3.219 3.219 0 0 1 3.209 3.21v18.967a3.218 3.218 0 0 1-3.21 3.208",
236
250
  fill: "#BFCDDD",
237
- d: "M225 190.1h-71.2a3.2 3.2 0 0 1-3.2-3.2v-19a3.2 3.2 0 0 1 3.2-3.2h71.1a3.2 3.2 0 0 1 3.2 3.2v19a3.2 3.2 0 0 1-3.2 3.2m0-59.3h-71.1a3.2 3.2 0 0 1-3.2-3.2v-19a3.2 3.2 0 0 1 3.2-3.2h71.1a3.2 3.2 0 0 1 3.2 3.3v19a3.2 3.2 0 0 1-3.2 3.1"
251
+ mask: "url(#d)"
238
252
  }), /* @__PURE__ */ React__namespace.createElement("path", {
253
+ d: "M159.563 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M166.98 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M174.397 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M222.539 120.546h-22.461a.802.802 0 0 1-.802-.802v-3.208c0-.443.359-.803.802-.803h22.46c.444 0 .803.36.803.803v3.208c0 .443-.36.802-.802.802",
239
254
  fill: "#FFF",
240
- d: "M159.6 120.5a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m48.1 0h-22.4a.8.8 0 0 1-.8-.8v-3.2c0-.4.3-.8.8-.8h22.4c.5 0 .8.4.8.8v3.2c0 .5-.3.8-.8.8"
255
+ mask: "url(#d)"
241
256
  }), /* @__PURE__ */ React__namespace.createElement("path", {
257
+ d: "M224.928 160.464H153.78a3.218 3.218 0 0 1-3.208-3.209v-18.967a3.219 3.219 0 0 1 3.208-3.209h71.148a3.219 3.219 0 0 1 3.209 3.209v18.967a3.218 3.218 0 0 1-3.21 3.209",
242
258
  fill: "#BFCDDD",
243
- d: "M225 160.5h-71.2a3.2 3.2 0 0 1-3.2-3.2v-19a3.2 3.2 0 0 1 3.2-3.2h71.1a3.2 3.2 0 0 1 3.2 3.2v19a3.2 3.2 0 0 1-3.2 3.2"
259
+ mask: "url(#d)"
244
260
  }), /* @__PURE__ */ React__namespace.createElement("path", {
261
+ d: "M173.455 130.832h49.301M164.984 130.832h6.089M155.952 130.832h6.75M173.837 160.613h49.3M165.365 160.613h6.089M155.57 160.613h6.751",
245
262
  stroke: "#7C90A5",
246
- d: "M173.5 130.8h49.3m-57.8 0h6m-15 0h6.7m11.1 29.8h49.3m-57.7 0h6m-15.8 0h6.7",
263
+ strokeWidth: "1.124",
247
264
  strokeLinecap: "round",
248
265
  strokeLinejoin: "round",
249
- strokeWidth: "1.1"
266
+ mask: "url(#d)"
250
267
  }), /* @__PURE__ */ React__namespace.createElement("path", {
268
+ d: "M159.563 151.038a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.814M166.98 151.038a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.814M174.397 151.038a2.407 2.407 0 1 1 .001-4.814 2.407 2.407 0 0 1 0 4.814M222.539 151.038h-22.461a.802.802 0 0 1-.802-.802v-3.209c0-.443.359-.802.802-.802h22.46c.444 0 .803.36.803.802v3.209c0 .443-.36.802-.802.802M159.563 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M166.98 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M174.397 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M222.539 179.987h-22.461a.802.802 0 0 1-.802-.802v-3.209c0-.443.359-.802.802-.802h22.46c.444 0 .803.36.803.802v3.209c0 .443-.36.802-.802.802",
251
269
  fill: "#FFF",
252
- d: "M159.6 151a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m48.1 0h-22.4a.8.8 0 0 1-.8-.8V147c0-.4.3-.8.8-.8h22.4c.5 0 .8.4.8.8v3.2c0 .5-.3.8-.8.8m-63 29a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.5 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m48.1 0h-22.4a.8.8 0 0 1-.8-.8V176c0-.5.3-.8.8-.8h22.4c.5 0 .8.3.8.8v3.2c0 .4-.3.8-.8.8"
270
+ mask: "url(#d)"
253
271
  }), /* @__PURE__ */ React__namespace.createElement("path", {
272
+ d: "M203.04 221.108h-27.372a2.413 2.413 0 0 1-2.406-2.407v-11.448a2.414 2.414 0 0 1 2.406-2.407h27.372a2.414 2.414 0 0 1 2.407 2.407V218.7a2.413 2.413 0 0 1-2.407 2.407",
254
273
  fill: "#BFCDDD",
255
- d: "M203 221.1h-27.3a2.4 2.4 0 0 1-2.4-2.4v-11.4a2.4 2.4 0 0 1 2.4-2.5H203a2.4 2.4 0 0 1 2.4 2.5v11.4a2.4 2.4 0 0 1-2.4 2.4"
274
+ mask: "url(#d)"
256
275
  }), /* @__PURE__ */ React__namespace.createElement("path", {
276
+ d: "M177.259 207.217v11.52M201.05 207.217v11.52",
257
277
  stroke: "#A3B4C6",
258
- d: "M177.3 207.2v11.5m23.8-11.5v11.5",
278
+ strokeWidth: "1.124",
259
279
  strokeLinecap: "round",
260
280
  strokeLinejoin: "round",
261
- strokeWidth: "1.1"
281
+ mask: "url(#d)"
262
282
  }), /* @__PURE__ */ React__namespace.createElement("path", {
283
+ d: "M162.873 267.894a9.422 9.422 0 0 1-9.422-9.422v-14.82a9.423 9.423 0 0 1 18.845 0v14.82a9.423 9.423 0 0 1-9.423 9.422",
263
284
  fill: "#5BA02E",
264
- d: "M162.9 267.9a9.4 9.4 0 0 1-9.4-9.4v-14.8a9.4 9.4 0 0 1 18.8 0v14.8a9.4 9.4 0 0 1-9.4 9.4"
285
+ mask: "url(#d)"
265
286
  }), /* @__PURE__ */ React__namespace.createElement("path", {
287
+ d: "M171.22 267.83a9.422 9.422 0 0 1-9.422-9.423v-3.438a9.423 9.423 0 0 1 18.845 0v3.438a9.423 9.423 0 0 1-9.422 9.423",
266
288
  fill: "#92C110",
267
- d: "M171.2 267.8a9.4 9.4 0 0 1-9.4-9.4V255a9.4 9.4 0 0 1 18.8 0v3.4a9.4 9.4 0 0 1-9.4 9.4"
289
+ mask: "url(#d)"
268
290
  }), /* @__PURE__ */ React__namespace.createElement("path", {
291
+ d: "M181.31 293.666h-27.712a3.209 3.209 0 0 1-3.209-3.21V269.79a3.209 3.209 0 0 1 3.209-3.21h27.711a3.209 3.209 0 0 1 3.209 3.21v20.668a3.209 3.209 0 0 1-3.209 3.209",
269
292
  fill: "#F2D7AD",
270
- d: "M181.3 293.7h-27.7a3.2 3.2 0 0 1-3.2-3.2v-20.7a3.2 3.2 0 0 1 3.2-3.2h27.7a3.2 3.2 0 0 1 3.2 3.2v20.7a3.2 3.2 0 0 1-3.2 3.2"
293
+ mask: "url(#d)"
271
294
  })));
272
295
  module.exports = ServerError;