@progress/kendo-theme-classic 5.8.2-dev.5 → 5.9.0

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.
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.8.2-dev.5",
6
+ "version": "5.9.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131413",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.8.2-dev.5",
6
+ "version": "5.9.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f4f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.8.2-dev.5",
6
+ "version": "5.9.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#101010",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.8.2-dev.5",
6
+ "version": "5.9.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.8.2-dev.5",
6
+ "version": "5.9.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#1e242d",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.8.2-dev.5",
6
+ "version": "5.9.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#def4fd",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.8.2-dev.5",
6
+ "version": "5.9.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131314",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.8.2-dev.5",
6
+ "version": "5.9.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f3f4",
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": "5.8.2-dev.5",
4
+ "version": "5.9.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -43,11 +43,11 @@
43
43
  "postpublish": "echo 'no postpublish for classic theme'"
44
44
  },
45
45
  "dependencies": {
46
- "@progress/kendo-theme-core": "^5.8.2-dev.5",
47
- "@progress/kendo-theme-default": "^5.8.2-dev.5"
46
+ "@progress/kendo-theme-core": "^5.9.0",
47
+ "@progress/kendo-theme-default": "^5.9.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "sass-build": "^1.0.0"
51
51
  },
52
- "gitHead": "071af936605691a801eaa4de3b8714e6223670f4"
52
+ "gitHead": "ac592f3dc96e799eb8a5da3513542a68a7984458"
53
53
  }
@@ -3,7 +3,8 @@ $actionsheet-padding-x: null !default;
3
3
  $actionsheet-padding-y: null !default;
4
4
  $actionsheet-width: 360px !default;
5
5
  $actionsheet-max-width: 100% !default;
6
- $actionsheet-max-height: 50vh !default;
6
+ $actionsheet-height: 60vh !default;
7
+ $actionsheet-max-height: 60vh !default;
7
8
 
8
9
  $actionsheet-border-width: 0px !default;
9
10
  $actionsheet-border-radius: 0px !default;
@@ -19,18 +20,23 @@ $actionsheet-shadow: 0 8px 10px -5px rgba( black, .2 ), 0 16px 24px 2px rgba( bl
19
20
 
20
21
 
21
22
  // Actionsheet header
22
- $actionsheet-header-padding-x: k-map-get( $spacing, 4 ) !default;
23
- $actionsheet-header-padding-y: k-map-get( $spacing, 2 ) !default;
24
- $actionsheet-header-border-width: null !default;
25
- $actionsheet-header-font-size: null !default;
26
- $actionsheet-header-font-family: null !default;
27
- $actionsheet-header-line-height: null !default;
23
+ $actionsheet-titlebar-padding-x: k-map-get( $spacing, 4 ) !default;
24
+ $actionsheet-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
25
+ $actionsheet-titlebar-border-width: null !default;
26
+ $actionsheet-titlebar-font-size: null !default;
27
+ $actionsheet-titlebar-font-family: null !default;
28
+ $actionsheet-titlebar-line-height: null !default;
29
+ $actionsheet-titlebar-gap: k-map-get( $spacing, 4 ) !default;
28
30
 
29
- $actionsheet-header-bg: null !default;
30
- $actionsheet-header-text: null !default;
31
- $actionsheet-header-border: null !default;
32
- $actionsheet-header-gradient: null !default;
33
- $actionsheet-header-shadow: null !default;
31
+ $actionsheet-titlebar-bg: null !default;
32
+ $actionsheet-titlebar-text: null !default;
33
+ $actionsheet-titlebar-border: null !default;
34
+ $actionsheet-titlebar-gradient: null !default;
35
+ $actionsheet-titlebar-shadow: null !default;
36
+
37
+ $actionsheet-subtitle-font-size: $font-size-sm !default;
38
+ $actionsheet-subtitle-line-height: $line-height-sm !default;
39
+ $actionsheet-subtitle-text: $subtle-text !default;
34
40
 
35
41
 
36
42
  // Actionsheet item
@@ -65,3 +71,16 @@ $actionsheet-item-disabled-text: null !default;
65
71
  $actionsheet-item-disabled-border: null !default;
66
72
  $actionsheet-item-disabled-gradient: null !default;
67
73
  $actionsheet-item-disabled-shadow: null !default;
74
+
75
+
76
+ // Adaptive Actionsheet
77
+ $adaptive-actionsheet-titlebar-border-width: 1px !default;
78
+ $adaptive-actionsheet-titlebar-padding-y: k-map-get( $spacing, 4 ) !default;
79
+ $adaptive-actionsheet-titlebar-padding-x: $adaptive-actionsheet-titlebar-padding-y !default;
80
+ $adaptive-actionsheet-titlebar-border: $component-border !default;
81
+
82
+ $adaptive-actionsheet-content-padding-y: k-map-get( $spacing, 2 ) !default;
83
+ $adaptive-actionsheet-content-padding-x: k-map-get( $spacing, 4 ) !default;
84
+
85
+ $adaptive-actionsheet-footer-padding-y: k-map-get( $spacing, 2 ) !default;
86
+ $adaptive-actionsheet-footer-padding-x: k-map-get( $spacing, 4 ) !default;
@@ -25,3 +25,7 @@ $coloreditor-color-preview-height: 12px !default;
25
25
  $coloreditor-views-padding-y: $coloreditor-spacer !default;
26
26
  $coloreditor-views-padding-x: $coloreditor-views-padding-y !default;
27
27
  $coloreditor-views-gap: $coloreditor-spacer !default;
28
+
29
+ $coloreditor-colorgradient-focus-outline-color: rgba(0, 0, 0, .3) !default;
30
+ $coloreditor-colorgradient-focus-outline: 2px !default;
31
+ $coloreditor-colorgradient-focus-outline-offset: 4px !default;
@@ -0,0 +1,16 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../icons/index";
6
+ @import "../button/_index.scss";
7
+ @import "../input/_index.scss";
8
+ @import "../popup/_index.scss";
9
+ @import "../list/_index.scss";
10
+ @import "../timeselector/_index.scss";
11
+
12
+
13
+ // Component
14
+ @import "_variables.scss";
15
+ @import "_layout.scss";
16
+ @import "_theme.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timedurationpicker/_layout.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timedurationpicker/_theme.scss";
@@ -0,0 +1 @@
1
+ // Timedurationpicker
@@ -8,8 +8,8 @@ $time-selector-bg: $component-bg !default;
8
8
  $time-selector-text: $component-text !default;
9
9
  $time-selector-border: $component-border !default;
10
10
 
11
- $time-selector-header-padding-x: k-map-get( $spacing, 1 ) !default;
12
- $time-selector-header-padding-y: k-map-get( $spacing, 1 ) !default;
11
+ $time-selector-header-padding-x: $actions-padding-x !default;
12
+ $time-selector-header-padding-y: $actions-padding-y !default;
13
13
  $time-selector-header-border-width: 0px !default;
14
14
 
15
15
  $time-list-width: 4em !default;