@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/index.cjs +568 -533
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +430 -395
- package/dist/index.js.map +1 -1
- package/dist/styles.css +9 -0
- package/package.json +1 -1
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
|
}
|