@oneb/ui-vue 0.3.32 → 0.4.1

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 (229) hide show
  1. package/dist/ChevronLeftIcon-7505e081.cjs +1 -0
  2. package/dist/ChevronLeftIcon-bb9adb5b.js +20 -0
  3. package/dist/ChevronRightIcon-2992cf0d.cjs +1 -0
  4. package/dist/ChevronRightIcon-b0585768.js +20 -0
  5. package/dist/ChevronUpIcon-64a673e1.cjs +1 -0
  6. package/dist/{ChevronRightIcon-4549a26b.js → ChevronUpIcon-c43f27a9.js} +2 -19
  7. package/dist/LogoOneb-b6ac382e.cjs +1 -0
  8. package/dist/LogoOneb-ddb388a4.js +16 -0
  9. package/dist/MagnifyingGlassIcon-adf871ba.cjs +1 -0
  10. package/dist/MagnifyingGlassIcon-ca213d3d.js +20 -0
  11. package/dist/OneDropdownAuto.vue_vue_type_script_setup_true_lang-2c508e8a.js +79 -0
  12. package/dist/OneDropdownAuto.vue_vue_type_script_setup_true_lang-bf923b04.cjs +1 -0
  13. package/dist/OneFormInput.vue_vue_type_script_setup_true_lang-b89117e7.js +521 -0
  14. package/dist/OneFormInput.vue_vue_type_script_setup_true_lang-f6f7cd96.cjs +1 -0
  15. package/dist/{OneHelpMenu-73817f8a.js → OneHelpMenu-2a2051d7.js} +120 -214
  16. package/dist/OneHelpMenu-78d9348a.cjs +1 -0
  17. package/dist/OneMarkdown.vue_vue_type_script_setup_true_lang-05266fc3.cjs +1 -0
  18. package/dist/OneMarkdown.vue_vue_type_script_setup_true_lang-bb2219c7.js +18 -0
  19. package/dist/OneModal-02a9a173.js +189 -0
  20. package/dist/OneModal-0e92c039.cjs +1 -0
  21. package/dist/OneTooltip.vue_vue_type_script_setup_true_lang-c492c128.js +25 -0
  22. package/dist/OneTooltip.vue_vue_type_script_setup_true_lang-e83a81ea.cjs +1 -0
  23. package/dist/SpinnerIcon-01be39fe.cjs +1 -0
  24. package/dist/{SpinnerIcon-74648c98.js → SpinnerIcon-516264ba.js} +5 -6
  25. package/dist/button/index.cjs +1 -1
  26. package/dist/button/index.d.ts +1 -1
  27. package/dist/button/index.js +3 -4
  28. package/dist/checkbox/checkbox.d.ts +5 -0
  29. package/dist/checkbox/index.cjs +1 -1
  30. package/dist/checkbox/index.js +40 -34
  31. package/dist/chips/OneChips.vue.d.ts +2 -0
  32. package/dist/chips/chips.d.ts +25 -0
  33. package/dist/chips/index.cjs +1 -0
  34. package/dist/chips/index.d.ts +3 -0
  35. package/dist/chips/index.js +62 -0
  36. package/dist/clipboard-494e1513.cjs +1 -0
  37. package/dist/clipboard-733b79a1.js +22 -0
  38. package/dist/common/OneDetailsList.vue.d.ts +2 -0
  39. package/dist/common/OneDetailsRow.vue.d.ts +2 -0
  40. package/dist/common/index.cjs +1 -1
  41. package/dist/common/index.d.ts +2 -0
  42. package/dist/common/index.js +68 -16
  43. package/dist/composables/index.cjs +1 -0
  44. package/dist/composables/index.d.ts +18 -0
  45. package/dist/composables/index.js +91 -0
  46. package/dist/composables/useAsyncMethod.d.ts +17 -0
  47. package/dist/composables/useAsyncSelect.d.ts +26 -0
  48. package/dist/composables/useConfirm.d.ts +27 -0
  49. package/dist/composables/useCursorList.d.ts +42 -0
  50. package/dist/composables/useDebouncedRef.d.ts +6 -0
  51. package/dist/composables/useFileUpload.d.ts +21 -0
  52. package/dist/composables/useFormSubmit.d.ts +23 -0
  53. package/dist/composables/useIsMobile.d.ts +8 -0
  54. package/dist/confirm/OneConfirmHost.vue.d.ts +2 -0
  55. package/dist/confirm/confirm.d.ts +10 -0
  56. package/dist/confirm/index.cjs +1 -0
  57. package/dist/confirm/index.d.ts +5 -0
  58. package/dist/confirm/index.js +59 -0
  59. package/dist/cursorList/OneCursorList.vue.d.ts +2 -0
  60. package/dist/cursorList/index.cjs +1 -0
  61. package/dist/cursorList/index.d.ts +3 -0
  62. package/dist/cursorList/index.js +78 -0
  63. package/dist/dataTable/index.cjs +1 -1
  64. package/dist/dataTable/index.js +256 -301
  65. package/dist/dateTime/OneDateTime.vue.d.ts +2 -0
  66. package/dist/dateTime/dateTime.d.ts +43 -0
  67. package/dist/dateTime/index.cjs +1 -0
  68. package/dist/dateTime/index.d.ts +3 -0
  69. package/dist/dateTime/index.js +66 -0
  70. package/dist/dropdown/index.cjs +1 -1
  71. package/dist/dropdown/index.js +302 -376
  72. package/dist/dropdown-5cb64ab7.cjs +1 -0
  73. package/dist/dropdown-c81fb945.js +101 -0
  74. package/dist/entityPicker/index.cjs +1 -1
  75. package/dist/entityPicker/index.js +57 -57
  76. package/dist/entityPicker/useEntityModal.d.ts +7 -3
  77. package/dist/errorsPage/OneCrashScreen.vue.d.ts +2 -0
  78. package/dist/errorsPage/OneErrorHero.vue.d.ts +2 -0
  79. package/dist/errorsPage/OneNotFoundPage.vue.d.ts +2 -0
  80. package/dist/errorsPage/OneServerErrorPage.vue.d.ts +2 -0
  81. package/dist/errorsPage/OneSnakeGame.vue.d.ts +2 -0
  82. package/dist/errorsPage/createAppErrorHandler.d.ts +24 -0
  83. package/dist/errorsPage/errorsType.d.ts +5 -0
  84. package/dist/errorsPage/index.cjs +1 -1
  85. package/dist/errorsPage/index.d.ts +8 -0
  86. package/dist/errorsPage/index.js +543 -28
  87. package/dist/errorsPage/useCrashState.d.ts +10 -0
  88. package/dist/fileUpload/OneDropzone.vue.d.ts +2 -0
  89. package/dist/fileUpload/OneFileUpload.vue.d.ts +2 -0
  90. package/dist/fileUpload/fileUpload.d.ts +17 -0
  91. package/dist/fileUpload/index.cjs +1 -0
  92. package/dist/fileUpload/index.d.ts +6 -0
  93. package/dist/fileUpload/index.js +228 -0
  94. package/dist/filterBuilder/OneFilterBuilder.vue.d.ts +2 -0
  95. package/dist/filterBuilder/OneFilterGroup.vue.d.ts +2 -0
  96. package/dist/filterBuilder/OneFilterRule.vue.d.ts +2 -0
  97. package/dist/filterBuilder/filterBuilder.d.ts +17 -0
  98. package/dist/filterBuilder/index.cjs +1 -0
  99. package/dist/filterBuilder/index.d.ts +5 -0
  100. package/dist/filterBuilder/index.js +268 -0
  101. package/dist/form/form.d.ts +1 -1
  102. package/dist/form/index.cjs +1 -1
  103. package/dist/form/index.js +66 -574
  104. package/dist/i18n/index.cjs +1 -1
  105. package/dist/i18n/index.js +101 -15
  106. package/dist/index.cjs +1 -1
  107. package/dist/index.d.ts +18 -0
  108. package/dist/index.js +244 -104
  109. package/dist/indicators/OneStatCard.vue.d.ts +2 -0
  110. package/dist/indicators/index.cjs +1 -1
  111. package/dist/indicators/index.d.ts +1 -0
  112. package/dist/indicators/index.js +66 -29
  113. package/dist/label/index.cjs +1 -1
  114. package/dist/label/index.js +5 -5
  115. package/dist/layout/LogoOneb.vue.d.ts +2 -0
  116. package/dist/layout/OneAuthLayout.vue.d.ts +2 -0
  117. package/dist/layout/OneBackButton.vue.d.ts +2 -0
  118. package/dist/layout/OneBreadcrumbs.vue.d.ts +2 -0
  119. package/dist/layout/OneEmptyLayout.vue.d.ts +6 -0
  120. package/dist/layout/OneGridLayout.vue.d.ts +2 -0
  121. package/dist/layout/index.cjs +1 -1
  122. package/dist/layout/index.d.ts +7 -1
  123. package/dist/layout/index.js +1059 -765
  124. package/dist/layout/layout.d.ts +11 -0
  125. package/dist/modal/OneModalHost.vue.d.ts +2 -0
  126. package/dist/modal/index.cjs +1 -1
  127. package/dist/modal/index.d.ts +3 -0
  128. package/dist/modal/index.js +84 -27
  129. package/dist/modal/modal.d.ts +9 -0
  130. package/dist/modal/useModalStack.d.ts +20 -0
  131. package/dist/notifications/OneNotificationItem.vue.d.ts +2 -0
  132. package/dist/notifications/OneNotificationsBell.vue.d.ts +2 -0
  133. package/dist/notifications/OneNotificationsPanel.vue.d.ts +2 -0
  134. package/dist/notifications/index.cjs +1 -0
  135. package/dist/notifications/index.d.ts +7 -0
  136. package/dist/notifications/index.js +477 -0
  137. package/dist/notifications/notifications.d.ts +53 -0
  138. package/dist/notifications/useNotifyfeed.d.ts +32 -0
  139. package/dist/periodPicker/index.cjs +1 -1
  140. package/dist/periodPicker/index.js +126 -139
  141. package/dist/popover/OnePopover.vue.d.ts +2 -0
  142. package/dist/popover/index.cjs +1 -0
  143. package/dist/popover/index.d.ts +3 -0
  144. package/dist/popover/index.js +104 -0
  145. package/dist/popover/popover.d.ts +31 -0
  146. package/dist/progress/OneProgress.vue.d.ts +2 -0
  147. package/dist/progress/index.cjs +1 -0
  148. package/dist/progress/index.d.ts +3 -0
  149. package/dist/progress/index.js +74 -0
  150. package/dist/progress/progress.d.ts +32 -0
  151. package/dist/searchInput/OneSearchInput.vue.d.ts +2 -0
  152. package/dist/searchInput/index.cjs +1 -0
  153. package/dist/searchInput/index.d.ts +3 -0
  154. package/dist/searchInput/index.js +103 -0
  155. package/dist/searchInput/searchInput.d.ts +39 -0
  156. package/dist/settings/OneSettingsLayout.vue.d.ts +2 -0
  157. package/dist/settings/OneSettingsRow.vue.d.ts +2 -0
  158. package/dist/settings/OneSettingsSection.vue.d.ts +2 -0
  159. package/dist/settings/index.cjs +1 -0
  160. package/dist/settings/index.d.ts +4 -0
  161. package/dist/settings/index.js +116 -0
  162. package/dist/spinner/OneSpinner.vue.d.ts +2 -0
  163. package/dist/spinner/index.cjs +1 -0
  164. package/dist/spinner/index.d.ts +3 -0
  165. package/dist/spinner/index.js +30 -0
  166. package/dist/spinner/spinner.d.ts +10 -0
  167. package/dist/stageBadge/index.cjs +1 -1
  168. package/dist/stageBadge/index.js +18 -16
  169. package/dist/stepper/OneStepper.vue.d.ts +2 -0
  170. package/dist/stepper/index.cjs +1 -0
  171. package/dist/stepper/index.d.ts +3 -0
  172. package/dist/stepper/index.js +53 -0
  173. package/dist/stepper/stepper.d.ts +24 -0
  174. package/dist/style.css +1 -1
  175. package/dist/switch/index.cjs +1 -1
  176. package/dist/switch/index.js +3 -4
  177. package/dist/tabs/OneTab.vue.d.ts +2 -0
  178. package/dist/tabs/OneTabs.vue.d.ts +2 -0
  179. package/dist/tabs/index.cjs +1 -0
  180. package/dist/tabs/index.d.ts +4 -0
  181. package/dist/tabs/index.js +64 -0
  182. package/dist/tabs/tabs.d.ts +7 -0
  183. package/dist/toast/OneMascotToast.vue.d.ts +2 -0
  184. package/dist/toast/RabbitIcon.vue.d.ts +2 -0
  185. package/dist/toast/index.cjs +1 -1
  186. package/dist/toast/index.d.ts +4 -0
  187. package/dist/toast/index.js +139 -74
  188. package/dist/toast/useMascotToast.d.ts +12 -0
  189. package/dist/tooltip/OneTooltip.vue.d.ts +2 -0
  190. package/dist/tooltip/index.cjs +2 -2
  191. package/dist/tooltip/index.d.ts +1 -0
  192. package/dist/tooltip/index.js +33 -30
  193. package/dist/useConfirm-6344b49d.cjs +1 -0
  194. package/dist/useConfirm-74e99a5c.js +23 -0
  195. package/dist/useCursorList-5c1b57aa.js +62 -0
  196. package/dist/useCursorList-e1cb41e7.cjs +1 -0
  197. package/dist/useElementWidth-b36a7ce9.js +40 -0
  198. package/dist/useElementWidth-b3e53f48.cjs +1 -0
  199. package/dist/useFileUpload-228dbc07.js +24 -0
  200. package/dist/useFileUpload-f47622bb.cjs +1 -0
  201. package/dist/useIsMobile-7b1f08cf.cjs +1 -0
  202. package/dist/useIsMobile-98fc0cf9.js +7 -0
  203. package/dist/useMediaQuery-1d87df02.cjs +1 -0
  204. package/dist/useMediaQuery-77a19b18.js +37 -0
  205. package/dist/useModal-6a5d870b.js +30 -0
  206. package/dist/useModal-aa6f4a57.cjs +1 -0
  207. package/dist/userList/OneUserInviteModal.vue.d.ts +2 -0
  208. package/dist/userList/OneUserList.vue.d.ts +2 -0
  209. package/dist/userList/OneUserListItem.vue.d.ts +2 -0
  210. package/dist/userList/index.cjs +1 -0
  211. package/dist/userList/index.d.ts +4 -0
  212. package/dist/userList/index.js +559 -0
  213. package/dist/utils/clipboard.d.ts +6 -0
  214. package/dist/utils/format.d.ts +17 -0
  215. package/dist/utils/index.cjs +1 -0
  216. package/dist/utils/index.d.ts +4 -0
  217. package/dist/utils/index.js +125 -0
  218. package/dist/utils/string.d.ts +25 -0
  219. package/dist/utils/versionChecker.d.ts +26 -0
  220. package/package.json +215 -24
  221. package/dist/ChevronRightIcon-7a2f0c20.cjs +0 -1
  222. package/dist/OneHelpMenu-c6e88d8f.cjs +0 -1
  223. package/dist/OneMarkdown.vue_vue_type_style_index_0_lang-0ea8fbf8.cjs +0 -1
  224. package/dist/OneMarkdown.vue_vue_type_style_index_0_lang-4ed993c7.js +0 -1
  225. package/dist/SpinnerIcon-ccb6f3fc.cjs +0 -1
  226. package/dist/SpinnerIcon.vue_vue_type_style_index_0_lang-0ea8fbf8.cjs +0 -1
  227. package/dist/SpinnerIcon.vue_vue_type_style_index_0_lang-4ed993c7.js +0 -1
  228. package/dist/useModal-0c73777f.cjs +0 -1
  229. package/dist/useModal-7fe9444b.js +0 -194
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),C=require("../XMarkIcon-f94baa4c.cjs"),d=require("../NoSymbolIcon-e84375bb.cjs"),y=require("../InformationCircleIcon-d6b67d5d.cjs"),v={variant:{type:String,default:"success"},title:{type:String,required:!0},message:{type:String,required:!0},compact:{type:Boolean,default:!1},timeout:{type:Number,default:5e3},icon:{type:[Function,Object]}},w=["rounded-10","overflow-hidden","shadow-[0px_0px_15px_0px_rgba(0,_0,_0,_0.20)]"],N="px-4 pt-4 pb-[18px]",V="px-4 py-5",_={success:["bg-success-base","text-white"],warning:["bg-warning-base","text-black"],critical:["bg-danger-base","text-white"],info:["bg-light-base","text-black"]},E=(o="success",n=!1)=>{const t=[...w];return t.push(n?V:N),t.push(..._[o]??[]),t},T={class:"flex gap-4 items-center"},B={class:"flex flex-1 gap-2 items-center"},I={class:"flex-1 font-semibold text-xl leading-[1.25]"},S={key:0,class:"flex"},q={class:"flex-1 text-base leading-[1.5]"},z={key:0,class:"flex"},M={class:"flex gap-2.5"},D=e.defineComponent({__name:"OneToast",props:v,emits:["close"],setup(o,{emit:n}){const t=o,i=n,a={success:"text-white",warning:"text-black",critical:"text-white",info:"text-primary-base"},r={success:"text-white",warning:"text-black",critical:"text-white",info:"text-black"},g={success:d.render,warning:d.render$1,critical:d.render$2,info:y.render},b=e.computed(()=>a[t.variant]),x=e.computed(()=>r[t.variant]),h=e.computed(()=>t.icon??g[t.variant]),k=e.computed(()=>E(t.variant,t.compact)),l=e.ref(null),m=e.ref(!0),p=()=>{t.timeout&&(l.value=setTimeout(()=>{u()},t.timeout))},f=()=>{l.value&&(clearTimeout(l.value),l.value=null)},u=()=>{f(),m.value=!1,i("close")};return e.onMounted(()=>{p()}),(s,c)=>m.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(k.value),onMouseenter:f,onMouseleave:p},[e.createElementVNode("div",{class:e.normalizeClass(["flex flex-col",s.compact?"":"gap-4"])},[e.createElementVNode("div",{class:e.normalizeClass(["flex flex-col",s.compact?"":"gap-3"])},[e.createElementVNode("div",T,[e.createElementVNode("div",B,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(h.value),{class:e.normalizeClass([b.value,"h-7 w-7 shrink-0"])},null,8,["class"])),e.createElementVNode("h3",I,e.toDisplayString(s.title),1)]),e.createElementVNode("button",{onClick:u,class:e.normalizeClass([x.value,"shrink-0"])},[e.createVNode(e.unref(C.render),{class:"h-6 w-6"})],2)]),!s.compact&&s.message?(e.openBlock(),e.createElementBlock("div",S,[c[0]||(c[0]=e.createElementVNode("div",{class:"w-[36px] shrink-0"},null,-1)),e.createElementVNode("p",q,e.toDisplayString(s.message),1)])):e.createCommentVNode("",!0)],2),!s.compact&&s.$slots.button?(e.openBlock(),e.createElementBlock("div",z,[c[1]||(c[1]=e.createElementVNode("div",{class:"w-[32px] shrink-0"},null,-1)),e.createElementVNode("div",M,[e.renderSlot(s.$slots,"button",{hideBlock:u})])])):e.createCommentVNode("",!0)],2)],34)):e.createCommentVNode("",!0)}});function O(){const o=e.ref([]);function n(a,r={message:""}){o.value.push({title:a,...r})}function t(a){o.value.splice(a,1)}function i(){o.value=[]}return{toasts:o,notify:n,close:t,closeAll:i}}exports.OneToast=D;exports.toastProps=v;exports.useToast=O;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("vue"),u=require("../XMarkIcon-f94baa4c.cjs"),M=require("../_plugin-vue_export-helper-f246444f.cjs"),c=require("../NoSymbolIcon-e84375bb.cjs"),F=require("../InformationCircleIcon-d6b67d5d.cjs"),m={variant:{type:String,default:"success"},title:{type:String,required:!0},message:{type:String,required:!0},compact:{type:Boolean,default:!1},timeout:{type:Number,default:5e3},icon:{type:[Function,Object]}},_=["rounded-10","overflow-hidden","shadow-[0px_0px_15px_0px_rgba(0,_0,_0,_0.20)]"],y="px-4 pt-4 pb-[18px]",A="px-4 py-5",V={success:["bg-success-base","text-white"],warning:["bg-warning-base","text-black"],critical:["bg-danger-base","text-white"],info:["bg-light-base","text-black"]},b=(e="success",a=!1)=>{const t=[..._];return t.push(a?A:y),t.push(...V[e]??[]),t},x={class:"flex gap-4 items-center"},k={class:"flex flex-1 gap-2 items-center"},E={class:"flex-1 font-semibold text-xl leading-[1.25]"},N={key:0,class:"flex"},T={class:"flex-1 text-base leading-[1.5]"},I={key:0,class:"flex"},S={class:"flex gap-2.5"},$=C.defineComponent({__name:"OneToast",props:m,emits:["close"],setup(e,{emit:a}){const t=e,o=a,l={success:"text-white",warning:"text-black",critical:"text-white",info:"text-primary-base"},s={success:"text-white",warning:"text-black",critical:"text-white",info:"text-black"},g={success:c.render,warning:c.render$1,critical:c.render$2,info:F.render},L=C.computed(()=>l[t.variant]),v=C.computed(()=>s[t.variant]),B=C.computed(()=>t.icon??g[t.variant]),w=C.computed(()=>b(t.variant,t.compact)),p=C.ref(null),d=C.ref(!0),r=()=>{t.timeout&&(p.value=setTimeout(()=>{h()},t.timeout))},f=()=>{p.value&&(clearTimeout(p.value),p.value=null)},h=()=>{f(),d.value=!1,o("close")};return C.onMounted(()=>{r()}),(i,n)=>d.value?(C.openBlock(),C.createElementBlock("div",{key:0,class:C.normalizeClass(w.value),onMouseenter:f,onMouseleave:r},[C.createElementVNode("div",{class:C.normalizeClass(["flex flex-col",i.compact?"":"gap-4"])},[C.createElementVNode("div",{class:C.normalizeClass(["flex flex-col",i.compact?"":"gap-3"])},[C.createElementVNode("div",x,[C.createElementVNode("div",k,[(C.openBlock(),C.createBlock(C.resolveDynamicComponent(B.value),{class:C.normalizeClass([L.value,"h-7 w-7 shrink-0"])},null,8,["class"])),C.createElementVNode("h3",E,C.toDisplayString(i.title),1)]),C.createElementVNode("button",{onClick:h,class:C.normalizeClass([v.value,"shrink-0"])},[C.createVNode(C.unref(u.render),{class:"h-6 w-6"})],2)]),!i.compact&&i.message?(C.openBlock(),C.createElementBlock("div",N,[n[0]||(n[0]=C.createElementVNode("div",{class:"w-[36px] shrink-0"},null,-1)),C.createElementVNode("p",T,C.toDisplayString(i.message),1)])):C.createCommentVNode("",!0)],2),!i.compact&&i.$slots.button?(C.openBlock(),C.createElementBlock("div",I,[n[1]||(n[1]=C.createElementVNode("div",{class:"w-[32px] shrink-0"},null,-1)),C.createElementVNode("div",S,[C.renderSlot(i.$slots,"button",{hideBlock:h})])])):C.createCommentVNode("",!0)],2)],34)):C.createCommentVNode("",!0)}});function O(){const e=C.ref([]);function a(l,s={message:""}){e.value.push({title:l,...s})}function t(l){e.value.splice(l,1)}function o(){e.value=[]}return{toasts:e,notify:a,close:t,closeAll:o}}const H={},q={width:"83",height:"158",viewBox:"0 0 83 158",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function z(e,a){return C.openBlock(),C.createElementBlock("svg",q,[...a[0]||(a[0]=[C.createStaticVNode('<ellipse opacity="0.1" cx="39.5" cy="148.5" rx="39.5" ry="9.5" fill="black"></ellipse><g clip-path="url(#clip0_1635_13955)"><path d="M40.2944 103.945C20.0292 101.439 16.9842 92.5512 14.0031 89.5163C11.3573 86.4387 7.75849 86.1182 4.98621 87.6179C1.9931 89.237 0.671432 93.2436 2.64214 97.9795C5.58329 105.08 18.1018 117.781 34.7412 117.773L40.2949 103.945L40.2944 103.945Z" fill="#C97043"></path><path d="M2.11914 96.4801C2.25578 96.9707 2.42995 97.4705 2.64212 97.9808C5.40044 104.637 16.58 116.221 31.6803 117.632C32.6839 117.726 33.7039 117.774 34.7403 117.774L40.2939 103.946C20.0287 101.44 16.9837 92.5515 14.0031 89.5161C11.3578 86.4385 7.75847 86.1185 4.98523 87.6177C2.31448 89.0628 0.974049 92.4097 2.11914 96.4805V96.4801Z" fill="white"></path><g opacity="0.15"><path d="M2.11914 96.4795C2.25578 96.9701 2.42995 97.4699 2.64213 97.9802C5.40045 104.636 16.58 116.22 31.6803 117.631C32.1446 114.341 32.6011 110.685 32.5333 110.564C32.4087 110.341 29.4805 113.707 21.4813 111.799C14.3379 110.097 4.92509 103.287 2.11866 96.4795H2.11914Z" fill="#000072"></path></g><path d="M34.7244 118.474C35.1141 118.479 35.4447 118.166 35.4447 117.773C35.4447 117.385 35.129 117.072 34.7408 117.072C34.7379 117.072 34.7297 117.072 34.7244 117.072C25.6234 117.072 18.4155 113.213 13.9699 109.976C8.05344 105.667 4.5205 100.676 3.29265 97.712C1.58994 93.6196 2.40545 89.8113 5.32206 88.2339C8.08038 86.7418 11.278 87.4237 13.4681 89.9718C13.4782 89.9833 13.4888 89.9948 13.4998 90.0063C13.9559 90.4706 14.4337 91.1088 14.9875 91.8481C17.9734 95.8351 22.9704 102.509 40.2079 104.64C40.5932 104.688 40.9454 104.415 40.9935 104.031C41.0417 103.647 40.7674 103.296 40.3815 103.249C23.7402 101.191 18.9679 94.8179 16.1162 91.0101C15.5389 90.2387 15.039 89.5717 14.5227 89.0427C11.8828 85.9857 8.01014 85.1841 4.64993 87.002C1.06695 88.9397 -0.00115967 93.4595 1.9912 98.2481C4.91311 105.302 17.5149 118.473 34.7244 118.474Z" fill="#000072"></path><path d="M8.0205 98.7186C6.32169 98.0241 5.50991 96.0895 6.20734 94.3977C6.90476 92.7059 8.8473 91.8975 10.5461 92.592C12.2449 93.2866 13.0567 95.2211 12.3593 96.9129C11.6618 98.6047 9.71931 99.4132 8.0205 98.7186Z" fill="#FFABAB"></path><path d="M3.15789 93.4309C3.13258 92.7092 3.69956 92.1037 4.42427 92.0785C5.14898 92.0533 5.75699 92.618 5.7823 93.3397C5.80761 94.0614 5.24063 94.6669 4.51592 94.6921C3.79121 94.7173 3.1832 94.1527 3.15789 93.4309Z" fill="#FFABAB"></path><path d="M9.83759 91.7585C9.14959 91.5303 8.7776 90.7899 9.00674 90.1047C9.23587 89.4195 9.97936 89.0491 10.6674 89.2773C11.3554 89.5054 11.7273 90.2459 11.4982 90.931C11.2691 91.6162 10.5256 91.9867 9.83759 91.7585Z" fill="#FFABAB"></path><path d="M6.6782 91.9082C5.95305 91.9082 5.3652 91.3227 5.3652 90.6006C5.3652 89.8784 5.95305 89.293 6.6782 89.293C7.40336 89.293 7.99121 89.8784 7.99121 90.6006C7.99121 91.3227 7.40336 91.9082 6.6782 91.9082Z" fill="#FFABAB"></path><path d="M15.4767 148.365C17.0221 148.548 22.52 147.506 23.9336 147.437C26.0284 147.334 30.0742 147.674 34.4453 148.408C34.4453 148.408 29.5118 131.509 29.5253 129.555C21.3465 127.601 13.4218 132.925 13.4218 132.925C13.4218 132.925 13.353 148.114 15.4767 148.365Z" fill="#777782"></path><path d="M13.7072 141.307C13.9728 144.871 14.4842 148.248 15.4768 148.365C17.0212 148.548 22.52 147.505 23.9336 147.436C26.0284 147.334 30.0747 147.675 34.4463 148.408C34.4463 148.408 29.5123 131.509 29.5263 129.555C28.091 129.212 26.6621 129.092 25.2846 129.131C18.8091 129.305 13.4228 132.925 13.4228 132.925C13.4228 132.925 13.4041 137.24 13.7072 141.307Z" fill="white"></path><g opacity="0.15"><path d="M13.7072 141.307C13.9728 144.871 14.4842 148.248 15.4768 148.365C17.0212 148.548 22.52 147.505 23.9336 147.436C26.0284 147.334 30.0747 147.675 34.4463 148.408C34.4463 148.408 29.5123 131.509 29.5263 129.555C28.091 129.212 26.6621 129.092 25.2846 129.131C24.9656 130.971 24.4686 134.224 24.115 138.378C23.7758 142.372 19.7372 140.402 19.2089 137.79C18.6618 135.084 17.3017 134.299 17.3017 134.299C17.3017 134.299 15.446 137.84 13.7072 141.307V141.307Z" fill="#000072"></path></g><path d="M34.4463 149.109C34.6455 149.109 34.8374 149.025 34.9722 148.875C35.1333 148.694 35.1901 148.444 35.1223 148.212C33.1506 141.459 30.221 130.918 30.2301 129.559C30.2321 129.233 30.0088 128.949 29.6903 128.873C21.3076 126.87 13.3627 132.119 13.0288 132.343C12.8358 132.473 12.7194 132.689 12.7184 132.921C12.7184 132.96 12.704 136.787 12.9508 140.595C13.4204 147.836 14.4029 148.943 15.394 149.061C16.465 149.188 18.9948 148.818 21.2263 148.491C22.3872 148.321 23.4837 148.16 23.9687 148.136C26.1444 148.029 30.2123 148.408 34.3289 149.099C34.3679 149.106 34.4073 149.109 34.4458 149.109L34.4463 149.109ZM24.7496 146.717C24.4431 146.717 24.1592 146.723 23.8999 146.736C23.3471 146.763 22.2694 146.921 21.0218 147.104C19.1319 147.381 16.5574 147.759 15.6201 147.675C15.4551 147.513 14.7084 146.438 14.3283 140.051C14.1551 137.146 14.1301 134.316 14.1272 133.311C15.6095 132.412 22.1563 128.768 28.8786 130.129C29.3314 133.144 32.4039 143.886 33.4614 147.538C30.1166 147.02 26.8916 146.717 24.7501 146.717L24.7496 146.717Z" fill="#000072"></path><path d="M19.3936 144.91C18.6156 146.836 17.3064 148.664 13.9938 148.325C9.1729 147.831 4.91442 139.959 6.03209 133.871C6.86156 129.353 12.0501 128.351 15.4502 131.011C17.0529 132.264 18.5737 135.184 19.3936 139.042V144.91V144.91Z" fill="#777782"></path><path d="M7.43649 142.519C8.95349 145.643 11.3914 148.059 13.9929 148.324C17.3069 148.663 18.6156 146.836 19.3926 144.91V139.042C19.3498 138.843 19.3055 138.646 19.2612 138.452L19.2593 138.45C18.4173 134.886 16.9686 132.2 15.4497 131.01C12.0501 128.351 6.86058 129.353 6.03159 133.87C5.51726 136.674 6.14273 139.853 7.43601 142.519H7.43649Z" fill="white"></path><g opacity="0.3"><path d="M5.87282 136.632C5.89687 136.171 5.9498 135.715 6.03159 135.269C6.8601 130.752 12.0501 129.75 15.4497 132.409C16.9682 133.598 18.5501 135.478 19.3926 139.042C19.3498 138.843 19.3055 138.646 19.2612 138.452L19.2593 138.45C18.4173 134.886 16.9686 132.2 15.4497 131.01C12.0501 128.351 6.86058 129.353 6.03159 133.87C5.86753 134.762 5.81989 135.693 5.87282 136.632Z" fill="white"></path></g><g opacity="0.15"><path d="M7.43649 142.519C8.95349 145.643 11.3914 148.059 13.9929 148.324C17.3069 148.663 18.6156 146.835 19.3926 144.91V139.042C19.3498 138.843 19.3055 138.646 19.2612 138.452L18.9009 137.48C19.1857 138.96 17.4373 145.993 12.9647 146.213C10.8386 146.317 8.92799 144.59 7.43649 142.52V142.519Z" fill="#000072"></path></g><path d="M9.0488 142.364C8.32896 139.947 9.08427 137.592 10.7358 137.104C12.3874 136.616 14.3098 138.18 15.0296 140.597C15.7495 143.014 14.9942 145.369 13.3426 145.857C11.691 146.345 9.76864 144.781 9.0488 142.364Z" fill="#FFABAB"></path><path d="M6.44784 136.912C6.18347 136.024 6.46108 135.159 7.0679 134.98C7.67472 134.801 8.38095 135.375 8.64533 136.263C8.9097 137.15 8.63211 138.015 8.02529 138.195C7.41847 138.374 6.71222 137.8 6.44784 136.912Z" fill="#FFABAB"></path><path d="M12.4225 135.858C12.1581 134.97 12.4357 134.106 13.0425 133.926C13.6493 133.747 14.3556 134.321 14.6199 135.209C14.8843 136.097 14.6067 136.962 13.9999 137.141C13.3931 137.32 12.6868 136.746 12.4225 135.858Z" fill="#FFABAB"></path><path d="M9.03539 134.918C8.742 133.933 9.04998 132.973 9.72329 132.774C10.3966 132.575 11.1803 133.213 11.4737 134.198C11.767 135.183 11.4591 136.143 10.7858 136.342C10.1124 136.54 9.32878 135.903 9.03539 134.918Z" fill="#FFABAB"></path><path d="M72.9645 137.854C73.5429 140.118 73.2422 142.658 71.4966 144.541C67.483 148.869 61.6638 146.685 61.6638 146.685L58.2564 137.577C59.3187 137.871 60.5365 136.691 61.9736 135.391C63.7172 133.812 65.7822 132.055 68.2812 132.537C70.4338 132.954 72.2953 135.217 72.9645 137.854V137.854Z" fill="white"></path><g opacity="0.3"><path d="M65.4593 134.819C67.0687 132.953 70.4905 135.038 70.1104 136.355C69.8564 137.235 68.6516 136.142 66.8758 135.869C65.7976 135.704 65.0783 135.261 65.4593 134.819V134.819Z" fill="white"></path></g><g opacity="0.15"><path d="M72.9645 137.854C73.5429 140.118 73.2422 142.658 71.4966 144.541C67.483 148.87 61.6638 146.685 61.6638 146.685L58.2564 137.577C59.3187 137.871 60.5365 136.692 61.9736 135.392C62.8719 135.926 64.8565 138.321 66.0661 141.443C67.1501 144.24 72.0706 142.42 72.9645 137.854V137.854Z" fill="#000072"></path></g><path d="M65.1193 147.949C67.2151 147.949 69.8416 147.359 72.0129 145.017C73.8966 142.986 74.4378 140.002 73.4611 137.037C72.56 134.302 70.5801 132.266 68.4165 131.849C65.4575 131.278 63.1342 133.389 61.2669 135.085C60.1896 136.063 59.0768 137.075 58.4446 136.902C58.0693 136.798 57.682 137.018 57.5785 137.391C57.4751 137.764 57.695 138.15 58.0698 138.253C59.4501 138.632 60.7314 137.469 62.2152 136.121C63.9343 134.559 65.8824 132.79 68.1485 133.226C69.7925 133.542 71.3894 135.25 72.1226 137.474C72.9381 139.949 72.5099 142.413 70.978 144.065C67.345 147.983 62.1305 146.111 61.9106 146.029C61.5464 145.895 61.1408 146.078 61.0052 146.44C60.869 146.802 61.0523 147.206 61.416 147.342C61.5421 147.389 63.0798 147.948 65.1193 147.948V147.949Z" fill="#000072"></path><path d="M19.3936 144.911C17.8188 146.856 16.4514 147.944 13.8947 147.529C9.28933 146.533 6.48146 140.203 6.58202 135.859C6.59212 134.192 6.96596 132.348 8.35642 131.304C9.96292 130.02 12.4792 130.078 14.2854 131.109C16.9306 132.598 18.2595 136.284 19.3931 139.043C19.1948 135.773 18.019 131.625 15.0249 129.846C12.7347 128.43 9.5453 128.342 7.38213 130.087C5.61302 131.453 5.09051 133.746 5.12227 135.852C5.14969 140.458 7.66985 146.583 12.0799 148.62C15.2419 149.949 19.192 148.743 19.3926 144.911L19.3936 144.911Z" fill="#000072"></path><path d="M48.2125 151.879C50.0008 152.088 51.2157 152.295 52.3757 152.105C56.1434 151.485 59.0095 150.152 61.0558 147.904C62.9991 145.773 64.2043 142.818 64.7456 138.869C64.7566 138.789 64.7672 138.71 64.7754 138.631C64.3236 139.947 63.7467 141.015 63.0212 141.37C62.1975 141.771 61.3233 141.985 60.1383 141.771C58.1497 141.411 51.2816 148.555 48.2125 151.879Z" fill="#B25B36"></path><path d="M24.9722 133.874C24.9722 133.874 25.2426 136.703 25.8887 139.663C26.5782 142.817 27.2691 144.421 27.2691 144.421C30.0106 150.442 42.1817 151.39 46.166 151.681C49.1687 151.901 50.8214 152.361 52.3764 152.106C58.8375 151.044 62.5662 147.871 64.1944 141.61C64.4181 140.754 64.6014 139.842 64.7472 138.869C66.3576 128.132 60.1952 117.974 57.5904 110.023C56.9818 108.165 56.5675 106.428 56.4905 104.832C56.0339 95.2328 36.0257 99.2079 33.302 104.046L32.8872 107.109L32.5341 109.719C29.6242 119.28 25.6987 125.561 25.0246 131.172C24.9149 132.088 24.8909 132.984 24.9722 133.874V133.874Z" fill="white"></path><path d="M56.7981 131.379C54.7196 130.295 58.1371 123.207 57.0535 117.522C56.4233 114.216 44.0452 134.951 44.0452 134.951" fill="#EFEFEF"></path><g opacity="0.15"><path d="M23.153 98.6636C25.8083 100.287 29.3186 101.789 34.2445 102.928C39.0442 98.6664 56.07 95.9847 56.491 104.83C56.5675 106.426 56.9822 108.164 57.5908 110.021C53.5758 110.819 45.9311 110.909 38.7007 109.083L38.6877 109.116C37.6032 108.825 36.5394 108.498 35.5055 108.133C34.614 107.825 33.7383 107.485 32.8881 107.107L32.8901 107.092C28.6494 105.196 25.1371 102.497 23.1534 98.6631L23.153 98.6636Z" fill="#000072"></path></g><g opacity="0.15"><path d="M24.9721 133.873C24.9721 133.873 25.2425 136.702 25.8887 139.663C26.5781 142.817 27.269 144.42 27.269 144.42C30.0105 150.442 42.1817 151.389 46.1659 151.681C49.1686 151.901 50.8213 152.36 52.3763 152.106C58.8374 151.044 62.5662 147.871 64.1943 141.61C63.1171 142.064 61.8267 142.204 60.1398 141.771C57.7395 141.156 50.9507 132.364 42.8143 137.12C36.3951 140.872 26.1831 139.485 25.025 131.172C24.9153 132.088 24.8913 132.984 24.9726 133.874L24.9721 133.873Z" fill="#000072"></path></g><path d="M26.2702 134.713C26.2865 135.698 26.3842 136.691 26.5843 137.681C29.3802 151.542 48.1582 148.055 50.5494 147.236C53.1422 146.349 53.1408 141.88 52.1492 136.698C49.4284 135.518 46.2409 135.117 42.8143 137.12C37.4483 140.256 29.4341 139.802 26.2702 134.713Z" fill="#E0B299"></path><path d="M30.6208 119.345C29.0879 123.103 25.1268 130.457 26.5836 137.682C29.3785 151.543 48.1575 148.056 50.5487 147.237C57.3279 144.915 46.3687 118.105 46.3687 118.105C46.3687 118.105 45.2217 112.36 39.8999 111.318C34.4015 110.241 32.4164 114.944 30.6213 119.345H30.6208Z" fill="#EFEFEF"></path><g opacity="0.15"><path d="M26.2702 134.713C26.2865 135.698 26.3842 136.691 26.5843 137.681C29.3802 151.542 48.1582 148.055 50.5494 147.236C53.1422 146.349 53.1408 141.88 52.1492 136.698C49.4284 135.518 46.2409 135.117 42.8143 137.12C37.4483 140.256 29.4341 139.802 26.2702 134.713Z" fill="#000072"></path></g><path d="M33.3026 104.045C34.1094 103.221 35.0962 102.731 36.1201 102.26C40.1625 100.474 44.6621 99.478 49.088 99.8292C52.1369 100.066 55.5958 101.369 55.7233 104.86C55.8628 107.251 56.5931 109.507 57.3971 111.717C58.9959 116.017 60.9512 120.14 62.3624 124.48C63.7572 128.728 64.6165 133.223 64.1512 137.679C63.7629 140.939 62.9373 144.255 60.8824 146.844C58.8342 149.434 55.7146 150.736 52.4631 151.277C51.4003 151.487 50.3596 151.321 49.2727 151.199C48.1406 151.064 46.9566 150.943 45.8096 150.873C41.323 150.56 36.7706 149.945 32.6006 148.271C30.5322 147.426 28.5596 146.325 27.2692 144.42C28.6934 149 34.5641 150.664 38.7846 151.517C42.1982 152.238 45.6378 152.338 49.0774 152.791C50.1864 152.926 51.3849 153.079 52.5204 152.89C56.0894 152.336 59.8412 150.795 62.1122 147.812C65.624 143.232 66.2461 136.342 65.3786 130.809C64.3172 123.939 61.1778 117.653 58.7856 111.215C58.0327 109.096 57.3615 106.931 57.2566 104.786C57.2302 104.152 57.1229 103.506 56.9035 102.885C55.8257 99.7157 52.2553 98.4814 49.2318 98.2375C44.8396 97.7756 35.0202 99.4349 33.3021 104.044L33.3026 104.045Z" fill="#000072"></path><path d="M24.9713 133.874C25.2306 129.582 27.1306 125.827 28.7097 121.907C30.3354 117.982 31.8351 113.933 32.5332 109.718C31.6243 111.661 30.7891 113.604 29.9322 115.539C28.241 119.451 26.3935 123.29 25.2893 127.442C24.7654 129.531 24.5041 131.75 24.9708 133.874L24.9713 133.874Z" fill="#000072"></path><path d="M43.0271 145.076C43.0271 145.076 43.0311 145.082 43.0371 145.097C43.0311 145.085 43.0271 145.076 43.0271 145.076Z" fill="#F9D3B7"></path><path d="M32.8644 139.157C32.8524 143.496 36.8679 144.786 39.4097 144.475C43.2857 144.001 43.5902 140.885 46.1398 139.042C55.9644 131.797 57.0537 122.932 57.0537 114.779L45.8621 114.367C44.949 118.93 43.1957 123.481 39.6652 127.57C37.3144 130.293 33.2551 133.64 32.8856 138.63C32.8721 138.81 32.8644 138.986 32.8644 139.156V139.157Z" fill="white"></path><path d="M32.8644 139.157C32.8524 143.496 36.8679 144.787 39.4097 144.476C43.2857 144.002 43.5902 140.885 46.1398 139.042C55.9644 131.797 57.0537 122.933 57.0537 114.779C57.0537 114.779 56.6842 122.732 53.1041 128.892C50.9573 132.584 43.7495 137.674 42.1468 139.644C40.167 142.078 35.2215 142.694 32.8644 139.157Z" fill="#EFEFEF"></path><path d="M45.8616 114.368C44.3961 118.741 42.4933 122.974 39.5256 126.528C37.5487 128.912 35.094 131.082 33.5948 133.913C31.471 137.78 31.2579 143.102 36.1496 144.823C37.7969 145.4 39.644 145.43 41.2755 144.776C42.8988 144.159 43.9987 142.651 44.9489 141.367C45.4089 140.769 45.8766 140.233 46.4198 139.811L47.3493 139.104C52.1428 135.467 55.7239 130.146 56.7722 124.196C57.3592 121.085 57.3708 117.91 57.0523 114.78C56.9103 116.178 56.7107 118.059 56.5192 119.419C55.5006 127.089 52.5749 133.083 46.3813 137.872L45.4479 138.586C44.757 139.126 44.1965 139.783 43.7091 140.42C42.3095 142.353 41.2457 143.742 38.6904 143.777C37.3033 143.794 35.8575 143.338 34.8837 142.429C32.7181 140.365 33.5957 136.93 34.8645 134.599C36.3218 131.904 38.7847 129.871 40.7275 127.502C41.7504 126.263 42.6212 124.901 43.353 123.478C44.7998 120.646 45.6528 117.525 45.8612 114.369L45.8616 114.368Z" fill="#000072"></path><path d="M35.1271 137.85C34.0229 139.488 33.5423 142.003 34.4468 143.849L35.6318 143.091C35.0824 142.447 34.825 141.544 34.7663 140.677C34.7162 139.743 34.7562 138.728 35.1271 137.85Z" fill="#000072"></path><path d="M38.2546 138.773C37.2346 140.507 36.7414 142.917 37.5353 144.847L38.7598 144.155C38.5173 143.842 38.3292 143.448 38.1968 143.019C37.8119 141.665 37.8187 140.129 38.2546 138.774V138.773Z" fill="#000072"></path><path d="M44.1812 154.294C44.8081 154.375 51.7547 154.101 55.8337 149.465C55.8337 149.465 59.3233 146.244 60.1393 141.771C61.4682 134.486 57.0529 131.465 57.0529 131.465C49.5564 128.795 45.3051 136.544 45.3051 136.544C45.3051 136.544 45.18 137.807 45.0082 139.658C44.5391 144.732 43.7198 154.235 44.1812 154.294Z" fill="white"></path><g opacity="0.15"><path d="M44.1815 154.294C44.8084 154.375 51.755 154.101 55.834 149.466C55.834 149.466 59.3237 146.245 60.1396 141.771C60.1396 141.771 58.6669 141.483 56.8752 143.218C55.4679 144.58 54.1799 145.807 53.3201 143.783C52.4603 141.759 52.6355 140.632 51.6193 138.87C51.2161 138.17 48.3361 138.73 45.0091 139.659C44.54 144.733 43.7206 154.236 44.182 154.295L44.1815 154.294Z" fill="#000072"></path></g><path d="M55.8335 149.466C53.7281 150.948 51.5433 151.992 49.1175 152.724C47.6548 153.167 46.1287 153.538 44.5963 153.599C44.5289 153.601 44.3422 153.604 44.2749 153.599C44.4736 153.615 44.7223 153.786 44.7873 153.991C44.7151 153.371 44.7574 152.606 44.7781 151.9C45.0235 146.813 45.5249 141.693 46.0045 136.614L45.9218 136.881C46.057 136.685 46.2336 136.452 46.3962 136.24C48.1942 133.897 50.6195 131.843 53.6473 131.433C54.7688 131.259 55.9067 131.325 57.0527 131.466C54.9848 130.148 52.1669 130.061 49.9397 131.116C47.6692 132.151 45.8159 134 44.6867 136.209C44.271 138.82 44.1782 141.505 43.9034 144.144C43.6686 147.373 43.3073 150.572 43.3578 153.837C43.3752 154.075 43.3939 154.346 43.5108 154.574C43.609 154.787 43.8524 154.964 44.0949 154.99L44.1074 154.992L44.2085 155.001C48.5771 154.996 53.5953 153.488 55.8335 149.466Z" fill="#000072"></path><path d="M43.0155 154.028C36.6362 152.139 39.0289 140.764 40.5945 137.825C42.6667 133.479 47.4814 132.772 50.4504 134.545C51.6561 135.264 55.0943 138.159 54.0974 143.999C53.0471 150.15 48.4022 155.59 43.0155 154.028V154.028Z" fill="white"></path><g opacity="0.3"><path d="M39.4106 141.354C39.6738 140.47 39.9605 139.736 40.2237 139.243C42.2959 134.896 47.1116 134.189 50.0806 135.962C51.2868 136.681 54.724 139.577 53.7281 145.417C53.692 145.63 53.6511 145.841 53.6049 146.052C53.8132 145.383 53.9773 144.696 54.0971 143.998C55.095 138.158 51.6559 135.263 50.4497 134.544C47.4825 132.771 42.6664 133.479 40.5947 137.824C40.2016 138.562 39.7561 139.833 39.4106 141.354Z" fill="white"></path></g><path d="M43.0146 154.027C47.4304 155.308 51.3512 151.882 53.1963 147.214C51.0129 150.856 47.4925 153.033 43.6545 151.814C39.7896 150.586 38.8822 145.837 39.3864 141.46C38.3784 145.984 38.276 152.624 43.0146 154.027Z" fill="#EFEFEF"></path><path d="M44.8808 154.999C46.2731 154.999 47.6477 154.591 48.9372 153.787C51.8389 151.978 54.0819 148.272 54.7911 144.116C55.9655 137.238 51.3433 134.26 50.8121 133.943C49.0815 132.909 46.8327 132.658 44.7975 133.272C42.6849 133.908 40.9692 135.413 39.965 137.51C38.6511 139.991 37.1509 146.824 38.9537 151.107C39.7346 152.964 41.0336 154.172 42.8143 154.7C42.8157 154.7 42.8167 154.701 42.8182 154.701C43.5042 154.9 44.1947 154.999 44.8803 154.999H44.8808ZM47.0564 134.342C48.139 134.342 49.2003 134.616 50.0885 135.145C50.535 135.412 54.4211 137.921 53.4035 143.881C52.7593 147.654 50.7616 150.995 48.19 152.599C46.5936 153.594 44.9197 153.849 43.2141 153.355C41.8395 152.947 40.871 152.035 40.2528 150.565C38.6395 146.732 40.043 140.355 41.2165 138.154C41.2213 138.144 41.2261 138.135 41.2304 138.125C42.2952 135.892 43.9801 134.983 45.2055 134.614C45.8103 134.432 46.4367 134.342 47.0564 134.342V134.342Z" fill="#000072"></path><path d="M44.4573 151.027C42.3264 150.561 41.0691 148.049 41.6491 145.415C42.2291 142.782 44.4267 141.024 46.5576 141.489C48.6886 141.955 49.9458 144.467 49.3658 147.101C48.7858 149.734 46.5882 151.492 44.4573 151.027Z" fill="#FFABAB"></path><path d="M42.896 140.995C42.1132 140.824 41.6513 139.901 41.8644 138.933C42.0774 137.966 42.8848 137.32 43.6676 137.491C44.4504 137.662 44.9122 138.585 44.6992 139.553C44.4861 140.52 43.6788 141.166 42.896 140.995Z" fill="#FFABAB"></path><path d="M50.1948 143.335C49.412 143.164 48.9501 142.241 49.1632 141.273C49.3763 140.306 50.1836 139.66 50.9664 139.831C51.7492 140.002 52.2111 140.925 51.998 141.892C51.7849 142.86 50.9776 143.506 50.1948 143.335Z" fill="#FFABAB"></path><path d="M47.0524 140.812C46.1837 140.623 45.6711 139.599 45.9075 138.525C46.1439 137.452 47.0398 136.735 47.9085 136.925C48.7772 137.115 49.2898 138.139 49.0534 139.212C48.817 140.286 47.9211 141.002 47.0524 140.812Z" fill="#FFABAB"></path><path d="M14.8493 20.4927L25.6319 30.3584C25.6319 30.3584 28.5365 27.1318 32.2234 29.5127C39.079 33.9395 37.7001 50.0212 37.805 50.9963C37.9104 51.9714 42.6259 54.749 43.4713 51.5258C46.7343 39.0832 42.6418 28.8064 38.8856 24.174C35.1294 19.5416 14.8493 20.4927 14.8493 20.4927Z" fill="#FFABAB"></path><path d="M43.4716 51.526C42.6253 54.7497 37.9117 51.9706 37.8054 50.9965C37.713 50.1432 38.758 37.7135 34.422 31.6614C33.8043 30.797 33.0773 30.0654 32.2233 29.5129C28.5369 27.1315 25.6318 30.3591 25.6318 30.3591L14.8497 20.4939C14.8497 20.4939 35.1298 19.5418 38.886 24.1747C41.396 27.2705 44.0572 32.8885 44.571 39.989C44.8265 43.5117 44.5546 47.4 43.4716 51.5265V51.526Z" fill="#FFABAB"></path><path d="M44.5703 39.988C44.475 39.736 44.3721 39.4485 44.2629 39.1256C41.8336 31.9767 36.9555 30.3547 34.4213 31.6604C33.8036 30.796 33.0766 30.0644 32.2226 29.5119C28.5362 27.1305 25.6311 30.3581 25.6311 30.3581L14.849 20.4929C14.849 20.4929 35.1291 19.5408 38.8853 24.1737C41.3953 27.2695 44.0565 32.8875 44.5703 39.988Z" fill="#FF8A8A"></path><path d="M41.5492 53.74C42.8685 53.74 43.8096 53.0093 44.1526 51.7027C45.6321 46.0602 45.7514 40.2031 44.4971 34.7638C43.5166 30.5133 41.6714 26.4927 39.4337 23.7333C37.7469 21.6528 33.0597 20.3615 25.5026 19.8963C19.9888 19.5565 14.8672 19.7899 14.8167 19.7923C14.5328 19.8057 14.285 19.9873 14.1878 20.2537C14.0911 20.5196 14.1643 20.8177 14.3731 21.0093L25.1557 30.875C25.2942 31.0015 25.4776 31.0662 25.6662 31.059C25.8543 31.0499 26.0309 30.966 26.1564 30.8266C26.258 30.7155 28.7175 28.084 31.8405 30.1012C35.6217 32.5429 37.3947 39.2424 37.1113 50.0141C37.0944 50.6495 37.0887 50.9135 37.1055 51.0716C37.2224 52.1564 39.4809 53.5977 41.2711 53.7304C41.3654 53.7371 41.4583 53.741 41.5492 53.741V53.74ZM19.0218 21.1061C25.7965 21.1061 36.0037 21.7352 38.3377 24.6144C41.555 28.5823 46.1128 38.6775 42.7896 51.3486C42.6241 51.9801 42.2921 52.2834 41.7133 52.3318C40.4099 52.4425 38.7447 51.304 38.5032 50.8795C38.5003 50.7425 38.5095 50.3912 38.5181 50.051C38.8155 38.758 36.8265 31.6498 32.606 28.9249C29.7043 27.0504 27.0143 28.2239 25.6209 29.3973L16.5906 21.1349C17.3267 21.1176 18.1456 21.1071 19.0213 21.1071L19.0218 21.1061Z" fill="#000072"></path><path d="M43.9731 53.1933C49.6052 34.6032 45.5454 12.0674 26.0149 11.0368C11.619 10.2773 4.09892 28.4706 12.8791 34.5429C23.1055 40.2112 26.1102 24.7653 33.8082 24.9805C41.7594 25.6024 44.945 36.8658 42.1467 53.4678L43.9731 53.1933Z" fill="white"></path><g opacity="0.15"><path d="M35.5732 23.8136C35.0421 23.6766 34.4864 23.5846 33.9215 23.5405L33.885 23.5376L33.8484 23.5367C29.9666 23.4284 27.2786 26.39 24.679 29.2548C21.8312 32.3928 19.3721 35.1024 15.7016 34.1556C15.0506 33.9874 14.3602 33.7057 13.6477 33.3161C10.0849 30.8025 10.0964 26.1744 11.3021 22.668C10.7638 27.7973 12.2428 30.5097 15.1098 31.2725C22.0578 33.1216 23.4541 25.1361 30.2264 23.0925C33.0969 22.2262 35.5728 23.8136 35.5728 23.8136H35.5732Z" fill="#000072"></path></g><path d="M42.8409 53.584C44.8429 41.7059 43.8744 32.5235 40.1144 27.7287C38.4742 25.6377 36.3712 24.4776 33.8635 24.2817C33.852 24.2807 33.84 24.2802 33.8284 24.2797C30.2902 24.1724 27.719 27.0138 25.2325 29.7535C21.8747 33.4535 18.7022 36.948 13.2529 33.9475C9.96098 31.6495 8.94291 27.2395 10.5975 22.4283C12.5317 16.805 18.0387 11.3221 25.9783 11.7375C32.3008 12.071 37.2449 14.7044 40.6735 19.5649C46.0934 27.2476 47.124 40.3686 43.2999 52.9918L44.6481 53.3967C46.5192 47.2214 47.301 40.7941 46.9094 34.8095C46.4922 28.4316 44.7342 22.8816 41.8258 18.7585C38.1879 13.6019 32.7338 10.6896 26.0529 10.3375C17.3791 9.87747 11.3707 15.852 9.26575 21.9741C7.39367 27.4172 8.62489 32.4545 12.4783 35.1195C12.4975 35.133 12.5172 35.1449 12.5374 35.1564C18.9841 38.7299 22.8586 34.4607 26.2776 30.6946C28.65 28.0808 30.8882 25.6166 33.7716 25.6817C35.8617 25.8499 37.6226 26.8293 39.0054 28.5926C42.4686 33.0089 43.361 42.0337 41.4534 53.3526L42.8419 53.5845L42.8409 53.584Z" fill="#000072"></path><path d="M36.4292 104.901C20.9893 101.03 14.4069 92.8383 13.2301 87.1383C11.9556 80.964 14.8833 75.9803 16.368 74.3541C18.5682 64.2675 26.1634 49.2912 40.0079 47.5903C43.3676 47.0483 59.881 50.0311 66.9483 55.6055C78.1562 62.3299 82.1896 76.4327 77.7867 92.9039C74.8388 105.508 64.5754 111.722 46.9617 107.672" fill="white"></path><path d="M77.7867 92.9046C74.8388 105.508 64.5753 111.723 46.9621 107.673L36.4292 104.902C20.9892 101.03 14.4074 92.8389 13.2291 87.1385C12.8495 85.3014 12.8422 83.5655 13.0612 81.9958C13.5702 78.2968 15.3225 75.5009 16.3656 74.3577C16.3656 74.3558 16.368 74.3562 16.368 74.3543C18.5687 64.2678 26.1628 49.2915 40.0073 47.5914C43.368 47.0486 59.8814 50.0317 66.9482 55.6052C78.1552 62.3315 82.1904 76.4329 77.7862 92.9046H77.7867Z" fill="white"></path><path d="M77.7867 92.9041C77.0125 96.2122 75.7361 99.0799 73.952 101.437C68.9459 108.063 59.9531 110.659 46.9621 107.673L36.4292 104.902C22.8344 101.494 16.1072 94.7359 13.8906 89.2784C13.589 88.5367 13.371 87.8203 13.2291 87.1385C12.8495 85.3014 12.8422 83.5655 13.0612 81.9958C13.5702 78.2968 15.3225 75.5009 16.3656 74.3577C16.3656 74.3558 16.368 74.3562 16.368 74.3543C18.5687 64.2678 26.1628 49.2915 40.0073 47.5914C43.368 47.0486 59.8814 50.0317 66.9482 55.6052C78.1552 62.3315 82.1904 76.4329 77.7862 92.9046L77.7867 92.9041Z" fill="white"></path><g opacity="0.15"><path d="M73.9521 101.437C68.946 108.063 59.9532 110.658 46.9622 107.673L36.4293 104.902C22.8345 101.494 16.1073 94.7358 13.8907 89.2783C13.8922 89.2807 13.8941 89.2807 13.896 89.2831C21.0625 95.5346 54.0358 114.338 73.9521 101.437V101.437Z" fill="#000072"></path></g><path d="M18.9805 79.0095C18.6437 81.342 16.7187 82.9979 14.6821 82.7061C14.0749 82.6189 13.524 82.3683 13.0621 81.9955C13.5711 78.2965 15.3234 75.5007 16.3665 74.3574C18.1452 74.8807 19.2913 76.8562 18.9805 79.0095Z" fill="#FFABAB"></path><path d="M42.1754 106.477C32.0534 103.181 15.8268 97.9123 13.857 85.9369C13.3042 82.0606 14.4185 77.845 16.9069 74.8063C16.9839 74.7172 17.0339 74.6108 17.057 74.503C17.6589 71.8586 18.5365 69.2697 19.6128 66.7753C23.2314 58.3221 29.9292 49.9749 39.534 48.5254C40.1744 48.4387 40.7907 48.3534 41.446 48.3989C44.8332 48.5657 48.1958 49.259 51.5074 50.0544C56.7118 51.4166 62.061 53.0567 66.4042 56.291C69.2168 57.9867 71.6913 60.2219 73.5927 62.8951C79.4033 71.0263 79.602 81.7918 77.3797 91.2234C77.0314 92.6062 76.5656 94.6479 76.0417 95.9631C74.402 100.522 71.0317 104.457 66.5201 106.368C63.5265 107.689 60.2288 108.169 56.9605 108.25C53.6566 108.343 50.3291 108.036 46.9626 107.672C48.5561 108.249 50.1997 108.686 51.8716 109.006C60.3462 110.697 70.0757 108.661 75.1174 101.133C76.5993 98.9755 77.6347 96.5601 78.3198 94.0523L78.9511 91.5933C80.5431 84.9705 80.9766 77.9505 79.2859 71.2821C77.6429 64.5764 73.4311 58.3916 67.4025 54.8569C65.6074 53.4334 62.4849 51.8287 59.9681 50.8857C54.0314 48.6653 47.8465 47.0899 41.4999 46.6754C39.3194 46.6218 37.1288 47.1824 35.084 47.9088C24.4145 51.9427 18.0241 63.6129 15.681 74.2054C15.681 74.2064 15.8479 73.883 15.8479 73.883C12.9318 77.2174 11.6472 81.7985 12.2207 86.1631C14.0639 98.7374 31.0709 105.074 42.1759 106.478L42.1754 106.477Z" fill="#000072"></path><path d="M42.4961 95.9597C42.6289 95.9597 42.767 95.9496 42.9099 95.929C43.4819 95.8471 43.9159 95.6056 44.1993 95.2127C44.8026 94.3751 44.565 93.0982 44.3739 92.0723C44.3379 91.8792 44.3042 91.6981 44.2801 91.5362C44.2513 91.3445 44.0732 91.2132 43.8798 91.241C43.6874 91.2698 43.5551 91.448 43.5834 91.6397C43.6089 91.8093 43.6441 91.9986 43.6816 92.2003C43.8394 93.0484 44.0554 94.2093 43.6268 94.804C43.4569 95.0392 43.1899 95.1806 42.8088 95.2352C42.3498 95.3008 41.9899 95.2314 41.709 95.021C41.0801 94.551 40.9233 93.4465 40.8093 92.6397C40.7842 92.4624 40.7607 92.2995 40.7352 92.1586C40.7005 91.9684 40.5186 91.8419 40.3262 91.8759C40.1347 91.9104 40.0077 92.0929 40.0423 92.2832C40.0664 92.4164 40.088 92.5707 40.1121 92.7379C40.2434 93.6665 40.4239 94.9372 41.2865 95.5821C41.6228 95.8337 42.0284 95.9602 42.4961 95.9602V95.9597Z" fill="#000072"></path><path d="M41.8566 92.0232L42.6533 94.3729L42.3974 91.9326L41.8566 92.0232Z" fill="#3A3A3A"></path><path d="M35.5017 88.5037C35.6807 87.1621 35.9458 85.7754 36.4385 84.5311L35.4166 84.2666C35.2414 85.7007 35.3324 87.0941 35.5017 88.5037Z" fill="#000072"></path><path d="M33.3199 81.4591C33.0418 82.6019 34.0752 83.9195 34.9105 84.7638C35.4888 85.3484 36.3519 85.5568 37.1347 85.3004C38.2654 84.9305 39.7901 84.2295 40.0682 83.0872C40.5195 81.2315 33.7712 79.6033 33.3199 81.4591Z" fill="#000072"></path><g opacity="0.35"><path d="M34.7175 81.4249C34.6699 81.6209 35.0664 81.8998 35.3781 82.0852C35.5942 82.2136 35.8901 82.285 36.1407 82.2692C36.503 82.2467 36.9837 82.1791 37.0313 81.9831C37.1088 81.665 34.795 81.1068 34.7175 81.4249Z" fill="white"></path></g><path d="M50.5762 89.1663C47.5905 88.6061 45.6967 85.3681 46.3464 81.9341C46.996 78.5002 49.9431 76.1705 52.9288 76.7307C55.9146 77.291 57.8083 80.5289 57.1586 83.9629C56.509 87.3969 53.5619 89.7265 50.5762 89.1663Z" fill="#000072"></path><path d="M53.3329 85.5468C52.3595 85.3642 51.7586 84.2211 51.9908 82.9936C52.223 81.7662 53.2004 80.9192 54.1739 81.1019C55.1474 81.2845 55.7483 82.4277 55.5161 83.6551C55.2838 84.8825 54.3064 85.7295 53.3329 85.5468Z" fill="white"></path><g opacity="0.2"><path d="M48.8501 85.9038C48.3109 85.8026 48.0011 85.0473 48.1583 84.2166C48.3154 83.386 48.8799 82.7947 49.4192 82.8959C49.9584 82.9971 50.2681 83.7524 50.111 84.583C49.9538 85.4136 49.3893 86.005 48.8501 85.9038Z" fill="white"></path></g><path d="M26.0685 81.4378C23.4071 80.9384 21.719 78.0523 22.2981 74.9915C22.8772 71.9307 25.5041 69.8543 28.1655 70.3536C30.8269 70.853 32.5149 73.7391 31.9359 76.7999C31.3568 79.8607 28.7299 81.9371 26.0685 81.4378Z" fill="#000072"></path><path d="M28.526 78.211C27.6583 78.0482 27.1226 77.0293 27.3296 75.9353C27.5366 74.8412 28.4078 74.0863 29.2755 74.2491C30.1433 74.412 30.6789 75.4308 30.4719 76.5249C30.2649 77.6189 29.3937 78.3738 28.526 78.211Z" fill="white"></path><g opacity="0.2"><path d="M24.529 78.5296C24.0486 78.4394 23.7726 77.7662 23.9127 77.0258C24.0528 76.2854 24.5558 75.7583 25.0363 75.8485C25.5167 75.9386 25.7927 76.6119 25.6526 77.3523C25.5126 78.0926 25.0095 78.6197 24.529 78.5296Z" fill="white"></path></g><path d="M70.6924 58.4178C65.731 53.402 59.3238 51.5942 52.2054 46.1405C50.4291 44.7792 47.5798 41.5742 47.5798 41.5742C47.5798 41.5742 45.6722 45.1276 45.6067 47.5171C40.9508 45.9963 38.7001 47.5569 32.1524 45.7361C32.7904 47.9412 34.56 51.15 38.2363 51.9459" fill="white"></path><path d="M71.1939 57.9256C67.7653 54.4537 63.2783 52.2688 59.1261 49.8596C56.5824 48.3599 54.0589 46.8012 51.8197 44.899C50.5139 43.7188 49.2885 42.4151 48.1073 41.1094C47.8513 40.8166 47.4029 40.7884 47.1128 41.0476C46.7226 41.5445 46.5297 42.1626 46.2535 42.7126C45.5948 44.2454 44.9939 45.7983 44.9035 47.4979L45.8267 46.8506C42.5724 45.5257 38.9726 46.1347 35.6032 45.6354C34.4985 45.4869 33.404 45.2406 32.3079 44.9833C31.7518 44.8357 31.222 45.4122 31.4116 45.9493C31.9182 47.4974 32.7044 48.9713 33.8952 50.1035C34.4875 50.667 35.175 51.1351 35.9188 51.4547C36.6612 51.7748 37.4565 51.9458 38.2369 51.9458C37.5296 51.609 36.8859 51.2309 36.3114 50.7849C34.6231 49.4667 33.453 47.5688 32.8949 45.5233L31.9456 46.4768C33.0595 46.8113 34.1993 47.0786 35.3583 47.2713C37.8876 47.7312 40.5083 47.4519 43.0102 47.7183L43.8074 47.8309C44.2294 47.9066 45.0189 48.0853 45.4327 48.1951C45.8619 48.3062 46.2987 47.9775 46.3108 47.5367C46.3276 47.0853 46.4132 46.6067 46.5277 46.1294C46.8953 44.6752 47.5165 43.2392 48.2006 41.9057L47.0527 42.0399C48.7025 43.8314 50.3465 45.6675 52.3287 47.1059C56.1686 50.022 60.546 52.1806 64.6336 54.6506C66.6428 55.8701 68.5332 57.2582 70.1912 58.9107L71.1943 57.9266L71.1939 57.9256Z" fill="#000072"></path><path d="M63.8055 99.1454C60.7904 98.7132 58.6195 96.471 58.9568 94.1372C59.2941 91.8034 62.0117 90.2619 65.0269 90.6941C68.0421 91.1262 70.2129 93.3685 69.8756 95.7022C69.5384 98.036 66.8207 99.5776 63.8055 99.1454Z" fill="#FFABAB"></path><path d="M38.0741 90.9737C39.377 93.5156 43.7452 93.8659 44.9961 90.7634C44.9961 90.7634 43.2578 88.337 41.2577 88.5152C39.2577 88.6935 38.0741 90.9737 38.0741 90.9737Z" fill="white"></path><path d="M38.074 90.9732C39.2249 94.1241 44.2508 94.1624 45.3228 90.8932C45.3858 90.7097 45.2872 90.5103 45.1034 90.4476C44.9311 90.3891 44.7444 90.471 44.6699 90.632C44.3879 91.2209 43.9741 91.7178 43.4449 92.0604C41.7354 93.1236 39.3312 92.6555 38.0745 90.9727L38.074 90.9732Z" fill="#000072"></path><path d="M43.7793 90.3092C44.3475 90.67 44.9162 91.0782 45.2891 91.6426C45.3579 91.7303 45.4132 91.8276 45.5085 91.9287C45.6259 91.6997 45.6663 91.439 45.6119 91.1865C45.4849 90.4007 44.4769 89.8698 43.7793 90.3092Z" fill="#000072"></path><path d="M45.607 47.5166C47.1683 48.1912 48.8181 49.5995 50.1123 49.9837L45.607 47.5166Z" fill="white"></path><path d="M45.326 48.1596C46.9118 48.5712 48.4586 49.6593 50.1113 49.9837C48.5125 49.1605 47.4718 47.7959 45.886 46.873L45.3255 48.1596H45.326Z" fill="#3A3A3A"></path><path d="M64.5563 59.2336C74.6605 31.7137 55.2435 21.7272 53.2136 10.4251C52.3972 5.87936 55.0188 1.73951 59.0517 0.910583C63.6118 -0.0266332 75.0444 2.05719 79.8312 13.9521C87.0799 31.9657 76.0418 55.1814 70.2788 62.1454" fill="white"></path><path d="M70.2791 62.1451L67.8253 60.8969L64.7461 59.3325L64.5546 59.2347C64.6648 58.9333 64.773 58.6329 64.8746 58.3363C64.9857 58.0239 65.0911 57.7134 65.1916 57.4058C72.8185 34.2346 59.0721 23.9104 54.4696 14.1688C53.8788 12.9202 53.4395 11.6806 53.2139 10.4252C52.3969 5.87955 55.0186 1.7397 59.0519 0.910289C63.6106 -0.0259683 75.0432 2.05689 79.83 13.9532C87.0792 31.9664 76.0406 55.1821 70.2786 62.1451H70.2791Z" fill="white"></path><path d="M68.9721 59.9049C67.7736 61.4995 66.7041 60.9921 65.3694 60.2753C64.1608 59.6265 64.7825 58.706 64.8748 58.3361C64.9475 58.0491 65.0509 57.7382 65.1919 57.4056C72.1476 36.2732 61.326 25.8263 55.8763 16.7618C54.8385 13.7192 54.7903 8.31583 58.4407 6.818C64.5862 4.29672 76.5682 13.0469 77.9808 25.501C79.6056 39.8261 71.2787 56.9595 68.9717 59.9044L68.9721 59.9049Z" fill="#FFABAB"></path><path d="M75.3956 45.6035L75.3918 45.6193C73.1574 52.704 70.2052 58.3301 68.9721 59.9041C67.7745 61.4987 66.7045 60.9913 65.3694 60.274C64.1617 59.6267 64.7833 58.7058 64.8757 58.3364C64.9484 58.0494 65.0518 57.7384 65.1928 57.4059C71.6322 37.8422 62.8362 27.4375 57.1714 18.807C56.7167 18.1156 56.2832 17.4347 55.8781 16.7615C54.8389 13.7189 54.7912 8.31654 58.4425 6.81776C64.5875 4.29743 76.5701 13.0462 77.9822 25.5017C78.7371 32.1643 77.3399 39.4354 75.3961 45.603L75.3956 45.6035Z" fill="#FFABAB"></path><path d="M75.3951 45.6035C80.9243 24.7173 68.7637 7.55517 59.7079 11.0601C57.0973 12.0702 56.773 15.4693 57.1704 18.807C56.7157 18.1156 56.2822 17.4347 55.8771 16.7615C54.8379 13.7189 54.7903 8.31654 58.4415 6.81776C64.5865 4.29743 76.5691 13.0462 77.9812 25.5017C78.7361 32.1643 77.3389 39.4354 75.3951 45.603V45.6035Z" fill="#FF8A8A"></path><path d="M57.8912 18.6277C56.1653 16.1826 55.2613 12.6796 56.4776 9.88758C57.0703 8.57376 58.2227 7.55221 59.6511 7.26951C61.083 6.96621 62.6659 7.23933 64.1333 7.78603C68.6295 9.54355 72.2284 13.2685 74.5739 17.4208C77.0637 21.7245 77.7248 26.6367 77.476 31.5432C77.0464 39.8224 74.6335 47.9177 71.3123 55.4906C70.6127 57.0014 69.9069 58.5212 68.9711 59.9045C70.0099 58.5893 70.8124 57.1039 71.5957 55.6277C75.4125 48.1568 78.1328 40.0203 78.7616 31.6141C79.3226 24.4101 77.7522 18.0245 73.0155 12.4194C70.2023 9.14586 66.4832 6.28774 62.0866 5.62555C57.845 5.00409 54.6743 7.7156 54.4212 11.9393C54.2586 14.6288 55.1631 17.3053 56.7552 19.4557L57.8912 18.6273V18.6277Z" fill="#000072"></path><path d="M64.5559 59.2341C68.6547 51.1714 69.3879 41.3757 66.1615 32.8766C64.0916 27.214 60.4043 22.3381 57.146 17.3866C56.357 16.1523 55.6122 14.8998 55.0146 13.5989C54.42 12.3038 53.9691 10.9421 53.8282 9.58079C53.5395 6.89037 54.6769 4.00925 56.9781 2.5167C59.3592 0.964731 62.4192 1.32745 65.0871 1.8962C74.2344 4.05716 79.3339 11.517 80.8446 20.3957C82.8158 32.0189 79.4128 43.8649 74.5447 54.386C73.2856 57.0616 71.9297 59.6802 70.2785 62.1463C72.3671 60.0026 74.0073 57.455 75.4781 54.8609C81.0544 44.6042 84.4372 31.7611 82.4044 20.1173C80.8114 10.6627 75.1167 2.75387 65.4119 0.50379C62.4034 -0.146895 58.9099 -0.435343 56.2001 1.33751C53.437 3.11803 52.0581 6.5243 52.3877 9.71783C52.5488 11.3115 53.0463 12.8031 53.6781 14.2022C55.5771 18.286 58.4355 21.847 60.7353 25.6361C63.0606 29.3582 64.9476 33.3159 65.9209 37.5828C67.6453 44.7609 66.2741 52.1729 64.5555 59.2346L64.5559 59.2341Z" fill="#000072"></path></g><defs><clipPath id="clip0_1635_13955"><rect width="82" height="155" fill="white" transform="matrix(-1 0 0 1 83 0)"></rect></clipPath></defs>',3)])])}const Z=M._export_sfc(H,[["render",z]]),D={key:0,class:"one-mascot-toast flex","data-test":"mascot-toast"},P={class:"speech-bubble mr-2",tabindex:"-1"},j={class:"rounded-t absolute right-1 top-1"},R=C.defineComponent({__name:"OneMascotToast",props:{use:{type:Object,required:!0}},setup(e){const a=e,t=C.computed(()=>a.use.isOpened.value),o=()=>a.use.close();return(l,s)=>t.value?(C.openBlock(),C.createElementBlock("div",D,[C.createElementVNode("div",P,[C.createElementVNode("div",j,[C.createElementVNode("button",{type:"button",class:"text-gray-400 bg-transparent hover:bg-gray-100/10 hover:text-gray-900 rounded-lg text-sm p-1.5 ml-auto inline-flex items-center","data-test":"mascot-close",onClick:o},[C.createVNode(C.unref(u.render),{class:"w-5 h-5"})])]),C.renderSlot(l.$slots,"default",{},void 0,!0)]),C.renderSlot(l.$slots,"mascot",{},()=>[C.createVNode(Z,{class:"mt-auto mr-3"})],!0)])):C.createCommentVNode("",!0)}});const U=M._export_sfc(R,[["__scopeId","data-v-17a38d63"]]);function X(){const e=C.ref(!1),a=C.ref(null),t=()=>{e.value=!1,a.value=null},o=s=>{e.value=!0,a.value=s??null},l=s=>{s.key==="Escape"&&t()};return C.onMounted(()=>document.addEventListener("keydown",l)),C.onBeforeUnmount(()=>document.removeEventListener("keydown",l)),{isOpened:e,data:a,open:o,close:t}}exports.OneMascotToast=U;exports.OneToast=$;exports.RabbitIcon=Z;exports.toastProps=m;exports.useMascotToast=X;exports.useToast=O;
@@ -3,3 +3,7 @@ export type { ToastProps, ToastsVariantType, ToastIconType } from './toast';
3
3
  export type { ToastItem } from './useOneToasts';
4
4
  export { default as OneToast } from './OneToast.vue';
5
5
  export { useToast } from './useOneToasts';
6
+ export { default as OneMascotToast } from './OneMascotToast.vue';
7
+ export { default as RabbitIcon } from './RabbitIcon.vue';
8
+ export { useMascotToast } from './useMascotToast';
9
+ export type { UseMascotToastReturn } from './useMascotToast';
@@ -1,8 +1,9 @@
1
- import { defineComponent as $, computed as r, ref as g, onMounted as B, openBlock as u, createElementBlock as f, normalizeClass as l, createElementVNode as s, createBlock as I, resolveDynamicComponent as S, toDisplayString as k, createVNode as N, unref as D, createCommentVNode as v, renderSlot as M } from "vue";
2
- import { r as O } from "../XMarkIcon-51ef0691.js";
3
- import { r as V, a as q, b as E } from "../NoSymbolIcon-b3470a26.js";
4
- import { r as L } from "../InformationCircleIcon-2f6097a0.js";
5
- const j = {
1
+ import { defineComponent as F, computed as n, ref as d, onMounted as _, openBlock as h, createElementBlock as c, normalizeClass as o, createElementVNode as l, createBlock as T, resolveDynamicComponent as $, toDisplayString as w, createVNode as Z, unref as A, createCommentVNode as u, renderSlot as g, createStaticVNode as H, onBeforeUnmount as O } from "vue";
2
+ import { r as B } from "../XMarkIcon-51ef0691.js";
3
+ import { _ as y } from "../_plugin-vue_export-helper-dad06003.js";
4
+ import { r as I, a as S, b as N } from "../NoSymbolIcon-b3470a26.js";
5
+ import { r as D } from "../InformationCircleIcon-2f6097a0.js";
6
+ const q = {
6
7
  variant: {
7
8
  type: String,
8
9
  default: "success"
@@ -26,116 +27,180 @@ const j = {
26
27
  icon: {
27
28
  type: [Function, Object]
28
29
  }
29
- }, z = [
30
+ }, P = [
30
31
  "rounded-10",
31
32
  "overflow-hidden",
32
33
  "shadow-[0px_0px_15px_0px_rgba(0,_0,_0,_0.20)]"
33
- ], A = "px-4 pt-4 pb-[18px]", F = "px-4 py-5", P = {
34
+ ], j = "px-4 pt-4 pb-[18px]", z = "px-4 py-5", R = {
34
35
  success: ["bg-success-base", "text-white"],
35
36
  warning: ["bg-warning-base", "text-black"],
36
37
  critical: ["bg-danger-base", "text-white"],
37
38
  info: ["bg-light-base", "text-black"]
38
- }, G = (a = "success", o = !1) => {
39
- const e = [...z];
40
- return e.push(o ? F : A), e.push(...P[a] ?? []), e;
41
- }, H = { class: "flex gap-4 items-center" }, J = { class: "flex flex-1 gap-2 items-center" }, K = { class: "flex-1 font-semibold text-xl leading-[1.25]" }, Q = {
39
+ }, U = (t = "success", a = !1) => {
40
+ const C = [...P];
41
+ return C.push(a ? z : j), C.push(...R[t] ?? []), C;
42
+ }, G = { class: "flex gap-4 items-center" }, J = { class: "flex flex-1 gap-2 items-center" }, K = { class: "flex-1 font-semibold text-xl leading-[1.25]" }, Q = {
42
43
  key: 0,
43
44
  class: "flex"
44
- }, R = { class: "flex-1 text-base leading-[1.5]" }, U = {
45
+ }, W = { class: "flex-1 text-base leading-[1.5]" }, X = {
45
46
  key: 0,
46
47
  class: "flex"
47
- }, W = { class: "flex gap-2.5" }, se = /* @__PURE__ */ $({
48
+ }, Y = { class: "flex gap-2.5" }, f1 = /* @__PURE__ */ F({
48
49
  __name: "OneToast",
49
- props: j,
50
+ props: q,
50
51
  emits: ["close"],
51
- setup(a, { emit: o }) {
52
- const e = a, p = o, n = {
52
+ setup(t, { emit: a }) {
53
+ const C = t, s = a, e = {
53
54
  success: "text-white",
54
55
  warning: "text-black",
55
56
  critical: "text-white",
56
57
  info: "text-primary-base"
57
- }, d = {
58
+ }, p = {
58
59
  success: "text-white",
59
60
  warning: "text-black",
60
61
  critical: "text-white",
61
62
  info: "text-black"
62
- }, w = {
63
- success: V,
64
- warning: q,
65
- critical: E,
66
- info: L
67
- }, C = r(() => n[e.variant]), y = r(() => d[e.variant]), _ = r(() => e.icon ?? w[e.variant]), T = r(() => G(e.variant, e.compact)), c = g(null), x = g(!0), b = () => {
68
- e.timeout && (c.value = setTimeout(() => {
69
- m();
70
- }, e.timeout));
71
- }, h = () => {
72
- c.value && (clearTimeout(c.value), c.value = null);
73
- }, m = () => {
74
- h(), x.value = !1, p("close");
63
+ }, x = {
64
+ success: I,
65
+ warning: S,
66
+ critical: N,
67
+ info: D
68
+ }, b = n(() => e[C.variant]), V = n(() => p[C.variant]), k = n(() => C.icon ?? x[C.variant]), E = n(() => U(C.variant, C.compact)), f = d(null), L = d(!0), m = () => {
69
+ C.timeout && (f.value = setTimeout(() => {
70
+ M();
71
+ }, C.timeout));
72
+ }, v = () => {
73
+ f.value && (clearTimeout(f.value), f.value = null);
74
+ }, M = () => {
75
+ v(), L.value = !1, s("close");
75
76
  };
76
- return B(() => {
77
- b();
78
- }), (t, i) => x.value ? (u(), f("div", {
77
+ return _(() => {
78
+ m();
79
+ }), (i, r) => L.value ? (h(), c("div", {
79
80
  key: 0,
80
- class: l(T.value),
81
- onMouseenter: h,
82
- onMouseleave: b
81
+ class: o(E.value),
82
+ onMouseenter: v,
83
+ onMouseleave: m
83
84
  }, [
84
- s("div", {
85
- class: l(["flex flex-col", t.compact ? "" : "gap-4"])
85
+ l("div", {
86
+ class: o(["flex flex-col", i.compact ? "" : "gap-4"])
86
87
  }, [
87
- s("div", {
88
- class: l(["flex flex-col", t.compact ? "" : "gap-3"])
88
+ l("div", {
89
+ class: o(["flex flex-col", i.compact ? "" : "gap-3"])
89
90
  }, [
90
- s("div", H, [
91
- s("div", J, [
92
- (u(), I(S(_.value), {
93
- class: l([C.value, "h-7 w-7 shrink-0"])
91
+ l("div", G, [
92
+ l("div", J, [
93
+ (h(), T($(k.value), {
94
+ class: o([b.value, "h-7 w-7 shrink-0"])
94
95
  }, null, 8, ["class"])),
95
- s("h3", K, k(t.title), 1)
96
+ l("h3", K, w(i.title), 1)
96
97
  ]),
97
- s("button", {
98
- onClick: m,
99
- class: l([y.value, "shrink-0"])
98
+ l("button", {
99
+ onClick: M,
100
+ class: o([V.value, "shrink-0"])
100
101
  }, [
101
- N(D(O), { class: "h-6 w-6" })
102
+ Z(A(B), { class: "h-6 w-6" })
102
103
  ], 2)
103
104
  ]),
104
- !t.compact && t.message ? (u(), f("div", Q, [
105
- i[0] || (i[0] = s("div", { class: "w-[36px] shrink-0" }, null, -1)),
106
- s("p", R, k(t.message), 1)
107
- ])) : v("", !0)
105
+ !i.compact && i.message ? (h(), c("div", Q, [
106
+ r[0] || (r[0] = l("div", { class: "w-[36px] shrink-0" }, null, -1)),
107
+ l("p", W, w(i.message), 1)
108
+ ])) : u("", !0)
108
109
  ], 2),
109
- !t.compact && t.$slots.button ? (u(), f("div", U, [
110
- i[1] || (i[1] = s("div", { class: "w-[32px] shrink-0" }, null, -1)),
111
- s("div", W, [
112
- M(t.$slots, "button", { hideBlock: m })
110
+ !i.compact && i.$slots.button ? (h(), c("div", X, [
111
+ r[1] || (r[1] = l("div", { class: "w-[32px] shrink-0" }, null, -1)),
112
+ l("div", Y, [
113
+ g(i.$slots, "button", { hideBlock: M })
113
114
  ])
114
- ])) : v("", !0)
115
+ ])) : u("", !0)
115
116
  ], 2)
116
- ], 34)) : v("", !0);
117
+ ], 34)) : u("", !0);
117
118
  }
118
119
  });
119
- function te() {
120
- const a = g([]);
121
- function o(n, d = { message: "" }) {
122
- a.value.push({ title: n, ...d });
120
+ function r1() {
121
+ const t = d([]);
122
+ function a(e, p = { message: "" }) {
123
+ t.value.push({ title: e, ...p });
123
124
  }
124
- function e(n) {
125
- a.value.splice(n, 1);
125
+ function C(e) {
126
+ t.value.splice(e, 1);
126
127
  }
127
- function p() {
128
- a.value = [];
128
+ function s() {
129
+ t.value = [];
129
130
  }
130
131
  return {
131
- toasts: a,
132
- notify: o,
133
- close: e,
134
- closeAll: p
132
+ toasts: t,
133
+ notify: a,
134
+ close: C,
135
+ closeAll: s
135
136
  };
136
137
  }
138
+ const C1 = {}, t1 = {
139
+ width: "83",
140
+ height: "158",
141
+ viewBox: "0 0 83 158",
142
+ fill: "none",
143
+ xmlns: "http://www.w3.org/2000/svg"
144
+ };
145
+ function a1(t, a) {
146
+ return h(), c("svg", t1, [...a[0] || (a[0] = [
147
+ H('<ellipse opacity="0.1" cx="39.5" cy="148.5" rx="39.5" ry="9.5" fill="black"></ellipse><g clip-path="url(#clip0_1635_13955)"><path d="M40.2944 103.945C20.0292 101.439 16.9842 92.5512 14.0031 89.5163C11.3573 86.4387 7.75849 86.1182 4.98621 87.6179C1.9931 89.237 0.671432 93.2436 2.64214 97.9795C5.58329 105.08 18.1018 117.781 34.7412 117.773L40.2949 103.945L40.2944 103.945Z" fill="#C97043"></path><path d="M2.11914 96.4801C2.25578 96.9707 2.42995 97.4705 2.64212 97.9808C5.40044 104.637 16.58 116.221 31.6803 117.632C32.6839 117.726 33.7039 117.774 34.7403 117.774L40.2939 103.946C20.0287 101.44 16.9837 92.5515 14.0031 89.5161C11.3578 86.4385 7.75847 86.1185 4.98523 87.6177C2.31448 89.0628 0.974049 92.4097 2.11914 96.4805V96.4801Z" fill="white"></path><g opacity="0.15"><path d="M2.11914 96.4795C2.25578 96.9701 2.42995 97.4699 2.64213 97.9802C5.40045 104.636 16.58 116.22 31.6803 117.631C32.1446 114.341 32.6011 110.685 32.5333 110.564C32.4087 110.341 29.4805 113.707 21.4813 111.799C14.3379 110.097 4.92509 103.287 2.11866 96.4795H2.11914Z" fill="#000072"></path></g><path d="M34.7244 118.474C35.1141 118.479 35.4447 118.166 35.4447 117.773C35.4447 117.385 35.129 117.072 34.7408 117.072C34.7379 117.072 34.7297 117.072 34.7244 117.072C25.6234 117.072 18.4155 113.213 13.9699 109.976C8.05344 105.667 4.5205 100.676 3.29265 97.712C1.58994 93.6196 2.40545 89.8113 5.32206 88.2339C8.08038 86.7418 11.278 87.4237 13.4681 89.9718C13.4782 89.9833 13.4888 89.9948 13.4998 90.0063C13.9559 90.4706 14.4337 91.1088 14.9875 91.8481C17.9734 95.8351 22.9704 102.509 40.2079 104.64C40.5932 104.688 40.9454 104.415 40.9935 104.031C41.0417 103.647 40.7674 103.296 40.3815 103.249C23.7402 101.191 18.9679 94.8179 16.1162 91.0101C15.5389 90.2387 15.039 89.5717 14.5227 89.0427C11.8828 85.9857 8.01014 85.1841 4.64993 87.002C1.06695 88.9397 -0.00115967 93.4595 1.9912 98.2481C4.91311 105.302 17.5149 118.473 34.7244 118.474Z" fill="#000072"></path><path d="M8.0205 98.7186C6.32169 98.0241 5.50991 96.0895 6.20734 94.3977C6.90476 92.7059 8.8473 91.8975 10.5461 92.592C12.2449 93.2866 13.0567 95.2211 12.3593 96.9129C11.6618 98.6047 9.71931 99.4132 8.0205 98.7186Z" fill="#FFABAB"></path><path d="M3.15789 93.4309C3.13258 92.7092 3.69956 92.1037 4.42427 92.0785C5.14898 92.0533 5.75699 92.618 5.7823 93.3397C5.80761 94.0614 5.24063 94.6669 4.51592 94.6921C3.79121 94.7173 3.1832 94.1527 3.15789 93.4309Z" fill="#FFABAB"></path><path d="M9.83759 91.7585C9.14959 91.5303 8.7776 90.7899 9.00674 90.1047C9.23587 89.4195 9.97936 89.0491 10.6674 89.2773C11.3554 89.5054 11.7273 90.2459 11.4982 90.931C11.2691 91.6162 10.5256 91.9867 9.83759 91.7585Z" fill="#FFABAB"></path><path d="M6.6782 91.9082C5.95305 91.9082 5.3652 91.3227 5.3652 90.6006C5.3652 89.8784 5.95305 89.293 6.6782 89.293C7.40336 89.293 7.99121 89.8784 7.99121 90.6006C7.99121 91.3227 7.40336 91.9082 6.6782 91.9082Z" fill="#FFABAB"></path><path d="M15.4767 148.365C17.0221 148.548 22.52 147.506 23.9336 147.437C26.0284 147.334 30.0742 147.674 34.4453 148.408C34.4453 148.408 29.5118 131.509 29.5253 129.555C21.3465 127.601 13.4218 132.925 13.4218 132.925C13.4218 132.925 13.353 148.114 15.4767 148.365Z" fill="#777782"></path><path d="M13.7072 141.307C13.9728 144.871 14.4842 148.248 15.4768 148.365C17.0212 148.548 22.52 147.505 23.9336 147.436C26.0284 147.334 30.0747 147.675 34.4463 148.408C34.4463 148.408 29.5123 131.509 29.5263 129.555C28.091 129.212 26.6621 129.092 25.2846 129.131C18.8091 129.305 13.4228 132.925 13.4228 132.925C13.4228 132.925 13.4041 137.24 13.7072 141.307Z" fill="white"></path><g opacity="0.15"><path d="M13.7072 141.307C13.9728 144.871 14.4842 148.248 15.4768 148.365C17.0212 148.548 22.52 147.505 23.9336 147.436C26.0284 147.334 30.0747 147.675 34.4463 148.408C34.4463 148.408 29.5123 131.509 29.5263 129.555C28.091 129.212 26.6621 129.092 25.2846 129.131C24.9656 130.971 24.4686 134.224 24.115 138.378C23.7758 142.372 19.7372 140.402 19.2089 137.79C18.6618 135.084 17.3017 134.299 17.3017 134.299C17.3017 134.299 15.446 137.84 13.7072 141.307V141.307Z" fill="#000072"></path></g><path d="M34.4463 149.109C34.6455 149.109 34.8374 149.025 34.9722 148.875C35.1333 148.694 35.1901 148.444 35.1223 148.212C33.1506 141.459 30.221 130.918 30.2301 129.559C30.2321 129.233 30.0088 128.949 29.6903 128.873C21.3076 126.87 13.3627 132.119 13.0288 132.343C12.8358 132.473 12.7194 132.689 12.7184 132.921C12.7184 132.96 12.704 136.787 12.9508 140.595C13.4204 147.836 14.4029 148.943 15.394 149.061C16.465 149.188 18.9948 148.818 21.2263 148.491C22.3872 148.321 23.4837 148.16 23.9687 148.136C26.1444 148.029 30.2123 148.408 34.3289 149.099C34.3679 149.106 34.4073 149.109 34.4458 149.109L34.4463 149.109ZM24.7496 146.717C24.4431 146.717 24.1592 146.723 23.8999 146.736C23.3471 146.763 22.2694 146.921 21.0218 147.104C19.1319 147.381 16.5574 147.759 15.6201 147.675C15.4551 147.513 14.7084 146.438 14.3283 140.051C14.1551 137.146 14.1301 134.316 14.1272 133.311C15.6095 132.412 22.1563 128.768 28.8786 130.129C29.3314 133.144 32.4039 143.886 33.4614 147.538C30.1166 147.02 26.8916 146.717 24.7501 146.717L24.7496 146.717Z" fill="#000072"></path><path d="M19.3936 144.91C18.6156 146.836 17.3064 148.664 13.9938 148.325C9.1729 147.831 4.91442 139.959 6.03209 133.871C6.86156 129.353 12.0501 128.351 15.4502 131.011C17.0529 132.264 18.5737 135.184 19.3936 139.042V144.91V144.91Z" fill="#777782"></path><path d="M7.43649 142.519C8.95349 145.643 11.3914 148.059 13.9929 148.324C17.3069 148.663 18.6156 146.836 19.3926 144.91V139.042C19.3498 138.843 19.3055 138.646 19.2612 138.452L19.2593 138.45C18.4173 134.886 16.9686 132.2 15.4497 131.01C12.0501 128.351 6.86058 129.353 6.03159 133.87C5.51726 136.674 6.14273 139.853 7.43601 142.519H7.43649Z" fill="white"></path><g opacity="0.3"><path d="M5.87282 136.632C5.89687 136.171 5.9498 135.715 6.03159 135.269C6.8601 130.752 12.0501 129.75 15.4497 132.409C16.9682 133.598 18.5501 135.478 19.3926 139.042C19.3498 138.843 19.3055 138.646 19.2612 138.452L19.2593 138.45C18.4173 134.886 16.9686 132.2 15.4497 131.01C12.0501 128.351 6.86058 129.353 6.03159 133.87C5.86753 134.762 5.81989 135.693 5.87282 136.632Z" fill="white"></path></g><g opacity="0.15"><path d="M7.43649 142.519C8.95349 145.643 11.3914 148.059 13.9929 148.324C17.3069 148.663 18.6156 146.835 19.3926 144.91V139.042C19.3498 138.843 19.3055 138.646 19.2612 138.452L18.9009 137.48C19.1857 138.96 17.4373 145.993 12.9647 146.213C10.8386 146.317 8.92799 144.59 7.43649 142.52V142.519Z" fill="#000072"></path></g><path d="M9.0488 142.364C8.32896 139.947 9.08427 137.592 10.7358 137.104C12.3874 136.616 14.3098 138.18 15.0296 140.597C15.7495 143.014 14.9942 145.369 13.3426 145.857C11.691 146.345 9.76864 144.781 9.0488 142.364Z" fill="#FFABAB"></path><path d="M6.44784 136.912C6.18347 136.024 6.46108 135.159 7.0679 134.98C7.67472 134.801 8.38095 135.375 8.64533 136.263C8.9097 137.15 8.63211 138.015 8.02529 138.195C7.41847 138.374 6.71222 137.8 6.44784 136.912Z" fill="#FFABAB"></path><path d="M12.4225 135.858C12.1581 134.97 12.4357 134.106 13.0425 133.926C13.6493 133.747 14.3556 134.321 14.6199 135.209C14.8843 136.097 14.6067 136.962 13.9999 137.141C13.3931 137.32 12.6868 136.746 12.4225 135.858Z" fill="#FFABAB"></path><path d="M9.03539 134.918C8.742 133.933 9.04998 132.973 9.72329 132.774C10.3966 132.575 11.1803 133.213 11.4737 134.198C11.767 135.183 11.4591 136.143 10.7858 136.342C10.1124 136.54 9.32878 135.903 9.03539 134.918Z" fill="#FFABAB"></path><path d="M72.9645 137.854C73.5429 140.118 73.2422 142.658 71.4966 144.541C67.483 148.869 61.6638 146.685 61.6638 146.685L58.2564 137.577C59.3187 137.871 60.5365 136.691 61.9736 135.391C63.7172 133.812 65.7822 132.055 68.2812 132.537C70.4338 132.954 72.2953 135.217 72.9645 137.854V137.854Z" fill="white"></path><g opacity="0.3"><path d="M65.4593 134.819C67.0687 132.953 70.4905 135.038 70.1104 136.355C69.8564 137.235 68.6516 136.142 66.8758 135.869C65.7976 135.704 65.0783 135.261 65.4593 134.819V134.819Z" fill="white"></path></g><g opacity="0.15"><path d="M72.9645 137.854C73.5429 140.118 73.2422 142.658 71.4966 144.541C67.483 148.87 61.6638 146.685 61.6638 146.685L58.2564 137.577C59.3187 137.871 60.5365 136.692 61.9736 135.392C62.8719 135.926 64.8565 138.321 66.0661 141.443C67.1501 144.24 72.0706 142.42 72.9645 137.854V137.854Z" fill="#000072"></path></g><path d="M65.1193 147.949C67.2151 147.949 69.8416 147.359 72.0129 145.017C73.8966 142.986 74.4378 140.002 73.4611 137.037C72.56 134.302 70.5801 132.266 68.4165 131.849C65.4575 131.278 63.1342 133.389 61.2669 135.085C60.1896 136.063 59.0768 137.075 58.4446 136.902C58.0693 136.798 57.682 137.018 57.5785 137.391C57.4751 137.764 57.695 138.15 58.0698 138.253C59.4501 138.632 60.7314 137.469 62.2152 136.121C63.9343 134.559 65.8824 132.79 68.1485 133.226C69.7925 133.542 71.3894 135.25 72.1226 137.474C72.9381 139.949 72.5099 142.413 70.978 144.065C67.345 147.983 62.1305 146.111 61.9106 146.029C61.5464 145.895 61.1408 146.078 61.0052 146.44C60.869 146.802 61.0523 147.206 61.416 147.342C61.5421 147.389 63.0798 147.948 65.1193 147.948V147.949Z" fill="#000072"></path><path d="M19.3936 144.911C17.8188 146.856 16.4514 147.944 13.8947 147.529C9.28933 146.533 6.48146 140.203 6.58202 135.859C6.59212 134.192 6.96596 132.348 8.35642 131.304C9.96292 130.02 12.4792 130.078 14.2854 131.109C16.9306 132.598 18.2595 136.284 19.3931 139.043C19.1948 135.773 18.019 131.625 15.0249 129.846C12.7347 128.43 9.5453 128.342 7.38213 130.087C5.61302 131.453 5.09051 133.746 5.12227 135.852C5.14969 140.458 7.66985 146.583 12.0799 148.62C15.2419 149.949 19.192 148.743 19.3926 144.911L19.3936 144.911Z" fill="#000072"></path><path d="M48.2125 151.879C50.0008 152.088 51.2157 152.295 52.3757 152.105C56.1434 151.485 59.0095 150.152 61.0558 147.904C62.9991 145.773 64.2043 142.818 64.7456 138.869C64.7566 138.789 64.7672 138.71 64.7754 138.631C64.3236 139.947 63.7467 141.015 63.0212 141.37C62.1975 141.771 61.3233 141.985 60.1383 141.771C58.1497 141.411 51.2816 148.555 48.2125 151.879Z" fill="#B25B36"></path><path d="M24.9722 133.874C24.9722 133.874 25.2426 136.703 25.8887 139.663C26.5782 142.817 27.2691 144.421 27.2691 144.421C30.0106 150.442 42.1817 151.39 46.166 151.681C49.1687 151.901 50.8214 152.361 52.3764 152.106C58.8375 151.044 62.5662 147.871 64.1944 141.61C64.4181 140.754 64.6014 139.842 64.7472 138.869C66.3576 128.132 60.1952 117.974 57.5904 110.023C56.9818 108.165 56.5675 106.428 56.4905 104.832C56.0339 95.2328 36.0257 99.2079 33.302 104.046L32.8872 107.109L32.5341 109.719C29.6242 119.28 25.6987 125.561 25.0246 131.172C24.9149 132.088 24.8909 132.984 24.9722 133.874V133.874Z" fill="white"></path><path d="M56.7981 131.379C54.7196 130.295 58.1371 123.207 57.0535 117.522C56.4233 114.216 44.0452 134.951 44.0452 134.951" fill="#EFEFEF"></path><g opacity="0.15"><path d="M23.153 98.6636C25.8083 100.287 29.3186 101.789 34.2445 102.928C39.0442 98.6664 56.07 95.9847 56.491 104.83C56.5675 106.426 56.9822 108.164 57.5908 110.021C53.5758 110.819 45.9311 110.909 38.7007 109.083L38.6877 109.116C37.6032 108.825 36.5394 108.498 35.5055 108.133C34.614 107.825 33.7383 107.485 32.8881 107.107L32.8901 107.092C28.6494 105.196 25.1371 102.497 23.1534 98.6631L23.153 98.6636Z" fill="#000072"></path></g><g opacity="0.15"><path d="M24.9721 133.873C24.9721 133.873 25.2425 136.702 25.8887 139.663C26.5781 142.817 27.269 144.42 27.269 144.42C30.0105 150.442 42.1817 151.389 46.1659 151.681C49.1686 151.901 50.8213 152.36 52.3763 152.106C58.8374 151.044 62.5662 147.871 64.1943 141.61C63.1171 142.064 61.8267 142.204 60.1398 141.771C57.7395 141.156 50.9507 132.364 42.8143 137.12C36.3951 140.872 26.1831 139.485 25.025 131.172C24.9153 132.088 24.8913 132.984 24.9726 133.874L24.9721 133.873Z" fill="#000072"></path></g><path d="M26.2702 134.713C26.2865 135.698 26.3842 136.691 26.5843 137.681C29.3802 151.542 48.1582 148.055 50.5494 147.236C53.1422 146.349 53.1408 141.88 52.1492 136.698C49.4284 135.518 46.2409 135.117 42.8143 137.12C37.4483 140.256 29.4341 139.802 26.2702 134.713Z" fill="#E0B299"></path><path d="M30.6208 119.345C29.0879 123.103 25.1268 130.457 26.5836 137.682C29.3785 151.543 48.1575 148.056 50.5487 147.237C57.3279 144.915 46.3687 118.105 46.3687 118.105C46.3687 118.105 45.2217 112.36 39.8999 111.318C34.4015 110.241 32.4164 114.944 30.6213 119.345H30.6208Z" fill="#EFEFEF"></path><g opacity="0.15"><path d="M26.2702 134.713C26.2865 135.698 26.3842 136.691 26.5843 137.681C29.3802 151.542 48.1582 148.055 50.5494 147.236C53.1422 146.349 53.1408 141.88 52.1492 136.698C49.4284 135.518 46.2409 135.117 42.8143 137.12C37.4483 140.256 29.4341 139.802 26.2702 134.713Z" fill="#000072"></path></g><path d="M33.3026 104.045C34.1094 103.221 35.0962 102.731 36.1201 102.26C40.1625 100.474 44.6621 99.478 49.088 99.8292C52.1369 100.066 55.5958 101.369 55.7233 104.86C55.8628 107.251 56.5931 109.507 57.3971 111.717C58.9959 116.017 60.9512 120.14 62.3624 124.48C63.7572 128.728 64.6165 133.223 64.1512 137.679C63.7629 140.939 62.9373 144.255 60.8824 146.844C58.8342 149.434 55.7146 150.736 52.4631 151.277C51.4003 151.487 50.3596 151.321 49.2727 151.199C48.1406 151.064 46.9566 150.943 45.8096 150.873C41.323 150.56 36.7706 149.945 32.6006 148.271C30.5322 147.426 28.5596 146.325 27.2692 144.42C28.6934 149 34.5641 150.664 38.7846 151.517C42.1982 152.238 45.6378 152.338 49.0774 152.791C50.1864 152.926 51.3849 153.079 52.5204 152.89C56.0894 152.336 59.8412 150.795 62.1122 147.812C65.624 143.232 66.2461 136.342 65.3786 130.809C64.3172 123.939 61.1778 117.653 58.7856 111.215C58.0327 109.096 57.3615 106.931 57.2566 104.786C57.2302 104.152 57.1229 103.506 56.9035 102.885C55.8257 99.7157 52.2553 98.4814 49.2318 98.2375C44.8396 97.7756 35.0202 99.4349 33.3021 104.044L33.3026 104.045Z" fill="#000072"></path><path d="M24.9713 133.874C25.2306 129.582 27.1306 125.827 28.7097 121.907C30.3354 117.982 31.8351 113.933 32.5332 109.718C31.6243 111.661 30.7891 113.604 29.9322 115.539C28.241 119.451 26.3935 123.29 25.2893 127.442C24.7654 129.531 24.5041 131.75 24.9708 133.874L24.9713 133.874Z" fill="#000072"></path><path d="M43.0271 145.076C43.0271 145.076 43.0311 145.082 43.0371 145.097C43.0311 145.085 43.0271 145.076 43.0271 145.076Z" fill="#F9D3B7"></path><path d="M32.8644 139.157C32.8524 143.496 36.8679 144.786 39.4097 144.475C43.2857 144.001 43.5902 140.885 46.1398 139.042C55.9644 131.797 57.0537 122.932 57.0537 114.779L45.8621 114.367C44.949 118.93 43.1957 123.481 39.6652 127.57C37.3144 130.293 33.2551 133.64 32.8856 138.63C32.8721 138.81 32.8644 138.986 32.8644 139.156V139.157Z" fill="white"></path><path d="M32.8644 139.157C32.8524 143.496 36.8679 144.787 39.4097 144.476C43.2857 144.002 43.5902 140.885 46.1398 139.042C55.9644 131.797 57.0537 122.933 57.0537 114.779C57.0537 114.779 56.6842 122.732 53.1041 128.892C50.9573 132.584 43.7495 137.674 42.1468 139.644C40.167 142.078 35.2215 142.694 32.8644 139.157Z" fill="#EFEFEF"></path><path d="M45.8616 114.368C44.3961 118.741 42.4933 122.974 39.5256 126.528C37.5487 128.912 35.094 131.082 33.5948 133.913C31.471 137.78 31.2579 143.102 36.1496 144.823C37.7969 145.4 39.644 145.43 41.2755 144.776C42.8988 144.159 43.9987 142.651 44.9489 141.367C45.4089 140.769 45.8766 140.233 46.4198 139.811L47.3493 139.104C52.1428 135.467 55.7239 130.146 56.7722 124.196C57.3592 121.085 57.3708 117.91 57.0523 114.78C56.9103 116.178 56.7107 118.059 56.5192 119.419C55.5006 127.089 52.5749 133.083 46.3813 137.872L45.4479 138.586C44.757 139.126 44.1965 139.783 43.7091 140.42C42.3095 142.353 41.2457 143.742 38.6904 143.777C37.3033 143.794 35.8575 143.338 34.8837 142.429C32.7181 140.365 33.5957 136.93 34.8645 134.599C36.3218 131.904 38.7847 129.871 40.7275 127.502C41.7504 126.263 42.6212 124.901 43.353 123.478C44.7998 120.646 45.6528 117.525 45.8612 114.369L45.8616 114.368Z" fill="#000072"></path><path d="M35.1271 137.85C34.0229 139.488 33.5423 142.003 34.4468 143.849L35.6318 143.091C35.0824 142.447 34.825 141.544 34.7663 140.677C34.7162 139.743 34.7562 138.728 35.1271 137.85Z" fill="#000072"></path><path d="M38.2546 138.773C37.2346 140.507 36.7414 142.917 37.5353 144.847L38.7598 144.155C38.5173 143.842 38.3292 143.448 38.1968 143.019C37.8119 141.665 37.8187 140.129 38.2546 138.774V138.773Z" fill="#000072"></path><path d="M44.1812 154.294C44.8081 154.375 51.7547 154.101 55.8337 149.465C55.8337 149.465 59.3233 146.244 60.1393 141.771C61.4682 134.486 57.0529 131.465 57.0529 131.465C49.5564 128.795 45.3051 136.544 45.3051 136.544C45.3051 136.544 45.18 137.807 45.0082 139.658C44.5391 144.732 43.7198 154.235 44.1812 154.294Z" fill="white"></path><g opacity="0.15"><path d="M44.1815 154.294C44.8084 154.375 51.755 154.101 55.834 149.466C55.834 149.466 59.3237 146.245 60.1396 141.771C60.1396 141.771 58.6669 141.483 56.8752 143.218C55.4679 144.58 54.1799 145.807 53.3201 143.783C52.4603 141.759 52.6355 140.632 51.6193 138.87C51.2161 138.17 48.3361 138.73 45.0091 139.659C44.54 144.733 43.7206 154.236 44.182 154.295L44.1815 154.294Z" fill="#000072"></path></g><path d="M55.8335 149.466C53.7281 150.948 51.5433 151.992 49.1175 152.724C47.6548 153.167 46.1287 153.538 44.5963 153.599C44.5289 153.601 44.3422 153.604 44.2749 153.599C44.4736 153.615 44.7223 153.786 44.7873 153.991C44.7151 153.371 44.7574 152.606 44.7781 151.9C45.0235 146.813 45.5249 141.693 46.0045 136.614L45.9218 136.881C46.057 136.685 46.2336 136.452 46.3962 136.24C48.1942 133.897 50.6195 131.843 53.6473 131.433C54.7688 131.259 55.9067 131.325 57.0527 131.466C54.9848 130.148 52.1669 130.061 49.9397 131.116C47.6692 132.151 45.8159 134 44.6867 136.209C44.271 138.82 44.1782 141.505 43.9034 144.144C43.6686 147.373 43.3073 150.572 43.3578 153.837C43.3752 154.075 43.3939 154.346 43.5108 154.574C43.609 154.787 43.8524 154.964 44.0949 154.99L44.1074 154.992L44.2085 155.001C48.5771 154.996 53.5953 153.488 55.8335 149.466Z" fill="#000072"></path><path d="M43.0155 154.028C36.6362 152.139 39.0289 140.764 40.5945 137.825C42.6667 133.479 47.4814 132.772 50.4504 134.545C51.6561 135.264 55.0943 138.159 54.0974 143.999C53.0471 150.15 48.4022 155.59 43.0155 154.028V154.028Z" fill="white"></path><g opacity="0.3"><path d="M39.4106 141.354C39.6738 140.47 39.9605 139.736 40.2237 139.243C42.2959 134.896 47.1116 134.189 50.0806 135.962C51.2868 136.681 54.724 139.577 53.7281 145.417C53.692 145.63 53.6511 145.841 53.6049 146.052C53.8132 145.383 53.9773 144.696 54.0971 143.998C55.095 138.158 51.6559 135.263 50.4497 134.544C47.4825 132.771 42.6664 133.479 40.5947 137.824C40.2016 138.562 39.7561 139.833 39.4106 141.354Z" fill="white"></path></g><path d="M43.0146 154.027C47.4304 155.308 51.3512 151.882 53.1963 147.214C51.0129 150.856 47.4925 153.033 43.6545 151.814C39.7896 150.586 38.8822 145.837 39.3864 141.46C38.3784 145.984 38.276 152.624 43.0146 154.027Z" fill="#EFEFEF"></path><path d="M44.8808 154.999C46.2731 154.999 47.6477 154.591 48.9372 153.787C51.8389 151.978 54.0819 148.272 54.7911 144.116C55.9655 137.238 51.3433 134.26 50.8121 133.943C49.0815 132.909 46.8327 132.658 44.7975 133.272C42.6849 133.908 40.9692 135.413 39.965 137.51C38.6511 139.991 37.1509 146.824 38.9537 151.107C39.7346 152.964 41.0336 154.172 42.8143 154.7C42.8157 154.7 42.8167 154.701 42.8182 154.701C43.5042 154.9 44.1947 154.999 44.8803 154.999H44.8808ZM47.0564 134.342C48.139 134.342 49.2003 134.616 50.0885 135.145C50.535 135.412 54.4211 137.921 53.4035 143.881C52.7593 147.654 50.7616 150.995 48.19 152.599C46.5936 153.594 44.9197 153.849 43.2141 153.355C41.8395 152.947 40.871 152.035 40.2528 150.565C38.6395 146.732 40.043 140.355 41.2165 138.154C41.2213 138.144 41.2261 138.135 41.2304 138.125C42.2952 135.892 43.9801 134.983 45.2055 134.614C45.8103 134.432 46.4367 134.342 47.0564 134.342V134.342Z" fill="#000072"></path><path d="M44.4573 151.027C42.3264 150.561 41.0691 148.049 41.6491 145.415C42.2291 142.782 44.4267 141.024 46.5576 141.489C48.6886 141.955 49.9458 144.467 49.3658 147.101C48.7858 149.734 46.5882 151.492 44.4573 151.027Z" fill="#FFABAB"></path><path d="M42.896 140.995C42.1132 140.824 41.6513 139.901 41.8644 138.933C42.0774 137.966 42.8848 137.32 43.6676 137.491C44.4504 137.662 44.9122 138.585 44.6992 139.553C44.4861 140.52 43.6788 141.166 42.896 140.995Z" fill="#FFABAB"></path><path d="M50.1948 143.335C49.412 143.164 48.9501 142.241 49.1632 141.273C49.3763 140.306 50.1836 139.66 50.9664 139.831C51.7492 140.002 52.2111 140.925 51.998 141.892C51.7849 142.86 50.9776 143.506 50.1948 143.335Z" fill="#FFABAB"></path><path d="M47.0524 140.812C46.1837 140.623 45.6711 139.599 45.9075 138.525C46.1439 137.452 47.0398 136.735 47.9085 136.925C48.7772 137.115 49.2898 138.139 49.0534 139.212C48.817 140.286 47.9211 141.002 47.0524 140.812Z" fill="#FFABAB"></path><path d="M14.8493 20.4927L25.6319 30.3584C25.6319 30.3584 28.5365 27.1318 32.2234 29.5127C39.079 33.9395 37.7001 50.0212 37.805 50.9963C37.9104 51.9714 42.6259 54.749 43.4713 51.5258C46.7343 39.0832 42.6418 28.8064 38.8856 24.174C35.1294 19.5416 14.8493 20.4927 14.8493 20.4927Z" fill="#FFABAB"></path><path d="M43.4716 51.526C42.6253 54.7497 37.9117 51.9706 37.8054 50.9965C37.713 50.1432 38.758 37.7135 34.422 31.6614C33.8043 30.797 33.0773 30.0654 32.2233 29.5129C28.5369 27.1315 25.6318 30.3591 25.6318 30.3591L14.8497 20.4939C14.8497 20.4939 35.1298 19.5418 38.886 24.1747C41.396 27.2705 44.0572 32.8885 44.571 39.989C44.8265 43.5117 44.5546 47.4 43.4716 51.5265V51.526Z" fill="#FFABAB"></path><path d="M44.5703 39.988C44.475 39.736 44.3721 39.4485 44.2629 39.1256C41.8336 31.9767 36.9555 30.3547 34.4213 31.6604C33.8036 30.796 33.0766 30.0644 32.2226 29.5119C28.5362 27.1305 25.6311 30.3581 25.6311 30.3581L14.849 20.4929C14.849 20.4929 35.1291 19.5408 38.8853 24.1737C41.3953 27.2695 44.0565 32.8875 44.5703 39.988Z" fill="#FF8A8A"></path><path d="M41.5492 53.74C42.8685 53.74 43.8096 53.0093 44.1526 51.7027C45.6321 46.0602 45.7514 40.2031 44.4971 34.7638C43.5166 30.5133 41.6714 26.4927 39.4337 23.7333C37.7469 21.6528 33.0597 20.3615 25.5026 19.8963C19.9888 19.5565 14.8672 19.7899 14.8167 19.7923C14.5328 19.8057 14.285 19.9873 14.1878 20.2537C14.0911 20.5196 14.1643 20.8177 14.3731 21.0093L25.1557 30.875C25.2942 31.0015 25.4776 31.0662 25.6662 31.059C25.8543 31.0499 26.0309 30.966 26.1564 30.8266C26.258 30.7155 28.7175 28.084 31.8405 30.1012C35.6217 32.5429 37.3947 39.2424 37.1113 50.0141C37.0944 50.6495 37.0887 50.9135 37.1055 51.0716C37.2224 52.1564 39.4809 53.5977 41.2711 53.7304C41.3654 53.7371 41.4583 53.741 41.5492 53.741V53.74ZM19.0218 21.1061C25.7965 21.1061 36.0037 21.7352 38.3377 24.6144C41.555 28.5823 46.1128 38.6775 42.7896 51.3486C42.6241 51.9801 42.2921 52.2834 41.7133 52.3318C40.4099 52.4425 38.7447 51.304 38.5032 50.8795C38.5003 50.7425 38.5095 50.3912 38.5181 50.051C38.8155 38.758 36.8265 31.6498 32.606 28.9249C29.7043 27.0504 27.0143 28.2239 25.6209 29.3973L16.5906 21.1349C17.3267 21.1176 18.1456 21.1071 19.0213 21.1071L19.0218 21.1061Z" fill="#000072"></path><path d="M43.9731 53.1933C49.6052 34.6032 45.5454 12.0674 26.0149 11.0368C11.619 10.2773 4.09892 28.4706 12.8791 34.5429C23.1055 40.2112 26.1102 24.7653 33.8082 24.9805C41.7594 25.6024 44.945 36.8658 42.1467 53.4678L43.9731 53.1933Z" fill="white"></path><g opacity="0.15"><path d="M35.5732 23.8136C35.0421 23.6766 34.4864 23.5846 33.9215 23.5405L33.885 23.5376L33.8484 23.5367C29.9666 23.4284 27.2786 26.39 24.679 29.2548C21.8312 32.3928 19.3721 35.1024 15.7016 34.1556C15.0506 33.9874 14.3602 33.7057 13.6477 33.3161C10.0849 30.8025 10.0964 26.1744 11.3021 22.668C10.7638 27.7973 12.2428 30.5097 15.1098 31.2725C22.0578 33.1216 23.4541 25.1361 30.2264 23.0925C33.0969 22.2262 35.5728 23.8136 35.5728 23.8136H35.5732Z" fill="#000072"></path></g><path d="M42.8409 53.584C44.8429 41.7059 43.8744 32.5235 40.1144 27.7287C38.4742 25.6377 36.3712 24.4776 33.8635 24.2817C33.852 24.2807 33.84 24.2802 33.8284 24.2797C30.2902 24.1724 27.719 27.0138 25.2325 29.7535C21.8747 33.4535 18.7022 36.948 13.2529 33.9475C9.96098 31.6495 8.94291 27.2395 10.5975 22.4283C12.5317 16.805 18.0387 11.3221 25.9783 11.7375C32.3008 12.071 37.2449 14.7044 40.6735 19.5649C46.0934 27.2476 47.124 40.3686 43.2999 52.9918L44.6481 53.3967C46.5192 47.2214 47.301 40.7941 46.9094 34.8095C46.4922 28.4316 44.7342 22.8816 41.8258 18.7585C38.1879 13.6019 32.7338 10.6896 26.0529 10.3375C17.3791 9.87747 11.3707 15.852 9.26575 21.9741C7.39367 27.4172 8.62489 32.4545 12.4783 35.1195C12.4975 35.133 12.5172 35.1449 12.5374 35.1564C18.9841 38.7299 22.8586 34.4607 26.2776 30.6946C28.65 28.0808 30.8882 25.6166 33.7716 25.6817C35.8617 25.8499 37.6226 26.8293 39.0054 28.5926C42.4686 33.0089 43.361 42.0337 41.4534 53.3526L42.8419 53.5845L42.8409 53.584Z" fill="#000072"></path><path d="M36.4292 104.901C20.9893 101.03 14.4069 92.8383 13.2301 87.1383C11.9556 80.964 14.8833 75.9803 16.368 74.3541C18.5682 64.2675 26.1634 49.2912 40.0079 47.5903C43.3676 47.0483 59.881 50.0311 66.9483 55.6055C78.1562 62.3299 82.1896 76.4327 77.7867 92.9039C74.8388 105.508 64.5754 111.722 46.9617 107.672" fill="white"></path><path d="M77.7867 92.9046C74.8388 105.508 64.5753 111.723 46.9621 107.673L36.4292 104.902C20.9892 101.03 14.4074 92.8389 13.2291 87.1385C12.8495 85.3014 12.8422 83.5655 13.0612 81.9958C13.5702 78.2968 15.3225 75.5009 16.3656 74.3577C16.3656 74.3558 16.368 74.3562 16.368 74.3543C18.5687 64.2678 26.1628 49.2915 40.0073 47.5914C43.368 47.0486 59.8814 50.0317 66.9482 55.6052C78.1552 62.3315 82.1904 76.4329 77.7862 92.9046H77.7867Z" fill="white"></path><path d="M77.7867 92.9041C77.0125 96.2122 75.7361 99.0799 73.952 101.437C68.9459 108.063 59.9531 110.659 46.9621 107.673L36.4292 104.902C22.8344 101.494 16.1072 94.7359 13.8906 89.2784C13.589 88.5367 13.371 87.8203 13.2291 87.1385C12.8495 85.3014 12.8422 83.5655 13.0612 81.9958C13.5702 78.2968 15.3225 75.5009 16.3656 74.3577C16.3656 74.3558 16.368 74.3562 16.368 74.3543C18.5687 64.2678 26.1628 49.2915 40.0073 47.5914C43.368 47.0486 59.8814 50.0317 66.9482 55.6052C78.1552 62.3315 82.1904 76.4329 77.7862 92.9046L77.7867 92.9041Z" fill="white"></path><g opacity="0.15"><path d="M73.9521 101.437C68.946 108.063 59.9532 110.658 46.9622 107.673L36.4293 104.902C22.8345 101.494 16.1073 94.7358 13.8907 89.2783C13.8922 89.2807 13.8941 89.2807 13.896 89.2831C21.0625 95.5346 54.0358 114.338 73.9521 101.437V101.437Z" fill="#000072"></path></g><path d="M18.9805 79.0095C18.6437 81.342 16.7187 82.9979 14.6821 82.7061C14.0749 82.6189 13.524 82.3683 13.0621 81.9955C13.5711 78.2965 15.3234 75.5007 16.3665 74.3574C18.1452 74.8807 19.2913 76.8562 18.9805 79.0095Z" fill="#FFABAB"></path><path d="M42.1754 106.477C32.0534 103.181 15.8268 97.9123 13.857 85.9369C13.3042 82.0606 14.4185 77.845 16.9069 74.8063C16.9839 74.7172 17.0339 74.6108 17.057 74.503C17.6589 71.8586 18.5365 69.2697 19.6128 66.7753C23.2314 58.3221 29.9292 49.9749 39.534 48.5254C40.1744 48.4387 40.7907 48.3534 41.446 48.3989C44.8332 48.5657 48.1958 49.259 51.5074 50.0544C56.7118 51.4166 62.061 53.0567 66.4042 56.291C69.2168 57.9867 71.6913 60.2219 73.5927 62.8951C79.4033 71.0263 79.602 81.7918 77.3797 91.2234C77.0314 92.6062 76.5656 94.6479 76.0417 95.9631C74.402 100.522 71.0317 104.457 66.5201 106.368C63.5265 107.689 60.2288 108.169 56.9605 108.25C53.6566 108.343 50.3291 108.036 46.9626 107.672C48.5561 108.249 50.1997 108.686 51.8716 109.006C60.3462 110.697 70.0757 108.661 75.1174 101.133C76.5993 98.9755 77.6347 96.5601 78.3198 94.0523L78.9511 91.5933C80.5431 84.9705 80.9766 77.9505 79.2859 71.2821C77.6429 64.5764 73.4311 58.3916 67.4025 54.8569C65.6074 53.4334 62.4849 51.8287 59.9681 50.8857C54.0314 48.6653 47.8465 47.0899 41.4999 46.6754C39.3194 46.6218 37.1288 47.1824 35.084 47.9088C24.4145 51.9427 18.0241 63.6129 15.681 74.2054C15.681 74.2064 15.8479 73.883 15.8479 73.883C12.9318 77.2174 11.6472 81.7985 12.2207 86.1631C14.0639 98.7374 31.0709 105.074 42.1759 106.478L42.1754 106.477Z" fill="#000072"></path><path d="M42.4961 95.9597C42.6289 95.9597 42.767 95.9496 42.9099 95.929C43.4819 95.8471 43.9159 95.6056 44.1993 95.2127C44.8026 94.3751 44.565 93.0982 44.3739 92.0723C44.3379 91.8792 44.3042 91.6981 44.2801 91.5362C44.2513 91.3445 44.0732 91.2132 43.8798 91.241C43.6874 91.2698 43.5551 91.448 43.5834 91.6397C43.6089 91.8093 43.6441 91.9986 43.6816 92.2003C43.8394 93.0484 44.0554 94.2093 43.6268 94.804C43.4569 95.0392 43.1899 95.1806 42.8088 95.2352C42.3498 95.3008 41.9899 95.2314 41.709 95.021C41.0801 94.551 40.9233 93.4465 40.8093 92.6397C40.7842 92.4624 40.7607 92.2995 40.7352 92.1586C40.7005 91.9684 40.5186 91.8419 40.3262 91.8759C40.1347 91.9104 40.0077 92.0929 40.0423 92.2832C40.0664 92.4164 40.088 92.5707 40.1121 92.7379C40.2434 93.6665 40.4239 94.9372 41.2865 95.5821C41.6228 95.8337 42.0284 95.9602 42.4961 95.9602V95.9597Z" fill="#000072"></path><path d="M41.8566 92.0232L42.6533 94.3729L42.3974 91.9326L41.8566 92.0232Z" fill="#3A3A3A"></path><path d="M35.5017 88.5037C35.6807 87.1621 35.9458 85.7754 36.4385 84.5311L35.4166 84.2666C35.2414 85.7007 35.3324 87.0941 35.5017 88.5037Z" fill="#000072"></path><path d="M33.3199 81.4591C33.0418 82.6019 34.0752 83.9195 34.9105 84.7638C35.4888 85.3484 36.3519 85.5568 37.1347 85.3004C38.2654 84.9305 39.7901 84.2295 40.0682 83.0872C40.5195 81.2315 33.7712 79.6033 33.3199 81.4591Z" fill="#000072"></path><g opacity="0.35"><path d="M34.7175 81.4249C34.6699 81.6209 35.0664 81.8998 35.3781 82.0852C35.5942 82.2136 35.8901 82.285 36.1407 82.2692C36.503 82.2467 36.9837 82.1791 37.0313 81.9831C37.1088 81.665 34.795 81.1068 34.7175 81.4249Z" fill="white"></path></g><path d="M50.5762 89.1663C47.5905 88.6061 45.6967 85.3681 46.3464 81.9341C46.996 78.5002 49.9431 76.1705 52.9288 76.7307C55.9146 77.291 57.8083 80.5289 57.1586 83.9629C56.509 87.3969 53.5619 89.7265 50.5762 89.1663Z" fill="#000072"></path><path d="M53.3329 85.5468C52.3595 85.3642 51.7586 84.2211 51.9908 82.9936C52.223 81.7662 53.2004 80.9192 54.1739 81.1019C55.1474 81.2845 55.7483 82.4277 55.5161 83.6551C55.2838 84.8825 54.3064 85.7295 53.3329 85.5468Z" fill="white"></path><g opacity="0.2"><path d="M48.8501 85.9038C48.3109 85.8026 48.0011 85.0473 48.1583 84.2166C48.3154 83.386 48.8799 82.7947 49.4192 82.8959C49.9584 82.9971 50.2681 83.7524 50.111 84.583C49.9538 85.4136 49.3893 86.005 48.8501 85.9038Z" fill="white"></path></g><path d="M26.0685 81.4378C23.4071 80.9384 21.719 78.0523 22.2981 74.9915C22.8772 71.9307 25.5041 69.8543 28.1655 70.3536C30.8269 70.853 32.5149 73.7391 31.9359 76.7999C31.3568 79.8607 28.7299 81.9371 26.0685 81.4378Z" fill="#000072"></path><path d="M28.526 78.211C27.6583 78.0482 27.1226 77.0293 27.3296 75.9353C27.5366 74.8412 28.4078 74.0863 29.2755 74.2491C30.1433 74.412 30.6789 75.4308 30.4719 76.5249C30.2649 77.6189 29.3937 78.3738 28.526 78.211Z" fill="white"></path><g opacity="0.2"><path d="M24.529 78.5296C24.0486 78.4394 23.7726 77.7662 23.9127 77.0258C24.0528 76.2854 24.5558 75.7583 25.0363 75.8485C25.5167 75.9386 25.7927 76.6119 25.6526 77.3523C25.5126 78.0926 25.0095 78.6197 24.529 78.5296Z" fill="white"></path></g><path d="M70.6924 58.4178C65.731 53.402 59.3238 51.5942 52.2054 46.1405C50.4291 44.7792 47.5798 41.5742 47.5798 41.5742C47.5798 41.5742 45.6722 45.1276 45.6067 47.5171C40.9508 45.9963 38.7001 47.5569 32.1524 45.7361C32.7904 47.9412 34.56 51.15 38.2363 51.9459" fill="white"></path><path d="M71.1939 57.9256C67.7653 54.4537 63.2783 52.2688 59.1261 49.8596C56.5824 48.3599 54.0589 46.8012 51.8197 44.899C50.5139 43.7188 49.2885 42.4151 48.1073 41.1094C47.8513 40.8166 47.4029 40.7884 47.1128 41.0476C46.7226 41.5445 46.5297 42.1626 46.2535 42.7126C45.5948 44.2454 44.9939 45.7983 44.9035 47.4979L45.8267 46.8506C42.5724 45.5257 38.9726 46.1347 35.6032 45.6354C34.4985 45.4869 33.404 45.2406 32.3079 44.9833C31.7518 44.8357 31.222 45.4122 31.4116 45.9493C31.9182 47.4974 32.7044 48.9713 33.8952 50.1035C34.4875 50.667 35.175 51.1351 35.9188 51.4547C36.6612 51.7748 37.4565 51.9458 38.2369 51.9458C37.5296 51.609 36.8859 51.2309 36.3114 50.7849C34.6231 49.4667 33.453 47.5688 32.8949 45.5233L31.9456 46.4768C33.0595 46.8113 34.1993 47.0786 35.3583 47.2713C37.8876 47.7312 40.5083 47.4519 43.0102 47.7183L43.8074 47.8309C44.2294 47.9066 45.0189 48.0853 45.4327 48.1951C45.8619 48.3062 46.2987 47.9775 46.3108 47.5367C46.3276 47.0853 46.4132 46.6067 46.5277 46.1294C46.8953 44.6752 47.5165 43.2392 48.2006 41.9057L47.0527 42.0399C48.7025 43.8314 50.3465 45.6675 52.3287 47.1059C56.1686 50.022 60.546 52.1806 64.6336 54.6506C66.6428 55.8701 68.5332 57.2582 70.1912 58.9107L71.1943 57.9266L71.1939 57.9256Z" fill="#000072"></path><path d="M63.8055 99.1454C60.7904 98.7132 58.6195 96.471 58.9568 94.1372C59.2941 91.8034 62.0117 90.2619 65.0269 90.6941C68.0421 91.1262 70.2129 93.3685 69.8756 95.7022C69.5384 98.036 66.8207 99.5776 63.8055 99.1454Z" fill="#FFABAB"></path><path d="M38.0741 90.9737C39.377 93.5156 43.7452 93.8659 44.9961 90.7634C44.9961 90.7634 43.2578 88.337 41.2577 88.5152C39.2577 88.6935 38.0741 90.9737 38.0741 90.9737Z" fill="white"></path><path d="M38.074 90.9732C39.2249 94.1241 44.2508 94.1624 45.3228 90.8932C45.3858 90.7097 45.2872 90.5103 45.1034 90.4476C44.9311 90.3891 44.7444 90.471 44.6699 90.632C44.3879 91.2209 43.9741 91.7178 43.4449 92.0604C41.7354 93.1236 39.3312 92.6555 38.0745 90.9727L38.074 90.9732Z" fill="#000072"></path><path d="M43.7793 90.3092C44.3475 90.67 44.9162 91.0782 45.2891 91.6426C45.3579 91.7303 45.4132 91.8276 45.5085 91.9287C45.6259 91.6997 45.6663 91.439 45.6119 91.1865C45.4849 90.4007 44.4769 89.8698 43.7793 90.3092Z" fill="#000072"></path><path d="M45.607 47.5166C47.1683 48.1912 48.8181 49.5995 50.1123 49.9837L45.607 47.5166Z" fill="white"></path><path d="M45.326 48.1596C46.9118 48.5712 48.4586 49.6593 50.1113 49.9837C48.5125 49.1605 47.4718 47.7959 45.886 46.873L45.3255 48.1596H45.326Z" fill="#3A3A3A"></path><path d="M64.5563 59.2336C74.6605 31.7137 55.2435 21.7272 53.2136 10.4251C52.3972 5.87936 55.0188 1.73951 59.0517 0.910583C63.6118 -0.0266332 75.0444 2.05719 79.8312 13.9521C87.0799 31.9657 76.0418 55.1814 70.2788 62.1454" fill="white"></path><path d="M70.2791 62.1451L67.8253 60.8969L64.7461 59.3325L64.5546 59.2347C64.6648 58.9333 64.773 58.6329 64.8746 58.3363C64.9857 58.0239 65.0911 57.7134 65.1916 57.4058C72.8185 34.2346 59.0721 23.9104 54.4696 14.1688C53.8788 12.9202 53.4395 11.6806 53.2139 10.4252C52.3969 5.87955 55.0186 1.7397 59.0519 0.910289C63.6106 -0.0259683 75.0432 2.05689 79.83 13.9532C87.0792 31.9664 76.0406 55.1821 70.2786 62.1451H70.2791Z" fill="white"></path><path d="M68.9721 59.9049C67.7736 61.4995 66.7041 60.9921 65.3694 60.2753C64.1608 59.6265 64.7825 58.706 64.8748 58.3361C64.9475 58.0491 65.0509 57.7382 65.1919 57.4056C72.1476 36.2732 61.326 25.8263 55.8763 16.7618C54.8385 13.7192 54.7903 8.31583 58.4407 6.818C64.5862 4.29672 76.5682 13.0469 77.9808 25.501C79.6056 39.8261 71.2787 56.9595 68.9717 59.9044L68.9721 59.9049Z" fill="#FFABAB"></path><path d="M75.3956 45.6035L75.3918 45.6193C73.1574 52.704 70.2052 58.3301 68.9721 59.9041C67.7745 61.4987 66.7045 60.9913 65.3694 60.274C64.1617 59.6267 64.7833 58.7058 64.8757 58.3364C64.9484 58.0494 65.0518 57.7384 65.1928 57.4059C71.6322 37.8422 62.8362 27.4375 57.1714 18.807C56.7167 18.1156 56.2832 17.4347 55.8781 16.7615C54.8389 13.7189 54.7912 8.31654 58.4425 6.81776C64.5875 4.29743 76.5701 13.0462 77.9822 25.5017C78.7371 32.1643 77.3399 39.4354 75.3961 45.603L75.3956 45.6035Z" fill="#FFABAB"></path><path d="M75.3951 45.6035C80.9243 24.7173 68.7637 7.55517 59.7079 11.0601C57.0973 12.0702 56.773 15.4693 57.1704 18.807C56.7157 18.1156 56.2822 17.4347 55.8771 16.7615C54.8379 13.7189 54.7903 8.31654 58.4415 6.81776C64.5865 4.29743 76.5691 13.0462 77.9812 25.5017C78.7361 32.1643 77.3389 39.4354 75.3951 45.603V45.6035Z" fill="#FF8A8A"></path><path d="M57.8912 18.6277C56.1653 16.1826 55.2613 12.6796 56.4776 9.88758C57.0703 8.57376 58.2227 7.55221 59.6511 7.26951C61.083 6.96621 62.6659 7.23933 64.1333 7.78603C68.6295 9.54355 72.2284 13.2685 74.5739 17.4208C77.0637 21.7245 77.7248 26.6367 77.476 31.5432C77.0464 39.8224 74.6335 47.9177 71.3123 55.4906C70.6127 57.0014 69.9069 58.5212 68.9711 59.9045C70.0099 58.5893 70.8124 57.1039 71.5957 55.6277C75.4125 48.1568 78.1328 40.0203 78.7616 31.6141C79.3226 24.4101 77.7522 18.0245 73.0155 12.4194C70.2023 9.14586 66.4832 6.28774 62.0866 5.62555C57.845 5.00409 54.6743 7.7156 54.4212 11.9393C54.2586 14.6288 55.1631 17.3053 56.7552 19.4557L57.8912 18.6273V18.6277Z" fill="#000072"></path><path d="M64.5559 59.2341C68.6547 51.1714 69.3879 41.3757 66.1615 32.8766C64.0916 27.214 60.4043 22.3381 57.146 17.3866C56.357 16.1523 55.6122 14.8998 55.0146 13.5989C54.42 12.3038 53.9691 10.9421 53.8282 9.58079C53.5395 6.89037 54.6769 4.00925 56.9781 2.5167C59.3592 0.964731 62.4192 1.32745 65.0871 1.8962C74.2344 4.05716 79.3339 11.517 80.8446 20.3957C82.8158 32.0189 79.4128 43.8649 74.5447 54.386C73.2856 57.0616 71.9297 59.6802 70.2785 62.1463C72.3671 60.0026 74.0073 57.455 75.4781 54.8609C81.0544 44.6042 84.4372 31.7611 82.4044 20.1173C80.8114 10.6627 75.1167 2.75387 65.4119 0.50379C62.4034 -0.146895 58.9099 -0.435343 56.2001 1.33751C53.437 3.11803 52.0581 6.5243 52.3877 9.71783C52.5488 11.3115 53.0463 12.8031 53.6781 14.2022C55.5771 18.286 58.4355 21.847 60.7353 25.6361C63.0606 29.3582 64.9476 33.3159 65.9209 37.5828C67.6453 44.7609 66.2741 52.1729 64.5555 59.2346L64.5559 59.2341Z" fill="#000072"></path></g><defs><clipPath id="clip0_1635_13955"><rect width="82" height="155" fill="white" transform="matrix(-1 0 0 1 83 0)"></rect></clipPath></defs>', 3)
148
+ ])]);
149
+ }
150
+ const l1 = /* @__PURE__ */ y(C1, [["render", a1]]), e1 = {
151
+ key: 0,
152
+ class: "one-mascot-toast flex",
153
+ "data-test": "mascot-toast"
154
+ }, i1 = {
155
+ class: "speech-bubble mr-2",
156
+ tabindex: "-1"
157
+ }, p1 = { class: "rounded-t absolute right-1 top-1" }, s1 = /* @__PURE__ */ F({
158
+ __name: "OneMascotToast",
159
+ props: {
160
+ /** State from useMascotToast(). */
161
+ use: {
162
+ type: Object,
163
+ required: !0
164
+ }
165
+ },
166
+ setup(t) {
167
+ const a = t, C = n(() => a.use.isOpened.value), s = () => a.use.close();
168
+ return (e, p) => C.value ? (h(), c("div", e1, [
169
+ l("div", i1, [
170
+ l("div", p1, [
171
+ l("button", {
172
+ type: "button",
173
+ class: "text-gray-400 bg-transparent hover:bg-gray-100/10 hover:text-gray-900 rounded-lg text-sm p-1.5 ml-auto inline-flex items-center",
174
+ "data-test": "mascot-close",
175
+ onClick: s
176
+ }, [
177
+ Z(A(B), { class: "w-5 h-5" })
178
+ ])
179
+ ]),
180
+ g(e.$slots, "default", {}, void 0, !0)
181
+ ]),
182
+ g(e.$slots, "mascot", {}, () => [
183
+ Z(l1, { class: "mt-auto mr-3" })
184
+ ], !0)
185
+ ])) : u("", !0);
186
+ }
187
+ });
188
+ const u1 = /* @__PURE__ */ y(s1, [["__scopeId", "data-v-17a38d63"]]);
189
+ function M1() {
190
+ const t = d(!1), a = d(null), C = () => {
191
+ t.value = !1, a.value = null;
192
+ }, s = (p) => {
193
+ t.value = !0, a.value = p ?? null;
194
+ }, e = (p) => {
195
+ p.key === "Escape" && C();
196
+ };
197
+ return _(() => document.addEventListener("keydown", e)), O(() => document.removeEventListener("keydown", e)), { isOpened: t, data: a, open: s, close: C };
198
+ }
137
199
  export {
138
- se as OneToast,
139
- j as toastProps,
140
- te as useToast
200
+ u1 as OneMascotToast,
201
+ f1 as OneToast,
202
+ l1 as RabbitIcon,
203
+ q as toastProps,
204
+ M1 as useMascotToast,
205
+ r1 as useToast
141
206
  };
@@ -0,0 +1,12 @@
1
+ import type { Ref } from 'vue';
2
+ export interface UseMascotToastReturn<T = unknown> {
3
+ isOpened: Ref<boolean>;
4
+ data: Ref<T | null>;
5
+ open: (state?: T) => void;
6
+ close: () => void;
7
+ }
8
+ /**
9
+ * State for OneMascotToast (ported from the finance/vizor useRabbitToast).
10
+ * Escape closes the toast.
11
+ */
12
+ export declare function useMascotToast<T = unknown>(): UseMascotToastReturn<T>;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -1,4 +1,4 @@
1
- "use strict";const d=new WeakMap;let c=!1,n=null,f=null;function g(){if(c||typeof document>"u")return;const t=document.createElement("style");t.setAttribute("data-onetooltip",""),t.textContent=`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const g=require("../OneTooltip.vue_vue_type_script_setup_true_lang-e83a81ea.cjs");require("vue");const d=new WeakMap;let u=!1,n=null,f=null;function y(){if(u||typeof document>"u")return;const t=document.createElement("style");t.setAttribute("data-onetooltip",""),t.textContent=`
2
2
  .one-tooltip-floating {
3
3
  position: fixed;
4
4
  visibility: hidden;
@@ -44,4 +44,4 @@
44
44
  left: 50%;
45
45
  margin-left: -4px;
46
46
  }
47
- `,document.head.appendChild(t),c=!0}function y(){return n&&document.body.contains(n)||(n=document.createElement("div"),n.className="one-tooltip-floating",document.body.appendChild(n)),n}function u(t,e,i,r){const o=t.getBoundingClientRect(),p=e.getBoundingClientRect();let a=0,s=0,l="";i.startsWith("right")?(a=o.right+r,s=o.top+o.height/2,l="translateY(-50%)"):i.startsWith("left")?(a=o.left-r-p.width,s=o.top+o.height/2,l="translateY(-50%)"):i.startsWith("bottom")?(a=o.left+o.width/2,s=o.bottom+r,l="translateX(-50%)"):(a=o.left+o.width/2,s=o.top-r-p.height,l="translateX(-50%)"),e.style.left=`${a}px`,e.style.top=`${s}px`,e.style.transform=l}function h(){n&&(n.style.visibility="hidden",n.style.opacity="0",f=null)}function m(t){const e=d.get(t);e&&(t.removeEventListener("mouseenter",e.onEnter),t.removeEventListener("mouseleave",e.onLeave),window.removeEventListener("scroll",e.onScroll,!0),window.removeEventListener("resize",e.onScroll),d.delete(t),f===t&&h())}function v(t,e){g(),m(t);let i="",r=8;typeof e.value=="string"?i=e.value:e.value&&typeof e.value=="object"&&(i=e.value.text||"",typeof e.value.offset=="number"&&(r=e.value.offset));const o=e.arg||"top";if(!i)return;const p=()=>{const l=y();l.textContent=i,l.dataset.position=o,l.style.visibility="visible",l.style.opacity="1",f=t,u(t,l,o,r)},a=()=>{f===t&&h()},s=()=>{f===t&&n&&u(t,n,o,r)};t.addEventListener("mouseenter",p),t.addEventListener("mouseleave",a),window.addEventListener("scroll",s,!0),window.addEventListener("resize",s),d.set(t,{onEnter:p,onLeave:a,onScroll:s})}const x=t=>{t.directive("onetooltip",{mounted(e,i){v(e,i)},updated(e,i){v(e,i)},beforeUnmount(e){m(e)}})},b=t=>{x(t)};module.exports=b;
47
+ `,document.head.appendChild(t),u=!0}function x(){return n&&document.body.contains(n)||(n=document.createElement("div"),n.className="one-tooltip-floating",document.body.appendChild(n)),n}function c(t,e,i,s){const o=t.getBoundingClientRect(),p=e.getBoundingClientRect();let a=0,r=0,l="";i.startsWith("right")?(a=o.right+s,r=o.top+o.height/2,l="translateY(-50%)"):i.startsWith("left")?(a=o.left-s-p.width,r=o.top+o.height/2,l="translateY(-50%)"):i.startsWith("bottom")?(a=o.left+o.width/2,r=o.bottom+s,l="translateX(-50%)"):(a=o.left+o.width/2,r=o.top-s-p.height,l="translateX(-50%)"),e.style.left=`${a}px`,e.style.top=`${r}px`,e.style.transform=l}function m(){n&&(n.style.visibility="hidden",n.style.opacity="0",f=null)}function h(t){const e=d.get(t);e&&(t.removeEventListener("mouseenter",e.onEnter),t.removeEventListener("mouseleave",e.onLeave),window.removeEventListener("scroll",e.onScroll,!0),window.removeEventListener("resize",e.onScroll),d.delete(t),f===t&&m())}function v(t,e){y(),h(t);let i="",s=8;typeof e.value=="string"?i=e.value:e.value&&typeof e.value=="object"&&(i=e.value.text||"",typeof e.value.offset=="number"&&(s=e.value.offset));const o=e.arg||"top";if(!i)return;const p=()=>{const l=x();l.textContent=i,l.dataset.position=o,l.style.visibility="visible",l.style.opacity="1",f=t,c(t,l,o,s)},a=()=>{f===t&&m()},r=()=>{f===t&&n&&c(t,n,o,s)};t.addEventListener("mouseenter",p),t.addEventListener("mouseleave",a),window.addEventListener("scroll",r,!0),window.addEventListener("resize",r),d.set(t,{onEnter:p,onLeave:a,onScroll:r})}const b=t=>{t.directive("onetooltip",{mounted(e,i){v(e,i)},updated(e,i){v(e,i)},beforeUnmount(e){h(e)}})},w=t=>{b(t)};exports.OneTooltip=g._sfc_main;exports.default=w;
@@ -1,2 +1,3 @@
1
1
  declare const directives: (app: App) => void;
2
2
  export default directives;
3
+ export { default as OneTooltip } from './OneTooltip.vue';