bok-reader 0.1.3 → 0.1.4

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/dist/bok.es.js CHANGED
@@ -3191,8 +3191,8 @@ const he = Ut.div`
3191
3191
  // Enable horizontal scrolling of the columns
3192
3192
  overflow-x: hidden;
3193
3193
  overflow-y: hidden; // Prevent vertical scrollbar on the container itself
3194
- scroll-snap-type: x mandatory; // Snap pages (columns)
3195
- scroll-behavior: auto; // Let JS handle smooth scrolling during page turns
3194
+ // scroll-snap-type: x mandatory; // Snap pages (columns)
3195
+ // scroll-behavior: auto; // Let JS handle smooth scrolling during page turns
3196
3196
  -webkit-overflow-scrolling: touch;
3197
3197
  box-sizing: border-box;
3198
3198
 
package/dist/bok.umd.js CHANGED
@@ -180,8 +180,8 @@
180
180
  // Enable horizontal scrolling of the columns
181
181
  overflow-x: hidden;
182
182
  overflow-y: hidden; // Prevent vertical scrollbar on the container itself
183
- scroll-snap-type: x mandatory; // Snap pages (columns)
184
- scroll-behavior: auto; // Let JS handle smooth scrolling during page turns
183
+ // scroll-snap-type: x mandatory; // Snap pages (columns)
184
+ // scroll-behavior: auto; // Let JS handle smooth scrolling during page turns
185
185
  -webkit-overflow-scrolling: touch;
186
186
  box-sizing: border-box;
187
187
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bok-reader",
3
3
  "private": false,
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "type": "module",
6
6
  "main": "dist/bok.umd.js",
7
7
  "module": "dist/bok.es.js",