@progress/kendo-theme-fluent 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
@@ -29268,6 +29268,51 @@ textarea.k-input-inner {
29268
29268
  justify-content: center;
29269
29269
  }
29270
29270
 
29271
+ .k-input-icon.k-svg-icon > svg, .k-input-icon.k-icon-md > svg,
29272
+ .k-input-validation-icon.k-svg-icon > svg,
29273
+ .k-input-validation-icon.k-icon-md > svg,
29274
+ .k-input-loading-icon.k-svg-icon > svg,
29275
+ .k-input-loading-icon.k-icon-md > svg {
29276
+ width: var(--kendo-icon-size-md, 1rem);
29277
+ height: var(--kendo-icon-size-md, 1rem);
29278
+ }
29279
+ .k-input-icon.k-icon-xs > svg,
29280
+ .k-input-validation-icon.k-icon-xs > svg,
29281
+ .k-input-loading-icon.k-icon-xs > svg {
29282
+ width: var(--kendo-icon-size-sm, 0.75rem);
29283
+ height: var(--kendo-icon-size-sm, 0.75rem) s;
29284
+ }
29285
+ .k-input-icon.k-icon-sm > svg,
29286
+ .k-input-validation-icon.k-icon-sm > svg,
29287
+ .k-input-loading-icon.k-icon-sm > svg {
29288
+ width: var(--kendo-icon-size-sm, 0.875rem);
29289
+ height: var(--kendo-icon-size-sm, 0.875rem);
29290
+ }
29291
+ .k-input-icon.k-icon-lg > svg,
29292
+ .k-input-validation-icon.k-icon-lg > svg,
29293
+ .k-input-loading-icon.k-icon-lg > svg {
29294
+ width: var(--kendo-icon-size-lg, 1.25rem);
29295
+ height: var(--kendo-icon-size-lg, 1.25rem);
29296
+ }
29297
+ .k-input-icon.k-icon-xl > svg,
29298
+ .k-input-validation-icon.k-icon-xl > svg,
29299
+ .k-input-loading-icon.k-icon-xl > svg {
29300
+ width: var(--kendo-icon-size-xl, 1.5rem);
29301
+ height: var(--kendo-icon-size-xl, 1.5rem);
29302
+ }
29303
+ .k-input-icon.k-icon-xxl > svg,
29304
+ .k-input-validation-icon.k-icon-xxl > svg,
29305
+ .k-input-loading-icon.k-icon-xxl > svg {
29306
+ width: var(--kendo-icon-size-xxl, 2rem);
29307
+ height: var(--kendo-icon-size-xxl, 2rem);
29308
+ }
29309
+ .k-input-icon.k-icon-xxxl > svg,
29310
+ .k-input-validation-icon.k-icon-xxxl > svg,
29311
+ .k-input-loading-icon.k-icon-xxxl > svg {
29312
+ width: var(--kendo-icon-size-xxl, 3rem);
29313
+ height: var(--kendo-icon-size-xxl, 3rem);
29314
+ }
29315
+
29271
29316
  .k-clear-value {
29272
29317
  width: var(--INTERNAL--kendo-input-icon-size, min-content);
29273
29318
  height: var(--INTERNAL--kendo-input-icon-size, min-content);
@@ -31606,7 +31651,7 @@ textarea.k-input-inner {
31606
31651
  --kendo-calendar-cell-bg: var( --kendo-calendar-weekend-bg, inherit );
31607
31652
  }
31608
31653
  .k-calendar .k-other-month {
31609
- --kendo-calendar-cell-text: var( --kendo-calendar-other-month-text, var(--kendo-subtle-text, inherit) );
31654
+ --kendo-calendar-cell-text: var( --kendo-calendar-other-month-text, var(--kendo-disabled-text, inherit) );
31610
31655
  --kendo-calendar-cell-bg: var( --kendo-calendar-other-month-bg, inherit );
31611
31656
  }
31612
31657
  .k-calendar .k-alt {
@@ -31636,7 +31681,7 @@ textarea.k-input-inner {
31636
31681
  }
31637
31682
 
31638
31683
  .k-scheduler .k-calendar .k-other-month {
31639
- color: var(--kendo-calendar-other-month-text, var(--kendo-subtle-text, inherit));
31684
+ color: var(--kendo-calendar-other-month-text, var(--kendo-disabled-text, inherit));
31640
31685
  background-color: transparent;
31641
31686
  }
31642
31687
 
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "5.12.1-dev.4",
6
+ "version": "6.0.1",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
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": [
@@ -50,8 +50,8 @@
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-utils": "^5.12.1-dev.4"
53
+ "@progress/kendo-theme-core": "^6.0.0",
54
+ "@progress/kendo-theme-utils": "^6.0.0"
55
55
  },
56
- "gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
56
+ "gitHead": "8c0de1a359af7569b880867f5ddfdd23ca3cc0a4"
57
57
  }
@@ -168,7 +168,7 @@ $kendo-calendar-week-number-text: var( --kendo-subtle-text, inherit ) !default;
168
168
  $kendo-calendar-other-month-bg: inherit !default;
169
169
  /// Text color of the other months calendar cells.
170
170
  /// @group calendar
171
- $kendo-calendar-other-month-text: var( --kendo-subtle-text, inherit ) !default;
171
+ $kendo-calendar-other-month-text: var( --kendo-disabled-text, inherit ) !default;
172
172
 
173
173
  /// Background color of the calendar cells.
174
174
  /// @group calendar
@@ -234,6 +234,47 @@
234
234
  justify-content: center;
235
235
  }
236
236
 
237
+ // Input with SVG icon
238
+ .k-input-icon,
239
+ .k-input-validation-icon,
240
+ .k-input-loading-icon {
241
+ &.k-svg-icon > svg,
242
+ &.k-icon-md > svg {
243
+ width: var( --kendo-icon-size-md, 1rem );
244
+ height: var( --kendo-icon-size-md, 1rem );
245
+ }
246
+
247
+ &.k-icon-xs > svg {
248
+ width: var( --kendo-icon-size-sm, 0.75rem );
249
+ height: var( --kendo-icon-size-sm, 0.75rem )s;
250
+ }
251
+
252
+ &.k-icon-sm > svg {
253
+ width: var( --kendo-icon-size-sm, 0.875rem );
254
+ height: var( --kendo-icon-size-sm, 0.875rem );
255
+ }
256
+
257
+ &.k-icon-lg > svg {
258
+ width: var( --kendo-icon-size-lg, 1.25rem );
259
+ height: var( --kendo-icon-size-lg, 1.25rem );
260
+ }
261
+
262
+ &.k-icon-xl > svg {
263
+ width: var( --kendo-icon-size-xl, 1.5rem );
264
+ height: var( --kendo-icon-size-xl, 1.5rem );
265
+ }
266
+
267
+ &.k-icon-xxl > svg {
268
+ width: var( --kendo-icon-size-xxl, 2rem );
269
+ height: var( --kendo-icon-size-xxl, 2rem );
270
+ }
271
+
272
+ &.k-icon-xxxl > svg {
273
+ width: var( --kendo-icon-size-xxl, 3rem );
274
+ height: var( --kendo-icon-size-xxl, 3rem );
275
+ }
276
+ }
277
+
237
278
 
238
279
  // // Clear value
239
280
  .k-clear-value {