@yamada-ui/reorder 2.0.17-next-20241117114954 → 2.0.17-next-20241118203459
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/reorder-item.d.mts +1 -1
- package/dist/reorder-item.d.ts +1 -1
- package/dist/reorder.d.mts +1 -1
- package/dist/reorder.d.ts +1 -1
- package/package.json +3 -3
package/dist/reorder-item.d.mts
CHANGED
@@ -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
|
4
|
+
import { PropsWithChildren, ReactNode, RefAttributes, ReactElement } from 'react';
|
5
5
|
|
6
6
|
interface ReorderItemOptions<Y = string> {
|
7
7
|
/**
|
package/dist/reorder-item.d.ts
CHANGED
@@ -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
|
4
|
+
import { PropsWithChildren, ReactNode, RefAttributes, ReactElement } from 'react';
|
5
5
|
|
6
6
|
interface ReorderItemOptions<Y = string> {
|
7
7
|
/**
|
package/dist/reorder.d.mts
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 {
|
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 {
|
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-next-
|
3
|
+
"version": "2.0.17-next-20241118203459",
|
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.
|
41
|
-
"@yamada-ui/motion": "2.2.8-next-
|
40
|
+
"@yamada-ui/icon": "1.1.13-next-20241118203459",
|
41
|
+
"@yamada-ui/motion": "2.2.8-next-20241118203459",
|
42
42
|
"@yamada-ui/utils": "1.5.4"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|