athena-x-ai-headless 2.2.44 → 2.2.46

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.
@@ -5629,18 +5629,6 @@ span.cropper-line.line-s{
5629
5629
  .pulse-btn{
5630
5630
  transform: scale(1.3);
5631
5631
  }
5632
-
5633
- .footer{
5634
- background-color: #F7F7FA;
5635
- padding: 15px 15px;
5636
- text-align: center;
5637
- position: sticky;
5638
- bottom: -85px;
5639
- }
5640
- .footer p{
5641
- font-size: 18px;
5642
- font-weight: 500;
5643
- }
5644
5632
  @media only screen and (max-width: 1700px){
5645
5633
  .sticky-header .athena-search-active-filters-container{
5646
5634
  top: 116px;
@@ -49,6 +49,20 @@
49
49
  html {
50
50
  margin-left: calc(100vw - 100%);
51
51
  }
52
+
53
+ .footer {
54
+ background-color: #F7F7FA;
55
+
56
+ padding: 15px 15px;
57
+ text-align: center;
58
+ position: sticky;
59
+ bottom: -85px;
60
+ }
61
+
62
+ .footer p {
63
+ font-size: 18px;
64
+ font-weight: 500;
65
+ }
52
66
  </style>
53
67
  </head>
54
68
  <body>
@@ -54,6 +54,20 @@
54
54
  height: 100dvh;
55
55
  overflow-y: auto;
56
56
  }
57
+
58
+ .footer {
59
+ background-color: #F7F7FA;
60
+
61
+ padding: 15px 15px;
62
+ text-align: center;
63
+ position: sticky;
64
+ bottom: -85px;
65
+ }
66
+
67
+ .footer p {
68
+ font-size: 18px;
69
+ font-weight: 500;
70
+ }
57
71
  </style>
58
72
  </head>
59
73
  <body>
@@ -49,6 +49,20 @@
49
49
  html {
50
50
  margin-left: calc(100vw - 100%);
51
51
  }
52
+
53
+ .footer {
54
+ background-color: #F7F7FA;
55
+
56
+ padding: 15px 15px;
57
+ text-align: center;
58
+ position: sticky;
59
+ bottom: -85px;
60
+ }
61
+
62
+ .footer p {
63
+ font-size: 18px;
64
+ font-weight: 500;
65
+ }
52
66
  </style>
53
67
  </head>
54
68
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "athena-x-ai-headless",
3
- "version": "2.2.44",
3
+ "version": "2.2.46",
4
4
  "description": "Athena X-AI Front-End Implementation",
5
5
  "main": "set/athena-x-ai.js",
6
6
  "files": [
@@ -3528,6 +3528,10 @@ Category Banner
3528
3528
  object-fit: contain;
3529
3529
  width: 100%;
3530
3530
  }
3531
+ .athena-autocomplete__image-section_a {
3532
+ max-height: 65px;
3533
+ object-fit: contain;
3534
+ }
3531
3535
  /*==================
3532
3536
  Responsive
3533
3537
  ==================*/