@sia.soul/sia-react-ui 0.1.26 → 0.1.27

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.cjs CHANGED
@@ -4040,6 +4040,7 @@ function Pagination({
4040
4040
  className: "sia-pagination__size-select",
4041
4041
  size: controlSize,
4042
4042
  "aria-label": "\u6BCF\u9875\u6761\u6570",
4043
+ allowClear: false,
4043
4044
  value: size,
4044
4045
  options: sizes.map((value) => ({ label: `${value} \u6761`, value })),
4045
4046
  disabled,
package/dist/index.js CHANGED
@@ -249,6 +249,7 @@ function Pagination({
249
249
  className: "sia-pagination__size-select",
250
250
  size: controlSize,
251
251
  "aria-label": "\u6BCF\u9875\u6761\u6570",
252
+ allowClear: false,
252
253
  value: size,
253
254
  options: sizes.map((value) => ({ label: `${value} \u6761`, value })),
254
255
  disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sia.soul/sia-react-ui",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Sia Design components and tokens for React",
5
5
  "publishConfig": {
6
6
  "access": "public",