@stack-spot/ai-chat-widget 1.20.2-beta.1 → 1.20.2-beta.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "1.20.2-beta.1",
4
- "date": "Wed May 14 2025 17:13:09 GMT-0300 (Horário Padrão de Brasília)",
3
+ "version": "1.20.2-beta.3",
4
+ "date": "Thu May 15 2025 17:13:35 GMT-0300 (Horário Padrão de Brasília)",
5
5
  "dependencies": [
6
6
  {
7
7
  "name": "@stack-spot/app-metadata",
package/dist/layout.css CHANGED
@@ -31,7 +31,6 @@
31
31
  background-color: var(--light-400);
32
32
  border-radius: 4px;
33
33
  position: relative;
34
- overflow: hidden;
35
34
  width: 100%;
36
35
  height: 100%;
37
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "1.20.2-beta.1",
3
+ "version": "1.20.2-beta.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "1.20.2-beta.1",
4
- "date": "Wed May 14 2025 17:13:09 GMT-0300 (Horário Padrão de Brasília)",
3
+ "version": "1.20.2-beta.3",
4
+ "date": "Thu May 15 2025 17:13:35 GMT-0300 (Horário Padrão de Brasília)",
5
5
  "dependencies": [
6
6
  {
7
7
  "name": "@stack-spot/app-metadata",
package/src/layout.css CHANGED
@@ -31,7 +31,6 @@
31
31
  background-color: var(--light-400);
32
32
  border-radius: 4px;
33
33
  position: relative;
34
- overflow: hidden;
35
34
  width: 100%;
36
35
  height: 100%;
37
36