@mittwald/flow-react-components 0.1.0-alpha.310 → 0.1.0-alpha.311

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
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.1.0-alpha.311](https://github.com/mittwald/flow/compare/0.1.0-alpha.310...0.1.0-alpha.311) (2024-10-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **docs:** develop tab rendering
11
+ ([1c63f84](https://github.com/mittwald/flow/commit/1c63f84c742efa8e7d8c21bc65c6f815fca24a41))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
6
18
  # [0.1.0-alpha.310](https://github.com/mittwald/flow/compare/0.1.0-alpha.309...0.1.0-alpha.310) (2024-10-30)
7
19
 
8
20
  ### Features
package/dist/js/hooks.js CHANGED
@@ -1,10 +1,17 @@
1
1
  "use client"
2
2
  /* */
3
3
  import "mobx";
4
- import "react";
5
- import { u as a } from "./useOverlayController-D8pgx8nV.js";
6
- import { u as p } from "./useOnChange-C1Quwyuz.js";
4
+ import { useState as o, useEffect as r } from "react";
5
+ import { u as m } from "./useOverlayController-D8pgx8nV.js";
6
+ import { u as l } from "./useOnChange-C1Quwyuz.js";
7
+ const n = () => {
8
+ const [e, t] = o(!1);
9
+ return r(() => {
10
+ t(!0);
11
+ }, []), e;
12
+ };
7
13
  export {
8
- p as useOnChange,
9
- a as useOverlayController
14
+ n as useIsMounted,
15
+ l as useOnChange,
16
+ m as useOverlayController
10
17
  };
@@ -1,2 +1,3 @@
1
1
  export { useOverlayController } from '../controller';
2
2
  export * from './useOnChange';
3
+ export * from './useIsMounted';
@@ -0,0 +1 @@
1
+ export declare const useIsMounted: () => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.310",
3
+ "version": "0.1.0-alpha.311",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -391,7 +391,7 @@
391
391
  "@chakra-ui/live-region": "^2.1.0",
392
392
  "@internationalized/date": "^3.5.6",
393
393
  "@internationalized/string-compiler": "^3.2.5",
394
- "@mittwald/react-tunnel": "^0.1.0-alpha.310",
394
+ "@mittwald/react-tunnel": "^0.1.0-alpha.311",
395
395
  "@mittwald/react-use-promise": "^2.5.0",
396
396
  "@react-aria/utils": "^3.25.3",
397
397
  "@react-types/shared": "^3.25.0",
@@ -419,7 +419,7 @@
419
419
  },
420
420
  "devDependencies": {
421
421
  "@faker-js/faker": "^9.0.3",
422
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.310",
422
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.311",
423
423
  "@mittwald/react-use-promise": "^2.5.0",
424
424
  "@nx/storybook": "^20.0.0",
425
425
  "@storybook/addon-a11y": "^8.3.5",
@@ -514,5 +514,5 @@
514
514
  }
515
515
  }
516
516
  },
517
- "gitHead": "5f4a984b02dcfe5005f4fe5a550b80be0b931c3e"
517
+ "gitHead": "5faf5781a25f7ebd8954d09cc68fe2fb85c83b31"
518
518
  }