quilt-vanilla 0.2.3 → 0.2.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ Applications supply pane content and manage their own data and storage.
19
19
 
20
20
  - [Vanilla TypeScript](https://quilt-layouts.vercel.app/vanilla.html)
21
21
  - [React](https://quilt-layouts.vercel.app/react.html)
22
- - [Theme builder](https://quilt-layouts.vercel.app/themes.html) customize, export, and import theme JSON
22
+ - Customize and export theme JSON from the **Theming** tab in either demo.
23
23
  - [Electron desktop downloads](https://quilt-layouts.vercel.app/electron.html) for macOS, Windows, and Ubuntu/Debian
24
24
 
25
25
  ![Quilt demo showing pane arrangements, scene interaction, and workspace presets](https://raw.githubusercontent.com/niko-dellic/quilt/main/docs/media/demo-walkthrough.webp)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quilt-vanilla",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Vanilla DOM split panes, tabs, themes, and same-origin window popouts",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "prepack": "node ../../scripts/build-package.mjs dom --dependencies"
31
31
  },
32
32
  "dependencies": {
33
- "quilt-core": "0.2.3"
33
+ "quilt-core": "0.2.4"
34
34
  },
35
35
  "sideEffects": [
36
36
  "**/*.css"