@innovastudio/contentbuilder 1.5.189 → 1.5.191
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/index.d.ts +2 -0
- package/package.json +1 -1
- package/public/contentbuilder/contentbuilder.css +0 -1
- package/public/contentbuilder/contentbuilder.esm.js +796 -11
- package/public/contentbuilder/contentbuilder.min.js +7 -7
- package/public/contentbuilder/lang/en.js +2 -2
- package/public/contentbuilder/lang/fr.js +2 -2
|
@@ -583,8 +583,8 @@ _txt["Describe what you want to build or ask questions"] = "Describe what you wa
|
|
|
583
583
|
_txt["Close chat panel"] = "Close chat panel";
|
|
584
584
|
_txt["Open settings"] = "Open settings";
|
|
585
585
|
_txt["Message input"] = "Message input";
|
|
586
|
-
_txt["e.g., Create a landing page for
|
|
587
|
-
_txt["e.g., Create
|
|
586
|
+
_txt["e.g., Create a landing page for a creative studio"] = "e.g., Create a landing page for a creative studio";
|
|
587
|
+
_txt["e.g., Create an article about a productive home workspace"] = "e.g., Create an article about a productive home workspace";
|
|
588
588
|
_txt["Type your message"] = "Type your message";
|
|
589
589
|
_txt["Send message"] = "Send message";
|
|
590
590
|
_txt["Chat Settings"] = "Chat Settings";
|
|
@@ -583,8 +583,8 @@ _txt["Describe what you want to build or ask questions"] = "Describe what you wa
|
|
|
583
583
|
_txt["Close chat panel"] = "Close chat panel";
|
|
584
584
|
_txt["Open settings"] = "Open settings";
|
|
585
585
|
_txt["Message input"] = "Message input";
|
|
586
|
-
_txt["e.g., Create a landing page for
|
|
587
|
-
_txt["e.g., Create
|
|
586
|
+
_txt["e.g., Create a landing page for a creative studio"] = "e.g., Create a landing page for a creative studio";
|
|
587
|
+
_txt["e.g., Create an article about a productive home workspace"] = "e.g., Create an article about a productive home workspace";
|
|
588
588
|
_txt["Type your message"] = "Type your message";
|
|
589
589
|
_txt["Send message"] = "Send message";
|
|
590
590
|
_txt["Chat Settings"] = "Chat Settings";
|