@taiga-ui/styles 5.11.0 → 5.12.0
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.
package/components/button.less
CHANGED
package/mixins/date-picker.less
CHANGED
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
&:not(:first-child)::before {
|
|
80
|
-
border-
|
|
81
|
-
border-
|
|
80
|
+
border-start-start-radius: 0;
|
|
81
|
+
border-end-start-radius: 0;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
&:not(:last-child)::before {
|
|
85
|
-
border-
|
|
86
|
-
border-
|
|
85
|
+
border-start-end-radius: 0;
|
|
86
|
+
border-end-end-radius: 0;
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
|
|
102
102
|
&::after {
|
|
103
103
|
background: var(--tui-background-accent-1);
|
|
104
|
+
transform: scaleX(var(--tui-inline));
|
|
104
105
|
}
|
|
105
106
|
}
|
|
106
107
|
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
|
|
119
120
|
&::after {
|
|
120
121
|
background: var(--tui-background-accent-1);
|
|
121
|
-
transform:
|
|
122
|
+
transform: scaleX(calc(var(--tui-inline) * -1));
|
|
122
123
|
}
|
|
123
124
|
}
|
|
124
125
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/styles",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.12.0",
|
|
4
4
|
"description": "Framework-agnostic package with styles for Taiga UI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"./*": "./*"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@taiga-ui/design-tokens": "~0.
|
|
28
|
+
"@taiga-ui/design-tokens": "~0.306.0"
|
|
29
29
|
}
|
|
30
30
|
}
|