lisichatbot 1.0.8 → 1.0.9

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisichatbot",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
package/src/index.js CHANGED
@@ -420,8 +420,6 @@ async function showNextStep() {
420
420
  }
421
421
 
422
422
  function handleCompletion() {
423
- addMessage('Thank you! All done.');
424
-
425
423
  console.log('✅ Flow completed. Data:', chatState.data);
426
424
 
427
425
  // Hide Next button
@@ -625,6 +623,7 @@ function injectStyles() {
625
623
  max-width: 70%;
626
624
  width: auto;
627
625
  display: inline-block;
626
+ text-align: left;
628
627
  }
629
628
 
630
629
  /* Options wrapper spacing and gap */