@progress/kendo-theme-classic 9.1.0-dev.0 → 9.1.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/all.scss +20 -32
- 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 +336 -336
- package/dist/meta/sassdoc-raw-data.json +164 -164
- package/dist/meta/variables.json +5 -5
- 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/loader/_variables.scss +0 -4
- package/scss/tabstrip/_variables.scss +4 -1
package/dist/meta/variables.json
CHANGED
|
@@ -6067,10 +6067,6 @@
|
|
|
6067
6067
|
"type": "Calculation",
|
|
6068
6068
|
"value": "calc(var(--kendo-spacing-4, 1rem) * 4)"
|
|
6069
6069
|
},
|
|
6070
|
-
"kendo-loader-secondary-bg": {
|
|
6071
|
-
"type": "Color",
|
|
6072
|
-
"value": "#656565"
|
|
6073
|
-
},
|
|
6074
6070
|
"kendo-loader-container-panel-border-width": {
|
|
6075
6071
|
"type": "Number",
|
|
6076
6072
|
"value": "1px"
|
|
@@ -11984,7 +11980,7 @@
|
|
|
11984
11980
|
},
|
|
11985
11981
|
"kendo-tabstrip-item-selected-text": {
|
|
11986
11982
|
"type": "String",
|
|
11987
|
-
"value": "var(--kendo-color-
|
|
11983
|
+
"value": "var(--kendo-color-primary, #f35800)"
|
|
11988
11984
|
},
|
|
11989
11985
|
"kendo-tabstrip-item-selected-border": {
|
|
11990
11986
|
"type": "String",
|
|
@@ -11994,6 +11990,10 @@
|
|
|
11994
11990
|
"type": "Bool",
|
|
11995
11991
|
"value": "false"
|
|
11996
11992
|
},
|
|
11993
|
+
"kendo-tabstrip-item-selected-font-weight": {
|
|
11994
|
+
"type": "Null",
|
|
11995
|
+
"value": "null"
|
|
11996
|
+
},
|
|
11997
11997
|
"kendo-tabstrip-item-focus-shadow": {
|
|
11998
11998
|
"type": "List",
|
|
11999
11999
|
"value": "inset 0 0 0 2px rgba(0, 0, 0, 0.12)"
|
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": "9.1.0-dev.
|
|
4
|
+
"version": "9.1.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "3.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "9.1.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "9.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "9.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "9.1.0-dev.1",
|
|
57
|
+
"@progress/kendo-theme-default": "9.1.0-dev.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "9.1.0-dev.1"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "ddc5029123cb01e0c0b640ffb9caf17f47160625"
|
|
65
65
|
}
|
|
@@ -64,10 +64,6 @@ $kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
|
|
|
64
64
|
/// @group loader
|
|
65
65
|
$kendo-loader-lg-spinner-4-height: $kendo-loader-lg-spinner-4-width !default;
|
|
66
66
|
|
|
67
|
-
/// The color of the Loader based on the secondary theme color.
|
|
68
|
-
/// @group loader
|
|
69
|
-
$kendo-loader-secondary-bg: #656565 !default;
|
|
70
|
-
|
|
71
67
|
/// The border width of the container panel.
|
|
72
68
|
/// @group loader
|
|
73
69
|
$kendo-loader-container-panel-border-width: 1px !default;
|
|
@@ -91,13 +91,16 @@ $kendo-tabstrip-item-hover-gradient: null !default;
|
|
|
91
91
|
$kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
|
|
92
92
|
/// The text color of the selected TabStrip items.
|
|
93
93
|
/// @group tabstrip
|
|
94
|
-
$kendo-tabstrip-item-selected-text: $kendo-
|
|
94
|
+
$kendo-tabstrip-item-selected-text: $kendo-link-text !default;
|
|
95
95
|
/// The border color of the selected TabStrip items.
|
|
96
96
|
/// @group tabstrip
|
|
97
97
|
$kendo-tabstrip-item-selected-border: $kendo-component-border !default;
|
|
98
98
|
/// The gradient of the selected TabStrip items.
|
|
99
99
|
/// @group tabstrip
|
|
100
100
|
$kendo-tabstrip-item-selected-gradient: false !default;
|
|
101
|
+
/// The font weight of the selected TabStrip items.
|
|
102
|
+
/// @group tabstrip
|
|
103
|
+
$kendo-tabstrip-item-selected-font-weight: null !default;
|
|
101
104
|
|
|
102
105
|
/// The shadow of the focused TabStrip items.
|
|
103
106
|
/// @group tabstrip
|