design-system-silkhaus 0.0.11 → 0.0.12

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
@@ -3511,7 +3511,7 @@ const Input = React.forwardRef(
3511
3511
  disabled,
3512
3512
  className: twMerge(clsx$1(variants[color], className))
3513
3513
  }, rest)
3514
- ) : /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col items-start", children: [
3514
+ ) : /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col items-start w-full", children: [
3515
3515
  label && /* @__PURE__ */ jsxRuntimeExports.jsx("label", { className: "text-mediumSubHead font-normal", children: label }),
3516
3516
  /* @__PURE__ */ jsxRuntimeExports.jsx(
3517
3517
  "input",
package/dist/index.js CHANGED
@@ -3493,7 +3493,7 @@ const Input = React__default.forwardRef(
3493
3493
  disabled,
3494
3494
  className: twMerge(clsx$1(variants[color], className))
3495
3495
  }, rest)
3496
- ) : /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col items-start", children: [
3496
+ ) : /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col items-start w-full", children: [
3497
3497
  label && /* @__PURE__ */ jsxRuntimeExports.jsx("label", { className: "text-mediumSubHead font-normal", children: label }),
3498
3498
  /* @__PURE__ */ jsxRuntimeExports.jsx(
3499
3499
  "input",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "0.0.11",
4
+ "version": "0.0.12",
5
5
  "description": "A template for creating React component libraries with Vite, Tailwind, and Storybook.",
6
6
  "author": "meet-codevyasa",
7
7
  "license": "MIT",