@copilotz/chat-ui 0.5.0 → 0.6.1

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
@@ -1984,9 +1984,6 @@
1984
1984
  .pt-1 {
1985
1985
  padding-top: calc(var(--spacing) * 1);
1986
1986
  }
1987
- .pt-2 {
1988
- padding-top: calc(var(--spacing) * 2);
1989
- }
1990
1987
  .pt-3 {
1991
1988
  padding-top: calc(var(--spacing) * 3);
1992
1989
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",