@alan-ai/alan-sdk-web 1.8.62 → 1.8.63

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/dist/alan_lib.js CHANGED
@@ -87981,6 +87981,9 @@ code.hljs {
87981
87981
  <title>Alan Text Chat History</title>
87982
87982
  ${headContent ? headContent : ""}
87983
87983
  <style>
87984
+ * {
87985
+ box-sizing: border-box;
87986
+ }
87984
87987
  body {
87985
87988
  padding:0 !important;
87986
87989
  margin: 0 !important;
@@ -88033,7 +88036,7 @@ code.hljs {
88033
88036
 
88034
88037
  // alan_btn/alan_btn.ts
88035
88038
  (function(ns) {
88036
- uiState.lib.version = "alan-version.1.8.62".replace("alan-version.", "");
88039
+ uiState.lib.version = "alan-version.1.8.63".replace("alan-version.", "");
88037
88040
  if (window.alanBtn) {
88038
88041
  console.warn("Alan: the Alan Button source code has already added (v." + uiState.lib.version + ")");
88039
88042
  }