sonance-brand-mcp 1.4.3 → 1.4.4
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/assets/logo-manifest.json +3 -0
- package/dist/assets/logos/sonance/Sonance_Beam_Fade_RGB.png +0 -0
- package/dist/assets/logos/sonance/Sonance_Beam_RGB.png +0 -0
- package/dist/assets/logos/sonance/Sonance_Beam_RGB.svg +13 -0
- package/dist/assets/logos-optimized/sonance/Sonance_Beam_Fade_RGB.png +0 -0
- package/dist/assets/logos-optimized/sonance/Sonance_Beam_RGB.png +0 -0
- package/dist/assets/logos-optimized/sonance/Sonance_Beam_RGB.svg +13 -0
- package/package.json +1 -1
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
"/logos/my-sonance/My.Sonance_Logo_2C_Reverse_RGB.png",
|
|
50
50
|
"/logos/my-sonance/My.Sonance_Logo_Black_RGB.png",
|
|
51
51
|
"/logos/my-sonance/My.Sonance_Logo_Reverse_RGB.png",
|
|
52
|
+
"/logos/sonance/Sonance_Beam_Fade_RGB.png",
|
|
53
|
+
"/logos/sonance/Sonance_Beam_RGB.png",
|
|
54
|
+
"/logos/sonance/Sonance_Beam_RGB.svg",
|
|
52
55
|
"/logos/sonance/Sonance_Logo_2C_Dark_RGB.png",
|
|
53
56
|
"/logos/sonance/Sonance_Logo_2C_Light_RGB.png",
|
|
54
57
|
"/logos/sonance/Sonance_Logo_2C_Reverse_RGB.png",
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="LockUp_2C_Dark" data-name="LockUp 2C Dark" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 792 612">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #00a8e4;
|
|
7
|
+
stroke-width: 0px;
|
|
8
|
+
}
|
|
9
|
+
</style>
|
|
10
|
+
</defs>
|
|
11
|
+
<path class="cls-1" d="M583.26,450.92h-68.73l-116.01-252.86-116.65,252.86h-66.2L371.09,118.1h56.74l155.43,332.81Z"/>
|
|
12
|
+
<path class="cls-1" d="M583.26,450.92h-68.73l-116.01-252.86-116.65,252.86h-66.2L371.09,118.1h56.74l155.43,332.81Z"/>
|
|
13
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="LockUp_2C_Dark" data-name="LockUp 2C Dark" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 792 612">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #00a8e4;
|
|
7
|
+
stroke-width: 0px;
|
|
8
|
+
}
|
|
9
|
+
</style>
|
|
10
|
+
</defs>
|
|
11
|
+
<path class="cls-1" d="M583.26,450.92h-68.73l-116.01-252.86-116.65,252.86h-66.2L371.09,118.1h56.74l155.43,332.81Z"/>
|
|
12
|
+
<path class="cls-1" d="M583.26,450.92h-68.73l-116.01-252.86-116.65,252.86h-66.2L371.09,118.1h56.74l155.43,332.81Z"/>
|
|
13
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sonance-brand-mcp",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"description": "MCP Server for Sonance Brand Guidelines and Component Library - gives Claude instant access to brand colors, typography, and UI components.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|