terrier-engine 4.9.0 → 4.9.1

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.9.0",
7
+ "version": "4.9.1",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"
@@ -10,7 +10,7 @@ const log = new Logger("Terrier PagePart")
10
10
  /**
11
11
  * Whether some content should be constrained to a reasonable width or span the entire screen.
12
12
  */
13
- export type ContentWidth = "normal" | "wide"
13
+ export type ContentWidth = "normal" | "wide" | "fill"
14
14
 
15
15
  /// Toolbar fields
16
16