@progress/kendo-theme-classic 6.4.1-dev.0 → 6.5.0-dev.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/dist/all.css +55 -23
- package/dist/all.scss +68 -20
- package/dist/meta/sassdoc-data.json +528 -204
- package/dist/meta/sassdoc-raw-data.json +246 -96
- package/dist/meta/variables.json +38 -6
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/list/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -0
- package/scss/treeview/_variables.scss +30 -4
package/dist/meta/variables.json
CHANGED
|
@@ -1196,8 +1196,8 @@
|
|
|
1196
1196
|
"value": "null"
|
|
1197
1197
|
},
|
|
1198
1198
|
"kendo-list-header-font-weight": {
|
|
1199
|
-
"type": "
|
|
1200
|
-
"value": "
|
|
1199
|
+
"type": "Number",
|
|
1200
|
+
"value": "700"
|
|
1201
1201
|
},
|
|
1202
1202
|
"kendo-list-item-padding-x": {
|
|
1203
1203
|
"type": "Null",
|
|
@@ -1332,8 +1332,8 @@
|
|
|
1332
1332
|
"value": "null"
|
|
1333
1333
|
},
|
|
1334
1334
|
"kendo-list-group-item-font-weight": {
|
|
1335
|
-
"type": "
|
|
1336
|
-
"value": "
|
|
1335
|
+
"type": "Number",
|
|
1336
|
+
"value": "700"
|
|
1337
1337
|
},
|
|
1338
1338
|
"kendo-list-sizes": {
|
|
1339
1339
|
"type": "Map",
|
|
@@ -5605,7 +5605,7 @@
|
|
|
5605
5605
|
},
|
|
5606
5606
|
"kendo-treeview-indent": {
|
|
5607
5607
|
"type": "Number",
|
|
5608
|
-
"value": "
|
|
5608
|
+
"value": "24px"
|
|
5609
5609
|
},
|
|
5610
5610
|
"kendo-treeview-item-padding-x": {
|
|
5611
5611
|
"type": "Number",
|
|
@@ -5647,9 +5647,33 @@
|
|
|
5647
5647
|
"type": "Number",
|
|
5648
5648
|
"value": "4px"
|
|
5649
5649
|
},
|
|
5650
|
+
"kendo-treeview-sm-checkbox-padding-x": {
|
|
5651
|
+
"type": "Number",
|
|
5652
|
+
"value": "4px"
|
|
5653
|
+
},
|
|
5654
|
+
"kendo-treeview-md-checkbox-padding-x": {
|
|
5655
|
+
"type": "Number",
|
|
5656
|
+
"value": "4px"
|
|
5657
|
+
},
|
|
5658
|
+
"kendo-treeview-lg-checkbox-padding-x": {
|
|
5659
|
+
"type": "Number",
|
|
5660
|
+
"value": "4px"
|
|
5661
|
+
},
|
|
5662
|
+
"kendo-treeview-sm-checkbox-padding-y": {
|
|
5663
|
+
"type": "Number",
|
|
5664
|
+
"value": "2px"
|
|
5665
|
+
},
|
|
5666
|
+
"kendo-treeview-md-checkbox-padding-y": {
|
|
5667
|
+
"type": "Number",
|
|
5668
|
+
"value": "2px"
|
|
5669
|
+
},
|
|
5670
|
+
"kendo-treeview-lg-checkbox-padding-y": {
|
|
5671
|
+
"type": "Null",
|
|
5672
|
+
"value": "null"
|
|
5673
|
+
},
|
|
5650
5674
|
"kendo-treeview-sizes": {
|
|
5651
5675
|
"type": "Map",
|
|
5652
|
-
"value": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px))"
|
|
5676
|
+
"value": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px, checkbox-padding-x: 4px, checkbox-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px, checkbox-padding-x: 4px, checkbox-padding-y: 2px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px, checkbox-padding-x: 4px, checkbox-padding-y: null))"
|
|
5653
5677
|
},
|
|
5654
5678
|
"kendo-treeview-bg": {
|
|
5655
5679
|
"type": "Null",
|
|
@@ -8679,6 +8703,14 @@
|
|
|
8679
8703
|
"type": "Number",
|
|
8680
8704
|
"value": "7px"
|
|
8681
8705
|
},
|
|
8706
|
+
"kendo-splitter-collapse-icon-padding-x": {
|
|
8707
|
+
"type": "Null",
|
|
8708
|
+
"value": "null"
|
|
8709
|
+
},
|
|
8710
|
+
"kendo-splitter-collapse-icon-padding-y": {
|
|
8711
|
+
"type": "Number",
|
|
8712
|
+
"value": "2px"
|
|
8713
|
+
},
|
|
8682
8714
|
"kendo-splitbar-bg": {
|
|
8683
8715
|
"type": "Color",
|
|
8684
8716
|
"value": "#f0f0f0"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.5.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.5.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.
|
|
55
|
-
"@progress/kendo-theme-default": "6.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.
|
|
54
|
+
"@progress/kendo-theme-core": "6.5.0-dev.0",
|
|
55
|
+
"@progress/kendo-theme-default": "6.5.0-dev.0",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.5.0-dev.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "b5525f1c4c71eb78873e1fb170ae20cd50a8468d"
|
|
59
59
|
}
|
|
@@ -52,7 +52,7 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
52
52
|
|
|
53
53
|
/// The font weight of the List header.
|
|
54
54
|
/// @group list
|
|
55
|
-
$kendo-list-header-font-weight:
|
|
55
|
+
$kendo-list-header-font-weight: $kendo-font-weight-bold !default;
|
|
56
56
|
|
|
57
57
|
/// The horizontal padding of the List items, when no size is set.
|
|
58
58
|
/// @group list
|
|
@@ -116,7 +116,7 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
116
116
|
|
|
117
117
|
/// The font weight of a List group item.
|
|
118
118
|
/// @group list
|
|
119
|
-
$kendo-list-group-item-font-weight:
|
|
119
|
+
$kendo-list-group-item-font-weight: $kendo-font-weight-bold !default;
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
/// The map with the sizes of the List.
|
|
@@ -12,6 +12,8 @@ $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
|
|
|
12
12
|
$kendo-splitter-drag-handle-length: 20px !default;
|
|
13
13
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
14
14
|
$kendo-splitter-drag-icon-margin: 7px !default;
|
|
15
|
+
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
16
|
+
$kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
15
17
|
|
|
16
18
|
$kendo-splitbar-bg: $kendo-base-bg !default;
|
|
17
19
|
$kendo-splitbar-text: $kendo-base-text !default;
|
|
@@ -29,7 +29,7 @@ $kendo-treeview-md-line-height: $kendo-line-height-md !default;
|
|
|
29
29
|
$kendo-treeview-lg-line-height: $kendo-line-height-lg !default;
|
|
30
30
|
/// The indentation of child groups in the TreeView.
|
|
31
31
|
/// @group treeview
|
|
32
|
-
$kendo-treeview-indent:
|
|
32
|
+
$kendo-treeview-indent: 24px !default;
|
|
33
33
|
|
|
34
34
|
/// The horizontal padding of the TreeView items.
|
|
35
35
|
/// @group treeview
|
|
@@ -62,6 +62,25 @@ $kendo-treeview-item-border-width: 0px !default;
|
|
|
62
62
|
/// @group treeview
|
|
63
63
|
$kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
|
|
64
64
|
|
|
65
|
+
/// The horizontal padding of the checkbox in the small TreeView.
|
|
66
|
+
/// @group treeview
|
|
67
|
+
$kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
68
|
+
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
69
|
+
/// @group treeview
|
|
70
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
71
|
+
/// The horizontal padding of the checkbox in the large TreeView.
|
|
72
|
+
/// @group treeview
|
|
73
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
74
|
+
/// The vertical padding of the checkbox in the small TreeView.
|
|
75
|
+
/// @group treeview
|
|
76
|
+
$kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
77
|
+
/// The vertical padding of the checkbox in the medium TreeView.
|
|
78
|
+
/// @group treeview
|
|
79
|
+
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;
|
|
80
|
+
/// The vertical padding of the checkbox in the large TreeView.
|
|
81
|
+
/// @group treeview
|
|
82
|
+
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
83
|
+
|
|
65
84
|
|
|
66
85
|
/// The sizes map of the TreeView.
|
|
67
86
|
/// @group treeview
|
|
@@ -70,19 +89,25 @@ $kendo-treeview-sizes: (
|
|
|
70
89
|
font-size: $kendo-treeview-sm-font-size,
|
|
71
90
|
line-height: $kendo-treeview-sm-line-height,
|
|
72
91
|
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
73
|
-
item-padding-y: $kendo-treeview-sm-item-padding-y
|
|
92
|
+
item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
93
|
+
checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
94
|
+
checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
|
|
74
95
|
),
|
|
75
96
|
md: (
|
|
76
97
|
font-size: $kendo-treeview-md-font-size,
|
|
77
98
|
line-height: $kendo-treeview-md-line-height,
|
|
78
99
|
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
79
|
-
item-padding-y: $kendo-treeview-md-item-padding-y
|
|
100
|
+
item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
101
|
+
checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
102
|
+
checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
|
|
80
103
|
),
|
|
81
104
|
lg: (
|
|
82
105
|
font-size: $kendo-treeview-lg-font-size,
|
|
83
106
|
line-height: $kendo-treeview-lg-line-height,
|
|
84
107
|
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
85
|
-
item-padding-y: $kendo-treeview-lg-item-padding-y
|
|
108
|
+
item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
109
|
+
checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
110
|
+
checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
|
|
86
111
|
)
|
|
87
112
|
) !default;
|
|
88
113
|
|
|
@@ -159,3 +184,4 @@ $kendo-treeview-loadmore-focus-border: null !default;
|
|
|
159
184
|
/// The box shadow of the focused Load More button in the TreeView.
|
|
160
185
|
/// @group treeview
|
|
161
186
|
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
187
|
+
|