athena-x-ai-headless 2.2.36 → 2.2.38
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/example/athena/athena.css +0 -29
- package/example/athena-x-ai.js +1 -1
- package/example/athena-xai-chat-styles.css +1137 -0
- package/example/athena-xai-chat.umd.js +626 -0
- package/example/athena.html +54 -277
- package/example/chat-free.html +59 -217
- package/example/index.html +54 -213
- package/example/index.js +1 -0
- package/package.json +1 -1
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/athena-x-ai.js +1 -1
- package/example/athena-xai-chat-free.umd.js +0 -3327
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/269.athena-x-ai.js.LICENSE.txt +0 -9
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/athena-x-ai-analytics.js.LICENSE.txt +0 -30
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/athena-x-ai.js.LICENSE.txt +0 -30
|
@@ -277,35 +277,6 @@
|
|
|
277
277
|
|
|
278
278
|
/* --- autocomplete.css --- */
|
|
279
279
|
/*==================
|
|
280
|
-
Reset CSS
|
|
281
|
-
==================*/
|
|
282
|
-
* {
|
|
283
|
-
margin: 0;
|
|
284
|
-
padding: 0;
|
|
285
|
-
box-sizing: border-box;
|
|
286
|
-
color: #4F4F69;
|
|
287
|
-
word-break: break-word;
|
|
288
|
-
}
|
|
289
|
-
ol, li{
|
|
290
|
-
list-style-type: none;
|
|
291
|
-
}
|
|
292
|
-
a{
|
|
293
|
-
text-decoration: none;
|
|
294
|
-
}
|
|
295
|
-
button{
|
|
296
|
-
border: 0;
|
|
297
|
-
background: transparent;
|
|
298
|
-
outline: none;
|
|
299
|
-
cursor: pointer;
|
|
300
|
-
appearance: none;
|
|
301
|
-
}
|
|
302
|
-
textarea:focus, input:focus{
|
|
303
|
-
outline: none;
|
|
304
|
-
}
|
|
305
|
-
html{
|
|
306
|
-
margin-left: calc(100vw - 100%)
|
|
307
|
-
}
|
|
308
|
-
/*==================
|
|
309
280
|
Helper Classes
|
|
310
281
|
==================*/
|
|
311
282
|
.athena-visibility-hidden {
|