@yamada-ui/resizable 1.2.0-next-20241118225020 → 1.2.0-next-20241123050941
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 ResizableDirection = "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 ResizableDirection = "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.2.0-next-
|
3
|
+
"version": "1.2.0-next-20241123050941",
|
4
4
|
"description": "Yamada UI resizable component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"dependencies": {
|
39
39
|
"react-resizable-panels": "^2.1.6",
|
40
40
|
"@yamada-ui/core": "1.15.5",
|
41
|
-
"@yamada-ui/icon": "1.1.13-next-
|
41
|
+
"@yamada-ui/icon": "1.1.13-next-20241123050941",
|
42
42
|
"@yamada-ui/utils": "1.5.4"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|