@copilotz/chat-ui 0.9.10 → 0.9.12
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.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -6
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1969,12 +1969,6 @@
|
|
|
1969
1969
|
.bg-sidebar-accent {
|
|
1970
1970
|
background-color: var(--color-sidebar-accent);
|
|
1971
1971
|
}
|
|
1972
|
-
.bg-sidebar-accent\/45 {
|
|
1973
|
-
background-color: color-mix(in srgb, hsl(var(--sidebar-accent)) 45%, transparent);
|
|
1974
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1975
|
-
background-color: color-mix(in oklab, var(--color-sidebar-accent) 45%, transparent);
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
1972
|
.bg-sidebar-accent\/70 {
|
|
1979
1973
|
background-color: color-mix(in srgb, hsl(var(--sidebar-accent)) 70%, transparent);
|
|
1980
1974
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2606,6 +2600,11 @@
|
|
|
2606
2600
|
width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)) + 2px);
|
|
2607
2601
|
}
|
|
2608
2602
|
}
|
|
2603
|
+
.group-data-\[collapsible\=icon\]\:items-center {
|
|
2604
|
+
&:is(:where(.group)[data-collapsible="icon"] *) {
|
|
2605
|
+
align-items: center;
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2609
2608
|
.group-data-\[collapsible\=icon\]\:justify-center {
|
|
2610
2609
|
&:is(:where(.group)[data-collapsible="icon"] *) {
|
|
2611
2610
|
justify-content: center;
|
|
@@ -2626,6 +2625,11 @@
|
|
|
2626
2625
|
padding: calc(var(--spacing) * 2) !important;
|
|
2627
2626
|
}
|
|
2628
2627
|
}
|
|
2628
|
+
.group-data-\[collapsible\=icon\]\:px-0 {
|
|
2629
|
+
&:is(:where(.group)[data-collapsible="icon"] *) {
|
|
2630
|
+
padding-inline: calc(var(--spacing) * 0);
|
|
2631
|
+
}
|
|
2632
|
+
}
|
|
2629
2633
|
.group-data-\[collapsible\=icon\]\:opacity-0 {
|
|
2630
2634
|
&:is(:where(.group)[data-collapsible="icon"] *) {
|
|
2631
2635
|
opacity: 0%;
|