athena-xai-chat 1.0.74 → 1.0.75

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.
@@ -3010,7 +3010,7 @@ ae.styles = dA`
3010
3010
  .athena-xai-select-chat__loader-heading {
3011
3011
  font-weight: 300;
3012
3012
  font-size: clamp(20px, 4vw, 44px);
3013
- line-height: 48px;
3013
+ line-height: clamp(1.05, 1.2, 1.3);
3014
3014
  letter-spacing: 0;
3015
3015
  text-align: center;
3016
3016
  text-transform: uppercase;
@@ -943,7 +943,7 @@ Ces cadeaux viennent du cœur:`}}}},$t=A=>`${I.api.baseUrl}${I.api.endpoints[A]}
943
943
  .athena-xai-select-chat__loader-heading {
944
944
  font-weight: 300;
945
945
  font-size: clamp(20px, 4vw, 44px);
946
- line-height: 48px;
946
+ line-height: clamp(1.05, 1.2, 1.3);
947
947
  letter-spacing: 0;
948
948
  text-align: center;
949
949
  text-transform: uppercase;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "dist"
6
6
  ],
7
- "version": "1.0.74",
7
+ "version": "1.0.75",
8
8
  "type": "module",
9
9
  "scripts": {
10
10
  "dev": "vite",