autokap 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (347) hide show
  1. package/assets/chrome/ios-statusbar-comparison-reference.jpg +0 -0
  2. package/assets/chrome/ios-statusbar-dark-reference.jpg +0 -0
  3. package/assets/chrome/ios-statusbar-light-reference.jpg +0 -0
  4. package/assets/cursors/macos.svg +4 -0
  5. package/assets/cursors/windows.svg +15 -0
  6. package/assets/devices/ipad-pro-11-m4.json +52 -0
  7. package/assets/devices/iphone-16-pro.json +53 -0
  8. package/assets/devices/macbook-air-13.json +45 -0
  9. package/assets/frames/MacBook Air 13.svg +242 -0
  10. package/assets/frames/Status bar - iPhone.png +0 -0
  11. Menu bar- iPad.png +0 -0
  12. package/assets/frames/iPad Pro M4 11_.png +0 -0
  13. package/assets/frames/iPhone 16 Pro.png +0 -0
  14. package/assets/icons/Cellular Connection.svg +3 -0
  15. package/assets/icons/Union.svg +6 -0
  16. package/assets/icons/Wifi.svg +3 -0
  17. package/assets/icons/battery.svg +5 -0
  18. package/assets/icons/battery_charging.svg +8 -0
  19. package/assets/skill/OPCODE-REFERENCE.md +607 -0
  20. package/assets/skill/README.md +39 -0
  21. package/assets/skill/SKILL.md +453 -468
  22. package/assets/skill/STUDIO-SKILL.md +476 -0
  23. package/assets/skill/references/examples.md +104 -0
  24. package/assets/skill/references/interactive-demo.md +225 -0
  25. package/assets/skill/references/mock-data.md +178 -0
  26. package/dist/abort.d.ts +5 -0
  27. package/dist/abort.js +44 -0
  28. package/dist/action-verifier.d.ts +29 -0
  29. package/dist/action-verifier.js +133 -0
  30. package/dist/agent-action-recovery.d.ts +45 -0
  31. package/dist/agent-action-recovery.js +370 -0
  32. package/dist/agent-message-utils.d.ts +21 -0
  33. package/dist/agent-message-utils.js +77 -0
  34. package/dist/agent-url-utils.d.ts +30 -0
  35. package/dist/agent-url-utils.js +138 -0
  36. package/dist/agent.d.ts +226 -0
  37. package/dist/agent.js +6666 -0
  38. package/dist/ak-tree.d.ts +39 -0
  39. package/dist/ak-tree.js +368 -0
  40. package/dist/alt-text.d.ts +26 -0
  41. package/dist/alt-text.js +55 -0
  42. package/dist/auth-capture.d.ts +17 -0
  43. package/dist/auth-capture.js +164 -0
  44. package/dist/benchmark.d.ts +59 -0
  45. package/dist/benchmark.js +135 -0
  46. package/dist/billing-operation-logging.d.ts +38 -0
  47. package/dist/billing-operation-logging.js +248 -0
  48. package/dist/browser-bar.d.ts +48 -0
  49. package/dist/browser-bar.js +284 -0
  50. package/dist/browser-pool.d.ts +7 -0
  51. package/dist/browser-pool.js +15 -5
  52. package/dist/browser-utils.d.ts +31 -0
  53. package/dist/browser-utils.js +97 -0
  54. package/dist/browser.d.ts +76 -1
  55. package/dist/browser.js +1657 -39
  56. package/dist/capture-alt-text.d.ts +12 -0
  57. package/dist/capture-alt-text.js +52 -0
  58. package/dist/capture-encryption.d.ts +10 -0
  59. package/dist/capture-encryption.js +41 -0
  60. package/dist/capture-language-preflight.d.ts +41 -0
  61. package/dist/capture-language-preflight.js +300 -0
  62. package/dist/capture-llm-page-identity.d.ts +15 -0
  63. package/dist/capture-llm-page-identity.js +128 -0
  64. package/dist/capture-model-resolution.d.ts +9 -0
  65. package/dist/capture-model-resolution.js +21 -0
  66. package/dist/capture-page-identity.d.ts +7 -0
  67. package/dist/capture-page-identity.js +352 -0
  68. package/dist/capture-preset-credentials.d.ts +62 -0
  69. package/dist/capture-preset-credentials.js +184 -0
  70. package/dist/capture-request-plan.d.ts +58 -0
  71. package/dist/capture-request-plan.js +264 -0
  72. package/dist/capture-run-optimizer.d.ts +139 -0
  73. package/dist/capture-run-optimizer.js +863 -0
  74. package/dist/capture-selector-memory.d.ts +31 -0
  75. package/dist/capture-selector-memory.js +345 -0
  76. package/dist/capture-session-profile-encryption.d.ts +2 -0
  77. package/dist/capture-session-profile-encryption.js +22 -0
  78. package/dist/capture-step-timeout.d.ts +10 -0
  79. package/dist/capture-step-timeout.js +30 -0
  80. package/dist/capture-strategy.d.ts +36 -0
  81. package/dist/capture-strategy.js +95 -0
  82. package/dist/capture-studio-sync.d.ts +23 -0
  83. package/dist/capture-studio-sync.js +172 -0
  84. package/dist/capture-surface-contract.d.ts +36 -0
  85. package/dist/capture-surface-contract.js +299 -0
  86. package/dist/capture-transition-engine.d.ts +28 -0
  87. package/dist/capture-transition-engine.js +292 -0
  88. package/dist/capture-variant-state.d.ts +56 -0
  89. package/dist/capture-variant-state.js +182 -0
  90. package/dist/capture-verification.d.ts +35 -0
  91. package/dist/capture-verification.js +95 -0
  92. package/dist/capture-viewport-lock.d.ts +48 -0
  93. package/dist/capture-viewport-lock.js +74 -0
  94. package/dist/circuit-breaker.d.ts +42 -0
  95. package/dist/circuit-breaker.js +119 -0
  96. package/dist/cli-config.d.ts +8 -1
  97. package/dist/cli-config.js +62 -6
  98. package/dist/cli-contract.d.ts +15 -0
  99. package/dist/cli-contract.js +167 -0
  100. package/dist/cli-runner-local.d.ts +12 -0
  101. package/dist/cli-runner-local.js +102 -0
  102. package/dist/cli-runner.d.ts +34 -0
  103. package/dist/cli-runner.js +433 -0
  104. package/dist/cli-utils.d.ts +0 -1
  105. package/dist/cli-utils.js +2 -5
  106. package/dist/cli.js +1005 -252
  107. package/dist/clip-orchestrator.d.ts +148 -0
  108. package/dist/clip-orchestrator.js +957 -0
  109. package/dist/clip-postprocess.d.ts +42 -0
  110. package/dist/clip-postprocess.js +201 -0
  111. package/dist/cookie-dismiss.d.ts +2 -0
  112. package/dist/cookie-dismiss.js +48 -13
  113. package/dist/cost-logging.d.ts +35 -0
  114. package/dist/cost-logging.js +242 -0
  115. package/dist/cost-resolution-monitor.d.ts +16 -0
  116. package/dist/cost-resolution-monitor.js +34 -0
  117. package/dist/credential-templates.d.ts +5 -0
  118. package/dist/credential-templates.js +60 -0
  119. package/dist/cursor-overlay-script.d.ts +6 -0
  120. package/dist/cursor-overlay-script.js +169 -0
  121. package/dist/dom-css-purger.d.ts +65 -0
  122. package/dist/dom-css-purger.js +333 -0
  123. package/dist/dom-font-inliner.d.ts +45 -0
  124. package/dist/dom-font-inliner.js +148 -0
  125. package/dist/dom-patch-resolver.d.ts +52 -0
  126. package/dist/dom-patch-resolver.js +242 -0
  127. package/dist/dom-serializer.d.ts +82 -0
  128. package/dist/dom-serializer.js +378 -0
  129. package/dist/element-capture.d.ts +13 -0
  130. package/dist/element-capture.js +522 -0
  131. package/dist/env-validation.d.ts +5 -0
  132. package/dist/env-validation.js +29 -0
  133. package/dist/execution-schema.d.ts +4423 -0
  134. package/dist/execution-schema.js +507 -0
  135. package/dist/execution-types.d.ts +886 -0
  136. package/dist/execution-types.js +65 -0
  137. package/dist/fonts-loader.d.ts +14 -0
  138. package/dist/fonts-loader.js +55 -0
  139. package/dist/hybrid-navigator.d.ts +138 -0
  140. package/dist/hybrid-navigator.js +468 -0
  141. package/dist/index.d.ts +18 -0
  142. package/dist/index.js +17 -0
  143. package/dist/legacy/agent-action-recovery.d.ts +45 -0
  144. package/dist/legacy/agent-action-recovery.js +370 -0
  145. package/dist/legacy/agent-message-utils.d.ts +21 -0
  146. package/dist/legacy/agent-message-utils.js +77 -0
  147. package/dist/legacy/agent-url-utils.d.ts +30 -0
  148. package/dist/legacy/agent-url-utils.js +138 -0
  149. package/dist/legacy/agent.d.ts +226 -0
  150. package/dist/legacy/agent.js +6666 -0
  151. package/dist/legacy/clip-orchestrator.d.ts +148 -0
  152. package/dist/legacy/clip-orchestrator.js +957 -0
  153. package/dist/legacy/credential-templates.d.ts +5 -0
  154. package/dist/legacy/credential-templates.js +60 -0
  155. package/dist/legacy/hybrid-navigator.d.ts +138 -0
  156. package/dist/legacy/hybrid-navigator.js +468 -0
  157. package/dist/legacy/llm-usage.d.ts +17 -0
  158. package/dist/legacy/llm-usage.js +45 -0
  159. package/dist/legacy/prompt-cache.d.ts +10 -0
  160. package/dist/legacy/prompt-cache.js +24 -0
  161. package/dist/legacy/prompts.d.ts +175 -0
  162. package/dist/legacy/prompts.js +1038 -0
  163. package/dist/legacy/tools.d.ts +4 -0
  164. package/dist/legacy/tools.js +216 -0
  165. package/dist/legacy/video-agent.d.ts +143 -0
  166. package/dist/legacy/video-agent.js +4788 -0
  167. package/dist/legacy/video-observation.d.ts +36 -0
  168. package/dist/legacy/video-observation.js +192 -0
  169. package/dist/legacy/video-planner.d.ts +12 -0
  170. package/dist/legacy/video-planner.js +501 -0
  171. package/dist/legacy/video-prompts.d.ts +37 -0
  172. package/dist/legacy/video-prompts.js +569 -0
  173. package/dist/legacy/video-tools.d.ts +3 -0
  174. package/dist/legacy/video-tools.js +59 -0
  175. package/dist/legacy/video-variant-state.d.ts +29 -0
  176. package/dist/legacy/video-variant-state.js +80 -0
  177. package/dist/legacy/vision-model.d.ts +17 -0
  178. package/dist/legacy/vision-model.js +74 -0
  179. package/dist/llm-healer.d.ts +63 -0
  180. package/dist/llm-healer.js +166 -0
  181. package/dist/llm-provider.d.ts +29 -0
  182. package/dist/llm-provider.js +80 -0
  183. package/dist/llm-usage.d.ts +17 -0
  184. package/dist/llm-usage.js +45 -0
  185. package/dist/logger.d.ts +6 -2
  186. package/dist/logger.js +15 -1
  187. package/dist/mockup-html.d.ts +119 -0
  188. package/dist/mockup-html.js +263 -0
  189. package/dist/mockup.d.ts +187 -0
  190. package/dist/mockup.js +869 -0
  191. package/dist/mouse-animation.d.ts +46 -0
  192. package/dist/mouse-animation.js +114 -0
  193. package/dist/opcode-actions.d.ts +42 -0
  194. package/dist/opcode-actions.js +511 -0
  195. package/dist/opcode-runner.d.ts +51 -0
  196. package/dist/opcode-runner.js +770 -0
  197. package/dist/openrouter-client.d.ts +40 -0
  198. package/dist/openrouter-client.js +16 -0
  199. package/dist/overlay-engine.d.ts +24 -0
  200. package/dist/overlay-engine.js +176 -0
  201. package/dist/overlay-utils.d.ts +14 -0
  202. package/dist/overlay-utils.js +13 -0
  203. package/dist/postcondition.d.ts +16 -0
  204. package/dist/postcondition.js +269 -0
  205. package/dist/posthog.d.ts +4 -0
  206. package/dist/posthog.js +26 -0
  207. package/dist/program-patcher.d.ts +25 -0
  208. package/dist/program-patcher.js +44 -0
  209. package/dist/prompt-cache.d.ts +10 -0
  210. package/dist/prompt-cache.js +24 -0
  211. package/dist/prompts.d.ts +175 -0
  212. package/dist/prompts.js +1038 -0
  213. package/dist/provider-config.d.ts +12 -0
  214. package/dist/provider-config.js +15 -0
  215. package/dist/recovery-chain.d.ts +37 -0
  216. package/dist/recovery-chain.js +350 -0
  217. package/dist/remote-browser.d.ts +215 -0
  218. package/dist/remote-browser.js +360 -0
  219. package/dist/safari-browser-bar.d.ts +15 -0
  220. package/dist/safari-browser-bar.js +95 -0
  221. package/dist/safari-toolbar-asset.d.ts +15 -0
  222. package/dist/safari-toolbar-asset.js +12 -0
  223. package/dist/security.d.ts +21 -0
  224. package/dist/security.js +608 -0
  225. package/dist/selector-resolver.d.ts +34 -0
  226. package/dist/selector-resolver.js +181 -0
  227. package/dist/semantic-resolver.d.ts +35 -0
  228. package/dist/semantic-resolver.js +161 -0
  229. package/dist/server-capture-runtime.d.ts +125 -0
  230. package/dist/server-capture-runtime.js +585 -0
  231. package/dist/server-credit-usage.d.ts +12 -0
  232. package/dist/server-credit-usage.js +41 -0
  233. package/dist/server-posthog.d.ts +2 -0
  234. package/dist/server-posthog.js +16 -0
  235. package/dist/server-project-webhooks.d.ts +59 -0
  236. package/dist/server-project-webhooks.js +123 -0
  237. package/dist/server-screenshot-watermark.d.ts +7 -0
  238. package/dist/server-screenshot-watermark.js +60 -0
  239. package/dist/session-profile.d.ts +86 -0
  240. package/dist/session-profile.js +1536 -0
  241. package/dist/sf-pro-fonts.d.ts +4 -0
  242. package/dist/sf-pro-fonts.js +7 -0
  243. package/dist/sf-pro-symbols.d.ts +1 -0
  244. package/dist/sf-pro-symbols.js +55 -0
  245. package/dist/skill-packaging.d.ts +28 -0
  246. package/dist/skill-packaging.js +169 -0
  247. package/dist/smart-wait.d.ts +27 -0
  248. package/dist/smart-wait.js +81 -0
  249. package/dist/status-bar-l10n.d.ts +14 -0
  250. package/dist/status-bar-l10n.js +177 -0
  251. package/dist/status-bar-render.d.ts +20 -0
  252. package/dist/status-bar-render.js +410 -0
  253. package/dist/status-bar.d.ts +53 -0
  254. package/dist/status-bar.js +620 -0
  255. package/dist/svg-browser-bar.d.ts +33 -0
  256. package/dist/svg-browser-bar.js +206 -0
  257. package/dist/svg-status-bar.d.ts +36 -0
  258. package/dist/svg-status-bar.js +597 -0
  259. package/dist/svg-text.d.ts +61 -0
  260. package/dist/svg-text.js +118 -0
  261. package/dist/tools.d.ts +4 -0
  262. package/dist/tools.js +216 -0
  263. package/dist/types.d.ts +240 -5
  264. package/dist/types.js +23 -1
  265. package/dist/v2/action-verifier.d.ts +29 -0
  266. package/dist/v2/action-verifier.js +133 -0
  267. package/dist/v2/alt-text.d.ts +26 -0
  268. package/dist/v2/alt-text.js +55 -0
  269. package/dist/v2/benchmark.d.ts +59 -0
  270. package/dist/v2/benchmark.js +135 -0
  271. package/dist/v2/capture-strategy.d.ts +30 -0
  272. package/dist/v2/capture-strategy.js +67 -0
  273. package/dist/v2/capture-verification.d.ts +35 -0
  274. package/dist/v2/capture-verification.js +95 -0
  275. package/dist/v2/circuit-breaker.d.ts +42 -0
  276. package/dist/v2/circuit-breaker.js +119 -0
  277. package/dist/v2/cli-runner-local.d.ts +11 -0
  278. package/dist/v2/cli-runner-local.js +91 -0
  279. package/dist/v2/cli-runner.d.ts +34 -0
  280. package/dist/v2/cli-runner.js +300 -0
  281. package/dist/v2/compiler-prompts.d.ts +27 -0
  282. package/dist/v2/compiler-prompts.js +123 -0
  283. package/dist/v2/compiler.d.ts +37 -0
  284. package/dist/v2/compiler.js +147 -0
  285. package/dist/v2/explorer.d.ts +41 -0
  286. package/dist/v2/explorer.js +56 -0
  287. package/dist/v2/index.d.ts +37 -0
  288. package/dist/v2/index.js +31 -0
  289. package/dist/v2/llm-healer.d.ts +62 -0
  290. package/dist/v2/llm-healer.js +166 -0
  291. package/dist/v2/llm-provider.d.ts +29 -0
  292. package/dist/v2/llm-provider.js +80 -0
  293. package/dist/v2/opcode-runner.d.ts +47 -0
  294. package/dist/v2/opcode-runner.js +634 -0
  295. package/dist/v2/overlay-engine.d.ts +24 -0
  296. package/dist/v2/overlay-engine.js +150 -0
  297. package/dist/v2/postcondition.d.ts +16 -0
  298. package/dist/v2/postcondition.js +249 -0
  299. package/dist/v2/program-patcher.d.ts +25 -0
  300. package/dist/v2/program-patcher.js +44 -0
  301. package/dist/v2/recovery-chain.d.ts +30 -0
  302. package/dist/v2/recovery-chain.js +368 -0
  303. package/dist/v2/schema.d.ts +2580 -0
  304. package/dist/v2/schema.js +295 -0
  305. package/dist/v2/selector-resolver.d.ts +34 -0
  306. package/dist/v2/selector-resolver.js +181 -0
  307. package/dist/v2/semantic-resolver.d.ts +35 -0
  308. package/dist/v2/semantic-resolver.js +161 -0
  309. package/dist/v2/smart-wait.d.ts +27 -0
  310. package/dist/v2/smart-wait.js +81 -0
  311. package/dist/v2/types.d.ts +444 -0
  312. package/dist/v2/types.js +19 -0
  313. package/dist/v2/web-playwright-local.d.ts +69 -0
  314. package/dist/v2/web-playwright-local.js +392 -0
  315. package/dist/version.d.ts +1 -0
  316. package/dist/version.js +5 -0
  317. package/dist/video-agent.d.ts +143 -0
  318. package/dist/video-agent.js +4788 -0
  319. package/dist/video-observation.d.ts +36 -0
  320. package/dist/video-observation.js +192 -0
  321. package/dist/video-planner.d.ts +12 -0
  322. package/dist/video-planner.js +501 -0
  323. package/dist/video-prompts.d.ts +37 -0
  324. package/dist/video-prompts.js +554 -0
  325. package/dist/video-tools.d.ts +3 -0
  326. package/dist/video-tools.js +59 -0
  327. package/dist/video-variant-state.d.ts +29 -0
  328. package/dist/video-variant-state.js +80 -0
  329. package/dist/vision-model.d.ts +17 -0
  330. package/dist/vision-model.js +74 -0
  331. package/dist/web-playwright-local.d.ts +126 -0
  332. package/dist/web-playwright-local.js +819 -0
  333. package/dist/ws-auth.d.ts +20 -0
  334. package/dist/ws-auth.js +70 -0
  335. package/dist/ws-broadcast.d.ts +34 -0
  336. package/dist/ws-broadcast.js +85 -0
  337. package/dist/ws-connection-limits.d.ts +12 -0
  338. package/dist/ws-connection-limits.js +44 -0
  339. package/dist/ws-handler-utils.d.ts +32 -0
  340. package/dist/ws-handler-utils.js +139 -0
  341. package/dist/ws-handler.d.ts +10 -0
  342. package/dist/ws-handler.js +1793 -0
  343. package/dist/ws-metrics-server.d.ts +9 -0
  344. package/dist/ws-metrics-server.js +31 -0
  345. package/dist/ws-server.d.ts +9 -0
  346. package/dist/ws-server.js +92 -0
  347. package/package.json +142 -71
@@ -0,0 +1,4 @@
1
+ <svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.501 11.8601L22.884 20.2611C23.937 21.3171 23.19 23.1191 21.699 23.1191L20.475 23.119L21.6908 26.0067C21.9038 26.5127 21.9068 27.0727 21.6998 27.5817C21.4918 28.0917 21.0978 28.4897 20.5898 28.7027C20.3338 28.8097 20.0658 28.8637 19.7918 28.8637C18.9608 28.8637 18.2158 28.3687 17.8938 27.6027L16.616 24.565L15.784 25.3031C14.703 26.2591 13 25.4921 13 24.0481V12.4811C13 11.6971 13.947 11.3051 14.501 11.8601Z" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.9995 13.1292C13.9995 12.9982 14.1585 12.9322 14.2505 13.0252L22.1585 20.9502C22.5895 21.3822 22.2835 22.1192 21.6735 22.1192L18.9695 22.1177L20.7691 26.3936C20.9961 26.9336 20.7421 27.5546 20.2031 27.7806C19.6621 28.0076 19.0421 27.7546 18.8161 27.2156L16.9985 22.8917L15.1385 24.5392C14.7225 24.9072 14.0806 24.6507 14.0066 24.1274L13.9995 24.0262V13.1292Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_575_755)">
3
+ <mask id="mask0_575_755" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="28" height="28">
4
+ <path d="M28 0H0V28H28V0Z" fill="white"/>
5
+ </mask>
6
+ <g mask="url(#mask0_575_755)">
7
+ <path d="M15.1388 23.7243L15.1355 23.7274C15.1355 23.7274 15.1322 23.7289 15.1296 23.7298C15.1186 23.7338 15.1046 23.7364 15.0911 23.7364C15.0409 23.7364 15 23.6978 15 23.6505V13.0765C15 13.0631 15.0091 13.0333 15.0565 13.012C15.0948 12.9948 15.1274 12.9974 15.1526 13.0115L23.3195 20.7147C23.3441 20.7458 23.3531 20.7662 23.3565 20.7754C23.3599 20.7848 23.36 20.7895 23.36 20.7926C23.36 20.84 23.3191 20.8786 23.2689 20.8786H19.6763L21.6633 25.2605L19.8237 26.0044L17.7977 21.5384L15.1388 23.7243Z" fill="white" stroke="black"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_575_755">
12
+ <rect width="28" height="28" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,52 @@
1
+ {
2
+ "id": "ipad-pro-11-m4",
3
+ "name": "iPad Pro 11\" M4",
4
+ "category": "tablet",
5
+ "platform": "ios",
6
+ "frameOrientation": "landscape",
7
+ "screen": {
8
+ "logicalWidth": 1210,
9
+ "logicalHeight": 834,
10
+ "scale": 1,
11
+ "cornerRadius": 18
12
+ },
13
+ "viewport": {
14
+ "width": 1210,
15
+ "height": 802
16
+ },
17
+ "safeArea": {
18
+ "top": 32,
19
+ "bottom": 0
20
+ },
21
+ "statusBar": {
22
+ "asset": "Status bar and Menu bar- iPad.png",
23
+ "height": 32,
24
+ "width": 1210,
25
+ "type": "ipad",
26
+ "layout": {
27
+ "leftInset": 24,
28
+ "rightInset": 24,
29
+ "fontSize": { "time": 13, "networkType": 11 },
30
+ "iconSize": { "signal": 17, "wifi": 15, "battery": 25 },
31
+ "iconGap": 5
32
+ }
33
+ },
34
+ "homeIndicator": {
35
+ "width": 140,
36
+ "height": 5,
37
+ "cornerRadius": 2.5,
38
+ "bottomOffset": 9
39
+ },
40
+ "frame": {
41
+ "type": "png",
42
+ "asset": "iPad Pro M4 11_.png",
43
+ "width": 1320,
44
+ "height": 940,
45
+ "screenRect": {
46
+ "x": 55,
47
+ "y": 53,
48
+ "width": 1210,
49
+ "height": 834
50
+ }
51
+ }
52
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "id": "iphone-16-pro",
3
+ "name": "iPhone 16 Pro",
4
+ "category": "phone",
5
+ "platform": "ios",
6
+ "frameOrientation": "portrait",
7
+ "screen": {
8
+ "logicalWidth": 402,
9
+ "logicalHeight": 874,
10
+ "scale": 1,
11
+ "cornerRadius": 55
12
+ },
13
+ "viewport": {
14
+ "width": 402,
15
+ "height": 778
16
+ },
17
+ "safeArea": {
18
+ "top": 62,
19
+ "bottom": 34
20
+ },
21
+ "statusBar": {
22
+ "asset": "Status bar - iPhone.png",
23
+ "height": 62,
24
+ "width": 402,
25
+ "type": "iphone-dynamic-island",
26
+ "layout": {
27
+ "leftInset": 56,
28
+ "rightInset": 36,
29
+ "centerGap": { "left": 128, "right": 274 },
30
+ "fontSize": { "time": 17, "networkType": 13 },
31
+ "iconSize": { "signal": 20, "wifi": 18, "battery": 28 },
32
+ "iconGap": 7
33
+ }
34
+ },
35
+ "homeIndicator": {
36
+ "width": 140,
37
+ "height": 5,
38
+ "cornerRadius": 2.5,
39
+ "bottomOffset": 9
40
+ },
41
+ "frame": {
42
+ "type": "png",
43
+ "asset": "iPhone 16 Pro.png",
44
+ "width": 450,
45
+ "height": 920,
46
+ "screenRect": {
47
+ "x": 24,
48
+ "y": 23,
49
+ "width": 402,
50
+ "height": 874
51
+ }
52
+ }
53
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "id": "macbook-air-13",
3
+ "name": "MacBook Air 13\"",
4
+ "category": "laptop",
5
+ "platform": "macos",
6
+ "screen": {
7
+ "logicalWidth": 1636,
8
+ "logicalHeight": 1063,
9
+ "scale": 1,
10
+ "cornerRadius": 22
11
+ },
12
+ "viewport": {
13
+ "width": 1636,
14
+ "height": 1026
15
+ },
16
+ "safeArea": {
17
+ "top": 37,
18
+ "bottom": 0
19
+ },
20
+ "statusBar": {
21
+ "height": 37,
22
+ "width": 1636,
23
+ "type": "mac-notch",
24
+ "layout": {
25
+ "leftInset": 12,
26
+ "rightInset": 12,
27
+ "centerGap": { "left": 700, "right": 936 },
28
+ "fontSize": { "time": 13, "networkType": 11 },
29
+ "iconSize": { "signal": 0, "wifi": 14, "battery": 22 },
30
+ "iconGap": 6
31
+ }
32
+ },
33
+ "frame": {
34
+ "type": "svg",
35
+ "asset": "MacBook Air 13.svg",
36
+ "width": 2048,
37
+ "height": 1241,
38
+ "screenRect": {
39
+ "x": 207,
40
+ "y": 35,
41
+ "width": 1636,
42
+ "height": 1063
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,242 @@
1
+ <svg width="2048" height="1241" viewBox="0 0 2048 1241" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1942.19 1235.64C1944.93 1235.09 1946.77 1232.65 1947.34 1231.49H1810.86C1811.44 1232.65 1813.27 1235.09 1816.01 1235.64C1816.3 1237.25 1817.56 1240.48 1820.3 1240.48H1937.9C1940.64 1240.48 1941.9 1237.25 1942.19 1235.64Z" fill="url(#paint0_linear_2106_4036)"/>
3
+ <path d="M1942.06 1236.2C1941.62 1237.9 1940.35 1240.48 1937.9 1240.48H1820.31C1817.74 1240.48 1816.48 1237.67 1816.09 1235.98H1942.06V1236.2Z" fill="url(#paint1_linear_2106_4036)"/>
4
+ <path d="M231.032 1235.64C233.778 1235.09 235.61 1232.65 236.182 1231.49H99.707C100.279 1232.65 102.11 1235.09 104.857 1235.64C105.143 1237.25 106.402 1240.48 109.149 1240.48H226.74C229.487 1240.48 230.746 1237.25 231.032 1235.64Z" fill="url(#paint2_linear_2106_4036)"/>
5
+ <path d="M230.906 1236.2C230.462 1237.9 229.197 1240.48 226.74 1240.48H109.148C106.587 1240.48 105.321 1237.67 104.93 1235.98H230.906V1236.2Z" fill="url(#paint3_linear_2106_4036)"/>
6
+ <mask id="mask0_2106_4036" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="1181" width="2048" height="51">
7
+ <path d="M2048 1186.57V1181.19H0V1186.57C0 1202.3 0 1210.16 4.40563 1216.17C8.28094 1221.45 14.4645 1225.74 22.0703 1228.44C30.7168 1231.5 42.0358 1231.5 64.6737 1231.5H1983.33C2005.96 1231.5 2017.28 1231.5 2025.93 1228.44C2033.54 1225.74 2039.72 1221.45 2043.59 1216.17C2048 1210.16 2048 1202.3 2048 1186.57Z" fill="white"/>
8
+ </mask>
9
+ <g mask="url(#mask0_2106_4036)">
10
+ <path d="M2048 1186.57V1181.19H0V1186.57C0 1202.3 0 1210.16 4.40563 1216.17C8.28094 1221.45 14.4645 1225.74 22.0703 1228.44C30.7168 1231.5 42.0358 1231.5 64.6737 1231.5H1983.33C2005.96 1231.5 2017.28 1231.5 2025.93 1228.44C2033.54 1225.74 2039.72 1221.45 2043.59 1216.17C2048 1210.16 2048 1202.3 2048 1186.57Z" fill="url(#paint4_linear_2106_4036)"/>
11
+ <rect x="1818.05" y="1181.19" width="229.951" height="50.3018" fill="url(#paint5_linear_2106_4036)"/>
12
+ <rect width="231.747" height="50.3018" transform="matrix(-1 0 0 1 231.746 1181.19)" fill="url(#paint6_linear_2106_4036)"/>
13
+ <g filter="url(#filter0_f_2106_4036)">
14
+ <path d="M4.49219 1172.21H30.5413V1198.71C30.5413 1205.9 24.71 1211.73 17.5167 1211.73C10.3235 1211.73 4.49219 1205.9 4.49219 1198.71V1172.21Z" fill="url(#paint7_linear_2106_4036)"/>
15
+ </g>
16
+ <g filter="url(#filter1_f_2106_4036)">
17
+ <path d="M2043.51 1172.21H2017.46V1198.71C2017.46 1205.9 2023.29 1211.73 2030.48 1211.73C2037.68 1211.73 2043.51 1205.9 2043.51 1198.71V1172.21Z" fill="url(#paint8_linear_2106_4036)"/>
18
+ </g>
19
+ </g>
20
+ <path d="M839.859 1181.19H1208.14C1208.14 1195.08 1196.88 1206.34 1182.99 1206.34H865.01C851.12 1206.34 839.859 1195.08 839.859 1181.19Z" fill="url(#paint9_linear_2106_4036)"/>
21
+ <path fill-rule="evenodd" d="M1881.82 61.0807C1881.82 27.3468 1854.47 0 1820.74 0H229.049C195.316 0 167.969 27.3468 167.969 61.0808L167.969 1145.26C167.969 1156.04 169.765 1181.19 181.442 1181.19H1868.35C1880.02 1181.19 1881.82 1156.04 1881.82 1145.26V61.0807Z M207.492 56.5891C207.492 44.683 217.144 35.0312 229.05 35.0312H1820.74C1832.65 35.0312 1842.3 44.6831 1842.3 56.5891V1097.66H207.492Z" fill="#78797D"/>
22
+ <mask id="mask1_2106_4036" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="167" y="1125" width="1715" height="57">
23
+ <path d="M167.969 1181.19V1145.26C167.969 1134.35 176.816 1125.5 187.73 1125.5H1862.06C1872.97 1125.5 1881.82 1134.35 1881.82 1145.26V1181.19H1868.35H181.442H167.969Z" fill="black"/>
24
+ </mask>
25
+ <g mask="url(#mask1_2106_4036)">
26
+ <g filter="url(#filter2_d_2106_4036)">
27
+ <path d="M1860.26 1181.19C1877.02 1176.41 1875.7 1149.65 1875.51 1135.55C1875.48 1133 1873.38 1130.82 1870.89 1131.38C1847.89 1136.49 1856.06 1180.35 1841.4 1181.19H1860.26Z" fill="#141311"/>
28
+ </g>
29
+ <g filter="url(#filter3_d_2106_4036)">
30
+ <path d="M189.607 1181.19C172.853 1176.41 174.169 1149.65 174.358 1135.55C174.392 1133 176.494 1130.82 178.982 1131.38C201.981 1136.49 193.809 1180.35 208.47 1181.19H189.607Z" fill="#141311"/>
31
+ </g>
32
+ </g>
33
+ <path fill-rule="evenodd" d="M1820.74 10.7793H229.052C201.271 10.7793 178.75 33.3002 178.75 61.0811V1147.06C178.75 1162.93 191.619 1175.8 207.494 1175.8H1842.3C1858.18 1175.8 1871.04 1162.93 1871.04 1147.06V61.0811C1871.04 33.3002 1848.52 10.7793 1820.74 10.7793Z M207.492 56.5891C207.492 44.683 217.144 35.0312 229.05 35.0312H1820.74C1832.65 35.0312 1842.3 44.6831 1842.3 56.5891V1097.66H207.492Z" fill="black"/>
34
+ <g filter="url(#filter4_ii_2106_4036)">
35
+ <path d="M1842.3 1181.19C1858.15 1181.19 1871 1166.83 1871.04 1149.09V1130.89H178.75V1149C178.75 1166.78 191.619 1181.19 207.494 1181.19H1842.3Z" fill="url(#paint10_linear_2106_4036)"/>
36
+ </g>
37
+ <g filter="url(#filter5_ii_2106_4036)">
38
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1820.74 5.38867H229.051C198.293 5.38867 173.359 30.3224 173.359 61.0799V1147.06C173.359 1165.91 188.641 1181.19 207.493 1181.19H363.787V1179.4C363.787 1177.41 362.179 1175.8 360.194 1175.8H207.493C191.618 1175.8 178.749 1162.93 178.749 1147.06V61.0799C178.749 33.299 201.27 10.7781 229.051 10.7781H1820.74C1848.52 10.7781 1871.04 33.299 1871.04 61.0799V1147.06C1871.04 1162.93 1858.17 1175.8 1842.3 1175.8H1689.6C1687.61 1175.8 1686.01 1177.41 1686.01 1179.4V1181.19H1842.3C1861.15 1181.19 1876.43 1165.91 1876.43 1147.06V61.0799C1876.43 30.3224 1851.5 5.38867 1820.74 5.38867Z" fill="#232122"/>
39
+ </g>
40
+ <g clip-path="url(#clip0_2106_4036)">
41
+ <path d="M207.492 56.5891C207.492 44.683 217.144 35.0312 229.05 35.0312H1820.74C1832.65 35.0312 1842.3 44.6831 1842.3 56.5891V1097.66H207.492V56.5891Z" fill="none"/>
42
+ <rect x="206.895" y="34.4297" width="1636" height="1063.83" rx="1.51961" fill="none"/>
43
+ </g>
44
+ <path d="M907.227 35.0332H920.4C923.377 35.0332 925.79 37.4462 925.79 40.4227V60.1841C925.79 66.1371 930.615 70.963 936.568 70.963H1114.12C1120.08 70.963 1124.9 66.1371 1124.9 60.1841V40.4227C1124.9 37.4462 1127.32 35.0332 1130.29 35.0332H1143.47H907.227Z" fill="black"/>
45
+ <g filter="url(#filter6_f_2106_4036)">
46
+ <circle cx="1024.9" cy="42.2184" r="10.7789" fill="#0F1316"/>
47
+ </g>
48
+ <g filter="url(#filter7_f_2106_4036)">
49
+ <circle cx="1024.9" cy="42.219" r="8.08421" fill="#080905"/>
50
+ </g>
51
+ <g filter="url(#filter8_f_2106_4036)">
52
+ <ellipse cx="1024.9" cy="44.0152" rx="3.59298" ry="1.79649" fill="#05111D"/>
53
+ </g>
54
+ <g filter="url(#filter9_f_2106_4036)">
55
+ <ellipse cx="1024.9" cy="40.4215" rx="3.59298" ry="1.79649" fill="#05111D"/>
56
+ </g>
57
+ <g filter="url(#filter10_f_2106_4036)">
58
+ <ellipse cx="1024.9" cy="44.4646" rx="2.69474" ry="1.34737" fill="#0F3455"/>
59
+ </g>
60
+ <g filter="url(#filter11_f_2106_4036)">
61
+ <ellipse cx="1024.9" cy="40.4215" rx="2.69474" ry="1.79649" fill="#0F3857"/>
62
+ </g>
63
+ <defs>
64
+ <filter id="filter0_f_2106_4036" x="-0.897286" y="1166.82" width="36.8297" height="50.3024" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
65
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
66
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
67
+ <feGaussianBlur stdDeviation="2.69474" result="effect1_foregroundBlur_2106_4036"/>
68
+ </filter>
69
+ <filter id="filter1_f_2106_4036" x="2012.07" y="1166.82" width="36.8297" height="50.3024" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
70
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
71
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
72
+ <feGaussianBlur stdDeviation="2.69474" result="effect1_foregroundBlur_2106_4036"/>
73
+ </filter>
74
+ <filter id="filter2_d_2106_4036" x="1840.5" y="1129.49" width="37.8039" height="53.4953" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
75
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
76
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
77
+ <feOffset dx="0.898246"/>
78
+ <feGaussianBlur stdDeviation="0.898246"/>
79
+ <feComposite in2="hardAlpha" operator="out"/>
80
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.0745098 0 0 0 0 0.0666667 0 0 0 1 0"/>
81
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2106_4036"/>
82
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2106_4036" result="shape"/>
83
+ </filter>
84
+ <filter id="filter3_d_2106_4036" x="171.563" y="1129.49" width="37.8039" height="53.4953" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
85
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
86
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
87
+ <feOffset dx="-0.898246"/>
88
+ <feGaussianBlur stdDeviation="0.898246"/>
89
+ <feComposite in2="hardAlpha" operator="out"/>
90
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.0745098 0 0 0 0 0.0666667 0 0 0 1 0"/>
91
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2106_4036"/>
92
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2106_4036" result="shape"/>
93
+ </filter>
94
+ <filter id="filter4_ii_2106_4036" x="177.852" y="1129.99" width="1694.09" height="51.199" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
95
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
96
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
97
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
98
+ <feOffset dx="-0.898246" dy="-0.898246"/>
99
+ <feGaussianBlur stdDeviation="0.898246"/>
100
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
101
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
102
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_2106_4036"/>
103
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
104
+ <feOffset dx="0.898246" dy="-0.898246"/>
105
+ <feGaussianBlur stdDeviation="0.898246"/>
106
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
107
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
108
+ <feBlend mode="normal" in2="effect1_innerShadow_2106_4036" result="effect2_innerShadow_2106_4036"/>
109
+ </filter>
110
+ <filter id="filter5_ii_2106_4036" x="173.359" y="5.38867" width="1703.07" height="1176.7" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
111
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
112
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
113
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
114
+ <feOffset dy="0.898246"/>
115
+ <feGaussianBlur stdDeviation="1.34737"/>
116
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
117
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.1 0"/>
118
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_2106_4036"/>
119
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
120
+ <feOffset dy="0.898246"/>
121
+ <feGaussianBlur stdDeviation="0.898246"/>
122
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
123
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
124
+ <feBlend mode="normal" in2="effect1_innerShadow_2106_4036" result="effect2_innerShadow_2106_4036"/>
125
+ </filter>
126
+ <filter id="filter6_f_2106_4036" x="1012.32" y="29.643" width="25.1516" height="25.1496" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
127
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
128
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
129
+ <feGaussianBlur stdDeviation="0.898246" result="effect1_foregroundBlur_2106_4036"/>
130
+ </filter>
131
+ <filter id="filter7_f_2106_4036" x="1015.02" y="32.3383" width="19.761" height="19.761" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
132
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
133
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
134
+ <feGaussianBlur stdDeviation="0.898246" result="effect1_foregroundBlur_2106_4036"/>
135
+ </filter>
136
+ <filter id="filter8_f_2106_4036" x="1019.51" y="40.4223" width="10.7805" height="7.18673" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
137
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
138
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
139
+ <feGaussianBlur stdDeviation="0.898246" result="effect1_foregroundBlur_2106_4036"/>
140
+ </filter>
141
+ <filter id="filter9_f_2106_4036" x="1019.51" y="36.8285" width="10.7805" height="7.18673" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
142
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
143
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
144
+ <feGaussianBlur stdDeviation="0.898246" result="effect1_foregroundBlur_2106_4036"/>
145
+ </filter>
146
+ <filter id="filter10_f_2106_4036" x="1020.41" y="41.3207" width="8.98361" height="6.2883" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
147
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
148
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
149
+ <feGaussianBlur stdDeviation="0.898246" result="effect1_foregroundBlur_2106_4036"/>
150
+ </filter>
151
+ <filter id="filter11_f_2106_4036" x="1020.41" y="36.8285" width="8.98361" height="7.18673" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
152
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
153
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
154
+ <feGaussianBlur stdDeviation="0.898246" result="effect1_foregroundBlur_2106_4036"/>
155
+ </filter>
156
+ <linearGradient id="paint0_linear_2106_4036" x1="1810.86" y1="1235.99" x2="1947.34" y2="1235.99" gradientUnits="userSpaceOnUse">
157
+ <stop stop-color="#8C8D91"/>
158
+ <stop offset="0.173014" stop-color="#525358"/>
159
+ <stop offset="0.31824" stop-color="#78797D"/>
160
+ <stop offset="0.465029" stop-color="#A0A0A2"/>
161
+ <stop offset="0.691458" stop-color="#9A9A9C"/>
162
+ <stop offset="0.825754" stop-color="#4F5055"/>
163
+ <stop offset="0.941311" stop-color="#9E9EA0"/>
164
+ <stop offset="1" stop-color="#848589"/>
165
+ </linearGradient>
166
+ <linearGradient id="paint1_linear_2106_4036" x1="1816.09" y1="1238.23" x2="1942.06" y2="1238.23" gradientUnits="userSpaceOnUse">
167
+ <stop stop-color="#575757"/>
168
+ <stop offset="0.0827846" stop-color="#2D2D2D"/>
169
+ <stop offset="0.490477" stop-color="#4E4E4E"/>
170
+ <stop offset="0.824814" stop-color="#2A2A2A"/>
171
+ <stop offset="1" stop-color="#5C5C5C"/>
172
+ </linearGradient>
173
+ <linearGradient id="paint2_linear_2106_4036" x1="99.707" y1="1235.99" x2="236.182" y2="1235.99" gradientUnits="userSpaceOnUse">
174
+ <stop stop-color="#8C8D91"/>
175
+ <stop offset="0.173014" stop-color="#525358"/>
176
+ <stop offset="0.31824" stop-color="#78797D"/>
177
+ <stop offset="0.465029" stop-color="#A0A0A2"/>
178
+ <stop offset="0.691458" stop-color="#9A9A9C"/>
179
+ <stop offset="0.825754" stop-color="#4F5055"/>
180
+ <stop offset="0.941311" stop-color="#9E9EA0"/>
181
+ <stop offset="1" stop-color="#848589"/>
182
+ </linearGradient>
183
+ <linearGradient id="paint3_linear_2106_4036" x1="104.93" y1="1238.23" x2="230.906" y2="1238.23" gradientUnits="userSpaceOnUse">
184
+ <stop stop-color="#575757"/>
185
+ <stop offset="0.0827846" stop-color="#2D2D2D"/>
186
+ <stop offset="0.490477" stop-color="#4E4E4E"/>
187
+ <stop offset="0.824814" stop-color="#2A2A2A"/>
188
+ <stop offset="1" stop-color="#5C5C5C"/>
189
+ </linearGradient>
190
+ <linearGradient id="paint4_linear_2106_4036" x1="1024" y1="1181.19" x2="1024" y2="1231.5" gradientUnits="userSpaceOnUse">
191
+ <stop stop-color="#DADBDD"/>
192
+ <stop offset="0.213542" stop-color="#D6D7D9"/>
193
+ <stop offset="0.498033" stop-color="#C7C8CA"/>
194
+ <stop offset="0.625903" stop-color="#949597"/>
195
+ <stop offset="0.772278" stop-color="#858688"/>
196
+ <stop offset="0.880208" stop-color="#D2D3D5"/>
197
+ <stop offset="1" stop-color="#999A9C"/>
198
+ </linearGradient>
199
+ <linearGradient id="paint5_linear_2106_4036" x1="2048" y1="1207.11" x2="1818.05" y2="1207.11" gradientUnits="userSpaceOnUse">
200
+ <stop offset="0.0728023" stop-color="#A9AAAC"/>
201
+ <stop offset="0.259918" stop-color="#858688"/>
202
+ <stop offset="1" stop-color="#858688" stop-opacity="0"/>
203
+ </linearGradient>
204
+ <linearGradient id="paint6_linear_2106_4036" x1="231.747" y1="25.913" x2="7.93222e-08" y2="25.913" gradientUnits="userSpaceOnUse">
205
+ <stop stop-color="#A9AAAC"/>
206
+ <stop offset="0.259918" stop-color="#858688"/>
207
+ <stop offset="1" stop-color="#858688" stop-opacity="0"/>
208
+ </linearGradient>
209
+ <linearGradient id="paint7_linear_2106_4036" x1="4.49219" y1="1185.76" x2="30.5413" y2="1185.76" gradientUnits="userSpaceOnUse">
210
+ <stop offset="0.0875682" stop-color="white" stop-opacity="0.17"/>
211
+ <stop offset="0.272185" stop-color="white" stop-opacity="0.65"/>
212
+ <stop offset="0.489769" stop-color="white" stop-opacity="0.65"/>
213
+ <stop offset="0.677083" stop-color="white" stop-opacity="0.19"/>
214
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
215
+ </linearGradient>
216
+ <linearGradient id="paint8_linear_2106_4036" x1="2043.51" y1="1185.76" x2="2017.46" y2="1185.76" gradientUnits="userSpaceOnUse">
217
+ <stop offset="0.0875682" stop-color="white" stop-opacity="0.17"/>
218
+ <stop offset="0.272185" stop-color="white" stop-opacity="0.65"/>
219
+ <stop offset="0.489769" stop-color="white" stop-opacity="0.65"/>
220
+ <stop offset="0.677083" stop-color="white" stop-opacity="0.19"/>
221
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
222
+ </linearGradient>
223
+ <linearGradient id="paint9_linear_2106_4036" x1="840.73" y1="1193.39" x2="1208.14" y2="1193.39" gradientUnits="userSpaceOnUse">
224
+ <stop stop-color="#25262B"/>
225
+ <stop offset="0.015659" stop-color="#606166"/>
226
+ <stop offset="0.035819" stop-color="#9FA0A4"/>
227
+ <stop offset="0.0504351" stop-color="#C8C8CE"/>
228
+ <stop offset="0.479167" stop-color="#D7D8DD"/>
229
+ <stop offset="0.941214" stop-color="#CBCBD3"/>
230
+ <stop offset="0.970403" stop-color="#A7A8AC"/>
231
+ <stop offset="0.980129" stop-color="#595A5E"/>
232
+ <stop offset="1" stop-color="#27282C"/>
233
+ </linearGradient>
234
+ <linearGradient id="paint10_linear_2106_4036" x1="1024.9" y1="1130.89" x2="1024.9" y2="1181.19" gradientUnits="userSpaceOnUse">
235
+ <stop stop-color="#252525"/>
236
+ <stop offset="1" stop-color="#101010"/>
237
+ </linearGradient>
238
+ <clipPath id="clip0_2106_4036">
239
+ <path d="M207.492 56.5891C207.492 44.683 217.144 35.0312 229.05 35.0312H1820.74C1832.65 35.0312 1842.3 44.6831 1842.3 56.5891V1097.66H207.492V56.5891Z" fill="white"/>
240
+ </clipPath>
241
+ </defs>
242
+ </svg>
Menu bar- iPad.png ADDED
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="13" viewBox="0 0 20 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.2 1.14623C19.2 0.513183 18.7224 0 18.1333 0H17.0667C16.4776 0 16 0.513183 16 1.14623V11.0802C16 11.7132 16.4776 12.2264 17.0667 12.2264H18.1333C18.7224 12.2264 19.2 11.7132 19.2 11.0802V1.14623ZM11.7659 2.44528H12.8326C13.4217 2.44528 13.8992 2.97078 13.8992 3.61902V11.0527C13.8992 11.7009 13.4217 12.2264 12.8326 12.2264H11.7659C11.1768 12.2264 10.6992 11.7009 10.6992 11.0527V3.61902C10.6992 2.97078 11.1768 2.44528 11.7659 2.44528ZM7.43411 5.09433H6.36745C5.77834 5.09433 5.30078 5.62652 5.30078 6.28301V11.0377C5.30078 11.6942 5.77834 12.2264 6.36745 12.2264H7.43411C8.02322 12.2264 8.50078 11.6942 8.50078 11.0377V6.28301C8.50078 5.62652 8.02322 5.09433 7.43411 5.09433ZM2.13333 7.53962H1.06667C0.477563 7.53962 0 8.06421 0 8.71132V11.0547C0 11.7018 0.477563 12.2264 1.06667 12.2264H2.13333C2.72244 12.2264 3.2 11.7018 3.2 11.0547V8.71132C3.2 8.06421 2.72244 7.53962 2.13333 7.53962Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 6.70898C10.8806 6.70898 11.9998 7.82848 12 9.20898C12 10.5897 10.8807 11.709 9.5 11.709C8.11929 11.709 7 10.5897 7 9.20898C7.00024 7.82848 8.11944 6.70898 9.5 6.70898ZM9.5 8.20898C8.94786 8.20898 8.50024 8.6569 8.5 9.20898C8.5 9.76127 8.94772 10.209 9.5 10.209C10.0523 10.209 10.5 9.76127 10.5 9.20898C10.4998 8.6569 10.0521 8.20898 9.5 8.20898Z" fill="#F2DFE1"/>
3
+ <path d="M6 10H0V8.5H6V10Z" fill="#F2DFE1"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0C3.88071 0 5 1.11929 5 2.5C5 3.88071 3.88071 5 2.5 5C1.11929 5 0 3.88071 0 2.5C0 1.11929 1.11929 0 2.5 0ZM2.5 1.5C1.94772 1.5 1.5 1.94772 1.5 2.5C1.5 3.05228 1.94772 3.5 2.5 3.5C3.05228 3.5 3.5 3.05228 3.5 2.5C3.5 1.94772 3.05228 1.5 2.5 1.5Z" fill="#F2DFE1"/>
5
+ <path d="M12 3.20898H6V1.70898H12V3.20898Z" fill="#F2DFE1"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.5713 2.46628C11.0584 2.46639 13.4504 3.38847 15.2529 5.04195C15.3887 5.1696 15.6056 5.16799 15.7393 5.03834L17.0368 3.77487C17.1045 3.70911 17.1422 3.62004 17.1417 3.52735C17.1411 3.43467 17.1023 3.34603 17.0338 3.28104C12.3028 -1.09368 4.83907 -1.09368 0.108056 3.28104C0.039524 3.34598 0.000639766 3.4346 7.82398e-06 3.52728C-0.000624118 3.61996 0.0370483 3.70906 0.104689 3.77487L1.40255 5.03834C1.53615 5.16819 1.75327 5.1698 1.88893 5.04195C3.69167 3.38836 6.08395 2.46628 8.5713 2.46628ZM8.56795 6.68656C9.92527 6.68647 11.2341 7.19821 12.2403 8.12234C12.3763 8.2535 12.5907 8.25065 12.7234 8.11593L14.0106 6.79663C14.0784 6.72742 14.1161 6.63355 14.1151 6.536C14.1141 6.43844 14.0746 6.34536 14.0054 6.27757C10.9416 3.38672 6.19688 3.38672 3.13305 6.27757C3.06384 6.34536 3.02435 6.43849 3.02345 6.53607C3.02254 6.63366 3.06028 6.72752 3.12822 6.79663L4.41513 8.11593C4.54778 8.25065 4.76215 8.2535 4.89823 8.12234C5.90368 7.19882 7.21152 6.68713 8.56795 6.68656ZM11.0924 9.48011C11.0943 9.58546 11.0572 9.68703 10.9899 9.76084L8.81327 12.2156C8.74946 12.2877 8.66247 12.3283 8.5717 12.3283C8.48093 12.3283 8.39394 12.2877 8.33013 12.2156L6.1531 9.76084C6.08585 9.68697 6.04886 9.58537 6.05085 9.48002C6.05284 9.37467 6.09365 9.27491 6.16364 9.20429C7.55374 7.8904 9.58966 7.8904 10.9798 9.20429C11.0497 9.27497 11.0904 9.37476 11.0924 9.48011Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="35" height="16" viewBox="0 0 35 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.8057 3.25098H19.042L19.043 3.24707H25.6172C26.0234 3.24707 26.3516 3.28223 26.6016 3.35254C26.8515 3.41504 27.0586 3.52834 27.2227 3.69238C27.3866 3.85642 27.5039 4.06357 27.5742 4.31348C27.6445 4.56343 27.6797 4.89179 27.6797 5.29785V10.5596C27.6796 11.325 27.5273 11.8604 27.2227 12.165C27.0586 12.329 26.8515 12.4463 26.6016 12.5166C26.3516 12.5791 26.0234 12.6104 25.6172 12.6104H5.30859C4.9102 12.6104 4.58202 12.5791 4.32422 12.5166C4.07431 12.4463 3.86716 12.329 3.70312 12.165C3.54695 12.0011 3.4336 11.7938 3.36328 11.5439C3.29299 11.294 3.25783 10.9657 3.25781 10.5596V5.32129C3.25781 4.90741 3.29303 4.57516 3.36328 4.3252C3.43357 4.06748 3.54697 3.85642 3.70312 3.69238C3.86717 3.52834 4.07816 3.41504 4.33594 3.35254C4.59375 3.28223 4.92969 3.24707 5.34375 3.24707H12.8086L12.8057 3.25098Z" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.668 0.000976562C25.668 0.000976562 26.582 0.0830078 27.4102 0.24707C28.2383 0.403328 28.9531 0.782242 29.5547 1.38379C30.1483 1.9775 30.5235 2.68856 30.6797 3.5166C30.8437 4.33682 30.9258 5.24721 30.9258 6.24707V9.61035C30.9258 10.6102 30.8437 11.5245 30.6797 12.3525C30.5234 13.1727 30.1484 13.88 29.5547 14.4736C28.9532 15.0751 28.2382 15.458 27.4102 15.6221C26.582 15.7783 25.6679 15.8564 24.668 15.8564L10.5156 15.8574V15.8555H6.25781C5.25781 15.8555 4.34375 15.7734 3.51562 15.6094C2.6875 15.4531 1.97266 15.0742 1.37109 14.4727C0.777344 13.8789 0.402344 13.168 0.246094 12.3398C0.0820312 11.5195 9.34357e-08 10.6094 0 9.60938V6.24609C-6.73586e-08 5.24609 0.0820313 4.33203 0.246094 3.50391C0.402344 2.68359 0.777344 1.97656 1.37109 1.38281C1.97266 0.78125 2.6875 0.398438 3.51562 0.234375C4.34375 0.078125 5.25781 1.64241e-07 6.25781 0L24.668 0.000976562ZM5.92969 1.88672C5.32813 1.88672 4.73828 1.94141 4.16016 2.05078C3.57422 2.16797 3.10547 2.40234 2.75391 2.75391C2.39453 3.11328 2.16016 3.57813 2.05078 4.14844C1.94141 4.72656 1.88672 5.32031 1.88672 5.92969V9.9375C1.88672 10.5391 1.94141 11.125 2.05078 11.6953C2.16016 12.2734 2.39453 12.7422 2.75391 13.1016C3.10547 13.4531 3.57422 13.6836 4.16016 13.793C4.73828 13.9102 5.32813 13.9687 5.92969 13.9688L24.9961 13.9697C25.5976 13.9697 26.1875 13.915 26.7656 13.8057C27.3515 13.6885 27.8203 13.454 28.1719 13.1025C28.5312 12.7432 28.7656 12.2782 28.875 11.708C28.9844 11.13 29.039 10.536 29.0391 9.92676V5.91895C29.0391 5.3175 28.9843 4.73134 28.875 4.16113C28.7656 3.5831 28.5311 3.11423 28.1719 2.75488C27.8203 2.40333 27.3515 2.17286 26.7656 2.06348C26.1875 1.94629 25.5977 1.8877 24.9961 1.8877L13 1.88867V1.88672H5.92969Z" fill="white"/>
4
+ <path d="M32.5195 4.89941C32.832 4.91504 33.1563 5.05176 33.4922 5.30957C33.828 5.56737 34.1094 5.91902 34.3359 6.36426C34.5702 6.80951 34.6875 7.32923 34.6875 7.92285C34.6875 8.52426 34.5703 9.04794 34.3359 9.49316C34.1094 9.93834 33.8281 10.2901 33.4922 10.5479C33.1563 10.7978 32.832 10.9346 32.5195 10.958V4.89941Z" fill="white"/>
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="35" height="16" viewBox="0 0 35 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.332 13.9694L15.8203 15.8561H24.668C25.668 15.8561 26.582 15.778 27.4102 15.6217C28.2383 15.4576 28.9531 15.0748 29.5547 14.4733C30.1484 13.8795 30.5234 13.1725 30.6797 12.3522C30.8438 11.524 30.9258 10.61 30.9258 9.60998V6.2467C30.9258 5.2467 30.8438 4.33655 30.6797 3.51624C30.5234 2.68811 30.1484 1.97717 29.5547 1.38342C28.9531 0.78186 28.2383 0.402954 27.4102 0.246704C26.582 0.0826416 25.668 0.000610352 24.668 0.000610352H19.6992C19.7695 0.18811 19.8086 0.37561 19.8164 0.56311C19.8242 0.742798 19.8047 0.93811 19.7578 1.14905C19.7188 1.35999 19.6523 1.60608 19.5586 1.88733H24.9961C25.5977 1.88733 26.1875 1.94592 26.7656 2.06311C27.3516 2.17249 27.8203 2.40295 28.1719 2.75452C28.5312 3.11389 28.7656 3.58264 28.875 4.16077C28.9844 4.73108 29.0391 5.31702 29.0391 5.91858V9.92639C29.0391 10.5358 28.9844 11.1295 28.875 11.7076C28.7656 12.278 28.5312 12.7428 28.1719 13.1022C27.8203 13.4537 27.3516 13.6881 26.7656 13.8053C26.1875 13.9147 25.5977 13.9694 24.9961 13.9694H17.332Z" fill="white"/>
3
+ <path d="M13.5937 1.88672L15.1055 9.53674e-07L6.25781 1.72716e-06C5.25781 1.81458e-06 4.34375 0.0781269 3.51562 0.234377C2.6875 0.39844 1.97265 0.781252 1.37109 1.38281C0.777343 1.97656 0.402343 2.6836 0.246093 3.50391C0.0820302 4.33203 -9.27501e-07 5.2461 -8.40078e-07 6.2461L-5.46051e-07 9.60938C-4.58628e-07 10.6094 0.0820309 11.5195 0.246093 12.3398C0.402344 13.168 0.777344 13.8789 1.37109 14.4727C1.97266 15.0742 2.6875 15.4531 3.51562 15.6094C4.34375 15.7734 5.25781 15.8555 6.25781 15.8555L11.2266 15.8555C11.1562 15.668 11.1172 15.4805 11.1094 15.293C11.1016 15.1133 11.1211 14.918 11.168 14.707C11.207 14.4961 11.2734 14.25 11.3672 13.9688L5.92969 13.9688C5.32812 13.9688 4.73828 13.9102 4.16016 13.793C3.57422 13.6836 3.10547 13.4531 2.75391 13.1016C2.39453 12.7422 2.16016 12.2734 2.05078 11.6953C1.94141 11.125 1.88672 10.5391 1.88672 9.9375L1.88672 5.92969C1.88672 5.32031 1.94141 4.72656 2.05078 4.14844C2.16016 3.57813 2.39453 3.11328 2.75391 2.75391C3.10547 2.40235 3.57422 2.16797 4.16016 2.05078C4.73828 1.94141 5.32812 1.88672 5.92969 1.88672L13.5937 1.88672Z" fill="white"/>
4
+ <path d="M32.5195 4.89905V10.9576C32.832 10.9342 33.1562 10.7975 33.4922 10.5475C33.8281 10.2897 34.1094 9.93811 34.3359 9.4928C34.5703 9.04749 34.6875 8.52405 34.6875 7.92249C34.6875 7.32874 34.5703 6.8092 34.3359 6.36389C34.1094 5.91858 33.8281 5.56702 33.4922 5.3092C33.1562 5.05139 32.832 4.91467 32.5195 4.89905Z" fill="white"/>
5
+ <path d="M4.32422 12.5162C4.58203 12.5787 4.91016 12.61 5.30859 12.61H12.1758L12.7969 10.9225H11.1328C10.5469 10.9225 10.043 10.7194 9.62109 10.3131C9.20703 9.90686 9 9.40686 9 8.81311C9 8.29749 9.17578 7.81702 9.52734 7.3717L12.8086 3.2467H5.34375C4.92969 3.2467 4.59375 3.28186 4.33594 3.35217C4.07812 3.41467 3.86719 3.52795 3.70312 3.69202C3.54688 3.85608 3.43359 4.06702 3.36328 4.32483C3.29297 4.57483 3.25781 4.90686 3.25781 5.32092V10.5592C3.25781 10.9655 3.29297 11.2936 3.36328 11.5436C3.43359 11.7936 3.54688 12.0006 3.70312 12.1647C3.86719 12.3287 4.07422 12.4459 4.32422 12.5162Z" fill="white"/>
6
+ <path d="M21.6914 8.48499L18.4102 12.61H25.6172C26.0234 12.61 26.3516 12.5787 26.6016 12.5162C26.8516 12.4459 27.0586 12.3287 27.2227 12.1647C27.5273 11.86 27.6797 11.3248 27.6797 10.5592V5.29749C27.6797 4.89124 27.6445 4.56311 27.5742 4.31311C27.5039 4.06311 27.3867 3.85608 27.2227 3.69202C27.0586 3.52795 26.8516 3.41467 26.6016 3.35217C26.3516 3.28186 26.0234 3.2467 25.6172 3.2467H19.043L18.4219 4.9342H20.0742C20.668 4.9342 21.1719 5.13733 21.5859 5.54358C22.0078 5.94983 22.2188 6.44983 22.2188 7.04358C22.2188 7.5592 22.043 8.03967 21.6914 8.48499Z" fill="white"/>
7
+ <path d="M10.7812 8.34432C10.6484 8.52401 10.582 8.68026 10.582 8.81307C10.582 8.96151 10.6328 9.0826 10.7344 9.17635C10.8438 9.2701 10.9727 9.31698 11.1211 9.31698H15.0938L12.9727 15.0123C12.8867 15.2623 12.8945 15.4654 12.9961 15.6217C13.1055 15.7779 13.2578 15.8599 13.4531 15.8678C13.6484 15.8678 13.8242 15.7701 13.9805 15.5748L20.4023 7.50057C20.5352 7.3287 20.6016 7.17635 20.6016 7.04354C20.6016 6.8951 20.5469 6.77401 20.4375 6.68026C20.3359 6.58651 20.2109 6.53963 20.0625 6.53963H16.0898L18.2109 0.844323C18.3047 0.594323 18.2969 0.391198 18.1875 0.234948C18.0781 0.0786978 17.9258 0.000572791 17.7305 0.000572791C17.543 -0.00723971 17.3672 0.0865103 17.2031 0.281823L10.7812 8.34432Z" fill="white"/>
8
+ </svg>