@skbkontur/icons 1.2.0 → 1.2.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.2.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.2.0...@skbkontur/icons@1.2.1) (2023-07-05)
7
+
8
+ **Note:** Version bump only for package @skbkontur/icons
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.2.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.1.1...@skbkontur/icons@1.2.0) (2023-07-04)
7
15
 
8
16
 
package/README.md CHANGED
@@ -206,7 +206,7 @@ const [size, setSize] = React.useState(iconSize);
206
206
  const [weight, setWeight] = React.useState(ICONS_DEFAULT_VALUES.weight);
207
207
  const [color, setColor] = React.useState('');
208
208
 
209
- <>
209
+ <div style={{height: '100vh'}}>
210
210
  <p style={{ fontWeight: 'bold', fontSize: '20px', margin: 0, padding: '20px 10px' }}>
211
211
  Всего иконок: {completeIcons.length}
212
212
  </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skbkontur/icons",
3
3
  "description": "react-ui-icons",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
7
7
  },