@headwai/chat-bubble 7.0.0 → 7.1.0-rc.deployment-configuration.8a52080

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.
@@ -94,8 +94,8 @@
94
94
  transform: scale(1.02);
95
95
  }
96
96
  </style>
97
- <script type="module" crossorigin src="/chat-bubble.js"></script>
98
- <link rel="stylesheet" crossorigin href="/chat-bubble.css">
97
+ <script type="module" crossorigin src="./chat-bubble.js"></script>
98
+ <link rel="stylesheet" crossorigin href="./chat-bubble.css">
99
99
  </head>
100
100
  <body>
101
101
  <div class="test-container">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@headwai/chat-bubble",
3
- "version": "7.0.0",
3
+ "version": "7.1.0-rc.deployment-configuration.8a52080",
4
4
  "description": "A chat bubble component for LocalChat by headwAI",
5
5
  "type": "module",
6
6
  "files": [
@@ -1 +0,0 @@
1
- const e={chat:{header:{title:"HeadwAI Chat Bubble",newChat:"Neuen Chat starten",downloadHistory:"Chat-Verlauf herunterladen",closeChat:"Chat schließen"},content:{placeholder:"Geben Sie hier Ihre Fragen ein",initialMessage:"Hallo, wie kann ich Ihnen helfen?",feedback:{positive:"Gute Antwort",negative:"Schlechte Antwort"}}}};export{e as default};
@@ -1 +0,0 @@
1
- const e={chat:{header:{title:"HeadwAI Chat Bubble",newChat:"Start new chat",downloadHistory:"Download chat history",closeChat:"Close chat"},content:{placeholder:"Enter your questions here",initialMessage:"Hey, how can I help you?",feedback:{positive:"Good response",negative:"Poor response"}}}};export{e as default};