@progress/kendo-theme-default 12.0.0-dev.1 → 12.0.0-dev.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "12.0.0-dev.1",
4
+ "version": "12.0.0-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@progress/kendo-svg-icons": "^4.1.0",
55
- "@progress/kendo-theme-core": "12.0.0-dev.1",
56
- "@progress/kendo-theme-utils": "12.0.0-dev.1"
55
+ "@progress/kendo-theme-core": "12.0.0-dev.2",
56
+ "@progress/kendo-theme-utils": "12.0.0-dev.2"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
60
60
  "lib": "lib"
61
61
  },
62
- "gitHead": "794f481c97a5e59caeb7c91030f0a7853aa2db19"
62
+ "gitHead": "3d3c1e57932a00e6c1a0e1fbbd14d7ba1e2fe4a9"
63
63
  }
@@ -189,16 +189,6 @@ $kendo-gantt-planned-summary-drag-hint-top: .5em !default;
189
189
  /// @group gantt
190
190
  $kendo-gantt-planned-milestone-drag-hint-top: .3em !default;
191
191
 
192
- /// The horizontal margin of the Gantt milestone wrap.
193
- /// @group gantt
194
- $kendo-gantt-rtl-milestone-wrap-margin-x: -2.4em !default;
195
- /// The horizontal margin of the Gantt milestone line dot.
196
- /// @group gantt
197
- $kendo-gantt-rtl-milestone-planned-moment-margin-x: .2em !default;
198
- /// The horizontal margin of the Gantt milestone task dot.
199
- /// @group gantt
200
- $kendo-gantt-rtl-milestone-dot-start-margin-x: -.1em !default;
201
-
202
192
  /// The horizontal offset of the Gantt delayed task resize handler.
203
193
  /// @group gantt
204
194
  $kendo-gantt-planned-offset-resize-handler-margin-x: 1.4em !default;
@@ -313,9 +303,6 @@ $kendo-gantt-task-tooltip-padding-y: k-spacing(1) !default;
313
303
  $kendo-gantt-planned-single-drag-hint-top: $kendo-gantt-planned-single-drag-hint-top,
314
304
  $kendo-gantt-planned-summary-drag-hint-top: $kendo-gantt-planned-summary-drag-hint-top,
315
305
  $kendo-gantt-planned-milestone-drag-hint-top: $kendo-gantt-planned-milestone-drag-hint-top,
316
- $kendo-gantt-rtl-milestone-wrap-margin-x: $kendo-gantt-rtl-milestone-wrap-margin-x,
317
- $kendo-gantt-rtl-milestone-planned-moment-margin-x: $kendo-gantt-rtl-milestone-planned-moment-margin-x,
318
- $kendo-gantt-rtl-milestone-dot-start-margin-x: $kendo-gantt-rtl-milestone-dot-start-margin-x,
319
306
  $kendo-gantt-planned-offset-resize-handler-margin-x: $kendo-gantt-planned-offset-resize-handler-margin-x,
320
307
  $kendo-gantt-planned-bg: $kendo-gantt-planned-bg,
321
308
  $kendo-gantt-planned-border: $kendo-gantt-planned-border,
@@ -31,7 +31,7 @@ $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
31
31
  $kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
32
32
  /// The line height of the Notification.
33
33
  /// @group notification
34
- $kendo-notification-line-height: va( --kendo-line-height, normal ) !default;
34
+ $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
35
35
  /// The horizontal padding of the Notification actions.
36
36
  /// @group notification
37
37
  $kendo-notification-actions-padding-x: null !default;
@@ -250,10 +250,7 @@ $kendo-scheduler-event-actions-inset-x: k-spacing(2) !default;
250
250
 
251
251
  /// The margin of the Scheduler event indicators.
252
252
  /// @group scheduler
253
- $kendo-scheduler-indicators-margin: k-spacing(0.5) .4ex 0 k-spacing(1) !default;
254
- /// The margin of the Scheduler event indicators in rtl.
255
- /// @group scheduler
256
- $kendo-scheduler-rtl-indicators-margin: k-spacing(0.5) k-spacing(1) 0 .4ex !default;
253
+ $kendo-scheduler-indicators-margin: k-spacing(0.5) k-spacing(1) !default;
257
254
 
258
255
  /// The inline inset of the Scheduler marquee labels.
259
256
  /// @group scheduler
@@ -339,7 +336,6 @@ $kendo-scheduler-header-bg: k-color(surface) !default;
339
336
  $kendo-scheduler-event-template-padding-y: $kendo-scheduler-event-template-padding-y,
340
337
  $kendo-scheduler-event-actions-inset-x: $kendo-scheduler-event-actions-inset-x,
341
338
  $kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
342
- $kendo-scheduler-rtl-indicators-margin: $kendo-scheduler-rtl-indicators-margin,
343
339
  $kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
344
340
  $kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
345
341
  $kendo-scheduler-header-bg: $kendo-scheduler-header-bg