Skip to content

Commit f1e1439

Browse files
authored
Merge 6e39c82 into 5f2f61a
2 parents 5f2f61a + 6e39c82 commit f1e1439

26 files changed

+164
-32
lines changed

.changeset/common-rats-care.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@alfalab/core-components-select': patch
3+
'@alfalab/core-components': patch
4+
---
5+
6+
Изменено скругление OptionsList для desktop (не затрагивает тему site)

packages/input-autocomplete/src/__snapshots__/Component.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ exports[`InputAutocompleteMobile Snapshots tests should match snapshot in open s
363363
/>
364364
</div>
365365
<div
366-
class="track vertical"
366+
class="track vertical verticalBar verticalBarWithFooter"
367367
style="visibility: hidden;"
368368
>
369369
<div
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

packages/picker-button/src/__snapshots__/Component.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ exports[`Snapshots tests should display opened correctly 4`] = `
13421342
/>
13431343
</div>
13441344
<div
1345-
class="track vertical"
1345+
class="track vertical verticalBar"
13461346
style="visibility: hidden;"
13471347
>
13481348
<div
@@ -2456,7 +2456,7 @@ exports[`Snapshots tests should display opened correctly 6`] = `
24562456
/>
24572457
</div>
24582458
<div
2459-
class="track vertical"
2459+
class="track vertical verticalBar"
24602460
style="visibility: hidden;"
24612461
>
24622462
<div
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)