triiiceratops 0.12.5 → 0.12.7

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.
@@ -134,6 +134,11 @@ export interface ViewerConfig {
134
134
  * @default 'individuals'
135
135
  */
136
136
  viewingMode?: 'individuals' | 'paged';
137
+ /**
138
+ * Whether to offset the paged view by one canvas (e.g. cover page).
139
+ * @default true
140
+ */
141
+ pagedViewOffset?: boolean;
137
142
  /**
138
143
  * Whether to show the zoom controls in the canvas navigation.
139
144
  * @default true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triiiceratops",
3
- "version": "0.12.5",
3
+ "version": "0.12.7",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",