rnxsim 0.0.0 → 0.1.312

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 (228) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +512 -0
  3. package/detox/colors.ts +54 -0
  4. package/detox/config-loader.ts +135 -0
  5. package/detox/element-types.ts +39 -0
  6. package/detox/expectations.ts +537 -0
  7. package/detox/gestures.ts +480 -0
  8. package/detox/index.ts +2118 -0
  9. package/detox/jest-preset.cjs +51 -0
  10. package/detox/jest-setup-after-env.cjs +18 -0
  11. package/detox/matchers.ts +30 -0
  12. package/detox/motion-change.cjs +109 -0
  13. package/detox/motion-change.d.cts +35 -0
  14. package/detox/navigation.ts +43 -0
  15. package/detox/screenshots/animated-color-test-rest-norngh.png +0 -0
  16. package/detox/screenshots/color-test-after-drag-norngh.png +0 -0
  17. package/detox/screenshots/color-test-rest-norngh.png +0 -0
  18. package/detox/screenshots/theme-blue-toggle.png +0 -0
  19. package/detox/screenshots/theme-blue.png +0 -0
  20. package/detox/screenshots/theme-red-toggle.png +0 -0
  21. package/detox/screenshots/theme-red.png +0 -0
  22. package/dist-cli/bin.js +15 -0
  23. package/dist-cli/chunks/agent-NXVDDCFG.js +48 -0
  24. package/dist-cli/chunks/agent-wrapper-DXJCFKL3.js +17 -0
  25. package/dist-cli/chunks/app-fonts-W5AJZQJF.js +4 -0
  26. package/dist-cli/chunks/assert-3LOJEUDT.js +49 -0
  27. package/dist-cli/chunks/auth-MFTYYPNX.js +12 -0
  28. package/dist-cli/chunks/beta-GT3NN67B.js +4 -0
  29. package/dist-cli/chunks/camera-6EAK7CUL.js +22 -0
  30. package/dist-cli/chunks/chunk-274UD5FD.js +4 -0
  31. package/dist-cli/chunks/chunk-2SA2VTGP.js +5 -0
  32. package/dist-cli/chunks/chunk-33FKQH54.js +5 -0
  33. package/dist-cli/chunks/chunk-37I5AIS7.js +3 -0
  34. package/dist-cli/chunks/chunk-3D57IBPC.js +4 -0
  35. package/dist-cli/chunks/chunk-4BXCZHAU.js +4 -0
  36. package/dist-cli/chunks/chunk-5OX7ANRA.js +5 -0
  37. package/dist-cli/chunks/chunk-66NF2KNG.js +9 -0
  38. package/dist-cli/chunks/chunk-6UKJB2VC.js +125 -0
  39. package/dist-cli/chunks/chunk-7INBNA3U.js +26 -0
  40. package/dist-cli/chunks/chunk-7VWOSTD5.js +5 -0
  41. package/dist-cli/chunks/chunk-AY47WKS5.js +23 -0
  42. package/dist-cli/chunks/chunk-B7KMNHX7.js +4 -0
  43. package/dist-cli/chunks/chunk-BKNOLP3J.js +4 -0
  44. package/dist-cli/chunks/chunk-BRIZOR4K.js +28 -0
  45. package/dist-cli/chunks/chunk-DM6KUAOZ.js +4 -0
  46. package/dist-cli/chunks/chunk-EUAVBTKU.js +4 -0
  47. package/dist-cli/chunks/chunk-FTC4M26Q.js +4 -0
  48. package/dist-cli/chunks/chunk-FWYYCUAZ.js +4 -0
  49. package/dist-cli/chunks/chunk-G74YIEVS.js +7 -0
  50. package/dist-cli/chunks/chunk-GZDHEONW.js +507 -0
  51. package/dist-cli/chunks/chunk-HG7ORJMT.js +5 -0
  52. package/dist-cli/chunks/chunk-HMDOLCKG.js +15 -0
  53. package/dist-cli/chunks/chunk-JG6S4RSH.js +4 -0
  54. package/dist-cli/chunks/chunk-KR5BGMBZ.js +4 -0
  55. package/dist-cli/chunks/chunk-KZW5WBGU.js +983 -0
  56. package/dist-cli/chunks/chunk-L24Z3CRS.js +30 -0
  57. package/dist-cli/chunks/chunk-LDQ7HVCW.js +4 -0
  58. package/dist-cli/chunks/chunk-MENV7VLD.js +4 -0
  59. package/dist-cli/chunks/chunk-MNGQ42QE.js +568 -0
  60. package/dist-cli/chunks/chunk-N6A3SXMR.js +4 -0
  61. package/dist-cli/chunks/chunk-NLEMQ4PY.js +6 -0
  62. package/dist-cli/chunks/chunk-NPVGMH2N.js +101 -0
  63. package/dist-cli/chunks/chunk-OR3XTXEB.js +107 -0
  64. package/dist-cli/chunks/chunk-PEPUGJVI.js +4 -0
  65. package/dist-cli/chunks/chunk-Q3RGLERJ.js +142 -0
  66. package/dist-cli/chunks/chunk-SI3BUTQR.js +4 -0
  67. package/dist-cli/chunks/chunk-T4FT6CM7.js +4 -0
  68. package/dist-cli/chunks/chunk-TBMVBI26.js +7 -0
  69. package/dist-cli/chunks/chunk-TCWQJILS.js +5 -0
  70. package/dist-cli/chunks/chunk-TGQNQ6XT.js +766 -0
  71. package/dist-cli/chunks/chunk-TYE3WBSR.js +5 -0
  72. package/dist-cli/chunks/chunk-U4PN6JOT.js +6 -0
  73. package/dist-cli/chunks/chunk-VUFRB347.js +4 -0
  74. package/dist-cli/chunks/chunk-VZBLFMYC.js +10 -0
  75. package/dist-cli/chunks/chunk-WBT32R6N.js +25 -0
  76. package/dist-cli/chunks/chunk-XRGEEPJ5.js +38 -0
  77. package/dist-cli/chunks/chunk-Y2FSZSO7.js +71 -0
  78. package/dist-cli/chunks/chunk-YRV7HR3P.js +74 -0
  79. package/dist-cli/chunks/chunk-YZRFF4YA.js +14 -0
  80. package/dist-cli/chunks/chunk-ZMZTHU7V.js +4 -0
  81. package/dist-cli/chunks/cleanup-H3GWQB63.js +25 -0
  82. package/dist-cli/chunks/cli-version-3QPAJ3LC.js +4 -0
  83. package/dist-cli/chunks/compat-5WG2XJV7.js +20 -0
  84. package/dist-cli/chunks/config-ANMBVVLL.js +13 -0
  85. package/dist-cli/chunks/control-NSGNQFJG.js +4 -0
  86. package/dist-cli/chunks/daemon-JHF4BJ3U.js +4 -0
  87. package/dist-cli/chunks/debug-CHV2O2KF.js +200 -0
  88. package/dist-cli/chunks/desktop-FIPIK4CH.js +31 -0
  89. package/dist-cli/chunks/detox-CVUJP7K6.js +52 -0
  90. package/dist-cli/chunks/device-6WCUM4W6.js +18 -0
  91. package/dist-cli/chunks/diagnose-I6EMWEII.js +43 -0
  92. package/dist-cli/chunks/disk-cleanup-P27CYFTN.js +4 -0
  93. package/dist-cli/chunks/drivers-HQ6AKZT6.js +4 -0
  94. package/dist-cli/chunks/film-UOQFFYNF.js +74 -0
  95. package/dist-cli/chunks/flow-N27MRRNL.js +4 -0
  96. package/dist-cli/chunks/help-SF6FEGEE.js +4 -0
  97. package/dist-cli/chunks/hidden-runtime-alias-NJYFSJKZ.js +4 -0
  98. package/dist-cli/chunks/home-paths-XOV44JEF.js +4 -0
  99. package/dist-cli/chunks/inspect-CWFRFQTY.js +4 -0
  100. package/dist-cli/chunks/install-desktop-KLQDNXZQ.js +4 -0
  101. package/dist-cli/chunks/login-BPFQENCX.js +28 -0
  102. package/dist-cli/chunks/logout-5A45ZGY7.js +4 -0
  103. package/dist-cli/chunks/maestro-E4CSDMLM.js +104 -0
  104. package/dist-cli/chunks/maestro-generate-CKMOJQX2.js +36 -0
  105. package/dist-cli/chunks/mode-SZYNMIQF.js +26 -0
  106. package/dist-cli/chunks/optional-demo-registry-FRH4SFVG.js +4 -0
  107. package/dist-cli/chunks/perf-VXU2XJAX.js +48 -0
  108. package/dist-cli/chunks/permissions-IRIAOVND.js +13 -0
  109. package/dist-cli/chunks/record-RY7FPLLH.js +72 -0
  110. package/dist-cli/chunks/report-issue-KNWXOE53.js +29 -0
  111. package/dist-cli/chunks/runtime-AR3GJTGK.js +4 -0
  112. package/dist-cli/chunks/screenshot-command-QLALR6GY.js +159 -0
  113. package/dist-cli/chunks/screenshot-layers-OQFMFVRL.js +20 -0
  114. package/dist-cli/chunks/screenshots-capture-6TSRJFGB.js +42 -0
  115. package/dist-cli/chunks/serve-F54J2NQO.js +44 -0
  116. package/dist-cli/chunks/setup-7V6UKX4U.js +32 -0
  117. package/dist-cli/chunks/skills-QQBOSETH.js +50 -0
  118. package/dist-cli/chunks/storage-TAPMKK5O.js +37 -0
  119. package/dist-cli/chunks/store-7NX3S43H.js +4 -0
  120. package/dist-cli/chunks/telemetry-E7BUK6RA.js +4 -0
  121. package/dist-cli/chunks/timeline-IAM564NA.js +24 -0
  122. package/dist-cli/chunks/upgrade-CD55QXIX.js +7 -0
  123. package/dist-cli/chunks/upload-GZ6LIMYM.js +4 -0
  124. package/dist-cli/chunks/version-3DYJ5AS3.js +6 -0
  125. package/dist-cli/chunks/web-6NW6YLPI.js +4 -0
  126. package/dist-cli/chunks/what-happened-CZZDOOVG.js +25 -0
  127. package/dist-lib/agent-daemon-client.cjs +468 -0
  128. package/dist-lib/agent-events.cjs +48 -0
  129. package/dist-lib/agent-identity.cjs +53 -0
  130. package/dist-lib/agent-sessions.cjs +725 -0
  131. package/dist-lib/attached-projects.cjs +526 -0
  132. package/dist-lib/auth/shared-session.cjs +195 -0
  133. package/dist-lib/backend-origin.cjs +70 -0
  134. package/dist-lib/beta.cjs +41 -0
  135. package/dist-lib/beta.mjs +13 -0
  136. package/dist-lib/bridge-constants.cjs +161 -0
  137. package/dist-lib/cli-constants.cjs +32 -0
  138. package/dist-lib/config.cjs +96 -0
  139. package/dist-lib/detox/index.cjs +2863 -0
  140. package/dist-lib/detox/jest-preset.cjs +51 -0
  141. package/dist-lib/dev-bundle-resolution.cjs +223 -0
  142. package/dist-lib/home-paths.cjs +421 -0
  143. package/dist-lib/host/bridge-host.cjs +5600 -0
  144. package/dist-lib/host/fetch-proxy-handler.cjs +373 -0
  145. package/dist-lib/host/fetch-proxy-overrides.cjs +63 -0
  146. package/dist-lib/host/fetch-proxy-overrides.mjs +37 -0
  147. package/dist-lib/host/websocket-proxy.cjs +214 -0
  148. package/dist-lib/index.cjs +513 -0
  149. package/dist-lib/jump-to-source-babel.cjs +93 -0
  150. package/dist-lib/menu.cjs +620 -0
  151. package/dist-lib/menu.mjs +581 -0
  152. package/dist-lib/metro.cjs +297 -0
  153. package/dist-lib/profiles.cjs +246 -0
  154. package/dist-lib/public-brand.cjs +39 -0
  155. package/dist-lib/render-mode.cjs +54 -0
  156. package/dist-lib/scripts/dev-server-scanner.cjs +1034 -0
  157. package/dist-lib/sdk.cjs +2333 -0
  158. package/dist-lib/sdk.mjs +2240 -0
  159. package/dist-lib/skills.cjs +23911 -0
  160. package/dist-lib/vite.cjs +358 -0
  161. package/package.json +189 -18
  162. package/scripts/dev-server-scanner.ts +941 -0
  163. package/scripts/optional-demo-registry.ts +113 -0
  164. package/scripts/postinstall.cjs +3 -0
  165. package/scripts/preuninstall.cjs +118 -0
  166. package/skills/contrast/SKILL.md +171 -0
  167. package/skills/rnx-debug/SKILL.md +425 -0
  168. package/skills/rnx-perf/SKILL.md +295 -0
  169. package/skills/rnx-setup/SKILL.md +160 -0
  170. package/skills/rnx-test/SKILL.md +292 -0
  171. package/skills/rnx-visual/SKILL.md +122 -0
  172. package/src/agent-daemon-client.ts +410 -0
  173. package/src/agent-events.ts +71 -0
  174. package/src/agent-identity.ts +23 -0
  175. package/src/agent-prompt.ts +71 -0
  176. package/src/agent-sessions.ts +573 -0
  177. package/src/attached-projects.ts +539 -0
  178. package/src/auth/shared-session.ts +204 -0
  179. package/src/backend-origin.ts +49 -0
  180. package/src/beta.ts +19 -0
  181. package/src/bridge-constants.ts +171 -0
  182. package/src/browser-cache.ts +16 -0
  183. package/src/cli-constants.ts +1 -0
  184. package/src/cli-version.ts +32 -0
  185. package/src/codex-client.ts +215 -0
  186. package/src/config.ts +134 -0
  187. package/src/dev-bundle-resolution.ts +236 -0
  188. package/src/disk-cleanup.ts +466 -0
  189. package/src/home-paths.ts +552 -0
  190. package/src/host/agent-host.ts +666 -0
  191. package/src/host/bridge-host.ts +2626 -0
  192. package/src/host/fetch-proxy-handler.ts +397 -0
  193. package/src/host/fetch-proxy-overrides.ts +51 -0
  194. package/src/host/open-url.ts +89 -0
  195. package/src/host/websocket-proxy.ts +210 -0
  196. package/src/index.ts +12 -705
  197. package/src/jump-to-source-babel.ts +135 -0
  198. package/src/menu.ts +734 -0
  199. package/src/metro-plugin.ts +139 -0
  200. package/src/native-dev-bundle-url.ts +96 -0
  201. package/src/native-seam-manifest.ts +341 -0
  202. package/src/plist.ts +27 -0
  203. package/src/poll-until.ts +92 -0
  204. package/src/profiles.ts +179 -0
  205. package/src/public-brand.ts +9 -0
  206. package/src/render-mode.ts +27 -0
  207. package/src/runtime-assets.ts +228 -0
  208. package/src/runtime-delivery.ts +54 -0
  209. package/src/screenshots/compose.ts +422 -0
  210. package/src/screenshots/frame-compose.ts +454 -0
  211. package/src/screenshots/orchestrate.ts +256 -0
  212. package/src/screenshots/org-deck.ts +91 -0
  213. package/src/screenshots/registry.ts +58 -0
  214. package/src/screenshots/schema.ts +364 -0
  215. package/src/sdk.ts +7 -0
  216. package/src/settings-bundle.ts +418 -0
  217. package/src/skills/builtin/a11y-review.ts +132 -0
  218. package/src/skills/builtin/compat-check.ts +71 -0
  219. package/src/skills/builtin/maestro-test.ts +121 -0
  220. package/src/skills/builtin/perf-profile.ts +90 -0
  221. package/src/skills/builtin/screenshot-all.ts +52 -0
  222. package/src/skills/builtin/visual-diff.ts +100 -0
  223. package/src/skills/registry.ts +107 -0
  224. package/src/skills/types.ts +41 -0
  225. package/src/team-machine-prompt.ts +73 -0
  226. package/src/vite-plugin-one.ts +190 -0
  227. package/src/vite-plugin.ts +1750 -0
  228. package/src/worklets-babel.ts +134 -0
@@ -0,0 +1,581 @@
1
+ /*! rnx v0.1.312 | (c) 2026 Tamagui LLC | Proprietary — see LICENSE */
2
+
3
+ // src/public-brand.ts
4
+ var name = "rnx";
5
+ var rnxPublicBrand = Object.freeze({
6
+ name,
7
+ packageName: "rnxsim",
8
+ commandName: "rnxsim",
9
+ domain: "rnxsim.com",
10
+ origin: "https://rnxsim.com"
11
+ });
12
+
13
+ // src/menu.ts
14
+ var SOOTSIM_ENGINE_EVENT_NAME = "sootsim:engine-event";
15
+ var SOOTSIM_SHELL_COMMAND_NAME = "sootsim:shell-command";
16
+ var SOOTSIM_AMBIENT_GLOW_LEVELS = ["off", "soft", "full"];
17
+ function isSootSimAmbientGlowLevel(value) {
18
+ return value === "off" || value === "soft" || value === "full";
19
+ }
20
+ var SOOTSIM_AMBIENT_GLOW_LABELS = {
21
+ off: "Off",
22
+ soft: "Soft",
23
+ full: "Full"
24
+ };
25
+ function buildSootSimMenuDefs(state, deviceChoices) {
26
+ return [
27
+ appMenu(),
28
+ fileMenu(state, deviceChoices),
29
+ editMenu(),
30
+ deviceMenu(state, deviceChoices),
31
+ debugMenu(state),
32
+ windowMenu(state),
33
+ helpMenu()
34
+ ];
35
+ }
36
+ function appMenu() {
37
+ return {
38
+ label: rnxPublicBrand.name,
39
+ brand: true,
40
+ items: [
41
+ { label: `About ${rnxPublicBrand.name}`, action: "about" },
42
+ { type: "separator" },
43
+ {
44
+ label: "Preferences...",
45
+ accelerator: "CmdOrCtrl+,",
46
+ action: "preferences",
47
+ browserAccelerator: true,
48
+ shortcutLabel: "settings",
49
+ showInShortcutDocs: true
50
+ },
51
+ {
52
+ label: "Settings Pages",
53
+ items: [
54
+ {
55
+ label: "Accessibility",
56
+ action: "open-settings-page",
57
+ actionPayload: "accessibility"
58
+ },
59
+ {
60
+ label: "Display & Text Size",
61
+ action: "open-settings-page",
62
+ actionPayload: "display-and-text-size"
63
+ },
64
+ {
65
+ label: "Notifications",
66
+ action: "open-settings-page",
67
+ actionPayload: "notifications"
68
+ },
69
+ {
70
+ label: "Apps",
71
+ action: "open-settings-page",
72
+ actionPayload: "apps"
73
+ },
74
+ {
75
+ label: "Privacy & Security",
76
+ action: "open-settings-page",
77
+ actionPayload: "privacy"
78
+ }
79
+ ]
80
+ },
81
+ { type: "separator" },
82
+ {
83
+ label: "Hide rnx",
84
+ accelerator: "CmdOrCtrl+H",
85
+ action: "hide",
86
+ hiddenIn: "browser"
87
+ },
88
+ {
89
+ label: "Hide Others",
90
+ accelerator: "CmdOrCtrl+Alt+H",
91
+ action: "hide-others",
92
+ hiddenIn: "browser"
93
+ },
94
+ { label: "Show All", action: "unhide", hiddenIn: "browser" },
95
+ { type: "separator" },
96
+ {
97
+ label: "Quit rnx",
98
+ accelerator: "CmdOrCtrl+Q",
99
+ action: "quit",
100
+ hiddenIn: "browser"
101
+ }
102
+ ]
103
+ };
104
+ }
105
+ function fileMenu(state, deviceChoices) {
106
+ return {
107
+ label: "File",
108
+ notMinimal: true,
109
+ items: [
110
+ { label: "New Window", accelerator: "CmdOrCtrl+N", action: "new-window" },
111
+ {
112
+ label: "New Simulator",
113
+ hiddenIn: "browser",
114
+ items: buildSootSimDeviceChoiceDefs(state.currentDevice, deviceChoices, {
115
+ action: "new-simulator"
116
+ })
117
+ },
118
+ {
119
+ label: "Close Window",
120
+ accelerator: "CmdOrCtrl+W",
121
+ action: "close-window",
122
+ hiddenIn: "browser"
123
+ },
124
+ { type: "separator" },
125
+ {
126
+ label: "Save Screen",
127
+ accelerator: "CmdOrCtrl+S",
128
+ action: "save-screen"
129
+ },
130
+ {
131
+ label: "Copy Screen",
132
+ accelerator: "CmdOrCtrl+Alt+C",
133
+ action: "copy-screen"
134
+ },
135
+ { type: "separator" },
136
+ {
137
+ label: "Record",
138
+ accelerator: "Ctrl+CmdOrCtrl+R",
139
+ action: "toggle-recording",
140
+ browserAccelerator: true,
141
+ shortcutLabel: "start/stop recording",
142
+ showInShortcutDocs: true
143
+ }
144
+ ]
145
+ };
146
+ }
147
+ function editMenu() {
148
+ return {
149
+ label: "Edit",
150
+ hiddenIn: "browser",
151
+ items: [
152
+ { label: "Undo", accelerator: "CmdOrCtrl+Z", action: "undo" },
153
+ { label: "Redo", accelerator: "CmdOrCtrl+Shift+Z", action: "redo" },
154
+ { type: "separator" },
155
+ { label: "Cut", accelerator: "CmdOrCtrl+X", action: "cut" },
156
+ { label: "Copy", accelerator: "CmdOrCtrl+C", action: "copy" },
157
+ { label: "Paste", accelerator: "CmdOrCtrl+V", action: "paste" },
158
+ { label: "Select All", accelerator: "CmdOrCtrl+A", action: "select-all" }
159
+ ]
160
+ };
161
+ }
162
+ function deviceMenu(state, deviceChoices) {
163
+ return {
164
+ label: "Device",
165
+ items: [
166
+ { label: "Restart", accelerator: "CmdOrCtrl+R", action: "reload" },
167
+ { label: "Erase All Content and Settings...", action: "erase-all" },
168
+ { type: "separator" },
169
+ {
170
+ label: "Home",
171
+ accelerator: "Shift+CmdOrCtrl+H",
172
+ action: "home",
173
+ browserAccelerator: true,
174
+ shortcutLabel: "go home",
175
+ showInShortcutDocs: true
176
+ },
177
+ {
178
+ label: "Lock",
179
+ accelerator: "CmdOrCtrl+L",
180
+ action: "lock",
181
+ shortcutLabel: "lock / unlock",
182
+ showInShortcutDocs: true
183
+ },
184
+ { label: "Shake", accelerator: "Ctrl+CmdOrCtrl+Z", action: "shake" },
185
+ {
186
+ label: "App Switcher",
187
+ accelerator: "Ctrl+Shift+CmdOrCtrl+H",
188
+ action: "app-switcher",
189
+ browserAccelerator: true,
190
+ shortcutLabel: "app switcher",
191
+ showInShortcutDocs: true
192
+ },
193
+ { type: "separator" },
194
+ { label: "Trigger Screenshot", action: "screenshot" },
195
+ { type: "separator" },
196
+ ...buildSootSimDeviceChoiceDefs(state.currentDevice, deviceChoices, {
197
+ action: "switch-device"
198
+ })
199
+ ]
200
+ };
201
+ }
202
+ function debugMenu(state) {
203
+ return {
204
+ label: "Debug",
205
+ items: [
206
+ // both toggles are stateful in the browser, where the open state lives
207
+ // in the same document. electron's menu process cannot see it, so it
208
+ // keeps the plain (stateless) items rather than a permanently
209
+ // unchecked checkbox — same reasoning as the screenshot/3d entries
210
+ // being hidden there. accelerators stay single-registered per surface.
211
+ {
212
+ label: "Toggle Devtools",
213
+ accelerator: "Alt+I",
214
+ action: "toggle-devtools",
215
+ showInShortcutDocs: true,
216
+ hiddenIn: "browser"
217
+ },
218
+ {
219
+ label: "Toggle Devtools",
220
+ type: "checkbox",
221
+ checked: state.devtoolsOpen,
222
+ accelerator: "Alt+I",
223
+ action: "toggle-devtools",
224
+ browserAccelerator: true,
225
+ showInShortcutDocs: true,
226
+ hiddenIn: "electron"
227
+ },
228
+ {
229
+ label: "Inspect",
230
+ accelerator: "CmdOrCtrl+I",
231
+ action: "toggle-inspect",
232
+ hiddenIn: "browser"
233
+ },
234
+ {
235
+ label: "Inspect",
236
+ type: "checkbox",
237
+ checked: state.inspectMode,
238
+ accelerator: "CmdOrCtrl+I",
239
+ action: "toggle-inspect",
240
+ browserAccelerator: true,
241
+ hiddenIn: "electron"
242
+ },
243
+ { type: "separator" },
244
+ {
245
+ label: "Open Chrome Devtools",
246
+ accelerator: "CmdOrCtrl+Alt+I",
247
+ action: "open-devtools",
248
+ hiddenIn: "browser",
249
+ shortcutLabel: "developer tools",
250
+ showInShortcutDocs: true
251
+ },
252
+ { type: "separator" },
253
+ {
254
+ label: "Always Show Live WebViews",
255
+ type: "checkbox",
256
+ checked: state.alwaysShowLiveWebViews,
257
+ action: "toggle-live-webviews"
258
+ },
259
+ { type: "separator" },
260
+ {
261
+ label: "Clear Cache and Reload",
262
+ accelerator: "CmdOrCtrl+Shift+R",
263
+ action: "clear-cache"
264
+ },
265
+ { label: "Clear Local Storage", action: "clear-localstorage" },
266
+ { label: "Clear IndexedDB", action: "clear-indexeddb" },
267
+ { label: "Clear Service Workers", action: "clear-serviceworkers" },
268
+ { type: "separator" },
269
+ {
270
+ label: "Open User Data Folder",
271
+ action: "open-userdata",
272
+ hiddenIn: "browser"
273
+ }
274
+ ]
275
+ };
276
+ }
277
+ function windowMenu(state) {
278
+ return {
279
+ label: "Window",
280
+ items: [
281
+ {
282
+ label: "Minimize",
283
+ accelerator: "CmdOrCtrl+M",
284
+ action: "minimize",
285
+ hiddenIn: "browser"
286
+ },
287
+ {
288
+ label: "Close",
289
+ accelerator: "CmdOrCtrl+W",
290
+ action: "close-window",
291
+ hiddenIn: "browser"
292
+ },
293
+ { type: "separator" },
294
+ {
295
+ label: "Toggle Appearance",
296
+ accelerator: "Shift+CmdOrCtrl+A",
297
+ action: "toggle-appearance",
298
+ browserAccelerator: true,
299
+ shortcutLabel: "toggle appearance",
300
+ showInShortcutDocs: true
301
+ },
302
+ { type: "separator" },
303
+ {
304
+ label: "Show Device Bezels",
305
+ type: "checkbox",
306
+ checked: state.showBezels,
307
+ action: "toggle-bezels"
308
+ },
309
+ {
310
+ label: "Show Menu Bar",
311
+ type: "checkbox",
312
+ checked: state.showMenuBar,
313
+ action: "toggle-menubar",
314
+ hiddenIn: "electron"
315
+ },
316
+ {
317
+ label: "Show Rail",
318
+ type: "checkbox",
319
+ checked: state.showRail,
320
+ action: "toggle-rail",
321
+ hiddenIn: "electron"
322
+ },
323
+ {
324
+ // desktop only. the device window is frameless and transparent, which
325
+ // is right for a phone floating on the desktop and wrong for the
326
+ // full-window modes; this pins the solid style on all the time. 3d
327
+ // mode switches to it on its own either way.
328
+ label: "Solid Window",
329
+ type: "checkbox",
330
+ checked: state.solidWindow,
331
+ action: "toggle-solid-window",
332
+ hiddenIn: "browser"
333
+ },
334
+ {
335
+ // browser only: the wash needs several glow radii of stage around the
336
+ // device to fade out in, and electron's transparent window is sized to
337
+ // the device, so there it can only paint a clipped rectangle.
338
+ label: "Ambient Glow",
339
+ hiddenIn: "electron",
340
+ items: SOOTSIM_AMBIENT_GLOW_LEVELS.map((level) => ({
341
+ label: SOOTSIM_AMBIENT_GLOW_LABELS[level],
342
+ type: "radio",
343
+ checked: state.ambientGlow === level,
344
+ action: "set-ambient-glow",
345
+ actionPayload: level
346
+ }))
347
+ },
348
+ {
349
+ label: "Presentation",
350
+ hiddenIn: "electron",
351
+ items: [
352
+ {
353
+ label: "Real",
354
+ type: "radio",
355
+ checked: !state.wireframe,
356
+ action: "set-presentation",
357
+ actionPayload: "real"
358
+ },
359
+ {
360
+ label: "Clean Wireframe",
361
+ type: "radio",
362
+ checked: state.wireframe,
363
+ action: "set-presentation",
364
+ actionPayload: "wireframe"
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ label: "Screenshot",
370
+ type: "checkbox",
371
+ checked: state.screenshotMode,
372
+ action: "toggle-screenshot-mode",
373
+ hiddenIn: "electron"
374
+ },
375
+ {
376
+ label: "3D",
377
+ type: "checkbox",
378
+ checked: state.threeMode,
379
+ action: "toggle-three-mode",
380
+ hiddenIn: "electron"
381
+ },
382
+ {
383
+ label: "Stay On Top",
384
+ type: "checkbox",
385
+ checked: state.stayOnTop,
386
+ action: "toggle-stay-on-top",
387
+ hiddenIn: "browser"
388
+ },
389
+ { type: "separator" },
390
+ {
391
+ label: "Physical Size",
392
+ accelerator: "CmdOrCtrl+1",
393
+ type: "radio",
394
+ checked: state.scaleMode === "physical",
395
+ action: "scale-physical"
396
+ },
397
+ {
398
+ label: "Point Accurate",
399
+ accelerator: "CmdOrCtrl+2",
400
+ type: "radio",
401
+ checked: state.scaleMode === "point",
402
+ action: "scale-point"
403
+ },
404
+ {
405
+ label: "Pixel Accurate",
406
+ accelerator: "CmdOrCtrl+3",
407
+ type: "radio",
408
+ checked: state.scaleMode === "pixel",
409
+ action: "scale-pixel"
410
+ },
411
+ {
412
+ label: "Fit Screen",
413
+ accelerator: "CmdOrCtrl+0",
414
+ type: "radio",
415
+ checked: state.scaleMode === "fit",
416
+ action: "scale-fit"
417
+ }
418
+ ]
419
+ };
420
+ }
421
+ function helpMenu() {
422
+ return {
423
+ label: "Help",
424
+ notMinimal: true,
425
+ items: [
426
+ { label: `${rnxPublicBrand.name} Website`, action: "open-website" },
427
+ {
428
+ label: "Send Feedback...",
429
+ accelerator: "CmdOrCtrl+Shift+I",
430
+ action: "open-devtools-report",
431
+ showInShortcutDocs: true
432
+ }
433
+ ]
434
+ };
435
+ }
436
+ function buildSootSimDeviceChoiceDefs(currentDevice, deviceChoices, options) {
437
+ const items = [];
438
+ let lastPlatform = "";
439
+ const isStateful = options.action === "switch-device";
440
+ for (const choice of deviceChoices) {
441
+ if (lastPlatform && choice.platform !== lastPlatform)
442
+ items.push({ type: "separator" });
443
+ lastPlatform = choice.platform;
444
+ if (isStateful) {
445
+ items.push({
446
+ label: choice.label,
447
+ type: "radio",
448
+ checked: choice.model === currentDevice,
449
+ action: options.action,
450
+ actionPayload: choice.model
451
+ });
452
+ } else {
453
+ items.push({
454
+ label: choice.label,
455
+ action: options.action,
456
+ actionPayload: choice.model
457
+ });
458
+ }
459
+ }
460
+ return items;
461
+ }
462
+ function shouldIncludeItemForPlatform(item, platform) {
463
+ if (item.hiddenIn === platform) return false;
464
+ if (!item.accelerator || !item.action) return false;
465
+ if (platform === "browser") return item.browserAccelerator === true;
466
+ return true;
467
+ }
468
+ function shouldIncludeItemInDocs(item, platform) {
469
+ if (!item.showInShortcutDocs) return false;
470
+ if (platform === "browser" && !item.browserAccelerator) return false;
471
+ return true;
472
+ }
473
+ function collectMenuShortcutsFromDefs(menus, platform, includeItem) {
474
+ const entries = [];
475
+ const visit = (menuLabel, items) => {
476
+ for (const item of items) {
477
+ if (item.type === "separator") continue;
478
+ if (item.items?.length) visit(menuLabel, item.items);
479
+ if (!includeItem(item, platform)) continue;
480
+ const { accelerator, action } = item;
481
+ if (!accelerator || !action) continue;
482
+ entries.push({
483
+ menuLabel,
484
+ label: item.shortcutLabel ?? item.label,
485
+ accelerator,
486
+ action,
487
+ actionPayload: item.actionPayload
488
+ });
489
+ }
490
+ };
491
+ for (const menu of menus) {
492
+ if (menu.hiddenIn === platform) continue;
493
+ visit(menu.label, menu.items);
494
+ }
495
+ return entries;
496
+ }
497
+ function getMenuShortcutEntriesFromDefs(menus, platform) {
498
+ return collectMenuShortcutsFromDefs(menus, platform, shouldIncludeItemForPlatform);
499
+ }
500
+ function getMenuShortcutEntries(state, deviceChoices, platform) {
501
+ return getMenuShortcutEntriesFromDefs(
502
+ buildSootSimMenuDefs(state, deviceChoices),
503
+ platform
504
+ );
505
+ }
506
+ function getShortcutDocSections(state, deviceChoices, platform) {
507
+ return getShortcutDocSectionsFromDefs(
508
+ buildSootSimMenuDefs(state, deviceChoices),
509
+ platform
510
+ );
511
+ }
512
+ function getShortcutDocSectionsFromDefs(menus, platform) {
513
+ const sections = [];
514
+ const byMenu = /* @__PURE__ */ new Map();
515
+ for (const entry of collectMenuShortcutsFromDefs(
516
+ menus,
517
+ platform,
518
+ shouldIncludeItemInDocs
519
+ )) {
520
+ const items = byMenu.get(entry.menuLabel) ?? [];
521
+ items.push({
522
+ keys: formatAccelerator(entry.accelerator),
523
+ label: entry.label
524
+ });
525
+ byMenu.set(entry.menuLabel, items);
526
+ }
527
+ for (const [title, entries] of byMenu) {
528
+ sections.push({
529
+ title: title.toLowerCase(),
530
+ entries
531
+ });
532
+ }
533
+ return sections;
534
+ }
535
+ function formatAccelerator(accel) {
536
+ return accel.replace(/CmdOrCtrl\+/g, "\u2318").replace(/Ctrl\+/g, "\u2303").replace(/Alt\+/g, "\u2325").replace(/Shift\+/g, "\u21E7").replace(/Left/g, "\u2190").replace(/Right/g, "\u2192").replace(/Up/g, "\u2191").replace(/Down/g, "\u2193");
537
+ }
538
+ var ARROW_KEYS = {
539
+ Left: "arrowleft",
540
+ Right: "arrowright",
541
+ Up: "arrowup",
542
+ Down: "arrowdown"
543
+ };
544
+ function normalizeAcceleratorKey(key) {
545
+ return ARROW_KEYS[key] ?? key.toLowerCase();
546
+ }
547
+ function normalizeEventKey(key) {
548
+ return key.toLowerCase();
549
+ }
550
+ function matchesAccelerator(event, accelerator) {
551
+ const tokens = accelerator.split("+");
552
+ const keyToken = tokens[tokens.length - 1];
553
+ const wantsCmdOrCtrl = tokens.includes("CmdOrCtrl");
554
+ const wantsCtrl = tokens.includes("Ctrl");
555
+ const wantsAlt = tokens.includes("Alt");
556
+ const wantsShift = tokens.includes("Shift");
557
+ if (!keyToken) return false;
558
+ if (event.altKey !== wantsAlt) return false;
559
+ if (event.shiftKey !== wantsShift) return false;
560
+ const hasCmdOrCtrl = event.metaKey || event.ctrlKey;
561
+ if (wantsCmdOrCtrl && !hasCmdOrCtrl) return false;
562
+ if (!wantsCmdOrCtrl && event.metaKey) return false;
563
+ if (wantsCtrl && !event.ctrlKey) return false;
564
+ if (!wantsCtrl && !wantsCmdOrCtrl && event.ctrlKey) return false;
565
+ return normalizeEventKey(event.key) === normalizeAcceleratorKey(keyToken);
566
+ }
567
+ export {
568
+ SOOTSIM_AMBIENT_GLOW_LABELS,
569
+ SOOTSIM_AMBIENT_GLOW_LEVELS,
570
+ SOOTSIM_ENGINE_EVENT_NAME,
571
+ SOOTSIM_SHELL_COMMAND_NAME,
572
+ buildSootSimDeviceChoiceDefs,
573
+ buildSootSimMenuDefs,
574
+ formatAccelerator,
575
+ getMenuShortcutEntries,
576
+ getMenuShortcutEntriesFromDefs,
577
+ getShortcutDocSections,
578
+ getShortcutDocSectionsFromDefs,
579
+ isSootSimAmbientGlowLevel,
580
+ matchesAccelerator
581
+ };