@revideo/2d 0.5.10 → 0.5.11-alpha.1101

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 (129) hide show
  1. package/editor/editor/NodeInspectorConfig.d.ts +3 -0
  2. package/editor/editor/NodeInspectorConfig.d.ts.map +1 -0
  3. package/editor/editor/PreviewOverlayConfig.d.ts +3 -0
  4. package/editor/editor/PreviewOverlayConfig.d.ts.map +1 -0
  5. package/editor/editor/Provider.d.ts +17 -0
  6. package/editor/editor/Provider.d.ts.map +1 -0
  7. package/editor/editor/SceneGraphTabConfig.d.ts +3 -0
  8. package/editor/editor/SceneGraphTabConfig.d.ts.map +1 -0
  9. package/editor/editor/icons/CircleIcon.d.ts +2 -0
  10. package/editor/editor/icons/CircleIcon.d.ts.map +1 -0
  11. package/editor/editor/icons/CodeBlockIcon.d.ts +2 -0
  12. package/editor/editor/icons/CodeBlockIcon.d.ts.map +1 -0
  13. package/editor/editor/icons/CurveIcon.d.ts +2 -0
  14. package/editor/editor/icons/CurveIcon.d.ts.map +1 -0
  15. package/editor/editor/icons/GridIcon.d.ts +2 -0
  16. package/editor/editor/icons/GridIcon.d.ts.map +1 -0
  17. package/editor/editor/icons/IconMap.d.ts +3 -0
  18. package/editor/editor/icons/IconMap.d.ts.map +1 -0
  19. package/editor/editor/icons/ImgIcon.d.ts +2 -0
  20. package/editor/editor/icons/ImgIcon.d.ts.map +1 -0
  21. package/editor/editor/icons/LayoutIcon.d.ts +2 -0
  22. package/editor/editor/icons/LayoutIcon.d.ts.map +1 -0
  23. package/editor/editor/icons/LineIcon.d.ts +2 -0
  24. package/editor/editor/icons/LineIcon.d.ts.map +1 -0
  25. package/editor/editor/icons/NodeIcon.d.ts +2 -0
  26. package/editor/editor/icons/NodeIcon.d.ts.map +1 -0
  27. package/editor/editor/icons/RayIcon.d.ts +2 -0
  28. package/editor/editor/icons/RayIcon.d.ts.map +1 -0
  29. package/editor/editor/icons/RectIcon.d.ts +2 -0
  30. package/editor/editor/icons/RectIcon.d.ts.map +1 -0
  31. package/editor/editor/icons/ShapeIcon.d.ts +2 -0
  32. package/editor/editor/icons/ShapeIcon.d.ts.map +1 -0
  33. package/editor/editor/icons/TxtIcon.d.ts +2 -0
  34. package/editor/editor/icons/TxtIcon.d.ts.map +1 -0
  35. package/editor/editor/icons/VideoIcon.d.ts +2 -0
  36. package/editor/editor/icons/VideoIcon.d.ts.map +1 -0
  37. package/editor/editor/icons/View2DIcon.d.ts +2 -0
  38. package/editor/editor/icons/View2DIcon.d.ts.map +1 -0
  39. package/editor/editor/index.d.ts +4 -0
  40. package/editor/editor/index.d.ts.map +1 -0
  41. package/editor/editor/tree/DetachedRoot.d.ts +2 -0
  42. package/editor/editor/tree/DetachedRoot.d.ts.map +1 -0
  43. package/editor/editor/tree/NodeElement.d.ts +8 -0
  44. package/editor/editor/tree/NodeElement.d.ts.map +1 -0
  45. package/editor/editor/tree/TreeElement.d.ts +15 -0
  46. package/editor/editor/tree/TreeElement.d.ts.map +1 -0
  47. package/editor/editor/tree/TreeRoot.d.ts +3 -0
  48. package/editor/editor/tree/TreeRoot.d.ts.map +1 -0
  49. package/editor/editor/tree/ViewRoot.d.ts +2 -0
  50. package/editor/editor/tree/ViewRoot.d.ts.map +1 -0
  51. package/editor/editor/tree/index.d.ts +4 -0
  52. package/editor/editor/tree/index.d.ts.map +1 -0
  53. package/editor/editor/tsconfig.build.tsbuildinfo +1 -1
  54. package/lib/code/CodeSignal.d.ts +1 -1
  55. package/lib/code/CodeSignal.d.ts.map +1 -1
  56. package/lib/code/index.d.ts +1 -1
  57. package/lib/code/index.d.ts.map +1 -1
  58. package/lib/code/index.js +2 -2
  59. package/lib/components/Audio.js +3 -3
  60. package/lib/components/Img.d.ts +18 -3
  61. package/lib/components/Img.d.ts.map +1 -1
  62. package/lib/components/Img.js +37 -21
  63. package/lib/components/Layout.js +4 -2
  64. package/lib/components/Line.d.ts.map +1 -1
  65. package/lib/components/Line.js +34 -2
  66. package/lib/components/Media.d.ts +3 -3
  67. package/lib/components/Media.d.ts.map +1 -1
  68. package/lib/components/Media.js +32 -6
  69. package/lib/components/Node.d.ts.map +1 -1
  70. package/lib/components/Node.js +2 -2
  71. package/lib/components/Rive.d.ts +3 -3
  72. package/lib/components/Rive.d.ts.map +1 -1
  73. package/lib/components/Rive.js +8 -5
  74. package/lib/components/Spline.d.ts.map +1 -1
  75. package/lib/components/Spline.js +28 -2
  76. package/lib/components/TxtLeaf.d.ts +0 -1
  77. package/lib/components/TxtLeaf.d.ts.map +1 -1
  78. package/lib/components/TxtLeaf.js +5 -14
  79. package/lib/components/Video.d.ts.map +1 -1
  80. package/lib/components/Video.js +4 -4
  81. package/lib/components/View2D.d.ts.map +1 -1
  82. package/lib/components/View2D.js +1 -1
  83. package/lib/components/index.d.ts +2 -2
  84. package/lib/components/index.d.ts.map +1 -1
  85. package/lib/components/index.js +3 -3
  86. package/lib/curves/Polynomial2D.d.ts.map +1 -1
  87. package/lib/curves/index.d.ts +5 -5
  88. package/lib/curves/index.d.ts.map +1 -1
  89. package/lib/curves/index.js +6 -6
  90. package/lib/partials/Pattern.d.ts.map +1 -1
  91. package/lib/partials/Pattern.js +1 -1
  92. package/lib/scenes/Scene2D.d.ts.map +1 -1
  93. package/lib/scenes/Scene2D.js +3 -4
  94. package/lib/scenes/index.d.ts +1 -1
  95. package/lib/scenes/index.d.ts.map +1 -1
  96. package/lib/scenes/index.js +2 -2
  97. package/lib/scenes/makeScene2D.d.ts +1 -1
  98. package/lib/scenes/makeScene2D.d.ts.map +1 -1
  99. package/lib/scenes/makeScene2D.js +3 -4
  100. package/lib/tsconfig.build.tsbuildinfo +1 -1
  101. package/package.json +9 -8
  102. package/src/lib/code/index.ts +1 -1
  103. package/src/lib/components/Audio.ts +2 -2
  104. package/src/lib/components/Img.ts +48 -20
  105. package/src/lib/components/Layout.ts +3 -3
  106. package/src/lib/components/Line.ts +33 -1
  107. package/src/lib/components/Media.ts +30 -6
  108. package/src/lib/components/Rive.ts +7 -11
  109. package/src/lib/components/Spline.ts +27 -1
  110. package/src/lib/components/TxtLeaf.ts +4 -13
  111. package/src/lib/components/Video.ts +2 -3
  112. package/src/lib/components/View2D.ts +1 -0
  113. package/src/lib/components/__tests__/mockScene2D.ts +1 -5
  114. package/src/lib/components/index.ts +2 -2
  115. package/src/lib/curves/index.ts +5 -5
  116. package/src/lib/globals.d.ts +0 -1
  117. package/src/lib/partials/Pattern.ts +0 -1
  118. package/src/lib/scenes/Scene2D.ts +2 -3
  119. package/src/lib/scenes/index.ts +1 -1
  120. package/src/lib/scenes/makeScene2D.ts +3 -6
  121. package/src/lib/tsconfig.json +3 -7
  122. package/lib/components/Asset.d.ts +0 -24
  123. package/lib/components/Asset.d.ts.map +0 -1
  124. package/lib/components/Asset.js +0 -40
  125. package/src/lib/components/Asset.ts +0 -51
  126. package/src/lib/components/__logs__/image-without-source.md +0 -17
  127. package/src/lib/components/__logs__/line-without-points.md +0 -30
  128. package/src/lib/components/__logs__/reactive-playback-rate.md +0 -21
  129. package/src/lib/components/__logs__/spline-with-insufficient-knots.md +0 -24
@@ -0,0 +1,3 @@
1
+ import { PluginInspectorConfig } from '@revideo/ui';
2
+ export declare const NodeInspectorConfig: PluginInspectorConfig;
3
+ //# sourceMappingURL=NodeInspectorConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NodeInspectorConfig.d.ts","sourceRoot":"","sources":["../../src/editor/NodeInspectorConfig.tsx"],"names":[],"mappings":"AACA,OAAO,EAML,qBAAqB,EAKtB,MAAM,aAAa,CAAC;AA4DrB,eAAO,MAAM,mBAAmB,EAAE,qBAGjC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { PluginOverlayConfig } from '@revideo/ui';
2
+ export declare const PreviewOverlayConfig: PluginOverlayConfig;
3
+ //# sourceMappingURL=PreviewOverlayConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviewOverlayConfig.d.ts","sourceRoot":"","sources":["../../src/editor/PreviewOverlayConfig.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,mBAAmB,EAGpB,MAAM,aAAa,CAAC;AAuDrB,eAAO,MAAM,oBAAoB,EAAE,mBAGlC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { ReadonlySignal, Signal } from '@preact/signals';
2
+ import { Scene2D } from '@revideo/2d';
3
+ import { ComponentChildren } from 'preact';
4
+ export interface PluginState {
5
+ selectedKey: Signal<string | null>;
6
+ hoveredKey: Signal<string | null>;
7
+ openNodes: Map<string, boolean>;
8
+ scene: ReadonlySignal<Scene2D | null>;
9
+ selectedChain: ReadonlySignal<Set<string>>;
10
+ afterRender: ReadonlySignal<number>;
11
+ }
12
+ export declare const NodeInspectorKey = "@revideo/2d/node-inspector";
13
+ export declare function usePluginState(): PluginState;
14
+ export declare function Provider({ children }: {
15
+ children?: ComponentChildren;
16
+ }): import("preact").JSX.Element;
17
+ //# sourceMappingURL=Provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../src/editor/Provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,MAAM,EAIP,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAC,OAAO,EAAC,MAAM,aAAa,CAAC;AAGpC,OAAO,EAAC,iBAAiB,EAAgB,MAAM,QAAQ,CAAC;AAGxD,MAAM,WAAW,WAAW;IAC1B,WAAW,EAAE,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IACnC,UAAU,EAAE,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAClC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,KAAK,EAAE,cAAc,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;IACtC,aAAa,EAAE,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAC3C,WAAW,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;CACrC;AAID,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAE7D,wBAAgB,cAAc,gBAE7B;AAED,wBAAgB,QAAQ,CAAC,EAAC,QAAQ,EAAC,EAAE;IAAC,QAAQ,CAAC,EAAE,iBAAiB,CAAA;CAAC,gCAkElE"}
@@ -0,0 +1,3 @@
1
+ import { PluginTabConfig } from '@revideo/ui';
2
+ export declare const SceneGraphTabConfig: PluginTabConfig;
3
+ //# sourceMappingURL=SceneGraphTabConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SceneGraphTabConfig.d.ts","sourceRoot":"","sources":["../../src/editor/SceneGraphTabConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,eAAe,EAMhB,MAAM,aAAa,CAAC;AAmErB,eAAO,MAAM,mBAAmB,EAAE,eAIjC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function CircleIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=CircleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CircleIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/CircleIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,iCAMzB"}
@@ -0,0 +1,2 @@
1
+ export declare function CodeBlockIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=CodeBlockIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeBlockIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/CodeBlockIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,iCAO5B"}
@@ -0,0 +1,2 @@
1
+ export declare function CurveIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=CurveIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurveIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/CurveIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,iCAMxB"}
@@ -0,0 +1,2 @@
1
+ export declare function GridIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=GridIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GridIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/GridIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,iCAMvB"}
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'preact';
2
+ export declare const IconMap: Record<string, FunctionComponent>;
3
+ //# sourceMappingURL=IconMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconMap.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/IconMap.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,iBAAiB,EAAC,MAAM,QAAQ,CAAC;AAgBzC,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAgBrD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function ImgIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=ImgIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImgIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/ImgIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,OAAO,iCAOtB"}
@@ -0,0 +1,2 @@
1
+ export declare function LayoutIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=LayoutIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LayoutIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/LayoutIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,iCAQzB"}
@@ -0,0 +1,2 @@
1
+ export declare function LineIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=LineIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/LineIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,iCAMvB"}
@@ -0,0 +1,2 @@
1
+ export declare function NodeIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=NodeIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NodeIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/NodeIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,iCAMvB"}
@@ -0,0 +1,2 @@
1
+ export declare function RayIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=RayIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RayIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/RayIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,OAAO,iCAMtB"}
@@ -0,0 +1,2 @@
1
+ export declare function RectIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=RectIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RectIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/RectIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,iCAMvB"}
@@ -0,0 +1,2 @@
1
+ export declare function ShapeIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=ShapeIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShapeIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/ShapeIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,iCAMxB"}
@@ -0,0 +1,2 @@
1
+ export declare function TxtIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=TxtIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TxtIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/TxtIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,OAAO,iCAOtB"}
@@ -0,0 +1,2 @@
1
+ export declare function VideoIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=VideoIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VideoIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/VideoIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,iCAMxB"}
@@ -0,0 +1,2 @@
1
+ export declare function View2DIcon(): import("preact").JSX.Element;
2
+ //# sourceMappingURL=View2DIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"View2DIcon.d.ts","sourceRoot":"","sources":["../../../src/editor/icons/View2DIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,iCASzB"}
@@ -0,0 +1,4 @@
1
+ import './index.css';
2
+ declare const _default: () => import("@revideo/ui").EditorPlugin;
3
+ export default _default;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;;AAQrB,wBAQG"}
@@ -0,0 +1,2 @@
1
+ export declare function DetachedRoot(): import("preact").JSX.Element | null;
2
+ //# sourceMappingURL=DetachedRoot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetachedRoot.d.ts","sourceRoot":"","sources":["../../../src/editor/tree/DetachedRoot.tsx"],"names":[],"mappings":"AAMA,wBAAgB,YAAY,wCAgB3B"}
@@ -0,0 +1,8 @@
1
+ import { Node } from '@revideo/2d';
2
+ interface NodeElementProps {
3
+ node: Node;
4
+ depth?: number;
5
+ }
6
+ export declare function NodeElement({ node, depth }: NodeElementProps): import("preact").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=NodeElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NodeElement.d.ts","sourceRoot":"","sources":["../../../src/editor/tree/NodeElement.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,IAAI,EAAC,MAAM,aAAa,CAAC;AAM5C,UAAU,gBAAgB;IACxB,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,WAAW,CAAC,EAAC,IAAI,EAAE,KAAS,EAAC,EAAE,gBAAgB,gCA4D9D"}
@@ -0,0 +1,15 @@
1
+ import { Signal } from '@preact/signals';
2
+ import { ComponentChildren, JSX } from 'preact';
3
+ import { Ref } from 'preact/hooks';
4
+ interface TreeElementProps extends Omit<JSX.HTMLAttributes<HTMLDivElement>, 'label' | 'icon'> {
5
+ icon?: ComponentChildren;
6
+ label: ComponentChildren;
7
+ children?: ComponentChildren;
8
+ selected?: boolean;
9
+ open: Signal<boolean>;
10
+ depth?: number;
11
+ forwardRef?: Ref<HTMLDivElement>;
12
+ }
13
+ export declare function TreeElement({ label, children, selected, depth, open, icon, forwardRef, ...props }: TreeElementProps): JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=TreeElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeElement.d.ts","sourceRoot":"","sources":["../../../src/editor/tree/TreeElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AAGvC,OAAO,EAAC,iBAAiB,EAAE,GAAG,EAAC,MAAM,QAAQ,CAAC;AAC9C,OAAO,EAAC,GAAG,EAAC,MAAM,cAAc,CAAC;AAKjC,UAAU,gBACR,SAAQ,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAClE,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE,iBAAiB,CAAC;IACzB,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;CAClC;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,KAAS,EACT,IAAI,EACJ,IAAI,EACJ,UAAU,EACV,GAAG,KAAK,EACT,EAAE,gBAAgB,eA0ClB"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'preact';
2
+ export declare function TreeRoot({ className, ...props }: JSX.HTMLAttributes<HTMLDivElement>): JSX.Element;
3
+ //# sourceMappingURL=TreeRoot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeRoot.d.ts","sourceRoot":"","sources":["../../../src/editor/tree/TreeRoot.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,GAAG,EAAC,MAAM,QAAQ,CAAC;AAG3B,wBAAgB,QAAQ,CAAC,EACvB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,eAEpC"}
@@ -0,0 +1,2 @@
1
+ export declare function ViewRoot(): import("preact").JSX.Element | null;
2
+ //# sourceMappingURL=ViewRoot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewRoot.d.ts","sourceRoot":"","sources":["../../../src/editor/tree/ViewRoot.tsx"],"names":[],"mappings":"AAKA,wBAAgB,QAAQ,wCAcvB"}
@@ -0,0 +1,4 @@
1
+ export * from './DetachedRoot';
2
+ export * from './NodeElement';
3
+ export * from './ViewRoot';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/editor/tree/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}