@react-hive/honey-layout 3.3.0 → 3.4.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.
@@ -1,4 +1,4 @@
1
- import { ElementType, RefObject } from 'react';
1
+ import { ElementType, MutableRefObject } from 'react';
2
2
  import { ExecutionContext, StyleFunction } from 'styled-components';
3
3
  import { DataType } from 'csstype';
4
4
  import { HoneyCSSColorProperty, HoneyCSSDimensionNumericValue, HoneyCSSDimensionValue } from './css.types';
@@ -309,7 +309,7 @@ export type HoneyActiveOverlay = {
309
309
  /**
310
310
  * Reference to the container element of the overlay.
311
311
  */
312
- containerRef: RefObject<Nullable<HTMLDivElement>>;
312
+ containerRef: MutableRefObject<Nullable<HTMLDivElement>>;
313
313
  /**
314
314
  * Sets the container reference for the overlay.
315
315
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-hive/honey-layout",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "react",
@@ -33,8 +33,8 @@
33
33
  "peerDependencies": {
34
34
  "@mdx-js/react": "3.1.0",
35
35
  "highlight.js": "11.11.1",
36
- "react": "^18.0.0 || ^19.0.0",
37
- "react-dom": "^18.0.0 || ^19.0.0",
36
+ "react": "^18.0.0",
37
+ "react-dom": "^18.0.0",
38
38
  "react-router-dom": "^6.0.0",
39
39
  "styled-components": "^6.0.0"
40
40
  },
@@ -52,8 +52,8 @@
52
52
  "@types/lodash.debounce": "4.0.9",
53
53
  "@types/lodash.merge": "4.6.9",
54
54
  "@types/mdx": "2.0.13",
55
- "@types/react": "^18.0.0 || ^19.0.0",
56
- "@types/react-dom": "^18.0.0 || ^19.0.0",
55
+ "@types/react": "^18.0.0",
56
+ "@types/react-dom": "^18.0.0",
57
57
  "@vitejs/plugin-react": "4.3.4",
58
58
  "eslint": "9.17.0",
59
59
  "eslint-plugin-react": "7.37.3",