@skbkontur/icons 1.15.0 → 1.15.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
@@ -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
+ ## [1.15.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.15.0...@skbkontur/icons@1.15.1) (2024-12-20)
7
+
8
+ **Note:** Version bump only for package @skbkontur/icons
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.15.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.14.2...@skbkontur/icons@1.15.0) (2024-12-10)
7
15
 
8
16
 
package/README.md CHANGED
@@ -89,7 +89,7 @@ import { completeIcons } from './__stories__/constant';
89
89
 
90
90
  import { ColorPicker } from './__stories__/ColorPicker';
91
91
  import { ControlsWrapper, ControlsWrapperProps } from './__stories__/ControlsWrapper';
92
- import { TemplateProps } from './__stories__/ModernIcons.stories';
92
+ import { TemplateProps } from './__stories__/ModernIcons.gallery.stories';
93
93
  import { WeightRange } from './__stories__/WeightRange';
94
94
 
95
95
  const textWeights = [100, 200, 300, 400, 500, 600, 700, 800, 900];
@@ -172,7 +172,7 @@ import { weights, breakpoints } from './internal/Icon';
172
172
  import { completeIcons } from './__stories__/constant';
173
173
  import { ColorPicker } from './__stories__/ColorPicker';
174
174
  import { ControlsWrapper, ControlsWrapperProps } from './__stories__/ControlsWrapper';
175
- import { TemplateProps } from './__stories__/ModernIcons.stories';
175
+ import { TemplateProps } from './__stories__/ModernIcons.gallery.stories';
176
176
  import { WeightRange } from './__stories__/WeightRange';
177
177
 
178
178
  const CheckAIcon = allIcons['CheckAIcon'];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skbkontur/icons",
3
3
  "description": "react-ui-icons",
4
- "version": "1.15.0",
4
+ "version": "1.15.1",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
7
7
  },