@ekairos/toolbar 1.22.34-beta.development.0 → 1.22.36-beta.development.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ekairos/toolbar
2
2
 
3
- Lightweight visual feedback toolbar for selecting UI elements, collecting annotations, and exporting structured feedback.
3
+ Lightweight feedback toolbar for selecting UI elements and exporting structured annotations.
4
4
 
5
5
  ## Install
6
6
 
@@ -25,19 +25,17 @@ export function App() {
25
25
 
26
26
  ## Included
27
27
 
28
- - Single element selection
29
- - Multi-select by `Cmd/Ctrl + Shift + Click`
30
- - Drag multi-select and area selection
31
- - Feedback dialog (add/edit/delete)
32
- - Stable selector extraction (`stableSelector`) plus readable path (`elementPath`)
33
- - Markdown output generation and copy/send callbacks
28
+ - single and multi selection
29
+ - drag area selection
30
+ - feedback dialog
31
+ - selector extraction
32
+ - markdown export
34
33
 
35
- ## Keyboard
36
-
37
- - `Cmd/Ctrl + Shift + F`: toggle feedback mode
38
- - `Esc`: cancel current interaction / close
39
- - `C`: copy output
40
- - `S`: send output callback
41
- - `X`: clear annotations
42
- - `H`: show/hide markers
34
+ ## Shortcuts
43
35
 
36
+ - `Cmd/Ctrl + Shift + F`
37
+ - `Esc`
38
+ - `C`
39
+ - `S`
40
+ - `X`
41
+ - `H`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekairos/toolbar",
3
- "version": "1.22.34-beta.development.0",
3
+ "version": "1.22.36-beta.development.0",
4
4
  "description": "Lightweight visual feedback toolbar for selecting UI elements and collecting structured annotations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",