@visulima/dev-toolbar 0.0.1 → 1.0.0-alpha.10

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 (158) hide show
  1. package/CHANGELOG.md +223 -0
  2. package/LICENSE.md +188 -0
  3. package/README.md +304 -29
  4. package/bin/mcp.js +29 -0
  5. package/dist/apps/a11y/a11y-app.d.ts +4 -0
  6. package/dist/apps/a11y/a11y-store.d.ts +42 -0
  7. package/dist/apps/a11y/a11y-tooltip.d.ts +10 -0
  8. package/dist/apps/a11y/index.d.ts +3 -0
  9. package/dist/apps/a11y/index.js +21 -0
  10. package/dist/apps/annotations/annotations-app.d.ts +4 -0
  11. package/dist/apps/annotations/index.d.ts +3 -0
  12. package/dist/apps/annotations/index.js +18 -0
  13. package/dist/apps/assets/assets-app.d.ts +4 -0
  14. package/dist/apps/assets/index.d.ts +3 -0
  15. package/dist/apps/assets/index.js +16 -0
  16. package/dist/apps/inspector/a11y-capture.d.ts +12 -0
  17. package/dist/apps/inspector/annotation-overlay.d.ts +55 -0
  18. package/dist/apps/inspector/annotation-settings.d.ts +33 -0
  19. package/dist/apps/inspector/element-utils.d.ts +115 -0
  20. package/dist/apps/inspector/freeze-animations.d.ts +22 -0
  21. package/dist/apps/inspector/index.d.ts +3 -0
  22. package/dist/apps/inspector/index.js +30 -0
  23. package/dist/apps/inspector/inspector-app.d.ts +14 -0
  24. package/dist/apps/inspector/rulers.d.ts +14 -0
  25. package/dist/apps/inspector/theme-palette.d.ts +34 -0
  26. package/dist/apps/module-graph/index.d.ts +3 -0
  27. package/dist/apps/module-graph/index.js +20 -0
  28. package/dist/apps/module-graph/module-graph-app.d.ts +4 -0
  29. package/dist/apps/performance/index.d.ts +3 -0
  30. package/dist/apps/performance/index.js +17 -0
  31. package/dist/apps/performance/performance-app.d.ts +4 -0
  32. package/dist/apps/performance/performance-tooltip.d.ts +4 -0
  33. package/dist/apps/seo/index.d.ts +3 -0
  34. package/dist/apps/seo/index.js +17 -0
  35. package/dist/apps/seo/seo-app.d.ts +4 -0
  36. package/dist/apps/settings/index.d.ts +3 -0
  37. package/dist/apps/settings/index.js +17 -0
  38. package/dist/apps/settings/settings-app.d.ts +4 -0
  39. package/dist/apps/tailwind/index.d.ts +3 -0
  40. package/dist/apps/tailwind/index.js +7 -0
  41. package/dist/apps/tailwind/tailwind-app.d.ts +4 -0
  42. package/dist/apps/timeline/index.d.ts +3 -0
  43. package/dist/apps/timeline/index.js +18 -0
  44. package/dist/apps/timeline/timeline-app.d.ts +4 -0
  45. package/dist/apps/vite-config/index.d.ts +3 -0
  46. package/dist/apps/vite-config/index.js +16 -0
  47. package/dist/apps/vite-config/vite-config-app.d.ts +4 -0
  48. package/dist/client/overlay.d.ts +1 -0
  49. package/dist/client/overlay.js +1 -0
  50. package/dist/hooks/create-hook.d.ts +12 -0
  51. package/dist/hooks/events.d.ts +7 -0
  52. package/dist/hooks/global-hook.d.ts +15 -0
  53. package/dist/hooks/index.d.ts +6 -0
  54. package/dist/index.d.ts +8 -0
  55. package/dist/index.js +1 -0
  56. package/dist/mcp/server.d.ts +12 -0
  57. package/dist/mcp/server.js +1 -0
  58. package/dist/packem_chunks/inject-source.js +9 -0
  59. package/dist/packem_shared/Alert-D2CvX4fw.js +1 -0
  60. package/dist/packem_shared/Badge-BEgU04nl.js +1 -0
  61. package/dist/packem_shared/Button-Bkx66Co7.js +1 -0
  62. package/dist/packem_shared/Card-CJa4vHVc.js +1 -0
  63. package/dist/packem_shared/Icon-B6UHkC0o.js +1 -0
  64. package/dist/packem_shared/Input-Cs6aduTi.js +1 -0
  65. package/dist/packem_shared/Label-DyCng4Cp.js +1 -0
  66. package/dist/packem_shared/Popover-BtFVaZYg.js +1 -0
  67. package/dist/packem_shared/Progress-DN6zn-0l.js +1 -0
  68. package/dist/packem_shared/Select-DgQ4ss-s.js +1 -0
  69. package/dist/packem_shared/Separator-D38mKeZv.js +1 -0
  70. package/dist/packem_shared/Skeleton-Dv-tcA1P.js +1 -0
  71. package/dist/packem_shared/Switch-C3NTpeoR.js +1 -0
  72. package/dist/packem_shared/Tabs-DKWMiawt.js +1 -0
  73. package/dist/packem_shared/Textarea-Yfg3dLZi.js +1 -0
  74. package/dist/packem_shared/Tooltip-CioncSXj.js +1 -0
  75. package/dist/packem_shared/annotation-settings-Bv0TH4WI.js +1 -0
  76. package/dist/packem_shared/annotation-store-bLQRYMaI.js +1 -0
  77. package/dist/packem_shared/clsx-wGlvpUfw.js +1 -0
  78. package/dist/packem_shared/createClientRPCContext-DgRxrllw.js +1 -0
  79. package/dist/packem_shared/createDevToolbarHook-4bZZiHPI.js +1 -0
  80. package/dist/packem_shared/createServerRPCContext-D-yZrEjs.js +1 -0
  81. package/dist/packem_shared/getTimelineStore-B1cfjWV8.js +1 -0
  82. package/dist/packem_shared/loadSettings-hvjR4fcS.js +1 -0
  83. package/dist/packem_shared/setupGlobalHook-CCf9Logv.js +1 -0
  84. package/dist/packem_shared/sharedToolbarStylesheet-CaTdYhVe.js +2 -0
  85. package/dist/packem_shared/store-DaUtLjf3.js +1 -0
  86. package/dist/packem_shared/use-frame-state-CxrlPUM5.js +1 -0
  87. package/dist/packem_shared/use-theme-zpm4zmqP.js +1 -0
  88. package/dist/performance/monitor.d.ts +116 -0
  89. package/dist/rpc/client.d.ts +9 -0
  90. package/dist/rpc/functions/annotations.d.ts +28 -0
  91. package/dist/rpc/functions/assets.d.ts +16 -0
  92. package/dist/rpc/functions/module-graph.d.ts +17 -0
  93. package/dist/rpc/functions/open-in-editor.d.ts +16 -0
  94. package/dist/rpc/functions/tailwind-config.d.ts +15 -0
  95. package/dist/rpc/functions/vite-config.d.ts +83 -0
  96. package/dist/rpc/server.d.ts +15 -0
  97. package/dist/store/annotation-store.d.ts +41 -0
  98. package/dist/timeline/capture.d.ts +8 -0
  99. package/dist/timeline/index.d.ts +8 -0
  100. package/dist/timeline/store.d.ts +42 -0
  101. package/dist/toolbar/app-manager.d.ts +104 -0
  102. package/dist/toolbar/components/app-button.d.ts +18 -0
  103. package/dist/toolbar/components/app-canvas.d.ts +12 -0
  104. package/dist/toolbar/components/app-tooltip-overlay.d.ts +12 -0
  105. package/dist/toolbar/components/first-visit-hint.d.ts +15 -0
  106. package/dist/toolbar/components/index.d.ts +4 -0
  107. package/dist/toolbar/components/pinned-tooltip-card.d.ts +22 -0
  108. package/dist/toolbar/components/toolbar-bar.d.ts +9 -0
  109. package/dist/toolbar/components/toolbar-container.d.ts +49 -0
  110. package/dist/toolbar/components/vite-overlay-button.d.ts +14 -0
  111. package/dist/toolbar/context/index.d.ts +2 -0
  112. package/dist/toolbar/context/toolbar-context.d.ts +107 -0
  113. package/dist/toolbar/global-api.d.ts +24 -0
  114. package/dist/toolbar/helpers.d.ts +8 -0
  115. package/dist/toolbar/hooks/index.d.ts +10 -0
  116. package/dist/toolbar/hooks/use-apps.d.ts +15 -0
  117. package/dist/toolbar/hooks/use-frame-state.d.ts +110 -0
  118. package/dist/toolbar/hooks/use-panel-visible.d.ts +23 -0
  119. package/dist/toolbar/hooks/use-position.d.ts +24 -0
  120. package/dist/toolbar/hooks/use-theme.d.ts +15 -0
  121. package/dist/toolbar/hooks/use-toolbar.d.ts +16 -0
  122. package/dist/toolbar/index.d.ts +50 -0
  123. package/dist/toolbar/index.js +21 -0
  124. package/dist/toolbar/settings.d.ts +17 -0
  125. package/dist/toolbar/stylesheet.d.ts +3 -0
  126. package/dist/toolbar/utils/index.d.ts +12 -0
  127. package/dist/types/annotations.d.ts +156 -0
  128. package/dist/types/app.d.ts +175 -0
  129. package/dist/types/global-api.d.ts +91 -0
  130. package/dist/types/hooks.d.ts +86 -0
  131. package/dist/types/index.d.ts +13 -0
  132. package/dist/types/messaging.d.ts +43 -0
  133. package/dist/types/rpc.d.ts +137 -0
  134. package/dist/types/timeline.d.ts +62 -0
  135. package/dist/types/toolbar.d.ts +56 -0
  136. package/dist/ui/components/alert.d.ts +19 -0
  137. package/dist/ui/components/badge.d.ts +9 -0
  138. package/dist/ui/components/button.d.ts +11 -0
  139. package/dist/ui/components/card.d.ts +16 -0
  140. package/dist/ui/components/icon.d.ts +19 -0
  141. package/dist/ui/components/input.d.ts +7 -0
  142. package/dist/ui/components/label.d.ts +7 -0
  143. package/dist/ui/components/popover.d.ts +27 -0
  144. package/dist/ui/components/progress.d.ts +7 -0
  145. package/dist/ui/components/select.d.ts +54 -0
  146. package/dist/ui/components/separator.d.ts +8 -0
  147. package/dist/ui/components/skeleton.d.ts +6 -0
  148. package/dist/ui/components/switch.d.ts +11 -0
  149. package/dist/ui/components/tabs.d.ts +28 -0
  150. package/dist/ui/components/textarea.d.ts +7 -0
  151. package/dist/ui/components/tooltip.d.ts +19 -0
  152. package/dist/ui/index.d.ts +18 -0
  153. package/dist/ui/index.js +1 -0
  154. package/dist/vite/inject-source.d.ts +24 -0
  155. package/dist/vite/matcher.d.ts +6 -0
  156. package/dist/vite-plugin.d.ts +149 -0
  157. package/dist/vite-plugin.js +5 -0
  158. package/package.json +144 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,223 @@
1
+ ## @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)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **dev-toolbar:** resolve type errors in annotation overlay and perf monitor ([b201aa6](https://github.com/visulima/visulima/commit/b201aa6605a9fa030ce74f58743e10a042183156))
6
+ * **tui:** inline component and hook barrel exports in ink entry ([1cf8dd2](https://github.com/visulima/visulima/commit/1cf8dd25c91a2001268fb9d964d95df649bf7832))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * **api-platform:** apply pending lint and source updates ([3fb0043](https://github.com/visulima/visulima/commit/3fb0043a4cf35f752ca89a09a077100ae0142da8))
11
+ * bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
12
+ * **dev-toolbar:** apply formatter and type refinements ([167c654](https://github.com/visulima/visulima/commit/167c654ae2f7c57a4ff7d0c84f5196de4a72c8d7))
13
+ * **dev-toolbar:** apply pending changes ([e16638c](https://github.com/visulima/visulima/commit/e16638c00907a4612fa53f74f141bd3aac9f6ca9))
14
+ * **dev-toolbar:** apply pending lint and source updates ([ece08e1](https://github.com/visulima/visulima/commit/ece08e16c85e927d1eead02eea69f15d5ea1a3dc))
15
+ * **dev-toolbar:** enforce curly braces and apply lint fixes ([1b6797e](https://github.com/visulima/visulima/commit/1b6797ec1844979a7bb3ac3aa094e42a4fe3a68b))
16
+ * fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
17
+
18
+ ### Code Refactoring
19
+
20
+ * replace inline import() types with top-level imports ([4569a4c](https://github.com/visulima/visulima/commit/4569a4ca04723da069f985855dcfab292f7347e1))
21
+
22
+ ### Tests
23
+
24
+ * **tui, dev-toolbar:** fix expect.assertions counts on looped assertions ([898bc59](https://github.com/visulima/visulima/commit/898bc59ef217f7c8ee2aa7fdf7da3d355c028b13))
25
+
26
+ ## @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)
27
+
28
+ ### Bug Fixes
29
+
30
+ * **dev-toolbar:** add missing DOM property types and tighten getOptionValue fallback ([55326d0](https://github.com/visulima/visulima/commit/55326d02b173211608aefa994aa0e5f54705120d))
31
+ * **dev-toolbar:** replace bogus .toBe(true) assertions with proper matchers ([e672ca4](https://github.com/visulima/visulima/commit/e672ca459bf8d3e9141e277755bc35f2b59dac07))
32
+ * **error-debugging:** resolve eslint and type-safety issues ([886dbff](https://github.com/visulima/visulima/commit/886dbffe3f744c9493fcc54e781de3fd21eebf78))
33
+
34
+ ## @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)
35
+
36
+ ### Bug Fixes
37
+
38
+ * **dev-toolbar:** resolve eslint errors ([225128a](https://github.com/visulima/visulima/commit/225128ab192d318b9d997ad793c7c43384e2431e))
39
+ * remove deprecated baseUrl and downlevelIteration from tsconfigs ([a708366](https://github.com/visulima/visulima/commit/a708366b5c3bc73cfde480a712ed397bd921fb93))
40
+ * resolve failing tests across multiple packages ([2b4b6f0](https://github.com/visulima/visulima/commit/2b4b6f04169b60fdc4cf77b293015436a272c0fb))
41
+
42
+ ### Miscellaneous Chores
43
+
44
+ * added og images ([02d9d1e](https://github.com/visulima/visulima/commit/02d9d1e47be3ce75679ea89e857dc4e4bfe4946b))
45
+ * apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
46
+ * **dev-toolbar:** add tsconfig.eslint.json for type-aware linting ([d2c864a](https://github.com/visulima/visulima/commit/d2c864a01f9c4805975596c9de8af4a04ac4beaa))
47
+ * **dev-toolbar:** apply auto-fix formatting ([3a80a7d](https://github.com/visulima/visulima/commit/3a80a7daaadcc9705ebb153bfea617e4a5029379))
48
+ * **dev-toolbar:** apply prettier formatting ([a6d5528](https://github.com/visulima/visulima/commit/a6d5528602966810f03eb30c7883b8fd53088d40))
49
+ * **dev-toolbar:** expand braceless if statements to block syntax ([b059279](https://github.com/visulima/visulima/commit/b059279c444036b52c94515d852ec20cd782692e))
50
+ * **dev-toolbar:** expand inline if-return to block syntax ([db834ab](https://github.com/visulima/visulima/commit/db834ab5b42ff3dca9ef90e478c690e8367d4df8))
51
+ * **dev-toolbar:** expand inline if-return to block syntax ([90ffee8](https://github.com/visulima/visulima/commit/90ffee895f5fa746932e6a4e2a3323b621af763f))
52
+ * **dev-toolbar:** migrate .prettierrc.cjs to prettier.config.js ([1cd3cc7](https://github.com/visulima/visulima/commit/1cd3cc72156127384babc0238cfe90b328683cf3))
53
+ * update bundled dependency licenses ([6ace4c6](https://github.com/visulima/visulima/commit/6ace4c69d41fc1fd0a744fbca8ca219ba631b4ab))
54
+
55
+ ## @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)
56
+
57
+ ### Features
58
+
59
+ * **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
60
+
61
+ ## @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)
62
+
63
+ ### Features
64
+
65
+ * **dev-toolbar:** add accessibility info capture to inspector ([2b98ee6](https://github.com/visulima/visulima/commit/2b98ee6249759d1d2c42504354ebf3a92db4a6e6))
66
+ * **dev-toolbar:** add custom Select component replacing native <select> ([c9c8685](https://github.com/visulima/visulima/commit/c9c8685ea3a05c28ea89d5f5d852d56bc8cbcad0))
67
+ * **dev-toolbar:** add viewport rulers with draggable guidelines to inspector ([9df079a](https://github.com/visulima/visulima/commit/9df079a83563b1afc617d76df78259082ea98817))
68
+ * **dev-toolbar:** add visual annotation system with MCP agent integration ([be88cfe](https://github.com/visulima/visulima/commit/be88cfe30f3f624075167762e9c9780653dd34e9))
69
+ * **dev-toolbar:** redesign annotation popups, add toast notifications, improve docs ([cca080f](https://github.com/visulima/visulima/commit/cca080fc6098a692e681ee5b140f8c5c3a810a2c))
70
+
71
+ ### Bug Fixes
72
+
73
+ * **api-platform:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([daa2b0b](https://github.com/visulima/visulima/commit/daa2b0bfb491b42bc83c369fec2dcd7950f082b0))
74
+ * **dev-toolbar:** address code review findings across toolbar components ([449a300](https://github.com/visulima/visulima/commit/449a300226e4ccaee52ad258d5eccf6f77a72343))
75
+ * **dev-toolbar:** align inspector floating badge with main toolbar styling ([8ea1814](https://github.com/visulima/visulima/commit/8ea1814b596126b71231fd124c036f1e450275ef))
76
+ * **dev-toolbar:** audit Select component, add tests, fix pre-existing type error ([c8452d3](https://github.com/visulima/visulima/commit/c8452d3b495e9707579490155e6689c40cff9568))
77
+ * **dev-toolbar:** auto-detect TanStack Start and shield Preact from React Compiler ([6e9fa57](https://github.com/visulima/visulima/commit/6e9fa571ded1ff53d8809cee47fb404897320e9f))
78
+ * **dev-toolbar:** fix coordinate bugs, orphaned elements, and doc inaccuracies ([efa9c54](https://github.com/visulima/visulima/commit/efa9c544c9a8591c6efe6fd4a9995b411c054f54))
79
+ * **dev-toolbar:** open inspector popup at click point and add visible drag handle ([c012aed](https://github.com/visulima/visulima/commit/c012aed47eeabf2047d5a7a7e46cab807de902f3))
80
+ * **dev-toolbar:** prevent querySelector crash on area selection element paths ([ecd64d4](https://github.com/visulima/visulima/commit/ecd64d4b418e74cc582da0cd5efdb9f5e8e95d2b))
81
+ * **dev-toolbar:** resolve all TypeScript, ESLint, and Prettier errors in annotation system ([2fae465](https://github.com/visulima/visulima/commit/2fae4658017d61262293a41bef13348bbfc70e41))
82
+ * **dev-toolbar:** use correct ARIA role in select search tests ([2e1ddfe](https://github.com/visulima/visulima/commit/2e1ddfed1b49697a2d772c5a6b61bf3b6538a43b))
83
+ * **dev-toolbar:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([26ea008](https://github.com/visulima/visulima/commit/26ea00878218a34f89587fb9a2157cb379e98733))
84
+ * **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
85
+
86
+ ### Documentation
87
+
88
+ * **dev-toolbar:** update examples to use native Vite 8 resolve.tsconfigPaths ([d54d3f7](https://github.com/visulima/visulima/commit/d54d3f71714fc600e4b965e1ab2bdbe0cc442ba6))
89
+
90
+ ### Miscellaneous Chores
91
+
92
+ * **dev-toolbar:** migrate deps to pnpm catalogs ([a43badc](https://github.com/visulima/visulima/commit/a43badcc8cd19d9c3c9cda4b2d75e272d76d51c8))
93
+ * **dev-toolbar:** update dependencies ([8cac2a2](https://github.com/visulima/visulima/commit/8cac2a2068d902ee8196f8e1f50d658644be7e70))
94
+ * update gen file ([8794258](https://github.com/visulima/visulima/commit/87942584bc22cab96a14094d2ec46ec667179490))
95
+ * visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
96
+
97
+ ### Code Refactoring
98
+
99
+ * **dev-toolbar:** use native Vite 8 tsconfigPaths in cloudflare example ([fb15d1d](https://github.com/visulima/visulima/commit/fb15d1df62040853a36e7926382765e902380d3a))
100
+ * **dev-toolbar:** use native Vite 8 tsconfigPaths in tanstack-start example ([d89aef7](https://github.com/visulima/visulima/commit/d89aef7c2ba4a8443897d3f7cb9ada494d38d2c4))
101
+ * **docs:** migrate Nextra components to fumadocs-ui, remove Nextra stripping ([484878f](https://github.com/visulima/visulima/commit/484878f01879363ef5e9a0282904dc4627d6060c))
102
+
103
+ ## @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)
104
+
105
+ ### Features
106
+
107
+ * **dev-toolbar:** add assets app export and make axe-core an optional peer dependency ([812bc8d](https://github.com/visulima/visulima/commit/812bc8d45ef760862d43f59665e1f86c7d4a5008))
108
+ * **dev-toolbar:** add singleton guard, SEO JSON-LD validation, editor preference, and tests ([7584425](https://github.com/visulima/visulima/commit/758442518f8390b1faa0fd553d7ed1aaa4d9c037))
109
+ * **dev-toolbar:** implement iframe app rendering and custom app registration ([a1585a8](https://github.com/visulima/visulima/commit/a1585a8bd3624ae13b40fa386cd66b62c29ca08f))
110
+ * **dev-toolbar:** keep inspector active after element click and fix UX issues ([8f7e88a](https://github.com/visulima/visulima/commit/8f7e88a874f6412a15bf2adde9ddd95948b07c22))
111
+ * **dev-toolbar:** overhaul vite config app UI with env masking and improved layout ([7cfee9d](https://github.com/visulima/visulima/commit/7cfee9da5957fb9ffbcc940d9948909c4677efb6))
112
+ * **dev-toolbar:** redesign vite config app with tabbed interface ([087df63](https://github.com/visulima/visulima/commit/087df630dc378933e54d1587d40c99f19fca0df0))
113
+ * **dev-toolbar:** remove more overflow app ([cd3f369](https://github.com/visulima/visulima/commit/cd3f369c176c598d2e9a2bcdef194b7d457d343f))
114
+
115
+ ### Bug Fixes
116
+
117
+ * **dev-toolbar:** move removePopupOutsideHandler declaration before first use ([d734a84](https://github.com/visulima/visulima/commit/d734a847b7f0b4574f081b9b78b2fce3d2b0e698))
118
+ * **dev-toolbar:** resolve all ESLint errors across src files ([165b471](https://github.com/visulima/visulima/commit/165b471c95099bff76ba78d054664e79cfcdcb9a))
119
+ * **dev-toolbar:** resolve ESLint errors in test files and config ([ea7e46c](https://github.com/visulima/visulima/commit/ea7e46c13db73431738a8f75febb847f3e7e530b))
120
+ * **dev-toolbar:** resolve ESLint errors in vite-config app and RPC function ([fedce68](https://github.com/visulima/visulima/commit/fedce686ca59ba5d5b82cd10abfffa8d91a738c1))
121
+ * **dev-toolbar:** split single-line mock factories to satisfy max-statements-per-line ([025b972](https://github.com/visulima/visulima/commit/025b9722b6e854cf1ae53694597e64c63493f730))
122
+ * **dev-toolbar:** update packem to 2.0.0-alpha.54 ([f9779c9](https://github.com/visulima/visulima/commit/f9779c9e8dc7637db3bfef341cb66233469f653f))
123
+ * removed old test ([bfa9e78](https://github.com/visulima/visulima/commit/bfa9e784b2e183ed481d432290070ee554b357ac))
124
+
125
+ ### Performance Improvements
126
+
127
+ * **dev-toolbar:** replace tailwind-merge with clsx in cn() utility ([6c4740c](https://github.com/visulima/visulima/commit/6c4740c8ce890d955cecbf634dada65fd8a99769))
128
+
129
+ ### Documentation
130
+
131
+ * **dev-toolbar:** add assets app documentation ([bea25b9](https://github.com/visulima/visulima/commit/bea25b96f7f7dbb2f3952b6c04d38d032569760d))
132
+ * **dev-toolbar:** add iframe app documentation and remove more app references ([03dab85](https://github.com/visulima/visulima/commit/03dab85a92c5ee27b18db018c9dc263a1a3f1ea4))
133
+ * **dev-toolbar:** add vite-overlay integration guide ([8f6f25a](https://github.com/visulima/visulima/commit/8f6f25aae43f0c32380ede56a93915897a4a939f))
134
+ * **dev-toolbar:** update a11y docs to reflect optional axe-core peer dependency ([50396e8](https://github.com/visulima/visulima/commit/50396e8b18c56e716d119a468fa0b1219e789dff))
135
+ * **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))
136
+
137
+ ### Miscellaneous Chores
138
+
139
+ * **dev-toolbar:** enable a11y in tanstack-start-cloudflare example and fix LICENSE whitespace ([e02cd3e](https://github.com/visulima/visulima/commit/e02cd3edf2426c709d8247cc77f999f56315438e))
140
+ * **dev-toolbar:** update dependencies ([1be313b](https://github.com/visulima/visulima/commit/1be313bf37cd32739ddbb275e1af58dcf029e9a1))
141
+ * **dev-toolbar:** update examples to enable assets and inspector apps ([b3dc74d](https://github.com/visulima/visulima/commit/b3dc74d999acbfe4ee564a141dea47cf5ea2f71a))
142
+ * update dependencies and fix vite-react-rolldown example ([8811909](https://github.com/visulima/visulima/commit/8811909e90877b0041e4b08cdd797d58749464e9))
143
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
144
+
145
+ ### Code Refactoring
146
+
147
+ * **dev-toolbar:** replace cn wrapper with direct clsx imports ([6ac069b](https://github.com/visulima/visulima/commit/6ac069bf0f2e772f0a5626a47d9034b824a5b23a))
148
+ * **dev-toolbar:** replace cn() wrapper with clsx() directly ([e774b36](https://github.com/visulima/visulima/commit/e774b367f9270dd9e43fcf0b7147a8cd23a1734a))
149
+
150
+ ## @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)
151
+
152
+ ### Bug Fixes
153
+
154
+ * allowed vite 8 ([807071e](https://github.com/visulima/visulima/commit/807071ea041e1beaf7e773ac6bbd23efa9f33b32))
155
+ * **dev-toolbar:** exclude inspector and tailwind from More "Additional Apps" ([812252a](https://github.com/visulima/visulima/commit/812252a96916ac346765631a0997ff2150e54e40))
156
+
157
+ ### Miscellaneous Chores
158
+
159
+ * deps update ([9be09e9](https://github.com/visulima/visulima/commit/9be09e95e2bce8fe52e88b186c43b8cc6bae865c))
160
+ * **dev-toolbar:** fix all ESLint errors and warnings across src and tests ([a14d2ed](https://github.com/visulima/visulima/commit/a14d2ed116b23ff1c61db28324b76aa55931919c))
161
+ * **dev-toolbar:** remove external Google Fonts dependency ([2e81646](https://github.com/visulima/visulima/commit/2e81646f49a886d8ef9df7f9c951c87363f9b50d))
162
+
163
+ ## @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)
164
+
165
+ ### Features
166
+
167
+ * **dev-toolbar:** add editor option to configure launch-editor per project ([2003693](https://github.com/visulima/visulima/commit/200369383470a835c5312b8af7b11e4d4183c369))
168
+ * **dev-toolbar:** add JSX source injection Vite plugin for inspector click-to-source ([2c5c5a6](https://github.com/visulima/visulima/commit/2c5c5a65399cd8cb14b10c83a9346364e7ca3ecd))
169
+ * **dev-toolbar:** add light/dark theme awareness to inspector overlays ([2bd30ee](https://github.com/visulima/visulima/commit/2bd30eeb9e7047894d8287a63b4719873df22375))
170
+ * **dev-toolbar:** add open-in-editor, copy HTML, and copy path to inspector ([f88e9b0](https://github.com/visulima/visulima/commit/f88e9b0d21979dd1214c511a9474b0204bb16191))
171
+ * **dev-toolbar:** add Preact-native UI kit and migrate apps to use it ([2fced8e](https://github.com/visulima/visulima/commit/2fced8e8547409ad9d39fd9af2a81010a5fd1999))
172
+ * **dev-toolbar:** add removeDevtoolsOnBuild option to Vite plugin ([d8d1d67](https://github.com/visulima/visulima/commit/d8d1d67a20747df23da60e4d81a2acd89516dc48))
173
+ * **dev-toolbar:** implement timeline event capture for HMR, network and JS errors ([9851ac7](https://github.com/visulima/visulima/commit/9851ac7a12a3b72d52b4f705c2afa7ecbfdf3cc0))
174
+
175
+ ### Bug Fixes
176
+
177
+ * **dev-toolbar:** add suppressHydrationWarning to prevent SSR hydration mismatch ([3c5d8e0](https://github.com/visulima/visulima/commit/3c5d8e0eb7eaf786dbe029598f50dfb2b5ce68a6))
178
+ * **dev-toolbar:** align UI components and inspector with design system ([93ff58b](https://github.com/visulima/visulima/commit/93ff58b88e61d2eab8b3289cf3ad76028380a45f))
179
+ * **dev-toolbar:** correct broken test assertions for settings, button, input, and textarea ([770100f](https://github.com/visulima/visulima/commit/770100f5a73b634e65373fb2b2e344a353a0978c))
180
+ * **dev-toolbar:** fix inspector by closing panel during inspection and move settings to bottom ([575e79c](https://github.com/visulima/visulima/commit/575e79ce2c581c0f48eae55589c83d9dbb30b6f1))
181
+ * **dev-toolbar:** hide action-only apps (e.g. Inspector) from canvas sidebar ([9fcf7e1](https://github.com/visulima/visulima/commit/9fcf7e1786ec4b7c1666da6500f011eff13a2fd2))
182
+ * **dev-toolbar:** prevent action buttons from opening the canvas panel ([113e540](https://github.com/visulima/visulima/commit/113e540bb19d5dbedc6fbef9138bf04d2434b7f1))
183
+ * **dev-toolbar:** prevent hydration mismatch from data-vdt-source in SSR apps ([231ecc7](https://github.com/visulima/visulima/commit/231ecc73f70a49da4a6cd0b584760d12369bd8f0))
184
+ * **dev-toolbar:** remove redundant server arg from RPC function dispatch ([a941dc7](https://github.com/visulima/visulima/commit/a941dc7e593d3681bed61b374262abb8a476392b))
185
+ * **dev-toolbar:** replace require() with dynamic import() in openInEditor ([3fede74](https://github.com/visulima/visulima/commit/3fede740db2c431c6bb62897d13a0d9afb8cc65a))
186
+ * **dev-toolbar:** split RPC barrel and fix open-in-editor with launch-editor ([28e079a](https://github.com/visulima/visulima/commit/28e079afa10ac4ed2e729205f8bdf9405d33c1c2))
187
+ * **dev-toolbar:** use HMR WebSocket RPC to open files in editor ([a63cdab](https://github.com/visulima/visulima/commit/a63cdab1c30f9f73eb6b5f59f7c1ee4143135eba))
188
+ * **dev-toolbar:** use original file positions to prevent SSR hydration mismatch ([a40edd5](https://github.com/visulima/visulima/commit/a40edd5fb1a11a5208182dd71627b472f64db6c5))
189
+
190
+ ### Documentation
191
+
192
+ * **dev-toolbar:** document removeDevtoolsOnBuild option ([00955b2](https://github.com/visulima/visulima/commit/00955b2a484df78f66b4c58babbeb514d4943285))
193
+ * **dev-toolbar:** update docs for all recent feature additions ([b204e0f](https://github.com/visulima/visulima/commit/b204e0f8956cafb6967363fa0cc2b01c435cdedc))
194
+
195
+ ### Code Refactoring
196
+
197
+ * **dev-toolbar:** convert inspector to toolbar action button ([0d0b682](https://github.com/visulima/visulima/commit/0d0b682e65511c158baa29134a8c50e7db459284))
198
+
199
+ ## @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)
200
+
201
+ ### Bug Fixes
202
+
203
+ * **dev-toolbar:** correct Tailwind v4 PostCSS setup in TanStack Start examples ([090da58](https://github.com/visulima/visulima/commit/090da58cbbd87695c238dfd1f7371a6f06b9ef80))
204
+ * **dev-toolbar:** dismiss tooltip on button click ([0ed60af](https://github.com/visulima/visulima/commit/0ed60af72f2390f8fcebde063d35e45e6f7fe9b8))
205
+ * **dev-toolbar:** handle CJS/ESM interop for axe-core dynamic import ([7a86907](https://github.com/visulima/visulima/commit/7a8690730b7c7858beb635dc1d66869d5b5e19e2))
206
+ * **dev-toolbar:** use appendTo in TanStack Start examples for SSR ([0844250](https://github.com/visulima/visulima/commit/0844250edbeeda1dfdc28058316bb6303e91fda6))
207
+
208
+ ### Documentation
209
+
210
+ * **dev-toolbar:** document appendTo for SSR frameworks (TanStack Start) ([eba507e](https://github.com/visulima/visulima/commit/eba507eba8d0b705f23f32e7c08dc40fca87473a))
211
+
212
+ ### Miscellaneous Chores
213
+
214
+ * **dev-toolbar:** add framework examples for six setups ([38117c1](https://github.com/visulima/visulima/commit/38117c1e0d6d8d3abb94785d95780482f5870d5c))
215
+ * **dev-toolbar:** add TanStack Start + Cloudflare Pages example ([1463ef8](https://github.com/visulima/visulima/commit/1463ef892669215bdc71fe90048e40cfbb4907c0))
216
+ * **dev-toolbar:** add TanStack Start and Cloudflare examples ([ddfe175](https://github.com/visulima/visulima/commit/ddfe17571bb416712eb02f4ae0222d182bdc2844))
217
+ * remove IDE configs, memory-bank, and stale lint script ([3a1100e](https://github.com/visulima/visulima/commit/3a1100e1f9e5dae6fb6fefd486195e8cc80fc578))
218
+
219
+ ## @visulima/dev-toolbar 1.0.0-alpha.1 (2026-02-28)
220
+
221
+ ### Features
222
+
223
+ * **dev-toolbar:** initialize dev-toolbar package ([#586](https://github.com/visulima/visulima/issues/586)) ([a3ab9d6](https://github.com/visulima/visulima/commit/a3ab9d6e6c768853854b95fa8eee908b95235ea5))
package/LICENSE.md ADDED
@@ -0,0 +1,188 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 visulima
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ <!-- DEPENDENCIES -->
24
+
25
+ # Licenses of bundled dependencies
26
+ The published @visulima/dev-toolbar artifact additionally contains code with the following licenses:
27
+ ISC, MIT
28
+
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
+
137
+ ## lucide-static
138
+ License: ISC
139
+ Repository: https://github.com/lucide-icons/lucide.git
140
+
141
+ > ISC License
142
+ >
143
+ > Copyright (c) 2026 Lucide Icons and Contributors
144
+ >
145
+ > Permission to use, copy, modify, and/or distribute this software for any
146
+ > purpose with or without fee is hereby granted, provided that the above
147
+ > copyright notice and this permission notice appear in all copies.
148
+ >
149
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
150
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
151
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
152
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
153
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
154
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
155
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
156
+ >
157
+ > ---
158
+ >
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)
164
+ >
165
+ > Copyright (c) 2013-present Cole Bemis
166
+ >
167
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
168
+ > of this software and associated documentation files (the "Software"), to deal
169
+ > in the Software without restriction, including without limitation the rights
170
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
171
+ > copies of the Software, and to permit persons to whom the Software is
172
+ > furnished to do so, subject to the following conditions:
173
+ >
174
+ > The above copyright notice and this permission notice shall be included in all
175
+ > copies or substantial portions of the Software.
176
+ >
177
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
178
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
179
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
180
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
181
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
182
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
183
+ > SOFTWARE.
184
+
185
+ <!-- /DEPENDENCIES -->
186
+
187
+ <!-- TYPE_DEPENDENCIES -->
188
+ <!-- /TYPE_DEPENDENCIES -->