@spaced-out/ui-design-system 0.5.9-beta.0 → 0.5.9-beta.1
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.9-beta.1](https://github.com/spaced-out/ui-design-system/compare/v0.5.9-beta.0...v0.5.9-beta.1) (2025-09-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* sankey module type check ([8304404](https://github.com/spaced-out/ui-design-system/commit/830440453bd51fc13195755140ed9d4a55b85c0e))
|
|
11
|
+
|
|
5
12
|
### [0.5.9-beta.0](https://github.com/spaced-out/ui-design-system/compare/v0.5.8...v0.5.9-beta.0) (2025-09-17)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -15,7 +15,7 @@ var _SankeyChartModule = _interopRequireDefault(require("./SankeyChart.module.cs
|
|
|
15
15
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
16
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
17
17
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
18
|
-
if (window
|
|
18
|
+
if (typeof window !== 'undefined') {
|
|
19
19
|
(0, _sankey.default)(_highcharts.default);
|
|
20
20
|
}
|
|
21
21
|
const SankeyChart = _ref => {
|