page-preview 0.1.4 → 0.1.5

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 CHANGED
@@ -3,6 +3,9 @@
3
3
  Storybook-like **page runtime preview** for full pages and hidden UI branches.
4
4
 
5
5
  ![Page Preview Gallery](./docs/screenshots/gallery.png)
6
+ ![Preview Screen 1](./docs/screenshots/preview-01.jpg)
7
+ ![Preview Screen 2](./docs/screenshots/preview-02.jpg)
8
+ ![Preview Screen 3](./docs/screenshots/preview-03.jpg)
6
9
 
7
10
  ## Why
8
11
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "page-preview",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Storybook-like page preview runtime for full-page state scenarios",
5
5
  "type": "module",
6
6
  "license": "MIT",