imageslider-next 1.3.1 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,6 +79,8 @@ pnpm storybook
79
79
 
80
80
  There are example stories that show a native `<img>` fallback and usage with a mock `Image` component. Use the `With Image Component` story to test integration.
81
81
 
82
+ Hosted Storybook: https://imageslider-next.vercel.app/
83
+
82
84
  ## TypeScript / image imports
83
85
 
84
86
  If your TypeScript setup complains about importing image files, add a simple declaration file `src/types/images.d.ts`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imageslider-next",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "main": "dist/imageslider-next.js",
5
5
  "types": "dist/types/src/imageslider-next.d.ts",
6
6
  "files": [