@progress/kendo-theme-classic 13.0.0-dev.0 → 13.0.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 +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +428 -320
- package/dist/meta/sassdoc-raw-data.json +210 -160
- package/dist/meta/variables.json +8 -0
- 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/grid/_variables.scss +11 -1
package/dist/meta/variables.json
CHANGED
|
@@ -11969,6 +11969,10 @@
|
|
|
11969
11969
|
"type": "String",
|
|
11970
11970
|
"value": "var(--kendo-color-surface, #f0f0f0)"
|
|
11971
11971
|
},
|
|
11972
|
+
"kendo-grid-sticky-container-shadow": {
|
|
11973
|
+
"type": "String",
|
|
11974
|
+
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11975
|
+
},
|
|
11972
11976
|
"kendo-grid-column-menu-width": {
|
|
11973
11977
|
"type": "Number",
|
|
11974
11978
|
"value": "230px"
|
|
@@ -12129,6 +12133,10 @@
|
|
|
12129
12133
|
"type": "String",
|
|
12130
12134
|
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
12131
12135
|
},
|
|
12136
|
+
"kendo-grid-pinned-source-font-weight": {
|
|
12137
|
+
"type": "String",
|
|
12138
|
+
"value": "var(--kendo-font-weight-bold, 700)"
|
|
12139
|
+
},
|
|
12132
12140
|
"kendo-listview-padding-x": {
|
|
12133
12141
|
"type": "String",
|
|
12134
12142
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
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": "13.0.0-dev.
|
|
4
|
+
"version": "13.0.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@progress/kendo-svg-icons": "^4.
|
|
57
|
-
"@progress/kendo-theme-core": "13.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "13.0.0-dev.
|
|
56
|
+
"@progress/kendo-svg-icons": "^4.8.0",
|
|
57
|
+
"@progress/kendo-theme-core": "13.0.0-dev.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "13.0.0-dev.1"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "c1e883bc20fcf4b83398d27c582cd0fcb3e6f71f"
|
|
65
65
|
}
|
|
@@ -342,6 +342,10 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
342
342
|
/// @group grid
|
|
343
343
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
344
344
|
|
|
345
|
+
/// The box shadow of the sticky container in the Grid.
|
|
346
|
+
/// @group grid
|
|
347
|
+
$kendo-grid-sticky-container-shadow: k-elevation(2) !default;
|
|
348
|
+
|
|
345
349
|
|
|
346
350
|
/// The width of the Grid column menu.
|
|
347
351
|
/// @group grid
|
|
@@ -482,6 +486,10 @@ $kendo-grid-stack-focus-outline: color-mix(in srgb, k-color(on-app-surface) 12%,
|
|
|
482
486
|
/// @group grid
|
|
483
487
|
$kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
484
488
|
|
|
489
|
+
/// The font weight of the pinned source row in the Grid.
|
|
490
|
+
/// @group grid
|
|
491
|
+
$kendo-grid-pinned-source-font-weight: var( --kendo-font-weight-bold, 700 ) !default;
|
|
492
|
+
|
|
485
493
|
@forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
|
|
486
494
|
$kendo-grid-default-size: $kendo-grid-default-size,
|
|
487
495
|
$kendo-grid-border-width: $kendo-grid-border-width,
|
|
@@ -621,5 +629,7 @@ $kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
|
621
629
|
$kendo-grid-stack-expandable-shadow-height: $kendo-grid-stack-expandable-shadow-height,
|
|
622
630
|
$kendo-grid-stack-header-color: $kendo-grid-stack-header-color,
|
|
623
631
|
$kendo-grid-stack-focus-outline: $kendo-grid-stack-focus-outline,
|
|
624
|
-
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow
|
|
632
|
+
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow,
|
|
633
|
+
$kendo-grid-pinned-source-font-weight: $kendo-grid-pinned-source-font-weight,
|
|
634
|
+
$kendo-grid-sticky-container-shadow: $kendo-grid-sticky-container-shadow
|
|
625
635
|
);
|