@progress/kendo-theme-default 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/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +594 -540
- package/dist/meta/sassdoc-raw-data.json +276 -251
- package/dist/meta/variables.json +24 -20
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/stepper/_layout.scss +2 -2
- package/scss/stepper/_variables.scss +3 -0
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_variables.scss +5 -5
package/dist/meta/variables.json
CHANGED
|
@@ -11625,6 +11625,10 @@
|
|
|
11625
11625
|
"type": "Calculation",
|
|
11626
11626
|
"value": "calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2)"
|
|
11627
11627
|
},
|
|
11628
|
+
"kendo-stepper-label-border-radius": {
|
|
11629
|
+
"type": "String",
|
|
11630
|
+
"value": "var(--kendo-border-radius-xxxl, 1rem)"
|
|
11631
|
+
},
|
|
11628
11632
|
"kendo-stepper-border-width": {
|
|
11629
11633
|
"type": "Number",
|
|
11630
11634
|
"value": "0px"
|
|
@@ -12602,8 +12606,8 @@
|
|
|
12602
12606
|
"value": "2px"
|
|
12603
12607
|
},
|
|
12604
12608
|
"kendo-splitter-drag-icon-margin": {
|
|
12605
|
-
"type": "
|
|
12606
|
-
"value": "
|
|
12609
|
+
"type": "String",
|
|
12610
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
12607
12611
|
},
|
|
12608
12612
|
"kendo-splitter-collapse-icon-padding-x": {
|
|
12609
12613
|
"type": "Null",
|
|
@@ -16318,12 +16322,12 @@
|
|
|
16318
16322
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
16319
16323
|
},
|
|
16320
16324
|
"kendo-timeline-track-arrow-width": {
|
|
16321
|
-
"type": "
|
|
16322
|
-
"value": "
|
|
16325
|
+
"type": "String",
|
|
16326
|
+
"value": "var(--kendo-spacing-7\\.5, 1.875rem)"
|
|
16323
16327
|
},
|
|
16324
16328
|
"kendo-timeline-track-arrow-height": {
|
|
16325
|
-
"type": "
|
|
16326
|
-
"value": "
|
|
16329
|
+
"type": "String",
|
|
16330
|
+
"value": "var(--kendo-spacing-7\\.5, 1.875rem)"
|
|
16327
16331
|
},
|
|
16328
16332
|
"kendo-timeline-track-arrow-disabled-bg": {
|
|
16329
16333
|
"type": "String",
|
|
@@ -16338,12 +16342,12 @@
|
|
|
16338
16342
|
"value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
|
|
16339
16343
|
},
|
|
16340
16344
|
"kendo-timeline-track-size": {
|
|
16341
|
-
"type": "
|
|
16342
|
-
"value": "
|
|
16345
|
+
"type": "String",
|
|
16346
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
16343
16347
|
},
|
|
16344
16348
|
"kendo-timeline-track-wrap-padding-bottom": {
|
|
16345
|
-
"type": "
|
|
16346
|
-
"value": "
|
|
16349
|
+
"type": "Calculation",
|
|
16350
|
+
"value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)"
|
|
16347
16351
|
},
|
|
16348
16352
|
"kendo-timeline-track-border-width": {
|
|
16349
16353
|
"type": "Number",
|
|
@@ -16355,15 +16359,15 @@
|
|
|
16355
16359
|
},
|
|
16356
16360
|
"kendo-timeline-track-bottom-calc": {
|
|
16357
16361
|
"type": "Calculation",
|
|
16358
|
-
"value": "calc(
|
|
16362
|
+
"value": "calc(var(--kendo-spacing-7\\.5, 1.875rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))"
|
|
16359
16363
|
},
|
|
16360
16364
|
"kendo-timeline-track-start-calc": {
|
|
16361
16365
|
"type": "Calculation",
|
|
16362
|
-
"value": "calc(
|
|
16366
|
+
"value": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)"
|
|
16363
16367
|
},
|
|
16364
16368
|
"kendo-timeline-track-end-calc": {
|
|
16365
16369
|
"type": "Calculation",
|
|
16366
|
-
"value": "calc(
|
|
16370
|
+
"value": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)"
|
|
16367
16371
|
},
|
|
16368
16372
|
"kendo-timeline-track-bg": {
|
|
16369
16373
|
"type": "String",
|
|
@@ -16431,7 +16435,7 @@
|
|
|
16431
16435
|
},
|
|
16432
16436
|
"kendo-timeline-flag-margin-bottom-calc": {
|
|
16433
16437
|
"type": "Calculation",
|
|
16434
|
-
"value": "calc(
|
|
16438
|
+
"value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)"
|
|
16435
16439
|
},
|
|
16436
16440
|
"kendo-timeline-date-width": {
|
|
16437
16441
|
"type": "Number",
|
|
@@ -16443,19 +16447,19 @@
|
|
|
16443
16447
|
},
|
|
16444
16448
|
"kendo-timeline-vertical-padding-calc": {
|
|
16445
16449
|
"type": "Calculation",
|
|
16446
|
-
"value": "calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
16450
|
+
"value": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)"
|
|
16447
16451
|
},
|
|
16448
16452
|
"kendo-timeline-vertical-padding-with-dates-calc": {
|
|
16449
16453
|
"type": "Calculation",
|
|
16450
|
-
"value": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
16454
|
+
"value": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
|
|
16451
16455
|
},
|
|
16452
16456
|
"kendo-timeline-mobile-vertical-padding-calc": {
|
|
16453
16457
|
"type": "Calculation",
|
|
16454
|
-
"value": "calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
16458
|
+
"value": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)"
|
|
16455
16459
|
},
|
|
16456
16460
|
"kendo-timeline-mobile-vertical-padding-with-dates-calc": {
|
|
16457
16461
|
"type": "Calculation",
|
|
16458
|
-
"value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
16462
|
+
"value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
|
|
16459
16463
|
},
|
|
16460
16464
|
"kendo-timeline-circle-width": {
|
|
16461
16465
|
"type": "Number",
|
|
@@ -17066,8 +17070,8 @@
|
|
|
17066
17070
|
"value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
|
|
17067
17071
|
},
|
|
17068
17072
|
"kendo-orgchart-line-v-height": {
|
|
17069
|
-
"type": "
|
|
17070
|
-
"value": "
|
|
17073
|
+
"type": "String",
|
|
17074
|
+
"value": "var(--kendo-spacing-6, 1.5rem)"
|
|
17071
17075
|
},
|
|
17072
17076
|
"kendo-signature-width": {
|
|
17073
17077
|
"type": "Number",
|
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": "9.1.0-dev.
|
|
4
|
+
"version": "9.1.0-dev.4",
|
|
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": "^3.1.0",
|
|
55
|
-
"@progress/kendo-theme-core": "9.1.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "9.1.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "9.1.0-dev.4",
|
|
56
|
+
"@progress/kendo-theme-utils": "9.1.0-dev.4"
|
|
57
57
|
},
|
|
58
58
|
"directories": {
|
|
59
59
|
"doc": "docs",
|
|
60
60
|
"lib": "lib"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "295adb221984032533fbde2b3adb167504eded91"
|
|
63
63
|
}
|
|
@@ -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;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
z-index: 1;
|
|
120
120
|
}
|
|
121
121
|
.k-step-label:only-child {
|
|
122
|
-
@include border-radius(
|
|
122
|
+
@include border-radius( $kendo-stepper-label-border-radius );
|
|
123
123
|
padding-block: $kendo-stepper-label-padding-y;
|
|
124
124
|
padding-inline: $kendo-stepper-label-padding-x;
|
|
125
125
|
border-width: 0;
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
text-align: center;
|
|
201
201
|
}
|
|
202
202
|
.k-step-indicator + .k-step-label {
|
|
203
|
-
margin-top: if($kendo-stepper-indicator-focus-offset > 0,
|
|
203
|
+
margin-top: if($kendo-stepper-indicator-focus-offset > 0, k-spacing(1), 8px);
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
// Progressbar
|
|
@@ -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, k-co
|
|
|
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;
|