@cnc-ti/layout-basic 8.3.16 → 8.3.18

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
@@ -12337,7 +12337,7 @@ function CardFooterItem({
12337
12337
  "div",
12338
12338
  {
12339
12339
  className: cn(
12340
- "cnc-molecule-card-item cnc-flex cnc-flex-1 cnc-items-center cnc-justify-center cnc-py-3 cnc-px-8",
12340
+ "cnc-molecule-card-item cnc-flex cnc-flex-1 cnc-items-center cnc-justify-center cnc-py-3",
12341
12341
  className
12342
12342
  ),
12343
12343
  ...rest
@@ -12993,7 +12993,7 @@ function Combobox({
12993
12993
  "aria-expanded": open,
12994
12994
  className: "cnc-w-full cnc-justify-between cnc-truncate ",
12995
12995
  children: [
12996
- value ? options?.find((framework) => framework.value === value)?.label : placeholder,
12996
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { children: value ? options?.find((framework) => framework.value === value)?.label : placeholder }),
12997
12997
  /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChevronsUpDown, { className: "cnc-ml-2 cnc-h-4 cnc-w-4 cnc-shrink-0 cnc-opacity-50" })
12998
12998
  ]
12999
12999
  }