Repository: Khanhtran47/Sora Branch: master Commit: 14f97398c59e Files: 367 Total size: 2.2 MB Directory structure: gitextract_90coe0g6/ ├── .eslintrc.json ├── .gitignore ├── .husky/ │ └── pre-commit ├── .prettierignore ├── .prettierrc ├── LICENSE.txt ├── README.md ├── app/ │ ├── assets/ │ │ ├── icons/ │ │ │ ├── AnilistStatIcon.tsx │ │ │ ├── AnimeIcon.tsx │ │ │ ├── ArrowIcon.tsx │ │ │ ├── BrushIcon.tsx │ │ │ ├── CategoryIcon.tsx │ │ │ ├── ChevronDownIcon.tsx │ │ │ ├── ChevronLeftIcon.tsx │ │ │ ├── ChevronRightIcon.tsx │ │ │ ├── ChevronUpIcon.tsx │ │ │ ├── CloseIcon.tsx │ │ │ ├── DiscoverIcon.tsx │ │ │ ├── ExpandIcon.tsx │ │ │ ├── FilterIcon.tsx │ │ │ ├── FlipIcon.tsx │ │ │ ├── GlobalIcon.tsx │ │ │ ├── HistoryIcon.tsx │ │ │ ├── HomeIcon.tsx │ │ │ ├── InfoIcon.tsx │ │ │ ├── LibraryIcon.tsx │ │ │ ├── LogInIcon.tsx │ │ │ ├── LogOutIcon.tsx │ │ │ ├── MailEditIcon.tsx │ │ │ ├── MenuIcon.tsx │ │ │ ├── MoonIcon.tsx │ │ │ ├── MovieIcon.tsx │ │ │ ├── NextIcon.tsx │ │ │ ├── PaperPlusIcon.tsx │ │ │ ├── Password.tsx │ │ │ ├── PauseIcon.tsx │ │ │ ├── PhotoIcon.tsx │ │ │ ├── PlayIcon.tsx │ │ │ ├── PreviousIcon.tsx │ │ │ ├── RatioIcon.tsx │ │ │ ├── RefreshIcon.tsx │ │ │ ├── SearchIcon.tsx │ │ │ ├── SettingsIcon.tsx │ │ │ ├── ShareIcon.tsx │ │ │ ├── SortIcon.tsx │ │ │ ├── StarIcon.tsx │ │ │ ├── StopIcon.tsx │ │ │ ├── SubtitleIcon.tsx │ │ │ ├── SunIcon.tsx │ │ │ ├── TickIcon.tsx │ │ │ ├── TrendingUpIcon.tsx │ │ │ ├── TvIcon.tsx │ │ │ ├── TwoUsersIcon.tsx │ │ │ ├── UserIcon.tsx │ │ │ ├── ViewGridCardIcon.tsx │ │ │ ├── ViewGridDetailIcon.tsx │ │ │ ├── ViewGridTableIcon.tsx │ │ │ ├── VolumeOffIcon.tsx │ │ │ └── VolumeUpIcon.tsx │ │ └── lotties/ │ │ ├── external-link-black.json │ │ ├── external-link-white.json │ │ ├── lottieflow-arrow-08-1-000000-easey.json │ │ ├── lottieflow-arrow-08-1-0072F5-easey.json │ │ ├── lottieflow-arrow-08-1-FFFFFF-easey.json │ │ ├── lottieflow-arrow-08-2-000000-easey.json │ │ ├── lottieflow-arrow-08-2-FFFFFF-easey.json │ │ ├── lottieflow-dropdown-03-0072F5-easey.json │ │ ├── lottieflow-dropdown-08-0072F5-easey.json │ │ ├── lottieflow-menu-nav-11-6-000000-easey.json │ │ ├── lottieflow-menu-nav-11-6-FFFFFF-easey.json │ │ ├── lottieflow-social-networks-15-10-000000-easey.json │ │ ├── lottieflow-social-networks-15-10-FFFFFF-easey.json │ │ ├── lottieflow-social-networks-15-4-000000-easey.json │ │ ├── lottieflow-social-networks-15-4-FFFFFF-easey.json │ │ ├── lottieflow-social-networks-15-5-000000-easey.json │ │ └── lottieflow-social-networks-15-5-FFFFFF-easey.json │ ├── components/ │ │ ├── elements/ │ │ │ ├── AspectRatio.tsx │ │ │ ├── Breadcrumb.tsx │ │ │ ├── Dialog.tsx │ │ │ ├── Image.tsx │ │ │ ├── NavigationMenu.tsx │ │ │ ├── Popover.tsx │ │ │ ├── ScrollArea.tsx │ │ │ ├── SearchForm.tsx │ │ │ ├── Select.tsx │ │ │ ├── Sheet.tsx │ │ │ ├── Slider.tsx │ │ │ ├── dialog/ │ │ │ │ ├── AddSubtitleDialog.tsx │ │ │ │ ├── SearchSubtitleDialog.tsx │ │ │ │ ├── SelectProviderDialog.tsx │ │ │ │ └── WatchTrailerDialog.tsx │ │ │ ├── player/ │ │ │ │ ├── ArtPlayer.tsx │ │ │ │ ├── PlayerError.tsx │ │ │ │ ├── PlayerHotkey.ts │ │ │ │ ├── PlayerSettings.tsx │ │ │ │ └── playerStyles.ts │ │ │ ├── shared/ │ │ │ │ ├── AuthForm.tsx │ │ │ │ ├── ErrorBoundaryView.tsx │ │ │ │ ├── Filter.tsx │ │ │ │ ├── ListEpisodes.tsx │ │ │ │ ├── ListViewChangeButton.tsx │ │ │ │ ├── Rating.tsx │ │ │ │ ├── ResizablePanel.tsx │ │ │ │ └── WatchDetail.tsx │ │ │ └── tab/ │ │ │ ├── TabLink.tsx │ │ │ └── Tabs.tsx │ │ ├── layouts/ │ │ │ ├── ActionButtons.tsx │ │ │ ├── BottomNav.tsx │ │ │ ├── ControlNavigation.tsx │ │ │ ├── GlobalPlayer.tsx │ │ │ ├── Header.tsx │ │ │ ├── Layout.tsx │ │ │ ├── MobileHeader.tsx │ │ │ ├── MultiLevelDropdown.tsx │ │ │ ├── SideBar.tsx │ │ │ └── TailwindIndicator.tsx │ │ ├── media/ │ │ │ ├── MediaDetail.tsx │ │ │ ├── MediaList.tsx │ │ │ ├── PeopleDetail.tsx │ │ │ ├── item/ │ │ │ │ ├── BannerItem.tsx │ │ │ │ ├── BannerItemCompact.tsx │ │ │ │ ├── BannerItemDesktop.tsx │ │ │ │ ├── BannerItemMobile.tsx │ │ │ │ ├── CardItem.tsx │ │ │ │ ├── HistoryItem.tsx │ │ │ │ └── index.tsx │ │ │ └── list/ │ │ │ ├── MediaListBanner.tsx │ │ │ ├── MediaListCard.tsx │ │ │ ├── MediaListGrid.tsx │ │ │ └── index.tsx │ │ └── styles/ │ │ ├── nprogress.css │ │ └── primitives.ts │ ├── constants/ │ │ ├── episodeTypes.ts │ │ ├── featuredList.ts │ │ ├── filterItems.ts │ │ ├── languages.ts │ │ ├── settings.ts │ │ └── tabLinks.ts │ ├── context/ │ │ └── isbot.context.tsx │ ├── entry.client.tsx │ ├── entry.server.tsx │ ├── entry.worker.ts │ ├── root.tsx │ ├── routes/ │ │ ├── [manifest.webmanifest].ts │ │ ├── _auth+/ │ │ │ ├── sign-in.tsx │ │ │ ├── sign-out.tsx │ │ │ └── sign-up.tsx │ │ ├── _index.tsx │ │ ├── admin+/ │ │ │ ├── cache.tsx │ │ │ └── cache_.$cacheKey.ts │ │ ├── anime+/ │ │ │ ├── $animeId+/ │ │ │ │ ├── _index.tsx │ │ │ │ ├── characters.tsx │ │ │ │ ├── episodes.tsx │ │ │ │ └── staff.tsx │ │ │ ├── $animeId.tsx │ │ │ ├── $animeId_.episode.$episodeId.watch.tsx │ │ │ ├── _index.tsx │ │ │ ├── popular.tsx │ │ │ ├── random.tsx │ │ │ ├── recent-episodes.tsx │ │ │ └── trending.tsx │ │ ├── anime.tsx │ │ ├── api+/ │ │ │ ├── color-palette.ts │ │ │ ├── history.ts │ │ │ ├── image.ts │ │ │ ├── media.ts │ │ │ ├── ogimage.tsx │ │ │ ├── provider.ts │ │ │ ├── subtitles.download.ts │ │ │ ├── subtitles.search.ts │ │ │ └── youtube-video.ts │ │ ├── design-system+/ │ │ │ ├── accordion.tsx │ │ │ ├── avatar.tsx │ │ │ ├── badge.tsx │ │ │ ├── button.tsx │ │ │ ├── card.tsx │ │ │ ├── colors.tsx │ │ │ ├── dialog.tsx │ │ │ ├── divider.tsx │ │ │ ├── icons.tsx │ │ │ ├── image.tsx │ │ │ ├── input.tsx │ │ │ ├── pagination.tsx │ │ │ ├── popover.tsx │ │ │ ├── progress.tsx │ │ │ ├── scroll-area.tsx │ │ │ ├── select.tsx │ │ │ ├── skeleton.tsx │ │ │ ├── slider.tsx │ │ │ ├── switch.tsx │ │ │ ├── tabs.tsx │ │ │ ├── toast.tsx │ │ │ ├── tooltip.tsx │ │ │ ├── typography.tsx │ │ │ └── video-player.tsx │ │ ├── design-system.tsx │ │ ├── discover+/ │ │ │ ├── _index.tsx │ │ │ ├── anime.tsx │ │ │ ├── movies.tsx │ │ │ └── tv-shows.tsx │ │ ├── discover.tsx │ │ ├── genres+/ │ │ │ ├── anime.tsx │ │ │ ├── movie.tsx │ │ │ └── tv.tsx │ │ ├── genres.tsx │ │ ├── lists+/ │ │ │ ├── $listId.tsx │ │ │ └── _index.tsx │ │ ├── movies+/ │ │ │ ├── $movieId+/ │ │ │ │ ├── _index.tsx │ │ │ │ ├── cast.tsx │ │ │ │ ├── crew.tsx │ │ │ │ ├── photos.tsx │ │ │ │ ├── recommendations.tsx │ │ │ │ ├── similar.tsx │ │ │ │ └── videos.tsx │ │ │ ├── $movieId.tsx │ │ │ ├── $movieId_.watch.tsx │ │ │ ├── _index.tsx │ │ │ ├── now-playing.tsx │ │ │ ├── popular.tsx │ │ │ ├── top-rated.tsx │ │ │ └── upcoming.tsx │ │ ├── movies.tsx │ │ ├── people+/ │ │ │ ├── $peopleId+/ │ │ │ │ ├── _index.tsx │ │ │ │ ├── credits.tsx │ │ │ │ └── media.tsx │ │ │ ├── $peopleId.tsx │ │ │ └── _index.tsx │ │ ├── robots[.txt].tsx │ │ ├── search+/ │ │ │ ├── _index.tsx │ │ │ ├── anime+/ │ │ │ │ ├── $animeKeyword.tsx │ │ │ │ └── _index.tsx │ │ │ ├── movie+/ │ │ │ │ ├── $movieKeyword.tsx │ │ │ │ └── _index.tsx │ │ │ ├── people+/ │ │ │ │ ├── $peopleKeyword.tsx │ │ │ │ └── _index.tsx │ │ │ └── tv+/ │ │ │ ├── $tvKeyword.tsx │ │ │ └── _index.tsx │ │ ├── search.tsx │ │ ├── settings.tsx │ │ ├── sitemap[.]xml.tsx │ │ ├── test.tsx │ │ ├── trending+/ │ │ │ ├── $mediaType+/ │ │ │ │ ├── today.tsx │ │ │ │ └── week.tsx │ │ │ ├── $mediaType.tsx │ │ │ └── _index.tsx │ │ ├── trending.tsx │ │ ├── tv-shows+/ │ │ │ ├── $tvId+/ │ │ │ │ ├── _index.tsx │ │ │ │ ├── cast.tsx │ │ │ │ ├── crew.tsx │ │ │ │ ├── photos.tsx │ │ │ │ ├── recommendations.tsx │ │ │ │ ├── similar.tsx │ │ │ │ └── videos.tsx │ │ │ ├── $tvId.tsx │ │ │ ├── $tvId_.season.$seasonId+/ │ │ │ │ ├── _index.tsx │ │ │ │ ├── cast.tsx │ │ │ │ ├── crew.tsx │ │ │ │ ├── photos.tsx │ │ │ │ └── videos.tsx │ │ │ ├── $tvId_.season.$seasonId.tsx │ │ │ ├── $tvId_.season.$seasonId_.episode.$episodeId.watch.tsx │ │ │ ├── _index.tsx │ │ │ ├── airing-today.tsx │ │ │ ├── on-the-air.tsx │ │ │ ├── popular.tsx │ │ │ └── top-rated.tsx │ │ ├── tv-shows.tsx │ │ └── watch-history.tsx │ ├── services/ │ │ ├── aniskip/ │ │ │ └── aniskip.server.ts │ │ ├── configs.server.ts │ │ ├── consumet/ │ │ │ ├── anilist/ │ │ │ │ ├── anilist.server.ts │ │ │ │ ├── anilist.types.ts │ │ │ │ └── utils.server.ts │ │ │ └── bilibili/ │ │ │ ├── bilibili.server.ts │ │ │ ├── bilibili.types.ts │ │ │ └── utils.server.ts │ │ ├── i18n/ │ │ │ ├── i18n.config.ts │ │ │ ├── i18next.server.ts │ │ │ └── index.ts │ │ ├── kisskh/ │ │ │ ├── kisskh.server.ts │ │ │ ├── kisskh.types.ts │ │ │ └── utils.server.ts │ │ ├── loklok/ │ │ │ ├── index.ts │ │ │ ├── loklok.type.ts │ │ │ ├── media.server.ts │ │ │ ├── movie.server.ts │ │ │ ├── tv.server.ts │ │ │ └── utils.server.ts │ │ ├── open-subtitles/ │ │ │ ├── open-subtitles.server.ts │ │ │ ├── open-subtitles.types.ts │ │ │ └── utils.server.ts │ │ ├── provider.server.ts │ │ ├── supabase/ │ │ │ ├── auth.server.ts │ │ │ ├── client.server.ts │ │ │ ├── cookie.server.ts │ │ │ ├── index.ts │ │ │ ├── table.server.ts │ │ │ └── tables.sql │ │ ├── tmdb/ │ │ │ ├── tmdb.server.ts │ │ │ ├── tmdb.types.ts │ │ │ └── utils.server.ts │ │ └── youtube/ │ │ ├── utils.server.ts │ │ ├── youtube.server.ts │ │ └── youtube.types.ts │ ├── store/ │ │ ├── card/ │ │ │ └── useCardHoverStore.ts │ │ ├── layout/ │ │ │ ├── useHeaderStyle.ts │ │ │ ├── useHistoryStack.ts │ │ │ └── useLayout.ts │ │ └── player/ │ │ └── usePlayerState.ts │ ├── styles/ │ │ ├── tailwind.css │ │ └── themes.config.ts │ ├── types/ │ │ ├── handle.ts │ │ └── media.ts │ └── utils/ │ ├── client/ │ │ ├── gtags.client.ts │ │ ├── meta-tags.client.ts │ │ └── update-history.ts │ ├── encode.ts │ ├── file.ts │ ├── function.ts │ ├── index.ts │ ├── media.ts │ ├── merge-meta.ts │ ├── misc.ts │ ├── object.ts │ ├── react/ │ │ ├── ClientOnly.tsx │ │ └── hooks/ │ │ ├── useColorDarkenLighten.ts │ │ ├── useGlobalNavigationState.ts │ │ ├── useHeader.ts │ │ ├── useHydrated.ts │ │ ├── useIsomorphicLayoutEffect.ts │ │ ├── useLocalStorage.ts │ │ ├── useSplitArrayIntoPage.ts │ │ ├── useToast.ts │ │ └── useTypedRouteLoaderData.ts │ └── server/ │ ├── cache.server.ts │ ├── http.ts │ ├── og.server.tsx │ ├── singleton.server.ts │ └── toast-session.server.ts ├── package.json ├── postcss.config.js ├── public/ │ └── locales/ │ ├── en/ │ │ ├── auth.json │ │ ├── common.json │ │ ├── discover.json │ │ ├── genres.json │ │ ├── header.json │ │ ├── settings.json │ │ └── sidebar.json │ ├── fr/ │ │ ├── auth.json │ │ ├── common.json │ │ ├── discover.json │ │ ├── genres.json │ │ ├── header.json │ │ ├── settings.json │ │ └── sidebar.json │ └── vi/ │ ├── auth.json │ ├── common.json │ ├── discover.json │ ├── genres.json │ ├── header.json │ ├── settings.json │ └── sidebar.json ├── remix.config.js ├── remix.env.d.ts ├── tailwind.config.js ├── tsconfig.json └── vercel.json ================================================ FILE CONTENTS ================================================ ================================================ FILE: .eslintrc.json ================================================ { "extends": [ "prettier", "plugin:prettier/recommended", "plugin:tailwindcss/recommended", "plugin:react/recommended", "plugin:react-hooks/recommended", "eslint:recommended", "plugin:@typescript-eslint/recommended", "@remix-run/eslint-config", "@remix-run/eslint-config/node" ], "parser": "@typescript-eslint/parser", "parserOptions": { "project": ["./tsconfig.json"] }, "env": { "browser": true, "node": true, "commonjs": true, "es2021": true }, "rules": { "arrow-body-style": 0, "comma-dangle": 0, "consistent-return": 0, "func-names": 0, "jsx-a11y/accessible-emoji": 0, "jsx-a11y/anchor-is-valid": ["warn", { "aspects": ["invalidHref"] }], "jsx-a11y/href-no-hash": "off", "max-len": 0, "no-alert": 0, "no-console": "warn", "no-debugger": 0, "no-empty-function": "off", "no-nested-ternary": "off", "no-param-reassign": [2, { "props": false }], "no-shadow": "off", "no-throw-literal": "off", "no-underscore-dangle": 0, "no-unused-expressions": [2, { "allowTaggedTemplates": true }], "prefer-const": ["error", { "destructuring": "all" }], "prettier/prettier": [ "error", { "trailingComma": "all", "singleQuote": true, "semi": true, "printWidth": 100, "endOfLine": "auto" } ], "quotes": [2, "single", { "avoidEscape": true, "allowTemplateLiterals": true }], "radix": 0, "react-hooks/rules-of-hooks": "error", "react/display-name": 1, "react/forbid-prop-types": 0, "react/function-component-definition": 0, "react/jsx-filename-extension": ["warn", { "extensions": [".tsx"] }], "react/jsx-props-no-spreading": 0, "react/no-array-index-key": 0, "react/no-unescaped-entities": 0, "react/prefer-stateless-function": 0, "react/prop-types": 0, "react/react-in-jsx-scope": 0, "react/require-default-props": 0, "space-before-function-paren": 0, // @typescript-eslint "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/no-throw-literal": "off", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/consistent-type-imports": "error", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-unused-vars": [ "warn", { "vars": "all", "args": "all", "argsIgnorePattern": "^_", "destructuredArrayIgnorePattern": "^_", "ignoreRestSiblings": false } ], //import "import/no-cycle": "error", "import/prefer-default-export": "off", "import/extensions": ["error", "ignorePackages", { "ts": "never", "tsx": "never" }], "import/no-extraneous-dependencies": ["error", { "devDependencies": true }], "import/no-duplicates": "error", "sort-imports": "off", "tailwindcss/no-custom-classname": "off" }, "ignorePatterns": [ "node_modules", ".cache", "public", ".vscode", "api", "*.config.js", "*.lock", "*.json", "*.yaml", "server.ts", "build" ], "overrides": [ { "files": [ "./app/entry.client.tsx", "./app/entry.server.tsx", "./app/entry.worker.ts", "./app/services/**/*.ts", "./app/utils/**/*.ts" ], "rules": { "no-console": "off" } } ], "plugins": ["prettier", "react", "react-hooks", "@typescript-eslint", "jsx-a11y", "tailwindcss"], "settings": { "tailwindcss": { "callees": ["tv", "classNames", "cn"] }, "import/resolver": { "typescript": {} }, "react": { "version": "detect" } } } ================================================ FILE: .gitignore ================================================ node_modules .cache .vercel .output .env .vscode .node-persist public/build public/sw.js /api build ================================================ FILE: .husky/pre-commit ================================================ #!/bin/sh . "$(dirname "$0")/_/husky.sh" # check lint/format on staged files echo "Run pre-commit tasks" pnpm lint-staged --quiet || ( echo "Please lint and format your code before commit!"; false; ) ================================================ FILE: .prettierignore ================================================ /server/index.js /public/build .cache .env .env-example .vercel .output .node-persist /build/ /api node_modules /.husky .vscode/ pnpm-lock.yaml remix.config.js tsconfig.json ================================================ FILE: .prettierrc ================================================ { "trailingComma": "all", "singleQuote": true, "semi": true, "printWidth": 100, "endOfLine": "auto", "importOrder": [ "^(react/(.*)$)|^(react$)", "", "", "^types$", "^~/types/(.*)$", "^~/routes/(.*)$", "^~/services/(.*)$", "^~/utils/(.*)$", "^~/context/(.*)$", "^~/store/(.*)$", "^~/constants/(.*)$", "^~/components/layouts/(.*)$", "^~/components/media/(.*)$", "^~/components/elements/(.*)$", "^~/components/styles/(.*)$", "^~/components/(.*)$", "^~/assets/(.*)$", "^~/styles/(.*)$", "", "^[./]" ], "importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"], "importOrderTypeScriptVersion": "5.0.0", "plugins": ["@ianvs/prettier-plugin-sort-imports"] } ================================================ FILE: LICENSE.txt ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================
Logo

SORA

A web app for exploring, watching movies, tv shows and anime built with Remix and NextUI.

> **Warning** > This app is a work in progress. >
Table of Contents
  1. Tech Stack
  2. Development
  3. License


## Tech Stack - **Remix** with Typescript - **NextUI** for pre-made components and themes - Styled using **TailwindCSS** and **Stitches** - **SwiperJS** for touch slider - Internationalization using **i18n** - Authentication, database using **Supabase** - UI Components built using **Radix UI** - Animation using **Framer Motion** - State management using **Zustand** - Custom media player using **Artplayer** - Cache using **LRU Cache** - Color manipulation and conversion using **Tinycolor**

(back to top)

## Development
1. Install dependencies using pnpm ```sh pnpm install ``` 2. Copy `.env-example` and update the variables 3. Start the development server ```sh pnpm dev ```

(back to top)

## License Distributed under the MIT License. See [LICENSE.txt](https://github.com/Khanhtran47/Sora/blob/master/LICENSE.txt) for more information.

(back to top)

================================================ FILE: app/assets/icons/AnilistStatIcon.tsx ================================================ const Good = () => ( ); const Average = () => ( ); const Bad = () => ( ); interface IAnilistStatProps { /** * The stat to display * @default 'good' * @type 'good' | 'average' | 'bad' * @example 'good' * @example 'average' * @example 'bad' */ stat?: 'good' | 'average' | 'bad'; /** * The size of the icon * @default 24 * @type number * @example 24 * @example 32 * @example 48 */ size?: number; /** * The height of the icon * @default 24 * @type number * @example 24 * @example 32 * @example 48 */ height?: number; /** * The width of the icon * @default 24 * @type number * @example 24 * @example 32 * @example 48 */ width?: number; } const AnilistStat = ({ stat = 'good', size = 24, height = 24, width = 24, ...props }: IAnilistStatProps) => { switch (stat) { case 'average': return ( ); case 'bad': return ( ); default: return ( ); } }; export default AnilistStat; ================================================ FILE: app/assets/icons/AnimeIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IAnimeProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Anime = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IAnimeProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Anime.displayName = 'AnimeIcon'; export default Anime; ================================================ FILE: app/assets/icons/ArrowIcon.tsx ================================================ const Right = ({ color }: { color: string }) => ( ); const Left = ({ color }: { color: string }) => ( ); const Up = ({ color }: { color: string }) => ( ); const Down = ({ color }: { color: string }) => ( ); interface IArrowProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The direction of the icon * @default 'right' * @type 'right' | 'left' | 'up' | 'down' */ direction?: 'right' | 'left' | 'up' | 'down'; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Arrow = ({ fill = 'currentColor', direction = 'right', size = 24, height = 24, width = 24, ...props }: IArrowProps) => { switch (direction) { case 'right': return ( ); case 'left': return ( ); case 'up': return ( ); case 'down': return ( ); default: return ( ); } }; Arrow.displayName = 'ArrowIcon'; export default Arrow; ================================================ FILE: app/assets/icons/BrushIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IBrushProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Brush = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IBrushProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Brush.displayName = 'BrushIcon'; export default Brush; ================================================ FILE: app/assets/icons/CategoryIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface ICategoryProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The class name of the icon * @default '' * @type string * */ className?: string; } const Category = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ICategoryProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Category.displayName = 'CategoryIcon'; export default Category; ================================================ FILE: app/assets/icons/ChevronDownIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IChevronDownProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const ChevronDown = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IChevronDownProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; ChevronDown.displayName = 'ChevronDownIcon'; export default ChevronDown; ================================================ FILE: app/assets/icons/ChevronLeftIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IChevronLeftProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const ChevronLeft = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IChevronLeftProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; ChevronLeft.displayName = 'ChevronLeftIcon'; export default ChevronLeft; ================================================ FILE: app/assets/icons/ChevronRightIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IChevronRightProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const ChevronRight = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IChevronRightProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; ChevronRight.displayName = 'ChevronRightIcon'; export default ChevronRight; ================================================ FILE: app/assets/icons/ChevronUpIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IChevronUpProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const ChevronUp = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IChevronUpProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; ChevronUp.displayName = 'ChevronUpIcon'; export default ChevronUp; ================================================ FILE: app/assets/icons/CloseIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface ICloseProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The class name of the icon * @default '' * @type string * */ className?: string; } const Close = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ICloseProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Close.displayName = 'CloseIcon'; export default Close; ================================================ FILE: app/assets/icons/DiscoverIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IDiscoverProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Discover = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IDiscoverProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Discover.displayName = 'DiscoverIcon'; export default Discover; ================================================ FILE: app/assets/icons/ExpandIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IExpandProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Expand = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IExpandProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Expand.displayName = 'ExpandIcon'; export default Expand; ================================================ FILE: app/assets/icons/FilterIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IFilterProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Filter = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IFilterProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Filter.displayName = 'FilterIcon'; export default Filter; ================================================ FILE: app/assets/icons/FlipIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IFlipProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Flip = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IFlipProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Flip.displayName = 'FlipIcon'; export default Flip; ================================================ FILE: app/assets/icons/GlobalIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IGlobalProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Global = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IGlobalProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Global.displayName = 'GlobalIcon'; export default Global; ================================================ FILE: app/assets/icons/HistoryIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IHistoryProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The class name of the icon * @default '' * @type string * */ className?: string; } const History = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IHistoryProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; History.displayName = 'HistoryIcon'; export default History; ================================================ FILE: app/assets/icons/HomeIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IHomeProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Home = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IHomeProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Home.displayName = 'HomeIcon'; export default Home; ================================================ FILE: app/assets/icons/InfoIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IInfoProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Info = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IInfoProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Info.displayName = 'InfoIcon'; export default Info; ================================================ FILE: app/assets/icons/LibraryIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface ILibraryProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Library = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ILibraryProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Library.displayName = 'LibraryIcon'; export default Library; ================================================ FILE: app/assets/icons/LogInIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface ILogInProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const LogIn = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: ILogInProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; LogIn.displayName = 'LogInIcon'; export default LogIn; ================================================ FILE: app/assets/icons/LogOutIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface ILogOutProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const LogOut = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: ILogOutProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; LogOut.displayName = 'LogOutIcon'; export default LogOut; ================================================ FILE: app/assets/icons/MailEditIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IMailEditProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const MailEdit = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IMailEditProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; MailEdit.displayName = 'MailEditIcon'; export default MailEdit; ================================================ FILE: app/assets/icons/MenuIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IMenuProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Menu = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IMenuProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Menu.displayName = 'MenuIcon'; export default Menu; ================================================ FILE: app/assets/icons/MoonIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IMoonProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Moon = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IMoonProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Moon.displayName = 'MoonIcon'; export default Moon; ================================================ FILE: app/assets/icons/MovieIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IMovieProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Movie = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IMovieProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Movie.displayName = 'MovieIcon'; export default Movie; ================================================ FILE: app/assets/icons/NextIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface INextProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Next = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: INextProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Next.displayName = 'NextIcon'; export default Next; ================================================ FILE: app/assets/icons/PaperPlusIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IPaperPlusProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const PaperPlus = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IPaperPlusProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; PaperPlus.displayName = 'PaperPlusIcon'; export default PaperPlus; ================================================ FILE: app/assets/icons/Password.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IPasswordProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Password = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IPasswordProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Password.displayName = 'PasswordIcon'; export default Password; ================================================ FILE: app/assets/icons/PauseIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IPauseProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Pause = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IPauseProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Pause.displayName = 'PauseIcon'; export default Pause; ================================================ FILE: app/assets/icons/PhotoIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IPhotoProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Photo = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IPhotoProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Photo.displayName = 'PhotoIcon'; export default Photo; ================================================ FILE: app/assets/icons/PlayIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Circle1Bold = ({ color }: { color: string }) => ( ); const Circle2Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); const Circle1Light = ({ color }: { color: string }) => ( ); const Circle2Light = ({ color }: { color: string }) => ( ); interface IPlayProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The type of the icon * @default 'normal' * @type 'normal' | 'circle1' | 'circle2' */ type?: 'normal' | 'circle1' | 'circle2'; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Play = ({ fill = 'currentColor', filled = false, type = 'normal', size = 24, height = 24, width = 24, ...props }: IPlayProps) => { switch (type) { case 'normal': if (filled) { return ( ); } return ( ); case 'circle1': if (filled) { return ( ); } return ( ); case 'circle2': if (filled) { return ( ); } return ( ); default: if (filled) { return ( ); } return ( ); } }; Play.displayName = 'PlayIcon'; export default Play; ================================================ FILE: app/assets/icons/PreviousIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IPreviousProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Previous = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IPreviousProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Previous.displayName = 'PreviousIcon'; export default Previous; ================================================ FILE: app/assets/icons/RatioIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IRatioProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Ratio = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IRatioProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Ratio.displayName = 'RatioIcon'; export default Ratio; ================================================ FILE: app/assets/icons/RefreshIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IRefreshProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const RefreshIcon = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IRefreshProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; RefreshIcon.displayName = 'RefreshIcon'; export default RefreshIcon; ================================================ FILE: app/assets/icons/SearchIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface ISearchProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Search = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ISearchProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Search.displayName = 'SearchIcon'; export default Search; ================================================ FILE: app/assets/icons/SettingsIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface ISettingsProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Settings = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ISettingsProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Settings.displayName = 'SettingsIcon'; export default Settings; ================================================ FILE: app/assets/icons/ShareIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IShareProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Share = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IShareProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Share.displayName = 'ShareIcon'; export default Share; ================================================ FILE: app/assets/icons/SortIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface ISortProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Sort = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ISortProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Sort.displayName = 'SortIcon'; export default Sort; ================================================ FILE: app/assets/icons/StarIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IStarProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Star = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IStarProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Star.displayName = 'StarIcon'; export default Star; ================================================ FILE: app/assets/icons/StopIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface IStopProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Stop = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IStopProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Stop.displayName = 'StopIcon'; export default Stop; ================================================ FILE: app/assets/icons/SubtitleIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface ISubtitleProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const Subtitle = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: ISubtitleProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Subtitle.displayName = 'SubtitleIcon'; export default Subtitle; ================================================ FILE: app/assets/icons/SunIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface ISunProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Sun = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ISunProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Sun.displayName = 'SunIcon'; export default Sun; ================================================ FILE: app/assets/icons/TickIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface ITickProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const Tick = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ITickProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; Tick.displayName = 'TickIcon'; export default Tick; ================================================ FILE: app/assets/icons/TrendingUpIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface ITrendingUpProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const TrendingUp = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ITrendingUpProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; TrendingUp.displayName = 'TrendingUpIcon'; export default TrendingUp; ================================================ FILE: app/assets/icons/TvIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color }: { color: string }) => ( ); interface ITvProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const TvShows = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ITvProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; TvShows.displayName = 'TvShowsIcon'; export default TvShows; ================================================ FILE: app/assets/icons/TwoUsersIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface ITwoUsersProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The class name of the icon * @default '' * @type string * */ className?: string; } const TwoUsers = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: ITwoUsersProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; TwoUsers.displayName = 'TwoUsersIcon'; export default TwoUsers; ================================================ FILE: app/assets/icons/UserIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IUserProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const User = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IUserProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; User.displayName = 'UserIcon'; export default User; ================================================ FILE: app/assets/icons/ViewGridCardIcon.tsx ================================================ const Bold = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( <> ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( <> ); interface IViewGridProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const ViewGridCard = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IViewGridProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; ViewGridCard.displayName = 'ViewGridCardIcon'; export default ViewGridCard; ================================================ FILE: app/assets/icons/ViewGridDetailIcon.tsx ================================================ const Bold = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( <> ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( <> ); interface IViewGridProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const ViewGridDetail = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IViewGridProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; ViewGridDetail.displayName = 'ViewGridDetailIcon'; export default ViewGridDetail; ================================================ FILE: app/assets/icons/ViewGridTableIcon.tsx ================================================ const Bold = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( <> ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( <> ); interface IViewGridTableProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; /** * The className of the icon * @default '' * @type string * */ className?: string; } const ViewGridTable = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, className = '', ...props }: IViewGridTableProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; ViewGridTable.displayName = 'ViewGridTableIcon'; export default ViewGridTable; ================================================ FILE: app/assets/icons/VolumeOffIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IVolumneOffProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const VolumeOff = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IVolumneOffProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; VolumeOff.displayName = 'VolumeOffIcon'; export default VolumeOff; ================================================ FILE: app/assets/icons/VolumeUpIcon.tsx ================================================ const Bold = ({ color }: { color: string }) => ( ); const Light = ({ color, strokeWidth }: { color: string; strokeWidth: number }) => ( ); interface IVolumneUpProps { /** * The color of the icon * @default 'currentColor' */ fill?: string; /** * The fill of the icon * @default false * @type boolean */ filled?: boolean; /** * The size of the icon * @default 24 * @type number */ size?: number; /** * The height of the icon * @default 24 * @type number */ height?: number; /** * The width of the icon * @default 24 * @type number * */ width?: number; } const VolumeUp = ({ fill = 'currentColor', filled = false, size = 24, height = 24, width = 24, ...props }: IVolumneUpProps) => { switch (filled) { case false: return ( ); default: return ( ; ); } }; VolumeUp.displayName = 'VolumeUpIcon'; export default VolumeUp; ================================================ FILE: app/assets/lotties/external-link-black.json ================================================ { "v": "5.3.4", "fr": 60, "ip": 0, "op": 84, "w": 678, "h": 896, "nm": "share", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 18", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.347, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p347_1_0p333_0", "t": 64, "s": [338, 1288, 0], "e": [338, 492, 0], "to": [0, -132.66667175293, 0], "ti": [0, 132.66667175293, 0] }, { "t": 76 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.354, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p354_1_0p333_0", "t": 65, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [0.125, -433.461], [0.223, -433.488], [0, -433.488], [0.229, -433.33], [0, -433.488], [0.25, -433.262] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [177, -256.711], [0.223, -433.488], [0, -433.488], [-176.777, -256.711], [0, -433.488], [0, 169.488] ], "c": false } ] }, { "t": 79 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 50, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 65, "op": 84, "st": 63, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Слой 15", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.393, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p393_1_0p333_0", "t": 5, "s": [338, 492, 0], "e": [338, 482, 0], "to": [0, -1.66666662693024, 0], "ti": [0, -22.1666660308838, 0] }, { "i": { "x": 0.418, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p418_1_0p333_0", "t": 15, "s": [338, 482, 0], "e": [338, 625, 0], "to": [0, 22.1666660308838, 0], "ti": [0, -1.66666662693024, 0] }, { "i": { "x": 0.362, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p362_1_0p333_0", "t": 26, "s": [338, 625, 0], "e": [338, 492, 0], "to": [0, 1.66666662693024, 0], "ti": [0, 22.1666660308838, 0] }, { "t": 35 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.338, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p338_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [177, -256.711], [0.223, -433.488], [0, -433.488], [-176.777, -256.711], [0, -433.488], [0, 169.488] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [169, -252.711], [0.223, -433.488], [0, -433.488], [-168.777, -252.711], [0, -433.488], [0, 169.488] ], "c": false } ] }, { "i": { "x": 0.368, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p368_1_0p333_0", "t": 10, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [169, -252.711], [0.223, -433.488], [0, -433.488], [-168.777, -252.711], [0, -433.488], [0, 169.488] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [189, -181.274], [0.223, -273], [0, -273], [-198.777, -181.274], [0, -273], [0, 169.488] ], "c": false } ] }, { "i": { "x": 0.301, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p301_1_0p333_0", "t": 21, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [189, -181.274], [0.223, -273], [0, -273], [-198.777, -181.274], [0, -273], [0, 169.488] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [177, -256.711], [0.223, -433.488], [0, -433.488], [-176.777, -256.711], [0, -433.488], [0, 169.488] ], "c": false } ] }, { "i": { "x": 0.338, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p338_1_0p333_0", "t": 30, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [177, -256.711], [0.223, -433.488], [0, -433.488], [-176.777, -256.711], [0, -433.488], [0, 169.488] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [55, -331.686], [0.223, -433.488], [0, -433.488], [-52.777, -331.843], [0, -433.488], [0, -78.512] ], "c": false } ] }, { "i": { "x": 0.301, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p301_1_0p333_0", "t": 36, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [55, -331.686], [0.223, -433.488], [0, -433.488], [-52.777, -331.843], [0, -433.488], [0, -78.512] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [0.25, -432.593], [0.223, -433.488], [0, -433.488], [-0.027, -433.093], [0, -433.488], [0, -432.512] ], "c": false } ] }, { "t": 42 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 50, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 39, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "Слой 17", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [338, 492, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, 0], [0, 0], [48, -30.133], [32.954, 0], [0, 0], [25.447, 15.225], [0, 61.848], [0, 0] ], "o": [ [0, 0], [0, 60.546], [-26.126, 16.401], [0, 0], [-31.652, 0], [-49.724, -29.75], [0, 0], [0, 0] ], "v": [ [301.777, 0], [301.777, 196], [221.699, 340.096], [131.777, 366], [-131.777, 366], [-218.579, 342.008], [-301.777, 196], [-301.777, 0] ], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 50, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [1] }, "o": { "x": [0.473], "y": [-0.005] }, "n": ["0p833_1_0p473_-0p005"], "t": 8, "s": [0], "e": [10] }, { "i": { "x": [0.411], "y": [0.948] }, "o": { "x": [0.167], "y": [0] }, "n": ["0p411_0p948_0p167_0"], "t": 19, "s": [10], "e": [0] }, { "t": 40 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [1] }, "o": { "x": [0.473], "y": [0.005] }, "n": ["0p833_1_0p473_0p005"], "t": 8, "s": [100], "e": [90] }, { "i": { "x": [0.411], "y": [1.052] }, "o": { "x": [0.167], "y": [0] }, "n": ["0p411_1p052_0p167_0"], "t": 19, "s": [90], "e": [100] }, { "t": 40 } ], "ix": 2 }, "o": { "a": 0, "k": 0, "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 0, "op": 84, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/external-link-white.json ================================================ { "v": "5.3.4", "fr": 60, "ip": 0, "op": 84, "w": 678, "h": 896, "nm": "share", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 18", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.347, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p347_1_0p333_0", "t": 64, "s": [338, 1288, 0], "e": [338, 492, 0], "to": [0, -132.66667175293, 0], "ti": [0, 132.66667175293, 0] }, { "t": 76 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.354, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p354_1_0p333_0", "t": 65, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [0.125, -433.461], [0.223, -433.488], [0, -433.488], [0.229, -433.33], [0, -433.488], [0.25, -433.262] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [177, -256.711], [0.223, -433.488], [0, -433.488], [-176.777, -256.711], [0, -433.488], [0, 169.488] ], "c": false } ] }, { "t": 79 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 50, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 65, "op": 84, "st": 63, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Слой 15", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.393, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p393_1_0p333_0", "t": 5, "s": [338, 492, 0], "e": [338, 482, 0], "to": [0, -1.66666662693024, 0], "ti": [0, -22.1666660308838, 0] }, { "i": { "x": 0.418, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p418_1_0p333_0", "t": 15, "s": [338, 482, 0], "e": [338, 625, 0], "to": [0, 22.1666660308838, 0], "ti": [0, -1.66666662693024, 0] }, { "i": { "x": 0.362, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p362_1_0p333_0", "t": 26, "s": [338, 625, 0], "e": [338, 492, 0], "to": [0, 1.66666662693024, 0], "ti": [0, 22.1666660308838, 0] }, { "t": 35 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.338, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p338_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [177, -256.711], [0.223, -433.488], [0, -433.488], [-176.777, -256.711], [0, -433.488], [0, 169.488] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [169, -252.711], [0.223, -433.488], [0, -433.488], [-168.777, -252.711], [0, -433.488], [0, 169.488] ], "c": false } ] }, { "i": { "x": 0.368, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p368_1_0p333_0", "t": 10, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [169, -252.711], [0.223, -433.488], [0, -433.488], [-168.777, -252.711], [0, -433.488], [0, 169.488] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [189, -181.274], [0.223, -273], [0, -273], [-198.777, -181.274], [0, -273], [0, 169.488] ], "c": false } ] }, { "i": { "x": 0.301, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p301_1_0p333_0", "t": 21, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [189, -181.274], [0.223, -273], [0, -273], [-198.777, -181.274], [0, -273], [0, 169.488] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [177, -256.711], [0.223, -433.488], [0, -433.488], [-176.777, -256.711], [0, -433.488], [0, 169.488] ], "c": false } ] }, { "i": { "x": 0.338, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p338_1_0p333_0", "t": 30, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [177, -256.711], [0.223, -433.488], [0, -433.488], [-176.777, -256.711], [0, -433.488], [0, 169.488] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [55, -331.686], [0.223, -433.488], [0, -433.488], [-52.777, -331.843], [0, -433.488], [0, -78.512] ], "c": false } ] }, { "i": { "x": 0.301, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p301_1_0p333_0", "t": 36, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [55, -331.686], [0.223, -433.488], [0, -433.488], [-52.777, -331.843], [0, -433.488], [0, -78.512] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0] ], "v": [ [0.25, -432.593], [0.223, -433.488], [0, -433.488], [-0.027, -433.093], [0, -433.488], [0, -432.512] ], "c": false } ] }, { "t": 42 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 50, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 39, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "Слой 17", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [338, 492, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, 0], [0, 0], [48, -30.133], [32.954, 0], [0, 0], [25.447, 15.225], [0, 61.848], [0, 0] ], "o": [ [0, 0], [0, 60.546], [-26.126, 16.401], [0, 0], [-31.652, 0], [-49.724, -29.75], [0, 0], [0, 0] ], "v": [ [301.777, 0], [301.777, 196], [221.699, 340.096], [131.777, 366], [-131.777, 366], [-218.579, 342.008], [-301.777, 196], [-301.777, 0] ], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 50, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [1] }, "o": { "x": [0.473], "y": [-0.005] }, "n": ["0p833_1_0p473_-0p005"], "t": 8, "s": [0], "e": [10] }, { "i": { "x": [0.411], "y": [0.948] }, "o": { "x": [0.167], "y": [0] }, "n": ["0p411_0p948_0p167_0"], "t": 19, "s": [10], "e": [0] }, { "t": 40 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [1] }, "o": { "x": [0.473], "y": [0.005] }, "n": ["0p833_1_0p473_0p005"], "t": 8, "s": [100], "e": [90] }, { "i": { "x": [0.411], "y": [1.052] }, "o": { "x": [0.167], "y": [0] }, "n": ["0p411_1p052_0p167_0"], "t": 19, "s": [90], "e": [100] }, { "t": 40 } ], "ix": 2 }, "o": { "a": 0, "k": 0, "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 0, "op": 84, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-arrow-08-1-000000-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 72, "w": 800, "h": 500, "nm": "slider left", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "arr", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [164.782, 249.903, 0], "e": [491.782, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [491.782, 249.903, 0], "e": [-348.218, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 3.255], [324.23, -1.036], [168.838, -1.694] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "line", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [400, 250, 0], "e": [449, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [449, 250, 0], "e": [-391, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [306.008, -0.33] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-225.965, -0.66], [46.008, -0.66] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "arr 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [491.782, 249.903, 0], "e": [164.782, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 58 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_0p833_0p333_0", "t": 21, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-43.77, -1.781], [-45.77, -0.071], [-46.162, -2.73] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0_1_0p167_0p167", "t": 28, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ] }, { "t": 58 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "line 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [449, 250, 0], "e": [400, 250, 0], "to": [-8.16666698455811, 0, 0], "ti": [8.16666698455811, 0, 0] }, { "t": 64 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.411, "y": 0 }, "n": "0_1_0p411_0", "t": 20, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [-319.992, -1.32] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [282.008, -0.66] ], "c": false } ] }, { "t": 71 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 } ], "markers": [ { "tm": 34, "cm": "1", "dr": 0 } ] } ================================================ FILE: app/assets/lotties/lottieflow-arrow-08-1-0072F5-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 72, "w": 800, "h": 500, "nm": "slider left", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "arr", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [164.782, 249.903, 0], "e": [491.782, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [491.782, 249.903, 0], "e": [-348.218, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 3.255], [324.23, -1.036], [168.838, -1.694] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0.447, 0.961, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "line", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [400, 250, 0], "e": [449, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [449, 250, 0], "e": [-391, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [306.008, -0.33] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-225.965, -0.66], [46.008, -0.66] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0.447, 0.961, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "arr 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [491.782, 249.903, 0], "e": [164.782, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 58 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_0p833_0p333_0", "t": 21, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-43.77, -1.781], [-45.77, -0.071], [-46.162, -2.73] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0_1_0p167_0p167", "t": 28, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ] }, { "t": 58 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0.447, 0.961, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "line 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [449, 250, 0], "e": [400, 250, 0], "to": [-8.16666698455811, 0, 0], "ti": [8.16666698455811, 0, 0] }, { "t": 64 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.411, "y": 0 }, "n": "0_1_0p411_0", "t": 20, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [-319.992, -1.32] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [282.008, -0.66] ], "c": false } ] }, { "t": 71 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0.447, 0.961, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 } ], "markers": [ { "tm": 34, "cm": "1", "dr": 0 } ] } ================================================ FILE: app/assets/lotties/lottieflow-arrow-08-1-FFFFFF-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 72, "w": 800, "h": 500, "nm": "slider left", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "arr", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [164.782, 249.903, 0], "e": [491.782, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [491.782, 249.903, 0], "e": [-348.218, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 3.255], [324.23, -1.036], [168.838, -1.694] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "line", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [400, 250, 0], "e": [449, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [449, 250, 0], "e": [-391, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [306.008, -0.33] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-225.965, -0.66], [46.008, -0.66] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "arr 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [491.782, 249.903, 0], "e": [164.782, 249.903, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 58 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_0p833_0p333_0", "t": 21, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-43.77, -1.781], [-45.77, -0.071], [-46.162, -2.73] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0_1_0p167_0p167", "t": 28, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ] }, { "t": 58 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "line 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 180, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [449, 250, 0], "e": [400, 250, 0], "to": [-8.16666698455811, 0, 0], "ti": [8.16666698455811, 0, 0] }, { "t": 64 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.411, "y": 0 }, "n": "0_1_0p411_0", "t": 20, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [-319.992, -1.32] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [282.008, -0.66] ], "c": false } ] }, { "t": 71 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 } ], "markers": [ { "tm": 34, "cm": "1", "dr": 0 } ] } ================================================ FILE: app/assets/lotties/lottieflow-arrow-08-2-000000-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 72, "w": 800, "h": 500, "nm": "slider", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "arr", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [635.218, 250.097, 0], "e": [308.218, 250.097, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [308.218, 250.097, 0], "e": [1148.218, 250.097, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 3.255], [324.23, -1.036], [168.838, -1.694] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "line", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [400, 250, 0], "e": [351, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [351, 250, 0], "e": [1191, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [306.008, -0.33] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-225.965, -0.66], [46.008, -0.66] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "arr 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [308.218, 250.097, 0], "e": [635.218, 250.097, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 58 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_0p833_0p333_0", "t": 21, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-43.77, -1.781], [-45.77, -0.071], [-46.162, -2.73] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0_1_0p167_0p167", "t": 28, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ] }, { "t": 58 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "line 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [351, 250, 0], "e": [400, 250, 0], "to": [8.16666698455811, 0, 0], "ti": [-8.16666698455811, 0, 0] }, { "t": 64 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.411, "y": 0 }, "n": "0_1_0p411_0", "t": 20, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [-319.992, -1.32] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [282.008, -0.66] ], "c": false } ] }, { "t": 71 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 } ], "markers": [ { "tm": 34, "cm": "1", "dr": 0 } ] } ================================================ FILE: app/assets/lotties/lottieflow-arrow-08-2-FFFFFF-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 72, "w": 800, "h": 500, "nm": "slider", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "arr", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [635.218, 250.097, 0], "e": [308.218, 250.097, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [308.218, 250.097, 0], "e": [1148.218, 250.097, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 163.255], [324.23, -1.036], [167.838, -177.694] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [168.23, 3.255], [324.23, -1.036], [168.838, -1.694] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "line", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [400, 250, 0], "e": [351, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 16, "s": [351, 250, 0], "e": [1191, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 66 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [306.008, -0.33] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 16, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [46.008, -0.66] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-225.965, -0.66], [46.008, -0.66] ], "c": false } ] }, { "t": 34 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 40, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "arr 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [308.218, 250.097, 0], "e": [635.218, 250.097, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 58 } ], "ix": 2 }, "a": { "a": 0, "k": [235.218, 0.097, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_0p833_0p333_0", "t": 21, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-43.77, -1.781], [-45.77, -0.071], [-46.162, -2.73] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0_1_0p167_0p167", "t": 28, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-24.637, -0.642], [10.483, -1.777], [-26.499, -0.979] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [146.23, 215.255], [324.23, -1.036], [146.205, -215.061] ], "c": false } ] }, { "t": 58 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "line 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 21, "s": [351, 250, 0], "e": [400, 250, 0], "to": [8.16666698455811, 0, 0], "ti": [-8.16666698455811, 0, 0] }, { "t": 64 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.411, "y": 0 }, "n": "0_1_0p411_0", "t": 20, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [-319.992, -1.32] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-321.965, -0.33], [282.008, -0.66] ], "c": false } ] }, { "t": 71 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 1, "k": [ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0_1_0p333_0"], "t": 23, "s": [0], "e": [60] }, { "t": 27 } ], "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 25, "op": 72, "st": 21, "bm": 0 } ], "markers": [ { "tm": 34, "cm": "1", "dr": 0 } ] } ================================================ FILE: app/assets/lotties/lottieflow-dropdown-03-0072F5-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 96, "w": 1000, "h": 1000, "nm": "Dropdown Accordion", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "ATTGARROW Outlines", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.135, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p135_1_0p333_0", "t": 0, "s": [491.938, 499.081, 0], "e": [491.938, 314.081, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.215, "y": 1 }, "o": { "x": 0.598, "y": 0 }, "n": "0p215_1_0p598_0", "t": 15, "s": [491.938, 314.081, 0], "e": [491.938, 674.081, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 28, "s": [491.938, 674.081, 0], "e": [491.938, 499.081, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.601, "y": 0.601 }, "o": { "x": 0.333, "y": 0.333 }, "n": "0p601_0p601_0p333_0p333", "t": 36, "s": [491.938, 499.081, 0], "e": [491.938, 499.081, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 60, "s": [491.938, 499.081, 0], "e": [491.938, 674.081, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.279, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p279_1_0p333_0", "t": 70, "s": [491.938, 674.081, 0], "e": [491.938, 314.081, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 86, "s": [491.938, 314.081, 0], "e": [491.938, 499.081, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 95 } ], "ix": 2 }, "a": { "a": 0, "k": [500, 500, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.176, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p176_1_0p333_0", "t": 5, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-222.5, 111.25], [0, -111.25], [222.5, 111.25] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-104.062, 19.075], [11.299, 95.396], [120.062, 19.436] ], "c": false } ] }, { "i": { "x": 0.099, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p099_1_0p333_0", "t": 22, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-104.062, 19.075], [11.299, 95.396], [120.062, 19.436] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-218.5, -106.75], [10, 122.75], [232.5, -105.75] ], "c": false } ] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 36, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-218.5, -106.75], [10, 122.75], [232.5, -105.75] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-218.5, -106.75], [10, 122.75], [232.5, -105.75] ], "c": false } ] }, { "i": { "x": 0.048, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p048_1_0p333_0", "t": 60, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-218.5, -106.75], [10, 122.75], [232.5, -105.75] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-104.062, 19.075], [11.299, 95.396], [120.062, 19.436] ], "c": false } ] }, { "i": { "x": 0.043, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p043_1_0p333_0", "t": 78, "s": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-104.062, 19.075], [11.299, 95.396], [120.062, 19.436] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0] ], "v": [ [-222.5, 111.25], [0, -111.25], [222.5, 111.25] ], "c": false } ] }, { "t": 95 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0.447, 0.961, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 3, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [500, 500], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 99, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-dropdown-08-0072F5-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 120, "w": 400, "h": 580, "nm": "drop2", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 9", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.528], "y": [0] }, "n": ["0p667_1_0p528_0"], "t": 24, "s": [-180], "e": [0] }, { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p667_1_0p333_0"], "t": 41, "s": [0], "e": [0] }, { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.636], "y": [0] }, "n": ["0p667_1_0p636_0"], "t": 89, "s": [0], "e": [-180] }, { "t": 111 } ], "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 0, "s": [202, 250, 0], "e": [200, 218, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.027, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p027_1_0p333_0", "t": 9, "s": [200, 218, 0], "e": [200, 389, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.267, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p267_1_0p333_0", "t": 24, "s": [200, 389, 0], "e": [200, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 41, "s": [200, 250, 0], "e": [200, 290, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.392, "y": 0.392 }, "o": { "x": 0.333, "y": 0.333 }, "n": "0p392_0p392_0p333_0p333", "t": 48, "s": [200, 290, 0], "e": [200, 290, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0_1_0p333_0", "t": 72, "s": [200, 290, 0], "e": [200, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.279, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p279_1_0p333_0", "t": 79, "s": [200, 250, 0], "e": [200, 389, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.159, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p159_1_0p333_0", "t": 96, "s": [200, 389, 0], "e": [200, 218, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.067, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p067_1_0p333_0", "t": 109, "s": [200, 218, 0], "e": [202, 250, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 120 } ], "ix": 2 }, "a": { "a": 0, "k": [-2, -59.957, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0.392, -0.635], [0, 0], [-0.785, 0], [0, 0], [0.412, 0.668], [0, 0] ], "o": [ [0, 0], [-0.412, 0.668], [0, 0], [0.785, 0], [0, 0], [-0.392, -0.635] ], "v": [ [-0.854, -218.379], [-146.345, 17.412], [-145.492, 18.942], [145.492, 18.942], [146.345, 17.412], [0.854, -218.379] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0.447, 0.961, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 60, "ix": 5 }, "lc": 1, "lj": 2, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 120, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-menu-nav-11-6-000000-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 156, "w": 710, "h": 710, "nm": "Menu6", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 28", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.724], "y": [-0.037] }, "n": ["0p833_0p833_0p724_-0p037"], "t": 96, "s": [0], "e": [45] }, { "t": 116 } ], "ix": 10 }, "p": { "a": 0, "k": [332.328, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.167, "y": 0 }, "n": "0p667_1_0p167_0", "t": 96, "s": [ { "i": [ [32, -32], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [231, -209], [-187, 209] ], "c": false } ], "e": [ { "i": [ [32, -32], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [209, -209], [-209, 209] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.658, "y": 0 }, "n": "0p833_0p833_0p658_0", "t": 116, "s": [ { "i": [ [32, -32], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [209, -209], [-209, 209] ], "c": false } ], "e": [ { "i": [ [-0.063, 0.063], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [15.619, -15.619], [16.444, -16.444] ], "c": false } ] }, { "t": 125 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 96, "op": 125, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Слой 26", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.724], "y": [0.037] }, "n": ["0p833_0p833_0p724_0p037"], "t": 96, "s": [0], "e": [-45] }, { "t": 116 } ], "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.249, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p249_1_0p333_0", "t": 37, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [0, 0], [0, 0] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, -209], [209, 209] ], "c": false } ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.167, "y": 0 }, "n": "0p667_1_0p167_0", "t": 53, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, -209], [209, 209] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, -209], [209, 209] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.658, "y": 0 }, "n": "0p833_0p833_0p658_0", "t": 116, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, -209], [209, 209] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [11.515, 14.142], [14.343, 16.971] ], "c": false } ] }, { "t": 125 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 37, "op": 125, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "Слой 30", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [32, -32], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [209, -209], [0, 0] ], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.325], "y": [1] }, "o": { "x": [0.167], "y": [0] }, "n": ["0p325_1_0p167_0"], "t": 40, "s": [0], "e": [0] }, { "t": 60 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.325], "y": [1] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p325_1_0p167_0p167"], "t": 40, "s": [0], "e": [100] }, { "t": 60 } ], "ix": 2 }, "o": { "a": 0, "k": 0, "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 0, "op": 96, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "Слой 27", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [354, 356, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, 209], [1, -1] ], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.325], "y": [1] }, "o": { "x": [0.167], "y": [0] }, "n": ["0p325_1_0p167_0"], "t": 40, "s": [0], "e": [0] }, { "t": 60 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.325], "y": [1] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p325_1_0p167_0p167"], "t": 40, "s": [0], "e": [100] }, { "t": 60 } ], "ix": 2 }, "o": { "a": 0, "k": 0, "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 0, "op": 96, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 5, "ty": 4, "nm": "Слой 29", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -172.718], [172.718, 0], [0, 172.718], [-172.718, 0] ], "o": [ [0, 172.718], [-172.718, 0], [0, -172.718], [172.718, 0] ], "v": [ [312.734, 0], [0, 312.734], [-312.734, 0], [0, -312.734] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.366], "y": [1.002] }, "o": { "x": [0.167], "y": [0.148] }, "n": ["0p366_1p002_0p167_0p148"], "t": 36, "s": [0], "e": [26.2] }, { "t": 44 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.768], "y": [-0.014] }, "n": ["0p833_0p833_0p768_-0p014"], "t": 24, "s": [0.2], "e": [26.2] }, { "t": 40 } ], "ix": 2 }, "o": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.889] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p833_0p889_0p167_0p167"], "t": 24, "s": [-90], "e": [41] }, { "t": 40 } ], "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 24, "op": 44, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 6, "ty": 4, "nm": "Слой 25", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -172.718], [172.718, 0], [0, 172.718], [-172.718, 0] ], "o": [ [0, 172.718], [-172.718, 0], [0, -172.718], [172.718, 0] ], "v": [ [312.734, 0], [0, 312.734], [-312.734, 0], [0, -312.734] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.366], "y": [1.002] }, "o": { "x": [0.167], "y": [0.148] }, "n": ["0p366_1p002_0p167_0p148"], "t": 36, "s": [0], "e": [26.2] }, { "t": 44 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.768], "y": [-0.014] }, "n": ["0p833_0p833_0p768_-0p014"], "t": 24, "s": [0.2], "e": [26.2] }, { "t": 40 } ], "ix": 2 }, "o": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.889] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p833_0p889_0p167_0p167"], "t": 24, "s": [90], "e": [221] }, { "t": 40 } ], "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 24, "op": 44, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 7, "ty": 4, "nm": "Слой 31", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.289], "y": [0.995] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p289_0p995_0p167_0p167"], "t": 123, "s": [-90], "e": [0] }, { "t": 152 } ], "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, 176.333], [0, 216.333], [-40, 176.333], [0, 136.333] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 122, "op": 156, "st": 122, "bm": 0 }, { "ddd": 0, "ind": 8, "ty": 4, "nm": "Слой 32", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.289], "y": [0.995] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p289_0p995_0p167_0p167"], "t": 123, "s": [-90], "e": [0] }, { "t": 152 } ], "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, -177], [0, -137], [-40, -177], [0, -217] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 122, "op": 156, "st": 122, "bm": 0 }, { "ddd": 0, "ind": 9, "ty": 4, "nm": "Слой 24", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.148, "y": 0.956 }, "o": { "x": 0.333, "y": 0 }, "n": "0p148_0p956_0p333_0", "t": 0, "s": [355, 531.333, 0], "e": [355, 475.167, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.673, "y": 0 }, "n": "0p833_0p833_0p673_0", "t": 11, "s": [355, 475.167, 0], "e": [355, 684.167, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 24 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 176.333, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, 176.333], [0, 216.333], [-40, 176.333], [0, 136.333] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 25, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 10, "ty": 4, "nm": "Слой 23", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, 0], [0, 40], [-40, 0], [0, -40] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 156, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 11, "ty": 4, "nm": "Слой 22", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.148, "y": 0.964 }, "o": { "x": 0.333, "y": 0 }, "n": "0p148_0p964_0p333_0", "t": 0, "s": [355, 178, 0], "e": [355, 246.5, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.673, "y": 0 }, "n": "0p833_0p833_0p673_0", "t": 11, "s": [355, 246.5, 0], "e": [355, 54.5, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 24 } ], "ix": 2 }, "a": { "a": 0, "k": [0, -177, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, -177], [0, -137], [-40, -177], [0, -217] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 25, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-menu-nav-11-6-FFFFFF-easey.json ================================================ { "v": "5.3.4", "fr": 48, "ip": 0, "op": 156, "w": 710, "h": 710, "nm": "Menu6", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 28", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.724], "y": [-0.037] }, "n": ["0p833_0p833_0p724_-0p037"], "t": 96, "s": [0], "e": [45] }, { "t": 116 } ], "ix": 10 }, "p": { "a": 0, "k": [332.328, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.167, "y": 0 }, "n": "0p667_1_0p167_0", "t": 96, "s": [ { "i": [ [32, -32], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [231, -209], [-187, 209] ], "c": false } ], "e": [ { "i": [ [32, -32], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [209, -209], [-209, 209] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.658, "y": 0 }, "n": "0p833_0p833_0p658_0", "t": 116, "s": [ { "i": [ [32, -32], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [209, -209], [-209, 209] ], "c": false } ], "e": [ { "i": [ [-0.063, 0.063], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [15.619, -15.619], [16.444, -16.444] ], "c": false } ] }, { "t": 125 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 96, "op": 125, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Слой 26", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.724], "y": [0.037] }, "n": ["0p833_0p833_0p724_0p037"], "t": 96, "s": [0], "e": [-45] }, { "t": 116 } ], "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.249, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p249_1_0p333_0", "t": 37, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [0, 0], [0, 0] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, -209], [209, 209] ], "c": false } ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.167, "y": 0 }, "n": "0p667_1_0p167_0", "t": 53, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, -209], [209, 209] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, -209], [209, 209] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.658, "y": 0 }, "n": "0p833_0p833_0p658_0", "t": 116, "s": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, -209], [209, 209] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [11.515, 14.142], [14.343, 16.971] ], "c": false } ] }, { "t": 125 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 37, "op": 125, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "Слой 30", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [32, -32], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [209, -209], [0, 0] ], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.325], "y": [1] }, "o": { "x": [0.167], "y": [0] }, "n": ["0p325_1_0p167_0"], "t": 40, "s": [0], "e": [0] }, { "t": 60 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.325], "y": [1] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p325_1_0p167_0p167"], "t": 40, "s": [0], "e": [100] }, { "t": 60 } ], "ix": 2 }, "o": { "a": 0, "k": 0, "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 0, "op": 96, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "Слой 27", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [354, 356, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, 0], [0, 0] ], "o": [ [0, 0], [0, 0] ], "v": [ [-209, 209], [1, -1] ], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.325], "y": [1] }, "o": { "x": [0.167], "y": [0] }, "n": ["0p325_1_0p167_0"], "t": 40, "s": [0], "e": [0] }, { "t": 60 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.325], "y": [1] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p325_1_0p167_0p167"], "t": 40, "s": [0], "e": [100] }, { "t": 60 } ], "ix": 2 }, "o": { "a": 0, "k": 0, "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 0, "op": 96, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 5, "ty": 4, "nm": "Слой 29", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -172.718], [172.718, 0], [0, 172.718], [-172.718, 0] ], "o": [ [0, 172.718], [-172.718, 0], [0, -172.718], [172.718, 0] ], "v": [ [312.734, 0], [0, 312.734], [-312.734, 0], [0, -312.734] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.366], "y": [1.002] }, "o": { "x": [0.167], "y": [0.148] }, "n": ["0p366_1p002_0p167_0p148"], "t": 36, "s": [0], "e": [26.2] }, { "t": 44 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.768], "y": [-0.014] }, "n": ["0p833_0p833_0p768_-0p014"], "t": 24, "s": [0.2], "e": [26.2] }, { "t": 40 } ], "ix": 2 }, "o": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.889] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p833_0p889_0p167_0p167"], "t": 24, "s": [-90], "e": [41] }, { "t": 40 } ], "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 24, "op": 44, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 6, "ty": 4, "nm": "Слой 25", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -172.718], [172.718, 0], [0, 172.718], [-172.718, 0] ], "o": [ [0, 172.718], [-172.718, 0], [0, -172.718], [172.718, 0] ], "v": [ [312.734, 0], [0, 312.734], [-312.734, 0], [0, -312.734] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 80, "ix": 5 }, "lc": 2, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "tm", "s": { "a": 1, "k": [ { "i": { "x": [0.366], "y": [1.002] }, "o": { "x": [0.167], "y": [0.148] }, "n": ["0p366_1p002_0p167_0p148"], "t": 36, "s": [0], "e": [26.2] }, { "t": 44 } ], "ix": 1 }, "e": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.768], "y": [-0.014] }, "n": ["0p833_0p833_0p768_-0p014"], "t": 24, "s": [0.2], "e": [26.2] }, { "t": 40 } ], "ix": 2 }, "o": { "a": 1, "k": [ { "i": { "x": [0.833], "y": [0.889] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p833_0p889_0p167_0p167"], "t": 24, "s": [90], "e": [221] }, { "t": 40 } ], "ix": 3 }, "m": 1, "ix": 2, "nm": "Trim Paths 1", "mn": "ADBE Vector Filter - Trim", "hd": false } ], "ip": 24, "op": 44, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 7, "ty": 4, "nm": "Слой 31", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.289], "y": [0.995] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p289_0p995_0p167_0p167"], "t": 123, "s": [-90], "e": [0] }, { "t": 152 } ], "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, 176.333], [0, 216.333], [-40, 176.333], [0, 136.333] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 122, "op": 156, "st": 122, "bm": 0 }, { "ddd": 0, "ind": 8, "ty": 4, "nm": "Слой 32", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.289], "y": [0.995] }, "o": { "x": [0.167], "y": [0.167] }, "n": ["0p289_0p995_0p167_0p167"], "t": 123, "s": [-90], "e": [0] }, { "t": 152 } ], "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, -177], [0, -137], [-40, -177], [0, -217] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 122, "op": 156, "st": 122, "bm": 0 }, { "ddd": 0, "ind": 9, "ty": 4, "nm": "Слой 24", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.148, "y": 0.956 }, "o": { "x": 0.333, "y": 0 }, "n": "0p148_0p956_0p333_0", "t": 0, "s": [355, 531.333, 0], "e": [355, 475.167, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.673, "y": 0 }, "n": "0p833_0p833_0p673_0", "t": 11, "s": [355, 475.167, 0], "e": [355, 684.167, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 24 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 176.333, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, 176.333], [0, 216.333], [-40, 176.333], [0, 136.333] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 25, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 10, "ty": 4, "nm": "Слой 23", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [355, 355, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, 0], [0, 40], [-40, 0], [0, -40] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 156, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 11, "ty": 4, "nm": "Слой 22", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.148, "y": 0.964 }, "o": { "x": 0.333, "y": 0 }, "n": "0p148_0p964_0p333_0", "t": 0, "s": [355, 178, 0], "e": [355, 246.5, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.673, "y": 0 }, "n": "0p833_0p833_0p673_0", "t": 11, "s": [355, 246.5, 0], "e": [355, 54.5, 0], "to": [0, 0, 0], "ti": [0, 0, 0] }, { "t": 24 } ], "ix": 2 }, "a": { "a": 0, "k": [0, -177, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [0, -22.091], [22.091, 0], [0, 22.091], [-22.091, 0] ], "o": [ [0, 22.091], [-22.091, 0], [0, -22.091], [22.091, 0] ], "v": [ [40, -177], [0, -137], [-40, -177], [0, -217] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 25, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-social-networks-15-10-000000-easey.json ================================================ { "v": "5.3.4", "fr": 60, "ip": 0, "op": 120, "w": 698, "h": 756, "nm": "twit", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 9", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.329, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p329_1_0p333_0", "t": 10, "s": [336, 470, 0], "e": [309, 499, 0], "to": [3.5, 11.8333330154419, 0], "ti": [18.8029289245605, 15.9662799835205, 0] }, { "i": { "x": 0.567, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p567_1_0p333_0", "t": 29, "s": [309, 499, 0], "e": [392, 333, 0], "to": [-38.6666679382324, -32.8333320617676, 0], "ti": [-42.5472412109375, -20.2980270385742, 0] }, { "i": { "x": 0.506, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p506_1_0p333_0", "t": 67, "s": [392, 333, 0], "e": [336, 470, 0], "to": [49.8513221740723, 23.7825870513916, 0], "ti": [9.33333301544189, -22.8333339691162, 0] }, { "t": 119 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.422, "y": 0 }, "n": "0p833_0p833_0p422_0", "t": 3, "s": [ { "i": [ [0, 0], [0, 162.673], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [0, -67.594], [-2.119, -9.134], [62.477, 76.864], [-53.79, -35.918], [17.116, 9.543], [0, 0], [-57.22, -11.558], [18.443, 3.552], [-52.534, -0.987], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [0, -5.327], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [0, 9.377], [-98.927, -4.958], [-32.489, 55.929], [-19.588, -0.58], [0, 0], [0.016, 58.376], [-18.122, 4.942], [16.086, 50.021], [-43.582, 34.25], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [229.296, -166.754], [283.416, -234.843], [205.248, -204.962], [115.491, -243.765], [-7.726, -120.55], [-4.536, -92.691], [-258.24, -221.306], [-220.129, -56.979], [-276, -72.387], [-276, -70.827], [-177.24, 49.846], [-232.823, 51.957], [-117.816, 137.446], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ], "e": [ { "i": [ [0, 0], [12.653, 162.18], [0.769, 5.236], [-14.554, 25.928], [24.255, -9.341], [-15.295, 12.39], [27.06, -7.564], [33.871, -2.642], [-5.257, -67.389], [-2.823, -8.941], [96.444, 69.626], [-53.79, -35.918], [17.116, 9.543], [0, 0], [-57.22, -11.558], [17.027, -19.638], [-71.981, 57.874], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [-0.414, -5.311], [21.122, -26.501], [-18.613, 15.938], [26.63, -11.031], [-29.196, -5.082], [-25.13, -22.866], [-67.391, 5.258], [0.729, 9.349], [-102.685, 37.11], [-32.489, 55.929], [-19.588, -0.58], [0, 0], [0.016, 58.376], [-18.122, 4.942], [68.027, 42.362], [-73.981, 35.874], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [237.494, -118.321], [235.774, -142.171], [274.102, -209.074], [223.188, -177.651], [274.001, -209.288], [196.241, -213.873], [103.738, -245.577], [-9.522, -113.151], [-4.175, -85.625], [-288.24, -163.306], [-250.129, 1.021], [-306, -14.387], [-306, -12.827], [-207.24, 107.846], [-289.823, 122.957], [-117.816, 137.446], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p833_0p833_0p167_0p167", "t": 22, "s": [ { "i": [ [0, 0], [12.653, 162.18], [0.769, 5.236], [-14.554, 25.928], [24.255, -9.341], [-15.295, 12.39], [27.06, -7.564], [33.871, -2.642], [-5.257, -67.389], [-2.823, -8.941], [96.444, 69.626], [-53.79, -35.918], [17.116, 9.543], [0, 0], [-57.22, -11.558], [17.027, -19.638], [-71.981, 57.874], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [-0.414, -5.311], [21.122, -26.501], [-18.613, 15.938], [26.63, -11.031], [-29.196, -5.082], [-25.13, -22.866], [-67.391, 5.258], [0.729, 9.349], [-102.685, 37.11], [-32.489, 55.929], [-19.588, -0.58], [0, 0], [0.016, 58.376], [-18.122, 4.942], [68.027, 42.362], [-73.981, 35.874], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [237.494, -118.321], [235.774, -142.171], [274.102, -209.074], [223.188, -177.651], [274.001, -209.288], [196.241, -213.873], [103.738, -245.577], [-9.522, -113.151], [-4.175, -85.625], [-288.24, -163.306], [-250.129, 1.021], [-306, -14.387], [-306, -12.827], [-207.24, 107.846], [-289.823, 122.957], [-117.816, 137.446], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ], "e": [ { "i": [ [0, 0], [30.024, 203.277], [0.36, 5.28], [-16.527, 24.717], [24.482, -3.552], [-19.158, 21.027], [27.566, -5.436], [33.974, 0], [-0.064, -67.594], [0.772, -0.118], [124.422, 51.371], [-55.784, -33.641], [17.909, 9.01], [0, 0], [-61.577, -11.845], [19.862, 3.662], [-40.638, -4.544], [70.504, -4.272], [12.308, -0.496], [-71.381, -0.81] ], "o": [ [243.619, -21.906], [-0.778, -5.27], [24.091, -17.427], [-22.705, 9.133], [25.249, -10.834], [-22.482, 0.658], [-23.276, -24.751], [-67.596, 0], [0.034, 35.909], [-22.567, -53.779], [-40.204, 49.415], [-21.362, -1.021], [0, 0], [-4.878, 52.444], [-20.223, 3.977], [17.952, 68.372], [-40.284, 23.915], [-9.777, 0.592], [55.808, 40.004], [0, 0] ], "v": [ [-105.368, 247.821], [238.888, -110.023], [238.528, -125.935], [293.047, -186.289], [229.24, -166.698], [283.808, -213.14], [205.192, -204.906], [115.434, -243.709], [-5.782, -108.494], [-6.021, -69.467], [-235.51, -242.117], [-231.634, -75.517], [-291.413, -90.786], [-291.544, -89.384], [-193.714, 21.547], [-254.648, 22.024], [-104.964, 168.501], [-229.752, 203.188], [-266.056, 204.911], [-105.368, 247.725] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p833_0p833_0p167_0p167", "t": 39, "s": [ { "i": [ [0, 0], [30.024, 203.277], [0.36, 5.28], [-16.527, 24.717], [24.482, -3.552], [-19.158, 21.027], [27.566, -5.436], [33.974, 0], [-0.064, -67.594], [0.772, -0.118], [124.422, 51.371], [-55.784, -33.641], [17.909, 9.01], [0, 0], [-61.577, -11.845], [19.862, 3.662], [-40.638, -4.544], [70.504, -4.272], [12.308, -0.496], [-71.381, -0.81] ], "o": [ [243.619, -21.906], [-0.778, -5.27], [24.091, -17.427], [-22.705, 9.133], [25.249, -10.834], [-22.482, 0.658], [-23.276, -24.751], [-67.596, 0], [0.034, 35.909], [-22.567, -53.779], [-40.204, 49.415], [-21.362, -1.021], [0, 0], [-4.878, 52.444], [-20.223, 3.977], [17.952, 68.372], [-40.284, 23.915], [-9.777, 0.592], [55.808, 40.004], [0, 0] ], "v": [ [-105.368, 247.821], [238.888, -110.023], [238.528, -125.935], [293.047, -186.289], [229.24, -166.698], [283.808, -213.14], [205.192, -204.906], [115.434, -243.709], [-5.782, -108.494], [-6.021, -69.467], [-235.51, -242.117], [-231.634, -75.517], [-291.413, -90.786], [-291.544, -89.384], [-193.714, 21.547], [-254.648, 22.024], [-104.964, 168.501], [-229.752, 203.188], [-266.056, 204.911], [-105.368, 247.725] ], "c": false } ], "e": [ { "i": [ [0, 0], [29.427, 211.482], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [0, -67.594], [4.137, -9.343], [2.067, 105.555], [-21.286, -64.16], [7.99, 18.75], [0, 0], [-39.823, -44.719], [12.947, 14.26], [-42.766, -32.558], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [-0.734, -5.276], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [0, 9.377], [20.197, -76.835], [-62.896, 29.788], [-15.809, -12.327], [0, 0], [-37.618, 51.555], [-18.158, -6.567], [-13.452, 88.638], [-44.859, 27.567], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [223.296, -176.754], [263.545, -244.972], [199.248, -217.962], [115.491, -243.765], [-7.726, -120.55], [47.303, -63.665], [-79.388, -330.257], [-153.834, -162.17], [-190.061, -209.475], [-191.067, -208.098], [-187.265, -41.976], [-234.548, -73.638], [-123.141, 153.433], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p833_0p833_0p167_0p167", "t": 57, "s": [ { "i": [ [0, 0], [29.427, 211.482], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [0, -67.594], [4.137, -9.343], [2.067, 105.555], [-21.286, -64.16], [7.99, 18.75], [0, 0], [-39.823, -44.719], [12.947, 14.26], [-42.766, -32.558], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [-0.734, -5.276], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [0, 9.377], [20.197, -76.835], [-62.896, 29.788], [-15.809, -12.327], [0, 0], [-37.618, 51.555], [-18.158, -6.567], [-13.452, 88.638], [-44.859, 27.567], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [223.296, -176.754], [263.545, -244.972], [199.248, -217.962], [115.491, -243.765], [-7.726, -120.55], [47.303, -63.665], [-79.388, -330.257], [-153.834, -162.17], [-190.061, -209.475], [-191.067, -208.098], [-187.265, -41.976], [-234.548, -73.638], [-123.141, 153.433], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 162.673], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [-2.007, -67.564], [0.073, 1.079], [87.387, 122.37], [-39.04, -48.734], [12.975, 13.721], [0, 0], [-49.325, -26.607], [15.949, 8.411], [-75.945, 26.843], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [0, -5.327], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [3.542, 119.228], [-4.679, -69.151], [-46.288, 44.066], [-17.873, -5.911], [0, 0], [-17.062, 55.281], [-18.138, -0.281], [-22.571, 90.873], [-44.161, 31.218], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [229.296, -166.754], [283.416, -234.843], [205.248, -204.962], [115.491, -243.765], [-7.726, -120.55], [18.989, -79.519], [-223.077, -277.04], [-236.044, -111.006], [-283.001, -140.889], [-283.457, -139.412], [-227.79, 1.885], [-279.606, -11.329], [-120.232, 144.701], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ] }, { "i": { "x": 0.573, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p573_1_0p167_0p167", "t": 78, "s": [ { "i": [ [0, 0], [0, 162.673], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [-2.007, -67.564], [0.073, 1.079], [87.387, 122.37], [-39.04, -48.734], [12.975, 13.721], [0, 0], [-49.325, -26.607], [15.949, 8.411], [-75.945, 26.843], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [0, -5.327], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [3.542, 119.228], [-4.679, -69.151], [-46.288, 44.066], [-17.873, -5.911], [0, 0], [-17.062, 55.281], [-18.138, -0.281], [-22.571, 90.873], [-44.161, 31.218], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [229.296, -166.754], [283.416, -234.843], [205.248, -204.962], [115.491, -243.765], [-7.726, -120.55], [18.989, -79.519], [-223.077, -277.04], [-236.044, -111.006], [-283.001, -140.889], [-283.457, -139.412], [-227.79, 1.885], [-279.606, -11.329], [-120.232, 144.701], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 162.673], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [0, -67.594], [-2.119, -9.134], [62.477, 76.864], [-53.79, -35.918], [17.116, 9.543], [0, 0], [-57.22, -11.558], [18.443, 3.552], [-52.534, -0.987], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [0, -5.327], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [0, 9.377], [-98.927, -4.958], [-32.489, 55.929], [-19.588, -0.58], [0, 0], [0.016, 58.376], [-18.122, 4.942], [16.086, 50.021], [-43.582, 34.25], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [229.296, -166.754], [283.416, -234.843], [205.248, -204.962], [115.491, -243.765], [-7.726, -120.55], [-4.536, -92.691], [-258.24, -221.306], [-220.129, -56.979], [-276, -72.387], [-276, -70.827], [-177.24, 49.846], [-232.823, 51.957], [-117.816, 137.446], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ] }, { "t": 110 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 120, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-social-networks-15-10-FFFFFF-easey.json ================================================ { "v": "5.3.4", "fr": 60, "ip": 0, "op": 120, "w": 698, "h": 756, "nm": "twit", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 9", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.329, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p329_1_0p333_0", "t": 10, "s": [336, 470, 0], "e": [309, 499, 0], "to": [3.5, 11.8333330154419, 0], "ti": [18.8029289245605, 15.9662799835205, 0] }, { "i": { "x": 0.567, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p567_1_0p333_0", "t": 29, "s": [309, 499, 0], "e": [392, 333, 0], "to": [-38.6666679382324, -32.8333320617676, 0], "ti": [-42.5472412109375, -20.2980270385742, 0] }, { "i": { "x": 0.506, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p506_1_0p333_0", "t": 67, "s": [392, 333, 0], "e": [336, 470, 0], "to": [49.8513221740723, 23.7825870513916, 0], "ti": [9.33333301544189, -22.8333339691162, 0] }, { "t": 119 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.422, "y": 0 }, "n": "0p833_0p833_0p422_0", "t": 3, "s": [ { "i": [ [0, 0], [0, 162.673], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [0, -67.594], [-2.119, -9.134], [62.477, 76.864], [-53.79, -35.918], [17.116, 9.543], [0, 0], [-57.22, -11.558], [18.443, 3.552], [-52.534, -0.987], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [0, -5.327], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [0, 9.377], [-98.927, -4.958], [-32.489, 55.929], [-19.588, -0.58], [0, 0], [0.016, 58.376], [-18.122, 4.942], [16.086, 50.021], [-43.582, 34.25], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [229.296, -166.754], [283.416, -234.843], [205.248, -204.962], [115.491, -243.765], [-7.726, -120.55], [-4.536, -92.691], [-258.24, -221.306], [-220.129, -56.979], [-276, -72.387], [-276, -70.827], [-177.24, 49.846], [-232.823, 51.957], [-117.816, 137.446], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ], "e": [ { "i": [ [0, 0], [12.653, 162.18], [0.769, 5.236], [-14.554, 25.928], [24.255, -9.341], [-15.295, 12.39], [27.06, -7.564], [33.871, -2.642], [-5.257, -67.389], [-2.823, -8.941], [96.444, 69.626], [-53.79, -35.918], [17.116, 9.543], [0, 0], [-57.22, -11.558], [17.027, -19.638], [-71.981, 57.874], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [-0.414, -5.311], [21.122, -26.501], [-18.613, 15.938], [26.63, -11.031], [-29.196, -5.082], [-25.13, -22.866], [-67.391, 5.258], [0.729, 9.349], [-102.685, 37.11], [-32.489, 55.929], [-19.588, -0.58], [0, 0], [0.016, 58.376], [-18.122, 4.942], [68.027, 42.362], [-73.981, 35.874], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [237.494, -118.321], [235.774, -142.171], [274.102, -209.074], [223.188, -177.651], [274.001, -209.288], [196.241, -213.873], [103.738, -245.577], [-9.522, -113.151], [-4.175, -85.625], [-288.24, -163.306], [-250.129, 1.021], [-306, -14.387], [-306, -12.827], [-207.24, 107.846], [-289.823, 122.957], [-117.816, 137.446], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p833_0p833_0p167_0p167", "t": 22, "s": [ { "i": [ [0, 0], [12.653, 162.18], [0.769, 5.236], [-14.554, 25.928], [24.255, -9.341], [-15.295, 12.39], [27.06, -7.564], [33.871, -2.642], [-5.257, -67.389], [-2.823, -8.941], [96.444, 69.626], [-53.79, -35.918], [17.116, 9.543], [0, 0], [-57.22, -11.558], [17.027, -19.638], [-71.981, 57.874], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [-0.414, -5.311], [21.122, -26.501], [-18.613, 15.938], [26.63, -11.031], [-29.196, -5.082], [-25.13, -22.866], [-67.391, 5.258], [0.729, 9.349], [-102.685, 37.11], [-32.489, 55.929], [-19.588, -0.58], [0, 0], [0.016, 58.376], [-18.122, 4.942], [68.027, 42.362], [-73.981, 35.874], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [237.494, -118.321], [235.774, -142.171], [274.102, -209.074], [223.188, -177.651], [274.001, -209.288], [196.241, -213.873], [103.738, -245.577], [-9.522, -113.151], [-4.175, -85.625], [-288.24, -163.306], [-250.129, 1.021], [-306, -14.387], [-306, -12.827], [-207.24, 107.846], [-289.823, 122.957], [-117.816, 137.446], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ], "e": [ { "i": [ [0, 0], [30.024, 203.277], [0.36, 5.28], [-16.527, 24.717], [24.482, -3.552], [-19.158, 21.027], [27.566, -5.436], [33.974, 0], [-0.064, -67.594], [0.772, -0.118], [124.422, 51.371], [-55.784, -33.641], [17.909, 9.01], [0, 0], [-61.577, -11.845], [19.862, 3.662], [-40.638, -4.544], [70.504, -4.272], [12.308, -0.496], [-71.381, -0.81] ], "o": [ [243.619, -21.906], [-0.778, -5.27], [24.091, -17.427], [-22.705, 9.133], [25.249, -10.834], [-22.482, 0.658], [-23.276, -24.751], [-67.596, 0], [0.034, 35.909], [-22.567, -53.779], [-40.204, 49.415], [-21.362, -1.021], [0, 0], [-4.878, 52.444], [-20.223, 3.977], [17.952, 68.372], [-40.284, 23.915], [-9.777, 0.592], [55.808, 40.004], [0, 0] ], "v": [ [-105.368, 247.821], [238.888, -110.023], [238.528, -125.935], [293.047, -186.289], [229.24, -166.698], [283.808, -213.14], [205.192, -204.906], [115.434, -243.709], [-5.782, -108.494], [-6.021, -69.467], [-235.51, -242.117], [-231.634, -75.517], [-291.413, -90.786], [-291.544, -89.384], [-193.714, 21.547], [-254.648, 22.024], [-104.964, 168.501], [-229.752, 203.188], [-266.056, 204.911], [-105.368, 247.725] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p833_0p833_0p167_0p167", "t": 39, "s": [ { "i": [ [0, 0], [30.024, 203.277], [0.36, 5.28], [-16.527, 24.717], [24.482, -3.552], [-19.158, 21.027], [27.566, -5.436], [33.974, 0], [-0.064, -67.594], [0.772, -0.118], [124.422, 51.371], [-55.784, -33.641], [17.909, 9.01], [0, 0], [-61.577, -11.845], [19.862, 3.662], [-40.638, -4.544], [70.504, -4.272], [12.308, -0.496], [-71.381, -0.81] ], "o": [ [243.619, -21.906], [-0.778, -5.27], [24.091, -17.427], [-22.705, 9.133], [25.249, -10.834], [-22.482, 0.658], [-23.276, -24.751], [-67.596, 0], [0.034, 35.909], [-22.567, -53.779], [-40.204, 49.415], [-21.362, -1.021], [0, 0], [-4.878, 52.444], [-20.223, 3.977], [17.952, 68.372], [-40.284, 23.915], [-9.777, 0.592], [55.808, 40.004], [0, 0] ], "v": [ [-105.368, 247.821], [238.888, -110.023], [238.528, -125.935], [293.047, -186.289], [229.24, -166.698], [283.808, -213.14], [205.192, -204.906], [115.434, -243.709], [-5.782, -108.494], [-6.021, -69.467], [-235.51, -242.117], [-231.634, -75.517], [-291.413, -90.786], [-291.544, -89.384], [-193.714, 21.547], [-254.648, 22.024], [-104.964, 168.501], [-229.752, 203.188], [-266.056, 204.911], [-105.368, 247.725] ], "c": false } ], "e": [ { "i": [ [0, 0], [29.427, 211.482], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [0, -67.594], [4.137, -9.343], [2.067, 105.555], [-21.286, -64.16], [7.99, 18.75], [0, 0], [-39.823, -44.719], [12.947, 14.26], [-42.766, -32.558], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [-0.734, -5.276], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [0, 9.377], [20.197, -76.835], [-62.896, 29.788], [-15.809, -12.327], [0, 0], [-37.618, 51.555], [-18.158, -6.567], [-13.452, 88.638], [-44.859, 27.567], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [223.296, -176.754], [263.545, -244.972], [199.248, -217.962], [115.491, -243.765], [-7.726, -120.55], [47.303, -63.665], [-79.388, -330.257], [-153.834, -162.17], [-190.061, -209.475], [-191.067, -208.098], [-187.265, -41.976], [-234.548, -73.638], [-123.141, 153.433], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p833_0p833_0p167_0p167", "t": 57, "s": [ { "i": [ [0, 0], [29.427, 211.482], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [0, -67.594], [4.137, -9.343], [2.067, 105.555], [-21.286, -64.16], [7.99, 18.75], [0, 0], [-39.823, -44.719], [12.947, 14.26], [-42.766, -32.558], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [-0.734, -5.276], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [0, 9.377], [20.197, -76.835], [-62.896, 29.788], [-15.809, -12.327], [0, 0], [-37.618, 51.555], [-18.158, -6.567], [-13.452, 88.638], [-44.859, 27.567], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [223.296, -176.754], [263.545, -244.972], [199.248, -217.962], [115.491, -243.765], [-7.726, -120.55], [47.303, -63.665], [-79.388, -330.257], [-153.834, -162.17], [-190.061, -209.475], [-191.067, -208.098], [-187.265, -41.976], [-234.548, -73.638], [-123.141, 153.433], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 162.673], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [-2.007, -67.564], [0.073, 1.079], [87.387, 122.37], [-39.04, -48.734], [12.975, 13.721], [0, 0], [-49.325, -26.607], [15.949, 8.411], [-75.945, 26.843], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [0, -5.327], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [3.542, 119.228], [-4.679, -69.151], [-46.288, 44.066], [-17.873, -5.911], [0, 0], [-17.062, 55.281], [-18.138, -0.281], [-22.571, 90.873], [-44.161, 31.218], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [229.296, -166.754], [283.416, -234.843], [205.248, -204.962], [115.491, -243.765], [-7.726, -120.55], [18.989, -79.519], [-223.077, -277.04], [-236.044, -111.006], [-283.001, -140.889], [-283.457, -139.412], [-227.79, 1.885], [-279.606, -11.329], [-120.232, 144.701], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ] }, { "i": { "x": 0.573, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p573_1_0p167_0p167", "t": 78, "s": [ { "i": [ [0, 0], [0, 162.673], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [-2.007, -67.564], [0.073, 1.079], [87.387, 122.37], [-39.04, -48.734], [12.975, 13.721], [0, 0], [-49.325, -26.607], [15.949, 8.411], [-75.945, 26.843], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [0, -5.327], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [3.542, 119.228], [-4.679, -69.151], [-46.288, 44.066], [-17.873, -5.911], [0, 0], [-17.062, 55.281], [-18.138, -0.281], [-22.571, 90.873], [-44.161, 31.218], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [229.296, -166.754], [283.416, -234.843], [205.248, -204.962], [115.491, -243.765], [-7.726, -120.55], [18.989, -79.519], [-223.077, -277.04], [-236.044, -111.006], [-283.001, -140.889], [-283.457, -139.412], [-227.79, 1.885], [-279.606, -11.329], [-120.232, 144.701], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ], "e": [ { "i": [ [0, 0], [0, 162.673], [0.36, 5.28], [-16.527, 24.717], [24.403, -2.885], [-9.186, 28.5], [27.566, -5.436], [33.974, 0], [0, -67.594], [-2.119, -9.134], [62.477, 76.864], [-53.79, -35.918], [17.116, 9.543], [0, 0], [-57.22, -11.558], [18.443, 3.552], [-52.534, -0.987], [55.431, 0.055], [9.724, 1.165], [-66.884, 0.089] ], "o": [ [226.416, 0], [0, -5.327], [24.091, -17.427], [-22.466, 9.955], [25.692, -15.38], [-24.163, 14.338], [-23.276, -24.751], [-67.596, 0], [0, 9.377], [-98.927, -4.958], [-32.489, 55.929], [-19.588, -0.58], [0, 0], [0.016, 58.376], [-18.122, 4.942], [16.086, 50.021], [-43.582, 34.25], [-9.795, -0.019], [56.29, 36.123], [0, 0] ], "v": [ [-111.312, 243.765], [238.944, -106.491], [238.584, -122.402], [300, -186.122], [229.296, -166.754], [283.416, -234.843], [205.248, -204.962], [115.491, -243.765], [-7.726, -120.55], [-4.536, -92.691], [-258.24, -221.306], [-220.129, -56.979], [-276, -72.387], [-276, -70.827], [-177.24, 49.846], [-232.823, 51.957], [-117.816, 137.446], [-270.696, 190.246], [-300, 188.469], [-111.312, 243.669] ], "c": false } ] }, { "t": 110 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 120, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-social-networks-15-4-000000-easey.json ================================================ { "v": "5.3.4", "fr": 60, "ip": 0, "op": 89, "w": 654, "h": 634, "nm": "F2", "ddd": 0, "assets": [ { "id": "comp_0", "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 5", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [500, 500, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.254, "y": 0.998 }, "o": { "x": 0.333, "y": 0 }, "n": "0p254_0p998_0p333_0", "t": 3, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-37.267, 0], [0, 0], [0, 0], [32.823, 0], [0, -75.188], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-15.948, 0], [-15.275, 2.397], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -23.725], [0, 0], [0, 0], [0, 0], [-68.527, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [15.275, 2.397], [15.948, 0], [0, 0], [0, 0] ], "v": [ [116.777, 88.541], [130.078, 1.822], [46.875, 1.822], [46.875, -54.454], [95.764, -101.303], [133.594, -101.303], [133.594, -175.131], [66.439, -180.99], [-46.875, -64.271], [-46.875, 1.822], [-123.047, 1.822], [-123.047, 88.541], [-46.875, 88.541], [-46.875, 296.346], [0, 300], [46.875, 296.346], [46.875, 88.541] ], "c": true } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-21.671, 0], [0, 0], [0, 0], [19.087, 0], [0, -43.723], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-9.274, 0], [-8.882, 1.394], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -13.796], [0, 0], [0, 0], [0, 0], [-39.85, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [8.882, 1.394], [9.274, 0], [0, 0], [0, 0] ], "v": [ [69.173, 147.374], [76.908, 96.945], [28.523, 96.945], [28.523, 64.219], [56.953, 36.976], [78.952, 36.976], [78.952, -5.957], [39.9, -9.364], [-25.994, 58.51], [-25.994, 96.945], [-70.29, 96.945], [-70.29, 147.374], [-25.994, 147.374], [-25.994, 268.216], [1.265, 270.341], [28.523, 268.216], [28.523, 147.374] ], "c": true } ] }, { "i": { "x": 0.323, "y": 0.998 }, "o": { "x": 0.333, "y": 0 }, "n": "0p323_0p998_0p333_0", "t": 18, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-21.671, 0], [0, 0], [0, 0], [19.087, 0], [0, -43.723], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-9.274, 0], [-8.882, 1.394], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -13.796], [0, 0], [0, 0], [0, 0], [-39.85, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [8.882, 1.394], [9.274, 0], [0, 0], [0, 0] ], "v": [ [69.173, 147.374], [76.908, 96.945], [28.523, 96.945], [28.523, 64.219], [56.953, 36.976], [78.952, 36.976], [78.952, -5.957], [39.9, -9.364], [-25.994, 58.51], [-25.994, 96.945], [-70.29, 96.945], [-70.29, 147.374], [-25.994, 147.374], [-25.994, 268.216], [1.265, 270.341], [28.523, 268.216], [28.523, 147.374] ], "c": true } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-33.166, 0], [0, 0], [0, 0], [29.211, 0], [0, -66.914], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-14.193, 0], [-13.594, 2.133], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -21.114], [0, 0], [0, 0], [0, 0], [-60.986, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [13.594, 2.133], [14.193, 0], [0, 0], [0, 0] ], "v": [ [103.566, 73.814], [115.403, -3.363], [41.355, -3.363], [41.355, -53.447], [84.865, -95.141], [118.532, -95.141], [118.532, -160.845], [58.767, -166.06], [-42.079, -62.184], [-42.079, -3.363], [-109.87, -3.363], [-109.87, 73.814], [-42.079, 73.814], [-42.079, 258.754], [-0.362, 262.006], [41.355, 258.754], [41.355, 73.814] ], "c": true } ] }, { "i": { "x": 0.398, "y": 0.998 }, "o": { "x": 0.333, "y": 0 }, "n": "0p398_0p998_0p333_0", "t": 36, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-33.166, 0], [0, 0], [0, 0], [29.211, 0], [0, -66.914], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-14.193, 0], [-13.594, 2.133], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -21.114], [0, 0], [0, 0], [0, 0], [-60.986, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [13.594, 2.133], [14.193, 0], [0, 0], [0, 0] ], "v": [ [103.566, 73.814], [115.403, -3.363], [41.355, -3.363], [41.355, -53.447], [84.865, -95.141], [118.532, -95.141], [118.532, -160.845], [58.767, -166.06], [-42.079, -62.184], [-42.079, -3.363], [-109.87, -3.363], [-109.87, 73.814], [-42.079, 73.814], [-42.079, 258.754], [-0.362, 262.006], [41.355, 258.754], [41.355, 73.814] ], "c": true } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-30.303, 0], [0, 0], [0, 0], [26.689, 0], [0, -61.137], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-12.967, 0], [-12.42, 1.949], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -19.291], [0, 0], [0, 0], [0, 0], [-55.721, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [12.42, 1.949], [12.967, 0], [0, 0], [0, 0] ], "v": [ [95.94, 109.041], [106.756, 38.528], [39.101, 38.528], [39.101, -7.232], [78.854, -45.326], [109.614, -45.326], [109.614, -105.358], [55.009, -110.122], [-37.13, -15.215], [-37.13, 38.528], [-99.067, 38.528], [-99.067, 109.041], [-37.13, 109.041], [-37.13, 278.014], [0.985, 280.984], [39.101, 278.014], [39.101, 109.041] ], "c": true } ] }, { "i": { "x": 0.357, "y": 0.998 }, "o": { "x": 0.333, "y": 0 }, "n": "0p357_0p998_0p333_0", "t": 62, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-30.303, 0], [0, 0], [0, 0], [26.689, 0], [0, -61.137], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-12.967, 0], [-12.42, 1.949], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -19.291], [0, 0], [0, 0], [0, 0], [-55.721, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [12.42, 1.949], [12.967, 0], [0, 0], [0, 0] ], "v": [ [95.94, 109.041], [106.756, 38.528], [39.101, 38.528], [39.101, -7.232], [78.854, -45.326], [109.614, -45.326], [109.614, -105.358], [55.009, -110.122], [-37.13, -15.215], [-37.13, 38.528], [-99.067, 38.528], [-99.067, 109.041], [-37.13, 109.041], [-37.13, 278.014], [0.985, 280.984], [39.101, 278.014], [39.101, 109.041] ], "c": true } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-37.267, 0], [0, 0], [0, 0], [32.823, 0], [0, -75.188], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-15.948, 0], [-15.275, 2.397], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -23.725], [0, 0], [0, 0], [0, 0], [-68.527, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [15.275, 2.397], [15.948, 0], [0, 0], [0, 0] ], "v": [ [116.777, 88.541], [130.078, 1.822], [46.875, 1.822], [46.875, -54.454], [95.764, -101.303], [133.594, -101.303], [133.594, -175.131], [66.439, -180.99], [-46.875, -64.271], [-46.875, 1.822], [-123.047, 1.822], [-123.047, 88.541], [-46.875, 88.541], [-46.875, 296.346], [0, 300], [46.875, 296.346], [46.875, 88.541] ], "c": true } ] }, { "t": 88 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 100, "st": 0, "bm": 0 } ] } ], "layers": [ { "ddd": 0, "ind": 1, "ty": 0, "nm": "f2 pre", "parent": 2, "td": 1, "refId": "comp_0", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [0, 0, 0], "ix": 2 }, "a": { "a": 0, "k": [500, 500, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "w": 1000, "h": 1000, "ip": 0, "op": 89, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Слой 6", "tt": 2, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.367], "y": [0.987] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p367_0p987_0p333_0"], "t": 0, "s": [0], "e": [-6] }, { "i": { "x": [0.417], "y": [1.009] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p417_1p009_0p333_0"], "t": 15, "s": [-6], "e": [3] }, { "i": { "x": [0.494], "y": [0.974] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p494_0p974_0p333_0"], "t": 33, "s": [3], "e": [-1] }, { "i": { "x": [0.494], "y": [1.104] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p494_1p104_0p333_0"], "t": 59, "s": [-1], "e": [0] }, { "t": 85 } ], "ix": 10 }, "p": { "a": 0, "k": [311, 626, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 300, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.292, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p292_1_0p333_0", "t": 3, "s": [ { "i": [ [0, -165.685], [165.685, 0], [0, 165.685], [-165.685, 0] ], "o": [ [0, 165.685], [-165.685, 0], [0, -165.685], [165.685, 0] ], "v": [ [300, 0], [0, 300], [-300, 0], [0, -300] ], "c": true } ], "e": [ { "i": [ [0, -118.286], [150.221, 0], [0, 118.286], [-150.221, 0] ], "o": [ [0, 118.286], [-150.221, 0], [0, -118.286], [150.221, 0] ], "v": [ [272, 57.825], [0, 272], [-272, 57.825], [0, -156.35] ], "c": true } ] }, { "i": { "x": 0.456, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p456_1_0p333_0", "t": 18, "s": [ { "i": [ [0, -118.286], [150.221, 0], [0, 118.286], [-150.221, 0] ], "o": [ [0, 118.286], [-150.221, 0], [0, -118.286], [150.221, 0] ], "v": [ [272, 57.825], [0, 272], [-272, 57.825], [0, -156.35] ], "c": true } ], "e": [ { "i": [ [0, -161.78], [178.308, 0], [0, 161.78], [-178.308, 0] ], "o": [ [0, 161.78], [-178.308, 0], [0, -161.78], [178.308, 0] ], "v": [ [322.854, -29.926], [0, 263.003], [-322.854, -29.926], [0, -322.854] ], "c": true } ] }, { "i": { "x": 0.52, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p52_1_0p333_0", "t": 36, "s": [ { "i": [ [0, -161.78], [178.308, 0], [0, 161.78], [-178.308, 0] ], "o": [ [0, 161.78], [-178.308, 0], [0, -161.78], [178.308, 0] ], "v": [ [322.854, -29.926], [0, 263.003], [-322.854, -29.926], [0, -322.854] ], "c": true } ], "e": [ { "i": [ [0, -155.744], [155.744, 0], [0, 155.744], [-155.744, 0] ], "o": [ [0, 155.744], [-155.744, 0], [0, -155.744], [155.744, 0] ], "v": [ [282, 0], [0, 282], [-282, 0], [0, -282] ], "c": true } ] }, { "i": { "x": 0.498, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p498_1_0p333_0", "t": 62, "s": [ { "i": [ [0, -155.744], [155.744, 0], [0, 155.744], [-155.744, 0] ], "o": [ [0, 155.744], [-155.744, 0], [0, -155.744], [155.744, 0] ], "v": [ [282, 0], [0, 282], [-282, 0], [0, -282] ], "c": true } ], "e": [ { "i": [ [0, -165.685], [165.685, 0], [0, 165.685], [-165.685, 0] ], "o": [ [0, 165.685], [-165.685, 0], [0, -165.685], [165.685, 0] ], "v": [ [300, 0], [0, 300], [-300, 0], [0, -300] ], "c": true } ] }, { "t": 88 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 89, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-social-networks-15-4-FFFFFF-easey.json ================================================ { "v": "5.3.4", "fr": 60, "ip": 0, "op": 89, "w": 654, "h": 634, "nm": "F2", "ddd": 0, "assets": [ { "id": "comp_0", "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 5", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [500, 500, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.254, "y": 0.998 }, "o": { "x": 0.333, "y": 0 }, "n": "0p254_0p998_0p333_0", "t": 3, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-37.267, 0], [0, 0], [0, 0], [32.823, 0], [0, -75.188], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-15.948, 0], [-15.275, 2.397], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -23.725], [0, 0], [0, 0], [0, 0], [-68.527, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [15.275, 2.397], [15.948, 0], [0, 0], [0, 0] ], "v": [ [116.777, 88.541], [130.078, 1.822], [46.875, 1.822], [46.875, -54.454], [95.764, -101.303], [133.594, -101.303], [133.594, -175.131], [66.439, -180.99], [-46.875, -64.271], [-46.875, 1.822], [-123.047, 1.822], [-123.047, 88.541], [-46.875, 88.541], [-46.875, 296.346], [0, 300], [46.875, 296.346], [46.875, 88.541] ], "c": true } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-21.671, 0], [0, 0], [0, 0], [19.087, 0], [0, -43.723], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-9.274, 0], [-8.882, 1.394], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -13.796], [0, 0], [0, 0], [0, 0], [-39.85, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [8.882, 1.394], [9.274, 0], [0, 0], [0, 0] ], "v": [ [69.173, 147.374], [76.908, 96.945], [28.523, 96.945], [28.523, 64.219], [56.953, 36.976], [78.952, 36.976], [78.952, -5.957], [39.9, -9.364], [-25.994, 58.51], [-25.994, 96.945], [-70.29, 96.945], [-70.29, 147.374], [-25.994, 147.374], [-25.994, 268.216], [1.265, 270.341], [28.523, 268.216], [28.523, 147.374] ], "c": true } ] }, { "i": { "x": 0.323, "y": 0.998 }, "o": { "x": 0.333, "y": 0 }, "n": "0p323_0p998_0p333_0", "t": 18, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-21.671, 0], [0, 0], [0, 0], [19.087, 0], [0, -43.723], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-9.274, 0], [-8.882, 1.394], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -13.796], [0, 0], [0, 0], [0, 0], [-39.85, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [8.882, 1.394], [9.274, 0], [0, 0], [0, 0] ], "v": [ [69.173, 147.374], [76.908, 96.945], [28.523, 96.945], [28.523, 64.219], [56.953, 36.976], [78.952, 36.976], [78.952, -5.957], [39.9, -9.364], [-25.994, 58.51], [-25.994, 96.945], [-70.29, 96.945], [-70.29, 147.374], [-25.994, 147.374], [-25.994, 268.216], [1.265, 270.341], [28.523, 268.216], [28.523, 147.374] ], "c": true } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-33.166, 0], [0, 0], [0, 0], [29.211, 0], [0, -66.914], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-14.193, 0], [-13.594, 2.133], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -21.114], [0, 0], [0, 0], [0, 0], [-60.986, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [13.594, 2.133], [14.193, 0], [0, 0], [0, 0] ], "v": [ [103.566, 73.814], [115.403, -3.363], [41.355, -3.363], [41.355, -53.447], [84.865, -95.141], [118.532, -95.141], [118.532, -160.845], [58.767, -166.06], [-42.079, -62.184], [-42.079, -3.363], [-109.87, -3.363], [-109.87, 73.814], [-42.079, 73.814], [-42.079, 258.754], [-0.362, 262.006], [41.355, 258.754], [41.355, 73.814] ], "c": true } ] }, { "i": { "x": 0.398, "y": 0.998 }, "o": { "x": 0.333, "y": 0 }, "n": "0p398_0p998_0p333_0", "t": 36, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-33.166, 0], [0, 0], [0, 0], [29.211, 0], [0, -66.914], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-14.193, 0], [-13.594, 2.133], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -21.114], [0, 0], [0, 0], [0, 0], [-60.986, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [13.594, 2.133], [14.193, 0], [0, 0], [0, 0] ], "v": [ [103.566, 73.814], [115.403, -3.363], [41.355, -3.363], [41.355, -53.447], [84.865, -95.141], [118.532, -95.141], [118.532, -160.845], [58.767, -166.06], [-42.079, -62.184], [-42.079, -3.363], [-109.87, -3.363], [-109.87, 73.814], [-42.079, 73.814], [-42.079, 258.754], [-0.362, 262.006], [41.355, 258.754], [41.355, 73.814] ], "c": true } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-30.303, 0], [0, 0], [0, 0], [26.689, 0], [0, -61.137], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-12.967, 0], [-12.42, 1.949], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -19.291], [0, 0], [0, 0], [0, 0], [-55.721, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [12.42, 1.949], [12.967, 0], [0, 0], [0, 0] ], "v": [ [95.94, 109.041], [106.756, 38.528], [39.101, 38.528], [39.101, -7.232], [78.854, -45.326], [109.614, -45.326], [109.614, -105.358], [55.009, -110.122], [-37.13, -15.215], [-37.13, 38.528], [-99.067, 38.528], [-99.067, 109.041], [-37.13, 109.041], [-37.13, 278.014], [0.985, 280.984], [39.101, 278.014], [39.101, 109.041] ], "c": true } ] }, { "i": { "x": 0.357, "y": 0.998 }, "o": { "x": 0.333, "y": 0 }, "n": "0p357_0p998_0p333_0", "t": 62, "s": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-30.303, 0], [0, 0], [0, 0], [26.689, 0], [0, -61.137], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-12.967, 0], [-12.42, 1.949], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -19.291], [0, 0], [0, 0], [0, 0], [-55.721, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [12.42, 1.949], [12.967, 0], [0, 0], [0, 0] ], "v": [ [95.94, 109.041], [106.756, 38.528], [39.101, 38.528], [39.101, -7.232], [78.854, -45.326], [109.614, -45.326], [109.614, -105.358], [55.009, -110.122], [-37.13, -15.215], [-37.13, 38.528], [-99.067, 38.528], [-99.067, 109.041], [-37.13, 109.041], [-37.13, 278.014], [0.985, 280.984], [39.101, 278.014], [39.101, 109.041] ], "c": true } ], "e": [ { "i": [ [0, 0], [0, 0], [0, 0], [0, 0], [-37.267, 0], [0, 0], [0, 0], [32.823, 0], [0, -75.188], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [-15.948, 0], [-15.275, 2.397], [0, 0] ], "o": [ [0, 0], [0, 0], [0, 0], [0, -23.725], [0, 0], [0, 0], [0, 0], [-68.527, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [15.275, 2.397], [15.948, 0], [0, 0], [0, 0] ], "v": [ [116.777, 88.541], [130.078, 1.822], [46.875, 1.822], [46.875, -54.454], [95.764, -101.303], [133.594, -101.303], [133.594, -175.131], [66.439, -180.99], [-46.875, -64.271], [-46.875, 1.822], [-123.047, 1.822], [-123.047, 88.541], [-46.875, 88.541], [-46.875, 296.346], [0, 300], [46.875, 296.346], [46.875, 88.541] ], "c": true } ] }, { "t": 88 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 100, "st": 0, "bm": 0 } ] } ], "layers": [ { "ddd": 0, "ind": 1, "ty": 0, "nm": "f2 pre", "parent": 2, "td": 1, "refId": "comp_0", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [0, 0, 0], "ix": 2 }, "a": { "a": 0, "k": [500, 500, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "w": 1000, "h": 1000, "ip": 0, "op": 89, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Слой 6", "tt": 2, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.367], "y": [0.987] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p367_0p987_0p333_0"], "t": 0, "s": [0], "e": [-6] }, { "i": { "x": [0.417], "y": [1.009] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p417_1p009_0p333_0"], "t": 15, "s": [-6], "e": [3] }, { "i": { "x": [0.494], "y": [0.974] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p494_0p974_0p333_0"], "t": 33, "s": [3], "e": [-1] }, { "i": { "x": [0.494], "y": [1.104] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p494_1p104_0p333_0"], "t": 59, "s": [-1], "e": [0] }, { "t": 85 } ], "ix": 10 }, "p": { "a": 0, "k": [311, 626, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 300, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.292, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p292_1_0p333_0", "t": 3, "s": [ { "i": [ [0, -165.685], [165.685, 0], [0, 165.685], [-165.685, 0] ], "o": [ [0, 165.685], [-165.685, 0], [0, -165.685], [165.685, 0] ], "v": [ [300, 0], [0, 300], [-300, 0], [0, -300] ], "c": true } ], "e": [ { "i": [ [0, -118.286], [150.221, 0], [0, 118.286], [-150.221, 0] ], "o": [ [0, 118.286], [-150.221, 0], [0, -118.286], [150.221, 0] ], "v": [ [272, 57.825], [0, 272], [-272, 57.825], [0, -156.35] ], "c": true } ] }, { "i": { "x": 0.456, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p456_1_0p333_0", "t": 18, "s": [ { "i": [ [0, -118.286], [150.221, 0], [0, 118.286], [-150.221, 0] ], "o": [ [0, 118.286], [-150.221, 0], [0, -118.286], [150.221, 0] ], "v": [ [272, 57.825], [0, 272], [-272, 57.825], [0, -156.35] ], "c": true } ], "e": [ { "i": [ [0, -161.78], [178.308, 0], [0, 161.78], [-178.308, 0] ], "o": [ [0, 161.78], [-178.308, 0], [0, -161.78], [178.308, 0] ], "v": [ [322.854, -29.926], [0, 263.003], [-322.854, -29.926], [0, -322.854] ], "c": true } ] }, { "i": { "x": 0.52, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p52_1_0p333_0", "t": 36, "s": [ { "i": [ [0, -161.78], [178.308, 0], [0, 161.78], [-178.308, 0] ], "o": [ [0, 161.78], [-178.308, 0], [0, -161.78], [178.308, 0] ], "v": [ [322.854, -29.926], [0, 263.003], [-322.854, -29.926], [0, -322.854] ], "c": true } ], "e": [ { "i": [ [0, -155.744], [155.744, 0], [0, 155.744], [-155.744, 0] ], "o": [ [0, 155.744], [-155.744, 0], [0, -155.744], [155.744, 0] ], "v": [ [282, 0], [0, 282], [-282, 0], [0, -282] ], "c": true } ] }, { "i": { "x": 0.498, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p498_1_0p333_0", "t": 62, "s": [ { "i": [ [0, -155.744], [155.744, 0], [0, 155.744], [-155.744, 0] ], "o": [ [0, 155.744], [-155.744, 0], [0, -155.744], [155.744, 0] ], "v": [ [282, 0], [0, 282], [-282, 0], [0, -282] ], "c": true } ], "e": [ { "i": [ [0, -165.685], [165.685, 0], [0, 165.685], [-165.685, 0] ], "o": [ [0, 165.685], [-165.685, 0], [0, -165.685], [165.685, 0] ], "v": [ [300, 0], [0, 300], [-300, 0], [0, -300] ], "c": true } ] }, { "t": 88 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 89, "st": 0, "bm": 0 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-social-networks-15-5-000000-easey.json ================================================ { "v": "5.3.4", "fr": 60, "ip": 0, "op": 71, "w": 584, "h": 598, "nm": "inst ver 2", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 13", "parent": 3, "td": 1, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [0, 0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [65.63, 0], [0, 65.63], [-65.631, 0], [0, -65.631] ], "o": [ [-65.631, 0], [0, -65.631], [65.63, 0], [0, 65.63] ], "v": [ [0.001, 118.834], [-118.834, 0.001], [0.001, -118.834], [118.834, 0.001] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 0, "k": { "i": [ [1.217, 26.665], [6.18, 15.902], [13.898, 13.898], [16.44, 6.389], [26.61, 1.215], [67.895, 0], [26.665, -1.217], [15.903, -6.181], [13.898, -13.898], [6.389, -16.44], [1.215, -26.61], [0, -67.896], [-1.217, -26.665], [-6.181, -15.902], [-13.898, -13.899], [-16.44, -6.389], [-26.61, -1.214], [-67.896, 0], [-26.665, 1.217], [-15.902, 6.18], [-13.899, 13.898], [-6.389, 16.44], [-1.214, 26.61], [0, 67.895] ], "o": [ [-1.214, -26.61], [-6.389, -16.44], [-13.899, -13.898], [-15.902, -6.181], [-26.665, -1.217], [-67.896, 0], [-26.61, 1.215], [-16.44, 6.389], [-13.898, 13.898], [-6.181, 15.902], [-1.217, 26.665], [0, 67.895], [1.215, 26.61], [6.389, 16.44], [13.898, 13.898], [15.903, 6.18], [26.665, 1.217], [67.895, 0], [26.61, -1.214], [16.44, -6.389], [13.898, -13.899], [6.18, -15.902], [1.217, -26.665], [0, -67.896] ], "v": [ [248.496, -103.075], [236.876, -163.76], [208.04, -208.039], [163.759, -236.875], [103.075, -248.496], [0, -250], [-103.075, -248.496], [-163.76, -236.875], [-208.04, -208.039], [-236.876, -163.76], [-248.497, -103.075], [-250, 0], [-248.497, 103.075], [-236.876, 163.759], [-208.04, 208.04], [-163.76, 236.876], [-103.075, 248.496], [0, 250], [103.075, 248.496], [163.759, 236.876], [208.04, 208.04], [236.876, 163.759], [248.496, 103.075], [250, 0] ], "c": true }, "ix": 2 }, "nm": "Path 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 71, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Слой 17", "parent": 3, "tt": 2, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.542], "y": [0.988] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p542_0p988_0p333_0"], "t": 15, "s": [182], "e": [-9] }, { "i": { "x": [0.564], "y": [1.014] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p564_1p014_0p333_0"], "t": 31, "s": [-9], "e": [182] }, { "t": 52 } ], "ix": 10 }, "p": { "a": 0, "k": [0, -97.667, 0], "ix": 2 }, "a": { "a": 0, "k": [0, -83.667, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.542, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p542_1_0p333_0", "t": 18, "s": [ { "i": [ [0, -46.208], [46.208, 0], [0, 46.208], [-46.208, 0] ], "o": [ [0, 46.208], [-46.208, 0], [0, -46.208], [46.208, 0] ], "v": [ [83.667, 0], [0, 83.667], [-83.667, 0], [0, -83.667] ], "c": true } ], "e": [ { "i": [ [0, -59.67], [58.836, 0], [0, 59.67], [-58.836, 0] ], "o": [ [0, 59.67], [-58.836, 0], [0, -59.67], [58.836, 0] ], "v": [ [83.667, 24.376], [-22.865, 132.418], [-129.396, 24.376], [-22.865, -83.667] ], "c": true } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 34, "s": [ { "i": [ [0, -59.67], [58.836, 0], [0, 59.67], [-58.836, 0] ], "o": [ [0, 59.67], [-58.836, 0], [0, -59.67], [58.836, 0] ], "v": [ [83.667, 24.376], [-22.865, 132.418], [-129.396, 24.376], [-22.865, -83.667] ], "c": true } ], "e": [ { "i": [ [0, -46.208], [46.208, 0], [0, 46.208], [-46.208, 0] ], "o": [ [0, 46.208], [-46.208, 0], [0, -46.208], [46.208, 0] ], "v": [ [83.667, 0], [0, 83.667], [-83.667, 0], [0, -83.667] ], "c": true } ] }, { "t": 55 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 21, "op": 42, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "Слой 16", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.404], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p404_1_0p333_0"], "t": 5, "s": [0], "e": [-9] }, { "i": { "x": [0.421], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p421_1_0p333_0"], "t": 20, "s": [-9], "e": [8] }, { "i": { "x": [0.479], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p479_1_0p333_0"], "t": 36, "s": [8], "e": [-3] }, { "i": { "x": [0.421], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p421_1_0p333_0"], "t": 57, "s": [-3], "e": [0] }, { "t": 73 } ], "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.404, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p404_1_0p333_0", "t": 6, "s": [290, 280, 0], "e": [290, 272, 0], "to": [0, -1.33333337306976, 0], "ti": [0, -5.66666650772095, 0] }, { "i": { "x": 0.421, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p421_1_0p333_0", "t": 21, "s": [290, 272, 0], "e": [290, 314, 0], "to": [0, 5.66666650772095, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 37, "s": [290, 314, 0], "e": [290, 272, 0], "to": [0, 0, 0], "ti": [0, 5.66666650772095, 0] }, { "i": { "x": 0.421, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p421_1_0p333_0", "t": 58, "s": [290, 272, 0], "e": [290, 280, 0], "to": [0, -5.66666650772095, 0], "ti": [0, -1.33333337306976, 0] }, { "t": 74 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 1, "s": [ { "i": [ [0, -16.569], [16.569, 0], [0, 16.569], [-16.568, 0] ], "o": [ [0, 16.569], [-16.568, 0], [0, -16.569], [16.569, 0] ], "v": [ [163.451, -133.45], [133.45, -103.451], [103.451, -133.45], [133.45, -163.45] ], "c": true } ], "e": [ { "i": [ [0, -15.291], [15.291, 0], [0, 15.291], [-15.29, 0] ], "o": [ [0, 15.291], [-15.29, 0], [0, -15.291], [15.291, 0] ], "v": [ [150.842, -123.156], [123.156, -95.47], [95.47, -123.156], [123.156, -150.841] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 16, "s": [ { "i": [ [0, -15.291], [15.291, 0], [0, 15.291], [-15.29, 0] ], "o": [ [0, 15.291], [-15.29, 0], [0, -15.291], [15.291, 0] ], "v": [ [150.842, -123.156], [123.156, -95.47], [95.47, -123.156], [123.156, -150.841] ], "c": true } ], "e": [ { "i": [ [0, -18.097], [18.097, 0], [0, 18.097], [-18.096, 0] ], "o": [ [0, 18.097], [-18.096, 0], [0, -18.097], [18.097, 0] ], "v": [ [178.526, -145.758], [145.758, -112.992], [112.992, -145.758], [145.758, -178.525] ], "c": true } ] }, { "i": { "x": 0.533, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p533_1_0p333_0", "t": 32, "s": [ { "i": [ [0, -18.097], [18.097, 0], [0, 18.097], [-18.096, 0] ], "o": [ [0, 18.097], [-18.096, 0], [0, -18.097], [18.097, 0] ], "v": [ [178.526, -145.758], [145.758, -112.992], [112.992, -145.758], [145.758, -178.525] ], "c": true } ], "e": [ { "i": [ [0, -15.049], [15.049, 0], [0, 15.049], [-15.049, 0] ], "o": [ [0, 15.049], [-15.049, 0], [0, -15.049], [15.049, 0] ], "v": [ [148.463, -121.214], [121.214, -93.965], [93.965, -121.214], [121.214, -148.462] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 53, "s": [ { "i": [ [0, -15.049], [15.049, 0], [0, 15.049], [-15.049, 0] ], "o": [ [0, 15.049], [-15.049, 0], [0, -15.049], [15.049, 0] ], "v": [ [148.463, -121.214], [121.214, -93.965], [93.965, -121.214], [121.214, -148.462] ], "c": true } ], "e": [ { "i": [ [0, -16.569], [16.569, 0], [0, 16.569], [-16.568, 0] ], "o": [ [0, 16.569], [-16.568, 0], [0, -16.569], [16.569, 0] ], "v": [ [163.451, -133.45], [133.45, -103.451], [103.451, -133.45], [133.45, -163.45] ], "c": true } ] }, { "t": 69 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.011764706112, 0.015686275437, 0.015686275437, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 1, "s": [ { "i": [ [70.901, 0], [0, -70.902], [-70.902, 0], [0, 70.901] ], "o": [ [-70.902, 0], [0, 70.901], [70.901, 0], [0, -70.902] ], "v": [ [0.001, -128.378], [-128.378, 0.001], [0.001, 128.378], [128.378, 0.001] ], "c": true } ], "e": [ { "i": [ [65.432, 0], [0, -65.433], [-65.433, 0], [0, 65.432] ], "o": [ [-65.433, 0], [0, 65.432], [65.432, 0], [0, -65.433] ], "v": [ [0, -118.475], [-118.475, 0], [0, 118.475], [118.475, 0] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 16, "s": [ { "i": [ [65.432, 0], [0, -65.433], [-65.433, 0], [0, 65.432] ], "o": [ [-65.433, 0], [0, 65.432], [65.432, 0], [0, -65.433] ], "v": [ [0, -118.475], [-118.475, 0], [0, 118.475], [118.475, 0] ], "c": true } ], "e": [ { "i": [ [77.44, 0], [0, -77.441], [-77.442, 0], [0, 77.44] ], "o": [ [-77.442, 0], [0, 77.44], [77.44, 0], [0, -77.441] ], "v": [ [0.001, -140.218], [-140.218, 0.001], [0.001, 140.218], [140.218, 0.001] ], "c": true } ] }, { "i": { "x": 0.265, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p265_1_0p333_0", "t": 32, "s": [ { "i": [ [77.44, 0], [0, -77.441], [-77.442, 0], [0, 77.44] ], "o": [ [-77.442, 0], [0, 77.44], [77.44, 0], [0, -77.441] ], "v": [ [0.001, -140.218], [-140.218, 0.001], [0.001, 140.218], [140.218, 0.001] ], "c": true } ], "e": [ { "i": [ [70.205, 0], [0, -70.206], [-70.206, 0], [0, 70.205] ], "o": [ [-70.206, 0], [0, 70.205], [70.205, 0], [0, -70.206] ], "v": [ [0.001, -127.117], [-127.117, 0.001], [0.001, 127.117], [127.117, 0.001] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 53, "s": [ { "i": [ [70.205, 0], [0, -70.206], [-70.206, 0], [0, 70.205] ], "o": [ [-70.206, 0], [0, 70.205], [70.205, 0], [0, -70.206] ], "v": [ [0.001, -127.117], [-127.117, 0.001], [0.001, 127.117], [127.117, 0.001] ], "c": true } ], "e": [ { "i": [ [70.901, 0], [0, -70.902], [-70.902, 0], [0, 70.901] ], "o": [ [-70.902, 0], [0, 70.901], [70.901, 0], [0, -70.902] ], "v": [ [0.001, -128.378], [-128.378, 0.001], [0.001, 128.378], [128.378, 0.001] ], "c": true } ] }, { "t": 69 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 1, "s": [ { "i": [ [46.023, 0], [0, 46.023], [-46.024, 0], [0, -46.024] ], "o": [ [-46.024, 0], [0, -46.024], [46.023, 0], [0, 46.023] ], "v": [ [0.001, 83.333], [-83.333, 0.001], [0.001, -83.333], [83.333, 0.001] ], "c": true } ], "e": [ { "i": [ [42.473, 0], [0, 42.473], [-42.474, 0], [0, -42.474] ], "o": [ [-42.474, 0], [0, -42.474], [42.473, 0], [0, 42.473] ], "v": [ [0, 76.905], [-76.905, 0], [0, -76.905], [76.905, 0] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 16, "s": [ { "i": [ [42.473, 0], [0, 42.473], [-42.474, 0], [0, -42.474] ], "o": [ [-42.474, 0], [0, -42.474], [42.473, 0], [0, 42.473] ], "v": [ [0, 76.905], [-76.905, 0], [0, -76.905], [76.905, 0] ], "c": true } ], "e": [ { "i": [ [50.268, 0], [0, 50.268], [-50.269, 0], [0, -50.269] ], "o": [ [-50.269, 0], [0, -50.269], [50.268, 0], [0, 50.268] ], "v": [ [0.001, 91.019], [-91.019, 0.001], [0.001, -91.019], [91.019, 0.001] ], "c": true } ] }, { "i": { "x": 0.265, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p265_1_0p333_0", "t": 32, "s": [ { "i": [ [50.268, 0], [0, 50.268], [-50.269, 0], [0, -50.269] ], "o": [ [-50.269, 0], [0, -50.269], [50.268, 0], [0, 50.268] ], "v": [ [0.001, 91.019], [-91.019, 0.001], [0.001, -91.019], [91.019, 0.001] ], "c": true } ], "e": [ { "i": [ [45.571, 0], [0, 45.571], [-45.572, 0], [0, -45.572] ], "o": [ [-45.572, 0], [0, -45.572], [45.571, 0], [0, 45.571] ], "v": [ [0, 82.515], [-82.515, 0], [0, -82.515], [82.515, 0] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 53, "s": [ { "i": [ [45.571, 0], [0, 45.571], [-45.572, 0], [0, -45.572] ], "o": [ [-45.572, 0], [0, -45.572], [45.571, 0], [0, 45.571] ], "v": [ [0, 82.515], [-82.515, 0], [0, -82.515], [82.515, 0] ], "c": true } ], "e": [ { "i": [ [46.023, 0], [0, 46.023], [-46.024, 0], [0, -46.024] ], "o": [ [-46.024, 0], [0, -46.024], [46.023, 0], [0, 46.023] ], "v": [ [0.001, 83.333], [-83.333, 0.001], [0.001, -83.333], [83.333, 0.001] ], "c": true } ] }, { "t": 69 } ], "ix": 2 }, "nm": "Path 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.011764706112, 0.015686275437, 0.015686275437, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 2", "np": 3, "cix": 2, "ix": 2, "mn": "ADBE Vector Group", "hd": false }, { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 0, "s": [ { "i": [ [-66.753, 0], [-26.361, -1.203], [-8.809, -3.423], [-8.748, -8.748], [-4.535, -11.668], [-1.111, -24.375], [0, -66.753], [1.203, -26.362], [3.424, -8.809], [8.749, -8.748], [11.669, -4.535], [24.375, -1.111], [66.757, 0], [26.359, 1.203], [8.809, 3.424], [8.749, 8.749], [4.534, 11.669], [1.112, 24.375], [0, 66.752], [-1.203, 26.361], [-3.424, 8.809], [-8.748, 8.748], [-11.669, 4.535], [-24.375, 1.112] ], "o": [ [66.752, 0], [24.375, 1.112], [11.669, 4.535], [8.749, 8.748], [3.424, 8.809], [1.203, 26.361], [0, 66.752], [-1.111, 24.375], [-4.535, 11.669], [-8.748, 8.749], [-8.809, 3.424], [-26.358, 1.203], [-66.758, 0], [-24.375, -1.111], [-11.669, -4.535], [-8.748, -8.748], [-3.424, -8.809], [-1.203, -26.362], [0, -66.753], [1.112, -24.375], [4.534, -11.668], [8.749, -8.748], [8.809, -3.423], [26.361, -1.203] ], "v": [ [0.001, -204.954], [101.021, -203.497], [147.443, -194.889], [176.188, -176.188], [194.889, -147.443], [203.497, -101.021], [204.955, 0.001], [203.497, 101.021], [194.889, 147.443], [176.188, 176.188], [147.443, 194.889], [101.021, 203.497], [0.001, 204.955], [-101.021, 203.497], [-147.443, 194.889], [-176.189, 176.188], [-194.889, 147.443], [-203.498, 101.021], [-204.955, 0.001], [-203.498, -101.021], [-194.889, -147.443], [-176.189, -176.188], [-147.443, -194.889], [-101.021, -203.497] ], "c": true } ], "e": [ { "i": [ [-61.604, 0], [-24.328, -1.11], [-8.13, -3.159], [-8.073, -8.072], [-4.185, -10.768], [-1.026, -22.494], [0, -61.604], [1.109, -24.328], [3.16, -8.13], [8.073, -8.074], [10.769, -4.185], [22.494, -1.026], [61.607, 0], [24.325, 1.109], [8.13, 3.159], [8.074, 8.074], [4.185, 10.769], [1.026, 22.494], [0, 61.603], [-1.11, 24.328], [-3.159, 8.13], [-8.073, 8.072], [-10.77, 4.184], [-22.494, 1.026] ], "o": [ [61.603, 0], [22.494, 1.027], [10.769, 4.185], [8.074, 8.073], [3.16, 8.13], [1.11, 24.328], [0, 61.603], [-1.026, 22.494], [-4.185, 10.769], [-8.073, 8.074], [-8.13, 3.16], [-24.324, 1.11], [-61.608, 0], [-22.494, -1.026], [-10.769, -4.185], [-8.073, -8.073], [-3.16, -8.13], [-1.11, -24.328], [0, -61.604], [1.027, -22.494], [4.184, -10.768], [8.074, -8.073], [8.13, -3.159], [24.328, -1.11] ], "v": [ [0, -189.143], [93.228, -187.799], [136.069, -179.855], [162.596, -162.596], [179.855, -136.069], [187.799, -93.228], [189.144, 0], [187.799, 93.228], [179.855, 136.069], [162.596, 162.596], [136.069, 179.855], [93.228, 187.799], [0, 189.144], [-93.228, 187.799], [-136.069, 179.855], [-162.597, 162.596], [-179.855, 136.069], [-187.8, 93.228], [-189.144, 0], [-187.8, -93.228], [-179.855, -136.069], [-162.597, -162.596], [-136.069, -179.855], [-93.228, -187.799] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 15, "s": [ { "i": [ [-61.604, 0], [-24.328, -1.11], [-8.13, -3.159], [-8.073, -8.072], [-4.185, -10.768], [-1.026, -22.494], [0, -61.604], [1.109, -24.328], [3.16, -8.13], [8.073, -8.074], [10.769, -4.185], [22.494, -1.026], [61.607, 0], [24.325, 1.109], [8.13, 3.159], [8.074, 8.074], [4.185, 10.769], [1.026, 22.494], [0, 61.603], [-1.11, 24.328], [-3.159, 8.13], [-8.073, 8.072], [-10.77, 4.184], [-22.494, 1.026] ], "o": [ [61.603, 0], [22.494, 1.027], [10.769, 4.185], [8.074, 8.073], [3.16, 8.13], [1.11, 24.328], [0, 61.603], [-1.026, 22.494], [-4.185, 10.769], [-8.073, 8.074], [-8.13, 3.16], [-24.324, 1.11], [-61.608, 0], [-22.494, -1.026], [-10.769, -4.185], [-8.073, -8.073], [-3.16, -8.13], [-1.11, -24.328], [0, -61.604], [1.027, -22.494], [4.184, -10.768], [8.074, -8.073], [8.13, -3.159], [24.328, -1.11] ], "v": [ [0, -189.143], [93.228, -187.799], [136.069, -179.855], [162.596, -162.596], [179.855, -136.069], [187.799, -93.228], [189.144, 0], [187.799, 93.228], [179.855, 136.069], [162.596, 162.596], [136.069, 179.855], [93.228, 187.799], [0, 189.144], [-93.228, 187.799], [-136.069, 179.855], [-162.597, 162.596], [-179.855, 136.069], [-187.8, 93.228], [-189.144, 0], [-187.8, -93.228], [-179.855, -136.069], [-162.597, -162.596], [-136.069, -179.855], [-93.228, -187.799] ], "c": true } ], "e": [ { "i": [ [-72.91, 0], [-28.793, -1.314], [-9.622, -3.739], [-9.555, -9.554], [-4.953, -12.745], [-1.215, -26.623], [0, -72.91], [1.313, -28.793], [3.739, -9.622], [9.555, -9.556], [12.746, -4.953], [26.623, -1.215], [72.914, 0], [28.79, 1.313], [9.622, 3.739], [9.556, 9.556], [4.953, 12.745], [1.215, 26.623], [0, 72.909], [-1.314, 28.793], [-3.739, 9.622], [-9.555, 9.554], [-12.746, 4.952], [-26.623, 1.215] ], "o": [ [72.909, 0], [26.623, 1.215], [12.746, 4.953], [9.556, 9.555], [3.739, 9.622], [1.314, 28.793], [0, 72.909], [-1.214, 26.623], [-4.953, 12.746], [-9.555, 9.556], [-9.622, 3.74], [-28.788, 1.314], [-72.915, 0], [-26.623, -1.214], [-12.746, -4.953], [-9.555, -9.555], [-3.739, -9.622], [-1.314, -28.793], [0, -72.91], [1.215, -26.623], [4.952, -12.745], [9.556, -9.555], [9.622, -3.738], [28.793, -1.314] ], "v": [ [0.001, -223.857], [110.338, -222.265], [161.041, -212.864], [192.438, -192.437], [212.864, -161.041], [222.265, -110.338], [223.858, 0.001], [222.265, 110.338], [212.864, 161.041], [192.438, 192.437], [161.041, 212.864], [110.338, 222.265], [0.001, 223.858], [-110.338, 222.265], [-161.041, 212.864], [-192.439, 192.437], [-212.864, 161.041], [-222.266, 110.338], [-223.858, 0.001], [-222.266, -110.338], [-212.864, -161.041], [-192.439, -192.437], [-161.041, -212.864], [-110.338, -222.265] ], "c": true } ] }, { "i": { "x": 0.533, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p533_1_0p333_0", "t": 31, "s": [ { "i": [ [-72.91, 0], [-28.793, -1.314], [-9.622, -3.739], [-9.555, -9.554], [-4.953, -12.745], [-1.215, -26.623], [0, -72.91], [1.313, -28.793], [3.739, -9.622], [9.555, -9.556], [12.746, -4.953], [26.623, -1.215], [72.914, 0], [28.79, 1.313], [9.622, 3.739], [9.556, 9.556], [4.953, 12.745], [1.215, 26.623], [0, 72.909], [-1.314, 28.793], [-3.739, 9.622], [-9.555, 9.554], [-12.746, 4.952], [-26.623, 1.215] ], "o": [ [72.909, 0], [26.623, 1.215], [12.746, 4.953], [9.556, 9.555], [3.739, 9.622], [1.314, 28.793], [0, 72.909], [-1.214, 26.623], [-4.953, 12.746], [-9.555, 9.556], [-9.622, 3.74], [-28.788, 1.314], [-72.915, 0], [-26.623, -1.214], [-12.746, -4.953], [-9.555, -9.555], [-3.739, -9.622], [-1.314, -28.793], [0, -72.91], [1.215, -26.623], [4.952, -12.745], [9.556, -9.555], [9.622, -3.738], [28.793, -1.314] ], "v": [ [0.001, -223.857], [110.338, -222.265], [161.041, -212.864], [192.438, -192.437], [212.864, -161.041], [222.265, -110.338], [223.858, 0.001], [222.265, 110.338], [212.864, 161.041], [192.438, 192.437], [161.041, 212.864], [110.338, 222.265], [0.001, 223.858], [-110.338, 222.265], [-161.041, 212.864], [-192.439, 192.437], [-212.864, 161.041], [-222.266, 110.338], [-223.858, 0.001], [-222.266, -110.338], [-212.864, -161.041], [-192.439, -192.437], [-161.041, -212.864], [-110.338, -222.265] ], "c": true } ], "e": [ { "i": [ [-60.632, 0], [-23.944, -1.093], [-8.001, -3.11], [-7.946, -7.945], [-4.119, -10.599], [-1.01, -22.14], [0, -60.632], [1.092, -23.944], [3.11, -8.002], [7.946, -7.947], [10.599, -4.119], [22.14, -1.01], [60.636, 0], [23.942, 1.092], [8.002, 3.11], [7.947, 7.947], [4.119, 10.599], [1.01, 22.14], [0, 60.631], [-1.093, 23.944], [-3.109, 8.002], [-7.946, 7.945], [-10.6, 4.118], [-22.14, 1.01] ], "o": [ [60.631, 0], [22.14, 1.01], [10.599, 4.119], [7.947, 7.946], [3.11, 8.002], [1.092, 23.944], [0, 60.631], [-1.01, 22.14], [-4.119, 10.599], [-7.946, 7.947], [-8.002, 3.11], [-23.941, 1.092], [-60.637, 0], [-22.14, -1.01], [-10.599, -4.119], [-7.946, -7.946], [-3.11, -8.002], [-1.092, -23.944], [0, -60.632], [1.01, -22.14], [4.118, -10.598], [7.947, -7.946], [8.002, -3.109], [23.944, -1.092] ], "v": [ [0, -186.161], [91.758, -184.838], [133.923, -177.019], [160.033, -160.033], [177.019, -133.923], [184.838, -91.758], [186.162, 0], [184.838, 91.758], [177.019, 133.923], [160.033, 160.033], [133.923, 177.019], [91.758, 184.838], [0, 186.162], [-91.758, 184.838], [-133.923, 177.019], [-160.033, 160.033], [-177.019, 133.923], [-184.839, 91.758], [-186.162, 0], [-184.839, -91.758], [-177.019, -133.923], [-160.033, -160.033], [-133.923, -177.019], [-91.758, -184.838] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 52, "s": [ { "i": [ [-60.632, 0], [-23.944, -1.093], [-8.001, -3.11], [-7.946, -7.945], [-4.119, -10.599], [-1.01, -22.14], [0, -60.632], [1.092, -23.944], [3.11, -8.002], [7.946, -7.947], [10.599, -4.119], [22.14, -1.01], [60.636, 0], [23.942, 1.092], [8.002, 3.11], [7.947, 7.947], [4.119, 10.599], [1.01, 22.14], [0, 60.631], [-1.093, 23.944], [-3.109, 8.002], [-7.946, 7.945], [-10.6, 4.118], [-22.14, 1.01] ], "o": [ [60.631, 0], [22.14, 1.01], [10.599, 4.119], [7.947, 7.946], [3.11, 8.002], [1.092, 23.944], [0, 60.631], [-1.01, 22.14], [-4.119, 10.599], [-7.946, 7.947], [-8.002, 3.11], [-23.941, 1.092], [-60.637, 0], [-22.14, -1.01], [-10.599, -4.119], [-7.946, -7.946], [-3.11, -8.002], [-1.092, -23.944], [0, -60.632], [1.01, -22.14], [4.118, -10.598], [7.947, -7.946], [8.002, -3.109], [23.944, -1.092] ], "v": [ [0, -186.161], [91.758, -184.838], [133.923, -177.019], [160.033, -160.033], [177.019, -133.923], [184.838, -91.758], [186.162, 0], [184.838, 91.758], [177.019, 133.923], [160.033, 160.033], [133.923, 177.019], [91.758, 184.838], [0, 186.162], [-91.758, 184.838], [-133.923, 177.019], [-160.033, 160.033], [-177.019, 133.923], [-184.839, 91.758], [-186.162, 0], [-184.839, -91.758], [-177.019, -133.923], [-160.033, -160.033], [-133.923, -177.019], [-91.758, -184.838] ], "c": true } ], "e": [ { "i": [ [-66.753, 0], [-26.361, -1.203], [-8.809, -3.423], [-8.748, -8.748], [-4.535, -11.668], [-1.111, -24.375], [0, -66.753], [1.203, -26.362], [3.424, -8.809], [8.749, -8.748], [11.669, -4.535], [24.375, -1.111], [66.757, 0], [26.359, 1.203], [8.809, 3.424], [8.749, 8.749], [4.534, 11.669], [1.112, 24.375], [0, 66.752], [-1.203, 26.361], [-3.424, 8.809], [-8.748, 8.748], [-11.669, 4.535], [-24.375, 1.112] ], "o": [ [66.752, 0], [24.375, 1.112], [11.669, 4.535], [8.749, 8.748], [3.424, 8.809], [1.203, 26.361], [0, 66.752], [-1.111, 24.375], [-4.535, 11.669], [-8.748, 8.749], [-8.809, 3.424], [-26.358, 1.203], [-66.758, 0], [-24.375, -1.111], [-11.669, -4.535], [-8.748, -8.748], [-3.424, -8.809], [-1.203, -26.362], [0, -66.753], [1.112, -24.375], [4.534, -11.668], [8.749, -8.748], [8.809, -3.423], [26.361, -1.203] ], "v": [ [0.001, -204.954], [101.021, -203.497], [147.443, -194.889], [176.188, -176.188], [194.889, -147.443], [203.497, -101.021], [204.955, 0.001], [203.497, 101.021], [194.889, 147.443], [176.188, 176.188], [147.443, 194.889], [101.021, 203.497], [0.001, 204.955], [-101.021, 203.497], [-147.443, 194.889], [-176.189, 176.188], [-194.889, 147.443], [-203.498, 101.021], [-204.955, 0.001], [-203.498, -101.021], [-194.889, -147.443], [-176.189, -176.188], [-147.443, -194.889], [-101.021, -203.497] ], "c": true } ] }, { "t": 68 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 0, "s": [ { "i": [ [67.895, 0], [26.665, -1.217], [15.903, -6.181], [13.898, -13.898], [6.389, -16.44], [1.215, -26.61], [0, -67.896], [-1.217, -26.665], [-6.181, -15.902], [-13.898, -13.899], [-16.44, -6.389], [-26.61, -1.214], [-67.896, 0], [-26.665, 1.217], [-15.902, 6.18], [-13.899, 13.898], [-6.389, 16.44], [-1.214, 26.61], [0, 67.895], [1.217, 26.665], [6.18, 15.902], [13.898, 13.898], [16.44, 6.389], [26.61, 1.215] ], "o": [ [-67.896, 0], [-26.61, 1.215], [-16.44, 6.389], [-13.898, 13.898], [-6.181, 15.902], [-1.217, 26.665], [0, 67.895], [1.215, 26.61], [6.389, 16.44], [13.898, 13.898], [15.903, 6.18], [26.665, 1.217], [67.895, 0], [26.61, -1.214], [16.44, -6.389], [13.898, -13.899], [6.18, -15.902], [1.217, -26.665], [0, -67.896], [-1.214, -26.61], [-6.389, -16.44], [-13.899, -13.898], [-15.902, -6.181], [-26.665, -1.217] ], "v": [ [0.001, -250], [-103.075, -248.496], [-163.76, -236.875], [-208.04, -208.039], [-236.876, -163.76], [-248.497, -103.075], [-250, 0.001], [-248.497, 103.075], [-236.876, 163.759], [-208.04, 208.04], [-163.76, 236.876], [-103.075, 248.496], [0.001, 250], [103.075, 248.496], [163.759, 236.876], [208.04, 208.04], [236.876, 163.759], [248.496, 103.075], [250, 0.001], [248.496, -103.075], [236.876, -163.76], [208.04, -208.039], [163.759, -236.875], [103.075, -248.496] ], "c": true } ], "e": [ { "i": [ [62.658, 0], [24.608, -1.123], [14.676, -5.704], [12.826, -12.826], [5.897, -15.171], [1.12, -24.557], [0, -62.659], [-1.123, -24.608], [-5.703, -14.675], [-12.827, -12.827], [-15.172, -5.895], [-24.557, -1.12], [-62.659, 0], [-24.608, 1.122], [-14.675, 5.703], [-12.826, 12.827], [-5.896, 15.172], [-1.12, 24.557], [0, 62.658], [1.122, 24.608], [5.703, 14.675], [12.827, 12.826], [15.171, 5.897], [24.557, 1.12] ], "o": [ [-62.659, 0], [-24.557, 1.121], [-15.172, 5.896], [-12.826, 12.826], [-5.704, 14.675], [-1.123, 24.608], [0, 62.658], [1.121, 24.557], [5.896, 15.172], [12.826, 12.826], [14.676, 5.703], [24.608, 1.123], [62.658, 0], [24.557, -1.12], [15.172, -5.896], [12.826, -12.827], [5.703, -14.675], [1.123, -24.608], [0, -62.659], [-1.12, -24.557], [-5.896, -15.171], [-12.827, -12.826], [-14.675, -5.704], [-24.608, -1.123] ], "v": [ [0, -230.714], [-95.123, -229.326], [-151.128, -218.602], [-191.992, -191.991], [-218.603, -151.127], [-229.327, -95.123], [-230.714, 0], [-229.327, 95.123], [-218.603, 151.127], [-191.992, 191.992], [-151.128, 218.603], [-95.123, 229.326], [0, 230.714], [95.123, 229.326], [151.127, 218.603], [191.992, 191.992], [218.603, 151.127], [229.326, 95.123], [230.714, 0], [229.326, -95.123], [218.603, -151.127], [191.992, -191.991], [151.127, -218.602], [95.123, -229.326] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 15, "s": [ { "i": [ [62.658, 0], [24.608, -1.123], [14.676, -5.704], [12.826, -12.826], [5.897, -15.171], [1.12, -24.557], [0, -62.659], [-1.123, -24.608], [-5.703, -14.675], [-12.827, -12.827], [-15.172, -5.895], [-24.557, -1.12], [-62.659, 0], [-24.608, 1.122], [-14.675, 5.703], [-12.826, 12.827], [-5.896, 15.172], [-1.12, 24.557], [0, 62.658], [1.122, 24.608], [5.703, 14.675], [12.827, 12.826], [15.171, 5.897], [24.557, 1.12] ], "o": [ [-62.659, 0], [-24.557, 1.121], [-15.172, 5.896], [-12.826, 12.826], [-5.704, 14.675], [-1.123, 24.608], [0, 62.658], [1.121, 24.557], [5.896, 15.172], [12.826, 12.826], [14.676, 5.703], [24.608, 1.123], [62.658, 0], [24.557, -1.12], [15.172, -5.896], [12.826, -12.827], [5.703, -14.675], [1.123, -24.608], [0, -62.659], [-1.12, -24.557], [-5.896, -15.171], [-12.827, -12.826], [-14.675, -5.704], [-24.608, -1.123] ], "v": [ [0, -230.714], [-95.123, -229.326], [-151.128, -218.602], [-191.992, -191.991], [-218.603, -151.127], [-229.327, -95.123], [-230.714, 0], [-229.327, 95.123], [-218.603, 151.127], [-191.992, 191.992], [-151.128, 218.603], [-95.123, 229.326], [0, 230.714], [95.123, 229.326], [151.127, 218.603], [191.992, 191.992], [218.603, 151.127], [229.326, 95.123], [230.714, 0], [229.326, -95.123], [218.603, -151.127], [191.992, -191.991], [151.127, -218.602], [95.123, -229.326] ], "c": true } ], "e": [ { "i": [ [74.157, 0], [29.124, -1.329], [17.37, -6.75], [15.18, -15.18], [6.979, -17.956], [1.326, -29.064], [0, -74.158], [-1.329, -29.124], [-6.75, -17.369], [-15.181, -15.181], [-17.956, -6.977], [-29.064, -1.326], [-74.158, 0], [-29.124, 1.328], [-17.368, 6.75], [-15.18, 15.181], [-6.978, 17.956], [-1.326, 29.064], [0, 74.157], [1.328, 29.124], [6.75, 17.368], [15.181, 15.179], [17.956, 6.979], [29.064, 1.326] ], "o": [ [-74.158, 0], [-29.064, 1.327], [-17.956, 6.978], [-15.18, 15.18], [-6.751, 17.368], [-1.329, 29.124], [0, 74.157], [1.327, 29.064], [6.978, 17.956], [15.18, 15.18], [17.37, 6.749], [29.124, 1.329], [74.157, 0], [29.064, -1.326], [17.956, -6.978], [15.18, -15.181], [6.75, -17.368], [1.329, -29.124], [0, -74.158], [-1.326, -29.064], [-6.978, -17.956], [-15.181, -15.18], [-17.368, -6.751], [-29.124, -1.329] ], "v": [ [0.001, -273.057], [-112.581, -271.414], [-178.864, -258.721], [-227.227, -227.226], [-258.722, -178.863], [-271.415, -112.581], [-273.057, 0.001], [-271.415, 112.581], [-258.722, 178.863], [-227.227, 227.227], [-178.864, 258.722], [-112.581, 271.414], [0.001, 273.057], [112.581, 271.414], [178.863, 258.722], [227.228, 227.227], [258.722, 178.863], [271.414, 112.581], [273.057, 0.001], [271.414, -112.581], [258.722, -178.863], [227.228, -227.226], [178.863, -258.721], [112.581, -271.414] ], "c": true } ] }, { "i": { "x": 0.533, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p533_1_0p333_0", "t": 31, "s": [ { "i": [ [74.157, 0], [29.124, -1.329], [17.37, -6.75], [15.18, -15.18], [6.979, -17.956], [1.326, -29.064], [0, -74.158], [-1.329, -29.124], [-6.75, -17.369], [-15.181, -15.181], [-17.956, -6.977], [-29.064, -1.326], [-74.158, 0], [-29.124, 1.328], [-17.368, 6.75], [-15.18, 15.181], [-6.978, 17.956], [-1.326, 29.064], [0, 74.157], [1.328, 29.124], [6.75, 17.368], [15.181, 15.179], [17.956, 6.979], [29.064, 1.326] ], "o": [ [-74.158, 0], [-29.064, 1.327], [-17.956, 6.978], [-15.18, 15.18], [-6.751, 17.368], [-1.329, 29.124], [0, 74.157], [1.327, 29.064], [6.978, 17.956], [15.18, 15.18], [17.37, 6.749], [29.124, 1.329], [74.157, 0], [29.064, -1.326], [17.956, -6.978], [15.18, -15.181], [6.75, -17.368], [1.329, -29.124], [0, -74.158], [-1.326, -29.064], [-6.978, -17.956], [-15.181, -15.18], [-17.368, -6.751], [-29.124, -1.329] ], "v": [ [0.001, -273.057], [-112.581, -271.414], [-178.864, -258.721], [-227.227, -227.226], [-258.722, -178.863], [-271.415, -112.581], [-273.057, 0.001], [-271.415, 112.581], [-258.722, 178.863], [-227.227, 227.227], [-178.864, 258.722], [-112.581, 271.414], [0.001, 273.057], [112.581, 271.414], [178.863, 258.722], [227.228, 227.227], [258.722, 178.863], [271.414, 112.581], [273.057, 0.001], [271.414, -112.581], [258.722, -178.863], [227.228, -227.226], [178.863, -258.721], [112.581, -271.414] ], "c": true } ], "e": [ { "i": [ [61.67, 0], [24.22, -1.106], [14.445, -5.614], [12.624, -12.624], [5.804, -14.932], [1.103, -24.17], [0, -61.671], [-1.106, -24.22], [-5.613, -14.444], [-12.624, -12.624], [-14.933, -5.802], [-24.17, -1.103], [-61.671, 0], [-24.22, 1.105], [-14.444, 5.613], [-12.624, 12.625], [-5.803, 14.932], [-1.103, 24.17], [0, 61.67], [1.105, 24.22], [5.613, 14.444], [12.624, 12.623], [14.932, 5.804], [24.17, 1.103] ], "o": [ [-61.671, 0], [-24.17, 1.103], [-14.932, 5.803], [-12.624, 12.624], [-5.614, 14.444], [-1.105, 24.22], [0, 61.67], [1.103, 24.17], [5.803, 14.932], [12.624, 12.624], [14.445, 5.613], [24.22, 1.105], [61.67, 0], [24.17, -1.102], [14.932, -5.803], [12.624, -12.625], [5.613, -14.444], [1.105, -24.22], [0, -61.671], [-1.102, -24.17], [-5.803, -14.932], [-12.625, -12.624], [-14.444, -5.614], [-24.22, -1.105] ], "v": [ [0, -227.076], [-93.623, -225.71], [-148.745, -215.155], [-188.964, -188.963], [-215.156, -148.744], [-225.711, -93.623], [-227.076, 0], [-225.711, 93.623], [-215.156, 148.744], [-188.964, 188.964], [-148.745, 215.156], [-93.623, 225.71], [0, 227.076], [93.623, 225.71], [148.744, 215.156], [188.964, 188.964], [215.156, 148.744], [225.71, 93.623], [227.076, 0], [225.71, -93.623], [215.156, -148.744], [188.964, -188.963], [148.744, -215.155], [93.623, -225.71] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 52, "s": [ { "i": [ [61.67, 0], [24.22, -1.106], [14.445, -5.614], [12.624, -12.624], [5.804, -14.932], [1.103, -24.17], [0, -61.671], [-1.106, -24.22], [-5.613, -14.444], [-12.624, -12.624], [-14.933, -5.802], [-24.17, -1.103], [-61.671, 0], [-24.22, 1.105], [-14.444, 5.613], [-12.624, 12.625], [-5.803, 14.932], [-1.103, 24.17], [0, 61.67], [1.105, 24.22], [5.613, 14.444], [12.624, 12.623], [14.932, 5.804], [24.17, 1.103] ], "o": [ [-61.671, 0], [-24.17, 1.103], [-14.932, 5.803], [-12.624, 12.624], [-5.614, 14.444], [-1.105, 24.22], [0, 61.67], [1.103, 24.17], [5.803, 14.932], [12.624, 12.624], [14.445, 5.613], [24.22, 1.105], [61.67, 0], [24.17, -1.102], [14.932, -5.803], [12.624, -12.625], [5.613, -14.444], [1.105, -24.22], [0, -61.671], [-1.102, -24.17], [-5.803, -14.932], [-12.625, -12.624], [-14.444, -5.614], [-24.22, -1.105] ], "v": [ [0, -227.076], [-93.623, -225.71], [-148.745, -215.155], [-188.964, -188.963], [-215.156, -148.744], [-225.711, -93.623], [-227.076, 0], [-225.711, 93.623], [-215.156, 148.744], [-188.964, 188.964], [-148.745, 215.156], [-93.623, 225.71], [0, 227.076], [93.623, 225.71], [148.744, 215.156], [188.964, 188.964], [215.156, 148.744], [225.71, 93.623], [227.076, 0], [225.71, -93.623], [215.156, -148.744], [188.964, -188.963], [148.744, -215.155], [93.623, -225.71] ], "c": true } ], "e": [ { "i": [ [67.895, 0], [26.665, -1.217], [15.903, -6.181], [13.898, -13.898], [6.389, -16.44], [1.215, -26.61], [0, -67.896], [-1.217, -26.665], [-6.181, -15.902], [-13.898, -13.899], [-16.44, -6.389], [-26.61, -1.214], [-67.896, 0], [-26.665, 1.217], [-15.902, 6.18], [-13.899, 13.898], [-6.389, 16.44], [-1.214, 26.61], [0, 67.895], [1.217, 26.665], [6.18, 15.902], [13.898, 13.898], [16.44, 6.389], [26.61, 1.215] ], "o": [ [-67.896, 0], [-26.61, 1.215], [-16.44, 6.389], [-13.898, 13.898], [-6.181, 15.902], [-1.217, 26.665], [0, 67.895], [1.215, 26.61], [6.389, 16.44], [13.898, 13.898], [15.903, 6.18], [26.665, 1.217], [67.895, 0], [26.61, -1.214], [16.44, -6.389], [13.898, -13.899], [6.18, -15.902], [1.217, -26.665], [0, -67.896], [-1.214, -26.61], [-6.389, -16.44], [-13.899, -13.898], [-15.902, -6.181], [-26.665, -1.217] ], "v": [ [0.001, -250], [-103.075, -248.496], [-163.76, -236.875], [-208.04, -208.039], [-236.876, -163.76], [-248.497, -103.075], [-250, 0.001], [-248.497, 103.075], [-236.876, 163.759], [-208.04, 208.04], [-163.76, 236.876], [-103.075, 248.496], [0.001, 250], [103.075, 248.496], [163.759, 236.876], [208.04, 208.04], [236.876, 163.759], [248.496, 103.075], [250, 0.001], [248.496, -103.075], [236.876, -163.76], [208.04, -208.039], [163.759, -236.875], [103.075, -248.496] ], "c": true } ] }, { "t": 68 } ], "ix": 2 }, "nm": "Path 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 3", "np": 3, "cix": 2, "ix": 3, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 71, "st": 0, "bm": 4 } ], "markers": [] } ================================================ FILE: app/assets/lotties/lottieflow-social-networks-15-5-FFFFFF-easey.json ================================================ { "v": "5.3.4", "fr": 60, "ip": 0, "op": 71, "w": 584, "h": 598, "nm": "inst ver 2", "ddd": 0, "assets": [], "layers": [ { "ddd": 0, "ind": 1, "ty": 4, "nm": "Слой 13", "parent": 3, "td": 1, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [0, 0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [ [65.63, 0], [0, 65.63], [-65.631, 0], [0, -65.631] ], "o": [ [-65.631, 0], [0, -65.631], [65.63, 0], [0, 65.63] ], "v": [ [0.001, 118.834], [-118.834, 0.001], [0.001, -118.834], [118.834, 0.001] ], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 0, "k": { "i": [ [1.217, 26.665], [6.18, 15.902], [13.898, 13.898], [16.44, 6.389], [26.61, 1.215], [67.895, 0], [26.665, -1.217], [15.903, -6.181], [13.898, -13.898], [6.389, -16.44], [1.215, -26.61], [0, -67.896], [-1.217, -26.665], [-6.181, -15.902], [-13.898, -13.899], [-16.44, -6.389], [-26.61, -1.214], [-67.896, 0], [-26.665, 1.217], [-15.902, 6.18], [-13.899, 13.898], [-6.389, 16.44], [-1.214, 26.61], [0, 67.895] ], "o": [ [-1.214, -26.61], [-6.389, -16.44], [-13.899, -13.898], [-15.902, -6.181], [-26.665, -1.217], [-67.896, 0], [-26.61, 1.215], [-16.44, 6.389], [-13.898, 13.898], [-6.181, 15.902], [-1.217, 26.665], [0, 67.895], [1.215, 26.61], [6.389, 16.44], [13.898, 13.898], [15.903, 6.18], [26.665, 1.217], [67.895, 0], [26.61, -1.214], [16.44, -6.389], [13.898, -13.899], [6.18, -15.902], [1.217, -26.665], [0, -67.896] ], "v": [ [248.496, -103.075], [236.876, -163.76], [208.04, -208.039], [163.759, -236.875], [103.075, -248.496], [0, -250], [-103.075, -248.496], [-163.76, -236.875], [-208.04, -208.039], [-236.876, -163.76], [-248.497, -103.075], [-250, 0], [-248.497, 103.075], [-236.876, 163.759], [-208.04, 208.04], [-163.76, 236.876], [-103.075, 248.496], [0, 250], [103.075, 248.496], [163.759, 236.876], [208.04, 208.04], [236.876, 163.759], [248.496, 103.075], [250, 0] ], "c": true }, "ix": 2 }, "nm": "Path 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 71, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Слой 17", "parent": 3, "tt": 2, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.542], "y": [0.988] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p542_0p988_0p333_0"], "t": 15, "s": [182], "e": [-9] }, { "i": { "x": [0.564], "y": [1.014] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p564_1p014_0p333_0"], "t": 31, "s": [-9], "e": [182] }, { "t": 52 } ], "ix": 10 }, "p": { "a": 0, "k": [0, -97.667, 0], "ix": 2 }, "a": { "a": 0, "k": [0, -83.667, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.542, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p542_1_0p333_0", "t": 18, "s": [ { "i": [ [0, -46.208], [46.208, 0], [0, 46.208], [-46.208, 0] ], "o": [ [0, 46.208], [-46.208, 0], [0, -46.208], [46.208, 0] ], "v": [ [83.667, 0], [0, 83.667], [-83.667, 0], [0, -83.667] ], "c": true } ], "e": [ { "i": [ [0, -59.67], [58.836, 0], [0, 59.67], [-58.836, 0] ], "o": [ [0, 59.67], [-58.836, 0], [0, -59.67], [58.836, 0] ], "v": [ [83.667, 24.376], [-22.865, 132.418], [-129.396, 24.376], [-22.865, -83.667] ], "c": true } ] }, { "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p833_1_0p333_0", "t": 34, "s": [ { "i": [ [0, -59.67], [58.836, 0], [0, 59.67], [-58.836, 0] ], "o": [ [0, 59.67], [-58.836, 0], [0, -59.67], [58.836, 0] ], "v": [ [83.667, 24.376], [-22.865, 132.418], [-129.396, 24.376], [-22.865, -83.667] ], "c": true } ], "e": [ { "i": [ [0, -46.208], [46.208, 0], [0, 46.208], [-46.208, 0] ], "o": [ [0, 46.208], [-46.208, 0], [0, -46.208], [46.208, 0] ], "v": [ [83.667, 0], [0, 83.667], [-83.667, 0], [0, -83.667] ], "c": true } ] }, { "t": 55 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 1, "ix": 5 }, "lc": 1, "lj": 1, "ml": 10, "ml2": { "a": 0, "k": 10, "ix": 8 }, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 3, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false } ], "ip": 21, "op": 42, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "Слой 16", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [ { "i": { "x": [0.404], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p404_1_0p333_0"], "t": 5, "s": [0], "e": [-9] }, { "i": { "x": [0.421], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p421_1_0p333_0"], "t": 20, "s": [-9], "e": [8] }, { "i": { "x": [0.479], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p479_1_0p333_0"], "t": 36, "s": [8], "e": [-3] }, { "i": { "x": [0.421], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "n": ["0p421_1_0p333_0"], "t": 57, "s": [-3], "e": [0] }, { "t": 73 } ], "ix": 10 }, "p": { "a": 1, "k": [ { "i": { "x": 0.404, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p404_1_0p333_0", "t": 6, "s": [290, 280, 0], "e": [290, 272, 0], "to": [0, -1.33333337306976, 0], "ti": [0, -5.66666650772095, 0] }, { "i": { "x": 0.421, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p421_1_0p333_0", "t": 21, "s": [290, 272, 0], "e": [290, 314, 0], "to": [0, 5.66666650772095, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 37, "s": [290, 314, 0], "e": [290, 272, 0], "to": [0, 0, 0], "ti": [0, 5.66666650772095, 0] }, { "i": { "x": 0.421, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p421_1_0p333_0", "t": 58, "s": [290, 272, 0], "e": [290, 280, 0], "to": [0, -5.66666650772095, 0], "ti": [0, -1.33333337306976, 0] }, { "t": 74 } ], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 1, "s": [ { "i": [ [0, -16.569], [16.569, 0], [0, 16.569], [-16.568, 0] ], "o": [ [0, 16.569], [-16.568, 0], [0, -16.569], [16.569, 0] ], "v": [ [163.451, -133.45], [133.45, -103.451], [103.451, -133.45], [133.45, -163.45] ], "c": true } ], "e": [ { "i": [ [0, -15.291], [15.291, 0], [0, 15.291], [-15.29, 0] ], "o": [ [0, 15.291], [-15.29, 0], [0, -15.291], [15.291, 0] ], "v": [ [150.842, -123.156], [123.156, -95.47], [95.47, -123.156], [123.156, -150.841] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 16, "s": [ { "i": [ [0, -15.291], [15.291, 0], [0, 15.291], [-15.29, 0] ], "o": [ [0, 15.291], [-15.29, 0], [0, -15.291], [15.291, 0] ], "v": [ [150.842, -123.156], [123.156, -95.47], [95.47, -123.156], [123.156, -150.841] ], "c": true } ], "e": [ { "i": [ [0, -18.097], [18.097, 0], [0, 18.097], [-18.096, 0] ], "o": [ [0, 18.097], [-18.096, 0], [0, -18.097], [18.097, 0] ], "v": [ [178.526, -145.758], [145.758, -112.992], [112.992, -145.758], [145.758, -178.525] ], "c": true } ] }, { "i": { "x": 0.533, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p533_1_0p333_0", "t": 32, "s": [ { "i": [ [0, -18.097], [18.097, 0], [0, 18.097], [-18.096, 0] ], "o": [ [0, 18.097], [-18.096, 0], [0, -18.097], [18.097, 0] ], "v": [ [178.526, -145.758], [145.758, -112.992], [112.992, -145.758], [145.758, -178.525] ], "c": true } ], "e": [ { "i": [ [0, -15.049], [15.049, 0], [0, 15.049], [-15.049, 0] ], "o": [ [0, 15.049], [-15.049, 0], [0, -15.049], [15.049, 0] ], "v": [ [148.463, -121.214], [121.214, -93.965], [93.965, -121.214], [121.214, -148.462] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 53, "s": [ { "i": [ [0, -15.049], [15.049, 0], [0, 15.049], [-15.049, 0] ], "o": [ [0, 15.049], [-15.049, 0], [0, -15.049], [15.049, 0] ], "v": [ [148.463, -121.214], [121.214, -93.965], [93.965, -121.214], [121.214, -148.462] ], "c": true } ], "e": [ { "i": [ [0, -16.569], [16.569, 0], [0, 16.569], [-16.568, 0] ], "o": [ [0, 16.569], [-16.568, 0], [0, -16.569], [16.569, 0] ], "v": [ [163.451, -133.45], [133.45, -103.451], [103.451, -133.45], [133.45, -163.45] ], "c": true } ] }, { "t": 69 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 1", "np": 2, "cix": 2, "ix": 1, "mn": "ADBE Vector Group", "hd": false }, { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 1, "s": [ { "i": [ [70.901, 0], [0, -70.902], [-70.902, 0], [0, 70.901] ], "o": [ [-70.902, 0], [0, 70.901], [70.901, 0], [0, -70.902] ], "v": [ [0.001, -128.378], [-128.378, 0.001], [0.001, 128.378], [128.378, 0.001] ], "c": true } ], "e": [ { "i": [ [65.432, 0], [0, -65.433], [-65.433, 0], [0, 65.432] ], "o": [ [-65.433, 0], [0, 65.432], [65.432, 0], [0, -65.433] ], "v": [ [0, -118.475], [-118.475, 0], [0, 118.475], [118.475, 0] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 16, "s": [ { "i": [ [65.432, 0], [0, -65.433], [-65.433, 0], [0, 65.432] ], "o": [ [-65.433, 0], [0, 65.432], [65.432, 0], [0, -65.433] ], "v": [ [0, -118.475], [-118.475, 0], [0, 118.475], [118.475, 0] ], "c": true } ], "e": [ { "i": [ [77.44, 0], [0, -77.441], [-77.442, 0], [0, 77.44] ], "o": [ [-77.442, 0], [0, 77.44], [77.44, 0], [0, -77.441] ], "v": [ [0.001, -140.218], [-140.218, 0.001], [0.001, 140.218], [140.218, 0.001] ], "c": true } ] }, { "i": { "x": 0.265, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p265_1_0p333_0", "t": 32, "s": [ { "i": [ [77.44, 0], [0, -77.441], [-77.442, 0], [0, 77.44] ], "o": [ [-77.442, 0], [0, 77.44], [77.44, 0], [0, -77.441] ], "v": [ [0.001, -140.218], [-140.218, 0.001], [0.001, 140.218], [140.218, 0.001] ], "c": true } ], "e": [ { "i": [ [70.205, 0], [0, -70.206], [-70.206, 0], [0, 70.205] ], "o": [ [-70.206, 0], [0, 70.205], [70.205, 0], [0, -70.206] ], "v": [ [0.001, -127.117], [-127.117, 0.001], [0.001, 127.117], [127.117, 0.001] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 53, "s": [ { "i": [ [70.205, 0], [0, -70.206], [-70.206, 0], [0, 70.205] ], "o": [ [-70.206, 0], [0, 70.205], [70.205, 0], [0, -70.206] ], "v": [ [0.001, -127.117], [-127.117, 0.001], [0.001, 127.117], [127.117, 0.001] ], "c": true } ], "e": [ { "i": [ [70.901, 0], [0, -70.902], [-70.902, 0], [0, 70.901] ], "o": [ [-70.902, 0], [0, 70.901], [70.901, 0], [0, -70.902] ], "v": [ [0.001, -128.378], [-128.378, 0.001], [0.001, 128.378], [128.378, 0.001] ], "c": true } ] }, { "t": 69 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 1, "s": [ { "i": [ [46.023, 0], [0, 46.023], [-46.024, 0], [0, -46.024] ], "o": [ [-46.024, 0], [0, -46.024], [46.023, 0], [0, 46.023] ], "v": [ [0.001, 83.333], [-83.333, 0.001], [0.001, -83.333], [83.333, 0.001] ], "c": true } ], "e": [ { "i": [ [42.473, 0], [0, 42.473], [-42.474, 0], [0, -42.474] ], "o": [ [-42.474, 0], [0, -42.474], [42.473, 0], [0, 42.473] ], "v": [ [0, 76.905], [-76.905, 0], [0, -76.905], [76.905, 0] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 16, "s": [ { "i": [ [42.473, 0], [0, 42.473], [-42.474, 0], [0, -42.474] ], "o": [ [-42.474, 0], [0, -42.474], [42.473, 0], [0, 42.473] ], "v": [ [0, 76.905], [-76.905, 0], [0, -76.905], [76.905, 0] ], "c": true } ], "e": [ { "i": [ [50.268, 0], [0, 50.268], [-50.269, 0], [0, -50.269] ], "o": [ [-50.269, 0], [0, -50.269], [50.268, 0], [0, 50.268] ], "v": [ [0.001, 91.019], [-91.019, 0.001], [0.001, -91.019], [91.019, 0.001] ], "c": true } ] }, { "i": { "x": 0.265, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p265_1_0p333_0", "t": 32, "s": [ { "i": [ [50.268, 0], [0, 50.268], [-50.269, 0], [0, -50.269] ], "o": [ [-50.269, 0], [0, -50.269], [50.268, 0], [0, 50.268] ], "v": [ [0.001, 91.019], [-91.019, 0.001], [0.001, -91.019], [91.019, 0.001] ], "c": true } ], "e": [ { "i": [ [45.571, 0], [0, 45.571], [-45.572, 0], [0, -45.572] ], "o": [ [-45.572, 0], [0, -45.572], [45.571, 0], [0, 45.571] ], "v": [ [0, 82.515], [-82.515, 0], [0, -82.515], [82.515, 0] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 53, "s": [ { "i": [ [45.571, 0], [0, 45.571], [-45.572, 0], [0, -45.572] ], "o": [ [-45.572, 0], [0, -45.572], [45.571, 0], [0, 45.571] ], "v": [ [0, 82.515], [-82.515, 0], [0, -82.515], [82.515, 0] ], "c": true } ], "e": [ { "i": [ [46.023, 0], [0, 46.023], [-46.024, 0], [0, -46.024] ], "o": [ [-46.024, 0], [0, -46.024], [46.023, 0], [0, 46.023] ], "v": [ [0.001, 83.333], [-83.333, 0.001], [0.001, -83.333], [83.333, 0.001] ], "c": true } ] }, { "t": 69 } ], "ix": 2 }, "nm": "Path 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 2", "np": 3, "cix": 2, "ix": 2, "mn": "ADBE Vector Group", "hd": false }, { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 0, "s": [ { "i": [ [-66.753, 0], [-26.361, -1.203], [-8.809, -3.423], [-8.748, -8.748], [-4.535, -11.668], [-1.111, -24.375], [0, -66.753], [1.203, -26.362], [3.424, -8.809], [8.749, -8.748], [11.669, -4.535], [24.375, -1.111], [66.757, 0], [26.359, 1.203], [8.809, 3.424], [8.749, 8.749], [4.534, 11.669], [1.112, 24.375], [0, 66.752], [-1.203, 26.361], [-3.424, 8.809], [-8.748, 8.748], [-11.669, 4.535], [-24.375, 1.112] ], "o": [ [66.752, 0], [24.375, 1.112], [11.669, 4.535], [8.749, 8.748], [3.424, 8.809], [1.203, 26.361], [0, 66.752], [-1.111, 24.375], [-4.535, 11.669], [-8.748, 8.749], [-8.809, 3.424], [-26.358, 1.203], [-66.758, 0], [-24.375, -1.111], [-11.669, -4.535], [-8.748, -8.748], [-3.424, -8.809], [-1.203, -26.362], [0, -66.753], [1.112, -24.375], [4.534, -11.668], [8.749, -8.748], [8.809, -3.423], [26.361, -1.203] ], "v": [ [0.001, -204.954], [101.021, -203.497], [147.443, -194.889], [176.188, -176.188], [194.889, -147.443], [203.497, -101.021], [204.955, 0.001], [203.497, 101.021], [194.889, 147.443], [176.188, 176.188], [147.443, 194.889], [101.021, 203.497], [0.001, 204.955], [-101.021, 203.497], [-147.443, 194.889], [-176.189, 176.188], [-194.889, 147.443], [-203.498, 101.021], [-204.955, 0.001], [-203.498, -101.021], [-194.889, -147.443], [-176.189, -176.188], [-147.443, -194.889], [-101.021, -203.497] ], "c": true } ], "e": [ { "i": [ [-61.604, 0], [-24.328, -1.11], [-8.13, -3.159], [-8.073, -8.072], [-4.185, -10.768], [-1.026, -22.494], [0, -61.604], [1.109, -24.328], [3.16, -8.13], [8.073, -8.074], [10.769, -4.185], [22.494, -1.026], [61.607, 0], [24.325, 1.109], [8.13, 3.159], [8.074, 8.074], [4.185, 10.769], [1.026, 22.494], [0, 61.603], [-1.11, 24.328], [-3.159, 8.13], [-8.073, 8.072], [-10.77, 4.184], [-22.494, 1.026] ], "o": [ [61.603, 0], [22.494, 1.027], [10.769, 4.185], [8.074, 8.073], [3.16, 8.13], [1.11, 24.328], [0, 61.603], [-1.026, 22.494], [-4.185, 10.769], [-8.073, 8.074], [-8.13, 3.16], [-24.324, 1.11], [-61.608, 0], [-22.494, -1.026], [-10.769, -4.185], [-8.073, -8.073], [-3.16, -8.13], [-1.11, -24.328], [0, -61.604], [1.027, -22.494], [4.184, -10.768], [8.074, -8.073], [8.13, -3.159], [24.328, -1.11] ], "v": [ [0, -189.143], [93.228, -187.799], [136.069, -179.855], [162.596, -162.596], [179.855, -136.069], [187.799, -93.228], [189.144, 0], [187.799, 93.228], [179.855, 136.069], [162.596, 162.596], [136.069, 179.855], [93.228, 187.799], [0, 189.144], [-93.228, 187.799], [-136.069, 179.855], [-162.597, 162.596], [-179.855, 136.069], [-187.8, 93.228], [-189.144, 0], [-187.8, -93.228], [-179.855, -136.069], [-162.597, -162.596], [-136.069, -179.855], [-93.228, -187.799] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 15, "s": [ { "i": [ [-61.604, 0], [-24.328, -1.11], [-8.13, -3.159], [-8.073, -8.072], [-4.185, -10.768], [-1.026, -22.494], [0, -61.604], [1.109, -24.328], [3.16, -8.13], [8.073, -8.074], [10.769, -4.185], [22.494, -1.026], [61.607, 0], [24.325, 1.109], [8.13, 3.159], [8.074, 8.074], [4.185, 10.769], [1.026, 22.494], [0, 61.603], [-1.11, 24.328], [-3.159, 8.13], [-8.073, 8.072], [-10.77, 4.184], [-22.494, 1.026] ], "o": [ [61.603, 0], [22.494, 1.027], [10.769, 4.185], [8.074, 8.073], [3.16, 8.13], [1.11, 24.328], [0, 61.603], [-1.026, 22.494], [-4.185, 10.769], [-8.073, 8.074], [-8.13, 3.16], [-24.324, 1.11], [-61.608, 0], [-22.494, -1.026], [-10.769, -4.185], [-8.073, -8.073], [-3.16, -8.13], [-1.11, -24.328], [0, -61.604], [1.027, -22.494], [4.184, -10.768], [8.074, -8.073], [8.13, -3.159], [24.328, -1.11] ], "v": [ [0, -189.143], [93.228, -187.799], [136.069, -179.855], [162.596, -162.596], [179.855, -136.069], [187.799, -93.228], [189.144, 0], [187.799, 93.228], [179.855, 136.069], [162.596, 162.596], [136.069, 179.855], [93.228, 187.799], [0, 189.144], [-93.228, 187.799], [-136.069, 179.855], [-162.597, 162.596], [-179.855, 136.069], [-187.8, 93.228], [-189.144, 0], [-187.8, -93.228], [-179.855, -136.069], [-162.597, -162.596], [-136.069, -179.855], [-93.228, -187.799] ], "c": true } ], "e": [ { "i": [ [-72.91, 0], [-28.793, -1.314], [-9.622, -3.739], [-9.555, -9.554], [-4.953, -12.745], [-1.215, -26.623], [0, -72.91], [1.313, -28.793], [3.739, -9.622], [9.555, -9.556], [12.746, -4.953], [26.623, -1.215], [72.914, 0], [28.79, 1.313], [9.622, 3.739], [9.556, 9.556], [4.953, 12.745], [1.215, 26.623], [0, 72.909], [-1.314, 28.793], [-3.739, 9.622], [-9.555, 9.554], [-12.746, 4.952], [-26.623, 1.215] ], "o": [ [72.909, 0], [26.623, 1.215], [12.746, 4.953], [9.556, 9.555], [3.739, 9.622], [1.314, 28.793], [0, 72.909], [-1.214, 26.623], [-4.953, 12.746], [-9.555, 9.556], [-9.622, 3.74], [-28.788, 1.314], [-72.915, 0], [-26.623, -1.214], [-12.746, -4.953], [-9.555, -9.555], [-3.739, -9.622], [-1.314, -28.793], [0, -72.91], [1.215, -26.623], [4.952, -12.745], [9.556, -9.555], [9.622, -3.738], [28.793, -1.314] ], "v": [ [0.001, -223.857], [110.338, -222.265], [161.041, -212.864], [192.438, -192.437], [212.864, -161.041], [222.265, -110.338], [223.858, 0.001], [222.265, 110.338], [212.864, 161.041], [192.438, 192.437], [161.041, 212.864], [110.338, 222.265], [0.001, 223.858], [-110.338, 222.265], [-161.041, 212.864], [-192.439, 192.437], [-212.864, 161.041], [-222.266, 110.338], [-223.858, 0.001], [-222.266, -110.338], [-212.864, -161.041], [-192.439, -192.437], [-161.041, -212.864], [-110.338, -222.265] ], "c": true } ] }, { "i": { "x": 0.533, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p533_1_0p333_0", "t": 31, "s": [ { "i": [ [-72.91, 0], [-28.793, -1.314], [-9.622, -3.739], [-9.555, -9.554], [-4.953, -12.745], [-1.215, -26.623], [0, -72.91], [1.313, -28.793], [3.739, -9.622], [9.555, -9.556], [12.746, -4.953], [26.623, -1.215], [72.914, 0], [28.79, 1.313], [9.622, 3.739], [9.556, 9.556], [4.953, 12.745], [1.215, 26.623], [0, 72.909], [-1.314, 28.793], [-3.739, 9.622], [-9.555, 9.554], [-12.746, 4.952], [-26.623, 1.215] ], "o": [ [72.909, 0], [26.623, 1.215], [12.746, 4.953], [9.556, 9.555], [3.739, 9.622], [1.314, 28.793], [0, 72.909], [-1.214, 26.623], [-4.953, 12.746], [-9.555, 9.556], [-9.622, 3.74], [-28.788, 1.314], [-72.915, 0], [-26.623, -1.214], [-12.746, -4.953], [-9.555, -9.555], [-3.739, -9.622], [-1.314, -28.793], [0, -72.91], [1.215, -26.623], [4.952, -12.745], [9.556, -9.555], [9.622, -3.738], [28.793, -1.314] ], "v": [ [0.001, -223.857], [110.338, -222.265], [161.041, -212.864], [192.438, -192.437], [212.864, -161.041], [222.265, -110.338], [223.858, 0.001], [222.265, 110.338], [212.864, 161.041], [192.438, 192.437], [161.041, 212.864], [110.338, 222.265], [0.001, 223.858], [-110.338, 222.265], [-161.041, 212.864], [-192.439, 192.437], [-212.864, 161.041], [-222.266, 110.338], [-223.858, 0.001], [-222.266, -110.338], [-212.864, -161.041], [-192.439, -192.437], [-161.041, -212.864], [-110.338, -222.265] ], "c": true } ], "e": [ { "i": [ [-60.632, 0], [-23.944, -1.093], [-8.001, -3.11], [-7.946, -7.945], [-4.119, -10.599], [-1.01, -22.14], [0, -60.632], [1.092, -23.944], [3.11, -8.002], [7.946, -7.947], [10.599, -4.119], [22.14, -1.01], [60.636, 0], [23.942, 1.092], [8.002, 3.11], [7.947, 7.947], [4.119, 10.599], [1.01, 22.14], [0, 60.631], [-1.093, 23.944], [-3.109, 8.002], [-7.946, 7.945], [-10.6, 4.118], [-22.14, 1.01] ], "o": [ [60.631, 0], [22.14, 1.01], [10.599, 4.119], [7.947, 7.946], [3.11, 8.002], [1.092, 23.944], [0, 60.631], [-1.01, 22.14], [-4.119, 10.599], [-7.946, 7.947], [-8.002, 3.11], [-23.941, 1.092], [-60.637, 0], [-22.14, -1.01], [-10.599, -4.119], [-7.946, -7.946], [-3.11, -8.002], [-1.092, -23.944], [0, -60.632], [1.01, -22.14], [4.118, -10.598], [7.947, -7.946], [8.002, -3.109], [23.944, -1.092] ], "v": [ [0, -186.161], [91.758, -184.838], [133.923, -177.019], [160.033, -160.033], [177.019, -133.923], [184.838, -91.758], [186.162, 0], [184.838, 91.758], [177.019, 133.923], [160.033, 160.033], [133.923, 177.019], [91.758, 184.838], [0, 186.162], [-91.758, 184.838], [-133.923, 177.019], [-160.033, 160.033], [-177.019, 133.923], [-184.839, 91.758], [-186.162, 0], [-184.839, -91.758], [-177.019, -133.923], [-160.033, -160.033], [-133.923, -177.019], [-91.758, -184.838] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 52, "s": [ { "i": [ [-60.632, 0], [-23.944, -1.093], [-8.001, -3.11], [-7.946, -7.945], [-4.119, -10.599], [-1.01, -22.14], [0, -60.632], [1.092, -23.944], [3.11, -8.002], [7.946, -7.947], [10.599, -4.119], [22.14, -1.01], [60.636, 0], [23.942, 1.092], [8.002, 3.11], [7.947, 7.947], [4.119, 10.599], [1.01, 22.14], [0, 60.631], [-1.093, 23.944], [-3.109, 8.002], [-7.946, 7.945], [-10.6, 4.118], [-22.14, 1.01] ], "o": [ [60.631, 0], [22.14, 1.01], [10.599, 4.119], [7.947, 7.946], [3.11, 8.002], [1.092, 23.944], [0, 60.631], [-1.01, 22.14], [-4.119, 10.599], [-7.946, 7.947], [-8.002, 3.11], [-23.941, 1.092], [-60.637, 0], [-22.14, -1.01], [-10.599, -4.119], [-7.946, -7.946], [-3.11, -8.002], [-1.092, -23.944], [0, -60.632], [1.01, -22.14], [4.118, -10.598], [7.947, -7.946], [8.002, -3.109], [23.944, -1.092] ], "v": [ [0, -186.161], [91.758, -184.838], [133.923, -177.019], [160.033, -160.033], [177.019, -133.923], [184.838, -91.758], [186.162, 0], [184.838, 91.758], [177.019, 133.923], [160.033, 160.033], [133.923, 177.019], [91.758, 184.838], [0, 186.162], [-91.758, 184.838], [-133.923, 177.019], [-160.033, 160.033], [-177.019, 133.923], [-184.839, 91.758], [-186.162, 0], [-184.839, -91.758], [-177.019, -133.923], [-160.033, -160.033], [-133.923, -177.019], [-91.758, -184.838] ], "c": true } ], "e": [ { "i": [ [-66.753, 0], [-26.361, -1.203], [-8.809, -3.423], [-8.748, -8.748], [-4.535, -11.668], [-1.111, -24.375], [0, -66.753], [1.203, -26.362], [3.424, -8.809], [8.749, -8.748], [11.669, -4.535], [24.375, -1.111], [66.757, 0], [26.359, 1.203], [8.809, 3.424], [8.749, 8.749], [4.534, 11.669], [1.112, 24.375], [0, 66.752], [-1.203, 26.361], [-3.424, 8.809], [-8.748, 8.748], [-11.669, 4.535], [-24.375, 1.112] ], "o": [ [66.752, 0], [24.375, 1.112], [11.669, 4.535], [8.749, 8.748], [3.424, 8.809], [1.203, 26.361], [0, 66.752], [-1.111, 24.375], [-4.535, 11.669], [-8.748, 8.749], [-8.809, 3.424], [-26.358, 1.203], [-66.758, 0], [-24.375, -1.111], [-11.669, -4.535], [-8.748, -8.748], [-3.424, -8.809], [-1.203, -26.362], [0, -66.753], [1.112, -24.375], [4.534, -11.668], [8.749, -8.748], [8.809, -3.423], [26.361, -1.203] ], "v": [ [0.001, -204.954], [101.021, -203.497], [147.443, -194.889], [176.188, -176.188], [194.889, -147.443], [203.497, -101.021], [204.955, 0.001], [203.497, 101.021], [194.889, 147.443], [176.188, 176.188], [147.443, 194.889], [101.021, 203.497], [0.001, 204.955], [-101.021, 203.497], [-147.443, 194.889], [-176.189, 176.188], [-194.889, 147.443], [-203.498, 101.021], [-204.955, 0.001], [-203.498, -101.021], [-194.889, -147.443], [-176.189, -176.188], [-147.443, -194.889], [-101.021, -203.497] ], "c": true } ] }, { "t": 68 } ], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 1, "k": [ { "i": { "x": 0.479, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p479_1_0p333_0", "t": 0, "s": [ { "i": [ [67.895, 0], [26.665, -1.217], [15.903, -6.181], [13.898, -13.898], [6.389, -16.44], [1.215, -26.61], [0, -67.896], [-1.217, -26.665], [-6.181, -15.902], [-13.898, -13.899], [-16.44, -6.389], [-26.61, -1.214], [-67.896, 0], [-26.665, 1.217], [-15.902, 6.18], [-13.899, 13.898], [-6.389, 16.44], [-1.214, 26.61], [0, 67.895], [1.217, 26.665], [6.18, 15.902], [13.898, 13.898], [16.44, 6.389], [26.61, 1.215] ], "o": [ [-67.896, 0], [-26.61, 1.215], [-16.44, 6.389], [-13.898, 13.898], [-6.181, 15.902], [-1.217, 26.665], [0, 67.895], [1.215, 26.61], [6.389, 16.44], [13.898, 13.898], [15.903, 6.18], [26.665, 1.217], [67.895, 0], [26.61, -1.214], [16.44, -6.389], [13.898, -13.899], [6.18, -15.902], [1.217, -26.665], [0, -67.896], [-1.214, -26.61], [-6.389, -16.44], [-13.899, -13.898], [-15.902, -6.181], [-26.665, -1.217] ], "v": [ [0.001, -250], [-103.075, -248.496], [-163.76, -236.875], [-208.04, -208.039], [-236.876, -163.76], [-248.497, -103.075], [-250, 0.001], [-248.497, 103.075], [-236.876, 163.759], [-208.04, 208.04], [-163.76, 236.876], [-103.075, 248.496], [0.001, 250], [103.075, 248.496], [163.759, 236.876], [208.04, 208.04], [236.876, 163.759], [248.496, 103.075], [250, 0.001], [248.496, -103.075], [236.876, -163.76], [208.04, -208.039], [163.759, -236.875], [103.075, -248.496] ], "c": true } ], "e": [ { "i": [ [62.658, 0], [24.608, -1.123], [14.676, -5.704], [12.826, -12.826], [5.897, -15.171], [1.12, -24.557], [0, -62.659], [-1.123, -24.608], [-5.703, -14.675], [-12.827, -12.827], [-15.172, -5.895], [-24.557, -1.12], [-62.659, 0], [-24.608, 1.122], [-14.675, 5.703], [-12.826, 12.827], [-5.896, 15.172], [-1.12, 24.557], [0, 62.658], [1.122, 24.608], [5.703, 14.675], [12.827, 12.826], [15.171, 5.897], [24.557, 1.12] ], "o": [ [-62.659, 0], [-24.557, 1.121], [-15.172, 5.896], [-12.826, 12.826], [-5.704, 14.675], [-1.123, 24.608], [0, 62.658], [1.121, 24.557], [5.896, 15.172], [12.826, 12.826], [14.676, 5.703], [24.608, 1.123], [62.658, 0], [24.557, -1.12], [15.172, -5.896], [12.826, -12.827], [5.703, -14.675], [1.123, -24.608], [0, -62.659], [-1.12, -24.557], [-5.896, -15.171], [-12.827, -12.826], [-14.675, -5.704], [-24.608, -1.123] ], "v": [ [0, -230.714], [-95.123, -229.326], [-151.128, -218.602], [-191.992, -191.991], [-218.603, -151.127], [-229.327, -95.123], [-230.714, 0], [-229.327, 95.123], [-218.603, 151.127], [-191.992, 191.992], [-151.128, 218.603], [-95.123, 229.326], [0, 230.714], [95.123, 229.326], [151.127, 218.603], [191.992, 191.992], [218.603, 151.127], [229.326, 95.123], [230.714, 0], [229.326, -95.123], [218.603, -151.127], [191.992, -191.991], [151.127, -218.602], [95.123, -229.326] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 15, "s": [ { "i": [ [62.658, 0], [24.608, -1.123], [14.676, -5.704], [12.826, -12.826], [5.897, -15.171], [1.12, -24.557], [0, -62.659], [-1.123, -24.608], [-5.703, -14.675], [-12.827, -12.827], [-15.172, -5.895], [-24.557, -1.12], [-62.659, 0], [-24.608, 1.122], [-14.675, 5.703], [-12.826, 12.827], [-5.896, 15.172], [-1.12, 24.557], [0, 62.658], [1.122, 24.608], [5.703, 14.675], [12.827, 12.826], [15.171, 5.897], [24.557, 1.12] ], "o": [ [-62.659, 0], [-24.557, 1.121], [-15.172, 5.896], [-12.826, 12.826], [-5.704, 14.675], [-1.123, 24.608], [0, 62.658], [1.121, 24.557], [5.896, 15.172], [12.826, 12.826], [14.676, 5.703], [24.608, 1.123], [62.658, 0], [24.557, -1.12], [15.172, -5.896], [12.826, -12.827], [5.703, -14.675], [1.123, -24.608], [0, -62.659], [-1.12, -24.557], [-5.896, -15.171], [-12.827, -12.826], [-14.675, -5.704], [-24.608, -1.123] ], "v": [ [0, -230.714], [-95.123, -229.326], [-151.128, -218.602], [-191.992, -191.991], [-218.603, -151.127], [-229.327, -95.123], [-230.714, 0], [-229.327, 95.123], [-218.603, 151.127], [-191.992, 191.992], [-151.128, 218.603], [-95.123, 229.326], [0, 230.714], [95.123, 229.326], [151.127, 218.603], [191.992, 191.992], [218.603, 151.127], [229.326, 95.123], [230.714, 0], [229.326, -95.123], [218.603, -151.127], [191.992, -191.991], [151.127, -218.602], [95.123, -229.326] ], "c": true } ], "e": [ { "i": [ [74.157, 0], [29.124, -1.329], [17.37, -6.75], [15.18, -15.18], [6.979, -17.956], [1.326, -29.064], [0, -74.158], [-1.329, -29.124], [-6.75, -17.369], [-15.181, -15.181], [-17.956, -6.977], [-29.064, -1.326], [-74.158, 0], [-29.124, 1.328], [-17.368, 6.75], [-15.18, 15.181], [-6.978, 17.956], [-1.326, 29.064], [0, 74.157], [1.328, 29.124], [6.75, 17.368], [15.181, 15.179], [17.956, 6.979], [29.064, 1.326] ], "o": [ [-74.158, 0], [-29.064, 1.327], [-17.956, 6.978], [-15.18, 15.18], [-6.751, 17.368], [-1.329, 29.124], [0, 74.157], [1.327, 29.064], [6.978, 17.956], [15.18, 15.18], [17.37, 6.749], [29.124, 1.329], [74.157, 0], [29.064, -1.326], [17.956, -6.978], [15.18, -15.181], [6.75, -17.368], [1.329, -29.124], [0, -74.158], [-1.326, -29.064], [-6.978, -17.956], [-15.181, -15.18], [-17.368, -6.751], [-29.124, -1.329] ], "v": [ [0.001, -273.057], [-112.581, -271.414], [-178.864, -258.721], [-227.227, -227.226], [-258.722, -178.863], [-271.415, -112.581], [-273.057, 0.001], [-271.415, 112.581], [-258.722, 178.863], [-227.227, 227.227], [-178.864, 258.722], [-112.581, 271.414], [0.001, 273.057], [112.581, 271.414], [178.863, 258.722], [227.228, 227.227], [258.722, 178.863], [271.414, 112.581], [273.057, 0.001], [271.414, -112.581], [258.722, -178.863], [227.228, -227.226], [178.863, -258.721], [112.581, -271.414] ], "c": true } ] }, { "i": { "x": 0.533, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p533_1_0p333_0", "t": 31, "s": [ { "i": [ [74.157, 0], [29.124, -1.329], [17.37, -6.75], [15.18, -15.18], [6.979, -17.956], [1.326, -29.064], [0, -74.158], [-1.329, -29.124], [-6.75, -17.369], [-15.181, -15.181], [-17.956, -6.977], [-29.064, -1.326], [-74.158, 0], [-29.124, 1.328], [-17.368, 6.75], [-15.18, 15.181], [-6.978, 17.956], [-1.326, 29.064], [0, 74.157], [1.328, 29.124], [6.75, 17.368], [15.181, 15.179], [17.956, 6.979], [29.064, 1.326] ], "o": [ [-74.158, 0], [-29.064, 1.327], [-17.956, 6.978], [-15.18, 15.18], [-6.751, 17.368], [-1.329, 29.124], [0, 74.157], [1.327, 29.064], [6.978, 17.956], [15.18, 15.18], [17.37, 6.749], [29.124, 1.329], [74.157, 0], [29.064, -1.326], [17.956, -6.978], [15.18, -15.181], [6.75, -17.368], [1.329, -29.124], [0, -74.158], [-1.326, -29.064], [-6.978, -17.956], [-15.181, -15.18], [-17.368, -6.751], [-29.124, -1.329] ], "v": [ [0.001, -273.057], [-112.581, -271.414], [-178.864, -258.721], [-227.227, -227.226], [-258.722, -178.863], [-271.415, -112.581], [-273.057, 0.001], [-271.415, 112.581], [-258.722, 178.863], [-227.227, 227.227], [-178.864, 258.722], [-112.581, 271.414], [0.001, 273.057], [112.581, 271.414], [178.863, 258.722], [227.228, 227.227], [258.722, 178.863], [271.414, 112.581], [273.057, 0.001], [271.414, -112.581], [258.722, -178.863], [227.228, -227.226], [178.863, -258.721], [112.581, -271.414] ], "c": true } ], "e": [ { "i": [ [61.67, 0], [24.22, -1.106], [14.445, -5.614], [12.624, -12.624], [5.804, -14.932], [1.103, -24.17], [0, -61.671], [-1.106, -24.22], [-5.613, -14.444], [-12.624, -12.624], [-14.933, -5.802], [-24.17, -1.103], [-61.671, 0], [-24.22, 1.105], [-14.444, 5.613], [-12.624, 12.625], [-5.803, 14.932], [-1.103, 24.17], [0, 61.67], [1.105, 24.22], [5.613, 14.444], [12.624, 12.623], [14.932, 5.804], [24.17, 1.103] ], "o": [ [-61.671, 0], [-24.17, 1.103], [-14.932, 5.803], [-12.624, 12.624], [-5.614, 14.444], [-1.105, 24.22], [0, 61.67], [1.103, 24.17], [5.803, 14.932], [12.624, 12.624], [14.445, 5.613], [24.22, 1.105], [61.67, 0], [24.17, -1.102], [14.932, -5.803], [12.624, -12.625], [5.613, -14.444], [1.105, -24.22], [0, -61.671], [-1.102, -24.17], [-5.803, -14.932], [-12.625, -12.624], [-14.444, -5.614], [-24.22, -1.105] ], "v": [ [0, -227.076], [-93.623, -225.71], [-148.745, -215.155], [-188.964, -188.963], [-215.156, -148.744], [-225.711, -93.623], [-227.076, 0], [-225.711, 93.623], [-215.156, 148.744], [-188.964, 188.964], [-148.745, 215.156], [-93.623, 225.71], [0, 227.076], [93.623, 225.71], [148.744, 215.156], [188.964, 188.964], [215.156, 148.744], [225.71, 93.623], [227.076, 0], [225.71, -93.623], [215.156, -148.744], [188.964, -188.963], [148.744, -215.155], [93.623, -225.71] ], "c": true } ] }, { "i": { "x": 0.491, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p491_1_0p333_0", "t": 52, "s": [ { "i": [ [61.67, 0], [24.22, -1.106], [14.445, -5.614], [12.624, -12.624], [5.804, -14.932], [1.103, -24.17], [0, -61.671], [-1.106, -24.22], [-5.613, -14.444], [-12.624, -12.624], [-14.933, -5.802], [-24.17, -1.103], [-61.671, 0], [-24.22, 1.105], [-14.444, 5.613], [-12.624, 12.625], [-5.803, 14.932], [-1.103, 24.17], [0, 61.67], [1.105, 24.22], [5.613, 14.444], [12.624, 12.623], [14.932, 5.804], [24.17, 1.103] ], "o": [ [-61.671, 0], [-24.17, 1.103], [-14.932, 5.803], [-12.624, 12.624], [-5.614, 14.444], [-1.105, 24.22], [0, 61.67], [1.103, 24.17], [5.803, 14.932], [12.624, 12.624], [14.445, 5.613], [24.22, 1.105], [61.67, 0], [24.17, -1.102], [14.932, -5.803], [12.624, -12.625], [5.613, -14.444], [1.105, -24.22], [0, -61.671], [-1.102, -24.17], [-5.803, -14.932], [-12.625, -12.624], [-14.444, -5.614], [-24.22, -1.105] ], "v": [ [0, -227.076], [-93.623, -225.71], [-148.745, -215.155], [-188.964, -188.963], [-215.156, -148.744], [-225.711, -93.623], [-227.076, 0], [-225.711, 93.623], [-215.156, 148.744], [-188.964, 188.964], [-148.745, 215.156], [-93.623, 225.71], [0, 227.076], [93.623, 225.71], [148.744, 215.156], [188.964, 188.964], [215.156, 148.744], [225.71, 93.623], [227.076, 0], [225.71, -93.623], [215.156, -148.744], [188.964, -188.963], [148.744, -215.155], [93.623, -225.71] ], "c": true } ], "e": [ { "i": [ [67.895, 0], [26.665, -1.217], [15.903, -6.181], [13.898, -13.898], [6.389, -16.44], [1.215, -26.61], [0, -67.896], [-1.217, -26.665], [-6.181, -15.902], [-13.898, -13.899], [-16.44, -6.389], [-26.61, -1.214], [-67.896, 0], [-26.665, 1.217], [-15.902, 6.18], [-13.899, 13.898], [-6.389, 16.44], [-1.214, 26.61], [0, 67.895], [1.217, 26.665], [6.18, 15.902], [13.898, 13.898], [16.44, 6.389], [26.61, 1.215] ], "o": [ [-67.896, 0], [-26.61, 1.215], [-16.44, 6.389], [-13.898, 13.898], [-6.181, 15.902], [-1.217, 26.665], [0, 67.895], [1.215, 26.61], [6.389, 16.44], [13.898, 13.898], [15.903, 6.18], [26.665, 1.217], [67.895, 0], [26.61, -1.214], [16.44, -6.389], [13.898, -13.899], [6.18, -15.902], [1.217, -26.665], [0, -67.896], [-1.214, -26.61], [-6.389, -16.44], [-13.899, -13.898], [-15.902, -6.181], [-26.665, -1.217] ], "v": [ [0.001, -250], [-103.075, -248.496], [-163.76, -236.875], [-208.04, -208.039], [-236.876, -163.76], [-248.497, -103.075], [-250, 0.001], [-248.497, 103.075], [-236.876, 163.759], [-208.04, 208.04], [-163.76, 236.876], [-103.075, 248.496], [0.001, 250], [103.075, 248.496], [163.759, 236.876], [208.04, 208.04], [236.876, 163.759], [248.496, 103.075], [250, 0.001], [248.496, -103.075], [236.876, -163.76], [208.04, -208.039], [163.759, -236.875], [103.075, -248.496] ], "c": true } ] }, { "t": 68 } ], "ix": 2 }, "nm": "Path 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Group 3", "np": 3, "cix": 2, "ix": 3, "mn": "ADBE Vector Group", "hd": false } ], "ip": 0, "op": 71, "st": 0, "bm": 4 } ], "markers": [] } ================================================ FILE: app/components/elements/AspectRatio.tsx ================================================ import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio'; const AspectRatio = AspectRatioPrimitive.Root; export default AspectRatio; ================================================ FILE: app/components/elements/Breadcrumb.tsx ================================================ import * as React from 'react'; import { NavLink } from '@remix-run/react'; import { cn } from '~/utils'; import ChevronRight from '~/assets/icons/ChevronRightIcon'; function getValidChildren(children: React.ReactNode) { return React.Children.toArray(children).filter((child) => React.isValidElement(child), ) as React.ReactElement[]; } export interface BreadcrumbProps extends React.ComponentPropsWithoutRef<'nav'> { /* The visual separator between each breadcrumb item */ separator?: React.ReactNode; /** * If `true`, adds a separator between each breadcrumb item. * @default true */ addSeparator?: boolean; } export const Breadcrumb = React.forwardRef( ( { children, className, separator = , addSeparator = true, ...props }, forwardedRef, ) => { const validChildren = getValidChildren(children); const clones = validChildren.map((child, index) => { if (child.type === BreadcrumbItem) { return React.cloneElement(child, { addSeparator, separator, isLastChild: validChildren.length === index + 1, }); } if (child.type === React.Fragment) { const fragmentChildren = getValidChildren(child.props.children); const fragmentClones = fragmentChildren.map((fragmentChild, fragmentIndex) => { return React.cloneElement(fragmentChild, { addSeparator, separator, isLastChild: fragmentChildren.length === fragmentIndex + 1 && validChildren.length === index + 1, }); }); return fragmentClones; } return child; }); return ( ); }, ); Breadcrumb.displayName = 'Breadcrumb'; export interface BreadcrumbItemProps extends BreadcrumbProps { isLastChild?: boolean; to: string; classNames?: { navlink?: string; separator?: string; }; } export const BreadcrumbItem = React.forwardRef( ( { children, className, classNames, isLastChild, separator, addSeparator, to, ...props }, forwardedRef, ) => (
  • cn( `text-sm font-medium ${ isActive ? 'pointer-events-none aria-[current]:opacity-60' : 'underline-offset-4 hover:underline' } focus:outline-none focus:ring-2 focus:ring-focus`, classNames?.navlink, ) } end > {children} {!isLastChild && addSeparator && ( {separator} )}
  • ), ); BreadcrumbItem.displayName = 'BreadcrumbItem'; export type BreadcrumbSeparatorProps = React.ComponentPropsWithoutRef<'span'>; export const BreadcrumbSeparator = React.forwardRef( ({ className, ...props }, forwardedRef) => { return ( ); }, ); BreadcrumbSeparator.displayName = 'BreadcrumbSeparator'; ================================================ FILE: app/components/elements/Dialog.tsx ================================================ import * as React from 'react'; import * as DialogPrimitive from '@radix-ui/react-dialog'; import { cn } from '~/utils'; import Close from '~/assets/icons/CloseIcon'; const Dialog = DialogPrimitive.Root; const DialogTrigger = DialogPrimitive.Trigger; const DialogPortal = ({ ...props }: DialogPrimitive.DialogPortalProps) => ( ); const DialogOverlay = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); DialogOverlay.displayName = DialogPrimitive.Overlay.displayName; const DialogContent = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef & { hideCloseButton?: boolean; container?: HTMLElement; classNames?: { overlay?: string; content?: string; closeButton?: string; }; } >(({ className, classNames, children, hideCloseButton, container, ...props }, ref) => ( {children} {!hideCloseButton ? ( Close ) : null} )); DialogContent.displayName = DialogPrimitive.Content.displayName; const DialogHeader = ({ className, ...props }: React.HTMLAttributes) => (
    ); DialogHeader.displayName = 'DialogHeader'; const DialogFooter = ({ className, ...props }: React.HTMLAttributes) => (
    ); DialogFooter.displayName = 'DialogFooter'; const DialogTitle = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); DialogTitle.displayName = DialogPrimitive.Title.displayName; const DialogDescription = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); DialogDescription.displayName = DialogPrimitive.Description.displayName; export { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, }; ================================================ FILE: app/components/elements/Image.tsx ================================================ import { forwardRef, useState } from 'react'; import { Image as NextuiImage, type ImageProps as NextuiImageProps } from '@nextui-org/image'; import { Image as RemixImage, type ImageProps as RemixImageProps } from 'remix-image'; // @ts-ignore type UseImageProps = NextuiImageProps & RemixImageProps; export interface ImageProps extends Omit {} const Image = forwardRef, ImageProps>( ({ loaderUrl, dprVariants, options, responsive, ...props }, ref) => { const [isLoading, setIsLoading] = useState(true); if (process.env.RESPONSIVE_IMAGES === 'ON') { const loaderUrlImage = loaderUrl || (process.env.NODE_ENV === 'development' ? '/api/image' : window.process.env.IMAGE_PROXY); return ( setIsLoading(false)} loaderUrl={loaderUrlImage} dprVariants={dprVariants} options={options} responsive={responsive} {...props} /> ); } return ; }, ); Image.displayName = NextuiImage.displayName; export default Image; ================================================ FILE: app/components/elements/NavigationMenu.tsx ================================================ import { forwardRef, type ComponentPropsWithoutRef, type ElementRef } from 'react'; import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu'; import { cn } from '~/utils'; import { tv } from 'tailwind-variants'; import ChevronRight from '~/assets/icons/ChevronRightIcon'; const NavigationMenuViewport = forwardRef< ElementRef, ComponentPropsWithoutRef >(({ className = '', ...props }, ref) => ( )); NavigationMenuViewport.displayName = NavigationMenuPrimitive.Viewport.displayName; const NavigationMenu = forwardRef< ElementRef, ComponentPropsWithoutRef & { viewportPositionClassName?: string; } >(({ className = '', children, viewportPositionClassName, orientation, ...props }, ref) => ( {children}
    )); NavigationMenu.displayName = NavigationMenuPrimitive.Root.displayName; const navigationMenuListStyles = tv({ base: 'group flex flex-1 list-none items-center justify-center data-[orientation=vertical]:flex-col', }); const NavigationMenuList = forwardRef< ElementRef, ComponentPropsWithoutRef >(({ className = '', ...props }, ref) => ( )); NavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName; const NavigationMenuItem = NavigationMenuPrimitive.Item; const navigationMenuTriggerStyle = tv({ base: `text-md group inline-flex h-10 w-max items-center justify-center rounded-small bg-transparent px-4 py-2 font-medium text-foreground transition-colors hover:bg-default hover:text-default-foreground hover:opacity-80 focus:bg-default focus:text-default-foreground focus:outline-none disabled:pointer-events-none disabled:opacity-50 data-[active]:bg-default data-[state=open]:bg-default data-[active]:text-default-foreground data-[state=open]:text-default-foreground`, variants: { active: { true: 'bg-default text-default-foreground', false: '', }, }, }); const NavigationMenuTrigger = forwardRef< ElementRef, ComponentPropsWithoutRef & { showArrow?: boolean; } >(({ className = '', children, showArrow, ...props }, ref) => ( {children}{' '} {showArrow ? ( )); NavigationMenuTrigger.displayName = NavigationMenuPrimitive.Trigger.displayName; const navigationMenuContentStyle = tv({ base: [ 'absolute left-0 top-0 w-full sm:w-auto', 'data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in', 'data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out', 'data-[motion=from-end]:slide-in-from-bottom-52', 'data-[motion=from-start]:slide-in-from-top-52', 'data-[motion=to-end]:slide-out-to-bottom-52', 'data-[motion=to-start]:slide-out-to-top-52', ], }); const NavigationMenuContent = forwardRef< ElementRef, ComponentPropsWithoutRef >(({ className = '', ...props }, ref) => ( )); NavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName; const NavigationMenuLink = NavigationMenuPrimitive.Link; const navigationMenuIndicatorStyle = tv({ base: `top-full z-[1] flex h-2.5 items-end justify-center overflow-hidden data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in`, }); const NavigationMenuIndicator = forwardRef< ElementRef, ComponentPropsWithoutRef >(({ className = '', ...props }, ref) => (
    )); NavigationMenuIndicator.displayName = NavigationMenuPrimitive.Indicator.displayName; export { navigationMenuTriggerStyle, NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuContent, NavigationMenuTrigger, NavigationMenuLink, NavigationMenuIndicator, NavigationMenuViewport, }; ================================================ FILE: app/components/elements/Popover.tsx ================================================ import { forwardRef } from 'react'; import * as PopoverPrimitive from '@radix-ui/react-popover'; import { cn } from '~/utils'; const Popover = PopoverPrimitive.Root; const PopoverTrigger = PopoverPrimitive.Trigger; const PopoverContent = forwardRef< React.ElementRef, React.ComponentPropsWithoutRef & { container?: HTMLElement | undefined; } >(({ className, align = 'center', sideOffset = 4, container, ...props }, ref) => ( )); PopoverContent.displayName = PopoverPrimitive.Content.displayName; export { Popover, PopoverTrigger, PopoverContent }; ================================================ FILE: app/components/elements/ScrollArea.tsx ================================================ import * as React from 'react'; import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area'; import { cn } from '~/utils'; import { tv } from 'tailwind-variants'; const ScrollArea = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, children, ...props }, ref) => ( {children} )); ScrollArea.displayName = ScrollAreaPrimitive.Root.displayName; const ScrollViewport = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, children, ...props }, ref) => ( {children} )); ScrollViewport.displayName = ScrollAreaPrimitive.ScrollAreaViewport.displayName; const scrollbarStyles = tv({ base: 'z-[9999] flex touch-none select-none p-[1px]', variants: { orientation: { vertical: 'h-full w-[7px]', horizontal: 'h-[7px] flex-col', }, }, }); const ScrollBar = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, orientation = 'vertical', ...props }, ref) => ( )); ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName; const ScrollCorner = ScrollAreaPrimitive.ScrollAreaCorner; export { ScrollArea, ScrollBar, ScrollViewport, ScrollCorner }; ================================================ FILE: app/components/elements/SearchForm.tsx ================================================ import { useState } from 'react'; import { Button } from '@nextui-org/button'; import { Input } from '@nextui-org/input'; import { Form } from '@remix-run/react'; interface ISearchForm { onSubmit: (value: string) => void; textPlaceHolder?: string; textHelper?: string; textOnButton: string; defaultValue?: string; } const SearchForm = (props: ISearchForm) => { const { onSubmit, textOnButton, textHelper, textPlaceHolder, defaultValue } = props; const [value, setValue] = useState(defaultValue ?? ''); const submitHandler = (event: React.FormEvent) => { event.preventDefault(); onSubmit(value ?? ''); }; return (
    setValue('')} label={textPlaceHolder} variant="faded" color="default" fullWidth description={textHelper} />
    ); }; export default SearchForm; ================================================ FILE: app/components/elements/Select.tsx ================================================ import * as React from 'react'; import * as SelectPrimitive from '@radix-ui/react-select'; import { cn } from '~/utils'; import ChevronDown from '~/assets/icons/ChevronDownIcon'; import ChevronUp from '~/assets/icons/ChevronUpIcon'; import Tick from '~/assets/icons/TickIcon'; const Select = SelectPrimitive.Root; const SelectGroup = SelectPrimitive.Group; const SelectValue = SelectPrimitive.Value; const SelectTrigger = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef & { selectIcon?: React.ReactNode; } >( ( { className, children, selectIcon = ( ), ...props }, ref, ) => ( {children} {selectIcon} ), ); SelectTrigger.displayName = SelectPrimitive.Trigger.displayName; const SelectContent = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef & { container?: HTMLElement; } >( ( { className, children, container, position = 'item-aligned', align = 'center', ...props }, ref, ) => ( {position === 'item-aligned' ? ( ) : null} {children} {position === 'item-aligned' ? ( ) : null} ), ); SelectContent.displayName = SelectPrimitive.Content.displayName; const SelectLabel = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); SelectLabel.displayName = SelectPrimitive.Label.displayName; const SelectItem = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, children, ...props }, ref) => ( {children} )); SelectItem.displayName = SelectPrimitive.Item.displayName; const SelectSeparator = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); SelectSeparator.displayName = SelectPrimitive.Separator.displayName; export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, }; ================================================ FILE: app/components/elements/Sheet.tsx ================================================ import * as React from 'react'; import * as SheetPrimitive from '@radix-ui/react-dialog'; import { cn } from '~/utils'; import { motion, type PanInfo } from 'framer-motion'; import { tv, type VariantProps } from 'tailwind-variants'; import Close from '~/assets/icons/CloseIcon'; const Sheet = SheetPrimitive.Root; const SheetTrigger = SheetPrimitive.Trigger; const SheetPortal = ({ ...props }: SheetPrimitive.DialogPortalProps) => ( ); SheetPortal.displayName = SheetPrimitive.Portal.displayName; const SheetOverlay = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); SheetOverlay.displayName = SheetPrimitive.Overlay.displayName; const sheetContentStyles = tv({ base: 'fixed inset-y-0 z-[9999] w-[250px] bg-content1 !p-1 shadow-large transition ease-in-out will-change-transform focus:outline-none data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out sm:!p-6', variants: { side: { top: 'bottom-auto w-full rounded-b-large data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top', right: 'right-0 h-full rounded-l-large data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right', bottom: 'bottom-0 top-auto w-full rounded-t-large data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom', left: 'left-0 h-full rounded-r-large data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left', }, size: { content: '', default: '', sm: '', lg: '', xl: '', full: '', }, }, compoundVariants: [ { side: ['top', 'bottom'], size: 'content', class: 'max-h-screen min-h-[150px]', }, { side: ['top', 'bottom'], size: 'default', class: 'h-1/3 min-h-[150px]', }, { side: ['top', 'bottom'], size: 'sm', class: 'h-1/4 min-h-[150px]', }, { side: ['top', 'bottom'], size: 'lg', class: 'h-1/2 min-h-[150px]', }, { side: ['top', 'bottom'], size: 'xl', class: 'h-5/6 min-h-[150px]', }, { side: ['top', 'bottom'], size: 'full', class: 'h-screen', }, { side: ['right', 'left'], size: 'content', class: 'max-w-screen min-w-[250px]', }, { side: ['right', 'left'], size: 'default', class: 'w-1/3 min-w-[250px]', }, { side: ['right', 'left'], size: 'sm', class: 'w-1/4 min-w-[250px]', }, { side: ['right', 'left'], size: 'lg', class: 'w-1/2 min-w-[250px]', }, { side: ['right', 'left'], size: 'xl', class: 'w-5/6 min-w-[250px]', }, { side: ['right', 'left'], size: 'full', class: 'w-screen', }, ], defaultVariants: { side: 'right', size: 'default', }, }); export interface SheetContentProps extends React.ComponentPropsWithoutRef, VariantProps { hideCloseButton?: boolean; swipeDownToClose?: boolean; open?: boolean; onOpenChange?: () => void; container?: HTMLElement; classNames?: { overlay?: string; content?: string; closeButton?: string; }; } const SheetContent = React.forwardRef< React.ElementRef, SheetContentProps >( ( { children, hideCloseButton, swipeDownToClose, open, onOpenChange, container, className, classNames, side, size, ...props }, forwardedRef, ) => { const handleDragEnd = (_event: MouseEvent | TouchEvent | PointerEvent, info: PanInfo) => { if (info.offset.y > 100 && open && onOpenChange && swipeDownToClose && side === 'bottom') { onOpenChange(); } }; return ( {swipeDownToClose && side === 'bottom' ? (
    ) : null} {!hideCloseButton ? ( Close ) : null} {children} ); }, ); SheetContent.displayName = 'SheetContent'; const SheetHeader = ({ className, ...props }: React.HTMLAttributes) => (
    ); SheetHeader.displayName = 'SheetHeader'; const SheetFooter = ({ className, ...props }: React.HTMLAttributes) => (
    ); SheetFooter.displayName = 'SheetFooter'; const SheetTitle = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); SheetTitle.displayName = SheetPrimitive.Title.displayName; const SheetDescription = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); SheetDescription.displayName = SheetPrimitive.Description.displayName; export { Sheet, SheetTrigger, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, }; ================================================ FILE: app/components/elements/Slider.tsx ================================================ import * as React from 'react'; import { Badge } from '@nextui-org/badge'; import * as SliderPrimitive from '@radix-ui/react-slider'; import { useHover } from '@react-aria/interactions'; import { cn } from '~/utils'; import { tv } from 'tailwind-variants'; const sliderStyles = tv({ slots: { track: 'relative w-full grow overflow-hidden rounded-full data-[orientation=horizontal]:h-2 data-[orientation=vertical]:w-2', range: 'absolute data-[orientation=horizontal]:h-full data-[orientation=vertical]:w-full', thumb: 'focus-visible:ring-ring block h-5 w-5 rounded-full border-2 bg-background ring-offset-background transition-colors hover:cursor-grab focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50', }, variants: { color: { default: { track: 'bg-default-50', range: 'bg-default', thumb: 'border-foreground', }, primary: { track: 'bg-primary-50', range: 'bg-primary', thumb: 'border-foreground', }, secondary: { track: 'bg-secondary-50', range: 'bg-secondary', thumb: 'border-foreground', }, success: { track: 'bg-success-50', range: 'bg-success', thumb: 'border-foreground', }, warning: { track: 'bg-warning-50', range: 'bg-warning', thumb: 'border-foreground', }, danger: { track: 'bg-danger-50', range: 'bg-danger', thumb: 'border-foreground', }, gradient: { track: 'bg-default', range: 'bg-gradient-to-r from-primary to-secondary', thumb: 'border-foreground', }, }, }, defaultVariants: { color: 'default', }, }); const Slider = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef & { showValueOnHover?: boolean; color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'gradient'; } >( ( { className, defaultValue, value, showValueOnHover = false, color = 'default', ...props }, ref, ) => { const hasRange = Array.isArray(defaultValue || value); const thumbsArray = hasRange ? defaultValue || value : [defaultValue || value]; const [isFirstThumbInvisible, setIsFirstThumbInvisible] = React.useState(true); const [isSecondThumbInvisible, setIsSecondThumbInvisible] = React.useState(true); const { hoverProps: firstThumbProps } = useHover({ onHoverStart: () => setIsFirstThumbInvisible(false), onHoverEnd: () => setIsFirstThumbInvisible(true), }); const { hoverProps: secondThumbProps } = useHover({ onHoverStart: () => setIsSecondThumbInvisible(false), onHoverEnd: () => setIsSecondThumbInvisible(true), }); const { track, range, thumb } = sliderStyles({ color }); return ( {thumbsArray?.map((value, index) => ( {showValueOnHover ? (
    ) : null} ))} ); }, ); Slider.displayName = SliderPrimitive.Root.displayName; export default Slider; ================================================ FILE: app/components/elements/dialog/AddSubtitleDialog.tsx ================================================ import { useState } from 'react'; import { Button } from '@nextui-org/button'; import { toast } from 'sonner'; import { getExt } from '~/utils/file'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import usePlayerState from '~/store/player/usePlayerState'; import { DialogFooter, DialogHeader, DialogTitle } from '~/components/elements/Dialog'; interface IAddSubtitlesProps { artplayer: Artplayer | null; setCurrentSubtitle: React.Dispatch>; } const AddSubtitles = (props: IAddSubtitlesProps) => { const { artplayer, setCurrentSubtitle } = props; const [disabledSubmit, setDisabledSubmit] = useState(true); const [subtitle, setSubtitle] = useState(null); const { updateSubtitleSelector } = usePlayerState((state) => state); const { autoSwitchSubtitle } = useSoraSettings(); const handleFileChange = (e: React.ChangeEvent) => { const file = e.target.files?.[0]; if (!file) return; const type = getExt(file.name); if (!type || !['ass', 'vtt', 'srt'].includes(type)) { toast.error('Invalid file type', { description: 'Type support: .srt, .vtt, .ass', duration: 5000, }); return; } setDisabledSubmit(false); setSubtitle(file); }; const handleSubtitleSubmit = () => { if (subtitle) { setDisabledSubmit(true); const type = getExt(subtitle.name); const url = URL.createObjectURL(subtitle); const subtitleName = subtitle.name.length > 20 ? `${subtitle.name.substring(0, 10)}...${subtitle.name.substring( subtitle.name.length - 10, subtitle.name.length, )}` : subtitle.name; const newSubtitle = [ { html: subtitleName, url, type, }, ]; updateSubtitleSelector(newSubtitle); if (artplayer && autoSwitchSubtitle.value) { artplayer.subtitle.switch(url, { name: subtitleName, type, }); setCurrentSubtitle(subtitleName); toast.success('Subtitle added successfully', { description: 'The subtitle has been switched automatically', duration: 3000, }); } else { toast.success('Subtitle added successfully', { description: 'You can choose the subtitle in the subtitles list', duration: 3000, }); } } }; return ( <> Add Subtitle
    handleFileChange(e)} className="flex h-10 w-full rounded-small border border-divider bg-transparent !px-3 !py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-foreground/60 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-focus focus-visible:ring-offset-2" />
    ); }; export default AddSubtitles; ================================================ FILE: app/components/elements/dialog/SearchSubtitleDialog.tsx ================================================ import { useEffect, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Input } from '@nextui-org/input'; import { Pagination } from '@nextui-org/pagination'; import { useMediaQuery } from '@react-hookz/web'; import { useFetcher } from '@remix-run/react'; import { toast } from 'sonner'; import type { ISubtitle, ISubtitleDownload, ISubtitlesSearch, } from '~/services/open-subtitles/open-subtitles.types'; import { useGlobalLoadingState } from '~/utils/react/hooks/useGlobalNavigationState'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { useTypedRouteLoaderData } from '~/utils/react/hooks/useTypedRouteLoaderData'; import usePlayerState from '~/store/player/usePlayerState'; import { DialogHeader, DialogTitle } from '~/components/elements/Dialog'; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from '~/components/elements/Select'; interface ISearchSubtitlesProps { artplayer: Artplayer | null; containerPortal?: HTMLElement; subtitleOptions?: { imdb_id?: number; tmdb_id?: number; parent_feature_id?: number; parent_imdb_id?: number; parent_tmdb_id?: number; episode_number?: number; season_number?: number; type?: 'movie' | 'episode' | 'all'; title?: string; sub_format: 'srt' | 'webvtt'; }; setCurrentSubtitle: React.Dispatch>; } const SearchSubtitles = (props: ISearchSubtitlesProps) => { const { artplayer, subtitleOptions, containerPortal, setCurrentSubtitle } = props; const rootData = useTypedRouteLoaderData('root'); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const fetcher = useFetcher(); const globalState = useGlobalLoadingState(); const { updateSubtitleSelector } = usePlayerState((state) => state); const preInput: string | undefined = subtitleOptions?.type === 'movie' ? subtitleOptions?.title : subtitleOptions?.type === 'episode' ? `${subtitleOptions?.title} ${ subtitleOptions?.season_number ? `S${subtitleOptions?.season_number}` : '' } ${subtitleOptions?.episode_number ? `E${subtitleOptions?.episode_number}` : ''}` : ''; const [value, setValue] = useState(preInput || ''); const [language, setLanguage] = useState(); const [page, setPage] = useState(1); const [totalPages, setTotalPages] = useState(0); const [subtitle, setSubtitle] = useState(); const [subtitlesSearch, setSubtitlesSearch] = useState(); const [isGetSubtitleLink, setIsGetSubtitleLink] = useState(false); const { autoSwitchSubtitle } = useSoraSettings(); const handlePageChange = (page: number) => { setSubtitlesSearch(undefined); let url = '/api/subtitles/search'; const params = new URLSearchParams(); if (value) { params.append('query', value); } if (language) { params.append('language', language); } if (subtitleOptions && subtitleOptions.imdb_id) { params.append('imdb_id', `${subtitleOptions.imdb_id}`); } if (subtitleOptions && subtitleOptions.tmdb_id) { params.append('tmdb_id', `${subtitleOptions.tmdb_id}`); } if (subtitleOptions && subtitleOptions.parent_feature_id) { params.append('parent_feature_id', `${subtitleOptions.parent_feature_id}`); } if (subtitleOptions && subtitleOptions.parent_imdb_id) { params.append('parent_imdb_id', `${subtitleOptions.parent_imdb_id}`); } if (subtitleOptions && subtitleOptions.parent_tmdb_id) { params.append('parent_tmdb_id', `${subtitleOptions.parent_tmdb_id}`); } if (subtitleOptions && subtitleOptions.episode_number !== undefined) { params.append('episode_number', `${subtitleOptions.episode_number}`); } if (subtitleOptions && subtitleOptions.season_number !== undefined) { params.append('season_number', `${subtitleOptions.season_number}`); } if (subtitleOptions && subtitleOptions.type) { params.append('type', subtitleOptions.type); } if (page) { params.append('page', `${page}`); } url += `?${params}`; fetcher.load(url); }; const handleSubtitleClick = (subtitle: ISubtitle) => { setSubtitle(subtitle); setIsGetSubtitleLink(true); fetcher.load( `/api/subtitles/download?file_id=${subtitle.attributes.files[0].file_id}&sub_format=${subtitleOptions?.sub_format}`, ); }; const searchSubtitles = () => { setSubtitlesSearch(undefined); let url = '/api/subtitles/search'; const params = new URLSearchParams(); if (value) { params.append('query', value); } if (language) { params.append('language', language); } if (subtitleOptions && subtitleOptions.imdb_id) { params.append('imdb_id', `${subtitleOptions.imdb_id}`); } if (subtitleOptions && subtitleOptions.tmdb_id) { params.append('tmdb_id', `${subtitleOptions.tmdb_id}`); } if (subtitleOptions && subtitleOptions.parent_feature_id) { params.append('parent_feature_id', `${subtitleOptions.parent_feature_id}`); } if (subtitleOptions && subtitleOptions.parent_imdb_id) { params.append('parent_imdb_id', `${subtitleOptions.parent_imdb_id}`); } if (subtitleOptions && subtitleOptions.parent_tmdb_id) { params.append('parent_tmdb_id', `${subtitleOptions.parent_tmdb_id}`); } if (subtitleOptions && subtitleOptions.episode_number !== undefined) { params.append('episode_number', `${subtitleOptions.episode_number}`); } if (subtitleOptions && subtitleOptions.season_number !== undefined) { params.append('season_number', `${subtitleOptions.season_number}`); } if (subtitleOptions && subtitleOptions.type) { params.append('type', subtitleOptions.type); } url += `?${params}`; fetcher.load(url); }; useEffect(() => { if (fetcher.data && (fetcher.data as { subtitlesSearch: ISubtitlesSearch }).subtitlesSearch) { setSubtitlesSearch((fetcher.data as { subtitlesSearch: ISubtitlesSearch }).subtitlesSearch); setPage((fetcher.data as { subtitlesSearch: ISubtitlesSearch }).subtitlesSearch.page); setTotalPages( (fetcher.data as { subtitlesSearch: ISubtitlesSearch }).subtitlesSearch.total_pages, ); } if (fetcher.data && (fetcher.data as { subtitle: ISubtitleDownload }).subtitle) { setIsGetSubtitleLink(false); const subtitleName = subtitle?.attributes?.release || ''; const subtitleHtml = subtitleName.length > 20 ? `${subtitleName.substring(0, 10)}...${subtitleName.substring( subtitleName.length - 10, subtitleName.length, )}` : subtitleName; const url = (fetcher.data as { subtitle: ISubtitleDownload }).subtitle.link; const newSubtitle = [ { html: subtitleHtml, url, }, ]; updateSubtitleSelector(newSubtitle); if (artplayer && autoSwitchSubtitle.value) { artplayer.subtitle.switch(url, { name: subtitleHtml, }); setCurrentSubtitle(subtitleHtml); toast.success('Subtitle added successfully', { description: 'The subtitle has been switched automatically', duration: 3000, }); } else { toast.success('Subtitle added successfully', { description: 'You can choose the subtitle in the subtitles list', duration: 3000, }); } } // eslint-disable-next-line react-hooks/exhaustive-deps }, [fetcher.data]); return ( <> Search Subtitles
    setValue(value || '')} onClear={() => setValue('')} size="sm" placeholder="Search Subtitle" variant="faded" color="default" type="text" className="w-full sm:w-auto" />
    {globalState === 'loading' && !isGetSubtitleLink && (
    Loading...
    )} {subtitlesSearch && subtitlesSearch.data.map((subtitle) => ( ))} {totalPages > 1 ? (
    ) : null}
    ); }; export default SearchSubtitles; ================================================ FILE: app/components/elements/dialog/SelectProviderDialog.tsx ================================================ import { useEffect, useState } from 'react'; import { Button } from '@nextui-org/button'; import { useFetcher, useNavigate } from '@remix-run/react'; import type { Provider } from '~/services/provider.server'; import { useGlobalLoadingState } from '~/utils/react/hooks/useGlobalNavigationState'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { DialogHeader, DialogTitle } from '~/components/elements/Dialog'; type SelectProviderProps = { id: number | string | undefined; visible: boolean; closeHandler: () => void; type: 'movie' | 'tv' | 'anime'; title: string; origTitle: string; year: number; season?: number; episode?: number; animeType?: string; isEnded?: boolean; }; const SelectProvider = (props: SelectProviderProps) => { const { id, visible, closeHandler, type, title, origTitle, year, season, episode, animeType, isEnded, } = props; const fetcher = useFetcher(); const navigate = useNavigate(); const globalState = useGlobalLoadingState(); const { isShowSkipOpEdButton } = useSoraSettings(); const [provider, setProvider] = useState(); const handleProvider = (item: Provider) => { closeHandler(); if (type === 'movie') navigate(`/movies/${id}/watch?provider=${item.provider}&id=${item.id}`); else if (type === 'tv') navigate( `/tv-shows/${id}/season/${season}/episode/${episode}/watch?provider=${item.provider}&id=${item.id}`, ); else if (type === 'anime') navigate( `/anime/${id}/episode/${episode}/watch?provider=${item.provider}&id=${item.id}&episode=${episode}&skipOpEd=${isShowSkipOpEdButton.value}`, ); }; useEffect(() => { if (visible) { setProvider([]); if (type === 'movie') fetcher.load( `/api/provider?title=${title}&type=${type}&origTitle=${origTitle}&year=${year}&isEnded=${isEnded}&tmdbId=${id}`, ); else if (type === 'tv') fetcher.load( `/api/provider?title=${title}&type=${type}&origTitle=${origTitle}&year=${year}&season=${season}&isEnded=${isEnded}&tmdbId=${id}`, ); else if (type === 'anime') fetcher.load( `/api/provider?title=${title}&type=${type}&origTitle=${origTitle}&year=${year}&aid=${id}&animeType=${animeType}&isEnded=${isEnded}`, ); } // eslint-disable-next-line react-hooks/exhaustive-deps }, [visible]); useEffect(() => { if (fetcher.data && (fetcher.data as { provider: Provider[] | undefined }).provider) { setProvider((fetcher.data as { provider: Provider[] | undefined }).provider); } }, [fetcher.data]); return ( <> Select Provider
    {provider && Array.isArray(provider) ? provider.map((item) => ( )) : null} {globalState === 'loading' ? (
    Loading...
    ) : null}
    ); }; export default SelectProvider; ================================================ FILE: app/components/elements/dialog/WatchTrailerDialog.tsx ================================================ import { useWindowSize } from '@react-hookz/web'; import YouTube, { type YouTubeProps } from 'react-youtube'; import { type ITrailer } from '~/services/consumet/anilist/anilist.types'; export type Trailer = { iso_639_1?: string; iso_3166_1?: string; name?: string; key?: string; site?: string; size?: number; type?: string; official?: boolean; published_at?: string; id?: string; }; type WatchTrailerProps = { trailer: Trailer | ITrailer; currentTime?: number; }; const WatchTrailer = ({ trailer, currentTime }: WatchTrailerProps) => { const { width } = useWindowSize(); const opts: YouTubeProps['opts'] = { height: `${width && width < 720 ? width / 1.5 : 480}`, width: `${width && width < 720 ? width : 720}`, playerVars: { // https://developers.google.com/youtube/player_parameters autoplay: 1, modestbranding: 1, controls: 1, start: currentTime || 0, }, }; if (trailer) { return ( { target.playVideo(); }} /> ); } return

    No trailer found

    ; }; export default WatchTrailer; ================================================ FILE: app/components/elements/player/ArtPlayer.tsx ================================================ import { memo, useEffect, useRef, useState, type CSSProperties, type Dispatch, type SetStateAction, } from 'react'; import { Button } from '@nextui-org/button'; import { Link } from '@remix-run/react'; import Artplayer from 'artplayer'; import { isMobile } from 'react-device-detect'; import usePlayerState from '~/store/player/usePlayerState'; import AspectRatio from '~/components/elements/AspectRatio'; import Close from '~/assets/icons/CloseIcon'; interface IPlayerProps { // eslint-disable-next-line @typescript-eslint/no-explicit-any option: any; getInstance: (art: Artplayer) => void; style?: CSSProperties | undefined; className?: string; setIsPlayerPlaying: Dispatch>; } const Player: React.FC = (props: IPlayerProps) => { const { option, getInstance, style, className, setIsPlayerPlaying, ...rest } = props; const { isMini, setIsMini, setShouldShowPlayer, routePlayer, setRoutePlayer, titlePlayer, setTitlePlayer, setPlayerData, setQualitySelector, setSubtitleSelector, } = usePlayerState((state) => state); const [artplayer, setArtplayer] = useState(null); // const { isSwipeFullscreen } = useSoraSettings(); const artRef = useRef(null); // // eslint-disable-next-line @typescript-eslint/no-unused-vars // const handleDragEnd = (event: MouseEvent | PointerEvent | TouchEvent, info: PanInfo) => { // if (artplayer && isSwipeFullscreen.value) { // if (!artplayer.fullscreen && info.offset.y < -100) { // artplayer.fullscreen = true; // } // if (artplayer.fullscreen && info.offset.y > 100) { // artplayer.fullscreen = false; // } // } // }; useEffect( () => { const art = new Artplayer({ container: artRef.current, ...option, }); setArtplayer(art); if (getInstance && typeof getInstance === 'function') { getInstance(art); } return () => { if (art && art.destroy) { art.destroy(false); } }; }, // eslint-disable-next-line react-hooks/exhaustive-deps [], ); return (
    {isMini ? (
    {titlePlayer}
    ) : null} ); }; export default memo(Player); ================================================ FILE: app/components/elements/player/PlayerError.tsx ================================================ import AspectRatio from '~/components/elements/AspectRatio'; interface IPlayerErrorProps { title: string; message: string; } const PlayerError = (props: IPlayerErrorProps) => { const { title, message } = props; return (

    {title}

    {message}

    ); }; export default PlayerError; ================================================ FILE: app/components/elements/player/PlayerHotkey.ts ================================================ import type { Dispatch, SetStateAction } from 'react'; import type Artplayer from 'artplayer'; function PlayerHotKey(art: Artplayer, setShowSubtitle: Dispatch>) { // https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode // art.hotkey.add(109, () => { // // NumpadSubtract // if (art.playbackRate > 0.25) { // art.playbackRate -= 0.25; // art.notice.show = `Speed ${art.playbackRate.toFixed(2)}x`; // } else { // art.notice.show = 'Min speed'; // } // }); // art.hotkey.add(107, () => { // // NumpadAdd // if (art.playbackRate < 2) { // art.playbackRate += 0.25; // art.notice.show = `Speed ${art.playbackRate.toFixed(2)}x`; // } else { // art.notice.show = 'Max speed'; // } // }); art.hotkey.add(105, () => { // Numpad9 art.seek = Number(art.duration) * 0.9; }); art.hotkey.add(104, () => { // Numpad8 art.seek = Number(art.duration) * 0.8; }); art.hotkey.add(103, () => { // Numpad7 art.seek = Number(art.duration) * 0.7; }); art.hotkey.add(102, () => { // Numpad6 art.seek = Number(art.duration) * 0.6; }); art.hotkey.add(101, () => { // Numpad5 art.seek = Number(art.duration) * 0.5; }); art.hotkey.add(100, () => { // Numpad4 art.seek = Number(art.duration) * 0.4; }); art.hotkey.add(99, () => { // Numpad3 art.seek = Number(art.duration) * 0.3; }); art.hotkey.add(98, () => { // Numpad2 art.seek = Number(art.duration) * 0.2; }); art.hotkey.add(97, () => { // Numpad1 art.seek = Number(art.duration) * 0.1; }); art.hotkey.add(96, () => { // Numpad0 art.seek = 0; }); art.hotkey.add(77, () => { // Key M art.muted = !art.muted; if (art.muted) { art.notice.show = 'Mute'; } else { art.notice.show = 'Unmute'; } }); art.hotkey.add(76, () => { // Key L art.forward = 10; art.notice.show = 'Forward 10s'; }); art.hotkey.add(75, () => { // Key K if (art.playing) { art.pause(); art.notice.show = 'Pause'; } else { art.play(); art.notice.show = 'Play'; } }); art.hotkey.add(74, () => { // Key J art.backward = 10; art.notice.show = 'Backward 10s'; }); art.hotkey.add(70, () => { // Key F art.fullscreen = !art.fullscreen; if (art.fullscreen) { art.notice.show = 'Fullscreen'; } else { art.notice.show = 'Exit fullscreen'; } }); art.hotkey.add(67, () => { // Key C art.subtitle.show = !art.subtitle.show; setShowSubtitle(art.subtitle.show); if (art.subtitle.show) { art.notice.show = 'Subtitle on'; } else { art.notice.show = 'Subtitle off'; } }); art.hotkey.add(57, () => { // Key 9 art.seek = Number(art.duration) * 0.9; }); art.hotkey.add(56, () => { // Key 8 art.seek = Number(art.duration) * 0.8; }); art.hotkey.add(55, () => { // Key 7 art.seek = Number(art.duration) * 0.7; }); art.hotkey.add(54, () => { // Key 6 art.seek = Number(art.duration) * 0.6; }); art.hotkey.add(53, () => { // Key 5 art.seek = Number(art.duration) * 0.5; }); art.hotkey.add(52, () => { // Key 4 art.seek = Number(art.duration) * 0.4; }); art.hotkey.add(51, () => { // Key 3 art.seek = Number(art.duration) * 0.3; }); art.hotkey.add(50, () => { // Key 2 art.seek = Number(art.duration) * 0.2; }); art.hotkey.add(49, () => { // Key 1 art.seek = Number(art.duration) * 0.1; }); art.hotkey.add(48, () => { // Key 0 art.seek = 0; }); art.hotkey.add(36, () => { // Key Home art.seek = 0; art.notice.show = 'Seek to start'; }); art.hotkey.add(35, () => { // Key End art.seek = art.duration; art.notice.show = 'Seek to end'; }); } export default PlayerHotKey; ================================================ FILE: app/components/elements/player/PlayerSettings.tsx ================================================ import { useMemo, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Divider } from '@nextui-org/divider'; import { Spacer } from '@nextui-org/spacer'; import { Switch } from '@nextui-org/switch'; import { isMobileOnly } from 'react-device-detect'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { Dialog, DialogContent, DialogTrigger } from '~/components/elements/Dialog'; import AddSubtitles from '~/components/elements/dialog/AddSubtitleDialog'; import SearchSubtitles from '~/components/elements/dialog/SearchSubtitleDialog'; import { Popover, PopoverContent, PopoverTrigger } from '~/components/elements/Popover'; import ResizablePanel from '~/components/elements/shared/ResizablePanel'; import { Sheet, SheetContent, SheetTrigger } from '~/components/elements/Sheet'; import Arrow from '~/assets/icons/ArrowIcon'; import Filter from '~/assets/icons/FilterIcon'; import Flip from '~/assets/icons/FlipIcon'; import PaperPlus from '~/assets/icons/PaperPlusIcon'; import Play from '~/assets/icons/PlayIcon'; import Ratio from '~/assets/icons/RatioIcon'; import Search from '~/assets/icons/SearchIcon'; import Settings from '~/assets/icons/SettingsIcon'; import Subtitle from '~/assets/icons/SubtitleIcon'; import Tick from '~/assets/icons/TickIcon'; interface IPlayerSettingsProps { artplayer: Artplayer | null; qualitySelector?: { html: string; url: string; default?: boolean; isM3U8?: boolean; isDASH?: boolean; }[]; subtitleSelector?: { html: string; url: string; default?: boolean; type?: string; }[]; isPlayerFullScreen?: boolean; isSettingsOpen: boolean; showSubtitle: boolean; setShowSubtitle: React.Dispatch>; setSettingsOpen: React.Dispatch>; subtitleOptions?: { imdb_id?: number; tmdb_id?: number; parent_feature_id?: number; parent_imdb_id?: number; parent_tmdb_id?: number; episode_number?: number; season_number?: number; type?: 'movie' | 'episode' | 'all'; title?: string; sub_format: 'srt' | 'webvtt'; }; } type SettingsOption = { id: string; title: string; description?: string; showIcon?: boolean; icon?: JSX.Element; action?: () => void; currentValue?: string; isCurrent?: boolean; isSwitch?: boolean; isSwitchOn?: boolean; isTriggerDialog?: boolean; switchAction?: (isSelected: boolean) => void; dialogName?: string; }; const PlayerSettings = (props: IPlayerSettingsProps) => { const { artplayer, qualitySelector, subtitleSelector, isPlayerFullScreen, isSettingsOpen, showSubtitle, setShowSubtitle, setSettingsOpen, subtitleOptions, } = props; const [dropdownLevelKey, setDropdownLevelKey] = useState('general'); const [currentPlaySpeed, setCurrentPlaySpeed] = useState('Normal'); const [currentAspectRatio, setCurrentAspectRatio] = useState('Default'); const [currentVideoFlip, setCurrentVideoFlip] = useState('Normal'); const [currentQuality, setCurrentQuality] = useState( qualitySelector?.find((quality) => quality.default === true)?.html || 'Auto', ); const [currentSubtitle, setCurrentSubtitle] = useState( subtitleSelector?.find((subtitle) => subtitle.default === true)?.html || 'English', ); const [currentSubtitleOffset, setCurrentSubtitleOffset] = useState('Normal'); const [openDialog, setOpenDialog] = useState(false); const [currentDialogName, setCurrentDialogName] = useState(''); const { currentSubtitleFontColor, currentSubtitleFontSize, currentSubtitleBackgroundColor, currentSubtitleBackgroundOpacity, currentSubtitleWindowColor, currentSubtitleWindowOpacity, currentSubtitleTextEffects, } = useSoraSettings(); const dropdownLevel = useMemo( () => { const level: { id: string; key: string; showTitle: boolean; showBackButton?: boolean; backButtonAction?: () => void; title?: string; showExtraButton?: boolean; extraButtonAction?: () => void; extraButtonTitle?: string; listItems: SettingsOption[]; }[] = [ { id: 'general', key: 'general', showTitle: false, listItems: [ { id: 'play-speed', title: 'Play Speed', description: 'Change the playback speed', showIcon: true, icon: , action: () => setDropdownLevelKey('play-speed'), currentValue: currentPlaySpeed, }, { id: 'aspect-ratio', title: 'Aspect Ratio', description: 'Change the aspect ratio', showIcon: true, icon: , action: () => setDropdownLevelKey('aspect-ratio'), currentValue: currentAspectRatio, }, { id: 'video-flip', title: 'Video Flip', description: 'Flip the video horizontal or vertical', showIcon: true, icon: , action: () => setDropdownLevelKey('video-flip'), currentValue: currentVideoFlip, }, ...(qualitySelector ? [ { id: 'quality', title: 'Quality', description: 'Change the video quality', showIcon: true, icon: , action: () => setDropdownLevelKey('quality'), currentValue: currentQuality, }, ] : []), ...(subtitleSelector ? [ { id: 'subtitle', title: 'Subtitle', description: 'Change the subtitle', showIcon: true, icon: , action: () => setDropdownLevelKey('subtitle'), currentValue: currentSubtitle, }, ] : []), ], }, { id: 'play-speed', key: 'play-speed', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('general'), title: 'Play Speed', listItems: [ { id: '0.5x', title: '0.5x', showIcon: false, action: () => { if (artplayer) { artplayer.playbackRate = 0.5; setCurrentPlaySpeed('0.5x'); setDropdownLevelKey('general'); } }, isCurrent: currentPlaySpeed === '0.5x', }, { id: '0.75x', title: '0.75x', showIcon: false, action: () => { if (artplayer) { artplayer.playbackRate = 0.75; setCurrentPlaySpeed('0.75x'); setDropdownLevelKey('general'); } }, isCurrent: currentPlaySpeed === '0.75x', }, { id: 'normal', title: 'Normal', showIcon: false, action: () => { if (artplayer) { artplayer.playbackRate = 1.0; setCurrentPlaySpeed('Normal'); setDropdownLevelKey('general'); } }, isCurrent: currentPlaySpeed === 'Normal', }, { id: '1.25x', title: '1.25x', showIcon: false, action: () => { if (artplayer) { artplayer.playbackRate = 1.25; setCurrentPlaySpeed('1.25x'); setDropdownLevelKey('general'); } }, isCurrent: currentPlaySpeed === '1.25x', }, { id: '1.5x', title: '1.5x', showIcon: false, action: () => { if (artplayer) { artplayer.playbackRate = 1.5; setCurrentPlaySpeed('1.5x'); setDropdownLevelKey('general'); } }, isCurrent: currentPlaySpeed === '1.5x', }, { id: '1.75x', title: '1.75x', showIcon: false, action: () => { if (artplayer) { artplayer.playbackRate = 1.75; setCurrentPlaySpeed('1.75x'); setDropdownLevelKey('general'); } }, isCurrent: currentPlaySpeed === '1.75x', }, { id: '2x', title: '2x', showIcon: false, action: () => { if (artplayer) { artplayer.playbackRate = 2.0; setCurrentPlaySpeed('2x'); setDropdownLevelKey('general'); } }, isCurrent: currentPlaySpeed === '2x', }, ], }, { id: 'aspect-ratio', key: 'aspect-ratio', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('general'), title: 'Aspect Ratio', listItems: [ { id: 'default', title: 'Default', showIcon: false, action: () => { if (artplayer) { artplayer.aspectRatio = 'default'; setCurrentAspectRatio('Default'); setDropdownLevelKey('general'); } }, isCurrent: currentAspectRatio === 'Default', }, { id: '16:9', title: '16:9', showIcon: false, action: () => { if (artplayer) { artplayer.aspectRatio = '16:9'; setCurrentAspectRatio('16:9'); setDropdownLevelKey('general'); } }, isCurrent: currentAspectRatio === '16:9', }, { id: '4:3', title: '4:3', showIcon: false, action: () => { if (artplayer) { artplayer.aspectRatio = '4:3'; setCurrentAspectRatio('4:3'); setDropdownLevelKey('general'); } }, isCurrent: currentAspectRatio === '4:3', }, ], }, { id: 'video-flip', key: 'video-flip', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('general'), title: 'Video Flip', listItems: [ { id: 'normal', title: 'Normal', showIcon: false, action: () => { if (artplayer) { artplayer.flip = 'normal'; setCurrentVideoFlip('Normal'); setDropdownLevelKey('general'); } }, isCurrent: currentVideoFlip === 'Normal', }, { id: 'flip-horizontal', title: 'Flip Horizontal', showIcon: false, action: () => { if (artplayer) { artplayer.flip = 'horizontal'; setCurrentVideoFlip('Horizontal'); setDropdownLevelKey('general'); } }, isCurrent: currentVideoFlip === 'Horizontal', }, { id: 'flip-vertical', title: 'Flip Vertical', showIcon: false, action: () => { if (artplayer) { artplayer.flip = 'vertical'; setCurrentVideoFlip('Vertical'); setDropdownLevelKey('general'); } }, isCurrent: currentVideoFlip === 'Vertical', }, ], }, { id: 'subtitle', key: 'subtitle', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('general'), title: 'Subtitle', showExtraButton: true, extraButtonAction: () => setDropdownLevelKey('subtitle-settings'), extraButtonTitle: 'Subtitle Settings', listItems: [ { id: 'toggle-subtitle', title: 'Show Subtitle', showIcon: false, action: undefined, isSwitch: true, isSwitchOn: showSubtitle, switchAction: (isSelected: boolean) => { if (artplayer) { artplayer.subtitle.show = isSelected; setShowSubtitle(isSelected); } }, }, { id: 'search-subtitle', title: 'Search Subtitle', showIcon: true, isTriggerDialog: true, icon: , action: () => { setSettingsOpen(false); setDropdownLevelKey('general'); setOpenDialog(true); setCurrentDialogName('search-subtitle'); }, }, { id: 'add-subtitle', title: 'Add Subtitle', showIcon: true, isTriggerDialog: true, icon: , action: () => { setSettingsOpen(false); setDropdownLevelKey('general'); setOpenDialog(true); setCurrentDialogName('add-subtitle'); }, }, ...(subtitleSelector ? subtitleSelector.map((subtitle) => ({ id: subtitle.html, title: subtitle.html, showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.switch(subtitle.url, { name: subtitle.html, ...(subtitle.type ? { type: subtitle.type } : {}), }); setCurrentSubtitle(subtitle.html); setDropdownLevelKey('general'); } }, isCurrent: currentSubtitle === subtitle.html, })) : []), ], }, { id: 'subtitle-settings', key: 'subtitle-settings', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle'), title: 'Subtitle Settings', listItems: [ { id: 'subtitle-offset', title: 'Offset', description: 'Change the subtitle offset', showIcon: true, action: () => setDropdownLevelKey('subtitle-offset'), currentValue: currentSubtitleOffset, }, { id: 'subtitle-font-color', title: 'Font Color', description: 'Change the subtitle font color', showIcon: true, action: () => setDropdownLevelKey('subtitle-font-color'), currentValue: currentSubtitleFontColor.value, }, { id: 'subtitle-font-size', title: 'Font Size', description: 'Change the subtitle font size', showIcon: true, action: () => setDropdownLevelKey('subtitle-font-size'), currentValue: currentSubtitleFontSize.value, }, { id: 'subtitle-background-color', title: 'Background Color', description: 'Change the subtitle background color', showIcon: true, action: () => setDropdownLevelKey('subtitle-background-color'), currentValue: currentSubtitleBackgroundColor.value, }, { id: 'subtitle-background-opacity', title: 'Background Opacity', description: 'Change the subtitle background opacity', showIcon: true, action: () => setDropdownLevelKey('subtitle-background-opacity'), currentValue: currentSubtitleBackgroundOpacity.value, }, { id: 'subtitle-window-color', title: 'Window Color', description: 'Change the subtitle window color', showIcon: true, action: () => setDropdownLevelKey('subtitle-window-color'), currentValue: currentSubtitleWindowColor.value, }, { id: 'subtitle-window-opacity', title: 'Window Opacity', description: 'Change the subtitle window opacity', showIcon: true, action: () => setDropdownLevelKey('subtitle-window-opacity'), currentValue: currentSubtitleWindowOpacity.value, }, { id: 'subtitle-text-effects', title: 'Text Effects', description: 'Change the subtitle text effects', showIcon: true, action: () => setDropdownLevelKey('subtitle-text-effects'), currentValue: currentSubtitleTextEffects.value, }, { id: 'subtitle-reset', title: 'Reset', description: 'Reset the subtitle settings', showIcon: true, action: () => { if (artplayer) { artplayer.subtitleOffset = 0; artplayer.subtitle.style({ color: '#fff', fontSize: `${artplayer.height * 0.05}px`, }); setCurrentSubtitleOffset('Normal'); currentSubtitleFontColor.set('White'); currentSubtitleFontSize.set('100%'); currentSubtitleBackgroundColor.set('Black'); currentSubtitleBackgroundOpacity.set('0%'); currentSubtitleWindowColor.set('Black'); currentSubtitleWindowOpacity.set('0%'); setDropdownLevelKey('subtitle'); } }, }, ], }, { id: 'subtitle-offset', key: 'subtitle-offset', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle-settings'), title: 'Subtitle Offset', listItems: [ { id: '-5s', title: '-5s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = -5; setCurrentSubtitleOffset('-5s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '-5s', }, { id: '-4s', title: '-4s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = -4; setCurrentSubtitleOffset('-4s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '-4s', }, { id: '-3s', title: '-3s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = -3; setCurrentSubtitleOffset('-3s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '-3s', }, { id: '-2s', title: '-2s', action: () => { if (artplayer) { artplayer.subtitleOffset = -2; setCurrentSubtitleOffset('-2s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '-2s', }, { id: '-1s', title: '-1s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = -1; setCurrentSubtitleOffset('-1s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '-1s', }, { id: 'normal', title: 'Normal', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = 0; setCurrentSubtitleOffset('Normal'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === 'Normal', }, { id: '1s', title: '1s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = 1; setCurrentSubtitleOffset('1s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '1s', }, { id: '2s', title: '2s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = 2; setCurrentSubtitleOffset('2s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '2s', }, { id: '3s', title: '3s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = 3; setCurrentSubtitleOffset('3s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '3s', }, { id: '4s', title: '4s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = 4; setCurrentSubtitleOffset('4s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '4s', }, { id: '5s', title: '5s', showIcon: false, action: () => { if (artplayer) { artplayer.subtitleOffset = 5; setCurrentSubtitleOffset('5s'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleOffset === '5s', }, ], }, { id: 'subtitle-font-color', key: 'subtitle-font-color', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle-settings'), title: 'Font Color', listItems: [ { id: 'white', title: 'White', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#fff', }); currentSubtitleFontColor.set('White'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'White', }, { id: 'blue', title: 'Blue', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#0072F5', }); currentSubtitleFontColor.set('Blue'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'Blue', }, { id: 'purple', title: 'Purple', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#7828C8', }); currentSubtitleFontColor.set('Purple'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'Purple', }, { id: 'green', title: 'Green', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#17C964', }); currentSubtitleFontColor.set('Green'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'Green', }, { id: 'yellow', title: 'Yellow', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#F5A524', }); currentSubtitleFontColor.set('Yellow'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'Yellow', }, { id: 'red', title: 'Red', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#F31260', }); currentSubtitleFontColor.set('Red'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'Red', }, { id: 'cyan', title: 'Cyan', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#06B7DB', }); currentSubtitleFontColor.set('Cyan'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'Cyan', }, { id: 'pink', title: 'Pink', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#FF4ECD', }); currentSubtitleFontColor.set('Pink'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'Pink', }, { id: 'black', title: 'Black', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ color: '#000', }); currentSubtitleFontColor.set('Black'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontColor.value === 'Black', }, ], }, { id: 'subtitle-font-size', key: 'subtitle-font-size', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle-settings'), title: 'Font Size', listItems: [ { id: '50%', title: '50%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05 * 0.5}px`, }); currentSubtitleFontSize.set('50%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '50%', }, { id: '75%', title: '75%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05 * 0.75}px`, }); currentSubtitleFontSize.set('75%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '75%', }, { id: '100%', title: '100%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05}px`, }); currentSubtitleFontSize.set('100%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '100%', }, { id: '125%', title: '125%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05 * 1.25}px`, }); currentSubtitleFontSize.set('125%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '125%', }, { id: '150%', title: '150%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05 * 1.5}px`, }); currentSubtitleFontSize.set('150%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '150%', }, { id: '175%', title: '175%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05 * 1.75}px`, }); currentSubtitleFontSize.set('175%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '175%', }, { id: '200%', title: '200%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05 * 2.0}px`, }); currentSubtitleFontSize.set('200%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '200%', }, { id: '300%', title: '300%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05 * 3.0}px`, }); currentSubtitleFontSize.set('300%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '300%', }, { id: '400%', title: '400%', showIcon: false, action: () => { if (artplayer) { artplayer.subtitle.style({ fontSize: `${artplayer.height * 0.05 * 4.0}px`, }); currentSubtitleFontSize.set('400%'); setDropdownLevelKey('subtitle-settings'); } }, isCurrent: currentSubtitleFontSize.value === '400%', }, ], }, { id: 'subtitle-background-color', key: 'subtitle-background-color', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle-settings'), title: 'Background Color', listItems: [ { id: 'black', title: 'Black', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('Black'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'Black', }, { id: 'blue', title: 'Blue', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('Blue'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'Blue', }, { id: 'purple', title: 'Purple', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('Purple'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'Purple', }, { id: 'green', title: 'Green', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('Green'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'Green', }, { id: 'yellow', title: 'Yellow', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('Yellow'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'Yellow', }, { id: 'red', title: 'Red', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('Red'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'Red', }, { id: 'cyan', title: 'Cyan', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('Cyan'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'Cyan', }, { id: 'pink', title: 'Pink', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('Pink'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'Pink', }, { id: 'white', title: 'White', showIcon: false, action: () => { currentSubtitleBackgroundColor.set('White'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundColor.value === 'White', }, ], }, { id: 'subtitle-background-opacity', key: 'subtitle-background-opacity', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle-settings'), title: 'Background Opacity', listItems: [ { id: '0%', title: '0%', showIcon: false, action: () => { currentSubtitleBackgroundOpacity.set('0%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundOpacity.value === '0%', }, { id: '25%', title: '25%', showIcon: false, action: () => { currentSubtitleBackgroundOpacity.set('25%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundOpacity.value === '25%', }, { id: '50%', title: '50%', showIcon: false, action: () => { currentSubtitleBackgroundOpacity.set('50%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundOpacity.value === '50%', }, { id: '75%', title: '75%', showIcon: false, action: () => { currentSubtitleBackgroundOpacity.set('75%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundOpacity.value === '75%', }, { id: '100%', title: '100%', showIcon: false, action: () => { currentSubtitleBackgroundOpacity.set('100%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleBackgroundOpacity.value === '100%', }, ], }, { id: 'subtitle-window-color', key: 'subtitle-window-color', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle-settings'), title: 'Window Color', listItems: [ { id: 'black', title: 'Black', showIcon: false, action: () => { currentSubtitleWindowColor.set('Black'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'Black', }, { id: 'blue', title: 'Blue', showIcon: false, action: () => { currentSubtitleWindowColor.set('Blue'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'Blue', }, { id: 'purple', title: 'Purple', showIcon: false, action: () => { currentSubtitleWindowColor.set('Purple'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'Purple', }, { id: 'green', title: 'Green', showIcon: false, action: () => { currentSubtitleWindowColor.set('Green'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'Green', }, { id: 'yellow', title: 'Yellow', showIcon: false, action: () => { currentSubtitleWindowColor.set('Yellow'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'Yellow', }, { id: 'red', title: 'Red', showIcon: false, action: () => { currentSubtitleWindowColor.set('Red'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'Red', }, { id: 'cyan', title: 'Cyan', showIcon: false, action: () => { currentSubtitleWindowColor.set('Cyan'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'Cyan', }, { id: 'pink', title: 'Pink', showIcon: false, action: () => { currentSubtitleWindowColor.set('Pink'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'Pink', }, { id: 'white', title: 'White', showIcon: false, action: () => { currentSubtitleWindowColor.set('White'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowColor.value === 'White', }, ], }, { id: 'subtitle-window-opacity', key: 'subtitle-window-opacity', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle-settings'), title: 'Window Opacity', listItems: [ { id: '0%', title: '0%', showIcon: false, action: () => { currentSubtitleWindowOpacity.set('0%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowOpacity.value === '0%', }, { id: '25%', title: '25%', showIcon: false, action: () => { currentSubtitleWindowOpacity.set('25%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowOpacity.value === '25%', }, { id: '50%', title: '50%', showIcon: false, action: () => { currentSubtitleWindowOpacity.set('50%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowOpacity.value === '50%', }, { id: '75%', title: '75%', showIcon: false, action: () => { currentSubtitleWindowOpacity.set('75%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowOpacity.value === '75%', }, { id: '100%', title: '100%', showIcon: false, action: () => { currentSubtitleWindowOpacity.set('100%'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleWindowOpacity.value === '100%', }, ], }, { id: 'subtitle-text-effects', key: 'subtitle-text-effects', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('subtitle-settings'), title: 'Text Effects', listItems: [ { id: 'none', title: 'None', showIcon: false, action: () => { currentSubtitleTextEffects.set('None'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleTextEffects.value === 'None', }, { id: 'drop-shadow', title: 'Drop Shadow', showIcon: false, action: () => { currentSubtitleTextEffects.set('Drop Shadow'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleTextEffects.value === 'Drop Shadow', }, { id: 'raised', title: 'Raised', showIcon: false, action: () => { currentSubtitleTextEffects.set('Raised'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleTextEffects.value === 'Raised', }, { id: 'depressed', title: 'Depressed', showIcon: false, action: () => { currentSubtitleTextEffects.set('Depressed'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleTextEffects.value === 'Depressed', }, { id: 'outline', title: 'Outline', showIcon: false, action: () => { currentSubtitleTextEffects.set('Outline'); setDropdownLevelKey('subtitle-settings'); }, isCurrent: currentSubtitleTextEffects.value === 'Outline', }, ], }, ]; if (qualitySelector) { level.push({ id: 'quality', key: 'quality', showTitle: true, showBackButton: true, backButtonAction: () => setDropdownLevelKey('general'), title: 'Quality', listItems: qualitySelector.map((quality) => ({ id: quality.html, title: quality.html, showIcon: false, action: async () => { if (artplayer) { await artplayer.switchQuality(quality.url); setCurrentQuality(quality.html); setDropdownLevelKey('general'); const currentSubtitleSelected = subtitleSelector?.find( (subtitle) => subtitle.html === currentSubtitle, ); if (currentSubtitleSelected) { artplayer.subtitle.switch(currentSubtitleSelected.url, { name: currentSubtitleSelected.html, }); } } }, isCurrent: currentQuality === quality.html, })), }); } return level; }, // eslint-disable-next-line react-hooks/exhaustive-deps [ qualitySelector, subtitleSelector, currentSubtitle, currentQuality, currentPlaySpeed, currentAspectRatio, currentVideoFlip, currentSubtitleOffset, currentSubtitleFontColor.value, currentSubtitleFontSize.value, currentSubtitleBackgroundColor.value, currentSubtitleBackgroundOpacity.value, currentSubtitleWindowColor.value, currentSubtitleWindowOpacity.value, currentSubtitleTextEffects.value, ], ); const currentDropdownLevel = useMemo( () => dropdownLevel.find((level) => level.key === dropdownLevelKey), // eslint-disable-next-line react-hooks/exhaustive-deps [dropdownLevelKey], ); const containerPortal = useMemo( // portals overlay and content parts into the player when fullscreen is enabled () => (isPlayerFullScreen ? artplayer?.template?.$player : document.body), [artplayer, isPlayerFullScreen], ); const handleOpenChange = (open: boolean) => { setSettingsOpen(open); if (!open) setDropdownLevelKey('general'); }; const settingsOptions = (item: SettingsOption) => ( ); if (isMobileOnly) { return ( setOpenDialog(open)}> handleOpenChange(open)}> handleOpenChange(!isSettingsOpen)} container={isPlayerFullScreen ? artplayer?.template?.$player : document.body} className="!bg-default" > {currentDropdownLevel ? (
    {currentDropdownLevel?.showBackButton || currentDropdownLevel?.showTitle ? ( <>
    {currentDropdownLevel?.showBackButton ? ( ) : null} {currentDropdownLevel?.showExtraButton ? ( ) : null}
    ) : null}
    {currentDropdownLevel?.listItems.map((item) => { if (item.isTriggerDialog) { return ( {settingsOptions(item)} ); } return settingsOptions(item); })}
    ) : null}
    setOpenDialog(!openDialog)} > {currentDialogName === 'add-subtitle' ? ( ) : currentDialogName === 'search-subtitle' ? ( ) : null}
    ); } return ( setOpenDialog(open)}> handleOpenChange(open)}> {currentDropdownLevel ? (
    {currentDropdownLevel?.showBackButton || currentDropdownLevel?.showTitle ? ( <>
    {currentDropdownLevel?.showBackButton ? ( ) : null} {currentDropdownLevel?.showExtraButton ? ( ) : null}
    ) : null}
    {currentDropdownLevel?.listItems.map((item) => { if (item.isTriggerDialog) { return ( {settingsOptions(item)} ); } return settingsOptions(item); })}
    ) : null}
    {currentDialogName === 'add-subtitle' ? ( ) : currentDialogName === 'search-subtitle' ? ( ) : null}
    ); }; export default PlayerSettings; ================================================ FILE: app/components/elements/player/playerStyles.ts ================================================ import { tv } from 'tailwind-variants'; export const playerStyles = tv({ base: [ 'custom-player-progress-tip', 'custom-player-layer-lock', 'custom-player-subtitle', 'custom-player-layer-auto-playback', 'custom-player-contextmenus', 'custom-player-info', 'custom-player-notice-inner', 'custom-player-volume-control', 'custom-player-icon-after', 'custom-player-icon-before', 'custom-player-control-after', 'custom-player-control-before', '[&_.art-bottom]:via-default/60', '[&_.art-bottom]:to-default', '[&_.art-contextmenu]:!border-divider', '[&_.art-contextmenu]:!text-shadow-none', '[&_.art-control-topControlButtons]:before:via-default/[0.6]', '[&_.art-control-topControlButtons]:before:to-default', '[&_.art-layer-lock]:bg-background/[0.6]', '[&_.art-subtitle]:bg-player-subtitle-window-color', '[&_.art-subtitle]:!text-shadow-player', '[&_.art-bottom]:!bg-gradient-to-b', '[&_.art-bottom]:from-transparent', '[&_.art-control-topControlButtons]:!opacity-100', '[&_.art-control-topControlButtons]:before:absolute', '[&_.art-control-topControlButtons]:before:left-0', '[&_.art-control-topControlButtons]:before:top-0', '[&_.art-control-topControlButtons]:before:h-[100px]', '[&_.art-control-topControlButtons]:before:w-full', '[&_.art-control-topControlButtons]:before:bg-gradient-to-t', '[&_.art-control-topControlButtons]:before:from-transparent', '[&_.art-control-topControlButtons]:before:bg-top', '[&_.art-control-topControlButtons]:before:bg-repeat-x', "[&_.art-control-topControlButtons]:before:content-['']", '[&_.art-layer-mask]:hidden', '[&_.art-layer-mask]:bg-transparent', '[&_.art-layer-mask]:transition-all', '[&_.art-layer-mask]:duration-300', '[&_.art-layer-mask]:ease-in-out', '[&_.art-layer-miniTopControlButtons]:hidden', '[&_.art-layer-miniTopControlButtons]:transition-all', '[&_.art-layer-miniTopControlButtons]:duration-300', '[&_.art-layer-miniTopControlButtons]:ease-in-out', '[&_.art-layer-playPauseButton]:hidden', '[&_.art-layer-playPauseButton]:transition-all', '[&_.art-layer-playPauseButton]:duration-300', '[&_.art-layer-playPauseButton]:ease-in-out', '[&_.art-notice]:!justify-center', '[&_.art-video-player]:!font-sans', ], variants: { isMini: { true: [ 'custom-mini-player-hover', 'h-[14.0625rem]', 'w-[25rem]', 'rounded-t-medium', '[&_.art-bottom]:!visible', '[&_.art-bottom]:!overflow-visible', '[&_.art-bottom]:!bg-none', '[&_.art-bottom]:!p-0', '[&_.art-bottom]:!opacity-100', '[&_.art-control-progress]:!h-[7px]', '[&_.art-control-progress]:!items-end', '[&_.art-controls]:hidden', '[&_.art-controls]:!transform-none', '[&_.art-mask]:!hidden', '[&_.art-progress]:!transform-none', '[&_.art-subtitle]:!bottom-[7px]', ], false: 'h-full w-full rounded-none', }, isMobile: { true: [ '[&_.art-bottom]:!p-0', '[&_.art-controls]:!px-[10px]', '[&_.art-progress-indicator]:!m-0', ], false: '', }, isShowOverlay: { true: '[&_.art-video-player]:!z-[9999]', false: '', }, isSettingsOpen: { true: '', false: '', }, isPlayerFullScreen: { true: [ '[&_.art-control-topControlButtons]:block', '[&_.art-control-topControlButtons]:before:block', ], false: [ '[&_.art-control-topControlButtons]:hidden', '[&_.art-control-topControlButtons]:before:hidden', ], }, showSubtitle: { true: '[&_.art-subtitle]:!flex', false: '[&_.art-subtitle]:!hidden', }, }, compoundVariants: [ { isMini: true, isSettingsOpen: true, class: [ '[&_.art-layer-mask]:bg-background/[0.6]', '[&_.art-layer-mask]:block', '[&_.art-layer-miniTopControlButtons]:block', ], }, { isMobile: true, isPlayerFullScreen: false, class: [ '[&_.art-bottom]:!flex-col-reverse', '[&_.art-bottom]:!justify-start', '[&_.art-bottom]:!overflow-visible', ], }, ], }); ================================================ FILE: app/components/elements/shared/AuthForm.tsx ================================================ import { useMemo, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Card, CardBody, CardFooter, CardHeader } from '@nextui-org/card'; import { Checkbox } from '@nextui-org/checkbox'; import { Input } from '@nextui-org/input'; import { Link } from '@nextui-org/link'; import { EyeFilledIcon, EyeSlashFilledIcon } from '@nextui-org/shared-icons'; import { Spacer } from '@nextui-org/spacer'; import { Form, Link as RemixLink, useLocation } from '@remix-run/react'; import { useTranslation } from 'react-i18next'; import MailEdit from '~/assets/icons/MailEditIcon'; import Password from '~/assets/icons/Password'; interface IAuthForm { type: 'sign-in' | 'sign-up'; error?: string | null; errorCode?: string | null; code?: string | null; } const AuthForm = ({ type, error, code, errorCode }: IAuthForm) => { const { t } = useTranslation('auth'); const location = useLocation(); const hasMessage = code === '201-email'; const inviteCode = new URLSearchParams(location.search).get('code') ?? ''; const [isPasswordVisible, setIsPasswordVisible] = useState(false); const [isRePasswordVisible, setIsRePasswordVisible] = useState(false); const [value, setValue] = useState(''); const validateEmail = (text: string) => text.match(/^[A-Z0-9._%+-]+@[A-Z0-9.-]+.[A-Z]{2,4}$/i); const validationState = useMemo(() => { if (value === '') return undefined; return validateEmail(value ?? '') ? 'valid' : 'invalid'; }, [value]); const togglePasswordVisibility = () => setIsPasswordVisible(!isPasswordVisible); const toggleRePasswordVisibility = () => setIsRePasswordVisible(!isRePasswordVisible); return (

    {t('welcome')}

    setValue('')} color={ validationState === 'invalid' ? 'danger' : validationState === 'valid' ? 'success' : 'default' } name="email" type="email" variant="faded" fullWidth size="lg" placeholder={t('email')} aria-label="Email" startContent={} errorMessage={validationState === 'invalid' && 'Please enter a valid email'} validationState={validationState} /> {isPasswordVisible ? ( ) : ( )} } type={isPasswordVisible ? 'text' : 'password'} name="password" variant="faded" fullWidth color="default" size="lg" placeholder={t('password')} aria-label="Password" startContent={} /> {type === 'sign-up' ? ( <> {isRePasswordVisible ? ( ) : ( )} } type={isRePasswordVisible ? 'text' : 'password'} name="re-password" variant="faded" fullWidth color="default" size="lg" placeholder={t('confirmPwd')} aria-label="Confirm Password" startContent={} /> ) : null} {error ?
    {error}
    : null} {errorCode ?
    {t(errorCode)}
    : null} {!error && hasMessage ?
    {t(code)}
    : null}
    {type === 'sign-in' ? ( <> {t('signUp')} {t('rememberMe')} ) : ( {t('signIn')} )}
    ); }; export default AuthForm; ================================================ FILE: app/components/elements/shared/ErrorBoundaryView.tsx ================================================ import { Image } from '@nextui-org/image'; import { isRouteErrorResponse, useParams, useRouteError } from '@remix-run/react'; import { type ErrorResponse } from '@remix-run/router'; import { getErrorMessage } from '~/utils'; import errorGif from '~/assets/images/404.gif'; type StatusHandler = (info: { error: ErrorResponse; params: Record; }) => JSX.Element | null; function ErrorBoundary(props: { defaultStatusHandler?: StatusHandler; statusHandlers?: Record; unexpectedErrorHandler?: (error: unknown) => JSX.Element | null; }) { const { defaultStatusHandler = ({ error }) => { let message; switch (error.status) { case 401: message = (

    Oops! Looks like you tried to visit a page that you do not have access to.

    ); break; case 404: message =

    Oops! Looks like you tried to visit a page that does not exist.

    ; break; default: throw new Error(error.data || error.statusText); } return

    {message}

    ; }, statusHandlers, unexpectedErrorHandler = (error) => { const isProd = process.env.NODE_ENV === 'production'; return ( <>

    Some thing went wrong

    {!isProd ?

    {getErrorMessage(error)}

    : null} ); }, } = props; const error = useRouteError(); const params = useParams(); if (typeof document !== 'undefined') { // eslint-disable-next-line no-console console.error(error); } return (
    404 {isRouteErrorResponse(error) ? ( <>

    {error.status} {error.statusText}

    {(statusHandlers?.[error.status] ?? defaultStatusHandler)({ error, params, })} ) : ( unexpectedErrorHandler(error) )}
    ); } export default ErrorBoundary; ================================================ FILE: app/components/elements/shared/Filter.tsx ================================================ import { useMemo, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Input } from '@nextui-org/input'; import { Tooltip } from '@nextui-org/tooltip'; import { Form, useSearchParams } from '@remix-run/react'; import { useTranslation } from 'react-i18next'; import type { ILanguage } from '~/services/tmdb/tmdb.types'; import { animeFormat, animeGenres, animeSeason, animeStatus, tvStatus, } from '~/constants/filterItems'; import { ScrollArea, ScrollBar, ScrollCorner, ScrollViewport, } from '~/components/elements/ScrollArea'; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from '~/components/elements/Select'; import { SheetFooter } from '~/components/elements/Sheet'; import Slider from '~/components/elements/Slider'; interface IFilterProps { /** * genres for movies and tv series */ genres?: { [id: string]: string }; mediaType?: 'movie' | 'tv' | 'anime'; languages?: ILanguage[]; } const Filter: React.FC = (props: IFilterProps) => { const { genres, mediaType, languages } = props; const { t } = useTranslation(); const [searchParams, setSearchParams] = useSearchParams(); const currentYear = new Date().getFullYear(); const languageItems = useMemo(() => { const languagesSorted = languages?.sort((a, b) => { const textA = a.english_name.toUpperCase(); const textB = b.english_name.toUpperCase(); return textA < textB ? -1 : textA > textB ? 1 : 0; }) || []; return [{ iso_639_1: 'All', english_name: t('all'), name: t('all') }, ...languagesSorted]; }, [languages, t]); const tvStatusItems: typeof tvStatus = { All: t('all'), ...tvStatus, }; const animeYearItems = [ t('all'), ...Array.from(new Array(currentYear - 1938), (_, i) => (i + 1940).toString()).reverse(), ]; const animeSeasonItems = [t('all'), ...animeSeason]; const animeFormatItems = [t('all'), ...animeFormat]; const animeAiringStatusItems = [t('all'), ...animeStatus]; const currentSearchParams = useMemo<{ [key: string]: string }>(() => { const params: { [key: string]: string } = {}; searchParams.forEach((value, key) => { params[key] = value; }); return params; }, [searchParams]); const [genresSelected, setGenresSelected] = useState( currentSearchParams?.with_genres?.split(',') || [], ); const [langSelected, setLangSelected] = useState( currentSearchParams?.with_original_language || 'All', ); const [tvStatusSelected, setTvStatusSelected] = useState( currentSearchParams?.with_status || 'All', ); const [voteCountSelected, setVoteCountSelected] = useState( currentSearchParams['vote_count.gte'] ? [Number(currentSearchParams['vote_count.gte'])] : [200], ); const [userScoreSelected, setUserScoreSelected] = useState(() => { const preVoteAverageGte = currentSearchParams['vote_average.gte']; const preVoteAverageLte = currentSearchParams['vote_average.lte']; if (preVoteAverageGte || preVoteAverageLte) { return [Number(preVoteAverageGte || 0), Number(preVoteAverageLte || 10)]; } return [0, 10]; }); const [runtimeSelected, setRuntimeSelected] = useState(() => { const preRuntimeGte = currentSearchParams['with_runtime.gte']; const preRuntimeLte = currentSearchParams['with_runtime.lte']; if (preRuntimeGte || preRuntimeLte) { return [Number(preRuntimeGte || 0), Number(preRuntimeLte || 400)]; } return [0, 400]; }); const [animeGenresSelected, setAnimeGenresSelected] = useState( currentSearchParams?.genres?.split(',') || [], ); const [animeYearSelected, setAnimeYearSelected] = useState( currentSearchParams?.year || t('all'), ); const [animeSeasonSelected, setAnimeSeasonSelected] = useState( currentSearchParams?.season || t('all'), ); const [animeFormatSelected, setAnimeFormatSelected] = useState( currentSearchParams?.format || t('all'), ); const [animeAiringStatusSelected, setAnimeAiringStatusSelected] = useState( currentSearchParams?.status || t('all'), ); const [animeQueryInput, setAnimeQueryInput] = useState( currentSearchParams?.query || '', ); const handleGenrePress = (genreId: string) => { setGenresSelected((prev) => { if (prev?.includes(genreId)) { return prev.filter((id) => id !== genreId); } return [...(prev || []), genreId]; }); }; const handleAnimeGenrePress = (genreId: string) => { setAnimeGenresSelected((prev) => { if (prev?.includes(genreId)) { return prev.filter((id) => id !== genreId); } return [...(prev || []), genreId]; }); }; const handleReset = () => { setGenresSelected([]); setAnimeGenresSelected([]); setLangSelected('All'); setTvStatusSelected('All'); setVoteCountSelected([200]); setUserScoreSelected([0, 10]); setRuntimeSelected([0, 400]); setAnimeYearSelected('All'); setAnimeSeasonSelected('All'); setAnimeFormatSelected('All'); setAnimeAiringStatusSelected('All'); setAnimeQueryInput(''); }; const handleSubmit = (e: React.FormEvent) => { e.preventDefault(); let params: { [key: string]: string } = {}; if (mediaType === 'movie' || mediaType === 'tv') { params = { ...(currentSearchParams?.sort_by ? { sort_by: currentSearchParams?.sort_by } : {}), ...(genresSelected && genresSelected.length > 0 ? { with_genres: genresSelected?.join(',') } : {}), ...(langSelected && langSelected !== 'All' ? { with_original_language: langSelected } : {}), ...(tvStatusSelected && tvStatusSelected !== 'All' ? { with_status: tvStatusSelected } : {}), ...(voteCountSelected && voteCountSelected[0] !== 200 ? { 'vote_count.gte': voteCountSelected[0].toString() } : {}), ...(userScoreSelected && userScoreSelected[0] !== 0 ? { 'vote_average.gte': userScoreSelected[0].toString() } : {}), ...(userScoreSelected && userScoreSelected[1] !== 10 ? { 'vote_average.lte': userScoreSelected[1].toString() } : {}), ...(runtimeSelected && runtimeSelected[0] !== 0 ? { 'with_runtime.gte': runtimeSelected[0].toString() } : {}), ...(runtimeSelected && runtimeSelected[1] !== 400 ? { 'with_runtime.lte': runtimeSelected[1].toString() } : {}), }; } if (mediaType === 'anime') { params = { ...(currentSearchParams?.sort ? { sort: currentSearchParams?.sort } : {}), ...(animeGenresSelected && animeGenresSelected.length > 0 ? { genres: animeGenresSelected?.join(',') } : {}), ...(animeYearSelected && animeYearSelected !== t('all') ? { year: animeYearSelected } : {}), ...(animeSeasonSelected && animeSeasonSelected !== t('all') ? { season: animeSeasonSelected } : {}), ...(animeFormatSelected && animeFormatSelected !== t('all') ? { format: animeFormatSelected } : {}), ...(animeAiringStatusSelected && animeAiringStatusSelected !== t('all') ? { status: animeAiringStatusSelected } : {}), ...(animeQueryInput && animeQueryInput !== '' ? { query: animeQueryInput } : {}), }; } setSearchParams(params); }; return (
    {mediaType === 'movie' || mediaType === 'tv' ? ( <>
    {t('genre')}
    {genres ? (
    {Object.keys(genres).map((id) => ( ))}
    ) : null}
    {t('language')}
    {languageItems && languageItems.length > 0 ? ( ) : null}
    {mediaType === 'tv' ? (
    {t('status')}
    {tvStatusItems ? ( ) : null}
    ) : null}
    {t('minimum-user-votes')}

    {voteCountSelected[0]}

    {t('user-score')}

    {t('rated')} {userScoreSelected[0]} - {userScoreSelected[1]}

    {t('runtime')}

    {runtimeSelected[0]} {t('minutes')} - {runtimeSelected[1]} {t('minutes')}

    ) : null} {mediaType === 'anime' ? ( <>
    {t('search.title.anime')}
    setAnimeQueryInput('')} variant="faded" description={t('search.helper.anime')} type="text" fullWidth labelPlacement="outside" />
    {t('genre')}
    {animeGenres ? (
    {animeGenres.map((genre) => ( ))}
    ) : null}
    {t('year')}
    {animeYearItems ? ( ) : null}
    {t('season')}
    {animeSeasonItems ? ( ) : null}
    {t('format')}
    {animeFormatItems ? ( ) : null}
    {t('airing-status')}
    {animeAiringStatusItems ? ( ) : null}
    ) : null}
    ); }; export default Filter; ================================================ FILE: app/components/elements/shared/ListEpisodes.tsx ================================================ import { useMemo, useState } from 'react'; import { Button, ButtonGroup } from '@nextui-org/button'; import { Card, CardBody } from '@nextui-org/card'; import { Pagination } from '@nextui-org/pagination'; import { Spacer } from '@nextui-org/spacer'; import { useMediaQuery } from '@react-hookz/web'; import { useNavigate } from '@remix-run/react'; import { useTranslation } from 'react-i18next'; import { MimeType } from 'remix-image'; import type { IEpisodeInfo } from '~/services/consumet/anilist/anilist.types'; import type { IEpisode } from '~/services/tmdb/tmdb.types'; import TMDB from '~/utils/media'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import useSplitArrayIntoPage from '~/utils/react/hooks/useSplitArrayIntoPage'; import episodeTypes from '~/constants/episodeTypes'; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from '~/components/elements/Select'; import Rating from '~/components/elements/shared/Rating'; import PhotoIcon from '~/assets/icons/PhotoIcon'; import ViewGrid from '~/assets/icons/ViewGridCardIcon'; import Image from '../Image'; interface IListEpisodesProps { type: 'tv' | 'anime'; id: number | string | undefined; episodes?: IEpisode[] | IEpisodeInfo[]; season?: number; providers: { id?: string | number | null; provider: string; episodesCount?: number; }[]; } const ListEpisodes: React.FC = (props: IListEpisodesProps) => { const { type, id, episodes, season, providers } = props; const navigate = useNavigate(); const { t } = useTranslation(); const { isShowSkipOpEdButton } = useSoraSettings(); const episodesCountAvailable = useMemo(() => episodes && episodes.length, [episodes]); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const [selectedProvider, setSelectedProvider] = useState(providers[0]?.provider); const [episodesCountProvider, setEpisodesCountProvider] = useState( providers[0]?.episodesCount || 0, ); const [episodesAvailable, setEpisodesAvailable] = useState< IEpisode[] | IEpisodeInfo[] | number[] | undefined >( episodesCountAvailable && episodesCountAvailable >= (providers[0]?.episodesCount || 0) ? episodes?.slice(0, providers[0]?.episodesCount || 0) : Array(providers[0]?.episodesCount || 0) .fill(null) .map((_, i) => i), ); const [activeType, setActiveType] = useState(0); const { gotoPage, currentPage, maxPage, currentData } = useSplitArrayIntoPage( episodesAvailable || [], 50, ); const handleProviderChange = async (value: string) => { setSelectedProvider(value); const providerData = providers.find((p) => p.provider === value); if (providerData) { setEpisodesCountProvider(providerData.episodesCount || 0); if (episodesCountAvailable && episodesCountAvailable >= (providerData?.episodesCount || 0)) { setEpisodesAvailable(episodes?.slice(0, providerData?.episodesCount || 0)); } else { setActiveType(0); setEpisodesAvailable( Array(providerData?.episodesCount || 0) .fill(null) .map((_, i) => i), ); } } }; const handleSelectEpisode = (index: number) => { const providerData = providers.find((p) => p.provider === selectedProvider); if (type === 'tv') navigate( `/tv-shows/${id}/season/${season}/episode/${ index + 1 }/watch?provider=${selectedProvider}&id=${providerData?.id}`, ); else if (type === 'anime') { navigate( `/anime/${id}/episode/${index + 1}/watch?provider=${selectedProvider}&id=${ providerData?.id }&skipOpEd=${isShowSkipOpEdButton.value}`, ); } }; return ( <>

    {t('episodes')}

    {providers ? ( ) : null} {episodesCountAvailable && episodesCountAvailable >= episodesCountProvider ? ( {episodeTypes.map((episodeType) => ( ))} ) : null}
    {currentData && currentData.length > 0 && (
    {currentData.map((episode, index) => activeType === 0 ? ( ) : activeType === 1 && episodesCountAvailable && episodesCountAvailable >= episodesCountProvider ? (
    handleSelectEpisode(index)} > {type === 'tv' && (episode?.still_path ? ( {episode?.name ) : (
    ))} {type === 'anime' && (episode?.image ? ( {episode?.title ) : (
    ))}
    {t('episode')}{' '} {type === 'tv' ? isSm ? `${episode?.episode_number}` : `${episode?.episode_number}: ${episode?.name}` : null} {type === 'anime' ? isSm ? `${episode?.number}` : `${episode?.number}: ${episode?.title}` : null}
    {type === 'tv' && !isSm && ( <>
    {episode.air_date} | {episode?.runtime} {t('min')}
    {episode.overview}
    )} {type === 'anime' && !isSm && episode.description && (
    {episode.description}
    )}
    ) : null, )}
    )} {maxPage > 1 ? (
    gotoPage(page)} {...(isSm && { size: 'sm' })} />
    ) : null} ); }; export default ListEpisodes; ================================================ FILE: app/components/elements/shared/ListViewChangeButton.tsx ================================================ import { Button, ButtonGroup } from '@nextui-org/button'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import ViewGridCard from '~/assets/icons/ViewGridCardIcon'; import ViewGridDetail from '~/assets/icons/ViewGridDetailIcon'; import ViewGridTable from '~/assets/icons/ViewGridTableIcon'; const ListViewChangeButton = () => { const { listViewType } = useSoraSettings(); return ( ); }; export default ListViewChangeButton; ================================================ FILE: app/components/elements/shared/Rating.tsx ================================================ import { cnBase } from 'tailwind-variants'; import AnilistStatIcon from '~/assets/icons/AnilistStatIcon'; import StarIcon from '~/assets/icons/StarIcon'; interface IRatingProps { rating: number | string | undefined; ratingType?: 'movie' | 'tv' | 'anime' | 'people'; color?: string; className?: string; showStarIcon?: boolean; } const Rating = (props: IRatingProps) => { const { rating, ratingType, color, className, showStarIcon } = props; if (ratingType === 'movie' || ratingType === 'tv') { return (
    {showStarIcon ? ( ) : (

    TMDb

    )}

    {rating}

    ); } return (
    {Number(rating) > 75 ? ( ) : Number(rating) > 60 ? ( ) : ( )}

    {rating}%

    ); }; export default Rating; ================================================ FILE: app/components/elements/shared/ResizablePanel.tsx ================================================ /* eslint-disable @typescript-eslint/no-explicit-any */ import { useMemo } from 'react'; import { useMeasure, useWindowSize } from '@react-hookz/web'; import { AnimatePresence, motion } from 'framer-motion'; import { ScrollArea, ScrollBar, ScrollCorner, ScrollViewport, } from '~/components/elements/ScrollArea'; /* Replacer function to JSON.stringify that ignores circular references and internal React properties. https://github.com/facebook/react/issues/8669#issuecomment-531515508 */ const ignoreCircularReferences = () => { const seen = new WeakSet(); return (key: any, value: any) => { if (key.startsWith('_')) return; // Don't compare React's internal props. if (typeof value === 'object' && value !== null) { if (seen.has(value)) return; seen.add(value); } return value; }; }; const ResizablePanel = ({ children, contentWidth, }: { children: React.ReactNode; contentWidth: 'full' | 'fit'; }) => { const [size, ref] = useMeasure(); const screen = useWindowSize(); const panelHeight = useMemo(() => { if (size?.height && screen?.height) { if ((size?.height || 0) + 10 > 400) { return screen?.height > 400 ? 386 : screen.height - 36; } return (size?.height || 0) + 10 > screen?.height ? screen.height - 36 : size?.height; } return 'auto'; }, [screen?.height, size?.height]); return (
    {children}
    ); }; export default ResizablePanel; ================================================ FILE: app/components/elements/shared/WatchDetail.tsx ================================================ import { memo } from 'react'; import { Button } from '@nextui-org/button'; import { Spacer } from '@nextui-org/spacer'; import { useMediaQuery } from '@react-hookz/web'; import { useNavigate } from '@remix-run/react'; import { MimeType } from 'remix-image'; import type { IMedia } from '~/types/media'; import type { IEpisodeInfo } from '~/services/consumet/anilist/anilist.types'; import type { IEpisode } from '~/services/tmdb/tmdb.types'; import MediaList from '~/components/media/MediaList'; import ListEpisodes from '~/components/elements/shared/ListEpisodes'; import Rating from '~/components/elements/shared/Rating'; import PhotoIcon from '~/assets/icons/PhotoIcon'; import Image from '../Image'; interface IWatchDetailProps { id?: number | string | undefined; type: 'movie' | 'tv' | 'anime'; title: string; overview?: string; posterPath?: string; tmdbRating?: number; imdbRating?: number; anilistRating?: number; genresMedia?: { id?: number; name?: string; }[]; genresAnime?: string[]; recommendationsMovies?: IMedia[]; recommendationsAnime?: IMedia[]; genresMovie?: { [id: string]: string }; genresTv?: { [id: string]: string }; color?: string; episodes?: IEpisode[] | IEpisodeInfo[]; season?: number; providers?: { id?: string | number | null; provider: string; episodesCount?: number; }[]; } const WatchDetail: React.FC = (props: IWatchDetailProps) => { const { id, type, title, overview, posterPath, tmdbRating, imdbRating, anilistRating, genresMedia, genresAnime, recommendationsMovies, recommendationsAnime, genresMovie, genresTv, episodes, season, providers, } = props; const navigate = useNavigate(); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const isMd = useMediaQuery('(max-width: 768px)', { initializeWithValue: false }); return ( <> {type === 'anime' || type === 'tv' ? ( <> {type === 'anime' ? ( ) : null} {type === 'tv' ? ( ) : null} ) : null}
    {!isMd && (posterPath ? ( {title} ) : (
    ))}

    {title}

    {type === 'movie' || type === 'tv' ? (
    {imdbRating && (

    IMDb

    {imdbRating}

    )}
    ) : null} {type === 'anime' && anilistRating ? ( ) : null}
    {(type === 'movie' || type === 'tv') && genresMedia ? genresMedia.map((genre) => ( )) : null} {type === 'anime' ? genresAnime && genresAnime.map((genre, index) => ( )) : null}
    {type === 'movie' || type === 'tv' ? (

    {overview}

    ) : null} {type === 'anime' ? (

    ) : null}

    {(type === 'movie' || type === 'tv') && recommendationsMovies && recommendationsMovies.length > 0 ? ( <> navigate(`/${type === 'movie' ? 'movies' : 'tv-shows'}/${id}/recommendations`) } showMoreList /> ) : null} {type === 'anime' && recommendationsAnime && recommendationsAnime.length > 0 ? ( <> ) : null} ); }; export default memo(WatchDetail); ================================================ FILE: app/components/elements/tab/TabLink.tsx ================================================ import { useRef } from 'react'; import { useDebouncedEffect, useMediaQuery } from '@react-hookz/web'; import { NavLink, useLocation } from '@remix-run/react'; import { motion } from 'framer-motion'; import { useTranslation } from 'react-i18next'; import { ScrollArea, ScrollBar, ScrollCorner, ScrollViewport, } from '~/components/elements/ScrollArea'; interface ITabProps { pages?: { pageName: string; pageLink: string; }[]; linkTo?: string; } const TabLink = (props: ITabProps) => { const { pages, linkTo } = props; const { t } = useTranslation(); const location = useLocation(); const underlineRef = useRef(null); useDebouncedEffect( // need to debounce this because the scrollIntoView is called before the underline is rendered () => { if (underlineRef.current) { underlineRef.current.scrollIntoView({ behavior: 'smooth', block: 'center', inline: 'center', }); } }, [location], 350, ); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); return (
    {pages?.map((page) => ( {({ isActive }) => ( <>
    {t(page.pageName)}
    {isActive ? ( ) : null} )}
    ))}
    ); }; export default TabLink; ================================================ FILE: app/components/elements/tab/Tabs.tsx ================================================ import * as React from 'react'; import * as TabsPrimitive from '@radix-ui/react-tabs'; import { cnBase } from 'tailwind-variants'; import { ScrollArea, ScrollBar, ScrollCorner, ScrollViewport, } from '~/components/elements/ScrollArea'; const Tabs = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); Tabs.displayName = TabsPrimitive.Root.displayName; const TabsList = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); TabsList.displayName = TabsPrimitive.List.displayName; const TabsTrigger = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); TabsTrigger.displayName = TabsPrimitive.Trigger.displayName; const TabsContent = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); TabsContent.displayName = TabsPrimitive.Content.displayName; export { Tabs, TabsList, TabsTrigger, TabsContent }; ================================================ FILE: app/components/layouts/ActionButtons.tsx ================================================ import { Button } from '@nextui-org/button'; import { motion, useTransform } from 'framer-motion'; import { useLayout } from '~/store/layout/useLayout'; import Arrow from '~/assets/icons/ArrowIcon'; const ActionButtons = () => { const { scrollY, viewportRef } = useLayout((state) => state); const opacity = useTransform(scrollY, [0, 80], [0, 1]); const y = useTransform(scrollY, [0, 80], [100, 0]); const handleButtonPress = () => { viewportRef.current?.scrollTo({ top: 0, behavior: 'smooth' }); }; return ( ); }; export default ActionButtons; ================================================ FILE: app/components/layouts/BottomNav.tsx ================================================ /* eslint-disable @typescript-eslint/indent */ import { useState } from 'react'; import { NavLink, useLocation, useSearchParams } from '@remix-run/react'; import type { User } from '@supabase/supabase-js'; import { motion } from 'framer-motion'; import { useTranslation } from 'react-i18next'; import { tv } from 'tailwind-variants'; import { useLayout } from '~/store/layout/useLayout'; import { Sheet, SheetContent, SheetTrigger } from '~/components/elements/Sheet'; import Category from '~/assets/icons/CategoryIcon'; import Discover from '~/assets/icons/DiscoverIcon'; import History from '~/assets/icons/HistoryIcon'; import Home from '~/assets/icons/HomeIcon'; import LogIn from '~/assets/icons/LogInIcon'; import LogOut from '~/assets/icons/LogOutIcon'; import Menu from '~/assets/icons/MenuIcon'; import Settings from '~/assets/icons/SettingsIcon'; interface IBottomNavProps { user?: User | undefined; } const BottomNav = (props: IBottomNavProps) => { const { user } = props; const { t } = useTranslation(); const [openMore, setOpenMore] = useState(false); const location = useLocation(); const [search] = useSearchParams(); const scrollDirection = useLayout((state) => state.scrollDirection); const bottomNavItemStyles = tv({ base: 'flex flex-col items-center justify-center gap-y-2 rounded-small bg-transparent text-xs font-medium text-foreground', variants: { active: { true: 'text-primary', false: '', }, }, }); const ref = (search.get('ref') || location.pathname + location.search) .replace('?', '_0x3F_') .replace('&', '_0x26'); const moreNavItems = [ { name: 'lists', icon: Category, path: '/lists', }, { name: 'watch-history', icon: History, path: '/watch-history', }, ...(user ? [ { name: 'logout', icon: LogOut, path: `/sign-out?ref=${ref}`, }, ] : [ { name: 'login', icon: LogIn, path: `/sign-in?ref=${ref}`, }, ]), { name: 'settings', icon: Settings, path: '/settings', }, ]; return ( bottomNavItemStyles({ active: isActive, }) } > {({ isActive }) => ( <> {t('home')} )} bottomNavItemStyles({ active: isActive, }) } > {({ isActive }) => ( <> {t('discover')} )} setOpenMore(open)}> setOpenMore(!openMore)} >
    {moreNavItems.map((item) => ( bottomNavItemStyles({ active: isActive, }) } onClick={() => setOpenMore(false)} > {({ isActive }) => ( <> {t(item.name)} )} ))}
    ); }; export default BottomNav; ================================================ FILE: app/components/layouts/ControlNavigation.tsx ================================================ import { Button } from '@nextui-org/button'; import { Chip } from '@nextui-org/chip'; import { useMatches, useNavigate, useParams, type UIMatch } from '@remix-run/react'; import { motion, useTransform } from 'framer-motion'; import { useTranslation } from 'react-i18next'; import type { Handle } from '~/types/handle'; import { useHeaderOptions } from '~/utils/react/hooks/useHeader'; import { useHydrated } from '~/utils/react/hooks/useHydrated'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { useHeaderStyle } from '~/store/layout/useHeaderStyle'; import { useHistoryStack } from '~/store/layout/useHistoryStack'; import { useLayout } from '~/store/layout/useLayout'; import { Breadcrumb } from '~/components/elements/Breadcrumb'; import ChevronLeft from '~/assets/icons/ChevronLeftIcon'; import ChevronRight from '~/assets/icons/ChevronRightIcon'; const ControlNavigation = () => { const navigate = useNavigate(); const matches = useMatches() as UIMatch[]; const isHydrated = useHydrated(); const params = useParams(); const { t } = useTranslation(); const { isShowBreadcrumb } = useSoraSettings(); const { scrollY } = useLayout((state) => state); const { startChangeScrollPosition } = useHeaderStyle((state) => state); const { currentMiniTitle, customHeaderChangeColorOnScroll } = useHeaderOptions(); const { historyBack, historyForward } = useHistoryStack((state) => state); const opacity = useTransform( scrollY, [0, startChangeScrollPosition, startChangeScrollPosition + 80], [0, 0, customHeaderChangeColorOnScroll ? (startChangeScrollPosition ? 1 : 0) : 1], ); const y = useTransform( scrollY, [0, startChangeScrollPosition, startChangeScrollPosition + 80], [60, 60, customHeaderChangeColorOnScroll ? (startChangeScrollPosition ? 0 : 60) : 0], ); const handleNavigationBackForward = (direction: 'back' | 'forward') => { if (direction === 'back') { navigate(-1); } else if (direction === 'forward') { navigate(1); } }; return (
    {isHydrated ? ( isShowBreadcrumb.value ? ( {matches // skip routes that don't have a breadcrumb .filter((match) => match.handle && match.handle.breadcrumb) // render breadcrumbs! .map((match) => match.handle?.breadcrumb?.({ match, t, params }))} ) : currentMiniTitle ? ( {currentMiniTitle.showImage ? ( {`${currentMiniTitle.title} ) : null}
    {currentMiniTitle.title} {currentMiniTitle.subtitle ? ( {currentMiniTitle.subtitle} ) : null}
    ) : null ) : null}
    ); }; export default ControlNavigation; ================================================ FILE: app/components/layouts/GlobalPlayer.tsx ================================================ /* eslint-disable @typescript-eslint/no-non-null-assertion */ /* eslint-disable react-hooks/exhaustive-deps */ import { useEffect, useMemo, useRef, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Tooltip } from '@nextui-org/tooltip'; import { useMeasure } from '@react-hookz/web'; import { useFetcher, useLocation, useMatches, useNavigate, useParams, useRouteLoaderData, type UIMatch, } from '@remix-run/react'; import type Artplayer from 'artplayer'; import { AnimatePresence, motion, useMotionValue } from 'framer-motion'; import Hls from 'hls.js'; import { isDesktop, isMobile, isMobileOnly } from 'react-device-detect'; import { createPortal } from 'react-dom'; import { toast } from 'sonner'; import tinycolor from 'tinycolor2'; import type { Handle } from '~/types/handle'; import type { IVideos } from '~/services/tmdb/tmdb.types'; import updateHistory from '~/utils/client/update-history'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { useLayout } from '~/store/layout/useLayout'; import usePlayerState, { type PlayerData } from '~/store/player/usePlayerState'; import { Dialog, DialogContent, DialogTrigger } from '~/components/elements/Dialog'; import WatchTrailer, { type Trailer } from '~/components/elements/dialog/WatchTrailerDialog'; import Player from '~/components/elements/player/ArtPlayer'; import PlayerError from '~/components/elements/player/PlayerError'; import PlayerHotKey from '~/components/elements/player/PlayerHotkey'; import PlayerSettings from '~/components/elements/player/PlayerSettings'; import { playerStyles } from '~/components/elements/player/playerStyles'; import Expand from '~/assets/icons/ExpandIcon'; import Next from '~/assets/icons/NextIcon'; import Pause from '~/assets/icons/PauseIcon'; import Play from '~/assets/icons/PlayIcon'; import Previous from '~/assets/icons/PreviousIcon'; type Highlight = { start: number; end: number; text: string; }; const GlobalPlayer = () => { const location = useLocation(); const navigate = useNavigate(); const fetcher = useFetcher(); const matches = useMatches() as UIMatch[]; const { seasonId, episodeId } = useParams(); const { isMini, shouldShowPlayer, setIsMini, setShouldShowPlayer, routePlayer, setRoutePlayer, titlePlayer, setTitlePlayer, playerData, setPlayerData, qualitySelector, setQualitySelector, subtitleSelector, setSubtitleSelector, } = usePlayerState((state) => state); const { isShowOverlay, setIsShowOverlay } = useLayout((state) => state); const { provider, sources, subtitles, id, posterPlayer, typeVideo, trailerAnime, hasNextEpisode, idProvider, userId, subtitleOptions, highlights, } = playerData || {}; let backgroundColor; let windowColor; let hls: Hls | null = null; const matchesFiltered = useMemo( () => matches.find( (match) => match?.pathname.includes('player') || match?.pathname.includes('watch'), ), [matches], ); const playerSettings = matchesFiltered?.handle?.playerSettings; const shouldPlayInBackground = useMemo( () => !(location?.pathname.includes('player') || location?.pathname.includes('watch')), [location?.pathname], ); const { autoShowSubtitle, currentSubtitleFontColor, currentSubtitleFontSize, currentSubtitleBackgroundColor, currentSubtitleBackgroundOpacity, currentSubtitleWindowColor, currentSubtitleWindowOpacity, currentSubtitleTextEffects, isAutoSize, isPicInPic, isMuted, isAutoPlay, isAutoMini, isLoop, isScreenshot, isMiniProgressBar, isAutoPlayback, isAutoPlayNextEpisode, isAutoSkipOpEd, isFastForward, isShowSkipOpEdButton, } = useSoraSettings(); const currentEpisode = useMemo(() => Number(episodeId), [episodeId]); const [size, ref] = useMeasure(); const constraintsRef = useRef(null); const [artplayer, setArtplayer] = useState(null); const [isPlayerPlaying, setIsPlayerPlaying] = useState(false); const [isVideoEnded, setIsVideoEnded] = useState(false); const [isPlayerFullScreen, setIsPlayerFullScreen] = useState(false); const [isSettingsOpen, setSettingsOpen] = useState(false); const [showSubtitle, setShowSubtitle] = useState(autoShowSubtitle.value!); const [showSkipButton, setShowSkipButton] = useState(false); const [currentHighlight, setCurrentHighlight] = useState(null); const subtitleColor = useMemo(() => { switch (currentSubtitleFontColor.value) { case 'White': return '#fff'; case 'Blue': return '#0072F5'; case 'Purple': return '#7828C8'; case 'Green': return '#17C964'; case 'Yellow': return '#F5A524'; case 'Red': return '#F31260'; case 'Cyan': return '#06B7DB'; case 'Pink': return '#FF4ECD'; case 'Black': return '#000'; default: return '#fff'; } }, [currentSubtitleFontColor.value]); const subtitleBackgroundColor = useMemo(() => { switch (currentSubtitleBackgroundColor.value) { case 'Black': backgroundColor = tinycolor('#000000'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); case 'Blue': backgroundColor = tinycolor('#0072F5'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); case 'Purple': backgroundColor = tinycolor('#7828C8'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); case 'Green': backgroundColor = tinycolor('#17C964'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); case 'Yellow': backgroundColor = tinycolor('#F5A524'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); case 'Red': backgroundColor = tinycolor('#F31260'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); case 'Cyan': backgroundColor = tinycolor('#06B7DB'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); case 'Pink': backgroundColor = tinycolor('#FF4ECD'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); case 'White': backgroundColor = tinycolor('#FFFFFF'); backgroundColor.setAlpha( Number(currentSubtitleBackgroundOpacity.value?.replace(/%/g, '')) / 100, ); return backgroundColor.toHslString(); default: break; } }, [currentSubtitleBackgroundColor.value, currentSubtitleBackgroundOpacity.value]); const subtitleWindowColor = useMemo(() => { switch (currentSubtitleWindowColor.value) { case 'Black': windowColor = tinycolor('#000000'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); case 'Blue': windowColor = tinycolor('#0072F5'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); case 'Purple': windowColor = tinycolor('#7828C8'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); case 'Green': windowColor = tinycolor('#17C964'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); case 'Yellow': windowColor = tinycolor('#F5A524'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); case 'Red': windowColor = tinycolor('#F31260'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); case 'Cyan': windowColor = tinycolor('#06B7DB'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); case 'Pink': windowColor = tinycolor('#FF4ECD'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); case 'White': windowColor = tinycolor('#FFFFFF'); windowColor.setAlpha(Number(currentSubtitleWindowOpacity.value?.replace(/%/g, '')) / 100); return windowColor.toHslString(); default: break; } }, [currentSubtitleWindowColor.value, currentSubtitleWindowOpacity.value]); const subtitleFontSize = useMemo( () => currentSubtitleFontSize.value === '50%' ? `${(size?.height || 0) * 0.05 * 0.5}px` : currentSubtitleFontSize.value === '75%' ? `${(size?.height || 0) * 0.05 * 0.75}px` : currentSubtitleFontSize.value === '100%' ? `${(size?.height || 0) * 0.05}px` : currentSubtitleFontSize.value === '125%' ? `${(size?.height || 0) * 0.05 * 1.25}px` : currentSubtitleFontSize.value === '150%' ? `${(size?.height || 0) * 0.05 * 1.5}px` : currentSubtitleFontSize.value === '175%' ? `${(size?.height || 0) * 0.05 * 1.75}px` : currentSubtitleFontSize.value === '200%' ? `${(size?.height || 0) * 0.05 * 2}px` : currentSubtitleFontSize.value === '300%' ? `${(size?.height || 0) * 0.05 * 3}px` : `${(size?.height || 0) * 0.05 * 4}px`, [currentSubtitleFontSize.value, size?.height], ); const subtitleTextEffects = useMemo(() => { switch (currentSubtitleTextEffects.value) { case 'None': return 'none'; case 'Drop Shadow': return 'rgb(34 34 34) 2.2px 2.2px 3.3px, rgb(34 34 34) 2.2px 2.2px 4.4px, rgb(34 34 34) 2.2px 2.2px 5.5px'; case 'Raised': return 'rgb(34 34 34) 1.1px 1.1px, rgb(34 34 34) 2.1px 2.1px, rgb(34 34 34) 3.1px 3.1px'; case 'Depressed': return 'rgb(204 204 204) 1.1px 1.1px, rgb(34 34 34) -1.1px -1.1px'; case 'Outline': return 'rgb(34 34 34) 0px 0px 2.2px, rgb(34 34 34) 0px 0px 2.2px, rgb(34 34 34) 0px 0px 2.2px, rgb(34 34 34) 0px 0px 2.2px, rgb(34 34 34) 0px 0px 2.2px'; default: break; } }, [currentSubtitleTextEffects.value]); const savePlayProgress = (art: Artplayer) => { if (userId && playerData?.titlePlayer) { switch (typeVideo) { case 'movie': updateHistory( art, fetcher, userId, location.pathname + location.search, 'movie', playerData?.titlePlayer, playerData?.overview || '', ); break; case 'tv': updateHistory( art, fetcher, userId, location.pathname + location.search, 'tv', playerData?.titlePlayer, playerData?.overview || '', seasonId, episodeId, ); break; case 'anime': updateHistory( art, fetcher, userId, location.pathname + location.search, 'anime', playerData?.titlePlayer, playerData?.overview || '', episodeId, ); break; default: } } }; useEffect(() => { setIsMini(shouldPlayInBackground); }, [shouldPlayInBackground]); useEffect(() => { if (playerSettings?.shouldShowPlayer && playerData && !shouldPlayInBackground) setShouldShowPlayer(true); else if (!playerSettings && shouldPlayInBackground && playerData?.sources && !isMobileOnly) setShouldShowPlayer(true); else setShouldShowPlayer(false); }, [playerSettings, playerData, userId]); const x = useMotionValue(0); const y = useMotionValue(0); useEffect(() => { if (shouldPlayInBackground && !isMobile) return; x.set(0); y.set(0); }, [x, y, shouldPlayInBackground]); const RouteData: PlayerData = useRouteLoaderData(matchesFiltered?.id as string) as PlayerData; useEffect(() => { if (RouteData) { setPlayerData(RouteData); } }, [matchesFiltered?.pathname]); const nextEpisodeUrl = useMemo(() => { if (typeVideo === 'tv') { return `/tv-shows/${id}/season/${seasonId}/episode/${ currentEpisode + 1 }/watch?provider=${provider}&id=${idProvider}`; } if (typeVideo === 'anime') { return `/anime/${id}/episode/${ currentEpisode + 1 }/watch?provider=${provider}&id=${idProvider}&skipOpEd=${isShowSkipOpEdButton.value}`; } }, [typeVideo, id, seasonId, currentEpisode, provider, idProvider, isShowSkipOpEdButton.value]); const prevEpisodeUrl = useMemo(() => { if (currentEpisode > 1) { if (typeVideo === 'tv') { return `/tv-shows/${id}/season/${seasonId}/episode/${ currentEpisode - 1 }/watch?provider=${provider}&id=${idProvider}`; } if (typeVideo === 'anime') { return `/anime/${id}/episode/${ currentEpisode - 1 }/watch?provider=${provider}&id=${idProvider}&skipOpEd=${isShowSkipOpEdButton.value}`; } } }, [typeVideo, id, seasonId, currentEpisode, provider, idProvider, isShowSkipOpEdButton.value]); useEffect(() => { if ( isVideoEnded && provider && idProvider && hasNextEpisode && nextEpisodeUrl && typeVideo !== 'movie' && isAutoPlayNextEpisode.value ) { navigate(nextEpisodeUrl); } }, [isVideoEnded]); const [isWatchTrailerDialogVisible, setWatchTrailerDialogVisible] = useState(false); const [trailer, setTrailer] = useState({}); useEffect(() => { if (fetcher.data && (fetcher.data as { videos: IVideos }).videos) { const { results } = (fetcher.data as { videos: IVideos }).videos; const officialTrailer = results.find((result: Trailer) => result.type === 'Trailer'); setTrailer(officialTrailer || {}); } }, [fetcher.data]); useEffect(() => { if (playerData) { if (provider && sources && sources.length > 0) { setQualitySelector( provider === 'Loklok' || provider === 'Gogo' || provider === 'Zoro' || provider === 'Flixhq' ? sources?.map(({ quality, url }: { quality: number | string; url: string }) => ({ html: quality.toString(), url, isM3U8: true, isDASH: false, ...(provider === 'Flixhq' && quality === 'auto' && { default: true }), ...(provider === 'Loklok' && Number(quality) === 720 && { default: true }), ...((provider === 'Gogo' || provider === 'Zoro') && quality === 'default' && { default: true }), })) : provider === 'Bilibili' ? sources?.map(({ quality, url }: { quality: number | string; url: string }) => ({ html: quality.toString(), url: url.toString(), isM3U8: false, isDASH: true, ...(quality === 'auto' && { default: true }), })) : provider === 'KissKh' ? sources?.map(({ quality, url }: { quality: number | string; url: string }) => ({ html: quality.toString(), url, isM3U8: false, isDASH: true, ...(quality === 'auto' && { default: true }), })) : provider === 'test' ? sources?.map(({ quality, url }: { quality: number | string; url: string }) => ({ html: quality.toString(), url: url.toString(), isM3U8: true, isDASH: false, ...(quality === 720 && { default: true }), })) : sources?.map(({ quality, url }: { quality: number | string; url: string }) => ({ html: quality.toString(), url: url.toString(), isM3U8: true, isDASH: false, ...(quality === 'default' && { default: true }), })), ); setSubtitleSelector( subtitles?.map(({ lang, url }: { lang: string; url: string }) => ({ html: lang.toString(), url: url.toString(), ...(provider === 'Flixhq' && lang === 'English' && { default: true }), ...(provider === 'Loklok' && lang.includes('en') && { default: true }), ...(provider === 'Bilibili' && lang.includes('en') && { default: true }), ...(provider === 'KissKh' && lang === 'English' && { default: true }), ...(provider === 'test' && lang === 'ch-jp' && { default: true }), })), ); setRoutePlayer(playerData?.routePlayer); setTitlePlayer( `${playerData?.titlePlayer}${seasonId ? ` season ${seasonId}` : ''}${ episodeId ? ` episode ${episodeId}` : '' }`, ); } } }, [playerData]); return (
    {shouldShowPlayer ? ( {playerData?.sources ? ( <> Number(item.quality) === 720, )?.url || (sources && sources[0]?.url) : provider === 'Flixhq' ? sources?.find( (item: { quality: number | string; url: string }) => item.quality === 'auto', )?.url || (sources && sources[0]?.url) : provider === 'Gogo' || provider === 'Zoro' ? sources?.find( (item: { quality: number | string; url: string }) => item.quality === 'default', )?.url || (sources && sources[0]?.url) : provider === 'Bilibili' ? sources && sources[0]?.url : provider === 'KissKh' ? sources && sources[0]?.url : provider === 'test' ? sources?.find((source) => Number(source.quality) === 720)?.url : sources?.find( (item: { quality: number | string; url: string }) => item.quality === 'default', )?.url || (sources && sources[0]?.url) || '', subtitle: { url: provider === 'Loklok' ? subtitles?.find((item: { lang: string; url: string }) => item.lang.includes('English'), )?.url : provider === 'Flixhq' ? subtitles?.find((item: { lang: string; url: string }) => item.lang.includes('English'), )?.url || '' : provider === 'KissKh' ? subtitles?.find( (item: { lang: string; url: string; default?: boolean }) => item.default, )?.url || '' : provider === 'test' ? subtitles?.find((item: { lang: string; url: string }) => item.lang.includes('ch-jp'), )?.url || '' : subtitles?.find((item: { lang: string; url: string }) => item.lang.includes('English'), )?.url || '', encoding: 'utf-8', type: provider === 'Flixhq' || provider === 'Loklok' || provider === 'Bilibili' ? 'vtt' : provider === 'KissKh' ? 'srt' : '', }, poster: posterPlayer, layers: [ { html: '', name: 'mask', style: { position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', }, }, { html: '', name: 'playPauseButton', style: { position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', }, }, { html: '', name: 'miniTopControlButtons', style: { position: 'absolute', top: 0, left: 0, width: '100%', }, }, { html: '', name: 'skipButton', style: { position: 'absolute', bottom: '65px', right: '10px', }, }, ], icons: { loading: `
    `, play: ` `, pause: ` `, volume: ` `, volumeClose: ` `, screenshot: ` `, pip: ` `, fullscreenOn: ` `, fullscreenOff: ` `, }, customType: provider === 'Bilibili' ? { mpd: async (video: HTMLMediaElement, url: string) => { const { default: dashjs } = await import('dashjs'); const player = dashjs.MediaPlayer().create(); player.initialize(video, url, false); }, } : { m3u8: async (video: HTMLMediaElement, url: string) => { if (hls) { hls.destroy(); } if (Hls.isSupported()) { hls = new Hls(); hls.loadSource(url); hls.attachMedia(video); } else { const canPlay = video.canPlayType('application/vnd.apple.mpegurl'); if (canPlay === 'probably' || canPlay === 'maybe') { video.src = url; } } }, }, controls: [ { position: 'right', name: 'settings', html: '', tooltip: 'Settings', }, ...(currentEpisode > 1 && isDesktop ? [{ position: 'left', name: 'prev', html: '' }] : []), ...(hasNextEpisode && isDesktop ? [{ position: 'left', name: 'next', html: '' }] : []), ], cssVar: { '--art-font-color': 'hsl(var(--theme-default-foreground))', '--art-progress-color': 'hsl(var(--theme-default-foreground) / 0.2)', '--art-loaded-color': 'hsl(var(--theme-default-foreground) / 0.4)', }, }} style={{ // @ts-ignore '--art-subtitle-color': subtitleColor, '--art-subtitle-background-color': subtitleBackgroundColor, '--art-subtitle-window-color': subtitleWindowColor, '--art-subtitle-custom-font-size': subtitleFontSize, '--art-subtitle-text-shadow': subtitleTextEffects, }} getInstance={(art) => { art.on('ready', async () => { const t = new URLSearchParams(location.search).get('t'); if (t) { art.currentTime = Number(t); } if (art?.height) { art.controls.add({ position: 'right', name: 'topControlButtons', html: '', style: { position: 'absolute', bottom: `${Number(art?.height) - (isMobile ? 70 : 50)}px`, left: isMobile ? '0' : '-10px', width: `${Number(art?.width)}px`, padding: '0 7px 0 7px', height: '55px', cursor: 'default', zIndex: '50', }, }); } setIsVideoEnded(false); setShowSkipButton(false); setArtplayer(art); if (autoShowSubtitle.value && art.subtitle) { art.subtitle.show = autoShowSubtitle.value; } PlayerHotKey(art, setShowSubtitle); }); savePlayProgress(art); art.on('play', () => { setIsVideoEnded(false); setIsPlayerPlaying(true); }); art.on('pause', () => { setIsPlayerPlaying(false); }); art.on('video:loadedmetadata', () => { /* Adding highlights in player's progress bar */ if (highlights) { const $highlight = art.query('.art-progress-highlight'); // @ts-ignore const { append, createElement, setStyles } = art.constructor.utils; for (let index = 0; index < highlights.length; index += 1) { const item = highlights[index]; const left = (item.start / art.duration) * 100; const width = ((item.end - item.start) / art.duration) * 100; const $item = createElement('span'); $item.dataset.text = item.text; setStyles($item, { left: `${left}%`, width: `${width}%`, backgroundColor: 'hsl(var(--theme-secondary)) !important', }); append($highlight, $item); } } }); art.on('resize', () => { // eslint-disable-next-line @typescript-eslint/dot-notation const $topControlButtons = art.controls['topControlButtons']; if ($topControlButtons?.style) { // set top control buttons position when player resize $topControlButtons.style.bottom = `${ Number(art?.height) - (isMobile && !art.fullscreen ? 70 : 55) }px`; $topControlButtons.style.width = `${Number(art?.width)}px`; } }); art.on('video:timeupdate', () => { /* Finding the current highlight and show skip button */ if (highlights) { const findCurrentHighlight = highlights.find( (item) => art.currentTime >= item.start && art.currentTime <= item.end, ); if (findCurrentHighlight) { if (isAutoSkipOpEd.value) { art.currentTime = findCurrentHighlight.end; art.notice.show = `Skipped ${findCurrentHighlight.text}`; } else { setShowSkipButton(true); setCurrentHighlight(findCurrentHighlight); } } else { setShowSkipButton(false); setCurrentHighlight(null); } } }); art.on('fullscreen', (state) => { setIsPlayerFullScreen(state); }); art.on('video:ended', () => { setIsVideoEnded(true); setIsPlayerPlaying(false); setShowSkipButton(false); art.fullscreen = false; }); art.on('destroy', () => { setIsVideoEnded(false); setIsPlayerPlaying(false); setIsPlayerFullScreen(false); setArtplayer(null); if (hls) { hls.destroy(); } }); art.on('error', (_error, _reconnectTime) => { toast.error('An error occurred while playing the video.', { description: 'Please try again later.', }); }); }} setIsPlayerPlaying={setIsPlayerPlaying} className={playerStyles({ isMini, isSettingsOpen, isMobile, isPlayerFullScreen, showSubtitle, isShowOverlay, })} /> {!isMini ? (
    {typeVideo === 'movie' || typeVideo === 'tv' ? ( ) : null} {typeVideo === 'anime' && trailerAnime ? ( ) : null}
    ) : null} ) : ( )}
    ) : null}
    {/* Creating portal for the player layers */} {isMini && artplayer ? createPortal(
    , artplayer.layers.mask) : null} {isMini && artplayer ? createPortal(
    , artplayer.layers.playPauseButton, ) : null} {isMini && artplayer ? createPortal(
    , artplayer.layers.miniTopControlButtons, ) : null} {!isMini && artplayer && showSkipButton ? createPortal( , artplayer.layers.skipButton, ) : null} {/* Creating portals for the player controls */} {artplayer && !isMini && isDesktop ? createPortal( , artplayer.controls.settings, ) : null} {artplayer?.controls.prev && !isMini && currentEpisode > 1 && isDesktop ? createPortal( , artplayer.controls.prev, ) : null} {artplayer?.controls.next && !isMini && hasNextEpisode && isDesktop ? createPortal( , artplayer.controls.next, ) : null} {artplayer?.controls.topControlButtons && !isMini ? createPortal(
    {isPlayerFullScreen ? (
    {playerData?.titlePlayer}

    {seasonId ? ` Season ${seasonId}` : ''} {episodeId ? ` Episode ${episodeId}` : ''}

    ) : null}
    {isMobile ? (
    ) : null}
    , artplayer.controls.topControlButtons, ) : null}
    ); }; export default GlobalPlayer; ================================================ FILE: app/components/layouts/Header.tsx ================================================ import type { User } from '@supabase/supabase-js'; import { motion, useTransform } from 'framer-motion'; import { tv } from 'tailwind-variants'; import { useHeaderOptions } from '~/utils/react/hooks/useHeader'; import { useHydrated } from '~/utils/react/hooks/useHydrated'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { useHeaderStyle } from '~/store/layout/useHeaderStyle'; import { useLayout } from '~/store/layout/useLayout'; import MultiLevelDropdown from '~/components/layouts/MultiLevelDropdown'; import ListViewChangeButton from '~/components/elements/shared/ListViewChangeButton'; import ControlNavigation from './ControlNavigation'; interface IHeaderProps { user?: User; } const headerStyles = tv({ base: 'fixed z-[1000] hidden h-[64px] w-[100vw] flex-row items-center justify-between gap-x-4 px-5 py-3 sm:flex', variants: { miniSidebar: { true: 'top-0 sm:w-[calc(100vw_-_80px)]', }, boxedSidebar: { true: 'top-[15px] sm:w-[calc(100vw_-_282px)]', }, hideSidebar: { true: 'top-0 sm:w-[100vw]', }, }, compoundVariants: [ { miniSidebar: true, boxedSidebar: true, hideSidebar: false, class: 'top-[15px] sm:w-[calc(100vw_-_112px)]', }, { miniSidebar: false, boxedSidebar: false, hideSidebar: false, class: 'top-0 sm:w-[calc(100vw_-_250px)]', }, { boxedSidebar: true, hideSidebar: true, class: 'top-[15px] sm:w-[calc(100vw_-_17px)]', }, ], defaultVariants: { miniSidebar: false, boxedSidebar: false, hideSidebar: false, }, }); const backgroundColorStyles = tv({ base: 'pointer-events-none absolute left-0 top-px z-[-1] w-full backdrop-blur-2xl backdrop-contrast-125 backdrop-saturate-200', variants: { isShowTablink: { true: 'h-[111px]', false: 'h-[64px]', }, customBackgroundColor: { true: 'h-[64px]', }, boxedSidebar: { true: 'h-[64px] border-b border-divider sm:rounded-t-medium', false: 'h-[64px] border-b border-divider sm:rounded-tl-medium', }, miniSidebar: { true: 'h-[64px] border-b border-divider', }, hideSidebar: { true: 'h-[64px] border-b border-divider', }, }, compoundVariants: [ { isShowTablink: true, boxedSidebar: true, miniSidebar: true, hideSidebar: false, class: 'h-[119px] border-0', }, { isShowTablink: true, boxedSidebar: true, miniSidebar: false, hideSidebar: false, class: 'h-[111px] border-0', }, { isShowTablink: true, boxedSidebar: false, hideSidebar: true, class: 'h-[111px] border-0 sm:rounded-none', }, { isShowTablink: true, boxedSidebar: true, hideSidebar: true, class: 'h-[119px] border-0', }, { isShowTablink: true, boxedSidebar: false, hideSidebar: false, class: 'h-[111px] border-0', }, { isShowTablink: false, customBackgroundColor: true, class: 'h-[64px] border-0', }, ], defaultVariants: { isShowTablink: false, boxedSidebar: false, miniSidebar: false, hideSidebar: false, customBackgroundColor: false, }, }); const Header: React.FC = (props: IHeaderProps) => { const { user } = props; const { sidebarMiniMode, sidebarBoxedMode } = useSoraSettings(); const { scrollY } = useLayout((state) => state); const { startChangeScrollPosition } = useHeaderStyle((state) => state); const isHydrated = useHydrated(); const { customHeaderBackgroundColor, customHeaderChangeColorOnScroll, headerBackgroundColor, hideTabLinkWithLocation, isShowListViewChangeButton, isShowTabLink, isHideSidebar, } = useHeaderOptions(); const opacity = useTransform( scrollY, [0, startChangeScrollPosition, startChangeScrollPosition + 80], [0, 0, customHeaderChangeColorOnScroll ? (startChangeScrollPosition ? 1 : 0) : 1], ); const y = useTransform( scrollY, [0, startChangeScrollPosition, startChangeScrollPosition + 80], [60, 60, customHeaderChangeColorOnScroll ? (startChangeScrollPosition ? 0 : 60) : 0], ); return (
    {customHeaderBackgroundColor ? (
    ) : null}
    {isShowListViewChangeButton ? ( {isShowListViewChangeButton ? : null} ) : null}
    ); }; export default Header; ================================================ FILE: app/components/layouts/Layout.tsx ================================================ /* eslint-disable react-hooks/exhaustive-deps */ import { useEffect, useMemo, useRef, type CSSProperties } from 'react'; import { useMediaQuery } from '@react-hookz/web'; import { useLocation, useMatches, useNavigationType, useOutlet, useParams, type UIMatch, } from '@remix-run/react'; import type { User } from '@supabase/supabase-js'; import { AnimatePresence, motion, useMotionValueEvent, useScroll } from 'framer-motion'; import { useTheme } from 'next-themes'; import { Toaster } from 'sonner'; import { tv } from 'tailwind-variants'; import type { Handle } from '~/types/handle'; import { useHydrated } from '~/utils/react/hooks/useHydrated'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { useHeaderStyle } from '~/store/layout/useHeaderStyle'; import { useHistoryStack } from '~/store/layout/useHistoryStack'; import { useLayout } from '~/store/layout/useLayout'; import { ScrollArea, ScrollBar, ScrollCorner, ScrollViewport, } from '~/components/elements/ScrollArea'; import TabLink from '~/components/elements/tab/TabLink'; import ActionButtons from './ActionButtons'; import BottomNav from './BottomNav'; import GlobalPlayer from './GlobalPlayer'; import Header from './Header'; import MobileHeader from './MobileHeader'; import SideBar from './SideBar'; import TailwindIndicator from './TailwindIndicator'; interface ILayout { user?: User; } const layoutStyles = tv({ base: 'flex max-h-full min-h-screen max-w-full flex-nowrap justify-start bg-content1/[0.3] transition-[padding] duration-200', variants: { boxed: { true: 'min-h-[calc(100vh_-_115px)] py-[15px]', false: ' p-0', }, }, defaultVariants: { boxed: false, }, }); const contentAreaStyles = tv({ base: 'ml-0 flex w-full grow flex-col justify-end overflow-hidden !rounded-none bg-background shadow-medium transition-[margin] duration-200 sm:border-divider', variants: { mini: { true: 'sm:ml-[80px] sm:!rounded-tl-medium sm:border-l sm:border-t', }, boxed: { true: 'sm:ml-[280px] sm:!rounded-medium sm:border', }, hideSidebar: { true: 'sm:ml-0', }, }, compoundVariants: [ { mini: true, boxed: true, hideSidebar: false, class: 'sm:ml-[110px] sm:!rounded-medium sm:border', }, { mini: false, boxed: false, hideSidebar: false, class: 'sm:ml-[250px] sm:!rounded-tl-medium sm:border-l sm:border-t', }, { boxed: true, hideSidebar: true, class: 'sm:ml-[15px] sm:!rounded-medium sm:border', }, ], defaultVariants: { mini: false, boxed: false, hideSidebar: false, }, }); const scrollAreaViewportStyles = tv({ base: 'flex w-[100vw] flex-col items-center justify-start transition-[width,_height] duration-200', variants: { mini: { true: 'min-h-[calc(100vh_-_1px)] sm:w-[calc(100vw_-_80px)]', }, boxed: { true: 'min-h-[calc(100vh_-_32px)] sm:w-[calc(100vw_-_280px)]', }, layoutPadding: { true: 'mb-[70px] p-0 sm:px-5', false: 'mb-[70px] p-0', }, isShowTabLink: { true: 'mt-[128px]', false: 'mt-[72px]', }, hideSidebar: { true: 'min-h-[calc(100vh_-_1px)] sm:w-[100vw]', }, }, compoundVariants: [ { mini: true, boxed: true, hideSidebar: false, class: 'min-h-[calc(100vh_-_32px)] sm:w-[calc(100vw_-_110px)]', }, { mini: false, boxed: false, hideSidebar: false, class: 'min-h-[calc(100vh_-_1px)] sm:w-[calc(100vw_-_250px)]', }, { boxed: true, hideSidebar: true, class: 'min-h-[calc(100vh_-_32px)] sm:w-[calc(100vw_-_15px)]', }, { layoutPadding: false, isShowTabLink: false, hideSidebar: false, class: 'mt-0', }, { layoutPadding: true, isShowTabLink: false, hideSidebar: false, class: 'mt-[72px]', }, ], defaultVariants: { mini: false, boxed: false, layoutPadding: true, isShowTabLink: false, hideSidebar: false, }, }); const tabLinkWrapperStyles = tv({ base: 'fixed z-[1000] flex h-[56px] w-[100vw] items-end shadow-md shadow-default/10', variants: { miniSidebar: { true: 'top-[56px] sm:w-[calc(100vw_-_80px)]', }, boxedSidebar: { true: 'top-[71px] sm:w-[calc(100vw_-_280px)]', }, hideSidebar: { true: 'top-[56px] sm:w-[100vw]', }, }, compoundVariants: [ { miniSidebar: true, boxedSidebar: true, hideSidebar: false, class: 'top-[79px] sm:w-[calc(100vw_-_110px)]', }, { miniSidebar: false, boxedSidebar: false, hideSidebar: false, class: 'top-[56px] sm:w-[calc(100vw_-_250px)]', }, { boxedSidebar: true, hideSidebar: true, class: 'top-[79px] sm:w-[calc(100vw_-_15px)]', }, ], defaultVariants: { miniSidebar: false, boxedSidebar: false, hideSidebar: false, }, }); const Layout = (props: ILayout) => { const { user } = props; const location = useLocation(); const matches = useMatches() as UIMatch[]; const outlet = useOutlet(); const params = useParams(); const isHydrated = useHydrated(); const navigationType = useNavigationType(); const { theme } = useTheme(); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const isMd = useMediaQuery('(max-width: 1280px)', { initializeWithValue: false }); const { sidebarMiniMode, sidebarBoxedMode, sidebarHoverMode } = useSoraSettings(); const viewportRef = useRef(null); const { setViewportRef, setScrollY, setScrollYProgress, scrollDirection, setScrollDirection, isShowOverlay, } = useLayout((state) => state); const { scrollY, scrollYProgress } = useScroll({ container: viewportRef }); useMotionValueEvent(scrollY, 'change', (latest) => { const lastScrollY = scrollY.getPrevious(); if (isSm) { const direction = latest > lastScrollY ? 'down' : 'up'; if ( direction !== scrollDirection && (latest - lastScrollY > 20 || latest - lastScrollY < -20) ) { setScrollDirection(direction); } } }); const { historyBack, historyForward, setHistoryBack, setHistoryForward } = useHistoryStack( (state) => state, ); const { backgroundColor, setBackgroundColor, setStartChangeScrollPosition, startChangeScrollPosition, } = useHeaderStyle((headerState) => headerState); const isShowTabLink = useMemo( () => matches.some((match) => match?.handle?.showTabLink === true), [matches], ); const disableLayoutPadding = useMemo( () => matches.some((match) => match?.handle?.disableLayoutPadding === true), [matches], ); const isHideSidebar = useMemo( () => matches.some((match) => match?.handle?.hideSidebar === true), [matches], ); const currentTabLinkPages = useMemo(() => { const currentMatch = matches.find((match) => match?.handle?.showTabLink); if (typeof currentMatch?.handle?.tabLinkPages === 'function') // @ts-ignore return currentMatch?.handle?.tabLinkPages?.({ params }); return currentMatch?.handle?.tabLinkPages; }, [matches]); const currentTabLinkTo = useMemo(() => { const currentMatch = matches.find((match) => match?.handle?.showTabLink); if (typeof currentMatch?.handle?.tabLinkTo === 'function') return currentMatch?.handle?.tabLinkTo?.({ params }); return undefined; }, [matches]); const customHeaderBackgroundColor = useMemo( () => matches.some((match) => match?.handle?.customHeaderBackgroundColor === true), [matches], ); const customHeaderChangeColorOnScroll = useMemo( () => matches.some((match) => match?.handle?.customHeaderChangeColorOnScroll === true), [matches], ); const hideTabLinkWithLocation: boolean = useMemo(() => { const currentMatch = matches.find((match) => match?.handle?.showTabLink); if (currentMatch?.handle?.hideTabLinkWithLocation) return currentMatch?.handle?.hideTabLinkWithLocation?.(location.pathname) ?? true; return false; }, [matches, location.pathname]); useEffect(() => { setHistoryBack([location.key]); setHistoryForward([location.key]); setViewportRef(viewportRef); setScrollY(scrollY); setScrollYProgress(scrollYProgress); }, []); useEffect(() => { const preventScrollToTopRoute = matches.some( (match) => match.handle && (match.handle as Handle).preventScrollToTop === true, ); if (!preventScrollToTopRoute) { viewportRef.current?.scrollTo(0, 0); } if (!customHeaderBackgroundColor && backgroundColor !== '') { setBackgroundColor(''); } if (!customHeaderChangeColorOnScroll && startChangeScrollPosition !== 0) { setStartChangeScrollPosition(0); } }, [location]); useEffect(() => { if (navigationType === 'PUSH') { setHistoryBack([...historyBack, location.key]); setHistoryForward([location.key]); } else if (navigationType === 'POP') { // detect if user is going back or forward if (historyBack.length > 0 && historyBack[historyBack.length - 2] === location.key) { // going back setHistoryBack([...historyBack.slice(0, historyBack.length - 1)]); setHistoryForward([...historyForward, location.key]); } else if ( historyForward.length > 0 && historyForward[historyForward.length - 2] === location.key ) { // going forward setHistoryForward([...historyForward.slice(0, historyForward.length - 1)]); setHistoryBack([...historyBack, location.key]); } } else if (navigationType === 'REPLACE') { setHistoryBack([...historyBack.slice(0, historyBack.length - 1), location.key]); setHistoryForward([...historyForward.slice(0, historyForward.length - 1)]); } }, [location.key, navigationType]); useEffect(() => { if (isMd && !sidebarMiniMode.value) { sidebarMiniMode.set(true); if (!sidebarHoverMode.value) sidebarHoverMode.set(false); } if (isSm && sidebarBoxedMode.value === true) { sidebarBoxedMode.set(false); } }, [isMd, isSm, sidebarMiniMode.value, sidebarHoverMode.value, sidebarBoxedMode.value]); return (
    {isSm || isHideSidebar ? null : } {isShowOverlay ? ( ) : null}
    {isSm ? :
    } {} {isShowTabLink && !hideTabLinkWithLocation ? (
    ) : null} {isHydrated ? : null}
    {outlet}
    {isSm ? : null}
    ); }; export default Layout; ================================================ FILE: app/components/layouts/MobileHeader.tsx ================================================ import { Button } from '@nextui-org/button'; import { NavLink, useLocation, useNavigate } from '@remix-run/react'; import { motion, useTransform } from 'framer-motion'; import { useHeaderOptions } from '~/utils/react/hooks/useHeader'; import { useHeaderStyle } from '~/store/layout/useHeaderStyle'; import { useHistoryStack } from '~/store/layout/useHistoryStack'; import { useLayout } from '~/store/layout/useLayout'; import Arrow from '~/assets/icons/ArrowIcon'; import Search from '~/assets/icons/SearchIcon'; const MobileHeader = () => { const location = useLocation(); const navigate = useNavigate(); const { historyBack } = useHistoryStack((state) => state); const { scrollY } = useLayout((state) => state); const { startChangeScrollPosition } = useHeaderStyle((state) => state); const { isShowMobileHeader, isShowTabLink, hideTabLinkWithLocation, customHeaderBackgroundColor, currentMiniTitle, headerBackgroundColor, customHeaderChangeColorOnScroll, } = useHeaderOptions(); const opacity = useTransform( scrollY, [0, startChangeScrollPosition, startChangeScrollPosition + 80], [0, 0, customHeaderChangeColorOnScroll ? (startChangeScrollPosition ? 1 : 0) : 1], ); const y = useTransform( scrollY, [0, startChangeScrollPosition, startChangeScrollPosition + 80], [60, 60, customHeaderChangeColorOnScroll ? (startChangeScrollPosition ? 0 : 60) : 0], ); const handleBackButton = () => { if (historyBack.length > 1) { navigate(-1); } else { navigate('/'); } }; const { scrollDirection } = useLayout((state) => state); if (!isShowMobileHeader) { return null; } if (location.pathname === '/') { return ( SORA ); } return (
    {customHeaderBackgroundColor ? (
    ) : null}
    {currentMiniTitle ? (
    {currentMiniTitle.title} {currentMiniTitle.subtitle ? ( {currentMiniTitle.subtitle} ) : null}
    ) : null}
    ); }; export default MobileHeader; ================================================ FILE: app/components/layouts/MultiLevelDropdown.tsx ================================================ import { useEffect, useMemo, useState } from 'react'; import { Player } from '@lottiefiles/react-lottie-player'; import { Avatar } from '@nextui-org/avatar'; import { Button } from '@nextui-org/button'; import { Divider } from '@nextui-org/divider'; import { Spacer } from '@nextui-org/spacer'; import { useLocation, useNavigate, useSearchParams } from '@remix-run/react'; import type { User } from '@supabase/supabase-js'; import type { AnimationItem } from 'lottie-web'; import { useTheme } from 'next-themes'; import { useTranslation } from 'react-i18next'; import { getBackgroundTitleBarColor, setMetaThemeColor } from '~/utils/client/meta-tags.client'; import useColorDarkenLighten from '~/utils/react/hooks/useColorDarkenLighten'; import { useHydrated } from '~/utils/react/hooks/useHydrated'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { useTypedRouteLoaderData } from '~/utils/react/hooks/useTypedRouteLoaderData'; import languages from '~/constants/languages'; import { listCustomThemeColors, listDefaultThemeColors } from '~/constants/settings'; import { Popover, PopoverContent, PopoverTrigger } from '~/components/elements/Popover'; import ResizablePanel from '~/components/elements/shared/ResizablePanel'; import Arrow from '~/assets/icons/ArrowIcon'; import Brush from '~/assets/icons/BrushIcon'; import GlobalIcon from '~/assets/icons/GlobalIcon'; import Tick from '~/assets/icons/TickIcon'; import avatar from '~/assets/images/avatar.png'; import dropdown from '~/assets/lotties/lottieflow-dropdown-03-0072F5-easey.json'; interface IMultiLevelDropdownProps { user?: User | undefined; } const MultiLevelDropdown = (props: IMultiLevelDropdownProps) => { const { user } = props; const { t } = useTranslation('header'); const rootData = useTypedRouteLoaderData('root'); const { locale } = rootData || { locale: 'en' }; const { setTheme, theme: currentTheme } = useTheme(); const navigate = useNavigate(); const location = useLocation(); const isHydrated = useHydrated(); const [search] = useSearchParams(); const [currentLevel, setCurrentLevel] = useState('general'); const [isDropdownOpen, setIsDropdownOpen] = useState(false); const { isLightDarkThemeOnly, currentThemeColor } = useSoraSettings(); const { isDark } = useColorDarkenLighten(); const [lottie, setLottie] = useState(); useEffect(() => { if (isDropdownOpen) { lottie?.playSegments([0, 50], true); } else { lottie?.playSegments([50, 96], true); } // eslint-disable-next-line react-hooks/exhaustive-deps }, [isDropdownOpen]); const ref = useMemo( () => (search.get('ref') || location.pathname + location.search) .replace('?', '_0x3F_') .replace('&', '_0x26'), [location.pathname, location.search, search], ); const parts = user?.email?.split('@'); const username = parts?.shift(); const dropdownLevel = useMemo(() => { return [ { id: 'general', key: 'general', showTitle: true, showAvatar: true, showBackButton: false, backButtonAction: () => null, title: user ? username : t('sign-in'), isTitleClickable: true, titleAction: () => (user ? null : navigate(`/sign-in?ref=${ref}`)), listItems: [ { id: 'language', title: t('language'), description: 'Change the language of the website', showIcon: true, icon: , action: () => setCurrentLevel('language'), currentValue: locale, }, { id: 'display', title: t('display'), description: 'Change the display of the website', showIcon: true, icon: , action: () => setCurrentLevel('display'), }, { id: 'sign-up-log-out', title: user ? t('log-out') : t('sign-up'), description: user ? 'Log out of your account' : 'Sign up for an account', showIcon: false, icon: null, action: () => navigate(user ? `/sign-out?ref=${ref}` : `/sign-up?ref=${ref}`), }, ], }, { id: 'language', key: 'language', showTitle: true, showAvatar: false, showBackButton: true, backButtonAction: () => setCurrentLevel('general'), title: t('language'), isTitleClickable: false, titleAction: () => null, listItems: languages.map((language) => ({ id: language, title: t(language), showIcon: false, icon: null, action: () => navigate(`${location.pathname}?lng=${language}`), currentValue: null, isCurrent: locale === language, })), }, { id: 'display', key: 'display', showTitle: true, showAvatar: false, showBackButton: true, backButtonAction: () => setCurrentLevel('general'), title: t('display'), isTitleClickable: false, titleAction: () => null, listItems: isLightDarkThemeOnly.value === true ? [ { id: 'theme', title: t('theme'), description: 'Change the theme of the website', showIcon: true, icon: , action: () => setCurrentLevel('theme'), currentValue: currentTheme === 'system' ? t('system') : isDark ? t('dark') : t('light'), }, { id: 'theme-color', title: t('theme-color'), description: 'Change the colors of the theme', showIcon: true, icon: , action: () => setCurrentLevel('theme-color'), currentValue: t(currentThemeColor.value || 'blue'), }, ] : listCustomThemeColors.map((theme) => ({ id: theme, title: t(theme), description: theme, showIcon: false, icon: null, action: async () => { await setTheme(theme); const color = await getBackgroundTitleBarColor(isHydrated); await setMetaThemeColor(`hsl(${color})`); }, currentValue: null, isCurrent: currentTheme === theme, })), }, { id: 'theme', key: 'theme', showTitle: true, showAvatar: false, showBackButton: true, backButtonAction: () => setCurrentLevel('display'), title: t('theme'), isTitleClickable: false, titleAction: () => null, listItems: [ { id: 'dark', title: t('dark'), showIcon: false, icon: null, action: async () => { if (currentThemeColor.value !== 'blue') { await setTheme(`dark-${currentThemeColor.value}`); } else { await setTheme('dark'); } const color = await getBackgroundTitleBarColor(isHydrated); await setMetaThemeColor(`hsl(${color})`); }, currentValue: null, isCurrent: isDark && currentTheme !== 'system', }, { id: 'light', title: t('light'), showIcon: false, icon: null, action: async () => { if (currentThemeColor.value !== 'blue') { await setTheme(`light-${currentThemeColor.value}`); } else { await setTheme('light'); } const color = await getBackgroundTitleBarColor(isHydrated); await setMetaThemeColor(`hsl(${color})`); }, currentValue: null, isCurrent: !isDark && currentTheme !== 'system', }, { id: 'system', title: t('system'), showIcon: false, icon: null, action: async () => { await currentThemeColor.set('blue'); await setTheme('system'); const color = await getBackgroundTitleBarColor(isHydrated); await setMetaThemeColor(`hsl(${color})`); }, currentValue: null, isCurrent: currentTheme === 'system', }, ], }, { id: 'theme-color', key: 'theme-color', showTitle: true, showAvatar: false, showBackButton: true, backButtonAction: () => setCurrentLevel('display'), title: t('theme-color'), isTitleClickable: false, titleAction: () => null, listItems: listDefaultThemeColors.map((theme) => ({ id: theme, title: t(theme), showIcon: false, icon: null, action: async () => { await currentThemeColor.set(theme); if (isDark) { if (theme !== 'blue') { await setTheme(`dark-${theme}`); } else { await setTheme('dark'); } } else { if (theme !== 'blue') { await setTheme(`light-${theme}`); } else { await setTheme('light'); } } const color = await getBackgroundTitleBarColor(isHydrated); await setMetaThemeColor(`hsl(${color})`); }, currentValue: null, isCurrent: currentThemeColor.value ? currentThemeColor.value === theme : theme === 'blue', })), }, ]; // eslint-disable-next-line react-hooks/exhaustive-deps }, [ ref, currentTheme, locale, user, username, t, currentThemeColor.value, isDark, isHydrated, isLightDarkThemeOnly.value, ]); const currentDropdownLevel = useMemo( () => dropdownLevel.find((level) => level.id === currentLevel), [dropdownLevel, currentLevel], ); // eslint-disable-next-line @typescript-eslint/no-explicit-any const settingsOptions = (item: any) => ( ); const handleOpenChange = (open: boolean) => { setIsDropdownOpen(open); if (!open) setCurrentLevel('general'); }; return ( handleOpenChange(open)}> {currentDropdownLevel ? (
    {currentDropdownLevel?.showBackButton || currentDropdownLevel?.showAvatar || currentDropdownLevel?.showTitle ? ( <> ) : null}
    {currentDropdownLevel?.listItems.map((item) => settingsOptions(item))}
    ) : null}
    ); }; export default MultiLevelDropdown; ================================================ FILE: app/components/layouts/SideBar.tsx ================================================ import { Button } from '@nextui-org/button'; import { Card, CardBody, CardFooter } from '@nextui-org/card'; import { Link } from '@nextui-org/link'; import { Spinner } from '@nextui-org/spinner'; import { Tooltip } from '@nextui-org/tooltip'; import { useHover } from '@react-aria/interactions'; import { NavLink, useNavigate } from '@remix-run/react'; import { useTranslation } from 'react-i18next'; import { MimeType } from 'remix-image'; import { tv } from 'tailwind-variants'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import Image from '~/components/elements/Image'; import { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, navigationMenuTriggerStyle, } from '~/components/elements/NavigationMenu'; import Anime from '~/assets/icons/AnimeIcon'; import CategoryIcon from '~/assets/icons/CategoryIcon'; import Discover from '~/assets/icons/DiscoverIcon'; import History from '~/assets/icons/HistoryIcon'; import Home from '~/assets/icons/HomeIcon'; import Menu from '~/assets/icons/MenuIcon'; import Movie from '~/assets/icons/MovieIcon'; import Search from '~/assets/icons/SearchIcon'; import Settings from '~/assets/icons/SettingsIcon'; import TrendingUp from '~/assets/icons/TrendingUpIcon'; import Tv from '~/assets/icons/TvIcon'; import TwoUsers from '~/assets/icons/TwoUsersIcon'; import Logo from '~/assets/images/logo_loading.png'; const sidebarStyles = tv({ base: 'fixed z-[1999] box-border hidden shrink-0 grow-0 transition-[max-width] duration-400 sm:block', variants: { sidebarMiniMode: { true: 'w-full max-w-[80px] basis-[80px]', false: 'w-full max-w-[250px] basis-[250px]', }, sidebarBoxedMode: { true: 'left-[15px] top-[15px] h-[calc(100vh_-_30px)] rounded-large border border-divider bg-background shadow-medium', false: 'left-0 top-0 h-screen', }, sidebarHoverMode: { true: 'w-full max-w-[250px] basis-[250px] rounded-r-large border border-divider bg-background shadow-2xl', }, }, compoundVariants: [{}], defaultVariants: { sidebarMiniMode: false, sidebarBoxedMode: false, }, }); const sidebarActiveStyles = tv({ base: 'h-[56px] justify-start transition-[width] duration-400', variants: { sidebarMiniMode: { true: 'w-[56px]', false: 'w-[215px]', }, sidebarHoverMode: { true: 'w-[215px]', }, sidebarRoundedAll: { true: 'rounded-small', false: 'rounded-r-small', }, sidebarPillAll: { true: 'rounded-[56px]', false: 'rounded-r-[56px]', }, }, defaultVariants: { sidebarMiniMode: false, sidebarRoundedAll: true, }, }); const viewportPositionStyles = tv({ base: '!fixed', variants: { sidebarMiniMode: { true: '!left-[85px]', }, sidebarHoverMode: { true: '!left-[250px]', }, sidebarBoxedMode: { true: '!left-[265px]', }, }, compoundVariants: [ { sidebarMiniMode: true, sidebarHoverMode: true, sidebarBoxedMode: false, class: '!left-[250px]', }, { sidebarMiniMode: true, sidebarHoverMode: false, sidebarBoxedMode: true, class: '!left-[100px]', }, { sidebarMiniMode: false, sidebarHoverMode: false, sidebarBoxedMode: false, class: '!left-[250px]', }, ], defaultVariants: { sidebarMiniMode: false, sidebarHoverMode: false, sidebarBoxedMode: false, }, }); const navigationPartStyles = tv({ base: 'w-full overflow-x-visible overflow-y-scroll scrollbar-hide', variants: { sidebarBoxedMode: { true: 'h-[calc(100%_-_100px)]', false: 'h-[calc(100%_-_80px)]', }, }, defaultVariants: { sidebarBoxedMode: false, }, }); const SideBar = () => { const { t } = useTranslation('sidebar'); const navigate = useNavigate(); const { sidebarMiniMode, sidebarHoverMode, sidebarBoxedMode } = useSoraSettings(); const { hoverProps: sidebarHoverProps, isHovered } = useHover({ isDisabled: !sidebarHoverMode.value, }); const navigationItemWidthStyle = sidebarMiniMode.value && !isHovered ? 'w-[56px]' : 'w-[215px]'; return ( ); }; export default SideBar; ================================================ FILE: app/components/layouts/TailwindIndicator.tsx ================================================ const TailwindIndicator = () => { if (process.env.NODE_ENV === 'production') return null; return (
    xs
    sm
    md
    lg
    xl
    2xl
    ); }; export default TailwindIndicator; ================================================ FILE: app/components/media/MediaDetail.tsx ================================================ import { useEffect, useState, type CSSProperties } from 'react'; import { Button } from '@nextui-org/button'; import { Card, CardBody } from '@nextui-org/card'; import { Chip } from '@nextui-org/chip'; import { Spacer } from '@nextui-org/spacer'; import { Tooltip } from '@nextui-org/tooltip'; import { useMeasure, useMediaQuery } from '@react-hookz/web'; import { clipboardSupported, copyTextToClipboard, shareData } from '@remix-pwa/client'; import { useFetcher, useLocation, useNavigate } from '@remix-run/react'; import { shareSupported } from '~/utils'; import { motion, useTransform } from 'framer-motion'; import { useTranslation } from 'react-i18next'; import { MimeType } from 'remix-image'; import { toast } from 'sonner'; import { tv } from 'tailwind-variants'; import tinycolor from 'tinycolor2'; import type { ColorPalette } from '~/routes/api+/color-palette'; import type { IAnimeInfo } from '~/services/consumet/anilist/anilist.types'; import type { IMovieDetail, IMovieTranslations, ITvShowDetail, IVideos, } from '~/services/tmdb/tmdb.types'; import TMDB from '~/utils/media'; import useColorDarkenLighten from '~/utils/react/hooks/useColorDarkenLighten'; import { useHydrated } from '~/utils/react/hooks/useHydrated'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { useLayout } from '~/store/layout/useLayout'; import { Dialog, DialogContent, DialogTrigger } from '~/components/elements/Dialog'; import SelectProvider from '~/components/elements/dialog/SelectProviderDialog'; import WatchTrailer, { type Trailer } from '~/components/elements/dialog/WatchTrailerDialog'; import Image from '~/components/elements/Image'; import Rating from '~/components/elements/shared/Rating'; import { backgroundStyles } from '~/components/styles/primitives'; import PhotoIcon from '~/assets/icons/PhotoIcon'; import ShareIcon from '~/assets/icons/ShareIcon'; interface IMediaDetail { type: 'movie' | 'tv'; item: IMovieDetail | ITvShowDetail | undefined; translations?: IMovieTranslations | undefined; imdbRating: { count: number; star: number } | undefined; color: string | undefined; trailerTime?: number; } interface IMediaBackground { backdropPath: string | undefined; backgroundColor: string; } interface IAnimeDetail { item: IAnimeInfo | undefined; trailerTime?: number; } const backgroundImageStyles = tv({ base: 'relative w-full overflow-hidden bg-fixed bg-[left_0px_top_0px] bg-no-repeat', variants: { sidebarMiniMode: { true: 'sm:bg-[left_80px_top_0px]', }, sidebarBoxedMode: { true: 'sm:bg-[left_280px_top_0px]', }, }, compoundVariants: [ { sidebarMiniMode: true, sidebarBoxedMode: true, class: 'sm:bg-[left_110px_top_0px]', }, { sidebarMiniMode: false, sidebarBoxedMode: false, class: 'sm:bg-[left_250px_top_0px]', }, ], }); export const MediaDetail = (props: IMediaDetail) => { const { type, item, imdbRating, color, trailerTime } = props; const [size, ref] = useMeasure(); const [imageSize, imageRef] = useMeasure(); const navigate = useNavigate(); const location = useLocation(); const isHydrated = useHydrated(); const fetcher = useFetcher(); const { t } = useTranslation(); const { backgroundColor } = useColorDarkenLighten(color); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const isXl = useMediaQuery('(max-width: 1280px)', { initializeWithValue: false }); const [showProvidereDialog, setShowProvidereDialog] = useState(false); const [showTrailerDialog, setShowTrailerDialog] = useState(false); const [trailer, setTrailer] = useState({}); const [colorPalette, setColorPalette] = useState(); const { id, tagline, genres, status } = item || {}; const title = (item as IMovieDetail)?.title || (item as ITvShowDetail)?.name || ''; const titleEng = (item as IMovieDetail)?.titleEng || (item as ITvShowDetail)?.nameEng || ''; const orgTitle = (item as IMovieDetail)?.original_title || (item as ITvShowDetail)?.original_name || ''; const runtime = // @ts-ignore Number((item as IMovieDetail)?.runtime) ?? Number((item as ITvShowDetail)?.episode_run_time[0]); const posterPath = item?.poster_path ? TMDB?.posterUrl(item?.poster_path || '', 'w342') : undefined; const releaseYear = new Date( (item as IMovieDetail)?.release_date ?? ((item as ITvShowDetail)?.first_air_date || ''), ).getFullYear(); const releaseDate = new Date( (item as IMovieDetail)?.release_date ?? ((item as ITvShowDetail)?.first_air_date || ''), ).toLocaleDateString('fr-FR'); const description = (item as IMovieDetail)?.overview || (item as ITvShowDetail)?.overview || ''; useEffect(() => { if (ref.current) { ref.current.scrollIntoView({ behavior: 'instant', block: 'center', inline: 'nearest', }); } }, [ref, location.pathname]); useEffect(() => { if (color?.startsWith('#')) { fetcher.load(`/api/color-palette?color=${color.replace('#', '')}`); } // eslint-disable-next-line react-hooks/exhaustive-deps }, [color]); useEffect(() => { if (fetcher.data && (fetcher.data as { color: ColorPalette }).color) { setColorPalette((fetcher.data as { color: ColorPalette }).color); } if (fetcher.data && (fetcher.data as { videos: IVideos }).videos) { const { results } = (fetcher.data as { videos: IVideos }).videos; const officialTrailer = results.find((result: Trailer) => result.type === 'Trailer'); setTrailer(officialTrailer || {}); } }, [fetcher.data]); const handleShowTrailerDialog = (value: boolean) => { setShowTrailerDialog(value); if (value === true) { fetcher.load(`/${type === 'movie' ? 'movies' : 'tv-shows'}/${id}/videos`); } }; const handleShare = async () => { const isShareSupported = await shareSupported(); if (isShareSupported) { await shareData({ title, text: description, url: window.location.href, }); } else { const isClipboardSupported = await clipboardSupported(); if (isClipboardSupported) { copyTextToClipboard(window.location.href); toast.success('Link copied to clipboard'); } else { toast.error('Browser not supported'); } } }; return ( <>
    {posterPath ? ( {title} ) : (
    )} {isSm ? null : }

    {`${title}${isSm ? '' : ` (${releaseYear})`}`}

    {tagline ?

    {tagline}

    : null}
    {imdbRating ? (
    IMDb
    {imdbRating?.star}
    ) : null}
    {releaseDate} {runtime ? ` • ${Math.floor(runtime / 60)}h ${runtime % 60}m` : null}
    {genres && genres?.map((genre) => ( ))}
    {(status === 'Released' || status === 'Ended' || status === 'Returning Series') && ( setShowProvidereDialog(false)} type={type} title={titleEng} origTitle={orgTitle} year={releaseYear} id={item?.id} {...(type === 'tv' && { season: 1, episode: 1, isEnded: status === 'Ended' })} {...(type === 'movie' && { isEnded: status === 'Released' })} /> )}
    handleShowTrailerDialog(value)} >
    ); }; export const AnimeDetail = (props: IAnimeDetail) => { const { t } = useTranslation(); const { item, trailerTime } = props; const { id, genres, title, releaseDate, rating, image, type, color, description, status, trailer, } = item || {}; const navigate = useNavigate(); const location = useLocation(); const fetcher = useFetcher(); const isHydrated = useHydrated(); const [size, ref] = useMeasure(); const [imageSize, imageRef] = useMeasure(); const { backgroundColor } = useColorDarkenLighten(color); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const isXl = useMediaQuery('(max-width: 1280px)', { initializeWithValue: false }); const [showProvidereDialog, setShowProvidereDialog] = useState(false); const [showTrailerDialog, setShowTrailerDialog] = useState(false); const [colorPalette, setColorPalette] = useState(); useEffect(() => { if (ref.current) { ref.current.scrollIntoView({ behavior: 'instant', block: 'center', inline: 'nearest' }); } }, [ref, location.pathname]); useEffect(() => { if (color?.startsWith('#')) { fetcher.load(`/api/color-palette?color=${color.replace('#', '')}`); } // eslint-disable-next-line react-hooks/exhaustive-deps }, [color]); useEffect(() => { if (fetcher.data && (fetcher.data as { color: ColorPalette }).color) { setColorPalette((fetcher.data as { color: ColorPalette }).color); } }, [fetcher.data]); const handleShare = async () => { const isShareSupported = await shareSupported(); if (isShareSupported) { await shareData({ title: title?.userPreferred, text: description, url: window.location.href, }); } else { const isClipboardSupported = await clipboardSupported(); if (isClipboardSupported) { copyTextToClipboard(window.location.href); toast.success('Link copied to clipboard'); } else { toast.error('Browser not supported'); } } }; return ( <>
    {image ? ( {title?.userPreferred ) : (
    )} {isSm ? null : }

    {`${title?.userPreferred || title?.english || title?.romaji || title?.native}`}

    {type} {releaseDate ? ` • ${releaseDate}` : ''}
    {genres && genres?.map((genre) => ( ))}
    setShowProvidereDialog(false)} type="anime" id={id} title={title?.english || ''} origTitle={title?.native || ''} year={Number(releaseDate)} episode={1} season={undefined} animeType={type?.toLowerCase() || 'tv'} isEnded={status === 'FINISHED'} />
    {trailer ? ( ) : null}
    ); }; export const MediaBackgroundImage = (props: IMediaBackground) => { const { backdropPath, backgroundColor } = props; const [size, backgroundRef] = useMeasure(); const isHydrated = useHydrated(); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const { sidebarMiniMode, sidebarBoxedMode } = useSoraSettings(); const { scrollY } = useLayout((scrollState) => scrollState); const backgroundImageHeight = isSm ? 100 : 300; const height = useTransform( scrollY, [0, 800 - backgroundImageHeight], [backgroundImageHeight, 800], ); return (
    ); }; ================================================ FILE: app/components/media/MediaList.tsx ================================================ import { useMemo, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Spacer } from '@nextui-org/spacer'; import { Tooltip } from '@nextui-org/tooltip'; import { useMediaQuery } from '@react-hookz/web'; import { useSearchParams } from '@remix-run/react'; import { useTranslation } from 'react-i18next'; import { tv } from 'tailwind-variants'; import type { IMedia } from '~/types/media'; import type { ILanguage } from '~/services/tmdb/tmdb.types'; import { animeSort, sortMovieTvItems } from '~/constants/filterItems'; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from '~/components/elements/Select'; import Filter from '~/components/elements/shared/Filter'; import ListViewChangeButton from '~/components/elements/shared/ListViewChangeButton'; import { Sheet, SheetContent, SheetTitle, SheetTrigger } from '~/components/elements/Sheet'; import ChevronLeftIcon from '~/assets/icons/ChevronLeftIcon'; import ChevronRightIcon from '~/assets/icons/ChevronRightIcon'; import FilterIcon from '~/assets/icons/FilterIcon'; import Sort from '~/assets/icons/SortIcon'; import { MediaListBanner, MediaListCard, MediaListGrid } from './list'; interface IMediaListProps { /** * Require when cover card is true, value is cover items to show * @type {Array<{ id: number; name: string; backdropPath: string }>} * @memberof IMediaListProps * @example * [ * { * id: 1, * name: 'Movie name', * backdropPath: '/backdrop/path' * } * ] */ coverItem?: { id: number; name: string; backdropPath: string }[]; /** * Require when pagination is true, loading type is page, value is current page * @type {number} * @memberof IMediaListProps * @example * 1 * 2 * 3 * ... * 10 */ currentPage?: number; /** * Pass genres movie object * @type {{ [id: string]: string }} * @memberof IMediaListProps * @example * { * '1': 'Action', * '2': 'Adventure', * '3': 'Animation', * '4': 'Comedy', * } */ genresMovie?: { [id: string]: string }; /** * Pass genres tv object * @type {{ [id: string]: string }} * @memberof IMediaListProps * @example * { * '1': 'Action', * '2': 'Adventure', * '3': 'Animation', * '4': 'Comedy', * } */ genresTv?: { [id: string]: string }; /** * Require when loading type is scroll, value is true if there is a next page * @type {boolean} * @memberof IMediaListProps * @example * true * false */ hasNextPage?: boolean; /** * Value is true if the cover card is active * @type {boolean} * @memberof IMediaListProps * @example * true * false */ isCoverCard?: boolean; /** * Value is true if this is the list of people's credits * @type {boolean} * @memberof IMediaListProps * @example * true * false */ isCreditsCard?: boolean; /** * Value is items to show * @type {Array} * @memberof IMediaListProps * @see IMedia */ items?: IMedia[]; /** * Value is type of items to show, help to show the correct url, item type and item title * @type {'movie' | 'tv' | 'anime' | 'people' | 'episode' | 'movie-tv'} * @memberof IMediaListProps * @example * 'movie' * 'tv' * 'anime' * 'people' * 'episode' * 'movie-tv' */ itemsType?: 'movie' | 'tv' | 'anime' | 'people' | 'episode' | 'movie-tv'; /** * Pass languages object * @type {Array} * @memberof IMediaListProps * @see ILanguage */ languages?: ILanguage[]; /** * Value is name of the list * @type {string | (() => never)} * @memberof IMediaListProps * @example * 'Popular Movies' * t('Popular Movies') */ listName?: string; /** * Value is type of list to show * @type {'slider-card' | 'slider-banner' | 'grid'} * @memberof IMediaListProps * @example * 'slider-card' * 'slider-banner' * 'grid' */ listType?: 'slider-card' | 'slider-banner' | 'grid'; /** * Value is true if the navigation buttons are active * @type {boolean} * @memberof IMediaListProps * @example * true * false */ navigationButtons?: boolean; /** * Require when view more button is true, value is function to execute when view more button is clicked * @memberof IMediaListProps * @example * () => console.log('View more button is clicked') */ onClickViewMore?: () => void; /** * Value is provider name, help to show the correct url for episode itemsType * @type {string} * @memberof IMediaListProps * @example * 'Gogo' * 'Zoro' */ provider?: string; /** * Value is route name, help to load the correct route when scrolling in scroll loading type * @type {string} * @memberof IMediaListProps * @example * '/anime/popular' */ routeName?: string; /** * Value is true if the filter button is active * @type {boolean} * @memberof IMediaListProps * @example * true * false */ showFilterButton?: boolean; /** * Value is true if the list type change button is active * @type {boolean} * @memberof IMediaListProps * @example * true * false */ showListTypeChangeButton?: boolean; /** * Value is true if the view more button is active * @type {boolean} * @memberof IMediaListProps * @example * true * false */ showMoreList?: boolean; /** * Require when pagination is true, value is total pages * @type {number} * @memberof IMediaListProps * @example * 10 * 20 * 30 * ... */ totalPages?: number; /** * Value is true if scroll to top list after changing page * @type {boolean} * @memberof IMediaListProps * @example * true * false */ scrollToTopListAfterChangePage?: boolean; /** * Value is true if the sort by select is active * @type {boolean} * @memberof IMediaListProps * @example * true * false */ showSortBySelect?: boolean; } const mediaListStyles = tv({ base: 'flex w-full max-w-screen-4xl flex-col justify-center', variants: { gap: { none: 'gap-0', normal: 'gap-2', grid: 'gap-6', }, alignItems: { start: 'items-start', center: 'items-center', end: 'items-end', }, }, defaultVariants: { gap: 'normal', alignItems: 'start', }, }); const MediaList = (props: IMediaListProps) => { const { coverItem, currentPage, genresMovie, genresTv, hasNextPage, isCoverCard, isCreditsCard, items, itemsType, languages, listName, listType, navigationButtons, onClickViewMore, provider, scrollToTopListAfterChangePage, showFilterButton, showListTypeChangeButton, showMoreList, showSortBySelect, totalPages, } = props; let list; const { t } = useTranslation(); const [prevEl, setPrevEl] = useState(null); const [nextEl, setNextEl] = useState(null); const [slideProgress, setSlideProgress] = useState(0); const [showFilter, setShowFilter] = useState(false); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const [searchParams, setSearchParams] = useSearchParams(); const currentSearchParams = useMemo<{ [key: string]: string }>(() => { const params: { [key: string]: string } = {}; searchParams.forEach((value, key) => { params[key] = value; }); return params; }, [searchParams]); const [sortBySelected, setSortBySelected] = useState(() => itemsType === 'anime' ? currentSearchParams?.sort : itemsType === 'movie' || itemsType === 'tv' ? currentSearchParams?.sort_by : undefined, ); const sortItems = itemsType === 'movie' || itemsType === 'tv' ? sortMovieTvItems : itemsType === 'anime' ? animeSort : undefined; switch (listType) { case 'grid': list = ( ); break; case 'slider-banner': list = ; break; case 'slider-card': list = ( ); break; default: } const handleSelectChange = (value: string) => { setSortBySelected(value); if (itemsType === 'movie' || itemsType === 'tv') { setSearchParams({ ...currentSearchParams, sort_by: value, page: '1' }); } if (itemsType === 'anime') { setSearchParams({ ...currentSearchParams, sort: value, page: '1' }); } }; return (
    {listName || showFilterButton || showListTypeChangeButton ? (
    {listName ?

    {listName}

    : null} {showFilterButton || showListTypeChangeButton ? (
    {showFilterButton ? ( setShowFilter(!showFilter)} className="!px-0 md:!px-0" > {t('filters')} ) : null} {showSortBySelect && sortItems && sortItems?.length > 0 ? ( ) : null} {showListTypeChangeButton ? : null}
    ) : null}
    ) : null} {showMoreList ? (
    {navigationButtons ? (
    ) : null}
    ) : null} {list}
    ); }; export default MediaList; ================================================ FILE: app/components/media/PeopleDetail.tsx ================================================ import { Player } from '@lottiefiles/react-lottie-player'; import { Link } from '@nextui-org/link'; import { Spacer } from '@nextui-org/spacer'; import { useMeasure } from '@react-hookz/web'; import { useTranslation } from 'react-i18next'; import { MimeType } from 'remix-image'; import type { IPeopleDetail } from '~/services/tmdb/tmdb.types'; import TMDB from '~/utils/media'; import useColorDarkenLighten from '~/utils/react/hooks/useColorDarkenLighten'; import Image from '~/components/elements/Image'; import PhotoIcon from '~/assets/icons/PhotoIcon'; import ExternalLinkBlack from '~/assets/lotties/external-link-black.json'; import ExternalLinkWhite from '~/assets/lotties/external-link-white.json'; import FacebookBlack from '~/assets/lotties/lottieflow-social-networks-15-4-000000-easey.json'; import FacebookWhite from '~/assets/lotties/lottieflow-social-networks-15-4-FFFFFF-easey.json'; import InstagramBlack from '~/assets/lotties/lottieflow-social-networks-15-5-000000-easey.json'; import InstagramWhite from '~/assets/lotties/lottieflow-social-networks-15-5-FFFFFF-easey.json'; import TwitterBlack from '~/assets/lotties/lottieflow-social-networks-15-10-000000-easey.json'; import TwitterWhite from '~/assets/lotties/lottieflow-social-networks-15-10-FFFFFF-easey.json'; interface IPeopleDetailProps { detail: IPeopleDetail | undefined; externalIds: { facebookId: null | string; instagramId: string | null; twitterId: null | string; }; } const PeopleDetail = (props: IPeopleDetailProps) => { const { detail, externalIds } = props; const { t } = useTranslation(); const { isDark } = useColorDarkenLighten(); const [size, imageRef] = useMeasure(); const profilePath = detail?.profile_path ? TMDB?.profileUrl(detail?.profile_path || '', 'h632') : undefined; let gender = ''; switch (detail?.gender) { case 0: gender = 'Not specified'; break; case 1: gender = 'Female'; break; case 2: gender = 'Male'; break; case 3: gender = 'Non-Binary'; break; default: } return ( <> {profilePath ? ( {detail?.name} ) : (
    )}

    {detail?.name}

    {externalIds && detail && (externalIds.facebookId || externalIds.instagramId || externalIds.twitterId || detail.homepage) && ( <>
    {externalIds.facebookId ? ( ) : null} {externalIds.instagramId ? ( ) : null} {externalIds.twitterId ? ( ) : null} {detail.homepage ? ( ) : null}
    )}

    {t('personal-info')}

    {t('known-for')}

    {detail?.known_for_department}

    {t('gender')}

    {gender}

    {t('birthday')}

    {detail?.birthday}

    {t('place-of-birth')}

    {detail?.place_of_birth}

    {t('also-known-as')}

    {detail?.also_known_as?.map((name) => ( <> {name}
    ))}

    ); }; export default PeopleDetail; ================================================ FILE: app/components/media/item/BannerItem.tsx ================================================ import { Skeleton } from '@nextui-org/skeleton'; import { useMediaQuery } from '@react-hookz/web'; import type { Title } from '~/types/media'; import type { ITrailer } from '~/services/consumet/anilist/anilist.types'; import BannerItemDesktop from './BannerItemDesktop'; import BannerItemMobile from './BannerItemMobile'; interface IBannerItemProps { active?: boolean; backdropPath: string; genreIds: number[]; genresAnime: string[]; genresMovie?: { [id: string]: string }; genresTv?: { [id: string]: string }; id: number; mediaType: 'movie' | 'tv' | 'anime' | 'people'; overview: string; posterPath: string; title: string | Title; trailer?: ITrailer; voteAverage: number; } const BannerItem = (props: IBannerItemProps) => { const { active, backdropPath, genreIds, genresMovie, genresTv, genresAnime, id, mediaType, overview, posterPath, title, trailer, voteAverage, } = props; const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); if (isSm === true) { return ( ); } if (isSm === false) { return ( ); } return ; }; export default BannerItem; ================================================ FILE: app/components/media/item/BannerItemCompact.tsx ================================================ import { forwardRef } from 'react'; import { Card, CardBody, CardFooter } from '@nextui-org/card'; import { Skeleton } from '@nextui-org/skeleton'; import { useHover } from '@react-aria/interactions'; import { AnimatePresence, motion } from 'framer-motion'; import { MimeType } from 'remix-image'; import { tv } from 'tailwind-variants'; import type { Title } from '~/types/media'; import { useHydrated } from '~/utils/react/hooks/useHydrated'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import AspectRatio from '~/components/elements/AspectRatio'; import Image from '~/components/elements/Image'; interface IBannerItemCompactProps { backdropPath: string; title: string | Title; active?: boolean; } const bannerCompactStyles = tv({ base: [ 'min-h-[135px] min-w-[240px] origin-[center_right] transform-gpu overflow-hidden border-0 transition-all duration-200 ease-in-out', "after:absolute after:left-0 after:top-0 after:z-10 after:h-[135px] after:bg-gradient-to-r after:from-default after:to-transparent after:transition-all after:duration-400 after:ease-in-out after:content-['']", 'data-[pressed=true]:scale-105', ], variants: { active: { true: [ 'translate-x-0 scale-100 after:w-[200px] after:opacity-100', 'data-[hover=true]:translate-x-0 data-[hover=true]:scale-100', ], false: [ 'translate-x-[-10px] scale-x-[1.125] scale-y-[1.03] after:w-[150px] after:opacity-0 hover:after:opacity-100', 'data-[hover=true]:translate-x-[-5px] data-[hover=true]:scale-x-[1.075] data-[hover=true]:scale-y-[1.015]', ], }, }, }); const BannerItemCompact = forwardRef( (props, forwardedRef) => { const { backdropPath, title, active } = props; const { hoverProps, isHovered } = useHover({}); const isHydrated = useHydrated(); const { isPlayTrailer } = useSoraSettings(); const titleItem = typeof title === 'string' ? title : title?.userPreferred || title?.english || title?.romaji || title?.native; return ( {isHydrated ? ( {titleItem} {isHovered || active ? ( {titleItem?.length && titleItem.length > 40 ? `${titleItem?.slice(0, 40)}...` : titleItem} ) : null} ) : ( )} {active && !isPlayTrailer.value ? (
    ) : null} ); }, ); BannerItemCompact.displayName = 'BannerItemCompact'; export default BannerItemCompact; ================================================ FILE: app/components/media/item/BannerItemDesktop.tsx ================================================ /* eslint-disable react-hooks/exhaustive-deps */ import { useEffect, useRef, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Card, CardBody, CardHeader } from '@nextui-org/card'; import { Chip } from '@nextui-org/chip'; import { useIntersectionObserver, useMeasure, useMediaQuery } from '@react-hookz/web'; import { useFetcher, useNavigate } from '@remix-run/react'; import { AnimatePresence, motion, useMotionTemplate, useMotionValue } from 'framer-motion'; import { useTranslation } from 'react-i18next'; import YouTube from 'react-youtube'; import { MimeType, Image as RemixImage } from 'remix-image'; import { useSwiper } from 'swiper/react'; import type { Title } from '~/types/media'; import type { ITrailer } from '~/services/consumet/anilist/anilist.types'; import type { IDetailImages, IImage, IVideos } from '~/services/tmdb/tmdb.types'; import TMDB from '~/utils/media'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import useCardHoverStore from '~/store/card/useCardHoverStore'; import { useLayout } from '~/store/layout/useLayout'; import AspectRatio from '~/components/elements/AspectRatio'; import type { Trailer } from '~/components/elements/dialog/WatchTrailerDialog'; import Image from '~/components/elements/Image'; import Rating from '~/components/elements/shared/Rating'; import VolumeOff from '~/assets/icons/VolumeOffIcon'; import VolumeUp from '~/assets/icons/VolumeUpIcon'; const variants = { inView: { opacity: 1, x: 0 }, outView: { opacity: 0, x: 40 }, showTrailer: { opacity: 1, scale: 0.75 }, }; interface IBannerItemDesktopProps { active?: boolean; backdropPath: string; genreIds: number[]; genresAnime: string[]; genresMovie?: { [id: string]: string }; genresTv?: { [id: string]: string }; id: number; mediaType: 'movie' | 'tv' | 'anime' | 'people'; overview: string; posterPath: string; title: string | Title; trailer?: ITrailer; voteAverage: number; } const BannerItemDesktop = (props: IBannerItemDesktopProps) => { const { active, backdropPath, genreIds, genresAnime, genresMovie, genresTv, id, mediaType, overview, posterPath, title, trailer, voteAverage, } = props; const { t } = useTranslation(); const fetcher = useFetcher(); const navigate = useNavigate(); const [logo, setLogo] = useState(); const [player, setPlayer] = useState>(); const [isPlayed, setIsPlayed] = useState(false); const [showTrailer, setShowTrailer] = useState(false); const [trailerBanner, setTrailerBanner] = useState({}); const swiper = useSwiper(); const cardRef = useRef(null); const { viewportRef } = useLayout((state) => state); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const isMd = useMediaQuery('(max-width: 960px)', { initializeWithValue: false }); const isLg = useMediaQuery('(max-width: 1280px)', { initializeWithValue: false }); const bannerIntersection = useIntersectionObserver(cardRef, { root: viewportRef }); const [size, bannerRef] = useMeasure(); const isCardPlaying = useCardHoverStore((state) => state.isCardPlaying); const { isMutedTrailer, isPlayTrailer, isFetchLogo, isShowSpotlight } = useSoraSettings(); const mouseX = useMotionValue(0); const mouseY = useMotionValue(0); const mouseRadius = useMotionValue(0); const titleItem = typeof title === 'string' ? title : title?.userPreferred || title?.english || title?.romaji || title?.native; const mute = () => { if (!player) return; player.mute(); isMutedTrailer.set(true); }; const unMute = () => { if (!player) return; player.unMute(); isMutedTrailer.set(false); }; const play = () => { if (!player) return; player.playVideo(); setIsPlayed(true); }; const pause = () => { if (!player) return; player.pauseVideo(); setIsPlayed(false); }; useEffect(() => { if (!isPlayTrailer.value === true) { setShowTrailer(false); } if (isPlayTrailer.value && swiper.autoplay.running) { swiper.autoplay.stop(); } }, [isPlayTrailer.value]); useEffect(() => { if (!player || !isPlayTrailer.value) return; if ( bannerIntersection?.isIntersecting && active && !isPlayed && !isCardPlaying && !document.hidden ) { play(); } else if (!bannerIntersection?.isIntersecting && active && isPlayed) { pause(); } else if (active && isCardPlaying && isPlayed) { pause(); } }, [ bannerIntersection?.isIntersecting, isPlayed, player, active, isCardPlaying, isPlayTrailer.value, ]); useEffect(() => { const handleVisibility = () => { if (!document.hidden && bannerIntersection?.isIntersecting && active && !isPlayed) { play(); } else if (document.hidden && isPlayed && active) { pause(); } }; document.addEventListener('visibilitychange', handleVisibility); return () => { document.removeEventListener('visibilitychange', handleVisibility); }; }, [active, isPlayed]); useEffect(() => { // fetch logo and youtube trailer key from tmdb if (active === true && mediaType !== 'anime') { fetcher.load( `/api/media?id=${id}&type=${mediaType}${isPlayTrailer.value ? '&video=true' : ''}${ isFetchLogo.value ? '&image=true' : '' }`, ); if (!isPlayTrailer.value) { setTrailerBanner({}); } } }, [active, isPlayTrailer.value, isFetchLogo.value]); useEffect(() => { if ( active === true && fetcher.data && (fetcher.data as { videos: IVideos }).videos && bannerIntersection?.isIntersecting && mediaType !== 'anime' ) { const { results } = (fetcher.data as { videos: IVideos }).videos; const officialTrailer = results.find((result: Trailer) => result.type === 'Trailer') || {}; setTrailerBanner(officialTrailer); } if ( active === true && fetcher.data && (fetcher.data as { images: IDetailImages }).images && bannerIntersection?.isIntersecting && mediaType !== 'anime' ) { const { logos } = (fetcher.data as { images: IDetailImages }).images; if (logos && logos.length > 0) setLogo(logos[0]); } }, [fetcher.data]); const handleMouseMove = (e: React.MouseEvent) => { const { currentTarget, clientX, clientY } = e; const { top, left } = currentTarget.getBoundingClientRect(); mouseX.set(clientX - left); mouseY.set(clientY - top); mouseRadius.set(size?.width ? (size?.width * 2) / 3 : 1000); }; return (
    {logo ? ( {titleItem} 85 ? 85 * Number(logo.aspect_ratio) : 185, '--movie-logo-width-sm': logo?.aspect_ratio && 300 / logo.aspect_ratio > 100 ? 100 * Number(logo.aspect_ratio) : 300, }} placeholder="empty" options={{ contentType: MimeType.WEBP }} /> ) : ( {titleItem} )} {!showTrailer ? (
    {mediaType === 'anime' ? genresAnime?.slice(0, 3).map((genre) => ( {genre} )) : genreIds?.slice(0, 3).map((genreId) => { if (mediaType === 'movie') { return ( {genresMovie?.[genreId]} ); } return ( {genresTv?.[genreId]} ); })}
    ) : null} {!isMd && !showTrailer ? ( ) : null}
    {!isLg ? ( {titleItem} ) : null}
    {!showTrailer && size ? ( ) : null} {trailerBanner?.key && !isSm && isPlayTrailer.value && active ? ( { if (active && bannerIntersection?.isIntersecting) target.playVideo(); setPlayer(target); if (!isMutedTrailer.value) target.unMute(); }} onPlay={() => { setIsPlayed(true); if (active && bannerIntersection?.isIntersecting) setShowTrailer(true); }} onPause={() => { setShowTrailer(false); }} onEnd={() => { setShowTrailer(false); swiper.slideNext(); }} onError={() => { setShowTrailer(false); }} style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', }} className={ showTrailer ? 'relative !-top-[100%] !h-[300%] !w-full overflow-hidden opacity-80' : 'hidden' } /> ) : null} {trailer?.id && trailer?.site === 'youtube' && isPlayTrailer.value && !isSm && active ? ( { if (active && bannerIntersection?.isIntersecting) target.playVideo(); setPlayer(target); if (!isMutedTrailer.value) target.unMute(); }} onPlay={() => { setIsPlayed(true); setShowTrailer(true); }} onPause={() => { setShowTrailer(false); }} onEnd={() => { setShowTrailer(false); }} onError={() => { setShowTrailer(false); }} style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', }} className={ showTrailer ? 'relative !-top-[100%] !h-[300%] !w-full overflow-hidden opacity-80' : 'hidden' } /> ) : null} {!isSm && showTrailer && ( )}
    ); }; export default BannerItemDesktop; ================================================ FILE: app/components/media/item/BannerItemMobile.tsx ================================================ import { useRef } from 'react'; import { Card, CardBody, CardFooter } from '@nextui-org/card'; import { Chip } from '@nextui-org/chip'; import { useIntersectionObserver, useMeasure } from '@react-hookz/web'; import { Link } from '@remix-run/react'; import { AnimatePresence, motion } from 'framer-motion'; import Balancer from 'react-wrap-balancer'; import Image, { MimeType } from 'remix-image'; import type { Title } from '~/types/media'; import { useLayout } from '~/store/layout/useLayout'; import AspectRatio from '~/components/elements/AspectRatio'; import Star from '~/assets/icons/StarIcon'; interface IBannerItemMobileProps { active?: boolean; posterPath: string; genreIds: number[]; genresMovie?: { [id: string]: string }; genresTv?: { [id: string]: string }; id: number | string; mediaType: 'movie' | 'tv' | 'anime' | 'people'; title: string | Title; voteAverage: number; genresAnime: string[]; } const BannerItemMobile = (props: IBannerItemMobileProps) => { const { active, posterPath, genreIds, genresMovie, genresTv, id, mediaType, title, voteAverage, genresAnime, } = props; const { viewportRef } = useLayout((state) => state); const cardRef = useRef(null); const cardIntersection = useIntersectionObserver(cardRef, { root: viewportRef }); const [size, bannerRef] = useMeasure(); const titleItem = typeof title === 'string' ? title : title?.userPreferred || title?.english || title?.romaji || title?.native; return ( {size ? ( {titleItem} ) : null}

    {titleItem}

    {mediaType === 'anime' ? voteAverage : Number(voteAverage.toFixed(1))} {mediaType === 'anime' ? ( {genresAnime[0]} ) : mediaType === 'movie' ? ( {genresMovie?.[genreIds[0]]} ) : ( {genresTv?.[genreIds[0]]} )}
    ); }; export default BannerItemMobile; ================================================ FILE: app/components/media/item/CardItem.tsx ================================================ import { useMemo, useRef, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Card, CardBody, CardFooter } from '@nextui-org/card'; // import { Tooltip } from '@nextui-org/react'; import { useIntersectionObserver, useMeasure } from '@react-hookz/web'; import { Link, useNavigate } from '@remix-run/react'; // import { motion } from 'framer-motion'; import { isMobile } from 'react-device-detect'; import Balancer from 'react-wrap-balancer'; import { MimeType } from 'remix-image'; import { tv } from 'tailwind-variants'; import type { IMedia, Title } from '~/types/media'; import type { ITrailer } from '~/services/consumet/anilist/anilist.types'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; // import useCardHoverStore from '~/store/card/useCardHoverStore'; import { useLayout } from '~/store/layout/useLayout'; // import type { Trailer } from '~/components/elements/dialog/WatchTrailerDialog'; import Image from '~/components/elements/Image'; import { ScrollArea, ScrollBar, ScrollCorner, ScrollViewport, } from '~/components/elements/ScrollArea'; import Rating from '~/components/elements/shared/Rating'; import PhotoIcon from '~/assets/icons/PhotoIcon'; interface ICardItemProps { backdropPath: string; character: string; color?: string; episodeNumber?: number; episodeTitle?: string; genreIds: number[]; genresAnime: string[]; genresMovie?: { [id: string]: string }; genresTv?: { [id: string]: string }; id: number; isCoverCard?: boolean; isCreditsCard?: boolean; isEpisodeCard?: boolean; isSliderCard?: boolean; job: string; knownFor?: IMedia[]; linkTo?: string; mediaType: 'movie' | 'tv' | 'anime' | 'people'; overview: string; posterPath: string; releaseDate: string | number; title: string | Title; trailer?: ITrailer; voteAverage: number; } const cardItemStyles = tv({ slots: { base: '!w-[164px] data-[hover=true]:ring-2 data-[hover=true]:ring-focus', body: 'aspect-[2/3]', imageContainer: '', image: 'aspect-[2/3]', content: '', footer: '', }, variants: { listViewType: { card: { base: '!w-[164px] sm:!w-[180px] md:!w-[200px] lg:!w-[244px] xl:!w-[264px]', body: 'aspect-[2/3] w-full overflow-hidden p-0', imageContainer: 'h-full w-full focus:outline-none', image: 'z-0 aspect-[2/3] !min-h-[auto] !min-w-[auto] !transition-[transform,_opacity]', footer: 'flex min-h-[4.875rem] max-w-[164px] flex-col items-start justify-start focus:outline-none focus:ring-2 focus:ring-inset focus:ring-focus sm:max-w-[210px] md:max-w-[200px] lg:max-w-[244px] xl:max-w-[264px]', }, detail: { base: '!w-full sm:!w-[480px]', body: 'flex !h-[174px] w-full !flex-row !overflow-hidden p-0 sm:aspect-[5/3] sm:!h-[auto]', imageContainer: 'w-[116px] focus:outline-none sm:w-2/5', image: 'z-0 !h-[174px] !min-h-[auto] !min-w-[116px] sm:aspect-[2/3] sm:!h-[auto]', content: 'flex grow flex-col gap-y-4 p-3 sm:w-3/5', footer: 'absolute bottom-0 flex !w-[116px] justify-center border-t border-divider bg-background/[0.6] backdrop-blur-md focus:outline-none focus:ring-2 focus:ring-inset focus:ring-focus sm:!w-2/5', }, table: { base: '!w-full', body: 'flex !h-[174px] w-full !flex-row !overflow-hidden p-0', imageContainer: 'w-[116px] focus:outline-none', image: 'z-0 !h-[174px] !min-h-[auto] !min-w-[116px]', content: 'flex grow flex-col gap-y-4 p-3', footer: '', }, coverCard: { base: '!w-[280px] sm:!w-[480px]', body: 'aspect-[16/9] w-full overflow-hidden p-0', image: 'z-0 aspect-[16/9] !min-h-[auto] !min-w-[auto] overflow-hidden !transition-[transform,_opacity]', footer: 'absolute bottom-0 flex justify-center border-t border-divider bg-background/[0.6] backdrop-blur-md', }, people: { base: '!w-[164px]', body: 'aspect-[2/3] w-full overflow-hidden p-0', imageContainer: 'h-full w-full focus:outline-none', image: 'z-0 aspect-[2/3] !min-h-[auto] !min-w-[auto] overflow-hidden !transition-[transform,_opacity]', footer: 'flex min-h-[5.25rem] max-w-[164px] flex-col items-start justify-start focus:outline-none focus:ring-2 focus:ring-inset focus:ring-focus', }, }, }, compoundVariants: [], compoundSlots: [], }); const CardItem = (props: ICardItemProps) => { const { backdropPath, character, color, episodeNumber, episodeTitle, genreIds, genresAnime, genresMovie, genresTv, // id, isCoverCard, isCreditsCard, isEpisodeCard, isSliderCard, job, knownFor, linkTo, mediaType, overview, posterPath, releaseDate, title, // trailer, voteAverage, } = props; // const fetcher = useFetcher(); const navigate = useNavigate(); // const [_trailerCard, setTrailerCard] = useState({}); const [isTooltipVisible] = useState(false); const { listViewType } = useSoraSettings(); const [size, imageRef] = useMeasure(); const { viewportRef } = useLayout((scrollState) => scrollState); // useEffect(() => { // if (fetcher.data && fetcher.data.videos) { // const { results } = fetcher.data.videos; // const officialTrailer = results.find((result: Trailer) => result.type === 'Trailer'); // setTrailerCard(officialTrailer); // } // }, [fetcher.data]); const cardRef = useRef(null); const cardIntersection = useIntersectionObserver(cardRef, { root: viewportRef, rootMargin: '1500px 650px 1500px 650px', }); const inView = useMemo(() => { if (isSliderCard) { return true; } return cardIntersection?.isIntersecting; }, [cardIntersection, isSliderCard]); const titleItem = typeof title === 'string' ? title : title?.userPreferred || title?.english || title?.romaji || title?.native; const { base, body, imageContainer, image, content, footer } = cardItemStyles({ listViewType: isCoverCard ? 'coverCard' : mediaType === 'people' ? 'people' : isSliderCard || isEpisodeCard ? 'card' : isCreditsCard ? 'table' : listViewType?.value === 'card' ? 'card' : listViewType?.value === 'detail' ? 'detail' : listViewType?.value === 'table' ? 'table' : 'card', }); if (isCoverCard) { return ( { if (e.pointerType === 'keyboard') { navigate(linkTo || '/'); } }} > {size ? ( {titleItem} ) : null}
    {titleItem}
    ); } return ( { if (e.pointerType === 'keyboard') { navigate(linkTo || '/'); } }} > {size && !isTooltipVisible && inView ? ( posterPath ? ( {titleItem} ) : (
    ) ) : null} {listViewType.value === 'detail' && !isCreditsCard && !isSliderCard && !isEpisodeCard && mediaType !== 'people' && inView ? (
    {`${mediaType.charAt(0).toUpperCase()}${mediaType.slice(1)} • ${releaseDate}`}

    {mediaType === 'anime' ? genresAnime?.slice(0, 2).map((genre) => ( )) : genreIds?.slice(0, 2).map((genreId) => { if (mediaType === 'movie') { return ( ); } return ( ); })}
    ) : (listViewType.value === 'table' || isCreditsCard) && !isSliderCard && !isEpisodeCard && mediaType !== 'people' && inView ? (
    {titleItem}
    {mediaType === 'anime' ? genresAnime?.slice(0, 2).map((genre, index) => ( )) : genreIds?.slice(0, 2).map((genreId, index) => { if (mediaType === 'movie') { return ( ); } return ( ); })}
    {`${mediaType.charAt(0).toUpperCase()}${mediaType.slice(1)} • ${releaseDate}`}

    ) : null}
    {(listViewType.value === 'card' || mediaType === 'people' || isSliderCard || isEpisodeCard) && !isCreditsCard && inView ? (
    {titleItem}
    {isEpisodeCard ? (

    EP {episodeNumber} - {episodeTitle}

    ) : null} {mediaType === 'people' ? ( <> {knownFor ? (

    {knownFor?.map((movie, index) => ( <> {movie?.title || movie?.originalTitle || movie?.name || movie?.originalName} {knownFor?.length && (index < knownFor?.length - 1 ? ', ' : '')} ))}

    ) : null} {character ? (

    {character}

    ) : null} {job ? (

    {job}

    ) : null} ) : null}
    ) : listViewType.value === 'detail' && !isSliderCard && !isEpisodeCard && !isCreditsCard && inView ? (
    {titleItem}
    ) : null}
    ); }; export default CardItem; ================================================ FILE: app/components/media/item/HistoryItem.tsx ================================================ import { Card, CardBody } from '@nextui-org/card'; import { Progress } from '@nextui-org/progress'; import { Link } from '@remix-run/react'; import { MimeType } from 'remix-image'; import type { IHistory } from '~/services/supabase'; import Image from '~/components/elements/Image'; import notFound from '~/assets/images/404.gif'; interface IHistoryItem { item: IHistory; } const HistoryItem = ({ item }: IHistoryItem) => { const watched = Math.round((item?.watched / item?.duration) * 100); const url = new URL(`http://abc${item?.route}`); if (item?.watched !== 0) { url.searchParams.set('t', item.watched.toString()); } return ( {item?.title}

    {item?.title}

    {item?.season ?

    SS {item.season} - 

    : null} {item?.episode ?

    EP {item.episode.split('-').at(-1)}

    : null}

    {new Date(item?.updated_at.toString()).toLocaleString()}

    {watched > 5 ? ( ) : null}
    ); }; export default HistoryItem; ================================================ FILE: app/components/media/item/index.tsx ================================================ import type { IMedia, Title } from '~/types/media'; import type { ITrailer } from '~/services/consumet/anilist/anilist.types'; import BannerItem from './BannerItem'; import CardItem from './CardItem'; interface IMediaItem { active?: boolean; // help for detecting active banner, require when type is banner backdropPath?: string; // value is backdrop path of media character?: string; // value is character name, can exist when media type is people color?: string; // value is color of banner image, can exist when media type is anime episodeNumber?: number; // value is episode number, require when type is episode episodeTitle?: string; // value is episode title, require when type is episode genreIds?: number[]; // value is genres of a movie or tv-series, require when type is movie or tv genresAnime?: string[]; // value is genres of an anime, require when type is anime genresMovie?: { [id: string]: string }; // value is all genres of movies, require when type is movie genresTv?: { [id: string]: string }; // value is all genres of tv-series, require when type is tv id?: number | string; // value is id of media isCoverCard?: boolean; // value is true if the cover card is active isCreditsCard?: boolean; // value is true if the card is in people's credits isSliderCard?: boolean; // value is true if the card is in slider job?: string; // value is job of a person, can exist when media type is people knownFor?: IMedia[]; // value is known for of a person, can exist when media type is people linkTo?: string; // value is link to media detail page mediaType?: 'movie' | 'tv' | 'anime' | 'people'; // value is type of media overview?: string; // value is overview of media posterPath?: string; // value is poster path of media releaseDate?: string | number; // value is release date of media title?: string | Title; // value is title of media trailer?: ITrailer; // value is trailer of media type: 'banner' | 'card' | 'episode'; // value is type of media item voteAverage?: number; // value is vote average of media } const MediaItem = (props: IMediaItem) => { const { active, backdropPath, character, color, episodeNumber, episodeTitle, genreIds, genresAnime, genresMovie, genresTv, id, isCoverCard, isCreditsCard, isSliderCard, job, knownFor, linkTo, mediaType, overview, posterPath, releaseDate, title, trailer, type, voteAverage, } = props; if (type === 'banner') { return ( ); } return ( ); }; export default MediaItem; export { default as BannerItem } from './BannerItem'; export { default as CartItem } from './CardItem'; ================================================ FILE: app/components/media/list/MediaListBanner.tsx ================================================ import { forwardRef, useEffect, useRef, useState } from 'react'; import { Button } from '@nextui-org/button'; import { useMediaQuery } from '@react-hookz/web'; import type Swiper from 'swiper'; import { Autoplay, Pagination, Thumbs } from 'swiper/modules'; import { Swiper as SwiperReact, SwiperSlide, useSwiper } from 'swiper/react'; import type { IMedia } from '~/types/media'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import ChevronLeftIcon from '~/assets/icons/ChevronLeftIcon'; import ChevronRightIcon from '~/assets/icons/ChevronRightIcon'; import PlayIcon from '~/assets/icons/PlayIcon'; import StopIcon from '~/assets/icons/StopIcon'; import MediaItem from '../item'; import BannerItemCompact from '../item/BannerItemCompact'; const CustomNavigation = forwardRef( (props, forwardedRef) => { const { slot } = props; const swiper = useSwiper(); const [slideProgress, setSlideProgress] = useState(0); const { isPlayTrailer } = useSoraSettings(); swiper.on('slideChange', (e) => { setSlideProgress(e.progress); }); return (
    ); }, ); CustomNavigation.displayName = 'CustomNavigation'; const CustomNavigationThumbs = ({ slot }: { slot: 'container-end' }) => { const swiper = useSwiper(); return (
    ); }; interface IMediaListBannerProps { genresMovie?: { [id: string]: string }; genresTv?: { [id: string]: string }; items?: IMedia[]; } const MediaListBanner = (props: IMediaListBannerProps) => { const { genresMovie, genresTv, items } = props; const isXl = useMediaQuery('(max-width: 1400px)'); const [thumbsSwiper, setThumbsSwiper] = useState(null); const [activeIndex, setActiveIndex] = useState(0); const progressRef = useRef(null); const autoplayProgressRef = useRef(null); const { isPlayTrailer } = useSoraSettings(); useEffect(() => { if ( autoplayProgressRef.current && autoplayProgressRef.current.firstChild && autoplayProgressRef.current.lastChild ) { // @ts-ignore autoplayProgressRef.current.firstChild.style.setProperty('--progress', 1); autoplayProgressRef.current.lastChild.textContent = ''; } if (progressRef.current) progressRef.current.style.setProperty('width', '0%'); }, [isPlayTrailer.value, isXl]); return (
    {items && items?.length > 0 && ( <> { if ( autoplayProgressRef.current && autoplayProgressRef.current.firstChild && autoplayProgressRef.current.lastChild ) { // @ts-ignore autoplayProgressRef.current.firstChild.style.setProperty( '--progress', 1 - percentage, ); autoplayProgressRef.current.lastChild.textContent = `${Math.ceil(timeLeft / 1000)}`; } if (progressRef.current) { progressRef.current.style.setProperty( 'width', `${(Math.abs(percentage) % 1) * 100}%`, ); } }} onActiveIndexChange={(swiper) => { setActiveIndex(swiper.realIndex); }} > {items.map((item, index) => ( {({ isActive }) => ( )} ))} {items.map((item, index) => ( ))} )}
    ); }; export default MediaListBanner; ================================================ FILE: app/components/media/list/MediaListCard.tsx ================================================ import { isMobile } from 'react-device-detect'; import { FreeMode, Navigation } from 'swiper/modules'; import { Swiper, SwiperSlide } from 'swiper/react'; import { tv } from 'tailwind-variants'; import type { IMedia } from '~/types/media'; import MediaItem from '../item'; interface IMediaListCardProps { coverItem?: { id: number; name: string; backdropPath: string }[]; genresMovie?: { [id: string]: string }; genresTv?: { [id: string]: string }; isCoverCard?: boolean; items?: IMedia[]; itemsType?: 'movie' | 'tv' | 'anime' | 'people' | 'episode' | 'movie-tv'; navigation?: { nextEl?: string | HTMLElement | null; prevEl?: string | HTMLElement | null }; provider?: string; setSlideProgress?: React.Dispatch>; } const swiperSlideStyles = tv({ variants: { cardType: { coverCard: '!w-[290px] sm:!w-[490px]', card: '!w-[168px] sm:!w-[190px] md:!w-[210px] lg:!w-[250px] xl:!w-[270px]', peopleCard: '!w-[168px]', }, }, }); const swiperStyles = tv({ base: 'w-full [&_.swiper-wrapper]:m-[0_0_1.5rem_1px]', }); const MediaListCard = (props: IMediaListCardProps) => { const { coverItem, genresMovie, genresTv, isCoverCard, items, itemsType, navigation, provider, setSlideProgress, } = props; if (isCoverCard) { return (
    {coverItem && coverItem?.length > 0 && ( { if (setSlideProgress) { setSlideProgress(swiper.progress); } }} > {coverItem && coverItem.map((item, index) => { const href = `/lists/${item.id}`; return ( ); })} )}
    ); } return (
    {items && items?.length > 0 ? ( { if (setSlideProgress) { setSlideProgress(swiper.progress); } }} > {items && items.map((item, index) => { const href = itemsType && itemsType === 'episode' ? `/anime/${item.id}/episode/${item.episodeNumber}/watch?provider=${provider}` : itemsType === 'anime' ? `/anime/${item.id}/` : itemsType === 'people' ? `/people/${item.id}/` : itemsType === 'movie' ? `/movies/${item.id}/` : itemsType === 'tv' ? `/tv-shows/${item.id}/` : itemsType === 'movie-tv' && item?.mediaType === 'movie' ? `/movies/${item.id}/` : itemsType === 'movie-tv' && item?.mediaType === 'tv' ? `/tv-shows/${item.id}/` : '/'; return ( ); })} ) : null}
    ); }; export default MediaListCard; ================================================ FILE: app/components/media/list/MediaListGrid.tsx ================================================ import { useEffect, useMemo, useRef, useState } from 'react'; import { Button } from '@nextui-org/button'; import { Pagination } from '@nextui-org/pagination'; import { Spacer } from '@nextui-org/spacer'; import { useIntersectionObserver, useMediaQuery } from '@react-hookz/web'; import { useFetcher, useLocation, useSearchParams } from '@remix-run/react'; import { motion } from 'framer-motion'; import NProgress from 'nprogress'; import { useTranslation } from 'react-i18next'; import { tv } from 'tailwind-variants'; import type { IMedia } from '~/types/media'; import type { IAnimeList } from '~/services/consumet/anilist/anilist.types'; import { useGlobalLoadingState } from '~/utils/react/hooks/useGlobalNavigationState'; import { useSoraSettings } from '~/utils/react/hooks/useLocalStorage'; import { useLayout } from '~/store/layout/useLayout'; import Arrow from '~/assets/icons/ArrowIcon'; import MediaItem from '../item'; interface IMediaListCardProps { coverItem?: { id: number; name: string; backdropPath: string }[]; currentPage?: number; genresMovie?: { [id: string]: string }; genresTv?: { [id: string]: string }; hasNextPage?: boolean; isCoverCard?: boolean; isCreditsCard?: boolean; items?: IMedia[]; itemsType?: 'movie' | 'tv' | 'anime' | 'people' | 'episode' | 'movie-tv'; listType?: 'table' | 'slider-card' | 'slider-banner' | 'grid'; provider?: string; scrollToTopListAfterChangePage?: boolean; totalPages?: number; } type AnimeListItems = Omit & { results: IMedia[] }; const mediaListGridStyles = tv({ base: 'grid w-full max-w-screen-4xl items-stretch justify-items-center gap-5', variants: { listViewType: { table: 'grid-cols-1', card: 'grid-cols-1 2xs:grid-cols-2 md:grid-cols-3 2xl:grid-cols-4 3xl:grid-cols-5 4xl:grid-cols-6', detail: 'grid-cols-1 xl:grid-cols-2 4xl:grid-cols-3', coverCard: 'grid-cols-1 xl:grid-cols-2 4xl:grid-cols-3', }, }, defaultVariants: { listViewType: 'card', }, }); const MediaListGrid = (props: IMediaListCardProps) => { const { coverItem, currentPage, genresMovie, genresTv, hasNextPage, isCoverCard, isCreditsCard, items, itemsType, listType, provider, scrollToTopListAfterChangePage = false, totalPages, } = props; const { t } = useTranslation(); const fetcher = useFetcher(); const location = useLocation(); const globalState = useGlobalLoadingState(); const [searchParams, setSearchParams] = useSearchParams({}); const { viewportRef } = useLayout((state) => state); const [listItems, setListItems] = useState(items || []); const [shouldFetch, setShouldFetch] = useState(false); const [showLoadMore, setShowLoadMore] = useState(true); const [page, setPage] = useState(2); const topRef = useRef(null); const bottomRef = useRef(null); const { listLoadingType, listViewType, isShowTopPagination } = useSoraSettings(); const is2Xs = useMediaQuery('(max-width: 320px)', { initializeWithValue: false }); const isSm = useMediaQuery('(max-width: 650px)', { initializeWithValue: false }); const currentSearchParams = useMemo<{ [key: string]: string }>(() => { const params: { [key: string]: string } = {}; searchParams.forEach((value, key) => { params[key] = value; }); return params; }, [searchParams]); const bottomIntersection = useIntersectionObserver(bottomRef, { root: viewportRef, rootMargin: '0px 0px 300px 0px', threshold: [0], }); useEffect(() => { setListItems(items || []); setPage(2); setShouldFetch(false); setShowLoadMore(true); }, [items]); useEffect(() => { if (!bottomIntersection || !shouldFetch) return; if (bottomIntersection.isIntersecting) { fetcher.load( `${location.pathname}${location.search || ''}${ location.search?.includes('?') ? '&' : '?' }page=${page}${provider ? `&provider=${provider}` : ''}`, ); setShouldFetch(false); } // eslint-disable-next-line react-hooks/exhaustive-deps }, [bottomIntersection]); // Merge items, increment page, and allow fetching again useEffect(() => { // Discontinue API calls if the last page has been reached if (fetcher.data && (fetcher.data as { length: number }).length === 0) { setShouldFetch(false); return; } // Items contain data, merge them and allow the possibility of another fetch if (fetcher.data) { if ((fetcher.data as { items: AnimeListItems }).items) { setListItems((prevItems) => [ ...prevItems, ...(fetcher.data as unknown as { items: AnimeListItems }).items.results, ]); if ((fetcher.data as { items: IAnimeList }).items.hasNextPage === true) { setPage(page + 1); setShouldFetch(true); } else { setShouldFetch(false); } } else if ((fetcher.data as { searchResults: AnimeListItems }).searchResults) { setListItems((prevItems) => [ ...prevItems, ...(fetcher.data as unknown as { searchResults: AnimeListItems }).searchResults.results, ]); if ( (fetcher.data as { searchResults: AnimeListItems }).searchResults.hasNextPage === true ) { setPage(page + 1); setShouldFetch(true); } else { setShouldFetch(false); } } else if (Object.keys(fetcher.data).length) { const newItems = Object.values(fetcher.data)[0] as { items: IMedia[]; totalPages: number; page: number; }; if (newItems.items) { setListItems((prevItems) => [...prevItems, ...newItems.items]); if (newItems.page < newItems.totalPages) { setPage(page + 1); setShouldFetch(true); } else { setShouldFetch(false); } } } } // eslint-disable-next-line react-hooks/exhaustive-deps }, [fetcher.data]); useEffect(() => { if (globalState === 'loading') { NProgress.configure({ showSpinner: false }).start(); } if (globalState === 'idle') { NProgress.configure({ showSpinner: false }).done(); } }, [globalState]); const handlePageChange = ({ direction, page, }: { direction?: 'next' | 'prev'; page?: number; }) => { if (direction) { if (direction === 'prev' && currentPage && currentPage > 1) { setSearchParams({ ...currentSearchParams, page: (currentPage - 1).toString() }); } else if (direction === 'next' && currentPage && hasNextPage) { setSearchParams({ ...currentSearchParams, page: (currentPage + 1).toString() }); } } if (page) { setSearchParams({ ...currentSearchParams, page: page.toString(), }); } if (scrollToTopListAfterChangePage) { topRef.current?.scrollIntoView({ behavior: 'instant', block: 'center', inline: 'nearest' }); } }; const pagination = listType === 'grid' && listLoadingType.value === 'pagination' ? ( itemsType === 'anime' || itemsType === 'episode' ? ( <>
    ) : totalPages && totalPages > 1 ? ( <> handlePageChange({ page })} {...(isSm && !is2Xs ? { size: 'md' } : isSm && is2Xs ? { size: 'sm' } : {})} /> ) : null ) : null; if (isCoverCard) { return (
    {coverItem && coverItem?.length > 0 && coverItem.map((item, index) => { const href = `/lists/${item.id}`; return ( ); })}
    ); } return ( <>
    {isShowTopPagination.value ? pagination : null} {listItems && listItems?.length > 0 ? (
    {listItems.map((item, index) => { const href = itemsType && itemsType === 'episode' ? `/anime/${item.id}/episode/${item.episodeNumber}/watch?provider=${provider}` : itemsType === 'anime' ? `/anime/${item.id}/` : itemsType === 'people' ? `/people/${item.id}/` : itemsType === 'movie' ? `/movies/${item.id}/` : itemsType === 'tv' ? `/tv-shows/${item.id}/` : itemsType === 'movie-tv' && item?.mediaType === 'movie' ? `/movies/${item.id}/` : itemsType === 'movie-tv' && item?.mediaType === 'tv' ? `/tv-shows/${item.id}/` : '/'; return ( ); })}
    ) : (

    {t('no-results')}

    )} {!shouldFetch && (hasNextPage || (currentPage && totalPages && currentPage < totalPages)) && showLoadMore && listLoadingType.value === 'infinite-scroll' ? ( ) : null} {pagination}
    ); }; export default MediaListGrid; ================================================ FILE: app/components/media/list/index.tsx ================================================ export { default as MediaListBanner } from './MediaListBanner'; export { default as MediaListCard } from './MediaListCard'; export { default as MediaListGrid } from './MediaListGrid'; ================================================ FILE: app/components/styles/nprogress.css ================================================ /* Make clicks pass-through */ #nprogress { pointer-events: none; } #nprogress .bar { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 4px; background: #27c4f5 linear-gradient(to right, #27c4f5, #a307ba, #fd8d32, #70c050, #27c4f5); background-size: 500%; animation: 2s linear infinite barprogress, 0.3s fadein; } /* Fancy blur effect */ #nprogress .peg { display: block; position: absolute; right: 0; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1; -webkit-transform: rotate(3deg) translate(0, -4px); -ms-transform: rotate(3deg) translate(0, -4px); transform: rotate(3deg) translate(0, -4px); } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @keyframes barprogress { 0% { background-position: 0% 0; } to { background-position: 125% 0; } } ================================================ FILE: app/components/styles/primitives.ts ================================================ import { tv } from 'tailwind-variants'; export const backgroundStyles = tv({ base: 'absolute top-0 h-full w-full', variants: { tablink: { true: 'z-[1] bg-gradient-to-b from-background/20 to-background', }, content: { true: 'z-[0] bg-gradient-to-b from-transparent to-background/20', }, }, }); ================================================ FILE: app/constants/episodeTypes.ts ================================================ const episodeTypes = [ { activeType: 0, activeTypeName: 'Number', }, { activeType: 1, activeTypeName: 'Image', }, ]; export default episodeTypes; ================================================ FILE: app/constants/featuredList.ts ================================================ const featuredList = [ { id: 146567, name: 'Anime Series', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/1Ep6YHL5QcrNC1JN6RYalWRPopi.jpg', }, { id: 1, name: 'The Marvel Universe', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/kaIfm5ryEOwYg8mLbq8HkPuM1Fo.jpg', }, { id: 146572, name: 'Korean Drama & Movies', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/9iypSe1gvjExzZJL0JNR80x5OTS.jpg', }, { id: 3, name: 'The DC Universe', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/m6MYSifkYciC4hpjG96zBe39cHR.jpg', }, { id: 3945, name: 'Good Science Fiction Flicks', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/mZSAu5acXueGC4Z3S5iLSWx8AEp.jpg', }, { id: 3321, name: 'Anime Movies', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/shqLeIkqPAAXM8iT6wVDiXUYz1p.jpg', }, { id: 43372, name: 'Golden Globe Winners', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/8wYluVq5AVXhnFFMhUYD9D4rTz5.jpg', }, { id: 3700, name: 'Films by Pixar Animation Studios', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/lxD5ak7BOoinRNehOCA85CQ8ubr.jpg', }, { id: 28, name: 'Best Picture Winners - The Academy Awards', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/rgyhSn3mINvkuy9iswZK0VLqQO3.jpg', }, { id: 83082, name: 'Mafia & Gangster', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/rSPw7tgCH9c6NqICZef4kZjFOQ5.jpg', }, { id: 43, name: "AFI's 100 Most Thrilling American Films", backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/xcjJ5khg2yzOa282mza39Lbrm7j.jpg', }, { id: 82976, name: 'Spy Movies', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/eR20N1flPCQyp9HzpxlTcxgDAO7.jpg', }, { id: 83081, name: 'Magical', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/c7U9Fuy74WLp7gFAdpQJHn2T2no.jpg', }, { id: 82963, name: 'Time Travel', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/auZIuHEUec5tBTns3tCRXfayxZq.jpg', }, { id: 70091, name: 'Emmys: Outstanding Comedy Series Winners', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/wImNeqxKsqmJ5OBw8j3I37GNFN3.jpg', }, { id: 68104, name: 'Emmys: Outstanding Drama Series Winners', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/4InrdamBEM31unNiuEHGYTPX1e2.jpg', }, { id: 132862, name: 'Creepy Series', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/ssyZgYScV9eClakZDwu4sPrgMmy.jpg', }, { id: 37375, name: 'Good RomCom Flicks', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/gyWE2qIMux06FTgA06CV97ngbEM.jpg', }, { id: 132861, name: 'Fantasy Series', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/kysKBF2CJG9qfQDSCDaboJrkZy1.jpg', }, { id: 338, name: 'Disney Classic Collection', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/jsgRkhPxYtzAhDFCUyNbvlX63tY.jpg', }, { id: 132860, name: 'Golden Globe Winners 2020', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/2WgieNR1tGHlpJUsolbVzbUbE1O.jpg', }, { id: 1131, name: 'Greatest Twist Ending', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/2nqsOT2AqPkTW81bWaLRtjgjqVM.jpg', }, { id: 10, name: 'Top 50 Grossing Films of All Time (Worldwide)', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/rzdPqYx7Um4FUZeD8wpXqjAUcEm.jpg', }, { id: 132859, name: 'Top 10 Shows 2019 (TMDb)', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/uL6Ad12W09L1sfuOE2pcTeak7bt.jpg', }, { id: 132857, name: 'Top 10 Movies 2019 (TMDb)', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg', }, { id: 43923, name: 'Netflix Top Picks', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/piuRhGiQBYWgW668eSNJ2ug5uAO.jpg', }, { id: 122440, name: 'Emmy Awards 2019', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/900tHlUYUkp7Ol04XFSoAaEIXcT.jpg', }, { id: 118240, name: 'Oscar 2019', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/xcaSYLBhmDzJ6P14bcKe0KTh3QV.jpg', }, { id: 112870, name: 'Cannes 2019', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/cXyfAViYly0Lk2CVpEKgYbt9wKQ.jpg', }, { id: 43921, name: 'Netflix Originals - TV Shows', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/56v2KjBlU4XaOv9rVYEQypROD7P.jpg', }, { id: 43893, name: 'Netflix Originals - Movies', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/6V5L5CN3zRf9KLeEq6B4Hy6xr0A.jpg', }, { id: 82960, name: 'Zombies', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/xVzvD5BPAU4HpleFSo8QOdHkndo.jpg', }, { id: 82949, name: 'Best Samurai Movies', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/xaSQ4Ngs0mhYPS25c2a5MHDf883.jpg', }, { id: 63978, name: 'Oscars 2018', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/rgyhSn3mINvkuy9iswZK0VLqQO3.jpg', }, { id: 118239, name: 'Top 10 Movies 2018 (TMDb)', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg', }, { id: 17445, name: '2017 Oscar Nominations for Best Picture - 89th Academy Awards', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/A9KPbYTQvWsp51Lgz85ukVkFrKf.jpg', }, { id: 44677, name: 'TOP 10 Movies 2017 (TMDb)', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/adFgBkl35kdI0bSrWZO2xury1JB.jpg', }, { id: 44676, name: 'TOP 10 TV Shows 2017 (TMDb)', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/oFvjxSIPYv5YXspDlnWeDJhnPHI.jpg', }, { id: 24335, name: 'Cannes 2017 Complete Lineup', backdropPath: 'https://www.themoviedb.org/t/p/w500_and_h282_multi_faces/velMcFG0eIv0MBARstwM42j8UVj.jpg', }, ]; export default featuredList; ================================================ FILE: app/constants/filterItems.ts ================================================ export const sortMovieTvItems = [ 'popularity.desc', 'popularity.asc', 'primary_release_date.desc', 'primary_release_date.asc', 'title.asc', 'title.desc', 'vote_average.desc', 'vote_average.asc', ]; export const tvStatus: { [id: string]: string } = { 0: 'Returning Series', 1: 'Planned', 2: 'In Production', 3: 'Ended', 4: 'Canceled', 5: 'Pilot', }; // export const tvType: { [id: string]: string } = { // 0: 'Documentary', // 1: 'News', // 2: 'Miniseries', // 3: 'Reality', // 4: 'Scripted', // 5: 'Talk Show', // 6: 'Video', // }; export const animeGenres: string[] = [ 'Action', 'Adventure', 'Cars', 'Comedy', 'Drama', 'Fantasy', 'Horror', 'Mahou Shoujo', 'Mecha', 'Music', 'Mystery', 'Psychological', 'Romance', 'Sci-Fi', 'Slice of Life', 'Sports', 'Supernatural', 'Thriller', ]; export const animeFormat: string[] = ['MOVIE', 'MUSIC', 'ONA', 'OVA', 'SPECIAL', 'TV_SHORT', 'TV']; export const animeSort: string[] = [ 'title_english', 'title_romaji', 'popularity_desc', 'score_desc', 'trending_desc', 'favourites_desc', 'start_date_desc', ]; export const animeSeason = ['FALL', 'SPRING', 'SUMMER', 'WINTER']; export const animeStatus = ['CANCELLED', 'FINISHED', 'HIATUS', 'NOT_YET_RELEASED', 'RELEASING']; ================================================ FILE: app/constants/languages.ts ================================================ const languages: string[] = ['en', 'fr', 'vi']; export default languages; ================================================ FILE: app/constants/settings.ts ================================================ const settingsTab = [ { id: 'general-tab', title: 'general', disabled: false, }, { id: 'appearance-tab', title: 'appearance', disabled: false, }, // { // id: 'account-tab', // title: 'account', // disabled: true, // }, { id: 'player-tab', title: 'player', disabled: false, }, { id: 'about-tab', title: 'about', disabled: false, }, ]; const listThemes = [ 'light', 'dark', 'light-red', 'light-yellow', 'light-green', 'light-cyan', 'light-purple', 'light-pink', 'dark-red', 'dark-yellow', 'dark-green', 'dark-cyan', 'dark-purple', 'dark-pink', 'cupcake', 'bumblebee', 'emerald', 'corporate', 'synthwave', 'retro', 'cyberpunk', 'valentine', 'halloween', 'garden', 'forest', 'aqua', 'lofi', 'pastel', 'fantasy', 'wireframe', 'luxury', 'dracula', 'cmyk', 'autumn', 'business', 'acid', 'lemonade', 'night', 'coffee', 'winter', ]; const listSubtitleFontColor = [ 'White', 'Blue', 'Purple', 'Green', 'Yellow', 'Red', 'Cyan', 'Pink', 'Black', ]; const listSubtitleFontSize = ['50%', '75%', '100%', '125%', '150%', '175%', '200%', '300%']; const listSubtitleBackgroundColor = [ 'White', 'Blue', 'Purple', 'Green', 'Yellow', 'Red', 'Cyan', 'Pink', 'Black', ]; const listSubtitleBackgroundOpacity = ['0%', '25%', '50%', '75%', '100%']; const listSubtitleWindowColor = [ 'White', 'Blue', 'Purple', 'Green', 'Yellow', 'Red', 'Cyan', 'Pink', 'Black', ]; const listSubtitleWindowOpacity = ['0%', '25%', '50%', '75%', '100%']; const listSubtitleTextEffects = ['None', 'Drop Shadow', 'Raised', 'Depressed', 'Outline']; const listSidebarActiveStyleMode = ['rounded-all', 'rounded-one-side', 'pill-all', 'pill-one-side']; const listListViewType = ['card', 'detail', 'table']; const listListLoadingType = ['pagination', 'infinite-scroll']; const listDefaultThemeColors = ['red', 'yellow', 'green', 'cyan', 'purple', 'pink', 'blue']; const listCustomThemeColors = [ 'cupcake', 'bumblebee', 'emerald', 'corporate', 'synthwave', 'retro', 'cyberpunk', 'valentine', 'halloween', 'garden', 'forest', 'aqua', 'lofi', 'pastel', 'fantasy', 'wireframe', 'luxury', 'dracula', 'cmyk', 'autumn', 'business', 'acid', 'lemonade', 'night', 'coffee', 'winter', ]; export { settingsTab, listThemes, listSubtitleFontColor, listSubtitleFontSize, listSubtitleBackgroundColor, listSubtitleBackgroundOpacity, listSubtitleWindowColor, listSubtitleWindowOpacity, listSubtitleTextEffects, listSidebarActiveStyleMode, listListViewType, listListLoadingType, listDefaultThemeColors, listCustomThemeColors, }; ================================================ FILE: app/constants/tabLinks.ts ================================================ export const moviePages = [ { pageName: 'popular-movies', pageLink: '/popular' }, { pageName: 'now-playing-movies', pageLink: '/now-playing' }, { pageName: 'upcoming-movies', pageLink: '/upcoming' }, { pageName: 'top-rated-movies', pageLink: '/top-rated' }, ]; export const tvPages = [ { pageName: 'popular-tv-shows', pageLink: '/popular' }, { pageName: 'airing-today-tv-shows', pageLink: '/airing-today' }, { pageName: 'on-the-air-tv-shows', pageLink: '/on-the-air' }, { pageName: 'top-rated-tv-shows', pageLink: '/top-rated' }, ]; export const animePages = [ { pageName: 'popular-anime', pageLink: '/popular' }, { pageName: 'trending-anime', pageLink: '/trending' }, { pageName: 'recent-episodes', pageLink: '/recent-episodes' }, ]; export const discoverPages = [ { pageName: 'discover-movies', pageLink: '/movies' }, { pageName: 'discover-tv', pageLink: '/tv-shows' }, { pageName: 'discover-anime', pageLink: '/anime' }, ]; export const searchPages = [ { pageName: 'search.title.movie', pageLink: 'movie' }, { pageName: 'search.title.tv', pageLink: 'tv' }, { pageName: 'search.title.anime', pageLink: 'anime' }, { pageName: 'search.title.people', pageLink: 'people' }, ]; export const genrePages = [ { pageName: 'movie-genres', pageLink: '/movie' }, { pageName: 'tv-show-genres', pageLink: '/tv' }, { pageName: 'anime-genres', pageLink: '/anime' }, ]; export const movieTvDetailsPages = [ { pageName: 'overview', pageLink: '/' }, { pageName: 'cast', pageLink: '/cast' }, { pageName: 'crew', pageLink: '/crew' }, { pageName: 'videos', pageLink: '/videos' }, { pageName: 'photos', pageLink: '/photos' }, { pageName: 'recommendations', pageLink: '/recommendations' }, { pageName: 'similar', pageLink: '/similar' }, ]; export const animeDetailsPages = [ { pageName: 'overview', pageLink: '/' }, { pageName: 'episodes', pageLink: '/episodes' }, { pageName: 'character', pageLink: '/characters' }, { pageName: 'staff', pageLink: '/staff' }, ]; export const peopleDetailPages = [ { pageName: 'overview', pageLink: '/' }, { pageName: 'credits', pageLink: '/credits' }, { pageName: 'media', pageLink: '/media' }, ]; export const tvSeasonDetailPages = [ { pageName: 'episodes', pageLink: '/' }, { pageName: 'cast', pageLink: '/cast' }, { pageName: 'crew', pageLink: '/crew' }, { pageName: 'videos', pageLink: '/videos' }, { pageName: 'photos', pageLink: '/photos' }, ]; export const trendingPages = { all: [ { pageName: 'trending.all.day', pageLink: '/today' }, { pageName: 'trending.all.week', pageLink: '/week' }, ], movie: [ { pageName: 'trending.movie.day', pageLink: '/today' }, { pageName: 'trending.movie.week', pageLink: '/week' }, ], tv: [ { pageName: 'trending.tv.day', pageLink: '/today' }, { pageName: 'trending.tv.week', pageLink: '/week' }, ], people: [ { pageName: 'trending.people.day', pageLink: '/today' }, { pageName: 'trending.people.week', pageLink: '/week' }, ], }; export const designSystemPages = [ { pageName: 'Colors', pageLink: '/colors' }, { pageName: 'Typography', pageLink: '/typography' }, { pageName: 'Icons', pageLink: '/icons' }, { pageName: 'Avatar', pageLink: '/avatar' }, { pageName: 'Accordion', pageLink: '/accordion' }, { pageName: 'Badge', pageLink: '/badge' }, { pageName: 'Button', pageLink: '/button' }, { pageName: 'Card', pageLink: '/card' }, { pageName: 'Dialog', pageLink: '/dialog' }, { pageName: 'Divider', pageLink: '/divider' }, { pageName: 'Image', pageLink: '/image' }, { pageName: 'Input', pageLink: '/input' }, { pageName: 'Pagination', pageLink: '/pagination' }, { pageName: 'Popover', pageLink: '/popover' }, { pageName: 'Progress', pageLink: '/progress' }, { pageName: 'Scroll Area', pageLink: '/scroll-area' }, { pageName: 'Select', pageLink: '/select' }, { pageName: 'Skeleton', pageLink: '/skeleton' }, { pageName: 'Slider', pageLink: '/slider' }, { pageName: 'Switch', pageLink: '/switch' }, { pageName: 'Tabs', pageLink: '/tabs' }, { pageName: 'Toast', pageLink: '/toast' }, { pageName: 'Tooltip', pageLink: '/tooltip' }, { pageName: 'Video player', pageLink: '/video-player' }, ]; ================================================ FILE: app/context/isbot.context.tsx ================================================ import { createContext, useContext, type ReactNode } from 'react'; type Props = { isBot: boolean; children: ReactNode }; const IsbotContext = createContext(false); const useIsBot = () => useContext(IsbotContext) ?? false; const IsBotProvider = (props: Props) => { const { isBot, children } = props; return {children}; }; export { useIsBot, IsBotProvider }; ================================================ FILE: app/entry.client.tsx ================================================ import { startTransition } from 'react'; import { loadServiceWorker } from '@remix-pwa/sw'; import { RemixBrowser } from '@remix-run/react'; import i18next from 'i18next'; import LanguageDetector from 'i18next-browser-languagedetector'; import Backend from 'i18next-http-backend'; import { hydrateRoot } from 'react-dom/client'; import { I18nextProvider, initReactI18next } from 'react-i18next'; import { getInitialNamespaces } from 'remix-i18next'; import { i18n } from '~/services/i18n'; i18next .use(initReactI18next) // Tell i18next to use the react-i18next plugin .use(LanguageDetector) // Setup a client-side language detector .use(Backend) // Setup your backend .init({ ...i18n, // spread the configuration // This function detects the namespaces your routes rendered while SSR use ns: getInitialNamespaces(), backend: { loadPath: '/locales/{{lng}}/{{ns}}.json', }, detection: { // Here only enable htmlTag detection, we'll detect the language only // server-side with remix-i18next, by using the `` attribute // we can communicate to the client the language detected server-side order: ['htmlTag'], // Because we only use htmlTag, there's no reason to cache the language // on the browser, so we disable it caches: [], }, }) .then(() => startTransition(() => { // After i18next has been initialized, we can hydrate the app // We need to wait to ensure translations are loaded before the hydration // Here wrap RemixBrowser in I18nextProvider from react-i18next hydrateRoot( document, , ); }), ) .catch((err) => { // eslint-disable-next-line no-console console.error(err); }); loadServiceWorker({ serviceWorkerUrl: `/sw.js${ window.process.env.NODE_ENV === 'production' ? `?version=${window.process.env.VERCEL_GIT_COMMIT_SHA}` : '' }`, }); ================================================ FILE: app/entry.server.tsx ================================================ import { resolve } from 'node:path'; import { RemixServer } from '@remix-run/react'; import { handleRequest as handleVercelRequest, type EntryContext } from '@vercel/remix'; import { createInstance } from 'i18next'; import Backend from 'i18next-fs-backend'; import isbot from 'isbot'; import { I18nextProvider, initReactI18next } from 'react-i18next'; import { IsBotProvider } from '~/context/isbot.context'; import { i18n, i18next } from './services/i18n'; const handleRequest = async ( request: Request, responseStatusCode: number, responseHeaders: Headers, remixContext: EntryContext, ) => { // First, we create a new instance of i18next so every request will have a // completely unique instance and not share any state const instance = createInstance(); // Then we could detect locale from the request const lng = await i18next.getLocale(request); // And here we detect what namespaces the routes about to render want to use const ns = i18next.getRouteNamespaces(remixContext); await instance .use(initReactI18next) // Tell our instance to use react-i18next .use(Backend) // Setup our backend .init({ ...i18n, // spread the configuration lng, // The locale we detected above ns, // The namespaces the routes about to render wants to use backend: { loadPath: resolve('./public/locales/{{lng}}/{{ns}}.json'), }, }); const isbotRender = isbot.spawn(); isbotRender.exclude([ 'Checkly', 'Checkly, https://www.checklyhq.com', 'Checkly/1.0 (https://www.checklyhq.com)', 'googlebot', 'googlebot/2.1 (+http://www.google.com/bot.html)', 'bingbot', 'bingbot/2.0 (+http://www.bing.com/bingbot.htm)', 'discordbot', 'Discordbot/2.0', 'twitterbot', 'Twitterbot/1.0', 'vercel', 'Vercel/1.0 (https://vercel.com/docs/bots)', ]); isbotRender.extend(['chrome-lighthouse']); const remixServer = ( ); return handleVercelRequest(request, responseStatusCode, responseHeaders, remixServer); }; export default handleRequest; ================================================ FILE: app/entry.worker.ts ================================================ /// import { Storage } from '@remix-pwa/cache'; import { cacheFirst, networkFirst } from '@remix-pwa/strategy'; import { // logger, matchRequest, RemixNavigationHandler, type DefaultFetchHandler, } from '@remix-pwa/sw'; declare let self: ServiceWorkerGlobalScope; const PAGES = 'page-cache'; const DATA = 'data-cache'; const ASSETS = 'assets-cache'; // Open the caches and wrap them in `RemixCache` instances. const dataCache = Storage.open(DATA, { ttl: 60 * 60 * 24 * 7 * 1_000, // 7 days }); const documentCache = Storage.open(PAGES); const assetCache = Storage.open(ASSETS); // self.addEventListener('install', (event: ExtendableEvent) => { // logger.log('Service worker installed'); // event.waitUntil(self.skipWaiting()); // }); // self.addEventListener('activate', (event: ExtendableEvent) => { // logger.log('Service worker activated'); // event.waitUntil(self.clients.claim()); // }); const dataHandler = networkFirst({ cache: dataCache, }); const assetsHandler = cacheFirst({ cache: assetCache, cacheQueryOptions: { ignoreSearch: true, ignoreVary: true, }, }); // The default fetch event handler will be invoke if the // route is not matched by any of the worker action/loader. export const defaultFetchHandler: DefaultFetchHandler = ({ context, request }) => { const type = matchRequest(request); if (type === 'asset') { return assetsHandler(context.event.request); } if (type === 'loader') { return dataHandler(context.event.request); } return context.fetchFromServer(); }; const handler = new RemixNavigationHandler({ dataCache, documentCache, }); self.addEventListener('message', (event) => { if (event.data === 'skipWaiting') { self.skipWaiting(); } event.waitUntil(handler.handle(event)); }); ================================================ FILE: app/root.tsx ================================================ /* eslint-disable no-console */ import * as React from 'react'; import FontStyles100 from '@fontsource/sora/100.css'; import FontStyles200 from '@fontsource/sora/200.css'; import FontStyles300 from '@fontsource/sora/300.css'; import FontStyles400 from '@fontsource/sora/400.css'; import FontStyles500 from '@fontsource/sora/500.css'; import FontStyles600 from '@fontsource/sora/600.css'; import FontStyles700 from '@fontsource/sora/700.css'; import FontStyles800 from '@fontsource/sora/800.css'; import { Button } from '@nextui-org/button'; import { Image as NextUIImage } from '@nextui-org/image'; import { NextUIProvider as NextUIv2Provider } from '@nextui-org/system'; import { LiveReload, logger, useSWEffect } from '@remix-pwa/sw'; import { cssBundleHref } from '@remix-run/css-bundle'; import { json, type LinkDescriptor, type LinksFunction, type LoaderFunctionArgs, type MetaFunction, } from '@remix-run/node'; import { isRouteErrorResponse, Links, Meta, Scripts, useBeforeUnload, useFetchers, useLoaderData, useLocation, useNavigation, useRouteError, } from '@remix-run/react'; import type { User } from '@supabase/supabase-js'; import { AnimatePresence, motion } from 'framer-motion'; import { ThemeProvider as RemixThemesProvider } from 'next-themes'; import NProgress from 'nprogress'; import photoSwipeStyles from 'photoswipe/dist/photoswipe.css'; import { getSelectorsByUserAgent } from 'react-device-detect'; import { useTranslation } from 'react-i18next'; import { Provider as WrapBalancerProvider } from 'react-wrap-balancer'; import rdtStylesheet from 'remix-development-tools/index.css'; import { useChangeLanguage } from 'remix-i18next'; import Image, { MimeType } from 'remix-image'; import { getClientIPAddress } from 'remix-utils/get-client-ip-address'; import { getClientLocales } from 'remix-utils/locales/server'; import { toast } from 'sonner'; // @ts-ignore import swiperStyles from 'swiper/css'; // @ts-ignore import swiperAutoPlayStyles from 'swiper/css/autoplay'; // @ts-ignore import swiperFreeModeStyles from 'swiper/css/free-mode'; // @ts-ignore import swiperPaginationStyles from 'swiper/css/navigation'; // @ts-ignore import swiperNavigationStyles from 'swiper/css/pagination'; // @ts-ignore import swiperThumbsStyles from 'swiper/css/thumbs'; import Home from './assets/icons/HomeIcon'; import Refresh from './assets/icons/RefreshIcon'; import pageNotFound from './assets/images/404.gif'; import logoLoading from './assets/images/logo_loading.png'; import { BreadcrumbItem } from './components/elements/Breadcrumb'; import Layout from './components/layouts/Layout'; import nProgressStyles from './components/styles/nprogress.css'; import { listThemes } from './constants/settings'; import { useIsBot } from './context/isbot.context'; import { i18nCookie, i18next } from './services/i18n'; import { getUserFromCookie } from './services/supabase'; import { getListGenre, getListLanguages } from './services/tmdb/tmdb.server'; import tailwindStylesheetUrl from './styles/tailwind.css'; import type { Handle } from './types/handle'; import { combineHeaders } from './utils'; import * as gtag from './utils/client/gtags.client'; import { useHydrated } from './utils/react/hooks/useHydrated'; import { useToast } from './utils/react/hooks/useToast'; import { getToastSession } from './utils/server/toast-session.server'; interface DocumentProps { children: React.ReactNode; title?: string; } const themeValues = { light: 'light', dark: 'dark', 'light-red': 'light-red', 'light-yellow': 'light-yellow', 'light-green': 'light-green', 'light-cyan': 'light-cyan', 'light-purple': 'light-purple', 'light-pink': 'light-pink', 'dark-red': 'dark-red', 'dark-yellow': 'dark-yellow', 'dark-green': 'dark-green', 'dark-cyan': 'dark-cyan', 'dark-purple': 'dark-purple', 'dark-pink': 'dark-pink', cupcake: 'cupcake', bumblebee: 'bumblebee', emerald: 'emerald', corporate: 'corporate', synthwave: 'synthwave', retro: 'retro', cyberpunk: 'cyberpunk', valentine: 'valentine', halloween: 'halloween', garden: 'garden', forest: 'forest', aqua: 'aqua', lofi: 'lofi', pastel: 'pastel', fantasy: 'fantasy', wireframe: 'wireframe', luxury: 'luxury', dracula: 'dracula', cmyk: 'cmyk', autumn: 'autumn', business: 'business', acid: 'acid', lemonade: 'lemonade', night: 'night', coffee: 'coffee', winter: 'winter', }; export const links: LinksFunction = () => { return [ { rel: 'manifest', href: '/manifest.webmanifest' }, { rel: 'icon', href: '/favicon.ico', type: 'image/x-icon' }, // Preload CSS as a resource to avoid render blocking { rel: 'preload', as: 'style', href: tailwindStylesheetUrl }, cssBundleHref ? { rel: 'preload', as: 'style', href: cssBundleHref } : null, { rel: 'preload', as: 'style', href: FontStyles100 }, { rel: 'preload', as: 'style', href: FontStyles200 }, { rel: 'preload', as: 'style', href: FontStyles300 }, { rel: 'preload', as: 'style', href: FontStyles400 }, { rel: 'preload', as: 'style', href: FontStyles500 }, { rel: 'preload', as: 'style', href: FontStyles600 }, { rel: 'preload', as: 'style', href: FontStyles700 }, { rel: 'preload', as: 'style', href: FontStyles800 }, //These should match the css preloads above to avoid css as render blocking resource { rel: 'stylesheet', href: tailwindStylesheetUrl }, cssBundleHref ? { rel: 'stylesheet', href: cssBundleHref } : null, process.env.NODE_ENV === 'development' ? { rel: 'stylesheet', href: rdtStylesheet } : null, { rel: 'stylesheet', href: FontStyles100 }, { rel: 'stylesheet', href: FontStyles200 }, { rel: 'stylesheet', href: FontStyles300 }, { rel: 'stylesheet', href: FontStyles400 }, { rel: 'stylesheet', href: FontStyles500 }, { rel: 'stylesheet', href: FontStyles600 }, { rel: 'stylesheet', href: FontStyles700 }, { rel: 'stylesheet', href: FontStyles800 }, { rel: 'stylesheet', href: swiperStyles }, { rel: 'stylesheet', href: swiperPaginationStyles }, { rel: 'stylesheet', href: swiperNavigationStyles }, { rel: 'stylesheet', href: swiperThumbsStyles }, { rel: 'stylesheet', href: swiperAutoPlayStyles }, { rel: 'stylesheet', href: swiperFreeModeStyles }, { rel: 'stylesheet', href: nProgressStyles }, { rel: 'stylesheet', href: photoSwipeStyles }, ].filter(Boolean) as LinkDescriptor[]; }; export const loader = async ({ request }: LoaderFunctionArgs) => { const locale = await i18next.getLocale(request); const gaTrackingId = process.env.GA_TRACKING_ID; const user = await getUserFromCookie(request.headers.get('Cookie') || ''); const deviceDetect = getSelectorsByUserAgent(request.headers.get('User-Agent') || ''); const ipAddress = getClientIPAddress(request); const locales = getClientLocales(request); const nowDate = new Date(); const formatter = new Intl.DateTimeFormat(locale, { year: 'numeric', month: 'long', day: 'numeric', }); const toast = getToastSession(request); const message = await toast.getMessage(); return json( { user: user || undefined, locale, genresMovie: await getListGenre('movie', locale), genresTv: await getListGenre('tv', locale), languages: await getListLanguages(), gaTrackingId, deviceDetect, ENV: { NODE_ENV: process.env.NODE_ENV, VERCEL_GIT_COMMIT_SHA: process.env.VERCEL_GIT_COMMIT_SHA, RESPONSIVE_IMAGES: process.env.RESPONSIVE_IMAGES, IMAGE_PROXY: process.env.IMAGE_PROXY, }, ipAddress, locales, nowDate: formatter.format(nowDate), message, }, { headers: combineHeaders( new Headers({ 'Set-Cookie': await i18nCookie.serialize(locale), }), new Headers({ 'Set-Cookie': await toast.commit(), }), ), }, ); }; export const meta: MetaFunction = () => [ { title: 'Sora' }, { name: 'description', content: 'Watching movies, series, anime and more in Sora' }, { name: 'keywords', content: 'Sora, Sora Movies, Sora Series, Sora Anime, Sora Chill, SoraChill, watch movies, watch series, watch anime, watch movies online, watch series online, watch anime online, free movies, free series, free anime, free movies online, free series online, free anime online, watch movies free, watch series free, watch anime free, watch movies online free, watch series online free, watch anime online free', }, { property: 'og:url', content: 'https://sorachill.vercel.app' }, { property: 'og:title', content: 'Sora' }, { property: 'og:image', content: 'https://sorachill.vercel.app/api/ogimage?it=home' }, { property: 'og:description', content: 'Watching movies, series, anime and more in Sora' }, { property: 'og:type', content: 'website' }, { property: 'og:site_name', content: 'Sora' }, { property: 'og:image:width', content: '1200' }, { property: 'og:image:height', content: '630' }, { name: 'twitter:card', content: 'summary_large_image' }, { name: 'twitter:site', content: '@sora' }, { name: 'twitter:image', content: 'https://sorachill.vercel.app/api/ogimage?it=home' }, { name: 'twitter:title', content: 'Sora' }, { name: 'twitter:description', content: 'Watching movies, series, anime and more in Sora' }, ]; export const handle: Handle = { breadcrumb: () => ( ), }; function useLoadingIndicator() { const navigation = useNavigation(); const fetchers = useFetchers(); /** * This gets the state of every fetcher active on the app and combine it with * the state of the global transition (Link and Form), then use them to * determine if the app is idle or if it's loading. * Here we consider both loading and submitting as loading. */ const state = React.useMemo<'idle' | 'loading'>(() => { const states = [navigation.state, ...fetchers.map((fetcher) => fetcher.state)]; if (states.every((item) => item === 'idle')) return 'idle'; return 'loading'; }, [navigation.state, fetchers]); React.useEffect(() => { // and when it's something else it means it's either submitting a form or // waiting for the loaders of the next location so we start it if (state === 'loading') NProgress.configure({ showSpinner: false }).start(); // when the state is idle then we can to complete the progress bar if (state === 'idle') NProgress.configure({ showSpinner: false }).done(); // eslint-disable-next-line react-hooks/exhaustive-deps }, [navigation.state]); } function ElementScrollRestoration({ elementQuery, ...props }: { elementQuery: string } & React.HTMLProps) { const STORAGE_KEY = `position:${elementQuery}`; const navigation = useNavigation(); const location = useLocation(); const updatePositions = React.useCallback(() => { const element = document.querySelector(elementQuery); if (!element) return; let positions = {}; try { const rawPositions = JSON.parse(sessionStorage.getItem(STORAGE_KEY) || '{}'); if (typeof rawPositions === 'object' && rawPositions !== null) { positions = rawPositions; } } catch (error) { console.warn(`Error parsing scroll positions from sessionStorage:`, error); } const newPositions = { ...positions, [location.key]: element.scrollTop, }; sessionStorage.setItem(STORAGE_KEY, JSON.stringify(newPositions)); }, [STORAGE_KEY, elementQuery, location.key]); React.useEffect(() => { if (navigation.state === 'idle') { const element = document.querySelector(elementQuery); if (!element) return; try { const positions = JSON.parse(sessionStorage.getItem(STORAGE_KEY) || '{}') as any; const storedY = positions[window.history.state.key]; if (typeof storedY === 'number') { element.scrollTop = storedY; } } catch (error: unknown) { console.error(error); sessionStorage.removeItem(STORAGE_KEY); } } else { updatePositions(); } }, [STORAGE_KEY, elementQuery, navigation.state, updatePositions]); useBeforeUnload(() => { updatePositions(); }); function restoreScroll(storageKey: string, elementQuery: string) { const element = document.querySelector(elementQuery); if (!element) { console.warn(`Element not found: ${elementQuery}. Cannot restore scroll.`); return; } if (!window.history.state || !window.history.state.key) { const key = Math.random().toString(32).slice(2); window.history.replaceState({ key }, ''); } try { const positions = JSON.parse(sessionStorage.getItem(storageKey) || '{}') as any; const storedY = positions[window.history.state.key]; if (typeof storedY === 'number') { element.scrollTop = storedY; } } catch (error: unknown) { console.error(error); sessionStorage.removeItem(storageKey); } } return (