@divkitframework/divkit 23.3.1 → 23.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/README.md CHANGED
@@ -158,6 +158,8 @@ safari >= 11
158
158
  firefox >= 67
159
159
  ```
160
160
 
161
+ However, some rare features require more modern browsers, for example, `aspect` for a `container` requires `aspect-ratio` support in css. Such requirements are described in the documentation.
162
+
161
163
  Node.js
162
164
  ```
163
165
  Node.js >= 8
@@ -338,7 +340,7 @@ instance.setTheme('dark');
338
340
  #### Variables
339
341
 
340
342
  ```js
341
- import {createVariable, createGlobalVariablesController, render} from '@divkit/divkit';
343
+ import {createVariable, createGlobalVariablesController, render} from '@divkitframework/divkit';
342
344
 
343
345
  // Custom variable outside of DivJson
344
346
  const variable = createVariable('name', 'string', 'val');