refactor: refactor forms components and remove legacy Taiga UI package (#3012)

This commit is contained in:
Alex Inkin
2025-08-27 22:57:49 +07:00
committed by GitHub
parent 2a27716e29
commit b7438ef155
69 changed files with 1568 additions and 1486 deletions

View File

@@ -88,7 +88,7 @@
--start9-base-5: rgba(60, 62, 64, 1);
}
[tuiAppearance][data-appearance^='primary'] {
[tuiAppearance][data-appearance^='primary']:not([tuiCheckbox]._readonly) {
@include taiga.appearance-disabled {
background: var(--tui-status-neutral);
color: #333;
@@ -126,11 +126,8 @@ tui-dropdown[data-appearance='start-os'][data-appearance='start-os'] {
var(--tui-background-elevation-3) 75%,
transparent
);
background-image: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.15),
transparent
),
background-image:
linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent),
linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
background-size: 1px 100%;
background-repeat: no-repeat;
@@ -162,6 +159,10 @@ tui-badge-notification {
background: var(--tui-status-negative);
}
tui-textfield [tuiTooltip] {
display: block !important;
}
[tuiCell] {
&[data-height='spacious'] {
padding-block: 0.75rem;