@progress/kendo-theme-default 5.1.2-dev.0 → 5.1.2-dev.4

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-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "5.1.2-dev.0",
4
+ "version": "5.1.2-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "prepublishOnly": "echo 'no prebublish for default theme'",
48
48
  "postpublish": "echo 'no postpublish for default theme'"
49
49
  },
50
- "gitHead": "c492bbaeca2d104534c4b4329c41afd762bb563b"
50
+ "gitHead": "9393e5a4ae3fc72f5f86b40ae7047a0feb1ffc14"
51
51
  }
@@ -13,6 +13,7 @@ $enable-grid-classes: true !default;
13
13
  $use-calc-badge-size: true !default;
14
14
  $use-input-button-width: true !default;
15
15
  $use-input-spinner-width: true !default;
16
+ $use-input-spinner-icon-offset: false !default;
16
17
  $use-picker-select-width: true !default;
17
18
 
18
19
 
@@ -52,6 +52,10 @@
52
52
  .k-icon-button {
53
53
  aspect-ratio: 1;
54
54
  gap: 0;
55
+
56
+ .k-icon {
57
+ display: inline-flex;
58
+ }
55
59
  }
56
60
 
57
61
 
@@ -1,4 +1,5 @@
1
1
  $svg-escaped-characters: (
2
+ ("%", "%25"),
2
3
  ("<", "%3c"),
3
4
  (">", "%3e"),
4
5
  ("#", "%23"),
@@ -2,6 +2,10 @@
2
2
 
3
3
  .k-barcode {
4
4
  display: inline-block;
5
+
6
+ > div {
7
+ height: 150px;
8
+ }
5
9
  }
6
10
 
7
11
  }
@@ -391,6 +395,10 @@
391
395
 
392
396
  .k-qrcode {
393
397
  display: inline-block;
398
+
399
+ > div {
400
+ height: 150px;
401
+ }
394
402
  }
395
403
 
396
404
  }
@@ -63,6 +63,7 @@
63
63
  color: transparent;
64
64
  }
65
65
 
66
+ [dir="rtl"] &,
66
67
  .k-rtl &,
67
68
  &[dir="rtl"] {
68
69
 
@@ -187,15 +187,19 @@
187
187
  .k-i-arrows-no-change::before { content: "\e011"; }
188
188
  .k-i-arrow-overflow-down::before { content: "\e012"; }
189
189
  .k-i-chevron-up::before { content: "\e013"; }
190
+ .k-i-chevron-double-up::before { content: "\e94a"; }
190
191
  .k-i-arrow-chevron-up::before { content: "\e013"; }
191
192
  .k-i-arrowhead-n::before { content: "\e013"; }
192
193
  .k-i-chevron-right::before { content: "\e014"; }
194
+ .k-i-chevron-double-right::before { content: "\e94b"; }
193
195
  .k-i-arrow-chevron-right::before { content: "\e014"; }
194
196
  .k-i-arrowhead-e::before { content: "\e014"; }
195
197
  .k-i-chevron-down::before { content: "\e015"; }
198
+ .k-i-chevron-double-down::before { content: "\e94c"; }
196
199
  .k-i-arrow-chevron-down::before { content: "\e015"; }
197
200
  .k-i-arrowhead-s::before { content: "\e015"; }
198
201
  .k-i-chevron-left::before { content: "\e016"; }
202
+ .k-i-chevron-double-left::before { content: "\e94d"; }
199
203
  .k-i-arrow-chevron-left::before { content: "\e016"; }
200
204
  .k-i-arrowhead-w::before { content: "\e016"; }
201
205
  .k-i-arrow-up::before { content: "\e017"; }
@@ -1054,6 +1058,8 @@
1054
1058
  .k-i-files-validation::before { content: "\e945"; }
1055
1059
  .k-i-data-rest::before { content: "\e946"; }
1056
1060
  .k-i-file-typescript::before { content: "\e947"; }
1061
+ .k-i-data-ods::before { content: "\e948"; }
1062
+ .k-i-file-report::before { content: "\e949"; }
1057
1063
  .k-i-table-position-start::before { content: "\e6a2"; }
1058
1064
  .k-i-table-position-left::before { content: "\e6a2"; }
1059
1065
  .k-i-table-position-center::before { content: "\e6a3"; }
@@ -1073,6 +1079,7 @@
1073
1079
  .k-i-list-latin-big::before { content: "\e6b1"; }
1074
1080
  .k-i-list-latin-small::before { content: "\e6b2"; }
1075
1081
  .k-i-list-unordered-square::before { content: "\e6b3"; }
1082
+ .k-i-list-unordered-outline::before { content: "\e6b4"; }
1076
1083
  .k-i-graph::before { content: "\ea00"; }
1077
1084
  .k-i-chart-column-clustered::before { content: "\ea01"; }
1078
1085
  .k-i-chart-column-stacked::before { content: "\ea02"; }