@progress/kendo-theme-bootstrap 9.1.0-dev.3 → 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.
Files changed (34) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +13 -10
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main.css +1 -1
  10. package/dist/bootstrap-nordic.css +1 -1
  11. package/dist/bootstrap-turquoise-dark.css +1 -1
  12. package/dist/bootstrap-turquoise.css +1 -1
  13. package/dist/bootstrap-urban.css +1 -1
  14. package/dist/bootstrap-vintage.css +1 -1
  15. package/dist/meta/sassdoc-data.json +594 -540
  16. package/dist/meta/sassdoc-raw-data.json +276 -251
  17. package/dist/meta/variables.json +24 -20
  18. package/lib/swatches/bootstrap-3-dark.json +1 -1
  19. package/lib/swatches/bootstrap-3.json +1 -1
  20. package/lib/swatches/bootstrap-4-dark.json +1 -1
  21. package/lib/swatches/bootstrap-4.json +1 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  23. package/lib/swatches/bootstrap-main-dark.json +1 -1
  24. package/lib/swatches/bootstrap-main.json +1 -1
  25. package/lib/swatches/bootstrap-nordic.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise.json +1 -1
  28. package/lib/swatches/bootstrap-urban.json +1 -1
  29. package/lib/swatches/bootstrap-vintage.json +1 -1
  30. package/package.json +5 -5
  31. package/scss/orgchart/_variables.scss +1 -1
  32. package/scss/splitter/_variables.scss +1 -1
  33. package/scss/stepper/_variables.scss +3 -0
  34. package/scss/timeline/_variables.scss +5 -5
@@ -38906,7 +38906,7 @@
38906
38906
  "context": {
38907
38907
  "type": "variable",
38908
38908
  "name": "kendo-orgchart-line-v-height",
38909
- "value": "25px",
38909
+ "value": "k-spacing(6)",
38910
38910
  "scope": "default",
38911
38911
  "line": {
38912
38912
  "start": 148,
@@ -38921,8 +38921,8 @@
38921
38921
  "path": "bootstrap/scss/orgchart/_variables.scss",
38922
38922
  "name": "_variables.scss"
38923
38923
  },
38924
- "resolvedValue": "25px",
38925
- "resolvedType": "Number"
38924
+ "resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
38925
+ "resolvedType": "String"
38926
38926
  },
38927
38927
  {
38928
38928
  "description": "The horizontal padding of the Pager.\n",
@@ -55541,7 +55541,7 @@
55541
55541
  "context": {
55542
55542
  "type": "variable",
55543
55543
  "name": "kendo-splitter-drag-icon-margin",
55544
- "value": "calc( #{k-spacing(3.5)} / 2 )",
55544
+ "value": "k-spacing(2)",
55545
55545
  "scope": "default",
55546
55546
  "line": {
55547
55547
  "start": 37,
@@ -55556,8 +55556,8 @@
55556
55556
  "path": "bootstrap/scss/splitter/_variables.scss",
55557
55557
  "name": "_variables.scss"
55558
55558
  },
55559
- "resolvedValue": "calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2)",
55560
- "resolvedType": "Calculation"
55559
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
55560
+ "resolvedType": "String"
55561
55561
  },
55562
55562
  {
55563
55563
  "description": "The horizontal padding of the collapse icon in the Splitter.\n",
@@ -58098,15 +58098,15 @@
58098
58098
  "resolvedType": "Calculation"
58099
58099
  },
58100
58100
  {
58101
- "description": "The width of the border around the Stepper.\n",
58101
+ "description": "The border radius of the Stepper label.\n",
58102
58102
  "commentRange": {
58103
58103
  "start": 24,
58104
58104
  "end": 25
58105
58105
  },
58106
58106
  "context": {
58107
58107
  "type": "variable",
58108
- "name": "kendo-stepper-border-width",
58109
- "value": "0px",
58108
+ "name": "kendo-stepper-label-border-radius",
58109
+ "value": "k-border-radius(xxl)",
58110
58110
  "scope": "default",
58111
58111
  "line": {
58112
58112
  "start": 26,
@@ -58121,14 +58121,41 @@
58121
58121
  "path": "bootstrap/scss/stepper/_variables.scss",
58122
58122
  "name": "_variables.scss"
58123
58123
  },
58124
+ "resolvedValue": "var(--kendo-border-radius-xxl, 1rem)",
58125
+ "resolvedType": "String"
58126
+ },
58127
+ {
58128
+ "description": "The width of the border around the Stepper.\n",
58129
+ "commentRange": {
58130
+ "start": 27,
58131
+ "end": 28
58132
+ },
58133
+ "context": {
58134
+ "type": "variable",
58135
+ "name": "kendo-stepper-border-width",
58136
+ "value": "0px",
58137
+ "scope": "default",
58138
+ "line": {
58139
+ "start": 29,
58140
+ "end": 29
58141
+ }
58142
+ },
58143
+ "group": [
58144
+ "stepper"
58145
+ ],
58146
+ "access": "public",
58147
+ "file": {
58148
+ "path": "bootstrap/scss/stepper/_variables.scss",
58149
+ "name": "_variables.scss"
58150
+ },
58124
58151
  "resolvedValue": "0px",
58125
58152
  "resolvedType": "Number"
58126
58153
  },
58127
58154
  {
58128
58155
  "description": "The horizontal padding of the Stepper content.\n",
58129
58156
  "commentRange": {
58130
- "start": 28,
58131
- "end": 29
58157
+ "start": 31,
58158
+ "end": 32
58132
58159
  },
58133
58160
  "context": {
58134
58161
  "type": "variable",
@@ -58136,8 +58163,8 @@
58136
58163
  "value": "k-spacing(5)",
58137
58164
  "scope": "default",
58138
58165
  "line": {
58139
- "start": 30,
58140
- "end": 30
58166
+ "start": 33,
58167
+ "end": 33
58141
58168
  }
58142
58169
  },
58143
58170
  "group": [
@@ -58154,8 +58181,8 @@
58154
58181
  {
58155
58182
  "description": "The vertical padding of the Stepper content.\n",
58156
58183
  "commentRange": {
58157
- "start": 31,
58158
- "end": 32
58184
+ "start": 34,
58185
+ "end": 35
58159
58186
  },
58160
58187
  "context": {
58161
58188
  "type": "variable",
@@ -58163,8 +58190,8 @@
58163
58190
  "value": "k-spacing(2.5)",
58164
58191
  "scope": "default",
58165
58192
  "line": {
58166
- "start": 33,
58167
- "end": 33
58193
+ "start": 36,
58194
+ "end": 36
58168
58195
  }
58169
58196
  },
58170
58197
  "group": [
@@ -58181,8 +58208,8 @@
58181
58208
  {
58182
58209
  "description": "",
58183
58210
  "commentRange": {
58184
- "start": 36,
58185
- "end": 36
58211
+ "start": 39,
58212
+ "end": 39
58186
58213
  },
58187
58214
  "context": {
58188
58215
  "type": "variable",
@@ -58190,8 +58217,8 @@
58190
58217
  "value": "var( --kendo-font-size, inherit )",
58191
58218
  "scope": "default",
58192
58219
  "line": {
58193
- "start": 37,
58194
- "end": 37
58220
+ "start": 40,
58221
+ "end": 40
58195
58222
  }
58196
58223
  },
58197
58224
  "group": [
@@ -58208,8 +58235,8 @@
58208
58235
  {
58209
58236
  "description": "",
58210
58237
  "commentRange": {
58211
- "start": 39,
58212
- "end": 39
58238
+ "start": 42,
58239
+ "end": 42
58213
58240
  },
58214
58241
  "context": {
58215
58242
  "type": "variable",
@@ -58217,8 +58244,8 @@
58217
58244
  "value": "var( --kendo-line-height, normal )",
58218
58245
  "scope": "default",
58219
58246
  "line": {
58220
- "start": 40,
58221
- "end": 40
58247
+ "start": 43,
58248
+ "end": 43
58222
58249
  }
58223
58250
  },
58224
58251
  "group": [
@@ -58235,8 +58262,8 @@
58235
58262
  {
58236
58263
  "description": "",
58237
58264
  "commentRange": {
58238
- "start": 42,
58239
- "end": 42
58265
+ "start": 45,
58266
+ "end": 45
58240
58267
  },
58241
58268
  "context": {
58242
58269
  "type": "variable",
@@ -58244,8 +58271,8 @@
58244
58271
  "value": "var( --kendo-font-family, inherit )",
58245
58272
  "scope": "default",
58246
58273
  "line": {
58247
- "start": 43,
58248
- "end": 43
58274
+ "start": 46,
58275
+ "end": 46
58249
58276
  }
58250
58277
  },
58251
58278
  "group": [
@@ -58262,8 +58289,8 @@
58262
58289
  {
58263
58290
  "description": "The background color of the Stepper.\n",
58264
58291
  "commentRange": {
58265
- "start": 45,
58266
- "end": 46
58292
+ "start": 48,
58293
+ "end": 49
58267
58294
  },
58268
58295
  "context": {
58269
58296
  "type": "variable",
@@ -58271,8 +58298,8 @@
58271
58298
  "value": "null",
58272
58299
  "scope": "default",
58273
58300
  "line": {
58274
- "start": 47,
58275
- "end": 47
58301
+ "start": 50,
58302
+ "end": 50
58276
58303
  }
58277
58304
  },
58278
58305
  "group": [
@@ -58289,8 +58316,8 @@
58289
58316
  {
58290
58317
  "description": "The text color of the Stepper.\n",
58291
58318
  "commentRange": {
58292
- "start": 48,
58293
- "end": 49
58319
+ "start": 51,
58320
+ "end": 52
58294
58321
  },
58295
58322
  "context": {
58296
58323
  "type": "variable",
@@ -58298,8 +58325,8 @@
58298
58325
  "value": "$kendo-component-text",
58299
58326
  "scope": "default",
58300
58327
  "line": {
58301
- "start": 50,
58302
- "end": 50
58328
+ "start": 53,
58329
+ "end": 53
58303
58330
  }
58304
58331
  },
58305
58332
  "group": [
@@ -58316,8 +58343,8 @@
58316
58343
  {
58317
58344
  "description": "The border color of the Stepper.\n",
58318
58345
  "commentRange": {
58319
- "start": 51,
58320
- "end": 52
58346
+ "start": 54,
58347
+ "end": 55
58321
58348
  },
58322
58349
  "context": {
58323
58350
  "type": "variable",
@@ -58325,8 +58352,8 @@
58325
58352
  "value": "null",
58326
58353
  "scope": "default",
58327
58354
  "line": {
58328
- "start": 53,
58329
- "end": 53
58355
+ "start": 56,
58356
+ "end": 56
58330
58357
  }
58331
58358
  },
58332
58359
  "group": [
@@ -58343,8 +58370,8 @@
58343
58370
  {
58344
58371
  "description": "The width of the Stepper indicator.\n",
58345
58372
  "commentRange": {
58346
- "start": 55,
58347
- "end": 56
58373
+ "start": 58,
58374
+ "end": 59
58348
58375
  },
58349
58376
  "context": {
58350
58377
  "type": "variable",
@@ -58352,8 +58379,8 @@
58352
58379
  "value": "28px",
58353
58380
  "scope": "default",
58354
58381
  "line": {
58355
- "start": 57,
58356
- "end": 57
58382
+ "start": 60,
58383
+ "end": 60
58357
58384
  }
58358
58385
  },
58359
58386
  "group": [
@@ -58370,8 +58397,8 @@
58370
58397
  {
58371
58398
  "description": "The height of the Stepper indicator.\n",
58372
58399
  "commentRange": {
58373
- "start": 58,
58374
- "end": 59
58400
+ "start": 61,
58401
+ "end": 62
58375
58402
  },
58376
58403
  "context": {
58377
58404
  "type": "variable",
@@ -58379,8 +58406,8 @@
58379
58406
  "value": "$kendo-stepper-indicator-width",
58380
58407
  "scope": "default",
58381
58408
  "line": {
58382
- "start": 60,
58383
- "end": 60
58409
+ "start": 63,
58410
+ "end": 63
58384
58411
  }
58385
58412
  },
58386
58413
  "group": [
@@ -58397,8 +58424,8 @@
58397
58424
  {
58398
58425
  "description": "The border radius of the Stepper indicator.\n",
58399
58426
  "commentRange": {
58400
- "start": 61,
58401
- "end": 62
58427
+ "start": 64,
58428
+ "end": 65
58402
58429
  },
58403
58430
  "context": {
58404
58431
  "type": "variable",
@@ -58406,8 +58433,8 @@
58406
58433
  "value": "50%",
58407
58434
  "scope": "default",
58408
58435
  "line": {
58409
- "start": 63,
58410
- "end": 63
58436
+ "start": 66,
58437
+ "end": 66
58411
58438
  }
58412
58439
  },
58413
58440
  "group": [
@@ -58424,8 +58451,8 @@
58424
58451
  {
58425
58452
  "description": "The border width of the Stepper indicator.\n",
58426
58453
  "commentRange": {
58427
- "start": 64,
58428
- "end": 65
58454
+ "start": 67,
58455
+ "end": 68
58429
58456
  },
58430
58457
  "context": {
58431
58458
  "type": "variable",
@@ -58433,8 +58460,8 @@
58433
58460
  "value": "1px",
58434
58461
  "scope": "default",
58435
58462
  "line": {
58436
- "start": 66,
58437
- "end": 66
58463
+ "start": 69,
58464
+ "end": 69
58438
58465
  }
58439
58466
  },
58440
58467
  "group": [
@@ -58451,8 +58478,8 @@
58451
58478
  {
58452
58479
  "description": "The border width of the focused Stepper indicator.\n",
58453
58480
  "commentRange": {
58454
- "start": 68,
58455
- "end": 69
58481
+ "start": 71,
58482
+ "end": 72
58456
58483
  },
58457
58484
  "context": {
58458
58485
  "type": "variable",
@@ -58460,8 +58487,8 @@
58460
58487
  "value": "1px",
58461
58488
  "scope": "default",
58462
58489
  "line": {
58463
- "start": 70,
58464
- "end": 70
58490
+ "start": 73,
58491
+ "end": 73
58465
58492
  }
58466
58493
  },
58467
58494
  "group": [
@@ -58478,8 +58505,8 @@
58478
58505
  {
58479
58506
  "description": "The size of the focused Stepper indicator.\n",
58480
58507
  "commentRange": {
58481
- "start": 71,
58482
- "end": 72
58508
+ "start": 74,
58509
+ "end": 75
58483
58510
  },
58484
58511
  "context": {
58485
58512
  "type": "variable",
@@ -58487,8 +58514,8 @@
58487
58514
  "value": "2px",
58488
58515
  "scope": "default",
58489
58516
  "line": {
58490
- "start": 73,
58491
- "end": 73
58517
+ "start": 76,
58518
+ "end": 76
58492
58519
  }
58493
58520
  },
58494
58521
  "group": [
@@ -58505,8 +58532,8 @@
58505
58532
  {
58506
58533
  "description": "The offset of the Stepper's focused indicator.\n",
58507
58534
  "commentRange": {
58508
- "start": 74,
58509
- "end": 75
58535
+ "start": 77,
58536
+ "end": 78
58510
58537
  },
58511
58538
  "context": {
58512
58539
  "type": "variable",
@@ -58514,8 +58541,8 @@
58514
58541
  "value": "3px",
58515
58542
  "scope": "default",
58516
58543
  "line": {
58517
- "start": 76,
58518
- "end": 76
58544
+ "start": 79,
58545
+ "end": 79
58519
58546
  }
58520
58547
  },
58521
58548
  "group": [
@@ -58532,8 +58559,8 @@
58532
58559
  {
58533
58560
  "description": "The calculated offset of the Stepper's focused indicator.\n",
58534
58561
  "commentRange": {
58535
- "start": 77,
58536
- "end": 78
58562
+ "start": 80,
58563
+ "end": 81
58537
58564
  },
58538
58565
  "context": {
58539
58566
  "type": "variable",
@@ -58541,8 +58568,8 @@
58541
58568
  "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
58542
58569
  "scope": "default",
58543
58570
  "line": {
58544
- "start": 79,
58545
- "end": 79
58571
+ "start": 82,
58572
+ "end": 82
58546
58573
  }
58547
58574
  },
58548
58575
  "group": [
@@ -58559,8 +58586,8 @@
58559
58586
  {
58560
58587
  "description": "The background color of the Stepper indicator.\n",
58561
58588
  "commentRange": {
58562
- "start": 81,
58563
- "end": 82
58589
+ "start": 84,
58590
+ "end": 85
58564
58591
  },
58565
58592
  "context": {
58566
58593
  "type": "variable",
@@ -58568,8 +58595,8 @@
58568
58595
  "value": "$kendo-component-bg",
58569
58596
  "scope": "default",
58570
58597
  "line": {
58571
- "start": 83,
58572
- "end": 83
58598
+ "start": 86,
58599
+ "end": 86
58573
58600
  }
58574
58601
  },
58575
58602
  "group": [
@@ -58586,8 +58613,8 @@
58586
58613
  {
58587
58614
  "description": "The text color of the Stepper indicator.\n",
58588
58615
  "commentRange": {
58589
- "start": 84,
58590
- "end": 85
58616
+ "start": 87,
58617
+ "end": 88
58591
58618
  },
58592
58619
  "context": {
58593
58620
  "type": "variable",
@@ -58595,8 +58622,8 @@
58595
58622
  "value": "$kendo-component-text",
58596
58623
  "scope": "default",
58597
58624
  "line": {
58598
- "start": 86,
58599
- "end": 86
58625
+ "start": 89,
58626
+ "end": 89
58600
58627
  }
58601
58628
  },
58602
58629
  "group": [
@@ -58613,8 +58640,8 @@
58613
58640
  {
58614
58641
  "description": "The border color of the Stepper indicator.\n",
58615
58642
  "commentRange": {
58616
- "start": 87,
58617
- "end": 88
58643
+ "start": 90,
58644
+ "end": 91
58618
58645
  },
58619
58646
  "context": {
58620
58647
  "type": "variable",
@@ -58622,8 +58649,8 @@
58622
58649
  "value": "$kendo-component-border",
58623
58650
  "scope": "default",
58624
58651
  "line": {
58625
- "start": 89,
58626
- "end": 89
58652
+ "start": 92,
58653
+ "end": 92
58627
58654
  }
58628
58655
  },
58629
58656
  "group": [
@@ -58640,8 +58667,8 @@
58640
58667
  {
58641
58668
  "description": "The background color of the hovered Stepper indicator.\n",
58642
58669
  "commentRange": {
58643
- "start": 91,
58644
- "end": 92
58670
+ "start": 94,
58671
+ "end": 95
58645
58672
  },
58646
58673
  "context": {
58647
58674
  "type": "variable",
@@ -58649,8 +58676,8 @@
58649
58676
  "value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
58650
58677
  "scope": "default",
58651
58678
  "line": {
58652
- "start": 93,
58653
- "end": 93
58679
+ "start": 96,
58680
+ "end": 96
58654
58681
  }
58655
58682
  },
58656
58683
  "group": [
@@ -58667,8 +58694,8 @@
58667
58694
  {
58668
58695
  "description": "The text color of the hovered Stepper indicator.\n",
58669
58696
  "commentRange": {
58670
- "start": 94,
58671
- "end": 95
58697
+ "start": 97,
58698
+ "end": 98
58672
58699
  },
58673
58700
  "context": {
58674
58701
  "type": "variable",
@@ -58676,8 +58703,8 @@
58676
58703
  "value": "null",
58677
58704
  "scope": "default",
58678
58705
  "line": {
58679
- "start": 96,
58680
- "end": 96
58706
+ "start": 99,
58707
+ "end": 99
58681
58708
  }
58682
58709
  },
58683
58710
  "group": [
@@ -58694,8 +58721,8 @@
58694
58721
  {
58695
58722
  "description": "The border color of the hovered Stepper indicator.\n",
58696
58723
  "commentRange": {
58697
- "start": 97,
58698
- "end": 98
58724
+ "start": 100,
58725
+ "end": 101
58699
58726
  },
58700
58727
  "context": {
58701
58728
  "type": "variable",
@@ -58703,8 +58730,8 @@
58703
58730
  "value": "null",
58704
58731
  "scope": "default",
58705
58732
  "line": {
58706
- "start": 99,
58707
- "end": 99
58733
+ "start": 102,
58734
+ "end": 102
58708
58735
  }
58709
58736
  },
58710
58737
  "group": [
@@ -58721,8 +58748,8 @@
58721
58748
  {
58722
58749
  "description": "The background color of the disabled Stepper indicator.\n",
58723
58750
  "commentRange": {
58724
- "start": 101,
58725
- "end": 102
58751
+ "start": 104,
58752
+ "end": 105
58726
58753
  },
58727
58754
  "context": {
58728
58755
  "type": "variable",
@@ -58730,8 +58757,8 @@
58730
58757
  "value": "null",
58731
58758
  "scope": "default",
58732
58759
  "line": {
58733
- "start": 103,
58734
- "end": 103
58760
+ "start": 106,
58761
+ "end": 106
58735
58762
  }
58736
58763
  },
58737
58764
  "group": [
@@ -58748,8 +58775,8 @@
58748
58775
  {
58749
58776
  "description": "The text color of the disabled Stepper indicator.\n",
58750
58777
  "commentRange": {
58751
- "start": 104,
58752
- "end": 105
58778
+ "start": 107,
58779
+ "end": 108
58753
58780
  },
58754
58781
  "context": {
58755
58782
  "type": "variable",
@@ -58757,8 +58784,8 @@
58757
58784
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500))",
58758
58785
  "scope": "default",
58759
58786
  "line": {
58760
- "start": 106,
58761
- "end": 106
58787
+ "start": 109,
58788
+ "end": 109
58762
58789
  }
58763
58790
  },
58764
58791
  "group": [
@@ -58775,8 +58802,8 @@
58775
58802
  {
58776
58803
  "description": "The border color of the disabled Stepper indicator.\n",
58777
58804
  "commentRange": {
58778
- "start": 107,
58779
- "end": 108
58805
+ "start": 110,
58806
+ "end": 111
58780
58807
  },
58781
58808
  "context": {
58782
58809
  "type": "variable",
@@ -58784,8 +58811,8 @@
58784
58811
  "value": "null",
58785
58812
  "scope": "default",
58786
58813
  "line": {
58787
- "start": 109,
58788
- "end": 109
58814
+ "start": 112,
58815
+ "end": 112
58789
58816
  }
58790
58817
  },
58791
58818
  "group": [
@@ -58802,8 +58829,8 @@
58802
58829
  {
58803
58830
  "description": "The background color of the Stepper's done indicator.\n",
58804
58831
  "commentRange": {
58805
- "start": 111,
58806
- "end": 112
58832
+ "start": 114,
58833
+ "end": 115
58807
58834
  },
58808
58835
  "context": {
58809
58836
  "type": "variable",
@@ -58811,8 +58838,8 @@
58811
58838
  "value": "$kendo-color-primary",
58812
58839
  "scope": "default",
58813
58840
  "line": {
58814
- "start": 113,
58815
- "end": 113
58841
+ "start": 116,
58842
+ "end": 116
58816
58843
  }
58817
58844
  },
58818
58845
  "group": [
@@ -58829,8 +58856,8 @@
58829
58856
  {
58830
58857
  "description": "The text color of the Stepper's done indicator.\n",
58831
58858
  "commentRange": {
58832
- "start": 114,
58833
- "end": 115
58859
+ "start": 117,
58860
+ "end": 118
58834
58861
  },
58835
58862
  "context": {
58836
58863
  "type": "variable",
@@ -58838,8 +58865,8 @@
58838
58865
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
58839
58866
  "scope": "default",
58840
58867
  "line": {
58841
- "start": 116,
58842
- "end": 116
58868
+ "start": 119,
58869
+ "end": 119
58843
58870
  }
58844
58871
  },
58845
58872
  "group": [
@@ -58856,8 +58883,8 @@
58856
58883
  {
58857
58884
  "description": "The border color of the Stepper's done indicator.\n",
58858
58885
  "commentRange": {
58859
- "start": 117,
58860
- "end": 118
58886
+ "start": 120,
58887
+ "end": 121
58861
58888
  },
58862
58889
  "context": {
58863
58890
  "type": "variable",
@@ -58865,8 +58892,8 @@
58865
58892
  "value": "$kendo-stepper-indicator-done-bg",
58866
58893
  "scope": "default",
58867
58894
  "line": {
58868
- "start": 119,
58869
- "end": 119
58895
+ "start": 122,
58896
+ "end": 122
58870
58897
  }
58871
58898
  },
58872
58899
  "group": [
@@ -58883,8 +58910,8 @@
58883
58910
  {
58884
58911
  "description": "The background color of the Stepper's hovered done indicator.\n",
58885
58912
  "commentRange": {
58886
- "start": 121,
58887
- "end": 122
58913
+ "start": 124,
58914
+ "end": 125
58888
58915
  },
58889
58916
  "context": {
58890
58917
  "type": "variable",
@@ -58892,8 +58919,8 @@
58892
58919
  "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
58893
58920
  "scope": "default",
58894
58921
  "line": {
58895
- "start": 123,
58896
- "end": 123
58922
+ "start": 126,
58923
+ "end": 126
58897
58924
  }
58898
58925
  },
58899
58926
  "group": [
@@ -58910,8 +58937,8 @@
58910
58937
  {
58911
58938
  "description": "The text color of the Stepper's hovered done indicator.\n",
58912
58939
  "commentRange": {
58913
- "start": 124,
58914
- "end": 125
58940
+ "start": 127,
58941
+ "end": 128
58915
58942
  },
58916
58943
  "context": {
58917
58944
  "type": "variable",
@@ -58919,8 +58946,8 @@
58919
58946
  "value": "null",
58920
58947
  "scope": "default",
58921
58948
  "line": {
58922
- "start": 126,
58923
- "end": 126
58949
+ "start": 129,
58950
+ "end": 129
58924
58951
  }
58925
58952
  },
58926
58953
  "group": [
@@ -58937,8 +58964,8 @@
58937
58964
  {
58938
58965
  "description": "The border color of the Stepper's hovered done indicator.\n",
58939
58966
  "commentRange": {
58940
- "start": 127,
58941
- "end": 128
58967
+ "start": 130,
58968
+ "end": 131
58942
58969
  },
58943
58970
  "context": {
58944
58971
  "type": "variable",
@@ -58946,8 +58973,8 @@
58946
58973
  "value": "null",
58947
58974
  "scope": "default",
58948
58975
  "line": {
58949
- "start": 129,
58950
- "end": 129
58976
+ "start": 132,
58977
+ "end": 132
58951
58978
  }
58952
58979
  },
58953
58980
  "group": [
@@ -58964,8 +58991,8 @@
58964
58991
  {
58965
58992
  "description": "The background color of the Stepper's disabled done indicator.\n",
58966
58993
  "commentRange": {
58967
- "start": 131,
58968
- "end": 132
58994
+ "start": 134,
58995
+ "end": 135
58969
58996
  },
58970
58997
  "context": {
58971
58998
  "type": "variable",
@@ -58973,8 +59000,8 @@
58973
59000
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
58974
59001
  "scope": "default",
58975
59002
  "line": {
58976
- "start": 133,
58977
- "end": 133
59003
+ "start": 136,
59004
+ "end": 136
58978
59005
  }
58979
59006
  },
58980
59007
  "group": [
@@ -58991,8 +59018,8 @@
58991
59018
  {
58992
59019
  "description": "The text color of the Stepper's disabled done indicator.\n",
58993
59020
  "commentRange": {
58994
- "start": 134,
58995
- "end": 135
59021
+ "start": 137,
59022
+ "end": 138
58996
59023
  },
58997
59024
  "context": {
58998
59025
  "type": "variable",
@@ -59000,8 +59027,8 @@
59000
59027
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
59001
59028
  "scope": "default",
59002
59029
  "line": {
59003
- "start": 136,
59004
- "end": 136
59030
+ "start": 139,
59031
+ "end": 139
59005
59032
  }
59006
59033
  },
59007
59034
  "group": [
@@ -59018,8 +59045,8 @@
59018
59045
  {
59019
59046
  "description": "The border color of the Stepper's disabled done indicator.\n",
59020
59047
  "commentRange": {
59021
- "start": 137,
59022
- "end": 138
59048
+ "start": 140,
59049
+ "end": 141
59023
59050
  },
59024
59051
  "context": {
59025
59052
  "type": "variable",
@@ -59027,8 +59054,8 @@
59027
59054
  "value": "$kendo-stepper-indicator-done-disabled-bg",
59028
59055
  "scope": "default",
59029
59056
  "line": {
59030
- "start": 139,
59031
- "end": 139
59057
+ "start": 142,
59058
+ "end": 142
59032
59059
  }
59033
59060
  },
59034
59061
  "group": [
@@ -59045,8 +59072,8 @@
59045
59072
  {
59046
59073
  "description": "The background color of the Stepper current indicator.\n",
59047
59074
  "commentRange": {
59048
- "start": 141,
59049
- "end": 142
59075
+ "start": 144,
59076
+ "end": 145
59050
59077
  },
59051
59078
  "context": {
59052
59079
  "type": "variable",
@@ -59054,8 +59081,8 @@
59054
59081
  "value": "$kendo-stepper-indicator-done-bg",
59055
59082
  "scope": "default",
59056
59083
  "line": {
59057
- "start": 143,
59058
- "end": 143
59084
+ "start": 146,
59085
+ "end": 146
59059
59086
  }
59060
59087
  },
59061
59088
  "group": [
@@ -59072,8 +59099,8 @@
59072
59099
  {
59073
59100
  "description": "The text color of the Stepper current indicator.\n",
59074
59101
  "commentRange": {
59075
- "start": 144,
59076
- "end": 145
59102
+ "start": 147,
59103
+ "end": 148
59077
59104
  },
59078
59105
  "context": {
59079
59106
  "type": "variable",
@@ -59081,8 +59108,8 @@
59081
59108
  "value": "$kendo-stepper-indicator-done-text",
59082
59109
  "scope": "default",
59083
59110
  "line": {
59084
- "start": 146,
59085
- "end": 146
59111
+ "start": 149,
59112
+ "end": 149
59086
59113
  }
59087
59114
  },
59088
59115
  "group": [
@@ -59099,8 +59126,8 @@
59099
59126
  {
59100
59127
  "description": "The border color of the Stepper current indicator.\n",
59101
59128
  "commentRange": {
59102
- "start": 147,
59103
- "end": 148
59129
+ "start": 150,
59130
+ "end": 151
59104
59131
  },
59105
59132
  "context": {
59106
59133
  "type": "variable",
@@ -59108,8 +59135,8 @@
59108
59135
  "value": "$kendo-stepper-indicator-done-border",
59109
59136
  "scope": "default",
59110
59137
  "line": {
59111
- "start": 149,
59112
- "end": 149
59138
+ "start": 152,
59139
+ "end": 152
59113
59140
  }
59114
59141
  },
59115
59142
  "group": [
@@ -59126,8 +59153,8 @@
59126
59153
  {
59127
59154
  "description": "The background color of the Stepper's hovered current indicator.\n",
59128
59155
  "commentRange": {
59129
- "start": 151,
59130
- "end": 152
59156
+ "start": 154,
59157
+ "end": 155
59131
59158
  },
59132
59159
  "context": {
59133
59160
  "type": "variable",
@@ -59135,8 +59162,8 @@
59135
59162
  "value": "$kendo-stepper-indicator-done-hover-bg",
59136
59163
  "scope": "default",
59137
59164
  "line": {
59138
- "start": 153,
59139
- "end": 153
59165
+ "start": 156,
59166
+ "end": 156
59140
59167
  }
59141
59168
  },
59142
59169
  "group": [
@@ -59153,8 +59180,8 @@
59153
59180
  {
59154
59181
  "description": "The text color of the Stepper's hovered current indicator.\n",
59155
59182
  "commentRange": {
59156
- "start": 154,
59157
- "end": 155
59183
+ "start": 157,
59184
+ "end": 158
59158
59185
  },
59159
59186
  "context": {
59160
59187
  "type": "variable",
@@ -59162,8 +59189,8 @@
59162
59189
  "value": "$kendo-stepper-indicator-done-hover-text",
59163
59190
  "scope": "default",
59164
59191
  "line": {
59165
- "start": 156,
59166
- "end": 156
59192
+ "start": 159,
59193
+ "end": 159
59167
59194
  }
59168
59195
  },
59169
59196
  "group": [
@@ -59180,8 +59207,8 @@
59180
59207
  {
59181
59208
  "description": "The border color of the Stepper's hovered current indicator.\n",
59182
59209
  "commentRange": {
59183
- "start": 157,
59184
- "end": 158
59210
+ "start": 160,
59211
+ "end": 161
59185
59212
  },
59186
59213
  "context": {
59187
59214
  "type": "variable",
@@ -59189,8 +59216,8 @@
59189
59216
  "value": "$kendo-stepper-indicator-done-hover-border",
59190
59217
  "scope": "default",
59191
59218
  "line": {
59192
- "start": 159,
59193
- "end": 159
59219
+ "start": 162,
59220
+ "end": 162
59194
59221
  }
59195
59222
  },
59196
59223
  "group": [
@@ -59207,8 +59234,8 @@
59207
59234
  {
59208
59235
  "description": "The background color of the Stepper's disabled current indicator.\n",
59209
59236
  "commentRange": {
59210
- "start": 161,
59211
- "end": 162
59237
+ "start": 164,
59238
+ "end": 165
59212
59239
  },
59213
59240
  "context": {
59214
59241
  "type": "variable",
@@ -59216,8 +59243,8 @@
59216
59243
  "value": "$kendo-stepper-indicator-done-disabled-bg",
59217
59244
  "scope": "default",
59218
59245
  "line": {
59219
- "start": 163,
59220
- "end": 163
59246
+ "start": 166,
59247
+ "end": 166
59221
59248
  }
59222
59249
  },
59223
59250
  "group": [
@@ -59234,8 +59261,8 @@
59234
59261
  {
59235
59262
  "description": "The text color of the Stepper's disabled current indicator.\n",
59236
59263
  "commentRange": {
59237
- "start": 164,
59238
- "end": 165
59264
+ "start": 167,
59265
+ "end": 168
59239
59266
  },
59240
59267
  "context": {
59241
59268
  "type": "variable",
@@ -59243,8 +59270,8 @@
59243
59270
  "value": "$kendo-stepper-indicator-done-disabled-text",
59244
59271
  "scope": "default",
59245
59272
  "line": {
59246
- "start": 166,
59247
- "end": 166
59273
+ "start": 169,
59274
+ "end": 169
59248
59275
  }
59249
59276
  },
59250
59277
  "group": [
@@ -59261,8 +59288,8 @@
59261
59288
  {
59262
59289
  "description": "The border color of the Stepper's disabled current indicator.\n",
59263
59290
  "commentRange": {
59264
- "start": 167,
59265
- "end": 168
59291
+ "start": 170,
59292
+ "end": 171
59266
59293
  },
59267
59294
  "context": {
59268
59295
  "type": "variable",
@@ -59270,8 +59297,8 @@
59270
59297
  "value": "$kendo-stepper-indicator-done-disabled-border",
59271
59298
  "scope": "default",
59272
59299
  "line": {
59273
- "start": 169,
59274
- "end": 169
59300
+ "start": 172,
59301
+ "end": 172
59275
59302
  }
59276
59303
  },
59277
59304
  "group": [
@@ -59288,8 +59315,8 @@
59288
59315
  {
59289
59316
  "description": "The text color of the Stepper label.\n",
59290
59317
  "commentRange": {
59291
- "start": 171,
59292
- "end": 172
59318
+ "start": 174,
59319
+ "end": 175
59293
59320
  },
59294
59321
  "context": {
59295
59322
  "type": "variable",
@@ -59297,8 +59324,8 @@
59297
59324
  "value": "null",
59298
59325
  "scope": "default",
59299
59326
  "line": {
59300
- "start": 173,
59301
- "end": 173
59327
+ "start": 176,
59328
+ "end": 176
59302
59329
  }
59303
59330
  },
59304
59331
  "group": [
@@ -59315,8 +59342,8 @@
59315
59342
  {
59316
59343
  "description": "The success text color of the Stepper label.\n",
59317
59344
  "commentRange": {
59318
- "start": 174,
59319
- "end": 175
59345
+ "start": 177,
59346
+ "end": 178
59320
59347
  },
59321
59348
  "context": {
59322
59349
  "type": "variable",
@@ -59324,8 +59351,8 @@
59324
59351
  "value": "$kendo-color-success",
59325
59352
  "scope": "default",
59326
59353
  "line": {
59327
- "start": 176,
59328
- "end": 176
59354
+ "start": 179,
59355
+ "end": 179
59329
59356
  }
59330
59357
  },
59331
59358
  "group": [
@@ -59342,8 +59369,8 @@
59342
59369
  {
59343
59370
  "description": "The error text color of the Stepper label.\n",
59344
59371
  "commentRange": {
59345
- "start": 177,
59346
- "end": 178
59372
+ "start": 180,
59373
+ "end": 181
59347
59374
  },
59348
59375
  "context": {
59349
59376
  "type": "variable",
@@ -59351,8 +59378,8 @@
59351
59378
  "value": "$kendo-color-error",
59352
59379
  "scope": "default",
59353
59380
  "line": {
59354
- "start": 179,
59355
- "end": 179
59381
+ "start": 182,
59382
+ "end": 182
59356
59383
  }
59357
59384
  },
59358
59385
  "group": [
@@ -59369,8 +59396,8 @@
59369
59396
  {
59370
59397
  "description": "The text color of the hovered Stepper label.\n",
59371
59398
  "commentRange": {
59372
- "start": 180,
59373
- "end": 181
59399
+ "start": 183,
59400
+ "end": 184
59374
59401
  },
59375
59402
  "context": {
59376
59403
  "type": "variable",
@@ -59378,8 +59405,8 @@
59378
59405
  "value": "null",
59379
59406
  "scope": "default",
59380
59407
  "line": {
59381
- "start": 182,
59382
- "end": 182
59408
+ "start": 185,
59409
+ "end": 185
59383
59410
  }
59384
59411
  },
59385
59412
  "group": [
@@ -59396,8 +59423,8 @@
59396
59423
  {
59397
59424
  "description": "The text color of the disabled Stepper label.\n",
59398
59425
  "commentRange": {
59399
- "start": 183,
59400
- "end": 184
59426
+ "start": 186,
59427
+ "end": 187
59401
59428
  },
59402
59429
  "context": {
59403
59430
  "type": "variable",
@@ -59405,8 +59432,8 @@
59405
59432
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500))",
59406
59433
  "scope": "default",
59407
59434
  "line": {
59408
- "start": 185,
59409
- "end": 185
59435
+ "start": 188,
59436
+ "end": 188
59410
59437
  }
59411
59438
  },
59412
59439
  "group": [
@@ -59423,8 +59450,8 @@
59423
59450
  {
59424
59451
  "description": "The text color of the optional Stepper label.\n",
59425
59452
  "commentRange": {
59426
- "start": 187,
59427
- "end": 188
59453
+ "start": 190,
59454
+ "end": 191
59428
59455
  },
59429
59456
  "context": {
59430
59457
  "type": "variable",
@@ -59432,8 +59459,8 @@
59432
59459
  "value": "$kendo-subtle-text",
59433
59460
  "scope": "default",
59434
59461
  "line": {
59435
- "start": 189,
59436
- "end": 189
59462
+ "start": 192,
59463
+ "end": 192
59437
59464
  }
59438
59465
  },
59439
59466
  "group": [
@@ -59450,8 +59477,8 @@
59450
59477
  {
59451
59478
  "description": "The opacity of the optional Stepper label.\n",
59452
59479
  "commentRange": {
59453
- "start": 190,
59454
- "end": 191
59480
+ "start": 193,
59481
+ "end": 194
59455
59482
  },
59456
59483
  "context": {
59457
59484
  "type": "variable",
@@ -59459,8 +59486,8 @@
59459
59486
  "value": "null",
59460
59487
  "scope": "default",
59461
59488
  "line": {
59462
- "start": 192,
59463
- "end": 192
59489
+ "start": 195,
59490
+ "end": 195
59464
59491
  }
59465
59492
  },
59466
59493
  "group": [
@@ -59477,8 +59504,8 @@
59477
59504
  {
59478
59505
  "description": "The font size of the optional Stepper label.\n",
59479
59506
  "commentRange": {
59480
- "start": 193,
59481
- "end": 194
59507
+ "start": 196,
59508
+ "end": 197
59482
59509
  },
59483
59510
  "context": {
59484
59511
  "type": "variable",
@@ -59486,8 +59513,8 @@
59486
59513
  "value": "var( --kendo-font-size-sm, inherit )",
59487
59514
  "scope": "default",
59488
59515
  "line": {
59489
- "start": 195,
59490
- "end": 195
59516
+ "start": 198,
59517
+ "end": 198
59491
59518
  }
59492
59519
  },
59493
59520
  "group": [
@@ -59504,8 +59531,8 @@
59504
59531
  {
59505
59532
  "description": "The font style of the optional Stepper label.\n",
59506
59533
  "commentRange": {
59507
- "start": 196,
59508
- "end": 197
59534
+ "start": 199,
59535
+ "end": 200
59509
59536
  },
59510
59537
  "context": {
59511
59538
  "type": "variable",
@@ -59513,8 +59540,8 @@
59513
59540
  "value": "null",
59514
59541
  "scope": "default",
59515
59542
  "line": {
59516
- "start": 198,
59517
- "end": 198
59543
+ "start": 201,
59544
+ "end": 201
59518
59545
  }
59519
59546
  },
59520
59547
  "group": [
@@ -59531,8 +59558,8 @@
59531
59558
  {
59532
59559
  "description": "The size of the Stepper ProgressBar.\n",
59533
59560
  "commentRange": {
59534
- "start": 200,
59535
- "end": 201
59561
+ "start": 203,
59562
+ "end": 204
59536
59563
  },
59537
59564
  "context": {
59538
59565
  "type": "variable",
@@ -59540,8 +59567,8 @@
59540
59567
  "value": "2px",
59541
59568
  "scope": "default",
59542
59569
  "line": {
59543
- "start": 202,
59544
- "end": 202
59570
+ "start": 205,
59571
+ "end": 205
59545
59572
  }
59546
59573
  },
59547
59574
  "group": [
@@ -59558,8 +59585,8 @@
59558
59585
  {
59559
59586
  "description": "The background color of the Stepper ProgressBar.\n",
59560
59587
  "commentRange": {
59561
- "start": 203,
59562
- "end": 204
59588
+ "start": 206,
59589
+ "end": 207
59563
59590
  },
59564
59591
  "context": {
59565
59592
  "type": "variable",
@@ -59567,8 +59594,8 @@
59567
59594
  "value": "null",
59568
59595
  "scope": "default",
59569
59596
  "line": {
59570
- "start": 205,
59571
- "end": 205
59597
+ "start": 208,
59598
+ "end": 208
59572
59599
  }
59573
59600
  },
59574
59601
  "group": [
@@ -59585,8 +59612,8 @@
59585
59612
  {
59586
59613
  "description": "The text color of the Stepper ProgressBar.\n",
59587
59614
  "commentRange": {
59588
- "start": 206,
59589
- "end": 207
59615
+ "start": 209,
59616
+ "end": 210
59590
59617
  },
59591
59618
  "context": {
59592
59619
  "type": "variable",
@@ -59594,8 +59621,8 @@
59594
59621
  "value": "null",
59595
59622
  "scope": "default",
59596
59623
  "line": {
59597
- "start": 208,
59598
- "end": 208
59624
+ "start": 211,
59625
+ "end": 211
59599
59626
  }
59600
59627
  },
59601
59628
  "group": [
@@ -59612,8 +59639,8 @@
59612
59639
  {
59613
59640
  "description": "The background color of the selected Stepper ProgressBar.\n",
59614
59641
  "commentRange": {
59615
- "start": 209,
59616
- "end": 210
59642
+ "start": 212,
59643
+ "end": 213
59617
59644
  },
59618
59645
  "context": {
59619
59646
  "type": "variable",
@@ -59621,8 +59648,8 @@
59621
59648
  "value": "null",
59622
59649
  "scope": "default",
59623
59650
  "line": {
59624
- "start": 211,
59625
- "end": 211
59651
+ "start": 214,
59652
+ "end": 214
59626
59653
  }
59627
59654
  },
59628
59655
  "group": [
@@ -59639,8 +59666,8 @@
59639
59666
  {
59640
59667
  "description": "The text color of the selected Stepper ProgressBar.\n",
59641
59668
  "commentRange": {
59642
- "start": 212,
59643
- "end": 213
59669
+ "start": 215,
59670
+ "end": 216
59644
59671
  },
59645
59672
  "context": {
59646
59673
  "type": "variable",
@@ -59648,8 +59675,8 @@
59648
59675
  "value": "null",
59649
59676
  "scope": "default",
59650
59677
  "line": {
59651
- "start": 214,
59652
- "end": 214
59678
+ "start": 217,
59679
+ "end": 217
59653
59680
  }
59654
59681
  },
59655
59682
  "group": [
@@ -59666,8 +59693,8 @@
59666
59693
  {
59667
59694
  "description": "The property name of the Stepper transition.\n",
59668
59695
  "commentRange": {
59669
- "start": 216,
59670
- "end": 217
59696
+ "start": 219,
59697
+ "end": 220
59671
59698
  },
59672
59699
  "context": {
59673
59700
  "type": "variable",
@@ -59675,8 +59702,8 @@
59675
59702
  "value": "height",
59676
59703
  "scope": "default",
59677
59704
  "line": {
59678
- "start": 218,
59679
- "end": 218
59705
+ "start": 221,
59706
+ "end": 221
59680
59707
  }
59681
59708
  },
59682
59709
  "group": [
@@ -59693,8 +59720,8 @@
59693
59720
  {
59694
59721
  "description": "The duration of the Stepper transition.\n",
59695
59722
  "commentRange": {
59696
- "start": 219,
59697
- "end": 220
59723
+ "start": 222,
59724
+ "end": 223
59698
59725
  },
59699
59726
  "context": {
59700
59727
  "type": "variable",
@@ -59702,8 +59729,8 @@
59702
59729
  "value": "300ms",
59703
59730
  "scope": "default",
59704
59731
  "line": {
59705
- "start": 221,
59706
- "end": 221
59732
+ "start": 224,
59733
+ "end": 224
59707
59734
  }
59708
59735
  },
59709
59736
  "group": [
@@ -59720,8 +59747,8 @@
59720
59747
  {
59721
59748
  "description": "The timing function of the Stepper transition.\n",
59722
59749
  "commentRange": {
59723
- "start": 222,
59724
- "end": 223
59750
+ "start": 225,
59751
+ "end": 226
59725
59752
  },
59726
59753
  "context": {
59727
59754
  "type": "variable",
@@ -59729,8 +59756,8 @@
59729
59756
  "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
59730
59757
  "scope": "default",
59731
59758
  "line": {
59732
- "start": 224,
59733
- "end": 224
59759
+ "start": 227,
59760
+ "end": 227
59734
59761
  }
59735
59762
  },
59736
59763
  "group": [
@@ -66093,7 +66120,7 @@
66093
66120
  "context": {
66094
66121
  "type": "variable",
66095
66122
  "name": "kendo-timeline-track-arrow-width",
66096
- "value": "38px",
66123
+ "value": "calc( #{k-spacing(19)} / 2 )",
66097
66124
  "scope": "default",
66098
66125
  "line": {
66099
66126
  "start": 32,
@@ -66108,8 +66135,8 @@
66108
66135
  "path": "bootstrap/scss/timeline/_variables.scss",
66109
66136
  "name": "_variables.scss"
66110
66137
  },
66111
- "resolvedValue": "38px",
66112
- "resolvedType": "Number"
66138
+ "resolvedValue": "calc(var(--kendo-spacing-19, 4.75rem) / 2)",
66139
+ "resolvedType": "Calculation"
66113
66140
  },
66114
66141
  {
66115
66142
  "description": "The height of the Timeline track arrow.\n",
@@ -66120,7 +66147,7 @@
66120
66147
  "context": {
66121
66148
  "type": "variable",
66122
66149
  "name": "kendo-timeline-track-arrow-height",
66123
- "value": "38px",
66150
+ "value": "calc( #{k-spacing(19)} / 2 )",
66124
66151
  "scope": "default",
66125
66152
  "line": {
66126
66153
  "start": 35,
@@ -66135,8 +66162,8 @@
66135
66162
  "path": "bootstrap/scss/timeline/_variables.scss",
66136
66163
  "name": "_variables.scss"
66137
66164
  },
66138
- "resolvedValue": "38px",
66139
- "resolvedType": "Number"
66165
+ "resolvedValue": "calc(var(--kendo-spacing-19, 4.75rem) / 2)",
66166
+ "resolvedType": "Calculation"
66140
66167
  },
66141
66168
  {
66142
66169
  "description": "The background color of the disabled Timeline track arrow.\n",
@@ -66228,7 +66255,7 @@
66228
66255
  "context": {
66229
66256
  "type": "variable",
66230
66257
  "name": "kendo-timeline-track-size",
66231
- "value": "6px",
66258
+ "value": "k-spacing(1.5)",
66232
66259
  "scope": "default",
66233
66260
  "line": {
66234
66261
  "start": 49,
@@ -66243,8 +66270,8 @@
66243
66270
  "path": "bootstrap/scss/timeline/_variables.scss",
66244
66271
  "name": "_variables.scss"
66245
66272
  },
66246
- "resolvedValue": "6px",
66247
- "resolvedType": "Number"
66273
+ "resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
66274
+ "resolvedType": "String"
66248
66275
  },
66249
66276
  {
66250
66277
  "description": "The bottom padding of the Timeline's track wrapper.\n",
@@ -66255,7 +66282,7 @@
66255
66282
  "context": {
66256
66283
  "type": "variable",
66257
66284
  "name": "kendo-timeline-track-wrap-padding-bottom",
66258
- "value": "k-math-div( $kendo-timeline-track-size, 2 )",
66285
+ "value": "calc( #{$kendo-timeline-track-size} / 2)",
66259
66286
  "scope": "default",
66260
66287
  "line": {
66261
66288
  "start": 52,
@@ -66270,8 +66297,8 @@
66270
66297
  "path": "bootstrap/scss/timeline/_variables.scss",
66271
66298
  "name": "_variables.scss"
66272
66299
  },
66273
- "resolvedValue": "3px",
66274
- "resolvedType": "Number"
66300
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
66301
+ "resolvedType": "Calculation"
66275
66302
  },
66276
66303
  {
66277
66304
  "description": "The border width of the Timeline track.\n",
@@ -66336,7 +66363,7 @@
66336
66363
  "context": {
66337
66364
  "type": "variable",
66338
66365
  "name": "kendo-timeline-track-bottom-calc",
66339
- "value": "calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})",
66366
+ "value": "calc( calc(#{ $kendo-timeline-track-arrow-height } / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
66340
66367
  "scope": "default",
66341
66368
  "line": {
66342
66369
  "start": 61,
@@ -66351,7 +66378,7 @@
66351
66378
  "path": "bootstrap/scss/timeline/_variables.scss",
66352
66379
  "name": "_variables.scss"
66353
66380
  },
66354
- "resolvedValue": "calc(19px + 3px)",
66381
+ "resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
66355
66382
  "resolvedType": "Calculation"
66356
66383
  },
66357
66384
  {
@@ -66378,7 +66405,7 @@
66378
66405
  "path": "bootstrap/scss/timeline/_variables.scss",
66379
66406
  "name": "_variables.scss"
66380
66407
  },
66381
- "resolvedValue": "calc(38px - 2 * 1px)",
66408
+ "resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)",
66382
66409
  "resolvedType": "Calculation"
66383
66410
  },
66384
66411
  {
@@ -66405,7 +66432,7 @@
66405
66432
  "path": "bootstrap/scss/timeline/_variables.scss",
66406
66433
  "name": "_variables.scss"
66407
66434
  },
66408
- "resolvedValue": "calc(38px - 2 * 1px)",
66435
+ "resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)",
66409
66436
  "resolvedType": "Calculation"
66410
66437
  },
66411
66438
  {
@@ -66864,7 +66891,7 @@
66864
66891
  "path": "bootstrap/scss/timeline/_variables.scss",
66865
66892
  "name": "_variables.scss"
66866
66893
  },
66867
- "resolvedValue": "calc(6px + 2 * 1px + 4px + 10px)",
66894
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
66868
66895
  "resolvedType": "Calculation"
66869
66896
  },
66870
66897
  {
@@ -66945,7 +66972,7 @@
66945
66972
  "path": "bootstrap/scss/timeline/_variables.scss",
66946
66973
  "name": "_variables.scss"
66947
66974
  },
66948
- "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)",
66975
+ "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
66949
66976
  "resolvedType": "Calculation"
66950
66977
  },
66951
66978
  {
@@ -66972,7 +66999,7 @@
66972
66999
  "path": "bootstrap/scss/timeline/_variables.scss",
66973
67000
  "name": "_variables.scss"
66974
67001
  },
66975
- "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)",
67002
+ "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
66976
67003
  "resolvedType": "Calculation"
66977
67004
  },
66978
67005
  {
@@ -66999,7 +67026,7 @@
66999
67026
  "path": "bootstrap/scss/timeline/_variables.scss",
67000
67027
  "name": "_variables.scss"
67001
67028
  },
67002
- "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)",
67029
+ "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
67003
67030
  "resolvedType": "Calculation"
67004
67031
  },
67005
67032
  {
@@ -67026,7 +67053,7 @@
67026
67053
  "path": "bootstrap/scss/timeline/_variables.scss",
67027
67054
  "name": "_variables.scss"
67028
67055
  },
67029
- "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)",
67056
+ "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
67030
67057
  "resolvedType": "Calculation"
67031
67058
  },
67032
67059
  {
@@ -116254,7 +116281,7 @@
116254
116281
  "context": {
116255
116282
  "type": "variable",
116256
116283
  "name": "kendo-orgchart-line-v-height",
116257
- "value": "25px",
116284
+ "value": "k-spacing(6)",
116258
116285
  "scope": "default",
116259
116286
  "line": {
116260
116287
  "start": 148,
@@ -116269,8 +116296,8 @@
116269
116296
  "path": "bootstrap/scss/orgchart/_variables.scss",
116270
116297
  "name": "_variables.scss"
116271
116298
  },
116272
- "resolvedValue": "25px",
116273
- "resolvedType": "Number"
116299
+ "resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
116300
+ "resolvedType": "String"
116274
116301
  }
116275
116302
  ]
116276
116303
  },
@@ -132770,7 +132797,7 @@
132770
132797
  "context": {
132771
132798
  "type": "variable",
132772
132799
  "name": "kendo-splitter-drag-icon-margin",
132773
- "value": "calc( #{k-spacing(3.5)} / 2 )",
132800
+ "value": "k-spacing(2)",
132774
132801
  "scope": "default",
132775
132802
  "line": {
132776
132803
  "start": 37,
@@ -132785,8 +132812,8 @@
132785
132812
  "path": "bootstrap/scss/splitter/_variables.scss",
132786
132813
  "name": "_variables.scss"
132787
132814
  },
132788
- "resolvedValue": "calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2)",
132789
- "resolvedType": "Calculation"
132815
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
132816
+ "resolvedType": "String"
132790
132817
  },
132791
132818
  {
132792
132819
  "description": "The horizontal padding of the collapse icon in the Splitter.\n",
@@ -135339,15 +135366,15 @@
135339
135366
  "resolvedType": "Calculation"
135340
135367
  },
135341
135368
  {
135342
- "description": "The width of the border around the Stepper.\n",
135369
+ "description": "The border radius of the Stepper label.\n",
135343
135370
  "commentRange": {
135344
135371
  "start": 24,
135345
135372
  "end": 25
135346
135373
  },
135347
135374
  "context": {
135348
135375
  "type": "variable",
135349
- "name": "kendo-stepper-border-width",
135350
- "value": "0px",
135376
+ "name": "kendo-stepper-label-border-radius",
135377
+ "value": "k-border-radius(xxl)",
135351
135378
  "scope": "default",
135352
135379
  "line": {
135353
135380
  "start": 26,
@@ -135362,14 +135389,41 @@
135362
135389
  "path": "bootstrap/scss/stepper/_variables.scss",
135363
135390
  "name": "_variables.scss"
135364
135391
  },
135392
+ "resolvedValue": "var(--kendo-border-radius-xxl, 1rem)",
135393
+ "resolvedType": "String"
135394
+ },
135395
+ {
135396
+ "description": "The width of the border around the Stepper.\n",
135397
+ "commentRange": {
135398
+ "start": 27,
135399
+ "end": 28
135400
+ },
135401
+ "context": {
135402
+ "type": "variable",
135403
+ "name": "kendo-stepper-border-width",
135404
+ "value": "0px",
135405
+ "scope": "default",
135406
+ "line": {
135407
+ "start": 29,
135408
+ "end": 29
135409
+ }
135410
+ },
135411
+ "group": [
135412
+ "stepper"
135413
+ ],
135414
+ "access": "public",
135415
+ "file": {
135416
+ "path": "bootstrap/scss/stepper/_variables.scss",
135417
+ "name": "_variables.scss"
135418
+ },
135365
135419
  "resolvedValue": "0px",
135366
135420
  "resolvedType": "Number"
135367
135421
  },
135368
135422
  {
135369
135423
  "description": "The horizontal padding of the Stepper content.\n",
135370
135424
  "commentRange": {
135371
- "start": 28,
135372
- "end": 29
135425
+ "start": 31,
135426
+ "end": 32
135373
135427
  },
135374
135428
  "context": {
135375
135429
  "type": "variable",
@@ -135377,8 +135431,8 @@
135377
135431
  "value": "k-spacing(5)",
135378
135432
  "scope": "default",
135379
135433
  "line": {
135380
- "start": 30,
135381
- "end": 30
135434
+ "start": 33,
135435
+ "end": 33
135382
135436
  }
135383
135437
  },
135384
135438
  "group": [
@@ -135395,8 +135449,8 @@
135395
135449
  {
135396
135450
  "description": "The vertical padding of the Stepper content.\n",
135397
135451
  "commentRange": {
135398
- "start": 31,
135399
- "end": 32
135452
+ "start": 34,
135453
+ "end": 35
135400
135454
  },
135401
135455
  "context": {
135402
135456
  "type": "variable",
@@ -135404,8 +135458,8 @@
135404
135458
  "value": "k-spacing(2.5)",
135405
135459
  "scope": "default",
135406
135460
  "line": {
135407
- "start": 33,
135408
- "end": 33
135461
+ "start": 36,
135462
+ "end": 36
135409
135463
  }
135410
135464
  },
135411
135465
  "group": [
@@ -135422,8 +135476,8 @@
135422
135476
  {
135423
135477
  "description": "",
135424
135478
  "commentRange": {
135425
- "start": 36,
135426
- "end": 36
135479
+ "start": 39,
135480
+ "end": 39
135427
135481
  },
135428
135482
  "context": {
135429
135483
  "type": "variable",
@@ -135431,8 +135485,8 @@
135431
135485
  "value": "var( --kendo-font-size, inherit )",
135432
135486
  "scope": "default",
135433
135487
  "line": {
135434
- "start": 37,
135435
- "end": 37
135488
+ "start": 40,
135489
+ "end": 40
135436
135490
  }
135437
135491
  },
135438
135492
  "group": [
@@ -135449,8 +135503,8 @@
135449
135503
  {
135450
135504
  "description": "",
135451
135505
  "commentRange": {
135452
- "start": 39,
135453
- "end": 39
135506
+ "start": 42,
135507
+ "end": 42
135454
135508
  },
135455
135509
  "context": {
135456
135510
  "type": "variable",
@@ -135458,8 +135512,8 @@
135458
135512
  "value": "var( --kendo-line-height, normal )",
135459
135513
  "scope": "default",
135460
135514
  "line": {
135461
- "start": 40,
135462
- "end": 40
135515
+ "start": 43,
135516
+ "end": 43
135463
135517
  }
135464
135518
  },
135465
135519
  "group": [
@@ -135476,8 +135530,8 @@
135476
135530
  {
135477
135531
  "description": "",
135478
135532
  "commentRange": {
135479
- "start": 42,
135480
- "end": 42
135533
+ "start": 45,
135534
+ "end": 45
135481
135535
  },
135482
135536
  "context": {
135483
135537
  "type": "variable",
@@ -135485,8 +135539,8 @@
135485
135539
  "value": "var( --kendo-font-family, inherit )",
135486
135540
  "scope": "default",
135487
135541
  "line": {
135488
- "start": 43,
135489
- "end": 43
135542
+ "start": 46,
135543
+ "end": 46
135490
135544
  }
135491
135545
  },
135492
135546
  "group": [
@@ -135503,8 +135557,8 @@
135503
135557
  {
135504
135558
  "description": "The background color of the Stepper.\n",
135505
135559
  "commentRange": {
135506
- "start": 45,
135507
- "end": 46
135560
+ "start": 48,
135561
+ "end": 49
135508
135562
  },
135509
135563
  "context": {
135510
135564
  "type": "variable",
@@ -135512,8 +135566,8 @@
135512
135566
  "value": "null",
135513
135567
  "scope": "default",
135514
135568
  "line": {
135515
- "start": 47,
135516
- "end": 47
135569
+ "start": 50,
135570
+ "end": 50
135517
135571
  }
135518
135572
  },
135519
135573
  "group": [
@@ -135530,8 +135584,8 @@
135530
135584
  {
135531
135585
  "description": "The text color of the Stepper.\n",
135532
135586
  "commentRange": {
135533
- "start": 48,
135534
- "end": 49
135587
+ "start": 51,
135588
+ "end": 52
135535
135589
  },
135536
135590
  "context": {
135537
135591
  "type": "variable",
@@ -135539,8 +135593,8 @@
135539
135593
  "value": "$kendo-component-text",
135540
135594
  "scope": "default",
135541
135595
  "line": {
135542
- "start": 50,
135543
- "end": 50
135596
+ "start": 53,
135597
+ "end": 53
135544
135598
  }
135545
135599
  },
135546
135600
  "group": [
@@ -135557,8 +135611,8 @@
135557
135611
  {
135558
135612
  "description": "The border color of the Stepper.\n",
135559
135613
  "commentRange": {
135560
- "start": 51,
135561
- "end": 52
135614
+ "start": 54,
135615
+ "end": 55
135562
135616
  },
135563
135617
  "context": {
135564
135618
  "type": "variable",
@@ -135566,8 +135620,8 @@
135566
135620
  "value": "null",
135567
135621
  "scope": "default",
135568
135622
  "line": {
135569
- "start": 53,
135570
- "end": 53
135623
+ "start": 56,
135624
+ "end": 56
135571
135625
  }
135572
135626
  },
135573
135627
  "group": [
@@ -135584,8 +135638,8 @@
135584
135638
  {
135585
135639
  "description": "The width of the Stepper indicator.\n",
135586
135640
  "commentRange": {
135587
- "start": 55,
135588
- "end": 56
135641
+ "start": 58,
135642
+ "end": 59
135589
135643
  },
135590
135644
  "context": {
135591
135645
  "type": "variable",
@@ -135593,8 +135647,8 @@
135593
135647
  "value": "28px",
135594
135648
  "scope": "default",
135595
135649
  "line": {
135596
- "start": 57,
135597
- "end": 57
135650
+ "start": 60,
135651
+ "end": 60
135598
135652
  }
135599
135653
  },
135600
135654
  "group": [
@@ -135611,8 +135665,8 @@
135611
135665
  {
135612
135666
  "description": "The height of the Stepper indicator.\n",
135613
135667
  "commentRange": {
135614
- "start": 58,
135615
- "end": 59
135668
+ "start": 61,
135669
+ "end": 62
135616
135670
  },
135617
135671
  "context": {
135618
135672
  "type": "variable",
@@ -135620,8 +135674,8 @@
135620
135674
  "value": "$kendo-stepper-indicator-width",
135621
135675
  "scope": "default",
135622
135676
  "line": {
135623
- "start": 60,
135624
- "end": 60
135677
+ "start": 63,
135678
+ "end": 63
135625
135679
  }
135626
135680
  },
135627
135681
  "group": [
@@ -135638,8 +135692,8 @@
135638
135692
  {
135639
135693
  "description": "The border radius of the Stepper indicator.\n",
135640
135694
  "commentRange": {
135641
- "start": 61,
135642
- "end": 62
135695
+ "start": 64,
135696
+ "end": 65
135643
135697
  },
135644
135698
  "context": {
135645
135699
  "type": "variable",
@@ -135647,8 +135701,8 @@
135647
135701
  "value": "50%",
135648
135702
  "scope": "default",
135649
135703
  "line": {
135650
- "start": 63,
135651
- "end": 63
135704
+ "start": 66,
135705
+ "end": 66
135652
135706
  }
135653
135707
  },
135654
135708
  "group": [
@@ -135665,8 +135719,8 @@
135665
135719
  {
135666
135720
  "description": "The border width of the Stepper indicator.\n",
135667
135721
  "commentRange": {
135668
- "start": 64,
135669
- "end": 65
135722
+ "start": 67,
135723
+ "end": 68
135670
135724
  },
135671
135725
  "context": {
135672
135726
  "type": "variable",
@@ -135674,8 +135728,8 @@
135674
135728
  "value": "1px",
135675
135729
  "scope": "default",
135676
135730
  "line": {
135677
- "start": 66,
135678
- "end": 66
135731
+ "start": 69,
135732
+ "end": 69
135679
135733
  }
135680
135734
  },
135681
135735
  "group": [
@@ -135692,8 +135746,8 @@
135692
135746
  {
135693
135747
  "description": "The border width of the focused Stepper indicator.\n",
135694
135748
  "commentRange": {
135695
- "start": 68,
135696
- "end": 69
135749
+ "start": 71,
135750
+ "end": 72
135697
135751
  },
135698
135752
  "context": {
135699
135753
  "type": "variable",
@@ -135701,8 +135755,8 @@
135701
135755
  "value": "1px",
135702
135756
  "scope": "default",
135703
135757
  "line": {
135704
- "start": 70,
135705
- "end": 70
135758
+ "start": 73,
135759
+ "end": 73
135706
135760
  }
135707
135761
  },
135708
135762
  "group": [
@@ -135719,8 +135773,8 @@
135719
135773
  {
135720
135774
  "description": "The size of the focused Stepper indicator.\n",
135721
135775
  "commentRange": {
135722
- "start": 71,
135723
- "end": 72
135776
+ "start": 74,
135777
+ "end": 75
135724
135778
  },
135725
135779
  "context": {
135726
135780
  "type": "variable",
@@ -135728,8 +135782,8 @@
135728
135782
  "value": "2px",
135729
135783
  "scope": "default",
135730
135784
  "line": {
135731
- "start": 73,
135732
- "end": 73
135785
+ "start": 76,
135786
+ "end": 76
135733
135787
  }
135734
135788
  },
135735
135789
  "group": [
@@ -135746,8 +135800,8 @@
135746
135800
  {
135747
135801
  "description": "The offset of the Stepper's focused indicator.\n",
135748
135802
  "commentRange": {
135749
- "start": 74,
135750
- "end": 75
135803
+ "start": 77,
135804
+ "end": 78
135751
135805
  },
135752
135806
  "context": {
135753
135807
  "type": "variable",
@@ -135755,8 +135809,8 @@
135755
135809
  "value": "3px",
135756
135810
  "scope": "default",
135757
135811
  "line": {
135758
- "start": 76,
135759
- "end": 76
135812
+ "start": 79,
135813
+ "end": 79
135760
135814
  }
135761
135815
  },
135762
135816
  "group": [
@@ -135773,8 +135827,8 @@
135773
135827
  {
135774
135828
  "description": "The calculated offset of the Stepper's focused indicator.\n",
135775
135829
  "commentRange": {
135776
- "start": 77,
135777
- "end": 78
135830
+ "start": 80,
135831
+ "end": 81
135778
135832
  },
135779
135833
  "context": {
135780
135834
  "type": "variable",
@@ -135782,8 +135836,8 @@
135782
135836
  "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
135783
135837
  "scope": "default",
135784
135838
  "line": {
135785
- "start": 79,
135786
- "end": 79
135839
+ "start": 82,
135840
+ "end": 82
135787
135841
  }
135788
135842
  },
135789
135843
  "group": [
@@ -135800,8 +135854,8 @@
135800
135854
  {
135801
135855
  "description": "The background color of the Stepper indicator.\n",
135802
135856
  "commentRange": {
135803
- "start": 81,
135804
- "end": 82
135857
+ "start": 84,
135858
+ "end": 85
135805
135859
  },
135806
135860
  "context": {
135807
135861
  "type": "variable",
@@ -135809,8 +135863,8 @@
135809
135863
  "value": "$kendo-component-bg",
135810
135864
  "scope": "default",
135811
135865
  "line": {
135812
- "start": 83,
135813
- "end": 83
135866
+ "start": 86,
135867
+ "end": 86
135814
135868
  }
135815
135869
  },
135816
135870
  "group": [
@@ -135827,8 +135881,8 @@
135827
135881
  {
135828
135882
  "description": "The text color of the Stepper indicator.\n",
135829
135883
  "commentRange": {
135830
- "start": 84,
135831
- "end": 85
135884
+ "start": 87,
135885
+ "end": 88
135832
135886
  },
135833
135887
  "context": {
135834
135888
  "type": "variable",
@@ -135836,8 +135890,8 @@
135836
135890
  "value": "$kendo-component-text",
135837
135891
  "scope": "default",
135838
135892
  "line": {
135839
- "start": 86,
135840
- "end": 86
135893
+ "start": 89,
135894
+ "end": 89
135841
135895
  }
135842
135896
  },
135843
135897
  "group": [
@@ -135854,8 +135908,8 @@
135854
135908
  {
135855
135909
  "description": "The border color of the Stepper indicator.\n",
135856
135910
  "commentRange": {
135857
- "start": 87,
135858
- "end": 88
135911
+ "start": 90,
135912
+ "end": 91
135859
135913
  },
135860
135914
  "context": {
135861
135915
  "type": "variable",
@@ -135863,8 +135917,8 @@
135863
135917
  "value": "$kendo-component-border",
135864
135918
  "scope": "default",
135865
135919
  "line": {
135866
- "start": 89,
135867
- "end": 89
135920
+ "start": 92,
135921
+ "end": 92
135868
135922
  }
135869
135923
  },
135870
135924
  "group": [
@@ -135881,8 +135935,8 @@
135881
135935
  {
135882
135936
  "description": "The background color of the hovered Stepper indicator.\n",
135883
135937
  "commentRange": {
135884
- "start": 91,
135885
- "end": 92
135938
+ "start": 94,
135939
+ "end": 95
135886
135940
  },
135887
135941
  "context": {
135888
135942
  "type": "variable",
@@ -135890,8 +135944,8 @@
135890
135944
  "value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
135891
135945
  "scope": "default",
135892
135946
  "line": {
135893
- "start": 93,
135894
- "end": 93
135947
+ "start": 96,
135948
+ "end": 96
135895
135949
  }
135896
135950
  },
135897
135951
  "group": [
@@ -135908,8 +135962,8 @@
135908
135962
  {
135909
135963
  "description": "The text color of the hovered Stepper indicator.\n",
135910
135964
  "commentRange": {
135911
- "start": 94,
135912
- "end": 95
135965
+ "start": 97,
135966
+ "end": 98
135913
135967
  },
135914
135968
  "context": {
135915
135969
  "type": "variable",
@@ -135917,8 +135971,8 @@
135917
135971
  "value": "null",
135918
135972
  "scope": "default",
135919
135973
  "line": {
135920
- "start": 96,
135921
- "end": 96
135974
+ "start": 99,
135975
+ "end": 99
135922
135976
  }
135923
135977
  },
135924
135978
  "group": [
@@ -135935,8 +135989,8 @@
135935
135989
  {
135936
135990
  "description": "The border color of the hovered Stepper indicator.\n",
135937
135991
  "commentRange": {
135938
- "start": 97,
135939
- "end": 98
135992
+ "start": 100,
135993
+ "end": 101
135940
135994
  },
135941
135995
  "context": {
135942
135996
  "type": "variable",
@@ -135944,8 +135998,8 @@
135944
135998
  "value": "null",
135945
135999
  "scope": "default",
135946
136000
  "line": {
135947
- "start": 99,
135948
- "end": 99
136001
+ "start": 102,
136002
+ "end": 102
135949
136003
  }
135950
136004
  },
135951
136005
  "group": [
@@ -135962,8 +136016,8 @@
135962
136016
  {
135963
136017
  "description": "The background color of the disabled Stepper indicator.\n",
135964
136018
  "commentRange": {
135965
- "start": 101,
135966
- "end": 102
136019
+ "start": 104,
136020
+ "end": 105
135967
136021
  },
135968
136022
  "context": {
135969
136023
  "type": "variable",
@@ -135971,8 +136025,8 @@
135971
136025
  "value": "null",
135972
136026
  "scope": "default",
135973
136027
  "line": {
135974
- "start": 103,
135975
- "end": 103
136028
+ "start": 106,
136029
+ "end": 106
135976
136030
  }
135977
136031
  },
135978
136032
  "group": [
@@ -135989,8 +136043,8 @@
135989
136043
  {
135990
136044
  "description": "The text color of the disabled Stepper indicator.\n",
135991
136045
  "commentRange": {
135992
- "start": 104,
135993
- "end": 105
136046
+ "start": 107,
136047
+ "end": 108
135994
136048
  },
135995
136049
  "context": {
135996
136050
  "type": "variable",
@@ -135998,8 +136052,8 @@
135998
136052
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500))",
135999
136053
  "scope": "default",
136000
136054
  "line": {
136001
- "start": 106,
136002
- "end": 106
136055
+ "start": 109,
136056
+ "end": 109
136003
136057
  }
136004
136058
  },
136005
136059
  "group": [
@@ -136016,8 +136070,8 @@
136016
136070
  {
136017
136071
  "description": "The border color of the disabled Stepper indicator.\n",
136018
136072
  "commentRange": {
136019
- "start": 107,
136020
- "end": 108
136073
+ "start": 110,
136074
+ "end": 111
136021
136075
  },
136022
136076
  "context": {
136023
136077
  "type": "variable",
@@ -136025,8 +136079,8 @@
136025
136079
  "value": "null",
136026
136080
  "scope": "default",
136027
136081
  "line": {
136028
- "start": 109,
136029
- "end": 109
136082
+ "start": 112,
136083
+ "end": 112
136030
136084
  }
136031
136085
  },
136032
136086
  "group": [
@@ -136043,8 +136097,8 @@
136043
136097
  {
136044
136098
  "description": "The background color of the Stepper's done indicator.\n",
136045
136099
  "commentRange": {
136046
- "start": 111,
136047
- "end": 112
136100
+ "start": 114,
136101
+ "end": 115
136048
136102
  },
136049
136103
  "context": {
136050
136104
  "type": "variable",
@@ -136052,8 +136106,8 @@
136052
136106
  "value": "$kendo-color-primary",
136053
136107
  "scope": "default",
136054
136108
  "line": {
136055
- "start": 113,
136056
- "end": 113
136109
+ "start": 116,
136110
+ "end": 116
136057
136111
  }
136058
136112
  },
136059
136113
  "group": [
@@ -136070,8 +136124,8 @@
136070
136124
  {
136071
136125
  "description": "The text color of the Stepper's done indicator.\n",
136072
136126
  "commentRange": {
136073
- "start": 114,
136074
- "end": 115
136127
+ "start": 117,
136128
+ "end": 118
136075
136129
  },
136076
136130
  "context": {
136077
136131
  "type": "variable",
@@ -136079,8 +136133,8 @@
136079
136133
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
136080
136134
  "scope": "default",
136081
136135
  "line": {
136082
- "start": 116,
136083
- "end": 116
136136
+ "start": 119,
136137
+ "end": 119
136084
136138
  }
136085
136139
  },
136086
136140
  "group": [
@@ -136097,8 +136151,8 @@
136097
136151
  {
136098
136152
  "description": "The border color of the Stepper's done indicator.\n",
136099
136153
  "commentRange": {
136100
- "start": 117,
136101
- "end": 118
136154
+ "start": 120,
136155
+ "end": 121
136102
136156
  },
136103
136157
  "context": {
136104
136158
  "type": "variable",
@@ -136106,8 +136160,8 @@
136106
136160
  "value": "$kendo-stepper-indicator-done-bg",
136107
136161
  "scope": "default",
136108
136162
  "line": {
136109
- "start": 119,
136110
- "end": 119
136163
+ "start": 122,
136164
+ "end": 122
136111
136165
  }
136112
136166
  },
136113
136167
  "group": [
@@ -136124,8 +136178,8 @@
136124
136178
  {
136125
136179
  "description": "The background color of the Stepper's hovered done indicator.\n",
136126
136180
  "commentRange": {
136127
- "start": 121,
136128
- "end": 122
136181
+ "start": 124,
136182
+ "end": 125
136129
136183
  },
136130
136184
  "context": {
136131
136185
  "type": "variable",
@@ -136133,8 +136187,8 @@
136133
136187
  "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
136134
136188
  "scope": "default",
136135
136189
  "line": {
136136
- "start": 123,
136137
- "end": 123
136190
+ "start": 126,
136191
+ "end": 126
136138
136192
  }
136139
136193
  },
136140
136194
  "group": [
@@ -136151,8 +136205,8 @@
136151
136205
  {
136152
136206
  "description": "The text color of the Stepper's hovered done indicator.\n",
136153
136207
  "commentRange": {
136154
- "start": 124,
136155
- "end": 125
136208
+ "start": 127,
136209
+ "end": 128
136156
136210
  },
136157
136211
  "context": {
136158
136212
  "type": "variable",
@@ -136160,8 +136214,8 @@
136160
136214
  "value": "null",
136161
136215
  "scope": "default",
136162
136216
  "line": {
136163
- "start": 126,
136164
- "end": 126
136217
+ "start": 129,
136218
+ "end": 129
136165
136219
  }
136166
136220
  },
136167
136221
  "group": [
@@ -136178,8 +136232,8 @@
136178
136232
  {
136179
136233
  "description": "The border color of the Stepper's hovered done indicator.\n",
136180
136234
  "commentRange": {
136181
- "start": 127,
136182
- "end": 128
136235
+ "start": 130,
136236
+ "end": 131
136183
136237
  },
136184
136238
  "context": {
136185
136239
  "type": "variable",
@@ -136187,8 +136241,8 @@
136187
136241
  "value": "null",
136188
136242
  "scope": "default",
136189
136243
  "line": {
136190
- "start": 129,
136191
- "end": 129
136244
+ "start": 132,
136245
+ "end": 132
136192
136246
  }
136193
136247
  },
136194
136248
  "group": [
@@ -136205,8 +136259,8 @@
136205
136259
  {
136206
136260
  "description": "The background color of the Stepper's disabled done indicator.\n",
136207
136261
  "commentRange": {
136208
- "start": 131,
136209
- "end": 132
136262
+ "start": 134,
136263
+ "end": 135
136210
136264
  },
136211
136265
  "context": {
136212
136266
  "type": "variable",
@@ -136214,8 +136268,8 @@
136214
136268
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
136215
136269
  "scope": "default",
136216
136270
  "line": {
136217
- "start": 133,
136218
- "end": 133
136271
+ "start": 136,
136272
+ "end": 136
136219
136273
  }
136220
136274
  },
136221
136275
  "group": [
@@ -136232,8 +136286,8 @@
136232
136286
  {
136233
136287
  "description": "The text color of the Stepper's disabled done indicator.\n",
136234
136288
  "commentRange": {
136235
- "start": 134,
136236
- "end": 135
136289
+ "start": 137,
136290
+ "end": 138
136237
136291
  },
136238
136292
  "context": {
136239
136293
  "type": "variable",
@@ -136241,8 +136295,8 @@
136241
136295
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
136242
136296
  "scope": "default",
136243
136297
  "line": {
136244
- "start": 136,
136245
- "end": 136
136298
+ "start": 139,
136299
+ "end": 139
136246
136300
  }
136247
136301
  },
136248
136302
  "group": [
@@ -136259,8 +136313,8 @@
136259
136313
  {
136260
136314
  "description": "The border color of the Stepper's disabled done indicator.\n",
136261
136315
  "commentRange": {
136262
- "start": 137,
136263
- "end": 138
136316
+ "start": 140,
136317
+ "end": 141
136264
136318
  },
136265
136319
  "context": {
136266
136320
  "type": "variable",
@@ -136268,8 +136322,8 @@
136268
136322
  "value": "$kendo-stepper-indicator-done-disabled-bg",
136269
136323
  "scope": "default",
136270
136324
  "line": {
136271
- "start": 139,
136272
- "end": 139
136325
+ "start": 142,
136326
+ "end": 142
136273
136327
  }
136274
136328
  },
136275
136329
  "group": [
@@ -136286,8 +136340,8 @@
136286
136340
  {
136287
136341
  "description": "The background color of the Stepper current indicator.\n",
136288
136342
  "commentRange": {
136289
- "start": 141,
136290
- "end": 142
136343
+ "start": 144,
136344
+ "end": 145
136291
136345
  },
136292
136346
  "context": {
136293
136347
  "type": "variable",
@@ -136295,8 +136349,8 @@
136295
136349
  "value": "$kendo-stepper-indicator-done-bg",
136296
136350
  "scope": "default",
136297
136351
  "line": {
136298
- "start": 143,
136299
- "end": 143
136352
+ "start": 146,
136353
+ "end": 146
136300
136354
  }
136301
136355
  },
136302
136356
  "group": [
@@ -136313,8 +136367,8 @@
136313
136367
  {
136314
136368
  "description": "The text color of the Stepper current indicator.\n",
136315
136369
  "commentRange": {
136316
- "start": 144,
136317
- "end": 145
136370
+ "start": 147,
136371
+ "end": 148
136318
136372
  },
136319
136373
  "context": {
136320
136374
  "type": "variable",
@@ -136322,8 +136376,8 @@
136322
136376
  "value": "$kendo-stepper-indicator-done-text",
136323
136377
  "scope": "default",
136324
136378
  "line": {
136325
- "start": 146,
136326
- "end": 146
136379
+ "start": 149,
136380
+ "end": 149
136327
136381
  }
136328
136382
  },
136329
136383
  "group": [
@@ -136340,8 +136394,8 @@
136340
136394
  {
136341
136395
  "description": "The border color of the Stepper current indicator.\n",
136342
136396
  "commentRange": {
136343
- "start": 147,
136344
- "end": 148
136397
+ "start": 150,
136398
+ "end": 151
136345
136399
  },
136346
136400
  "context": {
136347
136401
  "type": "variable",
@@ -136349,8 +136403,8 @@
136349
136403
  "value": "$kendo-stepper-indicator-done-border",
136350
136404
  "scope": "default",
136351
136405
  "line": {
136352
- "start": 149,
136353
- "end": 149
136406
+ "start": 152,
136407
+ "end": 152
136354
136408
  }
136355
136409
  },
136356
136410
  "group": [
@@ -136367,8 +136421,8 @@
136367
136421
  {
136368
136422
  "description": "The background color of the Stepper's hovered current indicator.\n",
136369
136423
  "commentRange": {
136370
- "start": 151,
136371
- "end": 152
136424
+ "start": 154,
136425
+ "end": 155
136372
136426
  },
136373
136427
  "context": {
136374
136428
  "type": "variable",
@@ -136376,8 +136430,8 @@
136376
136430
  "value": "$kendo-stepper-indicator-done-hover-bg",
136377
136431
  "scope": "default",
136378
136432
  "line": {
136379
- "start": 153,
136380
- "end": 153
136433
+ "start": 156,
136434
+ "end": 156
136381
136435
  }
136382
136436
  },
136383
136437
  "group": [
@@ -136394,8 +136448,8 @@
136394
136448
  {
136395
136449
  "description": "The text color of the Stepper's hovered current indicator.\n",
136396
136450
  "commentRange": {
136397
- "start": 154,
136398
- "end": 155
136451
+ "start": 157,
136452
+ "end": 158
136399
136453
  },
136400
136454
  "context": {
136401
136455
  "type": "variable",
@@ -136403,8 +136457,8 @@
136403
136457
  "value": "$kendo-stepper-indicator-done-hover-text",
136404
136458
  "scope": "default",
136405
136459
  "line": {
136406
- "start": 156,
136407
- "end": 156
136460
+ "start": 159,
136461
+ "end": 159
136408
136462
  }
136409
136463
  },
136410
136464
  "group": [
@@ -136421,8 +136475,8 @@
136421
136475
  {
136422
136476
  "description": "The border color of the Stepper's hovered current indicator.\n",
136423
136477
  "commentRange": {
136424
- "start": 157,
136425
- "end": 158
136478
+ "start": 160,
136479
+ "end": 161
136426
136480
  },
136427
136481
  "context": {
136428
136482
  "type": "variable",
@@ -136430,8 +136484,8 @@
136430
136484
  "value": "$kendo-stepper-indicator-done-hover-border",
136431
136485
  "scope": "default",
136432
136486
  "line": {
136433
- "start": 159,
136434
- "end": 159
136487
+ "start": 162,
136488
+ "end": 162
136435
136489
  }
136436
136490
  },
136437
136491
  "group": [
@@ -136448,8 +136502,8 @@
136448
136502
  {
136449
136503
  "description": "The background color of the Stepper's disabled current indicator.\n",
136450
136504
  "commentRange": {
136451
- "start": 161,
136452
- "end": 162
136505
+ "start": 164,
136506
+ "end": 165
136453
136507
  },
136454
136508
  "context": {
136455
136509
  "type": "variable",
@@ -136457,8 +136511,8 @@
136457
136511
  "value": "$kendo-stepper-indicator-done-disabled-bg",
136458
136512
  "scope": "default",
136459
136513
  "line": {
136460
- "start": 163,
136461
- "end": 163
136514
+ "start": 166,
136515
+ "end": 166
136462
136516
  }
136463
136517
  },
136464
136518
  "group": [
@@ -136475,8 +136529,8 @@
136475
136529
  {
136476
136530
  "description": "The text color of the Stepper's disabled current indicator.\n",
136477
136531
  "commentRange": {
136478
- "start": 164,
136479
- "end": 165
136532
+ "start": 167,
136533
+ "end": 168
136480
136534
  },
136481
136535
  "context": {
136482
136536
  "type": "variable",
@@ -136484,8 +136538,8 @@
136484
136538
  "value": "$kendo-stepper-indicator-done-disabled-text",
136485
136539
  "scope": "default",
136486
136540
  "line": {
136487
- "start": 166,
136488
- "end": 166
136541
+ "start": 169,
136542
+ "end": 169
136489
136543
  }
136490
136544
  },
136491
136545
  "group": [
@@ -136502,8 +136556,8 @@
136502
136556
  {
136503
136557
  "description": "The border color of the Stepper's disabled current indicator.\n",
136504
136558
  "commentRange": {
136505
- "start": 167,
136506
- "end": 168
136559
+ "start": 170,
136560
+ "end": 171
136507
136561
  },
136508
136562
  "context": {
136509
136563
  "type": "variable",
@@ -136511,8 +136565,8 @@
136511
136565
  "value": "$kendo-stepper-indicator-done-disabled-border",
136512
136566
  "scope": "default",
136513
136567
  "line": {
136514
- "start": 169,
136515
- "end": 169
136568
+ "start": 172,
136569
+ "end": 172
136516
136570
  }
136517
136571
  },
136518
136572
  "group": [
@@ -136529,8 +136583,8 @@
136529
136583
  {
136530
136584
  "description": "The text color of the Stepper label.\n",
136531
136585
  "commentRange": {
136532
- "start": 171,
136533
- "end": 172
136586
+ "start": 174,
136587
+ "end": 175
136534
136588
  },
136535
136589
  "context": {
136536
136590
  "type": "variable",
@@ -136538,8 +136592,8 @@
136538
136592
  "value": "null",
136539
136593
  "scope": "default",
136540
136594
  "line": {
136541
- "start": 173,
136542
- "end": 173
136595
+ "start": 176,
136596
+ "end": 176
136543
136597
  }
136544
136598
  },
136545
136599
  "group": [
@@ -136556,8 +136610,8 @@
136556
136610
  {
136557
136611
  "description": "The success text color of the Stepper label.\n",
136558
136612
  "commentRange": {
136559
- "start": 174,
136560
- "end": 175
136613
+ "start": 177,
136614
+ "end": 178
136561
136615
  },
136562
136616
  "context": {
136563
136617
  "type": "variable",
@@ -136565,8 +136619,8 @@
136565
136619
  "value": "$kendo-color-success",
136566
136620
  "scope": "default",
136567
136621
  "line": {
136568
- "start": 176,
136569
- "end": 176
136622
+ "start": 179,
136623
+ "end": 179
136570
136624
  }
136571
136625
  },
136572
136626
  "group": [
@@ -136583,8 +136637,8 @@
136583
136637
  {
136584
136638
  "description": "The error text color of the Stepper label.\n",
136585
136639
  "commentRange": {
136586
- "start": 177,
136587
- "end": 178
136640
+ "start": 180,
136641
+ "end": 181
136588
136642
  },
136589
136643
  "context": {
136590
136644
  "type": "variable",
@@ -136592,8 +136646,8 @@
136592
136646
  "value": "$kendo-color-error",
136593
136647
  "scope": "default",
136594
136648
  "line": {
136595
- "start": 179,
136596
- "end": 179
136649
+ "start": 182,
136650
+ "end": 182
136597
136651
  }
136598
136652
  },
136599
136653
  "group": [
@@ -136610,8 +136664,8 @@
136610
136664
  {
136611
136665
  "description": "The text color of the hovered Stepper label.\n",
136612
136666
  "commentRange": {
136613
- "start": 180,
136614
- "end": 181
136667
+ "start": 183,
136668
+ "end": 184
136615
136669
  },
136616
136670
  "context": {
136617
136671
  "type": "variable",
@@ -136619,8 +136673,8 @@
136619
136673
  "value": "null",
136620
136674
  "scope": "default",
136621
136675
  "line": {
136622
- "start": 182,
136623
- "end": 182
136676
+ "start": 185,
136677
+ "end": 185
136624
136678
  }
136625
136679
  },
136626
136680
  "group": [
@@ -136637,8 +136691,8 @@
136637
136691
  {
136638
136692
  "description": "The text color of the disabled Stepper label.\n",
136639
136693
  "commentRange": {
136640
- "start": 183,
136641
- "end": 184
136694
+ "start": 186,
136695
+ "end": 187
136642
136696
  },
136643
136697
  "context": {
136644
136698
  "type": "variable",
@@ -136646,8 +136700,8 @@
136646
136700
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500))",
136647
136701
  "scope": "default",
136648
136702
  "line": {
136649
- "start": 185,
136650
- "end": 185
136703
+ "start": 188,
136704
+ "end": 188
136651
136705
  }
136652
136706
  },
136653
136707
  "group": [
@@ -136664,8 +136718,8 @@
136664
136718
  {
136665
136719
  "description": "The text color of the optional Stepper label.\n",
136666
136720
  "commentRange": {
136667
- "start": 187,
136668
- "end": 188
136721
+ "start": 190,
136722
+ "end": 191
136669
136723
  },
136670
136724
  "context": {
136671
136725
  "type": "variable",
@@ -136673,8 +136727,8 @@
136673
136727
  "value": "$kendo-subtle-text",
136674
136728
  "scope": "default",
136675
136729
  "line": {
136676
- "start": 189,
136677
- "end": 189
136730
+ "start": 192,
136731
+ "end": 192
136678
136732
  }
136679
136733
  },
136680
136734
  "group": [
@@ -136691,8 +136745,8 @@
136691
136745
  {
136692
136746
  "description": "The opacity of the optional Stepper label.\n",
136693
136747
  "commentRange": {
136694
- "start": 190,
136695
- "end": 191
136748
+ "start": 193,
136749
+ "end": 194
136696
136750
  },
136697
136751
  "context": {
136698
136752
  "type": "variable",
@@ -136700,8 +136754,8 @@
136700
136754
  "value": "null",
136701
136755
  "scope": "default",
136702
136756
  "line": {
136703
- "start": 192,
136704
- "end": 192
136757
+ "start": 195,
136758
+ "end": 195
136705
136759
  }
136706
136760
  },
136707
136761
  "group": [
@@ -136718,8 +136772,8 @@
136718
136772
  {
136719
136773
  "description": "The font size of the optional Stepper label.\n",
136720
136774
  "commentRange": {
136721
- "start": 193,
136722
- "end": 194
136775
+ "start": 196,
136776
+ "end": 197
136723
136777
  },
136724
136778
  "context": {
136725
136779
  "type": "variable",
@@ -136727,8 +136781,8 @@
136727
136781
  "value": "var( --kendo-font-size-sm, inherit )",
136728
136782
  "scope": "default",
136729
136783
  "line": {
136730
- "start": 195,
136731
- "end": 195
136784
+ "start": 198,
136785
+ "end": 198
136732
136786
  }
136733
136787
  },
136734
136788
  "group": [
@@ -136745,8 +136799,8 @@
136745
136799
  {
136746
136800
  "description": "The font style of the optional Stepper label.\n",
136747
136801
  "commentRange": {
136748
- "start": 196,
136749
- "end": 197
136802
+ "start": 199,
136803
+ "end": 200
136750
136804
  },
136751
136805
  "context": {
136752
136806
  "type": "variable",
@@ -136754,8 +136808,8 @@
136754
136808
  "value": "null",
136755
136809
  "scope": "default",
136756
136810
  "line": {
136757
- "start": 198,
136758
- "end": 198
136811
+ "start": 201,
136812
+ "end": 201
136759
136813
  }
136760
136814
  },
136761
136815
  "group": [
@@ -136772,8 +136826,8 @@
136772
136826
  {
136773
136827
  "description": "The size of the Stepper ProgressBar.\n",
136774
136828
  "commentRange": {
136775
- "start": 200,
136776
- "end": 201
136829
+ "start": 203,
136830
+ "end": 204
136777
136831
  },
136778
136832
  "context": {
136779
136833
  "type": "variable",
@@ -136781,8 +136835,8 @@
136781
136835
  "value": "2px",
136782
136836
  "scope": "default",
136783
136837
  "line": {
136784
- "start": 202,
136785
- "end": 202
136838
+ "start": 205,
136839
+ "end": 205
136786
136840
  }
136787
136841
  },
136788
136842
  "group": [
@@ -136799,8 +136853,8 @@
136799
136853
  {
136800
136854
  "description": "The background color of the Stepper ProgressBar.\n",
136801
136855
  "commentRange": {
136802
- "start": 203,
136803
- "end": 204
136856
+ "start": 206,
136857
+ "end": 207
136804
136858
  },
136805
136859
  "context": {
136806
136860
  "type": "variable",
@@ -136808,8 +136862,8 @@
136808
136862
  "value": "null",
136809
136863
  "scope": "default",
136810
136864
  "line": {
136811
- "start": 205,
136812
- "end": 205
136865
+ "start": 208,
136866
+ "end": 208
136813
136867
  }
136814
136868
  },
136815
136869
  "group": [
@@ -136826,8 +136880,8 @@
136826
136880
  {
136827
136881
  "description": "The text color of the Stepper ProgressBar.\n",
136828
136882
  "commentRange": {
136829
- "start": 206,
136830
- "end": 207
136883
+ "start": 209,
136884
+ "end": 210
136831
136885
  },
136832
136886
  "context": {
136833
136887
  "type": "variable",
@@ -136835,8 +136889,8 @@
136835
136889
  "value": "null",
136836
136890
  "scope": "default",
136837
136891
  "line": {
136838
- "start": 208,
136839
- "end": 208
136892
+ "start": 211,
136893
+ "end": 211
136840
136894
  }
136841
136895
  },
136842
136896
  "group": [
@@ -136853,8 +136907,8 @@
136853
136907
  {
136854
136908
  "description": "The background color of the selected Stepper ProgressBar.\n",
136855
136909
  "commentRange": {
136856
- "start": 209,
136857
- "end": 210
136910
+ "start": 212,
136911
+ "end": 213
136858
136912
  },
136859
136913
  "context": {
136860
136914
  "type": "variable",
@@ -136862,8 +136916,8 @@
136862
136916
  "value": "null",
136863
136917
  "scope": "default",
136864
136918
  "line": {
136865
- "start": 211,
136866
- "end": 211
136919
+ "start": 214,
136920
+ "end": 214
136867
136921
  }
136868
136922
  },
136869
136923
  "group": [
@@ -136880,8 +136934,8 @@
136880
136934
  {
136881
136935
  "description": "The text color of the selected Stepper ProgressBar.\n",
136882
136936
  "commentRange": {
136883
- "start": 212,
136884
- "end": 213
136937
+ "start": 215,
136938
+ "end": 216
136885
136939
  },
136886
136940
  "context": {
136887
136941
  "type": "variable",
@@ -136889,8 +136943,8 @@
136889
136943
  "value": "null",
136890
136944
  "scope": "default",
136891
136945
  "line": {
136892
- "start": 214,
136893
- "end": 214
136946
+ "start": 217,
136947
+ "end": 217
136894
136948
  }
136895
136949
  },
136896
136950
  "group": [
@@ -136907,8 +136961,8 @@
136907
136961
  {
136908
136962
  "description": "The property name of the Stepper transition.\n",
136909
136963
  "commentRange": {
136910
- "start": 216,
136911
- "end": 217
136964
+ "start": 219,
136965
+ "end": 220
136912
136966
  },
136913
136967
  "context": {
136914
136968
  "type": "variable",
@@ -136916,8 +136970,8 @@
136916
136970
  "value": "height",
136917
136971
  "scope": "default",
136918
136972
  "line": {
136919
- "start": 218,
136920
- "end": 218
136973
+ "start": 221,
136974
+ "end": 221
136921
136975
  }
136922
136976
  },
136923
136977
  "group": [
@@ -136934,8 +136988,8 @@
136934
136988
  {
136935
136989
  "description": "The duration of the Stepper transition.\n",
136936
136990
  "commentRange": {
136937
- "start": 219,
136938
- "end": 220
136991
+ "start": 222,
136992
+ "end": 223
136939
136993
  },
136940
136994
  "context": {
136941
136995
  "type": "variable",
@@ -136943,8 +136997,8 @@
136943
136997
  "value": "300ms",
136944
136998
  "scope": "default",
136945
136999
  "line": {
136946
- "start": 221,
136947
- "end": 221
137000
+ "start": 224,
137001
+ "end": 224
136948
137002
  }
136949
137003
  },
136950
137004
  "group": [
@@ -136961,8 +137015,8 @@
136961
137015
  {
136962
137016
  "description": "The timing function of the Stepper transition.\n",
136963
137017
  "commentRange": {
136964
- "start": 222,
136965
- "end": 223
137018
+ "start": 225,
137019
+ "end": 226
136966
137020
  },
136967
137021
  "context": {
136968
137022
  "type": "variable",
@@ -136970,8 +137024,8 @@
136970
137024
  "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
136971
137025
  "scope": "default",
136972
137026
  "line": {
136973
- "start": 224,
136974
- "end": 224
137027
+ "start": 227,
137028
+ "end": 227
136975
137029
  }
136976
137030
  },
136977
137031
  "group": [
@@ -143376,7 +143430,7 @@
143376
143430
  "context": {
143377
143431
  "type": "variable",
143378
143432
  "name": "kendo-timeline-track-arrow-width",
143379
- "value": "38px",
143433
+ "value": "calc( #{k-spacing(19)} / 2 )",
143380
143434
  "scope": "default",
143381
143435
  "line": {
143382
143436
  "start": 32,
@@ -143391,8 +143445,8 @@
143391
143445
  "path": "bootstrap/scss/timeline/_variables.scss",
143392
143446
  "name": "_variables.scss"
143393
143447
  },
143394
- "resolvedValue": "38px",
143395
- "resolvedType": "Number"
143448
+ "resolvedValue": "calc(var(--kendo-spacing-19, 4.75rem) / 2)",
143449
+ "resolvedType": "Calculation"
143396
143450
  },
143397
143451
  {
143398
143452
  "description": "The height of the Timeline track arrow.\n",
@@ -143403,7 +143457,7 @@
143403
143457
  "context": {
143404
143458
  "type": "variable",
143405
143459
  "name": "kendo-timeline-track-arrow-height",
143406
- "value": "38px",
143460
+ "value": "calc( #{k-spacing(19)} / 2 )",
143407
143461
  "scope": "default",
143408
143462
  "line": {
143409
143463
  "start": 35,
@@ -143418,8 +143472,8 @@
143418
143472
  "path": "bootstrap/scss/timeline/_variables.scss",
143419
143473
  "name": "_variables.scss"
143420
143474
  },
143421
- "resolvedValue": "38px",
143422
- "resolvedType": "Number"
143475
+ "resolvedValue": "calc(var(--kendo-spacing-19, 4.75rem) / 2)",
143476
+ "resolvedType": "Calculation"
143423
143477
  },
143424
143478
  {
143425
143479
  "description": "The background color of the disabled Timeline track arrow.\n",
@@ -143511,7 +143565,7 @@
143511
143565
  "context": {
143512
143566
  "type": "variable",
143513
143567
  "name": "kendo-timeline-track-size",
143514
- "value": "6px",
143568
+ "value": "k-spacing(1.5)",
143515
143569
  "scope": "default",
143516
143570
  "line": {
143517
143571
  "start": 49,
@@ -143526,8 +143580,8 @@
143526
143580
  "path": "bootstrap/scss/timeline/_variables.scss",
143527
143581
  "name": "_variables.scss"
143528
143582
  },
143529
- "resolvedValue": "6px",
143530
- "resolvedType": "Number"
143583
+ "resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
143584
+ "resolvedType": "String"
143531
143585
  },
143532
143586
  {
143533
143587
  "description": "The bottom padding of the Timeline's track wrapper.\n",
@@ -143538,7 +143592,7 @@
143538
143592
  "context": {
143539
143593
  "type": "variable",
143540
143594
  "name": "kendo-timeline-track-wrap-padding-bottom",
143541
- "value": "k-math-div( $kendo-timeline-track-size, 2 )",
143595
+ "value": "calc( #{$kendo-timeline-track-size} / 2)",
143542
143596
  "scope": "default",
143543
143597
  "line": {
143544
143598
  "start": 52,
@@ -143553,8 +143607,8 @@
143553
143607
  "path": "bootstrap/scss/timeline/_variables.scss",
143554
143608
  "name": "_variables.scss"
143555
143609
  },
143556
- "resolvedValue": "3px",
143557
- "resolvedType": "Number"
143610
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
143611
+ "resolvedType": "Calculation"
143558
143612
  },
143559
143613
  {
143560
143614
  "description": "The border width of the Timeline track.\n",
@@ -143619,7 +143673,7 @@
143619
143673
  "context": {
143620
143674
  "type": "variable",
143621
143675
  "name": "kendo-timeline-track-bottom-calc",
143622
- "value": "calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})",
143676
+ "value": "calc( calc(#{ $kendo-timeline-track-arrow-height } / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
143623
143677
  "scope": "default",
143624
143678
  "line": {
143625
143679
  "start": 61,
@@ -143634,7 +143688,7 @@
143634
143688
  "path": "bootstrap/scss/timeline/_variables.scss",
143635
143689
  "name": "_variables.scss"
143636
143690
  },
143637
- "resolvedValue": "calc(19px + 3px)",
143691
+ "resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
143638
143692
  "resolvedType": "Calculation"
143639
143693
  },
143640
143694
  {
@@ -143661,7 +143715,7 @@
143661
143715
  "path": "bootstrap/scss/timeline/_variables.scss",
143662
143716
  "name": "_variables.scss"
143663
143717
  },
143664
- "resolvedValue": "calc(38px - 2 * 1px)",
143718
+ "resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)",
143665
143719
  "resolvedType": "Calculation"
143666
143720
  },
143667
143721
  {
@@ -143688,7 +143742,7 @@
143688
143742
  "path": "bootstrap/scss/timeline/_variables.scss",
143689
143743
  "name": "_variables.scss"
143690
143744
  },
143691
- "resolvedValue": "calc(38px - 2 * 1px)",
143745
+ "resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)",
143692
143746
  "resolvedType": "Calculation"
143693
143747
  },
143694
143748
  {
@@ -144147,7 +144201,7 @@
144147
144201
  "path": "bootstrap/scss/timeline/_variables.scss",
144148
144202
  "name": "_variables.scss"
144149
144203
  },
144150
- "resolvedValue": "calc(6px + 2 * 1px + 4px + 10px)",
144204
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
144151
144205
  "resolvedType": "Calculation"
144152
144206
  },
144153
144207
  {
@@ -144228,7 +144282,7 @@
144228
144282
  "path": "bootstrap/scss/timeline/_variables.scss",
144229
144283
  "name": "_variables.scss"
144230
144284
  },
144231
- "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)",
144285
+ "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
144232
144286
  "resolvedType": "Calculation"
144233
144287
  },
144234
144288
  {
@@ -144255,7 +144309,7 @@
144255
144309
  "path": "bootstrap/scss/timeline/_variables.scss",
144256
144310
  "name": "_variables.scss"
144257
144311
  },
144258
- "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)",
144312
+ "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
144259
144313
  "resolvedType": "Calculation"
144260
144314
  },
144261
144315
  {
@@ -144282,7 +144336,7 @@
144282
144336
  "path": "bootstrap/scss/timeline/_variables.scss",
144283
144337
  "name": "_variables.scss"
144284
144338
  },
144285
- "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)",
144339
+ "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
144286
144340
  "resolvedType": "Calculation"
144287
144341
  },
144288
144342
  {
@@ -144309,7 +144363,7 @@
144309
144363
  "path": "bootstrap/scss/timeline/_variables.scss",
144310
144364
  "name": "_variables.scss"
144311
144365
  },
144312
- "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)",
144366
+ "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
144313
144367
  "resolvedType": "Calculation"
144314
144368
  },
144315
144369
  {