@progress/kendo-theme-fluent 11.0.0 → 11.0.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 +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +728 -284
- package/dist/meta/sassdoc-raw-data.json +339 -139
- package/dist/meta/variables.json +41 -3
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/colorgradient/_layout.scss +10 -1
- package/scss/colorgradient/_variables.scss +27 -2
- package/scss/dataviz/_layout.scss +4 -4
- package/scss/dataviz/_variables.scss +8 -0
|
@@ -14823,6 +14823,60 @@
|
|
|
14823
14823
|
"resolvedValue": "var(--kendo-spacing-25, 7rem)",
|
|
14824
14824
|
"resolvedType": "String"
|
|
14825
14825
|
},
|
|
14826
|
+
{
|
|
14827
|
+
"description": "Color of the Gauge Pointer.\n",
|
|
14828
|
+
"commentRange": {
|
|
14829
|
+
"start": 266,
|
|
14830
|
+
"end": 267
|
|
14831
|
+
},
|
|
14832
|
+
"context": {
|
|
14833
|
+
"type": "variable",
|
|
14834
|
+
"name": "kendo-gauge-pointer-bg",
|
|
14835
|
+
"value": "$kendo-series-f",
|
|
14836
|
+
"scope": "default",
|
|
14837
|
+
"line": {
|
|
14838
|
+
"start": 268,
|
|
14839
|
+
"end": 268
|
|
14840
|
+
}
|
|
14841
|
+
},
|
|
14842
|
+
"group": [
|
|
14843
|
+
"charts"
|
|
14844
|
+
],
|
|
14845
|
+
"access": "public",
|
|
14846
|
+
"file": {
|
|
14847
|
+
"path": "fluent/scss/dataviz/_variables.scss",
|
|
14848
|
+
"name": "_variables.scss"
|
|
14849
|
+
},
|
|
14850
|
+
"resolvedValue": "var(--kendo-color-series-f, #00cc6a)",
|
|
14851
|
+
"resolvedType": "String"
|
|
14852
|
+
},
|
|
14853
|
+
{
|
|
14854
|
+
"description": "Color of the Gauge Track.\n",
|
|
14855
|
+
"commentRange": {
|
|
14856
|
+
"start": 269,
|
|
14857
|
+
"end": 270
|
|
14858
|
+
},
|
|
14859
|
+
"context": {
|
|
14860
|
+
"type": "variable",
|
|
14861
|
+
"name": "kendo-gauge-track-bg",
|
|
14862
|
+
"value": "k-color(base-emphasis)",
|
|
14863
|
+
"scope": "default",
|
|
14864
|
+
"line": {
|
|
14865
|
+
"start": 271,
|
|
14866
|
+
"end": 271
|
|
14867
|
+
}
|
|
14868
|
+
},
|
|
14869
|
+
"group": [
|
|
14870
|
+
"charts"
|
|
14871
|
+
],
|
|
14872
|
+
"access": "public",
|
|
14873
|
+
"file": {
|
|
14874
|
+
"path": "fluent/scss/dataviz/_variables.scss",
|
|
14875
|
+
"name": "_variables.scss"
|
|
14876
|
+
},
|
|
14877
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, #605e5c)",
|
|
14878
|
+
"resolvedType": "String"
|
|
14879
|
+
},
|
|
14826
14880
|
{
|
|
14827
14881
|
"description": "The box shadow transition of the Chat.\n",
|
|
14828
14882
|
"commentRange": {
|
|
@@ -21342,7 +21396,7 @@
|
|
|
21342
21396
|
"context": {
|
|
21343
21397
|
"type": "variable",
|
|
21344
21398
|
"name": "kendo-color-gradient-canvas-rectangle-height",
|
|
21345
|
-
"value": "
|
|
21399
|
+
"value": "184px",
|
|
21346
21400
|
"scope": "default",
|
|
21347
21401
|
"line": {
|
|
21348
21402
|
"start": 107,
|
|
@@ -21357,14 +21411,95 @@
|
|
|
21357
21411
|
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
21358
21412
|
"name": "_variables.scss"
|
|
21359
21413
|
},
|
|
21360
|
-
"resolvedValue": "
|
|
21414
|
+
"resolvedValue": "184px",
|
|
21415
|
+
"resolvedType": "Number"
|
|
21416
|
+
},
|
|
21417
|
+
{
|
|
21418
|
+
"description": "The height the small ColorGradient canvas hsv rectangle.\n",
|
|
21419
|
+
"commentRange": {
|
|
21420
|
+
"start": 108,
|
|
21421
|
+
"end": 109
|
|
21422
|
+
},
|
|
21423
|
+
"context": {
|
|
21424
|
+
"type": "variable",
|
|
21425
|
+
"name": "kendo-color-gradient-sm-canvas-rectangle-height",
|
|
21426
|
+
"value": "160px",
|
|
21427
|
+
"scope": "default",
|
|
21428
|
+
"line": {
|
|
21429
|
+
"start": 110,
|
|
21430
|
+
"end": 110
|
|
21431
|
+
}
|
|
21432
|
+
},
|
|
21433
|
+
"group": [
|
|
21434
|
+
"color-gradient"
|
|
21435
|
+
],
|
|
21436
|
+
"access": "public",
|
|
21437
|
+
"file": {
|
|
21438
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
21439
|
+
"name": "_variables.scss"
|
|
21440
|
+
},
|
|
21441
|
+
"resolvedValue": "160px",
|
|
21442
|
+
"resolvedType": "Number"
|
|
21443
|
+
},
|
|
21444
|
+
{
|
|
21445
|
+
"description": "The height the medium ColorGradient canvas hsv rectangle.\n",
|
|
21446
|
+
"commentRange": {
|
|
21447
|
+
"start": 111,
|
|
21448
|
+
"end": 112
|
|
21449
|
+
},
|
|
21450
|
+
"context": {
|
|
21451
|
+
"type": "variable",
|
|
21452
|
+
"name": "kendo-color-gradient-md-canvas-rectangle-height",
|
|
21453
|
+
"value": "$kendo-color-gradient-canvas-rectangle-height",
|
|
21454
|
+
"scope": "default",
|
|
21455
|
+
"line": {
|
|
21456
|
+
"start": 113,
|
|
21457
|
+
"end": 113
|
|
21458
|
+
}
|
|
21459
|
+
},
|
|
21460
|
+
"group": [
|
|
21461
|
+
"color-gradient"
|
|
21462
|
+
],
|
|
21463
|
+
"access": "public",
|
|
21464
|
+
"file": {
|
|
21465
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
21466
|
+
"name": "_variables.scss"
|
|
21467
|
+
},
|
|
21468
|
+
"resolvedValue": "184px",
|
|
21469
|
+
"resolvedType": "Number"
|
|
21470
|
+
},
|
|
21471
|
+
{
|
|
21472
|
+
"description": "The height the large ColorGradient canvas hsv rectangle.\n",
|
|
21473
|
+
"commentRange": {
|
|
21474
|
+
"start": 114,
|
|
21475
|
+
"end": 115
|
|
21476
|
+
},
|
|
21477
|
+
"context": {
|
|
21478
|
+
"type": "variable",
|
|
21479
|
+
"name": "kendo-color-gradient-lg-canvas-rectangle-height",
|
|
21480
|
+
"value": "254px",
|
|
21481
|
+
"scope": "default",
|
|
21482
|
+
"line": {
|
|
21483
|
+
"start": 116,
|
|
21484
|
+
"end": 116
|
|
21485
|
+
}
|
|
21486
|
+
},
|
|
21487
|
+
"group": [
|
|
21488
|
+
"color-gradient"
|
|
21489
|
+
],
|
|
21490
|
+
"access": "public",
|
|
21491
|
+
"file": {
|
|
21492
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
21493
|
+
"name": "_variables.scss"
|
|
21494
|
+
},
|
|
21495
|
+
"resolvedValue": "254px",
|
|
21361
21496
|
"resolvedType": "Number"
|
|
21362
21497
|
},
|
|
21363
21498
|
{
|
|
21364
21499
|
"description": "The spacing between the items of the small ColorGradient canvas.\n",
|
|
21365
21500
|
"commentRange": {
|
|
21366
|
-
"start":
|
|
21367
|
-
"end":
|
|
21501
|
+
"start": 118,
|
|
21502
|
+
"end": 119
|
|
21368
21503
|
},
|
|
21369
21504
|
"context": {
|
|
21370
21505
|
"type": "variable",
|
|
@@ -21372,8 +21507,8 @@
|
|
|
21372
21507
|
"value": "$kendo-color-gradient-canvas-spacing",
|
|
21373
21508
|
"scope": "default",
|
|
21374
21509
|
"line": {
|
|
21375
|
-
"start":
|
|
21376
|
-
"end":
|
|
21510
|
+
"start": 120,
|
|
21511
|
+
"end": 120
|
|
21377
21512
|
}
|
|
21378
21513
|
},
|
|
21379
21514
|
"group": [
|
|
@@ -21390,8 +21525,8 @@
|
|
|
21390
21525
|
{
|
|
21391
21526
|
"description": "The spacing between the items of the medium ColorGradient canvas.\n",
|
|
21392
21527
|
"commentRange": {
|
|
21393
|
-
"start":
|
|
21394
|
-
"end":
|
|
21528
|
+
"start": 121,
|
|
21529
|
+
"end": 122
|
|
21395
21530
|
},
|
|
21396
21531
|
"context": {
|
|
21397
21532
|
"type": "variable",
|
|
@@ -21399,8 +21534,8 @@
|
|
|
21399
21534
|
"value": "$kendo-color-gradient-canvas-spacing",
|
|
21400
21535
|
"scope": "default",
|
|
21401
21536
|
"line": {
|
|
21402
|
-
"start":
|
|
21403
|
-
"end":
|
|
21537
|
+
"start": 123,
|
|
21538
|
+
"end": 123
|
|
21404
21539
|
}
|
|
21405
21540
|
},
|
|
21406
21541
|
"group": [
|
|
@@ -21417,8 +21552,8 @@
|
|
|
21417
21552
|
{
|
|
21418
21553
|
"description": "The spacing between the items of the large ColorGradient canvas.\n",
|
|
21419
21554
|
"commentRange": {
|
|
21420
|
-
"start":
|
|
21421
|
-
"end":
|
|
21555
|
+
"start": 124,
|
|
21556
|
+
"end": 125
|
|
21422
21557
|
},
|
|
21423
21558
|
"context": {
|
|
21424
21559
|
"type": "variable",
|
|
@@ -21426,8 +21561,8 @@
|
|
|
21426
21561
|
"value": "k-spacing(4)",
|
|
21427
21562
|
"scope": "default",
|
|
21428
21563
|
"line": {
|
|
21429
|
-
"start":
|
|
21430
|
-
"end":
|
|
21564
|
+
"start": 126,
|
|
21565
|
+
"end": 126
|
|
21431
21566
|
}
|
|
21432
21567
|
},
|
|
21433
21568
|
"group": [
|
|
@@ -21444,8 +21579,8 @@
|
|
|
21444
21579
|
{
|
|
21445
21580
|
"description": "The border color of the ColorGradient canvas hsv rectangle.\n",
|
|
21446
21581
|
"commentRange": {
|
|
21447
|
-
"start":
|
|
21448
|
-
"end":
|
|
21582
|
+
"start": 128,
|
|
21583
|
+
"end": 129
|
|
21449
21584
|
},
|
|
21450
21585
|
"context": {
|
|
21451
21586
|
"type": "variable",
|
|
@@ -21453,8 +21588,8 @@
|
|
|
21453
21588
|
"value": "color-mix(in srgb, k-color(border) 16%, transparent)",
|
|
21454
21589
|
"scope": "default",
|
|
21455
21590
|
"line": {
|
|
21456
|
-
"start":
|
|
21457
|
-
"end":
|
|
21591
|
+
"start": 130,
|
|
21592
|
+
"end": 130
|
|
21458
21593
|
}
|
|
21459
21594
|
},
|
|
21460
21595
|
"group": [
|
|
@@ -21471,8 +21606,8 @@
|
|
|
21471
21606
|
{
|
|
21472
21607
|
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
21473
21608
|
"commentRange": {
|
|
21474
|
-
"start":
|
|
21475
|
-
"end":
|
|
21609
|
+
"start": 131,
|
|
21610
|
+
"end": 132
|
|
21476
21611
|
},
|
|
21477
21612
|
"context": {
|
|
21478
21613
|
"type": "variable",
|
|
@@ -21480,8 +21615,8 @@
|
|
|
21480
21615
|
"value": "var( --kendo-box-shadow-depth-2, none )",
|
|
21481
21616
|
"scope": "default",
|
|
21482
21617
|
"line": {
|
|
21483
|
-
"start":
|
|
21484
|
-
"end":
|
|
21618
|
+
"start": 133,
|
|
21619
|
+
"end": 133
|
|
21485
21620
|
}
|
|
21486
21621
|
},
|
|
21487
21622
|
"group": [
|
|
@@ -21498,8 +21633,8 @@
|
|
|
21498
21633
|
{
|
|
21499
21634
|
"description": "The width of the ColorGradient slider.\n",
|
|
21500
21635
|
"commentRange": {
|
|
21501
|
-
"start":
|
|
21502
|
-
"end":
|
|
21636
|
+
"start": 135,
|
|
21637
|
+
"end": 136
|
|
21503
21638
|
},
|
|
21504
21639
|
"context": {
|
|
21505
21640
|
"type": "variable",
|
|
@@ -21507,8 +21642,8 @@
|
|
|
21507
21642
|
"value": "20px",
|
|
21508
21643
|
"scope": "default",
|
|
21509
21644
|
"line": {
|
|
21510
|
-
"start":
|
|
21511
|
-
"end":
|
|
21645
|
+
"start": 137,
|
|
21646
|
+
"end": 137
|
|
21512
21647
|
}
|
|
21513
21648
|
},
|
|
21514
21649
|
"group": [
|
|
@@ -21525,8 +21660,8 @@
|
|
|
21525
21660
|
{
|
|
21526
21661
|
"description": "The border radius of the ColorGradient slider.\n",
|
|
21527
21662
|
"commentRange": {
|
|
21528
|
-
"start":
|
|
21529
|
-
"end":
|
|
21663
|
+
"start": 138,
|
|
21664
|
+
"end": 139
|
|
21530
21665
|
},
|
|
21531
21666
|
"context": {
|
|
21532
21667
|
"type": "variable",
|
|
@@ -21534,8 +21669,8 @@
|
|
|
21534
21669
|
"value": "k-border-radius(md)",
|
|
21535
21670
|
"scope": "default",
|
|
21536
21671
|
"line": {
|
|
21537
|
-
"start":
|
|
21538
|
-
"end":
|
|
21672
|
+
"start": 140,
|
|
21673
|
+
"end": 140
|
|
21539
21674
|
}
|
|
21540
21675
|
},
|
|
21541
21676
|
"group": [
|
|
@@ -21552,8 +21687,8 @@
|
|
|
21552
21687
|
{
|
|
21553
21688
|
"description": "The width of the border around the ColorGradient slider.\n",
|
|
21554
21689
|
"commentRange": {
|
|
21555
|
-
"start":
|
|
21556
|
-
"end":
|
|
21690
|
+
"start": 141,
|
|
21691
|
+
"end": 142
|
|
21557
21692
|
},
|
|
21558
21693
|
"context": {
|
|
21559
21694
|
"type": "variable",
|
|
@@ -21561,8 +21696,8 @@
|
|
|
21561
21696
|
"value": "0",
|
|
21562
21697
|
"scope": "default",
|
|
21563
21698
|
"line": {
|
|
21564
|
-
"start":
|
|
21565
|
-
"end":
|
|
21699
|
+
"start": 143,
|
|
21700
|
+
"end": 143
|
|
21566
21701
|
}
|
|
21567
21702
|
},
|
|
21568
21703
|
"group": [
|
|
@@ -21579,8 +21714,8 @@
|
|
|
21579
21714
|
{
|
|
21580
21715
|
"description": "The color of the border around the ColorGradient slider.\n",
|
|
21581
21716
|
"commentRange": {
|
|
21582
|
-
"start":
|
|
21583
|
-
"end":
|
|
21717
|
+
"start": 144,
|
|
21718
|
+
"end": 145
|
|
21584
21719
|
},
|
|
21585
21720
|
"context": {
|
|
21586
21721
|
"type": "variable",
|
|
@@ -21588,8 +21723,8 @@
|
|
|
21588
21723
|
"value": "color-mix(in srgb, k-color(border) 16%, transparent)",
|
|
21589
21724
|
"scope": "default",
|
|
21590
21725
|
"line": {
|
|
21591
|
-
"start":
|
|
21592
|
-
"end":
|
|
21726
|
+
"start": 146,
|
|
21727
|
+
"end": 146
|
|
21593
21728
|
}
|
|
21594
21729
|
},
|
|
21595
21730
|
"group": [
|
|
@@ -21606,17 +21741,17 @@
|
|
|
21606
21741
|
{
|
|
21607
21742
|
"description": "The height of the ColorGradient vertical slider.\n",
|
|
21608
21743
|
"commentRange": {
|
|
21609
|
-
"start":
|
|
21610
|
-
"end":
|
|
21744
|
+
"start": 148,
|
|
21745
|
+
"end": 149
|
|
21611
21746
|
},
|
|
21612
21747
|
"context": {
|
|
21613
21748
|
"type": "variable",
|
|
21614
21749
|
"name": "kendo-color-gradient-slider-vertical-size",
|
|
21615
|
-
"value": "
|
|
21750
|
+
"value": "$kendo-color-gradient-canvas-rectangle-height",
|
|
21616
21751
|
"scope": "default",
|
|
21617
21752
|
"line": {
|
|
21618
|
-
"start":
|
|
21619
|
-
"end":
|
|
21753
|
+
"start": 150,
|
|
21754
|
+
"end": 150
|
|
21620
21755
|
}
|
|
21621
21756
|
},
|
|
21622
21757
|
"group": [
|
|
@@ -21627,14 +21762,14 @@
|
|
|
21627
21762
|
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
21628
21763
|
"name": "_variables.scss"
|
|
21629
21764
|
},
|
|
21630
|
-
"resolvedValue": "
|
|
21765
|
+
"resolvedValue": "184px",
|
|
21631
21766
|
"resolvedType": "Number"
|
|
21632
21767
|
},
|
|
21633
21768
|
{
|
|
21634
21769
|
"description": "The width of the ColorGradient horizontal slider.\n",
|
|
21635
21770
|
"commentRange": {
|
|
21636
|
-
"start":
|
|
21637
|
-
"end":
|
|
21771
|
+
"start": 151,
|
|
21772
|
+
"end": 152
|
|
21638
21773
|
},
|
|
21639
21774
|
"context": {
|
|
21640
21775
|
"type": "variable",
|
|
@@ -21642,8 +21777,8 @@
|
|
|
21642
21777
|
"value": "100%",
|
|
21643
21778
|
"scope": "default",
|
|
21644
21779
|
"line": {
|
|
21645
|
-
"start":
|
|
21646
|
-
"end":
|
|
21780
|
+
"start": 153,
|
|
21781
|
+
"end": 153
|
|
21647
21782
|
}
|
|
21648
21783
|
},
|
|
21649
21784
|
"group": [
|
|
@@ -21660,8 +21795,8 @@
|
|
|
21660
21795
|
{
|
|
21661
21796
|
"description": "The background image of the ColorGradient alpha slider.\n",
|
|
21662
21797
|
"commentRange": {
|
|
21663
|
-
"start":
|
|
21664
|
-
"end":
|
|
21798
|
+
"start": 154,
|
|
21799
|
+
"end": 155
|
|
21665
21800
|
},
|
|
21666
21801
|
"context": {
|
|
21667
21802
|
"type": "variable",
|
|
@@ -21669,8 +21804,8 @@
|
|
|
21669
21804
|
"value": "\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC\"",
|
|
21670
21805
|
"scope": "default",
|
|
21671
21806
|
"line": {
|
|
21672
|
-
"start":
|
|
21673
|
-
"end":
|
|
21807
|
+
"start": 156,
|
|
21808
|
+
"end": 156
|
|
21674
21809
|
}
|
|
21675
21810
|
},
|
|
21676
21811
|
"group": [
|
|
@@ -21684,11 +21819,92 @@
|
|
|
21684
21819
|
"resolvedValue": "\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC\"",
|
|
21685
21820
|
"resolvedType": "String"
|
|
21686
21821
|
},
|
|
21822
|
+
{
|
|
21823
|
+
"description": "The height of the small ColorGradient vertical slider.\n",
|
|
21824
|
+
"commentRange": {
|
|
21825
|
+
"start": 158,
|
|
21826
|
+
"end": 159
|
|
21827
|
+
},
|
|
21828
|
+
"context": {
|
|
21829
|
+
"type": "variable",
|
|
21830
|
+
"name": "kendo-color-gradient-sm-slider-vertical-size",
|
|
21831
|
+
"value": "$kendo-color-gradient-sm-canvas-rectangle-height",
|
|
21832
|
+
"scope": "default",
|
|
21833
|
+
"line": {
|
|
21834
|
+
"start": 160,
|
|
21835
|
+
"end": 160
|
|
21836
|
+
}
|
|
21837
|
+
},
|
|
21838
|
+
"group": [
|
|
21839
|
+
"color-gradient"
|
|
21840
|
+
],
|
|
21841
|
+
"access": "public",
|
|
21842
|
+
"file": {
|
|
21843
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
21844
|
+
"name": "_variables.scss"
|
|
21845
|
+
},
|
|
21846
|
+
"resolvedValue": "160px",
|
|
21847
|
+
"resolvedType": "Number"
|
|
21848
|
+
},
|
|
21849
|
+
{
|
|
21850
|
+
"description": "The height of the medium ColorGradient vertical slider.\n",
|
|
21851
|
+
"commentRange": {
|
|
21852
|
+
"start": 161,
|
|
21853
|
+
"end": 162
|
|
21854
|
+
},
|
|
21855
|
+
"context": {
|
|
21856
|
+
"type": "variable",
|
|
21857
|
+
"name": "kendo-color-gradient-md-slider-vertical-size",
|
|
21858
|
+
"value": "$kendo-color-gradient-md-canvas-rectangle-height",
|
|
21859
|
+
"scope": "default",
|
|
21860
|
+
"line": {
|
|
21861
|
+
"start": 163,
|
|
21862
|
+
"end": 163
|
|
21863
|
+
}
|
|
21864
|
+
},
|
|
21865
|
+
"group": [
|
|
21866
|
+
"color-gradient"
|
|
21867
|
+
],
|
|
21868
|
+
"access": "public",
|
|
21869
|
+
"file": {
|
|
21870
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
21871
|
+
"name": "_variables.scss"
|
|
21872
|
+
},
|
|
21873
|
+
"resolvedValue": "184px",
|
|
21874
|
+
"resolvedType": "Number"
|
|
21875
|
+
},
|
|
21876
|
+
{
|
|
21877
|
+
"description": "The height of the large ColorGradient vertical slider.\n",
|
|
21878
|
+
"commentRange": {
|
|
21879
|
+
"start": 164,
|
|
21880
|
+
"end": 165
|
|
21881
|
+
},
|
|
21882
|
+
"context": {
|
|
21883
|
+
"type": "variable",
|
|
21884
|
+
"name": "kendo-color-gradient-lg-slider-vertical-size",
|
|
21885
|
+
"value": "$kendo-color-gradient-lg-canvas-rectangle-height",
|
|
21886
|
+
"scope": "default",
|
|
21887
|
+
"line": {
|
|
21888
|
+
"start": 166,
|
|
21889
|
+
"end": 166
|
|
21890
|
+
}
|
|
21891
|
+
},
|
|
21892
|
+
"group": [
|
|
21893
|
+
"color-gradient"
|
|
21894
|
+
],
|
|
21895
|
+
"access": "public",
|
|
21896
|
+
"file": {
|
|
21897
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
21898
|
+
"name": "_variables.scss"
|
|
21899
|
+
},
|
|
21900
|
+
"resolvedValue": "254px",
|
|
21901
|
+
"resolvedType": "Number"
|
|
21902
|
+
},
|
|
21687
21903
|
{
|
|
21688
21904
|
"description": "The width of the ColorGradient canvas drag handle.\n",
|
|
21689
21905
|
"commentRange": {
|
|
21690
|
-
"start":
|
|
21691
|
-
"end":
|
|
21906
|
+
"start": 168,
|
|
21907
|
+
"end": 169
|
|
21692
21908
|
},
|
|
21693
21909
|
"context": {
|
|
21694
21910
|
"type": "variable",
|
|
@@ -21696,8 +21912,8 @@
|
|
|
21696
21912
|
"value": "20px",
|
|
21697
21913
|
"scope": "default",
|
|
21698
21914
|
"line": {
|
|
21699
|
-
"start":
|
|
21700
|
-
"end":
|
|
21915
|
+
"start": 170,
|
|
21916
|
+
"end": 170
|
|
21701
21917
|
}
|
|
21702
21918
|
},
|
|
21703
21919
|
"group": [
|
|
@@ -21714,8 +21930,8 @@
|
|
|
21714
21930
|
{
|
|
21715
21931
|
"description": "The height of the ColorGradient canvas drag handle.\n",
|
|
21716
21932
|
"commentRange": {
|
|
21717
|
-
"start":
|
|
21718
|
-
"end":
|
|
21933
|
+
"start": 171,
|
|
21934
|
+
"end": 172
|
|
21719
21935
|
},
|
|
21720
21936
|
"context": {
|
|
21721
21937
|
"type": "variable",
|
|
@@ -21723,8 +21939,8 @@
|
|
|
21723
21939
|
"value": "20px",
|
|
21724
21940
|
"scope": "default",
|
|
21725
21941
|
"line": {
|
|
21726
|
-
"start":
|
|
21727
|
-
"end":
|
|
21942
|
+
"start": 173,
|
|
21943
|
+
"end": 173
|
|
21728
21944
|
}
|
|
21729
21945
|
},
|
|
21730
21946
|
"group": [
|
|
@@ -21741,8 +21957,8 @@
|
|
|
21741
21957
|
{
|
|
21742
21958
|
"description": "The width of the border around the ColorGradient canvas drag handle.\n",
|
|
21743
21959
|
"commentRange": {
|
|
21744
|
-
"start":
|
|
21745
|
-
"end":
|
|
21960
|
+
"start": 174,
|
|
21961
|
+
"end": 175
|
|
21746
21962
|
},
|
|
21747
21963
|
"context": {
|
|
21748
21964
|
"type": "variable",
|
|
@@ -21750,8 +21966,8 @@
|
|
|
21750
21966
|
"value": "2px",
|
|
21751
21967
|
"scope": "default",
|
|
21752
21968
|
"line": {
|
|
21753
|
-
"start":
|
|
21754
|
-
"end":
|
|
21969
|
+
"start": 176,
|
|
21970
|
+
"end": 176
|
|
21755
21971
|
}
|
|
21756
21972
|
},
|
|
21757
21973
|
"group": [
|
|
@@ -21768,8 +21984,8 @@
|
|
|
21768
21984
|
{
|
|
21769
21985
|
"description": "The width of the outline around the ColorGradient canvas drag handle.\n",
|
|
21770
21986
|
"commentRange": {
|
|
21771
|
-
"start":
|
|
21772
|
-
"end":
|
|
21987
|
+
"start": 177,
|
|
21988
|
+
"end": 178
|
|
21773
21989
|
},
|
|
21774
21990
|
"context": {
|
|
21775
21991
|
"type": "variable",
|
|
@@ -21777,8 +21993,8 @@
|
|
|
21777
21993
|
"value": "1px",
|
|
21778
21994
|
"scope": "default",
|
|
21779
21995
|
"line": {
|
|
21780
|
-
"start":
|
|
21781
|
-
"end":
|
|
21996
|
+
"start": 179,
|
|
21997
|
+
"end": 179
|
|
21782
21998
|
}
|
|
21783
21999
|
},
|
|
21784
22000
|
"group": [
|
|
@@ -21795,8 +22011,8 @@
|
|
|
21795
22011
|
{
|
|
21796
22012
|
"description": "The color of the border around the ColorGradient canvas drag handle.\n",
|
|
21797
22013
|
"commentRange": {
|
|
21798
|
-
"start":
|
|
21799
|
-
"end":
|
|
22014
|
+
"start": 180,
|
|
22015
|
+
"end": 181
|
|
21800
22016
|
},
|
|
21801
22017
|
"context": {
|
|
21802
22018
|
"type": "variable",
|
|
@@ -21804,8 +22020,8 @@
|
|
|
21804
22020
|
"value": "k-color(app-surface)",
|
|
21805
22021
|
"scope": "default",
|
|
21806
22022
|
"line": {
|
|
21807
|
-
"start":
|
|
21808
|
-
"end":
|
|
22023
|
+
"start": 182,
|
|
22024
|
+
"end": 182
|
|
21809
22025
|
}
|
|
21810
22026
|
},
|
|
21811
22027
|
"group": [
|
|
@@ -21822,8 +22038,8 @@
|
|
|
21822
22038
|
{
|
|
21823
22039
|
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
21824
22040
|
"commentRange": {
|
|
21825
|
-
"start":
|
|
21826
|
-
"end":
|
|
22041
|
+
"start": 183,
|
|
22042
|
+
"end": 184
|
|
21827
22043
|
},
|
|
21828
22044
|
"context": {
|
|
21829
22045
|
"type": "variable",
|
|
@@ -21831,8 +22047,8 @@
|
|
|
21831
22047
|
"value": "var( --kendo-box-shadow-depth-2, none )",
|
|
21832
22048
|
"scope": "default",
|
|
21833
22049
|
"line": {
|
|
21834
|
-
"start":
|
|
21835
|
-
"end":
|
|
22050
|
+
"start": 185,
|
|
22051
|
+
"end": 185
|
|
21836
22052
|
}
|
|
21837
22053
|
},
|
|
21838
22054
|
"group": [
|
|
@@ -21849,8 +22065,8 @@
|
|
|
21849
22065
|
{
|
|
21850
22066
|
"description": "The color of the border around the focused ColorGradient canvas drag handle.\n",
|
|
21851
22067
|
"commentRange": {
|
|
21852
|
-
"start":
|
|
21853
|
-
"end":
|
|
22068
|
+
"start": 186,
|
|
22069
|
+
"end": 187
|
|
21854
22070
|
},
|
|
21855
22071
|
"context": {
|
|
21856
22072
|
"type": "variable",
|
|
@@ -21858,8 +22074,8 @@
|
|
|
21858
22074
|
"value": "k-color(app-surface)",
|
|
21859
22075
|
"scope": "default",
|
|
21860
22076
|
"line": {
|
|
21861
|
-
"start":
|
|
21862
|
-
"end":
|
|
22077
|
+
"start": 188,
|
|
22078
|
+
"end": 188
|
|
21863
22079
|
}
|
|
21864
22080
|
},
|
|
21865
22081
|
"group": [
|
|
@@ -21876,8 +22092,8 @@
|
|
|
21876
22092
|
{
|
|
21877
22093
|
"description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
|
|
21878
22094
|
"commentRange": {
|
|
21879
|
-
"start":
|
|
21880
|
-
"end":
|
|
22095
|
+
"start": 189,
|
|
22096
|
+
"end": 190
|
|
21881
22097
|
},
|
|
21882
22098
|
"context": {
|
|
21883
22099
|
"type": "variable",
|
|
@@ -21885,8 +22101,8 @@
|
|
|
21885
22101
|
"value": "k-color(base-emphasis)",
|
|
21886
22102
|
"scope": "default",
|
|
21887
22103
|
"line": {
|
|
21888
|
-
"start":
|
|
21889
|
-
"end":
|
|
22104
|
+
"start": 191,
|
|
22105
|
+
"end": 191
|
|
21890
22106
|
}
|
|
21891
22107
|
},
|
|
21892
22108
|
"group": [
|
|
@@ -21903,8 +22119,8 @@
|
|
|
21903
22119
|
{
|
|
21904
22120
|
"description": "The hover color of the outline around the ColorGradient canvas drag handle.\n",
|
|
21905
22121
|
"commentRange": {
|
|
21906
|
-
"start":
|
|
21907
|
-
"end":
|
|
22122
|
+
"start": 192,
|
|
22123
|
+
"end": 193
|
|
21908
22124
|
},
|
|
21909
22125
|
"context": {
|
|
21910
22126
|
"type": "variable",
|
|
@@ -21912,8 +22128,8 @@
|
|
|
21912
22128
|
"value": "k-color(base-emphasis)",
|
|
21913
22129
|
"scope": "default",
|
|
21914
22130
|
"line": {
|
|
21915
|
-
"start":
|
|
21916
|
-
"end":
|
|
22131
|
+
"start": 194,
|
|
22132
|
+
"end": 194
|
|
21917
22133
|
}
|
|
21918
22134
|
},
|
|
21919
22135
|
"group": [
|
|
@@ -21930,8 +22146,8 @@
|
|
|
21930
22146
|
{
|
|
21931
22147
|
"description": "The vertical offset of the ColorGradient canvas drag handle.\n",
|
|
21932
22148
|
"commentRange": {
|
|
21933
|
-
"start":
|
|
21934
|
-
"end":
|
|
22149
|
+
"start": 196,
|
|
22150
|
+
"end": 197
|
|
21935
22151
|
},
|
|
21936
22152
|
"context": {
|
|
21937
22153
|
"type": "variable",
|
|
@@ -21939,8 +22155,8 @@
|
|
|
21939
22155
|
"value": "( -1 * math.div( $kendo-color-gradient-draghandle-height, 2 ) )",
|
|
21940
22156
|
"scope": "default",
|
|
21941
22157
|
"line": {
|
|
21942
|
-
"start":
|
|
21943
|
-
"end":
|
|
22158
|
+
"start": 198,
|
|
22159
|
+
"end": 198
|
|
21944
22160
|
}
|
|
21945
22161
|
},
|
|
21946
22162
|
"group": [
|
|
@@ -21957,8 +22173,8 @@
|
|
|
21957
22173
|
{
|
|
21958
22174
|
"description": "The horizontal offset of the ColorGradient canvas drag handle.\n",
|
|
21959
22175
|
"commentRange": {
|
|
21960
|
-
"start":
|
|
21961
|
-
"end":
|
|
22176
|
+
"start": 199,
|
|
22177
|
+
"end": 200
|
|
21962
22178
|
},
|
|
21963
22179
|
"context": {
|
|
21964
22180
|
"type": "variable",
|
|
@@ -21966,8 +22182,8 @@
|
|
|
21966
22182
|
"value": "( -1 * math.div( $kendo-color-gradient-draghandle-width, 2 ) )",
|
|
21967
22183
|
"scope": "default",
|
|
21968
22184
|
"line": {
|
|
21969
|
-
"start":
|
|
21970
|
-
"end":
|
|
22185
|
+
"start": 201,
|
|
22186
|
+
"end": 201
|
|
21971
22187
|
}
|
|
21972
22188
|
},
|
|
21973
22189
|
"group": [
|
|
@@ -21984,8 +22200,8 @@
|
|
|
21984
22200
|
{
|
|
21985
22201
|
"description": "The width of the ColorGradient input.\n",
|
|
21986
22202
|
"commentRange": {
|
|
21987
|
-
"start":
|
|
21988
|
-
"end":
|
|
22203
|
+
"start": 203,
|
|
22204
|
+
"end": 204
|
|
21989
22205
|
},
|
|
21990
22206
|
"context": {
|
|
21991
22207
|
"type": "variable",
|
|
@@ -21993,8 +22209,8 @@
|
|
|
21993
22209
|
"value": "48px",
|
|
21994
22210
|
"scope": "default",
|
|
21995
22211
|
"line": {
|
|
21996
|
-
"start":
|
|
21997
|
-
"end":
|
|
22212
|
+
"start": 205,
|
|
22213
|
+
"end": 205
|
|
21998
22214
|
}
|
|
21999
22215
|
},
|
|
22000
22216
|
"group": [
|
|
@@ -22011,8 +22227,8 @@
|
|
|
22011
22227
|
{
|
|
22012
22228
|
"description": "The spacing between the ColorGradient inputs.\n",
|
|
22013
22229
|
"commentRange": {
|
|
22014
|
-
"start":
|
|
22015
|
-
"end":
|
|
22230
|
+
"start": 206,
|
|
22231
|
+
"end": 207
|
|
22016
22232
|
},
|
|
22017
22233
|
"context": {
|
|
22018
22234
|
"type": "variable",
|
|
@@ -22020,8 +22236,8 @@
|
|
|
22020
22236
|
"value": "calc( #{$kendo-color-gradient-spacer} / 4 )",
|
|
22021
22237
|
"scope": "default",
|
|
22022
22238
|
"line": {
|
|
22023
|
-
"start":
|
|
22024
|
-
"end":
|
|
22239
|
+
"start": 208,
|
|
22240
|
+
"end": 208
|
|
22025
22241
|
}
|
|
22026
22242
|
},
|
|
22027
22243
|
"group": [
|
|
@@ -22038,8 +22254,8 @@
|
|
|
22038
22254
|
{
|
|
22039
22255
|
"description": "The font size of the ColorGradient input labels.\n",
|
|
22040
22256
|
"commentRange": {
|
|
22041
|
-
"start":
|
|
22042
|
-
"end":
|
|
22257
|
+
"start": 209,
|
|
22258
|
+
"end": 210
|
|
22043
22259
|
},
|
|
22044
22260
|
"context": {
|
|
22045
22261
|
"type": "variable",
|
|
@@ -22047,8 +22263,8 @@
|
|
|
22047
22263
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
22048
22264
|
"scope": "default",
|
|
22049
22265
|
"line": {
|
|
22050
|
-
"start":
|
|
22051
|
-
"end":
|
|
22266
|
+
"start": 211,
|
|
22267
|
+
"end": 211
|
|
22052
22268
|
}
|
|
22053
22269
|
},
|
|
22054
22270
|
"group": [
|
|
@@ -22065,8 +22281,8 @@
|
|
|
22065
22281
|
{
|
|
22066
22282
|
"description": "The spacing between the ColorGradient inputs and their labels.\n",
|
|
22067
22283
|
"commentRange": {
|
|
22068
|
-
"start":
|
|
22069
|
-
"end":
|
|
22284
|
+
"start": 212,
|
|
22285
|
+
"end": 213
|
|
22070
22286
|
},
|
|
22071
22287
|
"context": {
|
|
22072
22288
|
"type": "variable",
|
|
@@ -22074,8 +22290,8 @@
|
|
|
22074
22290
|
"value": "calc( #{$kendo-color-gradient-spacer} / 4 )",
|
|
22075
22291
|
"scope": "default",
|
|
22076
22292
|
"line": {
|
|
22077
|
-
"start":
|
|
22078
|
-
"end":
|
|
22293
|
+
"start": 214,
|
|
22294
|
+
"end": 214
|
|
22079
22295
|
}
|
|
22080
22296
|
},
|
|
22081
22297
|
"group": [
|
|
@@ -22092,8 +22308,8 @@
|
|
|
22092
22308
|
{
|
|
22093
22309
|
"description": "The text color of the ColorGradient input labels.\n",
|
|
22094
22310
|
"commentRange": {
|
|
22095
|
-
"start":
|
|
22096
|
-
"end":
|
|
22311
|
+
"start": 215,
|
|
22312
|
+
"end": 216
|
|
22097
22313
|
},
|
|
22098
22314
|
"context": {
|
|
22099
22315
|
"type": "variable",
|
|
@@ -22101,8 +22317,8 @@
|
|
|
22101
22317
|
"value": "k-color(subtle)",
|
|
22102
22318
|
"scope": "default",
|
|
22103
22319
|
"line": {
|
|
22104
|
-
"start":
|
|
22105
|
-
"end":
|
|
22320
|
+
"start": 217,
|
|
22321
|
+
"end": 217
|
|
22106
22322
|
}
|
|
22107
22323
|
},
|
|
22108
22324
|
"group": [
|
|
@@ -22119,8 +22335,8 @@
|
|
|
22119
22335
|
{
|
|
22120
22336
|
"description": "The width of the small ColorGradient input.\n",
|
|
22121
22337
|
"commentRange": {
|
|
22122
|
-
"start":
|
|
22123
|
-
"end":
|
|
22338
|
+
"start": 219,
|
|
22339
|
+
"end": 220
|
|
22124
22340
|
},
|
|
22125
22341
|
"context": {
|
|
22126
22342
|
"type": "variable",
|
|
@@ -22128,8 +22344,8 @@
|
|
|
22128
22344
|
"value": "43px",
|
|
22129
22345
|
"scope": "default",
|
|
22130
22346
|
"line": {
|
|
22131
|
-
"start":
|
|
22132
|
-
"end":
|
|
22347
|
+
"start": 221,
|
|
22348
|
+
"end": 221
|
|
22133
22349
|
}
|
|
22134
22350
|
},
|
|
22135
22351
|
"group": [
|
|
@@ -22146,8 +22362,8 @@
|
|
|
22146
22362
|
{
|
|
22147
22363
|
"description": "The width of the medium ColorGradient input.\n",
|
|
22148
22364
|
"commentRange": {
|
|
22149
|
-
"start":
|
|
22150
|
-
"end":
|
|
22365
|
+
"start": 222,
|
|
22366
|
+
"end": 223
|
|
22151
22367
|
},
|
|
22152
22368
|
"context": {
|
|
22153
22369
|
"type": "variable",
|
|
@@ -22155,8 +22371,8 @@
|
|
|
22155
22371
|
"value": "$kendo-color-gradient-input-width",
|
|
22156
22372
|
"scope": "default",
|
|
22157
22373
|
"line": {
|
|
22158
|
-
"start":
|
|
22159
|
-
"end":
|
|
22374
|
+
"start": 224,
|
|
22375
|
+
"end": 224
|
|
22160
22376
|
}
|
|
22161
22377
|
},
|
|
22162
22378
|
"group": [
|
|
@@ -22173,8 +22389,8 @@
|
|
|
22173
22389
|
{
|
|
22174
22390
|
"description": "The width of the large ColorGradient input.\n",
|
|
22175
22391
|
"commentRange": {
|
|
22176
|
-
"start":
|
|
22177
|
-
"end":
|
|
22392
|
+
"start": 225,
|
|
22393
|
+
"end": 226
|
|
22178
22394
|
},
|
|
22179
22395
|
"context": {
|
|
22180
22396
|
"type": "variable",
|
|
@@ -22182,8 +22398,8 @@
|
|
|
22182
22398
|
"value": "68px",
|
|
22183
22399
|
"scope": "default",
|
|
22184
22400
|
"line": {
|
|
22185
|
-
"start":
|
|
22186
|
-
"end":
|
|
22401
|
+
"start": 227,
|
|
22402
|
+
"end": 227
|
|
22187
22403
|
}
|
|
22188
22404
|
},
|
|
22189
22405
|
"group": [
|
|
@@ -22200,8 +22416,8 @@
|
|
|
22200
22416
|
{
|
|
22201
22417
|
"description": "The font weight of the ColorGradient contrast ratio text.\n",
|
|
22202
22418
|
"commentRange": {
|
|
22203
|
-
"start":
|
|
22204
|
-
"end":
|
|
22419
|
+
"start": 229,
|
|
22420
|
+
"end": 230
|
|
22205
22421
|
},
|
|
22206
22422
|
"context": {
|
|
22207
22423
|
"type": "variable",
|
|
@@ -22209,8 +22425,8 @@
|
|
|
22209
22425
|
"value": "var( --kendo-font-weight-bold, normal )",
|
|
22210
22426
|
"scope": "default",
|
|
22211
22427
|
"line": {
|
|
22212
|
-
"start":
|
|
22213
|
-
"end":
|
|
22428
|
+
"start": 231,
|
|
22429
|
+
"end": 231
|
|
22214
22430
|
}
|
|
22215
22431
|
},
|
|
22216
22432
|
"group": [
|
|
@@ -22227,8 +22443,8 @@
|
|
|
22227
22443
|
{
|
|
22228
22444
|
"description": "The spacing between the items in the ColorGradient contrast tool.\n",
|
|
22229
22445
|
"commentRange": {
|
|
22230
|
-
"start":
|
|
22231
|
-
"end":
|
|
22446
|
+
"start": 232,
|
|
22447
|
+
"end": 233
|
|
22232
22448
|
},
|
|
22233
22449
|
"context": {
|
|
22234
22450
|
"type": "variable",
|
|
@@ -22236,8 +22452,8 @@
|
|
|
22236
22452
|
"value": "calc( #{$kendo-color-gradient-spacer} / 1.5 )",
|
|
22237
22453
|
"scope": "default",
|
|
22238
22454
|
"line": {
|
|
22239
|
-
"start":
|
|
22240
|
-
"end":
|
|
22455
|
+
"start": 234,
|
|
22456
|
+
"end": 234
|
|
22241
22457
|
}
|
|
22242
22458
|
},
|
|
22243
22459
|
"group": [
|
|
@@ -22254,17 +22470,17 @@
|
|
|
22254
22470
|
{
|
|
22255
22471
|
"description": "The size map of the ColorGradient.\n",
|
|
22256
22472
|
"commentRange": {
|
|
22257
|
-
"start":
|
|
22258
|
-
"end":
|
|
22473
|
+
"start": 236,
|
|
22474
|
+
"end": 237
|
|
22259
22475
|
},
|
|
22260
22476
|
"context": {
|
|
22261
22477
|
"type": "variable",
|
|
22262
22478
|
"name": "kendo-color-gradient-sizes",
|
|
22263
|
-
"value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n input-width: $kendo-color-gradient-sm-input-width,\n spacing: $kendo-color-gradient-sm-spacing,\n canvas-spacing: $kendo-color-gradient-sm-canvas-spacing,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n input-width: $kendo-color-gradient-md-input-width,\n spacing: $kendo-color-gradient-md-spacing,\n canvas-spacing: $kendo-color-gradient-md-canvas-spacing,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n input-width: $kendo-color-gradient-lg-input-width,\n spacing: $kendo-color-gradient-lg-spacing,\n canvas-spacing: $kendo-color-gradient-lg-canvas-spacing,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
|
|
22479
|
+
"value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,\n input-width: $kendo-color-gradient-sm-input-width,\n spacing: $kendo-color-gradient-sm-spacing,\n canvas-spacing: $kendo-color-gradient-sm-canvas-spacing,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,\n input-width: $kendo-color-gradient-md-input-width,\n spacing: $kendo-color-gradient-md-spacing,\n canvas-spacing: $kendo-color-gradient-md-canvas-spacing,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,\n input-width: $kendo-color-gradient-lg-input-width,\n spacing: $kendo-color-gradient-lg-spacing,\n canvas-spacing: $kendo-color-gradient-lg-canvas-spacing,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
|
|
22264
22480
|
"scope": "default",
|
|
22265
22481
|
"line": {
|
|
22266
|
-
"start":
|
|
22267
|
-
"end":
|
|
22482
|
+
"start": 238,
|
|
22483
|
+
"end": 269
|
|
22268
22484
|
}
|
|
22269
22485
|
},
|
|
22270
22486
|
"group": [
|
|
@@ -22275,11 +22491,13 @@
|
|
|
22275
22491
|
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
22276
22492
|
"name": "_variables.scss"
|
|
22277
22493
|
},
|
|
22278
|
-
"resolvedValue": "(sm: (width: 236px, input-width: 43px, spacing: var(--kendo-spacing-4, 1rem), canvas-spacing: var(--kendo-spacing-2, 0.5rem), padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: var(--kendo-spacing-4, 1rem)), md: (width: 260px, input-width: 48px, spacing: var(--kendo-spacing-4, 1rem), canvas-spacing: var(--kendo-spacing-2, 0.5rem), padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: var(--kendo-spacing-4, 1rem)), lg: (width: 362px, input-width: 68px, spacing: var(--kendo-spacing-4\\.5, 1.125rem), canvas-spacing: var(--kendo-spacing-4, 1rem), padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-4, 1rem)))",
|
|
22494
|
+
"resolvedValue": "(sm: (width: 236px, vertical-slider-height: 160px, rectangle-height: 160px, input-width: 43px, spacing: var(--kendo-spacing-4, 1rem), canvas-spacing: var(--kendo-spacing-2, 0.5rem), padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: var(--kendo-spacing-4, 1rem)), md: (width: 260px, vertical-slider-height: 184px, rectangle-height: 184px, input-width: 48px, spacing: var(--kendo-spacing-4, 1rem), canvas-spacing: var(--kendo-spacing-2, 0.5rem), padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: var(--kendo-spacing-4, 1rem)), lg: (width: 362px, vertical-slider-height: 254px, rectangle-height: 254px, input-width: 68px, spacing: var(--kendo-spacing-4\\.5, 1.125rem), canvas-spacing: var(--kendo-spacing-4, 1rem), padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-4, 1rem)))",
|
|
22279
22495
|
"resolvedType": "Map",
|
|
22280
22496
|
"prettyValue": {
|
|
22281
22497
|
"sm": {
|
|
22282
22498
|
"width": "236px",
|
|
22499
|
+
"vertical-slider-height": "160px",
|
|
22500
|
+
"rectangle-height": "160px",
|
|
22283
22501
|
"input-width": "43px",
|
|
22284
22502
|
"spacing": "var(--kendo-spacing-4, 1rem)",
|
|
22285
22503
|
"canvas-spacing": "var(--kendo-spacing-2, 0.5rem)",
|
|
@@ -22288,6 +22506,8 @@
|
|
|
22288
22506
|
},
|
|
22289
22507
|
"md": {
|
|
22290
22508
|
"width": "260px",
|
|
22509
|
+
"vertical-slider-height": "184px",
|
|
22510
|
+
"rectangle-height": "184px",
|
|
22291
22511
|
"input-width": "48px",
|
|
22292
22512
|
"spacing": "var(--kendo-spacing-4, 1rem)",
|
|
22293
22513
|
"canvas-spacing": "var(--kendo-spacing-2, 0.5rem)",
|
|
@@ -22296,6 +22516,8 @@
|
|
|
22296
22516
|
},
|
|
22297
22517
|
"lg": {
|
|
22298
22518
|
"width": "362px",
|
|
22519
|
+
"vertical-slider-height": "254px",
|
|
22520
|
+
"rectangle-height": "254px",
|
|
22299
22521
|
"input-width": "68px",
|
|
22300
22522
|
"spacing": "var(--kendo-spacing-4\\.5, 1.125rem)",
|
|
22301
22523
|
"canvas-spacing": "var(--kendo-spacing-4, 1rem)",
|
|
@@ -110143,6 +110365,60 @@
|
|
|
110143
110365
|
},
|
|
110144
110366
|
"resolvedValue": "var(--kendo-spacing-25, 7rem)",
|
|
110145
110367
|
"resolvedType": "String"
|
|
110368
|
+
},
|
|
110369
|
+
{
|
|
110370
|
+
"description": "Color of the Gauge Pointer.\n",
|
|
110371
|
+
"commentRange": {
|
|
110372
|
+
"start": 266,
|
|
110373
|
+
"end": 267
|
|
110374
|
+
},
|
|
110375
|
+
"context": {
|
|
110376
|
+
"type": "variable",
|
|
110377
|
+
"name": "kendo-gauge-pointer-bg",
|
|
110378
|
+
"value": "$kendo-series-f",
|
|
110379
|
+
"scope": "default",
|
|
110380
|
+
"line": {
|
|
110381
|
+
"start": 268,
|
|
110382
|
+
"end": 268
|
|
110383
|
+
}
|
|
110384
|
+
},
|
|
110385
|
+
"group": [
|
|
110386
|
+
"charts"
|
|
110387
|
+
],
|
|
110388
|
+
"access": "public",
|
|
110389
|
+
"file": {
|
|
110390
|
+
"path": "fluent/scss/dataviz/_variables.scss",
|
|
110391
|
+
"name": "_variables.scss"
|
|
110392
|
+
},
|
|
110393
|
+
"resolvedValue": "var(--kendo-color-series-f, #00cc6a)",
|
|
110394
|
+
"resolvedType": "String"
|
|
110395
|
+
},
|
|
110396
|
+
{
|
|
110397
|
+
"description": "Color of the Gauge Track.\n",
|
|
110398
|
+
"commentRange": {
|
|
110399
|
+
"start": 269,
|
|
110400
|
+
"end": 270
|
|
110401
|
+
},
|
|
110402
|
+
"context": {
|
|
110403
|
+
"type": "variable",
|
|
110404
|
+
"name": "kendo-gauge-track-bg",
|
|
110405
|
+
"value": "k-color(base-emphasis)",
|
|
110406
|
+
"scope": "default",
|
|
110407
|
+
"line": {
|
|
110408
|
+
"start": 271,
|
|
110409
|
+
"end": 271
|
|
110410
|
+
}
|
|
110411
|
+
},
|
|
110412
|
+
"group": [
|
|
110413
|
+
"charts"
|
|
110414
|
+
],
|
|
110415
|
+
"access": "public",
|
|
110416
|
+
"file": {
|
|
110417
|
+
"path": "fluent/scss/dataviz/_variables.scss",
|
|
110418
|
+
"name": "_variables.scss"
|
|
110419
|
+
},
|
|
110420
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, #605e5c)",
|
|
110421
|
+
"resolvedType": "String"
|
|
110146
110422
|
}
|
|
110147
110423
|
]
|
|
110148
110424
|
},
|
|
@@ -118093,7 +118369,7 @@
|
|
|
118093
118369
|
"context": {
|
|
118094
118370
|
"type": "variable",
|
|
118095
118371
|
"name": "kendo-color-gradient-canvas-rectangle-height",
|
|
118096
|
-
"value": "
|
|
118372
|
+
"value": "184px",
|
|
118097
118373
|
"scope": "default",
|
|
118098
118374
|
"line": {
|
|
118099
118375
|
"start": 107,
|
|
@@ -118108,14 +118384,95 @@
|
|
|
118108
118384
|
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
118109
118385
|
"name": "_variables.scss"
|
|
118110
118386
|
},
|
|
118111
|
-
"resolvedValue": "
|
|
118387
|
+
"resolvedValue": "184px",
|
|
118388
|
+
"resolvedType": "Number"
|
|
118389
|
+
},
|
|
118390
|
+
{
|
|
118391
|
+
"description": "The height the small ColorGradient canvas hsv rectangle.\n",
|
|
118392
|
+
"commentRange": {
|
|
118393
|
+
"start": 108,
|
|
118394
|
+
"end": 109
|
|
118395
|
+
},
|
|
118396
|
+
"context": {
|
|
118397
|
+
"type": "variable",
|
|
118398
|
+
"name": "kendo-color-gradient-sm-canvas-rectangle-height",
|
|
118399
|
+
"value": "160px",
|
|
118400
|
+
"scope": "default",
|
|
118401
|
+
"line": {
|
|
118402
|
+
"start": 110,
|
|
118403
|
+
"end": 110
|
|
118404
|
+
}
|
|
118405
|
+
},
|
|
118406
|
+
"group": [
|
|
118407
|
+
"color-gradient"
|
|
118408
|
+
],
|
|
118409
|
+
"access": "public",
|
|
118410
|
+
"file": {
|
|
118411
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
118412
|
+
"name": "_variables.scss"
|
|
118413
|
+
},
|
|
118414
|
+
"resolvedValue": "160px",
|
|
118415
|
+
"resolvedType": "Number"
|
|
118416
|
+
},
|
|
118417
|
+
{
|
|
118418
|
+
"description": "The height the medium ColorGradient canvas hsv rectangle.\n",
|
|
118419
|
+
"commentRange": {
|
|
118420
|
+
"start": 111,
|
|
118421
|
+
"end": 112
|
|
118422
|
+
},
|
|
118423
|
+
"context": {
|
|
118424
|
+
"type": "variable",
|
|
118425
|
+
"name": "kendo-color-gradient-md-canvas-rectangle-height",
|
|
118426
|
+
"value": "$kendo-color-gradient-canvas-rectangle-height",
|
|
118427
|
+
"scope": "default",
|
|
118428
|
+
"line": {
|
|
118429
|
+
"start": 113,
|
|
118430
|
+
"end": 113
|
|
118431
|
+
}
|
|
118432
|
+
},
|
|
118433
|
+
"group": [
|
|
118434
|
+
"color-gradient"
|
|
118435
|
+
],
|
|
118436
|
+
"access": "public",
|
|
118437
|
+
"file": {
|
|
118438
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
118439
|
+
"name": "_variables.scss"
|
|
118440
|
+
},
|
|
118441
|
+
"resolvedValue": "184px",
|
|
118442
|
+
"resolvedType": "Number"
|
|
118443
|
+
},
|
|
118444
|
+
{
|
|
118445
|
+
"description": "The height the large ColorGradient canvas hsv rectangle.\n",
|
|
118446
|
+
"commentRange": {
|
|
118447
|
+
"start": 114,
|
|
118448
|
+
"end": 115
|
|
118449
|
+
},
|
|
118450
|
+
"context": {
|
|
118451
|
+
"type": "variable",
|
|
118452
|
+
"name": "kendo-color-gradient-lg-canvas-rectangle-height",
|
|
118453
|
+
"value": "254px",
|
|
118454
|
+
"scope": "default",
|
|
118455
|
+
"line": {
|
|
118456
|
+
"start": 116,
|
|
118457
|
+
"end": 116
|
|
118458
|
+
}
|
|
118459
|
+
},
|
|
118460
|
+
"group": [
|
|
118461
|
+
"color-gradient"
|
|
118462
|
+
],
|
|
118463
|
+
"access": "public",
|
|
118464
|
+
"file": {
|
|
118465
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
118466
|
+
"name": "_variables.scss"
|
|
118467
|
+
},
|
|
118468
|
+
"resolvedValue": "254px",
|
|
118112
118469
|
"resolvedType": "Number"
|
|
118113
118470
|
},
|
|
118114
118471
|
{
|
|
118115
118472
|
"description": "The spacing between the items of the small ColorGradient canvas.\n",
|
|
118116
118473
|
"commentRange": {
|
|
118117
|
-
"start":
|
|
118118
|
-
"end":
|
|
118474
|
+
"start": 118,
|
|
118475
|
+
"end": 119
|
|
118119
118476
|
},
|
|
118120
118477
|
"context": {
|
|
118121
118478
|
"type": "variable",
|
|
@@ -118123,8 +118480,8 @@
|
|
|
118123
118480
|
"value": "$kendo-color-gradient-canvas-spacing",
|
|
118124
118481
|
"scope": "default",
|
|
118125
118482
|
"line": {
|
|
118126
|
-
"start":
|
|
118127
|
-
"end":
|
|
118483
|
+
"start": 120,
|
|
118484
|
+
"end": 120
|
|
118128
118485
|
}
|
|
118129
118486
|
},
|
|
118130
118487
|
"group": [
|
|
@@ -118141,8 +118498,8 @@
|
|
|
118141
118498
|
{
|
|
118142
118499
|
"description": "The spacing between the items of the medium ColorGradient canvas.\n",
|
|
118143
118500
|
"commentRange": {
|
|
118144
|
-
"start":
|
|
118145
|
-
"end":
|
|
118501
|
+
"start": 121,
|
|
118502
|
+
"end": 122
|
|
118146
118503
|
},
|
|
118147
118504
|
"context": {
|
|
118148
118505
|
"type": "variable",
|
|
@@ -118150,8 +118507,8 @@
|
|
|
118150
118507
|
"value": "$kendo-color-gradient-canvas-spacing",
|
|
118151
118508
|
"scope": "default",
|
|
118152
118509
|
"line": {
|
|
118153
|
-
"start":
|
|
118154
|
-
"end":
|
|
118510
|
+
"start": 123,
|
|
118511
|
+
"end": 123
|
|
118155
118512
|
}
|
|
118156
118513
|
},
|
|
118157
118514
|
"group": [
|
|
@@ -118168,8 +118525,8 @@
|
|
|
118168
118525
|
{
|
|
118169
118526
|
"description": "The spacing between the items of the large ColorGradient canvas.\n",
|
|
118170
118527
|
"commentRange": {
|
|
118171
|
-
"start":
|
|
118172
|
-
"end":
|
|
118528
|
+
"start": 124,
|
|
118529
|
+
"end": 125
|
|
118173
118530
|
},
|
|
118174
118531
|
"context": {
|
|
118175
118532
|
"type": "variable",
|
|
@@ -118177,8 +118534,8 @@
|
|
|
118177
118534
|
"value": "k-spacing(4)",
|
|
118178
118535
|
"scope": "default",
|
|
118179
118536
|
"line": {
|
|
118180
|
-
"start":
|
|
118181
|
-
"end":
|
|
118537
|
+
"start": 126,
|
|
118538
|
+
"end": 126
|
|
118182
118539
|
}
|
|
118183
118540
|
},
|
|
118184
118541
|
"group": [
|
|
@@ -118195,8 +118552,8 @@
|
|
|
118195
118552
|
{
|
|
118196
118553
|
"description": "The border color of the ColorGradient canvas hsv rectangle.\n",
|
|
118197
118554
|
"commentRange": {
|
|
118198
|
-
"start":
|
|
118199
|
-
"end":
|
|
118555
|
+
"start": 128,
|
|
118556
|
+
"end": 129
|
|
118200
118557
|
},
|
|
118201
118558
|
"context": {
|
|
118202
118559
|
"type": "variable",
|
|
@@ -118204,8 +118561,8 @@
|
|
|
118204
118561
|
"value": "color-mix(in srgb, k-color(border) 16%, transparent)",
|
|
118205
118562
|
"scope": "default",
|
|
118206
118563
|
"line": {
|
|
118207
|
-
"start":
|
|
118208
|
-
"end":
|
|
118564
|
+
"start": 130,
|
|
118565
|
+
"end": 130
|
|
118209
118566
|
}
|
|
118210
118567
|
},
|
|
118211
118568
|
"group": [
|
|
@@ -118222,8 +118579,8 @@
|
|
|
118222
118579
|
{
|
|
118223
118580
|
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
118224
118581
|
"commentRange": {
|
|
118225
|
-
"start":
|
|
118226
|
-
"end":
|
|
118582
|
+
"start": 131,
|
|
118583
|
+
"end": 132
|
|
118227
118584
|
},
|
|
118228
118585
|
"context": {
|
|
118229
118586
|
"type": "variable",
|
|
@@ -118231,8 +118588,8 @@
|
|
|
118231
118588
|
"value": "var( --kendo-box-shadow-depth-2, none )",
|
|
118232
118589
|
"scope": "default",
|
|
118233
118590
|
"line": {
|
|
118234
|
-
"start":
|
|
118235
|
-
"end":
|
|
118591
|
+
"start": 133,
|
|
118592
|
+
"end": 133
|
|
118236
118593
|
}
|
|
118237
118594
|
},
|
|
118238
118595
|
"group": [
|
|
@@ -118249,8 +118606,8 @@
|
|
|
118249
118606
|
{
|
|
118250
118607
|
"description": "The width of the ColorGradient slider.\n",
|
|
118251
118608
|
"commentRange": {
|
|
118252
|
-
"start":
|
|
118253
|
-
"end":
|
|
118609
|
+
"start": 135,
|
|
118610
|
+
"end": 136
|
|
118254
118611
|
},
|
|
118255
118612
|
"context": {
|
|
118256
118613
|
"type": "variable",
|
|
@@ -118258,8 +118615,8 @@
|
|
|
118258
118615
|
"value": "20px",
|
|
118259
118616
|
"scope": "default",
|
|
118260
118617
|
"line": {
|
|
118261
|
-
"start":
|
|
118262
|
-
"end":
|
|
118618
|
+
"start": 137,
|
|
118619
|
+
"end": 137
|
|
118263
118620
|
}
|
|
118264
118621
|
},
|
|
118265
118622
|
"group": [
|
|
@@ -118276,8 +118633,8 @@
|
|
|
118276
118633
|
{
|
|
118277
118634
|
"description": "The border radius of the ColorGradient slider.\n",
|
|
118278
118635
|
"commentRange": {
|
|
118279
|
-
"start":
|
|
118280
|
-
"end":
|
|
118636
|
+
"start": 138,
|
|
118637
|
+
"end": 139
|
|
118281
118638
|
},
|
|
118282
118639
|
"context": {
|
|
118283
118640
|
"type": "variable",
|
|
@@ -118285,8 +118642,8 @@
|
|
|
118285
118642
|
"value": "k-border-radius(md)",
|
|
118286
118643
|
"scope": "default",
|
|
118287
118644
|
"line": {
|
|
118288
|
-
"start":
|
|
118289
|
-
"end":
|
|
118645
|
+
"start": 140,
|
|
118646
|
+
"end": 140
|
|
118290
118647
|
}
|
|
118291
118648
|
},
|
|
118292
118649
|
"group": [
|
|
@@ -118303,8 +118660,8 @@
|
|
|
118303
118660
|
{
|
|
118304
118661
|
"description": "The width of the border around the ColorGradient slider.\n",
|
|
118305
118662
|
"commentRange": {
|
|
118306
|
-
"start":
|
|
118307
|
-
"end":
|
|
118663
|
+
"start": 141,
|
|
118664
|
+
"end": 142
|
|
118308
118665
|
},
|
|
118309
118666
|
"context": {
|
|
118310
118667
|
"type": "variable",
|
|
@@ -118312,8 +118669,8 @@
|
|
|
118312
118669
|
"value": "0",
|
|
118313
118670
|
"scope": "default",
|
|
118314
118671
|
"line": {
|
|
118315
|
-
"start":
|
|
118316
|
-
"end":
|
|
118672
|
+
"start": 143,
|
|
118673
|
+
"end": 143
|
|
118317
118674
|
}
|
|
118318
118675
|
},
|
|
118319
118676
|
"group": [
|
|
@@ -118330,8 +118687,8 @@
|
|
|
118330
118687
|
{
|
|
118331
118688
|
"description": "The color of the border around the ColorGradient slider.\n",
|
|
118332
118689
|
"commentRange": {
|
|
118333
|
-
"start":
|
|
118334
|
-
"end":
|
|
118690
|
+
"start": 144,
|
|
118691
|
+
"end": 145
|
|
118335
118692
|
},
|
|
118336
118693
|
"context": {
|
|
118337
118694
|
"type": "variable",
|
|
@@ -118339,8 +118696,8 @@
|
|
|
118339
118696
|
"value": "color-mix(in srgb, k-color(border) 16%, transparent)",
|
|
118340
118697
|
"scope": "default",
|
|
118341
118698
|
"line": {
|
|
118342
|
-
"start":
|
|
118343
|
-
"end":
|
|
118699
|
+
"start": 146,
|
|
118700
|
+
"end": 146
|
|
118344
118701
|
}
|
|
118345
118702
|
},
|
|
118346
118703
|
"group": [
|
|
@@ -118357,17 +118714,17 @@
|
|
|
118357
118714
|
{
|
|
118358
118715
|
"description": "The height of the ColorGradient vertical slider.\n",
|
|
118359
118716
|
"commentRange": {
|
|
118360
|
-
"start":
|
|
118361
|
-
"end":
|
|
118717
|
+
"start": 148,
|
|
118718
|
+
"end": 149
|
|
118362
118719
|
},
|
|
118363
118720
|
"context": {
|
|
118364
118721
|
"type": "variable",
|
|
118365
118722
|
"name": "kendo-color-gradient-slider-vertical-size",
|
|
118366
|
-
"value": "
|
|
118723
|
+
"value": "$kendo-color-gradient-canvas-rectangle-height",
|
|
118367
118724
|
"scope": "default",
|
|
118368
118725
|
"line": {
|
|
118369
|
-
"start":
|
|
118370
|
-
"end":
|
|
118726
|
+
"start": 150,
|
|
118727
|
+
"end": 150
|
|
118371
118728
|
}
|
|
118372
118729
|
},
|
|
118373
118730
|
"group": [
|
|
@@ -118378,14 +118735,14 @@
|
|
|
118378
118735
|
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
118379
118736
|
"name": "_variables.scss"
|
|
118380
118737
|
},
|
|
118381
|
-
"resolvedValue": "
|
|
118738
|
+
"resolvedValue": "184px",
|
|
118382
118739
|
"resolvedType": "Number"
|
|
118383
118740
|
},
|
|
118384
118741
|
{
|
|
118385
118742
|
"description": "The width of the ColorGradient horizontal slider.\n",
|
|
118386
118743
|
"commentRange": {
|
|
118387
|
-
"start":
|
|
118388
|
-
"end":
|
|
118744
|
+
"start": 151,
|
|
118745
|
+
"end": 152
|
|
118389
118746
|
},
|
|
118390
118747
|
"context": {
|
|
118391
118748
|
"type": "variable",
|
|
@@ -118393,8 +118750,8 @@
|
|
|
118393
118750
|
"value": "100%",
|
|
118394
118751
|
"scope": "default",
|
|
118395
118752
|
"line": {
|
|
118396
|
-
"start":
|
|
118397
|
-
"end":
|
|
118753
|
+
"start": 153,
|
|
118754
|
+
"end": 153
|
|
118398
118755
|
}
|
|
118399
118756
|
},
|
|
118400
118757
|
"group": [
|
|
@@ -118411,8 +118768,8 @@
|
|
|
118411
118768
|
{
|
|
118412
118769
|
"description": "The background image of the ColorGradient alpha slider.\n",
|
|
118413
118770
|
"commentRange": {
|
|
118414
|
-
"start":
|
|
118415
|
-
"end":
|
|
118771
|
+
"start": 154,
|
|
118772
|
+
"end": 155
|
|
118416
118773
|
},
|
|
118417
118774
|
"context": {
|
|
118418
118775
|
"type": "variable",
|
|
@@ -118420,8 +118777,8 @@
|
|
|
118420
118777
|
"value": "\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC\"",
|
|
118421
118778
|
"scope": "default",
|
|
118422
118779
|
"line": {
|
|
118423
|
-
"start":
|
|
118424
|
-
"end":
|
|
118780
|
+
"start": 156,
|
|
118781
|
+
"end": 156
|
|
118425
118782
|
}
|
|
118426
118783
|
},
|
|
118427
118784
|
"group": [
|
|
@@ -118435,11 +118792,92 @@
|
|
|
118435
118792
|
"resolvedValue": "\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC\"",
|
|
118436
118793
|
"resolvedType": "String"
|
|
118437
118794
|
},
|
|
118795
|
+
{
|
|
118796
|
+
"description": "The height of the small ColorGradient vertical slider.\n",
|
|
118797
|
+
"commentRange": {
|
|
118798
|
+
"start": 158,
|
|
118799
|
+
"end": 159
|
|
118800
|
+
},
|
|
118801
|
+
"context": {
|
|
118802
|
+
"type": "variable",
|
|
118803
|
+
"name": "kendo-color-gradient-sm-slider-vertical-size",
|
|
118804
|
+
"value": "$kendo-color-gradient-sm-canvas-rectangle-height",
|
|
118805
|
+
"scope": "default",
|
|
118806
|
+
"line": {
|
|
118807
|
+
"start": 160,
|
|
118808
|
+
"end": 160
|
|
118809
|
+
}
|
|
118810
|
+
},
|
|
118811
|
+
"group": [
|
|
118812
|
+
"color-gradient"
|
|
118813
|
+
],
|
|
118814
|
+
"access": "public",
|
|
118815
|
+
"file": {
|
|
118816
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
118817
|
+
"name": "_variables.scss"
|
|
118818
|
+
},
|
|
118819
|
+
"resolvedValue": "160px",
|
|
118820
|
+
"resolvedType": "Number"
|
|
118821
|
+
},
|
|
118822
|
+
{
|
|
118823
|
+
"description": "The height of the medium ColorGradient vertical slider.\n",
|
|
118824
|
+
"commentRange": {
|
|
118825
|
+
"start": 161,
|
|
118826
|
+
"end": 162
|
|
118827
|
+
},
|
|
118828
|
+
"context": {
|
|
118829
|
+
"type": "variable",
|
|
118830
|
+
"name": "kendo-color-gradient-md-slider-vertical-size",
|
|
118831
|
+
"value": "$kendo-color-gradient-md-canvas-rectangle-height",
|
|
118832
|
+
"scope": "default",
|
|
118833
|
+
"line": {
|
|
118834
|
+
"start": 163,
|
|
118835
|
+
"end": 163
|
|
118836
|
+
}
|
|
118837
|
+
},
|
|
118838
|
+
"group": [
|
|
118839
|
+
"color-gradient"
|
|
118840
|
+
],
|
|
118841
|
+
"access": "public",
|
|
118842
|
+
"file": {
|
|
118843
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
118844
|
+
"name": "_variables.scss"
|
|
118845
|
+
},
|
|
118846
|
+
"resolvedValue": "184px",
|
|
118847
|
+
"resolvedType": "Number"
|
|
118848
|
+
},
|
|
118849
|
+
{
|
|
118850
|
+
"description": "The height of the large ColorGradient vertical slider.\n",
|
|
118851
|
+
"commentRange": {
|
|
118852
|
+
"start": 164,
|
|
118853
|
+
"end": 165
|
|
118854
|
+
},
|
|
118855
|
+
"context": {
|
|
118856
|
+
"type": "variable",
|
|
118857
|
+
"name": "kendo-color-gradient-lg-slider-vertical-size",
|
|
118858
|
+
"value": "$kendo-color-gradient-lg-canvas-rectangle-height",
|
|
118859
|
+
"scope": "default",
|
|
118860
|
+
"line": {
|
|
118861
|
+
"start": 166,
|
|
118862
|
+
"end": 166
|
|
118863
|
+
}
|
|
118864
|
+
},
|
|
118865
|
+
"group": [
|
|
118866
|
+
"color-gradient"
|
|
118867
|
+
],
|
|
118868
|
+
"access": "public",
|
|
118869
|
+
"file": {
|
|
118870
|
+
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
118871
|
+
"name": "_variables.scss"
|
|
118872
|
+
},
|
|
118873
|
+
"resolvedValue": "254px",
|
|
118874
|
+
"resolvedType": "Number"
|
|
118875
|
+
},
|
|
118438
118876
|
{
|
|
118439
118877
|
"description": "The width of the ColorGradient canvas drag handle.\n",
|
|
118440
118878
|
"commentRange": {
|
|
118441
|
-
"start":
|
|
118442
|
-
"end":
|
|
118879
|
+
"start": 168,
|
|
118880
|
+
"end": 169
|
|
118443
118881
|
},
|
|
118444
118882
|
"context": {
|
|
118445
118883
|
"type": "variable",
|
|
@@ -118447,8 +118885,8 @@
|
|
|
118447
118885
|
"value": "20px",
|
|
118448
118886
|
"scope": "default",
|
|
118449
118887
|
"line": {
|
|
118450
|
-
"start":
|
|
118451
|
-
"end":
|
|
118888
|
+
"start": 170,
|
|
118889
|
+
"end": 170
|
|
118452
118890
|
}
|
|
118453
118891
|
},
|
|
118454
118892
|
"group": [
|
|
@@ -118465,8 +118903,8 @@
|
|
|
118465
118903
|
{
|
|
118466
118904
|
"description": "The height of the ColorGradient canvas drag handle.\n",
|
|
118467
118905
|
"commentRange": {
|
|
118468
|
-
"start":
|
|
118469
|
-
"end":
|
|
118906
|
+
"start": 171,
|
|
118907
|
+
"end": 172
|
|
118470
118908
|
},
|
|
118471
118909
|
"context": {
|
|
118472
118910
|
"type": "variable",
|
|
@@ -118474,8 +118912,8 @@
|
|
|
118474
118912
|
"value": "20px",
|
|
118475
118913
|
"scope": "default",
|
|
118476
118914
|
"line": {
|
|
118477
|
-
"start":
|
|
118478
|
-
"end":
|
|
118915
|
+
"start": 173,
|
|
118916
|
+
"end": 173
|
|
118479
118917
|
}
|
|
118480
118918
|
},
|
|
118481
118919
|
"group": [
|
|
@@ -118492,8 +118930,8 @@
|
|
|
118492
118930
|
{
|
|
118493
118931
|
"description": "The width of the border around the ColorGradient canvas drag handle.\n",
|
|
118494
118932
|
"commentRange": {
|
|
118495
|
-
"start":
|
|
118496
|
-
"end":
|
|
118933
|
+
"start": 174,
|
|
118934
|
+
"end": 175
|
|
118497
118935
|
},
|
|
118498
118936
|
"context": {
|
|
118499
118937
|
"type": "variable",
|
|
@@ -118501,8 +118939,8 @@
|
|
|
118501
118939
|
"value": "2px",
|
|
118502
118940
|
"scope": "default",
|
|
118503
118941
|
"line": {
|
|
118504
|
-
"start":
|
|
118505
|
-
"end":
|
|
118942
|
+
"start": 176,
|
|
118943
|
+
"end": 176
|
|
118506
118944
|
}
|
|
118507
118945
|
},
|
|
118508
118946
|
"group": [
|
|
@@ -118519,8 +118957,8 @@
|
|
|
118519
118957
|
{
|
|
118520
118958
|
"description": "The width of the outline around the ColorGradient canvas drag handle.\n",
|
|
118521
118959
|
"commentRange": {
|
|
118522
|
-
"start":
|
|
118523
|
-
"end":
|
|
118960
|
+
"start": 177,
|
|
118961
|
+
"end": 178
|
|
118524
118962
|
},
|
|
118525
118963
|
"context": {
|
|
118526
118964
|
"type": "variable",
|
|
@@ -118528,8 +118966,8 @@
|
|
|
118528
118966
|
"value": "1px",
|
|
118529
118967
|
"scope": "default",
|
|
118530
118968
|
"line": {
|
|
118531
|
-
"start":
|
|
118532
|
-
"end":
|
|
118969
|
+
"start": 179,
|
|
118970
|
+
"end": 179
|
|
118533
118971
|
}
|
|
118534
118972
|
},
|
|
118535
118973
|
"group": [
|
|
@@ -118546,8 +118984,8 @@
|
|
|
118546
118984
|
{
|
|
118547
118985
|
"description": "The color of the border around the ColorGradient canvas drag handle.\n",
|
|
118548
118986
|
"commentRange": {
|
|
118549
|
-
"start":
|
|
118550
|
-
"end":
|
|
118987
|
+
"start": 180,
|
|
118988
|
+
"end": 181
|
|
118551
118989
|
},
|
|
118552
118990
|
"context": {
|
|
118553
118991
|
"type": "variable",
|
|
@@ -118555,8 +118993,8 @@
|
|
|
118555
118993
|
"value": "k-color(app-surface)",
|
|
118556
118994
|
"scope": "default",
|
|
118557
118995
|
"line": {
|
|
118558
|
-
"start":
|
|
118559
|
-
"end":
|
|
118996
|
+
"start": 182,
|
|
118997
|
+
"end": 182
|
|
118560
118998
|
}
|
|
118561
118999
|
},
|
|
118562
119000
|
"group": [
|
|
@@ -118573,8 +119011,8 @@
|
|
|
118573
119011
|
{
|
|
118574
119012
|
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
118575
119013
|
"commentRange": {
|
|
118576
|
-
"start":
|
|
118577
|
-
"end":
|
|
119014
|
+
"start": 183,
|
|
119015
|
+
"end": 184
|
|
118578
119016
|
},
|
|
118579
119017
|
"context": {
|
|
118580
119018
|
"type": "variable",
|
|
@@ -118582,8 +119020,8 @@
|
|
|
118582
119020
|
"value": "var( --kendo-box-shadow-depth-2, none )",
|
|
118583
119021
|
"scope": "default",
|
|
118584
119022
|
"line": {
|
|
118585
|
-
"start":
|
|
118586
|
-
"end":
|
|
119023
|
+
"start": 185,
|
|
119024
|
+
"end": 185
|
|
118587
119025
|
}
|
|
118588
119026
|
},
|
|
118589
119027
|
"group": [
|
|
@@ -118600,8 +119038,8 @@
|
|
|
118600
119038
|
{
|
|
118601
119039
|
"description": "The color of the border around the focused ColorGradient canvas drag handle.\n",
|
|
118602
119040
|
"commentRange": {
|
|
118603
|
-
"start":
|
|
118604
|
-
"end":
|
|
119041
|
+
"start": 186,
|
|
119042
|
+
"end": 187
|
|
118605
119043
|
},
|
|
118606
119044
|
"context": {
|
|
118607
119045
|
"type": "variable",
|
|
@@ -118609,8 +119047,8 @@
|
|
|
118609
119047
|
"value": "k-color(app-surface)",
|
|
118610
119048
|
"scope": "default",
|
|
118611
119049
|
"line": {
|
|
118612
|
-
"start":
|
|
118613
|
-
"end":
|
|
119050
|
+
"start": 188,
|
|
119051
|
+
"end": 188
|
|
118614
119052
|
}
|
|
118615
119053
|
},
|
|
118616
119054
|
"group": [
|
|
@@ -118627,8 +119065,8 @@
|
|
|
118627
119065
|
{
|
|
118628
119066
|
"description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
|
|
118629
119067
|
"commentRange": {
|
|
118630
|
-
"start":
|
|
118631
|
-
"end":
|
|
119068
|
+
"start": 189,
|
|
119069
|
+
"end": 190
|
|
118632
119070
|
},
|
|
118633
119071
|
"context": {
|
|
118634
119072
|
"type": "variable",
|
|
@@ -118636,8 +119074,8 @@
|
|
|
118636
119074
|
"value": "k-color(base-emphasis)",
|
|
118637
119075
|
"scope": "default",
|
|
118638
119076
|
"line": {
|
|
118639
|
-
"start":
|
|
118640
|
-
"end":
|
|
119077
|
+
"start": 191,
|
|
119078
|
+
"end": 191
|
|
118641
119079
|
}
|
|
118642
119080
|
},
|
|
118643
119081
|
"group": [
|
|
@@ -118654,8 +119092,8 @@
|
|
|
118654
119092
|
{
|
|
118655
119093
|
"description": "The hover color of the outline around the ColorGradient canvas drag handle.\n",
|
|
118656
119094
|
"commentRange": {
|
|
118657
|
-
"start":
|
|
118658
|
-
"end":
|
|
119095
|
+
"start": 192,
|
|
119096
|
+
"end": 193
|
|
118659
119097
|
},
|
|
118660
119098
|
"context": {
|
|
118661
119099
|
"type": "variable",
|
|
@@ -118663,8 +119101,8 @@
|
|
|
118663
119101
|
"value": "k-color(base-emphasis)",
|
|
118664
119102
|
"scope": "default",
|
|
118665
119103
|
"line": {
|
|
118666
|
-
"start":
|
|
118667
|
-
"end":
|
|
119104
|
+
"start": 194,
|
|
119105
|
+
"end": 194
|
|
118668
119106
|
}
|
|
118669
119107
|
},
|
|
118670
119108
|
"group": [
|
|
@@ -118681,8 +119119,8 @@
|
|
|
118681
119119
|
{
|
|
118682
119120
|
"description": "The vertical offset of the ColorGradient canvas drag handle.\n",
|
|
118683
119121
|
"commentRange": {
|
|
118684
|
-
"start":
|
|
118685
|
-
"end":
|
|
119122
|
+
"start": 196,
|
|
119123
|
+
"end": 197
|
|
118686
119124
|
},
|
|
118687
119125
|
"context": {
|
|
118688
119126
|
"type": "variable",
|
|
@@ -118690,8 +119128,8 @@
|
|
|
118690
119128
|
"value": "( -1 * math.div( $kendo-color-gradient-draghandle-height, 2 ) )",
|
|
118691
119129
|
"scope": "default",
|
|
118692
119130
|
"line": {
|
|
118693
|
-
"start":
|
|
118694
|
-
"end":
|
|
119131
|
+
"start": 198,
|
|
119132
|
+
"end": 198
|
|
118695
119133
|
}
|
|
118696
119134
|
},
|
|
118697
119135
|
"group": [
|
|
@@ -118708,8 +119146,8 @@
|
|
|
118708
119146
|
{
|
|
118709
119147
|
"description": "The horizontal offset of the ColorGradient canvas drag handle.\n",
|
|
118710
119148
|
"commentRange": {
|
|
118711
|
-
"start":
|
|
118712
|
-
"end":
|
|
119149
|
+
"start": 199,
|
|
119150
|
+
"end": 200
|
|
118713
119151
|
},
|
|
118714
119152
|
"context": {
|
|
118715
119153
|
"type": "variable",
|
|
@@ -118717,8 +119155,8 @@
|
|
|
118717
119155
|
"value": "( -1 * math.div( $kendo-color-gradient-draghandle-width, 2 ) )",
|
|
118718
119156
|
"scope": "default",
|
|
118719
119157
|
"line": {
|
|
118720
|
-
"start":
|
|
118721
|
-
"end":
|
|
119158
|
+
"start": 201,
|
|
119159
|
+
"end": 201
|
|
118722
119160
|
}
|
|
118723
119161
|
},
|
|
118724
119162
|
"group": [
|
|
@@ -118735,8 +119173,8 @@
|
|
|
118735
119173
|
{
|
|
118736
119174
|
"description": "The width of the ColorGradient input.\n",
|
|
118737
119175
|
"commentRange": {
|
|
118738
|
-
"start":
|
|
118739
|
-
"end":
|
|
119176
|
+
"start": 203,
|
|
119177
|
+
"end": 204
|
|
118740
119178
|
},
|
|
118741
119179
|
"context": {
|
|
118742
119180
|
"type": "variable",
|
|
@@ -118744,8 +119182,8 @@
|
|
|
118744
119182
|
"value": "48px",
|
|
118745
119183
|
"scope": "default",
|
|
118746
119184
|
"line": {
|
|
118747
|
-
"start":
|
|
118748
|
-
"end":
|
|
119185
|
+
"start": 205,
|
|
119186
|
+
"end": 205
|
|
118749
119187
|
}
|
|
118750
119188
|
},
|
|
118751
119189
|
"group": [
|
|
@@ -118762,8 +119200,8 @@
|
|
|
118762
119200
|
{
|
|
118763
119201
|
"description": "The spacing between the ColorGradient inputs.\n",
|
|
118764
119202
|
"commentRange": {
|
|
118765
|
-
"start":
|
|
118766
|
-
"end":
|
|
119203
|
+
"start": 206,
|
|
119204
|
+
"end": 207
|
|
118767
119205
|
},
|
|
118768
119206
|
"context": {
|
|
118769
119207
|
"type": "variable",
|
|
@@ -118771,8 +119209,8 @@
|
|
|
118771
119209
|
"value": "calc( #{$kendo-color-gradient-spacer} / 4 )",
|
|
118772
119210
|
"scope": "default",
|
|
118773
119211
|
"line": {
|
|
118774
|
-
"start":
|
|
118775
|
-
"end":
|
|
119212
|
+
"start": 208,
|
|
119213
|
+
"end": 208
|
|
118776
119214
|
}
|
|
118777
119215
|
},
|
|
118778
119216
|
"group": [
|
|
@@ -118789,8 +119227,8 @@
|
|
|
118789
119227
|
{
|
|
118790
119228
|
"description": "The font size of the ColorGradient input labels.\n",
|
|
118791
119229
|
"commentRange": {
|
|
118792
|
-
"start":
|
|
118793
|
-
"end":
|
|
119230
|
+
"start": 209,
|
|
119231
|
+
"end": 210
|
|
118794
119232
|
},
|
|
118795
119233
|
"context": {
|
|
118796
119234
|
"type": "variable",
|
|
@@ -118798,8 +119236,8 @@
|
|
|
118798
119236
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
118799
119237
|
"scope": "default",
|
|
118800
119238
|
"line": {
|
|
118801
|
-
"start":
|
|
118802
|
-
"end":
|
|
119239
|
+
"start": 211,
|
|
119240
|
+
"end": 211
|
|
118803
119241
|
}
|
|
118804
119242
|
},
|
|
118805
119243
|
"group": [
|
|
@@ -118816,8 +119254,8 @@
|
|
|
118816
119254
|
{
|
|
118817
119255
|
"description": "The spacing between the ColorGradient inputs and their labels.\n",
|
|
118818
119256
|
"commentRange": {
|
|
118819
|
-
"start":
|
|
118820
|
-
"end":
|
|
119257
|
+
"start": 212,
|
|
119258
|
+
"end": 213
|
|
118821
119259
|
},
|
|
118822
119260
|
"context": {
|
|
118823
119261
|
"type": "variable",
|
|
@@ -118825,8 +119263,8 @@
|
|
|
118825
119263
|
"value": "calc( #{$kendo-color-gradient-spacer} / 4 )",
|
|
118826
119264
|
"scope": "default",
|
|
118827
119265
|
"line": {
|
|
118828
|
-
"start":
|
|
118829
|
-
"end":
|
|
119266
|
+
"start": 214,
|
|
119267
|
+
"end": 214
|
|
118830
119268
|
}
|
|
118831
119269
|
},
|
|
118832
119270
|
"group": [
|
|
@@ -118843,8 +119281,8 @@
|
|
|
118843
119281
|
{
|
|
118844
119282
|
"description": "The text color of the ColorGradient input labels.\n",
|
|
118845
119283
|
"commentRange": {
|
|
118846
|
-
"start":
|
|
118847
|
-
"end":
|
|
119284
|
+
"start": 215,
|
|
119285
|
+
"end": 216
|
|
118848
119286
|
},
|
|
118849
119287
|
"context": {
|
|
118850
119288
|
"type": "variable",
|
|
@@ -118852,8 +119290,8 @@
|
|
|
118852
119290
|
"value": "k-color(subtle)",
|
|
118853
119291
|
"scope": "default",
|
|
118854
119292
|
"line": {
|
|
118855
|
-
"start":
|
|
118856
|
-
"end":
|
|
119293
|
+
"start": 217,
|
|
119294
|
+
"end": 217
|
|
118857
119295
|
}
|
|
118858
119296
|
},
|
|
118859
119297
|
"group": [
|
|
@@ -118870,8 +119308,8 @@
|
|
|
118870
119308
|
{
|
|
118871
119309
|
"description": "The width of the small ColorGradient input.\n",
|
|
118872
119310
|
"commentRange": {
|
|
118873
|
-
"start":
|
|
118874
|
-
"end":
|
|
119311
|
+
"start": 219,
|
|
119312
|
+
"end": 220
|
|
118875
119313
|
},
|
|
118876
119314
|
"context": {
|
|
118877
119315
|
"type": "variable",
|
|
@@ -118879,8 +119317,8 @@
|
|
|
118879
119317
|
"value": "43px",
|
|
118880
119318
|
"scope": "default",
|
|
118881
119319
|
"line": {
|
|
118882
|
-
"start":
|
|
118883
|
-
"end":
|
|
119320
|
+
"start": 221,
|
|
119321
|
+
"end": 221
|
|
118884
119322
|
}
|
|
118885
119323
|
},
|
|
118886
119324
|
"group": [
|
|
@@ -118897,8 +119335,8 @@
|
|
|
118897
119335
|
{
|
|
118898
119336
|
"description": "The width of the medium ColorGradient input.\n",
|
|
118899
119337
|
"commentRange": {
|
|
118900
|
-
"start":
|
|
118901
|
-
"end":
|
|
119338
|
+
"start": 222,
|
|
119339
|
+
"end": 223
|
|
118902
119340
|
},
|
|
118903
119341
|
"context": {
|
|
118904
119342
|
"type": "variable",
|
|
@@ -118906,8 +119344,8 @@
|
|
|
118906
119344
|
"value": "$kendo-color-gradient-input-width",
|
|
118907
119345
|
"scope": "default",
|
|
118908
119346
|
"line": {
|
|
118909
|
-
"start":
|
|
118910
|
-
"end":
|
|
119347
|
+
"start": 224,
|
|
119348
|
+
"end": 224
|
|
118911
119349
|
}
|
|
118912
119350
|
},
|
|
118913
119351
|
"group": [
|
|
@@ -118924,8 +119362,8 @@
|
|
|
118924
119362
|
{
|
|
118925
119363
|
"description": "The width of the large ColorGradient input.\n",
|
|
118926
119364
|
"commentRange": {
|
|
118927
|
-
"start":
|
|
118928
|
-
"end":
|
|
119365
|
+
"start": 225,
|
|
119366
|
+
"end": 226
|
|
118929
119367
|
},
|
|
118930
119368
|
"context": {
|
|
118931
119369
|
"type": "variable",
|
|
@@ -118933,8 +119371,8 @@
|
|
|
118933
119371
|
"value": "68px",
|
|
118934
119372
|
"scope": "default",
|
|
118935
119373
|
"line": {
|
|
118936
|
-
"start":
|
|
118937
|
-
"end":
|
|
119374
|
+
"start": 227,
|
|
119375
|
+
"end": 227
|
|
118938
119376
|
}
|
|
118939
119377
|
},
|
|
118940
119378
|
"group": [
|
|
@@ -118951,8 +119389,8 @@
|
|
|
118951
119389
|
{
|
|
118952
119390
|
"description": "The font weight of the ColorGradient contrast ratio text.\n",
|
|
118953
119391
|
"commentRange": {
|
|
118954
|
-
"start":
|
|
118955
|
-
"end":
|
|
119392
|
+
"start": 229,
|
|
119393
|
+
"end": 230
|
|
118956
119394
|
},
|
|
118957
119395
|
"context": {
|
|
118958
119396
|
"type": "variable",
|
|
@@ -118960,8 +119398,8 @@
|
|
|
118960
119398
|
"value": "var( --kendo-font-weight-bold, normal )",
|
|
118961
119399
|
"scope": "default",
|
|
118962
119400
|
"line": {
|
|
118963
|
-
"start":
|
|
118964
|
-
"end":
|
|
119401
|
+
"start": 231,
|
|
119402
|
+
"end": 231
|
|
118965
119403
|
}
|
|
118966
119404
|
},
|
|
118967
119405
|
"group": [
|
|
@@ -118978,8 +119416,8 @@
|
|
|
118978
119416
|
{
|
|
118979
119417
|
"description": "The spacing between the items in the ColorGradient contrast tool.\n",
|
|
118980
119418
|
"commentRange": {
|
|
118981
|
-
"start":
|
|
118982
|
-
"end":
|
|
119419
|
+
"start": 232,
|
|
119420
|
+
"end": 233
|
|
118983
119421
|
},
|
|
118984
119422
|
"context": {
|
|
118985
119423
|
"type": "variable",
|
|
@@ -118987,8 +119425,8 @@
|
|
|
118987
119425
|
"value": "calc( #{$kendo-color-gradient-spacer} / 1.5 )",
|
|
118988
119426
|
"scope": "default",
|
|
118989
119427
|
"line": {
|
|
118990
|
-
"start":
|
|
118991
|
-
"end":
|
|
119428
|
+
"start": 234,
|
|
119429
|
+
"end": 234
|
|
118992
119430
|
}
|
|
118993
119431
|
},
|
|
118994
119432
|
"group": [
|
|
@@ -119005,17 +119443,17 @@
|
|
|
119005
119443
|
{
|
|
119006
119444
|
"description": "The size map of the ColorGradient.\n",
|
|
119007
119445
|
"commentRange": {
|
|
119008
|
-
"start":
|
|
119009
|
-
"end":
|
|
119446
|
+
"start": 236,
|
|
119447
|
+
"end": 237
|
|
119010
119448
|
},
|
|
119011
119449
|
"context": {
|
|
119012
119450
|
"type": "variable",
|
|
119013
119451
|
"name": "kendo-color-gradient-sizes",
|
|
119014
|
-
"value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n input-width: $kendo-color-gradient-sm-input-width,\n spacing: $kendo-color-gradient-sm-spacing,\n canvas-spacing: $kendo-color-gradient-sm-canvas-spacing,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n input-width: $kendo-color-gradient-md-input-width,\n spacing: $kendo-color-gradient-md-spacing,\n canvas-spacing: $kendo-color-gradient-md-canvas-spacing,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n input-width: $kendo-color-gradient-lg-input-width,\n spacing: $kendo-color-gradient-lg-spacing,\n canvas-spacing: $kendo-color-gradient-lg-canvas-spacing,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
|
|
119452
|
+
"value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,\n input-width: $kendo-color-gradient-sm-input-width,\n spacing: $kendo-color-gradient-sm-spacing,\n canvas-spacing: $kendo-color-gradient-sm-canvas-spacing,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,\n input-width: $kendo-color-gradient-md-input-width,\n spacing: $kendo-color-gradient-md-spacing,\n canvas-spacing: $kendo-color-gradient-md-canvas-spacing,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,\n input-width: $kendo-color-gradient-lg-input-width,\n spacing: $kendo-color-gradient-lg-spacing,\n canvas-spacing: $kendo-color-gradient-lg-canvas-spacing,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
|
|
119015
119453
|
"scope": "default",
|
|
119016
119454
|
"line": {
|
|
119017
|
-
"start":
|
|
119018
|
-
"end":
|
|
119455
|
+
"start": 238,
|
|
119456
|
+
"end": 269
|
|
119019
119457
|
}
|
|
119020
119458
|
},
|
|
119021
119459
|
"group": [
|
|
@@ -119026,11 +119464,13 @@
|
|
|
119026
119464
|
"path": "fluent/scss/colorgradient/_variables.scss",
|
|
119027
119465
|
"name": "_variables.scss"
|
|
119028
119466
|
},
|
|
119029
|
-
"resolvedValue": "(sm: (width: 236px, input-width: 43px, spacing: var(--kendo-spacing-4, 1rem), canvas-spacing: var(--kendo-spacing-2, 0.5rem), padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: var(--kendo-spacing-4, 1rem)), md: (width: 260px, input-width: 48px, spacing: var(--kendo-spacing-4, 1rem), canvas-spacing: var(--kendo-spacing-2, 0.5rem), padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: var(--kendo-spacing-4, 1rem)), lg: (width: 362px, input-width: 68px, spacing: var(--kendo-spacing-4\\.5, 1.125rem), canvas-spacing: var(--kendo-spacing-4, 1rem), padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-4, 1rem)))",
|
|
119467
|
+
"resolvedValue": "(sm: (width: 236px, vertical-slider-height: 160px, rectangle-height: 160px, input-width: 43px, spacing: var(--kendo-spacing-4, 1rem), canvas-spacing: var(--kendo-spacing-2, 0.5rem), padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: var(--kendo-spacing-4, 1rem)), md: (width: 260px, vertical-slider-height: 184px, rectangle-height: 184px, input-width: 48px, spacing: var(--kendo-spacing-4, 1rem), canvas-spacing: var(--kendo-spacing-2, 0.5rem), padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: var(--kendo-spacing-4, 1rem)), lg: (width: 362px, vertical-slider-height: 254px, rectangle-height: 254px, input-width: 68px, spacing: var(--kendo-spacing-4\\.5, 1.125rem), canvas-spacing: var(--kendo-spacing-4, 1rem), padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-4, 1rem)))",
|
|
119030
119468
|
"resolvedType": "Map",
|
|
119031
119469
|
"prettyValue": {
|
|
119032
119470
|
"sm": {
|
|
119033
119471
|
"width": "236px",
|
|
119472
|
+
"vertical-slider-height": "160px",
|
|
119473
|
+
"rectangle-height": "160px",
|
|
119034
119474
|
"input-width": "43px",
|
|
119035
119475
|
"spacing": "var(--kendo-spacing-4, 1rem)",
|
|
119036
119476
|
"canvas-spacing": "var(--kendo-spacing-2, 0.5rem)",
|
|
@@ -119039,6 +119479,8 @@
|
|
|
119039
119479
|
},
|
|
119040
119480
|
"md": {
|
|
119041
119481
|
"width": "260px",
|
|
119482
|
+
"vertical-slider-height": "184px",
|
|
119483
|
+
"rectangle-height": "184px",
|
|
119042
119484
|
"input-width": "48px",
|
|
119043
119485
|
"spacing": "var(--kendo-spacing-4, 1rem)",
|
|
119044
119486
|
"canvas-spacing": "var(--kendo-spacing-2, 0.5rem)",
|
|
@@ -119047,6 +119489,8 @@
|
|
|
119047
119489
|
},
|
|
119048
119490
|
"lg": {
|
|
119049
119491
|
"width": "362px",
|
|
119492
|
+
"vertical-slider-height": "254px",
|
|
119493
|
+
"rectangle-height": "254px",
|
|
119050
119494
|
"input-width": "68px",
|
|
119051
119495
|
"spacing": "var(--kendo-spacing-4\\.5, 1.125rem)",
|
|
119052
119496
|
"canvas-spacing": "var(--kendo-spacing-4, 1rem)",
|