@spaced-out/ui-design-system 0.5.12 → 0.5.13-beta.0

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.13-beta.0](https://github.com/spaced-out/ui-design-system/compare/v0.5.12...v0.5.13-beta.0) (2025-10-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * floating-ui ([#412](https://github.com/spaced-out/ui-design-system/issues/412)) ([f9d3b0e](https://github.com/spaced-out/ui-design-system/commit/f9d3b0e27548ee03c103a63c42e0b91ed66950eb))
11
+
5
12
  ### [0.5.12](https://github.com/spaced-out/ui-design-system/compare/v0.5.11...v0.5.12) (2025-10-15)
6
13
 
7
14
 
@@ -1,2 +1,3 @@
1
1
  export * from '../../components/FocusManager/FocusManager';
2
+ export { FloatingPortal, FloatingFocusManager } from '@floating-ui/react';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FocusManager/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FocusManager/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC;AACzD,OAAO,EAAC,cAAc,EAAE,oBAAoB,EAAC,MAAM,oBAAoB,CAAC"}
@@ -3,9 +3,26 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ var _exportNames = {
7
+ FloatingPortal: true,
8
+ FloatingFocusManager: true
9
+ };
10
+ Object.defineProperty(exports, "FloatingFocusManager", {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _react.FloatingFocusManager;
14
+ }
15
+ });
16
+ Object.defineProperty(exports, "FloatingPortal", {
17
+ enumerable: true,
18
+ get: function () {
19
+ return _react.FloatingPortal;
20
+ }
21
+ });
6
22
  var _FocusManager = require("./FocusManager");
7
23
  Object.keys(_FocusManager).forEach(function (key) {
8
24
  if (key === "default" || key === "__esModule") return;
25
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
9
26
  if (key in exports && exports[key] === _FocusManager[key]) return;
10
27
  Object.defineProperty(exports, key, {
11
28
  enumerable: true,
@@ -13,4 +30,5 @@ Object.keys(_FocusManager).forEach(function (key) {
13
30
  return _FocusManager[key];
14
31
  }
15
32
  });
16
- });
33
+ });
34
+ var _react = require("@floating-ui/react");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.5.12",
3
+ "version": "0.5.13-beta.0",
4
4
  "description": "Sense UI components library",
5
5
  "author": {
6
6
  "name": "Spaced Out"