@lemonsliceai/lemon-slice-widget 1.0.14 → 1.0.16

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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/dist/index.js +27 -27
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,7 @@ LemonSlice agents are created on [https://lemonslice.com/](https://lemonslice.co
22
22
  - **`controlled-show-minimize-button`**: Dynamically control minimize button visibility - `"true"` or `"false"`
23
23
  - **`video-button-color-hex`**: Hex color (with or without `#`) used for the minimized video chat button (default: `#919191`)
24
24
  - **`video-button-color-opacity`**: Opacity for the video chat button color in the range `[0, 1]` (default: `0.3`)
25
+ - **`hide-powered-by`**: Hide the "Powered by Lemon Slice" branding (default: `false`)
25
26
 
26
27
  ### Examples
27
28
 
@@ -41,6 +42,9 @@ LemonSlice agents are created on [https://lemonslice.com/](https://lemonslice.co
41
42
  video-button-color-hex="#FF4FD8"
42
43
  video-button-color-opacity="0.8"
43
44
  ></lemon-slice-widget>
45
+
46
+ <!-- Hide powered by branding -->
47
+ <lemon-slice-widget agent-id="agent_id" hide-powered-by></lemon-slice-widget>
44
48
  ```
45
49
 
46
50
  ### Dynamic Control