@innovastudio/contentbuilder 1.0.32 → 1.0.36
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/README.md +1913 -0
- package/license.txt +80 -0
- package/package.json +40 -19
- package/public/contentbuilder/config.js +8 -0
- package/public/contentbuilder/contentbuilder.css +4284 -0
- package/public/contentbuilder/contentbuilder.esm.js +59529 -0
- package/public/contentbuilder/contentbuilder.min.js +122 -0
- package/public/contentbuilder/lang/en.js +299 -0
- package/public/contentbuilder/lang/fr.js +299 -0
- package/public/contentbuilder/plugins/buttoneditor/images/a.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/b.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/c.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/d.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/e.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/f.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/g.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/h.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/plugin.js +1566 -0
- package/public/contentbuilder/plugins/buttoneditor/readme.txt +7 -0
- package/public/contentbuilder/plugins/helloworld/plugin.js +15 -0
- package/public/contentbuilder/plugins/helloworld/readme.txt +23 -0
- package/public/contentbuilder/plugins/preview/plugin.js +301 -0
- package/public/contentbuilder/plugins/preview/readme.txt +23 -0
- package/public/contentbuilder/plugins/searchreplace/plugin.js +458 -0
- package/public/contentbuilder/plugins/searchreplace/readme.txt +23 -0
- package/public/contentbuilder/plugins/searchreplace/searchreplace.html +264 -0
- package/public/contentbuilder/plugins/showgrid/plugin.js +73 -0
- package/public/contentbuilder/plugins/showgrid/readme.txt +23 -0
- package/public/contentbuilder/plugins/symbols/plugin.js +2876 -0
- package/public/contentbuilder/plugins/symbols/readme.txt +23 -0
- package/public/contentbuilder/plugins/wordcount/plugin.js +75 -0
- package/public/contentbuilder/plugins/wordcount/readme.txt +23 -0
- package/public/contentbuilder/themes/colored-blue.css +1125 -0
- package/public/contentbuilder/themes/colored-blue2.css +1125 -0
- package/public/contentbuilder/themes/colored-blue3.css +1125 -0
- package/public/contentbuilder/themes/colored-blue4.css +1125 -0
- package/public/contentbuilder/themes/colored-blue5.css +1125 -0
- package/public/contentbuilder/themes/colored-blue6.css +1125 -0
- package/public/contentbuilder/themes/colored-blue7.css +1125 -0
- package/public/contentbuilder/themes/colored-blue8.css +1125 -0
- package/public/contentbuilder/themes/colored-dark.css +1125 -0
- package/public/contentbuilder/themes/colored-darkblue.css +1125 -0
- package/public/contentbuilder/themes/colored-gray.css +1125 -0
- package/public/contentbuilder/themes/colored-green.css +1125 -0
- package/public/contentbuilder/themes/colored-green2.css +1125 -0
- package/public/contentbuilder/themes/colored-green3.css +1125 -0
- package/public/contentbuilder/themes/colored-green4.css +1125 -0
- package/public/contentbuilder/themes/colored-green5.css +1125 -0
- package/public/contentbuilder/themes/colored-magenta.css +1125 -0
- package/public/contentbuilder/themes/colored-orange.css +1125 -0
- package/public/contentbuilder/themes/colored-orange2.css +1125 -0
- package/public/contentbuilder/themes/colored-orange3.css +1125 -0
- package/public/contentbuilder/themes/colored-pink.css +1125 -0
- package/public/contentbuilder/themes/colored-pink2.css +1125 -0
- package/public/contentbuilder/themes/colored-pink3.css +1125 -0
- package/public/contentbuilder/themes/colored-pink4.css +1125 -0
- package/public/contentbuilder/themes/colored-purple.css +1125 -0
- package/public/contentbuilder/themes/colored-purple2.css +1125 -0
- package/public/contentbuilder/themes/colored-red.css +1125 -0
- package/public/contentbuilder/themes/colored-red2.css +1125 -0
- package/public/contentbuilder/themes/colored-red3.css +1125 -0
- package/public/contentbuilder/themes/colored-red4.css +1125 -0
- package/public/contentbuilder/themes/colored-red5.css +1125 -0
- package/public/contentbuilder/themes/colored-yellow.css +1125 -0
- package/public/contentbuilder/themes/colored-yellow2.css +1125 -0
- package/public/contentbuilder/themes/dark-blue.css +1125 -0
- package/public/contentbuilder/themes/dark-blue2.css +1125 -0
- package/public/contentbuilder/themes/dark-blue3.css +1125 -0
- package/public/contentbuilder/themes/dark-gray.css +1125 -0
- package/public/contentbuilder/themes/dark-pink.css +1125 -0
- package/public/contentbuilder/themes/dark-purple.css +1125 -0
- package/public/contentbuilder/themes/dark-red.css +1125 -0
- package/public/contentbuilder/themes/dark.css +1124 -0
- package/public/contentbuilder/themes/light-blue.css +1125 -0
- package/public/contentbuilder/themes/light-blue2.css +1125 -0
- package/public/contentbuilder/themes/light-blue3.css +1125 -0
- package/public/contentbuilder/themes/light-cyan.css +1125 -0
- package/public/contentbuilder/themes/light-gray.css +1125 -0
- package/public/contentbuilder/themes/light-gray2.css +1125 -0
- package/public/contentbuilder/themes/light-green.css +1125 -0
- package/public/contentbuilder/themes/light-pink.css +1125 -0
- package/public/contentbuilder/themes/light-pink2.css +1125 -0
- package/public/contentbuilder/themes/light-purple.css +1125 -0
- package/public/contentbuilder/themes/light-purple2.css +1125 -0
- package/public/contentbuilder/themes/light-red.css +1125 -0
- package/public/contentbuilder/themes/light-yellow.css +1125 -0
- package/public/contentbuilder/themes/light-yellow2.css +1125 -0
- package/readme.txt +23 -0
- package/.eslintrc.json +0 -28
- package/lib/contentbuilder.js +0 -46704
- package/rollup.config.js +0 -23
package/readme.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
ContentBuilder.js 5.0.1
|
|
2
|
+
|
|
3
|
+
To get started, please see the documentation:
|
|
4
|
+
|
|
5
|
+
https://innovastudio.com/docs/contentbuilder.pdf
|
|
6
|
+
|
|
7
|
+
Or README.md
|
|
8
|
+
|
|
9
|
+
For Source Code Package only:
|
|
10
|
+
|
|
11
|
+
To try the example:
|
|
12
|
+
|
|
13
|
+
Copy all files into your localhost and open:
|
|
14
|
+
|
|
15
|
+
http://localhost/.../public/example1.html
|
|
16
|
+
|
|
17
|
+
_____________________________________________
|
|
18
|
+
SUPPORT:
|
|
19
|
+
|
|
20
|
+
Email us at: support@innovastudio.com
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
package/.eslintrc.json
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"env": {
|
|
3
|
-
"browser": true,
|
|
4
|
-
"es6": true
|
|
5
|
-
},
|
|
6
|
-
"extends": "eslint:recommended",
|
|
7
|
-
"parserOptions": {
|
|
8
|
-
"sourceType": "module"
|
|
9
|
-
},
|
|
10
|
-
"rules": {
|
|
11
|
-
"indent": [
|
|
12
|
-
"error",
|
|
13
|
-
4
|
|
14
|
-
],
|
|
15
|
-
"linebreak-style": [
|
|
16
|
-
"error",
|
|
17
|
-
"unix"
|
|
18
|
-
],
|
|
19
|
-
"quotes": [
|
|
20
|
-
"error",
|
|
21
|
-
"single"
|
|
22
|
-
],
|
|
23
|
-
"semi": [
|
|
24
|
-
"error",
|
|
25
|
-
"always"
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
}
|