@editframe/react 0.8.0-beta.5 → 0.8.0-beta.8

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,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  type DistributiveOmit<T, K extends string | number | symbol> = T extends any ? K extends keyof T ? Omit<T, K> : T : T;
4
3
  type PropsWithoutRef<T> = DistributiveOmit<T, "ref">;
5
4
  /**
@@ -1,3 +1,2 @@
1
1
  import { EFAudio as EFAudioElement } from '../../../elements/src';
2
-
3
2
  export declare const Audio: import('@lit/react').ReactWebComponent<EFAudioElement, {}>;
@@ -1,4 +1,3 @@
1
1
  import { EFCaptions as EFCaptionsElement, EFCaptionsActiveWord as EFCaptionsActiveWordElement } from '../../../elements/src';
2
-
3
2
  export declare const Captions: import('@lit/react').ReactWebComponent<EFCaptionsElement, {}>;
4
3
  export declare const CaptionsActiveWord: import('@lit/react').ReactWebComponent<EFCaptionsActiveWordElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFImage as EFImageElement } from '../../../elements/src';
2
-
3
2
  export declare const Image: import('@lit/react').ReactWebComponent<EFImageElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFTimegroup as EFTimegroupElement } from '../../../elements/src';
2
-
3
2
  export declare const Timegroup: import('../create-component.ts').ReactWebComponent<EFTimegroupElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFVideo as EFVideoElement } from '../../../elements/src';
2
-
3
2
  export declare const Video: import('@lit/react').ReactWebComponent<EFVideoElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFWaveform as EFWaveformElement } from '../../../elements/src';
2
-
3
2
  export declare const Waveform: import('@lit/react').ReactWebComponent<EFWaveformElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFFilmstrip as EFFilmstripElement } from '../../../elements/src';
2
-
3
2
  export declare const Filmstrip: import('@lit/react').ReactWebComponent<EFFilmstripElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFPreview as EFPreviewElement } from '../../../elements/src';
2
-
3
2
  export declare const EFPreview: import('@lit/react').ReactWebComponent<EFPreviewElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFToggleLoop as EFToggleLoopElement } from '../../../elements/src';
2
-
3
2
  export declare const ToggleLoop: import('@lit/react').ReactWebComponent<EFToggleLoopElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFTogglePlay as EFTogglePlayElement } from '../../../elements/src';
2
-
3
2
  export declare const TogglePlay: import('@lit/react').ReactWebComponent<EFTogglePlayElement, {}>;
@@ -1,3 +1,2 @@
1
1
  import { EFWorkbench as EFWorkbenchElement } from '../../../elements/src';
2
-
3
2
  export declare const Workbench: import('@lit/react').ReactWebComponent<EFWorkbenchElement, {}>;
@@ -1,5 +1,4 @@
1
1
  import { EFTimegroup } from '../../../elements/src';
2
-
3
2
  export declare const useTimingInfo: (timegroupRef?: React.RefObject<EFTimegroup>) => {
4
3
  ref: import('react').RefObject<EFTimegroup>;
5
4
  ownCurrentTimeMs: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editframe/react",
3
- "version": "0.8.0-beta.5",
3
+ "version": "0.8.0-beta.8",
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.8.0-beta.5",
22
+ "@editframe/elements": "0.8.0-beta.8",
23
23
  "@lit/react": "^1.0.5",
24
24
  "debug": "^4.3.5",
25
25
  "react": "^18.3.0",
@@ -31,7 +31,7 @@
31
31
  "@types/react-dom": "^18.3.0",
32
32
  "rollup-plugin-tsconfig-paths": "^1.5.2",
33
33
  "typescript": "^5.5.4",
34
- "vite-plugin-dts": "^3.9.1",
34
+ "vite-plugin-dts": "^4.0.3",
35
35
  "vite-tsconfig-paths": "^4.3.2"
36
36
  }
37
37
  }