Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/strong-donkeys-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@alfalab/core-components-tag': minor
---

- Добавлены props `showClear` и `onClear` для сброса выбранного состояния
- Изменены отступы в компоненте
- Добавлен вариант `view='muted'`
- В `IndicatorTag` добавлен размер 48, prop `view` (`filled` | `muted`) и обновлены стили SVG-формы
8 changes: 8 additions & 0 deletions .changeset/stupid-eels-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@alfalab/core-components-filter-tag': minor
---

- Добавлен prop `showArrow` для управления отображением шеврона в выбранном состоянии
- Изменены отступы в компоненте
- Шеврон отображается в невыбранном состоянии; крестик и шеврон можно показывать независимо друг от друга
- Добавлен вариант `view='muted'`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,9 @@ exports[`Checkbox Display tests should display tag group correctly 1`] = `
class="component component component size-48 size-48 outlined outlined rounded outlined my-tag"
type="button"
>
<span>
<span
class="content"
>
Первый вариант
</span>
</button>
Expand All @@ -600,7 +602,9 @@ exports[`Checkbox Display tests should display tag group correctly 1`] = `
class="component component component size-48 size-48 outlined outlined rounded outlined"
type="button"
>
<span>
<span
class="content"
>
Второй вариант
</span>
</button>
Expand All @@ -618,7 +622,9 @@ exports[`Checkbox Display tests should display tag group correctly 1`] = `
class="component component component size-48 size-48 outlined outlined rounded outlined"
type="button"
>
<span>
<span
class="content"
>
Третий вариант
</span>
</button>
Expand Down Expand Up @@ -652,7 +658,9 @@ exports[`Checkbox Display tests should display tag group correctly 1`] = `
class="component component component size-48 size-48 outlined outlined rounded outlined my-tag"
type="button"
>
<span>
<span
class="content"
>
Первый вариант
</span>
</button>
Expand All @@ -670,7 +678,9 @@ exports[`Checkbox Display tests should display tag group correctly 1`] = `
class="component component component size-48 size-48 outlined outlined rounded outlined"
type="button"
>
<span>
<span
class="content"
>
Второй вариант
</span>
</button>
Expand All @@ -688,7 +698,9 @@ exports[`Checkbox Display tests should display tag group correctly 1`] = `
class="component component component size-48 size-48 outlined outlined rounded outlined"
type="button"
>
<span>
<span
class="content"
>
Третий вариант
</span>
</button>
Expand Down
Loading