@copilotz/chat-ui 0.1.8 → 0.1.9

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
@@ -3451,11 +3451,6 @@
3451
3451
  }
3452
3452
  }
3453
3453
  }
3454
- .\[\&_\*\]\:text-right {
3455
- & * {
3456
- text-align: right;
3457
- }
3458
- }
3459
3454
  .\[\&_svg\]\:pointer-events-none {
3460
3455
  & svg {
3461
3456
  pointer-events: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",