@iclips/ui 1.0.28 → 1.0.29

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
@@ -1150,10 +1150,11 @@ function ZA({
1150
1150
  "div",
1151
1151
  {
1152
1152
  className: M(
1153
- "flex h-full flex-col bg-background transition-all duration-300 rounded-lg mt-2 mx-2",
1153
+ "flex flex-col bg-background transition-all duration-300 rounded-lg my-2 ml-2",
1154
1154
  g ? "w-0 overflow-hidden border-0" : "w-64 border",
1155
1155
  o
1156
1156
  ),
1157
+ style: { height: "calc(100% - 1rem)" },
1157
1158
  children: [
1158
1159
  /* @__PURE__ */ b("div", { className: "flex h-16 min-h-16 items-center justify-between px-4", children: [
1159
1160
  /* @__PURE__ */ l("h2", { className: "text-sm font-semibold truncate", children: t }),