@copilotz/chat-ui 0.1.37 → 0.1.39
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 +50 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +50 -6
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -6
- package/package.json +1 -1
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
|
}
|