@dxos/plugin-simple-layout 0.8.4-main.422d1c7879 → 0.8.4-main.51f1e5ca51

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 (102) hide show
  1. package/dist/lib/browser/index.mjs +3 -35
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/lib/browser/translations.mjs +34 -0
  5. package/dist/lib/browser/translations.mjs.map +7 -0
  6. package/dist/lib/node-esm/index.mjs +3 -35
  7. package/dist/lib/node-esm/index.mjs.map +4 -4
  8. package/dist/lib/node-esm/meta.json +1 -1
  9. package/dist/lib/node-esm/translations.mjs +36 -0
  10. package/dist/lib/node-esm/translations.mjs.map +7 -0
  11. package/dist/types/src/SimpleLayoutPlugin.d.ts.map +1 -1
  12. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  13. package/dist/types/src/capabilities/index.d.ts +2 -2
  14. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  15. package/dist/types/src/capabilities/operation-handler.d.ts +1 -1
  16. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -1
  17. package/dist/types/src/capabilities/react-root.d.ts.map +1 -1
  18. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  19. package/dist/types/src/capabilities/spotlight-dismiss.d.ts +1 -1
  20. package/dist/types/src/capabilities/spotlight-dismiss.d.ts.map +1 -1
  21. package/dist/types/src/capabilities/state.d.ts.map +1 -1
  22. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
  23. package/dist/types/src/components/ContentError.stories.d.ts +21 -21
  24. package/dist/types/src/components/ContentError.stories.d.ts.map +1 -1
  25. package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts.map +1 -1
  26. package/dist/types/src/components/Home/Home.d.ts.map +1 -1
  27. package/dist/types/src/components/Loading/Loading.stories.d.ts.map +1 -1
  28. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts +2 -2
  29. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts.map +1 -1
  30. package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts.map +1 -1
  31. package/dist/types/src/components/NavBranch/NavBranch.d.ts.map +1 -1
  32. package/dist/types/src/components/Popover/Popover.d.ts.map +1 -1
  33. package/dist/types/src/components/SimpleLayout/AppBar.d.ts +1 -1
  34. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts +21 -21
  35. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts.map +1 -1
  36. package/dist/types/src/components/SimpleLayout/Drawer.d.ts +4 -7
  37. package/dist/types/src/components/SimpleLayout/Drawer.d.ts.map +1 -1
  38. package/dist/types/src/components/SimpleLayout/Main.d.ts +4 -7
  39. package/dist/types/src/components/SimpleLayout/Main.d.ts.map +1 -1
  40. package/dist/types/src/components/SimpleLayout/NavBar.d.ts +1 -1
  41. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts +22 -22
  42. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts.map +1 -1
  43. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts +21 -21
  44. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts.map +1 -1
  45. package/dist/types/src/components/hooks.d.ts.map +1 -1
  46. package/dist/types/src/hooks/actions.d.ts +1 -1
  47. package/dist/types/src/hooks/actions.d.ts.map +1 -1
  48. package/dist/types/src/hooks/useAppBarProps.d.ts +1 -1
  49. package/dist/types/src/hooks/useAppBarProps.d.ts.map +1 -1
  50. package/dist/types/src/hooks/useCompanions.d.ts.map +1 -1
  51. package/dist/types/src/hooks/useDrawerActions.d.ts.map +1 -1
  52. package/dist/types/src/operations/close.d.ts +1 -1
  53. package/dist/types/src/operations/close.d.ts.map +1 -1
  54. package/dist/types/src/operations/index.d.ts +1 -1
  55. package/dist/types/src/operations/index.d.ts.map +1 -1
  56. package/dist/types/src/operations/open.d.ts +1 -1
  57. package/dist/types/src/operations/open.d.ts.map +1 -1
  58. package/dist/types/src/operations/revert-workspace.d.ts +1 -1
  59. package/dist/types/src/operations/revert-workspace.d.ts.map +1 -1
  60. package/dist/types/src/operations/set-layout-mode.d.ts +1 -1
  61. package/dist/types/src/operations/set-layout-mode.d.ts.map +1 -1
  62. package/dist/types/src/operations/set.d.ts +1 -1
  63. package/dist/types/src/operations/set.d.ts.map +1 -1
  64. package/dist/types/src/operations/switch-workspace.d.ts +1 -1
  65. package/dist/types/src/operations/switch-workspace.d.ts.map +1 -1
  66. package/dist/types/src/operations/update-complementary.d.ts +1 -1
  67. package/dist/types/src/operations/update-complementary.d.ts.map +1 -1
  68. package/dist/types/src/operations/update-dialog.d.ts +1 -1
  69. package/dist/types/src/operations/update-dialog.d.ts.map +1 -1
  70. package/dist/types/src/operations/update-popover.d.ts +1 -1
  71. package/dist/types/src/operations/update-popover.d.ts.map +1 -1
  72. package/dist/types/src/operations/update-sidebar.d.ts +1 -1
  73. package/dist/types/src/operations/update-sidebar.d.ts.map +1 -1
  74. package/dist/types/src/translations.d.ts +21 -22
  75. package/dist/types/src/translations.d.ts.map +1 -1
  76. package/dist/types/src/types/events.d.ts.map +1 -1
  77. package/dist/types/tsconfig.tsbuildinfo +1 -1
  78. package/package.json +37 -30
  79. package/src/SimpleLayoutPlugin.ts +1 -2
  80. package/src/capabilities/app-graph-builder.ts +1 -1
  81. package/src/capabilities/index.ts +1 -1
  82. package/src/capabilities/operation-handler.ts +1 -1
  83. package/src/capabilities/react-surface.tsx +1 -1
  84. package/src/components/ContentError.stories.tsx +1 -1
  85. package/src/components/NavBranch/NavBranch.tsx +1 -5
  86. package/src/components/SimpleLayout/AppBar.stories.tsx +2 -1
  87. package/src/components/SimpleLayout/NavBar.stories.tsx +2 -1
  88. package/src/components/SimpleLayout/SimpleLayout.stories.tsx +2 -2
  89. package/src/hooks/useAppBarProps.ts +0 -20
  90. package/src/meta.ts +1 -1
  91. package/src/operations/close.ts +1 -1
  92. package/src/operations/index.ts +1 -1
  93. package/src/operations/open.ts +1 -1
  94. package/src/operations/revert-workspace.ts +1 -1
  95. package/src/operations/set-layout-mode.ts +1 -1
  96. package/src/operations/set.ts +1 -1
  97. package/src/operations/switch-workspace.ts +1 -1
  98. package/src/operations/update-complementary.ts +1 -1
  99. package/src/operations/update-dialog.ts +1 -1
  100. package/src/operations/update-popover.ts +1 -1
  101. package/src/operations/update-sidebar.ts +1 -1
  102. package/src/translations.ts +1 -1
@@ -1,9 +1,6 @@
1
1
  import React from 'react';
2
- /**
3
- * Companion drawer component.
4
- */
5
- export declare const Drawer: {
6
- (): React.JSX.Element;
7
- displayName: string;
8
- };
2
+ export declare function Drawer(): React.JSX.Element;
3
+ export declare namespace Drawer {
4
+ var displayName: string;
5
+ }
9
6
  //# sourceMappingURL=Drawer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Drawer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAevC;;GAEG;AACH,eAAO,MAAM,MAAM;;;CAmDlB,CAAC"}
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Drawer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC"}
@@ -1,9 +1,6 @@
1
1
  import React from 'react';
2
- /**
3
- * Main content component.
4
- */
5
- export declare const Main: {
6
- (): React.JSX.Element;
7
- displayName: string;
8
- };
2
+ export declare function Main(): React.JSX.Element;
3
+ export declare namespace Main {
4
+ var displayName: string;
5
+ }
9
6
  //# sourceMappingURL=Main.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Main.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAkBvC;;GAEG;AACH,eAAO,MAAM,IAAI;;;CAkDhB,CAAC"}
1
+ {"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Main.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC"}
@@ -12,5 +12,5 @@ export type NavBarProps = {
12
12
  */
13
13
  export declare const NavBar: React.ForwardRefExoticComponent<Omit<NavBarProps, "className"> & {
14
14
  classNames?: import("@dxos/ui-types").ClassNameValue;
15
- } & Pick<React.HTMLAttributes<Element>, "children" | "style" | "className" | "role"> & React.RefAttributes<HTMLDivElement>>;
15
+ } & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
16
16
  //# sourceMappingURL=NavBar.d.ts.map
@@ -4,38 +4,38 @@ declare const meta: {
4
4
  title: string;
5
5
  component: React.ForwardRefExoticComponent<Omit<import("./NavBar").NavBarProps, "className"> & {
6
6
  classNames?: import("@dxos/ui-types").ClassNameValue;
7
- } & Pick<React.HTMLAttributes<Element>, "children" | "style" | "className" | "role"> & React.RefAttributes<HTMLDivElement>>;
7
+ } & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
8
8
  decorators: import("@storybook/react").Decorator[];
9
9
  parameters: {
10
10
  layout: string;
11
11
  translations: [{
12
12
  readonly 'en-US': {
13
13
  readonly "@dxos/react-ui-search": {
14
- readonly "search.placeholder": "Search...";
15
- readonly "empty-results.message": "No matching objects";
14
+ readonly 'search.placeholder': 'Search...';
15
+ readonly 'empty-results.message': 'No matching objects';
16
16
  };
17
17
  };
18
18
  }, {
19
19
  readonly 'en-US': {
20
- readonly [meta.id]: {
21
- readonly 'plugin.name': "Simple layout";
22
- readonly 'settings.title': "Simple layout settings";
23
- readonly 'workspaces.heading': "Workspaces";
24
- readonly 'settings.heading': "Settings";
25
- readonly 'back.label': "Back";
26
- readonly 'browse.label': "Browse";
27
- readonly 'notifications.label': "Notifications";
28
- readonly 'profile.label': "Profile";
29
- readonly 'app-menu.label': "App menu";
30
- readonly 'main-menu.label': "Main menu";
31
- readonly 'companions-menu.label': "Companions";
32
- readonly 'error-fallback.message': "An error occurred";
33
- readonly 'drawer.label': "Drawer";
34
- readonly 'close-drawer.label': "Close drawer";
35
- readonly 'expand-drawer.label': "Expand drawer";
36
- readonly 'collapse-drawer.label': "Collapse drawer";
37
- readonly 'actions-menu.label': "Actions";
38
- readonly 'done.label': "Done";
20
+ readonly [x: string]: {
21
+ readonly 'plugin.name': 'Simple layout';
22
+ readonly 'settings.title': 'Simple layout settings';
23
+ readonly 'workspaces.heading': 'Workspaces';
24
+ readonly 'settings.heading': 'Settings';
25
+ readonly 'back.label': 'Back';
26
+ readonly 'browse.label': 'Browse';
27
+ readonly 'notifications.label': 'Notifications';
28
+ readonly 'profile.label': 'Profile';
29
+ readonly 'app-menu.label': 'App menu';
30
+ readonly 'main-menu.label': 'Main menu';
31
+ readonly 'companions-menu.label': 'Companions';
32
+ readonly 'error-fallback.message': 'An error occurred';
33
+ readonly 'drawer.label': 'Drawer';
34
+ readonly 'close-drawer.label': 'Close drawer';
35
+ readonly 'expand-drawer.label': 'Expand drawer';
36
+ readonly 'collapse-drawer.label': 'Collapse drawer';
37
+ readonly 'actions-menu.label': 'Actions';
38
+ readonly 'done.label': 'Done';
39
39
  };
40
40
  };
41
41
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"NavBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/NavBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAoFvC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;yBAnFiE,CAE3E,IAAG,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CAyFwB,CAAC;AAEhC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAQnC,eAAO,MAAM,OAAO,EAAE,KA8BrB,CAAC;AAQF,eAAO,MAAM,cAAc,EAAE,KAG5B,CAAC;AAQF,eAAO,MAAM,KAAK,EAAE,KAGnB,CAAC"}
1
+ {"version":3,"file":"NavBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/NavBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAqFvC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQqB,CAAC;eAEjB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAQnC,eAAO,MAAM,OAAO,EAAE,KA8BrB,CAAC;AAQF,eAAO,MAAM,cAAc,EAAE,KAG5B,CAAC;AAQF,eAAO,MAAM,KAAK,EAAE,KAGnB,CAAC"}
@@ -11,31 +11,31 @@ declare const meta: {
11
11
  translations: ({
12
12
  readonly 'en-US': {
13
13
  readonly "@dxos/react-ui-search": {
14
- readonly "search.placeholder": "Search...";
15
- readonly "empty-results.message": "No matching objects";
14
+ readonly 'search.placeholder': 'Search...';
15
+ readonly 'empty-results.message': 'No matching objects';
16
16
  };
17
17
  };
18
18
  } | {
19
19
  readonly 'en-US': {
20
- readonly [meta.id]: {
21
- readonly 'plugin.name': "Simple layout";
22
- readonly 'settings.title': "Simple layout settings";
23
- readonly 'workspaces.heading': "Workspaces";
24
- readonly 'settings.heading': "Settings";
25
- readonly 'back.label': "Back";
26
- readonly 'browse.label': "Browse";
27
- readonly 'notifications.label': "Notifications";
28
- readonly 'profile.label': "Profile";
29
- readonly 'app-menu.label': "App menu";
30
- readonly 'main-menu.label': "Main menu";
31
- readonly 'companions-menu.label': "Companions";
32
- readonly 'error-fallback.message': "An error occurred";
33
- readonly 'drawer.label': "Drawer";
34
- readonly 'close-drawer.label': "Close drawer";
35
- readonly 'expand-drawer.label': "Expand drawer";
36
- readonly 'collapse-drawer.label': "Collapse drawer";
37
- readonly 'actions-menu.label': "Actions";
38
- readonly 'done.label': "Done";
20
+ readonly [x: string]: {
21
+ readonly 'plugin.name': 'Simple layout';
22
+ readonly 'settings.title': 'Simple layout settings';
23
+ readonly 'workspaces.heading': 'Workspaces';
24
+ readonly 'settings.heading': 'Settings';
25
+ readonly 'back.label': 'Back';
26
+ readonly 'browse.label': 'Browse';
27
+ readonly 'notifications.label': 'Notifications';
28
+ readonly 'profile.label': 'Profile';
29
+ readonly 'app-menu.label': 'App menu';
30
+ readonly 'main-menu.label': 'Main menu';
31
+ readonly 'companions-menu.label': 'Companions';
32
+ readonly 'error-fallback.message': 'An error occurred';
33
+ readonly 'drawer.label': 'Drawer';
34
+ readonly 'close-drawer.label': 'Close drawer';
35
+ readonly 'expand-drawer.label': 'Expand drawer';
36
+ readonly 'collapse-drawer.label': 'Collapse drawer';
37
+ readonly 'actions-menu.label': 'Actions';
38
+ readonly 'done.label': 'Done';
39
39
  };
40
40
  };
41
41
  })[];
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/SimpleLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA8DjE;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;yBA9DmC,CAAQ,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CAqExB,CAAC;AAEtC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
1
+ {"version":3,"file":"SimpleLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/SimpleLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA8DjE;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;QAIN,MAAM;QACN,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEqB,CAAC;eAEvB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../src/components/hooks.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,SAAS,MAAM,SAU5C,CAAC"}
1
+ {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../src/components/hooks.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,eAAO,MAAM,aAAa,YAAa,MAAM,SAU5C,CAAC"}
@@ -15,5 +15,5 @@ export type CompanionActionsConfig = {
15
15
  * Creates action graph nodes and edges for companion actions.
16
16
  * Shared logic between useNavbarActions and useDrawerActions.
17
17
  */
18
- export declare const createCompanionActions: (graph: AppCapabilities.AppGraph["graph"], stateAtom: Atom.Atom<SimpleLayoutState>, get: (atom: Atom.Atom<any>) => any, config: CompanionActionsConfig) => Pick<ActionGraphProps, "nodes" | "edges">;
18
+ export declare const createCompanionActions: (graph: AppCapabilities.AppGraph['graph'], stateAtom: Atom.Atom<SimpleLayoutState>, get: (atom: Atom.Atom<any>) => any, config: CompanionActionsConfig) => Pick<ActionGraphProps, 'nodes' | 'edges'>;
19
19
  //# sourceMappingURL=actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAGhD,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAE3E,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,iBAAiB,KAAK,IAAI,CAAC;CAC5E,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,sBAAsB,GACjC,OAAO,eAAe,CAAC,QAAQ,CAAC,OAAO,CAAC,EACxC,WAAW,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,EACvC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,EAClC,QAAQ,sBAAsB,KAC7B,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,OAAO,CA8C1C,CAAC"}
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAGhD,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAE3E,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,iBAAiB,KAAK,IAAI,CAAC;CAC5E,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,sBAAsB,UAC1B,eAAe,CAAC,QAAQ,CAAC,OAAO,CAAC,aAC7B,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,OAClC,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,UAC1B,sBAAsB,KAC7B,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,OAAO,CA8C1C,CAAC"}
@@ -3,5 +3,5 @@ import { type AppBarProps } from '#components';
3
3
  * Hook that computes all AppBar props from the app graph.
4
4
  * Derives activeId from state atom. Returns props ready to spread into the AppBar component.
5
5
  */
6
- export declare const useAppBarProps: () => Omit<AppBarProps, "classNames">;
6
+ export declare const useAppBarProps: () => Omit<AppBarProps, 'classNames'>;
7
7
  //# sourceMappingURL=useAppBarProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useAppBarProps.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAppBarProps.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C;;;GAGG;AACH,eAAO,MAAM,cAAc,QAAO,IAAI,CAAC,WAAW,EAAE,YAAY,CA0F/D,CAAC"}
1
+ {"version":3,"file":"useAppBarProps.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAppBarProps.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C;;;GAGG;AACH,eAAO,MAAM,cAAc,QAAO,IAAI,CAAC,WAAW,EAAE,YAAY,CAuE/D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useCompanions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCompanions.ts"],"names":[],"mappings":"AAYA;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,SAAS,MAAM;;;;;;IAK5C,CAAC"}
1
+ {"version":3,"file":"useCompanions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCompanions.ts"],"names":[],"mappings":"AAYA;;;GAGG;AACH,eAAO,MAAM,aAAa,YAAa,MAAM;;;;;;IAK5C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useDrawerActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDrawerActions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAQ/C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAsB,MAAM,qBAAqB,CAAC;AASrG,MAAM,MAAM,aAAa,GAAG;IAC1B,wCAAwC;IACxC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,gCAAgC;IAChC,QAAQ,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAAI,cAAc,MAAM,KAAG,aAoEvD,CAAC"}
1
+ {"version":3,"file":"useDrawerActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDrawerActions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAQ/C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAsB,MAAM,qBAAqB,CAAC;AASrG,MAAM,MAAM,aAAa,GAAG;IAC1B,wCAAwC;IACxC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,gCAAgC;IAChC,QAAQ,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,iBAAkB,MAAM,KAAG,aAoEvD,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.Close>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=close.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"close.d.ts","sourceRoot":"","sources":["../../../../src/operations/close.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,KAAK,CAsBhE,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"close.d.ts","sourceRoot":"","sources":["../../../../src/operations/close.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,KAAK,CAsBhE,CAAC;eAEa,OAAO"}
@@ -1,3 +1,3 @@
1
- import { OperationHandlerSet } from '@dxos/operation';
1
+ import { OperationHandlerSet } from '@dxos/compute';
2
2
  export declare const SimpleLayoutOperationHandlerSet: OperationHandlerSet.OperationHandlerSet;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAEtD,eAAO,MAAM,+BAA+B,yCAW3C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEpD,eAAO,MAAM,+BAA+B,yCAW3C,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.Open>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=open.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"open.d.ts","sourceRoot":"","sources":["../../../../src/operations/open.ts"],"names":[],"mappings":"AAKA,OAAO,EAEL,eAAe,EAGhB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAK5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,IAAI,CAyC/D,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"open.d.ts","sourceRoot":"","sources":["../../../../src/operations/open.ts"],"names":[],"mappings":"AAKA,OAAO,EAEL,eAAe,EAGhB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAM1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,IAAI,CAyC/D,CAAC;eAEa,OAAO"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.RevertWorkspace>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=revert-workspace.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"revert-workspace.d.ts","sourceRoot":"","sources":["../../../../src/operations/revert-workspace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,eAAe,CAU1E,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"revert-workspace.d.ts","sourceRoot":"","sources":["../../../../src/operations/revert-workspace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,eAAe,CAU1E,CAAC;eAEa,OAAO"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.SetLayoutMode>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=set-layout-mode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"set-layout-mode.d.ts","sourceRoot":"","sources":["../../../../src/operations/set-layout-mode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAExE,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"set-layout-mode.d.ts","sourceRoot":"","sources":["../../../../src/operations/set-layout-mode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAExE,CAAC;eAEa,OAAO"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.Set>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=set.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"set.d.ts","sourceRoot":"","sources":["../../../../src/operations/set.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,GAAG,CAW9D,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"set.d.ts","sourceRoot":"","sources":["../../../../src/operations/set.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,GAAG,CAW9D,CAAC;eAEa,OAAO"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.SwitchWorkspace>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=switch-workspace.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"switch-workspace.d.ts","sourceRoot":"","sources":["../../../../src/operations/switch-workspace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,eAAe,CAc1E,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"switch-workspace.d.ts","sourceRoot":"","sources":["../../../../src/operations/switch-workspace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,eAAe,CAc1E,CAAC;eAEa,OAAO"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.UpdateComplementary>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=update-complementary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-complementary.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-complementary.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAK5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,mBAAmB,CAsB5E,CAAC;AAEJ,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"update-complementary.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-complementary.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,mBAAmB,CAsB5E,CAAC;eAEW,OAAO"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.UpdateDialog>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=update-dialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-dialog.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-dialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,YAAY,CAgBvE,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"update-dialog.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-dialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,YAAY,CAgBvE,CAAC;eAEa,OAAO"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.UpdatePopover>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=update-popover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-popover.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-popover.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAuBxE,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"update-popover.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-popover.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAuBxE,CAAC;eAEa,OAAO"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.UpdateSidebar>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=update-sidebar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-sidebar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAExE,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"update-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-sidebar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAExE,CAAC;eAEa,OAAO"}
@@ -1,32 +1,31 @@
1
- import { meta } from '#meta';
2
1
  export declare const translations: [{
3
2
  readonly 'en-US': {
4
3
  readonly "@dxos/react-ui-search": {
5
- readonly "search.placeholder": "Search...";
6
- readonly "empty-results.message": "No matching objects";
4
+ readonly 'search.placeholder': 'Search...';
5
+ readonly 'empty-results.message': 'No matching objects';
7
6
  };
8
7
  };
9
8
  }, {
10
9
  readonly 'en-US': {
11
- readonly [meta.id]: {
12
- readonly 'plugin.name': "Simple layout";
13
- readonly 'settings.title': "Simple layout settings";
14
- readonly 'workspaces.heading': "Workspaces";
15
- readonly 'settings.heading': "Settings";
16
- readonly 'back.label': "Back";
17
- readonly 'browse.label': "Browse";
18
- readonly 'notifications.label': "Notifications";
19
- readonly 'profile.label': "Profile";
20
- readonly 'app-menu.label': "App menu";
21
- readonly 'main-menu.label': "Main menu";
22
- readonly 'companions-menu.label': "Companions";
23
- readonly 'error-fallback.message': "An error occurred";
24
- readonly 'drawer.label': "Drawer";
25
- readonly 'close-drawer.label': "Close drawer";
26
- readonly 'expand-drawer.label': "Expand drawer";
27
- readonly 'collapse-drawer.label': "Collapse drawer";
28
- readonly 'actions-menu.label': "Actions";
29
- readonly 'done.label': "Done";
10
+ readonly [x: string]: {
11
+ readonly 'plugin.name': 'Simple layout';
12
+ readonly 'settings.title': 'Simple layout settings';
13
+ readonly 'workspaces.heading': 'Workspaces';
14
+ readonly 'settings.heading': 'Settings';
15
+ readonly 'back.label': 'Back';
16
+ readonly 'browse.label': 'Browse';
17
+ readonly 'notifications.label': 'Notifications';
18
+ readonly 'profile.label': 'Profile';
19
+ readonly 'app-menu.label': 'App menu';
20
+ readonly 'main-menu.label': 'Main menu';
21
+ readonly 'companions-menu.label': 'Companions';
22
+ readonly 'error-fallback.message': 'An error occurred';
23
+ readonly 'drawer.label': 'Drawer';
24
+ readonly 'close-drawer.label': 'Close drawer';
25
+ readonly 'expand-drawer.label': 'Expand drawer';
26
+ readonly 'collapse-drawer.label': 'Collapse drawer';
27
+ readonly 'actions-menu.label': 'Actions';
28
+ readonly 'done.label': 'Done';
30
29
  };
31
30
  };
32
31
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,eAAO,MAAM,YAAY;;;;;;;;;QAInB,SAAA,CAAC,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;UAmBR;;EAGwB,CAAC"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;;;;;oCAKF,eAAe;uCACZ,wBAAwB;2CACpB,YAAY;yCACd,UAAU;mCAChB,MAAM;qCACJ,QAAQ;4CACD,eAAe;sCACrB,SAAS;uCACR,UAAU;wCACT,WAAW;8CACL,YAAY;+CACX,mBAAmB;qCAC7B,QAAQ;2CACF,cAAc;4CACb,eAAe;8CACb,iBAAiB;2CACpB,SAAS;mCACjB,MAAM;;;EAIG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAK3D,yBAAiB,kBAAkB,CAAC;IAClC,wDAAwD;IACjD,MAAM,UAAU,EAAE,eAAe,CAAC,eAExC,CAAC;CACH"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAK3D,yBAAiB,kBAAkB,CAAC,CAAC;IACnC,wDAAwD;IACjD,MAAM,UAAU,EAAE,eAAe,CAAC,eAExC,CAAC;CACH"}