@skbkontur/icons 1.1.0 → 1.1.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 +8 -0
- package/README.md +2 -2
- package/package.json +1 -1
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.1.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.1.0...@skbkontur/icons@1.1.1) (2023-06-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @skbkontur/icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.1.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.0.3...@skbkontur/icons@1.1.0) (2023-06-27)
|
|
7
15
|
|
|
8
16
|
|
package/README.md
CHANGED
|
@@ -261,7 +261,7 @@ const [color, setColor] = React.useState('');
|
|
|
261
261
|
marginBottom: '10px',
|
|
262
262
|
background: '#fff',
|
|
263
263
|
boxShadow: 'rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px',
|
|
264
|
-
width: '
|
|
264
|
+
width: '15.5vw',
|
|
265
265
|
height: '150px',
|
|
266
266
|
}}
|
|
267
267
|
key={name}
|
|
@@ -308,7 +308,7 @@ const [color, setColor] = React.useState('');
|
|
|
308
308
|
}}
|
|
309
309
|
style={{ display: 'flex', alignItems: 'baseline', cursor: 'pointer' }}
|
|
310
310
|
>
|
|
311
|
-
<p style={{ margin: '7px 0 14px', paddingRight: '5px', fontWeight: 'bold' }}>
|
|
311
|
+
<p style={{ fontSize: '12px', margin: '7px 0 14px', paddingRight: '5px', fontWeight: 'bold' }}>
|
|
312
312
|
{name === copied ? 'Название скопировано' : name}
|
|
313
313
|
</p>
|
|
314
314
|
|