@cnc-ti/layout-basic 8.3.14 → 8.3.16

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.mjs CHANGED
@@ -11956,7 +11956,7 @@ var SelectTrigger = React73.forwardRef(({ className, children, ...props }, ref)
11956
11956
  {
11957
11957
  ref,
11958
11958
  className: cn(
11959
- "cnc-flex cnc-h-10 cnc-w-full cnc-items-center cnc-justify-between cnc-rounded-md cnc-border cnc-border-input cnc-bg-background cnc-px-3 cnc-py-2 cnc-text-sm cnc-ring-offset-background placeholder:cnc-text-muted-foreground focus:cnc-outline-none focus:cnc-ring-2 focus:cnc-ring-ring focus:cnc-ring-offset-2 disabled:cnc-cursor-not-allowed disabled:cnc-opacity-50 [&>span]:cnc-line-clamp-1",
11959
+ "cnc-flex cnc-h-10 cnc-w-full cnc-items-center cnc-justify-between cnc-rounded-md cnc-border cnc-border-input cnc-bg-background cnc-px-3 cnc-py-2 cnc-text-sm cnc-text-brand-gray-200 cnc-font-medium hover:cnc-text-accent-foreground hover:cnc-bg-brand-blue-50 placeholder:cnc-text-muted-foreground focus:cnc-outline-none focus:cnc-ring-ring focus:cnc-ring-offset-2 disabled:cnc-cursor-not-allowed disabled:cnc-opacity-50 [&>span]:cnc-line-clamp-1",
11960
11960
  className
11961
11961
  ),
11962
11962
  ...props,
@@ -12038,7 +12038,7 @@ var SelectItem = React73.forwardRef(({ className, children, ...props }, ref) =>
12038
12038
  {
12039
12039
  ref,
12040
12040
  className: cn(
12041
- "cnc-relative cnc-flex cnc-w-full cnc-cursor-default cnc-select-none cnc-items-center cnc-rounded-sm cnc-py-1.5 cnc-pl-8 cnc-pr-2 cnc-text-sm cnc-outline-none focus:cnc-bg-accent focus:cnc-text-accent-foreground data-[disabled]:cnc-pointer-events-none data-[disabled]:cnc-opacity-50 hover:cnc-bg-slate-50",
12041
+ "cnc-relative cnc-flex cnc-w-full cnc-cursor-default cnc-select-none cnc-items-center cnc-rounded-sm cnc-py-1.5 cnc-pl-8 cnc-pr-2 cnc-text-sm cnc-outline-none focus:cnc-text-accent-foreground data-[disabled]:cnc-pointer-events-none data-[disabled]:cnc-opacity-50 hover:cnc-bg-slate-50",
12042
12042
  className
12043
12043
  ),
12044
12044
  ...props,
@@ -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" })