triiiceratops 0.9.10 → 0.9.12

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.
@@ -50,6 +50,11 @@ export interface SearchConfig {
50
50
  * Initial search query to execute.
51
51
  */
52
52
  query?: string;
53
+ /**
54
+ * Width of the search panel.
55
+ * @default '320px'
56
+ */
57
+ width?: string;
53
58
  }
54
59
  export interface AnnotationsConfig {
55
60
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triiiceratops",
3
- "version": "0.9.10",
3
+ "version": "0.9.12",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",