@yaakapp/api 0.3.0 → 0.3.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.
@@ -139,6 +139,10 @@ export type FormInputEditor = {
139
139
  * Placeholder for the text input
140
140
  */
141
141
  placeholder?: string | null;
142
+ /**
143
+ * Don't show the editor gutter (line numbers, folds, etc.)
144
+ */
145
+ hideGutter?: boolean | null;
142
146
  language: EditorLanguage;
143
147
  name: string;
144
148
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaakapp/api",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "main": "lib/index.js",
5
5
  "typings": "./lib/index.d.ts",
6
6
  "files": [