@innovastudio/contentbox 1.0.31 → 1.0.35
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 +3 -3
- package/package.json +2 -2
- package/public/contentbox/contentbox.css +0 -1
- package/public/contentbox/contentbox.esm.js +1110 -72
- package/public/contentbox/contentbox.min.js +10 -10
- package/readme.txt +25 -0
package/README.md
CHANGED
|
@@ -139,9 +139,9 @@ React and Vue project examples are provided in separate downloads in the user ar
|
|
|
139
139
|
|
|
140
140
|
To start building a page, you can click the (+) button on the top left sidebar. This will open a selection of predesigned sections that you can add into your page.
|
|
141
141
|
|
|
142
|
-

|
|
143
143
|
|
|
144
|
-

|
|
145
145
|
|
|
146
146
|
There are 2 predesigned section categories:
|
|
147
147
|
- Simple Start (to start from a basic/clean design)
|
|
@@ -239,7 +239,7 @@ The style can be used to format the entire page or just a specific section of yo
|
|
|
239
239
|
|
|
240
240
|
To apply the typography style to a specific box area, open the Box Settings dialog, select the 'Text' tab and click 'Change Style'.
|
|
241
241
|
|
|
242
|
-

|
|
243
243
|
|
|
244
244
|
This will re-open the typography selection and your selection will be applied to the chosen box area only.
|
|
245
245
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbox",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "public/contentbox/contentbox.esm.js",
|
|
6
6
|
"files": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@ashthornton/asscroll": "^2.0.4",
|
|
42
|
-
"@innovastudio/contentbuilder": "^1.0.
|
|
42
|
+
"@innovastudio/contentbuilder": "^1.0.63",
|
|
43
43
|
"axios": "^0.21.4",
|
|
44
44
|
"cors": "^2.8.5",
|
|
45
45
|
"express": "^4.17.1",
|