athena-x-ai-headless 2.2.25 → 2.2.27

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "athena-x-ai-headless",
3
- "version": "2.2.25",
3
+ "version": "2.2.27",
4
4
  "description": "Athena X-AI Front-End Implementation",
5
5
  "main": "set/athena-x-ai.js",
6
6
  "files": [
@@ -147,7 +147,7 @@
147
147
  }
148
148
  }
149
149
 
150
- /* Lazy loaders global (any host page, not scoped to demo wrapper) */
150
+ /* Lazy loaders — global (any host page, not scoped to demo wrapper) */
151
151
  .form-input-element__container {
152
152
  position: relative;
153
153
  isolation: isolate;
@@ -275,7 +275,7 @@
275
275
  to { transform: rotate(360deg); }
276
276
  }
277
277
 
278
- /* Find visually similar global (body.find-visual-similar-body is not inside .page-wrapper) */
278
+ /* Find visually similar — global (body.find-visual-similar-body is not inside .page-wrapper) */
279
279
  .find-visual-similar{
280
280
  display: none;
281
281
  visibility: hidden;