@dxos/plugin-board 0.8.4-main.9be5663bfe → 0.8.4-main.abd8ff62ef

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.
Files changed (48) hide show
  1. package/dist/lib/browser/BoardPlugin-MKXIWHZQ.mjs +50 -0
  2. package/dist/lib/browser/BoardPlugin-MKXIWHZQ.mjs.map +7 -0
  3. package/dist/lib/browser/chunk-J5LGTIGS.mjs +10 -0
  4. package/dist/lib/browser/chunk-J5LGTIGS.mjs.map +7 -0
  5. package/dist/lib/browser/index.mjs +6 -71
  6. package/dist/lib/browser/index.mjs.map +4 -4
  7. package/dist/lib/browser/meta.json +1 -1
  8. package/dist/lib/browser/translations.mjs +29 -0
  9. package/dist/lib/browser/translations.mjs.map +7 -0
  10. package/dist/lib/browser/types/index.mjs +31 -2
  11. package/dist/lib/browser/types/index.mjs.map +4 -4
  12. package/dist/lib/node-esm/BoardPlugin-FQMGBWI6.mjs +51 -0
  13. package/dist/lib/node-esm/BoardPlugin-FQMGBWI6.mjs.map +7 -0
  14. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
  15. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
  16. package/dist/lib/node-esm/index.mjs +6 -71
  17. package/dist/lib/node-esm/index.mjs.map +4 -4
  18. package/dist/lib/node-esm/meta.json +1 -1
  19. package/dist/lib/node-esm/translations.mjs +30 -0
  20. package/dist/lib/node-esm/translations.mjs.map +7 -0
  21. package/dist/lib/node-esm/types/index.mjs +31 -2
  22. package/dist/lib/node-esm/types/index.mjs.map +4 -4
  23. package/dist/types/src/BoardPlugin.d.ts +1 -0
  24. package/dist/types/src/BoardPlugin.d.ts.map +1 -1
  25. package/dist/types/src/BoardPlugin.test.d.ts +2 -0
  26. package/dist/types/src/BoardPlugin.test.d.ts.map +1 -0
  27. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  28. package/dist/types/src/containers/BoardContainer/BoardContainer.d.ts +1 -1
  29. package/dist/types/src/containers/BoardContainer/BoardContainer.d.ts.map +1 -1
  30. package/dist/types/src/containers/BoardContainer/BoardContainer.stories.d.ts +30 -23
  31. package/dist/types/src/containers/BoardContainer/BoardContainer.stories.d.ts.map +1 -1
  32. package/dist/types/src/index.d.ts +2 -2
  33. package/dist/types/src/index.d.ts.map +1 -1
  34. package/dist/types/src/translations.d.ts +22 -15
  35. package/dist/types/src/translations.d.ts.map +1 -1
  36. package/dist/types/src/types/Board.d.ts.map +1 -1
  37. package/dist/types/tsconfig.tsbuildinfo +1 -1
  38. package/package.json +50 -46
  39. package/src/BoardPlugin.test.ts +27 -0
  40. package/src/BoardPlugin.tsx +5 -4
  41. package/src/capabilities/react-surface.tsx +4 -2
  42. package/src/containers/BoardContainer/BoardContainer.stories.tsx +3 -3
  43. package/src/containers/BoardContainer/BoardContainer.tsx +43 -14
  44. package/src/index.ts +6 -3
  45. package/dist/lib/browser/chunk-FL67SBF5.mjs +0 -39
  46. package/dist/lib/browser/chunk-FL67SBF5.mjs.map +0 -7
  47. package/dist/lib/node-esm/chunk-5GGKJL4Z.mjs +0 -40
  48. package/dist/lib/node-esm/chunk-5GGKJL4Z.mjs.map +0 -7
@@ -0,0 +1,30 @@
1
+ import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
2
+ import "./chunk-HSLMI22Q.mjs";
3
+
4
+ // src/translations.ts
5
+ import { meta } from "#meta";
6
+ import { Board } from "#types";
7
+ var translations = [
8
+ {
9
+ "en-US": {
10
+ [Board.Board.typename]: {
11
+ "typename.label": "Board",
12
+ "typename.label_zero": "Boards",
13
+ "typename.label_one": "Board",
14
+ "typename.label_other": "Boards",
15
+ "object-name.placeholder": "New board",
16
+ "add-object.label": "Add board",
17
+ "rename-object.label": "Rename board",
18
+ "delete-object.label": "Delete board",
19
+ "object-deleted.label": "Board deleted"
20
+ },
21
+ [meta.id]: {
22
+ "plugin.name": "Board"
23
+ }
24
+ }
25
+ }
26
+ ];
27
+ export {
28
+ translations
29
+ };
30
+ //# sourceMappingURL=translations.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/translations.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\n\nimport { meta } from '#meta';\nimport { Board } from '#types';\n\nexport const translations = [\n {\n 'en-US': {\n [Board.Board.typename]: {\n 'typename.label': 'Board',\n 'typename.label_zero': 'Boards',\n 'typename.label_one': 'Board',\n 'typename.label_other': 'Boards',\n 'object-name.placeholder': 'New board',\n 'add-object.label': 'Add board',\n 'rename-object.label': 'Rename board',\n 'delete-object.label': 'Delete board',\n 'object-deleted.label': 'Board deleted',\n },\n [meta.id]: {\n 'plugin.name': 'Board',\n },\n },\n },\n] as const satisfies Resource[];\n"],
5
+ "mappings": ";;;;AAMA,SAASA,YAAY;AACrB,SAASC,aAAa;AAEf,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACD,MAAMA,MAAME,QAAQ,GAAG;QACtB,kBAAkB;QAClB,uBAAuB;QACvB,sBAAsB;QACtB,wBAAwB;QACxB,2BAA2B;QAC3B,oBAAoB;QACpB,uBAAuB;QACvB,uBAAuB;QACvB,wBAAwB;MAC1B;MACA,CAACH,KAAKI,EAAE,GAAG;QACT,eAAe;MACjB;IACF;EACF;;",
6
+ "names": ["meta", "Board", "translations", "typename", "id"]
7
+ }
@@ -1,7 +1,36 @@
1
1
  import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
2
2
  import {
3
- Board_exports
4
- } from "../chunk-5GGKJL4Z.mjs";
3
+ __export
4
+ } from "../chunk-HSLMI22Q.mjs";
5
+
6
+ // src/types/Board.ts
7
+ var Board_exports = {};
8
+ __export(Board_exports, {
9
+ Board: () => Board,
10
+ makeBoard: () => makeBoard
11
+ });
12
+ import * as Schema from "effect/Schema";
13
+ import { Annotation, Obj, Ref, Type } from "@dxos/echo";
14
+ import { FormInputAnnotation, LabelAnnotation } from "@dxos/echo/internal";
15
+ import { BoardLayout, defaultLayout } from "@dxos/react-ui-board";
16
+ var Board = Schema.Struct({
17
+ name: Schema.String.pipe(Schema.optional),
18
+ items: Ref.Ref(Obj.Unknown).pipe(Schema.Array, FormInputAnnotation.set(false)),
19
+ layout: BoardLayout.pipe(FormInputAnnotation.set(false))
20
+ }).pipe(Type.object({
21
+ typename: "org.dxos.type.board",
22
+ version: "0.1.0"
23
+ }), LabelAnnotation.set([
24
+ "name"
25
+ ]), Annotation.IconAnnotation.set({
26
+ icon: "ph--squares-four--regular",
27
+ hue: "green"
28
+ }));
29
+ var makeBoard = (props = {}) => Obj.make(Board, {
30
+ items: [],
31
+ layout: defaultLayout,
32
+ ...props
33
+ });
5
34
  export {
6
35
  Board_exports as Board
7
36
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": [],
4
- "sourcesContent": [],
5
- "mappings": "",
6
- "names": []
3
+ "sources": ["../../../../src/types/Board.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Schema from 'effect/Schema';\n\nimport { Annotation, Obj, Ref, Type } from '@dxos/echo';\nimport { FormInputAnnotation, LabelAnnotation } from '@dxos/echo/internal';\nimport { BoardLayout, defaultLayout } from '@dxos/react-ui-board';\n\n/**\n * Board and layout.\n */\nexport const Board = Schema.Struct({\n name: Schema.String.pipe(Schema.optional),\n items: Ref.Ref(Obj.Unknown).pipe(Schema.Array, FormInputAnnotation.set(false)),\n layout: BoardLayout.pipe(FormInputAnnotation.set(false)),\n}).pipe(\n Type.object({\n typename: 'org.dxos.type.board',\n version: '0.1.0',\n }),\n LabelAnnotation.set(['name']),\n Annotation.IconAnnotation.set({\n icon: 'ph--squares-four--regular',\n hue: 'green',\n }),\n);\n\nexport interface Board extends Schema.Schema.Type<typeof Board> {}\n\nexport const makeBoard = (props: Partial<Obj.MakeProps<typeof Board>> = {}) =>\n Obj.make(Board, {\n items: [],\n layout: defaultLayout,\n ...props,\n });\n"],
5
+ "mappings": ";;;;;;AAAA;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,YAAYC,KAAKC,KAAKC,YAAY;AAC3C,SAASC,qBAAqBC,uBAAuB;AACrD,SAASC,aAAaC,qBAAqB;AAKpC,IAAMC,QAAeC,cAAO;EACjCC,MAAaC,cAAOC,KAAYC,eAAQ;EACxCC,OAAOZ,IAAIA,IAAID,IAAIc,OAAO,EAAEH,KAAYI,cAAOZ,oBAAoBa,IAAI,KAAA,CAAA;EACvEC,QAAQZ,YAAYM,KAAKR,oBAAoBa,IAAI,KAAA,CAAA;AACnD,CAAA,EAAGL,KACDT,KAAKgB,OAAO;EACVC,UAAU;EACVC,SAAS;AACX,CAAA,GACAhB,gBAAgBY,IAAI;EAAC;CAAO,GAC5BjB,WAAWsB,eAAeL,IAAI;EAC5BM,MAAM;EACNC,KAAK;AACP,CAAA,CAAA;AAKK,IAAMC,YAAY,CAACC,QAA8C,CAAC,MACvEzB,IAAI0B,KAAKnB,OAAO;EACdM,OAAO,CAAA;EACPI,QAAQX;EACR,GAAGmB;AACL,CAAA;",
6
+ "names": ["Schema", "Annotation", "Obj", "Ref", "Type", "FormInputAnnotation", "LabelAnnotation", "BoardLayout", "defaultLayout", "Board", "Struct", "name", "String", "pipe", "optional", "items", "Unknown", "Array", "set", "layout", "object", "typename", "version", "IconAnnotation", "icon", "hue", "makeBoard", "props", "make"]
7
7
  }
@@ -1,3 +1,4 @@
1
1
  import { Plugin } from '@dxos/app-framework';
2
2
  export declare const BoardPlugin: Plugin.PluginFactory<void>;
3
+ export default BoardPlugin;
3
4
  //# sourceMappingURL=BoardPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BoardPlugin.d.ts","sourceRoot":"","sources":["../../../src/BoardPlugin.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAc7C,eAAO,MAAM,WAAW,4BAwBvB,CAAC"}
1
+ {"version":3,"file":"BoardPlugin.d.ts","sourceRoot":"","sources":["../../../src/BoardPlugin.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAa7C,eAAO,MAAM,WAAW,4BAwBvB,CAAC;eAEa,WAAW"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=BoardPlugin.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoardPlugin.test.d.ts","sourceRoot":"","sources":["../../../src/BoardPlugin.test.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;AAO/D,wBAcE"}
1
+ {"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type AppSurface } from '@dxos/app-toolkit/ui';
2
+ import { AppSurface } from '@dxos/app-toolkit/ui';
3
3
  import { type Board as BoardType } from '#types';
4
4
  export type BoardContainerProps = AppSurface.ObjectArticleProps<BoardType.Board>;
5
5
  export declare const BoardContainer: ({ role, subject: board, attendableId }: BoardContainerProps) => React.JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"BoardContainer.d.ts","sourceRoot":"","sources":["../../../../../src/containers/BoardContainer/BoardContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAWvD,OAAO,EAAE,KAAK,KAAK,IAAI,SAAS,EAAE,MAAM,QAAQ,CAAC;AAQjD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,kBAAkB,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;AAEjF,eAAO,MAAM,cAAc,GAAI,wCAAwC,mBAAmB,sBA6HzF,CAAC"}
1
+ {"version":3,"file":"BoardContainer.d.ts","sourceRoot":"","sources":["../../../../../src/containers/BoardContainer/BoardContainer.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAalD,OAAO,EAAE,KAAK,KAAK,IAAI,SAAS,EAAE,MAAM,QAAQ,CAAC;AAQjD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,kBAAkB,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;AAEjF,eAAO,MAAM,cAAc,2CAA4C,mBAAmB,sBAsJzF,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import { type StoryObj } from '@storybook/react-vite';
2
2
  import React from 'react';
3
- import { Board } from '#types';
4
3
  declare const meta: {
5
4
  title: string;
6
5
  render: () => React.JSX.Element | null;
@@ -9,33 +8,41 @@ declare const meta: {
9
8
  layout: string;
10
9
  translations: ({
11
10
  readonly 'en-US': {
12
- readonly [Board.Board.typename]: {
13
- readonly 'typename.label': "Board";
14
- readonly 'typename.label_zero': "Boards";
15
- readonly 'typename.label_one': "Board";
16
- readonly 'typename.label_other': "Boards";
17
- readonly 'object-name.placeholder': "New board";
18
- readonly 'add-object.label': "Add board";
19
- readonly 'rename-object.label': "Rename board";
20
- readonly 'delete-object.label': "Delete board";
21
- readonly 'object-deleted.label': "Board deleted";
22
- };
23
- readonly [meta.
24
- id]: {
25
- readonly 'plugin.name': "Board";
11
+ readonly [x: string]: {
12
+ readonly 'typename.label': 'Board';
13
+ readonly 'typename.label_zero': 'Boards';
14
+ readonly 'typename.label_one': 'Board';
15
+ readonly 'typename.label_other': 'Boards';
16
+ readonly 'object-name.placeholder': 'New board';
17
+ readonly 'add-object.label': 'Add board';
18
+ readonly 'rename-object.label': 'Rename board';
19
+ readonly 'delete-object.label': 'Delete board';
20
+ readonly 'object-deleted.label': 'Board deleted';
21
+ readonly 'plugin.name'?: undefined;
22
+ } | {
23
+ readonly 'typename.label'?: undefined;
24
+ readonly 'typename.label_zero'?: undefined;
25
+ readonly 'typename.label_one'?: undefined;
26
+ readonly 'typename.label_other'?: undefined;
27
+ readonly 'object-name.placeholder'?: undefined;
28
+ readonly 'add-object.label'?: undefined;
29
+ readonly 'rename-object.label'?: undefined;
30
+ readonly 'delete-object.label'?: undefined;
31
+ readonly 'object-deleted.label'?: undefined;
32
+ readonly 'plugin.name': 'Board';
26
33
  };
27
34
  };
28
35
  } | {
29
36
  readonly 'en-US': {
30
37
  readonly "@dxos/react-ui-stack": {
31
- readonly "resize.label": "Drag to resize";
32
- readonly "drag-handle.label": "Drag to rearrange";
33
- readonly "pin-start.label": "Pin to the left sidebar";
34
- readonly "pin-end.label": "Pin to the right sidebar";
35
- readonly "increment-start.label": "Move to the left";
36
- readonly "increment-end.label": "Move to the right";
37
- readonly "close.label": "Close";
38
- readonly "minify.label": "Minify";
38
+ readonly 'resize.label': 'Drag to resize';
39
+ readonly 'drag-handle.label': 'Drag to rearrange';
40
+ readonly 'pin-start.label': 'Pin to the left sidebar';
41
+ readonly 'pin-end.label': 'Pin to the right sidebar';
42
+ readonly 'increment-start.label': 'Move to the left';
43
+ readonly 'increment-end.label': 'Move to the right';
44
+ readonly 'close.label': 'Close';
45
+ readonly 'minify.label': 'Minify';
39
46
  };
40
47
  };
41
48
  })[];
@@ -1 +1 @@
1
- {"version":3,"file":"BoardContainer.stories.d.ts","sourceRoot":"","sources":["../../../../../src/containers/BoardContainer/BoardContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAcnD,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAmD/B,QAAA,MAAM,IAAI;;;;;;;;yBA/DC,CAAQ,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC;;;;;;;;;;;yBAOsB,CAAQ,IAAI;oBAC1E,EAAC,CAAC;;;;;;;;;;;;;;;;;;;CAmGD,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
1
+ {"version":3,"file":"BoardContainer.stories.d.ts","sourceRoot":"","sources":["../../../../../src/containers/BoardContainer/BoardContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAiEnD,QAAA,MAAM,IAAI;IACR,KAAK;IACL,MAAM;IACN,UAAU;IAqCV,UAAU;QACR,MAAM;QACN,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEf,CAAC;eAEa,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1,4 +1,4 @@
1
+ import { Plugin } from '@dxos/app-framework';
2
+ export declare const BoardPlugin: Plugin.PluginFactory<void>;
1
3
  export * from './meta';
2
- export * from './types';
3
- export * from './BoardPlugin';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AAExB,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAI7C,eAAO,MAAM,WAAW,4BAAmD,CAAC;AAE5E,cAAc,QAAQ,CAAC"}
@@ -1,20 +1,27 @@
1
- import { meta } from '#meta';
2
- import { Board } from '#types';
3
1
  export declare const translations: [{
4
2
  readonly 'en-US': {
5
- readonly [Board.Board.typename]: {
6
- readonly 'typename.label': "Board";
7
- readonly 'typename.label_zero': "Boards";
8
- readonly 'typename.label_one': "Board";
9
- readonly 'typename.label_other': "Boards";
10
- readonly 'object-name.placeholder': "New board";
11
- readonly 'add-object.label': "Add board";
12
- readonly 'rename-object.label': "Rename board";
13
- readonly 'delete-object.label': "Delete board";
14
- readonly 'object-deleted.label': "Board deleted";
15
- };
16
- readonly [meta.id]: {
17
- readonly 'plugin.name': "Board";
3
+ readonly [x: string]: {
4
+ readonly 'typename.label': 'Board';
5
+ readonly 'typename.label_zero': 'Boards';
6
+ readonly 'typename.label_one': 'Board';
7
+ readonly 'typename.label_other': 'Boards';
8
+ readonly 'object-name.placeholder': 'New board';
9
+ readonly 'add-object.label': 'Add board';
10
+ readonly 'rename-object.label': 'Rename board';
11
+ readonly 'delete-object.label': 'Delete board';
12
+ readonly 'object-deleted.label': 'Board deleted';
13
+ readonly 'plugin.name'?: undefined;
14
+ } | {
15
+ readonly 'typename.label'?: undefined;
16
+ readonly 'typename.label_zero'?: undefined;
17
+ readonly 'typename.label_one'?: undefined;
18
+ readonly 'typename.label_other'?: undefined;
19
+ readonly 'object-name.placeholder'?: undefined;
20
+ readonly 'add-object.label'?: undefined;
21
+ readonly 'rename-object.label'?: undefined;
22
+ readonly 'delete-object.label'?: undefined;
23
+ readonly 'object-deleted.label'?: undefined;
24
+ readonly 'plugin.name': 'Board';
18
25
  };
19
26
  };
20
27
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAE/B,eAAO,MAAM,YAAY;;QAGnB,SAAA,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC;;;;;;;;;;UAUrB;QACD,SAAA,CAAC,IAAI,CAAC,EAAE,CAAC;;UAER;;EAGwB,CAAC"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;uCAIC,OAAO;4CACF,QAAQ;2CACT,OAAO;6CACL,QAAQ;gDACL,WAAW;yCAClB,WAAW;4CACR,cAAc;4CACd,cAAc;6CACb,eAAe;;;;;;;;;;;;oCAGxB,OAAO;;;EAIC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Board.d.ts","sourceRoot":"","sources":["../../../../src/types/Board.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAc,GAAG,EAAO,IAAI,EAAE,MAAM,YAAY,CAAC;AAIxD;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;wBAcjB,CAAC;AAEF,MAAM,WAAW,KAAM,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC;CAAG;AAElE,eAAO,MAAM,SAAS,GAAI,QAAO,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,OAAO,KAAK,CAAC,CAAM;;;;;;;;;;;;;;;;;;EAKtE,CAAC"}
1
+ {"version":3,"file":"Board.d.ts","sourceRoot":"","sources":["../../../../src/types/Board.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAc,GAAG,EAAO,IAAI,EAAE,MAAM,YAAY,CAAC;AAIxD;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;wBAcjB,CAAC;AAEF,MAAM,WAAW,KAAM,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC;CAAG;AAElE,eAAO,MAAM,SAAS,WAAW,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,OAAO,KAAK,CAAC,CAAC;;;;;;;;;;;;;;;;;;EAKjE,CAAC"}