@progress/kendo-theme-material 14.0.0-dev.4 → 14.0.0-dev.6
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 +1 -1
- package/dist/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +534 -480
- package/dist/meta/sassdoc-raw-data.json +254 -229
- package/dist/meta/variables.json +7 -3
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- 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/color-preview/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +5 -1
package/dist/meta/variables.json
CHANGED
|
@@ -2895,8 +2895,8 @@
|
|
|
2895
2895
|
"value": "var(--kendo-color-surface-alt)"
|
|
2896
2896
|
},
|
|
2897
2897
|
"kendo-color-preview-no-color-text": {
|
|
2898
|
-
"type": "
|
|
2899
|
-
"value": "oklch(
|
|
2898
|
+
"type": "Color",
|
|
2899
|
+
"value": "oklch(50.13% 0.1783 28.7deg)"
|
|
2900
2900
|
},
|
|
2901
2901
|
"kendo-color-preview-no-color-border": {
|
|
2902
2902
|
"type": "Null",
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
},
|
|
2905
2905
|
"kendo-color-preview-no-color-image": {
|
|
2906
2906
|
"type": "String",
|
|
2907
|
-
"value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='oklch%
|
|
2907
|
+
"value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='oklch%2850.13%25 0.1783 28.7deg%29' stroke-width='1'/%3e%3c/svg%3e\")"
|
|
2908
2908
|
},
|
|
2909
2909
|
"kendo-color-preview-transparent-color-image": {
|
|
2910
2910
|
"type": "String",
|
|
@@ -13276,6 +13276,10 @@
|
|
|
13276
13276
|
"value": "null"
|
|
13277
13277
|
},
|
|
13278
13278
|
"kendo-taskboard-content-padding-y": {
|
|
13279
|
+
"type": "List",
|
|
13280
|
+
"value": "(0 var(--kendo-spacing-4))"
|
|
13281
|
+
},
|
|
13282
|
+
"kendo-taskboard-content-padding-x": {
|
|
13279
13283
|
"type": "String",
|
|
13280
13284
|
"value": "var(--kendo-spacing-4)"
|
|
13281
13285
|
},
|
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": "14.0.0-dev.
|
|
4
|
+
"version": "14.0.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@progress/kendo-svg-icons": "
|
|
58
|
-
"@progress/kendo-theme-core": "14.0.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "14.0.0-dev.
|
|
57
|
+
"@progress/kendo-svg-icons": "4.9.0",
|
|
58
|
+
"@progress/kendo-theme-core": "14.0.0-dev.6",
|
|
59
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.6"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "0df0e4e29b482e22243c6e74b121a3bdb0976828"
|
|
66
66
|
}
|
|
@@ -28,7 +28,7 @@ $kendo-color-preview-no-color-bg: k-color(surface-alt) !default;
|
|
|
28
28
|
// Do not use css variable for the $kendo-color-preview-no-color-text, as it is used in the SVG data URI for the no-color image, which does not support CSS variables.
|
|
29
29
|
/// The text color of the ColorPreview when no color is selected.
|
|
30
30
|
/// @group color-preview
|
|
31
|
-
$kendo-color-preview-no-color-text: map.get($kendo-colors, error
|
|
31
|
+
$kendo-color-preview-no-color-text: map.get($kendo-colors, error) !default;
|
|
32
32
|
/// The border color of the ColorPreview when no color is selected.
|
|
33
33
|
/// @group color-preview
|
|
34
34
|
$kendo-color-preview-no-color-border: null !default;
|
|
@@ -53,7 +53,10 @@ $kendo-taskboard-toolbar-gradient: null !default;
|
|
|
53
53
|
|
|
54
54
|
/// The vertical padding of the TaskBoard content.
|
|
55
55
|
/// @group taskboard
|
|
56
|
-
$kendo-taskboard-content-padding-y: $kendo-taskboard-spacer !default;
|
|
56
|
+
$kendo-taskboard-content-padding-y: 0 $kendo-taskboard-spacer !default;
|
|
57
|
+
/// The horizontal padding of the TaskBoard content.
|
|
58
|
+
/// @group taskboard
|
|
59
|
+
$kendo-taskboard-content-padding-x: $kendo-taskboard-spacer !default;
|
|
57
60
|
|
|
58
61
|
/// The vertical spacing of the TaskBoard column container.
|
|
59
62
|
/// @group taskboard
|
|
@@ -266,6 +269,7 @@ $kendo-taskboard-drag-placeholder-border: k-color(border) !default;
|
|
|
266
269
|
$kendo-taskboard-toolbar-border: $kendo-taskboard-toolbar-border,
|
|
267
270
|
$kendo-taskboard-toolbar-gradient: $kendo-taskboard-toolbar-gradient,
|
|
268
271
|
$kendo-taskboard-content-padding-y: $kendo-taskboard-content-padding-y,
|
|
272
|
+
$kendo-taskboard-content-padding-x: $kendo-taskboard-content-padding-x,
|
|
269
273
|
$kendo-taskboard-column-container-spacing-y: $kendo-taskboard-column-container-spacing-y,
|
|
270
274
|
$kendo-taskboard-column-container-padding-y: $kendo-taskboard-column-container-padding-y,
|
|
271
275
|
$kendo-taskboard-column-container-padding-x: $kendo-taskboard-column-container-padding-x,
|