@headwai/chat-bubble 2.0.5 → 2.0.8

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/style.css DELETED
@@ -1 +0,0 @@
1
- main.svelte-bjand4.svelte-bjand4{font-family:sans-serif;position:relative;height:100vh;width:100vw}.ai-assistant-icon.svelte-bjand4.svelte-bjand4{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #00000026;transition:all .3s ease;z-index:1000}.ai-assistant-icon.svelte-bjand4.svelte-bjand4:hover{transform:scale(1.1);box-shadow:0 6px 25px #0003}.ai-assistant-icon.svelte-bjand4.svelte-bjand4:active{transform:scale(.95)}.ai-assistant-icon.svelte-bjand4 img.svelte-bjand4{width:36px;height:36px;object-fit:contain}.chat-container.svelte-bjand4.svelte-bjand4{position:fixed;bottom:20px;right:20px;width:400px;height:600px;border-radius:12px;box-shadow:0 8px 32px #00000026;overflow:hidden;z-index:999;background:#fff;animation:svelte-bjand4-slideIn .3s ease-out}.chat-container.svelte-bjand4 deep-chat{width:100%!important;height:100%!important;position:relative!important;display:block!important;top:0!important;left:0!important;box-sizing:border-box!important}.chat-container.svelte-bjand4 deep-chat>*{width:100%!important;height:100%!important;box-sizing:border-box!important}@keyframes svelte-bjand4-slideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.chat-container.svelte-bjand4.svelte-bjand4{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;border-radius:0}.ai-assistant-icon.svelte-bjand4.svelte-bjand4{bottom:30px;right:30px}}