@progress/kendo-theme-fluent 6.3.1-dev.0 → 6.4.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +188 -115
- package/dist/meta/sassdoc-data.json +390 -390
- package/dist/meta/sassdoc-raw-data.json +195 -195
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +11 -2
- package/scss/adaptive/_layout.scss +2 -6
- package/scss/bottom-navigation/_theme.scss +5 -1
- package/scss/breadcrumb/_layout.scss +1 -6
- package/scss/drawer/_layout.scss +13 -3
- package/scss/drawer/_variables.scss +6 -0
- package/scss/editor/_layout.scss +0 -18
- package/scss/expansion-panel/_layout.scss +3 -0
- package/scss/fab/_layout.scss +3 -4
- package/scss/fab/_variables.scss +6 -12
- package/scss/grid/_layout.scss +2 -1
- package/scss/grid/_theme.scss +1 -1
- package/scss/icon/_layout.scss +10 -7
- package/scss/input/_layout.scss +5 -4
- package/scss/input/_variables.scss +2 -2
- package/scss/listbox/_layout.scss +2 -5
- package/scss/pager/_layout.scss +1 -12
- package/scss/scheduler/_layout.scss +3 -15
- package/scss/scrollview/_layout.scss +13 -2
- package/scss/spreadsheet/_layout.scss +4 -2
|
@@ -17374,11 +17374,61 @@
|
|
|
17374
17374
|
"name": "_variables.scss"
|
|
17375
17375
|
}
|
|
17376
17376
|
},
|
|
17377
|
+
{
|
|
17378
|
+
"description": "Horizontal padding of the drawer icon.\n",
|
|
17379
|
+
"commentRange": {
|
|
17380
|
+
"start": 71,
|
|
17381
|
+
"end": 72
|
|
17382
|
+
},
|
|
17383
|
+
"context": {
|
|
17384
|
+
"type": "variable",
|
|
17385
|
+
"name": "kendo-drawer-icon-padding-x",
|
|
17386
|
+
"value": "0",
|
|
17387
|
+
"scope": "default",
|
|
17388
|
+
"line": {
|
|
17389
|
+
"start": 73,
|
|
17390
|
+
"end": 73
|
|
17391
|
+
}
|
|
17392
|
+
},
|
|
17393
|
+
"group": [
|
|
17394
|
+
"drawer"
|
|
17395
|
+
],
|
|
17396
|
+
"access": "public",
|
|
17397
|
+
"file": {
|
|
17398
|
+
"path": "drawer/_variables.scss",
|
|
17399
|
+
"name": "_variables.scss"
|
|
17400
|
+
}
|
|
17401
|
+
},
|
|
17402
|
+
{
|
|
17403
|
+
"description": "Vertical padding of the drawer icon.\n",
|
|
17404
|
+
"commentRange": {
|
|
17405
|
+
"start": 74,
|
|
17406
|
+
"end": 75
|
|
17407
|
+
},
|
|
17408
|
+
"context": {
|
|
17409
|
+
"type": "variable",
|
|
17410
|
+
"name": "kendo-drawer-icon-padding-y",
|
|
17411
|
+
"value": "map.get( $kendo-spacing, 1 )",
|
|
17412
|
+
"scope": "default",
|
|
17413
|
+
"line": {
|
|
17414
|
+
"start": 76,
|
|
17415
|
+
"end": 76
|
|
17416
|
+
}
|
|
17417
|
+
},
|
|
17418
|
+
"group": [
|
|
17419
|
+
"drawer"
|
|
17420
|
+
],
|
|
17421
|
+
"access": "public",
|
|
17422
|
+
"file": {
|
|
17423
|
+
"path": "drawer/_variables.scss",
|
|
17424
|
+
"name": "_variables.scss"
|
|
17425
|
+
}
|
|
17426
|
+
},
|
|
17377
17427
|
{
|
|
17378
17428
|
"description": "Initial width of the mini drawer.\n",
|
|
17379
17429
|
"commentRange": {
|
|
17380
|
-
"start":
|
|
17381
|
-
"end":
|
|
17430
|
+
"start": 78,
|
|
17431
|
+
"end": 79
|
|
17382
17432
|
},
|
|
17383
17433
|
"context": {
|
|
17384
17434
|
"type": "variable",
|
|
@@ -17386,8 +17436,8 @@
|
|
|
17386
17436
|
"value": "calc( 2 * #{$kendo-drawer-item-padding-x} + #{$kendo-drawer-icon-size} )",
|
|
17387
17437
|
"scope": "default",
|
|
17388
17438
|
"line": {
|
|
17389
|
-
"start":
|
|
17390
|
-
"end":
|
|
17439
|
+
"start": 80,
|
|
17440
|
+
"end": 80
|
|
17391
17441
|
}
|
|
17392
17442
|
},
|
|
17393
17443
|
"group": [
|
|
@@ -17402,8 +17452,8 @@
|
|
|
17402
17452
|
{
|
|
17403
17453
|
"description": "The border width of the drawer item ripple\n",
|
|
17404
17454
|
"commentRange": {
|
|
17405
|
-
"start":
|
|
17406
|
-
"end":
|
|
17455
|
+
"start": 82,
|
|
17456
|
+
"end": 83
|
|
17407
17457
|
},
|
|
17408
17458
|
"context": {
|
|
17409
17459
|
"type": "variable",
|
|
@@ -17411,8 +17461,8 @@
|
|
|
17411
17461
|
"value": "map.get( $kendo-spacing, 0.5 )",
|
|
17412
17462
|
"scope": "default",
|
|
17413
17463
|
"line": {
|
|
17414
|
-
"start":
|
|
17415
|
-
"end":
|
|
17464
|
+
"start": 84,
|
|
17465
|
+
"end": 84
|
|
17416
17466
|
}
|
|
17417
17467
|
},
|
|
17418
17468
|
"group": [
|
|
@@ -17427,8 +17477,8 @@
|
|
|
17427
17477
|
{
|
|
17428
17478
|
"description": "The border color of the drawer item ripple\n",
|
|
17429
17479
|
"commentRange": {
|
|
17430
|
-
"start":
|
|
17431
|
-
"end":
|
|
17480
|
+
"start": 85,
|
|
17481
|
+
"end": 86
|
|
17432
17482
|
},
|
|
17433
17483
|
"context": {
|
|
17434
17484
|
"type": "variable",
|
|
@@ -17436,8 +17486,8 @@
|
|
|
17436
17486
|
"value": "get-theme-color-var( primary-100 )",
|
|
17437
17487
|
"scope": "default",
|
|
17438
17488
|
"line": {
|
|
17439
|
-
"start":
|
|
17440
|
-
"end":
|
|
17489
|
+
"start": 87,
|
|
17490
|
+
"end": 87
|
|
17441
17491
|
}
|
|
17442
17492
|
},
|
|
17443
17493
|
"group": [
|
|
@@ -17452,8 +17502,8 @@
|
|
|
17452
17502
|
{
|
|
17453
17503
|
"description": "Background color of the drawer item.\n",
|
|
17454
17504
|
"commentRange": {
|
|
17455
|
-
"start":
|
|
17456
|
-
"end":
|
|
17505
|
+
"start": 88,
|
|
17506
|
+
"end": 89
|
|
17457
17507
|
},
|
|
17458
17508
|
"context": {
|
|
17459
17509
|
"type": "variable",
|
|
@@ -17461,8 +17511,8 @@
|
|
|
17461
17511
|
"value": "$kendo-drawer-bg",
|
|
17462
17512
|
"scope": "default",
|
|
17463
17513
|
"line": {
|
|
17464
|
-
"start":
|
|
17465
|
-
"end":
|
|
17514
|
+
"start": 90,
|
|
17515
|
+
"end": 90
|
|
17466
17516
|
}
|
|
17467
17517
|
},
|
|
17468
17518
|
"group": [
|
|
@@ -17477,8 +17527,8 @@
|
|
|
17477
17527
|
{
|
|
17478
17528
|
"description": "Text color of the drawer item.\n",
|
|
17479
17529
|
"commentRange": {
|
|
17480
|
-
"start":
|
|
17481
|
-
"end":
|
|
17530
|
+
"start": 91,
|
|
17531
|
+
"end": 92
|
|
17482
17532
|
},
|
|
17483
17533
|
"context": {
|
|
17484
17534
|
"type": "variable",
|
|
@@ -17486,8 +17536,8 @@
|
|
|
17486
17536
|
"value": "$kendo-drawer-text",
|
|
17487
17537
|
"scope": "default",
|
|
17488
17538
|
"line": {
|
|
17489
|
-
"start":
|
|
17490
|
-
"end":
|
|
17539
|
+
"start": 93,
|
|
17540
|
+
"end": 93
|
|
17491
17541
|
}
|
|
17492
17542
|
},
|
|
17493
17543
|
"group": [
|
|
@@ -17502,8 +17552,8 @@
|
|
|
17502
17552
|
{
|
|
17503
17553
|
"description": "Text color of the drawer item icon.\n",
|
|
17504
17554
|
"commentRange": {
|
|
17505
|
-
"start":
|
|
17506
|
-
"end":
|
|
17555
|
+
"start": 94,
|
|
17556
|
+
"end": 95
|
|
17507
17557
|
},
|
|
17508
17558
|
"context": {
|
|
17509
17559
|
"type": "variable",
|
|
@@ -17511,8 +17561,8 @@
|
|
|
17511
17561
|
"value": "get-theme-color-var( primary-100 )",
|
|
17512
17562
|
"scope": "default",
|
|
17513
17563
|
"line": {
|
|
17514
|
-
"start":
|
|
17515
|
-
"end":
|
|
17564
|
+
"start": 96,
|
|
17565
|
+
"end": 96
|
|
17516
17566
|
}
|
|
17517
17567
|
},
|
|
17518
17568
|
"group": [
|
|
@@ -17527,8 +17577,8 @@
|
|
|
17527
17577
|
{
|
|
17528
17578
|
"description": "Background color of the hovered drawer item.\n",
|
|
17529
17579
|
"commentRange": {
|
|
17530
|
-
"start":
|
|
17531
|
-
"end":
|
|
17580
|
+
"start": 98,
|
|
17581
|
+
"end": 99
|
|
17532
17582
|
},
|
|
17533
17583
|
"context": {
|
|
17534
17584
|
"type": "variable",
|
|
@@ -17536,8 +17586,8 @@
|
|
|
17536
17586
|
"value": "$kendo-drawer-item-bg",
|
|
17537
17587
|
"scope": "default",
|
|
17538
17588
|
"line": {
|
|
17539
|
-
"start":
|
|
17540
|
-
"end":
|
|
17589
|
+
"start": 100,
|
|
17590
|
+
"end": 100
|
|
17541
17591
|
}
|
|
17542
17592
|
},
|
|
17543
17593
|
"group": [
|
|
@@ -17552,8 +17602,8 @@
|
|
|
17552
17602
|
{
|
|
17553
17603
|
"description": "Text color of the hovered drawer item.\n",
|
|
17554
17604
|
"commentRange": {
|
|
17555
|
-
"start":
|
|
17556
|
-
"end":
|
|
17605
|
+
"start": 101,
|
|
17606
|
+
"end": 102
|
|
17557
17607
|
},
|
|
17558
17608
|
"context": {
|
|
17559
17609
|
"type": "variable",
|
|
@@ -17561,8 +17611,8 @@
|
|
|
17561
17611
|
"value": "get-theme-color-var( primary-110 )",
|
|
17562
17612
|
"scope": "default",
|
|
17563
17613
|
"line": {
|
|
17564
|
-
"start":
|
|
17565
|
-
"end":
|
|
17614
|
+
"start": 103,
|
|
17615
|
+
"end": 103
|
|
17566
17616
|
}
|
|
17567
17617
|
},
|
|
17568
17618
|
"group": [
|
|
@@ -17577,8 +17627,8 @@
|
|
|
17577
17627
|
{
|
|
17578
17628
|
"description": "Text color of the hovered drawer item icon.\n",
|
|
17579
17629
|
"commentRange": {
|
|
17580
|
-
"start":
|
|
17581
|
-
"end":
|
|
17630
|
+
"start": 104,
|
|
17631
|
+
"end": 105
|
|
17582
17632
|
},
|
|
17583
17633
|
"context": {
|
|
17584
17634
|
"type": "variable",
|
|
@@ -17586,8 +17636,8 @@
|
|
|
17586
17636
|
"value": "get-theme-color-var( primary-110 )",
|
|
17587
17637
|
"scope": "default",
|
|
17588
17638
|
"line": {
|
|
17589
|
-
"start":
|
|
17590
|
-
"end":
|
|
17639
|
+
"start": 106,
|
|
17640
|
+
"end": 106
|
|
17591
17641
|
}
|
|
17592
17642
|
},
|
|
17593
17643
|
"group": [
|
|
@@ -17602,8 +17652,8 @@
|
|
|
17602
17652
|
{
|
|
17603
17653
|
"description": "Background color of the focused drawer item.\n",
|
|
17604
17654
|
"commentRange": {
|
|
17605
|
-
"start":
|
|
17606
|
-
"end":
|
|
17655
|
+
"start": 108,
|
|
17656
|
+
"end": 109
|
|
17607
17657
|
},
|
|
17608
17658
|
"context": {
|
|
17609
17659
|
"type": "variable",
|
|
@@ -17611,8 +17661,8 @@
|
|
|
17611
17661
|
"value": "$kendo-drawer-item-bg",
|
|
17612
17662
|
"scope": "default",
|
|
17613
17663
|
"line": {
|
|
17614
|
-
"start":
|
|
17615
|
-
"end":
|
|
17664
|
+
"start": 110,
|
|
17665
|
+
"end": 110
|
|
17616
17666
|
}
|
|
17617
17667
|
},
|
|
17618
17668
|
"group": [
|
|
@@ -17627,8 +17677,8 @@
|
|
|
17627
17677
|
{
|
|
17628
17678
|
"description": "Text color of the focused drawer item.\n",
|
|
17629
17679
|
"commentRange": {
|
|
17630
|
-
"start":
|
|
17631
|
-
"end":
|
|
17680
|
+
"start": 111,
|
|
17681
|
+
"end": 112
|
|
17632
17682
|
},
|
|
17633
17683
|
"context": {
|
|
17634
17684
|
"type": "variable",
|
|
@@ -17636,8 +17686,8 @@
|
|
|
17636
17686
|
"value": "$kendo-drawer-item-text",
|
|
17637
17687
|
"scope": "default",
|
|
17638
17688
|
"line": {
|
|
17639
|
-
"start":
|
|
17640
|
-
"end":
|
|
17689
|
+
"start": 113,
|
|
17690
|
+
"end": 113
|
|
17641
17691
|
}
|
|
17642
17692
|
},
|
|
17643
17693
|
"group": [
|
|
@@ -17652,8 +17702,8 @@
|
|
|
17652
17702
|
{
|
|
17653
17703
|
"description": "Box shadow of the focused drawer item.\n",
|
|
17654
17704
|
"commentRange": {
|
|
17655
|
-
"start":
|
|
17656
|
-
"end":
|
|
17705
|
+
"start": 114,
|
|
17706
|
+
"end": 115
|
|
17657
17707
|
},
|
|
17658
17708
|
"context": {
|
|
17659
17709
|
"type": "variable",
|
|
@@ -17661,8 +17711,8 @@
|
|
|
17661
17711
|
"value": "inset 0 0 0 1px get-theme-color-var( neutral-130 )",
|
|
17662
17712
|
"scope": "default",
|
|
17663
17713
|
"line": {
|
|
17664
|
-
"start":
|
|
17665
|
-
"end":
|
|
17714
|
+
"start": 116,
|
|
17715
|
+
"end": 116
|
|
17666
17716
|
}
|
|
17667
17717
|
},
|
|
17668
17718
|
"group": [
|
|
@@ -17677,8 +17727,8 @@
|
|
|
17677
17727
|
{
|
|
17678
17728
|
"description": "Text color of the focused drawer item icon.\n",
|
|
17679
17729
|
"commentRange": {
|
|
17680
|
-
"start":
|
|
17681
|
-
"end":
|
|
17730
|
+
"start": 117,
|
|
17731
|
+
"end": 118
|
|
17682
17732
|
},
|
|
17683
17733
|
"context": {
|
|
17684
17734
|
"type": "variable",
|
|
@@ -17686,8 +17736,8 @@
|
|
|
17686
17736
|
"value": "$kendo-drawer-item-icon-text",
|
|
17687
17737
|
"scope": "default",
|
|
17688
17738
|
"line": {
|
|
17689
|
-
"start":
|
|
17690
|
-
"end":
|
|
17739
|
+
"start": 119,
|
|
17740
|
+
"end": 119
|
|
17691
17741
|
}
|
|
17692
17742
|
},
|
|
17693
17743
|
"group": [
|
|
@@ -17702,8 +17752,8 @@
|
|
|
17702
17752
|
{
|
|
17703
17753
|
"description": "Font weight of the selected drawer item.\n",
|
|
17704
17754
|
"commentRange": {
|
|
17705
|
-
"start":
|
|
17706
|
-
"end":
|
|
17755
|
+
"start": 121,
|
|
17756
|
+
"end": 122
|
|
17707
17757
|
},
|
|
17708
17758
|
"context": {
|
|
17709
17759
|
"type": "variable",
|
|
@@ -17711,8 +17761,8 @@
|
|
|
17711
17761
|
"value": "var( --kendo-font-weight-bold, normal )",
|
|
17712
17762
|
"scope": "default",
|
|
17713
17763
|
"line": {
|
|
17714
|
-
"start":
|
|
17715
|
-
"end":
|
|
17764
|
+
"start": 123,
|
|
17765
|
+
"end": 123
|
|
17716
17766
|
}
|
|
17717
17767
|
},
|
|
17718
17768
|
"group": [
|
|
@@ -17727,8 +17777,8 @@
|
|
|
17727
17777
|
{
|
|
17728
17778
|
"description": "Background color of the selected drawer item.\n",
|
|
17729
17779
|
"commentRange": {
|
|
17730
|
-
"start":
|
|
17731
|
-
"end":
|
|
17780
|
+
"start": 124,
|
|
17781
|
+
"end": 125
|
|
17732
17782
|
},
|
|
17733
17783
|
"context": {
|
|
17734
17784
|
"type": "variable",
|
|
@@ -17736,8 +17786,8 @@
|
|
|
17736
17786
|
"value": "var( --kendo-selected-bg, initial )",
|
|
17737
17787
|
"scope": "default",
|
|
17738
17788
|
"line": {
|
|
17739
|
-
"start":
|
|
17740
|
-
"end":
|
|
17789
|
+
"start": 126,
|
|
17790
|
+
"end": 126
|
|
17741
17791
|
}
|
|
17742
17792
|
},
|
|
17743
17793
|
"group": [
|
|
@@ -17752,8 +17802,8 @@
|
|
|
17752
17802
|
{
|
|
17753
17803
|
"description": "Text color of the selected drawer item.\n",
|
|
17754
17804
|
"commentRange": {
|
|
17755
|
-
"start":
|
|
17756
|
-
"end":
|
|
17805
|
+
"start": 127,
|
|
17806
|
+
"end": 128
|
|
17757
17807
|
},
|
|
17758
17808
|
"context": {
|
|
17759
17809
|
"type": "variable",
|
|
@@ -17761,8 +17811,8 @@
|
|
|
17761
17811
|
"value": "$kendo-color-black",
|
|
17762
17812
|
"scope": "default",
|
|
17763
17813
|
"line": {
|
|
17764
|
-
"start":
|
|
17765
|
-
"end":
|
|
17814
|
+
"start": 129,
|
|
17815
|
+
"end": 129
|
|
17766
17816
|
}
|
|
17767
17817
|
},
|
|
17768
17818
|
"group": [
|
|
@@ -17777,8 +17827,8 @@
|
|
|
17777
17827
|
{
|
|
17778
17828
|
"description": "Text color of the selected drawer item icon.\n",
|
|
17779
17829
|
"commentRange": {
|
|
17780
|
-
"start":
|
|
17781
|
-
"end":
|
|
17830
|
+
"start": 130,
|
|
17831
|
+
"end": 131
|
|
17782
17832
|
},
|
|
17783
17833
|
"context": {
|
|
17784
17834
|
"type": "variable",
|
|
@@ -17786,8 +17836,8 @@
|
|
|
17786
17836
|
"value": "get-theme-color-var( primary-120 )",
|
|
17787
17837
|
"scope": "default",
|
|
17788
17838
|
"line": {
|
|
17789
|
-
"start":
|
|
17790
|
-
"end":
|
|
17839
|
+
"start": 132,
|
|
17840
|
+
"end": 132
|
|
17791
17841
|
}
|
|
17792
17842
|
},
|
|
17793
17843
|
"group": [
|
|
@@ -17802,8 +17852,8 @@
|
|
|
17802
17852
|
{
|
|
17803
17853
|
"description": "Background color of the selected and hovered drawer item.\n",
|
|
17804
17854
|
"commentRange": {
|
|
17805
|
-
"start":
|
|
17806
|
-
"end":
|
|
17855
|
+
"start": 133,
|
|
17856
|
+
"end": 134
|
|
17807
17857
|
},
|
|
17808
17858
|
"context": {
|
|
17809
17859
|
"type": "variable",
|
|
@@ -17811,8 +17861,8 @@
|
|
|
17811
17861
|
"value": "var( --kendo-selected-hover-bg, inherit )",
|
|
17812
17862
|
"scope": "default",
|
|
17813
17863
|
"line": {
|
|
17814
|
-
"start":
|
|
17815
|
-
"end":
|
|
17864
|
+
"start": 135,
|
|
17865
|
+
"end": 135
|
|
17816
17866
|
}
|
|
17817
17867
|
},
|
|
17818
17868
|
"group": [
|
|
@@ -17827,8 +17877,8 @@
|
|
|
17827
17877
|
{
|
|
17828
17878
|
"description": "Text color of the selected and hovered drawer item.\n",
|
|
17829
17879
|
"commentRange": {
|
|
17830
|
-
"start":
|
|
17831
|
-
"end":
|
|
17880
|
+
"start": 136,
|
|
17881
|
+
"end": 137
|
|
17832
17882
|
},
|
|
17833
17883
|
"context": {
|
|
17834
17884
|
"type": "variable",
|
|
@@ -17836,8 +17886,8 @@
|
|
|
17836
17886
|
"value": "var( --kendo-selected-hover-text, inherit )",
|
|
17837
17887
|
"scope": "default",
|
|
17838
17888
|
"line": {
|
|
17839
|
-
"start":
|
|
17840
|
-
"end":
|
|
17889
|
+
"start": 138,
|
|
17890
|
+
"end": 138
|
|
17841
17891
|
}
|
|
17842
17892
|
},
|
|
17843
17893
|
"group": [
|
|
@@ -21649,15 +21699,15 @@
|
|
|
21649
21699
|
}
|
|
21650
21700
|
},
|
|
21651
21701
|
{
|
|
21652
|
-
"description": "FAB icon
|
|
21702
|
+
"description": "Horizontal padding of the FAB icon.\n",
|
|
21653
21703
|
"commentRange": {
|
|
21654
21704
|
"start": 46,
|
|
21655
21705
|
"end": 47
|
|
21656
21706
|
},
|
|
21657
21707
|
"context": {
|
|
21658
21708
|
"type": "variable",
|
|
21659
|
-
"name": "kendo-fab-icon-
|
|
21660
|
-
"value": "
|
|
21709
|
+
"name": "kendo-fab-icon-padding-x",
|
|
21710
|
+
"value": "map.get( $kendo-spacing, 0.5 )",
|
|
21661
21711
|
"scope": "default",
|
|
21662
21712
|
"line": {
|
|
21663
21713
|
"start": 48,
|
|
@@ -21674,15 +21724,15 @@
|
|
|
21674
21724
|
}
|
|
21675
21725
|
},
|
|
21676
21726
|
{
|
|
21677
|
-
"description": "FAB icon
|
|
21727
|
+
"description": "Vertical padding of the FAB icon.\n",
|
|
21678
21728
|
"commentRange": {
|
|
21679
21729
|
"start": 49,
|
|
21680
21730
|
"end": 50
|
|
21681
21731
|
},
|
|
21682
21732
|
"context": {
|
|
21683
21733
|
"type": "variable",
|
|
21684
|
-
"name": "kendo-fab-icon-
|
|
21685
|
-
"value": "$kendo-fab-icon-
|
|
21734
|
+
"name": "kendo-fab-icon-padding-y",
|
|
21735
|
+
"value": "$kendo-fab-icon-padding-x",
|
|
21686
21736
|
"scope": "default",
|
|
21687
21737
|
"line": {
|
|
21688
21738
|
"start": 51,
|
|
@@ -22057,7 +22107,7 @@
|
|
|
22057
22107
|
"context": {
|
|
22058
22108
|
"type": "variable",
|
|
22059
22109
|
"name": "kendo-fab-item-icon-padding-x",
|
|
22060
|
-
"value": "map.get( $kendo-spacing, 2 )",
|
|
22110
|
+
"value": "map.get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x",
|
|
22061
22111
|
"scope": "default",
|
|
22062
22112
|
"line": {
|
|
22063
22113
|
"start": 100,
|
|
@@ -22082,7 +22132,7 @@
|
|
|
22082
22132
|
"context": {
|
|
22083
22133
|
"type": "variable",
|
|
22084
22134
|
"name": "kendo-fab-item-icon-padding-y",
|
|
22085
|
-
"value": "
|
|
22135
|
+
"value": "$kendo-fab-item-icon-padding-x",
|
|
22086
22136
|
"scope": "default",
|
|
22087
22137
|
"line": {
|
|
22088
22138
|
"start": 103,
|
|
@@ -22173,61 +22223,11 @@
|
|
|
22173
22223
|
"name": "_variables.scss"
|
|
22174
22224
|
}
|
|
22175
22225
|
},
|
|
22176
|
-
{
|
|
22177
|
-
"description": "Width of the FAB item icon.\n",
|
|
22178
|
-
"commentRange": {
|
|
22179
|
-
"start": 113,
|
|
22180
|
-
"end": 114
|
|
22181
|
-
},
|
|
22182
|
-
"context": {
|
|
22183
|
-
"type": "variable",
|
|
22184
|
-
"name": "kendo-fab-item-icon-width",
|
|
22185
|
-
"value": "20px",
|
|
22186
|
-
"scope": "default",
|
|
22187
|
-
"line": {
|
|
22188
|
-
"start": 115,
|
|
22189
|
-
"end": 115
|
|
22190
|
-
}
|
|
22191
|
-
},
|
|
22192
|
-
"group": [
|
|
22193
|
-
"floating-action-button"
|
|
22194
|
-
],
|
|
22195
|
-
"access": "public",
|
|
22196
|
-
"file": {
|
|
22197
|
-
"path": "fab/_variables.scss",
|
|
22198
|
-
"name": "_variables.scss"
|
|
22199
|
-
}
|
|
22200
|
-
},
|
|
22201
|
-
{
|
|
22202
|
-
"description": "Height of the FAB item icon.\n",
|
|
22203
|
-
"commentRange": {
|
|
22204
|
-
"start": 116,
|
|
22205
|
-
"end": 117
|
|
22206
|
-
},
|
|
22207
|
-
"context": {
|
|
22208
|
-
"type": "variable",
|
|
22209
|
-
"name": "kendo-fab-item-icon-height",
|
|
22210
|
-
"value": "$kendo-fab-item-icon-width",
|
|
22211
|
-
"scope": "default",
|
|
22212
|
-
"line": {
|
|
22213
|
-
"start": 118,
|
|
22214
|
-
"end": 118
|
|
22215
|
-
}
|
|
22216
|
-
},
|
|
22217
|
-
"group": [
|
|
22218
|
-
"floating-action-button"
|
|
22219
|
-
],
|
|
22220
|
-
"access": "public",
|
|
22221
|
-
"file": {
|
|
22222
|
-
"path": "fab/_variables.scss",
|
|
22223
|
-
"name": "_variables.scss"
|
|
22224
|
-
}
|
|
22225
|
-
},
|
|
22226
22226
|
{
|
|
22227
22227
|
"description": "Theme colors map for the FAB.\n",
|
|
22228
22228
|
"commentRange": {
|
|
22229
|
-
"start":
|
|
22230
|
-
"end":
|
|
22229
|
+
"start": 114,
|
|
22230
|
+
"end": 115
|
|
22231
22231
|
},
|
|
22232
22232
|
"context": {
|
|
22233
22233
|
"type": "variable",
|
|
@@ -22235,8 +22235,8 @@
|
|
|
22235
22235
|
"value": "(\n solid: map.get( $kendo-button-theme-colors, \"solid\")\n)",
|
|
22236
22236
|
"scope": "default",
|
|
22237
22237
|
"line": {
|
|
22238
|
-
"start":
|
|
22239
|
-
"end":
|
|
22238
|
+
"start": 116,
|
|
22239
|
+
"end": 118
|
|
22240
22240
|
}
|
|
22241
22241
|
},
|
|
22242
22242
|
"group": [
|
|
@@ -22251,8 +22251,8 @@
|
|
|
22251
22251
|
{
|
|
22252
22252
|
"description": "Sizes map for the FAB.\n",
|
|
22253
22253
|
"commentRange": {
|
|
22254
|
-
"start":
|
|
22255
|
-
"end":
|
|
22254
|
+
"start": 120,
|
|
22255
|
+
"end": 121
|
|
22256
22256
|
},
|
|
22257
22257
|
"context": {
|
|
22258
22258
|
"type": "variable",
|
|
@@ -22260,8 +22260,8 @@
|
|
|
22260
22260
|
"value": "(\n sm: (\n padding-x: $kendo-fab-sm-padding-x,\n padding-y: $kendo-fab-sm-padding-y\n ),\n md: (\n padding-x: $kendo-fab-md-padding-x,\n padding-y: $kendo-fab-md-padding-y\n ),\n lg: (\n padding-x: $kendo-fab-lg-padding-x,\n padding-y: $kendo-fab-lg-padding-y\n )\n)",
|
|
22261
22261
|
"scope": "default",
|
|
22262
22262
|
"line": {
|
|
22263
|
-
"start":
|
|
22264
|
-
"end":
|
|
22263
|
+
"start": 122,
|
|
22264
|
+
"end": 135
|
|
22265
22265
|
}
|
|
22266
22266
|
},
|
|
22267
22267
|
"group": [
|
|
@@ -22276,8 +22276,8 @@
|
|
|
22276
22276
|
{
|
|
22277
22277
|
"description": "The bottom margin of the FAB item.\n",
|
|
22278
22278
|
"commentRange": {
|
|
22279
|
-
"start":
|
|
22280
|
-
"end":
|
|
22279
|
+
"start": 137,
|
|
22280
|
+
"end": 138
|
|
22281
22281
|
},
|
|
22282
22282
|
"context": {
|
|
22283
22283
|
"type": "variable",
|
|
@@ -22285,8 +22285,8 @@
|
|
|
22285
22285
|
"value": "map.get( $kendo-spacing, 2 )",
|
|
22286
22286
|
"scope": "default",
|
|
22287
22287
|
"line": {
|
|
22288
|
-
"start":
|
|
22289
|
-
"end":
|
|
22288
|
+
"start": 139,
|
|
22289
|
+
"end": 139
|
|
22290
22290
|
}
|
|
22291
22291
|
},
|
|
22292
22292
|
"group": [
|
|
@@ -22301,8 +22301,8 @@
|
|
|
22301
22301
|
{
|
|
22302
22302
|
"description": "The base text color of the FAB item.\n",
|
|
22303
22303
|
"commentRange": {
|
|
22304
|
-
"start":
|
|
22305
|
-
"end":
|
|
22304
|
+
"start": 140,
|
|
22305
|
+
"end": 141
|
|
22306
22306
|
},
|
|
22307
22307
|
"context": {
|
|
22308
22308
|
"type": "variable",
|
|
@@ -22310,8 +22310,8 @@
|
|
|
22310
22310
|
"value": "get-theme-color-var( neutral-160 )",
|
|
22311
22311
|
"scope": "default",
|
|
22312
22312
|
"line": {
|
|
22313
|
-
"start":
|
|
22314
|
-
"end":
|
|
22313
|
+
"start": 142,
|
|
22314
|
+
"end": 142
|
|
22315
22315
|
}
|
|
22316
22316
|
},
|
|
22317
22317
|
"group": [
|
|
@@ -22326,8 +22326,8 @@
|
|
|
22326
22326
|
{
|
|
22327
22327
|
"description": "The base background color of the FAB item.\n",
|
|
22328
22328
|
"commentRange": {
|
|
22329
|
-
"start":
|
|
22330
|
-
"end":
|
|
22329
|
+
"start": 143,
|
|
22330
|
+
"end": 144
|
|
22331
22331
|
},
|
|
22332
22332
|
"context": {
|
|
22333
22333
|
"type": "variable",
|
|
@@ -22335,8 +22335,8 @@
|
|
|
22335
22335
|
"value": "var( --kendo-component-bg, inherit )",
|
|
22336
22336
|
"scope": "default",
|
|
22337
22337
|
"line": {
|
|
22338
|
-
"start":
|
|
22339
|
-
"end":
|
|
22338
|
+
"start": 145,
|
|
22339
|
+
"end": 145
|
|
22340
22340
|
}
|
|
22341
22341
|
},
|
|
22342
22342
|
"group": [
|
|
@@ -22351,8 +22351,8 @@
|
|
|
22351
22351
|
{
|
|
22352
22352
|
"description": "The base border color of the FAB item.\n",
|
|
22353
22353
|
"commentRange": {
|
|
22354
|
-
"start":
|
|
22355
|
-
"end":
|
|
22354
|
+
"start": 146,
|
|
22355
|
+
"end": 147
|
|
22356
22356
|
},
|
|
22357
22357
|
"context": {
|
|
22358
22358
|
"type": "variable",
|
|
@@ -22360,8 +22360,8 @@
|
|
|
22360
22360
|
"value": "get-theme-color-var( neutral-110 )",
|
|
22361
22361
|
"scope": "default",
|
|
22362
22362
|
"line": {
|
|
22363
|
-
"start":
|
|
22364
|
-
"end":
|
|
22363
|
+
"start": 148,
|
|
22364
|
+
"end": 148
|
|
22365
22365
|
}
|
|
22366
22366
|
},
|
|
22367
22367
|
"group": [
|
|
@@ -22376,8 +22376,8 @@
|
|
|
22376
22376
|
{
|
|
22377
22377
|
"description": "The hover text color of the FAB item.\n",
|
|
22378
22378
|
"commentRange": {
|
|
22379
|
-
"start":
|
|
22380
|
-
"end":
|
|
22379
|
+
"start": 149,
|
|
22380
|
+
"end": 150
|
|
22381
22381
|
},
|
|
22382
22382
|
"context": {
|
|
22383
22383
|
"type": "variable",
|
|
@@ -22385,8 +22385,8 @@
|
|
|
22385
22385
|
"value": "var( --kendo-hover-text, inherit )",
|
|
22386
22386
|
"scope": "default",
|
|
22387
22387
|
"line": {
|
|
22388
|
-
"start":
|
|
22389
|
-
"end":
|
|
22388
|
+
"start": 151,
|
|
22389
|
+
"end": 151
|
|
22390
22390
|
}
|
|
22391
22391
|
},
|
|
22392
22392
|
"group": [
|
|
@@ -22401,8 +22401,8 @@
|
|
|
22401
22401
|
{
|
|
22402
22402
|
"description": "The hover background color of the FAB item.\n",
|
|
22403
22403
|
"commentRange": {
|
|
22404
|
-
"start":
|
|
22405
|
-
"end":
|
|
22404
|
+
"start": 152,
|
|
22405
|
+
"end": 153
|
|
22406
22406
|
},
|
|
22407
22407
|
"context": {
|
|
22408
22408
|
"type": "variable",
|
|
@@ -22410,8 +22410,8 @@
|
|
|
22410
22410
|
"value": "var( --kendo-hover-bg, inherit )",
|
|
22411
22411
|
"scope": "default",
|
|
22412
22412
|
"line": {
|
|
22413
|
-
"start":
|
|
22414
|
-
"end":
|
|
22413
|
+
"start": 154,
|
|
22414
|
+
"end": 154
|
|
22415
22415
|
}
|
|
22416
22416
|
},
|
|
22417
22417
|
"group": [
|
|
@@ -22426,8 +22426,8 @@
|
|
|
22426
22426
|
{
|
|
22427
22427
|
"description": "The hover border color of the FAB item.\n",
|
|
22428
22428
|
"commentRange": {
|
|
22429
|
-
"start":
|
|
22430
|
-
"end":
|
|
22429
|
+
"start": 155,
|
|
22430
|
+
"end": 156
|
|
22431
22431
|
},
|
|
22432
22432
|
"context": {
|
|
22433
22433
|
"type": "variable",
|
|
@@ -22435,8 +22435,8 @@
|
|
|
22435
22435
|
"value": "get-theme-color-var( neutral-110 )",
|
|
22436
22436
|
"scope": "default",
|
|
22437
22437
|
"line": {
|
|
22438
|
-
"start":
|
|
22439
|
-
"end":
|
|
22438
|
+
"start": 157,
|
|
22439
|
+
"end": 157
|
|
22440
22440
|
}
|
|
22441
22441
|
},
|
|
22442
22442
|
"group": [
|
|
@@ -22451,8 +22451,8 @@
|
|
|
22451
22451
|
{
|
|
22452
22452
|
"description": "The focus text color of the FAB item.\n",
|
|
22453
22453
|
"commentRange": {
|
|
22454
|
-
"start":
|
|
22455
|
-
"end":
|
|
22454
|
+
"start": 158,
|
|
22455
|
+
"end": 159
|
|
22456
22456
|
},
|
|
22457
22457
|
"context": {
|
|
22458
22458
|
"type": "variable",
|
|
@@ -22460,8 +22460,8 @@
|
|
|
22460
22460
|
"value": "get-theme-color-var( neutral-160 )",
|
|
22461
22461
|
"scope": "default",
|
|
22462
22462
|
"line": {
|
|
22463
|
-
"start":
|
|
22464
|
-
"end":
|
|
22463
|
+
"start": 160,
|
|
22464
|
+
"end": 160
|
|
22465
22465
|
}
|
|
22466
22466
|
},
|
|
22467
22467
|
"group": [
|
|
@@ -22476,8 +22476,8 @@
|
|
|
22476
22476
|
{
|
|
22477
22477
|
"description": "The focus background color of the FAB item.\n",
|
|
22478
22478
|
"commentRange": {
|
|
22479
|
-
"start":
|
|
22480
|
-
"end":
|
|
22479
|
+
"start": 161,
|
|
22480
|
+
"end": 162
|
|
22481
22481
|
},
|
|
22482
22482
|
"context": {
|
|
22483
22483
|
"type": "variable",
|
|
@@ -22485,8 +22485,8 @@
|
|
|
22485
22485
|
"value": "var( --kendo-component-bg, inherit )",
|
|
22486
22486
|
"scope": "default",
|
|
22487
22487
|
"line": {
|
|
22488
|
-
"start":
|
|
22489
|
-
"end":
|
|
22488
|
+
"start": 163,
|
|
22489
|
+
"end": 163
|
|
22490
22490
|
}
|
|
22491
22491
|
},
|
|
22492
22492
|
"group": [
|
|
@@ -22501,8 +22501,8 @@
|
|
|
22501
22501
|
{
|
|
22502
22502
|
"description": "The focus border color of the FAB item.\n",
|
|
22503
22503
|
"commentRange": {
|
|
22504
|
-
"start":
|
|
22505
|
-
"end":
|
|
22504
|
+
"start": 164,
|
|
22505
|
+
"end": 165
|
|
22506
22506
|
},
|
|
22507
22507
|
"context": {
|
|
22508
22508
|
"type": "variable",
|
|
@@ -22510,8 +22510,8 @@
|
|
|
22510
22510
|
"value": "get-theme-color-var( neutral-110 )",
|
|
22511
22511
|
"scope": "default",
|
|
22512
22512
|
"line": {
|
|
22513
|
-
"start":
|
|
22514
|
-
"end":
|
|
22513
|
+
"start": 166,
|
|
22514
|
+
"end": 166
|
|
22515
22515
|
}
|
|
22516
22516
|
},
|
|
22517
22517
|
"group": [
|
|
@@ -22526,8 +22526,8 @@
|
|
|
22526
22526
|
{
|
|
22527
22527
|
"description": "The active text color of the FAB item.\n",
|
|
22528
22528
|
"commentRange": {
|
|
22529
|
-
"start":
|
|
22530
|
-
"end":
|
|
22529
|
+
"start": 167,
|
|
22530
|
+
"end": 168
|
|
22531
22531
|
},
|
|
22532
22532
|
"context": {
|
|
22533
22533
|
"type": "variable",
|
|
@@ -22535,8 +22535,8 @@
|
|
|
22535
22535
|
"value": "var( --kendo-selected-text, inherit )",
|
|
22536
22536
|
"scope": "default",
|
|
22537
22537
|
"line": {
|
|
22538
|
-
"start":
|
|
22539
|
-
"end":
|
|
22538
|
+
"start": 169,
|
|
22539
|
+
"end": 169
|
|
22540
22540
|
}
|
|
22541
22541
|
},
|
|
22542
22542
|
"group": [
|
|
@@ -22551,8 +22551,8 @@
|
|
|
22551
22551
|
{
|
|
22552
22552
|
"description": "The active background color of the FAB item.\n",
|
|
22553
22553
|
"commentRange": {
|
|
22554
|
-
"start":
|
|
22555
|
-
"end":
|
|
22554
|
+
"start": 170,
|
|
22555
|
+
"end": 171
|
|
22556
22556
|
},
|
|
22557
22557
|
"context": {
|
|
22558
22558
|
"type": "variable",
|
|
@@ -22560,8 +22560,8 @@
|
|
|
22560
22560
|
"value": "var( --kendo-selected-bg, inherit )",
|
|
22561
22561
|
"scope": "default",
|
|
22562
22562
|
"line": {
|
|
22563
|
-
"start":
|
|
22564
|
-
"end":
|
|
22563
|
+
"start": 172,
|
|
22564
|
+
"end": 172
|
|
22565
22565
|
}
|
|
22566
22566
|
},
|
|
22567
22567
|
"group": [
|
|
@@ -22576,8 +22576,8 @@
|
|
|
22576
22576
|
{
|
|
22577
22577
|
"description": "The active border color of the FAB item.\n",
|
|
22578
22578
|
"commentRange": {
|
|
22579
|
-
"start":
|
|
22580
|
-
"end":
|
|
22579
|
+
"start": 173,
|
|
22580
|
+
"end": 174
|
|
22581
22581
|
},
|
|
22582
22582
|
"context": {
|
|
22583
22583
|
"type": "variable",
|
|
@@ -22585,8 +22585,8 @@
|
|
|
22585
22585
|
"value": "get-theme-color-var( neutral-110 )",
|
|
22586
22586
|
"scope": "default",
|
|
22587
22587
|
"line": {
|
|
22588
|
-
"start":
|
|
22589
|
-
"end":
|
|
22588
|
+
"start": 175,
|
|
22589
|
+
"end": 175
|
|
22590
22590
|
}
|
|
22591
22591
|
},
|
|
22592
22592
|
"group": [
|
|
@@ -33207,7 +33207,7 @@
|
|
|
33207
33207
|
"context": {
|
|
33208
33208
|
"type": "variable",
|
|
33209
33209
|
"name": "kendo-input-sizes",
|
|
33210
|
-
"value": "(\n sm: (\n padding-x: $kendo-input-sm-padding-x,\n padding-y: $kendo-input-sm-padding-y,\n font-size: $kendo-input-sm-font-size,\n line-height: $kendo-input-sm-line-height,\n icon-size: calc( var( --kendo-icon-size, 1rem ) + #{$kendo-input-
|
|
33210
|
+
"value": "(\n sm: (\n padding-x: $kendo-input-sm-padding-x,\n padding-y: $kendo-input-sm-padding-y,\n font-size: $kendo-input-sm-font-size,\n line-height: $kendo-input-sm-line-height,\n icon-size: calc( var( --kendo-icon-size, 1rem ) + #{$kendo-input-md-padding-y * 2} ),\n button-padding-x: $kendo-input-sm-padding-y,\n button-padding-y: $kendo-input-sm-padding-y,\n button-width: $kendo-input-sm-button-width\n ),\n md: (\n padding-x: $kendo-input-md-padding-x,\n padding-y: $kendo-input-md-padding-y,\n font-size: $kendo-input-md-font-size,\n line-height: $kendo-input-md-line-height,\n icon-size: calc( var( --kendo-icon-size, 1rem ) + #{$kendo-input-sm-padding-y * 2} ),\n button-padding-x: $kendo-input-md-padding-y,\n button-padding-y: $kendo-input-md-padding-y,\n button-width: $kendo-input-md-button-width\n ),\n lg: (\n padding-x: $kendo-input-lg-padding-x,\n padding-y: $kendo-input-lg-padding-y,\n font-size: $kendo-input-lg-font-size,\n line-height: $kendo-input-lg-line-height,\n icon-size: calc( var( --kendo-icon-size, 1rem ) + #{$kendo-input-lg-padding-y * 2} ),\n button-padding-x: $kendo-input-lg-padding-y,\n button-padding-y: $kendo-input-lg-padding-y,\n button-width: $kendo-input-lg-button-width\n )\n)",
|
|
33211
33211
|
"scope": "default",
|
|
33212
33212
|
"line": {
|
|
33213
33213
|
"start": 454,
|