@copilotz/chat-ui 0.1.37 → 0.1.38

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
@@ -1239,9 +1239,6 @@
1239
1239
  .w-\(--sidebar-width\) {
1240
1240
  width: var(--sidebar-width);
1241
1241
  }
1242
- .w-0 {
1243
- width: calc(var(--spacing) * 0);
1244
- }
1245
1242
  .w-1 {
1246
1243
  width: calc(var(--spacing) * 1);
1247
1244
  }
@@ -1302,9 +1299,6 @@
1302
1299
  .w-48 {
1303
1300
  width: calc(var(--spacing) * 48);
1304
1301
  }
1305
- .w-80 {
1306
- width: calc(var(--spacing) * 80);
1307
- }
1308
1302
  .w-\[--radix-dropdown-menu-trigger-width\] {
1309
1303
  width: --radix-dropdown-menu-trigger-width;
1310
1304
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",