@innovastudio/contentbox 1.5.69 → 1.5.71

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.
@@ -459,7 +459,7 @@ _txt["Send"] = "Send";
459
459
  _txt["Please select a box."] = "Please select a box.";
460
460
  _txt["Speech recognition not supported in this browser."] = "Speech recognition not supported in this browser.";
461
461
  _txt["Abort"] = "Abort";
462
- _txt["Commands"] = "Commands";
462
+ _txt["Command Examples"] = "Command Examples";
463
463
  _txt["Temperature"] = "Temperature";
464
464
  _txt["Top P"] = "Top P";
465
465
  _txt["AI-Powered Features"] = "AI-Powered Features";
@@ -468,9 +468,16 @@ _txt["AI-Disclaimer"] = "The feature you're about to use utilizes AI in some of
468
468
  "There may be instances where the results are not 100% accurate or may provide unexpected responses or information. " +
469
469
  "As a user, it's your responsibility to independently verify any information or results obtained through this AI-powered feature. " +
470
470
  "Our team is dedicated to continuously improving its performance and accuracy to enhance your experience.";
471
+ _txt["Language"] = "Language";
472
+ _txt["BCP-47 format"] = "BCP-47 format";
473
+ _txt["Dictation"] = "Dictation";
474
+ _txt["These words trigger command actions"] = "These words trigger command actions";
471
475
  _txt["No microphone found. Please activate your microphone and refresh the page."] = "No microphone found. Please activate your microphone and refresh the page.";
472
-
473
-
476
+ _txt["Please select a block or content."] = "Please select a block or content.";
477
+ _txt["Edit Selected Block'"] = "Edit Selected Block'";
478
+ _txt["Ask Questions"] = "Ask Questions";
479
+ _txt["Auto select \'Edit Selected Block\' mode."] = "Auto select \'Edit Selected Block\' mode.";
480
+ _txt["Auto send command delay"] = "Auto send command delay";
474
481
 
475
482
  //ContentBox.js
476
483
  _txt['Sections'] = 'Sections';
package/readme.txt CHANGED
@@ -1,4 +1,4 @@
1
- ContentBox.js 5.5.6
1
+ ContentBox.js 5.5.8
2
2
 
3
3
  To get started, please refer to the documentation:
4
4
 
@@ -86,7 +86,7 @@ If you have the ContentBox source code:
86
86
 
87
87
  > npm run build
88
88
 
89
- The minified JS will be generated in the folder: 'public/contentbuilder/contentbuilder.min.js'.
89
+ The minified JS will be generated in the folder: 'public/contentbox/contentbox.min.js'.
90
90
  You can test it by opening, for example, 'public/example.html'.
91
91
  If you're using Visual Studio Code, right-click on the 'example.html' file and select "Open with Live Server".
92
92