@alquimia-ai/ui 1.5.2 → 1.6.0

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.
@@ -151,3 +151,8 @@
151
151
  @apply text-sm text-black;
152
152
  }
153
153
 
154
+ @keyframes wave {
155
+ 0%, 100% { transform: scaleY(1); }
156
+ 50% { transform: scaleY(1.3); }
157
+ }
158
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alquimia-ai/ui",
3
- "version": "1.5.2",
3
+ "version": "1.6.0",
4
4
  "author": "Alquimia AI",
5
5
  "description": "UI components for Alquimia SDK",
6
6
  "private": false,