xertica-ui 2.5.3 → 2.6.0

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 (583) hide show
  1. package/CHANGELOG.md +687 -664
  2. package/README.md +482 -482
  3. package/assets/xertica-logo.svg +37 -37
  4. package/assets/xertica-x-logo.svg +20 -20
  5. package/bin/cli.ts +1293 -1256
  6. package/bin/generate-tokens.ts +256 -262
  7. package/bin/language-config.test.ts +32 -0
  8. package/bin/language-config.ts +384 -359
  9. package/components/Introduction.mdx +121 -121
  10. package/components/assistant/code-block/CodeBlock.tsx +7 -6
  11. package/components/assistant/code-block/code-block.mdx +38 -38
  12. package/components/assistant/code-block/code-block.test.tsx +2 -1
  13. package/components/assistant/formatted-document/FormattedDocument.tsx +3 -0
  14. package/components/assistant/formatted-document/formatted-document.mdx +31 -31
  15. package/components/assistant/formatted-document/formatted-document.test.tsx +5 -4
  16. package/components/assistant/markdown-message/MarkdownMessage.tsx +1 -1
  17. package/components/assistant/markdown-message/markdown-message.mdx +44 -44
  18. package/components/assistant/modern-chat-input/modern-chat-input.mdx +71 -71
  19. package/components/assistant/modern-chat-input/modern-chat-input.test.tsx +3 -2
  20. package/components/assistant/xertica-assistant/parts/AssistantMessageBubble.tsx +1 -1
  21. package/components/assistant/xertica-assistant/types.ts +3 -2
  22. package/components/assistant/xertica-assistant/use-assistant.ts +5 -4
  23. package/components/assistant/xertica-assistant/xertica-assistant.mdx +66 -66
  24. package/components/assistant/xertica-assistant/xertica-assistant.test.tsx +2 -1
  25. package/components/blocks/card-patterns/card-patterns.mdx +123 -123
  26. package/components/brand/branding/branding.mdx +27 -27
  27. package/components/brand/language-selector/language-selector.mdx +126 -126
  28. package/components/brand/theme-toggle/theme-toggle.mdx +47 -47
  29. package/components/brand/theme-toggle/theme-toggle.test.tsx +6 -2
  30. package/components/brand/xertica-logo/xertica-logo.mdx +56 -56
  31. package/components/brand/xertica-orbe/xertica-orbe.mdx +38 -38
  32. package/components/brand/xertica-provider/XerticaProvider.tsx +112 -112
  33. package/components/brand/xertica-provider/xertica-provider.mdx +61 -61
  34. package/components/brand/xertica-provider/xertica-provider.test.tsx +25 -13
  35. package/components/brand/xertica-xlogo/xertica-xlogo.mdx +55 -55
  36. package/components/examples/DrawingMapExample.tsx +1 -4
  37. package/components/layout/header/header.mdx +117 -117
  38. package/components/layout/header/header.test.tsx +2 -1
  39. package/components/layout/sidebar/sidebar.mdx +99 -99
  40. package/components/layout/sidebar/sidebar.stories.tsx +1033 -1033
  41. package/components/layout/sidebar/sidebar.test.tsx +2 -1
  42. package/components/layout/sidebar/sidebar.tsx +1509 -1506
  43. package/components/media/audio-player/AudioPlayer.mdx +67 -67
  44. package/components/media/audio-player/AudioPlayer.test.tsx +2 -1
  45. package/components/media/floating-media-wrapper.mdx +74 -74
  46. package/components/media/video-player/VideoPlayer.mdx +102 -102
  47. package/components/media/video-player/VideoPlayer.test.tsx +3 -2
  48. package/components/pages/forgot-password-page/ForgotPasswordPage.tsx +188 -188
  49. package/components/pages/forgot-password-page/forgot-password-page.mdx +60 -60
  50. package/components/pages/forgot-password-page/forgot-password-page.test.tsx +2 -1
  51. package/components/pages/home-content/HomeContent.tsx +119 -119
  52. package/components/pages/home-content/home-content.mdx +62 -62
  53. package/components/pages/home-page/HomePage.stories.tsx +8 -15
  54. package/components/pages/home-page/home-page.mdx +53 -53
  55. package/components/pages/home-page/home-page.test.tsx +2 -1
  56. package/components/pages/login-page/LoginPage.mdx +31 -31
  57. package/components/pages/login-page/LoginPage.tsx +218 -218
  58. package/components/pages/login-page/login-page.test.tsx +2 -1
  59. package/components/pages/reset-password-page/ResetPasswordPage.tsx +243 -243
  60. package/components/pages/reset-password-page/reset-password-page.mdx +63 -63
  61. package/components/pages/template-content/TemplateContent.tsx +1353 -1353
  62. package/components/pages/template-content/template-content.mdx +61 -61
  63. package/components/pages/template-page/TemplatePage.stories.tsx +32 -32
  64. package/components/pages/template-page/template-page.mdx +53 -53
  65. package/components/pages/template-page/template-page.test.tsx +2 -1
  66. package/components/pages/verify-email-page/VerifyEmailPage.tsx +206 -206
  67. package/components/pages/verify-email-page/verify-email-page.mdx +55 -55
  68. package/components/public-api-smoke.test.tsx +10 -6
  69. package/components/shared/assistant-utils.ts +3 -2
  70. package/components/shared/navigation.ts +2 -2
  71. package/components/ui/accordion/accordion.mdx +29 -29
  72. package/components/ui/alert/alert.mdx +29 -29
  73. package/components/ui/alert-dialog/alert-dialog.mdx +26 -26
  74. package/components/ui/aspect-ratio/aspect-ratio.mdx +25 -25
  75. package/components/ui/assistant-chart/AssistantChart.tsx +8 -2
  76. package/components/ui/assistant-chart/assistant-chart.mdx +25 -25
  77. package/components/ui/avatar/avatar.mdx +26 -26
  78. package/components/ui/badge/badge.mdx +28 -28
  79. package/components/ui/breadcrumb/breadcrumb.mdx +26 -26
  80. package/components/ui/button/button.mdx +29 -29
  81. package/components/ui/calendar/calendar.mdx +26 -26
  82. package/components/ui/card/card.mdx +26 -26
  83. package/components/ui/carousel/carousel.mdx +26 -26
  84. package/components/ui/chart/chart.mdx +26 -26
  85. package/components/ui/chart/chart.test.tsx +178 -178
  86. package/components/ui/chart/chart.tsx +2252 -2245
  87. package/components/ui/checkbox/checkbox.mdx +26 -26
  88. package/components/ui/collapsible/collapsible.mdx +25 -25
  89. package/components/ui/command/command.mdx +26 -26
  90. package/components/ui/context-menu/context-menu.mdx +26 -26
  91. package/components/ui/dialog/dialog.mdx +26 -26
  92. package/components/ui/drawer/drawer.mdx +26 -26
  93. package/components/ui/dropdown-menu/dropdown-menu.mdx +26 -26
  94. package/components/ui/empty/empty.mdx +26 -26
  95. package/components/ui/file-upload/file-upload.mdx +26 -26
  96. package/components/ui/form/form.mdx +20 -20
  97. package/components/ui/google-maps-loader/google-maps-loader.mdx +68 -68
  98. package/components/ui/hover-card/hover-card.mdx +26 -26
  99. package/components/ui/input/input.mdx +29 -29
  100. package/components/ui/input-otp/input-otp.mdx +26 -26
  101. package/components/ui/label/label.mdx +25 -25
  102. package/components/ui/map/map.mdx +26 -26
  103. package/components/ui/map/map.tsx +6 -1
  104. package/components/ui/menubar/menubar.mdx +26 -26
  105. package/components/ui/navigation-menu/navigation-menu.mdx +26 -26
  106. package/components/ui/notification-badge/notification-badge.mdx +26 -26
  107. package/components/ui/page-header/page-header.mdx +44 -44
  108. package/components/ui/pagination/pagination.mdx +26 -26
  109. package/components/ui/popover/popover.mdx +26 -26
  110. package/components/ui/progress/progress.mdx +25 -25
  111. package/components/ui/radio-group/radio-group.mdx +26 -26
  112. package/components/ui/rating/rating.mdx +26 -26
  113. package/components/ui/resizable/resizable.mdx +26 -26
  114. package/components/ui/resizable/resizable.tsx +13 -8
  115. package/components/ui/rich-text-editor/rich-text-editor.mdx +47 -47
  116. package/components/ui/route-map/route-map.mdx +26 -26
  117. package/components/ui/scroll-area/scroll-area.mdx +25 -25
  118. package/components/ui/search/search.mdx +27 -27
  119. package/components/ui/select/select.mdx +26 -26
  120. package/components/ui/separator/separator.mdx +25 -25
  121. package/components/ui/sheet/sheet.mdx +26 -26
  122. package/components/ui/simple-map/simple-map.mdx +25 -25
  123. package/components/ui/skeleton/skeleton.mdx +25 -25
  124. package/components/ui/slider/slider.mdx +26 -26
  125. package/components/ui/sonner/sonner.mdx +26 -26
  126. package/components/ui/stats-card/stats-card.mdx +26 -26
  127. package/components/ui/stats-card/stats-card.stories.tsx +117 -117
  128. package/components/ui/stats-card/stats-card.tsx +109 -109
  129. package/components/ui/stepper/stepper.mdx +26 -26
  130. package/components/ui/switch/switch.mdx +25 -25
  131. package/components/ui/table/table.mdx +27 -27
  132. package/components/ui/tabs/tabs.mdx +26 -26
  133. package/components/ui/textarea/textarea.mdx +25 -25
  134. package/components/ui/timeline/timeline.mdx +26 -26
  135. package/components/ui/toggle/toggle.mdx +26 -26
  136. package/components/ui/toggle-group/toggle-group.mdx +26 -26
  137. package/components/ui/tooltip/tooltip.mdx +26 -26
  138. package/components/ui/tree-view/tree-view.mdx +26 -26
  139. package/components.json +511 -511
  140. package/contexts/BrandColorsContext.tsx +282 -282
  141. package/contexts/i18n-singleton.test.tsx +57 -0
  142. package/contexts/theme-data.ts +391 -391
  143. package/dist/{AssistantChart-DNdwuS-t.js → AssistantChart-BMNSA_Pk.js} +4 -4
  144. package/dist/{AssistantChart-COGiOV-g.cjs → AssistantChart-BzM7plyc.cjs} +31 -21
  145. package/dist/{AssistantChart-CWX1OWNM.js → AssistantChart-C842evTi.js} +31 -21
  146. package/dist/{AssistantChart-BW9JK6jw.cjs → AssistantChart-CVF2uh37.cjs} +4 -4
  147. package/dist/{AssistantChart-BZTPJ5dP.cjs → AssistantChart-JooMdVQU.cjs} +5 -5
  148. package/dist/{AssistantChart-DMJJ_Amf.js → AssistantChart-KHS-tp-L.js} +5 -5
  149. package/dist/{BrandColorsContext-BwY-b6M4.cjs → BrandColorsContext-B4_81eas.cjs} +2 -2
  150. package/dist/{BrandColorsContext-BMRJ04Wf.js → BrandColorsContext-DbK5LnQ_.js} +2 -2
  151. package/dist/{CodeBlock-CjeFavqV.js → CodeBlock-DiKO8ocT.js} +11 -11
  152. package/dist/{CodeBlock-CV6dtsTM.cjs → CodeBlock-ZYThr7Kn.cjs} +12 -9
  153. package/dist/{XerticaXLogo-mqjoBiLI.js → LanguageSelector-CmTj3lWq.js} +85 -82
  154. package/dist/{XerticaXLogo-BX3ueACh.js → LanguageSelector-DxW6o7bt.js} +81 -81
  155. package/dist/{XerticaXLogo-uQgwns_E.cjs → LanguageSelector-Sw73qvWV.cjs} +84 -81
  156. package/dist/{ThemeContext-BgclCB35.js → ThemeContext-BGeh_Kdr.js} +290 -212
  157. package/dist/{ThemeContext-BblcjQup.cjs → ThemeContext-D50irx5T.cjs} +291 -205
  158. package/dist/{VerifyEmailPage-C_Zk6Gen.cjs → VerifyEmailPage-B6bOrybJ.cjs} +17 -17
  159. package/dist/{VerifyEmailPage-B31mCrMc.js → VerifyEmailPage-BRE5Fz59.js} +8 -8
  160. package/dist/{VerifyEmailPage-Cyl55sJb.js → VerifyEmailPage-BcCluouh.js} +135 -65
  161. package/dist/VerifyEmailPage-Bx1sr0uQ.cjs +3298 -0
  162. package/dist/{VerifyEmailPage-Bci0bA-P.js → VerifyEmailPage-DUYyXCX9.js} +3 -3
  163. package/dist/VerifyEmailPage-DXXMHbzq.js +3289 -0
  164. package/dist/{VerifyEmailPage-u_Dn7t1U.cjs → VerifyEmailPage-DpYtFk35.cjs} +21 -21
  165. package/dist/{VerifyEmailPage-X14vhdyl.js → VerifyEmailPage-NXKWW3Dk.js} +12 -12
  166. package/dist/{VerifyEmailPage-C7KiYXrm.cjs → VerifyEmailPage-QrCz4Wqr.cjs} +11 -11
  167. package/dist/{VerifyEmailPage-Bv8Ah_TK.cjs → VerifyEmailPage-ZmQra0Wi.cjs} +144 -74
  168. package/dist/{XerticaProvider-BErr83Bg.js → XerticaProvider-BF3q_myt.js} +5 -4
  169. package/dist/{XerticaProvider-CeS5G_n5.cjs → XerticaProvider-C_JSOz1U.cjs} +2 -2
  170. package/dist/{XerticaProvider-CwOkHxiT.cjs → XerticaProvider-D5zjrqZq.cjs} +5 -4
  171. package/dist/{XerticaProvider-ra2NciRq.js → XerticaProvider-KTGl4Cn1.js} +2 -2
  172. package/dist/{alert-dialog-DqlRW_An.js → alert-dialog-BrpwXKwS.js} +3 -3
  173. package/dist/{alert-dialog-DhwPioBa.cjs → alert-dialog-CZU1Zase.cjs} +3 -3
  174. package/dist/{alert-dialog-KpoabzJb.js → alert-dialog-ClRoLH7l.js} +40 -56
  175. package/dist/{alert-dialog-B4M3vQKS.cjs → alert-dialog-DBBqvU-V.cjs} +53 -38
  176. package/dist/assistant.cjs.js +2 -2
  177. package/dist/assistant.es.js +2 -2
  178. package/dist/brand.cjs.js +6 -6
  179. package/dist/brand.es.js +2 -2
  180. package/dist/cli.js +63 -21
  181. package/dist/components/assistant/code-block/CodeBlock.d.ts +2 -1
  182. package/dist/components/assistant/formatted-document/FormattedDocument.d.ts +2 -1
  183. package/dist/components/assistant/markdown-message/MarkdownMessage.d.ts +2 -1
  184. package/dist/components/assistant/modern-chat-input/ModernChatInput.d.ts +2 -1
  185. package/dist/components/assistant/xertica-assistant/parts/AssistantCollapsedView.d.ts +2 -1
  186. package/dist/components/assistant/xertica-assistant/parts/AssistantConversationList.d.ts +2 -1
  187. package/dist/components/assistant/xertica-assistant/parts/AssistantDocumentEditor.d.ts +2 -1
  188. package/dist/components/assistant/xertica-assistant/parts/AssistantFeedbackDialog.d.ts +2 -1
  189. package/dist/components/assistant/xertica-assistant/parts/AssistantHeader.d.ts +2 -1
  190. package/dist/components/assistant/xertica-assistant/parts/AssistantMessageBubble.d.ts +2 -1
  191. package/dist/components/assistant/xertica-assistant/parts/AssistantTabBar.d.ts +2 -1
  192. package/dist/components/assistant/xertica-assistant/parts/AssistantTypingIndicator.d.ts +2 -1
  193. package/dist/components/assistant/xertica-assistant/parts/AssistantWelcomeScreen.d.ts +2 -1
  194. package/dist/components/assistant/xertica-assistant/types.d.ts +3 -2
  195. package/dist/components/assistant/xertica-assistant/use-assistant.d.ts +1 -1
  196. package/dist/components/assistant/xertica-assistant/xertica-assistant.d.ts +2 -1
  197. package/dist/components/blocks/card-patterns/ActivityCard.d.ts +1 -1
  198. package/dist/components/blocks/card-patterns/ActivityCardSkeleton.d.ts +1 -1
  199. package/dist/components/blocks/card-patterns/FeatureCard.d.ts +1 -1
  200. package/dist/components/blocks/card-patterns/FeatureCardSkeleton.d.ts +1 -1
  201. package/dist/components/blocks/card-patterns/NotificationCard.d.ts +1 -1
  202. package/dist/components/blocks/card-patterns/NotificationCardSkeleton.d.ts +1 -1
  203. package/dist/components/blocks/card-patterns/ProfileCard.d.ts +1 -1
  204. package/dist/components/blocks/card-patterns/ProfileCardSkeleton.d.ts +1 -1
  205. package/dist/components/blocks/card-patterns/ProjectCard.d.ts +1 -1
  206. package/dist/components/blocks/card-patterns/ProjectCardSkeleton.d.ts +1 -1
  207. package/dist/components/blocks/card-patterns/QuickActionCard.d.ts +1 -1
  208. package/dist/components/blocks/card-patterns/QuickActionCardSkeleton.d.ts +1 -1
  209. package/dist/components/brand/language-selector/LanguageSelector.d.ts +2 -1
  210. package/dist/components/brand/theme-toggle/ThemeToggle.d.ts +2 -1
  211. package/dist/components/brand/xertica-logo/XerticaLogo.d.ts +2 -1
  212. package/dist/components/brand/xertica-orbe/XerticaOrbe.d.ts +2 -1
  213. package/dist/components/brand/xertica-provider/XerticaProvider.d.ts +1 -1
  214. package/dist/components/brand/xertica-xlogo/XerticaXLogo.d.ts +2 -1
  215. package/dist/components/examples/DrawingMapExample.d.ts +2 -1
  216. package/dist/components/examples/FilterableMapExample.d.ts +1 -1
  217. package/dist/components/examples/MapShowcase.d.ts +2 -1
  218. package/dist/components/examples/SimpleFilterableMap.d.ts +2 -1
  219. package/dist/components/figma/ImageWithFallback.d.ts +1 -1
  220. package/dist/components/layout/header/header.d.ts +1 -1
  221. package/dist/components/layout/sidebar/sidebar.d.ts +25 -13
  222. package/dist/components/media/FloatingMediaWrapper.d.ts +1 -1
  223. package/dist/components/media/audio-player/AudioPlayer.d.ts +2 -1
  224. package/dist/components/media/video-player/VideoPlayer.d.ts +2 -1
  225. package/dist/components/pages/forgot-password-page/ForgotPasswordPage.d.ts +2 -1
  226. package/dist/components/pages/home-content/HomeContent.d.ts +2 -1
  227. package/dist/components/pages/home-page/HomePage.d.ts +2 -1
  228. package/dist/components/pages/login-page/LoginPage.d.ts +2 -1
  229. package/dist/components/pages/reset-password-page/ResetPasswordPage.d.ts +2 -1
  230. package/dist/components/pages/template-content/TemplateContent.d.ts +2 -1
  231. package/dist/components/pages/template-page/TemplatePage.d.ts +2 -1
  232. package/dist/components/pages/verify-email-page/VerifyEmailPage.d.ts +2 -1
  233. package/dist/components/shared/CustomTooltipContent.d.ts +1 -1
  234. package/dist/components/shared/assistant-utils.d.ts +3 -2
  235. package/dist/components/shared/error-boundary.d.ts +4 -4
  236. package/dist/components/shared/error-fallbacks.d.ts +4 -3
  237. package/dist/components/shared/navigation.d.ts +6 -2
  238. package/dist/components/ui/accordion/accordion.d.ts +4 -4
  239. package/dist/components/ui/alert/alert.d.ts +3 -3
  240. package/dist/components/ui/alert-dialog/alert-dialog.d.ts +10 -10
  241. package/dist/components/ui/aspect-ratio/aspect-ratio.d.ts +1 -1
  242. package/dist/components/ui/assistant-chart/AssistantChart.d.ts +4 -3
  243. package/dist/components/ui/avatar/avatar.d.ts +3 -3
  244. package/dist/components/ui/badge/badge.d.ts +1 -1
  245. package/dist/components/ui/breadcrumb/breadcrumb.d.ts +7 -7
  246. package/dist/components/ui/calendar/calendar.d.ts +2 -2
  247. package/dist/components/ui/card/card.d.ts +7 -7
  248. package/dist/components/ui/carousel/carousel.d.ts +5 -5
  249. package/dist/components/ui/chart/chart.d.ts +16 -16
  250. package/dist/components/ui/collapsible/collapsible.d.ts +3 -3
  251. package/dist/components/ui/command/command.d.ts +9 -9
  252. package/dist/components/ui/context-menu/context-menu.d.ts +15 -15
  253. package/dist/components/ui/dialog/dialog.d.ts +9 -9
  254. package/dist/components/ui/drawer/drawer.d.ts +10 -10
  255. package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +15 -15
  256. package/dist/components/ui/form/form.d.ts +7 -7
  257. package/dist/components/ui/google-maps-loader/google-maps-loader.d.ts +3 -3
  258. package/dist/components/ui/hover-card/hover-card.d.ts +3 -3
  259. package/dist/components/ui/input-otp/input-otp.d.ts +4 -4
  260. package/dist/components/ui/label/label.d.ts +1 -1
  261. package/dist/components/ui/menubar/menubar.d.ts +16 -16
  262. package/dist/components/ui/navigation-menu/navigation-menu.d.ts +8 -8
  263. package/dist/components/ui/page-header/page-header.d.ts +3 -3
  264. package/dist/components/ui/pagination/pagination.d.ts +7 -7
  265. package/dist/components/ui/popover/popover.d.ts +4 -4
  266. package/dist/components/ui/progress/progress.d.ts +1 -1
  267. package/dist/components/ui/resizable/resizable.d.ts +11 -7
  268. package/dist/components/ui/rich-text-editor/rich-text-editor.d.ts +1 -1
  269. package/dist/components/ui/scroll-area/scroll-area.d.ts +2 -2
  270. package/dist/components/ui/separator/separator.d.ts +1 -1
  271. package/dist/components/ui/sheet/sheet.d.ts +10 -10
  272. package/dist/components/ui/skeleton/skeleton.d.ts +1 -1
  273. package/dist/components/ui/sonner/sonner.d.ts +2 -1
  274. package/dist/components/ui/stats-card/stats-card-skeleton.d.ts +1 -1
  275. package/dist/components/ui/table/table.d.ts +8 -8
  276. package/dist/components/ui/tabs/tabs.d.ts +4 -4
  277. package/dist/components/ui/tooltip/tooltip.d.ts +4 -4
  278. package/dist/contexts/ApiKeyContext.d.ts +2 -2
  279. package/dist/contexts/AssistenteContext.d.ts +1 -1
  280. package/dist/contexts/AuthContext.d.ts +1 -1
  281. package/dist/contexts/LanguageContext.d.ts +2 -2
  282. package/dist/contexts/LayoutContext.d.ts +2 -2
  283. package/dist/contexts/ThemeContext.d.ts +1 -1
  284. package/dist/features/assistant/hooks/useAssistantConfig.d.ts +1 -1
  285. package/dist/features/home/hooks/useDashboardStats.d.ts +1 -1
  286. package/dist/features/home/hooks/useFeatureCards.d.ts +1 -1
  287. package/dist/features/home/hooks/useTeamMembers.d.ts +1 -1
  288. package/dist/{google-maps-loader-BCe58h9D.js → google-maps-loader-BOug999f.js} +0 -4
  289. package/dist/{google-maps-loader-casMyxlo.cjs → google-maps-loader-DfeBRI8Q.cjs} +0 -5
  290. package/dist/hooks.cjs.js +2 -2
  291. package/dist/hooks.es.js +2 -2
  292. package/dist/{index-9GWd0qxq.cjs → index-BQjx1Mdf.cjs} +1 -1
  293. package/dist/index-Bei5DzAL.js +6 -0
  294. package/dist/index.cjs.js +15 -15
  295. package/dist/index.es.js +11 -11
  296. package/dist/layout.cjs.js +1 -1
  297. package/dist/layout.es.js +1 -1
  298. package/dist/pages.cjs.js +1 -1
  299. package/dist/pages.es.js +1 -1
  300. package/dist/{rich-text-editor-B2CKz7nx.cjs → rich-text-editor-BuqSu718.cjs} +68 -3
  301. package/dist/{rich-text-editor-DloeW0wc.js → rich-text-editor-CV8FtA_l.js} +66 -4
  302. package/dist/{sidebar-CLmIjgNd.cjs → sidebar-BGJ0j567.cjs} +84 -67
  303. package/dist/{sidebar-Duermn32.js → sidebar-BI6mZlC8.js} +81 -64
  304. package/dist/{sidebar-BS1p2V7t.cjs → sidebar-BtmotOg-.cjs} +367 -9
  305. package/dist/{sidebar-QwCoeoZ_.js → sidebar-D3EgGVxF.js} +1 -1
  306. package/dist/{sidebar-CQn_rwxP.cjs → sidebar-DDTqMGnR.cjs} +4 -4
  307. package/dist/{sidebar-3XyzjVBw.js → sidebar-I7EXyf5D.js} +364 -6
  308. package/dist/ui.cjs.js +4 -4
  309. package/dist/ui.es.js +4 -4
  310. package/dist/{xertica-assistant-B687qEPU.js → xertica-assistant-CJVnvMqU.js} +17 -8
  311. package/dist/{xertica-assistant-sOHwTgIP.cjs → xertica-assistant-CKPtc1z5.cjs} +19 -10
  312. package/dist/{xertica-assistant-QFUnv5I2.cjs → xertica-assistant-DER0brPQ.cjs} +6 -5
  313. package/dist/{xertica-assistant-CyikE3N_.js → xertica-assistant-DQCjpk5M.js} +4 -3
  314. package/dist/{xertica-assistant-B1NaSFFj.js → xertica-assistant-Dk-9AJzw.js} +6 -5
  315. package/dist/{xertica-assistant-CIaUlbIt.cjs → xertica-assistant-DxhIKvuY.cjs} +8 -7
  316. package/dist/xertica-ui.css +2 -2
  317. package/docs/components/audio-player.md +1 -1
  318. package/docs/components/sidebar.md +331 -331
  319. package/docs/components/stats-card.md +138 -138
  320. package/docs/components/toggle.md +12 -0
  321. package/docs/doc-audit.md +35 -229
  322. package/docs/i18n.md +31 -10
  323. package/docs/llms.md +6 -4
  324. package/llms-compact.txt +444 -444
  325. package/llms-full.txt +12144 -12144
  326. package/llms.txt +187 -187
  327. package/package.json +223 -219
  328. package/scripts/a11y-audit.mjs +162 -162
  329. package/scripts/fix-stories.cjs +19 -19
  330. package/styles/globals.css +0 -1
  331. package/styles/xertica/base.css +8 -0
  332. package/styles/xertica/tokens.css +240 -240
  333. package/templates/.env.example +2 -2
  334. package/templates/.prettierignore +4 -4
  335. package/templates/.prettierrc +10 -10
  336. package/templates/guidelines/Guidelines.md +865 -865
  337. package/templates/index.html +13 -13
  338. package/templates/package.json +69 -69
  339. package/templates/src/app/components/AuthGuard.tsx +11 -0
  340. package/templates/src/features/auth/ui/AuthPageShell.tsx +32 -32
  341. package/templates/src/features/home/ui/HomeContent.tsx +116 -116
  342. package/templates/src/features/settings/index.ts +2 -0
  343. package/templates/src/features/settings/ui/SettingsContent.tsx +134 -0
  344. package/templates/src/features/template/ui/TemplateContent.tsx +1321 -1321
  345. package/templates/src/i18n.ts +36 -13
  346. package/templates/src/locales/en/pages/settings.json +15 -0
  347. package/templates/src/locales/es/pages/settings.json +15 -0
  348. package/templates/src/locales/pt-BR/pages/settings.json +15 -0
  349. package/templates/src/pages/SettingsPage.tsx +28 -0
  350. package/templates/src/shared/config/navigation.ts +2 -2
  351. package/templates/src/styles/xertica/tokens.css +240 -240
  352. package/templates/vite.config.d.ts +2 -2
  353. package/templates/vite.config.js +20 -20
  354. package/utils/gemini.ts +2 -2
  355. package/dist/AssistantChart-9w31gdAb.cjs +0 -3363
  356. package/dist/AssistantChart-BAudAfne.cjs +0 -3591
  357. package/dist/AssistantChart-BAx9VQvb.cjs +0 -3374
  358. package/dist/AssistantChart-BP8upjMk.js +0 -3565
  359. package/dist/AssistantChart-BXU1ACnh.js +0 -3489
  360. package/dist/AssistantChart-CVko2A1W.js +0 -3348
  361. package/dist/AssistantChart-CVzmmhx4.js +0 -3337
  362. package/dist/AssistantChart-CeU2dIb6.js +0 -3469
  363. package/dist/AssistantChart-D0A1FPYt.cjs +0 -3515
  364. package/dist/AssistantChart-DO5UuX4J.cjs +0 -3495
  365. package/dist/AudioPlayer-1ypwE2Wh.cjs +0 -936
  366. package/dist/AudioPlayer-BJ2IuRQW.cjs +0 -1275
  367. package/dist/AudioPlayer-BWDW6TN9.cjs +0 -1279
  368. package/dist/AudioPlayer-CM962GEh.js +0 -1280
  369. package/dist/AudioPlayer-CbZId7cj.cjs +0 -998
  370. package/dist/AudioPlayer-DU8zt8-z.js +0 -999
  371. package/dist/AudioPlayer-DuKXrCfy.js +0 -937
  372. package/dist/AudioPlayer-Xxma6_-H.js +0 -1276
  373. package/dist/BrandColorsContext-DLVJgtmH.js +0 -666
  374. package/dist/BrandColorsContext-DZT7JjeD.js +0 -659
  375. package/dist/BrandColorsContext-GUyFmkX0.cjs +0 -665
  376. package/dist/BrandColorsContext-awnBCmC4.cjs +0 -666
  377. package/dist/CodeBlock-C2ZUXt8V.js +0 -219
  378. package/dist/CodeBlock-C5oYnLQp.cjs +0 -218
  379. package/dist/CodeBlock-DuxdtN-l.js +0 -219
  380. package/dist/CodeBlock-POVYONvC.cjs +0 -218
  381. package/dist/CustomTooltipContent-BT6brkVJ.cjs +0 -49
  382. package/dist/CustomTooltipContent-CfOfikhq.js +0 -33
  383. package/dist/CustomTooltipContent-DHjkY0ww.js +0 -40
  384. package/dist/CustomTooltipContent-c_K-DWRr.cjs +0 -56
  385. package/dist/FeatureCard-9GhnlgL3.js +0 -336
  386. package/dist/FeatureCard-Bcb3Zi54.js +0 -302
  387. package/dist/FeatureCard-Cfs6Ishq.js +0 -485
  388. package/dist/FeatureCard-CkPd2psQ.cjs +0 -301
  389. package/dist/FeatureCard-Dkp-xmzM.cjs +0 -335
  390. package/dist/FeatureCard-ie3L8Fpr.cjs +0 -484
  391. package/dist/FeatureCardSkeleton-CAgu8stE.js +0 -27
  392. package/dist/FeatureCardSkeleton-mO3Bdm_V.cjs +0 -26
  393. package/dist/LanguageContext-BwhwC3G2.js +0 -657
  394. package/dist/LanguageContext-DvUt5jBg.cjs +0 -656
  395. package/dist/LayoutContext-BDmcZfMH.cjs +0 -84
  396. package/dist/LayoutContext-C4kKN9RV.cjs +0 -93
  397. package/dist/LayoutContext-CGEe1oPq.js +0 -94
  398. package/dist/LayoutContext-CwT5KLiW.cjs +0 -104
  399. package/dist/LayoutContext-DVLCsoQn.js +0 -105
  400. package/dist/LayoutContext-dbQvdC4O.js +0 -85
  401. package/dist/ThemeContext-BbBNoFTG.js +0 -735
  402. package/dist/ThemeContext-Bo-W2WZH.js +0 -1856
  403. package/dist/ThemeContext-CP3a0jxy.cjs +0 -1855
  404. package/dist/ThemeContext-Cmr8Ex8H.cjs +0 -734
  405. package/dist/ThemeContext-CpqYShLq.cjs +0 -324
  406. package/dist/ThemeContext-D3LzacmG.js +0 -188
  407. package/dist/ThemeContext-DQUOeziy.cjs +0 -1855
  408. package/dist/ThemeContext-Du2nE1PL.js +0 -325
  409. package/dist/ThemeContext-GeEBTJ3q.cjs +0 -1621
  410. package/dist/ThemeContext-JyLK9B1o.js +0 -1622
  411. package/dist/ThemeContext-RTy1m2Uq.js +0 -82
  412. package/dist/ThemeContext-U4dEYc6C.cjs +0 -187
  413. package/dist/ThemeContext-bSzuOit2.cjs +0 -81
  414. package/dist/ThemeContext-ept8jhXI.js +0 -1856
  415. package/dist/VerifyEmailPage-BE-L9mB7.js +0 -2828
  416. package/dist/VerifyEmailPage-BIBOKV7Z.js +0 -3214
  417. package/dist/VerifyEmailPage-BJjAMUTW.js +0 -3223
  418. package/dist/VerifyEmailPage-BRSP-Pwt.cjs +0 -3196
  419. package/dist/VerifyEmailPage-Bae2cBXT.cjs +0 -2827
  420. package/dist/VerifyEmailPage-BiRm7Nh4.cjs +0 -3213
  421. package/dist/VerifyEmailPage-Bvfv8HVQ.js +0 -3214
  422. package/dist/VerifyEmailPage-CR7kb5df.cjs +0 -2827
  423. package/dist/VerifyEmailPage-C_ihbcth.js +0 -2828
  424. package/dist/VerifyEmailPage-CbgjOF0v.js +0 -2828
  425. package/dist/VerifyEmailPage-CdYPSJoO.js +0 -2828
  426. package/dist/VerifyEmailPage-CkBYfsNy.cjs +0 -3232
  427. package/dist/VerifyEmailPage-D-FRj5TU.cjs +0 -3213
  428. package/dist/VerifyEmailPage-DF2ilhum.cjs +0 -3210
  429. package/dist/VerifyEmailPage-DMBh4NM9.cjs +0 -2827
  430. package/dist/VerifyEmailPage-DTtFfC-J.js +0 -3197
  431. package/dist/VerifyEmailPage-Dt7zgA4w.cjs +0 -2827
  432. package/dist/VerifyEmailPage-EhudUdqF.js +0 -3211
  433. package/dist/VerifyEmailPage-RrUApqBN.js +0 -3214
  434. package/dist/VerifyEmailPage-VoMI7MYH.cjs +0 -3213
  435. package/dist/VerifyEmailPage-hdB8JQGv.cjs +0 -3213
  436. package/dist/VerifyEmailPage-vYHbYK3q.js +0 -3214
  437. package/dist/XerticaOrbe-BCUVSPPB.cjs +0 -1924
  438. package/dist/XerticaOrbe-BGIB1CTK.js +0 -1355
  439. package/dist/XerticaOrbe-By8eEvR-.js +0 -1925
  440. package/dist/XerticaOrbe-FWGjBj0U.cjs +0 -1354
  441. package/dist/XerticaProvider-AChwphCO.cjs +0 -48
  442. package/dist/XerticaProvider-AbWlr7Af.cjs +0 -48
  443. package/dist/XerticaProvider-B8CaV7xu.cjs +0 -39
  444. package/dist/XerticaProvider-BITjgC5p.js +0 -39
  445. package/dist/XerticaProvider-BSyFrmC0.js +0 -49
  446. package/dist/XerticaProvider-By8q3Roe.cjs +0 -38
  447. package/dist/XerticaProvider-CUYJZc32.js +0 -49
  448. package/dist/XerticaProvider-CW9hpCdF.cjs +0 -39
  449. package/dist/XerticaProvider-CWgby5mY.js +0 -49
  450. package/dist/XerticaProvider-CWs6EwNa.js +0 -49
  451. package/dist/XerticaProvider-CiNKjMx1.cjs +0 -48
  452. package/dist/XerticaProvider-CjQAQPcn.cjs +0 -48
  453. package/dist/XerticaProvider-D5lLumH-.js +0 -49
  454. package/dist/XerticaProvider-DQtvJU7m.js +0 -40
  455. package/dist/XerticaProvider-DUOJg9iX.js +0 -49
  456. package/dist/XerticaProvider-Dl_b72_l.cjs +0 -51
  457. package/dist/XerticaProvider-qQUDop71.cjs +0 -48
  458. package/dist/XerticaProvider-siSt9uG2.js +0 -40
  459. package/dist/XerticaXLogo-8TTzBjHw.cjs +0 -251
  460. package/dist/XerticaXLogo-B2svDGZh.cjs +0 -251
  461. package/dist/XerticaXLogo-BWaag64t.js +0 -252
  462. package/dist/XerticaXLogo-CFuIlYFH.js +0 -252
  463. package/dist/XerticaXLogo-CU-U-GP4.cjs +0 -251
  464. package/dist/XerticaXLogo-ChryA6xj.js +0 -252
  465. package/dist/XerticaXLogo-CowGv7BC.js +0 -252
  466. package/dist/XerticaXLogo-CziKMQil.cjs +0 -242
  467. package/dist/XerticaXLogo-D8jf0SNv.cjs +0 -214
  468. package/dist/XerticaXLogo-DHz5SugF.js +0 -252
  469. package/dist/XerticaXLogo-DTee_y8X.cjs +0 -251
  470. package/dist/XerticaXLogo-DfUvz-lD.js +0 -243
  471. package/dist/XerticaXLogo-DzXKZBtG.js +0 -231
  472. package/dist/XerticaXLogo-fAJMy3H4.js +0 -215
  473. package/dist/XerticaXLogo-kslQ8Tk_.cjs +0 -251
  474. package/dist/XerticaXLogo-xWbElCZj.cjs +0 -230
  475. package/dist/alert-dialog-iDe5VE5o.js +0 -842
  476. package/dist/alert-dialog-yckpaOpy.cjs +0 -865
  477. package/dist/avatar-Cq5_E8r9.cjs +0 -78
  478. package/dist/avatar-CuYu2MKt.cjs +0 -72
  479. package/dist/avatar-Cxyofu1H.js +0 -56
  480. package/dist/avatar-DSBfJMRJ.js +0 -62
  481. package/dist/breadcrumb-CVzzzqfo.js +0 -103
  482. package/dist/breadcrumb-DIJ0X3Ot.js +0 -96
  483. package/dist/breadcrumb-DjSxkjlQ.cjs +0 -95
  484. package/dist/breadcrumb-DnDlQFg2.cjs +0 -102
  485. package/dist/button-0CXwCRTm.cjs +0 -85
  486. package/dist/button-Bnv9SvYK.cjs +0 -79
  487. package/dist/button-C6uvh0rV.js +0 -63
  488. package/dist/button-qkz7Icqf.js +0 -69
  489. package/dist/card-B8-Gl5DL.js +0 -73
  490. package/dist/card-Bv_c57KU.cjs +0 -72
  491. package/dist/card-DJTsYhLL.cjs +0 -89
  492. package/dist/card-fi8zAN-I.js +0 -90
  493. package/dist/dropdown-menu-B_uEXNc4.cjs +0 -220
  494. package/dist/dropdown-menu-CFuCssWA.js +0 -204
  495. package/dist/dropdown-menu-Ze1YZFyc.cjs +0 -247
  496. package/dist/dropdown-menu-nc_Lvg-u.js +0 -231
  497. package/dist/google-maps-loader-BVoVhUwA.js +0 -316
  498. package/dist/google-maps-loader-BqsYL48U.cjs +0 -285
  499. package/dist/google-maps-loader-DjJaYhV6.cjs +0 -316
  500. package/dist/google-maps-loader-t2IlYBzw.js +0 -286
  501. package/dist/index-B7A523O_.js +0 -8
  502. package/dist/index-BabBx2pa.js +0 -6
  503. package/dist/index-CkTUgOwX.js +0 -8
  504. package/dist/index-D3RLKRAs.cjs +0 -7
  505. package/dist/index-DmHhnb7a.cjs +0 -7
  506. package/dist/index.umd.js +0 -13712
  507. package/dist/input-CNFHVKvo.cjs +0 -145
  508. package/dist/input-CPl84zAx.cjs +0 -151
  509. package/dist/input-C_UiS2Py.cjs +0 -152
  510. package/dist/input-D-6IsAca.js +0 -133
  511. package/dist/input-cc-PTD4R.js +0 -123
  512. package/dist/input-wPYg0d0P.js +0 -127
  513. package/dist/progress-BLwqortq.cjs +0 -105
  514. package/dist/progress-Cs9i4DPx.js +0 -81
  515. package/dist/progress-D9mtsf6j.js +0 -89
  516. package/dist/progress-DDeuWPZw.cjs +0 -97
  517. package/dist/rich-text-editor-1UW3Y2JK.js +0 -2891
  518. package/dist/rich-text-editor-BM-LPpTh.js +0 -2902
  519. package/dist/rich-text-editor-BmsjY03B.js +0 -2949
  520. package/dist/rich-text-editor-BrdC5evx.js +0 -2244
  521. package/dist/rich-text-editor-CyggTOLQ.cjs +0 -2908
  522. package/dist/rich-text-editor-DbV-S7Fi.cjs +0 -2261
  523. package/dist/rich-text-editor-DoCkKhzk.cjs +0 -2919
  524. package/dist/rich-text-editor-DqLICivI.js +0 -2832
  525. package/dist/rich-text-editor-DxO1Hz3a.cjs +0 -2903
  526. package/dist/rich-text-editor-GS2kpTAK.cjs +0 -2966
  527. package/dist/routes.d.ts +0 -10
  528. package/dist/select-Cmb8zF7w.cjs +0 -156
  529. package/dist/select-CprSNX0z.js +0 -139
  530. package/dist/select-DT7Zjn42.cjs +0 -162
  531. package/dist/select-En8DkoaQ.js +0 -145
  532. package/dist/sidebar-B3EYhli0.cjs +0 -800
  533. package/dist/sidebar-B4ZWaMrE.js +0 -792
  534. package/dist/sidebar-B9NR0lCe.cjs +0 -800
  535. package/dist/sidebar-BcJ6LxvX.cjs +0 -733
  536. package/dist/sidebar-BvF5I2Ue.cjs +0 -800
  537. package/dist/sidebar-C5B_LHek.cjs +0 -795
  538. package/dist/sidebar-CA6_ek3f.js +0 -801
  539. package/dist/sidebar-CRMiBtAi.js +0 -801
  540. package/dist/sidebar-CVUGHOS_.cjs +0 -756
  541. package/dist/sidebar-CZ2mWaMM.cjs +0 -800
  542. package/dist/sidebar-CmvwjnVb.js +0 -757
  543. package/dist/sidebar-CplprZpM.js +0 -801
  544. package/dist/sidebar-DyYvgyBj.cjs +0 -795
  545. package/dist/sidebar-Dz7bd3zP.js +0 -796
  546. package/dist/sidebar-KIS0C2JH.js +0 -801
  547. package/dist/sidebar-OTO_up7Z.js +0 -801
  548. package/dist/sidebar-WoKvFWCN.js +0 -717
  549. package/dist/sidebar-zowjejT2.cjs +0 -800
  550. package/dist/skeleton-4zoHiFJ_.cjs +0 -83
  551. package/dist/skeleton-C4bHqUBf.js +0 -84
  552. package/dist/slider-C0JKA9k3.js +0 -56
  553. package/dist/slider-CPmwzm_3.cjs +0 -73
  554. package/dist/slider-DcJharR9.cjs +0 -73
  555. package/dist/slider-Pay3fka2.js +0 -56
  556. package/dist/sonner-DeUIj0Zg.cjs +0 -63
  557. package/dist/sonner-g9RIfi35.js +0 -47
  558. package/dist/tooltip-CNtsL5cB.cjs +0 -71
  559. package/dist/tooltip-CTyZCD8h.js +0 -55
  560. package/dist/tooltip-CwgSdy3h.cjs +0 -67
  561. package/dist/tooltip-D-OrYnKO.js +0 -51
  562. package/dist/use-audio-player-BJFV24XW.js +0 -188
  563. package/dist/use-audio-player-Bkh23vQ3.js +0 -177
  564. package/dist/use-audio-player-Dn1NR9xN.cjs +0 -176
  565. package/dist/use-audio-player-DyVYlOnR.cjs +0 -187
  566. package/dist/use-mobile-BB4M_4Ru.cjs +0 -47
  567. package/dist/use-mobile-CLu9nqGL.js +0 -31
  568. package/dist/use-mobile-CNwiBNxu.js +0 -33
  569. package/dist/use-mobile-Dlf74ufz.cjs +0 -49
  570. package/dist/xertica-assistant-B1IaHXnB.cjs +0 -1894
  571. package/dist/xertica-assistant-BMqdyRVi.js +0 -2082
  572. package/dist/xertica-assistant-BbgzsgsG.js +0 -2164
  573. package/dist/xertica-assistant-Bj3vBCq_.cjs +0 -2081
  574. package/dist/xertica-assistant-CfBCo21g.js +0 -2148
  575. package/dist/xertica-assistant-DIM_Do1k.js +0 -1866
  576. package/dist/xertica-assistant-DPsESB6t.js +0 -1878
  577. package/dist/xertica-assistant-DrsRwla1.cjs +0 -2147
  578. package/dist/xertica-assistant-Qp3ydksa.cjs +0 -1882
  579. package/dist/xertica-assistant-d2qs2Vd9.cjs +0 -2163
  580. package/dist/xertica-assistant-gnCJdcZY.js +0 -1866
  581. package/dist/xertica-assistant-yyrR0JKl.cjs +0 -1882
  582. package/styles/xertica/app-overrides/scrollbar.css +0 -33
  583. package/dist/{XerticaXLogo-qBPhwK3g.cjs → LanguageSelector-1cINLJ23.cjs} +80 -80
@@ -1,1925 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- import { useRef, useEffect } from "react";
3
- import { c as cn } from "./button-C6uvh0rV.js";
4
- function XerticaOrbe({ size = 64, className = "" }) {
5
- const containerRef = useRef(null);
6
- const animationRef = useRef(null);
7
- const handleMouseEnter = () => {
8
- if (animationRef.current) {
9
- animationRef.current.setSpeed(2.5);
10
- }
11
- };
12
- const handleMouseLeave = () => {
13
- if (animationRef.current) {
14
- animationRef.current.setSpeed(1);
15
- }
16
- };
17
- useEffect(() => {
18
- if (!containerRef.current) return;
19
- const script = document.createElement("script");
20
- script.src = "https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.12.2/lottie.min.js";
21
- script.async = true;
22
- script.onload = () => {
23
- if (containerRef.current && window.lottie) {
24
- const animationData = {
25
- nm: "Xertica Light Spin",
26
- ddd: 0,
27
- h: 400,
28
- w: 400,
29
- meta: { g: "LottieFiles Figma v81" },
30
- layers: [
31
- {
32
- ty: 0,
33
- nm: "Spin3",
34
- sr: 1,
35
- st: 0,
36
- op: 529.24,
37
- ip: 0,
38
- hd: false,
39
- ddd: 0,
40
- bm: 0,
41
- hasMask: true,
42
- ao: 0,
43
- ks: {
44
- a: { a: 0, k: [200, 200] },
45
- s: { a: 0, k: [100, 100] },
46
- sk: { a: 0, k: 0 },
47
- p: { a: 0, k: [200, 200] },
48
- r: { a: 0, k: 0 },
49
- sa: { a: 0, k: 0 },
50
- o: { a: 0, k: 100 }
51
- },
52
- masksProperties: [
53
- {
54
- nm: "",
55
- inv: false,
56
- mode: "a",
57
- x: { a: 0, k: 0 },
58
- o: { a: 0, k: 100 },
59
- pt: {
60
- a: 0,
61
- k: {
62
- c: true,
63
- i: [
64
- [0, -110.38],
65
- [0, 0],
66
- [110.38, 0],
67
- [0, 0],
68
- [0, 110.38],
69
- [0, 0],
70
- [-110.38, 0],
71
- [0, 0]
72
- ],
73
- o: [
74
- [0, 0],
75
- [0, 110.38],
76
- [0, 0],
77
- [-110.38, 0],
78
- [0, 0],
79
- [0, -110.38],
80
- [0, 0],
81
- [110.38, 0]
82
- ],
83
- v: [
84
- [400, 200],
85
- [400, 200],
86
- [200, 400],
87
- [200, 400],
88
- [0, 200],
89
- [0, 200],
90
- [200, 0],
91
- [200, 0]
92
- ]
93
- }
94
- }
95
- }
96
- ],
97
- w: 400,
98
- h: 400,
99
- refId: "1",
100
- ind: 1
101
- }
102
- ],
103
- v: "5.7.0",
104
- fr: 60,
105
- op: 528.24,
106
- ip: 0,
107
- assets: [
108
- {
109
- nm: "[Asset] Spin3",
110
- id: "1",
111
- layers: [
112
- {
113
- ty: 4,
114
- nm: "Gloss",
115
- sr: 1,
116
- st: 0,
117
- op: 529.24,
118
- ip: 0,
119
- hd: false,
120
- ddd: 0,
121
- bm: 0,
122
- hasMask: false,
123
- ao: 0,
124
- ks: {
125
- a: { a: 0, k: [89.8, 39.39] },
126
- s: { a: 0, k: [100, 100] },
127
- sk: { a: 0, k: 0 },
128
- p: { a: 0, k: [150.4, 85.05] },
129
- r: { a: 0, k: -15 },
130
- sa: { a: 0, k: 0 },
131
- o: { a: 0, k: 70 }
132
- },
133
- ef: [
134
- {
135
- ty: 29,
136
- nm: "",
137
- en: 1,
138
- ef: [
139
- { ty: 0, nm: "sigma", v: { a: 0, k: 75 } },
140
- { ty: 0, nm: "", v: { a: 0, k: 1 } },
141
- { ty: 0, nm: "", v: { a: 0, k: 0 } }
142
- ]
143
- }
144
- ],
145
- shapes: [
146
- {
147
- ty: "sh",
148
- bm: 0,
149
- hd: false,
150
- nm: "",
151
- d: 1,
152
- ks: {
153
- a: 0,
154
- k: {
155
- c: true,
156
- i: [
157
- [0, 0],
158
- [49.59, 0],
159
- [0, 21.75],
160
- [-49.59, 0],
161
- [0, -21.75]
162
- ],
163
- o: [
164
- [0, 21.75],
165
- [-49.59, 0],
166
- [0, -21.75],
167
- [49.59, 0],
168
- [0, 0]
169
- ],
170
- v: [
171
- [179.6, 39.39],
172
- [89.8, 78.77],
173
- [0, 39.39],
174
- [89.8, 0],
175
- [179.6, 39.39]
176
- ]
177
- }
178
- }
179
- },
180
- {
181
- ty: "fl",
182
- bm: 0,
183
- hd: false,
184
- nm: "",
185
- c: { a: 0, k: [1, 1, 1] },
186
- r: 1,
187
- o: { a: 0, k: 100 }
188
- }
189
- ],
190
- ind: 1
191
- },
192
- {
193
- ty: 4,
194
- nm: "Effect",
195
- sr: 1,
196
- st: 0,
197
- op: 529.24,
198
- ip: 0,
199
- hd: false,
200
- ddd: 0,
201
- bm: 0,
202
- hasMask: false,
203
- ao: 0,
204
- ks: {
205
- a: { a: 0, k: [178.22, 178.22] },
206
- s: { a: 0, k: [100, 100] },
207
- sk: { a: 0, k: 0 },
208
- p: { a: 0, k: [200, 200] },
209
- r: { a: 0, k: 0 },
210
- sa: { a: 0, k: 0 },
211
- o: { a: 0, k: 30 }
212
- },
213
- ef: [
214
- {
215
- ty: 29,
216
- nm: "",
217
- en: 1,
218
- ef: [
219
- { ty: 0, nm: "sigma", v: { a: 0, k: 72 } },
220
- { ty: 0, nm: "", v: { a: 0, k: 1 } },
221
- { ty: 0, nm: "", v: { a: 0, k: 0 } }
222
- ]
223
- }
224
- ],
225
- shapes: [
226
- {
227
- ty: "sh",
228
- bm: 0,
229
- hd: false,
230
- nm: "",
231
- d: 1,
232
- ks: {
233
- a: 0,
234
- k: {
235
- c: true,
236
- i: [
237
- [0, 0],
238
- [98.43, 0],
239
- [0, 98.43],
240
- [-98.43, 0],
241
- [0, -98.43]
242
- ],
243
- o: [
244
- [0, 98.43],
245
- [-98.43, 0],
246
- [0, -98.43],
247
- [98.43, 0],
248
- [0, 0]
249
- ],
250
- v: [
251
- [356.44, 178.22],
252
- [178.22, 356.44],
253
- [0, 178.22],
254
- [178.22, 0],
255
- [356.44, 178.22]
256
- ]
257
- }
258
- }
259
- },
260
- {
261
- ty: "gf",
262
- bm: 0,
263
- hd: false,
264
- nm: "",
265
- e: { a: 0, k: [233.0399932861328, 77.59410095214844] },
266
- g: {
267
- p: 5,
268
- k: {
269
- a: 0,
270
- k: [
271
- 0,
272
- 0.17258823529411763,
273
- 0.15298039215686274,
274
- 0.35690196078431374,
275
- 0.25,
276
- 0.6510196078431372,
277
- 0.36474509803921573,
278
- 0.8588627450980392,
279
- 0.5,
280
- 0.9882745098039215,
281
- 0.4863137254901961,
282
- 0.9176862745098039,
283
- 0.75,
284
- 0.4470980392156863,
285
- 0.8039607843137254,
286
- 0.9921960784313725,
287
- 1,
288
- 1,
289
- 0.9932941176470588,
290
- 0.9689803921568627,
291
- 0,
292
- 0.6,
293
- 0.25,
294
- 1,
295
- 0.5,
296
- 1,
297
- 0.75,
298
- 1,
299
- 1,
300
- 1
301
- ]
302
- }
303
- },
304
- t: 1,
305
- a: { a: 0, k: 0 },
306
- h: { a: 0, k: 0 },
307
- s: { a: 0, k: [284.5249938964844, 430.0690002441406] },
308
- r: 1,
309
- o: { a: 0, k: 100 }
310
- }
311
- ],
312
- ind: 2
313
- },
314
- {
315
- ty: 0,
316
- nm: "Symbol",
317
- sr: 1,
318
- st: 0,
319
- op: 529.24,
320
- ip: 0,
321
- hd: false,
322
- ddd: 0,
323
- bm: 0,
324
- hasMask: false,
325
- ao: 0,
326
- ks: {
327
- a: { a: 0, k: [270.18, 279.17] },
328
- s: { a: 0, k: [100, 100] },
329
- sk: { a: 0, k: 0 },
330
- p: { a: 0, k: [200.18, 200.17] },
331
- r: { a: 0, k: 0 },
332
- sa: { a: 0, k: 0 },
333
- o: { a: 0, k: 100 }
334
- },
335
- w: 540.3699951171875,
336
- h: 558.3469848632812,
337
- refId: "2",
338
- ind: 3
339
- },
340
- {
341
- ty: 4,
342
- nm: "Spin3 Bg",
343
- sr: 1,
344
- st: 0,
345
- op: 529.24,
346
- ip: 0,
347
- hd: false,
348
- ddd: 0,
349
- bm: 0,
350
- hasMask: false,
351
- ao: 0,
352
- ks: {
353
- a: { a: 0, k: [200, 200] },
354
- s: { a: 0, k: [100, 100] },
355
- sk: { a: 0, k: 0 },
356
- p: { a: 0, k: [200, 200] },
357
- r: { a: 0, k: 0 },
358
- sa: { a: 0, k: 0 },
359
- o: { a: 0, k: 100 }
360
- },
361
- shapes: [
362
- {
363
- ty: "sh",
364
- bm: 0,
365
- hd: false,
366
- nm: "",
367
- d: 1,
368
- ks: {
369
- a: 0,
370
- k: {
371
- c: true,
372
- i: [
373
- [0, -110.38],
374
- [0, 0],
375
- [110.38, 0],
376
- [0, 0],
377
- [0, 110.38],
378
- [0, 0],
379
- [-110.38, 0],
380
- [0, 0]
381
- ],
382
- o: [
383
- [0, 0],
384
- [0, 110.38],
385
- [0, 0],
386
- [-110.38, 0],
387
- [0, 0],
388
- [0, -110.38],
389
- [0, 0],
390
- [110.38, 0]
391
- ],
392
- v: [
393
- [400, 200],
394
- [400, 200],
395
- [200, 400],
396
- [200, 400],
397
- [0, 200],
398
- [0, 200],
399
- [200, 0],
400
- [200, 0]
401
- ]
402
- }
403
- }
404
- },
405
- {
406
- ty: "fl",
407
- bm: 0,
408
- hd: false,
409
- nm: "",
410
- c: { a: 0, k: [0.9365, 0.9365, 0.9365] },
411
- r: 1,
412
- o: { a: 0, k: 100 }
413
- }
414
- ],
415
- ind: 4
416
- }
417
- ]
418
- },
419
- {
420
- nm: "[Asset] Symbol",
421
- id: "2",
422
- layers: [
423
- {
424
- ty: 4,
425
- nm: "Vector",
426
- sr: 1,
427
- st: 0,
428
- op: 529.24,
429
- ip: 0,
430
- hd: false,
431
- ddd: 0,
432
- bm: 0,
433
- hasMask: false,
434
- ao: 0,
435
- ks: {
436
- a: {
437
- a: 1,
438
- k: [
439
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [102.86, 106.81], t: 0 },
440
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [102.86, 106.81], t: 132 },
441
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [156.67, 162.69], t: 264 },
442
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [102.86, 106.81], t: 396 },
443
- { s: [102.86, 106.81], t: 528 }
444
- ]
445
- },
446
- s: { a: 0, k: [100, 100] },
447
- sk: { a: 0, k: 0 },
448
- p: {
449
- a: 1,
450
- k: [
451
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [437.51, 292.88], t: 0 },
452
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [298.99, 437.66], t: 132 },
453
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [355.86, 209.24], t: 264 },
454
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [106.81, 148.61], t: 396 },
455
- { s: [437.51, 292.88], t: 528 }
456
- ]
457
- },
458
- r: {
459
- a: 1,
460
- k: [
461
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [0], t: 0 },
462
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [40.07], t: 132 },
463
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [-120], t: 264 },
464
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [-90], t: 396 },
465
- { s: [0], t: 528 }
466
- ]
467
- },
468
- sa: { a: 0, k: 0 },
469
- o: { a: 0, k: 100 }
470
- },
471
- ef: [
472
- {
473
- ty: 29,
474
- nm: "",
475
- en: 1,
476
- ef: [
477
- {
478
- ty: 0,
479
- nm: "sigma",
480
- v: {
481
- a: 1,
482
- k: [
483
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 0 },
484
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 132 },
485
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 264 },
486
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 396 },
487
- { s: [180], t: 528 }
488
- ]
489
- }
490
- },
491
- { ty: 0, nm: "", v: { a: 0, k: 1 } },
492
- { ty: 0, nm: "", v: { a: 0, k: 0 } }
493
- ]
494
- }
495
- ],
496
- shapes: [
497
- {
498
- ty: "sh",
499
- bm: 0,
500
- hd: false,
501
- nm: "",
502
- d: 1,
503
- ks: {
504
- a: 1,
505
- k: [
506
- {
507
- o: { x: 0, y: 0 },
508
- i: { x: 1, y: 1 },
509
- s: [
510
- {
511
- c: true,
512
- i: [
513
- [0, 0],
514
- [0, 0],
515
- [0, 0],
516
- [0, 0],
517
- [0, 0]
518
- ],
519
- o: [
520
- [0, 0],
521
- [0, 0],
522
- [0, 0],
523
- [0, 0],
524
- [0, 0]
525
- ],
526
- v: [
527
- [61.54, 0],
528
- [0, 90.75],
529
- [83.31, 213.62],
530
- [205.72, 213.62],
531
- [61.54, 0]
532
- ]
533
- }
534
- ],
535
- t: 0
536
- },
537
- {
538
- o: { x: 0, y: 0 },
539
- i: { x: 1, y: 1 },
540
- s: [
541
- {
542
- c: true,
543
- i: [
544
- [0, 0],
545
- [0, 0],
546
- [0, 0],
547
- [0, 0],
548
- [0, 0]
549
- ],
550
- o: [
551
- [0, 0],
552
- [0, 0],
553
- [0, 0],
554
- [0, 0],
555
- [0, 0]
556
- ],
557
- v: [
558
- [61.54, 0],
559
- [0, 90.75],
560
- [83.31, 213.62],
561
- [205.72, 213.62],
562
- [61.54, 0]
563
- ]
564
- }
565
- ],
566
- t: 132
567
- },
568
- {
569
- o: { x: 0, y: 0 },
570
- i: { x: 1, y: 1 },
571
- s: [
572
- {
573
- c: true,
574
- i: [
575
- [0, 0],
576
- [0, 0],
577
- [0, 0],
578
- [0, 0],
579
- [0, 0]
580
- ],
581
- o: [
582
- [0, 0],
583
- [0, 0],
584
- [0, 0],
585
- [0, 0],
586
- [0, 0]
587
- ],
588
- v: [
589
- [93.74, 0],
590
- [0, 138.23],
591
- [126.89, 325.38],
592
- [313.34, 325.38],
593
- [93.74, 0]
594
- ]
595
- }
596
- ],
597
- t: 264
598
- },
599
- {
600
- o: { x: 0, y: 0 },
601
- i: { x: 1, y: 1 },
602
- s: [
603
- {
604
- c: true,
605
- i: [
606
- [0, 0],
607
- [0, 0],
608
- [0, 0],
609
- [0, 0],
610
- [0, 0]
611
- ],
612
- o: [
613
- [0, 0],
614
- [0, 0],
615
- [0, 0],
616
- [0, 0],
617
- [0, 0]
618
- ],
619
- v: [
620
- [61.54, 0],
621
- [0, 90.75],
622
- [83.31, 213.62],
623
- [205.72, 213.62],
624
- [61.54, 0]
625
- ]
626
- }
627
- ],
628
- t: 396
629
- },
630
- {
631
- s: [
632
- {
633
- c: true,
634
- i: [
635
- [0, 0],
636
- [0, 0],
637
- [0, 0],
638
- [0, 0],
639
- [0, 0]
640
- ],
641
- o: [
642
- [0, 0],
643
- [0, 0],
644
- [0, 0],
645
- [0, 0],
646
- [0, 0]
647
- ],
648
- v: [
649
- [61.54, 0],
650
- [0, 90.75],
651
- [83.31, 213.62],
652
- [205.72, 213.62],
653
- [61.54, 0]
654
- ]
655
- }
656
- ],
657
- t: 528
658
- }
659
- ]
660
- }
661
- },
662
- {
663
- ty: "fl",
664
- bm: 0,
665
- hd: false,
666
- nm: "",
667
- c: { a: 0, k: [1, 1, 1] },
668
- r: 1,
669
- o: { a: 0, k: 0 }
670
- },
671
- {
672
- ty: "fl",
673
- bm: 0,
674
- hd: false,
675
- nm: "",
676
- c: { a: 0, k: [0.651, 0.3647, 0.8589] },
677
- r: 1,
678
- o: { a: 0, k: 100 }
679
- }
680
- ],
681
- ind: 1
682
- },
683
- {
684
- ty: 4,
685
- nm: "Vector",
686
- sr: 1,
687
- st: 0,
688
- op: 529.24,
689
- ip: 0,
690
- hd: false,
691
- ddd: 0,
692
- bm: 0,
693
- hasMask: false,
694
- ao: 0,
695
- ks: {
696
- a: {
697
- a: 1,
698
- k: [
699
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [102.86, 106.81], t: 0 },
700
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [102.86, 106.81], t: 132 },
701
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [119.8, 106.93], t: 264 },
702
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [102.86, 106.81], t: 396 },
703
- { s: [102.86, 106.81], t: 528 }
704
- ]
705
- },
706
- s: { a: 0, k: [100, 100] },
707
- sk: { a: 0, k: 0 },
708
- p: {
709
- a: 1,
710
- k: [
711
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [360.28, 385.95], t: 0 },
712
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [298.89, 148.47], t: 132 },
713
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [97.91, 161.07], t: 264 },
714
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [314.46, 176.99], t: 396 },
715
- { s: [360.28, 385.95], t: 528 }
716
- ]
717
- },
718
- r: {
719
- a: 1,
720
- k: [
721
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [0], t: 0 },
722
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [90], t: 132 },
723
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [236.43], t: 264 },
724
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [304.16], t: 396 },
725
- { s: [359.99], t: 528 }
726
- ]
727
- },
728
- sa: { a: 0, k: 0 },
729
- o: { a: 0, k: 100 }
730
- },
731
- ef: [
732
- {
733
- ty: 29,
734
- nm: "",
735
- en: 1,
736
- ef: [
737
- {
738
- ty: 0,
739
- nm: "sigma",
740
- v: {
741
- a: 1,
742
- k: [
743
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 0 },
744
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 132 },
745
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 264 },
746
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 396 },
747
- { s: [180], t: 528 }
748
- ]
749
- }
750
- },
751
- { ty: 0, nm: "", v: { a: 0, k: 1 } },
752
- { ty: 0, nm: "", v: { a: 0, k: 0 } }
753
- ]
754
- }
755
- ],
756
- shapes: [
757
- {
758
- ty: "sh",
759
- bm: 0,
760
- hd: false,
761
- nm: "",
762
- d: 1,
763
- ks: {
764
- a: 1,
765
- k: [
766
- {
767
- o: { x: 0, y: 0 },
768
- i: { x: 1, y: 1 },
769
- s: [
770
- {
771
- c: true,
772
- i: [
773
- [0, 0],
774
- [0, 0],
775
- [0, 0],
776
- [0, 0],
777
- [0, 0]
778
- ],
779
- o: [
780
- [0, 0],
781
- [0, 0],
782
- [0, 0],
783
- [0, 0],
784
- [0, 0]
785
- ],
786
- v: [
787
- [61.54, 0],
788
- [0, 90.75],
789
- [83.31, 213.62],
790
- [205.72, 213.62],
791
- [61.54, 0]
792
- ]
793
- }
794
- ],
795
- t: 0
796
- },
797
- {
798
- o: { x: 0, y: 0 },
799
- i: { x: 1, y: 1 },
800
- s: [
801
- {
802
- c: true,
803
- i: [
804
- [0, 0],
805
- [0, 0],
806
- [0, 0],
807
- [0, 0],
808
- [0, 0]
809
- ],
810
- o: [
811
- [0, 0],
812
- [0, 0],
813
- [0, 0],
814
- [0, 0],
815
- [0, 0]
816
- ],
817
- v: [
818
- [61.54, 0],
819
- [0, 90.75],
820
- [83.31, 213.62],
821
- [205.72, 213.62],
822
- [61.54, 0]
823
- ]
824
- }
825
- ],
826
- t: 132
827
- },
828
- {
829
- o: { x: 0, y: 0 },
830
- i: { x: 1, y: 1 },
831
- s: [
832
- {
833
- c: true,
834
- i: [
835
- [0, 0],
836
- [0, 0],
837
- [0, 0],
838
- [0, 0],
839
- [0, 0]
840
- ],
841
- o: [
842
- [0, 0],
843
- [0, 0],
844
- [0, 0],
845
- [0, 0],
846
- [0, 0]
847
- ],
848
- v: [
849
- [71.68, 0],
850
- [0, 90.85],
851
- [97.03, 213.86],
852
- [239.61, 213.86],
853
- [71.68, 0]
854
- ]
855
- }
856
- ],
857
- t: 264
858
- },
859
- {
860
- o: { x: 0, y: 0 },
861
- i: { x: 1, y: 1 },
862
- s: [
863
- {
864
- c: true,
865
- i: [
866
- [0, 0],
867
- [0, 0],
868
- [0, 0],
869
- [0, 0],
870
- [0, 0]
871
- ],
872
- o: [
873
- [0, 0],
874
- [0, 0],
875
- [0, 0],
876
- [0, 0],
877
- [0, 0]
878
- ],
879
- v: [
880
- [61.54, 0],
881
- [0, 90.75],
882
- [83.31, 213.62],
883
- [205.72, 213.62],
884
- [61.54, 0]
885
- ]
886
- }
887
- ],
888
- t: 396
889
- },
890
- {
891
- s: [
892
- {
893
- c: true,
894
- i: [
895
- [0, 0],
896
- [0, 0],
897
- [0, 0],
898
- [0, 0],
899
- [0, 0]
900
- ],
901
- o: [
902
- [0, 0],
903
- [0, 0],
904
- [0, 0],
905
- [0, 0],
906
- [0, 0]
907
- ],
908
- v: [
909
- [61.54, 0],
910
- [0, 90.75],
911
- [83.31, 213.62],
912
- [205.72, 213.62],
913
- [61.54, 0]
914
- ]
915
- }
916
- ],
917
- t: 528
918
- }
919
- ]
920
- }
921
- },
922
- {
923
- ty: "fl",
924
- bm: 0,
925
- hd: false,
926
- nm: "",
927
- c: { a: 0, k: [0.651, 0.3647, 0.8589] },
928
- r: 1,
929
- o: { a: 0, k: 100 }
930
- }
931
- ],
932
- ind: 2
933
- },
934
- {
935
- ty: 4,
936
- nm: "Vector",
937
- sr: 1,
938
- st: 0,
939
- op: 529.24,
940
- ip: 0,
941
- hd: false,
942
- ddd: 0,
943
- bm: 0,
944
- hasMask: false,
945
- ao: 0,
946
- ks: {
947
- a: {
948
- a: 1,
949
- k: [
950
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [97.61, 99.15], t: 0 },
951
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [125.74, 126.73], t: 132 },
952
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [133.66, 136.63], t: 264 },
953
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [135.37, 137.5], t: 396 },
954
- { s: [97.61, 99.15], t: 528 }
955
- ]
956
- },
957
- s: { a: 0, k: [100, 100] },
958
- sk: { a: 0, k: 0 },
959
- p: {
960
- a: 1,
961
- k: [
962
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [115.44, 324.82], t: 0 },
963
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [152.61, 376.9], t: 132 },
964
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [137.62, 289.25], t: 264 },
965
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [291.87, 363.25], t: 396 },
966
- { s: [115.44, 324.82], t: 528 }
967
- ]
968
- },
969
- r: {
970
- a: 1,
971
- k: [
972
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [0], t: 0 },
973
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [64.79], t: 132 },
974
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 264 },
975
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [227.27], t: 396 },
976
- { s: [360], t: 528 }
977
- ]
978
- },
979
- sa: { a: 0, k: 0 },
980
- o: { a: 0, k: 100 }
981
- },
982
- ef: [
983
- {
984
- ty: 29,
985
- nm: "",
986
- en: 1,
987
- ef: [
988
- {
989
- ty: 0,
990
- nm: "sigma",
991
- v: {
992
- a: 1,
993
- k: [
994
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 0 },
995
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 132 },
996
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 264 },
997
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 396 },
998
- { s: [180], t: 528 }
999
- ]
1000
- }
1001
- },
1002
- { ty: 0, nm: "", v: { a: 0, k: 1 } },
1003
- { ty: 0, nm: "", v: { a: 0, k: 0 } }
1004
- ]
1005
- }
1006
- ],
1007
- shapes: [
1008
- {
1009
- ty: "sh",
1010
- bm: 0,
1011
- hd: false,
1012
- nm: "",
1013
- d: 1,
1014
- ks: {
1015
- a: 1,
1016
- k: [
1017
- {
1018
- o: { x: 0, y: 0 },
1019
- i: { x: 1, y: 1 },
1020
- s: [
1021
- {
1022
- c: true,
1023
- i: [
1024
- [0, 0],
1025
- [0, 0],
1026
- [0, 0],
1027
- [0, 0],
1028
- [0, 0]
1029
- ],
1030
- o: [
1031
- [0, 0],
1032
- [0, 0],
1033
- [0, 0],
1034
- [0, 0],
1035
- [0, 0]
1036
- ],
1037
- v: [
1038
- [61.26, 198.3],
1039
- [195.23, 0.37],
1040
- [72.83, 0],
1041
- [0, 107.07],
1042
- [61.26, 198.3]
1043
- ]
1044
- }
1045
- ],
1046
- t: 0
1047
- },
1048
- {
1049
- o: { x: 0, y: 0 },
1050
- i: { x: 1, y: 1 },
1051
- s: [
1052
- {
1053
- c: true,
1054
- i: [
1055
- [0, 0],
1056
- [0, 0],
1057
- [0, 0],
1058
- [0, 0],
1059
- [0, 0]
1060
- ],
1061
- o: [
1062
- [0, 0],
1063
- [0, 0],
1064
- [0, 0],
1065
- [0, 0],
1066
- [0, 0]
1067
- ],
1068
- v: [
1069
- [78.85, 255.23],
1070
- [251.47, 0.48],
1071
- [93.75, 0],
1072
- [0, 137.85],
1073
- [78.85, 255.23]
1074
- ]
1075
- }
1076
- ],
1077
- t: 132
1078
- },
1079
- {
1080
- o: { x: 0, y: 0 },
1081
- i: { x: 1, y: 1 },
1082
- s: [
1083
- {
1084
- c: true,
1085
- i: [
1086
- [0, 0],
1087
- [0, 0],
1088
- [0, 0],
1089
- [0, 0],
1090
- [0, 0]
1091
- ],
1092
- o: [
1093
- [0, 0],
1094
- [0, 0],
1095
- [0, 0],
1096
- [0, 0],
1097
- [0, 0]
1098
- ],
1099
- v: [
1100
- [83.59, 270.53],
1101
- [266.66, 0.51],
1102
- [99.4, 0],
1103
- [0, 146.12],
1104
- [83.59, 270.53]
1105
- ]
1106
- }
1107
- ],
1108
- t: 264
1109
- },
1110
- {
1111
- o: { x: 0, y: 0 },
1112
- i: { x: 1, y: 1 },
1113
- s: [
1114
- {
1115
- c: true,
1116
- i: [
1117
- [0, 0],
1118
- [0, 0],
1119
- [0, 0],
1120
- [0, 0],
1121
- [0, 0]
1122
- ],
1123
- o: [
1124
- [0, 0],
1125
- [0, 0],
1126
- [0, 0],
1127
- [0, 0],
1128
- [0, 0]
1129
- ],
1130
- v: [
1131
- [84.75, 274.24],
1132
- [270.75, 0.51],
1133
- [100.75, 0],
1134
- [0, 148.09],
1135
- [84.75, 274.24]
1136
- ]
1137
- }
1138
- ],
1139
- t: 396
1140
- },
1141
- {
1142
- s: [
1143
- {
1144
- c: true,
1145
- i: [
1146
- [0, 0],
1147
- [0, 0],
1148
- [0, 0],
1149
- [0, 0],
1150
- [0, 0]
1151
- ],
1152
- o: [
1153
- [0, 0],
1154
- [0, 0],
1155
- [0, 0],
1156
- [0, 0],
1157
- [0, 0]
1158
- ],
1159
- v: [
1160
- [61.26, 198.3],
1161
- [195.23, 0.37],
1162
- [72.83, 0],
1163
- [0, 107.07],
1164
- [61.26, 198.3]
1165
- ]
1166
- }
1167
- ],
1168
- t: 528
1169
- }
1170
- ]
1171
- }
1172
- },
1173
- {
1174
- ty: "fl",
1175
- bm: 0,
1176
- hd: false,
1177
- nm: "",
1178
- c: { a: 0, k: [0.9922, 0.6902, 0.9491] },
1179
- r: 1,
1180
- o: { a: 0, k: 100 }
1181
- }
1182
- ],
1183
- ind: 3
1184
- },
1185
- {
1186
- ty: 4,
1187
- nm: "Vector",
1188
- sr: 1,
1189
- st: 0,
1190
- op: 529.24,
1191
- ip: 0,
1192
- hd: false,
1193
- ddd: 0,
1194
- bm: 0,
1195
- hasMask: false,
1196
- ao: 0,
1197
- ks: {
1198
- a: {
1199
- a: 1,
1200
- k: [
1201
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [97.61, 99.15], t: 0 },
1202
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [135.07, 137.2], t: 132 },
1203
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [97.61, 99.15], t: 264 },
1204
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [151.05, 153.43], t: 396 },
1205
- { s: [97.61, 99.15], t: 528 }
1206
- ]
1207
- },
1208
- s: { a: 0, k: [100, 100] },
1209
- sk: { a: 0, k: 0 },
1210
- p: {
1211
- a: 1,
1212
- k: [
1213
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [355.04, 172.35], t: 0 },
1214
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [406.08, 339.27], t: 132 },
1215
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [173.45, 419.56], t: 264 },
1216
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [428.69, 129.65], t: 396 },
1217
- { s: [355.04, 172.35], t: 528 }
1218
- ]
1219
- },
1220
- r: {
1221
- a: 1,
1222
- k: [
1223
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [0], t: 0 },
1224
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [33.75], t: 132 },
1225
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 264 },
1226
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [229.26], t: 396 },
1227
- { s: [360], t: 528 }
1228
- ]
1229
- },
1230
- sa: { a: 0, k: 0 },
1231
- o: { a: 0, k: 100 }
1232
- },
1233
- ef: [
1234
- {
1235
- ty: 29,
1236
- nm: "",
1237
- en: 1,
1238
- ef: [
1239
- {
1240
- ty: 0,
1241
- nm: "sigma",
1242
- v: {
1243
- a: 1,
1244
- k: [
1245
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 0 },
1246
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 132 },
1247
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 264 },
1248
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 396 },
1249
- { s: [180], t: 528 }
1250
- ]
1251
- }
1252
- },
1253
- { ty: 0, nm: "", v: { a: 0, k: 1 } },
1254
- { ty: 0, nm: "", v: { a: 0, k: 0 } }
1255
- ]
1256
- }
1257
- ],
1258
- shapes: [
1259
- {
1260
- ty: "sh",
1261
- bm: 0,
1262
- hd: false,
1263
- nm: "",
1264
- d: 1,
1265
- ks: {
1266
- a: 1,
1267
- k: [
1268
- {
1269
- o: { x: 0, y: 0 },
1270
- i: { x: 1, y: 1 },
1271
- s: [
1272
- {
1273
- c: true,
1274
- i: [
1275
- [0, 0],
1276
- [0, 0],
1277
- [0, 0],
1278
- [0, 0],
1279
- [0, 0]
1280
- ],
1281
- o: [
1282
- [0, 0],
1283
- [0, 0],
1284
- [0, 0],
1285
- [0, 0],
1286
- [0, 0]
1287
- ],
1288
- v: [
1289
- [61.26, 198.3],
1290
- [195.23, 0.37],
1291
- [72.83, 0],
1292
- [0, 107.07],
1293
- [61.26, 198.3]
1294
- ]
1295
- }
1296
- ],
1297
- t: 0
1298
- },
1299
- {
1300
- o: { x: 0, y: 0 },
1301
- i: { x: 1, y: 1 },
1302
- s: [
1303
- {
1304
- c: true,
1305
- i: [
1306
- [0, 0],
1307
- [0, 0],
1308
- [0, 0],
1309
- [0, 0],
1310
- [0, 0]
1311
- ],
1312
- o: [
1313
- [0, 0],
1314
- [0, 0],
1315
- [0, 0],
1316
- [0, 0],
1317
- [0, 0]
1318
- ],
1319
- v: [
1320
- [84.75, 274.24],
1321
- [270.15, 0.51],
1322
- [100.75, 0],
1323
- [0, 148.09],
1324
- [84.75, 274.24]
1325
- ]
1326
- }
1327
- ],
1328
- t: 132
1329
- },
1330
- {
1331
- o: { x: 0, y: 0 },
1332
- i: { x: 1, y: 1 },
1333
- s: [
1334
- {
1335
- c: true,
1336
- i: [
1337
- [0, 0],
1338
- [0, 0],
1339
- [0, 0],
1340
- [0, 0],
1341
- [0, 0]
1342
- ],
1343
- o: [
1344
- [0, 0],
1345
- [0, 0],
1346
- [0, 0],
1347
- [0, 0],
1348
- [0, 0]
1349
- ],
1350
- v: [
1351
- [61.26, 198.3],
1352
- [195.23, 0.37],
1353
- [72.83, 0],
1354
- [0, 107.07],
1355
- [61.26, 198.3]
1356
- ]
1357
- }
1358
- ],
1359
- t: 264
1360
- },
1361
- {
1362
- o: { x: 0, y: 0 },
1363
- i: { x: 1, y: 1 },
1364
- s: [
1365
- {
1366
- c: true,
1367
- i: [
1368
- [0, 0],
1369
- [0, 0],
1370
- [0, 0],
1371
- [0, 0],
1372
- [0, 0]
1373
- ],
1374
- o: [
1375
- [0, 0],
1376
- [0, 0],
1377
- [0, 0],
1378
- [0, 0],
1379
- [0, 0]
1380
- ],
1381
- v: [
1382
- [94.72, 306.4],
1383
- [302.11, 0.59],
1384
- [112.65, 0],
1385
- [0, 165.61],
1386
- [94.72, 306.4]
1387
- ]
1388
- }
1389
- ],
1390
- t: 396
1391
- },
1392
- {
1393
- s: [
1394
- {
1395
- c: true,
1396
- i: [
1397
- [0, 0],
1398
- [0, 0],
1399
- [0, 0],
1400
- [0, 0],
1401
- [0, 0]
1402
- ],
1403
- o: [
1404
- [0, 0],
1405
- [0, 0],
1406
- [0, 0],
1407
- [0, 0],
1408
- [0, 0]
1409
- ],
1410
- v: [
1411
- [61.26, 198.3],
1412
- [195.23, 0.37],
1413
- [72.83, 0],
1414
- [0, 107.07],
1415
- [61.26, 198.3]
1416
- ]
1417
- }
1418
- ],
1419
- t: 528
1420
- }
1421
- ]
1422
- }
1423
- },
1424
- {
1425
- ty: "fl",
1426
- bm: 0,
1427
- hd: false,
1428
- nm: "",
1429
- c: { a: 0, k: [0.9922, 0.6902, 0.9491] },
1430
- r: 1,
1431
- o: { a: 0, k: 100 }
1432
- }
1433
- ],
1434
- ind: 4
1435
- },
1436
- {
1437
- ty: 4,
1438
- nm: "Vector",
1439
- sr: 1,
1440
- st: 0,
1441
- op: 529.24,
1442
- ip: 0,
1443
- hd: false,
1444
- ddd: 0,
1445
- bm: 0,
1446
- hasMask: false,
1447
- ao: 0,
1448
- ks: {
1449
- a: {
1450
- a: 1,
1451
- k: [
1452
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [158.05, 279.17], t: 0 },
1453
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [158.05, 279.17], t: 132 },
1454
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [158.05, 279.17], t: 264 },
1455
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [219.56, 388.31], t: 396 },
1456
- { s: [158.05, 279.17], t: 528 }
1457
- ]
1458
- },
1459
- s: { a: 0, k: [100, 100] },
1460
- sk: { a: 0, k: 0 },
1461
- p: {
1462
- a: 1,
1463
- k: [
1464
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [158.05, 279.17], t: 0 },
1465
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [279.1, 176.02], t: 132 },
1466
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [291.23, 289.05], t: 264 },
1467
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [252.45, 349.85], t: 396 },
1468
- { s: [158.05, 279.17], t: 528 }
1469
- ]
1470
- },
1471
- r: {
1472
- a: 1,
1473
- k: [
1474
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [0], t: 0 },
1475
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [72.03], t: 132 },
1476
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [167.41], t: 264 },
1477
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [260.46], t: 396 },
1478
- { s: [360], t: 528 }
1479
- ]
1480
- },
1481
- sa: { a: 0, k: 0 },
1482
- o: { a: 0, k: 100 }
1483
- },
1484
- ef: [
1485
- {
1486
- ty: 29,
1487
- nm: "",
1488
- en: 1,
1489
- ef: [
1490
- {
1491
- ty: 0,
1492
- nm: "sigma",
1493
- v: {
1494
- a: 1,
1495
- k: [
1496
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 0 },
1497
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 132 },
1498
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 264 },
1499
- { o: { x: 0, y: 0 }, i: { x: 1, y: 1 }, s: [180], t: 396 },
1500
- { s: [180], t: 528 }
1501
- ]
1502
- }
1503
- },
1504
- { ty: 0, nm: "", v: { a: 0, k: 1 } },
1505
- { ty: 0, nm: "", v: { a: 0, k: 0 } }
1506
- ]
1507
- }
1508
- ],
1509
- shapes: [
1510
- {
1511
- ty: "sh",
1512
- bm: 0,
1513
- hd: false,
1514
- nm: "",
1515
- d: 1,
1516
- ks: {
1517
- a: 1,
1518
- k: [
1519
- {
1520
- o: { x: 0, y: 0 },
1521
- i: { x: 1, y: 1 },
1522
- s: [
1523
- {
1524
- c: true,
1525
- i: [
1526
- [0, 0],
1527
- [0, 0],
1528
- [0, 0],
1529
- [0, 0],
1530
- [0, 0],
1531
- [0, 0],
1532
- [0, 0],
1533
- [0, 0],
1534
- [0, 0]
1535
- ],
1536
- o: [
1537
- [0, 0],
1538
- [0, 0],
1539
- [0, 0],
1540
- [0, 0],
1541
- [0, 0],
1542
- [0, 0],
1543
- [0, 0],
1544
- [0, 0],
1545
- [0, 0]
1546
- ],
1547
- v: [
1548
- [316.1, 271.67],
1549
- [177.78, 65.96],
1550
- [133.2, 0],
1551
- [10.8, 0],
1552
- [193.49, 271.67],
1553
- [0, 558.35],
1554
- [122.4, 558.35],
1555
- [167.82, 491.37],
1556
- [316.1, 271.67]
1557
- ]
1558
- }
1559
- ],
1560
- t: 0
1561
- },
1562
- {
1563
- o: { x: 0, y: 0 },
1564
- i: { x: 1, y: 1 },
1565
- s: [
1566
- {
1567
- c: true,
1568
- i: [
1569
- [0, 0],
1570
- [0, 0],
1571
- [0, 0],
1572
- [0, 0],
1573
- [0, 0],
1574
- [0, 0],
1575
- [0, 0],
1576
- [0, 0],
1577
- [0, 0]
1578
- ],
1579
- o: [
1580
- [0, 0],
1581
- [0, 0],
1582
- [0, 0],
1583
- [0, 0],
1584
- [0, 0],
1585
- [0, 0],
1586
- [0, 0],
1587
- [0, 0],
1588
- [0, 0]
1589
- ],
1590
- v: [
1591
- [316.1, 271.67],
1592
- [177.78, 65.96],
1593
- [133.2, 0],
1594
- [10.8, 0],
1595
- [193.49, 271.67],
1596
- [0, 558.35],
1597
- [122.4, 558.35],
1598
- [167.82, 491.37],
1599
- [316.1, 271.67]
1600
- ]
1601
- }
1602
- ],
1603
- t: 132
1604
- },
1605
- {
1606
- o: { x: 0, y: 0 },
1607
- i: { x: 1, y: 1 },
1608
- s: [
1609
- {
1610
- c: true,
1611
- i: [
1612
- [0, 0],
1613
- [0, 0],
1614
- [0, 0],
1615
- [0, 0],
1616
- [0, 0],
1617
- [0, 0],
1618
- [0, 0],
1619
- [0, 0],
1620
- [0, 0]
1621
- ],
1622
- o: [
1623
- [0, 0],
1624
- [0, 0],
1625
- [0, 0],
1626
- [0, 0],
1627
- [0, 0],
1628
- [0, 0],
1629
- [0, 0],
1630
- [0, 0],
1631
- [0, 0]
1632
- ],
1633
- v: [
1634
- [316.1, 271.67],
1635
- [177.78, 65.96],
1636
- [133.2, 0],
1637
- [10.8, 0],
1638
- [193.49, 271.67],
1639
- [0, 558.35],
1640
- [122.4, 558.35],
1641
- [167.82, 491.37],
1642
- [316.1, 271.67]
1643
- ]
1644
- }
1645
- ],
1646
- t: 264
1647
- },
1648
- {
1649
- o: { x: 0, y: 0 },
1650
- i: { x: 1, y: 1 },
1651
- s: [
1652
- {
1653
- c: true,
1654
- i: [
1655
- [0, 0],
1656
- [0, 0],
1657
- [0, 0],
1658
- [0, 0],
1659
- [0, 0],
1660
- [0, 0],
1661
- [0, 0],
1662
- [0, 0],
1663
- [0, 0]
1664
- ],
1665
- o: [
1666
- [0, 0],
1667
- [0, 0],
1668
- [0, 0],
1669
- [0, 0],
1670
- [0, 0],
1671
- [0, 0],
1672
- [0, 0],
1673
- [0, 0],
1674
- [0, 0]
1675
- ],
1676
- v: [
1677
- [439.11, 377.62],
1678
- [247.05, 91.7],
1679
- [185.16, 0],
1680
- [15, 0],
1681
- [268.86, 377.62],
1682
- [0, 776.63],
1683
- [170.16, 776.63],
1684
- [233.28, 683.02],
1685
- [439.11, 377.62]
1686
- ]
1687
- }
1688
- ],
1689
- t: 396
1690
- },
1691
- {
1692
- s: [
1693
- {
1694
- c: true,
1695
- i: [
1696
- [0, 0],
1697
- [0, 0],
1698
- [0, 0],
1699
- [0, 0],
1700
- [0, 0],
1701
- [0, 0],
1702
- [0, 0],
1703
- [0, 0],
1704
- [0, 0]
1705
- ],
1706
- o: [
1707
- [0, 0],
1708
- [0, 0],
1709
- [0, 0],
1710
- [0, 0],
1711
- [0, 0],
1712
- [0, 0],
1713
- [0, 0],
1714
- [0, 0],
1715
- [0, 0]
1716
- ],
1717
- v: [
1718
- [316.1, 271.67],
1719
- [177.78, 65.96],
1720
- [133.2, 0],
1721
- [10.8, 0],
1722
- [193.49, 271.67],
1723
- [0, 558.35],
1724
- [122.4, 558.35],
1725
- [167.82, 491.37],
1726
- [316.1, 271.67]
1727
- ]
1728
- }
1729
- ],
1730
- t: 528
1731
- }
1732
- ]
1733
- }
1734
- },
1735
- {
1736
- ty: "fl",
1737
- bm: 0,
1738
- hd: false,
1739
- nm: "",
1740
- c: { a: 0, k: [1, 1, 1] },
1741
- r: 1,
1742
- o: { a: 0, k: 0 }
1743
- },
1744
- {
1745
- ty: "fl",
1746
- bm: 0,
1747
- hd: false,
1748
- nm: "",
1749
- c: { a: 0, k: [0.9922, 0.6902, 0.9491] },
1750
- r: 1,
1751
- o: { a: 0, k: 100 }
1752
- }
1753
- ],
1754
- ind: 5
1755
- },
1756
- {
1757
- ty: 4,
1758
- nm: "Symbol Bg",
1759
- sr: 1,
1760
- st: 0,
1761
- op: 529.24,
1762
- ip: 0,
1763
- hd: false,
1764
- ddd: 0,
1765
- bm: 0,
1766
- hasMask: false,
1767
- ao: 0,
1768
- ks: {
1769
- a: { a: 0, k: [270.18, 279.17] },
1770
- s: { a: 0, k: [100, 100] },
1771
- sk: { a: 0, k: 0 },
1772
- p: { a: 0, k: [270.18, 279.17] },
1773
- r: { a: 0, k: 0 },
1774
- sa: { a: 0, k: 0 },
1775
- o: { a: 0, k: 100 }
1776
- },
1777
- shapes: [
1778
- {
1779
- ty: "sh",
1780
- bm: 0,
1781
- hd: false,
1782
- nm: "",
1783
- d: 1,
1784
- ks: {
1785
- a: 0,
1786
- k: {
1787
- c: true,
1788
- i: [
1789
- [0, 0],
1790
- [0, 0],
1791
- [0, 0],
1792
- [0, 0],
1793
- [0, 0],
1794
- [0, 0],
1795
- [0, 0],
1796
- [0, 0],
1797
- [0, 0]
1798
- ],
1799
- o: [
1800
- [0, 0],
1801
- [0, 0],
1802
- [0, 0],
1803
- [0, 0],
1804
- [0, 0],
1805
- [0, 0],
1806
- [0, 0],
1807
- [0, 0],
1808
- [0, 0]
1809
- ],
1810
- v: [
1811
- [540.37, 279.17],
1812
- [405.84, 558.35],
1813
- [134.53, 558.35],
1814
- [0, 279.17],
1815
- [134.53, 0],
1816
- [405.84, 0],
1817
- [540.37, 279.17],
1818
- [405.84, 558.35],
1819
- [134.53, 558.35]
1820
- ]
1821
- }
1822
- }
1823
- },
1824
- {
1825
- ty: "fl",
1826
- bm: 0,
1827
- hd: false,
1828
- nm: "",
1829
- c: { a: 0, k: [1, 1, 1] },
1830
- r: 1,
1831
- o: { a: 0, k: 0 }
1832
- }
1833
- ],
1834
- ind: 6
1835
- }
1836
- ]
1837
- }
1838
- ]
1839
- };
1840
- animationRef.current = window.lottie.loadAnimation({
1841
- container: containerRef.current,
1842
- renderer: "svg",
1843
- loop: true,
1844
- autoplay: true,
1845
- animationData
1846
- });
1847
- }
1848
- };
1849
- document.head.appendChild(script);
1850
- return () => {
1851
- if (document.head.contains(script)) {
1852
- document.head.removeChild(script);
1853
- }
1854
- };
1855
- }, []);
1856
- return /* @__PURE__ */ jsxs(
1857
- "div",
1858
- {
1859
- className: cn("relative flex items-center justify-center cursor-pointer", className),
1860
- style: {
1861
- width: size,
1862
- height: size
1863
- },
1864
- onMouseEnter: handleMouseEnter,
1865
- onMouseLeave: handleMouseLeave,
1866
- "aria-label": "Xertica Orbe",
1867
- role: "img",
1868
- children: [
1869
- /* @__PURE__ */ jsx(
1870
- "div",
1871
- {
1872
- ref: containerRef,
1873
- className: "absolute inset-0 rounded-full overflow-hidden",
1874
- style: {
1875
- width: size,
1876
- height: size
1877
- }
1878
- }
1879
- ),
1880
- /* @__PURE__ */ jsx(
1881
- "div",
1882
- {
1883
- className: "absolute inset-0 rounded-full pointer-events-none mix-blend-overlay",
1884
- style: {
1885
- width: size,
1886
- height: size,
1887
- background: `
1888
- radial-gradient(
1889
- circle at 30% 30%,
1890
- rgba(255, 255, 255, 0.4) 0%,
1891
- rgba(255, 255, 255, 0.2) 20%,
1892
- rgba(255, 255, 255, 0.05) 40%,
1893
- transparent 60%
1894
- ),
1895
- radial-gradient(
1896
- circle at 70% 70%,
1897
- rgba(0, 0, 0, 0.15) 0%,
1898
- rgba(0, 0, 0, 0.08) 30%,
1899
- transparent 60%
1900
- )
1901
- `
1902
- }
1903
- }
1904
- ),
1905
- /* @__PURE__ */ jsx(
1906
- "div",
1907
- {
1908
- className: "absolute inset-0 rounded-full pointer-events-none",
1909
- style: {
1910
- width: size,
1911
- height: size,
1912
- boxShadow: `
1913
- inset -2px -2px ${Math.max(4, size * 0.08)}px rgba(255, 255, 255, 0.15),
1914
- inset 2px 2px ${Math.max(6, size * 0.1)}px rgba(0, 0, 0, 0.1)
1915
- `
1916
- }
1917
- }
1918
- )
1919
- ]
1920
- }
1921
- );
1922
- }
1923
- export {
1924
- XerticaOrbe as X
1925
- };