@taiga-ui/styles 5.15.0 → 5.16.0-canary.10d28cb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@
26
26
  appearance: none;
27
27
  outline: 0.125rem solid transparent;
28
28
  outline-offset: -0.125rem;
29
- transition-property: color, background-color, opacity, box-shadow, border-color, border-radius, filter;
29
+ transition-property: color, background-color, opacity, box-shadow, border-color, border-radius;
30
30
 
31
31
  &::before,
32
32
  &::after {
@@ -97,7 +97,7 @@
97
97
 
98
98
  background: linear-gradient(to right, @track-color 0 45%, @progress-color 45% 55%, @track-color 55% 100%) right;
99
99
  background-size: 225%;
100
- animation: tuiIndeterminateAnimation 3s infinite ease-in-out;
100
+ animation: tuiIndeterminateAnimation calc(var(--tui-duration) * 10) infinite ease-in-out;
101
101
  }
102
102
 
103
103
  &::-webkit-progress-inner-element {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/styles",
3
- "version": "5.15.0",
3
+ "version": "5.16.0-canary.10d28cb",
4
4
  "description": "Framework-agnostic package with styles for Taiga UI",
5
5
  "repository": {
6
6
  "type": "git",