@innovastudio/contentbuilder 1.5.131 → 1.5.132
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
@@ -84122,12 +84122,12 @@ class Dictation {
|
|
84122
84122
|
'4:3': util.out('Landscape 4x3'),
|
84123
84123
|
'5:4': util.out('Landscape 5x4'),
|
84124
84124
|
'16:9': util.out('Landscape 16x9'),
|
84125
|
+
'21:9': util.out('Landscape 21:9'),
|
84125
84126
|
'2:3': util.out('Portrait 2x3'),
|
84126
84127
|
'3:4': util.out('Portrait 3x4'),
|
84127
84128
|
'4:5': util.out('Portrait 4x5'),
|
84128
84129
|
'9:16': util.out('Portrait 9x16'),
|
84129
|
-
'21
|
84130
|
-
'9:21': util.out('Landscape 9:21')
|
84130
|
+
'9:21': util.out('Portrait 9:21')
|
84131
84131
|
};
|
84132
84132
|
|
84133
84133
|
// Default set
|