@copilotz/chat-ui 0.9.10 → 0.9.11

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
@@ -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)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.9.10",
3
+ "version": "0.9.11",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",