bb-relay 0.0.37 → 0.0.38

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.
@@ -164,6 +164,17 @@ declare const enGB: {
164
164
  rename: string;
165
165
  "issues.report": string;
166
166
  "feature.request": string;
167
+ zen: string;
168
+ "direction.toggle": string;
169
+ tips: string;
170
+ changelog: string;
171
+ "app.quit": string;
172
+ project: string;
173
+ "project.sync": string;
174
+ "project.close": string;
175
+ "help.starting": string;
176
+ "developer.tools.toggle": string;
177
+ socials: string;
167
178
  };
168
179
 
169
180
  type Language = keyof typeof enGB;
@@ -164,6 +164,17 @@ declare const enGB: {
164
164
  rename: string;
165
165
  "issues.report": string;
166
166
  "feature.request": string;
167
+ zen: string;
168
+ "direction.toggle": string;
169
+ tips: string;
170
+ changelog: string;
171
+ "app.quit": string;
172
+ project: string;
173
+ "project.sync": string;
174
+ "project.close": string;
175
+ "help.starting": string;
176
+ "developer.tools.toggle": string;
177
+ socials: string;
167
178
  };
168
179
 
169
180
  type Language = keyof typeof enGB;
package/dist/editor.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { C as Commit } from './Commit-PdsjrKSG.mjs';
2
2
  export { a as FileStat, F as FolderContent, b as FolderStat } from './FolderStat-Bhmwwc0t.mjs';
3
3
  export { F as FileContent } from './FileContent-CXlulSZq.mjs';
4
- import { L as Language, a as Locale } from './Locale-Ehh56foM.mjs';
4
+ import { L as Language, a as Locale } from './Locale-DQ4a71QR.mjs';
5
5
  export { R as Result } from './Result-BLbZLEgX.mjs';
6
6
 
7
7
  type CopyArg = {
@@ -29,7 +29,7 @@ interface MenuContent {
29
29
  onClick?: () => void;
30
30
  }
31
31
 
32
- type Nav = "file-explorer" | "checkpoints" | "plugins" | "settings" | "remote" | "help" | "settings" | "notifications" | "dev";
32
+ type Nav = "file-explorer" | "checkpoints" | "plugins" | "settings" | "remote" | "help" | "settings" | "dev";
33
33
 
34
34
  type Route = "welcome" | "project" | "new-project" | "settings" | "updates";
35
35
 
@@ -38,7 +38,6 @@ declare const SHORTCUTS: Language[];
38
38
  type ShortcutID = Extract<Language, (typeof SHORTCUTS)[number]>;
39
39
  type Shortcut = {
40
40
  id: ShortcutID;
41
- name: string;
42
41
  description: string;
43
42
  keys: string[];
44
43
  };
@@ -49,7 +48,6 @@ type Settings = {
49
48
  autoUpdate: boolean;
50
49
  direction: "ltr" | "rtl";
51
50
  showAllFile: boolean;
52
- trashBehaviour: "permanent" | "trash";
53
51
  shortcuts: Shortcut[];
54
52
  theme: string;
55
53
  isDev: boolean;
package/dist/editor.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { C as Commit } from './Commit-PdsjrKSG.js';
2
2
  export { a as FileStat, F as FolderContent, b as FolderStat } from './FolderStat-Bhmwwc0t.js';
3
3
  export { F as FileContent } from './FileContent-CXlulSZq.js';
4
- import { L as Language, a as Locale } from './Locale-Ehh56foM.js';
4
+ import { L as Language, a as Locale } from './Locale-DQ4a71QR.js';
5
5
  export { R as Result } from './Result-BLbZLEgX.js';
6
6
 
7
7
  type CopyArg = {
@@ -29,7 +29,7 @@ interface MenuContent {
29
29
  onClick?: () => void;
30
30
  }
31
31
 
32
- type Nav = "file-explorer" | "checkpoints" | "plugins" | "settings" | "remote" | "help" | "settings" | "notifications" | "dev";
32
+ type Nav = "file-explorer" | "checkpoints" | "plugins" | "settings" | "remote" | "help" | "settings" | "dev";
33
33
 
34
34
  type Route = "welcome" | "project" | "new-project" | "settings" | "updates";
35
35
 
@@ -38,7 +38,6 @@ declare const SHORTCUTS: Language[];
38
38
  type ShortcutID = Extract<Language, (typeof SHORTCUTS)[number]>;
39
39
  type Shortcut = {
40
40
  id: ShortcutID;
41
- name: string;
42
41
  description: string;
43
42
  keys: string[];
44
43
  };
@@ -49,7 +48,6 @@ type Settings = {
49
48
  autoUpdate: boolean;
50
49
  direction: "ltr" | "rtl";
51
50
  showAllFile: boolean;
52
- trashBehaviour: "permanent" | "trash";
53
51
  shortcuts: Shortcut[];
54
52
  theme: string;
55
53
  isDev: boolean;
package/dist/locale.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { L as Language } from './Locale-Ehh56foM.mjs';
2
- export { a as Locale, e as enGB } from './Locale-Ehh56foM.mjs';
1
+ import { L as Language } from './Locale-DQ4a71QR.mjs';
2
+ export { a as Locale, e as enGB } from './Locale-DQ4a71QR.mjs';
3
3
 
4
4
  declare const frFR: {
5
5
  [key in Language]: string;
package/dist/locale.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { L as Language } from './Locale-Ehh56foM.js';
2
- export { a as Locale, e as enGB } from './Locale-Ehh56foM.js';
1
+ import { L as Language } from './Locale-DQ4a71QR.js';
2
+ export { a as Locale, e as enGB } from './Locale-DQ4a71QR.js';
3
3
 
4
4
  declare const frFR: {
5
5
  [key in Language]: string;
package/dist/locale.js CHANGED
@@ -164,7 +164,18 @@ var enGB = {
164
164
  "invert.selection": "Invert Selection",
165
165
  rename: "Rename",
166
166
  "issues.report": "Report Issues",
167
- "feature.request": "Feature Request"
167
+ "feature.request": "Feature Request",
168
+ zen: "Zen mode",
169
+ "direction.toggle": "Toggle LTR/RTL",
170
+ tips: "Tips",
171
+ changelog: "Release notes",
172
+ "app.quit": "Quit app",
173
+ project: "Project",
174
+ "project.sync": "Sync project",
175
+ "project.close": "Close project",
176
+ "help.starting": "Getting started",
177
+ "developer.tools.toggle": "Toggle Developer tools",
178
+ socials: "Socials"
168
179
  };
169
180
  var en_GB_default = enGB;
170
181
 
@@ -334,7 +345,18 @@ var frFR = {
334
345
  "invert.selection": "Inverser la s\xE9lection",
335
346
  rename: "Renommer",
336
347
  "issues.report": "Signaler un probl\xE8me",
337
- "feature.request": "Demande de fonctionnalit\xE9"
348
+ "feature.request": "Demande de fonctionnalit\xE9",
349
+ zen: "Activer le mode Zen",
350
+ "direction.toggle": "Basculer LTR/RTL",
351
+ tips: "Astuces",
352
+ changelog: "Notes de version",
353
+ "app.quit": "Quitter l'application",
354
+ project: "Projet",
355
+ "project.sync": "Synchroniser le projet",
356
+ "project.close": "Fermer le projet",
357
+ "help.starting": "Getting started",
358
+ "developer.tools.toggle": "(D\xE9s)activer les outils de d\xE9v",
359
+ socials: "Sociaux"
338
360
  };
339
361
  var fr_FR_default = frFR;
340
362
 
package/dist/locale.mjs CHANGED
@@ -164,7 +164,18 @@ var enGB = {
164
164
  "invert.selection": "Invert Selection",
165
165
  rename: "Rename",
166
166
  "issues.report": "Report Issues",
167
- "feature.request": "Feature Request"
167
+ "feature.request": "Feature Request",
168
+ zen: "Zen mode",
169
+ "direction.toggle": "Toggle LTR/RTL",
170
+ tips: "Tips",
171
+ changelog: "Release notes",
172
+ "app.quit": "Quit app",
173
+ project: "Project",
174
+ "project.sync": "Sync project",
175
+ "project.close": "Close project",
176
+ "help.starting": "Getting started",
177
+ "developer.tools.toggle": "Toggle Developer tools",
178
+ socials: "Socials"
168
179
  };
169
180
  var en_GB_default = enGB;
170
181
 
@@ -334,7 +345,18 @@ var frFR = {
334
345
  "invert.selection": "Inverser la s\xE9lection",
335
346
  rename: "Renommer",
336
347
  "issues.report": "Signaler un probl\xE8me",
337
- "feature.request": "Demande de fonctionnalit\xE9"
348
+ "feature.request": "Demande de fonctionnalit\xE9",
349
+ zen: "Activer le mode Zen",
350
+ "direction.toggle": "Basculer LTR/RTL",
351
+ tips: "Astuces",
352
+ changelog: "Notes de version",
353
+ "app.quit": "Quitter l'application",
354
+ project: "Projet",
355
+ "project.sync": "Synchroniser le projet",
356
+ "project.close": "Fermer le projet",
357
+ "help.starting": "Getting started",
358
+ "developer.tools.toggle": "(D\xE9s)activer les outils de d\xE9v",
359
+ socials: "Sociaux"
338
360
  };
339
361
  var fr_FR_default = frFR;
340
362
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bb-relay",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "For managing bb-editor extension",
5
5
  "license": "ISC",
6
6
  "author": "Ade Adeola",
@@ -173,6 +173,17 @@ export const enGB = {
173
173
  rename: "Rename",
174
174
  "issues.report": "Report Issues",
175
175
  "feature.request": "Feature Request",
176
+ zen: "Zen mode",
177
+ "direction.toggle": "Toggle LTR/RTL",
178
+ tips: "Tips",
179
+ changelog: "Release notes",
180
+ "app.quit": "Quit app",
181
+ project: "Project",
182
+ "project.sync": "Sync project",
183
+ "project.close": "Close project",
184
+ "help.starting": "Getting started",
185
+ "developer.tools.toggle": "Toggle Developer tools",
186
+ socials: "Socials",
176
187
  };
177
188
 
178
189
  export default enGB;
@@ -176,6 +176,17 @@ export const frFR: { [key in Language]: string } = {
176
176
  rename: "Renommer",
177
177
  "issues.report": "Signaler un problème",
178
178
  "feature.request": "Demande de fonctionnalité",
179
+ zen: "Activer le mode Zen",
180
+ "direction.toggle": "Basculer LTR/RTL",
181
+ tips: "Astuces",
182
+ changelog: "Notes de version",
183
+ "app.quit": "Quitter l'application",
184
+ project: "Projet",
185
+ "project.sync": "Synchroniser le projet",
186
+ "project.close": "Fermer le projet",
187
+ "help.starting": "Getting started",
188
+ "developer.tools.toggle": "(Dés)activer les outils de dév",
189
+ socials: "Sociaux",
179
190
  };
180
191
 
181
192
  export default frFR;
@@ -1,12 +1,11 @@
1
- type Nav =
2
- | "file-explorer"
3
- | "checkpoints"
4
- | "plugins"
5
- | "settings"
6
- | "remote"
7
- | "help"
8
- | "settings"
9
- | "notifications"
10
- | "dev";
11
-
12
- export default Nav;
1
+ type Nav =
2
+ | "file-explorer"
3
+ | "checkpoints"
4
+ | "plugins"
5
+ | "settings"
6
+ | "remote"
7
+ | "help"
8
+ | "settings"
9
+ | "dev";
10
+
11
+ export default Nav;
@@ -29,7 +29,6 @@ export type ShortcutID = Extract<Language, (typeof SHORTCUTS)[number]>;
29
29
 
30
30
  export type Shortcut = {
31
31
  id: ShortcutID;
32
- name: string;
33
32
  description: string;
34
33
  keys: string[];
35
34
  };
@@ -41,7 +40,6 @@ export type Settings = {
41
40
  autoUpdate: boolean;
42
41
  direction: "ltr" | "rtl";
43
42
  showAllFile: boolean;
44
- trashBehaviour: "permanent" | "trash";
45
43
  shortcuts: Shortcut[];
46
44
  theme: string;
47
45
  isDev: boolean;