@spaced-out/ui-design-system 0.5.23 → 0.5.24

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.24](https://github.com/spaced-out/ui-design-system/compare/v0.5.23...v0.5.24) (2025-11-19)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * support donut classname in progress donut ([#434](https://github.com/spaced-out/ui-design-system/issues/434)) ([573a6da](https://github.com/spaced-out/ui-design-system/commit/573a6da9f437874ba78e23bb9dc5dc1f247c2628))
11
+
5
12
  ### [0.5.23](https://github.com/spaced-out/ui-design-system/compare/v0.5.22...v0.5.23) (2025-11-18)
6
13
 
7
14
 
@@ -2,6 +2,7 @@ import type { Flow } from 'flow-to-typescript-codemod';
2
2
  import * as COLORS from '../../styles/variables/_color';
3
3
  type ClassNames = Readonly<{
4
4
  wrapper?: string;
5
+ donutChart?: string;
5
6
  }>;
6
7
  export interface ProgressDonutProps {
7
8
  classNames?: ClassNames;
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressDonut.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressDonut/ProgressDonut.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAErD,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AAkBtD,KAAK,UAAU,GAAG,QAAQ,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC,CAAC;AAEH,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAcD,eAAO,MAAM,aAAa,EAAE,IAAI,CAAC,iBAAiB,CAChD,kBAAkB,EAClB,cAAc,CAuEf,CAAC"}
1
+ {"version":3,"file":"ProgressDonut.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressDonut/ProgressDonut.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAErD,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AAkBtD,KAAK,UAAU,GAAG,QAAQ,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC,CAAC;AAEH,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAcD,eAAO,MAAM,aAAa,EAAE,IAAI,CAAC,iBAAiB,CAChD,kBAAkB,EAClB,cAAc,CAuEf,CAAC"}
@@ -52,7 +52,7 @@ const ProgressDonut = exports.ProgressDonut = /*#__PURE__*/React.forwardRef((_re
52
52
  }),
53
53
  className: (0, _classify.default)(_ProgressDonutModule.default.wrapper, classNames?.wrapper),
54
54
  children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
55
- className: _ProgressDonutModule.default.donutChart,
55
+ className: (0, _classify.default)(_ProgressDonutModule.default.donutChart, classNames?.donutChart),
56
56
  children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
57
57
  width: LARGE_DONUT_SIZE,
58
58
  height: LARGE_DONUT_SIZE,
package/mcp/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/genesis-mcp-server",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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.23",
3
+ "version": "0.5.24",
4
4
  "description": "Sense UI components library",
5
5
  "author": {
6
6
  "name": "Spaced Out"