@trycompai/design-system 1.0.39 → 1.0.40
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/package.json
CHANGED
|
@@ -85,7 +85,9 @@ const appShellSidebarVariants = cva(
|
|
|
85
85
|
},
|
|
86
86
|
);
|
|
87
87
|
|
|
88
|
-
const appShellContentVariants = cva(
|
|
88
|
+
const appShellContentVariants = cva(
|
|
89
|
+
'flex flex-1 flex-col overflow-auto overscroll-none bg-background min-h-0 border-l border-border',
|
|
90
|
+
{
|
|
89
91
|
variants: {
|
|
90
92
|
padding: {
|
|
91
93
|
none: '',
|
|
@@ -97,7 +99,8 @@ const appShellContentVariants = cva('flex flex-1 flex-col overflow-auto bg-backg
|
|
|
97
99
|
defaultVariants: {
|
|
98
100
|
padding: 'default',
|
|
99
101
|
},
|
|
100
|
-
}
|
|
102
|
+
},
|
|
103
|
+
);
|
|
101
104
|
|
|
102
105
|
const appShellSearchVariants = cva('', {
|
|
103
106
|
variants: {
|