Skip to content

Commit

Permalink
Update lowclass and @lume/element versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 12, 2024
1 parent 3c1497c commit b344a8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions dist/LiveCode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ declare const LiveCode_base: (new (...a: any[]) => {
"__#1@#createEffect1"(fn: () => void): void;
"__#1@#stopEffects1"(): void;
"__#1@#owner": import("solid-js").Owner | null;
/**
* Only useful when `autorun` is true. When `autorun` is true, then if this
* is true, the preview will only autorun if it is visible on screen (f.e.
* not scrolled outside of the view). If this is false, then the preview
* will autorun regardless if it is visible or not. If there are a lot of
* examples on the page, running them all even if they are not visible could
* be costly, and you may want to run only the ones that are in view.
*
* When true, any live code previews that go off screen will be discarded,
* and automatically re-ran when they come back into view.
*/
"__#1@#dispose": (() => void) | null;
"__#1@#createEffect2"(fn: () => void): void;
"__#1@#stopEffects2"(): void;
Expand Down
2 changes: 1 addition & 1 deletion dist/LiveCode.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/runtime": "^7.0.0",
"@codemirror/lang-html": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.0",
"@lume/element": "^0.11.0",
"@lume/element": "^0.12.0",
"@uiw/codemirror-theme-noctis-lilac": "^4.0.0",
"classy-solid": "^0.3.0",
"code-mirror-el": "^0.1.0",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@lume/cli": "^0.11.0",
"five-server": "^0.3.1",
"lowclass": "^7.0.0",
"lowclass": "^8.0.0",
"prettier": "3.0.3",
"rimraf": "^5.0.1",
"typescript": "^5.0.0"
Expand Down

0 comments on commit b344a8b

Please sign in to comment.