@kodiak-finance/orderly-ui 2.8.19-rc.0 → 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.css.map +1 -1
- package/dist/index.d.mts +123 -124
- package/dist/index.d.ts +123 -124
- 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.mjs
CHANGED
|
@@ -6891,7 +6891,8 @@ var Paginations = (props) => {
|
|
|
6891
6891
|
{ value: "10", label: "10" },
|
|
6892
6892
|
{ value: "20", label: "20" },
|
|
6893
6893
|
{ value: "50", label: "50" },
|
|
6894
|
-
{ value: "100", label: "100" }
|
|
6894
|
+
{ value: "100", label: "100" },
|
|
6895
|
+
{ value: "500", label: "500" }
|
|
6895
6896
|
],
|
|
6896
6897
|
value: `${props.pageSize ?? 5}`,
|
|
6897
6898
|
size: "xs",
|