@progress/kendo-theme-fluent 10.1.0-dev.4 → 10.1.0-dev.5
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/dist/all.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/pdf-viewer/_layout.scss +15 -0
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "10.1.0-dev.
|
|
4
|
+
"version": "10.1.0-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
57
|
-
"@progress/kendo-theme-core": "10.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "10.1.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "10.1.0-dev.5",
|
|
58
|
+
"@progress/kendo-theme-utils": "10.1.0-dev.5"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "eb34275876107de0d5b4c79eab212296aa0d5b88"
|
|
65
65
|
}
|
|
@@ -146,6 +146,7 @@
|
|
|
146
146
|
|
|
147
147
|
section {
|
|
148
148
|
position: absolute;
|
|
149
|
+
pointer-events: auto;
|
|
149
150
|
}
|
|
150
151
|
|
|
151
152
|
.k-annotation-text-content {
|
|
@@ -157,6 +158,14 @@
|
|
|
157
158
|
user-select: none;
|
|
158
159
|
pointer-events: none;
|
|
159
160
|
}
|
|
161
|
+
|
|
162
|
+
.k-link-annotation > a {
|
|
163
|
+
position: absolute;
|
|
164
|
+
top: 0;
|
|
165
|
+
left: 0;
|
|
166
|
+
width: 100%;
|
|
167
|
+
height: 100%;
|
|
168
|
+
}
|
|
160
169
|
}
|
|
161
170
|
|
|
162
171
|
.k-annotation-editor-layer {
|
|
@@ -190,6 +199,12 @@
|
|
|
190
199
|
height: 100%;
|
|
191
200
|
pointer-events: auto;
|
|
192
201
|
}
|
|
202
|
+
|
|
203
|
+
&.k-highlight-editor-disabled {
|
|
204
|
+
.k-internal {
|
|
205
|
+
pointer-events: none;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
193
208
|
}
|
|
194
209
|
|
|
195
210
|
.k-free-text-editor {
|