sonance-brand-mcp 1.3.76 → 1.3.77

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.
@@ -2384,7 +2384,7 @@ export function SonanceDevTools() {
2384
2384
  <button
2385
2385
  onClick={() => setIsOpen(true)}
2386
2386
  className={cn(
2387
- "fixed bottom-6 right-6 z-[9998]",
2387
+ "fixed bottom-6 right-6 z-[2147483646]",
2388
2388
  "flex h-14 w-14 items-center justify-center",
2389
2389
  "rounded-full bg-[#333F48] text-white shadow-lg",
2390
2390
  "hover:scale-105 hover:shadow-xl",
@@ -2403,7 +2403,7 @@ export function SonanceDevTools() {
2403
2403
  ref={panelRef}
2404
2404
  data-sonance-devtools="true"
2405
2405
  className={cn(
2406
- "fixed bottom-6 right-6 z-[9999]",
2406
+ "fixed bottom-6 right-6 z-[2147483647]",
2407
2407
  "w-[360px] max-h-[80vh]",
2408
2408
  "bg-white rounded-lg shadow-2xl border border-gray-200",
2409
2409
  "flex flex-col overflow-hidden",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sonance-brand-mcp",
3
- "version": "1.3.76",
3
+ "version": "1.3.77",
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",