@spaced-out/ui-design-system 0.5.46 → 0.5.47

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.47](https://github.com/spaced-out/ui-design-system/compare/v0.5.46...v0.5.47) (2026-02-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * card content width ([#463](https://github.com/spaced-out/ui-design-system/issues/463)) ([fd7102b](https://github.com/spaced-out/ui-design-system/commit/fd7102b6a01ea8cc8aa7552dd763a11eb4965d45))
11
+
5
12
  ### [0.5.46](https://github.com/spaced-out/ui-design-system/compare/v0.5.46-beta.0...v0.5.46) (2026-02-16)
6
13
 
7
14
 
@@ -147,6 +147,7 @@
147
147
  gap: spaceSmall;
148
148
  position: relative;
149
149
  min-height: size66;
150
+ width: sizeFluid;
150
151
  }
151
152
 
152
153
  .mainContent {
package/mcp/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/genesis-mcp",
3
- "version": "1.0.11",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.5.46",
3
+ "version": "0.5.47",
4
4
  "description": "Sense UI components library",
5
5
  "author": {
6
6
  "name": "Spaced Out"