@copilotz/chat-ui 0.9.20 → 0.9.22

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/styles.css CHANGED
@@ -1912,6 +1912,12 @@
1912
1912
  background-color: color-mix(in oklab, var(--color-muted) 30%, transparent);
1913
1913
  }
1914
1914
  }
1915
+ .bg-muted\/45 {
1916
+ background-color: color-mix(in srgb, hsl(var(--muted)) 45%, transparent);
1917
+ @supports (color: color-mix(in lab, red, red)) {
1918
+ background-color: color-mix(in oklab, var(--color-muted) 45%, transparent);
1919
+ }
1920
+ }
1915
1921
  .bg-muted\/50 {
1916
1922
  background-color: color-mix(in srgb, hsl(var(--muted)) 50%, transparent);
1917
1923
  @supports (color: color-mix(in lab, red, red)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.9.20",
3
+ "version": "0.9.22",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",