@copilotz/chat-ui 0.7.3 → 0.7.4

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
@@ -2007,6 +2007,9 @@
2007
2007
  .pr-2 {
2008
2008
  padding-right: calc(var(--spacing) * 2);
2009
2009
  }
2010
+ .pr-3 {
2011
+ padding-right: calc(var(--spacing) * 3);
2012
+ }
2010
2013
  .pr-6 {
2011
2014
  padding-right: calc(var(--spacing) * 6);
2012
2015
  }
@@ -2034,6 +2037,9 @@
2034
2037
  .pl-9 {
2035
2038
  padding-left: calc(var(--spacing) * 9);
2036
2039
  }
2040
+ .pl-10 {
2041
+ padding-left: calc(var(--spacing) * 10);
2042
+ }
2037
2043
  .text-center {
2038
2044
  text-align: center;
2039
2045
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",