@progress/kendo-theme-classic 6.7.0-dev.0 → 6.7.0-dev.1
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 +96 -275
- package/dist/all.scss +73 -248
- package/dist/meta/sassdoc-data.json +386 -278
- package/dist/meta/sassdoc-raw-data.json +189 -139
- package/dist/meta/variables.json +8 -12
- 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/chat/_variables.scss +0 -2
- package/scss/grid/_variables.scss +0 -2
- package/scss/tilelayout/_variables.scss +8 -0
package/dist/meta/variables.json
CHANGED
|
@@ -8823,6 +8823,14 @@
|
|
|
8823
8823
|
"type": "Color",
|
|
8824
8824
|
"value": "#f0f0f0"
|
|
8825
8825
|
},
|
|
8826
|
+
"kendo-tile-layout-padding-x": {
|
|
8827
|
+
"type": "Number",
|
|
8828
|
+
"value": "16px"
|
|
8829
|
+
},
|
|
8830
|
+
"kendo-tile-layout-padding-y": {
|
|
8831
|
+
"type": "Number",
|
|
8832
|
+
"value": "16px"
|
|
8833
|
+
},
|
|
8826
8834
|
"kendo-tile-layout-card-border-width": {
|
|
8827
8835
|
"type": "Number",
|
|
8828
8836
|
"value": "1px"
|
|
@@ -9159,10 +9167,6 @@
|
|
|
9159
9167
|
"type": "Number",
|
|
9160
9168
|
"value": "1px"
|
|
9161
9169
|
},
|
|
9162
|
-
"kendo-grid-cell-placeholder-line-width": {
|
|
9163
|
-
"type": "Number",
|
|
9164
|
-
"value": "80%"
|
|
9165
|
-
},
|
|
9166
9170
|
"kendo-grid-bg": {
|
|
9167
9171
|
"type": "Color",
|
|
9168
9172
|
"value": "#ffffff"
|
|
@@ -11463,14 +11467,6 @@
|
|
|
11463
11467
|
"type": "Number",
|
|
11464
11468
|
"value": "8px"
|
|
11465
11469
|
},
|
|
11466
|
-
"kendo-chat-toolbar-padding-x": {
|
|
11467
|
-
"type": "Number",
|
|
11468
|
-
"value": "8px"
|
|
11469
|
-
},
|
|
11470
|
-
"kendo-chat-toolbar-padding-y": {
|
|
11471
|
-
"type": "Number",
|
|
11472
|
-
"value": "8px"
|
|
11473
|
-
},
|
|
11474
11470
|
"kendo-chat-toolbar-spacing": {
|
|
11475
11471
|
"type": "Number",
|
|
11476
11472
|
"value": "8px"
|
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.7.0-dev.
|
|
4
|
+
"version": "6.7.0-dev.1",
|
|
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.8.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.7.0-dev.
|
|
55
|
-
"@progress/kendo-theme-default": "6.7.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.7.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "6.7.0-dev.1",
|
|
55
|
+
"@progress/kendo-theme-default": "6.7.0-dev.1",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.7.0-dev.1"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "70c85b28b2e861c628b47fffed4a0284bcf47923"
|
|
59
59
|
}
|
|
@@ -32,8 +32,6 @@ $kendo-chat-bubble-border-radius-sm: 2px !default;
|
|
|
32
32
|
$kendo-chat-avatar-size: 32px !default;
|
|
33
33
|
$kendo-chat-avatar-spacing: $kendo-chat-item-spacing-x !default;
|
|
34
34
|
|
|
35
|
-
$kendo-chat-toolbar-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
36
|
-
$kendo-chat-toolbar-padding-y: $kendo-toolbar-md-padding-y !default;
|
|
37
35
|
$kendo-chat-toolbar-spacing: $kendo-toolbar-md-spacing !default;
|
|
38
36
|
$kendo-chat-toolbar-bg: $kendo-toolbar-bg !default;
|
|
39
37
|
$kendo-chat-toolbar-text: $kendo-toolbar-text !default;
|
|
@@ -141,8 +141,6 @@ $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
|
141
141
|
$kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
|
|
142
142
|
$kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;
|
|
143
143
|
|
|
144
|
-
$kendo-grid-cell-placeholder-line-width: 80% !default;
|
|
145
|
-
|
|
146
144
|
/// Background color of the grid component
|
|
147
145
|
/// @group grid
|
|
148
146
|
$kendo-grid-bg: $kendo-table-bg !default;
|
|
@@ -7,6 +7,14 @@ $kendo-tile-layout-border-width: 0px !default;
|
|
|
7
7
|
/// @group tilelayout
|
|
8
8
|
$kendo-tile-layout-bg: $kendo-base-bg !default;
|
|
9
9
|
|
|
10
|
+
/// The horizontal padding of the TileLayout.
|
|
11
|
+
/// @group tilelayout
|
|
12
|
+
$kendo-tile-layout-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
13
|
+
|
|
14
|
+
/// The vertical padding of the TileLayout
|
|
15
|
+
/// @group tilelayout
|
|
16
|
+
$kendo-tile-layout-padding-y: $kendo-tile-layout-padding-x !default;
|
|
17
|
+
|
|
10
18
|
/// The width of the border around the TileLayout card.
|
|
11
19
|
/// @group tilelayout
|
|
12
20
|
$kendo-tile-layout-card-border-width: $kendo-card-border-width !default;
|