@divkitframework/divkit 28.4.0 → 28.5.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": "28.4.0",
3
+ "version": "28.5.0",
4
4
  "description": "DivKit for the web",
5
5
  "keywords": [
6
6
  "server-driven-ui",
@@ -35,7 +35,7 @@ export function render(opts: {
35
35
  customization?: Customization;
36
36
  builtinProtocols?: string[];
37
37
  extensions?: Map<string, DivExtensionClass>;
38
- /** EXPERIMENTAL SUPPORT */
38
+ /** @deprecated */
39
39
  theme?: Theme;
40
40
  fetchInit?: FetchInit;
41
41
  tooltipRoot?: HTMLElement;
@@ -28,7 +28,7 @@ export function render(opts: {
28
28
  customization?: Customization;
29
29
  builtinProtocols?: string[];
30
30
  extensions?: Map<string, DivExtensionClass>;
31
- /** EXPERIMENTAL SUPPORT */
31
+ /** @deprecated */
32
32
  theme?: Theme;
33
33
  fetchInit?: FetchInit;
34
34
  tooltipRoot?: HTMLElement;
@@ -27,7 +27,7 @@ export function render(opts: {
27
27
  customization?: Customization;
28
28
  builtinProtocols?: string[];
29
29
  extensions?: Map<string, DivExtensionClass>;
30
- /** EXPERIMENTAL SUPPORT */
30
+ /** @deprecated */
31
31
  theme?: Theme;
32
32
  fetchInit?: FetchInit;
33
33
  tooltipRoot?: HTMLElement;
@@ -89,7 +89,7 @@ export interface DivJson {
89
89
  variable_triggers?: VariableTrigger[];
90
90
  timers?: DivTimer[];
91
91
  }
92
- /** EXPERIMENTAL SUPPORT */
92
+ /** @deprecated */
93
93
  palette?: Palette;
94
94
  }
95
95