tccd-ui 0.0.55 → 0.0.56

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.js CHANGED
@@ -1136,10 +1136,10 @@ function TextDisplayEdit({ label, value, onChange, disabled = false, icon, place
1136
1136
  onChange(e.target.value);
1137
1137
  }
1138
1138
  };
1139
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "space-y-1 w-full", children: [
1139
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "space-y-0.5 w-full", children: [
1140
1140
  /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "flex gap-1.5 items-center", children: [
1141
1141
  icon && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "text-secondary", children: icon }),
1142
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("p", { className: "text-[16px] md:text-[17px] lg:text-[18px] text-contrast", children: label })
1142
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("p", { className: "text-[14px] md:text-[15px] lg:text-[16px] font-semibold text-contrast", children: label })
1143
1143
  ] }),
1144
1144
  /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("input", { disabled, value, onChange: handleChange, className: "text-contrast text-[14px] md:text-[15px] lg:text-[16px] border-b-2 border-primary/50 focus:outline-none focus:border-primary transition-colors w-full", placeholder })
1145
1145
  ] });