@editframe/elements 0.37.2-beta → 0.37.3-beta
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,11 +1,11 @@
|
|
|
1
1
|
import { TrackItem } from "./TrackItem.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as lit40 from "lit";
|
|
3
3
|
import { TemplateResult, nothing } from "lit";
|
|
4
4
|
|
|
5
5
|
//#region src/gui/timeline/tracks/TextTrack.d.ts
|
|
6
6
|
declare class EFTextTrack extends TrackItem {
|
|
7
7
|
#private;
|
|
8
|
-
static styles:
|
|
8
|
+
static styles: lit40.CSSResult[];
|
|
9
9
|
render(): TemplateResult<1>;
|
|
10
10
|
renderChildren(): Array<TemplateResult<1> | typeof nothing> | typeof nothing;
|
|
11
11
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { TrackItem } from "./TrackItem.js";
|
|
2
2
|
import "../../../elements/EFThumbnailStrip.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as lit41 from "lit";
|
|
4
4
|
import { nothing } from "lit";
|
|
5
5
|
import * as lit_html38 from "lit-html";
|
|
6
6
|
|
|
7
7
|
//#region src/gui/timeline/tracks/TimegroupTrack.d.ts
|
|
8
8
|
declare class EFTimegroupTrack extends TrackItem {
|
|
9
|
-
static styles:
|
|
9
|
+
static styles: lit41.CSSResult[];
|
|
10
10
|
/**
|
|
11
11
|
* When true, children are not rendered (used in unified row architecture
|
|
12
12
|
* where children get their own rows).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@editframe/elements",
|
|
3
|
-
"version": "0.37.
|
|
3
|
+
"version": "0.37.3-beta",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "UNLICENSED",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@bramus/style-observer": "^1.3.0",
|
|
16
|
-
"@editframe/assets": "0.37.
|
|
16
|
+
"@editframe/assets": "0.37.3-beta",
|
|
17
17
|
"@lit/context": "^1.1.6",
|
|
18
18
|
"@opentelemetry/api": "^1.9.0",
|
|
19
19
|
"@opentelemetry/context-zone": "^1.26.0",
|