@elia-assistant/chatui 1.0.12 → 1.0.13

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/store.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as e } from "./chunks/settingsStore-Bqlj_GzJ.js";
1
+ import { t as e } from "./chunks/settingsStore-BRK5844w.js";
2
2
  export { e as useSettingsStore };
@@ -64,7 +64,8 @@ export interface ChatConfig {
64
64
  streaming?: boolean;
65
65
  botName?: string;
66
66
  theme?: string;
67
- showSidebar?: boolean;
67
+ /** Override individual CSS variables on the widget root, e.g. { '--t-avatar-bg': '#ff0000' } */
68
+ cssVars?: Record<string, string>;
68
69
  mode?: 'window' | 'fullscreen' | 'mixed';
69
70
  showCta?: boolean;
70
71
  ctaText?: string;
@@ -76,12 +77,6 @@ export interface ChatConfig {
76
77
  botAvatar?: string;
77
78
  /** Popup toggle button icon (window mode). Built-in id, URL, or data URL. */
78
79
  toggleButtonIcon?: string;
79
- /** Link text shown after the localized "Powered by" prefix. Default: 'ELIA AI Assistant'. */
80
- poweredByLabel?: string;
81
- /** Link target URL. Default: 'https://www.elia-asistent.com'. */
82
- poweredByUrl?: string;
83
- /** Hide the entire "Powered by" footer line. */
84
- poweredByHide?: boolean;
85
80
  /** In fullscreen layout, present the chat as a bottom sheet (rounded top, drag handle, dimmed
86
81
  * backdrop above) instead of fully covering the viewport. Applies to mode 'fullscreen' and to
87
82
  * 'mixed' on mobile. Default: false. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elia-assistant/chatui",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -51,6 +51,7 @@
51
51
  "react-dom": "^19.0.0"
52
52
  },
53
53
  "dependencies": {
54
+ "@tailwindcss/postcss": "^4.3.0",
54
55
  "i18next": "^25.0.0",
55
56
  "i18next-resources-to-backend": "^1.2.0",
56
57
  "react-i18next": "^16.0.0",
@@ -60,16 +61,17 @@
60
61
  },
61
62
  "devDependencies": {
62
63
  "@rollup/plugin-commonjs": "^29.0.2",
63
- "@tailwindcss/vite": "^4.0.0",
64
+ "@tailwindcss/vite": "^4.3.0",
64
65
  "@types/node": "^25.6.0",
65
66
  "@types/react": "^19.0.0",
66
67
  "@types/react-dom": "^19.0.0",
67
68
  "@vitejs/plugin-react": "^6.0.0",
69
+ "postcss-prefix-selector": "^2.1.1",
68
70
  "react": "^19.0.0",
69
71
  "react-dom": "^19.0.0",
70
- "tailwindcss": "^4.0.0",
72
+ "tailwindcss": "^4.3.0",
71
73
  "typescript": "~5.9.0",
72
74
  "vite": "^8.0.0",
73
75
  "vite-plugin-dts": "^4.5.4"
74
76
  }
75
- }
77
+ }
@@ -1,2 +0,0 @@
1
- import { t as e } from "./i18n-CGlsSoQa.js";
2
- export { e as default };