@progress/kendo-theme-fluent 7.1.0-dev.6 → 7.1.0-dev.7
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 +165 -9
- package/dist/meta/sassdoc-data.json +412 -62
- package/dist/meta/sassdoc-raw-data.json +206 -31
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/drawer/_layout.scss +1 -0
- package/scss/dropdowntree/_layout.scss +16 -0
- package/scss/input/_layout.scss +59 -6
- package/scss/input/_theme.scss +73 -0
- package/scss/input/_variables.scss +25 -0
|
@@ -35751,15 +35751,15 @@
|
|
|
35751
35751
|
}
|
|
35752
35752
|
},
|
|
35753
35753
|
{
|
|
35754
|
-
"description": "The
|
|
35754
|
+
"description": "The color of the Input separator.\n",
|
|
35755
35755
|
"commentRange": {
|
|
35756
35756
|
"start": 631,
|
|
35757
35757
|
"end": 632
|
|
35758
35758
|
},
|
|
35759
35759
|
"context": {
|
|
35760
35760
|
"type": "variable",
|
|
35761
|
-
"name": "kendo-input-
|
|
35762
|
-
"value": "var(
|
|
35761
|
+
"name": "kendo-input-separator-text",
|
|
35762
|
+
"value": "k-get-theme-color-var( neutral-30 )",
|
|
35763
35763
|
"scope": "default",
|
|
35764
35764
|
"line": {
|
|
35765
35765
|
"start": 633,
|
|
@@ -35775,11 +35775,136 @@
|
|
|
35775
35775
|
"name": "_variables.scss"
|
|
35776
35776
|
}
|
|
35777
35777
|
},
|
|
35778
|
+
{
|
|
35779
|
+
"description": "The text color of the Input prefix.\n",
|
|
35780
|
+
"commentRange": {
|
|
35781
|
+
"start": 635,
|
|
35782
|
+
"end": 636
|
|
35783
|
+
},
|
|
35784
|
+
"context": {
|
|
35785
|
+
"type": "variable",
|
|
35786
|
+
"name": "kendo-input-prefix-text",
|
|
35787
|
+
"value": "k-get-theme-color-var( neutral-130 )",
|
|
35788
|
+
"scope": "default",
|
|
35789
|
+
"line": {
|
|
35790
|
+
"start": 637,
|
|
35791
|
+
"end": 637
|
|
35792
|
+
}
|
|
35793
|
+
},
|
|
35794
|
+
"group": [
|
|
35795
|
+
"input"
|
|
35796
|
+
],
|
|
35797
|
+
"access": "public",
|
|
35798
|
+
"file": {
|
|
35799
|
+
"path": "input/_variables.scss",
|
|
35800
|
+
"name": "_variables.scss"
|
|
35801
|
+
}
|
|
35802
|
+
},
|
|
35803
|
+
{
|
|
35804
|
+
"description": "The text color of the Input suffix.\n",
|
|
35805
|
+
"commentRange": {
|
|
35806
|
+
"start": 638,
|
|
35807
|
+
"end": 639
|
|
35808
|
+
},
|
|
35809
|
+
"context": {
|
|
35810
|
+
"type": "variable",
|
|
35811
|
+
"name": "kendo-input-suffix-text",
|
|
35812
|
+
"value": "k-get-theme-color-var( neutral-130 )",
|
|
35813
|
+
"scope": "default",
|
|
35814
|
+
"line": {
|
|
35815
|
+
"start": 640,
|
|
35816
|
+
"end": 640
|
|
35817
|
+
}
|
|
35818
|
+
},
|
|
35819
|
+
"group": [
|
|
35820
|
+
"input"
|
|
35821
|
+
],
|
|
35822
|
+
"access": "public",
|
|
35823
|
+
"file": {
|
|
35824
|
+
"path": "input/_variables.scss",
|
|
35825
|
+
"name": "_variables.scss"
|
|
35826
|
+
}
|
|
35827
|
+
},
|
|
35828
|
+
{
|
|
35829
|
+
"description": "The text color of the disabled Input prefix.\n",
|
|
35830
|
+
"commentRange": {
|
|
35831
|
+
"start": 642,
|
|
35832
|
+
"end": 643
|
|
35833
|
+
},
|
|
35834
|
+
"context": {
|
|
35835
|
+
"type": "variable",
|
|
35836
|
+
"name": "kendo-input-prefix-disabled-text",
|
|
35837
|
+
"value": "k-get-theme-color-var( neutral-60 )",
|
|
35838
|
+
"scope": "default",
|
|
35839
|
+
"line": {
|
|
35840
|
+
"start": 644,
|
|
35841
|
+
"end": 644
|
|
35842
|
+
}
|
|
35843
|
+
},
|
|
35844
|
+
"group": [
|
|
35845
|
+
"input"
|
|
35846
|
+
],
|
|
35847
|
+
"access": "public",
|
|
35848
|
+
"file": {
|
|
35849
|
+
"path": "input/_variables.scss",
|
|
35850
|
+
"name": "_variables.scss"
|
|
35851
|
+
}
|
|
35852
|
+
},
|
|
35853
|
+
{
|
|
35854
|
+
"description": "The text color of the disabled Input suffix.\n",
|
|
35855
|
+
"commentRange": {
|
|
35856
|
+
"start": 645,
|
|
35857
|
+
"end": 646
|
|
35858
|
+
},
|
|
35859
|
+
"context": {
|
|
35860
|
+
"type": "variable",
|
|
35861
|
+
"name": "kendo-input-suffix-disabled-text",
|
|
35862
|
+
"value": "k-get-theme-color-var( neutral-60 )",
|
|
35863
|
+
"scope": "default",
|
|
35864
|
+
"line": {
|
|
35865
|
+
"start": 647,
|
|
35866
|
+
"end": 647
|
|
35867
|
+
}
|
|
35868
|
+
},
|
|
35869
|
+
"group": [
|
|
35870
|
+
"input"
|
|
35871
|
+
],
|
|
35872
|
+
"access": "public",
|
|
35873
|
+
"file": {
|
|
35874
|
+
"path": "input/_variables.scss",
|
|
35875
|
+
"name": "_variables.scss"
|
|
35876
|
+
}
|
|
35877
|
+
},
|
|
35878
|
+
{
|
|
35879
|
+
"description": "The border color of the invalid Input components.\n",
|
|
35880
|
+
"commentRange": {
|
|
35881
|
+
"start": 649,
|
|
35882
|
+
"end": 650
|
|
35883
|
+
},
|
|
35884
|
+
"context": {
|
|
35885
|
+
"type": "variable",
|
|
35886
|
+
"name": "kendo-input-invalid-border",
|
|
35887
|
+
"value": "var( --kendo-invalid-border, #{$kendo-invalid-border} )",
|
|
35888
|
+
"scope": "default",
|
|
35889
|
+
"line": {
|
|
35890
|
+
"start": 651,
|
|
35891
|
+
"end": 651
|
|
35892
|
+
}
|
|
35893
|
+
},
|
|
35894
|
+
"group": [
|
|
35895
|
+
"input"
|
|
35896
|
+
],
|
|
35897
|
+
"access": "public",
|
|
35898
|
+
"file": {
|
|
35899
|
+
"path": "input/_variables.scss",
|
|
35900
|
+
"name": "_variables.scss"
|
|
35901
|
+
}
|
|
35902
|
+
},
|
|
35778
35903
|
{
|
|
35779
35904
|
"description": "The text color of the invalid Input components.\n",
|
|
35780
35905
|
"commentRange": {
|
|
35781
|
-
"start":
|
|
35782
|
-
"end":
|
|
35906
|
+
"start": 652,
|
|
35907
|
+
"end": 653
|
|
35783
35908
|
},
|
|
35784
35909
|
"context": {
|
|
35785
35910
|
"type": "variable",
|
|
@@ -35787,8 +35912,58 @@
|
|
|
35787
35912
|
"value": "var( --kendo-invalid-text, #{$kendo-invalid-text} )",
|
|
35788
35913
|
"scope": "default",
|
|
35789
35914
|
"line": {
|
|
35790
|
-
"start":
|
|
35791
|
-
"end":
|
|
35915
|
+
"start": 654,
|
|
35916
|
+
"end": 654
|
|
35917
|
+
}
|
|
35918
|
+
},
|
|
35919
|
+
"group": [
|
|
35920
|
+
"input"
|
|
35921
|
+
],
|
|
35922
|
+
"access": "public",
|
|
35923
|
+
"file": {
|
|
35924
|
+
"path": "input/_variables.scss",
|
|
35925
|
+
"name": "_variables.scss"
|
|
35926
|
+
}
|
|
35927
|
+
},
|
|
35928
|
+
{
|
|
35929
|
+
"description": "The border color of the valid Input components.\n",
|
|
35930
|
+
"commentRange": {
|
|
35931
|
+
"start": 656,
|
|
35932
|
+
"end": 657
|
|
35933
|
+
},
|
|
35934
|
+
"context": {
|
|
35935
|
+
"type": "variable",
|
|
35936
|
+
"name": "kendo-input-valid-border",
|
|
35937
|
+
"value": "var( --kendo-valid-border, #{$kendo-valid-border} )",
|
|
35938
|
+
"scope": "default",
|
|
35939
|
+
"line": {
|
|
35940
|
+
"start": 658,
|
|
35941
|
+
"end": 658
|
|
35942
|
+
}
|
|
35943
|
+
},
|
|
35944
|
+
"group": [
|
|
35945
|
+
"input"
|
|
35946
|
+
],
|
|
35947
|
+
"access": "public",
|
|
35948
|
+
"file": {
|
|
35949
|
+
"path": "input/_variables.scss",
|
|
35950
|
+
"name": "_variables.scss"
|
|
35951
|
+
}
|
|
35952
|
+
},
|
|
35953
|
+
{
|
|
35954
|
+
"description": "The text color of the valid Input components.\n",
|
|
35955
|
+
"commentRange": {
|
|
35956
|
+
"start": 659,
|
|
35957
|
+
"end": 660
|
|
35958
|
+
},
|
|
35959
|
+
"context": {
|
|
35960
|
+
"type": "variable",
|
|
35961
|
+
"name": "kendo-input-valid-text",
|
|
35962
|
+
"value": "var( --kendo-valid-text, #{$kendo-valid-text} )",
|
|
35963
|
+
"scope": "default",
|
|
35964
|
+
"line": {
|
|
35965
|
+
"start": 661,
|
|
35966
|
+
"end": 661
|
|
35792
35967
|
}
|
|
35793
35968
|
},
|
|
35794
35969
|
"group": [
|
|
@@ -35803,8 +35978,8 @@
|
|
|
35803
35978
|
{
|
|
35804
35979
|
"description": "The text color of the Input placeholder.\n",
|
|
35805
35980
|
"commentRange": {
|
|
35806
|
-
"start":
|
|
35807
|
-
"end":
|
|
35981
|
+
"start": 663,
|
|
35982
|
+
"end": 664
|
|
35808
35983
|
},
|
|
35809
35984
|
"context": {
|
|
35810
35985
|
"type": "variable",
|
|
@@ -35812,8 +35987,8 @@
|
|
|
35812
35987
|
"value": "k-get-theme-color-var( neutral-130 )",
|
|
35813
35988
|
"scope": "default",
|
|
35814
35989
|
"line": {
|
|
35815
|
-
"start":
|
|
35816
|
-
"end":
|
|
35990
|
+
"start": 665,
|
|
35991
|
+
"end": 665
|
|
35817
35992
|
}
|
|
35818
35993
|
},
|
|
35819
35994
|
"group": [
|
|
@@ -35828,8 +36003,8 @@
|
|
|
35828
36003
|
{
|
|
35829
36004
|
"description": "The opacity of the Input placeholder.\n",
|
|
35830
36005
|
"commentRange": {
|
|
35831
|
-
"start":
|
|
35832
|
-
"end":
|
|
36006
|
+
"start": 666,
|
|
36007
|
+
"end": 667
|
|
35833
36008
|
},
|
|
35834
36009
|
"context": {
|
|
35835
36010
|
"type": "variable",
|
|
@@ -35837,8 +36012,8 @@
|
|
|
35837
36012
|
"value": "1",
|
|
35838
36013
|
"scope": "default",
|
|
35839
36014
|
"line": {
|
|
35840
|
-
"start":
|
|
35841
|
-
"end":
|
|
36015
|
+
"start": 668,
|
|
36016
|
+
"end": 668
|
|
35842
36017
|
}
|
|
35843
36018
|
},
|
|
35844
36019
|
"group": [
|
|
@@ -35853,8 +36028,8 @@
|
|
|
35853
36028
|
{
|
|
35854
36029
|
"description": "The color of the Input clear value icon.\n",
|
|
35855
36030
|
"commentRange": {
|
|
35856
|
-
"start":
|
|
35857
|
-
"end":
|
|
36031
|
+
"start": 670,
|
|
36032
|
+
"end": 671
|
|
35858
36033
|
},
|
|
35859
36034
|
"context": {
|
|
35860
36035
|
"type": "variable",
|
|
@@ -35862,8 +36037,8 @@
|
|
|
35862
36037
|
"value": "k-get-theme-color-var( neutral-130 )",
|
|
35863
36038
|
"scope": "default",
|
|
35864
36039
|
"line": {
|
|
35865
|
-
"start":
|
|
35866
|
-
"end":
|
|
36040
|
+
"start": 672,
|
|
36041
|
+
"end": 672
|
|
35867
36042
|
}
|
|
35868
36043
|
},
|
|
35869
36044
|
"group": [
|
|
@@ -35878,8 +36053,8 @@
|
|
|
35878
36053
|
{
|
|
35879
36054
|
"description": "The opacity of the Input clear value icon.\n",
|
|
35880
36055
|
"commentRange": {
|
|
35881
|
-
"start":
|
|
35882
|
-
"end":
|
|
36056
|
+
"start": 673,
|
|
36057
|
+
"end": 674
|
|
35883
36058
|
},
|
|
35884
36059
|
"context": {
|
|
35885
36060
|
"type": "variable",
|
|
@@ -35887,8 +36062,8 @@
|
|
|
35887
36062
|
"value": ".6",
|
|
35888
36063
|
"scope": "default",
|
|
35889
36064
|
"line": {
|
|
35890
|
-
"start":
|
|
35891
|
-
"end":
|
|
36065
|
+
"start": 675,
|
|
36066
|
+
"end": 675
|
|
35892
36067
|
}
|
|
35893
36068
|
},
|
|
35894
36069
|
"group": [
|
|
@@ -35903,8 +36078,8 @@
|
|
|
35903
36078
|
{
|
|
35904
36079
|
"description": "The color of the hovered Input clear value icon.\n",
|
|
35905
36080
|
"commentRange": {
|
|
35906
|
-
"start":
|
|
35907
|
-
"end":
|
|
36081
|
+
"start": 676,
|
|
36082
|
+
"end": 677
|
|
35908
36083
|
},
|
|
35909
36084
|
"context": {
|
|
35910
36085
|
"type": "variable",
|
|
@@ -35912,8 +36087,8 @@
|
|
|
35912
36087
|
"value": "inherit",
|
|
35913
36088
|
"scope": "default",
|
|
35914
36089
|
"line": {
|
|
35915
|
-
"start":
|
|
35916
|
-
"end":
|
|
36090
|
+
"start": 678,
|
|
36091
|
+
"end": 678
|
|
35917
36092
|
}
|
|
35918
36093
|
},
|
|
35919
36094
|
"group": [
|
|
@@ -35928,8 +36103,8 @@
|
|
|
35928
36103
|
{
|
|
35929
36104
|
"description": "The opacity of the hovered Input clear value icon.\n",
|
|
35930
36105
|
"commentRange": {
|
|
35931
|
-
"start":
|
|
35932
|
-
"end":
|
|
36106
|
+
"start": 679,
|
|
36107
|
+
"end": 680
|
|
35933
36108
|
},
|
|
35934
36109
|
"context": {
|
|
35935
36110
|
"type": "variable",
|
|
@@ -35937,8 +36112,8 @@
|
|
|
35937
36112
|
"value": "1",
|
|
35938
36113
|
"scope": "default",
|
|
35939
36114
|
"line": {
|
|
35940
|
-
"start":
|
|
35941
|
-
"end":
|
|
36115
|
+
"start": 681,
|
|
36116
|
+
"end": 681
|
|
35942
36117
|
}
|
|
35943
36118
|
},
|
|
35944
36119
|
"group": [
|
|
@@ -110286,15 +110461,15 @@
|
|
|
110286
110461
|
}
|
|
110287
110462
|
},
|
|
110288
110463
|
{
|
|
110289
|
-
"description": "The
|
|
110464
|
+
"description": "The color of the Input separator.\n",
|
|
110290
110465
|
"commentRange": {
|
|
110291
110466
|
"start": 631,
|
|
110292
110467
|
"end": 632
|
|
110293
110468
|
},
|
|
110294
110469
|
"context": {
|
|
110295
110470
|
"type": "variable",
|
|
110296
|
-
"name": "kendo-input-
|
|
110297
|
-
"value": "var(
|
|
110471
|
+
"name": "kendo-input-separator-text",
|
|
110472
|
+
"value": "k-get-theme-color-var( neutral-30 )",
|
|
110298
110473
|
"scope": "default",
|
|
110299
110474
|
"line": {
|
|
110300
110475
|
"start": 633,
|
|
@@ -110310,11 +110485,136 @@
|
|
|
110310
110485
|
"name": "_variables.scss"
|
|
110311
110486
|
}
|
|
110312
110487
|
},
|
|
110488
|
+
{
|
|
110489
|
+
"description": "The text color of the Input prefix.\n",
|
|
110490
|
+
"commentRange": {
|
|
110491
|
+
"start": 635,
|
|
110492
|
+
"end": 636
|
|
110493
|
+
},
|
|
110494
|
+
"context": {
|
|
110495
|
+
"type": "variable",
|
|
110496
|
+
"name": "kendo-input-prefix-text",
|
|
110497
|
+
"value": "k-get-theme-color-var( neutral-130 )",
|
|
110498
|
+
"scope": "default",
|
|
110499
|
+
"line": {
|
|
110500
|
+
"start": 637,
|
|
110501
|
+
"end": 637
|
|
110502
|
+
}
|
|
110503
|
+
},
|
|
110504
|
+
"group": [
|
|
110505
|
+
"input"
|
|
110506
|
+
],
|
|
110507
|
+
"access": "public",
|
|
110508
|
+
"file": {
|
|
110509
|
+
"path": "input/_variables.scss",
|
|
110510
|
+
"name": "_variables.scss"
|
|
110511
|
+
}
|
|
110512
|
+
},
|
|
110513
|
+
{
|
|
110514
|
+
"description": "The text color of the Input suffix.\n",
|
|
110515
|
+
"commentRange": {
|
|
110516
|
+
"start": 638,
|
|
110517
|
+
"end": 639
|
|
110518
|
+
},
|
|
110519
|
+
"context": {
|
|
110520
|
+
"type": "variable",
|
|
110521
|
+
"name": "kendo-input-suffix-text",
|
|
110522
|
+
"value": "k-get-theme-color-var( neutral-130 )",
|
|
110523
|
+
"scope": "default",
|
|
110524
|
+
"line": {
|
|
110525
|
+
"start": 640,
|
|
110526
|
+
"end": 640
|
|
110527
|
+
}
|
|
110528
|
+
},
|
|
110529
|
+
"group": [
|
|
110530
|
+
"input"
|
|
110531
|
+
],
|
|
110532
|
+
"access": "public",
|
|
110533
|
+
"file": {
|
|
110534
|
+
"path": "input/_variables.scss",
|
|
110535
|
+
"name": "_variables.scss"
|
|
110536
|
+
}
|
|
110537
|
+
},
|
|
110538
|
+
{
|
|
110539
|
+
"description": "The text color of the disabled Input prefix.\n",
|
|
110540
|
+
"commentRange": {
|
|
110541
|
+
"start": 642,
|
|
110542
|
+
"end": 643
|
|
110543
|
+
},
|
|
110544
|
+
"context": {
|
|
110545
|
+
"type": "variable",
|
|
110546
|
+
"name": "kendo-input-prefix-disabled-text",
|
|
110547
|
+
"value": "k-get-theme-color-var( neutral-60 )",
|
|
110548
|
+
"scope": "default",
|
|
110549
|
+
"line": {
|
|
110550
|
+
"start": 644,
|
|
110551
|
+
"end": 644
|
|
110552
|
+
}
|
|
110553
|
+
},
|
|
110554
|
+
"group": [
|
|
110555
|
+
"input"
|
|
110556
|
+
],
|
|
110557
|
+
"access": "public",
|
|
110558
|
+
"file": {
|
|
110559
|
+
"path": "input/_variables.scss",
|
|
110560
|
+
"name": "_variables.scss"
|
|
110561
|
+
}
|
|
110562
|
+
},
|
|
110563
|
+
{
|
|
110564
|
+
"description": "The text color of the disabled Input suffix.\n",
|
|
110565
|
+
"commentRange": {
|
|
110566
|
+
"start": 645,
|
|
110567
|
+
"end": 646
|
|
110568
|
+
},
|
|
110569
|
+
"context": {
|
|
110570
|
+
"type": "variable",
|
|
110571
|
+
"name": "kendo-input-suffix-disabled-text",
|
|
110572
|
+
"value": "k-get-theme-color-var( neutral-60 )",
|
|
110573
|
+
"scope": "default",
|
|
110574
|
+
"line": {
|
|
110575
|
+
"start": 647,
|
|
110576
|
+
"end": 647
|
|
110577
|
+
}
|
|
110578
|
+
},
|
|
110579
|
+
"group": [
|
|
110580
|
+
"input"
|
|
110581
|
+
],
|
|
110582
|
+
"access": "public",
|
|
110583
|
+
"file": {
|
|
110584
|
+
"path": "input/_variables.scss",
|
|
110585
|
+
"name": "_variables.scss"
|
|
110586
|
+
}
|
|
110587
|
+
},
|
|
110588
|
+
{
|
|
110589
|
+
"description": "The border color of the invalid Input components.\n",
|
|
110590
|
+
"commentRange": {
|
|
110591
|
+
"start": 649,
|
|
110592
|
+
"end": 650
|
|
110593
|
+
},
|
|
110594
|
+
"context": {
|
|
110595
|
+
"type": "variable",
|
|
110596
|
+
"name": "kendo-input-invalid-border",
|
|
110597
|
+
"value": "var( --kendo-invalid-border, #{$kendo-invalid-border} )",
|
|
110598
|
+
"scope": "default",
|
|
110599
|
+
"line": {
|
|
110600
|
+
"start": 651,
|
|
110601
|
+
"end": 651
|
|
110602
|
+
}
|
|
110603
|
+
},
|
|
110604
|
+
"group": [
|
|
110605
|
+
"input"
|
|
110606
|
+
],
|
|
110607
|
+
"access": "public",
|
|
110608
|
+
"file": {
|
|
110609
|
+
"path": "input/_variables.scss",
|
|
110610
|
+
"name": "_variables.scss"
|
|
110611
|
+
}
|
|
110612
|
+
},
|
|
110313
110613
|
{
|
|
110314
110614
|
"description": "The text color of the invalid Input components.\n",
|
|
110315
110615
|
"commentRange": {
|
|
110316
|
-
"start":
|
|
110317
|
-
"end":
|
|
110616
|
+
"start": 652,
|
|
110617
|
+
"end": 653
|
|
110318
110618
|
},
|
|
110319
110619
|
"context": {
|
|
110320
110620
|
"type": "variable",
|
|
@@ -110322,8 +110622,58 @@
|
|
|
110322
110622
|
"value": "var( --kendo-invalid-text, #{$kendo-invalid-text} )",
|
|
110323
110623
|
"scope": "default",
|
|
110324
110624
|
"line": {
|
|
110325
|
-
"start":
|
|
110326
|
-
"end":
|
|
110625
|
+
"start": 654,
|
|
110626
|
+
"end": 654
|
|
110627
|
+
}
|
|
110628
|
+
},
|
|
110629
|
+
"group": [
|
|
110630
|
+
"input"
|
|
110631
|
+
],
|
|
110632
|
+
"access": "public",
|
|
110633
|
+
"file": {
|
|
110634
|
+
"path": "input/_variables.scss",
|
|
110635
|
+
"name": "_variables.scss"
|
|
110636
|
+
}
|
|
110637
|
+
},
|
|
110638
|
+
{
|
|
110639
|
+
"description": "The border color of the valid Input components.\n",
|
|
110640
|
+
"commentRange": {
|
|
110641
|
+
"start": 656,
|
|
110642
|
+
"end": 657
|
|
110643
|
+
},
|
|
110644
|
+
"context": {
|
|
110645
|
+
"type": "variable",
|
|
110646
|
+
"name": "kendo-input-valid-border",
|
|
110647
|
+
"value": "var( --kendo-valid-border, #{$kendo-valid-border} )",
|
|
110648
|
+
"scope": "default",
|
|
110649
|
+
"line": {
|
|
110650
|
+
"start": 658,
|
|
110651
|
+
"end": 658
|
|
110652
|
+
}
|
|
110653
|
+
},
|
|
110654
|
+
"group": [
|
|
110655
|
+
"input"
|
|
110656
|
+
],
|
|
110657
|
+
"access": "public",
|
|
110658
|
+
"file": {
|
|
110659
|
+
"path": "input/_variables.scss",
|
|
110660
|
+
"name": "_variables.scss"
|
|
110661
|
+
}
|
|
110662
|
+
},
|
|
110663
|
+
{
|
|
110664
|
+
"description": "The text color of the valid Input components.\n",
|
|
110665
|
+
"commentRange": {
|
|
110666
|
+
"start": 659,
|
|
110667
|
+
"end": 660
|
|
110668
|
+
},
|
|
110669
|
+
"context": {
|
|
110670
|
+
"type": "variable",
|
|
110671
|
+
"name": "kendo-input-valid-text",
|
|
110672
|
+
"value": "var( --kendo-valid-text, #{$kendo-valid-text} )",
|
|
110673
|
+
"scope": "default",
|
|
110674
|
+
"line": {
|
|
110675
|
+
"start": 661,
|
|
110676
|
+
"end": 661
|
|
110327
110677
|
}
|
|
110328
110678
|
},
|
|
110329
110679
|
"group": [
|
|
@@ -110338,8 +110688,8 @@
|
|
|
110338
110688
|
{
|
|
110339
110689
|
"description": "The text color of the Input placeholder.\n",
|
|
110340
110690
|
"commentRange": {
|
|
110341
|
-
"start":
|
|
110342
|
-
"end":
|
|
110691
|
+
"start": 663,
|
|
110692
|
+
"end": 664
|
|
110343
110693
|
},
|
|
110344
110694
|
"context": {
|
|
110345
110695
|
"type": "variable",
|
|
@@ -110347,8 +110697,8 @@
|
|
|
110347
110697
|
"value": "k-get-theme-color-var( neutral-130 )",
|
|
110348
110698
|
"scope": "default",
|
|
110349
110699
|
"line": {
|
|
110350
|
-
"start":
|
|
110351
|
-
"end":
|
|
110700
|
+
"start": 665,
|
|
110701
|
+
"end": 665
|
|
110352
110702
|
}
|
|
110353
110703
|
},
|
|
110354
110704
|
"group": [
|
|
@@ -110363,8 +110713,8 @@
|
|
|
110363
110713
|
{
|
|
110364
110714
|
"description": "The opacity of the Input placeholder.\n",
|
|
110365
110715
|
"commentRange": {
|
|
110366
|
-
"start":
|
|
110367
|
-
"end":
|
|
110716
|
+
"start": 666,
|
|
110717
|
+
"end": 667
|
|
110368
110718
|
},
|
|
110369
110719
|
"context": {
|
|
110370
110720
|
"type": "variable",
|
|
@@ -110372,8 +110722,8 @@
|
|
|
110372
110722
|
"value": "1",
|
|
110373
110723
|
"scope": "default",
|
|
110374
110724
|
"line": {
|
|
110375
|
-
"start":
|
|
110376
|
-
"end":
|
|
110725
|
+
"start": 668,
|
|
110726
|
+
"end": 668
|
|
110377
110727
|
}
|
|
110378
110728
|
},
|
|
110379
110729
|
"group": [
|
|
@@ -110388,8 +110738,8 @@
|
|
|
110388
110738
|
{
|
|
110389
110739
|
"description": "The color of the Input clear value icon.\n",
|
|
110390
110740
|
"commentRange": {
|
|
110391
|
-
"start":
|
|
110392
|
-
"end":
|
|
110741
|
+
"start": 670,
|
|
110742
|
+
"end": 671
|
|
110393
110743
|
},
|
|
110394
110744
|
"context": {
|
|
110395
110745
|
"type": "variable",
|
|
@@ -110397,8 +110747,8 @@
|
|
|
110397
110747
|
"value": "k-get-theme-color-var( neutral-130 )",
|
|
110398
110748
|
"scope": "default",
|
|
110399
110749
|
"line": {
|
|
110400
|
-
"start":
|
|
110401
|
-
"end":
|
|
110750
|
+
"start": 672,
|
|
110751
|
+
"end": 672
|
|
110402
110752
|
}
|
|
110403
110753
|
},
|
|
110404
110754
|
"group": [
|
|
@@ -110413,8 +110763,8 @@
|
|
|
110413
110763
|
{
|
|
110414
110764
|
"description": "The opacity of the Input clear value icon.\n",
|
|
110415
110765
|
"commentRange": {
|
|
110416
|
-
"start":
|
|
110417
|
-
"end":
|
|
110766
|
+
"start": 673,
|
|
110767
|
+
"end": 674
|
|
110418
110768
|
},
|
|
110419
110769
|
"context": {
|
|
110420
110770
|
"type": "variable",
|
|
@@ -110422,8 +110772,8 @@
|
|
|
110422
110772
|
"value": ".6",
|
|
110423
110773
|
"scope": "default",
|
|
110424
110774
|
"line": {
|
|
110425
|
-
"start":
|
|
110426
|
-
"end":
|
|
110775
|
+
"start": 675,
|
|
110776
|
+
"end": 675
|
|
110427
110777
|
}
|
|
110428
110778
|
},
|
|
110429
110779
|
"group": [
|
|
@@ -110438,8 +110788,8 @@
|
|
|
110438
110788
|
{
|
|
110439
110789
|
"description": "The color of the hovered Input clear value icon.\n",
|
|
110440
110790
|
"commentRange": {
|
|
110441
|
-
"start":
|
|
110442
|
-
"end":
|
|
110791
|
+
"start": 676,
|
|
110792
|
+
"end": 677
|
|
110443
110793
|
},
|
|
110444
110794
|
"context": {
|
|
110445
110795
|
"type": "variable",
|
|
@@ -110447,8 +110797,8 @@
|
|
|
110447
110797
|
"value": "inherit",
|
|
110448
110798
|
"scope": "default",
|
|
110449
110799
|
"line": {
|
|
110450
|
-
"start":
|
|
110451
|
-
"end":
|
|
110800
|
+
"start": 678,
|
|
110801
|
+
"end": 678
|
|
110452
110802
|
}
|
|
110453
110803
|
},
|
|
110454
110804
|
"group": [
|
|
@@ -110463,8 +110813,8 @@
|
|
|
110463
110813
|
{
|
|
110464
110814
|
"description": "The opacity of the hovered Input clear value icon.\n",
|
|
110465
110815
|
"commentRange": {
|
|
110466
|
-
"start":
|
|
110467
|
-
"end":
|
|
110816
|
+
"start": 679,
|
|
110817
|
+
"end": 680
|
|
110468
110818
|
},
|
|
110469
110819
|
"context": {
|
|
110470
110820
|
"type": "variable",
|
|
@@ -110472,8 +110822,8 @@
|
|
|
110472
110822
|
"value": "1",
|
|
110473
110823
|
"scope": "default",
|
|
110474
110824
|
"line": {
|
|
110475
|
-
"start":
|
|
110476
|
-
"end":
|
|
110825
|
+
"start": 681,
|
|
110826
|
+
"end": 681
|
|
110477
110827
|
}
|
|
110478
110828
|
},
|
|
110479
110829
|
"group": [
|