@progress/kendo-theme-classic 13.1.0-dev.1 → 13.1.0-dev.3
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 +382 -328
- package/dist/meta/sassdoc-raw-data.json +189 -164
- package/dist/meta/variables.json +4 -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 +4 -4
- package/scss/grid/_variables.scss +6 -1
package/dist/meta/variables.json
CHANGED
|
@@ -12268,6 +12268,10 @@
|
|
|
12268
12268
|
"type": "String",
|
|
12269
12269
|
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
12270
12270
|
},
|
|
12271
|
+
"kendo-grid-pinned-container-shadow": {
|
|
12272
|
+
"type": "String",
|
|
12273
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
12274
|
+
},
|
|
12271
12275
|
"kendo-grid-column-menu-width": {
|
|
12272
12276
|
"type": "Number",
|
|
12273
12277
|
"value": "230px"
|
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.1.0-dev.
|
|
4
|
+
"version": "13.1.0-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
57
|
-
"@progress/kendo-theme-core": "13.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "13.1.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "13.1.0-dev.3",
|
|
58
|
+
"@progress/kendo-theme-utils": "13.1.0-dev.3"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "a1e912df81b1aadcb852600c86a4ee5b55f72392"
|
|
65
65
|
}
|
|
@@ -346,6 +346,10 @@ $kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
|
346
346
|
/// @group grid
|
|
347
347
|
$kendo-grid-sticky-container-shadow: k-elevation(2) !default;
|
|
348
348
|
|
|
349
|
+
/// The box shadow of the pinned container in the Grid.
|
|
350
|
+
/// @group grid
|
|
351
|
+
$kendo-grid-pinned-container-shadow: k-elevation(3) !default;
|
|
352
|
+
|
|
349
353
|
|
|
350
354
|
/// The width of the Grid column menu.
|
|
351
355
|
/// @group grid
|
|
@@ -631,5 +635,6 @@ $kendo-grid-pinned-source-font-weight: var( --kendo-font-weight-bold, 700 ) !def
|
|
|
631
635
|
$kendo-grid-stack-focus-outline: $kendo-grid-stack-focus-outline,
|
|
632
636
|
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow,
|
|
633
637
|
$kendo-grid-pinned-source-font-weight: $kendo-grid-pinned-source-font-weight,
|
|
634
|
-
$kendo-grid-sticky-container-shadow: $kendo-grid-sticky-container-shadow
|
|
638
|
+
$kendo-grid-sticky-container-shadow: $kendo-grid-sticky-container-shadow,
|
|
639
|
+
$kendo-grid-pinned-container-shadow: $kendo-grid-pinned-container-shadow
|
|
635
640
|
);
|