@thoughtindustries/pagination
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@thoughtindustries/pagination", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A base component for pagination", | ||
@@ -24,5 +24,5 @@ "author": "Lu Jiang <lu.jiang@thoughtindustries.com>", | ||
"dependencies": { | ||
"clsx": "^1.1.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"react": "^17 || ^18", | ||
"react-dom": "^17 || ^18", | ||
"tailwind-merge": "^1.14.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "2ed05109156126c3f1d9c96d8ac9fe86d0083cf4" | ||
"gitHead": "a55fe18b2076468826ae5c4cbea0ca8802e31e10" | ||
} |
@@ -0,1 +1,3 @@ | ||
import { ElementType } from 'react'; | ||
export type VisiblePage = { | ||
@@ -25,2 +27,4 @@ number: number; | ||
hidePageList?: boolean; | ||
/** Optional link component to override default HTMLAnchorElement */ | ||
linkComponent?: ElementType; | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11288
300
+ Addedtailwind-merge@^1.14.0
+ Addedtailwind-merge@1.14.0(transitive)
- Removedclsx@^1.1.1
- Removedclsx@1.2.1(transitive)
Updatedreact@^17 || ^18
Updatedreact-dom@^17 || ^18