@innovastudio/contentbuilder 1.4.73 → 1.4.75

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.73",
4
+ "version": "1.4.75",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -77634,7 +77634,7 @@ class Dictation {
77634
77634
  const btnCommandList = builderStuff.querySelector('.cmd-command-list');
77635
77635
  const inpCommand = this.builderStuff.querySelector('.inp-command');
77636
77636
  if (localStorage.getItem('_sampleshown') === null) {
77637
- inpCommand.setAttribute('placeholder', this.builder.sampleCommand);
77637
+ inpCommand.setAttribute('placeholder', this.builder.commandPlaceholderText);
77638
77638
  localStorage.setItem('_sampleshown', true);
77639
77639
  }
77640
77640
  this.builder.commandText = '';
@@ -78624,7 +78624,7 @@ class ContentBuilder {
78624
78624
  /* Prompt/Command Stuff */
78625
78625
  isContentBox: false,
78626
78626
  sendCommandUrl: 'http://localhost:8081/answer',
78627
- //sampleCommand: '',
78627
+ commandPlaceholderText: '',
78628
78628
  enableShortCommands: true,
78629
78629
  speechRecognitionLang: 'en-US',
78630
78630
  headlineList: ['We create simple and effective designs.', 'Ultimate Experiences With Story, Emotion, And Purpose.', 'Build Anything Beautifully', 'With Less Stuff and More Compassion', 'We\'re [CompanyName]. Full stack development with a spark of creativity.', 'Transforming your digital experience with [CompanyName]. Achieve your online goals with our customized solutions.', 'Revolutionizing web development with [CompanyName]. Unleash your digital potential with our high-performance solutions.', 'Creative and Inspiring'],