@loadsmart/loadsmart-ui 5.2.0 → 5.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/loadsmart-ui",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Miranda UI, a React UI library",
5
5
  "main": "dist",
6
6
  "files": [
@@ -338,7 +338,7 @@ function Tag(props: TagProps): JSX.Element {
338
338
  const {
339
339
  children,
340
340
  leading,
341
- size,
341
+ size = 'default',
342
342
  onRemove,
343
343
  variant,
344
344
  removable,