@divkitframework/divkit 29.3.0 → 29.4.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/divkit",
3
- "version": "29.3.0",
3
+ "version": "29.4.0",
4
4
  "description": "DivKit for the web",
5
5
  "keywords": [
6
6
  "server-driven-ui",
@@ -257,6 +257,8 @@ export type Platform = 'desktop' | 'touch' | 'auto';
257
257
 
258
258
  export type Theme = 'system' | 'light' | 'dark';
259
259
 
260
+ export type Direction = 'ltr' | 'rtl';
261
+
260
262
  export interface Customization {
261
263
  galleryLeftClass?: string;
262
264
  galleryRightClass?: string;