react-blueprint-view 1.0.2 → 1.0.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,14 +54,14 @@ function CustomToggle() {
54
54
  ```
55
55
 
56
56
 
57
- ## Ignoring Elements
57
+ <!-- ## Ignoring Elements
58
58
 
59
59
  ```jsx
60
60
  <div data-rbv-ignore>
61
61
  This element will not be affected by the blueprint overlay.
62
62
  </div>
63
63
 
64
- ```
64
+ ``` -->
65
65
 
66
66
  “Image and video elements are excluded, meaning their content will remain visible while the blueprint is active.”
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-blueprint-view",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A lightweight visual wireframe/blueprint view for React apps.",
5
5
  "author": "Isaac Anasonye",
6
6
  "license": "MIT",