@progress/kendo-theme-core 13.2.0-dev.1 → 13.2.0-dev.2
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-core",
|
|
3
3
|
"description": "A collection of functions and mixins used for building themes for Kendo UI",
|
|
4
|
-
"version": "13.2.0-dev.
|
|
4
|
+
"version": "13.2.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"directories": {
|
|
47
47
|
"doc": "docs"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "2391ae0f9412058a616e592247c530e1f133ce2b"
|
|
50
50
|
}
|
|
@@ -106,6 +106,9 @@
|
|
|
106
106
|
inset-inline-start: 0;
|
|
107
107
|
opacity: .2;
|
|
108
108
|
overflow: hidden;
|
|
109
|
+
--min-font-size: 1;
|
|
110
|
+
--text-scale-factor: calc(var(--total-scale-factor) * var(--min-font-size));
|
|
111
|
+
--min-font-size-inv: calc(1 / var(--min-font-size));
|
|
109
112
|
|
|
110
113
|
.k-marked-content > span,
|
|
111
114
|
> span, br {
|
|
@@ -115,6 +118,12 @@
|
|
|
115
118
|
color: transparent;
|
|
116
119
|
white-space: pre;
|
|
117
120
|
cursor: text;
|
|
121
|
+
z-index: k-z-index("base", 1);
|
|
122
|
+
--font-height: 0;
|
|
123
|
+
font-size: calc(var(--text-scale-factor) * var(--font-height));
|
|
124
|
+
--scale-x: 1;
|
|
125
|
+
--rotate: 0deg;
|
|
126
|
+
transform: rotate(var(--rotate)) scaleX(var(--scale-x)) scale(var(--min-font-size-inv));
|
|
118
127
|
}
|
|
119
128
|
|
|
120
129
|
.k-marked-content {
|