Skip to content

Commit

Permalink
chore(deps): update taiga-ui dev infra to v0.174.0 (#8997)
Browse files Browse the repository at this point in the history
Co-authored-by: taiga-family-bot <[email protected]>
  • Loading branch information
taiga-family-bot and taiga-family-bot authored Sep 12, 2024
1 parent 37859b2 commit a851e15
Show file tree
Hide file tree
Showing 77 changed files with 931 additions and 1,561 deletions.
2,186 changes: 778 additions & 1,408 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@
"@nx/jest": "19.7.2",
"@nx/workspace": "19.7.2",
"@schematics/angular": "16.2.15",
"@taiga-ui/browserslist-config": "0.173.0",
"@taiga-ui/commitlint-config": "0.173.0",
"@taiga-ui/cspell-config": "0.173.0",
"@taiga-ui/browserslist-config": "0.174.0",
"@taiga-ui/commitlint-config": "0.174.0",
"@taiga-ui/cspell-config": "0.174.0",
"@taiga-ui/design-tokens": "0.134.0",
"@taiga-ui/eslint-plugin-experience": "0.173.0",
"@taiga-ui/eslint-plugin-experience": "0.174.0",
"@taiga-ui/event-plugins": "4.2.0",
"@taiga-ui/prettier-config": "0.173.0",
"@taiga-ui/stylelint-config": "0.173.0",
"@taiga-ui/tsconfig": "0.173.0",
"@taiga-ui/prettier-config": "0.174.0",
"@taiga-ui/stylelint-config": "0.174.0",
"@taiga-ui/tsconfig": "0.174.0",
"@types/glob": "8.1.0",
"@types/loader-utils": "2.0.6",
"@types/node": "22.5.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
&_inactive {
.transition(~'stroke-dashoffset, opacity');

opacity: 16%;
opacity: 0.16;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
inline-size: 0.5rem;
block-size: 0.5rem;
border-radius: 100%;
opacity: 0%;
opacity: 0;
background: #fff;
margin: -0.25rem;
box-shadow:
Expand All @@ -47,13 +47,13 @@
.t-column_hovered &,
.t-column:hover &,
.t-column_hint_hovered & {
opacity: 100%;
opacity: 1;
}
}

.t-line {
position: absolute;
opacity: 0%;
opacity: 0;
background: var(--tui-border-normal);

&_vertical {
Expand All @@ -75,7 +75,7 @@
:host[style^='z-index: 0'] .t-column_hovered + &,
:host:not([style]) .t-column:hover + &,
:host:not([style]) .t-column_hint_hovered + & {
opacity: 100%;
opacity: 1;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

border-radius: 100%;
background: currentColor;
opacity: 35%;
opacity: 0.35;
}

.t-icon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

.t-output {
text-align: start;
opacity: 0%;
opacity: 0;
}

.t-heading {
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-doc/components/example/example.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

&:hover + .t-link {
opacity: 100%;
opacity: 1;
}
}

Expand All @@ -43,7 +43,7 @@
margin-left: -1.6rem;

&:not(:hover):not(.t-link-active) {
opacity: 0%;
opacity: 0;
}
}
}
Expand Down Expand Up @@ -116,7 +116,7 @@
will-change: opacity;
block-size: 0;
visibility: hidden;
opacity: 0%;
opacity: 0;
}

.t-content_animated {
Expand All @@ -126,7 +126,7 @@
.t-content_visible {
block-size: auto;
visibility: visible;
opacity: 100%;
opacity: 1;
}

tui-doc-code {
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-doc/components/main/main.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ tui-doc-code {

.hljs-ln-numbers {
vertical-align: top;
opacity: 30%;
opacity: 0.3;
text-align: end;
padding-right: 1em !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
font-weight: bold;
letter-spacing: 0.015625rem;
cursor: pointer;
opacity: 10%;
opacity: 0.1;
transform: scale(0.73);
transition:
color,
Expand All @@ -132,12 +132,12 @@

&[data-state='adjacent'] {
transform: scale(0.86);
opacity: 30%;
opacity: 0.3;
}

&[data-state='active'] {
color: @accent;
opacity: 100%;
opacity: 1;
transform: scale(1);
}
}
Expand Down Expand Up @@ -221,9 +221,9 @@
.t-months {
.transition(opacity);

opacity: 0%;
opacity: 0;

:host(._initialized) & {
opacity: 100%;
opacity: 1;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
z-index: 1;
display: block;
block-size: 0;
opacity: 0%;
opacity: 0;

&._visible {
opacity: 100%;
opacity: 1;
}

&._dropped {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
right: 0;
block-size: 1px;
background: var(--tui-border-normal);
opacity: 0%;
opacity: 0;
}

:host._stuck &::after {
opacity: 100%;
opacity: 1;
}
}

Expand Down
4 changes: 2 additions & 2 deletions projects/addon-mobile/components/tab-bar/tab-bar.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
content: '';
background: var(--tui-background-base-alt);
box-shadow: inset 0 1px var(--tui-border-normal);
opacity: 80%;
opacity: 0.8;

[tuiTheme='dark'] & {
opacity: 70%;
opacity: 0.7;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/directives/ripple/ripple.style.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.tui-ripple {
position: absolute;
z-index: 100;
opacity: 12%;
opacity: 0.12;
border-radius: 100%;
background: var(--tui-ripple-background, currentColor);
animation-fill-mode: forwards;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

&.ng-animating::before,
&.ng-animating::after {
opacity: 0%;
opacity: 0;
transition: opacity var(--tui-duration);
}

Expand Down
4 changes: 2 additions & 2 deletions projects/addon-mobile/styles/android/switch.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ input[tuiSwitch] {
border-radius: 2rem;
background: currentColor;
background-clip: content-box;
opacity: 50%;
opacity: 0.5;
transform: none;
mask: none;
}
Expand Down Expand Up @@ -58,7 +58,7 @@ input[tuiSwitch] {

&:not(:checked) {
background: transparent;
opacity: 40%;
opacity: 0.4;
}

&::after {
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/styles/common/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
&[data-appearance='flat']:disabled:not(._loading) {
background: var(--tui-background-neutral-1);
color: var(--tui-background-neutral-1-pressed);
opacity: 100%;
opacity: 1;

&[data-appearance='flat'] {
background: transparent;
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/styles/ios/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ input[type='search'][tuiSearch] {
border: 0.5rem solid transparent;
margin: 0;
background: var(--tui-text-secondary);
opacity: 100%;
opacity: 1;
mask: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2016C3.63137%2016%200%2012.3686%200%208C0%203.62353%203.62353%200%207.99216%200C12.3686%200%2016%203.62353%2016%208C16%2012.3686%2012.3765%2016%208%2016ZM5.36471%2011.2941C5.5451%2011.2941%205.7098%2011.2314%205.83529%2011.1059L8%208.92549L10.1725%2011.1059C10.2902%2011.2314%2010.4549%2011.2941%2010.6353%2011.2941C11.0039%2011.2941%2011.2941%2011.0039%2011.2941%2010.6431C11.2941%2010.4627%2011.2314%2010.298%2011.098%2010.1804L8.92549%208.00784L11.1059%205.82745C11.2471%205.68627%2011.302%205.5451%2011.302%205.36471C11.302%205.00392%2011.0118%204.72157%2010.651%204.72157C10.4784%204.72157%2010.3373%204.77647%2010.2039%204.9098L8%207.09804L5.81176%204.91765C5.68627%204.8%205.5451%204.73726%205.36471%204.73726C5.00392%204.73726%204.72157%205.01177%204.72157%205.38039C4.72157%205.55294%204.78431%205.7098%204.9098%205.83529L7.08235%208.00784L4.9098%2010.1882C4.78431%2010.3059%204.72157%2010.4706%204.72157%2010.6431C4.72157%2011.0039%205.00392%2011.2941%205.36471%2011.2941Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E')
no-repeat center;
}
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/styles/ios/switch.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ input[tuiSwitch] {
overflow: visible;

&::before {
opacity: 0%;
opacity: 0;
}

&::after {
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-table/components/reorder/reorder.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@

.t-button {
color: var(--tui-text-primary);
opacity: 100%;
opacity: 1;
}
}

&:hover {
background: var(--tui-background-base-alt);

.t-button {
opacity: 100%;
opacity: 1;
}
}
}
Expand All @@ -53,9 +53,9 @@
.transition(opacity);

margin-left: auto;
opacity: 0%;
opacity: 0;

&:focus {
opacity: 100%;
opacity: 1;
}
}
4 changes: 2 additions & 2 deletions projects/addon-table/components/table/td/td.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
inline-size: 0.3125rem;
pointer-events: none;
background: rgba(237, 237, 237, 0.7);
opacity: 0%;
opacity: 0;
}

&:focus-within:not(:disabled) {
Expand All @@ -64,7 +64,7 @@
}

:host-context(table._stuck):last-of-type::after {
opacity: 100%;
opacity: 1;
}

:host-context(table[data-size='l']) {
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-table/components/table/th/th.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
inline-size: 0.3125rem;
pointer-events: none;
background: rgba(237, 237, 237, 0.7);
opacity: 0%;
opacity: 0;
}
}

Expand Down Expand Up @@ -79,7 +79,7 @@
}

:host-context(table._stuck)._sticky::after {
opacity: 100%;
opacity: 1;
}

:host-context(thead[tuiThead]._stuck) {
Expand Down Expand Up @@ -147,11 +147,11 @@
background: var(--tui-status-warning);
background-clip: content-box;
cursor: ew-resize;
opacity: 0%;
opacity: 0;

&:hover,
&:active {
opacity: 100%;
opacity: 1;
}
}

Expand Down
2 changes: 1 addition & 1 deletion projects/core/components/dialog/dialog.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
right: 0;
background: transparent !important;
color: var(--tui-text-primary);
opacity: 50%;
opacity: 0.5;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion projects/core/components/dialog/dialogs.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

background: var(--tui-service-backdrop);
backdrop-filter: var(--tui-backdrop, none);
opacity: 0%;
opacity: 0;
}

.t-dialog:last-child {
Expand Down
6 changes: 3 additions & 3 deletions projects/core/components/expand/expand.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.transition(~'opacity, height, visibility');

display: block;
opacity: 0%;
opacity: 0;
// To trigger transition event when duration is 0
transition-delay: 1ms;

Expand All @@ -13,12 +13,12 @@
}

&._expanded {
opacity: 100%;
opacity: 1;
transform: translate3d(0, 0, 0);
}

&._loading {
opacity: 99%;
opacity: 0.99;
}
}

Expand Down
2 changes: 1 addition & 1 deletion projects/core/components/loader/loader.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
border: none;

&_has-overlay {
opacity: 30%;
opacity: 0.3;
}

&_loading {
Expand Down
Loading

0 comments on commit a851e15

Please sign in to comment.