@gobolt/genesis 0.3.9 → 0.3.11

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 (479) hide show
  1. package/dist/bundle.css +41 -41
  2. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +2 -0
  3. package/dist/components/Select/SelectTrigger.cjs +1 -2
  4. package/dist/components/Select/SelectTrigger.js +1 -2
  5. package/dist/components/Table/TableControls/PaginationNumber.cjs +1 -3
  6. package/dist/components/Table/TableControls/PaginationNumber.js +1 -3
  7. package/dist/components/Table/TableControls/PrimaryTableControlsRow.cjs +2 -2
  8. package/dist/components/Table/TableControls/PrimaryTableControlsRow.js +2 -2
  9. package/dist/components/Table/TableWithControls/TableWithControls.cjs +2 -2
  10. package/dist/components/Table/TableWithControls/TableWithControls.d.ts +1 -1
  11. package/dist/components/Table/TableWithControls/TableWithControls.js +2 -2
  12. package/dist/components/Tabs/styles.d.ts +3 -1
  13. package/dist/components/index.d.ts +1 -1
  14. package/dist/node_modules/@ant-design/cssinjs/es/Cache.cjs +3 -2
  15. package/dist/node_modules/@ant-design/cssinjs/es/Cache.js +3 -2
  16. package/dist/node_modules/@ant-design/cssinjs/es/Keyframes.cjs +2 -2
  17. package/dist/node_modules/@ant-design/cssinjs/es/Keyframes.js +2 -2
  18. package/dist/node_modules/@ant-design/cssinjs/es/extractStyle.cjs +1 -2
  19. package/dist/node_modules/@ant-design/cssinjs/es/extractStyle.js +4 -5
  20. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.cjs +2 -1
  21. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.js +2 -1
  22. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.cjs +4 -5
  23. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.js +4 -5
  24. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.cjs +3 -3
  25. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.js +3 -3
  26. package/dist/node_modules/@ant-design/cssinjs/es/theme/Theme.cjs +2 -2
  27. package/dist/node_modules/@ant-design/cssinjs/es/theme/Theme.js +2 -2
  28. package/dist/node_modules/@ant-design/cssinjs/es/theme/ThemeCache.cjs +2 -2
  29. package/dist/node_modules/@ant-design/cssinjs/es/theme/ThemeCache.js +2 -2
  30. package/dist/node_modules/@ant-design/cssinjs/es/util/index.cjs +1 -2
  31. package/dist/node_modules/@ant-design/cssinjs/es/util/index.js +2 -3
  32. package/dist/node_modules/@ant-design/cssinjs-utils/es/_util/hooks/useUniqueMemo.cjs +2 -2
  33. package/dist/node_modules/@ant-design/cssinjs-utils/es/_util/hooks/useUniqueMemo.js +2 -2
  34. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/CSSCalculator.cjs +2 -2
  35. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/CSSCalculator.js +2 -2
  36. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/NumCalculator.cjs +2 -2
  37. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/NumCalculator.js +2 -2
  38. package/dist/node_modules/@babel/runtime/helpers/esm/OverloadYield.cjs +5 -0
  39. package/dist/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +6 -0
  40. package/dist/node_modules/@babel/runtime/helpers/esm/regenerator.cjs +78 -0
  41. package/dist/node_modules/@babel/runtime/helpers/esm/regenerator.js +79 -0
  42. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.cjs +9 -0
  43. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +10 -0
  44. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.cjs +7 -0
  45. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +8 -0
  46. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.cjs +33 -0
  47. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +34 -0
  48. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.cjs +23 -0
  49. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +24 -0
  50. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.cjs +10 -0
  51. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +11 -0
  52. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.cjs +62 -275
  53. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +62 -275
  54. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorValues.cjs +19 -0
  55. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +20 -0
  56. package/dist/node_modules/@rc-component/async-validator/es/index.cjs +2 -2
  57. package/dist/node_modules/@rc-component/async-validator/es/index.js +2 -2
  58. package/dist/node_modules/@rc-component/async-validator/es/rule/url.cjs +2 -2
  59. package/dist/node_modules/@rc-component/async-validator/es/rule/url.js +2 -2
  60. package/dist/node_modules/@rc-component/async-validator/es/util.cjs +2 -2
  61. package/dist/node_modules/@rc-component/async-validator/es/util.js +2 -2
  62. package/dist/node_modules/@rc-component/color-picker/es/color.cjs +2 -2
  63. package/dist/node_modules/@rc-component/color-picker/es/color.js +2 -2
  64. package/dist/node_modules/@rc-component/trigger/es/hooks/useAlign.cjs +2 -1
  65. package/dist/node_modules/@rc-component/trigger/es/hooks/useAlign.js +2 -1
  66. package/dist/node_modules/@rc-component/trigger/es/index.cjs +3 -1
  67. package/dist/node_modules/@rc-component/trigger/es/index.js +3 -1
  68. package/dist/node_modules/antd/es/_util/ActionButton.cjs +4 -4
  69. package/dist/node_modules/antd/es/_util/ActionButton.js +4 -4
  70. package/dist/node_modules/antd/es/_util/colors.cjs +1 -2
  71. package/dist/node_modules/antd/es/_util/colors.js +1 -2
  72. package/dist/node_modules/antd/es/_util/convertToTooltipProps.cjs +14 -0
  73. package/dist/node_modules/antd/es/_util/convertToTooltipProps.js +15 -0
  74. package/dist/node_modules/antd/es/_util/extendsObject.cjs +11 -13
  75. package/dist/node_modules/antd/es/_util/extendsObject.js +11 -13
  76. package/dist/node_modules/antd/es/_util/hooks/useMergeSemantic/index.cjs +80 -0
  77. package/dist/node_modules/antd/es/_util/hooks/useMergeSemantic/index.js +61 -0
  78. package/dist/node_modules/antd/es/_util/mediaQueryUtil.cjs +17 -0
  79. package/dist/node_modules/antd/es/_util/mediaQueryUtil.js +18 -0
  80. package/dist/node_modules/antd/es/_util/motion.cjs +13 -16
  81. package/dist/node_modules/antd/es/_util/motion.js +13 -16
  82. package/dist/node_modules/antd/es/_util/placements.cjs +4 -4
  83. package/dist/node_modules/antd/es/_util/placements.js +4 -4
  84. package/dist/node_modules/antd/es/_util/responsiveObserver.cjs +18 -20
  85. package/dist/node_modules/antd/es/_util/responsiveObserver.js +18 -20
  86. package/dist/node_modules/antd/es/_util/scrollTo.cjs +1 -2
  87. package/dist/node_modules/antd/es/_util/scrollTo.js +1 -2
  88. package/dist/node_modules/antd/es/_util/toList.cjs +5 -4
  89. package/dist/node_modules/antd/es/_util/toList.js +5 -4
  90. package/dist/node_modules/antd/es/_util/warning.cjs +8 -6
  91. package/dist/node_modules/antd/es/_util/warning.js +3 -2
  92. package/dist/node_modules/antd/es/_util/wave/WaveEffect.cjs +10 -13
  93. package/dist/node_modules/antd/es/_util/wave/WaveEffect.js +11 -14
  94. package/dist/node_modules/antd/es/_util/wave/style.cjs +1 -1
  95. package/dist/node_modules/antd/es/_util/wave/style.js +1 -1
  96. package/dist/node_modules/antd/es/_util/wave/util.cjs +1 -1
  97. package/dist/node_modules/antd/es/_util/wave/util.js +1 -1
  98. package/dist/node_modules/antd/es/avatar/Avatar.cjs +22 -28
  99. package/dist/node_modules/antd/es/avatar/Avatar.js +22 -28
  100. package/dist/node_modules/antd/es/avatar/AvatarGroup.cjs +2 -3
  101. package/dist/node_modules/antd/es/avatar/AvatarGroup.js +2 -3
  102. package/dist/node_modules/antd/es/avatar/style/index.cjs +14 -7
  103. package/dist/node_modules/antd/es/avatar/style/index.js +14 -7
  104. package/dist/node_modules/antd/es/breadcrumb/BreadcrumbSeparator.cjs +3 -4
  105. package/dist/node_modules/antd/es/breadcrumb/BreadcrumbSeparator.js +3 -4
  106. package/dist/node_modules/antd/es/button/DefaultLoadingIcon.cjs +4 -5
  107. package/dist/node_modules/antd/es/button/DefaultLoadingIcon.js +4 -5
  108. package/dist/node_modules/antd/es/button/button.cjs +20 -9
  109. package/dist/node_modules/antd/es/button/button.js +21 -10
  110. package/dist/node_modules/antd/es/button/style/index.cjs +15 -8
  111. package/dist/node_modules/antd/es/button/style/index.js +15 -8
  112. package/dist/node_modules/antd/es/button/style/token.cjs +1 -0
  113. package/dist/node_modules/antd/es/button/style/token.js +1 -0
  114. package/dist/node_modules/antd/es/card/Card.cjs +1 -2
  115. package/dist/node_modules/antd/es/card/Card.js +1 -2
  116. package/dist/node_modules/antd/es/card/style/index.cjs +1 -1
  117. package/dist/node_modules/antd/es/card/style/index.js +1 -1
  118. package/dist/node_modules/antd/es/checkbox/Checkbox.cjs +3 -3
  119. package/dist/node_modules/antd/es/checkbox/Checkbox.js +3 -3
  120. package/dist/node_modules/antd/es/checkbox/Group.cjs +4 -4
  121. package/dist/node_modules/antd/es/checkbox/Group.js +4 -4
  122. package/dist/node_modules/antd/es/checkbox/style/index.cjs +26 -27
  123. package/dist/node_modules/antd/es/checkbox/style/index.js +26 -27
  124. package/dist/node_modules/antd/es/color-picker/color.cjs +9 -12
  125. package/dist/node_modules/antd/es/color-picker/color.js +9 -12
  126. package/dist/node_modules/antd/es/color-picker/util.cjs +12 -0
  127. package/dist/node_modules/antd/es/color-picker/util.js +13 -0
  128. package/dist/node_modules/antd/es/config-provider/DisabledContext.cjs +4 -5
  129. package/dist/node_modules/antd/es/config-provider/DisabledContext.js +4 -5
  130. package/dist/node_modules/antd/es/config-provider/MotionWrapper.cjs +10 -3
  131. package/dist/node_modules/antd/es/config-provider/MotionWrapper.js +10 -3
  132. package/dist/node_modules/antd/es/config-provider/PropWarning.cjs +3 -4
  133. package/dist/node_modules/antd/es/config-provider/PropWarning.js +3 -4
  134. package/dist/node_modules/antd/es/config-provider/SizeContext.cjs +4 -5
  135. package/dist/node_modules/antd/es/config-provider/SizeContext.js +4 -5
  136. package/dist/node_modules/antd/es/config-provider/UnstableContext.cjs +2 -2
  137. package/dist/node_modules/antd/es/config-provider/UnstableContext.js +2 -2
  138. package/dist/node_modules/antd/es/config-provider/hooks/useSize.cjs +1 -1
  139. package/dist/node_modules/antd/es/config-provider/hooks/useSize.js +1 -1
  140. package/dist/node_modules/antd/es/config-provider/index.cjs +3 -2
  141. package/dist/node_modules/antd/es/config-provider/index.js +3 -2
  142. package/dist/node_modules/antd/es/date-picker/generatePicker/generateRangePicker.cjs +23 -9
  143. package/dist/node_modules/antd/es/date-picker/generatePicker/generateRangePicker.js +23 -9
  144. package/dist/node_modules/antd/es/date-picker/generatePicker/generateSinglePicker.cjs +22 -10
  145. package/dist/node_modules/antd/es/date-picker/generatePicker/generateSinglePicker.js +22 -10
  146. package/dist/node_modules/antd/es/date-picker/hooks/useMergedPickerSemantic.cjs +50 -0
  147. package/dist/node_modules/antd/es/date-picker/hooks/useMergedPickerSemantic.js +32 -0
  148. package/dist/node_modules/antd/es/date-picker/style/index.cjs +18 -16
  149. package/dist/node_modules/antd/es/date-picker/style/index.js +18 -16
  150. package/dist/node_modules/antd/es/date-picker/style/panel.cjs +30 -40
  151. package/dist/node_modules/antd/es/date-picker/style/panel.js +30 -40
  152. package/dist/node_modules/antd/es/dropdown/dropdown-button.cjs +10 -4
  153. package/dist/node_modules/antd/es/dropdown/dropdown-button.js +10 -4
  154. package/dist/node_modules/antd/es/dropdown/dropdown.cjs +25 -23
  155. package/dist/node_modules/antd/es/dropdown/dropdown.js +25 -23
  156. package/dist/node_modules/antd/es/dropdown/style/index.cjs +1 -1
  157. package/dist/node_modules/antd/es/dropdown/style/index.js +1 -1
  158. package/dist/node_modules/antd/es/empty/index.cjs +11 -9
  159. package/dist/node_modules/antd/es/empty/index.js +11 -9
  160. package/dist/node_modules/antd/es/empty/style/index.cjs +1 -1
  161. package/dist/node_modules/antd/es/empty/style/index.js +1 -1
  162. package/dist/node_modules/antd/es/form/ErrorList.cjs +13 -16
  163. package/dist/node_modules/antd/es/form/ErrorList.js +13 -16
  164. package/dist/node_modules/antd/es/form/Form.cjs +4 -3
  165. package/dist/node_modules/antd/es/form/Form.js +2 -1
  166. package/dist/node_modules/antd/es/form/FormItem/ItemHolder.cjs +9 -7
  167. package/dist/node_modules/antd/es/form/FormItem/ItemHolder.js +9 -7
  168. package/dist/node_modules/antd/es/form/FormItem/StatusProvider.cjs +16 -13
  169. package/dist/node_modules/antd/es/form/FormItem/StatusProvider.js +16 -13
  170. package/dist/node_modules/antd/es/form/FormItem/index.cjs +8 -12
  171. package/dist/node_modules/antd/es/form/FormItem/index.js +8 -12
  172. package/dist/node_modules/antd/es/form/FormItemLabel.cjs +22 -26
  173. package/dist/node_modules/antd/es/form/FormItemLabel.js +22 -26
  174. package/dist/node_modules/antd/es/form/context.cjs +6 -7
  175. package/dist/node_modules/antd/es/form/context.js +6 -7
  176. package/dist/node_modules/antd/es/form/hooks/useForm.cjs +4 -3
  177. package/dist/node_modules/antd/es/form/hooks/useForm.js +3 -3
  178. package/dist/node_modules/antd/es/form/hooks/useFormWarning.cjs +3 -4
  179. package/dist/node_modules/antd/es/form/hooks/useFormWarning.js +3 -4
  180. package/dist/node_modules/antd/es/form/hooks/useVariants.cjs +1 -2
  181. package/dist/node_modules/antd/es/form/hooks/useVariants.js +1 -2
  182. package/dist/node_modules/antd/es/form/index.cjs +1 -1
  183. package/dist/node_modules/antd/es/form/style/fallbackCmp.cjs +4 -5
  184. package/dist/node_modules/antd/es/form/style/fallbackCmp.js +4 -5
  185. package/dist/node_modules/antd/es/form/style/index.cjs +62 -92
  186. package/dist/node_modules/antd/es/form/style/index.js +62 -92
  187. package/dist/node_modules/antd/es/grid/hooks/useBreakpoint.cjs +1 -3
  188. package/dist/node_modules/antd/es/grid/hooks/useBreakpoint.js +1 -3
  189. package/dist/node_modules/antd/es/input/Input.cjs +3 -3
  190. package/dist/node_modules/antd/es/input/Input.js +3 -3
  191. package/dist/node_modules/antd/es/input/OTP/OTPInput.cjs +31 -13
  192. package/dist/node_modules/antd/es/input/OTP/OTPInput.js +26 -8
  193. package/dist/node_modules/antd/es/input/OTP/index.cjs +2 -1
  194. package/dist/node_modules/antd/es/input/OTP/index.js +2 -1
  195. package/dist/node_modules/antd/es/input/Password.cjs +3 -2
  196. package/dist/node_modules/antd/es/input/Password.js +3 -2
  197. package/dist/node_modules/antd/es/input/Search.cjs +18 -14
  198. package/dist/node_modules/antd/es/input/Search.js +18 -14
  199. package/dist/node_modules/antd/es/input/TextArea.cjs +42 -6
  200. package/dist/node_modules/antd/es/input/TextArea.js +42 -6
  201. package/dist/node_modules/antd/es/input/style/index.cjs +7 -20
  202. package/dist/node_modules/antd/es/input/style/index.js +7 -20
  203. package/dist/node_modules/antd/es/input/style/otp.cjs +23 -1
  204. package/dist/node_modules/antd/es/input/style/otp.js +23 -1
  205. package/dist/node_modules/antd/es/input/style/textarea.cjs +27 -5
  206. package/dist/node_modules/antd/es/input/style/textarea.js +27 -5
  207. package/dist/node_modules/antd/es/input/style/variants.cjs +25 -29
  208. package/dist/node_modules/antd/es/input/style/variants.js +25 -29
  209. package/dist/node_modules/antd/es/layout/Sider.cjs +9 -21
  210. package/dist/node_modules/antd/es/layout/Sider.js +9 -21
  211. package/dist/node_modules/antd/es/layout/style/index.cjs +1 -1
  212. package/dist/node_modules/antd/es/layout/style/index.js +1 -1
  213. package/dist/node_modules/antd/es/layout/style/sider.cjs +1 -1
  214. package/dist/node_modules/antd/es/layout/style/sider.js +1 -1
  215. package/dist/node_modules/antd/es/locale/en_US.cjs +2 -1
  216. package/dist/node_modules/antd/es/locale/en_US.js +2 -1
  217. package/dist/node_modules/antd/es/menu/MenuItem.cjs +1 -1
  218. package/dist/node_modules/antd/es/menu/MenuItem.js +1 -1
  219. package/dist/node_modules/antd/es/menu/SubMenu.cjs +1 -1
  220. package/dist/node_modules/antd/es/menu/SubMenu.js +1 -1
  221. package/dist/node_modules/antd/es/menu/menu.cjs +2 -2
  222. package/dist/node_modules/antd/es/menu/menu.js +2 -2
  223. package/dist/node_modules/antd/es/menu/style/index.cjs +1 -3
  224. package/dist/node_modules/antd/es/menu/style/index.js +1 -3
  225. package/dist/node_modules/antd/es/menu/style/rtl.cjs +21 -24
  226. package/dist/node_modules/antd/es/menu/style/rtl.js +21 -24
  227. package/dist/node_modules/antd/es/menu/style/theme.cjs +1 -1
  228. package/dist/node_modules/antd/es/menu/style/theme.js +1 -1
  229. package/dist/node_modules/antd/es/pagination/style/bordered.cjs +1 -1
  230. package/dist/node_modules/antd/es/pagination/style/bordered.js +1 -1
  231. package/dist/node_modules/antd/es/pagination/style/index.cjs +2 -11
  232. package/dist/node_modules/antd/es/pagination/style/index.js +2 -11
  233. package/dist/node_modules/antd/es/popover/PurePanel.cjs +5 -6
  234. package/dist/node_modules/antd/es/popover/PurePanel.js +5 -6
  235. package/dist/node_modules/antd/es/popover/index.cjs +2 -2
  236. package/dist/node_modules/antd/es/popover/index.js +3 -2
  237. package/dist/node_modules/antd/es/progress/Line.cjs +4 -7
  238. package/dist/node_modules/antd/es/progress/Line.js +4 -7
  239. package/dist/node_modules/antd/es/progress/utils.cjs +13 -16
  240. package/dist/node_modules/antd/es/progress/utils.js +13 -16
  241. package/dist/node_modules/antd/es/radio/group.cjs +10 -4
  242. package/dist/node_modules/antd/es/radio/group.js +8 -2
  243. package/dist/node_modules/antd/es/radio/style/index.cjs +2 -2
  244. package/dist/node_modules/antd/es/radio/style/index.js +2 -2
  245. package/dist/node_modules/antd/es/result/index.cjs +21 -24
  246. package/dist/node_modules/antd/es/result/index.js +21 -24
  247. package/dist/node_modules/antd/es/result/noFound.cjs +117 -139
  248. package/dist/node_modules/antd/es/result/noFound.js +117 -139
  249. package/dist/node_modules/antd/es/result/serverError.cjs +131 -154
  250. package/dist/node_modules/antd/es/result/serverError.js +131 -154
  251. package/dist/node_modules/antd/es/result/unauthorized.cjs +113 -125
  252. package/dist/node_modules/antd/es/result/unauthorized.js +113 -125
  253. package/dist/node_modules/antd/es/segmented/style/index.cjs +2 -2
  254. package/dist/node_modules/antd/es/segmented/style/index.js +2 -2
  255. package/dist/node_modules/antd/es/select/index.cjs +42 -15
  256. package/dist/node_modules/antd/es/select/index.js +42 -15
  257. package/dist/node_modules/antd/es/select/style/index.cjs +17 -11
  258. package/dist/node_modules/antd/es/select/style/index.js +17 -11
  259. package/dist/node_modules/antd/es/select/style/multiple.cjs +2 -1
  260. package/dist/node_modules/antd/es/select/style/multiple.js +2 -1
  261. package/dist/node_modules/antd/es/select/useIcons.cjs +18 -20
  262. package/dist/node_modules/antd/es/select/useIcons.js +18 -20
  263. package/dist/node_modules/antd/es/select/usePopupRender.cjs +14 -0
  264. package/dist/node_modules/antd/es/select/usePopupRender.js +15 -0
  265. package/dist/node_modules/antd/es/skeleton/Title.cjs +14 -17
  266. package/dist/node_modules/antd/es/skeleton/Title.js +14 -17
  267. package/dist/node_modules/antd/es/skeleton/style/index.cjs +1 -1
  268. package/dist/node_modules/antd/es/skeleton/style/index.js +1 -1
  269. package/dist/node_modules/antd/es/space/Item.cjs +7 -8
  270. package/dist/node_modules/antd/es/space/Item.js +7 -8
  271. package/dist/node_modules/antd/es/spin/Indicator/Progress.cjs +4 -6
  272. package/dist/node_modules/antd/es/spin/Indicator/Progress.js +4 -6
  273. package/dist/node_modules/antd/es/spin/Indicator/index.cjs +2 -1
  274. package/dist/node_modules/antd/es/spin/Indicator/index.js +2 -1
  275. package/dist/node_modules/antd/es/spin/style/index.cjs +1 -1
  276. package/dist/node_modules/antd/es/spin/style/index.js +1 -1
  277. package/dist/node_modules/antd/es/style/compact-item-vertical.cjs +6 -3
  278. package/dist/node_modules/antd/es/style/compact-item-vertical.js +6 -3
  279. package/dist/node_modules/antd/es/style/compact-item.cjs +10 -8
  280. package/dist/node_modules/antd/es/style/compact-item.js +10 -8
  281. package/dist/node_modules/antd/es/style/index.cjs +13 -16
  282. package/dist/node_modules/antd/es/style/index.js +13 -16
  283. package/dist/node_modules/antd/es/style/motion/motion.cjs +1 -2
  284. package/dist/node_modules/antd/es/style/motion/motion.js +1 -2
  285. package/dist/node_modules/antd/es/switch/index.cjs +3 -3
  286. package/dist/node_modules/antd/es/switch/index.js +3 -3
  287. package/dist/node_modules/antd/es/table/InternalTable.cjs +1 -2
  288. package/dist/node_modules/antd/es/table/InternalTable.js +1 -2
  289. package/dist/node_modules/antd/es/table/hooks/useFilter/FilterDropdown.cjs +51 -64
  290. package/dist/node_modules/antd/es/table/hooks/useFilter/FilterDropdown.js +53 -66
  291. package/dist/node_modules/antd/es/table/hooks/useFilter/index.cjs +20 -30
  292. package/dist/node_modules/antd/es/table/hooks/useFilter/index.js +20 -30
  293. package/dist/node_modules/antd/es/table/hooks/usePagination.js +2 -2
  294. package/dist/node_modules/antd/es/table/hooks/useSelection.cjs +29 -34
  295. package/dist/node_modules/antd/es/table/hooks/useSelection.js +29 -34
  296. package/dist/node_modules/antd/es/table/hooks/useSorter.cjs +26 -44
  297. package/dist/node_modules/antd/es/table/hooks/useSorter.js +26 -44
  298. package/dist/node_modules/antd/es/table/style/filter.cjs +2 -2
  299. package/dist/node_modules/antd/es/table/style/filter.js +2 -2
  300. package/dist/node_modules/antd/es/table/style/index.cjs +3 -1
  301. package/dist/node_modules/antd/es/table/style/index.js +3 -1
  302. package/dist/node_modules/antd/es/table/style/sticky.cjs +1 -1
  303. package/dist/node_modules/antd/es/table/style/sticky.js +1 -1
  304. package/dist/node_modules/antd/es/tabs/hooks/useAnimateConfig.cjs +4 -5
  305. package/dist/node_modules/antd/es/tabs/hooks/useAnimateConfig.js +4 -5
  306. package/dist/node_modules/antd/es/tabs/hooks/useLegacyItems.cjs +8 -1
  307. package/dist/node_modules/antd/es/tabs/hooks/useLegacyItems.js +8 -1
  308. package/dist/node_modules/antd/es/tabs/index.cjs +20 -10
  309. package/dist/node_modules/antd/es/tabs/index.js +20 -10
  310. package/dist/node_modules/antd/es/tabs/style/index.cjs +42 -14
  311. package/dist/node_modules/antd/es/tabs/style/index.js +42 -14
  312. package/dist/node_modules/antd/es/theme/themes/shared/genColorMapToken.cjs +4 -5
  313. package/dist/node_modules/antd/es/theme/themes/shared/genColorMapToken.js +4 -5
  314. package/dist/node_modules/antd/es/theme/useToken.cjs +1 -13
  315. package/dist/node_modules/antd/es/theme/useToken.js +1 -13
  316. package/dist/node_modules/antd/es/theme/util/useResetIconStyle.cjs +1 -1
  317. package/dist/node_modules/antd/es/theme/util/useResetIconStyle.js +1 -1
  318. package/dist/node_modules/antd/es/tooltip/index.cjs +6 -5
  319. package/dist/node_modules/antd/es/tooltip/index.js +6 -5
  320. package/dist/node_modules/antd/es/tooltip/style/index.cjs +13 -17
  321. package/dist/node_modules/antd/es/tooltip/style/index.js +13 -17
  322. package/dist/node_modules/antd/es/tooltip/util.cjs +5 -0
  323. package/dist/node_modules/antd/es/tooltip/util.js +5 -0
  324. package/dist/node_modules/antd/es/tree/DirectoryTree.cjs +4 -5
  325. package/dist/node_modules/antd/es/tree/DirectoryTree.js +4 -5
  326. package/dist/node_modules/antd/es/tree/style/directory.cjs +50 -48
  327. package/dist/node_modules/antd/es/tree/style/directory.js +50 -48
  328. package/dist/node_modules/antd/es/tree/style/index.cjs +12 -13
  329. package/dist/node_modules/antd/es/tree/style/index.js +12 -13
  330. package/dist/node_modules/antd/es/tree/utils/dictUtil.cjs +7 -8
  331. package/dist/node_modules/antd/es/tree/utils/dictUtil.js +7 -8
  332. package/dist/node_modules/antd/es/tree/utils/iconUtil.cjs +3 -2
  333. package/dist/node_modules/antd/es/tree/utils/iconUtil.js +3 -2
  334. package/dist/node_modules/antd/es/typography/Base/CopyBtn.cjs +13 -13
  335. package/dist/node_modules/antd/es/typography/Base/CopyBtn.js +13 -13
  336. package/dist/node_modules/antd/es/typography/Base/Ellipsis.cjs +4 -5
  337. package/dist/node_modules/antd/es/typography/Base/Ellipsis.js +4 -5
  338. package/dist/node_modules/antd/es/typography/Base/EllipsisTooltip.cjs +6 -7
  339. package/dist/node_modules/antd/es/typography/Base/EllipsisTooltip.js +6 -7
  340. package/dist/node_modules/antd/es/typography/Base/index.cjs +16 -16
  341. package/dist/node_modules/antd/es/typography/Base/index.js +16 -16
  342. package/dist/node_modules/antd/es/typography/Editable.cjs +13 -16
  343. package/dist/node_modules/antd/es/typography/Editable.js +13 -16
  344. package/dist/node_modules/antd/es/typography/hooks/useCopyClick.cjs +4 -5
  345. package/dist/node_modules/antd/es/typography/hooks/useCopyClick.js +4 -5
  346. package/dist/node_modules/antd/es/typography/style/index.cjs +6 -6
  347. package/dist/node_modules/antd/es/typography/style/index.js +6 -6
  348. package/dist/node_modules/antd/es/typography/style/mixins.cjs +2 -2
  349. package/dist/node_modules/antd/es/typography/style/mixins.js +2 -2
  350. package/dist/node_modules/antd/es/version/version.cjs +1 -1
  351. package/dist/node_modules/antd/es/version/version.js +1 -1
  352. package/dist/node_modules/d3-ease/src/elastic.cjs +2 -2
  353. package/dist/node_modules/d3-ease/src/elastic.js +2 -2
  354. package/dist/node_modules/d3-interpolate/src/rgb.cjs +2 -2
  355. package/dist/node_modules/d3-interpolate/src/rgb.js +2 -2
  356. package/dist/node_modules/d3-shape/src/curve/cardinal.cjs +2 -2
  357. package/dist/node_modules/d3-shape/src/curve/cardinal.js +2 -2
  358. package/dist/node_modules/dayjs/dayjs.min.cjs +13 -13
  359. package/dist/node_modules/dayjs/dayjs.min.js +13 -13
  360. package/dist/node_modules/dayjs/plugin/advancedFormat.cjs +5 -5
  361. package/dist/node_modules/dayjs/plugin/advancedFormat.js +5 -5
  362. package/dist/node_modules/dayjs/plugin/customParseFormat.cjs +15 -15
  363. package/dist/node_modules/dayjs/plugin/customParseFormat.js +15 -15
  364. package/dist/node_modules/dayjs/plugin/localeData.cjs +11 -11
  365. package/dist/node_modules/dayjs/plugin/localeData.js +11 -11
  366. package/dist/node_modules/dayjs/plugin/weekOfYear.cjs +3 -3
  367. package/dist/node_modules/dayjs/plugin/weekOfYear.js +3 -3
  368. package/dist/node_modules/dayjs/plugin/weekYear.cjs +3 -3
  369. package/dist/node_modules/dayjs/plugin/weekYear.js +3 -3
  370. package/dist/node_modules/dayjs/plugin/weekday.cjs +3 -3
  371. package/dist/node_modules/dayjs/plugin/weekday.js +3 -3
  372. package/dist/node_modules/engine.io-client/build/esm/transports/polling-xhr.cjs +2 -2
  373. package/dist/node_modules/engine.io-client/build/esm/transports/polling-xhr.js +2 -2
  374. package/dist/node_modules/rc-field-form/es/Field.cjs +2 -2
  375. package/dist/node_modules/rc-field-form/es/Field.js +2 -2
  376. package/dist/node_modules/rc-field-form/es/utils/NameMap.cjs +2 -2
  377. package/dist/node_modules/rc-field-form/es/utils/NameMap.js +2 -2
  378. package/dist/node_modules/rc-field-form/es/utils/validateUtil.cjs +2 -2
  379. package/dist/node_modules/rc-field-form/es/utils/validateUtil.js +2 -2
  380. package/dist/node_modules/rc-input/es/Input.cjs +2 -1
  381. package/dist/node_modules/rc-input/es/Input.js +2 -1
  382. package/dist/node_modules/rc-menu/es/MenuItem.cjs +2 -2
  383. package/dist/node_modules/rc-menu/es/MenuItem.js +2 -2
  384. package/dist/node_modules/rc-motion/es/CSSMotionList.cjs +2 -2
  385. package/dist/node_modules/rc-motion/es/CSSMotionList.js +2 -2
  386. package/dist/node_modules/rc-motion/es/DomWrapper.cjs +2 -2
  387. package/dist/node_modules/rc-motion/es/DomWrapper.js +2 -2
  388. package/dist/node_modules/rc-motion/es/hooks/useDomMotionEvents.cjs +2 -2
  389. package/dist/node_modules/rc-motion/es/hooks/useDomMotionEvents.js +2 -2
  390. package/dist/node_modules/rc-motion/es/hooks/useNextFrame.cjs +2 -2
  391. package/dist/node_modules/rc-motion/es/hooks/useNextFrame.js +2 -2
  392. package/dist/node_modules/rc-motion/es/hooks/useStepQueue.cjs +2 -2
  393. package/dist/node_modules/rc-motion/es/hooks/useStepQueue.js +2 -2
  394. package/dist/node_modules/rc-picker/es/PickerInput/Selector/MaskFormat.cjs +2 -2
  395. package/dist/node_modules/rc-picker/es/PickerInput/Selector/MaskFormat.js +2 -2
  396. package/dist/node_modules/rc-progress/es/hooks/useId.cjs +2 -2
  397. package/dist/node_modules/rc-progress/es/hooks/useId.js +2 -2
  398. package/dist/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.cjs +2 -2
  399. package/dist/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +2 -2
  400. package/dist/node_modules/rc-select/es/OptionList.cjs +1 -1
  401. package/dist/node_modules/rc-select/es/OptionList.js +1 -1
  402. package/dist/node_modules/rc-select/es/Selector/Input.cjs +8 -47
  403. package/dist/node_modules/rc-select/es/Selector/Input.js +8 -47
  404. package/dist/node_modules/rc-select/es/hooks/useCache.cjs +2 -2
  405. package/dist/node_modules/rc-select/es/hooks/useCache.js +2 -2
  406. package/dist/node_modules/rc-select/es/hooks/useFilterOptions.cjs +2 -2
  407. package/dist/node_modules/rc-select/es/hooks/useFilterOptions.js +2 -2
  408. package/dist/node_modules/rc-table/es/Body/BodyRow.cjs +22 -8
  409. package/dist/node_modules/rc-table/es/Body/BodyRow.js +22 -8
  410. package/dist/node_modules/rc-table/es/Body/ExpandedRow.cjs +3 -3
  411. package/dist/node_modules/rc-table/es/Body/ExpandedRow.js +3 -3
  412. package/dist/node_modules/rc-table/es/Body/MeasureCell.cjs +2 -1
  413. package/dist/node_modules/rc-table/es/Body/MeasureCell.js +2 -1
  414. package/dist/node_modules/rc-table/es/Body/MeasureRow.cjs +10 -5
  415. package/dist/node_modules/rc-table/es/Body/MeasureRow.js +10 -5
  416. package/dist/node_modules/rc-table/es/Body/index.cjs +24 -6
  417. package/dist/node_modules/rc-table/es/Body/index.js +24 -6
  418. package/dist/node_modules/rc-table/es/FixedHolder/index.cjs +3 -4
  419. package/dist/node_modules/rc-table/es/FixedHolder/index.js +3 -4
  420. package/dist/node_modules/rc-table/es/Table.cjs +17 -15
  421. package/dist/node_modules/rc-table/es/Table.js +18 -16
  422. package/dist/node_modules/rc-table/es/hooks/useColumns/index.cjs +10 -4
  423. package/dist/node_modules/rc-table/es/hooks/useColumns/index.js +10 -4
  424. package/dist/node_modules/rc-table/es/hooks/useFlattenRecords.cjs +5 -3
  425. package/dist/node_modules/rc-table/es/hooks/useFlattenRecords.js +5 -3
  426. package/dist/node_modules/rc-table/es/hooks/useFrame.js +1 -1
  427. package/dist/node_modules/rc-tabs/es/TabNavList/index.cjs +30 -21
  428. package/dist/node_modules/rc-tabs/es/TabNavList/index.js +31 -22
  429. package/dist/node_modules/rc-tabs/es/hooks/useIndicator.cjs +9 -2
  430. package/dist/node_modules/rc-tabs/es/hooks/useIndicator.js +9 -2
  431. package/dist/node_modules/rc-tabs/es/hooks/useVisibleRange.cjs +1 -1
  432. package/dist/node_modules/rc-tabs/es/hooks/useVisibleRange.js +1 -1
  433. package/dist/node_modules/rc-textarea/es/ResizableTextArea.cjs +1 -13
  434. package/dist/node_modules/rc-textarea/es/ResizableTextArea.js +1 -13
  435. package/dist/node_modules/rc-tree/es/Tree.cjs +2 -2
  436. package/dist/node_modules/rc-tree/es/Tree.js +2 -2
  437. package/dist/node_modules/rc-util/es/Dom/isVisible.cjs +2 -2
  438. package/dist/node_modules/rc-util/es/Dom/isVisible.js +2 -2
  439. package/dist/node_modules/rc-util/es/composeProps.cjs +20 -0
  440. package/dist/node_modules/rc-util/es/composeProps.js +21 -0
  441. package/dist/node_modules/rc-util/es/isMobile.cjs +2 -2
  442. package/dist/node_modules/rc-util/es/isMobile.js +2 -2
  443. package/dist/node_modules/rc-virtual-list/es/List.cjs +3 -2
  444. package/dist/node_modules/rc-virtual-list/es/List.js +3 -2
  445. package/dist/node_modules/rc-virtual-list/es/ScrollBar.cjs +21 -23
  446. package/dist/node_modules/rc-virtual-list/es/ScrollBar.js +21 -23
  447. package/dist/node_modules/rc-virtual-list/es/hooks/useOriginScroll.cjs +2 -2
  448. package/dist/node_modules/rc-virtual-list/es/hooks/useOriginScroll.js +2 -2
  449. package/dist/node_modules/rc-virtual-list/es/hooks/useScrollDrag.cjs +1 -1
  450. package/dist/node_modules/rc-virtual-list/es/hooks/useScrollDrag.js +1 -1
  451. package/dist/node_modules/rc-virtual-list/es/utils/CacheMap.cjs +6 -6
  452. package/dist/node_modules/rc-virtual-list/es/utils/CacheMap.js +6 -6
  453. package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.cjs +26 -26
  454. package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +26 -26
  455. package/dist/node_modules/unified/lib/callable-instance.cjs +2 -2
  456. package/dist/node_modules/unified/lib/callable-instance.js +2 -2
  457. package/dist/node_modules/unist-util-is/lib/index.cjs +2 -2
  458. package/dist/node_modules/unist-util-is/lib/index.js +2 -2
  459. package/dist/node_modules/vfile-message/lib/index.cjs +5 -5
  460. package/dist/node_modules/vfile-message/lib/index.js +5 -5
  461. package/dist/providers/ToastProvider.cjs +1 -1
  462. package/dist/providers/ToastProvider.js +1 -1
  463. package/dist/styles/global-styles.cjs +6 -6
  464. package/dist/styles/global-styles.js +6 -6
  465. package/package.json +1 -1
  466. package/dist/node_modules/@fontsource/inter/300.css.cjs +0 -1
  467. package/dist/node_modules/@fontsource/inter/300.css.js +0 -1
  468. package/dist/node_modules/@fontsource/inter/400.css.cjs +0 -1
  469. package/dist/node_modules/@fontsource/inter/400.css.js +0 -1
  470. package/dist/node_modules/@fontsource/inter/500.css.cjs +0 -1
  471. package/dist/node_modules/@fontsource/inter/500.css.js +0 -1
  472. package/dist/node_modules/@fontsource/inter/600.css.cjs +0 -1
  473. package/dist/node_modules/@fontsource/inter/600.css.js +0 -1
  474. package/dist/node_modules/@fontsource/inter/700.css.cjs +0 -1
  475. package/dist/node_modules/@fontsource/inter/700.css.js +0 -1
  476. package/dist/node_modules/@fontsource/roboto-mono/400.css.cjs +0 -1
  477. package/dist/node_modules/@fontsource/roboto-mono/400.css.js +0 -1
  478. package/dist/node_modules/react-toastify/dist/ReactToastify.css.cjs +0 -1
  479. package/dist/node_modules/react-toastify/dist/ReactToastify.css.js +0 -1
@@ -26,220 +26,208 @@ const Unauthorized = () => /* @__PURE__ */ React__namespace.createElement("svg",
26
26
  fill: "none",
27
27
  fillRule: "evenodd"
28
28
  }, /* @__PURE__ */ React__namespace.createElement("path", {
29
- d: "M0 129.023v-2.084C0 58.364 55.591 2.774 124.165 2.774h2.085c68.574 0 124.165 55.59 124.165 124.165v2.084c0 68.575-55.59 124.166-124.165 124.166h-2.085C55.591 253.189 0 197.598 0 129.023",
30
- fill: "#E4EBF7"
29
+ fill: "#E4EBF7",
30
+ d: "M0 129v-2C0 58.3 55.6 2.7 124.2 2.7h2c68.6 0 124.2 55.6 124.2 124.1v2.1c0 68.6-55.6 124.2-124.1 124.2h-2.1A124.2 124.2 0 0 1 0 129"
31
31
  }), /* @__PURE__ */ React__namespace.createElement("path", {
32
- d: "M41.417 132.92a8.231 8.231 0 1 1-16.38-1.65 8.231 8.231 0 0 1 16.38 1.65",
33
- fill: "#FFF"
32
+ fill: "#FFF",
33
+ d: "M41.4 133a8.2 8.2 0 1 1-16.4-1.7 8.2 8.2 0 0 1 16.4 1.6"
34
34
  }), /* @__PURE__ */ React__namespace.createElement("path", {
35
- d: "M38.652 136.36l10.425 5.91M49.989 148.505l-12.58 10.73",
36
35
  stroke: "#FFF",
36
+ d: "m38.7 136.4 10.4 5.9m.9 6.2-12.6 10.7",
37
37
  strokeWidth: "2"
38
38
  }), /* @__PURE__ */ React__namespace.createElement("path", {
39
- d: "M41.536 161.28a5.636 5.636 0 1 1-11.216-1.13 5.636 5.636 0 0 1 11.216 1.13M59.154 145.261a5.677 5.677 0 1 1-11.297-1.138 5.677 5.677 0 0 1 11.297 1.138M100.36 29.516l29.66-.013a4.562 4.562 0 1 0-.004-9.126l-29.66.013a4.563 4.563 0 0 0 .005 9.126M111.705 47.754l29.659-.013a4.563 4.563 0 1 0-.004-9.126l-29.66.013a4.563 4.563 0 1 0 .005 9.126",
40
- fill: "#FFF"
39
+ fill: "#FFF",
40
+ d: "M41.5 161.3a5.6 5.6 0 1 1-11.2-1.2 5.6 5.6 0 0 1 11.2 1.2m17.7-16a5.7 5.7 0 1 1-11.3-1.2 5.7 5.7 0 0 1 11.3 1.2m41.2-115.8H130a4.6 4.6 0 1 0 0-9.1h-29.6a4.6 4.6 0 0 0 0 9.1m11.3 18.3h29.7a4.6 4.6 0 1 0 0-9.2h-29.7a4.6 4.6 0 1 0 0 9.2"
41
41
  }), /* @__PURE__ */ React__namespace.createElement("path", {
42
- d: "M114.066 29.503V29.5l15.698-.007a4.563 4.563 0 1 0 .004 9.126l-15.698.007v-.002a4.562 4.562 0 0 0-.004-9.122M185.405 137.723c-.55 5.455-5.418 9.432-10.873 8.882-5.456-.55-9.432-5.418-8.882-10.873.55-5.455 5.418-9.432 10.873-8.882 5.455.55 9.432 5.418 8.882 10.873",
43
- fill: "#FFF"
42
+ fill: "#FFF",
43
+ d: "M114 29.5h15.8a4.6 4.6 0 1 0 0 9.1H114a4.6 4.6 0 0 0 0-9.1m71.3 108.2a10 10 0 1 1-19.8-2 10 10 0 0 1 19.8 2"
44
44
  }), /* @__PURE__ */ React__namespace.createElement("path", {
45
- d: "M180.17 143.772l12.572 7.129M193.841 158.42L178.67 171.36",
46
45
  stroke: "#FFF",
46
+ d: "m180.2 143.8 12.5 7.1m1.1 7.5-15.1 13",
47
47
  strokeWidth: "2"
48
48
  }), /* @__PURE__ */ React__namespace.createElement("path", {
49
- d: "M185.55 171.926a6.798 6.798 0 1 1-13.528-1.363 6.798 6.798 0 0 1 13.527 1.363M204.12 155.285a6.848 6.848 0 1 1-13.627-1.375 6.848 6.848 0 0 1 13.626 1.375",
50
- fill: "#FFF"
49
+ fill: "#FFF",
50
+ d: "M185.6 172a6.8 6.8 0 1 1-13.6-1.4 6.8 6.8 0 0 1 13.5 1.3m18.6-16.6a6.8 6.8 0 1 1-13.6-1.4 6.8 6.8 0 0 1 13.6 1.4"
51
51
  }), /* @__PURE__ */ React__namespace.createElement("path", {
52
- d: "M152.988 194.074a2.21 2.21 0 1 1-4.42 0 2.21 2.21 0 0 1 4.42 0zM225.931 118.217a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.421 0zM217.09 153.051a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.42 0zM177.84 109.842a2.21 2.21 0 1 1-4.422 0 2.21 2.21 0 0 1 4.421 0zM196.114 94.454a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.421 0zM202.844 182.523a2.21 2.21 0 1 1-4.42 0 2.21 2.21 0 0 1 4.42 0z",
53
52
  stroke: "#FFF",
53
+ d: "M153 194a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0zm73-75.8a2.2 2.2 0 1 1-4.5 0 2.2 2.2 0 0 1 4.4 0zm-9 34.9a2.2 2.2 0 1 1-4.3 0 2.2 2.2 0 0 1 4.4 0zm-39.2-43.3a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0zm18.3-15.3a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0zm6.7 88a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0z",
54
54
  strokeWidth: "2"
55
55
  }), /* @__PURE__ */ React__namespace.createElement("path", {
56
56
  stroke: "#FFF",
57
- strokeWidth: "2",
58
- d: "M215.125 155.262l-1.902 20.075-10.87 5.958M174.601 176.636l-6.322 9.761H156.98l-4.484 6.449M175.874 127.28V111.56M221.51 119.404l-12.77 7.859-15.228-7.86V96.668"
57
+ d: "m215.1 155.3-1.9 20-10.8 6m-27.8-4.7-6.3 9.8H157l-4.5 6.4m23.4-65.5v-15.7m45.6 7.8-12.8 7.9-15.2-7.9V96.7",
58
+ strokeWidth: "2"
59
59
  }), /* @__PURE__ */ React__namespace.createElement("path", {
60
- d: "M180.68 29.32C180.68 13.128 193.806 0 210 0c16.193 0 29.32 13.127 29.32 29.32 0 16.194-13.127 29.322-29.32 29.322-16.193 0-29.32-13.128-29.32-29.321",
61
- fill: "#A26EF4"
60
+ fill: "#A26EF4",
61
+ d: "M180.7 29.3a29.3 29.3 0 1 1 58.6 0 29.3 29.3 0 0 1-58.6 0"
62
62
  }), /* @__PURE__ */ React__namespace.createElement("path", {
63
- d: "M221.45 41.706l-21.563-.125a1.744 1.744 0 0 1-1.734-1.754l.071-12.23a1.744 1.744 0 0 1 1.754-1.734l21.562.125c.964.006 1.74.791 1.735 1.755l-.071 12.229a1.744 1.744 0 0 1-1.754 1.734",
64
- fill: "#FFF"
63
+ fill: "#FFF",
64
+ d: "m221.4 41.7-21.5-.1a1.7 1.7 0 0 1-1.7-1.8V27.6a1.7 1.7 0 0 1 1.8-1.7h21.5c1 0 1.8.9 1.8 1.8l-.1 12.3a1.7 1.7 0 0 1-1.7 1.7"
65
65
  }), /* @__PURE__ */ React__namespace.createElement("path", {
66
- d: "M215.106 29.192c-.015 2.577-2.049 4.654-4.543 4.64-2.494-.014-4.504-2.115-4.489-4.693l.04-6.925c.016-2.577 2.05-4.654 4.543-4.64 2.494.015 4.504 2.116 4.49 4.693l-.04 6.925zm-4.53-14.074a6.877 6.877 0 0 0-6.916 6.837l-.043 7.368a6.877 6.877 0 0 0 13.754.08l.042-7.368a6.878 6.878 0 0 0-6.837-6.917zM167.566 68.367h-3.93a4.73 4.73 0 0 1-4.717-4.717 4.73 4.73 0 0 1 4.717-4.717h3.93a4.73 4.73 0 0 1 4.717 4.717 4.73 4.73 0 0 1-4.717 4.717",
67
- fill: "#FFF"
66
+ fill: "#FFF",
67
+ d: "M215.1 29.2c0 2.6-2 4.6-4.5 4.6a4.6 4.6 0 0 1-4.5-4.7v-6.9c0-2.6 2-4.6 4.6-4.6 2.5 0 4.5 2 4.4 4.7v6.9zm-4.5-14a6.9 6.9 0 0 0-7 6.8v7.3a6.9 6.9 0 0 0 13.8.1V22a6.9 6.9 0 0 0-6.8-6.9zm-43 53.2h-4a4.7 4.7 0 0 1-4.7-4.8 4.7 4.7 0 0 1 4.7-4.7h4a4.7 4.7 0 0 1 4.7 4.8 4.7 4.7 0 0 1-4.7 4.7"
68
68
  }), /* @__PURE__ */ React__namespace.createElement("path", {
69
- d: "M168.214 248.838a6.611 6.611 0 0 1-6.61-6.611v-66.108a6.611 6.611 0 0 1 13.221 0v66.108a6.611 6.611 0 0 1-6.61 6.61",
70
- fill: "#5BA02E"
69
+ fill: "#5BA02E",
70
+ d: "M168.2 248.8a6.6 6.6 0 0 1-6.6-6.6v-66a6.6 6.6 0 0 1 13.2 0v66a6.6 6.6 0 0 1-6.6 6.6"
71
71
  }), /* @__PURE__ */ React__namespace.createElement("path", {
72
- d: "M176.147 248.176a6.611 6.611 0 0 1-6.61-6.61v-33.054a6.611 6.611 0 1 1 13.221 0v33.053a6.611 6.611 0 0 1-6.61 6.611",
73
- fill: "#92C110"
72
+ fill: "#92C110",
73
+ d: "M176.1 248.2a6.6 6.6 0 0 1-6.6-6.6v-33a6.6 6.6 0 1 1 13.3 0v33a6.6 6.6 0 0 1-6.7 6.6"
74
74
  }), /* @__PURE__ */ React__namespace.createElement("path", {
75
- d: "M185.994 293.89h-27.376a3.17 3.17 0 0 1-3.17-3.17v-45.887a3.17 3.17 0 0 1 3.17-3.17h27.376a3.17 3.17 0 0 1 3.17 3.17v45.886a3.17 3.17 0 0 1-3.17 3.17",
76
- fill: "#F2D7AD"
75
+ fill: "#F2D7AD",
76
+ d: "M186 293.9h-27.4a3.2 3.2 0 0 1-3.2-3.2v-45.9a3.2 3.2 0 0 1 3.2-3.1H186a3.2 3.2 0 0 1 3.2 3.1v46a3.2 3.2 0 0 1-3.2 3"
77
77
  }), /* @__PURE__ */ React__namespace.createElement("path", {
78
- d: "M81.972 147.673s6.377-.927 17.566-1.28c11.729-.371 17.57 1.086 17.57 1.086s3.697-3.855.968-8.424c1.278-12.077 5.982-32.827.335-48.273-1.116-1.339-3.743-1.512-7.536-.62-1.337.315-7.147-.149-7.983-.1l-15.311-.347s-3.487-.17-8.035-.508c-1.512-.113-4.227-1.683-5.458-.338-.406.443-2.425 5.669-1.97 16.077l8.635 35.642s-3.141 3.61 1.219 7.085",
79
- fill: "#FFF"
78
+ fill: "#FFF",
79
+ d: "M82 147.7s6.3-1 17.5-1.3c11.8-.4 17.6 1 17.6 1s3.7-3.8 1-8.3c1.3-12.1 6-32.9.3-48.3-1.1-1.4-3.7-1.5-7.5-.6-1.4.3-7.2-.2-8-.1l-15.3-.4-8-.5c-1.6-.1-4.3-1.7-5.5-.3-.4.4-2.4 5.6-2 16l8.7 35.7s-3.2 3.6 1.2 7"
80
80
  }), /* @__PURE__ */ React__namespace.createElement("path", {
81
- d: "M75.768 73.325l-.9-6.397 11.982-6.52s7.302-.118 8.038 1.205c.737 1.324-5.616.993-5.616.993s-1.836 1.388-2.615 2.5c-1.654 2.363-.986 6.471-8.318 5.986-1.708.284-2.57 2.233-2.57 2.233",
82
- fill: "#FFC6A0"
81
+ fill: "#FFC6A0",
82
+ d: "m75.8 73.3-1-6.4 12-6.5s7.4-.1 8 1.2c.8 1.3-5.5 1-5.5 1s-1.9 1.4-2.6 2.5c-1.7 2.4-1 6.5-8.4 6-1.7.3-2.5 2.2-2.5 2.2"
83
83
  }), /* @__PURE__ */ React__namespace.createElement("path", {
84
- d: "M52.44 77.672s14.217 9.406 24.973 14.444c1.061.497-2.094 16.183-11.892 11.811-7.436-3.318-20.162-8.44-21.482-14.496-.71-3.258 2.543-7.643 8.401-11.76M141.862 80.113s-6.693 2.999-13.844 6.876c-3.894 2.11-10.137 4.704-12.33 7.988-6.224 9.314 3.536 11.22 12.947 7.503 6.71-2.651 28.999-12.127 13.227-22.367",
85
- fill: "#FFB594"
84
+ fill: "#FFB594",
85
+ d: "M52.4 77.7S66.7 87 77.4 92c1 .5-2 16.2-11.9 11.8-7.4-3.3-20.1-8.4-21.5-14.5-.7-3.2 2.6-7.6 8.4-11.7M142 80s-6.7 3-13.9 6.9c-3.9 2.1-10.1 4.7-12.3 8-6.2 9.3 3.5 11.2 13 7.5 6.6-2.7 29-12.1 13.2-22.4"
86
86
  }), /* @__PURE__ */ React__namespace.createElement("path", {
87
- d: "M76.166 66.36l3.06 3.881s-2.783 2.67-6.31 5.747c-7.103 6.195-12.803 14.296-15.995 16.44-3.966 2.662-9.754 3.314-12.177-.118-3.553-5.032.464-14.628 31.422-25.95",
88
- fill: "#FFC6A0"
87
+ fill: "#FFC6A0",
88
+ d: "m76.2 66.4 3 3.8S76.4 73 73 76c-7 6.2-12.8 14.3-16 16.4-4 2.7-9.7 3.3-12.2 0-3.5-5.1.5-14.7 31.5-26"
89
89
  }), /* @__PURE__ */ React__namespace.createElement("path", {
90
- d: "M64.674 85.116s-2.34 8.413-8.912 14.447c.652.548 18.586 10.51 22.144 10.056 5.238-.669 6.417-18.968 1.145-20.531-.702-.208-5.901-1.286-8.853-2.167-.87-.26-1.611-1.71-3.545-.936l-1.98-.869zM128.362 85.826s5.318 1.956 7.325 13.734c-.546.274-17.55 12.35-21.829 7.805-6.534-6.94-.766-17.393 4.275-18.61 4.646-1.121 5.03-1.37 10.23-2.929",
91
- fill: "#FFF"
90
+ fill: "#FFF",
91
+ d: "M64.7 85.1s-2.4 8.4-9 14.5c.7.5 18.6 10.5 22.2 10 5.2-.6 6.4-19 1.2-20.5-.8-.2-6-1.3-8.9-2.2-.9-.2-1.6-1.7-3.5-1l-2-.8zm63.7.7s5.3 2 7.3 13.8c-.6.2-17.6 12.3-21.8 7.8-6.6-7-.8-17.4 4.2-18.6 4.7-1.2 5-1.4 10.3-3"
92
92
  }), /* @__PURE__ */ React__namespace.createElement("path", {
93
- d: "M78.18 94.656s.911 7.41-4.914 13.078",
94
93
  stroke: "#E4EBF7",
95
- strokeWidth: "1.051",
94
+ d: "M78.2 94.7s.9 7.4-5 13",
96
95
  strokeLinecap: "round",
97
- strokeLinejoin: "round"
96
+ strokeLinejoin: "round",
97
+ strokeWidth: "1.1"
98
98
  }), /* @__PURE__ */ React__namespace.createElement("path", {
99
- d: "M87.397 94.68s3.124 2.572 10.263 2.572c7.14 0 9.074-3.437 9.074-3.437",
100
99
  stroke: "#E4EBF7",
101
- strokeWidth: ".932",
100
+ d: "M87.4 94.7s3.1 2.6 10.3 2.6c7.1 0 9-3.5 9-3.5",
102
101
  strokeLinecap: "round",
103
- strokeLinejoin: "round"
102
+ strokeLinejoin: "round",
103
+ strokeWidth: ".9"
104
104
  }), /* @__PURE__ */ React__namespace.createElement("path", {
105
- d: "M117.184 68.639l-6.781-6.177s-5.355-4.314-9.223-.893c-3.867 3.422 4.463 2.083 5.653 4.165 1.19 2.082.848 1.143-2.083.446-5.603-1.331-2.082.893 2.975 5.355 2.091 1.845 6.992.955 6.992.955l2.467-3.851z",
106
- fill: "#FFC6A0"
105
+ fill: "#FFC6A0",
106
+ d: "m117.2 68.6-6.8-6.1s-5.4-4.4-9.2-1c-3.9 3.5 4.4 2.2 5.6 4.2 1.2 2.1.9 1.2-2 .5-5.7-1.4-2.1.9 3 5.3 2 1.9 7 1 7 1l2.4-3.9z"
107
107
  }), /* @__PURE__ */ React__namespace.createElement("path", {
108
- d: "M105.282 91.315l-.297-10.937-15.918-.027-.53 10.45c-.026.403.17.788.515.999 2.049 1.251 9.387 5.093 15.799.424.287-.21.443-.554.431-.91",
109
- fill: "#FFB594"
108
+ fill: "#FFB594",
109
+ d: "m105.3 91.3-.3-11H89l-.5 10.5c0 .4.2.8.6 1 2 1.3 9.3 5 15.8.4.2-.2.4-.5.4-.9"
110
110
  }), /* @__PURE__ */ React__namespace.createElement("path", {
111
- d: "M107.573 74.24c.817-1.147.982-9.118 1.015-11.928a1.046 1.046 0 0 0-.965-1.055l-4.62-.365c-7.71-1.044-17.071.624-18.253 6.346-5.482 5.813-.421 13.244-.421 13.244s1.963 3.566 4.305 6.791c.756 1.041.398-3.731 3.04-5.929 5.524-4.594 15.899-7.103 15.899-7.103",
112
- fill: "#5C2552"
111
+ fill: "#5C2552",
112
+ d: "M107.6 74.2c.8-1.1 1-9 1-11.9a1 1 0 0 0-1-1l-4.6-.4c-7.7-1-17 .6-18.3 6.3-5.4 5.9-.4 13.3-.4 13.3s2 3.5 4.3 6.8c.8 1 .4-3.8 3-6a47.9 47.9 0 0 1 16-7"
113
113
  }), /* @__PURE__ */ React__namespace.createElement("path", {
114
- d: "M88.426 83.206s2.685 6.202 11.602 6.522c7.82.28 8.973-7.008 7.434-17.505l-.909-5.483c-6.118-2.897-15.478.54-15.478.54s-.576 2.044-.19 5.504c-2.276 2.066-1.824 5.618-1.824 5.618s-.905-1.922-1.98-2.321c-.86-.32-1.897.089-2.322 1.98-1.04 4.632 3.667 5.145 3.667 5.145",
115
- fill: "#FFC6A0"
114
+ fill: "#FFC6A0",
115
+ d: "M88.4 83.2s2.7 6.2 11.6 6.5c7.8.3 9-7 7.5-17.5l-1-5.5c-6-2.9-15.4.6-15.4.6s-.6 2-.2 5.5c-2.3 2-1.8 5.6-1.8 5.6s-1-2-2-2.3c-.9-.3-2 0-2.3 2-1 4.6 3.6 5.1 3.6 5.1"
116
116
  }), /* @__PURE__ */ React__namespace.createElement("path", {
117
117
  stroke: "#DB836E",
118
- strokeWidth: "1.145",
118
+ d: "m100.8 77.1 1.7-1-1-4.3.7-1.4",
119
119
  strokeLinecap: "round",
120
120
  strokeLinejoin: "round",
121
- d: "M100.843 77.099l1.701-.928-1.015-4.324.674-1.406"
121
+ strokeWidth: "1.1"
122
122
  }), /* @__PURE__ */ React__namespace.createElement("path", {
123
- d: "M105.546 74.092c-.022.713-.452 1.279-.96 1.263-.51-.016-.904-.607-.882-1.32.021-.713.452-1.278.96-1.263.51.016.904.607.882 1.32M97.592 74.349c-.022.713-.452 1.278-.961 1.263-.509-.016-.904-.607-.882-1.32.022-.713.452-1.279.961-1.263.51.016.904.606.882 1.32",
124
- fill: "#552950"
123
+ fill: "#552950",
124
+ d: "M105.5 74c0 .8-.4 1.4-1 1.4-.4 0-.8-.7-.8-1.4s.5-1.2 1-1.2.9.6.8 1.3m-8 .2c0 .8-.4 1.3-.9 1.3s-.9-.6-.9-1.3c0-.7.5-1.3 1-1.3s1 .6.9 1.3"
125
125
  }), /* @__PURE__ */ React__namespace.createElement("path", {
126
- d: "M91.132 86.786s5.269 4.957 12.679 2.327",
127
126
  stroke: "#DB836E",
128
- strokeWidth: "1.145",
127
+ d: "M91.1 86.8s5.3 5 12.7 2.3",
129
128
  strokeLinecap: "round",
130
- strokeLinejoin: "round"
129
+ strokeLinejoin: "round",
130
+ strokeWidth: "1.1"
131
131
  }), /* @__PURE__ */ React__namespace.createElement("path", {
132
- d: "M99.776 81.903s-3.592.232-1.44-2.79c1.59-1.496 4.897-.46 4.897-.46s1.156 3.906-3.457 3.25",
133
- fill: "#DB836E"
132
+ fill: "#DB836E",
133
+ d: "M99.8 81.9s-3.6.2-1.5-2.8c1.6-1.5 5-.4 5-.4s1 3.9-3.5 3.2"
134
134
  }), /* @__PURE__ */ React__namespace.createElement("path", {
135
- d: "M102.88 70.6s2.483.84 3.402.715M93.883 71.975s2.492-1.144 4.778-1.073",
136
135
  stroke: "#5C2552",
137
- strokeWidth: "1.526",
136
+ d: "M102.9 70.6s2.5.8 3.4.7m-12.4.7s2.5-1.2 4.8-1.1",
138
137
  strokeLinecap: "round",
139
- strokeLinejoin: "round"
138
+ strokeLinejoin: "round",
139
+ strokeWidth: "1.5"
140
140
  }), /* @__PURE__ */ React__namespace.createElement("path", {
141
- d: "M86.32 77.374s.961.879 1.458 2.106c-.377.48-1.033 1.152-.236 1.809M99.337 83.719s1.911.151 2.509-.254",
142
141
  stroke: "#DB836E",
143
- strokeWidth: "1.145",
142
+ d: "M86.3 77.4s1 .9 1.5 2c-.4.6-1 1.2-.3 1.9m11.8 2.4s2 .2 2.5-.2",
144
143
  strokeLinecap: "round",
145
- strokeLinejoin: "round"
146
- }), /* @__PURE__ */ React__namespace.createElement("path", {
147
- d: "M87.782 115.821l15.73-3.012M100.165 115.821l10.04-2.008",
148
- stroke: "#E4EBF7",
149
- strokeWidth: "1.051",
150
- strokeLinecap: "round",
151
- strokeLinejoin: "round"
152
- }), /* @__PURE__ */ React__namespace.createElement("path", {
153
- d: "M66.508 86.763s-1.598 8.83-6.697 14.078",
154
- stroke: "#E4EBF7",
155
- strokeWidth: "1.114",
156
- strokeLinecap: "round",
157
- strokeLinejoin: "round"
144
+ strokeLinejoin: "round",
145
+ strokeWidth: "1.1"
158
146
  }), /* @__PURE__ */ React__namespace.createElement("path", {
159
- d: "M128.31 87.934s3.013 4.121 4.06 11.785",
160
147
  stroke: "#E4EBF7",
161
- strokeWidth: "1.051",
148
+ d: "m87.8 115.8 15.7-3m-3.3 3 10-2m-43.7-27s-1.6 8.8-6.7 14M128.3 88s3 4 4 11.7",
162
149
  strokeLinecap: "round",
163
- strokeLinejoin: "round"
150
+ strokeLinejoin: "round",
151
+ strokeWidth: "1.1"
164
152
  }), /* @__PURE__ */ React__namespace.createElement("path", {
165
- d: "M64.09 84.816s-6.03 9.912-13.607 9.903",
166
153
  stroke: "#DB836E",
167
- strokeWidth: ".795",
154
+ d: "M64 84.8s-6 10-13.5 10",
168
155
  strokeLinecap: "round",
169
- strokeLinejoin: "round"
156
+ strokeLinejoin: "round",
157
+ strokeWidth: ".8"
170
158
  }), /* @__PURE__ */ React__namespace.createElement("path", {
171
- d: "M112.366 65.909l-.142 5.32s5.993 4.472 11.945 9.202c4.482 3.562 8.888 7.455 10.985 8.662 4.804 2.766 8.9 3.355 11.076 1.808 4.071-2.894 4.373-9.878-8.136-15.263-4.271-1.838-16.144-6.36-25.728-9.73",
172
- fill: "#FFC6A0"
159
+ fill: "#FFC6A0",
160
+ d: "m112.4 66-.2 5.2 12 9.2c4.5 3.6 8.9 7.5 11 8.7 4.8 2.8 8.9 3.3 11 1.8 4.1-2.9 4.4-9.9-8.1-15.3-4.3-1.8-16.1-6.3-25.7-9.7"
173
161
  }), /* @__PURE__ */ React__namespace.createElement("path", {
174
- d: "M130.532 85.488s4.588 5.757 11.619 6.214",
175
162
  stroke: "#DB836E",
176
- strokeWidth: ".75",
163
+ d: "M130.5 85.5s4.6 5.7 11.7 6.2",
177
164
  strokeLinecap: "round",
178
- strokeLinejoin: "round"
165
+ strokeLinejoin: "round",
166
+ strokeWidth: ".8"
179
167
  }), /* @__PURE__ */ React__namespace.createElement("path", {
180
- d: "M121.708 105.73s-.393 8.564-1.34 13.612",
181
168
  stroke: "#E4EBF7",
182
- strokeWidth: "1.051",
169
+ d: "M121.7 105.7s-.4 8.6-1.3 13.6",
183
170
  strokeLinecap: "round",
184
- strokeLinejoin: "round"
171
+ strokeLinejoin: "round",
172
+ strokeWidth: "1.1"
185
173
  }), /* @__PURE__ */ React__namespace.createElement("path", {
186
- d: "M115.784 161.512s-3.57-1.488-2.678-7.14",
187
174
  stroke: "#648BD8",
188
- strokeWidth: "1.051",
175
+ d: "M115.8 161.5s-3.6-1.5-2.7-7.1",
189
176
  strokeLinecap: "round",
190
- strokeLinejoin: "round"
177
+ strokeLinejoin: "round",
178
+ strokeWidth: "1.1"
191
179
  }), /* @__PURE__ */ React__namespace.createElement("path", {
192
- d: "M101.52 290.246s4.326 2.057 7.408 1.03c2.842-.948 4.564.673 7.132 1.186 2.57.514 6.925 1.108 11.772-1.269-.104-5.551-6.939-4.01-12.048-6.763-2.582-1.39-3.812-4.757-3.625-8.863h-9.471s-1.402 10.596-1.169 14.68",
193
- fill: "#CBD1D1"
180
+ fill: "#CBD1D1",
181
+ d: "M101.5 290.2s4.3 2.1 7.4 1c2.9-.9 4.6.7 7.2 1.3 2.5.5 6.9 1 11.7-1.3 0-5.6-7-4-12-6.8-2.6-1.4-3.8-4.7-3.6-8.8h-9.5s-1.4 10.6-1.2 14.6"
194
182
  }), /* @__PURE__ */ React__namespace.createElement("path", {
195
- d: "M101.496 290.073s2.447 1.281 6.809.658c3.081-.44 3.74.485 7.479 1.039 3.739.554 10.802-.07 11.91-.9.415 1.108-.347 2.077-.347 2.077s-1.523.608-4.847.831c-2.045.137-5.843.293-7.663-.507-1.8-1.385-5.286-1.917-5.77-.243-3.947.958-7.41-.288-7.41-.288l-.16-2.667z",
196
- fill: "#2B0849"
183
+ fill: "#2B0849",
184
+ d: "M101.5 290s2.4 1.4 6.8.7c3-.4 3.7.5 7.5 1 3.7.6 10.8 0 11.9-.8.4 1-.4 2-.4 2s-1.5.7-4.8.9c-2 .1-5.8.3-7.7-.5-1.8-1.4-5.2-2-5.7-.3-4 1-7.4-.3-7.4-.3l-.2-2.6z"
197
185
  }), /* @__PURE__ */ React__namespace.createElement("path", {
198
- d: "M108.824 276.19h3.116s-.103 6.751 4.57 8.62c-4.673.624-8.62-2.32-7.686-8.62",
199
- fill: "#A4AABA"
186
+ fill: "#A4AABA",
187
+ d: "M108.8 276.2h3.1s0 6.7 4.6 8.6c-4.7.6-8.6-2.3-7.7-8.6"
200
188
  }), /* @__PURE__ */ React__namespace.createElement("path", {
201
- d: "M57.65 272.52s-2.122 7.47-4.518 12.396c-1.811 3.724-4.255 7.548 5.505 7.548 6.698 0 9.02-.483 7.479-6.648-1.541-6.164.268-13.296.268-13.296H57.65z",
202
- fill: "#CBD1D1"
189
+ fill: "#CBD1D1",
190
+ d: "M57.6 272.5s-2 7.5-4.5 12.4c-1.8 3.7-4.2 7.6 5.5 7.6 6.7 0 9-.5 7.5-6.7-1.5-6.1.3-13.3.3-13.3h-8.8z"
203
191
  }), /* @__PURE__ */ React__namespace.createElement("path", {
204
- d: "M51.54 290.04s2.111 1.178 6.682 1.178c6.128 0 8.31-1.662 8.31-1.662s.605 1.122-.624 2.18c-1 .862-3.624 1.603-7.444 1.559-4.177-.049-5.876-.57-6.786-1.177-.831-.554-.692-1.593-.138-2.078",
205
- fill: "#2B0849"
192
+ fill: "#2B0849",
193
+ d: "M51.5 290s2.2 1.2 6.7 1.2c6.1 0 8.3-1.6 8.3-1.6s.6 1-.6 2.1c-1 .9-3.6 1.6-7.4 1.6-4.2 0-6-.6-6.8-1.2-.9-.5-.7-1.6-.2-2"
206
194
  }), /* @__PURE__ */ React__namespace.createElement("path", {
207
- d: "M58.533 274.438s.034 1.529-.315 2.95c-.352 1.431-1.087 3.127-1.139 4.17-.058 1.16 4.57 1.592 5.194.035.623-1.559 1.303-6.475 1.927-7.306.622-.831-4.94-2.135-5.667.15",
208
- fill: "#A4AABA"
195
+ fill: "#A4AABA",
196
+ d: "M58.5 274.4s0 1.6-.3 3-1 3.1-1.1 4.2c0 1.1 4.5 1.5 5.2 0 .6-1.6 1.3-6.5 1.9-7.3.6-.8-5-2.1-5.7.1"
209
197
  }), /* @__PURE__ */ React__namespace.createElement("path", {
210
- d: "M100.885 277.015l13.306.092s1.291-54.228 1.843-64.056c.552-9.828 3.756-43.13.997-62.788l-12.48-.64-22.725.776s-.433 3.944-1.19 9.921c-.062.493-.677.838-.744 1.358-.075.582.42 1.347.318 1.956-2.35 14.003-6.343 32.926-8.697 46.425-.116.663-1.227 1.004-1.45 2.677-.04.3.21 1.516.112 1.785-6.836 18.643-10.89 47.584-14.2 61.551l14.528-.014s2.185-8.524 4.008-16.878c2.796-12.817 22.987-84.553 22.987-84.553l3-.517 1.037 46.1s-.223 1.228.334 2.008c.558.782-.556 1.117-.39 2.233l.39 1.784s-.446 7.14-.892 11.826c-.446 4.685-.092 38.954-.092 38.954",
211
- fill: "#7BB2F9"
198
+ fill: "#7BB2F9",
199
+ d: "m100.9 277 13.3.1s1.3-54.2 1.8-64c.6-9.9 3.8-43.2 1-62.8l-12.4-.7-22.8.8-1.2 10c0 .4-.6.8-.7 1.3 0 .6.4 1.3.3 2-2.3 14-6.3 32.9-8.7 46.4-.1.6-1.2 1-1.4 2.6 0 .3.2 1.6 0 1.8-6.8 18.7-10.8 47.6-14.1 61.6h14.5s2.2-8.6 4-17a3984 3984 0 0 1 23-84.5l3-.5 1 46.1s-.2 1.2.4 2c.5.8-.6 1.1-.4 2.3l.4 1.7-1 11.9c-.4 4.6 0 39 0 39"
212
200
  }), /* @__PURE__ */ React__namespace.createElement("path", {
213
- d: "M77.438 220.434c1.146.094 4.016-2.008 6.916-4.91M107.55 223.931s2.758-1.103 6.069-3.862",
214
201
  stroke: "#648BD8",
215
- strokeWidth: "1.051",
202
+ d: "M77.4 220.4c1.2.1 4-2 7-4.9m23.1 8.4s2.8-1 6.1-3.8",
216
203
  strokeLinecap: "round",
217
- strokeLinejoin: "round"
204
+ strokeLinejoin: "round",
205
+ strokeWidth: "1.1"
218
206
  }), /* @__PURE__ */ React__namespace.createElement("path", {
219
- d: "M108.459 220.905s2.759-1.104 6.07-3.863",
220
207
  stroke: "#648BD8",
208
+ d: "M108.5 221s2.7-1.2 6-4",
221
209
  strokeLinecap: "round",
222
210
  strokeLinejoin: "round"
223
211
  }), /* @__PURE__ */ React__namespace.createElement("path", {
224
- d: "M76.099 223.557s2.608-.587 6.47-3.346M87.33 150.82c-.27 3.088.297 8.478-4.315 9.073M104.829 149.075s.11 13.936-1.286 14.983c-2.207 1.655-2.975 1.934-2.975 1.934M101.014 149.63s.035 12.81-1.19 24.245M94.93 174.965s7.174-1.655 9.38-1.655M75.671 204.754c-.316 1.55-.64 3.067-.973 4.535 0 0-1.45 1.822-1.003 3.756.446 1.934-.943 2.034-4.96 15.273-1.686 5.559-4.464 18.49-6.313 27.447-.078.38-4.018 18.06-4.093 18.423M77.043 196.743a313.269 313.269 0 0 1-.877 4.729M83.908 151.414l-1.19 10.413s-1.091.148-.496 2.23c.111 1.34-2.66 15.692-5.153 30.267M57.58 272.94h13.238",
225
212
  stroke: "#648BD8",
226
- strokeWidth: "1.051",
213
+ d: "M76.1 223.6s2.6-.6 6.5-3.4m4.7-69.4c-.2 3.1.3 8.5-4.3 9m21.8-10.7s.1 14-1.3 15c-2.2 1.6-3 1.9-3 1.9m.5-16.4s0 12.8-1.2 24.3m-4.9 1s7.2-1.6 9.4-1.6m-28.6 31.5-1 4.5s-1.5 1.8-1 3.7c.4 2-1 2-5 15.3-1.7 5.6-4.4 18.5-6.3 27.5l-4 18.4M77 196.7a313.3 313.3 0 0 1-.8 4.8m7.7-50-1.2 10.3s-1 .2-.5 2.3c.1 1.3-2.6 15.6-5.1 30.2M57.6 273h13.2",
227
214
  strokeLinecap: "round",
228
- strokeLinejoin: "round"
215
+ strokeLinejoin: "round",
216
+ strokeWidth: "1.1"
229
217
  }), /* @__PURE__ */ React__namespace.createElement("path", {
230
- d: "M117.377 147.423s-16.955-3.087-35.7.199c.157 2.501-.002 4.128-.002 4.128s14.607-2.802 35.476-.31c.251-2.342.226-4.017.226-4.017",
231
- fill: "#192064"
218
+ fill: "#192064",
219
+ d: "M117.4 147.4s-17-3-35.7.2v4.2s14.6-2.9 35.5-.4l.2-4"
232
220
  }), /* @__PURE__ */ React__namespace.createElement("path", {
233
- d: "M107.511 150.353l.004-4.885a.807.807 0 0 0-.774-.81c-2.428-.092-5.04-.108-7.795-.014a.814.814 0 0 0-.784.81l-.003 4.88c0 .456.371.82.827.808a140.76 140.76 0 0 1 7.688.017.81.81 0 0 0 .837-.806",
234
- fill: "#FFF"
221
+ fill: "#FFF",
222
+ d: "M107.5 150.4v-5a.8.8 0 0 0-.8-.7H99a.8.8 0 0 0-.7.8v4.8c0 .5.3.9.8.8a140.8 140.8 0 0 1 7.7 0 .8.8 0 0 0 .8-.7"
235
223
  }), /* @__PURE__ */ React__namespace.createElement("path", {
236
- d: "M106.402 149.426l.002-3.06a.64.64 0 0 0-.616-.643 94.135 94.135 0 0 0-5.834-.009.647.647 0 0 0-.626.643l-.001 3.056c0 .36.291.648.651.64 1.78-.04 3.708-.041 5.762.012.36.009.662-.279.662-.64",
237
- fill: "#192064"
224
+ fill: "#192064",
225
+ d: "M106.4 149.4v-3a.6.6 0 0 0-.6-.7 94.1 94.1 0 0 0-5.8 0 .6.6 0 0 0-.7.7v3c0 .4.3.7.7.7h5.7c.4 0 .7-.3.7-.7"
238
226
  }), /* @__PURE__ */ React__namespace.createElement("path", {
239
- d: "M101.485 273.933h12.272M102.652 269.075c.006 3.368.04 5.759.11 6.47M102.667 263.125c-.009 1.53-.015 2.98-.016 4.313M102.204 174.024l.893 44.402s.669 1.561-.224 2.677c-.892 1.116 2.455.67.893 2.231-1.562 1.562.893 1.116 0 3.347-.592 1.48-.988 20.987-1.09 34.956",
240
227
  stroke: "#648BD8",
241
- strokeWidth: "1.051",
228
+ d: "M101.5 274h12.3m-11.1-5v6.5m0-12.4v4.3m-.5-93.4.9 44.4s.7 1.6-.2 2.7c-1 1.1 2.4.7.9 2.2-1.6 1.6.9 1.1 0 3.4-.6 1.5-1 21-1.1 35",
242
229
  strokeLinecap: "round",
243
- strokeLinejoin: "round"
230
+ strokeLinejoin: "round",
231
+ strokeWidth: "1.1"
244
232
  })));
245
233
  module.exports = Unauthorized;