@progress/kendo-theme-material 5.12.1-dev.4 → 6.0.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.
package/dist/all.css CHANGED
@@ -30720,6 +30720,58 @@ textarea.k-input-inner {
30720
30720
  justify-content: center;
30721
30721
  }
30722
30722
 
30723
+ .k-input-icon.k-svg-icon > svg,
30724
+ .k-input-icon.k-icon-md > svg,
30725
+ .k-input-validation-icon.k-svg-icon > svg,
30726
+ .k-input-validation-icon.k-icon-md > svg,
30727
+ .k-input-loading-icon.k-svg-icon > svg,
30728
+ .k-input-loading-icon.k-icon-md > svg {
30729
+ width: 16px;
30730
+ height: 16px;
30731
+ }
30732
+
30733
+ .k-input-icon.k-icon-xs > svg,
30734
+ .k-input-validation-icon.k-icon-xs > svg,
30735
+ .k-input-loading-icon.k-icon-xs > svg {
30736
+ width: 12px;
30737
+ height: 12px;
30738
+ }
30739
+
30740
+ .k-input-icon.k-icon-sm > svg,
30741
+ .k-input-validation-icon.k-icon-sm > svg,
30742
+ .k-input-loading-icon.k-icon-sm > svg {
30743
+ width: 14px;
30744
+ height: 14px;
30745
+ }
30746
+
30747
+ .k-input-icon.k-icon-lg > svg,
30748
+ .k-input-validation-icon.k-icon-lg > svg,
30749
+ .k-input-loading-icon.k-icon-lg > svg {
30750
+ width: 20px;
30751
+ height: 20px;
30752
+ }
30753
+
30754
+ .k-input-icon.k-icon-xl > svg,
30755
+ .k-input-validation-icon.k-icon-xl > svg,
30756
+ .k-input-loading-icon.k-icon-xl > svg {
30757
+ width: 24px;
30758
+ height: 24px;
30759
+ }
30760
+
30761
+ .k-input-icon.k-icon-xxl > svg,
30762
+ .k-input-validation-icon.k-icon-xxl > svg,
30763
+ .k-input-loading-icon.k-icon-xxl > svg {
30764
+ width: 32px;
30765
+ height: 32px;
30766
+ }
30767
+
30768
+ .k-input-icon.k-icon-xxxl > svg,
30769
+ .k-input-validation-icon.k-icon-xxxl > svg,
30770
+ .k-input-loading-icon.k-icon-xxxl > svg {
30771
+ width: 48px;
30772
+ height: 48px;
30773
+ }
30774
+
30723
30775
  .k-clear-value {
30724
30776
  outline: 0;
30725
30777
  flex: none;
package/dist/all.scss CHANGED
@@ -18009,6 +18009,47 @@ $kendo-form-sizes: (
18009
18009
  justify-content: center;
18010
18010
  }
18011
18011
 
18012
+ // Input with SVG icon
18013
+ .k-input-icon,
18014
+ .k-input-validation-icon,
18015
+ .k-input-loading-icon {
18016
+ &.k-svg-icon > svg,
18017
+ &.k-icon-md > svg {
18018
+ width: $kendo-icon-size-md;
18019
+ height: $kendo-icon-size-md;
18020
+ }
18021
+
18022
+ &.k-icon-xs > svg {
18023
+ width: $kendo-icon-size-xs;
18024
+ height: $kendo-icon-size-xs;
18025
+ }
18026
+
18027
+ &.k-icon-sm > svg {
18028
+ width: $kendo-icon-size-sm;
18029
+ height: $kendo-icon-size-sm;
18030
+ }
18031
+
18032
+ &.k-icon-lg > svg {
18033
+ width: $kendo-icon-size-lg;
18034
+ height: $kendo-icon-size-lg;
18035
+ }
18036
+
18037
+ &.k-icon-xl > svg {
18038
+ width: $kendo-icon-size-xl;
18039
+ height: $kendo-icon-size-xl;
18040
+ }
18041
+
18042
+ &.k-icon-xxl > svg {
18043
+ width: $kendo-icon-size-xxl;
18044
+ height: $kendo-icon-size-xxl;
18045
+ }
18046
+
18047
+ &.k-icon-xxxl > svg {
18048
+ width: $kendo-icon-size-xxxl;
18049
+ height: $kendo-icon-size-xxxl;
18050
+ }
18051
+ }
18052
+
18012
18053
 
18013
18054
  // Clear value
18014
18055
  .k-clear-value {
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#3f51b5",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.0",
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-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "5.12.1-dev.4",
4
+ "version": "6.0.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,9 +50,9 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@progress/kendo-font-icons": "^1.0.0",
53
- "@progress/kendo-theme-core": "^5.12.1-dev.4",
54
- "@progress/kendo-theme-default": "^5.12.1-dev.4",
55
- "@progress/kendo-theme-utils": "^5.12.1-dev.4"
53
+ "@progress/kendo-theme-core": "^6.0.0",
54
+ "@progress/kendo-theme-default": "^6.0.0",
55
+ "@progress/kendo-theme-utils": "^6.0.0"
56
56
  },
57
- "gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
57
+ "gitHead": "55db62ccac1c6dfee205ade579d703e3989d1f64"
58
58
  }