@copilotz/chat-ui 0.1.1 → 0.1.2

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
@@ -1279,6 +1279,15 @@
1279
1279
  .w-\[--radix-dropdown-menu-trigger-width\] {
1280
1280
  width: --radix-dropdown-menu-trigger-width;
1281
1281
  }
1282
+ .w-\[70\%\] {
1283
+ width: 70%;
1284
+ }
1285
+ .w-\[75\%\] {
1286
+ width: 75%;
1287
+ }
1288
+ .w-\[85\%\] {
1289
+ width: 85%;
1290
+ }
1282
1291
  .w-\[280px\] {
1283
1292
  width: 280px;
1284
1293
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",