@spaced-out/genesis-mcp 1.0.10 → 1.0.12

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
- "buildDate": "2026-02-11T12:25:42.512Z",
4
- "version": "0.5.45",
3
+ "buildDate": "2026-02-16T08:45:26.189Z",
4
+ "version": "0.5.46",
5
5
  "designSystemPath": "/home/runner/work/ui-design-system/ui-design-system"
6
6
  },
7
7
  "components": {
@@ -1755,7 +1755,7 @@
1755
1755
  },
1756
1756
  "css": {
1757
1757
  "path": "Panel.module.css",
1758
- "content": "@value (spaceNegFluid, spaceNone, spaceMedium, spaceSmall, spaceFluid) from '../../styles/variables/_space.css';\n@value (size4, size60, size480, size580, size720, sizeFluid) from '../../styles/variables/_size.css';\n@value (motionDurationNormal, motionEaseInEaseOut) from '../../styles/variables/_motion.css';\n@value (colorBackgroundTertiary, colorBackgroundPrimary) from '../../styles/variables/_color.css';\n@value (borderRadiusNone) from '../../styles/variables/_border.css';\n\n.panel {\n opacity: initial;\n height: sizeFluid;\n background-color: colorBackgroundTertiary;\n border-radius: borderRadiusNone;\n}\n\n.panel.small {\n width: size480;\n}\n\n.panel.medium {\n width: size580;\n}\n\n.panel.large {\n width: size720;\n}\n\n.panel.left {\n top: spaceNone;\n left: spaceNone;\n right: initial;\n transform: translateX(spaceNegFluid);\n}\n\n.panel.right {\n top: spaceNone;\n right: spaceNone;\n left: initial;\n transform: translateX(spaceFluid);\n}\n\n.panelContainer.open.in .left,\n.panelContainer.open.in .right {\n transform: translateX(spaceNone);\n}\n\n.panelHeader {\n composes: borderBottomPrimary from '../../styles/border.module.css';\n composes: subTitleLarge from '../../styles/typography.module.css';\n padding: spaceNone spaceSmall spaceNone spaceMedium;\n min-height: size60;\n display: flex;\n justify-content: space-between;\n align-items: center;\n gap: spaceMedium;\n background-color: colorBackgroundTertiary;\n}\n\n.headerContent {\n display: flex;\n}\n\n.panelBody {\n padding: spaceMedium;\n height: sizeFluid;\n overflow: auto;\n background-color: colorBackgroundPrimary;\n}\n\n.panelFooter {\n composes: borderTopPrimary from '../../styles/border.module.css';\n background-color: colorBackgroundTertiary;\n margin-top: auto;\n padding: spaceMedium;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: spaceMedium;\n}\n\n.panelFooterActions {\n display: flex;\n gap: spaceSmall;\n}\n"
1758
+ "content": "@value (spaceNegFluid, spaceNone, spaceMedium, spaceSmall, spaceFluid) from '../../styles/variables/_space.css';\n@value (size4, size60, size480, size580, size720, sizeFluid) from '../../styles/variables/_size.css';\n@value (motionDurationNormal, motionEaseInEaseOut) from '../../styles/variables/_motion.css';\n@value (colorBackgroundTertiary, colorBackgroundPrimary) from '../../styles/variables/_color.css';\n@value (borderRadiusNone) from '../../styles/variables/_border.css';\n\n.panel {\n opacity: initial;\n height: sizeFluid;\n background-color: colorBackgroundTertiary;\n border-radius: borderRadiusNone;\n}\n\n.small {\n width: size480;\n}\n\n.medium {\n width: size580;\n}\n\n.large {\n width: size720;\n}\n\n.panel.left {\n top: spaceNone;\n left: spaceNone;\n right: initial;\n transform: translateX(spaceNegFluid);\n}\n\n.panel.right {\n top: spaceNone;\n right: spaceNone;\n left: initial;\n transform: translateX(spaceFluid);\n}\n\n.panelContainer.open.in .left,\n.panelContainer.open.in .right {\n transform: translateX(spaceNone);\n}\n\n.panelHeader {\n composes: borderBottomPrimary from '../../styles/border.module.css';\n composes: subTitleLarge from '../../styles/typography.module.css';\n padding: spaceNone spaceSmall spaceNone spaceMedium;\n min-height: size60;\n display: flex;\n justify-content: space-between;\n align-items: center;\n gap: spaceMedium;\n background-color: colorBackgroundTertiary;\n}\n\n.headerContent {\n display: flex;\n}\n\n.panelBody {\n padding: spaceMedium;\n height: sizeFluid;\n overflow: auto;\n background-color: colorBackgroundPrimary;\n}\n\n.panelFooter {\n composes: borderTopPrimary from '../../styles/border.module.css';\n background-color: colorBackgroundTertiary;\n margin-top: auto;\n padding: spaceMedium;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: spaceMedium;\n}\n\n.panelFooterActions {\n display: flex;\n gap: spaceSmall;\n}\n"
1759
1759
  },
1760
1760
  "index": {
1761
1761
  "path": "index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/genesis-mcp",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "MCP server for Genesis UI Design System - provides AI assistants with access to components, hooks, and design tokens",
5
5
  "type": "module",
6
6
  "main": "index.js",