@copilotz/chat-ui 0.9.4 → 0.9.5
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 +47 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +47 -50
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -9
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -272,9 +272,6 @@
|
|
|
272
272
|
.inset-y-0 {
|
|
273
273
|
inset-block: calc(var(--spacing) * 0);
|
|
274
274
|
}
|
|
275
|
-
.-top-2 {
|
|
276
|
-
top: calc(var(--spacing) * -2);
|
|
277
|
-
}
|
|
278
275
|
.top-0 {
|
|
279
276
|
top: calc(var(--spacing) * 0);
|
|
280
277
|
}
|
|
@@ -296,9 +293,6 @@
|
|
|
296
293
|
.top-\[50\%\] {
|
|
297
294
|
top: 50%;
|
|
298
295
|
}
|
|
299
|
-
.-right-2 {
|
|
300
|
-
right: calc(var(--spacing) * -2);
|
|
301
|
-
}
|
|
302
296
|
.right-0 {
|
|
303
297
|
right: calc(var(--spacing) * 0);
|
|
304
298
|
}
|
|
@@ -323,9 +317,6 @@
|
|
|
323
317
|
.bottom-full {
|
|
324
318
|
bottom: 100%;
|
|
325
319
|
}
|
|
326
|
-
.-left-2 {
|
|
327
|
-
left: calc(var(--spacing) * -2);
|
|
328
|
-
}
|
|
329
320
|
.left-0 {
|
|
330
321
|
left: calc(var(--spacing) * 0);
|
|
331
322
|
}
|