@underverse-ui/underverse 1.0.182 → 1.0.183

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.182",
3
+ "version": "1.0.183",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 248,
6
6
  "exports": [
package/dist/index.cjs CHANGED
@@ -3496,7 +3496,7 @@ var Textarea = (0, import_react4.forwardRef)(
3496
3496
  required,
3497
3497
  value,
3498
3498
  maxLength,
3499
- borderMode,
3499
+ borderMode = "2xl",
3500
3500
  ...props
3501
3501
  }, ref) => {
3502
3502
  const [isFocused, setIsFocused] = (0, import_react4.useState)(false);