@cnc-ti/layout-basic 8.3.14 → 8.3.15
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.css +5 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12879,7 +12879,7 @@ function Combobox({
|
|
|
12879
12879
|
variant: "outline",
|
|
12880
12880
|
role: "combobox",
|
|
12881
12881
|
"aria-expanded": open,
|
|
12882
|
-
className: "cnc-w-full cnc-justify-between",
|
|
12882
|
+
className: "cnc-w-full cnc-justify-between cnc-truncate ",
|
|
12883
12883
|
children: [
|
|
12884
12884
|
value ? options?.find((framework) => framework.value === value)?.label : placeholder,
|
|
12885
12885
|
/* @__PURE__ */ jsx46(ChevronsUpDown, { className: "cnc-ml-2 cnc-h-4 cnc-w-4 cnc-shrink-0 cnc-opacity-50" })
|