@innovastudio/contentbox 1.0.29 → 1.0.33
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 +3 -2
- package/public/contentbox/contentbox.css +26 -7
- package/public/contentbox/contentbox.esm.js +2656 -462
- package/public/contentbox/contentbox.min.js +11 -11
- package/public/contentbox/lang/en.js +13 -1
- package/readme.txt +25 -0
|
@@ -404,4 +404,16 @@ _txt['xs'] = 'xs';
|
|
|
404
404
|
_txt['sm'] = 'sm';
|
|
405
405
|
_txt['m'] = 'm';
|
|
406
406
|
_txt['lg'] = 'lg';
|
|
407
|
-
_txt['Scroll
|
|
407
|
+
_txt['Scroll'] = 'Scroll';
|
|
408
|
+
_txt['Scroll Button'] = 'Scroll Button';
|
|
409
|
+
_txt['Are you sure you want to remove all text/content in this box?'] = 'Are you sure you want to remove all text/content in this box?';
|
|
410
|
+
_txt['Vertical Adjustment'] = 'Vertical Adjustment';
|
|
411
|
+
_txt['Horizontal Adjustment'] = 'Horizontal Adjustment';
|
|
412
|
+
_txt["Start"] = "Start";
|
|
413
|
+
_txt["End"] = "End";
|
|
414
|
+
_txt["Slide Left"] = "Slide Left";
|
|
415
|
+
_txt["Slide Right"] = "Slide Right";
|
|
416
|
+
_txt["Slide Back"] = "Slide Back";
|
|
417
|
+
_txt["Zoom In"] = "Zoom In";
|
|
418
|
+
_txt["Zoom Out"] = "Zoom Out";
|
|
419
|
+
_txt["Overlap"] = "Overlap";
|
package/readme.txt
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
ContentBox.js 5
|
|
2
|
+
|
|
3
|
+
To get started, please see the documentation:
|
|
4
|
+
|
|
5
|
+
https://innovastudio.com/docs/contentbox.pdf
|
|
6
|
+
|
|
7
|
+
or
|
|
8
|
+
|
|
9
|
+
README.md
|
|
10
|
+
|
|
11
|
+
For Source Code Package only: please see readme-sourcecode.txt
|
|
12
|
+
|
|
13
|
+
To try the example:
|
|
14
|
+
|
|
15
|
+
Copy all files into your localhost and open:
|
|
16
|
+
|
|
17
|
+
http://localhost/.../public/example.html
|
|
18
|
+
|
|
19
|
+
_____________________________________________
|
|
20
|
+
SUPPORT:
|
|
21
|
+
|
|
22
|
+
Email us at: support@innovastudio.com
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|