@copilotz/chat-ui 0.9.16 → 0.9.17

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
@@ -336,6 +336,9 @@
336
336
  .z-20 {
337
337
  z-index: 20;
338
338
  }
339
+ .z-30 {
340
+ z-index: 30;
341
+ }
339
342
  .z-50 {
340
343
  z-index: 50;
341
344
  }
@@ -1663,6 +1666,9 @@
1663
1666
  .overflow-hidden {
1664
1667
  overflow: hidden;
1665
1668
  }
1669
+ .overflow-visible {
1670
+ overflow: visible;
1671
+ }
1666
1672
  .overflow-x-auto {
1667
1673
  overflow-x: auto;
1668
1674
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",