@progress/kendo-theme-core 12.1.0-dev.0 → 12.1.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 +2 -2
- package/scss/components/drawer/_layout.scss +1 -1
- package/scss/components/listgroup/_layout.scss +1 -1
- package/scss/components/pager/_layout.scss +1 -2
- package/scss/components/pdf-viewer/_layout.scss +30 -10
- package/scss/components/pdf-viewer/_theme.scss +8 -0
- package/scss/components/skeleton/_layout.scss +17 -25
- package/scss/components/skeleton/_theme.scss +3 -4
- package/scss/components/tabstrip/_layout.scss +1 -0
- package/scss/components/toolbar/_layout.scss +1 -1
- package/scss/components/window/_layout.scss +4 -4
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": "12.1.0-dev.
|
|
4
|
+
"version": "12.1.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": "e99d3c1caaddd333f4d74beb7f2061382f0d2241"
|
|
50
50
|
}
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
|
|
104
103
|
.k-text-layer {
|
|
105
104
|
position: absolute;
|
|
106
105
|
inset-block-start: 0;
|
|
@@ -148,9 +147,38 @@
|
|
|
148
147
|
transform-origin: 0 0;
|
|
149
148
|
pointer-events: none;
|
|
150
149
|
|
|
151
|
-
|
|
150
|
+
* {
|
|
151
|
+
box-sizing: border-box;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.k-link-annotation > a,
|
|
155
|
+
.k-button-widget-annotation.k-push-button-widget-annotation > a {
|
|
156
|
+
position: absolute;
|
|
157
|
+
inset-block-start: 0;
|
|
158
|
+
inset-inline-start: 0;
|
|
159
|
+
width: 100%;
|
|
160
|
+
height: 100%;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
section[class$="annotation" i] {
|
|
152
164
|
position: absolute;
|
|
153
165
|
pointer-events: auto;
|
|
166
|
+
|
|
167
|
+
input, select {
|
|
168
|
+
height: 100%;
|
|
169
|
+
width: 100%;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.k-text-widget-annotation > input[type="text"] {
|
|
173
|
+
border: none;
|
|
174
|
+
text-indent: 0.25em;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.k-checkbox-widget-annotation > input[type="checkbox"],
|
|
178
|
+
.k-radio-button-widget-annotation > input[type="radio"] {
|
|
179
|
+
margin-inline-start: 0;
|
|
180
|
+
margin-block-start: 0;
|
|
181
|
+
}
|
|
154
182
|
}
|
|
155
183
|
|
|
156
184
|
.k-annotation-text-content {
|
|
@@ -163,14 +191,6 @@
|
|
|
163
191
|
pointer-events: none;
|
|
164
192
|
}
|
|
165
193
|
|
|
166
|
-
.k-link-annotation > a {
|
|
167
|
-
position: absolute;
|
|
168
|
-
inset-block-start: 0;
|
|
169
|
-
inset-inline-start: 0;
|
|
170
|
-
width: 100%;
|
|
171
|
-
height: 100%;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
194
|
.k-text-widget-annotation .k-annotation-content {
|
|
175
195
|
position: absolute;
|
|
176
196
|
width: 100%;
|
|
@@ -41,6 +41,14 @@
|
|
|
41
41
|
$kendo-pdf-viewer-page-border
|
|
42
42
|
);
|
|
43
43
|
@include box-shadow( $kendo-pdf-viewer-page-shadow );
|
|
44
|
+
|
|
45
|
+
.k-annotation-layer {
|
|
46
|
+
.k-link-annotation > a:hover {
|
|
47
|
+
opacity: 0.2;
|
|
48
|
+
background-color: $kendo-pdf-viewer-search-highlight-mark-bg;
|
|
49
|
+
box-shadow: 0 2px 10px $kendo-pdf-viewer-search-highlight-mark-bg;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
44
52
|
}
|
|
45
53
|
|
|
46
54
|
.k-blank-page > .k-icon {
|
|
@@ -45,25 +45,21 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.k-skeleton-wave
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
transform: translateX(-100%);
|
|
63
|
-
animation: k-skeleton-wave 1.6s linear .5s infinite;
|
|
64
|
-
}
|
|
48
|
+
:where(.k-skeleton-wave) .k-skeleton,
|
|
49
|
+
:where(.k-skeleton-wave).k-skeleton {
|
|
50
|
+
position: relative;
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
|
|
53
|
+
&::after {
|
|
54
|
+
content: "";
|
|
55
|
+
position: absolute;
|
|
56
|
+
inset-block-start: 0;
|
|
57
|
+
inset-inline-end: 0;
|
|
58
|
+
inset-block-end: 0;
|
|
59
|
+
inset-inline-start: 0;
|
|
60
|
+
transform: translateX(-100%);
|
|
61
|
+
animation: k-skeleton-wave 1.6s linear .5s infinite;
|
|
65
62
|
}
|
|
66
|
-
|
|
67
63
|
}
|
|
68
64
|
|
|
69
65
|
|
|
@@ -80,13 +76,9 @@
|
|
|
80
76
|
}
|
|
81
77
|
}
|
|
82
78
|
|
|
83
|
-
.k-skeleton-pulse
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
&.k-skeleton {
|
|
87
|
-
animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite;
|
|
88
|
-
}
|
|
89
|
-
|
|
79
|
+
:where(.k-skeleton-pulse) .k-skeleton,
|
|
80
|
+
:where(.k-skeleton-pulse).k-skeleton {
|
|
81
|
+
animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite;
|
|
90
82
|
}
|
|
91
83
|
|
|
92
84
|
}
|
|
@@ -9,10 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// Skeleton wave
|
|
12
|
-
.k-skeleton-wave
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
&.k-skeleton::after {
|
|
12
|
+
:where(.k-skeleton-wave) .k-skeleton,
|
|
13
|
+
:where(.k-skeleton-wave).k-skeleton {
|
|
14
|
+
&::after {
|
|
16
15
|
background-image: linear-gradient(
|
|
17
16
|
to right,
|
|
18
17
|
transparent,
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
.k-floating-toolbar,
|
|
274
|
-
.
|
|
274
|
+
.k-window-content:where(.editorToolbarWindow) { // stylelint-disable-line
|
|
275
275
|
padding-block: $kendo-toolbar-md-padding-y !important; // stylelint-disable-line declaration-no-important
|
|
276
276
|
padding-inline: $kendo-toolbar-md-padding-x !important; // stylelint-disable-line declaration-no-important
|
|
277
277
|
border-width: $kendo-toolbar-border-width;
|
|
@@ -168,10 +168,10 @@
|
|
|
168
168
|
|
|
169
169
|
// Resize Handles
|
|
170
170
|
.k-window { // stylelint-disable-line
|
|
171
|
-
.k-resize-n {
|
|
172
|
-
.k-resize-e {
|
|
173
|
-
.k-resize-s {
|
|
174
|
-
.k-resize-w {
|
|
171
|
+
.k-resize-n { top: 0; }
|
|
172
|
+
.k-resize-e { right: 0; }
|
|
173
|
+
.k-resize-s { bottom: 0; }
|
|
174
|
+
.k-resize-w { left: 0; }
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
}
|