@copilotz/chat-ui 0.7.2 → 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
@@ -1197,8 +1197,8 @@
1197
1197
  .h-24 {
1198
1198
  height: calc(var(--spacing) * 24);
1199
1199
  }
1200
- .h-\[100svh\] {
1201
- height: 100svh;
1200
+ .h-\[100dvh\] {
1201
+ height: 100dvh;
1202
1202
  }
1203
1203
  .h-\[calc\(100\%-0\.25rem\)\] {
1204
1204
  height: calc(100% - 0.25rem);
@@ -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
  }
@@ -3455,11 +3461,6 @@
3455
3461
  display: flex;
3456
3462
  }
3457
3463
  }
3458
- .md\:h-screen {
3459
- @media (width >= 48rem) {
3460
- height: 100vh;
3461
- }
3462
- }
3463
3464
  .md\:min-w-3xl {
3464
3465
  @media (width >= 48rem) {
3465
3466
  min-width: var(--container-3xl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",