@yamada-ui/resizable 1.2.0-dev-20241117121523 → 1.2.0-dev-20241117124902

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, HTMLUIProps } from '@yamada-ui/core';
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, HTMLUIProps } from '@yamada-ui/core';
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,8 +1,8 @@
1
1
  import * as react from 'react';
2
2
  import { ForwardedRef, RefObject, MouseEventHandler } from 'react';
3
- import { PropGetter, HTMLUIProps, HTMLUIPropsWithoutAs, CSSUIObject } from '@yamada-ui/core';
3
+ import { HTMLUIProps, HTMLUIPropsWithoutAs, CSSUIObject, PropGetter } from '@yamada-ui/core';
4
4
  import { Merge } from '@yamada-ui/utils';
5
- import { PanelGroupStorage, ImperativePanelGroupHandle, ImperativePanelHandle, PanelGroupOnLayout, PanelGroupProps, PanelProps, PanelResizeHandleProps } from 'react-resizable-panels';
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;
@@ -1,8 +1,8 @@
1
1
  import * as react from 'react';
2
2
  import { ForwardedRef, RefObject, MouseEventHandler } from 'react';
3
- import { PropGetter, HTMLUIProps, HTMLUIPropsWithoutAs, CSSUIObject } from '@yamada-ui/core';
3
+ import { HTMLUIProps, HTMLUIPropsWithoutAs, CSSUIObject, PropGetter } from '@yamada-ui/core';
4
4
  import { Merge } from '@yamada-ui/utils';
5
- import { PanelGroupStorage, ImperativePanelGroupHandle, ImperativePanelHandle, PanelGroupOnLayout, PanelGroupProps, PanelProps, PanelResizeHandleProps } from 'react-resizable-panels';
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-dev-20241117121523",
3
+ "version": "1.2.0-dev-20241117124902",
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.12",
41
+ "@yamada-ui/icon": "1.1.13-dev-20241117124902",
42
42
  "@yamada-ui/utils": "1.5.4"
43
43
  },
44
44
  "devDependencies": {