@keadex/mina-live 2.2.2 → 2.4.0

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
@@ -3,7 +3,7 @@
3
3
  "description": "Web porting of the Keadex Mina application.",
4
4
  "author": "Keadex <keadex.it@gmail.com>",
5
5
  "license": "MIT",
6
- "version": "2.2.2",
6
+ "version": "2.4.0",
7
7
  "private": false,
8
8
  "homepage": "https://keadex.dev",
9
9
  "repository": {
@@ -84,10 +84,12 @@
84
84
  "project": "Project",
85
85
  "redo": "Redo",
86
86
  "relationship": "Relationship",
87
+ "reload": "Reload",
87
88
  "render": "Render",
88
89
  "rendering": "Rendering",
89
90
  "required": "Required",
90
91
  "reset": "Reset",
92
+ "restart": "Restart",
91
93
  "result": "Result",
92
94
  "results": "Results",
93
95
  "save": "Save",
@@ -198,7 +200,14 @@
198
200
  },
199
201
  "diagrams_settings": {
200
202
  "gen_only_straight_arrows": "Generate only straight arrows",
201
- "grid_enabled": "Grid enabled"
203
+ "grid_enabled": "Grid enabled",
204
+ "ranksep_description": "Specifies separation between ranks.",
205
+ "subgraph_inner_margin": "Subgraph inner margin",
206
+ "subgraph_outer_margin": "Subgraph outer margin"
207
+ },
208
+ "error_fallback": {
209
+ "title": "Well, that wasn't supposed to happen...",
210
+ "description": "Something went wrong and the app needs to restart."
202
211
  },
203
212
  "home": {
204
213
  "chose_parent_dir_project": "Choose the parent directory of the project",
@@ -227,6 +236,7 @@
227
236
  "bg_color": "Background Color",
228
237
  "border_color": "Border Color",
229
238
  "line_color": "Line Color",
239
+ "selection_color": "Selection Color",
230
240
  "text_color": "Text Color",
231
241
  "title": "Diagrams Theme"
232
242
  }
Binary file