@progress/kendo-theme-default 5.6.1-dev.1 → 5.6.1-dev.2
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 +4 -4
- package/dist/all.scss +5 -5
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +2 -2
- package/scss/daterangepicker/_variables.scss +1 -1
- package/scss/splitter/_layout.scss +4 -4
package/dist/all.css
CHANGED
|
@@ -25437,19 +25437,19 @@ kendo-card-footer {
|
|
|
25437
25437
|
display: block;
|
|
25438
25438
|
}
|
|
25439
25439
|
|
|
25440
|
-
.k-splitbar-horizontal .k-
|
|
25440
|
+
.k-splitbar-horizontal .k-collapse-prev {
|
|
25441
25441
|
margin-bottom: 7px;
|
|
25442
25442
|
}
|
|
25443
25443
|
|
|
25444
|
-
.k-splitbar-horizontal .k-
|
|
25444
|
+
.k-splitbar-horizontal .k-collapse-next {
|
|
25445
25445
|
margin-top: 7px;
|
|
25446
25446
|
}
|
|
25447
25447
|
|
|
25448
|
-
.k-splitbar-vertical .k-
|
|
25448
|
+
.k-splitbar-vertical .k-collapse-prev {
|
|
25449
25449
|
margin-right: 7px;
|
|
25450
25450
|
}
|
|
25451
25451
|
|
|
25452
|
-
.k-splitbar-vertical .k-
|
|
25452
|
+
.k-splitbar-vertical .k-collapse-next {
|
|
25453
25453
|
margin-left: 7px;
|
|
25454
25454
|
}
|
|
25455
25455
|
|
package/dist/all.scss
CHANGED
|
@@ -19003,7 +19003,7 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
19003
19003
|
// Component
|
|
19004
19004
|
// #region @import "_variables.scss"; -> packages/default/scss/daterangepicker/_variables.scss
|
|
19005
19005
|
// Daterangepicker
|
|
19006
|
-
$kendo-daterange-picker-input-width: 10em;
|
|
19006
|
+
$kendo-daterange-picker-input-width: 10em !default;
|
|
19007
19007
|
|
|
19008
19008
|
// #endregion
|
|
19009
19009
|
// #region @import "_layout.scss"; -> packages/default/scss/daterangepicker/_layout.scss
|
|
@@ -27636,19 +27636,19 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27636
27636
|
}
|
|
27637
27637
|
}
|
|
27638
27638
|
|
|
27639
|
-
.k-splitbar-horizontal .k-
|
|
27639
|
+
.k-splitbar-horizontal .k-collapse-prev {
|
|
27640
27640
|
margin-bottom: $splitter-drag-icon-margin;
|
|
27641
27641
|
}
|
|
27642
27642
|
|
|
27643
|
-
.k-splitbar-horizontal .k-
|
|
27643
|
+
.k-splitbar-horizontal .k-collapse-next {
|
|
27644
27644
|
margin-top: $splitter-drag-icon-margin;
|
|
27645
27645
|
}
|
|
27646
27646
|
|
|
27647
|
-
.k-splitbar-vertical .k-
|
|
27647
|
+
.k-splitbar-vertical .k-collapse-prev {
|
|
27648
27648
|
margin-right: $splitter-drag-icon-margin;
|
|
27649
27649
|
}
|
|
27650
27650
|
|
|
27651
|
-
.k-splitbar-vertical .k-
|
|
27651
|
+
.k-splitbar-vertical .k-collapse-next {
|
|
27652
27652
|
margin-left: $splitter-drag-icon-margin;
|
|
27653
27653
|
}
|
|
27654
27654
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "5.6.1-dev.
|
|
4
|
+
"version": "5.6.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"sass-build": "^0.0.1"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "2bc7c2f0b6f8edd33c5a5c616cf937f2385e769f"
|
|
48
48
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Daterangepicker
|
|
2
|
-
$kendo-daterange-picker-input-width: 10em;
|
|
2
|
+
$kendo-daterange-picker-input-width: 10em !default;
|
|
@@ -106,19 +106,19 @@
|
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.k-splitbar-horizontal .k-
|
|
109
|
+
.k-splitbar-horizontal .k-collapse-prev {
|
|
110
110
|
margin-bottom: $splitter-drag-icon-margin;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.k-splitbar-horizontal .k-
|
|
113
|
+
.k-splitbar-horizontal .k-collapse-next {
|
|
114
114
|
margin-top: $splitter-drag-icon-margin;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.k-splitbar-vertical .k-
|
|
117
|
+
.k-splitbar-vertical .k-collapse-prev {
|
|
118
118
|
margin-right: $splitter-drag-icon-margin;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.k-splitbar-vertical .k-
|
|
121
|
+
.k-splitbar-vertical .k-collapse-next {
|
|
122
122
|
margin-left: $splitter-drag-icon-margin;
|
|
123
123
|
}
|
|
124
124
|
|