Skip to content

Commit

Permalink
chore(deps): update taiga-ui dev infra to v0.174.0 (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 12, 2024
1 parent a662262 commit a1013d2
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 65 deletions.
108 changes: 54 additions & 54 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,21 @@
"@swc/core": "1.7.26",
"@swc/helpers": "0.5.13",
"@taiga-ui/addon-doc": "4.6.0",
"@taiga-ui/browserslist-config": "0.169.1",
"@taiga-ui/browserslist-config": "0.174.0",
"@taiga-ui/cdk": "4.6.0",
"@taiga-ui/commitlint-config": "0.169.1",
"@taiga-ui/commitlint-config": "0.174.0",
"@taiga-ui/core": "4.6.0",
"@taiga-ui/eslint-plugin-experience": "0.169.1",
"@taiga-ui/eslint-plugin-experience": "0.174.0",
"@taiga-ui/event-plugins": "4.2.0",
"@taiga-ui/icons": "4.6.0",
"@taiga-ui/layout": "4.6.0",
"@taiga-ui/legacy": "4.6.0",
"@taiga-ui/polymorpheus": "4.7.1",
"@taiga-ui/prettier-config": "0.169.1",
"@taiga-ui/stylelint-config": "0.169.1",
"@taiga-ui/prettier-config": "0.174.0",
"@taiga-ui/stylelint-config": "0.174.0",
"@taiga-ui/styles": "4.6.0",
"@taiga-ui/testing": "4.6.0",
"@taiga-ui/tsconfig": "0.169.1",
"@taiga-ui/tsconfig": "0.174.0",
"@types/express": "4.17.21",
"@types/jasmine": "5.1.4",
"@types/jest": "29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

.t-stackblitz:active {
transform: scale(0.98);
box-shadow: 0.1875rem 0.125rem 1.375rem 0.0625rem rgb(0 0 0 / 24%);
box-shadow: 0.1875rem 0.125rem 1.375rem 0.0625rem rgba(0, 0, 0, 0.24);
}

.t-stackblitz_mobile {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
padding: 0.3125rem;
border-radius: 0.3125rem;
margin: 0 0.3125rem;
box-shadow: 0 0 0 0.125rem rgb(0 123 255 / 25%);
box-shadow: 0 0 0 0.125rem rgba(0, 123, 255, 0.25);
line-height: 2.6rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ table th {

table td,
table th {
border: 0.125rem solid rgb(233 233 231);
border: 0.125rem solid rgb(233, 233, 231);

[tuiTheme='dark'] & {
border: 0.125rem solid rgb(47 47 47);
border: 0.125rem solid rgb(47, 47, 47);
}
}

Expand All @@ -75,7 +75,7 @@ table th > * {

/* stylelint-disable-next-line */
.selectedCell {
outline: 0.0625rem solid rgb(131 180 215);
outline: 0.0625rem solid rgb(131, 180, 215);

&::after {
content: '';
Expand Down

0 comments on commit a1013d2

Please sign in to comment.