@progress/kendo-theme-fluent 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 (37) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-main-dark.css +1 -1
  3. package/dist/fluent-main.css +1 -1
  4. package/dist/meta/sassdoc-data.json +1694 -608
  5. package/dist/meta/sassdoc-raw-data.json +793 -293
  6. package/dist/meta/variables.json +92 -12
  7. package/lib/swatches/all.json +1 -1
  8. package/lib/swatches/fluent-main-dark.json +1 -1
  9. package/lib/swatches/fluent-main.json +1 -1
  10. package/package.json +4 -4
  11. package/scss/core/module-system/_components.scss +1 -0
  12. package/scss/dataviz/_layout.scss +23 -0
  13. package/scss/dataviz/_theme.scss +8 -0
  14. package/scss/dataviz/_variables.scss +23 -0
  15. package/scss/dataviz/index.scss +2 -1
  16. package/scss/grid/_theme.scss +7 -8
  17. package/scss/index.scss +3 -0
  18. package/scss/list/_layout.scss +0 -18
  19. package/scss/list/_theme.scss +0 -6
  20. package/scss/list/_variables.scss +0 -4
  21. package/scss/list/index.scss +2 -1
  22. package/scss/no-data/_layout.scss +21 -0
  23. package/scss/no-data/_theme.scss +9 -0
  24. package/scss/no-data/_variables.scss +8 -0
  25. package/scss/no-data/index.scss +22 -0
  26. package/scss/orgchart/_variables.scss +1 -1
  27. package/scss/pdf-viewer/_layout.scss +165 -4
  28. package/scss/pdf-viewer/_theme.scss +17 -1
  29. package/scss/pdf-viewer/_variables.scss +23 -0
  30. package/scss/prompt/_layout.scss +6 -0
  31. package/scss/scheduler/index.scss +2 -1
  32. package/scss/spreadsheet/_layout.scss +2 -2
  33. package/scss/stepper/_layout.scss +2 -2
  34. package/scss/stepper/_variables.scss +3 -0
  35. package/scss/toolbar/_layout.scss +12 -10
  36. package/scss/toolbar/_theme.scss +30 -4
  37. package/scss/toolbar/_variables.scss +21 -5
@@ -11400,15 +11400,15 @@
11400
11400
  }
11401
11401
  },
11402
11402
  {
11403
- "description": "The font-family of the treemap.\n",
11403
+ "description": "The computed height of the Chart title.\n",
11404
11404
  "commentRange": {
11405
11405
  "start": 216,
11406
11406
  "end": 217
11407
11407
  },
11408
11408
  "context": {
11409
11409
  "type": "variable",
11410
- "name": "kendo-treemap-font-family",
11411
- "value": "var( --kendo-font-family, inherit )",
11410
+ "name": "kendo-chart-computed-title-height",
11411
+ "value": "0px",
11412
11412
  "scope": "default",
11413
11413
  "line": {
11414
11414
  "start": 218,
@@ -11424,11 +11424,36 @@
11424
11424
  "name": "_variables.scss"
11425
11425
  }
11426
11426
  },
11427
+ {
11428
+ "description": "The font-family of the treemap.\n",
11429
+ "commentRange": {
11430
+ "start": 220,
11431
+ "end": 221
11432
+ },
11433
+ "context": {
11434
+ "type": "variable",
11435
+ "name": "kendo-treemap-font-family",
11436
+ "value": "var( --kendo-font-family, inherit )",
11437
+ "scope": "default",
11438
+ "line": {
11439
+ "start": 222,
11440
+ "end": 222
11441
+ }
11442
+ },
11443
+ "group": [
11444
+ "charts"
11445
+ ],
11446
+ "access": "public",
11447
+ "file": {
11448
+ "path": "dataviz/_variables.scss",
11449
+ "name": "_variables.scss"
11450
+ }
11451
+ },
11427
11452
  {
11428
11453
  "description": "The font-size of the treemap.\n",
11429
11454
  "commentRange": {
11430
- "start": 219,
11431
- "end": 220
11455
+ "start": 223,
11456
+ "end": 224
11432
11457
  },
11433
11458
  "context": {
11434
11459
  "type": "variable",
@@ -11436,8 +11461,8 @@
11436
11461
  "value": "var( --kendo-font-size, inherit )",
11437
11462
  "scope": "default",
11438
11463
  "line": {
11439
- "start": 221,
11440
- "end": 221
11464
+ "start": 225,
11465
+ "end": 225
11441
11466
  }
11442
11467
  },
11443
11468
  "group": [
@@ -11452,8 +11477,8 @@
11452
11477
  {
11453
11478
  "description": "The line-height of the treemap.\n",
11454
11479
  "commentRange": {
11455
- "start": 222,
11456
- "end": 223
11480
+ "start": 226,
11481
+ "end": 227
11457
11482
  },
11458
11483
  "context": {
11459
11484
  "type": "variable",
@@ -11461,8 +11486,8 @@
11461
11486
  "value": "var( --kendo-line-height, normal )",
11462
11487
  "scope": "default",
11463
11488
  "line": {
11464
- "start": 224,
11465
- "end": 224
11489
+ "start": 228,
11490
+ "end": 228
11466
11491
  }
11467
11492
  },
11468
11493
  "group": [
@@ -11477,8 +11502,8 @@
11477
11502
  {
11478
11503
  "description": "The background color of the treemap.\n",
11479
11504
  "commentRange": {
11480
- "start": 225,
11481
- "end": 226
11505
+ "start": 229,
11506
+ "end": 230
11482
11507
  },
11483
11508
  "context": {
11484
11509
  "type": "variable",
@@ -11486,8 +11511,8 @@
11486
11511
  "value": "var( --kendo-component-bg, initial )",
11487
11512
  "scope": "default",
11488
11513
  "line": {
11489
- "start": 227,
11490
- "end": 227
11514
+ "start": 231,
11515
+ "end": 231
11491
11516
  }
11492
11517
  },
11493
11518
  "group": [
@@ -11502,8 +11527,8 @@
11502
11527
  {
11503
11528
  "description": "The text color of the treemap.\n",
11504
11529
  "commentRange": {
11505
- "start": 228,
11506
- "end": 229
11530
+ "start": 232,
11531
+ "end": 233
11507
11532
  },
11508
11533
  "context": {
11509
11534
  "type": "variable",
@@ -11511,8 +11536,8 @@
11511
11536
  "value": "var( --kendo-component-text, initial )",
11512
11537
  "scope": "default",
11513
11538
  "line": {
11514
- "start": 230,
11515
- "end": 230
11539
+ "start": 234,
11540
+ "end": 234
11516
11541
  }
11517
11542
  },
11518
11543
  "group": [
@@ -11527,8 +11552,8 @@
11527
11552
  {
11528
11553
  "description": "The border color of the treemap.\n",
11529
11554
  "commentRange": {
11530
- "start": 231,
11531
- "end": 232
11555
+ "start": 235,
11556
+ "end": 236
11532
11557
  },
11533
11558
  "context": {
11534
11559
  "type": "variable",
@@ -11536,8 +11561,8 @@
11536
11561
  "value": "var( --kendo-component-border, initial )",
11537
11562
  "scope": "default",
11538
11563
  "line": {
11539
- "start": 233,
11540
- "end": 233
11564
+ "start": 237,
11565
+ "end": 237
11541
11566
  }
11542
11567
  },
11543
11568
  "group": [
@@ -11552,8 +11577,8 @@
11552
11577
  {
11553
11578
  "description": "The background color of the treemap title.\n",
11554
11579
  "commentRange": {
11555
- "start": 235,
11556
- "end": 236
11580
+ "start": 239,
11581
+ "end": 240
11557
11582
  },
11558
11583
  "context": {
11559
11584
  "type": "variable",
@@ -11561,8 +11586,8 @@
11561
11586
  "value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
11562
11587
  "scope": "default",
11563
11588
  "line": {
11564
- "start": 237,
11565
- "end": 237
11589
+ "start": 241,
11590
+ "end": 241
11566
11591
  }
11567
11592
  },
11568
11593
  "group": [
@@ -11577,8 +11602,8 @@
11577
11602
  {
11578
11603
  "description": "The text color of the treemap title.\n",
11579
11604
  "commentRange": {
11580
- "start": 238,
11581
- "end": 239
11605
+ "start": 242,
11606
+ "end": 243
11582
11607
  },
11583
11608
  "context": {
11584
11609
  "type": "variable",
@@ -11586,8 +11611,8 @@
11586
11611
  "value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
11587
11612
  "scope": "default",
11588
11613
  "line": {
11589
- "start": 240,
11590
- "end": 240
11614
+ "start": 244,
11615
+ "end": 244
11591
11616
  }
11592
11617
  },
11593
11618
  "group": [
@@ -11602,8 +11627,8 @@
11602
11627
  {
11603
11628
  "description": "The border color of the treemap title.\n",
11604
11629
  "commentRange": {
11605
- "start": 241,
11606
- "end": 242
11630
+ "start": 245,
11631
+ "end": 246
11607
11632
  },
11608
11633
  "context": {
11609
11634
  "type": "variable",
@@ -11611,8 +11636,133 @@
11611
11636
  "value": "var( --kendo-component-border, initial )",
11612
11637
  "scope": "default",
11613
11638
  "line": {
11614
- "start": 243,
11615
- "end": 243
11639
+ "start": 247,
11640
+ "end": 247
11641
+ }
11642
+ },
11643
+ "group": [
11644
+ "charts"
11645
+ ],
11646
+ "access": "public",
11647
+ "file": {
11648
+ "path": "dataviz/_variables.scss",
11649
+ "name": "_variables.scss"
11650
+ }
11651
+ },
11652
+ {
11653
+ "description": "The background color of the Chart overlay.\n",
11654
+ "commentRange": {
11655
+ "start": 250,
11656
+ "end": 251
11657
+ },
11658
+ "context": {
11659
+ "type": "variable",
11660
+ "name": "kendo-chart-overlay-bg",
11661
+ "value": "if($kendo-enable-color-system, k-color(app-surface), $kendo-color-white)",
11662
+ "scope": "default",
11663
+ "line": {
11664
+ "start": 252,
11665
+ "end": 252
11666
+ }
11667
+ },
11668
+ "group": [
11669
+ "charts"
11670
+ ],
11671
+ "access": "public",
11672
+ "file": {
11673
+ "path": "dataviz/_variables.scss",
11674
+ "name": "_variables.scss"
11675
+ }
11676
+ },
11677
+ {
11678
+ "description": "The font-size of the Chart no data message.\n",
11679
+ "commentRange": {
11680
+ "start": 255,
11681
+ "end": 256
11682
+ },
11683
+ "context": {
11684
+ "type": "variable",
11685
+ "name": "kendo-chart-no-data-font-size",
11686
+ "value": "var( --kendo-font-size-lg, inherit )",
11687
+ "scope": "default",
11688
+ "line": {
11689
+ "start": 257,
11690
+ "end": 257
11691
+ }
11692
+ },
11693
+ "group": [
11694
+ "charts"
11695
+ ],
11696
+ "access": "public",
11697
+ "file": {
11698
+ "path": "dataviz/_variables.scss",
11699
+ "name": "_variables.scss"
11700
+ }
11701
+ },
11702
+ {
11703
+ "description": "The font-weight of the Chart no data message.\n",
11704
+ "commentRange": {
11705
+ "start": 258,
11706
+ "end": 259
11707
+ },
11708
+ "context": {
11709
+ "type": "variable",
11710
+ "name": "kendo-chart-no-data-font-weight",
11711
+ "value": "var( --kendo-font-weight, normal )",
11712
+ "scope": "default",
11713
+ "line": {
11714
+ "start": 260,
11715
+ "end": 260
11716
+ }
11717
+ },
11718
+ "group": [
11719
+ "charts"
11720
+ ],
11721
+ "access": "public",
11722
+ "file": {
11723
+ "path": "dataviz/_variables.scss",
11724
+ "name": "_variables.scss"
11725
+ }
11726
+ },
11727
+ {
11728
+ "description": "The text color of the Chart no data message.\n",
11729
+ "commentRange": {
11730
+ "start": 261,
11731
+ "end": 262
11732
+ },
11733
+ "context": {
11734
+ "type": "variable",
11735
+ "name": "kendo-chart-no-data-text",
11736
+ "value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
11737
+ "scope": "default",
11738
+ "line": {
11739
+ "start": 263,
11740
+ "end": 263
11741
+ }
11742
+ },
11743
+ "group": [
11744
+ "charts"
11745
+ ],
11746
+ "access": "public",
11747
+ "file": {
11748
+ "path": "dataviz/_variables.scss",
11749
+ "name": "_variables.scss"
11750
+ }
11751
+ },
11752
+ {
11753
+ "description": "The vertical padding of the Chart no data message.\n",
11754
+ "commentRange": {
11755
+ "start": 264,
11756
+ "end": 265
11757
+ },
11758
+ "context": {
11759
+ "type": "variable",
11760
+ "name": "kendo-chart-no-data-padding-y",
11761
+ "value": "k-spacing( 25 )",
11762
+ "scope": "default",
11763
+ "line": {
11764
+ "start": 266,
11765
+ "end": 266
11616
11766
  }
11617
11767
  },
11618
11768
  "group": [
@@ -39544,15 +39694,15 @@
39544
39694
  }
39545
39695
  },
39546
39696
  {
39547
- "description": "The text color of the 'No Data' text.\n",
39697
+ "description": "The color of the 'Option Label' text.\n",
39548
39698
  "commentRange": {
39549
39699
  "start": 276,
39550
39700
  "end": 277
39551
39701
  },
39552
39702
  "context": {
39553
39703
  "type": "variable",
39554
- "name": "kendo-list-no-data-text",
39555
- "value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
39704
+ "name": "kendo-list-option-label-text",
39705
+ "value": "$kendo-subtle-text",
39556
39706
  "scope": "default",
39557
39707
  "line": {
39558
39708
  "start": 278,
@@ -39569,19 +39719,19 @@
39569
39719
  }
39570
39720
  },
39571
39721
  {
39572
- "description": "The color of the 'Option Label' text.\n",
39722
+ "description": "The color of the disabled 'Option Label' text.\n",
39573
39723
  "commentRange": {
39574
- "start": 280,
39575
- "end": 281
39724
+ "start": 279,
39725
+ "end": 280
39576
39726
  },
39577
39727
  "context": {
39578
39728
  "type": "variable",
39579
- "name": "kendo-list-option-label-text",
39580
- "value": "$kendo-subtle-text",
39729
+ "name": "kendo-list-option-label-disabled-text",
39730
+ "value": "$kendo-disabled-text",
39581
39731
  "scope": "default",
39582
39732
  "line": {
39583
- "start": 282,
39584
- "end": 282
39733
+ "start": 281,
39734
+ "end": 281
39585
39735
  }
39586
39736
  },
39587
39737
  "group": [
@@ -39594,19 +39744,19 @@
39594
39744
  }
39595
39745
  },
39596
39746
  {
39597
- "description": "The color of the disabled 'Option Label' text.\n",
39747
+ "description": "The text color of the 'No Data' text.\n",
39598
39748
  "commentRange": {
39599
- "start": 283,
39600
- "end": 284
39749
+ "start": 6,
39750
+ "end": 7
39601
39751
  },
39602
39752
  "context": {
39603
39753
  "type": "variable",
39604
- "name": "kendo-list-option-label-disabled-text",
39605
- "value": "$kendo-disabled-text",
39754
+ "name": "kendo-no-data-text",
39755
+ "value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
39606
39756
  "scope": "default",
39607
39757
  "line": {
39608
- "start": 285,
39609
- "end": 285
39758
+ "start": 8,
39759
+ "end": 8
39610
39760
  }
39611
39761
  },
39612
39762
  "group": [
@@ -39614,7 +39764,7 @@
39614
39764
  ],
39615
39765
  "access": "public",
39616
39766
  "file": {
39617
- "path": "list/_variables.scss",
39767
+ "path": "no-data/_variables.scss",
39618
39768
  "name": "_variables.scss"
39619
39769
  }
39620
39770
  },
@@ -44818,6 +44968,31 @@
44818
44968
  "name": "_variables.scss"
44819
44969
  }
44820
44970
  },
44971
+ {
44972
+ "description": "The minimum height of the 'No Data' text container.\n",
44973
+ "commentRange": {
44974
+ "start": 3,
44975
+ "end": 4
44976
+ },
44977
+ "context": {
44978
+ "type": "variable",
44979
+ "name": "kendo-no-data-min-height",
44980
+ "value": "140px",
44981
+ "scope": "default",
44982
+ "line": {
44983
+ "start": 5,
44984
+ "end": 5
44985
+ }
44986
+ },
44987
+ "group": [
44988
+ "no-data"
44989
+ ],
44990
+ "access": "public",
44991
+ "file": {
44992
+ "path": "no-data/_variables.scss",
44993
+ "name": "_variables.scss"
44994
+ }
44995
+ },
44821
44996
  {
44822
44997
  "description": "The row-gap between the elements in the Notification group.\n",
44823
44998
  "commentRange": {
@@ -46377,7 +46552,7 @@
46377
46552
  "context": {
46378
46553
  "type": "variable",
46379
46554
  "name": "kendo-orgchart-line-v-height",
46380
- "value": "25px",
46555
+ "value": "k-spacing(6)",
46381
46556
  "scope": "default",
46382
46557
  "line": {
46383
46558
  "start": 152,
@@ -50268,6 +50443,181 @@
50268
50443
  "name": "_variables.scss"
50269
50444
  }
50270
50445
  },
50446
+ {
50447
+ "description": "The vertical padding of the PDFViewer popup.\n",
50448
+ "commentRange": {
50449
+ "start": 103,
50450
+ "end": 104
50451
+ },
50452
+ "context": {
50453
+ "type": "variable",
50454
+ "name": "kendo-pdf-viewer-popup-padding-x",
50455
+ "value": "k-spacing(2)",
50456
+ "scope": "default",
50457
+ "line": {
50458
+ "start": 105,
50459
+ "end": 105
50460
+ }
50461
+ },
50462
+ "group": [
50463
+ "pdf-viewer"
50464
+ ],
50465
+ "access": "public",
50466
+ "file": {
50467
+ "path": "pdf-viewer/_variables.scss",
50468
+ "name": "_variables.scss"
50469
+ }
50470
+ },
50471
+ {
50472
+ "description": "The horizontal padding of the PDFViewer popup.\n",
50473
+ "commentRange": {
50474
+ "start": 106,
50475
+ "end": 107
50476
+ },
50477
+ "context": {
50478
+ "type": "variable",
50479
+ "name": "kendo-pdf-viewer-popup-padding-y",
50480
+ "value": "$kendo-pdf-viewer-popup-padding-x",
50481
+ "scope": "default",
50482
+ "line": {
50483
+ "start": 108,
50484
+ "end": 108
50485
+ }
50486
+ },
50487
+ "group": [
50488
+ "pdf-viewer"
50489
+ ],
50490
+ "access": "public",
50491
+ "file": {
50492
+ "path": "pdf-viewer/_variables.scss",
50493
+ "name": "_variables.scss"
50494
+ }
50495
+ },
50496
+ {
50497
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
50498
+ "commentRange": {
50499
+ "start": 110,
50500
+ "end": 111
50501
+ },
50502
+ "context": {
50503
+ "type": "variable",
50504
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
50505
+ "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
50506
+ "scope": "default",
50507
+ "line": {
50508
+ "start": 112,
50509
+ "end": 112
50510
+ }
50511
+ },
50512
+ "group": [
50513
+ "pdf-viewer"
50514
+ ],
50515
+ "access": "public",
50516
+ "file": {
50517
+ "path": "pdf-viewer/_variables.scss",
50518
+ "name": "_variables.scss"
50519
+ }
50520
+ },
50521
+ {
50522
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
50523
+ "commentRange": {
50524
+ "start": 113,
50525
+ "end": 114
50526
+ },
50527
+ "context": {
50528
+ "type": "variable",
50529
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
50530
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
50531
+ "scope": "default",
50532
+ "line": {
50533
+ "start": 115,
50534
+ "end": 115
50535
+ }
50536
+ },
50537
+ "group": [
50538
+ "pdf-viewer"
50539
+ ],
50540
+ "access": "public",
50541
+ "file": {
50542
+ "path": "pdf-viewer/_variables.scss",
50543
+ "name": "_variables.scss"
50544
+ }
50545
+ },
50546
+ {
50547
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
50548
+ "commentRange": {
50549
+ "start": 116,
50550
+ "end": 117
50551
+ },
50552
+ "context": {
50553
+ "type": "variable",
50554
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
50555
+ "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
50556
+ "scope": "default",
50557
+ "line": {
50558
+ "start": 118,
50559
+ "end": 118
50560
+ }
50561
+ },
50562
+ "group": [
50563
+ "pdf-viewer"
50564
+ ],
50565
+ "access": "public",
50566
+ "file": {
50567
+ "path": "pdf-viewer/_variables.scss",
50568
+ "name": "_variables.scss"
50569
+ }
50570
+ },
50571
+ {
50572
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
50573
+ "commentRange": {
50574
+ "start": 119,
50575
+ "end": 120
50576
+ },
50577
+ "context": {
50578
+ "type": "variable",
50579
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
50580
+ "value": "rgba(124, 22, 27, 0.5)",
50581
+ "scope": "default",
50582
+ "line": {
50583
+ "start": 121,
50584
+ "end": 121
50585
+ }
50586
+ },
50587
+ "group": [
50588
+ "pdf-viewer"
50589
+ ],
50590
+ "access": "public",
50591
+ "file": {
50592
+ "path": "pdf-viewer/_variables.scss",
50593
+ "name": "_variables.scss"
50594
+ }
50595
+ },
50596
+ {
50597
+ "description": "The text color of the PDFViewer free text annotation.\n",
50598
+ "commentRange": {
50599
+ "start": 122,
50600
+ "end": 123
50601
+ },
50602
+ "context": {
50603
+ "type": "variable",
50604
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
50605
+ "value": "rgba(124, 22, 27, 0.7)",
50606
+ "scope": "default",
50607
+ "line": {
50608
+ "start": 124,
50609
+ "end": 124
50610
+ }
50611
+ },
50612
+ "group": [
50613
+ "pdf-viewer"
50614
+ ],
50615
+ "access": "public",
50616
+ "file": {
50617
+ "path": "pdf-viewer/_variables.scss",
50618
+ "name": "_variables.scss"
50619
+ }
50620
+ },
50271
50621
  {
50272
50622
  "description": "The spacer of the PivotGrid.\n",
50273
50623
  "commentRange": {
@@ -63868,11 +64218,36 @@
63868
64218
  "name": "_variables.scss"
63869
64219
  }
63870
64220
  },
64221
+ {
64222
+ "description": "The border radius of the Stepper label.\n",
64223
+ "commentRange": {
64224
+ "start": 36,
64225
+ "end": 37
64226
+ },
64227
+ "context": {
64228
+ "type": "variable",
64229
+ "name": "kendo-stepper-label-border-radius",
64230
+ "value": "k-border-radius(xxl)",
64231
+ "scope": "default",
64232
+ "line": {
64233
+ "start": 38,
64234
+ "end": 38
64235
+ }
64236
+ },
64237
+ "group": [
64238
+ "stepper"
64239
+ ],
64240
+ "access": "public",
64241
+ "file": {
64242
+ "path": "stepper/_variables.scss",
64243
+ "name": "_variables.scss"
64244
+ }
64245
+ },
63871
64246
  {
63872
64247
  "description": "The horizontal padding of the Stepper content.\n",
63873
64248
  "commentRange": {
63874
- "start": 37,
63875
- "end": 38
64249
+ "start": 40,
64250
+ "end": 41
63876
64251
  },
63877
64252
  "context": {
63878
64253
  "type": "variable",
@@ -63880,8 +64255,8 @@
63880
64255
  "value": "k-spacing(5)",
63881
64256
  "scope": "default",
63882
64257
  "line": {
63883
- "start": 39,
63884
- "end": 39
64258
+ "start": 42,
64259
+ "end": 42
63885
64260
  }
63886
64261
  },
63887
64262
  "group": [
@@ -63896,8 +64271,8 @@
63896
64271
  {
63897
64272
  "description": "The vertical padding of the Stepper content.\n",
63898
64273
  "commentRange": {
63899
- "start": 40,
63900
- "end": 41
64274
+ "start": 43,
64275
+ "end": 44
63901
64276
  },
63902
64277
  "context": {
63903
64278
  "type": "variable",
@@ -63905,8 +64280,8 @@
63905
64280
  "value": "k-spacing(3)",
63906
64281
  "scope": "default",
63907
64282
  "line": {
63908
- "start": 42,
63909
- "end": 42
64283
+ "start": 45,
64284
+ "end": 45
63910
64285
  }
63911
64286
  },
63912
64287
  "group": [
@@ -63921,8 +64296,8 @@
63921
64296
  {
63922
64297
  "description": "The width of the Stepper indicator.\n",
63923
64298
  "commentRange": {
63924
- "start": 44,
63925
- "end": 45
64299
+ "start": 47,
64300
+ "end": 48
63926
64301
  },
63927
64302
  "context": {
63928
64303
  "type": "variable",
@@ -63930,8 +64305,8 @@
63930
64305
  "value": "k-spacing(7.5)",
63931
64306
  "scope": "default",
63932
64307
  "line": {
63933
- "start": 46,
63934
- "end": 46
64308
+ "start": 49,
64309
+ "end": 49
63935
64310
  }
63936
64311
  },
63937
64312
  "group": [
@@ -63946,8 +64321,8 @@
63946
64321
  {
63947
64322
  "description": "The height of the Stepper indicator.\n",
63948
64323
  "commentRange": {
63949
- "start": 47,
63950
- "end": 48
64324
+ "start": 50,
64325
+ "end": 51
63951
64326
  },
63952
64327
  "context": {
63953
64328
  "type": "variable",
@@ -63955,8 +64330,8 @@
63955
64330
  "value": "$kendo-stepper-indicator-width",
63956
64331
  "scope": "default",
63957
64332
  "line": {
63958
- "start": 49,
63959
- "end": 49
64333
+ "start": 52,
64334
+ "end": 52
63960
64335
  }
63961
64336
  },
63962
64337
  "group": [
@@ -63971,8 +64346,8 @@
63971
64346
  {
63972
64347
  "description": "The border width of the Stepper indicator.\n",
63973
64348
  "commentRange": {
63974
- "start": 50,
63975
- "end": 51
64349
+ "start": 53,
64350
+ "end": 54
63976
64351
  },
63977
64352
  "context": {
63978
64353
  "type": "variable",
@@ -63980,8 +64355,8 @@
63980
64355
  "value": "1px",
63981
64356
  "scope": "default",
63982
64357
  "line": {
63983
- "start": 52,
63984
- "end": 52
64358
+ "start": 55,
64359
+ "end": 55
63985
64360
  }
63986
64361
  },
63987
64362
  "group": [
@@ -63996,8 +64371,8 @@
63996
64371
  {
63997
64372
  "description": "The border radius of the Stepper indicator.\n",
63998
64373
  "commentRange": {
63999
- "start": 53,
64000
- "end": 54
64374
+ "start": 56,
64375
+ "end": 57
64001
64376
  },
64002
64377
  "context": {
64003
64378
  "type": "variable",
@@ -64005,8 +64380,8 @@
64005
64380
  "value": "50%",
64006
64381
  "scope": "default",
64007
64382
  "line": {
64008
- "start": 55,
64009
- "end": 55
64383
+ "start": 58,
64384
+ "end": 58
64010
64385
  }
64011
64386
  },
64012
64387
  "group": [
@@ -64021,8 +64396,8 @@
64021
64396
  {
64022
64397
  "description": "The border width of the focused Stepper indicator.\n",
64023
64398
  "commentRange": {
64024
- "start": 57,
64025
- "end": 58
64399
+ "start": 60,
64400
+ "end": 61
64026
64401
  },
64027
64402
  "context": {
64028
64403
  "type": "variable",
@@ -64030,8 +64405,8 @@
64030
64405
  "value": "$kendo-stepper-indicator-border-width",
64031
64406
  "scope": "default",
64032
64407
  "line": {
64033
- "start": 59,
64034
- "end": 59
64408
+ "start": 62,
64409
+ "end": 62
64035
64410
  }
64036
64411
  },
64037
64412
  "group": [
@@ -64046,8 +64421,8 @@
64046
64421
  {
64047
64422
  "description": "The size of the focused Stepper indicator.\n",
64048
64423
  "commentRange": {
64049
- "start": 60,
64050
- "end": 61
64424
+ "start": 63,
64425
+ "end": 64
64051
64426
  },
64052
64427
  "context": {
64053
64428
  "type": "variable",
@@ -64055,8 +64430,8 @@
64055
64430
  "value": "k-spacing(0.5)",
64056
64431
  "scope": "default",
64057
64432
  "line": {
64058
- "start": 62,
64059
- "end": 62
64433
+ "start": 65,
64434
+ "end": 65
64060
64435
  }
64061
64436
  },
64062
64437
  "group": [
@@ -64071,8 +64446,8 @@
64071
64446
  {
64072
64447
  "description": "The offset of the Stepper's focused indicator.\n",
64073
64448
  "commentRange": {
64074
- "start": 63,
64075
- "end": 64
64449
+ "start": 66,
64450
+ "end": 67
64076
64451
  },
64077
64452
  "context": {
64078
64453
  "type": "variable",
@@ -64080,8 +64455,8 @@
64080
64455
  "value": "3px",
64081
64456
  "scope": "default",
64082
64457
  "line": {
64083
- "start": 65,
64084
- "end": 65
64458
+ "start": 68,
64459
+ "end": 68
64085
64460
  }
64086
64461
  },
64087
64462
  "group": [
@@ -64096,8 +64471,8 @@
64096
64471
  {
64097
64472
  "description": "The calculated offset of the Stepper's focused indicator.\n",
64098
64473
  "commentRange": {
64099
- "start": 66,
64100
- "end": 67
64474
+ "start": 69,
64475
+ "end": 70
64101
64476
  },
64102
64477
  "context": {
64103
64478
  "type": "variable",
@@ -64105,8 +64480,8 @@
64105
64480
  "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
64106
64481
  "scope": "default",
64107
64482
  "line": {
64108
- "start": 68,
64109
- "end": 68
64483
+ "start": 71,
64484
+ "end": 71
64110
64485
  }
64111
64486
  },
64112
64487
  "group": [
@@ -64121,8 +64496,8 @@
64121
64496
  {
64122
64497
  "description": "The background color of the Stepper indicator.\n",
64123
64498
  "commentRange": {
64124
- "start": 70,
64125
- "end": 71
64499
+ "start": 73,
64500
+ "end": 74
64126
64501
  },
64127
64502
  "context": {
64128
64503
  "type": "variable",
@@ -64130,8 +64505,8 @@
64130
64505
  "value": "var( --kendo-component-bg, initial )",
64131
64506
  "scope": "default",
64132
64507
  "line": {
64133
- "start": 72,
64134
- "end": 72
64508
+ "start": 75,
64509
+ "end": 75
64135
64510
  }
64136
64511
  },
64137
64512
  "group": [
@@ -64146,8 +64521,8 @@
64146
64521
  {
64147
64522
  "description": "The text color of the Stepper indicator.\n",
64148
64523
  "commentRange": {
64149
- "start": 73,
64150
- "end": 74
64524
+ "start": 76,
64525
+ "end": 77
64151
64526
  },
64152
64527
  "context": {
64153
64528
  "type": "variable",
@@ -64155,8 +64530,8 @@
64155
64530
  "value": "var( --kendo-component-text, initial )",
64156
64531
  "scope": "default",
64157
64532
  "line": {
64158
- "start": 75,
64159
- "end": 75
64533
+ "start": 78,
64534
+ "end": 78
64160
64535
  }
64161
64536
  },
64162
64537
  "group": [
@@ -64171,8 +64546,8 @@
64171
64546
  {
64172
64547
  "description": "The border color of the Stepper indicator.\n",
64173
64548
  "commentRange": {
64174
- "start": 76,
64175
- "end": 77
64549
+ "start": 79,
64550
+ "end": 80
64176
64551
  },
64177
64552
  "context": {
64178
64553
  "type": "variable",
@@ -64180,8 +64555,8 @@
64180
64555
  "value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
64181
64556
  "scope": "default",
64182
64557
  "line": {
64183
- "start": 78,
64184
- "end": 78
64558
+ "start": 81,
64559
+ "end": 81
64185
64560
  }
64186
64561
  },
64187
64562
  "group": [
@@ -64196,8 +64571,8 @@
64196
64571
  {
64197
64572
  "description": "The background color of the hovered Stepper indicator.\n",
64198
64573
  "commentRange": {
64199
- "start": 80,
64200
- "end": 81
64574
+ "start": 83,
64575
+ "end": 84
64201
64576
  },
64202
64577
  "context": {
64203
64578
  "type": "variable",
@@ -64205,8 +64580,8 @@
64205
64580
  "value": "var( --kendo-hover-bg, initial )",
64206
64581
  "scope": "default",
64207
64582
  "line": {
64208
- "start": 82,
64209
- "end": 82
64583
+ "start": 85,
64584
+ "end": 85
64210
64585
  }
64211
64586
  },
64212
64587
  "group": [
@@ -64221,8 +64596,8 @@
64221
64596
  {
64222
64597
  "description": "The text color of the hovered Stepper indicator.\n",
64223
64598
  "commentRange": {
64224
- "start": 83,
64225
- "end": 84
64599
+ "start": 86,
64600
+ "end": 87
64226
64601
  },
64227
64602
  "context": {
64228
64603
  "type": "variable",
@@ -64230,8 +64605,8 @@
64230
64605
  "value": "var( --kendo-hover-text, initial )",
64231
64606
  "scope": "default",
64232
64607
  "line": {
64233
- "start": 85,
64234
- "end": 85
64608
+ "start": 88,
64609
+ "end": 88
64235
64610
  }
64236
64611
  },
64237
64612
  "group": [
@@ -64246,8 +64621,8 @@
64246
64621
  {
64247
64622
  "description": "The border color of the hovered Stepper indicator.\n",
64248
64623
  "commentRange": {
64249
- "start": 86,
64250
- "end": 87
64624
+ "start": 89,
64625
+ "end": 90
64251
64626
  },
64252
64627
  "context": {
64253
64628
  "type": "variable",
@@ -64255,8 +64630,8 @@
64255
64630
  "value": "$kendo-stepper-indicator-border",
64256
64631
  "scope": "default",
64257
64632
  "line": {
64258
- "start": 88,
64259
- "end": 88
64633
+ "start": 91,
64634
+ "end": 91
64260
64635
  }
64261
64636
  },
64262
64637
  "group": [
@@ -64271,8 +64646,8 @@
64271
64646
  {
64272
64647
  "description": "The background color of the disabled Stepper indicator.\n",
64273
64648
  "commentRange": {
64274
- "start": 90,
64275
- "end": 91
64649
+ "start": 93,
64650
+ "end": 94
64276
64651
  },
64277
64652
  "context": {
64278
64653
  "type": "variable",
@@ -64280,8 +64655,8 @@
64280
64655
  "value": "var( --kendo-disabled-bg, initial )",
64281
64656
  "scope": "default",
64282
64657
  "line": {
64283
- "start": 92,
64284
- "end": 92
64658
+ "start": 95,
64659
+ "end": 95
64285
64660
  }
64286
64661
  },
64287
64662
  "group": [
@@ -64296,8 +64671,8 @@
64296
64671
  {
64297
64672
  "description": "The text color of the disabled Stepper indicator.\n",
64298
64673
  "commentRange": {
64299
- "start": 93,
64300
- "end": 94
64674
+ "start": 96,
64675
+ "end": 97
64301
64676
  },
64302
64677
  "context": {
64303
64678
  "type": "variable",
@@ -64305,8 +64680,8 @@
64305
64680
  "value": "var( --kendo-disabled-text, initial)",
64306
64681
  "scope": "default",
64307
64682
  "line": {
64308
- "start": 95,
64309
- "end": 95
64683
+ "start": 98,
64684
+ "end": 98
64310
64685
  }
64311
64686
  },
64312
64687
  "group": [
@@ -64321,8 +64696,8 @@
64321
64696
  {
64322
64697
  "description": "The border color of the disabled Stepper indicator.\n",
64323
64698
  "commentRange": {
64324
- "start": 96,
64325
- "end": 97
64699
+ "start": 99,
64700
+ "end": 100
64326
64701
  },
64327
64702
  "context": {
64328
64703
  "type": "variable",
@@ -64330,8 +64705,8 @@
64330
64705
  "value": "var( --kendo-disabled-border, initial )",
64331
64706
  "scope": "default",
64332
64707
  "line": {
64333
- "start": 98,
64334
- "end": 98
64708
+ "start": 101,
64709
+ "end": 101
64335
64710
  }
64336
64711
  },
64337
64712
  "group": [
@@ -64346,8 +64721,8 @@
64346
64721
  {
64347
64722
  "description": "The background color of the Stepper's done indicator.\n",
64348
64723
  "commentRange": {
64349
- "start": 100,
64350
- "end": 101
64724
+ "start": 103,
64725
+ "end": 104
64351
64726
  },
64352
64727
  "context": {
64353
64728
  "type": "variable",
@@ -64355,8 +64730,8 @@
64355
64730
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
64356
64731
  "scope": "default",
64357
64732
  "line": {
64358
- "start": 102,
64359
- "end": 102
64733
+ "start": 105,
64734
+ "end": 105
64360
64735
  }
64361
64736
  },
64362
64737
  "group": [
@@ -64371,8 +64746,8 @@
64371
64746
  {
64372
64747
  "description": "The text color of the Stepper's done indicator.\n",
64373
64748
  "commentRange": {
64374
- "start": 103,
64375
- "end": 104
64749
+ "start": 106,
64750
+ "end": 107
64376
64751
  },
64377
64752
  "context": {
64378
64753
  "type": "variable",
@@ -64380,8 +64755,8 @@
64380
64755
  "value": "if($kendo-enable-color-system, k-color( on-primary ), $kendo-color-white)",
64381
64756
  "scope": "default",
64382
64757
  "line": {
64383
- "start": 105,
64384
- "end": 105
64758
+ "start": 108,
64759
+ "end": 108
64385
64760
  }
64386
64761
  },
64387
64762
  "group": [
@@ -64396,8 +64771,8 @@
64396
64771
  {
64397
64772
  "description": "The border color of the Stepper's done indicator.\n",
64398
64773
  "commentRange": {
64399
- "start": 106,
64400
- "end": 107
64774
+ "start": 109,
64775
+ "end": 110
64401
64776
  },
64402
64777
  "context": {
64403
64778
  "type": "variable",
@@ -64405,8 +64780,8 @@
64405
64780
  "value": "$kendo-stepper-indicator-done-bg",
64406
64781
  "scope": "default",
64407
64782
  "line": {
64408
- "start": 108,
64409
- "end": 108
64783
+ "start": 111,
64784
+ "end": 111
64410
64785
  }
64411
64786
  },
64412
64787
  "group": [
@@ -64421,8 +64796,8 @@
64421
64796
  {
64422
64797
  "description": "The background color of the Stepper's hovered done indicator.\n",
64423
64798
  "commentRange": {
64424
- "start": 110,
64425
- "end": 111
64799
+ "start": 113,
64800
+ "end": 114
64426
64801
  },
64427
64802
  "context": {
64428
64803
  "type": "variable",
@@ -64430,8 +64805,8 @@
64430
64805
  "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
64431
64806
  "scope": "default",
64432
64807
  "line": {
64433
- "start": 112,
64434
- "end": 112
64808
+ "start": 115,
64809
+ "end": 115
64435
64810
  }
64436
64811
  },
64437
64812
  "group": [
@@ -64446,8 +64821,8 @@
64446
64821
  {
64447
64822
  "description": "The text color of the Stepper's hovered done indicator.\n",
64448
64823
  "commentRange": {
64449
- "start": 113,
64450
- "end": 114
64824
+ "start": 116,
64825
+ "end": 117
64451
64826
  },
64452
64827
  "context": {
64453
64828
  "type": "variable",
@@ -64455,8 +64830,8 @@
64455
64830
  "value": "$kendo-stepper-indicator-done-text",
64456
64831
  "scope": "default",
64457
64832
  "line": {
64458
- "start": 115,
64459
- "end": 115
64833
+ "start": 118,
64834
+ "end": 118
64460
64835
  }
64461
64836
  },
64462
64837
  "group": [
@@ -64471,8 +64846,8 @@
64471
64846
  {
64472
64847
  "description": "The border color of the Stepper's hovered done indicator.\n",
64473
64848
  "commentRange": {
64474
- "start": 116,
64475
- "end": 117
64849
+ "start": 119,
64850
+ "end": 120
64476
64851
  },
64477
64852
  "context": {
64478
64853
  "type": "variable",
@@ -64480,8 +64855,8 @@
64480
64855
  "value": "$kendo-stepper-indicator-done-hover-bg",
64481
64856
  "scope": "default",
64482
64857
  "line": {
64483
- "start": 118,
64484
- "end": 118
64858
+ "start": 121,
64859
+ "end": 121
64485
64860
  }
64486
64861
  },
64487
64862
  "group": [
@@ -64496,8 +64871,8 @@
64496
64871
  {
64497
64872
  "description": "The background color of the Stepper's disabled done indicator.\n",
64498
64873
  "commentRange": {
64499
- "start": 120,
64500
- "end": 121
64874
+ "start": 123,
64875
+ "end": 124
64501
64876
  },
64502
64877
  "context": {
64503
64878
  "type": "variable",
@@ -64505,8 +64880,8 @@
64505
64880
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 22%, transparent), k-get-theme-color-var( primary-30 ))",
64506
64881
  "scope": "default",
64507
64882
  "line": {
64508
- "start": 122,
64509
- "end": 122
64883
+ "start": 125,
64884
+ "end": 125
64510
64885
  }
64511
64886
  },
64512
64887
  "group": [
@@ -64521,8 +64896,8 @@
64521
64896
  {
64522
64897
  "description": "The text color of the Stepper's disabled done indicator.\n",
64523
64898
  "commentRange": {
64524
- "start": 123,
64525
- "end": 124
64899
+ "start": 126,
64900
+ "end": 127
64526
64901
  },
64527
64902
  "context": {
64528
64903
  "type": "variable",
@@ -64530,8 +64905,8 @@
64530
64905
  "value": "var( --kendo-disabled-text, initial )",
64531
64906
  "scope": "default",
64532
64907
  "line": {
64533
- "start": 125,
64534
- "end": 125
64908
+ "start": 128,
64909
+ "end": 128
64535
64910
  }
64536
64911
  },
64537
64912
  "group": [
@@ -64546,8 +64921,8 @@
64546
64921
  {
64547
64922
  "description": "The border color of the Stepper's disabled done indicator.\n",
64548
64923
  "commentRange": {
64549
- "start": 126,
64550
- "end": 127
64924
+ "start": 129,
64925
+ "end": 130
64551
64926
  },
64552
64927
  "context": {
64553
64928
  "type": "variable",
@@ -64555,8 +64930,8 @@
64555
64930
  "value": "var( --kendo-disabled-border, initial )",
64556
64931
  "scope": "default",
64557
64932
  "line": {
64558
- "start": 128,
64559
- "end": 128
64933
+ "start": 131,
64934
+ "end": 131
64560
64935
  }
64561
64936
  },
64562
64937
  "group": [
@@ -64571,8 +64946,8 @@
64571
64946
  {
64572
64947
  "description": "The background color of the Stepper current indicator.\n",
64573
64948
  "commentRange": {
64574
- "start": 130,
64575
- "end": 131
64949
+ "start": 133,
64950
+ "end": 134
64576
64951
  },
64577
64952
  "context": {
64578
64953
  "type": "variable",
@@ -64580,8 +64955,8 @@
64580
64955
  "value": "if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))",
64581
64956
  "scope": "default",
64582
64957
  "line": {
64583
- "start": 132,
64584
- "end": 132
64958
+ "start": 135,
64959
+ "end": 135
64585
64960
  }
64586
64961
  },
64587
64962
  "group": [
@@ -64596,8 +64971,8 @@
64596
64971
  {
64597
64972
  "description": "The text color of the Stepper current indicator.\n",
64598
64973
  "commentRange": {
64599
- "start": 133,
64600
- "end": 134
64974
+ "start": 136,
64975
+ "end": 137
64601
64976
  },
64602
64977
  "context": {
64603
64978
  "type": "variable",
@@ -64605,8 +64980,8 @@
64605
64980
  "value": "$kendo-stepper-indicator-done-text",
64606
64981
  "scope": "default",
64607
64982
  "line": {
64608
- "start": 135,
64609
- "end": 135
64983
+ "start": 138,
64984
+ "end": 138
64610
64985
  }
64611
64986
  },
64612
64987
  "group": [
@@ -64621,8 +64996,8 @@
64621
64996
  {
64622
64997
  "description": "The border color of the Stepper current indicator.\n",
64623
64998
  "commentRange": {
64624
- "start": 136,
64625
- "end": 137
64999
+ "start": 139,
65000
+ "end": 140
64626
65001
  },
64627
65002
  "context": {
64628
65003
  "type": "variable",
@@ -64630,8 +65005,8 @@
64630
65005
  "value": "$kendo-stepper-indicator-current-bg",
64631
65006
  "scope": "default",
64632
65007
  "line": {
64633
- "start": 138,
64634
- "end": 138
65008
+ "start": 141,
65009
+ "end": 141
64635
65010
  }
64636
65011
  },
64637
65012
  "group": [
@@ -64646,8 +65021,8 @@
64646
65021
  {
64647
65022
  "description": "The background color of the Stepper's hovered current indicator.\n",
64648
65023
  "commentRange": {
64649
- "start": 140,
64650
- "end": 141
65024
+ "start": 143,
65025
+ "end": 144
64651
65026
  },
64652
65027
  "context": {
64653
65028
  "type": "variable",
@@ -64655,8 +65030,8 @@
64655
65030
  "value": "$kendo-stepper-indicator-done-hover-bg",
64656
65031
  "scope": "default",
64657
65032
  "line": {
64658
- "start": 142,
64659
- "end": 142
65033
+ "start": 145,
65034
+ "end": 145
64660
65035
  }
64661
65036
  },
64662
65037
  "group": [
@@ -64671,8 +65046,8 @@
64671
65046
  {
64672
65047
  "description": "The text color of the Stepper's hovered current indicator.\n",
64673
65048
  "commentRange": {
64674
- "start": 143,
64675
- "end": 144
65049
+ "start": 146,
65050
+ "end": 147
64676
65051
  },
64677
65052
  "context": {
64678
65053
  "type": "variable",
@@ -64680,8 +65055,8 @@
64680
65055
  "value": "$kendo-stepper-indicator-done-hover-text",
64681
65056
  "scope": "default",
64682
65057
  "line": {
64683
- "start": 145,
64684
- "end": 145
65058
+ "start": 148,
65059
+ "end": 148
64685
65060
  }
64686
65061
  },
64687
65062
  "group": [
@@ -64696,8 +65071,8 @@
64696
65071
  {
64697
65072
  "description": "The border color of the Stepper's hovered current indicator.\n",
64698
65073
  "commentRange": {
64699
- "start": 146,
64700
- "end": 147
65074
+ "start": 149,
65075
+ "end": 150
64701
65076
  },
64702
65077
  "context": {
64703
65078
  "type": "variable",
@@ -64705,8 +65080,8 @@
64705
65080
  "value": "$kendo-stepper-indicator-done-hover-border",
64706
65081
  "scope": "default",
64707
65082
  "line": {
64708
- "start": 148,
64709
- "end": 148
65083
+ "start": 151,
65084
+ "end": 151
64710
65085
  }
64711
65086
  },
64712
65087
  "group": [
@@ -64721,8 +65096,8 @@
64721
65096
  {
64722
65097
  "description": "The background color of the Stepper's disabled current indicator.\n",
64723
65098
  "commentRange": {
64724
- "start": 150,
64725
- "end": 151
65099
+ "start": 153,
65100
+ "end": 154
64726
65101
  },
64727
65102
  "context": {
64728
65103
  "type": "variable",
@@ -64730,8 +65105,8 @@
64730
65105
  "value": "$kendo-stepper-indicator-done-disabled-bg",
64731
65106
  "scope": "default",
64732
65107
  "line": {
64733
- "start": 152,
64734
- "end": 152
65108
+ "start": 155,
65109
+ "end": 155
64735
65110
  }
64736
65111
  },
64737
65112
  "group": [
@@ -64746,8 +65121,8 @@
64746
65121
  {
64747
65122
  "description": "The text color of the Stepper's disabled current indicator.\n",
64748
65123
  "commentRange": {
64749
- "start": 153,
64750
- "end": 154
65124
+ "start": 156,
65125
+ "end": 157
64751
65126
  },
64752
65127
  "context": {
64753
65128
  "type": "variable",
@@ -64755,8 +65130,8 @@
64755
65130
  "value": "$kendo-stepper-indicator-done-disabled-text",
64756
65131
  "scope": "default",
64757
65132
  "line": {
64758
- "start": 155,
64759
- "end": 155
65133
+ "start": 158,
65134
+ "end": 158
64760
65135
  }
64761
65136
  },
64762
65137
  "group": [
@@ -64771,8 +65146,8 @@
64771
65146
  {
64772
65147
  "description": "The border color of the Stepper's disabled current indicator.\n",
64773
65148
  "commentRange": {
64774
- "start": 156,
64775
- "end": 157
65149
+ "start": 159,
65150
+ "end": 160
64776
65151
  },
64777
65152
  "context": {
64778
65153
  "type": "variable",
@@ -64780,8 +65155,8 @@
64780
65155
  "value": "$kendo-stepper-indicator-done-disabled-border",
64781
65156
  "scope": "default",
64782
65157
  "line": {
64783
- "start": 158,
64784
- "end": 158
65158
+ "start": 161,
65159
+ "end": 161
64785
65160
  }
64786
65161
  },
64787
65162
  "group": [
@@ -64796,8 +65171,8 @@
64796
65171
  {
64797
65172
  "description": "The text color of the Stepper label.\n",
64798
65173
  "commentRange": {
64799
- "start": 160,
64800
- "end": 161
65174
+ "start": 163,
65175
+ "end": 164
64801
65176
  },
64802
65177
  "context": {
64803
65178
  "type": "variable",
@@ -64805,8 +65180,8 @@
64805
65180
  "value": "inherit",
64806
65181
  "scope": "default",
64807
65182
  "line": {
64808
- "start": 162,
64809
- "end": 162
65183
+ "start": 165,
65184
+ "end": 165
64810
65185
  }
64811
65186
  },
64812
65187
  "group": [
@@ -64821,8 +65196,8 @@
64821
65196
  {
64822
65197
  "description": "The success text color of the Stepper label.\n",
64823
65198
  "commentRange": {
64824
- "start": 163,
64825
- "end": 164
65199
+ "start": 166,
65200
+ "end": 167
64826
65201
  },
64827
65202
  "context": {
64828
65203
  "type": "variable",
@@ -64830,8 +65205,8 @@
64830
65205
  "value": "if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))",
64831
65206
  "scope": "default",
64832
65207
  "line": {
64833
- "start": 165,
64834
- "end": 165
65208
+ "start": 168,
65209
+ "end": 168
64835
65210
  }
64836
65211
  },
64837
65212
  "group": [
@@ -64846,8 +65221,8 @@
64846
65221
  {
64847
65222
  "description": "The error text color of the Stepper label.\n",
64848
65223
  "commentRange": {
64849
- "start": 166,
64850
- "end": 167
65224
+ "start": 169,
65225
+ "end": 170
64851
65226
  },
64852
65227
  "context": {
64853
65228
  "type": "variable",
@@ -64855,8 +65230,8 @@
64855
65230
  "value": "if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))",
64856
65231
  "scope": "default",
64857
65232
  "line": {
64858
- "start": 168,
64859
- "end": 168
65233
+ "start": 171,
65234
+ "end": 171
64860
65235
  }
64861
65236
  },
64862
65237
  "group": [
@@ -64871,8 +65246,8 @@
64871
65246
  {
64872
65247
  "description": "The text color of the hovered Stepper label.\n",
64873
65248
  "commentRange": {
64874
- "start": 169,
64875
- "end": 170
65249
+ "start": 172,
65250
+ "end": 173
64876
65251
  },
64877
65252
  "context": {
64878
65253
  "type": "variable",
@@ -64880,8 +65255,8 @@
64880
65255
  "value": "$kendo-stepper-text",
64881
65256
  "scope": "default",
64882
65257
  "line": {
64883
- "start": 171,
64884
- "end": 171
65258
+ "start": 174,
65259
+ "end": 174
64885
65260
  }
64886
65261
  },
64887
65262
  "group": [
@@ -64896,8 +65271,8 @@
64896
65271
  {
64897
65272
  "description": "The text color of the disabled Stepper label.\n",
64898
65273
  "commentRange": {
64899
- "start": 172,
64900
- "end": 173
65274
+ "start": 175,
65275
+ "end": 176
64901
65276
  },
64902
65277
  "context": {
64903
65278
  "type": "variable",
@@ -64905,8 +65280,8 @@
64905
65280
  "value": "var( --kendo-disabled-text, initial )",
64906
65281
  "scope": "default",
64907
65282
  "line": {
64908
- "start": 174,
64909
- "end": 174
65283
+ "start": 177,
65284
+ "end": 177
64910
65285
  }
64911
65286
  },
64912
65287
  "group": [
@@ -64921,8 +65296,8 @@
64921
65296
  {
64922
65297
  "description": "The font weight of the disabled Stepper label.\n",
64923
65298
  "commentRange": {
64924
- "start": 175,
64925
- "end": 176
65299
+ "start": 178,
65300
+ "end": 179
64926
65301
  },
64927
65302
  "context": {
64928
65303
  "type": "variable",
@@ -64930,8 +65305,8 @@
64930
65305
  "value": "var( --kendo-font-weight-bold, bold )",
64931
65306
  "scope": "default",
64932
65307
  "line": {
64933
- "start": 177,
64934
- "end": 177
65308
+ "start": 180,
65309
+ "end": 180
64935
65310
  }
64936
65311
  },
64937
65312
  "group": [
@@ -64946,8 +65321,8 @@
64946
65321
  {
64947
65322
  "description": "The text color of the optional Stepper label.\n",
64948
65323
  "commentRange": {
64949
- "start": 179,
64950
- "end": 180
65324
+ "start": 182,
65325
+ "end": 183
64951
65326
  },
64952
65327
  "context": {
64953
65328
  "type": "variable",
@@ -64955,8 +65330,8 @@
64955
65330
  "value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
64956
65331
  "scope": "default",
64957
65332
  "line": {
64958
- "start": 181,
64959
- "end": 181
65333
+ "start": 184,
65334
+ "end": 184
64960
65335
  }
64961
65336
  },
64962
65337
  "group": [
@@ -64971,8 +65346,8 @@
64971
65346
  {
64972
65347
  "description": "The font size of the optional Stepper label.\n",
64973
65348
  "commentRange": {
64974
- "start": 182,
64975
- "end": 183
65349
+ "start": 185,
65350
+ "end": 186
64976
65351
  },
64977
65352
  "context": {
64978
65353
  "type": "variable",
@@ -64980,8 +65355,8 @@
64980
65355
  "value": "inherit",
64981
65356
  "scope": "default",
64982
65357
  "line": {
64983
- "start": 184,
64984
- "end": 184
65358
+ "start": 187,
65359
+ "end": 187
64985
65360
  }
64986
65361
  },
64987
65362
  "group": [
@@ -64996,8 +65371,8 @@
64996
65371
  {
64997
65372
  "description": "The font style of the optional Stepper label.\n",
64998
65373
  "commentRange": {
64999
- "start": 185,
65000
- "end": 186
65374
+ "start": 188,
65375
+ "end": 189
65001
65376
  },
65002
65377
  "context": {
65003
65378
  "type": "variable",
@@ -65005,8 +65380,8 @@
65005
65380
  "value": "italic",
65006
65381
  "scope": "default",
65007
65382
  "line": {
65008
- "start": 187,
65009
- "end": 187
65383
+ "start": 190,
65384
+ "end": 190
65010
65385
  }
65011
65386
  },
65012
65387
  "group": [
@@ -65021,8 +65396,8 @@
65021
65396
  {
65022
65397
  "description": "The size of the Stepper ProgressBar.\n",
65023
65398
  "commentRange": {
65024
- "start": 189,
65025
- "end": 190
65399
+ "start": 192,
65400
+ "end": 193
65026
65401
  },
65027
65402
  "context": {
65028
65403
  "type": "variable",
@@ -65030,8 +65405,8 @@
65030
65405
  "value": "k-spacing(0.5)",
65031
65406
  "scope": "default",
65032
65407
  "line": {
65033
- "start": 191,
65034
- "end": 191
65408
+ "start": 194,
65409
+ "end": 194
65035
65410
  }
65036
65411
  },
65037
65412
  "group": [
@@ -65046,8 +65421,8 @@
65046
65421
  {
65047
65422
  "description": "The property name of the Stepper transition.\n",
65048
65423
  "commentRange": {
65049
- "start": 193,
65050
- "end": 194
65424
+ "start": 196,
65425
+ "end": 197
65051
65426
  },
65052
65427
  "context": {
65053
65428
  "type": "variable",
@@ -65055,8 +65430,8 @@
65055
65430
  "value": "none",
65056
65431
  "scope": "default",
65057
65432
  "line": {
65058
- "start": 195,
65059
- "end": 195
65433
+ "start": 198,
65434
+ "end": 198
65060
65435
  }
65061
65436
  },
65062
65437
  "group": [
@@ -65071,8 +65446,8 @@
65071
65446
  {
65072
65447
  "description": "The duration of the Stepper transition.\n",
65073
65448
  "commentRange": {
65074
- "start": 196,
65075
- "end": 197
65449
+ "start": 199,
65450
+ "end": 200
65076
65451
  },
65077
65452
  "context": {
65078
65453
  "type": "variable",
@@ -65080,8 +65455,8 @@
65080
65455
  "value": "300ms",
65081
65456
  "scope": "default",
65082
65457
  "line": {
65083
- "start": 198,
65084
- "end": 198
65458
+ "start": 201,
65459
+ "end": 201
65085
65460
  }
65086
65461
  },
65087
65462
  "group": [
@@ -65096,8 +65471,8 @@
65096
65471
  {
65097
65472
  "description": "The timing function of the Stepper transition.\n",
65098
65473
  "commentRange": {
65099
- "start": 199,
65100
- "end": 200
65474
+ "start": 202,
65475
+ "end": 203
65101
65476
  },
65102
65477
  "context": {
65103
65478
  "type": "variable",
@@ -65105,8 +65480,8 @@
65105
65480
  "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
65106
65481
  "scope": "default",
65107
65482
  "line": {
65108
- "start": 201,
65109
- "end": 201
65483
+ "start": 204,
65484
+ "end": 204
65110
65485
  }
65111
65486
  },
65112
65487
  "group": [
@@ -72994,15 +73369,15 @@
72994
73369
  }
72995
73370
  },
72996
73371
  {
72997
- "description": "The color of the separator border of the Toolbar.\n",
73372
+ "description": "The text color of the outline Toolbar.\n",
72998
73373
  "commentRange": {
72999
73374
  "start": 58,
73000
73375
  "end": 59
73001
73376
  },
73002
73377
  "context": {
73003
73378
  "type": "variable",
73004
- "name": "kendo-toolbar-separator-border",
73005
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))",
73379
+ "name": "kendo-toolbar-outline-text",
73380
+ "value": "null",
73006
73381
  "scope": "default",
73007
73382
  "line": {
73008
73383
  "start": 60,
@@ -73019,19 +73394,19 @@
73019
73394
  }
73020
73395
  },
73021
73396
  {
73022
- "description": "The width of the input in the Toolbar.\n",
73397
+ "description": "The color of the border around the outline Toolbar.\n",
73023
73398
  "commentRange": {
73024
- "start": 62,
73025
- "end": 63
73399
+ "start": 61,
73400
+ "end": 62
73026
73401
  },
73027
73402
  "context": {
73028
73403
  "type": "variable",
73029
- "name": "kendo-toolbar-input-width",
73030
- "value": "10em",
73404
+ "name": "kendo-toolbar-outline-border",
73405
+ "value": "k-color(border)",
73031
73406
  "scope": "default",
73032
73407
  "line": {
73033
- "start": 64,
73034
- "end": 64
73408
+ "start": 63,
73409
+ "end": 63
73035
73410
  }
73036
73411
  },
73037
73412
  "group": [
@@ -73044,19 +73419,19 @@
73044
73419
  }
73045
73420
  },
73046
73421
  {
73047
- "description": "The border width of the focused Toolbar item.\n",
73422
+ "description": "The width of the border around the outline Toolbar.\n",
73048
73423
  "commentRange": {
73049
- "start": 66,
73050
- "end": 67
73424
+ "start": 64,
73425
+ "end": 65
73051
73426
  },
73052
73427
  "context": {
73053
73428
  "type": "variable",
73054
- "name": "kendo-toolbar-item-focus-outline-width",
73055
- "value": "1px",
73429
+ "name": "kendo-toolbar-outline-border-width",
73430
+ "value": "$kendo-toolbar-border-width",
73056
73431
  "scope": "default",
73057
73432
  "line": {
73058
- "start": 68,
73059
- "end": 68
73433
+ "start": 66,
73434
+ "end": 66
73060
73435
  }
73061
73436
  },
73062
73437
  "group": [
@@ -73069,19 +73444,19 @@
73069
73444
  }
73070
73445
  },
73071
73446
  {
73072
- "description": "The border style of the focused Toolbar item.\n",
73447
+ "description": "The text color of the flat Toolbar.\n",
73073
73448
  "commentRange": {
73074
- "start": 69,
73075
- "end": 70
73449
+ "start": 68,
73450
+ "end": 69
73076
73451
  },
73077
73452
  "context": {
73078
73453
  "type": "variable",
73079
- "name": "kendo-toolbar-item-focus-outline-style",
73080
- "value": "solid",
73454
+ "name": "kendo-toolbar-flat-text",
73455
+ "value": "null",
73081
73456
  "scope": "default",
73082
73457
  "line": {
73083
- "start": 71,
73084
- "end": 71
73458
+ "start": 70,
73459
+ "end": 70
73085
73460
  }
73086
73461
  },
73087
73462
  "group": [
@@ -73094,19 +73469,19 @@
73094
73469
  }
73095
73470
  },
73096
73471
  {
73097
- "description": "The border color of the focused Toolbar item.\n",
73472
+ "description": "The color of the border around the flat Toolbar.\n",
73098
73473
  "commentRange": {
73099
- "start": 72,
73100
- "end": 73
73474
+ "start": 71,
73475
+ "end": 72
73101
73476
  },
73102
73477
  "context": {
73103
73478
  "type": "variable",
73104
- "name": "kendo-toolbar-item-focus-outline-color",
73105
- "value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
73479
+ "name": "kendo-toolbar-flat-border",
73480
+ "value": "$kendo-toolbar-border",
73106
73481
  "scope": "default",
73107
73482
  "line": {
73108
- "start": 74,
73109
- "end": 74
73483
+ "start": 73,
73484
+ "end": 73
73110
73485
  }
73111
73486
  },
73112
73487
  "group": [
@@ -73121,8 +73496,8 @@
73121
73496
  {
73122
73497
  "description": "Border width of the flat Toolbar.\n",
73123
73498
  "commentRange": {
73124
- "start": 76,
73125
- "end": 77
73499
+ "start": 74,
73500
+ "end": 75
73126
73501
  },
73127
73502
  "context": {
73128
73503
  "type": "variable",
@@ -73130,8 +73505,133 @@
73130
73505
  "value": "1px",
73131
73506
  "scope": "default",
73132
73507
  "line": {
73133
- "start": 78,
73134
- "end": 78
73508
+ "start": 76,
73509
+ "end": 76
73510
+ }
73511
+ },
73512
+ "group": [
73513
+ "toolbar"
73514
+ ],
73515
+ "access": "public",
73516
+ "file": {
73517
+ "path": "toolbar/_variables.scss",
73518
+ "name": "_variables.scss"
73519
+ }
73520
+ },
73521
+ {
73522
+ "description": "The color of the separator border of the Toolbar.\n",
73523
+ "commentRange": {
73524
+ "start": 78,
73525
+ "end": 79
73526
+ },
73527
+ "context": {
73528
+ "type": "variable",
73529
+ "name": "kendo-toolbar-separator-border",
73530
+ "value": "inherit",
73531
+ "scope": "default",
73532
+ "line": {
73533
+ "start": 80,
73534
+ "end": 80
73535
+ }
73536
+ },
73537
+ "group": [
73538
+ "toolbar"
73539
+ ],
73540
+ "access": "public",
73541
+ "file": {
73542
+ "path": "toolbar/_variables.scss",
73543
+ "name": "_variables.scss"
73544
+ }
73545
+ },
73546
+ {
73547
+ "description": "The width of the input in the Toolbar.\n",
73548
+ "commentRange": {
73549
+ "start": 82,
73550
+ "end": 83
73551
+ },
73552
+ "context": {
73553
+ "type": "variable",
73554
+ "name": "kendo-toolbar-input-width",
73555
+ "value": "10em",
73556
+ "scope": "default",
73557
+ "line": {
73558
+ "start": 84,
73559
+ "end": 84
73560
+ }
73561
+ },
73562
+ "group": [
73563
+ "toolbar"
73564
+ ],
73565
+ "access": "public",
73566
+ "file": {
73567
+ "path": "toolbar/_variables.scss",
73568
+ "name": "_variables.scss"
73569
+ }
73570
+ },
73571
+ {
73572
+ "description": "The border width of the focused Toolbar item.\n",
73573
+ "commentRange": {
73574
+ "start": 86,
73575
+ "end": 87
73576
+ },
73577
+ "context": {
73578
+ "type": "variable",
73579
+ "name": "kendo-toolbar-item-focus-outline-width",
73580
+ "value": "1px",
73581
+ "scope": "default",
73582
+ "line": {
73583
+ "start": 88,
73584
+ "end": 88
73585
+ }
73586
+ },
73587
+ "group": [
73588
+ "toolbar"
73589
+ ],
73590
+ "access": "public",
73591
+ "file": {
73592
+ "path": "toolbar/_variables.scss",
73593
+ "name": "_variables.scss"
73594
+ }
73595
+ },
73596
+ {
73597
+ "description": "The border style of the focused Toolbar item.\n",
73598
+ "commentRange": {
73599
+ "start": 89,
73600
+ "end": 90
73601
+ },
73602
+ "context": {
73603
+ "type": "variable",
73604
+ "name": "kendo-toolbar-item-focus-outline-style",
73605
+ "value": "solid",
73606
+ "scope": "default",
73607
+ "line": {
73608
+ "start": 91,
73609
+ "end": 91
73610
+ }
73611
+ },
73612
+ "group": [
73613
+ "toolbar"
73614
+ ],
73615
+ "access": "public",
73616
+ "file": {
73617
+ "path": "toolbar/_variables.scss",
73618
+ "name": "_variables.scss"
73619
+ }
73620
+ },
73621
+ {
73622
+ "description": "The border color of the focused Toolbar item.\n",
73623
+ "commentRange": {
73624
+ "start": 92,
73625
+ "end": 93
73626
+ },
73627
+ "context": {
73628
+ "type": "variable",
73629
+ "name": "kendo-toolbar-item-focus-outline-color",
73630
+ "value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
73631
+ "scope": "default",
73632
+ "line": {
73633
+ "start": 94,
73634
+ "end": 94
73135
73635
  }
73136
73636
  },
73137
73637
  "group": [
@@ -73146,8 +73646,8 @@
73146
73646
  {
73147
73647
  "description": "The sizes map for the Toolbar.\n",
73148
73648
  "commentRange": {
73149
- "start": 80,
73150
- "end": 81
73649
+ "start": 96,
73650
+ "end": 97
73151
73651
  },
73152
73652
  "context": {
73153
73653
  "type": "variable",
@@ -73155,8 +73655,8 @@
73155
73655
  "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)",
73156
73656
  "scope": "default",
73157
73657
  "line": {
73158
- "start": 82,
73159
- "end": 98
73658
+ "start": 98,
73659
+ "end": 114
73160
73660
  }
73161
73661
  },
73162
73662
  "group": [