@innovastudio/contentbox 1.6.138 → 1.6.139
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/contentbox",
|
3
3
|
"type": "module",
|
4
|
-
"version": "1.6.
|
4
|
+
"version": "1.6.139",
|
5
5
|
"description": "",
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
7
7
|
"types": "index.d.ts",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"ws": "^8.13.0"
|
60
60
|
},
|
61
61
|
"dependencies": {
|
62
|
-
"@innovastudio/contentbuilder": "^1.5.
|
62
|
+
"@innovastudio/contentbuilder": "^1.5.132",
|
63
63
|
"js-beautify": "^1.14.0",
|
64
64
|
"sortablejs": "^1.15.2"
|
65
65
|
}
|
@@ -110633,12 +110633,12 @@ class Dictation {
|
|
110633
110633
|
'4:3': util.out('Landscape 4x3'),
|
110634
110634
|
'5:4': util.out('Landscape 5x4'),
|
110635
110635
|
'16:9': util.out('Landscape 16x9'),
|
110636
|
+
'21:9': util.out('Landscape 21:9'),
|
110636
110637
|
'2:3': util.out('Portrait 2x3'),
|
110637
110638
|
'3:4': util.out('Portrait 3x4'),
|
110638
110639
|
'4:5': util.out('Portrait 4x5'),
|
110639
110640
|
'9:16': util.out('Portrait 9x16'),
|
110640
|
-
'21
|
110641
|
-
'9:21': util.out('Landscape 9:21')
|
110641
|
+
'9:21': util.out('Portrait 9:21')
|
110642
110642
|
};
|
110643
110643
|
|
110644
110644
|
// Default set
|