@amodalai/runtime-app 0.1.11 → 0.1.13
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/dist/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<title>Amodal</title>
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
7
|
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3CclipPath id='sq'%3E%3Crect x='2' y='10' width='17' height='17' rx='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect x='2' y='10' width='17' height='17' rx='3' fill='%23666'/%3E%3Ccircle cx='22' cy='11' r='10' fill='%23999' fill-opacity='0.85'/%3E%3Ccircle cx='22' cy='11' r='10' fill='%23888' clip-path='url(%23sq)'/%3E%3C/svg%3E" />
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-BH0XkdUc.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-B6WaeWeh.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="app"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amodalai/runtime-app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"dist-dev"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"recharts": "^3.8.0",
|
|
33
33
|
"tailwind-merge": "^2.6.0",
|
|
34
34
|
"vite": "^6.0.5",
|
|
35
|
-
"@amodalai/react": "0.1.
|
|
35
|
+
"@amodalai/react": "0.1.13"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
".": "./src/index.tsx",
|