@progress/kendo-theme-classic 9.1.0-dev.2 → 9.1.0-dev.4
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 +1 -1
- package/dist/all.scss +13 -10
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +594 -540
- package/dist/meta/sassdoc-raw-data.json +277 -252
- package/dist/meta/variables.json +24 -20
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +3 -0
- package/scss/timeline/_variables.scss +5 -5
package/dist/meta/variables.json
CHANGED
|
@@ -11646,6 +11646,10 @@
|
|
|
11646
11646
|
"type": "Calculation",
|
|
11647
11647
|
"value": "calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2)"
|
|
11648
11648
|
},
|
|
11649
|
+
"kendo-stepper-label-border-radius": {
|
|
11650
|
+
"type": "String",
|
|
11651
|
+
"value": "var(--kendo-border-radius-xxxl, 1rem)"
|
|
11652
|
+
},
|
|
11649
11653
|
"kendo-stepper-border-width": {
|
|
11650
11654
|
"type": "Number",
|
|
11651
11655
|
"value": "0px"
|
|
@@ -12623,8 +12627,8 @@
|
|
|
12623
12627
|
"value": "2px"
|
|
12624
12628
|
},
|
|
12625
12629
|
"kendo-splitter-drag-icon-margin": {
|
|
12626
|
-
"type": "
|
|
12627
|
-
"value": "
|
|
12630
|
+
"type": "String",
|
|
12631
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
12628
12632
|
},
|
|
12629
12633
|
"kendo-splitter-collapse-icon-padding-x": {
|
|
12630
12634
|
"type": "Null",
|
|
@@ -16347,12 +16351,12 @@
|
|
|
16347
16351
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
16348
16352
|
},
|
|
16349
16353
|
"kendo-timeline-track-arrow-width": {
|
|
16350
|
-
"type": "
|
|
16351
|
-
"value": "
|
|
16354
|
+
"type": "String",
|
|
16355
|
+
"value": "var(--kendo-spacing-7\\.5, 1.875rem)"
|
|
16352
16356
|
},
|
|
16353
16357
|
"kendo-timeline-track-arrow-height": {
|
|
16354
|
-
"type": "
|
|
16355
|
-
"value": "
|
|
16358
|
+
"type": "String",
|
|
16359
|
+
"value": "var(--kendo-spacing-7\\.5, 1.875rem)"
|
|
16356
16360
|
},
|
|
16357
16361
|
"kendo-timeline-track-arrow-disabled-bg": {
|
|
16358
16362
|
"type": "String",
|
|
@@ -16367,12 +16371,12 @@
|
|
|
16367
16371
|
"value": "color-mix(in srgb, var(--kendo-color-border, #cacaca) 15%, transparent)"
|
|
16368
16372
|
},
|
|
16369
16373
|
"kendo-timeline-track-size": {
|
|
16370
|
-
"type": "
|
|
16371
|
-
"value": "
|
|
16374
|
+
"type": "String",
|
|
16375
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
16372
16376
|
},
|
|
16373
16377
|
"kendo-timeline-track-wrap-padding-bottom": {
|
|
16374
|
-
"type": "
|
|
16375
|
-
"value": "
|
|
16378
|
+
"type": "Calculation",
|
|
16379
|
+
"value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)"
|
|
16376
16380
|
},
|
|
16377
16381
|
"kendo-timeline-track-border-width": {
|
|
16378
16382
|
"type": "Number",
|
|
@@ -16384,15 +16388,15 @@
|
|
|
16384
16388
|
},
|
|
16385
16389
|
"kendo-timeline-track-bottom-calc": {
|
|
16386
16390
|
"type": "Calculation",
|
|
16387
|
-
"value": "calc(
|
|
16391
|
+
"value": "calc(var(--kendo-spacing-7\\.5, 1.875rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))"
|
|
16388
16392
|
},
|
|
16389
16393
|
"kendo-timeline-track-start-calc": {
|
|
16390
16394
|
"type": "Calculation",
|
|
16391
|
-
"value": "calc(
|
|
16395
|
+
"value": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)"
|
|
16392
16396
|
},
|
|
16393
16397
|
"kendo-timeline-track-end-calc": {
|
|
16394
16398
|
"type": "Calculation",
|
|
16395
|
-
"value": "calc(
|
|
16399
|
+
"value": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)"
|
|
16396
16400
|
},
|
|
16397
16401
|
"kendo-timeline-track-bg": {
|
|
16398
16402
|
"type": "String",
|
|
@@ -16460,7 +16464,7 @@
|
|
|
16460
16464
|
},
|
|
16461
16465
|
"kendo-timeline-flag-margin-bottom-calc": {
|
|
16462
16466
|
"type": "Calculation",
|
|
16463
|
-
"value": "calc(
|
|
16467
|
+
"value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)"
|
|
16464
16468
|
},
|
|
16465
16469
|
"kendo-timeline-date-width": {
|
|
16466
16470
|
"type": "Number",
|
|
@@ -16472,19 +16476,19 @@
|
|
|
16472
16476
|
},
|
|
16473
16477
|
"kendo-timeline-vertical-padding-calc": {
|
|
16474
16478
|
"type": "Calculation",
|
|
16475
|
-
"value": "calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
16479
|
+
"value": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)"
|
|
16476
16480
|
},
|
|
16477
16481
|
"kendo-timeline-vertical-padding-with-dates-calc": {
|
|
16478
16482
|
"type": "Calculation",
|
|
16479
|
-
"value": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
16483
|
+
"value": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
|
|
16480
16484
|
},
|
|
16481
16485
|
"kendo-timeline-mobile-vertical-padding-calc": {
|
|
16482
16486
|
"type": "Calculation",
|
|
16483
|
-
"value": "calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
16487
|
+
"value": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)"
|
|
16484
16488
|
},
|
|
16485
16489
|
"kendo-timeline-mobile-vertical-padding-with-dates-calc": {
|
|
16486
16490
|
"type": "Calculation",
|
|
16487
|
-
"value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
16491
|
+
"value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
|
|
16488
16492
|
},
|
|
16489
16493
|
"kendo-timeline-circle-width": {
|
|
16490
16494
|
"type": "Number",
|
|
@@ -17095,8 +17099,8 @@
|
|
|
17095
17099
|
"value": "var(--kendo-color-border, #cacaca)"
|
|
17096
17100
|
},
|
|
17097
17101
|
"kendo-orgchart-line-v-height": {
|
|
17098
|
-
"type": "
|
|
17099
|
-
"value": "
|
|
17102
|
+
"type": "String",
|
|
17103
|
+
"value": "var(--kendo-spacing-6, 1.5rem)"
|
|
17100
17104
|
},
|
|
17101
17105
|
"kendo-signature-width": {
|
|
17102
17106
|
"type": "Number",
|
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": "9.1.0-dev.
|
|
4
|
+
"version": "9.1.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^3.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "9.1.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "9.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "9.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "9.1.0-dev.4",
|
|
57
|
+
"@progress/kendo-theme-default": "9.1.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "9.1.0-dev.4"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "295adb221984032533fbde2b3adb167504eded91"
|
|
65
65
|
}
|
|
@@ -34,7 +34,7 @@ $kendo-splitter-drag-handle-length: 20px !default;
|
|
|
34
34
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
35
35
|
/// The margin of the Splitter drag handle icon.
|
|
36
36
|
/// @group splitter
|
|
37
|
-
$kendo-splitter-drag-icon-margin:
|
|
37
|
+
$kendo-splitter-drag-icon-margin: k-spacing(2) !default;
|
|
38
38
|
/// The horizontal padding of the collapse icon in the Splitter.
|
|
39
39
|
/// @group splitter
|
|
40
40
|
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
@@ -21,6 +21,9 @@ $kendo-stepper-label-padding-x: k-spacing(3) !default;
|
|
|
21
21
|
/// The vertical padding the Stepper label.
|
|
22
22
|
/// @group stepper
|
|
23
23
|
$kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
24
|
+
/// The border radius of the Stepper label.
|
|
25
|
+
/// @group stepper
|
|
26
|
+
$kendo-stepper-label-border-radius: k-border-radius(xxxl) !default;
|
|
24
27
|
/// The width of the border around the Stepper.
|
|
25
28
|
/// @group stepper
|
|
26
29
|
$kendo-stepper-border-width: 0px !default;
|
|
@@ -29,10 +29,10 @@ $kendo-timeline-mobile-spacing-y: k-spacing(4) !default;
|
|
|
29
29
|
|
|
30
30
|
/// The width of the Timeline track arrow.
|
|
31
31
|
/// @group timeline
|
|
32
|
-
$kendo-timeline-track-arrow-width:
|
|
32
|
+
$kendo-timeline-track-arrow-width: k-spacing(7.5) !default;
|
|
33
33
|
/// The height of the Timeline track arrow.
|
|
34
34
|
/// @group timeline
|
|
35
|
-
$kendo-timeline-track-arrow-height:
|
|
35
|
+
$kendo-timeline-track-arrow-height: k-spacing(7.5) !default;
|
|
36
36
|
|
|
37
37
|
/// The background color of the disabled Timeline track arrow.
|
|
38
38
|
/// @group timeline
|
|
@@ -46,10 +46,10 @@ $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, colo
|
|
|
46
46
|
|
|
47
47
|
/// The size of the Timeline track.
|
|
48
48
|
/// @group timeline
|
|
49
|
-
$kendo-timeline-track-size:
|
|
49
|
+
$kendo-timeline-track-size: k-spacing(1.5) !default;
|
|
50
50
|
/// The bottom padding of the Timeline's track wrapper.
|
|
51
51
|
/// @group timeline
|
|
52
|
-
$kendo-timeline-track-wrap-padding-bottom:
|
|
52
|
+
$kendo-timeline-track-wrap-padding-bottom: calc( #{$kendo-timeline-track-size} / 2) !default;
|
|
53
53
|
/// The border width of the Timeline track.
|
|
54
54
|
/// @group timeline
|
|
55
55
|
$kendo-timeline-track-border-width: 1px !default;
|
|
@@ -58,7 +58,7 @@ $kendo-timeline-track-border-width: 1px !default;
|
|
|
58
58
|
$kendo-timeline-track-margin-bottom: k-spacing(4) !default;
|
|
59
59
|
/// The bottom offset of the Timeline track.
|
|
60
60
|
/// @group timeline
|
|
61
|
-
$kendo-timeline-track-bottom-calc: calc(#{
|
|
61
|
+
$kendo-timeline-track-bottom-calc: calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
|
|
62
62
|
/// The left offset of the Timeline track.
|
|
63
63
|
/// @group timeline
|
|
64
64
|
$kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
|