@yamada-ui/resizable
Advanced tools
Comparing version 1.2.1 to 1.2.2-next-20241126024522
@@ -91,3 +91,3 @@ import * as react from 'react'; | ||
title?: string | undefined; | ||
dir?: "auto" | "ltr" | "rtl" | undefined; | ||
dir?: "ltr" | "rtl" | "auto" | undefined; | ||
defaultValue?: string | number | readonly string[] | undefined; | ||
@@ -353,10 +353,10 @@ color?: string | undefined; | ||
onTransitionEndCapture?: react.TransitionEventHandler<keyof HTMLElementTagNameMap> | undefined; | ||
storage: PanelGroupStorage; | ||
autoSaveId: string | null; | ||
keyboardResizeBy: number | null; | ||
onLayout: PanelGroupOnLayout | null; | ||
storage: PanelGroupStorage; | ||
id: string; | ||
ref: (node: ResizableGroupControl | null) => void; | ||
tagName: keyof HTMLElementTagNameMap | undefined; | ||
children?: react.ReactNode | undefined; | ||
children?: react.ReactNode; | ||
}; | ||
@@ -363,0 +363,0 @@ }; |
{ | ||
"name": "@yamada-ui/resizable", | ||
"version": "1.2.1", | ||
"version": "1.2.2-next-20241126024522", | ||
"description": "Yamada UI resizable component", | ||
@@ -40,5 +40,5 @@ "keywords": [ | ||
"react-resizable-panels": "^2.1.7", | ||
"@yamada-ui/core": "1.15.6", | ||
"@yamada-ui/icon": "1.1.14", | ||
"@yamada-ui/utils": "1.5.4" | ||
"@yamada-ui/core": "1.16.0-next-20241126024522", | ||
"@yamada-ui/icon": "1.1.15-next-20241126024522", | ||
"@yamada-ui/utils": "1.6.0-next-20241126024522" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
220770
1
+ Added@yamada-ui/core@1.16.0-next-20241126024522(transitive)
+ Added@yamada-ui/icon@1.1.15-next-20241126024522(transitive)
+ Added@yamada-ui/portal@1.0.25-next-20241126024522(transitive)
+ Added@yamada-ui/use-token@1.1.32-next-20241126024522(transitive)
+ Added@yamada-ui/utils@1.6.0-next-20241126024522(transitive)
- Removed@yamada-ui/core@1.15.6(transitive)
- Removed@yamada-ui/icon@1.1.14(transitive)
- Removed@yamada-ui/portal@1.0.24(transitive)
- Removed@yamada-ui/use-token@1.1.31(transitive)
- Removed@yamada-ui/utils@1.5.4(transitive)