@dxos/plugin-deck 0.8.2-main.f081794 → 0.8.2-main.fbd8ed0

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 (134) hide show
  1. package/dist/lib/browser/{app-graph-builder-VYZ4IWI3.mjs → app-graph-builder-R7COZ4A6.mjs} +16 -15
  2. package/dist/lib/browser/app-graph-builder-R7COZ4A6.mjs.map +7 -0
  3. package/dist/lib/browser/{check-app-scheme-SEYECDHI.mjs → check-app-scheme-7AXGR6UT.mjs} +2 -3
  4. package/dist/lib/browser/check-app-scheme-7AXGR6UT.mjs.map +7 -0
  5. package/dist/lib/browser/chunk-3O2UZVBA.mjs +121 -0
  6. package/dist/lib/browser/chunk-3O2UZVBA.mjs.map +7 -0
  7. package/dist/lib/browser/chunk-JAYQ5BTF.mjs +157 -0
  8. package/dist/lib/browser/chunk-JAYQ5BTF.mjs.map +7 -0
  9. package/dist/lib/browser/{chunk-VP6FCWFV.mjs → chunk-KIGMELV2.mjs} +257 -247
  10. package/dist/lib/browser/chunk-KIGMELV2.mjs.map +7 -0
  11. package/dist/lib/browser/{state-Z6UY2Z3M.mjs → chunk-OF5RIATN.mjs} +6 -4
  12. package/dist/lib/browser/chunk-OF5RIATN.mjs.map +7 -0
  13. package/dist/lib/browser/chunk-TRFYUEBA.mjs +145 -0
  14. package/dist/lib/browser/chunk-TRFYUEBA.mjs.map +7 -0
  15. package/dist/lib/browser/index.mjs +4 -5
  16. package/dist/lib/browser/index.mjs.map +1 -1
  17. package/dist/lib/browser/{intent-resolver-6AK45PT5.mjs → intent-resolver-MAKOS57L.mjs} +86 -63
  18. package/dist/lib/browser/intent-resolver-MAKOS57L.mjs.map +7 -0
  19. package/dist/lib/browser/meta.json +1 -1
  20. package/dist/lib/browser/{react-root-KA2IL5RA.mjs → react-root-DGQVIHXP.mjs} +6 -6
  21. package/dist/lib/browser/{react-surface-LIPGYEYN.mjs → react-surface-PXBXIOPU.mjs} +6 -6
  22. package/dist/lib/browser/{settings-6NU7CF2B.mjs → settings-UBWJF7J7.mjs} +4 -4
  23. package/dist/lib/browser/{settings-6NU7CF2B.mjs.map → settings-UBWJF7J7.mjs.map} +3 -3
  24. package/dist/lib/browser/state-4WFB4SDO.mjs +10 -0
  25. package/dist/lib/browser/state-4WFB4SDO.mjs.map +7 -0
  26. package/dist/lib/browser/{tools-VDVQTJMD.mjs → tools-IVPIPTVA.mjs} +7 -7
  27. package/dist/lib/browser/tools-IVPIPTVA.mjs.map +7 -0
  28. package/dist/lib/browser/types.mjs +1 -1
  29. package/dist/lib/browser/{url-handler-3CARFXQK.mjs → url-handler-JSYGSVSB.mjs} +4 -4
  30. package/dist/lib/browser/url-handler-JSYGSVSB.mjs.map +7 -0
  31. package/dist/types/src/capabilities/app-graph-builder.d.ts +2 -179
  32. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  33. package/dist/types/src/capabilities/check-app-scheme.d.ts +2 -2
  34. package/dist/types/src/capabilities/check-app-scheme.d.ts.map +1 -1
  35. package/dist/types/src/capabilities/index.d.ts +5 -180
  36. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  37. package/dist/types/src/capabilities/intent-resolver.d.ts +2 -2
  38. package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
  39. package/dist/types/src/capabilities/state.d.ts +2 -2
  40. package/dist/types/src/capabilities/state.d.ts.map +1 -1
  41. package/dist/types/src/capabilities/tools.d.ts.map +1 -1
  42. package/dist/types/src/capabilities/url-handler.d.ts +2 -2
  43. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
  44. package/dist/types/src/components/DeckLayout/Banner.d.ts.map +1 -1
  45. package/dist/types/src/components/DeckLayout/ContentEmpty.d.ts.map +1 -1
  46. package/dist/types/src/components/DeckLayout/DeckLayout.d.ts.map +1 -1
  47. package/dist/types/src/components/DeckLayout/Popover.d.ts.map +1 -1
  48. package/dist/types/src/components/DeckLayout/StatusBar.d.ts.map +1 -1
  49. package/dist/types/src/components/DeckLayout/Toast.d.ts.map +1 -1
  50. package/dist/types/src/components/DeckSettings/DeckSettings.d.ts.map +1 -1
  51. package/dist/types/src/components/Plank/Plank.d.ts +18 -5
  52. package/dist/types/src/components/Plank/Plank.d.ts.map +1 -1
  53. package/dist/types/src/components/Plank/Plank.stories.d.ts +3 -3
  54. package/dist/types/src/components/Plank/Plank.stories.d.ts.map +1 -1
  55. package/dist/types/src/components/Plank/PlankControls.d.ts +1 -0
  56. package/dist/types/src/components/Plank/PlankControls.d.ts.map +1 -1
  57. package/dist/types/src/components/Plank/PlankError.d.ts.map +1 -1
  58. package/dist/types/src/components/Plank/PlankHeading.d.ts.map +1 -1
  59. package/dist/types/src/components/Sidebar/ComplementarySidebar.d.ts.map +1 -1
  60. package/dist/types/src/components/Sidebar/Sidebar.d.ts.map +1 -1
  61. package/dist/types/src/components/Sidebar/SidebarButton.d.ts +2 -1
  62. package/dist/types/src/components/Sidebar/SidebarButton.d.ts.map +1 -1
  63. package/dist/types/src/hooks/index.d.ts +5 -1
  64. package/dist/types/src/hooks/index.d.ts.map +1 -1
  65. package/dist/types/src/hooks/useBreakpoints.d.ts.map +1 -0
  66. package/dist/types/src/hooks/useCompanions.d.ts.map +1 -0
  67. package/dist/types/src/hooks/useDeckCompanions.d.ts +13 -0
  68. package/dist/types/src/hooks/useDeckCompanions.d.ts.map +1 -0
  69. package/dist/types/src/hooks/useHoistStatusbar.d.ts.map +1 -0
  70. package/dist/types/src/hooks/useNodeActionExpander.d.ts.map +1 -1
  71. package/dist/types/src/index.d.ts +1 -1
  72. package/dist/types/src/index.d.ts.map +1 -1
  73. package/dist/types/src/layout.d.ts.map +1 -1
  74. package/dist/types/src/types.d.ts +104 -104
  75. package/dist/types/src/types.d.ts.map +1 -1
  76. package/dist/types/src/util/index.d.ts +1 -4
  77. package/dist/types/src/util/index.d.ts.map +1 -1
  78. package/dist/types/src/util/layoutAppliesTopbar.d.ts.map +1 -1
  79. package/dist/types/src/util/overscroll.d.ts.map +1 -1
  80. package/dist/types/src/util/set-active.d.ts.map +1 -1
  81. package/dist/types/tsconfig.tsbuildinfo +1 -1
  82. package/package.json +36 -29
  83. package/src/capabilities/app-graph-builder.ts +120 -92
  84. package/src/capabilities/check-app-scheme.ts +3 -7
  85. package/src/capabilities/index.ts +1 -0
  86. package/src/capabilities/intent-resolver.ts +140 -114
  87. package/src/capabilities/settings.ts +2 -2
  88. package/src/capabilities/state.ts +4 -2
  89. package/src/capabilities/tools.ts +4 -3
  90. package/src/capabilities/url-handler.ts +4 -4
  91. package/src/components/DeckLayout/ContentEmpty.tsx +3 -2
  92. package/src/components/DeckLayout/DeckLayout.tsx +12 -10
  93. package/src/components/DeckLayout/Popover.tsx +71 -43
  94. package/src/components/Plank/Plank.stories.tsx +20 -8
  95. package/src/components/Plank/Plank.tsx +101 -66
  96. package/src/components/Plank/PlankControls.tsx +26 -30
  97. package/src/components/Plank/PlankError.tsx +2 -6
  98. package/src/components/Plank/PlankHeading.tsx +23 -8
  99. package/src/components/Sidebar/ComplementarySidebar.tsx +4 -35
  100. package/src/components/Sidebar/Sidebar.tsx +2 -1
  101. package/src/components/Sidebar/SidebarButton.tsx +30 -7
  102. package/src/components/fragments.ts +1 -1
  103. package/src/hooks/index.ts +5 -1
  104. package/src/{util → hooks}/useCompanions.ts +3 -3
  105. package/src/hooks/useDeckCompanions.ts +33 -0
  106. package/src/hooks/useNodeActionExpander.ts +3 -8
  107. package/src/index.ts +1 -1
  108. package/src/types.ts +72 -71
  109. package/src/util/index.ts +1 -4
  110. package/dist/lib/browser/app-graph-builder-VYZ4IWI3.mjs.map +0 -7
  111. package/dist/lib/browser/check-app-scheme-SEYECDHI.mjs.map +0 -7
  112. package/dist/lib/browser/chunk-4QSEGMY3.mjs +0 -24
  113. package/dist/lib/browser/chunk-4QSEGMY3.mjs.map +0 -7
  114. package/dist/lib/browser/chunk-6HJZL3WT.mjs +0 -118
  115. package/dist/lib/browser/chunk-6HJZL3WT.mjs.map +0 -7
  116. package/dist/lib/browser/chunk-FLOVGNYB.mjs +0 -81
  117. package/dist/lib/browser/chunk-FLOVGNYB.mjs.map +0 -7
  118. package/dist/lib/browser/chunk-VP6FCWFV.mjs.map +0 -7
  119. package/dist/lib/browser/chunk-ZMJMCN7O.mjs +0 -157
  120. package/dist/lib/browser/chunk-ZMJMCN7O.mjs.map +0 -7
  121. package/dist/lib/browser/intent-resolver-6AK45PT5.mjs.map +0 -7
  122. package/dist/lib/browser/state-Z6UY2Z3M.mjs.map +0 -7
  123. package/dist/lib/browser/tools-VDVQTJMD.mjs.map +0 -7
  124. package/dist/lib/browser/url-handler-3CARFXQK.mjs.map +0 -7
  125. package/dist/types/src/util/useBreakpoints.d.ts.map +0 -1
  126. package/dist/types/src/util/useCompanions.d.ts.map +0 -1
  127. package/dist/types/src/util/useHoistStatusbar.d.ts.map +0 -1
  128. /package/dist/lib/browser/{react-root-KA2IL5RA.mjs.map → react-root-DGQVIHXP.mjs.map} +0 -0
  129. /package/dist/lib/browser/{react-surface-LIPGYEYN.mjs.map → react-surface-PXBXIOPU.mjs.map} +0 -0
  130. /package/dist/types/src/{util → hooks}/useBreakpoints.d.ts +0 -0
  131. /package/dist/types/src/{util → hooks}/useCompanions.d.ts +0 -0
  132. /package/dist/types/src/{util → hooks}/useHoistStatusbar.d.ts +0 -0
  133. /package/src/{util → hooks}/useBreakpoints.ts +0 -0
  134. /package/src/{util → hooks}/useHoistStatusbar.ts +0 -0
@@ -1,8 +1,8 @@
1
1
  import '@dxos-theme';
2
2
  import { type StoryObj, type Meta } from '@storybook/react';
3
- import { Plank } from './Plank';
4
- declare const meta: Meta<typeof Plank>;
3
+ import { type PlankProps } from './Plank';
4
+ declare const meta: Meta<PlankProps>;
5
5
  export default meta;
6
- type Story = StoryObj<typeof meta>;
6
+ type Story = StoryObj<PlankProps>;
7
7
  export declare const Default: Story;
8
8
  //# sourceMappingURL=Plank.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plank.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Plank/Plank.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAO5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAIhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAc5B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC"}
1
+ {"version":3,"file":"Plank.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Plank/Plank.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAU5D,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAIjD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAAU,CAqB1B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;AAGlC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -7,6 +7,7 @@ export type PlankCapabilities = {
7
7
  incrementEnd?: boolean;
8
8
  deck?: boolean;
9
9
  solo?: boolean;
10
+ fullscreen?: boolean;
10
11
  companion?: boolean;
11
12
  };
12
13
  export type PlankControlsProps = Omit<ButtonGroupProps, 'onClick'> & {
@@ -1 +1 @@
1
- {"version":3,"file":"PlankControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Plank/PlankControls.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkC,MAAM,OAAO,CAAC;AAIvD,OAAO,EAGL,KAAK,gBAAgB,EAKtB,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAE,UAAU,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,MAAM,mBAAmB,GAAG,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,KAAK,IAAI,CAAC;AAE7E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,gBAAgB,EAAE,SAAS,CAAC,GAAG;IACnE,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,OAAO,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACtC,KAAK,CAAC,EAAE,OAAO,GAAG,cAAc,GAAG,YAAY,CAAC;IAChD,YAAY,EAAE,iBAAiB,CAAC;IAChC,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,GAAG,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,CAAC;CAChC,CAAC;AAoBF,KAAK,4BAA4B,GAAG;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qGAoBlC,CAAC;AAKF,eAAO,MAAM,aAAa,wGA0FzB,CAAC"}
1
+ {"version":3,"file":"PlankControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Plank/PlankControls.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkC,MAAM,OAAO,CAAC;AAIvD,OAAO,EAAe,KAAK,gBAAgB,EAAgD,MAAM,gBAAgB,CAAC;AAGlH,OAAO,EAAE,UAAU,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,MAAM,mBAAmB,GAAG,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,KAAK,IAAI,CAAC;AAE7E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,gBAAgB,EAAE,SAAS,CAAC,GAAG;IACnE,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,OAAO,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACtC,KAAK,CAAC,EAAE,OAAO,GAAG,cAAc,GAAG,YAAY,CAAC;IAChD,YAAY,EAAE,iBAAiB,CAAC;IAChC,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,GAAG,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,CAAC;CAChC,CAAC;AAQF,KAAK,4BAA4B,GAAG;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qGAoBlC,CAAC;AAKF,eAAO,MAAM,aAAa,wGAyGzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PlankError.d.ts","sourceRoot":"","sources":["../../../../../src/components/Plank/PlankError.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAI/C,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAItE,eAAO,MAAM,iBAAiB,cAAe;IAAE,KAAK,CAAC,EAAE,KAAK,CAAA;CAAE,sBAiB7D,CAAC;AAEF,eAAO,MAAM,UAAU,+BAKpB;IACD,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,sBAWA,CAAC"}
1
+ {"version":3,"file":"PlankError.d.ts","sourceRoot":"","sources":["../../../../../src/components/Plank/PlankError.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAI/C,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAItE,eAAO,MAAM,iBAAiB,GAAI,WAAW;IAAE,KAAK,CAAC,EAAE,KAAK,CAAA;CAAE,sBAa7D,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,4BAKxB;IACD,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,sBAWA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PlankHeading.d.ts","sourceRoot":"","sources":["../../../../../src/components/Plank/PlankHeading.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA2E,MAAM,OAAO,CAAC;AAGhG,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE/C,OAAO,EAAa,KAAK,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAM5E,OAAO,EAAoC,KAAK,YAAY,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAInG,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,YAAY,CAAC;IACnB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IACtC,UAAU,CAAC,EAAE,IAAI,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,YAAY,sLAepB,iBAAiB,uBA8JrB,CAAC"}
1
+ {"version":3,"file":"PlankHeading.d.ts","sourceRoot":"","sources":["../../../../../src/components/Plank/PlankHeading.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA2E,MAAM,OAAO,CAAC;AAGhG,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE/C,OAAO,EAAa,KAAK,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAQ5E,OAAO,EAAoC,KAAK,YAAY,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAKnG,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,YAAY,CAAC;IACnB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IACtC,UAAU,CAAC,EAAE,IAAI,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,YAAY,sLAepB,iBAAiB,uBA0KrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ComplementarySidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/ComplementarySidebar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAQN,MAAM,OAAO,CAAC;AA+Cf,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,oBAAoB,gBAAiB,yBAAyB,sBAgH1E,CAAC"}
1
+ {"version":3,"file":"ComplementarySidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/ComplementarySidebar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAQN,MAAM,OAAO,CAAC;AAgBf,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,aAAa,yBAAyB,sBAgH1E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAYvC,eAAO,MAAM,OAAO,yBAwBnB,CAAC"}
1
+ {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAavC,eAAO,MAAM,OAAO,yBAwBnB,CAAC"}
@@ -2,7 +2,8 @@ import React from 'react';
2
2
  import { type IconButtonProps, type ThemedClassName } from '@dxos/react-ui';
3
3
  export declare const ToggleSidebarButton: ({ classNames, variant, }: ThemedClassName<Pick<IconButtonProps, "variant">>) => React.JSX.Element;
4
4
  export declare const CloseSidebarButton: () => React.JSX.Element;
5
- export declare const ToggleComplementarySidebarButton: ({ inR0, classNames }: ThemedClassName<{
5
+ export declare const ToggleComplementarySidebarButton: ({ inR0, classNames, current, }: ThemedClassName<{
6
6
  inR0?: boolean;
7
+ current?: string;
7
8
  }>) => React.JSX.Element;
8
9
  //# sourceMappingURL=SidebarButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/SidebarButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAc,KAAK,eAAe,EAAE,KAAK,eAAe,EAAkB,MAAM,gBAAgB,CAAC;AAKxG,eAAO,MAAM,mBAAmB,6BAG7B,eAAe,CAAC,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC,sBAgBnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,yBAc9B,CAAC;AAEF,eAAO,MAAM,gCAAgC,yBAA0B,eAAe,CAAC;IAAE,IAAI,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC,sBAkBzG,CAAC"}
1
+ {"version":3,"file":"SidebarButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/SidebarButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAG3C,OAAO,EAAc,KAAK,eAAe,EAAE,KAAK,eAAe,EAAkB,MAAM,gBAAgB,CAAC;AAOxG,eAAO,MAAM,mBAAmB,GAAI,0BAGjC,eAAe,CAAC,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC,sBAgBnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,yBAc9B,CAAC;AAEF,eAAO,MAAM,gCAAgC,GAAI,gCAI9C,eAAe,CAAC;IAAE,IAAI,CAAC,EAAE,OAAO,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,sBAmCvD,CAAC"}
@@ -1,3 +1,7 @@
1
- export * from './useNodeActionExpander';
1
+ export * from './useBreakpoints';
2
+ export * from './useCompanions';
3
+ export * from './useDeckCompanions';
4
+ export * from './useHoistStatusbar';
2
5
  export * from './useMainSize';
6
+ export * from './useNodeActionExpander';
3
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/index.ts"],"names":[],"mappings":"AAIA,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBreakpoints.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useBreakpoints.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc,uCAI1B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCompanions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCompanions.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM;;;;;;IAKxC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type Label } from '@dxos/app-framework';
2
+ import { type Node } from '@dxos/plugin-graph';
3
+ import { type Position } from '@dxos/util';
4
+ export declare const getCompanionId: (id: string) => string;
5
+ export type DeckCompanion = Node<any, {
6
+ label: Label;
7
+ icon: string;
8
+ /** If true, the panel will not be wrapped in a scroll area. */
9
+ fixed?: boolean;
10
+ position?: Position;
11
+ }>;
12
+ export declare const useDeckCompanions: () => DeckCompanion[];
13
+ //# sourceMappingURL=useDeckCompanions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDeckCompanions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDeckCompanions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,KAAK,EAAe,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAA2B,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AACxE,OAAO,EAAc,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAIvD,eAAO,MAAM,cAAc,GAAI,IAAI,MAAM,WAGxC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,GAAG,EACH;IACE,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IAEb,+DAA+D;IAC/D,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CACF,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAAO,aAAa,EAKjD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHoistStatusbar.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useHoistStatusbar.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAqB,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9D,eAAO,MAAM,iBAAiB,GAAI,YAAY,MAAM,EAAE,aAAa,UAAU,KAAG,OAY/E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useNodeActionExpander.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useNodeActionExpander.ts"],"names":[],"mappings":"AAMA,OAAO,EAA4C,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAQzF,eAAO,MAAM,qBAAqB,UAAW,IAAI,SAShD,CAAC"}
1
+ {"version":3,"file":"useNodeActionExpander.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useNodeActionExpander.ts"],"names":[],"mappings":"AAMA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAEzD,eAAO,MAAM,qBAAqB,GAAI,OAAO,IAAI,SAUhD,CAAC"}
@@ -2,5 +2,5 @@ export { DeckCapabilities } from './capabilities';
2
2
  export { DeckEvents } from './events';
3
3
  export * from './DeckPlugin';
4
4
  export * from './meta';
5
- export { useCompanions } from './util';
5
+ export { useCompanions } from './hooks';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../src/layout.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEpE,eAAO,MAAM,aAAa,YAAa,MAAM,YAAY,MAAM,WACS,CAAC;AAEzE,eAAO,MAAM,YAAY,YAAa,MAAM;;;CAG3C,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,SAAS,SAAU,MAAM,EAAE,YAAY,MAAM,YAAY,sBAAsB,KAAG,MAAM,EAwCpG,CAAC;AAEF,eAAO,MAAM,UAAU,SAAU,MAAM,EAAE,WAAW,MAAM,KAAG,MAAM,EAOlE,CAAC;AAEF,eAAO,MAAM,cAAc,SAAU,MAAM,EAAE,cAAc,UAAU,CAAC,UAAU,KAAG,MAAM,EAmBxF,CAAC"}
1
+ {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../src/layout.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEpE,eAAO,MAAM,aAAa,GAAI,SAAS,MAAM,EAAE,UAAU,MAAM,WACS,CAAC;AAEzE,eAAO,MAAM,YAAY,GAAI,SAAS,MAAM;;;CAG3C,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,MAAM,MAAM,EAAE,EAAE,UAAU,MAAM,EAAE,UAAU,sBAAsB,KAAG,MAAM,EAwCpG,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,MAAM,MAAM,EAAE,EAAE,SAAS,MAAM,KAAG,MAAM,EAOlE,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,MAAM,MAAM,EAAE,EAAE,YAAY,UAAU,CAAC,UAAU,KAAG,MAAM,EAmBxF,CAAC"}
@@ -1,4 +1,4 @@
1
- import { S } from '@dxos/echo-schema';
1
+ import { Schema } from 'effect';
2
2
  import { type DeepReadonly } from '@dxos/util';
3
3
  export { ATTENDABLE_PATH_SEPARATOR } from '@dxos/react-ui-attention';
4
4
  export declare const PLANK_COMPANION_TYPE = "dxos.org/plugin/deck/plank-companion";
@@ -9,144 +9,144 @@ export declare const OverscrollOptions: readonly ["none", "centering"];
9
9
  export type Overscroll = (typeof OverscrollOptions)[number];
10
10
  export type Part = 'solo' | 'deck' | 'complementary';
11
11
  export type ResolvedPart = Part | 'solo-primary' | 'solo-companion';
12
- export declare const DeckSettingsSchema: S.mutable<S.Struct<{
13
- showHints: S.optional<typeof S.Boolean>;
14
- enableDeck: S.optional<typeof S.Boolean>;
15
- enableNativeRedirect: S.optional<typeof S.Boolean>;
16
- enableStatusbar: S.optional<typeof S.Boolean>;
17
- newPlankPositioning: S.optional<S.Literal<["start", "end"]>>;
18
- overscroll: S.optional<S.Literal<["none", "centering"]>>;
12
+ export declare const DeckSettingsSchema: Schema.mutable<Schema.Struct<{
13
+ showHints: Schema.optional<typeof Schema.Boolean>;
14
+ enableDeck: Schema.optional<typeof Schema.Boolean>;
15
+ enableStatusbar: Schema.optional<typeof Schema.Boolean>;
16
+ enableNativeRedirect: Schema.optional<typeof Schema.Boolean>;
17
+ newPlankPositioning: Schema.optional<Schema.Literal<["start", "end"]>>;
18
+ overscroll: Schema.optional<Schema.Literal<["none", "centering"]>>;
19
19
  }>>;
20
- export type DeckSettingsProps = S.Schema.Type<typeof DeckSettingsSchema>;
21
- export declare const PlankSizing: S.Record$<typeof S.String, typeof S.Number>;
22
- export type PlankSizing = S.Schema.Type<typeof PlankSizing>;
23
- export declare const DeckState: S.Struct<{
20
+ export type DeckSettingsProps = Schema.Schema.Type<typeof DeckSettingsSchema>;
21
+ export declare const PlankSizing: Schema.Record$<typeof Schema.String, typeof Schema.Number>;
22
+ export type PlankSizing = Schema.Schema.Type<typeof PlankSizing>;
23
+ export declare const DeckState: Schema.Struct<{
24
24
  /** If false, the deck has not yet left solo mode and new planks should be soloed. */
25
- initialized: typeof S.Boolean;
26
- active: S.mutable<S.Array$<typeof S.String>>;
27
- activeCompanions: S.optional<S.mutable<S.Record$<typeof S.String, typeof S.String>>>;
28
- inactive: S.mutable<S.Array$<typeof S.String>>;
29
- solo: S.optional<typeof S.String>;
30
- fullscreen: typeof S.Boolean;
31
- plankSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
32
- companionFrameSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
25
+ initialized: typeof Schema.Boolean;
26
+ active: Schema.mutable<Schema.Array$<typeof Schema.String>>;
27
+ activeCompanions: Schema.optional<Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.String>>>;
28
+ inactive: Schema.mutable<Schema.Array$<typeof Schema.String>>;
29
+ solo: Schema.optional<typeof Schema.String>;
30
+ fullscreen: typeof Schema.Boolean;
31
+ plankSizing: Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.Number>>;
32
+ companionFrameSizing: Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.Number>>;
33
33
  }>;
34
- export type DeckState = S.Schema.Type<typeof DeckState>;
34
+ export type DeckState = Schema.Schema.Type<typeof DeckState>;
35
35
  export declare const defaultDeck: DeckState;
36
- declare const LayoutMode: S.Literal<["deck", "solo", "solo--fullscreen"]>;
37
- export type LayoutMode = S.Schema.Type<typeof LayoutMode>;
36
+ declare const LayoutMode: Schema.Literal<["deck", "solo", "solo--fullscreen"]>;
37
+ export type LayoutMode = Schema.Schema.Type<typeof LayoutMode>;
38
38
  export declare const isLayoutMode: (value: any) => value is LayoutMode;
39
39
  export declare const getMode: (deck: DeckState | DeepReadonly<DeckState>) => LayoutMode;
40
- export declare const DeckPluginState: S.mutable<S.Struct<{
41
- sidebarState: S.Literal<["closed", "collapsed", "expanded"]>;
42
- complementarySidebarState: S.Literal<["closed", "collapsed", "expanded"]>;
43
- complementarySidebarPanel: S.optional<typeof S.String>;
44
- dialogOpen: typeof S.Boolean;
45
- dialogBlockAlign: S.optional<S.Literal<["start", "center", "end"]>>;
46
- dialogType: S.optional<S.Literal<["default", "alert"]>>;
40
+ export declare const DeckPluginState: Schema.mutable<Schema.Struct<{
41
+ sidebarState: Schema.Literal<["closed", "collapsed", "expanded"]>;
42
+ complementarySidebarState: Schema.Literal<["closed", "collapsed", "expanded"]>;
43
+ complementarySidebarPanel: Schema.optional<typeof Schema.String>;
44
+ dialogOpen: typeof Schema.Boolean;
45
+ dialogBlockAlign: Schema.optional<Schema.Literal<["start", "center", "end"]>>;
46
+ dialogType: Schema.optional<Schema.Literal<["default", "alert"]>>;
47
47
  /** Data to be passed to the dialog Surface. */
48
- dialogContent: S.optional<typeof S.Any>;
49
- popoverOpen: typeof S.Boolean;
50
- popoverSide: S.optional<S.Literal<["top", "right", "bottom", "left"]>>;
51
- popoverAnchor: S.optional<typeof S.Any>;
52
- popoverAnchorId: S.optional<typeof S.String>;
48
+ dialogContent: Schema.optional<typeof Schema.Any>;
49
+ popoverOpen: typeof Schema.Boolean;
50
+ popoverSide: Schema.optional<Schema.Literal<["top", "right", "bottom", "left"]>>;
51
+ popoverAnchor: Schema.optional<typeof Schema.Any>;
52
+ popoverAnchorId: Schema.optional<typeof Schema.String>;
53
53
  /** Data to be passed to the popover Surface. */
54
- popoverContent: S.optional<typeof S.Any>;
55
- toasts: S.mutable<S.Array$<S.Struct<{
56
- id: S.SchemaClass<string, string, never>;
57
- title: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple2<typeof S.String, S.mutable<S.Struct<{
58
- ns: typeof S.String;
59
- count: S.optional<typeof S.Number>;
54
+ popoverContent: Schema.optional<typeof Schema.Any>;
55
+ toasts: Schema.mutable<Schema.Array$<Schema.Struct<{
56
+ id: Schema.SchemaClass<string, string, never>;
57
+ title: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
58
+ ns: typeof Schema.String;
59
+ count: Schema.optional<typeof Schema.Number>;
60
60
  }>>>>]>>;
61
- description: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple2<typeof S.String, S.mutable<S.Struct<{
62
- ns: typeof S.String;
63
- count: S.optional<typeof S.Number>;
61
+ description: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
62
+ ns: typeof Schema.String;
63
+ count: Schema.optional<typeof Schema.Number>;
64
64
  }>>>>]>>;
65
- icon: S.optional<S.SchemaClass<string, string, never>>;
66
- duration: S.optional<S.SchemaClass<number, number, never>>;
67
- closeLabel: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple2<typeof S.String, S.mutable<S.Struct<{
68
- ns: typeof S.String;
69
- count: S.optional<typeof S.Number>;
65
+ icon: Schema.optional<Schema.SchemaClass<string, string, never>>;
66
+ duration: Schema.optional<Schema.SchemaClass<number, number, never>>;
67
+ closeLabel: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
68
+ ns: typeof Schema.String;
69
+ count: Schema.optional<typeof Schema.Number>;
70
70
  }>>>>]>>;
71
- actionLabel: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple2<typeof S.String, S.mutable<S.Struct<{
72
- ns: typeof S.String;
73
- count: S.optional<typeof S.Number>;
71
+ actionLabel: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
72
+ ns: typeof Schema.String;
73
+ count: Schema.optional<typeof Schema.Number>;
74
74
  }>>>>]>>;
75
- actionAlt: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple2<typeof S.String, S.mutable<S.Struct<{
76
- ns: typeof S.String;
77
- count: S.optional<typeof S.Number>;
75
+ actionAlt: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
76
+ ns: typeof Schema.String;
77
+ count: Schema.optional<typeof Schema.Number>;
78
78
  }>>>>]>>;
79
- onAction: S.optional<S.SchemaClass<any, any, never>>;
79
+ onAction: Schema.optional<Schema.SchemaClass<any, any, never>>;
80
80
  }>>>;
81
- currentUndoId: S.optional<typeof S.String>;
82
- activeDeck: typeof S.String;
83
- previousDeck: typeof S.String;
84
- decks: S.mutable<S.Record$<typeof S.String, S.mutable<S.Struct<{
81
+ currentUndoId: Schema.optional<typeof Schema.String>;
82
+ activeDeck: typeof Schema.String;
83
+ previousDeck: typeof Schema.String;
84
+ decks: Schema.mutable<Schema.Record$<typeof Schema.String, Schema.mutable<Schema.Struct<{
85
85
  /** If false, the deck has not yet left solo mode and new planks should be soloed. */
86
- initialized: typeof S.Boolean;
87
- active: S.mutable<S.Array$<typeof S.String>>;
88
- activeCompanions: S.optional<S.mutable<S.Record$<typeof S.String, typeof S.String>>>;
89
- inactive: S.mutable<S.Array$<typeof S.String>>;
90
- solo: S.optional<typeof S.String>;
91
- fullscreen: typeof S.Boolean;
92
- plankSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
93
- companionFrameSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
86
+ initialized: typeof Schema.Boolean;
87
+ active: Schema.mutable<Schema.Array$<typeof Schema.String>>;
88
+ activeCompanions: Schema.optional<Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.String>>>;
89
+ inactive: Schema.mutable<Schema.Array$<typeof Schema.String>>;
90
+ solo: Schema.optional<typeof Schema.String>;
91
+ fullscreen: typeof Schema.Boolean;
92
+ plankSizing: Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.Number>>;
93
+ companionFrameSizing: Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.Number>>;
94
94
  }>>>>;
95
- previousMode: S.mutable<S.Record$<typeof S.String, S.Literal<["deck", "solo", "solo--fullscreen"]>>>;
96
- deck: S.mutable<S.Struct<{
95
+ previousMode: Schema.mutable<Schema.Record$<typeof Schema.String, Schema.Literal<["deck", "solo", "solo--fullscreen"]>>>;
96
+ deck: Schema.mutable<Schema.Struct<{
97
97
  /** If false, the deck has not yet left solo mode and new planks should be soloed. */
98
- initialized: typeof S.Boolean;
99
- active: S.mutable<S.Array$<typeof S.String>>;
100
- activeCompanions: S.optional<S.mutable<S.Record$<typeof S.String, typeof S.String>>>;
101
- inactive: S.mutable<S.Array$<typeof S.String>>;
102
- solo: S.optional<typeof S.String>;
103
- fullscreen: typeof S.Boolean;
104
- plankSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
105
- companionFrameSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
98
+ initialized: typeof Schema.Boolean;
99
+ active: Schema.mutable<Schema.Array$<typeof Schema.String>>;
100
+ activeCompanions: Schema.optional<Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.String>>>;
101
+ inactive: Schema.mutable<Schema.Array$<typeof Schema.String>>;
102
+ solo: Schema.optional<typeof Schema.String>;
103
+ fullscreen: typeof Schema.Boolean;
104
+ plankSizing: Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.Number>>;
105
+ companionFrameSizing: Schema.mutable<Schema.Record$<typeof Schema.String, typeof Schema.Number>>;
106
106
  }>>;
107
107
  /** The identifier of a component to scroll into view when it is mounted. */
108
- scrollIntoView: S.optional<typeof S.String>;
108
+ scrollIntoView: Schema.optional<typeof Schema.String>;
109
109
  }>>;
110
- export type DeckPluginState = S.Schema.Type<typeof DeckPluginState>;
110
+ export type DeckPluginState = Schema.Schema.Type<typeof DeckPluginState>;
111
111
  export declare const DECK_ACTION: string;
112
112
  export declare namespace DeckAction {
113
- const PartAdjustmentSchema: S.Union<[S.Literal<["close"]>, S.Literal<["companion"]>, S.Literal<["solo"]>, S.Literal<["solo--fullscreen"]>, S.Literal<["increment-start"]>, S.Literal<["increment-end"]>]>;
114
- export type PartAdjustment = S.Schema.Type<typeof PartAdjustmentSchema>;
115
- export const Adjustment: S.mutable<S.Struct<{
116
- id: typeof S.String;
117
- type: S.Union<[S.Literal<["close"]>, S.Literal<["companion"]>, S.Literal<["solo"]>, S.Literal<["solo--fullscreen"]>, S.Literal<["increment-start"]>, S.Literal<["increment-end"]>]>;
113
+ const PartAdjustmentSchema: Schema.Union<[Schema.Literal<["close"]>, Schema.Literal<["companion"]>, Schema.Literal<["solo"]>, Schema.Literal<["solo--fullscreen"]>, Schema.Literal<["increment-start"]>, Schema.Literal<["increment-end"]>]>;
114
+ export type PartAdjustment = Schema.Schema.Type<typeof PartAdjustmentSchema>;
115
+ export const Adjustment: Schema.mutable<Schema.Struct<{
116
+ id: typeof Schema.String;
117
+ type: Schema.Union<[Schema.Literal<["close"]>, Schema.Literal<["companion"]>, Schema.Literal<["solo"]>, Schema.Literal<["solo--fullscreen"]>, Schema.Literal<["increment-start"]>, Schema.Literal<["increment-end"]>]>;
118
118
  }>>;
119
- export type Adjustment = S.Schema.Type<typeof Adjustment>;
120
- const Adjust_base: S.TaggedClass<Adjust, `${string}/adjust`, {
121
- readonly _tag: S.tag<`${string}/adjust`>;
119
+ export type Adjustment = Schema.Schema.Type<typeof Adjustment>;
120
+ const Adjust_base: Schema.TaggedClass<Adjust, `${string}/adjust`, {
121
+ readonly _tag: Schema.tag<`${string}/adjust`>;
122
122
  } & {
123
- input: S.mutable<S.Struct<{
124
- id: typeof S.String;
125
- type: S.Union<[S.Literal<["close"]>, S.Literal<["companion"]>, S.Literal<["solo"]>, S.Literal<["solo--fullscreen"]>, S.Literal<["increment-start"]>, S.Literal<["increment-end"]>]>;
123
+ input: Schema.mutable<Schema.Struct<{
124
+ id: typeof Schema.String;
125
+ type: Schema.Union<[Schema.Literal<["close"]>, Schema.Literal<["companion"]>, Schema.Literal<["solo"]>, Schema.Literal<["solo--fullscreen"]>, Schema.Literal<["increment-start"]>, Schema.Literal<["increment-end"]>]>;
126
126
  }>>;
127
- output: typeof S.Void;
127
+ output: typeof Schema.Void;
128
128
  }>;
129
129
  export class Adjust extends Adjust_base {
130
130
  }
131
- const UpdatePlankSize_base: S.TaggedClass<UpdatePlankSize, `${string}/update-plank-size`, {
132
- readonly _tag: S.tag<`${string}/update-plank-size`>;
131
+ const UpdatePlankSize_base: Schema.TaggedClass<UpdatePlankSize, `${string}/update-plank-size`, {
132
+ readonly _tag: Schema.tag<`${string}/update-plank-size`>;
133
133
  } & {
134
- input: S.Struct<{
135
- id: typeof S.String;
136
- size: typeof S.Number;
134
+ input: Schema.Struct<{
135
+ id: typeof Schema.String;
136
+ size: typeof Schema.Number;
137
137
  }>;
138
- output: typeof S.Void;
138
+ output: typeof Schema.Void;
139
139
  }>;
140
140
  export class UpdatePlankSize extends UpdatePlankSize_base {
141
141
  }
142
- const ChangeCompanion_base: S.TaggedClass<ChangeCompanion, `${string}/change-companion`, {
143
- readonly _tag: S.tag<`${string}/change-companion`>;
142
+ const ChangeCompanion_base: Schema.TaggedClass<ChangeCompanion, `${string}/change-companion`, {
143
+ readonly _tag: Schema.tag<`${string}/change-companion`>;
144
144
  } & {
145
- input: S.Struct<{
146
- primary: typeof S.String;
147
- companion: S.Union<[typeof S.String, typeof S.Null]>;
145
+ input: Schema.Struct<{
146
+ primary: typeof Schema.String;
147
+ companion: Schema.Union<[typeof Schema.String, typeof Schema.Null]>;
148
148
  }>;
149
- output: typeof S.Void;
149
+ output: typeof Schema.Void;
150
150
  }>;
151
151
  export class ChangeCompanion extends ChangeCompanion_base {
152
152
  }
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGhC,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAI/C,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAErE,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAC3E,eAAO,MAAM,mBAAmB,wCAAwC,CAAC;AAGzE,eAAO,MAAM,iBAAiB,2BAA4B,CAAC;AAC3D,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAErE,eAAO,MAAM,iBAAiB,gCAAiC,CAAC;AAChE,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5D,MAAM,MAAM,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,eAAe,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,cAAc,GAAG,gBAAgB,CAAC;AAEpE,eAAO,MAAM,kBAAkB;;;;;;;GAOR,CAAC;AACxB,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9E,eAAO,MAAM,WAAW,4DAA8D,CAAC;AACvF,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,WAAW,CAAC,CAAC;AAGjE,eAAO,MAAM,SAAS;IACpB,qFAAqF;;;;;;;;;EAUrF,CAAC;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,SAAS,CAAC,CAAC;AAE7D,eAAO,MAAM,WAAW,EAAE,SASzB,CAAC;AAEF,QAAA,MAAM,UAAU,sDAAqD,CAAC;AACtE,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAC;AAC/D,eAAO,MAAM,YAAY,GAAI,OAAO,GAAG,KAAG,KAAK,IAAI,UAA0C,CAAC;AAE9F,eAAO,MAAM,OAAO,GAAI,MAAM,SAAS,GAAG,YAAY,CAAC,SAAS,CAAC,KAAG,UAMnE,CAAC;AAGF,eAAO,MAAM,eAAe;;;;;;;IAQ1B,+CAA+C;;;;;;IAO/C,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QApDhD,qFAAqF;;;;;;;;;;;;QAArF,qFAAqF;;;;;;;;;;IAgErF,4EAA4E;;GAEvD,CAAC;AAExB,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,eAAe,CAAC,CAAC;AAEzE,eAAO,MAAM,WAAW,QAA0B,CAAC;AAEnD,yBAAiB,UAAU,CAAC;IAC1B,MAAM,oBAAoB,kNAOzB,CAAC;IACF,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,oBAAoB,CAAC,CAAC;IAC7E,MAAM,CAAC,MAAM,UAAU;;;OAAmF,CAAC;IAC3G,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAC;;;;;;;;;;IAG/D,MAAM,OAAO,MAAO,SAAQ,WAG1B;KAAG;;;;;;;;;;IAEL,MAAM,OAAO,eAAgB,SAAQ,oBAMnC;KAAG;;;;;;;;;;IAEL,MAAM,OAAO,eAAgB,SAAQ,oBAMnC;KAAG;;CACN"}
@@ -1,7 +1,4 @@
1
+ export * from './layoutAppliesTopbar';
1
2
  export * from './overscroll';
2
3
  export * from './set-active';
3
- export * from './useBreakpoints';
4
- export * from './layoutAppliesTopbar';
5
- export * from './useHoistStatusbar';
6
- export * from './useCompanions';
7
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/util/index.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/util/index.ts"],"names":[],"mappings":"AAIA,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"layoutAppliesTopbar.d.ts","sourceRoot":"","sources":["../../../../src/util/layoutAppliesTopbar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,eAAO,MAAM,mBAAmB,eAAgB,MAAM,eAAe,UAAU,YAM9E,CAAC"}
1
+ {"version":3,"file":"layoutAppliesTopbar.d.ts","sourceRoot":"","sources":["../../../../src/util/layoutAppliesTopbar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,eAAO,MAAM,mBAAmB,GAAI,YAAY,MAAM,EAAE,aAAa,UAAU,YAM9E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"overscroll.d.ts","sourceRoot":"","sources":["../../../../src/util/overscroll.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,eAAO,MAAM,mBAAmB,gBACjB,MAAM,KAClB,IAAI,CAAC,aAAa,EAAE,oBAAoB,GAAG,kBAAkB,CAAC,GAAG,SAgBnE,CAAC"}
1
+ {"version":3,"file":"overscroll.d.ts","sourceRoot":"","sources":["../../../../src/util/overscroll.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,eAAO,MAAM,mBAAmB,GAC9B,aAAa,MAAM,KAClB,IAAI,CAAC,aAAa,EAAE,oBAAoB,GAAG,kBAAkB,CAAC,GAAG,SAgBnE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"set-active.d.ts","sourceRoot":"","sources":["../../../../src/util/set-active.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,eAAe,CAAC;IACvB,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,SAAS,+BAAgC,gBAAgB,uBA8BrE,CAAC"}
1
+ {"version":3,"file":"set-active.d.ts","sourceRoot":"","sources":["../../../../src/util/set-active.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,eAAe,CAAC;IACvB,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,4BAA4B,gBAAgB,uBA8BrE,CAAC"}
@@ -1 +1 @@
1
- {"version":"5.7.3"}
1
+ {"version":"5.8.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/plugin-deck",
3
- "version": "0.8.2-main.f081794",
3
+ "version": "0.8.2-main.fbd8ed0",
4
4
  "description": "DXOS Surface plugin for the main application layout.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -33,48 +33,55 @@
33
33
  "dependencies": {
34
34
  "@fluentui/react-tabster": "^9.24.2",
35
35
  "@preact/signals-core": "^1.6.0",
36
- "effect": "3.13.3",
36
+ "@radix-ui/react-context": "1.1.1",
37
+ "effect": "3.14.21",
37
38
  "immer": "^10.1.1",
38
- "@dxos/artifact": "0.8.2-main.f081794",
39
- "@dxos/async": "0.8.2-main.f081794",
40
- "@dxos/debug": "0.8.2-main.f081794",
41
- "@dxos/echo-signals": "0.8.2-main.f081794",
42
- "@dxos/echo-schema": "0.8.2-main.f081794",
43
- "@dxos/invariant": "0.8.2-main.f081794",
44
- "@dxos/local-storage": "0.8.2-main.f081794",
45
- "@dxos/app-framework": "0.8.2-main.f081794",
46
- "@dxos/keyboard": "0.8.2-main.f081794",
47
- "@dxos/log": "0.8.2-main.f081794",
48
- "@dxos/live-object": "0.8.2-main.f081794",
49
- "@dxos/plugin-graph": "0.8.2-main.f081794",
50
- "@dxos/plugin-observability": "0.8.2-main.f081794",
51
- "@dxos/plugin-attention": "0.8.2-main.f081794",
52
- "@dxos/plugin-theme": "0.8.2-main.f081794",
53
- "@dxos/react-client": "0.8.2-main.f081794",
54
- "@dxos/react-ui-attention": "0.8.2-main.f081794",
55
- "@dxos/react-ui-form": "0.8.2-main.f081794",
56
- "@dxos/react-ui-stack": "0.8.2-main.f081794",
57
- "@dxos/react-ui-tabs": "0.8.2-main.f081794",
58
- "@dxos/react-ui-text-tooltip": "0.8.2-main.f081794",
59
- "@dxos/util": "0.8.2-main.f081794"
39
+ "@dxos/app-framework": "0.8.2-main.fbd8ed0",
40
+ "@dxos/async": "0.8.2-main.fbd8ed0",
41
+ "@dxos/artifact": "0.8.2-main.fbd8ed0",
42
+ "@dxos/debug": "0.8.2-main.fbd8ed0",
43
+ "@dxos/echo": "0.8.2-main.fbd8ed0",
44
+ "@dxos/echo-schema": "0.8.2-main.fbd8ed0",
45
+ "@dxos/echo-signals": "0.8.2-main.fbd8ed0",
46
+ "@dxos/keyboard": "0.8.2-main.fbd8ed0",
47
+ "@dxos/invariant": "0.8.2-main.fbd8ed0",
48
+ "@dxos/live-object": "0.8.2-main.fbd8ed0",
49
+ "@dxos/log": "0.8.2-main.fbd8ed0",
50
+ "@dxos/plugin-graph": "0.8.2-main.fbd8ed0",
51
+ "@dxos/plugin-attention": "0.8.2-main.fbd8ed0",
52
+ "@dxos/local-storage": "0.8.2-main.fbd8ed0",
53
+ "@dxos/plugin-observability": "0.8.2-main.fbd8ed0",
54
+ "@dxos/plugin-theme": "0.8.2-main.fbd8ed0",
55
+ "@dxos/react-client": "0.8.2-main.fbd8ed0",
56
+ "@dxos/react-ui-attention": "0.8.2-main.fbd8ed0",
57
+ "@dxos/react-ui-stack": "0.8.2-main.fbd8ed0",
58
+ "@dxos/react-ui-form": "0.8.2-main.fbd8ed0",
59
+ "@dxos/react-ui-tabs": "0.8.2-main.fbd8ed0",
60
+ "@dxos/react-ui-text-tooltip": "0.8.2-main.fbd8ed0",
61
+ "@dxos/util": "0.8.2-main.fbd8ed0"
60
62
  },
61
63
  "devDependencies": {
64
+ "@effect-rx/rx-react": "^0.34.1",
65
+ "@effect/platform": "0.80.12",
62
66
  "@phosphor-icons/react": "^2.1.5",
63
67
  "@types/react": "~18.2.0",
64
68
  "@types/react-dom": "~18.2.0",
65
69
  "react": "~18.2.0",
66
70
  "react-dom": "~18.2.0",
67
71
  "vite": "5.4.7",
68
- "@dxos/react-ui-theme": "0.8.2-main.f081794",
69
- "@dxos/react-ui": "0.8.2-main.f081794",
70
- "@dxos/storybook-utils": "0.8.2-main.f081794"
72
+ "@dxos/react-ui": "0.8.2-main.fbd8ed0",
73
+ "@dxos/storybook-utils": "0.8.2-main.fbd8ed0",
74
+ "@dxos/react-ui-theme": "0.8.2-main.fbd8ed0"
71
75
  },
72
76
  "peerDependencies": {
77
+ "@effect-rx/rx-react": "^0.34.1",
78
+ "@effect/platform": "0.80.12",
73
79
  "@phosphor-icons/react": "^2.0.5",
80
+ "effect": "^3.13.3",
74
81
  "react": "~18.2.0",
75
82
  "react-dom": "~18.2.0",
76
- "@dxos/react-ui": "0.8.2-main.f081794",
77
- "@dxos/react-ui-theme": "0.8.2-main.f081794"
83
+ "@dxos/react-ui": "0.8.2-main.fbd8ed0",
84
+ "@dxos/react-ui-theme": "0.8.2-main.fbd8ed0"
78
85
  },
79
86
  "publishConfig": {
80
87
  "access": "public"