@wavv/ui 2.4.8 → 2.4.9

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.
@@ -132,7 +132,7 @@ const Select_Select = ({ backgroundColor, menuBackground, children, fontSize, fo
132
132
  if (isPlaceholder) return defaultChildren;
133
133
  if (isMultiple && selectedItems) {
134
134
  const count = selectedItems.length;
135
- return count > 0 ? `${count} items selected` : defaultChildren;
135
+ return count > 0 ? `${count} item${count > 1 ? 's' : ''} selected` : defaultChildren;
136
136
  }
137
137
  return selectedText;
138
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {