@voxket-ai/voxket-live 1.0.95 → 1.0.97

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/index.css ADDED
@@ -0,0 +1 @@
1
+ .chat-scrollable{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.3) transparent}.chat-scrollable::-webkit-scrollbar{width:6px}.chat-scrollable::-webkit-scrollbar-track{background:transparent}.chat-scrollable::-webkit-scrollbar-thumb{background:#9ca3af4d;border-radius:3px}.chat-scrollable::-webkit-scrollbar-thumb:hover{background:#9ca3af80}.chat-messages-container{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.backdrop-blur-sm{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hover\:shadow-glow:hover{box-shadow:0 0 20px #3b82f64d}.message-bubble{animation:bubbleIn .3s cubic-bezier(.68,-.55,.265,1.55)}@keyframes bubbleIn{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.typing-indicator{display:inline-flex;align-items:center;gap:4px}.typing-dot{width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.4;animation:typingDot 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,80%,to{transform:scale(.8);opacity:.4}40%{transform:scale(1);opacity:1}}.glass-effect{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.focus-ring{transition:all .2s ease-in-out}.focus-ring:focus{outline:2px solid rgb(59 130 246 / .5);outline-offset:2px}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pulse-soft{animation:pulseSoft 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulseSoft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.message-hover:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}