athena-xai-chat 1.0.70 → 1.0.72

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.
@@ -2983,7 +2983,7 @@ let ie = class extends S {
2983
2983
  ie.styles = zA`
2984
2984
  .athena-xai-select-chat__loader-outer-container {
2985
2985
  height: 100vh;
2986
- background: #FAF6F2;
2986
+ background: #FFFFFF;
2987
2987
  display: flex;
2988
2988
  flex: 1;
2989
2989
  padding-top: 68px;
@@ -3053,7 +3053,7 @@ ie.styles = zA`
3053
3053
 
3054
3054
  position: relative;
3055
3055
  left: 0;
3056
- bottom: 0;
3056
+ bottom: -144px;
3057
3057
  }
3058
3058
 
3059
3059
  .athena-xai-select-chat__loader-inner-top-image {
@@ -3225,7 +3225,7 @@ let Ee = class extends S {
3225
3225
  Ee.styles = zA`
3226
3226
  .athena-xai-select-chat__error-outer-container {
3227
3227
  height: 100vh;
3228
- background: #FAF6F2;
3228
+ background: #FFFFFF;
3229
3229
  display: flex;
3230
3230
  flex: 1;
3231
3231
  padding-top: 68px;
@@ -3284,7 +3284,7 @@ Ee.styles = zA`
3284
3284
 
3285
3285
  position: relative;
3286
3286
  left: 0;
3287
- bottom: 0;
3287
+ bottom: -144px;
3288
3288
  }
3289
3289
 
3290
3290
  .athena-xai-select-chat__error-inner-top-image {
@@ -6522,7 +6522,7 @@ iA.styles = [
6522
6522
 
6523
6523
  .athena-xai-select-chat__swiper-container {
6524
6524
  position: relative;
6525
- width: 45%;
6525
+ width: 65%;
6526
6526
  }
6527
6527
 
6528
6528
  .swiper-slide-active {
@@ -6915,7 +6915,7 @@ qA.styles = [zA`
6915
6915
  flex-direction: column;
6916
6916
  align-items: flex-end;
6917
6917
  flex: 1;
6918
- background: #FAF6F2;
6918
+ background: #FFFFFF;
6919
6919
  min-height: 850px;
6920
6920
  position: relative;
6921
6921
  padding-top: 60px;
@@ -916,7 +916,7 @@ Ces cadeaux viennent du cœur:`}}}},$t=A=>`${Y.api.baseUrl}${Y.api.endpoints[A]}
916
916
  `}};de.styles=vA`
917
917
  .athena-xai-select-chat__loader-outer-container {
918
918
  height: 100vh;
919
- background: #FAF6F2;
919
+ background: #FFFFFF;
920
920
  display: flex;
921
921
  flex: 1;
922
922
  padding-top: 68px;
@@ -986,7 +986,7 @@ Ces cadeaux viennent du cœur:`}}}},$t=A=>`${Y.api.baseUrl}${Y.api.endpoints[A]}
986
986
 
987
987
  position: relative;
988
988
  left: 0;
989
- bottom: 0;
989
+ bottom: -144px;
990
990
  }
991
991
 
992
992
  .athena-xai-select-chat__loader-inner-top-image {
@@ -1094,7 +1094,7 @@ Ces cadeaux viennent du cœur:`}}}},$t=A=>`${Y.api.baseUrl}${Y.api.endpoints[A]}
1094
1094
  `}};Oe.styles=vA`
1095
1095
  .athena-xai-select-chat__error-outer-container {
1096
1096
  height: 100vh;
1097
- background: #FAF6F2;
1097
+ background: #FFFFFF;
1098
1098
  display: flex;
1099
1099
  flex: 1;
1100
1100
  padding-top: 68px;
@@ -1153,7 +1153,7 @@ Ces cadeaux viennent du cœur:`}}}},$t=A=>`${Y.api.baseUrl}${Y.api.endpoints[A]}
1153
1153
 
1154
1154
  position: relative;
1155
1155
  left: 0;
1156
- bottom: 0;
1156
+ bottom: -144px;
1157
1157
  }
1158
1158
 
1159
1159
  .athena-xai-select-chat__error-inner-top-image {
@@ -1493,7 +1493,7 @@ Ces cadeaux viennent du cœur:`}}}},$t=A=>`${Y.api.baseUrl}${Y.api.endpoints[A]}
1493
1493
 
1494
1494
  .athena-xai-select-chat__swiper-container {
1495
1495
  position: relative;
1496
- width: 45%;
1496
+ width: 65%;
1497
1497
  }
1498
1498
 
1499
1499
  .swiper-slide-active {
@@ -1791,7 +1791,7 @@ Ces cadeaux viennent du cœur:`}}}},$t=A=>`${Y.api.baseUrl}${Y.api.endpoints[A]}
1791
1791
  flex-direction: column;
1792
1792
  align-items: flex-end;
1793
1793
  flex: 1;
1794
- background: #FAF6F2;
1794
+ background: #FFFFFF;
1795
1795
  min-height: 850px;
1796
1796
  position: relative;
1797
1797
  padding-top: 60px;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "dist"
6
6
  ],
7
- "version": "1.0.70",
7
+ "version": "1.0.72",
8
8
  "type": "module",
9
9
  "scripts": {
10
10
  "dev": "vite",