@cnc-ti/layout-basic 8.3.15 → 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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12068,7 +12068,7 @@ var SelectTrigger = React73.forwardRef(({ className, children, ...props }, ref)
|
|
|
12068
12068
|
{
|
|
12069
12069
|
ref,
|
|
12070
12070
|
className: cn(
|
|
12071
|
-
"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-
|
|
12071
|
+
"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",
|
|
12072
12072
|
className
|
|
12073
12073
|
),
|
|
12074
12074
|
...props,
|
|
@@ -12150,7 +12150,7 @@ var SelectItem = React73.forwardRef(({ className, children, ...props }, ref) =>
|
|
|
12150
12150
|
{
|
|
12151
12151
|
ref,
|
|
12152
12152
|
className: cn(
|
|
12153
|
-
"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-
|
|
12153
|
+
"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",
|
|
12154
12154
|
className
|
|
12155
12155
|
),
|
|
12156
12156
|
...props,
|