@progress/kendo-theme-core 7.1.0-dev.6 → 7.1.0-dev.7

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.scss CHANGED
@@ -2954,6 +2954,11 @@ $kendo-invalid-text: k-get-theme-color-var( error-190 ) !default;
2954
2954
  $kendo-invalid-border: k-get-theme-color-var( error-190 ) !default;
2955
2955
  $kendo-invalid-shadow: null !default;
2956
2956
 
2957
+ $kendo-valid-bg: initial !default;
2958
+ $kendo-valid-text: k-get-theme-color-var( success-190 ) !default;
2959
+ $kendo-valid-border: k-get-theme-color-var( success-190 ) !default;
2960
+ $kendo-valid-shadow: null !default;
2961
+
2957
2962
  // Disabled Styling
2958
2963
  $kendo-disabled-bg: k-get-theme-color-var( neutral-20 ) !default;
2959
2964
  $kendo-disabled-text: k-get-theme-color-var( neutral-90 ) !default;
@@ -151,6 +151,22 @@
151
151
  "type": "Null",
152
152
  "value": "null"
153
153
  },
154
+ "kendo-valid-bg": {
155
+ "type": "String",
156
+ "value": "initial"
157
+ },
158
+ "kendo-valid-text": {
159
+ "type": "String",
160
+ "value": "var(--kendo-success-190, inherit)"
161
+ },
162
+ "kendo-valid-border": {
163
+ "type": "String",
164
+ "value": "var(--kendo-success-190, inherit)"
165
+ },
166
+ "kendo-valid-shadow": {
167
+ "type": "Null",
168
+ "value": "null"
169
+ },
154
170
  "kendo-disabled-bg": {
155
171
  "type": "String",
156
172
  "value": "var(--kendo-neutral-20, inherit)"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-core",
3
3
  "description": "A collection of functions and mixins used for building themes for Kendo UI",
4
- "version": "7.1.0-dev.6",
4
+ "version": "7.1.0-dev.7",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -44,5 +44,5 @@
44
44
  "directories": {
45
45
  "doc": "docs"
46
46
  },
47
- "gitHead": "f41ec14d8865dd446f3432189915b11376b9a808"
47
+ "gitHead": "4bacca4f18a86fbe5bd6cf1cbf192e82c5504709"
48
48
  }
@@ -85,6 +85,11 @@ $kendo-invalid-text: k-get-theme-color-var( error-190 ) !default;
85
85
  $kendo-invalid-border: k-get-theme-color-var( error-190 ) !default;
86
86
  $kendo-invalid-shadow: null !default;
87
87
 
88
+ $kendo-valid-bg: initial !default;
89
+ $kendo-valid-text: k-get-theme-color-var( success-190 ) !default;
90
+ $kendo-valid-border: k-get-theme-color-var( success-190 ) !default;
91
+ $kendo-valid-shadow: null !default;
92
+
88
93
  // Disabled Styling
89
94
  $kendo-disabled-bg: k-get-theme-color-var( neutral-20 ) !default;
90
95
  $kendo-disabled-text: k-get-theme-color-var( neutral-90 ) !default;