@yamada-ui/pagination 1.1.8-dev-20241215203956 → 1.1.9-dev-20241225014442
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +3 -3
- package/package.json +7 -7
package/dist/index.js
CHANGED
@@ -19,12 +19,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
20
|
|
21
21
|
// src/index.ts
|
22
|
-
var
|
23
|
-
__export(
|
22
|
+
var index_exports = {};
|
23
|
+
__export(index_exports, {
|
24
24
|
Pagination: () => Pagination,
|
25
25
|
usePagination: () => usePagination
|
26
26
|
});
|
27
|
-
module.exports = __toCommonJS(
|
27
|
+
module.exports = __toCommonJS(index_exports);
|
28
28
|
|
29
29
|
// src/pagination.tsx
|
30
30
|
var import_core2 = require("@yamada-ui/core");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/pagination",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.9-dev-20241225014442",
|
4
4
|
"description": "Yamada UI pagination component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -36,12 +36,12 @@
|
|
36
36
|
"url": "https://github.com/yamada-ui/yamada-ui/issues"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@yamada-ui/core": "1.
|
40
|
-
"@yamada-ui/icon": "1.1.
|
41
|
-
"@yamada-ui/ripple": "1.0.
|
42
|
-
"@yamada-ui/use-controllable-state": "1.0.
|
43
|
-
"@yamada-ui/use-value": "1.1.
|
44
|
-
"@yamada-ui/utils": "1.
|
39
|
+
"@yamada-ui/core": "1.17.0-dev-20241225014442",
|
40
|
+
"@yamada-ui/icon": "1.1.18-dev-20241225014442",
|
41
|
+
"@yamada-ui/ripple": "1.0.49-dev-20241225014442",
|
42
|
+
"@yamada-ui/use-controllable-state": "1.0.27-dev-20241225014442",
|
43
|
+
"@yamada-ui/use-value": "1.1.35-dev-20241225014442",
|
44
|
+
"@yamada-ui/utils": "1.7.0-dev-20241225014442"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"clean-package": "2.2.0",
|