Skip to content

Commit

Permalink
chore(deps): update taiga-ui dev infra to v0.160.0 (#8875)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 7, 2024
1 parent 6ead1e6 commit 6d829bc
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 58 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@
"@nx/jest": "19.6.5",
"@nx/workspace": "19.6.5",
"@schematics/angular": "16.2.15",
"@taiga-ui/browserslist-config": "0.159.1",
"@taiga-ui/commitlint-config": "0.159.1",
"@taiga-ui/cspell-config": "0.159.1",
"@taiga-ui/browserslist-config": "0.160.0",
"@taiga-ui/commitlint-config": "0.160.0",
"@taiga-ui/cspell-config": "0.160.0",
"@taiga-ui/design-tokens": "0.133.0",
"@taiga-ui/eslint-plugin-experience": "0.159.1",
"@taiga-ui/eslint-plugin-experience": "0.160.0",
"@taiga-ui/event-plugins": "4.1.2",
"@taiga-ui/prettier-config": "0.159.1",
"@taiga-ui/stylelint-config": "0.159.1",
"@taiga-ui/tsconfig": "0.159.1",
"@taiga-ui/prettier-config": "0.160.0",
"@taiga-ui/stylelint-config": "0.160.0",
"@taiga-ui/tsconfig": "0.160.0",
"@types/glob": "8.1.0",
"@types/loader-utils": "2.0.6",
"@types/node": "22.5.4",
Expand Down
6 changes: 1 addition & 5 deletions projects/addon-table/components/table/td/td.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
transform: translate3d(0, 0, 0);
});

&._editable {
padding: 0 !important;
}

&:first-child {
left: 0;
}
Expand All @@ -31,7 +27,7 @@
}

&._editable {
padding: 0;
padding: 0 !important;
vertical-align: top;
}
}
Expand Down
22 changes: 8 additions & 14 deletions projects/core/styles/components/textfield.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ tui-textfield {
--t-right: 2.25rem;
}

&::before {
margin-inline-end: 0.75rem;
}

&::after {
margin-inline-start: 0.25rem;
}
Expand Down Expand Up @@ -120,6 +116,7 @@ tui-textfield {

&::before {
z-index: 1;
margin-inline-end: 0.75rem;
}

&:has(:disabled:not(.t-filler, button, option))::before,
Expand Down Expand Up @@ -228,6 +225,13 @@ tui-textfield {
}
});
}

.ios-only({
&._ios-fix {
position: fixed;
left: 1000rem;
}
});
}

label:not([data-orientation='vertical']) {
Expand All @@ -250,16 +254,6 @@ tui-textfield {
cursor: pointer;
}

input:defined,
select:defined {
.ios-only({
&._ios-fix {
position: fixed;
left: 1000rem;
}
});
}

button,
a {
pointer-events: auto;
Expand Down
5 changes: 1 addition & 4 deletions projects/kit/styles/components/block.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
font: var(--tui-font-text-m);
padding: var(--tui-padding-l);

[tuiTooltip] {
margin: 0.25rem;
}

&[data-size='s'] {
gap: 0.5rem;
font: var(--tui-font-text-ui-s);
Expand Down Expand Up @@ -112,6 +108,7 @@

[tuiTooltip] {
vertical-align: bottom;
margin: 0.25rem;
font-size: 1rem;
border: none;
}
Expand Down

0 comments on commit 6d829bc

Please sign in to comment.