create-table-app 0.0.4 → 0.0.5
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-table-app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Create a new Table.js Smart TV app in one command",
|
|
5
5
|
"bin": {
|
|
6
6
|
"create-table-app": "./dist/index.mjs"
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@types/prompts": "^2.4.9",
|
|
37
37
|
"tsup": "^8.5.1",
|
|
38
38
|
"typescript": "^6.0.2",
|
|
39
|
-
"@table-js/
|
|
40
|
-
"@table-js/
|
|
39
|
+
"@table-js/tsconfig": "0.0.5",
|
|
40
|
+
"@table-js/platform": "0.0.5"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsup",
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=1920">
|
|
6
|
+
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
6
7
|
<title>{{name}}</title>
|
|
7
8
|
</head>
|
|
8
9
|
<body>
|
|
9
10
|
<div id="root"></div>
|
|
10
11
|
<script type="module" src="src/main.tsx"></script>
|
|
11
12
|
</body>
|
|
12
|
-
</html>
|
|
13
|
+
</html>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 13C11.7909 13 10 14.7909 10 17V41C10 43.2091 11.7909 45 14 45H19L17 51H22L25 45H39L42 51H47L45 45H50C52.2091 45 54 43.2091 54 41V17C54 14.7909 52.2091 13 50 13H14Z" fill="#05070A"/>
|
|
3
|
+
<rect x="15" y="18" width="12" height="2" rx="1" fill="#121722"/>
|
|
4
|
+
<rect x="29" y="18" width="12" height="2" rx="1" fill="#121722"/>
|
|
5
|
+
<rect x="43" y="18" width="6" height="2" rx="1" fill="#121722"/>
|
|
6
|
+
<rect x="42.5" y="22.5" width="10" height="10" rx="1.5" fill="#10151E"/>
|
|
7
|
+
<rect x="42.5" y="35.5" width="10" height="6.5" rx="1.5" fill="#10151E"/>
|
|
8
|
+
<rect x="29" y="38" width="12" height="2.5" rx="1.25" fill="#121722"/>
|
|
9
|
+
<path d="M30 28C29.1716 28 28.5 28.6716 28.5 29.5V34.5C28.5 35.3284 29.1716 36 30 36H35V40.8229C35 42.1593 36.6161 42.8286 37.5607 41.8839L45.9445 33.5001C46.5303 32.9143 46.5303 31.9645 45.9445 31.3788L37.5607 22.9949C36.6161 22.0503 35 22.7195 35 24.0559V28H30Z" fill="#0EA5FF"/>
|
|
10
|
+
</svg>
|