triiiceratops 0.12.7 → 0.12.8

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.
@@ -88,6 +88,21 @@ export interface AnnotationsConfig {
88
88
  * @default false
89
89
  */
90
90
  visible?: boolean;
91
+ /**
92
+ * Whether to show the close button.
93
+ * @default true
94
+ */
95
+ showCloseButton?: boolean;
96
+ /**
97
+ * Where the annotations panel should appear.
98
+ * @default 'right'
99
+ */
100
+ position?: 'left' | 'right';
101
+ /**
102
+ * Width of the annotations panel.
103
+ * @default '320px'
104
+ */
105
+ width?: string;
91
106
  }
92
107
  export interface ToolbarConfig {
93
108
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triiiceratops",
3
- "version": "0.12.7",
3
+ "version": "0.12.8",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",