@weaverclub/render 0.0.1 → 0.0.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.
- package/bun.lock +733 -733
- package/bunfig.toml +3 -3
- package/dist/{entrypoint.exe → entrypoint} +0 -0
- package/dist/ui/{chunk-9bkatxct.js → chunk-gsqpbqa6.js} +12 -12
- package/dist/ui/{chunk-9bkatxct.js.map → chunk-gsqpbqa6.js.map} +3 -3
- package/dist/ui/index.html +12 -12
- package/ideas.md +11 -11
- package/package.json +1 -1
- package/src/ui/index.html +12 -12
package/dist/ui/index.html
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>Render</title>
|
|
7
|
-
<link rel="stylesheet" crossorigin href="./chunk-6phcrrx7.css"><script type="module" crossorigin src="./chunk-
|
|
8
|
-
<body>
|
|
9
|
-
<div id="root"></div>
|
|
10
|
-
|
|
11
|
-
</body>
|
|
12
|
-
</html>
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Render</title>
|
|
7
|
+
<link rel="stylesheet" crossorigin href="./chunk-6phcrrx7.css"><script type="module" crossorigin src="./chunk-gsqpbqa6.js"></script></head>
|
|
8
|
+
<body>
|
|
9
|
+
<div id="root"></div>
|
|
10
|
+
|
|
11
|
+
</body>
|
|
12
|
+
</html>
|
package/ideas.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
- [ ] Implement dark mode
|
|
2
|
-
- [ ] Multi theme support
|
|
3
|
-
- [ ] Global Component integration (example: change button variant in Header)
|
|
4
|
-
- [ ] Undo/Apply changes
|
|
5
|
-
- [ ] Multi tab support
|
|
6
|
-
- [ ] Icon swapper integration (Lucide/HugeIcons etc)
|
|
7
|
-
- [ ] ACP integration
|
|
8
|
-
|
|
9
|
-
# v1.0 features
|
|
10
|
-
- [ ] Multi lang/lib/framework support (React, Vue, Svelte, Solid, Angular etc)
|
|
11
|
-
- [ ] Static build
|
|
1
|
+
- [ ] Implement dark mode
|
|
2
|
+
- [ ] Multi theme support
|
|
3
|
+
- [ ] Global Component integration (example: change button variant in Header)
|
|
4
|
+
- [ ] Undo/Apply changes
|
|
5
|
+
- [ ] Multi tab support
|
|
6
|
+
- [ ] Icon swapper integration (Lucide/HugeIcons etc)
|
|
7
|
+
- [ ] ACP integration
|
|
8
|
+
|
|
9
|
+
# v1.0 features
|
|
10
|
+
- [ ] Multi lang/lib/framework support (React, Vue, Svelte, Solid, Angular etc)
|
|
11
|
+
- [ ] Static build
|
package/package.json
CHANGED
package/src/ui/index.html
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>Render</title>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<div id="root"></div>
|
|
10
|
-
<script type="module" src="./frontend.tsx"></script>
|
|
11
|
-
</body>
|
|
12
|
-
</html>
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Render</title>
|
|
7
|
+
</head>
|
|
8
|
+
<body>
|
|
9
|
+
<div id="root"></div>
|
|
10
|
+
<script type="module" src="./frontend.tsx"></script>
|
|
11
|
+
</body>
|
|
12
|
+
</html>
|