@yamada-ui/resizable 1.3.2-dev-20250120135827 → 1.3.3-dev-20250223070525
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { HTMLUIPropsWithoutAs, ComponentArgs, FC
|
1
|
+
import { HTMLUIPropsWithoutAs, HTMLUIProps, ComponentArgs, FC } from '@yamada-ui/core';
|
2
2
|
import { IconProps } from '@yamada-ui/icon';
|
3
3
|
import { Merge } from '@yamada-ui/utils';
|
4
4
|
import { RefAttributes, ReactElement } from 'react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { HTMLUIPropsWithoutAs, ComponentArgs, FC
|
1
|
+
import { HTMLUIPropsWithoutAs, HTMLUIProps, ComponentArgs, FC } from '@yamada-ui/core';
|
2
2
|
import { IconProps } from '@yamada-ui/icon';
|
3
3
|
import { Merge } from '@yamada-ui/utils';
|
4
4
|
import { RefAttributes, ReactElement } from 'react';
|
package/dist/use-resizable.d.mts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as react from 'react';
|
2
2
|
import { ForwardedRef, RefObject, MouseEventHandler } from 'react';
|
3
|
-
import {
|
3
|
+
import { HTMLUIProps, HTMLUIPropsWithoutAs, CSSUIObject, PropGetter } from '@yamada-ui/core';
|
4
4
|
import { Merge } from '@yamada-ui/utils';
|
5
|
-
import {
|
5
|
+
import { ImperativePanelGroupHandle, PanelGroupStorage, PanelGroupProps, PanelGroupOnLayout, ImperativePanelHandle, PanelProps, PanelResizeHandleProps } from 'react-resizable-panels';
|
6
6
|
|
7
7
|
type ResizableOrientation = "horizontal" | "vertical";
|
8
8
|
type As = keyof HTMLElementTagNameMap;
|
package/dist/use-resizable.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as react from 'react';
|
2
2
|
import { ForwardedRef, RefObject, MouseEventHandler } from 'react';
|
3
|
-
import {
|
3
|
+
import { HTMLUIProps, HTMLUIPropsWithoutAs, CSSUIObject, PropGetter } from '@yamada-ui/core';
|
4
4
|
import { Merge } from '@yamada-ui/utils';
|
5
|
-
import {
|
5
|
+
import { ImperativePanelGroupHandle, PanelGroupStorage, PanelGroupProps, PanelGroupOnLayout, ImperativePanelHandle, PanelProps, PanelResizeHandleProps } from 'react-resizable-panels';
|
6
6
|
|
7
7
|
type ResizableOrientation = "horizontal" | "vertical";
|
8
8
|
type As = keyof HTMLElementTagNameMap;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/resizable",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.3-dev-20250223070525",
|
4
4
|
"description": "Yamada UI resizable component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -37,9 +37,9 @@
|
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"react-resizable-panels": "^2.1.7",
|
40
|
-
"@yamada-ui/core": "1.17.
|
41
|
-
"@yamada-ui/icon": "1.1.
|
42
|
-
"@yamada-ui/utils": "1.7.
|
40
|
+
"@yamada-ui/core": "1.17.2-dev-20250223070525",
|
41
|
+
"@yamada-ui/icon": "1.1.20-dev-20250223070525",
|
42
|
+
"@yamada-ui/utils": "1.7.1-dev-20250223070525"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
45
|
"clean-package": "2.2.0",
|