athena-x-ai-headless 2.2.25 → 2.2.26
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
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
/* Lazy loaders
|
|
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
|
|
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;
|