shadcn-ui-react 0.7.19 → 0.7.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.cjs CHANGED
@@ -10609,7 +10609,7 @@ var Textarea = React49.forwardRef(
10609
10609
  "disabled"
10610
10610
  ]);
10611
10611
  const sizeClasses = getFormSizeClasses(size, customSize);
10612
- const base = "block w-full bg-transparent text-foreground placeholder:text-muted-foreground outline-none transition resize-y disabled:cursor-not-allowed disabled:opacity-50";
10612
+ const base = "block w-full py-2 bg-transparent text-foreground placeholder:text-muted-foreground outline-none transition resize-y disabled:cursor-not-allowed disabled:opacity-50";
10613
10613
  const textareaSizeClass = variant === "flushed" ? sizeClasses.flushedControl : variant === "link" ? sizeClasses.linkControl : sizeClasses.control;
10614
10614
  const errorClass = invalid ? "border-destructive focus:border-destructive focus:ring-destructive/20" : "";
10615
10615
  return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
package/dist/index.js CHANGED
@@ -10330,7 +10330,7 @@ var Textarea = React49.forwardRef(
10330
10330
  "disabled"
10331
10331
  ]);
10332
10332
  const sizeClasses = getFormSizeClasses(size, customSize);
10333
- const base = "block w-full bg-transparent text-foreground placeholder:text-muted-foreground outline-none transition resize-y disabled:cursor-not-allowed disabled:opacity-50";
10333
+ const base = "block w-full py-2 bg-transparent text-foreground placeholder:text-muted-foreground outline-none transition resize-y disabled:cursor-not-allowed disabled:opacity-50";
10334
10334
  const textareaSizeClass = variant === "flushed" ? sizeClasses.flushedControl : variant === "link" ? sizeClasses.linkControl : sizeClasses.control;
10335
10335
  const errorClass = invalid ? "border-destructive focus:border-destructive focus:ring-destructive/20" : "";
10336
10336
  return /* @__PURE__ */ jsx27(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadcn-ui-react",
3
- "version": "0.7.19",
3
+ "version": "0.7.20",
4
4
  "private": false,
5
5
  "author": "Bleker <bleker@gliyen.com>",
6
6
  "description": "A collection of components for building beautiful and accessible user interfaces with React and Tailwind CSS.",