@dxos/plugin-deck 0.6.13 → 0.6.14-main.7bd9c89

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 (45) hide show
  1. package/dist/lib/browser/{chunk-YVHGFQQR.mjs → chunk-GVOGPULO.mjs} +1 -1
  2. package/dist/lib/browser/chunk-GVOGPULO.mjs.map +7 -0
  3. package/dist/lib/browser/index.mjs +245 -189
  4. package/dist/lib/browser/index.mjs.map +3 -3
  5. package/dist/lib/browser/meta.json +1 -1
  6. package/dist/lib/browser/meta.mjs +1 -1
  7. package/dist/types/src/DeckPlugin.d.ts.map +1 -1
  8. package/dist/types/src/components/DeckLayout/ComplementarySidebar.d.ts +2 -2
  9. package/dist/types/src/components/DeckLayout/ComplementarySidebar.d.ts.map +1 -1
  10. package/dist/types/src/components/DeckLayout/DeckLayout.d.ts +3 -4
  11. package/dist/types/src/components/DeckLayout/DeckLayout.d.ts.map +1 -1
  12. package/dist/types/src/components/DeckLayout/NodePlankHeading.d.ts +4 -3
  13. package/dist/types/src/components/DeckLayout/NodePlankHeading.d.ts.map +1 -1
  14. package/dist/types/src/components/DeckLayout/Sidebar.d.ts +2 -3
  15. package/dist/types/src/components/DeckLayout/Sidebar.d.ts.map +1 -1
  16. package/dist/types/src/components/DeckLayout/StatusBar.d.ts +3 -1
  17. package/dist/types/src/components/DeckLayout/StatusBar.d.ts.map +1 -1
  18. package/dist/types/src/components/DeckLayout/Toast.d.ts.map +1 -1
  19. package/dist/types/src/components/LayoutSettings.d.ts.map +1 -1
  20. package/dist/types/src/hooks/useNode.d.ts.map +1 -1
  21. package/dist/types/src/layout.d.ts.map +1 -1
  22. package/dist/types/src/meta.d.ts.map +1 -1
  23. package/dist/types/src/translations.d.ts +5 -3
  24. package/dist/types/src/translations.d.ts.map +1 -1
  25. package/dist/types/src/types.d.ts +1 -1
  26. package/dist/types/src/types.d.ts.map +1 -1
  27. package/dist/types/src/util/overscroll.d.ts +1 -1
  28. package/dist/types/src/util/overscroll.d.ts.map +1 -1
  29. package/package.json +30 -29
  30. package/src/DeckPlugin.tsx +93 -71
  31. package/src/components/DeckLayout/ComplementarySidebar.tsx +69 -27
  32. package/src/components/DeckLayout/DeckLayout.tsx +63 -84
  33. package/src/components/DeckLayout/NodePlankHeading.tsx +15 -15
  34. package/src/components/DeckLayout/Plank.tsx +3 -3
  35. package/src/components/DeckLayout/Sidebar.tsx +6 -5
  36. package/src/components/DeckLayout/StatusBar.tsx +12 -3
  37. package/src/components/DeckLayout/Toast.tsx +3 -3
  38. package/src/components/LayoutSettings.tsx +5 -8
  39. package/src/hooks/useNode.ts +5 -1
  40. package/src/layout.ts +1 -0
  41. package/src/meta.ts +3 -1
  42. package/src/translations.ts +7 -3
  43. package/src/types.ts +1 -1
  44. package/src/util/overscroll.ts +5 -5
  45. package/dist/lib/browser/chunk-YVHGFQQR.mjs.map +0 -7
@@ -9,4 +9,4 @@ export {
9
9
  DECK_PLUGIN,
10
10
  meta_default
11
11
  };
12
- //# sourceMappingURL=chunk-YVHGFQQR.mjs.map
12
+ //# sourceMappingURL=chunk-GVOGPULO.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/meta.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type PluginMeta } from '@dxos/app-framework';\n\nexport const DECK_PLUGIN = 'dxos.org/plugin/deck';\n\nexport default {\n id: DECK_PLUGIN,\n name: 'Deck',\n} satisfies PluginMeta;\n"],
5
+ "mappings": ";AAMO,IAAMA,cAAc;AAE3B,IAAA,eAAe;EACbC,IAAID;EACJE,MAAM;AACR;",
6
+ "names": ["DECK_PLUGIN", "id", "name"]
7
+ }