@cnc-ti/layout-basic 8.3.16 → 8.3.17

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
@@ -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
  }