@spaced-out/ui-design-system 0.5.25 → 0.5.26

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.5.26](https://github.com/spaced-out/ui-design-system/compare/v0.5.25...v0.5.26) (2025-11-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * positioning fix checklist content ([#437](https://github.com/spaced-out/ui-design-system/issues/437)) ([ff3d233](https://github.com/spaced-out/ui-design-system/commit/ff3d2337bf261548ddbffdece5460ffd98624aa2))
11
+
5
12
  ### [0.5.25](https://github.com/spaced-out/ui-design-system/compare/v0.5.24...v0.5.25) (2025-11-20)
6
13
 
7
14
 
@@ -70,8 +70,8 @@
70
70
  display: flex;
71
71
  flex-flow: column;
72
72
  background-color: colorBackgroundPrimary;
73
- position: absolute;
74
- top: calc(sizeFluid - size20);
73
+ position: relative;
74
+ margin-top: calc(-1 * size20);
75
75
  border-radius: borderRadiusSmall;
76
76
  width: sizeFluid;
77
77
  }
package/mcp/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/genesis-mcp-server",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.5.25",
3
+ "version": "0.5.26",
4
4
  "description": "Sense UI components library",
5
5
  "author": {
6
6
  "name": "Spaced Out"