@anton.andrusenko/shopify-mcp-admin 2.2.1 → 2.3.0

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.
@@ -2,11 +2,11 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
5
+ <link rel="icon" type="image/svg+xml" href="/app/mcp-icon.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Shopify MCP Dashboard</title>
8
- <script type="module" crossorigin src="/app/assets/index-BfNrQS4y.js"></script>
9
- <link rel="stylesheet" crossorigin href="/app/assets/index-HBHxyHsM.css">
8
+ <script type="module" crossorigin src="/app/assets/index-Cvo1L2xM.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/app/assets/index-ClITn1me.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
@@ -1,36 +1,34 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
2
2
  <defs>
3
- <linearGradient id="shopify-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#95BF47"/>
5
- <stop offset="100%" style="stop-color:#5E8E3E"/>
6
- </linearGradient>
7
- <linearGradient id="mcp-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
8
- <stop offset="0%" style="stop-color:#667eea"/>
9
- <stop offset="100%" style="stop-color:#764ba2"/>
3
+ <linearGradient id="logo-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" style="stop-color:#14b8a6"/>
5
+ <stop offset="100%" style="stop-color:#10b981"/>
10
6
  </linearGradient>
11
7
  </defs>
12
-
13
8
  <!-- Background circle -->
14
- <circle cx="256" cy="256" r="240" fill="url(#shopify-gradient)"/>
15
-
16
- <!-- Shopping bag body -->
17
- <path d="M160 180 L160 380 Q160 400 180 400 L332 400 Q352 400 352 380 L352 180 Z"
18
- fill="white" fill-opacity="0.95"/>
19
-
20
- <!-- Shopping bag handles -->
21
- <path d="M200 180 L200 140 Q200 100 256 100 Q312 100 312 140 L312 180"
22
- stroke="white" stroke-width="20" fill="none" stroke-linecap="round"/>
23
-
24
- <!-- MCP symbol inside bag -->
25
- <g transform="translate(256, 290)">
26
- <!-- Three connected dots representing MCP -->
27
- <circle cx="-50" cy="0" r="18" fill="url(#mcp-gradient)"/>
28
- <circle cx="0" cy="-35" r="18" fill="url(#mcp-gradient)"/>
29
- <circle cx="50" cy="0" r="18" fill="url(#mcp-gradient)"/>
30
- <!-- Connecting lines -->
31
- <line x1="-35" y1="-8" x2="-10" y2="-25" stroke="url(#mcp-gradient)" stroke-width="6" stroke-linecap="round"/>
32
- <line x1="10" y1="-25" x2="35" y2="-8" stroke="url(#mcp-gradient)" stroke-width="6" stroke-linecap="round"/>
33
- <line x1="-32" y1="0" x2="32" y2="0" stroke="url(#mcp-gradient)" stroke-width="6" stroke-linecap="round"/>
34
- </g>
9
+ <circle cx="12" cy="12" r="11" fill="url(#logo-gradient)"/>
10
+ <!-- Stacked layers icon -->
11
+ <path
12
+ d="M12 4L4 8L12 12L20 8L12 4Z"
13
+ stroke="white"
14
+ stroke-width="1.5"
15
+ stroke-linecap="round"
16
+ stroke-linejoin="round"
17
+ fill="white"
18
+ fill-opacity="0.9"
19
+ />
20
+ <path
21
+ d="M4 16L12 20L20 16"
22
+ stroke="white"
23
+ stroke-width="1.5"
24
+ stroke-linecap="round"
25
+ stroke-linejoin="round"
26
+ />
27
+ <path
28
+ d="M4 12L12 16L20 12"
29
+ stroke="white"
30
+ stroke-width="1.5"
31
+ stroke-linecap="round"
32
+ stroke-linejoin="round"
33
+ />
35
34
  </svg>
36
-