@copilotz/chat-ui 0.7.2 → 0.7.3

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);
@@ -3455,11 +3455,6 @@
3455
3455
  display: flex;
3456
3456
  }
3457
3457
  }
3458
- .md\:h-screen {
3459
- @media (width >= 48rem) {
3460
- height: 100vh;
3461
- }
3462
- }
3463
3458
  .md\:min-w-3xl {
3464
3459
  @media (width >= 48rem) {
3465
3460
  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.3",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",