@kodiak-finance/orderly-ui 2.8.19 → 2.8.20
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -6924,7 +6924,8 @@ var Paginations = (props) => {
|
|
|
6924
6924
|
{ value: "10", label: "10" },
|
|
6925
6925
|
{ value: "20", label: "20" },
|
|
6926
6926
|
{ value: "50", label: "50" },
|
|
6927
|
-
{ value: "100", label: "100" }
|
|
6927
|
+
{ value: "100", label: "100" },
|
|
6928
|
+
{ value: "500", label: "500" }
|
|
6928
6929
|
],
|
|
6929
6930
|
value: `${props.pageSize ?? 5}`,
|
|
6930
6931
|
size: "xs",
|