1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-10-27 10:38:35 +03:00

chore: add classnames npm dep

This commit is contained in:
louistiti 2023-11-16 23:20:01 +08:00
parent e449011f90
commit 2d1e27926d
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669
2 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,8 @@ export function Slider({
<SliderRange
className="aurora-slider-range"
style={{
[orientation === 'horizontal'
? 'width'
: 'height']: `${valueInPercent}%`
[orientation === 'horizontal' ? 'width' : 'height']:
`${valueInPercent}%`
}}
/>
</SliderTrack>

View File

@ -84,6 +84,7 @@
"archiver": "6.0.1",
"async": "3.2.5",
"axios": "1.6.2",
"classnames": "2.3.2",
"cross-env": "7.0.3",
"dayjs": "1.11.10",
"dotenv": "16.3.1",