ui-sniper 3.2.0 → 3.2.2
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.
- package/README.md +11 -2
- package/dist/index.js +338 -161
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +338 -161
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -39,12 +39,21 @@ The toolbar appears in the bottom-right corner. Click to activate, then click an
|
|
|
39
39
|
- **Text selection** – Select text to annotate specific content
|
|
40
40
|
- **Multi-select** – Drag to select multiple elements at once
|
|
41
41
|
- **Area selection** – Drag to annotate any region, even empty space
|
|
42
|
-
- **Animation pause** – Freeze all animations (CSS, JS, videos) to capture specific states
|
|
42
|
+
- **Animation pause (P)** – Freeze all animations (CSS, JS, videos) to capture specific states
|
|
43
|
+
- **X-Ray mode (X)** – Reveal invisible structure, bounding boxes, and alignments
|
|
44
|
+
- **Layout mode (L)** – Drag, drop, edit text, or draw directly on the screen
|
|
45
|
+
- **Detailed Help Panel** – In-app guide detailing how, why, and the value of each mode
|
|
43
46
|
- **Structured output** – Copy markdown with selectors, positions, and context
|
|
44
47
|
- **Programmatic access** – Callback prop for direct integration with tools
|
|
45
48
|
- **Dark/light mode** – Toggle in settings, persists to localStorage
|
|
46
49
|
- **Zero dependencies** – Pure CSS animations, no runtime libraries
|
|
47
50
|
|
|
51
|
+
## What's New in v3.2
|
|
52
|
+
- **Rich Help Panel**: A new built-in help panel explaining feature usage and value propositions.
|
|
53
|
+
- **Improved Review Panel**: Hover states, distinct color actions (Delete, Copy, Mark Done), and layout fixes preventing overlap.
|
|
54
|
+
- **Enhanced Visual Feedback**: The toolbar now has a distinct active border, and capturing screenshots accurately respects visibility states.
|
|
55
|
+
- **Advanced X-Ray & Layout Tools**: Reposition elements on the fly or inspect padding/margins before writing feedback.
|
|
56
|
+
|
|
48
57
|
## Props
|
|
49
58
|
|
|
50
59
|
| Prop | Type | Default | Description |
|
|
@@ -135,6 +144,6 @@ Full documentation at [hara-xy.com](https://hara-xy.com)
|
|
|
135
144
|
|
|
136
145
|
## License
|
|
137
146
|
|
|
138
|
-
© 2026
|
|
147
|
+
© 2026 Shiva Patil
|
|
139
148
|
|
|
140
149
|
Licensed under PolyForm Shield 1.0.0
|