@yamada-ui/pagination 0.4.21 → 0.4.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,4 +21,4 @@ type PaginationItemOptions = {
|
|
|
21
21
|
type PaginationItemProps = ComponentPropsWithoutRef<"button"> & PaginationItemOptions;
|
|
22
22
|
declare const PaginationItem: FC<PaginationItemProps>;
|
|
23
23
|
|
|
24
|
-
export { PaginationItem, PaginationItemProps };
|
|
24
|
+
export { PaginationItem, type PaginationItemProps };
|
|
@@ -21,4 +21,4 @@ type PaginationItemOptions = {
|
|
|
21
21
|
type PaginationItemProps = ComponentPropsWithoutRef<"button"> & PaginationItemOptions;
|
|
22
22
|
declare const PaginationItem: FC<PaginationItemProps>;
|
|
23
23
|
|
|
24
|
-
export { PaginationItem, PaginationItemProps };
|
|
24
|
+
export { PaginationItem, type PaginationItemProps };
|
package/dist/pagination.d.mts
CHANGED
|
@@ -57,4 +57,4 @@ type PaginationOptions = {
|
|
|
57
57
|
type PaginationProps = Omit<HTMLUIProps<"div">, "onChange" | "children"> & ThemeProps<"Pagination"> & UsePaginationProps & PaginationOptions;
|
|
58
58
|
declare const Pagination: _yamada_ui_core.Component<"div", PaginationProps>;
|
|
59
59
|
|
|
60
|
-
export { Pagination, PaginationProps };
|
|
60
|
+
export { Pagination, type PaginationProps };
|
package/dist/pagination.d.ts
CHANGED
|
@@ -57,4 +57,4 @@ type PaginationOptions = {
|
|
|
57
57
|
type PaginationProps = Omit<HTMLUIProps<"div">, "onChange" | "children"> & ThemeProps<"Pagination"> & UsePaginationProps & PaginationOptions;
|
|
58
58
|
declare const Pagination: _yamada_ui_core.Component<"div", PaginationProps>;
|
|
59
59
|
|
|
60
|
-
export { Pagination, PaginationProps };
|
|
60
|
+
export { Pagination, type PaginationProps };
|
|
@@ -57,4 +57,4 @@ declare const usePagination: ({ page, defaultPage, total, siblings, boundaries,
|
|
|
57
57
|
};
|
|
58
58
|
type UsePaginationReturn = ReturnType<typeof usePagination>;
|
|
59
59
|
|
|
60
|
-
export { PaginationProvider, UsePaginationProps, UsePaginationReturn, computedRange, usePagination, usePaginationContext };
|
|
60
|
+
export { PaginationProvider, type UsePaginationProps, type UsePaginationReturn, computedRange, usePagination, usePaginationContext };
|
package/dist/use-pagination.d.ts
CHANGED
|
@@ -57,4 +57,4 @@ declare const usePagination: ({ page, defaultPage, total, siblings, boundaries,
|
|
|
57
57
|
};
|
|
58
58
|
type UsePaginationReturn = ReturnType<typeof usePagination>;
|
|
59
59
|
|
|
60
|
-
export { PaginationProvider, UsePaginationProps, UsePaginationReturn, computedRange, usePagination, usePaginationContext };
|
|
60
|
+
export { PaginationProvider, type UsePaginationProps, type UsePaginationReturn, computedRange, usePagination, usePaginationContext };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/pagination",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.23",
|
|
4
4
|
"description": "Yamada UI pagination component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/core": "0.
|
|
39
|
-
"@yamada-ui/utils": "0.
|
|
40
|
-
"@yamada-ui/icon": "0.3.
|
|
41
|
-
"@yamada-ui/use-controllable-state": "0.4.
|
|
42
|
-
"@yamada-ui/use-value": "0.2.
|
|
38
|
+
"@yamada-ui/core": "0.13.1",
|
|
39
|
+
"@yamada-ui/utils": "0.4.0",
|
|
40
|
+
"@yamada-ui/icon": "0.3.20",
|
|
41
|
+
"@yamada-ui/use-controllable-state": "0.4.1",
|
|
42
|
+
"@yamada-ui/use-value": "0.2.20"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"react": "^18.0.0",
|