@dt-dds/react-pagination 1.0.0-beta.30 → 1.0.0-beta.31
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.
- package/CHANGELOG.md +8 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -115,7 +115,7 @@ Pagination.NextItem = ({ onClick, disabled }) => {
|
|
|
115
115
|
disabled,
|
|
116
116
|
onClick,
|
|
117
117
|
title: "Go to next page",
|
|
118
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_icon.Icon, { code: "arrow_forward_ios", size: "
|
|
118
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_icon.Icon, { code: "arrow_forward_ios", size: "small" })
|
|
119
119
|
}
|
|
120
120
|
);
|
|
121
121
|
};
|
|
@@ -127,7 +127,7 @@ Pagination.PreviousItem = ({ onClick, disabled }) => {
|
|
|
127
127
|
disabled,
|
|
128
128
|
onClick,
|
|
129
129
|
title: "Go to previous page",
|
|
130
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_icon.Icon, { code: "arrow_back_ios", size: "
|
|
130
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_icon.Icon, { code: "arrow_back_ios", size: "small" })
|
|
131
131
|
}
|
|
132
132
|
);
|
|
133
133
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -77,7 +77,7 @@ Pagination.NextItem = ({ onClick, disabled }) => {
|
|
|
77
77
|
disabled,
|
|
78
78
|
onClick,
|
|
79
79
|
title: "Go to next page",
|
|
80
|
-
children: /* @__PURE__ */ jsx(Icon, { code: "arrow_forward_ios", size: "
|
|
80
|
+
children: /* @__PURE__ */ jsx(Icon, { code: "arrow_forward_ios", size: "small" })
|
|
81
81
|
}
|
|
82
82
|
);
|
|
83
83
|
};
|
|
@@ -89,7 +89,7 @@ Pagination.PreviousItem = ({ onClick, disabled }) => {
|
|
|
89
89
|
disabled,
|
|
90
90
|
onClick,
|
|
91
91
|
title: "Go to previous page",
|
|
92
|
-
children: /* @__PURE__ */ jsx(Icon, { code: "arrow_back_ios", size: "
|
|
92
|
+
children: /* @__PURE__ */ jsx(Icon, { code: "arrow_back_ios", size: "small" })
|
|
93
93
|
}
|
|
94
94
|
);
|
|
95
95
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dt-dds/react-pagination",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.31",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@dt-dds/react-core": "1.0.0-beta.50",
|
|
24
24
|
"@dt-dds/react-typography": "1.0.0-beta.41",
|
|
25
|
-
"@dt-dds/react-icon": "1.0.0-beta.
|
|
25
|
+
"@dt-dds/react-icon": "1.0.0-beta.52",
|
|
26
26
|
"@dt-dds/themes": "1.0.0-beta.9"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|