@skbkontur/side-menu 3.1.4 → 3.1.5

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.1.5](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/side-menu@3.1.4...@skbkontur/side-menu@3.1.5) (2025-01-29)
7
+
8
+ **Note:** Version bump only for package @skbkontur/side-menu
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.1.4](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/side-menu@3.1.3...@skbkontur/side-menu@3.1.4) (2025-01-23)
7
15
 
8
16
 
package/README.md CHANGED
@@ -578,7 +578,7 @@ React.useEffect(() => {
578
578
 
579
579
  #### Переменные кастомизации (см. [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext))
580
580
 
581
- ```typescript
581
+ ```typescript static
582
582
  {
583
583
  sideMenuWidth: string;
584
584
  sideMenuWidthForTouchScreens: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skbkontur/side-menu",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -22,8 +22,8 @@
22
22
  "@skbkontur/react-ui": "^5.0.0"
23
23
  },
24
24
  "dependencies": {
25
- "@skbkontur/icons": "^1.15.2",
26
- "@skbkontur/react-ui-addons": "^5.1.2",
25
+ "@skbkontur/icons": "^1.15.3",
26
+ "@skbkontur/react-ui-addons": "^5.1.3",
27
27
  "tslib": "^1"
28
28
  }
29
29
  }
@@ -21,7 +21,7 @@ import { getKonturAvatarUrl } from '@skbkontur/react-ui-addons';
21
21
 
22
22
  #### Переменные кастомизации (см. [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext))
23
23
 
24
- ```typescript
24
+ ```typescript static
25
25
  {
26
26
  sideMenuAvatarMargin: string;
27
27
  }
@@ -1,6 +1,6 @@
1
1
  #### Переменные кастомизации (см. [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext))
2
2
 
3
- ```typescript
3
+ ```typescript static
4
4
  {
5
5
  sideMenuBodyPaddingBottom: string;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  #### Переменные кастомизации (см. [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext))
2
2
 
3
- ```typescript
3
+ ```typescript static
4
4
  {
5
5
  sideMenuDividerBgColor: string;
6
6
  sideMenuDividerMarginX: string;
@@ -1,6 +1,6 @@
1
1
  #### Переменные кастомизации (см. [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext))
2
2
 
3
- ```typescript
3
+ ```typescript static
4
4
  {
5
5
  sideMenuFooterPaddingBottom: string;
6
6
  sideMenuFooterPaddingTop: string;
@@ -1,6 +1,6 @@
1
1
  #### Переменные кастомизации (см. [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext))
2
2
 
3
- ```typescript
3
+ ```typescript static
4
4
  {
5
5
  sideMenuHeaderPaddingTop: string;
6
6
  sideMenuHeaderPaddingBottom: string;
@@ -128,7 +128,7 @@ import { ThemeContext, ThemeFactory } from '@skbkontur/react-ui';
128
128
  ```
129
129
  #### Переменные кастомизации (см. [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext))
130
130
 
131
- ```typescript
131
+ ```typescript static
132
132
  {
133
133
  sideMenuItemBorderRadius: string;
134
134
  sideMenuItemHoverBg: string;
@@ -1,4 +1,4 @@
1
- ```typescript
1
+ ```typescript static
2
2
  {
3
3
  sideMenuSubItemHeaderFontSize: string;
4
4
  sideMenuSubItemHeaderColor: string;