@ahmedrowaihi/pdf-forge-preview 1.0.0-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +7 -0
- package/.next/build/chunks/[root-of-the-server]__12fb5caf._.js +233 -0
- package/.next/build/chunks/[root-of-the-server]__12fb5caf._.js.map +8 -0
- package/.next/build/chunks/[root-of-the-server]__242deb00._.js +500 -0
- package/.next/build/chunks/[root-of-the-server]__242deb00._.js.map +11 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_ad9a1eec._.js +13 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_ad9a1eec._.js.map +5 -0
- package/.next/build/chunks/[turbopack]_runtime.js +795 -0
- package/.next/build/chunks/[turbopack]_runtime.js.map +10 -0
- package/.next/build/chunks/node_modules__pnpm_806d01c0._.js +6758 -0
- package/.next/build/chunks/node_modules__pnpm_806d01c0._.js.map +47 -0
- package/.next/build/package.json +1 -0
- package/.next/build/postcss.js +6 -0
- package/.next/build/postcss.js.map +5 -0
- package/.next/build-manifest.json +20 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/export-marker.json +6 -0
- package/.next/fallback-build-manifest.json +12 -0
- package/.next/images-manifest.json +66 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +65 -0
- package/.next/required-server-files.js +163 -0
- package/.next/required-server-files.json +163 -0
- package/.next/routes-manifest.json +77 -0
- package/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_global-error/page/build-manifest.json +17 -0
- package/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_global-error/page.js +11 -0
- package/.next/server/app/_global-error/page.js.map +5 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/.next/server/app/_global-error.html +2 -0
- package/.next/server/app/_global-error.meta +15 -0
- package/.next/server/app/_global-error.rsc +13 -0
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +13 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_not-found/page/build-manifest.json +17 -0
- package/.next/server/app/_not-found/page/next-font-manifest.json +16 -0
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_not-found/page/server-reference-manifest.json +20 -0
- package/.next/server/app/_not-found/page.js +14 -0
- package/.next/server/app/_not-found/page.js.map +5 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- package/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/.next/server/app/favicon.ico/route/build-manifest.json +11 -0
- package/.next/server/app/favicon.ico/route.js +6 -0
- package/.next/server/app/favicon.ico/route.js.map +5 -0
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -0
- package/.next/server/app/page/app-paths-manifest.json +3 -0
- package/.next/server/app/page/build-manifest.json +17 -0
- package/.next/server/app/page/next-font-manifest.json +16 -0
- package/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/page/server-reference-manifest.json +20 -0
- package/.next/server/app/page.js +17 -0
- package/.next/server/app/page.js.map +5 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +2 -0
- package/.next/server/app/preview/[...slug]/page/app-paths-manifest.json +3 -0
- package/.next/server/app/preview/[...slug]/page/build-manifest.json +17 -0
- package/.next/server/app/preview/[...slug]/page/next-font-manifest.json +16 -0
- package/.next/server/app/preview/[...slug]/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/preview/[...slug]/page/server-reference-manifest.json +65 -0
- package/.next/server/app/preview/[...slug]/page.js +19 -0
- package/.next/server/app/preview/[...slug]/page.js.map +5 -0
- package/.next/server/app/preview/[...slug]/page.js.nft.json +1 -0
- package/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +2 -0
- package/.next/server/app-paths-manifest.json +7 -0
- package/.next/server/chunks/730ea_preview-server__next-internal_server_app_favicon_ico_route_actions_a71a8ae7.js +3 -0
- package/.next/server/chunks/730ea_preview-server__next-internal_server_app_favicon_ico_route_actions_a71a8ae7.js.map +1 -0
- package/.next/server/chunks/[externals]_next_dist_a6d89067._.js +3 -0
- package/.next/server/chunks/[externals]_next_dist_a6d89067._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__a62cd78d._.js +21 -0
- package/.next/server/chunks/[root-of-the-server]__a62cd78d._.js.map +1 -0
- package/.next/server/chunks/[turbopack]_runtime.js +795 -0
- package/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
- package/.next/server/chunks/ssr/730ea_preview-server__next-internal_server_app__global-error_page_actions_986e2de5.js +3 -0
- package/.next/server/chunks/ssr/730ea_preview-server__next-internal_server_app__global-error_page_actions_986e2de5.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__025eaae9._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__025eaae9._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1536282c._.js +4 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1536282c._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__15cf9d36._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__15cf9d36._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__450f653e._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__450f653e._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__4874d0d7._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__4874d0d7._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__49771cdc._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__49771cdc._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__9ff74047._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__9ff74047._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__a9be37b1._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__a9be37b1._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__aeefe74e._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__aeefe74e._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__b13738d2._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__b13738d2._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__bb428c83._.js +4 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__bb428c83._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__c61333e3._.js +10 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__c61333e3._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__cb0c7b1a._.js +4 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__cb0c7b1a._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__dafcae4c._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__dafcae4c._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__e47d0c07._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__e47d0c07._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__ecac8617._.js +31 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__ecac8617._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__fd4bda25._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__fd4bda25._.js.map +1 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js +795 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js.map +10 -0
- package/.next/server/chunks/ssr/_19494208._.js +19 -0
- package/.next/server/chunks/ssr/_19494208._.js.map +1 -0
- package/.next/server/chunks/ssr/_810f54e9._.js +4 -0
- package/.next/server/chunks/ssr/_810f54e9._.js.map +1 -0
- package/.next/server/chunks/ssr/_aa01e67e._.js +4 -0
- package/.next/server/chunks/ssr/_aa01e67e._.js.map +1 -0
- package/.next/server/chunks/ssr/_bf10718b._.js +4 -0
- package/.next/server/chunks/ssr/_bf10718b._.js.map +1 -0
- package/.next/server/chunks/ssr/_c57c12df._.js +4 -0
- package/.next/server/chunks/ssr/_c57c12df._.js.map +1 -0
- package/.next/server/chunks/ssr/_d9b57cb8._.js +5 -0
- package/.next/server/chunks/ssr/_d9b57cb8._.js.map +1 -0
- package/.next/server/chunks/ssr/_e2a766a8._.js +3 -0
- package/.next/server/chunks/ssr/_e2a766a8._.js.map +1 -0
- package/.next/server/chunks/ssr/_e2b86512._.js +8 -0
- package/.next/server/chunks/ssr/_e2b86512._.js.map +1 -0
- package/.next/server/chunks/ssr/_ee8ea3aa._.js +19 -0
- package/.next/server/chunks/ssr/_ee8ea3aa._.js.map +1 -0
- package/.next/server/chunks/ssr/e8449_next_dist_5870db32._.js +3 -0
- package/.next/server/chunks/ssr/e8449_next_dist_5870db32._.js.map +1 -0
- package/.next/server/chunks/ssr/e8449_next_dist_client_components_builtin_forbidden_5542069c.js +3 -0
- package/.next/server/chunks/ssr/e8449_next_dist_client_components_builtin_forbidden_5542069c.js.map +1 -0
- package/.next/server/chunks/ssr/e8449_next_dist_client_components_builtin_global-error_d0870f3a.js +3 -0
- package/.next/server/chunks/ssr/e8449_next_dist_client_components_builtin_global-error_d0870f3a.js.map +1 -0
- package/.next/server/chunks/ssr/e8449_next_dist_client_components_builtin_unauthorized_4c01c8d5.js +3 -0
- package/.next/server/chunks/ssr/e8449_next_dist_client_components_builtin_unauthorized_4c01c8d5.js.map +1 -0
- package/.next/server/chunks/ssr/e8449_next_dist_client_components_d90ace34._.js +3 -0
- package/.next/server/chunks/ssr/e8449_next_dist_client_components_d90ace34._.js.map +1 -0
- package/.next/server/chunks/ssr/e8449_next_dist_esm_af7aafb8._.js +6 -0
- package/.next/server/chunks/ssr/e8449_next_dist_esm_af7aafb8._.js.map +1 -0
- package/.next/server/chunks/ssr/e8449_next_dist_esm_build_templates_app-page_f16f0848.js +4 -0
- package/.next/server/chunks/ssr/e8449_next_dist_esm_build_templates_app-page_f16f0848.js.map +1 -0
- package/.next/server/chunks/ssr/e8449_next_dist_f0d8a2cc._.js +4 -0
- package/.next/server/chunks/ssr/e8449_next_dist_f0d8a2cc._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_37510d96._.js +5 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_37510d96._.js.map +1 -0
- package/.next/server/chunks/ssr/packages_preview-server_src_app_897ecf1c._.js +3 -0
- package/.next/server/chunks/ssr/packages_preview-server_src_app_897ecf1c._.js.map +1 -0
- package/.next/server/chunks/ssr/packages_preview-server_src_e17a2a9b._.js +3 -0
- package/.next/server/chunks/ssr/packages_preview-server_src_e17a2a9b._.js.map +1 -0
- package/.next/server/functions-config-manifest.json +4 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +21 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +34 -0
- package/.next/server/pages/500.html +2 -0
- package/.next/server/pages-manifest.json +3 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +80 -0
- package/.next/static/cdYIhKFtJ0GB-yJK5ywz_/_buildManifest.js +11 -0
- package/.next/static/cdYIhKFtJ0GB-yJK5ywz_/_clientMiddlewareManifest.json +1 -0
- package/.next/static/cdYIhKFtJ0GB-yJK5ywz_/_ssgManifest.js +1 -0
- package/.next/static/chunks/0464c7ff175ee6ff.js +1 -0
- package/.next/static/chunks/10468413db24762a.js +14 -0
- package/.next/static/chunks/2de338262e51ef94.js +3 -0
- package/.next/static/chunks/37adc260f85da877.js +1 -0
- package/.next/static/chunks/521eee9903bc4d1f.js +5 -0
- package/.next/static/chunks/6051bd38272cb442.js +14 -0
- package/.next/static/chunks/8d433d4b9d701456.js +1 -0
- package/.next/static/chunks/92ba72595aad9df6.js +1 -0
- package/.next/static/chunks/959ed978a6e89a66.js +1 -0
- package/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/.next/static/chunks/a6dad97d9634a72d.js.map +1 -0
- package/.next/static/chunks/a6db6456c5b75734.js +1 -0
- package/.next/static/chunks/c3ece0a7e3e07076.js +1 -0
- package/.next/static/chunks/d1b29a74f6814a03.css +3 -0
- package/.next/static/chunks/f7ec22614fe1c1fe.js +1 -0
- package/.next/static/chunks/turbopack-e062a8e6d6034eb0.js +4 -0
- package/.next/static/media/1bffadaabf893a1e-s.7cd81963.woff2 +0 -0
- package/.next/static/media/2bbe8d2671613f1f-s.76dcb0b2.woff2 +0 -0
- package/.next/static/media/2c55a0e60120577a-s.2a48534a.woff2 +0 -0
- package/.next/static/media/5476f68d60460930-s.c995e352.woff2 +0 -0
- package/.next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2 +0 -0
- package/.next/static/media/9c72aa0f40e4eef8-s.18a48cbc.woff2 +0 -0
- package/.next/static/media/SFMonoBold-s.p.b90ec775.otf +0 -0
- package/.next/static/media/SFMonoHeavy-s.p.545fe93b.otf +0 -0
- package/.next/static/media/SFMonoLight-s.p.7c5363a6.otf +0 -0
- package/.next/static/media/SFMonoMedium-s.p.a4fc9904.otf +0 -0
- package/.next/static/media/SFMonoRegular-s.p.04ea7bf3.otf +0 -0
- package/.next/static/media/SFMonoSemibold-s.p.2d2ddb43.otf +0 -0
- package/.next/static/media/ad66f9afd8947f86-s.7a40eb73.woff2 +0 -0
- package/.next/static/media/favicon.678eb597.ico +0 -0
- package/.next/static/media/logo.22a370b0.png +0 -0
- package/.next/trace +1 -0
- package/.next/trace-build +1 -0
- package/.next/turbopack +0 -0
- package/.next/types/routes.d.ts +58 -0
- package/.next/types/validator.ts +70 -0
- package/CHANGELOG.md +12 -0
- package/LICENSE.md +8 -0
- package/index.mjs +17 -0
- package/jsx-runtime/jsx-dev-runtime.js +26 -0
- package/module-punycode.d.ts +3 -0
- package/next-env.d.ts +6 -0
- package/next.config.mjs +15 -0
- package/package.json +78 -0
- package/postcss.config.js +5 -0
- package/readme.md +33 -0
- package/scripts/build-preview-server.mts +25 -0
- package/scripts/dev.mts +57 -0
- package/scripts/seed.mts +36 -0
- package/src/actions/export-single-template.ts +74 -0
- package/src/actions/get-template-path-from-slug.ts +32 -0
- package/src/actions/get-templates-directory-metadata-action.ts +19 -0
- package/src/actions/render-template-by-path.tsx +313 -0
- package/src/actions/safe-action.ts +15 -0
- package/src/animated-icons-data/help.json +1082 -0
- package/src/animated-icons-data/link.json +1309 -0
- package/src/animated-icons-data/load.json +443 -0
- package/src/animated-icons-data/mail.json +1320 -0
- package/src/app/env.ts +14 -0
- package/src/app/favicon.ico +0 -0
- package/src/app/fonts/SFMono/SFMonoBold.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoBoldItalic.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoHeavy.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoHeavyItalic.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoLight.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoLightItalic.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoMedium.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoMediumItalic.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoRegular.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoRegularItalic.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoSemibold.otf +0 -0
- package/src/app/fonts/SFMono/SFMonoSemiboldItalic.otf +0 -0
- package/src/app/fonts.ts +39 -0
- package/src/app/globals.css +136 -0
- package/src/app/layout.tsx +46 -0
- package/src/app/logo.png +0 -0
- package/src/app/page.tsx +52 -0
- package/src/app/preview/[...slug]/download-button.tsx +138 -0
- package/src/app/preview/[...slug]/error-overlay.tsx +58 -0
- package/src/app/preview/[...slug]/page.tsx +90 -0
- package/src/app/preview/[...slug]/preview.tsx +249 -0
- package/src/app/preview/[...slug]/template-frame.tsx +68 -0
- package/src/components/button.tsx +101 -0
- package/src/components/code-container.tsx +169 -0
- package/src/components/code-snippet.tsx +9 -0
- package/src/components/code.tsx +185 -0
- package/src/components/heading.tsx +113 -0
- package/src/components/icons/icon-arrow-down.tsx +16 -0
- package/src/components/icons/icon-base.tsx +26 -0
- package/src/components/icons/icon-bug.tsx +19 -0
- package/src/components/icons/icon-button.tsx +23 -0
- package/src/components/icons/icon-check.tsx +19 -0
- package/src/components/icons/icon-clipboard.tsx +40 -0
- package/src/components/icons/icon-cloud-alert.tsx +18 -0
- package/src/components/icons/icon-cloud-check.tsx +17 -0
- package/src/components/icons/icon-download.tsx +19 -0
- package/src/components/icons/icon-file.tsx +19 -0
- package/src/components/icons/icon-folder-open.tsx +19 -0
- package/src/components/icons/icon-folder.tsx +18 -0
- package/src/components/icons/icon-hide-sidebar.tsx +23 -0
- package/src/components/icons/icon-image.tsx +19 -0
- package/src/components/icons/icon-info.tsx +18 -0
- package/src/components/icons/icon-link.tsx +14 -0
- package/src/components/icons/icon-loader.tsx +16 -0
- package/src/components/icons/icon-monitor.tsx +19 -0
- package/src/components/icons/icon-moon.tsx +16 -0
- package/src/components/icons/icon-phone.tsx +26 -0
- package/src/components/icons/icon-reload.tsx +18 -0
- package/src/components/icons/icon-source.tsx +19 -0
- package/src/components/icons/icon-stamp.tsx +14 -0
- package/src/components/icons/icon-sun.tsx +74 -0
- package/src/components/icons/icon-warning.tsx +31 -0
- package/src/components/index.ts +7 -0
- package/src/components/logo.tsx +41 -0
- package/src/components/resizable-wrapper.tsx +269 -0
- package/src/components/shell.tsx +95 -0
- package/src/components/sidebar/file-tree-directory-children.tsx +142 -0
- package/src/components/sidebar/file-tree-directory.tsx +92 -0
- package/src/components/sidebar/file-tree.tsx +31 -0
- package/src/components/sidebar/index.ts +1 -0
- package/src/components/sidebar/sidebar.tsx +46 -0
- package/src/components/text.tsx +99 -0
- package/src/components/toolbar/checking-results.tsx +150 -0
- package/src/components/toolbar/code-preview-line-link.tsx +39 -0
- package/src/components/toolbar/results-table.tsx +0 -0
- package/src/components/toolbar/results.tsx +52 -0
- package/src/components/toolbar/toolbar-button.tsx +52 -0
- package/src/components/toolbar/use-cached-state.ts +36 -0
- package/src/components/toolbar.tsx +182 -0
- package/src/components/tooltip-content.tsx +31 -0
- package/src/components/tooltip.tsx +19 -0
- package/src/components/topbar/active-view-toggle-group.tsx +86 -0
- package/src/components/topbar/emulated-dark-mode-toggle.tsx +58 -0
- package/src/components/topbar/view-size-controls.tsx +173 -0
- package/src/components/topbar.tsx +59 -0
- package/src/contexts/preview.tsx +91 -0
- package/src/contexts/templates.tsx +57 -0
- package/src/contexts/toolbar.tsx +22 -0
- package/src/hooks/use-clamped-state.ts +24 -0
- package/src/hooks/use-fragment-identifier.ts +14 -0
- package/src/hooks/use-hot-reload.ts +31 -0
- package/src/hooks/use-rendering-metadata.ts +37 -0
- package/src/hooks/use-template-rendering-result.ts +58 -0
- package/src/utils/cn.ts +6 -0
- package/src/utils/constants.ts +8 -0
- package/src/utils/contains-template.ts +52 -0
- package/src/utils/convert-stack-with-sourcemap.ts +79 -0
- package/src/utils/copy-text-to-clipboard.ts +7 -0
- package/src/utils/create-jsx-runtime.ts +47 -0
- package/src/utils/esbuild/escape-string-for-regex.ts +3 -0
- package/src/utils/esbuild/renderring-utilities-exporter.ts +64 -0
- package/src/utils/get-line-and-column-from-offset.ts +11 -0
- package/src/utils/get-template-component.ts +158 -0
- package/src/utils/get-templates-directory-metadata.ts +195 -0
- package/src/utils/index.ts +6 -0
- package/src/utils/language-map.ts +7 -0
- package/src/utils/load-stream.ts +15 -0
- package/src/utils/register-spinner-autostopping.ts +28 -0
- package/src/utils/result.ts +49 -0
- package/src/utils/run-bundled-code.ts +86 -0
- package/src/utils/sanitize.ts +6 -0
- package/src/utils/sleep.ts +3 -0
- package/src/utils/snake-to-camel.ts +5 -0
- package/src/utils/static-node-modules-for-vm.ts +93 -0
- package/src/utils/style-text.ts +11 -0
- package/src/utils/types/as.ts +26 -0
- package/src/utils/types/error-object.ts +11 -0
- package/src/utils/types/hot-reload-change.ts +13 -0
- package/src/utils/types/template.ts +8 -0
- package/src/utils/unreachable.ts +8 -0
- package/templates/.gitkeep +0 -0
- package/tsconfig.json +47 -0
|
@@ -0,0 +1,1309 @@
|
|
|
1
|
+
{
|
|
2
|
+
"v": "5.12.1",
|
|
3
|
+
"fr": 60,
|
|
4
|
+
"ip": 0,
|
|
5
|
+
"op": 60,
|
|
6
|
+
"w": 500,
|
|
7
|
+
"h": 500,
|
|
8
|
+
"nm": "system-regular-98-link",
|
|
9
|
+
"ddd": 0,
|
|
10
|
+
"assets": [
|
|
11
|
+
{
|
|
12
|
+
"id": "comp_1",
|
|
13
|
+
"nm": "hover-link",
|
|
14
|
+
"fr": 60,
|
|
15
|
+
"layers": [
|
|
16
|
+
{
|
|
17
|
+
"ddd": 0,
|
|
18
|
+
"ind": 1,
|
|
19
|
+
"ty": 4,
|
|
20
|
+
"nm": ".primary.design",
|
|
21
|
+
"cl": "primary design",
|
|
22
|
+
"sr": 1,
|
|
23
|
+
"ks": {
|
|
24
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
25
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
26
|
+
"p": { "a": 0, "k": [317.005, 213.345, 0], "ix": 2, "l": 2 },
|
|
27
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
28
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
29
|
+
},
|
|
30
|
+
"ao": 0,
|
|
31
|
+
"shapes": [
|
|
32
|
+
{
|
|
33
|
+
"ty": "gr",
|
|
34
|
+
"it": [
|
|
35
|
+
{
|
|
36
|
+
"ind": 0,
|
|
37
|
+
"ty": "sh",
|
|
38
|
+
"ix": 1,
|
|
39
|
+
"ks": {
|
|
40
|
+
"a": 0,
|
|
41
|
+
"k": {
|
|
42
|
+
"i": [
|
|
43
|
+
[21.347, 0],
|
|
44
|
+
[16.251, 16.25],
|
|
45
|
+
[2.275, 18.624],
|
|
46
|
+
[-8.579, 1.048],
|
|
47
|
+
[-1.049, -8.58],
|
|
48
|
+
[-8.302, -8.302],
|
|
49
|
+
[-20.296, 20.297],
|
|
50
|
+
[0, 0],
|
|
51
|
+
[0, 13.905],
|
|
52
|
+
[9.833, 9.833],
|
|
53
|
+
[13.905, 0],
|
|
54
|
+
[9.832, -9.833],
|
|
55
|
+
[0, 0],
|
|
56
|
+
[6.111, 6.111],
|
|
57
|
+
[-6.111, 6.112],
|
|
58
|
+
[0, 0],
|
|
59
|
+
[-22.266, 0],
|
|
60
|
+
[-15.744, -15.745],
|
|
61
|
+
[0, -22.266],
|
|
62
|
+
[15.744, -15.744],
|
|
63
|
+
[0, 0]
|
|
64
|
+
],
|
|
65
|
+
"o": [
|
|
66
|
+
[-21.346, 0],
|
|
67
|
+
[-13.292, -13.293],
|
|
68
|
+
[-1.049, -8.579],
|
|
69
|
+
[8.582, -1.051],
|
|
70
|
+
[1.42, 11.619],
|
|
71
|
+
[20.298, 20.297],
|
|
72
|
+
[0, 0],
|
|
73
|
+
[9.833, -9.833],
|
|
74
|
+
[0, -13.905],
|
|
75
|
+
[-9.832, -9.833],
|
|
76
|
+
[-13.905, 0],
|
|
77
|
+
[0, 0],
|
|
78
|
+
[-6.111, 6.111],
|
|
79
|
+
[-6.111, -6.112],
|
|
80
|
+
[0, 0],
|
|
81
|
+
[15.744, -15.744],
|
|
82
|
+
[22.266, 0],
|
|
83
|
+
[15.744, 15.744],
|
|
84
|
+
[0, 22.266],
|
|
85
|
+
[0, 0],
|
|
86
|
+
[-16.251, 16.25]
|
|
87
|
+
],
|
|
88
|
+
"v": [
|
|
89
|
+
[-37.079, 120.166],
|
|
90
|
+
[-96.022, 95.791],
|
|
91
|
+
[-119.818, 47.004],
|
|
92
|
+
[-106.182, 29.571],
|
|
93
|
+
[-88.749, 43.208],
|
|
94
|
+
[-73.889, 73.658],
|
|
95
|
+
[-0.268, 73.658],
|
|
96
|
+
[73.387, 0.003],
|
|
97
|
+
[88.635, -36.808],
|
|
98
|
+
[73.387, -73.618],
|
|
99
|
+
[36.577, -88.866],
|
|
100
|
+
[-0.234, -73.619],
|
|
101
|
+
[-19.569, -54.283],
|
|
102
|
+
[-41.702, -54.283],
|
|
103
|
+
[-41.702, -76.416],
|
|
104
|
+
[-22.367, -95.751],
|
|
105
|
+
[36.577, -120.166],
|
|
106
|
+
[95.52, -95.751],
|
|
107
|
+
[119.935, -36.808],
|
|
108
|
+
[95.52, 22.135],
|
|
109
|
+
[21.865, 95.791]
|
|
110
|
+
],
|
|
111
|
+
"c": true
|
|
112
|
+
},
|
|
113
|
+
"ix": 2
|
|
114
|
+
},
|
|
115
|
+
"nm": "Path 1",
|
|
116
|
+
"mn": "ADBE Vector Shape - Group",
|
|
117
|
+
"hd": false
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"ty": "fl",
|
|
121
|
+
"c": {
|
|
122
|
+
"a": 0,
|
|
123
|
+
"k": [0.937, 0.969, 1, 1],
|
|
124
|
+
"ix": 4,
|
|
125
|
+
"x": "var $bm_rt;\n$bm_rt = comp('system-regular-98-link').layer('control').effect('primary')('Color');"
|
|
126
|
+
},
|
|
127
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
128
|
+
"r": 1,
|
|
129
|
+
"bm": 0,
|
|
130
|
+
"nm": ".primary",
|
|
131
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
132
|
+
"hd": false,
|
|
133
|
+
"cl": "primary"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"ty": "tr",
|
|
137
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
138
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
139
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
140
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
141
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
142
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
143
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
144
|
+
"nm": "Transform"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"nm": "Group 1",
|
|
148
|
+
"np": 2,
|
|
149
|
+
"cix": 2,
|
|
150
|
+
"bm": 0,
|
|
151
|
+
"ix": 1,
|
|
152
|
+
"mn": "ADBE Vector Group",
|
|
153
|
+
"hd": false
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"ip": 60,
|
|
157
|
+
"op": 300,
|
|
158
|
+
"st": 0,
|
|
159
|
+
"ct": 1,
|
|
160
|
+
"bm": 0
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"ddd": 0,
|
|
164
|
+
"ind": 2,
|
|
165
|
+
"ty": 4,
|
|
166
|
+
"nm": ".primary.design",
|
|
167
|
+
"cl": "primary design",
|
|
168
|
+
"sr": 1,
|
|
169
|
+
"ks": {
|
|
170
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
171
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
172
|
+
"p": { "a": 0, "k": [183.016, 287.958, 0], "ix": 2, "l": 2 },
|
|
173
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
174
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
175
|
+
},
|
|
176
|
+
"ao": 0,
|
|
177
|
+
"shapes": [
|
|
178
|
+
{
|
|
179
|
+
"ty": "gr",
|
|
180
|
+
"it": [
|
|
181
|
+
{
|
|
182
|
+
"ind": 0,
|
|
183
|
+
"ty": "sh",
|
|
184
|
+
"ix": 1,
|
|
185
|
+
"ks": {
|
|
186
|
+
"a": 0,
|
|
187
|
+
"k": {
|
|
188
|
+
"i": [
|
|
189
|
+
[22.266, 0],
|
|
190
|
+
[15.744, 15.745],
|
|
191
|
+
[-32.501, 32.501],
|
|
192
|
+
[0, 0],
|
|
193
|
+
[-32.502, -32.501],
|
|
194
|
+
[-2.275, -18.624],
|
|
195
|
+
[8.579, -1.048],
|
|
196
|
+
[1.049, 8.58],
|
|
197
|
+
[8.303, 8.303],
|
|
198
|
+
[20.297, -20.299],
|
|
199
|
+
[0, 0],
|
|
200
|
+
[-20.298, -20.298],
|
|
201
|
+
[-13.905, 0],
|
|
202
|
+
[-9.832, 9.833],
|
|
203
|
+
[0, 0],
|
|
204
|
+
[-6.111, -6.111],
|
|
205
|
+
[6.111, -6.112],
|
|
206
|
+
[0, 0]
|
|
207
|
+
],
|
|
208
|
+
"o": [
|
|
209
|
+
[-22.266, 0],
|
|
210
|
+
[-32.501, -32.501],
|
|
211
|
+
[0, 0],
|
|
212
|
+
[32.502, -32.501],
|
|
213
|
+
[13.293, 13.293],
|
|
214
|
+
[1.049, 8.579],
|
|
215
|
+
[-8.583, 1.05],
|
|
216
|
+
[-1.42, -11.618],
|
|
217
|
+
[-20.297, -20.297],
|
|
218
|
+
[0, 0],
|
|
219
|
+
[-20.298, 20.297],
|
|
220
|
+
[9.832, 9.833],
|
|
221
|
+
[13.905, 0],
|
|
222
|
+
[0, 0],
|
|
223
|
+
[6.111, -6.111],
|
|
224
|
+
[6.111, 6.112],
|
|
225
|
+
[0, 0],
|
|
226
|
+
[-15.744, 15.744]
|
|
227
|
+
],
|
|
228
|
+
"v": [
|
|
229
|
+
[-36.597, 120.166],
|
|
230
|
+
[-95.54, 95.751],
|
|
231
|
+
[-95.54, -22.135],
|
|
232
|
+
[-21.885, -95.791],
|
|
233
|
+
[96.002, -95.791],
|
|
234
|
+
[119.799, -47.004],
|
|
235
|
+
[106.163, -29.571],
|
|
236
|
+
[88.73, -43.208],
|
|
237
|
+
[73.869, -73.658],
|
|
238
|
+
[0.248, -73.658],
|
|
239
|
+
[-73.407, -0.003],
|
|
240
|
+
[-73.407, 73.619],
|
|
241
|
+
[-36.597, 88.867],
|
|
242
|
+
[0.214, 73.619],
|
|
243
|
+
[19.549, 54.284],
|
|
244
|
+
[41.682, 54.284],
|
|
245
|
+
[41.682, 76.416],
|
|
246
|
+
[22.347, 95.751]
|
|
247
|
+
],
|
|
248
|
+
"c": true
|
|
249
|
+
},
|
|
250
|
+
"ix": 2
|
|
251
|
+
},
|
|
252
|
+
"nm": "Path 1",
|
|
253
|
+
"mn": "ADBE Vector Shape - Group",
|
|
254
|
+
"hd": false
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"ty": "fl",
|
|
258
|
+
"c": {
|
|
259
|
+
"a": 0,
|
|
260
|
+
"k": [0.937, 0.969, 1, 1],
|
|
261
|
+
"ix": 4,
|
|
262
|
+
"x": "var $bm_rt;\n$bm_rt = comp('system-regular-98-link').layer('control').effect('primary')('Color');"
|
|
263
|
+
},
|
|
264
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
265
|
+
"r": 1,
|
|
266
|
+
"bm": 0,
|
|
267
|
+
"nm": ".primary",
|
|
268
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
269
|
+
"hd": false,
|
|
270
|
+
"cl": "primary"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"ty": "tr",
|
|
274
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
275
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
276
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
277
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
278
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
279
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
280
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
281
|
+
"nm": "Transform"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"nm": "Group 1",
|
|
285
|
+
"np": 2,
|
|
286
|
+
"cix": 2,
|
|
287
|
+
"bm": 0,
|
|
288
|
+
"ix": 1,
|
|
289
|
+
"mn": "ADBE Vector Group",
|
|
290
|
+
"hd": false
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"ip": 60,
|
|
294
|
+
"op": 300,
|
|
295
|
+
"st": 0,
|
|
296
|
+
"ct": 1,
|
|
297
|
+
"bm": 0
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"ddd": 0,
|
|
301
|
+
"ind": 3,
|
|
302
|
+
"ty": 4,
|
|
303
|
+
"nm": ".primary.design",
|
|
304
|
+
"cl": "primary design",
|
|
305
|
+
"sr": 1,
|
|
306
|
+
"ks": {
|
|
307
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
308
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
309
|
+
"p": { "a": 0, "k": [317.005, 213.345, 0], "ix": 2, "l": 2 },
|
|
310
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
311
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
312
|
+
},
|
|
313
|
+
"ao": 0,
|
|
314
|
+
"shapes": [
|
|
315
|
+
{
|
|
316
|
+
"ty": "gr",
|
|
317
|
+
"it": [
|
|
318
|
+
{
|
|
319
|
+
"ind": 0,
|
|
320
|
+
"ty": "sh",
|
|
321
|
+
"ix": 1,
|
|
322
|
+
"ks": {
|
|
323
|
+
"a": 0,
|
|
324
|
+
"k": {
|
|
325
|
+
"i": [
|
|
326
|
+
[21.347, 0],
|
|
327
|
+
[16.251, 16.25],
|
|
328
|
+
[2.275, 18.624],
|
|
329
|
+
[-8.579, 1.048],
|
|
330
|
+
[-1.049, -8.58],
|
|
331
|
+
[-8.302, -8.302],
|
|
332
|
+
[-20.296, 20.297],
|
|
333
|
+
[0, 0],
|
|
334
|
+
[0, 13.905],
|
|
335
|
+
[9.833, 9.833],
|
|
336
|
+
[13.905, 0],
|
|
337
|
+
[9.832, -9.833],
|
|
338
|
+
[0, 0],
|
|
339
|
+
[6.111, 6.111],
|
|
340
|
+
[-6.111, 6.112],
|
|
341
|
+
[0, 0],
|
|
342
|
+
[-22.266, 0],
|
|
343
|
+
[-15.744, -15.745],
|
|
344
|
+
[0, -22.266],
|
|
345
|
+
[15.744, -15.744],
|
|
346
|
+
[0, 0]
|
|
347
|
+
],
|
|
348
|
+
"o": [
|
|
349
|
+
[-21.346, 0],
|
|
350
|
+
[-13.292, -13.293],
|
|
351
|
+
[-1.049, -8.579],
|
|
352
|
+
[8.582, -1.051],
|
|
353
|
+
[1.42, 11.619],
|
|
354
|
+
[20.298, 20.297],
|
|
355
|
+
[0, 0],
|
|
356
|
+
[9.833, -9.833],
|
|
357
|
+
[0, -13.905],
|
|
358
|
+
[-9.832, -9.833],
|
|
359
|
+
[-13.905, 0],
|
|
360
|
+
[0, 0],
|
|
361
|
+
[-6.111, 6.111],
|
|
362
|
+
[-6.111, -6.112],
|
|
363
|
+
[0, 0],
|
|
364
|
+
[15.744, -15.744],
|
|
365
|
+
[22.266, 0],
|
|
366
|
+
[15.744, 15.744],
|
|
367
|
+
[0, 22.266],
|
|
368
|
+
[0, 0],
|
|
369
|
+
[-16.251, 16.25]
|
|
370
|
+
],
|
|
371
|
+
"v": [
|
|
372
|
+
[-37.079, 120.166],
|
|
373
|
+
[-96.022, 95.791],
|
|
374
|
+
[-119.818, 47.004],
|
|
375
|
+
[-106.182, 29.571],
|
|
376
|
+
[-88.749, 43.208],
|
|
377
|
+
[-73.889, 73.658],
|
|
378
|
+
[-0.268, 73.658],
|
|
379
|
+
[73.387, 0.003],
|
|
380
|
+
[88.635, -36.808],
|
|
381
|
+
[73.387, -73.618],
|
|
382
|
+
[36.577, -88.866],
|
|
383
|
+
[-0.234, -73.619],
|
|
384
|
+
[-19.569, -54.283],
|
|
385
|
+
[-41.702, -54.283],
|
|
386
|
+
[-41.702, -76.416],
|
|
387
|
+
[-22.367, -95.751],
|
|
388
|
+
[36.577, -120.166],
|
|
389
|
+
[95.52, -95.751],
|
|
390
|
+
[119.935, -36.808],
|
|
391
|
+
[95.52, 22.135],
|
|
392
|
+
[21.865, 95.791]
|
|
393
|
+
],
|
|
394
|
+
"c": true
|
|
395
|
+
},
|
|
396
|
+
"ix": 2
|
|
397
|
+
},
|
|
398
|
+
"nm": "Path 1",
|
|
399
|
+
"mn": "ADBE Vector Shape - Group",
|
|
400
|
+
"hd": false
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"ty": "fl",
|
|
404
|
+
"c": {
|
|
405
|
+
"a": 0,
|
|
406
|
+
"k": [0.937, 0.969, 1, 1],
|
|
407
|
+
"ix": 4,
|
|
408
|
+
"x": "var $bm_rt;\n$bm_rt = comp('system-regular-98-link').layer('control').effect('primary')('Color');"
|
|
409
|
+
},
|
|
410
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
411
|
+
"r": 1,
|
|
412
|
+
"bm": 0,
|
|
413
|
+
"nm": ".primary",
|
|
414
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
415
|
+
"hd": false,
|
|
416
|
+
"cl": "primary"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"ty": "tr",
|
|
420
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
421
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
422
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
423
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
424
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
425
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
426
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
427
|
+
"nm": "Transform"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"nm": "Group 1",
|
|
431
|
+
"np": 2,
|
|
432
|
+
"cix": 2,
|
|
433
|
+
"bm": 0,
|
|
434
|
+
"ix": 1,
|
|
435
|
+
"mn": "ADBE Vector Group",
|
|
436
|
+
"hd": false
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"ip": 0,
|
|
440
|
+
"op": 1,
|
|
441
|
+
"st": 0,
|
|
442
|
+
"ct": 1,
|
|
443
|
+
"bm": 0
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"ddd": 0,
|
|
447
|
+
"ind": 4,
|
|
448
|
+
"ty": 4,
|
|
449
|
+
"nm": ".primary.design",
|
|
450
|
+
"cl": "primary design",
|
|
451
|
+
"sr": 1,
|
|
452
|
+
"ks": {
|
|
453
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
454
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
455
|
+
"p": { "a": 0, "k": [183.016, 287.958, 0], "ix": 2, "l": 2 },
|
|
456
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
457
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
458
|
+
},
|
|
459
|
+
"ao": 0,
|
|
460
|
+
"shapes": [
|
|
461
|
+
{
|
|
462
|
+
"ty": "gr",
|
|
463
|
+
"it": [
|
|
464
|
+
{
|
|
465
|
+
"ind": 0,
|
|
466
|
+
"ty": "sh",
|
|
467
|
+
"ix": 1,
|
|
468
|
+
"ks": {
|
|
469
|
+
"a": 0,
|
|
470
|
+
"k": {
|
|
471
|
+
"i": [
|
|
472
|
+
[22.266, 0],
|
|
473
|
+
[15.744, 15.745],
|
|
474
|
+
[-32.501, 32.501],
|
|
475
|
+
[0, 0],
|
|
476
|
+
[-32.502, -32.501],
|
|
477
|
+
[-2.275, -18.624],
|
|
478
|
+
[8.579, -1.048],
|
|
479
|
+
[1.049, 8.58],
|
|
480
|
+
[8.303, 8.303],
|
|
481
|
+
[20.297, -20.299],
|
|
482
|
+
[0, 0],
|
|
483
|
+
[-20.298, -20.298],
|
|
484
|
+
[-13.905, 0],
|
|
485
|
+
[-9.832, 9.833],
|
|
486
|
+
[0, 0],
|
|
487
|
+
[-6.111, -6.111],
|
|
488
|
+
[6.111, -6.112],
|
|
489
|
+
[0, 0]
|
|
490
|
+
],
|
|
491
|
+
"o": [
|
|
492
|
+
[-22.266, 0],
|
|
493
|
+
[-32.501, -32.501],
|
|
494
|
+
[0, 0],
|
|
495
|
+
[32.502, -32.501],
|
|
496
|
+
[13.293, 13.293],
|
|
497
|
+
[1.049, 8.579],
|
|
498
|
+
[-8.583, 1.05],
|
|
499
|
+
[-1.42, -11.618],
|
|
500
|
+
[-20.297, -20.297],
|
|
501
|
+
[0, 0],
|
|
502
|
+
[-20.298, 20.297],
|
|
503
|
+
[9.832, 9.833],
|
|
504
|
+
[13.905, 0],
|
|
505
|
+
[0, 0],
|
|
506
|
+
[6.111, -6.111],
|
|
507
|
+
[6.111, 6.112],
|
|
508
|
+
[0, 0],
|
|
509
|
+
[-15.744, 15.744]
|
|
510
|
+
],
|
|
511
|
+
"v": [
|
|
512
|
+
[-36.597, 120.166],
|
|
513
|
+
[-95.54, 95.751],
|
|
514
|
+
[-95.54, -22.135],
|
|
515
|
+
[-21.885, -95.791],
|
|
516
|
+
[96.002, -95.791],
|
|
517
|
+
[119.799, -47.004],
|
|
518
|
+
[106.163, -29.571],
|
|
519
|
+
[88.73, -43.208],
|
|
520
|
+
[73.869, -73.658],
|
|
521
|
+
[0.248, -73.658],
|
|
522
|
+
[-73.407, -0.003],
|
|
523
|
+
[-73.407, 73.619],
|
|
524
|
+
[-36.597, 88.867],
|
|
525
|
+
[0.214, 73.619],
|
|
526
|
+
[19.549, 54.284],
|
|
527
|
+
[41.682, 54.284],
|
|
528
|
+
[41.682, 76.416],
|
|
529
|
+
[22.347, 95.751]
|
|
530
|
+
],
|
|
531
|
+
"c": true
|
|
532
|
+
},
|
|
533
|
+
"ix": 2
|
|
534
|
+
},
|
|
535
|
+
"nm": "Path 1",
|
|
536
|
+
"mn": "ADBE Vector Shape - Group",
|
|
537
|
+
"hd": false
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"ty": "fl",
|
|
541
|
+
"c": {
|
|
542
|
+
"a": 0,
|
|
543
|
+
"k": [0.937, 0.969, 1, 1],
|
|
544
|
+
"ix": 4,
|
|
545
|
+
"x": "var $bm_rt;\n$bm_rt = comp('system-regular-98-link').layer('control').effect('primary')('Color');"
|
|
546
|
+
},
|
|
547
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
548
|
+
"r": 1,
|
|
549
|
+
"bm": 0,
|
|
550
|
+
"nm": ".primary",
|
|
551
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
552
|
+
"hd": false,
|
|
553
|
+
"cl": "primary"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"ty": "tr",
|
|
557
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
558
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
559
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
560
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
561
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
562
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
563
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
564
|
+
"nm": "Transform"
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"nm": "Group 1",
|
|
568
|
+
"np": 2,
|
|
569
|
+
"cix": 2,
|
|
570
|
+
"bm": 0,
|
|
571
|
+
"ix": 1,
|
|
572
|
+
"mn": "ADBE Vector Group",
|
|
573
|
+
"hd": false
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"ip": 0,
|
|
577
|
+
"op": 1,
|
|
578
|
+
"st": 0,
|
|
579
|
+
"ct": 1,
|
|
580
|
+
"bm": 0
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"ddd": 0,
|
|
584
|
+
"ind": 5,
|
|
585
|
+
"ty": 4,
|
|
586
|
+
"nm": ".primary.design",
|
|
587
|
+
"cl": "primary design",
|
|
588
|
+
"sr": 1,
|
|
589
|
+
"ks": {
|
|
590
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
591
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
592
|
+
"p": {
|
|
593
|
+
"a": 1,
|
|
594
|
+
"k": [
|
|
595
|
+
{
|
|
596
|
+
"i": { "x": 0.157, "y": 1 },
|
|
597
|
+
"o": { "x": 0.333, "y": 0 },
|
|
598
|
+
"t": 1,
|
|
599
|
+
"s": [317.006, 213.364, 0],
|
|
600
|
+
"to": [0, 0, 0],
|
|
601
|
+
"ti": [0, 0, 0]
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"i": { "x": 0.667, "y": 1 },
|
|
605
|
+
"o": { "x": 0.333, "y": 0 },
|
|
606
|
+
"t": 29,
|
|
607
|
+
"s": [337.006, 193.364, 0],
|
|
608
|
+
"to": [0, 0, 0],
|
|
609
|
+
"ti": [0, 0, 0]
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"i": { "x": 0.667, "y": 1 },
|
|
613
|
+
"o": { "x": 0.333, "y": 0 },
|
|
614
|
+
"t": 40,
|
|
615
|
+
"s": [307.006, 223.364, 0],
|
|
616
|
+
"to": [0, 0, 0],
|
|
617
|
+
"ti": [0, 0, 0]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"i": { "x": 0.667, "y": 1 },
|
|
621
|
+
"o": { "x": 0.333, "y": 0 },
|
|
622
|
+
"t": 50.729,
|
|
623
|
+
"s": [322.257, 208.113, 0],
|
|
624
|
+
"to": [0, 0, 0],
|
|
625
|
+
"ti": [0, 0, 0]
|
|
626
|
+
},
|
|
627
|
+
{ "t": 60, "s": [317.006, 213.364, 0] }
|
|
628
|
+
],
|
|
629
|
+
"ix": 2,
|
|
630
|
+
"l": 2
|
|
631
|
+
},
|
|
632
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
633
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
634
|
+
},
|
|
635
|
+
"ao": 0,
|
|
636
|
+
"shapes": [
|
|
637
|
+
{
|
|
638
|
+
"ty": "gr",
|
|
639
|
+
"it": [
|
|
640
|
+
{
|
|
641
|
+
"ind": 0,
|
|
642
|
+
"ty": "sh",
|
|
643
|
+
"ix": 1,
|
|
644
|
+
"ks": {
|
|
645
|
+
"a": 1,
|
|
646
|
+
"k": [
|
|
647
|
+
{
|
|
648
|
+
"i": { "x": 0.157, "y": 1 },
|
|
649
|
+
"o": { "x": 0.333, "y": 0 },
|
|
650
|
+
"t": 1,
|
|
651
|
+
"s": [
|
|
652
|
+
{
|
|
653
|
+
"i": [
|
|
654
|
+
[0, 0],
|
|
655
|
+
[0, 0],
|
|
656
|
+
[-26.442, -26.442],
|
|
657
|
+
[0, 0],
|
|
658
|
+
[26.442, -26.442],
|
|
659
|
+
[0, 0],
|
|
660
|
+
[26.442, 26.442],
|
|
661
|
+
[0, 0],
|
|
662
|
+
[1.77, 14.482]
|
|
663
|
+
],
|
|
664
|
+
"o": [
|
|
665
|
+
[0, 0],
|
|
666
|
+
[26.442, -26.442],
|
|
667
|
+
[0, 0],
|
|
668
|
+
[26.442, 26.442],
|
|
669
|
+
[0, 0],
|
|
670
|
+
[-26.442, 26.442],
|
|
671
|
+
[0, 0],
|
|
672
|
+
[-11.116, -11.116],
|
|
673
|
+
[0, 0]
|
|
674
|
+
],
|
|
675
|
+
"v": [
|
|
676
|
+
[-30.636, -65.37],
|
|
677
|
+
[-11.301, -84.705],
|
|
678
|
+
[84.453, -84.705],
|
|
679
|
+
[84.453, -84.704],
|
|
680
|
+
[84.453, 11.049],
|
|
681
|
+
[10.798, 84.705],
|
|
682
|
+
[-84.956, 84.705],
|
|
683
|
+
[-84.956, 84.704],
|
|
684
|
+
[-104.285, 45.086]
|
|
685
|
+
],
|
|
686
|
+
"c": false
|
|
687
|
+
}
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"i": { "x": 0.667, "y": 1 },
|
|
692
|
+
"o": { "x": 0.333, "y": 0 },
|
|
693
|
+
"t": 29,
|
|
694
|
+
"s": [
|
|
695
|
+
{
|
|
696
|
+
"i": [
|
|
697
|
+
[0, 0],
|
|
698
|
+
[0, 0],
|
|
699
|
+
[-26.442, -26.442],
|
|
700
|
+
[0, 0],
|
|
701
|
+
[26.442, -26.442],
|
|
702
|
+
[0, 0],
|
|
703
|
+
[26.442, 26.442],
|
|
704
|
+
[0, 0],
|
|
705
|
+
[1.77, 14.482]
|
|
706
|
+
],
|
|
707
|
+
"o": [
|
|
708
|
+
[0, 0],
|
|
709
|
+
[26.442, -26.442],
|
|
710
|
+
[0, 0],
|
|
711
|
+
[26.442, 26.442],
|
|
712
|
+
[0, 0],
|
|
713
|
+
[-26.442, 26.442],
|
|
714
|
+
[0, 0],
|
|
715
|
+
[-11.116, -11.116],
|
|
716
|
+
[0, 0]
|
|
717
|
+
],
|
|
718
|
+
"v": [
|
|
719
|
+
[-70.636, -25.37],
|
|
720
|
+
[-11.301, -84.705],
|
|
721
|
+
[84.453, -84.705],
|
|
722
|
+
[84.453, -84.704],
|
|
723
|
+
[84.453, 11.049],
|
|
724
|
+
[10.798, 84.705],
|
|
725
|
+
[-84.956, 84.705],
|
|
726
|
+
[-84.956, 84.704],
|
|
727
|
+
[-104.285, 45.086]
|
|
728
|
+
],
|
|
729
|
+
"c": false
|
|
730
|
+
}
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"i": { "x": 0.667, "y": 1 },
|
|
735
|
+
"o": { "x": 0.333, "y": 0 },
|
|
736
|
+
"t": 40,
|
|
737
|
+
"s": [
|
|
738
|
+
{
|
|
739
|
+
"i": [
|
|
740
|
+
[0, 0],
|
|
741
|
+
[0, 0],
|
|
742
|
+
[-26.442, -26.442],
|
|
743
|
+
[0, 0],
|
|
744
|
+
[26.442, -26.442],
|
|
745
|
+
[0, 0],
|
|
746
|
+
[26.442, 26.442],
|
|
747
|
+
[0, 0],
|
|
748
|
+
[1.77, 14.482]
|
|
749
|
+
],
|
|
750
|
+
"o": [
|
|
751
|
+
[0, 0],
|
|
752
|
+
[26.442, -26.442],
|
|
753
|
+
[0, 0],
|
|
754
|
+
[26.442, 26.442],
|
|
755
|
+
[0, 0],
|
|
756
|
+
[-26.442, 26.442],
|
|
757
|
+
[0, 0],
|
|
758
|
+
[-11.116, -11.116],
|
|
759
|
+
[0, 0]
|
|
760
|
+
],
|
|
761
|
+
"v": [
|
|
762
|
+
[-15.636, -80.37],
|
|
763
|
+
[-11.301, -84.705],
|
|
764
|
+
[84.453, -84.705],
|
|
765
|
+
[84.453, -84.704],
|
|
766
|
+
[84.453, 11.049],
|
|
767
|
+
[10.798, 84.705],
|
|
768
|
+
[-84.956, 84.705],
|
|
769
|
+
[-84.956, 84.704],
|
|
770
|
+
[-104.285, 45.086]
|
|
771
|
+
],
|
|
772
|
+
"c": false
|
|
773
|
+
}
|
|
774
|
+
]
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"i": { "x": 0.667, "y": 1 },
|
|
778
|
+
"o": { "x": 0.333, "y": 0 },
|
|
779
|
+
"t": 50.729,
|
|
780
|
+
"s": [
|
|
781
|
+
{
|
|
782
|
+
"i": [
|
|
783
|
+
[0, 0],
|
|
784
|
+
[0, 0],
|
|
785
|
+
[-26.442, -26.442],
|
|
786
|
+
[0, 0],
|
|
787
|
+
[26.442, -26.442],
|
|
788
|
+
[0, 0],
|
|
789
|
+
[26.442, 26.442],
|
|
790
|
+
[0, 0],
|
|
791
|
+
[1.77, 14.482]
|
|
792
|
+
],
|
|
793
|
+
"o": [
|
|
794
|
+
[0, 0],
|
|
795
|
+
[26.442, -26.442],
|
|
796
|
+
[0, 0],
|
|
797
|
+
[26.442, 26.442],
|
|
798
|
+
[0, 0],
|
|
799
|
+
[-26.442, 26.442],
|
|
800
|
+
[0, 0],
|
|
801
|
+
[-11.116, -11.116],
|
|
802
|
+
[0, 0]
|
|
803
|
+
],
|
|
804
|
+
"v": [
|
|
805
|
+
[-41.027, -54.978],
|
|
806
|
+
[-11.301, -84.705],
|
|
807
|
+
[84.453, -84.705],
|
|
808
|
+
[84.453, -84.704],
|
|
809
|
+
[84.453, 11.049],
|
|
810
|
+
[10.798, 84.705],
|
|
811
|
+
[-84.956, 84.705],
|
|
812
|
+
[-84.956, 84.704],
|
|
813
|
+
[-104.285, 45.086]
|
|
814
|
+
],
|
|
815
|
+
"c": false
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"t": 60,
|
|
821
|
+
"s": [
|
|
822
|
+
{
|
|
823
|
+
"i": [
|
|
824
|
+
[0, 0],
|
|
825
|
+
[0, 0],
|
|
826
|
+
[-26.442, -26.442],
|
|
827
|
+
[0, 0],
|
|
828
|
+
[26.442, -26.442],
|
|
829
|
+
[0, 0],
|
|
830
|
+
[26.442, 26.442],
|
|
831
|
+
[0, 0],
|
|
832
|
+
[1.77, 14.482]
|
|
833
|
+
],
|
|
834
|
+
"o": [
|
|
835
|
+
[0, 0],
|
|
836
|
+
[26.442, -26.442],
|
|
837
|
+
[0, 0],
|
|
838
|
+
[26.442, 26.442],
|
|
839
|
+
[0, 0],
|
|
840
|
+
[-26.442, 26.442],
|
|
841
|
+
[0, 0],
|
|
842
|
+
[-11.116, -11.116],
|
|
843
|
+
[0, 0]
|
|
844
|
+
],
|
|
845
|
+
"v": [
|
|
846
|
+
[-30.636, -65.37],
|
|
847
|
+
[-11.301, -84.705],
|
|
848
|
+
[84.453, -84.705],
|
|
849
|
+
[84.453, -84.704],
|
|
850
|
+
[84.453, 11.049],
|
|
851
|
+
[10.798, 84.705],
|
|
852
|
+
[-84.956, 84.705],
|
|
853
|
+
[-84.956, 84.704],
|
|
854
|
+
[-104.285, 45.086]
|
|
855
|
+
],
|
|
856
|
+
"c": false
|
|
857
|
+
}
|
|
858
|
+
]
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"ix": 2
|
|
862
|
+
},
|
|
863
|
+
"nm": "Path 1",
|
|
864
|
+
"mn": "ADBE Vector Shape - Group",
|
|
865
|
+
"hd": false
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"ty": "st",
|
|
869
|
+
"c": {
|
|
870
|
+
"a": 0,
|
|
871
|
+
"k": [0.937, 0.969, 1, 1],
|
|
872
|
+
"ix": 3,
|
|
873
|
+
"x": "var $bm_rt;\n$bm_rt = comp('system-regular-98-link').layer('control').effect('primary')('Color');"
|
|
874
|
+
},
|
|
875
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
|
876
|
+
"w": { "a": 0, "k": 31.3, "ix": 5 },
|
|
877
|
+
"lc": 2,
|
|
878
|
+
"lj": 2,
|
|
879
|
+
"bm": 0,
|
|
880
|
+
"nm": ".primary",
|
|
881
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
|
882
|
+
"hd": false,
|
|
883
|
+
"cl": "primary"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"ty": "tr",
|
|
887
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
888
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
889
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
890
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
891
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
892
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
893
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
894
|
+
"nm": "Transform"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"nm": "Group 1",
|
|
898
|
+
"np": 2,
|
|
899
|
+
"cix": 2,
|
|
900
|
+
"bm": 0,
|
|
901
|
+
"ix": 1,
|
|
902
|
+
"mn": "ADBE Vector Group",
|
|
903
|
+
"hd": false
|
|
904
|
+
}
|
|
905
|
+
],
|
|
906
|
+
"ip": 1,
|
|
907
|
+
"op": 60,
|
|
908
|
+
"st": 0,
|
|
909
|
+
"ct": 1,
|
|
910
|
+
"bm": 0
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"ddd": 0,
|
|
914
|
+
"ind": 6,
|
|
915
|
+
"ty": 4,
|
|
916
|
+
"nm": ".primary.design",
|
|
917
|
+
"cl": "primary design",
|
|
918
|
+
"sr": 1,
|
|
919
|
+
"ks": {
|
|
920
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
921
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
922
|
+
"p": {
|
|
923
|
+
"a": 1,
|
|
924
|
+
"k": [
|
|
925
|
+
{
|
|
926
|
+
"i": { "x": 0.157, "y": 1 },
|
|
927
|
+
"o": { "x": 0.333, "y": 0 },
|
|
928
|
+
"t": 1,
|
|
929
|
+
"s": [182.995, 287.938, 0],
|
|
930
|
+
"to": [0, 0, 0],
|
|
931
|
+
"ti": [0, 0, 0]
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"i": { "x": 0.667, "y": 1 },
|
|
935
|
+
"o": { "x": 0.333, "y": 0 },
|
|
936
|
+
"t": 29,
|
|
937
|
+
"s": [162.995, 307.938, 0],
|
|
938
|
+
"to": [0, 0, 0],
|
|
939
|
+
"ti": [0, 0, 0]
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"i": { "x": 0.667, "y": 1 },
|
|
943
|
+
"o": { "x": 0.333, "y": 0 },
|
|
944
|
+
"t": 40,
|
|
945
|
+
"s": [192.995, 277.938, 0],
|
|
946
|
+
"to": [0, 0, 0],
|
|
947
|
+
"ti": [0, 0, 0]
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"i": { "x": 0.667, "y": 1 },
|
|
951
|
+
"o": { "x": 0.333, "y": 0 },
|
|
952
|
+
"t": 50.729,
|
|
953
|
+
"s": [177.744, 293.189, 0],
|
|
954
|
+
"to": [0, 0, 0],
|
|
955
|
+
"ti": [0, 0, 0]
|
|
956
|
+
},
|
|
957
|
+
{ "t": 60, "s": [182.995, 287.938, 0] }
|
|
958
|
+
],
|
|
959
|
+
"ix": 2,
|
|
960
|
+
"l": 2
|
|
961
|
+
},
|
|
962
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
963
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
964
|
+
},
|
|
965
|
+
"ao": 0,
|
|
966
|
+
"shapes": [
|
|
967
|
+
{
|
|
968
|
+
"ty": "gr",
|
|
969
|
+
"it": [
|
|
970
|
+
{
|
|
971
|
+
"ind": 0,
|
|
972
|
+
"ty": "sh",
|
|
973
|
+
"ix": 1,
|
|
974
|
+
"ks": {
|
|
975
|
+
"a": 1,
|
|
976
|
+
"k": [
|
|
977
|
+
{
|
|
978
|
+
"i": { "x": 0.157, "y": 1 },
|
|
979
|
+
"o": { "x": 0.333, "y": 0 },
|
|
980
|
+
"t": 1,
|
|
981
|
+
"s": [
|
|
982
|
+
{
|
|
983
|
+
"i": [
|
|
984
|
+
[0, 0],
|
|
985
|
+
[0, 0],
|
|
986
|
+
[26.442, 26.442],
|
|
987
|
+
[0, 0],
|
|
988
|
+
[-26.442, 26.442],
|
|
989
|
+
[0, 0],
|
|
990
|
+
[-26.442, -26.442],
|
|
991
|
+
[0, 0],
|
|
992
|
+
[-1.77, -14.482]
|
|
993
|
+
],
|
|
994
|
+
"o": [
|
|
995
|
+
[0, 0],
|
|
996
|
+
[-26.442, 26.442],
|
|
997
|
+
[0, 0],
|
|
998
|
+
[-26.442, -26.442],
|
|
999
|
+
[0, 0],
|
|
1000
|
+
[26.442, -26.442],
|
|
1001
|
+
[0, 0],
|
|
1002
|
+
[11.116, 11.116],
|
|
1003
|
+
[0, 0]
|
|
1004
|
+
],
|
|
1005
|
+
"v": [
|
|
1006
|
+
[30.636, 65.37],
|
|
1007
|
+
[11.301, 84.705],
|
|
1008
|
+
[-84.453, 84.705],
|
|
1009
|
+
[-84.453, 84.704],
|
|
1010
|
+
[-84.453, -11.049],
|
|
1011
|
+
[-10.798, -84.705],
|
|
1012
|
+
[84.956, -84.705],
|
|
1013
|
+
[84.956, -84.704],
|
|
1014
|
+
[104.285, -45.086]
|
|
1015
|
+
],
|
|
1016
|
+
"c": false
|
|
1017
|
+
}
|
|
1018
|
+
]
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"i": { "x": 0.667, "y": 1 },
|
|
1022
|
+
"o": { "x": 0.333, "y": 0 },
|
|
1023
|
+
"t": 29,
|
|
1024
|
+
"s": [
|
|
1025
|
+
{
|
|
1026
|
+
"i": [
|
|
1027
|
+
[0, 0],
|
|
1028
|
+
[0, 0],
|
|
1029
|
+
[26.442, 26.442],
|
|
1030
|
+
[0, 0],
|
|
1031
|
+
[-26.442, 26.442],
|
|
1032
|
+
[0, 0],
|
|
1033
|
+
[-26.442, -26.442],
|
|
1034
|
+
[0, 0],
|
|
1035
|
+
[-1.77, -14.482]
|
|
1036
|
+
],
|
|
1037
|
+
"o": [
|
|
1038
|
+
[0, 0],
|
|
1039
|
+
[-26.442, 26.442],
|
|
1040
|
+
[0, 0],
|
|
1041
|
+
[-26.442, -26.442],
|
|
1042
|
+
[0, 0],
|
|
1043
|
+
[26.442, -26.442],
|
|
1044
|
+
[0, 0],
|
|
1045
|
+
[11.116, 11.116],
|
|
1046
|
+
[0, 0]
|
|
1047
|
+
],
|
|
1048
|
+
"v": [
|
|
1049
|
+
[70.636, 25.37],
|
|
1050
|
+
[11.301, 84.705],
|
|
1051
|
+
[-84.453, 84.705],
|
|
1052
|
+
[-84.453, 84.704],
|
|
1053
|
+
[-84.453, -11.049],
|
|
1054
|
+
[-10.798, -84.705],
|
|
1055
|
+
[84.956, -84.705],
|
|
1056
|
+
[84.956, -84.704],
|
|
1057
|
+
[104.285, -45.086]
|
|
1058
|
+
],
|
|
1059
|
+
"c": false
|
|
1060
|
+
}
|
|
1061
|
+
]
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"i": { "x": 0.667, "y": 1 },
|
|
1065
|
+
"o": { "x": 0.333, "y": 0 },
|
|
1066
|
+
"t": 40,
|
|
1067
|
+
"s": [
|
|
1068
|
+
{
|
|
1069
|
+
"i": [
|
|
1070
|
+
[0, 0],
|
|
1071
|
+
[0, 0],
|
|
1072
|
+
[26.442, 26.442],
|
|
1073
|
+
[0, 0],
|
|
1074
|
+
[-26.442, 26.442],
|
|
1075
|
+
[0, 0],
|
|
1076
|
+
[-26.442, -26.442],
|
|
1077
|
+
[0, 0],
|
|
1078
|
+
[-1.77, -14.482]
|
|
1079
|
+
],
|
|
1080
|
+
"o": [
|
|
1081
|
+
[0, 0],
|
|
1082
|
+
[-26.442, 26.442],
|
|
1083
|
+
[0, 0],
|
|
1084
|
+
[-26.442, -26.442],
|
|
1085
|
+
[0, 0],
|
|
1086
|
+
[26.442, -26.442],
|
|
1087
|
+
[0, 0],
|
|
1088
|
+
[11.116, 11.116],
|
|
1089
|
+
[0, 0]
|
|
1090
|
+
],
|
|
1091
|
+
"v": [
|
|
1092
|
+
[18.636, 77.37],
|
|
1093
|
+
[11.301, 84.705],
|
|
1094
|
+
[-84.453, 84.705],
|
|
1095
|
+
[-84.453, 84.704],
|
|
1096
|
+
[-84.453, -11.049],
|
|
1097
|
+
[-10.798, -84.705],
|
|
1098
|
+
[84.956, -84.705],
|
|
1099
|
+
[84.956, -84.704],
|
|
1100
|
+
[104.285, -45.086]
|
|
1101
|
+
],
|
|
1102
|
+
"c": false
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"i": { "x": 0.667, "y": 1 },
|
|
1108
|
+
"o": { "x": 0.333, "y": 0 },
|
|
1109
|
+
"t": 50.729,
|
|
1110
|
+
"s": [
|
|
1111
|
+
{
|
|
1112
|
+
"i": [
|
|
1113
|
+
[0, 0],
|
|
1114
|
+
[0, 0],
|
|
1115
|
+
[26.442, 26.442],
|
|
1116
|
+
[0, 0],
|
|
1117
|
+
[-26.442, 26.442],
|
|
1118
|
+
[0, 0],
|
|
1119
|
+
[-26.442, -26.442],
|
|
1120
|
+
[0, 0],
|
|
1121
|
+
[-1.77, -14.482]
|
|
1122
|
+
],
|
|
1123
|
+
"o": [
|
|
1124
|
+
[0, 0],
|
|
1125
|
+
[-26.442, 26.442],
|
|
1126
|
+
[0, 0],
|
|
1127
|
+
[-26.442, -26.442],
|
|
1128
|
+
[0, 0],
|
|
1129
|
+
[26.442, -26.442],
|
|
1130
|
+
[0, 0],
|
|
1131
|
+
[11.116, 11.116],
|
|
1132
|
+
[0, 0]
|
|
1133
|
+
],
|
|
1134
|
+
"v": [
|
|
1135
|
+
[41.027, 54.978],
|
|
1136
|
+
[11.301, 84.705],
|
|
1137
|
+
[-84.453, 84.705],
|
|
1138
|
+
[-84.453, 84.704],
|
|
1139
|
+
[-84.453, -11.049],
|
|
1140
|
+
[-10.798, -84.705],
|
|
1141
|
+
[84.956, -84.705],
|
|
1142
|
+
[84.956, -84.704],
|
|
1143
|
+
[104.285, -45.086]
|
|
1144
|
+
],
|
|
1145
|
+
"c": false
|
|
1146
|
+
}
|
|
1147
|
+
]
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"t": 60,
|
|
1151
|
+
"s": [
|
|
1152
|
+
{
|
|
1153
|
+
"i": [
|
|
1154
|
+
[0, 0],
|
|
1155
|
+
[0, 0],
|
|
1156
|
+
[26.442, 26.442],
|
|
1157
|
+
[0, 0],
|
|
1158
|
+
[-26.442, 26.442],
|
|
1159
|
+
[0, 0],
|
|
1160
|
+
[-26.442, -26.442],
|
|
1161
|
+
[0, 0],
|
|
1162
|
+
[-1.77, -14.482]
|
|
1163
|
+
],
|
|
1164
|
+
"o": [
|
|
1165
|
+
[0, 0],
|
|
1166
|
+
[-26.442, 26.442],
|
|
1167
|
+
[0, 0],
|
|
1168
|
+
[-26.442, -26.442],
|
|
1169
|
+
[0, 0],
|
|
1170
|
+
[26.442, -26.442],
|
|
1171
|
+
[0, 0],
|
|
1172
|
+
[11.116, 11.116],
|
|
1173
|
+
[0, 0]
|
|
1174
|
+
],
|
|
1175
|
+
"v": [
|
|
1176
|
+
[30.636, 65.37],
|
|
1177
|
+
[11.301, 84.705],
|
|
1178
|
+
[-84.453, 84.705],
|
|
1179
|
+
[-84.453, 84.704],
|
|
1180
|
+
[-84.453, -11.049],
|
|
1181
|
+
[-10.798, -84.705],
|
|
1182
|
+
[84.956, -84.705],
|
|
1183
|
+
[84.956, -84.704],
|
|
1184
|
+
[104.285, -45.086]
|
|
1185
|
+
],
|
|
1186
|
+
"c": false
|
|
1187
|
+
}
|
|
1188
|
+
]
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
"ix": 2
|
|
1192
|
+
},
|
|
1193
|
+
"nm": "Path 1",
|
|
1194
|
+
"mn": "ADBE Vector Shape - Group",
|
|
1195
|
+
"hd": false
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"ty": "st",
|
|
1199
|
+
"c": {
|
|
1200
|
+
"a": 0,
|
|
1201
|
+
"k": [0.937, 0.969, 1, 1],
|
|
1202
|
+
"ix": 3,
|
|
1203
|
+
"x": "var $bm_rt;\n$bm_rt = comp('system-regular-98-link').layer('control').effect('primary')('Color');"
|
|
1204
|
+
},
|
|
1205
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
|
1206
|
+
"w": { "a": 0, "k": 31.3, "ix": 5 },
|
|
1207
|
+
"lc": 2,
|
|
1208
|
+
"lj": 2,
|
|
1209
|
+
"bm": 0,
|
|
1210
|
+
"nm": ".primary",
|
|
1211
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
|
1212
|
+
"hd": false,
|
|
1213
|
+
"cl": "primary"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"ty": "tr",
|
|
1217
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
1218
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
1219
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
1220
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
1221
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
1222
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
1223
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
1224
|
+
"nm": "Transform"
|
|
1225
|
+
}
|
|
1226
|
+
],
|
|
1227
|
+
"nm": "Group 1",
|
|
1228
|
+
"np": 2,
|
|
1229
|
+
"cix": 2,
|
|
1230
|
+
"bm": 0,
|
|
1231
|
+
"ix": 1,
|
|
1232
|
+
"mn": "ADBE Vector Group",
|
|
1233
|
+
"hd": false
|
|
1234
|
+
}
|
|
1235
|
+
],
|
|
1236
|
+
"ip": 1,
|
|
1237
|
+
"op": 60,
|
|
1238
|
+
"st": 0,
|
|
1239
|
+
"ct": 1,
|
|
1240
|
+
"bm": 0
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"layers": [
|
|
1246
|
+
{
|
|
1247
|
+
"ddd": 0,
|
|
1248
|
+
"ind": 1,
|
|
1249
|
+
"ty": 3,
|
|
1250
|
+
"nm": "control",
|
|
1251
|
+
"sr": 1,
|
|
1252
|
+
"ks": {
|
|
1253
|
+
"o": { "a": 0, "k": 0, "ix": 11 },
|
|
1254
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
1255
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2, "l": 2 },
|
|
1256
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
1257
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
1258
|
+
},
|
|
1259
|
+
"ao": 0,
|
|
1260
|
+
"ef": [
|
|
1261
|
+
{
|
|
1262
|
+
"ty": 5,
|
|
1263
|
+
"nm": "primary",
|
|
1264
|
+
"np": 3,
|
|
1265
|
+
"mn": "ADBE Color Control",
|
|
1266
|
+
"ix": 1,
|
|
1267
|
+
"en": 1,
|
|
1268
|
+
"ef": [
|
|
1269
|
+
{
|
|
1270
|
+
"ty": 2,
|
|
1271
|
+
"nm": "Color",
|
|
1272
|
+
"mn": "ADBE Color Control-0001",
|
|
1273
|
+
"ix": 1,
|
|
1274
|
+
"v": { "a": 0, "k": [0.937, 0.969, 1], "ix": 1 }
|
|
1275
|
+
}
|
|
1276
|
+
]
|
|
1277
|
+
}
|
|
1278
|
+
],
|
|
1279
|
+
"ip": 0,
|
|
1280
|
+
"op": 131,
|
|
1281
|
+
"st": 0,
|
|
1282
|
+
"bm": 0
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"ddd": 0,
|
|
1286
|
+
"ind": 3,
|
|
1287
|
+
"ty": 0,
|
|
1288
|
+
"nm": "hover-link",
|
|
1289
|
+
"refId": "comp_1",
|
|
1290
|
+
"sr": 1,
|
|
1291
|
+
"ks": {
|
|
1292
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
1293
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
1294
|
+
"p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 },
|
|
1295
|
+
"a": { "a": 0, "k": [250, 250, 0], "ix": 1, "l": 2 },
|
|
1296
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
1297
|
+
},
|
|
1298
|
+
"ao": 0,
|
|
1299
|
+
"w": 500,
|
|
1300
|
+
"h": 500,
|
|
1301
|
+
"ip": 0,
|
|
1302
|
+
"op": 70,
|
|
1303
|
+
"st": 0,
|
|
1304
|
+
"bm": 0
|
|
1305
|
+
}
|
|
1306
|
+
],
|
|
1307
|
+
"markers": [{ "tm": 0, "cm": "default:hover-link", "dr": 60 }],
|
|
1308
|
+
"props": {}
|
|
1309
|
+
}
|