@editframe/react 0.10.0-beta.7 → 0.11.0-beta.2

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.
@@ -1,2 +1,2 @@
1
- import { EFAudio as EFAudioElement } from '../../../elements/src';
1
+ import { EFAudio as EFAudioElement } from '../../../elements/src/index.ts';
2
2
  export declare const Audio: import('@lit/react').ReactWebComponent<EFAudioElement, {}>;
@@ -1,3 +1,3 @@
1
- import { EFCaptions as EFCaptionsElement, EFCaptionsActiveWord as EFCaptionsActiveWordElement } from '../../../elements/src';
1
+ import { EFCaptions as EFCaptionsElement, EFCaptionsActiveWord as EFCaptionsActiveWordElement } from '../../../elements/src/index.ts';
2
2
  export declare const Captions: import('@lit/react').ReactWebComponent<EFCaptionsElement, {}>;
3
3
  export declare const CaptionsActiveWord: import('@lit/react').ReactWebComponent<EFCaptionsActiveWordElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFImage as EFImageElement } from '../../../elements/src';
1
+ import { EFImage as EFImageElement } from '../../../elements/src/index.ts';
2
2
  export declare const Image: import('@lit/react').ReactWebComponent<EFImageElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFTimegroup as EFTimegroupElement } from '../../../elements/src';
1
+ import { EFTimegroup as EFTimegroupElement } from '../../../elements/src/index.ts';
2
2
  export declare const Timegroup: import('../create-component.ts').ReactWebComponent<EFTimegroupElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFVideo as EFVideoElement } from '../../../elements/src';
1
+ import { EFVideo as EFVideoElement } from '../../../elements/src/index.ts';
2
2
  export declare const Video: import('@lit/react').ReactWebComponent<EFVideoElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFWaveform as EFWaveformElement } from '../../../elements/src';
1
+ import { EFWaveform as EFWaveformElement } from '../../../elements/src/index.ts';
2
2
  export declare const Waveform: import('@lit/react').ReactWebComponent<EFWaveformElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFFilmstrip as EFFilmstripElement } from '../../../elements/src';
1
+ import { EFFilmstrip as EFFilmstripElement } from '../../../elements/src/index.ts';
2
2
  export declare const Filmstrip: import('@lit/react').ReactWebComponent<EFFilmstripElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFPreview as EFPreviewElement } from '../../../elements/src';
1
+ import { EFPreview as EFPreviewElement } from '../../../elements/src/index.ts';
2
2
  export declare const EFPreview: import('@lit/react').ReactWebComponent<EFPreviewElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFToggleLoop as EFToggleLoopElement } from '../../../elements/src';
1
+ import { EFToggleLoop as EFToggleLoopElement } from '../../../elements/src/index.ts';
2
2
  export declare const ToggleLoop: import('@lit/react').ReactWebComponent<EFToggleLoopElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFTogglePlay as EFTogglePlayElement } from '../../../elements/src';
1
+ import { EFTogglePlay as EFTogglePlayElement } from '../../../elements/src/index.ts';
2
2
  export declare const TogglePlay: import('@lit/react').ReactWebComponent<EFTogglePlayElement, {}>;
@@ -1,2 +1,2 @@
1
- import { EFWorkbench as EFWorkbenchElement } from '../../../elements/src';
1
+ import { EFWorkbench as EFWorkbenchElement } from '../../../elements/src/index.ts';
2
2
  export declare const Workbench: import('@lit/react').ReactWebComponent<EFWorkbenchElement, {}>;
@@ -1,4 +1,4 @@
1
- import { EFTimegroup } from '../../../elements/src';
1
+ import { EFTimegroup } from '../../../elements/src/index.ts';
2
2
  export declare const useTimingInfo: (timegroupRef?: React.RefObject<EFTimegroup>) => {
3
3
  ref: import('react').RefObject<EFTimegroup>;
4
4
  ownCurrentTimeMs: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editframe/react",
3
- "version": "0.10.0-beta.7",
3
+ "version": "0.11.0-beta.2",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {
@@ -19,7 +19,7 @@
19
19
  "author": "",
20
20
  "license": "UNLICENSED",
21
21
  "dependencies": {
22
- "@editframe/elements": "0.10.0-beta.7",
22
+ "@editframe/elements": "0.11.0-beta.2",
23
23
  "@lit/react": "^1.0.5",
24
24
  "debug": "^4.3.5",
25
25
  "react": "^18.3.0",