@progress/kendo-theme-material 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/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.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
|
@@ -8923,6 +8923,14 @@
|
|
|
8923
8923
|
"type": "Color",
|
|
8924
8924
|
"value": "#f5f5f5"
|
|
8925
8925
|
},
|
|
8926
|
+
"kendo-tile-layout-padding-x": {
|
|
8927
|
+
"type": "Number",
|
|
8928
|
+
"value": "16px"
|
|
8929
|
+
},
|
|
8930
|
+
"kendo-tile-layout-padding-y": {
|
|
8931
|
+
"type": "Number",
|
|
8932
|
+
"value": "16px"
|
|
8933
|
+
},
|
|
8926
8934
|
"kendo-tile-layout-card-border-width": {
|
|
8927
8935
|
"type": "Number",
|
|
8928
8936
|
"value": "1px"
|
|
@@ -9247,10 +9255,6 @@
|
|
|
9247
9255
|
"type": "Number",
|
|
9248
9256
|
"value": "1px"
|
|
9249
9257
|
},
|
|
9250
|
-
"kendo-grid-cell-placeholder-line-width": {
|
|
9251
|
-
"type": "Number",
|
|
9252
|
-
"value": "80%"
|
|
9253
|
-
},
|
|
9254
9258
|
"kendo-grid-bg": {
|
|
9255
9259
|
"type": "Color",
|
|
9256
9260
|
"value": "#ffffff"
|
|
@@ -11555,14 +11559,6 @@
|
|
|
11555
11559
|
"type": "Number",
|
|
11556
11560
|
"value": "8px"
|
|
11557
11561
|
},
|
|
11558
|
-
"kendo-chat-toolbar-padding-x": {
|
|
11559
|
-
"type": "Number",
|
|
11560
|
-
"value": "8px"
|
|
11561
|
-
},
|
|
11562
|
-
"kendo-chat-toolbar-padding-y": {
|
|
11563
|
-
"type": "Number",
|
|
11564
|
-
"value": "8px"
|
|
11565
|
-
},
|
|
11566
11562
|
"kendo-chat-toolbar-spacing": {
|
|
11567
11563
|
"type": "Number",
|
|
11568
11564
|
"value": "8px"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
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": [
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-font-icons": "1.8.0",
|
|
55
|
-
"@progress/kendo-theme-core": "6.7.0-dev.
|
|
56
|
-
"@progress/kendo-theme-default": "6.7.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "6.7.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "6.7.0-dev.1",
|
|
56
|
+
"@progress/kendo-theme-default": "6.7.0-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "6.7.0-dev.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "70c85b28b2e861c628b47fffed4a0284bcf47923"
|
|
60
60
|
}
|
|
@@ -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: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
39
37
|
$kendo-chat-toolbar-text: $kendo-toolbar-text !default;
|
|
@@ -133,8 +133,6 @@ $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
|
133
133
|
$kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
|
|
134
134
|
$kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;
|
|
135
135
|
|
|
136
|
-
$kendo-grid-cell-placeholder-line-width: 80% !default;
|
|
137
|
-
|
|
138
136
|
/// Background color of the grid component
|
|
139
137
|
/// @group grid
|
|
140
138
|
$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: if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light) !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: 1px !default;
|