@evermore.work/ui 2026.513.0-canary.0 → 2026.513.0-canary.1
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/android-chrome-192x192.png +0 -0
- package/dist/android-chrome-512x512.png +0 -0
- package/dist/apple-touch-icon.png +0 -0
- package/dist/favicon-16x16.png +0 -0
- package/dist/favicon-32x32.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/favicon.svg +3 -8
- package/dist/worktree-favicon-16x16.png +0 -0
- package/dist/worktree-favicon-32x32.png +0 -0
- package/dist/worktree-favicon.ico +0 -0
- package/dist/worktree-favicon.svg +3 -8
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/favicon-16x16.png
CHANGED
|
Binary file
|
package/dist/favicon-32x32.png
CHANGED
|
Binary file
|
package/dist/favicon.ico
CHANGED
|
Binary file
|
package/dist/favicon.svg
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
@media (prefers-color-scheme: dark) {
|
|
5
|
-
path { stroke: #e4e4e7; }
|
|
6
|
-
}
|
|
7
|
-
</style>
|
|
8
|
-
<path stroke-width="2" d="m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" aria-label="Evermore">
|
|
2
|
+
<rect width="64" height="64" rx="14" fill="#111827"/>
|
|
3
|
+
<path d="M45 18H21v28h24M21 32h18" stroke="#f8fafc" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
4
|
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
@media (prefers-color-scheme: dark) {
|
|
5
|
-
path { stroke: #f472b6; }
|
|
6
|
-
}
|
|
7
|
-
</style>
|
|
8
|
-
<path stroke-width="2" d="m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" aria-label="Evermore worktree">
|
|
2
|
+
<rect width="64" height="64" rx="14" fill="#db2777"/>
|
|
3
|
+
<path d="M45 18H21v28h24M21 32h18" stroke="#fff7ed" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
4
|
</svg>
|