@dealdesk/ui 2026.528.0 → 2026.528.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.
Binary file
Binary file
package/dist/favicon.ico CHANGED
Binary file
package/dist/favicon.svg CHANGED
@@ -1,10 +1,13 @@
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, rect { stroke: #18181b; }
4
- @media (prefers-color-scheme: dark) {
5
- path, rect { stroke: #e4e4e7; }
6
- }
7
- </style>
8
- <rect stroke-width="2" x="2" y="7" width="20" height="14" rx="2" ry="2"/>
9
- <path stroke-width="2" d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <!-- Dark rounded square background, matching apple-touch-icon -->
3
+ <rect width="24" height="24" rx="4" fill="#18181b"/>
4
+ <!-- Handle (stroked U-shape on top of the body) -->
5
+ <path fill="none" stroke="#e4e4e7" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"
6
+ d="M9 7 V5 a1.5 1.5 0 0 1 1.5 -1.5 h3 a1.5 1.5 0 0 1 1.5 1.5 V7"/>
7
+ <!-- Body -->
8
+ <rect x="3.5" y="7" width="17" height="13" rx="1.75" fill="#e4e4e7"/>
9
+ <!-- Lid divider -->
10
+ <rect x="3.5" y="12.5" width="17" height="0.75" fill="#18181b"/>
11
+ <!-- Center clasp -->
12
+ <rect x="10.75" y="11.25" width="2.5" height="3" rx="0.4" fill="#18181b"/>
10
13
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dealdesk/ui",
3
- "version": "2026.528.0",
3
+ "version": "2026.528.2",
4
4
  "description": "Prebuilt DealDesk board UI assets.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/JackJanoian/deal-desk",