@dxos/plugin-simple-layout 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 (116) hide show
  1. package/dist/lib/browser/SimpleLayoutPlugin-Q5BZE6KD.mjs +50 -0
  2. package/dist/lib/browser/SimpleLayoutPlugin-Q5BZE6KD.mjs.map +7 -0
  3. package/dist/lib/browser/index.mjs +17 -75
  4. package/dist/lib/browser/index.mjs.map +4 -4
  5. package/dist/lib/browser/meta.json +1 -1
  6. package/dist/lib/browser/translations.mjs +34 -0
  7. package/dist/lib/browser/translations.mjs.map +7 -0
  8. package/dist/lib/node-esm/SimpleLayoutPlugin-OD45TNPO.mjs +52 -0
  9. package/dist/lib/node-esm/SimpleLayoutPlugin-OD45TNPO.mjs.map +7 -0
  10. package/dist/lib/node-esm/index.mjs +17 -75
  11. package/dist/lib/node-esm/index.mjs.map +4 -4
  12. package/dist/lib/node-esm/meta.json +1 -1
  13. package/dist/lib/node-esm/translations.mjs +36 -0
  14. package/dist/lib/node-esm/translations.mjs.map +7 -0
  15. package/dist/types/src/SimpleLayoutPlugin.d.ts +1 -0
  16. package/dist/types/src/SimpleLayoutPlugin.d.ts.map +1 -1
  17. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  18. package/dist/types/src/capabilities/index.d.ts +2 -2
  19. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  20. package/dist/types/src/capabilities/operation-handler.d.ts +1 -1
  21. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -1
  22. package/dist/types/src/capabilities/react-root.d.ts.map +1 -1
  23. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  24. package/dist/types/src/capabilities/spotlight-dismiss.d.ts +1 -1
  25. package/dist/types/src/capabilities/spotlight-dismiss.d.ts.map +1 -1
  26. package/dist/types/src/capabilities/state.d.ts.map +1 -1
  27. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
  28. package/dist/types/src/components/ContentError.stories.d.ts +21 -21
  29. package/dist/types/src/components/ContentError.stories.d.ts.map +1 -1
  30. package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts.map +1 -1
  31. package/dist/types/src/components/Dialog/Dialog.d.ts.map +1 -1
  32. package/dist/types/src/components/Home/Home.d.ts.map +1 -1
  33. package/dist/types/src/components/Loading/Loading.stories.d.ts.map +1 -1
  34. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts +2 -2
  35. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts.map +1 -1
  36. package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts.map +1 -1
  37. package/dist/types/src/components/NavBranch/NavBranch.d.ts.map +1 -1
  38. package/dist/types/src/components/Popover/Popover.d.ts.map +1 -1
  39. package/dist/types/src/components/SimpleLayout/AppBar.d.ts +1 -1
  40. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts +21 -21
  41. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts.map +1 -1
  42. package/dist/types/src/components/SimpleLayout/Drawer.d.ts +4 -7
  43. package/dist/types/src/components/SimpleLayout/Drawer.d.ts.map +1 -1
  44. package/dist/types/src/components/SimpleLayout/Main.d.ts +4 -7
  45. package/dist/types/src/components/SimpleLayout/Main.d.ts.map +1 -1
  46. package/dist/types/src/components/SimpleLayout/NavBar.d.ts +1 -1
  47. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts +22 -22
  48. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts.map +1 -1
  49. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts +21 -21
  50. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts.map +1 -1
  51. package/dist/types/src/components/hooks.d.ts.map +1 -1
  52. package/dist/types/src/hooks/actions.d.ts +1 -1
  53. package/dist/types/src/hooks/actions.d.ts.map +1 -1
  54. package/dist/types/src/hooks/useAppBarProps.d.ts +1 -1
  55. package/dist/types/src/hooks/useAppBarProps.d.ts.map +1 -1
  56. package/dist/types/src/hooks/useCompanions.d.ts.map +1 -1
  57. package/dist/types/src/hooks/useDrawerActions.d.ts.map +1 -1
  58. package/dist/types/src/index.d.ts +3 -1
  59. package/dist/types/src/index.d.ts.map +1 -1
  60. package/dist/types/src/operations/close.d.ts +1 -1
  61. package/dist/types/src/operations/close.d.ts.map +1 -1
  62. package/dist/types/src/operations/index.d.ts +1 -1
  63. package/dist/types/src/operations/index.d.ts.map +1 -1
  64. package/dist/types/src/operations/open.d.ts +1 -1
  65. package/dist/types/src/operations/open.d.ts.map +1 -1
  66. package/dist/types/src/operations/revert-workspace.d.ts +1 -1
  67. package/dist/types/src/operations/revert-workspace.d.ts.map +1 -1
  68. package/dist/types/src/operations/set-layout-mode.d.ts +1 -1
  69. package/dist/types/src/operations/set-layout-mode.d.ts.map +1 -1
  70. package/dist/types/src/operations/set.d.ts +1 -1
  71. package/dist/types/src/operations/set.d.ts.map +1 -1
  72. package/dist/types/src/operations/switch-workspace.d.ts +1 -1
  73. package/dist/types/src/operations/switch-workspace.d.ts.map +1 -1
  74. package/dist/types/src/operations/update-complementary.d.ts +1 -1
  75. package/dist/types/src/operations/update-complementary.d.ts.map +1 -1
  76. package/dist/types/src/operations/update-dialog.d.ts +1 -1
  77. package/dist/types/src/operations/update-dialog.d.ts.map +1 -1
  78. package/dist/types/src/operations/update-popover.d.ts +1 -1
  79. package/dist/types/src/operations/update-popover.d.ts.map +1 -1
  80. package/dist/types/src/operations/update-sidebar.d.ts +1 -1
  81. package/dist/types/src/operations/update-sidebar.d.ts.map +1 -1
  82. package/dist/types/src/translations.d.ts +21 -22
  83. package/dist/types/src/translations.d.ts.map +1 -1
  84. package/dist/types/src/types/events.d.ts.map +1 -1
  85. package/dist/types/tsconfig.tsbuildinfo +1 -1
  86. package/package.json +38 -30
  87. package/src/SimpleLayoutPlugin.ts +4 -3
  88. package/src/capabilities/app-graph-builder.ts +1 -1
  89. package/src/capabilities/index.ts +1 -1
  90. package/src/capabilities/operation-handler.ts +1 -1
  91. package/src/capabilities/react-surface.tsx +1 -1
  92. package/src/components/ContentError.stories.tsx +1 -1
  93. package/src/components/Dialog/Dialog.tsx +13 -2
  94. package/src/components/MobileLayout/MobileLayout.stories.tsx +2 -2
  95. package/src/components/NavBranch/NavBranch.tsx +1 -5
  96. package/src/components/Popover/Popover.tsx +6 -3
  97. package/src/components/SimpleLayout/AppBar.stories.tsx +2 -1
  98. package/src/components/SimpleLayout/Drawer.tsx +8 -2
  99. package/src/components/SimpleLayout/Main.tsx +2 -2
  100. package/src/components/SimpleLayout/NavBar.stories.tsx +2 -1
  101. package/src/components/SimpleLayout/SimpleLayout.stories.tsx +3 -3
  102. package/src/hooks/useAppBarProps.ts +0 -20
  103. package/src/index.ts +7 -1
  104. package/src/meta.ts +1 -1
  105. package/src/operations/close.ts +1 -1
  106. package/src/operations/index.ts +1 -1
  107. package/src/operations/open.ts +1 -1
  108. package/src/operations/revert-workspace.ts +1 -1
  109. package/src/operations/set-layout-mode.ts +1 -1
  110. package/src/operations/set.ts +1 -1
  111. package/src/operations/switch-workspace.ts +1 -1
  112. package/src/operations/update-complementary.ts +1 -1
  113. package/src/operations/update-dialog.ts +1 -1
  114. package/src/operations/update-popover.ts +1 -1
  115. package/src/operations/update-sidebar.ts +1 -1
  116. package/src/translations.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"spotlight-dismiss.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/spotlight-dismiss.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAoB/D,MAAM,MAAM,uBAAuB,GAAG;IACpC,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;;GAIG;;AACH,wBA8CE"}
1
+ {"version":3,"file":"spotlight-dismiss.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/spotlight-dismiss.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAoB/D,MAAM,MAAM,uBAAuB,GAAG;IACpC,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;;GAIG"}
@@ -1 +1 @@
1
- {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/state.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAahD,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,CAAC;CAC3C,CAAC;;;;;;;;;;;AAEF,wBAuBE"}
1
+ {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/state.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAahD,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,CAAC;CAC3C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"url-handler.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/url-handler.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAQ/D;;;;;;GAMG;;AACH,wBAsGE"}
1
+ {"version":3,"file":"url-handler.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/url-handler.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAQ/D;;;;;;GAMG"}
@@ -8,31 +8,31 @@ declare const meta: {
8
8
  translations: [{
9
9
  readonly 'en-US': {
10
10
  readonly "@dxos/react-ui-search": {
11
- readonly "search.placeholder": "Search...";
12
- readonly "empty-results.message": "No matching objects";
11
+ readonly 'search.placeholder': 'Search...';
12
+ readonly 'empty-results.message': 'No matching objects';
13
13
  };
14
14
  };
15
15
  }, {
16
16
  readonly 'en-US': {
17
- readonly [meta.id]: {
18
- readonly 'plugin.name': "Simple layout";
19
- readonly 'settings.title': "Simple layout settings";
20
- readonly 'workspaces.heading': "Workspaces";
21
- readonly 'settings.heading': "Settings";
22
- readonly 'back.label': "Back";
23
- readonly 'browse.label': "Browse";
24
- readonly 'notifications.label': "Notifications";
25
- readonly 'profile.label': "Profile";
26
- readonly 'app-menu.label': "App menu";
27
- readonly 'main-menu.label': "Main menu";
28
- readonly 'companions-menu.label': "Companions";
29
- readonly 'error-fallback.message': "An error occurred";
30
- readonly 'drawer.label': "Drawer";
31
- readonly 'close-drawer.label': "Close drawer";
32
- readonly 'expand-drawer.label': "Expand drawer";
33
- readonly 'collapse-drawer.label': "Collapse drawer";
34
- readonly 'actions-menu.label': "Actions";
35
- readonly 'done.label': "Done";
17
+ readonly [x: string]: {
18
+ readonly 'plugin.name': 'Simple layout';
19
+ readonly 'settings.title': 'Simple layout settings';
20
+ readonly 'workspaces.heading': 'Workspaces';
21
+ readonly 'settings.heading': 'Settings';
22
+ readonly 'back.label': 'Back';
23
+ readonly 'browse.label': 'Browse';
24
+ readonly 'notifications.label': 'Notifications';
25
+ readonly 'profile.label': 'Profile';
26
+ readonly 'app-menu.label': 'App menu';
27
+ readonly 'main-menu.label': 'Main menu';
28
+ readonly 'companions-menu.label': 'Companions';
29
+ readonly 'error-fallback.message': 'An error occurred';
30
+ readonly 'drawer.label': 'Drawer';
31
+ readonly 'close-drawer.label': 'Close drawer';
32
+ readonly 'expand-drawer.label': 'Expand drawer';
33
+ readonly 'collapse-drawer.label': 'Collapse drawer';
34
+ readonly 'actions-menu.label': 'Actions';
35
+ readonly 'done.label': 'Done';
36
36
  };
37
37
  };
38
38
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"ContentError.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ContentError.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOjE,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;yBAAG,CACR,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CAOyB,CAAC;AAEvC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAI3B,CAAC"}
1
+ {"version":3,"file":"ContentError.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ContentError.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOjE,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ4B,CAAC;eAExB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAI3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DebugOverlay.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugOverlay/DebugOverlay.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAQ3E,KAAK,wBAAwB,GAAG;IAC9B,gEAAgE;IAChE,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5B,CAAC;AAGF,QAAA,MAA6B,WAAW,oDAEtC,CAAC;AAMH,KAAK,qBAAqB,GAAG,iBAAiB,CAAC;IAC7C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC,CAAC;AAyDH,eAAO,MAAM,YAAY;4CA7C8C,qBAAqB;CA+C3F,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"DebugOverlay.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugOverlay/DebugOverlay.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAQ3E,KAAK,wBAAwB,GAAG;IAC9B,gEAAgE;IAChE,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5B,CAAC;AAGF,QAAA,MAA6B,WAAW,oDAEtC,CAAC;AAMH,KAAK,qBAAqB,GAAG,iBAAiB,CAAC;IAC7C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC,CAAC;AAyDH,eAAO,MAAM,YAAY;IACvB,IAAI,oCA9CiE,qBAAqB;CA+C3F,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,MAAM,yBAyBlB,CAAC"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,eAAO,MAAM,MAAM,yBAmClB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Home.d.ts","sourceRoot":"","sources":["../../../../../src/components/Home/Home.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAiBvE,MAAM,MAAM,SAAS,GAAG,EAAE,CAAC;AAE3B;;GAEG;AACH,eAAO,MAAM,IAAI,GAAI,GAAG,SAAS,sBAoChC,CAAC"}
1
+ {"version":3,"file":"Home.d.ts","sourceRoot":"","sources":["../../../../../src/components/Home/Home.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAiBvE,MAAM,MAAM,SAAS,GAAG,EAAE,CAAC;AAE3B;;GAEG;AACH,eAAO,MAAM,IAAI,MAAO,SAAS,sBAoChC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Loading.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Loading/Loading.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMjE,QAAA,MAAM,IAAI;;;;;;;CAOsB,CAAC;AAEjC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
1
+ {"version":3,"file":"Loading.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Loading/Loading.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMjE,QAAA,MAAM,IAAI;;;;;QAKN,MAAM;;CAEsB,CAAC;eAElB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -15,13 +15,13 @@ type MobileLayoutPanelProps = ThemedClassName<PropsWithChildren<{
15
15
  };
16
16
  }>>;
17
17
  export declare const MobileLayout: {
18
- Root: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<{
18
+ Root: React.ForwardRefExoticComponent<Omit<PropsWithChildren<{
19
19
  transition?: number;
20
20
  onKeyboardOpenChange?: (nextState: boolean) => void;
21
21
  }>, "className"> & {
22
22
  classNames?: import("@dxos/ui-types").ClassNameValue;
23
23
  } & React.RefAttributes<HTMLDivElement>>;
24
- Panel: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<{
24
+ Panel: React.ForwardRefExoticComponent<Omit<PropsWithChildren<{
25
25
  safe?: {
26
26
  top: boolean;
27
27
  bottom: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"MobileLayout.d.ts","sourceRoot":"","sources":["../../../../../src/components/MobileLayout/MobileLayout.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAoD,MAAM,OAAO,CAAC;AAIxG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAatD,KAAK,wBAAwB,GAAG;IAC9B,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,QAAA,MAA6B,eAAe,oDAA+D,CAAC;AAM5G,KAAK,qBAAqB,GAAG,eAAe,CAC1C,iBAAiB,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CACrD,CAAC,CACH,CAAC;AA2CF,KAAK,sBAAsB,GAAG,eAAe,CAC3C,iBAAiB,CAAC;IAChB,IAAI,CAAC,EAAE;QACL,GAAG,EAAE,OAAO,CAAC;QACb,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;CACH,CAAC,CACH,CAAC;AA8BF,eAAO,MAAM,YAAY;;qBAnFR,MAAM;+BACI,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI;;;;;eA+C5C;YACL,GAAG,EAAE,OAAO,CAAC;YACb,MAAM,EAAE,OAAO,CAAC;SACjB;;;;CAmCJ,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC;AAE3B,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"MobileLayout.d.ts","sourceRoot":"","sources":["../../../../../src/components/MobileLayout/MobileLayout.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAoD,MAAM,OAAO,CAAC;AAIxG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAatD,KAAK,wBAAwB,GAAG;IAC9B,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,QAAA,MAA6B,eAAe,oDAA+D,CAAC;AAM5G,KAAK,qBAAqB,GAAG,eAAe,CAC1C,iBAAiB,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CACrD,CAAC,CACH,CAAC;AA2CF,KAAK,sBAAsB,GAAG,eAAe,CAC3C,iBAAiB,CAAC;IAChB,IAAI,CAAC,EAAE;QACL,GAAG,EAAE,OAAO,CAAC;QACb,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;CACH,CAAC,CACH,CAAC;AA8BF,eAAO,MAAM,YAAY;IACvB,IAAI;qBApFW,MAAM;+BACI,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI;;;;IAoFrD,KAAK;eArCI;YACL,GAAG,EAAE,OAAO,CAAC;YACb,MAAM,EAAE,OAAO,CAAC;SACjB;;;;CAmCJ,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC;AAE3B,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MobileLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/MobileLayout/MobileLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,EAAgB,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AA2G1E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,qBAAqB,CAQrC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,qBAAqB,CAAC,CAAC;AAE7C,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
1
+ {"version":3,"file":"MobileLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/MobileLayout/MobileLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,EAAgB,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AA2G1E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,qBAAqB,CAQrC,CAAC;eAEa,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,qBAAqB,CAAC,CAAC;AAE7C,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NavBranch.d.ts","sourceRoot":"","sources":["../../../../../src/components/NavBranch/NavBranch.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAgBvE,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,SAAS,GAAI,QAAQ,cAAc,sBAuC/C,CAAC"}
1
+ {"version":3,"file":"NavBranch.d.ts","sourceRoot":"","sources":["../../../../../src/components/NavBranch/NavBranch.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAgBvE,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,SAAS,WAAY,cAAc,sBAmC/C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAqD,MAAM,OAAO,CAAC;AAiBzG,eAAO,MAAM,WAAW,GAAI,cAAc,iBAAiB,sBA+B1D,CAAC;AAEF,eAAO,MAAM,cAAc,yBAiE1B,CAAC"}
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAqD,MAAM,OAAO,CAAC;AAkBzG,eAAO,MAAM,WAAW,iBAAkB,iBAAiB,sBA+B1D,CAAC;AAEF,eAAO,MAAM,cAAc,yBAmE1B,CAAC"}
@@ -20,5 +20,5 @@ export type AppBarProps = {
20
20
  */
21
21
  export declare const AppBar: React.ForwardRefExoticComponent<Omit<AppBarProps, "className"> & {
22
22
  classNames?: import("@dxos/ui-types").ClassNameValue;
23
- } & Pick<React.HTMLAttributes<Element>, "children" | "style" | "className" | "role"> & React.RefAttributes<HTMLDivElement>>;
23
+ } & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
24
24
  //# sourceMappingURL=AppBar.d.ts.map
@@ -14,31 +14,31 @@ declare const meta: {
14
14
  translations: [{
15
15
  readonly 'en-US': {
16
16
  readonly "@dxos/react-ui-search": {
17
- readonly "search.placeholder": "Search...";
18
- readonly "empty-results.message": "No matching objects";
17
+ readonly 'search.placeholder': 'Search...';
18
+ readonly 'empty-results.message': 'No matching objects';
19
19
  };
20
20
  };
21
21
  }, {
22
22
  readonly 'en-US': {
23
- readonly [meta.id]: {
24
- readonly 'plugin.name': "Simple layout";
25
- readonly 'settings.title': "Simple layout settings";
26
- readonly 'workspaces.heading': "Workspaces";
27
- readonly 'settings.heading': "Settings";
28
- readonly 'back.label': "Back";
29
- readonly 'browse.label': "Browse";
30
- readonly 'notifications.label': "Notifications";
31
- readonly 'profile.label': "Profile";
32
- readonly 'app-menu.label': "App menu";
33
- readonly 'main-menu.label': "Main menu";
34
- readonly 'companions-menu.label': "Companions";
35
- readonly 'error-fallback.message': "An error occurred";
36
- readonly 'drawer.label': "Drawer";
37
- readonly 'close-drawer.label': "Close drawer";
38
- readonly 'expand-drawer.label': "Expand drawer";
39
- readonly 'collapse-drawer.label': "Collapse drawer";
40
- readonly 'actions-menu.label': "Actions";
41
- readonly 'done.label': "Done";
23
+ readonly [x: string]: {
24
+ readonly 'plugin.name': 'Simple layout';
25
+ readonly 'settings.title': 'Simple layout settings';
26
+ readonly 'workspaces.heading': 'Workspaces';
27
+ readonly 'settings.heading': 'Settings';
28
+ readonly 'back.label': 'Back';
29
+ readonly 'browse.label': 'Browse';
30
+ readonly 'notifications.label': 'Notifications';
31
+ readonly 'profile.label': 'Profile';
32
+ readonly 'app-menu.label': 'App menu';
33
+ readonly 'main-menu.label': 'Main menu';
34
+ readonly 'companions-menu.label': 'Companions';
35
+ readonly 'error-fallback.message': 'An error occurred';
36
+ readonly 'drawer.label': 'Drawer';
37
+ readonly 'close-drawer.label': 'Close drawer';
38
+ readonly 'expand-drawer.label': 'Expand drawer';
39
+ readonly 'collapse-drawer.label': 'Collapse drawer';
40
+ readonly 'actions-menu.label': 'Actions';
41
+ readonly 'done.label': 'Done';
42
42
  };
43
43
  };
44
44
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"AppBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/AppBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,gBAAgB,EAAoB,MAAM,qBAAqB,CAAC;AAM9E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAyBpD,KAAK,iBAAiB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,GAAG;IACtD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAWF,QAAA,MAAM,IAAI;;iDATgD,iBAAiB;;;;;;;;;;;;;yBArCA,CAE3E,IAAG,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CA2D8B,CAAC;AAEtC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,OAAO,EAAE,KAiCrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC"}
1
+ {"version":3,"file":"AppBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/AppBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,gBAAgB,EAAoB,MAAM,qBAAqB,CAAC;AAO9E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAyBpD,KAAK,iBAAiB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,GAAG;IACtD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAWF,QAAA,MAAM,IAAI;;iDATgD,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBtC,CAAC;eAEvB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,OAAO,EAAE,KAiCrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC"}
@@ -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;;;CA6ClB,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,2 +1,4 @@
1
- export * from './SimpleLayoutPlugin';
1
+ import { Plugin } from '@dxos/app-framework';
2
+ export declare const SimpleLayoutPlugin: Plugin.PluginFactory<import("./SimpleLayoutPlugin").SimpleLayoutPluginOptions>;
3
+ export * from './meta';
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,sBAAsB,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,kBAAkB,gFAA0D,CAAC;AAE1F,cAAc,QAAQ,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