@infomaximum/widget-sdk 5.26.0 → 5.26.1

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [5.26.1](https://github.com/Infomaximum/widget-sdk/compare/v5.26.0...v5.26.1) (2025-06-25)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * изменено именование поля actinButtons > actionButtons ([8b0ddf3](https://github.com/Infomaximum/widget-sdk/commit/8b0ddf374045287a06210c19debe021fe4dbcc97))
11
+
5
12
  ## [5.26.0](https://github.com/Infomaximum/widget-sdk/compare/v5.25.0...v5.26.0) (2025-06-23)
6
13
 
7
14
 
package/dist/index.d.ts CHANGED
@@ -1070,7 +1070,7 @@ interface IActionUpdateVariable extends IActionCommon {
1070
1070
  type TActionOpenIn = {
1071
1071
  openIn: EViewOpenIn.DRAWER_WINDOW;
1072
1072
  alignment: EDrawerPlacement;
1073
- actinButtons: boolean;
1073
+ actionButtons: boolean;
1074
1074
  } | {
1075
1075
  openIn: EViewOpenIn.PLACEHOLDER;
1076
1076
  placeholderName: string;
@@ -1080,7 +1080,7 @@ type TActionOpenIn = {
1080
1080
  openIn: EViewOpenIn.NEW_WINDOW;
1081
1081
  } | {
1082
1082
  openIn: EViewOpenIn.MODAL_WINDOW;
1083
- actinButtons: boolean;
1083
+ actionButtons: boolean;
1084
1084
  positionByClick?: boolean;
1085
1085
  }
1086
1086
  /** @deprecated необходимо использовать EViewOpenIn.WINDOW с флагом newWindow - false */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "5.26.0",
3
+ "version": "5.26.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",