@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.
Binary file
Binary file
Binary file
Binary file
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 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
- <style>
3
- path { stroke: #18181b; }
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 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
- <style>
3
- path { stroke: #db2777; }
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evermore.work/ui",
3
- "version": "2026.513.0-canary.0",
3
+ "version": "2026.513.0-canary.1",
4
4
  "description": "Prebuilt Evermore board UI assets.",
5
5
  "homepage": "https://github.com/phuctm97/evermore",
6
6
  "bugs": {