@progress/kendo-theme-bootstrap 7.1.0-dev.7 → 7.1.0-dev.9
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 +78 -45
- package/dist/all.scss +1534 -704
- package/dist/meta/sassdoc-data.json +632 -636
- package/dist/meta/sassdoc-raw-data.json +308 -310
- package/dist/meta/variables.json +411 -371
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/_bootstrap-overrides.scss +0 -22
- package/scss/_variables.scss +0 -203
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/all.scss +0 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/breadcrumb/_variables.scss +1 -1
- package/scss/button/_variables.scss +13 -13
- package/scss/calendar/_variables.scss +1 -1
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +4 -4
- package/scss/chip/_theme.scss +5 -4
- package/scss/chip/_variables.scss +1 -1
- package/scss/core/_index.scss +6 -0
- package/scss/core/color-system/_palettes.scss +171 -0
- package/scss/core/color-system/_swatch-legacy.scss +66 -0
- package/scss/core/color-system/_swatch.scss +391 -0
- package/scss/dataviz/_variables.scss +42 -42
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +21 -21
- package/scss/filemanager/_variables.scss +2 -2
- package/scss/filter/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +13 -13
- package/scss/grid/_theme.scss +54 -6
- package/scss/grid/_variables.scss +12 -9
- package/scss/input/_variables.scss +4 -4
- package/scss/list/_variables.scss +1 -1
- package/scss/listview/_variables.scss +2 -2
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/menu/_variables.scss +6 -6
- package/scss/notification/_variables.scss +3 -3
- package/scss/pager/_variables.scss +1 -1
- package/scss/panelbar/_variables.scss +4 -4
- package/scss/pivotgrid/_variables.scss +5 -5
- package/scss/scheduler/_variables.scss +3 -3
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +8 -8
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +7 -7
- package/scss/switch/_variables.scss +6 -6
- package/scss/table/_variables.scss +3 -3
- package/scss/taskboard/_variables.scss +8 -8
- package/scss/timeline/_variables.scss +4 -4
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_variables.scss +1 -1
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"context": {
|
|
307
307
|
"type": "variable",
|
|
308
308
|
"name": "kendo-appbar-light-text",
|
|
309
|
-
"value": "k-contrast-color( $kendo-color-light )",
|
|
309
|
+
"value": "if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))",
|
|
310
310
|
"scope": "default",
|
|
311
311
|
"line": {
|
|
312
312
|
"start": 40,
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"context": {
|
|
361
361
|
"type": "variable",
|
|
362
362
|
"name": "kendo-appbar-dark-text",
|
|
363
|
-
"value": "k-contrast-color( $kendo-color-dark )",
|
|
363
|
+
"value": "if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))",
|
|
364
364
|
"scope": "default",
|
|
365
365
|
"line": {
|
|
366
366
|
"start": 47,
|
|
@@ -2979,7 +2979,7 @@
|
|
|
2979
2979
|
"context": {
|
|
2980
2980
|
"type": "variable",
|
|
2981
2981
|
"name": "kendo-breadcrumb-link-focus-shadow",
|
|
2982
|
-
"value": "inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 )",
|
|
2982
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .25 ), rgba( $kendo-breadcrumb-text, .25 ))",
|
|
2983
2983
|
"scope": "default",
|
|
2984
2984
|
"line": {
|
|
2985
2985
|
"start": 159,
|
|
@@ -3978,7 +3978,7 @@
|
|
|
3978
3978
|
"context": {
|
|
3979
3979
|
"type": "variable",
|
|
3980
3980
|
"name": "kendo-button-theme-colors",
|
|
3981
|
-
"value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": #e4e7eb )\n)",
|
|
3981
|
+
"value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": if($kendo-enable-color-system, k-color( base ), #e4e7eb) )\n)",
|
|
3982
3982
|
"scope": "default",
|
|
3983
3983
|
"line": {
|
|
3984
3984
|
"start": 106,
|
|
@@ -4005,7 +4005,7 @@
|
|
|
4005
4005
|
"context": {
|
|
4006
4006
|
"type": "variable",
|
|
4007
4007
|
"name": "kendo-button-bg",
|
|
4008
|
-
"value": "#e4e7eb",
|
|
4008
|
+
"value": "if($kendo-enable-color-system, k-color( base ), #e4e7eb)",
|
|
4009
4009
|
"scope": "default",
|
|
4010
4010
|
"line": {
|
|
4011
4011
|
"start": 113,
|
|
@@ -4032,7 +4032,7 @@
|
|
|
4032
4032
|
"context": {
|
|
4033
4033
|
"type": "variable",
|
|
4034
4034
|
"name": "kendo-button-text",
|
|
4035
|
-
"value": "k-contrast-color( $kendo-button-bg, $gray-900 )",
|
|
4035
|
+
"value": "if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-button-bg, $gray-900 ))",
|
|
4036
4036
|
"scope": "default",
|
|
4037
4037
|
"line": {
|
|
4038
4038
|
"start": 116,
|
|
@@ -4140,7 +4140,7 @@
|
|
|
4140
4140
|
"context": {
|
|
4141
4141
|
"type": "variable",
|
|
4142
4142
|
"name": "kendo-button-hover-bg",
|
|
4143
|
-
"value": "k-color-darken( $kendo-button-bg, 7.5% )",
|
|
4143
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 7.5% ))",
|
|
4144
4144
|
"scope": "default",
|
|
4145
4145
|
"line": {
|
|
4146
4146
|
"start": 129,
|
|
@@ -4194,7 +4194,7 @@
|
|
|
4194
4194
|
"context": {
|
|
4195
4195
|
"type": "variable",
|
|
4196
4196
|
"name": "kendo-button-hover-border",
|
|
4197
|
-
"value": "k-color-darken( $kendo-button-bg, 10% )",
|
|
4197
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 10% ))",
|
|
4198
4198
|
"scope": "default",
|
|
4199
4199
|
"line": {
|
|
4200
4200
|
"start": 135,
|
|
@@ -4275,7 +4275,7 @@
|
|
|
4275
4275
|
"context": {
|
|
4276
4276
|
"type": "variable",
|
|
4277
4277
|
"name": "kendo-button-active-bg",
|
|
4278
|
-
"value": "k-color-darken( $kendo-button-bg, 10% )",
|
|
4278
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))",
|
|
4279
4279
|
"scope": "default",
|
|
4280
4280
|
"line": {
|
|
4281
4281
|
"start": 145,
|
|
@@ -4329,7 +4329,7 @@
|
|
|
4329
4329
|
"context": {
|
|
4330
4330
|
"type": "variable",
|
|
4331
4331
|
"name": "kendo-button-active-border",
|
|
4332
|
-
"value": "k-color-darken( $kendo-button-bg, 12.5% )",
|
|
4332
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))",
|
|
4333
4333
|
"scope": "default",
|
|
4334
4334
|
"line": {
|
|
4335
4335
|
"start": 151,
|
|
@@ -4410,7 +4410,7 @@
|
|
|
4410
4410
|
"context": {
|
|
4411
4411
|
"type": "variable",
|
|
4412
4412
|
"name": "kendo-button-selected-bg",
|
|
4413
|
-
"value": "k-color-darken( $kendo-color-primary, 10% )",
|
|
4413
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 10% ))",
|
|
4414
4414
|
"scope": "default",
|
|
4415
4415
|
"line": {
|
|
4416
4416
|
"start": 161,
|
|
@@ -4437,7 +4437,7 @@
|
|
|
4437
4437
|
"context": {
|
|
4438
4438
|
"type": "variable",
|
|
4439
4439
|
"name": "kendo-button-selected-text",
|
|
4440
|
-
"value": "k-contrast-color( $kendo-button-selected-bg )",
|
|
4440
|
+
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-button-selected-bg ))",
|
|
4441
4441
|
"scope": "default",
|
|
4442
4442
|
"line": {
|
|
4443
4443
|
"start": 164,
|
|
@@ -4464,7 +4464,7 @@
|
|
|
4464
4464
|
"context": {
|
|
4465
4465
|
"type": "variable",
|
|
4466
4466
|
"name": "kendo-button-selected-border",
|
|
4467
|
-
"value": "k-color-darken( $kendo-color-primary, 12.5% )",
|
|
4467
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 12.5% ))",
|
|
4468
4468
|
"scope": "default",
|
|
4469
4469
|
"line": {
|
|
4470
4470
|
"start": 167,
|
|
@@ -4545,7 +4545,7 @@
|
|
|
4545
4545
|
"context": {
|
|
4546
4546
|
"type": "variable",
|
|
4547
4547
|
"name": "kendo-button-focus-bg",
|
|
4548
|
-
"value": "k-color-darken( $kendo-button-bg, 10% )",
|
|
4548
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))",
|
|
4549
4549
|
"scope": "default",
|
|
4550
4550
|
"line": {
|
|
4551
4551
|
"start": 177,
|
|
@@ -4599,7 +4599,7 @@
|
|
|
4599
4599
|
"context": {
|
|
4600
4600
|
"type": "variable",
|
|
4601
4601
|
"name": "kendo-button-focus-border",
|
|
4602
|
-
"value": "k-color-darken( $kendo-button-bg, 12.5% )",
|
|
4602
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))",
|
|
4603
4603
|
"scope": "default",
|
|
4604
4604
|
"line": {
|
|
4605
4605
|
"start": 183,
|
|
@@ -4653,7 +4653,7 @@
|
|
|
4653
4653
|
"context": {
|
|
4654
4654
|
"type": "variable",
|
|
4655
4655
|
"name": "kendo-button-focus-shadow",
|
|
4656
|
-
"value": "0 0 0 .25rem rgba( $kendo-button-border, .5 )",
|
|
4656
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( border, true ), .5), rgba( $kendo-button-border, .5 ))",
|
|
4657
4657
|
"scope": "default",
|
|
4658
4658
|
"line": {
|
|
4659
4659
|
"start": 189,
|
|
@@ -6840,7 +6840,7 @@
|
|
|
6840
6840
|
"context": {
|
|
6841
6841
|
"type": "variable",
|
|
6842
6842
|
"name": "kendo-series-a",
|
|
6843
|
-
"value": "$blue",
|
|
6843
|
+
"value": "if($kendo-enable-color-system, k-color( series-a ), $blue)",
|
|
6844
6844
|
"scope": "default",
|
|
6845
6845
|
"line": {
|
|
6846
6846
|
"start": 8,
|
|
@@ -6867,7 +6867,7 @@
|
|
|
6867
6867
|
"context": {
|
|
6868
6868
|
"type": "variable",
|
|
6869
6869
|
"name": "kendo-series-b",
|
|
6870
|
-
"value": "$purple",
|
|
6870
|
+
"value": "if($kendo-enable-color-system, k-color( series-b ), $purple)",
|
|
6871
6871
|
"scope": "default",
|
|
6872
6872
|
"line": {
|
|
6873
6873
|
"start": 16,
|
|
@@ -6894,7 +6894,7 @@
|
|
|
6894
6894
|
"context": {
|
|
6895
6895
|
"type": "variable",
|
|
6896
6896
|
"name": "kendo-series-c",
|
|
6897
|
-
"value": "$teal",
|
|
6897
|
+
"value": "if($kendo-enable-color-system, k-color( series-c ), $teal)",
|
|
6898
6898
|
"scope": "default",
|
|
6899
6899
|
"line": {
|
|
6900
6900
|
"start": 24,
|
|
@@ -6921,7 +6921,7 @@
|
|
|
6921
6921
|
"context": {
|
|
6922
6922
|
"type": "variable",
|
|
6923
6923
|
"name": "kendo-series-d",
|
|
6924
|
-
"value": "$green",
|
|
6924
|
+
"value": "if($kendo-enable-color-system, k-color( series-d ), $green)",
|
|
6925
6925
|
"scope": "default",
|
|
6926
6926
|
"line": {
|
|
6927
6927
|
"start": 32,
|
|
@@ -6948,7 +6948,7 @@
|
|
|
6948
6948
|
"context": {
|
|
6949
6949
|
"type": "variable",
|
|
6950
6950
|
"name": "kendo-series-e",
|
|
6951
|
-
"value": "$yellow",
|
|
6951
|
+
"value": "if($kendo-enable-color-system, k-color( series-e ), $yellow)",
|
|
6952
6952
|
"scope": "default",
|
|
6953
6953
|
"line": {
|
|
6954
6954
|
"start": 40,
|
|
@@ -6975,7 +6975,7 @@
|
|
|
6975
6975
|
"context": {
|
|
6976
6976
|
"type": "variable",
|
|
6977
6977
|
"name": "kendo-series-f",
|
|
6978
|
-
"value": "$red",
|
|
6978
|
+
"value": "if($kendo-enable-color-system, k-color( series-f ), $red)",
|
|
6979
6979
|
"scope": "default",
|
|
6980
6980
|
"line": {
|
|
6981
6981
|
"start": 48,
|
|
@@ -7029,7 +7029,7 @@
|
|
|
7029
7029
|
"context": {
|
|
7030
7030
|
"type": "variable",
|
|
7031
7031
|
"name": "kendo-chart-major-lines",
|
|
7032
|
-
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
7032
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )",
|
|
7033
7033
|
"scope": "default",
|
|
7034
7034
|
"line": {
|
|
7035
7035
|
"start": 103,
|
|
@@ -7056,7 +7056,7 @@
|
|
|
7056
7056
|
"context": {
|
|
7057
7057
|
"type": "variable",
|
|
7058
7058
|
"name": "kendo-chart-minor-lines",
|
|
7059
|
-
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )",
|
|
7059
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )",
|
|
7060
7060
|
"scope": "default",
|
|
7061
7061
|
"line": {
|
|
7062
7062
|
"start": 107,
|
|
@@ -7407,7 +7407,7 @@
|
|
|
7407
7407
|
"context": {
|
|
7408
7408
|
"type": "variable",
|
|
7409
7409
|
"name": "kendo-checkbox-border",
|
|
7410
|
-
"value": "if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 )",
|
|
7410
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 ))",
|
|
7411
7411
|
"scope": "default",
|
|
7412
7412
|
"line": {
|
|
7413
7413
|
"start": 67,
|
|
@@ -7542,7 +7542,7 @@
|
|
|
7542
7542
|
"context": {
|
|
7543
7543
|
"type": "variable",
|
|
7544
7544
|
"name": "kendo-checkbox-checked-text",
|
|
7545
|
-
"value": "k-contrast-color( $kendo-checkbox-checked-bg )",
|
|
7545
|
+
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))",
|
|
7546
7546
|
"scope": "default",
|
|
7547
7547
|
"line": {
|
|
7548
7548
|
"start": 84,
|
|
@@ -7677,7 +7677,7 @@
|
|
|
7677
7677
|
"context": {
|
|
7678
7678
|
"type": "variable",
|
|
7679
7679
|
"name": "kendo-checkbox-focus-border",
|
|
7680
|
-
"value": "k-try-tint( $kendo-color-primary, 50% )",
|
|
7680
|
+
"value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% ))",
|
|
7681
7681
|
"scope": "default",
|
|
7682
7682
|
"line": {
|
|
7683
7683
|
"start": 101,
|
|
@@ -7704,7 +7704,7 @@
|
|
|
7704
7704
|
"context": {
|
|
7705
7705
|
"type": "variable",
|
|
7706
7706
|
"name": "kendo-checkbox-focus-shadow",
|
|
7707
|
-
"value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
|
|
7707
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
|
|
7708
7708
|
"scope": "default",
|
|
7709
7709
|
"line": {
|
|
7710
7710
|
"start": 104,
|
|
@@ -9351,7 +9351,7 @@
|
|
|
9351
9351
|
"context": {
|
|
9352
9352
|
"type": "variable",
|
|
9353
9353
|
"name": "kendo-chip-outline-hover-text",
|
|
9354
|
-
"value": "k-contrast-color( $kendo-chip-outline-hover-bg )",
|
|
9354
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))",
|
|
9355
9355
|
"scope": "default",
|
|
9356
9356
|
"line": {
|
|
9357
9357
|
"start": 162,
|
|
@@ -10612,66 +10612,37 @@
|
|
|
10612
10612
|
"resolvedType": "Number"
|
|
10613
10613
|
},
|
|
10614
10614
|
{
|
|
10615
|
-
"description": "The
|
|
10616
|
-
"commentRange": {
|
|
10617
|
-
"start": 6,
|
|
10618
|
-
"end": 9
|
|
10619
|
-
},
|
|
10620
|
-
"context": {
|
|
10621
|
-
"type": "variable",
|
|
10622
|
-
"name": "kendo-color-white",
|
|
10623
|
-
"value": "#ffffff",
|
|
10624
|
-
"scope": "private",
|
|
10625
|
-
"line": {
|
|
10626
|
-
"start": 10,
|
|
10627
|
-
"end": 10
|
|
10628
|
-
}
|
|
10629
|
-
},
|
|
10630
|
-
"type": "Color",
|
|
10631
|
-
"group": [
|
|
10632
|
-
"color-system"
|
|
10633
|
-
],
|
|
10634
|
-
"access": "public",
|
|
10635
|
-
"file": {
|
|
10636
|
-
"path": "_variables.scss",
|
|
10637
|
-
"name": "_variables.scss"
|
|
10638
|
-
},
|
|
10639
|
-
"resolvedValue": "#ffffff",
|
|
10640
|
-
"resolvedType": "Color"
|
|
10641
|
-
},
|
|
10642
|
-
{
|
|
10643
|
-
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
10615
|
+
"description": "The global default Colors map.\n",
|
|
10644
10616
|
"commentRange": {
|
|
10645
|
-
"start":
|
|
10646
|
-
"end":
|
|
10617
|
+
"start": 179,
|
|
10618
|
+
"end": 180
|
|
10647
10619
|
},
|
|
10648
10620
|
"context": {
|
|
10649
10621
|
"type": "variable",
|
|
10650
|
-
"name": "kendo-
|
|
10651
|
-
"value": "
|
|
10652
|
-
"scope": "
|
|
10622
|
+
"name": "kendo-colors",
|
|
10623
|
+
"value": "$_default-colors",
|
|
10624
|
+
"scope": "default",
|
|
10653
10625
|
"line": {
|
|
10654
|
-
"start":
|
|
10655
|
-
"end":
|
|
10626
|
+
"start": 181,
|
|
10627
|
+
"end": 181
|
|
10656
10628
|
}
|
|
10657
10629
|
},
|
|
10658
|
-
"type": "Color",
|
|
10659
10630
|
"group": [
|
|
10660
10631
|
"color-system"
|
|
10661
10632
|
],
|
|
10662
10633
|
"access": "public",
|
|
10663
10634
|
"file": {
|
|
10664
|
-
"path": "
|
|
10665
|
-
"name": "
|
|
10635
|
+
"path": "core/color-system/_swatch.scss",
|
|
10636
|
+
"name": "_swatch.scss"
|
|
10666
10637
|
},
|
|
10667
|
-
"resolvedValue": "#000000",
|
|
10668
|
-
"resolvedType": "
|
|
10638
|
+
"resolvedValue": "(app-surface: #ffffff, on-app-surface: #212529, subtle: #606970, surface: #f8f9fa, surface-alt: #ffffff, border: #dee2e6, border-alt: #ced4da, base-subtle: #e9ecef, base-subtle-hover: #dee2e6, base-subtle-active: #ced4da, base: #dee2e6, base-hover: #ced4da, base-active: #bdc4cb, base-emphasis: #adb5bd, base-on-subtle: #212529, on-base: #212529, base-on-surface: #212529, primary-subtle: #cfe2ff, primary-subtle-hover: #b6d4fe, primary-subtle-active: #9ec5fe, primary: #0d6efd, primary-hover: #0b5ed7, primary-active: #0a58ca, primary-emphasis: #6ea8fe, primary-on-subtle: #052c65, on-primary: #ffffff, primary-on-surface: #0d6efd, secondary-subtle: #dee2e6, secondary-subtle-hover: #ced4da, secondary-subtle-active: #bdc4cb, secondary: #6c757d, secondary-hover: #606970, secondary-active: #555c64, secondary-emphasis: #8d959d, secondary-on-subtle: #212529, on-secondary: #ffffff, secondary-on-surface: #212529, tertiary-subtle: #e2d9f3, tertiary-subtle-hover: #d3c5ec, tertiary-subtle-active: #c5b3e6, tertiary: #6f42c1, tertiary-hover: #59359a, tertiary-active: #4e2f89, tertiary-emphasis: #a98eda, tertiary-on-subtle: #21143b, on-tertiary: #ffffff, tertiary-on-surface: #6f42c1, info-subtle: #cff4fc, info-subtle-hover: #aaecfa, info-subtle-active: #86e5f8, info: #0dcaf0, info-hover: #0aa2c0, info-active: #098da8, info-emphasis: #3dd5f3, info-on-subtle: #04414d, on-info: #ffffff, info-on-surface: #0dcaf0, success-subtle: #d1e7dd, success-subtle-hover: #badbcc, success-subtle-active: #8cc3aa, success: #146c43, success-hover: #125f3b, success-active: #0f5132, success-emphasis: #479f76, success-on-subtle: #08291a, on-success: #ffffff, success-on-surface: #0f5132, warning-subtle: #ffecb5, warning-subtle-hover: #ffe69c, warning-subtle-active: #ffe083, warning: #ffc107, warning-hover: #cc9a06, warning-active: #b38705, warning-emphasis: #ffcd39, warning-on-subtle: #523e02, on-warning: #000000, warning-on-surface: #ffc107, error-subtle: #f8d7da, error-subtle-hover: #f5c2c7, error-subtle-active: #f1aeb5, error: #dc3545, error-hover: #b02a37, error-active: #9a2530, error-emphasis: #e35d6a, error-on-subtle: #421015, on-error: #ffffff, error-on-surface: #dc3545, light-subtle: #f8f9fa, light-subtle-hover: #e9ecef, light-subtle-active: #dee2e6, light: #f8f9fa, light-hover: #e9ecef, light-active: #dee2e6, light-emphasis: #bdc4cb, light-on-subtle: #343a40, on-light: #000000, light-on-surface: #ced4da, dark-subtle: #6c757d, dark-subtle-hover: #606970, dark-subtle-active: #555c64, dark: #212529, dark-hover: #2c3035, dark-active: #343a40, dark-emphasis: #343a40, dark-on-subtle: #ffffff, on-dark: #ffffff, dark-on-surface: #121417, inverse-subtle: #6c757d, inverse-subtle-hover: #606970, inverse-subtle-active: #555c64, inverse: #212529, inverse-hover: #2c3035, inverse-active: #343a40, inverse-emphasis: #343a40, inverse-on-subtle: #ffffff, on-inverse: #ffffff, inverse-on-surface: #121417, series-a: #0d6efd, series-a-bold: #0a53be, series-a-bolder: #052c65, series-a-subtle: #86b6fe, series-a-subtler: #4992fd, series-b: #6f42c1, series-b-bold: #4e2f89, series-b-bolder: #36215f, series-b-subtle: #b9a3e1, series-b-subtler: #8c68cd, series-c: #20c997, series-c-bold: #178c69, series-c-bolder: #10654c, series-c-subtle: #a6e9d5, series-c-subtler: #4dd4ac, series-d: #198754, series-d-bold: #125f3b, series-d-bolder: #0d442a, series-d-subtle: #8cc3aa, series-d-subtler: #479f76, series-e: #dc3545, series-e-bold: #9a2530, series-e-bolder: #6e1b23, series-e-subtle: #f1aeb5, series-e-subtler: #e35d6a, series-f: #ffc107, series-f-bold: #b38705, series-f-bolder: #806104, series-f-subtle: #ffe083, series-f-subtler: #ffcd39)",
|
|
10639
|
+
"resolvedType": "Map"
|
|
10669
10640
|
},
|
|
10670
10641
|
{
|
|
10671
10642
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
10672
10643
|
"commentRange": {
|
|
10673
|
-
"start":
|
|
10674
|
-
"end":
|
|
10644
|
+
"start": 210,
|
|
10645
|
+
"end": 213
|
|
10675
10646
|
},
|
|
10676
10647
|
"context": {
|
|
10677
10648
|
"type": "variable",
|
|
@@ -10679,8 +10650,8 @@
|
|
|
10679
10650
|
"value": "$primary",
|
|
10680
10651
|
"scope": "default",
|
|
10681
10652
|
"line": {
|
|
10682
|
-
"start":
|
|
10683
|
-
"end":
|
|
10653
|
+
"start": 214,
|
|
10654
|
+
"end": 214
|
|
10684
10655
|
}
|
|
10685
10656
|
},
|
|
10686
10657
|
"group": [
|
|
@@ -10689,8 +10660,8 @@
|
|
|
10689
10660
|
"type": "Color",
|
|
10690
10661
|
"access": "public",
|
|
10691
10662
|
"file": {
|
|
10692
|
-
"path": "
|
|
10693
|
-
"name": "
|
|
10663
|
+
"path": "core/color-system/_swatch.scss",
|
|
10664
|
+
"name": "_swatch.scss"
|
|
10694
10665
|
},
|
|
10695
10666
|
"resolvedValue": "#0d6efd",
|
|
10696
10667
|
"resolvedType": "Color"
|
|
@@ -10698,8 +10669,8 @@
|
|
|
10698
10669
|
{
|
|
10699
10670
|
"description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
10700
10671
|
"commentRange": {
|
|
10701
|
-
"start":
|
|
10702
|
-
"end":
|
|
10672
|
+
"start": 218,
|
|
10673
|
+
"end": 221
|
|
10703
10674
|
},
|
|
10704
10675
|
"context": {
|
|
10705
10676
|
"type": "variable",
|
|
@@ -10707,8 +10678,8 @@
|
|
|
10707
10678
|
"value": "k-contrast-color( $kendo-color-primary )",
|
|
10708
10679
|
"scope": "default",
|
|
10709
10680
|
"line": {
|
|
10710
|
-
"start":
|
|
10711
|
-
"end":
|
|
10681
|
+
"start": 222,
|
|
10682
|
+
"end": 222
|
|
10712
10683
|
}
|
|
10713
10684
|
},
|
|
10714
10685
|
"group": [
|
|
@@ -10717,8 +10688,8 @@
|
|
|
10717
10688
|
"type": "Color",
|
|
10718
10689
|
"access": "public",
|
|
10719
10690
|
"file": {
|
|
10720
|
-
"path": "
|
|
10721
|
-
"name": "
|
|
10691
|
+
"path": "core/color-system/_swatch.scss",
|
|
10692
|
+
"name": "_swatch.scss"
|
|
10722
10693
|
},
|
|
10723
10694
|
"resolvedValue": "white",
|
|
10724
10695
|
"resolvedType": "Color"
|
|
@@ -10726,8 +10697,8 @@
|
|
|
10726
10697
|
{
|
|
10727
10698
|
"description": "The secondary color of the theme.\n",
|
|
10728
10699
|
"commentRange": {
|
|
10729
|
-
"start":
|
|
10730
|
-
"end":
|
|
10700
|
+
"start": 224,
|
|
10701
|
+
"end": 226
|
|
10731
10702
|
},
|
|
10732
10703
|
"context": {
|
|
10733
10704
|
"type": "variable",
|
|
@@ -10735,8 +10706,8 @@
|
|
|
10735
10706
|
"value": "$secondary",
|
|
10736
10707
|
"scope": "default",
|
|
10737
10708
|
"line": {
|
|
10738
|
-
"start":
|
|
10739
|
-
"end":
|
|
10709
|
+
"start": 227,
|
|
10710
|
+
"end": 227
|
|
10740
10711
|
}
|
|
10741
10712
|
},
|
|
10742
10713
|
"group": [
|
|
@@ -10745,8 +10716,8 @@
|
|
|
10745
10716
|
"type": "Color",
|
|
10746
10717
|
"access": "public",
|
|
10747
10718
|
"file": {
|
|
10748
|
-
"path": "
|
|
10749
|
-
"name": "
|
|
10719
|
+
"path": "core/color-system/_swatch.scss",
|
|
10720
|
+
"name": "_swatch.scss"
|
|
10750
10721
|
},
|
|
10751
10722
|
"resolvedValue": "#6c757d",
|
|
10752
10723
|
"resolvedType": "Color"
|
|
@@ -10754,8 +10725,8 @@
|
|
|
10754
10725
|
{
|
|
10755
10726
|
"description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
10756
10727
|
"commentRange": {
|
|
10757
|
-
"start":
|
|
10758
|
-
"end":
|
|
10728
|
+
"start": 231,
|
|
10729
|
+
"end": 234
|
|
10759
10730
|
},
|
|
10760
10731
|
"context": {
|
|
10761
10732
|
"type": "variable",
|
|
@@ -10763,8 +10734,8 @@
|
|
|
10763
10734
|
"value": "k-contrast-color( $kendo-color-secondary )",
|
|
10764
10735
|
"scope": "default",
|
|
10765
10736
|
"line": {
|
|
10766
|
-
"start":
|
|
10767
|
-
"end":
|
|
10737
|
+
"start": 235,
|
|
10738
|
+
"end": 235
|
|
10768
10739
|
}
|
|
10769
10740
|
},
|
|
10770
10741
|
"group": [
|
|
@@ -10773,8 +10744,8 @@
|
|
|
10773
10744
|
"type": "Color",
|
|
10774
10745
|
"access": "public",
|
|
10775
10746
|
"file": {
|
|
10776
|
-
"path": "
|
|
10777
|
-
"name": "
|
|
10747
|
+
"path": "core/color-system/_swatch.scss",
|
|
10748
|
+
"name": "_swatch.scss"
|
|
10778
10749
|
},
|
|
10779
10750
|
"resolvedValue": "white",
|
|
10780
10751
|
"resolvedType": "Color"
|
|
@@ -10782,8 +10753,8 @@
|
|
|
10782
10753
|
{
|
|
10783
10754
|
"description": "The tertiary color of the theme.\n",
|
|
10784
10755
|
"commentRange": {
|
|
10785
|
-
"start":
|
|
10786
|
-
"end":
|
|
10756
|
+
"start": 237,
|
|
10757
|
+
"end": 239
|
|
10787
10758
|
},
|
|
10788
10759
|
"context": {
|
|
10789
10760
|
"type": "variable",
|
|
@@ -10791,8 +10762,8 @@
|
|
|
10791
10762
|
"value": "$purple",
|
|
10792
10763
|
"scope": "default",
|
|
10793
10764
|
"line": {
|
|
10794
|
-
"start":
|
|
10795
|
-
"end":
|
|
10765
|
+
"start": 240,
|
|
10766
|
+
"end": 240
|
|
10796
10767
|
}
|
|
10797
10768
|
},
|
|
10798
10769
|
"group": [
|
|
@@ -10801,8 +10772,8 @@
|
|
|
10801
10772
|
"type": "Color",
|
|
10802
10773
|
"access": "public",
|
|
10803
10774
|
"file": {
|
|
10804
|
-
"path": "
|
|
10805
|
-
"name": "
|
|
10775
|
+
"path": "core/color-system/_swatch.scss",
|
|
10776
|
+
"name": "_swatch.scss"
|
|
10806
10777
|
},
|
|
10807
10778
|
"resolvedValue": "#6f42c1",
|
|
10808
10779
|
"resolvedType": "Color"
|
|
@@ -10810,8 +10781,8 @@
|
|
|
10810
10781
|
{
|
|
10811
10782
|
"description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
10812
10783
|
"commentRange": {
|
|
10813
|
-
"start":
|
|
10814
|
-
"end":
|
|
10784
|
+
"start": 244,
|
|
10785
|
+
"end": 247
|
|
10815
10786
|
},
|
|
10816
10787
|
"context": {
|
|
10817
10788
|
"type": "variable",
|
|
@@ -10819,8 +10790,8 @@
|
|
|
10819
10790
|
"value": "k-contrast-color( $kendo-color-tertiary )",
|
|
10820
10791
|
"scope": "default",
|
|
10821
10792
|
"line": {
|
|
10822
|
-
"start":
|
|
10823
|
-
"end":
|
|
10793
|
+
"start": 248,
|
|
10794
|
+
"end": 248
|
|
10824
10795
|
}
|
|
10825
10796
|
},
|
|
10826
10797
|
"group": [
|
|
@@ -10829,8 +10800,8 @@
|
|
|
10829
10800
|
"type": "Color",
|
|
10830
10801
|
"access": "public",
|
|
10831
10802
|
"file": {
|
|
10832
|
-
"path": "
|
|
10833
|
-
"name": "
|
|
10803
|
+
"path": "core/color-system/_swatch.scss",
|
|
10804
|
+
"name": "_swatch.scss"
|
|
10834
10805
|
},
|
|
10835
10806
|
"resolvedValue": "white",
|
|
10836
10807
|
"resolvedType": "Color"
|
|
@@ -10838,8 +10809,8 @@
|
|
|
10838
10809
|
{
|
|
10839
10810
|
"description": "The color for informational messages and states.\n",
|
|
10840
10811
|
"commentRange": {
|
|
10841
|
-
"start":
|
|
10842
|
-
"end":
|
|
10812
|
+
"start": 250,
|
|
10813
|
+
"end": 252
|
|
10843
10814
|
},
|
|
10844
10815
|
"context": {
|
|
10845
10816
|
"type": "variable",
|
|
@@ -10847,8 +10818,8 @@
|
|
|
10847
10818
|
"value": "$info",
|
|
10848
10819
|
"scope": "default",
|
|
10849
10820
|
"line": {
|
|
10850
|
-
"start":
|
|
10851
|
-
"end":
|
|
10821
|
+
"start": 253,
|
|
10822
|
+
"end": 253
|
|
10852
10823
|
}
|
|
10853
10824
|
},
|
|
10854
10825
|
"group": [
|
|
@@ -10857,8 +10828,8 @@
|
|
|
10857
10828
|
"type": "Color",
|
|
10858
10829
|
"access": "public",
|
|
10859
10830
|
"file": {
|
|
10860
|
-
"path": "
|
|
10861
|
-
"name": "
|
|
10831
|
+
"path": "core/color-system/_swatch.scss",
|
|
10832
|
+
"name": "_swatch.scss"
|
|
10862
10833
|
},
|
|
10863
10834
|
"resolvedValue": "#0dcaf0",
|
|
10864
10835
|
"resolvedType": "Color"
|
|
@@ -10866,8 +10837,8 @@
|
|
|
10866
10837
|
{
|
|
10867
10838
|
"description": "The color for success messages and states.\n",
|
|
10868
10839
|
"commentRange": {
|
|
10869
|
-
"start":
|
|
10870
|
-
"end":
|
|
10840
|
+
"start": 257,
|
|
10841
|
+
"end": 259
|
|
10871
10842
|
},
|
|
10872
10843
|
"context": {
|
|
10873
10844
|
"type": "variable",
|
|
@@ -10875,8 +10846,8 @@
|
|
|
10875
10846
|
"value": "$success",
|
|
10876
10847
|
"scope": "default",
|
|
10877
10848
|
"line": {
|
|
10878
|
-
"start":
|
|
10879
|
-
"end":
|
|
10849
|
+
"start": 260,
|
|
10850
|
+
"end": 260
|
|
10880
10851
|
}
|
|
10881
10852
|
},
|
|
10882
10853
|
"group": [
|
|
@@ -10885,8 +10856,8 @@
|
|
|
10885
10856
|
"type": "Color",
|
|
10886
10857
|
"access": "public",
|
|
10887
10858
|
"file": {
|
|
10888
|
-
"path": "
|
|
10889
|
-
"name": "
|
|
10859
|
+
"path": "core/color-system/_swatch.scss",
|
|
10860
|
+
"name": "_swatch.scss"
|
|
10890
10861
|
},
|
|
10891
10862
|
"resolvedValue": "#198754",
|
|
10892
10863
|
"resolvedType": "Color"
|
|
@@ -10894,8 +10865,8 @@
|
|
|
10894
10865
|
{
|
|
10895
10866
|
"description": "The color for warning messages and states.\n",
|
|
10896
10867
|
"commentRange": {
|
|
10897
|
-
"start":
|
|
10898
|
-
"end":
|
|
10868
|
+
"start": 264,
|
|
10869
|
+
"end": 266
|
|
10899
10870
|
},
|
|
10900
10871
|
"context": {
|
|
10901
10872
|
"type": "variable",
|
|
@@ -10903,8 +10874,8 @@
|
|
|
10903
10874
|
"value": "$warning",
|
|
10904
10875
|
"scope": "default",
|
|
10905
10876
|
"line": {
|
|
10906
|
-
"start":
|
|
10907
|
-
"end":
|
|
10877
|
+
"start": 267,
|
|
10878
|
+
"end": 267
|
|
10908
10879
|
}
|
|
10909
10880
|
},
|
|
10910
10881
|
"group": [
|
|
@@ -10913,8 +10884,8 @@
|
|
|
10913
10884
|
"type": "Color",
|
|
10914
10885
|
"access": "public",
|
|
10915
10886
|
"file": {
|
|
10916
|
-
"path": "
|
|
10917
|
-
"name": "
|
|
10887
|
+
"path": "core/color-system/_swatch.scss",
|
|
10888
|
+
"name": "_swatch.scss"
|
|
10918
10889
|
},
|
|
10919
10890
|
"resolvedValue": "#ffc107",
|
|
10920
10891
|
"resolvedType": "Color"
|
|
@@ -10922,8 +10893,8 @@
|
|
|
10922
10893
|
{
|
|
10923
10894
|
"description": "The color for error messages and states.\n",
|
|
10924
10895
|
"commentRange": {
|
|
10925
|
-
"start":
|
|
10926
|
-
"end":
|
|
10896
|
+
"start": 271,
|
|
10897
|
+
"end": 273
|
|
10927
10898
|
},
|
|
10928
10899
|
"context": {
|
|
10929
10900
|
"type": "variable",
|
|
@@ -10931,8 +10902,8 @@
|
|
|
10931
10902
|
"value": "$danger",
|
|
10932
10903
|
"scope": "default",
|
|
10933
10904
|
"line": {
|
|
10934
|
-
"start":
|
|
10935
|
-
"end":
|
|
10905
|
+
"start": 274,
|
|
10906
|
+
"end": 274
|
|
10936
10907
|
}
|
|
10937
10908
|
},
|
|
10938
10909
|
"group": [
|
|
@@ -10941,8 +10912,8 @@
|
|
|
10941
10912
|
"type": "Color",
|
|
10942
10913
|
"access": "public",
|
|
10943
10914
|
"file": {
|
|
10944
|
-
"path": "
|
|
10945
|
-
"name": "
|
|
10915
|
+
"path": "core/color-system/_swatch.scss",
|
|
10916
|
+
"name": "_swatch.scss"
|
|
10946
10917
|
},
|
|
10947
10918
|
"resolvedValue": "#dc3545",
|
|
10948
10919
|
"resolvedType": "Color"
|
|
@@ -10950,8 +10921,8 @@
|
|
|
10950
10921
|
{
|
|
10951
10922
|
"description": "The dark color of the theme.\n",
|
|
10952
10923
|
"commentRange": {
|
|
10953
|
-
"start":
|
|
10954
|
-
"end":
|
|
10924
|
+
"start": 278,
|
|
10925
|
+
"end": 280
|
|
10955
10926
|
},
|
|
10956
10927
|
"context": {
|
|
10957
10928
|
"type": "variable",
|
|
@@ -10959,8 +10930,8 @@
|
|
|
10959
10930
|
"value": "$dark",
|
|
10960
10931
|
"scope": "default",
|
|
10961
10932
|
"line": {
|
|
10962
|
-
"start":
|
|
10963
|
-
"end":
|
|
10933
|
+
"start": 281,
|
|
10934
|
+
"end": 281
|
|
10964
10935
|
}
|
|
10965
10936
|
},
|
|
10966
10937
|
"group": [
|
|
@@ -10969,8 +10940,8 @@
|
|
|
10969
10940
|
"type": "Color",
|
|
10970
10941
|
"access": "public",
|
|
10971
10942
|
"file": {
|
|
10972
|
-
"path": "
|
|
10973
|
-
"name": "
|
|
10943
|
+
"path": "core/color-system/_swatch.scss",
|
|
10944
|
+
"name": "_swatch.scss"
|
|
10974
10945
|
},
|
|
10975
10946
|
"resolvedValue": "#212529",
|
|
10976
10947
|
"resolvedType": "Color"
|
|
@@ -10978,8 +10949,8 @@
|
|
|
10978
10949
|
{
|
|
10979
10950
|
"description": "The light color of the theme.\n",
|
|
10980
10951
|
"commentRange": {
|
|
10981
|
-
"start":
|
|
10982
|
-
"end":
|
|
10952
|
+
"start": 283,
|
|
10953
|
+
"end": 285
|
|
10983
10954
|
},
|
|
10984
10955
|
"context": {
|
|
10985
10956
|
"type": "variable",
|
|
@@ -10987,8 +10958,8 @@
|
|
|
10987
10958
|
"value": "$light",
|
|
10988
10959
|
"scope": "default",
|
|
10989
10960
|
"line": {
|
|
10990
|
-
"start":
|
|
10991
|
-
"end":
|
|
10961
|
+
"start": 286,
|
|
10962
|
+
"end": 286
|
|
10992
10963
|
}
|
|
10993
10964
|
},
|
|
10994
10965
|
"group": [
|
|
@@ -10997,8 +10968,8 @@
|
|
|
10997
10968
|
"type": "Color",
|
|
10998
10969
|
"access": "public",
|
|
10999
10970
|
"file": {
|
|
11000
|
-
"path": "
|
|
11001
|
-
"name": "
|
|
10971
|
+
"path": "core/color-system/_swatch.scss",
|
|
10972
|
+
"name": "_swatch.scss"
|
|
11002
10973
|
},
|
|
11003
10974
|
"resolvedValue": "#f8f9fa",
|
|
11004
10975
|
"resolvedType": "Color"
|
|
@@ -11006,8 +10977,8 @@
|
|
|
11006
10977
|
{
|
|
11007
10978
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
11008
10979
|
"commentRange": {
|
|
11009
|
-
"start":
|
|
11010
|
-
"end":
|
|
10980
|
+
"start": 288,
|
|
10981
|
+
"end": 289
|
|
11011
10982
|
},
|
|
11012
10983
|
"context": {
|
|
11013
10984
|
"type": "variable",
|
|
@@ -11015,8 +10986,8 @@
|
|
|
11015
10986
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
11016
10987
|
"scope": "default",
|
|
11017
10988
|
"line": {
|
|
11018
|
-
"start":
|
|
11019
|
-
"end":
|
|
10989
|
+
"start": 290,
|
|
10990
|
+
"end": 290
|
|
11020
10991
|
}
|
|
11021
10992
|
},
|
|
11022
10993
|
"group": [
|
|
@@ -11024,8 +10995,8 @@
|
|
|
11024
10995
|
],
|
|
11025
10996
|
"access": "public",
|
|
11026
10997
|
"file": {
|
|
11027
|
-
"path": "
|
|
11028
|
-
"name": "
|
|
10998
|
+
"path": "core/color-system/_swatch.scss",
|
|
10999
|
+
"name": "_swatch.scss"
|
|
11029
11000
|
},
|
|
11030
11001
|
"resolvedValue": "#212529",
|
|
11031
11002
|
"resolvedType": "Color"
|
|
@@ -11897,8 +11868,8 @@
|
|
|
11897
11868
|
{
|
|
11898
11869
|
"description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
|
|
11899
11870
|
"commentRange": {
|
|
11900
|
-
"start":
|
|
11901
|
-
"end":
|
|
11871
|
+
"start": 327,
|
|
11872
|
+
"end": 329
|
|
11902
11873
|
},
|
|
11903
11874
|
"context": {
|
|
11904
11875
|
"type": "variable",
|
|
@@ -11906,8 +11877,8 @@
|
|
|
11906
11877
|
"value": "$kendo-body-bg",
|
|
11907
11878
|
"scope": "default",
|
|
11908
11879
|
"line": {
|
|
11909
|
-
"start":
|
|
11910
|
-
"end":
|
|
11880
|
+
"start": 330,
|
|
11881
|
+
"end": 330
|
|
11911
11882
|
}
|
|
11912
11883
|
},
|
|
11913
11884
|
"group": [
|
|
@@ -11915,8 +11886,8 @@
|
|
|
11915
11886
|
],
|
|
11916
11887
|
"access": "public",
|
|
11917
11888
|
"file": {
|
|
11918
|
-
"path": "
|
|
11919
|
-
"name": "
|
|
11889
|
+
"path": "core/color-system/_swatch.scss",
|
|
11890
|
+
"name": "_swatch.scss"
|
|
11920
11891
|
},
|
|
11921
11892
|
"resolvedValue": "#ffffff",
|
|
11922
11893
|
"resolvedType": "Color"
|
|
@@ -11924,8 +11895,8 @@
|
|
|
11924
11895
|
{
|
|
11925
11896
|
"description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
|
|
11926
11897
|
"commentRange": {
|
|
11927
|
-
"start":
|
|
11928
|
-
"end":
|
|
11898
|
+
"start": 331,
|
|
11899
|
+
"end": 333
|
|
11929
11900
|
},
|
|
11930
11901
|
"context": {
|
|
11931
11902
|
"type": "variable",
|
|
@@ -11933,8 +11904,8 @@
|
|
|
11933
11904
|
"value": "$kendo-body-text",
|
|
11934
11905
|
"scope": "default",
|
|
11935
11906
|
"line": {
|
|
11936
|
-
"start":
|
|
11937
|
-
"end":
|
|
11907
|
+
"start": 334,
|
|
11908
|
+
"end": 334
|
|
11938
11909
|
}
|
|
11939
11910
|
},
|
|
11940
11911
|
"group": [
|
|
@@ -11942,8 +11913,8 @@
|
|
|
11942
11913
|
],
|
|
11943
11914
|
"access": "public",
|
|
11944
11915
|
"file": {
|
|
11945
|
-
"path": "
|
|
11946
|
-
"name": "
|
|
11916
|
+
"path": "core/color-system/_swatch.scss",
|
|
11917
|
+
"name": "_swatch.scss"
|
|
11947
11918
|
},
|
|
11948
11919
|
"resolvedValue": "#212529",
|
|
11949
11920
|
"resolvedType": "Color"
|
|
@@ -11951,8 +11922,8 @@
|
|
|
11951
11922
|
{
|
|
11952
11923
|
"description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
|
|
11953
11924
|
"commentRange": {
|
|
11954
|
-
"start":
|
|
11955
|
-
"end":
|
|
11925
|
+
"start": 335,
|
|
11926
|
+
"end": 337
|
|
11956
11927
|
},
|
|
11957
11928
|
"context": {
|
|
11958
11929
|
"type": "variable",
|
|
@@ -11960,8 +11931,8 @@
|
|
|
11960
11931
|
"value": "if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 )",
|
|
11961
11932
|
"scope": "default",
|
|
11962
11933
|
"line": {
|
|
11963
|
-
"start":
|
|
11964
|
-
"end":
|
|
11934
|
+
"start": 338,
|
|
11935
|
+
"end": 338
|
|
11965
11936
|
}
|
|
11966
11937
|
},
|
|
11967
11938
|
"group": [
|
|
@@ -11969,8 +11940,8 @@
|
|
|
11969
11940
|
],
|
|
11970
11941
|
"access": "public",
|
|
11971
11942
|
"file": {
|
|
11972
|
-
"path": "
|
|
11973
|
-
"name": "
|
|
11943
|
+
"path": "core/color-system/_swatch.scss",
|
|
11944
|
+
"name": "_swatch.scss"
|
|
11974
11945
|
},
|
|
11975
11946
|
"resolvedValue": "#dee2e6",
|
|
11976
11947
|
"resolvedType": "Color"
|
|
@@ -13091,7 +13062,7 @@
|
|
|
13091
13062
|
"context": {
|
|
13092
13063
|
"type": "variable",
|
|
13093
13064
|
"name": "kendo-dock-manager-dock-preview-bg",
|
|
13094
|
-
"value": "rgba( $kendo-color-primary, .16 )",
|
|
13065
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))",
|
|
13095
13066
|
"scope": "default",
|
|
13096
13067
|
"line": {
|
|
13097
13068
|
"start": 110,
|
|
@@ -13388,7 +13359,7 @@
|
|
|
13388
13359
|
"context": {
|
|
13389
13360
|
"type": "variable",
|
|
13390
13361
|
"name": "kendo-dropzone-bg",
|
|
13391
|
-
"value": "if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 )",
|
|
13362
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 ))",
|
|
13392
13363
|
"scope": "default",
|
|
13393
13364
|
"line": {
|
|
13394
13365
|
"start": 28,
|
|
@@ -13496,7 +13467,7 @@
|
|
|
13496
13467
|
"context": {
|
|
13497
13468
|
"type": "variable",
|
|
13498
13469
|
"name": "kendo-dropzone-icon-text",
|
|
13499
|
-
"value": "k-try-tint( $kendo-dropzone-text, 8 )",
|
|
13470
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 ))",
|
|
13500
13471
|
"scope": "default",
|
|
13501
13472
|
"line": {
|
|
13502
13473
|
"start": 41,
|
|
@@ -13928,7 +13899,7 @@
|
|
|
13928
13899
|
"context": {
|
|
13929
13900
|
"type": "variable",
|
|
13930
13901
|
"name": "kendo-editor-highlighted-bg",
|
|
13931
|
-
"value": "k-color-mix( $kendo-color-primary, #ffffff, 20% )",
|
|
13902
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))",
|
|
13932
13903
|
"scope": "default",
|
|
13933
13904
|
"line": {
|
|
13934
13905
|
"start": 32,
|
|
@@ -15764,7 +15735,7 @@
|
|
|
15764
15735
|
"context": {
|
|
15765
15736
|
"type": "variable",
|
|
15766
15737
|
"name": "kendo-file-manager-listview-item-icon-text",
|
|
15767
|
-
"value": "k-try-tint( $kendo-file-manager-text, 4 )",
|
|
15738
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))",
|
|
15768
15739
|
"scope": "default",
|
|
15769
15740
|
"line": {
|
|
15770
15741
|
"start": 122,
|
|
@@ -16250,7 +16221,7 @@
|
|
|
16250
16221
|
"context": {
|
|
16251
16222
|
"type": "variable",
|
|
16252
16223
|
"name": "kendo-file-manager-preview-icon-text",
|
|
16253
|
-
"value": "k-try-tint( $kendo-file-manager-text, 4 )",
|
|
16224
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))",
|
|
16254
16225
|
"scope": "default",
|
|
16255
16226
|
"line": {
|
|
16256
16227
|
"start": 179,
|
|
@@ -16493,7 +16464,7 @@
|
|
|
16493
16464
|
"context": {
|
|
16494
16465
|
"type": "variable",
|
|
16495
16466
|
"name": "kendo-filter-toolbar-focus-shadow",
|
|
16496
|
-
"value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
|
|
16467
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
|
|
16497
16468
|
"scope": "default",
|
|
16498
16469
|
"line": {
|
|
16499
16470
|
"start": 30,
|
|
@@ -20429,17 +20400,17 @@
|
|
|
20429
20400
|
{
|
|
20430
20401
|
"description": "Background color of the grid row resize indicator\n",
|
|
20431
20402
|
"commentRange": {
|
|
20432
|
-
"start":
|
|
20433
|
-
"end":
|
|
20403
|
+
"start": 309,
|
|
20404
|
+
"end": 310
|
|
20434
20405
|
},
|
|
20435
20406
|
"context": {
|
|
20436
20407
|
"type": "variable",
|
|
20437
20408
|
"name": "kendo-grid-row-resizer-hover-bg",
|
|
20438
|
-
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
20409
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
|
|
20439
20410
|
"scope": "default",
|
|
20440
20411
|
"line": {
|
|
20441
|
-
"start":
|
|
20442
|
-
"end":
|
|
20412
|
+
"start": 311,
|
|
20413
|
+
"end": 311
|
|
20443
20414
|
}
|
|
20444
20415
|
},
|
|
20445
20416
|
"group": [
|
|
@@ -20456,8 +20427,8 @@
|
|
|
20456
20427
|
{
|
|
20457
20428
|
"description": "Active background color of the grid row resize indicator\n",
|
|
20458
20429
|
"commentRange": {
|
|
20459
|
-
"start":
|
|
20460
|
-
"end":
|
|
20430
|
+
"start": 312,
|
|
20431
|
+
"end": 313
|
|
20461
20432
|
},
|
|
20462
20433
|
"context": {
|
|
20463
20434
|
"type": "variable",
|
|
@@ -20465,8 +20436,8 @@
|
|
|
20465
20436
|
"value": "$kendo-color-primary",
|
|
20466
20437
|
"scope": "default",
|
|
20467
20438
|
"line": {
|
|
20468
|
-
"start":
|
|
20469
|
-
"end":
|
|
20439
|
+
"start": 314,
|
|
20440
|
+
"end": 314
|
|
20470
20441
|
}
|
|
20471
20442
|
},
|
|
20472
20443
|
"group": [
|
|
@@ -20483,8 +20454,8 @@
|
|
|
20483
20454
|
{
|
|
20484
20455
|
"description": "Height of the grid row resize indicator\n",
|
|
20485
20456
|
"commentRange": {
|
|
20486
|
-
"start":
|
|
20487
|
-
"end":
|
|
20457
|
+
"start": 315,
|
|
20458
|
+
"end": 316
|
|
20488
20459
|
},
|
|
20489
20460
|
"context": {
|
|
20490
20461
|
"type": "variable",
|
|
@@ -20492,8 +20463,8 @@
|
|
|
20492
20463
|
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
20493
20464
|
"scope": "default",
|
|
20494
20465
|
"line": {
|
|
20495
|
-
"start":
|
|
20496
|
-
"end":
|
|
20466
|
+
"start": 317,
|
|
20467
|
+
"end": 317
|
|
20497
20468
|
}
|
|
20498
20469
|
},
|
|
20499
20470
|
"group": [
|
|
@@ -21098,7 +21069,7 @@
|
|
|
21098
21069
|
"path": "input/_variables.scss",
|
|
21099
21070
|
"name": "_variables.scss"
|
|
21100
21071
|
},
|
|
21101
|
-
"resolvedValue": "#
|
|
21072
|
+
"resolvedValue": "#fff",
|
|
21102
21073
|
"resolvedType": "Color"
|
|
21103
21074
|
},
|
|
21104
21075
|
{
|
|
@@ -21314,7 +21285,7 @@
|
|
|
21314
21285
|
"path": "input/_variables.scss",
|
|
21315
21286
|
"name": "_variables.scss"
|
|
21316
21287
|
},
|
|
21317
|
-
"resolvedValue": "#
|
|
21288
|
+
"resolvedValue": "#fff",
|
|
21318
21289
|
"resolvedType": "Color"
|
|
21319
21290
|
},
|
|
21320
21291
|
{
|
|
@@ -21650,7 +21621,7 @@
|
|
|
21650
21621
|
"context": {
|
|
21651
21622
|
"type": "variable",
|
|
21652
21623
|
"name": "kendo-input-outline-border",
|
|
21653
|
-
"value": "rgba( $kendo-base-text, .5 )",
|
|
21624
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 ))",
|
|
21654
21625
|
"scope": "default",
|
|
21655
21626
|
"line": {
|
|
21656
21627
|
"start": 170,
|
|
@@ -23567,7 +23538,7 @@
|
|
|
23567
23538
|
"context": {
|
|
23568
23539
|
"type": "variable",
|
|
23569
23540
|
"name": "kendo-list-item-focus-shadow",
|
|
23570
|
-
"value": "inset 0 0 0 3px rgba( $kendo-list-text, .15 )",
|
|
23541
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 ))",
|
|
23571
23542
|
"scope": "default",
|
|
23572
23543
|
"line": {
|
|
23573
23544
|
"start": 223,
|
|
@@ -24539,7 +24510,7 @@
|
|
|
24539
24510
|
"context": {
|
|
24540
24511
|
"type": "variable",
|
|
24541
24512
|
"name": "kendo-listview-item-selected-bg",
|
|
24542
|
-
"value": "rgba( $kendo-selected-bg, .25 )",
|
|
24513
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
|
|
24543
24514
|
"scope": "default",
|
|
24544
24515
|
"line": {
|
|
24545
24516
|
"start": 44,
|
|
@@ -24674,7 +24645,7 @@
|
|
|
24674
24645
|
"context": {
|
|
24675
24646
|
"type": "variable",
|
|
24676
24647
|
"name": "kendo-listview-item-focus-shadow",
|
|
24677
|
-
"value": "inset 0 0 0 3px rgba( $kendo-listview-text, .15 )",
|
|
24648
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 ))",
|
|
24678
24649
|
"scope": "default",
|
|
24679
24650
|
"line": {
|
|
24680
24651
|
"start": 60,
|
|
@@ -27914,7 +27885,7 @@
|
|
|
27914
27885
|
"context": {
|
|
27915
27886
|
"type": "variable",
|
|
27916
27887
|
"name": "kendo-pager-item-focus-shadow",
|
|
27917
|
-
"value": "0 0 0 3px rgba($kendo-color-primary, .25)",
|
|
27888
|
+
"value": "0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25))",
|
|
27918
27889
|
"scope": "default",
|
|
27919
27890
|
"line": {
|
|
27920
27891
|
"start": 126,
|
|
@@ -29588,7 +29559,7 @@
|
|
|
29588
29559
|
"context": {
|
|
29589
29560
|
"type": "variable",
|
|
29590
29561
|
"name": "kendo-picker-outline-border",
|
|
29591
|
-
"value": "rgba( $kendo-picker-outline-text, .5 )",
|
|
29562
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 ))",
|
|
29592
29563
|
"scope": "default",
|
|
29593
29564
|
"line": {
|
|
29594
29565
|
"start": 368,
|
|
@@ -29642,7 +29613,7 @@
|
|
|
29642
29613
|
"context": {
|
|
29643
29614
|
"type": "variable",
|
|
29644
29615
|
"name": "kendo-picker-outline-hover-text",
|
|
29645
|
-
"value": "k-contrast-color( $kendo-picker-outline-hover-bg )",
|
|
29616
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))",
|
|
29646
29617
|
"scope": "default",
|
|
29647
29618
|
"line": {
|
|
29648
29619
|
"start": 375,
|
|
@@ -29966,7 +29937,7 @@
|
|
|
29966
29937
|
"context": {
|
|
29967
29938
|
"type": "variable",
|
|
29968
29939
|
"name": "kendo-picker-flat-hover-bg",
|
|
29969
|
-
"value": "rgba( $kendo-button-text, .08 )",
|
|
29940
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 ))",
|
|
29970
29941
|
"scope": "default",
|
|
29971
29942
|
"line": {
|
|
29972
29943
|
"start": 415,
|
|
@@ -34880,7 +34851,7 @@
|
|
|
34880
34851
|
"context": {
|
|
34881
34852
|
"type": "variable",
|
|
34882
34853
|
"name": "kendo-skeleton-item-bg",
|
|
34883
|
-
"value": "rgba( $kendo-color-inverse, .2 )",
|
|
34854
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))",
|
|
34884
34855
|
"scope": "default",
|
|
34885
34856
|
"line": {
|
|
34886
34857
|
"start": 20,
|
|
@@ -35609,7 +35580,7 @@
|
|
|
35609
35580
|
"context": {
|
|
35610
35581
|
"type": "variable",
|
|
35611
35582
|
"name": "kendo-switch-off-track-focus-border",
|
|
35612
|
-
"value": "k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )",
|
|
35583
|
+
"value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary ))",
|
|
35613
35584
|
"scope": "default",
|
|
35614
35585
|
"line": {
|
|
35615
35586
|
"start": 65,
|
|
@@ -35663,7 +35634,7 @@
|
|
|
35663
35634
|
"context": {
|
|
35664
35635
|
"type": "variable",
|
|
35665
35636
|
"name": "kendo-switch-off-track-focus-ring",
|
|
35666
|
-
"value": ".25rem solid rgba( $kendo-color-primary, .25 )",
|
|
35637
|
+
"value": ".25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
|
|
35667
35638
|
"scope": "default",
|
|
35668
35639
|
"line": {
|
|
35669
35640
|
"start": 71,
|
|
@@ -35690,7 +35661,7 @@
|
|
|
35690
35661
|
"context": {
|
|
35691
35662
|
"type": "variable",
|
|
35692
35663
|
"name": "kendo-switch-off-track-disabled-bg",
|
|
35693
|
-
"value": "if( $kendo-is-dark-theme, $gray-800, $gray-200 )",
|
|
35664
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $gray-800, $gray-200 ))",
|
|
35694
35665
|
"scope": "default",
|
|
35695
35666
|
"line": {
|
|
35696
35667
|
"start": 75,
|
|
@@ -36338,7 +36309,7 @@
|
|
|
36338
36309
|
"context": {
|
|
36339
36310
|
"type": "variable",
|
|
36340
36311
|
"name": "kendo-switch-on-track-focus-ring",
|
|
36341
|
-
"value": ".25rem solid rgba( $kendo-switch-on-track-border, .25 )",
|
|
36312
|
+
"value": ".25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))",
|
|
36342
36313
|
"scope": "default",
|
|
36343
36314
|
"line": {
|
|
36344
36315
|
"start": 153,
|
|
@@ -36365,7 +36336,7 @@
|
|
|
36365
36336
|
"context": {
|
|
36366
36337
|
"type": "variable",
|
|
36367
36338
|
"name": "kendo-switch-on-track-disabled-bg",
|
|
36368
|
-
"value": "k-try-tint( $kendo-switch-on-track-bg, 50% )",
|
|
36339
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary ), .5 ), k-try-tint( $kendo-switch-on-track-bg, 50% ))",
|
|
36369
36340
|
"scope": "default",
|
|
36370
36341
|
"line": {
|
|
36371
36342
|
"start": 157,
|
|
@@ -36473,7 +36444,7 @@
|
|
|
36473
36444
|
"context": {
|
|
36474
36445
|
"type": "variable",
|
|
36475
36446
|
"name": "kendo-switch-on-thumb-bg",
|
|
36476
|
-
"value": "k-contrast-color( $kendo-switch-on-track-bg )",
|
|
36447
|
+
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-switch-on-track-bg ))",
|
|
36477
36448
|
"scope": "default",
|
|
36478
36449
|
"line": {
|
|
36479
36450
|
"start": 170,
|
|
@@ -37256,7 +37227,7 @@
|
|
|
37256
37227
|
"context": {
|
|
37257
37228
|
"type": "variable",
|
|
37258
37229
|
"name": "kendo-table-alt-row-bg",
|
|
37259
|
-
"value": "rgba( k-contrast-color( $kendo-table-bg ), .04 )",
|
|
37230
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))",
|
|
37260
37231
|
"scope": "default",
|
|
37261
37232
|
"line": {
|
|
37262
37233
|
"start": 114,
|
|
@@ -37337,7 +37308,7 @@
|
|
|
37337
37308
|
"context": {
|
|
37338
37309
|
"type": "variable",
|
|
37339
37310
|
"name": "kendo-table-hover-bg",
|
|
37340
|
-
"value": "rgba( k-contrast-color( $kendo-table-bg ), .08 )",
|
|
37311
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 ))",
|
|
37341
37312
|
"scope": "default",
|
|
37342
37313
|
"line": {
|
|
37343
37314
|
"start": 125,
|
|
@@ -37526,7 +37497,7 @@
|
|
|
37526
37497
|
"context": {
|
|
37527
37498
|
"type": "variable",
|
|
37528
37499
|
"name": "kendo-table-selected-bg",
|
|
37529
|
-
"value": "rgba( $kendo-selected-bg, .25 )",
|
|
37500
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
|
|
37530
37501
|
"scope": "default",
|
|
37531
37502
|
"line": {
|
|
37532
37503
|
"start": 150,
|
|
@@ -39254,7 +39225,7 @@
|
|
|
39254
39225
|
"context": {
|
|
39255
39226
|
"type": "variable",
|
|
39256
39227
|
"name": "kendo-toolbar-item-shadow",
|
|
39257
|
-
"value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
|
|
39228
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
|
|
39258
39229
|
"scope": "default",
|
|
39259
39230
|
"line": {
|
|
39260
39231
|
"start": 85,
|
|
@@ -39605,7 +39576,7 @@
|
|
|
39605
39576
|
"context": {
|
|
39606
39577
|
"type": "variable",
|
|
39607
39578
|
"name": "kendo-tooltip-bg",
|
|
39608
|
-
"value": "if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )",
|
|
39579
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ))",
|
|
39609
39580
|
"scope": "default",
|
|
39610
39581
|
"line": {
|
|
39611
39582
|
"start": 39,
|
|
@@ -39632,7 +39603,7 @@
|
|
|
39632
39603
|
"context": {
|
|
39633
39604
|
"type": "variable",
|
|
39634
39605
|
"name": "kendo-tooltip-text",
|
|
39635
|
-
"value": "k-contrast-color( $kendo-tooltip-bg )",
|
|
39606
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))",
|
|
39636
39607
|
"scope": "default",
|
|
39637
39608
|
"line": {
|
|
39638
39609
|
"start": 42,
|
|
@@ -40793,7 +40764,7 @@
|
|
|
40793
40764
|
"context": {
|
|
40794
40765
|
"type": "variable",
|
|
40795
40766
|
"name": "kendo-treeview-item-focus-shadow",
|
|
40796
|
-
"value": "inset 0 0 0 2px rgba( $kendo-treeview-text, .15 )",
|
|
40767
|
+
"value": "inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-treeview-text, .15 ))",
|
|
40797
40768
|
"scope": "default",
|
|
40798
40769
|
"line": {
|
|
40799
40770
|
"start": 154,
|
|
@@ -41084,8 +41055,8 @@
|
|
|
41084
41055
|
{
|
|
41085
41056
|
"description": "Base font size across all components.\n",
|
|
41086
41057
|
"commentRange": {
|
|
41087
|
-
"start":
|
|
41088
|
-
"end":
|
|
41058
|
+
"start": 104,
|
|
41059
|
+
"end": 105
|
|
41089
41060
|
},
|
|
41090
41061
|
"context": {
|
|
41091
41062
|
"type": "variable",
|
|
@@ -41093,8 +41064,8 @@
|
|
|
41093
41064
|
"value": "$font-size-base",
|
|
41094
41065
|
"scope": "default",
|
|
41095
41066
|
"line": {
|
|
41096
|
-
"start":
|
|
41097
|
-
"end":
|
|
41067
|
+
"start": 106,
|
|
41068
|
+
"end": 106
|
|
41098
41069
|
}
|
|
41099
41070
|
},
|
|
41100
41071
|
"group": [
|
|
@@ -41111,8 +41082,8 @@
|
|
|
41111
41082
|
{
|
|
41112
41083
|
"description": "Font family for text.\n",
|
|
41113
41084
|
"commentRange": {
|
|
41114
|
-
"start":
|
|
41115
|
-
"end":
|
|
41085
|
+
"start": 121,
|
|
41086
|
+
"end": 122
|
|
41116
41087
|
},
|
|
41117
41088
|
"context": {
|
|
41118
41089
|
"type": "variable",
|
|
@@ -41120,8 +41091,8 @@
|
|
|
41120
41091
|
"value": "$font-family-sans-serif",
|
|
41121
41092
|
"scope": "default",
|
|
41122
41093
|
"line": {
|
|
41123
|
-
"start":
|
|
41124
|
-
"end":
|
|
41094
|
+
"start": 123,
|
|
41095
|
+
"end": 123
|
|
41125
41096
|
}
|
|
41126
41097
|
},
|
|
41127
41098
|
"group": [
|
|
@@ -41138,8 +41109,8 @@
|
|
|
41138
41109
|
{
|
|
41139
41110
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
41140
41111
|
"commentRange": {
|
|
41141
|
-
"start":
|
|
41142
|
-
"end":
|
|
41112
|
+
"start": 125,
|
|
41113
|
+
"end": 126
|
|
41143
41114
|
},
|
|
41144
41115
|
"context": {
|
|
41145
41116
|
"type": "variable",
|
|
@@ -41147,8 +41118,8 @@
|
|
|
41147
41118
|
"value": "$font-family-monospace",
|
|
41148
41119
|
"scope": "default",
|
|
41149
41120
|
"line": {
|
|
41150
|
-
"start":
|
|
41151
|
-
"end":
|
|
41121
|
+
"start": 127,
|
|
41122
|
+
"end": 127
|
|
41152
41123
|
}
|
|
41153
41124
|
},
|
|
41154
41125
|
"group": [
|
|
@@ -41165,8 +41136,8 @@
|
|
|
41165
41136
|
{
|
|
41166
41137
|
"description": "Font family across all components.\n",
|
|
41167
41138
|
"commentRange": {
|
|
41168
|
-
"start":
|
|
41169
|
-
"end":
|
|
41139
|
+
"start": 129,
|
|
41140
|
+
"end": 130
|
|
41170
41141
|
},
|
|
41171
41142
|
"context": {
|
|
41172
41143
|
"type": "variable",
|
|
@@ -41174,8 +41145,8 @@
|
|
|
41174
41145
|
"value": "$kendo-font-family-sans-serif",
|
|
41175
41146
|
"scope": "default",
|
|
41176
41147
|
"line": {
|
|
41177
|
-
"start":
|
|
41178
|
-
"end":
|
|
41148
|
+
"start": 131,
|
|
41149
|
+
"end": 131
|
|
41179
41150
|
}
|
|
41180
41151
|
},
|
|
41181
41152
|
"group": [
|
|
@@ -41192,8 +41163,8 @@
|
|
|
41192
41163
|
{
|
|
41193
41164
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
41194
41165
|
"commentRange": {
|
|
41195
|
-
"start":
|
|
41196
|
-
"end":
|
|
41166
|
+
"start": 133,
|
|
41167
|
+
"end": 134
|
|
41197
41168
|
},
|
|
41198
41169
|
"context": {
|
|
41199
41170
|
"type": "variable",
|
|
@@ -41201,8 +41172,8 @@
|
|
|
41201
41172
|
"value": "$line-height-base",
|
|
41202
41173
|
"scope": "default",
|
|
41203
41174
|
"line": {
|
|
41204
|
-
"start":
|
|
41205
|
-
"end":
|
|
41175
|
+
"start": 135,
|
|
41176
|
+
"end": 135
|
|
41206
41177
|
}
|
|
41207
41178
|
},
|
|
41208
41179
|
"group": [
|
|
@@ -41219,8 +41190,8 @@
|
|
|
41219
41190
|
{
|
|
41220
41191
|
"description": "Border radius for all components.\n",
|
|
41221
41192
|
"commentRange": {
|
|
41222
|
-
"start":
|
|
41223
|
-
"end":
|
|
41193
|
+
"start": 81,
|
|
41194
|
+
"end": 81
|
|
41224
41195
|
},
|
|
41225
41196
|
"context": {
|
|
41226
41197
|
"type": "variable",
|
|
@@ -41228,8 +41199,8 @@
|
|
|
41228
41199
|
"value": "$border-radius",
|
|
41229
41200
|
"scope": "default",
|
|
41230
41201
|
"line": {
|
|
41231
|
-
"start":
|
|
41232
|
-
"end":
|
|
41202
|
+
"start": 82,
|
|
41203
|
+
"end": 82
|
|
41233
41204
|
}
|
|
41234
41205
|
},
|
|
41235
41206
|
"access": "public",
|
|
@@ -41243,11 +41214,38 @@
|
|
|
41243
41214
|
"resolvedValue": "0.375rem",
|
|
41244
41215
|
"resolvedType": "Number"
|
|
41245
41216
|
},
|
|
41217
|
+
{
|
|
41218
|
+
"description": "The font size of the large Chip.\n",
|
|
41219
|
+
"commentRange": {
|
|
41220
|
+
"start": 48,
|
|
41221
|
+
"end": 48
|
|
41222
|
+
},
|
|
41223
|
+
"context": {
|
|
41224
|
+
"type": "variable",
|
|
41225
|
+
"name": "kendo-chip-lg-font-size",
|
|
41226
|
+
"value": "$kendo-font-size-md",
|
|
41227
|
+
"scope": "default",
|
|
41228
|
+
"line": {
|
|
41229
|
+
"start": 49,
|
|
41230
|
+
"end": 49
|
|
41231
|
+
}
|
|
41232
|
+
},
|
|
41233
|
+
"access": "public",
|
|
41234
|
+
"group": [
|
|
41235
|
+
"undefined"
|
|
41236
|
+
],
|
|
41237
|
+
"file": {
|
|
41238
|
+
"path": "chip/_variables.scss",
|
|
41239
|
+
"name": "_variables.scss"
|
|
41240
|
+
},
|
|
41241
|
+
"resolvedValue": "1rem",
|
|
41242
|
+
"resolvedType": "Number"
|
|
41243
|
+
},
|
|
41246
41244
|
{
|
|
41247
41245
|
"description": "The background of the components' chrome area.\n",
|
|
41248
41246
|
"commentRange": {
|
|
41249
|
-
"start":
|
|
41250
|
-
"end":
|
|
41247
|
+
"start": 341,
|
|
41248
|
+
"end": 341
|
|
41251
41249
|
},
|
|
41252
41250
|
"context": {
|
|
41253
41251
|
"type": "variable",
|
|
@@ -41255,8 +41253,8 @@
|
|
|
41255
41253
|
"value": "$gray-100",
|
|
41256
41254
|
"scope": "default",
|
|
41257
41255
|
"line": {
|
|
41258
|
-
"start":
|
|
41259
|
-
"end":
|
|
41256
|
+
"start": 342,
|
|
41257
|
+
"end": 342
|
|
41260
41258
|
}
|
|
41261
41259
|
},
|
|
41262
41260
|
"access": "public",
|
|
@@ -41264,8 +41262,8 @@
|
|
|
41264
41262
|
"undefined"
|
|
41265
41263
|
],
|
|
41266
41264
|
"file": {
|
|
41267
|
-
"path": "
|
|
41268
|
-
"name": "
|
|
41265
|
+
"path": "core/color-system/_swatch.scss",
|
|
41266
|
+
"name": "_swatch.scss"
|
|
41269
41267
|
},
|
|
41270
41268
|
"resolvedValue": "#f8f9fa",
|
|
41271
41269
|
"resolvedType": "Color"
|
|
@@ -41273,8 +41271,8 @@
|
|
|
41273
41271
|
{
|
|
41274
41272
|
"description": "The text color of the components' chrome area.\n",
|
|
41275
41273
|
"commentRange": {
|
|
41276
|
-
"start":
|
|
41277
|
-
"end":
|
|
41274
|
+
"start": 343,
|
|
41275
|
+
"end": 343
|
|
41278
41276
|
},
|
|
41279
41277
|
"context": {
|
|
41280
41278
|
"type": "variable",
|
|
@@ -41282,8 +41280,8 @@
|
|
|
41282
41280
|
"value": "$kendo-body-text",
|
|
41283
41281
|
"scope": "default",
|
|
41284
41282
|
"line": {
|
|
41285
|
-
"start":
|
|
41286
|
-
"end":
|
|
41283
|
+
"start": 344,
|
|
41284
|
+
"end": 344
|
|
41287
41285
|
}
|
|
41288
41286
|
},
|
|
41289
41287
|
"access": "public",
|
|
@@ -41291,8 +41289,8 @@
|
|
|
41291
41289
|
"undefined"
|
|
41292
41290
|
],
|
|
41293
41291
|
"file": {
|
|
41294
|
-
"path": "
|
|
41295
|
-
"name": "
|
|
41292
|
+
"path": "core/color-system/_swatch.scss",
|
|
41293
|
+
"name": "_swatch.scss"
|
|
41296
41294
|
},
|
|
41297
41295
|
"resolvedValue": "#212529",
|
|
41298
41296
|
"resolvedType": "Color"
|
|
@@ -41300,8 +41298,8 @@
|
|
|
41300
41298
|
{
|
|
41301
41299
|
"description": "The border color of the components' chrome area.\n",
|
|
41302
41300
|
"commentRange": {
|
|
41303
|
-
"start":
|
|
41304
|
-
"end":
|
|
41301
|
+
"start": 345,
|
|
41302
|
+
"end": 345
|
|
41305
41303
|
},
|
|
41306
41304
|
"context": {
|
|
41307
41305
|
"type": "variable",
|
|
@@ -41309,8 +41307,8 @@
|
|
|
41309
41307
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
41310
41308
|
"scope": "default",
|
|
41311
41309
|
"line": {
|
|
41312
|
-
"start":
|
|
41313
|
-
"end":
|
|
41310
|
+
"start": 346,
|
|
41311
|
+
"end": 346
|
|
41314
41312
|
}
|
|
41315
41313
|
},
|
|
41316
41314
|
"access": "public",
|
|
@@ -41318,8 +41316,8 @@
|
|
|
41318
41316
|
"undefined"
|
|
41319
41317
|
],
|
|
41320
41318
|
"file": {
|
|
41321
|
-
"path": "
|
|
41322
|
-
"name": "
|
|
41319
|
+
"path": "core/color-system/_swatch.scss",
|
|
41320
|
+
"name": "_swatch.scss"
|
|
41323
41321
|
},
|
|
41324
41322
|
"resolvedValue": "#e4e5e6",
|
|
41325
41323
|
"resolvedType": "Color"
|
|
@@ -41327,8 +41325,8 @@
|
|
|
41327
41325
|
{
|
|
41328
41326
|
"description": "The gradient background of the components' chrome area.\n",
|
|
41329
41327
|
"commentRange": {
|
|
41330
|
-
"start":
|
|
41331
|
-
"end":
|
|
41328
|
+
"start": 347,
|
|
41329
|
+
"end": 347
|
|
41332
41330
|
},
|
|
41333
41331
|
"context": {
|
|
41334
41332
|
"type": "variable",
|
|
@@ -41336,8 +41334,8 @@
|
|
|
41336
41334
|
"value": "null",
|
|
41337
41335
|
"scope": "default",
|
|
41338
41336
|
"line": {
|
|
41339
|
-
"start":
|
|
41340
|
-
"end":
|
|
41337
|
+
"start": 348,
|
|
41338
|
+
"end": 348
|
|
41341
41339
|
}
|
|
41342
41340
|
},
|
|
41343
41341
|
"access": "public",
|
|
@@ -41345,8 +41343,8 @@
|
|
|
41345
41343
|
"undefined"
|
|
41346
41344
|
],
|
|
41347
41345
|
"file": {
|
|
41348
|
-
"path": "
|
|
41349
|
-
"name": "
|
|
41346
|
+
"path": "core/color-system/_swatch.scss",
|
|
41347
|
+
"name": "_swatch.scss"
|
|
41350
41348
|
},
|
|
41351
41349
|
"resolvedValue": "null",
|
|
41352
41350
|
"resolvedType": "Null"
|
|
@@ -41354,8 +41352,8 @@
|
|
|
41354
41352
|
{
|
|
41355
41353
|
"description": "The background of hovered items.\n",
|
|
41356
41354
|
"commentRange": {
|
|
41357
|
-
"start":
|
|
41358
|
-
"end":
|
|
41355
|
+
"start": 350,
|
|
41356
|
+
"end": 350
|
|
41359
41357
|
},
|
|
41360
41358
|
"context": {
|
|
41361
41359
|
"type": "variable",
|
|
@@ -41363,8 +41361,8 @@
|
|
|
41363
41361
|
"value": "$gray-200",
|
|
41364
41362
|
"scope": "default",
|
|
41365
41363
|
"line": {
|
|
41366
|
-
"start":
|
|
41367
|
-
"end":
|
|
41364
|
+
"start": 351,
|
|
41365
|
+
"end": 351
|
|
41368
41366
|
}
|
|
41369
41367
|
},
|
|
41370
41368
|
"access": "public",
|
|
@@ -41372,8 +41370,8 @@
|
|
|
41372
41370
|
"undefined"
|
|
41373
41371
|
],
|
|
41374
41372
|
"file": {
|
|
41375
|
-
"path": "
|
|
41376
|
-
"name": "
|
|
41373
|
+
"path": "core/color-system/_swatch.scss",
|
|
41374
|
+
"name": "_swatch.scss"
|
|
41377
41375
|
},
|
|
41378
41376
|
"resolvedValue": "#e9ecef",
|
|
41379
41377
|
"resolvedType": "Color"
|
|
@@ -41381,8 +41379,8 @@
|
|
|
41381
41379
|
{
|
|
41382
41380
|
"description": "The text color of hovered items.\n",
|
|
41383
41381
|
"commentRange": {
|
|
41384
|
-
"start":
|
|
41385
|
-
"end":
|
|
41382
|
+
"start": 352,
|
|
41383
|
+
"end": 352
|
|
41386
41384
|
},
|
|
41387
41385
|
"context": {
|
|
41388
41386
|
"type": "variable",
|
|
@@ -41390,8 +41388,8 @@
|
|
|
41390
41388
|
"value": "$kendo-base-text",
|
|
41391
41389
|
"scope": "default",
|
|
41392
41390
|
"line": {
|
|
41393
|
-
"start":
|
|
41394
|
-
"end":
|
|
41391
|
+
"start": 353,
|
|
41392
|
+
"end": 353
|
|
41395
41393
|
}
|
|
41396
41394
|
},
|
|
41397
41395
|
"access": "public",
|
|
@@ -41399,8 +41397,8 @@
|
|
|
41399
41397
|
"undefined"
|
|
41400
41398
|
],
|
|
41401
41399
|
"file": {
|
|
41402
|
-
"path": "
|
|
41403
|
-
"name": "
|
|
41400
|
+
"path": "core/color-system/_swatch.scss",
|
|
41401
|
+
"name": "_swatch.scss"
|
|
41404
41402
|
},
|
|
41405
41403
|
"resolvedValue": "#212529",
|
|
41406
41404
|
"resolvedType": "Color"
|
|
@@ -41408,8 +41406,8 @@
|
|
|
41408
41406
|
{
|
|
41409
41407
|
"description": "The border color of hovered items.\n",
|
|
41410
41408
|
"commentRange": {
|
|
41411
|
-
"start":
|
|
41412
|
-
"end":
|
|
41409
|
+
"start": 354,
|
|
41410
|
+
"end": 354
|
|
41413
41411
|
},
|
|
41414
41412
|
"context": {
|
|
41415
41413
|
"type": "variable",
|
|
@@ -41417,8 +41415,8 @@
|
|
|
41417
41415
|
"value": "k-try-shade( $kendo-hover-bg, 1 )",
|
|
41418
41416
|
"scope": "default",
|
|
41419
41417
|
"line": {
|
|
41420
|
-
"start":
|
|
41421
|
-
"end":
|
|
41418
|
+
"start": 355,
|
|
41419
|
+
"end": 355
|
|
41422
41420
|
}
|
|
41423
41421
|
},
|
|
41424
41422
|
"access": "public",
|
|
@@ -41426,8 +41424,8 @@
|
|
|
41426
41424
|
"undefined"
|
|
41427
41425
|
],
|
|
41428
41426
|
"file": {
|
|
41429
|
-
"path": "
|
|
41430
|
-
"name": "
|
|
41427
|
+
"path": "core/color-system/_swatch.scss",
|
|
41428
|
+
"name": "_swatch.scss"
|
|
41431
41429
|
},
|
|
41432
41430
|
"resolvedValue": "#d6d9dc",
|
|
41433
41431
|
"resolvedType": "Color"
|
|
@@ -41435,8 +41433,8 @@
|
|
|
41435
41433
|
{
|
|
41436
41434
|
"description": "The gradient background of hovered items.\n",
|
|
41437
41435
|
"commentRange": {
|
|
41438
|
-
"start":
|
|
41439
|
-
"end":
|
|
41436
|
+
"start": 356,
|
|
41437
|
+
"end": 356
|
|
41440
41438
|
},
|
|
41441
41439
|
"context": {
|
|
41442
41440
|
"type": "variable",
|
|
@@ -41444,8 +41442,8 @@
|
|
|
41444
41442
|
"value": "null",
|
|
41445
41443
|
"scope": "default",
|
|
41446
41444
|
"line": {
|
|
41447
|
-
"start":
|
|
41448
|
-
"end":
|
|
41445
|
+
"start": 357,
|
|
41446
|
+
"end": 357
|
|
41449
41447
|
}
|
|
41450
41448
|
},
|
|
41451
41449
|
"access": "public",
|
|
@@ -41453,8 +41451,8 @@
|
|
|
41453
41451
|
"undefined"
|
|
41454
41452
|
],
|
|
41455
41453
|
"file": {
|
|
41456
|
-
"path": "
|
|
41457
|
-
"name": "
|
|
41454
|
+
"path": "core/color-system/_swatch.scss",
|
|
41455
|
+
"name": "_swatch.scss"
|
|
41458
41456
|
},
|
|
41459
41457
|
"resolvedValue": "null",
|
|
41460
41458
|
"resolvedType": "Null"
|
|
@@ -41462,8 +41460,8 @@
|
|
|
41462
41460
|
{
|
|
41463
41461
|
"description": "The background of selected items.\n",
|
|
41464
41462
|
"commentRange": {
|
|
41465
|
-
"start":
|
|
41466
|
-
"end":
|
|
41463
|
+
"start": 359,
|
|
41464
|
+
"end": 359
|
|
41467
41465
|
},
|
|
41468
41466
|
"context": {
|
|
41469
41467
|
"type": "variable",
|
|
@@ -41471,8 +41469,8 @@
|
|
|
41471
41469
|
"value": "$kendo-color-primary",
|
|
41472
41470
|
"scope": "default",
|
|
41473
41471
|
"line": {
|
|
41474
|
-
"start":
|
|
41475
|
-
"end":
|
|
41472
|
+
"start": 360,
|
|
41473
|
+
"end": 360
|
|
41476
41474
|
}
|
|
41477
41475
|
},
|
|
41478
41476
|
"access": "public",
|
|
@@ -41480,8 +41478,8 @@
|
|
|
41480
41478
|
"undefined"
|
|
41481
41479
|
],
|
|
41482
41480
|
"file": {
|
|
41483
|
-
"path": "
|
|
41484
|
-
"name": "
|
|
41481
|
+
"path": "core/color-system/_swatch.scss",
|
|
41482
|
+
"name": "_swatch.scss"
|
|
41485
41483
|
},
|
|
41486
41484
|
"resolvedValue": "#0d6efd",
|
|
41487
41485
|
"resolvedType": "Color"
|
|
@@ -41489,8 +41487,8 @@
|
|
|
41489
41487
|
{
|
|
41490
41488
|
"description": "The text color of selected items.\n",
|
|
41491
41489
|
"commentRange": {
|
|
41492
|
-
"start":
|
|
41493
|
-
"end":
|
|
41490
|
+
"start": 361,
|
|
41491
|
+
"end": 361
|
|
41494
41492
|
},
|
|
41495
41493
|
"context": {
|
|
41496
41494
|
"type": "variable",
|
|
@@ -41498,8 +41496,8 @@
|
|
|
41498
41496
|
"value": "k-contrast-color( $kendo-selected-bg )",
|
|
41499
41497
|
"scope": "default",
|
|
41500
41498
|
"line": {
|
|
41501
|
-
"start":
|
|
41502
|
-
"end":
|
|
41499
|
+
"start": 362,
|
|
41500
|
+
"end": 362
|
|
41503
41501
|
}
|
|
41504
41502
|
},
|
|
41505
41503
|
"access": "public",
|
|
@@ -41507,8 +41505,8 @@
|
|
|
41507
41505
|
"undefined"
|
|
41508
41506
|
],
|
|
41509
41507
|
"file": {
|
|
41510
|
-
"path": "
|
|
41511
|
-
"name": "
|
|
41508
|
+
"path": "core/color-system/_swatch.scss",
|
|
41509
|
+
"name": "_swatch.scss"
|
|
41512
41510
|
},
|
|
41513
41511
|
"resolvedValue": "white",
|
|
41514
41512
|
"resolvedType": "Color"
|
|
@@ -41516,8 +41514,8 @@
|
|
|
41516
41514
|
{
|
|
41517
41515
|
"description": "The border color of selected items.\n",
|
|
41518
41516
|
"commentRange": {
|
|
41519
|
-
"start":
|
|
41520
|
-
"end":
|
|
41517
|
+
"start": 363,
|
|
41518
|
+
"end": 363
|
|
41521
41519
|
},
|
|
41522
41520
|
"context": {
|
|
41523
41521
|
"type": "variable",
|
|
@@ -41525,8 +41523,8 @@
|
|
|
41525
41523
|
"value": "k-try-shade( $kendo-selected-bg, 1 )",
|
|
41526
41524
|
"scope": "default",
|
|
41527
41525
|
"line": {
|
|
41528
|
-
"start":
|
|
41529
|
-
"end":
|
|
41526
|
+
"start": 364,
|
|
41527
|
+
"end": 364
|
|
41530
41528
|
}
|
|
41531
41529
|
},
|
|
41532
41530
|
"access": "public",
|
|
@@ -41534,8 +41532,8 @@
|
|
|
41534
41532
|
"undefined"
|
|
41535
41533
|
],
|
|
41536
41534
|
"file": {
|
|
41537
|
-
"path": "
|
|
41538
|
-
"name": "
|
|
41535
|
+
"path": "core/color-system/_swatch.scss",
|
|
41536
|
+
"name": "_swatch.scss"
|
|
41539
41537
|
},
|
|
41540
41538
|
"resolvedValue": "#0c65e9",
|
|
41541
41539
|
"resolvedType": "Color"
|
|
@@ -41543,8 +41541,8 @@
|
|
|
41543
41541
|
{
|
|
41544
41542
|
"description": "The gradient background of selected items.\n",
|
|
41545
41543
|
"commentRange": {
|
|
41546
|
-
"start":
|
|
41547
|
-
"end":
|
|
41544
|
+
"start": 365,
|
|
41545
|
+
"end": 365
|
|
41548
41546
|
},
|
|
41549
41547
|
"context": {
|
|
41550
41548
|
"type": "variable",
|
|
@@ -41552,8 +41550,8 @@
|
|
|
41552
41550
|
"value": "null",
|
|
41553
41551
|
"scope": "default",
|
|
41554
41552
|
"line": {
|
|
41555
|
-
"start":
|
|
41556
|
-
"end":
|
|
41553
|
+
"start": 366,
|
|
41554
|
+
"end": 366
|
|
41557
41555
|
}
|
|
41558
41556
|
},
|
|
41559
41557
|
"access": "public",
|
|
@@ -41561,26 +41559,26 @@
|
|
|
41561
41559
|
"undefined"
|
|
41562
41560
|
],
|
|
41563
41561
|
"file": {
|
|
41564
|
-
"path": "
|
|
41565
|
-
"name": "
|
|
41562
|
+
"path": "core/color-system/_swatch.scss",
|
|
41563
|
+
"name": "_swatch.scss"
|
|
41566
41564
|
},
|
|
41567
41565
|
"resolvedValue": "null",
|
|
41568
41566
|
"resolvedType": "Null"
|
|
41569
41567
|
},
|
|
41570
41568
|
{
|
|
41571
|
-
"description": "
|
|
41569
|
+
"description": "Text color of disabled items.\n",
|
|
41572
41570
|
"commentRange": {
|
|
41573
|
-
"start":
|
|
41574
|
-
"end":
|
|
41571
|
+
"start": 373,
|
|
41572
|
+
"end": 373
|
|
41575
41573
|
},
|
|
41576
41574
|
"context": {
|
|
41577
41575
|
"type": "variable",
|
|
41578
|
-
"name": "kendo-
|
|
41579
|
-
"value": "$kendo-
|
|
41576
|
+
"name": "kendo-disabled-text",
|
|
41577
|
+
"value": "if( $kendo-is-dark-theme, $gray-600, $gray-500)",
|
|
41580
41578
|
"scope": "default",
|
|
41581
41579
|
"line": {
|
|
41582
|
-
"start":
|
|
41583
|
-
"end":
|
|
41580
|
+
"start": 374,
|
|
41581
|
+
"end": 374
|
|
41584
41582
|
}
|
|
41585
41583
|
},
|
|
41586
41584
|
"access": "public",
|
|
@@ -41588,11 +41586,11 @@
|
|
|
41588
41586
|
"undefined"
|
|
41589
41587
|
],
|
|
41590
41588
|
"file": {
|
|
41591
|
-
"path": "
|
|
41592
|
-
"name": "
|
|
41589
|
+
"path": "core/color-system/_swatch.scss",
|
|
41590
|
+
"name": "_swatch.scss"
|
|
41593
41591
|
},
|
|
41594
|
-
"resolvedValue": "
|
|
41595
|
-
"resolvedType": "
|
|
41592
|
+
"resolvedValue": "#adb5bd",
|
|
41593
|
+
"resolvedType": "Color"
|
|
41596
41594
|
},
|
|
41597
41595
|
{
|
|
41598
41596
|
"description": "The width of the border around the Upload.\n",
|
|
@@ -41954,7 +41952,7 @@
|
|
|
41954
41952
|
"context": {
|
|
41955
41953
|
"type": "variable",
|
|
41956
41954
|
"name": "kendo-upload-dropzone-hover-bg",
|
|
41957
|
-
"value": "k-try-shade( $kendo-upload-dropzone-bg, .2 )",
|
|
41955
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-upload-dropzone-bg, .2 ))",
|
|
41958
41956
|
"scope": "default",
|
|
41959
41957
|
"line": {
|
|
41960
41958
|
"start": 46,
|
|
@@ -43200,8 +43198,8 @@
|
|
|
43200
43198
|
{
|
|
43201
43199
|
"description": "Border radius for all components.\n",
|
|
43202
43200
|
"commentRange": {
|
|
43203
|
-
"start":
|
|
43204
|
-
"end":
|
|
43201
|
+
"start": 81,
|
|
43202
|
+
"end": 81
|
|
43205
43203
|
},
|
|
43206
43204
|
"context": {
|
|
43207
43205
|
"type": "variable",
|
|
@@ -43209,8 +43207,8 @@
|
|
|
43209
43207
|
"value": "$border-radius",
|
|
43210
43208
|
"scope": "default",
|
|
43211
43209
|
"line": {
|
|
43212
|
-
"start":
|
|
43213
|
-
"end":
|
|
43210
|
+
"start": 82,
|
|
43211
|
+
"end": 82
|
|
43214
43212
|
}
|
|
43215
43213
|
},
|
|
43216
43214
|
"access": "public",
|
|
@@ -43224,11 +43222,38 @@
|
|
|
43224
43222
|
"resolvedValue": "0.375rem",
|
|
43225
43223
|
"resolvedType": "Number"
|
|
43226
43224
|
},
|
|
43225
|
+
{
|
|
43226
|
+
"description": "The font size of the large Chip.\n",
|
|
43227
|
+
"commentRange": {
|
|
43228
|
+
"start": 48,
|
|
43229
|
+
"end": 48
|
|
43230
|
+
},
|
|
43231
|
+
"context": {
|
|
43232
|
+
"type": "variable",
|
|
43233
|
+
"name": "kendo-chip-lg-font-size",
|
|
43234
|
+
"value": "$kendo-font-size-md",
|
|
43235
|
+
"scope": "default",
|
|
43236
|
+
"line": {
|
|
43237
|
+
"start": 49,
|
|
43238
|
+
"end": 49
|
|
43239
|
+
}
|
|
43240
|
+
},
|
|
43241
|
+
"access": "public",
|
|
43242
|
+
"group": [
|
|
43243
|
+
"undefined"
|
|
43244
|
+
],
|
|
43245
|
+
"file": {
|
|
43246
|
+
"path": "chip/_variables.scss",
|
|
43247
|
+
"name": "_variables.scss"
|
|
43248
|
+
},
|
|
43249
|
+
"resolvedValue": "1rem",
|
|
43250
|
+
"resolvedType": "Number"
|
|
43251
|
+
},
|
|
43227
43252
|
{
|
|
43228
43253
|
"description": "The background of the components' chrome area.\n",
|
|
43229
43254
|
"commentRange": {
|
|
43230
|
-
"start":
|
|
43231
|
-
"end":
|
|
43255
|
+
"start": 341,
|
|
43256
|
+
"end": 341
|
|
43232
43257
|
},
|
|
43233
43258
|
"context": {
|
|
43234
43259
|
"type": "variable",
|
|
@@ -43236,8 +43261,8 @@
|
|
|
43236
43261
|
"value": "$gray-100",
|
|
43237
43262
|
"scope": "default",
|
|
43238
43263
|
"line": {
|
|
43239
|
-
"start":
|
|
43240
|
-
"end":
|
|
43264
|
+
"start": 342,
|
|
43265
|
+
"end": 342
|
|
43241
43266
|
}
|
|
43242
43267
|
},
|
|
43243
43268
|
"access": "public",
|
|
@@ -43245,8 +43270,8 @@
|
|
|
43245
43270
|
"undefined"
|
|
43246
43271
|
],
|
|
43247
43272
|
"file": {
|
|
43248
|
-
"path": "
|
|
43249
|
-
"name": "
|
|
43273
|
+
"path": "core/color-system/_swatch.scss",
|
|
43274
|
+
"name": "_swatch.scss"
|
|
43250
43275
|
},
|
|
43251
43276
|
"resolvedValue": "#f8f9fa",
|
|
43252
43277
|
"resolvedType": "Color"
|
|
@@ -43254,8 +43279,8 @@
|
|
|
43254
43279
|
{
|
|
43255
43280
|
"description": "The text color of the components' chrome area.\n",
|
|
43256
43281
|
"commentRange": {
|
|
43257
|
-
"start":
|
|
43258
|
-
"end":
|
|
43282
|
+
"start": 343,
|
|
43283
|
+
"end": 343
|
|
43259
43284
|
},
|
|
43260
43285
|
"context": {
|
|
43261
43286
|
"type": "variable",
|
|
@@ -43263,8 +43288,8 @@
|
|
|
43263
43288
|
"value": "$kendo-body-text",
|
|
43264
43289
|
"scope": "default",
|
|
43265
43290
|
"line": {
|
|
43266
|
-
"start":
|
|
43267
|
-
"end":
|
|
43291
|
+
"start": 344,
|
|
43292
|
+
"end": 344
|
|
43268
43293
|
}
|
|
43269
43294
|
},
|
|
43270
43295
|
"access": "public",
|
|
@@ -43272,8 +43297,8 @@
|
|
|
43272
43297
|
"undefined"
|
|
43273
43298
|
],
|
|
43274
43299
|
"file": {
|
|
43275
|
-
"path": "
|
|
43276
|
-
"name": "
|
|
43300
|
+
"path": "core/color-system/_swatch.scss",
|
|
43301
|
+
"name": "_swatch.scss"
|
|
43277
43302
|
},
|
|
43278
43303
|
"resolvedValue": "#212529",
|
|
43279
43304
|
"resolvedType": "Color"
|
|
@@ -43281,8 +43306,8 @@
|
|
|
43281
43306
|
{
|
|
43282
43307
|
"description": "The border color of the components' chrome area.\n",
|
|
43283
43308
|
"commentRange": {
|
|
43284
|
-
"start":
|
|
43285
|
-
"end":
|
|
43309
|
+
"start": 345,
|
|
43310
|
+
"end": 345
|
|
43286
43311
|
},
|
|
43287
43312
|
"context": {
|
|
43288
43313
|
"type": "variable",
|
|
@@ -43290,8 +43315,8 @@
|
|
|
43290
43315
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
43291
43316
|
"scope": "default",
|
|
43292
43317
|
"line": {
|
|
43293
|
-
"start":
|
|
43294
|
-
"end":
|
|
43318
|
+
"start": 346,
|
|
43319
|
+
"end": 346
|
|
43295
43320
|
}
|
|
43296
43321
|
},
|
|
43297
43322
|
"access": "public",
|
|
@@ -43299,8 +43324,8 @@
|
|
|
43299
43324
|
"undefined"
|
|
43300
43325
|
],
|
|
43301
43326
|
"file": {
|
|
43302
|
-
"path": "
|
|
43303
|
-
"name": "
|
|
43327
|
+
"path": "core/color-system/_swatch.scss",
|
|
43328
|
+
"name": "_swatch.scss"
|
|
43304
43329
|
},
|
|
43305
43330
|
"resolvedValue": "#e4e5e6",
|
|
43306
43331
|
"resolvedType": "Color"
|
|
@@ -43308,8 +43333,8 @@
|
|
|
43308
43333
|
{
|
|
43309
43334
|
"description": "The gradient background of the components' chrome area.\n",
|
|
43310
43335
|
"commentRange": {
|
|
43311
|
-
"start":
|
|
43312
|
-
"end":
|
|
43336
|
+
"start": 347,
|
|
43337
|
+
"end": 347
|
|
43313
43338
|
},
|
|
43314
43339
|
"context": {
|
|
43315
43340
|
"type": "variable",
|
|
@@ -43317,8 +43342,8 @@
|
|
|
43317
43342
|
"value": "null",
|
|
43318
43343
|
"scope": "default",
|
|
43319
43344
|
"line": {
|
|
43320
|
-
"start":
|
|
43321
|
-
"end":
|
|
43345
|
+
"start": 348,
|
|
43346
|
+
"end": 348
|
|
43322
43347
|
}
|
|
43323
43348
|
},
|
|
43324
43349
|
"access": "public",
|
|
@@ -43326,8 +43351,8 @@
|
|
|
43326
43351
|
"undefined"
|
|
43327
43352
|
],
|
|
43328
43353
|
"file": {
|
|
43329
|
-
"path": "
|
|
43330
|
-
"name": "
|
|
43354
|
+
"path": "core/color-system/_swatch.scss",
|
|
43355
|
+
"name": "_swatch.scss"
|
|
43331
43356
|
},
|
|
43332
43357
|
"resolvedValue": "null",
|
|
43333
43358
|
"resolvedType": "Null"
|
|
@@ -43335,8 +43360,8 @@
|
|
|
43335
43360
|
{
|
|
43336
43361
|
"description": "The background of hovered items.\n",
|
|
43337
43362
|
"commentRange": {
|
|
43338
|
-
"start":
|
|
43339
|
-
"end":
|
|
43363
|
+
"start": 350,
|
|
43364
|
+
"end": 350
|
|
43340
43365
|
},
|
|
43341
43366
|
"context": {
|
|
43342
43367
|
"type": "variable",
|
|
@@ -43344,8 +43369,8 @@
|
|
|
43344
43369
|
"value": "$gray-200",
|
|
43345
43370
|
"scope": "default",
|
|
43346
43371
|
"line": {
|
|
43347
|
-
"start":
|
|
43348
|
-
"end":
|
|
43372
|
+
"start": 351,
|
|
43373
|
+
"end": 351
|
|
43349
43374
|
}
|
|
43350
43375
|
},
|
|
43351
43376
|
"access": "public",
|
|
@@ -43353,8 +43378,8 @@
|
|
|
43353
43378
|
"undefined"
|
|
43354
43379
|
],
|
|
43355
43380
|
"file": {
|
|
43356
|
-
"path": "
|
|
43357
|
-
"name": "
|
|
43381
|
+
"path": "core/color-system/_swatch.scss",
|
|
43382
|
+
"name": "_swatch.scss"
|
|
43358
43383
|
},
|
|
43359
43384
|
"resolvedValue": "#e9ecef",
|
|
43360
43385
|
"resolvedType": "Color"
|
|
@@ -43362,8 +43387,8 @@
|
|
|
43362
43387
|
{
|
|
43363
43388
|
"description": "The text color of hovered items.\n",
|
|
43364
43389
|
"commentRange": {
|
|
43365
|
-
"start":
|
|
43366
|
-
"end":
|
|
43390
|
+
"start": 352,
|
|
43391
|
+
"end": 352
|
|
43367
43392
|
},
|
|
43368
43393
|
"context": {
|
|
43369
43394
|
"type": "variable",
|
|
@@ -43371,8 +43396,8 @@
|
|
|
43371
43396
|
"value": "$kendo-base-text",
|
|
43372
43397
|
"scope": "default",
|
|
43373
43398
|
"line": {
|
|
43374
|
-
"start":
|
|
43375
|
-
"end":
|
|
43399
|
+
"start": 353,
|
|
43400
|
+
"end": 353
|
|
43376
43401
|
}
|
|
43377
43402
|
},
|
|
43378
43403
|
"access": "public",
|
|
@@ -43380,8 +43405,8 @@
|
|
|
43380
43405
|
"undefined"
|
|
43381
43406
|
],
|
|
43382
43407
|
"file": {
|
|
43383
|
-
"path": "
|
|
43384
|
-
"name": "
|
|
43408
|
+
"path": "core/color-system/_swatch.scss",
|
|
43409
|
+
"name": "_swatch.scss"
|
|
43385
43410
|
},
|
|
43386
43411
|
"resolvedValue": "#212529",
|
|
43387
43412
|
"resolvedType": "Color"
|
|
@@ -43389,8 +43414,8 @@
|
|
|
43389
43414
|
{
|
|
43390
43415
|
"description": "The border color of hovered items.\n",
|
|
43391
43416
|
"commentRange": {
|
|
43392
|
-
"start":
|
|
43393
|
-
"end":
|
|
43417
|
+
"start": 354,
|
|
43418
|
+
"end": 354
|
|
43394
43419
|
},
|
|
43395
43420
|
"context": {
|
|
43396
43421
|
"type": "variable",
|
|
@@ -43398,8 +43423,8 @@
|
|
|
43398
43423
|
"value": "k-try-shade( $kendo-hover-bg, 1 )",
|
|
43399
43424
|
"scope": "default",
|
|
43400
43425
|
"line": {
|
|
43401
|
-
"start":
|
|
43402
|
-
"end":
|
|
43426
|
+
"start": 355,
|
|
43427
|
+
"end": 355
|
|
43403
43428
|
}
|
|
43404
43429
|
},
|
|
43405
43430
|
"access": "public",
|
|
@@ -43407,8 +43432,8 @@
|
|
|
43407
43432
|
"undefined"
|
|
43408
43433
|
],
|
|
43409
43434
|
"file": {
|
|
43410
|
-
"path": "
|
|
43411
|
-
"name": "
|
|
43435
|
+
"path": "core/color-system/_swatch.scss",
|
|
43436
|
+
"name": "_swatch.scss"
|
|
43412
43437
|
},
|
|
43413
43438
|
"resolvedValue": "#d6d9dc",
|
|
43414
43439
|
"resolvedType": "Color"
|
|
@@ -43416,8 +43441,8 @@
|
|
|
43416
43441
|
{
|
|
43417
43442
|
"description": "The gradient background of hovered items.\n",
|
|
43418
43443
|
"commentRange": {
|
|
43419
|
-
"start":
|
|
43420
|
-
"end":
|
|
43444
|
+
"start": 356,
|
|
43445
|
+
"end": 356
|
|
43421
43446
|
},
|
|
43422
43447
|
"context": {
|
|
43423
43448
|
"type": "variable",
|
|
@@ -43425,8 +43450,8 @@
|
|
|
43425
43450
|
"value": "null",
|
|
43426
43451
|
"scope": "default",
|
|
43427
43452
|
"line": {
|
|
43428
|
-
"start":
|
|
43429
|
-
"end":
|
|
43453
|
+
"start": 357,
|
|
43454
|
+
"end": 357
|
|
43430
43455
|
}
|
|
43431
43456
|
},
|
|
43432
43457
|
"access": "public",
|
|
@@ -43434,8 +43459,8 @@
|
|
|
43434
43459
|
"undefined"
|
|
43435
43460
|
],
|
|
43436
43461
|
"file": {
|
|
43437
|
-
"path": "
|
|
43438
|
-
"name": "
|
|
43462
|
+
"path": "core/color-system/_swatch.scss",
|
|
43463
|
+
"name": "_swatch.scss"
|
|
43439
43464
|
},
|
|
43440
43465
|
"resolvedValue": "null",
|
|
43441
43466
|
"resolvedType": "Null"
|
|
@@ -43443,8 +43468,8 @@
|
|
|
43443
43468
|
{
|
|
43444
43469
|
"description": "The background of selected items.\n",
|
|
43445
43470
|
"commentRange": {
|
|
43446
|
-
"start":
|
|
43447
|
-
"end":
|
|
43471
|
+
"start": 359,
|
|
43472
|
+
"end": 359
|
|
43448
43473
|
},
|
|
43449
43474
|
"context": {
|
|
43450
43475
|
"type": "variable",
|
|
@@ -43452,8 +43477,8 @@
|
|
|
43452
43477
|
"value": "$kendo-color-primary",
|
|
43453
43478
|
"scope": "default",
|
|
43454
43479
|
"line": {
|
|
43455
|
-
"start":
|
|
43456
|
-
"end":
|
|
43480
|
+
"start": 360,
|
|
43481
|
+
"end": 360
|
|
43457
43482
|
}
|
|
43458
43483
|
},
|
|
43459
43484
|
"access": "public",
|
|
@@ -43461,8 +43486,8 @@
|
|
|
43461
43486
|
"undefined"
|
|
43462
43487
|
],
|
|
43463
43488
|
"file": {
|
|
43464
|
-
"path": "
|
|
43465
|
-
"name": "
|
|
43489
|
+
"path": "core/color-system/_swatch.scss",
|
|
43490
|
+
"name": "_swatch.scss"
|
|
43466
43491
|
},
|
|
43467
43492
|
"resolvedValue": "#0d6efd",
|
|
43468
43493
|
"resolvedType": "Color"
|
|
@@ -43470,8 +43495,8 @@
|
|
|
43470
43495
|
{
|
|
43471
43496
|
"description": "The text color of selected items.\n",
|
|
43472
43497
|
"commentRange": {
|
|
43473
|
-
"start":
|
|
43474
|
-
"end":
|
|
43498
|
+
"start": 361,
|
|
43499
|
+
"end": 361
|
|
43475
43500
|
},
|
|
43476
43501
|
"context": {
|
|
43477
43502
|
"type": "variable",
|
|
@@ -43479,8 +43504,8 @@
|
|
|
43479
43504
|
"value": "k-contrast-color( $kendo-selected-bg )",
|
|
43480
43505
|
"scope": "default",
|
|
43481
43506
|
"line": {
|
|
43482
|
-
"start":
|
|
43483
|
-
"end":
|
|
43507
|
+
"start": 362,
|
|
43508
|
+
"end": 362
|
|
43484
43509
|
}
|
|
43485
43510
|
},
|
|
43486
43511
|
"access": "public",
|
|
@@ -43488,8 +43513,8 @@
|
|
|
43488
43513
|
"undefined"
|
|
43489
43514
|
],
|
|
43490
43515
|
"file": {
|
|
43491
|
-
"path": "
|
|
43492
|
-
"name": "
|
|
43516
|
+
"path": "core/color-system/_swatch.scss",
|
|
43517
|
+
"name": "_swatch.scss"
|
|
43493
43518
|
},
|
|
43494
43519
|
"resolvedValue": "white",
|
|
43495
43520
|
"resolvedType": "Color"
|
|
@@ -43497,8 +43522,8 @@
|
|
|
43497
43522
|
{
|
|
43498
43523
|
"description": "The border color of selected items.\n",
|
|
43499
43524
|
"commentRange": {
|
|
43500
|
-
"start":
|
|
43501
|
-
"end":
|
|
43525
|
+
"start": 363,
|
|
43526
|
+
"end": 363
|
|
43502
43527
|
},
|
|
43503
43528
|
"context": {
|
|
43504
43529
|
"type": "variable",
|
|
@@ -43506,8 +43531,8 @@
|
|
|
43506
43531
|
"value": "k-try-shade( $kendo-selected-bg, 1 )",
|
|
43507
43532
|
"scope": "default",
|
|
43508
43533
|
"line": {
|
|
43509
|
-
"start":
|
|
43510
|
-
"end":
|
|
43534
|
+
"start": 364,
|
|
43535
|
+
"end": 364
|
|
43511
43536
|
}
|
|
43512
43537
|
},
|
|
43513
43538
|
"access": "public",
|
|
@@ -43515,8 +43540,8 @@
|
|
|
43515
43540
|
"undefined"
|
|
43516
43541
|
],
|
|
43517
43542
|
"file": {
|
|
43518
|
-
"path": "
|
|
43519
|
-
"name": "
|
|
43543
|
+
"path": "core/color-system/_swatch.scss",
|
|
43544
|
+
"name": "_swatch.scss"
|
|
43520
43545
|
},
|
|
43521
43546
|
"resolvedValue": "#0c65e9",
|
|
43522
43547
|
"resolvedType": "Color"
|
|
@@ -43524,8 +43549,8 @@
|
|
|
43524
43549
|
{
|
|
43525
43550
|
"description": "The gradient background of selected items.\n",
|
|
43526
43551
|
"commentRange": {
|
|
43527
|
-
"start":
|
|
43528
|
-
"end":
|
|
43552
|
+
"start": 365,
|
|
43553
|
+
"end": 365
|
|
43529
43554
|
},
|
|
43530
43555
|
"context": {
|
|
43531
43556
|
"type": "variable",
|
|
@@ -43533,8 +43558,8 @@
|
|
|
43533
43558
|
"value": "null",
|
|
43534
43559
|
"scope": "default",
|
|
43535
43560
|
"line": {
|
|
43536
|
-
"start":
|
|
43537
|
-
"end":
|
|
43561
|
+
"start": 366,
|
|
43562
|
+
"end": 366
|
|
43538
43563
|
}
|
|
43539
43564
|
},
|
|
43540
43565
|
"access": "public",
|
|
@@ -43542,26 +43567,26 @@
|
|
|
43542
43567
|
"undefined"
|
|
43543
43568
|
],
|
|
43544
43569
|
"file": {
|
|
43545
|
-
"path": "
|
|
43546
|
-
"name": "
|
|
43570
|
+
"path": "core/color-system/_swatch.scss",
|
|
43571
|
+
"name": "_swatch.scss"
|
|
43547
43572
|
},
|
|
43548
43573
|
"resolvedValue": "null",
|
|
43549
43574
|
"resolvedType": "Null"
|
|
43550
43575
|
},
|
|
43551
43576
|
{
|
|
43552
|
-
"description": "
|
|
43577
|
+
"description": "Text color of disabled items.\n",
|
|
43553
43578
|
"commentRange": {
|
|
43554
|
-
"start":
|
|
43555
|
-
"end":
|
|
43579
|
+
"start": 373,
|
|
43580
|
+
"end": 373
|
|
43556
43581
|
},
|
|
43557
43582
|
"context": {
|
|
43558
43583
|
"type": "variable",
|
|
43559
|
-
"name": "kendo-
|
|
43560
|
-
"value": "$kendo-
|
|
43584
|
+
"name": "kendo-disabled-text",
|
|
43585
|
+
"value": "if( $kendo-is-dark-theme, $gray-600, $gray-500)",
|
|
43561
43586
|
"scope": "default",
|
|
43562
43587
|
"line": {
|
|
43563
|
-
"start":
|
|
43564
|
-
"end":
|
|
43588
|
+
"start": 374,
|
|
43589
|
+
"end": 374
|
|
43565
43590
|
}
|
|
43566
43591
|
},
|
|
43567
43592
|
"access": "public",
|
|
@@ -43569,11 +43594,11 @@
|
|
|
43569
43594
|
"undefined"
|
|
43570
43595
|
],
|
|
43571
43596
|
"file": {
|
|
43572
|
-
"path": "
|
|
43573
|
-
"name": "
|
|
43597
|
+
"path": "core/color-system/_swatch.scss",
|
|
43598
|
+
"name": "_swatch.scss"
|
|
43574
43599
|
},
|
|
43575
|
-
"resolvedValue": "
|
|
43576
|
-
"resolvedType": "
|
|
43600
|
+
"resolvedValue": "#adb5bd",
|
|
43601
|
+
"resolvedType": "Color"
|
|
43577
43602
|
}
|
|
43578
43603
|
]
|
|
43579
43604
|
},
|
|
@@ -43887,7 +43912,7 @@
|
|
|
43887
43912
|
"context": {
|
|
43888
43913
|
"type": "variable",
|
|
43889
43914
|
"name": "kendo-appbar-light-text",
|
|
43890
|
-
"value": "k-contrast-color( $kendo-color-light )",
|
|
43915
|
+
"value": "if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))",
|
|
43891
43916
|
"scope": "default",
|
|
43892
43917
|
"line": {
|
|
43893
43918
|
"start": 40,
|
|
@@ -43941,7 +43966,7 @@
|
|
|
43941
43966
|
"context": {
|
|
43942
43967
|
"type": "variable",
|
|
43943
43968
|
"name": "kendo-appbar-dark-text",
|
|
43944
|
-
"value": "k-contrast-color( $kendo-color-dark )",
|
|
43969
|
+
"value": "if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))",
|
|
43945
43970
|
"scope": "default",
|
|
43946
43971
|
"line": {
|
|
43947
43972
|
"start": 47,
|
|
@@ -46584,7 +46609,7 @@
|
|
|
46584
46609
|
"context": {
|
|
46585
46610
|
"type": "variable",
|
|
46586
46611
|
"name": "kendo-breadcrumb-link-focus-shadow",
|
|
46587
|
-
"value": "inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 )",
|
|
46612
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .25 ), rgba( $kendo-breadcrumb-text, .25 ))",
|
|
46588
46613
|
"scope": "default",
|
|
46589
46614
|
"line": {
|
|
46590
46615
|
"start": 159,
|
|
@@ -47589,7 +47614,7 @@
|
|
|
47589
47614
|
"context": {
|
|
47590
47615
|
"type": "variable",
|
|
47591
47616
|
"name": "kendo-button-theme-colors",
|
|
47592
|
-
"value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": #e4e7eb )\n)",
|
|
47617
|
+
"value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": if($kendo-enable-color-system, k-color( base ), #e4e7eb) )\n)",
|
|
47593
47618
|
"scope": "default",
|
|
47594
47619
|
"line": {
|
|
47595
47620
|
"start": 106,
|
|
@@ -47616,7 +47641,7 @@
|
|
|
47616
47641
|
"context": {
|
|
47617
47642
|
"type": "variable",
|
|
47618
47643
|
"name": "kendo-button-bg",
|
|
47619
|
-
"value": "#e4e7eb",
|
|
47644
|
+
"value": "if($kendo-enable-color-system, k-color( base ), #e4e7eb)",
|
|
47620
47645
|
"scope": "default",
|
|
47621
47646
|
"line": {
|
|
47622
47647
|
"start": 113,
|
|
@@ -47643,7 +47668,7 @@
|
|
|
47643
47668
|
"context": {
|
|
47644
47669
|
"type": "variable",
|
|
47645
47670
|
"name": "kendo-button-text",
|
|
47646
|
-
"value": "k-contrast-color( $kendo-button-bg, $gray-900 )",
|
|
47671
|
+
"value": "if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-button-bg, $gray-900 ))",
|
|
47647
47672
|
"scope": "default",
|
|
47648
47673
|
"line": {
|
|
47649
47674
|
"start": 116,
|
|
@@ -47751,7 +47776,7 @@
|
|
|
47751
47776
|
"context": {
|
|
47752
47777
|
"type": "variable",
|
|
47753
47778
|
"name": "kendo-button-hover-bg",
|
|
47754
|
-
"value": "k-color-darken( $kendo-button-bg, 7.5% )",
|
|
47779
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 7.5% ))",
|
|
47755
47780
|
"scope": "default",
|
|
47756
47781
|
"line": {
|
|
47757
47782
|
"start": 129,
|
|
@@ -47805,7 +47830,7 @@
|
|
|
47805
47830
|
"context": {
|
|
47806
47831
|
"type": "variable",
|
|
47807
47832
|
"name": "kendo-button-hover-border",
|
|
47808
|
-
"value": "k-color-darken( $kendo-button-bg, 10% )",
|
|
47833
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 10% ))",
|
|
47809
47834
|
"scope": "default",
|
|
47810
47835
|
"line": {
|
|
47811
47836
|
"start": 135,
|
|
@@ -47886,7 +47911,7 @@
|
|
|
47886
47911
|
"context": {
|
|
47887
47912
|
"type": "variable",
|
|
47888
47913
|
"name": "kendo-button-active-bg",
|
|
47889
|
-
"value": "k-color-darken( $kendo-button-bg, 10% )",
|
|
47914
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))",
|
|
47890
47915
|
"scope": "default",
|
|
47891
47916
|
"line": {
|
|
47892
47917
|
"start": 145,
|
|
@@ -47940,7 +47965,7 @@
|
|
|
47940
47965
|
"context": {
|
|
47941
47966
|
"type": "variable",
|
|
47942
47967
|
"name": "kendo-button-active-border",
|
|
47943
|
-
"value": "k-color-darken( $kendo-button-bg, 12.5% )",
|
|
47968
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))",
|
|
47944
47969
|
"scope": "default",
|
|
47945
47970
|
"line": {
|
|
47946
47971
|
"start": 151,
|
|
@@ -48021,7 +48046,7 @@
|
|
|
48021
48046
|
"context": {
|
|
48022
48047
|
"type": "variable",
|
|
48023
48048
|
"name": "kendo-button-selected-bg",
|
|
48024
|
-
"value": "k-color-darken( $kendo-color-primary, 10% )",
|
|
48049
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 10% ))",
|
|
48025
48050
|
"scope": "default",
|
|
48026
48051
|
"line": {
|
|
48027
48052
|
"start": 161,
|
|
@@ -48048,7 +48073,7 @@
|
|
|
48048
48073
|
"context": {
|
|
48049
48074
|
"type": "variable",
|
|
48050
48075
|
"name": "kendo-button-selected-text",
|
|
48051
|
-
"value": "k-contrast-color( $kendo-button-selected-bg )",
|
|
48076
|
+
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-button-selected-bg ))",
|
|
48052
48077
|
"scope": "default",
|
|
48053
48078
|
"line": {
|
|
48054
48079
|
"start": 164,
|
|
@@ -48075,7 +48100,7 @@
|
|
|
48075
48100
|
"context": {
|
|
48076
48101
|
"type": "variable",
|
|
48077
48102
|
"name": "kendo-button-selected-border",
|
|
48078
|
-
"value": "k-color-darken( $kendo-color-primary, 12.5% )",
|
|
48103
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 12.5% ))",
|
|
48079
48104
|
"scope": "default",
|
|
48080
48105
|
"line": {
|
|
48081
48106
|
"start": 167,
|
|
@@ -48156,7 +48181,7 @@
|
|
|
48156
48181
|
"context": {
|
|
48157
48182
|
"type": "variable",
|
|
48158
48183
|
"name": "kendo-button-focus-bg",
|
|
48159
|
-
"value": "k-color-darken( $kendo-button-bg, 10% )",
|
|
48184
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))",
|
|
48160
48185
|
"scope": "default",
|
|
48161
48186
|
"line": {
|
|
48162
48187
|
"start": 177,
|
|
@@ -48210,7 +48235,7 @@
|
|
|
48210
48235
|
"context": {
|
|
48211
48236
|
"type": "variable",
|
|
48212
48237
|
"name": "kendo-button-focus-border",
|
|
48213
|
-
"value": "k-color-darken( $kendo-button-bg, 12.5% )",
|
|
48238
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))",
|
|
48214
48239
|
"scope": "default",
|
|
48215
48240
|
"line": {
|
|
48216
48241
|
"start": 183,
|
|
@@ -48264,7 +48289,7 @@
|
|
|
48264
48289
|
"context": {
|
|
48265
48290
|
"type": "variable",
|
|
48266
48291
|
"name": "kendo-button-focus-shadow",
|
|
48267
|
-
"value": "0 0 0 .25rem rgba( $kendo-button-border, .5 )",
|
|
48292
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( border, true ), .5), rgba( $kendo-button-border, .5 ))",
|
|
48268
48293
|
"scope": "default",
|
|
48269
48294
|
"line": {
|
|
48270
48295
|
"start": 189,
|
|
@@ -50469,7 +50494,7 @@
|
|
|
50469
50494
|
"context": {
|
|
50470
50495
|
"type": "variable",
|
|
50471
50496
|
"name": "kendo-series-a",
|
|
50472
|
-
"value": "$blue",
|
|
50497
|
+
"value": "if($kendo-enable-color-system, k-color( series-a ), $blue)",
|
|
50473
50498
|
"scope": "default",
|
|
50474
50499
|
"line": {
|
|
50475
50500
|
"start": 8,
|
|
@@ -50496,7 +50521,7 @@
|
|
|
50496
50521
|
"context": {
|
|
50497
50522
|
"type": "variable",
|
|
50498
50523
|
"name": "kendo-series-b",
|
|
50499
|
-
"value": "$purple",
|
|
50524
|
+
"value": "if($kendo-enable-color-system, k-color( series-b ), $purple)",
|
|
50500
50525
|
"scope": "default",
|
|
50501
50526
|
"line": {
|
|
50502
50527
|
"start": 16,
|
|
@@ -50523,7 +50548,7 @@
|
|
|
50523
50548
|
"context": {
|
|
50524
50549
|
"type": "variable",
|
|
50525
50550
|
"name": "kendo-series-c",
|
|
50526
|
-
"value": "$teal",
|
|
50551
|
+
"value": "if($kendo-enable-color-system, k-color( series-c ), $teal)",
|
|
50527
50552
|
"scope": "default",
|
|
50528
50553
|
"line": {
|
|
50529
50554
|
"start": 24,
|
|
@@ -50550,7 +50575,7 @@
|
|
|
50550
50575
|
"context": {
|
|
50551
50576
|
"type": "variable",
|
|
50552
50577
|
"name": "kendo-series-d",
|
|
50553
|
-
"value": "$green",
|
|
50578
|
+
"value": "if($kendo-enable-color-system, k-color( series-d ), $green)",
|
|
50554
50579
|
"scope": "default",
|
|
50555
50580
|
"line": {
|
|
50556
50581
|
"start": 32,
|
|
@@ -50577,7 +50602,7 @@
|
|
|
50577
50602
|
"context": {
|
|
50578
50603
|
"type": "variable",
|
|
50579
50604
|
"name": "kendo-series-e",
|
|
50580
|
-
"value": "$yellow",
|
|
50605
|
+
"value": "if($kendo-enable-color-system, k-color( series-e ), $yellow)",
|
|
50581
50606
|
"scope": "default",
|
|
50582
50607
|
"line": {
|
|
50583
50608
|
"start": 40,
|
|
@@ -50604,7 +50629,7 @@
|
|
|
50604
50629
|
"context": {
|
|
50605
50630
|
"type": "variable",
|
|
50606
50631
|
"name": "kendo-series-f",
|
|
50607
|
-
"value": "$red",
|
|
50632
|
+
"value": "if($kendo-enable-color-system, k-color( series-f ), $red)",
|
|
50608
50633
|
"scope": "default",
|
|
50609
50634
|
"line": {
|
|
50610
50635
|
"start": 48,
|
|
@@ -50658,7 +50683,7 @@
|
|
|
50658
50683
|
"context": {
|
|
50659
50684
|
"type": "variable",
|
|
50660
50685
|
"name": "kendo-chart-major-lines",
|
|
50661
|
-
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
50686
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )",
|
|
50662
50687
|
"scope": "default",
|
|
50663
50688
|
"line": {
|
|
50664
50689
|
"start": 103,
|
|
@@ -50685,7 +50710,7 @@
|
|
|
50685
50710
|
"context": {
|
|
50686
50711
|
"type": "variable",
|
|
50687
50712
|
"name": "kendo-chart-minor-lines",
|
|
50688
|
-
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )",
|
|
50713
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )",
|
|
50689
50714
|
"scope": "default",
|
|
50690
50715
|
"line": {
|
|
50691
50716
|
"start": 107,
|
|
@@ -51042,7 +51067,7 @@
|
|
|
51042
51067
|
"context": {
|
|
51043
51068
|
"type": "variable",
|
|
51044
51069
|
"name": "kendo-checkbox-border",
|
|
51045
|
-
"value": "if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 )",
|
|
51070
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 ))",
|
|
51046
51071
|
"scope": "default",
|
|
51047
51072
|
"line": {
|
|
51048
51073
|
"start": 67,
|
|
@@ -51177,7 +51202,7 @@
|
|
|
51177
51202
|
"context": {
|
|
51178
51203
|
"type": "variable",
|
|
51179
51204
|
"name": "kendo-checkbox-checked-text",
|
|
51180
|
-
"value": "k-contrast-color( $kendo-checkbox-checked-bg )",
|
|
51205
|
+
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))",
|
|
51181
51206
|
"scope": "default",
|
|
51182
51207
|
"line": {
|
|
51183
51208
|
"start": 84,
|
|
@@ -51312,7 +51337,7 @@
|
|
|
51312
51337
|
"context": {
|
|
51313
51338
|
"type": "variable",
|
|
51314
51339
|
"name": "kendo-checkbox-focus-border",
|
|
51315
|
-
"value": "k-try-tint( $kendo-color-primary, 50% )",
|
|
51340
|
+
"value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% ))",
|
|
51316
51341
|
"scope": "default",
|
|
51317
51342
|
"line": {
|
|
51318
51343
|
"start": 101,
|
|
@@ -51339,7 +51364,7 @@
|
|
|
51339
51364
|
"context": {
|
|
51340
51365
|
"type": "variable",
|
|
51341
51366
|
"name": "kendo-checkbox-focus-shadow",
|
|
51342
|
-
"value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
|
|
51367
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
|
|
51343
51368
|
"scope": "default",
|
|
51344
51369
|
"line": {
|
|
51345
51370
|
"start": 104,
|
|
@@ -52992,7 +53017,7 @@
|
|
|
52992
53017
|
"context": {
|
|
52993
53018
|
"type": "variable",
|
|
52994
53019
|
"name": "kendo-chip-outline-hover-text",
|
|
52995
|
-
"value": "k-contrast-color( $kendo-chip-outline-hover-bg )",
|
|
53020
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))",
|
|
52996
53021
|
"scope": "default",
|
|
52997
53022
|
"line": {
|
|
52998
53023
|
"start": 162,
|
|
@@ -54265,66 +54290,37 @@
|
|
|
54265
54290
|
"title": "Color System",
|
|
54266
54291
|
"variables": [
|
|
54267
54292
|
{
|
|
54268
|
-
"description": "The
|
|
54293
|
+
"description": "The global default Colors map.\n",
|
|
54269
54294
|
"commentRange": {
|
|
54270
|
-
"start":
|
|
54271
|
-
"end":
|
|
54272
|
-
},
|
|
54273
|
-
"context": {
|
|
54274
|
-
"type": "variable",
|
|
54275
|
-
"name": "kendo-color-white",
|
|
54276
|
-
"value": "#ffffff",
|
|
54277
|
-
"scope": "private",
|
|
54278
|
-
"line": {
|
|
54279
|
-
"start": 10,
|
|
54280
|
-
"end": 10
|
|
54281
|
-
}
|
|
54282
|
-
},
|
|
54283
|
-
"type": "Color",
|
|
54284
|
-
"group": [
|
|
54285
|
-
"color-system"
|
|
54286
|
-
],
|
|
54287
|
-
"access": "public",
|
|
54288
|
-
"file": {
|
|
54289
|
-
"path": "_variables.scss",
|
|
54290
|
-
"name": "_variables.scss"
|
|
54291
|
-
},
|
|
54292
|
-
"resolvedValue": "#ffffff",
|
|
54293
|
-
"resolvedType": "Color"
|
|
54294
|
-
},
|
|
54295
|
-
{
|
|
54296
|
-
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
54297
|
-
"commentRange": {
|
|
54298
|
-
"start": 12,
|
|
54299
|
-
"end": 15
|
|
54295
|
+
"start": 179,
|
|
54296
|
+
"end": 180
|
|
54300
54297
|
},
|
|
54301
54298
|
"context": {
|
|
54302
54299
|
"type": "variable",
|
|
54303
|
-
"name": "kendo-
|
|
54304
|
-
"value": "
|
|
54305
|
-
"scope": "
|
|
54300
|
+
"name": "kendo-colors",
|
|
54301
|
+
"value": "$_default-colors",
|
|
54302
|
+
"scope": "default",
|
|
54306
54303
|
"line": {
|
|
54307
|
-
"start":
|
|
54308
|
-
"end":
|
|
54304
|
+
"start": 181,
|
|
54305
|
+
"end": 181
|
|
54309
54306
|
}
|
|
54310
54307
|
},
|
|
54311
|
-
"type": "Color",
|
|
54312
54308
|
"group": [
|
|
54313
54309
|
"color-system"
|
|
54314
54310
|
],
|
|
54315
54311
|
"access": "public",
|
|
54316
54312
|
"file": {
|
|
54317
|
-
"path": "
|
|
54318
|
-
"name": "
|
|
54313
|
+
"path": "core/color-system/_swatch.scss",
|
|
54314
|
+
"name": "_swatch.scss"
|
|
54319
54315
|
},
|
|
54320
|
-
"resolvedValue": "#000000",
|
|
54321
|
-
"resolvedType": "
|
|
54316
|
+
"resolvedValue": "(app-surface: #ffffff, on-app-surface: #212529, subtle: #606970, surface: #f8f9fa, surface-alt: #ffffff, border: #dee2e6, border-alt: #ced4da, base-subtle: #e9ecef, base-subtle-hover: #dee2e6, base-subtle-active: #ced4da, base: #dee2e6, base-hover: #ced4da, base-active: #bdc4cb, base-emphasis: #adb5bd, base-on-subtle: #212529, on-base: #212529, base-on-surface: #212529, primary-subtle: #cfe2ff, primary-subtle-hover: #b6d4fe, primary-subtle-active: #9ec5fe, primary: #0d6efd, primary-hover: #0b5ed7, primary-active: #0a58ca, primary-emphasis: #6ea8fe, primary-on-subtle: #052c65, on-primary: #ffffff, primary-on-surface: #0d6efd, secondary-subtle: #dee2e6, secondary-subtle-hover: #ced4da, secondary-subtle-active: #bdc4cb, secondary: #6c757d, secondary-hover: #606970, secondary-active: #555c64, secondary-emphasis: #8d959d, secondary-on-subtle: #212529, on-secondary: #ffffff, secondary-on-surface: #212529, tertiary-subtle: #e2d9f3, tertiary-subtle-hover: #d3c5ec, tertiary-subtle-active: #c5b3e6, tertiary: #6f42c1, tertiary-hover: #59359a, tertiary-active: #4e2f89, tertiary-emphasis: #a98eda, tertiary-on-subtle: #21143b, on-tertiary: #ffffff, tertiary-on-surface: #6f42c1, info-subtle: #cff4fc, info-subtle-hover: #aaecfa, info-subtle-active: #86e5f8, info: #0dcaf0, info-hover: #0aa2c0, info-active: #098da8, info-emphasis: #3dd5f3, info-on-subtle: #04414d, on-info: #ffffff, info-on-surface: #0dcaf0, success-subtle: #d1e7dd, success-subtle-hover: #badbcc, success-subtle-active: #8cc3aa, success: #146c43, success-hover: #125f3b, success-active: #0f5132, success-emphasis: #479f76, success-on-subtle: #08291a, on-success: #ffffff, success-on-surface: #0f5132, warning-subtle: #ffecb5, warning-subtle-hover: #ffe69c, warning-subtle-active: #ffe083, warning: #ffc107, warning-hover: #cc9a06, warning-active: #b38705, warning-emphasis: #ffcd39, warning-on-subtle: #523e02, on-warning: #000000, warning-on-surface: #ffc107, error-subtle: #f8d7da, error-subtle-hover: #f5c2c7, error-subtle-active: #f1aeb5, error: #dc3545, error-hover: #b02a37, error-active: #9a2530, error-emphasis: #e35d6a, error-on-subtle: #421015, on-error: #ffffff, error-on-surface: #dc3545, light-subtle: #f8f9fa, light-subtle-hover: #e9ecef, light-subtle-active: #dee2e6, light: #f8f9fa, light-hover: #e9ecef, light-active: #dee2e6, light-emphasis: #bdc4cb, light-on-subtle: #343a40, on-light: #000000, light-on-surface: #ced4da, dark-subtle: #6c757d, dark-subtle-hover: #606970, dark-subtle-active: #555c64, dark: #212529, dark-hover: #2c3035, dark-active: #343a40, dark-emphasis: #343a40, dark-on-subtle: #ffffff, on-dark: #ffffff, dark-on-surface: #121417, inverse-subtle: #6c757d, inverse-subtle-hover: #606970, inverse-subtle-active: #555c64, inverse: #212529, inverse-hover: #2c3035, inverse-active: #343a40, inverse-emphasis: #343a40, inverse-on-subtle: #ffffff, on-inverse: #ffffff, inverse-on-surface: #121417, series-a: #0d6efd, series-a-bold: #0a53be, series-a-bolder: #052c65, series-a-subtle: #86b6fe, series-a-subtler: #4992fd, series-b: #6f42c1, series-b-bold: #4e2f89, series-b-bolder: #36215f, series-b-subtle: #b9a3e1, series-b-subtler: #8c68cd, series-c: #20c997, series-c-bold: #178c69, series-c-bolder: #10654c, series-c-subtle: #a6e9d5, series-c-subtler: #4dd4ac, series-d: #198754, series-d-bold: #125f3b, series-d-bolder: #0d442a, series-d-subtle: #8cc3aa, series-d-subtler: #479f76, series-e: #dc3545, series-e-bold: #9a2530, series-e-bolder: #6e1b23, series-e-subtle: #f1aeb5, series-e-subtler: #e35d6a, series-f: #ffc107, series-f-bold: #b38705, series-f-bolder: #806104, series-f-subtle: #ffe083, series-f-subtler: #ffcd39)",
|
|
54317
|
+
"resolvedType": "Map"
|
|
54322
54318
|
},
|
|
54323
54319
|
{
|
|
54324
54320
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
54325
54321
|
"commentRange": {
|
|
54326
|
-
"start":
|
|
54327
|
-
"end":
|
|
54322
|
+
"start": 210,
|
|
54323
|
+
"end": 213
|
|
54328
54324
|
},
|
|
54329
54325
|
"context": {
|
|
54330
54326
|
"type": "variable",
|
|
@@ -54332,8 +54328,8 @@
|
|
|
54332
54328
|
"value": "$primary",
|
|
54333
54329
|
"scope": "default",
|
|
54334
54330
|
"line": {
|
|
54335
|
-
"start":
|
|
54336
|
-
"end":
|
|
54331
|
+
"start": 214,
|
|
54332
|
+
"end": 214
|
|
54337
54333
|
}
|
|
54338
54334
|
},
|
|
54339
54335
|
"group": [
|
|
@@ -54342,8 +54338,8 @@
|
|
|
54342
54338
|
"type": "Color",
|
|
54343
54339
|
"access": "public",
|
|
54344
54340
|
"file": {
|
|
54345
|
-
"path": "
|
|
54346
|
-
"name": "
|
|
54341
|
+
"path": "core/color-system/_swatch.scss",
|
|
54342
|
+
"name": "_swatch.scss"
|
|
54347
54343
|
},
|
|
54348
54344
|
"resolvedValue": "#0d6efd",
|
|
54349
54345
|
"resolvedType": "Color"
|
|
@@ -54351,8 +54347,8 @@
|
|
|
54351
54347
|
{
|
|
54352
54348
|
"description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
54353
54349
|
"commentRange": {
|
|
54354
|
-
"start":
|
|
54355
|
-
"end":
|
|
54350
|
+
"start": 218,
|
|
54351
|
+
"end": 221
|
|
54356
54352
|
},
|
|
54357
54353
|
"context": {
|
|
54358
54354
|
"type": "variable",
|
|
@@ -54360,8 +54356,8 @@
|
|
|
54360
54356
|
"value": "k-contrast-color( $kendo-color-primary )",
|
|
54361
54357
|
"scope": "default",
|
|
54362
54358
|
"line": {
|
|
54363
|
-
"start":
|
|
54364
|
-
"end":
|
|
54359
|
+
"start": 222,
|
|
54360
|
+
"end": 222
|
|
54365
54361
|
}
|
|
54366
54362
|
},
|
|
54367
54363
|
"group": [
|
|
@@ -54370,8 +54366,8 @@
|
|
|
54370
54366
|
"type": "Color",
|
|
54371
54367
|
"access": "public",
|
|
54372
54368
|
"file": {
|
|
54373
|
-
"path": "
|
|
54374
|
-
"name": "
|
|
54369
|
+
"path": "core/color-system/_swatch.scss",
|
|
54370
|
+
"name": "_swatch.scss"
|
|
54375
54371
|
},
|
|
54376
54372
|
"resolvedValue": "white",
|
|
54377
54373
|
"resolvedType": "Color"
|
|
@@ -54379,8 +54375,8 @@
|
|
|
54379
54375
|
{
|
|
54380
54376
|
"description": "The secondary color of the theme.\n",
|
|
54381
54377
|
"commentRange": {
|
|
54382
|
-
"start":
|
|
54383
|
-
"end":
|
|
54378
|
+
"start": 224,
|
|
54379
|
+
"end": 226
|
|
54384
54380
|
},
|
|
54385
54381
|
"context": {
|
|
54386
54382
|
"type": "variable",
|
|
@@ -54388,8 +54384,8 @@
|
|
|
54388
54384
|
"value": "$secondary",
|
|
54389
54385
|
"scope": "default",
|
|
54390
54386
|
"line": {
|
|
54391
|
-
"start":
|
|
54392
|
-
"end":
|
|
54387
|
+
"start": 227,
|
|
54388
|
+
"end": 227
|
|
54393
54389
|
}
|
|
54394
54390
|
},
|
|
54395
54391
|
"group": [
|
|
@@ -54398,8 +54394,8 @@
|
|
|
54398
54394
|
"type": "Color",
|
|
54399
54395
|
"access": "public",
|
|
54400
54396
|
"file": {
|
|
54401
|
-
"path": "
|
|
54402
|
-
"name": "
|
|
54397
|
+
"path": "core/color-system/_swatch.scss",
|
|
54398
|
+
"name": "_swatch.scss"
|
|
54403
54399
|
},
|
|
54404
54400
|
"resolvedValue": "#6c757d",
|
|
54405
54401
|
"resolvedType": "Color"
|
|
@@ -54407,8 +54403,8 @@
|
|
|
54407
54403
|
{
|
|
54408
54404
|
"description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
54409
54405
|
"commentRange": {
|
|
54410
|
-
"start":
|
|
54411
|
-
"end":
|
|
54406
|
+
"start": 231,
|
|
54407
|
+
"end": 234
|
|
54412
54408
|
},
|
|
54413
54409
|
"context": {
|
|
54414
54410
|
"type": "variable",
|
|
@@ -54416,8 +54412,8 @@
|
|
|
54416
54412
|
"value": "k-contrast-color( $kendo-color-secondary )",
|
|
54417
54413
|
"scope": "default",
|
|
54418
54414
|
"line": {
|
|
54419
|
-
"start":
|
|
54420
|
-
"end":
|
|
54415
|
+
"start": 235,
|
|
54416
|
+
"end": 235
|
|
54421
54417
|
}
|
|
54422
54418
|
},
|
|
54423
54419
|
"group": [
|
|
@@ -54426,8 +54422,8 @@
|
|
|
54426
54422
|
"type": "Color",
|
|
54427
54423
|
"access": "public",
|
|
54428
54424
|
"file": {
|
|
54429
|
-
"path": "
|
|
54430
|
-
"name": "
|
|
54425
|
+
"path": "core/color-system/_swatch.scss",
|
|
54426
|
+
"name": "_swatch.scss"
|
|
54431
54427
|
},
|
|
54432
54428
|
"resolvedValue": "white",
|
|
54433
54429
|
"resolvedType": "Color"
|
|
@@ -54435,8 +54431,8 @@
|
|
|
54435
54431
|
{
|
|
54436
54432
|
"description": "The tertiary color of the theme.\n",
|
|
54437
54433
|
"commentRange": {
|
|
54438
|
-
"start":
|
|
54439
|
-
"end":
|
|
54434
|
+
"start": 237,
|
|
54435
|
+
"end": 239
|
|
54440
54436
|
},
|
|
54441
54437
|
"context": {
|
|
54442
54438
|
"type": "variable",
|
|
@@ -54444,8 +54440,8 @@
|
|
|
54444
54440
|
"value": "$purple",
|
|
54445
54441
|
"scope": "default",
|
|
54446
54442
|
"line": {
|
|
54447
|
-
"start":
|
|
54448
|
-
"end":
|
|
54443
|
+
"start": 240,
|
|
54444
|
+
"end": 240
|
|
54449
54445
|
}
|
|
54450
54446
|
},
|
|
54451
54447
|
"group": [
|
|
@@ -54454,8 +54450,8 @@
|
|
|
54454
54450
|
"type": "Color",
|
|
54455
54451
|
"access": "public",
|
|
54456
54452
|
"file": {
|
|
54457
|
-
"path": "
|
|
54458
|
-
"name": "
|
|
54453
|
+
"path": "core/color-system/_swatch.scss",
|
|
54454
|
+
"name": "_swatch.scss"
|
|
54459
54455
|
},
|
|
54460
54456
|
"resolvedValue": "#6f42c1",
|
|
54461
54457
|
"resolvedType": "Color"
|
|
@@ -54463,8 +54459,8 @@
|
|
|
54463
54459
|
{
|
|
54464
54460
|
"description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
54465
54461
|
"commentRange": {
|
|
54466
|
-
"start":
|
|
54467
|
-
"end":
|
|
54462
|
+
"start": 244,
|
|
54463
|
+
"end": 247
|
|
54468
54464
|
},
|
|
54469
54465
|
"context": {
|
|
54470
54466
|
"type": "variable",
|
|
@@ -54472,8 +54468,8 @@
|
|
|
54472
54468
|
"value": "k-contrast-color( $kendo-color-tertiary )",
|
|
54473
54469
|
"scope": "default",
|
|
54474
54470
|
"line": {
|
|
54475
|
-
"start":
|
|
54476
|
-
"end":
|
|
54471
|
+
"start": 248,
|
|
54472
|
+
"end": 248
|
|
54477
54473
|
}
|
|
54478
54474
|
},
|
|
54479
54475
|
"group": [
|
|
@@ -54482,8 +54478,8 @@
|
|
|
54482
54478
|
"type": "Color",
|
|
54483
54479
|
"access": "public",
|
|
54484
54480
|
"file": {
|
|
54485
|
-
"path": "
|
|
54486
|
-
"name": "
|
|
54481
|
+
"path": "core/color-system/_swatch.scss",
|
|
54482
|
+
"name": "_swatch.scss"
|
|
54487
54483
|
},
|
|
54488
54484
|
"resolvedValue": "white",
|
|
54489
54485
|
"resolvedType": "Color"
|
|
@@ -54491,8 +54487,8 @@
|
|
|
54491
54487
|
{
|
|
54492
54488
|
"description": "The color for informational messages and states.\n",
|
|
54493
54489
|
"commentRange": {
|
|
54494
|
-
"start":
|
|
54495
|
-
"end":
|
|
54490
|
+
"start": 250,
|
|
54491
|
+
"end": 252
|
|
54496
54492
|
},
|
|
54497
54493
|
"context": {
|
|
54498
54494
|
"type": "variable",
|
|
@@ -54500,8 +54496,8 @@
|
|
|
54500
54496
|
"value": "$info",
|
|
54501
54497
|
"scope": "default",
|
|
54502
54498
|
"line": {
|
|
54503
|
-
"start":
|
|
54504
|
-
"end":
|
|
54499
|
+
"start": 253,
|
|
54500
|
+
"end": 253
|
|
54505
54501
|
}
|
|
54506
54502
|
},
|
|
54507
54503
|
"group": [
|
|
@@ -54510,8 +54506,8 @@
|
|
|
54510
54506
|
"type": "Color",
|
|
54511
54507
|
"access": "public",
|
|
54512
54508
|
"file": {
|
|
54513
|
-
"path": "
|
|
54514
|
-
"name": "
|
|
54509
|
+
"path": "core/color-system/_swatch.scss",
|
|
54510
|
+
"name": "_swatch.scss"
|
|
54515
54511
|
},
|
|
54516
54512
|
"resolvedValue": "#0dcaf0",
|
|
54517
54513
|
"resolvedType": "Color"
|
|
@@ -54519,8 +54515,8 @@
|
|
|
54519
54515
|
{
|
|
54520
54516
|
"description": "The color for success messages and states.\n",
|
|
54521
54517
|
"commentRange": {
|
|
54522
|
-
"start":
|
|
54523
|
-
"end":
|
|
54518
|
+
"start": 257,
|
|
54519
|
+
"end": 259
|
|
54524
54520
|
},
|
|
54525
54521
|
"context": {
|
|
54526
54522
|
"type": "variable",
|
|
@@ -54528,8 +54524,8 @@
|
|
|
54528
54524
|
"value": "$success",
|
|
54529
54525
|
"scope": "default",
|
|
54530
54526
|
"line": {
|
|
54531
|
-
"start":
|
|
54532
|
-
"end":
|
|
54527
|
+
"start": 260,
|
|
54528
|
+
"end": 260
|
|
54533
54529
|
}
|
|
54534
54530
|
},
|
|
54535
54531
|
"group": [
|
|
@@ -54538,8 +54534,8 @@
|
|
|
54538
54534
|
"type": "Color",
|
|
54539
54535
|
"access": "public",
|
|
54540
54536
|
"file": {
|
|
54541
|
-
"path": "
|
|
54542
|
-
"name": "
|
|
54537
|
+
"path": "core/color-system/_swatch.scss",
|
|
54538
|
+
"name": "_swatch.scss"
|
|
54543
54539
|
},
|
|
54544
54540
|
"resolvedValue": "#198754",
|
|
54545
54541
|
"resolvedType": "Color"
|
|
@@ -54547,8 +54543,8 @@
|
|
|
54547
54543
|
{
|
|
54548
54544
|
"description": "The color for warning messages and states.\n",
|
|
54549
54545
|
"commentRange": {
|
|
54550
|
-
"start":
|
|
54551
|
-
"end":
|
|
54546
|
+
"start": 264,
|
|
54547
|
+
"end": 266
|
|
54552
54548
|
},
|
|
54553
54549
|
"context": {
|
|
54554
54550
|
"type": "variable",
|
|
@@ -54556,8 +54552,8 @@
|
|
|
54556
54552
|
"value": "$warning",
|
|
54557
54553
|
"scope": "default",
|
|
54558
54554
|
"line": {
|
|
54559
|
-
"start":
|
|
54560
|
-
"end":
|
|
54555
|
+
"start": 267,
|
|
54556
|
+
"end": 267
|
|
54561
54557
|
}
|
|
54562
54558
|
},
|
|
54563
54559
|
"group": [
|
|
@@ -54566,8 +54562,8 @@
|
|
|
54566
54562
|
"type": "Color",
|
|
54567
54563
|
"access": "public",
|
|
54568
54564
|
"file": {
|
|
54569
|
-
"path": "
|
|
54570
|
-
"name": "
|
|
54565
|
+
"path": "core/color-system/_swatch.scss",
|
|
54566
|
+
"name": "_swatch.scss"
|
|
54571
54567
|
},
|
|
54572
54568
|
"resolvedValue": "#ffc107",
|
|
54573
54569
|
"resolvedType": "Color"
|
|
@@ -54575,8 +54571,8 @@
|
|
|
54575
54571
|
{
|
|
54576
54572
|
"description": "The color for error messages and states.\n",
|
|
54577
54573
|
"commentRange": {
|
|
54578
|
-
"start":
|
|
54579
|
-
"end":
|
|
54574
|
+
"start": 271,
|
|
54575
|
+
"end": 273
|
|
54580
54576
|
},
|
|
54581
54577
|
"context": {
|
|
54582
54578
|
"type": "variable",
|
|
@@ -54584,8 +54580,8 @@
|
|
|
54584
54580
|
"value": "$danger",
|
|
54585
54581
|
"scope": "default",
|
|
54586
54582
|
"line": {
|
|
54587
|
-
"start":
|
|
54588
|
-
"end":
|
|
54583
|
+
"start": 274,
|
|
54584
|
+
"end": 274
|
|
54589
54585
|
}
|
|
54590
54586
|
},
|
|
54591
54587
|
"group": [
|
|
@@ -54594,8 +54590,8 @@
|
|
|
54594
54590
|
"type": "Color",
|
|
54595
54591
|
"access": "public",
|
|
54596
54592
|
"file": {
|
|
54597
|
-
"path": "
|
|
54598
|
-
"name": "
|
|
54593
|
+
"path": "core/color-system/_swatch.scss",
|
|
54594
|
+
"name": "_swatch.scss"
|
|
54599
54595
|
},
|
|
54600
54596
|
"resolvedValue": "#dc3545",
|
|
54601
54597
|
"resolvedType": "Color"
|
|
@@ -54603,8 +54599,8 @@
|
|
|
54603
54599
|
{
|
|
54604
54600
|
"description": "The dark color of the theme.\n",
|
|
54605
54601
|
"commentRange": {
|
|
54606
|
-
"start":
|
|
54607
|
-
"end":
|
|
54602
|
+
"start": 278,
|
|
54603
|
+
"end": 280
|
|
54608
54604
|
},
|
|
54609
54605
|
"context": {
|
|
54610
54606
|
"type": "variable",
|
|
@@ -54612,8 +54608,8 @@
|
|
|
54612
54608
|
"value": "$dark",
|
|
54613
54609
|
"scope": "default",
|
|
54614
54610
|
"line": {
|
|
54615
|
-
"start":
|
|
54616
|
-
"end":
|
|
54611
|
+
"start": 281,
|
|
54612
|
+
"end": 281
|
|
54617
54613
|
}
|
|
54618
54614
|
},
|
|
54619
54615
|
"group": [
|
|
@@ -54622,8 +54618,8 @@
|
|
|
54622
54618
|
"type": "Color",
|
|
54623
54619
|
"access": "public",
|
|
54624
54620
|
"file": {
|
|
54625
|
-
"path": "
|
|
54626
|
-
"name": "
|
|
54621
|
+
"path": "core/color-system/_swatch.scss",
|
|
54622
|
+
"name": "_swatch.scss"
|
|
54627
54623
|
},
|
|
54628
54624
|
"resolvedValue": "#212529",
|
|
54629
54625
|
"resolvedType": "Color"
|
|
@@ -54631,8 +54627,8 @@
|
|
|
54631
54627
|
{
|
|
54632
54628
|
"description": "The light color of the theme.\n",
|
|
54633
54629
|
"commentRange": {
|
|
54634
|
-
"start":
|
|
54635
|
-
"end":
|
|
54630
|
+
"start": 283,
|
|
54631
|
+
"end": 285
|
|
54636
54632
|
},
|
|
54637
54633
|
"context": {
|
|
54638
54634
|
"type": "variable",
|
|
@@ -54640,8 +54636,8 @@
|
|
|
54640
54636
|
"value": "$light",
|
|
54641
54637
|
"scope": "default",
|
|
54642
54638
|
"line": {
|
|
54643
|
-
"start":
|
|
54644
|
-
"end":
|
|
54639
|
+
"start": 286,
|
|
54640
|
+
"end": 286
|
|
54645
54641
|
}
|
|
54646
54642
|
},
|
|
54647
54643
|
"group": [
|
|
@@ -54650,8 +54646,8 @@
|
|
|
54650
54646
|
"type": "Color",
|
|
54651
54647
|
"access": "public",
|
|
54652
54648
|
"file": {
|
|
54653
|
-
"path": "
|
|
54654
|
-
"name": "
|
|
54649
|
+
"path": "core/color-system/_swatch.scss",
|
|
54650
|
+
"name": "_swatch.scss"
|
|
54655
54651
|
},
|
|
54656
54652
|
"resolvedValue": "#f8f9fa",
|
|
54657
54653
|
"resolvedType": "Color"
|
|
@@ -54659,8 +54655,8 @@
|
|
|
54659
54655
|
{
|
|
54660
54656
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
54661
54657
|
"commentRange": {
|
|
54662
|
-
"start":
|
|
54663
|
-
"end":
|
|
54658
|
+
"start": 288,
|
|
54659
|
+
"end": 289
|
|
54664
54660
|
},
|
|
54665
54661
|
"context": {
|
|
54666
54662
|
"type": "variable",
|
|
@@ -54668,8 +54664,8 @@
|
|
|
54668
54664
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
54669
54665
|
"scope": "default",
|
|
54670
54666
|
"line": {
|
|
54671
|
-
"start":
|
|
54672
|
-
"end":
|
|
54667
|
+
"start": 290,
|
|
54668
|
+
"end": 290
|
|
54673
54669
|
}
|
|
54674
54670
|
},
|
|
54675
54671
|
"group": [
|
|
@@ -54677,8 +54673,8 @@
|
|
|
54677
54673
|
],
|
|
54678
54674
|
"access": "public",
|
|
54679
54675
|
"file": {
|
|
54680
|
-
"path": "
|
|
54681
|
-
"name": "
|
|
54676
|
+
"path": "core/color-system/_swatch.scss",
|
|
54677
|
+
"name": "_swatch.scss"
|
|
54682
54678
|
},
|
|
54683
54679
|
"resolvedValue": "#212529",
|
|
54684
54680
|
"resolvedType": "Color"
|
|
@@ -55568,8 +55564,8 @@
|
|
|
55568
55564
|
{
|
|
55569
55565
|
"description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
|
|
55570
55566
|
"commentRange": {
|
|
55571
|
-
"start":
|
|
55572
|
-
"end":
|
|
55567
|
+
"start": 327,
|
|
55568
|
+
"end": 329
|
|
55573
55569
|
},
|
|
55574
55570
|
"context": {
|
|
55575
55571
|
"type": "variable",
|
|
@@ -55577,8 +55573,8 @@
|
|
|
55577
55573
|
"value": "$kendo-body-bg",
|
|
55578
55574
|
"scope": "default",
|
|
55579
55575
|
"line": {
|
|
55580
|
-
"start":
|
|
55581
|
-
"end":
|
|
55576
|
+
"start": 330,
|
|
55577
|
+
"end": 330
|
|
55582
55578
|
}
|
|
55583
55579
|
},
|
|
55584
55580
|
"group": [
|
|
@@ -55586,8 +55582,8 @@
|
|
|
55586
55582
|
],
|
|
55587
55583
|
"access": "public",
|
|
55588
55584
|
"file": {
|
|
55589
|
-
"path": "
|
|
55590
|
-
"name": "
|
|
55585
|
+
"path": "core/color-system/_swatch.scss",
|
|
55586
|
+
"name": "_swatch.scss"
|
|
55591
55587
|
},
|
|
55592
55588
|
"resolvedValue": "#ffffff",
|
|
55593
55589
|
"resolvedType": "Color"
|
|
@@ -55595,8 +55591,8 @@
|
|
|
55595
55591
|
{
|
|
55596
55592
|
"description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
|
|
55597
55593
|
"commentRange": {
|
|
55598
|
-
"start":
|
|
55599
|
-
"end":
|
|
55594
|
+
"start": 331,
|
|
55595
|
+
"end": 333
|
|
55600
55596
|
},
|
|
55601
55597
|
"context": {
|
|
55602
55598
|
"type": "variable",
|
|
@@ -55604,8 +55600,8 @@
|
|
|
55604
55600
|
"value": "$kendo-body-text",
|
|
55605
55601
|
"scope": "default",
|
|
55606
55602
|
"line": {
|
|
55607
|
-
"start":
|
|
55608
|
-
"end":
|
|
55603
|
+
"start": 334,
|
|
55604
|
+
"end": 334
|
|
55609
55605
|
}
|
|
55610
55606
|
},
|
|
55611
55607
|
"group": [
|
|
@@ -55613,8 +55609,8 @@
|
|
|
55613
55609
|
],
|
|
55614
55610
|
"access": "public",
|
|
55615
55611
|
"file": {
|
|
55616
|
-
"path": "
|
|
55617
|
-
"name": "
|
|
55612
|
+
"path": "core/color-system/_swatch.scss",
|
|
55613
|
+
"name": "_swatch.scss"
|
|
55618
55614
|
},
|
|
55619
55615
|
"resolvedValue": "#212529",
|
|
55620
55616
|
"resolvedType": "Color"
|
|
@@ -55622,8 +55618,8 @@
|
|
|
55622
55618
|
{
|
|
55623
55619
|
"description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
|
|
55624
55620
|
"commentRange": {
|
|
55625
|
-
"start":
|
|
55626
|
-
"end":
|
|
55621
|
+
"start": 335,
|
|
55622
|
+
"end": 337
|
|
55627
55623
|
},
|
|
55628
55624
|
"context": {
|
|
55629
55625
|
"type": "variable",
|
|
@@ -55631,8 +55627,8 @@
|
|
|
55631
55627
|
"value": "if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 )",
|
|
55632
55628
|
"scope": "default",
|
|
55633
55629
|
"line": {
|
|
55634
|
-
"start":
|
|
55635
|
-
"end":
|
|
55630
|
+
"start": 338,
|
|
55631
|
+
"end": 338
|
|
55636
55632
|
}
|
|
55637
55633
|
},
|
|
55638
55634
|
"group": [
|
|
@@ -55640,8 +55636,8 @@
|
|
|
55640
55636
|
],
|
|
55641
55637
|
"access": "public",
|
|
55642
55638
|
"file": {
|
|
55643
|
-
"path": "
|
|
55644
|
-
"name": "
|
|
55639
|
+
"path": "core/color-system/_swatch.scss",
|
|
55640
|
+
"name": "_swatch.scss"
|
|
55645
55641
|
},
|
|
55646
55642
|
"resolvedValue": "#dee2e6",
|
|
55647
55643
|
"resolvedType": "Color"
|
|
@@ -56774,7 +56770,7 @@
|
|
|
56774
56770
|
"context": {
|
|
56775
56771
|
"type": "variable",
|
|
56776
56772
|
"name": "kendo-dock-manager-dock-preview-bg",
|
|
56777
|
-
"value": "rgba( $kendo-color-primary, .16 )",
|
|
56773
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))",
|
|
56778
56774
|
"scope": "default",
|
|
56779
56775
|
"line": {
|
|
56780
56776
|
"start": 110,
|
|
@@ -57083,7 +57079,7 @@
|
|
|
57083
57079
|
"context": {
|
|
57084
57080
|
"type": "variable",
|
|
57085
57081
|
"name": "kendo-dropzone-bg",
|
|
57086
|
-
"value": "if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 )",
|
|
57082
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 ))",
|
|
57087
57083
|
"scope": "default",
|
|
57088
57084
|
"line": {
|
|
57089
57085
|
"start": 28,
|
|
@@ -57191,7 +57187,7 @@
|
|
|
57191
57187
|
"context": {
|
|
57192
57188
|
"type": "variable",
|
|
57193
57189
|
"name": "kendo-dropzone-icon-text",
|
|
57194
|
-
"value": "k-try-tint( $kendo-dropzone-text, 8 )",
|
|
57190
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 ))",
|
|
57195
57191
|
"scope": "default",
|
|
57196
57192
|
"line": {
|
|
57197
57193
|
"start": 41,
|
|
@@ -57629,7 +57625,7 @@
|
|
|
57629
57625
|
"context": {
|
|
57630
57626
|
"type": "variable",
|
|
57631
57627
|
"name": "kendo-editor-highlighted-bg",
|
|
57632
|
-
"value": "k-color-mix( $kendo-color-primary, #ffffff, 20% )",
|
|
57628
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))",
|
|
57633
57629
|
"scope": "default",
|
|
57634
57630
|
"line": {
|
|
57635
57631
|
"start": 32,
|
|
@@ -59483,7 +59479,7 @@
|
|
|
59483
59479
|
"context": {
|
|
59484
59480
|
"type": "variable",
|
|
59485
59481
|
"name": "kendo-file-manager-listview-item-icon-text",
|
|
59486
|
-
"value": "k-try-tint( $kendo-file-manager-text, 4 )",
|
|
59482
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))",
|
|
59487
59483
|
"scope": "default",
|
|
59488
59484
|
"line": {
|
|
59489
59485
|
"start": 122,
|
|
@@ -59969,7 +59965,7 @@
|
|
|
59969
59965
|
"context": {
|
|
59970
59966
|
"type": "variable",
|
|
59971
59967
|
"name": "kendo-file-manager-preview-icon-text",
|
|
59972
|
-
"value": "k-try-tint( $kendo-file-manager-text, 4 )",
|
|
59968
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))",
|
|
59973
59969
|
"scope": "default",
|
|
59974
59970
|
"line": {
|
|
59975
59971
|
"start": 179,
|
|
@@ -60218,7 +60214,7 @@
|
|
|
60218
60214
|
"context": {
|
|
60219
60215
|
"type": "variable",
|
|
60220
60216
|
"name": "kendo-filter-toolbar-focus-shadow",
|
|
60221
|
-
"value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
|
|
60217
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
|
|
60222
60218
|
"scope": "default",
|
|
60223
60219
|
"line": {
|
|
60224
60220
|
"start": 30,
|
|
@@ -64178,17 +64174,17 @@
|
|
|
64178
64174
|
{
|
|
64179
64175
|
"description": "Background color of the grid row resize indicator\n",
|
|
64180
64176
|
"commentRange": {
|
|
64181
|
-
"start":
|
|
64182
|
-
"end":
|
|
64177
|
+
"start": 309,
|
|
64178
|
+
"end": 310
|
|
64183
64179
|
},
|
|
64184
64180
|
"context": {
|
|
64185
64181
|
"type": "variable",
|
|
64186
64182
|
"name": "kendo-grid-row-resizer-hover-bg",
|
|
64187
|
-
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
64183
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
|
|
64188
64184
|
"scope": "default",
|
|
64189
64185
|
"line": {
|
|
64190
|
-
"start":
|
|
64191
|
-
"end":
|
|
64186
|
+
"start": 311,
|
|
64187
|
+
"end": 311
|
|
64192
64188
|
}
|
|
64193
64189
|
},
|
|
64194
64190
|
"group": [
|
|
@@ -64205,8 +64201,8 @@
|
|
|
64205
64201
|
{
|
|
64206
64202
|
"description": "Active background color of the grid row resize indicator\n",
|
|
64207
64203
|
"commentRange": {
|
|
64208
|
-
"start":
|
|
64209
|
-
"end":
|
|
64204
|
+
"start": 312,
|
|
64205
|
+
"end": 313
|
|
64210
64206
|
},
|
|
64211
64207
|
"context": {
|
|
64212
64208
|
"type": "variable",
|
|
@@ -64214,8 +64210,8 @@
|
|
|
64214
64210
|
"value": "$kendo-color-primary",
|
|
64215
64211
|
"scope": "default",
|
|
64216
64212
|
"line": {
|
|
64217
|
-
"start":
|
|
64218
|
-
"end":
|
|
64213
|
+
"start": 314,
|
|
64214
|
+
"end": 314
|
|
64219
64215
|
}
|
|
64220
64216
|
},
|
|
64221
64217
|
"group": [
|
|
@@ -64232,8 +64228,8 @@
|
|
|
64232
64228
|
{
|
|
64233
64229
|
"description": "Height of the grid row resize indicator\n",
|
|
64234
64230
|
"commentRange": {
|
|
64235
|
-
"start":
|
|
64236
|
-
"end":
|
|
64231
|
+
"start": 315,
|
|
64232
|
+
"end": 316
|
|
64237
64233
|
},
|
|
64238
64234
|
"context": {
|
|
64239
64235
|
"type": "variable",
|
|
@@ -64241,8 +64237,8 @@
|
|
|
64241
64237
|
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
64242
64238
|
"scope": "default",
|
|
64243
64239
|
"line": {
|
|
64244
|
-
"start":
|
|
64245
|
-
"end":
|
|
64240
|
+
"start": 317,
|
|
64241
|
+
"end": 317
|
|
64246
64242
|
}
|
|
64247
64243
|
},
|
|
64248
64244
|
"group": [
|
|
@@ -64853,7 +64849,7 @@
|
|
|
64853
64849
|
"path": "input/_variables.scss",
|
|
64854
64850
|
"name": "_variables.scss"
|
|
64855
64851
|
},
|
|
64856
|
-
"resolvedValue": "#
|
|
64852
|
+
"resolvedValue": "#fff",
|
|
64857
64853
|
"resolvedType": "Color"
|
|
64858
64854
|
},
|
|
64859
64855
|
{
|
|
@@ -65069,7 +65065,7 @@
|
|
|
65069
65065
|
"path": "input/_variables.scss",
|
|
65070
65066
|
"name": "_variables.scss"
|
|
65071
65067
|
},
|
|
65072
|
-
"resolvedValue": "#
|
|
65068
|
+
"resolvedValue": "#fff",
|
|
65073
65069
|
"resolvedType": "Color"
|
|
65074
65070
|
},
|
|
65075
65071
|
{
|
|
@@ -65405,7 +65401,7 @@
|
|
|
65405
65401
|
"context": {
|
|
65406
65402
|
"type": "variable",
|
|
65407
65403
|
"name": "kendo-input-outline-border",
|
|
65408
|
-
"value": "rgba( $kendo-base-text, .5 )",
|
|
65404
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 ))",
|
|
65409
65405
|
"scope": "default",
|
|
65410
65406
|
"line": {
|
|
65411
65407
|
"start": 170,
|
|
@@ -67328,7 +67324,7 @@
|
|
|
67328
67324
|
"context": {
|
|
67329
67325
|
"type": "variable",
|
|
67330
67326
|
"name": "kendo-list-item-focus-shadow",
|
|
67331
|
-
"value": "inset 0 0 0 3px rgba( $kendo-list-text, .15 )",
|
|
67327
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 ))",
|
|
67332
67328
|
"scope": "default",
|
|
67333
67329
|
"line": {
|
|
67334
67330
|
"start": 223,
|
|
@@ -68312,7 +68308,7 @@
|
|
|
68312
68308
|
"context": {
|
|
68313
68309
|
"type": "variable",
|
|
68314
68310
|
"name": "kendo-listview-item-selected-bg",
|
|
68315
|
-
"value": "rgba( $kendo-selected-bg, .25 )",
|
|
68311
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
|
|
68316
68312
|
"scope": "default",
|
|
68317
68313
|
"line": {
|
|
68318
68314
|
"start": 44,
|
|
@@ -68447,7 +68443,7 @@
|
|
|
68447
68443
|
"context": {
|
|
68448
68444
|
"type": "variable",
|
|
68449
68445
|
"name": "kendo-listview-item-focus-shadow",
|
|
68450
|
-
"value": "inset 0 0 0 3px rgba( $kendo-listview-text, .15 )",
|
|
68446
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 ))",
|
|
68451
68447
|
"scope": "default",
|
|
68452
68448
|
"line": {
|
|
68453
68449
|
"start": 60,
|
|
@@ -71723,7 +71719,7 @@
|
|
|
71723
71719
|
"context": {
|
|
71724
71720
|
"type": "variable",
|
|
71725
71721
|
"name": "kendo-pager-item-focus-shadow",
|
|
71726
|
-
"value": "0 0 0 3px rgba($kendo-color-primary, .25)",
|
|
71722
|
+
"value": "0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25))",
|
|
71727
71723
|
"scope": "default",
|
|
71728
71724
|
"line": {
|
|
71729
71725
|
"start": 126,
|
|
@@ -73409,7 +73405,7 @@
|
|
|
73409
73405
|
"context": {
|
|
73410
73406
|
"type": "variable",
|
|
73411
73407
|
"name": "kendo-picker-outline-border",
|
|
73412
|
-
"value": "rgba( $kendo-picker-outline-text, .5 )",
|
|
73408
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 ))",
|
|
73413
73409
|
"scope": "default",
|
|
73414
73410
|
"line": {
|
|
73415
73411
|
"start": 368,
|
|
@@ -73463,7 +73459,7 @@
|
|
|
73463
73459
|
"context": {
|
|
73464
73460
|
"type": "variable",
|
|
73465
73461
|
"name": "kendo-picker-outline-hover-text",
|
|
73466
|
-
"value": "k-contrast-color( $kendo-picker-outline-hover-bg )",
|
|
73462
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))",
|
|
73467
73463
|
"scope": "default",
|
|
73468
73464
|
"line": {
|
|
73469
73465
|
"start": 375,
|
|
@@ -73787,7 +73783,7 @@
|
|
|
73787
73783
|
"context": {
|
|
73788
73784
|
"type": "variable",
|
|
73789
73785
|
"name": "kendo-picker-flat-hover-bg",
|
|
73790
|
-
"value": "rgba( $kendo-button-text, .08 )",
|
|
73786
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 ))",
|
|
73791
73787
|
"scope": "default",
|
|
73792
73788
|
"line": {
|
|
73793
73789
|
"start": 415,
|
|
@@ -78749,7 +78745,7 @@
|
|
|
78749
78745
|
"context": {
|
|
78750
78746
|
"type": "variable",
|
|
78751
78747
|
"name": "kendo-skeleton-item-bg",
|
|
78752
|
-
"value": "rgba( $kendo-color-inverse, .2 )",
|
|
78748
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))",
|
|
78753
78749
|
"scope": "default",
|
|
78754
78750
|
"line": {
|
|
78755
78751
|
"start": 20,
|
|
@@ -79490,7 +79486,7 @@
|
|
|
79490
79486
|
"context": {
|
|
79491
79487
|
"type": "variable",
|
|
79492
79488
|
"name": "kendo-switch-off-track-focus-border",
|
|
79493
|
-
"value": "k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )",
|
|
79489
|
+
"value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary ))",
|
|
79494
79490
|
"scope": "default",
|
|
79495
79491
|
"line": {
|
|
79496
79492
|
"start": 65,
|
|
@@ -79544,7 +79540,7 @@
|
|
|
79544
79540
|
"context": {
|
|
79545
79541
|
"type": "variable",
|
|
79546
79542
|
"name": "kendo-switch-off-track-focus-ring",
|
|
79547
|
-
"value": ".25rem solid rgba( $kendo-color-primary, .25 )",
|
|
79543
|
+
"value": ".25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
|
|
79548
79544
|
"scope": "default",
|
|
79549
79545
|
"line": {
|
|
79550
79546
|
"start": 71,
|
|
@@ -79571,7 +79567,7 @@
|
|
|
79571
79567
|
"context": {
|
|
79572
79568
|
"type": "variable",
|
|
79573
79569
|
"name": "kendo-switch-off-track-disabled-bg",
|
|
79574
|
-
"value": "if( $kendo-is-dark-theme, $gray-800, $gray-200 )",
|
|
79570
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $gray-800, $gray-200 ))",
|
|
79575
79571
|
"scope": "default",
|
|
79576
79572
|
"line": {
|
|
79577
79573
|
"start": 75,
|
|
@@ -80219,7 +80215,7 @@
|
|
|
80219
80215
|
"context": {
|
|
80220
80216
|
"type": "variable",
|
|
80221
80217
|
"name": "kendo-switch-on-track-focus-ring",
|
|
80222
|
-
"value": ".25rem solid rgba( $kendo-switch-on-track-border, .25 )",
|
|
80218
|
+
"value": ".25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))",
|
|
80223
80219
|
"scope": "default",
|
|
80224
80220
|
"line": {
|
|
80225
80221
|
"start": 153,
|
|
@@ -80246,7 +80242,7 @@
|
|
|
80246
80242
|
"context": {
|
|
80247
80243
|
"type": "variable",
|
|
80248
80244
|
"name": "kendo-switch-on-track-disabled-bg",
|
|
80249
|
-
"value": "k-try-tint( $kendo-switch-on-track-bg, 50% )",
|
|
80245
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary ), .5 ), k-try-tint( $kendo-switch-on-track-bg, 50% ))",
|
|
80250
80246
|
"scope": "default",
|
|
80251
80247
|
"line": {
|
|
80252
80248
|
"start": 157,
|
|
@@ -80354,7 +80350,7 @@
|
|
|
80354
80350
|
"context": {
|
|
80355
80351
|
"type": "variable",
|
|
80356
80352
|
"name": "kendo-switch-on-thumb-bg",
|
|
80357
|
-
"value": "k-contrast-color( $kendo-switch-on-track-bg )",
|
|
80353
|
+
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-switch-on-track-bg ))",
|
|
80358
80354
|
"scope": "default",
|
|
80359
80355
|
"line": {
|
|
80360
80356
|
"start": 170,
|
|
@@ -81143,7 +81139,7 @@
|
|
|
81143
81139
|
"context": {
|
|
81144
81140
|
"type": "variable",
|
|
81145
81141
|
"name": "kendo-table-alt-row-bg",
|
|
81146
|
-
"value": "rgba( k-contrast-color( $kendo-table-bg ), .04 )",
|
|
81142
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))",
|
|
81147
81143
|
"scope": "default",
|
|
81148
81144
|
"line": {
|
|
81149
81145
|
"start": 114,
|
|
@@ -81224,7 +81220,7 @@
|
|
|
81224
81220
|
"context": {
|
|
81225
81221
|
"type": "variable",
|
|
81226
81222
|
"name": "kendo-table-hover-bg",
|
|
81227
|
-
"value": "rgba( k-contrast-color( $kendo-table-bg ), .08 )",
|
|
81223
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 ))",
|
|
81228
81224
|
"scope": "default",
|
|
81229
81225
|
"line": {
|
|
81230
81226
|
"start": 125,
|
|
@@ -81413,7 +81409,7 @@
|
|
|
81413
81409
|
"context": {
|
|
81414
81410
|
"type": "variable",
|
|
81415
81411
|
"name": "kendo-table-selected-bg",
|
|
81416
|
-
"value": "rgba( $kendo-selected-bg, .25 )",
|
|
81412
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
|
|
81417
81413
|
"scope": "default",
|
|
81418
81414
|
"line": {
|
|
81419
81415
|
"start": 150,
|
|
@@ -83159,7 +83155,7 @@
|
|
|
83159
83155
|
"context": {
|
|
83160
83156
|
"type": "variable",
|
|
83161
83157
|
"name": "kendo-toolbar-item-shadow",
|
|
83162
|
-
"value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
|
|
83158
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
|
|
83163
83159
|
"scope": "default",
|
|
83164
83160
|
"line": {
|
|
83165
83161
|
"start": 85,
|
|
@@ -83516,7 +83512,7 @@
|
|
|
83516
83512
|
"context": {
|
|
83517
83513
|
"type": "variable",
|
|
83518
83514
|
"name": "kendo-tooltip-bg",
|
|
83519
|
-
"value": "if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )",
|
|
83515
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ))",
|
|
83520
83516
|
"scope": "default",
|
|
83521
83517
|
"line": {
|
|
83522
83518
|
"start": 39,
|
|
@@ -83543,7 +83539,7 @@
|
|
|
83543
83539
|
"context": {
|
|
83544
83540
|
"type": "variable",
|
|
83545
83541
|
"name": "kendo-tooltip-text",
|
|
83546
|
-
"value": "k-contrast-color( $kendo-tooltip-bg )",
|
|
83542
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))",
|
|
83547
83543
|
"scope": "default",
|
|
83548
83544
|
"line": {
|
|
83549
83545
|
"start": 42,
|
|
@@ -84710,7 +84706,7 @@
|
|
|
84710
84706
|
"context": {
|
|
84711
84707
|
"type": "variable",
|
|
84712
84708
|
"name": "kendo-treeview-item-focus-shadow",
|
|
84713
|
-
"value": "inset 0 0 0 2px rgba( $kendo-treeview-text, .15 )",
|
|
84709
|
+
"value": "inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-treeview-text, .15 ))",
|
|
84714
84710
|
"scope": "default",
|
|
84715
84711
|
"line": {
|
|
84716
84712
|
"start": 154,
|
|
@@ -85007,8 +85003,8 @@
|
|
|
85007
85003
|
{
|
|
85008
85004
|
"description": "Base font size across all components.\n",
|
|
85009
85005
|
"commentRange": {
|
|
85010
|
-
"start":
|
|
85011
|
-
"end":
|
|
85006
|
+
"start": 104,
|
|
85007
|
+
"end": 105
|
|
85012
85008
|
},
|
|
85013
85009
|
"context": {
|
|
85014
85010
|
"type": "variable",
|
|
@@ -85016,8 +85012,8 @@
|
|
|
85016
85012
|
"value": "$font-size-base",
|
|
85017
85013
|
"scope": "default",
|
|
85018
85014
|
"line": {
|
|
85019
|
-
"start":
|
|
85020
|
-
"end":
|
|
85015
|
+
"start": 106,
|
|
85016
|
+
"end": 106
|
|
85021
85017
|
}
|
|
85022
85018
|
},
|
|
85023
85019
|
"group": [
|
|
@@ -85034,8 +85030,8 @@
|
|
|
85034
85030
|
{
|
|
85035
85031
|
"description": "Font family for text.\n",
|
|
85036
85032
|
"commentRange": {
|
|
85037
|
-
"start":
|
|
85038
|
-
"end":
|
|
85033
|
+
"start": 121,
|
|
85034
|
+
"end": 122
|
|
85039
85035
|
},
|
|
85040
85036
|
"context": {
|
|
85041
85037
|
"type": "variable",
|
|
@@ -85043,8 +85039,8 @@
|
|
|
85043
85039
|
"value": "$font-family-sans-serif",
|
|
85044
85040
|
"scope": "default",
|
|
85045
85041
|
"line": {
|
|
85046
|
-
"start":
|
|
85047
|
-
"end":
|
|
85042
|
+
"start": 123,
|
|
85043
|
+
"end": 123
|
|
85048
85044
|
}
|
|
85049
85045
|
},
|
|
85050
85046
|
"group": [
|
|
@@ -85061,8 +85057,8 @@
|
|
|
85061
85057
|
{
|
|
85062
85058
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
85063
85059
|
"commentRange": {
|
|
85064
|
-
"start":
|
|
85065
|
-
"end":
|
|
85060
|
+
"start": 125,
|
|
85061
|
+
"end": 126
|
|
85066
85062
|
},
|
|
85067
85063
|
"context": {
|
|
85068
85064
|
"type": "variable",
|
|
@@ -85070,8 +85066,8 @@
|
|
|
85070
85066
|
"value": "$font-family-monospace",
|
|
85071
85067
|
"scope": "default",
|
|
85072
85068
|
"line": {
|
|
85073
|
-
"start":
|
|
85074
|
-
"end":
|
|
85069
|
+
"start": 127,
|
|
85070
|
+
"end": 127
|
|
85075
85071
|
}
|
|
85076
85072
|
},
|
|
85077
85073
|
"group": [
|
|
@@ -85088,8 +85084,8 @@
|
|
|
85088
85084
|
{
|
|
85089
85085
|
"description": "Font family across all components.\n",
|
|
85090
85086
|
"commentRange": {
|
|
85091
|
-
"start":
|
|
85092
|
-
"end":
|
|
85087
|
+
"start": 129,
|
|
85088
|
+
"end": 130
|
|
85093
85089
|
},
|
|
85094
85090
|
"context": {
|
|
85095
85091
|
"type": "variable",
|
|
@@ -85097,8 +85093,8 @@
|
|
|
85097
85093
|
"value": "$kendo-font-family-sans-serif",
|
|
85098
85094
|
"scope": "default",
|
|
85099
85095
|
"line": {
|
|
85100
|
-
"start":
|
|
85101
|
-
"end":
|
|
85096
|
+
"start": 131,
|
|
85097
|
+
"end": 131
|
|
85102
85098
|
}
|
|
85103
85099
|
},
|
|
85104
85100
|
"group": [
|
|
@@ -85115,8 +85111,8 @@
|
|
|
85115
85111
|
{
|
|
85116
85112
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
85117
85113
|
"commentRange": {
|
|
85118
|
-
"start":
|
|
85119
|
-
"end":
|
|
85114
|
+
"start": 133,
|
|
85115
|
+
"end": 134
|
|
85120
85116
|
},
|
|
85121
85117
|
"context": {
|
|
85122
85118
|
"type": "variable",
|
|
@@ -85124,8 +85120,8 @@
|
|
|
85124
85120
|
"value": "$line-height-base",
|
|
85125
85121
|
"scope": "default",
|
|
85126
85122
|
"line": {
|
|
85127
|
-
"start":
|
|
85128
|
-
"end":
|
|
85123
|
+
"start": 135,
|
|
85124
|
+
"end": 135
|
|
85129
85125
|
}
|
|
85130
85126
|
},
|
|
85131
85127
|
"group": [
|
|
@@ -85505,7 +85501,7 @@
|
|
|
85505
85501
|
"context": {
|
|
85506
85502
|
"type": "variable",
|
|
85507
85503
|
"name": "kendo-upload-dropzone-hover-bg",
|
|
85508
|
-
"value": "k-try-shade( $kendo-upload-dropzone-bg, .2 )",
|
|
85504
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-upload-dropzone-bg, .2 ))",
|
|
85509
85505
|
"scope": "default",
|
|
85510
85506
|
"line": {
|
|
85511
85507
|
"start": 46,
|