@visulima/dev-toolbar 1.0.0-alpha.2 → 1.0.0-alpha.21

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 (137) hide show
  1. package/CHANGELOG.md +251 -0
  2. package/LICENSE.md +137 -5
  3. package/README.md +70 -43
  4. package/bin/mcp.js +29 -0
  5. package/dist/apps/a11y/index.d.ts +3 -2
  6. package/dist/apps/a11y/index.js +3 -3
  7. package/dist/apps/annotations/index.d.ts +4 -0
  8. package/dist/apps/annotations/index.js +18 -0
  9. package/dist/apps/assets/index.d.ts +4 -0
  10. package/dist/apps/assets/index.js +16 -0
  11. package/dist/apps/inspector/index.d.ts +4 -0
  12. package/dist/apps/inspector/index.js +30 -0
  13. package/dist/apps/module-graph/index.d.ts +3 -2
  14. package/dist/apps/module-graph/index.js +2 -2
  15. package/dist/apps/performance/index.d.ts +3 -2
  16. package/dist/apps/performance/index.js +2 -2
  17. package/dist/apps/seo/index.d.ts +3 -2
  18. package/dist/apps/seo/index.js +2 -2
  19. package/dist/apps/settings/index.d.ts +3 -2
  20. package/dist/apps/settings/index.js +2 -2
  21. package/dist/apps/tailwind/index.d.ts +4 -0
  22. package/dist/apps/tailwind/index.js +7 -0
  23. package/dist/apps/timeline/index.d.ts +3 -2
  24. package/dist/apps/timeline/index.js +2 -2
  25. package/dist/apps/vite-config/index.d.ts +3 -2
  26. package/dist/apps/vite-config/index.js +2 -2
  27. package/dist/client/overlay.d.ts +1 -1
  28. package/dist/client/overlay.js +1 -1
  29. package/dist/index.d.ts +143 -6
  30. package/dist/index.js +1 -1
  31. package/dist/mcp/server.d.ts +2 -0
  32. package/dist/mcp/server.js +1 -0
  33. package/dist/packem_chunks/inject-source.js +9 -0
  34. package/dist/packem_shared/Alert-D2CvX4fw.js +1 -0
  35. package/dist/packem_shared/Badge-BEgU04nl.js +1 -0
  36. package/dist/packem_shared/Button-Bkx66Co7.js +1 -0
  37. package/dist/packem_shared/Card-CJa4vHVc.js +1 -0
  38. package/dist/packem_shared/Icon-B6UHkC0o.js +1 -0
  39. package/dist/packem_shared/Input-Cs6aduTi.js +1 -0
  40. package/dist/packem_shared/Label-DyCng4Cp.js +1 -0
  41. package/dist/packem_shared/Popover-BtFVaZYg.js +1 -0
  42. package/dist/packem_shared/Progress-DN6zn-0l.js +1 -0
  43. package/dist/packem_shared/Select-DgQ4ss-s.js +1 -0
  44. package/dist/packem_shared/Separator-D38mKeZv.js +1 -0
  45. package/dist/packem_shared/Skeleton-Dv-tcA1P.js +1 -0
  46. package/dist/packem_shared/Switch-C3NTpeoR.js +1 -0
  47. package/dist/packem_shared/Tabs-DKWMiawt.js +1 -0
  48. package/dist/packem_shared/Textarea-Yfg3dLZi.js +1 -0
  49. package/dist/packem_shared/Tooltip-CioncSXj.js +1 -0
  50. package/dist/packem_shared/annotation-settings-Bv0TH4WI.js +1 -0
  51. package/dist/packem_shared/annotation-store-bLQRYMaI.js +1 -0
  52. package/dist/packem_shared/app.d-SmKEDxsI.d.ts +229 -0
  53. package/dist/packem_shared/clsx-wGlvpUfw.js +1 -0
  54. package/dist/packem_shared/createClientRPCContext-DgRxrllw.js +1 -0
  55. package/dist/packem_shared/createDevToolbarHook-4bZZiHPI.js +1 -0
  56. package/dist/packem_shared/createServerRPCContext-D-yZrEjs.js +1 -0
  57. package/dist/packem_shared/getTimelineStore-B1cfjWV8.js +1 -0
  58. package/dist/packem_shared/global-api.d-BLfn-OUA.d.ts +547 -0
  59. package/dist/packem_shared/{setupGlobalHook-CFuxsCyl.js → setupGlobalHook-CCf9Logv.js} +1 -1
  60. package/dist/packem_shared/sharedToolbarStylesheet-Bx1muJAh.js +2 -0
  61. package/dist/packem_shared/store-DaUtLjf3.js +1 -0
  62. package/dist/packem_shared/use-frame-state-CxrlPUM5.js +1 -0
  63. package/dist/packem_shared/use-theme-zpm4zmqP.js +1 -0
  64. package/dist/toolbar/index.d.ts +152 -56
  65. package/dist/toolbar/index.js +3 -4
  66. package/dist/ui/index.d.ts +382 -0
  67. package/dist/ui/index.js +1 -0
  68. package/dist/vite-plugin.d.ts +155 -103
  69. package/dist/vite-plugin.js +5 -2
  70. package/package.json +53 -14
  71. package/dist/apps/a11y/a11y-app.d.ts +0 -5
  72. package/dist/apps/a11y/a11y-store.d.ts +0 -46
  73. package/dist/apps/a11y/a11y-tooltip.d.ts +0 -11
  74. package/dist/apps/module-graph/module-graph-app.d.ts +0 -5
  75. package/dist/apps/more/index.d.ts +0 -3
  76. package/dist/apps/more/index.js +0 -19
  77. package/dist/apps/more/more-app.d.ts +0 -5
  78. package/dist/apps/performance/performance-app.d.ts +0 -5
  79. package/dist/apps/performance/performance-tooltip.d.ts +0 -5
  80. package/dist/apps/seo/seo-app.d.ts +0 -5
  81. package/dist/apps/settings/settings-app.d.ts +0 -5
  82. package/dist/apps/timeline/timeline-app.d.ts +0 -5
  83. package/dist/apps/vite-config/vite-config-app.d.ts +0 -5
  84. package/dist/hooks/create-hook.d.ts +0 -10
  85. package/dist/hooks/events.d.ts +0 -5
  86. package/dist/hooks/global-hook.d.ts +0 -15
  87. package/dist/hooks/index.d.ts +0 -6
  88. package/dist/packem_shared/TimelineStore-BgBrirKd.js +0 -1
  89. package/dist/packem_shared/cn-BEsR6GkP.js +0 -1
  90. package/dist/packem_shared/createClientRPCContext-DzKQpKTk.js +0 -1
  91. package/dist/packem_shared/createDevToolbarHook-DGNxqk8N.js +0 -1
  92. package/dist/packem_shared/createServerRPCContext-BVSesPXu.js +0 -1
  93. package/dist/packem_shared/icon-BUQ92HaT.js +0 -1
  94. package/dist/packem_shared/store-BxE0w51s.js +0 -1
  95. package/dist/performance/monitor.d.ts +0 -115
  96. package/dist/rpc/client.d.ts +0 -7
  97. package/dist/rpc/functions/module-graph.d.ts +0 -17
  98. package/dist/rpc/functions/open-in-editor.d.ts +0 -9
  99. package/dist/rpc/functions/vite-config.d.ts +0 -7
  100. package/dist/rpc/index.d.ts +0 -8
  101. package/dist/rpc/server.d.ts +0 -9
  102. package/dist/timeline/index.d.ts +0 -6
  103. package/dist/timeline/store.d.ts +0 -52
  104. package/dist/toolbar/app-manager.d.ts +0 -95
  105. package/dist/toolbar/components/app-button.d.ts +0 -19
  106. package/dist/toolbar/components/app-canvas.d.ts +0 -13
  107. package/dist/toolbar/components/app-tooltip-overlay.d.ts +0 -13
  108. package/dist/toolbar/components/first-visit-hint.d.ts +0 -16
  109. package/dist/toolbar/components/index.d.ts +0 -4
  110. package/dist/toolbar/components/pinned-tooltip-card.d.ts +0 -23
  111. package/dist/toolbar/components/toolbar-bar.d.ts +0 -15
  112. package/dist/toolbar/components/toolbar-container.d.ts +0 -55
  113. package/dist/toolbar/components/vite-overlay-button.d.ts +0 -15
  114. package/dist/toolbar/context/index.d.ts +0 -2
  115. package/dist/toolbar/context/toolbar-context.d.ts +0 -106
  116. package/dist/toolbar/global-api.d.ts +0 -23
  117. package/dist/toolbar/helpers.d.ts +0 -6
  118. package/dist/toolbar/hooks/index.d.ts +0 -10
  119. package/dist/toolbar/hooks/use-apps.d.ts +0 -13
  120. package/dist/toolbar/hooks/use-frame-state.d.ts +0 -94
  121. package/dist/toolbar/hooks/use-panel-visible.d.ts +0 -21
  122. package/dist/toolbar/hooks/use-position.d.ts +0 -22
  123. package/dist/toolbar/hooks/use-theme.d.ts +0 -13
  124. package/dist/toolbar/hooks/use-toolbar.d.ts +0 -14
  125. package/dist/toolbar/settings.d.ts +0 -17
  126. package/dist/toolbar/stylesheet.d.ts +0 -1
  127. package/dist/toolbar/utils/index.d.ts +0 -12
  128. package/dist/types/app.d.ts +0 -163
  129. package/dist/types/global-api.d.ts +0 -95
  130. package/dist/types/hooks.d.ts +0 -88
  131. package/dist/types/index.d.ts +0 -12
  132. package/dist/types/messaging.d.ts +0 -43
  133. package/dist/types/rpc.d.ts +0 -95
  134. package/dist/types/timeline.d.ts +0 -62
  135. package/dist/types/toolbar.d.ts +0 -56
  136. package/dist/ui/components/icon.d.ts +0 -21
  137. package/dist/utils/cn.d.ts +0 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,254 @@
1
+ ## @visulima/dev-toolbar [1.0.0-alpha.21](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.20...@visulima/dev-toolbar@1.0.0-alpha.21) (2026-05-10)
2
+
3
+ ## @visulima/dev-toolbar [1.0.0-alpha.20](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.19...@visulima/dev-toolbar@1.0.0-alpha.20) (2026-05-10)
4
+
5
+ ## @visulima/dev-toolbar [1.0.0-alpha.19](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.18...@visulima/dev-toolbar@1.0.0-alpha.19) (2026-05-07)
6
+
7
+ ## @visulima/dev-toolbar [1.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.17...@visulima/dev-toolbar@1.0.0-alpha.18) (2026-05-07)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **dev-toolbar:** bump peer ranges for @modelcontextprotocol/sdk and vite ([b6bbb40](https://github.com/visulima/visulima/commit/b6bbb406766e74f822ffe9956e85acf5feaa1ded))
12
+
13
+ ## @visulima/dev-toolbar [1.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.16...@visulima/dev-toolbar@1.0.0-alpha.17) (2026-05-06)
14
+
15
+ ## @visulima/dev-toolbar [1.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.15...@visulima/dev-toolbar@1.0.0-alpha.16) (2026-05-06)
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * **dev-toolbar:** apply prettier and eslint quote-style auto-fix ([3bb9b50](https://github.com/visulima/visulima/commit/3bb9b50337d5bbc0e3a1bd372a69ceebad1fb188))
20
+ * **dev-toolbar:** housekeeping cleanup ([d7c5ed5](https://github.com/visulima/visulima/commit/d7c5ed5518069405476212d8a9814af50cf2ef15))
21
+
22
+ ## @visulima/dev-toolbar [1.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.14...@visulima/dev-toolbar@1.0.0-alpha.15) (2026-05-04)
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ * **dev-toolbar:** allow zod v4 and align eslint-plugin-zod with catalog ([70733ad](https://github.com/visulima/visulima/commit/70733ad6155c3bc460d2bc0943f88af59b7b6725))
27
+
28
+ ## @visulima/dev-toolbar [1.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.13...@visulima/dev-toolbar@1.0.0-alpha.14) (2026-04-30)
29
+
30
+ ### Miscellaneous Chores
31
+
32
+ * **dev-toolbar:** upgrade packem to 2.0.0-alpha.76 ([4a496ed](https://github.com/visulima/visulima/commit/4a496edb863ecd414c34ff043d49ba3171538ccd))
33
+ * re-sort workspace package.json files via vis sort-package-json ([f625696](https://github.com/visulima/visulima/commit/f625696cfac974325774b3243e1a83c3d23acbd7))
34
+ * simplify pnpm-workspace packages list ([7cab221](https://github.com/visulima/visulima/commit/7cab221163632d9b7aa044a6f88c49083103a869))
35
+
36
+ ## @visulima/dev-toolbar [1.0.0-alpha.13](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.12...@visulima/dev-toolbar@1.0.0-alpha.13) (2026-04-22)
37
+
38
+ ### Bug Fixes
39
+
40
+ * Remove JSR configuration generation script and generated jsr.json files ([#616](https://github.com/visulima/visulima/issues/616)) ([533744b](https://github.com/visulima/visulima/commit/533744b103b74896941db5b727173e617a27a63b))
41
+
42
+ ## @visulima/dev-toolbar [1.0.0-alpha.12](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.11...@visulima/dev-toolbar@1.0.0-alpha.12) (2026-04-21)
43
+
44
+ ### Miscellaneous Chores
45
+
46
+ * jsr.json update and lock file ([73fce38](https://github.com/visulima/visulima/commit/73fce38c7cb4603f3fffb88609b1b18e2feb4937))
47
+
48
+ ## @visulima/dev-toolbar [1.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.10...@visulima/dev-toolbar@1.0.0-alpha.11) (2026-04-21)
49
+
50
+ ### Miscellaneous Chores
51
+
52
+ * update the jsr.json ([864ab7e](https://github.com/visulima/visulima/commit/864ab7e71c4b5ae82f64792d1ae8debfea2c539b))
53
+
54
+ ## @visulima/dev-toolbar [1.0.0-alpha.10](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.9...@visulima/dev-toolbar@1.0.0-alpha.10) (2026-04-21)
55
+
56
+ ### Bug Fixes
57
+
58
+ * **dev-toolbar:** resolve type errors in annotation overlay and perf monitor ([b201aa6](https://github.com/visulima/visulima/commit/b201aa6605a9fa030ce74f58743e10a042183156))
59
+ * **tui:** inline component and hook barrel exports in ink entry ([1cf8dd2](https://github.com/visulima/visulima/commit/1cf8dd25c91a2001268fb9d964d95df649bf7832))
60
+
61
+ ### Miscellaneous Chores
62
+
63
+ * **api-platform:** apply pending lint and source updates ([3fb0043](https://github.com/visulima/visulima/commit/3fb0043a4cf35f752ca89a09a077100ae0142da8))
64
+ * bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
65
+ * **dev-toolbar:** apply formatter and type refinements ([167c654](https://github.com/visulima/visulima/commit/167c654ae2f7c57a4ff7d0c84f5196de4a72c8d7))
66
+ * **dev-toolbar:** apply pending changes ([e16638c](https://github.com/visulima/visulima/commit/e16638c00907a4612fa53f74f141bd3aac9f6ca9))
67
+ * **dev-toolbar:** apply pending lint and source updates ([ece08e1](https://github.com/visulima/visulima/commit/ece08e16c85e927d1eead02eea69f15d5ea1a3dc))
68
+ * **dev-toolbar:** enforce curly braces and apply lint fixes ([1b6797e](https://github.com/visulima/visulima/commit/1b6797ec1844979a7bb3ac3aa094e42a4fe3a68b))
69
+ * fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
70
+
71
+ ### Code Refactoring
72
+
73
+ * replace inline import() types with top-level imports ([4569a4c](https://github.com/visulima/visulima/commit/4569a4ca04723da069f985855dcfab292f7347e1))
74
+
75
+ ### Tests
76
+
77
+ * **tui, dev-toolbar:** fix expect.assertions counts on looped assertions ([898bc59](https://github.com/visulima/visulima/commit/898bc59ef217f7c8ee2aa7fdf7da3d355c028b13))
78
+
79
+ ## @visulima/dev-toolbar [1.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.8...@visulima/dev-toolbar@1.0.0-alpha.9) (2026-04-15)
80
+
81
+ ### Bug Fixes
82
+
83
+ * **dev-toolbar:** add missing DOM property types and tighten getOptionValue fallback ([55326d0](https://github.com/visulima/visulima/commit/55326d02b173211608aefa994aa0e5f54705120d))
84
+ * **dev-toolbar:** replace bogus .toBe(true) assertions with proper matchers ([e672ca4](https://github.com/visulima/visulima/commit/e672ca459bf8d3e9141e277755bc35f2b59dac07))
85
+ * **error-debugging:** resolve eslint and type-safety issues ([886dbff](https://github.com/visulima/visulima/commit/886dbffe3f744c9493fcc54e781de3fd21eebf78))
86
+
87
+ ## @visulima/dev-toolbar [1.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.7...@visulima/dev-toolbar@1.0.0-alpha.8) (2026-04-08)
88
+
89
+ ### Bug Fixes
90
+
91
+ * **dev-toolbar:** resolve eslint errors ([225128a](https://github.com/visulima/visulima/commit/225128ab192d318b9d997ad793c7c43384e2431e))
92
+ * remove deprecated baseUrl and downlevelIteration from tsconfigs ([a708366](https://github.com/visulima/visulima/commit/a708366b5c3bc73cfde480a712ed397bd921fb93))
93
+ * resolve failing tests across multiple packages ([2b4b6f0](https://github.com/visulima/visulima/commit/2b4b6f04169b60fdc4cf77b293015436a272c0fb))
94
+
95
+ ### Miscellaneous Chores
96
+
97
+ * added og images ([02d9d1e](https://github.com/visulima/visulima/commit/02d9d1e47be3ce75679ea89e857dc4e4bfe4946b))
98
+ * apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
99
+ * **dev-toolbar:** add tsconfig.eslint.json for type-aware linting ([d2c864a](https://github.com/visulima/visulima/commit/d2c864a01f9c4805975596c9de8af4a04ac4beaa))
100
+ * **dev-toolbar:** apply auto-fix formatting ([3a80a7d](https://github.com/visulima/visulima/commit/3a80a7daaadcc9705ebb153bfea617e4a5029379))
101
+ * **dev-toolbar:** apply prettier formatting ([a6d5528](https://github.com/visulima/visulima/commit/a6d5528602966810f03eb30c7883b8fd53088d40))
102
+ * **dev-toolbar:** expand braceless if statements to block syntax ([b059279](https://github.com/visulima/visulima/commit/b059279c444036b52c94515d852ec20cd782692e))
103
+ * **dev-toolbar:** expand inline if-return to block syntax ([db834ab](https://github.com/visulima/visulima/commit/db834ab5b42ff3dca9ef90e478c690e8367d4df8))
104
+ * **dev-toolbar:** expand inline if-return to block syntax ([90ffee8](https://github.com/visulima/visulima/commit/90ffee895f5fa746932e6a4e2a3323b621af763f))
105
+ * **dev-toolbar:** migrate .prettierrc.cjs to prettier.config.js ([1cd3cc7](https://github.com/visulima/visulima/commit/1cd3cc72156127384babc0238cfe90b328683cf3))
106
+ * update bundled dependency licenses ([6ace4c6](https://github.com/visulima/visulima/commit/6ace4c69d41fc1fd0a744fbca8ca219ba631b4ab))
107
+
108
+ ## @visulima/dev-toolbar [1.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.6...@visulima/dev-toolbar@1.0.0-alpha.7) (2026-03-26)
109
+
110
+ ### Features
111
+
112
+ * **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
113
+
114
+ ## @visulima/dev-toolbar [1.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.5...@visulima/dev-toolbar@1.0.0-alpha.6) (2026-03-26)
115
+
116
+ ### Features
117
+
118
+ * **dev-toolbar:** add accessibility info capture to inspector ([2b98ee6](https://github.com/visulima/visulima/commit/2b98ee6249759d1d2c42504354ebf3a92db4a6e6))
119
+ * **dev-toolbar:** add custom Select component replacing native <select> ([c9c8685](https://github.com/visulima/visulima/commit/c9c8685ea3a05c28ea89d5f5d852d56bc8cbcad0))
120
+ * **dev-toolbar:** add viewport rulers with draggable guidelines to inspector ([9df079a](https://github.com/visulima/visulima/commit/9df079a83563b1afc617d76df78259082ea98817))
121
+ * **dev-toolbar:** add visual annotation system with MCP agent integration ([be88cfe](https://github.com/visulima/visulima/commit/be88cfe30f3f624075167762e9c9780653dd34e9))
122
+ * **dev-toolbar:** redesign annotation popups, add toast notifications, improve docs ([cca080f](https://github.com/visulima/visulima/commit/cca080fc6098a692e681ee5b140f8c5c3a810a2c))
123
+
124
+ ### Bug Fixes
125
+
126
+ * **api-platform:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([daa2b0b](https://github.com/visulima/visulima/commit/daa2b0bfb491b42bc83c369fec2dcd7950f082b0))
127
+ * **dev-toolbar:** address code review findings across toolbar components ([449a300](https://github.com/visulima/visulima/commit/449a300226e4ccaee52ad258d5eccf6f77a72343))
128
+ * **dev-toolbar:** align inspector floating badge with main toolbar styling ([8ea1814](https://github.com/visulima/visulima/commit/8ea1814b596126b71231fd124c036f1e450275ef))
129
+ * **dev-toolbar:** audit Select component, add tests, fix pre-existing type error ([c8452d3](https://github.com/visulima/visulima/commit/c8452d3b495e9707579490155e6689c40cff9568))
130
+ * **dev-toolbar:** auto-detect TanStack Start and shield Preact from React Compiler ([6e9fa57](https://github.com/visulima/visulima/commit/6e9fa571ded1ff53d8809cee47fb404897320e9f))
131
+ * **dev-toolbar:** fix coordinate bugs, orphaned elements, and doc inaccuracies ([efa9c54](https://github.com/visulima/visulima/commit/efa9c544c9a8591c6efe6fd4a9995b411c054f54))
132
+ * **dev-toolbar:** open inspector popup at click point and add visible drag handle ([c012aed](https://github.com/visulima/visulima/commit/c012aed47eeabf2047d5a7a7e46cab807de902f3))
133
+ * **dev-toolbar:** prevent querySelector crash on area selection element paths ([ecd64d4](https://github.com/visulima/visulima/commit/ecd64d4b418e74cc582da0cd5efdb9f5e8e95d2b))
134
+ * **dev-toolbar:** resolve all TypeScript, ESLint, and Prettier errors in annotation system ([2fae465](https://github.com/visulima/visulima/commit/2fae4658017d61262293a41bef13348bbfc70e41))
135
+ * **dev-toolbar:** use correct ARIA role in select search tests ([2e1ddfe](https://github.com/visulima/visulima/commit/2e1ddfed1b49697a2d772c5a6b61bf3b6538a43b))
136
+ * **dev-toolbar:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([26ea008](https://github.com/visulima/visulima/commit/26ea00878218a34f89587fb9a2157cb379e98733))
137
+ * **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
138
+
139
+ ### Documentation
140
+
141
+ * **dev-toolbar:** update examples to use native Vite 8 resolve.tsconfigPaths ([d54d3f7](https://github.com/visulima/visulima/commit/d54d3f71714fc600e4b965e1ab2bdbe0cc442ba6))
142
+
143
+ ### Miscellaneous Chores
144
+
145
+ * **dev-toolbar:** migrate deps to pnpm catalogs ([a43badc](https://github.com/visulima/visulima/commit/a43badcc8cd19d9c3c9cda4b2d75e272d76d51c8))
146
+ * **dev-toolbar:** update dependencies ([8cac2a2](https://github.com/visulima/visulima/commit/8cac2a2068d902ee8196f8e1f50d658644be7e70))
147
+ * update gen file ([8794258](https://github.com/visulima/visulima/commit/87942584bc22cab96a14094d2ec46ec667179490))
148
+ * visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
149
+
150
+ ### Code Refactoring
151
+
152
+ * **dev-toolbar:** use native Vite 8 tsconfigPaths in cloudflare example ([fb15d1d](https://github.com/visulima/visulima/commit/fb15d1df62040853a36e7926382765e902380d3a))
153
+ * **dev-toolbar:** use native Vite 8 tsconfigPaths in tanstack-start example ([d89aef7](https://github.com/visulima/visulima/commit/d89aef7c2ba4a8443897d3f7cb9ada494d38d2c4))
154
+ * **docs:** migrate Nextra components to fumadocs-ui, remove Nextra stripping ([484878f](https://github.com/visulima/visulima/commit/484878f01879363ef5e9a0282904dc4627d6060c))
155
+
156
+ ## @visulima/dev-toolbar [1.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.4...@visulima/dev-toolbar@1.0.0-alpha.5) (2026-03-06)
157
+
158
+ ### Features
159
+
160
+ * **dev-toolbar:** add assets app export and make axe-core an optional peer dependency ([812bc8d](https://github.com/visulima/visulima/commit/812bc8d45ef760862d43f59665e1f86c7d4a5008))
161
+ * **dev-toolbar:** add singleton guard, SEO JSON-LD validation, editor preference, and tests ([7584425](https://github.com/visulima/visulima/commit/758442518f8390b1faa0fd553d7ed1aaa4d9c037))
162
+ * **dev-toolbar:** implement iframe app rendering and custom app registration ([a1585a8](https://github.com/visulima/visulima/commit/a1585a8bd3624ae13b40fa386cd66b62c29ca08f))
163
+ * **dev-toolbar:** keep inspector active after element click and fix UX issues ([8f7e88a](https://github.com/visulima/visulima/commit/8f7e88a874f6412a15bf2adde9ddd95948b07c22))
164
+ * **dev-toolbar:** overhaul vite config app UI with env masking and improved layout ([7cfee9d](https://github.com/visulima/visulima/commit/7cfee9da5957fb9ffbcc940d9948909c4677efb6))
165
+ * **dev-toolbar:** redesign vite config app with tabbed interface ([087df63](https://github.com/visulima/visulima/commit/087df630dc378933e54d1587d40c99f19fca0df0))
166
+ * **dev-toolbar:** remove more overflow app ([cd3f369](https://github.com/visulima/visulima/commit/cd3f369c176c598d2e9a2bcdef194b7d457d343f))
167
+
168
+ ### Bug Fixes
169
+
170
+ * **dev-toolbar:** move removePopupOutsideHandler declaration before first use ([d734a84](https://github.com/visulima/visulima/commit/d734a847b7f0b4574f081b9b78b2fce3d2b0e698))
171
+ * **dev-toolbar:** resolve all ESLint errors across src files ([165b471](https://github.com/visulima/visulima/commit/165b471c95099bff76ba78d054664e79cfcdcb9a))
172
+ * **dev-toolbar:** resolve ESLint errors in test files and config ([ea7e46c](https://github.com/visulima/visulima/commit/ea7e46c13db73431738a8f75febb847f3e7e530b))
173
+ * **dev-toolbar:** resolve ESLint errors in vite-config app and RPC function ([fedce68](https://github.com/visulima/visulima/commit/fedce686ca59ba5d5b82cd10abfffa8d91a738c1))
174
+ * **dev-toolbar:** split single-line mock factories to satisfy max-statements-per-line ([025b972](https://github.com/visulima/visulima/commit/025b9722b6e854cf1ae53694597e64c63493f730))
175
+ * **dev-toolbar:** update packem to 2.0.0-alpha.54 ([f9779c9](https://github.com/visulima/visulima/commit/f9779c9e8dc7637db3bfef341cb66233469f653f))
176
+ * removed old test ([bfa9e78](https://github.com/visulima/visulima/commit/bfa9e784b2e183ed481d432290070ee554b357ac))
177
+
178
+ ### Performance Improvements
179
+
180
+ * **dev-toolbar:** replace tailwind-merge with clsx in cn() utility ([6c4740c](https://github.com/visulima/visulima/commit/6c4740c8ce890d955cecbf634dada65fd8a99769))
181
+
182
+ ### Documentation
183
+
184
+ * **dev-toolbar:** add assets app documentation ([bea25b9](https://github.com/visulima/visulima/commit/bea25b96f7f7dbb2f3952b6c04d38d032569760d))
185
+ * **dev-toolbar:** add iframe app documentation and remove more app references ([03dab85](https://github.com/visulima/visulima/commit/03dab85a92c5ee27b18db018c9dc263a1a3f1ea4))
186
+ * **dev-toolbar:** add vite-overlay integration guide ([8f6f25a](https://github.com/visulima/visulima/commit/8f6f25aae43f0c32380ede56a93915897a4a939f))
187
+ * **dev-toolbar:** update a11y docs to reflect optional axe-core peer dependency ([50396e8](https://github.com/visulima/visulima/commit/50396e8b18c56e716d119a468fa0b1219e789dff))
188
+ * **dev-toolbar:** update built-in app docs for opt-in defaults and add SEO structured data section ([e95050a](https://github.com/visulima/visulima/commit/e95050aa419fe1a85664ccd5c88a3967de70b113))
189
+
190
+ ### Miscellaneous Chores
191
+
192
+ * **dev-toolbar:** enable a11y in tanstack-start-cloudflare example and fix LICENSE whitespace ([e02cd3e](https://github.com/visulima/visulima/commit/e02cd3edf2426c709d8247cc77f999f56315438e))
193
+ * **dev-toolbar:** update dependencies ([1be313b](https://github.com/visulima/visulima/commit/1be313bf37cd32739ddbb275e1af58dcf029e9a1))
194
+ * **dev-toolbar:** update examples to enable assets and inspector apps ([b3dc74d](https://github.com/visulima/visulima/commit/b3dc74d999acbfe4ee564a141dea47cf5ea2f71a))
195
+ * update dependencies and fix vite-react-rolldown example ([8811909](https://github.com/visulima/visulima/commit/8811909e90877b0041e4b08cdd797d58749464e9))
196
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
197
+
198
+ ### Code Refactoring
199
+
200
+ * **dev-toolbar:** replace cn wrapper with direct clsx imports ([6ac069b](https://github.com/visulima/visulima/commit/6ac069bf0f2e772f0a5626a47d9034b824a5b23a))
201
+ * **dev-toolbar:** replace cn() wrapper with clsx() directly ([e774b36](https://github.com/visulima/visulima/commit/e774b367f9270dd9e43fcf0b7147a8cd23a1734a))
202
+
203
+ ## @visulima/dev-toolbar [1.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.3...@visulima/dev-toolbar@1.0.0-alpha.4) (2026-03-04)
204
+
205
+ ### Bug Fixes
206
+
207
+ * allowed vite 8 ([807071e](https://github.com/visulima/visulima/commit/807071ea041e1beaf7e773ac6bbd23efa9f33b32))
208
+ * **dev-toolbar:** exclude inspector and tailwind from More "Additional Apps" ([812252a](https://github.com/visulima/visulima/commit/812252a96916ac346765631a0997ff2150e54e40))
209
+
210
+ ### Miscellaneous Chores
211
+
212
+ * deps update ([9be09e9](https://github.com/visulima/visulima/commit/9be09e95e2bce8fe52e88b186c43b8cc6bae865c))
213
+ * **dev-toolbar:** fix all ESLint errors and warnings across src and tests ([a14d2ed](https://github.com/visulima/visulima/commit/a14d2ed116b23ff1c61db28324b76aa55931919c))
214
+ * **dev-toolbar:** remove external Google Fonts dependency ([2e81646](https://github.com/visulima/visulima/commit/2e81646f49a886d8ef9df7f9c951c87363f9b50d))
215
+
216
+ ## @visulima/dev-toolbar [1.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.2...@visulima/dev-toolbar@1.0.0-alpha.3) (2026-03-03)
217
+
218
+ ### Features
219
+
220
+ * **dev-toolbar:** add editor option to configure launch-editor per project ([2003693](https://github.com/visulima/visulima/commit/200369383470a835c5312b8af7b11e4d4183c369))
221
+ * **dev-toolbar:** add JSX source injection Vite plugin for inspector click-to-source ([2c5c5a6](https://github.com/visulima/visulima/commit/2c5c5a65399cd8cb14b10c83a9346364e7ca3ecd))
222
+ * **dev-toolbar:** add light/dark theme awareness to inspector overlays ([2bd30ee](https://github.com/visulima/visulima/commit/2bd30eeb9e7047894d8287a63b4719873df22375))
223
+ * **dev-toolbar:** add open-in-editor, copy HTML, and copy path to inspector ([f88e9b0](https://github.com/visulima/visulima/commit/f88e9b0d21979dd1214c511a9474b0204bb16191))
224
+ * **dev-toolbar:** add Preact-native UI kit and migrate apps to use it ([2fced8e](https://github.com/visulima/visulima/commit/2fced8e8547409ad9d39fd9af2a81010a5fd1999))
225
+ * **dev-toolbar:** add removeDevtoolsOnBuild option to Vite plugin ([d8d1d67](https://github.com/visulima/visulima/commit/d8d1d67a20747df23da60e4d81a2acd89516dc48))
226
+ * **dev-toolbar:** implement timeline event capture for HMR, network and JS errors ([9851ac7](https://github.com/visulima/visulima/commit/9851ac7a12a3b72d52b4f705c2afa7ecbfdf3cc0))
227
+
228
+ ### Bug Fixes
229
+
230
+ * **dev-toolbar:** add suppressHydrationWarning to prevent SSR hydration mismatch ([3c5d8e0](https://github.com/visulima/visulima/commit/3c5d8e0eb7eaf786dbe029598f50dfb2b5ce68a6))
231
+ * **dev-toolbar:** align UI components and inspector with design system ([93ff58b](https://github.com/visulima/visulima/commit/93ff58b88e61d2eab8b3289cf3ad76028380a45f))
232
+ * **dev-toolbar:** correct broken test assertions for settings, button, input, and textarea ([770100f](https://github.com/visulima/visulima/commit/770100f5a73b634e65373fb2b2e344a353a0978c))
233
+ * **dev-toolbar:** fix inspector by closing panel during inspection and move settings to bottom ([575e79c](https://github.com/visulima/visulima/commit/575e79ce2c581c0f48eae55589c83d9dbb30b6f1))
234
+ * **dev-toolbar:** hide action-only apps (e.g. Inspector) from canvas sidebar ([9fcf7e1](https://github.com/visulima/visulima/commit/9fcf7e1786ec4b7c1666da6500f011eff13a2fd2))
235
+ * **dev-toolbar:** prevent action buttons from opening the canvas panel ([113e540](https://github.com/visulima/visulima/commit/113e540bb19d5dbedc6fbef9138bf04d2434b7f1))
236
+ * **dev-toolbar:** prevent hydration mismatch from data-vdt-source in SSR apps ([231ecc7](https://github.com/visulima/visulima/commit/231ecc73f70a49da4a6cd0b584760d12369bd8f0))
237
+ * **dev-toolbar:** remove redundant server arg from RPC function dispatch ([a941dc7](https://github.com/visulima/visulima/commit/a941dc7e593d3681bed61b374262abb8a476392b))
238
+ * **dev-toolbar:** replace require() with dynamic import() in openInEditor ([3fede74](https://github.com/visulima/visulima/commit/3fede740db2c431c6bb62897d13a0d9afb8cc65a))
239
+ * **dev-toolbar:** split RPC barrel and fix open-in-editor with launch-editor ([28e079a](https://github.com/visulima/visulima/commit/28e079afa10ac4ed2e729205f8bdf9405d33c1c2))
240
+ * **dev-toolbar:** use HMR WebSocket RPC to open files in editor ([a63cdab](https://github.com/visulima/visulima/commit/a63cdab1c30f9f73eb6b5f59f7c1ee4143135eba))
241
+ * **dev-toolbar:** use original file positions to prevent SSR hydration mismatch ([a40edd5](https://github.com/visulima/visulima/commit/a40edd5fb1a11a5208182dd71627b472f64db6c5))
242
+
243
+ ### Documentation
244
+
245
+ * **dev-toolbar:** document removeDevtoolsOnBuild option ([00955b2](https://github.com/visulima/visulima/commit/00955b2a484df78f66b4c58babbeb514d4943285))
246
+ * **dev-toolbar:** update docs for all recent feature additions ([b204e0f](https://github.com/visulima/visulima/commit/b204e0f8956cafb6967363fa0cc2b01c435cdedc))
247
+
248
+ ### Code Refactoring
249
+
250
+ * **dev-toolbar:** convert inspector to toolbar action button ([0d0b682](https://github.com/visulima/visulima/commit/0d0b682e65511c158baa29134a8c50e7db459284))
251
+
1
252
  ## @visulima/dev-toolbar [1.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.1...@visulima/dev-toolbar@1.0.0-alpha.2) (2026-03-01)
2
253
 
3
254
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 visulima
3
+ Copyright (c) 2026 visulima
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -24,16 +24,123 @@ SOFTWARE.
24
24
 
25
25
  # Licenses of bundled dependencies
26
26
  The published @visulima/dev-toolbar artifact additionally contains code with the following licenses:
27
- ISC
27
+ ISC, MIT
28
28
 
29
29
  # Bundled dependencies:
30
+ ## @babel/helper-string-parser
31
+ License: MIT
32
+ By: The Babel Team
33
+ Repository: https://github.com/babel/babel.git
34
+
35
+ > MIT License
36
+ >
37
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
38
+ >
39
+ > Permission is hereby granted, free of charge, to any person obtaining
40
+ > a copy of this software and associated documentation files (the
41
+ > "Software"), to deal in the Software without restriction, including
42
+ > without limitation the rights to use, copy, modify, merge, publish,
43
+ > distribute, sublicense, and/or sell copies of the Software, and to
44
+ > permit persons to whom the Software is furnished to do so, subject to
45
+ > the following conditions:
46
+ >
47
+ > The above copyright notice and this permission notice shall be
48
+ > included in all copies or substantial portions of the Software.
49
+ >
50
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
51
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
52
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
53
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
54
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
55
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
56
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
57
+
58
+ ---------------------------------------
59
+
60
+ ## @babel/helper-validator-identifier
61
+ License: MIT
62
+ By: The Babel Team
63
+ Repository: https://github.com/babel/babel.git
64
+
65
+ > MIT License
66
+ >
67
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
68
+ >
69
+ > Permission is hereby granted, free of charge, to any person obtaining
70
+ > a copy of this software and associated documentation files (the
71
+ > "Software"), to deal in the Software without restriction, including
72
+ > without limitation the rights to use, copy, modify, merge, publish,
73
+ > distribute, sublicense, and/or sell copies of the Software, and to
74
+ > permit persons to whom the Software is furnished to do so, subject to
75
+ > the following conditions:
76
+ >
77
+ > The above copyright notice and this permission notice shall be
78
+ > included in all copies or substantial portions of the Software.
79
+ >
80
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
81
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
82
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
83
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
84
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
85
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
86
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
87
+
88
+ ---------------------------------------
89
+
90
+ ## @babel/types
91
+ License: MIT
92
+ By: The Babel Team
93
+ Repository: https://github.com/babel/babel.git
94
+
95
+ > MIT License
96
+ >
97
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
98
+ >
99
+ > Permission is hereby granted, free of charge, to any person obtaining
100
+ > a copy of this software and associated documentation files (the
101
+ > "Software"), to deal in the Software without restriction, including
102
+ > without limitation the rights to use, copy, modify, merge, publish,
103
+ > distribute, sublicense, and/or sell copies of the Software, and to
104
+ > permit persons to whom the Software is furnished to do so, subject to
105
+ > the following conditions:
106
+ >
107
+ > The above copyright notice and this permission notice shall be
108
+ > included in all copies or substantial portions of the Software.
109
+ >
110
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
111
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
112
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
113
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
114
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
115
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
116
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
117
+
118
+ ---------------------------------------
119
+
120
+ ## clsx
121
+ License: MIT
122
+ By: Luke Edwards
123
+ Repository: lukeed/clsx
124
+
125
+ > MIT License
126
+ >
127
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
128
+ >
129
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
130
+ >
131
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
132
+ >
133
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
134
+
135
+ ---------------------------------------
136
+
30
137
  ## lucide-static
31
138
  License: ISC
32
139
  Repository: https://github.com/lucide-icons/lucide.git
33
140
 
34
141
  > ISC License
35
142
  >
36
- > Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
143
+ > Copyright (c) 2026 Lucide Icons and Contributors
37
144
  >
38
145
  > Permission to use, copy, modify, and/or distribute this software for any
39
146
  > purpose with or without fee is hereby granted, provided that the above
@@ -49,9 +156,13 @@ Repository: https://github.com/lucide-icons/lucide.git
49
156
  >
50
157
  > ---
51
158
  >
52
- > The MIT License (MIT) (for portions derived from Feather)
159
+ > The following Lucide icons are derived from the Feather project:
160
+ >
161
+ > airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
162
+ >
163
+ > The MIT License (MIT) (for the icons listed above)
53
164
  >
54
- > Copyright (c) 2013-2026 Cole Bemis
165
+ > Copyright (c) 2013-present Cole Bemis
55
166
  >
56
167
  > Permission is hereby granted, free of charge, to any person obtaining a copy
57
168
  > of this software and associated documentation files (the "Software"), to deal
@@ -74,4 +185,25 @@ Repository: https://github.com/lucide-icons/lucide.git
74
185
  <!-- /DEPENDENCIES -->
75
186
 
76
187
  <!-- TYPE_DEPENDENCIES -->
188
+
189
+ # Licenses of bundled types
190
+ The published @visulima/dev-toolbar artifact additionally contains code with the following licenses:
191
+ MIT
192
+
193
+ # Bundled types:
194
+ ## clsx
195
+ License: MIT
196
+ By: Luke Edwards
197
+ Repository: lukeed/clsx
198
+
199
+ > MIT License
200
+ >
201
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
202
+ >
203
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
204
+ >
205
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
206
+ >
207
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
208
+
77
209
  <!-- /TYPE_DEPENDENCIES -->
package/README.md CHANGED
@@ -1,4 +1,14 @@
1
- <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER --><!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
2
+
3
+ <a href="https://www.anolilab.com/open-source" align="center">
4
+
5
+ <img src="__assets__/package-og.svg" alt="dev-toolbar" />
6
+
7
+ </a>
8
+
9
+ <h3 align="center">Devtools is a set of tools for building advanced devtools for your application</h3>
10
+
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
2
12
 
3
13
  <br />
4
14
 
@@ -28,7 +38,7 @@
28
38
 
29
39
  `@visulima/dev-toolbar` is a framework-agnostic development toolbar for **any Vite project** — React, Vue, Svelte, SolidJS, or plain HTML. Inspired by Astro DevToolbar, Vue DevTools, and Nuxt DevTools, it provides a consistent developer experience regardless of your framework.
30
40
 
31
- The toolbar renders inside a Shadow DOM custom element (zero style leakage), communicates with the Vite dev server over type-safe RPC, and ships **seven built-in apps** covering the most common development workflows.
41
+ The toolbar renders inside a Shadow DOM custom element (zero style leakage), communicates with the Vite dev server over type-safe RPC, and ships **nine built-in apps** covering the most common development workflows.
32
42
 
33
43
  ## Install
34
44
 
@@ -53,9 +63,7 @@ import { defineConfig } from "vite";
53
63
  import { devToolbar } from "@visulima/dev-toolbar/vite";
54
64
 
55
65
  export default defineConfig({
56
- plugins: [
57
- devToolbar(),
58
- ],
66
+ plugins: [devToolbar()],
59
67
  });
60
68
  ```
61
69
 
@@ -63,15 +71,17 @@ Start your dev server and press **`Alt`+`Shift`+`D`** to open the toolbar.
63
71
 
64
72
  ## Built-in Apps
65
73
 
66
- | App | What it does |
67
- |---|---|
74
+ | App | What it does |
75
+ | ----------------- | ----------------------------------------------------------------------------- |
68
76
  | **Accessibility** | axe-core WCAG audit with live element overlays and sessionStorage persistence |
69
- | **Performance** | Web Vitals (LCP, INP, CLS, FCP, TTFB), resource timing, navigation waterfall |
70
- | **SEO** | Social preview cards for 7 platforms + full meta tag audit |
71
- | **Timeline** | Chronological event log from your app and integrated libraries |
72
- | **Module Graph** | Browse and filter Vite's live module dependency graph |
73
- | **Vite Config** | Inspect the fully resolved Vite configuration |
74
- | **Settings** | Theme, toolbar behaviour, panel sizing, and custom keyboard shortcuts |
77
+ | **Performance** | Web Vitals (LCP, INP, CLS, FCP, TTFB), resource timing, navigation waterfall |
78
+ | **SEO** | Social preview cards for 7 platforms + full meta tag audit |
79
+ | **Timeline** | Chronological event log from your app and integrated libraries |
80
+ | **Module Graph** | Browse and filter Vite's live module dependency graph |
81
+ | **Vite Config** | Inspect the fully resolved Vite configuration |
82
+ | **Inspector** | Click any element to jump to its JSX source in your editor |
83
+ | **Tailwind** | Browse all resolved Tailwind CSS design tokens and their values |
84
+ | **Settings** | Theme, toolbar behaviour, panel sizing, and custom keyboard shortcuts |
75
85
 
76
86
  All apps are enabled by default. Disable individual apps via plugin options:
77
87
 
@@ -81,7 +91,7 @@ devToolbar({
81
91
  performance: false,
82
92
  seo: false,
83
93
  },
84
- })
94
+ });
85
95
  ```
86
96
 
87
97
  ## Plugin Options
@@ -97,19 +107,21 @@ devToolbar({
97
107
  settings: true,
98
108
  timeline: true,
99
109
  viteConfig: true,
110
+ inspector: true,
111
+ tailwind: true,
100
112
  },
101
113
 
102
114
  // Register custom apps
103
115
  customApps: [],
104
116
 
105
117
  // Toolbar pill placement
106
- placement: "bottom-center", // "bottom-left" | "bottom-center" | "bottom-right"
107
- position: "bottom", // "bottom" | "top" | "left" | "right"
118
+ placement: "bottom-center", // "bottom-left" | "bottom-center" | "bottom-right"
119
+ position: "bottom", // "bottom" | "top" | "left" | "right"
108
120
 
109
121
  // Panel defaults (users can override via Settings app)
110
- height: 60, // % of viewport height
111
- width: 80, // % of viewport width
112
- minimizePanelInactive: 5000, // ms; -1 = never auto-hide
122
+ height: 60, // % of viewport height
123
+ width: 80, // % of viewport width
124
+ minimizePanelInactive: 5000, // ms; -1 = never auto-hide
113
125
  closeOnOutsideClick: true,
114
126
 
115
127
  // Keyboard shortcuts (project-level defaults)
@@ -117,17 +129,32 @@ devToolbar({
117
129
  toggle: "Alt+Shift+D",
118
130
  close: "Escape",
119
131
  },
120
- })
132
+
133
+ // Strip toolbar from production builds (default: true)
134
+ removeDevtoolsOnBuild: true,
135
+
136
+ // Force a specific editor for "Open in editor" (auto-detected if omitted)
137
+ editor: "webstorm",
138
+
139
+ // JSX source injection for click-to-source in the inspector
140
+ injectSource: {
141
+ enabled: true, // set false to opt out
142
+ ignore: {
143
+ files: ["**/generated/**"], // glob patterns
144
+ components: ["StrictMode"], // component names
145
+ },
146
+ },
147
+ });
121
148
  ```
122
149
 
123
150
  See the [full configuration reference](./docs/configuration.mdx) for all options.
124
151
 
125
152
  ## Keyboard Shortcuts
126
153
 
127
- | Action | Default |
128
- |---|---|
154
+ | Action | Default |
155
+ | ------------------------- | ----------------- |
129
156
  | Toggle toolbar open/close | `Alt`+`Shift`+`D` |
130
- | Close active app / panel | `Escape` |
157
+ | Close active app / panel | `Escape` |
131
158
 
132
159
  Both shortcuts are configurable in the Settings app or via plugin options.
133
160
 
@@ -152,12 +179,12 @@ devToolbar({
152
179
  {
153
180
  id: "my-package:my-app",
154
181
  name: "My App",
155
- icon: myIconSvg, // raw SVG string
182
+ icon: myIconSvg, // raw SVG string
156
183
  component: MyApp,
157
- tooltip: MyTooltip, // optional hover summary
184
+ tooltip: MyTooltip, // optional hover summary
158
185
  },
159
186
  ],
160
- })
187
+ });
161
188
  ```
162
189
 
163
190
  See the [custom apps guide](./docs/custom-apps/creating-apps.mdx) for a step-by-step walkthrough including RPC, tooltips, and styling.
@@ -175,7 +202,7 @@ devToolbar({
175
202
  return files.map((f) => `/${f.replace(/\.(tsx?|jsx?)$/, "")}`);
176
203
  },
177
204
  },
178
- })
205
+ });
179
206
 
180
207
  // Call from your app component
181
208
  const routes = await helpers.rpc.getRoutes();
@@ -237,22 +264,22 @@ See the [library integration guide](./docs/integrations/library-integration.mdx)
237
264
 
238
265
  All docs are in the [`docs/`](./docs/) folder in Fumadocs MDX format:
239
266
 
240
- | Page | Contents |
241
- |---|---|
242
- | [Getting Started](./docs/getting-started.mdx) | Install, framework examples, first steps |
243
- | [Configuration](./docs/configuration.mdx) | Full plugin options reference |
244
- | [Accessibility](./docs/built-in-apps/accessibility.mdx) | axe-core, overlays, WCAG standards |
245
- | [Performance](./docs/built-in-apps/performance.mdx) | Web Vitals thresholds, timing APIs |
246
- | [SEO](./docs/built-in-apps/seo.mdx) | Social previews, meta tag audit |
247
- | [Timeline](./docs/built-in-apps/timeline.mdx) | Event structure, emitting events |
248
- | [Module Graph](./docs/built-in-apps/module-graph.mdx) | Search, ext badges, importer view |
249
- | [Vite Config](./docs/built-in-apps/vite-config.mdx) | Resolved config sections |
250
- | [Settings](./docs/built-in-apps/settings.mdx) | All settings, localStorage schema |
251
- | [Creating Apps](./docs/custom-apps/creating-apps.mdx) | Step-by-step custom app guide |
252
- | [App API](./docs/custom-apps/app-api.mdx) | TypeScript interface reference |
253
- | [RPC](./docs/custom-apps/rpc.mdx) | Server functions, type-safe pattern |
254
- | [Global API](./docs/custom-apps/global-api.mdx) | `__VISULIMA_DEVTOOLS__` reference |
255
- | [Library Integration](./docs/integrations/library-integration.mdx) | Zero-dependency hook pattern |
267
+ | Page | Contents |
268
+ | ------------------------------------------------------------------ | ---------------------------------------- |
269
+ | [Getting Started](./docs/getting-started.mdx) | Install, framework examples, first steps |
270
+ | [Configuration](./docs/configuration.mdx) | Full plugin options reference |
271
+ | [Accessibility](./docs/built-in-apps/accessibility.mdx) | axe-core, overlays, WCAG standards |
272
+ | [Performance](./docs/built-in-apps/performance.mdx) | Web Vitals thresholds, timing APIs |
273
+ | [SEO](./docs/built-in-apps/seo.mdx) | Social previews, meta tag audit |
274
+ | [Timeline](./docs/built-in-apps/timeline.mdx) | Event structure, emitting events |
275
+ | [Module Graph](./docs/built-in-apps/module-graph.mdx) | Search, ext badges, importer view |
276
+ | [Vite Config](./docs/built-in-apps/vite-config.mdx) | Resolved config sections |
277
+ | [Settings](./docs/built-in-apps/settings.mdx) | All settings, localStorage schema |
278
+ | [Creating Apps](./docs/custom-apps/creating-apps.mdx) | Step-by-step custom app guide |
279
+ | [App API](./docs/custom-apps/app-api.mdx) | TypeScript interface reference |
280
+ | [RPC](./docs/custom-apps/rpc.mdx) | Server functions, type-safe pattern |
281
+ | [Global API](./docs/custom-apps/global-api.mdx) | `__VISULIMA_DEVTOOLS__` reference |
282
+ | [Library Integration](./docs/integrations/library-integration.mdx) | Zero-dependency hook pattern |
256
283
 
257
284
  ## Supported Node.js Versions
258
285