welcome-ui 0.32.2 → 1.0.0-beta.10

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 (772) hide show
  1. package/dist/AXB53BZF-CAQ85RSy.js +1 -0
  2. package/dist/AXB53BZF-DCqNWRx3.mjs +25 -0
  3. package/dist/Accordion.js +75 -0
  4. package/dist/Accordion.mjs +92 -0
  5. package/dist/Alert.js +37 -0
  6. package/dist/Alert.mjs +120 -0
  7. package/dist/AspectRatio.js +29 -0
  8. package/dist/AspectRatio.mjs +41 -0
  9. package/dist/Avatar.js +5 -0
  10. package/dist/Avatar.mjs +56 -0
  11. package/dist/BYC7LY2E-BE1a2svb.js +1 -0
  12. package/dist/BYC7LY2E-BNqcw1O8.mjs +1074 -0
  13. package/dist/Badge.js +17 -0
  14. package/dist/Badge.mjs +53 -0
  15. package/dist/Box.js +1 -0
  16. package/dist/Box.mjs +8 -0
  17. package/dist/Breadcrumb.js +1 -0
  18. package/dist/Breadcrumb.mjs +11 -0
  19. package/dist/Button.js +78 -0
  20. package/dist/Button.mjs +136 -0
  21. package/dist/ButtonGroup.js +32 -0
  22. package/dist/ButtonGroup.mjs +51 -0
  23. package/dist/Card.js +17 -0
  24. package/dist/Card.mjs +29 -0
  25. package/dist/Checkbox.js +1 -0
  26. package/dist/Checkbox.mjs +6 -0
  27. package/dist/ClearButton.js +14 -0
  28. package/dist/ClearButton.mjs +27 -0
  29. package/dist/CloseButton.js +6 -0
  30. package/dist/CloseButton.mjs +16 -0
  31. package/dist/CustomInput-CHhz-wtr.js +1064 -0
  32. package/dist/CustomInput-DsJYqH0X.mjs +1272 -0
  33. package/dist/DatePicker.js +1 -0
  34. package/dist/DatePicker.mjs +108 -0
  35. package/dist/DateTimePicker.js +38 -0
  36. package/dist/DateTimePicker.mjs +109 -0
  37. package/dist/DateTimePickerCommon.js +1 -0
  38. package/dist/DateTimePickerCommon.mjs +14 -0
  39. package/dist/Drawer.js +1 -0
  40. package/dist/Drawer.mjs +12 -0
  41. package/dist/DropdownMenu.js +45 -0
  42. package/dist/DropdownMenu.mjs +776 -0
  43. package/dist/Field.js +72 -0
  44. package/dist/Field.mjs +177 -0
  45. package/dist/FieldGroup.js +13 -0
  46. package/dist/FieldGroup.mjs +26 -0
  47. package/dist/FileDrop.js +1 -0
  48. package/dist/FileDrop.mjs +11 -0
  49. package/dist/FileUpload.js +3 -0
  50. package/dist/FileUpload.mjs +88 -0
  51. package/dist/Flex.js +1 -0
  52. package/dist/Flex.mjs +26 -0
  53. package/dist/Grid.js +1 -0
  54. package/dist/Grid.mjs +57 -0
  55. package/dist/Hint.js +8 -0
  56. package/dist/Hint.mjs +22 -0
  57. package/dist/ITI7HKP4-BPa8qpnl.js +1 -0
  58. package/dist/ITI7HKP4-Couz1Z73.mjs +473 -0
  59. package/dist/Icon.js +17 -0
  60. package/dist/Icon.mjs +51 -0
  61. package/dist/IconFont.js +17 -0
  62. package/dist/IconFont.mjs +348 -0
  63. package/dist/InputText.js +8 -0
  64. package/dist/InputText.mjs +81 -0
  65. package/dist/JC64G2H7-HxATiU-t.mjs +965 -0
  66. package/dist/JC64G2H7-VmOGyhc1.js +1 -0
  67. package/dist/KUU7WJ55-DN8gk6_R.js +1 -0
  68. package/dist/KUU7WJ55-bC4FU_j7.mjs +61 -0
  69. package/dist/LVA2YJMS-B2HZjIhJ.js +14 -0
  70. package/dist/LVA2YJMS-Dm5ieEMw.mjs +1479 -0
  71. package/dist/Label.js +1 -0
  72. package/dist/Label.mjs +10 -0
  73. package/dist/Link.js +43 -0
  74. package/dist/Link.mjs +78 -0
  75. package/dist/Loader.js +30 -0
  76. package/dist/Loader.mjs +48 -0
  77. package/dist/Logo.js +1 -0
  78. package/dist/Logo.mjs +8 -0
  79. package/dist/MTZPJQMC-C9lHSyrL.mjs +13 -0
  80. package/dist/MTZPJQMC-D0pYOjc_.js +1 -0
  81. package/dist/Modal.js +181 -0
  82. package/dist/Modal.mjs +365 -0
  83. package/dist/NLEBE274-DvH3XTTw.js +1 -0
  84. package/dist/NLEBE274-FThuwZH_.mjs +84 -0
  85. package/dist/P2CTZE2T-5jxBu6ix.mjs +297 -0
  86. package/dist/P2CTZE2T-q8vyaGc0.js +1 -0
  87. package/dist/P4IRICAX-C0oIr4wI.mjs +37 -0
  88. package/dist/P4IRICAX-t3xfwWga.js +1 -0
  89. package/dist/Pagination.js +46 -0
  90. package/dist/Pagination.mjs +160 -0
  91. package/dist/PasswordInput.js +1 -0
  92. package/dist/PasswordInput.mjs +7 -0
  93. package/dist/Picker.js +8 -0
  94. package/dist/Picker.mjs +50 -0
  95. package/dist/Popover.js +1 -0
  96. package/dist/Popover.mjs +8 -0
  97. package/dist/QYJ6MIDR-T-fJ_t8N.js +1 -0
  98. package/dist/QYJ6MIDR-YegHsExc.mjs +97 -0
  99. package/dist/Radio.js +60 -0
  100. package/dist/Radio.mjs +118 -0
  101. package/dist/RadioGroup.js +8 -0
  102. package/dist/RadioGroup.mjs +68 -0
  103. package/dist/RadioTab.js +61 -0
  104. package/dist/RadioTab.mjs +104 -0
  105. package/dist/SYRFVSLH-Babm193P.js +1 -0
  106. package/dist/SYRFVSLH-DXZgEwus.mjs +48 -0
  107. package/dist/Search.js +70 -0
  108. package/dist/Search.mjs +225 -0
  109. package/dist/Select.js +1 -0
  110. package/dist/Select.mjs +13 -0
  111. package/dist/Shape.js +23 -0
  112. package/dist/Shape.mjs +37 -0
  113. package/dist/Slider.js +190 -0
  114. package/dist/Slider.mjs +531 -0
  115. package/dist/Stack.js +1 -0
  116. package/dist/Stack.mjs +32 -0
  117. package/dist/Swiper.js +141 -0
  118. package/dist/Swiper.mjs +448 -0
  119. package/dist/System.js +1 -0
  120. package/dist/System.mjs +51 -0
  121. package/dist/Table.js +55 -0
  122. package/dist/Table.mjs +75 -0
  123. package/dist/Tabs.js +82 -0
  124. package/dist/Tabs.mjs +534 -0
  125. package/dist/Tag.js +78 -0
  126. package/dist/Tag.mjs +135 -0
  127. package/dist/Text.js +46 -0
  128. package/dist/Text.mjs +97 -0
  129. package/dist/Textarea.js +6 -0
  130. package/dist/Textarea.mjs +55 -0
  131. package/dist/TimePicker.js +4 -0
  132. package/dist/TimePicker.mjs +88 -0
  133. package/dist/Toast.js +42 -0
  134. package/dist/Toast.mjs +264 -0
  135. package/dist/Toggle.js +75 -0
  136. package/dist/Toggle.mjs +93 -0
  137. package/dist/Tooltip.js +68 -0
  138. package/dist/Tooltip.mjs +303 -0
  139. package/dist/UniversalLink.js +4 -0
  140. package/dist/UniversalLink.mjs +25 -0
  141. package/dist/VEVQD5MH-Cal9SWXl.js +1 -0
  142. package/dist/VEVQD5MH-DOp_qaPw.mjs +20 -0
  143. package/dist/VGCJ63VH-BqPfqkK_.mjs +186 -0
  144. package/dist/VGCJ63VH-Cuf7P3qW.js +1 -0
  145. package/dist/VariantIcon.js +1 -0
  146. package/dist/VariantIcon.mjs +7 -0
  147. package/dist/Welcome-BNr4uu5n.mjs +48 -0
  148. package/dist/Welcome-Dw9OaREs.js +3 -0
  149. package/dist/WelcomeLoader.js +1 -0
  150. package/dist/WelcomeLoader.mjs +4392 -0
  151. package/dist/WuiProvider.js +407 -0
  152. package/dist/WuiProvider.mjs +461 -0
  153. package/dist/X5NMLKT6-BzhcQu_I.js +1 -0
  154. package/dist/X5NMLKT6-DGZEtYXj.mjs +25 -0
  155. package/dist/YV4JVR4I-1ezWeCCz.mjs +341 -0
  156. package/dist/YV4JVR4I-DIthYWMj.js +15 -0
  157. package/dist/_commonjsHelpers-CXJ7dpIk.mjs +9 -0
  158. package/dist/_commonjsHelpers-DvH0V_XJ.js +1 -0
  159. package/dist/create-event-YSlay9Ef.js +1 -0
  160. package/dist/create-event-rXDe5aCQ.mjs +8 -0
  161. package/dist/field-styles-CeV7pnOp.mjs +86 -0
  162. package/dist/field-styles-D_gf6ypV.js +63 -0
  163. package/dist/fonts/welcome-icon-font.css +915 -0
  164. package/dist/fonts/welcome-icon-font.svg +1806 -0
  165. package/dist/fonts/welcome-icon-font.ttf +0 -0
  166. package/dist/fonts/welcome-icon-font.woff +0 -0
  167. package/dist/fonts/welcome-icon-font.woff2 +0 -0
  168. package/dist/get-max-width-height-CDLBnp_J.js +1 -0
  169. package/dist/get-max-width-height-DoUro2T7.mjs +8 -0
  170. package/dist/hide-focus-rings-root-BNyva1yb.mjs +14 -0
  171. package/dist/hide-focus-rings-root-DGU4Klq5.js +5 -0
  172. package/dist/index-B8roHPE-.js +64 -0
  173. package/dist/index-BAD1dszB.js +1 -0
  174. package/dist/index-BFQbRuqA.mjs +165 -0
  175. package/dist/index-BNwz4P5j.js +1 -0
  176. package/dist/index-BPeIa2mR.js +1 -0
  177. package/dist/index-BRDOakbf.mjs +11 -0
  178. package/dist/index-BZmKn5VO.mjs +19025 -0
  179. package/dist/index-BjGfAqCk.mjs +209 -0
  180. package/dist/index-Bn9aiaUQ.mjs +193 -0
  181. package/dist/index-BpRjq7lj.mjs +11 -0
  182. package/dist/index-BxWjuyQw.js +1 -0
  183. package/dist/index-C1FV1q-F.js +1 -0
  184. package/dist/index-C7zM96J_.mjs +11 -0
  185. package/dist/index-CQ1IPLlk.mjs +64 -0
  186. package/dist/index-CQyLvMJP.js +142 -0
  187. package/dist/index-C_r0bVmL.js +56 -0
  188. package/dist/index-CiYwvMF0.js +8 -0
  189. package/dist/index-Cjf3wLkx.mjs +272 -0
  190. package/dist/index-CmBs24Im.mjs +413 -0
  191. package/dist/index-D3Tnfi3U.mjs +83 -0
  192. package/dist/index-DCOLdphy.mjs +184 -0
  193. package/dist/index-DG7ovxHW.js +117 -0
  194. package/dist/index-DHCyCfRv.js +35 -0
  195. package/dist/index-DRa_xux4.mjs +57 -0
  196. package/dist/index-DSZG0Sqy.js +54 -0
  197. package/dist/index-DhF591OM.js +42 -0
  198. package/dist/index-DqBUFsqP.mjs +11 -0
  199. package/dist/index-gPtu0TOV.js +1 -0
  200. package/dist/index.js +57 -0
  201. package/dist/index.mjs +3598 -0
  202. package/dist/overflow-ellipsis-C2ESrF8C.js +5 -0
  203. package/dist/overflow-ellipsis-DGV5Kgt-.mjs +10 -0
  204. package/dist/radio-group-29lMl-2M.mjs +51 -0
  205. package/dist/radio-group-BpImAAmy.js +1 -0
  206. package/dist/throttle-BB1Y3bfD.js +1 -0
  207. package/dist/throttle-BDBzFeFj.mjs +13 -0
  208. package/dist/types/components/Accordion/index.d.ts +16 -0
  209. package/dist/types/components/Accordion/styles.d.ts +6 -0
  210. package/dist/types/components/Accordion/theme.d.ts +10 -0
  211. package/dist/types/components/Alert/Title.d.ts +7 -0
  212. package/dist/types/components/Alert/index.d.ts +24 -0
  213. package/dist/types/components/Alert/styles.d.ts +6 -0
  214. package/dist/types/components/Alert/theme.d.ts +15 -0
  215. package/dist/types/components/AspectRatio/index.d.ts +6 -0
  216. package/dist/types/components/AspectRatio/styles.d.ts +2 -0
  217. package/dist/types/components/Avatar/index.d.ts +16 -0
  218. package/dist/types/components/Avatar/styles.d.ts +2 -0
  219. package/dist/types/components/Avatar/theme.d.ts +9 -0
  220. package/dist/types/components/Avatar/utils.d.ts +3 -0
  221. package/dist/types/components/Badge/index.d.ts +11 -0
  222. package/dist/types/components/Badge/styles.d.ts +8 -0
  223. package/dist/types/components/Badge/theme.d.ts +18 -0
  224. package/dist/types/components/Box/index.d.ts +3 -0
  225. package/dist/types/components/Breadcrumb/Item.d.ts +13 -0
  226. package/dist/types/components/Breadcrumb/Item.styles.d.ts +2 -0
  227. package/dist/types/components/Breadcrumb/index.d.ts +18 -0
  228. package/dist/types/components/Breadcrumb/styles.d.ts +6 -0
  229. package/dist/types/components/Breadcrumb/theme.d.ts +12 -0
  230. package/dist/types/components/Button/index.d.ts +21 -0
  231. package/dist/types/components/Button/styles.d.ts +2 -0
  232. package/dist/types/components/Button/theme.d.ts +13 -0
  233. package/dist/types/components/ButtonGroup/index.d.ts +15 -0
  234. package/dist/types/components/ButtonGroup/styles.d.ts +1 -0
  235. package/dist/types/components/Card/Cover.d.ts +10 -0
  236. package/dist/types/components/Card/Cover.styles.d.ts +1 -0
  237. package/dist/types/components/Card/index.d.ts +8 -0
  238. package/dist/types/components/Card/styles.d.ts +2 -0
  239. package/dist/types/components/Card/theme.d.ts +6 -0
  240. package/dist/types/components/Checkbox/index.d.ts +13 -0
  241. package/dist/types/components/Checkbox/styles.d.ts +3 -0
  242. package/dist/types/components/Checkbox/theme.d.ts +8 -0
  243. package/dist/types/components/ClearButton/index.d.ts +5 -0
  244. package/dist/types/components/ClearButton/styles.d.ts +1 -0
  245. package/dist/types/components/CloseButton/index.d.ts +3 -0
  246. package/dist/types/components/CloseButton/styles.d.ts +1 -0
  247. package/dist/types/components/DatePicker/index.d.ts +15 -0
  248. package/dist/types/components/DateTimePicker/index.d.ts +5 -0
  249. package/dist/types/components/DateTimePicker/styles.d.ts +1 -0
  250. package/dist/types/components/DateTimePickerCommon/CustomHeader.d.ts +18 -0
  251. package/dist/types/components/DateTimePickerCommon/CustomInput.d.ts +17 -0
  252. package/dist/types/components/DateTimePickerCommon/CustomPopper.d.ts +4 -0
  253. package/dist/types/components/DateTimePickerCommon/datePickerStyles.d.ts +1 -0
  254. package/dist/types/components/DateTimePickerCommon/index.d.ts +5 -0
  255. package/dist/types/components/DateTimePickerCommon/styles.d.ts +9 -0
  256. package/dist/types/components/DateTimePickerCommon/theme.d.ts +9 -0
  257. package/dist/types/components/DateTimePickerCommon/utils.d.ts +6 -0
  258. package/dist/types/components/Drawer/AssetDrawer/Header.d.ts +31 -0
  259. package/dist/types/components/Drawer/AssetDrawer/index.d.ts +4 -0
  260. package/dist/types/components/Drawer/AssetDrawer/styles.d.ts +3 -0
  261. package/dist/types/components/Drawer/Close.d.ts +5 -0
  262. package/dist/types/components/Drawer/Content.d.ts +4 -0
  263. package/dist/types/components/Drawer/Footer.d.ts +4 -0
  264. package/dist/types/components/Drawer/Title.d.ts +3 -0
  265. package/dist/types/components/Drawer/index.d.ts +52 -0
  266. package/dist/types/components/Drawer/styles.d.ts +10 -0
  267. package/dist/types/components/Drawer/theme.d.ts +17 -0
  268. package/dist/types/components/DropdownMenu/Arrow.d.ts +4 -0
  269. package/dist/types/components/DropdownMenu/Arrow.styled.d.ts +4 -0
  270. package/dist/types/components/DropdownMenu/Item.d.ts +4 -0
  271. package/dist/types/components/DropdownMenu/Item.styled.d.ts +1 -0
  272. package/dist/types/components/DropdownMenu/Separator.d.ts +4 -0
  273. package/dist/types/components/DropdownMenu/Separator.styled.d.ts +1 -0
  274. package/dist/types/components/DropdownMenu/index.d.ts +25 -0
  275. package/dist/types/components/DropdownMenu/styles.d.ts +1 -0
  276. package/dist/types/components/DropdownMenu/theme.d.ts +8 -0
  277. package/dist/types/components/Field/index.d.ts +26 -0
  278. package/dist/types/components/Field/styles.d.ts +21 -0
  279. package/dist/types/components/Field/utils.d.ts +5 -0
  280. package/dist/types/components/FieldGroup/index.d.ts +11 -0
  281. package/dist/types/components/FieldGroup/styles.d.ts +1 -0
  282. package/dist/types/components/FileDrop/FilePreview.d.ts +9 -0
  283. package/dist/types/components/FileDrop/Message.d.ts +7 -0
  284. package/dist/types/components/FileDrop/Preview.d.ts +3 -0
  285. package/dist/types/components/FileDrop/index.d.ts +52 -0
  286. package/dist/types/components/FileDrop/styles.d.ts +9 -0
  287. package/dist/types/components/FileDrop/theme.d.ts +9 -0
  288. package/dist/types/components/FileDrop/utils.d.ts +3 -0
  289. package/dist/types/components/FileUpload/index.d.ts +35 -0
  290. package/dist/types/components/FileUpload/styles.d.ts +1 -0
  291. package/dist/types/components/Files/index.d.ts +8 -0
  292. package/dist/types/components/Files/types.d.ts +72 -0
  293. package/dist/types/components/Flex/index.d.ts +19 -0
  294. package/dist/types/components/Grid/Item.d.ts +14 -0
  295. package/dist/types/components/Grid/index.d.ts +31 -0
  296. package/dist/types/components/Hint/index.d.ts +10 -0
  297. package/dist/types/components/Hint/styles.d.ts +4 -0
  298. package/dist/types/components/Hint/theme.d.ts +9 -0
  299. package/dist/types/components/Icon/index.d.ts +26 -0
  300. package/dist/types/components/Icon/styles.d.ts +9 -0
  301. package/dist/types/components/Icon/theme.d.ts +10 -0
  302. package/dist/types/components/IconFont/index.d.ts +311 -0
  303. package/dist/types/components/IconFont/styles.d.ts +7 -0
  304. package/dist/types/components/Icons/Actions/index.d.ts +3 -0
  305. package/dist/types/components/Icons/Activity/index.d.ts +3 -0
  306. package/dist/types/components/Icons/Add/index.d.ts +3 -0
  307. package/dist/types/components/Icons/Address/index.d.ts +3 -0
  308. package/dist/types/components/Icons/Airplay/index.d.ts +3 -0
  309. package/dist/types/components/Icons/Alert/index.d.ts +3 -0
  310. package/dist/types/components/Icons/AlertOutline/index.d.ts +3 -0
  311. package/dist/types/components/Icons/Analytics/index.d.ts +3 -0
  312. package/dist/types/components/Icons/Anniversary/index.d.ts +3 -0
  313. package/dist/types/components/Icons/Archive/index.d.ts +3 -0
  314. package/dist/types/components/Icons/ArrowDown/index.d.ts +3 -0
  315. package/dist/types/components/Icons/ArrowLeft/index.d.ts +3 -0
  316. package/dist/types/components/Icons/ArrowLineDown/index.d.ts +3 -0
  317. package/dist/types/components/Icons/ArrowLineLeft/index.d.ts +3 -0
  318. package/dist/types/components/Icons/ArrowLineRight/index.d.ts +3 -0
  319. package/dist/types/components/Icons/ArrowLineUp/index.d.ts +3 -0
  320. package/dist/types/components/Icons/ArrowRight/index.d.ts +3 -0
  321. package/dist/types/components/Icons/ArrowUp/index.d.ts +3 -0
  322. package/dist/types/components/Icons/AspectRatioFill/index.d.ts +3 -0
  323. package/dist/types/components/Icons/AspectRatioFit/index.d.ts +3 -0
  324. package/dist/types/components/Icons/Attachment/index.d.ts +3 -0
  325. package/dist/types/components/Icons/Avatar/index.d.ts +3 -0
  326. package/dist/types/components/Icons/AvatarAccessory/index.d.ts +3 -0
  327. package/dist/types/components/Icons/AvatarBody/index.d.ts +3 -0
  328. package/dist/types/components/Icons/AvatarBottom/index.d.ts +3 -0
  329. package/dist/types/components/Icons/AvatarCostume/index.d.ts +3 -0
  330. package/dist/types/components/Icons/AvatarHead/index.d.ts +3 -0
  331. package/dist/types/components/Icons/AvatarTop/index.d.ts +3 -0
  332. package/dist/types/components/Icons/BarChart/index.d.ts +3 -0
  333. package/dist/types/components/Icons/Basketball/index.d.ts +3 -0
  334. package/dist/types/components/Icons/Behance/index.d.ts +3 -0
  335. package/dist/types/components/Icons/Birthday/index.d.ts +3 -0
  336. package/dist/types/components/Icons/Bold/index.d.ts +3 -0
  337. package/dist/types/components/Icons/Book/index.d.ts +3 -0
  338. package/dist/types/components/Icons/Book2/index.d.ts +3 -0
  339. package/dist/types/components/Icons/Bookmark/index.d.ts +3 -0
  340. package/dist/types/components/Icons/BookmarkOutline/index.d.ts +3 -0
  341. package/dist/types/components/Icons/Bulb/index.d.ts +3 -0
  342. package/dist/types/components/Icons/Bulk/index.d.ts +3 -0
  343. package/dist/types/components/Icons/Buoy/index.d.ts +3 -0
  344. package/dist/types/components/Icons/Burn/index.d.ts +3 -0
  345. package/dist/types/components/Icons/Caddy/index.d.ts +3 -0
  346. package/dist/types/components/Icons/Calcul/index.d.ts +3 -0
  347. package/dist/types/components/Icons/Camera/index.d.ts +3 -0
  348. package/dist/types/components/Icons/CameraOff/index.d.ts +3 -0
  349. package/dist/types/components/Icons/CameraOn/index.d.ts +3 -0
  350. package/dist/types/components/Icons/CandidateStatus/index.d.ts +3 -0
  351. package/dist/types/components/Icons/CardView/index.d.ts +3 -0
  352. package/dist/types/components/Icons/Cast/index.d.ts +3 -0
  353. package/dist/types/components/Icons/CastConnected/index.d.ts +3 -0
  354. package/dist/types/components/Icons/CastUnavailable/index.d.ts +3 -0
  355. package/dist/types/components/Icons/Celebrate/index.d.ts +3 -0
  356. package/dist/types/components/Icons/Certified/index.d.ts +3 -0
  357. package/dist/types/components/Icons/Check/index.d.ts +3 -0
  358. package/dist/types/components/Icons/Clipboard/index.d.ts +3 -0
  359. package/dist/types/components/Icons/Clock/index.d.ts +3 -0
  360. package/dist/types/components/Icons/Code/index.d.ts +3 -0
  361. package/dist/types/components/Icons/CodeBlock/index.d.ts +3 -0
  362. package/dist/types/components/Icons/Coffee/index.d.ts +3 -0
  363. package/dist/types/components/Icons/Collapse/index.d.ts +3 -0
  364. package/dist/types/components/Icons/Comment/index.d.ts +3 -0
  365. package/dist/types/components/Icons/CommentOutline/index.d.ts +3 -0
  366. package/dist/types/components/Icons/CommonArea/index.d.ts +3 -0
  367. package/dist/types/components/Icons/Compass/index.d.ts +3 -0
  368. package/dist/types/components/Icons/Computer/index.d.ts +3 -0
  369. package/dist/types/components/Icons/Connection/index.d.ts +3 -0
  370. package/dist/types/components/Icons/Contract/index.d.ts +3 -0
  371. package/dist/types/components/Icons/ControlBackward/index.d.ts +3 -0
  372. package/dist/types/components/Icons/ControlForward/index.d.ts +3 -0
  373. package/dist/types/components/Icons/ControlPause/index.d.ts +3 -0
  374. package/dist/types/components/Icons/ControlStop/index.d.ts +3 -0
  375. package/dist/types/components/Icons/Copy/index.d.ts +3 -0
  376. package/dist/types/components/Icons/CoverLetter/index.d.ts +3 -0
  377. package/dist/types/components/Icons/Create/index.d.ts +3 -0
  378. package/dist/types/components/Icons/CreditCard/index.d.ts +3 -0
  379. package/dist/types/components/Icons/CrescentMoon/index.d.ts +3 -0
  380. package/dist/types/components/Icons/CrescentMoonOutline/index.d.ts +3 -0
  381. package/dist/types/components/Icons/Cross/index.d.ts +3 -0
  382. package/dist/types/components/Icons/CrossTarget/index.d.ts +3 -0
  383. package/dist/types/components/Icons/Crown/index.d.ts +3 -0
  384. package/dist/types/components/Icons/Csv/index.d.ts +3 -0
  385. package/dist/types/components/Icons/Date/index.d.ts +3 -0
  386. package/dist/types/components/Icons/Department/index.d.ts +3 -0
  387. package/dist/types/components/Icons/Details/index.d.ts +3 -0
  388. package/dist/types/components/Icons/Diamond/index.d.ts +3 -0
  389. package/dist/types/components/Icons/Dish/index.d.ts +3 -0
  390. package/dist/types/components/Icons/Doc/index.d.ts +3 -0
  391. package/dist/types/components/Icons/Docx/index.d.ts +3 -0
  392. package/dist/types/components/Icons/Down/index.d.ts +3 -0
  393. package/dist/types/components/Icons/Download/index.d.ts +3 -0
  394. package/dist/types/components/Icons/DragAndDrop/index.d.ts +3 -0
  395. package/dist/types/components/Icons/Dribbble/index.d.ts +3 -0
  396. package/dist/types/components/Icons/Earth/index.d.ts +3 -0
  397. package/dist/types/components/Icons/Edit/index.d.ts +3 -0
  398. package/dist/types/components/Icons/EducationLevel/index.d.ts +3 -0
  399. package/dist/types/components/Icons/Email/index.d.ts +3 -0
  400. package/dist/types/components/Icons/EmailOutline/index.d.ts +3 -0
  401. package/dist/types/components/Icons/Eot/index.d.ts +3 -0
  402. package/dist/types/components/Icons/Equal/index.d.ts +3 -0
  403. package/dist/types/components/Icons/EuroCurrency/index.d.ts +3 -0
  404. package/dist/types/components/Icons/Expand/index.d.ts +3 -0
  405. package/dist/types/components/Icons/ExpandText/index.d.ts +3 -0
  406. package/dist/types/components/Icons/Extend/index.d.ts +3 -0
  407. package/dist/types/components/Icons/ExternalLink/index.d.ts +3 -0
  408. package/dist/types/components/Icons/Facebook/index.d.ts +3 -0
  409. package/dist/types/components/Icons/Factory/index.d.ts +3 -0
  410. package/dist/types/components/Icons/Female/index.d.ts +3 -0
  411. package/dist/types/components/Icons/Filters/index.d.ts +3 -0
  412. package/dist/types/components/Icons/Fingerprint/index.d.ts +3 -0
  413. package/dist/types/components/Icons/Flag/index.d.ts +3 -0
  414. package/dist/types/components/Icons/FlagCs/index.d.ts +3 -0
  415. package/dist/types/components/Icons/FlagEn/index.d.ts +3 -0
  416. package/dist/types/components/Icons/FlagEs/index.d.ts +3 -0
  417. package/dist/types/components/Icons/FlagFr/index.d.ts +3 -0
  418. package/dist/types/components/Icons/FlagOutline/index.d.ts +3 -0
  419. package/dist/types/components/Icons/FlagPointed/index.d.ts +3 -0
  420. package/dist/types/components/Icons/FlagSk/index.d.ts +3 -0
  421. package/dist/types/components/Icons/FlagUs/index.d.ts +3 -0
  422. package/dist/types/components/Icons/Folder/index.d.ts +3 -0
  423. package/dist/types/components/Icons/FullscreenOff/index.d.ts +3 -0
  424. package/dist/types/components/Icons/FullscreenOn/index.d.ts +3 -0
  425. package/dist/types/components/Icons/Gear/index.d.ts +3 -0
  426. package/dist/types/components/Icons/Gif/index.d.ts +3 -0
  427. package/dist/types/components/Icons/Github/index.d.ts +3 -0
  428. package/dist/types/components/Icons/Google/index.d.ts +3 -0
  429. package/dist/types/components/Icons/Handshake/index.d.ts +3 -0
  430. package/dist/types/components/Icons/HardHat/index.d.ts +3 -0
  431. package/dist/types/components/Icons/Hashtag/index.d.ts +3 -0
  432. package/dist/types/components/Icons/Heading/index.d.ts +3 -0
  433. package/dist/types/components/Icons/Heading1/index.d.ts +3 -0
  434. package/dist/types/components/Icons/Heading2/index.d.ts +3 -0
  435. package/dist/types/components/Icons/Heading3/index.d.ts +3 -0
  436. package/dist/types/components/Icons/Heading4/index.d.ts +3 -0
  437. package/dist/types/components/Icons/Heading5/index.d.ts +3 -0
  438. package/dist/types/components/Icons/Heading6/index.d.ts +3 -0
  439. package/dist/types/components/Icons/Headset/index.d.ts +3 -0
  440. package/dist/types/components/Icons/Heart/index.d.ts +3 -0
  441. package/dist/types/components/Icons/HeartOutline/index.d.ts +3 -0
  442. package/dist/types/components/Icons/HeartShiny/index.d.ts +3 -0
  443. package/dist/types/components/Icons/Hide/index.d.ts +3 -0
  444. package/dist/types/components/Icons/Home/index.d.ts +3 -0
  445. package/dist/types/components/Icons/House/index.d.ts +3 -0
  446. package/dist/types/components/Icons/InProgressCandidate/index.d.ts +3 -0
  447. package/dist/types/components/Icons/Information/index.d.ts +3 -0
  448. package/dist/types/components/Icons/InformationOutline/index.d.ts +3 -0
  449. package/dist/types/components/Icons/Instagram/index.d.ts +3 -0
  450. package/dist/types/components/Icons/Italic/index.d.ts +3 -0
  451. package/dist/types/components/Icons/Jpeg/index.d.ts +3 -0
  452. package/dist/types/components/Icons/Jpg/index.d.ts +3 -0
  453. package/dist/types/components/Icons/JusticeHammer/index.d.ts +3 -0
  454. package/dist/types/components/Icons/Kanban/index.d.ts +3 -0
  455. package/dist/types/components/Icons/Key/index.d.ts +3 -0
  456. package/dist/types/components/Icons/Language/index.d.ts +3 -0
  457. package/dist/types/components/Icons/Leaf/index.d.ts +3 -0
  458. package/dist/types/components/Icons/Left/index.d.ts +3 -0
  459. package/dist/types/components/Icons/LineChart/index.d.ts +3 -0
  460. package/dist/types/components/Icons/Link/index.d.ts +3 -0
  461. package/dist/types/components/Icons/Linkedin/index.d.ts +3 -0
  462. package/dist/types/components/Icons/Location/index.d.ts +3 -0
  463. package/dist/types/components/Icons/Lock/index.d.ts +3 -0
  464. package/dist/types/components/Icons/LockRounded/index.d.ts +3 -0
  465. package/dist/types/components/Icons/LogOut/index.d.ts +3 -0
  466. package/dist/types/components/Icons/Male/index.d.ts +3 -0
  467. package/dist/types/components/Icons/Map/index.d.ts +3 -0
  468. package/dist/types/components/Icons/Masonry/index.d.ts +3 -0
  469. package/dist/types/components/Icons/Masonry2/index.d.ts +3 -0
  470. package/dist/types/components/Icons/MeetingRoom/index.d.ts +3 -0
  471. package/dist/types/components/Icons/Megaphone/index.d.ts +3 -0
  472. package/dist/types/components/Icons/Mention/index.d.ts +3 -0
  473. package/dist/types/components/Icons/Menu/index.d.ts +3 -0
  474. package/dist/types/components/Icons/Mic/index.d.ts +3 -0
  475. package/dist/types/components/Icons/MicrophoneOff/index.d.ts +3 -0
  476. package/dist/types/components/Icons/MicrophoneOn/index.d.ts +3 -0
  477. package/dist/types/components/Icons/Microship/index.d.ts +3 -0
  478. package/dist/types/components/Icons/Mobile/index.d.ts +3 -0
  479. package/dist/types/components/Icons/Money/index.d.ts +3 -0
  480. package/dist/types/components/Icons/More/index.d.ts +3 -0
  481. package/dist/types/components/Icons/MoreAndroid/index.d.ts +3 -0
  482. package/dist/types/components/Icons/Mountain/index.d.ts +3 -0
  483. package/dist/types/components/Icons/Move/index.d.ts +3 -0
  484. package/dist/types/components/Icons/Music/index.d.ts +3 -0
  485. package/dist/types/components/Icons/Negative/index.d.ts +3 -0
  486. package/dist/types/components/Icons/NegativeOutline/index.d.ts +3 -0
  487. package/dist/types/components/Icons/NegativeStraight/index.d.ts +3 -0
  488. package/dist/types/components/Icons/NewCandidate/index.d.ts +3 -0
  489. package/dist/types/components/Icons/Notification/index.d.ts +3 -0
  490. package/dist/types/components/Icons/Npm/index.d.ts +3 -0
  491. package/dist/types/components/Icons/OfferStatus/index.d.ts +3 -0
  492. package/dist/types/components/Icons/Office/index.d.ts +3 -0
  493. package/dist/types/components/Icons/OrderedList/index.d.ts +3 -0
  494. package/dist/types/components/Icons/Origine/index.d.ts +3 -0
  495. package/dist/types/components/Icons/Paperplane/index.d.ts +3 -0
  496. package/dist/types/components/Icons/Pdf/index.d.ts +3 -0
  497. package/dist/types/components/Icons/Pencil/index.d.ts +3 -0
  498. package/dist/types/components/Icons/Phone/index.d.ts +3 -0
  499. package/dist/types/components/Icons/PhoneOutline/index.d.ts +3 -0
  500. package/dist/types/components/Icons/Pictures/index.d.ts +3 -0
  501. package/dist/types/components/Icons/Piechart/index.d.ts +3 -0
  502. package/dist/types/components/Icons/Pin/index.d.ts +3 -0
  503. package/dist/types/components/Icons/Pinterest/index.d.ts +3 -0
  504. package/dist/types/components/Icons/Pizza/index.d.ts +3 -0
  505. package/dist/types/components/Icons/Play/index.d.ts +3 -0
  506. package/dist/types/components/Icons/PlayOutline/index.d.ts +3 -0
  507. package/dist/types/components/Icons/Playlist/index.d.ts +3 -0
  508. package/dist/types/components/Icons/Png/index.d.ts +3 -0
  509. package/dist/types/components/Icons/Podcast/index.d.ts +3 -0
  510. package/dist/types/components/Icons/Positive/index.d.ts +3 -0
  511. package/dist/types/components/Icons/PositiveOutline/index.d.ts +3 -0
  512. package/dist/types/components/Icons/PositiveStraight/index.d.ts +3 -0
  513. package/dist/types/components/Icons/Ppt/index.d.ts +3 -0
  514. package/dist/types/components/Icons/Print/index.d.ts +3 -0
  515. package/dist/types/components/Icons/Promote/index.d.ts +3 -0
  516. package/dist/types/components/Icons/Puzzle/index.d.ts +3 -0
  517. package/dist/types/components/Icons/PuzzleOutline/index.d.ts +3 -0
  518. package/dist/types/components/Icons/Question/index.d.ts +3 -0
  519. package/dist/types/components/Icons/Questions/index.d.ts +3 -0
  520. package/dist/types/components/Icons/Quote/index.d.ts +3 -0
  521. package/dist/types/components/Icons/Refresh/index.d.ts +3 -0
  522. package/dist/types/components/Icons/RefuseCandidate/index.d.ts +3 -0
  523. package/dist/types/components/Icons/Remote/index.d.ts +3 -0
  524. package/dist/types/components/Icons/Remove/index.d.ts +3 -0
  525. package/dist/types/components/Icons/Reset/index.d.ts +3 -0
  526. package/dist/types/components/Icons/Resume/index.d.ts +3 -0
  527. package/dist/types/components/Icons/Review/index.d.ts +3 -0
  528. package/dist/types/components/Icons/ReviewOutline/index.d.ts +3 -0
  529. package/dist/types/components/Icons/Right/index.d.ts +3 -0
  530. package/dist/types/components/Icons/Salary/index.d.ts +3 -0
  531. package/dist/types/components/Icons/Save/index.d.ts +3 -0
  532. package/dist/types/components/Icons/ScreenshareOff/index.d.ts +3 -0
  533. package/dist/types/components/Icons/ScreenshareOn/index.d.ts +3 -0
  534. package/dist/types/components/Icons/Search/index.d.ts +3 -0
  535. package/dist/types/components/Icons/SearchPeople/index.d.ts +3 -0
  536. package/dist/types/components/Icons/Settings/index.d.ts +3 -0
  537. package/dist/types/components/Icons/Share1/index.d.ts +3 -0
  538. package/dist/types/components/Icons/Share2/index.d.ts +3 -0
  539. package/dist/types/components/Icons/Shield/index.d.ts +3 -0
  540. package/dist/types/components/Icons/Show/index.d.ts +3 -0
  541. package/dist/types/components/Icons/Slack/index.d.ts +3 -0
  542. package/dist/types/components/Icons/SoundOff/index.d.ts +3 -0
  543. package/dist/types/components/Icons/SoundOn/index.d.ts +3 -0
  544. package/dist/types/components/Icons/Source/index.d.ts +3 -0
  545. package/dist/types/components/Icons/Spanner/index.d.ts +3 -0
  546. package/dist/types/components/Icons/Sparkles/index.d.ts +3 -0
  547. package/dist/types/components/Icons/SquareAlert/index.d.ts +3 -0
  548. package/dist/types/components/Icons/Stackoverflow/index.d.ts +3 -0
  549. package/dist/types/components/Icons/Stackserver/index.d.ts +3 -0
  550. package/dist/types/components/Icons/Star/index.d.ts +3 -0
  551. package/dist/types/components/Icons/StarOutline/index.d.ts +3 -0
  552. package/dist/types/components/Icons/Strikethrough/index.d.ts +3 -0
  553. package/dist/types/components/Icons/Subtitle/index.d.ts +3 -0
  554. package/dist/types/components/Icons/Success/index.d.ts +3 -0
  555. package/dist/types/components/Icons/Suitcase/index.d.ts +3 -0
  556. package/dist/types/components/Icons/Sun/index.d.ts +3 -0
  557. package/dist/types/components/Icons/Svg/index.d.ts +3 -0
  558. package/dist/types/components/Icons/Symbol/index.d.ts +3 -0
  559. package/dist/types/components/Icons/Table/index.d.ts +3 -0
  560. package/dist/types/components/Icons/TableColumnAddAfter/index.d.ts +3 -0
  561. package/dist/types/components/Icons/TableColumnAddBefore/index.d.ts +3 -0
  562. package/dist/types/components/Icons/TableColumnRemove/index.d.ts +3 -0
  563. package/dist/types/components/Icons/TableDelete/index.d.ts +3 -0
  564. package/dist/types/components/Icons/TableDivide/index.d.ts +3 -0
  565. package/dist/types/components/Icons/TableMergeCells/index.d.ts +3 -0
  566. package/dist/types/components/Icons/TableRowAddAbove/index.d.ts +3 -0
  567. package/dist/types/components/Icons/TableRowAddBelow/index.d.ts +3 -0
  568. package/dist/types/components/Icons/TableRowRemove/index.d.ts +3 -0
  569. package/dist/types/components/Icons/Tablet/index.d.ts +3 -0
  570. package/dist/types/components/Icons/Tag/index.d.ts +3 -0
  571. package/dist/types/components/Icons/Target/index.d.ts +3 -0
  572. package/dist/types/components/Icons/Teepee/index.d.ts +3 -0
  573. package/dist/types/components/Icons/ThumbDown/index.d.ts +3 -0
  574. package/dist/types/components/Icons/ThumbUp/index.d.ts +3 -0
  575. package/dist/types/components/Icons/Thunderclock/index.d.ts +3 -0
  576. package/dist/types/components/Icons/Tiktok/index.d.ts +3 -0
  577. package/dist/types/components/Icons/Trash/index.d.ts +3 -0
  578. package/dist/types/components/Icons/Tree/index.d.ts +3 -0
  579. package/dist/types/components/Icons/Trophy/index.d.ts +3 -0
  580. package/dist/types/components/Icons/Ttf/index.d.ts +3 -0
  581. package/dist/types/components/Icons/Twitch/index.d.ts +3 -0
  582. package/dist/types/components/Icons/Twitter/index.d.ts +3 -0
  583. package/dist/types/components/Icons/Txt/index.d.ts +3 -0
  584. package/dist/types/components/Icons/Type/index.d.ts +3 -0
  585. package/dist/types/components/Icons/Unavailable/index.d.ts +3 -0
  586. package/dist/types/components/Icons/Underline/index.d.ts +3 -0
  587. package/dist/types/components/Icons/UnorderedList/index.d.ts +3 -0
  588. package/dist/types/components/Icons/Up/index.d.ts +3 -0
  589. package/dist/types/components/Icons/Update/index.d.ts +3 -0
  590. package/dist/types/components/Icons/Upload/index.d.ts +3 -0
  591. package/dist/types/components/Icons/User/index.d.ts +3 -0
  592. package/dist/types/components/Icons/UserOutline/index.d.ts +3 -0
  593. package/dist/types/components/Icons/Video/index.d.ts +3 -0
  594. package/dist/types/components/Icons/VideoCamera/index.d.ts +3 -0
  595. package/dist/types/components/Icons/VideoCamera2/index.d.ts +3 -0
  596. package/dist/types/components/Icons/WatchLater/index.d.ts +3 -0
  597. package/dist/types/components/Icons/Woff/index.d.ts +3 -0
  598. package/dist/types/components/Icons/Woff2/index.d.ts +3 -0
  599. package/dist/types/components/Icons/Write/index.d.ts +3 -0
  600. package/dist/types/components/Icons/Wttj/index.d.ts +3 -0
  601. package/dist/types/components/Icons/X/index.d.ts +3 -0
  602. package/dist/types/components/Icons/Xing/index.d.ts +3 -0
  603. package/dist/types/components/Icons/Xls/index.d.ts +3 -0
  604. package/dist/types/components/Icons/Xlsx/index.d.ts +3 -0
  605. package/dist/types/components/Icons/Youtube/index.d.ts +3 -0
  606. package/dist/types/components/Icons/Zapier/index.d.ts +3 -0
  607. package/dist/types/components/Icons/Zip/index.d.ts +3 -0
  608. package/dist/types/components/Icons/index.d.ts +304 -0
  609. package/dist/types/components/InputText/index.d.ts +21 -0
  610. package/dist/types/components/InputText/styles.d.ts +3 -0
  611. package/dist/types/components/Label/index.d.ts +16 -0
  612. package/dist/types/components/Label/styles.d.ts +5 -0
  613. package/dist/types/components/Label/theme.d.ts +4 -0
  614. package/dist/types/components/Link/index.d.ts +15 -0
  615. package/dist/types/components/Link/styles.d.ts +2 -0
  616. package/dist/types/components/Link/theme.d.ts +16 -0
  617. package/dist/types/components/Link/utils.d.ts +1 -0
  618. package/dist/types/components/Loader/index.d.ts +11 -0
  619. package/dist/types/components/Loader/styles.d.ts +6 -0
  620. package/dist/types/components/Loader/theme.d.ts +8 -0
  621. package/dist/types/components/Logo/Solutions.d.ts +3 -0
  622. package/dist/types/components/Logo/Symbol.d.ts +3 -0
  623. package/dist/types/components/Logo/Welcome.d.ts +3 -0
  624. package/dist/types/components/Logo/Wui.d.ts +3 -0
  625. package/dist/types/components/Logo/index.d.ts +7 -0
  626. package/dist/types/components/Logo/styles.d.ts +1 -0
  627. package/dist/types/components/Modal/Assets/AssetWithTitle.d.ts +9 -0
  628. package/dist/types/components/Modal/Assets/Backdrop.d.ts +4 -0
  629. package/dist/types/components/Modal/Assets/Iframe.d.ts +5 -0
  630. package/dist/types/components/Modal/Assets/index.d.ts +17 -0
  631. package/dist/types/components/Modal/Assets/styles.d.ts +7 -0
  632. package/dist/types/components/Modal/Close.d.ts +6 -0
  633. package/dist/types/components/Modal/Content.d.ts +16 -0
  634. package/dist/types/components/Modal/Footer.d.ts +12 -0
  635. package/dist/types/components/Modal/Header.d.ts +12 -0
  636. package/dist/types/components/Modal/index.d.ts +53 -0
  637. package/dist/types/components/Modal/styles.d.ts +10 -0
  638. package/dist/types/components/Modal/theme.d.ts +17 -0
  639. package/dist/types/components/Pagination/index.d.ts +14 -0
  640. package/dist/types/components/Pagination/styles.d.ts +7 -0
  641. package/dist/types/components/Pagination/theme.d.ts +9 -0
  642. package/dist/types/components/Pagination/utils.d.ts +7 -0
  643. package/dist/types/components/PasswordInput/ToggleButton.d.ts +9 -0
  644. package/dist/types/components/PasswordInput/index.d.ts +5 -0
  645. package/dist/types/components/Picker/index.d.ts +17 -0
  646. package/dist/types/components/Picker/styles.d.ts +2 -0
  647. package/dist/types/components/Popover/Arrow.d.ts +6 -0
  648. package/dist/types/components/Popover/Content.d.ts +9 -0
  649. package/dist/types/components/Popover/Popover.d.ts +14 -0
  650. package/dist/types/components/Popover/PopoverHover.d.ts +14 -0
  651. package/dist/types/components/Popover/Trigger.d.ts +10 -0
  652. package/dist/types/components/Popover/index.d.ts +3 -0
  653. package/dist/types/components/Popover/styles.d.ts +12 -0
  654. package/dist/types/components/Popover/theme.d.ts +8 -0
  655. package/dist/types/components/Popover/usePopover.d.ts +15 -0
  656. package/dist/types/components/Radio/index.d.ts +12 -0
  657. package/dist/types/components/Radio/styles.d.ts +7 -0
  658. package/dist/types/components/Radio/theme.d.ts +11 -0
  659. package/dist/types/components/RadioGroup/index.d.ts +17 -0
  660. package/dist/types/components/RadioGroup/styles.d.ts +4 -0
  661. package/dist/types/components/RadioTab/index.d.ts +14 -0
  662. package/dist/types/components/RadioTab/styles.d.ts +18 -0
  663. package/dist/types/components/RadioTab/theme.d.ts +7 -0
  664. package/dist/types/components/Search/index.d.ts +29 -0
  665. package/dist/types/components/Search/styles.d.ts +15 -0
  666. package/dist/types/components/Select/index.d.ts +54 -0
  667. package/dist/types/components/Select/multipleSelections.d.ts +3 -0
  668. package/dist/types/components/Select/styles.d.ts +32 -0
  669. package/dist/types/components/Select/utils.d.ts +18 -0
  670. package/dist/types/components/Shape/index.d.ts +6 -0
  671. package/dist/types/components/Shape/styles.d.ts +2 -0
  672. package/dist/types/components/Slider/Range.d.ts +17 -0
  673. package/dist/types/components/Slider/index.d.ts +27 -0
  674. package/dist/types/components/Slider/styles.d.ts +19 -0
  675. package/dist/types/components/Slider/theme.d.ts +11 -0
  676. package/dist/types/components/Stack/index.d.ts +7 -0
  677. package/dist/types/components/Swiper/index.d.ts +80 -0
  678. package/dist/types/components/Swiper/styles.d.ts +138 -0
  679. package/dist/types/components/Swiper/theme.d.ts +11 -0
  680. package/dist/types/components/Swiper/use-interval.d.ts +1 -0
  681. package/dist/types/components/System/index.d.ts +40 -0
  682. package/dist/types/components/Table/index.d.ts +18 -0
  683. package/dist/types/components/Table/styles.d.ts +13 -0
  684. package/dist/types/components/Table/theme.d.ts +15 -0
  685. package/dist/types/components/Tabs/ActiveBar.d.ts +13 -0
  686. package/dist/types/components/Tabs/TabList.d.ts +13 -0
  687. package/dist/types/components/Tabs/TabPanel.d.ts +11 -0
  688. package/dist/types/components/Tabs/index.d.ts +18 -0
  689. package/dist/types/components/Tabs/styles.d.ts +9 -0
  690. package/dist/types/components/Tabs/theme.d.ts +28 -0
  691. package/dist/types/components/Tabs/utils.d.ts +1 -0
  692. package/dist/types/components/Tag/index.d.ts +17 -0
  693. package/dist/types/components/Tag/styles.d.ts +15 -0
  694. package/dist/types/components/Tag/theme.d.ts +14 -0
  695. package/dist/types/components/Text/index.d.ts +25 -0
  696. package/dist/types/components/Text/styles.d.ts +2 -0
  697. package/dist/types/components/Textarea/index.d.ts +18 -0
  698. package/dist/types/components/Textarea/styles.d.ts +2 -0
  699. package/dist/types/components/Textarea/theme.d.ts +4 -0
  700. package/dist/types/components/TimePicker/index.d.ts +13 -0
  701. package/dist/types/components/TimePicker/styles.d.ts +1 -0
  702. package/dist/types/components/Toast/Growl.d.ts +12 -0
  703. package/dist/types/components/Toast/Snackbar.d.ts +18 -0
  704. package/dist/types/components/Toast/ToastWrapper.d.ts +16 -0
  705. package/dist/types/components/Toast/index.d.ts +27 -0
  706. package/dist/types/components/Toast/styles.d.ts +19 -0
  707. package/dist/types/components/Toast/theme.d.ts +22 -0
  708. package/dist/types/components/Toast/utils.d.ts +26 -0
  709. package/dist/types/components/Toggle/index.d.ts +11 -0
  710. package/dist/types/components/Toggle/styles.d.ts +12 -0
  711. package/dist/types/components/Toggle/theme.d.ts +10 -0
  712. package/dist/types/components/Tooltip/index.d.ts +11 -0
  713. package/dist/types/components/Tooltip/styles.d.ts +10 -0
  714. package/dist/types/components/Tooltip/theme.d.ts +4 -0
  715. package/dist/types/components/UniversalLink/index.d.ts +7 -0
  716. package/dist/types/components/UniversalLink/styles.d.ts +1 -0
  717. package/dist/types/components/VariantIcon/index.d.ts +11 -0
  718. package/dist/types/components/VariantIcon/styles.d.ts +4 -0
  719. package/dist/types/components/VariantIcon/theme.d.ts +10 -0
  720. package/dist/types/components/WelcomeLoader/index.d.ts +2 -0
  721. package/dist/types/components/WuiProvider/font.d.ts +16 -0
  722. package/dist/types/components/WuiProvider/hide-focus-rings-root.d.ts +8 -0
  723. package/dist/types/components/WuiProvider/index.d.ts +11 -0
  724. package/dist/types/components/WuiProvider/styles.d.ts +5 -0
  725. package/dist/types/components/index.d.ts +61 -0
  726. package/dist/types/index.d.ts +3 -0
  727. package/dist/types/theme/borders.d.ts +6 -0
  728. package/dist/types/theme/colors.d.ts +346 -0
  729. package/dist/types/theme/dark.d.ts +7 -0
  730. package/dist/types/theme/defaultFields.d.ts +39 -0
  731. package/dist/types/theme/focus.d.ts +10 -0
  732. package/dist/types/theme/fonts.d.ts +18 -0
  733. package/dist/types/theme/index.d.ts +131 -0
  734. package/dist/types/theme/radii.d.ts +12 -0
  735. package/dist/types/theme/screens.d.ts +13 -0
  736. package/dist/types/theme/selection.d.ts +4 -0
  737. package/dist/types/theme/shadows.d.ts +5 -0
  738. package/dist/types/theme/space.d.ts +18 -0
  739. package/dist/types/theme/transitions.d.ts +13 -0
  740. package/dist/types/theme/typography.d.ts +133 -0
  741. package/dist/types/theme/underline.d.ts +9 -0
  742. package/dist/types/utils/clamp.d.ts +1 -0
  743. package/dist/types/utils/create-event.d.ts +8 -0
  744. package/dist/types/utils/field-styles.d.ts +21 -0
  745. package/dist/types/utils/format-bytes.d.ts +1 -0
  746. package/dist/types/utils/get-max-width-height.d.ts +1 -0
  747. package/dist/types/utils/hex-to-rgb.d.ts +1 -0
  748. package/dist/types/utils/hex-to-rgba.d.ts +1 -0
  749. package/dist/types/utils/hide-focus-rings-root.d.ts +8 -0
  750. package/dist/types/utils/index.d.ts +1 -0
  751. package/dist/types/utils/overflow-ellipsis.d.ts +1 -0
  752. package/dist/types/utils/throttle.d.ts +5 -0
  753. package/dist/types/utils/use-copy-text.d.ts +5 -0
  754. package/dist/types/utils/use-create-portal.d.ts +4 -0
  755. package/dist/types/utils/use-fork-ref.d.ts +3 -0
  756. package/dist/types/utils/use-isomorphic-layout-effect.d.ts +2 -0
  757. package/dist/types/utils/use-viewport.d.ts +6 -0
  758. package/dist/types/utils/wrap-children.d.ts +1 -0
  759. package/dist/use-isomorphic-layout-effect-C1_Gy5Nu.js +1 -0
  760. package/dist/use-isomorphic-layout-effect-Izr-e2pi.mjs +6 -0
  761. package/dist/use-viewport-BDDjd1nl.js +1 -0
  762. package/dist/use-viewport-m3glsbna.mjs +16 -0
  763. package/dist/usePopover-AbS2gpZq.mjs +144 -0
  764. package/dist/usePopover-CzPtX0h_.js +31 -0
  765. package/dist/wrap-children-BLDjJiiy.js +1 -0
  766. package/dist/wrap-children-aq69jtFP.mjs +12 -0
  767. package/package.json +99 -126
  768. package/CHANGELOG.md +0 -1087
  769. package/LICENSE +0 -21
  770. package/README.md +0 -63
  771. package/dist/welcome-ui.cjs.js +0 -6973
  772. package/dist/welcome-ui.es.js +0 -6914
@@ -0,0 +1,4392 @@
1
+ "use client";
2
+ import s from "react";
3
+ import { useLottie as r } from "lottie-light-react";
4
+ import { forwardRef as e } from "./System.mjs";
5
+ import { Box as k } from "./Box.mjs";
6
+ const n = "5.7.6", p = 30, m = 0, y = 80, l = 300, c = 300, d = "Loader_Wttj", h = 0, u = [
7
+ {
8
+ id: "comp_0",
9
+ layers: [
10
+ {
11
+ ddd: 0,
12
+ ind: 1,
13
+ ty: 3,
14
+ nm: "LOGO SYMBOL NULL",
15
+ sr: 1,
16
+ ks: {
17
+ o: {
18
+ a: 0,
19
+ k: 0,
20
+ ix: 11
21
+ },
22
+ r: {
23
+ a: 0,
24
+ k: 0,
25
+ ix: 10
26
+ },
27
+ p: {
28
+ a: 0,
29
+ k: [
30
+ 426,
31
+ 218,
32
+ 0
33
+ ],
34
+ ix: 2,
35
+ l: 2
36
+ },
37
+ a: {
38
+ a: 0,
39
+ k: [
40
+ 50,
41
+ 50,
42
+ 0
43
+ ],
44
+ ix: 1,
45
+ l: 2
46
+ },
47
+ s: {
48
+ a: 1,
49
+ k: [
50
+ {
51
+ i: {
52
+ x: [
53
+ 0,
54
+ 0,
55
+ 0
56
+ ],
57
+ y: [
58
+ 1,
59
+ 1,
60
+ 1
61
+ ]
62
+ },
63
+ o: {
64
+ x: [
65
+ 0.167,
66
+ 0.167,
67
+ 0.167
68
+ ],
69
+ y: [
70
+ 0.167,
71
+ 0.167,
72
+ 5.083
73
+ ]
74
+ },
75
+ t: 0,
76
+ s: [
77
+ 150,
78
+ 150,
79
+ 100
80
+ ]
81
+ },
82
+ {
83
+ i: {
84
+ x: [
85
+ 0.836,
86
+ 0.836,
87
+ 0.836
88
+ ],
89
+ y: [
90
+ 1,
91
+ 1,
92
+ 1
93
+ ]
94
+ },
95
+ o: {
96
+ x: [
97
+ 0.167,
98
+ 0.167,
99
+ 0.167
100
+ ],
101
+ y: [
102
+ 0,
103
+ 0,
104
+ 0
105
+ ]
106
+ },
107
+ t: 26,
108
+ s: [
109
+ 96,
110
+ 96,
111
+ 100
112
+ ]
113
+ },
114
+ {
115
+ t: 37,
116
+ s: [
117
+ 100,
118
+ 100,
119
+ 100
120
+ ]
121
+ }
122
+ ],
123
+ ix: 6,
124
+ l: 2
125
+ }
126
+ },
127
+ ao: 0,
128
+ ip: 0,
129
+ op: 74,
130
+ st: -28,
131
+ bm: 0
132
+ },
133
+ {
134
+ ddd: 0,
135
+ ind: 2,
136
+ ty: 4,
137
+ nm: "CIRCLE",
138
+ parent: 1,
139
+ sr: 1,
140
+ ks: {
141
+ o: {
142
+ a: 0,
143
+ k: 100,
144
+ ix: 11
145
+ },
146
+ r: {
147
+ a: 0,
148
+ k: 0,
149
+ ix: 10
150
+ },
151
+ p: {
152
+ a: 0,
153
+ k: [
154
+ 50.008,
155
+ 50,
156
+ 0
157
+ ],
158
+ ix: 2,
159
+ l: 2
160
+ },
161
+ a: {
162
+ a: 0,
163
+ k: [
164
+ -297.641,
165
+ 0,
166
+ 0
167
+ ],
168
+ ix: 1,
169
+ l: 2
170
+ },
171
+ s: {
172
+ a: 0,
173
+ k: [
174
+ 100,
175
+ 100,
176
+ 100
177
+ ],
178
+ ix: 6,
179
+ l: 2
180
+ }
181
+ },
182
+ ao: 0,
183
+ shapes: [
184
+ {
185
+ ty: "gr",
186
+ it: [
187
+ {
188
+ ind: 0,
189
+ ty: "sh",
190
+ ix: 1,
191
+ ks: {
192
+ a: 1,
193
+ k: [
194
+ {
195
+ i: {
196
+ x: 0.833,
197
+ y: 0.833
198
+ },
199
+ o: {
200
+ x: 0.167,
201
+ y: 0
202
+ },
203
+ t: 15,
204
+ s: [
205
+ {
206
+ i: [
207
+ [
208
+ 51.047,
209
+ 0
210
+ ],
211
+ [
212
+ 0,
213
+ -51.047
214
+ ],
215
+ [
216
+ -51.047,
217
+ 0
218
+ ],
219
+ [
220
+ 0,
221
+ 51.048
222
+ ]
223
+ ],
224
+ o: [
225
+ [
226
+ -51.047,
227
+ 0
228
+ ],
229
+ [
230
+ 0,
231
+ 51.048
232
+ ],
233
+ [
234
+ 51.047,
235
+ 0
236
+ ],
237
+ [
238
+ 0,
239
+ -51.047
240
+ ]
241
+ ],
242
+ v: [
243
+ [
244
+ -297.641,
245
+ -92.578
246
+ ],
247
+ [
248
+ -390.218,
249
+ 0
250
+ ],
251
+ [
252
+ -297.641,
253
+ 92.578
254
+ ],
255
+ [
256
+ -205.063,
257
+ 0
258
+ ]
259
+ ],
260
+ c: !0
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ i: {
266
+ x: 0.833,
267
+ y: 0.833
268
+ },
269
+ o: {
270
+ x: 1,
271
+ y: 0
272
+ },
273
+ t: 60,
274
+ s: [
275
+ {
276
+ i: [
277
+ [
278
+ 51.047,
279
+ 0
280
+ ],
281
+ [
282
+ 0,
283
+ -51.047
284
+ ],
285
+ [
286
+ -51.047,
287
+ 0
288
+ ],
289
+ [
290
+ 0,
291
+ 51.048
292
+ ]
293
+ ],
294
+ o: [
295
+ [
296
+ -51.047,
297
+ 0
298
+ ],
299
+ [
300
+ 0,
301
+ 51.048
302
+ ],
303
+ [
304
+ 51.047,
305
+ 0
306
+ ],
307
+ [
308
+ 0,
309
+ -51.047
310
+ ]
311
+ ],
312
+ v: [
313
+ [
314
+ -297.641,
315
+ -92.578
316
+ ],
317
+ [
318
+ -390.218,
319
+ 0
320
+ ],
321
+ [
322
+ -297.641,
323
+ 92.578
324
+ ],
325
+ [
326
+ -205.063,
327
+ 0
328
+ ]
329
+ ],
330
+ c: !0
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ t: 73,
336
+ s: [
337
+ {
338
+ i: [
339
+ [
340
+ 0.689,
341
+ 0
342
+ ],
343
+ [
344
+ 0,
345
+ -0.689
346
+ ],
347
+ [
348
+ -0.689,
349
+ 0
350
+ ],
351
+ [
352
+ 0,
353
+ 0.689
354
+ ]
355
+ ],
356
+ o: [
357
+ [
358
+ -0.689,
359
+ 0
360
+ ],
361
+ [
362
+ 0,
363
+ 0.689
364
+ ],
365
+ [
366
+ 0.689,
367
+ 0
368
+ ],
369
+ [
370
+ 0,
371
+ -0.689
372
+ ]
373
+ ],
374
+ v: [
375
+ [
376
+ -297.641,
377
+ -1.25
378
+ ],
379
+ [
380
+ -298.891,
381
+ 0
382
+ ],
383
+ [
384
+ -297.641,
385
+ 1.25
386
+ ],
387
+ [
388
+ -296.391,
389
+ 0
390
+ ]
391
+ ],
392
+ c: !0
393
+ }
394
+ ]
395
+ }
396
+ ],
397
+ ix: 2
398
+ },
399
+ nm: "Path 1",
400
+ mn: "ADBE Vector Shape - Group",
401
+ hd: !1
402
+ },
403
+ {
404
+ ind: 1,
405
+ ty: "sh",
406
+ ix: 2,
407
+ ks: {
408
+ a: 1,
409
+ k: [
410
+ {
411
+ i: {
412
+ x: 0.01,
413
+ y: 1
414
+ },
415
+ o: {
416
+ x: 0.167,
417
+ y: 0.167
418
+ },
419
+ t: 1,
420
+ s: [
421
+ {
422
+ i: [
423
+ [
424
+ 51.524,
425
+ 0
426
+ ],
427
+ [
428
+ 0,
429
+ 51.524
430
+ ],
431
+ [
432
+ -51.524,
433
+ 0
434
+ ],
435
+ [
436
+ 0,
437
+ -51.524
438
+ ]
439
+ ],
440
+ o: [
441
+ [
442
+ -51.524,
443
+ 0
444
+ ],
445
+ [
446
+ 0,
447
+ -51.524
448
+ ],
449
+ [
450
+ 51.524,
451
+ 0
452
+ ],
453
+ [
454
+ 0,
455
+ 51.524
456
+ ]
457
+ ],
458
+ v: [
459
+ [
460
+ -297.641,
461
+ 93.442
462
+ ],
463
+ [
464
+ -391.083,
465
+ 0
466
+ ],
467
+ [
468
+ -297.641,
469
+ -93.442
470
+ ],
471
+ [
472
+ -204.199,
473
+ 0
474
+ ]
475
+ ],
476
+ c: !0
477
+ }
478
+ ]
479
+ },
480
+ {
481
+ i: {
482
+ x: 0.833,
483
+ y: 0.833
484
+ },
485
+ o: {
486
+ x: 0.167,
487
+ y: 0
488
+ },
489
+ t: 15,
490
+ s: [
491
+ {
492
+ i: [
493
+ [
494
+ 55.817,
495
+ 0
496
+ ],
497
+ [
498
+ 0,
499
+ 55.817
500
+ ],
501
+ [
502
+ -55.817,
503
+ 0
504
+ ],
505
+ [
506
+ 0,
507
+ -55.817
508
+ ]
509
+ ],
510
+ o: [
511
+ [
512
+ -55.817,
513
+ 0
514
+ ],
515
+ [
516
+ 0,
517
+ -55.817
518
+ ],
519
+ [
520
+ 55.817,
521
+ 0
522
+ ],
523
+ [
524
+ 0,
525
+ 55.817
526
+ ]
527
+ ],
528
+ v: [
529
+ [
530
+ -297.641,
531
+ 101.228
532
+ ],
533
+ [
534
+ -398.869,
535
+ 0
536
+ ],
537
+ [
538
+ -297.641,
539
+ -101.228
540
+ ],
541
+ [
542
+ -196.413,
543
+ 0
544
+ ]
545
+ ],
546
+ c: !0
547
+ }
548
+ ]
549
+ },
550
+ {
551
+ i: {
552
+ x: 0.833,
553
+ y: 0.833
554
+ },
555
+ o: {
556
+ x: 1,
557
+ y: 0
558
+ },
559
+ t: 60,
560
+ s: [
561
+ {
562
+ i: [
563
+ [
564
+ 55.817,
565
+ 0
566
+ ],
567
+ [
568
+ 0,
569
+ 55.817
570
+ ],
571
+ [
572
+ -55.817,
573
+ 0
574
+ ],
575
+ [
576
+ 0,
577
+ -55.817
578
+ ]
579
+ ],
580
+ o: [
581
+ [
582
+ -55.817,
583
+ 0
584
+ ],
585
+ [
586
+ 0,
587
+ -55.817
588
+ ],
589
+ [
590
+ 55.817,
591
+ 0
592
+ ],
593
+ [
594
+ 0,
595
+ 55.817
596
+ ]
597
+ ],
598
+ v: [
599
+ [
600
+ -297.641,
601
+ 101.228
602
+ ],
603
+ [
604
+ -398.869,
605
+ 0
606
+ ],
607
+ [
608
+ -297.641,
609
+ -101.228
610
+ ],
611
+ [
612
+ -196.413,
613
+ 0
614
+ ]
615
+ ],
616
+ c: !0
617
+ }
618
+ ]
619
+ },
620
+ {
621
+ t: 73,
622
+ s: [
623
+ {
624
+ i: [
625
+ [
626
+ 1.93,
627
+ 0
628
+ ],
629
+ [
630
+ 0,
631
+ 1.93
632
+ ],
633
+ [
634
+ -1.93,
635
+ 0
636
+ ],
637
+ [
638
+ 0,
639
+ -1.93
640
+ ]
641
+ ],
642
+ o: [
643
+ [
644
+ -1.93,
645
+ 0
646
+ ],
647
+ [
648
+ 0,
649
+ -1.93
650
+ ],
651
+ [
652
+ 1.93,
653
+ 0
654
+ ],
655
+ [
656
+ 0,
657
+ 1.93
658
+ ]
659
+ ],
660
+ v: [
661
+ [
662
+ -297.641,
663
+ 3.5
664
+ ],
665
+ [
666
+ -301.141,
667
+ 0
668
+ ],
669
+ [
670
+ -297.641,
671
+ -3.5
672
+ ],
673
+ [
674
+ -294.141,
675
+ 0
676
+ ]
677
+ ],
678
+ c: !0
679
+ }
680
+ ]
681
+ }
682
+ ],
683
+ ix: 2
684
+ },
685
+ nm: "Path 2",
686
+ mn: "ADBE Vector Shape - Group",
687
+ hd: !1
688
+ },
689
+ {
690
+ ty: "fl",
691
+ c: {
692
+ a: 0,
693
+ k: [
694
+ 1,
695
+ 0.803921568627,
696
+ 0,
697
+ 1
698
+ ],
699
+ ix: 4
700
+ },
701
+ o: {
702
+ a: 0,
703
+ k: 100,
704
+ ix: 5
705
+ },
706
+ r: 1,
707
+ bm: 0,
708
+ nm: "Fill 1",
709
+ mn: "ADBE Vector Graphic - Fill",
710
+ hd: !1
711
+ },
712
+ {
713
+ ty: "tr",
714
+ p: {
715
+ a: 0,
716
+ k: [
717
+ 0,
718
+ 0
719
+ ],
720
+ ix: 2
721
+ },
722
+ a: {
723
+ a: 0,
724
+ k: [
725
+ 0,
726
+ 0
727
+ ],
728
+ ix: 1
729
+ },
730
+ s: {
731
+ a: 0,
732
+ k: [
733
+ 100,
734
+ 100
735
+ ],
736
+ ix: 3
737
+ },
738
+ r: {
739
+ a: 0,
740
+ k: 0,
741
+ ix: 6
742
+ },
743
+ o: {
744
+ a: 0,
745
+ k: 100,
746
+ ix: 7
747
+ },
748
+ sk: {
749
+ a: 0,
750
+ k: 0,
751
+ ix: 4
752
+ },
753
+ sa: {
754
+ a: 0,
755
+ k: 0,
756
+ ix: 5
757
+ },
758
+ nm: "Transformer "
759
+ }
760
+ ],
761
+ nm: "Group 1",
762
+ np: 3,
763
+ cix: 2,
764
+ bm: 0,
765
+ ix: 1,
766
+ mn: "ADBE Vector Group",
767
+ hd: !1
768
+ }
769
+ ],
770
+ ip: 1,
771
+ op: 74,
772
+ st: -31,
773
+ bm: 0
774
+ },
775
+ {
776
+ ddd: 0,
777
+ ind: 3,
778
+ ty: 4,
779
+ nm: "MASK",
780
+ parent: 2,
781
+ td: 1,
782
+ sr: 1,
783
+ ks: {
784
+ o: {
785
+ a: 0,
786
+ k: 100,
787
+ ix: 11
788
+ },
789
+ r: {
790
+ a: 0,
791
+ k: 0,
792
+ ix: 10
793
+ },
794
+ p: {
795
+ a: 0,
796
+ k: [
797
+ -297.641,
798
+ 0,
799
+ 0
800
+ ],
801
+ ix: 2,
802
+ l: 2
803
+ },
804
+ a: {
805
+ a: 0,
806
+ k: [
807
+ -297.641,
808
+ 0,
809
+ 0
810
+ ],
811
+ ix: 1,
812
+ l: 2
813
+ },
814
+ s: {
815
+ a: 0,
816
+ k: [
817
+ 100,
818
+ 100,
819
+ 100
820
+ ],
821
+ ix: 6,
822
+ l: 2
823
+ }
824
+ },
825
+ ao: 0,
826
+ shapes: [
827
+ {
828
+ ty: "gr",
829
+ it: [
830
+ {
831
+ ind: 0,
832
+ ty: "sh",
833
+ ix: 1,
834
+ ks: {
835
+ a: 1,
836
+ k: [
837
+ {
838
+ i: {
839
+ x: 0.01,
840
+ y: 1
841
+ },
842
+ o: {
843
+ x: 0.167,
844
+ y: 0.167
845
+ },
846
+ t: 1,
847
+ s: [
848
+ {
849
+ i: [
850
+ [
851
+ 51.524,
852
+ 0
853
+ ],
854
+ [
855
+ 0,
856
+ 51.524
857
+ ],
858
+ [
859
+ -51.524,
860
+ 0
861
+ ],
862
+ [
863
+ 0,
864
+ -51.524
865
+ ]
866
+ ],
867
+ o: [
868
+ [
869
+ -51.524,
870
+ 0
871
+ ],
872
+ [
873
+ 0,
874
+ -51.524
875
+ ],
876
+ [
877
+ 51.524,
878
+ 0
879
+ ],
880
+ [
881
+ 0,
882
+ 51.524
883
+ ]
884
+ ],
885
+ v: [
886
+ [
887
+ -297.641,
888
+ 93.442
889
+ ],
890
+ [
891
+ -391.083,
892
+ 0
893
+ ],
894
+ [
895
+ -297.641,
896
+ -93.442
897
+ ],
898
+ [
899
+ -204.199,
900
+ 0
901
+ ]
902
+ ],
903
+ c: !0
904
+ }
905
+ ]
906
+ },
907
+ {
908
+ i: {
909
+ x: 0.833,
910
+ y: 0.833
911
+ },
912
+ o: {
913
+ x: 0.167,
914
+ y: 0
915
+ },
916
+ t: 15,
917
+ s: [
918
+ {
919
+ i: [
920
+ [
921
+ 55.817,
922
+ 0
923
+ ],
924
+ [
925
+ 0,
926
+ 55.817
927
+ ],
928
+ [
929
+ -55.817,
930
+ 0
931
+ ],
932
+ [
933
+ 0,
934
+ -55.817
935
+ ]
936
+ ],
937
+ o: [
938
+ [
939
+ -55.817,
940
+ 0
941
+ ],
942
+ [
943
+ 0,
944
+ -55.817
945
+ ],
946
+ [
947
+ 55.817,
948
+ 0
949
+ ],
950
+ [
951
+ 0,
952
+ 55.817
953
+ ]
954
+ ],
955
+ v: [
956
+ [
957
+ -297.641,
958
+ 101.228
959
+ ],
960
+ [
961
+ -398.869,
962
+ 0
963
+ ],
964
+ [
965
+ -297.641,
966
+ -101.228
967
+ ],
968
+ [
969
+ -196.413,
970
+ 0
971
+ ]
972
+ ],
973
+ c: !0
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ i: {
979
+ x: 0.833,
980
+ y: 0.833
981
+ },
982
+ o: {
983
+ x: 1,
984
+ y: 0
985
+ },
986
+ t: 60,
987
+ s: [
988
+ {
989
+ i: [
990
+ [
991
+ 55.817,
992
+ 0
993
+ ],
994
+ [
995
+ 0,
996
+ 55.817
997
+ ],
998
+ [
999
+ -55.817,
1000
+ 0
1001
+ ],
1002
+ [
1003
+ 0,
1004
+ -55.817
1005
+ ]
1006
+ ],
1007
+ o: [
1008
+ [
1009
+ -55.817,
1010
+ 0
1011
+ ],
1012
+ [
1013
+ 0,
1014
+ -55.817
1015
+ ],
1016
+ [
1017
+ 55.817,
1018
+ 0
1019
+ ],
1020
+ [
1021
+ 0,
1022
+ 55.817
1023
+ ]
1024
+ ],
1025
+ v: [
1026
+ [
1027
+ -297.641,
1028
+ 101.228
1029
+ ],
1030
+ [
1031
+ -398.869,
1032
+ 0
1033
+ ],
1034
+ [
1035
+ -297.641,
1036
+ -101.228
1037
+ ],
1038
+ [
1039
+ -196.413,
1040
+ 0
1041
+ ]
1042
+ ],
1043
+ c: !0
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ t: 73,
1049
+ s: [
1050
+ {
1051
+ i: [
1052
+ [
1053
+ 1.93,
1054
+ 0
1055
+ ],
1056
+ [
1057
+ 0,
1058
+ 1.93
1059
+ ],
1060
+ [
1061
+ -1.93,
1062
+ 0
1063
+ ],
1064
+ [
1065
+ 0,
1066
+ -1.93
1067
+ ]
1068
+ ],
1069
+ o: [
1070
+ [
1071
+ -1.93,
1072
+ 0
1073
+ ],
1074
+ [
1075
+ 0,
1076
+ -1.93
1077
+ ],
1078
+ [
1079
+ 1.93,
1080
+ 0
1081
+ ],
1082
+ [
1083
+ 0,
1084
+ 1.93
1085
+ ]
1086
+ ],
1087
+ v: [
1088
+ [
1089
+ -297.641,
1090
+ 3.5
1091
+ ],
1092
+ [
1093
+ -301.141,
1094
+ 0
1095
+ ],
1096
+ [
1097
+ -297.641,
1098
+ -3.5
1099
+ ],
1100
+ [
1101
+ -294.141,
1102
+ 0
1103
+ ]
1104
+ ],
1105
+ c: !0
1106
+ }
1107
+ ]
1108
+ }
1109
+ ],
1110
+ ix: 2
1111
+ },
1112
+ nm: "Path 2",
1113
+ mn: "ADBE Vector Shape - Group",
1114
+ hd: !1
1115
+ },
1116
+ {
1117
+ ty: "fl",
1118
+ c: {
1119
+ a: 0,
1120
+ k: [
1121
+ 0,
1122
+ 0,
1123
+ 0,
1124
+ 1
1125
+ ],
1126
+ ix: 4
1127
+ },
1128
+ o: {
1129
+ a: 0,
1130
+ k: 100,
1131
+ ix: 5
1132
+ },
1133
+ r: 1,
1134
+ bm: 0,
1135
+ nm: "Fill 1",
1136
+ mn: "ADBE Vector Graphic - Fill",
1137
+ hd: !1
1138
+ },
1139
+ {
1140
+ ty: "tr",
1141
+ p: {
1142
+ a: 0,
1143
+ k: [
1144
+ 0,
1145
+ 0
1146
+ ],
1147
+ ix: 2
1148
+ },
1149
+ a: {
1150
+ a: 0,
1151
+ k: [
1152
+ 0,
1153
+ 0
1154
+ ],
1155
+ ix: 1
1156
+ },
1157
+ s: {
1158
+ a: 0,
1159
+ k: [
1160
+ 100,
1161
+ 100
1162
+ ],
1163
+ ix: 3
1164
+ },
1165
+ r: {
1166
+ a: 0,
1167
+ k: 0,
1168
+ ix: 6
1169
+ },
1170
+ o: {
1171
+ a: 0,
1172
+ k: 100,
1173
+ ix: 7
1174
+ },
1175
+ sk: {
1176
+ a: 0,
1177
+ k: 0,
1178
+ ix: 4
1179
+ },
1180
+ sa: {
1181
+ a: 0,
1182
+ k: 0,
1183
+ ix: 5
1184
+ },
1185
+ nm: "Transformer "
1186
+ }
1187
+ ],
1188
+ nm: "Group 1",
1189
+ np: 2,
1190
+ cix: 2,
1191
+ bm: 0,
1192
+ ix: 1,
1193
+ mn: "ADBE Vector Group",
1194
+ hd: !1
1195
+ }
1196
+ ],
1197
+ ip: 0,
1198
+ op: 74,
1199
+ st: -28,
1200
+ bm: 0
1201
+ },
1202
+ {
1203
+ ddd: 0,
1204
+ ind: 4,
1205
+ ty: 0,
1206
+ nm: "shape 06",
1207
+ parent: 1,
1208
+ tt: 1,
1209
+ refId: "comp_1",
1210
+ sr: 1,
1211
+ ks: {
1212
+ o: {
1213
+ a: 0,
1214
+ k: 100,
1215
+ ix: 11
1216
+ },
1217
+ r: {
1218
+ a: 0,
1219
+ k: 0,
1220
+ ix: 10
1221
+ },
1222
+ p: {
1223
+ a: 0,
1224
+ k: [
1225
+ 50,
1226
+ 50,
1227
+ 0
1228
+ ],
1229
+ ix: 2,
1230
+ l: 2
1231
+ },
1232
+ a: {
1233
+ a: 0,
1234
+ k: [
1235
+ 960,
1236
+ 540,
1237
+ 0
1238
+ ],
1239
+ ix: 1,
1240
+ l: 2
1241
+ },
1242
+ s: {
1243
+ a: 0,
1244
+ k: [
1245
+ 100,
1246
+ 100,
1247
+ 100
1248
+ ],
1249
+ ix: 6,
1250
+ l: 2
1251
+ }
1252
+ },
1253
+ ao: 0,
1254
+ w: 1920,
1255
+ h: 1080,
1256
+ ip: 1,
1257
+ op: 74,
1258
+ st: 1,
1259
+ bm: 0
1260
+ },
1261
+ {
1262
+ ddd: 0,
1263
+ ind: 5,
1264
+ ty: 4,
1265
+ nm: "MASK 7",
1266
+ parent: 2,
1267
+ td: 1,
1268
+ sr: 1,
1269
+ ks: {
1270
+ o: {
1271
+ a: 0,
1272
+ k: 100,
1273
+ ix: 11
1274
+ },
1275
+ r: {
1276
+ a: 0,
1277
+ k: 0,
1278
+ ix: 10
1279
+ },
1280
+ p: {
1281
+ a: 0,
1282
+ k: [
1283
+ -297.641,
1284
+ 0,
1285
+ 0
1286
+ ],
1287
+ ix: 2,
1288
+ l: 2
1289
+ },
1290
+ a: {
1291
+ a: 0,
1292
+ k: [
1293
+ -297.641,
1294
+ 0,
1295
+ 0
1296
+ ],
1297
+ ix: 1,
1298
+ l: 2
1299
+ },
1300
+ s: {
1301
+ a: 0,
1302
+ k: [
1303
+ 100,
1304
+ 100,
1305
+ 100
1306
+ ],
1307
+ ix: 6,
1308
+ l: 2
1309
+ }
1310
+ },
1311
+ ao: 0,
1312
+ shapes: [
1313
+ {
1314
+ ty: "gr",
1315
+ it: [
1316
+ {
1317
+ ind: 0,
1318
+ ty: "sh",
1319
+ ix: 1,
1320
+ ks: {
1321
+ a: 1,
1322
+ k: [
1323
+ {
1324
+ i: {
1325
+ x: 0.833,
1326
+ y: 0.833
1327
+ },
1328
+ o: {
1329
+ x: 0.167,
1330
+ y: 0
1331
+ },
1332
+ t: 15,
1333
+ s: [
1334
+ {
1335
+ i: [
1336
+ [
1337
+ 51.047,
1338
+ 0
1339
+ ],
1340
+ [
1341
+ 0,
1342
+ -51.047
1343
+ ],
1344
+ [
1345
+ -51.047,
1346
+ 0
1347
+ ],
1348
+ [
1349
+ 0,
1350
+ 51.048
1351
+ ]
1352
+ ],
1353
+ o: [
1354
+ [
1355
+ -51.047,
1356
+ 0
1357
+ ],
1358
+ [
1359
+ 0,
1360
+ 51.048
1361
+ ],
1362
+ [
1363
+ 51.047,
1364
+ 0
1365
+ ],
1366
+ [
1367
+ 0,
1368
+ -51.047
1369
+ ]
1370
+ ],
1371
+ v: [
1372
+ [
1373
+ -297.641,
1374
+ -92.578
1375
+ ],
1376
+ [
1377
+ -390.218,
1378
+ 0
1379
+ ],
1380
+ [
1381
+ -297.641,
1382
+ 92.578
1383
+ ],
1384
+ [
1385
+ -205.063,
1386
+ 0
1387
+ ]
1388
+ ],
1389
+ c: !0
1390
+ }
1391
+ ]
1392
+ },
1393
+ {
1394
+ i: {
1395
+ x: 0.833,
1396
+ y: 0.833
1397
+ },
1398
+ o: {
1399
+ x: 1,
1400
+ y: 0
1401
+ },
1402
+ t: 60,
1403
+ s: [
1404
+ {
1405
+ i: [
1406
+ [
1407
+ 51.047,
1408
+ 0
1409
+ ],
1410
+ [
1411
+ 0,
1412
+ -51.047
1413
+ ],
1414
+ [
1415
+ -51.047,
1416
+ 0
1417
+ ],
1418
+ [
1419
+ 0,
1420
+ 51.048
1421
+ ]
1422
+ ],
1423
+ o: [
1424
+ [
1425
+ -51.047,
1426
+ 0
1427
+ ],
1428
+ [
1429
+ 0,
1430
+ 51.048
1431
+ ],
1432
+ [
1433
+ 51.047,
1434
+ 0
1435
+ ],
1436
+ [
1437
+ 0,
1438
+ -51.047
1439
+ ]
1440
+ ],
1441
+ v: [
1442
+ [
1443
+ -297.641,
1444
+ -92.578
1445
+ ],
1446
+ [
1447
+ -390.218,
1448
+ 0
1449
+ ],
1450
+ [
1451
+ -297.641,
1452
+ 92.578
1453
+ ],
1454
+ [
1455
+ -205.063,
1456
+ 0
1457
+ ]
1458
+ ],
1459
+ c: !0
1460
+ }
1461
+ ]
1462
+ },
1463
+ {
1464
+ t: 73,
1465
+ s: [
1466
+ {
1467
+ i: [
1468
+ [
1469
+ 0.689,
1470
+ 0
1471
+ ],
1472
+ [
1473
+ 0,
1474
+ -0.689
1475
+ ],
1476
+ [
1477
+ -0.689,
1478
+ 0
1479
+ ],
1480
+ [
1481
+ 0,
1482
+ 0.689
1483
+ ]
1484
+ ],
1485
+ o: [
1486
+ [
1487
+ -0.689,
1488
+ 0
1489
+ ],
1490
+ [
1491
+ 0,
1492
+ 0.689
1493
+ ],
1494
+ [
1495
+ 0.689,
1496
+ 0
1497
+ ],
1498
+ [
1499
+ 0,
1500
+ -0.689
1501
+ ]
1502
+ ],
1503
+ v: [
1504
+ [
1505
+ -297.641,
1506
+ -1.25
1507
+ ],
1508
+ [
1509
+ -298.891,
1510
+ 0
1511
+ ],
1512
+ [
1513
+ -297.641,
1514
+ 1.25
1515
+ ],
1516
+ [
1517
+ -296.391,
1518
+ 0
1519
+ ]
1520
+ ],
1521
+ c: !0
1522
+ }
1523
+ ]
1524
+ }
1525
+ ],
1526
+ ix: 2
1527
+ },
1528
+ nm: "Path 2",
1529
+ mn: "ADBE Vector Shape - Group",
1530
+ hd: !1
1531
+ },
1532
+ {
1533
+ ty: "fl",
1534
+ c: {
1535
+ a: 0,
1536
+ k: [
1537
+ 0,
1538
+ 0,
1539
+ 0,
1540
+ 1
1541
+ ],
1542
+ ix: 4
1543
+ },
1544
+ o: {
1545
+ a: 0,
1546
+ k: 100,
1547
+ ix: 5
1548
+ },
1549
+ r: 1,
1550
+ bm: 0,
1551
+ nm: "Fill 1",
1552
+ mn: "ADBE Vector Graphic - Fill",
1553
+ hd: !1
1554
+ },
1555
+ {
1556
+ ty: "tr",
1557
+ p: {
1558
+ a: 0,
1559
+ k: [
1560
+ 0,
1561
+ 0
1562
+ ],
1563
+ ix: 2
1564
+ },
1565
+ a: {
1566
+ a: 0,
1567
+ k: [
1568
+ 0,
1569
+ 0
1570
+ ],
1571
+ ix: 1
1572
+ },
1573
+ s: {
1574
+ a: 0,
1575
+ k: [
1576
+ 100,
1577
+ 100
1578
+ ],
1579
+ ix: 3
1580
+ },
1581
+ r: {
1582
+ a: 0,
1583
+ k: 0,
1584
+ ix: 6
1585
+ },
1586
+ o: {
1587
+ a: 0,
1588
+ k: 100,
1589
+ ix: 7
1590
+ },
1591
+ sk: {
1592
+ a: 0,
1593
+ k: 0,
1594
+ ix: 4
1595
+ },
1596
+ sa: {
1597
+ a: 0,
1598
+ k: 0,
1599
+ ix: 5
1600
+ },
1601
+ nm: "Transformer "
1602
+ }
1603
+ ],
1604
+ nm: "Group 1",
1605
+ np: 2,
1606
+ cix: 2,
1607
+ bm: 0,
1608
+ ix: 1,
1609
+ mn: "ADBE Vector Group",
1610
+ hd: !1
1611
+ }
1612
+ ],
1613
+ ip: 0,
1614
+ op: 74,
1615
+ st: -28,
1616
+ bm: 0
1617
+ },
1618
+ {
1619
+ ddd: 0,
1620
+ ind: 6,
1621
+ ty: 0,
1622
+ nm: "shape 06",
1623
+ parent: 1,
1624
+ tt: 1,
1625
+ refId: "comp_1",
1626
+ sr: 1,
1627
+ ks: {
1628
+ o: {
1629
+ a: 0,
1630
+ k: 100,
1631
+ ix: 11
1632
+ },
1633
+ r: {
1634
+ a: 0,
1635
+ k: 180,
1636
+ ix: 10
1637
+ },
1638
+ p: {
1639
+ a: 0,
1640
+ k: [
1641
+ 50,
1642
+ 50,
1643
+ 0
1644
+ ],
1645
+ ix: 2,
1646
+ l: 2
1647
+ },
1648
+ a: {
1649
+ a: 0,
1650
+ k: [
1651
+ 960,
1652
+ 540,
1653
+ 0
1654
+ ],
1655
+ ix: 1,
1656
+ l: 2
1657
+ },
1658
+ s: {
1659
+ a: 0,
1660
+ k: [
1661
+ 100,
1662
+ 100,
1663
+ 100
1664
+ ],
1665
+ ix: 6,
1666
+ l: 2
1667
+ }
1668
+ },
1669
+ ao: 0,
1670
+ w: 1920,
1671
+ h: 1080,
1672
+ ip: 1,
1673
+ op: 74,
1674
+ st: 1,
1675
+ bm: 0
1676
+ }
1677
+ ]
1678
+ },
1679
+ {
1680
+ id: "comp_1",
1681
+ layers: [
1682
+ {
1683
+ ddd: 0,
1684
+ ind: 1,
1685
+ ty: 4,
1686
+ nm: "shape 01",
1687
+ sr: 1,
1688
+ ks: {
1689
+ o: {
1690
+ a: 0,
1691
+ k: 100,
1692
+ ix: 11
1693
+ },
1694
+ r: {
1695
+ a: 0,
1696
+ k: 0,
1697
+ ix: 10
1698
+ },
1699
+ p: {
1700
+ a: 1,
1701
+ k: [
1702
+ {
1703
+ i: {
1704
+ x: 0.39,
1705
+ y: 1
1706
+ },
1707
+ o: {
1708
+ x: 0.167,
1709
+ y: 0.167
1710
+ },
1711
+ t: 2,
1712
+ s: [
1713
+ 959.994,
1714
+ 382.752,
1715
+ 0
1716
+ ],
1717
+ to: [
1718
+ 0,
1719
+ 0,
1720
+ 0
1721
+ ],
1722
+ ti: [
1723
+ 0,
1724
+ 0,
1725
+ 0
1726
+ ]
1727
+ },
1728
+ {
1729
+ i: {
1730
+ x: 0.39,
1731
+ y: 1
1732
+ },
1733
+ o: {
1734
+ x: 0.61,
1735
+ y: 0
1736
+ },
1737
+ t: 10,
1738
+ s: [
1739
+ 959.994,
1740
+ 465.647,
1741
+ 0
1742
+ ],
1743
+ to: [
1744
+ 0,
1745
+ 0,
1746
+ 0
1747
+ ],
1748
+ ti: [
1749
+ 0,
1750
+ 0,
1751
+ 0
1752
+ ]
1753
+ },
1754
+ {
1755
+ i: {
1756
+ x: 0.28,
1757
+ y: 1
1758
+ },
1759
+ o: {
1760
+ x: 0.61,
1761
+ y: 0
1762
+ },
1763
+ t: 30,
1764
+ s: [
1765
+ 959.994,
1766
+ 452.915,
1767
+ 0
1768
+ ],
1769
+ to: [
1770
+ 0,
1771
+ 0,
1772
+ 0
1773
+ ],
1774
+ ti: [
1775
+ 0,
1776
+ 0,
1777
+ 0
1778
+ ]
1779
+ },
1780
+ {
1781
+ t: 49,
1782
+ s: [
1783
+ 959.994,
1784
+ 478.752,
1785
+ 0
1786
+ ]
1787
+ }
1788
+ ],
1789
+ ix: 2,
1790
+ l: 2
1791
+ },
1792
+ a: {
1793
+ a: 0,
1794
+ k: [
1795
+ 0,
1796
+ 0,
1797
+ 0
1798
+ ],
1799
+ ix: 1,
1800
+ l: 2
1801
+ },
1802
+ s: {
1803
+ a: 0,
1804
+ k: [
1805
+ 100,
1806
+ 100,
1807
+ 100
1808
+ ],
1809
+ ix: 6,
1810
+ l: 2
1811
+ }
1812
+ },
1813
+ ao: 0,
1814
+ shapes: [
1815
+ {
1816
+ ty: "gr",
1817
+ it: [
1818
+ {
1819
+ ind: 0,
1820
+ ty: "sh",
1821
+ ix: 1,
1822
+ ks: {
1823
+ a: 1,
1824
+ k: [
1825
+ {
1826
+ i: {
1827
+ x: 0.39,
1828
+ y: 1
1829
+ },
1830
+ o: {
1831
+ x: 0.167,
1832
+ y: 0.167
1833
+ },
1834
+ t: 7,
1835
+ s: [
1836
+ {
1837
+ i: [
1838
+ [
1839
+ 12.082,
1840
+ -0.041
1841
+ ],
1842
+ [
1843
+ 0,
1844
+ 0
1845
+ ],
1846
+ [
1847
+ 2.831,
1848
+ 24.134
1849
+ ],
1850
+ [
1851
+ 3.126,
1852
+ -1.163
1853
+ ],
1854
+ [
1855
+ -0.475,
1856
+ -4.54
1857
+ ],
1858
+ [
1859
+ -16.959,
1860
+ -0.02
1861
+ ],
1862
+ [
1863
+ 0,
1864
+ 0
1865
+ ],
1866
+ [
1867
+ -5.68,
1868
+ 23.24
1869
+ ],
1870
+ [
1871
+ 0,
1872
+ 0
1873
+ ],
1874
+ [
1875
+ 3.029,
1876
+ 1.09
1877
+ ],
1878
+ [
1879
+ 0.376,
1880
+ -5.674
1881
+ ]
1882
+ ],
1883
+ o: [
1884
+ [
1885
+ 0,
1886
+ 0
1887
+ ],
1888
+ [
1889
+ -12.082,
1890
+ -0.041
1891
+ ],
1892
+ [
1893
+ -0.505,
1894
+ -6.674
1895
+ ],
1896
+ [
1897
+ -2.703,
1898
+ 1.006
1899
+ ],
1900
+ [
1901
+ 5.68,
1902
+ 23.24
1903
+ ],
1904
+ [
1905
+ 0,
1906
+ 0
1907
+ ],
1908
+ [
1909
+ 16.959,
1910
+ -0.02
1911
+ ],
1912
+ [
1913
+ 0,
1914
+ 0
1915
+ ],
1916
+ [
1917
+ 0.845,
1918
+ -8.54
1919
+ ],
1920
+ [
1921
+ -2.829,
1922
+ -1.018
1923
+ ],
1924
+ [
1925
+ -2.831,
1926
+ 24.134
1927
+ ]
1928
+ ],
1929
+ v: [
1930
+ [
1931
+ 5e-3,
1932
+ 22.774
1933
+ ],
1934
+ [
1935
+ -5e-3,
1936
+ 22.774
1937
+ ],
1938
+ [
1939
+ -22.684,
1940
+ -28.515
1941
+ ],
1942
+ [
1943
+ -32.136,
1944
+ -40.778
1945
+ ],
1946
+ [
1947
+ -40.215,
1948
+ -22.149
1949
+ ],
1950
+ [
1951
+ -5e-3,
1952
+ 28.515
1953
+ ],
1954
+ [
1955
+ 5e-3,
1956
+ 28.515
1957
+ ],
1958
+ [
1959
+ 40.215,
1960
+ -22.149
1961
+ ],
1962
+ [
1963
+ 40.215,
1964
+ -22.149
1965
+ ],
1966
+ [
1967
+ 31.512,
1968
+ -41.12
1969
+ ],
1970
+ [
1971
+ 22.684,
1972
+ -28.515
1973
+ ]
1974
+ ],
1975
+ c: !0
1976
+ }
1977
+ ]
1978
+ },
1979
+ {
1980
+ i: {
1981
+ x: 0.39,
1982
+ y: 1
1983
+ },
1984
+ o: {
1985
+ x: 0.61,
1986
+ y: 0
1987
+ },
1988
+ t: 14,
1989
+ s: [
1990
+ {
1991
+ i: [
1992
+ [
1993
+ 34.816,
1994
+ -0.027
1995
+ ],
1996
+ [
1997
+ 0,
1998
+ 0
1999
+ ],
2000
+ [
2001
+ 1.883,
2002
+ 16.056
2003
+ ],
2004
+ [
2005
+ 2.08,
2006
+ -0.774
2007
+ ],
2008
+ [
2009
+ -0.316,
2010
+ -3.021
2011
+ ],
2012
+ [
2013
+ -37.722,
2014
+ -0.014
2015
+ ],
2016
+ [
2017
+ 0,
2018
+ 0
2019
+ ],
2020
+ [
2021
+ -3.779,
2022
+ 15.461
2023
+ ],
2024
+ [
2025
+ 0,
2026
+ 0
2027
+ ],
2028
+ [
2029
+ 2.015,
2030
+ 0.725
2031
+ ],
2032
+ [
2033
+ 0.25,
2034
+ -3.775
2035
+ ]
2036
+ ],
2037
+ o: [
2038
+ [
2039
+ 0,
2040
+ 0
2041
+ ],
2042
+ [
2043
+ -35.314,
2044
+ -0.027
2045
+ ],
2046
+ [
2047
+ -0.336,
2048
+ -4.44
2049
+ ],
2050
+ [
2051
+ -1.798,
2052
+ 0.669
2053
+ ],
2054
+ [
2055
+ 3.779,
2056
+ 15.461
2057
+ ],
2058
+ [
2059
+ 0,
2060
+ 0
2061
+ ],
2062
+ [
2063
+ 37.893,
2064
+ -0.014
2065
+ ],
2066
+ [
2067
+ 0,
2068
+ 0
2069
+ ],
2070
+ [
2071
+ 0.562,
2072
+ -5.682
2073
+ ],
2074
+ [
2075
+ -1.882,
2076
+ -0.677
2077
+ ],
2078
+ [
2079
+ -1.883,
2080
+ 16.056
2081
+ ]
2082
+ ],
2083
+ v: [
2084
+ [
2085
+ 5e-3,
2086
+ 21.519
2087
+ ],
2088
+ [
2089
+ -5e-3,
2090
+ 21.519
2091
+ ],
2092
+ [
2093
+ -46.677,
2094
+ -12.817
2095
+ ],
2096
+ [
2097
+ -53.652,
2098
+ -21.733
2099
+ ],
2100
+ [
2101
+ -61.697,
2102
+ -5.196
2103
+ ],
2104
+ [
2105
+ -5e-3,
2106
+ 28.515
2107
+ ],
2108
+ [
2109
+ 5e-3,
2110
+ 28.515
2111
+ ],
2112
+ [
2113
+ 62.49,
2114
+ -5.196
2115
+ ],
2116
+ [
2117
+ 62.49,
2118
+ -5.196
2119
+ ],
2120
+ [
2121
+ 53.753,
2122
+ -22.075
2123
+ ],
2124
+ [
2125
+ 47.47,
2126
+ -12.817
2127
+ ]
2128
+ ],
2129
+ c: !0
2130
+ }
2131
+ ]
2132
+ },
2133
+ {
2134
+ i: {
2135
+ x: 0.28,
2136
+ y: 1
2137
+ },
2138
+ o: {
2139
+ x: 0.61,
2140
+ y: 0
2141
+ },
2142
+ t: 28,
2143
+ s: [
2144
+ {
2145
+ i: [
2146
+ [
2147
+ 12.082,
2148
+ -0.041
2149
+ ],
2150
+ [
2151
+ 0,
2152
+ 0
2153
+ ],
2154
+ [
2155
+ 2.831,
2156
+ 24.134
2157
+ ],
2158
+ [
2159
+ 3.126,
2160
+ -1.163
2161
+ ],
2162
+ [
2163
+ 2.577,
2164
+ -1.245
2165
+ ],
2166
+ [
2167
+ -16.959,
2168
+ -0.02
2169
+ ],
2170
+ [
2171
+ 0,
2172
+ 0
2173
+ ],
2174
+ [
2175
+ -5.68,
2176
+ 23.24
2177
+ ],
2178
+ [
2179
+ 0,
2180
+ 0
2181
+ ],
2182
+ [
2183
+ 3.029,
2184
+ 1.09
2185
+ ],
2186
+ [
2187
+ 2.95,
2188
+ 0.743
2189
+ ]
2190
+ ],
2191
+ o: [
2192
+ [
2193
+ 0,
2194
+ 0
2195
+ ],
2196
+ [
2197
+ -12.082,
2198
+ -0.041
2199
+ ],
2200
+ [
2201
+ -3.276,
2202
+ 0.825
2203
+ ],
2204
+ [
2205
+ -2.703,
2206
+ 1.006
2207
+ ],
2208
+ [
2209
+ 5.68,
2210
+ 23.24
2211
+ ],
2212
+ [
2213
+ 0,
2214
+ 0
2215
+ ],
2216
+ [
2217
+ 16.959,
2218
+ -0.02
2219
+ ],
2220
+ [
2221
+ 0,
2222
+ 0
2223
+ ],
2224
+ [
2225
+ -2.873,
2226
+ -1.388
2227
+ ],
2228
+ [
2229
+ -2.829,
2230
+ -1.018
2231
+ ],
2232
+ [
2233
+ -2.831,
2234
+ 24.134
2235
+ ]
2236
+ ],
2237
+ v: [
2238
+ [
2239
+ 4e-3,
2240
+ 20.274
2241
+ ],
2242
+ [
2243
+ -6e-3,
2244
+ 20.274
2245
+ ],
2246
+ [
2247
+ -15.434,
2248
+ -38.515
2249
+ ],
2250
+ [
2251
+ -24.987,
2252
+ -35.778
2253
+ ],
2254
+ [
2255
+ -32.965,
2256
+ -27.149
2257
+ ],
2258
+ [
2259
+ -5e-3,
2260
+ 28.515
2261
+ ],
2262
+ [
2263
+ 5e-3,
2264
+ 28.515
2265
+ ],
2266
+ [
2267
+ 33.215,
2268
+ -27.149
2269
+ ],
2270
+ [
2271
+ 33.215,
2272
+ -27.149
2273
+ ],
2274
+ [
2275
+ 24.411,
2276
+ -36.12
2277
+ ],
2278
+ [
2279
+ 15.684,
2280
+ -38.515
2281
+ ]
2282
+ ],
2283
+ c: !0
2284
+ }
2285
+ ]
2286
+ },
2287
+ {
2288
+ t: 51,
2289
+ s: [
2290
+ {
2291
+ i: [
2292
+ [
2293
+ 12.082,
2294
+ -0.041
2295
+ ],
2296
+ [
2297
+ 0,
2298
+ 0
2299
+ ],
2300
+ [
2301
+ 2.831,
2302
+ 24.134
2303
+ ],
2304
+ [
2305
+ 3.126,
2306
+ -1.163
2307
+ ],
2308
+ [
2309
+ -0.475,
2310
+ -4.54
2311
+ ],
2312
+ [
2313
+ -16.959,
2314
+ -0.02
2315
+ ],
2316
+ [
2317
+ 0,
2318
+ 0
2319
+ ],
2320
+ [
2321
+ -5.68,
2322
+ 23.24
2323
+ ],
2324
+ [
2325
+ 0,
2326
+ 0
2327
+ ],
2328
+ [
2329
+ 3.029,
2330
+ 1.09
2331
+ ],
2332
+ [
2333
+ 0.376,
2334
+ -5.674
2335
+ ]
2336
+ ],
2337
+ o: [
2338
+ [
2339
+ 0,
2340
+ 0
2341
+ ],
2342
+ [
2343
+ -12.082,
2344
+ -0.041
2345
+ ],
2346
+ [
2347
+ -0.505,
2348
+ -6.674
2349
+ ],
2350
+ [
2351
+ -2.703,
2352
+ 1.006
2353
+ ],
2354
+ [
2355
+ 5.68,
2356
+ 23.24
2357
+ ],
2358
+ [
2359
+ 0,
2360
+ 0
2361
+ ],
2362
+ [
2363
+ 16.959,
2364
+ -0.02
2365
+ ],
2366
+ [
2367
+ 0,
2368
+ 0
2369
+ ],
2370
+ [
2371
+ 0.845,
2372
+ -8.54
2373
+ ],
2374
+ [
2375
+ -2.829,
2376
+ -1.018
2377
+ ],
2378
+ [
2379
+ -2.831,
2380
+ 24.134
2381
+ ]
2382
+ ],
2383
+ v: [
2384
+ [
2385
+ 5e-3,
2386
+ 22.774
2387
+ ],
2388
+ [
2389
+ -5e-3,
2390
+ 22.774
2391
+ ],
2392
+ [
2393
+ -22.684,
2394
+ -28.515
2395
+ ],
2396
+ [
2397
+ -32.136,
2398
+ -40.778
2399
+ ],
2400
+ [
2401
+ -40.215,
2402
+ -22.149
2403
+ ],
2404
+ [
2405
+ -5e-3,
2406
+ 28.515
2407
+ ],
2408
+ [
2409
+ 5e-3,
2410
+ 28.515
2411
+ ],
2412
+ [
2413
+ 40.215,
2414
+ -22.149
2415
+ ],
2416
+ [
2417
+ 40.215,
2418
+ -22.149
2419
+ ],
2420
+ [
2421
+ 31.512,
2422
+ -41.12
2423
+ ],
2424
+ [
2425
+ 22.684,
2426
+ -28.515
2427
+ ]
2428
+ ],
2429
+ c: !0
2430
+ }
2431
+ ]
2432
+ }
2433
+ ],
2434
+ ix: 2
2435
+ },
2436
+ nm: "Path 1",
2437
+ mn: "ADBE Vector Shape - Group",
2438
+ hd: !1
2439
+ },
2440
+ {
2441
+ ty: "fl",
2442
+ c: {
2443
+ a: 0,
2444
+ k: [
2445
+ 1,
2446
+ 0.803921568627,
2447
+ 0,
2448
+ 1
2449
+ ],
2450
+ ix: 4
2451
+ },
2452
+ o: {
2453
+ a: 0,
2454
+ k: 100,
2455
+ ix: 5
2456
+ },
2457
+ r: 1,
2458
+ bm: 0,
2459
+ nm: "Fill 1",
2460
+ mn: "ADBE Vector Graphic - Fill",
2461
+ hd: !1
2462
+ },
2463
+ {
2464
+ ty: "tr",
2465
+ p: {
2466
+ a: 0,
2467
+ k: [
2468
+ 0,
2469
+ 0
2470
+ ],
2471
+ ix: 2
2472
+ },
2473
+ a: {
2474
+ a: 0,
2475
+ k: [
2476
+ 0,
2477
+ 0
2478
+ ],
2479
+ ix: 1
2480
+ },
2481
+ s: {
2482
+ a: 0,
2483
+ k: [
2484
+ 100,
2485
+ 100
2486
+ ],
2487
+ ix: 3
2488
+ },
2489
+ r: {
2490
+ a: 0,
2491
+ k: 0,
2492
+ ix: 6
2493
+ },
2494
+ o: {
2495
+ a: 0,
2496
+ k: 100,
2497
+ ix: 7
2498
+ },
2499
+ sk: {
2500
+ a: 0,
2501
+ k: 0,
2502
+ ix: 4
2503
+ },
2504
+ sa: {
2505
+ a: 0,
2506
+ k: 0,
2507
+ ix: 5
2508
+ },
2509
+ nm: "Transformer "
2510
+ }
2511
+ ],
2512
+ nm: "Group 1",
2513
+ np: 2,
2514
+ cix: 2,
2515
+ bm: 0,
2516
+ ix: 1,
2517
+ mn: "ADBE Vector Group",
2518
+ hd: !1
2519
+ }
2520
+ ],
2521
+ ip: 0,
2522
+ op: 512,
2523
+ st: -43,
2524
+ bm: 0
2525
+ },
2526
+ {
2527
+ ddd: 0,
2528
+ ind: 2,
2529
+ ty: 4,
2530
+ nm: "shape 02",
2531
+ sr: 1,
2532
+ ks: {
2533
+ o: {
2534
+ a: 0,
2535
+ k: 100,
2536
+ ix: 11
2537
+ },
2538
+ r: {
2539
+ a: 0,
2540
+ k: 0,
2541
+ ix: 10
2542
+ },
2543
+ p: {
2544
+ a: 1,
2545
+ k: [
2546
+ {
2547
+ i: {
2548
+ x: 0.39,
2549
+ y: 1
2550
+ },
2551
+ o: {
2552
+ x: 0.167,
2553
+ y: 0.167
2554
+ },
2555
+ t: 1,
2556
+ s: [
2557
+ 960.008,
2558
+ 401.942,
2559
+ 0
2560
+ ],
2561
+ to: [
2562
+ 0,
2563
+ 0,
2564
+ 0
2565
+ ],
2566
+ ti: [
2567
+ 0,
2568
+ 0,
2569
+ 0
2570
+ ]
2571
+ },
2572
+ {
2573
+ i: {
2574
+ x: 0.39,
2575
+ y: 1
2576
+ },
2577
+ o: {
2578
+ x: 0.61,
2579
+ y: 0
2580
+ },
2581
+ t: 10,
2582
+ s: [
2583
+ 960.008,
2584
+ 489.836,
2585
+ 0
2586
+ ],
2587
+ to: [
2588
+ 0,
2589
+ 0,
2590
+ 0
2591
+ ],
2592
+ ti: [
2593
+ 0,
2594
+ 0,
2595
+ 0
2596
+ ]
2597
+ },
2598
+ {
2599
+ i: {
2600
+ x: 0.28,
2601
+ y: 1
2602
+ },
2603
+ o: {
2604
+ x: 0.61,
2605
+ y: 0
2606
+ },
2607
+ t: 29,
2608
+ s: [
2609
+ 960.008,
2610
+ 468.105,
2611
+ 0
2612
+ ],
2613
+ to: [
2614
+ 0,
2615
+ 0,
2616
+ 0
2617
+ ],
2618
+ ti: [
2619
+ 0,
2620
+ 0,
2621
+ 0
2622
+ ]
2623
+ },
2624
+ {
2625
+ t: 48,
2626
+ s: [
2627
+ 960.008,
2628
+ 492.942,
2629
+ 0
2630
+ ]
2631
+ }
2632
+ ],
2633
+ ix: 2,
2634
+ l: 2
2635
+ },
2636
+ a: {
2637
+ a: 0,
2638
+ k: [
2639
+ 0,
2640
+ 0,
2641
+ 0
2642
+ ],
2643
+ ix: 1,
2644
+ l: 2
2645
+ },
2646
+ s: {
2647
+ a: 0,
2648
+ k: [
2649
+ 100,
2650
+ 100,
2651
+ 100
2652
+ ],
2653
+ ix: 6,
2654
+ l: 2
2655
+ }
2656
+ },
2657
+ ao: 0,
2658
+ shapes: [
2659
+ {
2660
+ ty: "gr",
2661
+ it: [
2662
+ {
2663
+ ind: 0,
2664
+ ty: "sh",
2665
+ ix: 1,
2666
+ ks: {
2667
+ a: 1,
2668
+ k: [
2669
+ {
2670
+ i: {
2671
+ x: 0.39,
2672
+ y: 1
2673
+ },
2674
+ o: {
2675
+ x: 0.167,
2676
+ y: 0.167
2677
+ },
2678
+ t: 6,
2679
+ s: [
2680
+ {
2681
+ i: [
2682
+ [
2683
+ -28.707,
2684
+ 0
2685
+ ],
2686
+ [
2687
+ -12.409,
2688
+ 18.456
2689
+ ],
2690
+ [
2691
+ 0,
2692
+ 0
2693
+ ],
2694
+ [
2695
+ 2.182,
2696
+ 1.952
2697
+ ],
2698
+ [
2699
+ 5.667,
2700
+ -4.564
2701
+ ],
2702
+ [
2703
+ 0,
2704
+ 0
2705
+ ],
2706
+ [
2707
+ 24.737,
2708
+ -0.682
2709
+ ],
2710
+ [
2711
+ 8.917,
2712
+ 21.011
2713
+ ],
2714
+ [
2715
+ 0,
2716
+ 0
2717
+ ],
2718
+ [
2719
+ 2.124,
2720
+ -1.811
2721
+ ],
2722
+ [
2723
+ -4.021,
2724
+ -8.297
2725
+ ],
2726
+ [
2727
+ 0,
2728
+ 0
2729
+ ]
2730
+ ],
2731
+ o: [
2732
+ [
2733
+ 28.707,
2734
+ 0
2735
+ ],
2736
+ [
2737
+ 0,
2738
+ 0
2739
+ ],
2740
+ [
2741
+ 3.11,
2742
+ -7.331
2743
+ ],
2744
+ [
2745
+ -2.634,
2746
+ -2.357
2747
+ ],
2748
+ [
2749
+ 0,
2750
+ 0
2751
+ ],
2752
+ [
2753
+ -8.917,
2754
+ 21.011
2755
+ ],
2756
+ [
2757
+ -24.747,
2758
+ -0.682
2759
+ ],
2760
+ [
2761
+ 0,
2762
+ 0
2763
+ ],
2764
+ [
2765
+ -7.549,
2766
+ -6.562
2767
+ ],
2768
+ [
2769
+ -2.784,
2770
+ 2.373
2771
+ ],
2772
+ [
2773
+ 0,
2774
+ 0
2775
+ ],
2776
+ [
2777
+ 12.409,
2778
+ 18.456
2779
+ ]
2780
+ ],
2781
+ v: [
2782
+ [
2783
+ -8e-3,
2784
+ 28.567
2785
+ ],
2786
+ [
2787
+ 67.92,
2788
+ -15.786
2789
+ ],
2790
+ [
2791
+ 67.937,
2792
+ -15.798
2793
+ ],
2794
+ [
2795
+ 67.214,
2796
+ -34.703
2797
+ ],
2798
+ [
2799
+ 53.38,
2800
+ -28.565
2801
+ ],
2802
+ [
2803
+ 53.364,
2804
+ -28.551
2805
+ ],
2806
+ [
2807
+ -8e-3,
2808
+ 22.856
2809
+ ],
2810
+ [
2811
+ -53.38,
2812
+ -28.561
2813
+ ],
2814
+ [
2815
+ -53.404,
2816
+ -28.567
2817
+ ],
2818
+ [
2819
+ -69.484,
2820
+ -33.674
2821
+ ],
2822
+ [
2823
+ -67.932,
2824
+ -15.832
2825
+ ],
2826
+ [
2827
+ -67.937,
2828
+ -15.796
2829
+ ]
2830
+ ],
2831
+ c: !0
2832
+ }
2833
+ ]
2834
+ },
2835
+ {
2836
+ i: {
2837
+ x: 0.39,
2838
+ y: 1
2839
+ },
2840
+ o: {
2841
+ x: 0.61,
2842
+ y: 0
2843
+ },
2844
+ t: 13,
2845
+ s: [
2846
+ {
2847
+ i: [
2848
+ [
2849
+ -51.566,
2850
+ 0
2851
+ ],
2852
+ [
2853
+ -8.255,
2854
+ 12.278
2855
+ ],
2856
+ [
2857
+ 0,
2858
+ 0
2859
+ ],
2860
+ [
2861
+ 1.452,
2862
+ 1.299
2863
+ ],
2864
+ [
2865
+ 3.77,
2866
+ -3.036
2867
+ ],
2868
+ [
2869
+ 0,
2870
+ 0
2871
+ ],
2872
+ [
2873
+ 46.08,
2874
+ -0.454
2875
+ ],
2876
+ [
2877
+ 5.933,
2878
+ 13.978
2879
+ ],
2880
+ [
2881
+ 0,
2882
+ 0
2883
+ ],
2884
+ [
2885
+ 1.413,
2886
+ -1.205
2887
+ ],
2888
+ [
2889
+ -2.675,
2890
+ -5.52
2891
+ ],
2892
+ [
2893
+ 0,
2894
+ 0
2895
+ ]
2896
+ ],
2897
+ o: [
2898
+ [
2899
+ 53.407,
2900
+ 0
2901
+ ],
2902
+ [
2903
+ 0,
2904
+ 0
2905
+ ],
2906
+ [
2907
+ 2.069,
2908
+ -4.877
2909
+ ],
2910
+ [
2911
+ -1.752,
2912
+ -1.568
2913
+ ],
2914
+ [
2915
+ 0,
2916
+ 0
2917
+ ],
2918
+ [
2919
+ -5.933,
2920
+ 13.978
2921
+ ],
2922
+ [
2923
+ -47.09,
2924
+ -0.454
2925
+ ],
2926
+ [
2927
+ 0,
2928
+ 0
2929
+ ],
2930
+ [
2931
+ -5.022,
2932
+ -4.365
2933
+ ],
2934
+ [
2935
+ -1.852,
2936
+ 1.579
2937
+ ],
2938
+ [
2939
+ 0,
2940
+ 0
2941
+ ],
2942
+ [
2943
+ 8.255,
2944
+ 12.278
2945
+ ]
2946
+ ],
2947
+ v: [
2948
+ [
2949
+ -8e-3,
2950
+ 28.567
2951
+ ],
2952
+ [
2953
+ 83.584,
2954
+ -0.977
2955
+ ],
2956
+ [
2957
+ 83.601,
2958
+ -0.989
2959
+ ],
2960
+ [
2961
+ 81.037,
2962
+ -16.129
2963
+ ],
2964
+ [
2965
+ 69.044,
2966
+ -13.004
2967
+ ],
2968
+ [
2969
+ 69.028,
2970
+ -12.99
2971
+ ],
2972
+ [
2973
+ -9e-3,
2974
+ 21.567
2975
+ ],
2976
+ [
2977
+ -69.119,
2978
+ -13
2979
+ ],
2980
+ [
2981
+ -69.143,
2982
+ -13.005
2983
+ ],
2984
+ [
2985
+ -82.042,
2986
+ -15.937
2987
+ ],
2988
+ [
2989
+ -83.671,
2990
+ -1.023
2991
+ ],
2992
+ [
2993
+ -83.676,
2994
+ -0.988
2995
+ ]
2996
+ ],
2997
+ c: !0
2998
+ }
2999
+ ]
3000
+ },
3001
+ {
3002
+ i: {
3003
+ x: 0.28,
3004
+ y: 1
3005
+ },
3006
+ o: {
3007
+ x: 0.61,
3008
+ y: 0
3009
+ },
3010
+ t: 27,
3011
+ s: [
3012
+ {
3013
+ i: [
3014
+ [
3015
+ -28.707,
3016
+ 0
3017
+ ],
3018
+ [
3019
+ -12.409,
3020
+ 18.456
3021
+ ],
3022
+ [
3023
+ 0,
3024
+ 0
3025
+ ],
3026
+ [
3027
+ 2.182,
3028
+ 1.952
3029
+ ],
3030
+ [
3031
+ 2.893,
3032
+ 2.047
3033
+ ],
3034
+ [
3035
+ 0,
3036
+ 0
3037
+ ],
3038
+ [
3039
+ 24.737,
3040
+ -0.682
3041
+ ],
3042
+ [
3043
+ 8.917,
3044
+ 21.011
3045
+ ],
3046
+ [
3047
+ 0,
3048
+ 0
3049
+ ],
3050
+ [
3051
+ 2.124,
3052
+ -1.811
3053
+ ],
3054
+ [
3055
+ 2.486,
3056
+ -2.683
3057
+ ],
3058
+ [
3059
+ 0,
3060
+ 0
3061
+ ]
3062
+ ],
3063
+ o: [
3064
+ [
3065
+ 28.707,
3066
+ 0
3067
+ ],
3068
+ [
3069
+ 0,
3070
+ 0
3071
+ ],
3072
+ [
3073
+ -1.989,
3074
+ -2.149
3075
+ ],
3076
+ [
3077
+ -2.634,
3078
+ -2.357
3079
+ ],
3080
+ [
3081
+ 0,
3082
+ 0
3083
+ ],
3084
+ [
3085
+ -8.917,
3086
+ 21.011
3087
+ ],
3088
+ [
3089
+ -24.747,
3090
+ -0.682
3091
+ ],
3092
+ [
3093
+ 0,
3094
+ 0
3095
+ ],
3096
+ [
3097
+ -2.285,
3098
+ 1.616
3099
+ ],
3100
+ [
3101
+ -2.784,
3102
+ 2.373
3103
+ ],
3104
+ [
3105
+ 0,
3106
+ 0
3107
+ ],
3108
+ [
3109
+ 12.409,
3110
+ 18.456
3111
+ ]
3112
+ ],
3113
+ v: [
3114
+ [
3115
+ -8e-3,
3116
+ 28.567
3117
+ ],
3118
+ [
3119
+ 60.42,
3120
+ -21.286
3121
+ ],
3122
+ [
3123
+ 60.437,
3124
+ -21.298
3125
+ ],
3126
+ [
3127
+ 54.214,
3128
+ -31.203
3129
+ ],
3130
+ [
3131
+ 45.88,
3132
+ -34.065
3133
+ ],
3134
+ [
3135
+ 45.863,
3136
+ -34.051
3137
+ ],
3138
+ [
3139
+ -9e-3,
3140
+ 19.356
3141
+ ],
3142
+ [
3143
+ -45.63,
3144
+ -34.061
3145
+ ],
3146
+ [
3147
+ -45.654,
3148
+ -34.067
3149
+ ],
3150
+ [
3151
+ -52.234,
3152
+ -32.674
3153
+ ],
3154
+ [
3155
+ -60.182,
3156
+ -21.332
3157
+ ],
3158
+ [
3159
+ -60.187,
3160
+ -21.296
3161
+ ]
3162
+ ],
3163
+ c: !0
3164
+ }
3165
+ ]
3166
+ },
3167
+ {
3168
+ t: 50,
3169
+ s: [
3170
+ {
3171
+ i: [
3172
+ [
3173
+ -28.707,
3174
+ 0
3175
+ ],
3176
+ [
3177
+ -12.409,
3178
+ 18.456
3179
+ ],
3180
+ [
3181
+ 0,
3182
+ 0
3183
+ ],
3184
+ [
3185
+ 2.182,
3186
+ 1.952
3187
+ ],
3188
+ [
3189
+ 5.667,
3190
+ -4.564
3191
+ ],
3192
+ [
3193
+ 0,
3194
+ 0
3195
+ ],
3196
+ [
3197
+ 24.737,
3198
+ -0.682
3199
+ ],
3200
+ [
3201
+ 8.917,
3202
+ 21.011
3203
+ ],
3204
+ [
3205
+ 0,
3206
+ 0
3207
+ ],
3208
+ [
3209
+ 2.124,
3210
+ -1.811
3211
+ ],
3212
+ [
3213
+ -4.021,
3214
+ -8.297
3215
+ ],
3216
+ [
3217
+ 0,
3218
+ 0
3219
+ ]
3220
+ ],
3221
+ o: [
3222
+ [
3223
+ 28.707,
3224
+ 0
3225
+ ],
3226
+ [
3227
+ 0,
3228
+ 0
3229
+ ],
3230
+ [
3231
+ 3.11,
3232
+ -7.331
3233
+ ],
3234
+ [
3235
+ -2.634,
3236
+ -2.357
3237
+ ],
3238
+ [
3239
+ 0,
3240
+ 0
3241
+ ],
3242
+ [
3243
+ -8.917,
3244
+ 21.011
3245
+ ],
3246
+ [
3247
+ -24.747,
3248
+ -0.682
3249
+ ],
3250
+ [
3251
+ 0,
3252
+ 0
3253
+ ],
3254
+ [
3255
+ -7.549,
3256
+ -6.562
3257
+ ],
3258
+ [
3259
+ -2.784,
3260
+ 2.373
3261
+ ],
3262
+ [
3263
+ 0,
3264
+ 0
3265
+ ],
3266
+ [
3267
+ 12.409,
3268
+ 18.456
3269
+ ]
3270
+ ],
3271
+ v: [
3272
+ [
3273
+ -8e-3,
3274
+ 28.567
3275
+ ],
3276
+ [
3277
+ 67.92,
3278
+ -15.786
3279
+ ],
3280
+ [
3281
+ 67.937,
3282
+ -15.798
3283
+ ],
3284
+ [
3285
+ 67.214,
3286
+ -34.703
3287
+ ],
3288
+ [
3289
+ 53.38,
3290
+ -28.565
3291
+ ],
3292
+ [
3293
+ 53.364,
3294
+ -28.551
3295
+ ],
3296
+ [
3297
+ -8e-3,
3298
+ 22.856
3299
+ ],
3300
+ [
3301
+ -53.38,
3302
+ -28.561
3303
+ ],
3304
+ [
3305
+ -53.404,
3306
+ -28.567
3307
+ ],
3308
+ [
3309
+ -69.484,
3310
+ -33.674
3311
+ ],
3312
+ [
3313
+ -67.932,
3314
+ -15.832
3315
+ ],
3316
+ [
3317
+ -67.937,
3318
+ -15.796
3319
+ ]
3320
+ ],
3321
+ c: !0
3322
+ }
3323
+ ]
3324
+ }
3325
+ ],
3326
+ ix: 2
3327
+ },
3328
+ nm: "Path 1",
3329
+ mn: "ADBE Vector Shape - Group",
3330
+ hd: !1
3331
+ },
3332
+ {
3333
+ ty: "fl",
3334
+ c: {
3335
+ a: 0,
3336
+ k: [
3337
+ 1,
3338
+ 0.803921568627,
3339
+ 0,
3340
+ 1
3341
+ ],
3342
+ ix: 4
3343
+ },
3344
+ o: {
3345
+ a: 0,
3346
+ k: 100,
3347
+ ix: 5
3348
+ },
3349
+ r: 1,
3350
+ bm: 0,
3351
+ nm: "Fill 1",
3352
+ mn: "ADBE Vector Graphic - Fill",
3353
+ hd: !1
3354
+ },
3355
+ {
3356
+ ty: "tr",
3357
+ p: {
3358
+ a: 0,
3359
+ k: [
3360
+ 0,
3361
+ 0
3362
+ ],
3363
+ ix: 2
3364
+ },
3365
+ a: {
3366
+ a: 0,
3367
+ k: [
3368
+ 0,
3369
+ 0
3370
+ ],
3371
+ ix: 1
3372
+ },
3373
+ s: {
3374
+ a: 0,
3375
+ k: [
3376
+ 100,
3377
+ 100
3378
+ ],
3379
+ ix: 3
3380
+ },
3381
+ r: {
3382
+ a: 0,
3383
+ k: 0,
3384
+ ix: 6
3385
+ },
3386
+ o: {
3387
+ a: 0,
3388
+ k: 100,
3389
+ ix: 7
3390
+ },
3391
+ sk: {
3392
+ a: 0,
3393
+ k: 0,
3394
+ ix: 4
3395
+ },
3396
+ sa: {
3397
+ a: 0,
3398
+ k: 0,
3399
+ ix: 5
3400
+ },
3401
+ nm: "Transformer "
3402
+ }
3403
+ ],
3404
+ nm: "Group 1",
3405
+ np: 2,
3406
+ cix: 2,
3407
+ bm: 0,
3408
+ ix: 1,
3409
+ mn: "ADBE Vector Group",
3410
+ hd: !1
3411
+ }
3412
+ ],
3413
+ ip: 0,
3414
+ op: 512,
3415
+ st: -43,
3416
+ bm: 0
3417
+ },
3418
+ {
3419
+ ddd: 0,
3420
+ ind: 3,
3421
+ ty: 4,
3422
+ nm: "shape 03",
3423
+ sr: 1,
3424
+ ks: {
3425
+ o: {
3426
+ a: 0,
3427
+ k: 100,
3428
+ ix: 11
3429
+ },
3430
+ r: {
3431
+ a: 0,
3432
+ k: 0,
3433
+ ix: 10
3434
+ },
3435
+ p: {
3436
+ a: 1,
3437
+ k: [
3438
+ {
3439
+ i: {
3440
+ x: 0.39,
3441
+ y: 1
3442
+ },
3443
+ o: {
3444
+ x: 0.167,
3445
+ y: 0.167
3446
+ },
3447
+ t: 0,
3448
+ s: [
3449
+ 959.997,
3450
+ 421.305,
3451
+ 0
3452
+ ],
3453
+ to: [
3454
+ 0,
3455
+ 0,
3456
+ 0
3457
+ ],
3458
+ ti: [
3459
+ 0,
3460
+ 0,
3461
+ 0
3462
+ ]
3463
+ },
3464
+ {
3465
+ i: {
3466
+ x: 0.39,
3467
+ y: 1
3468
+ },
3469
+ o: {
3470
+ x: 0.61,
3471
+ y: 0
3472
+ },
3473
+ t: 10,
3474
+ s: [
3475
+ 959.997,
3476
+ 517.199,
3477
+ 0
3478
+ ],
3479
+ to: [
3480
+ 0,
3481
+ 0,
3482
+ 0
3483
+ ],
3484
+ ti: [
3485
+ 0,
3486
+ 0,
3487
+ 0
3488
+ ]
3489
+ },
3490
+ {
3491
+ i: {
3492
+ x: 0.28,
3493
+ y: 1
3494
+ },
3495
+ o: {
3496
+ x: 0.61,
3497
+ y: 0
3498
+ },
3499
+ t: 28,
3500
+ s: [
3501
+ 959.997,
3502
+ 494.493,
3503
+ 0
3504
+ ],
3505
+ to: [
3506
+ 0,
3507
+ 0,
3508
+ 0
3509
+ ],
3510
+ ti: [
3511
+ 0,
3512
+ 0,
3513
+ 0
3514
+ ]
3515
+ },
3516
+ {
3517
+ t: 46,
3518
+ s: [
3519
+ 959.997,
3520
+ 512.305,
3521
+ 0
3522
+ ]
3523
+ }
3524
+ ],
3525
+ ix: 2,
3526
+ l: 2
3527
+ },
3528
+ a: {
3529
+ a: 0,
3530
+ k: [
3531
+ 0,
3532
+ 0,
3533
+ 0
3534
+ ],
3535
+ ix: 1,
3536
+ l: 2
3537
+ },
3538
+ s: {
3539
+ a: 0,
3540
+ k: [
3541
+ 100,
3542
+ 100,
3543
+ 100
3544
+ ],
3545
+ ix: 6,
3546
+ l: 2
3547
+ }
3548
+ },
3549
+ ao: 0,
3550
+ shapes: [
3551
+ {
3552
+ ty: "gr",
3553
+ it: [
3554
+ {
3555
+ ind: 0,
3556
+ ty: "sh",
3557
+ ix: 1,
3558
+ ks: {
3559
+ a: 1,
3560
+ k: [
3561
+ {
3562
+ i: {
3563
+ x: 0.39,
3564
+ y: 1
3565
+ },
3566
+ o: {
3567
+ x: 0.167,
3568
+ y: 0.167
3569
+ },
3570
+ t: 5,
3571
+ s: [
3572
+ {
3573
+ i: [
3574
+ [
3575
+ -33.461,
3576
+ 0
3577
+ ],
3578
+ [
3579
+ -20.929,
3580
+ 17.438
3581
+ ],
3582
+ [
3583
+ 0,
3584
+ 0
3585
+ ],
3586
+ [
3587
+ 1.417,
3588
+ 2.791
3589
+ ],
3590
+ [
3591
+ 1.967,
3592
+ 2.966
3593
+ ],
3594
+ [
3595
+ 0,
3596
+ 0
3597
+ ],
3598
+ [
3599
+ 36.535,
3600
+ 0
3601
+ ],
3602
+ [
3603
+ 13.111,
3604
+ 16.898
3605
+ ],
3606
+ [
3607
+ 0,
3608
+ 0
3609
+ ],
3610
+ [
3611
+ 1.566,
3612
+ -3.047
3613
+ ],
3614
+ [
3615
+ 1.189,
3616
+ -3.088
3617
+ ],
3618
+ [
3619
+ 0,
3620
+ 0
3621
+ ]
3622
+ ],
3623
+ o: [
3624
+ [
3625
+ 33.44,
3626
+ 0
3627
+ ],
3628
+ [
3629
+ 0,
3630
+ 0
3631
+ ],
3632
+ [
3633
+ -1.134,
3634
+ -2.946
3635
+ ],
3636
+ [
3637
+ -1.62,
3638
+ -3.192
3639
+ ],
3640
+ [
3641
+ 0,
3642
+ 0
3643
+ ],
3644
+ [
3645
+ -13.111,
3646
+ 16.888
3647
+ ],
3648
+ [
3649
+ -36.545,
3650
+ 0
3651
+ ],
3652
+ [
3653
+ 0,
3654
+ 0
3655
+ ],
3656
+ [
3657
+ -1.883,
3658
+ 2.84
3659
+ ],
3660
+ [
3661
+ -1.5,
3662
+ 2.918
3663
+ ],
3664
+ [
3665
+ 0,
3666
+ 0
3667
+ ],
3668
+ [
3669
+ 20.929,
3670
+ 17.448
3671
+ ]
3672
+ ],
3673
+ v: [
3674
+ [
3675
+ 2e-3,
3676
+ 23.404
3677
+ ],
3678
+ [
3679
+ 86.407,
3680
+ -5.536
3681
+ ],
3682
+ [
3683
+ 86.415,
3684
+ -5.539
3685
+ ],
3686
+ [
3687
+ 84.835,
3688
+ -16.399
3689
+ ],
3690
+ [
3691
+ 77.198,
3692
+ -23.392
3693
+ ],
3694
+ [
3695
+ 77.174,
3696
+ -23.392
3697
+ ],
3698
+ [
3699
+ 2e-3,
3700
+ 17.775
3701
+ ],
3702
+ [
3703
+ -77.18,
3704
+ -23.402
3705
+ ],
3706
+ [
3707
+ -77.196,
3708
+ -23.404
3709
+ ],
3710
+ [
3711
+ -84.627,
3712
+ -16.069
3713
+ ],
3714
+ [
3715
+ -86.415,
3716
+ -5.556
3717
+ ],
3718
+ [
3719
+ -86.413,
3720
+ -5.547
3721
+ ]
3722
+ ],
3723
+ c: !0
3724
+ }
3725
+ ]
3726
+ },
3727
+ {
3728
+ i: {
3729
+ x: 0.39,
3730
+ y: 1
3731
+ },
3732
+ o: {
3733
+ x: 0.61,
3734
+ y: 0
3735
+ },
3736
+ t: 12,
3737
+ s: [
3738
+ {
3739
+ i: [
3740
+ [
3741
+ -54.226,
3742
+ 0
3743
+ ],
3744
+ [
3745
+ -13.924,
3746
+ 11.601
3747
+ ],
3748
+ [
3749
+ 0,
3750
+ 0
3751
+ ],
3752
+ [
3753
+ 1.417,
3754
+ 2.791
3755
+ ],
3756
+ [
3757
+ 1.967,
3758
+ 2.966
3759
+ ],
3760
+ [
3761
+ 0,
3762
+ 0
3763
+ ],
3764
+ [
3765
+ 52.925,
3766
+ 0
3767
+ ],
3768
+ [
3769
+ 8.723,
3770
+ 11.242
3771
+ ],
3772
+ [
3773
+ 0,
3774
+ 0
3775
+ ],
3776
+ [
3777
+ 1.566,
3778
+ -3.047
3779
+ ],
3780
+ [
3781
+ 1.189,
3782
+ -3.088
3783
+ ],
3784
+ [
3785
+ 0,
3786
+ 0
3787
+ ]
3788
+ ],
3789
+ o: [
3790
+ [
3791
+ 52.205,
3792
+ 0
3793
+ ],
3794
+ [
3795
+ 0,
3796
+ 0
3797
+ ],
3798
+ [
3799
+ -1.134,
3800
+ -2.946
3801
+ ],
3802
+ [
3803
+ -1.62,
3804
+ -3.192
3805
+ ],
3806
+ [
3807
+ 0,
3808
+ 0
3809
+ ],
3810
+ [
3811
+ -8.723,
3812
+ 11.235
3813
+ ],
3814
+ [
3815
+ -53.935,
3816
+ 0
3817
+ ],
3818
+ [
3819
+ 0,
3820
+ 0
3821
+ ],
3822
+ [
3823
+ -1.883,
3824
+ 2.84
3825
+ ],
3826
+ [
3827
+ -1.5,
3828
+ 2.918
3829
+ ],
3830
+ [
3831
+ 0,
3832
+ 0
3833
+ ],
3834
+ [
3835
+ 13.924,
3836
+ 11.608
3837
+ ]
3838
+ ],
3839
+ v: [
3840
+ [
3841
+ 2e-3,
3842
+ 23.404
3843
+ ],
3844
+ [
3845
+ 95.588,
3846
+ 4.37
3847
+ ],
3848
+ [
3849
+ 95.596,
3850
+ 4.367
3851
+ ],
3852
+ [
3853
+ 94.016,
3854
+ -4.066
3855
+ ],
3856
+ [
3857
+ 87.216,
3858
+ -11.059
3859
+ ],
3860
+ [
3861
+ 87.192,
3862
+ -11.059
3863
+ ],
3864
+ [
3865
+ 2e-3,
3866
+ 16.219
3867
+ ],
3868
+ [
3869
+ -88.083,
3870
+ -11.069
3871
+ ],
3872
+ [
3873
+ -88.099,
3874
+ -11.071
3875
+ ],
3876
+ [
3877
+ -94.692,
3878
+ -3.736
3879
+ ],
3880
+ [
3881
+ -96.481,
3882
+ 4.351
3883
+ ],
3884
+ [
3885
+ -96.479,
3886
+ 4.36
3887
+ ]
3888
+ ],
3889
+ c: !0
3890
+ }
3891
+ ]
3892
+ },
3893
+ {
3894
+ i: {
3895
+ x: 0.28,
3896
+ y: 1
3897
+ },
3898
+ o: {
3899
+ x: 0.61,
3900
+ y: 0
3901
+ },
3902
+ t: 26,
3903
+ s: [
3904
+ {
3905
+ i: [
3906
+ [
3907
+ -33.46,
3908
+ 0
3909
+ ],
3910
+ [
3911
+ -20.929,
3912
+ 17.438
3913
+ ],
3914
+ [
3915
+ 0,
3916
+ 0
3917
+ ],
3918
+ [
3919
+ 1.417,
3920
+ 2.791
3921
+ ],
3922
+ [
3923
+ 1.967,
3924
+ 2.966
3925
+ ],
3926
+ [
3927
+ 0,
3928
+ 0
3929
+ ],
3930
+ [
3931
+ 36.535,
3932
+ 0
3933
+ ],
3934
+ [
3935
+ 13.111,
3936
+ 16.898
3937
+ ],
3938
+ [
3939
+ 0,
3940
+ 0
3941
+ ],
3942
+ [
3943
+ 1.566,
3944
+ -3.047
3945
+ ],
3946
+ [
3947
+ 1.189,
3948
+ -3.088
3949
+ ],
3950
+ [
3951
+ 0,
3952
+ 0
3953
+ ]
3954
+ ],
3955
+ o: [
3956
+ [
3957
+ 33.44,
3958
+ 0
3959
+ ],
3960
+ [
3961
+ 0,
3962
+ 0
3963
+ ],
3964
+ [
3965
+ -1.134,
3966
+ -2.946
3967
+ ],
3968
+ [
3969
+ -1.62,
3970
+ -3.192
3971
+ ],
3972
+ [
3973
+ 0,
3974
+ 0
3975
+ ],
3976
+ [
3977
+ -13.111,
3978
+ 16.888
3979
+ ],
3980
+ [
3981
+ -36.545,
3982
+ 0
3983
+ ],
3984
+ [
3985
+ 0,
3986
+ 0
3987
+ ],
3988
+ [
3989
+ -1.883,
3990
+ 2.84
3991
+ ],
3992
+ [
3993
+ -1.5,
3994
+ 2.918
3995
+ ],
3996
+ [
3997
+ 0,
3998
+ 0
3999
+ ],
4000
+ [
4001
+ 20.929,
4002
+ 17.448
4003
+ ]
4004
+ ],
4005
+ v: [
4006
+ [
4007
+ 2e-3,
4008
+ 23.404
4009
+ ],
4010
+ [
4011
+ 78.407,
4012
+ -18.286
4013
+ ],
4014
+ [
4015
+ 78.415,
4016
+ -18.289
4017
+ ],
4018
+ [
4019
+ 76.835,
4020
+ -29.149
4021
+ ],
4022
+ [
4023
+ 69.198,
4024
+ -36.142
4025
+ ],
4026
+ [
4027
+ 69.174,
4028
+ -36.142
4029
+ ],
4030
+ [
4031
+ 1e-3,
4032
+ 13.275
4033
+ ],
4034
+ [
4035
+ -68.68,
4036
+ -36.152
4037
+ ],
4038
+ [
4039
+ -68.696,
4040
+ -36.154
4041
+ ],
4042
+ [
4043
+ -76.127,
4044
+ -28.819
4045
+ ],
4046
+ [
4047
+ -77.915,
4048
+ -18.306
4049
+ ],
4050
+ [
4051
+ -77.913,
4052
+ -18.297
4053
+ ]
4054
+ ],
4055
+ c: !0
4056
+ }
4057
+ ]
4058
+ },
4059
+ {
4060
+ t: 48,
4061
+ s: [
4062
+ {
4063
+ i: [
4064
+ [
4065
+ -33.461,
4066
+ 0
4067
+ ],
4068
+ [
4069
+ -20.929,
4070
+ 17.438
4071
+ ],
4072
+ [
4073
+ 0,
4074
+ 0
4075
+ ],
4076
+ [
4077
+ 1.417,
4078
+ 2.791
4079
+ ],
4080
+ [
4081
+ 1.967,
4082
+ 2.966
4083
+ ],
4084
+ [
4085
+ 0,
4086
+ 0
4087
+ ],
4088
+ [
4089
+ 36.535,
4090
+ 0
4091
+ ],
4092
+ [
4093
+ 13.111,
4094
+ 16.898
4095
+ ],
4096
+ [
4097
+ 0,
4098
+ 0
4099
+ ],
4100
+ [
4101
+ 1.566,
4102
+ -3.047
4103
+ ],
4104
+ [
4105
+ 1.189,
4106
+ -3.088
4107
+ ],
4108
+ [
4109
+ 0,
4110
+ 0
4111
+ ]
4112
+ ],
4113
+ o: [
4114
+ [
4115
+ 33.44,
4116
+ 0
4117
+ ],
4118
+ [
4119
+ 0,
4120
+ 0
4121
+ ],
4122
+ [
4123
+ -1.134,
4124
+ -2.946
4125
+ ],
4126
+ [
4127
+ -1.62,
4128
+ -3.192
4129
+ ],
4130
+ [
4131
+ 0,
4132
+ 0
4133
+ ],
4134
+ [
4135
+ -13.111,
4136
+ 16.888
4137
+ ],
4138
+ [
4139
+ -36.545,
4140
+ 0
4141
+ ],
4142
+ [
4143
+ 0,
4144
+ 0
4145
+ ],
4146
+ [
4147
+ -1.883,
4148
+ 2.84
4149
+ ],
4150
+ [
4151
+ -1.5,
4152
+ 2.918
4153
+ ],
4154
+ [
4155
+ 0,
4156
+ 0
4157
+ ],
4158
+ [
4159
+ 20.929,
4160
+ 17.448
4161
+ ]
4162
+ ],
4163
+ v: [
4164
+ [
4165
+ 2e-3,
4166
+ 23.404
4167
+ ],
4168
+ [
4169
+ 86.407,
4170
+ -5.536
4171
+ ],
4172
+ [
4173
+ 86.415,
4174
+ -5.539
4175
+ ],
4176
+ [
4177
+ 84.835,
4178
+ -16.399
4179
+ ],
4180
+ [
4181
+ 77.198,
4182
+ -23.392
4183
+ ],
4184
+ [
4185
+ 77.174,
4186
+ -23.392
4187
+ ],
4188
+ [
4189
+ 2e-3,
4190
+ 17.775
4191
+ ],
4192
+ [
4193
+ -77.18,
4194
+ -23.402
4195
+ ],
4196
+ [
4197
+ -77.196,
4198
+ -23.404
4199
+ ],
4200
+ [
4201
+ -84.627,
4202
+ -16.069
4203
+ ],
4204
+ [
4205
+ -86.415,
4206
+ -5.556
4207
+ ],
4208
+ [
4209
+ -86.413,
4210
+ -5.547
4211
+ ]
4212
+ ],
4213
+ c: !0
4214
+ }
4215
+ ]
4216
+ }
4217
+ ],
4218
+ ix: 2
4219
+ },
4220
+ nm: "Path 1",
4221
+ mn: "ADBE Vector Shape - Group",
4222
+ hd: !1
4223
+ },
4224
+ {
4225
+ ty: "fl",
4226
+ c: {
4227
+ a: 0,
4228
+ k: [
4229
+ 1,
4230
+ 0.803921568627,
4231
+ 0,
4232
+ 1
4233
+ ],
4234
+ ix: 4
4235
+ },
4236
+ o: {
4237
+ a: 0,
4238
+ k: 100,
4239
+ ix: 5
4240
+ },
4241
+ r: 1,
4242
+ bm: 0,
4243
+ nm: "Fill 1",
4244
+ mn: "ADBE Vector Graphic - Fill",
4245
+ hd: !1
4246
+ },
4247
+ {
4248
+ ty: "tr",
4249
+ p: {
4250
+ a: 0,
4251
+ k: [
4252
+ 0,
4253
+ 0
4254
+ ],
4255
+ ix: 2
4256
+ },
4257
+ a: {
4258
+ a: 0,
4259
+ k: [
4260
+ 0,
4261
+ 0
4262
+ ],
4263
+ ix: 1
4264
+ },
4265
+ s: {
4266
+ a: 0,
4267
+ k: [
4268
+ 100,
4269
+ 100
4270
+ ],
4271
+ ix: 3
4272
+ },
4273
+ r: {
4274
+ a: 0,
4275
+ k: 0,
4276
+ ix: 6
4277
+ },
4278
+ o: {
4279
+ a: 0,
4280
+ k: 100,
4281
+ ix: 7
4282
+ },
4283
+ sk: {
4284
+ a: 0,
4285
+ k: 0,
4286
+ ix: 4
4287
+ },
4288
+ sa: {
4289
+ a: 0,
4290
+ k: 0,
4291
+ ix: 5
4292
+ },
4293
+ nm: "Transformer "
4294
+ }
4295
+ ],
4296
+ nm: "Group 1",
4297
+ np: 2,
4298
+ cix: 2,
4299
+ bm: 0,
4300
+ ix: 1,
4301
+ mn: "ADBE Vector Group",
4302
+ hd: !1
4303
+ }
4304
+ ],
4305
+ ip: 0,
4306
+ op: 512,
4307
+ st: -43,
4308
+ bm: 0
4309
+ }
4310
+ ]
4311
+ }
4312
+ ], f = [
4313
+ {
4314
+ ddd: 0,
4315
+ ind: 1,
4316
+ ty: 0,
4317
+ nm: "LOGO ANIMATION_FINAL",
4318
+ refId: "comp_0",
4319
+ sr: 1,
4320
+ ks: {
4321
+ o: {
4322
+ a: 0,
4323
+ k: 100,
4324
+ ix: 11
4325
+ },
4326
+ r: {
4327
+ a: 0,
4328
+ k: 0,
4329
+ ix: 10
4330
+ },
4331
+ p: {
4332
+ a: 0,
4333
+ k: [
4334
+ 145,
4335
+ 150,
4336
+ 0
4337
+ ],
4338
+ ix: 2,
4339
+ l: 2
4340
+ },
4341
+ a: {
4342
+ a: 0,
4343
+ k: [
4344
+ 420.5,
4345
+ 219,
4346
+ 0
4347
+ ],
4348
+ ix: 1,
4349
+ l: 2
4350
+ },
4351
+ s: {
4352
+ a: 0,
4353
+ k: [
4354
+ 100,
4355
+ 100,
4356
+ 100
4357
+ ],
4358
+ ix: 6,
4359
+ l: 2
4360
+ }
4361
+ },
4362
+ ao: 0,
4363
+ w: 841,
4364
+ h: 438,
4365
+ ip: 0,
4366
+ op: 80,
4367
+ st: 0,
4368
+ bm: 0
4369
+ }
4370
+ ], v = [], G = {
4371
+ v: n,
4372
+ fr: p,
4373
+ ip: m,
4374
+ op: y,
4375
+ w: l,
4376
+ h: c,
4377
+ nm: d,
4378
+ ddd: h,
4379
+ assets: u,
4380
+ layers: f,
4381
+ markers: v
4382
+ }, A = e(({ w: i = 150, ...a }, t) => {
4383
+ const o = {
4384
+ animationData: G,
4385
+ loop: !0
4386
+ }, { View: x } = r(o);
4387
+ return /* @__PURE__ */ s.createElement(k, { ref: t, w: i, ...a }, x);
4388
+ });
4389
+ A.displayName = "WelcomeLoader";
4390
+ export {
4391
+ A as WelcomeLoader
4392
+ };