@progress/kendo-theme-material 9.1.0-dev.3 → 9.1.0-dev.5

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 (53) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +480 -94
  3. package/dist/material-aqua-dark.css +1 -1
  4. package/dist/material-arctic.css +1 -1
  5. package/dist/material-burnt-teal.css +1 -1
  6. package/dist/material-dataviz-v4.css +1 -1
  7. package/dist/material-eggplant.css +1 -1
  8. package/dist/material-lime-dark.css +1 -1
  9. package/dist/material-lime.css +1 -1
  10. package/dist/material-main-dark.css +1 -1
  11. package/dist/material-main.css +1 -1
  12. package/dist/material-nova.css +1 -1
  13. package/dist/material-pacific-dark.css +1 -1
  14. package/dist/material-pacific.css +1 -1
  15. package/dist/material-sky-dark.css +1 -1
  16. package/dist/material-sky.css +1 -1
  17. package/dist/material-smoke.css +1 -1
  18. package/dist/meta/sassdoc-data.json +1642 -664
  19. package/dist/meta/sassdoc-raw-data.json +751 -301
  20. package/dist/meta/variables.json +126 -34
  21. package/lib/swatches/material-aqua-dark.json +1 -1
  22. package/lib/swatches/material-arctic.json +1 -1
  23. package/lib/swatches/material-burnt-teal.json +1 -1
  24. package/lib/swatches/material-dataviz-v4.json +1 -1
  25. package/lib/swatches/material-eggplant.json +1 -1
  26. package/lib/swatches/material-lime-dark.json +1 -1
  27. package/lib/swatches/material-lime.json +1 -1
  28. package/lib/swatches/material-main-dark.json +1 -1
  29. package/lib/swatches/material-main.json +1 -1
  30. package/lib/swatches/material-nova.json +1 -1
  31. package/lib/swatches/material-pacific-dark.json +1 -1
  32. package/lib/swatches/material-pacific.json +1 -1
  33. package/lib/swatches/material-sky-dark.json +1 -1
  34. package/lib/swatches/material-sky.json +1 -1
  35. package/lib/swatches/material-smoke.json +1 -1
  36. package/package.json +5 -5
  37. package/scss/dataviz/_index.scss +3 -1
  38. package/scss/dataviz/_variables.scss +9 -0
  39. package/scss/index.scss +2 -0
  40. package/scss/list/_index.scss +3 -1
  41. package/scss/list/_variables.scss +0 -4
  42. package/scss/no-data/_index.scss +32 -0
  43. package/scss/no-data/_layout.scss +5 -0
  44. package/scss/no-data/_theme.scss +5 -0
  45. package/scss/no-data/_variables.scss +7 -0
  46. package/scss/orgchart/_variables.scss +1 -1
  47. package/scss/pdf-viewer/_variables.scss +23 -0
  48. package/scss/splitter/_variables.scss +1 -1
  49. package/scss/stepper/_variables.scss +3 -0
  50. package/scss/timeline/_variables.scss +5 -5
  51. package/scss/toolbar/_layout.scss +4 -0
  52. package/scss/toolbar/_variables.scss +34 -6
  53. package/scss/tooltip/_variables.scss +1 -1
@@ -29606,14 +29606,14 @@
29606
29606
  }
29607
29607
  },
29608
29608
  {
29609
- "description": "The color of the 'No Data' text.\n",
29609
+ "description": "The color of the 'Option Label' text.\n",
29610
29610
  "commentRange": {
29611
29611
  "start": 245,
29612
29612
  "end": 246
29613
29613
  },
29614
29614
  "context": {
29615
29615
  "type": "variable",
29616
- "name": "kendo-list-no-data-text",
29616
+ "name": "kendo-list-option-label-text",
29617
29617
  "value": "$kendo-subtle-text",
29618
29618
  "scope": "default",
29619
29619
  "line": {
@@ -29630,31 +29630,6 @@
29630
29630
  "name": "_variables.scss"
29631
29631
  }
29632
29632
  },
29633
- {
29634
- "description": "The color of the 'Option Label' text.\n",
29635
- "commentRange": {
29636
- "start": 249,
29637
- "end": 250
29638
- },
29639
- "context": {
29640
- "type": "variable",
29641
- "name": "kendo-list-option-label-text",
29642
- "value": "$kendo-subtle-text",
29643
- "scope": "default",
29644
- "line": {
29645
- "start": 251,
29646
- "end": 251
29647
- }
29648
- },
29649
- "group": [
29650
- "list"
29651
- ],
29652
- "access": "public",
29653
- "file": {
29654
- "path": "list/_variables.scss",
29655
- "name": "_variables.scss"
29656
- }
29657
- },
29658
29633
  {
29659
29634
  "description": "The spacing between the ListBox elements.\n",
29660
29635
  "commentRange": {
@@ -33980,6 +33955,56 @@
33980
33955
  "name": "_variables.scss"
33981
33956
  }
33982
33957
  },
33958
+ {
33959
+ "description": "The minimum height of the 'No Data' text container.\n",
33960
+ "commentRange": {
33961
+ "start": 1,
33962
+ "end": 2
33963
+ },
33964
+ "context": {
33965
+ "type": "variable",
33966
+ "name": "kendo-no-data-min-height",
33967
+ "value": "140px",
33968
+ "scope": "default",
33969
+ "line": {
33970
+ "start": 3,
33971
+ "end": 3
33972
+ }
33973
+ },
33974
+ "group": [
33975
+ "no-data"
33976
+ ],
33977
+ "access": "public",
33978
+ "file": {
33979
+ "path": "no-data/_variables.scss",
33980
+ "name": "_variables.scss"
33981
+ }
33982
+ },
33983
+ {
33984
+ "description": "The color of the 'No Data' text.\n",
33985
+ "commentRange": {
33986
+ "start": 5,
33987
+ "end": 6
33988
+ },
33989
+ "context": {
33990
+ "type": "variable",
33991
+ "name": "kendo-no-data-text",
33992
+ "value": "$kendo-subtle-text",
33993
+ "scope": "default",
33994
+ "line": {
33995
+ "start": 7,
33996
+ "end": 7
33997
+ }
33998
+ },
33999
+ "group": [
34000
+ "no-data"
34001
+ ],
34002
+ "access": "public",
34003
+ "file": {
34004
+ "path": "no-data/_variables.scss",
34005
+ "name": "_variables.scss"
34006
+ }
34007
+ },
33983
34008
  {
33984
34009
  "description": "The row-gap between the elements in the Notification group.\n",
33985
34010
  "commentRange": {
@@ -35439,7 +35464,7 @@
35439
35464
  "context": {
35440
35465
  "type": "variable",
35441
35466
  "name": "kendo-orgchart-line-v-height",
35442
- "value": "25px",
35467
+ "value": "k-spacing(6)",
35443
35468
  "scope": "default",
35444
35469
  "line": {
35445
35470
  "start": 146,
@@ -40080,6 +40105,181 @@
40080
40105
  "name": "_variables.scss"
40081
40106
  }
40082
40107
  },
40108
+ {
40109
+ "description": "The vertical padding of the PDFViewer popup.\n",
40110
+ "commentRange": {
40111
+ "start": 112,
40112
+ "end": 113
40113
+ },
40114
+ "context": {
40115
+ "type": "variable",
40116
+ "name": "kendo-pdf-viewer-popup-padding-x",
40117
+ "value": "k-spacing(2)",
40118
+ "scope": "default",
40119
+ "line": {
40120
+ "start": 114,
40121
+ "end": 114
40122
+ }
40123
+ },
40124
+ "group": [
40125
+ "pdf-viewer"
40126
+ ],
40127
+ "access": "public",
40128
+ "file": {
40129
+ "path": "pdf-viewer/_variables.scss",
40130
+ "name": "_variables.scss"
40131
+ }
40132
+ },
40133
+ {
40134
+ "description": "The horizontal padding of the PDFViewer popup.\n",
40135
+ "commentRange": {
40136
+ "start": 115,
40137
+ "end": 116
40138
+ },
40139
+ "context": {
40140
+ "type": "variable",
40141
+ "name": "kendo-pdf-viewer-popup-padding-y",
40142
+ "value": "$kendo-pdf-viewer-popup-padding-x",
40143
+ "scope": "default",
40144
+ "line": {
40145
+ "start": 117,
40146
+ "end": 117
40147
+ }
40148
+ },
40149
+ "group": [
40150
+ "pdf-viewer"
40151
+ ],
40152
+ "access": "public",
40153
+ "file": {
40154
+ "path": "pdf-viewer/_variables.scss",
40155
+ "name": "_variables.scss"
40156
+ }
40157
+ },
40158
+ {
40159
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
40160
+ "commentRange": {
40161
+ "start": 119,
40162
+ "end": 120
40163
+ },
40164
+ "context": {
40165
+ "type": "variable",
40166
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
40167
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
40168
+ "scope": "default",
40169
+ "line": {
40170
+ "start": 121,
40171
+ "end": 121
40172
+ }
40173
+ },
40174
+ "group": [
40175
+ "pdf-viewer"
40176
+ ],
40177
+ "access": "public",
40178
+ "file": {
40179
+ "path": "pdf-viewer/_variables.scss",
40180
+ "name": "_variables.scss"
40181
+ }
40182
+ },
40183
+ {
40184
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
40185
+ "commentRange": {
40186
+ "start": 122,
40187
+ "end": 123
40188
+ },
40189
+ "context": {
40190
+ "type": "variable",
40191
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
40192
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
40193
+ "scope": "default",
40194
+ "line": {
40195
+ "start": 124,
40196
+ "end": 124
40197
+ }
40198
+ },
40199
+ "group": [
40200
+ "pdf-viewer"
40201
+ ],
40202
+ "access": "public",
40203
+ "file": {
40204
+ "path": "pdf-viewer/_variables.scss",
40205
+ "name": "_variables.scss"
40206
+ }
40207
+ },
40208
+ {
40209
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
40210
+ "commentRange": {
40211
+ "start": 125,
40212
+ "end": 126
40213
+ },
40214
+ "context": {
40215
+ "type": "variable",
40216
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
40217
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
40218
+ "scope": "default",
40219
+ "line": {
40220
+ "start": 127,
40221
+ "end": 127
40222
+ }
40223
+ },
40224
+ "group": [
40225
+ "pdf-viewer"
40226
+ ],
40227
+ "access": "public",
40228
+ "file": {
40229
+ "path": "pdf-viewer/_variables.scss",
40230
+ "name": "_variables.scss"
40231
+ }
40232
+ },
40233
+ {
40234
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
40235
+ "commentRange": {
40236
+ "start": 128,
40237
+ "end": 129
40238
+ },
40239
+ "context": {
40240
+ "type": "variable",
40241
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
40242
+ "value": "rgba(124, 22, 27, 0.5)",
40243
+ "scope": "default",
40244
+ "line": {
40245
+ "start": 130,
40246
+ "end": 130
40247
+ }
40248
+ },
40249
+ "group": [
40250
+ "pdf-viewer"
40251
+ ],
40252
+ "access": "public",
40253
+ "file": {
40254
+ "path": "pdf-viewer/_variables.scss",
40255
+ "name": "_variables.scss"
40256
+ }
40257
+ },
40258
+ {
40259
+ "description": "The text color of the PDFViewer free text annotation.\n",
40260
+ "commentRange": {
40261
+ "start": 131,
40262
+ "end": 132
40263
+ },
40264
+ "context": {
40265
+ "type": "variable",
40266
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
40267
+ "value": "rgba(124, 22, 27, 0.7)",
40268
+ "scope": "default",
40269
+ "line": {
40270
+ "start": 133,
40271
+ "end": 133
40272
+ }
40273
+ },
40274
+ "group": [
40275
+ "pdf-viewer"
40276
+ ],
40277
+ "access": "public",
40278
+ "file": {
40279
+ "path": "pdf-viewer/_variables.scss",
40280
+ "name": "_variables.scss"
40281
+ }
40282
+ },
40083
40283
  {
40084
40284
  "description": "The background color of the Picker components.\n",
40085
40285
  "commentRange": {
@@ -51026,7 +51226,7 @@
51026
51226
  "context": {
51027
51227
  "type": "variable",
51028
51228
  "name": "kendo-splitter-drag-icon-margin",
51029
- "value": "calc( #{k-spacing(3.5)} / 2 )",
51229
+ "value": "k-spacing(2)",
51030
51230
  "scope": "default",
51031
51231
  "line": {
51032
51232
  "start": 37,
@@ -53393,15 +53593,15 @@
53393
53593
  }
53394
53594
  },
53395
53595
  {
53396
- "description": "The width of the border around the Stepper.\n",
53596
+ "description": "The border radius of the Stepper label.\n",
53397
53597
  "commentRange": {
53398
53598
  "start": 24,
53399
53599
  "end": 25
53400
53600
  },
53401
53601
  "context": {
53402
53602
  "type": "variable",
53403
- "name": "kendo-stepper-border-width",
53404
- "value": "0px",
53603
+ "name": "kendo-stepper-label-border-radius",
53604
+ "value": "k-border-radius(xxl)",
53405
53605
  "scope": "default",
53406
53606
  "line": {
53407
53607
  "start": 26,
@@ -53418,19 +53618,19 @@
53418
53618
  }
53419
53619
  },
53420
53620
  {
53421
- "description": "The horizontal padding of the Stepper content.\n",
53621
+ "description": "The width of the border around the Stepper.\n",
53422
53622
  "commentRange": {
53423
- "start": 28,
53424
- "end": 29
53623
+ "start": 27,
53624
+ "end": 28
53425
53625
  },
53426
53626
  "context": {
53427
53627
  "type": "variable",
53428
- "name": "kendo-stepper-inline-content-padding-x",
53429
- "value": "k-spacing(5)",
53628
+ "name": "kendo-stepper-border-width",
53629
+ "value": "0px",
53430
53630
  "scope": "default",
53431
53631
  "line": {
53432
- "start": 30,
53433
- "end": 30
53632
+ "start": 29,
53633
+ "end": 29
53434
53634
  }
53435
53635
  },
53436
53636
  "group": [
@@ -53443,15 +53643,15 @@
53443
53643
  }
53444
53644
  },
53445
53645
  {
53446
- "description": "The vertical padding of the Stepper content.\n",
53646
+ "description": "The horizontal padding of the Stepper content.\n",
53447
53647
  "commentRange": {
53448
53648
  "start": 31,
53449
53649
  "end": 32
53450
53650
  },
53451
53651
  "context": {
53452
53652
  "type": "variable",
53453
- "name": "kendo-stepper-inline-content-padding-y",
53454
- "value": "k-spacing(2.5)",
53653
+ "name": "kendo-stepper-inline-content-padding-x",
53654
+ "value": "k-spacing(5)",
53455
53655
  "scope": "default",
53456
53656
  "line": {
53457
53657
  "start": 33,
@@ -53468,19 +53668,19 @@
53468
53668
  }
53469
53669
  },
53470
53670
  {
53471
- "description": "",
53671
+ "description": "The vertical padding of the Stepper content.\n",
53472
53672
  "commentRange": {
53473
- "start": 36,
53474
- "end": 36
53673
+ "start": 34,
53674
+ "end": 35
53475
53675
  },
53476
53676
  "context": {
53477
53677
  "type": "variable",
53478
- "name": "kendo-stepper-font-size",
53479
- "value": "var( --kendo-font-size, inherit )",
53678
+ "name": "kendo-stepper-inline-content-padding-y",
53679
+ "value": "k-spacing(2.5)",
53480
53680
  "scope": "default",
53481
53681
  "line": {
53482
- "start": 37,
53483
- "end": 37
53682
+ "start": 36,
53683
+ "end": 36
53484
53684
  }
53485
53685
  },
53486
53686
  "group": [
@@ -53500,8 +53700,8 @@
53500
53700
  },
53501
53701
  "context": {
53502
53702
  "type": "variable",
53503
- "name": "kendo-stepper-line-height",
53504
- "value": "k-math-div( 20, 14 )",
53703
+ "name": "kendo-stepper-font-size",
53704
+ "value": "var( --kendo-font-size, inherit )",
53505
53705
  "scope": "default",
53506
53706
  "line": {
53507
53707
  "start": 40,
@@ -53525,8 +53725,8 @@
53525
53725
  },
53526
53726
  "context": {
53527
53727
  "type": "variable",
53528
- "name": "kendo-stepper-font-family",
53529
- "value": "var( --kendo-font-family, inherit )",
53728
+ "name": "kendo-stepper-line-height",
53729
+ "value": "k-math-div( 20, 14 )",
53530
53730
  "scope": "default",
53531
53731
  "line": {
53532
53732
  "start": 43,
@@ -53543,19 +53743,19 @@
53543
53743
  }
53544
53744
  },
53545
53745
  {
53546
- "description": "The background color of the Stepper.\n",
53746
+ "description": "",
53547
53747
  "commentRange": {
53548
53748
  "start": 45,
53549
- "end": 46
53749
+ "end": 45
53550
53750
  },
53551
53751
  "context": {
53552
53752
  "type": "variable",
53553
- "name": "kendo-stepper-bg",
53554
- "value": "null",
53753
+ "name": "kendo-stepper-font-family",
53754
+ "value": "var( --kendo-font-family, inherit )",
53555
53755
  "scope": "default",
53556
53756
  "line": {
53557
- "start": 47,
53558
- "end": 47
53757
+ "start": 46,
53758
+ "end": 46
53559
53759
  }
53560
53760
  },
53561
53761
  "group": [
@@ -53568,15 +53768,15 @@
53568
53768
  }
53569
53769
  },
53570
53770
  {
53571
- "description": "The text color of the Stepper.\n",
53771
+ "description": "The background color of the Stepper.\n",
53572
53772
  "commentRange": {
53573
53773
  "start": 48,
53574
53774
  "end": 49
53575
53775
  },
53576
53776
  "context": {
53577
53777
  "type": "variable",
53578
- "name": "kendo-stepper-text",
53579
- "value": "$kendo-component-text",
53778
+ "name": "kendo-stepper-bg",
53779
+ "value": "null",
53580
53780
  "scope": "default",
53581
53781
  "line": {
53582
53782
  "start": 50,
@@ -53593,15 +53793,15 @@
53593
53793
  }
53594
53794
  },
53595
53795
  {
53596
- "description": "The border color of the Stepper.\n",
53796
+ "description": "The text color of the Stepper.\n",
53597
53797
  "commentRange": {
53598
53798
  "start": 51,
53599
53799
  "end": 52
53600
53800
  },
53601
53801
  "context": {
53602
53802
  "type": "variable",
53603
- "name": "kendo-stepper-border",
53604
- "value": "null",
53803
+ "name": "kendo-stepper-text",
53804
+ "value": "$kendo-component-text",
53605
53805
  "scope": "default",
53606
53806
  "line": {
53607
53807
  "start": 53,
@@ -53618,19 +53818,19 @@
53618
53818
  }
53619
53819
  },
53620
53820
  {
53621
- "description": "The width of the Stepper indicator.\n",
53821
+ "description": "The border color of the Stepper.\n",
53622
53822
  "commentRange": {
53623
- "start": 55,
53624
- "end": 56
53823
+ "start": 54,
53824
+ "end": 55
53625
53825
  },
53626
53826
  "context": {
53627
53827
  "type": "variable",
53628
- "name": "kendo-stepper-indicator-width",
53629
- "value": "28px",
53828
+ "name": "kendo-stepper-border",
53829
+ "value": "null",
53630
53830
  "scope": "default",
53631
53831
  "line": {
53632
- "start": 57,
53633
- "end": 57
53832
+ "start": 56,
53833
+ "end": 56
53634
53834
  }
53635
53835
  },
53636
53836
  "group": [
@@ -53643,15 +53843,15 @@
53643
53843
  }
53644
53844
  },
53645
53845
  {
53646
- "description": "The height of the Stepper indicator.\n",
53846
+ "description": "The width of the Stepper indicator.\n",
53647
53847
  "commentRange": {
53648
53848
  "start": 58,
53649
53849
  "end": 59
53650
53850
  },
53651
53851
  "context": {
53652
53852
  "type": "variable",
53653
- "name": "kendo-stepper-indicator-height",
53654
- "value": "$kendo-stepper-indicator-width",
53853
+ "name": "kendo-stepper-indicator-width",
53854
+ "value": "28px",
53655
53855
  "scope": "default",
53656
53856
  "line": {
53657
53857
  "start": 60,
@@ -53668,15 +53868,15 @@
53668
53868
  }
53669
53869
  },
53670
53870
  {
53671
- "description": "The border radius of the Stepper indicator.\n",
53871
+ "description": "The height of the Stepper indicator.\n",
53672
53872
  "commentRange": {
53673
53873
  "start": 61,
53674
53874
  "end": 62
53675
53875
  },
53676
53876
  "context": {
53677
53877
  "type": "variable",
53678
- "name": "kendo-stepper-indicator-border-radius",
53679
- "value": "50%",
53878
+ "name": "kendo-stepper-indicator-height",
53879
+ "value": "$kendo-stepper-indicator-width",
53680
53880
  "scope": "default",
53681
53881
  "line": {
53682
53882
  "start": 63,
@@ -53693,15 +53893,15 @@
53693
53893
  }
53694
53894
  },
53695
53895
  {
53696
- "description": "The border width of the Stepper indicator.\n",
53896
+ "description": "The border radius of the Stepper indicator.\n",
53697
53897
  "commentRange": {
53698
53898
  "start": 64,
53699
53899
  "end": 65
53700
53900
  },
53701
53901
  "context": {
53702
53902
  "type": "variable",
53703
- "name": "kendo-stepper-indicator-border-width",
53704
- "value": "1px",
53903
+ "name": "kendo-stepper-indicator-border-radius",
53904
+ "value": "50%",
53705
53905
  "scope": "default",
53706
53906
  "line": {
53707
53907
  "start": 66,
@@ -53718,19 +53918,19 @@
53718
53918
  }
53719
53919
  },
53720
53920
  {
53721
- "description": "The border width of the focused Stepper indicator.\n",
53921
+ "description": "The border width of the Stepper indicator.\n",
53722
53922
  "commentRange": {
53723
- "start": 68,
53724
- "end": 69
53923
+ "start": 67,
53924
+ "end": 68
53725
53925
  },
53726
53926
  "context": {
53727
53927
  "type": "variable",
53728
- "name": "kendo-stepper-indicator-focus-border-width",
53928
+ "name": "kendo-stepper-indicator-border-width",
53729
53929
  "value": "1px",
53730
53930
  "scope": "default",
53731
53931
  "line": {
53732
- "start": 70,
53733
- "end": 70
53932
+ "start": 69,
53933
+ "end": 69
53734
53934
  }
53735
53935
  },
53736
53936
  "group": [
@@ -53743,15 +53943,15 @@
53743
53943
  }
53744
53944
  },
53745
53945
  {
53746
- "description": "The size of the focused Stepper indicator.\n",
53946
+ "description": "The border width of the focused Stepper indicator.\n",
53747
53947
  "commentRange": {
53748
53948
  "start": 71,
53749
53949
  "end": 72
53750
53950
  },
53751
53951
  "context": {
53752
53952
  "type": "variable",
53753
- "name": "kendo-stepper-indicator-focus-size",
53754
- "value": "2px",
53953
+ "name": "kendo-stepper-indicator-focus-border-width",
53954
+ "value": "1px",
53755
53955
  "scope": "default",
53756
53956
  "line": {
53757
53957
  "start": 73,
@@ -53768,15 +53968,15 @@
53768
53968
  }
53769
53969
  },
53770
53970
  {
53771
- "description": "The offset of the Stepper's focused indicator.\n",
53971
+ "description": "The size of the focused Stepper indicator.\n",
53772
53972
  "commentRange": {
53773
53973
  "start": 74,
53774
53974
  "end": 75
53775
53975
  },
53776
53976
  "context": {
53777
53977
  "type": "variable",
53778
- "name": "kendo-stepper-indicator-focus-offset",
53779
- "value": "3px",
53978
+ "name": "kendo-stepper-indicator-focus-size",
53979
+ "value": "2px",
53780
53980
  "scope": "default",
53781
53981
  "line": {
53782
53982
  "start": 76,
@@ -53793,15 +53993,15 @@
53793
53993
  }
53794
53994
  },
53795
53995
  {
53796
- "description": "The calculated offset of the Stepper's focused indicator.\n",
53996
+ "description": "The offset of the Stepper's focused indicator.\n",
53797
53997
  "commentRange": {
53798
53998
  "start": 77,
53799
53999
  "end": 78
53800
54000
  },
53801
54001
  "context": {
53802
54002
  "type": "variable",
53803
- "name": "kendo-stepper-indicator-focus-calc-offset",
53804
- "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
54003
+ "name": "kendo-stepper-indicator-focus-offset",
54004
+ "value": "3px",
53805
54005
  "scope": "default",
53806
54006
  "line": {
53807
54007
  "start": 79,
@@ -53817,11 +54017,36 @@
53817
54017
  "name": "_variables.scss"
53818
54018
  }
53819
54019
  },
54020
+ {
54021
+ "description": "The calculated offset of the Stepper's focused indicator.\n",
54022
+ "commentRange": {
54023
+ "start": 80,
54024
+ "end": 81
54025
+ },
54026
+ "context": {
54027
+ "type": "variable",
54028
+ "name": "kendo-stepper-indicator-focus-calc-offset",
54029
+ "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
54030
+ "scope": "default",
54031
+ "line": {
54032
+ "start": 82,
54033
+ "end": 82
54034
+ }
54035
+ },
54036
+ "group": [
54037
+ "stepper"
54038
+ ],
54039
+ "access": "public",
54040
+ "file": {
54041
+ "path": "stepper/_variables.scss",
54042
+ "name": "_variables.scss"
54043
+ }
54044
+ },
53820
54045
  {
53821
54046
  "description": "The background color of the Stepper indicator.\n",
53822
54047
  "commentRange": {
53823
- "start": 81,
53824
- "end": 82
54048
+ "start": 84,
54049
+ "end": 85
53825
54050
  },
53826
54051
  "context": {
53827
54052
  "type": "variable",
@@ -53829,8 +54054,8 @@
53829
54054
  "value": "$kendo-component-bg",
53830
54055
  "scope": "default",
53831
54056
  "line": {
53832
- "start": 83,
53833
- "end": 83
54057
+ "start": 86,
54058
+ "end": 86
53834
54059
  }
53835
54060
  },
53836
54061
  "group": [
@@ -53845,8 +54070,8 @@
53845
54070
  {
53846
54071
  "description": "The text color of the Stepper indicator.\n",
53847
54072
  "commentRange": {
53848
- "start": 84,
53849
- "end": 85
54073
+ "start": 87,
54074
+ "end": 88
53850
54075
  },
53851
54076
  "context": {
53852
54077
  "type": "variable",
@@ -53854,8 +54079,8 @@
53854
54079
  "value": "$kendo-component-text",
53855
54080
  "scope": "default",
53856
54081
  "line": {
53857
- "start": 86,
53858
- "end": 86
54082
+ "start": 89,
54083
+ "end": 89
53859
54084
  }
53860
54085
  },
53861
54086
  "group": [
@@ -53870,8 +54095,8 @@
53870
54095
  {
53871
54096
  "description": "The border color of the Stepper indicator.\n",
53872
54097
  "commentRange": {
53873
- "start": 87,
53874
- "end": 88
54098
+ "start": 90,
54099
+ "end": 91
53875
54100
  },
53876
54101
  "context": {
53877
54102
  "type": "variable",
@@ -53879,8 +54104,8 @@
53879
54104
  "value": "$kendo-component-border",
53880
54105
  "scope": "default",
53881
54106
  "line": {
53882
- "start": 89,
53883
- "end": 89
54107
+ "start": 92,
54108
+ "end": 92
53884
54109
  }
53885
54110
  },
53886
54111
  "group": [
@@ -53895,8 +54120,8 @@
53895
54120
  {
53896
54121
  "description": "The background color of the hovered Stepper indicator.\n",
53897
54122
  "commentRange": {
53898
- "start": 91,
53899
- "end": 92
54123
+ "start": 94,
54124
+ "end": 95
53900
54125
  },
53901
54126
  "context": {
53902
54127
  "type": "variable",
@@ -53904,8 +54129,8 @@
53904
54129
  "value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
53905
54130
  "scope": "default",
53906
54131
  "line": {
53907
- "start": 93,
53908
- "end": 93
54132
+ "start": 96,
54133
+ "end": 96
53909
54134
  }
53910
54135
  },
53911
54136
  "group": [
@@ -53920,8 +54145,8 @@
53920
54145
  {
53921
54146
  "description": "The text color of the hovered Stepper indicator.\n",
53922
54147
  "commentRange": {
53923
- "start": 94,
53924
- "end": 95
54148
+ "start": 97,
54149
+ "end": 98
53925
54150
  },
53926
54151
  "context": {
53927
54152
  "type": "variable",
@@ -53929,8 +54154,8 @@
53929
54154
  "value": "null",
53930
54155
  "scope": "default",
53931
54156
  "line": {
53932
- "start": 96,
53933
- "end": 96
54157
+ "start": 99,
54158
+ "end": 99
53934
54159
  }
53935
54160
  },
53936
54161
  "group": [
@@ -53945,8 +54170,8 @@
53945
54170
  {
53946
54171
  "description": "The border color of the hovered Stepper indicator.\n",
53947
54172
  "commentRange": {
53948
- "start": 97,
53949
- "end": 98
54173
+ "start": 100,
54174
+ "end": 101
53950
54175
  },
53951
54176
  "context": {
53952
54177
  "type": "variable",
@@ -53954,8 +54179,8 @@
53954
54179
  "value": "null",
53955
54180
  "scope": "default",
53956
54181
  "line": {
53957
- "start": 99,
53958
- "end": 99
54182
+ "start": 102,
54183
+ "end": 102
53959
54184
  }
53960
54185
  },
53961
54186
  "group": [
@@ -53970,8 +54195,8 @@
53970
54195
  {
53971
54196
  "description": "The background color of the disabled Stepper indicator.\n",
53972
54197
  "commentRange": {
53973
- "start": 101,
53974
- "end": 102
54198
+ "start": 104,
54199
+ "end": 105
53975
54200
  },
53976
54201
  "context": {
53977
54202
  "type": "variable",
@@ -53979,8 +54204,8 @@
53979
54204
  "value": "null",
53980
54205
  "scope": "default",
53981
54206
  "line": {
53982
- "start": 103,
53983
- "end": 103
54207
+ "start": 106,
54208
+ "end": 106
53984
54209
  }
53985
54210
  },
53986
54211
  "group": [
@@ -53995,8 +54220,8 @@
53995
54220
  {
53996
54221
  "description": "The text color of the disabled Stepper indicator.\n",
53997
54222
  "commentRange": {
53998
- "start": 104,
53999
- "end": 105
54223
+ "start": 107,
54224
+ "end": 108
54000
54225
  },
54001
54226
  "context": {
54002
54227
  "type": "variable",
@@ -54004,8 +54229,8 @@
54004
54229
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), if($kendo-is-dark-theme, $light-disabled-text, $dark-disabled-text ))",
54005
54230
  "scope": "default",
54006
54231
  "line": {
54007
- "start": 106,
54008
- "end": 106
54232
+ "start": 109,
54233
+ "end": 109
54009
54234
  }
54010
54235
  },
54011
54236
  "group": [
@@ -54020,8 +54245,8 @@
54020
54245
  {
54021
54246
  "description": "The border color of the disabled Stepper indicator.\n",
54022
54247
  "commentRange": {
54023
- "start": 107,
54024
- "end": 108
54248
+ "start": 110,
54249
+ "end": 111
54025
54250
  },
54026
54251
  "context": {
54027
54252
  "type": "variable",
@@ -54029,8 +54254,8 @@
54029
54254
  "value": "null",
54030
54255
  "scope": "default",
54031
54256
  "line": {
54032
- "start": 109,
54033
- "end": 109
54257
+ "start": 112,
54258
+ "end": 112
54034
54259
  }
54035
54260
  },
54036
54261
  "group": [
@@ -54045,8 +54270,8 @@
54045
54270
  {
54046
54271
  "description": "The background color of the Stepper's done indicator.\n",
54047
54272
  "commentRange": {
54048
- "start": 111,
54049
- "end": 112
54273
+ "start": 114,
54274
+ "end": 115
54050
54275
  },
54051
54276
  "context": {
54052
54277
  "type": "variable",
@@ -54054,8 +54279,8 @@
54054
54279
  "value": "$kendo-color-primary",
54055
54280
  "scope": "default",
54056
54281
  "line": {
54057
- "start": 113,
54058
- "end": 113
54282
+ "start": 116,
54283
+ "end": 116
54059
54284
  }
54060
54285
  },
54061
54286
  "group": [
@@ -54070,8 +54295,8 @@
54070
54295
  {
54071
54296
  "description": "The text color of the Stepper's done indicator.\n",
54072
54297
  "commentRange": {
54073
- "start": 114,
54074
- "end": 115
54298
+ "start": 117,
54299
+ "end": 118
54075
54300
  },
54076
54301
  "context": {
54077
54302
  "type": "variable",
@@ -54079,8 +54304,8 @@
54079
54304
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
54080
54305
  "scope": "default",
54081
54306
  "line": {
54082
- "start": 116,
54083
- "end": 116
54307
+ "start": 119,
54308
+ "end": 119
54084
54309
  }
54085
54310
  },
54086
54311
  "group": [
@@ -54095,8 +54320,8 @@
54095
54320
  {
54096
54321
  "description": "The border color of the Stepper's done indicator.\n",
54097
54322
  "commentRange": {
54098
- "start": 117,
54099
- "end": 118
54323
+ "start": 120,
54324
+ "end": 121
54100
54325
  },
54101
54326
  "context": {
54102
54327
  "type": "variable",
@@ -54104,8 +54329,8 @@
54104
54329
  "value": "$kendo-stepper-indicator-done-bg",
54105
54330
  "scope": "default",
54106
54331
  "line": {
54107
- "start": 119,
54108
- "end": 119
54332
+ "start": 122,
54333
+ "end": 122
54109
54334
  }
54110
54335
  },
54111
54336
  "group": [
@@ -54120,8 +54345,8 @@
54120
54345
  {
54121
54346
  "description": "The background color of the Stepper's hovered done indicator.\n",
54122
54347
  "commentRange": {
54123
- "start": 121,
54124
- "end": 122
54348
+ "start": 124,
54349
+ "end": 125
54125
54350
  },
54126
54351
  "context": {
54127
54352
  "type": "variable",
@@ -54129,8 +54354,8 @@
54129
54354
  "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
54130
54355
  "scope": "default",
54131
54356
  "line": {
54132
- "start": 123,
54133
- "end": 123
54357
+ "start": 126,
54358
+ "end": 126
54134
54359
  }
54135
54360
  },
54136
54361
  "group": [
@@ -54145,8 +54370,8 @@
54145
54370
  {
54146
54371
  "description": "The text color of the Stepper's hovered done indicator.\n",
54147
54372
  "commentRange": {
54148
- "start": 124,
54149
- "end": 125
54373
+ "start": 127,
54374
+ "end": 128
54150
54375
  },
54151
54376
  "context": {
54152
54377
  "type": "variable",
@@ -54154,8 +54379,8 @@
54154
54379
  "value": "null",
54155
54380
  "scope": "default",
54156
54381
  "line": {
54157
- "start": 126,
54158
- "end": 126
54382
+ "start": 129,
54383
+ "end": 129
54159
54384
  }
54160
54385
  },
54161
54386
  "group": [
@@ -54170,8 +54395,8 @@
54170
54395
  {
54171
54396
  "description": "The border color of the Stepper's hovered done indicator.\n",
54172
54397
  "commentRange": {
54173
- "start": 127,
54174
- "end": 128
54398
+ "start": 130,
54399
+ "end": 131
54175
54400
  },
54176
54401
  "context": {
54177
54402
  "type": "variable",
@@ -54179,8 +54404,8 @@
54179
54404
  "value": "null",
54180
54405
  "scope": "default",
54181
54406
  "line": {
54182
- "start": 129,
54183
- "end": 129
54407
+ "start": 132,
54408
+ "end": 132
54184
54409
  }
54185
54410
  },
54186
54411
  "group": [
@@ -54195,8 +54420,8 @@
54195
54420
  {
54196
54421
  "description": "The background color of the Stepper's disabled done indicator.\n",
54197
54422
  "commentRange": {
54198
- "start": 131,
54199
- "end": 132
54423
+ "start": 134,
54424
+ "end": 135
54200
54425
  },
54201
54426
  "context": {
54202
54427
  "type": "variable",
@@ -54204,8 +54429,8 @@
54204
54429
  "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%))",
54205
54430
  "scope": "default",
54206
54431
  "line": {
54207
- "start": 133,
54208
- "end": 133
54432
+ "start": 136,
54433
+ "end": 136
54209
54434
  }
54210
54435
  },
54211
54436
  "group": [
@@ -54220,8 +54445,8 @@
54220
54445
  {
54221
54446
  "description": "The text color of the Stepper's disabled done indicator.\n",
54222
54447
  "commentRange": {
54223
- "start": 134,
54224
- "end": 135
54448
+ "start": 137,
54449
+ "end": 138
54225
54450
  },
54226
54451
  "context": {
54227
54452
  "type": "variable",
@@ -54229,8 +54454,8 @@
54229
54454
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
54230
54455
  "scope": "default",
54231
54456
  "line": {
54232
- "start": 136,
54233
- "end": 136
54457
+ "start": 139,
54458
+ "end": 139
54234
54459
  }
54235
54460
  },
54236
54461
  "group": [
@@ -54245,8 +54470,8 @@
54245
54470
  {
54246
54471
  "description": "The border color of the Stepper's disabled done indicator.\n",
54247
54472
  "commentRange": {
54248
- "start": 137,
54249
- "end": 138
54473
+ "start": 140,
54474
+ "end": 141
54250
54475
  },
54251
54476
  "context": {
54252
54477
  "type": "variable",
@@ -54254,8 +54479,8 @@
54254
54479
  "value": "$kendo-stepper-indicator-done-disabled-bg",
54255
54480
  "scope": "default",
54256
54481
  "line": {
54257
- "start": 139,
54258
- "end": 139
54482
+ "start": 142,
54483
+ "end": 142
54259
54484
  }
54260
54485
  },
54261
54486
  "group": [
@@ -54270,8 +54495,8 @@
54270
54495
  {
54271
54496
  "description": "The background color of the Stepper current indicator.\n",
54272
54497
  "commentRange": {
54273
- "start": 141,
54274
- "end": 142
54498
+ "start": 144,
54499
+ "end": 145
54275
54500
  },
54276
54501
  "context": {
54277
54502
  "type": "variable",
@@ -54279,8 +54504,8 @@
54279
54504
  "value": "$kendo-stepper-indicator-done-bg",
54280
54505
  "scope": "default",
54281
54506
  "line": {
54282
- "start": 143,
54283
- "end": 143
54507
+ "start": 146,
54508
+ "end": 146
54284
54509
  }
54285
54510
  },
54286
54511
  "group": [
@@ -54295,8 +54520,8 @@
54295
54520
  {
54296
54521
  "description": "The text color of the Stepper current indicator.\n",
54297
54522
  "commentRange": {
54298
- "start": 144,
54299
- "end": 145
54523
+ "start": 147,
54524
+ "end": 148
54300
54525
  },
54301
54526
  "context": {
54302
54527
  "type": "variable",
@@ -54304,8 +54529,8 @@
54304
54529
  "value": "$kendo-stepper-indicator-done-text",
54305
54530
  "scope": "default",
54306
54531
  "line": {
54307
- "start": 146,
54308
- "end": 146
54532
+ "start": 149,
54533
+ "end": 149
54309
54534
  }
54310
54535
  },
54311
54536
  "group": [
@@ -54320,8 +54545,8 @@
54320
54545
  {
54321
54546
  "description": "The border color of the Stepper current indicator.\n",
54322
54547
  "commentRange": {
54323
- "start": 147,
54324
- "end": 148
54548
+ "start": 150,
54549
+ "end": 151
54325
54550
  },
54326
54551
  "context": {
54327
54552
  "type": "variable",
@@ -54329,8 +54554,8 @@
54329
54554
  "value": "$kendo-stepper-indicator-done-border",
54330
54555
  "scope": "default",
54331
54556
  "line": {
54332
- "start": 149,
54333
- "end": 149
54557
+ "start": 152,
54558
+ "end": 152
54334
54559
  }
54335
54560
  },
54336
54561
  "group": [
@@ -54345,8 +54570,8 @@
54345
54570
  {
54346
54571
  "description": "The background color of the Stepper's hovered current indicator.\n",
54347
54572
  "commentRange": {
54348
- "start": 151,
54349
- "end": 152
54573
+ "start": 154,
54574
+ "end": 155
54350
54575
  },
54351
54576
  "context": {
54352
54577
  "type": "variable",
@@ -54354,8 +54579,8 @@
54354
54579
  "value": "$kendo-stepper-indicator-done-hover-bg",
54355
54580
  "scope": "default",
54356
54581
  "line": {
54357
- "start": 153,
54358
- "end": 153
54582
+ "start": 156,
54583
+ "end": 156
54359
54584
  }
54360
54585
  },
54361
54586
  "group": [
@@ -54370,8 +54595,8 @@
54370
54595
  {
54371
54596
  "description": "The text color of the Stepper's hovered current indicator.\n",
54372
54597
  "commentRange": {
54373
- "start": 154,
54374
- "end": 155
54598
+ "start": 157,
54599
+ "end": 158
54375
54600
  },
54376
54601
  "context": {
54377
54602
  "type": "variable",
@@ -54379,8 +54604,8 @@
54379
54604
  "value": "$kendo-stepper-indicator-done-hover-text",
54380
54605
  "scope": "default",
54381
54606
  "line": {
54382
- "start": 156,
54383
- "end": 156
54607
+ "start": 159,
54608
+ "end": 159
54384
54609
  }
54385
54610
  },
54386
54611
  "group": [
@@ -54395,8 +54620,8 @@
54395
54620
  {
54396
54621
  "description": "The border color of the Stepper's hovered current indicator.\n",
54397
54622
  "commentRange": {
54398
- "start": 157,
54399
- "end": 158
54623
+ "start": 160,
54624
+ "end": 161
54400
54625
  },
54401
54626
  "context": {
54402
54627
  "type": "variable",
@@ -54404,8 +54629,8 @@
54404
54629
  "value": "$kendo-stepper-indicator-done-hover-border",
54405
54630
  "scope": "default",
54406
54631
  "line": {
54407
- "start": 159,
54408
- "end": 159
54632
+ "start": 162,
54633
+ "end": 162
54409
54634
  }
54410
54635
  },
54411
54636
  "group": [
@@ -54420,8 +54645,8 @@
54420
54645
  {
54421
54646
  "description": "The background color of the Stepper's disabled current indicator.\n",
54422
54647
  "commentRange": {
54423
- "start": 161,
54424
- "end": 162
54648
+ "start": 164,
54649
+ "end": 165
54425
54650
  },
54426
54651
  "context": {
54427
54652
  "type": "variable",
@@ -54429,8 +54654,8 @@
54429
54654
  "value": "$kendo-stepper-indicator-done-disabled-bg",
54430
54655
  "scope": "default",
54431
54656
  "line": {
54432
- "start": 163,
54433
- "end": 163
54657
+ "start": 166,
54658
+ "end": 166
54434
54659
  }
54435
54660
  },
54436
54661
  "group": [
@@ -54445,8 +54670,8 @@
54445
54670
  {
54446
54671
  "description": "The text color of the Stepper's disabled current indicator.\n",
54447
54672
  "commentRange": {
54448
- "start": 164,
54449
- "end": 165
54673
+ "start": 167,
54674
+ "end": 168
54450
54675
  },
54451
54676
  "context": {
54452
54677
  "type": "variable",
@@ -54454,8 +54679,8 @@
54454
54679
  "value": "$kendo-stepper-indicator-done-disabled-text",
54455
54680
  "scope": "default",
54456
54681
  "line": {
54457
- "start": 166,
54458
- "end": 166
54682
+ "start": 169,
54683
+ "end": 169
54459
54684
  }
54460
54685
  },
54461
54686
  "group": [
@@ -54470,8 +54695,8 @@
54470
54695
  {
54471
54696
  "description": "The border color of the Stepper's disabled current indicator.\n",
54472
54697
  "commentRange": {
54473
- "start": 167,
54474
- "end": 168
54698
+ "start": 170,
54699
+ "end": 171
54475
54700
  },
54476
54701
  "context": {
54477
54702
  "type": "variable",
@@ -54479,8 +54704,8 @@
54479
54704
  "value": "$kendo-stepper-indicator-done-disabled-border",
54480
54705
  "scope": "default",
54481
54706
  "line": {
54482
- "start": 169,
54483
- "end": 169
54707
+ "start": 172,
54708
+ "end": 172
54484
54709
  }
54485
54710
  },
54486
54711
  "group": [
@@ -54495,8 +54720,8 @@
54495
54720
  {
54496
54721
  "description": "The text color of the Stepper label.\n",
54497
54722
  "commentRange": {
54498
- "start": 171,
54499
- "end": 172
54723
+ "start": 174,
54724
+ "end": 175
54500
54725
  },
54501
54726
  "context": {
54502
54727
  "type": "variable",
@@ -54504,8 +54729,8 @@
54504
54729
  "value": "null",
54505
54730
  "scope": "default",
54506
54731
  "line": {
54507
- "start": 173,
54508
- "end": 173
54732
+ "start": 176,
54733
+ "end": 176
54509
54734
  }
54510
54735
  },
54511
54736
  "group": [
@@ -54520,8 +54745,8 @@
54520
54745
  {
54521
54746
  "description": "The success text color of the Stepper label.\n",
54522
54747
  "commentRange": {
54523
- "start": 174,
54524
- "end": 175
54748
+ "start": 177,
54749
+ "end": 178
54525
54750
  },
54526
54751
  "context": {
54527
54752
  "type": "variable",
@@ -54529,8 +54754,8 @@
54529
54754
  "value": "$kendo-color-success",
54530
54755
  "scope": "default",
54531
54756
  "line": {
54532
- "start": 176,
54533
- "end": 176
54757
+ "start": 179,
54758
+ "end": 179
54534
54759
  }
54535
54760
  },
54536
54761
  "group": [
@@ -54545,8 +54770,8 @@
54545
54770
  {
54546
54771
  "description": "The error text color of the Stepper label.\n",
54547
54772
  "commentRange": {
54548
- "start": 177,
54549
- "end": 178
54773
+ "start": 180,
54774
+ "end": 181
54550
54775
  },
54551
54776
  "context": {
54552
54777
  "type": "variable",
@@ -54554,8 +54779,8 @@
54554
54779
  "value": "$kendo-color-error",
54555
54780
  "scope": "default",
54556
54781
  "line": {
54557
- "start": 179,
54558
- "end": 179
54782
+ "start": 182,
54783
+ "end": 182
54559
54784
  }
54560
54785
  },
54561
54786
  "group": [
@@ -54570,8 +54795,8 @@
54570
54795
  {
54571
54796
  "description": "The text color of the hovered Stepper label.\n",
54572
54797
  "commentRange": {
54573
- "start": 180,
54574
- "end": 181
54798
+ "start": 183,
54799
+ "end": 184
54575
54800
  },
54576
54801
  "context": {
54577
54802
  "type": "variable",
@@ -54579,8 +54804,8 @@
54579
54804
  "value": "null",
54580
54805
  "scope": "default",
54581
54806
  "line": {
54582
- "start": 182,
54583
- "end": 182
54807
+ "start": 185,
54808
+ "end": 185
54584
54809
  }
54585
54810
  },
54586
54811
  "group": [
@@ -54595,8 +54820,8 @@
54595
54820
  {
54596
54821
  "description": "The text color of the disabled Stepper label.\n",
54597
54822
  "commentRange": {
54598
- "start": 183,
54599
- "end": 184
54823
+ "start": 186,
54824
+ "end": 187
54600
54825
  },
54601
54826
  "context": {
54602
54827
  "type": "variable",
@@ -54604,8 +54829,8 @@
54604
54829
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), k-map-get( $theme, disabled-text ))",
54605
54830
  "scope": "default",
54606
54831
  "line": {
54607
- "start": 185,
54608
- "end": 185
54832
+ "start": 188,
54833
+ "end": 188
54609
54834
  }
54610
54835
  },
54611
54836
  "group": [
@@ -54620,8 +54845,8 @@
54620
54845
  {
54621
54846
  "description": "The text color of the optional Stepper label.\n",
54622
54847
  "commentRange": {
54623
- "start": 187,
54624
- "end": 188
54848
+ "start": 190,
54849
+ "end": 191
54625
54850
  },
54626
54851
  "context": {
54627
54852
  "type": "variable",
@@ -54629,8 +54854,8 @@
54629
54854
  "value": "$kendo-subtle-text",
54630
54855
  "scope": "default",
54631
54856
  "line": {
54632
- "start": 189,
54633
- "end": 189
54857
+ "start": 192,
54858
+ "end": 192
54634
54859
  }
54635
54860
  },
54636
54861
  "group": [
@@ -54645,8 +54870,8 @@
54645
54870
  {
54646
54871
  "description": "The opacity of the optional Stepper label.\n",
54647
54872
  "commentRange": {
54648
- "start": 190,
54649
- "end": 191
54873
+ "start": 193,
54874
+ "end": 194
54650
54875
  },
54651
54876
  "context": {
54652
54877
  "type": "variable",
@@ -54654,8 +54879,8 @@
54654
54879
  "value": "null",
54655
54880
  "scope": "default",
54656
54881
  "line": {
54657
- "start": 192,
54658
- "end": 192
54882
+ "start": 195,
54883
+ "end": 195
54659
54884
  }
54660
54885
  },
54661
54886
  "group": [
@@ -54670,8 +54895,8 @@
54670
54895
  {
54671
54896
  "description": "The font size of the optional Stepper label.\n",
54672
54897
  "commentRange": {
54673
- "start": 193,
54674
- "end": 194
54898
+ "start": 196,
54899
+ "end": 197
54675
54900
  },
54676
54901
  "context": {
54677
54902
  "type": "variable",
@@ -54679,8 +54904,8 @@
54679
54904
  "value": "var( --kendo-font-size-sm, inherit )",
54680
54905
  "scope": "default",
54681
54906
  "line": {
54682
- "start": 195,
54683
- "end": 195
54907
+ "start": 198,
54908
+ "end": 198
54684
54909
  }
54685
54910
  },
54686
54911
  "group": [
@@ -54695,8 +54920,8 @@
54695
54920
  {
54696
54921
  "description": "The font style of the optional Stepper label.\n",
54697
54922
  "commentRange": {
54698
- "start": 196,
54699
- "end": 197
54923
+ "start": 199,
54924
+ "end": 200
54700
54925
  },
54701
54926
  "context": {
54702
54927
  "type": "variable",
@@ -54704,8 +54929,8 @@
54704
54929
  "value": "null",
54705
54930
  "scope": "default",
54706
54931
  "line": {
54707
- "start": 198,
54708
- "end": 198
54932
+ "start": 201,
54933
+ "end": 201
54709
54934
  }
54710
54935
  },
54711
54936
  "group": [
@@ -54720,8 +54945,8 @@
54720
54945
  {
54721
54946
  "description": "The size of the Stepper ProgressBar.\n",
54722
54947
  "commentRange": {
54723
- "start": 200,
54724
- "end": 201
54948
+ "start": 203,
54949
+ "end": 204
54725
54950
  },
54726
54951
  "context": {
54727
54952
  "type": "variable",
@@ -54729,8 +54954,8 @@
54729
54954
  "value": "2px",
54730
54955
  "scope": "default",
54731
54956
  "line": {
54732
- "start": 202,
54733
- "end": 202
54957
+ "start": 205,
54958
+ "end": 205
54734
54959
  }
54735
54960
  },
54736
54961
  "group": [
@@ -54745,8 +54970,8 @@
54745
54970
  {
54746
54971
  "description": "The background color of the Stepper ProgressBar.\n",
54747
54972
  "commentRange": {
54748
- "start": 203,
54749
- "end": 204
54973
+ "start": 206,
54974
+ "end": 207
54750
54975
  },
54751
54976
  "context": {
54752
54977
  "type": "variable",
@@ -54754,8 +54979,8 @@
54754
54979
  "value": "null",
54755
54980
  "scope": "default",
54756
54981
  "line": {
54757
- "start": 205,
54758
- "end": 205
54982
+ "start": 208,
54983
+ "end": 208
54759
54984
  }
54760
54985
  },
54761
54986
  "group": [
@@ -54770,8 +54995,8 @@
54770
54995
  {
54771
54996
  "description": "The text color of the Stepper ProgressBar.\n",
54772
54997
  "commentRange": {
54773
- "start": 206,
54774
- "end": 207
54998
+ "start": 209,
54999
+ "end": 210
54775
55000
  },
54776
55001
  "context": {
54777
55002
  "type": "variable",
@@ -54779,8 +55004,8 @@
54779
55004
  "value": "null",
54780
55005
  "scope": "default",
54781
55006
  "line": {
54782
- "start": 208,
54783
- "end": 208
55007
+ "start": 211,
55008
+ "end": 211
54784
55009
  }
54785
55010
  },
54786
55011
  "group": [
@@ -54795,8 +55020,8 @@
54795
55020
  {
54796
55021
  "description": "The background color of the selected Stepper ProgressBar.\n",
54797
55022
  "commentRange": {
54798
- "start": 209,
54799
- "end": 210
55023
+ "start": 212,
55024
+ "end": 213
54800
55025
  },
54801
55026
  "context": {
54802
55027
  "type": "variable",
@@ -54804,8 +55029,8 @@
54804
55029
  "value": "null",
54805
55030
  "scope": "default",
54806
55031
  "line": {
54807
- "start": 211,
54808
- "end": 211
55032
+ "start": 214,
55033
+ "end": 214
54809
55034
  }
54810
55035
  },
54811
55036
  "group": [
@@ -54820,8 +55045,8 @@
54820
55045
  {
54821
55046
  "description": "The text color of the selected Stepper ProgressBar.\n",
54822
55047
  "commentRange": {
54823
- "start": 212,
54824
- "end": 213
55048
+ "start": 215,
55049
+ "end": 216
54825
55050
  },
54826
55051
  "context": {
54827
55052
  "type": "variable",
@@ -54829,8 +55054,8 @@
54829
55054
  "value": "null",
54830
55055
  "scope": "default",
54831
55056
  "line": {
54832
- "start": 214,
54833
- "end": 214
55057
+ "start": 217,
55058
+ "end": 217
54834
55059
  }
54835
55060
  },
54836
55061
  "group": [
@@ -54845,8 +55070,8 @@
54845
55070
  {
54846
55071
  "description": "The property name of the Stepper transition.\n",
54847
55072
  "commentRange": {
54848
- "start": 216,
54849
- "end": 217
55073
+ "start": 219,
55074
+ "end": 220
54850
55075
  },
54851
55076
  "context": {
54852
55077
  "type": "variable",
@@ -54854,8 +55079,8 @@
54854
55079
  "value": "height",
54855
55080
  "scope": "default",
54856
55081
  "line": {
54857
- "start": 218,
54858
- "end": 218
55082
+ "start": 221,
55083
+ "end": 221
54859
55084
  }
54860
55085
  },
54861
55086
  "group": [
@@ -54870,8 +55095,8 @@
54870
55095
  {
54871
55096
  "description": "The duration of the Stepper transition.\n",
54872
55097
  "commentRange": {
54873
- "start": 219,
54874
- "end": 220
55098
+ "start": 222,
55099
+ "end": 223
54875
55100
  },
54876
55101
  "context": {
54877
55102
  "type": "variable",
@@ -54879,8 +55104,8 @@
54879
55104
  "value": "300ms",
54880
55105
  "scope": "default",
54881
55106
  "line": {
54882
- "start": 221,
54883
- "end": 221
55107
+ "start": 224,
55108
+ "end": 224
54884
55109
  }
54885
55110
  },
54886
55111
  "group": [
@@ -54895,8 +55120,8 @@
54895
55120
  {
54896
55121
  "description": "The timing function of the Stepper transition.\n",
54897
55122
  "commentRange": {
54898
- "start": 222,
54899
- "end": 223
55123
+ "start": 225,
55124
+ "end": 226
54900
55125
  },
54901
55126
  "context": {
54902
55127
  "type": "variable",
@@ -54904,8 +55129,8 @@
54904
55129
  "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
54905
55130
  "scope": "default",
54906
55131
  "line": {
54907
- "start": 224,
54908
- "end": 224
55132
+ "start": 227,
55133
+ "end": 227
54909
55134
  }
54910
55135
  },
54911
55136
  "group": [
@@ -60751,7 +60976,7 @@
60751
60976
  "context": {
60752
60977
  "type": "variable",
60753
60978
  "name": "kendo-timeline-track-arrow-width",
60754
- "value": "36px",
60979
+ "value": "k-spacing(9)",
60755
60980
  "scope": "default",
60756
60981
  "line": {
60757
60982
  "start": 32,
@@ -60776,7 +61001,7 @@
60776
61001
  "context": {
60777
61002
  "type": "variable",
60778
61003
  "name": "kendo-timeline-track-arrow-height",
60779
- "value": "36px",
61004
+ "value": "k-spacing(9)",
60780
61005
  "scope": "default",
60781
61006
  "line": {
60782
61007
  "start": 35,
@@ -60876,7 +61101,7 @@
60876
61101
  "context": {
60877
61102
  "type": "variable",
60878
61103
  "name": "kendo-timeline-track-size",
60879
- "value": "6px",
61104
+ "value": "k-spacing(1.5)",
60880
61105
  "scope": "default",
60881
61106
  "line": {
60882
61107
  "start": 49,
@@ -60901,7 +61126,7 @@
60901
61126
  "context": {
60902
61127
  "type": "variable",
60903
61128
  "name": "kendo-timeline-track-wrap-padding-bottom",
60904
- "value": "k-math-div( $kendo-timeline-track-size, 2 )",
61129
+ "value": "calc( #{$kendo-timeline-track-size} / 2 )",
60905
61130
  "scope": "default",
60906
61131
  "line": {
60907
61132
  "start": 52,
@@ -60976,7 +61201,7 @@
60976
61201
  "context": {
60977
61202
  "type": "variable",
60978
61203
  "name": "kendo-timeline-track-bottom-calc",
60979
- "value": "calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})",
61204
+ "value": "calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
60980
61205
  "scope": "default",
60981
61206
  "line": {
60982
61207
  "start": 61,
@@ -62276,7 +62501,7 @@
62276
62501
  "context": {
62277
62502
  "type": "variable",
62278
62503
  "name": "kendo-toolbar-border",
62279
- "value": "null",
62504
+ "value": "$kendo-component-border",
62280
62505
  "scope": "default",
62281
62506
  "line": {
62282
62507
  "start": 67,
@@ -62343,15 +62568,15 @@
62343
62568
  }
62344
62569
  },
62345
62570
  {
62346
- "description": "The color of the separator border of the Toolbar.\n",
62571
+ "description": "The text color of the outline Toolbar.\n",
62347
62572
  "commentRange": {
62348
62573
  "start": 75,
62349
62574
  "end": 76
62350
62575
  },
62351
62576
  "context": {
62352
62577
  "type": "variable",
62353
- "name": "kendo-toolbar-separator-border",
62354
- "value": "$kendo-component-border",
62578
+ "name": "kendo-toolbar-outline-text",
62579
+ "value": "null",
62355
62580
  "scope": "default",
62356
62581
  "line": {
62357
62582
  "start": 77,
@@ -62368,19 +62593,19 @@
62368
62593
  }
62369
62594
  },
62370
62595
  {
62371
- "description": "The width of the input in the Toolbar.\n",
62596
+ "description": "The color of the border around the outline Toolbar.\n",
62372
62597
  "commentRange": {
62373
- "start": 79,
62374
- "end": 80
62598
+ "start": 78,
62599
+ "end": 79
62375
62600
  },
62376
62601
  "context": {
62377
62602
  "type": "variable",
62378
- "name": "kendo-toolbar-input-width",
62379
- "value": "10em",
62603
+ "name": "kendo-toolbar-outline-border",
62604
+ "value": "currentColor",
62380
62605
  "scope": "default",
62381
62606
  "line": {
62382
- "start": 81,
62383
- "end": 81
62607
+ "start": 80,
62608
+ "end": 80
62384
62609
  }
62385
62610
  },
62386
62611
  "group": [
@@ -62393,19 +62618,19 @@
62393
62618
  }
62394
62619
  },
62395
62620
  {
62396
- "description": "The box shadow of the focused Toolbar item.\n",
62621
+ "description": "The gradient of the outline Toolbar.\n",
62397
62622
  "commentRange": {
62398
- "start": 83,
62399
- "end": 84
62623
+ "start": 81,
62624
+ "end": 82
62400
62625
  },
62401
62626
  "context": {
62402
62627
  "type": "variable",
62403
- "name": "kendo-toolbar-item-shadow",
62404
- "value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
62628
+ "name": "kendo-toolbar-outline-gradient",
62629
+ "value": "null",
62405
62630
  "scope": "default",
62406
62631
  "line": {
62407
- "start": 85,
62408
- "end": 85
62632
+ "start": 83,
62633
+ "end": 83
62409
62634
  }
62410
62635
  },
62411
62636
  "group": [
@@ -62418,14 +62643,39 @@
62418
62643
  }
62419
62644
  },
62420
62645
  {
62421
- "description": "Border width of the flat Toolbar.\n",
62646
+ "description": "The box shadow of the outline Toolbar.\n",
62647
+ "commentRange": {
62648
+ "start": 84,
62649
+ "end": 85
62650
+ },
62651
+ "context": {
62652
+ "type": "variable",
62653
+ "name": "kendo-toolbar-outline-shadow",
62654
+ "value": "none",
62655
+ "scope": "default",
62656
+ "line": {
62657
+ "start": 86,
62658
+ "end": 86
62659
+ }
62660
+ },
62661
+ "group": [
62662
+ "toolbar"
62663
+ ],
62664
+ "access": "public",
62665
+ "file": {
62666
+ "path": "toolbar/_variables.scss",
62667
+ "name": "_variables.scss"
62668
+ }
62669
+ },
62670
+ {
62671
+ "description": "The width of the border around the outline Toolbar.\n",
62422
62672
  "commentRange": {
62423
62673
  "start": 87,
62424
62674
  "end": 88
62425
62675
  },
62426
62676
  "context": {
62427
62677
  "type": "variable",
62428
- "name": "kendo-toolbar-flat-border-width",
62678
+ "name": "kendo-toolbar-outline-border-width",
62429
62679
  "value": "1px",
62430
62680
  "scope": "default",
62431
62681
  "line": {
@@ -62443,18 +62693,143 @@
62443
62693
  }
62444
62694
  },
62445
62695
  {
62446
- "description": "The sizes map for the Toolbar.\n",
62696
+ "description": "The text color of the flat Toolbar.\n",
62447
62697
  "commentRange": {
62448
62698
  "start": 91,
62449
62699
  "end": 92
62450
62700
  },
62451
62701
  "context": {
62452
62702
  "type": "variable",
62453
- "name": "kendo-toolbar-sizes",
62454
- "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
62703
+ "name": "kendo-toolbar-flat-text",
62704
+ "value": "null",
62455
62705
  "scope": "default",
62456
62706
  "line": {
62457
62707
  "start": 93,
62708
+ "end": 93
62709
+ }
62710
+ },
62711
+ "group": [
62712
+ "toolbar"
62713
+ ],
62714
+ "access": "public",
62715
+ "file": {
62716
+ "path": "toolbar/_variables.scss",
62717
+ "name": "_variables.scss"
62718
+ }
62719
+ },
62720
+ {
62721
+ "description": "The color of the border around the flat Toolbar.\n",
62722
+ "commentRange": {
62723
+ "start": 94,
62724
+ "end": 95
62725
+ },
62726
+ "context": {
62727
+ "type": "variable",
62728
+ "name": "kendo-toolbar-flat-border",
62729
+ "value": "$kendo-toolbar-border",
62730
+ "scope": "default",
62731
+ "line": {
62732
+ "start": 96,
62733
+ "end": 96
62734
+ }
62735
+ },
62736
+ "group": [
62737
+ "toolbar"
62738
+ ],
62739
+ "access": "public",
62740
+ "file": {
62741
+ "path": "toolbar/_variables.scss",
62742
+ "name": "_variables.scss"
62743
+ }
62744
+ },
62745
+ {
62746
+ "description": "The gradient of the flat Toolbar.\n",
62747
+ "commentRange": {
62748
+ "start": 97,
62749
+ "end": 98
62750
+ },
62751
+ "context": {
62752
+ "type": "variable",
62753
+ "name": "kendo-toolbar-flat-gradient",
62754
+ "value": "null",
62755
+ "scope": "default",
62756
+ "line": {
62757
+ "start": 99,
62758
+ "end": 99
62759
+ }
62760
+ },
62761
+ "group": [
62762
+ "toolbar"
62763
+ ],
62764
+ "access": "public",
62765
+ "file": {
62766
+ "path": "toolbar/_variables.scss",
62767
+ "name": "_variables.scss"
62768
+ }
62769
+ },
62770
+ {
62771
+ "description": "The box shadow of the flat Toolbar.\n",
62772
+ "commentRange": {
62773
+ "start": 100,
62774
+ "end": 101
62775
+ },
62776
+ "context": {
62777
+ "type": "variable",
62778
+ "name": "kendo-toolbar-flat-shadow",
62779
+ "value": "0 2px 0 -1px $kendo-component-border",
62780
+ "scope": "default",
62781
+ "line": {
62782
+ "start": 102,
62783
+ "end": 102
62784
+ }
62785
+ },
62786
+ "group": [
62787
+ "toolbar"
62788
+ ],
62789
+ "access": "public",
62790
+ "file": {
62791
+ "path": "toolbar/_variables.scss",
62792
+ "name": "_variables.scss"
62793
+ }
62794
+ },
62795
+ {
62796
+ "description": "Border width of the flat Toolbar.\n",
62797
+ "commentRange": {
62798
+ "start": 103,
62799
+ "end": 104
62800
+ },
62801
+ "context": {
62802
+ "type": "variable",
62803
+ "name": "kendo-toolbar-flat-border-width",
62804
+ "value": "1px",
62805
+ "scope": "default",
62806
+ "line": {
62807
+ "start": 105,
62808
+ "end": 105
62809
+ }
62810
+ },
62811
+ "group": [
62812
+ "toolbar"
62813
+ ],
62814
+ "access": "public",
62815
+ "file": {
62816
+ "path": "toolbar/_variables.scss",
62817
+ "name": "_variables.scss"
62818
+ }
62819
+ },
62820
+ {
62821
+ "description": "The color of the separator border of the Toolbar.\n",
62822
+ "commentRange": {
62823
+ "start": 107,
62824
+ "end": 108
62825
+ },
62826
+ "context": {
62827
+ "type": "variable",
62828
+ "name": "kendo-toolbar-separator-border",
62829
+ "value": "inherit",
62830
+ "scope": "default",
62831
+ "line": {
62832
+ "start": 109,
62458
62833
  "end": 109
62459
62834
  }
62460
62835
  },
@@ -62467,6 +62842,81 @@
62467
62842
  "name": "_variables.scss"
62468
62843
  }
62469
62844
  },
62845
+ {
62846
+ "description": "The width of the input in the Toolbar.\n",
62847
+ "commentRange": {
62848
+ "start": 111,
62849
+ "end": 112
62850
+ },
62851
+ "context": {
62852
+ "type": "variable",
62853
+ "name": "kendo-toolbar-input-width",
62854
+ "value": "10em",
62855
+ "scope": "default",
62856
+ "line": {
62857
+ "start": 113,
62858
+ "end": 113
62859
+ }
62860
+ },
62861
+ "group": [
62862
+ "toolbar"
62863
+ ],
62864
+ "access": "public",
62865
+ "file": {
62866
+ "path": "toolbar/_variables.scss",
62867
+ "name": "_variables.scss"
62868
+ }
62869
+ },
62870
+ {
62871
+ "description": "The box shadow of the focused Toolbar item.\n",
62872
+ "commentRange": {
62873
+ "start": 115,
62874
+ "end": 116
62875
+ },
62876
+ "context": {
62877
+ "type": "variable",
62878
+ "name": "kendo-toolbar-item-shadow",
62879
+ "value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
62880
+ "scope": "default",
62881
+ "line": {
62882
+ "start": 117,
62883
+ "end": 117
62884
+ }
62885
+ },
62886
+ "group": [
62887
+ "toolbar"
62888
+ ],
62889
+ "access": "public",
62890
+ "file": {
62891
+ "path": "toolbar/_variables.scss",
62892
+ "name": "_variables.scss"
62893
+ }
62894
+ },
62895
+ {
62896
+ "description": "The sizes map for the Toolbar.\n",
62897
+ "commentRange": {
62898
+ "start": 119,
62899
+ "end": 120
62900
+ },
62901
+ "context": {
62902
+ "type": "variable",
62903
+ "name": "kendo-toolbar-sizes",
62904
+ "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
62905
+ "scope": "default",
62906
+ "line": {
62907
+ "start": 121,
62908
+ "end": 137
62909
+ }
62910
+ },
62911
+ "group": [
62912
+ "toolbar"
62913
+ ],
62914
+ "access": "public",
62915
+ "file": {
62916
+ "path": "toolbar/_variables.scss",
62917
+ "name": "_variables.scss"
62918
+ }
62919
+ },
62470
62920
  {
62471
62921
  "description": "The vertical padding of the Tooltip.\n",
62472
62922
  "commentRange": {
@@ -62476,7 +62926,7 @@
62476
62926
  "context": {
62477
62927
  "type": "variable",
62478
62928
  "name": "kendo-tooltip-padding-y",
62479
- "value": "calc( #{$kendo-padding-md-y} * .75 )",
62929
+ "value": "k-spacing(.5)",
62480
62930
  "scope": "default",
62481
62931
  "line": {
62482
62932
  "start": 5,