ingred-ui 33.4.1 → 33.5.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.
@@ -0,0 +1,6 @@
1
+ import type { Ref, RefObject } from "react";
2
+ /**
3
+ * React 19 の useRef / createRef が返す RefObject<T | null> を、
4
+ * LegacyRef<T> を期待するコンポーネントへ渡すための互換ヘルパー。
5
+ */
6
+ export declare function asComponentRef<T>(ref: RefObject<T | null>): Ref<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingred-ui",
3
- "version": "33.4.1",
3
+ "version": "33.5.0",
4
4
  "description": "",
5
5
  "author": "CARTA HOLDINGS, Inc.",
6
6
  "license": "MIT",