@progress/kendo-theme-classic 5.12.1-dev.4 → 6.0.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 CHANGED
@@ -30133,6 +30133,58 @@ textarea.k-input-inner {
30133
30133
  justify-content: center;
30134
30134
  }
30135
30135
 
30136
+ .k-input-icon.k-svg-icon > svg,
30137
+ .k-input-icon.k-icon-md > svg,
30138
+ .k-input-validation-icon.k-svg-icon > svg,
30139
+ .k-input-validation-icon.k-icon-md > svg,
30140
+ .k-input-loading-icon.k-svg-icon > svg,
30141
+ .k-input-loading-icon.k-icon-md > svg {
30142
+ width: 16px;
30143
+ height: 16px;
30144
+ }
30145
+
30146
+ .k-input-icon.k-icon-xs > svg,
30147
+ .k-input-validation-icon.k-icon-xs > svg,
30148
+ .k-input-loading-icon.k-icon-xs > svg {
30149
+ width: 12px;
30150
+ height: 12px;
30151
+ }
30152
+
30153
+ .k-input-icon.k-icon-sm > svg,
30154
+ .k-input-validation-icon.k-icon-sm > svg,
30155
+ .k-input-loading-icon.k-icon-sm > svg {
30156
+ width: 14px;
30157
+ height: 14px;
30158
+ }
30159
+
30160
+ .k-input-icon.k-icon-lg > svg,
30161
+ .k-input-validation-icon.k-icon-lg > svg,
30162
+ .k-input-loading-icon.k-icon-lg > svg {
30163
+ width: 20px;
30164
+ height: 20px;
30165
+ }
30166
+
30167
+ .k-input-icon.k-icon-xl > svg,
30168
+ .k-input-validation-icon.k-icon-xl > svg,
30169
+ .k-input-loading-icon.k-icon-xl > svg {
30170
+ width: 24px;
30171
+ height: 24px;
30172
+ }
30173
+
30174
+ .k-input-icon.k-icon-xxl > svg,
30175
+ .k-input-validation-icon.k-icon-xxl > svg,
30176
+ .k-input-loading-icon.k-icon-xxl > svg {
30177
+ width: 32px;
30178
+ height: 32px;
30179
+ }
30180
+
30181
+ .k-input-icon.k-icon-xxxl > svg,
30182
+ .k-input-validation-icon.k-icon-xxxl > svg,
30183
+ .k-input-loading-icon.k-icon-xxxl > svg {
30184
+ width: 48px;
30185
+ height: 48px;
30186
+ }
30187
+
30136
30188
  .k-clear-value {
30137
30189
  outline: 0;
30138
30190
  flex: none;
package/dist/all.scss CHANGED
@@ -16613,6 +16613,47 @@ $kendo-form-sizes: (
16613
16613
  justify-content: center;
16614
16614
  }
16615
16615
 
16616
+ // Input with SVG icon
16617
+ .k-input-icon,
16618
+ .k-input-validation-icon,
16619
+ .k-input-loading-icon {
16620
+ &.k-svg-icon > svg,
16621
+ &.k-icon-md > svg {
16622
+ width: $kendo-icon-size-md;
16623
+ height: $kendo-icon-size-md;
16624
+ }
16625
+
16626
+ &.k-icon-xs > svg {
16627
+ width: $kendo-icon-size-xs;
16628
+ height: $kendo-icon-size-xs;
16629
+ }
16630
+
16631
+ &.k-icon-sm > svg {
16632
+ width: $kendo-icon-size-sm;
16633
+ height: $kendo-icon-size-sm;
16634
+ }
16635
+
16636
+ &.k-icon-lg > svg {
16637
+ width: $kendo-icon-size-lg;
16638
+ height: $kendo-icon-size-lg;
16639
+ }
16640
+
16641
+ &.k-icon-xl > svg {
16642
+ width: $kendo-icon-size-xl;
16643
+ height: $kendo-icon-size-xl;
16644
+ }
16645
+
16646
+ &.k-icon-xxl > svg {
16647
+ width: $kendo-icon-size-xxl;
16648
+ height: $kendo-icon-size-xxl;
16649
+ }
16650
+
16651
+ &.k-icon-xxxl > svg {
16652
+ width: $kendo-icon-size-xxxl;
16653
+ height: $kendo-icon-size-xxxl;
16654
+ }
16655
+ }
16656
+
16616
16657
 
16617
16658
  // Clear value
16618
16659
  .k-clear-value {
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
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.12.1-dev.4",
4
+ "version": "6.0.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,9 +49,9 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@progress/kendo-font-icons": "^1.0.0",
52
- "@progress/kendo-theme-core": "^5.12.1-dev.4",
53
- "@progress/kendo-theme-default": "^5.12.1-dev.4",
54
- "@progress/kendo-theme-utils": "^5.12.1-dev.4"
52
+ "@progress/kendo-theme-core": "^6.0.0",
53
+ "@progress/kendo-theme-default": "^6.0.1",
54
+ "@progress/kendo-theme-utils": "^6.0.0"
55
55
  },
56
- "gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
56
+ "gitHead": "8c0de1a359af7569b880867f5ddfdd23ca3cc0a4"
57
57
  }