@yamada-ui/reorder 2.0.17-next-20241123050941 → 2.0.18-dev-20241123052407
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 +4 -4
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,
|
4
|
+
import { PropsWithChildren, RefAttributes, ReactElement, ReactNode } 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,
|
4
|
+
import { PropsWithChildren, RefAttributes, ReactElement, ReactNode } 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 { PropsWithChildren, RefAttributes, 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 { PropsWithChildren, RefAttributes, 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.
|
3
|
+
"version": "2.0.18-dev-20241123052407",
|
4
4
|
"description": "Yamada UI reorder component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -36,9 +36,9 @@
|
|
36
36
|
"url": "https://github.com/yamada-ui/yamada-ui/issues"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@yamada-ui/core": "1.15.
|
40
|
-
"@yamada-ui/icon": "1.1.
|
41
|
-
"@yamada-ui/motion": "2.2.
|
39
|
+
"@yamada-ui/core": "1.15.6-dev-20241123052407",
|
40
|
+
"@yamada-ui/icon": "1.1.14-dev-20241123052407",
|
41
|
+
"@yamada-ui/motion": "2.2.9-dev-20241123052407",
|
42
42
|
"@yamada-ui/utils": "1.5.4"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|