@progress/kendo-theme-classic 5.8.2-dev.2 → 5.8.2-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 CHANGED
@@ -11117,11 +11117,6 @@ kendo-sortable {
11117
11117
  box-shadow: none !important;
11118
11118
  }
11119
11119
 
11120
- .k-ripple-container .k-checkbox:focus::after,
11121
- .k-ripple-container .k-checkbox.k-focus::after {
11122
- transform: translate(-50%, -50%) scale(1);
11123
- }
11124
-
11125
11120
  .k-ripple-container .k-checkbox:disabled::after,
11126
11121
  .k-ripple-container .k-checkbox.k-disabled::after {
11127
11122
  display: none;
@@ -11136,7 +11131,7 @@ kendo-sortable {
11136
11131
  font-size: 10px;
11137
11132
  }
11138
11133
 
11139
- .k-ripple-container .k-checkbox-size::after {
11134
+ .k-ripple-container .k-checkbox-sm::after {
11140
11135
  width: 36px;
11141
11136
  height: 36px;
11142
11137
  }
@@ -11150,7 +11145,7 @@ kendo-sortable {
11150
11145
  font-size: 14px;
11151
11146
  }
11152
11147
 
11153
- .k-ripple-container .k-checkbox-size::after {
11148
+ .k-ripple-container .k-checkbox-md::after {
11154
11149
  width: 48px;
11155
11150
  height: 48px;
11156
11151
  }
@@ -11164,7 +11159,7 @@ kendo-sortable {
11164
11159
  font-size: 18px;
11165
11160
  }
11166
11161
 
11167
- .k-ripple-container .k-checkbox-size::after {
11162
+ .k-ripple-container .k-checkbox-lg::after {
11168
11163
  width: 60px;
11169
11164
  height: 60px;
11170
11165
  }
@@ -11793,14 +11788,14 @@ kendo-sortable {
11793
11788
 
11794
11789
  @keyframes ripple {
11795
11790
  0% {
11796
- transform: scale(0);
11791
+ transform: translate(-50%, -50%) scale(0);
11797
11792
  }
11798
11793
  20% {
11799
- transform: scale(1);
11794
+ transform: translate(-50%, -50%) scale(1);
11800
11795
  }
11801
11796
  100% {
11802
11797
  opacity: 0;
11803
- transform: scale(1);
11798
+ transform: translate(-50%, -50%) scale(1);
11804
11799
  }
11805
11800
  }
11806
11801
 
@@ -17583,11 +17578,6 @@ kendo-label > .k-label {
17583
17578
  box-shadow: none !important;
17584
17579
  }
17585
17580
 
17586
- .k-ripple-container .k-radio:focus::after,
17587
- .k-ripple-container .k-radio.k-focus::after {
17588
- transform: translate(-50%, -50%) scale(1);
17589
- }
17590
-
17591
17581
  .k-ripple-container .k-radio:disabled::after,
17592
17582
  .k-ripple-container .k-radio.k-disabled::after {
17593
17583
  display: none;
@@ -36544,6 +36534,10 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36544
36534
  width: calc(100% - 16px);
36545
36535
  }
36546
36536
 
36537
+ .k-signature-lg {
36538
+ min-height: 110px;
36539
+ }
36540
+
36547
36541
  .k-signature .k-signature-line {
36548
36542
  border-bottom-color: rgba(36, 152, 188, 0.24);
36549
36543
  }
package/dist/all.scss CHANGED
@@ -6678,10 +6678,6 @@ $kendo-checkbox-ripple-opacity: .25 !default;
6678
6678
  .k-checkbox:focus,
6679
6679
  .k-checkbox.k-focus {
6680
6680
  box-shadow: none !important; // sass-lint:disable-line no-important
6681
-
6682
- &::after {
6683
- transform: translate(-50%, -50%) scale(1);
6684
- }
6685
6681
  }
6686
6682
 
6687
6683
  .k-checkbox:disabled::after,
@@ -6706,7 +6702,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
6706
6702
  }
6707
6703
  }
6708
6704
  .k-ripple-container {
6709
- .k-checkbox-#{size}::after {
6705
+ .k-checkbox-#{$size}::after {
6710
6706
  width: $_ripple-size;
6711
6707
  height: $_ripple-size;
6712
6708
  }
@@ -7683,14 +7679,14 @@ $popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !d
7683
7679
 
7684
7680
  @keyframes ripple {
7685
7681
  0% {
7686
- transform: scale(0);
7682
+ transform: translate(-50%, -50%) scale(0);
7687
7683
  }
7688
7684
  20% {
7689
- transform: scale(1);
7685
+ transform: translate(-50%, -50%) scale(1);
7690
7686
  }
7691
7687
  100% {
7692
7688
  opacity: 0;
7693
- transform: scale(1);
7689
+ transform: translate(-50%, -50%) scale(1);
7694
7690
  }
7695
7691
  }
7696
7692
  }
@@ -15846,10 +15842,6 @@ $kendo-radio-ripple-opacity: .25 !default;
15846
15842
  .k-radio:focus,
15847
15843
  .k-radio.k-focus {
15848
15844
  box-shadow: none !important; // sass-lint:disable-line no-important
15849
-
15850
- &::after {
15851
- transform: translate(-50%, -50%) scale(1);
15852
- }
15853
15845
  }
15854
15846
 
15855
15847
  .k-radio:disabled::after,
@@ -42569,6 +42561,8 @@ $orgchart-line-v-height: 25px !default;
42569
42561
  $kendo-signature-width: 250px !default;
42570
42562
  $kendo-signature-height: 84px !default;
42571
42563
 
42564
+ $kendo-signature-lg-min-height: 110px;
42565
+
42572
42566
  $kendo-signature-maximized-width: 750px !default;
42573
42567
  $kendo-signature-maximized-height: 252px !default;
42574
42568
 
@@ -42682,6 +42676,10 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
42682
42676
  }
42683
42677
  }
42684
42678
 
42679
+ .k-signature-lg {
42680
+ min-height: $kendo-signature-lg-min-height;
42681
+ }
42682
+
42685
42683
  }
42686
42684
 
42687
42685
  // #endregion
@@ -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.2",
6
+ "version": "5.8.2-dev.3",
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.2",
6
+ "version": "5.8.2-dev.3",
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.2",
6
+ "version": "5.8.2-dev.3",
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.2",
6
+ "version": "5.8.2-dev.3",
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.2",
6
+ "version": "5.8.2-dev.3",
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.2",
6
+ "version": "5.8.2-dev.3",
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.2",
6
+ "version": "5.8.2-dev.3",
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.2",
6
+ "version": "5.8.2-dev.3",
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.2",
4
+ "version": "5.8.2-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -43,10 +43,10 @@
43
43
  "postpublish": "echo 'no postpublish for classic theme'"
44
44
  },
45
45
  "dependencies": {
46
- "@progress/kendo-theme-default": "^5.8.2-dev.2"
46
+ "@progress/kendo-theme-default": "^5.8.2-dev.3"
47
47
  },
48
48
  "devDependencies": {
49
49
  "sass-build": "^1.0.0"
50
50
  },
51
- "gitHead": "e022a1733bd95bb557a27e4f9491eb2bc300d9bc"
51
+ "gitHead": "c97923255b6472c0de0d2afa776acea1fb7bb909"
52
52
  }
@@ -1,6 +1,8 @@
1
1
  $kendo-signature-width: 250px !default;
2
2
  $kendo-signature-height: 84px !default;
3
3
 
4
+ $kendo-signature-lg-min-height: 110px;
5
+
4
6
  $kendo-signature-maximized-width: 750px !default;
5
7
  $kendo-signature-maximized-height: 252px !default;
6
8