@yamada-ui/reorder 2.0.17-dev-20241117121523 → 2.0.17-dev-20241117124902

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  import { HTMLUIProps, ComponentArgs } from '@yamada-ui/core';
2
2
  import { HTMLMotionProps } from '@yamada-ui/motion';
3
3
  import { Merge } from '@yamada-ui/utils';
4
- import { PropsWithChildren, RefAttributes, ReactElement, ReactNode } from 'react';
4
+ import { PropsWithChildren, ReactNode, RefAttributes, ReactElement } from 'react';
5
5
 
6
6
  interface ReorderItemOptions<Y = string> {
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import { HTMLUIProps, ComponentArgs } from '@yamada-ui/core';
2
2
  import { HTMLMotionProps } from '@yamada-ui/motion';
3
3
  import { Merge } from '@yamada-ui/utils';
4
- import { PropsWithChildren, RefAttributes, ReactElement, ReactNode } from 'react';
4
+ import { PropsWithChildren, ReactNode, RefAttributes, ReactElement } from 'react';
5
5
 
6
6
  interface ReorderItemOptions<Y = string> {
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import { HTMLUIProps, ThemeProps, ComponentArgs } from '@yamada-ui/core';
2
2
  import { HTMLMotionProps } from '@yamada-ui/motion';
3
3
  import { Merge } from '@yamada-ui/utils';
4
- import { PropsWithChildren, RefAttributes, ReactElement } from 'react';
4
+ import { RefAttributes, PropsWithChildren, ReactElement } from 'react';
5
5
  import { ReorderItemProps } from './reorder-item.mjs';
6
6
 
7
7
  type ReorderGenerateItem<Y = string> = ReorderItemProps<Y>;
package/dist/reorder.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { HTMLUIProps, ThemeProps, ComponentArgs } from '@yamada-ui/core';
2
2
  import { HTMLMotionProps } from '@yamada-ui/motion';
3
3
  import { Merge } from '@yamada-ui/utils';
4
- import { PropsWithChildren, RefAttributes, ReactElement } from 'react';
4
+ import { RefAttributes, PropsWithChildren, ReactElement } from 'react';
5
5
  import { ReorderItemProps } from './reorder-item.js';
6
6
 
7
7
  type ReorderGenerateItem<Y = string> = ReorderItemProps<Y>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/reorder",
3
- "version": "2.0.17-dev-20241117121523",
3
+ "version": "2.0.17-dev-20241117124902",
4
4
  "description": "Yamada UI reorder component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@yamada-ui/core": "1.15.5",
40
- "@yamada-ui/icon": "1.1.12",
41
- "@yamada-ui/motion": "2.2.8-dev-20241117121523",
40
+ "@yamada-ui/icon": "1.1.13-dev-20241117124902",
41
+ "@yamada-ui/motion": "2.2.8-dev-20241117124902",
42
42
  "@yamada-ui/utils": "1.5.4"
43
43
  },
44
44
  "devDependencies": {