@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.
@@ -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-9bkatxct.js"></script></head>
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weaverclub/render",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "The simplest way to preview React components",
5
5
  "packageManager": "bun@1.3.5",
6
6
  "scripts": {
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>